diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 35659125..4c170579 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -41,16 +41,23 @@ jobs: # SAML_PRIVATE_KEY: ${{ secrets.SAML_PRIVATE_KEY }} JWT_PUBLIC_KEY: ${{ secrets.JWT_PUBLIC_KEY }} JWT_PRIVATE_KEY: ${{ secrets.JWT_PRIVATE_KEY }} - CSB_APPLICATION_FORM_OPEN: true - CSB_PAYMENT_REQUEST_FORM_OPEN: true - CSB_CLOSE_OUT_FORM_OPEN: true - FORMIO_PKG_AUTH_TOKEN: ${{ secrets.FORMIO_PKG_AUTH_TOKEN }} + CSB_2022_FRF_OPEN: true + CSB_2022_PRF_OPEN: true + CSB_2022_CRF_OPEN: true + CSB_2023_FRF_OPEN: true + CSB_2023_PRF_OPEN: true + CSB_2023_CRF_OPEN: true + FORMIO_2022_FRF_PATH: ${{ secrets.FORMIO_2022_FRF_PATH }} + FORMIO_2022_PRF_PATH: ${{ secrets.FORMIO_2022_PRF_PATH }} + FORMIO_2022_CRF_PATH: ${{ secrets.FORMIO_2022_CRF_PATH }} + FORMIO_2023_FRF_PATH: ${{ secrets.FORMIO_2023_FRF_PATH }} + FORMIO_2023_PRF_PATH: ${{ secrets.FORMIO_2023_PRF_PATH }} + FORMIO_2023_CRF_PATH: ${{ secrets.FORMIO_2023_CRF_PATH }} FORMIO_BASE_URL: ${{ secrets.FORMIO_BASE_URL }} FORMIO_PROJECT_NAME: ${{ secrets.FORMIO_PROJECT_NAME }} - FORMIO_APPLICATION_FORM_PATH: ${{ secrets.FORMIO_APPLICATION_FORM_PATH }} - FORMIO_PAYMENT_REQUEST_FORM_PATH: ${{ secrets.FORMIO_PAYMENT_REQUEST_FORM_PATH }} - FORMIO_CLOSE_OUT_FORM_PATH: ${{ secrets.FORMIO_CLOSE_OUT_FORM_PATH }} FORMIO_API_KEY: ${{ secrets.FORMIO_API_KEY }} + FORMIO_NCES_API_KEY: ${{ secrets.FORMIO_NCES_API_KEY }} + FORMIO_PKG_AUTH_TOKEN: ${{ secrets.FORMIO_PKG_AUTH_TOKEN }} BAP_CLIENT_ID: ${{ secrets.BAP_CLIENT_ID }} BAP_CLIENT_SECRET: ${{ secrets.BAP_CLIENT_SECRET }} BAP_URL: ${{ secrets.BAP_URL }} @@ -124,15 +131,22 @@ jobs: # cf set-env $APP_NAME "SAML_PRIVATE_KEY" "$SAML_PRIVATE_KEY" > /dev/null cf set-env $APP_NAME "JWT_PUBLIC_KEY" "$JWT_PUBLIC_KEY" > /dev/null cf set-env $APP_NAME "JWT_PRIVATE_KEY" "$JWT_PRIVATE_KEY" > /dev/null - cf set-env $APP_NAME "CSB_APPLICATION_FORM_OPEN" "$CSB_APPLICATION_FORM_OPEN" > /dev/null - cf set-env $APP_NAME "CSB_PAYMENT_REQUEST_FORM_OPEN" "$CSB_PAYMENT_REQUEST_FORM_OPEN" > /dev/null - cf set-env $APP_NAME "CSB_CLOSE_OUT_FORM_OPEN" "$CSB_CLOSE_OUT_FORM_OPEN" > /dev/null + cf set-env $APP_NAME "CSB_2022_FRF_OPEN" "$CSB_2022_FRF_OPEN" > /dev/null + cf set-env $APP_NAME "CSB_2022_PRF_OPEN" "$CSB_2022_PRF_OPEN" > /dev/null + cf set-env $APP_NAME "CSB_2022_CRF_OPEN" "$CSB_2022_CRF_OPEN" > /dev/null + cf set-env $APP_NAME "CSB_2023_FRF_OPEN" "$CSB_2023_FRF_OPEN" > /dev/null + cf set-env $APP_NAME "CSB_2023_PRF_OPEN" "$CSB_2023_PRF_OPEN" > /dev/null + cf set-env $APP_NAME "CSB_2023_CRF_OPEN" "$CSB_2023_CRF_OPEN" > /dev/null + cf set-env $APP_NAME "FORMIO_2022_FRF_PATH" "$FORMIO_2022_FRF_PATH" > /dev/null + cf set-env $APP_NAME "FORMIO_2022_PRF_PATH" "$FORMIO_2022_PRF_PATH" > /dev/null + cf set-env $APP_NAME "FORMIO_2022_CRF_PATH" "$FORMIO_2022_CRF_PATH" > /dev/null + cf set-env $APP_NAME "FORMIO_2023_FRF_PATH" "$FORMIO_2023_FRF_PATH" > /dev/null + cf set-env $APP_NAME "FORMIO_2023_PRF_PATH" "$FORMIO_2023_PRF_PATH" > /dev/null + cf set-env $APP_NAME "FORMIO_2023_CRF_PATH" "$FORMIO_2023_CRF_PATH" > /dev/null cf set-env $APP_NAME "FORMIO_BASE_URL" "$FORMIO_BASE_URL" > /dev/null cf set-env $APP_NAME "FORMIO_PROJECT_NAME" "$FORMIO_PROJECT_NAME" > /dev/null - cf set-env $APP_NAME "FORMIO_APPLICATION_FORM_PATH" "$FORMIO_APPLICATION_FORM_PATH" > /dev/null - cf set-env $APP_NAME "FORMIO_PAYMENT_REQUEST_FORM_PATH" "$FORMIO_PAYMENT_REQUEST_FORM_PATH" > /dev/null - cf set-env $APP_NAME "FORMIO_CLOSE_OUT_FORM_PATH" "$FORMIO_CLOSE_OUT_FORM_PATH" > /dev/null cf set-env $APP_NAME "FORMIO_API_KEY" "$FORMIO_API_KEY" > /dev/null + cf set-env $APP_NAME "FORMIO_NCES_API_KEY" "$FORMIO_NCES_API_KEY" > /dev/null cf set-env $APP_NAME "BAP_CLIENT_ID" "$BAP_CLIENT_ID" > /dev/null cf set-env $APP_NAME "BAP_CLIENT_SECRET" "$BAP_CLIENT_SECRET" > /dev/null cf set-env $APP_NAME "BAP_URL" "$BAP_URL" > /dev/null diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 2b64d44f..47d17d63 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -41,16 +41,23 @@ jobs: SAML_PRIVATE_KEY: ${{ secrets.SAML_PRIVATE_KEY }} JWT_PUBLIC_KEY: ${{ secrets.JWT_PUBLIC_KEY }} JWT_PRIVATE_KEY: ${{ secrets.JWT_PRIVATE_KEY }} - CSB_APPLICATION_FORM_OPEN: true - CSB_PAYMENT_REQUEST_FORM_OPEN: true - CSB_CLOSE_OUT_FORM_OPEN: true - FORMIO_PKG_AUTH_TOKEN: ${{ secrets.FORMIO_PKG_AUTH_TOKEN }} + CSB_2022_FRF_OPEN: true + CSB_2022_PRF_OPEN: true + CSB_2022_CRF_OPEN: true + CSB_2023_FRF_OPEN: true + CSB_2023_PRF_OPEN: true + CSB_2023_CRF_OPEN: true + FORMIO_2022_FRF_PATH: ${{ secrets.FORMIO_2022_FRF_PATH }} + FORMIO_2022_PRF_PATH: ${{ secrets.FORMIO_2022_PRF_PATH }} + FORMIO_2022_CRF_PATH: ${{ secrets.FORMIO_2022_CRF_PATH }} + FORMIO_2023_FRF_PATH: ${{ secrets.FORMIO_2023_FRF_PATH }} + FORMIO_2023_PRF_PATH: ${{ secrets.FORMIO_2023_PRF_PATH }} + FORMIO_2023_CRF_PATH: ${{ secrets.FORMIO_2023_CRF_PATH }} FORMIO_BASE_URL: ${{ secrets.FORMIO_BASE_URL }} FORMIO_PROJECT_NAME: ${{ secrets.FORMIO_PROJECT_NAME }} - FORMIO_APPLICATION_FORM_PATH: ${{ secrets.FORMIO_APPLICATION_FORM_PATH }} - FORMIO_PAYMENT_REQUEST_FORM_PATH: ${{ secrets.FORMIO_PAYMENT_REQUEST_FORM_PATH }} - FORMIO_CLOSE_OUT_FORM_PATH: ${{ secrets.FORMIO_CLOSE_OUT_FORM_PATH }} FORMIO_API_KEY: ${{ secrets.FORMIO_API_KEY }} + FORMIO_NCES_API_KEY: ${{ secrets.FORMIO_NCES_API_KEY }} + FORMIO_PKG_AUTH_TOKEN: ${{ secrets.FORMIO_PKG_AUTH_TOKEN }} BAP_CLIENT_ID: ${{ secrets.BAP_CLIENT_ID }} BAP_CLIENT_SECRET: ${{ secrets.BAP_CLIENT_SECRET }} BAP_URL: ${{ secrets.BAP_URL }} @@ -124,15 +131,22 @@ jobs: cf set-env $APP_NAME "SAML_PRIVATE_KEY" "$SAML_PRIVATE_KEY" > /dev/null cf set-env $APP_NAME "JWT_PUBLIC_KEY" "$JWT_PUBLIC_KEY" > /dev/null cf set-env $APP_NAME "JWT_PRIVATE_KEY" "$JWT_PRIVATE_KEY" > /dev/null - cf set-env $APP_NAME "CSB_APPLICATION_FORM_OPEN" "$CSB_APPLICATION_FORM_OPEN" > /dev/null - cf set-env $APP_NAME "CSB_PAYMENT_REQUEST_FORM_OPEN" "$CSB_PAYMENT_REQUEST_FORM_OPEN" > /dev/null - cf set-env $APP_NAME "CSB_CLOSE_OUT_FORM_OPEN" "$CSB_CLOSE_OUT_FORM_OPEN" > /dev/null + cf set-env $APP_NAME "CSB_2022_FRF_OPEN" "$CSB_2022_FRF_OPEN" > /dev/null + cf set-env $APP_NAME "CSB_2022_PRF_OPEN" "$CSB_2022_PRF_OPEN" > /dev/null + cf set-env $APP_NAME "CSB_2022_CRF_OPEN" "$CSB_2022_CRF_OPEN" > /dev/null + cf set-env $APP_NAME "CSB_2023_FRF_OPEN" "$CSB_2023_FRF_OPEN" > /dev/null + cf set-env $APP_NAME "CSB_2023_PRF_OPEN" "$CSB_2023_PRF_OPEN" > /dev/null + cf set-env $APP_NAME "CSB_2023_CRF_OPEN" "$CSB_2023_CRF_OPEN" > /dev/null + cf set-env $APP_NAME "FORMIO_2022_FRF_PATH" "$FORMIO_2022_FRF_PATH" > /dev/null + cf set-env $APP_NAME "FORMIO_2022_PRF_PATH" "$FORMIO_2022_PRF_PATH" > /dev/null + cf set-env $APP_NAME "FORMIO_2022_CRF_PATH" "$FORMIO_2022_CRF_PATH" > /dev/null + cf set-env $APP_NAME "FORMIO_2023_FRF_PATH" "$FORMIO_2023_FRF_PATH" > /dev/null + cf set-env $APP_NAME "FORMIO_2023_PRF_PATH" "$FORMIO_2023_PRF_PATH" > /dev/null + cf set-env $APP_NAME "FORMIO_2023_CRF_PATH" "$FORMIO_2023_CRF_PATH" > /dev/null cf set-env $APP_NAME "FORMIO_BASE_URL" "$FORMIO_BASE_URL" > /dev/null cf set-env $APP_NAME "FORMIO_PROJECT_NAME" "$FORMIO_PROJECT_NAME" > /dev/null - cf set-env $APP_NAME "FORMIO_APPLICATION_FORM_PATH" "$FORMIO_APPLICATION_FORM_PATH" > /dev/null - cf set-env $APP_NAME "FORMIO_PAYMENT_REQUEST_FORM_PATH" "$FORMIO_PAYMENT_REQUEST_FORM_PATH" > /dev/null - cf set-env $APP_NAME "FORMIO_CLOSE_OUT_FORM_PATH" "$FORMIO_CLOSE_OUT_FORM_PATH" > /dev/null cf set-env $APP_NAME "FORMIO_API_KEY" "$FORMIO_API_KEY" > /dev/null + cf set-env $APP_NAME "FORMIO_NCES_API_KEY" "$FORMIO_NCES_API_KEY" > /dev/null cf set-env $APP_NAME "BAP_CLIENT_ID" "$BAP_CLIENT_ID" > /dev/null cf set-env $APP_NAME "BAP_CLIENT_SECRET" "$BAP_CLIENT_SECRET" > /dev/null cf set-env $APP_NAME "BAP_URL" "$BAP_URL" > /dev/null diff --git a/app/client/package-lock.json b/app/client/package-lock.json index c505d145..189915a0 100644 --- a/app/client/package-lock.json +++ b/app/client/package-lock.json @@ -1,50 +1,51 @@ { "name": "epa-csb-client", - "version": "2.1.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "epa-csb-client", - "version": "2.1.0", + "version": "4.0.0", "license": "CC0-1.0", "dependencies": { "@formio/premium": "1.18.4", "@formio/react": "5.2.3", - "@formio/uswds": "2.4.8", - "@headlessui/react": "1.7.14", + "@formio/uswds": "2.5.0", + "@headlessui/react": "1.7.17", "@heroicons/react": "2.0.18", - "@radix-ui/react-tooltip": "1.0.5", - "@tanstack/react-query": "4.29.7", - "@tanstack/react-query-devtools": "4.29.7", - "@testing-library/jest-dom": "5.16.5", + "@radix-ui/react-tooltip": "1.0.6", + "@tailwindcss/forms": "0.5.6", + "@tanstack/react-query": "4.35.0", + "@tanstack/react-query-devtools": "4.35.0", + "@testing-library/jest-dom": "6.1.3", "@testing-library/react": "12.1.5", "@testing-library/user-event": "14.4.3", - "@types/jest": "29.5.1", - "@types/lodash": "4.14.194", - "@types/node": "20.1.7", - "@types/react": "18.2.6", - "@types/react-dom": "18.2.4", - "bootstrap": "5.2.3", + "@types/jest": "29.5.4", + "@types/lodash": "4.14.198", + "@types/node": "20.6.0", + "@types/react": "18.2.21", + "@types/react-dom": "18.2.7", + "bootstrap": "5.3.1", "formiojs": "4.14.5", "lodash": "4.17.21", "react": "17.0.2", "react-dom": "17.0.2", - "react-idle-timer": "5.6.2", + "react-idle-timer": "5.7.2", "react-markdown": "8.0.7", - "react-router-dom": "6.11.2", + "react-router-dom": "6.15.0", "react-scripts": "5.0.1", "remark-gfm": "3.0.1", - "tailwindcss": "3.3.2", + "tailwindcss": "3.3.3", "typescript": "4.9.3", "uswds": "2.14.0", - "web-vitals": "3.3.1" + "web-vitals": "3.4.0" } }, "node_modules/@adobe/css-tools": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.0.1.tgz", - "integrity": "sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.1.tgz", + "integrity": "sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==" }, "node_modules/@alloc/quick-lru": { "version": "5.2.0", @@ -117,9 +118,9 @@ } }, "node_modules/@babel/core/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" } @@ -170,9 +171,9 @@ } }, "node_modules/@babel/eslint-parser/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" } @@ -231,9 +232,9 @@ } }, "node_modules/@babel/helper-compilation-targets/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" } @@ -292,9 +293,9 @@ } }, "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" } @@ -1538,9 +1539,9 @@ } }, "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" } @@ -1749,9 +1750,9 @@ } }, "node_modules/@babel/preset-env/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" } @@ -2068,31 +2069,39 @@ } }, "node_modules/@floating-ui/core": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-0.7.3.tgz", - "integrity": "sha512-buc8BXHmG9l82+OQXOFU3Kr2XQx9ys01U/Q9HMIrZ300iLc8HLMgh7dcCqgYzAzf4BkoQvDcXf5Y+CuEZ5JBYg==" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.4.1.tgz", + "integrity": "sha512-jk3WqquEJRlcyu7997NtR5PibI+y5bi+LS3hPmguVClypenMsCY3CBa3LAQnozRCtCrYWSEtAdiskpamuJRFOQ==", + "dependencies": { + "@floating-ui/utils": "^0.1.1" + } }, "node_modules/@floating-ui/dom": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-0.5.4.tgz", - "integrity": "sha512-419BMceRLq0RrmTSDxn8hf9R3VCJv2K9PUfugh5JyEFmdjzDo+e8U5EdR8nzKq8Yj1htzLm3b6eQEEam3/rrtg==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.2.tgz", + "integrity": "sha512-6ArmenS6qJEWmwzczWyhvrXRdI/rI78poBcW0h/456+onlabit+2G+QxHx5xTOX60NBJQXjsCLFbW2CmsXpUog==", "dependencies": { - "@floating-ui/core": "^0.7.3" + "@floating-ui/core": "^1.4.1", + "@floating-ui/utils": "^0.1.1" } }, "node_modules/@floating-ui/react-dom": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-0.7.2.tgz", - "integrity": "sha512-1T0sJcpHgX/u4I1OzIEhlcrvkUN8ln39nz7fMoE/2HDHrPiMFoOGR7++GYyfUmIQHkkrTinaeQsO3XWubjSvGg==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.0.2.tgz", + "integrity": "sha512-5qhlDvjaLmAst/rKb3VdlCinwTF4EYMiVxuuc/HVUjs46W0zgtbMmAZ1UTsDrRTxRmUEzl92mOtWbeeXL26lSQ==", "dependencies": { - "@floating-ui/dom": "^0.5.3", - "use-isomorphic-layout-effect": "^1.1.1" + "@floating-ui/dom": "^1.5.1" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" } }, + "node_modules/@floating-ui/utils": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.2.tgz", + "integrity": "sha512-ou3elfqG/hZsbmF4bxeJhPHIf3G2pm0ujc39hYEZrfVqt7Vk/Zji6CXc3W0pmYM8BW1g40U+akTl9DKZhFhInQ==" + }, "node_modules/@formio/bootstrap3": { "version": "2.12.2", "resolved": "https://registry.npmjs.org/@formio/bootstrap3/-/bootstrap3-2.12.2.tgz", @@ -2154,9 +2163,9 @@ "integrity": "sha512-RwMEVXkyz+B6RivflrrKIqvvnGR/eZDLQs74u67StcrzO6n3/5D2J8XqTQRSUzQzr5QV6Wq0eZ51z/+mGm6THw==" }, "node_modules/@formio/uswds": { - "version": "2.4.8", - "resolved": "https://registry.npmjs.org/@formio/uswds/-/uswds-2.4.8.tgz", - "integrity": "sha512-sBEwGxbcs52w9yZQV2Bg8Z89e5aV4fqH1b+UxeM31KduXlqLuG7KHMbd6ZA8ifyUiR8bGwBoZXGHSlXhTIlgMQ==" + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@formio/uswds/-/uswds-2.5.0.tgz", + "integrity": "sha512-txxuS0ddD/M+/BWDT9tUEHKoJQ5y3GaQaKt/i4vBgpDcO/vKR1USEcnrUrPUSSbTv1ffH4PSHmc9vCB0YTAsvw==" }, "node_modules/@formio/vanilla-text-mask": { "version": "5.1.1", @@ -2164,9 +2173,9 @@ "integrity": "sha512-7MhrbMypySPi7RLchg0ys7HnS3Wqddbq/btAijKB1nA94TE7AOOLhpZJWcNm3kOlX0Y3nHfoavj/HP7vsvF34Q==" }, "node_modules/@headlessui/react": { - "version": "1.7.14", - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.14.tgz", - "integrity": "sha512-znzdq9PG8rkwcu9oQ2FwIy0ZFtP9Z7ycS+BAqJ3R5EIqC/0bJGvhT7193rFf+45i9nnPsYvCQVW4V/bB9Xc+gA==", + "version": "1.7.17", + "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.17.tgz", + "integrity": "sha512-4am+tzvkqDSSgiwrsEpGWqgGo9dz8qU5M3znCkC4PgkpY4HcCZzEDEvozltGGGHIKl9jbXbZPSH5TWn4sWJdow==", "dependencies": { "client-only": "^0.0.1" }, @@ -2284,25 +2293,57 @@ } }, "node_modules/@jest/console": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", - "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.6.4.tgz", + "integrity": "sha512-wNK6gC0Ha9QeEPSkeJedQuTQqxZYnDPuDcDhVuVatRvMkL4D0VTvFVZj+Yuh6caG2aOfzkUZ36KtCmLNtR02hw==", + "optional": true, + "peer": true, "dependencies": { - "@jest/types": "^27.5.1", + "@jest/types": "^29.6.3", "@types/node": "*", "chalk": "^4.0.0", - "jest-message-util": "^27.5.1", - "jest-util": "^27.5.1", + "jest-message-util": "^29.6.3", + "jest-util": "^29.6.3", "slash": "^3.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/console/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/console/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "dependencies": { + "@types/yargs-parser": "*" } }, "node_modules/@jest/console/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -2317,6 +2358,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -2332,6 +2375,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -2342,20 +2387,44 @@ "node_modules/@jest/console/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, "node_modules/@jest/console/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, + "node_modules/@jest/console/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, "node_modules/@jest/console/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -2364,41 +2433,43 @@ } }, "node_modules/@jest/core": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", - "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.6.4.tgz", + "integrity": "sha512-U/vq5ccNTSVgYH7mHnodHmCffGWHJnz/E1BEWlLuK5pM4FZmGfBn/nrJGLjUsSmyx3otCeqc1T31F4y08AMDLg==", + "optional": true, + "peer": true, "dependencies": { - "@jest/console": "^27.5.1", - "@jest/reporters": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", + "@jest/console": "^29.6.4", + "@jest/reporters": "^29.6.4", + "@jest/test-result": "^29.6.4", + "@jest/transform": "^29.6.4", + "@jest/types": "^29.6.3", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", - "emittery": "^0.8.1", + "ci-info": "^3.2.0", "exit": "^0.1.2", "graceful-fs": "^4.2.9", - "jest-changed-files": "^27.5.1", - "jest-config": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-resolve-dependencies": "^27.5.1", - "jest-runner": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "jest-watcher": "^27.5.1", + "jest-changed-files": "^29.6.3", + "jest-config": "^29.6.4", + "jest-haste-map": "^29.6.4", + "jest-message-util": "^29.6.3", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.6.4", + "jest-resolve-dependencies": "^29.6.4", + "jest-runner": "^29.6.4", + "jest-runtime": "^29.6.4", + "jest-snapshot": "^29.6.4", + "jest-util": "^29.6.3", + "jest-validate": "^29.6.3", + "jest-watcher": "^29.6.4", "micromatch": "^4.0.4", - "rimraf": "^3.0.0", + "pretty-format": "^29.6.3", "slash": "^3.0.0", "strip-ansi": "^6.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "peerDependencies": { "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" @@ -2409,10 +2480,67 @@ } } }, + "node_modules/@jest/core/node_modules/@jest/transform": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.6.4.tgz", + "integrity": "sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA==", + "optional": true, + "peer": true, + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/core/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/core/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "dependencies": { + "@types/yargs-parser": "*" + } + }, "node_modules/@jest/core/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -2427,6 +2555,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -2442,6 +2572,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -2452,136 +2584,284 @@ "node_modules/@jest/core/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "node_modules/@jest/core/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "optional": true, + "peer": true }, "node_modules/@jest/core/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, - "node_modules/@jest/core/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/@jest/core/node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/core/node_modules/jest-haste-map": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz", + "integrity": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==", + "optional": true, + "peer": true, "dependencies": { - "has-flag": "^4.0.0" + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", + "micromatch": "^4.0.4", + "walker": "^1.0.8" }, "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" } }, - "node_modules/@jest/environment": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", - "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", + "node_modules/@jest/core/node_modules/jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/core/node_modules/jest-resolve": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.6.4.tgz", + "integrity": "sha512-fPRq+0vcxsuGlG0O3gyoqGTAxasagOxEuyoxHeyxaZbc9QNek0AmJWSkhjlMG+mTsj+8knc/mWb3fXlRNVih7Q==", + "optional": true, + "peer": true, "dependencies": { - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1" + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^29.6.3", + "jest-validate": "^29.6.3", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/expect-utils": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.3.1.tgz", - "integrity": "sha512-wlrznINZI5sMjwvUoLVk617ll/UYfGIZNxmbU+Pa7wmkL4vYzhV9R2pwVqUh4NWWuLQWkI8+8mOkxs//prKQ3g==", + "node_modules/@jest/core/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, "dependencies": { - "jest-get-type": "^29.2.0" + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/expect-utils/node_modules/jest-get-type": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.2.0.tgz", - "integrity": "sha512-uXNJlg8hKFEnDgFsrCjznB+sTxdkuqiCL6zMgA75qEbAJjJYTs9XPrvDctrEig2GDow22T/LvHgO57iJhXB/UA==", + "node_modules/@jest/core/node_modules/jest-validate": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.6.3.tgz", + "integrity": "sha512-e7KWZcAIX+2W1o3cHfnqpGajdCs1jSM3DkXjGeLSNmCazv1EeI1ggTeK5wdZhF+7N+g44JI2Od3veojoaumlfg==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.6.3" + }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/fake-timers": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", - "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", + "node_modules/@jest/core/node_modules/jest-worker": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.4.tgz", + "integrity": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==", + "optional": true, + "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "@sinonjs/fake-timers": "^8.0.1", "@types/node": "*", - "jest-message-util": "^27.5.1", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1" + "jest-util": "^29.6.3", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/globals": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", - "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", + "node_modules/@jest/core/node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "optional": true, + "peer": true, "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/types": "^27.5.1", - "expect": "^27.5.1" + "has-flag": "^4.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/@jest/reporters": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", - "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", + "node_modules/@jest/core/node_modules/pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, "dependencies": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", - "graceful-fs": "^4.2.9", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^5.1.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.1.3", - "jest-haste-map": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^4.0.1", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^8.1.0" + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/core/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true, + "engines": { + "node": ">=10" }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/core/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true + }, + "node_modules/@jest/core/node_modules/resolve.exports": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "optional": true, + "peer": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/@jest/core/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, + "dependencies": { + "has-flag": "^4.0.0" }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "engines": { + "node": ">=8" } }, - "node_modules/@jest/reporters/node_modules/ansi-styles": { + "node_modules/@jest/core/node_modules/write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "optional": true, + "peer": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/@jest/environment": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.6.4.tgz", + "integrity": "sha512-sQ0SULEjA1XUTHmkBRl7A1dyITM9yb1yb3ZNKPX3KlTd6IG7mWUe3e2yfExtC2Zz1Q+mMckOLHmL/qLiuQJrBQ==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/fake-timers": "^29.6.4", + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-mock": "^29.6.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/environment/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/environment/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/@jest/environment/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -2592,10 +2872,12 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@jest/reporters/node_modules/chalk": { + "node_modules/@jest/environment/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -2607,10 +2889,12 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@jest/reporters/node_modules/color-convert": { + "node_modules/@jest/environment/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -2618,31 +2902,29 @@ "node": ">=7.0.0" } }, - "node_modules/@jest/reporters/node_modules/color-name": { + "node_modules/@jest/environment/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, - "node_modules/@jest/reporters/node_modules/has-flag": { + "node_modules/@jest/environment/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, - "node_modules/@jest/reporters/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@jest/reporters/node_modules/supports-color": { + "node_modules/@jest/environment/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -2650,95 +2932,91 @@ "node": ">=8" } }, - "node_modules/@jest/schemas": { - "version": "29.0.0", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.0.0.tgz", - "integrity": "sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==", + "node_modules/@jest/expect": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.6.4.tgz", + "integrity": "sha512-Warhsa7d23+3X5bLbrbYvaehcgX5TLYhI03JKoedTiI8uJU4IhqYBWF7OSSgUyz4IgLpUYPkK0AehA5/fRclAA==", + "optional": true, + "peer": true, "dependencies": { - "@sinclair/typebox": "^0.24.1" + "expect": "^29.6.4", + "jest-snapshot": "^29.6.4" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/source-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", - "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", + "node_modules/@jest/expect-utils": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.6.4.tgz", + "integrity": "sha512-FEhkJhqtvBwgSpiTrocquJCdXPsyvNKcl/n7A3u7X4pVoF4bswm11c9d4AV+kfq2Gpv/mM8x7E7DsRvH+djkrg==", "dependencies": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.9", - "source-map": "^0.6.0" + "jest-get-type": "^29.6.3" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/source-map/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/@jest/expect-utils/node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", "engines": { - "node": ">=0.10.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/test-result": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", - "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", + "node_modules/@jest/fake-timers": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.6.4.tgz", + "integrity": "sha512-6UkCwzoBK60edXIIWb0/KWkuj7R7Qq91vVInOe3De6DSpaEiqjKcJw4F7XUet24Wupahj9J6PlR09JqJ5ySDHw==", + "optional": true, + "peer": true, "dependencies": { - "@jest/console": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" + "@jest/types": "^29.6.3", + "@sinonjs/fake-timers": "^10.0.2", + "@types/node": "*", + "jest-message-util": "^29.6.3", + "jest-mock": "^29.6.3", + "jest-util": "^29.6.3" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/test-sequencer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", - "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", + "node_modules/@jest/fake-timers/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, "dependencies": { - "@jest/test-result": "^27.5.1", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-runtime": "^27.5.1" + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/transform": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", - "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", + "node_modules/@jest/fake-timers/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, "dependencies": { - "@babel/core": "^7.1.0", - "@jest/types": "^27.5.1", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-util": "^27.5.1", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "@types/yargs-parser": "*" } }, - "node_modules/@jest/transform/node_modules/ansi-styles": { + "node_modules/@jest/fake-timers/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -2749,10 +3027,12 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@jest/transform/node_modules/chalk": { + "node_modules/@jest/fake-timers/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -2764,10 +3044,12 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@jest/transform/node_modules/color-convert": { + "node_modules/@jest/fake-timers/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -2775,31 +3057,47 @@ "node": ">=7.0.0" } }, - "node_modules/@jest/transform/node_modules/color-name": { + "node_modules/@jest/fake-timers/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, - "node_modules/@jest/transform/node_modules/has-flag": { + "node_modules/@jest/fake-timers/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, - "node_modules/@jest/transform/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/@jest/fake-timers/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, "engines": { - "node": ">=0.10.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/transform/node_modules/supports-color": { + "node_modules/@jest/fake-timers/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -2807,25 +3105,56 @@ "node": ">=8" } }, - "node_modules/@jest/types": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", - "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + "node_modules/@jest/globals": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.6.4.tgz", + "integrity": "sha512-wVIn5bdtjlChhXAzVXavcY/3PEjf4VqM174BM3eGL5kMxLiZD5CLnbmkEyA1Dwh9q8XjP6E8RwjBsY/iCWrWsA==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/environment": "^29.6.4", + "@jest/expect": "^29.6.4", + "@jest/types": "^29.6.3", + "jest-mock": "^29.6.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/globals/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, "dependencies": { + "@jest/schemas": "^29.6.3", "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^3.0.0", "@types/node": "*", - "@types/yargs": "^16.0.0", + "@types/yargs": "^17.0.8", "chalk": "^4.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/types/node_modules/ansi-styles": { + "node_modules/@jest/globals/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/@jest/globals/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -2836,10 +3165,12 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@jest/types/node_modules/chalk": { + "node_modules/@jest/globals/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -2851,10 +3182,12 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@jest/types/node_modules/color-convert": { + "node_modules/@jest/globals/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -2862,23 +3195,29 @@ "node": ">=7.0.0" } }, - "node_modules/@jest/types/node_modules/color-name": { + "node_modules/@jest/globals/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, - "node_modules/@jest/types/node_modules/has-flag": { + "node_modules/@jest/globals/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, - "node_modules/@jest/types/node_modules/supports-color": { + "node_modules/@jest/globals/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -2886,832 +3225,683 @@ "node": ">=8" } }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", - "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "node_modules/@jest/reporters": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.6.4.tgz", + "integrity": "sha512-sxUjWxm7QdchdrD3NfWKrL8FBsortZeibSJv4XLjESOOjSUOkjQcb0ZHJwfhEGIvBvTluTzfG2yZWZhkrXJu8g==", + "optional": true, + "peer": true, "dependencies": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^29.6.4", + "@jest/test-result": "^29.6.4", + "@jest/transform": "^29.6.4", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "@types/node": "*", + "chalk": "^4.0.0", + "collect-v8-coverage": "^1.0.0", + "exit": "^0.1.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^6.0.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.1.3", + "jest-message-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", + "slash": "^3.0.0", + "string-length": "^4.0.1", + "strip-ansi": "^6.0.0", + "v8-to-istanbul": "^9.0.1" }, "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/reporters/node_modules/@jest/transform": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.6.4.tgz", + "integrity": "sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA==", + "optional": true, + "peer": true, + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + }, "engines": { - "node": ">=6.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "node_modules/@jest/reporters/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, "engines": { - "node": ">=6.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" + "node_modules/@jest/reporters/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "dependencies": { + "@types/yargs-parser": "*" + } }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.18", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz", - "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==", + "node_modules/@jest/reporters/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@leichtgewicht/ip-codec": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.3.tgz", - "integrity": "sha512-nkalE/f1RvRGChwBnEIoBfSEYOXnCRdleKuv6+lePbMDrMZXeDQnqak5XDOeBgrPPyPfAdcCu/B5z+v3VhplGg==" + "node_modules/@jest/reporters/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "node_modules/@jest/reporters/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" + "color-name": "~1.1.4" }, "engines": { - "node": ">= 8" + "node": ">=7.0.0" } }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "node_modules/@jest/reporters/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "node_modules/@jest/reporters/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "optional": true, + "peer": true + }, + "node_modules/@jest/reporters/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { - "node": ">= 8" + "node": ">=8" } }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "node_modules/@jest/reporters/node_modules/istanbul-lib-instrument": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.0.tgz", + "integrity": "sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw==", + "optional": true, + "peer": true, "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^7.5.4" }, "engines": { - "node": ">= 8" + "node": ">=10" } }, - "node_modules/@pmmmwh/react-refresh-webpack-plugin": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.5.tgz", - "integrity": "sha512-RbG7h6TuP6nFFYKJwbcToA1rjC1FyPg25NR2noAZ0vKI+la01KTSRPkuVPE+U88jXv7javx2JHglUcL1MHcshQ==", + "node_modules/@jest/reporters/node_modules/jest-haste-map": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz", + "integrity": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==", + "optional": true, + "peer": true, "dependencies": { - "ansi-html-community": "^0.0.8", - "common-path-prefix": "^3.0.0", - "core-js-pure": "^3.8.1", - "error-stack-parser": "^2.0.6", - "find-up": "^5.0.0", - "html-entities": "^2.1.0", - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0", - "source-map": "^0.7.3" + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", + "micromatch": "^4.0.4", + "walker": "^1.0.8" }, "engines": { - "node": ">= 10.13" - }, - "peerDependencies": { - "@types/webpack": "4.x || 5.x", - "react-refresh": ">=0.10.0 <1.0.0", - "sockjs-client": "^1.4.0", - "type-fest": ">=0.17.0 <3.0.0", - "webpack": ">=4.43.0 <6.0.0", - "webpack-dev-server": "3.x || 4.x", - "webpack-hot-middleware": "2.x", - "webpack-plugin-serve": "0.x || 1.x" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, - "peerDependenciesMeta": { - "@types/webpack": { - "optional": true - }, - "sockjs-client": { - "optional": true - }, - "type-fest": { - "optional": true - }, - "webpack-dev-server": { - "optional": true - }, - "webpack-hot-middleware": { - "optional": true - }, - "webpack-plugin-serve": { - "optional": true - } + "optionalDependencies": { + "fsevents": "^2.3.2" } }, - "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", + "node_modules/@jest/reporters/node_modules/jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true, "engines": { - "node": ">= 8" - } - }, - "node_modules/@popperjs/core": { - "version": "2.11.6", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz", - "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@radix-ui/primitive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.0.0.tgz", - "integrity": "sha512-3e7rn8FDMin4CgeL7Z/49smCA3rFYY3Ha2rUQ7HRWFadS5iCRw08ZgVT1LaNTCNqgvrUiyczLflrVrF0SRQtNA==", + "node_modules/@jest/reporters/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10" + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@radix-ui/react-arrow": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.0.2.tgz", - "integrity": "sha512-fqYwhhI9IarZ0ll2cUSfKuXHlJK0qE4AfnRrPBbRwEH/4mGQn04/QFGomLi8TXWIdv9WJk//KgGm+aDxVIr1wA==", + "node_modules/@jest/reporters/node_modules/jest-worker": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.4.tgz", + "integrity": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-primitive": "1.0.2" + "@types/node": "*", + "jest-util": "^29.6.3", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@radix-ui/react-compose-refs": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.0.tgz", - "integrity": "sha512-0KaSv6sx787/hK3eF53iOkiSLwAGlFMx5lotrqD2pTjB18KbybKoEIgkNZTKC60YECDQTKGTRcDBILwZVqVKvA==", + "node_modules/@jest/reporters/node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10" + "has-flag": "^4.0.0" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/@radix-ui/react-context": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.0.0.tgz", - "integrity": "sha512-1pVM9RfOQ+n/N5PJK33kRSKsr1glNxomxONs5c49MliinBY6Yw2Q995qfBUUo0/Mbg05B/sGA0gkgPI7kmSHBg==", + "node_modules/@jest/reporters/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10" + "has-flag": "^4.0.0" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": ">=8" } }, - "node_modules/@radix-ui/react-dismissable-layer": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.0.3.tgz", - "integrity": "sha512-nXZOvFjOuHS1ovumntGV7NNoLaEp9JEvTht3MBjP44NSW5hUKj/8OnfN3+8WmB+CEhN44XaGhpHoSsUIEl5P7Q==", + "node_modules/@jest/reporters/node_modules/write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/primitive": "1.0.0", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-primitive": "1.0.2", - "@radix-ui/react-use-callback-ref": "1.0.0", - "@radix-ui/react-use-escape-keydown": "1.0.2" + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/@radix-ui/react-id": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.0.0.tgz", - "integrity": "sha512-Q6iAB/U7Tq3NTolBBQbHTgclPmGWE3OlktGGqrClPozSw4vkQ1DfQAOtzgRPecKsMdJINE05iaoDUG8tRzCBjw==", + "node_modules/@jest/schemas": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-layout-effect": "1.0.0" + "@sinclair/typebox": "^0.27.8" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@radix-ui/react-popper": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.1.1.tgz", - "integrity": "sha512-keYDcdMPNMjSC8zTsZ8wezUMiWM9Yj14wtF3s0PTIs9srnEPC9Kt2Gny1T3T81mmSeyDjZxsD9N5WCwNNb712w==", + "node_modules/@jest/source-map": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", + "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10", - "@floating-ui/react-dom": "0.7.2", - "@radix-ui/react-arrow": "1.0.2", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-context": "1.0.0", - "@radix-ui/react-primitive": "1.0.2", - "@radix-ui/react-use-callback-ref": "1.0.0", - "@radix-ui/react-use-layout-effect": "1.0.0", - "@radix-ui/react-use-rect": "1.0.0", - "@radix-ui/react-use-size": "1.0.0", - "@radix-ui/rect": "1.0.0" + "@jridgewell/trace-mapping": "^0.3.18", + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@radix-ui/react-portal": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.0.2.tgz", - "integrity": "sha512-swu32idoCW7KA2VEiUZGBSu9nB6qwGdV6k6HYhUoOo3M1FFpD+VgLzUqtt3mwL1ssz7r2x8MggpLSQach2Xy/Q==", + "node_modules/@jest/test-result": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.6.4.tgz", + "integrity": "sha512-uQ1C0AUEN90/dsyEirgMLlouROgSY+Wc/JanVVk0OiUKa5UFh7sJpMEM3aoUBAz2BRNvUJ8j3d294WFuRxSyOQ==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-primitive": "1.0.2" + "@jest/console": "^29.6.4", + "@jest/types": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@radix-ui/react-presence": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.0.0.tgz", - "integrity": "sha512-A+6XEvN01NfVWiKu38ybawfHsBjWum42MRPnEuqPsBZ4eV7e/7K321B5VgYMPv3Xx5An6o1/l9ZuDBgmcmWK3w==", + "node_modules/@jest/test-result/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-use-layout-effect": "1.0.0" + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@radix-ui/react-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.2.tgz", - "integrity": "sha512-zY6G5Qq4R8diFPNwtyoLRZBxzu1Z+SXMlfYpChN7Dv8gvmx9X3qhDqiLWvKseKVJMuedFeU/Sa0Sy/Ia+t06Dw==", + "node_modules/@jest/test-result/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "1.0.1" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" + "@types/yargs-parser": "*" } }, - "node_modules/@radix-ui/react-slot": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.1.tgz", - "integrity": "sha512-avutXAFL1ehGvAXtPquu0YK5oz6ctS474iM3vNGQIkswrVhdrS52e3uoMQBzZhNRAIE0jBnUyXWNmSjGHhCFcw==", + "node_modules/@jest/test-result/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0" + "color-convert": "^2.0.1" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@radix-ui/react-tooltip": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.0.5.tgz", - "integrity": "sha512-cDKVcfzyO6PpckZekODJZDe5ZxZ2fCZlzKzTmPhe4mX9qTHRfLcKgqb0OKf22xLwDequ2tVleim+ZYx3rabD5w==", + "node_modules/@jest/test-result/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/primitive": "1.0.0", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-context": "1.0.0", - "@radix-ui/react-dismissable-layer": "1.0.3", - "@radix-ui/react-id": "1.0.0", - "@radix-ui/react-popper": "1.1.1", - "@radix-ui/react-portal": "1.0.2", - "@radix-ui/react-presence": "1.0.0", - "@radix-ui/react-primitive": "1.0.2", - "@radix-ui/react-slot": "1.0.1", - "@radix-ui/react-use-controllable-state": "1.0.0", - "@radix-ui/react-visually-hidden": "1.0.2" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@radix-ui/react-use-callback-ref": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.0.0.tgz", - "integrity": "sha512-GZtyzoHz95Rhs6S63D2t/eqvdFCm7I+yHMLVQheKM7nBD8mbZIt+ct1jz4536MDnaOGKIxynJ8eHTkVGVVkoTg==", + "node_modules/@jest/test-result/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10" + "color-name": "~1.1.4" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": ">=7.0.0" } }, - "node_modules/@radix-ui/react-use-controllable-state": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.0.0.tgz", - "integrity": "sha512-FohDoZvk3mEXh9AWAVyRTYR4Sq7/gavuofglmiXB2g1aKyboUD4YtgWxKj8O5n+Uak52gXQ4wKz5IFST4vtJHg==", + "node_modules/@jest/test-result/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "node_modules/@jest/test-result/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/test-result/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-callback-ref": "1.0.0" + "has-flag": "^4.0.0" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": ">=8" } }, - "node_modules/@radix-ui/react-use-escape-keydown": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.0.2.tgz", - "integrity": "sha512-DXGim3x74WgUv+iMNCF+cAo8xUHHeqvjx8zs7trKf+FkQKPQXLk2sX7Gx1ysH7Q76xCpZuxIJE7HLPxRE+Q+GA==", + "node_modules/@jest/test-sequencer": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.6.4.tgz", + "integrity": "sha512-E84M6LbpcRq3fT4ckfKs9ryVanwkaIB0Ws9bw3/yP4seRLg/VaCZ/LgW0MCq5wwk4/iP/qnilD41aj2fsw2RMg==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-callback-ref": "1.0.0" + "@jest/test-result": "^29.6.4", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "slash": "^3.0.0" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@radix-ui/react-use-layout-effect": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.0.0.tgz", - "integrity": "sha512-6Tpkq+R6LOlmQb1R5NNETLG0B4YP0wc+klfXafpUCj6JGyaUc8il7/kUZ7m59rGbXGczE9Bs+iz2qloqsZBduQ==", + "node_modules/@jest/test-sequencer/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10" + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@radix-ui/react-use-rect": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.0.0.tgz", - "integrity": "sha512-TB7pID8NRMEHxb/qQJpvSt3hQU4sqNPM1VCTjTRjEOa7cEop/QMuq8S6fb/5Tsz64kqSvB9WnwsDHtjnrM9qew==", + "node_modules/@jest/test-sequencer/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/rect": "1.0.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" + "@types/yargs-parser": "*" } }, - "node_modules/@radix-ui/react-use-size": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.0.0.tgz", - "integrity": "sha512-imZ3aYcoYCKhhgNpkNDh/aTiU05qw9hX+HHI1QDBTyIlcFjgeFlKKySNGMwTp7nYFLQg/j0VA2FmCY4WPDDHMg==", + "node_modules/@jest/test-sequencer/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-layout-effect": "1.0.0" + "color-convert": "^2.0.1" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@radix-ui/react-visually-hidden": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.0.2.tgz", - "integrity": "sha512-qirnJxtYn73HEk1rXL12/mXnu2rwsNHDID10th2JGtdK25T9wX+mxRmGt7iPSahw512GbZOc0syZX1nLQGoEOg==", + "node_modules/@jest/test-sequencer/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-primitive": "1.0.2" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@radix-ui/rect": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.0.0.tgz", - "integrity": "sha512-d0O68AYy/9oeEy1DdC07bz1/ZXX+DqCskRd3i4JzLSTXwefzaepQrKjXC7aNM8lTHjFLDO0pDgaEiQ7jEk+HVg==", + "node_modules/@jest/test-sequencer/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { - "@babel/runtime": "^7.13.10" + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, - "node_modules/@remix-run/router": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.6.2.tgz", - "integrity": "sha512-LzqpSrMK/3JBAVBI9u3NWtOhWNw5AMQfrUFYB0+bDHTSw17z++WJLsPsxAuK+oSddsxk4d7F/JcdDPM1M5YAhA==", + "node_modules/@jest/test-sequencer/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "node_modules/@jest/test-sequencer/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { - "node": ">=14" + "node": ">=8" } }, - "node_modules/@rollup/plugin-babel": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", - "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==", + "node_modules/@jest/test-sequencer/node_modules/jest-haste-map": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz", + "integrity": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==", + "optional": true, + "peer": true, "dependencies": { - "@babel/helper-module-imports": "^7.10.4", - "@rollup/pluginutils": "^3.1.0" + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", + "micromatch": "^4.0.4", + "walker": "^1.0.8" }, "engines": { - "node": ">= 10.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "@types/babel__core": "^7.1.9", - "rollup": "^1.20.0||^2.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, - "peerDependenciesMeta": { - "@types/babel__core": { - "optional": true - } + "optionalDependencies": { + "fsevents": "^2.3.2" } }, - "node_modules/@rollup/plugin-node-resolve": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz", - "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==", - "dependencies": { - "@rollup/pluginutils": "^3.1.0", - "@types/resolve": "1.17.1", - "builtin-modules": "^3.1.0", - "deepmerge": "^4.2.2", - "is-module": "^1.0.0", - "resolve": "^1.19.0" - }, + "node_modules/@jest/test-sequencer/node_modules/jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true, "engines": { - "node": ">= 10.0.0" - }, - "peerDependencies": { - "rollup": "^1.20.0||^2.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@rollup/plugin-replace": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", - "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", - "dependencies": { - "@rollup/pluginutils": "^3.1.0", - "magic-string": "^0.25.7" - }, - "peerDependencies": { - "rollup": "^1.20.0 || ^2.0.0" - } - }, - "node_modules/@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", - "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", - "dependencies": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "engines": { - "node": ">= 8.0.0" - }, - "peerDependencies": { - "rollup": "^1.20.0||^2.0.0" - } - }, - "node_modules/@rollup/pluginutils/node_modules/@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", - "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" - }, - "node_modules/@rushstack/eslint-patch": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.1.2.tgz", - "integrity": "sha512-oe5WJEDaVsW8fBlGT7udrSCgOwWfoYHQOmSpnh8X+0GXpqqcRCP8k4y+Dxb0taWJDPpB+rdDUtumIiBwkY9qGA==" - }, - "node_modules/@sinclair/typebox": { - "version": "0.24.51", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", - "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==" - }, - "node_modules/@sinonjs/commons": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz", - "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==", - "dependencies": { - "type-detect": "4.0.8" - } - }, - "node_modules/@sinonjs/fake-timers": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", - "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", - "dependencies": { - "@sinonjs/commons": "^1.7.0" - } - }, - "node_modules/@sphinxxxx/color-conversion": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@sphinxxxx/color-conversion/-/color-conversion-2.2.2.tgz", - "integrity": "sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw==" - }, - "node_modules/@surma/rollup-plugin-off-main-thread": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz", - "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==", - "dependencies": { - "ejs": "^3.1.6", - "json5": "^2.2.0", - "magic-string": "^0.25.0", - "string.prototype.matchall": "^4.0.6" - } - }, - "node_modules/@svgr/babel-plugin-add-jsx-attribute": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz", - "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-plugin-remove-jsx-attribute": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz", - "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz", - "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz", - "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-plugin-svg-dynamic-title": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz", - "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-plugin-svg-em-dimensions": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz", - "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-plugin-transform-react-native-svg": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz", - "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-plugin-transform-svg-component": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz", - "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-preset": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz", - "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==", - "dependencies": { - "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", - "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", - "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1", - "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", - "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0", - "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0", - "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0", - "@svgr/babel-plugin-transform-svg-component": "^5.5.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/core": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz", - "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==", - "dependencies": { - "@svgr/plugin-jsx": "^5.5.0", - "camelcase": "^6.2.0", - "cosmiconfig": "^7.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/hast-util-to-babel-ast": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz", - "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==", - "dependencies": { - "@babel/types": "^7.12.6" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/plugin-jsx": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz", - "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==", + "node_modules/@jest/test-sequencer/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, "dependencies": { - "@babel/core": "^7.12.3", - "@svgr/babel-preset": "^5.5.0", - "@svgr/hast-util-to-babel-ast": "^5.5.0", - "svg-parser": "^2.0.2" + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" }, "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@svgr/plugin-svgo": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz", - "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==", + "node_modules/@jest/test-sequencer/node_modules/jest-worker": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.4.tgz", + "integrity": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==", + "optional": true, + "peer": true, "dependencies": { - "cosmiconfig": "^7.0.0", - "deepmerge": "^4.2.2", - "svgo": "^1.2.2" + "@types/node": "*", + "jest-util": "^29.6.3", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@svgr/webpack": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz", - "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==", + "node_modules/@jest/test-sequencer/node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "optional": true, + "peer": true, "dependencies": { - "@babel/core": "^7.12.3", - "@babel/plugin-transform-react-constant-elements": "^7.12.1", - "@babel/preset-env": "^7.12.1", - "@babel/preset-react": "^7.12.5", - "@svgr/core": "^5.5.0", - "@svgr/plugin-jsx": "^5.5.0", - "@svgr/plugin-svgo": "^5.5.0", - "loader-utils": "^2.0.0" + "has-flag": "^4.0.0" }, "engines": { "node": ">=10" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/@tanstack/match-sorter-utils": { - "version": "8.7.6", - "resolved": "https://registry.npmjs.org/@tanstack/match-sorter-utils/-/match-sorter-utils-8.7.6.tgz", - "integrity": "sha512-2AMpRiA6QivHOUiBpQAVxjiHAA68Ei23ZUMNaRJrN6omWiSFLoYrxGcT6BXtuzp0Jw4h6HZCmGGIM/gbwebO2A==", + "node_modules/@jest/test-sequencer/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { - "remove-accents": "0.4.2" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=12" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/kentcdodds" - } - }, - "node_modules/@tanstack/query-core": { - "version": "4.29.7", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.29.7.tgz", - "integrity": "sha512-GXG4b5hV2Loir+h2G+RXhJdoZhJLnrBWsuLB2r0qBRyhWuXq9w/dWxzvpP89H0UARlH6Mr9DiVj4SMtpkF/aUA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - } - }, - "node_modules/@tanstack/react-query": { - "version": "4.29.7", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.29.7.tgz", - "integrity": "sha512-ijBWEzAIo09fB1yd22slRZzprrZ5zMdWYzBnCg5qiXuFbH78uGN1qtGz8+Ed4MuhaPaYSD+hykn+QEKtQviEtg==", - "dependencies": { - "@tanstack/query-core": "4.29.7", - "use-sync-external-store": "^1.2.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-native": "*" - }, - "peerDependenciesMeta": { - "react-dom": { - "optional": true - }, - "react-native": { - "optional": true - } - } - }, - "node_modules/@tanstack/react-query-devtools": { - "version": "4.29.7", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-4.29.7.tgz", - "integrity": "sha512-fckNnBV6Kfbtq6EJqQen8oBjPqGFcOPS9SJmNKLbFLQgd7OpNIlA4M0r37iJYUY9m14/ESKc1wzKd36VfeiPjg==", - "dependencies": { - "@tanstack/match-sorter-utils": "^8.7.0", - "superjson": "^1.10.0", - "use-sync-external-store": "^1.2.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - }, - "peerDependencies": { - "@tanstack/react-query": "4.29.7", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "node": ">=8" } }, - "node_modules/@testing-library/dom": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.11.3.tgz", - "integrity": "sha512-9LId28I+lx70wUiZjLvi1DB/WT2zGOxUh46glrSNMaWVx849kKAluezVzZrXJfTKKoQTmEOutLes/bHg4Bj3aA==", + "node_modules/@jest/transform": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", + "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", "dependencies": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", - "@types/aria-query": "^4.2.0", - "aria-query": "^5.0.0", - "chalk": "^4.1.0", - "dom-accessibility-api": "^0.5.9", - "lz-string": "^1.4.4", - "pretty-format": "^27.0.2" + "@babel/core": "^7.1.0", + "@jest/types": "^27.5.1", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^1.4.0", + "fast-json-stable-stringify": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-util": "^27.5.1", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "source-map": "^0.6.1", + "write-file-atomic": "^3.0.0" }, "engines": { - "node": ">=12" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/@testing-library/dom/node_modules/ansi-styles": { + "node_modules/@jest/transform/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", @@ -3725,15 +3915,7 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@testing-library/dom/node_modules/aria-query": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz", - "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==", - "engines": { - "node": ">=6.0" - } - }, - "node_modules/@testing-library/dom/node_modules/chalk": { + "node_modules/@jest/transform/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", @@ -3748,7 +3930,7 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@testing-library/dom/node_modules/color-convert": { + "node_modules/@jest/transform/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", @@ -3759,12 +3941,12 @@ "node": ">=7.0.0" } }, - "node_modules/@testing-library/dom/node_modules/color-name": { + "node_modules/@jest/transform/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/@testing-library/dom/node_modules/has-flag": { + "node_modules/@jest/transform/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", @@ -3772,7 +3954,15 @@ "node": ">=8" } }, - "node_modules/@testing-library/dom/node_modules/supports-color": { + "node_modules/@jest/transform/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@jest/transform/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", @@ -3783,28 +3973,22 @@ "node": ">=8" } }, - "node_modules/@testing-library/jest-dom": { - "version": "5.16.5", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz", - "integrity": "sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==", + "node_modules/@jest/types": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", "dependencies": { - "@adobe/css-tools": "^4.0.1", - "@babel/runtime": "^7.9.2", - "@types/testing-library__jest-dom": "^5.9.1", - "aria-query": "^5.0.0", - "chalk": "^3.0.0", - "css.escape": "^1.5.1", - "dom-accessibility-api": "^0.5.6", - "lodash": "^4.17.15", - "redent": "^3.0.0" + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^16.0.0", + "chalk": "^4.0.0" }, "engines": { - "node": ">=8", - "npm": ">=6", - "yarn": ">=1" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/@testing-library/jest-dom/node_modules/ansi-styles": { + "node_modules/@jest/types/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", @@ -3818,27 +4002,22 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@testing-library/jest-dom/node_modules/aria-query": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz", - "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==", - "engines": { - "node": ">=6.0" - } - }, - "node_modules/@testing-library/jest-dom/node_modules/chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "node_modules/@jest/types/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@testing-library/jest-dom/node_modules/color-convert": { + "node_modules/@jest/types/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", @@ -3849,12 +4028,12 @@ "node": ">=7.0.0" } }, - "node_modules/@testing-library/jest-dom/node_modules/color-name": { + "node_modules/@jest/types/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/@testing-library/jest-dom/node_modules/has-flag": { + "node_modules/@jest/types/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", @@ -3862,7 +4041,7 @@ "node": ">=8" } }, - "node_modules/@testing-library/jest-dom/node_modules/supports-color": { + "node_modules/@jest/types/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", @@ -3873,1294 +4052,2274 @@ "node": ">=8" } }, - "node_modules/@testing-library/react": { - "version": "12.1.5", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.5.tgz", - "integrity": "sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==", + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", "dependencies": { - "@babel/runtime": "^7.12.5", - "@testing-library/dom": "^8.0.0", - "@types/react-dom": "<18.0.0" + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" }, "engines": { - "node": ">=12" - }, - "peerDependencies": { - "react": "<18.0.0", - "react-dom": "<18.0.0" - } - }, - "node_modules/@testing-library/react/node_modules/@types/react": { - "version": "17.0.52", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.52.tgz", - "integrity": "sha512-vwk8QqVODi0VaZZpDXQCmEmiOuyjEFPY7Ttaw5vjM112LOq37yz1CDJGrRJwA1fYEq4Iitd5rnjd1yWAc/bT+A==", - "dependencies": { - "@types/prop-types": "*", - "@types/scheduler": "*", - "csstype": "^3.0.2" - } - }, - "node_modules/@testing-library/react/node_modules/@types/react-dom": { - "version": "17.0.18", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.18.tgz", - "integrity": "sha512-rLVtIfbwyur2iFKykP2w0pl/1unw26b5td16d5xMgp7/yjTHomkyxPYChFoCr/FtEX1lN9wY6lFj1qvKdS5kDw==", - "dependencies": { - "@types/react": "^17" + "node": ">=6.0.0" } }, - "node_modules/@testing-library/user-event": { - "version": "14.4.3", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.4.3.tgz", - "integrity": "sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==", + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", "engines": { - "node": ">=12", - "npm": ">=6" - }, - "peerDependencies": { - "@testing-library/dom": ">=7.21.4" + "node": ">=6.0.0" } }, - "node_modules/@tootallnate/once": { + "node_modules/@jridgewell/set-array": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", "engines": { - "node": ">= 6" + "node": ">=6.0.0" } }, - "node_modules/@trysound/sax": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", - "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", - "engines": { - "node": ">=10.13.0" + "node_modules/@jridgewell/source-map": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", + "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" } }, - "node_modules/@types/aria-query": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.2.tgz", - "integrity": "sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==" + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" }, - "node_modules/@types/babel__core": { - "version": "7.1.18", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.18.tgz", - "integrity": "sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==", + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.18", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz", + "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==", "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" + "@jridgewell/resolve-uri": "3.1.0", + "@jridgewell/sourcemap-codec": "1.4.14" } }, - "node_modules/@types/babel__generator": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", - "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", - "dependencies": { - "@babel/types": "^7.0.0" - } + "node_modules/@leichtgewicht/ip-codec": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.3.tgz", + "integrity": "sha512-nkalE/f1RvRGChwBnEIoBfSEYOXnCRdleKuv6+lePbMDrMZXeDQnqak5XDOeBgrPPyPfAdcCu/B5z+v3VhplGg==" }, - "node_modules/@types/babel__template": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", - "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" } }, - "node_modules/@types/babel__traverse": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz", - "integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==", - "dependencies": { - "@babel/types": "^7.3.0" + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "engines": { + "node": ">= 8" } }, - "node_modules/@types/body-parser": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", - "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "dependencies": { - "@types/connect": "*", - "@types/node": "*" + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" } }, - "node_modules/@types/bonjour": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz", - "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==", + "node_modules/@pmmmwh/react-refresh-webpack-plugin": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.5.tgz", + "integrity": "sha512-RbG7h6TuP6nFFYKJwbcToA1rjC1FyPg25NR2noAZ0vKI+la01KTSRPkuVPE+U88jXv7javx2JHglUcL1MHcshQ==", "dependencies": { - "@types/node": "*" + "ansi-html-community": "^0.0.8", + "common-path-prefix": "^3.0.0", + "core-js-pure": "^3.8.1", + "error-stack-parser": "^2.0.6", + "find-up": "^5.0.0", + "html-entities": "^2.1.0", + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0", + "source-map": "^0.7.3" + }, + "engines": { + "node": ">= 10.13" + }, + "peerDependencies": { + "@types/webpack": "4.x || 5.x", + "react-refresh": ">=0.10.0 <1.0.0", + "sockjs-client": "^1.4.0", + "type-fest": ">=0.17.0 <3.0.0", + "webpack": ">=4.43.0 <6.0.0", + "webpack-dev-server": "3.x || 4.x", + "webpack-hot-middleware": "2.x", + "webpack-plugin-serve": "0.x || 1.x" + }, + "peerDependenciesMeta": { + "@types/webpack": { + "optional": true + }, + "sockjs-client": { + "optional": true + }, + "type-fest": { + "optional": true + }, + "webpack-dev-server": { + "optional": true + }, + "webpack-hot-middleware": { + "optional": true + }, + "webpack-plugin-serve": { + "optional": true + } } }, - "node_modules/@types/connect": { - "version": "3.4.35", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", - "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", - "dependencies": { - "@types/node": "*" + "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/source-map": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", + "engines": { + "node": ">= 8" } }, - "node_modules/@types/connect-history-api-fallback": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz", - "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==", - "dependencies": { - "@types/express-serve-static-core": "*", - "@types/node": "*" + "node_modules/@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" } }, - "node_modules/@types/debug": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.7.tgz", - "integrity": "sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==", + "node_modules/@radix-ui/primitive": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.0.1.tgz", + "integrity": "sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==", "dependencies": { - "@types/ms": "*" + "@babel/runtime": "^7.13.10" } }, - "node_modules/@types/eslint": { - "version": "7.29.0", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz", - "integrity": "sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==", + "node_modules/@radix-ui/react-arrow": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.0.3.tgz", + "integrity": "sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==", "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" + "@babel/runtime": "^7.13.10", + "@radix-ui/react-primitive": "1.0.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0", + "react-dom": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } } }, - "node_modules/@types/eslint-scope": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.3.tgz", - "integrity": "sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==", + "node_modules/@radix-ui/react-compose-refs": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.1.tgz", + "integrity": "sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==", "dependencies": { - "@types/eslint": "*", - "@types/estree": "*" + "@babel/runtime": "^7.13.10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, - "node_modules/@types/estree": { - "version": "0.0.51", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==" - }, - "node_modules/@types/express": { - "version": "4.17.13", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz", - "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==", + "node_modules/@radix-ui/react-context": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.0.1.tgz", + "integrity": "sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==", "dependencies": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "^4.17.18", - "@types/qs": "*", - "@types/serve-static": "*" + "@babel/runtime": "^7.13.10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, - "node_modules/@types/express-serve-static-core": { - "version": "4.17.28", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz", - "integrity": "sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==", + "node_modules/@radix-ui/react-dismissable-layer": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.0.4.tgz", + "integrity": "sha512-7UpBa/RKMoHJYjie1gkF1DlK8l1fdU/VKDpoS3rCCo8YBJR294GwcEHyxHw72yvphJ7ld0AXEcSLAzY2F/WyCg==", "dependencies": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*" + "@babel/runtime": "^7.13.10", + "@radix-ui/primitive": "1.0.1", + "@radix-ui/react-compose-refs": "1.0.1", + "@radix-ui/react-primitive": "1.0.3", + "@radix-ui/react-use-callback-ref": "1.0.1", + "@radix-ui/react-use-escape-keydown": "1.0.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0", + "react-dom": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } } }, - "node_modules/@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz", - "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==", + "node_modules/@radix-ui/react-id": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.0.1.tgz", + "integrity": "sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==", "dependencies": { - "@types/node": "*" + "@babel/runtime": "^7.13.10", + "@radix-ui/react-use-layout-effect": "1.0.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, - "node_modules/@types/hast": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz", - "integrity": "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==", + "node_modules/@radix-ui/react-popper": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.1.2.tgz", + "integrity": "sha512-1CnGGfFi/bbqtJZZ0P/NQY20xdG3E0LALJaLUEoKwPLwl6PPPfbeiCqMVQnhoFRAxjJj4RpBRJzDmUgsex2tSg==", "dependencies": { - "@types/unist": "*" + "@babel/runtime": "^7.13.10", + "@floating-ui/react-dom": "^2.0.0", + "@radix-ui/react-arrow": "1.0.3", + "@radix-ui/react-compose-refs": "1.0.1", + "@radix-ui/react-context": "1.0.1", + "@radix-ui/react-primitive": "1.0.3", + "@radix-ui/react-use-callback-ref": "1.0.1", + "@radix-ui/react-use-layout-effect": "1.0.1", + "@radix-ui/react-use-rect": "1.0.1", + "@radix-ui/react-use-size": "1.0.1", + "@radix-ui/rect": "1.0.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0", + "react-dom": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } } }, - "node_modules/@types/html-minifier-terser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==" - }, - "node_modules/@types/http-proxy": { - "version": "1.17.8", - "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.8.tgz", - "integrity": "sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==", + "node_modules/@radix-ui/react-portal": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.0.3.tgz", + "integrity": "sha512-xLYZeHrWoPmA5mEKEfZZevoVRK/Q43GfzRXkWV6qawIWWK8t6ifIiLQdd7rmQ4Vk1bmI21XhqF9BN3jWf+phpA==", "dependencies": { - "@types/node": "*" + "@babel/runtime": "^7.13.10", + "@radix-ui/react-primitive": "1.0.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0", + "react-dom": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } } }, - "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", - "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==" - }, - "node_modules/@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", + "node_modules/@radix-ui/react-presence": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.0.1.tgz", + "integrity": "sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==", "dependencies": { - "@types/istanbul-lib-coverage": "*" + "@babel/runtime": "^7.13.10", + "@radix-ui/react-compose-refs": "1.0.1", + "@radix-ui/react-use-layout-effect": "1.0.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0", + "react-dom": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } } }, - "node_modules/@types/istanbul-reports": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", - "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", + "node_modules/@radix-ui/react-primitive": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.3.tgz", + "integrity": "sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==", "dependencies": { - "@types/istanbul-lib-report": "*" + "@babel/runtime": "^7.13.10", + "@radix-ui/react-slot": "1.0.2" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0", + "react-dom": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } } }, - "node_modules/@types/jest": { - "version": "29.5.1", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz", - "integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==", + "node_modules/@radix-ui/react-slot": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.2.tgz", + "integrity": "sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==", "dependencies": { - "expect": "^29.0.0", - "pretty-format": "^29.0.0" + "@babel/runtime": "^7.13.10", + "@radix-ui/react-compose-refs": "1.0.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, - "node_modules/@types/jest/node_modules/@jest/types": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.3.1.tgz", - "integrity": "sha512-d0S0jmmTpjnhCmNpApgX3jrUZgZ22ivKJRvL2lli5hpCRoNnp1f85r2/wpKfXuYu8E7Jjh1hGfhPyup1NM5AmA==", + "node_modules/@radix-ui/react-tooltip": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.0.6.tgz", + "integrity": "sha512-DmNFOiwEc2UDigsYj6clJENma58OelxD24O4IODoZ+3sQc3Zb+L8w1EP+y9laTuKCLAysPw4fD6/v0j4KNV8rg==", "dependencies": { - "@jest/schemas": "^29.0.0", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" + "@babel/runtime": "^7.13.10", + "@radix-ui/primitive": "1.0.1", + "@radix-ui/react-compose-refs": "1.0.1", + "@radix-ui/react-context": "1.0.1", + "@radix-ui/react-dismissable-layer": "1.0.4", + "@radix-ui/react-id": "1.0.1", + "@radix-ui/react-popper": "1.1.2", + "@radix-ui/react-portal": "1.0.3", + "@radix-ui/react-presence": "1.0.1", + "@radix-ui/react-primitive": "1.0.3", + "@radix-ui/react-slot": "1.0.2", + "@radix-ui/react-use-controllable-state": "1.0.1", + "@radix-ui/react-visually-hidden": "1.0.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0", + "react-dom": "^16.8 || ^17.0 || ^18.0" }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } } }, - "node_modules/@types/jest/node_modules/@types/yargs": { - "version": "17.0.15", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.15.tgz", - "integrity": "sha512-ZHc4W2dnEQPfhn06TBEdWaiUHEZAocYaiVMfwOipY5jcJt/251wVrKCBWBetGZWO5CF8tdb7L3DmdxVlZ2BOIg==", + "node_modules/@radix-ui/react-use-callback-ref": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.0.1.tgz", + "integrity": "sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==", "dependencies": { - "@types/yargs-parser": "*" + "@babel/runtime": "^7.13.10" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, - "node_modules/@types/jest/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/@radix-ui/react-use-controllable-state": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.0.1.tgz", + "integrity": "sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==", "dependencies": { - "color-convert": "^2.0.1" + "@babel/runtime": "^7.13.10", + "@radix-ui/react-use-callback-ref": "1.0.1" }, - "engines": { - "node": ">=8" + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, - "node_modules/@types/jest/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/@radix-ui/react-use-escape-keydown": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.0.3.tgz", + "integrity": "sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "@babel/runtime": "^7.13.10", + "@radix-ui/react-use-callback-ref": "1.0.1" }, - "engines": { - "node": ">=10" + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0" }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, - "node_modules/@types/jest/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/@radix-ui/react-use-layout-effect": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.0.1.tgz", + "integrity": "sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==", "dependencies": { - "color-name": "~1.1.4" + "@babel/runtime": "^7.13.10" }, - "engines": { - "node": ">=7.0.0" + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, - "node_modules/@types/jest/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/@types/jest/node_modules/diff-sequences": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.3.1.tgz", - "integrity": "sha512-hlM3QR272NXCi4pq+N4Kok4kOp6EsgOM3ZSpJI7Da3UAs+Ttsi8MRmB6trM/lhyzUxGfOgnpkHtgqm5Q/CTcfQ==", - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node_modules/@radix-ui/react-use-rect": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.0.1.tgz", + "integrity": "sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==", + "dependencies": { + "@babel/runtime": "^7.13.10", + "@radix-ui/rect": "1.0.1" + }, + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, - "node_modules/@types/jest/node_modules/expect": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/expect/-/expect-29.3.1.tgz", - "integrity": "sha512-gGb1yTgU30Q0O/tQq+z30KBWv24ApkMgFUpvKBkyLUBL68Wv8dHdJxTBZFl/iT8K/bqDHvUYRH6IIN3rToopPA==", + "node_modules/@radix-ui/react-use-size": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.0.1.tgz", + "integrity": "sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==", "dependencies": { - "@jest/expect-utils": "^29.3.1", - "jest-get-type": "^29.2.0", - "jest-matcher-utils": "^29.3.1", - "jest-message-util": "^29.3.1", - "jest-util": "^29.3.1" + "@babel/runtime": "^7.13.10", + "@radix-ui/react-use-layout-effect": "1.0.1" }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "peerDependencies": { + "@types/react": "*", + "react": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } } }, - "node_modules/@types/jest/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" + "node_modules/@radix-ui/react-visually-hidden": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.0.3.tgz", + "integrity": "sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==", + "dependencies": { + "@babel/runtime": "^7.13.10", + "@radix-ui/react-primitive": "1.0.3" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0", + "react-dom": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } } }, - "node_modules/@types/jest/node_modules/jest-diff": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.3.1.tgz", - "integrity": "sha512-vU8vyiO7568tmin2lA3r2DP8oRvzhvRcD4DjpXc6uGveQodyk7CKLhQlCSiwgx3g0pFaE88/KLZ0yaTWMc4Uiw==", + "node_modules/@radix-ui/rect": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.0.1.tgz", + "integrity": "sha512-fyrgCaedtvMg9NK3en0pnOYJdtfwxUcNolezkNPUsoX57X8oQk+NkqcvzHXD2uKNij6GXmWU9NDru2IWjrO4BQ==", "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^29.3.1", - "jest-get-type": "^29.2.0", - "pretty-format": "^29.3.1" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "@babel/runtime": "^7.13.10" } }, - "node_modules/@types/jest/node_modules/jest-get-type": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.2.0.tgz", - "integrity": "sha512-uXNJlg8hKFEnDgFsrCjznB+sTxdkuqiCL6zMgA75qEbAJjJYTs9XPrvDctrEig2GDow22T/LvHgO57iJhXB/UA==", + "node_modules/@remix-run/router": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.8.0.tgz", + "integrity": "sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg==", "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=14.0.0" } }, - "node_modules/@types/jest/node_modules/jest-matcher-utils": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.3.1.tgz", - "integrity": "sha512-fkRMZUAScup3txIKfMe3AIZZmPEjWEdsPJFK3AIy5qRohWqQFg1qrmKfYXR9qEkNc7OdAu2N4KPHibEmy4HPeQ==", + "node_modules/@rollup/plugin-babel": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", + "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==", "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^29.3.1", - "jest-get-type": "^29.2.0", - "pretty-format": "^29.3.1" + "@babel/helper-module-imports": "^7.10.4", + "@rollup/pluginutils": "^3.1.0" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@types/jest/node_modules/jest-message-util": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.3.1.tgz", - "integrity": "sha512-lMJTbgNcDm5z+6KDxWtqOFWlGQxD6XaYwBqHR8kmpkP+WWWG90I35kdtQHY67Ay5CSuydkTBbJG+tH9JShFCyA==", - "dependencies": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^29.3.1", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^29.3.1", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" + "node": ">= 10.0.0" }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@types/jest/node_modules/jest-util": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.3.1.tgz", - "integrity": "sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==", - "dependencies": { - "@jest/types": "^29.3.1", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" + "peerDependencies": { + "@babel/core": "^7.0.0", + "@types/babel__core": "^7.1.9", + "rollup": "^1.20.0||^2.0.0" }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "peerDependenciesMeta": { + "@types/babel__core": { + "optional": true + } } }, - "node_modules/@types/jest/node_modules/pretty-format": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.3.1.tgz", - "integrity": "sha512-FyLnmb1cYJV8biEIiRyzRFvs2lry7PPIvOqKVe1GCUEYg4YGmlx1qG9EJNMxArYm7piII4qb8UV1Pncq5dxmcg==", + "node_modules/@rollup/plugin-node-resolve": { + "version": "11.2.1", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz", + "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==", "dependencies": { - "@jest/schemas": "^29.0.0", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" + "@rollup/pluginutils": "^3.1.0", + "@types/resolve": "1.17.1", + "builtin-modules": "^3.1.0", + "deepmerge": "^4.2.2", + "is-module": "^1.0.0", + "resolve": "^1.19.0" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">= 10.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0" } }, - "node_modules/@types/jest/node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "engines": { - "node": ">=10" + "node_modules/@rollup/plugin-replace": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", + "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", + "dependencies": { + "@rollup/pluginutils": "^3.1.0", + "magic-string": "^0.25.7" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "peerDependencies": { + "rollup": "^1.20.0 || ^2.0.0" } }, - "node_modules/@types/jest/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" - }, - "node_modules/@types/jest/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/@rollup/pluginutils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", + "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", "dependencies": { - "has-flag": "^4.0.0" + "@types/estree": "0.0.39", + "estree-walker": "^1.0.1", + "picomatch": "^2.2.2" }, "engines": { - "node": ">=8" + "node": ">= 8.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0" } }, - "node_modules/@types/json-schema": { - "version": "7.0.9", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", - "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==" + "node_modules/@rollup/pluginutils/node_modules/@types/estree": { + "version": "0.0.39", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", + "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" }, - "node_modules/@types/json5": { - "version": "0.0.29", - "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=" + "node_modules/@rushstack/eslint-patch": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.1.2.tgz", + "integrity": "sha512-oe5WJEDaVsW8fBlGT7udrSCgOwWfoYHQOmSpnh8X+0GXpqqcRCP8k4y+Dxb0taWJDPpB+rdDUtumIiBwkY9qGA==" }, - "node_modules/@types/lodash": { - "version": "4.14.194", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.194.tgz", - "integrity": "sha512-r22s9tAS7imvBt2lyHC9B8AGwWnXaYb1tY09oyLkXDs4vArpYJzw09nj8MLx5VfciBPGIb+ZwG0ssYnEPJxn/g==" + "node_modules/@sinclair/typebox": { + "version": "0.27.8", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" }, - "node_modules/@types/mdast": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", - "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", + "node_modules/@sinonjs/commons": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz", + "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==", + "optional": true, + "peer": true, "dependencies": { - "@types/unist": "*" + "type-detect": "4.0.8" } }, - "node_modules/@types/mdurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-1.0.2.tgz", - "integrity": "sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==" - }, - "node_modules/@types/mime": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", - "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==" - }, - "node_modules/@types/ms": { - "version": "0.7.31", - "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz", - "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==" - }, - "node_modules/@types/node": { - "version": "20.1.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.1.7.tgz", - "integrity": "sha512-WCuw/o4GSwDGMoonES8rcvwsig77dGCMbZDrZr2x4ZZiNW4P/gcoZXe/0twgtobcTkmg9TuKflxYL/DuwDyJzg==" - }, - "node_modules/@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" - }, - "node_modules/@types/prettier": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.4.tgz", - "integrity": "sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA==" - }, - "node_modules/@types/prop-types": { - "version": "15.7.4", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz", - "integrity": "sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==" - }, - "node_modules/@types/q": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz", - "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==" - }, - "node_modules/@types/qs": { - "version": "6.9.7", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", - "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" - }, - "node_modules/@types/range-parser": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", - "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" - }, - "node_modules/@types/react": { - "version": "18.2.6", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.6.tgz", - "integrity": "sha512-wRZClXn//zxCFW+ye/D2qY65UsYP1Fpex2YXorHc8awoNamkMZSvBxwxdYVInsHOZZd2Ppq8isnSzJL5Mpf8OA==", + "node_modules/@sinonjs/fake-timers": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", + "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", + "optional": true, + "peer": true, "dependencies": { - "@types/prop-types": "*", - "@types/scheduler": "*", - "csstype": "^3.0.2" + "@sinonjs/commons": "^3.0.0" } }, - "node_modules/@types/react-dom": { - "version": "18.2.4", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.4.tgz", - "integrity": "sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==", - "dependencies": { - "@types/react": "*" - } + "node_modules/@sphinxxxx/color-conversion": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@sphinxxxx/color-conversion/-/color-conversion-2.2.2.tgz", + "integrity": "sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw==" }, - "node_modules/@types/resolve": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz", - "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==", + "node_modules/@surma/rollup-plugin-off-main-thread": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz", + "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==", "dependencies": { - "@types/node": "*" + "ejs": "^3.1.6", + "json5": "^2.2.0", + "magic-string": "^0.25.0", + "string.prototype.matchall": "^4.0.6" } }, - "node_modules/@types/retry": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz", - "integrity": "sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==" - }, - "node_modules/@types/scheduler": { - "version": "0.16.2", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", - "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" - }, - "node_modules/@types/serve-index": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==", - "dependencies": { - "@types/express": "*" + "node_modules/@svgr/babel-plugin-add-jsx-attribute": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz", + "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==", + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@types/serve-static": { - "version": "1.13.10", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz", - "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==", - "dependencies": { - "@types/mime": "^1", - "@types/node": "*" + "node_modules/@svgr/babel-plugin-remove-jsx-attribute": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz", + "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==", + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@types/sockjs": { - "version": "0.3.33", - "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz", - "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==", - "dependencies": { - "@types/node": "*" + "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz", + "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==", + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@types/stack-utils": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", - "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==" - }, - "node_modules/@types/testing-library__jest-dom": { - "version": "5.14.2", - "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.2.tgz", - "integrity": "sha512-vehbtyHUShPxIa9SioxDwCvgxukDMH//icJG90sXQBUm5lJOHLT5kNeU9tnivhnA/TkOFMzGIXN2cTc4hY8/kg==", - "dependencies": { - "@types/jest": "*" + "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz", + "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==", + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@types/trusted-types": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz", - "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==" - }, - "node_modules/@types/unist": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", - "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==" - }, - "node_modules/@types/ws": { - "version": "8.5.3", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.3.tgz", - "integrity": "sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==", - "dependencies": { - "@types/node": "*" + "node_modules/@svgr/babel-plugin-svg-dynamic-title": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz", + "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==", + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@types/yargs": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", - "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", - "dependencies": { - "@types/yargs-parser": "*" + "node_modules/@svgr/babel-plugin-svg-em-dimensions": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz", + "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==", + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@types/yargs-parser": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.1.tgz", - "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==" - }, - "node_modules/@typescript-eslint/eslint-plugin": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.19.0.tgz", - "integrity": "sha512-w59GpFqDYGnWFim9p6TGJz7a3qWeENJuAKCqjGSx+Hq/bwq3RZwXYqy98KIfN85yDqz9mq6QXiY5h0FjGQLyEg==", - "dependencies": { - "@typescript-eslint/scope-manager": "5.19.0", - "@typescript-eslint/type-utils": "5.19.0", - "@typescript-eslint/utils": "5.19.0", - "debug": "^4.3.2", - "functional-red-black-tree": "^1.0.1", - "ignore": "^5.1.8", - "regexpp": "^3.2.0", - "semver": "^7.3.5", - "tsutils": "^3.21.0" - }, + "node_modules/@svgr/babel-plugin-transform-react-native-svg": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz", + "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==", "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^5.0.0", - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "type": "github", + "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@typescript-eslint/experimental-utils": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.19.0.tgz", - "integrity": "sha512-F+X/TTzmb2UXbghY1LrNLNDjMcGZMhKzXuzvu0xD+YEB77EamLM7zMOLuz2kP5807IJRDLBoAFFPYa7HT62sYg==", - "dependencies": { - "@typescript-eslint/utils": "5.19.0" - }, + "node_modules/@svgr/babel-plugin-transform-svg-component": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz", + "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==", "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "type": "github", + "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@typescript-eslint/parser": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.19.0.tgz", - "integrity": "sha512-yhktJjMCJX8BSBczh1F/uY8wGRYrBeyn84kH6oyqdIJwTGKmzX5Qiq49LRQ0Jh0LXnWijEziSo6BRqny8nqLVQ==", + "node_modules/@svgr/babel-preset": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz", + "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==", "dependencies": { - "@typescript-eslint/scope-manager": "5.19.0", - "@typescript-eslint/types": "5.19.0", - "@typescript-eslint/typescript-estree": "5.19.0", - "debug": "^4.3.2" + "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", + "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", + "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1", + "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", + "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0", + "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0", + "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0", + "@svgr/babel-plugin-transform-svg-component": "^5.5.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "type": "github", + "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.19.0.tgz", - "integrity": "sha512-Fz+VrjLmwq5fbQn5W7cIJZ066HxLMKvDEmf4eu1tZ8O956aoX45jAuBB76miAECMTODyUxH61AQM7q4/GOMQ5g==", + "node_modules/@svgr/core": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz", + "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==", "dependencies": { - "@typescript-eslint/types": "5.19.0", - "@typescript-eslint/visitor-keys": "5.19.0" + "@svgr/plugin-jsx": "^5.5.0", + "camelcase": "^6.2.0", + "cosmiconfig": "^7.0.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "type": "github", + "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@typescript-eslint/type-utils": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.19.0.tgz", - "integrity": "sha512-O6XQ4RI4rQcBGshTQAYBUIGsKqrKeuIOz9v8bckXZnSeXjn/1+BDZndHLe10UplQeJLXDNbaZYrAytKNQO2T4Q==", + "node_modules/@svgr/hast-util-to-babel-ast": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz", + "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==", "dependencies": { - "@typescript-eslint/utils": "5.19.0", - "debug": "^4.3.2", - "tsutils": "^3.21.0" + "@babel/types": "^7.12.6" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "*" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "type": "github", + "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@typescript-eslint/types": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.19.0.tgz", - "integrity": "sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==", + "node_modules/@svgr/plugin-jsx": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz", + "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==", + "dependencies": { + "@babel/core": "^7.12.3", + "@svgr/babel-preset": "^5.5.0", + "@svgr/hast-util-to-babel-ast": "^5.5.0", + "svg-parser": "^2.0.2" + }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "type": "github", + "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@typescript-eslint/typescript-estree": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz", - "integrity": "sha512-dRPuD4ocXdaE1BM/dNR21elSEUPKaWgowCA0bqJ6YbYkvtrPVEvZ+zqcX5a8ECYn3q5iBSSUcBBD42ubaOp0Hw==", + "node_modules/@svgr/plugin-svgo": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz", + "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==", "dependencies": { - "@typescript-eslint/types": "5.19.0", - "@typescript-eslint/visitor-keys": "5.19.0", - "debug": "^4.3.2", - "globby": "^11.0.4", - "is-glob": "^4.0.3", - "semver": "^7.3.5", - "tsutils": "^3.21.0" + "cosmiconfig": "^7.0.0", + "deepmerge": "^4.2.2", + "svgo": "^1.2.2" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "type": "github", + "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@typescript-eslint/utils": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.19.0.tgz", - "integrity": "sha512-ZuEckdupXpXamKvFz/Ql8YnePh2ZWcwz7APICzJL985Rp5C2AYcHO62oJzIqNhAMtMK6XvrlBTZeNG8n7gS3lQ==", + "node_modules/@svgr/webpack": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz", + "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==", "dependencies": { - "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.19.0", - "@typescript-eslint/types": "5.19.0", - "@typescript-eslint/typescript-estree": "5.19.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0" + "@babel/core": "^7.12.3", + "@babel/plugin-transform-react-constant-elements": "^7.12.1", + "@babel/preset-env": "^7.12.1", + "@babel/preset-react": "^7.12.5", + "@svgr/core": "^5.5.0", + "@svgr/plugin-jsx": "^5.5.0", + "@svgr/plugin-svgo": "^5.5.0", + "loader-utils": "^2.0.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "type": "github", + "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "node_modules/@tailwindcss/forms": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.6.tgz", + "integrity": "sha512-Fw+2BJ0tmAwK/w01tEFL5TiaJBX1NLT1/YbWgvm7ws3Qcn11kiXxzNTEQDMs5V3mQemhB56l3u0i9dwdzSQldA==", "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" + "mini-svg-data-uri": "^1.2.3" }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@typescript-eslint/utils/node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "engines": { - "node": ">=4.0" + "peerDependencies": { + "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1" } }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.19.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz", - "integrity": "sha512-Ym7zZoMDZcAKWsULi2s7UMLREdVQdScPQ/fKWMYefarCztWlHPFVJo8racf8R0Gc8FAEJ2eD4of8As1oFtnQlQ==", + "node_modules/@tanstack/match-sorter-utils": { + "version": "8.7.6", + "resolved": "https://registry.npmjs.org/@tanstack/match-sorter-utils/-/match-sorter-utils-8.7.6.tgz", + "integrity": "sha512-2AMpRiA6QivHOUiBpQAVxjiHAA68Ei23ZUMNaRJrN6omWiSFLoYrxGcT6BXtuzp0Jw4h6HZCmGGIM/gbwebO2A==", "dependencies": { - "@typescript-eslint/types": "5.19.0", - "eslint-visitor-keys": "^3.0.0" + "remove-accents": "0.4.2" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=12" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", - "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" - } - }, - "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==" - }, - "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==" - }, - "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==" - }, - "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", - "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", - "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==" - }, - "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", - "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1" - } - }, - "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", - "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", - "dependencies": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "node_modules/@webassemblyjs/leb128": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", - "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", - "dependencies": { - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/utf8": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", - "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==" - }, - "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", - "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/helper-wasm-section": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-opt": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "@webassemblyjs/wast-printer": "1.11.1" - } - }, - "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", - "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "type": "github", + "url": "https://github.com/sponsors/kentcdodds" } }, - "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", - "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1" + "node_modules/@tanstack/query-core": { + "version": "4.35.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.35.0.tgz", + "integrity": "sha512-4GMcKQuLZQi6RFBiBZNsLhl+hQGYScRZ5ZoVq8QAzfqz9M7vcGin/2YdSESwl7WaV+Qzsb5CZOAbMBes4lNTnA==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" } }, - "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", - "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "node_modules/@tanstack/react-query": { + "version": "4.35.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.35.0.tgz", + "integrity": "sha512-LLYDNnM9ewYHgjm2rzhk4KG/puN2rdoqCUD+N9+V7SwlsYwJk5ypX58rpkoZAhFyZ+KmFUJ7Iv2lIEOoUqydIg==", "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "@tanstack/query-core": "4.35.0", + "use-sync-external-store": "^1.2.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-native": "*" + }, + "peerDependenciesMeta": { + "react-dom": { + "optional": true + }, + "react-native": { + "optional": true + } } }, - "node_modules/@webassemblyjs/wast-printer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", - "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "node_modules/@tanstack/react-query-devtools": { + "version": "4.35.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-4.35.0.tgz", + "integrity": "sha512-tzN0K70idRsqnfLdUcQC3eCrv28kLIAB6/H1zsGdIw7Wmj5VgTxPmpEVc3rHQjKt0LZsvZTLmaLnI6FCI3VUZw==", "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@xtuc/long": "4.2.2" + "@tanstack/match-sorter-utils": "^8.7.0", + "superjson": "^1.10.0", + "use-sync-external-store": "^1.2.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + }, + "peerDependencies": { + "@tanstack/react-query": "^4.35.0", + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" - }, - "node_modules/@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" - }, - "node_modules/@zxing/library": { - "version": "0.18.6", - "resolved": "https://pkg.form.io/@zxing%2flibrary/-/library-0.18.6.tgz", - "integrity": "sha512-bulZ9JHoLFd9W36pi+7e7DnEYNJhljYjZ1UTsKPOoLMU3qtC+REHITeCRNx40zTRJZx18W5TBRXt5pq2Uopjsw==", - "license": "MIT", + "node_modules/@testing-library/dom": { + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.11.3.tgz", + "integrity": "sha512-9LId28I+lx70wUiZjLvi1DB/WT2zGOxUh46glrSNMaWVx849kKAluezVzZrXJfTKKoQTmEOutLes/bHg4Bj3aA==", "dependencies": { - "ts-custom-error": "^3.0.0" + "@babel/code-frame": "^7.10.4", + "@babel/runtime": "^7.12.5", + "@types/aria-query": "^4.2.0", + "aria-query": "^5.0.0", + "chalk": "^4.1.0", + "dom-accessibility-api": "^0.5.9", + "lz-string": "^1.4.4", + "pretty-format": "^27.0.2" }, "engines": { - "node": ">= 10.4.0" - }, - "optionalDependencies": { - "@zxing/text-encoding": "~0.9.0" + "node": ">=12" } }, - "node_modules/@zxing/text-encoding": { - "version": "0.9.0", - "resolved": "https://pkg.form.io/@zxing%2ftext-encoding/-/text-encoding-0.9.0.tgz", - "integrity": "sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA==", - "license": "(Unlicense OR Apache-2.0)", - "optional": true - }, - "node_modules/abab": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", - "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==" - }, - "node_modules/accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "node_modules/@testing-library/dom/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" + "color-convert": "^2.0.1" }, "engines": { - "node": ">= 0.6" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", - "bin": { - "acorn": "bin/acorn" - }, + "node_modules/@testing-library/dom/node_modules/aria-query": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz", + "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==", "engines": { - "node": ">=0.4.0" + "node": ">=6.0" } }, - "node_modules/acorn-globals": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", - "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", + "node_modules/@testing-library/dom/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" - } - }, - "node_modules/acorn-globals/node_modules/acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "bin": { - "acorn": "bin/acorn" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-import-assertions": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", - "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", - "peerDependencies": { - "acorn": "^8" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "node_modules/@testing-library/dom/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, "engines": { - "node": ">=0.4.0" + "node": ">=7.0.0" } }, - "node_modules/address": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz", - "integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==", - "engines": { - "node": ">= 0.12.0" - } + "node_modules/@testing-library/dom/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/adjust-sourcemap-loader": { + "node_modules/@testing-library/dom/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", - "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", - "dependencies": { - "loader-utils": "^2.0.0", - "regex-parser": "^2.2.11" - }, + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "engines": { - "node": ">=8.9" + "node": ">=8" } }, - "node_modules/agent-base": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "node_modules/@testing-library/dom/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dependencies": { - "debug": "4" + "has-flag": "^4.0.0" }, "engines": { - "node": ">= 6.0.0" + "node": ">=8" } }, - "node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "node_modules/@testing-library/jest-dom": { + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.3.tgz", + "integrity": "sha512-YzpjRHoCBWPzpPNtg6gnhasqtE/5O4qz8WCwDEaxtfnPO6gkaLrnuXusrGSPyhIGPezr1HM7ZH0CFaUTY9PJEQ==", "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" + "@adobe/css-tools": "^4.3.0", + "@babel/runtime": "^7.9.2", + "aria-query": "^5.0.0", + "chalk": "^3.0.0", + "css.escape": "^1.5.1", + "dom-accessibility-api": "^0.5.6", + "lodash": "^4.17.15", + "redent": "^3.0.0" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "dependencies": { - "ajv": "^8.0.0" + "engines": { + "node": ">=14", + "npm": ">=6", + "yarn": ">=1" }, "peerDependencies": { - "ajv": "^8.0.0" + "@jest/globals": ">= 28", + "@types/jest": ">= 28", + "jest": ">= 28", + "vitest": ">= 0.32" }, "peerDependenciesMeta": { - "ajv": { + "@jest/globals": { + "optional": true + }, + "@types/jest": { + "optional": true + }, + "jest": { + "optional": true + }, + "vitest": { "optional": true } } }, - "node_modules/ajv-formats/node_modules/ajv": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.10.0.tgz", - "integrity": "sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==", + "node_modules/@testing-library/jest-dom/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/ajv-formats/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "peerDependencies": { - "ajv": "^6.9.1" + "node_modules/@testing-library/jest-dom/node_modules/aria-query": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.0.0.tgz", + "integrity": "sha512-V+SM7AbUwJ+EBnB8+DXs0hPZHO0W6pqBcc0dW90OwtVG02PswOu/teuARoLQjdDOH+t9pJgGnW5/Qmouf3gPJg==", + "engines": { + "node": ">=6.0" } }, - "node_modules/ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "node_modules/@testing-library/jest-dom/node_modules/chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "dependencies": { - "type-fest": "^0.21.3" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ansi-html-community": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", - "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", - "engines": [ - "node >= 0.8.0" - ], - "bin": { - "ansi-html": "bin/ansi-html" + "node_modules/@testing-library/jest-dom/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "node_modules/@testing-library/jest-dom/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/@testing-library/jest-dom/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "engines": { "node": ">=8" } }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "node_modules/@testing-library/jest-dom/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dependencies": { - "color-convert": "^1.9.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/any-promise": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", - "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" - }, - "node_modules/anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "node_modules/@testing-library/react": { + "version": "12.1.5", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.5.tgz", + "integrity": "sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==", "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" + "@babel/runtime": "^7.12.5", + "@testing-library/dom": "^8.0.0", + "@types/react-dom": "<18.0.0" }, "engines": { - "node": ">= 8" + "node": ">=12" + }, + "peerDependencies": { + "react": "<18.0.0", + "react-dom": "<18.0.0" } }, - "node_modules/arg": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" - }, - "node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "node_modules/@testing-library/react/node_modules/@types/react": { + "version": "17.0.52", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.52.tgz", + "integrity": "sha512-vwk8QqVODi0VaZZpDXQCmEmiOuyjEFPY7Ttaw5vjM112LOq37yz1CDJGrRJwA1fYEq4Iitd5rnjd1yWAc/bT+A==", "dependencies": { - "sprintf-js": "~1.0.2" + "@types/prop-types": "*", + "@types/scheduler": "*", + "csstype": "^3.0.2" } }, - "node_modules/aria-query": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz", - "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==", + "node_modules/@testing-library/react/node_modules/@types/react-dom": { + "version": "17.0.18", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.18.tgz", + "integrity": "sha512-rLVtIfbwyur2iFKykP2w0pl/1unw26b5td16d5xMgp7/yjTHomkyxPYChFoCr/FtEX1lN9wY6lFj1qvKdS5kDw==", "dependencies": { - "@babel/runtime": "^7.10.2", - "@babel/runtime-corejs3": "^7.10.2" - }, - "engines": { - "node": ">=6.0" + "@types/react": "^17" } }, - "node_modules/array-flatten": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", - "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==" - }, - "node_modules/array-includes": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz", - "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.7" - }, + "node_modules/@testing-library/user-event": { + "version": "14.4.3", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.4.3.tgz", + "integrity": "sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==", "engines": { - "node": ">= 0.4" + "node": ">=12", + "npm": ">=6" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "peerDependencies": { + "@testing-library/dom": ">=7.21.4" } }, - "node_modules/array-union": { + "node_modules/@tootallnate/once": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/@trysound/sax": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", + "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/@types/aria-query": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.2.tgz", + "integrity": "sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==" + }, + "node_modules/@types/babel__core": { + "version": "7.1.18", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.18.tgz", + "integrity": "sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", + "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", + "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz", + "integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==", + "dependencies": { + "@babel/types": "^7.3.0" + } + }, + "node_modules/@types/body-parser": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", + "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "node_modules/@types/bonjour": { + "version": "3.5.10", + "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz", + "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/connect": { + "version": "3.4.35", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", + "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/connect-history-api-fallback": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz", + "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==", + "dependencies": { + "@types/express-serve-static-core": "*", + "@types/node": "*" + } + }, + "node_modules/@types/debug": { + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.7.tgz", + "integrity": "sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==", + "dependencies": { + "@types/ms": "*" + } + }, + "node_modules/@types/eslint": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.29.0.tgz", + "integrity": "sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==", + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "node_modules/@types/eslint-scope": { + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.3.tgz", + "integrity": "sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==", + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "node_modules/@types/estree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz", + "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==" + }, + "node_modules/@types/express": { + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz", + "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==", + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.18", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "node_modules/@types/express-serve-static-core": { + "version": "4.17.28", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz", + "integrity": "sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==", + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*" + } + }, + "node_modules/@types/graceful-fs": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz", + "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/hast": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.4.tgz", + "integrity": "sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==", + "dependencies": { + "@types/unist": "*" + } + }, + "node_modules/@types/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==" + }, + "node_modules/@types/http-proxy": { + "version": "1.17.8", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.8.tgz", + "integrity": "sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/istanbul-lib-coverage": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", + "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==" + }, + "node_modules/@types/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", + "dependencies": { + "@types/istanbul-lib-coverage": "*" + } + }, + "node_modules/@types/istanbul-reports": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", + "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", + "dependencies": { + "@types/istanbul-lib-report": "*" + } + }, + "node_modules/@types/jest": { + "version": "29.5.4", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", + "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", + "dependencies": { + "expect": "^29.0.0", + "pretty-format": "^29.0.0" + } + }, + "node_modules/@types/jest/node_modules/pretty-format": { + "version": "29.3.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.3.1.tgz", + "integrity": "sha512-FyLnmb1cYJV8biEIiRyzRFvs2lry7PPIvOqKVe1GCUEYg4YGmlx1qG9EJNMxArYm7piII4qb8UV1Pncq5dxmcg==", + "dependencies": { + "@jest/schemas": "^29.0.0", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@types/jest/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@types/jest/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + }, + "node_modules/@types/json-schema": { + "version": "7.0.9", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz", + "integrity": "sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==" + }, + "node_modules/@types/json5": { + "version": "0.0.29", + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=" + }, + "node_modules/@types/lodash": { + "version": "4.14.198", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.198.tgz", + "integrity": "sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==" + }, + "node_modules/@types/mdast": { + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", + "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", + "dependencies": { + "@types/unist": "*" + } + }, + "node_modules/@types/mdurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-1.0.2.tgz", + "integrity": "sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==" + }, + "node_modules/@types/mime": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", + "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==" + }, + "node_modules/@types/ms": { + "version": "0.7.31", + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz", + "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==" + }, + "node_modules/@types/node": { + "version": "20.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.0.tgz", + "integrity": "sha512-najjVq5KN2vsH2U/xyh2opaSEz6cZMR2SetLIlxlj08nOcmPOemJmUK2o4kUzfLqfrWE0PIrNeE16XhYDd3nqg==" + }, + "node_modules/@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" + }, + "node_modules/@types/prettier": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz", + "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==" + }, + "node_modules/@types/prop-types": { + "version": "15.7.4", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz", + "integrity": "sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==" + }, + "node_modules/@types/q": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz", + "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==" + }, + "node_modules/@types/qs": { + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" + }, + "node_modules/@types/range-parser": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", + "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" + }, + "node_modules/@types/react": { + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", + "dependencies": { + "@types/prop-types": "*", + "@types/scheduler": "*", + "csstype": "^3.0.2" + } + }, + "node_modules/@types/react-dom": { + "version": "18.2.7", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz", + "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", + "dependencies": { + "@types/react": "*" + } + }, + "node_modules/@types/resolve": { + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz", + "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/retry": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.1.tgz", + "integrity": "sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==" + }, + "node_modules/@types/scheduler": { + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", + "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" + }, + "node_modules/@types/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==", + "dependencies": { + "@types/express": "*" + } + }, + "node_modules/@types/serve-static": { + "version": "1.13.10", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz", + "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==", + "dependencies": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "node_modules/@types/sockjs": { + "version": "0.3.33", + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz", + "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/stack-utils": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", + "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==" + }, + "node_modules/@types/trusted-types": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz", + "integrity": "sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==" + }, + "node_modules/@types/unist": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", + "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==" + }, + "node_modules/@types/ws": { + "version": "8.5.3", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.3.tgz", + "integrity": "sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/yargs": { + "version": "16.0.4", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", + "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/@types/yargs-parser": { + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.1.tgz", + "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==" + }, + "node_modules/@typescript-eslint/eslint-plugin": { + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.19.0.tgz", + "integrity": "sha512-w59GpFqDYGnWFim9p6TGJz7a3qWeENJuAKCqjGSx+Hq/bwq3RZwXYqy98KIfN85yDqz9mq6QXiY5h0FjGQLyEg==", + "dependencies": { + "@typescript-eslint/scope-manager": "5.19.0", + "@typescript-eslint/type-utils": "5.19.0", + "@typescript-eslint/utils": "5.19.0", + "debug": "^4.3.2", + "functional-red-black-tree": "^1.0.1", + "ignore": "^5.1.8", + "regexpp": "^3.2.0", + "semver": "^7.3.5", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/experimental-utils": { + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.19.0.tgz", + "integrity": "sha512-F+X/TTzmb2UXbghY1LrNLNDjMcGZMhKzXuzvu0xD+YEB77EamLM7zMOLuz2kP5807IJRDLBoAFFPYa7HT62sYg==", + "dependencies": { + "@typescript-eslint/utils": "5.19.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/@typescript-eslint/parser": { + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.19.0.tgz", + "integrity": "sha512-yhktJjMCJX8BSBczh1F/uY8wGRYrBeyn84kH6oyqdIJwTGKmzX5Qiq49LRQ0Jh0LXnWijEziSo6BRqny8nqLVQ==", + "dependencies": { + "@typescript-eslint/scope-manager": "5.19.0", + "@typescript-eslint/types": "5.19.0", + "@typescript-eslint/typescript-estree": "5.19.0", + "debug": "^4.3.2" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/scope-manager": { + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.19.0.tgz", + "integrity": "sha512-Fz+VrjLmwq5fbQn5W7cIJZ066HxLMKvDEmf4eu1tZ8O956aoX45jAuBB76miAECMTODyUxH61AQM7q4/GOMQ5g==", + "dependencies": { + "@typescript-eslint/types": "5.19.0", + "@typescript-eslint/visitor-keys": "5.19.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/type-utils": { + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.19.0.tgz", + "integrity": "sha512-O6XQ4RI4rQcBGshTQAYBUIGsKqrKeuIOz9v8bckXZnSeXjn/1+BDZndHLe10UplQeJLXDNbaZYrAytKNQO2T4Q==", + "dependencies": { + "@typescript-eslint/utils": "5.19.0", + "debug": "^4.3.2", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/types": { + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.19.0.tgz", + "integrity": "sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/typescript-estree": { + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz", + "integrity": "sha512-dRPuD4ocXdaE1BM/dNR21elSEUPKaWgowCA0bqJ6YbYkvtrPVEvZ+zqcX5a8ECYn3q5iBSSUcBBD42ubaOp0Hw==", + "dependencies": { + "@typescript-eslint/types": "5.19.0", + "@typescript-eslint/visitor-keys": "5.19.0", + "debug": "^4.3.2", + "globby": "^11.0.4", + "is-glob": "^4.0.3", + "semver": "^7.3.5", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/utils": { + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.19.0.tgz", + "integrity": "sha512-ZuEckdupXpXamKvFz/Ql8YnePh2ZWcwz7APICzJL985Rp5C2AYcHO62oJzIqNhAMtMK6XvrlBTZeNG8n7gS3lQ==", + "dependencies": { + "@types/json-schema": "^7.0.9", + "@typescript-eslint/scope-manager": "5.19.0", + "@typescript-eslint/types": "5.19.0", + "@typescript-eslint/typescript-estree": "5.19.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz", + "integrity": "sha512-Ym7zZoMDZcAKWsULi2s7UMLREdVQdScPQ/fKWMYefarCztWlHPFVJo8racf8R0Gc8FAEJ2eD4of8As1oFtnQlQ==", + "dependencies": { + "@typescript-eslint/types": "5.19.0", + "eslint-visitor-keys": "^3.0.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@webassemblyjs/ast": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", + "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", + "dependencies": { + "@webassemblyjs/helper-numbers": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + } + }, + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", + "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==" + }, + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", + "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==" + }, + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", + "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==" + }, + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", + "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==" + }, + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz", + "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==", + "dependencies": { + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/wasm-gen": "1.11.6" + } + }, + "node_modules/@webassemblyjs/ieee754": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", + "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "dependencies": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@webassemblyjs/leb128": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", + "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "dependencies": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/utf8": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==" + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz", + "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==", + "dependencies": { + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/helper-wasm-section": "1.11.6", + "@webassemblyjs/wasm-gen": "1.11.6", + "@webassemblyjs/wasm-opt": "1.11.6", + "@webassemblyjs/wasm-parser": "1.11.6", + "@webassemblyjs/wast-printer": "1.11.6" + } + }, + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz", + "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==", + "dependencies": { + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" + } + }, + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz", + "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==", + "dependencies": { + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/wasm-gen": "1.11.6", + "@webassemblyjs/wasm-parser": "1.11.6" + } + }, + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz", + "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==", + "dependencies": { + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" + } + }, + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz", + "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==", + "dependencies": { + "@webassemblyjs/ast": "1.11.6", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + }, + "node_modules/@zxing/library": { + "version": "0.18.6", + "resolved": "https://pkg.form.io/@zxing%2flibrary/-/library-0.18.6.tgz", + "integrity": "sha512-bulZ9JHoLFd9W36pi+7e7DnEYNJhljYjZ1UTsKPOoLMU3qtC+REHITeCRNx40zTRJZx18W5TBRXt5pq2Uopjsw==", + "license": "MIT", + "dependencies": { + "ts-custom-error": "^3.0.0" + }, + "engines": { + "node": ">= 10.4.0" + }, + "optionalDependencies": { + "@zxing/text-encoding": "~0.9.0" + } + }, + "node_modules/@zxing/text-encoding": { + "version": "0.9.0", + "resolved": "https://pkg.form.io/@zxing%2ftext-encoding/-/text-encoding-0.9.0.tgz", + "integrity": "sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA==", + "license": "(Unlicense OR Apache-2.0)", + "optional": true + }, + "node_modules/abab": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", + "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==" + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", + "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-globals": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", + "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", + "dependencies": { + "acorn": "^7.1.1", + "acorn-walk": "^7.1.1" + } + }, + "node_modules/acorn-globals/node_modules/acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-import-assertions": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", + "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", + "peerDependencies": { + "acorn": "^8" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/address": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/address/-/address-1.1.2.tgz", + "integrity": "sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==", + "engines": { + "node": ">= 0.12.0" + } + }, + "node_modules/adjust-sourcemap-loader": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", + "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", + "dependencies": { + "loader-utils": "^2.0.0", + "regex-parser": "^2.2.11" + }, + "engines": { + "node": ">=8.9" + } + }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, + "node_modules/ajv-formats/node_modules/ajv": { + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.10.0.tgz", + "integrity": "sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "engines": [ + "node >= 0.8.0" + ], + "bin": { + "ansi-html": "bin/ansi-html" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" + }, + "node_modules/anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/arg": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/aria-query": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz", + "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==", + "dependencies": { + "@babel/runtime": "^7.10.2", + "@babel/runtime-corejs3": "^7.10.2" + }, + "engines": { + "node": ">=6.0" + } + }, + "node_modules/array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==" + }, + "node_modules/array-includes": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz", + "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1", + "get-intrinsic": "^1.1.1", + "is-string": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", @@ -5168,569 +6327,1875 @@ "node": ">=8" } }, - "node_modules/array.prototype.flat": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", - "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==", + "node_modules/array.prototype.flat": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", + "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.2", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flatmap": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz", + "integrity": "sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.2", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" + }, + "node_modules/ast-types-flow": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", + "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=" + }, + "node_modules/async": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "dependencies": { + "lodash": "^4.17.14" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "node_modules/at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/atoa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/atoa/-/atoa-1.0.0.tgz", + "integrity": "sha1-DMDpGkgOc4+SPrwQNnZHF3mzSkk=" + }, + "node_modules/autocompleter": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/autocompleter/-/autocompleter-6.1.2.tgz", + "integrity": "sha512-DfEcgxBJOTJJwxkIRZLv/ggD3g5w/fqzZkdJsOcgk7hjxw36lH/nAfIEXzV7qDE55swnYEe43E/WhZPXmSFfsA==" + }, + "node_modules/autoprefixer": { + "version": "10.4.2", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.2.tgz", + "integrity": "sha512-9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ==", + "dependencies": { + "browserslist": "^4.19.1", + "caniuse-lite": "^1.0.30001297", + "fraction.js": "^4.1.2", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.0", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/available-typed-arrays": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/axe-core": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.1.tgz", + "integrity": "sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/axobject-query": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz", + "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==" + }, + "node_modules/babel-jest": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", + "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", + "dependencies": { + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/babel__core": "^7.1.14", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^27.5.1", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "slash": "^3.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.8.0" + } + }, + "node_modules/babel-jest/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/babel-jest/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/babel-jest/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/babel-jest/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/babel-jest/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-jest/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-loader": { + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.3.tgz", + "integrity": "sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==", + "dependencies": { + "find-cache-dir": "^3.3.1", + "loader-utils": "^1.4.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" + }, + "engines": { + "node": ">= 8.9" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "webpack": ">=2" + } + }, + "node_modules/babel-loader/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/babel-loader/node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/babel-loader/node_modules/schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "dependencies": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 8.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "dependencies": { + "object.assign": "^4.1.0" + } + }, + "node_modules/babel-plugin-istanbul": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-instrument": "^5.0.4", + "test-exclude": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-jest-hoist": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", + "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", + "dependencies": { + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.0.0", + "@types/babel__traverse": "^7.0.6" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/babel-plugin-macros": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + "dependencies": { + "@babel/runtime": "^7.12.5", + "cosmiconfig": "^7.0.0", + "resolve": "^1.19.0" + }, + "engines": { + "node": ">=10", + "npm": ">=6" + } + }, + "node_modules/babel-plugin-named-asset-import": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz", + "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==", + "peerDependencies": { + "@babel/core": "^7.1.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz", + "integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==", + "dependencies": { + "@babel/compat-data": "^7.13.11", + "@babel/helper-define-polyfill-provider": "^0.3.1", + "semver": "^6.1.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz", + "integrity": "sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==", + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.3.1", + "core-js-compat": "^3.21.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", + "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.3.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-transform-react-remove-prop-types": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz", + "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" + }, + "node_modules/babel-polyfill": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.26.0.tgz", + "integrity": "sha512-F2rZGQnAdaHWQ8YAoeRbukc7HS9QgdgeyJ0rQDd485v9opwuPvjpPFcOOT/WmkKTdgy9ESgSPXDcTNpzrGr6iQ==", + "dependencies": { + "babel-runtime": "^6.26.0", + "core-js": "^2.5.0", + "regenerator-runtime": "^0.10.5" + } + }, + "node_modules/babel-polyfill/node_modules/core-js": { + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", + "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", + "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", + "hasInstallScript": true + }, + "node_modules/babel-polyfill/node_modules/regenerator-runtime": { + "version": "0.10.5", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz", + "integrity": "sha512-02YopEIhAgiBHWeoTiA8aitHDt8z6w+rQqNuIftlM+ZtvSl/brTouaU7DW6GO/cHtvxJvS4Hwv2ibKdxIRi24w==" + }, + "node_modules/babel-preset-current-node-syntax": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", + "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", + "dependencies": { + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-bigint": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.8.3", + "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-top-level-await": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/babel-preset-jest": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz", + "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", + "dependencies": { + "babel-plugin-jest-hoist": "^27.5.1", + "babel-preset-current-node-syntax": "^1.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/babel-preset-react-app": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz", + "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==", + "dependencies": { + "@babel/core": "^7.16.0", + "@babel/plugin-proposal-class-properties": "^7.16.0", + "@babel/plugin-proposal-decorators": "^7.16.4", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0", + "@babel/plugin-proposal-numeric-separator": "^7.16.0", + "@babel/plugin-proposal-optional-chaining": "^7.16.0", + "@babel/plugin-proposal-private-methods": "^7.16.0", + "@babel/plugin-transform-flow-strip-types": "^7.16.0", + "@babel/plugin-transform-react-display-name": "^7.16.0", + "@babel/plugin-transform-runtime": "^7.16.4", + "@babel/preset-env": "^7.16.4", + "@babel/preset-react": "^7.16.0", + "@babel/preset-typescript": "^7.16.0", + "@babel/runtime": "^7.16.3", + "babel-plugin-macros": "^3.1.0", + "babel-plugin-transform-react-remove-prop-types": "^0.4.24" + } + }, + "node_modules/babel-runtime": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", + "integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==", + "dependencies": { + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" + } + }, + "node_modules/babel-runtime/node_modules/core-js": { + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", + "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", + "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", + "hasInstallScript": true + }, + "node_modules/babel-runtime/node_modules/regenerator-runtime": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", + "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" + }, + "node_modules/bail": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", + "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" + }, + "node_modules/bfj": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz", + "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==", + "dependencies": { + "bluebird": "^3.5.5", + "check-types": "^11.1.1", + "hoopy": "^0.1.4", + "tryer": "^1.0.1" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "engines": { + "node": "*" + } + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" + }, + "node_modules/body-parser": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.2.tgz", + "integrity": "sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.8.1", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.9.7", + "raw-body": "2.4.3", + "type-is": "~1.6.18" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/body-parser/node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/body-parser/node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/bonjour-service": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.0.11.tgz", + "integrity": "sha512-drMprzr2rDTCtgEE3VgdA9uUFaUHF+jXduwYSThHJnKMYM+FhI9Z3ph+TX3xy0LtgYHae6CHYPJ/2UnK8nQHcA==", + "dependencies": { + "array-flatten": "^2.1.2", + "dns-equal": "^1.0.0", + "fast-deep-equal": "^3.1.3", + "multicast-dns": "^7.2.4" + } + }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" + }, + "node_modules/bootstrap": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.1.tgz", + "integrity": "sha512-jzwza3Yagduci2x0rr9MeFSORjcHpt0lRZukZPZQJT1Dth5qzV7XcgGqYzi39KGAVYR8QEDVoO0ubFKOxzMG+g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], + "peerDependencies": { + "@popperjs/core": "^2.11.8" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browser-cookies": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browser-cookies/-/browser-cookies-1.2.0.tgz", + "integrity": "sha1-/KP/ubamOq3E2MCZnGtX0Pp9KbU=" + }, + "node_modules/browser-process-hrtime": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", + "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" + }, + "node_modules/browserslist": { + "version": "4.21.10", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz", + "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001517", + "electron-to-chromium": "^1.4.477", + "node-releases": "^2.0.13", + "update-browserslist-db": "^1.0.11" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "dependencies": { + "node-int64": "^0.4.0" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + }, + "node_modules/builtin-modules": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.2.0.tgz", + "integrity": "sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dependencies": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/camelcase-css": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/caniuse-api": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "dependencies": { + "browserslist": "^4.0.0", + "caniuse-lite": "^1.0.0", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001532", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001532.tgz", + "integrity": "sha512-FbDFnNat3nMnrROzqrsg314zhqN5LGQ1kyyMk2opcrwGbVGpHRhgCWtAgD5YJUqNAiQ+dklreil/c3Qf1dfCTw==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] + }, + "node_modules/case-sensitive-paths-webpack-plugin": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", + "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/ccount": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", + "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/char-regex": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", + "engines": { + "node": ">=10" + } + }, + "node_modules/character-entities": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.1.tgz", + "integrity": "sha512-OzmutCf2Kmc+6DrFrrPS8/tDh2+DpnrfzdICHWhcVC9eOd0N1PXmQEE1a8iM4IziIAG+8tmTq3K+oo0ubH6RRQ==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/charcodes": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/charcodes/-/charcodes-0.2.0.tgz", + "integrity": "sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/check-types": { + "version": "11.1.2", + "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz", + "integrity": "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ==" + }, + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/chokidar/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/chrome-trace-event": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "engines": { + "node": ">=6.0" + } + }, + "node_modules/ci-info": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", + "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==" + }, + "node_modules/cjs-module-lexer": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz", + "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==" + }, + "node_modules/classlist-polyfill": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/classlist-polyfill/-/classlist-polyfill-1.2.0.tgz", + "integrity": "sha512-GzIjNdcEtH4ieA2S8NmrSxv7DfEV5fmixQeyTmqmRmRJPGpRBaSnA2a0VrCjyT8iW8JjEdMbKzDotAJf+ajgaQ==" + }, + "node_modules/clean-css": { + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.2.4.tgz", + "integrity": "sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg==", + "dependencies": { + "source-map": "~0.6.0" + }, + "engines": { + "node": ">= 10.0" + } + }, + "node_modules/clean-css/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/client-only": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", + "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==" + }, + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "optional": true, + "peer": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/clone": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", + "engines": { + "iojs": ">= 1.0.0", + "node": ">= 0.12.0" + } + }, + "node_modules/coa": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", + "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", + "dependencies": { + "@types/q": "^1.5.1", + "chalk": "^2.4.1", + "q": "^1.1.2" + }, + "engines": { + "node": ">= 4.0" + } + }, + "node_modules/collect-v8-coverage": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", + "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==" + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "node_modules/colord": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.2.tgz", + "integrity": "sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==" + }, + "node_modules/colorette": { + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz", + "integrity": "sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==" + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/comma-separated-tokens": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.2.tgz", + "integrity": "sha512-G5yTt3KQN4Yn7Yk4ed73hlZ1evrFKXeUW3086p3PRFNp7m2vIjI6Pg+Kgb+oyzhd9F2qdcoj67+y3SdxL5XWsg==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "engines": { + "node": ">= 12" + } + }, + "node_modules/common-path-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", + "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" + }, + "node_modules/common-tags": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", + "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" + }, + "node_modules/compare-versions": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.6.0.tgz", + "integrity": "sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==" + }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dependencies": { + "mime-db": ">= 1.43.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "dependencies": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/compression/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "node_modules/confusing-browser-globals": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", + "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==" + }, + "node_modules/connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-disposition/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/contra": { + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/contra/-/contra-1.9.4.tgz", + "integrity": "sha1-9TveQtfltZhcrk2ZqNYQUm3o8o0=", + "dependencies": { + "atoa": "1.0.0", + "ticky": "1.0.1" + } + }, + "node_modules/convert-source-map": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", + "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", + "dependencies": { + "safe-buffer": "~5.1.1" + } + }, + "node_modules/cookie": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", + "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "node_modules/copy-anything": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-3.0.3.tgz", + "integrity": "sha512-fpW2W/BqEzqPp29QS+MwwfisHCQZtiduTe/m8idFo0xbti9fIZ2WVhAsCv4ggFVH3AgCkVdpoOCtQC6gBrdhjw==", + "dependencies": { + "is-what": "^4.1.8" + }, + "engines": { + "node": ">=12.13" + }, + "funding": { + "url": "https://github.com/sponsors/mesqueeb" + } + }, + "node_modules/core-js": { + "version": "3.21.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.21.1.tgz", + "integrity": "sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==", + "hasInstallScript": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-js-compat": { + "version": "3.32.2", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.32.2.tgz", + "integrity": "sha512-+GjlguTDINOijtVRUxrQOv3kfu9rl+qPNdX2LTbJ/ZyVTuxK+ksVSAGX1nHstu4hrv1En/uPTtWgq2gI5wt4AQ==", + "dependencies": { + "browserslist": "^4.21.10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-js-pure": { + "version": "3.21.1", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.21.1.tgz", + "integrity": "sha512-12VZfFIu+wyVbBebyHmRTuEE/tZrB4tJToWcwAMcsp3h4+sHR+fMJWbKpYiCRWlhFBq+KNyO8rIV9rTkeVmznQ==", + "hasInstallScript": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "node_modules/cosmiconfig": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", + "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/crossvent": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/crossvent/-/crossvent-1.5.5.tgz", + "integrity": "sha1-rSCHjkkh6b5z2daXb4suzQ9xoLE=", + "dependencies": { + "custom-event": "^1.0.0" + } + }, + "node_modules/crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/css-blank-pseudo": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", + "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", - "es-shim-unscopables": "^1.0.0" + "postcss-selector-parser": "^6.0.9" + }, + "bin": { + "css-blank-pseudo": "dist/cli.cjs" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/css-declaration-sorter": { + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.1.4.tgz", + "integrity": "sha512-lpfkqS0fctcmZotJGhnxkIyJWvBXgpyi2wsFd4J8VB7wzyrT6Ch/3Q+FMNJpjK4gu1+GN5khOnpU2ZVKrLbhCw==", + "dependencies": { + "timsort": "^0.3.0" + }, + "engines": { + "node": ">= 10" + }, + "peerDependencies": { + "postcss": "^8.0.9" + } + }, + "node_modules/css-has-pseudo": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", + "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", + "dependencies": { + "postcss-selector-parser": "^6.0.9" + }, + "bin": { + "css-has-pseudo": "dist/cli.cjs" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/css-loader": { + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.6.0.tgz", + "integrity": "sha512-FK7H2lisOixPT406s5gZM1S3l8GrfhEBT3ZiL2UX1Ng1XWs0y2GPllz/OTyvbaHe12VgQrIXIzuEGVlbUhodqg==", + "dependencies": { + "icss-utils": "^5.1.0", + "postcss": "^8.4.5", + "postcss-modules-extract-imports": "^3.0.0", + "postcss-modules-local-by-default": "^4.0.0", + "postcss-modules-scope": "^3.0.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.2.0", + "semver": "^7.3.5" }, "engines": { - "node": ">= 0.4" + "node": ">= 12.13.0" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" } }, - "node_modules/array.prototype.flatmap": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz", - "integrity": "sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==", + "node_modules/css-minimizer-webpack-plugin": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", + "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", - "es-shim-unscopables": "^1.0.0" + "cssnano": "^5.0.6", + "jest-worker": "^27.0.2", + "postcss": "^8.3.5", + "schema-utils": "^4.0.0", + "serialize-javascript": "^6.0.0", + "source-map": "^0.6.1" }, "engines": { - "node": ">= 0.4" + "node": ">= 12.13.0" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@parcel/css": { + "optional": true + }, + "clean-css": { + "optional": true + }, + "csso": { + "optional": true + }, + "esbuild": { + "optional": true + } } }, - "node_modules/asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" - }, - "node_modules/ast-types-flow": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", - "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=" - }, - "node_modules/async": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", - "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": { + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.10.0.tgz", + "integrity": "sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==", "dependencies": { - "lodash": "^4.17.14" + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" - }, - "node_modules/at-least-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", - "engines": { - "node": ">= 4.0.0" + "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" } }, - "node_modules/atoa": { + "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/atoa/-/atoa-1.0.0.tgz", - "integrity": "sha1-DMDpGkgOc4+SPrwQNnZHF3mzSkk=" - }, - "node_modules/autocompleter": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/autocompleter/-/autocompleter-6.1.2.tgz", - "integrity": "sha512-DfEcgxBJOTJJwxkIRZLv/ggD3g5w/fqzZkdJsOcgk7hjxw36lH/nAfIEXzV7qDE55swnYEe43E/WhZPXmSFfsA==" + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, - "node_modules/autoprefixer": { - "version": "10.4.2", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.2.tgz", - "integrity": "sha512-9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ==", + "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", "dependencies": { - "browserslist": "^4.19.1", - "caniuse-lite": "^1.0.30001297", - "fraction.js": "^4.1.2", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", - "postcss-value-parser": "^4.2.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" }, "engines": { - "node": "^10 || ^12 || >=14" + "node": ">= 12.13.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/available-typed-arrays": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", - "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://opencollective.com/webpack" } }, - "node_modules/axe-core": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.1.tgz", - "integrity": "sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==", + "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "engines": { - "node": ">=4" + "node": ">=0.10.0" } }, - "node_modules/axobject-query": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz", - "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==" - }, - "node_modules/babel-jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", - "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", - "dependencies": { - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/babel__core": "^7.1.14", - "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^27.5.1", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "slash": "^3.0.0" + "node_modules/css-prefers-color-scheme": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", + "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", + "bin": { + "css-prefers-color-scheme": "dist/cli.cjs" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^12 || ^14 || >=16" }, "peerDependencies": { - "@babel/core": "^7.8.0" + "postcss": "^8.4" } }, - "node_modules/babel-jest/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/css-select": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.2.1.tgz", + "integrity": "sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==", "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" + "boolbase": "^1.0.0", + "css-what": "^5.1.0", + "domhandler": "^4.3.0", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/fb55" } }, - "node_modules/babel-jest/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/css-select-base-adapter": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", + "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==" + }, + "node_modules/css-tree": { + "version": "1.0.0-alpha.37", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", + "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "mdn-data": "2.0.4", + "source-map": "^0.6.1" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=8.0.0" } }, - "node_modules/babel-jest/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, + "node_modules/css-tree/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "engines": { - "node": ">=7.0.0" + "node": ">=0.10.0" } }, - "node_modules/babel-jest/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "node_modules/css-what": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz", + "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==", + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } }, - "node_modules/babel-jest/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/css.escape": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", + "integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=" + }, + "node_modules/cssdb": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-6.3.1.tgz", + "integrity": "sha512-Ho3gIkGY4O8S3J54fHu7RP5GHWz85McDhimaXEwf7qV0MSPhLM0jdd61zqs1kkadIVDAvfqoku0kArbWaMYolw==" + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "bin": { + "cssesc": "bin/cssesc" + }, "engines": { - "node": ">=8" + "node": ">=4" } }, - "node_modules/babel-jest/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/cssnano": { + "version": "5.0.17", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.0.17.tgz", + "integrity": "sha512-fmjLP7k8kL18xSspeXTzRhaFtRI7DL9b8IcXR80JgtnWBpvAzHT7sCR/6qdn0tnxIaINUN6OEQu83wF57Gs3Xw==", "dependencies": { - "has-flag": "^4.0.0" + "cssnano-preset-default": "^5.1.12", + "lilconfig": "^2.0.3", + "yaml": "^1.10.2" }, "engines": { - "node": ">=8" + "node": "^10 || ^12 || >=14.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/cssnano" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/babel-loader": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.3.tgz", - "integrity": "sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==", + "node_modules/cssnano-preset-default": { + "version": "5.1.12", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.1.12.tgz", + "integrity": "sha512-rO/JZYyjW1QNkWBxMGV28DW7d98UDLaF759frhli58QFehZ+D/LSmwQ2z/ylBAe2hUlsIWTq6NYGfQPq65EF9w==", "dependencies": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^1.4.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" + "css-declaration-sorter": "^6.0.3", + "cssnano-utils": "^3.0.2", + "postcss-calc": "^8.2.0", + "postcss-colormin": "^5.2.5", + "postcss-convert-values": "^5.0.4", + "postcss-discard-comments": "^5.0.3", + "postcss-discard-duplicates": "^5.0.3", + "postcss-discard-empty": "^5.0.3", + "postcss-discard-overridden": "^5.0.4", + "postcss-merge-longhand": "^5.0.6", + "postcss-merge-rules": "^5.0.6", + "postcss-minify-font-values": "^5.0.4", + "postcss-minify-gradients": "^5.0.6", + "postcss-minify-params": "^5.0.5", + "postcss-minify-selectors": "^5.1.3", + "postcss-normalize-charset": "^5.0.3", + "postcss-normalize-display-values": "^5.0.3", + "postcss-normalize-positions": "^5.0.4", + "postcss-normalize-repeat-style": "^5.0.4", + "postcss-normalize-string": "^5.0.4", + "postcss-normalize-timing-functions": "^5.0.3", + "postcss-normalize-unicode": "^5.0.4", + "postcss-normalize-url": "^5.0.5", + "postcss-normalize-whitespace": "^5.0.4", + "postcss-ordered-values": "^5.0.5", + "postcss-reduce-initial": "^5.0.3", + "postcss-reduce-transforms": "^5.0.4", + "postcss-svgo": "^5.0.4", + "postcss-unique-selectors": "^5.0.4" }, "engines": { - "node": ">= 8.9" + "node": "^10 || ^12 || >=14.0" }, "peerDependencies": { - "@babel/core": "^7.0.0", - "webpack": ">=2" + "postcss": "^8.2.15" } }, - "node_modules/babel-loader/node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", - "dependencies": { - "minimist": "^1.2.0" + "node_modules/cssnano-utils": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.0.2.tgz", + "integrity": "sha512-KhprijuQv2sP4kT92sSQwhlK3SJTbDIsxcfIEySB0O+3m9esFOai7dP9bMx5enHAh2MwarVIcnwiWoOm01RIbQ==", + "engines": { + "node": "^10 || ^12 || >=14.0" }, - "bin": { - "json5": "lib/cli.js" + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/babel-loader/node_modules/loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "node_modules/csso": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" + "css-tree": "^1.1.2" }, "engines": { - "node": ">=4.0.0" + "node": ">=8.0.0" } }, - "node_modules/babel-loader/node_modules/schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "node_modules/csso/node_modules/css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", "dependencies": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" + "mdn-data": "2.0.14", + "source-map": "^0.6.1" }, "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "node": ">=8.0.0" } }, - "node_modules/babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", - "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", - "dependencies": { - "object.assign": "^4.1.0" - } + "node_modules/csso/node_modules/mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" }, - "node_modules/babel-plugin-istanbul": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", - "test-exclude": "^6.0.0" - }, + "node_modules/csso/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "engines": { - "node": ">=8" + "node": ">=0.10.0" } }, - "node_modules/babel-plugin-jest-hoist": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", - "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", + "node_modules/cssom": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", + "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==" + }, + "node_modules/cssstyle": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", "dependencies": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" + "cssom": "~0.3.6" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=8" } }, - "node_modules/babel-plugin-macros": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", - "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + "node_modules/cssstyle/node_modules/cssom": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" + }, + "node_modules/csstype": { + "version": "3.0.10", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.10.tgz", + "integrity": "sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA==" + }, + "node_modules/custom-event": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz", + "integrity": "sha1-XQKkaFCt8bSjF5RqOSj8y1v9BCU=" + }, + "node_modules/custom-event-polyfill": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/custom-event-polyfill/-/custom-event-polyfill-1.0.7.tgz", + "integrity": "sha512-TDDkd5DkaZxZFM8p+1I3yAlvM3rSr1wbrOliG4yJiwinMZN8z/iGL7BTlDkrJcYTmgUSb4ywVCc3ZaUtOtC76w==" + }, + "node_modules/damerau-levenshtein": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", + "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" + }, + "node_modules/data-urls": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", + "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", "dependencies": { - "@babel/runtime": "^7.12.5", - "cosmiconfig": "^7.0.0", - "resolve": "^1.19.0" + "abab": "^2.0.3", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^8.0.0" }, "engines": { - "node": ">=10", - "npm": ">=6" + "node": ">=10" } }, - "node_modules/babel-plugin-named-asset-import": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz", - "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==", - "peerDependencies": { - "@babel/core": "^7.1.0" - } + "node_modules/dayjs": { + "version": "1.11.0", + "resolved": "https://pkg.form.io/dayjs/-/dayjs-1.11.0.tgz", + "integrity": "sha512-JLC809s6Y948/FuCZPm5IX8rRhQwOiyMb2TfVVQEixG7P8Lm/gt5S7yoQZmC8x1UehI9Pb7sksEt4xx14m+7Ug==", + "license": "MIT" }, - "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz", - "integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==", + "node_modules/debug": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", + "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", "dependencies": { - "@babel/compat-data": "^7.13.11", - "@babel/helper-define-polyfill-provider": "^0.3.1", - "semver": "^6.1.1" + "ms": "2.1.2" }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } + "node_modules/decimal.js": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" }, - "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz", - "integrity": "sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==", + "node_modules/decode-named-character-reference": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.1.tgz", + "integrity": "sha512-YV/0HQHreRwKb7uBopyIkLG17jG6Sv2qUchk9qSoVJ2f+flwRsPNBO0hAnjt6mTNYUT+vw9Gy2ihXg4sUWPi2w==", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.1", - "core-js-compat": "^3.21.0" + "character-entities": "^2.0.0" }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, - "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", - "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.1" - }, + "node_modules/dedent": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.1.tgz", + "integrity": "sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==", + "optional": true, + "peer": true, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "babel-plugin-macros": "^3.1.0" + }, + "peerDependenciesMeta": { + "babel-plugin-macros": { + "optional": true + } } }, - "node_modules/babel-plugin-transform-react-remove-prop-types": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz", - "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" - }, - "node_modules/babel-polyfill": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.26.0.tgz", - "integrity": "sha512-F2rZGQnAdaHWQ8YAoeRbukc7HS9QgdgeyJ0rQDd485v9opwuPvjpPFcOOT/WmkKTdgy9ESgSPXDcTNpzrGr6iQ==", + "node_modules/deep-equal": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", + "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", "dependencies": { - "babel-runtime": "^6.26.0", - "core-js": "^2.5.0", - "regenerator-runtime": "^0.10.5" + "is-arguments": "^1.0.4", + "is-date-object": "^1.0.1", + "is-regex": "^1.0.4", + "object-is": "^1.0.1", + "object-keys": "^1.1.1", + "regexp.prototype.flags": "^1.2.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/babel-polyfill/node_modules/core-js": { - "version": "2.6.12", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", - "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", - "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", - "hasInstallScript": true - }, - "node_modules/babel-polyfill/node_modules/regenerator-runtime": { - "version": "0.10.5", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz", - "integrity": "sha512-02YopEIhAgiBHWeoTiA8aitHDt8z6w+rQqNuIftlM+ZtvSl/brTouaU7DW6GO/cHtvxJvS4Hwv2ibKdxIRi24w==" + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" }, - "node_modules/babel-preset-current-node-syntax": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", - "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", - "dependencies": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "node_modules/deepmerge": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", + "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", + "engines": { + "node": ">=0.10.0" } }, - "node_modules/babel-preset-jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz", - "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", + "node_modules/default-gateway": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", + "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", "dependencies": { - "babel-plugin-jest-hoist": "^27.5.1", - "babel-preset-current-node-syntax": "^1.0.0" + "execa": "^5.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "node": ">= 10" } }, - "node_modules/babel-preset-react-app": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz", - "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==", - "dependencies": { - "@babel/core": "^7.16.0", - "@babel/plugin-proposal-class-properties": "^7.16.0", - "@babel/plugin-proposal-decorators": "^7.16.4", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0", - "@babel/plugin-proposal-numeric-separator": "^7.16.0", - "@babel/plugin-proposal-optional-chaining": "^7.16.0", - "@babel/plugin-proposal-private-methods": "^7.16.0", - "@babel/plugin-transform-flow-strip-types": "^7.16.0", - "@babel/plugin-transform-react-display-name": "^7.16.0", - "@babel/plugin-transform-runtime": "^7.16.4", - "@babel/preset-env": "^7.16.4", - "@babel/preset-react": "^7.16.0", - "@babel/preset-typescript": "^7.16.0", - "@babel/runtime": "^7.16.3", - "babel-plugin-macros": "^3.1.0", - "babel-plugin-transform-react-remove-prop-types": "^0.4.24" + "node_modules/define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "engines": { + "node": ">=8" } }, - "node_modules/babel-runtime": { - "version": "6.26.0", - "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", - "integrity": "sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==", + "node_modules/define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", "dependencies": { - "core-js": "^2.4.0", - "regenerator-runtime": "^0.11.0" + "object-keys": "^1.0.12" + }, + "engines": { + "node": ">= 0.4" } }, - "node_modules/babel-runtime/node_modules/core-js": { - "version": "2.6.12", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", - "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", - "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", - "hasInstallScript": true - }, - "node_modules/babel-runtime/node_modules/regenerator-runtime": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", - "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" - }, - "node_modules/bail": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", - "integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "engines": { + "node": ">=0.4.0" } }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "node_modules/batch": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", - "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" - }, - "node_modules/bfj": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz", - "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==", - "dependencies": { - "bluebird": "^3.5.5", - "check-types": "^11.1.1", - "hoopy": "^0.1.4", - "tryer": "^1.0.1" - }, + "node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", "engines": { - "node": ">= 8.0.0" + "node": ">= 0.6" } }, - "node_modules/big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "node_modules/dequal": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.2.tgz", + "integrity": "sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==", "engines": { - "node": "*" + "node": ">=6" } }, - "node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "node_modules/destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "node_modules/detect-newline": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", "engines": { "node": ">=8" } }, - "node_modules/bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" + "node_modules/detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" }, - "node_modules/body-parser": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.2.tgz", - "integrity": "sha512-SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw==", + "node_modules/detect-port-alt": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", + "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", "dependencies": { - "bytes": "3.1.2", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.8.1", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.9.7", - "raw-body": "2.4.3", - "type-is": "~1.6.18" + "address": "^1.0.1", + "debug": "^2.6.0" + }, + "bin": { + "detect": "bin/detect-port", + "detect-port": "bin/detect-port" }, "engines": { - "node": ">= 0.8" - } - }, - "node_modules/body-parser/node_modules/bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "engines": { - "node": ">= 0.8" + "node": ">= 4.2.1" } }, - "node_modules/body-parser/node_modules/debug": { + "node_modules/detect-port-alt/node_modules/debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", @@ -5738,4246 +8203,4295 @@ "ms": "2.0.0" } }, - "node_modules/body-parser/node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/body-parser/node_modules/ms": { + "node_modules/detect-port-alt/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, - "node_modules/bonjour-service": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.0.11.tgz", - "integrity": "sha512-drMprzr2rDTCtgEE3VgdA9uUFaUHF+jXduwYSThHJnKMYM+FhI9Z3ph+TX3xy0LtgYHae6CHYPJ/2UnK8nQHcA==", - "dependencies": { - "array-flatten": "^2.1.2", - "dns-equal": "^1.0.0", - "fast-deep-equal": "^3.1.3", - "multicast-dns": "^7.2.4" - } + "node_modules/dialog-polyfill": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/dialog-polyfill/-/dialog-polyfill-0.5.6.tgz", + "integrity": "sha512-ZbVDJI9uvxPAKze6z146rmfUZjBqNEwcnFTVamQzXH+svluiV7swmVIGr7miwADgfgt1G2JQIytypM9fbyhX4w==" }, - "node_modules/boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" + "node_modules/didyoumean": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" }, - "node_modules/bootstrap": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.3.tgz", - "integrity": "sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/twbs" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" - } - ], - "peerDependencies": { - "@popperjs/core": "^2.11.6" + "node_modules/diff": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz", + "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", + "engines": { + "node": ">=0.3.1" } }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "node_modules/diff-sequences": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", + "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "dependencies": { - "fill-range": "^7.0.1" + "path-type": "^4.0.0" }, "engines": { "node": ">=8" } }, - "node_modules/browser-cookies": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/browser-cookies/-/browser-cookies-1.2.0.tgz", - "integrity": "sha1-/KP/ubamOq3E2MCZnGtX0Pp9KbU=" + "node_modules/dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" }, - "node_modules/browser-process-hrtime": { + "node_modules/dns-equal": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", - "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" }, - "node_modules/browserslist": { - "version": "4.19.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz", - "integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==", + "node_modules/dns-packet": { + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", + "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", "dependencies": { - "caniuse-lite": "^1.0.30001286", - "electron-to-chromium": "^1.4.17", - "escalade": "^3.1.1", - "node-releases": "^2.0.1", - "picocolors": "^1.0.0" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + "@leichtgewicht/ip-codec": "^2.0.1" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - } - }, - "node_modules/bser": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", - "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", - "dependencies": { - "node-int64": "^0.4.0" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" - }, - "node_modules/builtin-modules": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.2.0.tgz", - "integrity": "sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==", "engines": { "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/bytes": { + "node_modules/doctrine": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", "dependencies": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" + "esutils": "^2.0.2" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "engines": { - "node": ">=6" + "node": ">=6.0.0" } }, - "node_modules/camel-case": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", - "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "node_modules/dom-accessibility-api": { + "version": "0.5.11", + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.11.tgz", + "integrity": "sha512-7X6GvzjYf4yTdRKuCVScV+aA9Fvh5r8WzWrXBH9w82ZWB/eYDMGCnazoC/YAqAzUJWHzLOnZqr46K3iEyUhUvw==" + }, + "node_modules/dom-converter": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", "dependencies": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" + "utila": "~0.4" } }, - "node_modules/camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "engines": { - "node": ">=10" + "node_modules/dom-serializer": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", + "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/caniuse-api": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", - "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", - "dependencies": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" } }, - "node_modules/caniuse-lite": { - "version": "1.0.30001488", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001488.tgz", - "integrity": "sha512-NORIQuuL4xGpIy6iCCQGN4iFjlBXtfKWIenlUuyZJumLRIindLb7wXM+GO8erEhb7vXfcnf4BAg2PrSDN5TNLQ==", + "node_modules/domelementtype": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", + "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, { "type": "github", - "url": "https://github.com/sponsors/ai" + "url": "https://github.com/sponsors/fb55" } - ] - }, - "node_modules/case-sensitive-paths-webpack-plugin": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", - "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", - "engines": { - "node": ">=4" - } - }, - "node_modules/ccount": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz", - "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } + ] }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "node_modules/domexception": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", + "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "webidl-conversions": "^5.0.0" }, "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/char-regex": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", + "node_modules/domexception/node_modules/webidl-conversions": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", + "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", "engines": { - "node": ">=10" + "node": ">=8" } }, - "node_modules/character-entities": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.1.tgz", - "integrity": "sha512-OzmutCf2Kmc+6DrFrrPS8/tDh2+DpnrfzdICHWhcVC9eOd0N1PXmQEE1a8iM4IziIAG+8tmTq3K+oo0ubH6RRQ==", + "node_modules/domhandler": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.0.tgz", + "integrity": "sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==", + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "url": "https://github.com/fb55/domhandler?sponsor=1" } }, - "node_modules/charcodes": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/charcodes/-/charcodes-0.2.0.tgz", - "integrity": "sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ==", - "engines": { - "node": ">=6" - } + "node_modules/dompurify": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.6.tgz", + "integrity": "sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg==" }, - "node_modules/check-types": { - "version": "11.1.2", - "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz", - "integrity": "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ==" + "node_modules/domready": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/domready/-/domready-1.0.8.tgz", + "integrity": "sha1-kfJS5Ze2Wvd+dFriTdAYXV4m1Yw=" }, - "node_modules/chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ], + "node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" }, - "optionalDependencies": { - "fsevents": "~2.3.2" + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" } }, - "node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "node_modules/dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" + "no-case": "^3.0.4", + "tslib": "^2.0.3" } }, - "node_modules/chrome-trace-event": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", - "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "node_modules/dotenv": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", "engines": { - "node": ">=6.0" + "node": ">=10" } }, - "node_modules/ci-info": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", - "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==" + "node_modules/dotenv-expand": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" }, - "node_modules/cjs-module-lexer": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz", - "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==" + "node_modules/downloadjs": { + "version": "1.4.7", + "resolved": "https://registry.npmjs.org/downloadjs/-/downloadjs-1.4.7.tgz", + "integrity": "sha1-9p+W+UDg0FU9rCkROYZaPNAQHjw=" }, - "node_modules/classlist-polyfill": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/classlist-polyfill/-/classlist-polyfill-1.2.0.tgz", - "integrity": "sha512-GzIjNdcEtH4ieA2S8NmrSxv7DfEV5fmixQeyTmqmRmRJPGpRBaSnA2a0VrCjyT8iW8JjEdMbKzDotAJf+ajgaQ==" + "node_modules/dragula": { + "version": "3.7.3", + "resolved": "https://registry.npmjs.org/dragula/-/dragula-3.7.3.tgz", + "integrity": "sha512-/rRg4zRhcpf81TyDhaHLtXt6sEywdfpv1cRUMeFFy7DuypH2U0WUL0GTdyAQvXegviT4PJK4KuMmOaIDpICseQ==", + "dependencies": { + "contra": "1.9.4", + "crossvent": "1.5.5" + } }, - "node_modules/clean-css": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.2.4.tgz", - "integrity": "sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg==", + "node_modules/duplexer": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "node_modules/ejs": { + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", + "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", "dependencies": { - "source-map": "~0.6.0" + "jake": "^10.8.5" + }, + "bin": { + "ejs": "bin/cli.js" }, "engines": { - "node": ">= 10.0" + "node": ">=0.10.0" } }, - "node_modules/clean-css/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/electron-to-chromium": { + "version": "1.4.514", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.514.tgz", + "integrity": "sha512-M8LVncPt1Xaw1XLxws6EoJCmY41RXLk87tq6PHvSHDyTYWla3CrEgGlbhC79e8LHyvQ2JTDXx//xzgSixNYcUQ==" + }, + "node_modules/element-closest": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/element-closest/-/element-closest-2.0.2.tgz", + "integrity": "sha1-cqdAoQdFM4LijfnOXbtajfD5Zuw=", "engines": { - "node": ">=0.10.0" + "node": ">=4.0.0" } }, - "node_modules/client-only": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", - "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==" - }, - "node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" + "node_modules/emittery": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", + "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", + "optional": true, + "peer": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sindresorhus/emittery?sponsor=1" } }, - "node_modules/clone": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", - "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + }, + "node_modules/emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", "engines": { - "node": ">=0.8" + "node": ">= 4" } }, - "node_modules/co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", "engines": { - "iojs": ">= 1.0.0", - "node": ">= 0.12.0" + "node": ">= 0.8" } }, - "node_modules/coa": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", - "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", + "node_modules/enhanced-resolve": { + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", + "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", "dependencies": { - "@types/q": "^1.5.1", - "chalk": "^2.4.1", - "q": "^1.1.2" + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" }, "engines": { - "node": ">= 4.0" + "node": ">=10.13.0" } }, - "node_modules/collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", - "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==" + "node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "dependencies": { - "color-name": "1.1.3" + "is-arrayish": "^0.2.1" } }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "node_modules/colord": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.2.tgz", - "integrity": "sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==" - }, - "node_modules/colorette": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz", - "integrity": "sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==" + "node_modules/error-stack-parser": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.7.tgz", + "integrity": "sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA==", + "dependencies": { + "stackframe": "^1.1.1" + } }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "node_modules/es-abstract": { + "version": "1.19.5", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.5.tgz", + "integrity": "sha512-Aa2G2+Rd3b6kxEUKTF4TaW67czBLyAv3z7VOhYRU50YBx+bbsYZ9xQP4lMNazePuFlybXI0V4MruPos7qUo5fA==", "dependencies": { - "delayed-stream": "~1.0.0" + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "get-intrinsic": "^1.1.1", + "get-symbol-description": "^1.0.0", + "has": "^1.0.3", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "is-callable": "^1.2.4", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "is-string": "^1.0.7", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "string.prototype.trimend": "^1.0.4", + "string.prototype.trimstart": "^1.0.4", + "unbox-primitive": "^1.0.1" }, "engines": { - "node": ">= 0.8" - } - }, - "node_modules/comma-separated-tokens": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.2.tgz", - "integrity": "sha512-G5yTt3KQN4Yn7Yk4ed73hlZ1evrFKXeUW3086p3PRFNp7m2vIjI6Pg+Kgb+oyzhd9F2qdcoj67+y3SdxL5XWsg==", + "node": ">= 0.4" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/commander": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", - "engines": { - "node": ">= 12" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/common-path-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", - "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" - }, - "node_modules/common-tags": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", - "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", - "engines": { - "node": ">=4.0.0" + "node_modules/es-get-iterator": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.2.tgz", + "integrity": "sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.0", + "has-symbols": "^1.0.1", + "is-arguments": "^1.1.0", + "is-map": "^2.0.2", + "is-set": "^2.0.2", + "is-string": "^1.0.5", + "isarray": "^2.0.5" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" + "node_modules/es-get-iterator/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" }, - "node_modules/compare-versions": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.6.0.tgz", - "integrity": "sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==" + "node_modules/es-module-lexer": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.1.tgz", + "integrity": "sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==" }, - "node_modules/compressible": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "node_modules/es-shim-unscopables": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", + "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", "dependencies": { - "mime-db": ">= 1.43.0 < 2" - }, - "engines": { - "node": ">= 0.6" + "has": "^1.0.3" } }, - "node_modules/compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" }, "engines": { - "node": ">= 0.8.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/compression/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "engines": { + "node": ">=6" } }, - "node_modules/compression/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "node_modules/confusing-browser-globals": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", - "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==" + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" }, - "node_modules/connect-history-api-fallback": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", - "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "engines": { - "node": ">=0.8" + "node": ">=0.8.0" } }, - "node_modules/content-disposition": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "node_modules/escodegen": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", "dependencies": { - "safe-buffer": "5.2.1" + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2" + }, + "bin": { + "escodegen": "bin/escodegen.js", + "esgenerate": "bin/esgenerate.js" }, "engines": { - "node": ">= 0.6" + "node": ">=6.0" + }, + "optionalDependencies": { + "source-map": "~0.6.1" } }, - "node_modules/content-disposition/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] + "node_modules/escodegen/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "optional": true, + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "node_modules/eslint": { + "version": "8.9.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.9.0.tgz", + "integrity": "sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==", + "dependencies": { + "@eslint/eslintrc": "^1.1.0", + "@humanwhocodes/config-array": "^0.9.2", + "ajv": "^6.10.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.1.1", + "eslint-utils": "^3.0.0", + "eslint-visitor-keys": "^3.3.0", + "espree": "^9.3.1", + "esquery": "^1.4.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^6.0.1", + "globals": "^13.6.0", + "ignore": "^5.2.0", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.0.4", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "regexpp": "^3.2.0", + "strip-ansi": "^6.0.1", + "strip-json-comments": "^3.1.0", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "bin": { + "eslint": "bin/eslint.js" + }, "engines": { - "node": ">= 0.6" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, - "node_modules/contra": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/contra/-/contra-1.9.4.tgz", - "integrity": "sha1-9TveQtfltZhcrk2ZqNYQUm3o8o0=", + "node_modules/eslint-config-react-app": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz", + "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==", "dependencies": { - "atoa": "1.0.0", - "ticky": "1.0.1" + "@babel/core": "^7.16.0", + "@babel/eslint-parser": "^7.16.3", + "@rushstack/eslint-patch": "^1.1.0", + "@typescript-eslint/eslint-plugin": "^5.5.0", + "@typescript-eslint/parser": "^5.5.0", + "babel-preset-react-app": "^10.0.1", + "confusing-browser-globals": "^1.0.11", + "eslint-plugin-flowtype": "^8.0.3", + "eslint-plugin-import": "^2.25.3", + "eslint-plugin-jest": "^25.3.0", + "eslint-plugin-jsx-a11y": "^6.5.1", + "eslint-plugin-react": "^7.27.1", + "eslint-plugin-react-hooks": "^4.3.0", + "eslint-plugin-testing-library": "^5.0.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "eslint": "^8.0.0" } }, - "node_modules/convert-source-map": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", - "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", + "node_modules/eslint-import-resolver-node": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz", + "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==", "dependencies": { - "safe-buffer": "~5.1.1" + "debug": "^3.2.7", + "resolve": "^1.20.0" } }, - "node_modules/cookie": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", - "engines": { - "node": ">= 0.6" + "node_modules/eslint-import-resolver-node/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dependencies": { + "ms": "^2.1.1" } }, - "node_modules/cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" - }, - "node_modules/copy-anything": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-3.0.3.tgz", - "integrity": "sha512-fpW2W/BqEzqPp29QS+MwwfisHCQZtiduTe/m8idFo0xbti9fIZ2WVhAsCv4ggFVH3AgCkVdpoOCtQC6gBrdhjw==", + "node_modules/eslint-module-utils": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz", + "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==", "dependencies": { - "is-what": "^4.1.8" + "debug": "^3.2.7", + "find-up": "^2.1.0" }, "engines": { - "node": ">=12.13" - }, - "funding": { - "url": "https://github.com/sponsors/mesqueeb" + "node": ">=4" } }, - "node_modules/core-js": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.21.1.tgz", - "integrity": "sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" + "node_modules/eslint-module-utils/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dependencies": { + "ms": "^2.1.1" } }, - "node_modules/core-js-compat": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.21.1.tgz", - "integrity": "sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g==", + "node_modules/eslint-module-utils/node_modules/find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", "dependencies": { - "browserslist": "^4.19.1", - "semver": "7.0.0" + "locate-path": "^2.0.0" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-js-compat/node_modules/semver": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", - "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", - "bin": { - "semver": "bin/semver.js" + "engines": { + "node": ">=4" } }, - "node_modules/core-js-pure": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.21.1.tgz", - "integrity": "sha512-12VZfFIu+wyVbBebyHmRTuEE/tZrB4tJToWcwAMcsp3h4+sHR+fMJWbKpYiCRWlhFBq+KNyO8rIV9rTkeVmznQ==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" + "node_modules/eslint-module-utils/node_modules/locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "dependencies": { + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=4" } }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - }, - "node_modules/cosmiconfig": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", - "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "node_modules/eslint-module-utils/node_modules/p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" + "p-try": "^1.0.0" }, "engines": { - "node": ">=10" + "node": ">=4" } }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "node_modules/eslint-module-utils/node_modules/p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" + "p-limit": "^1.1.0" }, "engines": { - "node": ">= 8" + "node": ">=4" } }, - "node_modules/crossvent": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/crossvent/-/crossvent-1.5.5.tgz", - "integrity": "sha1-rSCHjkkh6b5z2daXb4suzQ9xoLE=", - "dependencies": { - "custom-event": "^1.0.0" + "node_modules/eslint-module-utils/node_modules/p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "engines": { + "node": ">=4" } }, - "node_modules/crypto-random-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", - "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "node_modules/eslint-module-utils/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", "engines": { - "node": ">=8" + "node": ">=4" } }, - "node_modules/css-blank-pseudo": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", - "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", + "node_modules/eslint-plugin-flowtype": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz", + "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==", "dependencies": { - "postcss-selector-parser": "^6.0.9" - }, - "bin": { - "css-blank-pseudo": "dist/cli.cjs" + "lodash": "^4.17.21", + "string-natural-compare": "^3.0.1" }, "engines": { - "node": "^12 || ^14 || >=16" + "node": ">=12.0.0" }, "peerDependencies": { - "postcss": "^8.4" + "@babel/plugin-syntax-flow": "^7.14.5", + "@babel/plugin-transform-react-jsx": "^7.14.9", + "eslint": "^8.1.0" } }, - "node_modules/css-declaration-sorter": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.1.4.tgz", - "integrity": "sha512-lpfkqS0fctcmZotJGhnxkIyJWvBXgpyi2wsFd4J8VB7wzyrT6Ch/3Q+FMNJpjK4gu1+GN5khOnpU2ZVKrLbhCw==", + "node_modules/eslint-plugin-import": { + "version": "2.26.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz", + "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==", "dependencies": { - "timsort": "^0.3.0" + "array-includes": "^3.1.4", + "array.prototype.flat": "^1.2.5", + "debug": "^2.6.9", + "doctrine": "^2.1.0", + "eslint-import-resolver-node": "^0.3.6", + "eslint-module-utils": "^2.7.3", + "has": "^1.0.3", + "is-core-module": "^2.8.1", + "is-glob": "^4.0.3", + "minimatch": "^3.1.2", + "object.values": "^1.1.5", + "resolve": "^1.22.0", + "tsconfig-paths": "^3.14.1" }, "engines": { - "node": ">= 10" + "node": ">=4" }, "peerDependencies": { - "postcss": "^8.0.9" + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" } }, - "node_modules/css-has-pseudo": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", - "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", + "node_modules/eslint-plugin-import/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dependencies": { - "postcss-selector-parser": "^6.0.9" - }, - "bin": { - "css-has-pseudo": "dist/cli.cjs" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" + "ms": "2.0.0" } }, - "node_modules/css-loader": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.6.0.tgz", - "integrity": "sha512-FK7H2lisOixPT406s5gZM1S3l8GrfhEBT3ZiL2UX1Ng1XWs0y2GPllz/OTyvbaHe12VgQrIXIzuEGVlbUhodqg==", + "node_modules/eslint-plugin-import/node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", "dependencies": { - "icss-utils": "^5.1.0", - "postcss": "^8.4.5", - "postcss-modules-extract-imports": "^3.0.0", - "postcss-modules-local-by-default": "^4.0.0", - "postcss-modules-scope": "^3.0.0", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.2.0", - "semver": "^7.3.5" + "esutils": "^2.0.2" }, "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" + "node": ">=0.10.0" } }, - "node_modules/css-minimizer-webpack-plugin": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", - "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", + "node_modules/eslint-plugin-import/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/eslint-plugin-jest": { + "version": "25.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz", + "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==", "dependencies": { - "cssnano": "^5.0.6", - "jest-worker": "^27.0.2", - "postcss": "^8.3.5", - "schema-utils": "^4.0.0", - "serialize-javascript": "^6.0.0", - "source-map": "^0.6.1" + "@typescript-eslint/experimental-utils": "^5.0.0" }, "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" }, "peerDependencies": { - "webpack": "^5.0.0" + "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { - "@parcel/css": { - "optional": true - }, - "clean-css": { - "optional": true - }, - "csso": { + "@typescript-eslint/eslint-plugin": { "optional": true }, - "esbuild": { + "jest": { "optional": true } } }, - "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.10.0.tgz", - "integrity": "sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==", + "node_modules/eslint-plugin-jsx-a11y": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz", + "integrity": "sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==", "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "@babel/runtime": "^7.16.3", + "aria-query": "^4.2.2", + "array-includes": "^3.1.4", + "ast-types-flow": "^0.0.7", + "axe-core": "^4.3.5", + "axobject-query": "^2.2.0", + "damerau-levenshtein": "^1.0.7", + "emoji-regex": "^9.2.2", + "has": "^1.0.3", + "jsx-ast-utils": "^3.2.1", + "language-tags": "^1.0.5", + "minimatch": "^3.0.4" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dependencies": { - "fast-deep-equal": "^3.1.3" + "engines": { + "node": ">=4.0" }, "peerDependencies": { - "ajv": "^8.8.2" + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" } }, - "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", - "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "node_modules/eslint-plugin-react": { + "version": "7.29.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz", + "integrity": "sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==", "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.8.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.0.0" + "array-includes": "^3.1.4", + "array.prototype.flatmap": "^1.2.5", + "doctrine": "^2.1.0", + "estraverse": "^5.3.0", + "jsx-ast-utils": "^2.4.1 || ^3.0.0", + "minimatch": "^3.1.2", + "object.entries": "^1.1.5", + "object.fromentries": "^2.0.5", + "object.hasown": "^1.1.0", + "object.values": "^1.1.5", + "prop-types": "^15.8.1", + "resolve": "^2.0.0-next.3", + "semver": "^6.3.0", + "string.prototype.matchall": "^4.0.6" }, "engines": { - "node": ">= 12.13.0" + "node": ">=4" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" } }, - "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/eslint-plugin-react-hooks": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz", + "integrity": "sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==", "engines": { - "node": ">=0.10.0" + "node": ">=10" + }, + "peerDependencies": { + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" } }, - "node_modules/css-prefers-color-scheme": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", - "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", - "bin": { - "css-prefers-color-scheme": "dist/cli.cjs" + "node_modules/eslint-plugin-react/node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dependencies": { + "esutils": "^2.0.2" }, "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" + "node": ">=0.10.0" } }, - "node_modules/css-select": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.2.1.tgz", - "integrity": "sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==", + "node_modules/eslint-plugin-react/node_modules/resolve": { + "version": "2.0.0-next.3", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz", + "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==", "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^5.1.0", - "domhandler": "^4.3.0", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" }, "funding": { - "url": "https://github.com/sponsors/fb55" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/css-select-base-adapter": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", - "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==" + "node_modules/eslint-plugin-react/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } }, - "node_modules/css-tree": { - "version": "1.0.0-alpha.37", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", - "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", + "node_modules/eslint-plugin-testing-library": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.3.1.tgz", + "integrity": "sha512-OfF4dlG/q6ck6DL3P8Z0FPdK0dU5K57gsBu7eUcaVbwYKaNzjgejnXiM9CCUevppORkvfek+9D3Uj/9ZZ8Vz8g==", "dependencies": { - "mdn-data": "2.0.4", - "source-map": "^0.6.1" + "@typescript-eslint/utils": "^5.13.0" }, "engines": { - "node": ">=8.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0", + "npm": ">=6" + }, + "peerDependencies": { + "eslint": "^7.5.0 || ^8.0.0" } }, - "node_modules/css-tree/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/eslint-scope": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", + "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, "engines": { - "node": ">=0.10.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/css-what": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz", - "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==", + "node_modules/eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "dependencies": { + "eslint-visitor-keys": "^2.0.0" + }, "engines": { - "node": ">= 6" + "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" }, "funding": { - "url": "https://github.com/sponsors/fb55" + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=5" } }, - "node_modules/css.escape": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", - "integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=" - }, - "node_modules/cssdb": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-6.3.1.tgz", - "integrity": "sha512-Ho3gIkGY4O8S3J54fHu7RP5GHWz85McDhimaXEwf7qV0MSPhLM0jdd61zqs1kkadIVDAvfqoku0kArbWaMYolw==" + "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "engines": { + "node": ">=10" + } }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "bin": { - "cssesc": "bin/cssesc" - }, + "node_modules/eslint-visitor-keys": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", "engines": { - "node": ">=4" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/cssnano": { - "version": "5.0.17", - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.0.17.tgz", - "integrity": "sha512-fmjLP7k8kL18xSspeXTzRhaFtRI7DL9b8IcXR80JgtnWBpvAzHT7sCR/6qdn0tnxIaINUN6OEQu83wF57Gs3Xw==", + "node_modules/eslint-webpack-plugin": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.1.1.tgz", + "integrity": "sha512-xSucskTN9tOkfW7so4EaiFIkulWLXwCB/15H917lR6pTv0Zot6/fetFucmENRb7J5whVSFKIvwnrnsa78SG2yg==", "dependencies": { - "cssnano-preset-default": "^5.1.12", - "lilconfig": "^2.0.3", - "yaml": "^1.10.2" + "@types/eslint": "^7.28.2", + "jest-worker": "^27.3.1", + "micromatch": "^4.0.4", + "normalize-path": "^3.0.0", + "schema-utils": "^3.1.1" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": ">= 12.13.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/cssnano" + "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "postcss": "^8.2.15" + "eslint": "^7.0.0 || ^8.0.0", + "webpack": "^5.0.0" } }, - "node_modules/cssnano-preset-default": { - "version": "5.1.12", - "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.1.12.tgz", - "integrity": "sha512-rO/JZYyjW1QNkWBxMGV28DW7d98UDLaF759frhli58QFehZ+D/LSmwQ2z/ylBAe2hUlsIWTq6NYGfQPq65EF9w==", + "node_modules/eslint/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { - "css-declaration-sorter": "^6.0.3", - "cssnano-utils": "^3.0.2", - "postcss-calc": "^8.2.0", - "postcss-colormin": "^5.2.5", - "postcss-convert-values": "^5.0.4", - "postcss-discard-comments": "^5.0.3", - "postcss-discard-duplicates": "^5.0.3", - "postcss-discard-empty": "^5.0.3", - "postcss-discard-overridden": "^5.0.4", - "postcss-merge-longhand": "^5.0.6", - "postcss-merge-rules": "^5.0.6", - "postcss-minify-font-values": "^5.0.4", - "postcss-minify-gradients": "^5.0.6", - "postcss-minify-params": "^5.0.5", - "postcss-minify-selectors": "^5.1.3", - "postcss-normalize-charset": "^5.0.3", - "postcss-normalize-display-values": "^5.0.3", - "postcss-normalize-positions": "^5.0.4", - "postcss-normalize-repeat-style": "^5.0.4", - "postcss-normalize-string": "^5.0.4", - "postcss-normalize-timing-functions": "^5.0.3", - "postcss-normalize-unicode": "^5.0.4", - "postcss-normalize-url": "^5.0.5", - "postcss-normalize-whitespace": "^5.0.4", - "postcss-ordered-values": "^5.0.5", - "postcss-reduce-initial": "^5.0.3", - "postcss-reduce-transforms": "^5.0.4", - "postcss-svgo": "^5.0.4", - "postcss-unique-selectors": "^5.0.4" + "color-convert": "^2.0.1" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": ">=8" }, - "peerDependencies": { - "postcss": "^8.2.15" + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/cssnano-utils": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.0.2.tgz", - "integrity": "sha512-KhprijuQv2sP4kT92sSQwhlK3SJTbDIsxcfIEySB0O+3m9esFOai7dP9bMx5enHAh2MwarVIcnwiWoOm01RIbQ==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } + "node_modules/eslint/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, - "node_modules/csso": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", - "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "node_modules/eslint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { - "css-tree": "^1.1.2" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=8.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/csso/node_modules/css-tree": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", - "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "node_modules/eslint/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" + "color-name": "~1.1.4" }, "engines": { - "node": ">=8.0.0" + "node": ">=7.0.0" } }, - "node_modules/csso/node_modules/mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" + "node_modules/eslint/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/csso/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/eslint/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "engines": { - "node": ">=0.10.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/cssom": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", - "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==" - }, - "node_modules/cssstyle": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", - "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "node_modules/eslint/node_modules/globals": { + "version": "13.12.1", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.1.tgz", + "integrity": "sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw==", "dependencies": { - "cssom": "~0.3.6" + "type-fest": "^0.20.2" }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/cssstyle/node_modules/cssom": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", - "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" - }, - "node_modules/csstype": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.10.tgz", - "integrity": "sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA==" - }, - "node_modules/custom-event": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz", - "integrity": "sha1-XQKkaFCt8bSjF5RqOSj8y1v9BCU=" - }, - "node_modules/custom-event-polyfill": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/custom-event-polyfill/-/custom-event-polyfill-1.0.7.tgz", - "integrity": "sha512-TDDkd5DkaZxZFM8p+1I3yAlvM3rSr1wbrOliG4yJiwinMZN8z/iGL7BTlDkrJcYTmgUSb4ywVCc3ZaUtOtC76w==" + "node_modules/eslint/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } }, - "node_modules/damerau-levenshtein": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", - "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" + "node_modules/eslint/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } }, - "node_modules/data-urls": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", - "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", + "node_modules/eslint/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dependencies": { - "abab": "^2.0.3", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=10" + "node": ">=8" } }, - "node_modules/dayjs": { - "version": "1.11.0", - "resolved": "https://pkg.form.io/dayjs/-/dayjs-1.11.0.tgz", - "integrity": "sha512-JLC809s6Y948/FuCZPm5IX8rRhQwOiyMb2TfVVQEixG7P8Lm/gt5S7yoQZmC8x1UehI9Pb7sksEt4xx14m+7Ug==", - "license": "MIT" + "node_modules/eslint/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "node_modules/debug": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", - "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "node_modules/espree": { + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.1.tgz", + "integrity": "sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==", "dependencies": { - "ms": "2.1.2" + "acorn": "^8.7.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^3.3.0" }, "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/decimal.js": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz", - "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==" + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } }, - "node_modules/decode-named-character-reference": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.1.tgz", - "integrity": "sha512-YV/0HQHreRwKb7uBopyIkLG17jG6Sv2qUchk9qSoVJ2f+flwRsPNBO0hAnjt6mTNYUT+vw9Gy2ihXg4sUWPi2w==", + "node_modules/esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", "dependencies": { - "character-entities": "^2.0.0" + "estraverse": "^5.1.0" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "engines": { + "node": ">=0.10" } }, - "node_modules/dedent": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", - "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=" - }, - "node_modules/deep-equal": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz", - "integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==", + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dependencies": { - "is-arguments": "^1.0.4", - "is-date-object": "^1.0.1", - "is-regex": "^1.0.4", - "object-is": "^1.0.1", - "object-keys": "^1.1.1", - "regexp.prototype.flags": "^1.2.0" + "estraverse": "^5.2.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">=4.0" } }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "engines": { + "node": ">=4.0" + } }, - "node_modules/deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", - "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", + "node_modules/estree-walker": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", + "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==" + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "engines": { "node": ">=0.10.0" } }, - "node_modules/default-gateway": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", - "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", - "dependencies": { - "execa": "^5.0.0" - }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", "engines": { - "node": ">= 10" + "node": ">= 0.6" } }, - "node_modules/define-lazy-prop": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", - "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "node_modules/eventemitter2": { + "version": "6.4.6", + "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.6.tgz", + "integrity": "sha512-OHqo4wbHX5VbvlbB6o6eDwhYmiTjrpWACjF8Pmof/GTD6rdBNdZFNck3xlhqOiQFGCOoq3uzHvA0cQpFHIGVAQ==" + }, + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", "engines": { - "node": ">=8" + "node": ">=0.8.x" } }, - "node_modules/define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dependencies": { - "object-keys": "^1.0.12" + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" }, "engines": { - "node": ">= 0.4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "node_modules/exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", "engines": { - "node": ">=0.4.0" + "node": ">= 0.8.0" } }, - "node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "node_modules/expect": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/expect/-/expect-29.6.4.tgz", + "integrity": "sha512-F2W2UyQ8XYyftHT57dtfg8Ue3X5qLgm2sSug0ivvLRH/VKNRL/pDxg/TH7zVzbQB0tu80clNFy6LU7OS/VSEKA==", + "dependencies": { + "@jest/expect-utils": "^29.6.4", + "jest-get-type": "^29.6.3", + "jest-matcher-utils": "^29.6.4", + "jest-message-util": "^29.6.3", + "jest-util": "^29.6.3" + }, "engines": { - "node": ">= 0.6" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/dequal": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.2.tgz", - "integrity": "sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==", + "node_modules/expect/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, "engines": { - "node": ">=6" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/destroy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + "node_modules/expect/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "dependencies": { + "@types/yargs-parser": "*" + } }, - "node_modules/detect-newline": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", - "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "node_modules/expect/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/detect-node": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", - "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" - }, - "node_modules/detect-port-alt": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", - "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", + "node_modules/expect/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "bin": { - "detect": "bin/detect-port", - "detect-port": "bin/detect-port" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">= 4.2.1" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/detect-port-alt/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/expect/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { - "ms": "2.0.0" + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, - "node_modules/detect-port-alt/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/dialog-polyfill": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/dialog-polyfill/-/dialog-polyfill-0.5.6.tgz", - "integrity": "sha512-ZbVDJI9uvxPAKze6z146rmfUZjBqNEwcnFTVamQzXH+svluiV7swmVIGr7miwADgfgt1G2JQIytypM9fbyhX4w==" - }, - "node_modules/didyoumean": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" - }, - "node_modules/diff": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz", - "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", + "node_modules/expect/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/expect/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "engines": { - "node": ">=0.3.1" + "node": ">=8" } }, - "node_modules/diff-sequences": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", - "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", + "node_modules/expect/node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "node_modules/expect/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", "dependencies": { - "path-type": "^4.0.0" + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" }, "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/dlv": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" - }, - "node_modules/dns-equal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", - "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" - }, - "node_modules/dns-packet": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.3.1.tgz", - "integrity": "sha512-spBwIj0TK0Ey3666GwIdWVfUpLyubpU53BTCu8iPn4r4oXd9O14Hjg3EHw3ts2oed77/SeckunUYCyRlSngqHw==", + "node_modules/expect/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dependencies": { - "@leichtgewicht/ip-codec": "^2.0.1" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=6" + "node": ">=8" } }, - "node_modules/doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "node_modules/express": { + "version": "4.17.3", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.3.tgz", + "integrity": "sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==", "dependencies": { - "esutils": "^2.0.2" + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.19.2", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.4.2", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.9.7", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.17.2", + "serve-static": "1.14.2", + "setprototypeof": "1.2.0", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" }, "engines": { - "node": ">=6.0.0" + "node": ">= 0.10.0" } }, - "node_modules/dom-accessibility-api": { - "version": "0.5.11", - "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.11.tgz", - "integrity": "sha512-7X6GvzjYf4yTdRKuCVScV+aA9Fvh5r8WzWrXBH9w82ZWB/eYDMGCnazoC/YAqAzUJWHzLOnZqr46K3iEyUhUvw==" + "node_modules/express/node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, - "node_modules/dom-converter": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", - "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dependencies": { - "utila": "~0.4" + "ms": "2.0.0" } }, - "node_modules/dom-serializer": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", - "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } + "node_modules/express/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, - "node_modules/domelementtype": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", - "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", + "node_modules/express/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", "funding": [ { "type": "github", - "url": "https://github.com/sponsors/fb55" + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" } ] }, - "node_modules/domexception": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", - "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "node_modules/fast-diff": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", + "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==" + }, + "node_modules/fast-glob": { + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", "dependencies": { - "webidl-conversions": "^5.0.0" + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" }, "engines": { - "node": ">=8" - } - }, - "node_modules/domexception/node_modules/webidl-conversions": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", - "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", - "engines": { - "node": ">=8" + "node": ">=8.6.0" } }, - "node_modules/domhandler": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.0.tgz", - "integrity": "sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==", + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dependencies": { - "domelementtype": "^2.2.0" + "is-glob": "^4.0.1" }, "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" + "node": ">= 6" } }, - "node_modules/dompurify": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.6.tgz", - "integrity": "sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg==" + "node_modules/fast-json-patch": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-3.1.1.tgz", + "integrity": "sha512-vf6IHUX2SBcA+5/+4883dsIjpBTqmfBjmYiWK1savxQmFk4JfBMLa7ynTYOs1Rolp/T1betJxHiGD3g1Mn8lUQ==" }, - "node_modules/domready": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/domready/-/domready-1.0.8.tgz", - "integrity": "sha1-kfJS5Ze2Wvd+dFriTdAYXV4m1Yw=" + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" }, - "node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" + }, + "node_modules/fast-xml-parser": { + "version": "3.21.1", + "resolved": "https://pkg.form.io/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz", + "integrity": "sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==", + "license": "MIT", "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" + "strnum": "^1.0.4" + }, + "bin": { + "xml2js": "cli.js" }, "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" } }, - "node_modules/dot-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", - "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "node_modules/fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" + "reusify": "^1.0.4" } }, - "node_modules/dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", + "node_modules/faye-websocket": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "dependencies": { + "websocket-driver": ">=0.5.1" + }, "engines": { - "node": ">=10" + "node": ">=0.8.0" } }, - "node_modules/dotenv-expand": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", - "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" - }, - "node_modules/downloadjs": { - "version": "1.4.7", - "resolved": "https://registry.npmjs.org/downloadjs/-/downloadjs-1.4.7.tgz", - "integrity": "sha1-9p+W+UDg0FU9rCkROYZaPNAQHjw=" - }, - "node_modules/dragula": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/dragula/-/dragula-3.7.3.tgz", - "integrity": "sha512-/rRg4zRhcpf81TyDhaHLtXt6sEywdfpv1cRUMeFFy7DuypH2U0WUL0GTdyAQvXegviT4PJK4KuMmOaIDpICseQ==", + "node_modules/fb-watchman": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz", + "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==", "dependencies": { - "contra": "1.9.4", - "crossvent": "1.5.5" + "bser": "2.1.1" } }, - "node_modules/duplexer": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", - "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" - }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "node_modules/ejs": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.6.tgz", - "integrity": "sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==", + "node_modules/fetch-ponyfill": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/fetch-ponyfill/-/fetch-ponyfill-7.1.0.tgz", + "integrity": "sha512-FhbbL55dj/qdVO3YNK7ZEkshvj3eQ7EuIGV2I6ic/2YiocvyWv+7jg2s4AyS0wdRU75s3tA8ZxI/xPigb0v5Aw==", "dependencies": { - "jake": "^10.6.1" - }, - "bin": { - "ejs": "bin/cli.js" - }, - "engines": { - "node": ">=0.10.0" + "node-fetch": "~2.6.1" } }, - "node_modules/electron-to-chromium": { - "version": "1.4.71", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.71.tgz", - "integrity": "sha512-Hk61vXXKRb2cd3znPE9F+2pLWdIOmP7GjiTj45y6L3W/lO+hSnUSUhq+6lEaERWBdZOHbk2s3YV5c9xVl3boVw==" - }, - "node_modules/element-closest": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/element-closest/-/element-closest-2.0.2.tgz", - "integrity": "sha1-cqdAoQdFM4LijfnOXbtajfD5Zuw=", + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dependencies": { + "flat-cache": "^3.0.4" + }, "engines": { - "node": ">=4.0.0" + "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/emittery": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", - "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==", + "node_modules/file-loader": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", + "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", + "dependencies": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, "engines": { - "node": ">=10" + "node": ">= 10.13.0" }, "funding": { - "url": "https://github.com/sindresorhus/emittery?sponsor=1" + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" } }, - "node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" - }, - "node_modules/emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", - "engines": { - "node": ">= 4" + "node_modules/filelist": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", + "dependencies": { + "minimatch": "^5.0.1" } }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", - "engines": { - "node": ">= 0.8" + "node_modules/filelist/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" } }, - "node_modules/enhanced-resolve": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.0.tgz", - "integrity": "sha512-weDYmzbBygL7HzGGS26M3hGQx68vehdEg6VUmqSOaFzXExFqlnKuSvsEJCVGQHScS8CQMbrAqftT+AzzHNt/YA==", + "node_modules/filelist/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", "dependencies": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" + "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dependencies": { - "is-arrayish": "^0.2.1" + "node": ">=10" } }, - "node_modules/error-stack-parser": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.7.tgz", - "integrity": "sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA==", - "dependencies": { - "stackframe": "^1.1.1" + "node_modules/filesize": { + "version": "8.0.7", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz", + "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==", + "engines": { + "node": ">= 0.4.0" } }, - "node_modules/es-abstract": { - "version": "1.19.5", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.5.tgz", - "integrity": "sha512-Aa2G2+Rd3b6kxEUKTF4TaW67czBLyAv3z7VOhYRU50YBx+bbsYZ9xQP4lMNazePuFlybXI0V4MruPos7qUo5fA==", + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "dependencies": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.1.1", - "get-symbol-description": "^1.0.0", - "has": "^1.0.3", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", - "is-negative-zero": "^2.0.2", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", - "is-string": "^1.0.7", - "is-weakref": "^1.0.2", - "object-inspect": "^1.12.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.1" + "to-regex-range": "^5.0.1" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=8" } }, - "node_modules/es-get-iterator": { + "node_modules/finalhandler": { "version": "1.1.2", - "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.2.tgz", - "integrity": "sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.0", - "has-symbols": "^1.0.1", - "is-arguments": "^1.1.0", - "is-map": "^2.0.2", - "is-set": "^2.0.2", - "is-string": "^1.0.5", - "isarray": "^2.0.5" + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">= 0.8" } }, - "node_modules/es-get-iterator/node_modules/isarray": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } }, - "node_modules/es-module-lexer": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", - "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==" + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, - "node_modules/es-shim-unscopables": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", - "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", + "node_modules/find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", "dependencies": { - "has": "^1.0.3" + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" } }, - "node_modules/es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "dependencies": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" }, "engines": { - "node": ">= 0.4" + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "node_modules/flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dependencies": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + }, "engines": { - "node": ">=6" + "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + "node_modules/flatted": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", + "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==" }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "node_modules/follow-redirects": { + "version": "1.14.8", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz", + "integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], "engines": { - "node": ">=0.8.0" + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } } }, - "node_modules/escodegen": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", - "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", + "node_modules/foreach": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", + "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" + }, + "node_modules/fork-ts-checker-webpack-plugin": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.1.tgz", + "integrity": "sha512-x1wumpHOEf4gDROmKTaB6i4/Q6H3LwmjVO7fIX47vBwlZbtPjU33hgoMuD/Q/y6SU8bnuYSoN6ZQOLshGp0T/g==", "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^5.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" + "@babel/code-frame": "^7.8.3", + "@types/json-schema": "^7.0.5", + "chalk": "^4.1.0", + "chokidar": "^3.4.2", + "cosmiconfig": "^6.0.0", + "deepmerge": "^4.2.2", + "fs-extra": "^9.0.0", + "glob": "^7.1.6", + "memfs": "^3.1.2", + "minimatch": "^3.0.4", + "schema-utils": "2.7.0", + "semver": "^7.3.2", + "tapable": "^1.0.0" }, "engines": { - "node": ">=6.0" + "node": ">=10", + "yarn": ">=1.0.0" }, - "optionalDependencies": { - "source-map": "~0.6.1" + "peerDependencies": { + "eslint": ">= 6", + "typescript": ">= 2.7", + "vue-template-compiler": "*", + "webpack": ">= 4" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + }, + "vue-template-compiler": { + "optional": true + } } }, - "node_modules/escodegen/node_modules/levn": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "node_modules/fork-ts-checker-webpack-plugin/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" + "color-convert": "^2.0.1" }, "engines": { - "node": ">= 0.8.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/escodegen/node_modules/optionator": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">= 0.8.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/escodegen/node_modules/prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", + "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, "engines": { - "node": ">= 0.8.0" + "node": ">=7.0.0" } }, - "node_modules/escodegen/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "optional": true, - "engines": { - "node": ">=0.10.0" - } + "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/escodegen/node_modules/type-check": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", "dependencies": { - "prelude-ls": "~1.1.2" + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.7.2" }, "engines": { - "node": ">= 0.8.0" + "node": ">=8" } }, - "node_modules/eslint": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.9.0.tgz", - "integrity": "sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==", + "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dependencies": { - "@eslint/eslintrc": "^1.1.0", - "@humanwhocodes/config-array": "^0.9.2", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "doctrine": "^3.0.0", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.1.1", - "eslint-utils": "^3.0.0", - "eslint-visitor-keys": "^3.3.0", - "espree": "^9.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^6.0.1", - "globals": "^13.6.0", - "ignore": "^5.2.0", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^4.1.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "regexpp": "^3.2.0", - "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "bin": { - "eslint": "bin/eslint.js" + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" + "node": ">=10" } }, - "node_modules/eslint-config-react-app": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz", - "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==", + "node_modules/fork-ts-checker-webpack-plugin/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", + "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", "dependencies": { - "@babel/core": "^7.16.0", - "@babel/eslint-parser": "^7.16.3", - "@rushstack/eslint-patch": "^1.1.0", - "@typescript-eslint/eslint-plugin": "^5.5.0", - "@typescript-eslint/parser": "^5.5.0", - "babel-preset-react-app": "^10.0.1", - "confusing-browser-globals": "^1.0.11", - "eslint-plugin-flowtype": "^8.0.3", - "eslint-plugin-import": "^2.25.3", - "eslint-plugin-jest": "^25.3.0", - "eslint-plugin-jsx-a11y": "^6.5.1", - "eslint-plugin-react": "^7.27.1", - "eslint-plugin-react-hooks": "^4.3.0", - "eslint-plugin-testing-library": "^5.0.1" + "@types/json-schema": "^7.0.4", + "ajv": "^6.12.2", + "ajv-keywords": "^3.4.1" }, "engines": { - "node": ">=14.0.0" + "node": ">= 8.9.0" }, - "peerDependencies": { - "eslint": "^8.0.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, - "node_modules/eslint-import-resolver-node": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz", - "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==", + "node_modules/fork-ts-checker-webpack-plugin/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dependencies": { - "debug": "^3.2.7", - "resolve": "^1.20.0" + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "node_modules/eslint-import-resolver-node/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" + "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", + "engines": { + "node": ">=6" } }, - "node_modules/eslint-module-utils": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz", - "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==", + "node_modules/form-data": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", "dependencies": { - "debug": "^3.2.7", - "find-up": "^2.1.0" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" }, "engines": { - "node": ">=4" + "node": ">= 6" } }, - "node_modules/eslint-module-utils/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "node_modules/formiojs": { + "version": "4.14.5", + "resolved": "https://registry.npmjs.org/formiojs/-/formiojs-4.14.5.tgz", + "integrity": "sha512-f/jkJm1PXxaT/Fo3GqUUsp+WXPHbQyDQ2nJWx77lNi2AOE1VvEF8UN8zyq01xYlqE+1duNLb0Ck0gg6w77CqaQ==", "dependencies": { - "ms": "^2.1.1" + "@formio/bootstrap3": "^2.12.1", + "@formio/choices.js": "^9.0.1", + "@formio/semantic": "^2.6.0", + "@formio/vanilla-text-mask": "^5.1.1", + "autocompleter": "^6.1.2", + "browser-cookies": "^1.2.0", + "compare-versions": "^3.6.0", + "core-js": "^3.19.3", + "custom-event-polyfill": "^1.0.7", + "dialog-polyfill": "^0.5.6", + "dompurify": "^2.3.4", + "downloadjs": "^1.4.7", + "dragula": "^3.7.3", + "eventemitter3": "^4.0.7", + "fast-deep-equal": "^3.1.3", + "fast-json-patch": "^3.1.0", + "fetch-ponyfill": "^7.1.0", + "i18next": "^21.6.0", + "idb": "^6.1.5", + "ismobilejs": "^1.1.1", + "json-logic-js": "^2.0.0", + "jstimezonedetect": "^1.0.7", + "jwt-decode": "^3.1.2", + "lodash": "^4.17.21", + "moment": "^2.29.1", + "moment-timezone": "^0.5.34", + "native-promise-only": "^0.8.1", + "quill": "^2.0.0-dev.3", + "resize-observer-polyfill": "^1.5.1", + "signature_pad": "^2.3.2", + "string-hash": "^1.1.3", + "text-mask-addons": "^3.8.0", + "tippy.js": "^6.3.7", + "uuid": "^8.3.2", + "vanilla-picker": "^2.12.1" } }, - "node_modules/eslint-module-utils/node_modules/find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dependencies": { - "locate-path": "^2.0.0" - }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", "engines": { - "node": ">=4" + "node": ">= 0.6" } }, - "node_modules/eslint-module-utils/node_modules/locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, + "node_modules/fraction.js": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.3.tgz", + "integrity": "sha512-pUHWWt6vHzZZiQJcM6S/0PXfS+g6FM4BF5rj9wZyreivhQPdsh5PpE25VtSNxq80wHS5RfY51Ii+8Z0Zl/pmzg==", "engines": { - "node": ">=4" + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/infusion" } }, - "node_modules/eslint-module-utils/node_modules/p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dependencies": { - "p-try": "^1.0.0" - }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", "engines": { - "node": ">=4" + "node": ">= 0.6" } }, - "node_modules/eslint-module-utils/node_modules/p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "node_modules/fs-extra": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", + "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", "dependencies": { - "p-limit": "^1.1.0" + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" }, "engines": { - "node": ">=4" + "node": ">=12" } }, - "node_modules/eslint-module-utils/node_modules/p-try": { + "node_modules/fs-monkey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz", + "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==" + }, + "node_modules/fs.realpath": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">=4" + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, - "node_modules/eslint-module-utils/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "node_modules/functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" + }, + "node_modules/fuse.js": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-3.6.1.tgz", + "integrity": "sha512-hT9yh/tiinkmirKrlv4KWOjztdoZo1mx9Qh4KvWqC7isoXwdUY3PNWUxceF4/qO9R6riA2C29jdTOeQOIROjgw==", "engines": { - "node": ">=4" + "node": ">=6" } }, - "node_modules/eslint-plugin-flowtype": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz", - "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==", - "dependencies": { - "lodash": "^4.17.21", - "string-natural-compare": "^3.0.1" - }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "@babel/plugin-syntax-flow": "^7.14.5", - "@babel/plugin-transform-react-jsx": "^7.14.9", - "eslint": "^8.1.0" + "node": ">=6.9.0" } }, - "node_modules/eslint-plugin-import": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz", - "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==", - "dependencies": { - "array-includes": "^3.1.4", - "array.prototype.flat": "^1.2.5", - "debug": "^2.6.9", - "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.6", - "eslint-module-utils": "^2.7.3", - "has": "^1.0.3", - "is-core-module": "^2.8.1", - "is-glob": "^4.0.3", - "minimatch": "^3.1.2", - "object.values": "^1.1.5", - "resolve": "^1.22.0", - "tsconfig-paths": "^3.14.1" - }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" + "node": "6.* || 8.* || >= 10.*" } }, - "node_modules/eslint-plugin-import/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", "dependencies": { - "ms": "2.0.0" + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint-plugin-import/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dependencies": { - "esutils": "^2.0.2" - }, + "node_modules/get-own-enumerable-property-symbols": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", + "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" + }, + "node_modules/get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", "engines": { - "node": ">=0.10.0" + "node": ">=8.0.0" } }, - "node_modules/eslint-plugin-import/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/eslint-plugin-jest": { - "version": "25.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz", - "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==", + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", "dependencies": { - "@typescript-eslint/experimental-utils": "^5.0.0" + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0", - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "node": ">= 0.4" }, - "peerDependenciesMeta": { - "@typescript-eslint/eslint-plugin": { - "optional": true - }, - "jest": { - "optional": true - } + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint-plugin-jsx-a11y": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz", - "integrity": "sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==", + "node_modules/glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", "dependencies": { - "@babel/runtime": "^7.16.3", - "aria-query": "^4.2.2", - "array-includes": "^3.1.4", - "ast-types-flow": "^0.0.7", - "axe-core": "^4.3.5", - "axobject-query": "^2.2.0", - "damerau-levenshtein": "^1.0.7", - "emoji-regex": "^9.2.2", - "has": "^1.0.3", - "jsx-ast-utils": "^3.2.1", - "language-tags": "^1.0.5", - "minimatch": "^3.0.4" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" }, "engines": { - "node": ">=4.0" + "node": "*" }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/eslint-plugin-react": { - "version": "7.29.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz", - "integrity": "sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==", + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dependencies": { - "array-includes": "^3.1.4", - "array.prototype.flatmap": "^1.2.5", - "doctrine": "^2.1.0", - "estraverse": "^5.3.0", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.1.2", - "object.entries": "^1.1.5", - "object.fromentries": "^2.0.5", - "object.hasown": "^1.1.0", - "object.values": "^1.1.5", - "prop-types": "^15.8.1", - "resolve": "^2.0.0-next.3", - "semver": "^6.3.0", - "string.prototype.matchall": "^4.0.6" + "is-glob": "^4.0.3" }, "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" + "node": ">=10.13.0" } }, - "node_modules/eslint-plugin-react-hooks": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz", - "integrity": "sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==", - "engines": { - "node": ">=10" + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" + }, + "node_modules/global-modules": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "dependencies": { + "global-prefix": "^3.0.0" }, - "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" + "engines": { + "node": ">=6" } }, - "node_modules/eslint-plugin-react/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "node_modules/global-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", "dependencies": { - "esutils": "^2.0.2" + "ini": "^1.3.5", + "kind-of": "^6.0.2", + "which": "^1.3.1" }, "engines": { - "node": ">=0.10.0" + "node": ">=6" } }, - "node_modules/eslint-plugin-react/node_modules/resolve": { - "version": "2.0.0-next.3", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz", - "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==", + "node_modules/global-prefix/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dependencies": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" + "isexe": "^2.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "bin": { + "which": "bin/which" } }, - "node_modules/eslint-plugin-react/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "engines": { + "node": ">=4" } }, - "node_modules/eslint-plugin-testing-library": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.3.1.tgz", - "integrity": "sha512-OfF4dlG/q6ck6DL3P8Z0FPdK0dU5K57gsBu7eUcaVbwYKaNzjgejnXiM9CCUevppORkvfek+9D3Uj/9ZZ8Vz8g==", + "node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dependencies": { - "@typescript-eslint/utils": "^5.13.0" + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0", - "npm": ">=6" + "node": ">=10" }, - "peerDependencies": { - "eslint": "^7.5.0 || ^8.0.0" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint-scope": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", - "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "node_modules/graceful-fs": { + "version": "4.2.9", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", + "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==" + }, + "node_modules/gzip-size": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", + "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" + "duplexer": "^0.1.2" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "node_modules/handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" + }, + "node_modules/harmony-reflect": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz", + "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==" + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "dependencies": { - "eslint-visitor-keys": "^2.0.0" + "function-bind": "^1.1.1" }, "engines": { - "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" - }, + "node": ">= 0.4.0" + } + }, + "node_modules/has-bigints": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", + "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=5" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "engines": { - "node": ">=10" + "node": ">=4" } }, - "node_modules/eslint-visitor-keys": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", - "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/eslint-webpack-plugin": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.1.1.tgz", - "integrity": "sha512-xSucskTN9tOkfW7so4EaiFIkulWLXwCB/15H917lR6pTv0Zot6/fetFucmENRb7J5whVSFKIvwnrnsa78SG2yg==", + "node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", "dependencies": { - "@types/eslint": "^7.28.2", - "jest-worker": "^27.3.1", - "micromatch": "^4.0.4", - "normalize-path": "^3.0.0", - "schema-utils": "^3.1.1" + "has-symbols": "^1.0.2" }, "engines": { - "node": ">= 12.13.0" + "node": ">= 0.4" }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hast-util-whitespace": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.0.tgz", + "integrity": "sha512-Pkw+xBHuV6xFeJprJe2BBEoDV+AvQySaz3pPDRUs5PNZEMQjpXJJueqrpcHIXxnWTcAGi/UOCgVShlkY6kLoqg==", "funding": { "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "eslint": "^7.0.0 || ^8.0.0", - "webpack": "^5.0.0" + "url": "https://opencollective.com/unified" } }, - "node_modules/eslint/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "bin": { + "he": "bin/he" + } + }, + "node_modules/hoopy": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", + "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==", "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">= 6.0.0" } }, - "node_modules/eslint/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + "node_modules/hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", + "dependencies": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + } }, - "node_modules/eslint/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/hpack.js/node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" } }, - "node_modules/eslint/node_modules/color-convert": { + "node_modules/hpack.js/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/html-encoding-sniffer": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", + "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", "dependencies": { - "color-name": "~1.1.4" + "whatwg-encoding": "^1.0.5" }, "engines": { - "node": ">=7.0.0" + "node": ">=10" } }, - "node_modules/eslint/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "node_modules/html-entities": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.2.tgz", + "integrity": "sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==" }, - "node_modules/eslint/node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "engines": { - "node": ">=10" + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + }, + "node_modules/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "dependencies": { + "camel-case": "^4.1.2", + "clean-css": "^5.2.2", + "commander": "^8.3.0", + "he": "^1.2.0", + "param-case": "^3.0.4", + "relateurl": "^0.2.7", + "terser": "^5.10.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "bin": { + "html-minifier-terser": "cli.js" + }, + "engines": { + "node": ">=12" } }, - "node_modules/eslint/node_modules/globals": { - "version": "13.12.1", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.1.tgz", - "integrity": "sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw==", + "node_modules/html-webpack-plugin": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", + "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", "dependencies": { - "type-fest": "^0.20.2" + "@types/html-minifier-terser": "^6.0.0", + "html-minifier-terser": "^6.0.2", + "lodash": "^4.17.21", + "pretty-error": "^4.0.0", + "tapable": "^2.0.0" }, "engines": { - "node": ">=8" + "node": ">=10.13.0" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "type": "opencollective", + "url": "https://opencollective.com/html-webpack-plugin" + }, + "peerDependencies": { + "webpack": "^5.20.0" } }, - "node_modules/eslint/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" + } + }, + "node_modules/http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=" + }, + "node_modules/http-errors": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", + "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.1" + }, "engines": { - "node": ">=8" + "node": ">= 0.6" } }, - "node_modules/eslint/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "node_modules/http-parser-js": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.5.tgz", + "integrity": "sha512-x+JVEkO2PoM8qqpbPbOL3cqHPwerep7OwzK7Ay+sMQjKzaKCqWvjoXm5tqMP9tXWWTnTzAjIhXg+J99XYuPhPA==" + }, + "node_modules/http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", "dependencies": { - "argparse": "^2.0.1" + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "engines": { + "node": ">=8.0.0" } }, - "node_modules/eslint/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/http-proxy-agent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", "dependencies": { - "has-flag": "^4.0.0" + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" }, "engines": { - "node": ">=8" + "node": ">= 6" } }, - "node_modules/eslint/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "node_modules/http-proxy-middleware": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.3.tgz", + "integrity": "sha512-1bloEwnrHMnCoO/Gcwbz7eSVvW50KPES01PecpagI+YLNLci4AcuKJrujW4Mc3sBLpFxMSlsLNHS5Nl/lvrTPA==", + "dependencies": { + "@types/http-proxy": "^1.17.8", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "is-plain-obj": "^3.0.0", + "micromatch": "^4.0.2" + }, "engines": { - "node": ">=10" + "node": ">=12.0.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "@types/express": "^4.17.13" + }, + "peerDependenciesMeta": { + "@types/express": { + "optional": true + } } }, - "node_modules/espree": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.1.tgz", - "integrity": "sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==", + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", "dependencies": { - "acorn": "^8.7.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^3.3.0" + "agent-base": "6", + "debug": "4" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">= 6" } }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "engines": { - "node": ">=4" + "node": ">=10.17.0" } }, - "node_modules/esquery": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", - "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "node_modules/i18next": { + "version": "21.6.14", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.14.tgz", + "integrity": "sha512-XL6WyD+xlwQwbieXRlXhKWoLb/rkch50/rA+vl6untHnJ+aYnkQ0YDZciTWE78PPhOpbi2gR0LTJCJpiAhA+uQ==", + "funding": [ + { + "type": "individual", + "url": "https://locize.com" + }, + { + "type": "individual", + "url": "https://locize.com/i18next.html" + }, + { + "type": "individual", + "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" + } + ], "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" + "@babel/runtime": "^7.17.2" } }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", "dependencies": { - "estraverse": "^5.2.0" + "safer-buffer": ">= 2.1.2 < 3.0.0" }, "engines": { - "node": ">=4.0" + "node": ">=0.10.0" } }, - "node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "node_modules/icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", "engines": { - "node": ">=4.0" + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", - "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==" + "node_modules/idb": { + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz", + "integrity": "sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw==" }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "node_modules/identity-obj-proxy": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", + "integrity": "sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=", + "dependencies": { + "harmony-reflect": "^1.4.6" + }, "engines": { - "node": ">=0.10.0" + "node": ">=4" } }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", + "node_modules/ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", "engines": { - "node": ">= 0.6" + "node": ">= 4" } }, - "node_modules/eventemitter2": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.6.tgz", - "integrity": "sha512-OHqo4wbHX5VbvlbB6o6eDwhYmiTjrpWACjF8Pmof/GTD6rdBNdZFNck3xlhqOiQFGCOoq3uzHvA0cQpFHIGVAQ==" - }, - "node_modules/eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" - }, - "node_modules/events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "engines": { - "node": ">=0.8.x" + "node_modules/immer": { + "version": "9.0.12", + "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.12.tgz", + "integrity": "sha512-lk7UNmSbAukB5B6dh9fnh5D0bJTOFKxVg2cyJWTYrWRfhLrLMBquONcUs3aFq507hNoIZEDDh8lb8UtOizSMhA==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/immer" } }, - "node_modules/execa": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" }, "engines": { - "node": ">=10" + "node": ">=6" }, "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/exit": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", + "node_modules/import-fresh/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "engines": { - "node": ">= 0.8.0" + "node": ">=4" } }, - "node_modules/expect": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", - "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", + "node_modules/import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", "dependencies": { - "@jest/types": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1" + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/express": { - "version": "4.17.3", - "resolved": "https://registry.npmjs.org/express/-/express-4.17.3.tgz", - "integrity": "sha512-yuSQpz5I+Ch7gFrPCk4/c+dIBKlQUxtgwqzph132bsT6qhuzss6I8cLJQz7B3rFblzd6wtcI0ZbGltH/C4LjUg==", - "dependencies": { - "accepts": "~1.3.8", - "array-flatten": "1.1.1", - "body-parser": "1.19.2", - "content-disposition": "0.5.4", - "content-type": "~1.0.4", - "cookie": "0.4.2", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.7", - "qs": "6.9.7", - "range-parser": "~1.2.1", - "safe-buffer": "5.2.1", - "send": "0.17.2", - "serve-static": "1.14.2", - "setprototypeof": "1.2.0", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", "engines": { - "node": ">= 0.10.0" + "node": ">=0.8.19" } }, - "node_modules/express/node_modules/array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + "node_modules/indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "engines": { + "node": ">=8" + } }, - "node_modules/express/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dependencies": { - "ms": "2.0.0" + "once": "^1.3.0", + "wrappy": "1" } }, - "node_modules/express/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/express/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/extend": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", - "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" }, - "node_modules/fast-diff": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", - "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==" + "node_modules/inline-style-parser": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", + "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==" }, - "node_modules/fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "node_modules/internal-slot": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", + "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" + "get-intrinsic": "^1.1.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" }, "engines": { - "node": ">=8.6.0" + "node": ">= 0.4" } }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dependencies": { - "is-glob": "^4.0.1" - }, + "node_modules/ipaddr.js": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz", + "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==", "engines": { - "node": ">= 6" + "node": ">= 10" } }, - "node_modules/fast-json-patch": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-3.1.0.tgz", - "integrity": "sha512-IhpytlsVTRndz0hU5t0/MGzS/etxLlfrpG5V5M9mVbuj9TrJLWaMfsox9REM5rkuGX0T+5qjpe8XA1o0gZ42nA==" - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" - }, - "node_modules/fast-xml-parser": { - "version": "3.21.1", - "resolved": "https://pkg.form.io/fast-xml-parser/-/fast-xml-parser-3.21.1.tgz", - "integrity": "sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==", - "license": "MIT", + "node_modules/is-arguments": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", "dependencies": { - "strnum": "^1.0.4" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" }, - "bin": { - "xml2js": "cli.js" + "engines": { + "node": ">= 0.4" }, "funding": { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fastq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", - "dependencies": { - "reusify": "^1.0.4" - } + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" }, - "node_modules/faye-websocket": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", - "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "node_modules/is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", "dependencies": { - "websocket-driver": ">=0.5.1" + "has-bigints": "^1.0.1" }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz", - "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==", - "dependencies": { - "bser": "2.1.1" - } - }, - "node_modules/fetch-ponyfill": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/fetch-ponyfill/-/fetch-ponyfill-7.1.0.tgz", - "integrity": "sha512-FhbbL55dj/qdVO3YNK7ZEkshvj3eQ7EuIGV2I6ic/2YiocvyWv+7jg2s4AyS0wdRU75s3tA8ZxI/xPigb0v5Aw==", - "dependencies": { - "node-fetch": "~2.6.1" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dependencies": { - "flat-cache": "^3.0.4" + "binary-extensions": "^2.0.0" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": ">=8" } }, - "node_modules/file-loader": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", - "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", + "node_modules/is-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">= 10.13.0" + "node": ">= 0.4" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/filelist": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.2.tgz", - "integrity": "sha512-z7O0IS8Plc39rTCq6i6iHxk43duYOn8uFJiWSewIq0Bww1RNybVHSCjahmcC87ZqAm4OTvFzlzeGu3XAzG1ctQ==", - "dependencies": { - "minimatch": "^3.0.4" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/filesize": { - "version": "8.0.7", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz", - "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==", + "node_modules/is-buffer": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", + "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "engines": { - "node": ">= 0.4.0" + "node": ">=4" } }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dependencies": { - "to-regex-range": "^5.0.1" - }, + "node_modules/is-callable": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", + "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", "engines": { - "node": ">=8" - } - }, - "node_modules/finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" + "node": ">= 0.4" }, - "engines": { - "node": ">= 0.8" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/finalhandler/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "node_modules/is-core-module": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", "dependencies": { - "ms": "2.0.0" + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/finalhandler/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/find-cache-dir": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=8" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "bin": { + "is-docker": "cli.js" }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", - "dependencies": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": ">=0.10.0" } }, - "node_modules/flatted": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", - "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==" - }, - "node_modules/follow-redirects": { - "version": "1.14.8", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz", - "integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } + "node": ">=8" } }, - "node_modules/foreach": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", - "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" + "node_modules/is-generator-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", + "engines": { + "node": ">=6" + } }, - "node_modules/fork-ts-checker-webpack-plugin": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.1.tgz", - "integrity": "sha512-x1wumpHOEf4gDROmKTaB6i4/Q6H3LwmjVO7fIX47vBwlZbtPjU33hgoMuD/Q/y6SU8bnuYSoN6ZQOLshGp0T/g==", + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dependencies": { - "@babel/code-frame": "^7.8.3", - "@types/json-schema": "^7.0.5", - "chalk": "^4.1.0", - "chokidar": "^3.4.2", - "cosmiconfig": "^6.0.0", - "deepmerge": "^4.2.2", - "fs-extra": "^9.0.0", - "glob": "^7.1.6", - "memfs": "^3.1.2", - "minimatch": "^3.0.4", - "schema-utils": "2.7.0", - "semver": "^7.3.2", - "tapable": "^1.0.0" + "is-extglob": "^2.1.1" }, "engines": { - "node": ">=10", - "yarn": ">=1.0.0" - }, - "peerDependencies": { - "eslint": ">= 6", - "typescript": ">= 2.7", - "vue-template-compiler": "*", - "webpack": ">= 4" + "node": ">=0.10.0" + } + }, + "node_modules/is-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", + "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", + "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=" + }, + "node_modules/is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "engines": { + "node": ">= 0.4" }, - "peerDependenciesMeta": { - "eslint": { - "optional": true - }, - "vue-template-compiler": { - "optional": true - } + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-number-object": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz", + "integrity": "sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==", "dependencies": { - "color-convert": "^2.0.1" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=8" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, + "node_modules/is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/is-potential-custom-element-name": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" + }, + "node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dependencies": { - "color-name": "~1.1.4" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">=7.0.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "node_modules/is-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", + "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=", + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - }, + "node_modules/is-root": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz", + "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==", "engines": { - "node": ">=8" + "node": ">=6" } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "node_modules/is-set": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", + "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-shared-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", "dependencies": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" + "call-bind": "^1.0.2" }, - "engines": { - "node": ">=10" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", - "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", + "node_modules/is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", "dependencies": { - "@types/json-schema": "^7.0.4", - "ajv": "^6.12.2", - "ajv-keywords": "^3.4.1" + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">= 8.9.0" + "node": ">= 0.4" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", "dependencies": { - "has-flag": "^4.0.0" + "has-symbols": "^1.0.2" }, "engines": { - "node": ">=8" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "engines": { - "node": ">=6" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/form-data": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", - "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", + "node_modules/is-typed-array": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.8.tgz", + "integrity": "sha512-HqH41TNZq2fgtGT8WHVFVJhBVGuY3AnP3Q36K8JKXUxSxRgk/d+7NjmwG2vo2mYmXK8UYZKu0qH8bVP5gEisjA==", "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "es-abstract": "^1.18.5", + "foreach": "^2.0.5", + "has-tostringtag": "^1.0.0" }, "engines": { - "node": ">= 6" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/formiojs": { - "version": "4.14.5", - "resolved": "https://registry.npmjs.org/formiojs/-/formiojs-4.14.5.tgz", - "integrity": "sha512-f/jkJm1PXxaT/Fo3GqUUsp+WXPHbQyDQ2nJWx77lNi2AOE1VvEF8UN8zyq01xYlqE+1duNLb0Ck0gg6w77CqaQ==", - "dependencies": { - "@formio/bootstrap3": "^2.12.1", - "@formio/choices.js": "^9.0.1", - "@formio/semantic": "^2.6.0", - "@formio/vanilla-text-mask": "^5.1.1", - "autocompleter": "^6.1.2", - "browser-cookies": "^1.2.0", - "compare-versions": "^3.6.0", - "core-js": "^3.19.3", - "custom-event-polyfill": "^1.0.7", - "dialog-polyfill": "^0.5.6", - "dompurify": "^2.3.4", - "downloadjs": "^1.4.7", - "dragula": "^3.7.3", - "eventemitter3": "^4.0.7", - "fast-deep-equal": "^3.1.3", - "fast-json-patch": "^3.1.0", - "fetch-ponyfill": "^7.1.0", - "i18next": "^21.6.0", - "idb": "^6.1.5", - "ismobilejs": "^1.1.1", - "json-logic-js": "^2.0.0", - "jstimezonedetect": "^1.0.7", - "jwt-decode": "^3.1.2", - "lodash": "^4.17.21", - "moment": "^2.29.1", - "moment-timezone": "^0.5.34", - "native-promise-only": "^0.8.1", - "quill": "^2.0.0-dev.3", - "resize-observer-polyfill": "^1.5.1", - "signature_pad": "^2.3.2", - "string-hash": "^1.1.3", - "text-mask-addons": "^3.8.0", - "tippy.js": "^6.3.7", - "uuid": "^8.3.2", - "vanilla-picker": "^2.12.1" + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "node_modules/is-weakmap": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", + "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/forwarded": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", - "engines": { - "node": ">= 0.6" + "node_modules/is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fraction.js": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.1.3.tgz", - "integrity": "sha512-pUHWWt6vHzZZiQJcM6S/0PXfS+g6FM4BF5rj9wZyreivhQPdsh5PpE25VtSNxq80wHS5RfY51Ii+8Z0Zl/pmzg==", - "engines": { - "node": "*" + "node_modules/is-weakset": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", + "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" }, "funding": { - "type": "patreon", - "url": "https://www.patreon.com/infusion" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", + "node_modules/is-what": { + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.8.tgz", + "integrity": "sha512-yq8gMao5upkPoGEU9LsB2P+K3Kt8Q3fQFCGyNCWOAnJAMzEXVV9drYb0TXr42TTliLLhKIBvulgAXgtLLnwzGA==", "engines": { - "node": ">= 0.6" + "node": ">=12.13" + }, + "funding": { + "url": "https://github.com/sponsors/mesqueeb" } }, - "node_modules/fs-extra": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz", - "integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==", + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" + "is-docker": "^2.0.0" }, "engines": { - "node": ">=12" + "node": ">=8" } }, - "node_modules/fs-monkey": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz", - "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==" - }, - "node_modules/fs.realpath": { + "node_modules/isarray": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" }, - "node_modules/function-bind": { + "node_modules/ismobilejs": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "node_modules/functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" + "resolved": "https://registry.npmjs.org/ismobilejs/-/ismobilejs-1.1.1.tgz", + "integrity": "sha512-VaFW53yt8QO61k2WJui0dHf4SlL8lxBofUuUmwBo0ljPk0Drz2TiuDW4jo3wDcv41qy/SxrJ+VAzJ/qYqsmzRw==" }, - "node_modules/fuse.js": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-3.6.1.tgz", - "integrity": "sha512-hT9yh/tiinkmirKrlv4KWOjztdoZo1mx9Qh4KvWqC7isoXwdUY3PNWUxceF4/qO9R6riA2C29jdTOeQOIROjgw==", + "node_modules/istanbul-lib-coverage": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", + "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", "engines": { - "node": ">=6" + "node": ">=8" } }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "node_modules/istanbul-lib-instrument": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz", + "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==", + "dependencies": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^6.3.0" + }, "engines": { - "node": ">=6.9.0" + "node": ">=8" } }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "engines": { - "node": "6.* || 8.* || >= 10.*" + "node_modules/istanbul-lib-instrument/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" } }, - "node_modules/get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "node_modules/istanbul-lib-report": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", "dependencies": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^4.0.0", + "supports-color": "^7.1.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-own-enumerable-property-symbols": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", - "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" - }, - "node_modules/get-package-type": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", "engines": { - "node": ">=8.0.0" + "node": ">=10" } }, - "node_modules/get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "node_modules/istanbul-lib-report/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, - "node_modules/get-symbol-description": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "node_modules/istanbul-lib-report/node_modules/make-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" + "semver": "^7.5.3" }, "engines": { - "node": ">= 0.4" + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/glob": { + "node_modules/istanbul-lib-report/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">=8" } }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "node_modules/istanbul-lib-source-maps": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", + "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", "dependencies": { - "is-glob": "^4.0.3" + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" }, "engines": { - "node": ">=10.13.0" + "node": ">=10" } }, - "node_modules/glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" - }, - "node_modules/global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", - "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", - "dependencies": { - "global-prefix": "^3.0.0" - }, + "node_modules/istanbul-lib-source-maps/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "engines": { - "node": ">=6" + "node": ">=0.10.0" } }, - "node_modules/global-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", - "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", + "node_modules/istanbul-reports": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz", + "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==", "dependencies": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" }, "engines": { - "node": ">=6" + "node": ">=8" } }, - "node_modules/global-prefix/node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "node_modules/jake": { + "version": "10.8.7", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz", + "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==", "dependencies": { - "isexe": "^2.0.0" + "async": "^3.2.3", + "chalk": "^4.0.2", + "filelist": "^1.0.4", + "minimatch": "^3.1.2" }, "bin": { - "which": "bin/which" - } - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "jake": "bin/cli.js" + }, "engines": { - "node": ">=4" + "node": ">=10" } }, - "node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "node_modules/jake/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/graceful-fs": { - "version": "4.2.9", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", - "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==" + "node_modules/jake/node_modules/async": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" }, - "node_modules/gzip-size": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", - "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", + "node_modules/jake/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { - "duplexer": "^0.1.2" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/handle-thing": { + "node_modules/jake/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", - "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" - }, - "node_modules/harmony-reflect": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz", - "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==" - }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { - "function-bind": "^1.1.1" + "color-name": "~1.1.4" }, "engines": { - "node": ">= 0.4.0" + "node": ">=7.0.0" } }, - "node_modules/has-bigints": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", - "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "node_modules/jake/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "node_modules/jake/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "engines": { - "node": ">=4" + "node": ">=8" } }, - "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", - "engines": { - "node": ">= 0.4" + "node_modules/jake/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">=8" } }, - "node_modules/has-tostringtag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "node_modules/jest": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.6.4.tgz", + "integrity": "sha512-tEFhVQFF/bzoYV1YuGyzLPZ6vlPrdfvDmmAxudA1dLEuiztqg2Rkx20vkKY32xiDROcD2KXlgZ7Cu8RPeEHRKw==", + "optional": true, + "peer": true, "dependencies": { - "has-symbols": "^1.0.2" + "@jest/core": "^29.6.4", + "@jest/types": "^29.6.3", + "import-local": "^3.0.2", + "jest-cli": "^29.6.4" + }, + "bin": { + "jest": "bin/jest.js" }, "engines": { - "node": ">= 0.4" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/hast-util-whitespace": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-2.0.0.tgz", - "integrity": "sha512-Pkw+xBHuV6xFeJprJe2BBEoDV+AvQySaz3pPDRUs5PNZEMQjpXJJueqrpcHIXxnWTcAGi/UOCgVShlkY6kLoqg==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } } }, - "node_modules/he": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", - "bin": { - "he": "bin/he" + "node_modules/jest-changed-files": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.6.3.tgz", + "integrity": "sha512-G5wDnElqLa4/c66ma5PG9eRjE342lIbF6SUnTJi26C3J28Fv2TVY2rOyKB9YGbSA5ogwevgmxc4j4aVjrEK6Yg==", + "optional": true, + "peer": true, + "dependencies": { + "execa": "^5.0.0", + "jest-util": "^29.6.3", + "p-limit": "^3.1.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/hoopy": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", - "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==", + "node_modules/jest-changed-files/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, "engines": { - "node": ">= 6.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/hpack.js": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", - "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", + "node_modules/jest-changed-files/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, "dependencies": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" + "@types/yargs-parser": "*" } }, - "node_modules/hpack.js/node_modules/readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "node_modules/jest-changed-files/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/hpack.js/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "node_modules/jest-changed-files/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { - "safe-buffer": "~5.1.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/html-encoding-sniffer": { + "node_modules/jest-changed-files/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", - "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { - "whatwg-encoding": "^1.0.5" + "color-name": "~1.1.4" }, "engines": { - "node": ">=10" + "node": ">=7.0.0" } }, - "node_modules/html-entities": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.2.tgz", - "integrity": "sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==" + "node_modules/jest-changed-files/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, - "node_modules/html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + "node_modules/jest-changed-files/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, + "engines": { + "node": ">=8" + } }, - "node_modules/html-minifier-terser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "node_modules/jest-changed-files/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, "dependencies": { - "camel-case": "^4.1.2", - "clean-css": "^5.2.2", - "commander": "^8.3.0", - "he": "^1.2.0", - "param-case": "^3.0.4", - "relateurl": "^0.2.7", - "terser": "^5.10.0" - }, - "bin": { - "html-minifier-terser": "cli.js" + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" }, "engines": { - "node": ">=12" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/html-webpack-plugin": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", - "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", + "node_modules/jest-changed-files/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { - "@types/html-minifier-terser": "^6.0.0", - "html-minifier-terser": "^6.0.2", - "lodash": "^4.17.21", - "pretty-error": "^4.0.0", - "tapable": "^2.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/html-webpack-plugin" + "node": ">=8" + } + }, + "node_modules/jest-circus": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.6.4.tgz", + "integrity": "sha512-YXNrRyntVUgDfZbjXWBMPslX1mQ8MrSG0oM/Y06j9EYubODIyHWP8hMUbjbZ19M3M+zamqEur7O80HODwACoJw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/environment": "^29.6.4", + "@jest/expect": "^29.6.4", + "@jest/test-result": "^29.6.4", + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "dedent": "^1.0.0", + "is-generator-fn": "^2.0.0", + "jest-each": "^29.6.3", + "jest-matcher-utils": "^29.6.4", + "jest-message-util": "^29.6.3", + "jest-runtime": "^29.6.4", + "jest-snapshot": "^29.6.4", + "jest-util": "^29.6.3", + "p-limit": "^3.1.0", + "pretty-format": "^29.6.3", + "pure-rand": "^6.0.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" }, - "peerDependencies": { - "webpack": "^5.20.0" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/htmlparser2": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", - "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], + "node_modules/jest-circus/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/http-deceiver": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=" + "node_modules/jest-circus/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "dependencies": { + "@types/yargs-parser": "*" + } }, - "node_modules/http-errors": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz", - "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==", + "node_modules/jest-circus/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.1" + "color-convert": "^2.0.1" }, "engines": { - "node": ">= 0.6" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/http-parser-js": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.5.tgz", - "integrity": "sha512-x+JVEkO2PoM8qqpbPbOL3cqHPwerep7OwzK7Ay+sMQjKzaKCqWvjoXm5tqMP9tXWWTnTzAjIhXg+J99XYuPhPA==" + "node_modules/jest-circus/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } }, - "node_modules/http-proxy": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", - "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "node_modules/jest-circus/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" + "color-name": "~1.1.4" }, "engines": { - "node": ">=8.0.0" + "node": ">=7.0.0" } }, - "node_modules/http-proxy-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - }, + "node_modules/jest-circus/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "node_modules/jest-circus/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { - "node": ">= 6" + "node": ">=8" } }, - "node_modules/http-proxy-middleware": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.3.tgz", - "integrity": "sha512-1bloEwnrHMnCoO/Gcwbz7eSVvW50KPES01PecpagI+YLNLci4AcuKJrujW4Mc3sBLpFxMSlsLNHS5Nl/lvrTPA==", + "node_modules/jest-circus/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, "dependencies": { - "@types/http-proxy": "^1.17.8", - "http-proxy": "^1.18.1", - "is-glob": "^4.0.1", - "is-plain-obj": "^3.0.0", - "micromatch": "^4.0.2" + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" }, "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "@types/express": "^4.17.13" - }, - "peerDependenciesMeta": { - "@types/express": { - "optional": true - } + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/https-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", - "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", + "node_modules/jest-circus/node_modules/pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, "dependencies": { - "agent-base": "6", - "debug": "4" + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" }, "engines": { - "node": ">= 6" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/human-signals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "node_modules/jest-circus/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true, "engines": { - "node": ">=10.17.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/i18next": { - "version": "21.6.14", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.14.tgz", - "integrity": "sha512-XL6WyD+xlwQwbieXRlXhKWoLb/rkch50/rA+vl6untHnJ+aYnkQ0YDZciTWE78PPhOpbi2gR0LTJCJpiAhA+uQ==", - "funding": [ - { - "type": "individual", - "url": "https://locize.com" - }, - { - "type": "individual", - "url": "https://locize.com/i18next.html" - }, - { - "type": "individual", - "url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project" - } - ], - "dependencies": { - "@babel/runtime": "^7.17.2" - } + "node_modules/jest-circus/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true }, - "node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "node_modules/jest-circus/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/icss-utils": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", - "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "node_modules/jest-cli": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.6.4.tgz", + "integrity": "sha512-+uMCQ7oizMmh8ZwRfZzKIEszFY9ksjjEQnTEMTaL7fYiL3Kw4XhqT9bYh+A4DQKUb67hZn2KbtEnDuHvcgK4pQ==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/core": "^29.6.4", + "@jest/test-result": "^29.6.4", + "@jest/types": "^29.6.3", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "import-local": "^3.0.2", + "jest-config": "^29.6.4", + "jest-util": "^29.6.3", + "jest-validate": "^29.6.3", + "prompts": "^2.0.1", + "yargs": "^17.3.1" + }, + "bin": { + "jest": "bin/jest.js" + }, "engines": { - "node": "^10 || ^12 || >= 14" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "peerDependencies": { - "postcss": "^8.1.0" + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } } }, - "node_modules/idb": { - "version": "6.1.5", - "resolved": "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz", - "integrity": "sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw==" - }, - "node_modules/identity-obj-proxy": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", - "integrity": "sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=", + "node_modules/jest-cli/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, "dependencies": { - "harmony-reflect": "^1.4.6" + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" }, "engines": { - "node": ">=4" - } - }, - "node_modules/ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", - "engines": { - "node": ">= 4" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/immer": { - "version": "9.0.12", - "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.12.tgz", - "integrity": "sha512-lk7UNmSbAukB5B6dh9fnh5D0bJTOFKxVg2cyJWTYrWRfhLrLMBquONcUs3aFq507hNoIZEDDh8lb8UtOizSMhA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/immer" + "node_modules/jest-cli/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "dependencies": { + "@types/yargs-parser": "*" } }, - "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "node_modules/jest-cli/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=6" + "node": ">=8" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/import-fresh/node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "engines": { - "node": ">=4" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/import-local": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "node_modules/jest-cli/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "bin": { - "import-local-fixture": "fixtures/cli.js" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "node_modules/jest-cli/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, + "dependencies": { + "color-name": "~1.1.4" + }, "engines": { - "node": ">=0.8.19" + "node": ">=7.0.0" } }, - "node_modules/indent-string": { + "node_modules/jest-cli/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "node_modules/jest-cli/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" + "node_modules/jest-cli/node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/ini": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" - }, - "node_modules/inline-style-parser": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz", - "integrity": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==" - }, - "node_modules/internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", - "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", + "node_modules/jest-cli/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, "dependencies": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" }, "engines": { - "node": ">= 0.4" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/ipaddr.js": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz", - "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==", + "node_modules/jest-cli/node_modules/jest-validate": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.6.3.tgz", + "integrity": "sha512-e7KWZcAIX+2W1o3cHfnqpGajdCs1jSM3DkXjGeLSNmCazv1EeI1ggTeK5wdZhF+7N+g44JI2Od3veojoaumlfg==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.6.3" + }, "engines": { - "node": ">= 10" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/is-arguments": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", - "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "node_modules/jest-cli/node_modules/pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" }, "engines": { - "node": ">= 0.4" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-cli/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true, + "engines": { + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + "node_modules/jest-cli/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true }, - "node_modules/is-bigint": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "node_modules/jest-cli/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { - "has-bigints": "^1.0.1" + "has-flag": "^4.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">=8" } }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "node_modules/jest-config": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.6.4.tgz", + "integrity": "sha512-JWohr3i9m2cVpBumQFv2akMEnFEPVOh+9L2xIBJhJ0zOaci2ZXuKJj0tgMKQCBZAKA09H049IR4HVS/43Qb19A==", + "optional": true, + "peer": true, "dependencies": { - "binary-extensions": "^2.0.0" + "@babel/core": "^7.11.6", + "@jest/test-sequencer": "^29.6.4", + "@jest/types": "^29.6.3", + "babel-jest": "^29.6.4", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-circus": "^29.6.4", + "jest-environment-node": "^29.6.4", + "jest-get-type": "^29.6.3", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.6.4", + "jest-runner": "^29.6.4", + "jest-util": "^29.6.3", + "jest-validate": "^29.6.3", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^29.6.3", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" }, "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@types/node": "*", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "ts-node": { + "optional": true + } } }, - "node_modules/is-boolean-object": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "node_modules/jest-config/node_modules/@jest/transform": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.6.4.tgz", + "integrity": "sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA==", + "optional": true, + "peer": true, "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], + "node_modules/jest-config/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, "engines": { - "node": ">=4" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/is-callable": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", + "node_modules/jest-config/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/jest-config/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { - "node": ">= 0.4" + "node": ">=8" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/is-core-module": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", - "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", + "node_modules/jest-config/node_modules/babel-jest": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.6.4.tgz", + "integrity": "sha512-meLj23UlSLddj6PC+YTOFRgDAtjnZom8w/ACsrx0gtPtv5cJZk0A5Unk5bV4wixD7XaPCN1fQvpww8czkZURmw==", + "optional": true, + "peer": true, "dependencies": { - "has": "^1.0.3" + "@jest/transform": "^29.6.4", + "@types/babel__core": "^7.1.14", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^29.6.3", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "slash": "^3.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.8.0" } }, - "node_modules/is-date-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "node_modules/jest-config/node_modules/babel-plugin-jest-hoist": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", + "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", + "optional": true, + "peer": true, "dependencies": { - "has-tostringtag": "^1.0.0" + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.1.14", + "@types/babel__traverse": "^7.0.6" }, "engines": { - "node": ">= 0.4" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-config/node_modules/babel-preset-jest": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", + "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", + "optional": true, + "peer": true, + "dependencies": { + "babel-plugin-jest-hoist": "^29.6.3", + "babel-preset-current-node-syntax": "^1.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, - "node_modules/is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "bin": { - "is-docker": "cli.js" + "node_modules/jest-config/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "node_modules/jest-config/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, + "dependencies": { + "color-name": "~1.1.4" + }, "engines": { - "node": ">=0.10.0" + "node": ">=7.0.0" } }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "node_modules/jest-config/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "node_modules/jest-config/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "optional": true, + "peer": true + }, + "node_modules/jest-config/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, - "node_modules/is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", - "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", + "node_modules/jest-config/node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true, "engines": { - "node": ">=6" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "node_modules/jest-config/node_modules/jest-haste-map": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz", + "integrity": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==", + "optional": true, + "peer": true, "dependencies": { - "is-extglob": "^2.1.1" + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", + "micromatch": "^4.0.4", + "walker": "^1.0.8" }, "engines": { - "node": ">=0.10.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" } }, - "node_modules/is-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", - "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node_modules/jest-config/node_modules/jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/is-module": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", - "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=" - }, - "node_modules/is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", - "engines": { - "node": ">= 0.4" + "node_modules/jest-config/node_modules/jest-resolve": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.6.4.tgz", + "integrity": "sha512-fPRq+0vcxsuGlG0O3gyoqGTAxasagOxEuyoxHeyxaZbc9QNek0AmJWSkhjlMG+mTsj+8knc/mWb3fXlRNVih7Q==", + "optional": true, + "peer": true, + "dependencies": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^29.6.3", + "jest-validate": "^29.6.3", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "node_modules/jest-config/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, "engines": { - "node": ">=0.12.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/is-number-object": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz", - "integrity": "sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==", + "node_modules/jest-config/node_modules/jest-validate": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.6.3.tgz", + "integrity": "sha512-e7KWZcAIX+2W1o3cHfnqpGajdCs1jSM3DkXjGeLSNmCazv1EeI1ggTeK5wdZhF+7N+g44JI2Od3veojoaumlfg==", + "optional": true, + "peer": true, "dependencies": { - "has-tostringtag": "^1.0.0" + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.6.3" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/is-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", - "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", + "node_modules/jest-config/node_modules/jest-worker": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.4.tgz", + "integrity": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==", + "optional": true, + "peer": true, + "dependencies": { + "@types/node": "*", + "jest-util": "^29.6.3", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/is-plain-obj": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", - "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "node_modules/jest-config/node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "optional": true, + "peer": true, + "dependencies": { + "has-flag": "^4.0.0" + }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/is-potential-custom-element-name": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", - "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" - }, - "node_modules/is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "node_modules/jest-config/node_modules/pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/is-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", - "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=", + "node_modules/jest-config/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true, "engines": { - "node": ">=0.10.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/is-root": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz", - "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==", - "engines": { - "node": ">=6" - } + "node_modules/jest-config/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true }, - "node_modules/is-set": { + "node_modules/jest-config/node_modules/resolve.exports": { "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", - "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", - "funding": { - "url": "https://github.com/sponsors/ljharb" + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "optional": true, + "peer": true, + "engines": { + "node": ">=10" } }, - "node_modules/is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "node_modules/jest-config/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { - "call-bind": "^1.0.2" + "has-flag": "^4.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "engines": { "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "node_modules/jest-config/node_modules/write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "optional": true, + "peer": true, "dependencies": { - "has-tostringtag": "^1.0.0" + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/is-symbol": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "node_modules/jest-diff": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.6.4.tgz", + "integrity": "sha512-9F48UxR9e4XOEZvoUXEHSWY4qC4zERJaOfrbBg9JpbJOO43R1vN76REt/aMGZoY6GD5g84nnJiBIVlscegefpw==", "dependencies": { - "has-symbols": "^1.0.2" + "chalk": "^4.0.0", + "diff-sequences": "^29.6.3", + "jest-get-type": "^29.6.3", + "pretty-format": "^29.6.3" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/is-typed-array": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.8.tgz", - "integrity": "sha512-HqH41TNZq2fgtGT8WHVFVJhBVGuY3AnP3Q36K8JKXUxSxRgk/d+7NjmwG2vo2mYmXK8UYZKu0qH8bVP5gEisjA==", + "node_modules/jest-diff/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "es-abstract": "^1.18.5", - "foreach": "^2.0.5", - "has-tostringtag": "^1.0.0" + "color-convert": "^2.0.1" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" - }, - "node_modules/is-weakmap": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", - "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakref": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", - "dependencies": { - "call-bind": "^1.0.2" + "node": ">=8" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/is-weakset": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", - "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", + "node_modules/jest-diff/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-what": { - "version": "4.1.8", - "resolved": "https://registry.npmjs.org/is-what/-/is-what-4.1.8.tgz", - "integrity": "sha512-yq8gMao5upkPoGEU9LsB2P+K3Kt8Q3fQFCGyNCWOAnJAMzEXVV9drYb0TXr42TTliLLhKIBvulgAXgtLLnwzGA==", "engines": { - "node": ">=12.13" + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/mesqueeb" + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "node_modules/jest-diff/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { - "is-docker": "^2.0.0" + "color-name": "~1.1.4" }, "engines": { - "node": ">=8" + "node": ">=7.0.0" } }, - "node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" - }, - "node_modules/ismobilejs": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ismobilejs/-/ismobilejs-1.1.1.tgz", - "integrity": "sha512-VaFW53yt8QO61k2WJui0dHf4SlL8lxBofUuUmwBo0ljPk0Drz2TiuDW4jo3wDcv41qy/SxrJ+VAzJ/qYqsmzRw==" + "node_modules/jest-diff/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "node_modules/jest-diff/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "engines": { "node": ">=8" } }, - "node_modules/istanbul-lib-instrument": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz", - "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==", - "dependencies": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" - }, + "node_modules/jest-diff/node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-instrument/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "node_modules/jest-diff/node_modules/pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", "dependencies": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" }, "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/istanbul-lib-report/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/jest-diff/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/istanbul-lib-report/node_modules/supports-color": { + "node_modules/jest-diff/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + }, + "node_modules/jest-diff/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", @@ -9988,60 +12502,70 @@ "node": ">=8" } }, - "node_modules/istanbul-lib-source-maps": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", + "node_modules/jest-docblock": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.6.3.tgz", + "integrity": "sha512-2+H+GOTQBEm2+qFSQ7Ma+BvyV+waiIFxmZF5LdpBsAEjWX8QYjSCa4FrkIYtbfXUJJJnFCYrOtt6TZ+IAiTjBQ==", + "optional": true, + "peer": true, "dependencies": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" + "detect-newline": "^3.0.0" }, "engines": { - "node": ">=10" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/istanbul-lib-source-maps/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/jest-each": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.6.3.tgz", + "integrity": "sha512-KoXfJ42k8cqbkfshW7sSHcdfnv5agDdHCPA87ZBdmHP+zJstTJc0ttQaJ/x7zK6noAL76hOuTIJ6ZkQRS5dcyg==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "jest-util": "^29.6.3", + "pretty-format": "^29.6.3" + }, "engines": { - "node": ">=0.10.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/istanbul-reports": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", - "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", + "node_modules/jest-each/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, "dependencies": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" }, "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jake": { - "version": "10.8.4", - "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.4.tgz", - "integrity": "sha512-MtWeTkl1qGsWUtbl/Jsca/8xSoK3x0UmS82sNbjqxxG/de/M/3b1DntdjHgPMC50enlTNwXOCRqPXLLt5cCfZA==", + "node_modules/jest-each/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, "dependencies": { - "async": "0.9.x", - "chalk": "^4.0.2", - "filelist": "^1.0.1", - "minimatch": "^3.0.4" - }, - "bin": { - "jake": "bin/cli.js" - }, - "engines": { - "node": ">=10" + "@types/yargs-parser": "*" } }, - "node_modules/jake/node_modules/ansi-styles": { + "node_modules/jest-each/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -10052,15 +12576,12 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jake/node_modules/async": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", - "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=" - }, - "node_modules/jake/node_modules/chalk": { + "node_modules/jest-each/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -10072,10 +12593,12 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jake/node_modules/color-convert": { + "node_modules/jest-each/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -10083,23 +12606,92 @@ "node": ">=7.0.0" } }, - "node_modules/jake/node_modules/color-name": { + "node_modules/jest-each/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, - "node_modules/jake/node_modules/has-flag": { + "node_modules/jest-each/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, - "node_modules/jake/node_modules/supports-color": { + "node_modules/jest-each/node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-each/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-each/node_modules/pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-each/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-each/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true + }, + "node_modules/jest-each/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -10107,73 +12699,70 @@ "node": ">=8" } }, - "node_modules/jest": { + "node_modules/jest-environment-jsdom": { "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", - "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", + "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", "dependencies": { - "@jest/core": "^27.5.1", - "import-local": "^3.0.2", - "jest-cli": "^27.5.1" - }, - "bin": { - "jest": "bin/jest.js" + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1", + "jsdom": "^16.6.0" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } } }, - "node_modules/jest-changed-files": { + "node_modules/jest-environment-jsdom/node_modules/@jest/environment": { "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", - "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", + "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", "dependencies": { + "@jest/fake-timers": "^27.5.1", "@jest/types": "^27.5.1", - "execa": "^5.0.0", - "throat": "^6.0.1" + "@types/node": "*", + "jest-mock": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-circus": { + "node_modules/jest-environment-jsdom/node_modules/@jest/fake-timers": { "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", - "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", + "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/test-result": "^27.5.1", "@jest/types": "^27.5.1", + "@sinonjs/fake-timers": "^8.0.1", "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "dedent": "^0.7.0", - "expect": "^27.5.1", - "is-generator-fn": "^2.0.0", - "jest-each": "^27.5.1", - "jest-matcher-utils": "^27.5.1", "jest-message-util": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "pretty-format": "^27.5.1", - "slash": "^3.0.0", - "stack-utils": "^2.0.3", - "throat": "^6.0.1" + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-circus/node_modules/ansi-styles": { + "node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons": { + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", + "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", + "dependencies": { + "type-detect": "4.0.8" + } + }, + "node_modules/jest-environment-jsdom/node_modules/@sinonjs/fake-timers": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", + "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", + "dependencies": { + "@sinonjs/commons": "^1.7.0" + } + }, + "node_modules/jest-environment-jsdom/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", @@ -10187,7 +12776,7 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-circus/node_modules/chalk": { + "node_modules/jest-environment-jsdom/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", @@ -10202,7 +12791,7 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jest-circus/node_modules/color-convert": { + "node_modules/jest-environment-jsdom/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", @@ -10213,12 +12802,12 @@ "node": ">=7.0.0" } }, - "node_modules/jest-circus/node_modules/color-name": { + "node_modules/jest-environment-jsdom/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/jest-circus/node_modules/has-flag": { + "node_modules/jest-environment-jsdom/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", @@ -10226,7 +12815,38 @@ "node": ">=8" } }, - "node_modules/jest-circus/node_modules/supports-color": { + "node_modules/jest-environment-jsdom/node_modules/jest-message-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + "dependencies": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^27.5.1", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-environment-jsdom/node_modules/jest-mock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", + "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", + "dependencies": { + "@jest/types": "^27.5.1", + "@types/node": "*" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-environment-jsdom/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", @@ -10237,43 +12857,58 @@ "node": ">=8" } }, - "node_modules/jest-cli": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", - "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", + "node_modules/jest-environment-node": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.6.4.tgz", + "integrity": "sha512-i7SbpH2dEIFGNmxGCpSc2w9cA4qVD+wfvg2ZnfQ7XVrKL0NA5uDVBIiGH8SR4F0dKEv/0qI5r+aDomDf04DpEQ==", + "optional": true, + "peer": true, "dependencies": { - "@jest/core": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "import-local": "^3.0.2", - "jest-config": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "prompts": "^2.0.1", - "yargs": "^16.2.0" - }, - "bin": { - "jest": "bin/jest.js" + "@jest/environment": "^29.6.4", + "@jest/fake-timers": "^29.6.4", + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-mock": "^29.6.3", + "jest-util": "^29.6.3" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-environment-node/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-cli/node_modules/ansi-styles": { + "node_modules/jest-environment-node/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/jest-environment-node/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -10284,10 +12919,12 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-cli/node_modules/chalk": { + "node_modules/jest-environment-node/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -10299,10 +12936,12 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jest-cli/node_modules/color-convert": { + "node_modules/jest-environment-node/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -10310,23 +12949,47 @@ "node": ">=7.0.0" } }, - "node_modules/jest-cli/node_modules/color-name": { + "node_modules/jest-environment-node/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, - "node_modules/jest-cli/node_modules/has-flag": { + "node_modules/jest-environment-node/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, - "node_modules/jest-cli/node_modules/supports-color": { + "node_modules/jest-environment-node/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-environment-node/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -10334,127 +12997,169 @@ "node": ">=8" } }, - "node_modules/jest-config": { + "node_modules/jest-get-type": { "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", - "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", + "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==", + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-haste-map": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", + "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", "dependencies": { - "@babel/core": "^7.8.0", - "@jest/test-sequencer": "^27.5.1", "@jest/types": "^27.5.1", - "babel-jest": "^27.5.1", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", + "@types/graceful-fs": "^4.1.2", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", "graceful-fs": "^4.2.9", - "jest-circus": "^27.5.1", - "jest-environment-jsdom": "^27.5.1", - "jest-environment-node": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-jasmine2": "^27.5.1", "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-runner": "^27.5.1", + "jest-serializer": "^27.5.1", "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", + "jest-worker": "^27.5.1", "micromatch": "^4.0.4", - "parse-json": "^5.2.0", - "pretty-format": "^27.5.1", - "slash": "^3.0.0", - "strip-json-comments": "^3.1.1" + "walker": "^1.0.7" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" }, - "peerDependencies": { - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "ts-node": { - "optional": true - } + "optionalDependencies": { + "fsevents": "^2.3.2" } }, - "node_modules/jest-config/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/jest-jasmine2": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", + "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", "dependencies": { - "color-convert": "^2.0.1" + "@jest/environment": "^27.5.1", + "@jest/source-map": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "expect": "^27.5.1", + "is-generator-fn": "^2.0.0", + "jest-each": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1", + "throat": "^6.0.1" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-config/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/jest-jasmine2/node_modules/@jest/console": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", + "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", + "slash": "^3.0.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-config/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/jest-jasmine2/node_modules/@jest/environment": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", + "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", "dependencies": { - "color-name": "~1.1.4" + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1" }, "engines": { - "node": ">=7.0.0" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-config/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "node_modules/jest-jasmine2/node_modules/@jest/fake-timers": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", + "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", + "dependencies": { + "@jest/types": "^27.5.1", + "@sinonjs/fake-timers": "^8.0.1", + "@types/node": "*", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } }, - "node_modules/jest-config/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/jest-jasmine2/node_modules/@jest/globals": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", + "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", + "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/types": "^27.5.1", + "expect": "^27.5.1" + }, "engines": { - "node": ">=8" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-config/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/jest-jasmine2/node_modules/@jest/source-map": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", + "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", "dependencies": { - "has-flag": "^4.0.0" + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9", + "source-map": "^0.6.0" }, "engines": { - "node": ">=8" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-diff": { + "node_modules/jest-jasmine2/node_modules/@jest/test-result": { "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", - "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", + "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" + "@jest/console": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-diff/node_modules/ansi-styles": { + "node_modules/jest-jasmine2/node_modules/@sinonjs/commons": { + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", + "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", + "dependencies": { + "type-detect": "4.0.8" + } + }, + "node_modules/jest-jasmine2/node_modules/@sinonjs/fake-timers": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", + "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", + "dependencies": { + "@sinonjs/commons": "^1.7.0" + } + }, + "node_modules/jest-jasmine2/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", @@ -10468,7 +13173,7 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-diff/node_modules/chalk": { + "node_modules/jest-jasmine2/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", @@ -10483,7 +13188,7 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jest-diff/node_modules/color-convert": { + "node_modules/jest-jasmine2/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", @@ -10494,42 +13199,56 @@ "node": ">=7.0.0" } }, - "node_modules/jest-diff/node_modules/color-name": { + "node_modules/jest-jasmine2/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/jest-diff/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/jest-jasmine2/node_modules/diff-sequences": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", + "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", "engines": { - "node": ">=8" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-diff/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/jest-jasmine2/node_modules/expect": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", + "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", "dependencies": { - "has-flag": "^4.0.0" + "@jest/types": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1" }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-jasmine2/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "engines": { "node": ">=8" } }, - "node_modules/jest-docblock": { + "node_modules/jest-jasmine2/node_modules/jest-diff": { "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", - "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", + "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", "dependencies": { - "detect-newline": "^3.0.0" + "chalk": "^4.0.0", + "diff-sequences": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-each": { + "node_modules/jest-jasmine2/node_modules/jest-each": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", @@ -10544,164 +13263,208 @@ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-each/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/jest-jasmine2/node_modules/jest-matcher-utils": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", + "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", "dependencies": { - "color-convert": "^2.0.1" + "chalk": "^4.0.0", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-each/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/jest-jasmine2/node_modules/jest-message-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "@babel/code-frame": "^7.12.13", + "@jest/types": "^27.5.1", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-each/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/jest-jasmine2/node_modules/jest-mock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", + "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", "dependencies": { - "color-name": "~1.1.4" + "@jest/types": "^27.5.1", + "@types/node": "*" }, "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-each/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-each/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-each/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/jest-jasmine2/node_modules/jest-runtime": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", + "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", "dependencies": { - "has-flag": "^4.0.0" + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/globals": "^27.5.1", + "@jest/source-map": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "execa": "^5.0.0", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" }, "engines": { - "node": ">=8" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/jest-environment-jsdom": { + "node_modules/jest-jasmine2/node_modules/jest-snapshot": { "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", - "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", + "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", + "@babel/core": "^7.7.2", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/traverse": "^7.7.2", + "@babel/types": "^7.0.0", + "@jest/transform": "^27.5.1", "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1", + "@types/babel__traverse": "^7.0.4", + "@types/prettier": "^2.1.5", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", "jest-util": "^27.5.1", - "jsdom": "^16.6.0" + "natural-compare": "^1.4.0", + "pretty-format": "^27.5.1", + "semver": "^7.3.2" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-jasmine2/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/jest-jasmine2/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=8" } }, - "node_modules/jest-environment-node": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", - "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", + "node_modules/jest-leak-detector": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.6.3.tgz", + "integrity": "sha512-0kfbESIHXYdhAdpLsW7xdwmYhLf1BRu4AA118/OxFm0Ho1b2RcTmO4oF6aAMaxpxdxnJ3zve2rgwzNBD4Zbm7Q==", + "optional": true, + "peer": true, "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1" + "jest-get-type": "^29.6.3", + "pretty-format": "^29.6.3" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-get-type": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", - "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==", + "node_modules/jest-leak-detector/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", + "node_modules/jest-leak-detector/node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-leak-detector/node_modules/pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "optionalDependencies": { - "fsevents": "^2.3.2" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-jasmine2": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", - "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", + "node_modules/jest-leak-detector/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true + }, + "node_modules/jest-matcher-utils": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.6.4.tgz", + "integrity": "sha512-KSzwyzGvK4HcfnserYqJHYi7sZVqdREJ9DMPAKVbS98JsIAvumihaNUbjrWw0St7p9IY7A9UskCW5MYlGmBQFQ==", "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/source-map": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^27.5.1", - "is-generator-fn": "^2.0.0", - "jest-each": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "pretty-format": "^27.5.1", - "throat": "^6.0.1" + "jest-diff": "^29.6.4", + "jest-get-type": "^29.6.3", + "pretty-format": "^29.6.3" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-jasmine2/node_modules/ansi-styles": { + "node_modules/jest-matcher-utils/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", @@ -10715,7 +13478,7 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-jasmine2/node_modules/chalk": { + "node_modules/jest-matcher-utils/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", @@ -10730,7 +13493,7 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jest-jasmine2/node_modules/color-convert": { + "node_modules/jest-matcher-utils/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", @@ -10741,12 +13504,12 @@ "node": ">=7.0.0" } }, - "node_modules/jest-jasmine2/node_modules/color-name": { + "node_modules/jest-matcher-utils/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/jest-jasmine2/node_modules/has-flag": { + "node_modules/jest-matcher-utils/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", @@ -10754,7 +13517,44 @@ "node": ">=8" } }, - "node_modules/jest-jasmine2/node_modules/supports-color": { + "node_modules/jest-matcher-utils/node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-matcher-utils/node_modules/pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-matcher-utils/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-matcher-utils/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + }, + "node_modules/jest-matcher-utils/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", @@ -10765,33 +13565,50 @@ "node": ">=8" } }, - "node_modules/jest-leak-detector": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", - "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", + "node_modules/jest-message-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.6.3.tgz", + "integrity": "sha512-FtzaEEHzjDpQp51HX4UMkPZjy46ati4T5pEMyM6Ik48ztu4T9LQplZ6OsimHx7EuM9dfEh5HJa6D3trEftu3dA==", "dependencies": { - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" + "@babel/code-frame": "^7.12.13", + "@jest/types": "^29.6.3", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^29.6.3", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-matcher-utils": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", - "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", + "node_modules/jest-message-util/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-matcher-utils/node_modules/ansi-styles": { + "node_modules/jest-message-util/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/jest-message-util/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", @@ -10805,7 +13622,7 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-matcher-utils/node_modules/chalk": { + "node_modules/jest-message-util/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", @@ -10820,7 +13637,7 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jest-matcher-utils/node_modules/color-convert": { + "node_modules/jest-message-util/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", @@ -10831,12 +13648,12 @@ "node": ">=7.0.0" } }, - "node_modules/jest-matcher-utils/node_modules/color-name": { + "node_modules/jest-message-util/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/jest-matcher-utils/node_modules/has-flag": { + "node_modules/jest-message-util/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", @@ -10844,7 +13661,36 @@ "node": ">=8" } }, - "node_modules/jest-matcher-utils/node_modules/supports-color": { + "node_modules/jest-message-util/node_modules/pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-message-util/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-message-util/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + }, + "node_modules/jest-message-util/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", @@ -10855,29 +13701,55 @@ "node": ">=8" } }, - "node_modules/jest-message-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", - "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + "node_modules/jest-mock": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.6.3.tgz", + "integrity": "sha512-Z7Gs/mOyTSR4yPsaZ72a/MtuK6RnC3JYqWONe48oLaoEcYwEDxqvbXz85G4SJrm2Z5Ar9zp6MiHF4AlFlRM4Pg==", + "optional": true, + "peer": true, "dependencies": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^27.5.1", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^27.5.1", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-util": "^29.6.3" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-message-util/node_modules/ansi-styles": { + "node_modules/jest-mock/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-mock/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/jest-mock/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -10888,10 +13760,12 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-message-util/node_modules/chalk": { + "node_modules/jest-mock/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -10903,10 +13777,12 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jest-message-util/node_modules/color-convert": { + "node_modules/jest-mock/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -10914,40 +13790,52 @@ "node": ">=7.0.0" } }, - "node_modules/jest-message-util/node_modules/color-name": { + "node_modules/jest-mock/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, - "node_modules/jest-message-util/node_modules/has-flag": { + "node_modules/jest-mock/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, - "node_modules/jest-message-util/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/jest-mock/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, "dependencies": { - "has-flag": "^4.0.0" + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" }, "engines": { - "node": ">=8" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-mock": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", - "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", + "node_modules/jest-mock/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "@types/node": "*" + "has-flag": "^4.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">=8" } }, "node_modules/jest-pnp-resolver": { @@ -10995,16 +13883,27 @@ } }, "node_modules/jest-resolve-dependencies": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", - "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.6.4.tgz", + "integrity": "sha512-7+6eAmr1ZBF3vOAJVsfLj1QdqeXG+WYhidfLHBRZqGN24MFRIiKG20ItpLw2qRAsW/D2ZUUmCNf6irUr/v6KHA==", + "optional": true, + "peer": true, "dependencies": { - "@jest/types": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-snapshot": "^27.5.1" + "jest-regex-util": "^29.6.3", + "jest-snapshot": "^29.6.4" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-resolve-dependencies/node_modules/jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-resolve/node_modules/ansi-styles": { @@ -11072,40 +13971,99 @@ } }, "node_modules/jest-runner": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", - "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.6.4.tgz", + "integrity": "sha512-SDaLrMmtVlQYDuG0iSPYLycG8P9jLI+fRm8AF/xPKhYDB2g6xDWjXBrR5M8gEWsK6KVFlebpZ4QsrxdyIX1Jaw==", + "optional": true, + "peer": true, "dependencies": { - "@jest/console": "^27.5.1", - "@jest/environment": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", + "@jest/console": "^29.6.4", + "@jest/environment": "^29.6.4", + "@jest/test-result": "^29.6.4", + "@jest/transform": "^29.6.4", + "@jest/types": "^29.6.3", "@types/node": "*", "chalk": "^4.0.0", - "emittery": "^0.8.1", + "emittery": "^0.13.1", "graceful-fs": "^4.2.9", - "jest-docblock": "^27.5.1", - "jest-environment-jsdom": "^27.5.1", - "jest-environment-node": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-leak-detector": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "source-map-support": "^0.5.6", - "throat": "^6.0.1" + "jest-docblock": "^29.6.3", + "jest-environment-node": "^29.6.4", + "jest-haste-map": "^29.6.4", + "jest-leak-detector": "^29.6.3", + "jest-message-util": "^29.6.3", + "jest-resolve": "^29.6.4", + "jest-runtime": "^29.6.4", + "jest-util": "^29.6.3", + "jest-watcher": "^29.6.4", + "jest-worker": "^29.6.4", + "p-limit": "^3.1.0", + "source-map-support": "0.5.13" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner/node_modules/@jest/transform": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.6.4.tgz", + "integrity": "sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA==", + "optional": true, + "peer": true, + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "dependencies": { + "@types/yargs-parser": "*" } }, "node_modules/jest-runner/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -11120,6 +14078,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -11135,6 +14095,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -11145,20 +14107,234 @@ "node_modules/jest-runner/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "node_modules/jest-runner/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "optional": true, + "peer": true }, "node_modules/jest-runner/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, + "node_modules/jest-runner/node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner/node_modules/jest-haste-map": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz", + "integrity": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" + } + }, + "node_modules/jest-runner/node_modules/jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner/node_modules/jest-resolve": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.6.4.tgz", + "integrity": "sha512-fPRq+0vcxsuGlG0O3gyoqGTAxasagOxEuyoxHeyxaZbc9QNek0AmJWSkhjlMG+mTsj+8knc/mWb3fXlRNVih7Q==", + "optional": true, + "peer": true, + "dependencies": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^29.6.3", + "jest-validate": "^29.6.3", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner/node_modules/jest-validate": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.6.3.tgz", + "integrity": "sha512-e7KWZcAIX+2W1o3cHfnqpGajdCs1jSM3DkXjGeLSNmCazv1EeI1ggTeK5wdZhF+7N+g44JI2Od3veojoaumlfg==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.6.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner/node_modules/jest-worker": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.4.tgz", + "integrity": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==", + "optional": true, + "peer": true, + "dependencies": { + "@types/node": "*", + "jest-util": "^29.6.3", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner/node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "optional": true, + "peer": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/jest-runner/node_modules/pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runner/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-runner/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true + }, + "node_modules/jest-runner/node_modules/resolve.exports": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "optional": true, + "peer": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/jest-runner/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "optional": true, + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/jest-runner/node_modules/source-map-support": { + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", + "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "optional": true, + "peer": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, "node_modules/jest-runner/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -11166,42 +14342,115 @@ "node": ">=8" } }, - "node_modules/jest-runtime": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", - "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", + "node_modules/jest-runner/node_modules/write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "optional": true, + "peer": true, "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/globals": "^27.5.1", - "@jest/source-map": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/jest-runtime": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.6.4.tgz", + "integrity": "sha512-s/QxMBLvmwLdchKEjcLfwzP7h+jsHvNEtxGP5P+Fl1FMaJX2jMiIqe4rJw4tFprzCwuSvVUo9bn0uj4gNRXsbA==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/environment": "^29.6.4", + "@jest/fake-timers": "^29.6.4", + "@jest/globals": "^29.6.4", + "@jest/source-map": "^29.6.3", + "@jest/test-result": "^29.6.4", + "@jest/transform": "^29.6.4", + "@jest/types": "^29.6.3", + "@types/node": "*", "chalk": "^4.0.0", "cjs-module-lexer": "^1.0.0", "collect-v8-coverage": "^1.0.0", - "execa": "^5.0.0", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-mock": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", + "jest-haste-map": "^29.6.4", + "jest-message-util": "^29.6.3", + "jest-mock": "^29.6.3", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.6.4", + "jest-snapshot": "^29.6.4", + "jest-util": "^29.6.3", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime/node_modules/@jest/transform": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.6.4.tgz", + "integrity": "sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA==", + "optional": true, + "peer": true, + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", "slash": "^3.0.0", - "strip-bom": "^4.0.0" + "write-file-atomic": "^4.0.2" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "dependencies": { + "@types/yargs-parser": "*" } }, "node_modules/jest-runtime/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -11216,6 +14465,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -11231,6 +14482,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -11241,20 +14494,213 @@ "node_modules/jest-runtime/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "node_modules/jest-runtime/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "optional": true, + "peer": true }, "node_modules/jest-runtime/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, + "node_modules/jest-runtime/node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime/node_modules/jest-haste-map": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz", + "integrity": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" + } + }, + "node_modules/jest-runtime/node_modules/jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime/node_modules/jest-resolve": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.6.4.tgz", + "integrity": "sha512-fPRq+0vcxsuGlG0O3gyoqGTAxasagOxEuyoxHeyxaZbc9QNek0AmJWSkhjlMG+mTsj+8knc/mWb3fXlRNVih7Q==", + "optional": true, + "peer": true, + "dependencies": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^29.6.3", + "jest-validate": "^29.6.3", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime/node_modules/jest-validate": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.6.3.tgz", + "integrity": "sha512-e7KWZcAIX+2W1o3cHfnqpGajdCs1jSM3DkXjGeLSNmCazv1EeI1ggTeK5wdZhF+7N+g44JI2Od3veojoaumlfg==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.6.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime/node_modules/jest-worker": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.4.tgz", + "integrity": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==", + "optional": true, + "peer": true, + "dependencies": { + "@types/node": "*", + "jest-util": "^29.6.3", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime/node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "optional": true, + "peer": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/jest-runtime/node_modules/pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-runtime/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-runtime/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true + }, + "node_modules/jest-runtime/node_modules/resolve.exports": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "optional": true, + "peer": true, + "engines": { + "node": ">=10" + } + }, "node_modules/jest-runtime/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -11262,6 +14708,20 @@ "node": ">=8" } }, + "node_modules/jest-runtime/node_modules/write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "optional": true, + "peer": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, "node_modules/jest-serializer": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", @@ -11275,41 +14735,98 @@ } }, "node_modules/jest-snapshot": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", - "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.6.4.tgz", + "integrity": "sha512-VC1N8ED7+4uboUKGIDsbvNAZb6LakgIPgAF4RSpF13dN6YaMokfRqO+BaqK4zIh6X3JffgwbzuGqDEjHm/MrvA==", + "optional": true, + "peer": true, "dependencies": { - "@babel/core": "^7.7.2", + "@babel/core": "^7.11.6", "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-jsx": "^7.7.2", "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/traverse": "^7.7.2", - "@babel/types": "^7.0.0", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.1.5", + "@babel/types": "^7.3.3", + "@jest/expect-utils": "^29.6.4", + "@jest/transform": "^29.6.4", + "@jest/types": "^29.6.3", "babel-preset-current-node-syntax": "^1.0.0", "chalk": "^4.0.0", - "expect": "^27.5.1", + "expect": "^29.6.4", "graceful-fs": "^4.2.9", - "jest-diff": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-util": "^27.5.1", + "jest-diff": "^29.6.4", + "jest-get-type": "^29.6.3", + "jest-matcher-utils": "^29.6.4", + "jest-message-util": "^29.6.3", + "jest-util": "^29.6.3", "natural-compare": "^1.4.0", - "pretty-format": "^27.5.1", - "semver": "^7.3.2" + "pretty-format": "^29.6.3", + "semver": "^7.5.3" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/@jest/transform": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.6.4.tgz", + "integrity": "sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA==", + "optional": true, + "peer": true, + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "dependencies": { + "@types/yargs-parser": "*" } }, "node_modules/jest-snapshot/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -11324,6 +14841,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -11339,6 +14858,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -11349,20 +14870,164 @@ "node_modules/jest-snapshot/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "node_modules/jest-snapshot/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "optional": true, + "peer": true }, "node_modules/jest-snapshot/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, + "node_modules/jest-snapshot/node_modules/jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/jest-haste-map": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz", + "integrity": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" + } + }, + "node_modules/jest-snapshot/node_modules/jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/jest-worker": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.4.tgz", + "integrity": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==", + "optional": true, + "peer": true, + "dependencies": { + "@types/node": "*", + "jest-util": "^29.6.3", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "optional": true, + "peer": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/jest-snapshot/node_modules/pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-snapshot/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true + }, "node_modules/jest-snapshot/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -11370,6 +15035,20 @@ "node": ">=8" } }, + "node_modules/jest-snapshot/node_modules/write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "optional": true, + "peer": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, "node_modules/jest-util": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", @@ -11530,41 +15209,60 @@ "node": ">=8" } }, - "node_modules/jest-watch-typeahead": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.0.0.tgz", - "integrity": "sha512-jxoszalAb394WElmiJTFBMzie/RDCF+W7Q29n5LzOPtcoQoHWfdUtHFkbhgf5NwWe8uMOxvKb/g7ea7CshfkTw==", + "node_modules/jest-watcher": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.6.4.tgz", + "integrity": "sha512-oqUWvx6+On04ShsT00Ir9T4/FvBeEh2M9PTubgITPxDa739p4hoQweWPRGyYeaojgT0xTpZKF0Y/rSY1UgMxvQ==", + "optional": true, + "peer": true, "dependencies": { - "ansi-escapes": "^4.3.1", + "@jest/test-result": "^29.6.4", + "@jest/types": "^29.6.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", - "jest-regex-util": "^27.0.0", - "jest-watcher": "^27.0.0", - "slash": "^4.0.0", - "string-length": "^5.0.1", - "strip-ansi": "^7.0.1" + "emittery": "^0.13.1", + "jest-util": "^29.6.3", + "string-length": "^4.0.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "peerDependencies": { - "jest": "^27.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-watch-typeahead/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "engines": { - "node": ">=12" + "node_modules/jest-watcher/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-watch-typeahead/node_modules/ansi-styles": { + "node_modules/jest-watcher/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/jest-watcher/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -11575,10 +15273,12 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-watch-typeahead/node_modules/chalk": { + "node_modules/jest-watcher/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -11590,18 +15290,12 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jest-watch-typeahead/node_modules/char-regex": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz", - "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==", - "engines": { - "node": ">=12.20" - } - }, - "node_modules/jest-watch-typeahead/node_modules/color-convert": { + "node_modules/jest-watcher/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -11609,91 +15303,123 @@ "node": ">=7.0.0" } }, - "node_modules/jest-watch-typeahead/node_modules/color-name": { + "node_modules/jest-watcher/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, - "node_modules/jest-watch-typeahead/node_modules/has-flag": { + "node_modules/jest-watcher/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, - "node_modules/jest-watch-typeahead/node_modules/slash": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", - "engines": { - "node": ">=12" + "node_modules/jest-watcher/node_modules/jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "dependencies": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-watch-typeahead/node_modules/string-length": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", - "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", + "node_modules/jest-watcher/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { - "char-regex": "^2.0.0", - "strip-ansi": "^7.0.1" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, - "node_modules/jest-watch-typeahead/node_modules/strip-ansi": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", - "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", + "node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "dependencies": { - "ansi-regex": "^6.0.1" + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" }, "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" + "node": ">= 10.13.0" } }, - "node_modules/jest-watch-typeahead/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/jest-worker/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", "dependencies": { "has-flag": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/jest-watcher": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", - "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", + "node_modules/jest/node_modules/@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, "dependencies": { - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "jest-util": "^27.5.1", - "string-length": "^4.0.1" + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-watcher/node_modules/ansi-styles": { + "node_modules/jest/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/jest/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -11704,10 +15430,12 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-watcher/node_modules/chalk": { + "node_modules/jest/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -11719,10 +15447,12 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/jest-watcher/node_modules/color-convert": { + "node_modules/jest/node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -11730,23 +15460,29 @@ "node": ">=7.0.0" } }, - "node_modules/jest-watcher/node_modules/color-name": { + "node_modules/jest/node_modules/color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, - "node_modules/jest-watcher/node_modules/has-flag": { + "node_modules/jest/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true, "engines": { "node": ">=8" } }, - "node_modules/jest-watcher/node_modules/supports-color": { + "node_modules/jest/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -11754,41 +15490,6 @@ "node": ">=8" } }, - "node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, "node_modules/jiti": { "version": "1.18.2", "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz", @@ -11875,11 +15576,6 @@ "resolved": "https://registry.npmjs.org/json-logic-js/-/json-logic-js-2.0.2.tgz", "integrity": "sha512-ZBtBdMJieqQcH7IX/LaBsr5pX+Y5JIW+EhejtM3Ffg2jdN9Iwf+Ht6TbHnvAZ/YtwyuhPaCBlnvzrwVeWdvGDQ==" }, - "node_modules/json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" - }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", @@ -11901,12 +15597,9 @@ "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=" }, "node_modules/json5": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", - "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", - "dependencies": { - "minimist": "^1.2.5" - }, + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "bin": { "json5": "lib/cli.js" }, @@ -12039,9 +15732,9 @@ } }, "node_modules/loader-utils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", - "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -12165,9 +15858,9 @@ } }, "node_modules/make-dir/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" } @@ -13023,1072 +16716,1746 @@ } ] }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.51.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz", + "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.34", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz", + "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==", + "dependencies": { + "mime-db": "1.51.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/min-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", + "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", + "engines": { + "node": ">=4" + } + }, + "node_modules/mini-css-extract-plugin": { + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.3.tgz", + "integrity": "sha512-YseMB8cs8U/KCaAGQoqYmfUuhhGW0a9p9XvWXrxVOkE3/IiISTLw4ALNt7JR5B2eYauFM+PQGSbXMDmVbR7Tfw==", + "dependencies": { + "schema-utils": "^4.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/ajv": { + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.10.0.tgz", + "integrity": "sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/mini-svg-data-uri": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz", + "integrity": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==", + "bin": { + "mini-svg-data-uri": "cli.js" + } + }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" + }, + "node_modules/mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dependencies": { + "minimist": "^1.2.5" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/moment": { + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==", + "engines": { + "node": "*" + } + }, + "node_modules/moment-timezone": { + "version": "0.5.43", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz", + "integrity": "sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==", + "dependencies": { + "moment": "^2.29.4" + }, + "engines": { + "node": "*" + } + }, + "node_modules/mri": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", + "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", + "engines": { + "node": ">=4" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/multicast-dns": { + "version": "7.2.4", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.4.tgz", + "integrity": "sha512-XkCYOU+rr2Ft3LI6w4ye51M3VK31qJXFIxu0XLw169PtKG0Zx47OrXeVW/GCYOfpC9s1yyyf1S+L8/4LY0J9Zw==", + "dependencies": { + "dns-packet": "^5.2.2", + "thunky": "^1.0.2" + }, + "bin": { + "multicast-dns": "cli.js" + } + }, + "node_modules/mz": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "dependencies": { + "any-promise": "^1.0.0", + "object-assign": "^4.0.1", + "thenify-all": "^1.0.0" + } + }, + "node_modules/nanoid": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", + "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/native-promise-only": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/native-promise-only/-/native-promise-only-0.8.1.tgz", + "integrity": "sha1-IKMYwwy0X3H+et+/eyHJnBRy7xE=" + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=" + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + }, + "node_modules/no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dependencies": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-fetch/node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + }, + "node_modules/node-fetch/node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + }, + "node_modules/node-fetch/node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/node-forge": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "engines": { + "node": ">= 6.13.0" + } + }, + "node_modules/node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=" + }, + "node_modules/node-releases": { + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", + "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==" + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-url": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/nth-check": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", + "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", + "dependencies": { + "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" + } + }, + "node_modules/nwsapi": { + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", + "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==" + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-hash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/object-inspect": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", + "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-is": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", + "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dependencies": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.entries": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", + "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.fromentries": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz", + "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.getownpropertydescriptors": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz", + "integrity": "sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw==", "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" }, "engines": { - "node": ">=8.6" + "node": ">= 0.8" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "bin": { - "mime": "cli.js" + "node_modules/object.hasown": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.0.tgz", + "integrity": "sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==", + "dependencies": { + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" }, - "engines": { - "node": ">=4" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/mime-db": { - "version": "1.51.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz", - "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==", + "node_modules/object.values": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", + "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" + }, "engines": { - "node": ">= 0.6" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/mime-types": { - "version": "2.1.34", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz", - "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==", + "node_modules/obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" + }, + "node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", "dependencies": { - "mime-db": "1.51.0" + "ee-first": "1.1.1" }, "engines": { - "node": ">= 0.6" + "node": ">= 0.8" } }, - "node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", "engines": { - "node": ">=6" + "node": ">= 0.8" } }, - "node_modules/min-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", - "engines": { - "node": ">=4" + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dependencies": { + "wrappy": "1" } }, - "node_modules/mini-css-extract-plugin": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.5.3.tgz", - "integrity": "sha512-YseMB8cs8U/KCaAGQoqYmfUuhhGW0a9p9XvWXrxVOkE3/IiISTLw4ALNt7JR5B2eYauFM+PQGSbXMDmVbR7Tfw==", + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dependencies": { - "schema-utils": "^4.0.0" + "mimic-fn": "^2.1.0" }, "engines": { - "node": ">= 12.13.0" + "node": ">=6" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mini-css-extract-plugin/node_modules/ajv": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.10.0.tgz", - "integrity": "sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==", + "node_modules/open": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz", + "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=12" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "node_modules/optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", "dependencies": { - "fast-deep-equal": "^3.1.3" + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" }, - "peerDependencies": { - "ajv": "^8.8.2" + "engines": { + "node": ">= 0.8.0" } }, - "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", - "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.8.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.0.0" + "yocto-queue": "^0.1.0" }, "engines": { - "node": ">= 12.13.0" + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" - }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "dependencies": { - "brace-expansion": "^1.1.7" + "p-limit": "^3.0.2" }, "engines": { - "node": "*" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/minimist": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" - }, - "node_modules/mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "node_modules/p-retry": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.1.tgz", + "integrity": "sha512-e2xXGNhZOZ0lfgR9kL34iGlU8N/KO0xZnQxVEwdeOvpqNDQfdnxIYizvWtK8RglUa3bGqI8g0R/BdfzLMxRkiA==", "dependencies": { - "minimist": "^1.2.5" + "@types/retry": "^0.12.0", + "retry": "^0.13.1" }, - "bin": { - "mkdirp": "bin/cmd.js" + "engines": { + "node": ">=8" } }, - "node_modules/moment": { - "version": "2.29.2", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", - "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==", + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "engines": { - "node": "*" + "node": ">=6" } }, - "node_modules/moment-timezone": { - "version": "0.5.34", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.34.tgz", - "integrity": "sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==", + "node_modules/papaparse": { + "version": "5.3.2", + "resolved": "https://pkg.form.io/papaparse/-/papaparse-5.3.2.tgz", + "integrity": "sha512-6dNZu0Ki+gyV0eBsFKJhYr+MdQYAzFUGlBMNj3GNrmHxmz1lfRa24CjFObPXtjcetlOv5Ad299MhIK0znp3afw==", + "license": "MIT" + }, + "node_modules/param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dependencies": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/parchment": { + "version": "2.0.0-dev.2", + "resolved": "https://registry.npmjs.org/parchment/-/parchment-2.0.0-dev.2.tgz", + "integrity": "sha512-4fgRny4pPISoML08Zp7poi52Dff3E2G1ORTi2D/acJ/RiROdDAMDB6VcQNfBcmehrX5Wixp6dxh6JjLyE5yUNQ==" + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dependencies": { - "moment": ">= 2.9.0" + "callsites": "^3.0.0" }, "engines": { - "node": "*" + "node": ">=6" } }, - "node_modules/mri": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", - "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, "engines": { - "node": ">=4" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "node_modules/parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" }, - "node_modules/multicast-dns": { - "version": "7.2.4", - "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.4.tgz", - "integrity": "sha512-XkCYOU+rr2Ft3LI6w4ye51M3VK31qJXFIxu0XLw169PtKG0Zx47OrXeVW/GCYOfpC9s1yyyf1S+L8/4LY0J9Zw==", - "dependencies": { - "dns-packet": "^5.2.2", - "thunky": "^1.0.2" - }, - "bin": { - "multicast-dns": "cli.js" + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "engines": { + "node": ">= 0.8" } }, - "node_modules/mz": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", - "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "node_modules/pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", "dependencies": { - "any-promise": "^1.0.0", - "object-assign": "^4.0.1", - "thenify-all": "^1.0.0" + "no-case": "^3.0.4", + "tslib": "^2.0.3" } }, - "node_modules/nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "bin": { - "nanoid": "bin/nanoid.cjs" - }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "node": ">=8" } }, - "node_modules/native-promise-only": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/native-promise-only/-/native-promise-only-0.8.1.tgz", - "integrity": "sha1-IKMYwwy0X3H+et+/eyHJnBRy7xE=" - }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=" + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "engines": { - "node": ">= 0.6" + "node": ">=8" } }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, - "node_modules/no-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", - "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", - "dependencies": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "engines": { + "node": ">=8" } }, - "node_modules/node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", - "dependencies": { - "whatwg-url": "^5.0.0" - }, + "node_modules/performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" + "node": ">=8.6" }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/node-fetch/node_modules/tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + "node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "engines": { + "node": ">=0.10.0" + } }, - "node_modules/node-fetch/node_modules/webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + "node_modules/pirates": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", + "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", + "engines": { + "node": ">= 6" + } }, - "node_modules/node-fetch/node_modules/whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "node_modules/node-forge": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", - "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "node_modules/pkg-dir/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, "engines": { - "node": ">= 6.13.0" + "node": ">=8" } }, - "node_modules/node-int64": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=" + "node_modules/pkg-dir/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } }, - "node_modules/node-releases": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", - "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==" + "node_modules/pkg-dir/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "node_modules/pkg-dir/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dependencies": { + "p-limit": "^2.2.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", + "node_modules/pkg-up": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", + "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", + "dependencies": { + "find-up": "^3.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/normalize-url": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", - "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", - "engines": { - "node": ">=10" + "node_modules/pkg-up/node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dependencies": { + "locate-path": "^3.0.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">=6" } }, - "node_modules/npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "node_modules/pkg-up/node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dependencies": { - "path-key": "^3.0.0" + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" }, "engines": { - "node": ">=8" + "node": ">=6" } }, - "node_modules/nth-check": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", - "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", + "node_modules/pkg-up/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dependencies": { - "boolbase": "^1.0.0" + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" }, "funding": { - "url": "https://github.com/fb55/nth-check?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/nwsapi": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", - "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==" - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "node_modules/pkg-up/node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dependencies": { + "p-limit": "^2.0.0" + }, "engines": { - "node": ">=0.10.0" + "node": ">=6" } }, - "node_modules/object-hash": { + "node_modules/pkg-up/node_modules/path-exists": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", "engines": { - "node": ">= 6" + "node": ">=4" } }, - "node_modules/object-inspect": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", - "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", + "node_modules/popper.js": { + "version": "1.16.1", + "resolved": "https://pkg.form.io/popper.js/-/popper.js-1.16.1.tgz", + "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", + "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", + "license": "MIT", "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/popperjs" } }, - "node_modules/object-is": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", - "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "node_modules/portfinder": { + "version": "1.0.28", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz", + "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" + "async": "^2.6.2", + "debug": "^3.1.1", + "mkdirp": "^0.5.5" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">= 0.12.0" } }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "node_modules/portfinder/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/postcss": { + "version": "8.4.23", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.23.tgz", + "integrity": "sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "nanoid": "^3.3.6", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, "engines": { - "node": ">= 0.4" + "node": "^10 || ^12 || >=14" } }, - "node_modules/object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "node_modules/postcss-attribute-case-insensitive": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.0.tgz", + "integrity": "sha512-b4g9eagFGq9T5SWX4+USfVyjIb3liPnjhHHRMP7FMB2kFVpYyfEscV0wP3eaXhKlcHKUut8lt5BGoeylWA/dBQ==", "dependencies": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" + "postcss-selector-parser": "^6.0.2" }, + "peerDependencies": { + "postcss": "^8.0.2" + } + }, + "node_modules/postcss-browser-comments": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz", + "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==", "engines": { - "node": ">= 0.4" + "node": ">=8" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "peerDependencies": { + "browserslist": ">=4", + "postcss": ">=8" } }, - "node_modules/object.entries": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", - "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", + "node_modules/postcss-calc": { + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", + "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "postcss-selector-parser": "^6.0.9", + "postcss-value-parser": "^4.2.0" }, - "engines": { - "node": ">= 0.4" + "peerDependencies": { + "postcss": "^8.2.2" } }, - "node_modules/object.fromentries": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz", - "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", + "node_modules/postcss-clamp": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-3.0.0.tgz", + "integrity": "sha512-QENQMIF/Grw0qX0RzSPJjw+mAiGPIwG2AnsQDIoR/WJ5Q19zLB0NrZX8cH7CzzdDWEerTPGCdep7ItFaAdtItg==", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "postcss-value-parser": "^4.1.0" }, "engines": { - "node": ">= 0.4" + "node": ">=7.6.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "peerDependencies": { + "postcss": "^8.4.5" } }, - "node_modules/object.getownpropertydescriptors": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.3.tgz", - "integrity": "sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw==", + "node_modules/postcss-color-functional-notation": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.2.tgz", + "integrity": "sha512-DXVtwUhIk4f49KK5EGuEdgx4Gnyj6+t2jBSEmxvpIK9QI40tWrpS2Pua8Q7iIZWBrki2QOaeUdEaLPPa91K0RQ==", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">= 0.8" + "node": "^12 || ^14 || >=16" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/object.hasown": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.0.tgz", - "integrity": "sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==", + "node_modules/postcss-color-hex-alpha": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.3.tgz", + "integrity": "sha512-fESawWJCrBV035DcbKRPAVmy21LpoyiXdPTuHUfWJ14ZRjY7Y7PA6P4g8z6LQGYhU1WAxkTxjIjurXzoe68Glw==", "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "postcss-value-parser": "^4.2.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/object.values": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", - "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", + "node_modules/postcss-color-rebeccapurple": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.0.2.tgz", + "integrity": "sha512-SFc3MaocHaQ6k3oZaFwH8io6MdypkUtEy/eXzXEB1vEQlO3S3oDc/FSZA8AsS04Z25RirQhlDlHLh3dn7XewWw==", "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">= 0.4" + "node": "^12 || ^14 || >=16" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "peerDependencies": { + "postcss": "^8.3" } }, - "node_modules/obuf": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", - "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" + "node_modules/postcss-colormin": { + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.2.5.tgz", + "integrity": "sha512-+X30aDaGYq81mFqwyPpnYInsZQnNpdxMX0ajlY7AExCexEFkPVV+KrO7kXwayqEWL2xwEbNQ4nUO0ZsRWGnevg==", + "dependencies": { + "browserslist": "^4.16.6", + "caniuse-api": "^3.0.0", + "colord": "^2.9.1", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } }, - "node_modules/on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "node_modules/postcss-convert-values": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.0.4.tgz", + "integrity": "sha512-bugzSAyjIexdObovsPZu/sBCTHccImJxLyFgeV0MmNBm/Lw5h5XnjfML6gzEmJ3A6nyfCW7hb1JXzcsA4Zfbdw==", "dependencies": { - "ee-first": "1.1.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">= 0.8" + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "node_modules/postcss-custom-media": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.0.tgz", + "integrity": "sha512-FvO2GzMUaTN0t1fBULDeIvxr5IvbDXcIatt6pnJghc736nqNgsGao5NT+5+WVLAQiTt6Cb3YUms0jiPaXhL//g==", "engines": { - "node": ">= 0.8" + "node": ">=10.0.0" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "node_modules/postcss-custom-properties": { + "version": "12.1.4", + "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.4.tgz", + "integrity": "sha512-i6AytuTCoDLJkWN/MtAIGriJz3j7UX6bV7Z5t+KgFz+dwZS15/mlTJY1S0kRizlk6ba0V8u8hN50Fz5Nm7tdZw==", "dependencies": { - "wrappy": "1" + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "node_modules/postcss-custom-selectors": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.0.tgz", + "integrity": "sha512-/1iyBhz/W8jUepjGyu7V1OPcGbc636snN1yXEQCinb6Bwt7KxsiU7/bLQlp8GwAXzCh7cobBU5odNn/2zQWR8Q==", "dependencies": { - "mimic-fn": "^2.1.0" + "postcss-selector-parser": "^6.0.4" }, "engines": { - "node": ">=6" + "node": ">=10.0.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "postcss": "^8.1.2" } }, - "node_modules/open": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz", - "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", + "node_modules/postcss-dir-pseudo-class": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.4.tgz", + "integrity": "sha512-I8epwGy5ftdzNWEYok9VjW9whC4xnelAtbajGv4adql4FIF09rnrxnA9Y8xSHN47y7gqFIv10C5+ImsLeJpKBw==", "dependencies": { - "define-lazy-prop": "^2.0.0", - "is-docker": "^2.1.1", - "is-wsl": "^2.2.0" + "postcss-selector-parser": "^6.0.9" }, "engines": { - "node": ">=12" + "node": "^12 || ^14 || >=16" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", - "dependencies": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" + "node_modules/postcss-discard-comments": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.0.3.tgz", + "integrity": "sha512-6W5BemziRoqIdAKT+1QjM4bNcJAQ7z7zk073730NHg4cUXh3/rQHHj7pmYxUB9aGhuRhBiUf0pXvIHkRwhQP0Q==", + "engines": { + "node": "^10 || ^12 || >=14.0" }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-duplicates": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.0.3.tgz", + "integrity": "sha512-vPtm1Mf+kp7iAENTG7jI1MN1lk+fBqL5y+qxyi4v3H+lzsXEdfS3dwUZD45KVhgzDEgduur8ycB4hMegyMTeRw==", "engines": { - "node": ">= 0.8.0" + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dependencies": { - "yocto-queue": "^0.1.0" + "node_modules/postcss-discard-empty": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.0.3.tgz", + "integrity": "sha512-xGJugpaXKakwKI7sSdZjUuN4V3zSzb2Y0LOlmTajFbNinEjTfVs9PFW2lmKBaC/E64WwYppfqLD03P8l9BuueA==", + "engines": { + "node": "^10 || ^12 || >=14.0" }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-overridden": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.0.4.tgz", + "integrity": "sha512-3j9QH0Qh1KkdxwiZOW82cId7zdwXVQv/gRXYDnwx5pBtR1sTkU4cXRK9lp5dSdiM0r0OICO/L8J6sV1/7m0kHg==", "engines": { - "node": ">=10" + "node": "^10 || ^12 || >=14.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "node_modules/postcss-double-position-gradients": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.0.tgz", + "integrity": "sha512-oz73I08yMN3oxjj0s8mED1rG+uOYoK3H8N9RjQofyg52KBRNmePJKg3fVwTpL2U5ZFbCzXoZBsUD/CvZdlqE4Q==", "dependencies": { - "p-limit": "^3.0.2" + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=10" + "node": "^12 || ^14 || >=16" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/p-retry": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.1.tgz", - "integrity": "sha512-e2xXGNhZOZ0lfgR9kL34iGlU8N/KO0xZnQxVEwdeOvpqNDQfdnxIYizvWtK8RglUa3bGqI8g0R/BdfzLMxRkiA==", + "node_modules/postcss-env-function": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.5.tgz", + "integrity": "sha512-gPUJc71ji9XKyl0WSzAalBeEA/89kU+XpffpPxSaaaZ1c48OL36r1Ep5R6+9XAPkIiDlSvVAwP4io12q/vTcvA==", "dependencies": { - "@types/retry": "^0.12.0", - "retry": "^0.13.1" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=8" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "engines": { - "node": ">=6" + "node_modules/postcss-flexbugs-fixes": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz", + "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", + "peerDependencies": { + "postcss": "^8.1.4" } }, - "node_modules/papaparse": { - "version": "5.3.2", - "resolved": "https://pkg.form.io/papaparse/-/papaparse-5.3.2.tgz", - "integrity": "sha512-6dNZu0Ki+gyV0eBsFKJhYr+MdQYAzFUGlBMNj3GNrmHxmz1lfRa24CjFObPXtjcetlOv5Ad299MhIK0znp3afw==", - "license": "MIT" + "node_modules/postcss-focus-visible": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", + "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", + "dependencies": { + "postcss-selector-parser": "^6.0.9" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } }, - "node_modules/param-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", - "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "node_modules/postcss-focus-within": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", + "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" + "postcss-selector-parser": "^6.0.9" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/parchment": { - "version": "2.0.0-dev.2", - "resolved": "https://registry.npmjs.org/parchment/-/parchment-2.0.0-dev.2.tgz", - "integrity": "sha512-4fgRny4pPISoML08Zp7poi52Dff3E2G1ORTi2D/acJ/RiROdDAMDB6VcQNfBcmehrX5Wixp6dxh6JjLyE5yUNQ==" + "node_modules/postcss-font-variant": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", + "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", + "peerDependencies": { + "postcss": "^8.1.0" + } }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "node_modules/postcss-gap-properties": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.3.tgz", + "integrity": "sha512-rPPZRLPmEKgLk/KlXMqRaNkYTUpE7YC+bOIQFN5xcu1Vp11Y4faIXv6/Jpft6FMnl6YRxZqDZG0qQOW80stzxQ==", + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/postcss-image-set-function": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.6.tgz", + "integrity": "sha512-KfdC6vg53GC+vPd2+HYzsZ6obmPqOk6HY09kttU19+Gj1nC3S3XBVEXDHxkhxTohgZqzbUb94bKXvKDnYWBm/A==", "dependencies": { - "callsites": "^3.0.0" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=6" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "node_modules/postcss-import": { + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", + "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" + "postcss-value-parser": "^4.0.0", + "read-cache": "^1.0.0", + "resolve": "^1.1.7" }, "engines": { - "node": ">=8" + "node": ">=14.0.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "postcss": "^8.0.0" } }, - "node_modules/parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" - }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "engines": { - "node": ">= 0.8" + "node_modules/postcss-initial": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz", + "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", + "peerDependencies": { + "postcss": "^8.0.0" } }, - "node_modules/pascal-case": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", - "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "node_modules/postcss-js": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", + "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "camelcase-css": "^2.0.1" + }, "engines": { - "node": ">=8" + "node": "^12 || ^14 || >= 16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.4.21" } }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "node_modules/postcss-lab-function": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.1.1.tgz", + "integrity": "sha512-j3Z0WQCimY2tMle++YcmygnnVbt6XdnrCV1FO2IpzaCSmtTF2oO8h4ZYUA1Q+QHYroIiaWPvNHt9uBR4riCksQ==", + "dependencies": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, "engines": { - "node": ">=0.10.0" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "node_modules/postcss-load-config": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz", + "integrity": "sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==", + "dependencies": { + "lilconfig": "^2.0.5", + "yaml": "^2.1.1" + }, "engines": { - "node": ">=8" + "node": ">= 14" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": ">=8.0.9", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + }, + "ts-node": { + "optional": true + } } }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" - }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "node_modules/postcss-load-config/node_modules/yaml": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.2.tgz", + "integrity": "sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==", "engines": { - "node": ">=8" + "node": ">= 14" } }, - "node_modules/performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" - }, - "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "node_modules/postcss-loader": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", + "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", + "dependencies": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.5", + "semver": "^7.3.5" + }, "engines": { - "node": ">=8.6" + "node": ">= 12.13.0" }, "funding": { - "url": "https://github.com/sponsors/jonschlinkert" + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" } }, - "node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "node_modules/postcss-logical": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", + "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", "engines": { - "node": ">=0.10.0" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" } }, - "node_modules/pirates": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", - "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", + "node_modules/postcss-media-minmax": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz", + "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", "engines": { - "node": ">= 6" + "node": ">=10.0.0" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "node_modules/postcss-merge-longhand": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.0.6.tgz", + "integrity": "sha512-rkmoPwQO6ymJSmWsX6l2hHeEBQa7C4kJb9jyi5fZB1sE8nSCv7sqchoYPixRwX/yvLoZP2y6FA5kcjiByeJqDg==", "dependencies": { - "find-up": "^4.0.0" + "postcss-value-parser": "^4.2.0", + "stylehacks": "^5.0.3" }, "engines": { - "node": ">=8" + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/pkg-dir/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "node_modules/postcss-merge-rules": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.0.6.tgz", + "integrity": "sha512-nzJWJ9yXWp8AOEpn/HFAW72WKVGD2bsLiAmgw4hDchSij27bt6TF+sIK0cJUBAYT3SGcjtGGsOR89bwkkMuMgQ==", "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" + "browserslist": "^4.16.6", + "caniuse-api": "^3.0.0", + "cssnano-utils": "^3.0.2", + "postcss-selector-parser": "^6.0.5" }, "engines": { - "node": ">=8" + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/pkg-dir/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "node_modules/postcss-minify-font-values": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.0.4.tgz", + "integrity": "sha512-RN6q3tyuEesvyCYYFCRGJ41J1XFvgV+dvYGHr0CeHv8F00yILlN8Slf4t8XW4IghlfZYCeyRrANO6HpJ948ieA==", "dependencies": { - "p-locate": "^4.1.0" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=8" + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/pkg-dir/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "node_modules/postcss-minify-gradients": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.0.6.tgz", + "integrity": "sha512-E/dT6oVxB9nLGUTiY/rG5dX9taugv9cbLNTFad3dKxOO+BQg25Q/xo2z2ddG+ZB1CbkZYaVwx5blY8VC7R/43A==", "dependencies": { - "p-try": "^2.0.0" + "colord": "^2.9.1", + "cssnano-utils": "^3.0.2", + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=6" + "node": "^10 || ^12 || >=14.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/pkg-dir/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "node_modules/postcss-minify-params": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.0.5.tgz", + "integrity": "sha512-YBNuq3Rz5LfLFNHb9wrvm6t859b8qIqfXsWeK7wROm3jSKNpO1Y5e8cOyBv6Acji15TgSrAwb3JkVNCqNyLvBg==", "dependencies": { - "p-limit": "^2.2.0" + "browserslist": "^4.16.6", + "cssnano-utils": "^3.0.2", + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=8" + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/pkg-up": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", - "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", + "node_modules/postcss-minify-selectors": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.1.3.tgz", + "integrity": "sha512-9RJfTiQEKA/kZhMaEXND893nBqmYQ8qYa/G+uPdVnXF6D/FzpfI6kwBtWEcHx5FqDbA79O9n6fQJfrIj6M8jvQ==", "dependencies": { - "find-up": "^3.0.0" + "postcss-selector-parser": "^6.0.5" }, "engines": { - "node": ">=8" + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" } }, - "node_modules/pkg-up/node_modules/find-up": { + "node_modules/postcss-modules-extract-imports": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", + "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", "engines": { - "node": ">=6" + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/pkg-up/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "node_modules/postcss-modules-local-by-default": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", + "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" + "icss-utils": "^5.0.0", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" }, "engines": { - "node": ">=6" + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/pkg-up/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "node_modules/postcss-modules-scope": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", + "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", "dependencies": { - "p-try": "^2.0.0" + "postcss-selector-parser": "^6.0.4" }, "engines": { - "node": ">=6" + "node": "^10 || ^12 || >= 14" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/pkg-up/node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "node_modules/postcss-modules-values": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", "dependencies": { - "p-limit": "^2.0.0" + "icss-utils": "^5.0.0" }, "engines": { - "node": ">=6" + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/pkg-up/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "node_modules/postcss-nested": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", + "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", + "dependencies": { + "postcss-selector-parser": "^6.0.11" + }, "engines": { - "node": ">=4" - } - }, - "node_modules/popper.js": { - "version": "1.16.1", - "resolved": "https://pkg.form.io/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", - "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", - "license": "MIT", + "node": ">=12.0" + }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/popperjs" + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.2.14" } }, - "node_modules/portfinder": { - "version": "1.0.28", - "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz", - "integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==", + "node_modules/postcss-nesting": { + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.1.2.tgz", + "integrity": "sha512-dJGmgmsvpzKoVMtDMQQG/T6FSqs6kDtUDirIfl4KnjMCiY9/ETX8jdKyCd20swSRAbUYkaBKV20pxkzxoOXLqQ==", "dependencies": { - "async": "^2.6.2", - "debug": "^3.1.1", - "mkdirp": "^0.5.5" + "postcss-selector-parser": "^6.0.8" }, "engines": { - "node": ">= 0.12.0" - } - }, - "node_modules/portfinder/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.3" } }, - "node_modules/postcss": { - "version": "8.4.23", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.23.tgz", - "integrity": "sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], + "node_modules/postcss-normalize": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz", + "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==", "dependencies": { - "nanoid": "^3.3.6", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "@csstools/normalize.css": "*", + "postcss-browser-comments": "^4", + "sanitize.css": "*" }, "engines": { - "node": "^10 || ^12 || >=14" + "node": ">= 12" + }, + "peerDependencies": { + "browserslist": ">= 4", + "postcss": ">= 8" } }, - "node_modules/postcss-attribute-case-insensitive": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.0.tgz", - "integrity": "sha512-b4g9eagFGq9T5SWX4+USfVyjIb3liPnjhHHRMP7FMB2kFVpYyfEscV0wP3eaXhKlcHKUut8lt5BGoeylWA/dBQ==", - "dependencies": { - "postcss-selector-parser": "^6.0.2" + "node_modules/postcss-normalize-charset": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.0.3.tgz", + "integrity": "sha512-iKEplDBco9EfH7sx4ut7R2r/dwTnUqyfACf62Unc9UiyFuI7uUqZZtY+u+qp7g8Qszl/U28HIfcsI3pEABWFfA==", + "engines": { + "node": "^10 || ^12 || >=14.0" }, "peerDependencies": { - "postcss": "^8.0.2" + "postcss": "^8.2.15" } }, - "node_modules/postcss-browser-comments": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz", - "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==", + "node_modules/postcss-normalize-display-values": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.0.3.tgz", + "integrity": "sha512-FIV5FY/qs4Ja32jiDb5mVj5iWBlS3N8tFcw2yg98+8MkRgyhtnBgSC0lxU+16AMHbjX5fbSJgw5AXLMolonuRQ==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, "engines": { - "node": ">=8" + "node": "^10 || ^12 || >=14.0" }, "peerDependencies": { - "browserslist": ">=4", - "postcss": ">=8" + "postcss": "^8.2.15" } }, - "node_modules/postcss-calc": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", - "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", + "node_modules/postcss-normalize-positions": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.0.4.tgz", + "integrity": "sha512-qynirjBX0Lc73ROomZE3lzzmXXTu48/QiEzKgMeqh28+MfuHLsuqC9po4kj84igZqqFGovz8F8hf44hA3dPYmQ==", "dependencies": { - "postcss-selector-parser": "^6.0.9", "postcss-value-parser": "^4.2.0" }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, "peerDependencies": { - "postcss": "^8.2.2" + "postcss": "^8.2.15" } }, - "node_modules/postcss-clamp": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-3.0.0.tgz", - "integrity": "sha512-QENQMIF/Grw0qX0RzSPJjw+mAiGPIwG2AnsQDIoR/WJ5Q19zLB0NrZX8cH7CzzdDWEerTPGCdep7ItFaAdtItg==", + "node_modules/postcss-normalize-repeat-style": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.0.4.tgz", + "integrity": "sha512-Innt+wctD7YpfeDR7r5Ik6krdyppyAg2HBRpX88fo5AYzC1Ut/l3xaxACG0KsbX49cO2n5EB13clPwuYVt8cMA==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-string": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.0.4.tgz", + "integrity": "sha512-Dfk42l0+A1CDnVpgE606ENvdmksttLynEqTQf5FL3XGQOyqxjbo25+pglCUvziicTxjtI2NLUR6KkxyUWEVubQ==", "dependencies": { - "postcss-value-parser": "^4.1.0" + "postcss-value-parser": "^4.2.0" }, "engines": { - "node": ">=7.6.0" + "node": "^10 || ^12 || >=14.0" }, "peerDependencies": { - "postcss": "^8.4.5" + "postcss": "^8.2.15" } }, - "node_modules/postcss-color-functional-notation": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.2.tgz", - "integrity": "sha512-DXVtwUhIk4f49KK5EGuEdgx4Gnyj6+t2jBSEmxvpIK9QI40tWrpS2Pua8Q7iIZWBrki2QOaeUdEaLPPa91K0RQ==", + "node_modules/postcss-normalize-timing-functions": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.0.3.tgz", + "integrity": "sha512-QRfjvFh11moN4PYnJ7hia4uJXeFotyK3t2jjg8lM9mswleGsNw2Lm3I5wO+l4k1FzK96EFwEVn8X8Ojrp2gP4g==", "dependencies": { "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^12 || ^14 || >=16" + "node": "^10 || ^12 || >=14.0" }, "peerDependencies": { - "postcss": "^8.4" + "postcss": "^8.2.15" } }, - "node_modules/postcss-color-hex-alpha": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.3.tgz", - "integrity": "sha512-fESawWJCrBV035DcbKRPAVmy21LpoyiXdPTuHUfWJ14ZRjY7Y7PA6P4g8z6LQGYhU1WAxkTxjIjurXzoe68Glw==", + "node_modules/postcss-normalize-unicode": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.0.4.tgz", + "integrity": "sha512-W79Regn+a+eXTzB+oV/8XJ33s3pDyFTND2yDuUCo0Xa3QSy1HtNIfRVPXNubHxjhlqmMFADr3FSCHT84ITW3ig==", "dependencies": { + "browserslist": "^4.16.6", "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^12 || ^14 || >=16" + "node": "^10 || ^12 || >=14.0" }, "peerDependencies": { - "postcss": "^8.4" + "postcss": "^8.2.15" } }, - "node_modules/postcss-color-rebeccapurple": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.0.2.tgz", - "integrity": "sha512-SFc3MaocHaQ6k3oZaFwH8io6MdypkUtEy/eXzXEB1vEQlO3S3oDc/FSZA8AsS04Z25RirQhlDlHLh3dn7XewWw==", + "node_modules/postcss-normalize-url": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.0.5.tgz", + "integrity": "sha512-Ws3tX+PcekYlXh+ycAt0wyzqGthkvVtZ9SZLutMVvHARxcpu4o7vvXcNoiNKyjKuWecnjS6HDI3fjBuDr5MQxQ==", "dependencies": { + "normalize-url": "^6.0.1", "postcss-value-parser": "^4.2.0" }, "engines": { - "node": "^12 || ^14 || >=16" + "node": "^10 || ^12 || >=14.0" }, "peerDependencies": { - "postcss": "^8.3" + "postcss": "^8.2.15" } }, - "node_modules/postcss-colormin": { - "version": "5.2.5", - "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.2.5.tgz", - "integrity": "sha512-+X30aDaGYq81mFqwyPpnYInsZQnNpdxMX0ajlY7AExCexEFkPVV+KrO7kXwayqEWL2xwEbNQ4nUO0ZsRWGnevg==", + "node_modules/postcss-normalize-whitespace": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.0.4.tgz", + "integrity": "sha512-wsnuHolYZjMwWZJoTC9jeI2AcjA67v4UuidDrPN9RnX8KIZfE+r2Nd6XZRwHVwUiHmRvKQtxiqo64K+h8/imaw==", "dependencies": { - "browserslist": "^4.16.6", - "caniuse-api": "^3.0.0", - "colord": "^2.9.1", "postcss-value-parser": "^4.2.0" }, "engines": { @@ -14098,11 +18465,30 @@ "postcss": "^8.2.15" } }, - "node_modules/postcss-convert-values": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.0.4.tgz", - "integrity": "sha512-bugzSAyjIexdObovsPZu/sBCTHccImJxLyFgeV0MmNBm/Lw5h5XnjfML6gzEmJ3A6nyfCW7hb1JXzcsA4Zfbdw==", + "node_modules/postcss-opacity-percentage": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.2.tgz", + "integrity": "sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==", + "funding": [ + { + "type": "kofi", + "url": "https://ko-fi.com/mrcgrtz" + }, + { + "type": "liberapay", + "url": "https://liberapay.com/mrcgrtz" + } + ], + "engines": { + "node": "^12 || ^14 || >=16" + } + }, + "node_modules/postcss-ordered-values": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.0.5.tgz", + "integrity": "sha512-mfY7lXpq+8bDEHfP+muqibDPhZ5eP9zgBEF9XRvoQgXcQe2Db3G1wcvjbnfjXG6wYsl+0UIjikqq4ym1V2jGMQ==", "dependencies": { + "cssnano-utils": "^3.0.2", "postcss-value-parser": "^4.2.0" }, "engines": { @@ -14112,21 +18498,29 @@ "postcss": "^8.2.15" } }, - "node_modules/postcss-custom-media": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.0.tgz", - "integrity": "sha512-FvO2GzMUaTN0t1fBULDeIvxr5IvbDXcIatt6pnJghc736nqNgsGao5NT+5+WVLAQiTt6Cb3YUms0jiPaXhL//g==", + "node_modules/postcss-overflow-shorthand": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.3.tgz", + "integrity": "sha512-CxZwoWup9KXzQeeIxtgOciQ00tDtnylYIlJBBODqkgS/PU2jISuWOL/mYLHmZb9ZhZiCaNKsCRiLp22dZUtNsg==", "engines": { - "node": ">=10.0.0" + "node": "^12 || ^14 || >=16" }, "peerDependencies": { - "postcss": "^8.1.0" + "postcss": "^8.4" } }, - "node_modules/postcss-custom-properties": { - "version": "12.1.4", - "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.4.tgz", - "integrity": "sha512-i6AytuTCoDLJkWN/MtAIGriJz3j7UX6bV7Z5t+KgFz+dwZS15/mlTJY1S0kRizlk6ba0V8u8hN50Fz5Nm7tdZw==", + "node_modules/postcss-page-break": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", + "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", + "peerDependencies": { + "postcss": "^8" + } + }, + "node_modules/postcss-place": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.4.tgz", + "integrity": "sha512-MrgKeiiu5OC/TETQO45kV3npRjOFxEHthsqGtkh3I1rPbZSbXGD/lZVi9j13cYh+NA8PIAPyk6sGjT9QbRyvSg==", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -14137,24 +18531,65 @@ "postcss": "^8.4" } }, - "node_modules/postcss-custom-selectors": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.0.tgz", - "integrity": "sha512-/1iyBhz/W8jUepjGyu7V1OPcGbc636snN1yXEQCinb6Bwt7KxsiU7/bLQlp8GwAXzCh7cobBU5odNn/2zQWR8Q==", + "node_modules/postcss-preset-env": { + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.4.0.tgz", + "integrity": "sha512-nWC9bDW6nQ4a15RZ/UKgpxZT8xbv0gl+/2q6PROAwwzsxiEb4pjsChAbS0sltepvAjqXbQhff+38FXDxJCCobw==", "dependencies": { - "postcss-selector-parser": "^6.0.4" + "@csstools/postcss-color-function": "^1.0.2", + "@csstools/postcss-font-format-keywords": "^1.0.0", + "@csstools/postcss-hwb-function": "^1.0.0", + "@csstools/postcss-ic-unit": "^1.0.0", + "@csstools/postcss-is-pseudo-class": "^2.0.0", + "@csstools/postcss-normalize-display-values": "^1.0.0", + "@csstools/postcss-oklab-function": "^1.0.1", + "@csstools/postcss-progressive-custom-properties": "^1.2.0", + "autoprefixer": "^10.4.2", + "browserslist": "^4.19.1", + "css-blank-pseudo": "^3.0.3", + "css-has-pseudo": "^3.0.4", + "css-prefers-color-scheme": "^6.0.3", + "cssdb": "^6.3.1", + "postcss-attribute-case-insensitive": "^5.0.0", + "postcss-clamp": "^3.0.0", + "postcss-color-functional-notation": "^4.2.2", + "postcss-color-hex-alpha": "^8.0.3", + "postcss-color-rebeccapurple": "^7.0.2", + "postcss-custom-media": "^8.0.0", + "postcss-custom-properties": "^12.1.4", + "postcss-custom-selectors": "^6.0.0", + "postcss-dir-pseudo-class": "^6.0.4", + "postcss-double-position-gradients": "^3.1.0", + "postcss-env-function": "^4.0.5", + "postcss-focus-visible": "^6.0.4", + "postcss-focus-within": "^5.0.4", + "postcss-font-variant": "^5.0.0", + "postcss-gap-properties": "^3.0.3", + "postcss-image-set-function": "^4.0.6", + "postcss-initial": "^4.0.1", + "postcss-lab-function": "^4.1.1", + "postcss-logical": "^5.0.4", + "postcss-media-minmax": "^5.0.0", + "postcss-nesting": "^10.1.2", + "postcss-opacity-percentage": "^1.1.2", + "postcss-overflow-shorthand": "^3.0.3", + "postcss-page-break": "^3.0.4", + "postcss-place": "^7.0.4", + "postcss-pseudo-class-any-link": "^7.1.1", + "postcss-replace-overflow-wrap": "^4.0.0", + "postcss-selector-not": "^5.0.0" }, "engines": { - "node": ">=10.0.0" + "node": "^12 || ^14 || >=16" }, "peerDependencies": { - "postcss": "^8.1.2" + "postcss": "^8.4" } }, - "node_modules/postcss-dir-pseudo-class": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.4.tgz", - "integrity": "sha512-I8epwGy5ftdzNWEYok9VjW9whC4xnelAtbajGv4adql4FIF09rnrxnA9Y8xSHN47y7gqFIv10C5+ImsLeJpKBw==", + "node_modules/postcss-pseudo-class-any-link": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.1.tgz", + "integrity": "sha512-JRoLFvPEX/1YTPxRxp1JO4WxBVXJYrSY7NHeak5LImwJ+VobFMwYDQHvfTXEpcn+7fYIeGkC29zYFhFWIZD8fg==", "dependencies": { "postcss-selector-parser": "^6.0.9" }, @@ -14165,10 +18600,14 @@ "postcss": "^8.4" } }, - "node_modules/postcss-discard-comments": { + "node_modules/postcss-reduce-initial": { "version": "5.0.3", - "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.0.3.tgz", - "integrity": "sha512-6W5BemziRoqIdAKT+1QjM4bNcJAQ7z7zk073730NHg4cUXh3/rQHHj7pmYxUB9aGhuRhBiUf0pXvIHkRwhQP0Q==", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.0.3.tgz", + "integrity": "sha512-c88TkSnQ/Dnwgb4OZbKPOBbCaauwEjbECP5uAuFPOzQ+XdjNjRH7SG0dteXrpp1LlIFEKK76iUGgmw2V0xeieA==", + "dependencies": { + "browserslist": "^4.16.6", + "caniuse-api": "^3.0.0" + }, "engines": { "node": "^10 || ^12 || >=14.0" }, @@ -14176,10 +18615,13 @@ "postcss": "^8.2.15" } }, - "node_modules/postcss-discard-duplicates": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.0.3.tgz", - "integrity": "sha512-vPtm1Mf+kp7iAENTG7jI1MN1lk+fBqL5y+qxyi4v3H+lzsXEdfS3dwUZD45KVhgzDEgduur8ycB4hMegyMTeRw==", + "node_modules/postcss-reduce-transforms": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.0.4.tgz", + "integrity": "sha512-VIJB9SFSaL8B/B7AXb7KHL6/GNNbbCHslgdzS9UDfBZYIA2nx8NLY7iD/BXFSO/1sRUILzBTfHCoW5inP37C5g==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, "engines": { "node": "^10 || ^12 || >=14.0" }, @@ -14187,21 +18629,45 @@ "postcss": "^8.2.15" } }, - "node_modules/postcss-discard-empty": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.0.3.tgz", - "integrity": "sha512-xGJugpaXKakwKI7sSdZjUuN4V3zSzb2Y0LOlmTajFbNinEjTfVs9PFW2lmKBaC/E64WwYppfqLD03P8l9BuueA==", - "engines": { - "node": "^10 || ^12 || >=14.0" + "node_modules/postcss-replace-overflow-wrap": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", + "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", + "peerDependencies": { + "postcss": "^8.0.3" + } + }, + "node_modules/postcss-selector-not": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-5.0.0.tgz", + "integrity": "sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ==", + "dependencies": { + "balanced-match": "^1.0.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "postcss": "^8.1.0" } }, - "node_modules/postcss-discard-overridden": { + "node_modules/postcss-selector-parser": { + "version": "6.0.11", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz", + "integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-svgo": { "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.0.4.tgz", - "integrity": "sha512-3j9QH0Qh1KkdxwiZOW82cId7zdwXVQv/gRXYDnwx5pBtR1sTkU4cXRK9lp5dSdiM0r0OICO/L8J6sV1/7m0kHg==", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.0.4.tgz", + "integrity": "sha512-yDKHvULbnZtIrRqhZoA+rxreWpee28JSRH/gy9727u0UCgtpv1M/9WEWY3xySlFa0zQJcqf6oCBJPR5NwkmYpg==", + "dependencies": { + "postcss-value-parser": "^4.2.0", + "svgo": "^2.7.0" + }, "engines": { "node": "^10 || ^12 || >=14.0" }, @@ -14209,1446 +18675,1743 @@ "postcss": "^8.2.15" } }, - "node_modules/postcss-double-position-gradients": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.0.tgz", - "integrity": "sha512-oz73I08yMN3oxjj0s8mED1rG+uOYoK3H8N9RjQofyg52KBRNmePJKg3fVwTpL2U5ZFbCzXoZBsUD/CvZdlqE4Q==", + "node_modules/postcss-svgo/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/postcss-svgo/node_modules/css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", "dependencies": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" + "mdn-data": "2.0.14", + "source-map": "^0.6.1" }, "engines": { - "node": "^12 || ^14 || >=16" + "node": ">=8.0.0" + } + }, + "node_modules/postcss-svgo/node_modules/mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" + }, + "node_modules/postcss-svgo/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postcss-svgo/node_modules/svgo": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", + "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", + "dependencies": { + "@trysound/sax": "0.2.0", + "commander": "^7.2.0", + "css-select": "^4.1.3", + "css-tree": "^1.1.3", + "csso": "^4.2.0", + "picocolors": "^1.0.0", + "stable": "^0.1.8" }, - "peerDependencies": { - "postcss": "^8.4" + "bin": { + "svgo": "bin/svgo" + }, + "engines": { + "node": ">=10.13.0" } }, - "node_modules/postcss-env-function": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.5.tgz", - "integrity": "sha512-gPUJc71ji9XKyl0WSzAalBeEA/89kU+XpffpPxSaaaZ1c48OL36r1Ep5R6+9XAPkIiDlSvVAwP4io12q/vTcvA==", + "node_modules/postcss-unique-selectors": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.0.4.tgz", + "integrity": "sha512-5ampwoSDJCxDPoANBIlMgoBcYUHnhaiuLYJR5pj1DLnYQvMRVyFuTA5C3Bvt+aHtiqWpJkD/lXT50Vo1D0ZsAQ==", "dependencies": { - "postcss-value-parser": "^4.2.0" + "postcss-selector-parser": "^6.0.5" }, "engines": { - "node": "^12 || ^14 || >=16" + "node": "^10 || ^12 || >=14.0" }, "peerDependencies": { - "postcss": "^8.4" + "postcss": "^8.2.15" } }, - "node_modules/postcss-flexbugs-fixes": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz", - "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", - "peerDependencies": { - "postcss": "^8.1.4" + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "engines": { + "node": ">= 0.8.0" } }, - "node_modules/postcss-focus-visible": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", - "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", + "node_modules/pretty-bytes": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", + "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pretty-error": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", + "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", "dependencies": { - "postcss-selector-parser": "^6.0.9" + "lodash": "^4.17.20", + "renderkid": "^3.0.0" + } + }, + "node_modules/pretty-format": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", + "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "dependencies": { + "ansi-regex": "^5.0.1", + "ansi-styles": "^5.0.0", + "react-is": "^17.0.1" }, "engines": { - "node": "^12 || ^14 || >=16" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "engines": { + "node": ">=10" }, - "peerDependencies": { - "postcss": "^8.4" + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/postcss-focus-within": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", - "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "node_modules/promise": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz", + "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==", "dependencies": { - "postcss-selector-parser": "^6.0.9" + "asap": "~2.0.6" + } + }, + "node_modules/prompts": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "dependencies": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" }, "engines": { - "node": "^12 || ^14 || >=16" + "node": ">= 6" + } + }, + "node_modules/prop-types": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "dependencies": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" + } + }, + "node_modules/prop-types/node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + }, + "node_modules/property-information": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.1.1.tgz", + "integrity": "sha512-hrzC564QIl0r0vy4l6MvRLhafmUowhO/O3KgVSoXIbbA2Sz4j8HGpJc6T2cubRVwMwpdiG/vKGfhT4IixmKN9w==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" }, - "peerDependencies": { - "postcss": "^8.4" + "engines": { + "node": ">= 0.10" } }, - "node_modules/postcss-font-variant": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", - "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", - "peerDependencies": { - "postcss": "^8.1.0" + "node_modules/proxy-addr/node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "engines": { + "node": ">= 0.10" } }, - "node_modules/postcss-gap-properties": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.3.tgz", - "integrity": "sha512-rPPZRLPmEKgLk/KlXMqRaNkYTUpE7YC+bOIQFN5xcu1Vp11Y4faIXv6/Jpft6FMnl6YRxZqDZG0qQOW80stzxQ==", + "node_modules/psl": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" + }, + "node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "engines": { - "node": "^12 || ^14 || >=16" + "node": ">=6" + } + }, + "node_modules/pure-rand": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.3.tgz", + "integrity": "sha512-KddyFewCsO0j3+np81IQ+SweXLDnDQTs5s67BOnrYmYe/yNmUhttQyGsYzy8yUnoljGAQ9sl38YB4vH8ur7Y+w==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/dubzzz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fast-check" + } + ], + "optional": true, + "peer": true + }, + "node_modules/q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", + "engines": { + "node": ">=0.6.0", + "teleport": ">=0.2.0" + } + }, + "node_modules/qs": { + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==", + "engines": { + "node": ">=0.6" }, - "peerDependencies": { - "postcss": "^8.4" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/postcss-image-set-function": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.6.tgz", - "integrity": "sha512-KfdC6vg53GC+vPd2+HYzsZ6obmPqOk6HY09kttU19+Gj1nC3S3XBVEXDHxkhxTohgZqzbUb94bKXvKDnYWBm/A==", + "node_modules/querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/quill": { + "version": "2.0.0-dev.4", + "resolved": "https://registry.npmjs.org/quill/-/quill-2.0.0-dev.4.tgz", + "integrity": "sha512-9WmMVCEIhf3lDdhzl+i+GBDeDl0BFi65waC4Im8Y4HudEJ9kEEb1lciAz9A8pcDmLMjiMbvz84lNt/U5OBS8Vg==", "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" + "clone": "^2.1.2", + "deep-equal": "^2.0.2", + "eventemitter3": "^4.0.0", + "extend": "^3.0.2", + "parchment": "2.0.0-dev.2", + "quill-delta": "4.2.1" } }, - "node_modules/postcss-import": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", - "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", + "node_modules/quill-delta": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/quill-delta/-/quill-delta-4.2.1.tgz", + "integrity": "sha512-Y2nksOj6Q+4hizre8n0dml76vLNGK4/y86EoI1d7rv6EL1bx7DPDYRmqQMPu1UqFQO/uQuVHQ3fOmm4ZSzWrfA==", "dependencies": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "postcss": "^8.0.0" - } - }, - "node_modules/postcss-initial": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz", - "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", - "peerDependencies": { - "postcss": "^8.0.0" + "deep-equal": "^1.0.1", + "extend": "^3.0.2", + "fast-diff": "1.2.0" } }, - "node_modules/postcss-js": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", - "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", + "node_modules/quill/node_modules/deep-equal": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.5.tgz", + "integrity": "sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==", "dependencies": { - "camelcase-css": "^2.0.1" - }, - "engines": { - "node": "^12 || ^14 || >= 16" + "call-bind": "^1.0.0", + "es-get-iterator": "^1.1.1", + "get-intrinsic": "^1.0.1", + "is-arguments": "^1.0.4", + "is-date-object": "^1.0.2", + "is-regex": "^1.1.1", + "isarray": "^2.0.5", + "object-is": "^1.1.4", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "regexp.prototype.flags": "^1.3.0", + "side-channel": "^1.0.3", + "which-boxed-primitive": "^1.0.1", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.2" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.4.21" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/postcss-lab-function": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.1.1.tgz", - "integrity": "sha512-j3Z0WQCimY2tMle++YcmygnnVbt6XdnrCV1FO2IpzaCSmtTF2oO8h4ZYUA1Q+QHYroIiaWPvNHt9uBR4riCksQ==", + "node_modules/quill/node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + }, + "node_modules/raf": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", + "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", "dependencies": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" + "performance-now": "^2.1.0" } }, - "node_modules/postcss-load-config": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz", - "integrity": "sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==", + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dependencies": { - "lilconfig": "^2.0.5", - "yaml": "^2.1.1" - }, - "engines": { - "node": ">= 14" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": ">=8.0.9", - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "postcss": { - "optional": true - }, - "ts-node": { - "optional": true - } + "safe-buffer": "^5.1.0" } }, - "node_modules/postcss-load-config/node_modules/yaml": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.2.tgz", - "integrity": "sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==", + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", "engines": { - "node": ">= 14" + "node": ">= 0.6" } }, - "node_modules/postcss-loader": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", - "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", + "node_modules/raw-body": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.3.tgz", + "integrity": "sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g==", "dependencies": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.5", - "semver": "^7.3.5" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "bytes": "3.1.2", + "http-errors": "1.8.1", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" }, - "peerDependencies": { - "postcss": "^7.0.0 || ^8.0.1", - "webpack": "^5.0.0" - } - }, - "node_modules/postcss-logical": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", - "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" + "node": ">= 0.8" } }, - "node_modules/postcss-media-minmax": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz", - "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", + "node_modules/raw-body/node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "postcss": "^8.1.0" + "node": ">= 0.8" } }, - "node_modules/postcss-merge-longhand": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.0.6.tgz", - "integrity": "sha512-rkmoPwQO6ymJSmWsX6l2hHeEBQa7C4kJb9jyi5fZB1sE8nSCv7sqchoYPixRwX/yvLoZP2y6FA5kcjiByeJqDg==", + "node_modules/raw-body/node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "dependencies": { - "postcss-value-parser": "^4.2.0", - "stylehacks": "^5.0.3" + "safer-buffer": ">= 2.1.2 < 3" }, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": ">=0.10.0" } }, - "node_modules/postcss-merge-rules": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.0.6.tgz", - "integrity": "sha512-nzJWJ9yXWp8AOEpn/HFAW72WKVGD2bsLiAmgw4hDchSij27bt6TF+sIK0cJUBAYT3SGcjtGGsOR89bwkkMuMgQ==", + "node_modules/react": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", + "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", "dependencies": { - "browserslist": "^4.16.6", - "caniuse-api": "^3.0.0", - "cssnano-utils": "^3.0.2", - "postcss-selector-parser": "^6.0.5" + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" }, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": ">=0.10.0" } }, - "node_modules/postcss-minify-font-values": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.0.4.tgz", - "integrity": "sha512-RN6q3tyuEesvyCYYFCRGJ41J1XFvgV+dvYGHr0CeHv8F00yILlN8Slf4t8XW4IghlfZYCeyRrANO6HpJ948ieA==", + "node_modules/react-app-polyfill": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz", + "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==", "dependencies": { - "postcss-value-parser": "^4.2.0" + "core-js": "^3.19.2", + "object-assign": "^4.1.1", + "promise": "^8.1.0", + "raf": "^3.4.1", + "regenerator-runtime": "^0.13.9", + "whatwg-fetch": "^3.6.2" }, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": ">=14" } }, - "node_modules/postcss-minify-gradients": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.0.6.tgz", - "integrity": "sha512-E/dT6oVxB9nLGUTiY/rG5dX9taugv9cbLNTFad3dKxOO+BQg25Q/xo2z2ddG+ZB1CbkZYaVwx5blY8VC7R/43A==", + "node_modules/react-dev-utils": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", + "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==", "dependencies": { - "colord": "^2.9.1", - "cssnano-utils": "^3.0.2", - "postcss-value-parser": "^4.2.0" + "@babel/code-frame": "^7.16.0", + "address": "^1.1.2", + "browserslist": "^4.18.1", + "chalk": "^4.1.2", + "cross-spawn": "^7.0.3", + "detect-port-alt": "^1.1.6", + "escape-string-regexp": "^4.0.0", + "filesize": "^8.0.6", + "find-up": "^5.0.0", + "fork-ts-checker-webpack-plugin": "^6.5.0", + "global-modules": "^2.0.0", + "globby": "^11.0.4", + "gzip-size": "^6.0.0", + "immer": "^9.0.7", + "is-root": "^2.1.0", + "loader-utils": "^3.2.0", + "open": "^8.4.0", + "pkg-up": "^3.1.0", + "prompts": "^2.4.2", + "react-error-overlay": "^6.0.11", + "recursive-readdir": "^2.2.2", + "shell-quote": "^1.7.3", + "strip-ansi": "^6.0.1", + "text-table": "^0.2.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": ">=14" } }, - "node_modules/postcss-minify-params": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.0.5.tgz", - "integrity": "sha512-YBNuq3Rz5LfLFNHb9wrvm6t859b8qIqfXsWeK7wROm3jSKNpO1Y5e8cOyBv6Acji15TgSrAwb3JkVNCqNyLvBg==", + "node_modules/react-dev-utils/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { - "browserslist": "^4.16.6", - "cssnano-utils": "^3.0.2", - "postcss-value-parser": "^4.2.0" + "color-convert": "^2.0.1" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": ">=8" }, - "peerDependencies": { - "postcss": "^8.2.15" + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/postcss-minify-selectors": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.1.3.tgz", - "integrity": "sha512-9RJfTiQEKA/kZhMaEXND893nBqmYQ8qYa/G+uPdVnXF6D/FzpfI6kwBtWEcHx5FqDbA79O9n6fQJfrIj6M8jvQ==", + "node_modules/react-dev-utils/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { - "postcss-selector-parser": "^6.0.5" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-modules-extract-imports": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", - "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", "engines": { - "node": "^10 || ^12 || >= 14" + "node": ">=10" }, - "peerDependencies": { - "postcss": "^8.1.0" + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/postcss-modules-local-by-default": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", - "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", + "node_modules/react-dev-utils/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { - "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" + "color-name": "~1.1.4" }, "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" + "node": ">=7.0.0" } }, - "node_modules/postcss-modules-scope": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", - "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", - "dependencies": { - "postcss-selector-parser": "^6.0.4" - }, + "node_modules/react-dev-utils/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/react-dev-utils/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "engines": { - "node": "^10 || ^12 || >= 14" + "node": ">=10" }, - "peerDependencies": { - "postcss": "^8.1.0" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/postcss-modules-values": { + "node_modules/react-dev-utils/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", - "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", - "dependencies": { - "icss-utils": "^5.0.0" - }, + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" + "node": ">=8" } }, - "node_modules/postcss-nested": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", - "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", - "dependencies": { - "postcss-selector-parser": "^6.0.11" - }, + "node_modules/react-dev-utils/node_modules/loader-utils": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", + "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==", "engines": { - "node": ">=12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.2.14" + "node": ">= 12.13.0" } }, - "node_modules/postcss-nesting": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.1.2.tgz", - "integrity": "sha512-dJGmgmsvpzKoVMtDMQQG/T6FSqs6kDtUDirIfl4KnjMCiY9/ETX8jdKyCd20swSRAbUYkaBKV20pxkzxoOXLqQ==", + "node_modules/react-dev-utils/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dependencies": { - "postcss-selector-parser": "^6.0.8" + "has-flag": "^4.0.0" }, "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.3" + "node": ">=8" } }, - "node_modules/postcss-normalize": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz", - "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==", + "node_modules/react-dom": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz", + "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==", "dependencies": { - "@csstools/normalize.css": "*", - "postcss-browser-comments": "^4", - "sanitize.css": "*" - }, - "engines": { - "node": ">= 12" + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "scheduler": "^0.20.2" }, "peerDependencies": { - "browserslist": ">= 4", - "postcss": ">= 8" + "react": "17.0.2" } }, - "node_modules/postcss-normalize-charset": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.0.3.tgz", - "integrity": "sha512-iKEplDBco9EfH7sx4ut7R2r/dwTnUqyfACf62Unc9UiyFuI7uUqZZtY+u+qp7g8Qszl/U28HIfcsI3pEABWFfA==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, + "node_modules/react-error-overlay": { + "version": "6.0.11", + "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", + "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" + }, + "node_modules/react-idle-timer": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/react-idle-timer/-/react-idle-timer-5.7.2.tgz", + "integrity": "sha512-+BaPfc7XEUU5JFkwZCx6fO1bLVK+RBlFH+iY4X34urvIzZiZINP6v2orePx3E6pAztJGE7t4DzvL7if2SL/0GQ==", "peerDependencies": { - "postcss": "^8.2.15" + "react": ">=16", + "react-dom": ">=16" } }, - "node_modules/postcss-normalize-display-values": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.0.3.tgz", - "integrity": "sha512-FIV5FY/qs4Ja32jiDb5mVj5iWBlS3N8tFcw2yg98+8MkRgyhtnBgSC0lxU+16AMHbjX5fbSJgw5AXLMolonuRQ==", + "node_modules/react-is": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" + }, + "node_modules/react-markdown": { + "version": "8.0.7", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.7.tgz", + "integrity": "sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==", "dependencies": { - "postcss-value-parser": "^4.2.0" + "@types/hast": "^2.0.0", + "@types/prop-types": "^15.0.0", + "@types/unist": "^2.0.0", + "comma-separated-tokens": "^2.0.0", + "hast-util-whitespace": "^2.0.0", + "prop-types": "^15.0.0", + "property-information": "^6.0.0", + "react-is": "^18.0.0", + "remark-parse": "^10.0.0", + "remark-rehype": "^10.0.0", + "space-separated-tokens": "^2.0.0", + "style-to-object": "^0.4.0", + "unified": "^10.0.0", + "unist-util-visit": "^4.0.0", + "vfile": "^5.0.0" }, - "engines": { - "node": "^10 || ^12 || >=14.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" }, "peerDependencies": { - "postcss": "^8.2.15" + "@types/react": ">=16", + "react": ">=16" } }, - "node_modules/postcss-normalize-positions": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.0.4.tgz", - "integrity": "sha512-qynirjBX0Lc73ROomZE3lzzmXXTu48/QiEzKgMeqh28+MfuHLsuqC9po4kj84igZqqFGovz8F8hf44hA3dPYmQ==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, + "node_modules/react-markdown/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + }, + "node_modules/react-refresh": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", + "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==", "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": ">=0.10.0" } }, - "node_modules/postcss-normalize-repeat-style": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.0.4.tgz", - "integrity": "sha512-Innt+wctD7YpfeDR7r5Ik6krdyppyAg2HBRpX88fo5AYzC1Ut/l3xaxACG0KsbX49cO2n5EB13clPwuYVt8cMA==", + "node_modules/react-router": { + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.15.0.tgz", + "integrity": "sha512-NIytlzvzLwJkCQj2HLefmeakxxWHWAP+02EGqWEZy+DgfHHKQMUoBBjUQLOtFInBMhWtb3hiUy6MfFgwLjXhqg==", "dependencies": { - "postcss-value-parser": "^4.2.0" + "@remix-run/router": "1.8.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": ">=14.0.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "react": ">=16.8" } }, - "node_modules/postcss-normalize-string": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.0.4.tgz", - "integrity": "sha512-Dfk42l0+A1CDnVpgE606ENvdmksttLynEqTQf5FL3XGQOyqxjbo25+pglCUvziicTxjtI2NLUR6KkxyUWEVubQ==", + "node_modules/react-router-dom": { + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.15.0.tgz", + "integrity": "sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==", "dependencies": { - "postcss-value-parser": "^4.2.0" + "@remix-run/router": "1.8.0", + "react-router": "6.15.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": ">=14.0.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "react": ">=16.8", + "react-dom": ">=16.8" } }, - "node_modules/postcss-normalize-timing-functions": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.0.3.tgz", - "integrity": "sha512-QRfjvFh11moN4PYnJ7hia4uJXeFotyK3t2jjg8lM9mswleGsNw2Lm3I5wO+l4k1FzK96EFwEVn8X8Ojrp2gP4g==", + "node_modules/react-scripts": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz", + "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==", "dependencies": { - "postcss-value-parser": "^4.2.0" + "@babel/core": "^7.16.0", + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", + "@svgr/webpack": "^5.5.0", + "babel-jest": "^27.4.2", + "babel-loader": "^8.2.3", + "babel-plugin-named-asset-import": "^0.3.8", + "babel-preset-react-app": "^10.0.1", + "bfj": "^7.0.2", + "browserslist": "^4.18.1", + "camelcase": "^6.2.1", + "case-sensitive-paths-webpack-plugin": "^2.4.0", + "css-loader": "^6.5.1", + "css-minimizer-webpack-plugin": "^3.2.0", + "dotenv": "^10.0.0", + "dotenv-expand": "^5.1.0", + "eslint": "^8.3.0", + "eslint-config-react-app": "^7.0.1", + "eslint-webpack-plugin": "^3.1.1", + "file-loader": "^6.2.0", + "fs-extra": "^10.0.0", + "html-webpack-plugin": "^5.5.0", + "identity-obj-proxy": "^3.0.0", + "jest": "^27.4.3", + "jest-resolve": "^27.4.2", + "jest-watch-typeahead": "^1.0.0", + "mini-css-extract-plugin": "^2.4.5", + "postcss": "^8.4.4", + "postcss-flexbugs-fixes": "^5.0.2", + "postcss-loader": "^6.2.1", + "postcss-normalize": "^10.0.1", + "postcss-preset-env": "^7.0.1", + "prompts": "^2.4.2", + "react-app-polyfill": "^3.0.0", + "react-dev-utils": "^12.0.1", + "react-refresh": "^0.11.0", + "resolve": "^1.20.0", + "resolve-url-loader": "^4.0.0", + "sass-loader": "^12.3.0", + "semver": "^7.3.5", + "source-map-loader": "^3.0.0", + "style-loader": "^3.3.1", + "tailwindcss": "^3.0.2", + "terser-webpack-plugin": "^5.2.5", + "webpack": "^5.64.4", + "webpack-dev-server": "^4.6.0", + "webpack-manifest-plugin": "^4.0.2", + "workbox-webpack-plugin": "^6.4.1" + }, + "bin": { + "react-scripts": "bin/react-scripts.js" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": ">=14.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" }, "peerDependencies": { - "postcss": "^8.2.15" + "react": ">= 16", + "typescript": "^3.2.1 || ^4" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/postcss-normalize-unicode": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.0.4.tgz", - "integrity": "sha512-W79Regn+a+eXTzB+oV/8XJ33s3pDyFTND2yDuUCo0Xa3QSy1HtNIfRVPXNubHxjhlqmMFADr3FSCHT84ITW3ig==", + "node_modules/react-scripts/node_modules/@jest/console": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", + "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", "dependencies": { - "browserslist": "^4.16.6", - "postcss-value-parser": "^4.2.0" + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", + "slash": "^3.0.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/postcss-normalize-url": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.0.5.tgz", - "integrity": "sha512-Ws3tX+PcekYlXh+ycAt0wyzqGthkvVtZ9SZLutMVvHARxcpu4o7vvXcNoiNKyjKuWecnjS6HDI3fjBuDr5MQxQ==", + "node_modules/react-scripts/node_modules/@jest/core": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", + "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", "dependencies": { - "normalize-url": "^6.0.1", - "postcss-value-parser": "^4.2.0" + "@jest/console": "^27.5.1", + "@jest/reporters": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "emittery": "^0.8.1", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-changed-files": "^27.5.1", + "jest-config": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-resolve-dependencies": "^27.5.1", + "jest-runner": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "jest-watcher": "^27.5.1", + "micromatch": "^4.0.4", + "rimraf": "^3.0.0", + "slash": "^3.0.0", + "strip-ansi": "^6.0.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" }, "peerDependencies": { - "postcss": "^8.2.15" + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } } }, - "node_modules/postcss-normalize-whitespace": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.0.4.tgz", - "integrity": "sha512-wsnuHolYZjMwWZJoTC9jeI2AcjA67v4UuidDrPN9RnX8KIZfE+r2Nd6XZRwHVwUiHmRvKQtxiqo64K+h8/imaw==", + "node_modules/react-scripts/node_modules/@jest/environment": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", + "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", "dependencies": { - "postcss-value-parser": "^4.2.0" + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1" }, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/postcss-opacity-percentage": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.2.tgz", - "integrity": "sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==", - "funding": [ - { - "type": "kofi", - "url": "https://ko-fi.com/mrcgrtz" - }, - { - "type": "liberapay", - "url": "https://liberapay.com/mrcgrtz" - } - ], + "node_modules/react-scripts/node_modules/@jest/fake-timers": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", + "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", + "dependencies": { + "@jest/types": "^27.5.1", + "@sinonjs/fake-timers": "^8.0.1", + "@types/node": "*", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" + }, "engines": { - "node": "^12 || ^14 || >=16" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/postcss-ordered-values": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.0.5.tgz", - "integrity": "sha512-mfY7lXpq+8bDEHfP+muqibDPhZ5eP9zgBEF9XRvoQgXcQe2Db3G1wcvjbnfjXG6wYsl+0UIjikqq4ym1V2jGMQ==", + "node_modules/react-scripts/node_modules/@jest/globals": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", + "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", "dependencies": { - "cssnano-utils": "^3.0.2", - "postcss-value-parser": "^4.2.0" + "@jest/environment": "^27.5.1", + "@jest/types": "^27.5.1", + "expect": "^27.5.1" }, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/postcss-overflow-shorthand": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.3.tgz", - "integrity": "sha512-CxZwoWup9KXzQeeIxtgOciQ00tDtnylYIlJBBODqkgS/PU2jISuWOL/mYLHmZb9ZhZiCaNKsCRiLp22dZUtNsg==", + "node_modules/react-scripts/node_modules/@jest/reporters": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", + "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", + "dependencies": { + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "collect-v8-coverage": "^1.0.0", + "exit": "^0.1.2", + "glob": "^7.1.2", + "graceful-fs": "^4.2.9", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^5.1.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.1.3", + "jest-haste-map": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", + "slash": "^3.0.0", + "source-map": "^0.6.0", + "string-length": "^4.0.1", + "terminal-link": "^2.0.0", + "v8-to-istanbul": "^8.1.0" + }, "engines": { - "node": "^12 || ^14 || >=16" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" }, "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/postcss-page-break": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", - "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", - "peerDependencies": { - "postcss": "^8" + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } } }, - "node_modules/postcss-place": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.4.tgz", - "integrity": "sha512-MrgKeiiu5OC/TETQO45kV3npRjOFxEHthsqGtkh3I1rPbZSbXGD/lZVi9j13cYh+NA8PIAPyk6sGjT9QbRyvSg==", + "node_modules/react-scripts/node_modules/@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", "dependencies": { - "postcss-value-parser": "^4.2.0" + "@sinclair/typebox": "^0.24.1" }, "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, - "node_modules/postcss-preset-env": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.4.0.tgz", - "integrity": "sha512-nWC9bDW6nQ4a15RZ/UKgpxZT8xbv0gl+/2q6PROAwwzsxiEb4pjsChAbS0sltepvAjqXbQhff+38FXDxJCCobw==", + "node_modules/react-scripts/node_modules/@jest/source-map": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", + "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", "dependencies": { - "@csstools/postcss-color-function": "^1.0.2", - "@csstools/postcss-font-format-keywords": "^1.0.0", - "@csstools/postcss-hwb-function": "^1.0.0", - "@csstools/postcss-ic-unit": "^1.0.0", - "@csstools/postcss-is-pseudo-class": "^2.0.0", - "@csstools/postcss-normalize-display-values": "^1.0.0", - "@csstools/postcss-oklab-function": "^1.0.1", - "@csstools/postcss-progressive-custom-properties": "^1.2.0", - "autoprefixer": "^10.4.2", - "browserslist": "^4.19.1", - "css-blank-pseudo": "^3.0.3", - "css-has-pseudo": "^3.0.4", - "css-prefers-color-scheme": "^6.0.3", - "cssdb": "^6.3.1", - "postcss-attribute-case-insensitive": "^5.0.0", - "postcss-clamp": "^3.0.0", - "postcss-color-functional-notation": "^4.2.2", - "postcss-color-hex-alpha": "^8.0.3", - "postcss-color-rebeccapurple": "^7.0.2", - "postcss-custom-media": "^8.0.0", - "postcss-custom-properties": "^12.1.4", - "postcss-custom-selectors": "^6.0.0", - "postcss-dir-pseudo-class": "^6.0.4", - "postcss-double-position-gradients": "^3.1.0", - "postcss-env-function": "^4.0.5", - "postcss-focus-visible": "^6.0.4", - "postcss-focus-within": "^5.0.4", - "postcss-font-variant": "^5.0.0", - "postcss-gap-properties": "^3.0.3", - "postcss-image-set-function": "^4.0.6", - "postcss-initial": "^4.0.1", - "postcss-lab-function": "^4.1.1", - "postcss-logical": "^5.0.4", - "postcss-media-minmax": "^5.0.0", - "postcss-nesting": "^10.1.2", - "postcss-opacity-percentage": "^1.1.2", - "postcss-overflow-shorthand": "^3.0.3", - "postcss-page-break": "^3.0.4", - "postcss-place": "^7.0.4", - "postcss-pseudo-class-any-link": "^7.1.1", - "postcss-replace-overflow-wrap": "^4.0.0", - "postcss-selector-not": "^5.0.0" + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9", + "source-map": "^0.6.0" }, "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/postcss-pseudo-class-any-link": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.1.tgz", - "integrity": "sha512-JRoLFvPEX/1YTPxRxp1JO4WxBVXJYrSY7NHeak5LImwJ+VobFMwYDQHvfTXEpcn+7fYIeGkC29zYFhFWIZD8fg==", + "node_modules/react-scripts/node_modules/@jest/test-result": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", + "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", "dependencies": { - "postcss-selector-parser": "^6.0.9" + "@jest/console": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" }, "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/postcss-reduce-initial": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.0.3.tgz", - "integrity": "sha512-c88TkSnQ/Dnwgb4OZbKPOBbCaauwEjbECP5uAuFPOzQ+XdjNjRH7SG0dteXrpp1LlIFEKK76iUGgmw2V0xeieA==", + "node_modules/react-scripts/node_modules/@jest/test-sequencer": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", + "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", "dependencies": { - "browserslist": "^4.16.6", - "caniuse-api": "^3.0.0" + "@jest/test-result": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-runtime": "^27.5.1" }, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/postcss-reduce-transforms": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.0.4.tgz", - "integrity": "sha512-VIJB9SFSaL8B/B7AXb7KHL6/GNNbbCHslgdzS9UDfBZYIA2nx8NLY7iD/BXFSO/1sRUILzBTfHCoW5inP37C5g==", + "node_modules/react-scripts/node_modules/@sinclair/typebox": { + "version": "0.24.51", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", + "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==" + }, + "node_modules/react-scripts/node_modules/@sinonjs/commons": { + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", + "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "type-detect": "4.0.8" } }, - "node_modules/postcss-replace-overflow-wrap": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", - "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", - "peerDependencies": { - "postcss": "^8.0.3" + "node_modules/react-scripts/node_modules/@sinonjs/fake-timers": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", + "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", + "dependencies": { + "@sinonjs/commons": "^1.7.0" } }, - "node_modules/postcss-selector-not": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-5.0.0.tgz", - "integrity": "sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ==", + "node_modules/react-scripts/node_modules/@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", "dependencies": { - "balanced-match": "^1.0.0" - }, - "peerDependencies": { - "postcss": "^8.1.0" + "@types/yargs-parser": "*" } }, - "node_modules/postcss-selector-parser": { - "version": "6.0.11", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz", - "integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==", + "node_modules/react-scripts/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=4" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/postcss-svgo": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.0.4.tgz", - "integrity": "sha512-yDKHvULbnZtIrRqhZoA+rxreWpee28JSRH/gy9727u0UCgtpv1M/9WEWY3xySlFa0zQJcqf6oCBJPR5NwkmYpg==", + "node_modules/react-scripts/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { - "postcss-value-parser": "^4.2.0", - "svgo": "^2.7.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": ">=10" }, - "peerDependencies": { - "postcss": "^8.2.15" + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/postcss-svgo/node_modules/commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "engines": { - "node": ">= 10" + "node_modules/react-scripts/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" } }, - "node_modules/postcss-svgo/node_modules/css-tree": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", - "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "node_modules/react-scripts/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" + "color-name": "~1.1.4" }, "engines": { - "node": ">=8.0.0" + "node": ">=7.0.0" } }, - "node_modules/postcss-svgo/node_modules/mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" + "node_modules/react-scripts/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, - "node_modules/postcss-svgo/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/react-scripts/node_modules/dedent": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==" + }, + "node_modules/react-scripts/node_modules/diff-sequences": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", + "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", "engines": { - "node": ">=0.10.0" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/postcss-svgo/node_modules/svgo": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", - "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", - "dependencies": { - "@trysound/sax": "0.2.0", - "commander": "^7.2.0", - "css-select": "^4.1.3", - "css-tree": "^1.1.3", - "csso": "^4.2.0", - "picocolors": "^1.0.0", - "stable": "^0.1.8" - }, - "bin": { - "svgo": "bin/svgo" + "node_modules/react-scripts/node_modules/emittery": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", + "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==", + "engines": { + "node": ">=10" }, - "engines": { - "node": ">=10.13.0" + "funding": { + "url": "https://github.com/sindresorhus/emittery?sponsor=1" } }, - "node_modules/postcss-unique-selectors": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.0.4.tgz", - "integrity": "sha512-5ampwoSDJCxDPoANBIlMgoBcYUHnhaiuLYJR5pj1DLnYQvMRVyFuTA5C3Bvt+aHtiqWpJkD/lXT50Vo1D0ZsAQ==", + "node_modules/react-scripts/node_modules/expect": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", + "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", "dependencies": { - "postcss-selector-parser": "^6.0.5" + "@jest/types": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1" }, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" - }, - "node_modules/prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "node_modules/react-scripts/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "engines": { - "node": ">= 0.8.0" + "node": ">=8" } }, - "node_modules/pretty-bytes": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", - "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", + "node_modules/react-scripts/node_modules/jest": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", + "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", + "dependencies": { + "@jest/core": "^27.5.1", + "import-local": "^3.0.2", + "jest-cli": "^27.5.1" + }, + "bin": { + "jest": "bin/jest.js" + }, "engines": { - "node": ">=6" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } } }, - "node_modules/pretty-error": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", - "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", + "node_modules/react-scripts/node_modules/jest-changed-files": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", + "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", "dependencies": { - "lodash": "^4.17.20", - "renderkid": "^3.0.0" + "@jest/types": "^27.5.1", + "execa": "^5.0.0", + "throat": "^6.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/pretty-format": { + "node_modules/react-scripts/node_modules/jest-circus": { "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", + "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" + "@jest/environment": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "dedent": "^0.7.0", + "expect": "^27.5.1", + "is-generator-fn": "^2.0.0", + "jest-each": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "stack-utils": "^2.0.3", + "throat": "^6.0.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "node_modules/react-scripts/node_modules/jest-cli": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", + "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", + "dependencies": { + "@jest/core": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "import-local": "^3.0.2", + "jest-config": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "prompts": "^2.0.1", + "yargs": "^16.2.0" + }, + "bin": { + "jest": "bin/jest.js" + }, "engines": { - "node": ">=10" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } } }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "node_modules/promise": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz", - "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==", + "node_modules/react-scripts/node_modules/jest-config": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", + "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", "dependencies": { - "asap": "~2.0.6" + "@babel/core": "^7.8.0", + "@jest/test-sequencer": "^27.5.1", + "@jest/types": "^27.5.1", + "babel-jest": "^27.5.1", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.1", + "graceful-fs": "^4.2.9", + "jest-circus": "^27.5.1", + "jest-environment-jsdom": "^27.5.1", + "jest-environment-node": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-jasmine2": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-runner": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "ts-node": { + "optional": true + } } }, - "node_modules/prompts": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "node_modules/react-scripts/node_modules/jest-diff": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", + "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", "dependencies": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" + "chalk": "^4.0.0", + "diff-sequences": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" }, "engines": { - "node": ">= 6" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/prop-types": { - "version": "15.8.1", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "node_modules/react-scripts/node_modules/jest-docblock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", + "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" + "detect-newline": "^3.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/prop-types/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/property-information": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.1.1.tgz", - "integrity": "sha512-hrzC564QIl0r0vy4l6MvRLhafmUowhO/O3KgVSoXIbbA2Sz4j8HGpJc6T2cubRVwMwpdiG/vKGfhT4IixmKN9w==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "node_modules/react-scripts/node_modules/jest-each": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", + "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", + "dependencies": { + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "jest-get-type": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/proxy-addr": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", - "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "node_modules/react-scripts/node_modules/jest-environment-node": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", + "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", "dependencies": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" }, "engines": { - "node": ">= 0.10" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/proxy-addr/node_modules/ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "node_modules/react-scripts/node_modules/jest-leak-detector": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", + "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", + "dependencies": { + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + }, "engines": { - "node": ">= 0.10" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/psl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" - }, - "node_modules/punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "node_modules/react-scripts/node_modules/jest-matcher-utils": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", + "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", + "dependencies": { + "chalk": "^4.0.0", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + }, "engines": { - "node": ">=6" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", + "node_modules/react-scripts/node_modules/jest-message-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + "dependencies": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^27.5.1", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, "engines": { - "node": ">=0.6.0", - "teleport": ">=0.2.0" + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/qs": { - "version": "6.9.7", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz", - "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==", - "engines": { - "node": ">=0.6" + "node_modules/react-scripts/node_modules/jest-mock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", + "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", + "dependencies": { + "@jest/types": "^27.5.1", + "@types/node": "*" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/quill": { - "version": "2.0.0-dev.4", - "resolved": "https://registry.npmjs.org/quill/-/quill-2.0.0-dev.4.tgz", - "integrity": "sha512-9WmMVCEIhf3lDdhzl+i+GBDeDl0BFi65waC4Im8Y4HudEJ9kEEb1lciAz9A8pcDmLMjiMbvz84lNt/U5OBS8Vg==", + "node_modules/react-scripts/node_modules/jest-resolve-dependencies": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", + "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", "dependencies": { - "clone": "^2.1.2", - "deep-equal": "^2.0.2", - "eventemitter3": "^4.0.0", - "extend": "^3.0.2", - "parchment": "2.0.0-dev.2", - "quill-delta": "4.2.1" + "@jest/types": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-snapshot": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/quill-delta": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/quill-delta/-/quill-delta-4.2.1.tgz", - "integrity": "sha512-Y2nksOj6Q+4hizre8n0dml76vLNGK4/y86EoI1d7rv6EL1bx7DPDYRmqQMPu1UqFQO/uQuVHQ3fOmm4ZSzWrfA==", + "node_modules/react-scripts/node_modules/jest-runner": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", + "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", "dependencies": { - "deep-equal": "^1.0.1", - "extend": "^3.0.2", - "fast-diff": "1.2.0" + "@jest/console": "^27.5.1", + "@jest/environment": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "emittery": "^0.8.1", + "graceful-fs": "^4.2.9", + "jest-docblock": "^27.5.1", + "jest-environment-jsdom": "^27.5.1", + "jest-environment-node": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-leak-detector": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", + "source-map-support": "^0.5.6", + "throat": "^6.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/quill/node_modules/deep-equal": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.5.tgz", - "integrity": "sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==", + "node_modules/react-scripts/node_modules/jest-runtime": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", + "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", "dependencies": { - "call-bind": "^1.0.0", - "es-get-iterator": "^1.1.1", - "get-intrinsic": "^1.0.1", - "is-arguments": "^1.0.4", - "is-date-object": "^1.0.2", - "is-regex": "^1.1.1", - "isarray": "^2.0.5", - "object-is": "^1.1.4", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "regexp.prototype.flags": "^1.3.0", - "side-channel": "^1.0.3", - "which-boxed-primitive": "^1.0.1", - "which-collection": "^1.0.1", - "which-typed-array": "^1.1.2" + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/globals": "^27.5.1", + "@jest/source-map": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "execa": "^5.0.0", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/quill/node_modules/isarray": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + "node_modules/react-scripts/node_modules/jest-snapshot": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", + "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", + "dependencies": { + "@babel/core": "^7.7.2", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/traverse": "^7.7.2", + "@babel/types": "^7.0.0", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/babel__traverse": "^7.0.4", + "@types/prettier": "^2.1.5", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", + "natural-compare": "^1.4.0", + "pretty-format": "^27.5.1", + "semver": "^7.3.2" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } }, - "node_modules/raf": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", - "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", + "node_modules/react-scripts/node_modules/jest-watch-typeahead": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz", + "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==", "dependencies": { - "performance-now": "^2.1.0" + "ansi-escapes": "^4.3.1", + "chalk": "^4.0.0", + "jest-regex-util": "^28.0.0", + "jest-watcher": "^28.0.0", + "slash": "^4.0.0", + "string-length": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "jest": "^27.0.0 || ^28.0.0" } }, - "node_modules/randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/@jest/console": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", + "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", "dependencies": { - "safe-buffer": "^5.1.0" + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^28.1.3", + "jest-util": "^28.1.3", + "slash": "^3.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/@jest/console/node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "engines": { - "node": ">= 0.6" + "node": ">=8" } }, - "node_modules/raw-body": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.3.tgz", - "integrity": "sha512-UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g==", + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/@jest/test-result": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", + "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", "dependencies": { - "bytes": "3.1.2", - "http-errors": "1.8.1", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" + "@jest/console": "^28.1.3", + "@jest/types": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" }, "engines": { - "node": ">= 0.8" + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, - "node_modules/raw-body/node_modules/bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dependencies": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, "engines": { - "node": ">= 0.8" + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, - "node_modules/raw-body/node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "engines": { + "node": ">=10" }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/emittery": { + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", + "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", "engines": { - "node": ">=0.10.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sindresorhus/emittery?sponsor=1" } }, - "node_modules/react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/jest-message-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", + "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" + "@babel/code-frame": "^7.12.13", + "@jest/types": "^28.1.3", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^28.1.3", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" }, "engines": { - "node": ">=0.10.0" + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, - "node_modules/react-app-polyfill": { + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/jest-message-util/node_modules/slash": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz", - "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==", - "dependencies": { - "core-js": "^3.19.2", - "object-assign": "^4.1.1", - "promise": "^8.1.0", - "raf": "^3.4.1", - "regenerator-runtime": "^0.13.9", - "whatwg-fetch": "^3.6.2" - }, + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "engines": { - "node": ">=14" + "node": ">=8" } }, - "node_modules/react-dev-utils": { - "version": "12.0.1", - "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", - "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==", + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/jest-regex-util": { + "version": "28.0.2", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", + "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + } + }, + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", "dependencies": { - "@babel/code-frame": "^7.16.0", - "address": "^1.1.2", - "browserslist": "^4.18.1", - "chalk": "^4.1.2", - "cross-spawn": "^7.0.3", - "detect-port-alt": "^1.1.6", - "escape-string-regexp": "^4.0.0", - "filesize": "^8.0.6", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^6.5.0", - "global-modules": "^2.0.0", - "globby": "^11.0.4", - "gzip-size": "^6.0.0", - "immer": "^9.0.7", - "is-root": "^2.1.0", - "loader-utils": "^3.2.0", - "open": "^8.4.0", - "pkg-up": "^3.1.0", - "prompts": "^2.4.2", - "react-error-overlay": "^6.0.11", - "recursive-readdir": "^2.2.2", - "shell-quote": "^1.7.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" }, "engines": { - "node": ">=14" + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, - "node_modules/react-dev-utils/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/jest-watcher": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", + "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", "dependencies": { - "color-convert": "^2.0.1" + "@jest/test-result": "^28.1.3", + "@jest/types": "^28.1.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "emittery": "^0.10.2", + "jest-util": "^28.1.3", + "string-length": "^4.0.1" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, - "node_modules/react-dev-utils/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/string-length": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" }, "engines": { "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/react-dev-utils/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dependencies": { - "color-name": "~1.1.4" + "ansi-regex": "^5.0.1" }, "engines": { - "node": ">=7.0.0" + "node": ">=8" } }, - "node_modules/react-dev-utils/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/pretty-format": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", + "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", + "dependencies": { + "@jest/schemas": "^28.1.3", + "ansi-regex": "^5.0.1", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + } }, - "node_modules/react-dev-utils/node_modules/escape-string-regexp": { + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/slash": { "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", "engines": { - "node": ">=10" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/react-dev-utils/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/string-length": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", + "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", + "dependencies": { + "char-regex": "^2.0.0", + "strip-ansi": "^7.0.1" + }, "engines": { - "node": ">=8" + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/react-dev-utils/node_modules/loader-utils": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.0.tgz", - "integrity": "sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==", + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/string-length/node_modules/char-regex": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz", + "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==", "engines": { - "node": ">= 12.13.0" + "node": ">=12.20" } }, - "node_modules/react-dev-utils/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dependencies": { - "has-flag": "^4.0.0" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">=8" - } - }, - "node_modules/react-dom": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "scheduler": "^0.20.2" + "node": ">=12" }, - "peerDependencies": { - "react": "17.0.2" + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/react-error-overlay": { - "version": "6.0.11", - "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", - "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" - }, - "node_modules/react-idle-timer": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/react-idle-timer/-/react-idle-timer-5.6.2.tgz", - "integrity": "sha512-X7zjDv7duCopQ4v3X2Gun8QunvYplPWkvW2y7suDSREu1vQRQ0mr1ESv325QoJuvSIE5QCSbLaJlrbbooNaUNg==", - "peerDependencies": { - "react": ">=16", - "react-dom": ">=16" + "node_modules/react-scripts/node_modules/jest-watch-typeahead/node_modules/strip-ansi/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/react-is": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" - }, - "node_modules/react-markdown": { - "version": "8.0.7", - "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-8.0.7.tgz", - "integrity": "sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==", + "node_modules/react-scripts/node_modules/jest-watcher": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", + "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", "dependencies": { - "@types/hast": "^2.0.0", - "@types/prop-types": "^15.0.0", - "@types/unist": "^2.0.0", - "comma-separated-tokens": "^2.0.0", - "hast-util-whitespace": "^2.0.0", - "prop-types": "^15.0.0", - "property-information": "^6.0.0", - "react-is": "^18.0.0", - "remark-parse": "^10.0.0", - "remark-rehype": "^10.0.0", - "space-separated-tokens": "^2.0.0", - "style-to-object": "^0.4.0", - "unified": "^10.0.0", - "unist-util-visit": "^4.0.0", - "vfile": "^5.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "jest-util": "^27.5.1", + "string-length": "^4.0.1" }, - "peerDependencies": { - "@types/react": ">=16", - "react": ">=16" + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" } }, - "node_modules/react-markdown/node_modules/react-is": { + "node_modules/react-scripts/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, - "node_modules/react-refresh": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", - "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==", + "node_modules/react-scripts/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "engines": { "node": ">=0.10.0" } }, - "node_modules/react-router": { - "version": "6.11.2", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.11.2.tgz", - "integrity": "sha512-74z9xUSaSX07t3LM+pS6Un0T55ibUE/79CzfZpy5wsPDZaea1F8QkrsiyRnA2YQ7LwE/umaydzXZV80iDCPkMg==", + "node_modules/react-scripts/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dependencies": { - "@remix-run/router": "1.6.2" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=14" - }, - "peerDependencies": { - "react": ">=16.8" + "node": ">=8" } }, - "node_modules/react-router-dom": { - "version": "6.11.2", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.11.2.tgz", - "integrity": "sha512-JNbKtAeh1VSJQnH6RvBDNhxNwemRj7KxCzc5jb7zvDSKRnPWIFj9pO+eXqjM69gQJ0r46hSz1x4l9y0651DKWw==", + "node_modules/react-scripts/node_modules/v8-to-istanbul": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", + "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", "dependencies": { - "@remix-run/router": "1.6.2", - "react-router": "6.11.2" + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^1.6.0", + "source-map": "^0.7.3" }, "engines": { - "node": ">=14" - }, - "peerDependencies": { - "react": ">=16.8", - "react-dom": ">=16.8" + "node": ">=10.12.0" } }, - "node_modules/react-scripts": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.1.tgz", - "integrity": "sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==", + "node_modules/react-scripts/node_modules/v8-to-istanbul/node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/react-scripts/node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "dependencies": { - "@babel/core": "^7.16.0", - "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", - "@svgr/webpack": "^5.5.0", - "babel-jest": "^27.4.2", - "babel-loader": "^8.2.3", - "babel-plugin-named-asset-import": "^0.3.8", - "babel-preset-react-app": "^10.0.1", - "bfj": "^7.0.2", - "browserslist": "^4.18.1", - "camelcase": "^6.2.1", - "case-sensitive-paths-webpack-plugin": "^2.4.0", - "css-loader": "^6.5.1", - "css-minimizer-webpack-plugin": "^3.2.0", - "dotenv": "^10.0.0", - "dotenv-expand": "^5.1.0", - "eslint": "^8.3.0", - "eslint-config-react-app": "^7.0.1", - "eslint-webpack-plugin": "^3.1.1", - "file-loader": "^6.2.0", - "fs-extra": "^10.0.0", - "html-webpack-plugin": "^5.5.0", - "identity-obj-proxy": "^3.0.0", - "jest": "^27.4.3", - "jest-resolve": "^27.4.2", - "jest-watch-typeahead": "^1.0.0", - "mini-css-extract-plugin": "^2.4.5", - "postcss": "^8.4.4", - "postcss-flexbugs-fixes": "^5.0.2", - "postcss-loader": "^6.2.1", - "postcss-normalize": "^10.0.1", - "postcss-preset-env": "^7.0.1", - "prompts": "^2.4.2", - "react-app-polyfill": "^3.0.0", - "react-dev-utils": "^12.0.1", - "react-refresh": "^0.11.0", - "resolve": "^1.20.0", - "resolve-url-loader": "^4.0.0", - "sass-loader": "^12.3.0", - "semver": "^7.3.5", - "source-map-loader": "^3.0.0", - "style-loader": "^3.3.1", - "tailwindcss": "^3.0.2", - "terser-webpack-plugin": "^5.2.5", - "webpack": "^5.64.4", - "webpack-dev-server": "^4.6.0", - "webpack-manifest-plugin": "^4.0.2", - "workbox-webpack-plugin": "^6.4.1" - }, - "bin": { - "react-scripts": "bin/react-scripts.js" + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" }, "engines": { - "node": ">=14.0.0" - }, - "optionalDependencies": { - "fsevents": "^2.3.2" - }, - "peerDependencies": { - "react": ">= 16", - "typescript": "^3.2.1 || ^4" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "node": ">=10" + } + }, + "node_modules/react-scripts/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "engines": { + "node": ">=10" } }, "node_modules/read-cache": { @@ -15695,25 +20458,14 @@ } }, "node_modules/recursive-readdir": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz", - "integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==", - "dependencies": { - "minimatch": "3.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/recursive-readdir/node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", + "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", "dependencies": { - "brace-expansion": "^1.1.7" + "minimatch": "^3.0.5" }, "engines": { - "node": "*" + "node": ">=6.0.0" } }, "node_modules/redent": { @@ -15908,7 +20660,7 @@ "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "engines": { "node": ">=0.10.0" } @@ -16245,9 +20997,9 @@ } }, "node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -16278,9 +21030,9 @@ } }, "node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dependencies": { "lru-cache": "^6.0.0" }, @@ -16333,9 +21085,9 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/serialize-javascript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", + "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", "dependencies": { "randombytes": "^2.1.0" } @@ -16919,9 +21671,9 @@ } }, "node_modules/supports-hyperlinks": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz", - "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", + "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", "dependencies": { "has-flag": "^4.0.0", "supports-color": "^7.0.0" @@ -17051,9 +21803,9 @@ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" }, "node_modules/tailwindcss": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.2.tgz", - "integrity": "sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz", + "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -17075,7 +21827,6 @@ "postcss-load-config": "^4.0.1", "postcss-nested": "^6.0.1", "postcss-selector-parser": "^6.0.11", - "postcss-value-parser": "^4.2.0", "resolve": "^1.22.2", "sucrase": "^3.32.0" }, @@ -17147,12 +21898,13 @@ } }, "node_modules/terser": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.10.0.tgz", - "integrity": "sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==", + "version": "5.19.4", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.19.4.tgz", + "integrity": "sha512-6p1DjHeuluwxDXcuT9VR8p64klWJKo1ILiy19s6C9+0Bh2+NWTX6nD9EPppiER4ICkHDVB1RkVpin/YW2nQn/g==", "dependencies": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", "commander": "^2.20.0", - "source-map": "~0.7.2", "source-map-support": "~0.5.20" }, "bin": { @@ -17160,26 +21912,18 @@ }, "engines": { "node": ">=10" - }, - "peerDependencies": { - "acorn": "^8.5.0" - }, - "peerDependenciesMeta": { - "acorn": { - "optional": true - } } }, "node_modules/terser-webpack-plugin": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz", - "integrity": "sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==", + "version": "5.3.9", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.9.tgz", + "integrity": "sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==", "dependencies": { + "@jridgewell/trace-mapping": "^0.3.17", "jest-worker": "^27.4.5", "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.0", - "source-map": "^0.6.1", - "terser": "^5.7.2" + "serialize-javascript": "^6.0.1", + "terser": "^5.16.8" }, "engines": { "node": ">= 10.13.0" @@ -17203,27 +21947,11 @@ } } }, - "node_modules/terser-webpack-plugin/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/terser/node_modules/commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" }, - "node_modules/terser/node_modules/source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "engines": { - "node": ">= 8" - } - }, "node_modules/test-exclude": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", @@ -17267,9 +21995,9 @@ } }, "node_modules/throat": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz", - "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==" + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz", + "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==" }, "node_modules/thunky": { "version": "1.1.0", @@ -17336,22 +22064,23 @@ } }, "node_modules/tough-cookie": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", - "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", + "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", "dependencies": { "psl": "^1.1.33", "punycode": "^2.1.1", - "universalify": "^0.1.2" + "universalify": "^0.2.0", + "url-parse": "^1.5.3" }, "engines": { "node": ">=6" } }, "node_modules/tough-cookie/node_modules/universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", "engines": { "node": ">= 4.0.0" } @@ -17407,9 +22136,9 @@ } }, "node_modules/tsconfig-paths/node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dependencies": { "minimist": "^1.2.0" }, @@ -17718,6 +22447,35 @@ "yarn": "*" } }, + "node_modules/update-browserslist-db": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", + "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -17726,17 +22484,13 @@ "punycode": "^2.1.0" } }, - "node_modules/use-isomorphic-layout-effect": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz", - "integrity": "sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==", - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } + "node_modules/url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "dependencies": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" } }, "node_modules/use-sync-external-store": { @@ -17833,26 +22587,20 @@ "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==" }, "node_modules/v8-to-istanbul": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", - "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz", + "integrity": "sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==", + "optional": true, + "peer": true, "dependencies": { + "@jridgewell/trace-mapping": "^0.3.12", "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" + "convert-source-map": "^1.6.0" }, "engines": { "node": ">=10.12.0" } }, - "node_modules/v8-to-istanbul/node_modules/source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "engines": { - "node": ">= 8" - } - }, "node_modules/vanilla-picker": { "version": "2.12.1", "resolved": "https://registry.npmjs.org/vanilla-picker/-/vanilla-picker-2.12.1.tgz", @@ -17901,6 +22649,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", + "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.", "dependencies": { "browser-process-hrtime": "^1.0.0" } @@ -17925,9 +22674,9 @@ } }, "node_modules/watchpack": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz", - "integrity": "sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", + "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -17945,9 +22694,9 @@ } }, "node_modules/web-vitals": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.1.tgz", - "integrity": "sha512-LTfY5GjcY3ngFzNsYFSYL+AmVmlWrzPTUxSMDis2rZbf+SzT7HH3NH4Y/l45XOlrAIunOBeURN9qtBHkRskAiA==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", + "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -17958,33 +22707,33 @@ } }, "node_modules/webpack": { - "version": "5.69.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.69.0.tgz", - "integrity": "sha512-E5Fqu89Gu8fR6vejRqu26h8ld/k6/dCVbeGUcuZjc+goQHDfCPU9rER71JmdtBYGmci7Ec2aFEATQ2IVXKy2wg==", + "version": "5.88.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.2.tgz", + "integrity": "sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==", "dependencies": { "@types/eslint-scope": "^3.7.3", - "@types/estree": "^0.0.51", - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/wasm-edit": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "acorn": "^8.4.1", - "acorn-import-assertions": "^1.7.6", + "@types/estree": "^1.0.0", + "@webassemblyjs/ast": "^1.11.5", + "@webassemblyjs/wasm-edit": "^1.11.5", + "@webassemblyjs/wasm-parser": "^1.11.5", + "acorn": "^8.7.1", + "acorn-import-assertions": "^1.9.0", "browserslist": "^4.14.5", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.9.0", - "es-module-lexer": "^0.9.0", + "enhanced-resolve": "^5.15.0", + "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.2.9", - "json-parse-better-errors": "^1.0.2", + "json-parse-even-better-errors": "^2.3.1", "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^3.1.0", + "schema-utils": "^3.2.0", "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.1.3", - "watchpack": "^2.3.1", + "terser-webpack-plugin": "^5.3.7", + "watchpack": "^2.4.0", "webpack-sources": "^3.2.3" }, "bin": { @@ -18382,9 +23131,9 @@ } }, "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", "engines": { "node": ">=0.10.0" } @@ -18746,9 +23495,9 @@ } }, "node_modules/ws": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", - "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", + "version": "7.5.9", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", "engines": { "node": ">=8.3.0" }, @@ -18797,28 +23546,32 @@ } }, "node_modules/yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "optional": true, + "peer": true, "dependencies": { - "cliui": "^7.0.2", + "cliui": "^8.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", - "string-width": "^4.2.0", + "string-width": "^4.2.3", "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" + "yargs-parser": "^21.1.1" }, "engines": { - "node": ">=10" + "node": ">=12" } }, "node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "optional": true, + "peer": true, "engines": { - "node": ">=10" + "node": ">=12" } }, "node_modules/yocto-queue": { @@ -18844,9 +23597,9 @@ }, "dependencies": { "@adobe/css-tools": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.0.1.tgz", - "integrity": "sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.1.tgz", + "integrity": "sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==" }, "@alloc/quick-lru": { "version": "5.2.0", @@ -18897,9 +23650,9 @@ }, "dependencies": { "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" } } }, @@ -18933,9 +23686,9 @@ "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" }, "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" } } }, @@ -18978,9 +23731,9 @@ }, "dependencies": { "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" } } }, @@ -19023,9 +23776,9 @@ }, "dependencies": { "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" } } }, @@ -19824,9 +24577,9 @@ }, "dependencies": { "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" } } }, @@ -19980,9 +24733,9 @@ }, "dependencies": { "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" } } }, @@ -20172,220 +24925,904 @@ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, - "globals": { - "version": "13.12.1", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.1.tgz", - "integrity": "sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw==", + "globals": { + "version": "13.12.1", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.1.tgz", + "integrity": "sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw==", + "requires": { + "type-fest": "^0.20.2" + } + }, + "ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==" + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "requires": { + "argparse": "^2.0.1" + } + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" + } + } + }, + "@floating-ui/core": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.4.1.tgz", + "integrity": "sha512-jk3WqquEJRlcyu7997NtR5PibI+y5bi+LS3hPmguVClypenMsCY3CBa3LAQnozRCtCrYWSEtAdiskpamuJRFOQ==", + "requires": { + "@floating-ui/utils": "^0.1.1" + } + }, + "@floating-ui/dom": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.2.tgz", + "integrity": "sha512-6ArmenS6qJEWmwzczWyhvrXRdI/rI78poBcW0h/456+onlabit+2G+QxHx5xTOX60NBJQXjsCLFbW2CmsXpUog==", + "requires": { + "@floating-ui/core": "^1.4.1", + "@floating-ui/utils": "^0.1.1" + } + }, + "@floating-ui/react-dom": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.0.2.tgz", + "integrity": "sha512-5qhlDvjaLmAst/rKb3VdlCinwTF4EYMiVxuuc/HVUjs46W0zgtbMmAZ1UTsDrRTxRmUEzl92mOtWbeeXL26lSQ==", + "requires": { + "@floating-ui/dom": "^1.5.1" + } + }, + "@floating-ui/utils": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.2.tgz", + "integrity": "sha512-ou3elfqG/hZsbmF4bxeJhPHIf3G2pm0ujc39hYEZrfVqt7Vk/Zji6CXc3W0pmYM8BW1g40U+akTl9DKZhFhInQ==" + }, + "@formio/bootstrap3": { + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@formio/bootstrap3/-/bootstrap3-2.12.2.tgz", + "integrity": "sha512-Y1WD/U22HHKRl1MzUt65bXeFHYO9Wlt+wefRqXFrOhIgbmkfTjCx6e0n2b8t/IYz9FUMg+/GTKdqaBrTZgjrTA==", + "requires": { + "resize-observer-polyfill": "^1.5.1" + } + }, + "@formio/choices.js": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@formio/choices.js/-/choices.js-9.0.1.tgz", + "integrity": "sha512-+JQRWH0yhaeemVJGE1L4oPe9KPFhipzDlms3Pd31gePXpy8q7Mf3Is54/f0fc88+mWeMjK4GyIhcKIKmuGx5Xw==", + "requires": { + "deepmerge": "^4.2.0", + "fuse.js": "^3.4.5", + "redux": "^4.0.4" + } + }, + "@formio/premium": { + "version": "1.18.4", + "resolved": "https://pkg.form.io/@formio%2fpremium/-/premium-1.18.4.tgz", + "integrity": "sha512-1zNAqwQ/km4DLEacLu4EN7LVPC6kGWPp/opCZF1lUjPhmEp0t4HIQGAvYf3M13/YrQLVCHVG/1h9Dehfh8fQ/g==", + "requires": { + "@zxing/library": "^0.18.6", + "dayjs": "^1.10.6", + "fast-xml-parser": "^3.21.1", + "papaparse": "^5.3.1", + "resize-observer-polyfill": "^1.5.1", + "tooltip.js": "^1.3.3", + "two.js": "0.7.1", + "uuid": "^8.3.2", + "vanilla-picker": "^2.11.2" + } + }, + "@formio/react": { + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/@formio/react/-/react-5.2.3.tgz", + "integrity": "sha512-4ET7UZfDkdV/k7o7+NO85X2eUp5J8pVFime1chKaQC50YK127fHScBLLEknWVuIY4jUA1yyjwJ2oIkKXJRkKUQ==", + "requires": { + "babel-polyfill": "^6.26.0", + "core-js": "^3.21.1", + "eventemitter2": "^6.4.5", + "lodash": "^4.17.21", + "prop-types": "^15.8.1" + } + }, + "@formio/semantic": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@formio/semantic/-/semantic-2.6.0.tgz", + "integrity": "sha512-RwMEVXkyz+B6RivflrrKIqvvnGR/eZDLQs74u67StcrzO6n3/5D2J8XqTQRSUzQzr5QV6Wq0eZ51z/+mGm6THw==" + }, + "@formio/uswds": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@formio/uswds/-/uswds-2.5.0.tgz", + "integrity": "sha512-txxuS0ddD/M+/BWDT9tUEHKoJQ5y3GaQaKt/i4vBgpDcO/vKR1USEcnrUrPUSSbTv1ffH4PSHmc9vCB0YTAsvw==" + }, + "@formio/vanilla-text-mask": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@formio/vanilla-text-mask/-/vanilla-text-mask-5.1.1.tgz", + "integrity": "sha512-7MhrbMypySPi7RLchg0ys7HnS3Wqddbq/btAijKB1nA94TE7AOOLhpZJWcNm3kOlX0Y3nHfoavj/HP7vsvF34Q==" + }, + "@headlessui/react": { + "version": "1.7.17", + "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.17.tgz", + "integrity": "sha512-4am+tzvkqDSSgiwrsEpGWqgGo9dz8qU5M3znCkC4PgkpY4HcCZzEDEvozltGGGHIKl9jbXbZPSH5TWn4sWJdow==", + "requires": { + "client-only": "^0.0.1" + } + }, + "@heroicons/react": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.18.tgz", + "integrity": "sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw==", + "requires": {} + }, + "@humanwhocodes/config-array": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.3.tgz", + "integrity": "sha512-3xSMlXHh03hCcCmFc0rbKp3Ivt2PFEJnQUJDDMTJQ2wkECZWdq4GePs2ctc5H8zV+cHPaq8k2vU8mrQjA6iHdQ==", + "requires": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.4" + } + }, + "@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==" + }, + "@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "requires": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "dependencies": { + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + } + } + }, + "@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" + }, + "@jest/console": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.6.4.tgz", + "integrity": "sha512-wNK6gC0Ha9QeEPSkeJedQuTQqxZYnDPuDcDhVuVatRvMkL4D0VTvFVZj+Yuh6caG2aOfzkUZ36KtCmLNtR02hw==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^29.6.3", + "jest-util": "^29.6.3", + "slash": "^3.0.0" + }, + "dependencies": { + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/core": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.6.4.tgz", + "integrity": "sha512-U/vq5ccNTSVgYH7mHnodHmCffGWHJnz/E1BEWlLuK5pM4FZmGfBn/nrJGLjUsSmyx3otCeqc1T31F4y08AMDLg==", + "optional": true, + "peer": true, + "requires": { + "@jest/console": "^29.6.4", + "@jest/reporters": "^29.6.4", + "@jest/test-result": "^29.6.4", + "@jest/transform": "^29.6.4", + "@jest/types": "^29.6.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-changed-files": "^29.6.3", + "jest-config": "^29.6.4", + "jest-haste-map": "^29.6.4", + "jest-message-util": "^29.6.3", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.6.4", + "jest-resolve-dependencies": "^29.6.4", + "jest-runner": "^29.6.4", + "jest-runtime": "^29.6.4", + "jest-snapshot": "^29.6.4", + "jest-util": "^29.6.3", + "jest-validate": "^29.6.3", + "jest-watcher": "^29.6.4", + "micromatch": "^4.0.4", + "pretty-format": "^29.6.3", + "slash": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "@jest/transform": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.6.4.tgz", + "integrity": "sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA==", + "optional": true, + "peer": true, + "requires": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + } + }, + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "optional": true, + "peer": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true + }, + "jest-haste-map": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz", + "integrity": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "fsevents": "^2.3.2", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + } + }, + "jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true + }, + "jest-resolve": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.6.4.tgz", + "integrity": "sha512-fPRq+0vcxsuGlG0O3gyoqGTAxasagOxEuyoxHeyxaZbc9QNek0AmJWSkhjlMG+mTsj+8knc/mWb3fXlRNVih7Q==", + "optional": true, + "peer": true, + "requires": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^29.6.3", + "jest-validate": "^29.6.3", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" + } + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "jest-validate": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.6.3.tgz", + "integrity": "sha512-e7KWZcAIX+2W1o3cHfnqpGajdCs1jSM3DkXjGeLSNmCazv1EeI1ggTeK5wdZhF+7N+g44JI2Od3veojoaumlfg==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.6.3" + } + }, + "jest-worker": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.4.tgz", + "integrity": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==", + "optional": true, + "peer": true, + "requires": { + "@types/node": "*", + "jest-util": "^29.6.3", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "dependencies": { + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "optional": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true + } + } + }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true + }, + "resolve.exports": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "optional": true, + "peer": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "optional": true, + "peer": true, + "requires": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + } + } + } + }, + "@jest/environment": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.6.4.tgz", + "integrity": "sha512-sQ0SULEjA1XUTHmkBRl7A1dyITM9yb1yb3ZNKPX3KlTd6IG7mWUe3e2yfExtC2Zz1Q+mMckOLHmL/qLiuQJrBQ==", + "optional": true, + "peer": true, + "requires": { + "@jest/fake-timers": "^29.6.4", + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-mock": "^29.6.3" + }, + "dependencies": { + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "requires": { - "type-fest": "^0.20.2" + "color-convert": "^2.0.1" } }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==" + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } }, - "js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "requires": { - "argparse": "^2.0.1" + "color-name": "~1.1.4" } }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } } } }, - "@floating-ui/core": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-0.7.3.tgz", - "integrity": "sha512-buc8BXHmG9l82+OQXOFU3Kr2XQx9ys01U/Q9HMIrZ300iLc8HLMgh7dcCqgYzAzf4BkoQvDcXf5Y+CuEZ5JBYg==" - }, - "@floating-ui/dom": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-0.5.4.tgz", - "integrity": "sha512-419BMceRLq0RrmTSDxn8hf9R3VCJv2K9PUfugh5JyEFmdjzDo+e8U5EdR8nzKq8Yj1htzLm3b6eQEEam3/rrtg==", - "requires": { - "@floating-ui/core": "^0.7.3" - } - }, - "@floating-ui/react-dom": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-0.7.2.tgz", - "integrity": "sha512-1T0sJcpHgX/u4I1OzIEhlcrvkUN8ln39nz7fMoE/2HDHrPiMFoOGR7++GYyfUmIQHkkrTinaeQsO3XWubjSvGg==", - "requires": { - "@floating-ui/dom": "^0.5.3", - "use-isomorphic-layout-effect": "^1.1.1" - } - }, - "@formio/bootstrap3": { - "version": "2.12.2", - "resolved": "https://registry.npmjs.org/@formio/bootstrap3/-/bootstrap3-2.12.2.tgz", - "integrity": "sha512-Y1WD/U22HHKRl1MzUt65bXeFHYO9Wlt+wefRqXFrOhIgbmkfTjCx6e0n2b8t/IYz9FUMg+/GTKdqaBrTZgjrTA==", - "requires": { - "resize-observer-polyfill": "^1.5.1" - } - }, - "@formio/choices.js": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@formio/choices.js/-/choices.js-9.0.1.tgz", - "integrity": "sha512-+JQRWH0yhaeemVJGE1L4oPe9KPFhipzDlms3Pd31gePXpy8q7Mf3Is54/f0fc88+mWeMjK4GyIhcKIKmuGx5Xw==", - "requires": { - "deepmerge": "^4.2.0", - "fuse.js": "^3.4.5", - "redux": "^4.0.4" - } - }, - "@formio/premium": { - "version": "1.18.4", - "resolved": "https://pkg.form.io/@formio%2fpremium/-/premium-1.18.4.tgz", - "integrity": "sha512-1zNAqwQ/km4DLEacLu4EN7LVPC6kGWPp/opCZF1lUjPhmEp0t4HIQGAvYf3M13/YrQLVCHVG/1h9Dehfh8fQ/g==", - "requires": { - "@zxing/library": "^0.18.6", - "dayjs": "^1.10.6", - "fast-xml-parser": "^3.21.1", - "papaparse": "^5.3.1", - "resize-observer-polyfill": "^1.5.1", - "tooltip.js": "^1.3.3", - "two.js": "0.7.1", - "uuid": "^8.3.2", - "vanilla-picker": "^2.11.2" - } - }, - "@formio/react": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/@formio/react/-/react-5.2.3.tgz", - "integrity": "sha512-4ET7UZfDkdV/k7o7+NO85X2eUp5J8pVFime1chKaQC50YK127fHScBLLEknWVuIY4jUA1yyjwJ2oIkKXJRkKUQ==", - "requires": { - "babel-polyfill": "^6.26.0", - "core-js": "^3.21.1", - "eventemitter2": "^6.4.5", - "lodash": "^4.17.21", - "prop-types": "^15.8.1" - } - }, - "@formio/semantic": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@formio/semantic/-/semantic-2.6.0.tgz", - "integrity": "sha512-RwMEVXkyz+B6RivflrrKIqvvnGR/eZDLQs74u67StcrzO6n3/5D2J8XqTQRSUzQzr5QV6Wq0eZ51z/+mGm6THw==" - }, - "@formio/uswds": { - "version": "2.4.8", - "resolved": "https://registry.npmjs.org/@formio/uswds/-/uswds-2.4.8.tgz", - "integrity": "sha512-sBEwGxbcs52w9yZQV2Bg8Z89e5aV4fqH1b+UxeM31KduXlqLuG7KHMbd6ZA8ifyUiR8bGwBoZXGHSlXhTIlgMQ==" - }, - "@formio/vanilla-text-mask": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@formio/vanilla-text-mask/-/vanilla-text-mask-5.1.1.tgz", - "integrity": "sha512-7MhrbMypySPi7RLchg0ys7HnS3Wqddbq/btAijKB1nA94TE7AOOLhpZJWcNm3kOlX0Y3nHfoavj/HP7vsvF34Q==" - }, - "@headlessui/react": { - "version": "1.7.14", - "resolved": "https://registry.npmjs.org/@headlessui/react/-/react-1.7.14.tgz", - "integrity": "sha512-znzdq9PG8rkwcu9oQ2FwIy0ZFtP9Z7ycS+BAqJ3R5EIqC/0bJGvhT7193rFf+45i9nnPsYvCQVW4V/bB9Xc+gA==", + "@jest/expect": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.6.4.tgz", + "integrity": "sha512-Warhsa7d23+3X5bLbrbYvaehcgX5TLYhI03JKoedTiI8uJU4IhqYBWF7OSSgUyz4IgLpUYPkK0AehA5/fRclAA==", + "optional": true, + "peer": true, "requires": { - "client-only": "^0.0.1" + "expect": "^29.6.4", + "jest-snapshot": "^29.6.4" } }, - "@heroicons/react": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.18.tgz", - "integrity": "sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw==", - "requires": {} - }, - "@humanwhocodes/config-array": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.3.tgz", - "integrity": "sha512-3xSMlXHh03hCcCmFc0rbKp3Ivt2PFEJnQUJDDMTJQ2wkECZWdq4GePs2ctc5H8zV+cHPaq8k2vU8mrQjA6iHdQ==", + "@jest/expect-utils": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.6.4.tgz", + "integrity": "sha512-FEhkJhqtvBwgSpiTrocquJCdXPsyvNKcl/n7A3u7X4pVoF4bswm11c9d4AV+kfq2Gpv/mM8x7E7DsRvH+djkrg==", "requires": { - "@humanwhocodes/object-schema": "^1.2.1", - "debug": "^4.1.1", - "minimatch": "^3.0.4" + "jest-get-type": "^29.6.3" + }, + "dependencies": { + "jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" + } } }, - "@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==" - }, - "@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "@jest/fake-timers": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.6.4.tgz", + "integrity": "sha512-6UkCwzoBK60edXIIWb0/KWkuj7R7Qq91vVInOe3De6DSpaEiqjKcJw4F7XUet24Wupahj9J6PlR09JqJ5ySDHw==", + "optional": true, + "peer": true, "requires": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" + "@jest/types": "^29.6.3", + "@sinonjs/fake-timers": "^10.0.2", + "@types/node": "*", + "jest-message-util": "^29.6.3", + "jest-mock": "^29.6.3", + "jest-util": "^29.6.3" }, "dependencies": { - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" + "@types/yargs-parser": "*" } }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "requires": { - "p-locate": "^4.1.0" + "color-convert": "^2.0.1" } }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "requires": { - "p-try": "^2.0.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" } }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "requires": { - "p-limit": "^2.2.0" + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" } } } }, - "@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" - }, - "@jest/console": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", - "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", + "@jest/globals": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.6.4.tgz", + "integrity": "sha512-wVIn5bdtjlChhXAzVXavcY/3PEjf4VqM174BM3eGL5kMxLiZD5CLnbmkEyA1Dwh9q8XjP6E8RwjBsY/iCWrWsA==", + "optional": true, + "peer": true, "requires": { - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^27.5.1", - "jest-util": "^27.5.1", - "slash": "^3.0.0" + "@jest/environment": "^29.6.4", + "@jest/expect": "^29.6.4", + "@jest/types": "^29.6.3", + "jest-mock": "^29.6.3" }, "dependencies": { + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "requires": { "color-convert": "^2.0.1" } @@ -20394,6 +25831,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -20403,6 +25842,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "requires": { "color-name": "~1.1.4" } @@ -20410,62 +25851,117 @@ "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "requires": { "has-flag": "^4.0.0" } } } }, - "@jest/core": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", - "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", + "@jest/reporters": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.6.4.tgz", + "integrity": "sha512-sxUjWxm7QdchdrD3NfWKrL8FBsortZeibSJv4XLjESOOjSUOkjQcb0ZHJwfhEGIvBvTluTzfG2yZWZhkrXJu8g==", + "optional": true, + "peer": true, "requires": { - "@jest/console": "^27.5.1", - "@jest/reporters": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^29.6.4", + "@jest/test-result": "^29.6.4", + "@jest/transform": "^29.6.4", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", "@types/node": "*", - "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", - "emittery": "^0.8.1", + "collect-v8-coverage": "^1.0.0", "exit": "^0.1.2", + "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-changed-files": "^27.5.1", - "jest-config": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-resolve-dependencies": "^27.5.1", - "jest-runner": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "jest-watcher": "^27.5.1", - "micromatch": "^4.0.4", - "rimraf": "^3.0.0", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^6.0.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.1.3", + "jest-message-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", "slash": "^3.0.0", - "strip-ansi": "^6.0.0" + "string-length": "^4.0.1", + "strip-ansi": "^6.0.0", + "v8-to-istanbul": "^9.0.1" }, "dependencies": { + "@jest/transform": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.6.4.tgz", + "integrity": "sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA==", + "optional": true, + "peer": true, + "requires": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + } + }, + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "requires": { "color-convert": "^2.0.1" } @@ -20474,6 +25970,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -20483,6 +25981,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "requires": { "color-name": "~1.1.4" } @@ -20490,108 +25990,288 @@ "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "optional": true, + "peer": true }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "istanbul-lib-instrument": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.0.tgz", + "integrity": "sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw==", + "optional": true, + "peer": true, + "requires": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^7.5.4" + } + }, + "jest-haste-map": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz", + "integrity": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "fsevents": "^2.3.2", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + } + }, + "jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "jest-worker": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.4.tgz", + "integrity": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==", + "optional": true, + "peer": true, + "requires": { + "@types/node": "*", + "jest-util": "^29.6.3", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "dependencies": { + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "optional": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "requires": { "has-flag": "^4.0.0" } + }, + "write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "optional": true, + "peer": true, + "requires": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + } } } }, - "@jest/environment": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", - "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", - "requires": { - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1" - } - }, - "@jest/expect-utils": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.3.1.tgz", - "integrity": "sha512-wlrznINZI5sMjwvUoLVk617ll/UYfGIZNxmbU+Pa7wmkL4vYzhV9R2pwVqUh4NWWuLQWkI8+8mOkxs//prKQ3g==", + "@jest/schemas": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", "requires": { - "jest-get-type": "^29.2.0" - }, - "dependencies": { - "jest-get-type": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.2.0.tgz", - "integrity": "sha512-uXNJlg8hKFEnDgFsrCjznB+sTxdkuqiCL6zMgA75qEbAJjJYTs9XPrvDctrEig2GDow22T/LvHgO57iJhXB/UA==" - } + "@sinclair/typebox": "^0.27.8" } }, - "@jest/fake-timers": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", - "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", + "@jest/source-map": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", + "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", + "optional": true, + "peer": true, "requires": { - "@jest/types": "^27.5.1", - "@sinonjs/fake-timers": "^8.0.1", - "@types/node": "*", - "jest-message-util": "^27.5.1", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1" + "@jridgewell/trace-mapping": "^0.3.18", + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9" } }, - "@jest/globals": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", - "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", + "@jest/test-result": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.6.4.tgz", + "integrity": "sha512-uQ1C0AUEN90/dsyEirgMLlouROgSY+Wc/JanVVk0OiUKa5UFh7sJpMEM3aoUBAz2BRNvUJ8j3d294WFuRxSyOQ==", + "optional": true, + "peer": true, "requires": { - "@jest/environment": "^27.5.1", - "@jest/types": "^27.5.1", - "expect": "^27.5.1" + "@jest/console": "^29.6.4", + "@jest/types": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + }, + "dependencies": { + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } + } } }, - "@jest/reporters": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", - "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", + "@jest/test-sequencer": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.6.4.tgz", + "integrity": "sha512-E84M6LbpcRq3fT4ckfKs9ryVanwkaIB0Ws9bw3/yP4seRLg/VaCZ/LgW0MCq5wwk4/iP/qnilD41aj2fsw2RMg==", + "optional": true, + "peer": true, "requires": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", + "@jest/test-result": "^29.6.4", "graceful-fs": "^4.2.9", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^5.1.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.1.3", - "jest-haste-map": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^4.0.1", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^8.1.0" + "jest-haste-map": "^29.6.4", + "slash": "^3.0.0" }, "dependencies": { + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "requires": { "color-convert": "^2.0.1" } @@ -20600,6 +26280,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -20609,6 +26291,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "requires": { "color-name": "~1.1.4" } @@ -20616,75 +26300,97 @@ "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "jest-haste-map": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz", + "integrity": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "fsevents": "^2.3.2", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + } }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + "jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "jest-worker": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.4.tgz", + "integrity": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==", + "optional": true, + "peer": true, + "requires": { + "@types/node": "*", + "jest-util": "^29.6.3", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "dependencies": { + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "optional": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "requires": { "has-flag": "^4.0.0" } } } }, - "@jest/schemas": { - "version": "29.0.0", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.0.0.tgz", - "integrity": "sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==", - "requires": { - "@sinclair/typebox": "^0.24.1" - } - }, - "@jest/source-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", - "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.9", - "source-map": "^0.6.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - } - } - }, - "@jest/test-result": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", - "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", - "requires": { - "@jest/console": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - } - }, - "@jest/test-sequencer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", - "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", - "requires": { - "@jest/test-result": "^27.5.1", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-runtime": "^27.5.1" - } - }, "@jest/transform": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", @@ -20834,6 +26540,15 @@ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==" }, + "@jridgewell/source-map": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", + "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", + "requires": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, "@jridgewell/sourcemap-codec": { "version": "1.4.14", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", @@ -20900,213 +26615,213 @@ } }, "@popperjs/core": { - "version": "2.11.6", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz", - "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==" + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==" }, "@radix-ui/primitive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.0.0.tgz", - "integrity": "sha512-3e7rn8FDMin4CgeL7Z/49smCA3rFYY3Ha2rUQ7HRWFadS5iCRw08ZgVT1LaNTCNqgvrUiyczLflrVrF0SRQtNA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.0.1.tgz", + "integrity": "sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==", "requires": { "@babel/runtime": "^7.13.10" } }, "@radix-ui/react-arrow": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.0.2.tgz", - "integrity": "sha512-fqYwhhI9IarZ0ll2cUSfKuXHlJK0qE4AfnRrPBbRwEH/4mGQn04/QFGomLi8TXWIdv9WJk//KgGm+aDxVIr1wA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.0.3.tgz", + "integrity": "sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==", "requires": { "@babel/runtime": "^7.13.10", - "@radix-ui/react-primitive": "1.0.2" + "@radix-ui/react-primitive": "1.0.3" } }, "@radix-ui/react-compose-refs": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.0.tgz", - "integrity": "sha512-0KaSv6sx787/hK3eF53iOkiSLwAGlFMx5lotrqD2pTjB18KbybKoEIgkNZTKC60YECDQTKGTRcDBILwZVqVKvA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.1.tgz", + "integrity": "sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==", "requires": { "@babel/runtime": "^7.13.10" } }, "@radix-ui/react-context": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.0.0.tgz", - "integrity": "sha512-1pVM9RfOQ+n/N5PJK33kRSKsr1glNxomxONs5c49MliinBY6Yw2Q995qfBUUo0/Mbg05B/sGA0gkgPI7kmSHBg==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.0.1.tgz", + "integrity": "sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==", "requires": { "@babel/runtime": "^7.13.10" } }, "@radix-ui/react-dismissable-layer": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.0.3.tgz", - "integrity": "sha512-nXZOvFjOuHS1ovumntGV7NNoLaEp9JEvTht3MBjP44NSW5hUKj/8OnfN3+8WmB+CEhN44XaGhpHoSsUIEl5P7Q==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.0.4.tgz", + "integrity": "sha512-7UpBa/RKMoHJYjie1gkF1DlK8l1fdU/VKDpoS3rCCo8YBJR294GwcEHyxHw72yvphJ7ld0AXEcSLAzY2F/WyCg==", "requires": { "@babel/runtime": "^7.13.10", - "@radix-ui/primitive": "1.0.0", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-primitive": "1.0.2", - "@radix-ui/react-use-callback-ref": "1.0.0", - "@radix-ui/react-use-escape-keydown": "1.0.2" + "@radix-ui/primitive": "1.0.1", + "@radix-ui/react-compose-refs": "1.0.1", + "@radix-ui/react-primitive": "1.0.3", + "@radix-ui/react-use-callback-ref": "1.0.1", + "@radix-ui/react-use-escape-keydown": "1.0.3" } }, "@radix-ui/react-id": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.0.0.tgz", - "integrity": "sha512-Q6iAB/U7Tq3NTolBBQbHTgclPmGWE3OlktGGqrClPozSw4vkQ1DfQAOtzgRPecKsMdJINE05iaoDUG8tRzCBjw==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.0.1.tgz", + "integrity": "sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==", "requires": { "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-layout-effect": "1.0.0" + "@radix-ui/react-use-layout-effect": "1.0.1" } }, "@radix-ui/react-popper": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.1.1.tgz", - "integrity": "sha512-keYDcdMPNMjSC8zTsZ8wezUMiWM9Yj14wtF3s0PTIs9srnEPC9Kt2Gny1T3T81mmSeyDjZxsD9N5WCwNNb712w==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.1.2.tgz", + "integrity": "sha512-1CnGGfFi/bbqtJZZ0P/NQY20xdG3E0LALJaLUEoKwPLwl6PPPfbeiCqMVQnhoFRAxjJj4RpBRJzDmUgsex2tSg==", "requires": { "@babel/runtime": "^7.13.10", - "@floating-ui/react-dom": "0.7.2", - "@radix-ui/react-arrow": "1.0.2", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-context": "1.0.0", - "@radix-ui/react-primitive": "1.0.2", - "@radix-ui/react-use-callback-ref": "1.0.0", - "@radix-ui/react-use-layout-effect": "1.0.0", - "@radix-ui/react-use-rect": "1.0.0", - "@radix-ui/react-use-size": "1.0.0", - "@radix-ui/rect": "1.0.0" + "@floating-ui/react-dom": "^2.0.0", + "@radix-ui/react-arrow": "1.0.3", + "@radix-ui/react-compose-refs": "1.0.1", + "@radix-ui/react-context": "1.0.1", + "@radix-ui/react-primitive": "1.0.3", + "@radix-ui/react-use-callback-ref": "1.0.1", + "@radix-ui/react-use-layout-effect": "1.0.1", + "@radix-ui/react-use-rect": "1.0.1", + "@radix-ui/react-use-size": "1.0.1", + "@radix-ui/rect": "1.0.1" } }, "@radix-ui/react-portal": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.0.2.tgz", - "integrity": "sha512-swu32idoCW7KA2VEiUZGBSu9nB6qwGdV6k6HYhUoOo3M1FFpD+VgLzUqtt3mwL1ssz7r2x8MggpLSQach2Xy/Q==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.0.3.tgz", + "integrity": "sha512-xLYZeHrWoPmA5mEKEfZZevoVRK/Q43GfzRXkWV6qawIWWK8t6ifIiLQdd7rmQ4Vk1bmI21XhqF9BN3jWf+phpA==", "requires": { "@babel/runtime": "^7.13.10", - "@radix-ui/react-primitive": "1.0.2" + "@radix-ui/react-primitive": "1.0.3" } }, "@radix-ui/react-presence": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.0.0.tgz", - "integrity": "sha512-A+6XEvN01NfVWiKu38ybawfHsBjWum42MRPnEuqPsBZ4eV7e/7K321B5VgYMPv3Xx5An6o1/l9ZuDBgmcmWK3w==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.0.1.tgz", + "integrity": "sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==", "requires": { "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-use-layout-effect": "1.0.0" + "@radix-ui/react-compose-refs": "1.0.1", + "@radix-ui/react-use-layout-effect": "1.0.1" } }, "@radix-ui/react-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.2.tgz", - "integrity": "sha512-zY6G5Qq4R8diFPNwtyoLRZBxzu1Z+SXMlfYpChN7Dv8gvmx9X3qhDqiLWvKseKVJMuedFeU/Sa0Sy/Ia+t06Dw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.3.tgz", + "integrity": "sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==", "requires": { "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "1.0.1" + "@radix-ui/react-slot": "1.0.2" } }, "@radix-ui/react-slot": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.1.tgz", - "integrity": "sha512-avutXAFL1ehGvAXtPquu0YK5oz6ctS474iM3vNGQIkswrVhdrS52e3uoMQBzZhNRAIE0jBnUyXWNmSjGHhCFcw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.2.tgz", + "integrity": "sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==", "requires": { "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0" + "@radix-ui/react-compose-refs": "1.0.1" } }, "@radix-ui/react-tooltip": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.0.5.tgz", - "integrity": "sha512-cDKVcfzyO6PpckZekODJZDe5ZxZ2fCZlzKzTmPhe4mX9qTHRfLcKgqb0OKf22xLwDequ2tVleim+ZYx3rabD5w==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.0.6.tgz", + "integrity": "sha512-DmNFOiwEc2UDigsYj6clJENma58OelxD24O4IODoZ+3sQc3Zb+L8w1EP+y9laTuKCLAysPw4fD6/v0j4KNV8rg==", "requires": { "@babel/runtime": "^7.13.10", - "@radix-ui/primitive": "1.0.0", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-context": "1.0.0", - "@radix-ui/react-dismissable-layer": "1.0.3", - "@radix-ui/react-id": "1.0.0", - "@radix-ui/react-popper": "1.1.1", - "@radix-ui/react-portal": "1.0.2", - "@radix-ui/react-presence": "1.0.0", - "@radix-ui/react-primitive": "1.0.2", - "@radix-ui/react-slot": "1.0.1", - "@radix-ui/react-use-controllable-state": "1.0.0", - "@radix-ui/react-visually-hidden": "1.0.2" + "@radix-ui/primitive": "1.0.1", + "@radix-ui/react-compose-refs": "1.0.1", + "@radix-ui/react-context": "1.0.1", + "@radix-ui/react-dismissable-layer": "1.0.4", + "@radix-ui/react-id": "1.0.1", + "@radix-ui/react-popper": "1.1.2", + "@radix-ui/react-portal": "1.0.3", + "@radix-ui/react-presence": "1.0.1", + "@radix-ui/react-primitive": "1.0.3", + "@radix-ui/react-slot": "1.0.2", + "@radix-ui/react-use-controllable-state": "1.0.1", + "@radix-ui/react-visually-hidden": "1.0.3" } }, "@radix-ui/react-use-callback-ref": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.0.0.tgz", - "integrity": "sha512-GZtyzoHz95Rhs6S63D2t/eqvdFCm7I+yHMLVQheKM7nBD8mbZIt+ct1jz4536MDnaOGKIxynJ8eHTkVGVVkoTg==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.0.1.tgz", + "integrity": "sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==", "requires": { "@babel/runtime": "^7.13.10" } }, "@radix-ui/react-use-controllable-state": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.0.0.tgz", - "integrity": "sha512-FohDoZvk3mEXh9AWAVyRTYR4Sq7/gavuofglmiXB2g1aKyboUD4YtgWxKj8O5n+Uak52gXQ4wKz5IFST4vtJHg==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.0.1.tgz", + "integrity": "sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==", "requires": { "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-callback-ref": "1.0.0" + "@radix-ui/react-use-callback-ref": "1.0.1" } }, "@radix-ui/react-use-escape-keydown": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.0.2.tgz", - "integrity": "sha512-DXGim3x74WgUv+iMNCF+cAo8xUHHeqvjx8zs7trKf+FkQKPQXLk2sX7Gx1ysH7Q76xCpZuxIJE7HLPxRE+Q+GA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.0.3.tgz", + "integrity": "sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==", "requires": { "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-callback-ref": "1.0.0" + "@radix-ui/react-use-callback-ref": "1.0.1" } }, "@radix-ui/react-use-layout-effect": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.0.0.tgz", - "integrity": "sha512-6Tpkq+R6LOlmQb1R5NNETLG0B4YP0wc+klfXafpUCj6JGyaUc8il7/kUZ7m59rGbXGczE9Bs+iz2qloqsZBduQ==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.0.1.tgz", + "integrity": "sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==", "requires": { "@babel/runtime": "^7.13.10" } }, "@radix-ui/react-use-rect": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.0.0.tgz", - "integrity": "sha512-TB7pID8NRMEHxb/qQJpvSt3hQU4sqNPM1VCTjTRjEOa7cEop/QMuq8S6fb/5Tsz64kqSvB9WnwsDHtjnrM9qew==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.0.1.tgz", + "integrity": "sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==", "requires": { "@babel/runtime": "^7.13.10", - "@radix-ui/rect": "1.0.0" + "@radix-ui/rect": "1.0.1" } }, "@radix-ui/react-use-size": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.0.0.tgz", - "integrity": "sha512-imZ3aYcoYCKhhgNpkNDh/aTiU05qw9hX+HHI1QDBTyIlcFjgeFlKKySNGMwTp7nYFLQg/j0VA2FmCY4WPDDHMg==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.0.1.tgz", + "integrity": "sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==", "requires": { "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-layout-effect": "1.0.0" + "@radix-ui/react-use-layout-effect": "1.0.1" } }, "@radix-ui/react-visually-hidden": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.0.2.tgz", - "integrity": "sha512-qirnJxtYn73HEk1rXL12/mXnu2rwsNHDID10th2JGtdK25T9wX+mxRmGt7iPSahw512GbZOc0syZX1nLQGoEOg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-visually-hidden/-/react-visually-hidden-1.0.3.tgz", + "integrity": "sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==", "requires": { "@babel/runtime": "^7.13.10", - "@radix-ui/react-primitive": "1.0.2" + "@radix-ui/react-primitive": "1.0.3" } }, "@radix-ui/rect": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.0.0.tgz", - "integrity": "sha512-d0O68AYy/9oeEy1DdC07bz1/ZXX+DqCskRd3i4JzLSTXwefzaepQrKjXC7aNM8lTHjFLDO0pDgaEiQ7jEk+HVg==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.0.1.tgz", + "integrity": "sha512-fyrgCaedtvMg9NK3en0pnOYJdtfwxUcNolezkNPUsoX57X8oQk+NkqcvzHXD2uKNij6GXmWU9NDru2IWjrO4BQ==", "requires": { "@babel/runtime": "^7.13.10" } }, "@remix-run/router": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.6.2.tgz", - "integrity": "sha512-LzqpSrMK/3JBAVBI9u3NWtOhWNw5AMQfrUFYB0+bDHTSw17z++WJLsPsxAuK+oSddsxk4d7F/JcdDPM1M5YAhA==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.8.0.tgz", + "integrity": "sha512-mrfKqIHnSZRyIzBcanNJmVQELTnX+qagEDlcKO90RgRBVOZGSGvZKeDihTRfWcqoDn5N/NkUcwWTccnpN18Tfg==" }, "@rollup/plugin-babel": { "version": "5.3.1", @@ -21162,24 +26877,28 @@ "integrity": "sha512-oe5WJEDaVsW8fBlGT7udrSCgOwWfoYHQOmSpnh8X+0GXpqqcRCP8k4y+Dxb0taWJDPpB+rdDUtumIiBwkY9qGA==" }, "@sinclair/typebox": { - "version": "0.24.51", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", - "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==" + "version": "0.27.8", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" }, "@sinonjs/commons": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz", - "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz", + "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==", + "optional": true, + "peer": true, "requires": { "type-detect": "4.0.8" } }, "@sinonjs/fake-timers": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", - "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", + "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", + "optional": true, + "peer": true, "requires": { - "@sinonjs/commons": "^1.7.0" + "@sinonjs/commons": "^3.0.0" } }, "@sphinxxxx/color-conversion": { @@ -21307,6 +27026,14 @@ "loader-utils": "^2.0.0" } }, + "@tailwindcss/forms": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.6.tgz", + "integrity": "sha512-Fw+2BJ0tmAwK/w01tEFL5TiaJBX1NLT1/YbWgvm7ws3Qcn11kiXxzNTEQDMs5V3mQemhB56l3u0i9dwdzSQldA==", + "requires": { + "mini-svg-data-uri": "^1.2.3" + } + }, "@tanstack/match-sorter-utils": { "version": "8.7.6", "resolved": "https://registry.npmjs.org/@tanstack/match-sorter-utils/-/match-sorter-utils-8.7.6.tgz", @@ -21316,23 +27043,23 @@ } }, "@tanstack/query-core": { - "version": "4.29.7", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.29.7.tgz", - "integrity": "sha512-GXG4b5hV2Loir+h2G+RXhJdoZhJLnrBWsuLB2r0qBRyhWuXq9w/dWxzvpP89H0UARlH6Mr9DiVj4SMtpkF/aUA==" + "version": "4.35.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.35.0.tgz", + "integrity": "sha512-4GMcKQuLZQi6RFBiBZNsLhl+hQGYScRZ5ZoVq8QAzfqz9M7vcGin/2YdSESwl7WaV+Qzsb5CZOAbMBes4lNTnA==" }, "@tanstack/react-query": { - "version": "4.29.7", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.29.7.tgz", - "integrity": "sha512-ijBWEzAIo09fB1yd22slRZzprrZ5zMdWYzBnCg5qiXuFbH78uGN1qtGz8+Ed4MuhaPaYSD+hykn+QEKtQviEtg==", + "version": "4.35.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.35.0.tgz", + "integrity": "sha512-LLYDNnM9ewYHgjm2rzhk4KG/puN2rdoqCUD+N9+V7SwlsYwJk5ypX58rpkoZAhFyZ+KmFUJ7Iv2lIEOoUqydIg==", "requires": { - "@tanstack/query-core": "4.29.7", + "@tanstack/query-core": "4.35.0", "use-sync-external-store": "^1.2.0" } }, "@tanstack/react-query-devtools": { - "version": "4.29.7", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-4.29.7.tgz", - "integrity": "sha512-fckNnBV6Kfbtq6EJqQen8oBjPqGFcOPS9SJmNKLbFLQgd7OpNIlA4M0r37iJYUY9m14/ESKc1wzKd36VfeiPjg==", + "version": "4.35.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-4.35.0.tgz", + "integrity": "sha512-tzN0K70idRsqnfLdUcQC3eCrv28kLIAB6/H1zsGdIw7Wmj5VgTxPmpEVc3rHQjKt0LZsvZTLmaLnI6FCI3VUZw==", "requires": { "@tanstack/match-sorter-utils": "^8.7.0", "superjson": "^1.10.0", @@ -21405,13 +27132,12 @@ } }, "@testing-library/jest-dom": { - "version": "5.16.5", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz", - "integrity": "sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.1.3.tgz", + "integrity": "sha512-YzpjRHoCBWPzpPNtg6gnhasqtE/5O4qz8WCwDEaxtfnPO6gkaLrnuXusrGSPyhIGPezr1HM7ZH0CFaUTY9PJEQ==", "requires": { - "@adobe/css-tools": "^4.0.1", + "@adobe/css-tools": "^4.3.0", "@babel/runtime": "^7.9.2", - "@types/testing-library__jest-dom": "^5.9.1", "aria-query": "^5.0.0", "chalk": "^3.0.0", "css.escape": "^1.5.1", @@ -21619,9 +27345,9 @@ } }, "@types/estree": { - "version": "0.0.51", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz", + "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==" }, "@types/express": { "version": "4.17.13", @@ -21695,143 +27421,14 @@ } }, "@types/jest": { - "version": "29.5.1", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz", - "integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==", + "version": "29.5.4", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", + "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", "requires": { "expect": "^29.0.0", "pretty-format": "^29.0.0" }, "dependencies": { - "@jest/types": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.3.1.tgz", - "integrity": "sha512-d0S0jmmTpjnhCmNpApgX3jrUZgZ22ivKJRvL2lli5hpCRoNnp1f85r2/wpKfXuYu8E7Jjh1hGfhPyup1NM5AmA==", - "requires": { - "@jest/schemas": "^29.0.0", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - } - }, - "@types/yargs": { - "version": "17.0.15", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.15.tgz", - "integrity": "sha512-ZHc4W2dnEQPfhn06TBEdWaiUHEZAocYaiVMfwOipY5jcJt/251wVrKCBWBetGZWO5CF8tdb7L3DmdxVlZ2BOIg==", - "requires": { - "@types/yargs-parser": "*" - } - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "diff-sequences": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.3.1.tgz", - "integrity": "sha512-hlM3QR272NXCi4pq+N4Kok4kOp6EsgOM3ZSpJI7Da3UAs+Ttsi8MRmB6trM/lhyzUxGfOgnpkHtgqm5Q/CTcfQ==" - }, - "expect": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/expect/-/expect-29.3.1.tgz", - "integrity": "sha512-gGb1yTgU30Q0O/tQq+z30KBWv24ApkMgFUpvKBkyLUBL68Wv8dHdJxTBZFl/iT8K/bqDHvUYRH6IIN3rToopPA==", - "requires": { - "@jest/expect-utils": "^29.3.1", - "jest-get-type": "^29.2.0", - "jest-matcher-utils": "^29.3.1", - "jest-message-util": "^29.3.1", - "jest-util": "^29.3.1" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "jest-diff": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.3.1.tgz", - "integrity": "sha512-vU8vyiO7568tmin2lA3r2DP8oRvzhvRcD4DjpXc6uGveQodyk7CKLhQlCSiwgx3g0pFaE88/KLZ0yaTWMc4Uiw==", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^29.3.1", - "jest-get-type": "^29.2.0", - "pretty-format": "^29.3.1" - } - }, - "jest-get-type": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.2.0.tgz", - "integrity": "sha512-uXNJlg8hKFEnDgFsrCjznB+sTxdkuqiCL6zMgA75qEbAJjJYTs9XPrvDctrEig2GDow22T/LvHgO57iJhXB/UA==" - }, - "jest-matcher-utils": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.3.1.tgz", - "integrity": "sha512-fkRMZUAScup3txIKfMe3AIZZmPEjWEdsPJFK3AIy5qRohWqQFg1qrmKfYXR9qEkNc7OdAu2N4KPHibEmy4HPeQ==", - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^29.3.1", - "jest-get-type": "^29.2.0", - "pretty-format": "^29.3.1" - } - }, - "jest-message-util": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.3.1.tgz", - "integrity": "sha512-lMJTbgNcDm5z+6KDxWtqOFWlGQxD6XaYwBqHR8kmpkP+WWWG90I35kdtQHY67Ay5CSuydkTBbJG+tH9JShFCyA==", - "requires": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^29.3.1", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^29.3.1", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - } - }, - "jest-util": { - "version": "29.3.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.3.1.tgz", - "integrity": "sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==", - "requires": { - "@jest/types": "^29.3.1", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - } - }, "pretty-format": { "version": "29.3.1", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.3.1.tgz", @@ -21853,14 +27450,6 @@ "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "requires": { - "has-flag": "^4.0.0" - } } } }, @@ -21875,9 +27464,9 @@ "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=" }, "@types/lodash": { - "version": "4.14.194", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.194.tgz", - "integrity": "sha512-r22s9tAS7imvBt2lyHC9B8AGwWnXaYb1tY09oyLkXDs4vArpYJzw09nj8MLx5VfciBPGIb+ZwG0ssYnEPJxn/g==" + "version": "4.14.198", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.198.tgz", + "integrity": "sha512-trNJ/vtMZYMLhfN45uLq4ShQSw0/S7xCTLLVM+WM1rmFpba/VS42jVUgaO3w/NOLiWR/09lnYk0yMaA/atdIsg==" }, "@types/mdast": { "version": "3.0.10", @@ -21903,9 +27492,9 @@ "integrity": "sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==" }, "@types/node": { - "version": "20.1.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.1.7.tgz", - "integrity": "sha512-WCuw/o4GSwDGMoonES8rcvwsig77dGCMbZDrZr2x4ZZiNW4P/gcoZXe/0twgtobcTkmg9TuKflxYL/DuwDyJzg==" + "version": "20.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.0.tgz", + "integrity": "sha512-najjVq5KN2vsH2U/xyh2opaSEz6cZMR2SetLIlxlj08nOcmPOemJmUK2o4kUzfLqfrWE0PIrNeE16XhYDd3nqg==" }, "@types/parse-json": { "version": "4.0.0", @@ -21913,9 +27502,9 @@ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" }, "@types/prettier": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.4.tgz", - "integrity": "sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA==" + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz", + "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==" }, "@types/prop-types": { "version": "15.7.4", @@ -21938,9 +27527,9 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "@types/react": { - "version": "18.2.6", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.6.tgz", - "integrity": "sha512-wRZClXn//zxCFW+ye/D2qY65UsYP1Fpex2YXorHc8awoNamkMZSvBxwxdYVInsHOZZd2Ppq8isnSzJL5Mpf8OA==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -21948,9 +27537,9 @@ } }, "@types/react-dom": { - "version": "18.2.4", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.4.tgz", - "integrity": "sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==", + "version": "18.2.7", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz", + "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", "requires": { "@types/react": "*" } @@ -22003,14 +27592,6 @@ "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==" }, - "@types/testing-library__jest-dom": { - "version": "5.14.2", - "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.2.tgz", - "integrity": "sha512-vehbtyHUShPxIa9SioxDwCvgxukDMH//icJG90sXQBUm5lJOHLT5kNeU9tnivhnA/TkOFMzGIXN2cTc4hY8/kg==", - "requires": { - "@types/jest": "*" - } - }, "@types/trusted-types": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.2.tgz", @@ -22154,133 +27735,133 @@ } }, "@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", + "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", "requires": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + "@webassemblyjs/helper-numbers": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6" } }, "@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==" + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", + "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==" }, "@webassemblyjs/helper-api-error": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==" + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", + "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==" }, "@webassemblyjs/helper-buffer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==" + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", + "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==" }, "@webassemblyjs/helper-numbers": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", - "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", + "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", "requires": { - "@webassemblyjs/floating-point-hex-parser": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/floating-point-hex-parser": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", "@xtuc/long": "4.2.2" } }, "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==" + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==" }, "@webassemblyjs/helper-wasm-section": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", - "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz", + "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==", "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1" + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/wasm-gen": "1.11.6" } }, "@webassemblyjs/ieee754": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", - "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", + "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", "requires": { "@xtuc/ieee754": "^1.2.0" } }, "@webassemblyjs/leb128": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", - "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", + "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", "requires": { "@xtuc/long": "4.2.2" } }, "@webassemblyjs/utf8": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", - "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==" + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==" }, "@webassemblyjs/wasm-edit": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", - "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz", + "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==", "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/helper-wasm-section": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-opt": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "@webassemblyjs/wast-printer": "1.11.1" + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/helper-wasm-section": "1.11.6", + "@webassemblyjs/wasm-gen": "1.11.6", + "@webassemblyjs/wasm-opt": "1.11.6", + "@webassemblyjs/wasm-parser": "1.11.6", + "@webassemblyjs/wast-printer": "1.11.6" } }, "@webassemblyjs/wasm-gen": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", - "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz", + "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==", "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" } }, "@webassemblyjs/wasm-opt": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", - "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz", + "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==", "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1" + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/wasm-gen": "1.11.6", + "@webassemblyjs/wasm-parser": "1.11.6" } }, "@webassemblyjs/wasm-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", - "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz", + "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==", "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" } }, "@webassemblyjs/wast-printer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", - "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz", + "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==", "requires": { - "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/ast": "1.11.6", "@xtuc/long": "4.2.2" } }, @@ -22324,9 +27905,9 @@ } }, "acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==" + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", + "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==" }, "acorn-globals": { "version": "6.0.0", @@ -22345,9 +27926,9 @@ } }, "acorn-import-assertions": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", - "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", + "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", "requires": {} }, "acorn-jsx": { @@ -22553,7 +28134,7 @@ "asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "at-least-node": { "version": "1.0.0", @@ -22670,17 +28251,17 @@ }, "dependencies": { "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "requires": { "minimist": "^1.2.0" } }, "loader-utils": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz", - "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", "requires": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -22757,9 +28338,9 @@ }, "dependencies": { "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" } } }, @@ -22982,9 +28563,9 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "bootstrap": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.3.tgz", - "integrity": "sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.1.tgz", + "integrity": "sha512-jzwza3Yagduci2x0rr9MeFSORjcHpt0lRZukZPZQJT1Dth5qzV7XcgGqYzi39KGAVYR8QEDVoO0ubFKOxzMG+g==", "requires": {} }, "brace-expansion": { @@ -23015,15 +28596,14 @@ "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" }, "browserslist": { - "version": "4.19.1", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz", - "integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==", + "version": "4.21.10", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz", + "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==", "requires": { - "caniuse-lite": "^1.0.30001286", - "electron-to-chromium": "^1.4.17", - "escalade": "^3.1.1", - "node-releases": "^2.0.1", - "picocolors": "^1.0.0" + "caniuse-lite": "^1.0.30001517", + "electron-to-chromium": "^1.4.477", + "node-releases": "^2.0.13", + "update-browserslist-db": "^1.0.11" } }, "bser": { @@ -23094,9 +28674,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001488", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001488.tgz", - "integrity": "sha512-NORIQuuL4xGpIy6iCCQGN4iFjlBXtfKWIenlUuyZJumLRIindLb7wXM+GO8erEhb7vXfcnf4BAg2PrSDN5TNLQ==" + "version": "1.0.30001532", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001532.tgz", + "integrity": "sha512-FbDFnNat3nMnrROzqrsg314zhqN5LGQ1kyyMk2opcrwGbVGpHRhgCWtAgD5YJUqNAiQ+dklreil/c3Qf1dfCTw==" }, "case-sensitive-paths-webpack-plugin": { "version": "2.4.0", @@ -23174,9 +28754,9 @@ "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==" }, "cjs-module-lexer": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz", - "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==" + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz", + "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==" }, "classlist-polyfill": { "version": "1.2.0", @@ -23204,12 +28784,14 @@ "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==" }, "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "optional": true, + "peer": true, "requires": { "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", + "strip-ansi": "^6.0.1", "wrap-ansi": "^7.0.0" } }, @@ -23221,7 +28803,7 @@ "co": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=" + "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==" }, "coa": { "version": "2.0.2", @@ -23412,19 +28994,11 @@ "integrity": "sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==" }, "core-js-compat": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.21.1.tgz", - "integrity": "sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g==", + "version": "3.32.2", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.32.2.tgz", + "integrity": "sha512-+GjlguTDINOijtVRUxrQOv3kfu9rl+qPNdX2LTbJ/ZyVTuxK+ksVSAGX1nHstu4hrv1En/uPTtWgq2gI5wt4AQ==", "requires": { - "browserslist": "^4.19.1", - "semver": "7.0.0" - }, - "dependencies": { - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", - "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==" - } + "browserslist": "^4.21.10" } }, "core-js-pure": { @@ -23770,9 +29344,9 @@ } }, "decimal.js": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz", - "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==" + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" }, "decode-named-character-reference": { "version": "1.0.1", @@ -23783,9 +29357,12 @@ } }, "dedent": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", - "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=" + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.1.tgz", + "integrity": "sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==", + "optional": true, + "peer": true, + "requires": {} }, "deep-equal": { "version": "1.1.1", @@ -23834,7 +29411,7 @@ "delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" }, "depd": { "version": "1.1.2", @@ -23901,9 +29478,9 @@ "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==" }, "diff-sequences": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", - "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==" + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", + "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" }, "dir-glob": { "version": "3.0.1", @@ -23924,9 +29501,9 @@ "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" }, "dns-packet": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.3.1.tgz", - "integrity": "sha512-spBwIj0TK0Ey3666GwIdWVfUpLyubpU53BTCu8iPn4r4oXd9O14Hjg3EHw3ts2oed77/SeckunUYCyRlSngqHw==", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", + "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", "requires": { "@leichtgewicht/ip-codec": "^2.0.1" } @@ -24054,17 +29631,17 @@ "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "ejs": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.6.tgz", - "integrity": "sha512-9lt9Zse4hPucPkoP7FHDF0LQAlGyF9JVpnClFLFH3aSSbxmyoqINRpp/9wePWJTUl4KOQwRL72Iw3InHPDkoGw==", + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", + "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", "requires": { - "jake": "^10.6.1" + "jake": "^10.8.5" } }, "electron-to-chromium": { - "version": "1.4.71", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.71.tgz", - "integrity": "sha512-Hk61vXXKRb2cd3znPE9F+2pLWdIOmP7GjiTj45y6L3W/lO+hSnUSUhq+6lEaERWBdZOHbk2s3YV5c9xVl3boVw==" + "version": "1.4.514", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.514.tgz", + "integrity": "sha512-M8LVncPt1Xaw1XLxws6EoJCmY41RXLk87tq6PHvSHDyTYWla3CrEgGlbhC79e8LHyvQ2JTDXx//xzgSixNYcUQ==" }, "element-closest": { "version": "2.0.2", @@ -24072,9 +29649,11 @@ "integrity": "sha1-cqdAoQdFM4LijfnOXbtajfD5Zuw=" }, "emittery": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", - "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==" + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", + "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", + "optional": true, + "peer": true }, "emoji-regex": { "version": "9.2.2", @@ -24092,9 +29671,9 @@ "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" }, "enhanced-resolve": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.0.tgz", - "integrity": "sha512-weDYmzbBygL7HzGGS26M3hGQx68vehdEg6VUmqSOaFzXExFqlnKuSvsEJCVGQHScS8CQMbrAqftT+AzzHNt/YA==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", + "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", "requires": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -24171,9 +29750,9 @@ } }, "es-module-lexer": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", - "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==" + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.1.tgz", + "integrity": "sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==" }, "es-shim-unscopables": { "version": "1.0.0", @@ -24209,57 +29788,21 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "escodegen": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", - "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", "requires": { "esprima": "^4.0.1", "estraverse": "^5.2.0", "esutils": "^2.0.2", - "optionator": "^0.8.1", "source-map": "~0.6.1" }, "dependencies": { - "levn": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - } - }, - "optionator": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", - "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - } - }, - "prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=" - }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "optional": true - }, - "type-check": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "requires": { - "prelude-ls": "~1.1.2" - } } } }, @@ -24601,9 +30144,9 @@ } }, "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" } } }, @@ -24747,17 +30290,102 @@ "exit": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=" + "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==" }, "expect": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", - "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/expect/-/expect-29.6.4.tgz", + "integrity": "sha512-F2W2UyQ8XYyftHT57dtfg8Ue3X5qLgm2sSug0ivvLRH/VKNRL/pDxg/TH7zVzbQB0tu80clNFy6LU7OS/VSEKA==", "requires": { - "@jest/types": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1" + "@jest/expect-utils": "^29.6.4", + "jest-get-type": "^29.6.3", + "jest-matcher-utils": "^29.6.4", + "jest-message-util": "^29.6.3", + "jest-util": "^29.6.3" + }, + "dependencies": { + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "requires": { + "@types/yargs-parser": "*" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } } }, "express": { @@ -24860,9 +30488,9 @@ } }, "fast-json-patch": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-3.1.0.tgz", - "integrity": "sha512-IhpytlsVTRndz0hU5t0/MGzS/etxLlfrpG5V5M9mVbuj9TrJLWaMfsox9REM5rkuGX0T+5qjpe8XA1o0gZ42nA==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-3.1.1.tgz", + "integrity": "sha512-vf6IHUX2SBcA+5/+4883dsIjpBTqmfBjmYiWK1savxQmFk4JfBMLa7ynTYOs1Rolp/T1betJxHiGD3g1Mn8lUQ==" }, "fast-json-stable-stringify": { "version": "2.1.0", @@ -24932,11 +30560,29 @@ } }, "filelist": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.2.tgz", - "integrity": "sha512-z7O0IS8Plc39rTCq6i6iHxk43duYOn8uFJiWSewIq0Bww1RNybVHSCjahmcC87ZqAm4OTvFzlzeGu3XAzG1ctQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", "requires": { - "minimatch": "^3.0.4" + "minimatch": "^5.0.1" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "requires": { + "balanced-match": "^1.0.0" + } + }, + "minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "requires": { + "brace-expansion": "^2.0.1" + } + } } }, "filesize": { @@ -25565,9 +31211,9 @@ } }, "https-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", - "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", "requires": { "agent-base": "6", "debug": "4" @@ -25971,91 +31617,280 @@ }, "dependencies": { "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" } } }, "istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", "requires": { "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", + "make-dir": "^4.0.0", "supports-color": "^7.1.0" }, "dependencies": { "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "make-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "requires": { + "semver": "^7.5.3" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "istanbul-lib-source-maps": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", + "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", + "requires": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "istanbul-reports": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz", + "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==", + "requires": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + } + }, + "jake": { + "version": "10.8.7", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz", + "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==", + "requires": { + "async": "^3.2.3", + "chalk": "^4.0.2", + "filelist": "^1.0.4", + "minimatch": "^3.1.2" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "async": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.6.4.tgz", + "integrity": "sha512-tEFhVQFF/bzoYV1YuGyzLPZ6vlPrdfvDmmAxudA1dLEuiztqg2Rkx20vkKY32xiDROcD2KXlgZ7Cu8RPeEHRKw==", + "optional": true, + "peer": true, + "requires": { + "@jest/core": "^29.6.4", + "@jest/types": "^29.6.3", + "import-local": "^3.0.2", + "jest-cli": "^29.6.4" + }, + "dependencies": { + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "requires": { "has-flag": "^4.0.0" } } } }, - "istanbul-lib-source-maps": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", - "requires": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - } - } - }, - "istanbul-reports": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", - "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", - "requires": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - } - }, - "jake": { - "version": "10.8.4", - "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.4.tgz", - "integrity": "sha512-MtWeTkl1qGsWUtbl/Jsca/8xSoK3x0UmS82sNbjqxxG/de/M/3b1DntdjHgPMC50enlTNwXOCRqPXLLt5cCfZA==", + "jest-changed-files": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.6.3.tgz", + "integrity": "sha512-G5wDnElqLa4/c66ma5PG9eRjE342lIbF6SUnTJi26C3J28Fv2TVY2rOyKB9YGbSA5ogwevgmxc4j4aVjrEK6Yg==", + "optional": true, + "peer": true, "requires": { - "async": "0.9.x", - "chalk": "^4.0.2", - "filelist": "^1.0.1", - "minimatch": "^3.0.4" + "execa": "^5.0.0", + "jest-util": "^29.6.3", + "p-limit": "^3.1.0" }, "dependencies": { + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "requires": { "color-convert": "^2.0.1" } }, - "async": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", - "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=" - }, "chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -26065,6 +31900,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "requires": { "color-name": "~1.1.4" } @@ -26072,73 +31909,104 @@ "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "requires": { "has-flag": "^4.0.0" } } } }, - "jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", - "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", - "requires": { - "@jest/core": "^27.5.1", - "import-local": "^3.0.2", - "jest-cli": "^27.5.1" - } - }, - "jest-changed-files": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", - "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", - "requires": { - "@jest/types": "^27.5.1", - "execa": "^5.0.0", - "throat": "^6.0.1" - } - }, "jest-circus": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", - "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.6.4.tgz", + "integrity": "sha512-YXNrRyntVUgDfZbjXWBMPslX1mQ8MrSG0oM/Y06j9EYubODIyHWP8hMUbjbZ19M3M+zamqEur7O80HODwACoJw==", + "optional": true, + "peer": true, "requires": { - "@jest/environment": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", + "@jest/environment": "^29.6.4", + "@jest/expect": "^29.6.4", + "@jest/test-result": "^29.6.4", + "@jest/types": "^29.6.3", "@types/node": "*", "chalk": "^4.0.0", "co": "^4.6.0", - "dedent": "^0.7.0", - "expect": "^27.5.1", + "dedent": "^1.0.0", "is-generator-fn": "^2.0.0", - "jest-each": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "pretty-format": "^27.5.1", + "jest-each": "^29.6.3", + "jest-matcher-utils": "^29.6.4", + "jest-message-util": "^29.6.3", + "jest-runtime": "^29.6.4", + "jest-snapshot": "^29.6.4", + "jest-util": "^29.6.3", + "p-limit": "^3.1.0", + "pretty-format": "^29.6.3", + "pure-rand": "^6.0.0", "slash": "^3.0.0", - "stack-utils": "^2.0.3", - "throat": "^6.0.1" + "stack-utils": "^2.0.3" }, "dependencies": { + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "requires": { "color-convert": "^2.0.1" } @@ -26147,6 +32015,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -26156,6 +32026,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "requires": { "color-name": "~1.1.4" } @@ -26163,17 +32035,66 @@ "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true + } + } + }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "requires": { "has-flag": "^4.0.0" } @@ -26181,28 +32102,57 @@ } }, "jest-cli": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", - "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.6.4.tgz", + "integrity": "sha512-+uMCQ7oizMmh8ZwRfZzKIEszFY9ksjjEQnTEMTaL7fYiL3Kw4XhqT9bYh+A4DQKUb67hZn2KbtEnDuHvcgK4pQ==", + "optional": true, + "peer": true, "requires": { - "@jest/core": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", + "@jest/core": "^29.6.4", + "@jest/test-result": "^29.6.4", + "@jest/types": "^29.6.3", "chalk": "^4.0.0", "exit": "^0.1.2", "graceful-fs": "^4.2.9", "import-local": "^3.0.2", - "jest-config": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", + "jest-config": "^29.6.4", + "jest-util": "^29.6.3", + "jest-validate": "^29.6.3", "prompts": "^2.0.1", - "yargs": "^16.2.0" + "yargs": "^17.3.1" }, "dependencies": { + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "requires": { "color-convert": "^2.0.1" } @@ -26211,6 +32161,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -26220,6 +32172,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "requires": { "color-name": "~1.1.4" } @@ -26227,17 +32181,88 @@ "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "jest-validate": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.6.3.tgz", + "integrity": "sha512-e7KWZcAIX+2W1o3cHfnqpGajdCs1jSM3DkXjGeLSNmCazv1EeI1ggTeK5wdZhF+7N+g44JI2Od3veojoaumlfg==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.6.3" + } + }, + "pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true + } + } + }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "requires": { "has-flag": "^4.0.0" } @@ -26245,35 +32270,353 @@ } }, "jest-config": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", - "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.6.4.tgz", + "integrity": "sha512-JWohr3i9m2cVpBumQFv2akMEnFEPVOh+9L2xIBJhJ0zOaci2ZXuKJj0tgMKQCBZAKA09H049IR4HVS/43Qb19A==", + "optional": true, + "peer": true, "requires": { - "@babel/core": "^7.8.0", - "@jest/test-sequencer": "^27.5.1", - "@jest/types": "^27.5.1", - "babel-jest": "^27.5.1", + "@babel/core": "^7.11.6", + "@jest/test-sequencer": "^29.6.4", + "@jest/types": "^29.6.3", + "babel-jest": "^29.6.4", "chalk": "^4.0.0", "ci-info": "^3.2.0", "deepmerge": "^4.2.2", - "glob": "^7.1.1", + "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-circus": "^27.5.1", - "jest-environment-jsdom": "^27.5.1", - "jest-environment-node": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-jasmine2": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-runner": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", + "jest-circus": "^29.6.4", + "jest-environment-node": "^29.6.4", + "jest-get-type": "^29.6.3", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.6.4", + "jest-runner": "^29.6.4", + "jest-util": "^29.6.3", + "jest-validate": "^29.6.3", "micromatch": "^4.0.4", "parse-json": "^5.2.0", - "pretty-format": "^27.5.1", + "pretty-format": "^29.6.3", "slash": "^3.0.0", "strip-json-comments": "^3.1.1" }, + "dependencies": { + "@jest/transform": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.6.4.tgz", + "integrity": "sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA==", + "optional": true, + "peer": true, + "requires": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + } + }, + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "babel-jest": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.6.4.tgz", + "integrity": "sha512-meLj23UlSLddj6PC+YTOFRgDAtjnZom8w/ACsrx0gtPtv5cJZk0A5Unk5bV4wixD7XaPCN1fQvpww8czkZURmw==", + "optional": true, + "peer": true, + "requires": { + "@jest/transform": "^29.6.4", + "@types/babel__core": "^7.1.14", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^29.6.3", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "slash": "^3.0.0" + } + }, + "babel-plugin-jest-hoist": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", + "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", + "optional": true, + "peer": true, + "requires": { + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.1.14", + "@types/babel__traverse": "^7.0.6" + } + }, + "babel-preset-jest": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", + "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", + "optional": true, + "peer": true, + "requires": { + "babel-plugin-jest-hoist": "^29.6.3", + "babel-preset-current-node-syntax": "^1.0.0" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "optional": true, + "peer": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true + }, + "jest-haste-map": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz", + "integrity": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "fsevents": "^2.3.2", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + } + }, + "jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true + }, + "jest-resolve": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.6.4.tgz", + "integrity": "sha512-fPRq+0vcxsuGlG0O3gyoqGTAxasagOxEuyoxHeyxaZbc9QNek0AmJWSkhjlMG+mTsj+8knc/mWb3fXlRNVih7Q==", + "optional": true, + "peer": true, + "requires": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^29.6.3", + "jest-validate": "^29.6.3", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" + } + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "jest-validate": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.6.3.tgz", + "integrity": "sha512-e7KWZcAIX+2W1o3cHfnqpGajdCs1jSM3DkXjGeLSNmCazv1EeI1ggTeK5wdZhF+7N+g44JI2Od3veojoaumlfg==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.6.3" + } + }, + "jest-worker": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.4.tgz", + "integrity": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==", + "optional": true, + "peer": true, + "requires": { + "@types/node": "*", + "jest-util": "^29.6.3", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "dependencies": { + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "optional": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true + } + } + }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true + }, + "resolve.exports": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "optional": true, + "peer": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "optional": true, + "peer": true, + "requires": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + } + } + } + }, + "jest-diff": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.6.4.tgz", + "integrity": "sha512-9F48UxR9e4XOEZvoUXEHSWY4qC4zERJaOfrbBg9JpbJOO43R1vN76REt/aMGZoY6GD5g84nnJiBIVlscegefpw==", + "requires": { + "chalk": "^4.0.0", + "diff-sequences": "^29.6.3", + "jest-get-type": "^29.6.3", + "pretty-format": "^29.6.3" + }, "dependencies": { "ansi-styles": { "version": "4.3.0", @@ -26310,27 +32653,253 @@ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" + }, + "pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "requires": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + } + } + }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-docblock": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.6.3.tgz", + "integrity": "sha512-2+H+GOTQBEm2+qFSQ7Ma+BvyV+waiIFxmZF5LdpBsAEjWX8QYjSCa4FrkIYtbfXUJJJnFCYrOtt6TZ+IAiTjBQ==", + "optional": true, + "peer": true, + "requires": { + "detect-newline": "^3.0.0" + } + }, + "jest-each": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.6.3.tgz", + "integrity": "sha512-KoXfJ42k8cqbkfshW7sSHcdfnv5agDdHCPA87ZBdmHP+zJstTJc0ttQaJ/x7zK6noAL76hOuTIJ6ZkQRS5dcyg==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "jest-util": "^29.6.3", + "pretty-format": "^29.6.3" + }, + "dependencies": { + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true + } + } + }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-environment-jsdom": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", + "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", + "requires": { + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1", + "jsdom": "^16.6.0" + }, + "dependencies": { + "@jest/environment": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", + "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", + "requires": { + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1" + } + }, + "@jest/fake-timers": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", + "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", + "requires": { + "@jest/types": "^27.5.1", + "@sinonjs/fake-timers": "^8.0.1", + "@types/node": "*", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" + } + }, + "@sinonjs/commons": { + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", + "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", + "requires": { + "type-detect": "4.0.8" + } + }, + "@sinonjs/fake-timers": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", + "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", "requires": { - "has-flag": "^4.0.0" + "@sinonjs/commons": "^1.7.0" } - } - } - }, - "jest-diff": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", - "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "dependencies": { + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -26366,6 +32935,31 @@ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, + "jest-message-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^27.5.1", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + } + }, + "jest-mock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", + "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", + "requires": { + "@jest/types": "^27.5.1", + "@types/node": "*" + } + }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -26376,30 +32970,52 @@ } } }, - "jest-docblock": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", - "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", - "requires": { - "detect-newline": "^3.0.0" - } - }, - "jest-each": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", - "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", + "jest-environment-node": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.6.4.tgz", + "integrity": "sha512-i7SbpH2dEIFGNmxGCpSc2w9cA4qVD+wfvg2ZnfQ7XVrKL0NA5uDVBIiGH8SR4F0dKEv/0qI5r+aDomDf04DpEQ==", + "optional": true, + "peer": true, "requires": { - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "jest-get-type": "^27.5.1", - "jest-util": "^27.5.1", - "pretty-format": "^27.5.1" + "@jest/environment": "^29.6.4", + "@jest/fake-timers": "^29.6.4", + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-mock": "^29.6.3", + "jest-util": "^29.6.3" }, "dependencies": { + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "requires": { "color-convert": "^2.0.1" } @@ -26408,6 +33024,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -26417,6 +33035,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "requires": { "color-name": "~1.1.4" } @@ -26424,50 +33044,44 @@ "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "requires": { "has-flag": "^4.0.0" } } } }, - "jest-environment-jsdom": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", - "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", - "requires": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1", - "jsdom": "^16.6.0" - } - }, - "jest-environment-node": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", - "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", - "requires": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1" - } - }, "jest-get-type": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", @@ -26517,6 +33131,90 @@ "throat": "^6.0.1" }, "dependencies": { + "@jest/console": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", + "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", + "requires": { + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", + "slash": "^3.0.0" + } + }, + "@jest/environment": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", + "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", + "requires": { + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1" + } + }, + "@jest/fake-timers": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", + "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", + "requires": { + "@jest/types": "^27.5.1", + "@sinonjs/fake-timers": "^8.0.1", + "@types/node": "*", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" + } + }, + "@jest/globals": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", + "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", + "requires": { + "@jest/environment": "^27.5.1", + "@jest/types": "^27.5.1", + "expect": "^27.5.1" + } + }, + "@jest/source-map": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", + "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", + "requires": { + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9", + "source-map": "^0.6.0" + } + }, + "@jest/test-result": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", + "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", + "requires": { + "@jest/console": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + } + }, + "@sinonjs/commons": { + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", + "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", + "requires": { + "type-detect": "4.0.8" + } + }, + "@sinonjs/fake-timers": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", + "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", + "requires": { + "@sinonjs/commons": "^1.7.0" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -26547,11 +33245,149 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, + "diff-sequences": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", + "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==" + }, + "expect": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", + "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", + "requires": { + "@jest/types": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1" + } + }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, + "jest-diff": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", + "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", + "requires": { + "chalk": "^4.0.0", + "diff-sequences": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + } + }, + "jest-each": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", + "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", + "requires": { + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "jest-get-type": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1" + } + }, + "jest-matcher-utils": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", + "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", + "requires": { + "chalk": "^4.0.0", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + } + }, + "jest-message-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^27.5.1", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + } + }, + "jest-mock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", + "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", + "requires": { + "@jest/types": "^27.5.1", + "@types/node": "*" + } + }, + "jest-runtime": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", + "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", + "requires": { + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/globals": "^27.5.1", + "@jest/source-map": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "execa": "^5.0.0", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" + } + }, + "jest-snapshot": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", + "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", + "requires": { + "@babel/core": "^7.7.2", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/traverse": "^7.7.2", + "@babel/types": "^7.0.0", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/babel__traverse": "^7.0.4", + "@types/prettier": "^2.1.5", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", + "natural-compare": "^1.4.0", + "pretty-format": "^27.5.1", + "semver": "^7.3.2" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -26563,23 +33399,60 @@ } }, "jest-leak-detector": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", - "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.6.3.tgz", + "integrity": "sha512-0kfbESIHXYdhAdpLsW7xdwmYhLf1BRu4AA118/OxFm0Ho1b2RcTmO4oF6aAMaxpxdxnJ3zve2rgwzNBD4Zbm7Q==", + "optional": true, + "peer": true, "requires": { - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" + "jest-get-type": "^29.6.3", + "pretty-format": "^29.6.3" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true + }, + "jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true + }, + "pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + } + }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true + } } }, "jest-matcher-utils": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", - "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.6.4.tgz", + "integrity": "sha512-KSzwyzGvK4HcfnserYqJHYi7sZVqdREJ9DMPAKVbS98JsIAvumihaNUbjrWw0St7p9IY7A9UskCW5MYlGmBQFQ==", "requires": { "chalk": "^4.0.0", - "jest-diff": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" + "jest-diff": "^29.6.4", + "jest-get-type": "^29.6.3", + "pretty-format": "^29.6.3" }, "dependencies": { "ansi-styles": { @@ -26617,6 +33490,33 @@ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, + "jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" + }, + "pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "requires": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + } + } + }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -26628,21 +33528,42 @@ } }, "jest-message-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", - "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.6.3.tgz", + "integrity": "sha512-FtzaEEHzjDpQp51HX4UMkPZjy46ati4T5pEMyM6Ik48ztu4T9LQplZ6OsimHx7EuM9dfEh5HJa6D3trEftu3dA==", "requires": { "@babel/code-frame": "^7.12.13", - "@jest/types": "^27.5.1", + "@jest/types": "^29.6.3", "@types/stack-utils": "^2.0.0", "chalk": "^4.0.0", "graceful-fs": "^4.2.9", "micromatch": "^4.0.4", - "pretty-format": "^27.5.1", + "pretty-format": "^29.6.3", "slash": "^3.0.0", "stack-utils": "^2.0.3" }, "dependencies": { + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "requires": { + "@types/yargs-parser": "*" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -26678,6 +33599,28 @@ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, + "pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "requires": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + } + } + }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -26689,12 +33632,112 @@ } }, "jest-mock": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", - "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.6.3.tgz", + "integrity": "sha512-Z7Gs/mOyTSR4yPsaZ72a/MtuK6RnC3JYqWONe48oLaoEcYwEDxqvbXz85G4SJrm2Z5Ar9zp6MiHF4AlFlRM4Pg==", + "optional": true, + "peer": true, "requires": { - "@jest/types": "^27.5.1", - "@types/node": "*" + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-util": "^29.6.3" + }, + "dependencies": { + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } + } } }, "jest-pnp-resolver": { @@ -26771,47 +33814,110 @@ } }, "jest-resolve-dependencies": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", - "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.6.4.tgz", + "integrity": "sha512-7+6eAmr1ZBF3vOAJVsfLj1QdqeXG+WYhidfLHBRZqGN24MFRIiKG20ItpLw2qRAsW/D2ZUUmCNf6irUr/v6KHA==", + "optional": true, + "peer": true, "requires": { - "@jest/types": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-snapshot": "^27.5.1" + "jest-regex-util": "^29.6.3", + "jest-snapshot": "^29.6.4" + }, + "dependencies": { + "jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true + } } }, "jest-runner": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", - "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.6.4.tgz", + "integrity": "sha512-SDaLrMmtVlQYDuG0iSPYLycG8P9jLI+fRm8AF/xPKhYDB2g6xDWjXBrR5M8gEWsK6KVFlebpZ4QsrxdyIX1Jaw==", + "optional": true, + "peer": true, "requires": { - "@jest/console": "^27.5.1", - "@jest/environment": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", + "@jest/console": "^29.6.4", + "@jest/environment": "^29.6.4", + "@jest/test-result": "^29.6.4", + "@jest/transform": "^29.6.4", + "@jest/types": "^29.6.3", "@types/node": "*", "chalk": "^4.0.0", - "emittery": "^0.8.1", + "emittery": "^0.13.1", "graceful-fs": "^4.2.9", - "jest-docblock": "^27.5.1", - "jest-environment-jsdom": "^27.5.1", - "jest-environment-node": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-leak-detector": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "source-map-support": "^0.5.6", - "throat": "^6.0.1" - }, - "dependencies": { + "jest-docblock": "^29.6.3", + "jest-environment-node": "^29.6.4", + "jest-haste-map": "^29.6.4", + "jest-leak-detector": "^29.6.3", + "jest-message-util": "^29.6.3", + "jest-resolve": "^29.6.4", + "jest-runtime": "^29.6.4", + "jest-util": "^29.6.3", + "jest-watcher": "^29.6.4", + "jest-worker": "^29.6.4", + "p-limit": "^3.1.0", + "source-map-support": "0.5.13" + }, + "dependencies": { + "@jest/transform": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.6.4.tgz", + "integrity": "sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA==", + "optional": true, + "peer": true, + "requires": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + } + }, + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "requires": { "color-convert": "^2.0.1" } @@ -26820,6 +33926,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -26829,6 +33937,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "requires": { "color-name": "~1.1.4" } @@ -26836,56 +33946,294 @@ "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "optional": true, + "peer": true }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true + }, + "jest-haste-map": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz", + "integrity": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "fsevents": "^2.3.2", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + } + }, + "jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true + }, + "jest-resolve": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.6.4.tgz", + "integrity": "sha512-fPRq+0vcxsuGlG0O3gyoqGTAxasagOxEuyoxHeyxaZbc9QNek0AmJWSkhjlMG+mTsj+8knc/mWb3fXlRNVih7Q==", + "optional": true, + "peer": true, + "requires": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^29.6.3", + "jest-validate": "^29.6.3", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" + } + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "jest-validate": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.6.3.tgz", + "integrity": "sha512-e7KWZcAIX+2W1o3cHfnqpGajdCs1jSM3DkXjGeLSNmCazv1EeI1ggTeK5wdZhF+7N+g44JI2Od3veojoaumlfg==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.6.3" + } + }, + "jest-worker": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.4.tgz", + "integrity": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==", + "optional": true, + "peer": true, + "requires": { + "@types/node": "*", + "jest-util": "^29.6.3", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "dependencies": { + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "optional": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true + } + } + }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true + }, + "resolve.exports": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "optional": true, + "peer": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "optional": true, + "peer": true + }, + "source-map-support": { + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", + "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "optional": true, + "peer": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "requires": { "has-flag": "^4.0.0" } + }, + "write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "optional": true, + "peer": true, + "requires": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + } } } }, "jest-runtime": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", - "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", - "requires": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/globals": "^27.5.1", - "@jest/source-map": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.6.4.tgz", + "integrity": "sha512-s/QxMBLvmwLdchKEjcLfwzP7h+jsHvNEtxGP5P+Fl1FMaJX2jMiIqe4rJw4tFprzCwuSvVUo9bn0uj4gNRXsbA==", + "optional": true, + "peer": true, + "requires": { + "@jest/environment": "^29.6.4", + "@jest/fake-timers": "^29.6.4", + "@jest/globals": "^29.6.4", + "@jest/source-map": "^29.6.3", + "@jest/test-result": "^29.6.4", + "@jest/transform": "^29.6.4", + "@jest/types": "^29.6.3", + "@types/node": "*", "chalk": "^4.0.0", "cjs-module-lexer": "^1.0.0", "collect-v8-coverage": "^1.0.0", - "execa": "^5.0.0", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-mock": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", + "jest-haste-map": "^29.6.4", + "jest-message-util": "^29.6.3", + "jest-mock": "^29.6.3", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.6.4", + "jest-snapshot": "^29.6.4", + "jest-util": "^29.6.3", "slash": "^3.0.0", "strip-bom": "^4.0.0" }, "dependencies": { + "@jest/transform": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.6.4.tgz", + "integrity": "sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA==", + "optional": true, + "peer": true, + "requires": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + } + }, + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "requires": { "color-convert": "^2.0.1" } @@ -26894,6 +34242,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -26903,6 +34253,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "requires": { "color-name": "~1.1.4" } @@ -26910,20 +34262,187 @@ "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "optional": true, + "peer": true }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true + }, + "jest-haste-map": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz", + "integrity": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "fsevents": "^2.3.2", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + } + }, + "jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true + }, + "jest-resolve": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.6.4.tgz", + "integrity": "sha512-fPRq+0vcxsuGlG0O3gyoqGTAxasagOxEuyoxHeyxaZbc9QNek0AmJWSkhjlMG+mTsj+8knc/mWb3fXlRNVih7Q==", + "optional": true, + "peer": true, + "requires": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^29.6.3", + "jest-validate": "^29.6.3", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" + } + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "jest-validate": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.6.3.tgz", + "integrity": "sha512-e7KWZcAIX+2W1o3cHfnqpGajdCs1jSM3DkXjGeLSNmCazv1EeI1ggTeK5wdZhF+7N+g44JI2Od3veojoaumlfg==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.6.3" + } + }, + "jest-worker": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.4.tgz", + "integrity": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==", + "optional": true, + "peer": true, + "requires": { + "@types/node": "*", + "jest-util": "^29.6.3", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "dependencies": { + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "optional": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true + } + } + }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true + }, + "resolve.exports": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "optional": true, + "peer": true }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "requires": { "has-flag": "^4.0.0" } + }, + "write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "optional": true, + "peer": true, + "requires": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + } } } }, @@ -26937,38 +34456,89 @@ } }, "jest-snapshot": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", - "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.6.4.tgz", + "integrity": "sha512-VC1N8ED7+4uboUKGIDsbvNAZb6LakgIPgAF4RSpF13dN6YaMokfRqO+BaqK4zIh6X3JffgwbzuGqDEjHm/MrvA==", + "optional": true, + "peer": true, "requires": { - "@babel/core": "^7.7.2", + "@babel/core": "^7.11.6", "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-jsx": "^7.7.2", "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/traverse": "^7.7.2", - "@babel/types": "^7.0.0", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.1.5", + "@babel/types": "^7.3.3", + "@jest/expect-utils": "^29.6.4", + "@jest/transform": "^29.6.4", + "@jest/types": "^29.6.3", "babel-preset-current-node-syntax": "^1.0.0", "chalk": "^4.0.0", - "expect": "^27.5.1", + "expect": "^29.6.4", "graceful-fs": "^4.2.9", - "jest-diff": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-util": "^27.5.1", + "jest-diff": "^29.6.4", + "jest-get-type": "^29.6.3", + "jest-matcher-utils": "^29.6.4", + "jest-message-util": "^29.6.3", + "jest-util": "^29.6.3", "natural-compare": "^1.4.0", - "pretty-format": "^27.5.1", - "semver": "^7.3.2" + "pretty-format": "^29.6.3", + "semver": "^7.5.3" }, "dependencies": { + "@jest/transform": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.6.4.tgz", + "integrity": "sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA==", + "optional": true, + "peer": true, + "requires": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.6.4", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + } + }, + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, + "requires": { + "@types/yargs-parser": "*" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "requires": { "color-convert": "^2.0.1" } @@ -26977,6 +34547,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -26986,6 +34558,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "requires": { "color-name": "~1.1.4" } @@ -26993,20 +34567,147 @@ "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true + }, + "convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "optional": true, + "peer": true }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "optional": true, + "peer": true + }, + "jest-haste-map": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz", + "integrity": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "fsevents": "^2.3.2", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.6.3", + "jest-worker": "^29.6.4", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + } + }, + "jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "optional": true, + "peer": true + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "jest-worker": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.4.tgz", + "integrity": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==", + "optional": true, + "peer": true, + "requires": { + "@types/node": "*", + "jest-util": "^29.6.3", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "dependencies": { + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "optional": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "pretty-format": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", + "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "optional": true, + "peer": true, + "requires": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "optional": true, + "peer": true + } + } + }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "optional": true, + "peer": true }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "requires": { "has-flag": "^4.0.0" } + }, + "write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "optional": true, + "peer": true, + "requires": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + } } } }, @@ -27126,115 +34827,54 @@ } } }, - "jest-watch-typeahead": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.0.0.tgz", - "integrity": "sha512-jxoszalAb394WElmiJTFBMzie/RDCF+W7Q29n5LzOPtcoQoHWfdUtHFkbhgf5NwWe8uMOxvKb/g7ea7CshfkTw==", + "jest-watcher": { + "version": "29.6.4", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.6.4.tgz", + "integrity": "sha512-oqUWvx6+On04ShsT00Ir9T4/FvBeEh2M9PTubgITPxDa739p4hoQweWPRGyYeaojgT0xTpZKF0Y/rSY1UgMxvQ==", + "optional": true, + "peer": true, "requires": { - "ansi-escapes": "^4.3.1", + "@jest/test-result": "^29.6.4", + "@jest/types": "^29.6.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", - "jest-regex-util": "^27.0.0", - "jest-watcher": "^27.0.0", - "slash": "^4.0.0", - "string-length": "^5.0.1", - "strip-ansi": "^7.0.1" + "emittery": "^0.13.1", + "jest-util": "^29.6.3", + "string-length": "^4.0.1" }, "dependencies": { - "ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "char-regex": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz", - "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==" - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "slash": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==" - }, - "string-length": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", - "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "optional": true, + "peer": true, "requires": { - "char-regex": "^2.0.0", - "strip-ansi": "^7.0.1" + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" } }, - "strip-ansi": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", - "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "optional": true, + "peer": true, "requires": { - "ansi-regex": "^6.0.1" + "@types/yargs-parser": "*" } }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "jest-watcher": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", - "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", - "requires": { - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "jest-util": "^27.5.1", - "string-length": "^4.0.1" - }, - "dependencies": { "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "optional": true, + "peer": true, "requires": { "color-convert": "^2.0.1" } @@ -27243,6 +34883,8 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "optional": true, + "peer": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -27252,6 +34894,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "optional": true, + "peer": true, "requires": { "color-name": "~1.1.4" } @@ -27259,17 +34903,38 @@ "color-name": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "optional": true, + "peer": true }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "optional": true, + "peer": true + }, + "jest-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", + "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "optional": true, + "peer": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "optional": true, + "peer": true, "requires": { "has-flag": "^4.0.0" } @@ -27364,11 +35029,6 @@ "resolved": "https://registry.npmjs.org/json-logic-js/-/json-logic-js-2.0.2.tgz", "integrity": "sha512-ZBtBdMJieqQcH7IX/LaBsr5pX+Y5JIW+EhejtM3Ffg2jdN9Iwf+Ht6TbHnvAZ/YtwyuhPaCBlnvzrwVeWdvGDQ==" }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" - }, "json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", @@ -27390,12 +35050,9 @@ "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=" }, "json5": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", - "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", - "requires": { - "minimist": "^1.2.5" - } + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" }, "jsonfile": { "version": "6.1.0", @@ -27493,9 +35150,9 @@ "integrity": "sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==" }, "loader-utils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", - "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", "requires": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -27591,9 +35248,9 @@ }, "dependencies": { "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" } } }, @@ -28214,6 +35871,11 @@ } } }, + "mini-svg-data-uri": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz", + "integrity": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==" + }, "minimalistic-assert": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", @@ -28241,16 +35903,16 @@ } }, "moment": { - "version": "2.29.2", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", - "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "moment-timezone": { - "version": "0.5.34", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.34.tgz", - "integrity": "sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==", + "version": "0.5.43", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz", + "integrity": "sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==", "requires": { - "moment": ">= 2.9.0" + "moment": "^2.29.4" } }, "mri": { @@ -28356,9 +36018,9 @@ "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=" }, "node-releases": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", - "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==" + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", + "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==" }, "normalize-path": { "version": "3.0.0", @@ -28392,9 +36054,9 @@ } }, "nwsapi": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", - "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==" + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", + "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==" }, "object-assign": { "version": "4.1.1", @@ -29544,15 +37206,22 @@ } }, "psl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" }, "punycode": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, + "pure-rand": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.3.tgz", + "integrity": "sha512-KddyFewCsO0j3+np81IQ+SweXLDnDQTs5s67BOnrYmYe/yNmUhttQyGsYzy8yUnoljGAQ9sl38YB4vH8ur7Y+w==", + "optional": true, + "peer": true + }, "q": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", @@ -29563,6 +37232,11 @@ "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz", "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==" }, + "querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + }, "queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", @@ -29761,9 +37435,9 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, "loader-utils": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.0.tgz", - "integrity": "sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", + "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==" }, "supports-color": { "version": "7.2.0", @@ -29791,9 +37465,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "react-idle-timer": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/react-idle-timer/-/react-idle-timer-5.6.2.tgz", - "integrity": "sha512-X7zjDv7duCopQ4v3X2Gun8QunvYplPWkvW2y7suDSREu1vQRQ0mr1ESv325QoJuvSIE5QCSbLaJlrbbooNaUNg==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/react-idle-timer/-/react-idle-timer-5.7.2.tgz", + "integrity": "sha512-+BaPfc7XEUU5JFkwZCx6fO1bLVK+RBlFH+iY4X34urvIzZiZINP6v2orePx3E6pAztJGE7t4DzvL7if2SL/0GQ==", "requires": {} }, "react-is": { @@ -29836,20 +37510,20 @@ "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==" }, "react-router": { - "version": "6.11.2", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.11.2.tgz", - "integrity": "sha512-74z9xUSaSX07t3LM+pS6Un0T55ibUE/79CzfZpy5wsPDZaea1F8QkrsiyRnA2YQ7LwE/umaydzXZV80iDCPkMg==", + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.15.0.tgz", + "integrity": "sha512-NIytlzvzLwJkCQj2HLefmeakxxWHWAP+02EGqWEZy+DgfHHKQMUoBBjUQLOtFInBMhWtb3hiUy6MfFgwLjXhqg==", "requires": { - "@remix-run/router": "1.6.2" + "@remix-run/router": "1.8.0" } }, "react-router-dom": { - "version": "6.11.2", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.11.2.tgz", - "integrity": "sha512-JNbKtAeh1VSJQnH6RvBDNhxNwemRj7KxCzc5jb7zvDSKRnPWIFj9pO+eXqjM69gQJ0r46hSz1x4l9y0651DKWw==", + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.15.0.tgz", + "integrity": "sha512-aR42t0fs7brintwBGAv2+mGlCtgtFQeOzK0BM1/OiqEzRejOZtpMZepvgkscpMUnKb8YO84G7s3LsHnnDNonbQ==", "requires": { - "@remix-run/router": "1.6.2", - "react-router": "6.11.2" + "@remix-run/router": "1.8.0", + "react-router": "6.15.0" } }, "react-scripts": { @@ -29905,6 +37579,803 @@ "webpack-dev-server": "^4.6.0", "webpack-manifest-plugin": "^4.0.2", "workbox-webpack-plugin": "^6.4.1" + }, + "dependencies": { + "@jest/console": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", + "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", + "requires": { + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", + "slash": "^3.0.0" + } + }, + "@jest/core": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", + "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", + "requires": { + "@jest/console": "^27.5.1", + "@jest/reporters": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "emittery": "^0.8.1", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-changed-files": "^27.5.1", + "jest-config": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-resolve-dependencies": "^27.5.1", + "jest-runner": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "jest-watcher": "^27.5.1", + "micromatch": "^4.0.4", + "rimraf": "^3.0.0", + "slash": "^3.0.0", + "strip-ansi": "^6.0.0" + } + }, + "@jest/environment": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", + "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", + "requires": { + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1" + } + }, + "@jest/fake-timers": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", + "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", + "requires": { + "@jest/types": "^27.5.1", + "@sinonjs/fake-timers": "^8.0.1", + "@types/node": "*", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" + } + }, + "@jest/globals": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", + "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", + "requires": { + "@jest/environment": "^27.5.1", + "@jest/types": "^27.5.1", + "expect": "^27.5.1" + } + }, + "@jest/reporters": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", + "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", + "requires": { + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "collect-v8-coverage": "^1.0.0", + "exit": "^0.1.2", + "glob": "^7.1.2", + "graceful-fs": "^4.2.9", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^5.1.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.1.3", + "jest-haste-map": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", + "slash": "^3.0.0", + "source-map": "^0.6.0", + "string-length": "^4.0.1", + "terminal-link": "^2.0.0", + "v8-to-istanbul": "^8.1.0" + } + }, + "@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "requires": { + "@sinclair/typebox": "^0.24.1" + } + }, + "@jest/source-map": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", + "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", + "requires": { + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9", + "source-map": "^0.6.0" + } + }, + "@jest/test-result": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", + "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", + "requires": { + "@jest/console": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + } + }, + "@jest/test-sequencer": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", + "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", + "requires": { + "@jest/test-result": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-runtime": "^27.5.1" + } + }, + "@sinclair/typebox": { + "version": "0.24.51", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", + "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==" + }, + "@sinonjs/commons": { + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", + "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", + "requires": { + "type-detect": "4.0.8" + } + }, + "@sinonjs/fake-timers": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", + "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", + "requires": { + "@sinonjs/commons": "^1.7.0" + } + }, + "@types/yargs": { + "version": "17.0.24", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", + "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "requires": { + "@types/yargs-parser": "*" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "dedent": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==" + }, + "diff-sequences": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", + "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==" + }, + "emittery": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", + "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==" + }, + "expect": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", + "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", + "requires": { + "@jest/types": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "jest": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", + "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", + "requires": { + "@jest/core": "^27.5.1", + "import-local": "^3.0.2", + "jest-cli": "^27.5.1" + } + }, + "jest-changed-files": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", + "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", + "requires": { + "@jest/types": "^27.5.1", + "execa": "^5.0.0", + "throat": "^6.0.1" + } + }, + "jest-circus": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", + "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", + "requires": { + "@jest/environment": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "dedent": "^0.7.0", + "expect": "^27.5.1", + "is-generator-fn": "^2.0.0", + "jest-each": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "stack-utils": "^2.0.3", + "throat": "^6.0.1" + } + }, + "jest-cli": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", + "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", + "requires": { + "@jest/core": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "import-local": "^3.0.2", + "jest-config": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "prompts": "^2.0.1", + "yargs": "^16.2.0" + } + }, + "jest-config": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", + "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", + "requires": { + "@babel/core": "^7.8.0", + "@jest/test-sequencer": "^27.5.1", + "@jest/types": "^27.5.1", + "babel-jest": "^27.5.1", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.1", + "graceful-fs": "^4.2.9", + "jest-circus": "^27.5.1", + "jest-environment-jsdom": "^27.5.1", + "jest-environment-node": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-jasmine2": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-runner": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" + } + }, + "jest-diff": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", + "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", + "requires": { + "chalk": "^4.0.0", + "diff-sequences": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + } + }, + "jest-docblock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", + "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", + "requires": { + "detect-newline": "^3.0.0" + } + }, + "jest-each": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", + "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", + "requires": { + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "jest-get-type": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1" + } + }, + "jest-environment-node": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", + "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", + "requires": { + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" + } + }, + "jest-leak-detector": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", + "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", + "requires": { + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + } + }, + "jest-matcher-utils": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", + "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", + "requires": { + "chalk": "^4.0.0", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + } + }, + "jest-message-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^27.5.1", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + } + }, + "jest-mock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", + "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", + "requires": { + "@jest/types": "^27.5.1", + "@types/node": "*" + } + }, + "jest-resolve-dependencies": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", + "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", + "requires": { + "@jest/types": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-snapshot": "^27.5.1" + } + }, + "jest-runner": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", + "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", + "requires": { + "@jest/console": "^27.5.1", + "@jest/environment": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "emittery": "^0.8.1", + "graceful-fs": "^4.2.9", + "jest-docblock": "^27.5.1", + "jest-environment-jsdom": "^27.5.1", + "jest-environment-node": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-leak-detector": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", + "source-map-support": "^0.5.6", + "throat": "^6.0.1" + } + }, + "jest-runtime": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", + "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", + "requires": { + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/globals": "^27.5.1", + "@jest/source-map": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "execa": "^5.0.0", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" + } + }, + "jest-snapshot": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", + "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", + "requires": { + "@babel/core": "^7.7.2", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/traverse": "^7.7.2", + "@babel/types": "^7.0.0", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/babel__traverse": "^7.0.4", + "@types/prettier": "^2.1.5", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", + "natural-compare": "^1.4.0", + "pretty-format": "^27.5.1", + "semver": "^7.3.2" + } + }, + "jest-watch-typeahead": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz", + "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==", + "requires": { + "ansi-escapes": "^4.3.1", + "chalk": "^4.0.0", + "jest-regex-util": "^28.0.0", + "jest-watcher": "^28.0.0", + "slash": "^4.0.0", + "string-length": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "dependencies": { + "@jest/console": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", + "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^28.1.3", + "jest-util": "^28.1.3", + "slash": "^3.0.0" + }, + "dependencies": { + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + } + } + }, + "@jest/test-result": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", + "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", + "requires": { + "@jest/console": "^28.1.3", + "@jest/types": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + } + }, + "@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "requires": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + } + }, + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + }, + "emittery": { + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", + "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==" + }, + "jest-message-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", + "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", + "requires": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^28.1.3", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^28.1.3", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "dependencies": { + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + } + } + }, + "jest-regex-util": { + "version": "28.0.2", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", + "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==" + }, + "jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "requires": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + } + }, + "jest-watcher": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", + "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", + "requires": { + "@jest/test-result": "^28.1.3", + "@jest/types": "^28.1.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "emittery": "^0.10.2", + "jest-util": "^28.1.3", + "string-length": "^4.0.1" + }, + "dependencies": { + "string-length": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "requires": { + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "requires": { + "ansi-regex": "^5.0.1" + } + } + } + }, + "pretty-format": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", + "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", + "requires": { + "@jest/schemas": "^28.1.3", + "ansi-regex": "^5.0.1", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + } + }, + "slash": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==" + }, + "string-length": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", + "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", + "requires": { + "char-regex": "^2.0.0", + "strip-ansi": "^7.0.1" + }, + "dependencies": { + "char-regex": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz", + "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==" + } + } + }, + "strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "requires": { + "ansi-regex": "^6.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" + } + } + } + } + }, + "jest-watcher": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", + "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", + "requires": { + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "jest-util": "^27.5.1", + "string-length": "^4.0.1" + } + }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "requires": { + "has-flag": "^4.0.0" + } + }, + "v8-to-istanbul": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", + "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", + "requires": { + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^1.6.0", + "source-map": "^0.7.3" + }, + "dependencies": { + "source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" + } + } + }, + "yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "requires": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + } + }, + "yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==" + } } }, "read-cache": { @@ -29945,21 +38416,11 @@ } }, "recursive-readdir": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz", - "integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", + "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", "requires": { - "minimatch": "3.0.4" - }, - "dependencies": { - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "requires": { - "brace-expansion": "^1.1.7" - } - } + "minimatch": "^3.0.5" } }, "redent": { @@ -30114,7 +38575,7 @@ "require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" }, "require-from-string": { "version": "2.0.2", @@ -30330,9 +38791,9 @@ } }, "schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "requires": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -30353,9 +38814,9 @@ } }, "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "requires": { "lru-cache": "^6.0.0" } @@ -30403,9 +38864,9 @@ } }, "serialize-javascript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", + "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", "requires": { "randombytes": "^2.1.0" } @@ -30854,9 +39315,9 @@ } }, "supports-hyperlinks": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz", - "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", + "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", "requires": { "has-flag": "^4.0.0", "supports-color": "^7.0.0" @@ -30964,9 +39425,9 @@ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" }, "tailwindcss": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.2.tgz", - "integrity": "sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.3.tgz", + "integrity": "sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==", "requires": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -30988,7 +39449,6 @@ "postcss-load-config": "^4.0.1", "postcss-nested": "^6.0.1", "postcss-selector-parser": "^6.0.11", - "postcss-value-parser": "^4.2.0", "resolve": "^1.22.2", "sucrase": "^3.32.0" } @@ -31031,12 +39491,13 @@ } }, "terser": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.10.0.tgz", - "integrity": "sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==", + "version": "5.19.4", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.19.4.tgz", + "integrity": "sha512-6p1DjHeuluwxDXcuT9VR8p64klWJKo1ILiy19s6C9+0Bh2+NWTX6nD9EPppiER4ICkHDVB1RkVpin/YW2nQn/g==", "requires": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", "commander": "^2.20.0", - "source-map": "~0.7.2", "source-map-support": "~0.5.20" }, "dependencies": { @@ -31044,31 +39505,19 @@ "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" } } }, "terser-webpack-plugin": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz", - "integrity": "sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==", + "version": "5.3.9", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.9.tgz", + "integrity": "sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==", "requires": { + "@jridgewell/trace-mapping": "^0.3.17", "jest-worker": "^27.4.5", "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.0", - "source-map": "^0.6.1", - "terser": "^5.7.2" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - } + "serialize-javascript": "^6.0.1", + "terser": "^5.16.8" } }, "test-exclude": { @@ -31108,9 +39557,9 @@ } }, "throat": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz", - "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==" + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz", + "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==" }, "thunky": { "version": "1.1.0", @@ -31167,19 +39616,20 @@ } }, "tough-cookie": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", - "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", + "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", "requires": { "psl": "^1.1.33", "punycode": "^2.1.1", - "universalify": "^0.1.2" + "universalify": "^0.2.0", + "url-parse": "^1.5.3" }, "dependencies": { "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" } } }, @@ -31223,9 +39673,9 @@ }, "dependencies": { "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "requires": { "minimist": "^1.2.0" } @@ -31439,6 +39889,15 @@ "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==" }, + "update-browserslist-db": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", + "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", + "requires": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + } + }, "uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -31447,11 +39906,14 @@ "punycode": "^2.1.0" } }, - "use-isomorphic-layout-effect": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz", - "integrity": "sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==", - "requires": {} + "url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "requires": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } }, "use-sync-external-store": { "version": "1.2.0", @@ -31526,20 +39988,15 @@ "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==" }, "v8-to-istanbul": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", - "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz", + "integrity": "sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==", + "optional": true, + "peer": true, "requires": { + "@jridgewell/trace-mapping": "^0.3.12", "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "dependencies": { - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" - } + "convert-source-map": "^1.6.0" } }, "vanilla-picker": { @@ -31600,9 +40057,9 @@ } }, "watchpack": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz", - "integrity": "sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", + "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", "requires": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -31617,9 +40074,9 @@ } }, "web-vitals": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.1.tgz", - "integrity": "sha512-LTfY5GjcY3ngFzNsYFSYL+AmVmlWrzPTUxSMDis2rZbf+SzT7HH3NH4Y/l45XOlrAIunOBeURN9qtBHkRskAiA==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", + "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" }, "webidl-conversions": { "version": "6.1.0", @@ -31627,33 +40084,33 @@ "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==" }, "webpack": { - "version": "5.69.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.69.0.tgz", - "integrity": "sha512-E5Fqu89Gu8fR6vejRqu26h8ld/k6/dCVbeGUcuZjc+goQHDfCPU9rER71JmdtBYGmci7Ec2aFEATQ2IVXKy2wg==", + "version": "5.88.2", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.2.tgz", + "integrity": "sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==", "requires": { "@types/eslint-scope": "^3.7.3", - "@types/estree": "^0.0.51", - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/wasm-edit": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "acorn": "^8.4.1", - "acorn-import-assertions": "^1.7.6", + "@types/estree": "^1.0.0", + "@webassemblyjs/ast": "^1.11.5", + "@webassemblyjs/wasm-edit": "^1.11.5", + "@webassemblyjs/wasm-parser": "^1.11.5", + "acorn": "^8.7.1", + "acorn-import-assertions": "^1.9.0", "browserslist": "^4.14.5", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.9.0", - "es-module-lexer": "^0.9.0", + "enhanced-resolve": "^5.15.0", + "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.2.9", - "json-parse-better-errors": "^1.0.2", + "json-parse-even-better-errors": "^2.3.1", "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^3.1.0", + "schema-utils": "^3.2.0", "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.1.3", - "watchpack": "^2.3.1", + "terser-webpack-plugin": "^5.3.7", + "watchpack": "^2.4.0", "webpack-sources": "^3.2.3" }, "dependencies": { @@ -31929,9 +40386,9 @@ } }, "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==" + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" }, "workbox-background-sync": { "version": "6.5.3", @@ -32253,9 +40710,9 @@ } }, "ws": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", - "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", + "version": "7.5.9", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", "requires": {} }, "xml-name-validator": { @@ -32284,23 +40741,27 @@ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" }, "yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "optional": true, + "peer": true, "requires": { - "cliui": "^7.0.2", + "cliui": "^8.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", - "string-width": "^4.2.0", + "string-width": "^4.2.3", "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" + "yargs-parser": "^21.1.1" } }, "yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==" + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "optional": true, + "peer": true }, "yocto-queue": { "version": "0.1.0", diff --git a/app/client/package.json b/app/client/package.json index a678008b..bf1e41cf 100644 --- a/app/client/package.json +++ b/app/client/package.json @@ -1,6 +1,6 @@ { "name": "epa-csb-client", - "version": "2.1.0", + "version": "4.0.0", "description": "U.S. EPA Clean School Bus data collection system (client app)", "homepage": ".", "license": "CC0-1.0", @@ -19,34 +19,35 @@ "dependencies": { "@formio/premium": "1.18.4", "@formio/react": "5.2.3", - "@formio/uswds": "2.4.8", - "@headlessui/react": "1.7.14", + "@formio/uswds": "2.5.0", + "@headlessui/react": "1.7.17", "@heroicons/react": "2.0.18", - "@radix-ui/react-tooltip": "1.0.5", - "@tanstack/react-query": "4.29.7", - "@tanstack/react-query-devtools": "4.29.7", - "@testing-library/jest-dom": "5.16.5", + "@radix-ui/react-tooltip": "1.0.6", + "@tailwindcss/forms": "0.5.6", + "@tanstack/react-query": "4.35.0", + "@tanstack/react-query-devtools": "4.35.0", + "@testing-library/jest-dom": "6.1.3", "@testing-library/react": "12.1.5", "@testing-library/user-event": "14.4.3", - "@types/jest": "29.5.1", - "@types/lodash": "4.14.194", - "@types/node": "20.1.7", - "@types/react": "18.2.6", - "@types/react-dom": "18.2.4", - "bootstrap": "5.2.3", + "@types/jest": "29.5.4", + "@types/lodash": "4.14.198", + "@types/node": "20.6.0", + "@types/react": "18.2.21", + "@types/react-dom": "18.2.7", + "bootstrap": "5.3.1", "formiojs": "4.14.5", "lodash": "4.17.21", "react": "17.0.2", "react-dom": "17.0.2", - "react-idle-timer": "5.6.2", + "react-idle-timer": "5.7.2", "react-markdown": "8.0.7", - "react-router-dom": "6.11.2", + "react-router-dom": "6.15.0", "react-scripts": "5.0.1", "remark-gfm": "3.0.1", - "tailwindcss": "3.3.2", + "tailwindcss": "3.3.3", "typescript": "4.9.3", "uswds": "2.14.0", - "web-vitals": "3.3.1" + "web-vitals": "3.4.0" }, "proxy": "http://localhost:3001", "eslintConfig": { diff --git a/app/client/public/index.html b/app/client/public/index.html index 7c50caac..5c409caf 100644 --- a/app/client/public/index.html +++ b/app/client/public/index.html @@ -112,6 +112,12 @@ as="font" crossorigin="anonymous" /> + -
+
-
@@ -291,14 +297,18 @@
- @@ -383,7 +393,6 @@
-
@@ -440,7 +449,7 @@

Discover.

class="menu__link" href="https://www.epa.gov/home/wwwepagov-snapshots" > - EPA www Web Snapshot + EPA www Web Snapshots -
- - -
- {rebate?.application.bap?.rebateId && ( + {rebate?.frf.bap?.rebateId && (
  • - Rebate ID: {rebate.application.bap.rebateId} + Rebate ID: {rebate.frf.bap.rebateId}
  • )} diff --git a/app/client/src/routes/frf2023.tsx b/app/client/src/routes/frf2023.tsx new file mode 100644 index 00000000..ef426de0 --- /dev/null +++ b/app/client/src/routes/frf2023.tsx @@ -0,0 +1,421 @@ +import { useEffect, useMemo, useRef } from "react"; +import { useNavigate, useOutletContext, useParams } from "react-router-dom"; +import { useQueryClient, useQuery, useMutation } from "@tanstack/react-query"; +import { Dialog } from "@headlessui/react"; +import { Formio, Form } from "@formio/react"; +import s3 from "formiojs/providers/storage/s3"; +import { cloneDeep, isEqual } from "lodash"; +import icons from "uswds/img/sprite.svg"; +// --- +import { serverUrl, messages } from "../config"; +import { + FormioFRF2023Submission, + getData, + postData, + useContentData, + useConfigData, + useBapSamData, + useSubmissionsQueries, + // useSubmissions, + // submissionNeedsEdits, + getUserInfo, +} from "../utilities"; +import { Loading } from "components/loading"; +import { Message } from "components/message"; +import { MarkdownContent } from "components/markdownContent"; +import { useNotificationsActions } from "contexts/notifications"; +import { useRebateYearState } from "contexts/rebateYear"; + +type ServerResponse = + | { + userAccess: false; + formSchema: null; + submission: null; + } + | { + userAccess: true; + formSchema: { url: string; json: object }; + submission: FormioFRF2023Submission; + }; + +/** Custom hook to fetch Formio submission data */ +function useFormioSubmissionQueryAndMutation(mongoId: string | undefined) { + const queryClient = useQueryClient(); + + useEffect(() => { + queryClient.resetQueries({ queryKey: ["formio/2023/frf-submission"] }); + }, [queryClient]); + + const url = `${serverUrl}/api/formio/2023/frf-submission/${mongoId}`; + + const query = useQuery({ + queryKey: ["formio/2023/frf-submission", { id: mongoId }], + queryFn: () => { + return getData(url).then((res) => { + const comboKey = res.submission?.data._bap_entity_combo_key; + + /** + * Change the formUrl the File component's `uploadFile` uses, so the s3 + * upload PUT request is routed through the server app. + * + * https://github.com/formio/formio.js/blob/master/src/components/file/File.js#L760 + * https://github.com/formio/formio.js/blob/master/src/providers/storage/s3.js#L5 + * https://github.com/formio/formio.js/blob/master/src/providers/storage/xhr.js#L90 + */ + Formio.Providers.providers.storage.s3 = function (formio: any) { + const s3Formio = cloneDeep(formio); + s3Formio.formUrl = `${serverUrl}/api/formio/2023/s3/frf/${mongoId}/${comboKey}`; + return s3(s3Formio); + }; + + return Promise.resolve(res); + }); + }, + refetchOnWindowFocus: false, + }); + + const mutation = useMutation({ + mutationFn: (updatedSubmission: { + data: { [field: string]: unknown }; + metadata: { [field: string]: unknown }; + state: "submitted" | "draft"; + }) => { + return postData(url, updatedSubmission); + }, + onSuccess: (res) => { + return queryClient.setQueryData( + ["formio/2023/frf-submission", { id: mongoId }], + (prevData) => { + return prevData?.submission + ? { ...prevData, submission: res } + : prevData; + } + ); + }, + }); + + return { query, mutation }; +} + +export function FRF2023() { + const { email } = useOutletContext<{ email: string }>(); + /* ensure user verification (JWT refresh) doesn't cause form to re-render */ + return useMemo(() => { + return ; + }, [email]); +} + +function FundingRequestForm(props: { email: string }) { + const { email } = props; + + const navigate = useNavigate(); + const { id: mongoId } = useParams<"id">(); // MongoDB ObjectId string + + const content = useContentData(); + const configData = useConfigData(); + const bapSamData = useBapSamData(); + const { + displaySuccessNotification, + displayErrorNotification, + dismissNotification, + } = useNotificationsActions(); + const { rebateYear } = useRebateYearState(); + + const submissionsQueries = useSubmissionsQueries("2023"); + // const submissions = useSubmissions("2023"); + + const { query, mutation } = useFormioSubmissionQueryAndMutation(mongoId); + const { userAccess, formSchema, submission } = query.data ?? {}; + + /** + * Stores when data is being posted to the server, so a loading overlay can + * be rendered over the form, preventing the user from losing input data when + * the form is re-rendered with data returned from the server's successful + * post response. + */ + const dataIsPosting = useRef(false); + + /** + * Stores when the form is being submitted, so it can be referenced in the + * Form component's `onSubmit` event prop to prevent double submits. + */ + const formIsBeingSubmitted = useRef(false); + + /** + * Stores the form data's state right after the user clicks the Save, Submit, + * or Next button. As soon as a post request to update the data succeeds, this + * pending submission data is reset to an empty object. This pending data, + * along with the submission data returned from the server is passed into the + * Form component's `submission` prop. + */ + const pendingSubmissionData = useRef<{ [field: string]: unknown }>({}); + + /** + * Stores the last succesfully submitted data, so it can be used in the Form + * component's `onNextPage` event prop's "dirty check" which determines if + * posting of updated data is needed (so we don't make needless requests if no + * field data in the form has changed). + */ + const lastSuccesfullySubmittedData = useRef<{ [field: string]: unknown }>({}); + + if (!configData || !bapSamData) { + return ; + } + + if (submissionsQueries.some((query) => query.isFetching)) { + return ; + } + + if (submissionsQueries.some((query) => query.isError)) { + return ; + } + + if (query.isInitialLoading) { + return ; + } + + if (query.isError || !userAccess || !formSchema || !submission) { + return ; + } + + // const rebate = submissions.find((r) => r.frf.formio._id === mongoId); + + // const frfNeedsEdits = !rebate + // ? false + // : submissionNeedsEdits({ + // formio: rebate.frf.formio, + // bap: rebate.frf.bap, + // }); + + const frfNeedsEdits = false; // TODO: update when BAP FRF work is completed + + const frfSubmissionPeriodOpen = + configData.submissionPeriodOpen[rebateYear].frf; + + const formIsReadOnly = + (submission.state === "submitted" || !frfSubmissionPeriodOpen) && + !frfNeedsEdits; + + /** matched SAM.gov entity for the Application submission */ + const entity = bapSamData.entities.find((entity) => { + const { ENTITY_COMBO_KEY__c } = entity; + return ENTITY_COMBO_KEY__c === submission.data._bap_entity_combo_key; + }); + + if (!entity) { + return ; + } + + if (entity.ENTITY_STATUS__c !== "Active") { + return ; + } + + const { title, name } = getUserInfo(email, entity); + + return ( +
    + {content && ( + + )} + +
      +
    • +
      + +
      +
      + Application ID: {submission._id} +
      +
    • +
    + + {}}> +
    +
    +
    + + + +
    +
    +
    + +
    +
    { + if (formIsReadOnly) return; + + // account for when form is being submitted to prevent double submits + if (formIsBeingSubmitted.current) return; + if (onSubmitSubmission.state === "submitted") { + formIsBeingSubmitted.current = true; + } + + const data = { ...onSubmitSubmission.data }; + + const updatedSubmission = { + ...onSubmitSubmission, + data, + }; + + dismissNotification({ id: 0 }); + dataIsPosting.current = true; + pendingSubmissionData.current = data; + + mutation.mutate(updatedSubmission, { + onSuccess: (res, payload, context) => { + pendingSubmissionData.current = {}; + lastSuccesfullySubmittedData.current = cloneDeep(res.data); + + /** success notification id */ + const id = Date.now(); + + displaySuccessNotification({ + id, + body: ( +

    + {onSubmitSubmission.state === "submitted" ? ( + <> + Application {mongoId} submitted successfully. + + ) : ( + <>Draft saved successfully. + )} +

    + ), + }); + + if (onSubmitSubmission.state === "submitted") { + /** + * NOTE: we'll keep the success notification displayed and + * redirect the user to their dashboard + */ + navigate("/"); + } + + if (onSubmitSubmission.state === "draft") { + setTimeout(() => dismissNotification({ id }), 5000); + } + }, + onError: (error, payload, context) => { + displayErrorNotification({ + id: Date.now(), + body: ( +

    + {onSubmitSubmission.state === "submitted" ? ( + <>Error submitting Application form. + ) : ( + <>Error saving draft. + )} +

    + ), + }); + }, + onSettled: (data, error, payload, context) => { + dataIsPosting.current = false; + formIsBeingSubmitted.current = false; + }, + }); + }} + onNextPage={(onNextPageParam: { + page: number; + submission: { + data: { [field: string]: unknown }; + metadata: { [field: string]: unknown }; + }; + }) => { + if (formIsReadOnly) return; + + const data = { ...onNextPageParam.submission.data }; + + // "dirty check" – don't post an update if no changes have been made + // to the form (ignoring current user fields) + const currentData = { ...data }; + const submittedData = { ...lastSuccesfullySubmittedData.current }; + delete currentData._user_email; + delete currentData._user_title; + delete currentData._user_name; + delete submittedData._user_email; + delete submittedData._user_title; + delete submittedData._user_name; + if (isEqual(currentData, submittedData)) return; + + const updatedSubmission = { + ...onNextPageParam.submission, + data, + state: "draft" as const, + }; + + dismissNotification({ id: 0 }); + dataIsPosting.current = true; + pendingSubmissionData.current = data; + + mutation.mutate(updatedSubmission, { + onSuccess: (res, payload, context) => { + pendingSubmissionData.current = {}; + lastSuccesfullySubmittedData.current = cloneDeep(res.data); + + /** success notification id */ + const id = Date.now(); + + displaySuccessNotification({ + id, + body: ( +

    + Draft saved successfully. +

    + ), + }); + + setTimeout(() => dismissNotification({ id }), 5000); + }, + onError: (error, payload, context) => { + displayErrorNotification({ + id: Date.now(), + body: ( +

    + Error saving draft. +

    + ), + }); + }, + onSettled: (data, error, payload, context) => { + dataIsPosting.current = false; + }, + }); + }} + /> +
    +
    + ); +} diff --git a/app/client/src/routes/newApplicationForm.tsx b/app/client/src/routes/frfNew.tsx similarity index 74% rename from app/client/src/routes/newApplicationForm.tsx rename to app/client/src/routes/frfNew.tsx index 58a248e0..48032f8d 100644 --- a/app/client/src/routes/newApplicationForm.tsx +++ b/app/client/src/routes/frfNew.tsx @@ -6,10 +6,12 @@ import icons from "uswds/img/sprite.svg"; // --- import { serverUrl, messages } from "../config"; import { - FormioApplicationSubmission, + BapSamEntity, + FormioFRF2022Submission, + FormioFRF2023Submission, postData, useContentData, - useCsbData, + useConfigData, useBapSamData, getUserInfo, } from "../utilities"; @@ -17,14 +19,77 @@ import { Loading, LoadingButtonIcon } from "components/loading"; import { Message } from "components/message"; import { MarkdownContent } from "components/markdownContent"; import { TextWithTooltip } from "components/tooltip"; +import { useRebateYearState } from "contexts/rebateYear"; -export function NewApplicationForm() { +/** + * Creates the initial FRF submission data for a given rebate year + */ +function createInitialSubmissionData(options: { + rebateYear: "2022" | "2023"; + email: string; + entity: BapSamEntity; +}) { + const { rebateYear, email, entity } = options; + + const { title, name } = getUserInfo(email, entity); + const comboKey = entity.ENTITY_COMBO_KEY__c; + const uei = entity.UNIQUE_ENTITY_ID__c; + const efti = entity.ENTITY_EFT_INDICATOR__c; + const orgName = entity.LEGAL_BUSINESS_NAME__c; + const address1 = entity.PHYSICAL_ADDRESS_LINE_1__c; + const address2 = entity.PHYSICAL_ADDRESS_LINE_2__c; + const city = entity.PHYSICAL_ADDRESS_CITY__c; + const state = entity.PHYSICAL_ADDRESS_PROVINCE_OR_STATE__c; + const zip = entity.PHYSICAL_ADDRESS_ZIPPOSTAL_CODE__c; + + return rebateYear === "2022" + ? { + last_updated_by: email, + hidden_current_user_email: email, + hidden_current_user_title: title, + hidden_current_user_name: name, + bap_hidden_entity_combo_key: comboKey, + sam_hidden_applicant_email: email, + sam_hidden_applicant_title: title, + sam_hidden_applicant_name: name, + sam_hidden_applicant_efti: efti, + sam_hidden_applicant_uei: uei, + sam_hidden_applicant_organization_name: orgName, + sam_hidden_applicant_street_address_1: address1, + sam_hidden_applicant_street_address_2: address2, + sam_hidden_applicant_city: city, + sam_hidden_applicant_state: state, + sam_hidden_applicant_zip_code: zip, + } + : rebateYear === "2023" + ? { + _user_email: email, + _user_title: title, + _user_name: name, + _bap_entity_combo_key: comboKey, + _bap_applicant_email: email, + _bap_applicant_title: title, + _bap_applicant_name: name, + _bap_applicant_efti: efti, + _bap_applicant_uei: uei, + _bap_applicant_organization_name: orgName, + _bap_applicant_street_address_1: address1, + _bap_applicant_street_address_2: address2, + _bap_applicant_city: city, + _bap_applicant_state: state, + _bap_applicant_zip: zip, + } + : null; +} + +export function FRFNew() { const navigate = useNavigate(); const { email } = useOutletContext<{ email: string }>(); const content = useContentData(); - const csbData = useCsbData(); + const configData = useConfigData(); const bapSamData = useBapSamData(); + const { rebateYear } = useRebateYearState(); const [errorMessage, setErrorMessage] = useState<{ displayed: boolean; @@ -37,15 +102,16 @@ export function NewApplicationForm() { /** * Stores when data is being posted to the server, so a loading indicator can * be rendered inside the new application button, and we can prevent double - * submits/creations of new Application form submissions. + * submits/creations of new FRF submissions. */ const [postingDataId, setPostingDataId] = useState("0"); - if (!csbData || !bapSamData) { + if (!configData || !bapSamData) { return ; } - const applicationFormOpen = csbData.submissionPeriodOpen.application; + const frfSubmissionPeriodOpen = + configData.submissionPeriodOpen[rebateYear].frf; const activeSamEntities = bapSamData.entities.filter((entity) => { return entity.ENTITY_STATUS__c === "Active"; @@ -83,7 +149,7 @@ export function NewApplicationForm() { >
    -
    +
    - + + +
    {query.isFetching || mutation.isLoading ? ( @@ -316,44 +400,12 @@ export function Helpdesk() { - {lastSearchedText.length === 6 ? ( - {bap.rebateId} - ) : ( - {bap.mongoId} - )} - - {getStatus({ formType, formio, bap })} - - {formType === "application" ? ( - {formio.data.sam_hidden_applicant_name as string} - ) : formType === "payment-request" ? ( - {formio.data.applicantName as string} - ) : formType === "close-out" ? ( - {formio.data.signatureName as string} - ) : ( -   - )} - - {formType === "application" ? ( - {formio.data.last_updated_by as string} - ) : formType === "payment-request" ? ( - {formio.data.hidden_current_user_email as string} - ) : formType === "close-out" ? ( - {formio.data.hidden_current_user_email as string} - ) : ( -   - )} - - - - {formatDate(formio.modified)} - - + diff --git a/app/client/src/routes/paymentRequestForm.tsx b/app/client/src/routes/prf2022.tsx similarity index 83% rename from app/client/src/routes/paymentRequestForm.tsx rename to app/client/src/routes/prf2022.tsx index d2bbdefd..8644cf0c 100644 --- a/app/client/src/routes/paymentRequestForm.tsx +++ b/app/client/src/routes/prf2022.tsx @@ -9,14 +9,14 @@ import icons from "uswds/img/sprite.svg"; // --- import { serverUrl, messages } from "../config"; import { - FormioPaymentRequestSubmission, + FormioPRF2022Submission, getData, postData, useContentData, - useCsbData, + useConfigData, useBapSamData, useSubmissionsQueries, - useRebates, + useSubmissions, submissionNeedsEdits, getUserInfo, } from "../utilities"; @@ -24,6 +24,7 @@ import { Loading } from "components/loading"; import { Message } from "components/message"; import { MarkdownContent } from "components/markdownContent"; import { useNotificationsActions } from "contexts/notifications"; +import { useRebateYearState } from "contexts/rebateYear"; type ServerResponse = | { @@ -34,7 +35,7 @@ type ServerResponse = | { userAccess: true; formSchema: { url: string; json: object }; - submission: FormioPaymentRequestSubmission; + submission: FormioPRF2022Submission; }; /** Custom hook to fetch Formio submission data */ @@ -42,13 +43,13 @@ function useFormioSubmissionQueryAndMutation(rebateId: string | undefined) { const queryClient = useQueryClient(); useEffect(() => { - queryClient.resetQueries({ queryKey: ["payment-request"] }); + queryClient.resetQueries({ queryKey: ["formio/2022/prf-submission"] }); }, [queryClient]); - const url = `${serverUrl}/api/formio-payment-request-submission/${rebateId}`; + const url = `${serverUrl}/api/formio/2022/prf-submission/${rebateId}`; const query = useQuery({ - queryKey: ["payment-request", { id: rebateId }], + queryKey: ["formio/2022/prf-submission", { id: rebateId }], queryFn: () => { return getData(url).then((res) => { const mongoId = res.submission?._id; @@ -64,7 +65,7 @@ function useFormioSubmissionQueryAndMutation(rebateId: string | undefined) { */ Formio.Providers.providers.storage.s3 = function (formio: any) { const s3Formio = cloneDeep(formio); - s3Formio.formUrl = `${serverUrl}/api/s3/payment-request/${mongoId}/${comboKey}`; + s3Formio.formUrl = `${serverUrl}/api/formio/2022/s3/prf/${mongoId}/${comboKey}`; return s3(s3Formio); }; @@ -83,11 +84,11 @@ function useFormioSubmissionQueryAndMutation(rebateId: string | undefined) { state: "submitted" | "draft"; }; }) => { - return postData(url, updatedSubmission); + return postData(url, updatedSubmission); }, onSuccess: (res) => { return queryClient.setQueryData( - ["payment-request", { id: rebateId }], + ["formio/2022/prf-submission", { id: rebateId }], (prevData) => { return prevData?.submission ? { ...prevData, submission: res } @@ -100,31 +101,32 @@ function useFormioSubmissionQueryAndMutation(rebateId: string | undefined) { return { query, mutation }; } -export function PaymentRequestForm() { +export function PRF2022() { const { email } = useOutletContext<{ email: string }>(); /* ensure user verification (JWT refresh) doesn't cause form to re-render */ return useMemo(() => { - return ; + return ; }, [email]); } -function UserPaymentRequestForm(props: { email: string }) { +function PaymentRequestForm(props: { email: string }) { const { email } = props; const navigate = useNavigate(); const { id: rebateId } = useParams<"id">(); // CSB Rebate ID (6 digits) const content = useContentData(); - const csbData = useCsbData(); + const configData = useConfigData(); const bapSamData = useBapSamData(); const { displaySuccessNotification, displayErrorNotification, dismissNotification, } = useNotificationsActions(); + const { rebateYear } = useRebateYearState(); - const submissionsQueries = useSubmissionsQueries(); - const rebates = useRebates(); + const submissionsQueries = useSubmissionsQueries("2022"); + const submissions = useSubmissions("2022"); const { query, mutation } = useFormioSubmissionQueryAndMutation(rebateId); const { userAccess, formSchema, submission } = query.data ?? {}; @@ -160,7 +162,7 @@ function UserPaymentRequestForm(props: { email: string }) { */ const lastSuccesfullySubmittedData = useRef<{ [field: string]: unknown }>({}); - if (!csbData || !bapSamData) { + if (!configData || !bapSamData) { return ; } @@ -180,28 +182,29 @@ function UserPaymentRequestForm(props: { email: string }) { return ; } - const rebate = rebates.find((r) => r.rebateId === rebateId); + const rebate = submissions.find((r) => r.rebateId === rebateId); - const applicationNeedsEdits = !rebate + const frfNeedsEdits = !rebate ? false : submissionNeedsEdits({ - formio: rebate.application.formio, - bap: rebate.application.bap, + formio: rebate.frf.formio, + bap: rebate.frf.bap, }); - const paymentRequestNeedsEdits = !rebate + const prfNeedsEdits = !rebate ? false : submissionNeedsEdits({ - formio: rebate.paymentRequest.formio, - bap: rebate.paymentRequest.bap, + formio: rebate.prf.formio, + bap: rebate.prf.bap, }); - const paymentRequestFormOpen = csbData.submissionPeriodOpen.paymentRequest; + const prfSubmissionPeriodOpen = + configData.submissionPeriodOpen[rebateYear].prf; const formIsReadOnly = - applicationNeedsEdits || - ((submission.state === "submitted" || !paymentRequestFormOpen) && - !paymentRequestNeedsEdits); + frfNeedsEdits || + ((submission.state === "submitted" || !prfSubmissionPeriodOpen) && + !prfNeedsEdits); /** matched SAM.gov entity for the Payment Request submission */ const entity = bapSamData.entities.find((entity) => { @@ -235,19 +238,16 @@ function UserPaymentRequestForm(props: { email: string }) { className="margin-top-4" children={ submission.state === "draft" - ? content.draftPaymentRequestIntro + ? content.draftPRFIntro : submission.state === "submitted" - ? content.submittedPaymentRequestIntro + ? content.submittedPRFIntro : "" } /> )} - {applicationNeedsEdits && ( - + {frfNeedsEdits && ( + )}
      @@ -396,6 +396,29 @@ function UserPaymentRequestForm(props: { email: string }) { // to the form (ignoring current user fields) const currentData = { ...data }; const submittedData = { ...lastSuccesfullySubmittedData.current }; + + /** + * NOTE: if a user hasn't yet filled out the bus info fields, the + * `newBusDeliveryDate` field is returned as null from Formio, but + * is converted to an empty string when rendered by the Formio Form + * component, so we need to account for that in the dirty check by + * omitting that field from being checked. + */ + type BusInfo = Record[] | undefined; + + const currentDataBusInfo = currentData?.busInfo as BusInfo; + const submittedDataBusInfo = submittedData?.busInfo as BusInfo; + + currentDataBusInfo?.forEach((currentDataBusFields, index) => { + if ( + currentDataBusFields?.newBusDeliveryDate === "" && + submittedDataBusInfo?.[index]?.newBusDeliveryDate === null + ) { + delete currentDataBusFields.newBusDeliveryDate; + delete submittedDataBusInfo[index].newBusDeliveryDate; + } + }); + delete currentData.hidden_current_user_email; delete currentData.hidden_current_user_title; delete currentData.hidden_current_user_name; @@ -454,11 +477,8 @@ function UserPaymentRequestForm(props: { email: string }) { />
    - {applicationNeedsEdits && ( - + {frfNeedsEdits && ( + )}
    ); diff --git a/app/client/src/routes/submissions.tsx b/app/client/src/routes/submissions.tsx new file mode 100644 index 00000000..850c51be --- /dev/null +++ b/app/client/src/routes/submissions.tsx @@ -0,0 +1,1233 @@ +import { Fragment, useState } from "react"; +import type { LinkProps } from "react-router-dom"; +import { Link, useNavigate, useOutletContext } from "react-router-dom"; +import icons from "uswds/img/sprite.svg"; +// --- +import { serverUrl, messages } from "../config"; +import { + Rebate, + postData, + useContentData, + useConfigData, + useBapSamData, + useSubmissionsQueries, + useSubmissions, + submissionNeedsEdits, + getUserInfo, +} from "../utilities"; +import { Loading, LoadingButtonIcon } from "components/loading"; +import { Message } from "components/message"; +import { MarkdownContent } from "components/markdownContent"; +import { TextWithTooltip } from "components/tooltip"; +import { useNotificationsActions } from "contexts/notifications"; +import { + RebateYear, + useRebateYearState, + useRebateYearActions, +} from "contexts/rebateYear"; + +const defaultTableRowClassNames = "bg-gray-5"; +const highlightedTableRowClassNames = "bg-primary-lighter"; + +function ButtonLink(props: { type: "edit" | "view"; to: LinkProps["to"] }) { + const icon = props.type === "edit" ? "edit" : "visibility"; + const text = props.type === "edit" ? "Edit" : "View"; + const linkClassNames = + `usa-button ` + + `${props.type === "view" ? "usa-button--base " : ""}` + + `font-sans-2xs margin-right-0 padding-x-105 padding-y-1`; + + return ( + + + + {text} + + + ); +} + +function NewApplicationIconText() { + return ( + + + New Application + + ); +} + +function SubmissionsTableHeader() { + return ( + + + + Open + + + + + + + + +
    + + + + + +
    + + + + + +
    + + + + + +
    + + + + + ); +} + +function FRF2022Submission(props: { + rebate: Extract; +}) { + const { rebate } = props; + const { frf, prf, crf } = rebate; + + const configData = useConfigData(); + + if (!configData) return null; + + const frfSubmissionPeriodOpen = configData.submissionPeriodOpen["2022"].frf; + + const { + applicantUEI, + applicantEfti, + applicantEfti_display, + applicantOrganizationName, + schoolDistrictName, + last_updated_by, + } = frf.formio.data; + + const date = new Date(frf.formio.modified).toLocaleDateString(); + const time = new Date(frf.formio.modified).toLocaleTimeString(); + + const frfNeedsEdits = submissionNeedsEdits({ + formio: frf.formio, + bap: frf.bap, + }); + + const frfNeedsClarification = frf.bap?.status === "Needs Clarification"; + + const frfHasBeenWithdrawn = frf.bap?.status === "Withdrawn"; + + const frfNotSelected = frf.bap?.status === "Coordinator Denied"; + + const frfSelected = frf.bap?.status === "Accepted"; + + const frfSelectedButNoPRF = frfSelected && !Boolean(prf.formio); + + const prfFundingApproved = prf.bap?.status === "Accepted"; + + const prfFundingApprovedButNoCRF = prfFundingApproved && !Boolean(crf.formio); + + const statusTableCellClassNames = + frf.formio.state === "submitted" || !frfSubmissionPeriodOpen + ? "text-italic" + : ""; + + const statusIconClassNames = frfSelected + ? "usa-icon text-primary" // blue + : "usa-icon"; + + const statusIcon = frfNeedsEdits + ? `${icons}#priority_high` // ! + : frfHasBeenWithdrawn + ? `${icons}#close` // ✕ + : frfNotSelected + ? `${icons}#cancel` // x inside a circle + : frfSelected + ? `${icons}#check_circle` // check inside a circle + : frf.formio.state === "draft" + ? `${icons}#more_horiz` // three horizontal dots + : frf.formio.state === "submitted" + ? `${icons}#check` // check + : `${icons}#remove`; // — (fallback, not used) + + const statusText = frfNeedsEdits + ? "Edits Requested" + : frfHasBeenWithdrawn + ? "Withdrawn" + : frfNotSelected + ? "Not Selected" + : frfSelected + ? "Selected" + : frf.formio.state === "draft" + ? "Draft" + : frf.formio.state === "submitted" + ? "Submitted" + : ""; // fallback, not used + + const frfUrl = `/frf/2022/${frf.formio._id}`; + + /** + * NOTE on the usage of `TextWithTooltip` below: + * When a form is first initially created, and the user has not yet clicked + * the "Next" or "Save" buttons, any fields that the Formio form definition + * sets automatically (based on hidden fields we inject on form creation) will + * not yet be part of the form submission data. As soon as the user clicks the + * "Next" or "Save" buttons the first time, those fields will be set and + * stored in the submission. Since we display some of those fields in the + * table below, we need to check if their values exist, and if they don't (for + * cases where the user has not yet advanced past the first screen of the + * form...which we believe is a bit of an edge case, as most users will likely + * do that after starting a new application), indicate to the user they need + * to first save the form for the fields to be displayed. + */ + return ( + + + {frfNeedsEdits ? ( + + ) : frf.formio.state === "submitted" || !frfSubmissionPeriodOpen ? ( + + ) : frf.formio.state === "draft" ? ( + + ) : null} + + + + {frf.bap?.rebateId ? ( + + {frf.bap.rebateId} + + ) : ( + + )} + + + + Application +
    + + {frfNeedsClarification ? ( + + ) : ( + <> + + {statusText} + + )} + + + + + <> + {Boolean(applicantUEI) ? ( + applicantUEI + ) : ( + + )} +
    + { + /* NOTE: +Initial version of the application form definition included the `applicantEfti` +field, which is configured via the form definition (in Formio) to set its value +based on the value of the `sam_hidden_applicant_efti` field, which we inject on +initial form submission. That value comes from the BAP (SAM.gov data), which +could be an empty string. + +To handle the potentially empty string, the Formio form definition was updated +to include a new `applicantEfti_display` field that's configured in the form +definition to set it's value to the string '0000' if the `applicantEfti` field's +value is an empty string. This logic (again, built into the form definition) +works great for new form submissions that have taken place after the form +definition has been updated to include this `applicantEfti_display` field... */ + Boolean(applicantEfti_display) ? ( + applicantEfti_display + ) : /* NOTE: +...but we need to handle old/existing submissions that were submitted before the +form definition was updated to include the new `applicantEfti_display` field, +and where the user has already advanced past the first screen (e.g. they've hit +the "Next" or "Save" buttons at least once). + +At this point the form definition logic has already kicked in that sets the +`applicaitonEfti` field, but it's value _could_ be an empty string (it won't +necessairly be, but it could be). Since the `applicantEfti` field's value could +be an empty string (which is falsy in JavaScript), we need to check another +field's value that will also set at this point, and whose value will always be +truthy. We'll check the `applicantUEI` field's value, as it's value will always +be set for users that have advanced past the first screen (we could have just as +easily used another field, like the `applicantOrganizationName` field for the +same result). */ + Boolean(applicantUEI) ? ( + /* NOTE: +If the `applicantUEI` field's value is truthy, we know the user has advanced +past the first screen, so we'll render the value of the `applicantEfti` field, +and fall back to "0000", which will be used in cases where the `applicantEfti` +field's value is an empty string. */ + applicantEfti || "0000" + ) : ( + /* NOTE: +At this point in the conditional logic, we know the user has not advanced past +the first screen, so we'll render the tooltip, indicating the user must edit and +save the form for the EFT indicator to be displayed. */ + + ) + } + + + + + <> + {Boolean(applicantOrganizationName) ? ( + applicantOrganizationName + ) : ( + + )} +
    + {Boolean(schoolDistrictName) ? ( + schoolDistrictName + ) : ( + + )} + + + + + {last_updated_by} +
    + {date} + + + ); +} + +function PRF2022Submission(props: { + rebate: Extract; +}) { + const { rebate } = props; + const { frf, prf, crf } = rebate; + + const navigate = useNavigate(); + const { email } = useOutletContext<{ email: string }>(); + + const configData = useConfigData(); + const bapSamData = useBapSamData(); + const { displayErrorNotification } = useNotificationsActions(); + + /** + * Stores when data is being posted to the server, so a loading indicator can + * be rendered inside the "New Payment Request" button, and we can prevent + * double submits/creations of new PRF submissions. + */ + const [dataIsPosting, setDataIsPosting] = useState(false); + + if (!configData || !bapSamData) return null; + + const prfSubmissionPeriodOpen = configData.submissionPeriodOpen["2022"].prf; + + const frfSelected = frf.bap?.status === "Accepted"; + + const frfSelectedButNoPRF = frfSelected && !Boolean(prf.formio); + + /** matched SAM.gov entity for the FRF submission */ + const entity = bapSamData.entities.find((entity) => { + return ( + entity.ENTITY_STATUS__c === "Active" && + entity.ENTITY_COMBO_KEY__c === frf.formio.data.bap_hidden_entity_combo_key + ); + }); + + if (frfSelectedButNoPRF) { + return ( + + + + + + ); + } + + // return if a Payment Request submission has not been created for this rebate + if (!prf.formio) return null; + + const { hidden_current_user_email, hidden_bap_rebate_id } = prf.formio.data; + + const date = new Date(prf.formio.modified).toLocaleDateString(); + const time = new Date(prf.formio.modified).toLocaleTimeString(); + + const frfNeedsEdits = submissionNeedsEdits({ + formio: frf.formio, + bap: frf.bap, + }); + + const prfNeedsEdits = submissionNeedsEdits({ + formio: prf.formio, + bap: prf.bap, + }); + + const prfNeedsClarification = prf.bap?.status === "Needs Clarification"; + + const prfHasBeenWithdrawn = prf.bap?.status === "Withdrawn"; + + const prfFundingNotApproved = prf.bap?.status === "Coordinator Denied"; + + const prfFundingApproved = prf.bap?.status === "Accepted"; + + const prfFundingApprovedButNoCRF = prfFundingApproved && !Boolean(crf.formio); + + const statusTableCellClassNames = + prf.formio.state === "submitted" || !prfSubmissionPeriodOpen + ? "text-italic" + : ""; + + const statusIconClassNames = prfFundingApproved + ? "usa-icon text-primary" // blue + : "usa-icon"; + + const statusIcon = prfNeedsEdits + ? `${icons}#priority_high` // ! + : prfHasBeenWithdrawn + ? `${icons}#close` // ✕ + : prfFundingNotApproved + ? `${icons}#cancel` // ✕ inside a circle + : prfFundingApproved + ? `${icons}#check_circle` // check inside a circle + : prf.formio.state === "draft" + ? `${icons}#more_horiz` // three horizontal dots + : prf.formio.state === "submitted" + ? `${icons}#check` // check + : `${icons}#remove`; // — (fallback, not used) + + const statusText = prfNeedsEdits + ? "Edits Requested" + : prfHasBeenWithdrawn + ? "Withdrawn" + : prfFundingNotApproved + ? "Funding Not Approved" + : prfFundingApproved + ? "Funding Approved" + : prf.formio.state === "draft" + ? "Draft" + : prf.formio.state === "submitted" + ? "Submitted" + : ""; // fallback, not used + + const prfUrl = `/prf/2022/${hidden_bap_rebate_id}`; + + return ( + + + {frfNeedsEdits ? ( + + ) : prfNeedsEdits ? ( + + ) : prf.formio.state === "submitted" || !prfSubmissionPeriodOpen ? ( + + ) : prf.formio.state === "draft" ? ( + + ) : null} + + +   + + + Payment Request +
    + + {prfNeedsClarification ? ( + + ) : ( + <> + + {statusText} + + )} + + + +   + +   + + + {hidden_current_user_email} +
    + {date} + + + ); +} + +function CRF2022Submission(props: { + rebate: Extract; +}) { + const { rebate } = props; + const { frf, prf, crf } = rebate; + + const navigate = useNavigate(); + const { email } = useOutletContext<{ email: string }>(); + + const configData = useConfigData(); + const bapSamData = useBapSamData(); + const { displayErrorNotification } = useNotificationsActions(); + + /** + * Stores when data is being posted to the server, so a loading indicator can + * be rendered inside the "New Close Out" button, and we can prevent double + * submits/creations of new Close Out form submissions. + */ + const [dataIsPosting, setDataIsPosting] = useState(false); + + if (!configData || !bapSamData) return null; + + const crfSubmissionPeriodOpen = configData.submissionPeriodOpen["2022"].crf; + + const prfFundingApproved = prf.bap?.status === "Accepted"; + + const prfFundingApprovedButNoCRF = prfFundingApproved && !Boolean(crf.formio); + + /** matched SAM.gov entity for the PRF submission */ + const entity = bapSamData.entities.find((entity) => { + return ( + entity.ENTITY_STATUS__c === "Active" && + entity.ENTITY_COMBO_KEY__c === + prf.formio?.data.bap_hidden_entity_combo_key + ); + }); + + if (prfFundingApprovedButNoCRF) { + return ( + + + + + + ); + } + + // return if a Close Out submission has not been created for this rebate + if (!crf.formio) return null; + + const { hidden_current_user_email, hidden_bap_rebate_id } = crf.formio.data; + + const date = new Date(crf.formio.modified).toLocaleDateString(); + const time = new Date(crf.formio.modified).toLocaleTimeString(); + + const crfNeedsEdits = submissionNeedsEdits({ + formio: crf.formio, + bap: crf.bap, + }); + + const crfNeedsClarification = crf.bap?.status === "Needs Clarification"; + + const crfReimbursementNeeded = crf.bap?.status === "Reimbursement Needed"; + + const crfNotApproved = crf.bap?.status === "Branch Director Denied"; + + const crfApproved = crf.bap?.status === "Branch Director Approved"; + + const statusTableCellClassNames = + crf.formio.state === "submitted" || !crfSubmissionPeriodOpen + ? "text-italic" + : ""; + + const statusIconClassNames = crfApproved + ? "usa-icon text-primary" // blue + : "usa-icon"; + + const statusIcon = crfNeedsEdits + ? `${icons}#priority_high` // ! + : crfNotApproved + ? `${icons}#cancel` // ✕ inside a circle + : crfApproved + ? `${icons}#check_circle` // check inside a circle + : crf.formio.state === "draft" + ? `${icons}#more_horiz` // three horizontal dots + : crf.formio.state === "submitted" + ? `${icons}#check` // check + : `${icons}#remove`; // — (fallback, not used) + + const statusText = crfNeedsEdits + ? "Edits Requested" + : crfNotApproved + ? "Close Out Not Approved" + : crfApproved + ? "Close Out Approved" + : crf.formio.state === "draft" + ? "Draft" + : crf.formio.state === "submitted" + ? "Submitted" + : ""; // fallback, not used + + const crfUrl = `/crf/2022/${hidden_bap_rebate_id}`; + + return ( + + + {crfNeedsEdits ? ( + + ) : crf.formio.state === "submitted" || !crfSubmissionPeriodOpen ? ( + + ) : crf.formio.state === "draft" ? ( + + ) : null} + + +   + + + Close Out +
    + + {crfNeedsClarification ? ( + + ) : crfReimbursementNeeded ? ( + + ) : ( + <> + + {statusText} + + )} + + + +   + +   + + + {hidden_current_user_email} +
    + {date} + + + ); +} + +function FRF2023Submission(props: { + rebate: Extract; +}) { + const { rebate } = props; + const { frf } = rebate; + + const configData = useConfigData(); + + if (!configData) return null; + + const frfSubmissionPeriodOpen = configData.submissionPeriodOpen["2023"].frf; + + const { + appInfo_uei, + appInfo_efti, + appInfo_orgName, + _formio_schoolDistrictName, + _user_email, + } = frf.formio.data; + + const date = new Date(frf.formio.modified).toLocaleDateString(); + const time = new Date(frf.formio.modified).toLocaleTimeString(); + + const frfNeedsEdits = submissionNeedsEdits({ + formio: frf.formio, + bap: frf.bap, + }); + + /** + * NOTE: + * Setting of the statuses below will occur once the BAP's 2023 FRF work has + * been completed, so the code below will be updated in the future. + */ + + const frfNeedsClarification = false; // frf.bap?.status === "Needs Clarification"; + + const frfHasBeenWithdrawn = false; // frf.bap?.status === "Withdrawn"; + + const frfNotSelected = false; // frf.bap?.status === "Coordinator Denied"; + + const frfSelected = false; // frf.bap?.status === "Accepted"; + + const frfSelectedButNoPRF = false; // frfSelected && !Boolean(prf.formio); + + const prfFundingApproved = false; // prf.bap?.status === "Accepted"; + + const prfFundingApprovedButNoCRF = prfFundingApproved; // prfFundingApproved && !Boolean(crf.formio); + + const statusTableCellClassNames = + frf.formio.state === "submitted" || !frfSubmissionPeriodOpen + ? "text-italic" + : ""; + + const statusIconClassNames = frfSelected + ? "usa-icon text-primary" // blue + : "usa-icon"; + + const statusIcon = frfNeedsEdits + ? `${icons}#priority_high` // ! + : frfHasBeenWithdrawn + ? `${icons}#close` // ✕ + : frfNotSelected + ? `${icons}#cancel` // x inside a circle + : frfSelected + ? `${icons}#check_circle` // check inside a circle + : frf.formio.state === "draft" + ? `${icons}#more_horiz` // three horizontal dots + : frf.formio.state === "submitted" + ? `${icons}#check` // check + : `${icons}#remove`; // — (fallback, not used) + + const statusText = frfNeedsEdits + ? "Edits Requested" + : frfHasBeenWithdrawn + ? "Withdrawn" + : frfNotSelected + ? "Not Selected" + : frfSelected + ? "Selected" + : frf.formio.state === "draft" + ? "Draft" + : frf.formio.state === "submitted" + ? "Submitted" + : ""; // fallback, not used + + const frfUrl = `/frf/2023/${frf.formio._id}`; + + /** + * NOTE on the usage of `TextWithTooltip` below: + * When a form is first initially created, and the user has not yet clicked + * the "Next" or "Save" buttons, any fields that the Formio form definition + * sets automatically (based on hidden fields we inject on form creation) will + * not yet be part of the form submission data. As soon as the user clicks the + * "Next" or "Save" buttons the first time, those fields will be set and + * stored in the submission. Since we display some of those fields in the + * table below, we need to check if their values exist, and if they don't (for + * cases where the user has not yet advanced past the first screen of the + * form...which we believe is a bit of an edge case, as most users will likely + * do that after starting a new application), indicate to the user they need + * to first save the form for the fields to be displayed. + */ + return ( + + + {frfNeedsEdits ? ( + + ) : frf.formio.state === "submitted" || !frfSubmissionPeriodOpen ? ( + + ) : frf.formio.state === "draft" ? ( + + ) : null} + + + + + + + + Application +
    + + {frfNeedsClarification ? ( + + ) : ( + <> + + {statusText} + + )} + + + + + <> + {Boolean(appInfo_uei) ? ( + appInfo_uei + ) : ( + + )} +
    + {Boolean(appInfo_efti) ? ( + appInfo_efti + ) : ( + + )} + + + + + <> + {Boolean(appInfo_orgName) ? ( + appInfo_orgName + ) : ( + + )} +
    + {Boolean(_formio_schoolDistrictName) ? ( + _formio_schoolDistrictName + ) : ( + + )} + + + + + {_user_email} +
    + {date} + + + ); +} + +function Submissions2022() { + const content = useContentData(); + const submissionsQueries = useSubmissionsQueries("2022"); + const submissions = useSubmissions("2022"); + + if (submissionsQueries.some((query) => query.isFetching)) { + return ; + } + + if (submissionsQueries.some((query) => query.isError)) { + return ; + } + + if (submissions.length === 0) { + return ( +
    + +
    + ); + } + + return ( + <> + {content && ( + + )} + +
    + + + + {submissions.map((rebate, index) => { + return rebate.rebateYear === "2022" ? ( + + + + + {/* blank row after all submissions but the last one */} + {index !== submissions.length - 1 && ( + + + + )} + + ) : null; + })} + +
    +   +
    +
    + + ); +} + +function Submissions2023() { + const content = useContentData(); + const submissionsQueries = useSubmissionsQueries("2023"); + const submissions = useSubmissions("2023"); + + if (submissionsQueries.some((query) => query.isFetching)) { + return ; + } + + if (submissionsQueries.some((query) => query.isError)) { + return ; + } + + if (submissions.length === 0) { + return ( +
    + +
    + ); + } + + return ( + <> + {content && ( + + )} + +
    + + + + {submissions.map((rebate, index) => { + return rebate.rebateYear === "2023" ? ( + + + {/* blank row after all submissions but the last one */} + {index !== submissions.length - 1 && ( + + + + )} + + ) : null; + })} + +
    +   +
    +
    + + ); +} + +export function Submissions() { + const content = useContentData(); + const configData = useConfigData(); + const bapSamData = useBapSamData(); + const { rebateYear } = useRebateYearState(); + const { setRebateYear } = useRebateYearActions(); + + const frfSubmissionPeriodOpen = configData + ? configData.submissionPeriodOpen[rebateYear].frf + : false; + + const btnClassNames = + "usa-button margin-0 padding-x-2 padding-y-1 width-full font-sans-2xs"; + + if (!bapSamData) return null; + + return ( + <> + {bapSamData.entities.some((e) => e.ENTITY_STATUS__c !== "Active") && ( + + )} + +
    + +
    + + {rebateYear === "2022" && } + {rebateYear === "2023" && } + + {content && ( + + )} + + ); +} diff --git a/app/client/src/styles.css b/app/client/src/styles.css index 46cc6050..f6340eac 100644 --- a/app/client/src/styles.css +++ b/app/client/src/styles.css @@ -3,6 +3,10 @@ @tailwind utilities; /* --- EPA/USWDS --- */ +.usa-menu-btn.button--dark { + background-color: #1a4480; +} + .usa-site-alert .usa-alert { max-width: 1400px; } @@ -25,6 +29,15 @@ color: inherit; } +.csb-helpdesk-form-inputs .usa-radio__label { + padding-left: 1.625rem; +} + +.csb-helpdesk-form-inputs .usa-radio__label::before { + width: 1rem; + height: 1rem; +} + /* --- Formio --- */ .csb-form button[type="submit"] i { /* prevent formio loading icon from being displayed inside buttons */ @@ -34,4 +47,5 @@ /* --- Radix UI --- */ [data-radix-popper-content-wrapper] { transition-property: none; + z-index: 10 !important; } diff --git a/app/client/src/utilities.tsx b/app/client/src/utilities.tsx index 42826fe0..20ebe997 100644 --- a/app/client/src/utilities.tsx +++ b/app/client/src/utilities.tsx @@ -4,18 +4,20 @@ import { useSearchParams } from "react-router-dom"; // --- import { serverUrl, serverUrlForHrefs } from "./config"; +type RebateYear = "2022" | "2023"; + type Content = { siteAlert: string; helpdeskIntro: string; allRebatesIntro: string; allRebatesOutro: string; - newApplicationDialog: string; - draftApplicationIntro: string; - submittedApplicationIntro: string; - draftPaymentRequestIntro: string; - submittedPaymentRequestIntro: string; - draftCloseOutIntro: string; - submittedCloseOutIntro: string; + newFRFDialog: string; + draftFRFIntro: string; + submittedFRFIntro: string; + draftPRFIntro: string; + submittedPRFIntro: string; + draftCRFIntro: string; + submittedCRFIntro: string; }; type UserData = { @@ -24,15 +26,14 @@ type UserData = { exp: number; }; -export type CsbData = { +type ConfigData = { submissionPeriodOpen: { - application: boolean; - paymentRequest: boolean; - closeOut: boolean; + 2022: { frf: boolean; prf: boolean; crf: boolean }; + 2023: { frf: boolean; prf: boolean; crf: boolean }; }; }; -type BapSamEntity = { +export type BapSamEntity = { ENTITY_COMBO_KEY__c: string; UNIQUE_ENTITY_ID__c: string; ENTITY_EFT_INDICATOR__c: string; @@ -87,7 +88,7 @@ type BapFormSubmission = { attributes: { type: string; url: string }; }; -export type FormioApplicationSubmission = { +type FormioSubmission = { [field: string]: unknown; _id: string; // MongoDB ObjectId string state: "submitted" | "draft"; @@ -97,70 +98,101 @@ export type FormioApplicationSubmission = { }; data: { [field: string]: unknown; - // fields injected upon new draft Application submission creation: - last_updated_by: string; - hidden_current_user_email: string; - hidden_current_user_title: string; - hidden_current_user_name: string; - bap_hidden_entity_combo_key: string; - sam_hidden_applicant_email: string; - sam_hidden_applicant_title: string; - sam_hidden_applicant_name: string; - sam_hidden_applicant_efti: string; - sam_hidden_applicant_uei: string; - sam_hidden_applicant_organization_name: string; - sam_hidden_applicant_street_address_1: string; - sam_hidden_applicant_street_address_2: string; - sam_hidden_applicant_city: string; - sam_hidden_applicant_state: string; - sam_hidden_applicant_zip_code: string; - // fields set by form definition (among others): - applicantUEI: string; - applicantEfti: string; - applicantEfti_display: string; - applicantOrganizationName: string; - schoolDistrictName: string; }; }; -export type FormioPaymentRequestSubmission = { +type FormioFRF2022Data = { [field: string]: unknown; - _id: string; // MongoDB ObjectId string - state: "submitted" | "draft"; - modified: string; // ISO 8601 date time string - metadata: { - [field: string]: unknown; - }; - data: { - [field: string]: unknown; - // fields injected upon new draft Payment Request submission creation: - bap_hidden_entity_combo_key: string; - hidden_application_form_modified: string; // ISO 8601 date time string - hidden_current_user_email: string; - hidden_current_user_title: string; - hidden_current_user_name: string; - hidden_bap_rebate_id: string; - }; + // fields injected upon a new draft FRF submission creation: + last_updated_by: string; + hidden_current_user_email: string; + hidden_current_user_title: string; + hidden_current_user_name: string; + bap_hidden_entity_combo_key: string; + sam_hidden_applicant_email: string; + sam_hidden_applicant_title: string; + sam_hidden_applicant_name: string; + sam_hidden_applicant_efti: string; + sam_hidden_applicant_uei: string; + sam_hidden_applicant_organization_name: string; + sam_hidden_applicant_street_address_1: string; + sam_hidden_applicant_street_address_2: string; + sam_hidden_applicant_city: string; + sam_hidden_applicant_state: string; + sam_hidden_applicant_zip_code: string; + // fields set by form definition (among others): + applicantUEI: string; + applicantEfti: string; + applicantEfti_display: string; + applicantOrganizationName: string; + schoolDistrictName: string; }; -export type FormioCloseOutSubmission = { +type FormioPRF2022Data = { [field: string]: unknown; - _id: string; // MongoDB ObjectId string - state: "submitted" | "draft"; - modified: string; // ISO 8601 date time string - metadata: { - [field: string]: unknown; - }; - data: { - [field: string]: unknown; - // fields injected upon new draft Payment Request submission creation: - bap_hidden_entity_combo_key: string; - hidden_prf_modified: string; // ISO 8601 date time string - hidden_current_user_email: string; - hidden_current_user_title: string; - hidden_current_user_name: string; - hidden_bap_rebate_id: string; - }; + // fields injected upon a new draft PRF submission creation: + bap_hidden_entity_combo_key: string; + hidden_application_form_modified: string; // ISO 8601 date time string + hidden_current_user_email: string; + hidden_current_user_title: string; + hidden_current_user_name: string; + hidden_bap_rebate_id: string; + // fields set by form definition (among others): + applicantName: string; +}; + +type FormioCRF2022Data = { + [field: string]: unknown; + // fields injected upon a new draft CRF submission creation: + bap_hidden_entity_combo_key: string; + hidden_prf_modified: string; // ISO 8601 date time string + hidden_current_user_email: string; + hidden_current_user_title: string; + hidden_current_user_name: string; + hidden_bap_rebate_id: string; + // fields set by form definition (among others): + signatureName: string; +}; + +type FormioFRF2023Data = { + [field: string]: unknown; + // fields injected upon a new draft FRF submission creation: + _user_email: string; + _user_title: string; + _user_name: string; + _bap_entity_combo_key: string; + _bap_applicant_email: string; + _bap_applicant_title: string; + _bap_applicant_name: string; + _bap_applicant_efti: string; + _bap_applicant_uei: string; + _bap_applicant_organization_name: string; + _bap_applicant_street_address_1: string; + _bap_applicant_street_address_2: string; + _bap_applicant_city: string; + _bap_applicant_state: string; + _bap_applicant_zip: string; + // fields set by form definition (among others): + appInfo_uei: string; + appInfo_efti: string; + appInfo_orgName: string; + _formio_schoolDistrictName: string; +}; + +export type FormioFRF2022Submission = FormioSubmission & { + data: FormioFRF2022Data; +}; + +export type FormioPRF2022Submission = FormioSubmission & { + data: FormioPRF2022Data; +}; + +export type FormioCRF2022Submission = FormioSubmission & { + data: FormioCRF2022Data; +}; + +export type FormioFRF2023Submission = FormioSubmission & { + data: FormioFRF2023Data; }; export type BapSubmission = { @@ -172,20 +204,37 @@ export type BapSubmission = { status: string | null; }; -export type Rebate = { - application: { - formio: FormioApplicationSubmission; - bap: BapSubmission | null; - }; - paymentRequest: { - formio: FormioPaymentRequestSubmission | null; - bap: BapSubmission | null; - }; - closeOut: { - formio: FormioCloseOutSubmission | null; - bap: BapSubmission | null; - }; -}; +export type Rebate = + | { + rebateYear: "2022"; + frf: { + formio: FormioFRF2022Submission; + bap: BapSubmission | null; + }; + prf: { + formio: FormioPRF2022Submission | null; + bap: BapSubmission | null; + }; + crf: { + formio: FormioCRF2022Submission | null; + bap: BapSubmission | null; + }; + } + | { + rebateYear: "2023"; + frf: { + formio: FormioFRF2023Submission; + bap: null; + }; + prf: { + formio: null; + bap: null; + }; + crf: { + formio: null; + bap: null; + }; + }; async function fetchData(url: string, options: RequestInit) { try { @@ -255,26 +304,26 @@ export function useUserData() { return queryClient.getQueryData(["user"]); } -/** Custom hook to fetch CSB data */ -export function useCsbQuery() { +/** Custom hook to fetch CSB config */ +export function useConfigQuery() { return useQuery({ - queryKey: ["csb-data"], - queryFn: () => getData(`${serverUrl}/api/csb-data`), + queryKey: ["config"], + queryFn: () => getData(`${serverUrl}/api/config`), refetchOnWindowFocus: false, }); } -/** Custom hook that returns cached fetched CSB data */ -export function useCsbData() { +/** Custom hook that returns cached fetched CSB config */ +export function useConfigData() { const queryClient = useQueryClient(); - return queryClient.getQueryData(["csb-data"]); + return queryClient.getQueryData(["config"]); } /** Custom hook to fetch BAP SAM.gov data */ export function useBapSamQuery() { return useQuery({ - queryKey: ["bap-sam-data"], - queryFn: () => getData(`${serverUrl}/api/bap-sam-data`), + queryKey: ["bap/sam"], + queryFn: () => getData(`${serverUrl}/api/bap/sam`), onSuccess: (res) => { if (!res.results) { window.location.href = `${serverUrlForHrefs}/logout?RelayState=/welcome?info=bap-sam-results`; @@ -290,121 +339,147 @@ export function useBapSamQuery() { /** Custom hook that returns cached fetched BAP SAM.gov data */ export function useBapSamData() { const queryClient = useQueryClient(); - return queryClient.getQueryData(["bap-sam-data"]); + return queryClient.getQueryData(["bap/sam"]); } /** Custom hook to fetch submissions from the BAP and Formio */ -export function useSubmissionsQueries() { - return useQueries({ - queries: [ - { - queryKey: ["bap-form-submissions"], - queryFn: () => { - const url = `${serverUrl}/api/bap-form-submissions`; - return getData(url).then((res) => { - const submissions = res.reduce( - (object, submission) => { - const formType = - submission.Record_Type_Name__c === "CSB Funding Request" - ? "applications" - : submission.Record_Type_Name__c === "CSB Payment Request" - ? "paymentRequests" - : submission.Record_Type_Name__c === "CSB Closeout Request" - ? "closeOuts" - : null; - - if (formType) object[formType].push(submission); - - return object; - }, - { - applications: [] as BapFormSubmission[], - paymentRequests: [] as BapFormSubmission[], - closeOuts: [] as BapFormSubmission[], - } - ); - - return Promise.resolve(submissions); - }); - }, - refetchOnWindowFocus: false, - }, - { - queryKey: ["formio-application-submissions"], - queryFn: () => { - const url = `${serverUrl}/api/formio-application-submissions`; - return getData(url); - }, - refetchOnWindowFocus: false, - }, - { - queryKey: ["formio-payment-request-submissions"], - queryFn: () => { - const url = `${serverUrl}/api/formio-payment-request-submissions`; - return getData(url); - }, - refetchOnWindowFocus: false, - }, - { - queryKey: ["formio-close-out-submissions"], - queryFn: () => { - const url = `${serverUrl}/api/formio-close-out-submissions`; - return getData(url); - }, - refetchOnWindowFocus: false, - }, - ], - }); -} +export function useSubmissionsQueries(rebateYear: RebateYear) { + const bapQuery = { + queryKey: ["bap/submissions"], + queryFn: () => { + const url = `${serverUrl}/api/bap/submissions`; + return getData(url).then((res) => { + const submissions = res.reduce( + (object, submission) => { + const formType = + submission.Record_Type_Name__c === "CSB Funding Request" + ? "frfs" + : submission.Record_Type_Name__c === "CSB Payment Request" + ? "prfs" + : submission.Record_Type_Name__c === "CSB Closeout Request" + ? "crfs" + : null; + + if (formType) object[formType].push(submission); + + return object; + }, + { + frfs: [] as BapFormSubmission[], + prfs: [] as BapFormSubmission[], + crfs: [] as BapFormSubmission[], + } + ); + + return Promise.resolve(submissions); + }); + }, + refetchOnWindowFocus: false, + }; -/** - * Custom hook to combine Application form submissions data, Payment Request - * form submissions data, and Close Out form submissions data from both the BAP - * and Formio into a single `submissions` object, with the BAP assigned - * `rebateId` as the keys. - **/ -function useCombinedRebates() { - const queryClient = useQueryClient(); + const formioFRF2022Query = { + queryKey: ["formio/2022/frf-submissions"], + queryFn: () => { + const url = `${serverUrl}/api/formio/2022/frf-submissions`; + return getData(url); + }, + refetchOnWindowFocus: false, + }; - const bapFormSubmissions = queryClient.getQueryData<{ - applications: BapFormSubmission[]; - paymentRequests: BapFormSubmission[]; - closeOuts: BapFormSubmission[]; - }>(["bap-form-submissions"]); + const formioPRF2022Query = { + queryKey: ["formio/2022/prf-submissions"], + queryFn: () => { + const url = `${serverUrl}/api/formio/2022/prf-submissions`; + return getData(url); + }, + refetchOnWindowFocus: false, + }; + + const formioCRF2022Query = { + queryKey: ["formio/2022/crf-submissions"], + queryFn: () => { + const url = `${serverUrl}/api/formio/2022/crf-submissions`; + return getData(url); + }, + refetchOnWindowFocus: false, + }; + + const formioFRF2023Query = { + queryKey: ["formio/2023/frf-submissions"], + queryFn: () => { + const url = `${serverUrl}/api/formio/2023/frf-submissions`; + return getData(url); + }, + refetchOnWindowFocus: false, + }; + + type Query = { + queryKey: string[]; + queryFn: () => + | Promise<{ + frfs: BapFormSubmission[]; + prfs: BapFormSubmission[]; + crfs: BapFormSubmission[]; + }> + | Promise + | Promise + | Promise + | Promise; + refetchOnWindowFocus: boolean; + }; - const formioApplicationSubmissions = queryClient.getQueryData< - FormioApplicationSubmission[] - >(["formio-application-submissions"]); + const queries: Query[] = + rebateYear === "2022" + ? [bapQuery, formioFRF2022Query, formioPRF2022Query, formioCRF2022Query] + : rebateYear === "2023" + ? [formioFRF2023Query] + : []; - const formioPaymentRequestSubmissions = queryClient.getQueryData< - FormioPaymentRequestSubmission[] - >(["formio-payment-request-submissions"]); + return useQueries({ queries }); +} - const formioCloseOutSubmissions = queryClient.getQueryData< - FormioCloseOutSubmission[] - >(["formio-close-out-submissions"]); +function combine2022Submissions(options: { + bapFormSubmissions: + | { + frfs: BapFormSubmission[]; + prfs: BapFormSubmission[]; + crfs: BapFormSubmission[]; + } + | undefined; + formioFRFSubmissions: FormioFRF2022Submission[] | undefined; + formioPRFSubmissions: FormioPRF2022Submission[] | undefined; + formioCRFSubmissions: FormioCRF2022Submission[] | undefined; +}) { + const { + bapFormSubmissions, + formioFRFSubmissions, + formioPRFSubmissions, + formioCRFSubmissions, + } = options; // ensure form submissions data has been fetched from both the BAP and Formio if ( !bapFormSubmissions || - !formioApplicationSubmissions || - !formioPaymentRequestSubmissions || - !formioCloseOutSubmissions + !formioFRFSubmissions || + !formioPRFSubmissions || + !formioCRFSubmissions ) { return {}; } - const rebates: { [rebateId: string]: Rebate } = {}; + const rebates: { + [rebateId: string]: Extract; + } = {}; /** - * Iterate over Formio Application form submissions, matching them with - * submissions returned from the BAP, so we can build up each rebate object - * with the Application form submission data and initialize Payment Request - * form and Close-out Form submission data structure (both to be updated). + * Iterate over Formio FRF submissions, matching them with submissions + * returned from the BAP, so we can build up each rebate object with the FRF + * submission data and initialize PRF and CRF submission data structure (both + * to be updated). */ - for (const formioSubmission of formioApplicationSubmissions) { - const bapMatch = bapFormSubmissions.applications.find((bapSub) => { - return bapSub.CSB_Form_ID__c === formioSubmission._id; + for (const formioFRFSubmission of formioFRFSubmissions) { + const bapMatch = bapFormSubmissions.frfs.find((bapFRFSubmission) => { + return bapFRFSubmission.CSB_Form_ID__c === formioFRFSubmission._id; }); const modified = bapMatch?.CSB_Modified_Full_String__c || null; @@ -415,43 +490,43 @@ function useCombinedRebates() { const status = bapMatch?.Parent_CSB_Rebate__r?.CSB_Funding_Request_Status__c || null; // prettier-ignore /** - * NOTE: If new Application form submissions have been reciently created in - * Formio and the BAP's ETL process has not yet run to pickup those new - * Formio submissions, all of the fields above will be null, so instead of + * NOTE: If new FRF submissions have been reciently created in Formio and + * the BAP's ETL process has not yet run to pickup those new Formio + * submissions, all of the fields above will be null, so instead of * assigning the submission's key as `rebateId` (which will be null), we'll * assign it to be an underscore concatenated with the Formio submission's * mongoDB ObjectID – just so each submission object still has a unique ID. */ - rebates[rebateId || `_${formioSubmission._id}`] = { - application: { - formio: { ...formioSubmission }, + rebates[rebateId || `_${formioFRFSubmission._id}`] = { + rebateYear: "2022", + frf: { + formio: { ...formioFRFSubmission }, bap: { modified, comboKey, mongoId, rebateId, reviewItemId, status }, }, - paymentRequest: { formio: null, bap: null }, - closeOut: { formio: null, bap: null }, + prf: { formio: null, bap: null }, + crf: { formio: null, bap: null }, }; } /** - * Iterate over Formio Payment Request form submissions, matching them with - * submissions returned from the BAP, so we can set the Payment Request form - * submission data. + * Iterate over Formio PRF submissions, matching them with submissions + * returned from the BAP, so we can set the PRF submission data. * - * NOTE: For there to be any Formio Payment Request form submissions at all, - * the BAP's ETL process must be running, as the `hidden_bap_rebate_id` field - * of a Payment Request form submission is injected in the creation of a brand - * new submission in the `/api/formio-payment-request-submission` POST request - * where he BAP Rebate ID (along with other fields) are fetched from the BAP - * and then posted to Formio in a new Payment Request form submission. + * NOTE: For there to be any Formio PRF submissions at all, the BAP's ETL + * process must be running, as the `hidden_bap_rebate_id` field of a PRF + * submission is injected in the creation of a brand new submission in the + * `/api/formio/2022/prf-submission` POST request where he BAP Rebate ID + * (along with other fields) are fetched from the BAP and then posted to + * Formio in a new PRF submission. * * That said, if the BAP ETL isn't returning data, we should make sure we * handle that situation gracefully (see NOTE below). */ - for (const formioSubmission of formioPaymentRequestSubmissions) { - const formioBapRebateId = formioSubmission.data.hidden_bap_rebate_id; + for (const formioPRFSubmission of formioPRFSubmissions) { + const formioBapRebateId = formioPRFSubmission.data.hidden_bap_rebate_id; - const bapMatch = bapFormSubmissions.paymentRequests.find((bapSub) => { - return bapSub.Parent_Rebate_ID__c === formioBapRebateId; + const bapMatch = bapFormSubmissions.prfs.find((bapPRFSubmission) => { + return bapPRFSubmission.Parent_Rebate_ID__c === formioBapRebateId; }); const modified = bapMatch?.CSB_Modified_Full_String__c || null; @@ -463,30 +538,28 @@ function useCombinedRebates() { /** * NOTE: If the BAP ETL is running, there should be a submission with a - * `formioBapRebateId` key for each Formio Payment Request form submission - * (as it would have been set in the `formioApplicationSubmissions` loop - * above). That said, we should first check that it exists before assigning - * the Payment Request data to it, so if the BAP ETL process isn't returning - * data, it won't break our app. + * `formioBapRebateId` key for each Formio PRF submission (as it would have + * been set in the `formioFRFSubmissions` loop above). That said, we should + * first check that it exists before assigning the PRF data to it, so if the + * BAP ETL process isn't returning data, it won't break our app. */ if (rebates[formioBapRebateId]) { - rebates[formioBapRebateId].paymentRequest = { - formio: { ...formioSubmission }, + rebates[formioBapRebateId].prf = { + formio: { ...formioPRFSubmission }, bap: { modified, comboKey, mongoId, rebateId, reviewItemId, status }, }; } } /** - * Iterate over Formio Close Out form submissions, matching them with - * submissions returned from the BAP, so we can set the Close Out form - * submission data. + * Iterate over Formio CRF submissions, matching them with submissions + * returned from the BAP, so we can set the CRF submission data. */ - for (const formioSubmission of formioCloseOutSubmissions) { - const formioBapRebateId = formioSubmission.data.hidden_bap_rebate_id; + for (const formioCRFSubmission of formioCRFSubmissions) { + const formioBapRebateId = formioCRFSubmission.data.hidden_bap_rebate_id; - const bapMatch = bapFormSubmissions.closeOuts.find((bapSub) => { - return bapSub.Parent_Rebate_ID__c === formioBapRebateId; + const bapMatch = bapFormSubmissions.crfs.find((bapCRFSubmission) => { + return bapCRFSubmission.Parent_Rebate_ID__c === formioBapRebateId; }); const modified = bapMatch?.CSB_Modified_Full_String__c || null; @@ -497,8 +570,8 @@ function useCombinedRebates() { const status = bapMatch?.Parent_CSB_Rebate__r?.CSB_Closeout_Request_Status__c || null; // prettier-ignore if (rebates[formioBapRebateId]) { - rebates[formioBapRebateId].closeOut = { - formio: { ...formioSubmission }, + rebates[formioBapRebateId].crf = { + formio: { ...formioCRFSubmission }, bap: { modified, comboKey, mongoId, rebateId, reviewItemId, status }, }; } @@ -507,32 +580,110 @@ function useCombinedRebates() { return rebates; } +function combine2023Submissions(options: { + formioFRFSubmissions: FormioFRF2023Submission[] | undefined; +}) { + const { formioFRFSubmissions } = options; + + // ensure form submissions data has been fetched from Formio + if (!formioFRFSubmissions) { + return {}; + } + + const rebates: { + [rebateId: string]: Extract; + } = {}; + + /** + * Iterate over Formio FRF submissions so we can build up each rebate object + * with the FRF submission data and initialize PRF and CRF submission data + * structure (both to be updated). + */ + for (const formioFRFSubmission of formioFRFSubmissions) { + rebates[`_${formioFRFSubmission._id}`] = { + rebateYear: "2023", + frf: { + formio: { ...formioFRFSubmission }, + bap: null, + }, + prf: { formio: null, bap: null }, + crf: { formio: null, bap: null }, + }; + } + + return rebates; +} + +/** + * Custom hook to combine FRF submissions, PRF submissions, and CRF submissions + * from both the BAP and Formio into a single object, with the BAP assigned + * rebateId as the object's keys. + **/ +function useCombinedSubmissions(rebateYear: RebateYear) { + const queryClient = useQueryClient(); + + const bapFormSubmissions = queryClient.getQueryData<{ + frfs: BapFormSubmission[]; + prfs: BapFormSubmission[]; + crfs: BapFormSubmission[]; + }>(["bap/submissions"]); + + const formioFRF2022Submissions = queryClient.getQueryData< + FormioFRF2022Submission[] + >(["formio/2022/frf-submissions"]); + + const formioPRF2022Submissions = queryClient.getQueryData< + FormioPRF2022Submission[] + >(["formio/2022/prf-submissions"]); + + const formioCRF2022Submissions = queryClient.getQueryData< + FormioCRF2022Submission[] + >(["formio/2022/crf-submissions"]); + + const formioFRF2023Submissions = queryClient.getQueryData< + FormioFRF2023Submission[] + >(["formio/2023/frf-submissions"]); + + const submissions = + rebateYear === "2022" + ? combine2022Submissions({ + bapFormSubmissions, + formioFRFSubmissions: formioFRF2022Submissions, + formioPRFSubmissions: formioPRF2022Submissions, + formioCRFSubmissions: formioCRF2022Submissions, + }) + : rebateYear === "2023" + ? combine2023Submissions({ + formioFRFSubmissions: formioFRF2023Submissions, + }) + : {}; + + return submissions; +} + /** - * Custom hook that sorts rebates by: - * - Most recient Formio modified date, regardless of form type - * (Application, Payment Request, or Close Out) + * Custom hook that sorts submissions by: + * - Most recient Formio modified date, regardless of form type (FRF, PRF, CRF) * - Submissions needing edits, regardless of form type - * - Selected Application form submissions without a corresponding Payment - * Request form submission - * - Funding Approved Payment Request form submissions without a corresponding - * Close Out form submission + * - Selected FRF submissions without a corresponding PRF submission + * - Funding Approved PRF submissions without a corresponding CRF submission **/ -function useSortedRebates(rebates: { [rebateId: string]: Rebate }) { +function useSortedSubmissions(rebates: { [rebateId: string]: Rebate }) { return Object.entries(rebates) .map(([rebateId, rebate]) => ({ rebateId, ...rebate })) .sort((r1, r2) => { const mostRecientR1Modified = [ - Date.parse(r1.application.formio.modified), - Date.parse(r1.paymentRequest.formio?.modified || ""), - Date.parse(r1.closeOut.formio?.modified || ""), + Date.parse(r1.frf.formio.modified), + Date.parse(r1.prf.formio?.modified || ""), + Date.parse(r1.crf.formio?.modified || ""), ].reduce((previous, current) => { return current > previous ? current : previous; }); const mostRecientR2Modified = [ - Date.parse(r2.application.formio.modified), - Date.parse(r2.paymentRequest.formio?.modified || ""), - Date.parse(r2.closeOut.formio?.modified || ""), + Date.parse(r2.frf.formio.modified), + Date.parse(r2.prf.formio?.modified || ""), + Date.parse(r2.crf.formio?.modified || ""), ].reduce((previous, current) => { return current > previous ? current : previous; }); @@ -540,60 +691,58 @@ function useSortedRebates(rebates: { [rebateId: string]: Rebate }) { return mostRecientR2Modified - mostRecientR1Modified; }) .sort((r1, _r2) => { - const r1ApplicationNeedsEdits = submissionNeedsEdits({ - formio: r1.application.formio, - bap: r1.application.bap, + const r1FRFNeedsEdits = submissionNeedsEdits({ + formio: r1.frf.formio, + bap: r1.frf.bap, }); - const r1PaymentRequestNeedsEdits = submissionNeedsEdits({ - formio: r1.paymentRequest.formio, - bap: r1.paymentRequest.bap, + const r1PRFNeedsEdits = submissionNeedsEdits({ + formio: r1.prf.formio, + bap: r1.prf.bap, }); - const r1CloseOutNeedsEdits = submissionNeedsEdits({ - formio: r1.closeOut.formio, - bap: r1.closeOut.bap, + const r1CRFNeedsEdits = submissionNeedsEdits({ + formio: r1.crf.formio, + bap: r1.crf.bap, }); - const r1ApplicationSelected = r1.application.bap?.status === "Accepted"; + const r1FRFSelected = r1.frf.bap?.status === "Accepted"; - const r1ApplicationSelectedButNoPaymentRequest = - r1ApplicationSelected && !Boolean(r1.paymentRequest.formio); + const r1FRFSelectedButNoPRF = r1FRFSelected && !Boolean(r1.prf.formio); - const r1PaymentRequestFundingApproved = - r1.paymentRequest.bap?.status === "Accepted"; + const r1PRFFundingApproved = r1.prf.bap?.status === "Accepted"; - const r1PaymentRequestFundingApprovedButNoCloseOut = - r1PaymentRequestFundingApproved && !Boolean(r1.closeOut.formio); + const r1PRFFundingApprovedButNoCRF = + r1PRFFundingApproved && !Boolean(r1.crf.formio); - return r1ApplicationNeedsEdits || - r1PaymentRequestNeedsEdits || - r1CloseOutNeedsEdits || - r1ApplicationSelectedButNoPaymentRequest || - r1PaymentRequestFundingApprovedButNoCloseOut + return r1FRFNeedsEdits || + r1PRFNeedsEdits || + r1CRFNeedsEdits || + r1FRFSelectedButNoPRF || + r1PRFFundingApprovedButNoCRF ? -1 : 0; }); } /** - * Custom hook that returns sorted rebates, and logs them if 'debug' search + * Custom hook that returns sorted submissions, and logs them if 'debug' search * parameter exists. */ -export function useRebates() { +export function useSubmissions(rebateYear: RebateYear) { const [searchParams] = useSearchParams(); - const combinedRebates = useCombinedRebates(); - const sortedRebates = useSortedRebates(combinedRebates); + const combinedSubmissions = useCombinedSubmissions(rebateYear); + const sortedSubmissions = useSortedSubmissions(combinedSubmissions); - // log combined 'sortedRebates' array if 'debug' search parameter exists + // log combined 'sortedSubmissions' array if 'debug' search parameter exists useEffect(() => { - if (searchParams.has("debug") && sortedRebates.length > 0) { - console.log(sortedRebates); + if (searchParams.has("debug") && sortedSubmissions.length > 0) { + console.log(sortedSubmissions); } - }, [searchParams, sortedRebates]); + }, [searchParams, sortedSubmissions]); - return sortedRebates; + return sortedSubmissions; } /** @@ -605,9 +754,10 @@ export function useRebates() { */ export function submissionNeedsEdits(options: { formio: - | FormioApplicationSubmission - | FormioPaymentRequestSubmission - | FormioCloseOutSubmission + | FormioFRF2022Submission + | FormioPRF2022Submission + | FormioCRF2022Submission + | FormioFRF2023Submission | null; bap: BapSubmission | null; }) { diff --git a/app/client/tailwind.config.js b/app/client/tailwind.config.js index 85954397..bc04a801 100644 --- a/app/client/tailwind.config.js +++ b/app/client/tailwind.config.js @@ -4,7 +4,7 @@ module.exports = { theme: { extend: {}, }, - plugins: [], + plugins: [require("@tailwindcss/forms")], prefix: "tw-", corePlugins: { preflight: false, diff --git a/app/package-lock.json b/app/package-lock.json index 3db4335d..da678094 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,44 +1,43 @@ { "name": "epa-csb", - "version": "2.1.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "epa-csb", - "version": "2.1.0", + "version": "4.0.0", "license": "CC0-1.0", "devDependencies": { - "concurrently": "8.0.1", + "concurrently": "8.2.1", "husky": "8.0.3", - "lint-staged": "13.2.2", - "prettier": "2.8.8", - "prettier-plugin-tailwindcss": "0.3.0" + "lint-staged": "14.0.1", + "prettier": "3.0.3", + "prettier-plugin-tailwindcss": "0.5.4" } }, - "node_modules/aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "node_modules/@babel/runtime": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.15.tgz", + "integrity": "sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==", "dev": true, "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" + "regenerator-runtime": "^0.14.0" }, "engines": { - "node": ">=8" + "node": ">=6.9.0" } }, "node_modules/ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-5.0.0.tgz", + "integrity": "sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==", "dev": true, "dependencies": { - "type-fest": "^0.21.3" + "type-fest": "^1.0.2" }, "engines": { - "node": ">=8" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -68,15 +67,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/braces": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", @@ -117,25 +107,19 @@ "node": ">=8" } }, - "node_modules/clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz", + "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==", "dev": true, "dependencies": { - "restore-cursor": "^3.1.0" + "restore-cursor": "^4.0.0" }, "engines": { - "node": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/cli-truncate": { @@ -173,9 +157,9 @@ "dev": true }, "node_modules/cli-truncate/node_modules/string-width": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.0.tgz", - "integrity": "sha512-7x54QnN21P+XL/v8SuNKvfgsUre6PXpN7mc77N3HlZv+f1SBRGmjxtOud2Z6FZ8DmdkD/IdjCaf9XXbnqmTZGQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, "dependencies": { "eastasianwidth": "^0.2.0", @@ -190,9 +174,9 @@ } }, "node_modules/cli-truncate/node_modules/strip-ansi": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", - "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "dependencies": { "ansi-regex": "^6.0.1" @@ -237,35 +221,35 @@ "dev": true }, "node_modules/colorette": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz", - "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==", + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", "dev": true }, "node_modules/commander": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.0.tgz", - "integrity": "sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-11.0.0.tgz", + "integrity": "sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==", "dev": true, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/concurrently": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.0.1.tgz", - "integrity": "sha512-Sh8bGQMEL0TAmAm2meAXMjcASHZa7V0xXQVDBLknCPa9TPtkY9yYs+0cnGGgfdkW0SV1Mlg+hVGfXcoI8d3MJA==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz", + "integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==", "dev": true, "dependencies": { "chalk": "^4.1.2", - "date-fns": "^2.29.3", + "date-fns": "^2.30.0", "lodash": "^4.17.21", - "rxjs": "^7.8.0", - "shell-quote": "^1.8.0", - "spawn-command": "0.0.2-1", + "rxjs": "^7.8.1", + "shell-quote": "^1.8.1", + "spawn-command": "0.0.2", "supports-color": "^8.1.1", "tree-kill": "^1.2.2", - "yargs": "^17.7.1" + "yargs": "^17.7.2" }, "bin": { "conc": "dist/bin/concurrently.js", @@ -293,10 +277,13 @@ } }, "node_modules/date-fns": { - "version": "2.29.3", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz", - "integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==", + "version": "2.30.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", + "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", "dev": true, + "dependencies": { + "@babel/runtime": "^7.21.0" + }, "engines": { "node": ">=0.11" }, @@ -343,10 +330,16 @@ "node": ">=6" } }, + "node_modules/eventemitter3": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", + "dev": true + }, "node_modules/execa": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-7.1.1.tgz", - "integrity": "sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz", + "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==", "dev": true, "dependencies": { "cross-spawn": "^7.0.3", @@ -432,15 +425,6 @@ "url": "https://github.com/sponsors/typicode" } }, - "node_modules/indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", @@ -487,39 +471,36 @@ } }, "node_modules/lint-staged": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.2.tgz", - "integrity": "sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-14.0.1.tgz", + "integrity": "sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw==", "dev": true, "dependencies": { - "chalk": "5.2.0", - "cli-truncate": "^3.1.0", - "commander": "^10.0.0", - "debug": "^4.3.4", - "execa": "^7.0.0", + "chalk": "5.3.0", + "commander": "11.0.0", + "debug": "4.3.4", + "execa": "7.2.0", "lilconfig": "2.1.0", - "listr2": "^5.0.7", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "object-inspect": "^1.12.3", - "pidtree": "^0.6.0", - "string-argv": "^0.3.1", - "yaml": "^2.2.2" + "listr2": "6.6.1", + "micromatch": "4.0.5", + "pidtree": "0.6.0", + "string-argv": "0.3.2", + "yaml": "2.3.1" }, "bin": { "lint-staged": "bin/lint-staged.js" }, "engines": { - "node": "^14.13.1 || >=16.0.0" + "node": "^16.14.0 || >=18.0.0" }, "funding": { "url": "https://opencollective.com/lint-staged" } }, "node_modules/lint-staged/node_modules/chalk": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz", - "integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "dev": true, "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" @@ -529,22 +510,20 @@ } }, "node_modules/listr2": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-5.0.8.tgz", - "integrity": "sha512-mC73LitKHj9w6v30nLNGPetZIlfpUniNSsxxrbaPcWOjDb92SHPzJPi/t+v1YC/lxKz/AJ9egOjww0qUuFxBpA==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-6.6.1.tgz", + "integrity": "sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==", "dev": true, "dependencies": { - "cli-truncate": "^2.1.0", - "colorette": "^2.0.19", - "log-update": "^4.0.0", - "p-map": "^4.0.0", + "cli-truncate": "^3.1.0", + "colorette": "^2.0.20", + "eventemitter3": "^5.0.1", + "log-update": "^5.0.1", "rfdc": "^1.3.0", - "rxjs": "^7.8.0", - "through": "^2.3.8", - "wrap-ansi": "^7.0.0" + "wrap-ansi": "^8.1.0" }, "engines": { - "node": "^14.13.1 || >=16.0.0" + "node": ">=16.0.0" }, "peerDependencies": { "enquirer": ">= 2.3.0 < 3" @@ -555,34 +534,83 @@ } } }, - "node_modules/listr2/node_modules/cli-truncate": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", - "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", + "node_modules/listr2/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/listr2/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/listr2/node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "node_modules/listr2/node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, "dependencies": { - "slice-ansi": "^3.0.0", - "string-width": "^4.2.0" + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" }, "engines": { - "node": ">=8" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/listr2/node_modules/slice-ansi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", - "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", + "node_modules/listr2/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/listr2/node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, "node_modules/lodash": { @@ -592,52 +620,101 @@ "dev": true }, "node_modules/log-update": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", - "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-5.0.1.tgz", + "integrity": "sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==", "dev": true, "dependencies": { - "ansi-escapes": "^4.3.0", - "cli-cursor": "^3.1.0", - "slice-ansi": "^4.0.0", - "wrap-ansi": "^6.2.0" + "ansi-escapes": "^5.0.0", + "cli-cursor": "^4.0.0", + "slice-ansi": "^5.0.0", + "strip-ansi": "^7.0.1", + "wrap-ansi": "^8.0.1" }, "engines": { - "node": ">=10" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-update/node_modules/slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "node_modules/log-update/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/log-update/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/log-update/node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "node_modules/log-update/node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" }, "engines": { - "node": ">=10" + "node": ">=12" }, "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, "node_modules/log-update/node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, "node_modules/merge-stream": { @@ -677,15 +754,6 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/npm-run-path": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", @@ -713,15 +781,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/onetime": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", @@ -737,21 +796,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "dev": true, - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/path-key": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", @@ -786,27 +830,27 @@ } }, "node_modules/prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz", + "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==", "dev": true, "bin": { - "prettier": "bin-prettier.js" + "prettier": "bin/prettier.cjs" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.3.0.tgz", - "integrity": "sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA==", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.4.tgz", + "integrity": "sha512-QZzzB1bID6qPsKHTeA9qPo1APmmxfFrA5DD3LQ+vbTmAnY40eJI7t9Q1ocqel2EKMWNPLJqdTDWZj1hKYgqSgg==", "dev": true, "engines": { - "node": ">=12.17.0" + "node": ">=14.21.3" }, "peerDependencies": { "@ianvs/prettier-plugin-sort-imports": "*", @@ -814,17 +858,15 @@ "@shopify/prettier-plugin-liquid": "*", "@shufo/prettier-plugin-blade": "*", "@trivago/prettier-plugin-sort-imports": "*", - "prettier": ">=2.2.0", + "prettier": "^3.0", "prettier-plugin-astro": "*", "prettier-plugin-css-order": "*", "prettier-plugin-import-sort": "*", "prettier-plugin-jsdoc": "*", - "prettier-plugin-marko": "*", "prettier-plugin-organize-attributes": "*", "prettier-plugin-organize-imports": "*", "prettier-plugin-style-order": "*", - "prettier-plugin-svelte": "*", - "prettier-plugin-twig-melody": "*" + "prettier-plugin-svelte": "*" }, "peerDependenciesMeta": { "@ianvs/prettier-plugin-sort-imports": { @@ -874,6 +916,12 @@ } } }, + "node_modules/regenerator-runtime": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", + "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==", + "dev": true + }, "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -884,16 +932,19 @@ } }, "node_modules/restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz", + "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==", "dev": true, "dependencies": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" }, "engines": { - "node": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/restore-cursor/node_modules/mimic-fn": { @@ -927,9 +978,9 @@ "dev": true }, "node_modules/rxjs": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.0.tgz", - "integrity": "sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==", + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, "dependencies": { "tslib": "^2.1.0" @@ -988,9 +1039,9 @@ } }, "node_modules/slice-ansi/node_modules/ansi-styles": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.1.0.tgz", - "integrity": "sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, "engines": { "node": ">=12" @@ -1012,15 +1063,15 @@ } }, "node_modules/spawn-command": { - "version": "0.0.2-1", - "resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2-1.tgz", - "integrity": "sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A=", + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2.tgz", + "integrity": "sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==", "dev": true }, "node_modules/string-argv": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz", - "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz", + "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==", "dev": true, "engines": { "node": ">=0.6.19" @@ -1079,12 +1130,6 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true - }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -1113,9 +1158,9 @@ "dev": true }, "node_modules/type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", + "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", "dev": true, "engines": { "node": ">=10" @@ -1166,9 +1211,9 @@ } }, "node_modules/yaml": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.2.tgz", - "integrity": "sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz", + "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==", "dev": true, "engines": { "node": ">= 14" @@ -1203,23 +1248,22 @@ } }, "dependencies": { - "aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "@babel/runtime": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.15.tgz", + "integrity": "sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==", "dev": true, "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" + "regenerator-runtime": "^0.14.0" } }, "ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-5.0.0.tgz", + "integrity": "sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==", "dev": true, "requires": { - "type-fest": "^0.21.3" + "type-fest": "^1.0.2" } }, "ansi-regex": { @@ -1237,12 +1281,6 @@ "color-convert": "^2.0.1" } }, - "astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true - }, "braces": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", @@ -1273,19 +1311,13 @@ } } }, - "clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true - }, "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz", + "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==", "dev": true, "requires": { - "restore-cursor": "^3.1.0" + "restore-cursor": "^4.0.0" } }, "cli-truncate": { @@ -1311,9 +1343,9 @@ "dev": true }, "string-width": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.0.tgz", - "integrity": "sha512-7x54QnN21P+XL/v8SuNKvfgsUre6PXpN7mc77N3HlZv+f1SBRGmjxtOud2Z6FZ8DmdkD/IdjCaf9XXbnqmTZGQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, "requires": { "eastasianwidth": "^0.2.0", @@ -1322,9 +1354,9 @@ } }, "strip-ansi": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", - "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "requires": { "ansi-regex": "^6.0.1" @@ -1359,32 +1391,32 @@ "dev": true }, "colorette": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz", - "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==", + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", "dev": true }, "commander": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.0.tgz", - "integrity": "sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-11.0.0.tgz", + "integrity": "sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==", "dev": true }, "concurrently": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.0.1.tgz", - "integrity": "sha512-Sh8bGQMEL0TAmAm2meAXMjcASHZa7V0xXQVDBLknCPa9TPtkY9yYs+0cnGGgfdkW0SV1Mlg+hVGfXcoI8d3MJA==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-8.2.1.tgz", + "integrity": "sha512-nVraf3aXOpIcNud5pB9M82p1tynmZkrSGQ1p6X/VY8cJ+2LMVqAgXsJxYYefACSHbTYlm92O1xuhdGTjwoEvbQ==", "dev": true, "requires": { "chalk": "^4.1.2", - "date-fns": "^2.29.3", + "date-fns": "^2.30.0", "lodash": "^4.17.21", - "rxjs": "^7.8.0", - "shell-quote": "^1.8.0", - "spawn-command": "0.0.2-1", + "rxjs": "^7.8.1", + "shell-quote": "^1.8.1", + "spawn-command": "0.0.2", "supports-color": "^8.1.1", "tree-kill": "^1.2.2", - "yargs": "^17.7.1" + "yargs": "^17.7.2" } }, "cross-spawn": { @@ -1399,10 +1431,13 @@ } }, "date-fns": { - "version": "2.29.3", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz", - "integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==", - "dev": true + "version": "2.30.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", + "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", + "dev": true, + "requires": { + "@babel/runtime": "^7.21.0" + } }, "debug": { "version": "4.3.4", @@ -1431,10 +1466,16 @@ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", "dev": true }, + "eventemitter3": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", + "dev": true + }, "execa": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-7.1.1.tgz", - "integrity": "sha512-wH0eMf/UXckdUYnO21+HDztteVv05rq2GXksxT4fCGeHkBhw1DROXh40wcjMcRqDOWE7iPJ4n3M7e2+YFP+76Q==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz", + "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==", "dev": true, "requires": { "cross-spawn": "^7.0.3", @@ -1487,12 +1528,6 @@ "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true }, - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true - }, "is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", @@ -1524,69 +1559,92 @@ "dev": true }, "lint-staged": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.2.tgz", - "integrity": "sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-14.0.1.tgz", + "integrity": "sha512-Mw0cL6HXnHN1ag0mN/Dg4g6sr8uf8sn98w2Oc1ECtFto9tvRF7nkXGJRbx8gPlHyoR0pLyBr2lQHbWwmUHe1Sw==", "dev": true, "requires": { - "chalk": "5.2.0", - "cli-truncate": "^3.1.0", - "commander": "^10.0.0", - "debug": "^4.3.4", - "execa": "^7.0.0", + "chalk": "5.3.0", + "commander": "11.0.0", + "debug": "4.3.4", + "execa": "7.2.0", "lilconfig": "2.1.0", - "listr2": "^5.0.7", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "object-inspect": "^1.12.3", - "pidtree": "^0.6.0", - "string-argv": "^0.3.1", - "yaml": "^2.2.2" + "listr2": "6.6.1", + "micromatch": "4.0.5", + "pidtree": "0.6.0", + "string-argv": "0.3.2", + "yaml": "2.3.1" }, "dependencies": { "chalk": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz", - "integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "dev": true } } }, "listr2": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-5.0.8.tgz", - "integrity": "sha512-mC73LitKHj9w6v30nLNGPetZIlfpUniNSsxxrbaPcWOjDb92SHPzJPi/t+v1YC/lxKz/AJ9egOjww0qUuFxBpA==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-6.6.1.tgz", + "integrity": "sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==", "dev": true, "requires": { - "cli-truncate": "^2.1.0", - "colorette": "^2.0.19", - "log-update": "^4.0.0", - "p-map": "^4.0.0", + "cli-truncate": "^3.1.0", + "colorette": "^2.0.20", + "eventemitter3": "^5.0.1", + "log-update": "^5.0.1", "rfdc": "^1.3.0", - "rxjs": "^7.8.0", - "through": "^2.3.8", - "wrap-ansi": "^7.0.0" + "wrap-ansi": "^8.1.0" }, "dependencies": { - "cli-truncate": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz", - "integrity": "sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==", + "ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true + }, + "ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true + }, + "emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, "requires": { - "slice-ansi": "^3.0.0", - "string-width": "^4.2.0" + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" } }, - "slice-ansi": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz", - "integrity": "sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==", + "strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" + "ansi-regex": "^6.0.1" + } + }, + "wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "requires": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" } } } @@ -1598,37 +1656,65 @@ "dev": true }, "log-update": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", - "integrity": "sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-5.0.1.tgz", + "integrity": "sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==", "dev": true, "requires": { - "ansi-escapes": "^4.3.0", - "cli-cursor": "^3.1.0", - "slice-ansi": "^4.0.0", - "wrap-ansi": "^6.2.0" + "ansi-escapes": "^5.0.0", + "cli-cursor": "^4.0.0", + "slice-ansi": "^5.0.0", + "strip-ansi": "^7.0.1", + "wrap-ansi": "^8.0.1" }, "dependencies": { - "slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true + }, + "ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true + }, + "emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + } + }, + "strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "requires": { + "ansi-regex": "^6.0.1" } }, "wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" } } } @@ -1661,12 +1747,6 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true - }, "npm-run-path": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", @@ -1684,12 +1764,6 @@ } } }, - "object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", - "dev": true - }, "onetime": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", @@ -1699,15 +1773,6 @@ "mimic-fn": "^4.0.0" } }, - "p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "dev": true, - "requires": { - "aggregate-error": "^3.0.0" - } - }, "path-key": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", @@ -1727,18 +1792,24 @@ "dev": true }, "prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz", + "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==", "dev": true }, "prettier-plugin-tailwindcss": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.3.0.tgz", - "integrity": "sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA==", + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.4.tgz", + "integrity": "sha512-QZzzB1bID6qPsKHTeA9qPo1APmmxfFrA5DD3LQ+vbTmAnY40eJI7t9Q1ocqel2EKMWNPLJqdTDWZj1hKYgqSgg==", "dev": true, "requires": {} }, + "regenerator-runtime": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", + "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==", + "dev": true + }, "require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -1746,9 +1817,9 @@ "dev": true }, "restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz", + "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==", "dev": true, "requires": { "onetime": "^5.1.0", @@ -1779,9 +1850,9 @@ "dev": true }, "rxjs": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.0.tgz", - "integrity": "sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==", + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, "requires": { "tslib": "^2.1.0" @@ -1825,9 +1896,9 @@ }, "dependencies": { "ansi-styles": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.1.0.tgz", - "integrity": "sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true }, "is-fullwidth-code-point": { @@ -1839,15 +1910,15 @@ } }, "spawn-command": { - "version": "0.0.2-1", - "resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2-1.tgz", - "integrity": "sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A=", + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2.tgz", + "integrity": "sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==", "dev": true }, "string-argv": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz", - "integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==", + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz", + "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==", "dev": true }, "string-width": { @@ -1885,12 +1956,6 @@ "has-flag": "^4.0.0" } }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", - "dev": true - }, "to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -1913,9 +1978,9 @@ "dev": true }, "type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", + "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", "dev": true }, "which": { @@ -1945,9 +2010,9 @@ "dev": true }, "yaml": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.2.tgz", - "integrity": "sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz", + "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==", "dev": true }, "yargs": { diff --git a/app/package.json b/app/package.json index 119eafcd..6b62b8e1 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "epa-csb", - "version": "2.1.0", + "version": "4.0.0", "description": "U.S. EPA Clean School Bus data collection system", "license": "CC0-1.0", "author": "USEPA (https://www.epa.gov)", @@ -10,11 +10,11 @@ "Devin Galloway " ], "devDependencies": { - "concurrently": "8.0.1", + "concurrently": "8.2.1", "husky": "8.0.3", - "lint-staged": "13.2.2", - "prettier": "2.8.8", - "prettier-plugin-tailwindcss": "0.3.0" + "lint-staged": "14.0.1", + "prettier": "3.0.3", + "prettier-plugin-tailwindcss": "0.5.4" }, "scripts": { "client": "cd client && npm start", diff --git a/app/server/.env.example b/app/server/.env.example index 7c47ade4..1b80f0ef 100644 --- a/app/server/.env.example +++ b/app/server/.env.example @@ -10,15 +10,22 @@ SAML_IDP_CERT= SAML_PUBLIC_KEY=publickey JWT_PRIVATE_KEY=secret JWT_PUBLIC_KEY=secret -CSB_APPLICATION_FORM_OPEN=true -CSB_PAYMENT_REQUEST_FORM_OPEN=true -CSB_CLOSE_OUT_FORM_OPEN=true +CSB_2022_FRF_OPEN=true +CSB_2022_PRF_OPEN=true +CSB_2022_CRF_OPEN=true +CSB_2023_FRF_OPEN=true +CSB_2023_PRF_OPEN=true +CSB_2023_CRF_OPEN=true +FORMIO_2022_FRF_PATH= +FORMIO_2022_PRF_PATH= +FORMIO_2022_CRF_PATH= +FORMIO_2023_FRF_PATH= +FORMIO_2023_PRF_PATH= +FORMIO_2023_CRF_PATH= FORMIO_BASE_URL= FORMIO_PROJECT_NAME= -FORMIO_APPLICATION_FORM_PATH= -FORMIO_PAYMENT_REQUEST_FORM_PATH= -FORMIO_CLOSE_OUT_FORM_PATH= FORMIO_API_KEY= +FORMIO_NCES_API_KEY= BAP_CLIENT_ID= BAP_CLIENT_SECRET= BAP_URL= diff --git a/app/server/app/config/formio.js b/app/server/app/config/formio.js index 7bf1a588..68f90b47 100644 --- a/app/server/app/config/formio.js +++ b/app/server/app/config/formio.js @@ -6,18 +6,56 @@ const log = require("../utilities/logger"); const { CLOUD_SPACE, SERVER_URL, + CSB_2022_FRF_OPEN, + CSB_2022_PRF_OPEN, + CSB_2022_CRF_OPEN, + CSB_2023_FRF_OPEN, + CSB_2023_PRF_OPEN, + CSB_2023_CRF_OPEN, FORMIO_BASE_URL, FORMIO_PROJECT_NAME, - FORMIO_APPLICATION_FORM_PATH, - FORMIO_PAYMENT_REQUEST_FORM_PATH, - FORMIO_CLOSE_OUT_FORM_PATH, FORMIO_API_KEY, + FORMIO_2022_FRF_PATH, + FORMIO_2022_PRF_PATH, + FORMIO_2022_CRF_PATH, + FORMIO_2023_FRF_PATH, + FORMIO_2023_PRF_PATH, + FORMIO_2023_CRF_PATH, } = process.env; const formioProjectUrl = `${FORMIO_BASE_URL}/${FORMIO_PROJECT_NAME}`; -const formioApplicationFormUrl = `${formioProjectUrl}/${FORMIO_APPLICATION_FORM_PATH}`; -const formioPaymentRequestFormUrl = `${formioProjectUrl}/${FORMIO_PAYMENT_REQUEST_FORM_PATH}`; -const formioCloseOutFormUrl = `${formioProjectUrl}/${FORMIO_CLOSE_OUT_FORM_PATH}`; + +/** + * Stores form url for each form by rebate year. + */ +const formUrl = { + 2022: { + frf: `${formioProjectUrl}/${FORMIO_2022_FRF_PATH}`, + prf: `${formioProjectUrl}/${FORMIO_2022_PRF_PATH}`, + crf: `${formioProjectUrl}/${FORMIO_2022_CRF_PATH}`, + }, + 2023: { + frf: `${formioProjectUrl}/${FORMIO_2023_FRF_PATH}`, + prf: `${formioProjectUrl}/${FORMIO_2023_PRF_PATH}`, + crf: `${formioProjectUrl}/${FORMIO_2023_CRF_PATH}`, + }, +}; + +/** + * Stores whether the submission period is open for each form by rebate year. + */ +const submissionPeriodOpen = { + 2022: { + frf: CSB_2022_FRF_OPEN === "true", + prf: CSB_2022_PRF_OPEN === "true", + crf: CSB_2022_CRF_OPEN === "true", + }, + 2023: { + frf: CSB_2023_FRF_OPEN === "true", + prf: CSB_2023_PRF_OPEN === "true", + crf: CSB_2023_CRF_OPEN === "true", + }, +}; /** @param {express.Request} req */ function axiosFormio(req) { @@ -75,15 +113,14 @@ function axiosFormio(req) { return instance; } -const formioCsbMetadata = { +const formioCSBMetadata = { "csb-app-cloud-space": `env-${CLOUD_SPACE || "local"}`, "csb-app-cloud-origin": SERVER_URL || "localhost", }; module.exports = { axiosFormio, - formioApplicationFormUrl, - formioPaymentRequestFormUrl, - formioCloseOutFormUrl, - formioCsbMetadata, + formUrl, + submissionPeriodOpen, + formioCSBMetadata, }; diff --git a/app/server/app/content/draft-close-out-intro.md b/app/server/app/content/draft-crf-intro.md similarity index 100% rename from app/server/app/content/draft-close-out-intro.md rename to app/server/app/content/draft-crf-intro.md diff --git a/app/server/app/content/draft-application-intro.md b/app/server/app/content/draft-frf-intro.md similarity index 100% rename from app/server/app/content/draft-application-intro.md rename to app/server/app/content/draft-frf-intro.md diff --git a/app/server/app/content/draft-payment-request-intro.md b/app/server/app/content/draft-prf-intro.md similarity index 100% rename from app/server/app/content/draft-payment-request-intro.md rename to app/server/app/content/draft-prf-intro.md diff --git a/app/server/app/content/nces.json b/app/server/app/content/nces.json new file mode 100644 index 00000000..4ce22e08 --- /dev/null +++ b/app/server/app/content/nces.json @@ -0,0 +1,453585 @@ +[ + { + "NCES ID": "A999999", + "School District Name": "", + "Physical Address Line 1": "", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "", + "Physical Address State": "", + "Physical Address Zip": "", + "LEA Charter Status": "", + "Agency Type": "", + "Locale Code": "", + "Percent of Students in Poverty": "", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "", + "Prioritized for Rural 43": "", + "Prioritized for Impact Aid": "", + "Prioritized for BIE": "", + "Prioritized Tribal (Impact and BIE)": "", + "Self-Certify (Large Number of Students and/or Number of Schools)": "", + "Self-Certify Large Number of Student": "", + "Self-Certify Large Number of Schools": "" + }, + { + "NCES ID": "1800046", + "School District Name": "21st Century Charter Sch of Gary", + "Physical Address Line 1": "1630 N Meridian St 350", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100002", + "School District Name": "Alabama Youth Services", + "Physical Address Line 1": "1000 Industrial School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt Meigs", + "Physical Address State": "AL ", + "Physical Address Zip": "36057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200050", + "School District Name": "Alaska Gateway School District", + "Physical Address Line 1": "1313.5 Alaska Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tok", + "Physical Address State": "AK ", + "Physical Address Zip": "99780", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2185430463576159", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100005", + "School District Name": "Albertville City", + "Physical Address Line 1": "8379 US Highway 431", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albertville", + "Physical Address State": "AL ", + "Physical Address Zip": "35950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22322193658954584", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100190", + "School District Name": "Alabaster City", + "Physical Address Line 1": "10111 Highway 119", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alabaster", + "Physical Address State": "AL ", + "Physical Address Zip": "35007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09408561488428377", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100006", + "School District Name": "Marshall County", + "Physical Address Line 1": "12380 US Highway 431 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Guntersville", + "Physical Address State": "AL ", + "Physical Address Zip": "35976", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21998424665241365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200091", + "School District Name": "21st Century Cyber CS", + "Physical Address Line 1": "1245 Wrights Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Chester", + "Physical Address State": "PA ", + "Physical Address Zip": "19380", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100007", + "School District Name": "Hoover City", + "Physical Address Line 1": "2810 Metropolitan Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hoover", + "Physical Address State": "AL ", + "Physical Address Zip": "35243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.0796298627722523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200010", + "School District Name": "Aleutian Region School District", + "Physical Address Line 1": "118 E International Airport Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anchorage", + "Physical Address State": "AK ", + "Physical Address Zip": "99518", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18518518518518517", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100008", + "School District Name": "Madison City", + "Physical Address Line 1": "211 Celtic Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "AL ", + "Physical Address Zip": "35758", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04909891870244293", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100009", + "School District Name": "Al Inst Deaf And Blind", + "Physical Address Line 1": "205 E South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Talladega", + "Physical Address State": "AL ", + "Physical Address Zip": "35160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200007", + "School District Name": "Aleutians East Borough School District", + "Physical Address Line 1": "100 Mossberry Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sand Point", + "Physical Address State": "AK ", + "Physical Address Zip": "99661", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13541666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100010", + "School District Name": "Al Sch Of Math And Science", + "Physical Address Line 1": "1255 Dauphin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mobile", + "Physical Address State": "AL ", + "Physical Address Zip": "36604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500045", + "School District Name": "21st Century Preparatory School Agency", + "Physical Address Line 1": "1220 Mound Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Racine", + "Physical Address State": "WI ", + "Physical Address Zip": "53404", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100011", + "School District Name": "Leeds City", + "Physical Address Line 1": "1517 Hurst Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leeds", + "Physical Address State": "AL ", + "Physical Address Zip": "35094", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21253672869735554", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200525", + "School District Name": "Annette Island School District", + "Physical Address Line 1": "89A 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Metlakatla", + "Physical Address State": "AK ", + "Physical Address Zip": "99926", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2152777777777778", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100012", + "School District Name": "Boaz City", + "Physical Address Line 1": "126 Newt Parker Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boaz", + "Physical Address State": "AL ", + "Physical Address Zip": "35957", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23948717948717949", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100030", + "School District Name": "Alexander City", + "Physical Address Line 1": "375 Lee Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alexander City", + "Physical Address State": "AL ", + "Physical Address Zip": "35010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.275974025974026", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100013", + "School District Name": "Trussville City", + "Physical Address Line 1": "476 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trussville", + "Physical Address State": "AL ", + "Physical Address Zip": "35173", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.049945115257958285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200020", + "School District Name": "Bering Strait School District", + "Physical Address Line 1": "225 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Unalakleet", + "Physical Address State": "AK ", + "Physical Address Zip": "99684", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25629022820362785", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100015", + "School District Name": "SafetyNet Academy Minter", + "Physical Address Line 1": "80 Mel Bailey Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minter", + "Physical Address State": "AL", + "Physical Address Zip": "36761", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500187", + "School District Name": "21ST CENTURY PUBLIC ACADEMY", + "Physical Address Line 1": "4300 CUTLER AVE. NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100016", + "School District Name": "Bryce Adolescent School", + "Physical Address Line 1": "200 University Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuscaloosa", + "Physical Address State": "AL", + "Physical Address Zip": "35401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200030", + "School District Name": "Bristol Bay Borough School District", + "Physical Address Line 1": "# 2 School Rd N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Naknek", + "Physical Address State": "AK ", + "Physical Address Zip": "99633", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18796992481203006", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100018", + "School District Name": "Alabama School of Fine Arts", + "Physical Address Line 1": "1800 Rev Abraham Woods Jr Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Birmingham", + "Physical Address State": "AL ", + "Physical Address Zip": "35203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100060", + "School District Name": "Andalusia City", + "Physical Address Line 1": "1201 C C Baker Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Andalusia", + "Physical Address State": "AL ", + "Physical Address Zip": "36421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2936026936026936", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100019", + "School District Name": "United Ability", + "Physical Address Line 1": "120 Oslo Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Birmingham", + "Physical Address State": "AL", + "Physical Address Zip": "35211", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200800", + "School District Name": "Chugach School District", + "Physical Address Line 1": "9312 Vanguard Dr Ste 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anchorage", + "Physical Address State": "AK ", + "Physical Address Zip": "99507", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.17105263157894737", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100020", + "School District Name": "Boyd School", + "Physical Address Line 1": "20856 Eastern Valley Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Green Pond", + "Physical Address State": "AL", + "Physical Address Zip": "35074", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700024", + "School District Name": "A E R O Spec Educ Coop", + "Physical Address Line 1": "7600 Mason Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burbank", + "Physical Address State": "IL ", + "Physical Address Zip": "60459", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100021", + "School District Name": "BrewerPorch Childrens Center", + "Physical Address Line 1": "2501 Woodland Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuscaloosa", + "Physical Address State": "AL", + "Physical Address Zip": "35404", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200070", + "School District Name": "Copper River School District", + "Physical Address Line 1": "1976 Aurora Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glennallen", + "Physical Address State": "AK ", + "Physical Address Zip": "99588", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1540041067761807", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100022", + "School District Name": "Sequel TSI Courtland LLC", + "Physical Address Line 1": "349 Madison Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Courtland", + "Physical Address State": "AL", + "Physical Address Zip": "35618", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100090", + "School District Name": "Anniston City", + "Physical Address Line 1": "4804 McClellan Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anniston", + "Physical Address State": "AL ", + "Physical Address Zip": "36206", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.35404769902586497", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100024", + "School District Name": "Sequel TSI New Beginnings LLC", + "Physical Address Line 1": "318 Hamer Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Owens Crossroads", + "Physical Address State": "AL", + "Physical Address Zip": "35763", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200090", + "School District Name": "Craig City School District", + "Physical Address Line 1": "100 School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Craig", + "Physical Address State": "AK ", + "Physical Address Zip": "99921", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09941520467836257", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100026", + "School District Name": "Sequel TSI Tuskegee LLC", + "Physical Address Line 1": "4280 U S Highway 29 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuskegee", + "Physical Address State": "AL", + "Physical Address Zip": "36083", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280010", + "School District Name": "A W Beattie Career Center", + "Physical Address Line 1": "9600 Babcock Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allison Park", + "Physical Address State": "PA ", + "Physical Address Zip": "15101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100028", + "School District Name": "Triwill Portacras", + "Physical Address Line 1": "65 Enterprise Loop", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodstock", + "Physical Address State": "AL", + "Physical Address Zip": "35188", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200120", + "School District Name": "Dillingham City School District", + "Physical Address Line 1": "565 Seward St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dillingham", + "Physical Address State": "AK ", + "Physical Address Zip": "99576", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14840182648401826", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100100", + "School District Name": "Arab City", + "Physical Address Line 1": "750 Arabian Dr NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arab", + "Physical Address State": "AL ", + "Physical Address Zip": "35016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1695364238410596", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100033", + "School District Name": "Glenwood Mental Health Service", + "Physical Address Line 1": "150 Glenwood Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Birmingham", + "Physical Address State": "AL", + "Physical Address Zip": "35242", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200130", + "School District Name": "Galena City School District", + "Physical Address Line 1": "299 Antoski Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galena", + "Physical Address State": "AK ", + "Physical Address Zip": "99741", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.226890756302521", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100035", + "School District Name": "The Little Tree Preschool Auburn", + "Physical Address Line 1": "421 Opelika Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Auburn", + "Physical Address State": "AL", + "Physical Address Zip": "36830", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800095", + "School District Name": "A W BROWN LEADERSHIP ACADEMY", + "Physical Address Line 1": "5701 RED BIRD CTR DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75237", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100036", + "School District Name": "Lee County Youth Development Center", + "Physical Address Line 1": "1109 Spring Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Opelika", + "Physical Address State": "AL", + "Physical Address Zip": "36801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200520", + "School District Name": "Iditarod Area School District", + "Physical Address Line 1": "90 Chinana Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McGrath", + "Physical Address State": "AK ", + "Physical Address Zip": "99627", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3459915611814346", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100037", + "School District Name": "BayPointe Residential Services", + "Physical Address Line 1": "5800 Southland Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mobile", + "Physical Address State": "AL", + "Physical Address Zip": "36693", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100120", + "School District Name": "Athens City", + "Physical Address Line 1": "455 US Highway 31 North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Athens", + "Physical Address State": "AL ", + "Physical Address Zip": "35611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.13135695348276694", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100038", + "School District Name": "Pathway Inc", + "Physical Address Line 1": "1540 W Lee Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Enterprise", + "Physical Address State": "AL", + "Physical Address Zip": "36331", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200360", + "School District Name": "Kake City School District", + "Physical Address Line 1": "175 Library Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kake", + "Physical Address State": "AK ", + "Physical Address Zip": "99830", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21428571428571427", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100039", + "School District Name": "Presbyterian Home for Children", + "Physical Address Line 1": "905 Ashland Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Talladega", + "Physical Address State": "AL", + "Physical Address Zip": "35160", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800203", + "School District Name": "A+ ACADEMY", + "Physical Address Line 1": "8225 BRUTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75217", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100040", + "School District Name": "Brantwood Childrens Home", + "Physical Address Line 1": "1426 South Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montgomery", + "Physical Address State": "AL", + "Physical Address Zip": "36104", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200005", + "School District Name": "Kashunamiut School District", + "Physical Address Line 1": "985 KSD Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chevak", + "Physical Address State": "AK ", + "Physical Address Zip": "99563", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.49242424242424243", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100041", + "School District Name": "Developing Alabama Youth Prog", + "Physical Address Line 1": "632 11th Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alabaster", + "Physical Address State": "AL", + "Physical Address Zip": "35007", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100180", + "School District Name": "Attalla City", + "Physical Address Line 1": "101 Case Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Attalla", + "Physical Address State": "AL ", + "Physical Address Zip": "35954", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.2733887733887734", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100042", + "School District Name": "Laurel Oaks Behavioral Health Center", + "Physical Address Line 1": "700 E Cottonwood Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dothan", + "Physical Address State": "AL", + "Physical Address Zip": "36301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200450", + "School District Name": "Klawock City School District", + "Physical Address Line 1": "715 Bayview Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Klawock", + "Physical Address State": "AK ", + "Physical Address Zip": "99925", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18699186991869918", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100043", + "School District Name": "Southeastern Psychiaric Management Inc", + "Physical Address Line 1": "3001 Scenic Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gadsden", + "Physical Address State": "AL", + "Physical Address Zip": "35904", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900305", + "School District Name": "A+ Arts Academy", + "Physical Address Line 1": "1395 Fair Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200760", + "School District Name": "Kuspuk School District", + "Physical Address Line 1": "100 Boundary Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aniak", + "Physical Address State": "AK ", + "Physical Address Zip": "99557", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2515151515151515", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100210", + "School District Name": "Auburn City", + "Physical Address Line 1": "855 E Samford Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Auburn", + "Physical Address State": "AL ", + "Physical Address Zip": "36830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.10929929183749534", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200485", + "School District Name": "Lake and Peninsula Borough School District", + "Physical Address Line 1": "101 Jensen Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "King Salmon", + "Physical Address State": "AK ", + "Physical Address Zip": "99613", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2801418439716312", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400998", + "School District Name": "A+ Charter Schools (1000166)", + "Physical Address Line 1": "41600 W Smith-Enke Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maricopa", + "Physical Address State": "AZ ", + "Physical Address Zip": "85138", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100175", + "School District Name": "POINTE Academy LLC", + "Physical Address Line 1": "461 Donald Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mobile", + "Physical Address State": "AL", + "Physical Address Zip": "36617", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200001", + "School District Name": "Lower Kuskokwim School District", + "Physical Address Line 1": "1004 Ron Edwards Memorial Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethel", + "Physical Address State": "AK ", + "Physical Address Zip": "99559", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2618556701030928", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100176", + "School District Name": "JF Ingram State Technical College", + "Physical Address Line 1": "5375 Ingram Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deatsville", + "Physical Address State": "AL ", + "Physical Address Zip": "36022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100240", + "School District Name": "Autauga County", + "Physical Address Line 1": "153 W 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prattville", + "Physical Address State": "AL ", + "Physical Address Zip": "36067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15386824971275373", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100178", + "School District Name": "Higdon Hill School", + "Physical Address Line 1": "6869 5th Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Birmingham", + "Physical Address State": "AL", + "Physical Address Zip": "35212", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200003", + "School District Name": "Lower Yukon School District", + "Physical Address Line 1": "100 Airport Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mountain Village", + "Physical Address State": "AK ", + "Physical Address Zip": "99632", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3966983491745873", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100179", + "School District Name": "The Bridge", + "Physical Address Line 1": "3232 Lay Springs Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gadsden", + "Physical Address State": "AL", + "Physical Address Zip": "35901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901480", + "School District Name": "A+ Children's Academy", + "Physical Address Line 1": "114 Obetz Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200610", + "School District Name": "North Slope Borough School District", + "Physical Address Line 1": "829 Aivik St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Utqiagvik", + "Physical Address State": "AK ", + "Physical Address Zip": "99723", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13189236876929863", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100181", + "School District Name": "Compass School", + "Physical Address Line 1": "21280 Hwy 31", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flomaton", + "Physical Address State": "AL", + "Physical Address Zip": "36441", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100270", + "School District Name": "Baldwin County", + "Physical Address Line 1": "2600 North Hand Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bay Minette", + "Physical Address State": "AL ", + "Physical Address Zip": "36507", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14947609692206942", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0100183", + "School District Name": "Alabama Clinical Schools", + "Physical Address Line 1": "1221 Alton Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Birmingham", + "Physical Address State": "AL", + "Physical Address Zip": "35210", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200625", + "School District Name": "Northwest Arctic Borough School District", + "Physical Address Line 1": "776 Third Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kotzebue", + "Physical Address State": "AK ", + "Physical Address Zip": "99752", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.250998003992016", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100184", + "School District Name": "Excel Institute", + "Physical Address Line 1": "1147 Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gadsden", + "Physical Address State": "AL", + "Physical Address Zip": "35901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801453", + "School District Name": "A+ UNLIMITED POTENTIAL", + "Physical Address Line 1": "2410 HAMILTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100185", + "School District Name": "Saraland City", + "Physical Address Line 1": "4010 Lil Spartan Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saraland", + "Physical Address State": "AL ", + "Physical Address Zip": "36571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12176509621765096", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100300", + "School District Name": "Barbour County", + "Physical Address Line 1": "168 Western Bypass", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clayton", + "Physical Address State": "AL ", + "Physical Address Zip": "36016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.34560906515580736", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100186", + "School District Name": "Father Purcell Center", + "Physical Address Line 1": "2048 West Fairview Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montgomery", + "Physical Address State": "AL", + "Physical Address Zip": "36108", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700105", + "School District Name": "A-C Central CUSD 262", + "Physical Address Line 1": "PO Box 260", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "IL ", + "Physical Address Zip": "62612", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15206185567010308", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100187", + "School District Name": "Montgomery Childrens Specialty Center", + "Physical Address Line 1": "2853 Forbes Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montgomery", + "Physical Address State": "AL", + "Physical Address Zip": "36110", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100330", + "School District Name": "Bessemer City", + "Physical Address Line 1": "1621 5th Ave N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bessemer", + "Physical Address State": "AL ", + "Physical Address Zip": "35020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.4300975383186252", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100188", + "School District Name": "Chickasaw City", + "Physical Address Line 1": "201 N Craft HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chickasaw", + "Physical Address State": "AL ", + "Physical Address Zip": "36611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.32956521739130434", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100033", + "School District Name": "A. LINWOOD HOLTON GOV SCH", + "Physical Address Line 1": "Southwest Va Higher Ed Center", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Abingdon", + "Physical Address State": "VA ", + "Physical Address Zip": "24212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100189", + "School District Name": "Satsuma City", + "Physical Address Line 1": "220 Baker Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Satsuma", + "Physical Address State": "AL ", + "Physical Address Zip": "36572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09453599306157849", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100360", + "School District Name": "Bibb County", + "Physical Address Line 1": "721 Walnut Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centreville", + "Physical Address State": "AL ", + "Physical Address Zip": "35042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2812687013764213", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700372", + "School District Name": "A.C.E. Academy", + "Physical Address Line 1": "7807 Caldwell Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "NC ", + "Physical Address Zip": "28075", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100191", + "School District Name": "Evergreen School", + "Physical Address Line 1": "The University of Alabama Working on Womanhood Program 6001", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuscaloosa", + "Physical Address State": "AL", + "Physical Address Zip": "35405", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100390", + "School District Name": "Birmingham City", + "Physical Address Line 1": "2015 Park Place North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Birmingham", + "Physical Address State": "AL ", + "Physical Address Zip": "35203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.41109836004886535", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0100192", + "School District Name": "Montgomery Public Schools MPS Classroom McInnis", + "Physical Address Line 1": "3500 McInnis Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montgomery", + "Physical Address State": "AL", + "Physical Address Zip": "36116", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400403", + "School District Name": "Akimel O Otham Pee Posh Charter School Inc. (5978)", + "Physical Address Line 1": "3652 E BLACKWATER SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COOLIDGE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100193", + "School District Name": "St Marys Home", + "Physical Address Line 1": "4350 Moffett Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mobile", + "Physical Address State": "AL", + "Physical Address Zip": "36618", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700106", + "School District Name": "A.C.G.C. Public School District", + "Physical Address Line 1": "27250 MINNESOTA HIGHWAY 4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GROVE CITY", + "Physical Address State": "MN ", + "Physical Address Zip": "56243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1559536354056902", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100194", + "School District Name": "Pelham City", + "Physical Address Line 1": "3160 Pelham Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pelham", + "Physical Address State": "AL ", + "Physical Address Zip": "35124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09936055090998525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400404", + "School District Name": "Akimel O'Otham Pee Posh Charter School Inc. (78966)", + "Physical Address Line 1": "3652 E BLACKWATER SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COOLIDGE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100195", + "School District Name": "Pike Road City", + "Physical Address Line 1": "9045 Vaughn Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montgomery", + "Physical Address State": "AL ", + "Physical Address Zip": "36117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08790170132325142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100420", + "School District Name": "Blount County", + "Physical Address Line 1": "204 2nd Ave East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oneonta", + "Physical Address State": "AL ", + "Physical Address Zip": "35121", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15606110561600176", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100197", + "School District Name": "Acceleration Day and Evening Academy", + "Physical Address Line 1": "3725 AIRPORT BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOBILE", + "Physical Address State": "AL ", + "Physical Address Zip": "36608", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200056", + "School District Name": "A.E. Phillips Laboratory School", + "Physical Address Line 1": "Hergot Street - LA Tech Campus", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ruston", + "Physical Address State": "LA ", + "Physical Address Zip": "71272", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100198", + "School District Name": "Sequel TSI Montgomery LLC", + "Physical Address Line 1": "135 Mildred St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTGOMERY", + "Physical Address State": "AL", + "Physical Address Zip": "36104", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100199", + "School District Name": "University Charter School", + "Physical Address Line 1": "108 North Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livingston", + "Physical Address State": "AL ", + "Physical Address Zip": "35470", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403950", + "School District Name": "Baboquivari Unified School District #40 (4412)", + "Physical Address Line 1": "111 W Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sells", + "Physical Address State": "AZ ", + "Physical Address Zip": "85634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30822391154111956", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100200", + "School District Name": "East Alabama Academy", + "Physical Address Line 1": "2000 Pepperell Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Opelika", + "Physical Address State": "AL", + "Physical Address Zip": "35601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500690", + "School District Name": "Abbeville 60", + "Physical Address Line 1": "400 Greenville Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Abbeville", + "Physical Address State": "SC ", + "Physical Address Zip": "29620", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1971631205673759", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100201", + "School District Name": "Legacy Prep", + "Physical Address Line 1": "1500 Daniel Payne Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Birmingham", + "Physical Address State": "AL ", + "Physical Address Zip": "35214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406580", + "School District Name": "Blue Ridge Unified School District No. 32 (4397)", + "Physical Address Line 1": "1200 W WHITE MOUNTAIN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKESIDE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85929", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2491500728508985", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100202", + "School District Name": "Gulf Shores City", + "Physical Address Line 1": "300 East 16th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gulf Shores", + "Physical Address State": "AL ", + "Physical Address Zip": "36542", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15154749199573106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100450", + "School District Name": "Brewton City", + "Physical Address Line 1": "811 Belleville Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brewton", + "Physical Address State": "AL ", + "Physical Address Zip": "36426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2895348837209302", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100203", + "School District Name": "LEAD Academy", + "Physical Address Line 1": "2897 Eastern Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montgomery", + "Physical Address State": "AL ", + "Physical Address Zip": "36116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401600", + "School District Name": "Camp Verde Unified District (4470)", + "Physical Address Line 1": "410 CAMP LINCOLN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMP VERDE", + "Physical Address State": "AZ ", + "Physical Address Zip": "86322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2227797290516809", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100204", + "School District Name": "i3 Academy", + "Physical Address Line 1": "55th Place 1st Avenue South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Birmingham", + "Physical Address State": "AL ", + "Physical Address Zip": "35212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500030", + "School District Name": "Abbotsford School District", + "Physical Address Line 1": "510 W Hemlock St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Abbotsford", + "Physical Address State": "WI ", + "Physical Address Zip": "54405", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14417989417989419", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100207", + "School District Name": "LIFE Academy", + "Physical Address Line 1": "2048 West Fairview Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montgomery", + "Physical Address State": "AL ", + "Physical Address Zip": "36108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401740", + "School District Name": "Casa Grande Union High School District (4453)", + "Physical Address Line 1": "2730 N TREKELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASA GRANDE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85122", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.14716760755304653", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100208", + "School District Name": "Breakthrough Charter School", + "Physical Address Line 1": "1101 Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "AL ", + "Physical Address Zip": "35756", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100480", + "School District Name": "Bullock County", + "Physical Address Line 1": "108 Hardaway Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union Springs", + "Physical Address State": "AL ", + "Physical Address Zip": "36089", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.4254007398273736", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401810", + "School District Name": "Cedar Unified District (4395)", + "Physical Address Line 1": "Mile Post 408 Hwy 264", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keams Canyon", + "Physical Address State": "AZ ", + "Physical Address Zip": "86034", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.387072808320951", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100211", + "School District Name": "Magic City Acceptance Academy", + "Physical Address Line 1": "205 32nd St S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Birmingham", + "Physical Address State": "AL ", + "Physical Address Zip": "35233", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807380", + "School District Name": "ABBOTT ISD", + "Physical Address Line 1": "219 S FIRST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ABBOTT", + "Physical Address State": "TX ", + "Physical Address Zip": "76621", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08791208791208792", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100212", + "School District Name": "Alabama School of Cyber Technology and Engineering", + "Physical Address Line 1": "490 Discovery Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntsville", + "Physical Address State": "AL ", + "Physical Address Zip": "35814", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401940", + "School District Name": "Chinle Unified District (4158)", + "Physical Address Line 1": "Navajo Rte 7 & State Hwy 191", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chinle", + "Physical Address State": "AZ ", + "Physical Address Zip": "86503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3404943404943405", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100213", + "School District Name": "Alabama Aerospace and Aviation", + "Physical Address Line 1": "114 2nd Avenue North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bessemer", + "Physical Address State": "AL ", + "Physical Address Zip": "35020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100510", + "School District Name": "Butler County", + "Physical Address Line 1": "211 School Highlands Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "AL ", + "Physical Address Zip": "36037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.33646911257447476", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400004", + "School District Name": "Clarkdale-Jerome Elementary District (4486)", + "Physical Address Line 1": "1615 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARKDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "86324", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1752873563218391", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500051", + "School District Name": "Abby Kelley Foster Charter Public (District)", + "Physical Address Line 1": "10 New Bond Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Worcester", + "Physical Address State": "MA ", + "Physical Address Zip": "01606", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100540", + "School District Name": "Calhoun County", + "Physical Address Line 1": "4400 McClellan Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anniston", + "Physical Address State": "AL ", + "Physical Address Zip": "36206", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20963263562580095", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402320", + "School District Name": "Coolidge Unified District (4442)", + "Physical Address Line 1": "450 N ARIZONA BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COOLIDGE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85128", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.19027078840162953", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601620", + "School District Name": "ABC Unified", + "Physical Address Line 1": "16700 Norwalk Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cerritos", + "Physical Address State": "CA ", + "Physical Address Zip": "90703", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12803870663205097", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100600", + "School District Name": "Chambers County", + "Physical Address Line 1": "1298 AVC Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lafayette", + "Physical Address State": "AL ", + "Physical Address Zip": "36862", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.28131814877635086", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402860", + "School District Name": "Flagstaff Unified District (4192)", + "Physical Address Line 1": "3285 E SPARROW AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLAGSTAFF", + "Physical Address State": "AZ ", + "Physical Address Zip": "86004", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11706377514624054", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600030", + "School District Name": "ABERDEEN DISTRICT", + "Physical Address Line 1": "318 WEST WASHINGTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ABERDEEN", + "Physical Address State": "ID ", + "Physical Address Zip": "83210", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14783653846153846", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403200", + "School District Name": "Fort Thomas Unified District (4221)", + "Physical Address Line 1": "15560 W Elementary School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Thomas", + "Physical Address State": "AZ ", + "Physical Address Zip": "85536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2425249169435216", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100630", + "School District Name": "Cherokee County", + "Physical Address Line 1": "130 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centre", + "Physical Address State": "AL ", + "Physical Address Zip": "35960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2481012658227848", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403040", + "School District Name": "Fountain Hills Unified District (4247)", + "Physical Address Line 1": "16000 E PALISADES BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOUNTAIN HILLS", + "Physical Address State": "AZ ", + "Physical Address Zip": "85268", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08278647147905098", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800360", + "School District Name": "ABERDEEN SCHOOL DIST", + "Physical Address Line 1": "1100 W Commerce", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aberdeen", + "Physical Address State": "MS ", + "Physical Address Zip": "39730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.30858806404657935", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403080", + "School District Name": "Fredonia-Moccasin Unified District (4195)", + "Physical Address Line 1": "221 East Hortt St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fredonia", + "Physical Address State": "AZ ", + "Physical Address Zip": "86022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.34505494505494505", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100660", + "School District Name": "Chilton County", + "Physical Address Line 1": "1705 Lay Dam Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clanton", + "Physical Address State": "AL ", + "Physical Address Zip": "35045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20222055888223553", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100690", + "School District Name": "Choctaw County", + "Physical Address Line 1": "107 Tom Orr Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Butler", + "Physical Address State": "AL ", + "Physical Address Zip": "36904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3205898416166029", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403290", + "School District Name": "Ganado Unified School District (4157)", + "Physical Address Line 1": "Hwy 264", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ganado", + "Physical Address State": "AZ ", + "Physical Address Zip": "86505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.32384615384615384", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100720", + "School District Name": "Clarke County", + "Physical Address Line 1": "155 W Cobb St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grove Hill", + "Physical Address State": "AL ", + "Physical Address Zip": "36451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29075206908960055", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300030", + "School District Name": "Aberdeen School District", + "Physical Address Line 1": "216 N G ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ABERDEEN", + "Physical Address State": "WA ", + "Physical Address Zip": "98520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20483961733258302", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100750", + "School District Name": "Clay County", + "Physical Address Line 1": "62 Court Square", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "AL ", + "Physical Address Zip": "36251", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26519337016574585", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403310", + "School District Name": "Gila Bend Unified District (4238)", + "Physical Address Line 1": "308 N Martin Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gila Bend", + "Physical Address State": "AZ ", + "Physical Address Zip": "85337", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3844797178130511", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100780", + "School District Name": "Cleburne County", + "Physical Address Line 1": "141 Davenport Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Heflin", + "Physical Address State": "AL ", + "Physical Address Zip": "36264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20572100313479624", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100810", + "School District Name": "Coffee County", + "Physical Address Line 1": "400 Reddoch Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elba", + "Physical Address State": "AL ", + "Physical Address Zip": "36323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1937857726901063", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4602070", + "School District Name": "Aberdeen School District 06-1", + "Physical Address Line 1": "1224 3rd St S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aberdeen", + "Physical Address State": "SD ", + "Physical Address Zip": "57401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10729386892177589", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100840", + "School District Name": "Colbert County", + "Physical Address Line 1": "425 Highway 72 West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuscumbia", + "Physical Address State": "AL ", + "Physical Address Zip": "35674", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20202924500149208", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403500", + "School District Name": "Globe Unified District (4208)", + "Physical Address Line 1": "501 E ASH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLOBE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17220172201722017", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100870", + "School District Name": "Conecuh County", + "Physical Address Line 1": "1455 Ted Bates Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Evergreen", + "Physical Address State": "AL ", + "Physical Address Zip": "36401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3327338129496403", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100900", + "School District Name": "Coosa County", + "Physical Address Line 1": "73 Nixburg Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockford", + "Physical Address State": "AL ", + "Physical Address Zip": "35136", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.28798727128082735", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807410", + "School District Name": "ABERNATHY ISD", + "Physical Address Line 1": "505 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ABERNATHY", + "Physical Address State": "TX ", + "Physical Address Zip": "79311", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.16035353535353536", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100930", + "School District Name": "Covington County", + "Physical Address Line 1": "807 C C Baker Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Andalusia", + "Physical Address State": "AL ", + "Physical Address Zip": "36421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22796610169491524", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403820", + "School District Name": "Holbrook Unified District (4389)", + "Physical Address Line 1": "1000 N. 8th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holbrook", + "Physical Address State": "AZ ", + "Physical Address Zip": "86025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.326448362720403", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100960", + "School District Name": "Crenshaw County", + "Physical Address Line 1": "183 Votec Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Luverne", + "Physical Address State": "AL ", + "Physical Address Zip": "36049", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27153476169654567", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100990", + "School District Name": "Cullman City", + "Physical Address Line 1": "301 1st St N E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cullman", + "Physical Address State": "AL ", + "Physical Address Zip": "35055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12849740932642487", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404060", + "School District Name": "Kayenta Unified School District #27 (4396)", + "Physical Address Line 1": "N Hwy 163", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kayenta", + "Physical Address State": "AZ ", + "Physical Address Zip": "86033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3897330595482546", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101020", + "School District Name": "Cullman County", + "Physical Address Line 1": "402 Arnold St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cullman", + "Physical Address State": "AL ", + "Physical Address Zip": "35055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16808333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003180", + "School District Name": "Abilene", + "Physical Address Line 1": "213 N. Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Abilene", + "Physical Address State": "KS ", + "Physical Address Zip": "67410", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10522742701968771", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101050", + "School District Name": "Dale County", + "Physical Address Line 1": "202 S Hwy 123 Suite E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ozark", + "Physical Address State": "AL ", + "Physical Address Zip": "36360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20939183987682833", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101080", + "School District Name": "Daleville City", + "Physical Address Line 1": "626 N Daleville Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Daleville", + "Physical Address State": "AL ", + "Physical Address Zip": "36322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23170731707317074", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404720", + "School District Name": "Maricopa Unified School District (4441)", + "Physical Address Line 1": "44150 W MARICOPA CASA GRANDE H", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARICOPA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85138", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10938852600928622", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101110", + "School District Name": "Dallas County", + "Physical Address Line 1": "429 Lauderdale St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Selma", + "Physical Address State": "AL ", + "Physical Address Zip": "36701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.38055964653902796", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807440", + "School District Name": "ABILENE ISD", + "Physical Address Line 1": "241 PINE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ABILENE", + "Physical Address State": "TX ", + "Physical Address Zip": "79601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.25031489751517233", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101140", + "School District Name": "DeKalb County", + "Physical Address Line 1": "306 Main St W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rainsville", + "Physical Address State": "AL ", + "Physical Address Zip": "35986", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23676826318335753", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404860", + "School District Name": "Mcnary Elementary District (4163)", + "Physical Address Line 1": "Corner of Spruce & Cooley", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McNary", + "Physical Address State": "AZ ", + "Physical Address Zip": "85930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.36419753086419754", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101170", + "School District Name": "Decatur City", + "Physical Address Line 1": "212 4th Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Decatur", + "Physical Address State": "AL ", + "Physical Address Zip": "35601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17815264348899404", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101200", + "School District Name": "Demopolis City", + "Physical Address Line 1": "609 South Cedar Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Demopolis", + "Physical Address State": "AL ", + "Physical Address Zip": "36732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.34010946051602814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404970", + "School District Name": "Mesa Unified District (4235)", + "Physical Address Line 1": "63 E MAIN ST STE 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.1556482788243235", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0101230", + "School District Name": "Dothan City", + "Physical Address Line 1": "1665 Honeysuckle Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOTHAN", + "Physical Address State": "AL ", + "Physical Address Zip": "36301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2810074176298085", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701413", + "School District Name": "Abingdon-Avon CUSD 276", + "Physical Address Line 1": "507 N Monroe St Ste 3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Abingdon", + "Physical Address State": "IL ", + "Physical Address Zip": "61410", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17311827956989248", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101260", + "School District Name": "Elba City", + "Physical Address Line 1": "131 Tiger Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elba", + "Physical Address State": "AL ", + "Physical Address Zip": "36323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3193863319386332", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405190", + "School District Name": "Mohave Valley Elementary District (4379)", + "Physical Address Line 1": "8450 S OLIVE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOHAVE VALLEY", + "Physical Address State": "AZ ", + "Physical Address Zip": "86440", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2661904761904762", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101290", + "School District Name": "Elmore County", + "Physical Address Line 1": "100 H H Robison Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wetumpka", + "Physical Address State": "AL ", + "Physical Address Zip": "36092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1575012952409148", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101320", + "School District Name": "Enterprise City", + "Physical Address Line 1": "220 Hutchinson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Enterprise", + "Physical Address State": "AL ", + "Physical Address Zip": "36330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1934594892522506", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2501650", + "School District Name": "Abington", + "Physical Address Line 1": "1071 Washington St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Abington", + "Physical Address State": "MA ", + "Physical Address Zip": "02351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05518062723302898", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101350", + "School District Name": "Escambia County", + "Physical Address Line 1": "301 Belleville Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brewton", + "Physical Address State": "AL ", + "Physical Address Zip": "36426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.29792893786813607", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101380", + "School District Name": "Etowah County", + "Physical Address Line 1": "3200 W Meighan Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gadsden", + "Physical Address State": "AL ", + "Physical Address Zip": "35904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.17557941205979732", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202010", + "School District Name": "Abington Heights SD", + "Physical Address Line 1": "200 E Grove St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarks Summit", + "Physical Address State": "PA ", + "Physical Address Zip": "18411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06550011823126034", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101410", + "School District Name": "Eufaula City", + "Physical Address Line 1": "333 State Docks Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eufaula", + "Physical Address State": "AL ", + "Physical Address Zip": "36027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.32683533803401077", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101440", + "School District Name": "Fairfield City", + "Physical Address Line 1": "6405 Ave D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "AL ", + "Physical Address Zip": "35064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.39672322995904036", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202040", + "School District Name": "Abington SD", + "Physical Address Line 1": "970 Highland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Abington", + "Physical Address State": "PA ", + "Physical Address Zip": "19001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06916088697860702", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101470", + "School District Name": "Fayette County", + "Physical Address Line 1": "103 First Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fayette", + "Physical Address State": "AL ", + "Physical Address Zip": "35555", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25042444821731746", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101530", + "School District Name": "Florence City", + "Physical Address Line 1": "102 S Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Florence", + "Physical Address State": "AL ", + "Physical Address Zip": "35630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.27436755952380953", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500122", + "School District Name": "ABQ SCHOOL OF EXCELLENCE", + "Physical Address Line 1": "13201 LOMAS BLVD NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87112", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101560", + "School District Name": "Fort Payne City", + "Physical Address Line 1": "205 45th St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Payne", + "Physical Address State": "AL ", + "Physical Address Zip": "35967", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23297872340425532", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101590", + "School District Name": "Franklin County", + "Physical Address Line 1": "500 Coffee Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Russellville", + "Physical Address State": "AL ", + "Physical Address Zip": "35653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22837653478854025", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500123", + "School District Name": "ABQ SIGN LANGUAGE ACADEMY", + "Physical Address Line 1": "620 LOMAS BLVD NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101620", + "School District Name": "Gadsden City", + "Physical Address Line 1": "1026 Chestnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gadsden", + "Physical Address State": "AL ", + "Physical Address Zip": "35901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.33877396090339723", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101640", + "School District Name": "Geneva City", + "Physical Address Line 1": "511 Panther Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Geneva", + "Physical Address State": "AL ", + "Physical Address Zip": "36340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2900763358778626", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200237", + "School District Name": "Abramson Sci Academy", + "Physical Address Line 1": "7301 Dwyer Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70126", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101660", + "School District Name": "Geneva County", + "Physical Address Line 1": "606 S Academy St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Geneva", + "Physical Address State": "AL ", + "Physical Address Zip": "36340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26243173325668295", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101680", + "School District Name": "Greene County", + "Physical Address Line 1": "220 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eutaw", + "Physical Address State": "AL ", + "Physical Address Zip": "35462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.4901153212520593", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3001710", + "School District Name": "Absarokee Elem", + "Physical Address Line 1": "327 S Woodard Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Absarokee", + "Physical Address State": "MT ", + "Physical Address Zip": "59001", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09022556390977443", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101690", + "School District Name": "Guntersville City", + "Physical Address Line 1": "4200 Highway 79 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Guntersville", + "Physical Address State": "AL ", + "Physical Address Zip": "35976", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20355292376017764", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101710", + "School District Name": "Hale County", + "Physical Address Line 1": "1115 Powers St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensboro", + "Physical Address State": "AL ", + "Physical Address Zip": "36744", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.31696779261586805", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3001740", + "School District Name": "Absarokee H S", + "Physical Address Line 1": "327 S Woodard Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Absarokee", + "Physical Address State": "MT ", + "Physical Address Zip": "59001", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07476635514018691", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101720", + "School District Name": "Haleyville City", + "Physical Address Line 1": "2011 20th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haleyville", + "Physical Address State": "AL ", + "Physical Address Zip": "35565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.25768667642752563", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101730", + "School District Name": "Hartselle City", + "Physical Address Line 1": "305 College St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartselle", + "Physical Address State": "AL ", + "Physical Address Zip": "35640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.09639869043288468", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400660", + "School District Name": "Absecon Public Schools District", + "Physical Address Line 1": "800 Irelan Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Absecon", + "Physical Address State": "NJ ", + "Physical Address Zip": "08201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.17705927636643573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101740", + "School District Name": "Henry County", + "Physical Address Line 1": "300 N Trawick Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Abbeville", + "Physical Address State": "AL ", + "Physical Address Zip": "36310", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2292358803986711", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101760", + "School District Name": "Homewood City", + "Physical Address Line 1": "450 Dale Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Homewood", + "Physical Address State": "AL ", + "Physical Address Zip": "35209", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08384180790960452", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000053", + "School District Name": "Academia Antonia Alonso", + "Physical Address Line 1": "4403 Lancaster Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19805", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101770", + "School District Name": "Houston County", + "Physical Address Line 1": "404 West Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dothan", + "Physical Address State": "AL ", + "Physical Address Zip": "36302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23086160312218554", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101800", + "School District Name": "Huntsville City", + "Physical Address Line 1": "714 Bob Wallace Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntsville", + "Physical Address State": "AL ", + "Physical Address Zip": "35801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.16473093302361594", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0602291", + "School District Name": "Academia Avance Charter District", + "Physical Address Line 1": "115 N. Ave. 53", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highland Park", + "Physical Address State": "CA ", + "Physical Address Zip": "90042", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101830", + "School District Name": "Jackson County", + "Physical Address Line 1": "16003 Al Hwy 35", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scottsboro", + "Physical Address State": "AL ", + "Physical Address Zip": "35768", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25989672977624784", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101860", + "School District Name": "Jacksonville City", + "Physical Address Line 1": "320 Branscomb Drive SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jacksonville", + "Physical Address State": "AL ", + "Physical Address Zip": "36265", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.21602373887240356", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700185", + "School District Name": "ACADEMIA CESAR CHAVEZ CHARTER SCH.", + "Physical Address Line 1": "1801 LACROSSE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101890", + "School District Name": "Jasper City", + "Physical Address Line 1": "110 W 17th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jasper", + "Physical Address State": "AL ", + "Physical Address Zip": "35501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22532278217409413", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101920", + "School District Name": "Jefferson County", + "Physical Address Line 1": "2100 18th Street S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Birmingham", + "Physical Address State": "AL ", + "Physical Address Zip": "35209", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22208137295531558", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0602361", + "School District Name": "Academia Moderna District", + "Physical Address Line 1": "2410 BRd.way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walnut Park", + "Physical Address State": "CA ", + "Physical Address Zip": "90255", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101950", + "School District Name": "Lamar County", + "Physical Address Line 1": "150 Butler Cir", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vernon", + "Physical Address State": "AL ", + "Physical Address Zip": "35592", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2271897810218978", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0101980", + "School District Name": "Lanett City", + "Physical Address Line 1": "105 North Lanier Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lanett", + "Physical Address State": "AL ", + "Physical Address Zip": "36863", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.4231759656652361", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600330", + "School District Name": "Academic and Career Education Academy", + "Physical Address Line 1": "884 EAST ISABELLA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "48640", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102010", + "School District Name": "Lauderdale County", + "Physical Address Line 1": "355 County Road 61", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Florence", + "Physical Address State": "AL ", + "Physical Address Zip": "35634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1716179429518286", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102040", + "School District Name": "Lawrence County", + "Physical Address Line 1": "14131 Market St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moulton", + "Physical Address State": "AL ", + "Physical Address Zip": "35650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21553930530164533", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700361", + "School District Name": "ACADEMIC ARTS HIGH SCHOOL", + "Physical Address Line 1": "60 E MARIE AVE STE #220", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55118", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102070", + "School District Name": "Lee County", + "Physical Address Line 1": "2410 Society Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Opelika", + "Physical Address State": "AL ", + "Physical Address Zip": "36804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18652022904346194", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102100", + "School District Name": "Limestone County", + "Physical Address Line 1": "300 S Jefferson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Athens", + "Physical Address State": "AL ", + "Physical Address Zip": "35611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1326701467546538", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601001", + "School District Name": "ACADEMIC LEADERSHIP CHARTER SCHOOL", + "Physical Address Line 1": "677 E 141ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10454", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102130", + "School District Name": "Linden City", + "Physical Address Line 1": "209 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Linden", + "Physical Address State": "AL ", + "Physical Address Zip": "36748", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3753993610223642", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102160", + "School District Name": "Lowndes County", + "Physical Address Line 1": "80 Commerce Street S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayneville", + "Physical Address State": "AL ", + "Physical Address Zip": "36040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.42963885429638854", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500059", + "School District Name": "ACADEMICS PLUS PUBLIC CHARTER SCHOOLS", + "Physical Address Line 1": "900 EDGEWOOD DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAUMELLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102190", + "School District Name": "Macon County", + "Physical Address Line 1": "303 Union Springs Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuskegee", + "Physical Address State": "AL ", + "Physical Address Zip": "36083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.40877120397186595", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102220", + "School District Name": "Madison County", + "Physical Address Line 1": "1275F Jordan Rd Bldg B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntsville", + "Physical Address State": "AL ", + "Physical Address Zip": "35811", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09892291446673707", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900017", + "School District Name": "ACADEMIE LAFAYETTE", + "Physical Address Line 1": "201 East Armour Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kansas City", + "Physical Address State": "MO ", + "Physical Address Zip": "64111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102250", + "School District Name": "Marengo County", + "Physical Address Line 1": "101 North Shiloh Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Linden", + "Physical Address State": "AL ", + "Physical Address Zip": "36748", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3116169544740973", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102310", + "School District Name": "Marion County", + "Physical Address Line 1": "188 Winchester Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton", + "Physical Address State": "AL ", + "Physical Address Zip": "35570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24066503134369038", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400048", + "School District Name": "Academy Charter High School", + "Physical Address Line 1": "1725 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Como", + "Physical Address State": "NJ ", + "Physical Address Zip": "07719", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102350", + "School District Name": "Midfield City", + "Physical Address Line 1": "417 Parkwood St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Midfield", + "Physical Address State": "AL ", + "Physical Address Zip": "35228", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.4308712121212121", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102370", + "School District Name": "Mobile County", + "Physical Address Line 1": "1 Magnum Pass", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mobile", + "Physical Address State": "AL ", + "Physical Address Zip": "36618", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.23097876269621423", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3600997", + "School District Name": "ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "117 N FRANKLIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEMPSTEAD", + "Physical Address State": "NY ", + "Physical Address Zip": "11550", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102400", + "School District Name": "Monroe County", + "Physical Address Line 1": "109 Rosenwald Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroeville", + "Physical Address State": "AL ", + "Physical Address Zip": "36460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.32444587214905235", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102430", + "School District Name": "Montgomery County", + "Physical Address Line 1": "307 S Decatur St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montgomery", + "Physical Address State": "AL ", + "Physical Address Zip": "36104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.32490796197593275", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3601169", + "School District Name": "ACADEMY CHARTER SCHOOL-UNIONDALE", + "Physical Address Line 1": "100 CHARLES LINDBERGH BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UNIONDALE", + "Physical Address State": "NY ", + "Physical Address Zip": "11553", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102480", + "School District Name": "Morgan County", + "Physical Address Line 1": "235 Highway 67 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Decatur", + "Physical Address State": "AL ", + "Physical Address Zip": "35603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1335308191865102", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102490", + "School District Name": "Mountain Brook City", + "Physical Address Line 1": "32 Vine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mountain Brook", + "Physical Address State": "AL ", + "Physical Address Zip": "35213", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03733229632510208", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400797", + "School District Name": "Academy Del Sol Inc. (90199)", + "Physical Address Line 1": "7102 W VALLEY CREST PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85757", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102520", + "School District Name": "Muscle Shoals City", + "Physical Address Line 1": "3200 S Wilson Dam Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muscle Shoals", + "Physical Address State": "AL ", + "Physical Address Zip": "35661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.14205933682373473", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102550", + "School District Name": "Oneonta City", + "Physical Address Line 1": "28370 State Highway 75", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oneonta", + "Physical Address State": "AL ", + "Physical Address Zip": "35121", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16589434661723818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800093", + "School District Name": "ACADEMY FOR ACADEMIC EXCELLENCE", + "Physical Address Line 1": "1673 TERRE COLONY COURT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102580", + "School District Name": "Opelika City", + "Physical Address Line 1": "300 Simmons Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Opelika", + "Physical Address State": "AL ", + "Physical Address Zip": "36801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.25139664804469275", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102610", + "School District Name": "Opp City", + "Physical Address Line 1": "305 E Stewart Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Opp", + "Physical Address State": "AL ", + "Physical Address Zip": "36467", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3161068044788975", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601911", + "School District Name": "Academy for Academic Excellence District", + "Physical Address Line 1": "17500 Mana Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Apple Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "92307", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102635", + "School District Name": "Oxford City", + "Physical Address Line 1": "402 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxford", + "Physical Address State": "AL ", + "Physical Address Zip": "36203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.20042095416276895", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102640", + "School District Name": "Ozark City", + "Physical Address Line 1": "860 N US HWY 231", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ozark", + "Physical Address State": "AL ", + "Physical Address Zip": "36360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2538860103626943", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600166", + "School District Name": "Academy for Business and Technology", + "Physical Address Line 1": "19625 WOOD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MELVINDALE", + "Physical Address State": "MI ", + "Physical Address Zip": "48122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102650", + "School District Name": "Pell City", + "Physical Address Line 1": "3105 15th Avenue N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pell City", + "Physical Address State": "AL ", + "Physical Address Zip": "35125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18830460397119791", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900604", + "School District Name": "ACADEMY FOR INTEGRATED ARTS", + "Physical Address Line 1": "7910 Troost", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102670", + "School District Name": "Perry County", + "Physical Address Line 1": "200 Monroe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "AL ", + "Physical Address Zip": "36756", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.48009554140127386", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102700", + "School District Name": "Phenix City", + "Physical Address Line 1": "1212 Ninth Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phenix City", + "Physical Address State": "AL ", + "Physical Address Zip": "36867", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.32248062015503876", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900017", + "School District Name": "Academy for Math Engineering & Science", + "Physical Address Line 1": "5715 S 1300 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALT LAKE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84121", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102730", + "School District Name": "Pickens County", + "Physical Address Line 1": "377 Ladow Center Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carrollton", + "Physical Address State": "AL ", + "Physical Address Zip": "35447", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2862523540489642", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102760", + "School District Name": "Piedmont City", + "Physical Address Line 1": "502 Hood St W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Piedmont", + "Physical Address State": "AL ", + "Physical Address Zip": "36272", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.30863039399624764", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300040", + "School District Name": "Academy for Science and Design Charter School", + "Physical Address Line 1": "486 Amherst St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nashua", + "Physical Address State": "NH ", + "Physical Address Zip": "03063", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102790", + "School District Name": "Pike County", + "Physical Address Line 1": "101 W Love Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Troy", + "Physical Address State": "AL ", + "Physical Address Zip": "36081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3010408326661329", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102820", + "School District Name": "Randolph County", + "Physical Address Line 1": "182 Circle Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wedowee", + "Physical Address State": "AL ", + "Physical Address Zip": "36278", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26721439749608766", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400741", + "School District Name": "Academy for Urban Leadership Charter School", + "Physical Address Line 1": "612 Amboy Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perth Amboy", + "Physical Address State": "NJ ", + "Physical Address Zip": "08861", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102850", + "School District Name": "Roanoke City", + "Physical Address Line 1": "557 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roanoke", + "Physical Address State": "AL ", + "Physical Address Zip": "36274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3216245883644347", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102880", + "School District Name": "Russell County", + "Physical Address Line 1": "506 14th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phenix City", + "Physical Address State": "AL ", + "Physical Address Zip": "36867", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2604558530648374", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901472", + "School District Name": "Academy for Urban Scholars Youngstown", + "Physical Address Line 1": "3405 Market St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44507", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102910", + "School District Name": "Russellville City", + "Physical Address Line 1": "1945 Waterloo Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Russellville", + "Physical Address State": "AL ", + "Physical Address Zip": "35653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2560226735947095", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102940", + "School District Name": "Scottsboro City", + "Physical Address Line 1": "305 S Scott Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scottsboro", + "Physical Address State": "AL ", + "Physical Address Zip": "35768", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24104509060261273", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807470", + "School District Name": "ACADEMY ISD", + "Physical Address Line 1": "704 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE RIVER", + "Physical Address State": "TX ", + "Physical Address Zip": "76554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08935546875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0102970", + "School District Name": "Selma City", + "Physical Address Line 1": "2194 Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Selma", + "Physical Address State": "AL ", + "Physical Address Zip": "36701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.4794435857805255", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103000", + "School District Name": "Sheffield City", + "Physical Address Line 1": "300 W 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sheffield", + "Physical Address State": "AL ", + "Physical Address Zip": "35660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.3136710617626648", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800032", + "School District Name": "ACADEMY OF ACCELERATED LEARNING INC", + "Physical Address Line 1": "6711 BELLFORT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77087", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103030", + "School District Name": "Shelby County", + "Physical Address Line 1": "410 E College St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbiana", + "Physical Address State": "AL ", + "Physical Address Zip": "35051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08774767488879903", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103062", + "School District Name": "St Clair County", + "Physical Address Line 1": "410 Roy Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashville", + "Physical Address State": "AL ", + "Physical Address Zip": "35953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14856429463171036", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400414", + "School District Name": "Academy of Building Industries Inc. (85540)", + "Physical Address Line 1": "1547 E LIPAN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT MOHAVE", + "Physical Address State": "AZ ", + "Physical Address Zip": "86426", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103090", + "School District Name": "Sumter County", + "Physical Address Line 1": "Hwy 28 To Country Club Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livingston", + "Physical Address State": "AL ", + "Physical Address Zip": "35470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4688235294117647", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103120", + "School District Name": "Sylacauga City", + "Physical Address Line 1": "43 N Broadway Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sylacauga", + "Physical Address State": "AL ", + "Physical Address Zip": "35150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.25647410358565736", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800090", + "School District Name": "ACADEMY OF DALLAS", + "Physical Address Line 1": "2324 S VERNON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75224", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103150", + "School District Name": "Talladega City", + "Physical Address Line 1": "501 South Street East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Talladega", + "Physical Address State": "AL ", + "Physical Address Zip": "35160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3407168747482884", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103180", + "School District Name": "Talladega County", + "Physical Address Line 1": "106 W South St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Talladega", + "Physical Address State": "AL ", + "Physical Address Zip": "35160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23984236988721294", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000017", + "School District Name": "Academy of Dover Charter School", + "Physical Address Line 1": "104 Saulsbury Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "DE ", + "Physical Address Zip": "19904", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103210", + "School District Name": "Tallapoosa County", + "Physical Address Line 1": "679 East Columbus Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dadeville", + "Physical Address State": "AL ", + "Physical Address Zip": "36853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24335065729134822", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103240", + "School District Name": "Tallassee City", + "Physical Address Line 1": "308 King St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tallassee", + "Physical Address State": "AL ", + "Physical Address Zip": "36078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.24422442244224424", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601190", + "School District Name": "ACADEMY OF HEALTH SCIENCES CHARTER SCHOOL", + "Physical Address Line 1": "1001 LAKE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14613", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103270", + "School District Name": "Tarrant City", + "Physical Address Line 1": "1318 Alabama St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tarrant", + "Physical Address State": "AL ", + "Physical Address Zip": "35217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.45870809484873265", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103300", + "School District Name": "Thomasville City", + "Physical Address Line 1": "750 Gates Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thomasville", + "Physical Address State": "AL ", + "Physical Address Zip": "36784", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2518518518518518", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103330", + "School District Name": "Troy City", + "Physical Address Line 1": "358 Elba Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Troy", + "Physical Address State": "AL ", + "Physical Address Zip": "36079", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.26345609065155806", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103360", + "School District Name": "Tuscaloosa City", + "Physical Address Line 1": "1210 21st Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuscaloosa", + "Physical Address State": "AL ", + "Physical Address Zip": "35401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.22901778294831313", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400368", + "School District Name": "Academy of Mathematics and Science Inc. (79961)", + "Physical Address Line 1": "1557 W PRINCE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85705", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103390", + "School District Name": "Tuscaloosa County", + "Physical Address Line 1": "2314 9th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuscaloosa", + "Physical Address State": "AL ", + "Physical Address Zip": "35403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.15188887446449437", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103420", + "School District Name": "Tuscumbia City", + "Physical Address Line 1": "303 North Commons Street East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuscumbia", + "Physical Address State": "AL ", + "Physical Address Zip": "35674", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.24237918215613383", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400940", + "School District Name": "Academy of Mathematics and Science Inc. (92768)", + "Physical Address Line 1": "6633 W CAMELBACK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85033", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103430", + "School District Name": "Vestavia Hills City", + "Physical Address Line 1": "1204 Montgomery Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vestavia Hills", + "Physical Address State": "AL ", + "Physical Address Zip": "35216", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03781194857574994", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103450", + "School District Name": "Walker County", + "Physical Address Line 1": "1710 Alabama Av", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jasper", + "Physical Address State": "AL ", + "Physical Address Zip": "35501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25655339805825245", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400891", + "School District Name": "Academy of Mathematics and Science South Inc. (90878)", + "Physical Address Line 1": "1557 W PRINCE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85705", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103480", + "School District Name": "Washington County", + "Physical Address Line 1": "229 Granade St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chatom", + "Physical Address State": "AL ", + "Physical Address Zip": "36518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29716193656093487", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103510", + "School District Name": "Wilcox County", + "Physical Address Line 1": "75 Camden Bypass", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "AL ", + "Physical Address Zip": "36726", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4985456660849331", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602503", + "School District Name": "Academy of Media Arts District", + "Physical Address Line 1": "2009 W. MLK Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90062", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103540", + "School District Name": "Winfield City", + "Physical Address Line 1": "481 Apple Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winfield", + "Physical Address State": "AL ", + "Physical Address Zip": "35594", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18446601941747573", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0103580", + "School District Name": "Winston County", + "Physical Address Line 1": "25101 Highway 195", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Double Springs", + "Physical Address State": "AL ", + "Physical Address Zip": "35553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24838012958963282", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000803", + "School District Name": "ACADEMY OF SEMINOLE CHARTER", + "Physical Address Line 1": "600 E Strothers", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seminole", + "Physical Address State": "OK ", + "Physical Address Zip": "74868", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601053", + "School District Name": "ACADEMY OF THE CITY CHARTER SCHOOL", + "Physical Address Line 1": "31-29 60TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODSIDE", + "Physical Address State": "NY ", + "Physical Address Zip": "11377", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200004", + "School District Name": "Yupiit School District", + "Physical Address Line 1": "1st Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akiachak", + "Physical Address State": "AK ", + "Physical Address Zip": "99551", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.32134831460674157", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500021", + "School District Name": "Academy Of the Pacific Rim Charter Public (District)", + "Physical Address Line 1": "1 Westinghouse Plaza Bldg B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hyde Park", + "Physical Address State": "MA ", + "Physical Address Zip": "02136", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200006", + "School District Name": "Mount Edgecumbe", + "Physical Address Line 1": "1330 Seward Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sitka", + "Physical Address State": "AK ", + "Physical Address Zip": "99835", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400202", + "School District Name": "Academy of Tucson Inc. (78897)", + "Physical Address Line 1": "10720 E 22ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85748", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600308", + "School District Name": "Academy of Warren", + "Physical Address Line 1": "13943 EAST 8 MILE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARREN", + "Physical Address State": "MI ", + "Physical Address Zip": "48089", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0801920", + "School District Name": "Academy School District No. 20 in the county of El Paso an", + "Physical Address Line 1": "1110 CHAPEL HILLS DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLORADO SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "80920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.04756756756756757", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200060", + "School District Name": "Cordova City School District", + "Physical Address Line 1": "675 Second St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cordova", + "Physical Address State": "AK ", + "Physical Address Zip": "99574", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10098522167487685", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400276", + "School District Name": "Academy with Community Partners Inc (79213)", + "Physical Address Line 1": "433 N HALL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200100", + "School District Name": "Delta/Greely School District", + "Physical Address Line 1": "1664 N Clearwater", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delta Junction", + "Physical Address State": "AK ", + "Physical Address Zip": "99737", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11751662971175167", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314831", + "School District Name": "Acadia Academy", + "Physical Address Line 1": "12 Westminster Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewiston", + "Physical Address State": "ME ", + "Physical Address Zip": "04240", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200030", + "School District Name": "Acadia Parish", + "Physical Address Line 1": "2402 North Parkerson Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crowley", + "Physical Address State": "LA ", + "Physical Address Zip": "70526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2681497757026458", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200150", + "School District Name": "Ketchikan Gateway Borough School District", + "Physical Address Line 1": "2610 Fourth Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ketchikan", + "Physical Address State": "AK ", + "Physical Address Zip": "99901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11667432246210381", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200180", + "School District Name": "Anchorage School District", + "Physical Address Line 1": "5530 E Northern Lights Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anchorage", + "Physical Address State": "AK ", + "Physical Address Zip": "99504", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.10502988247563275", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2200231", + "School District Name": "Acadiana Renaissance Charter Academy", + "Physical Address Line 1": "205 Vienne", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngsville", + "Physical Address State": "LA ", + "Physical Address Zip": "70592", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200210", + "School District Name": "Juneau Borough School District", + "Physical Address Line 1": "1208 Glacier Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Juneau", + "Physical Address State": "AK ", + "Physical Address Zip": "99801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.0782122905027933", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200240", + "School District Name": "Sitka School District", + "Physical Address Line 1": "300 Kostrometinoff St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sitka", + "Physical Address State": "AK ", + "Physical Address Zip": "99835", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09211553473848556", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601650", + "School District Name": "Acalanes Union High", + "Physical Address Line 1": "1212 Pleasant Hill Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lafayette", + "Physical Address State": "CA ", + "Physical Address Zip": "94549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03115796000620059", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200270", + "School District Name": "Haines Borough School District", + "Physical Address Line 1": "604 Haines Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haines", + "Physical Address State": "AK ", + "Physical Address Zip": "99827", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200300", + "School District Name": "Hoonah City School District", + "Physical Address Line 1": "366 Garteeni Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hoonah", + "Physical Address State": "AK ", + "Physical Address Zip": "99829", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3014705882352941", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601877", + "School District Name": "Accelerated Achievement Academy District", + "Physical Address Line 1": "1031 N. State St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ukiah", + "Physical Address State": "CA ", + "Physical Address Zip": "95482", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200330", + "School District Name": "Hydaburg City School District", + "Physical Address Line 1": "100 Totem Pole Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hydaburg", + "Physical Address State": "AK ", + "Physical Address Zip": "99922", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601471", + "School District Name": "Accelerated Charter Elementary District", + "Physical Address Line 1": "3914 S. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200390", + "School District Name": "Kenai Peninsula Borough School District", + "Physical Address Line 1": "148 N Binkley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Soldotna", + "Physical Address State": "AK ", + "Physical Address Zip": "99669", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12854977261243053", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601732", + "School District Name": "Accelerated District", + "Physical Address Line 1": "4000 S. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200480", + "School District Name": "Kodiak Island Borough School District", + "Physical Address Line 1": "722 Mill Bay Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kodiak", + "Physical Address State": "AK ", + "Physical Address Zip": "99615", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.07685551163812034", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400129", + "School District Name": "Accelerated Elementary and Secondary Schools (6364)", + "Physical Address Line 1": "5245 N CAMINO DE OESTE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85745", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200510", + "School District Name": "Matanuska-Susitna Borough School District", + "Physical Address Line 1": "501 N Gulkana St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palmer", + "Physical Address State": "AK ", + "Physical Address Zip": "99645", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10419325432999088", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4800192", + "School District Name": "ACCELERATED INTERMEDIATE ACADEMY", + "Physical Address Line 1": "12825 SUMMIT RIDGE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77085", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200540", + "School District Name": "Nenana City School District", + "Physical Address Line 1": "406 E 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nenana", + "Physical Address State": "AK ", + "Physical Address Zip": "99760", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2236842105263158", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400121", + "School District Name": "Accelerated Learning Center Inc. (4297)", + "Physical Address Line 1": "4105 E SHEA BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85028", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200570", + "School District Name": "Nome Public Schools", + "Physical Address Line 1": "Mile 3.5 Nome-Teller Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nome", + "Physical Address State": "AK ", + "Physical Address Zip": "99762", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14303797468354432", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200600", + "School District Name": "Fairbanks North Star Borough School District", + "Physical Address Line 1": "520 Fifth Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairbanks", + "Physical Address State": "AK ", + "Physical Address Zip": "99701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08688803478041711", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500578", + "School District Name": "ACCEPT Education Collaborative", + "Physical Address Line 1": "4 Tech Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Natick", + "Physical Address State": "MA ", + "Physical Address Zip": "01760", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200630", + "School District Name": "Pelican City School District", + "Physical Address Line 1": "14 Chum Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pelican", + "Physical Address State": "AK ", + "Physical Address Zip": "99832", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400122", + "School District Name": "Acclaim Charter School (4325)", + "Physical Address Line 1": "7624 W INDIAN SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85033", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200660", + "School District Name": "Petersburg Borough School District", + "Physical Address Line 1": "201 Charles W St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petersburg", + "Physical Address State": "AK ", + "Physical Address Zip": "99833", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0925589836660617", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200670", + "School District Name": "Pribilof School District", + "Physical Address Line 1": "930 Tolstoi Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. Paul Island", + "Physical Address State": "AK ", + "Physical Address Zip": "99660", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09411764705882353", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100060", + "School District Name": "ACCOMACK CO PBLC SCHS", + "Physical Address Line 1": "23296 Courthouse Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Accomac", + "Physical Address State": "VA ", + "Physical Address Zip": "23301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2342857142857143", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200680", + "School District Name": "Saint Mary's School District", + "Physical Address Line 1": "1 Dixon Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Mary's", + "Physical Address State": "AK ", + "Physical Address Zip": "99658", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.422360248447205", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200690", + "School District Name": "Skagway School District", + "Physical Address Line 1": "1563 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Skagway", + "Physical Address State": "AK ", + "Physical Address Zip": "99840", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07751937984496124", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701426", + "School District Name": "ACE Amandla Charter School", + "Physical Address Line 1": "6820 S Washtenaw Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60629", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200700", + "School District Name": "Southeast Island School District", + "Physical Address Line 1": "1010 Sandy Beach Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thorne Bay", + "Physical Address State": "AK ", + "Physical Address Zip": "99919", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21578947368421053", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200710", + "School District Name": "Southwest Region School District", + "Physical Address Line 1": "574 Kenny Wren Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dillingham", + "Physical Address State": "AK ", + "Physical Address Zip": "99576", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.38794435857805254", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601561", + "School District Name": "ACE Charter High District", + "Physical Address Line 1": "1776 Edal Park Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95133", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200715", + "School District Name": "Tanana City School District", + "Physical Address Line 1": "89 Front St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tanana", + "Physical Address State": "AK ", + "Physical Address Zip": "99777", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3170731707317073", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200720", + "School District Name": "Unalaska City School District", + "Physical Address Line 1": "55 E Broadway St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Unalaska", + "Physical Address State": "AK ", + "Physical Address Zip": "99685", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.042735042735042736", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602217", + "School District Name": "ACE Empower Academy District", + "Physical Address Line 1": "625 S. Sunset Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200730", + "School District Name": "Chatham School District", + "Physical Address Line 1": "500 Big Dog Salmon Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Angoon", + "Physical Address State": "AK ", + "Physical Address Zip": "99820", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21333333333333335", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601852", + "School District Name": "ACE Esperanza Middle District", + "Physical Address Line 1": "1665 Santee Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95112", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200770", + "School District Name": "Denali Borough School District", + "Physical Address Line 1": "1 Suntrana St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Healy", + "Physical Address State": "AK ", + "Physical Address Zip": "99743", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06698564593301436", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200775", + "School District Name": "Yukon Flats School District", + "Physical Address Line 1": "123 Hill St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ft. Yukon", + "Physical Address State": "AK ", + "Physical Address Zip": "99740", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20164609053497942", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602138", + "School District Name": "ACE Inspire Academy District", + "Physical Address Line 1": "1155 E. Julian St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95112", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200780", + "School District Name": "Valdez City School District", + "Physical Address Line 1": "1112 W Klutina", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valdez", + "Physical Address State": "AK ", + "Physical Address Zip": "99686", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06983655274888559", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800172", + "School District Name": "ACE Preparatory Academy", + "Physical Address Line 1": "5326 Hillside Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46220", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200810", + "School District Name": "Wrangell Public School District", + "Physical Address Line 1": "350 Bennett St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wrangell", + "Physical Address State": "AK ", + "Physical Address Zip": "99929", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15666666666666668", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200840", + "School District Name": "Yakutat School District", + "Physical Address Line 1": "429 Forest Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yakutat", + "Physical Address State": "AK ", + "Physical Address Zip": "99689", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17117117117117117", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500185", + "School District Name": "ACES TECHNICAL CHARTER SCHOOL", + "Physical Address Line 1": "300 MENAUL BLVD NW STE A444", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87107", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0200862", + "School District Name": "Yukon-Koyukuk School District", + "Physical Address Line 1": "4762 Old Airport Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairbanks", + "Physical Address State": "AK ", + "Physical Address Zip": "99709", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.3161953727506427", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400001", + "School District Name": "Cave Creek Unified District (4244)", + "Physical Address Line 1": "33016 N 60TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85266", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.0750310902307586", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602165", + "School District Name": "Achieve Academy District", + "Physical Address Line 1": "1700 28th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94621", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400003", + "School District Name": "Chino Valley Unified District (4474)", + "Physical Address Line 1": "650 E CENTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHINO VALLEY", + "Physical Address State": "AZ ", + "Physical Address Zip": "86323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.17069818581638263", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901362", + "School District Name": "Achieve Career Preparatory Academy", + "Physical Address Line 1": "3891 Martha Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43612", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400005", + "School District Name": "Salome Consolidated Elementary District (4514)", + "Physical Address Line 1": "38128 Saguaro & Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salome", + "Physical Address State": "AZ ", + "Physical Address Zip": "85348", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3076923076923077", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400016", + "School District Name": "Center for Academic Success Inc. (4191)", + "Physical Address Line 1": "900 CARMELITA DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SIERRA VISTA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85635", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600963", + "School District Name": "Achieve Charter Academy", + "Physical Address Line 1": "3250 DENTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48188", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400018", + "School District Name": "Pine Forest Education Association Inc. (4201)", + "Physical Address Line 1": "1120 W KAIBAB LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLAGSTAFF", + "Physical Address State": "AZ ", + "Physical Address Zip": "86001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400019", + "School District Name": "Flagstaff Arts And Leadership Academy (4202)", + "Physical Address Line 1": "3401 N FORT VALLEY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLAGSTAFF", + "Physical Address State": "AZ ", + "Physical Address Zip": "86001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601615", + "School District Name": "Achieve Charter High District", + "Physical Address Line 1": "1494 E. Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chico", + "Physical Address State": "CA ", + "Physical Address Zip": "95926", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400020", + "School District Name": "Flagstaff Montessori L.L.C. (4205)", + "Physical Address Line 1": "850 N LOCUST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLAGSTAFF", + "Physical Address State": "AZ ", + "Physical Address Zip": "86001", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602570", + "School District Name": "Achieve Charter School of Chico District", + "Physical Address Line 1": "1494 E. Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chico", + "Physical Address State": "CA ", + "Physical Address Zip": "95926", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400021", + "School District Name": "Colorado City Unified District (4370)", + "Physical Address Line 1": "325 North Cottonwood St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colorado City", + "Physical Address State": "AZ ", + "Physical Address Zip": "86021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.40280701754385967", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602133", + "School District Name": "Achieve Charter School of Paradise Inc. District", + "Physical Address Line 1": "1494 E. Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chico", + "Physical Address State": "CA ", + "Physical Address Zip": "95928", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400022", + "School District Name": "Vernon Elementary District (4162)", + "Physical Address Line 1": "90 CRN 3139", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vernon", + "Physical Address State": "AZ ", + "Physical Address Zip": "85940", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3269230769230769", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400792", + "School District Name": "Achieve Community Charter School", + "Physical Address Line 1": "534 Clinton Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400023", + "School District Name": "Pinon Unified District (4390)", + "Physical Address Line 1": "Navajo Hwy 41", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pinon", + "Physical Address State": "AZ ", + "Physical Address Zip": "86510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.415929203539823", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700118", + "School District Name": "ACHIEVE LANGUAGE ACADEMY", + "Physical Address Line 1": "2169 STILLWATER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400026", + "School District Name": "Heber-Overgaard Unified District (4392)", + "Physical Address Line 1": "3375 BUCKSKIN CANYON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEBER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3443298969072165", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700459", + "School District Name": "Achievement Charter Academy", + "Physical Address Line 1": "25 Buttonwood Ct.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fuquay-Varina", + "Physical Address State": "NC ", + "Physical Address Zip": "27526", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400028", + "School District Name": "Triumphant Learning Center (4225)", + "Physical Address Line 1": "201 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAFFORD", + "Physical Address State": "AZ ", + "Physical Address Zip": "85546", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601028", + "School District Name": "ACHIEVEMENT FIRST APOLLO CHARTER SCHOOL", + "Physical Address Line 1": "350 LINWOOD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400031", + "School District Name": "Ridgeline Academy Inc. (4301)", + "Physical Address Line 1": "33625 N NORTH VALLEY PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85085", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601109", + "School District Name": "ACHIEVEMENT FIRST ASPIRE CHARTER SCHOOL", + "Physical Address Line 1": "982 HEGEMAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400033", + "School District Name": "The Boys & Girls Clubs of the Valley (4305)", + "Physical Address Line 1": "221 W 6TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85210", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900208", + "School District Name": "Achievement First Bridgeport Academy District", + "Physical Address Line 1": "370 James Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Haven", + "Physical Address State": "CT ", + "Physical Address Zip": "06513", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400034", + "School District Name": "Reid Traditional Schools' Valley Academy Inc. (4306)", + "Physical Address Line 1": "14841 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85023", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600969", + "School District Name": "ACHIEVEMENT FIRST BROWNSVILLE CHARTER SCHOOL", + "Physical Address Line 1": "2021 BERGEN ST-RM 149", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11233", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400037", + "School District Name": "Twenty First Century Charter School Inc. Bennett (4310)", + "Physical Address Line 1": "2930 W BETHANY HOME RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600147", + "School District Name": "ACHIEVEMENT FIRST CROWN HEIGHTS CHARTER SCHOOL", + "Physical Address Line 1": "790 E NEW YORK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400040", + "School District Name": "STEP UP Schools Inc. (4313)", + "Physical Address Line 1": "44 E 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600149", + "School District Name": "ACHIEVEMENT FIRST EAST NEW YORK CHARTER SCHOOL", + "Physical Address Line 1": "557 PENNSYLVANIA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400041", + "School District Name": "Maricopa County Community College District dba Gat (4314)", + "Physical Address Line 1": "108 N 40TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600170", + "School District Name": "ACHIEVEMENT FIRST ENDEAVOR CHARTER SCHOOL", + "Physical Address Line 1": "510 WAVERLY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11238", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400043", + "School District Name": "New School For The Arts (4316)", + "Physical Address Line 1": "1216 E APACHE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85281", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900212", + "School District Name": "Achievement First Hartford Academy District", + "Physical Address Line 1": "370 James Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Haven", + "Physical Address State": "CT ", + "Physical Address Zip": "06513", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400047", + "School District Name": "Salt River Pima-Maricopa Community Schools (4320)", + "Physical Address Line 1": "4827 N COUNTRY CLUB DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85256", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601230", + "School District Name": "ACHIEVEMENT FIRST LEGACY CHARTER SCHOOL", + "Physical Address Line 1": "118-49 MONTAUK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT ALBANS", + "Physical Address State": "NY ", + "Physical Address Zip": "11412", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400052", + "School District Name": "Espiritu Community Development Corp. (4335)", + "Physical Address Line 1": "4848 S 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85040", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601112", + "School District Name": "ACHIEVEMENT FIRST LINDEN CHARTER SCHOOL", + "Physical Address Line 1": "800 VAN SICLEN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400053", + "School District Name": "Heritage Academy Inc. (4336)", + "Physical Address Line 1": "32 S CENTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85210", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601124", + "School District Name": "ACHIEVEMENT FIRST NORTH BROOKLYN PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "200 WOODBINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400054", + "School District Name": "Villa Montessori Charter School (4339)", + "Physical Address Line 1": "2802 E MEADOWBROOK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400021", + "School District Name": "Achievement First Rhode Island", + "Physical Address Line 1": "370 Hartford Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02909", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400055", + "School District Name": "EduPreneurship Inc. (4341)", + "Physical Address Line 1": "2632 W AUGUSTA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85051", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601143", + "School District Name": "ACHIEVEMENT FIRST VOYAGER CHARTER SCHOOL", + "Physical Address Line 1": "601 PARKSIDE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11226", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400056", + "School District Name": "Arizona School For The Arts (4345)", + "Physical Address Line 1": "1410 N 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600166", + "School District Name": "ACHIEVEMENT FIRST-BUSHWICK CHARTER SCHOOL", + "Physical Address Line 1": "1300 GREENE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11237", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400057", + "School District Name": "Arizona Call-a-Teen Youth Resources Inc. (4346)", + "Physical Address Line 1": "649 N 6TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200128", + "School District Name": "Achievement House CS", + "Physical Address Line 1": "102 Pickering Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exton", + "Physical Address State": "PA ", + "Physical Address Zip": "19341", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400061", + "School District Name": "Intelli-School Inc. (4352)", + "Physical Address Line 1": "2222 W NORTHERN AVE STE A110", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100072", + "School District Name": "Achievement Preparatory Academy PCS", + "Physical Address Line 1": "908 WAHLER PLACE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400065", + "School District Name": "Benjamin Franklin Charter School - Queen Creek (4355)", + "Physical Address Line 1": "22951 S POWER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUEEN CREEK", + "Physical Address State": "AZ ", + "Physical Address Zip": "85142", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700147", + "School District Name": "Achievement School District", + "Physical Address Line 1": "710 James Robertson PKWY", + "Physical Address Line 2": "State Dept. of Education", + "Physical Address Line 3": "5th Floor Andrew Johnson Tower", + "Physical Address City": "Nashville", + "Physical Address State": "TN ", + "Physical Address Zip": "37243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400067", + "School District Name": "Victory High School Inc. (4358)", + "Physical Address Line 1": "1650 W SOUTHERN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85041", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901602", + "School District Name": "AchievePoint Career Academy - Cincinnati", + "Physical Address Line 1": "5098 Glencrossing Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45238", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400068", + "School District Name": "Montessori Day Public Schools Chartered Inc. (4359)", + "Physical Address Line 1": "9201 N 7TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400794", + "School District Name": "Achievers Early College Prep Charter School", + "Physical Address Line 1": "500 Smith Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trenton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08611", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400069", + "School District Name": "Khalsa Montessori Elementary Schools (4360)", + "Physical Address Line 1": "2536 N 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4002370", + "School District Name": "ACHILLE", + "Physical Address Line 1": "101 N 5th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Achille", + "Physical Address State": "OK ", + "Physical Address Zip": "74720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17577197149643706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400070", + "School District Name": "Tempe Preparatory Academy (4361)", + "Physical Address Line 1": "1251 E SOUTHERN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85282", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601680", + "School District Name": "Ackerman Charter", + "Physical Address Line 1": "13777 Bowman Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Auburn", + "Physical Address State": "CA ", + "Physical Address Zip": "95603", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12751677852348994", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400071", + "School District Name": "Bright Beginnings School Inc. (4362)", + "Physical Address Line 1": "400 N ANDERSEN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANDLER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85224", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400320", + "School District Name": "Acorn Montessori Charter School (79437)", + "Physical Address Line 1": "8556 E LOOS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prescott Valley", + "Physical Address State": "AZ ", + "Physical Address Zip": "86314", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400072", + "School District Name": "Montessori Education Centre Charter School (4363)", + "Physical Address Line 1": "2834 E SOUTHERN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2302220", + "School District Name": "Acton Public Schools", + "Physical Address Line 1": "700 Milton Mills Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Acton", + "Physical Address State": "ME ", + "Physical Address Zip": "04001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08991825613079019", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400074", + "School District Name": "Kingman Academy Of Learning (4383)", + "Physical Address Line 1": "3410 N BURBANK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGMAN", + "Physical Address State": "AZ ", + "Physical Address Zip": "86409", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600001", + "School District Name": "Acton-Agua Dulce Unified", + "Physical Address Line 1": "32248 N. Crown Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Acton", + "Physical Address State": "CA ", + "Physical Address Zip": "93510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13482532751091703", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400075", + "School District Name": "Young Scholars Academy Charter School Corp. (4385)", + "Physical Address Line 1": "1501 E VALENCIA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BULLHEAD CITY", + "Physical Address State": "AZ ", + "Physical Address Zip": "86426", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2501710", + "School District Name": "Acton-Boxborough", + "Physical Address Line 1": "15 Charter Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Acton", + "Physical Address State": "MA ", + "Physical Address Zip": "01720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.031099656357388317", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400077", + "School District Name": "Career Development Inc. (4400)", + "Physical Address Line 1": "1300 N Centennial Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Taylor", + "Physical Address State": "AZ ", + "Physical Address Zip": "85939", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2501740", + "School District Name": "Acushnet", + "Physical Address Line 1": "708 Middle Road", + "Physical Address Line 2": "Suite 1", + "Physical Address Line 3": "", + "Physical Address City": "Acushnet", + "Physical Address State": "MA ", + "Physical Address Zip": "02743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07833655705996131", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400078", + "School District Name": "Edge School Inc. The (4421)", + "Physical Address Line 1": "2555 E 1ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85716", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200129", + "School District Name": "Ad Prima CS", + "Physical Address Line 1": "1922 N. 63rd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19151", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400079", + "School District Name": "Tucson Youth Development/ACE Charter High School (4422)", + "Physical Address Line 1": "1901 N STONE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85705", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4002430", + "School District Name": "ADA", + "Physical Address Line 1": "324 W 20th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ada", + "Physical Address State": "OK ", + "Physical Address Zip": "74821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22080592105263158", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400081", + "School District Name": "Presidio School (4425)", + "Physical Address Line 1": "1695 E FORT LOWELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85719", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904518", + "School District Name": "Ada Exempted Village", + "Physical Address Line 1": "725 W North Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ada", + "Physical Address State": "OH ", + "Physical Address Zip": "45810", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16823406478578892", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400082", + "School District Name": "Colorado River Union High School District (4381)", + "Physical Address Line 1": "1004 HANCOCK RD # 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BULLHEAD CITY", + "Physical Address State": "AZ ", + "Physical Address Zip": "86442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2653362897265336", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700480", + "School District Name": "Ada-Borup-West Public Schools", + "Physical Address Line 1": "604 W THORPE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADA", + "Physical Address State": "MN ", + "Physical Address Zip": "56510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14887640449438203", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400083", + "School District Name": "Portable Practical Educational Preparation Inc. ( (4431)", + "Physical Address Line 1": "1840 E BENSON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85714", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4002460", + "School District Name": "ADAIR", + "Physical Address Line 1": "202 SE 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Adair", + "Physical Address State": "OK ", + "Physical Address Zip": "74330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16303099885189437", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400089", + "School District Name": "Sedona Charter School Inc. (4492)", + "Physical Address Line 1": "165 KACHINA DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEDONA", + "Physical Address State": "AZ ", + "Physical Address Zip": "86336", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922980", + "School District Name": "ADAIR CO. R-I", + "Physical Address Line 1": "600 ROMBAUER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOVINGER", + "Physical Address State": "MO ", + "Physical Address Zip": "63559", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1991869918699187", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400090", + "School District Name": "Mingus Springs Charter School (4493)", + "Physical Address Line 1": "3600 SUNSET DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHINO VALLEY", + "Physical Address State": "AZ ", + "Physical Address Zip": "86323", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905790", + "School District Name": "ADAIR CO. R-II", + "Physical Address Line 1": "205 W DEWEY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRASHEAR", + "Physical Address State": "MO ", + "Physical Address Zip": "63533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2696629213483146", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400092", + "School District Name": "Franklin Phonetic Primary School Inc. (4495)", + "Physical Address Line 1": "6116 East Highway 69", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prescott Valley", + "Physical Address State": "AZ ", + "Physical Address Zip": "86314", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100030", + "School District Name": "Adair County", + "Physical Address Line 1": "1204 Greensburg St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "KY ", + "Physical Address Zip": "42728", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3159041394335512", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400093", + "School District Name": "Skyview School Inc. (4496)", + "Physical Address Line 1": "125 S RUSH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "AZ ", + "Physical Address Zip": "86303", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903090", + "School District Name": "Adair-Casey Comm School District", + "Physical Address Line 1": "3384 Indigo Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Adair", + "Physical Address State": "IA ", + "Physical Address Zip": "50002", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1196319018404908", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400094", + "School District Name": "Az-Tec High School (4508)", + "Physical Address Line 1": "2330 W 28TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YUMA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85364", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700162", + "School District Name": "Adam/Brwn/Cass/Morgn/Pik/Sctt ROE", + "Physical Address Line 1": "507 Vermont St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quincy", + "Physical Address State": "IL ", + "Physical Address Zip": "62301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400095", + "School District Name": "Yuma Private Industry Council Inc. (4509)", + "Physical Address Line 1": "3834 W 16TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YUMA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85364", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400096", + "School District Name": "Mountain School Inc. (4203)", + "Physical Address Line 1": "311 W CATTLE DRIVE TRL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLAGSTAFF", + "Physical Address State": "AZ ", + "Physical Address Zip": "86005", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800258", + "School District Name": "Adams 1 Mapleton AU", + "Physical Address Line 1": "591 East 80th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denver", + "Physical Address State": "CO ", + "Physical Address Zip": "80229", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400097", + "School District Name": "Northland Preparatory Academy (4204)", + "Physical Address Line 1": "3300 E SPARROW AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLAGSTAFF", + "Physical Address State": "AZ ", + "Physical Address Zip": "86004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806900", + "School District Name": "Adams 12 Five Star Schools", + "Physical Address Line 1": "1500 E 128TH AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THORNTON", + "Physical Address State": "CO ", + "Physical Address Zip": "80241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09530570591889254", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0400098", + "School District Name": "Flagstaff Junior Academy (4207)", + "Physical Address Line 1": "306 W CEDAR AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLAGSTAFF", + "Physical Address State": "AZ ", + "Physical Address Zip": "86001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800268", + "School District Name": "Adams 12 Northglenn AU", + "Physical Address Line 1": "1500 East 128th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thornton", + "Physical Address State": "CO ", + "Physical Address Zip": "80241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400099", + "School District Name": "Liberty High School (4216)", + "Physical Address Line 1": "1300 E CEDAR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLOBE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800272", + "School District Name": "Adams 14 Commerce City AU", + "Physical Address Line 1": "5291 East 60th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Commerce City", + "Physical Address State": "CO ", + "Physical Address Zip": "80022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400100", + "School District Name": "Ball Charter Schools (Hearn) (4294)", + "Physical Address Line 1": "17606 N 7TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85023", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400102", + "School District Name": "Friendly House Inc. (4303)", + "Physical Address Line 1": "802 S 1ST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500060", + "School District Name": "ALBUQUERQUE PUBLIC SCHOOLS", + "Physical Address Line 1": "6400 UPTOWN BLVD NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.17945708270452554", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0400103", + "School District Name": "Ombudsman Educational Services Ltd.a subsidiary (4323)", + "Physical Address Line 1": "3624 West Bell Road Suite 4-6", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendale", + "Physical Address State": "AZ ", + "Physical Address Zip": "85308", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800237", + "School District Name": "Adams 27J School District 27J AU", + "Physical Address Line 1": "18551 EAST 160TH AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRIGHTON", + "Physical Address State": "CO ", + "Physical Address Zip": "80601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400105", + "School District Name": "Hillcrest Academy Inc. (4328)", + "Physical Address Line 1": "4710 E BASELINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ", + "Physical Address Zip": "85206", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800060", + "School District Name": "Adams Central Community Schools", + "Physical Address Line 1": "222 W Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "IN ", + "Physical Address Zip": "46772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.204186558942343", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400106", + "School District Name": "Arizona Agribusiness & Equine Center Inc. (4331)", + "Physical Address Line 1": "3775 E UNION HILLS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85050", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3102770", + "School District Name": "ADAMS CENTRAL PUBLIC SCHOOLS", + "Physical Address Line 1": "1090 S ADAMS CENTRAL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HASTINGS", + "Physical Address State": "NE ", + "Physical Address Zip": "68901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03612334801762115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400107", + "School District Name": "International Commerce Secondary Schools Inc. (4334)", + "Physical Address Line 1": "5201 N 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85014", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400108", + "School District Name": "Humanities and Sciences Academy of the United Stat (4337)", + "Physical Address Line 1": "5201 N 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85014", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800009", + "School District Name": "Adams County BOCES", + "Physical Address Line 1": "1400 W. 122ND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTMINSTER", + "Physical Address State": "CO ", + "Physical Address Zip": "80234", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400109", + "School District Name": "Phoenix Advantage Charter School Inc. (4338)", + "Physical Address Line 1": "3738 N 16TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3906190", + "School District Name": "Adams County Ohio Valley Local", + "Physical Address Line 1": "141 Lloyd Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Union", + "Physical Address State": "OH ", + "Physical Address Zip": "45693", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23886925795053005", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400111", + "School District Name": "Allen-Cochran Enterprises Inc. (4347)", + "Physical Address Line 1": "1700 E ELLIOT RD STE 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85284", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400112", + "School District Name": "American Leadership Academy Inc. (4348)", + "Physical Address Line 1": "6913 E REMBRANDT AVE STE 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200905", + "School District Name": "Adams County Technical Institute", + "Physical Address Line 1": "1126 Old Harrisburg RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gettysburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17325", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400113", + "School District Name": "Fountain Hills Charter School (4356)", + "Physical Address Line 1": "16811 E EL PUEBLO BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOUNTAIN HLS", + "Physical Address State": "AZ ", + "Physical Address Zip": "85268", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400115", + "School District Name": "Hermosa Montessori Charter School (4426)", + "Physical Address Line 1": "12051 E FORT LOWELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85749", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601890", + "School District Name": "Adams Township School District", + "Physical Address Line 1": "43084 GOODELL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAINESDALE", + "Physical Address State": "MI ", + "Physical Address Zip": "49955", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09322033898305085", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400120", + "School District Name": "Arizona Department of Corrections (8336)", + "Physical Address Line 1": "1601 W JEFFERSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800255", + "School District Name": "Adams-Arap 28J Aurora AU", + "Physical Address Line 1": "15751 East First Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aurora", + "Physical Address State": "CO ", + "Physical Address Zip": "80011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500060", + "School District Name": "Adams-Friendship Area School District", + "Physical Address Line 1": "201 W 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Friendship", + "Physical Address State": "WI ", + "Physical Address Zip": "53934", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22035040431266847", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400124", + "School District Name": "Genesis Program Inc. (4332)", + "Physical Address Line 1": "525 E MCDOWELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602370", + "School District Name": "ADDISON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "7 CLEVELAND DR-STE 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADDISON", + "Physical Address State": "NY ", + "Physical Address Zip": "14801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16393442622950818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400125", + "School District Name": "Luz Academy of Tucson Inc (4427)", + "Physical Address Line 1": "25 E DRACHMAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ", + "Physical Address Zip": "85705", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400126", + "School District Name": "Montessori Schoolhouse of Tucson Inc. (4428)", + "Physical Address Line 1": "1301 E FORT LOWELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85719", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099903", + "School District Name": "Addison Central Supervisory Union", + "Physical Address Line 1": "49 Charles Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middlebury", + "Physical Address State": "VT ", + "Physical Address Zip": "05753", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0790080738177624", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400130", + "School District Name": "Edkey Inc. dba American Heritage Academy (6365)", + "Physical Address Line 1": "2030 E CHERRY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COTTONWOOD", + "Physical Address State": "AZ ", + "Physical Address Zip": "86326", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000402", + "School District Name": "Addison Central Unified School District", + "Physical Address Line 1": "49 Charles Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middlebury", + "Physical Address State": "VT ", + "Physical Address Zip": "05753", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400131", + "School District Name": "The Charter Foundation Inc. (6355)", + "Physical Address Line 1": "5383 E ROCKRIDGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85018", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400134", + "School District Name": "BASIS Charter Schools Inc. (6361)", + "Physical Address Line 1": "7975 N HAYDEN RD STE B100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85258", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601920", + "School District Name": "Addison Community Schools", + "Physical Address Line 1": "219 NORTH COMSTOCK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADDISON", + "Physical Address State": "MI ", + "Physical Address Zip": "49220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1341991341991342", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400135", + "School District Name": "Challenge School Inc. (6362)", + "Physical Address Line 1": "5801 W GREENBRIAR DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85308", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602430", + "School District Name": "AKRON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "47 BLOOMINGDALE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AKRON", + "Physical Address State": "NY ", + "Physical Address Zip": "14001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11095406360424029", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400141", + "School District Name": "Discovery Plus Academy (6357)", + "Physical Address Line 1": "852 W 250 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PIMA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85543", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099902", + "School District Name": "Addison Northwest Supervisory Union", + "Physical Address Line 1": "11 Main Street Suite B100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vergennes", + "Physical Address State": "VT ", + "Physical Address Zip": "05491", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08131868131868132", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400144", + "School District Name": "CPLC Community Schools (4300)", + "Physical Address Line 1": "715 West Mariposa Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phoenix", + "Physical Address State": "AZ ", + "Physical Address Zip": "85013", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400145", + "School District Name": "Gem Charter School Inc. (6372)", + "Physical Address Line 1": "1704 N CENTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000398", + "School District Name": "Addison Northwest Unified School District", + "Physical Address Line 1": "11 Main Street Suite B100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vergennes", + "Physical Address State": "VT ", + "Physical Address Zip": "05491", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400147", + "School District Name": "Ha:san Educational Services (6369)", + "Physical Address Line 1": "1333 E 10TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85719", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703150", + "School District Name": "Addison SD 4", + "Physical Address Line 1": "222 Kennedy Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Addison", + "Physical Address State": "IL ", + "Physical Address Zip": "60101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13398608606029375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400149", + "School District Name": "Kaizen Education Foundation dba El Dorado High Sch (4342)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903150", + "School District Name": "Adel DeSoto Minburn Comm School District", + "Physical Address Line 1": "215 N. 11th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Adel", + "Physical Address State": "IA ", + "Physical Address Zip": "50003", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03902862098872507", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400150", + "School District Name": "Mexicayotl Academy Inc. (4463)", + "Physical Address Line 1": "850 N MORLEY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOGALES", + "Physical Address State": "AZ ", + "Physical Address Zip": "85621", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400151", + "School District Name": "New Horizon School for the Performing Arts (4366)", + "Physical Address Line 1": "446 E BROADWAY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100990", + "School District Name": "Adel SD 21", + "Physical Address Line 1": "357 N L St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeview", + "Physical Address State": "OR ", + "Physical Address Zip": "97630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400153", + "School District Name": "Phoenix School of Academic Excellence The (6379)", + "Physical Address Line 1": "5312 N 12TH ST STE 302", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85014", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400154", + "School District Name": "Shonto Governing Board of Education Inc. (6353)", + "Physical Address Line 1": "East Highway 160/98", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shonto", + "Physical Address State": "AZ ", + "Physical Address Zip": "86054", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602343", + "School District Name": "Adelante Charter District", + "Physical Address Line 1": "1102 E. Yanonali St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Barbara", + "Physical Address State": "CA ", + "Physical Address Zip": "93103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400157", + "School District Name": "Edkey Inc. - Sequoia Choice Schools (4329)", + "Physical Address Line 1": "1460 S HORNE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800216", + "School District Name": "Adelante Schools", + "Physical Address Line 1": "1202 E Troy Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400159", + "School District Name": "Tucson Preparatory School (6374)", + "Physical Address Line 1": "104 E PRINCE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85705", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400160", + "School District Name": "Vision Charter School Inc. (4430)", + "Physical Address Line 1": "5901 South Calle Santa Cruz", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tucson", + "Physical Address State": "AZ ", + "Physical Address Zip": "85709", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601710", + "School District Name": "Adelanto Elementary", + "Physical Address Line 1": "11824 Air Expressway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Adelanto", + "Physical Address State": "CA ", + "Physical Address Zip": "92301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2258469259723965", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400163", + "School District Name": "Coconino County Accommodation School District (10386)", + "Physical Address Line 1": "2384 N. Steves Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flagstaff", + "Physical Address State": "AZ ", + "Physical Address Zip": "86004", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500089", + "School District Name": "Adeline Montessori School Inc Agency", + "Physical Address Line 1": "S31W29553 Sunset Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waukesha", + "Physical Address State": "WI ", + "Physical Address Zip": "53189", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400165", + "School District Name": "Keystone Montessori Charter School Inc. (10878)", + "Physical Address Line 1": "1025 E LIBERTY LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85048", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904949", + "School District Name": "Adena Local", + "Physical Address Line 1": "3367 County Road 550", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frankfort", + "Physical Address State": "OH ", + "Physical Address Zip": "45628", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17043740573152338", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400178", + "School District Name": "Greenlee Alternative School District (4226)", + "Physical Address Line 1": "247 N Coronado", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clifton", + "Physical Address State": "AZ ", + "Physical Address Zip": "85533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605040", + "School District Name": "ADIRONDACK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "110 FORD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOONVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13309", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15536938309215537", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400181", + "School District Name": "Benchmark School Inc. (10972)", + "Physical Address Line 1": "4120 E ACOMA DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732580", + "School District Name": "Adlai E Stevenson HSD 125", + "Physical Address Line 1": "2 Stevenson Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincolnshire", + "Physical Address State": "IL ", + "Physical Address Zip": "60069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03156565656565657", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400182", + "School District Name": "Cambridge Academy East Inc (78888)", + "Physical Address Line 1": "9412 E BROWN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400184", + "School District Name": "Ball Charter Schools (Dobson) (79204)", + "Physical Address Line 1": "2207 N DOBSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANDLER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85224", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280120", + "School District Name": "Admiral Peary AVTS", + "Physical Address Line 1": "948 Ben Franklin Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ebensburg", + "Physical Address State": "PA ", + "Physical Address Zip": "15931", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400185", + "School District Name": "Phoenix Education Management LLC (4340)", + "Physical Address Line 1": "1903 E ROESER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85040", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400187", + "School District Name": "Stepping Stones Academy (10966)", + "Physical Address Line 1": "35812 N 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85086", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300060", + "School District Name": "Adna School District", + "Physical Address Line 1": "179 DIECKMAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADNA", + "Physical Address State": "WA ", + "Physical Address Zip": "98522", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.058423913043478264", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400190", + "School District Name": "Liberty Traditional Charter School (10968)", + "Physical Address Line 1": "4027 N 45TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85031", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400191", + "School District Name": "Fit Kids Inc. dba Champion Schools (78783)", + "Physical Address Line 1": "7900 S JESSE OWENS PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85042", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807500", + "School District Name": "ADRIAN ISD", + "Physical Address Line 1": "301 MATADOR DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADRIAN", + "Physical Address State": "TX ", + "Physical Address Zip": "79001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21212121212121213", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400197", + "School District Name": "Northern Arizona Vocational Institute of Technolog (78786)", + "Physical Address Line 1": "951 W SNOWFLAKE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SNOWFLAKE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85937", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2702730", + "School District Name": "ADRIAN PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "410 INDIANA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADRIAN", + "Physical Address State": "MN ", + "Physical Address Zip": "56110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1282051282051282", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400201", + "School District Name": "Pima County (4420)", + "Physical Address Line 1": "175 W IRVINGTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85714", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601950", + "School District Name": "Adrian Public Schools", + "Physical Address Line 1": "785 RIVERSIDE AVE STE 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADRIAN", + "Physical Address State": "MI ", + "Physical Address Zip": "49221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17416610700693977", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2902850", + "School District Name": "ADRIAN R-III", + "Physical Address Line 1": "601 N HOUSTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADRIAN", + "Physical Address State": "MO ", + "Physical Address Zip": "64720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10085227272727272", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400204", + "School District Name": "Mountain Rose Academy Inc. (10879)", + "Physical Address Line 1": "3686 W ORANGE GROVE RD STE 192", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85741", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101020", + "School District Name": "Adrian SD 61", + "Physical Address Line 1": "305 Owyhee St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Adrian", + "Physical Address State": "OR ", + "Physical Address Zip": "97901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16883116883116883", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400205", + "School District Name": "Great Expectations Academy (10974)", + "Physical Address Line 1": "1466 W CAMINO ANTIGUA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAHUARITA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85629", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2902880", + "School District Name": "ADVANCE R-IV", + "Physical Address Line 1": "201 SCHOOL ST - GYM ENTRANCE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADVANCE", + "Physical Address State": "MO ", + "Physical Address Zip": "63730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18080357142857142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400208", + "School District Name": "Mountain Oak Charter School Inc. (78873)", + "Physical Address Line 1": "1455 WILLOW CREEK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "AZ ", + "Physical Address Zip": "86301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500085", + "School District Name": "Advanced Math and Science Academy Charter (District)", + "Physical Address Line 1": "201 Forest Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marlborough", + "Physical Address State": "MA ", + "Physical Address Zip": "01752", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400209", + "School District Name": "Park View School Inc. (10970)", + "Physical Address Line 1": "9030 E FLORENTINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prescott Valley", + "Physical Address State": "AZ ", + "Physical Address Zip": "86314", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600255", + "School District Name": "Advanced Technology Academy", + "Physical Address Line 1": "4801 OAKMAN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEARBORN", + "Physical Address State": "MI ", + "Physical Address Zip": "48126", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400210", + "School District Name": "Painted Pony Ranch Charter School (10967)", + "Physical Address Line 1": "2100 WILLOW CREEK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "AZ ", + "Physical Address Zip": "86301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800041", + "School District Name": "ADVANTAGE ACADEMY", + "Physical Address Line 1": "618 W WHEATLAND RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DUNCANVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400211", + "School District Name": "Mary Ellen Halvorson Educational Foundation. dba: (10965)", + "Physical Address Line 1": "5522 SIDE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "AZ ", + "Physical Address Zip": "86301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900198", + "School District Name": "Advantage Arts Academy", + "Physical Address Line 1": "6171 W 11800 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERRIMAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84096", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400212", + "School District Name": "Benson Unified School District (79226)", + "Physical Address Line 1": "360 S PATAGONIA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21903959561920808", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200268", + "School District Name": "Advantage Charter Academy", + "Physical Address Line 1": "14740 Plank Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lafayette", + "Physical Address State": "LA ", + "Physical Address Zip": "70501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400213", + "School District Name": "Painted Desert Demonstration Projects Inc. (79086)", + "Physical Address Line 1": "145 LEUPP RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLAGSTAFF", + "Physical Address State": "AZ ", + "Physical Address Zip": "86004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1999013", + "School District Name": "AEA 13 Green Hills AEA", + "Physical Address Line 1": "24997 Highway 92", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Council Bluffs", + "Physical Address State": "IA ", + "Physical Address Zip": "51503", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400217", + "School District Name": "Little Lamb Community School (79050)", + "Physical Address Line 1": "12990 E SHEA BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85259", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601195", + "School District Name": "AECI II: NYC CHARTER HS-COMP ENGIN", + "Physical Address Line 1": "116 E 169TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10452", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400218", + "School District Name": "American Basic Schools LLC (79215)", + "Physical Address Line 1": "827 E 6TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85204", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601724", + "School District Name": "AeroSTEM Academy District", + "Physical Address Line 1": "82 Second St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yuba City", + "Physical Address State": "CA ", + "Physical Address Zip": "95991", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400219", + "School District Name": "Career Success Schools (79047)", + "Physical Address Line 1": "16004 N 36TH DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2902910", + "School District Name": "AFFTON 101", + "Physical Address Line 1": "8701 MACKENZIE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63123", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10245398773006135", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400221", + "School District Name": "Kaizen Education Foundation dba South Pointe Eleme (79233)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700186", + "School District Name": "AFSA HIGH SCHOOL", + "Physical Address Line 1": "100 VADNAIS BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VADNAIS HEIGHTS", + "Physical Address State": "MN ", + "Physical Address Zip": "55127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400223", + "School District Name": "Daisy Education Corporation dba Sonoran Science Ac (79049)", + "Physical Address Line 1": "2325 W SUNSET RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85741", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4002520", + "School District Name": "AFTON", + "Physical Address Line 1": "410 S Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Afton", + "Physical Address State": "OK ", + "Physical Address Zip": "74331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2577777777777778", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400225", + "School District Name": "Horizon Community Learning Center Inc. (79264)", + "Physical Address Line 1": "16233 S 48TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85048", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602400", + "School District Name": "AFTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "29 ACADEMY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AFTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1793478260869565", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400227", + "School District Name": "Kaizen Education Foundation dba South Pointe Junio (78965)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700394", + "School District Name": "Agamim Classical Academy", + "Physical Address Line 1": "5300 FRANCE AVENUE SOUTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDINA", + "Physical Address State": "MN ", + "Physical Address Zip": "55410", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400229", + "School District Name": "Milestones Charter School (79207)", + "Physical Address Line 1": "4707 E ROBERT E LEE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400450", + "School District Name": "Agua Fria Union High School District (4289)", + "Physical Address Line 1": "1481 N ELISEO FELIX JR WAY STE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AVONDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09274837610478118", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400230", + "School District Name": "Pathfinder Charter School Foundation (79024)", + "Physical Address Line 1": "18052 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600042", + "School District Name": "Agar-Blunt-Onida School District 58-3", + "Physical Address Line 1": "500 8th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Onida", + "Physical Address State": "SD ", + "Physical Address Zip": "57564", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.093841642228739", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400231", + "School District Name": "James Madison Preparatory School (79063)", + "Physical Address Line 1": "5815 S MCCLINTOCK DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85283", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400480", + "School District Name": "Aguila Elementary District (4249)", + "Physical Address Line 1": "50023 N 514th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aguila", + "Physical Address State": "AZ ", + "Physical Address Zip": "85320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400232", + "School District Name": "Self Development Charter School (79072)", + "Physical Address Line 1": "1709 N GREENFIELD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85205", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0801980", + "School District Name": "Agate School District No. 300", + "Physical Address Line 1": "41032 2ND AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AGATE", + "Physical Address State": "CO ", + "Physical Address Zip": "80101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11904761904761904", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400235", + "School District Name": "Excalibur Charter Schools Inc. (79214)", + "Physical Address Line 1": "1045 S SAN MARCOS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Apache Junction", + "Physical Address State": "AZ ", + "Physical Address Zip": "85120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400520", + "School District Name": "Ajo Unified District (4409)", + "Physical Address Line 1": "111 N WELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AJO", + "Physical Address State": "AZ ", + "Physical Address Zip": "85321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.36578171091445427", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400237", + "School District Name": "Paramount Education Studies Inc (79205)", + "Physical Address Line 1": "11039 W OLIVE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEORIA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85345", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2501800", + "School District Name": "Agawam", + "Physical Address Line 1": "1305 Springfield Street", + "Physical Address Line 2": "Suite 1", + "Physical Address Line 3": "", + "Physical Address City": "Feeding Hills", + "Physical Address State": "MA ", + "Physical Address Zip": "01030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13274336283185842", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400238", + "School District Name": "Metropolitan Arts Institute Inc. (5181)", + "Physical Address Line 1": "1700 N 7th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phoenix", + "Physical Address State": "AZ ", + "Physical Address Zip": "85007", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400600", + "School District Name": "Alhambra Elementary District (4280)", + "Physical Address Line 1": "4510 N 37TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.3010767531750414", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400239", + "School District Name": "P.L.C. Charter Schools (6235)", + "Physical Address Line 1": "2504 S 91ST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOLLESON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85353", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600106", + "School District Name": "AGBU Alex-Marie Manoogian School", + "Physical Address Line 1": "22001 NORTHWESTERN HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTHFIELD", + "Physical Address State": "MI ", + "Physical Address Zip": "48075", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400241", + "School District Name": "Paragon Management Inc. (5180)", + "Physical Address Line 1": "12775 N 175TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SURPRISE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85388", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400630", + "School District Name": "Alpine Elementary District (4161)", + "Physical Address Line 1": "County Rd 2052 #11", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alpine", + "Physical Address State": "AZ ", + "Physical Address Zip": "85920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2222222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400243", + "School District Name": "Skyline Schools Inc. (79084)", + "Physical Address Line 1": "2020 N Arizona Ave STE 109", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chandler", + "Physical Address State": "AZ ", + "Physical Address Zip": "85225", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602543", + "School District Name": "Agnes J. Johnson Charter District", + "Physical Address Line 1": "73 Sch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weott", + "Physical Address State": "CA ", + "Physical Address Zip": "95571", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400244", + "School District Name": "Edkey Inc. - Sequoia Charter School (6446)", + "Physical Address Line 1": "1460 S HORNE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404770", + "School District Name": "Altar Valley Elementary District (4418)", + "Physical Address Line 1": "10105 S SASABE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85736", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.33553875236294894", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400246", + "School District Name": "Edkey Inc. - Sequoia Village School (79211)", + "Physical Address Line 1": "982 FULL HOUSE LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHOW LOW", + "Physical Address State": "AZ ", + "Physical Address Zip": "85901", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200140", + "School District Name": "Agora Cyber CS", + "Physical Address Line 1": "1018 West 8th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "King of Prussia", + "Physical Address State": "PA ", + "Physical Address Zip": "19406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400248", + "School District Name": "Telesis Center for Learning Inc. (79218)", + "Physical Address Line 1": "2598 STARLITE LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Havasu City", + "Physical Address State": "AZ ", + "Physical Address Zip": "86403", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400680", + "School District Name": "Amphitheater Unified District (4406)", + "Physical Address Line 1": "701 W WETMORE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85705", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17502092925910423", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400254", + "School District Name": "Southern Arizona Community Academy Inc. (79000)", + "Physical Address Line 1": "2470 N TUCSON BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85716", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4002550", + "School District Name": "AGRA", + "Physical Address Line 1": "112 South Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Agra", + "Physical Address State": "OK ", + "Physical Address Zip": "74824", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17063492063492064", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400255", + "School District Name": "Tucson Country Day School Inc. (79073)", + "Physical Address Line 1": "9239 E WRIGHTSTOWN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85715", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400720", + "School District Name": "Antelope Union High School District (4506)", + "Physical Address Line 1": "9168 S Ave 36 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wellton", + "Physical Address State": "AZ ", + "Physical Address Zip": "85356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2107843137254902", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400258", + "School District Name": "Carden of Tucson Inc. (78858)", + "Physical Address Line 1": "5260 N ROYAL PALM DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85705", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807530", + "School District Name": "AGUA DULCE ISD", + "Physical Address Line 1": "1 LONGHORN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AGUA DULCE", + "Physical Address State": "TX ", + "Physical Address Zip": "78330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18584070796460178", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400259", + "School District Name": "Southgate Academy Inc. (79085)", + "Physical Address Line 1": "850 W VALENCIA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85706", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400750", + "School District Name": "Apache Elementary District (4178)", + "Physical Address Line 1": "10488 E SKELETON CANYON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORTAL", + "Physical Address State": "AZ ", + "Physical Address Zip": "85632", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.6", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400261", + "School District Name": "Eastpointe High School Inc. (78833)", + "Physical Address Line 1": "8495 E BROADWAY BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85710", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400790", + "School District Name": "Apache Junction Unified District (4443)", + "Physical Address Line 1": "801 W SOUTHERN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Apache Junction", + "Physical Address State": "AZ ", + "Physical Address Zip": "85120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1635732609023691", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400263", + "School District Name": "Patagonia Montessori Elementary School (79069)", + "Physical Address Line 1": "500 N 3RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PATAGONIA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85624", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400840", + "School District Name": "Arlington Elementary District (4274)", + "Physical Address Line 1": "9410 S 355TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARLINGTON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20765027322404372", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400264", + "School District Name": "Santa Cruz Valley Opportunities in Education Inc. (79066)", + "Physical Address Line 1": "18 Calle Baca", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tubac", + "Physical Address State": "AZ ", + "Physical Address Zip": "85646", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802010", + "School District Name": "Aguilar Reorganized School District No. 6", + "Physical Address Line 1": "420 NORTH BALSAM", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AGUILAR", + "Physical Address State": "CO ", + "Physical Address Zip": "81020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.35036496350364965", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400266", + "School District Name": "PACE Preparatory Academy Inc. (79068)", + "Physical Address Line 1": "6711 E 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT VLY", + "Physical Address State": "AZ ", + "Physical Address Zip": "86314", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400870", + "School District Name": "Ash Creek Elementary District (4187)", + "Physical Address Line 1": "6460 E HIGHWAY 181", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEARCE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2972972972972973", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400267", + "School District Name": "Kestrel Schools Inc. (79065)", + "Physical Address Line 1": "2150 E Southern Ave Suite 713", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tempe", + "Physical Address State": "AZ ", + "Physical Address Zip": "85282", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903060", + "School District Name": "AGWSR Comm School District", + "Physical Address Line 1": "918 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ackley", + "Physical Address State": "IA ", + "Physical Address Zip": "50601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10572687224669604", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400268", + "School District Name": "Juniper Tree Academy (79064)", + "Physical Address Line 1": "3777 W 16TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YUMA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85364", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400910", + "School District Name": "Ash Fork Joint Unified District (4471)", + "Physical Address Line 1": "46999 N . 5th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ash Fork", + "Physical Address State": "AZ ", + "Physical Address Zip": "86320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.32270916334661354", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400273", + "School District Name": "GAR LLC dba Student Choice High School (78997)", + "Physical Address Line 1": "1833 N SCOTTSDALE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85281", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900092", + "School District Name": "Ahfachkee Day School", + "Physical Address Line 1": "31200 Josie Billie Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clewiston", + "Physical Address State": "FL", + "Physical Address Zip": "33440", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400274", + "School District Name": "AIBT Non-Profit Charter High School - Phoenix (79053)", + "Physical Address Line 1": "6201 N 35TH AVE STE B4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400960", + "School District Name": "Avondale Elementary District (4272)", + "Physical Address Line 1": "295 W WESTERN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AVONDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1583343136101635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400275", + "School District Name": "Highland Free School (79061)", + "Physical Address Line 1": "510 S HIGHLAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85719", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1904080", + "School District Name": "AHSTW Comm School District", + "Physical Address Line 1": "768 South Maple Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Avoca", + "Physical Address State": "IA ", + "Physical Address Zip": "51521", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0903010033444816", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401000", + "School District Name": "Bagdad Unified District (4468)", + "Physical Address Line 1": "500 Sultan Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bagdad", + "Physical Address State": "AZ ", + "Physical Address Zip": "86321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06374501992031872", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400278", + "School District Name": "Deer Valley Charter Schools Inc. (79496)", + "Physical Address Line 1": "3050 W AGUA FRIA FWY STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85027", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400279", + "School District Name": "West Gilbert Charter Elementary School Inc. (79497)", + "Physical Address Line 1": "18052 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401050", + "School District Name": "Balsz Elementary District (4268)", + "Physical Address Line 1": "4825 E ROOSEVELT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2984126984126984", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400280", + "School District Name": "Mohave Accelerated Learning Center (79498)", + "Physical Address Line 1": "625 MARINA BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BULLHEAD CITY", + "Physical Address State": "AZ ", + "Physical Address Zip": "86442", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400970", + "School District Name": "AIBT Non-Profit Charter High School Inc. (449790)", + "Physical Address Line 1": "6049 N 43RD AVE STE 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85019", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400281", + "School District Name": "Masada Charter School Inc. (79499)", + "Physical Address Line 1": "365 West Cannon Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colorado City", + "Physical Address State": "AZ ", + "Physical Address Zip": "86021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401080", + "School District Name": "Beaver Creek Elementary District (4481)", + "Physical Address Line 1": "4810 E BEAVER CREEK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIMROCK", + "Physical Address State": "AZ ", + "Physical Address Zip": "86335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2064935064935065", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400282", + "School District Name": "Harvest Power Community Development Group Inc. (79501)", + "Physical Address Line 1": "1185 S 4TH AVE STE C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YUMA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85364", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500720", + "School District Name": "Aiken 01", + "Physical Address Line 1": "1000 Brookhaven Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aiken", + "Physical Address State": "SC ", + "Physical Address Zip": "29803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21337245101235106", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400284", + "School District Name": "Omega Alpha Academy (79503)", + "Physical Address Line 1": "1402 N SAN ANTONIO AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOUGLAS", + "Physical Address State": "AZ ", + "Physical Address Zip": "85607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400288", + "School District Name": "Premier Charter High School (79569)", + "Physical Address Line 1": "7544 W INDIAN SCHOOL RD STE A2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85033", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700469", + "School District Name": "Aim Academy of Science & Technology", + "Physical Address Line 1": "2830 13TH AVE SOUTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55407", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400290", + "School District Name": "Pan-American Elementary Charter (79578)", + "Physical Address Line 1": "3001 W. Indian School Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phoenix", + "Physical Address State": "AZ ", + "Physical Address Zip": "85017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401160", + "School District Name": "Bicentennial Union High School District (4515)", + "Physical Address Line 1": "67488 E Salome Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salome", + "Physical Address State": "AZ ", + "Physical Address Zip": "85348", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2795031055900621", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400295", + "School District Name": "Kingman Unified School District (79598)", + "Physical Address Line 1": "3033 MCDONALD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGMAN", + "Physical Address State": "AZ ", + "Physical Address Zip": "86401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2593996840442338", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3102790", + "School District Name": "AINSWORTH COMMUNITY SCHOOLS", + "Physical Address Line 1": "520 E 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AINSWORTH", + "Physical Address State": "NE ", + "Physical Address Zip": "69210", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15536105032822758", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400296", + "School District Name": "El Centro for the Study of Primary and Secondary E (79640)", + "Physical Address Line 1": "25 E DRACHMAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ", + "Physical Address Zip": "85705", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401180", + "School District Name": "Bisbee Unified District (4169)", + "Physical Address Line 1": "519 W Melody Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BISBEE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3394495412844037", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400299", + "School District Name": "Visions Unlimited Academy Inc. (79671)", + "Physical Address Line 1": "1275 E BARNEY LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENSON", + "Physical Address State": "AZ", + "Physical Address Zip": "85602", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2302500", + "School District Name": "Airline CSD", + "Physical Address Line 1": "19 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orrington", + "Physical Address State": "ME ", + "Physical Address Zip": "04474", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15789473684210525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400303", + "School District Name": "North Star Charter School Inc. (79701)", + "Physical Address Line 1": "10720 W. Indian School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phoenix", + "Physical Address State": "AZ ", + "Physical Address Zip": "85037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401230", + "School District Name": "Blue Elementary District (4231)", + "Physical Address Line 1": "80 Turkey Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blue", + "Physical Address State": "AZ ", + "Physical Address Zip": "85922", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400310", + "School District Name": "Calibre Academy (79055)", + "Physical Address Line 1": "4744 W GROVERS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85308", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601980", + "School District Name": "Airport Community Schools", + "Physical Address Line 1": "11270 GRAFTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARLETON", + "Physical Address State": "MI ", + "Physical Address Zip": "48117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15354330708661418", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400311", + "School District Name": "E-Institute Charter Schools Inc. (79059)", + "Physical Address Line 1": "4744 W GROVERS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85308", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2702760", + "School District Name": "AITKIN PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "306 2ND ST NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AITKIN", + "Physical Address State": "MN ", + "Physical Address Zip": "56431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1301775147928994", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400315", + "School District Name": "Yavapai Accommodation School District (79379)", + "Physical Address Line 1": "2972 CENTERPOINTE EAST DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "AZ ", + "Physical Address Zip": "86301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401260", + "School District Name": "Bonita Elementary District (4224)", + "Physical Address Line 1": "18008 S FORT GRANT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILLCOX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17391304347826086", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400316", + "School District Name": "Cobre Valley Institute of Technology District (79391)", + "Physical Address Line 1": "1500 Panther Dr Bldg 3 Room", + "Physical Address Line 2": "Bldg 3 Room 206", + "Physical Address Line 3": "", + "Physical Address City": "Superior", + "Physical Address State": "AZ ", + "Physical Address Zip": "85173", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401290", + "School District Name": "Bouse Elementary District (4513)", + "Physical Address Line 1": "44936 Joshua Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bouse", + "Physical Address State": "AZ ", + "Physical Address Zip": "85325", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.275", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400317", + "School District Name": "Khalsa Family Services (79420)", + "Physical Address Line 1": "3701 E RIVER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85718", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200208", + "School District Name": "Akili Academy of New Orleans", + "Physical Address Line 1": "3811 North Galvez St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70117", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400318", + "School District Name": "Aprender Tucson (79426)", + "Physical Address Line 1": "2701 S CAMPBELL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85713", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401330", + "School District Name": "Bowie Unified District (4171)", + "Physical Address Line 1": "315 W. 5th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bowie", + "Physical Address State": "AZ ", + "Physical Address Zip": "85605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17857142857142858", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401380", + "School District Name": "Buckeye Elementary District (4269)", + "Physical Address Line 1": "25555 W DURANGO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUCKEYE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85326", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14130162703379223", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400321", + "School District Name": "Pinnacle Education-WMCB Inc. (79439)", + "Physical Address Line 1": "810 S ALMA SCHOOL RD STE 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85210", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401410", + "School District Name": "Buckeye Union High School District (4284)", + "Physical Address Line 1": "1000 E NARRAMORE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUCKEYE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85326", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10166609996599796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400322", + "School District Name": "Desert Rose AcademyInc. (79441)", + "Physical Address Line 1": "326 W FORT LOWELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85705", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703210", + "School District Name": "Akin CCSD 91", + "Physical Address Line 1": "21962 Akin Blacktop", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akin", + "Physical Address State": "IL ", + "Physical Address Zip": "62890", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18604651162790697", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400323", + "School District Name": "Crown Charter School Inc (79443)", + "Physical Address Line 1": "12450 W MARYLAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Litchfield Park", + "Physical Address State": "AZ ", + "Physical Address Zip": "85340", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401500", + "School District Name": "Bullhead City School District (4378)", + "Physical Address Line 1": "1004 HANCOCK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BULLHEAD CITY", + "Physical Address State": "AZ ", + "Physical Address Zip": "86442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.36275695284159615", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400326", + "School District Name": "Success School (79453)", + "Physical Address Line 1": "16011 N DYSART RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SURPRISE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85374", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901631", + "School District Name": "Akron Career Tech High School", + "Physical Address Line 1": "1814 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400327", + "School District Name": "Pointe Schools (79455)", + "Physical Address Line 1": "10215 N 43RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85051", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401650", + "School District Name": "Canon Elementary District (4484)", + "Physical Address Line 1": "34630 S SCHOOL LOOP RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Black Canyon City", + "Physical Address State": "AZ ", + "Physical Address Zip": "85324", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28523489932885904", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400329", + "School District Name": "American Virtual Academy (79461)", + "Physical Address Line 1": "2471 N. Arizona Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chandler", + "Physical Address State": "AZ ", + "Physical Address Zip": "85225", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904348", + "School District Name": "Akron City", + "Physical Address Line 1": "10 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44308", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.2943008183069013", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0400330", + "School District Name": "Compass High School Inc. (79467)", + "Physical Address Line 1": "8250 E 22ND ST # 128", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85710", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401680", + "School District Name": "Cartwright Elementary District (4282)", + "Physical Address Line 1": "5220 W INDIAN SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2602558447287164", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400332", + "School District Name": "James Sandoval Preparatory High School (79475)", + "Physical Address Line 1": "5850 W Northview Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendale", + "Physical Address State": "AZ ", + "Physical Address Zip": "85301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901503", + "School District Name": "Akron Preparatory School", + "Physical Address Line 1": "1200 E Market St Ste 3360", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44305", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400339", + "School District Name": "Destiny School Inc. (6258)", + "Physical Address Line 1": "798 E PRICKLY PEAR DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLOBE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401710", + "School District Name": "Casa Grande Elementary District (4446)", + "Physical Address Line 1": "220 W KORTSEN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASA GRANDE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85122", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17049765677304174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400340", + "School District Name": "Noah Webster Schools - Mesa (10760)", + "Physical Address Line 1": "7301 E BASELINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85209", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802040", + "School District Name": "Akron School District No. R-1", + "Physical Address Line 1": "600 ELM AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AKRON", + "Physical Address State": "CO ", + "Physical Address Zip": "80720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1378504672897196", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400341", + "School District Name": "Valley Academy for Career and Technology Education (79397)", + "Physical Address Line 1": "830 S MAIN ST STE 2I", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COTTONWOOD", + "Physical Address State": "AZ ", + "Physical Address Zip": "86326", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903220", + "School District Name": "Akron Westfield Comm School District", + "Physical Address Line 1": "850 Kerr Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "IA ", + "Physical Address Zip": "51001", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0735042735042735", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400343", + "School District Name": "Griffin Foundation Inc. The (79500)", + "Physical Address Line 1": "1844 S ALVERNON WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85711", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401760", + "School District Name": "Catalina Foothills Unified District (4410)", + "Physical Address Line 1": "2101 E RIVER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85718", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0676563640788513", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400345", + "School District Name": "Cochise Technology District (79403)", + "Physical Address Line 1": "6506 E MILLS MAERKER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILLCOX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2602010", + "School District Name": "Akron-Fairgrove Schools", + "Physical Address Line 1": "2800 NORTH THOMAS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAIRGROVE", + "Physical Address State": "MI ", + "Physical Address Zip": "48733", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17026378896882494", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400347", + "School District Name": "Coconino Association for Vocation Industry and Tec (79381)", + "Physical Address Line 1": "19 Poplar Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Page", + "Physical Address State": "AZ ", + "Physical Address Zip": "86040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400348", + "School District Name": "Central Arizona Valley Institute of Technology (79385)", + "Physical Address Line 1": "1789 W COOLIDGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COOLIDGE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85128", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901428", + "School District Name": "Akros Middle School", + "Physical Address Line 1": "265 Park St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44304", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400349", + "School District Name": "Gila Institute for Technology (79387)", + "Physical Address Line 1": "3998 W BALLPARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THATCHER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85552", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400350", + "School District Name": "PEAK School Inc. The (79866)", + "Physical Address Line 1": "2016 North First Street", + "Physical Address Line 2": "A & B", + "Physical Address Line 3": "", + "Physical Address City": "Flagstaff", + "Physical Address State": "AZ ", + "Physical Address Zip": "86004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401870", + "School District Name": "Chandler Unified District #80 (4242)", + "Physical Address Line 1": "1525 W FRYE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANDLER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85224", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.07392122929463896", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0400351", + "School District Name": "Kaizen Education Foundation dba Vista Grove Prepar (79871)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400352", + "School District Name": "American Charter Schools Foundation d.b.a. Estrell (79873)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401920", + "School District Name": "Chevelon Butte School District (4198)", + "Physical Address Line 1": "417 Old Rim Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forest Lakes", + "Physical Address State": "AZ ", + "Physical Address Zip": "85931", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18518518518518517", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400353", + "School District Name": "American Charter Schools Foundation d.b.a. Peoria (79875)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400354", + "School District Name": "American Charter Schools Foundation d.b.a. Sun Val (79877)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400355", + "School District Name": "American Charter Schools Foundation d.b.a. West Ph (79879)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400356", + "School District Name": "Nosotros Inc (79881)", + "Physical Address Line 1": "440 N GRANDE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85745", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400357", + "School District Name": "American Charter Schools Foundation d.b.a. Apache (79883)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400359", + "School District Name": "Challenger Basic School Inc. (79886)", + "Physical Address Line 1": "1315 N GREENFIELD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILBERT", + "Physical Address State": "AZ ", + "Physical Address Zip": "85234", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402130", + "School District Name": "Cochise Elementary District (4177)", + "Physical Address Line 1": "5025 N. Bowie Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cochise", + "Physical Address State": "AZ ", + "Physical Address Zip": "85606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11538461538461539", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400361", + "School District Name": "Arizona Community Development Corporation (79947)", + "Physical Address Line 1": "5704 E GRANT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85712", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400363", + "School District Name": "SC Jensen Corporation Inc. dba Intelli-School (79951)", + "Physical Address Line 1": "2222 W NORTHERN AVE STE A110", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200030", + "School District Name": "ALACHUA", + "Physical Address Line 1": "620 E UNIVERSITY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GAINESVILLE", + "Physical Address State": "FL ", + "Physical Address Zip": "32601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1598495028218221", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0400364", + "School District Name": "PAS Charter Inc. dba Intelli-School (79953)", + "Physical Address Line 1": "2222 W NORTHERN AVE STE A110", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400366", + "School District Name": "Valley of the Sun Waldorf Education Association d (79957)", + "Physical Address Line 1": "6210 S 28TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85042", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602092", + "School District Name": "Alain Leroy Locke College Preparatory Academy District", + "Physical Address Line 1": "325 E. 111th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90061", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400367", + "School District Name": "Pima Prevention Partnership dba Pima Partnership S (79959)", + "Physical Address Line 1": "924 N Alvernon Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tucson", + "Physical Address State": "AZ ", + "Physical Address Zip": "85711", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402190", + "School District Name": "Concho Elementary District (4160)", + "Physical Address Line 1": "Hwy 61 and Cinder Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concho", + "Physical Address State": "AZ ", + "Physical Address Zip": "85924", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.41533546325878595", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700467", + "School District Name": "Alamance Community School", + "Physical Address Line 1": "195 Kronbergs Court", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haw River", + "Physical Address State": "NC ", + "Physical Address Zip": "27258", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400370", + "School District Name": "Midtown Primary School (79994)", + "Physical Address Line 1": "3823 N 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85014", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402220", + "School District Name": "Congress Elementary District (4479)", + "Physical Address Line 1": "26400 South Tenderfoot Hill Ro", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Congress", + "Physical Address State": "AZ ", + "Physical Address Zip": "85332", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18439716312056736", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400373", + "School District Name": "Tucson International Academy Inc. (79979)", + "Physical Address Line 1": "2700 W BROADWAY BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85745", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700030", + "School District Name": "Alamance-Burlington Schools", + "Physical Address Line 1": "1712 Vaughn Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "NC ", + "Physical Address Zip": "27217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1629790665871875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400374", + "School District Name": "Bell Canyon Charter School Inc (79983)", + "Physical Address Line 1": "18052 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402250", + "School District Name": "Continental Elementary District (4416)", + "Physical Address Line 1": "1991 E WHITEHOUSE CANYON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREEN VALLEY", + "Physical Address State": "AZ ", + "Physical Address Zip": "85614", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13480176211453745", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400376", + "School District Name": "Cortez Park Charter Middle School Inc. (79988)", + "Physical Address Line 1": "18052 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601355", + "School District Name": "Alameda Cnty. Student Exchange Prog.", + "Physical Address Line 1": "313 W. Winton Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayward", + "Physical Address State": "CA ", + "Physical Address Zip": "94544", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400377", + "School District Name": "West Gilbert Charter Middle School Inc. (79990)", + "Physical Address Line 1": "2400 S 247TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUCKEYE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85326", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601664", + "School District Name": "Alameda Community Learning Center District", + "Physical Address Line 1": "1900 Third St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alameda", + "Physical Address State": "CA ", + "Physical Address Zip": "94501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400381", + "School District Name": "Carpe Diem Collegiate High School (80001)", + "Physical Address Line 1": "899 Plaza Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yuma", + "Physical Address State": "AZ ", + "Physical Address Zip": "85364", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402370", + "School District Name": "Cottonwood-Oak Creek Elementary District (4487)", + "Physical Address Line 1": "1 N WILLARD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COTTONWOOD", + "Physical Address State": "AZ ", + "Physical Address Zip": "86326", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1823877479986077", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400382", + "School District Name": "CPLC Community Schools dba Toltecalli High School (80032)", + "Physical Address Line 1": "200 N STONE AVE FL 3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691051", + "School District Name": "Alameda County Office of Education", + "Physical Address Line 1": "313 W. Winton Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayward", + "Physical Address State": "CA ", + "Physical Address Zip": "94544", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400384", + "School District Name": "American Charter Schools Foundation d.b.a. Desert (79872)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402400", + "School District Name": "Crane Elementary District (4501)", + "Physical Address Line 1": "4250 W 16TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YUMA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.24123742761353245", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400385", + "School District Name": "American Charter Schools Foundation d.b.a. Crestvi (79874)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601770", + "School District Name": "Alameda Unified", + "Physical Address Line 1": "2060 Challenger Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alameda", + "Physical Address State": "CA ", + "Physical Address Zip": "94501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08457314913212895", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400386", + "School District Name": "Kaizen Education Foundation dba Summit High School (79876)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402430", + "School District Name": "Creighton Elementary District (4263)", + "Physical Address Line 1": "2702 E FLOWER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2354026624489258", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400387", + "School District Name": "Kaizen Education Foundation dba Tempe Accelerated (79878)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700030", + "School District Name": "Alamo", + "Physical Address Line 1": "265 East Park ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alamo", + "Physical Address State": "TN ", + "Physical Address Zip": "38001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20388349514563106", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400388", + "School District Name": "Kaizen Education Foundation dba Skyview High Schoo (79880)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402460", + "School District Name": "Crown King Elementary District (4483)", + "Physical Address Line 1": "23550 S Towers Mountain Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crown King", + "Physical Address State": "AZ ", + "Physical Address Zip": "86343", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.5", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400389", + "School District Name": "Kaizen Education Foundation dba Maya High School (79882)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807590", + "School District Name": "ALAMO HEIGHTS ISD", + "Physical Address Line 1": "7101 BROADWAY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78209", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07604426990360585", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400390", + "School District Name": "Camelback Education Inc (79905)", + "Physical Address Line 1": "7634 W CAMELBACK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85303", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407750", + "School District Name": "Deer Valley Unified District (4246)", + "Physical Address Line 1": "20402 N 15TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08699840831029572", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400391", + "School District Name": "Vista Charter School (79907)", + "Physical Address Line 1": "7318 W LYNWOOD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85035", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900046", + "School District Name": "Alamo Navajo Community School", + "Physical Address Line 1": "29 Nm-169", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alamo", + "Physical Address State": "NM", + "Physical Address Zip": "87825", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400394", + "School District Name": "Avondale Learning dba Precision Academy (79929)", + "Physical Address Line 1": "7318 W LYNWOOD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85035", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402490", + "School District Name": "Double Adobe Elementary District (4179)", + "Physical Address Line 1": "7081 N CENTRAL HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McNeal", + "Physical Address State": "AZ ", + "Physical Address Zip": "85617", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.28888888888888886", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400395", + "School District Name": "LEAD Charter Schools (79967)", + "Physical Address Line 1": "633 E RAY RD STE 132", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILBERT", + "Physical Address State": "AZ ", + "Physical Address Zip": "85296", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500030", + "School District Name": "ALAMOGORDO PUBLIC SCHOOLS", + "Physical Address Line 1": "1211 HAWAII AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALAMOGORDO", + "Physical Address State": "NM ", + "Physical Address Zip": "88310", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2209553158705701", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400396", + "School District Name": "All Aboard Charter School (79969)", + "Physical Address Line 1": "5827 N 35TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402530", + "School District Name": "Douglas Unified District (4174)", + "Physical Address Line 1": "1132 E 12TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOUGLAS", + "Physical Address State": "AZ ", + "Physical Address Zip": "85607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3830540476752419", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400397", + "School District Name": "CAFA Inc. dba Learning Foundation Performing Arts (79971)", + "Physical Address Line 1": "1120 S GILBERT RD STE 112 BLDG", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILBERT", + "Physical Address State": "AZ ", + "Physical Address Zip": "85296", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802070", + "School District Name": "Alamosa School District No. Re-11J", + "Physical Address Line 1": "209 VICTORIA AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALAMOSA", + "Physical Address State": "CO ", + "Physical Address Zip": "81101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21868439468159553", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400399", + "School District Name": "Montessori Academy Inc. (80011)", + "Physical Address Line 1": "6050 N INVERGORDON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paradise Valley", + "Physical Address State": "AZ ", + "Physical Address Zip": "85253", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402600", + "School District Name": "Duncan Unified District (4228)", + "Physical Address Line 1": "108 Stadium Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duncan", + "Physical Address State": "AZ ", + "Physical Address Zip": "85534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18061674008810572", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400401", + "School District Name": "New World Educational Center (78882)", + "Physical Address Line 1": "5818 N 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85014", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2621810", + "School District Name": "Alanson Public Schools", + "Physical Address Line 1": "7400 NORTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALANSON", + "Physical Address State": "MI ", + "Physical Address Zip": "49706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400402", + "School District Name": "Cholla Academy (5186)", + "Physical Address Line 1": "4141 N 67TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85033", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402690", + "School District Name": "Dysart Unified District (4243)", + "Physical Address Line 1": "15802 N PARKVIEW PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SURPRISE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85374", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11411335578002245", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2602040", + "School District Name": "Alba Public Schools", + "Physical Address Line 1": "5935 ELM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBA", + "Physical Address State": "MI ", + "Physical Address Zip": "49611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13537117903930132", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402760", + "School District Name": "Elfrida Elementary District (4185)", + "Physical Address Line 1": "4070 W JEFFERSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELFRIDA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85610", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3146067415730337", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400405", + "School District Name": "Cornerstone Charter SchoolInc (79077)", + "Physical Address Line 1": "7107 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807650", + "School District Name": "ALBA-GOLDEN ISD", + "Physical Address Line 1": "1373 CR 2377", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBA", + "Physical Address State": "TX ", + "Physical Address Zip": "75410", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19642857142857142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400406", + "School District Name": "Happy Valley School Inc. (79081)", + "Physical Address Line 1": "827 E 6TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402790", + "School District Name": "Eloy Elementary District (4448)", + "Physical Address Line 1": "1011 N SUNSHINE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELOY", + "Physical Address State": "AZ ", + "Physical Address Zip": "85131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.28824833702882485", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400407", + "School District Name": "CITY Center for Collaborative Learning (85448)", + "Physical Address Line 1": "47 E PENNINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602460", + "School District Name": "ALBANY CITY SCHOOL DISTRICT", + "Physical Address Line 1": "ACADEMY PARK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "NY ", + "Physical Address Zip": "12207", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.28362398979157805", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400409", + "School District Name": "Satori Inc. (85454)", + "Physical Address Line 1": "3727 N 1ST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85719", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402820", + "School District Name": "Empire Elementary District (4415)", + "Physical Address Line 1": "13200 E GREATERVILLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SONOITA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85637", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26865671641791045", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400413", + "School District Name": "Mohave Accelerated Elementary School Inc. (85516)", + "Physical Address Line 1": "625 MARINA BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BULLHEAD CITY", + "Physical Address State": "AZ ", + "Physical Address Zip": "86442", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601860", + "School District Name": "Albany City Unified", + "Physical Address Line 1": "819 Bancroft Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berkeley", + "Physical Address State": "CA ", + "Physical Address Zip": "94710", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06561160567095285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600162", + "School District Name": "ALBANY COMMUNITY CHARTER SCHOOL", + "Physical Address Line 1": "65 KRANK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "NY ", + "Physical Address Zip": "12202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400415", + "School District Name": "Caurus Academy Inc (85749)", + "Physical Address Line 1": "2045 W NORTHERN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402920", + "School District Name": "Florence Unified School District (4437)", + "Physical Address Line 1": "1000 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLORENCE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10970486021059184", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400416", + "School District Name": "StarShine Academy (85807)", + "Physical Address Line 1": "3535 E MCDOWELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85008", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5600730", + "School District Name": "Albany County School District #1", + "Physical Address Line 1": "1948 Grand Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laramie", + "Physical Address State": "WY ", + "Physical Address Zip": "82070", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11208285385500576", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400417", + "School District Name": "Arizona Agribusiness & Equine Center Inc. (85816)", + "Physical Address Line 1": "2002 E BASELINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85042", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403010", + "School District Name": "Flowing Wells Unified District (4405)", + "Physical Address Line 1": "1556 W PRINCE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85705", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.27635658914728684", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400419", + "School District Name": "Gila County Regional School District (87600)", + "Physical Address Line 1": "439 S FOURTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLOBE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807680", + "School District Name": "ALBANY ISD", + "Physical Address Line 1": "501 E S FIRST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "TX ", + "Physical Address Zip": "76430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18485523385300667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400420", + "School District Name": "Pillar Charter School (87334)", + "Physical Address Line 1": "8433 N BLACK CANYON HWY STE 16", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403150", + "School District Name": "Fort Huachuca Accommodation District (4167)", + "Physical Address Line 1": "21110 Hines Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT HUACHUCA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85613", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.05970149253731343", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400423", + "School District Name": "Legacy Education Group (87349)", + "Physical Address Line 1": "7420 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601006", + "School District Name": "ALBANY LEADERSHIP CHARTER SCHOOL FOR GIRLS", + "Physical Address Line 1": "19 HACKETT BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "NY ", + "Physical Address Zip": "12208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400424", + "School District Name": "Rosefield Charter Elementary School Inc. (87399)", + "Physical Address Line 1": "18052 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2702930", + "School District Name": "ALBANY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "30 FOREST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "MN ", + "Physical Address Zip": "56307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.05614230127848805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400425", + "School District Name": "East Mesa Charter Elementary School Inc. (87401)", + "Physical Address Line 1": "18052 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2902970", + "School District Name": "ALBANY R-III", + "Physical Address Line 1": "101 W JEFFERSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "MO ", + "Physical Address Zip": "64402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1839323467230444", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400426", + "School District Name": "Arizona Agribusiness & Equine Center Inc. (87403)", + "Physical Address Line 1": "2165 N POWER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403060", + "School District Name": "Fowler Elementary District (4273)", + "Physical Address Line 1": "1617 S 67TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.20865269971044115", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400427", + "School District Name": "Arizona Connections Academy Charter School Inc. (87407)", + "Physical Address Line 1": "335 E GERMANN RD STE 140", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILBERT", + "Physical Address State": "AZ ", + "Physical Address Zip": "85297", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500120", + "School District Name": "Albany School District", + "Physical Address Line 1": "400 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albany", + "Physical Address State": "WI ", + "Physical Address Zip": "53502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07083333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400429", + "School District Name": "Country Gardens Charter Schools (79074)", + "Physical Address Line 1": "6313 W SOUTHERN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAVEEN", + "Physical Address State": "AZ ", + "Physical Address Zip": "85339", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301350", + "School District Name": "Albany School District", + "Physical Address Line 1": "176A Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conway", + "Physical Address State": "NH ", + "Physical Address Zip": "03818", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14432989690721648", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400432", + "School District Name": "Portable Practical Educational Preparation Inc. ( (87405)", + "Physical Address Line 1": "99 E VIRGINIA AVE STE 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403240", + "School District Name": "Gadsden Elementary District (4505)", + "Physical Address Line 1": "1350 E Juan Sanchez Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Luis", + "Physical Address State": "AZ ", + "Physical Address Zip": "85349", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.30381334671349725", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400434", + "School District Name": "Santa Cruz County Regional School District (85848)", + "Physical Address Line 1": "2935 N GRAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOGALES", + "Physical Address State": "AZ ", + "Physical Address Zip": "85621", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680100", + "School District Name": "ALBANY-SCHOHARIE-SCHENECTADY-SARATOGA BOCES", + "Physical Address Line 1": "900 WATERVLIET-SHAKER RD-STE 102", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "NY ", + "Physical Address Zip": "12205", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400438", + "School District Name": "Imagine Charter Elementary at Desert West Inc. (88367)", + "Physical Address Line 1": "18052 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100090", + "School District Name": "ALBEMARLE CO PBLC SCHS", + "Physical Address Line 1": "401 McIntire Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlottesville", + "Physical Address State": "VA ", + "Physical Address Zip": "22902", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07774911512388266", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400439", + "School District Name": "Desert Star Community School Inc. (88321)", + "Physical Address Line 1": "1240 S RECYCLER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORNVILLE", + "Physical Address State": "AZ ", + "Physical Address Zip": "86325", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703270", + "School District Name": "Albers SD 63", + "Physical Address Line 1": "PO Box 104", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albers", + "Physical Address State": "IL ", + "Physical Address Zip": "62215", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.049689440993788817", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400440", + "School District Name": "Chandler Preparatory Academy (88299)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403400", + "School District Name": "Gilbert Unified District (4239)", + "Physical Address Line 1": "1016 N BURK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILBERT", + "Physical Address State": "AZ ", + "Physical Address Zip": "85234", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0650604625500023", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400441", + "School District Name": "Imagine Middle at Surprise Inc. (88372)", + "Physical Address Line 1": "18052 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1900031", + "School District Name": "Albert City-Truesdale Comm School District", + "Physical Address Line 1": "300 Orchard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albert City", + "Physical Address State": "IA ", + "Physical Address Zip": "50510", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.211864406779661", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400442", + "School District Name": "Imagine Middle at East Mesa Inc. (88369)", + "Physical Address Line 1": "18052 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403420", + "School District Name": "Glendale Elementary District (4271)", + "Physical Address Line 1": "7301 N 58TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.25621782546672456", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400444", + "School District Name": "Prescott Valley Charter School (88317)", + "Physical Address Line 1": "9500 E LORNA LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prescott Valley", + "Physical Address State": "AZ ", + "Physical Address Zip": "86314", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601896", + "School District Name": "Albert Einstein Academy Charter Middle District", + "Physical Address Line 1": "458 26th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400445", + "School District Name": "Imagine Charter Elementary at Camelback Inc. (88365)", + "Physical Address Line 1": "18052 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403450", + "School District Name": "Glendale Union High School District (4285)", + "Physical Address Line 1": "7650 N 43RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.18410654178252597", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400447", + "School District Name": "American Charter Schools Foundation d.b.a. South R (88334)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901539", + "School District Name": "Albert Einstein Academy for Letters Arts and Sciences-Ohio", + "Physical Address Line 1": "26855 Lorain Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Olmsted", + "Physical Address State": "OH ", + "Physical Address Zip": "44070", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400448", + "School District Name": "Desert Sky Community School Inc. (88308)", + "Physical Address Line 1": "1350 N ARCADIA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85712", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202100", + "School District Name": "Albert Gallatin Area SD", + "Physical Address Line 1": "2625 Morgantown Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Uniontown", + "Physical Address State": "PA ", + "Physical Address Zip": "15401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1864951768488746", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403550", + "School District Name": "Grand Canyon Unified District (4194)", + "Physical Address Line 1": "1 Boulder St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Canyon Village", + "Physical Address State": "AZ ", + "Physical Address Zip": "86023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2583732057416268", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400455", + "School District Name": "Arizona State Hospital (6415)", + "Physical Address Line 1": "2500 E VAN BUREN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2702970", + "School District Name": "ALBERT LEA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "211 W RICHWAY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBERT LEA", + "Physical Address State": "MN ", + "Physical Address Zip": "56007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13427109974424553", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400456", + "School District Name": "Graham County Juvenile Detention (79539)", + "Physical Address Line 1": "919 W THATCHER BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAFFORD", + "Physical Address State": "AZ ", + "Physical Address Zip": "85546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403660", + "School District Name": "Hackberry School District (4371)", + "Physical Address Line 1": "9501 E NELLIE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGMAN", + "Physical Address State": "AZ ", + "Physical Address Zip": "86401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.28", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400457", + "School District Name": "Cochise County Juvenile Detention (79462)", + "Physical Address Line 1": "915 Tovreaville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bisbee", + "Physical Address State": "AZ ", + "Physical Address Zip": "85603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3001860", + "School District Name": "Alberton K-12 Schools", + "Physical Address Line 1": "306 Railroad Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alberton", + "Physical Address State": "MT ", + "Physical Address Zip": "59820", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1721311475409836", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400458", + "School District Name": "Yuma County Juvenile Justice Center (79524)", + "Physical Address Line 1": "2440 N. 28th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yuma", + "Physical Address State": "AZ ", + "Physical Address Zip": "85364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403730", + "School District Name": "Hayden-Winkelman Unified District (4212)", + "Physical Address Line 1": "824 Thorne Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winkelman", + "Physical Address State": "AZ ", + "Physical Address Zip": "85292", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3411764705882353", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400459", + "School District Name": "Maricopa County Sheriffs Office (79540)", + "Physical Address Line 1": "550 W JACKSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400460", + "School District Name": "Yavapai County Juvenile Justice Center (79533)", + "Physical Address Line 1": "1100 PRESCOTT LAKES PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "AZ ", + "Physical Address Zip": "86301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903270", + "School District Name": "Albia Comm School District", + "Physical Address Line 1": "701 Washington Ave E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albia", + "Physical Address State": "IA ", + "Physical Address Zip": "52531", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13054607508532423", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400461", + "School District Name": "Mohave County Juvenile Detention (79589)", + "Physical Address Line 1": "809 E BEALE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGMAN", + "Physical Address State": "AZ ", + "Physical Address Zip": "86401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403780", + "School District Name": "Higley Unified School District (4248)", + "Physical Address Line 1": "2935 S RECKER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILBERT", + "Physical Address State": "AZ ", + "Physical Address Zip": "85295", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.053992210321324244", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400462", + "School District Name": "Ray of Light Academy (79590)", + "Physical Address Line 1": "1260 N HOHOKAM DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOGALES", + "Physical Address State": "AZ", + "Physical Address Zip": "85621", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4002580", + "School District Name": "ALBION", + "Physical Address Line 1": "206 S Texas Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albion", + "Physical Address State": "OK ", + "Physical Address Zip": "74521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22784810126582278", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400463", + "School District Name": "Arizona State Schools for the Deaf and the Blind (6393)", + "Physical Address Line 1": "1200 W SPEEDWAY BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85745", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408460", + "School District Name": "Hillside Elementary District (4482)", + "Physical Address Line 1": "Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillside", + "Physical Address State": "AZ ", + "Physical Address Zip": "86321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.058823529411764705", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602520", + "School District Name": "ALBION CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "324 EAST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBION", + "Physical Address State": "NY ", + "Physical Address Zip": "14411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22379141770776753", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500134", + "School District Name": "ALBUQUERQUE BILINGUAL ACADEMY", + "Physical Address Line 1": "7500 LA MORADA NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403870", + "School District Name": "Humboldt Unified District (4469)", + "Physical Address Line 1": "6411 N ROBERT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prescott Valley", + "Physical Address State": "AZ ", + "Physical Address Zip": "86314", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1496758327744243", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400607", + "School District Name": "Eagle Elementary District (4232)", + "Physical Address Line 1": "Upper Eagle Creek", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clifton", + "Physical Address State": "AZ ", + "Physical Address Zip": "85533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500181", + "School District Name": "ALBUQUERQUE COLLEGIATE CHARTER SCHOOL", + "Physical Address Line 1": "115 GOLD AVE. SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400608", + "School District Name": "BASIS Charter Schools Inc. (81078)", + "Physical Address Line 1": "7975 N HAYDEN RD STE B121", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85258", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403900", + "School District Name": "Hyder Elementary District (4502)", + "Physical Address Line 1": "Ave 64E & I-8", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dateland", + "Physical Address State": "AZ ", + "Physical Address Zip": "85333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3055555555555556", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400610", + "School District Name": "Desert Heights Charter Schools (81099)", + "Physical Address Line 1": "5821 W BEVERLY LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85306", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500130", + "School District Name": "ALBUQUERQUE INSTITUTE OF MATH & SCIENCE", + "Physical Address Line 1": "933 BRADBURY SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400612", + "School District Name": "Northeast Arizona Technological Institute of Vocat (81114)", + "Physical Address Line 1": "Off Hwy 163 .6 Mi East of Kay", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kayenta", + "Physical Address State": "AZ ", + "Physical Address Zip": "86033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403960", + "School District Name": "Isaac Elementary District (4259)", + "Physical Address Line 1": "3348 W MCDOWELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.30527817403708984", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400613", + "School District Name": "Educational Impact Inc. (81123)", + "Physical Address Line 1": "1950 E PLACITA SIN NOMBRE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85718", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5001770", + "School District Name": "Alburg School District", + "Physical Address Line 1": "14 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alburg", + "Physical Address State": "VT ", + "Physical Address Zip": "05440", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400614", + "School District Name": "MCCCD on behalf of Phoenix College Preparatory Aca (81174)", + "Physical Address Line 1": "2411 W 14TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85281", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403990", + "School District Name": "J O Combs Unified School District (4445)", + "Physical Address Line 1": "43371 N KENWORTHY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN TAN VLY", + "Physical Address State": "AZ ", + "Physical Address Zip": "85140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07602753593844908", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400615", + "School District Name": "West-MEC - Western Maricopa Education Center (80923)", + "Physical Address Line 1": "5487 N 99TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85305", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1903300", + "School District Name": "Alburnett Comm School District", + "Physical Address Line 1": "131 Roosevelt Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alburnett", + "Physical Address State": "IA ", + "Physical Address Zip": "52202", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0450281425891182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400616", + "School District Name": "New School for the Arts Middle School (80985)", + "Physical Address Line 1": "1216 E APACHE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85281", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404010", + "School District Name": "Joseph City Unified District (4388)", + "Physical Address Line 1": "8176 WESTOVER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JOSEPH CITY", + "Physical Address State": "AZ ", + "Physical Address Zip": "86032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28940568475452194", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400618", + "School District Name": "American Charter Schools Foundation d.b.a. South P (80989)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600028", + "School District Name": "Alcester-Hudson School District 61-1", + "Physical Address Line 1": "409 E 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alcester", + "Physical Address State": "SD ", + "Physical Address Zip": "57001", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06937799043062201", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400619", + "School District Name": "American Charter Schools Foundation d.b.a. Alta Vi (80995)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700060", + "School District Name": "Alcoa", + "Physical Address Line 1": "524 Faraday ST", + "Physical Address Line 2": "Alcoa City Education Building", + "Physical Address Line 3": "", + "Physical Address City": "Alcoa", + "Physical Address State": "TN ", + "Physical Address Zip": "37701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16413867822318526", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400621", + "School District Name": "Pinnacle Education-Tempe Inc. (81001)", + "Physical Address Line 1": "2224 W SOUTHERN AVE STE 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85282", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400625", + "School District Name": "Pinnacle Education-Kino Inc. (81009)", + "Physical Address Line 1": "2055 N GRAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOGALES", + "Physical Address State": "AZ ", + "Physical Address Zip": "85621", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2602160", + "School District Name": "Alcona Community Schools", + "Physical Address Line 1": "51 N BARLOW RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRISVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22429906542056074", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400626", + "School District Name": "Pinnacle Education-Casa Grande Inc. (81011)", + "Physical Address Line 1": "2510 N TREKELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASA GRANDE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85122", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404170", + "School District Name": "Kirkland Elementary District (4480)", + "Physical Address Line 1": "150 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kirkland", + "Physical Address State": "AZ ", + "Physical Address Zip": "86332", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22764227642276422", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800390", + "School District Name": "ALCORN SCHOOL DIST", + "Physical Address Line 1": "31 CR 401", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corinth", + "Physical Address State": "MS ", + "Physical Address Zip": "38834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.187990343995172", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400632", + "School District Name": "Cochise Community Development Corporation (81027)", + "Physical Address Line 1": "1169 COLOMBO AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SIERRA VISTA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85635", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404200", + "School District Name": "Klondyke Elementary District (4223)", + "Physical Address Line 1": "921 W THATCHER BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAFFORD", + "Physical Address State": "AZ ", + "Physical Address Zip": "85546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.4166666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400633", + "School District Name": "Canyon Rose Academy Inc. (81029)", + "Physical Address Line 1": "3686 W ORANGE GROVE RD STE 192", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85741", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602550", + "School District Name": "ALDEN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "13190 PARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALDEN", + "Physical Address State": "NY ", + "Physical Address Zip": "14004", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06718489727928928", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400636", + "School District Name": "Blueprint Education (81041)", + "Physical Address Line 1": "5651 W TALAVI BLVD STE 170", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85306", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404230", + "School District Name": "Kyrene Elementary District (4267)", + "Physical Address Line 1": "8700 S KYRENE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85284", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.08178053830227744", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400637", + "School District Name": "Edkey Inc. - Redwood Academy (81043)", + "Physical Address Line 1": "1460 S HORNE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1900032", + "School District Name": "Alden Comm School District", + "Physical Address Line 1": "209 Center Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alden", + "Physical Address State": "IA ", + "Physical Address Zip": "50006", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10550458715596331", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400638", + "School District Name": "Edkey Inc. - Pathfinder Academy (81045)", + "Physical Address Line 1": "1460 S HORNE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404280", + "School District Name": "Lake Havasu Unified District (4368)", + "Physical Address Line 1": "2200 HAVASUPAI BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Havasu City", + "Physical Address State": "AZ ", + "Physical Address Zip": "86403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.19680692330647567", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400640", + "School District Name": "Edkey Inc. - Sequoia School for the Deaf and Hard (81050)", + "Physical Address Line 1": "1460 S HORNE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703300", + "School District Name": "Alden Hebron SD 19", + "Physical Address Line 1": "9604 Illinois St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hebron", + "Physical Address State": "IL ", + "Physical Address Zip": "60034", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1154639175257732", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400641", + "School District Name": "Edkey Inc. - Sequoia Ranch School (81052)", + "Physical Address Line 1": "1460 S HORNE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404290", + "School District Name": "Laveen Elementary District (4276)", + "Physical Address Line 1": "5001 W DOBBINS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAVEEN", + "Physical Address State": "AZ ", + "Physical Address Zip": "85339", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.16778749159381304", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400649", + "School District Name": "Heritage Elementary School (81076)", + "Physical Address Line 1": "4027 N 45TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85031", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2703030", + "School District Name": "ALDEN-CONGER PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "215 N BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALDEN", + "Physical Address State": "MN ", + "Physical Address Zip": "56009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09433962264150944", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400650", + "School District Name": "Integrity Education Incorporated (5174)", + "Physical Address Line 1": "7425 E CULVER ST STE 115", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85257", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404320", + "School District Name": "Liberty Elementary District (4266)", + "Physical Address Line 1": "19871 W FREMONT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUCKEYE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85326", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10307507301151005", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400653", + "School District Name": "Edkey Inc. - Arizona Conservatory for Arts and Ac (79981)", + "Physical Address Line 1": "1460 S HORNE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3017460", + "School District Name": "Alder Elem", + "Physical Address Line 1": "36 Upper Ruby River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alder", + "Physical Address State": "MT ", + "Physical Address Zip": "59710", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11764705882352941", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400655", + "School District Name": "Veritas Preparatory Academy (80992)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404380", + "School District Name": "Litchfield Elementary District (4281)", + "Physical Address Line 1": "272 E SAGEBRUSH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Litchfield Park", + "Physical Address State": "AZ ", + "Physical Address Zip": "85340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08763215780884127", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400656", + "School District Name": "RSD Charter School Inc. (81033)", + "Physical Address Line 1": "13615 N 35TH AVE STE 11", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85029", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602072", + "School District Name": "Alder Grove Charter School 2 District", + "Physical Address Line 1": "714 F St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "CA ", + "Physical Address Zip": "95501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404410", + "School District Name": "Littlefield Unified District (4374)", + "Physical Address Line 1": "3475 E RIO VIRGIN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEAVER DAM", + "Physical Address State": "AZ ", + "Physical Address Zip": "86432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.35833333333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807710", + "School District Name": "ALDINE ISD", + "Physical Address Line 1": "2520 W W THORNE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.31047377785819835", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0400745", + "School District Name": "Legacy Traditional School - Maricopa (88360)", + "Physical Address Line 1": "17760 N REGENT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARICOPA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85138", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404440", + "School District Name": "Littleton Elementary District (4278)", + "Physical Address Line 1": "1600 S 107TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AVONDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1433671119299862", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400746", + "School District Name": "Eduprize Schools LLC (89412)", + "Physical Address Line 1": "4567 W ROBERTS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUEEN CREEK", + "Physical Address State": "AZ ", + "Physical Address Zip": "85142", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500138", + "School District Name": "ALDO LEOPOLD CHARTER", + "Physical Address Line 1": "1422 HIGHWAY 180 EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SILVER CITY", + "Physical Address State": "NM ", + "Physical Address Zip": "88062", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400747", + "School District Name": "Scottsdale Preparatory Academy (89756)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404500", + "School District Name": "Madison Elementary District (4270)", + "Physical Address Line 1": "5601 N 16TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.119002284843869", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400748", + "School District Name": "Sage Academy Inc. (89414)", + "Physical Address Line 1": "1055 E HEARN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807780", + "School District Name": "ALEDO ISD", + "Physical Address Line 1": "1008 BAILEY RANCH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALEDO", + "Physical Address State": "TX ", + "Physical Address Zip": "76008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.039642726049186346", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404530", + "School District Name": "Maine Consolidated School District (4199)", + "Physical Address Line 1": "10 N. Spring Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parks", + "Physical Address State": "AZ ", + "Physical Address Zip": "86018", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23118279569892472", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400751", + "School District Name": "Concordia Charter School Inc. (89556)", + "Physical Address Line 1": "142 N DATE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100181", + "School District Name": "ALEGENT/IMMANUEL RTC", + "Physical Address Line 1": "6845 N 68TH PLAZA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OMAHA", + "Physical Address State": "NE ", + "Physical Address Zip": "68122", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400752", + "School District Name": "Pima County JTED (89380)", + "Physical Address Line 1": "2855 W Master Pieces Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tucson", + "Physical Address State": "AZ ", + "Physical Address Zip": "85741", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0404570", + "School District Name": "Mammoth-San Manuel Unified District (4439)", + "Physical Address Line 1": "711 S MCNAB PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN MANUEL", + "Physical Address State": "AZ ", + "Physical Address Zip": "85631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22576361221779548", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400754", + "School District Name": "Imagine Desert West Middle Inc. (89563)", + "Physical Address Line 1": "18052 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404630", + "School District Name": "Marana Unified District (4404)", + "Physical Address Line 1": "11279 W GRIER RD STE 115A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARANA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10758513931888544", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400755", + "School District Name": "Freedom Academy Inc. (89506)", + "Physical Address Line 1": "3916 E PARADISE LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4002670", + "School District Name": "ALEX", + "Physical Address Line 1": "209 South 2nd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alex", + "Physical Address State": "OK ", + "Physical Address Zip": "73002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.156794425087108", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400756", + "School District Name": "Imagine Camelback Middle Inc. (89561)", + "Physical Address Line 1": "18052 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404820", + "School District Name": "Mayer Unified School District (4473)", + "Physical Address Line 1": "12606 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAYER", + "Physical Address State": "AZ ", + "Physical Address Zip": "86333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22330097087378642", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400757", + "School District Name": "Arete Preparatory Academy (89486)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3801760", + "School District Name": "ALEXANDER 2", + "Physical Address Line 1": "601 Delaney St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alexander", + "Physical Address State": "ND ", + "Physical Address Zip": "58831", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11165048543689321", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400758", + "School District Name": "Candeo Schools Inc. (89758)", + "Physical Address Line 1": "9965 W CALLE LEJOS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEORIA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85383", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602580", + "School District Name": "ALEXANDER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "3314 BUFFALO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALEXANDER", + "Physical Address State": "NY ", + "Physical Address Zip": "14005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11058823529411765", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400760", + "School District Name": "Glendale Preparatory Academy (89829)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0404920", + "School District Name": "McNeal Elementary District (4181)", + "Physical Address Line 1": "3979 McNeal St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McNeal", + "Physical Address State": "AZ ", + "Physical Address Zip": "85617", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12941176470588237", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400761", + "School District Name": "Tempe Preparatory Junior Academy (89947)", + "Physical Address Line 1": "1251 E SOUTHERN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPE", + "Physical Address State": "AZ", + "Physical Address Zip": "85282", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700090", + "School District Name": "Alexander County Schools", + "Physical Address Line 1": "700 Liledoun Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Taylorsville", + "Physical Address State": "NC ", + "Physical Address Zip": "28681", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16885245901639345", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400762", + "School District Name": "Graham County School Superintendent (79543)", + "Physical Address Line 1": "523 S 10TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAFFORD", + "Physical Address State": "AZ ", + "Physical Address Zip": "85546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405030", + "School District Name": "Miami Unified District (4211)", + "Physical Address Line 1": "4739 E RAGUS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIAMI", + "Physical Address State": "AZ ", + "Physical Address Zip": "85539", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.24355777223607647", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400763", + "School District Name": "EAGLE South Mountain Charter Inc. (89850)", + "Physical Address Line 1": "2450 W SOUTH MOUNTAIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85041", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904590", + "School District Name": "Alexander Local", + "Physical Address Line 1": "6091 Ayers Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albany", + "Physical Address State": "OH ", + "Physical Address Zip": "45710", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16591928251121077", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400764", + "School District Name": "ASU Preparatory Academy (89949)", + "Physical Address Line 1": "735 E FILLMORE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85006", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405070", + "School District Name": "Mingus Union High School District (4488)", + "Physical Address Line 1": "1801 E FIR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COTTONWOOD", + "Physical Address State": "AZ ", + "Physical Address Zip": "86326", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1482758620689655", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400765", + "School District Name": "Gila County Sheriff's Office (79544)", + "Physical Address Line 1": "1400 E ASH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLOBE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2302280", + "School District Name": "Alexander Public Schools", + "Physical Address Line 1": "100 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastport", + "Physical Address State": "ME ", + "Physical Address Zip": "04631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1728395061728395", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400766", + "School District Name": "Imagine Coolidge Elementary Inc. (89786)", + "Physical Address Line 1": "1290 W VAH KI INN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COOLIDGE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405100", + "School District Name": "Mobile Elementary District (4253)", + "Physical Address Line 1": "42798 S 99TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARICOPA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85139", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400767", + "School District Name": "Gila County Juvenile Detention (79494)", + "Physical Address Line 1": "1425 E SOUTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLOBE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601890", + "School District Name": "Alexander Valley Union Elementary", + "Physical Address Line 1": "8511 Highway 128", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Healdsburg", + "Physical Address State": "CA ", + "Physical Address Zip": "95448", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13513513513513514", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400768", + "School District Name": "Pima Prevention Partnership dba Pima Partnership A (89864)", + "Physical Address Line 1": "924 N. Alvernon Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tucson", + "Physical Address State": "AZ ", + "Physical Address Zip": "85711", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602670", + "School District Name": "ALEXANDRIA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "34 BOLTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALEXANDRIA BAY", + "Physical Address State": "NY ", + "Physical Address Zip": "13607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18625678119349007", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400769", + "School District Name": "Imagine Prep Coolidge Inc. (90034)", + "Physical Address Line 1": "1290B W VAH KI INN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COOLIDGE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405220", + "School District Name": "Mohawk Valley Elementary District (4503)", + "Physical Address Line 1": "5151 S Ave 39E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roll", + "Physical Address State": "AZ ", + "Physical Address Zip": "85347", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24742268041237114", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400770", + "School District Name": "Imagine Prep Surprise Inc. (89790)", + "Physical Address Line 1": "18052 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100120", + "School District Name": "ALEXANDRIA CITY PBLC SCHS", + "Physical Address Line 1": "1340 Braddock Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alexandria", + "Physical Address State": "VA ", + "Physical Address Zip": "22314", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.14494688247399745", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400771", + "School District Name": "Blue Adobe Project (89871)", + "Physical Address Line 1": "6000 E 14TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85711", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405320", + "School District Name": "Morenci Unified District (4230)", + "Physical Address Line 1": "1 STADIUM DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORENCI", + "Physical Address State": "AZ ", + "Physical Address Zip": "85540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.07830907830907831", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400772", + "School District Name": "Mountain Institute JTED (90090)", + "Physical Address Line 1": "3003 CENTERPOINTE EAST DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "AZ ", + "Physical Address Zip": "86301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800120", + "School District Name": "Alexandria Community School Corp", + "Physical Address Line 1": "202 E Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alexandria", + "Physical Address State": "IN ", + "Physical Address Zip": "46001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.16223231667748214", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400773", + "School District Name": "Yuma County Sheriff's Office (79472)", + "Physical Address Line 1": "200 W COURT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YUMA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405340", + "School District Name": "Morristown Elementary District (4251)", + "Physical Address Line 1": "25950 Rockaway Hills Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morristown", + "Physical Address State": "AZ ", + "Physical Address Zip": "85342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23684210526315788", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400774", + "School District Name": "Daisy Education Corporation dba Sonoran Science Ac (89915)", + "Physical Address Line 1": "7450 East Stella Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85730", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2703060", + "School District Name": "ALEXANDRIA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1410 MCKAY AVE S STE 201", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALEXANDRIA", + "Physical Address State": "MN ", + "Physical Address Zip": "56308", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08267090620031796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400775", + "School District Name": "San Tan Montessori School Inc. (89798)", + "Physical Address Line 1": "3959 E ELLIOT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILBERT", + "Physical Address State": "AZ ", + "Physical Address Zip": "85234", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405400", + "School District Name": "Murphy Elementary District (4265)", + "Physical Address Line 1": "2615 W BUCKEYE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.3388666285060103", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400776", + "School District Name": "Daisy Education Corporation dba Sonoran Science Ac (89914)", + "Physical Address Line 1": "3535 E MCDOWELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85008", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400690", + "School District Name": "Alexandria Township School District", + "Physical Address Line 1": "557 County Road 513", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittstown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08867", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.040983606557377046", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400777", + "School District Name": "Santa Cruz County Sheriff's Office (79473)", + "Physical Address Line 1": "2170 N CONGRESS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOGALES", + "Physical Address State": "AZ ", + "Physical Address Zip": "85621", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405430", + "School District Name": "Naco Elementary District (4176)", + "Physical Address Line 1": "1911 West Valenzuela", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Naco", + "Physical Address State": "AZ ", + "Physical Address Zip": "85620", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24381625441696114", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400778", + "School District Name": "Daisy Education Corporation dba Paragon Science Ac (89917)", + "Physical Address Line 1": "5580 W CHANDLER BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANDLER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85226", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602700", + "School District Name": "ALFRED-ALMOND CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "6795 RT 21", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALMOND", + "Physical Address State": "NY ", + "Physical Address Zip": "14804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10906040268456375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400779", + "School District Name": "Greenlee County Sheriff's Office (79542)", + "Physical Address Line 1": "Hwy 191", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clifton", + "Physical Address State": "AZ ", + "Physical Address Zip": "85533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405460", + "School District Name": "Nadaburg Unified School District (4252)", + "Physical Address Line 1": "32919 N CENTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WITTMANN", + "Physical Address State": "AZ ", + "Physical Address Zip": "85361", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15174418604651163", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400780", + "School District Name": "Imagine Avondale Elementary Inc. (89784)", + "Physical Address Line 1": "18052 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500150", + "School District Name": "Algoma School District", + "Physical Address Line 1": "1715 Division St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Algoma", + "Physical Address State": "WI ", + "Physical Address Zip": "54201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13831258644536654", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400781", + "School District Name": "Math and Science Success Academy Inc. (89852)", + "Physical Address Line 1": "1557 W PRINCE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85705", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405530", + "School District Name": "Nogales Unified District (4457)", + "Physical Address Line 1": "310 W PLUM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOGALES", + "Physical Address State": "AZ ", + "Physical Address Zip": "85621", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.35463111928292346", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400782", + "School District Name": "Haven Montessori Children's House Inc. (89951)", + "Physical Address Line 1": "621 W CLAY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLAGSTAFF", + "Physical Address State": "AZ ", + "Physical Address Zip": "86001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903360", + "School District Name": "Algona Comm School District", + "Physical Address Line 1": "600 S. Hale Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Algona", + "Physical Address State": "IA ", + "Physical Address Zip": "50511", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10275689223057644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400783", + "School District Name": "Imagine Prep Superstition Inc. (89788)", + "Physical Address Line 1": "1843 W 16TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Apache Junction", + "Physical Address State": "AZ ", + "Physical Address Zip": "85120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405640", + "School District Name": "Oracle Elementary District (4444)", + "Physical Address Line 1": "725 N CARPENTER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORACLE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85623", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1381345926800472", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400784", + "School District Name": "Navajo County School Superintendents Office (79536)", + "Physical Address Line 1": "100 E CARTER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLBROOK", + "Physical Address State": "AZ", + "Physical Address Zip": "86025", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2602190", + "School District Name": "Algonac Community School District", + "Physical Address Line 1": "5200 TAFT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLAY", + "Physical Address State": "MI ", + "Physical Address Zip": "48001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13045977011494253", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400785", + "School District Name": "AZ Compass Schools Inc. (89869)", + "Physical Address Line 1": "2020 N ARIZONA AVE STE G62", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANDLER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85225", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405670", + "School District Name": "Osborn Elementary District (4262)", + "Physical Address Line 1": "1226 W OSBORN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.23795788866455148", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400786", + "School District Name": "West Valley Arts and Technology Academy Inc. (90036)", + "Physical Address Line 1": "5625 S 51ST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAVEEN", + "Physical Address State": "AZ ", + "Physical Address Zip": "85339", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405730", + "School District Name": "Owens School District No.6 (4373)", + "Physical Address Line 1": "14109 E Chicken Springs Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wikieup", + "Physical Address State": "AZ ", + "Physical Address Zip": "85360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.5223880597014925", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400787", + "School District Name": "Kaizen Education Foundation dba Vista Grove Prepar (90330)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600153", + "School District Name": "Alhambra Unified", + "Physical Address Line 1": "1515 W. Mission Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alhambra", + "Physical Address State": "CA ", + "Physical Address Zip": "91803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.180614406779661", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400788", + "School District Name": "ASU Preparatory Academy (90273)", + "Physical Address Line 1": "1130 E University Dr. Ste 230", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tempe", + "Physical Address State": "AZ ", + "Physical Address Zip": "85287", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807800", + "School District Name": "ALICE ISD", + "Physical Address Line 1": "2 COYOTE TRL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALICE", + "Physical Address State": "TX ", + "Physical Address Zip": "78332", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2932022932022932", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400789", + "School District Name": "Kaizen Education Foundation dba Liberty Arts Acade (90334)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200279", + "School District Name": "Alice M. Harte Elementary Charter School", + "Physical Address Line 1": "3520 General de Gaulle Ste. 5", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807830", + "School District Name": "ALIEF ISD", + "Physical Address Line 1": "4250 COOK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.31470023886909193", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0400792", + "School District Name": "Vector School District Inc. (90317)", + "Physical Address Line 1": "2020 N Arizona Ave #5", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANDLER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85225", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800035", + "School District Name": "ALIEF MONTESSORI COMMUNITY SCHOOL", + "Physical Address Line 1": "12013 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77072", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400793", + "School District Name": "Morrison Education Group Inc. (90192)", + "Physical Address Line 1": "2675 W BASELINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85041", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4002720", + "School District Name": "ALINE-CLEO", + "Physical Address Line 1": "301 East Ash", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aline", + "Physical Address State": "OK ", + "Physical Address Zip": "73716", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12941176470588237", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400794", + "School District Name": "Western Arizona Vocational District #50 (90123)", + "Physical Address Line 1": "700 W BEALE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGMAN", + "Physical Address State": "AZ ", + "Physical Address Zip": "86401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202130", + "School District Name": "Aliquippa SD", + "Physical Address Line 1": "800 21st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aliquippa", + "Physical Address State": "PA ", + "Physical Address Zip": "15001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.30346385542168675", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400796", + "School District Name": "CAFA Inc. dba Learning Foundation and Performing (90328)", + "Physical Address Line 1": "4055 E WARNER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILBERT", + "Physical Address State": "AZ ", + "Physical Address Zip": "85296", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601950", + "School District Name": "Alisal Union", + "Physical Address Line 1": "155 Bardin Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salinas", + "Physical Address State": "CA ", + "Physical Address Zip": "93905", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1779094691716051", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400798", + "School District Name": "Pioneer Preparatory School (90140)", + "Physical Address Line 1": "6510 W CLARENDON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85033", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601989", + "School District Name": "All Tribes Charter District", + "Physical Address Line 1": "34320 Valley Center Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valley Center", + "Physical Address State": "CA ", + "Physical Address Zip": "92082", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400799", + "School District Name": "Kaizen Education Foundation dba Gilbert Arts Acade (90333)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601521", + "School District Name": "All Tribes Elementary Charter District", + "Physical Address Line 1": "34320 Valley Center Rd. Ste. B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valley Center", + "Physical Address State": "CA ", + "Physical Address Zip": "92082", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400800", + "School District Name": "The Odyssey Preparatory Academy Inc. (90287)", + "Physical Address Line 1": "1495 S VERRADO WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUCKEYE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85326", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903390", + "School District Name": "Allamakee Comm School District", + "Physical Address Line 1": "1059 3rd Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waukon", + "Physical Address State": "IA ", + "Physical Address Zip": "52172", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13034033309196236", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400801", + "School District Name": "Skyline Gila River Schools LLC (90329)", + "Physical Address Line 1": "978 N Preschool Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bapchule", + "Physical Address State": "AZ ", + "Physical Address Zip": "85121", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400720", + "School District Name": "Allamuchy Township School District", + "Physical Address Line 1": "20 Johnsonburg Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allamuchy", + "Physical Address State": "NJ ", + "Physical Address Zip": "07820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04606240713224369", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400802", + "School District Name": "Imagine Avondale Middle Inc. (90162)", + "Physical Address Line 1": "950 N Eliseo C Felix Jr Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Avondale", + "Physical Address State": "AZ ", + "Physical Address Zip": "85323", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680100", + "School District Name": "Allegan Area Educational Service Agency", + "Physical Address Line 1": "310 THOMAS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALLEGAN", + "Physical Address State": "MI ", + "Physical Address Zip": "49010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400803", + "School District Name": "CAFA Inc. dba Learning Foundation and Performing (90327)", + "Physical Address Line 1": "4055 E WARNER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILBERT", + "Physical Address State": "AZ ", + "Physical Address Zip": "85296", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2602220", + "School District Name": "Allegan Public Schools", + "Physical Address Line 1": "550 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALLEGAN", + "Physical Address State": "MI ", + "Physical Address Zip": "49010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14543630892678033", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400805", + "School District Name": "Choice Academies Inc. (90138)", + "Physical Address Line 1": "2323 W PARKSIDE LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85027", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400030", + "School District Name": "Allegany County Public Schools", + "Physical Address Line 1": "108 Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cumberland", + "Physical Address State": "MD ", + "Physical Address Zip": "21502", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.21091954022988504", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400807", + "School District Name": "Daisy Education Corporation dba. Sonoran Science A (90284)", + "Physical Address Line 1": "5741 E IRONWOOD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85708", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600015", + "School District Name": "ALLEGANY-LIMESTONE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "3131 FIVE MILE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALLEGANY", + "Physical Address State": "NY ", + "Physical Address Zip": "14706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13699753896636588", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400810", + "School District Name": "Imagine Superstition Middle Inc. (90160)", + "Physical Address Line 1": "1843 W 16TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Apache Junction", + "Physical Address State": "AZ ", + "Physical Address Zip": "85120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100152", + "School District Name": "ALLEGHANY CO PBLC SCHS", + "Physical Address Line 1": "100 Central Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Low Moor", + "Physical Address State": "VA ", + "Physical Address Zip": "24457", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18087121212121213", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400811", + "School District Name": "Ombudsman Educational Services LTD a subsidiary (90326)", + "Physical Address Line 1": "1585 N MILWAUKEE AVE STE 2A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIBERTYVILLE", + "Physical Address State": "AZ ", + "Physical Address Zip": "60048", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700120", + "School District Name": "Alleghany County Schools", + "Physical Address Line 1": "85 Peachtree Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sparta", + "Physical Address State": "NC ", + "Physical Address Zip": "28675", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2755905511811024", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400813", + "School District Name": "Camp Verde Unified School District dba South Verde (90136)", + "Physical Address Line 1": "462 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMP VERDE", + "Physical Address State": "AZ ", + "Physical Address Zip": "86322", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289130", + "School District Name": "Allegheny IU 3", + "Physical Address Line 1": "475 East Waterfront Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Homestead", + "Physical Address State": "PA ", + "Physical Address Zip": "15120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400814", + "School District Name": "CPLC Community Schools dba Hiaki High School (90331)", + "Physical Address Line 1": "4747 W CALLE VICAM", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85757", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202190", + "School District Name": "Allegheny Valley SD", + "Physical Address Line 1": "300 Pearl Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cheswick", + "Physical Address State": "PA ", + "Physical Address Zip": "15024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13602251407129456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400815", + "School District Name": "Research Based Education Corporation (90275)", + "Physical Address Line 1": "8433 N BLACK CANYON HWY STE 16", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202310", + "School District Name": "Allegheny-Clarion Valley SD", + "Physical Address Line 1": "776 Route 58", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Foxburg", + "Physical Address State": "PA ", + "Physical Address Zip": "16036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11886304909560723", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400816", + "School District Name": "Educational Options Foundation (90201)", + "Physical Address Line 1": "6710 W CALLE LEJOS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEORIA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85383", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602175", + "School District Name": "Allegiance STEAM Academy - Thrive District", + "Physical Address Line 1": "5862 C St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chino", + "Physical Address State": "CA ", + "Physical Address Zip": "91710", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400817", + "School District Name": "Ed Ahead (90506)", + "Physical Address Line 1": "3025 N WINSTEL BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85716", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800199", + "School District Name": "Allegiant Preparatory Academy", + "Physical Address Line 1": "8928 Ashford Castle Drive#1425", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46250", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400818", + "School District Name": "BASIS Charter Schools Inc. (90508)", + "Physical Address Line 1": "7975 N HAYDEN RD STE B121", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85258", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4002760", + "School District Name": "ALLEN", + "Physical Address Line 1": "105 N Denver", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allen", + "Physical Address State": "OK ", + "Physical Address Zip": "74825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.170995670995671", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400819", + "School District Name": "Anthem Preparatory Academy (90532)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3102880", + "School District Name": "ALLEN CONSOLIDATED SCHOOLS", + "Physical Address Line 1": "126 E 5TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALLEN", + "Physical Address State": "NE ", + "Physical Address Zip": "68710", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06382978723404255", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400820", + "School District Name": "Compass Points International Inc (90533)", + "Physical Address Line 1": "551 1ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "AZ ", + "Physical Address Zip": "86301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100070", + "School District Name": "Allen County", + "Physical Address Line 1": "570 Oliver St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scottsville", + "Physical Address State": "KY ", + "Physical Address Zip": "42164", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21690862510674638", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400821", + "School District Name": "Pima Prevention Partnership (90536)", + "Physical Address Line 1": "924 N Alvernon Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tucson", + "Physical Address State": "AZ ", + "Physical Address Zip": "85711", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400822", + "School District Name": "Daisy Education Corporation dba. Sonoran Science A (90541)", + "Physical Address Line 1": "17667 N 91ST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEORIA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85382", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904575", + "School District Name": "Allen East Local", + "Physical Address Line 1": "9105 Harding Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrod", + "Physical Address State": "OH ", + "Physical Address Zip": "45850", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08767123287671233", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400823", + "School District Name": "Kaizen Education Foundation dba Mission Heights Pr (90548)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807890", + "School District Name": "ALLEN ISD", + "Physical Address Line 1": "612 E BETHANY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALLEN", + "Physical Address State": "TX ", + "Physical Address Zip": "75002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.057949353034120514", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400824", + "School District Name": "Leading Edge Academy Maricopa (90637)", + "Physical Address Line 1": "633 E RAY RD STE 132", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILBERT", + "Physical Address State": "AZ ", + "Physical Address Zip": "85296", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200060", + "School District Name": "Allen Parish", + "Physical Address Line 1": "414 N. 12th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kinder", + "Physical Address State": "LA ", + "Physical Address Zip": "70648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24019607843137256", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400827", + "School District Name": "Arizona Education Solutions (90758)", + "Physical Address Line 1": "4858 E Baseline Rd #103", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mesa", + "Physical Address State": "AZ ", + "Physical Address Zip": "85206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2602520", + "School District Name": "Allen Park Public Schools", + "Physical Address Line 1": "9601 VINE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALLEN PARK", + "Physical Address State": "MI ", + "Physical Address Zip": "48101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08589341692789969", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400828", + "School District Name": "Arizona Agribusiness & Equine Center Inc. (90779)", + "Physical Address Line 1": "3400 N Dysart Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Avondale", + "Physical Address State": "AZ ", + "Physical Address Zip": "85392", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900025", + "School District Name": "ALLEN VILLAGE", + "Physical Address Line 1": "706 W 42ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400829", + "School District Name": "BASIS Charter Schools Inc. (90841)", + "Physical Address Line 1": "7975 N HAYDEN RD STE B100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85258", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4002790", + "School District Name": "ALLEN-BOWDEN", + "Physical Address Line 1": "7049 Frankoma Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulsa", + "Physical Address State": "OK ", + "Physical Address Zip": "74131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16483516483516483", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400830", + "School District Name": "BASIS Charter Schools Inc. (90842)", + "Physical Address Line 1": "11485 N 136TH ST STE 109", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85259", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400831", + "School District Name": "BASIS Charter Schools Inc. (90862)", + "Physical Address Line 1": "7975 N HAYDEN RD STE B100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85258", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703420", + "School District Name": "Allen-Otter Creek CCSD 65", + "Physical Address Line 1": "400 S Lane St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ransom", + "Physical Address State": "IL ", + "Physical Address Zip": "60470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12612612612612611", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400832", + "School District Name": "Archway Classical Academy Trivium West (90915)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500750", + "School District Name": "Allendale 01", + "Physical Address Line 1": "3249 Allendale-Fairfax Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfax", + "Physical Address State": "SC ", + "Physical Address Zip": "29827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.4367606915377616", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400833", + "School District Name": "Archway Classical Academy Veritas (90916)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703450", + "School District Name": "Allendale CCSD 17", + "Physical Address Line 1": "PO Box 130", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allendale", + "Physical Address State": "IL ", + "Physical Address Zip": "62410", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15979381443298968", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400834", + "School District Name": "Archway Classical Academy Chandler (90917)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400750", + "School District Name": "Allendale Public School District", + "Physical Address Line 1": "100 Brookside Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allendale", + "Physical Address State": "NJ ", + "Physical Address Zip": "07401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.032474804031354984", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400835", + "School District Name": "Yuma County Education Service Agency (79196)", + "Physical Address Line 1": "210 S 1ST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YUMA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2602550", + "School District Name": "Allendale Public Schools", + "Physical Address Line 1": "10505 LEARNING LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALLENDALE", + "Physical Address State": "MI ", + "Physical Address Zip": "49401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0562874251497006", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400836", + "School District Name": "Arizona Supreme Court (9576)", + "Physical Address Line 1": "1501 W WASHINGTON ST STE 337", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400780", + "School District Name": "Allenhurst School District", + "Physical Address Line 1": "125 Corlies Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allenhurst", + "Physical Address State": "NJ ", + "Physical Address Zip": "07711", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16363636363636364", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400837", + "School District Name": "Apache County Sheriff's Office (79547)", + "Physical Address Line 1": "75 W Cleveland St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St Johns", + "Physical Address State": "AZ ", + "Physical Address Zip": "85936", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301380", + "School District Name": "Allenstown School District", + "Physical Address Line 1": "Pembroke Academy", + "Physical Address Line 2": "267 Pembroke St.", + "Physical Address Line 3": "", + "Physical Address City": "Pembroke", + "Physical Address State": "NH ", + "Physical Address Zip": "03275", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.12844036697247707", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400838", + "School District Name": "Arizona Agribusiness & Equine Center Inc. (91131)", + "Physical Address Line 1": "7500 E Civic Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prescott Valley", + "Physical Address State": "AZ ", + "Physical Address Zip": "86314", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601980", + "School District Name": "Allensworth Elementary", + "Physical Address Line 1": "3320 Young Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allensworth", + "Physical Address State": "CA ", + "Physical Address Zip": "93219", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.42342342342342343", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400839", + "School District Name": "Pima Rose Academy Inc. (90997)", + "Physical Address Line 1": "1690 W IRVINGTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85746", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202280", + "School District Name": "Allentown City SD", + "Physical Address Line 1": "31 S Penn Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allentown", + "Physical Address State": "PA ", + "Physical Address Zip": "18105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.25350829232731914", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900130", + "School District Name": "Alliance Academy of Cincinnati", + "Physical Address Line 1": "1712 Duck Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400841", + "School District Name": "Archway Classical Academy Scottsdale (90857)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602119", + "School District Name": "Alliance Cindy and Bill Simon Technology ACAD High District", + "Physical Address Line 1": "10720 S. Wilmington Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90059", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400842", + "School District Name": "Legacy Traditional School - Northwest Tucson (91137)", + "Physical Address Line 1": "3500 W CORTARO FARMS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85742", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904349", + "School District Name": "Alliance City", + "Physical Address Line 1": "200 Glamorgan St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alliance", + "Physical Address State": "OH ", + "Physical Address Zip": "44601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2551085568326948", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400843", + "School District Name": "BASIS Charter Schools Inc. (91280)", + "Physical Address Line 1": "13613 N CAVE CREEK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602453", + "School District Name": "Alliance College-Ready Middle Academy 12 District", + "Physical Address Line 1": "131 E. 50th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400844", + "School District Name": "La Tierra Community School Inc (90900)", + "Physical Address Line 1": "124 N VIRGINIA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "AZ ", + "Physical Address Zip": "86301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601865", + "School District Name": "Alliance College-Ready Middle Academy 4 District", + "Physical Address Line 1": "9719 S. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400845", + "School District Name": "Leading Edge Academy Queen Creek (91174)", + "Physical Address Line 1": "4815 W HUNT HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUEEN CREEK", + "Physical Address State": "AZ ", + "Physical Address Zip": "85142", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601589", + "School District Name": "Alliance College-Ready Middle Academy 8 District", + "Physical Address Line 1": "113 S. Rowan Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90063", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400846", + "School District Name": "South Valley Academy Inc. (90540)", + "Physical Address Line 1": "7450 S 40TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85042", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601666", + "School District Name": "Alliance Collins Family College-Ready High District", + "Physical Address Line 1": "2071 Saturn Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington Park", + "Physical Address State": "CA ", + "Physical Address Zip": "90255", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400847", + "School District Name": "Legacy Traditional School - Avondale (91135)", + "Physical Address Line 1": "17760 N REGENT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARICOPA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85138", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601926", + "School District Name": "Alliance Dr. Olga Mohan High District", + "Physical Address Line 1": "644 W. 17th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400849", + "School District Name": "EAGLE College Prep Harmony LLC (91170)", + "Physical Address Line 1": "2435 E PECAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85040", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200039", + "School District Name": "Alliance for Progress CS", + "Physical Address Line 1": "1821-39 Cecil B Moore Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19121", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400850", + "School District Name": "Reid Traditional Schools' Painted Rock Academy Inc (91317)", + "Physical Address Line 1": "14841 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85023", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602176", + "School District Name": "Alliance Gertz-Ressler Richard Merkin 6-12 Complex District", + "Physical Address Line 1": "2023 S. Union Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90007", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400851", + "School District Name": "Trivium Preparatory Academy (90859)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601694", + "School District Name": "Alliance Jack H. Skirball Middle District", + "Physical Address Line 1": "603 E. 115th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90059", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400852", + "School District Name": "Kaizen Education Foundation dba Havasu Preparatory (90535)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601934", + "School District Name": "Alliance Judy Ivie Burton Technology Academy High District", + "Physical Address Line 1": "10101 S. BRd.way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400853", + "School District Name": "South Phoenix Academy Inc. (91108)", + "Physical Address Line 1": "7450 S 40TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85042", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601542", + "School District Name": "Alliance Kory Hunter Middle District", + "Physical Address Line 1": "5886 Compton Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400855", + "School District Name": "Legacy Traditional School - Chandler (91133)", + "Physical Address Line 1": "3201 S GILBERT RD BLDG B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANDLER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85286", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601690", + "School District Name": "Alliance Leichtman-Levine FAM Foundation Env Sci High DIST", + "Physical Address Line 1": "2930 Fletcher Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400857", + "School District Name": "ASU Preparatory Academy (91307)", + "Physical Address Line 1": "6950 E WILLIAMS FIELD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602446", + "School District Name": "Alliance Marc & Eva Stern Math and Science District", + "Physical Address Line 1": "5151 State Univ Dr. Lot 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400858", + "School District Name": "ASU Preparatory Academy (91303)", + "Physical Address Line 1": "735 E FILLMORE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85006", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601707", + "School District Name": "Alliance Margaret M.Bloomfield Technology ACAD High District", + "Physical Address Line 1": "7907 Santa Fe Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington Park", + "Physical Address State": "CA ", + "Physical Address Zip": "90255", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400859", + "School District Name": "ASU Preparatory Academy (91305)", + "Physical Address Line 1": "430 E University Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tempe", + "Physical Address State": "AZ ", + "Physical Address Zip": "85281", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601835", + "School District Name": "Alliance Marine - Innovation and Techn 6-12 Complex District", + "Physical Address Line 1": "11933 Allegheny St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sun Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "91352", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400861", + "School District Name": "North Phoenix Preparatory Academy (90879)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602407", + "School District Name": "Alliance Morgan McKinzie High District", + "Physical Address Line 1": "110 S. Townsend Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90063", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400862", + "School District Name": "Collaborative Pathways Inc. (91773)", + "Physical Address Line 1": "9 S LA CRECIENTE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85711", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602266", + "School District Name": "Alliance Ouchi-O'Donovan 6-12 Complex District", + "Physical Address Line 1": "5356 S. Fifth Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400863", + "School District Name": "The Paideia Academies Inc (91250)", + "Physical Address Line 1": "7777 S 15TH TER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85042", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602362", + "School District Name": "Alliance Patti & Peter Neuwirth Leadership Academy District", + "Physical Address Line 1": "4610 S. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400864", + "School District Name": "Happy Valley East (90906)", + "Physical Address Line 1": "827 E 6TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601900", + "School District Name": "Alliance Piera Barbaglia Shaheen HLT SRVs Academy District", + "Physical Address Line 1": "8515 Kansas Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90044", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400866", + "School District Name": "Archway Classical Academy Glendale (91878)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3102910", + "School District Name": "ALLIANCE PUBLIC SCHOOLS", + "Physical Address Line 1": "1604 SWEETWATER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALLIANCE", + "Physical Address State": "NE ", + "Physical Address Zip": "69301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12213740458015267", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400867", + "School District Name": "Ball Charter Schools (Val Vista) (90885)", + "Physical Address Line 1": "4120 S VAL VISTA DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILBERT", + "Physical Address State": "AZ ", + "Physical Address Zip": "85297", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602279", + "School District Name": "Alliance Renee and Meyer Luskin Academy High District", + "Physical Address Line 1": "2941 W. 70th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400868", + "School District Name": "Open Doors Community School Inc. (91238)", + "Physical Address Line 1": "13644 N. Sandario Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marana", + "Physical Address State": "AZ ", + "Physical Address Zip": "85653", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602190", + "School District Name": "Alliance Susan and Eric Smidt Technology High District", + "Physical Address Line 1": "211 S. Ave. 20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90031", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601568", + "School District Name": "Alliance Ted K. Tajima High District", + "Physical Address Line 1": "1552 W. Rockwood St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400871", + "School District Name": "Legacy Traditional School ? Laveen Village (91763)", + "Physical Address Line 1": "7900 S 43RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAVEEN", + "Physical Address State": "AZ ", + "Physical Address Zip": "85339", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602289", + "School District Name": "Alliance Tennenbaum Family Technology High District", + "Physical Address Line 1": "2050 N. San Fernando Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400872", + "School District Name": "Institute for Transformative Education Inc. (90876)", + "Physical Address Line 1": "1300 S BELVEDERE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85711", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601654", + "School District Name": "Alliance Virgil Roberts Leadership Academy District", + "Physical Address Line 1": "2941 W. 70th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400873", + "School District Name": "Archway Classical Academy North Phoenix (91758)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400810", + "School District Name": "Alloway Twp School District", + "Physical Address Line 1": "43 Cedar Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALLOWAY", + "Physical Address State": "NJ ", + "Physical Address Zip": "08001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07956600361663653", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400875", + "School District Name": "Maryvale Preparatory Academy (90861)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500210", + "School District Name": "Alma Center School District", + "Physical Address Line 1": "124 S School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alma Center", + "Physical Address State": "WI ", + "Physical Address Zip": "54611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16074766355140188", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400876", + "School District Name": "George Gervin Youth Center Inc. (90884)", + "Physical Address Line 1": "40 W Baseline Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tempe", + "Physical Address State": "AZ ", + "Physical Address Zip": "85283", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500116", + "School District Name": "ALMA D'ARTE CHARTER", + "Physical Address Line 1": "402 WEST COURT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAS CRUCES", + "Physical Address State": "NM ", + "Physical Address Zip": "88005", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400877", + "School District Name": "Empower College Prep (91277)", + "Physical Address Line 1": "2411 W COLTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500525", + "School District Name": "Alma del Mar Charter School (District)", + "Physical Address Line 1": "515 Belleville Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Bedford", + "Physical Address State": "MA ", + "Physical Address Zip": "02746", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400878", + "School District Name": "BASIS Charter Schools Inc. (91309)", + "Physical Address Line 1": "5740 E RIVER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85750", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602408", + "School District Name": "Alma Fuerte Public District", + "Physical Address Line 1": "119 W. Palm St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Altadena", + "Physical Address State": "CA ", + "Physical Address Zip": "91001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400879", + "School District Name": "Scottsdale Country Day School (91110)", + "Physical Address Line 1": "10460 N 56TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85253", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2602640", + "School District Name": "Alma Public Schools", + "Physical Address Line 1": "1500 PINE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALMA", + "Physical Address State": "MI ", + "Physical Address Zip": "48801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19576149425287356", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400880", + "School District Name": "Southwest Leadership Academy (92043)", + "Physical Address Line 1": "4301 W FILLMORE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100080", + "School District Name": "ALMA PUBLIC SCHOOLS", + "Physical Address Line 1": "515 JEWELL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALMA", + "Physical Address State": "NE ", + "Physical Address Zip": "68920", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11627906976744186", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400881", + "School District Name": "BASIS Charter Schools Inc. (92349)", + "Physical Address Line 1": "7975 N HAYDEN RD STE B100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85258", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500180", + "School District Name": "Alma School District", + "Physical Address Line 1": "S1618 State Road 35", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alma", + "Physical Address State": "WI ", + "Physical Address Zip": "54610", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13636363636363635", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400882", + "School District Name": "Kaizen Education Foundation dba Advance U (91329)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0502250", + "School District Name": "ALMA SCHOOL DISTRICT", + "Physical Address Line 1": "916 HWY 64 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALMA", + "Physical Address State": "AR ", + "Physical Address Zip": "72921", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.18912685337726523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400884", + "School District Name": "ASU Preparatory Academy (92327)", + "Physical Address Line 1": "6950 E WILLIAMS FIELD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300090", + "School District Name": "Almira School District", + "Physical Address Line 1": "310 S 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALMIRA", + "Physical Address State": "WA ", + "Physical Address Zip": "99103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08421052631578947", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400885", + "School District Name": "Incito Schools (91326)", + "Physical Address Line 1": "877 N SARIVAL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOODYEAR", + "Physical Address State": "AZ ", + "Physical Address Zip": "85338", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601943", + "School District Name": "Almond Acres Charter Academy District", + "Physical Address Line 1": "1601 L St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Miguel", + "Physical Address State": "CA ", + "Physical Address Zip": "93451", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400886", + "School District Name": "Archway Classical Academy Cicero (92314)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500240", + "School District Name": "Almond-Bancroft School District", + "Physical Address Line 1": "1336 Elm St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Almond", + "Physical Address State": "WI ", + "Physical Address Zip": "54909", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400887", + "School District Name": "Vista College Preparatory Inc. (91948)", + "Physical Address Line 1": "812 S 6TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2602670", + "School District Name": "Almont Community Schools", + "Physical Address Line 1": "4701 Howland Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALMONT", + "Physical Address State": "MI ", + "Physical Address Zip": "48003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.048102981029810296", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400888", + "School District Name": "Archway Classical Academy Arete (92312)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602010", + "School District Name": "Alpaugh Unified", + "Physical Address Line 1": "5313 Rd. 39", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alpaugh", + "Physical Address State": "CA ", + "Physical Address Zip": "93201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3448275862068966", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400890", + "School District Name": "ASU Preparatory Academy (92325)", + "Physical Address Line 1": "735 E FILLMORE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85006", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2602730", + "School District Name": "Alpena Public Schools", + "Physical Address Line 1": "2373 GORDON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALPENA", + "Physical Address State": "MI ", + "Physical Address Zip": "49707", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21322472448490656", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0502280", + "School District Name": "ALPENA SCHOOL DISTRICT", + "Physical Address Line 1": "300 S DENVER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALPENA", + "Physical Address State": "AR ", + "Physical Address Zip": "72611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.220703125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400892", + "School District Name": "Legacy Traditional School - Casa Grande (92199)", + "Physical Address Line 1": "1274 E. Oneil Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Casa Grande", + "Physical Address State": "AZ ", + "Physical Address Zip": "85122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680120", + "School District Name": "Alpena-Montmorency-Alcona ESD", + "Physical Address Line 1": "2118 US HIGHWAY 23 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALPENA", + "Physical Address State": "MI ", + "Physical Address Zip": "49707", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400893", + "School District Name": "Hirsch Academy A Challenge Foundation (91275)", + "Physical Address Line 1": "6535 E OSBORN RD STE 401", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85251", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700103", + "School District Name": "Alpha Academy", + "Physical Address Line 1": "8030 Raeford Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fayetteville", + "Physical Address State": "NC ", + "Physical Address Zip": "28304", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400894", + "School District Name": "Kaizen Education Foundation dba Discover U Element (91328)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400840", + "School District Name": "Alpha Borough School District", + "Physical Address Line 1": "817 North Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alpha", + "Physical Address State": "NJ ", + "Physical Address Zip": "08865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14150943396226415", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400895", + "School District Name": "Espiritu Community Development Corp. (92250)", + "Physical Address Line 1": "4848 S 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85040", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601636", + "School District Name": "Alpha Cindy Avitia High District", + "Physical Address Line 1": "1881 Cunningham Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400897", + "School District Name": "BASIS Charter Schools Inc. (91339)", + "Physical Address Line 1": "11440 N 136TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85259", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602221", + "School District Name": "Alpha: Blanca Alvarado District", + "Physical Address Line 1": "1601 Cunningham Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400898", + "School District Name": "BASIS Charter Schools Inc. (91949)", + "Physical Address Line 1": "7975 N HAYDEN RD STE B100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85258", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601671", + "School District Name": "Alpha: Cornerstone Academy Preparatory District", + "Physical Address Line 1": "1598 Lucretia Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400899", + "School District Name": "Legacy Traditional School - Gilbert (92047)", + "Physical Address Line 1": "3201 S GILBERT RD BLDG A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANDLER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85286", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602144", + "School District Name": "Alpha: Jose Hernandez District", + "Physical Address Line 1": "1601 Cunningham Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400900", + "School District Name": "Cicero Preparatory Academy (92316)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691058", + "School District Name": "Alpine County Office of Education", + "Physical Address Line 1": "43 Hawkside Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Markleeville", + "Physical Address State": "CA ", + "Physical Address Zip": "96120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400902", + "School District Name": "The Farm at Mission Montessori Academy (91340)", + "Physical Address Line 1": "11050 N. 96th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85260", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0502430", + "School District Name": "ARKADELPHIA SCHOOL DISTRICT", + "Physical Address Line 1": "700 Clinton Street Bldg. 3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARKADELPHIA", + "Physical Address State": "AR ", + "Physical Address Zip": "71923", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2055473006438831", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400903", + "School District Name": "BASIS Charter Schools Inc. (92320)", + "Physical Address Line 1": "1901 PRESCOTT LAKES PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "AZ ", + "Physical Address Zip": "86301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602070", + "School District Name": "Alpine County Unified", + "Physical Address Line 1": "43 Hawkside Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Markleeville", + "Physical Address State": "CA ", + "Physical Address Zip": "96120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2235294117647059", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400904", + "School District Name": "Edkey Inc. - Sequoia Pathway Academy (92226)", + "Physical Address Line 1": "1460 S HORNE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0502550", + "School District Name": "ARMOREL SCHOOL DISTRICT", + "Physical Address Line 1": "4555 N HWY 137", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARMOREL", + "Physical Address State": "AR ", + "Physical Address Zip": "72310", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10666666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400905", + "School District Name": "BASIS Charter Schools Inc. (92318)", + "Physical Address Line 1": "7975 N HAYDEN RD STE B100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85258", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900030", + "School District Name": "Alpine District", + "Physical Address Line 1": "575 N 100 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "American Fork", + "Physical Address State": "UT ", + "Physical Address Zip": "84003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05074735971375257", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0400907", + "School District Name": "StrengthBuilding Partners (91992)", + "Physical Address Line 1": "4560 S. Coach Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tucson", + "Physical Address State": "AZ ", + "Physical Address Zip": "85714", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0502580", + "School District Name": "ASHDOWN SCHOOL DISTRICT", + "Physical Address Line 1": "751 RANKIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ASHDOWN", + "Physical Address State": "AR ", + "Physical Address Zip": "71822", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22845129642606868", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400909", + "School District Name": "Madison Highland Prep (91935)", + "Physical Address Line 1": "1431 E CAMPBELL AVE STE 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85014", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0502610", + "School District Name": "ATKINS SCHOOL DISTRICT", + "Physical Address Line 1": "307 N CHURCH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ATKINS", + "Physical Address State": "AR ", + "Physical Address Zip": "72823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23911187019641333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807950", + "School District Name": "ALPINE ISD", + "Physical Address Line 1": "704 W SUL ROSS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALPINE", + "Physical Address State": "TX ", + "Physical Address Zip": "79830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400911", + "School District Name": "Heritage Academy Gateway Inc. (92519)", + "Physical Address Line 1": "19630 East Germann Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Queen Creek", + "Physical Address State": "AZ ", + "Physical Address Zip": "85242", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0502670", + "School District Name": "AUGUSTA SCHOOL DISTRICT", + "Physical Address Line 1": "320 SYCAMORE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUGUSTA", + "Physical Address State": "AR ", + "Physical Address Zip": "72006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3752913752913753", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400912", + "School District Name": "EAGLE College Prep Mesa LLC. (91939)", + "Physical Address Line 1": "1619 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400870", + "School District Name": "Alpine School District", + "Physical Address Line 1": "500 Hillside Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alpine", + "Physical Address State": "NJ ", + "Physical Address Zip": "07620", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08666666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400913", + "School District Name": "Arizona Autism Charter Schools Inc. (91958)", + "Physical Address Line 1": "4125 N 14TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85014", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0502700", + "School District Name": "BALD KNOB SCHOOL DISTRICT", + "Physical Address Line 1": "103 W PARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BALD KNOB", + "Physical Address State": "AR ", + "Physical Address Zip": "72010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22072451558550968", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400914", + "School District Name": "Franklin Phonetic Primary School Inc. (92596)", + "Physical Address Line 1": "9317 N 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602100", + "School District Name": "Alpine Union Elementary", + "Physical Address Line 1": "2001 Tavern Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alpine", + "Physical Address State": "CA ", + "Physical Address Zip": "91901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07383177570093458", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400915", + "School District Name": "CASA Academy (91934)", + "Physical Address Line 1": "8123 N 35th Ave. Suite B-2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85051", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0502730", + "School District Name": "BARTON SCHOOL DISTRICT", + "Physical Address Line 1": "9546 HWY 85 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEXA", + "Physical Address State": "AR ", + "Physical Address Zip": "72355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.29245283018867924", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400916", + "School District Name": "EAGLE College Prep Maryvale LLC (91938)", + "Physical Address Line 1": "3950 N 53RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85031", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101200", + "School District Name": "Alsea SD 7J", + "Physical Address Line 1": "301 S Third", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alsea", + "Physical Address State": "OR ", + "Physical Address Zip": "97324", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17261904761904762", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400918", + "School District Name": "Arizona Language Preparatory (92566)", + "Physical Address Line 1": "4645 E MARILYN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500019", + "School District Name": "BATESVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "955 WATER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BATESVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20144084233859794", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400919", + "School District Name": "Lincoln Preparatory Academy (92657)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703480", + "School District Name": "Alsip-Hazlgrn-Oaklwn SD 126", + "Physical Address Line 1": "11900 S Kostner Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alsip", + "Physical Address State": "IL ", + "Physical Address Zip": "60803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.155", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400920", + "School District Name": "Southwest Technical Education District of Yuma (ST (92705)", + "Physical Address Line 1": "210 S 1ST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YUMA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0502790", + "School District Name": "BAUXITE SCHOOL DISTRICT", + "Physical Address Line 1": "800 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAUXITE", + "Physical Address State": "AR ", + "Physical Address Zip": "72011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10180995475113122", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400921", + "School District Name": "Horizon Community Learning Center Inc. (92620)", + "Physical Address Line 1": "16233 S 48TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85048", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100078", + "School District Name": "ALT ED PRGM/BEHAV DISORD YOUTH/MONTGOMERY", + "Physical Address Line 1": "C/O Montgomery Co Public Schls", + "Physical Address Line 2": "750 Imperial Street", + "Physical Address Line 3": "", + "Physical Address City": "Christiansburg", + "Physical Address State": "VA ", + "Physical Address Zip": "24073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400922", + "School District Name": "Desert Star Academy (92302)", + "Physical Address Line 1": "5599 Highway 95", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Mohave", + "Physical Address State": "AZ ", + "Physical Address Zip": "86426", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0502820", + "School District Name": "BAY SCHOOL DISTRICT", + "Physical Address Line 1": "700 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAY", + "Physical Address State": "AR ", + "Physical Address Zip": "72411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2073170731707317", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400924", + "School District Name": "Western School of Science and Technology Inc. (91937)", + "Physical Address Line 1": "6515 W INDIAN SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85033", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602160", + "School District Name": "Alta Loma Elementary", + "Physical Address Line 1": "9390 Base Line Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alta Loma", + "Physical Address State": "CA ", + "Physical Address Zip": "91701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08464972527472528", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400925", + "School District Name": "Archway Classical Academy Lincoln (92656)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500032", + "School District Name": "BEARDEN SCHOOL DISTRICT", + "Physical Address Line 1": "100 OAK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEARDEN", + "Physical Address State": "AR ", + "Physical Address Zip": "71720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24618320610687022", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400926", + "School District Name": "Heritage Academy Laveen Inc. (92520)", + "Physical Address Line 1": "4275 W BASELINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAVEEN", + "Physical Address State": "AZ ", + "Physical Address Zip": "85339", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602220", + "School District Name": "Alta Vista Elementary", + "Physical Address Line 1": "2293 E. Crabtree Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Porterville", + "Physical Address State": "CA ", + "Physical Address Zip": "93257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.38596491228070173", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400927", + "School District Name": "Legacy Traditional School - Queen Creek (92610)", + "Physical Address Line 1": "41800 N BARNES PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Tan Valley", + "Physical Address State": "AZ ", + "Physical Address Zip": "85140", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0502880", + "School District Name": "BEEBE SCHOOL DISTRICT", + "Physical Address Line 1": "1201 W CENTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEEBE", + "Physical Address State": "AR ", + "Physical Address Zip": "72012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.16954919194783102", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400929", + "School District Name": "Noah Webster Schools-Pima (92374)", + "Physical Address Line 1": "7301 E BASELINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85209", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601625", + "School District Name": "Alta Vista Innovation High District", + "Physical Address Line 1": "11988 Hesperia Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hesperia", + "Physical Address State": "CA ", + "Physical Address Zip": "92345", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400930", + "School District Name": "Archway Classical Academy Trivium East (92704)", + "Physical Address Line 1": "4801 E WASHINGTON ST STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0502960", + "School District Name": "BENTON SCHOOL DISTRICT", + "Physical Address Line 1": "500 RIVER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENTON", + "Physical Address State": "AR ", + "Physical Address Zip": "72015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1125083836351442", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400933", + "School District Name": "Legacy Traditional School - Surprise (92879)", + "Physical Address Line 1": "14506 W SWEETWATER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SURPRISE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85379", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903480", + "School District Name": "Alta-Aurelia Comm School District", + "Physical Address Line 1": "101 W 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alta", + "Physical Address State": "IA ", + "Physical Address Zip": "51002", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09307604994324631", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400934", + "School District Name": "Self Development Academy-Phoenix (92381)", + "Physical Address Line 1": "1515 E INDIAN SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85014", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503060", + "School District Name": "BENTONVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "500 TIGER BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENTONVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72712", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.05620525590288585", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400936", + "School District Name": "BASIS Charter Schools Inc. (92865)", + "Physical Address Line 1": "204 W. Chandler Heights Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chandler", + "Physical Address State": "AZ ", + "Physical Address Zip": "85248", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602250", + "School District Name": "Alta-Dutch Flat Union Elementary", + "Physical Address Line 1": "34050 Alta-Bonny Nook Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alta", + "Physical Address State": "CA ", + "Physical Address Zip": "95701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400937", + "School District Name": "BASIS Charter Schools Inc. (92863)", + "Physical Address Line 1": "11440 N 136TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85259", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503090", + "School District Name": "BERGMAN SCHOOL DISTRICT", + "Physical Address Line 1": "8949 HWY 7 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRISON", + "Physical Address State": "AR ", + "Physical Address Zip": "72601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1417004048582996", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400939", + "School District Name": "Espiritu Schools (92902)", + "Physical Address Line 1": "4848 S 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85040", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703510", + "School District Name": "Altamont CUSD 10", + "Physical Address Line 1": "7 S Ewing St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Altamont", + "Physical Address State": "IL ", + "Physical Address Zip": "62411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1259500542888165", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503150", + "School District Name": "BERRYVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "902 W TRIMBLE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BERRYVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72616", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2248918789043729", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400941", + "School District Name": "BASIS Charter Schools Inc. (92734)", + "Physical Address Line 1": "7975 N HAYDEN RD STE B100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85258", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503240", + "School District Name": "BISMARCK SCHOOL DISTRICT", + "Physical Address Line 1": "11636 HWY 84", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BISMARCK", + "Physical Address State": "AR ", + "Physical Address Zip": "71929", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.235626767200754", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400942", + "School District Name": "Ethos Academy - A Challenge Foundation Academy (92379)", + "Physical Address Line 1": "8840 N 43RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85302", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2903040", + "School District Name": "ALTENBURG 48", + "Physical Address Line 1": "8432 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALTENBURG", + "Physical Address State": "MO ", + "Physical Address Zip": "63732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09836065573770492", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400943", + "School District Name": "BASIS Charter Schools Inc. (92736)", + "Physical Address Line 1": "7975 N HAYDEN RD STE B100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85258", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503300", + "School District Name": "BLEVINS SCHOOL DISTRICT", + "Physical Address Line 1": "5954 HWY 29 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLEVINS", + "Physical Address State": "AR ", + "Physical Address Zip": "71825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27889908256880735", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400944", + "School District Name": "Leman Academy of Excellence Inc. (92730)", + "Physical Address Line 1": "7720 N Silverlight Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tucson", + "Physical Address State": "AZ ", + "Physical Address Zip": "85743", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900203", + "School District Name": "Alternative Education Academy", + "Physical Address Line 1": "1557 Vernon Odom Blvd Ste 203", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44320", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400945", + "School District Name": "Pensar Academy (92972)", + "Physical Address Line 1": "6135 N BLACK CANYON HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503320", + "School District Name": "BLYTHEVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "405 W PARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLYTHEVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72315", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3586996675286295", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400946", + "School District Name": "ASU Preparatory Academy (346763)", + "Physical Address Line 1": "1130 E University Dr. Ste 230", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tempe", + "Physical Address State": "AZ ", + "Physical Address Zip": "85287", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601034", + "School District Name": "Alternative Educational Academy of Iosco County", + "Physical Address Line 1": "40 W M 55", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAWAS CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "48763", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400947", + "School District Name": "ASU Preparatory Academy - Casa Grande (92987)", + "Physical Address Line 1": "2612 W GILA BEND HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASA GRANDE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85193", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503450", + "School District Name": "BOONEVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "381 W SEVENTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOONEVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72927", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24200164068908941", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400948", + "School District Name": "Legacy Traditional School - Glendale (850100)", + "Physical Address Line 1": "13091 N. 67th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendale", + "Physical Address State": "AZ ", + "Physical Address Zip": "85306", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601092", + "School District Name": "Alternative Educational Academy of Ogemaw County", + "Physical Address Line 1": "2479 S M 76", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST BRANCH", + "Physical Address State": "MI ", + "Physical Address Zip": "48661", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400949", + "School District Name": "Painted Desert Montessori LLC (123733)", + "Physical Address Line 1": "2400 S 247TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUCKEYE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85326", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503480", + "School District Name": "BRADFORD SCHOOL DISTRICT", + "Physical Address Line 1": "504 W MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRADFORD", + "Physical Address State": "AR ", + "Physical Address Zip": "72020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2147239263803681", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400950", + "School District Name": "Pathways In Education-Arizona Inc. (92983)", + "Physical Address Line 1": "2226 N.7th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phoenix", + "Physical Address State": "AZ ", + "Physical Address Zip": "85006", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601635", + "School District Name": "Alternatives in Action District", + "Physical Address Line 1": "6221 E. 17th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94621", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400951", + "School District Name": "Legacy Traditional School - Peoria (850099)", + "Physical Address Line 1": "7877 W HILLCREST BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEORIA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85383", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503630", + "School District Name": "BRINKLEY SCHOOL DISTRICT", + "Physical Address Line 1": "200 TIGER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRINKLEY", + "Physical Address State": "AR ", + "Physical Address Zip": "72021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3677966101694915", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400952", + "School District Name": "Kaizen Education Foundation dba Colegio Petite Pho (92989)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602820", + "School District Name": "ALTMAR-PARISH-WILLIAMSTOWN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "639 COUNTY RT 22", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARISH", + "Physical Address State": "NY ", + "Physical Address Zip": "13131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24090541632983023", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400953", + "School District Name": "The Grande Innovation Academy (92978)", + "Physical Address Line 1": "950 N PEART RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASA GRANDE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503640", + "School District Name": "BROOKLAND SCHOOL DISTRICT", + "Physical Address Line 1": "200 W SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLAND", + "Physical Address State": "AR ", + "Physical Address Zip": "72417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.12012012012012012", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400954", + "School District Name": "Legacy Traditional School - North Chandler (850101)", + "Physical Address Line 1": "1900 N MCQUEEN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANDLER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85225", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807980", + "School District Name": "ALTO ISD", + "Physical Address Line 1": "244 COUNTY RD 2429", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALTO", + "Physical Address State": "TX ", + "Physical Address Zip": "75925", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.29213483146067415", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400955", + "School District Name": "Estrella Educational Foundation (92988)", + "Physical Address Line 1": "3900 S 55TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503690", + "School District Name": "BRYANT SCHOOL DISTRICT", + "Physical Address Line 1": "200 NW FOURTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRYANT", + "Physical Address State": "AR ", + "Physical Address Zip": "72022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10172494172494173", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400956", + "School District Name": "ASU Preparatory Academy (92716)", + "Physical Address Line 1": "1130 E University Dr. Ste 230", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tempe", + "Physical Address State": "AZ ", + "Physical Address Zip": "85281", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703600", + "School District Name": "Alton CUSD 11", + "Physical Address Line 1": "550 Landmarks Blvd Ste A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alton", + "Physical Address State": "IL ", + "Physical Address Zip": "62002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.195009112575354", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400958", + "School District Name": "BASIS Charter Schools Inc. (92997)", + "Physical Address Line 1": "7975 N Hayden Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scottsdale", + "Physical Address State": "AZ ", + "Physical Address Zip": "85258", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503710", + "School District Name": "BUFFALO IS. CENTRAL SCH. DIST.", + "Physical Address Line 1": "801 W DREW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONETTE", + "Physical Address State": "AR ", + "Physical Address Zip": "72447", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23757575757575758", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400959", + "School District Name": "Legacy Traditional School - Phoenix (873957)", + "Physical Address Line 1": "4545 N 99TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2903060", + "School District Name": "ALTON R-IV", + "Physical Address Line 1": "505 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alton", + "Physical Address State": "MO ", + "Physical Address Zip": "65606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.32682926829268294", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503750", + "School District Name": "CABOT SCHOOL DISTRICT", + "Physical Address Line 1": "602 N LINCOLN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CABOT", + "Physical Address State": "AR ", + "Physical Address Zip": "72023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11191368748285636", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400961", + "School District Name": "BASIS Charter Schools Inc. (549803)", + "Physical Address Line 1": "2002 W. Southern Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phoenix", + "Physical Address State": "AZ ", + "Physical Address Zip": "85041", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300020", + "School District Name": "Alton SAU Office", + "Physical Address Line 1": "252 Suncook Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alton", + "Physical Address State": "NH ", + "Physical Address Zip": "03809", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400962", + "School District Name": "Legacy Traditional School - East Mesa (834265)", + "Physical Address Line 1": "3201 S GILBERT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANDLER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85286", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503770", + "School District Name": "CADDO HILLS SCHOOL DISTRICT", + "Physical Address Line 1": "2268 HWY 8 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORMAN", + "Physical Address State": "AR ", + "Physical Address Zip": "71960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400963", + "School District Name": "BASIS Charter Schools Inc. (273398)", + "Physical Address Line 1": "25952 N LAKE PLEASANT PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEORIA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85383", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301440", + "School District Name": "Alton School District", + "Physical Address Line 1": "252 Suncook Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alton", + "Physical Address State": "NH ", + "Physical Address Zip": "03809", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08461538461538462", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400964", + "School District Name": "Synergy Public School Inc. (92981)", + "Physical Address Line 1": "7229 N 13TH WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503840", + "School District Name": "CALICO ROCK SCHOOL DISTRICT", + "Physical Address Line 1": "301 COLLEGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALICO ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72519", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25935828877005346", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400965", + "School District Name": "ASU Preparatory Academy Digital (522074)", + "Physical Address Line 1": "1130 E University Dr STE 230", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tempe", + "Physical Address State": "AZ ", + "Physical Address Zip": "85281", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202340", + "School District Name": "Altoona Area SD", + "Physical Address Line 1": "1201 8th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Altoona", + "Physical Address State": "PA ", + "Physical Address Zip": "16602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.19128809996496554", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400966", + "School District Name": "Highland Prep (92982)", + "Physical Address Line 1": "15600 W HEARN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SURPRISE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85379", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506060", + "School District Name": "CAMDEN FAIRVIEW SCHOOL DISTRICT", + "Physical Address Line 1": "625 CLIFTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMDEN", + "Physical Address State": "AR ", + "Physical Address Zip": "71701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2890596414196853", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400967", + "School District Name": "BASIS Charter Schools Inc. (934316)", + "Physical Address Line 1": "11850 N 32ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85028", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500270", + "School District Name": "Altoona School District", + "Physical Address Line 1": "1903 Bartlett Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Altoona", + "Physical Address State": "WI ", + "Physical Address Zip": "54720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09267110841913992", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400968", + "School District Name": "Victory Collegiate Academy Corporation (92985)", + "Physical Address Line 1": "3535 N 63RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85033", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503960", + "School District Name": "CARLISLE SCHOOL DISTRICT", + "Physical Address Line 1": "520 CENTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARLISLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18408736349453977", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400969", + "School District Name": "Arizona Agribusiness & Equine Center INC. (134379)", + "Physical Address Line 1": "1440 S LONGMORE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004170", + "School District Name": "Altoona-Midway", + "Physical Address Line 1": "20584 US 75 Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buffalo", + "Physical Address State": "KS ", + "Physical Address Zip": "66717", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19327731092436976", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504050", + "School District Name": "CAVE CITY SCHOOL DISTRICT", + "Physical Address Line 1": "711 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAVE CITY", + "Physical Address State": "AR ", + "Physical Address Zip": "72521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22260748959778087", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400972", + "School District Name": "Yavapai County Education Service Agency (79194)", + "Physical Address Line 1": "1015 FAIR ST RM 324", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "AZ ", + "Physical Address Zip": "86305", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500178", + "School District Name": "ALTURA PREPARATORY SCHOOL", + "Physical Address Line 1": "8650 ALAMEDA BLVD BLDG 2B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400973", + "School District Name": "Cochise County School Superintendent (79188)", + "Physical Address Line 1": "100 CLAWSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BISBEE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500070", + "School District Name": "CEDAR RIDGE SCHOOL DISTRICT", + "Physical Address Line 1": "1502 N HILL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWARK", + "Physical Address State": "AR ", + "Physical Address Zip": "72562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2396039603960396", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400975", + "School District Name": "Phoenix International Academy (903484)", + "Physical Address Line 1": "4310 E BROADWAY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85040", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600175", + "School District Name": "ALTURAS INTERNATIONAL ACADEMY INC.", + "Physical Address Line 1": "151 NORTH RIDGE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IDAHO FALLS", + "Physical Address State": "ID ", + "Physical Address Zip": "83402", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400976", + "School District Name": "Think Through Academy (92976)", + "Physical Address Line 1": "2127 W HARWELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85041", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504080", + "School District Name": "CEDARVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "9500 PIRATES POINT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CEDARVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2065081351689612", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400977", + "School District Name": "The French American School of Arizona (395879)", + "Physical Address Line 1": "2222 S PRICE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85282", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600199", + "School District Name": "ALTURAS PREPARATORY ACADEMY INC", + "Physical Address Line 1": "2280 EAST 17TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IDAHO FALLS", + "Physical Address State": "ID ", + "Physical Address Zip": "83404", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400978", + "School District Name": "Edison Project (743644)", + "Physical Address Line 1": "8340 W Northern Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendale", + "Physical Address State": "AZ ", + "Physical Address Zip": "85305", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506690", + "School District Name": "CENTERPOINT SCHOOL DISTRICT", + "Physical Address Line 1": "755 HWY 8 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMITY", + "Physical Address State": "AR ", + "Physical Address Zip": "71921", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23194303153611392", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400980", + "School District Name": "BASIS Charter Schools Inc. (783027)", + "Physical Address Line 1": "7496 E TIERRA BUENA LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85260", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4002850", + "School District Name": "ALTUS", + "Physical Address Line 1": "219 N Lee", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Altus", + "Physical Address State": "OK ", + "Physical Address Zip": "73521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18911990885787525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400981", + "School District Name": "Science Technology Engineering and Math Arizona (1000050)", + "Physical Address Line 1": "8055 E 22nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tucson", + "Physical Address State": "AZ ", + "Physical Address Zip": "85710", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504200", + "School District Name": "CHARLESTON SCHOOL DISTRICT", + "Physical Address Line 1": "125 W MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHARLESTON", + "Physical Address State": "AR ", + "Physical Address Zip": "72933", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13692480359147025", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400982", + "School District Name": "Navajo County Sheriff's Office (79520)", + "Physical Address Line 1": "100 E CODE TALKERS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLBROOK", + "Physical Address State": "AZ ", + "Physical Address Zip": "86025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602310", + "School District Name": "Alum Rock Union Elementary", + "Physical Address Line 1": "2930 Gay Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95127", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.14287907869481767", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400983", + "School District Name": "Yavapai County Sheriff's Office (79492)", + "Physical Address Line 1": "255 E GURLEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "AZ ", + "Physical Address Zip": "86301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504350", + "School District Name": "CLARENDON SCHOOL DISTRICT", + "Physical Address Line 1": "316 N SIXTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARENDON", + "Physical Address State": "AR ", + "Physical Address Zip": "72029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3236514522821577", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400984", + "School District Name": "Cochise County Sheriff's Office (79546)", + "Physical Address Line 1": "203 N JUDD DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BISBEE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4002880", + "School District Name": "ALVA", + "Physical Address Line 1": "418 Flynn Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alva", + "Physical Address State": "OK ", + "Physical Address Zip": "73717", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400985", + "School District Name": "Pinal County Detention Education Center (79516)", + "Physical Address Line 1": "951 N PINAL PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLORENCE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504380", + "School District Name": "CLARKSVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "1701 CLARK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARKSVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20756837766953914", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400986", + "School District Name": "Maricopa County Detention Education Center (1000313)", + "Physical Address Line 1": "3125 W DURANGO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800011", + "School District Name": "ALVARADO ISD", + "Physical Address Line 1": "102 S BILL JACKSON DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALVARADO", + "Physical Address State": "TX ", + "Physical Address Zip": "76009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14805070557282946", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400987", + "School District Name": "Somerset Academy Arizona Inc. (1000160)", + "Physical Address Line 1": "14900 W VAN BUREN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOODYEAR", + "Physical Address State": "AZ ", + "Physical Address Zip": "85338", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500067", + "School District Name": "CLEVELAND COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "700 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RISON", + "Physical Address State": "AR ", + "Physical Address Zip": "71665", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2074966532797858", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400988", + "School District Name": "Valor Preparatory Academy LLC (1000291)", + "Physical Address Line 1": "13185 W THOMAS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOODYEAR", + "Physical Address State": "AZ ", + "Physical Address Zip": "85395", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602360", + "School District Name": "Alview-Dairyland Union Elementary", + "Physical Address Line 1": "12861 Ave. 18 1/2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chowchilla", + "Physical Address State": "CA ", + "Physical Address Zip": "93610", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2126865671641791", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400989", + "School District Name": "ARCHES Academy (92980)", + "Physical Address Line 1": "718 E DENIM TRL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN TAN VLY", + "Physical Address State": "AZ ", + "Physical Address Zip": "85143", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504410", + "School District Name": "CLINTON SCHOOL DISTRICT", + "Physical Address Line 1": "765 YELLOWJACKET LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLINTON", + "Physical Address State": "AR ", + "Physical Address Zip": "72031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23161189358372458", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400990", + "School District Name": "New Learning Ventures Inc. (320470)", + "Physical Address Line 1": "4515 N 32ND ST STE 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phoenix", + "Physical Address State": "AZ ", + "Physical Address Zip": "85018", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700144", + "School District Name": "Alvin C York Institute", + "Physical Address Line 1": "701 North Main ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamestown", + "Physical Address State": "TN ", + "Physical Address Zip": "38556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400991", + "School District Name": "Legacy Traditional School - Goodyear (1000283)", + "Physical Address Line 1": "16060 W LOWER BUCKEYE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOODYEAR", + "Physical Address State": "AZ ", + "Physical Address Zip": "85338", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504560", + "School District Name": "CONCORD SCHOOL DISTRICT", + "Physical Address Line 1": "10920 N HEBER SPRINGS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CONCORD", + "Physical Address State": "AR ", + "Physical Address Zip": "72523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24148606811145512", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400992", + "School District Name": "Kaleidoscope School (1000164)", + "Physical Address Line 1": "3434 W GREENWAY RD STE 117", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808090", + "School District Name": "ALVIN ISD", + "Physical Address Line 1": "301 E HOUSE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALVIN", + "Physical Address State": "TX ", + "Physical Address Zip": "77511", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10844044877033955", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400993", + "School District Name": "New Horizon High School Inc. (1000165)", + "Physical Address Line 1": "2200 N ARIZONA AVE STE 17", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANDLER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85225", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504590", + "School District Name": "CONWAY SCHOOL DISTRICT", + "Physical Address Line 1": "2220 PRINCE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CONWAY", + "Physical Address State": "AR ", + "Physical Address Zip": "72034", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.13623335019389649", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400994", + "School District Name": "Self Development Eastmark Academy (520359)", + "Physical Address Line 1": "7930 E BASELINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85209", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602370", + "School District Name": "Alvina Elementary", + "Physical Address Line 1": "295 W. Saginaw Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Caruthers", + "Physical Address State": "CA ", + "Physical Address Zip": "93609", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400995", + "School District Name": "Self Development Scottsdale Academy (308420)", + "Physical Address Line 1": "16635 N 51ST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85306", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500009", + "School District Name": "CORNING SCHOOL DISTRICT", + "Physical Address Line 1": "479 BOBCAT LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORNING", + "Physical Address State": "AR ", + "Physical Address Zip": "72422", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.243", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400996", + "School District Name": "Legacy Traditional School - West Surprise (1000560)", + "Physical Address Line 1": "17300 W Cactus Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Surprise", + "Physical Address State": "AZ ", + "Physical Address Zip": "85388", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808100", + "School District Name": "ALVORD ISD", + "Physical Address Line 1": "185 MOSLEY LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALVORD", + "Physical Address State": "TX ", + "Physical Address Zip": "76225", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11627906976744186", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400997", + "School District Name": "Legacy Traditional School - North Phoenix (1000568)", + "Physical Address Line 1": "4525 N. 98th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phoenix", + "Physical Address State": "AZ ", + "Physical Address Zip": "85037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500405", + "School District Name": "COSSATOT RIVER SCHOOL DISTRICT", + "Physical Address Line 1": "130 SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WICKES", + "Physical Address State": "AR ", + "Physical Address Zip": "71973", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2478813559322034", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602430", + "School District Name": "Alvord Unified", + "Physical Address Line 1": "9 KPC Pkwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corona", + "Physical Address State": "CA ", + "Physical Address Zip": "92879", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.15433123133089943", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0400999", + "School District Name": "Freedom Preparatory Academy (1000979)", + "Physical Address Line 1": "465 N BLUEJAY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILBERT", + "Physical Address State": "AZ ", + "Physical Address Zip": "85234", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504680", + "School District Name": "COTTER SCHOOL DISTRICT", + "Physical Address Line 1": "MABLE and LITHIA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COTTER", + "Physical Address State": "AR ", + "Physical Address Zip": "72626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19505494505494506", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703660", + "School District Name": "AlWood CUSD 225", + "Physical Address Line 1": "301 E 5th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodhull", + "Physical Address State": "IL ", + "Physical Address Zip": "61490", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08831908831908832", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401001", + "School District Name": "Educational Models for Learning Inc. (1000167)", + "Physical Address Line 1": "1525 E APACHE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPE", + "Physical Address State": "AZ", + "Physical Address Zip": "85281", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504740", + "School District Name": "COUNTY LINE SCHOOL DISTRICT", + "Physical Address Line 1": "12092 W STATE HWY 22", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRANCH", + "Physical Address State": "AR ", + "Physical Address Zip": "72928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22066549912434325", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401002", + "School District Name": "Scholars Academy Sunnyslope (1000377)", + "Physical Address Line 1": "1055 E HEARN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700190", + "School District Name": "Alxndr/Jcksn/Pulsk/Prry/Union ROE", + "Physical Address Line 1": "1001 Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Murphysboro", + "Physical Address State": "IL ", + "Physical Address Zip": "62966", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401003", + "School District Name": "Morrison Education Group Inc. (1001157)", + "Physical Address Line 1": "2675 W BASELINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85041", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507740", + "School District Name": "CROSS COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "21 COUNTY RD 215", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHERRY VALLEY", + "Physical Address State": "AR ", + "Physical Address Zip": "72324", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21834862385321102", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401004", + "School District Name": "Candeo Schools Inc. (1001161)", + "Physical Address Line 1": "9965 W CALLE LEJOS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEORIA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85383", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3001950", + "School District Name": "Alzada Elem", + "Physical Address Line 1": "236 Spring Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alzada", + "Physical Address State": "MT ", + "Physical Address Zip": "59311", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401005", + "School District Name": "American Charter Schools Foundation dba Ridgeview (1001346)", + "Physical Address Line 1": "6150 N 16TH ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504800", + "School District Name": "CROSSETT SCHOOL DISTRICT", + "Physical Address Line 1": "219 MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROSSETT", + "Physical Address State": "AR ", + "Physical Address Zip": "71635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2860335195530726", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401006", + "School District Name": "Legacy Traditional School - Mesa (1001397)", + "Physical Address Line 1": "3125 S GILBERT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANDLER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85286", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691001", + "School District Name": "Amador County Office of Education", + "Physical Address Line 1": "217 Rex Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "CA ", + "Physical Address Zip": "95642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401007", + "School District Name": "Legacy Traditional School - Deer Valley (1001398)", + "Physical Address Line 1": "3125 S GILBERT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANDLER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85286", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504860", + "School District Name": "CUTTER-MORNING STAR SCHOOL DISTRICT", + "Physical Address Line 1": "2801 SPRING ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOT SPRINGS", + "Physical Address State": "AR ", + "Physical Address Zip": "71901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18910741301059", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401008", + "School District Name": "Legacy Traditional School - East Tucson (1001399)", + "Physical Address Line 1": "3125 S GILBERT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANDLER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85286", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600089", + "School District Name": "Amador County ROP", + "Physical Address Line 1": "217 Rex Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "CA ", + "Physical Address Zip": "95642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401009", + "School District Name": "Glen Canyon Outdoor Academy (1001519)", + "Physical Address Line 1": "835 NEWBURN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAGE", + "Physical Address State": "AZ ", + "Physical Address Zip": "86040", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504890", + "School District Name": "DANVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "E 11TH and BOSTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DANVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17746913580246915", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401010", + "School District Name": "Liberty Leadership Academy (1001520)", + "Physical Address Line 1": "320 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COTTONWOOD", + "Physical Address State": "AZ ", + "Physical Address Zip": "86326", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602450", + "School District Name": "Amador County Unified", + "Physical Address Line 1": "217 Rex Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "CA ", + "Physical Address Zip": "95642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12256267409470752", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401011", + "School District Name": "Highland Prep West (1001521)", + "Physical Address Line 1": "TBD in Goodyear", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goodyear", + "Physical Address State": "AZ ", + "Physical Address Zip": "85338", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504930", + "School District Name": "DARDANELLE SCHOOL DISTRICT", + "Physical Address Line 1": "209 CEDAR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DARDANELLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1809629219701162", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401012", + "School District Name": "Co-Learn Club Inc. (1001669)", + "Physical Address Line 1": "5151 E BROADWAY BLVD STE 1600", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85711", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602880", + "School District Name": "AMAGANSETT UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "320 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMAGANSETT", + "Physical Address State": "NY ", + "Physical Address Zip": "11930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11147540983606558", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401013", + "School District Name": "Online School of Arizona (1001719)", + "Physical Address Line 1": "7320 E Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tucson", + "Physical Address State": "AZ ", + "Physical Address Zip": "85710", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500049", + "School District Name": "DEQUEEN SCHOOL DISTRICT", + "Physical Address Line 1": "101 N NINTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DE QUEEN", + "Physical Address State": "AR ", + "Physical Address Zip": "71832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.23982785602503912", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401014", + "School District Name": "Copper State Academy (1001671)", + "Physical Address Line 1": "1212 W Camelback Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phoenix", + "Physical Address State": "AZ ", + "Physical Address Zip": "85013", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904684", + "School District Name": "Amanda-Clearcreek Local", + "Physical Address Line 1": "328 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amanda", + "Physical Address State": "OH ", + "Physical Address Zip": "43102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11436950146627566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401015", + "School District Name": "Cochise County Accommodation School District (1001687)", + "Physical Address Line 1": "100 CLAWSON AVE FL 3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BISBEE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500001", + "School District Name": "DEWITT SCHOOL DISTRICT", + "Physical Address Line 1": "422 W FIRST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEWITT", + "Physical Address State": "AR ", + "Physical Address Zip": "72042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2214342001576044", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401016", + "School District Name": "SLAM Arizona Inc. (1001859)", + "Physical Address Line 1": "305 E Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mesa", + "Physical Address State": "AZ ", + "Physical Address Zip": "85201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601051", + "School District Name": "AMANI PUBLIC CHARTER SCHOOL", + "Physical Address Line 1": "60 S 3RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT VERNON", + "Physical Address State": "NY ", + "Physical Address Zip": "10550", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504980", + "School District Name": "DECATUR SCHOOL DISTRICT", + "Physical Address Line 1": "1498 STADIUM AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DECATUR", + "Physical Address State": "AR ", + "Physical Address Zip": "72722", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13920454545454544", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808130", + "School District Name": "AMARILLO ISD", + "Physical Address Line 1": "7200 I 40 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMARILLO", + "Physical Address State": "TX ", + "Physical Address Zip": "79106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.21645216452164523", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0500072", + "School District Name": "DEER/MT. JUDEA SCHOOL DISTRICT", + "Physical Address Line 1": "HWY 61 PARKER RIDGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEER", + "Physical Address State": "AR ", + "Physical Address Zip": "72628", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2983606557377049", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602167", + "School District Name": "Ambassador Phillip V. Sanchez II Public Charter District", + "Physical Address Line 1": "830 Fresno St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93706", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0505170", + "School District Name": "DERMOTT SCHOOL DISTRICT", + "Physical Address Line 1": "525 E SPEEDWAY HWY 35", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DERMOTT", + "Physical Address State": "AR ", + "Physical Address Zip": "71638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.35429769392033544", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800284", + "School District Name": "AMBASSADORS PREPARATORY ACADEMY", + "Physical Address Line 1": "5001 AVE U", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GALVESTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77551", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0505190", + "School District Name": "DES ARC SCHOOL DISTRICT", + "Physical Address Line 1": "600 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DES ARC", + "Physical Address State": "AR ", + "Physical Address Zip": "72040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22142857142857142", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600039", + "School District Name": "AMBER CHARTER SCHOOL EAST HARLEM", + "Physical Address Line 1": "220 E 106TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10029", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0505340", + "School District Name": "DIERKS SCHOOL DISTRICT", + "Physical Address Line 1": "900 OLD HWY 70 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DIERKS", + "Physical Address State": "AR ", + "Physical Address Zip": "71833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22505800464037123", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601228", + "School District Name": "AMBER CHARTER SCHOOL INWOOD", + "Physical Address Line 1": "532 W 215TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401460", + "School District Name": "Sierra Vista Unified District (4175)", + "Physical Address Line 1": "3555 E FRY BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SIERRA VISTA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1891154695414989", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0505430", + "School District Name": "DOVER SCHOOL DISTRICT", + "Physical Address Line 1": "9371 MARKET ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOVER", + "Physical Address State": "AR ", + "Physical Address Zip": "72837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2025227750525578", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601149", + "School District Name": "AMBER CHARTER SCHOOL KINGSBRIDGE", + "Physical Address Line 1": "3120 CORLEAR AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10463", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0505470", + "School District Name": "DREW CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "250 UNIVERSITY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTICELLO", + "Physical Address State": "AR ", + "Physical Address Zip": "71655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18331503841931943", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4002910", + "School District Name": "AMBER-POCASSET", + "Physical Address Line 1": "401 East Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amber", + "Physical Address State": "OK ", + "Physical Address Zip": "73004", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0505500", + "School District Name": "DUMAS SCHOOL DISTRICT", + "Physical Address Line 1": "213 ADAMS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DUMAS", + "Physical Address State": "AR ", + "Physical Address Zip": "71639", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.28421052631578947", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800197", + "School District Name": "Ambition Preparatory Charter School", + "Physical Address Line 1": "5331 Clinton Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "MS ", + "Physical Address Zip": "39209", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0505550", + "School District Name": "EARLE SCHOOL DISTRICT", + "Physical Address Line 1": "1401 THIRD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EARLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.37012987012987014", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703690", + "School District Name": "Amboy CUSD 272", + "Physical Address Line 1": "11 E Hawley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amboy", + "Physical Address State": "IL ", + "Physical Address Zip": "61310", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14084507042253522", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0505580", + "School District Name": "EAST END SCHOOL DISTRICT", + "Physical Address Line 1": "114 PANTHER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BIGELOW", + "Physical Address State": "AR ", + "Physical Address Zip": "72016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18083462132921174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0401830", + "School District Name": "Champie Elementary District (4477)", + "Physical Address Line 1": "HCR 1 Castle Hot Springs", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morristown", + "Physical Address State": "AZ ", + "Physical Address Zip": "85342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202440", + "School District Name": "Ambridge Area SD", + "Physical Address Line 1": "901 Duss Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ambridge", + "Physical Address State": "PA ", + "Physical Address Zip": "15003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16588628762541807", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500048", + "School District Name": "EAST POINSETT CO. SCHOOL DIST.", + "Physical Address Line 1": "502 MCCLELLAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEPANTO", + "Physical Address State": "AR ", + "Physical Address Zip": "72354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2375886524822695", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100180", + "School District Name": "AMELIA CO PBLC SCHS", + "Physical Address Line 1": "8701 Otterburn Road Suite 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amelia", + "Physical Address State": "VA ", + "Physical Address Zip": "23002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1287916459472899", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0505680", + "School District Name": "EL DORADO SCHOOL DISTRICT", + "Physical Address Line 1": "200 W OAK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL DORADO", + "Physical Address State": "AR ", + "Physical Address Zip": "71730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.243076218814374", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100013", + "School District Name": "AMELIA-NOTTOWAY VOC CTR", + "Physical Address Line 1": "148 Vo-Tech Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jetersville", + "Physical Address State": "VA ", + "Physical Address Zip": "23083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0505760", + "School District Name": "ELKINS SCHOOL DISTRICT", + "Physical Address Line 1": "349 N CENTER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELKINS", + "Physical Address State": "AR ", + "Physical Address Zip": "72727", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10353982300884956", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601468", + "School District Name": "America's Finest Charter District", + "Physical Address Line 1": "730 45th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500068", + "School District Name": "EMERSON-TAYLOR-BRADLEY SCHOOL DISTRICT", + "Physical Address Line 1": "508 W MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Emerson", + "Physical Address State": "AR ", + "Physical Address Zip": "71740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25239234449760767", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900186", + "School District Name": "American Academy of Innovation", + "Physical Address Line 1": "5410 S Jordan Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTH JORDAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84009", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0505850", + "School District Name": "ENGLAND SCHOOL DISTRICT", + "Physical Address Line 1": "501 PINE BLUFF HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ENGLAND", + "Physical Address State": "AR ", + "Physical Address Zip": "72046", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23645320197044334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0505970", + "School District Name": "EUREKA SPRINGS SCHOOL DISTRICT", + "Physical Address Line 1": "147 GREENWOOD HOLLOW RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EUREKA SPRINGS", + "Physical Address State": "AR ", + "Physical Address Zip": "72632", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2853628536285363", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402480", + "School District Name": "Graham County Special Services (4217)", + "Physical Address Line 1": "150 E 4th S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pima", + "Physical Address State": "AZ ", + "Physical Address Zip": "85543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506090", + "School District Name": "FARMINGTON SCHOOL DISTRICT", + "Physical Address Line 1": "42 S DOUBLE SPRINGS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARMINGTON", + "Physical Address State": "AR ", + "Physical Address Zip": "72730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08572522005357826", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506120", + "School District Name": "FAYETTEVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "1000 W STONE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAYETTEVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.12039545953863054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506150", + "School District Name": "FLIPPIN SCHOOL DISTRICT", + "Physical Address Line 1": "210 ALFORD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLIPPIN", + "Physical Address State": "AR ", + "Physical Address Zip": "72634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24378109452736318", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402740", + "School District Name": "Mary C O'Brien Accommodation District (4435)", + "Physical Address Line 1": "3740 N TOLTEC RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOLTEC", + "Physical Address State": "AZ ", + "Physical Address Zip": "85131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506210", + "School District Name": "FORDYCE SCHOOL DISTRICT", + "Physical Address Line 1": "104 COLLEGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORDYCE", + "Physical Address State": "AR ", + "Physical Address Zip": "71742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24525916561314792", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506240", + "School District Name": "FOREMAN SCHOOL DISTRICT", + "Physical Address Line 1": "603 DOLLARHIDE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOREMAN", + "Physical Address State": "AR ", + "Physical Address Zip": "71836", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22787610619469026", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506270", + "School District Name": "FORREST CITY SCHOOL DISTRICT", + "Physical Address Line 1": "845 N ROSSER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORREST CITY", + "Physical Address State": "AR ", + "Physical Address Zip": "72335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3846971307120085", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506330", + "School District Name": "FORT SMITH SCHOOL DISTRICT", + "Physical Address Line 1": "3205 JENNY LIND RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT SMITH", + "Physical Address State": "AR ", + "Physical Address Zip": "72901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2484072375127421", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506360", + "School District Name": "FOUKE SCHOOL DISTRICT", + "Physical Address Line 1": "200 N DAVIS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOUKE", + "Physical Address State": "AR ", + "Physical Address Zip": "71837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20726306465899025", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506420", + "School District Name": "FOUNTAIN LAKE SCHOOL DISTRICT", + "Physical Address Line 1": "4207 PARK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOT SPRINGS", + "Physical Address State": "AR ", + "Physical Address Zip": "71901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17328519855595667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504110", + "School District Name": "GENOA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "12472 ST HWY 196", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEXARKANA", + "Physical Address State": "AR ", + "Physical Address Zip": "71854", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1905286343612335", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506540", + "School District Name": "GENTRY SCHOOL DISTRICT", + "Physical Address Line 1": "201 S GILES AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GENTRY", + "Physical Address State": "AR ", + "Physical Address Zip": "72734", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12507552870090635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601119", + "School District Name": "AMERICAN DREAM CHARTER SCHOOL", + "Physical Address Line 1": "403 CONCORD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10454", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506630", + "School District Name": "GLEN ROSE SCHOOL DISTRICT", + "Physical Address Line 1": "14334 HWY 67", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MALVERN", + "Physical Address State": "AR ", + "Physical Address Zip": "72104", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15863453815261044", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600060", + "School District Name": "AMERICAN FALLS JOINT DISTRICT", + "Physical Address Line 1": "827 FORT HALL AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMERICAN FALLS", + "Physical Address State": "ID ", + "Physical Address Zip": "83211", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1466030989272944", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500029", + "School District Name": "GOSNELL SCHOOL DISTRICT", + "Physical Address Line 1": "600 HWY 181", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOSNELL", + "Physical Address State": "AR ", + "Physical Address Zip": "72315", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.23612622415669204", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600162", + "School District Name": "AMERICAN HERITAGE CHARTER SCHOOL INC.", + "Physical Address Line 1": "1736 SOUTH 35TH WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IDAHO FALLS", + "Physical Address State": "ID ", + "Physical Address Zip": "83402", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506840", + "School District Name": "GRAVETTE SCHOOL DISTRICT", + "Physical Address Line 1": "609 BIRMINGHAM SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAVETTE", + "Physical Address State": "AR ", + "Physical Address Zip": "72736", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11218487394957984", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900070", + "School District Name": "American Horse School", + "Physical Address Line 1": "100 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allen", + "Physical Address State": "SD", + "Physical Address Zip": "57714", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506870", + "School District Name": "GREEN FOREST SCHOOL DISTRICT", + "Physical Address Line 1": "400 E TENTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREEN FOREST", + "Physical Address State": "AR ", + "Physical Address Zip": "72638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21836865767501606", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0403860", + "School District Name": "Maricopa County Regional School District (4234)", + "Physical Address Line 1": "4041 N. Central Avenue Suite", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601479", + "School District Name": "American Indian Public Charter District", + "Physical Address Line 1": "171 12th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506900", + "School District Name": "GREENBRIER SCHOOL DISTRICT", + "Physical Address Line 1": "4 SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENBRIER", + "Physical Address State": "AR ", + "Physical Address Zip": "72058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09809624537281861", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601880", + "School District Name": "American Indian Public Charter II District", + "Physical Address Line 1": "171 12th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0513080", + "School District Name": "GREENE COUNTY TECH SCHOOL DISTRICT", + "Physical Address Line 1": "5413 W KINGSHIGHWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARAGOULD", + "Physical Address State": "AR ", + "Physical Address Zip": "72450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13121806937348748", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602227", + "School District Name": "American Indian Public High District", + "Physical Address Line 1": "746 Grand Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506930", + "School District Name": "GREENLAND SCHOOL DISTRICT", + "Physical Address Line 1": "10 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENLAND", + "Physical Address State": "AR ", + "Physical Address Zip": "72737", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14325323475046212", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600986", + "School District Name": "American International Academy", + "Physical Address Line 1": "300 Henry Ruff Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westland", + "Physical Address State": "MI ", + "Physical Address Zip": "48186", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0506990", + "School District Name": "GREENWOOD SCHOOL DISTRICT", + "Physical Address Line 1": "420 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENWOOD", + "Physical Address State": "AR ", + "Physical Address Zip": "72936", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12192699279860938", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900033", + "School District Name": "American Leadership Academy", + "Physical Address Line 1": "898 W 1100 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPANISH FORK", + "Physical Address State": "UT ", + "Physical Address Zip": "84660", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507110", + "School District Name": "GURDON SCHOOL DISTRICT", + "Physical Address Line 1": "1 GO-DEVIL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GURDON", + "Physical Address State": "AR ", + "Physical Address Zip": "71743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26564885496183205", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700477", + "School District Name": "American Leadership Academy - Johnston", + "Physical Address Line 1": "3770 US-70 Bus", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clayton", + "Physical Address State": "NC ", + "Physical Address Zip": "27520", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507140", + "School District Name": "GUY-PERKINS SCHOOL DISTRICT", + "Physical Address Line 1": "492 HWY 25 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GUY", + "Physical Address State": "AR ", + "Physical Address Zip": "72061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13755458515283842", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507170", + "School District Name": "HACKETT SCHOOL DISTRICT", + "Physical Address Line 1": "102 N OAK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HACKETT", + "Physical Address State": "AR ", + "Physical Address Zip": "72937", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23636363636363636", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600312", + "School District Name": "American Montessori Academy", + "Physical Address Line 1": "14800 MIDDLEBELT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIVONIA", + "Physical Address State": "MI ", + "Physical Address Zip": "48154", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500042", + "School District Name": "HAMBURG SCHOOL DISTRICT", + "Physical Address Line 1": "202 E PARKER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMBURG", + "Physical Address State": "AR ", + "Physical Address Zip": "71646", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22835820895522388", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900005", + "School District Name": "American Preparatory Academy", + "Physical Address Line 1": "12892 S PONY EXPRESS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DRAPER", + "Physical Address State": "UT ", + "Physical Address Zip": "84020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507230", + "School District Name": "HAMPTON SCHOOL DISTRICT", + "Physical Address Line 1": "455 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMPTON", + "Physical Address State": "AR ", + "Physical Address Zip": "71744", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1491395793499044", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700086", + "School District Name": "American Renaissance School", + "Physical Address Line 1": "132 East Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Statesville", + "Physical Address State": "NC ", + "Physical Address Zip": "28677", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507290", + "School District Name": "HARMONY GROVE SCHOOL DISTRICT (OUACHITA)", + "Physical Address Line 1": "401 OUACHITA RD 88", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMDEN", + "Physical Address State": "AR ", + "Physical Address Zip": "71701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1878238341968912", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602541", + "School District Name": "American River Collegiate Academy District", + "Physical Address Line 1": "7755 Hazel Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orangevale", + "Physical Address State": "CA ", + "Physical Address Zip": "95662", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507320", + "School District Name": "HARMONY GROVE SCH DIST(SALINE)", + "Physical Address Line 1": "2621 HWY 229", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENTON", + "Physical Address State": "AR ", + "Physical Address Zip": "72015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08823529411764706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "6000030", + "School District Name": "American Samoa Department of Education", + "Physical Address Line 1": "Box DOE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pago Pago", + "Physical Address State": "AS ", + "Physical Address Zip": "96799", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507350", + "School District Name": "HARRISBURG SCHOOL DISTRICT", + "Physical Address Line 1": "207 W ESTES ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRISBURG", + "Physical Address State": "AR ", + "Physical Address Zip": "72432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24102564102564103", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507380", + "School District Name": "HARRISON SCHOOL DISTRICT", + "Physical Address Line 1": "110 S CHERRY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRISON", + "Physical Address State": "AR ", + "Physical Address Zip": "72601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16396242527754057", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500300", + "School District Name": "Amery School District", + "Physical Address Line 1": "543 Minneapolis Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amery", + "Physical Address State": "WI ", + "Physical Address Zip": "54001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09377049180327869", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507530", + "School District Name": "HAZEN SCHOOL DISTRICT", + "Physical Address Line 1": "477 N HAZEN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAZEN", + "Physical Address State": "AR ", + "Physical Address Zip": "72064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21940298507462686", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903540", + "School District Name": "Ames Comm School District", + "Physical Address Line 1": "2005 24th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ames", + "Physical Address State": "IA ", + "Physical Address Zip": "50010", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09008327024981075", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507560", + "School District Name": "HEBER SPRINGS SCHOOL DISTRICT", + "Physical Address Line 1": "1100 W PINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEBER SPRINGS", + "Physical Address State": "AR ", + "Physical Address Zip": "72543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21332554061952075", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2501860", + "School District Name": "Amesbury", + "Physical Address Line 1": "5 Highland Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amesbury", + "Physical Address State": "MA ", + "Physical Address Zip": "01913", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08444063437633947", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507620", + "School District Name": "HECTOR SCHOOL DISTRICT", + "Physical Address Line 1": "11520 SR 27", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HECTOR", + "Physical Address State": "AR ", + "Physical Address Zip": "72843", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25137362637362637", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2501890", + "School District Name": "Amherst", + "Physical Address Line 1": "170 Chestnut Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amherst", + "Physical Address State": "MA ", + "Physical Address Zip": "01002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12143928035982009", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507680", + "School District Name": "HELENA/ WEST HELENA SCHOOL DISTRICT", + "Physical Address Line 1": "305 VALLEY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HELENA", + "Physical Address State": "AR ", + "Physical Address Zip": "72342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.47058823529411764", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405360", + "School District Name": "Pima County Accommodation School District (4401)", + "Physical Address Line 1": "130 W CONGRESS ST FL 4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602920", + "School District Name": "AMHERST CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "55 KINGS HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMHERST", + "Physical Address State": "NY ", + "Physical Address Zip": "14226", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11252115059221658", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507710", + "School District Name": "HERMITAGE SCHOOL DISTRICT", + "Physical Address Line 1": "310 N SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERMITAGE", + "Physical Address State": "AR ", + "Physical Address Zip": "71647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2708803611738149", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100210", + "School District Name": "AMHERST CO PBLC SCHS", + "Physical Address Line 1": "153 Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amherst", + "Physical Address State": "VA ", + "Physical Address Zip": "24521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16028708133971292", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507770", + "School District Name": "HIGHLAND SCHOOL DISTRICT", + "Physical Address Line 1": "1627 HWY 62/412", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARDY", + "Physical Address State": "AR ", + "Physical Address Zip": "72542", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.271721084670725", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405500", + "School District Name": "Navajo County Accommodation District #99 (4386)", + "Physical Address Line 1": "294 W CARLOS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLBROOK", + "Physical Address State": "AZ ", + "Physical Address Zip": "86025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904519", + "School District Name": "Amherst Exempted Village", + "Physical Address Line 1": "550 Milan Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amherst", + "Physical Address State": "OH ", + "Physical Address Zip": "44001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08643122676579926", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500071", + "School District Name": "HILLCREST SCHOOL DISTRICT", + "Physical Address Line 1": "146 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STRAWBERRY", + "Physical Address State": "AR ", + "Physical Address Zip": "72469", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2841068917018284", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808160", + "School District Name": "AMHERST ISD", + "Physical Address Line 1": "100 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMHERST", + "Physical Address State": "TX ", + "Physical Address Zip": "79312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25888324873096447", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507840", + "School District Name": "HOPE SCHOOL DISTRICT", + "Physical Address Line 1": "117 E SECOND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOPE", + "Physical Address State": "AR ", + "Physical Address Zip": "71801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2500957487552662", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100070", + "School District Name": "AMHERST PUBLIC SCHOOLS", + "Physical Address Line 1": "100 N SYCAMORE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMHERST", + "Physical Address State": "NE ", + "Physical Address Zip": "68812", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405760", + "School District Name": "Tonto Basin Elementary District (4215)", + "Physical Address Line 1": "445 S. Old West Hwy 188", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tonto Basin", + "Physical Address State": "AZ ", + "Physical Address Zip": "85553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.37142857142857144", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507860", + "School District Name": "HORATIO SCHOOL DISTRICT", + "Physical Address Line 1": "205 ISBELL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HORATIO", + "Physical Address State": "AR ", + "Physical Address Zip": "71842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22237017310252996", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405820", + "School District Name": "Page Unified District (4196)", + "Physical Address Line 1": "500 S Navajo Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Page", + "Physical Address State": "AZ ", + "Physical Address Zip": "86040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2525735294117647", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399939", + "School District Name": "Amherst SAU Office", + "Physical Address Line 1": "1 School St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amherst", + "Physical Address State": "NH ", + "Physical Address Zip": "03031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405850", + "School District Name": "Palo Verde Elementary District (4275)", + "Physical Address Line 1": "10700 S Palo Verde Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palo Verde", + "Physical Address State": "AZ ", + "Physical Address Zip": "85343", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14498933901918976", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507890", + "School District Name": "HOT SPRINGS SCHOOL DISTRICT", + "Physical Address Line 1": "400 LINWOOD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOT SPRINGS", + "Physical Address State": "AR ", + "Physical Address Zip": "71913", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2624651986838775", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405880", + "School District Name": "Palominas Elementary School District 49 (4180)", + "Physical Address Line 1": "6849 Hwy 92", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEREFORD", + "Physical Address State": "AZ ", + "Physical Address Zip": "85615", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19680111265646733", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301470", + "School District Name": "Amherst School District", + "Physical Address Line 1": "1 School St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amherst", + "Physical Address State": "NH ", + "Physical Address Zip": "03031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.032305433186490456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405930", + "School District Name": "Paradise Valley Unified District (4241)", + "Physical Address Line 1": "15002 N 32ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.10346166917512259", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0507990", + "School District Name": "HOXIE SCHOOL DISTRICT", + "Physical Address Line 1": "305 SW ALICE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOXIE", + "Physical Address State": "AR ", + "Physical Address Zip": "72433", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2925170068027211", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0405980", + "School District Name": "Parker Unified School District (4510)", + "Physical Address Line 1": "1608 S LAGUNA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARKER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85344", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2849462365591398", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2501920", + "School District Name": "Amherst-Pelham", + "Physical Address Line 1": "170 Chestnut Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amherst", + "Physical Address State": "MA ", + "Physical Address Zip": "01002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1034688995215311", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406000", + "School District Name": "Patagonia Elementary District (4460)", + "Physical Address Line 1": "100 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Patagonia", + "Physical Address State": "AZ ", + "Physical Address Zip": "85624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17894736842105263", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0508130", + "School District Name": "HUNTSVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "570 W MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUNTSVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2062043795620438", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406030", + "School District Name": "Patagonia Union High School District (4462)", + "Physical Address Line 1": "Hwy 82", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Patagonia", + "Physical Address State": "AZ ", + "Physical Address Zip": "85624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17592592592592593", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800113", + "School District Name": "AMIGOS POR VIDA-FRIENDS FOR LIFE PUB CHTR SCH", + "Physical Address Line 1": "5503 EL CAMINO DEL REY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77081", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406070", + "School District Name": "Payson Unified District (4209)", + "Physical Address Line 1": "902 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAYSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85541", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22369878183831673", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500021", + "School District Name": "IZARD COUNTY CONSOLIDATED SCHOOL DISTRICT", + "Physical Address Line 1": "5068 N AR 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROCKWELL", + "Physical Address State": "AR ", + "Physical Address Zip": "72517", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2979591836734694", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406120", + "School District Name": "Peach Springs Unified District (4369)", + "Physical Address Line 1": "403 Diamond Creek Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peach Springs", + "Physical Address State": "AZ ", + "Physical Address Zip": "86434", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3483483483483483", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900024", + "School District Name": "Amistad Academy District", + "Physical Address Line 1": "370 James Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Haven", + "Physical Address State": "CT ", + "Physical Address Zip": "06513", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406150", + "School District Name": "Pearce Elementary District (4186)", + "Physical Address Line 1": "1 1/2 M. off Hwy 191 & Old Pea", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pearce", + "Physical Address State": "AZ ", + "Physical Address Zip": "85625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.31932773109243695", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0513230", + "School District Name": "JACKSON CO. SCHOOL DISTRICT", + "Physical Address Line 1": "300 N DOWELL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCKERMAN", + "Physical Address State": "AR ", + "Physical Address Zip": "72473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23116883116883116", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406210", + "School District Name": "Pendergast Elementary District (4283)", + "Physical Address Line 1": "3802 N 91ST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.17985421972424695", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800420", + "School District Name": "AMITE COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "533 Maggie St", + "Physical Address Line 2": "P.O. Box 378", + "Physical Address Line 3": "", + "Physical Address City": "Liberty", + "Physical Address State": "MS ", + "Physical Address Zip": "39645", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29007238883143743", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406250", + "School District Name": "Peoria Unified School District (4237)", + "Physical Address Line 1": "6330 W THUNDERBIRD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85306", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10935700250694491", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500419", + "School District Name": "JACKSONVILLE NORTH PULASKI SCHOOL DISTRICT", + "Physical Address Line 1": "1414 W MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSONVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2865746180963572", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406300", + "School District Name": "Phoenix Elementary District (4256)", + "Physical Address Line 1": "1817 N 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.29716729021913413", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101230", + "School District Name": "Amity SD 4J", + "Physical Address Line 1": "807 S Trade St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amity", + "Physical Address State": "OR ", + "Physical Address Zip": "97101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12396694214876033", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406330", + "School District Name": "Phoenix Union High School District (4286)", + "Physical Address Line 1": "4502 N CENTRAL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2005049390886585", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0508240", + "School District Name": "JASPER SCHOOL DISTRICT", + "Physical Address Line 1": "600 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JASPER", + "Physical Address State": "AR ", + "Physical Address Zip": "72641", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2552083333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406360", + "School District Name": "Picacho Elementary District (4452)", + "Physical Address Line 1": "17865 S VAIL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PICACHO", + "Physical Address State": "AZ ", + "Physical Address Zip": "85141", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20909090909090908", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602940", + "School District Name": "AMITYVILLE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "150 PARK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMITYVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "11701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11114123068582271", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406440", + "School District Name": "Pima Unified District (4220)", + "Physical Address Line 1": "192 E. 200 S.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pima", + "Physical Address State": "AZ ", + "Physical Address Zip": "85543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21756487025948104", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0507920", + "School District Name": "JESSIEVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "7900 N HWY 7", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JESSIEVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "71949", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.179519595448799", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406510", + "School District Name": "Pine Strawberry Elementary District (4214)", + "Physical Address Line 1": "3868 N PINE CREEK DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85544", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.215962441314554", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800450", + "School District Name": "AMORY SCHOOL DIST", + "Physical Address Line 1": "124 N. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amory", + "Physical Address State": "MS ", + "Physical Address Zip": "38821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20783532536520585", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0508280", + "School District Name": "JONESBORO SCHOOL DISTRICT", + "Physical Address Line 1": "2506 SW SQUARE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JONESBORO", + "Physical Address State": "AR ", + "Physical Address Zip": "72401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.31065989847715736", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406630", + "School District Name": "Pomerene Elementary District (4188)", + "Physical Address Line 1": "1396 N. Old Pomerene Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pomerene", + "Physical Address State": "AZ ", + "Physical Address Zip": "85627", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0508340", + "School District Name": "JUNCTION CITY SCHOOL DISTRICT", + "Physical Address Line 1": "100 W HOLLY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JUNCTION CITY", + "Physical Address State": "AR ", + "Physical Address Zip": "71749", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15849056603773584", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406730", + "School District Name": "Prescott Unified District (4466)", + "Physical Address Line 1": "300 E GURLEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "AZ ", + "Physical Address Zip": "86301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11469026548672566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602970", + "School District Name": "AMSTERDAM CITY SCHOOL DISTRICT", + "Physical Address Line 1": "140 SARATOGA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMSTERDAM", + "Physical Address State": "NY ", + "Physical Address Zip": "12010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2756061355764473", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406740", + "School District Name": "Sanders Unified District (4156)", + "Physical Address Line 1": "I-40 Hwy 191", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sanders", + "Physical Address State": "AZ ", + "Physical Address Zip": "86512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3258655804480652", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0508490", + "School District Name": "KIRBY SCHOOL DISTRICT", + "Physical Address Line 1": "2614 HWY 27N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KIRBY", + "Physical Address State": "AR ", + "Physical Address Zip": "71950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26405867970660146", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406780", + "School District Name": "Quartzsite Elementary District (4511)", + "Physical Address Line 1": "49241 Ehrenberg-Parker Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ehrenberg", + "Physical Address State": "AZ ", + "Physical Address Zip": "85334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3384615384615385", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3001980", + "School District Name": "Amsterdam Elem", + "Physical Address Line 1": "6360 Camp Creek Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manhattan", + "Physical Address State": "MT ", + "Physical Address Zip": "59741", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06769230769230769", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406810", + "School District Name": "Queen Creek Unified District (4245)", + "Physical Address Line 1": "20217 E CHANDLER HEIGHTS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUEEN CREEK", + "Physical Address State": "AZ ", + "Physical Address Zip": "85142", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04940620694180172", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500065", + "School District Name": "LAFAYETTE COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "712 CHESTNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEWISVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "71845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3232963549920761", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406850", + "School District Name": "Ray Unified District (4438)", + "Physical Address Line 1": "Hwy 177", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kearny", + "Physical Address State": "AZ ", + "Physical Address Zip": "85137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20964749536178107", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500131", + "School District Name": "AMY BIEHL CHARTER HIGH SCHOOL", + "Physical Address Line 1": "123 4TH STREET SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406870", + "School District Name": "Red Mesa Unified District (4159)", + "Physical Address Line 1": "Hwy 160 - 22 miles W of 4 Corn", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Teec Nos Pos", + "Physical Address State": "AZ ", + "Physical Address Zip": "86514", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.35138888888888886", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0508610", + "School District Name": "LAKE HAMILTON SCHOOL DISTRICT", + "Physical Address Line 1": "205 WOLF ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEARCY", + "Physical Address State": "AR ", + "Physical Address Zip": "71964", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16466739367502725", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406900", + "School District Name": "Red Rock Elementary District (4447)", + "Physical Address Line 1": "20854 East Homestead Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Rock", + "Physical Address State": "AZ ", + "Physical Address Zip": "85145", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09982788296041308", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3002010", + "School District Name": "Anaconda Elem", + "Physical Address Line 1": "1410 West Park Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anaconda", + "Physical Address State": "MT ", + "Physical Address Zip": "59711", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16964285714285715", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406930", + "School District Name": "Redington Elementary District (4417)", + "Physical Address Line 1": "130 W CONGRESS ST FL 4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.21052631578947367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0508640", + "School District Name": "LAKESIDE SCHOOL DISTRICT (CHICOT COUNTY)", + "Physical Address Line 1": "1110 S LAKESHORE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE VILLAGE", + "Physical Address State": "AR ", + "Physical Address Zip": "71653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3312302839116719", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0406960", + "School District Name": "San Carlos Unified District (4210)", + "Physical Address Line 1": "San Carlos Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Carlos", + "Physical Address State": "AZ ", + "Physical Address Zip": "85550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.30689816987329893", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3002030", + "School District Name": "Anaconda H S", + "Physical Address Line 1": "1410 West Park Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anaconda", + "Physical Address State": "MT ", + "Physical Address Zip": "59711", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12650602409638553", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407020", + "School District Name": "Riverside Elementary District (4257)", + "Physical Address Line 1": "1414 S 51st Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phoenix", + "Physical Address State": "AZ ", + "Physical Address Zip": "85043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.20583941605839415", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0508670", + "School District Name": "LAKESIDE SCHOOL DIST(GARLAND)", + "Physical Address Line 1": "2837 MALVERN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOT SPRINGS", + "Physical Address State": "AR ", + "Physical Address Zip": "71901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11705006765899864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407080", + "School District Name": "Roosevelt Elementary District (4279)", + "Physical Address Line 1": "6000 S 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.227948350071736", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300150", + "School District Name": "Anacortes School District", + "Physical Address Line 1": "2200 M AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANACORTES", + "Physical Address State": "WA ", + "Physical Address Zip": "98221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09804605722260991", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407130", + "School District Name": "Round Valley Unified District (4155)", + "Physical Address Line 1": "940 E MARICOPA DR UNIT B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGERVILLE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85938", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20358868184955142", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0508700", + "School District Name": "LAMAR SCHOOL DISTRICT", + "Physical Address Line 1": "301 ELBERTA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAMAR", + "Physical Address State": "AR ", + "Physical Address Zip": "72846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18387096774193548", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407170", + "School District Name": "Saddle Mountain Unified School District (4254)", + "Physical Address Line 1": "38201 W INDIAN SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TONOPAH", + "Physical Address State": "AZ ", + "Physical Address Zip": "85354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12995391705069123", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003000", + "School District Name": "ANADARKO", + "Physical Address Line 1": "1400 South Mission Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anadarko", + "Physical Address State": "OK ", + "Physical Address Zip": "73005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.40605686032138444", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407200", + "School District Name": "Sacaton Elementary District (4449)", + "Physical Address Line 1": "92 Skill Center Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacaton", + "Physical Address State": "AZ ", + "Physical Address Zip": "85147", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21014492753623187", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0508730", + "School District Name": "LAVACA SCHOOL DISTRICT", + "Physical Address Line 1": "203 FIR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAVACA", + "Physical Address State": "AR ", + "Physical Address Zip": "72941", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17706013363028952", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407240", + "School District Name": "Safford Unified District (4218)", + "Physical Address Line 1": "734 W 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAFFORD", + "Physical Address State": "AZ ", + "Physical Address Zip": "85546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.23468454739408717", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602610", + "School District Name": "Anaheim Elementary", + "Physical Address Line 1": "1001 S. E. St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anaheim", + "Physical Address State": "CA ", + "Physical Address Zip": "92805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.16175338246617535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407300", + "School District Name": "Sahuarita Unified District (4411)", + "Physical Address Line 1": "350 W SAHUARITA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAHUARITA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85629", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11921891058581706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500082", + "School District Name": "LAWRENCE COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "508 E FREE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALNUT RIDGE", + "Physical Address State": "AR ", + "Physical Address Zip": "72476", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26622843056696793", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407380", + "School District Name": "San Fernando Elementary District (4414)", + "Physical Address Line 1": "1 Schoolhouse Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sasabe", + "Physical Address State": "AZ ", + "Physical Address Zip": "85633", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.8333333333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602630", + "School District Name": "Anaheim Union High", + "Physical Address Line 1": "501 Crescent Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anaheim", + "Physical Address State": "CA ", + "Physical Address Zip": "92803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.13358379010901028", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407430", + "School District Name": "San Simon Unified District (4172)", + "Physical Address Line 1": "I-10 Business Loop", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Simon", + "Physical Address State": "AZ ", + "Physical Address Zip": "85632", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30666666666666664", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503420", + "School District Name": "LEAD HILL SCHOOL DISTRICT", + "Physical Address Line 1": "6966 MILAM DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEAD HILL", + "Physical Address State": "AR ", + "Physical Address Zip": "72644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.251131221719457", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407500", + "School District Name": "Santa Cruz Elementary District (4459)", + "Physical Address Line 1": "7 DUQUESNE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOGALES", + "Physical Address State": "AZ ", + "Physical Address Zip": "85621", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19137466307277629", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808190", + "School District Name": "ANAHUAC ISD", + "Physical Address Line 1": "804 MIKHAEL RICKS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANAHUAC", + "Physical Address State": "TX ", + "Physical Address Zip": "77514", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19777601270849882", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407520", + "School District Name": "Santa Cruz Valley Unified District (4458)", + "Physical Address Line 1": "1374 W FRONTAGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIO RICO", + "Physical Address State": "AZ ", + "Physical Address Zip": "85648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20677810854133272", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509360", + "School District Name": "LEE COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "188 W CHESTNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARIANNA", + "Physical Address State": "AR ", + "Physical Address Zip": "72360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.42067089755213055", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407530", + "School District Name": "Santa Cruz Valley Union High School District (4454)", + "Physical Address Line 1": "900 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELOY", + "Physical Address State": "AZ ", + "Physical Address Zip": "85131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1726844583987441", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601925", + "School District Name": "Anahuacalmecac International Univ Prep N. America District", + "Physical Address Line 1": "4736 Hntngtn Dr. S.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407570", + "School District Name": "Scottsdale Unified District (4240)", + "Physical Address Line 1": "7575 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85251", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.06865631691648823", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0508940", + "School District Name": "LINCOLN SCHOOL DISTRICT", + "Physical Address Line 1": "117 BOYER ST STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINCOLN", + "Physical Address State": "AR ", + "Physical Address Zip": "72744", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17996987951807228", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407630", + "School District Name": "Seligman Unified District (4472)", + "Physical Address Line 1": "54255 N. Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seligman", + "Physical Address State": "AZ ", + "Physical Address Zip": "86337", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3801950", + "School District Name": "ANAMOOSE 14", + "Physical Address Line 1": "706 3rd St W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anamoose", + "Physical Address State": "ND ", + "Physical Address Zip": "58710", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407680", + "School District Name": "Sentinel Elementary District (4250)", + "Physical Address Line 1": "53802 W US Hwy 80", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dateland", + "Physical Address State": "AZ ", + "Physical Address Zip": "85333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2916666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509000", + "School District Name": "LITTLE ROCK SCHOOL DISTRICT", + "Physical Address Line 1": "810 W MARKHAM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.26702663309924474", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407700", + "School District Name": "Show Low Unified District (4393)", + "Physical Address Line 1": "500 W OLD LINDEN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHOW LOW", + "Physical Address State": "AZ ", + "Physical Address Zip": "85901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2601339443073669", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903570", + "School District Name": "Anamosa Comm School District", + "Physical Address Line 1": "200 South Garnavillo St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anamosa", + "Physical Address State": "IA ", + "Physical Address Zip": "52205", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10741510741510742", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509060", + "School District Name": "LONOKE SCHOOL DISTRICT", + "Physical Address Line 1": "401 W HOLLY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONOKE", + "Physical Address State": "AR ", + "Physical Address Zip": "72086", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19825978868862648", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407770", + "School District Name": "Skull Valley Elementary District (4478)", + "Physical Address Line 1": "127 Skull Valley Rd S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Skull Valley", + "Physical Address State": "AZ ", + "Physical Address Zip": "86338", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2711864406779661", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2602790", + "School District Name": "Anchor Bay School District", + "Physical Address Line 1": "5201 COUNTY LINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASCO", + "Physical Address State": "MI ", + "Physical Address Zip": "48064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0756288239292998", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407820", + "School District Name": "Snowflake Unified District (4391)", + "Physical Address Line 1": "682 W SCHOOL BUS LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SNOWFLAKE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85937", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22487394957983192", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509150", + "School District Name": "MAGAZINE SCHOOL DISTRICT", + "Physical Address Line 1": "485 E PRIDDY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAGAZINE", + "Physical Address State": "AR ", + "Physical Address Zip": "72943", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19672131147540983", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407860", + "School District Name": "Solomon Elementary District (4222)", + "Physical Address Line 1": "2250 S Stevens Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Solomon", + "Physical Address State": "AZ ", + "Physical Address Zip": "85551", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2541899441340782", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100090", + "School District Name": "Anchorage Independent", + "Physical Address Line 1": "11400 Ridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anchorage", + "Physical Address State": "KY ", + "Physical Address Zip": "40223", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05183585313174946", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407890", + "School District Name": "Somerton Elementary District (4500)", + "Physical Address Line 1": "343 N Carlisle Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerton", + "Physical Address State": "AZ ", + "Physical Address Zip": "85350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.28893495724280904", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509190", + "School District Name": "MAGNET COVE SCHOOL DIST.", + "Physical Address Line 1": "472 MAGNET SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MALVERN", + "Physical Address State": "AR ", + "Physical Address Zip": "72104", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18050541516245489", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0407920", + "School District Name": "Sonoita Elementary District (4461)", + "Physical Address Line 1": "23 ELGIN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELGIN", + "Physical Address State": "AZ ", + "Physical Address Zip": "85611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16216216216216217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500044", + "School District Name": "MAGNOLIA SCHOOL DISTRICT", + "Physical Address Line 1": "1400 HIGH SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAGNOLIA", + "Physical Address State": "AR ", + "Physical Address Zip": "71753", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.29313290058079944", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408020", + "School District Name": "St David Unified District (4173)", + "Physical Address Line 1": "70 E PATTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT DAVID", + "Physical Address State": "AZ ", + "Physical Address Zip": "85630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20818505338078291", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509240", + "School District Name": "MALVERN SCHOOL DISTRICT", + "Physical Address Line 1": "1517 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MALVERN", + "Physical Address State": "AR ", + "Physical Address Zip": "72104", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.26621297037630104", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408080", + "School District Name": "St Johns Unified District (4153)", + "Physical Address Line 1": "450 S 13th W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St Johns", + "Physical Address State": "AZ ", + "Physical Address Zip": "85936", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21888888888888888", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003010", + "School District Name": "ANDERSON", + "Physical Address Line 1": "2195 Anderson Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sand Springs", + "Physical Address State": "OK ", + "Physical Address Zip": "74063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0896358543417367", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408130", + "School District Name": "Stanfield Elementary District (4451)", + "Physical Address Line 1": "515 S STANFIELD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STANFIELD", + "Physical Address State": "AZ ", + "Physical Address Zip": "85172", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18045112781954886", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509270", + "School District Name": "MAMMOTH SPRING SCHOOL DISTRICT", + "Physical Address Line 1": "410 GOLDSMITH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAMMOTH SPRING", + "Physical Address State": "AR ", + "Physical Address Zip": "72554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.28600405679513186", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408170", + "School District Name": "Sunnyside Unified District (4407)", + "Physical Address Line 1": "2238 E GINTER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.29071013593547296", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500780", + "School District Name": "Anderson 01", + "Physical Address Line 1": "801 North Hamilton Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamston", + "Physical Address State": "SC ", + "Physical Address Zip": "29697", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14730308593408514", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408230", + "School District Name": "Superior Unified School District (4440)", + "Physical Address Line 1": "1500 W PANTHER DR STE 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUPERIOR", + "Physical Address State": "AZ ", + "Physical Address Zip": "85173", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2014388489208633", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500046", + "School District Name": "MANILA SCHOOL DISTRICT", + "Physical Address Line 1": "419 E OLYMPIA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANILA", + "Physical Address State": "AR ", + "Physical Address Zip": "72442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18113612004287247", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408280", + "School District Name": "Tanque Verde Unified District (4408)", + "Physical Address Line 1": "2300 N TANQUE VERDE LOOP RD BL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85749", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06796690307328605", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500810", + "School District Name": "Anderson 02", + "Physical Address Line 1": "10990 Belton-Honea Path Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Honea Path", + "Physical Address State": "SC ", + "Physical Address Zip": "29654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.241869918699187", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408310", + "School District Name": "Tempe School District (4258)", + "Physical Address Line 1": "3205 S RURAL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85282", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.20787451477461777", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509330", + "School District Name": "MANSFIELD SCHOOL DISTRICT", + "Physical Address Line 1": "402 GROVE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANSFIELD", + "Physical Address State": "AR ", + "Physical Address Zip": "72944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20059880239520958", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408340", + "School District Name": "Tempe Union High School District (4287)", + "Physical Address Line 1": "500 W GUADALUPE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85283", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.10643747893495113", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500840", + "School District Name": "Anderson 03", + "Physical Address Line 1": "335 West Front Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Iva", + "Physical Address State": "SC ", + "Physical Address Zip": "29655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2665876777251185", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408410", + "School District Name": "Thatcher Unified District (4219)", + "Physical Address Line 1": "3490 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THATCHER", + "Physical Address State": "AZ ", + "Physical Address Zip": "85552", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19712643678160918", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509390", + "School District Name": "MARION SCHOOL DISTRICT", + "Physical Address Line 1": "200 MANOR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARION", + "Physical Address State": "AR ", + "Physical Address Zip": "72364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21289286533608626", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408430", + "School District Name": "Paloma School District (4255)", + "Physical Address Line 1": "38739 W I 8", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILA BEND", + "Physical Address State": "AZ ", + "Physical Address Zip": "85337", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.39655172413793105", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500870", + "School District Name": "Anderson 04", + "Physical Address Line 1": "315 East Queen Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pendleton", + "Physical Address State": "SC ", + "Physical Address Zip": "29670", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18942080378250592", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509420", + "School District Name": "MARKED TREE SCHOOL DISTRICT", + "Physical Address Line 1": "406 ST FRANCIS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARKED TREE", + "Physical Address State": "AR ", + "Physical Address Zip": "72365", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.279467680608365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408490", + "School District Name": "Tolleson Elementary District (4264)", + "Physical Address Line 1": "9401 W GARFIELD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOLLESON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85353", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22190408017179672", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500900", + "School District Name": "Anderson 05", + "Physical Address Line 1": "400 Pearman Dairy Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anderson", + "Physical Address State": "SC ", + "Physical Address Zip": "29625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.2433340481807134", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408520", + "School District Name": "Tolleson Union High School District (4288)", + "Physical Address Line 1": "9801 W VAN BUREN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOLLESON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85353", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.14173578199052134", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500016", + "School District Name": "MARMADUKE SCHOOL DISTRICT", + "Physical Address Line 1": "1010 GREYHOUND DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARMADUKE", + "Physical Address State": "AR ", + "Physical Address Zip": "72443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1582537517053206", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408550", + "School District Name": "Toltec School District (4450)", + "Physical Address Line 1": "3315 N TOLTEC RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELOY", + "Physical Address State": "AZ ", + "Physical Address Zip": "85131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.24592220828105396", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500760", + "School District Name": "Anderson 80", + "Physical Address Line 1": "702 Belton Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamston", + "Physical Address State": "SC ", + "Physical Address Zip": "29697", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408600", + "School District Name": "Tombstone Unified District (4168)", + "Physical Address Line 1": "805 Fremont", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tombstone", + "Physical Address State": "AZ ", + "Physical Address Zip": "85638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.34872979214780603", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509510", + "School District Name": "MARVELL-ELAINE SCHOOL DISTRICT", + "Physical Address Line 1": "203 S PINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARVELL", + "Physical Address State": "AR ", + "Physical Address Zip": "72366", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.332657200811359", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408640", + "School District Name": "Topock Elementary District (4376)", + "Physical Address Line 1": "5083 Tule Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Topock", + "Physical Address State": "AZ ", + "Physical Address Zip": "86436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.42142857142857143", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503911", + "School District Name": "Anderson 81", + "Physical Address Line 1": "315 Pearman Dairy Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anderson", + "Physical Address State": "SC ", + "Physical Address Zip": "29625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408680", + "School District Name": "Tuba City Unified School District #15 (4197)", + "Physical Address Line 1": "E Fir St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuba City", + "Physical Address State": "AZ ", + "Physical Address Zip": "86045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2981522079549013", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509540", + "School District Name": "MAYFLOWER SCHOOL DISTRICT", + "Physical Address Line 1": "15 OLD SANDY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAYFLOWER", + "Physical Address State": "AR ", + "Physical Address Zip": "72106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1703056768558952", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408800", + "School District Name": "Tucson Unified District (4403)", + "Physical Address Line 1": "1010 E 10TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCSON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85719", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.22651026222454793", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1800150", + "School District Name": "Anderson Community School Corp", + "Physical Address Line 1": "1600 Hillcrest Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anderson", + "Physical Address State": "IN ", + "Physical Address Zip": "46011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2492756332367511", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408820", + "School District Name": "Union Elementary District (4277)", + "Physical Address Line 1": "3834 S 91ST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOLLESON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85353", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.1607717041800643", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509570", + "School District Name": "MAYNARD SCHOOL DISTRICT", + "Physical Address Line 1": "74 CAMPUS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAYNARD", + "Physical Address State": "AR ", + "Physical Address Zip": "72444", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2514792899408284", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408850", + "School District Name": "Vail Unified District (4413)", + "Physical Address Line 1": "13801 E. Benson Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vail", + "Physical Address State": "AZ ", + "Physical Address Zip": "85641", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06536351165980796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100120", + "School District Name": "Anderson County", + "Physical Address Line 1": "1160 By Pass North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawrenceburg", + "Physical Address State": "KY ", + "Physical Address Zip": "40342", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11390324095819633", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408880", + "School District Name": "Valentine Elementary District (4380)", + "Physical Address Line 1": "12491 N Byers", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Truxton", + "Physical Address State": "AZ ", + "Physical Address Zip": "86434", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22580645161290322", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509600", + "School District Name": "MCCRORY SCHOOL DISTRICT", + "Physical Address Line 1": "509 N JACKSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCCRORY", + "Physical Address State": "AR ", + "Physical Address Zip": "72101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26359832635983266", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0408910", + "School District Name": "Valley Union High School District (4190)", + "Physical Address Line 1": "4088 W JEFFERSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELFRIDA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85610", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23333333333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700090", + "School District Name": "Anderson County", + "Physical Address Line 1": "101 South Main ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "TN ", + "Physical Address Zip": "37716", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18696642003414912", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509630", + "School District Name": "MCGEHEE SCHOOL DISTRICT", + "Physical Address Line 1": "409 OAK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCGEHEE", + "Physical Address State": "AR ", + "Physical Address Zip": "71654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3256997455470738", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409060", + "School District Name": "Washington Elementary School District (4260)", + "Physical Address Line 1": "4650 W SWEETWATER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENDALE", + "Physical Address State": "AZ ", + "Physical Address Zip": "85304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2146206524305907", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700381", + "School District Name": "Anderson Creek Academy", + "Physical Address Line 1": "4940 Ray Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spring Lake", + "Physical Address State": "NC ", + "Physical Address Zip": "28390", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409090", + "School District Name": "Wellton Elementary District (4504)", + "Physical Address Line 1": "29126 E SAN JOSE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WELLTON", + "Physical Address State": "AZ ", + "Physical Address Zip": "85356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2575107296137339", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509720", + "School District Name": "MELBOURNE SCHOOL DISTRICT", + "Physical Address Line 1": "303 SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MELBOURNE", + "Physical Address State": "AR ", + "Physical Address Zip": "72556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20728643216080403", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409120", + "School District Name": "Wenden Elementary District (4512)", + "Physical Address Line 1": "71001 Santa Fe Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wenden", + "Physical Address State": "AZ ", + "Physical Address Zip": "85357", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4897959183673469", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3002070", + "School District Name": "Anderson Elem", + "Physical Address Line 1": "10040 Cottonwood Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bozeman", + "Physical Address State": "MT ", + "Physical Address Zip": "59718", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409160", + "School District Name": "Whiteriver Unified District (4394)", + "Physical Address Line 1": "963 Chief Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whiteriver", + "Physical Address State": "AZ ", + "Physical Address Zip": "85941", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.37163531114327064", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509750", + "School District Name": "MENA SCHOOL DISTRICT", + "Physical Address Line 1": "501 HICKORY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MENA", + "Physical Address State": "AR ", + "Physical Address Zip": "71953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2718720602069614", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409190", + "School District Name": "Wickenburg Unified District (4236)", + "Physical Address Line 1": "101 COCONINO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WICKENBURG", + "Physical Address State": "AZ ", + "Physical Address Zip": "85390", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14391891891891892", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800077", + "School District Name": "Anderson Preparatory Academy", + "Physical Address Line 1": "101 W 29th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anderson", + "Physical Address State": "IN ", + "Physical Address Zip": "46016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409250", + "School District Name": "Willcox Unified District (4170)", + "Physical Address Line 1": "480 N BISBEE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILLCOX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23035019455252917", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500020", + "School District Name": "MIDLAND SCHOOL DISTRICT", + "Physical Address Line 1": "7249 BATESVILLE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLEASANT PLAINS", + "Physical Address State": "AR ", + "Physical Address Zip": "72568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22821576763485477", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409310", + "School District Name": "Williams Unified District (4193)", + "Physical Address Line 1": "636 S 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILLIAMS", + "Physical Address State": "AZ ", + "Physical Address Zip": "86046", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23413566739606126", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602700", + "School District Name": "Anderson Union High", + "Physical Address Line 1": "1469 Ferry St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anderson", + "Physical Address State": "CA ", + "Physical Address Zip": "96007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1445978878960195", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409360", + "School District Name": "Williamson Valley Elementary School District (4475)", + "Physical Address Line 1": "7295 N BRIDLE PATH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "AZ ", + "Physical Address Zip": "86305", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.26666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509780", + "School District Name": "MINERAL SPRINGS SCHOOL DISTRICT", + "Physical Address Line 1": "130 W BROWNING", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINERAL SPRINGS", + "Physical Address State": "AR ", + "Physical Address Zip": "71851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28620102214650767", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409390", + "School District Name": "Wilson Elementary District (4261)", + "Physical Address Line 1": "3025 E FILLMORE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.35233160621761656", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602730", + "School District Name": "Anderson Valley Unified", + "Physical Address Line 1": "12300 Anderson Valley Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boonville", + "Physical Address State": "CA ", + "Physical Address Zip": "95415", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22817460317460317", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409430", + "School District Name": "Window Rock Unified District (4154)", + "Physical Address Line 1": "Navajo Rte 12", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Defiance", + "Physical Address State": "AZ ", + "Physical Address Zip": "86504", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.31528662420382164", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509840", + "School District Name": "MONTICELLO SCHOOL DISTRICT", + "Physical Address Line 1": "935 SCOGIN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTICELLO", + "Physical Address State": "AR ", + "Physical Address Zip": "71655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2643406268480189", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409460", + "School District Name": "Winslow Unified District (4387)", + "Physical Address Line 1": "800 N APACHE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINSLOW", + "Physical Address State": "AZ ", + "Physical Address Zip": "86047", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3176470588235294", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808230", + "School District Name": "ANDERSON-SHIRO CISD", + "Physical Address Line 1": "458 FM 149 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANDERSON", + "Physical Address State": "TX ", + "Physical Address Zip": "77830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17162162162162162", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409510", + "School District Name": "Yarnell Elementary District (4485)", + "Physical Address Line 1": "18912 W HAYS RANCH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peeples Valley", + "Physical Address State": "AZ ", + "Physical Address Zip": "86332", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509990", + "School District Name": "MOUNT IDA SCHOOL DISTRICT", + "Physical Address Line 1": "338 WHITTINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT IDA", + "Physical Address State": "AR ", + "Physical Address Zip": "71957", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2579957356076759", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409540", + "School District Name": "Young Elementary District (4213)", + "Physical Address Line 1": "Hwy 288/Baker Ranch Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Young", + "Physical Address State": "AZ ", + "Physical Address Zip": "85554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2716049382716049", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603000", + "School District Name": "ANDES CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "85 DELAWARE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANDES", + "Physical Address State": "NY ", + "Physical Address Zip": "13731", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409570", + "School District Name": "Yucca Elementary District (4377)", + "Physical Address Line 1": "12261 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yucca", + "Physical Address State": "AZ ", + "Physical Address Zip": "86438", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.6338028169014085", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0510080", + "School District Name": "MT. VERNON/ENOLA SCHOOL DISTRICT", + "Physical Address Line 1": "38 GARLAND SPGS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MT VERNON", + "Physical Address State": "AR ", + "Physical Address Zip": "72111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.152317880794702", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409600", + "School District Name": "Yuma Elementary District (4499)", + "Physical Address Line 1": "4th Ave and 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yuma", + "Physical Address State": "AZ ", + "Physical Address Zip": "85364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.25870178739416744", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4639540", + "School District Name": "Andes Central School District 11-1", + "Physical Address Line 1": "1001 High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Andes", + "Physical Address State": "SD ", + "Physical Address Zip": "57356", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.28512396694214875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409630", + "School District Name": "Yuma Union High School District (4507)", + "Physical Address Line 1": "3150 S AVENUE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YUMA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2092213284683639", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500043", + "School District Name": "MOUNTAIN HOME SCHOOL DISTRICT", + "Physical Address Line 1": "2465 RODEO DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNTAIN HOME", + "Physical Address State": "AR ", + "Physical Address Zip": "72653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16458240285841894", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409731", + "School District Name": "East Valley Institute of Technology (4516)", + "Physical Address Line 1": "1601 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESA", + "Physical Address State": "AZ ", + "Physical Address Zip": "85201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003360", + "School District Name": "Andover", + "Physical Address Line 1": "1432 N Andover Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Andover", + "Physical Address State": "KS ", + "Physical Address Zip": "67002", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04413489736070381", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409733", + "School District Name": "Sedona-Oak Creek JUSD #9 (4467)", + "Physical Address Line 1": "221 BREWER RD STE 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEDONA", + "Physical Address State": "AZ ", + "Physical Address Zip": "86336", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1812807881773399", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0510170", + "School District Name": "MOUNTAIN PINE SCHOOL DISTRICT", + "Physical Address Line 1": "734 BLAKELY DAM RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNTAIN PINE", + "Physical Address State": "AR ", + "Physical Address Zip": "71956", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2376237623762376", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409734", + "School District Name": "Arizona Department of Juvenile Corrections (8326)", + "Physical Address Line 1": "1624 W ADAMS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "AZ ", + "Physical Address Zip": "85007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2501950", + "School District Name": "Andover", + "Physical Address Line 1": "36 Bartlet Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Andover", + "Physical Address State": "MA ", + "Physical Address Zip": "01810", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.030405405405405407", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0510200", + "School District Name": "MOUNTAIN VIEW SCHOOL DISTRICT", + "Physical Address Line 1": "210 HIGH SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNTAIN VIEW", + "Physical Address State": "AR ", + "Physical Address Zip": "72560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3212694877505568", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500002", + "School District Name": "SAU-TECH CAREER CENTER", + "Physical Address Line 1": "327 STEWART ST SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMDEN", + "Physical Address State": "AR ", + "Physical Address Zip": "71701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603030", + "School District Name": "ANDOVER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "31-35 ELM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANDOVER", + "Physical Address State": "NY ", + "Physical Address Zip": "14806", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15436241610738255", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500005", + "School District Name": "OZARKS UNLITD. RESOURCE COOP", + "Physical Address Line 1": "5823 RESOURCE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALLEY SPRINGS", + "Physical Address State": "AR ", + "Physical Address Zip": "72682", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0510260", + "School District Name": "MOUNTAINBURG SCHOOL DISTRICT", + "Physical Address Line 1": "129 HWY 71 SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNTAINBURG", + "Physical Address State": "AR ", + "Physical Address Zip": "72946", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2725947521865889", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500006", + "School District Name": "WARREN SCHOOL DISTRICT", + "Physical Address Line 1": "408 CHERRY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARREN", + "Physical Address State": "AR ", + "Physical Address Zip": "71671", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2432244614315497", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314823", + "School District Name": "Andover Public Schools", + "Physical Address Line 1": "85 Pine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Andover", + "Physical Address State": "ME ", + "Physical Address Zip": "04216", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24324324324324326", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500008", + "School District Name": "DAWSON EDUCATION SERVICE COOP", + "Physical Address Line 1": "711 CLINTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARKADELPHIA", + "Physical Address State": "AR ", + "Physical Address Zip": "71923", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0510290", + "School District Name": "MULBERRY/PLEASANT VIEW BI-COUNTY SCHOOLS", + "Physical Address Line 1": "203 W FIFTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MULBERRY", + "Physical Address State": "AR ", + "Physical Address Zip": "72947", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1888", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400900", + "School District Name": "Andover Regional School District", + "Physical Address Line 1": "707 Limecrest Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newton", + "Physical Address State": "NJ ", + "Physical Address Zip": "07860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06836616454229433", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500011", + "School District Name": "ARCH FORD EDUC. SERVICE COOP", + "Physical Address Line 1": "101 BULLDOG DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLUMERVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72127", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0510380", + "School District Name": "NASHVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "600 N FOURTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NASHVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "71852", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2264257481648786", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500012", + "School District Name": "RIVERSIDE SCHOOL DISTRICT", + "Physical Address Line 1": "601 CATFISH DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE CITY", + "Physical Address State": "AR ", + "Physical Address Zip": "72437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1905311778290993", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900030", + "School District Name": "Andover School District", + "Physical Address Line 1": "35 School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Andover", + "Physical Address State": "CT ", + "Physical Address Zip": "06232", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06572769953051644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500013", + "School District Name": "SOUTHEAST ARK. EDUC. COOP", + "Physical Address Line 1": "1022 SCOGIN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTICELLO", + "Physical Address State": "AR ", + "Physical Address Zip": "71655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0510410", + "School District Name": "NEMO VISTA SCHOOL DISTRICT", + "Physical Address Line 1": "5690 HWY 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTER RIDGE", + "Physical Address State": "AR ", + "Physical Address Zip": "72027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22554347826086957", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500014", + "School District Name": "WESTERN ARKANSAS COOP", + "Physical Address Line 1": "3010 E HWY 22", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRANCH", + "Physical Address State": "AR ", + "Physical Address Zip": "72928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301500", + "School District Name": "Andover School District", + "Physical Address Line 1": "105 Community Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Penacook", + "Physical Address State": "NH ", + "Physical Address Zip": "03303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06887755102040816", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500015", + "School District Name": "SHERIDAN SCHOOL DISTRICT", + "Physical Address Line 1": "400 N ROCK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHERIDAN", + "Physical Address State": "AR ", + "Physical Address Zip": "72150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13505244755244755", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0510440", + "School District Name": "NETTLETON SCHOOL DISTRICT", + "Physical Address Line 1": "2616 PROGRESS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JONESBORO", + "Physical Address State": "AR ", + "Physical Address Zip": "72401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.23252279635258358", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903630", + "School District Name": "Andrew Comm School District", + "Physical Address Line 1": "13 S Marion", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Andrew", + "Physical Address State": "IA ", + "Physical Address Zip": "52030", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11619718309859155", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500017", + "School District Name": "PARAGOULD SCHOOL DISTRICT", + "Physical Address Line 1": "1501 W COURT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARAGOULD", + "Physical Address State": "AR ", + "Physical Address Zip": "72450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16609505144536993", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500030", + "School District Name": "NEVADA SCHOOL DISTRICT", + "Physical Address Line 1": "6580 US HWY 278", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSSTON", + "Physical Address State": "AR ", + "Physical Address Zip": "71858", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2553699284009546", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500018", + "School District Name": "SOUTHWEST ARK. COOP", + "Physical Address Line 1": "500 S SPRUCE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOPE", + "Physical Address State": "AR ", + "Physical Address Zip": "71801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800042", + "School District Name": "Andrew J Brown Academy", + "Physical Address Line 1": "3600 N German Church Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500023", + "School District Name": "NEWPORT SCHOOL DISTRICT", + "Physical Address Line 1": "406 WILKERSON DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWPORT", + "Physical Address State": "AR ", + "Physical Address Zip": "72112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.28010825439783493", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808280", + "School District Name": "ANDREWS ISD", + "Physical Address Line 1": "405 NW 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANDREWS", + "Physical Address State": "TX ", + "Physical Address Zip": "79714", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1467632624444964", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0510560", + "School District Name": "NORFORK SCHOOL DISTRICT", + "Physical Address Line 1": "44 FIREBALL LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORFORK", + "Physical Address State": "AR ", + "Physical Address Zip": "72658", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18806509945750452", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500022", + "School District Name": "NORTH CENTRAL ARK. EDUC COOP", + "Physical Address Line 1": "1013 HALEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MELBOURNE", + "Physical Address State": "AR ", + "Physical Address Zip": "72556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900094", + "School District Name": "Aneth Community School", + "Physical Address Line 1": "East Highway 162 San Juan County Rd 466", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montezuma Creek", + "Physical Address State": "UT", + "Physical Address Zip": "84534", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0510680", + "School District Name": "NORTH LITTLE ROCK SCHOOL DISTRICT", + "Physical Address Line 1": "2700 POPLAR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.31289756525553847", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500024", + "School District Name": "ARK. RIVER EDUC SERVICE COOP", + "Physical Address Line 1": "912 W SIXTH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINE BLUFF", + "Physical Address State": "AR ", + "Physical Address Zip": "71601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808310", + "School District Name": "ANGLETON ISD", + "Physical Address Line 1": "1900 N DOWNING RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANGLETON", + "Physical Address State": "TX ", + "Physical Address Zip": "77515", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1544159544159544", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500025", + "School District Name": "ARKANSAS CORRECTIONAL SCHOOLS", + "Physical Address Line 1": "8000 CORRECTION CIR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINE BLUFF", + "Physical Address State": "AR ", + "Physical Address Zip": "71603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0510920", + "School District Name": "OMAHA SCHOOL DISTRICT", + "Physical Address Line 1": "522 W COLLEGE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OMAHA", + "Physical Address State": "AR ", + "Physical Address Zip": "72662", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20422535211267606", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500026", + "School District Name": "PINE BLUFF SCHOOL DISTRICT", + "Physical Address Line 1": "512 S PINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINE BLUFF", + "Physical Address State": "AR ", + "Physical Address Zip": "71601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.30842776203966005", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500090", + "School District Name": "ANIMAS PUBLIC SCHOOLS", + "Physical Address Line 1": "1 PANTHER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANIMAS", + "Physical Address State": "NM ", + "Physical Address Zip": "88020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.336", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500027", + "School District Name": "NORTHEAST ARK. EDUC. COOP", + "Physical Address Line 1": "211 W HICKORY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALNUT RIDGE", + "Physical Address State": "AR ", + "Physical Address Zip": "72476", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0510950", + "School District Name": "OSCEOLA SCHOOL DISTRICT", + "Physical Address Line 1": "2750 W SEMMES", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OSCEOLA", + "Physical Address State": "AR ", + "Physical Address Zip": "72370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3469387755102041", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500028", + "School District Name": "STAR CITY SCHOOL DISTRICT", + "Physical Address Line 1": "206 CLEVELAND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STAR CITY", + "Physical Address State": "AR ", + "Physical Address Zip": "71667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.212298682284041", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602307", + "School District Name": "Animo City of Champions Charter High District", + "Physical Address Line 1": "9330 S. Eighth Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inglewood", + "Physical Address State": "CA ", + "Physical Address Zip": "90305", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500073", + "School District Name": "OUACHITA RIVER SCHOOL DISTRICT", + "Physical Address Line 1": "143 POLK RD 96", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MENA", + "Physical Address State": "AR ", + "Physical Address Zip": "71953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24283305227655985", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602187", + "School District Name": "Animo Compton Charter District", + "Physical Address Line 1": "13305 S. San Pedro St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90061", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500031", + "School District Name": "SOUTH CENTRAL SERVICE COOP", + "Physical Address Line 1": "400 MAUL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMDEN", + "Physical Address State": "AR ", + "Physical Address Zip": "71701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0510980", + "School District Name": "OUACHITA SCHOOL DISTRICT", + "Physical Address Line 1": "166 SCHOOLHOUSE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DONALDSON", + "Physical Address State": "AR ", + "Physical Address Zip": "71941", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23778501628664495", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601658", + "School District Name": "Animo Ellen Ochoa Charter Middle District", + "Physical Address Line 1": "4360 Dozier St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500033", + "School District Name": "GREAT RIVERS EDUC. SERV. COOP", + "Physical Address Line 1": "100 CAMPUS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HELENA", + "Physical Address State": "AR ", + "Physical Address Zip": "72342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500076", + "School District Name": "OZARK MOUNTAIN SCHOOL DISTRICT", + "Physical Address Line 1": "250 S HWY 65", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST JOE", + "Physical Address State": "AR ", + "Physical Address Zip": "72675", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500034", + "School District Name": "CROWLEY'S RIDGE EDUCATION COOP", + "Physical Address Line 1": "1606 PINE GROVE LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRISBURG", + "Physical Address State": "AR ", + "Physical Address Zip": "72432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602096", + "School District Name": "Animo Florence-Firestone Charter Middle District", + "Physical Address Line 1": "8255 Beach St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500035", + "School District Name": "ARK. SCHOOL FOR THE BLIND", + "Physical Address Line 1": "2600 W MARKHAM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0511010", + "School District Name": "OZARK SCHOOL DISTRICT", + "Physical Address Line 1": "1609 WALDEN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OZARK", + "Physical Address State": "AR ", + "Physical Address Zip": "72949", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24193548387096775", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500036", + "School District Name": "ARK. SCHOOL FOR THE DEAF", + "Physical Address Line 1": "2400 W MARKHAM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72205", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602471", + "School District Name": "Animo Inglewood Charter High District", + "Physical Address Line 1": "3425 W. Manchester Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inglewood", + "Physical Address State": "CA ", + "Physical Address Zip": "90305", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500037", + "School District Name": "DEQUEEN/MENA EDUC. COOP", + "Physical Address Line 1": "305 S HORNBERG AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILLHAM", + "Physical Address State": "AR ", + "Physical Address Zip": "71841", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601657", + "School District Name": "Animo Jackie Robinson High District", + "Physical Address Line 1": "3500 S. Hill St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90007", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500039", + "School District Name": "NORTHWEST ARK. EDUCATION COOP", + "Physical Address Line 1": "4 N DOUBLE SPRINGS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARMINGTON", + "Physical Address State": "AR ", + "Physical Address Zip": "72730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601960", + "School District Name": "Animo James B. Taylor Charter Middle District", + "Physical Address Line 1": "810 E. 111th Pl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90059", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500040", + "School District Name": "WILBUR D. MILLS EDUC. COOP", + "Physical Address Line 1": "210 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEEBE", + "Physical Address State": "AR ", + "Physical Address Zip": "72012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602344", + "School District Name": "Animo Jefferson Charter Middle District", + "Physical Address Line 1": "1655 E. 27th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500041", + "School District Name": "WESTERN YELL CO. SCHOOL DIST.", + "Physical Address Line 1": "1 WOLVERINE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAVANA", + "Physical Address State": "AR ", + "Physical Address Zip": "72842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1724137931034483", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602052", + "School District Name": "Animo Leadership High District", + "Physical Address Line 1": "11044 S. Freeman Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inglewood", + "Physical Address State": "CA ", + "Physical Address Zip": "90301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601624", + "School District Name": "Animo Legacy Charter Middle District", + "Physical Address Line 1": "12226 S. W.ern Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90047", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601649", + "School District Name": "Animo Mae Jemison Charter Middle District", + "Physical Address Line 1": "12700 S. Avalon Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90061", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602257", + "School District Name": "Animo Pat Brown District", + "Physical Address Line 1": "8255 Beach St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500045", + "School District Name": "RIVERCREST SCHOOL DISTRICT", + "Physical Address Line 1": "22 JEFFERSON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILSON", + "Physical Address State": "AR ", + "Physical Address Zip": "72395", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.29850746268656714", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601899", + "School District Name": "Animo Ralph Bunche Charter High District", + "Physical Address Line 1": "1655 E. 27th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602435", + "School District Name": "Animo South Los Angeles Charter District", + "Physical Address Line 1": "11130 W.ern Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90047", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500047", + "School District Name": "TRUMANN SCHOOL DISTRICT", + "Physical Address Line 1": "221 PINE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRUMANN", + "Physical Address State": "AR ", + "Physical Address Zip": "72472", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.29327781082688875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602461", + "School District Name": "Animo Venice Charter High District", + "Physical Address Line 1": "820 BRd.way St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Venice", + "Physical Address State": "CA ", + "Physical Address Zip": "90291", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602219", + "School District Name": "Animo Watts College Preparatory Academy District", + "Physical Address Line 1": "12628 Avalon Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90061", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602105", + "School District Name": "Animo Westside Charter Middle District", + "Physical Address Line 1": "5456 McConnell Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90066", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500051", + "School District Name": "PALESTINE-WHEATLEY SCH. DIST.", + "Physical Address Line 1": "7950 HWY 70 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PALESTINE", + "Physical Address State": "AR ", + "Physical Address Zip": "72372", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2980132450331126", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903690", + "School District Name": "Ankeny Comm School District", + "Physical Address Line 1": "306 SW School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ankeny", + "Physical Address State": "IA ", + "Physical Address Zip": "50023", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04378870673952641", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500052", + "School District Name": "SOUTH ARK CAREER CENTER", + "Physical Address Line 1": "3696 E MAIN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL DORADO", + "Physical Address State": "AR ", + "Physical Address Zip": "71730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600222", + "School District Name": "Ann Arbor Learning Community", + "Physical Address Line 1": "4377 TEXTILE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YPSILANTI", + "Physical Address State": "MI ", + "Physical Address Zip": "48197", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500053", + "School District Name": "WESTARK TECHNICAL CENTER", + "Physical Address Line 1": "5210 GRAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT SMITH", + "Physical Address State": "AR ", + "Physical Address Zip": "72913", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2602820", + "School District Name": "Ann Arbor Public Schools", + "Physical Address Line 1": "2555 S STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANN ARBOR", + "Physical Address State": "MI ", + "Physical Address Zip": "48104", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.08409650418513048", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500054", + "School District Name": "ASU THREE RIVERS CAREER CENTER", + "Physical Address Line 1": "1 COLLEGE CIR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MALVERN", + "Physical Address State": "AR ", + "Physical Address Zip": "72104", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901502", + "School District Name": "Ann Jerkins-Harris Academy of Excellence", + "Physical Address Line 1": "728 Parkside Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500055", + "School District Name": "BENTON COUNTY SCHOOL OF ARTS", + "Physical Address Line 1": "8 HALSTED CIR STE 5", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROGERS", + "Physical Address State": "AR ", + "Physical Address Zip": "72756", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703750", + "School District Name": "Anna CCSD 37", + "Physical Address Line 1": "301 S Green St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anna", + "Physical Address State": "IL ", + "Physical Address Zip": "62906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20970042796005706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500056", + "School District Name": "ASU BEEBE REGIONAL CAREER CENTER - SEARCY", + "Physical Address Line 1": "1800 E MOORE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEARCY", + "Physical Address State": "AR ", + "Physical Address Zip": "72145", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808340", + "School District Name": "ANNA ISD", + "Physical Address Line 1": "501 S SHERLEY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANNA", + "Physical Address State": "TX ", + "Physical Address Zip": "75409", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08162374508948057", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500057", + "School District Name": "NATIONAL PARK TECHNOLOGY CENTER", + "Physical Address Line 1": "101 COLLEGE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOT SPRINGS", + "Physical Address State": "AR ", + "Physical Address Zip": "71913", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703780", + "School District Name": "Anna Jonesboro CHSD 81", + "Physical Address Line 1": "608 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anna", + "Physical Address State": "IL ", + "Physical Address Zip": "62906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500058", + "School District Name": "UA-PTC TECHNICAL CENTER", + "Physical Address Line 1": "16936 Interstate 30 North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Benton", + "Physical Address State": "AR ", + "Physical Address Zip": "72019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910004", + "School District Name": "Anna Local", + "Physical Address Line 1": "1 McRill Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anna", + "Physical Address State": "OH ", + "Physical Address Zip": "45302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.044921875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2703150", + "School District Name": "ANNANDALE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "125 CHERRY AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANNANDALE", + "Physical Address State": "MN ", + "Physical Address Zip": "55302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.05578512396694215", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500060", + "School District Name": "NORTH ARKANSAS COLLEGE SECONDARY CENTER", + "Physical Address Line 1": "1515 PIONEER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRISON", + "Physical Address State": "AR ", + "Physical Address Zip": "72601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703810", + "School District Name": "Annawan CUSD 226", + "Physical Address Line 1": "501 W South St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Annawan", + "Physical Address State": "IL ", + "Physical Address Zip": "61234", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10089020771513353", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500061", + "School District Name": "IMBODEN CHARTER SCHOOL DISTRICT", + "Physical Address Line 1": "605 W 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IMBODEN", + "Physical Address State": "AR ", + "Physical Address Zip": "72434", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400060", + "School District Name": "Anne Arundel County Public Schools", + "Physical Address Line 1": "2644 Riva Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Annapolis", + "Physical Address State": "MD ", + "Physical Address Zip": "21401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07202794312169312", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0500062", + "School District Name": "KIPP DELTA PUBLIC SCHOOLS", + "Physical Address Line 1": "415 OHIO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HELENA", + "Physical Address State": "AR ", + "Physical Address Zip": "72342", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101350", + "School District Name": "Annex SD 29", + "Physical Address Line 1": "402 Annex Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ontario", + "Physical Address State": "OR ", + "Physical Address Zip": "97914", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "0.208955223880597", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202490", + "School District Name": "Annville-Cleona SD", + "Physical Address Line 1": "520 S White Oak St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Annville", + "Physical Address State": "PA ", + "Physical Address Zip": "17003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08045977011494253", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500066", + "School District Name": "PHILLIPS COMMUNITY COLLEGE CAREER & TECHNICAL CENTER", + "Physical Address Line 1": "2807 HWY 165 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STUTTGART", + "Physical Address State": "AR ", + "Physical Address Zip": "72160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2703180", + "School District Name": "ANOKA-HENNEPIN PUBLIC SCHOOL DIST.", + "Physical Address Line 1": "2727 N FERRY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANOKA", + "Physical Address State": "MN ", + "Physical Address Zip": "55303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07050088748430668", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1600155", + "School District Name": "ANOTHER CHOICE VIRTUAL CHARTER SCHOOL INC.", + "Physical Address Line 1": "1014 WEST HEMINGWAY BOULEVARD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAMPA", + "Physical Address State": "ID ", + "Physical Address Zip": "83651", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100010", + "School District Name": "ANSELMO-MERNA PUBLIC SCHOOLS", + "Physical Address Line 1": "750 N CONWAY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERNA", + "Physical Address State": "NE ", + "Physical Address Zip": "68856", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0867579908675799", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600195", + "School District Name": "ANSER OF IDAHO INC.", + "Physical Address Line 1": "202 EAST 42ND STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GARDEN CITY", + "Physical Address State": "ID ", + "Physical Address Zip": "83714", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3103060", + "School District Name": "ANSLEY PUBLIC SCHOOLS", + "Physical Address Line 1": "1124 CAMERON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANSLEY", + "Physical Address State": "NE ", + "Physical Address Zip": "68814", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19270833333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700180", + "School District Name": "Anson County Schools", + "Physical Address Line 1": "320 Camden Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wadesboro", + "Physical Address State": "NC ", + "Physical Address Zip": "28170", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3072642967542504", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808400", + "School District Name": "ANSON ISD", + "Physical Address Line 1": "1431 COMMERCIAL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANSON", + "Physical Address State": "TX ", + "Physical Address Zip": "79501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1934477379095164", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500074", + "School District Name": "LISA ACADEMY", + "Physical Address Line 1": "21 CORPORATE HILL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Little Rock", + "Physical Address State": "AR ", + "Physical Address Zip": "72205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904662", + "School District Name": "Ansonia Local", + "Physical Address Line 1": "600 E Canal", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ansonia", + "Physical Address State": "OH ", + "Physical Address Zip": "45303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12749615975422426", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500075", + "School District Name": "EAST ARKANSAS CAREER CENTER", + "Physical Address Line 1": "1700 NEW CASTLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORRECT CITY", + "Physical Address State": "AR ", + "Physical Address Zip": "72335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900060", + "School District Name": "Ansonia School District", + "Physical Address Line 1": "42 Grove Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ansonia", + "Physical Address State": "CT ", + "Physical Address Zip": "06401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18851902173913043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602760", + "School District Name": "Antelope Elementary", + "Physical Address Line 1": "22630 Antelope Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Bluff", + "Physical Address State": "CA ", + "Physical Address Zip": "96080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19032761310452417", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500078", + "School District Name": "HAAS HALL ACADEMY", + "Physical Address Line 1": "3155 N COLLEGE AVE STE 108", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAYETTEVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72730", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601854", + "School District Name": "Antelope Valley Learning Academy District", + "Physical Address Line 1": "37212 47th St. E.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palmdale", + "Physical Address State": "CA ", + "Physical Address Zip": "93550", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500079", + "School District Name": "TWO RIVERS SCHOOL DISTRICT", + "Physical Address Line 1": "17727 EAST STATE HWY 28", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OLA", + "Physical Address State": "AR ", + "Physical Address Zip": "72853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25068870523415976", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600112", + "School District Name": "Antelope Valley ROP", + "Physical Address Line 1": "1156 E. Ave. S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palmdale", + "Physical Address State": "CA ", + "Physical Address Zip": "93550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500080", + "School District Name": "ARKANSAS NORTHEASTERN COLLEGE TECHNICAL CENTER", + "Physical Address Line 1": "2501 S DIVISION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLYTHEVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72315", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601363", + "School District Name": "Antelope Valley Schools Transportation Agency", + "Physical Address Line 1": "670 W. Ave. L-8", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "CA ", + "Physical Address Zip": "93534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500081", + "School District Name": "NORTHWEST ARKANSAS COMMUNITY COLLEGE REGIONAL CENTER", + "Physical Address Line 1": "2350 OLD FARMINGTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAYETTEVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602820", + "School District Name": "Antelope Valley Union High", + "Physical Address Line 1": "44811 N. Sierra Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "CA ", + "Physical Address Zip": "93534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22095710692678946", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500389", + "School District Name": "DHS DIVISION OF DEVELOPMENTAL DISABILITIES SERVICES", + "Physical Address Line 1": "701 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808430", + "School District Name": "ANTHONY ISD", + "Physical Address Line 1": "840 SIXTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANTHONY", + "Physical Address State": "TX ", + "Physical Address Zip": "79821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2741398446170921", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500390", + "School District Name": "DIVISION OF YOUTH SERVICES SCHOOL SYSTEM", + "Physical Address Line 1": "701 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904820", + "School District Name": "Anthony Wayne Local", + "Physical Address Line 1": "9565 Bucher Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitehouse", + "Physical Address State": "OH ", + "Physical Address Zip": "43571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.050075364260592864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500394", + "School District Name": "ARKANSAS VIRTUAL ACADEMY", + "Physical Address Line 1": "10802 EXECUTIVE CTR DR STE 205", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72211", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202480", + "School District Name": "Antietam SD", + "Physical Address Line 1": "100 Antietam Rd Stony Ck Mills", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reading", + "Physical Address State": "PA ", + "Physical Address Zip": "19606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14756554307116104", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500398", + "School District Name": "ESTEM PUBLIC CHARTER SCHOOL", + "Physical Address Line 1": "112 W 3RD ST LEVEL 3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500360", + "School District Name": "Antigo Unified School District", + "Physical Address Line 1": "120 S Dorr St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Antigo", + "Physical Address State": "WI ", + "Physical Address Zip": "54409", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16137667304015296", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500402", + "School District Name": "ARKANSAS LIGHTHOUSE ACADEMIES", + "Physical Address Line 1": "251 N FIRST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72076", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703840", + "School District Name": "Antioch CCSD 34", + "Physical Address Line 1": "964 Spafford St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Antioch", + "Physical Address State": "IL ", + "Physical Address Zip": "60002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07142857142857142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602027", + "School District Name": "Antioch Charter Academy District", + "Physical Address Line 1": "3325 Hacienda Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Antioch", + "Physical Address State": "CA ", + "Physical Address Zip": "94509", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500406", + "School District Name": "PINE BLUFF LIGHTHOUSE ACADEMY", + "Physical Address Line 1": "708 W SECOND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINE BLUFF", + "Physical Address State": "AR", + "Physical Address Zip": "71601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601822", + "School District Name": "Antioch Charter Academy II District", + "Physical Address Line 1": "1201 W. Tenth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Antioch", + "Physical Address State": "CA ", + "Physical Address Zip": "94509", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500407", + "School District Name": "GRADUATE ARKANSAS CHARTER", + "Physical Address Line 1": "6900 SCOTT HAMILTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72209", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602850", + "School District Name": "Antioch Unified", + "Physical Address Line 1": "510 G St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Antioch", + "Physical Address State": "CA ", + "Physical Address Zip": "94509", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17152327026653777", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500408", + "School District Name": "RESPONSIVE ED SOLUTIONS PREMIER HIGH SCHOOL OF LITTLE ROCK", + "Physical Address Line 1": "1621 DR. MARTIN LUTHER KING DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Little Rock", + "Physical Address State": "AR ", + "Physical Address Zip": "72206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003060", + "School District Name": "ANTLERS", + "Physical Address Line 1": "219 Northeast A Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Antlers", + "Physical Address State": "OK ", + "Physical Address Zip": "74523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21621621621621623", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500409", + "School District Name": "FOUNDERS CLASSICAL ACADEMIES OF ARKANSAS", + "Physical Address Line 1": "1300 MELISSA DR STE 216", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENTONVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72712", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808460", + "School District Name": "ANTON ISD", + "Physical Address Line 1": "100 E ELLWOOD BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANTON", + "Physical Address State": "TX ", + "Physical Address Zip": "79313", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2576419213973799", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500411", + "School District Name": "EXALT ACADEMY OF SOUTHWEST LITTLE ROCK", + "Physical Address Line 1": "6111 W 83RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72209", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200813", + "School District Name": "Antonia Pantoja Community CS", + "Physical Address Line 1": "4101 North American Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19140", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500413", + "School District Name": "CAPITOL CITY LIGHTHOUSE ACADEMY", + "Physical Address Line 1": "401 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH LITTLE ROCK", + "Physical Address State": "AR", + "Physical Address Zip": "72214", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904899", + "School District Name": "Antwerp Local", + "Physical Address Line 1": "303 S. Harrmann Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Antwerp", + "Physical Address State": "OH ", + "Physical Address Zip": "45813", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13342503438789546", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500417", + "School District Name": "ARKANSAS CONNECTIONS ACADEMY", + "Physical Address Line 1": "1009 BEAU TERRE DR BLDG O", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENTONVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72712", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000048", + "School District Name": "ANW Special Education Cooperative", + "Physical Address Line 1": "710 Bridge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Humboldt", + "Physical Address State": "KS ", + "Physical Address Zip": "66748", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500418", + "School District Name": "FUTURE SCHOOL OF FORT SMITH", + "Physical Address Line 1": "622 N 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT SMITH", + "Physical Address State": "AR ", + "Physical Address Zip": "72917", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900309", + "School District Name": "Apex Academy", + "Physical Address Line 1": "16005 Terrace Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44112", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500420", + "School District Name": "THE EXCEL CENTER", + "Physical Address Line 1": "7400 SCOTT HAMILTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72209", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601761", + "School District Name": "APEX Academy District", + "Physical Address Line 1": "1309 N. Wilton Pl. 3rd Fl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90028", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500421", + "School District Name": "SCHOLARMADE ACHIEVEMENT PLACE OF ARKANSAS", + "Physical Address Line 1": "2410 S BATTERY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903750", + "School District Name": "Aplington-Parkersburg Comm School District", + "Physical Address Line 1": "610 N. Johnson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parkersburg", + "Physical Address State": "IA ", + "Physical Address Zip": "50665", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06180469715698393", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500423", + "School District Name": "FRIENDSHIP ASPIRE ACADEMY PINE BLUFF", + "Physical Address Line 1": "3911 S HAZEL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINE BLUFF", + "Physical Address State": "AR ", + "Physical Address Zip": "71603", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905077", + "School District Name": "Apollo", + "Physical Address Line 1": "3325 Shawnee Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lima", + "Physical Address State": "OH ", + "Physical Address Zip": "45806", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500424", + "School District Name": "FRIENDSHIP ASPIRE ACADEMY LITTLE ROCK", + "Physical Address Line 1": "3615 West 25th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202550", + "School District Name": "Apollo-Ridge SD", + "Physical Address Line 1": "1825 State Route 56", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spring Church", + "Physical Address State": "PA ", + "Physical Address Zip": "15686", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15694744420446363", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500425", + "School District Name": "RESPONSIVE ED SOLUTIONS PREMIER HIGH SCH OF N LITTLE ROCK", + "Physical Address Line 1": "400 HARDIN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72211", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289180", + "School District Name": "Appalachia IU 8", + "Physical Address Line 1": "4500 6th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Altoona", + "Physical Address State": "PA ", + "Physical Address Zip": "16602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500426", + "School District Name": "HOPE ACADEMY OF NW ARKANSAS", + "Physical Address Line 1": "14100 Vaughn Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENTONVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72713", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700427", + "School District Name": "Appalachian State U Academy Middle Fork", + "Physical Address Line 1": "3125 Williston Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walkertown", + "Physical Address State": "NC ", + "Physical Address Zip": "27051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500427", + "School District Name": "FRIENDSHIP ASPIRE ACADEMY SOUTHEAST PINE BLUFF", + "Physical Address Line 1": "3615 W 25th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3802014", + "School District Name": "APPLE CREEK 39", + "Physical Address Line 1": "2000 93rd St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bismarck", + "Physical Address State": "ND ", + "Physical Address Zip": "58504", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.029411764705882353", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500428", + "School District Name": "ASU - MOUNTAIN HOME CAREER CENTER", + "Physical Address Line 1": "1600 South College St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNTAIN HOME", + "Physical Address State": "AR ", + "Physical Address Zip": "72653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808490", + "School District Name": "APPLE SPRINGS ISD", + "Physical Address Line 1": "9120 FM 2501", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "APPLE SPRINGS", + "Physical Address State": "TX ", + "Physical Address Zip": "75926", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12849162011173185", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500429", + "School District Name": "UACCM TECHNICAL CENTER", + "Physical Address Line 1": "1537 University Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORRILTON", + "Physical Address State": "AR ", + "Physical Address Zip": "72210", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600017", + "School District Name": "Apple Valley Unified", + "Physical Address Line 1": "12555 Navajo Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Apple Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "92308", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1887122033489941", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500430", + "School District Name": "UA HOPE TEXARKANA TECHNICAL CENTER", + "Physical Address Line 1": "2500 South Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hope", + "Physical Address State": "AR ", + "Physical Address Zip": "71801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500390", + "School District Name": "Appleton Area School District", + "Physical Address Line 1": "131 E Washington St", + "Physical Address Line 2": "Ste 1A", + "Physical Address Line 3": "", + "Physical Address City": "Appleton", + "Physical Address State": "WI ", + "Physical Address Zip": "54911", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09711462209479656", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500431", + "School District Name": "UACCB TECHNICAL CENTER", + "Physical Address Line 1": "2005 White Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Batesville", + "Physical Address State": "AR ", + "Physical Address Zip": "72501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2903120", + "School District Name": "APPLETON CITY R-II", + "Physical Address Line 1": "408 W 4TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "APPLETON CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64724", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15501519756838905", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500432", + "School District Name": "OZARKA COLLEGE TECHNICAL CENTER", + "Physical Address Line 1": "218 COLLEGE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MELBOURNE", + "Physical Address State": "AR ", + "Physical Address Zip": "72556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2302510", + "School District Name": "Appleton Public Schools", + "Physical Address Line 1": "444 Camden Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hope", + "Physical Address State": "ME ", + "Physical Address Zip": "04847", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13690476190476192", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500433", + "School District Name": "ASU NEWPORT SEC CAREER CENTER (IGNITE)", + "Physical Address Line 1": "7648 Victory Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWPORT", + "Physical Address State": "AR ", + "Physical Address Zip": "72112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500434", + "School District Name": "JEFFERSON AREA CAREER CENTER", + "Physical Address Line 1": "912 West 6th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINE BLUFF", + "Physical Address State": "AR ", + "Physical Address Zip": "71601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300060", + "School District Name": "Appling County", + "Physical Address Line 1": "249 Blackshear Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baxley", + "Physical Address State": "GA ", + "Physical Address Zip": "31513", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.25551308438694503", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500435", + "School District Name": "UA RICH MOUNTAIN TECHNICAL CENTER", + "Physical Address Line 1": "1100 College Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mena", + "Physical Address State": "AR ", + "Physical Address Zip": "71953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100240", + "School District Name": "APPOMATTOX CO PBLC SCHS", + "Physical Address Line 1": "316 Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Appomattox", + "Physical Address State": "VA ", + "Physical Address Zip": "24522", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1541471048513302", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500436", + "School District Name": "ARK TECH UNIVERISTY CAREER CENTER", + "Physical Address Line 1": "215 West O Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RUSSELLVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100032", + "School District Name": "APPOMATTOX REGIONAL GOV SCH", + "Physical Address Line 1": "512 W. Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petersburg", + "Physical Address State": "VA ", + "Physical Address Zip": "23803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500437", + "School District Name": "BLACK RIVER TECHNICAL COLLEGE", + "Physical Address Line 1": "1410 Highway 304 East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POCAHONTAS", + "Physical Address State": "AR ", + "Physical Address Zip": "72455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000080", + "School District Name": "Appoquinimink School District", + "Physical Address Line 1": "313 South Fifth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Odessa", + "Physical Address State": "DE ", + "Physical Address Zip": "19730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06196237499125813", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500438", + "School District Name": "COSSATOT COMMUNITY COLLEGE OF THE UA", + "Physical Address Line 1": "183 College Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dequeen", + "Physical Address State": "AR ", + "Physical Address Zip": "71832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700439", + "School District Name": "Apprentice Academy HS of NC", + "Physical Address Line 1": "2505 Weddington Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "NC ", + "Physical Address Zip": "28110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500439", + "School District Name": "MID SOUTH COMMUNITY COLLEGE", + "Physical Address Line 1": "2000 W BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST MEMPHIS", + "Physical Address State": "AR ", + "Physical Address Zip": "72301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500440", + "School District Name": "WESTWIND SCHOOL FOR PERFORMING ARTS", + "Physical Address Line 1": "7318 WINDSONG DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703900", + "School District Name": "Aptakisic-Tripp CCSD 102", + "Physical Address Line 1": "1351 Abbott Court", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buffalo Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "60089", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04062229904926534", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0500441", + "School District Name": "RESPONSIVE ED SOLUTIONS PREMIER HIGH SCHOOL OF SPRINGDALE", + "Physical Address Line 1": "693 WHITE ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGDALE", + "Physical Address State": "AR ", + "Physical Address Zip": "72762", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808520", + "School District Name": "AQUILLA ISD", + "Physical Address Line 1": "404 N RICHARDS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AQUILLA", + "Physical Address State": "TX ", + "Physical Address Zip": "76622", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1590909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903780", + "School District Name": "Ar-We-Va Comm School District", + "Physical Address Line 1": "108 Clinton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westside", + "Physical Address State": "IA ", + "Physical Address Zip": "51467", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808550", + "School District Name": "ARANSAS COUNTY ISD", + "Physical Address Line 1": "619 N LIVE OAK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCKPORT", + "Physical Address State": "TX ", + "Physical Address Zip": "78382", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.25966666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808580", + "School District Name": "ARANSAS PASS ISD", + "Physical Address Line 1": "2300 MCMULLEN LANE STE 600", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARANSAS PASS", + "Physical Address State": "TX ", + "Physical Address Zip": "78336", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2735644637053088", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003120", + "School District Name": "ARAPAHO-BUTLER", + "Physical Address Line 1": "214 N 12th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arapaho", + "Physical Address State": "OK ", + "Physical Address Zip": "73620", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15673981191222572", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800273", + "School District Name": "Arapahoe 1 Englewood AU", + "Physical Address Line 1": "4101 South Bannock", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Englewood", + "Physical Address State": "CO ", + "Physical Address Zip": "80110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800228", + "School District Name": "Arapahoe 2 Sheridan AU", + "Physical Address Line 1": "4000 South Lowell Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sheridan", + "Physical Address State": "CO ", + "Physical Address Zip": "80236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800247", + "School District Name": "Arapahoe 5 Cherry Creek AU", + "Physical Address Line 1": "4700 South Yosemite Street #240", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenwood Village", + "Physical Address State": "CO ", + "Physical Address Zip": "80111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800224", + "School District Name": "Arapahoe 6 Littleton AU", + "Physical Address Line 1": "5776 South Crocker Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Littleton", + "Physical Address State": "CO ", + "Physical Address Zip": "80120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700038", + "School District Name": "Arapahoe Charter School", + "Physical Address Line 1": "9005 NC Hwy 306 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arapahoe", + "Physical Address State": "NC ", + "Physical Address Zip": "28510", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3103090", + "School District Name": "ARAPAHOE PUBLIC SCHOOLS", + "Physical Address Line 1": "610 WALNUT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARAPAHOE", + "Physical Address State": "NE ", + "Physical Address Zip": "68922", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13768115942028986", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601742", + "School District Name": "Ararat Charter District", + "Physical Address Line 1": "6555 Sylmar Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Van Nuys", + "Physical Address State": "CA ", + "Physical Address Zip": "91401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600090", + "School District Name": "ARBON ELEMENTARY DISTRICT", + "Physical Address Line 1": "4405 ARBON VALLEY HIGHWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARBON", + "Physical Address State": "ID ", + "Physical Address Zip": "83212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08108108108108109", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602970", + "School District Name": "Arcadia Unified", + "Physical Address Line 1": "150 S. 3rd Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arcadia", + "Physical Address State": "CA ", + "Physical Address Zip": "91006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11156334794406178", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0503030", + "School District Name": "PEA RIDGE SCHOOL DISTRICT", + "Physical Address Line 1": "781 W PICKENS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEA RIDGE", + "Physical Address State": "AR ", + "Physical Address Zip": "72751", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08803122289679098", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600181", + "School District Name": "Arbor Academy", + "Physical Address Line 1": "55 ARBOR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BATTLE CREEK", + "Physical Address State": "MI ", + "Physical Address Zip": "49015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603000", + "School District Name": "Arcata Elementary", + "Physical Address Line 1": "1435 Buttermilk Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arcata", + "Physical Address State": "CA ", + "Physical Address Zip": "95521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.26212471131639725", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703930", + "School District Name": "Arbor Park SD 145", + "Physical Address Line 1": "17301 Central Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Forest", + "Physical Address State": "IL ", + "Physical Address Zip": "60452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1561014263074485", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603060", + "School District Name": "Arcohe Union Elementary", + "Physical Address Line 1": "11755 Ivie Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Herald", + "Physical Address State": "CA ", + "Physical Address Zip": "95638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0873015873015873", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600989", + "School District Name": "Arbor Preparatory High School", + "Physical Address Line 1": "6800 Hitchingham Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ypsilanti", + "Physical Address State": "MI ", + "Physical Address Zip": "48197", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603090", + "School District Name": "Arena Union Elementary", + "Physical Address Line 1": "45 Lake St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Point Arena", + "Physical Address State": "CA ", + "Physical Address Zip": "95468", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2098360655737705", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700355", + "School District Name": "ARCADIA CHARTER SCHOOL", + "Physical Address Line 1": "1719 CANNON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTHFIELD", + "Physical Address State": "MN ", + "Physical Address Zip": "55057", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603180", + "School District Name": "Armona Union Elementary", + "Physical Address Line 1": "11115 C St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Armona", + "Physical Address State": "CA ", + "Physical Address Zip": "93202", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.23296888141295205", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910002", + "School District Name": "Arcadia Local", + "Physical Address Line 1": "19033 State Route 12", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arcadia", + "Physical Address State": "OH ", + "Physical Address Zip": "44804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0945054945054945", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691136", + "School District Name": "Aromas - San Juan Unified", + "Physical Address Line 1": "2300 San Juan Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Juan Buatista", + "Physical Address State": "CA ", + "Physical Address Zip": "95045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10557377049180328", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3103120", + "School District Name": "ARCADIA PUBLIC SCHOOLS", + "Physical Address Line 1": "320 W OWENS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARCADIA", + "Physical Address State": "NE ", + "Physical Address Zip": "68815", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13043478260869565", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603270", + "School District Name": "Arvin Union", + "Physical Address Line 1": "737 Bear Mountain Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arvin", + "Physical Address State": "CA ", + "Physical Address Zip": "93203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.3289902280130293", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500420", + "School District Name": "Arcadia School District", + "Physical Address Line 1": "730 Raider Dr", + "Physical Address Line 2": "Ste 3150", + "Physical Address Line 3": "", + "Physical Address City": "Arcadia", + "Physical Address State": "WI ", + "Physical Address Zip": "54612", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11094452773613193", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603300", + "School District Name": "Atascadero Unified", + "Physical Address Line 1": "5601 W. Mall", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atascadero", + "Physical Address State": "CA ", + "Physical Address Zip": "93422", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.09562890276538805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603420", + "School District Name": "Atwater Elementary", + "Physical Address Line 1": "1401 BRd.way Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atwater", + "Physical Address State": "CA ", + "Physical Address Zip": "95301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.26746393318147305", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2903150", + "School District Name": "ARCADIA VALLEY R-II", + "Physical Address Line 1": "750 PARK DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IRONTON", + "Physical Address State": "MO ", + "Physical Address Zip": "63650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2526997840172786", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603480", + "School District Name": "Auburn Union Elementary", + "Physical Address Line 1": "255 Epperle Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Auburn", + "Physical Address State": "CA ", + "Physical Address Zip": "95603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10824396782841823", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904663", + "School District Name": "Arcanum-Butler Local", + "Physical Address Line 1": "2011 Trojan Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arcanum", + "Physical Address State": "OH ", + "Physical Address Zip": "45304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09067131647776809", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504020", + "School District Name": "WESTSIDE CONS. SCH DIST(CRAIGH", + "Physical Address Line 1": "1630 HWY 91 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JONESBORO", + "Physical Address State": "AR ", + "Physical Address Zip": "72404", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17002237136465326", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603600", + "School District Name": "Azusa Unified", + "Physical Address Line 1": "546 S. Citrus Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Azusa", + "Physical Address State": "CA ", + "Physical Address Zip": "91702", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16779540188914632", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603610", + "School District Name": "Baker Valley Unified", + "Physical Address Line 1": "72100 Sch House Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baker", + "Physical Address State": "CA ", + "Physical Address Zip": "92309", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2661290322580645", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603630", + "School District Name": "Bakersfield City", + "Physical Address Line 1": "1300 Baker St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93305", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.34124909451670815", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0504170", + "School District Name": "WHITE CO. CENTRAL SCHOOL DIST.", + "Physical Address Line 1": "3259 HWY 157", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JUDSONIA", + "Physical Address State": "AR ", + "Physical Address Zip": "72081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17687074829931973", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904704", + "School District Name": "Archbold-Area Local", + "Physical Address Line 1": "600 Lafayette St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Archbold", + "Physical Address State": "OH ", + "Physical Address Zip": "43502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0755287009063444", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603690", + "School District Name": "Baldwin Park Unified", + "Physical Address Line 1": "3699 N. Holly Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baldwin Park", + "Physical Address State": "CA ", + "Physical Address Zip": "91706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2040035804377899", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808610", + "School District Name": "ARCHER CITY ISD", + "Physical Address Line 1": "600 S ASH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARCHER CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "76351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16591928251121077", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0504370", + "School District Name": "RECTOR SCHOOL DISTRICT", + "Physical Address Line 1": "604 W 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RECTOR", + "Physical Address State": "AR ", + "Physical Address Zip": "72461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22916666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603720", + "School District Name": "Ballard Elementary", + "Physical Address Line 1": "2425 Sch St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Solvang", + "Physical Address State": "CA ", + "Physical Address Zip": "93463", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0703125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603750", + "School District Name": "Ballico-Cressey Elementary", + "Physical Address Line 1": "11818 Gregg St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ballico", + "Physical Address State": "CA ", + "Physical Address Zip": "95303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2049469964664311", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2903200", + "School District Name": "ARCHIE R-V", + "Physical Address Line 1": "302 W STATE RT A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARCHIE", + "Physical Address State": "MO ", + "Physical Address Zip": "64725", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09719626168224299", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603780", + "School District Name": "Bangor Union Elementary", + "Physical Address Line 1": "7549 Oro-Bangor Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bangor", + "Physical Address State": "CA ", + "Physical Address Zip": "95914", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25735294117647056", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602277", + "School District Name": "ArchitectureConstruction & Engineer CHTR High(ACE) District", + "Physical Address Line 1": "570 Airport Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camarillo", + "Physical Address State": "CA ", + "Physical Address Zip": "93010", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603840", + "School District Name": "Banning Unified", + "Physical Address Line 1": "161 W. Williams St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Banning", + "Physical Address State": "CA ", + "Physical Address Zip": "92220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20903248839700106", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802190", + "School District Name": "Archuleta County School District No. 50 Jt", + "Physical Address Line 1": "800 B SOUTH 8TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAGOSA SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "81147", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18516421291053228", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604020", + "School District Name": "Barstow Unified", + "Physical Address Line 1": "551 S. Ave. H", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barstow", + "Physical Address State": "CA ", + "Physical Address Zip": "92311", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2821656050955414", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604080", + "School District Name": "Bass Lake Joint Union Elementary", + "Physical Address Line 1": "40096 Indian Springs Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakhurst", + "Physical Address State": "CA ", + "Physical Address Zip": "93644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2589371980676328", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604110", + "School District Name": "Bassett Unified", + "Physical Address Line 1": "904 Willow Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Puente", + "Physical Address State": "CA ", + "Physical Address Zip": "91746", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1871069182389937", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0505410", + "School District Name": "DOLLARWAY SCHOOL DISTRICT", + "Physical Address Line 1": "4900 DOLLARWAY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINE BLUFF", + "Physical Address State": "AR", + "Physical Address Zip": "71602", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604200", + "School District Name": "Bayshore Elementary", + "Physical Address Line 1": "155 Oriente St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Daly City", + "Physical Address State": "CA ", + "Physical Address Zip": "94014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08818342151675485", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604230", + "School District Name": "Bear Valley Unified", + "Physical Address Line 1": "42271 Moonridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Big Bear Lake", + "Physical Address State": "CA ", + "Physical Address Zip": "92315", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2226781051846326", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604260", + "School District Name": "Beardsley Elementary", + "Physical Address Line 1": "1001 Roberts Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93308", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3605832965090588", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604290", + "School District Name": "Beaumont Unified", + "Physical Address Line 1": "350 W. Brookside Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beaumont", + "Physical Address State": "CA ", + "Physical Address Zip": "92223", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10154707044107966", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604350", + "School District Name": "Bella Vista Elementary", + "Physical Address Line 1": "22661 Old Alturas Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bella Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "96008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11918604651162791", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604500", + "School District Name": "Belleview Elementary", + "Physical Address Line 1": "22736 Kuien Mill Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sonora", + "Physical Address State": "CA ", + "Physical Address Zip": "95370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2545454545454545", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604380", + "School District Name": "Bellevue Union", + "Physical Address Line 1": "3150 Ed Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95407", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13048205871692642", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604440", + "School District Name": "Bellflower Unified", + "Physical Address Line 1": "16703 S. Clark Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellflower", + "Physical Address State": "CA ", + "Physical Address Zip": "90706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14813280872506385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703960", + "School District Name": "Arcola CUSD 306", + "Physical Address Line 1": "351 W Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arcola", + "Physical Address State": "IL ", + "Physical Address Zip": "61910", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10891089108910891", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604530", + "School District Name": "Belmont-Redwood Shores Elementary", + "Physical Address Line 1": "2960 Hallmark Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belmont", + "Physical Address State": "CA ", + "Physical Address Zip": "94002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.024242424242424242", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003180", + "School District Name": "ARDMORE", + "Physical Address Line 1": "611 Veterans Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ardmore", + "Physical Address State": "OK ", + "Physical Address Zip": "73401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2398190045248869", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603180", + "School District Name": "ARDSLEY UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "500 FARM RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARDSLEY", + "Physical Address State": "NY ", + "Physical Address Zip": "10502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03208104685521317", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604620", + "School District Name": "Benicia Unified", + "Physical Address Line 1": "350 E. K St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Benicia", + "Physical Address State": "CA ", + "Physical Address Zip": "94510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.05349698934691987", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800034", + "School District Name": "Area 30 Career Center Edu Inter", + "Physical Address Line 1": "1 N Calbert Way Suite A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greencastle", + "Physical Address State": "IN ", + "Physical Address Zip": "46135", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604650", + "School District Name": "Bennett Valley Union Elementary", + "Physical Address Line 1": "2250 Mesquite Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95405", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.07573632538569425", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900070", + "School District Name": "Area Cooperative Educational Services", + "Physical Address Line 1": "350 State Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Haven", + "Physical Address State": "CT ", + "Physical Address Zip": "06473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604740", + "School District Name": "Berkeley Unified", + "Physical Address Line 1": "2020 Bonar St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berkeley", + "Physical Address State": "CA ", + "Physical Address Zip": "94702", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.07538575943483919", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700050", + "School District Name": "Area Special Education Cooperative", + "Physical Address Line 1": "1505 CENTRAL AVE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST GRAND FORKS", + "Physical Address State": "MN ", + "Physical Address Zip": "56721", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604800", + "School District Name": "Berryessa Union Elementary", + "Physical Address Line 1": "1376 Piedmont Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.07376754228139619", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409950", + "School District Name": "Area Vocational Technical School District of Mercer County", + "Physical Address Line 1": "1085 Old Trenton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trenton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08690", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604830", + "School District Name": "Beverly Hills Unified", + "Physical Address Line 1": "255 S. Lasky Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beverly Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "90212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13203463203463203", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604860", + "School District Name": "Big Creek Elementary", + "Physical Address Line 1": "55190 Point Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Big Creek", + "Physical Address State": "CA ", + "Physical Address Zip": "93605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.391304347826087", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601325", + "School District Name": "Arena Union Elementary/Point Arena Joint Union High", + "Physical Address Line 1": "45 Lake St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Point Arena", + "Physical Address State": "CA ", + "Physical Address Zip": "95468", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604890", + "School District Name": "Big Lagoon Union Elementary", + "Physical Address Line 1": "269 Big Lagoon Park Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trinidad", + "Physical Address State": "CA ", + "Physical Address Zip": "95570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691137", + "School District Name": "Big Oak Flat-Groveland Unified", + "Physical Address Line 1": "19177 Hwy 120", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Groveland", + "Physical Address State": "CA ", + "Physical Address Zip": "95321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22326454033771106", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703990", + "School District Name": "Argenta-Oreana CUSD 1", + "Physical Address Line 1": "PO Box 440", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Argenta", + "Physical Address State": "IL ", + "Physical Address Zip": "62501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13260219341974078", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604950", + "School District Name": "Big Pine Unified", + "Physical Address Line 1": "500 S. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Big Pine", + "Physical Address State": "CA ", + "Physical Address Zip": "93513", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1276595744680851", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704020", + "School District Name": "Argo CHSD 217", + "Physical Address Line 1": "7329 W 63rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Summit", + "Physical Address State": "IL ", + "Physical Address Zip": "60501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19951573849878934", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604980", + "School District Name": "Big Springs Union Elementary", + "Physical Address Line 1": "7405 Highway A-12", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montague", + "Physical Address State": "CA ", + "Physical Address Zip": "96064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16580310880829016", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003430", + "School District Name": "Argonia Public Schools", + "Physical Address Line 1": "202 E. Allen", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Argonia", + "Physical Address State": "KS ", + "Physical Address Zip": "67004", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12886597938144329", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600031", + "School District Name": "Big Sur Unified", + "Physical Address Line 1": "69325 Highway 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Big Sur", + "Physical Address State": "CA ", + "Physical Address Zip": "93920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21568627450980393", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800180", + "School District Name": "Argos Community Schools", + "Physical Address Line 1": "500 Yearick Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Argos", + "Physical Address State": "IN ", + "Physical Address Zip": "46501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1392904073587385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605010", + "School District Name": "Big Valley Joint Unified", + "Physical Address Line 1": "400 Bridge St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bieber", + "Physical Address State": "CA ", + "Physical Address Zip": "96009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22123893805309736", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500552", + "School District Name": "Argosy Collegiate Charter School (District)", + "Physical Address Line 1": "263 Hamlet Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fall River", + "Physical Address State": "MA ", + "Physical Address Zip": "02724", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605040", + "School District Name": "Biggs Unified", + "Physical Address Line 1": "300 B St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Biggs", + "Physical Address State": "CA ", + "Physical Address Zip": "95917", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18384401114206128", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603210", + "School District Name": "ARGYLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5023 STATE RT 40", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARGYLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12809", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601409", + "School District Name": "Bishop Unified", + "Physical Address Line 1": "656 W. Pine St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bishop", + "Physical Address State": "CA ", + "Physical Address Zip": "93514", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15262397688974483", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808670", + "School District Name": "ARGYLE ISD", + "Physical Address Line 1": "800 EAGLE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARGYLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76226", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03346232642840883", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605190", + "School District Name": "Bitterwater-Tully Elementary", + "Physical Address Line 1": "45980 Airline Hwy State Highway 25", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "King City", + "Physical Address State": "CA ", + "Physical Address Zip": "93930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1891891891891892", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500450", + "School District Name": "Argyle School District", + "Physical Address Line 1": "14665 State Road 78", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Argyle", + "Physical Address State": "WI ", + "Physical Address Zip": "53504", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10927152317880795", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605220", + "School District Name": "Black Butte Union Elementary", + "Physical Address Line 1": "7752 Ponderosa Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shingletown", + "Physical Address State": "CA ", + "Physical Address Zip": "96088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22085889570552147", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0508040", + "School District Name": "WEST MEMPHIS SCHOOL DISTRICT", + "Physical Address Line 1": "301 S AVALON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST MEMPHIS", + "Physical Address State": "AR ", + "Physical Address Zip": "72301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3655761024182077", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802220", + "School District Name": "Arickaree School District No. R-2", + "Physical Address Line 1": "12155 COUNTY ROAD NN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANTON", + "Physical Address State": "CO ", + "Physical Address Zip": "80801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14925373134328357", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605240", + "School District Name": "Black Oak Mine Unified", + "Physical Address Line 1": "6540 Wentworth Springs Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Georgetown", + "Physical Address State": "CA ", + "Physical Address Zip": "95634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12238979118329467", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289380", + "School District Name": "ARIN IU 28", + "Physical Address Line 1": "2895 W Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indiana", + "Physical Address State": "PA ", + "Physical Address Zip": "15701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605250", + "School District Name": "Blake Elementary", + "Physical Address Line 1": "19165 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woody", + "Physical Address State": "CA ", + "Physical Address Zip": "93287", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200212", + "School District Name": "Arise Academy", + "Physical Address Line 1": "3819 St. Claude Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70117", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0508400", + "School District Name": "RIVERVIEW SCHOOL DISTRICT", + "Physical Address Line 1": "800 RAIDER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEARCY", + "Physical Address State": "AR ", + "Physical Address Zip": "72143", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2451662799690642", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605280", + "School District Name": "Blochman Union Elementary", + "Physical Address Line 1": "4949 Foxen Canyon Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Maria", + "Physical Address State": "CA ", + "Physical Address Zip": "93454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19480519480519481", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602462", + "School District Name": "ARISE High District", + "Physical Address Line 1": "3301 E. 12th St. Ste. 205", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605400", + "School District Name": "Blue Lake Union Elementary", + "Physical Address Line 1": "631 Greenwood Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blue Lake", + "Physical Address State": "CA ", + "Physical Address Zip": "95525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3072916666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800019", + "School District Name": "ARISTOI CLASSICAL ACADEMY", + "Physical Address Line 1": "5610 MORTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KATY", + "Physical Address State": "TX ", + "Physical Address Zip": "77493", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605490", + "School District Name": "Bogus Elementary", + "Physical Address Line 1": "13735 Ager-Beswick Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montague", + "Physical Address State": "CA ", + "Physical Address Zip": "96064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.32", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700350", + "School District Name": "Aristotle Preparatory Academy", + "Physical Address Line 1": "8101 Fallsdale Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605520", + "School District Name": "Bolinas-Stinson Union", + "Physical Address Line 1": "125 Olema-Bolinas Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bolinas", + "Physical Address State": "CA ", + "Physical Address Zip": "94924", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17985611510791366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605610", + "School District Name": "Bonita Unified", + "Physical Address Line 1": "115 W. Allen Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Dimas", + "Physical Address State": "CA ", + "Physical Address Zip": "91773", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08945497630331753", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605640", + "School District Name": "Bonny Doon Union Elementary", + "Physical Address Line 1": "1492 Pine Flat Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Cruz", + "Physical Address State": "CA ", + "Physical Address Zip": "95060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0776255707762557", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601426", + "School District Name": "Bonsall Unified", + "Physical Address Line 1": "31505 Old River Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bonsall", + "Physical Address State": "CA ", + "Physical Address Zip": "92003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0793454769990738", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605700", + "School District Name": "Borrego Springs Unified", + "Physical Address Line 1": "2281 Diegueno Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Borrego Springs", + "Physical Address State": "CA ", + "Physical Address Zip": "92004", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.29301075268817206", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605730", + "School District Name": "Bradley Union Elementary", + "Physical Address Line 1": "65600 Dixie St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bradley", + "Physical Address State": "CA ", + "Physical Address Zip": "93426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13157894736842105", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0509480", + "School District Name": "SEARCY COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "952 HIGHWAY 65 NORTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARSHALL", + "Physical Address State": "AR ", + "Physical Address Zip": "72650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2771855010660981", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605790", + "School District Name": "Brawley Elementary", + "Physical Address Line 1": "261 D St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brawley", + "Physical Address State": "CA ", + "Physical Address Zip": "92227", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.21797593772116064", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605820", + "School District Name": "Brawley Union High", + "Physical Address Line 1": "480 N. Imperial Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brawley", + "Physical Address State": "CA ", + "Physical Address Zip": "92227", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1937269372693727", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605880", + "School District Name": "Brea-Olinda Unified", + "Physical Address Line 1": "1 Civic Center Cir.", + "Physical Address Line 2": "Level 2", + "Physical Address Line 3": "", + "Physical Address City": "Brea", + "Physical Address State": "CA ", + "Physical Address Zip": "92821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06135138869697388", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605910", + "School District Name": "Brentwood Union Elementary", + "Physical Address Line 1": "255 Guthrie Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brentwood", + "Physical Address State": "CA ", + "Physical Address Zip": "94513", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07737839001291434", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605940", + "School District Name": "Bret Harte Union High", + "Physical Address Line 1": "323 S. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Angels Camp", + "Physical Address State": "CA ", + "Physical Address Zip": "95221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13871374527112232", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606000", + "School District Name": "Bridgeville Elementary", + "Physical Address Line 1": "38717 Kneeland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeville", + "Physical Address State": "CA ", + "Physical Address Zip": "95526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3898305084745763", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606030", + "School District Name": "Briggs Elementary", + "Physical Address Line 1": "12465 Foothill Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Paula", + "Physical Address State": "CA ", + "Physical Address Zip": "93036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15738498789346247", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606060", + "School District Name": "Brisbane Elementary", + "Physical Address Line 1": "1 Solano St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brisbane", + "Physical Address State": "CA ", + "Physical Address Zip": "94005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06147540983606557", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0510320", + "School District Name": "SOUTH PIKE COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "605 3RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MURFREESBORO", + "Physical Address State": "AR ", + "Physical Address Zip": "71958", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18989071038251365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606090", + "School District Name": "Brittan Elementary", + "Physical Address Line 1": "2340 Pepper St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sutter", + "Physical Address State": "CA ", + "Physical Address Zip": "95982", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14035087719298245", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606100", + "School District Name": "Browns Elementary", + "Physical Address Line 1": "1248 Pacific Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rio Oso", + "Physical Address State": "CA ", + "Physical Address Zip": "95674", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14782608695652175", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606270", + "School District Name": "Buckeye Union Elementary", + "Physical Address Line 1": "5049 Robert J Mathews Pkwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Dorado Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "95762", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.061428302242321466", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606330", + "School District Name": "Buellton Union Elementary", + "Physical Address Line 1": "301 Second St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buellton", + "Physical Address State": "CA ", + "Physical Address Zip": "93427", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10140845070422536", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606360", + "School District Name": "Buena Park Elementary", + "Physical Address Line 1": "6885 Orangethorpe Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buena Park", + "Physical Address State": "CA ", + "Physical Address Zip": "90620", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13192419825072887", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0511070", + "School District Name": "PANGBURN SCHOOL DISTRICT", + "Physical Address Line 1": "1100 SHORT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PANGBURN", + "Physical Address State": "AR ", + "Physical Address Zip": "72121", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2222222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606420", + "School District Name": "Buena Vista Elementary", + "Physical Address Line 1": "21660 Rd. 60", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulare", + "Physical Address State": "CA ", + "Physical Address Zip": "93274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20689655172413793", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0511130", + "School District Name": "PARIS SCHOOL DISTRICT", + "Physical Address Line 1": "2711 E WALNUT STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARIS", + "Physical Address State": "AR ", + "Physical Address Zip": "72855", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1934156378600823", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000379", + "School District Name": "Ark Valley Special Education Cooperative", + "Physical Address Line 1": "143 S. Meridian", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valley Center", + "Physical Address State": "KS ", + "Physical Address Zip": "67147", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0511220", + "School District Name": "PARKERS CHAPEL SCHOOL DIST.", + "Physical Address Line 1": "401 PARKERS CHAPEL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL DORADO", + "Physical Address State": "AR ", + "Physical Address Zip": "71730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1323529411764706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606450", + "School District Name": "Burbank Unified", + "Physical Address Line 1": "1900 W. Olive Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burbank", + "Physical Address State": "CA ", + "Physical Address Zip": "91506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.09062393453801568", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0511340", + "School District Name": "PERRYVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "614 S FOURCHE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PERRYVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72126", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20933165195460277", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0511370", + "School District Name": "PIGGOTT SCHOOL DISTRICT", + "Physical Address Line 1": "429 E MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PIGGOTT", + "Physical Address State": "AR ", + "Physical Address Zip": "72454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2108843537414966", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606480", + "School District Name": "Burlingame Elementary", + "Physical Address Line 1": "1825 Trousdale Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlingame", + "Physical Address State": "CA ", + "Physical Address Zip": "94010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04606159716544017", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0511610", + "School District Name": "POCAHONTAS SCHOOL DISTRICT", + "Physical Address Line 1": "2300 N PARK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POCAHONTAS", + "Physical Address State": "AR ", + "Physical Address Zip": "72455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.215625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0511700", + "School District Name": "POTTSVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "7000 SR 247", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POTTSVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72858", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16319677635997312", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606510", + "School District Name": "Burnt Ranch Elementary", + "Physical Address Line 1": "251 Burnt Ranch Sch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burnt Ranch", + "Physical Address State": "CA ", + "Physical Address Zip": "95527", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.5333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0511730", + "School District Name": "POYEN SCHOOL DISTRICT", + "Physical Address Line 1": "14296 HWY 270 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POYEN", + "Physical Address State": "AR ", + "Physical Address Zip": "72128", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16267942583732056", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0511760", + "School District Name": "PRAIRIE GROVE SCHOOL DISTRICT", + "Physical Address Line 1": "110 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRAIRIE GROVE", + "Physical Address State": "AR ", + "Physical Address Zip": "72753", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10344827586206896", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606540", + "School District Name": "Burrel Union Elementary", + "Physical Address Line 1": "16704 S. Jameson Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverdale", + "Physical Address State": "CA ", + "Physical Address Zip": "93656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2159090909090909", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0511820", + "School District Name": "PRESCOTT SCHOOL DISTRICT", + "Physical Address Line 1": "762 MARTIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "AR ", + "Physical Address Zip": "71857", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2873303167420814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606570", + "School District Name": "Burton Elementary", + "Physical Address Line 1": "264 N. W.wood St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Porterville", + "Physical Address State": "CA ", + "Physical Address Zip": "93257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.18172983479105928", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0511850", + "School District Name": "PULASKI COUNTY SPECIAL SCHOOL DISTRICT", + "Physical Address Line 1": "925 E DIXON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ROCK", + "Physical Address State": "AR ", + "Physical Address Zip": "72216", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1594841005114521", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003450", + "School District Name": "Arkansas City", + "Physical Address Line 1": "2545 Greenway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arkansas City", + "Physical Address State": "KS ", + "Physical Address Zip": "67005", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16255678131083712", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0511880", + "School District Name": "QUITMAN SCHOOL DISTRICT", + "Physical Address Line 1": "6275 HEBER SPRINGS RD W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUITMAN", + "Physical Address State": "AR ", + "Physical Address Zip": "72131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18631178707224336", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606580", + "School District Name": "Butte Valley Unified", + "Physical Address Line 1": "615 W. Third St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dorris", + "Physical Address State": "CA ", + "Physical Address Zip": "96023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25076452599388377", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0511970", + "School District Name": "ROGERS SCHOOL DISTRICT", + "Physical Address Line 1": "500 W WALNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROGERS", + "Physical Address State": "AR ", + "Physical Address Zip": "72756", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11393425010743446", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512000", + "School District Name": "ROSE BUD SCHOOL DISTRICT", + "Physical Address Line 1": "124 SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSE BUD", + "Physical Address State": "AR ", + "Physical Address Zip": "72137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20426065162907267", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606690", + "School District Name": "Butteville Union Elementary", + "Physical Address Line 1": "24512 Edgewood Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weed", + "Physical Address State": "CA ", + "Physical Address Zip": "96094", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1261682242990654", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512060", + "School District Name": "RUSSELLVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "220 W 10TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RUSSELLVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21098503535602697", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512090", + "School District Name": "SALEM SCHOOL DISTRICT", + "Physical Address Line 1": "313 HWY 62 E SUITE 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALEM", + "Physical Address State": "AR ", + "Physical Address Zip": "72576", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24613555291319858", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606720", + "School District Name": "Buttonwillow Union Elementary", + "Physical Address Line 1": "42600 Highway 58", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buttonwillow", + "Physical Address State": "CA ", + "Physical Address Zip": "93206", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23624595469255663", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512180", + "School District Name": "SCRANTON SCHOOL DISTRICT", + "Physical Address Line 1": "103 N TENTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCRANTON", + "Physical Address State": "AR ", + "Physical Address Zip": "72863", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14360313315926893", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512210", + "School District Name": "SEARCY SCHOOL DISTRICT", + "Physical Address Line 1": "801 N ELM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEARCY", + "Physical Address State": "AR ", + "Physical Address Zip": "72143", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14024276377217554", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606750", + "School District Name": "Byron Union Elementary", + "Physical Address Line 1": "14301 Byron Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Byron", + "Physical Address State": "CA ", + "Physical Address Zip": "94514", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09237875288683603", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512420", + "School District Name": "SHIRLEY SCHOOL DISTRICT", + "Physical Address Line 1": "154 SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHIRLEY", + "Physical Address State": "AR ", + "Physical Address Zip": "72153", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2916666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512450", + "School District Name": "SILOAM SPRINGS SCHOOL DISTRICT", + "Physical Address Line 1": "847 S DOGWOOD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SILOAM SPRINGS", + "Physical Address State": "AR ", + "Physical Address Zip": "72761", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13017031630170317", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606780", + "School District Name": "Cabrillo Unified", + "Physical Address Line 1": "498 Kelly Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Half Moon Bay", + "Physical Address State": "CA ", + "Physical Address Zip": "94019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06655338431039366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512480", + "School District Name": "SLOAN-HENDRIX SCHOOL DISTRICT", + "Physical Address Line 1": "1 GREYHOUND CIR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IMBODEN", + "Physical Address State": "AR ", + "Physical Address Zip": "72434", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24307692307692308", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512510", + "School District Name": "SMACKOVER-NORPHLET SCHOOL DISTRICT", + "Physical Address Line 1": "112 E 8TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SMACKOVER", + "Physical Address State": "AR ", + "Physical Address Zip": "71762", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17039106145251395", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606810", + "School District Name": "Cajon Valley Union", + "Physical Address Line 1": "750 E. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Cajon", + "Physical Address State": "CA ", + "Physical Address Zip": "92020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2070524412296564", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512520", + "School District Name": "SOUTH CONWAY COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "704 E CHURCH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORRILTON", + "Physical Address State": "AR ", + "Physical Address Zip": "72110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2146636432350718", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003210", + "School District Name": "ARKOMA", + "Physical Address Line 1": "100 Blocker Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arkoma", + "Physical Address State": "OK ", + "Physical Address Zip": "74901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.306282722513089", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512540", + "School District Name": "SOUTHSIDE SCHOOL DISTRICT (INDEPENDENCE)", + "Physical Address Line 1": "70 SCOTT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BATESVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23601895734597156", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606870", + "School District Name": "Calaveras Unified", + "Physical Address Line 1": "3304 B Highway 12", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Andreas", + "Physical Address State": "CA ", + "Physical Address Zip": "95249", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16831683168316833", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512570", + "School District Name": "SOUTH SIDE SCHOOL DISTRICT(VANBUREN)", + "Physical Address Line 1": "334 SOUTHSIDE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEE BRANCH", + "Physical Address State": "AR ", + "Physical Address Zip": "72013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2026266416510319", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603240", + "School District Name": "ARKPORT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "35 EAST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARKPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "14807", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13734939759036144", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512630", + "School District Name": "SPRING HILL SCHOOL DISTRICT", + "Physical Address Line 1": "633 HWY 355 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOPE", + "Physical Address State": "AR ", + "Physical Address Zip": "71801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2012987012987013", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606900", + "School District Name": "Calexico Unified", + "Physical Address Line 1": "901 Andrade Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calexico", + "Physical Address State": "CA ", + "Physical Address Zip": "92231", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.2840716533526991", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512660", + "School District Name": "SPRINGDALE SCHOOL DISTRICT", + "Physical Address Line 1": "804 W JOHNSON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGDALE", + "Physical Address State": "AR ", + "Physical Address Zip": "72764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1447659574468085", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3002220", + "School District Name": "Arlee Elem", + "Physical Address Line 1": "72220 Fyant Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arlee", + "Physical Address State": "MT ", + "Physical Address Zip": "59821", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19701492537313434", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512930", + "School District Name": "STRONG-HUTTIG SCHOOL DISTRICT", + "Physical Address Line 1": "108 E 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STRONG", + "Physical Address State": "AR ", + "Physical Address Zip": "71765", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2789598108747045", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606960", + "School District Name": "Caliente Union Elementary", + "Physical Address Line 1": "12400 Caliente Creek Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Caliente", + "Physical Address State": "CA ", + "Physical Address Zip": "93518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1568627450980392", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0512960", + "School District Name": "STUTTGART SCHOOL DISTRICT", + "Physical Address Line 1": "2501 S MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STUTTGART", + "Physical Address State": "AR ", + "Physical Address Zip": "72160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23165554881746514", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3002250", + "School District Name": "Arlee H S", + "Physical Address Line 1": "72220 Fyant Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arlee", + "Physical Address State": "MT ", + "Physical Address Zip": "59821", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606990", + "School District Name": "Calipatria Unified", + "Physical Address Line 1": "501 W. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calipatria", + "Physical Address State": "CA ", + "Physical Address Zip": "92233", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26257861635220126", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0513110", + "School District Name": "TEXARKANA SCHOOL DISTRICT", + "Physical Address Line 1": "3512 GRAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEXARKANA", + "Physical Address State": "AR ", + "Physical Address Zip": "71854", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.27306756503836793", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2501980", + "School District Name": "Arlington", + "Physical Address Line 1": "869 Massachusetts Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arlington", + "Physical Address State": "MA ", + "Physical Address Zip": "02476", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.029407440082340832", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607020", + "School District Name": "Calistoga Joint Unified", + "Physical Address Line 1": "1520 Lake St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calistoga", + "Physical Address State": "CA ", + "Physical Address Zip": "94515", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10582010582010581", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0513350", + "School District Name": "VALLEY SPRINGS SCHOOL DISTRICT", + "Physical Address Line 1": "7349 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALLEY SPRINGS", + "Physical Address State": "AR ", + "Physical Address Zip": "72682", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1724867724867725", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700152", + "School District Name": "Arlington", + "Physical Address Line 1": "12060 Arlington TRL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arlington", + "Physical Address State": "TN ", + "Physical Address Zip": "38002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.04785839160839161", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0513380", + "School District Name": "VALLEY VIEW SCHOOL DISTRICT", + "Physical Address Line 1": "2131 VALLEY VIEW DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JONESBORO", + "Physical Address State": "AR ", + "Physical Address Zip": "72404", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09372869802317656", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607140", + "School District Name": "Cambrian", + "Physical Address Line 1": "4115 Jacksol Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.037992628296002265", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0513410", + "School District Name": "VAN BUREN SCHOOL DISTRICT", + "Physical Address Line 1": "2221 POINTER TRAIL E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VAN BUREN", + "Physical Address State": "AR ", + "Physical Address Zip": "72956", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.18515457100347166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603270", + "School District Name": "ARLINGTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "144 TODD HILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAGRANGEVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07344436733749711", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0513530", + "School District Name": "VILONIA SCHOOL DISTRICT", + "Physical Address Line 1": "11 EAGLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VILONIA", + "Physical Address State": "AR ", + "Physical Address Zip": "72173", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1056047197640118", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607170", + "School District Name": "Camino Union Elementary", + "Physical Address Line 1": "3060 Snows Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camino", + "Physical Address State": "CA ", + "Physical Address Zip": "95709", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22401847575057737", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0513560", + "School District Name": "VIOLA SCHOOL DISTRICT", + "Physical Address Line 1": "314 LONGHORN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VIOLA", + "Physical Address State": "AR ", + "Physical Address Zip": "72583", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2462686567164179", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800158", + "School District Name": "ARLINGTON CLASSICS ACADEMY", + "Physical Address Line 1": "5206 S BOWEN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARLINGTON", + "Physical Address State": "TX ", + "Physical Address Zip": "76017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0513680", + "School District Name": "WALDRON SCHOOL DISTRICT", + "Physical Address Line 1": "1560 W SIXTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALDRON", + "Physical Address State": "AR ", + "Physical Address Zip": "72958", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2545454545454545", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607200", + "School District Name": "Campbell Union", + "Physical Address Line 1": "155 N. Third St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Campbell", + "Physical Address State": "CA ", + "Physical Address Zip": "95008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07121036553249763", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0513930", + "School District Name": "WATSON CHAPEL SCHOOL DISTRICT", + "Physical Address Line 1": "4100 CAMDEN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINE BLUFF", + "Physical Address State": "AR ", + "Physical Address Zip": "71603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2531531531531532", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100270", + "School District Name": "ARLINGTON CO PBLC SCHS", + "Physical Address Line 1": "2110 Washington Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arlington", + "Physical Address State": "VA ", + "Physical Address Zip": "22204", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.0891238670694864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0514010", + "School District Name": "WEST FORK SCHOOL DISTRICT", + "Physical Address Line 1": "359 SCHOOL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST FORK", + "Physical Address State": "AR ", + "Physical Address Zip": "72774", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12807377049180327", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607230", + "School District Name": "Campbell Union High", + "Physical Address Line 1": "3235 Union Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.05081414935429534", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0514020", + "School District Name": "WESTSIDE SCHOOL DIST(JOHNSON)", + "Physical Address Line 1": "122 THOMPSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARTMAN", + "Physical Address State": "AR ", + "Physical Address Zip": "72840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.240625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607260", + "School District Name": "Camptonville Elementary", + "Physical Address Line 1": "16585 Sch St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camptonville", + "Physical Address State": "CA ", + "Physical Address Zip": "95922", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2923076923076923", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0514040", + "School District Name": "WEST SIDE SCHOOL DIST(CLEBURNE)", + "Physical Address Line 1": "7295 GREERS FERRY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREERS FERRY", + "Physical Address State": "AR ", + "Physical Address Zip": "72067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3358070500927644", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704140", + "School District Name": "Arlington Heights SD 25", + "Physical Address Line 1": "1200 S Dunton Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arlington Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "60005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03895903911302741", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0514140", + "School District Name": "WHITE HALL SCHOOL DISTRICT", + "Physical Address Line 1": "1020 W HOLLAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITE HALL", + "Physical Address State": "AR ", + "Physical Address Zip": "71602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1767716535433071", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607350", + "School District Name": "Canyon Elementary", + "Physical Address Line 1": "187 Pinehurst Rd.", + "Physical Address Line 2": "PO Box 187", + "Physical Address Line 3": "", + "Physical Address City": "Canyon", + "Physical Address State": "CA ", + "Physical Address Zip": "94516", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0514370", + "School District Name": "WONDERVIEW SCHOOL DISTRICT", + "Physical Address Line 1": "2436 HWY 95", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HATTIEVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15694164989939638", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808700", + "School District Name": "ARLINGTON ISD", + "Physical Address Line 1": "690 E LAMAR BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARLINGTON", + "Physical Address State": "TX ", + "Physical Address Zip": "76011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.17178256670288541", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0514400", + "School District Name": "WOODLAWN SCHOOL DISTRICT", + "Physical Address Line 1": "6760 HWY 63", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RISON", + "Physical Address State": "AR ", + "Physical Address Zip": "71665", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15299334811529933", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607410", + "School District Name": "Capay Joint Union Elementary", + "Physical Address Line 1": "7504 Cutting Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orland", + "Physical Address State": "CA ", + "Physical Address Zip": "95963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2231404958677686", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0514430", + "School District Name": "WYNNE SCHOOL DISTRICT", + "Physical Address Line 1": "1300 N FALLS BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WYNNE", + "Physical Address State": "AR ", + "Physical Address Zip": "72396", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2353182751540041", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904742", + "School District Name": "Arlington Local", + "Physical Address Line 1": "336 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arlington", + "Physical Address State": "OH ", + "Physical Address Zip": "45814", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05198358413132695", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0514490", + "School District Name": "YELLVILLE-SUMMIT SCHOOL DISTRICT.", + "Physical Address Line 1": "1124 N PANTHER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YELLVILLE", + "Physical Address State": "AR ", + "Physical Address Zip": "72687", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2513144058885384", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607440", + "School District Name": "Capistrano Unified", + "Physical Address Line 1": "33122 Valle Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Juan Capistrano", + "Physical Address State": "CA ", + "Physical Address Zip": "92675", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05879751679564589", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3103130", + "School District Name": "ARLINGTON PUBLIC SCHOOLS", + "Physical Address Line 1": "705 N 9TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARLINGTON", + "Physical Address State": "NE ", + "Physical Address Zip": "68002", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.059248554913294796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600002", + "School District Name": "California School for the Blind (State Special Schl)", + "Physical Address Line 1": "500 Walnut Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fremont", + "Physical Address State": "CA ", + "Physical Address Zip": "94536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607470", + "School District Name": "Cardiff Elementary", + "Physical Address Line 1": "1888 Montgomery Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cardiff-by-the-Sea", + "Physical Address State": "CA ", + "Physical Address Zip": "92007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14587973273942093", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600003", + "School District Name": "California School for the Deaf-Fremont (State Special Schl)", + "Physical Address Line 1": "39350 Gallaudet Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fremont", + "Physical Address State": "CA ", + "Physical Address Zip": "94538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5001830", + "School District Name": "Arlington School District", + "Physical Address Line 1": "504 East Arlington Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arlington", + "Physical Address State": "VT ", + "Physical Address Zip": "05250", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600006", + "School District Name": "Ross Valley Elementary", + "Physical Address Line 1": "110 Shaw Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Anselmo", + "Physical Address State": "CA ", + "Physical Address Zip": "94960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04580716660509789", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607500", + "School District Name": "Carlsbad Unified", + "Physical Address Line 1": "6225 El Camino Real", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carlsbad", + "Physical Address State": "CA ", + "Physical Address Zip": "92009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.06513319105209074", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600007", + "School District Name": "CA Sch for the Deaf-Riverside (State Special Schl)", + "Physical Address Line 1": "3044 Horace St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverside", + "Physical Address State": "CA ", + "Physical Address Zip": "92506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300240", + "School District Name": "Arlington School District", + "Physical Address Line 1": "315 N FRENCH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARLINGTON", + "Physical Address State": "WA ", + "Physical Address Zip": "98223", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07752584194731577", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600009", + "School District Name": "Cuyama Joint Unified", + "Physical Address Line 1": "2300 Highway 166", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cuyama", + "Physical Address State": "CA ", + "Physical Address Zip": "91901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2571428571428571", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607530", + "School District Name": "Carmel Unified", + "Physical Address Line 1": "4380 Carmel Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carmel", + "Physical Address State": "CA ", + "Physical Address Zip": "93922", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08575197889182058", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600011", + "School District Name": "Fort Sage Unified", + "Physical Address Line 1": "100 DS Hall St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Herlong", + "Physical Address State": "CA ", + "Physical Address Zip": "96113", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22372881355932203", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4603720", + "School District Name": "Arlington School District 38-1", + "Physical Address Line 1": "306 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arlington", + "Physical Address State": "SD ", + "Physical Address Zip": "57212", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.04950495049504951", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600012", + "School District Name": "Twin Ridges Elementary", + "Physical Address Line 1": "16661 Old Mill Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nevada City", + "Physical Address State": "CA ", + "Physical Address Zip": "95959", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1837837837837838", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607560", + "School District Name": "Carpinteria Unified", + "Physical Address Line 1": "1400 Linden Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carpinteria", + "Physical Address State": "CA ", + "Physical Address Zip": "93013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11742133537989255", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600013", + "School District Name": "Rocklin Unified", + "Physical Address Line 1": "2615 Sierra Meadows Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rocklin", + "Physical Address State": "CA ", + "Physical Address Zip": "95677", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05328420605115851", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101470", + "School District Name": "Arlington SD 3", + "Physical Address Line 1": "1200 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arlington", + "Physical Address State": "OR ", + "Physical Address Zip": "97812", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12962962962962962", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600014", + "School District Name": "Hesperia Unified", + "Physical Address Line 1": "15576 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hesperia", + "Physical Address State": "CA ", + "Physical Address Zip": "92345", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.188265874489417", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600067", + "School District Name": "Caruthers Unified", + "Physical Address Line 1": "1 Tiller Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Caruthers", + "Physical Address State": "CA ", + "Physical Address Zip": "93609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3089321692411014", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600015", + "School District Name": "Lucerne Valley Unified", + "Physical Address Line 1": "8560 Aliento Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lucerne Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "92356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3330197554092192", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2603240", + "School District Name": "Armada Area Schools", + "Physical Address Line 1": "74500 BURK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARMADA", + "Physical Address State": "MI ", + "Physical Address Zip": "48005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07282913165266107", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600016", + "School District Name": "Upland Unified", + "Physical Address Line 1": "390 N. Euclid Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Upland", + "Physical Address State": "CA ", + "Physical Address Zip": "91786", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1084727468969239", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607680", + "School District Name": "Cascade Union Elementary", + "Physical Address Line 1": "1645 W. Mill St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anderson", + "Physical Address State": "CA ", + "Physical Address Zip": "96007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.20640569395017794", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607740", + "School District Name": "Castaic Union", + "Physical Address Line 1": "28131 Livingston Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valencia", + "Physical Address State": "CA ", + "Physical Address Zip": "91355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07547169811320754", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600018", + "School District Name": "Mountain Valley Unified", + "Physical Address Line 1": "231 Oak Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayfork", + "Physical Address State": "CA ", + "Physical Address Zip": "96041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2864583333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607770", + "School District Name": "Castle Rock Union Elementary", + "Physical Address Line 1": "29373 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Castella", + "Physical Address State": "CA ", + "Physical Address Zip": "96017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600019", + "School District Name": "Dublin Unified", + "Physical Address Line 1": "7471 Larkdale Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dublin", + "Physical Address State": "CA ", + "Physical Address Zip": "94568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03577325261419923", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4603780", + "School District Name": "Armour School District 21-1", + "Physical Address Line 1": "604 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Armour", + "Physical Address State": "SD ", + "Physical Address Zip": "57313", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.135", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600020", + "School District Name": "Pleasanton Unified", + "Physical Address Line 1": "4665 Bernal Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pleasanton", + "Physical Address State": "CA ", + "Physical Address Zip": "94566", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.03440563120847313", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607800", + "School District Name": "Castro Valley Unified", + "Physical Address Line 1": "4400 Alma Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Castro Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "94546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0628827646544182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600021", + "School District Name": "Sunol Glen Unified", + "Physical Address Line 1": "11601 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunol", + "Physical Address State": "CA ", + "Physical Address Zip": "94586", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09734513274336283", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202590", + "School District Name": "Armstrong SD", + "Physical Address Line 1": "181 Heritage Park Drive", + "Physical Address Line 2": "Suite #2", + "Physical Address Line 3": "", + "Physical Address City": "Kittanning", + "Physical Address State": "PA ", + "Physical Address Zip": "16201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1684915835920902", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600022", + "School District Name": "Mendota Unified", + "Physical Address Line 1": "115 McCabe Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mendota", + "Physical Address State": "CA ", + "Physical Address Zip": "93640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.41300475059382424", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607840", + "School District Name": "Cayucos Elementary", + "Physical Address Line 1": "301 Cayucos Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cayucos", + "Physical Address State": "CA ", + "Physical Address Zip": "93430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11891891891891893", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600025", + "School District Name": "Manhattan Beach Unified", + "Physical Address Line 1": "325 S. Peck Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manhattan Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "90266", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.039326702371843915", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704230", + "School District Name": "Armstrong Twp HSD 225", + "Physical Address Line 1": "PO Box 37", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Armstrong", + "Physical Address State": "IL ", + "Physical Address Zip": "61812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10588235294117647", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600026", + "School District Name": "El Tejon Unified", + "Physical Address Line 1": "4337 Lebec Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebec", + "Physical Address State": "CA ", + "Physical Address Zip": "93243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23454699407281965", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607900", + "School District Name": "Center Joint Unified", + "Physical Address Line 1": "8408 Watt Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Antelope", + "Physical Address State": "CA ", + "Physical Address Zip": "95843", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13739447111405395", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600027", + "School District Name": "Lake Elsinore Unified", + "Physical Address Line 1": "545 Chaney St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Elsinore", + "Physical Address State": "CA ", + "Physical Address Zip": "92530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1421129860601614", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704200", + "School District Name": "Armstrong-Ellis Cons SD 61", + "Physical Address Line 1": "PO Box 7", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Armstrong", + "Physical Address State": "IL ", + "Physical Address Zip": "61812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19230769230769232", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600028", + "School District Name": "Temecula Valley Unified", + "Physical Address Line 1": "31350 Rancho Vista Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Temecula", + "Physical Address State": "CA ", + "Physical Address Zip": "92592", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.07899939826356056", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607920", + "School District Name": "Centinela Valley Union High", + "Physical Address Line 1": "14901 S. Inglewood Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawndale", + "Physical Address State": "CA ", + "Physical Address Zip": "90260", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2060459492140266", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600029", + "School District Name": "Murrieta Valley Unified", + "Physical Address Line 1": "41870 McAlby Ct.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Murrieta", + "Physical Address State": "CA ", + "Physical Address Zip": "92562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08596483649401702", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003240", + "School District Name": "ARNETT", + "Physical Address Line 1": "102 E Haskell", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arnett", + "Physical Address State": "OK ", + "Physical Address Zip": "73832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12101910828025478", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607950", + "School District Name": "Central Elementary", + "Physical Address Line 1": "8316 Red Oak St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rancho Cucamonga", + "Physical Address State": "CA ", + "Physical Address Zip": "91730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.128966639544345", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600032", + "School District Name": "Redondo Beach Unified", + "Physical Address Line 1": "1401 Inglewood Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redondo Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "90278", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05173775671406003", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100073", + "School District Name": "ARNOLD PUBLIC SCHOOLS", + "Physical Address Line 1": "405 N HASKELL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARNOLD", + "Physical Address State": "NE ", + "Physical Address Zip": "69120", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11229946524064172", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600033", + "School District Name": "Dos Palos Oro Loma Joint Unified", + "Physical Address Line 1": "2041 Almond St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dos Palos", + "Physical Address State": "CA ", + "Physical Address Zip": "93620", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.31491294473883424", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607970", + "School District Name": "Central Unified", + "Physical Address Line 1": "5652 W. Gettysburg Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93722", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.21178698752228164", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600034", + "School District Name": "Windsor Unified", + "Physical Address Line 1": "9291 Old Redwood Hwy. Bldg. 500", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windsor", + "Physical Address State": "CA ", + "Physical Address Zip": "95492", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06855439642324888", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101500", + "School District Name": "Arock SD 81", + "Physical Address Line 1": "3513 Arock Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arock", + "Physical Address State": "OR ", + "Physical Address Zip": "97902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17647058823529413", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600035", + "School District Name": "Farmersville Unified", + "Physical Address Line 1": "571 E. Citrus", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farmersville", + "Physical Address State": "CA ", + "Physical Address Zip": "93223", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.26935902185994814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0607980", + "School District Name": "Central Union Elementary", + "Physical Address Line 1": "15783 18th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lemoore", + "Physical Address State": "CA ", + "Physical Address Zip": "93245", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14431749849669273", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600036", + "School District Name": "Natomas Unified", + "Physical Address Line 1": "1901 Arena Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.11770884391849311", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608010", + "School District Name": "Central Union High", + "Physical Address Line 1": "351 Ross Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Centro", + "Physical Address State": "CA ", + "Physical Address Zip": "92243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17926972909305064", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600037", + "School District Name": "Ferndale Unified", + "Physical Address Line 1": "1231 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ferndale", + "Physical Address State": "CA ", + "Physical Address Zip": "95536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15348837209302327", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808730", + "School District Name": "ARP ISD", + "Physical Address Line 1": "101 TONEY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARP", + "Physical Address State": "TX ", + "Physical Address Zip": "75750", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15256124721603564", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600038", + "School District Name": "Mattole Unified", + "Physical Address Line 1": "29289 Chambers Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petrolia", + "Physical Address State": "CA ", + "Physical Address Zip": "95558", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.208955223880597", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608070", + "School District Name": "Centralia Elementary", + "Physical Address Line 1": "6625 La Palma Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buena Park", + "Physical Address State": "CA ", + "Physical Address Zip": "90620", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1166077738515901", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600039", + "School District Name": "Delhi Unified", + "Physical Address Line 1": "9716 Hinton Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delhi", + "Physical Address State": "CA ", + "Physical Address Zip": "95315", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.24606971975393027", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802260", + "School District Name": "Arriba-Flagler Consolidated School District No. 20", + "Physical Address Line 1": "421 JULIAN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLAGLER", + "Physical Address State": "CO ", + "Physical Address Zip": "80815", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14516129032258066", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600040", + "School District Name": "Riverdale Joint Unified", + "Physical Address Line 1": "3160 W. Mt. Whitney Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverdale", + "Physical Address State": "CA ", + "Physical Address Zip": "93656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2365792759051186", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608130", + "School District Name": "Ceres Unified", + "Physical Address Line 1": "2503 Lawrence St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ceres", + "Physical Address State": "CA ", + "Physical Address Zip": "95307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2044142077367297", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600042", + "School District Name": "Warner Unified", + "Physical Address Line 1": "30951 Highway 79", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warner Springs", + "Physical Address State": "CA ", + "Physical Address Zip": "92086", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1722488038277512", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801416", + "School District Name": "ARROW ACADEMY", + "Physical Address Line 1": "1700 GROESBECK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRYAN", + "Physical Address State": "TX ", + "Physical Address Zip": "77803", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600043", + "School District Name": "Scotts Valley Unified", + "Physical Address Line 1": "108 Whispering Pines Dr. Ste. 115", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scotts Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "95066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.03537812398571892", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608160", + "School District Name": "Chaffey Joint Union High", + "Physical Address Line 1": "211 W. Fifth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ontario", + "Physical Address State": "CA ", + "Physical Address Zip": "91762", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11286010167576728", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600044", + "School District Name": "Healdsburg Unified", + "Physical Address Line 1": "1028 Prince St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Healdsburg", + "Physical Address State": "CA ", + "Physical Address Zip": "95448", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09254749147588895", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3002300", + "School District Name": "Arrowhead Elem", + "Physical Address Line 1": "1489 East River Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livingston", + "Physical Address State": "MT ", + "Physical Address Zip": "59047", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1323529411764706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600045", + "School District Name": "Orland Joint Unified", + "Physical Address Line 1": "903 S. St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orland", + "Physical Address State": "CA ", + "Physical Address Zip": "95963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1841204654346338", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608190", + "School District Name": "Charter Oak Unified", + "Physical Address Line 1": "20240 E. Cienega Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Covina", + "Physical Address State": "CA ", + "Physical Address Zip": "91724", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11120457604306865", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600046", + "School District Name": "Gonzales Unified", + "Physical Address Line 1": "600 Elko St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gonzales", + "Physical Address State": "CA ", + "Physical Address Zip": "93926", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11226701343736455", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506180", + "School District Name": "Arrowhead UHS School District", + "Physical Address Line 1": "700 North Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartland", + "Physical Address State": "WI ", + "Physical Address Zip": "53029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.022254475084663765", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600047", + "School District Name": "Tracy Joint Unified", + "Physical Address Line 1": "1875 W. Lowell Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tracy", + "Physical Address State": "CA ", + "Physical Address Zip": "95376", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.10322337214316515", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608250", + "School District Name": "Chatom Union", + "Physical Address Line 1": "7201 Clayton Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turlock", + "Physical Address State": "CA ", + "Physical Address Zip": "95380", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1888412017167382", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600048", + "School District Name": "Paso Robles Joint Unified", + "Physical Address Line 1": "800 Niblick Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paso Robles", + "Physical Address State": "CA ", + "Physical Address Zip": "93446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1407103825136612", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601645", + "School District Name": "Arroyo Vista Charter District", + "Physical Address Line 1": "2491 Sch House Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91915", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600049", + "School District Name": "Coast Unified", + "Physical Address Line 1": "1350 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cambria", + "Physical Address State": "CA ", + "Physical Address Zip": "93428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1683453237410072", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600116", + "School District Name": "Chawanakee Unified", + "Physical Address Line 1": "26065 Outback Industrial Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "O'Neals", + "Physical Address State": "CA ", + "Physical Address Zip": "93645", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19972260748959778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600051", + "School District Name": "Gridley Unified", + "Physical Address Line 1": "429 Magnolia St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gridley", + "Physical Address State": "CA ", + "Physical Address Zip": "95948", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17290799815071659", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700397", + "School District Name": "Art and Science Academy", + "Physical Address Line 1": "903 6TH AVENUE CT NE STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ISANTI", + "Physical Address State": "MN ", + "Physical Address Zip": "55040", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600052", + "School District Name": "Eureka City Schools", + "Physical Address Line 1": "2100 J St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "CA ", + "Physical Address Zip": "95501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.24759119064005505", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608340", + "School District Name": "Chicago Park Elementary", + "Physical Address Line 1": "15725 Mt. Olive Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grass Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "95945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1643835616438356", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600060", + "School District Name": "Hughson Unified", + "Physical Address Line 1": "7448 Fox Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hughson", + "Physical Address State": "CA ", + "Physical Address Zip": "95326", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.164043082021541", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500120", + "School District Name": "ARTESIA PUBLIC SCHOOLS", + "Physical Address Line 1": "1106 WEST QUAY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARTESIA", + "Physical Address State": "NM ", + "Physical Address Zip": "88210", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1731113956466069", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600061", + "School District Name": "Riverbank Unified", + "Physical Address Line 1": "6715 Seventh St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverbank", + "Physical Address State": "CA ", + "Physical Address Zip": "95367", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18739002932551319", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608370", + "School District Name": "Chico Unified", + "Physical Address Line 1": "1163 E. Seventh St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chico", + "Physical Address State": "CA ", + "Physical Address Zip": "95928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.13842553702148086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600062", + "School District Name": "Oakdale Joint Unified", + "Physical Address Line 1": "168 S. Third Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakdale", + "Physical Address State": "CA ", + "Physical Address Zip": "95361", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13439420198518987", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200192", + "School District Name": "Arthur Ashe Charter School", + "Physical Address Line 1": "1456 Gardena Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600063", + "School District Name": "Waterford Unified", + "Physical Address Line 1": "219 N. Reinway Ave. Bldg. 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterford", + "Physical Address State": "CA ", + "Physical Address Zip": "95386", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.17513882956001708", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608460", + "School District Name": "Chino Valley Unified", + "Physical Address Line 1": "5130 Riverside Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chino", + "Physical Address State": "CA ", + "Physical Address Zip": "91710", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1008460739201425", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600064", + "School District Name": "Porterville Unified", + "Physical Address Line 1": "600 W. Grand Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Porterville", + "Physical Address State": "CA ", + "Physical Address Zip": "93257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.26970676095836127", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3103210", + "School District Name": "ARTHUR COUNTY SCHOOLS", + "Physical Address Line 1": "111 ELM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARTHUR", + "Physical Address State": "NE ", + "Physical Address Zip": "69121", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600065", + "School District Name": "Dinuba Unified", + "Physical Address Line 1": "1327 E. El Monte Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dinuba", + "Physical Address State": "CA ", + "Physical Address Zip": "93618", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22412823397075365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608520", + "School District Name": "Chowchilla Elementary", + "Physical Address Line 1": "355 N. Fifth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chowchilla", + "Physical Address State": "CA ", + "Physical Address Zip": "93610", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24925261584454408", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704260", + "School District Name": "Arthur CUSD 305", + "Physical Address Line 1": "301 E Columbia St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arthur", + "Physical Address State": "IL ", + "Physical Address Zip": "61911", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11542338709677419", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600068", + "School District Name": "Golden Valley Unified", + "Physical Address Line 1": "37479 Ave. 12", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madera", + "Physical Address State": "CA ", + "Physical Address Zip": "93636", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11390837804374743", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608550", + "School District Name": "Chowchilla Union High", + "Physical Address Line 1": "805 Humboldt Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chowchilla", + "Physical Address State": "CA ", + "Physical Address Zip": "93610", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21951219512195122", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600069", + "School District Name": "Valley Center-Pauma Unified", + "Physical Address Line 1": "28751 Cole Grade Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valley Center", + "Physical Address State": "CA ", + "Physical Address Zip": "92082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14292114695340502", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300050", + "School District Name": "Arthur R. Gould Sch--LCYDC", + "Physical Address Line 1": "675 Westbrook Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Portland", + "Physical Address State": "ME ", + "Physical Address Zip": "04106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600075", + "School District Name": "Kern County ROP", + "Physical Address Line 1": "5801 Sundale Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93309", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608580", + "School District Name": "Chualar Union", + "Physical Address Line 1": "24285 Lincoln St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chualar", + "Physical Address State": "CA ", + "Physical Address Zip": "93925", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15123456790123457", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600076", + "School District Name": "Kern High ROC", + "Physical Address Line 1": "501 S. Mt. Vernon Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900223", + "School District Name": "Arts & College Preparatory Academy", + "Physical Address Line 1": "4401 Hilton Corporate Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43232", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600077", + "School District Name": "Kings County ROP", + "Physical Address Line 1": "876 E. D St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lemoore", + "Physical Address State": "CA ", + "Physical Address Zip": "93245", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608610", + "School District Name": "Chula Vista Elementary", + "Physical Address Line 1": "84 E. J St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91910", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.11703165472466108", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600078", + "School District Name": "Lake County ROP", + "Physical Address Line 1": "1152 S. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeport", + "Physical Address State": "CA ", + "Physical Address Zip": "95453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200860", + "School District Name": "Arts Academy CS", + "Physical Address Line 1": "1610 East Emmaus Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allentown", + "Physical Address State": "PA ", + "Physical Address Zip": "18103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600079", + "School District Name": "Lassen ROP", + "Physical Address Line 1": "472-013 Johnstonville Rd N.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Susanville", + "Physical Address State": "CA ", + "Physical Address Zip": "96130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608640", + "School District Name": "Cienega Union Elementary", + "Physical Address Line 1": "11936 Cienega Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hollister", + "Physical Address State": "CA ", + "Physical Address Zip": "95023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600080", + "School District Name": "Napa County ROP", + "Physical Address Line 1": "2121 Imola Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Napa", + "Physical Address State": "CA ", + "Physical Address Zip": "94559", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200883", + "School District Name": "Arts Academy Elementary CS", + "Physical Address Line 1": "601 W Union Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allentown", + "Physical Address State": "PA ", + "Physical Address Zip": "18101", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600081", + "School District Name": "Modoc County ROP", + "Physical Address Line 1": "139 W. Henderson St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alturas", + "Physical Address State": "CA ", + "Physical Address Zip": "96101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608700", + "School District Name": "Cinnabar Elementary", + "Physical Address Line 1": "286 Skillman Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA ", + "Physical Address Zip": "94952", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1694915254237288", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600082", + "School District Name": "Forty-Niner ROP", + "Physical Address Line 1": "360 Nevada St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Auburn", + "Physical Address State": "CA ", + "Physical Address Zip": "95603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600273", + "School District Name": "Arts Academy in the Woods", + "Physical Address Line 1": "32101 CAROLINE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRASER", + "Physical Address State": "MI ", + "Physical Address Zip": "48026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600083", + "School District Name": "Plumas County ROP", + "Physical Address Line 1": "50 Church St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quincy", + "Physical Address State": "CA ", + "Physical Address Zip": "95971", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608760", + "School District Name": "Claremont Unified", + "Physical Address Line 1": "170 W. San Jose Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Claremont", + "Physical Address State": "CA ", + "Physical Address Zip": "91711", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08923327895595433", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600084", + "School District Name": "Tri-Valley ROP", + "Physical Address Line 1": "1040 Florence Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livermore", + "Physical Address State": "CA ", + "Physical Address Zip": "94550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600267", + "School District Name": "Arts and Technology Academy of Pontiac", + "Physical Address Line 1": "888 Enterprise Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pontiac", + "Physical Address State": "MI ", + "Physical Address Zip": "48341", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600085", + "School District Name": "Eden Area ROP", + "Physical Address Line 1": "26316 Hesperian Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayward", + "Physical Address State": "CA ", + "Physical Address Zip": "94545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608850", + "School District Name": "Clay Joint Elementary", + "Physical Address Line 1": "12449 S. Smith Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingsburg", + "Physical Address State": "CA ", + "Physical Address Zip": "93631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.46774193548387094", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600086", + "School District Name": "Mission Valley ROC/P", + "Physical Address Line 1": "5019 Stevenson Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fremont", + "Physical Address State": "CA ", + "Physical Address Zip": "94538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700126", + "School District Name": "Arts Based School", + "Physical Address Line 1": "1380 Martin Luther King Jr Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winston-Salem", + "Physical Address State": "NC ", + "Physical Address Zip": "27101", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608880", + "School District Name": "Clear Creek Elementary", + "Physical Address Line 1": "17700 McCt.ney Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grass Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "95949", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20279720279720279", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600090", + "School District Name": "Butte County ROP", + "Physical Address Line 1": "2491 Carmichael Dr. Ste. 500", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chico", + "Physical Address State": "CA ", + "Physical Address Zip": "95928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602389", + "School District Name": "Arts In Action Community Charter District", + "Physical Address Line 1": "5115 Via Corona St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600092", + "School District Name": "Contra Costa County ROP", + "Physical Address Line 1": "77 Santa Barbara Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pleasant Hill", + "Physical Address State": "CA ", + "Physical Address Zip": "94523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0608970", + "School District Name": "Cloverdale Unified", + "Physical Address Line 1": "97 Sch St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cloverdale", + "Physical Address State": "CA ", + "Physical Address Zip": "95425", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08266993263931414", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600093", + "School District Name": "Del Norte County ROP", + "Physical Address Line 1": "301 W. Washington Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crescent City", + "Physical Address State": "CA ", + "Physical Address Zip": "95531", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601939", + "School District Name": "Arts in Action Community Middle District", + "Physical Address Line 1": "745 S. Kern Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600094", + "School District Name": "Riverside County Office Of Education ROP", + "Physical Address Line 1": "3939 13th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverside", + "Physical Address State": "CA ", + "Physical Address Zip": "92502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609030", + "School District Name": "Clovis Unified", + "Physical Address Line 1": "1450 Herndon Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clovis", + "Physical Address State": "CA ", + "Physical Address Zip": "93611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12505044069236487", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0600095", + "School District Name": "Sacramento County ROP", + "Physical Address Line 1": "10541 Norden Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mather", + "Physical Address State": "CA ", + "Physical Address Zip": "95655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700117", + "School District Name": "ArtSpace Charter", + "Physical Address Line 1": "2030 US Hwy 70", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Swannanoa", + "Physical Address State": "NC ", + "Physical Address Zip": "28778", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600096", + "School District Name": "Central Sierra ROP", + "Physical Address Line 1": "337 Placerville Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Placerville", + "Physical Address State": "CA ", + "Physical Address Zip": "95667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609070", + "School District Name": "Coachella Valley Unified", + "Physical Address Line 1": "87-225 Church St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thermal", + "Physical Address State": "CA ", + "Physical Address Zip": "92274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2589345920431558", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600097", + "School District Name": "Valley ROP", + "Physical Address Line 1": "1305 Q St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sanger", + "Physical Address State": "CA ", + "Physical Address Zip": "93657", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609120", + "School District Name": "Coalinga-Huron Unified", + "Physical Address Line 1": "657 Sunset St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coalinga", + "Physical Address State": "CA ", + "Physical Address Zip": "93210", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.301994301994302", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600098", + "School District Name": "Fresno ROP", + "Physical Address Line 1": "11 S. Teilman St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2603270", + "School District Name": "Arvon Township School District", + "Physical Address Line 1": "21798 SKANEE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SKANEE", + "Physical Address State": "MI ", + "Physical Address Zip": "49962", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14893617021276595", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600099", + "School District Name": "Glenn County ROP", + "Physical Address Line 1": "451 S. Villa Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willows", + "Physical Address State": "CA ", + "Physical Address Zip": "95988", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600100", + "School District Name": "Humboldt County ROP", + "Physical Address Line 1": "901 Myrtle Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "CA ", + "Physical Address Zip": "95501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601711", + "School District Name": "ASA Charter District", + "Physical Address Line 1": "3512 N. E St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bernardino", + "Physical Address State": "CA ", + "Physical Address Zip": "92405", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600101", + "School District Name": "Imperial Valley ROP", + "Physical Address Line 1": "687 State St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Centro", + "Physical Address State": "CA ", + "Physical Address Zip": "92243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609240", + "School District Name": "Coffee Creek Elementary", + "Physical Address Line 1": "Coffee Creek Rd. & Ridgewood Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coffee Creek", + "Physical Address State": "CA ", + "Physical Address Zip": "96091", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.45454545454545453", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600105", + "School District Name": "San Gabriel Valley Regional Occupational Program", + "Physical Address Line 1": "1134 S. Barranca Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendora", + "Physical Address State": "CA ", + "Physical Address Zip": "91740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400930", + "School District Name": "Asbury Park School District", + "Physical Address Line 1": "910 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Asbury Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "07712", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3036779324055666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600106", + "School District Name": "Tri-Cities ROP", + "Physical Address Line 1": "10800 Ben Avon St. Unit E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whittier", + "Physical Address State": "CA ", + "Physical Address Zip": "90606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609270", + "School District Name": "Cold Spring Elementary", + "Physical Address Line 1": "2243 Sycamore Canyon Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Barbara", + "Physical Address State": "CA ", + "Physical Address Zip": "93108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10638297872340426", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600107", + "School District Name": "Southern California ROC", + "Physical Address Line 1": "2300 Crenshaw Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Torrance", + "Physical Address State": "CA ", + "Physical Address Zip": "90501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601704", + "School District Name": "ASCEND District", + "Physical Address Line 1": "3709 E. 12th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600108", + "School District Name": "Long Beach Unified ROP", + "Physical Address Line 1": "701 Locust Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Long Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "90813", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609300", + "School District Name": "Colfax Elementary", + "Physical Address Line 1": "24825 Ben Taylor Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colfax", + "Physical Address State": "CA ", + "Physical Address Zip": "95713", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12549019607843137", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700438", + "School District Name": "Ascend Leadership Academy: Lee County", + "Physical Address Line 1": "283 Harvey Faulk Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sanford", + "Physical Address State": "NC ", + "Physical Address Zip": "27332", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600110", + "School District Name": "Los Angeles County ROP", + "Physical Address Line 1": "9300 E. Imperial Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Downey", + "Physical Address State": "CA ", + "Physical Address Zip": "90242", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609330", + "School District Name": "College Elementary", + "Physical Address Line 1": "3525 Pine St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ynez", + "Physical Address State": "CA ", + "Physical Address Zip": "93460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11776859504132231", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600111", + "School District Name": "Hart ROP", + "Physical Address Line 1": "21380 Centre Pointe Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Clarita", + "Physical Address State": "CA ", + "Physical Address Zip": "91350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200090", + "School District Name": "Ascension Parish", + "Physical Address Line 1": "1100 Webster Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Donaldsonville", + "Physical Address State": "LA ", + "Physical Address Zip": "70346", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1445536767597326", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609390", + "School District Name": "Colton Joint Unified", + "Physical Address Line 1": "1212 Valencia Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colton", + "Physical Address State": "CA ", + "Physical Address Zip": "92324", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16110417294690152", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600113", + "School District Name": "Compton Unified ROP", + "Physical Address Line 1": "1104 E. 148th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Compton", + "Physical Address State": "CA ", + "Physical Address Zip": "90220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900174", + "School District Name": "Ascent Academies of Utah", + "Physical Address Line 1": "4179 S Riverboat Road", + "Physical Address Line 2": "Ste 170", + "Physical Address Line 3": "", + "Physical Address City": "SALT LAKE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84123", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600114", + "School District Name": "San Antonio ROP", + "Physical Address Line 1": "605 N. Park Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pomona", + "Physical Address State": "CA ", + "Physical Address Zip": "91768", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609450", + "School District Name": "Columbia Elementary", + "Physical Address Line 1": "10140 Old Oregon Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10936051899907322", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609480", + "School District Name": "Columbia Union", + "Physical Address Line 1": "22540 Parrotts Ferry Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "CA ", + "Physical Address Zip": "95310", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16965742251223492", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600117", + "School District Name": "Marin County ROP", + "Physical Address Line 1": "1111 Las Gallinas Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Rafael", + "Physical Address State": "CA ", + "Physical Address Zip": "94903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609510", + "School District Name": "Columbine Elementary", + "Physical Address Line 1": "2240 Rd. 160", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delano", + "Physical Address State": "CA ", + "Physical Address Zip": "93215", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.425531914893617", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600118", + "School District Name": "Mendocino County ROC/ROP", + "Physical Address Line 1": "2240 Old River Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ukiah", + "Physical Address State": "CA ", + "Physical Address Zip": "95482", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2903270", + "School District Name": "ASH GROVE R-IV", + "Physical Address Line 1": "100 N MAPLE LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ASH GROVE", + "Physical Address State": "MO ", + "Physical Address Zip": "65604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1398527865404837", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600119", + "School District Name": "Merced County ROP", + "Physical Address Line 1": "632 W. 13th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Merced", + "Physical Address State": "CA ", + "Physical Address Zip": "95341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609570", + "School District Name": "Colusa Unified", + "Physical Address Line 1": "745 10th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colusa", + "Physical Address State": "CA ", + "Physical Address Zip": "95932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15678524374176547", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600120", + "School District Name": "Mission Trails ROP", + "Physical Address Line 1": "867 Laurel Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salinas", + "Physical Address State": "CA ", + "Physical Address Zip": "93905", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502040", + "School District Name": "Ashburnham-Westminster", + "Physical Address Line 1": "11 Oakmont Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashburnham", + "Physical Address State": "MA ", + "Physical Address Zip": "01430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04911742133537989", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600121", + "School District Name": "North Orange County ROP-Adult", + "Physical Address Line 1": "385 N. Muller St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anaheim", + "Physical Address State": "CA ", + "Physical Address Zip": "92801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609620", + "School District Name": "Compton Unified", + "Physical Address Line 1": "501 S. Santa Fe Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Compton", + "Physical Address State": "CA ", + "Physical Address Zip": "90221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23942681808116914", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600122", + "School District Name": "College and Career Advantage", + "Physical Address Line 1": "33122 Valle Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Juan Capistrano", + "Physical Address State": "CA ", + "Physical Address Zip": "92675", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2703300", + "School District Name": "ASHBY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "300 BIRCH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ASHBY", + "Physical Address State": "MN ", + "Physical Address Zip": "56309", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07942238267148015", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600123", + "School District Name": "Coastline ROP", + "Physical Address Line 1": "1001 Presidio Sq.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Costa Mesa", + "Physical Address State": "CA ", + "Physical Address Zip": "92626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609640", + "School District Name": "Conejo Valley Unified", + "Physical Address Line 1": "1400 E. Janss Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thousand Oaks", + "Physical Address State": "CA ", + "Physical Address Zip": "91362", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.07532791428043599", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600124", + "School District Name": "Central Orange County CTE Partnership (CTEp)", + "Physical Address Line 1": "2910 Red Hill Ave. Ste 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Costa Mesa", + "Physical Address State": "CA ", + "Physical Address Zip": "92626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609690", + "School District Name": "Corcoran Joint Unified", + "Physical Address Line 1": "1520 Patterson Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corcoran", + "Physical Address State": "CA ", + "Physical Address Zip": "93212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2833904109589041", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600125", + "School District Name": "Shasta-Trinity ROP", + "Physical Address Line 1": "4659 E. Side Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700210", + "School District Name": "Ashe County Schools", + "Physical Address Line 1": "320 South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jefferson", + "Physical Address State": "NC ", + "Physical Address Zip": "28640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20388904775521877", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600126", + "School District Name": "WIlliam (R) Rouse ROP", + "Physical Address Line 1": "604 B Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loyalton", + "Physical Address State": "CA ", + "Physical Address Zip": "96118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609780", + "School District Name": "Corning Union Elementary", + "Physical Address Line 1": "1005 Hoag St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corning", + "Physical Address State": "CA ", + "Physical Address Zip": "96021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2341367437284801", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600127", + "School District Name": "Siskiyou ROP", + "Physical Address Line 1": "431 Knapp St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yreka", + "Physical Address State": "CA ", + "Physical Address Zip": "96097", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700168", + "School District Name": "ASHE COUNTY TRAC", + "Physical Address Line 1": "134 Government Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jefferson", + "Physical Address State": "NC ", + "Physical Address Zip": "28640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600129", + "School District Name": "Sonoma County ROP", + "Physical Address Line 1": "5340 Skylane Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609810", + "School District Name": "Corning Union High", + "Physical Address Line 1": "643 Blackburn Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corning", + "Physical Address State": "CA ", + "Physical Address Zip": "96021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2003381234150465", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600130", + "School District Name": "Colton-Redlands-Yucaipa ROP", + "Physical Address Line 1": "1214 Indiana Ct.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redlands", + "Physical Address State": "CA ", + "Physical Address Zip": "92374", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700240", + "School District Name": "Asheboro City Schools", + "Physical Address Line 1": "1126 S Park Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Asheboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2389092389092389", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600131", + "School District Name": "Baldy View ROP", + "Physical Address Line 1": "1501 S. Bon View Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ontario", + "Physical Address State": "CA ", + "Physical Address Zip": "91761", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609850", + "School District Name": "Corona-Norco Unified", + "Physical Address Line 1": "2820 Clark Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norco", + "Physical Address State": "CA ", + "Physical Address Zip": "92860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1057129176028583", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0600132", + "School District Name": "San Bernardino County ROP", + "Physical Address Line 1": "670 E. Carnegie Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bernardino", + "Physical Address State": "CA ", + "Physical Address Zip": "92408", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003300", + "School District Name": "ASHER", + "Physical Address Line 1": "201 South Division", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Asher", + "Physical Address State": "OK ", + "Physical Address Zip": "74826", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19801980198019803", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600133", + "School District Name": "Santa Barbara County ROP", + "Physical Address Line 1": "3970 la Colina Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Barbara", + "Physical Address State": "CA ", + "Physical Address Zip": "93160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609870", + "School District Name": "Coronado Unified", + "Physical Address Line 1": "201 Sixth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coronado", + "Physical Address State": "CA ", + "Physical Address Zip": "92118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.052108330476516966", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600135", + "School District Name": "Metro Education", + "Physical Address Line 1": "760 Hillsdale Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95136", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700270", + "School District Name": "Asheville City Schools", + "Physical Address Line 1": "85 Mountain Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Asheville", + "Physical Address State": "NC ", + "Physical Address Zip": "28801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16250266922912662", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600137", + "School District Name": "Santa Clara County ROP", + "Physical Address Line 1": "575 W. Fremont Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunnyvale", + "Physical Address State": "CA ", + "Physical Address Zip": "94087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609940", + "School District Name": "Cotati-Rohnert Park Unified", + "Physical Address Line 1": "7165 Burton Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rohnert Park", + "Physical Address State": "CA ", + "Physical Address Zip": "94928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09290519101408808", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600138", + "School District Name": "San Diego County ROP", + "Physical Address Line 1": "6401 Linda Vista Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700469", + "School District Name": "Asheville PEAK Academy", + "Physical Address Line 1": "27 Balm Grove Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Asheville", + "Physical Address State": "NC ", + "Physical Address Zip": "28806", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600139", + "School District Name": "San Francisco County ROP", + "Physical Address Line 1": "555 Franklin St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609990", + "School District Name": "Cottonwood Union Elementary", + "Physical Address Line 1": "20512 W. First St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cottonwood", + "Physical Address State": "CA ", + "Physical Address Zip": "96022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1371841155234657", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600140", + "School District Name": "San Joaquin County ROP", + "Physical Address Line 1": "222 E. Weber Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95202", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900090", + "School District Name": "Ashford School District", + "Physical Address Line 1": "440 Westford Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashford", + "Physical Address State": "CT ", + "Physical Address Zip": "06278", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11436170212765957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600142", + "School District Name": "San Mateo County ROP", + "Physical Address Line 1": "101 Twin Dolphin Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redwood City", + "Physical Address State": "CA", + "Physical Address Zip": "94065", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610050", + "School District Name": "Covina-Valley Unified", + "Physical Address Line 1": "519 E. Badillo St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Covina", + "Physical Address State": "CA ", + "Physical Address Zip": "91723", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13863216266173753", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600143", + "School District Name": "Santa Cruz County ROP", + "Physical Address Line 1": "400 Encinal St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Cruz", + "Physical Address State": "CA ", + "Physical Address Zip": "95060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003510", + "School District Name": "Ashland", + "Physical Address Line 1": "311 J.E. Humphreys St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "KS ", + "Physical Address Zip": "67831", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19672131147540983", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600144", + "School District Name": "Yosemite ROP", + "Physical Address Line 1": "1100 H St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616300", + "School District Name": "Cucamonga Elementary", + "Physical Address Line 1": "8776 Archibald Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rancho Cucamonga", + "Physical Address State": "CA ", + "Physical Address Zip": "91730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1496733882419767", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600145", + "School District Name": "Tri-County ROP", + "Physical Address Line 1": "463 Second St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yuba City", + "Physical Address State": "CA ", + "Physical Address Zip": "95991", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502100", + "School District Name": "Ashland", + "Physical Address Line 1": "87 West Union Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "MA ", + "Physical Address Zip": "01721", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05345590738849166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600146", + "School District Name": "Tehama County ROP", + "Physical Address Line 1": "1135 Lincoln St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Bluff", + "Physical Address State": "CA ", + "Physical Address Zip": "96080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610230", + "School District Name": "Cuddeback Union Elementary", + "Physical Address Line 1": "300 Wilder Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carlotta", + "Physical Address State": "CA ", + "Physical Address Zip": "95528", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21518987341772153", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600148", + "School District Name": "Ventura County ROP", + "Physical Address Line 1": "5189 Verdugo Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camarillo", + "Physical Address State": "CA ", + "Physical Address Zip": "93012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904350", + "School District Name": "Ashland City", + "Physical Address Line 1": "1407 Claremont Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "OH ", + "Physical Address Zip": "44805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12634338138925294", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600149", + "School District Name": "Yolo County ROP", + "Physical Address Line 1": "1280 Santa Anita Ct. Ste. 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodland", + "Physical Address State": "CA ", + "Physical Address Zip": "95776", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610260", + "School District Name": "Culver City Unified", + "Physical Address Line 1": "4034 Irving Pl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Culver City", + "Physical Address State": "CA ", + "Physical Address Zip": "90232", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07036247334754797", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901350", + "School District Name": "Ashland County Community Academy", + "Physical Address Line 1": "716 Union St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "OH ", + "Physical Address Zip": "44805", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600155", + "School District Name": "Mono County ROC/P", + "Physical Address Line 1": "37 Emigrant St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeport", + "Physical Address State": "CA ", + "Physical Address Zip": "93517", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610290", + "School District Name": "Cupertino Union", + "Physical Address Line 1": "1309 S. Mary Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunnyvale", + "Physical Address State": "CA ", + "Physical Address Zip": "94087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.029335502567491994", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600158", + "School District Name": "Turlock Unified", + "Physical Address Line 1": "1574 E. Canal", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turlock", + "Physical Address State": "CA ", + "Physical Address Zip": "95380", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.17447124805730116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3906204", + "School District Name": "Ashland County-West Holmes Joint Vocational School", + "Physical Address Line 1": "1783 State Route 60", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "OH ", + "Physical Address Zip": "44805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600159", + "School District Name": "Scott Valley Unified", + "Physical Address Line 1": "11918 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Jones", + "Physical Address State": "CA ", + "Physical Address Zip": "96032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2091121495327103", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610320", + "School District Name": "Curtis Creek Elementary", + "Physical Address Line 1": "18755 Standard Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sonora", + "Physical Address State": "CA ", + "Physical Address Zip": "95370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12452350698856417", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0600160", + "School District Name": "Yosemite Unified", + "Physical Address Line 1": "50200 Rd. 427", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakhurst", + "Physical Address State": "CA ", + "Physical Address Zip": "93644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17083692838654013", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000008", + "School District Name": "Ashland Elem", + "Physical Address Line 1": "8 Old Mission Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "MT ", + "Physical Address Zip": "59003", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25365853658536586", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610350", + "School District Name": "Cutler-Orosi Joint Unified", + "Physical Address Line 1": "12623 Ave. 416", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orosi", + "Physical Address State": "CA ", + "Physical Address Zip": "93647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3311451495258935", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601327", + "School District Name": "Santa Cruz City Elementary/High", + "Physical Address Line 1": "133 Mission St.", + "Physical Address Line 2": "Ste. 100", + "Physical Address Line 3": "", + "Physical Address City": "Santa Cruz", + "Physical Address State": "CA ", + "Physical Address Zip": "95060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100150", + "School District Name": "Ashland Independent", + "Physical Address Line 1": "1420 Central Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "KY ", + "Physical Address Zip": "41101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2692413793103448", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601328", + "School District Name": "Petaluma City Elementary/Joint Union High", + "Physical Address Line 1": "200 Douglas St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA ", + "Physical Address Zip": "94952", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610380", + "School District Name": "Cutten Elementary", + "Physical Address Line 1": "4182 Walnut Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "CA ", + "Physical Address Zip": "95503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17391304347826086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601329", + "School District Name": "Santa Rosa City Schools", + "Physical Address Line 1": "211 Ridgway Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500510", + "School District Name": "Ashland School District", + "Physical Address Line 1": "2000 Beaser Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "WI ", + "Physical Address Zip": "54806", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18413978494623656", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601330", + "School District Name": "Modesto City Schools", + "Physical Address Line 1": "426 Locust St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601331", + "School District Name": "Trinity Alps Unified", + "Physical Address Line 1": "321 Victory Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weaverville", + "Physical Address State": "CA ", + "Physical Address Zip": "96093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1935123042505593", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301560", + "School District Name": "Ashland School District", + "Physical Address Line 1": "103 Main St.", + "Physical Address Line 2": "Ste. 2", + "Physical Address Line 3": "", + "Physical Address City": "Meredith", + "Physical Address State": "NH ", + "Physical Address Zip": "03253", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23484848484848486", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601332", + "School District Name": "Twin Rivers Unified", + "Physical Address Line 1": "5115 Dudley Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McClellan", + "Physical Address State": "CA ", + "Physical Address Zip": "95652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2221765801292584", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610440", + "School District Name": "Cypress Elementary", + "Physical Address Line 1": "5816 Corporate Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cypress", + "Physical Address State": "CA ", + "Physical Address Zip": "90630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07553858740114536", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601339", + "School District Name": "Hamilton Unified", + "Physical Address Line 1": "620 Canal St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton City", + "Physical Address State": "CA ", + "Physical Address Zip": "95951", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14336917562724014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101560", + "School District Name": "Ashland SD 5", + "Physical Address Line 1": "885 Siskiyou Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "OR ", + "Physical Address Zip": "97520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.14638157894736842", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601343", + "School District Name": "North County Regional Occupational Center/Program (ROC/P)", + "Physical Address Line 1": "589 W. Fremont Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunnyvale", + "Physical Address State": "CA ", + "Physical Address Zip": "94087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610620", + "School District Name": "Davis Joint Unified", + "Physical Address Line 1": "526 B St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Davis", + "Physical Address State": "CA ", + "Physical Address Zip": "95616", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.06460118655240607", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601346", + "School District Name": "Tri-Cities ROP", + "Physical Address Line 1": "10800 Ben Avon St.", + "Physical Address Line 2": "Unit E", + "Physical Address Line 3": "", + "Physical Address City": "Whittier", + "Physical Address State": "CA ", + "Physical Address Zip": "90606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100034", + "School District Name": "ASHLAND-GREENWOOD PUBLIC SCHS", + "Physical Address Line 1": "1842 FURNAS STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ASHLAND", + "Physical Address State": "NE ", + "Physical Address Zip": "68003", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.061167747914735865", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601347", + "School District Name": "College and Career Advantage ROP JPA", + "Physical Address Line 1": "33122 Valle Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Juan Capistrano", + "Physical Address State": "CA ", + "Physical Address Zip": "92675", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610680", + "School District Name": "Death Valley Unified", + "Physical Address Line 1": "Old State Highway 127", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shoshone", + "Physical Address State": "CA ", + "Physical Address Zip": "92384", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1702127659574468", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601349", + "School District Name": "Contra Costa Selpa", + "Physical Address Line 1": "2520 Stanwell Dr. Ste. 270", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concord", + "Physical Address State": "CA ", + "Physical Address Zip": "94520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3802170", + "School District Name": "ASHLEY 9", + "Physical Address Line 1": "703 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashley", + "Physical Address State": "ND ", + "Physical Address Zip": "58413", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18309859154929578", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601350", + "School District Name": "BLP Schs Self-Inc. Workers Compensation", + "Physical Address Line 1": "15110 S. CA St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paramount", + "Physical Address State": "CA ", + "Physical Address Zip": "90723", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610710", + "School District Name": "Dehesa Elementary", + "Physical Address Line 1": "4612 Dehesa Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Cajon", + "Physical Address State": "CA ", + "Physical Address Zip": "92019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07079646017699115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601351", + "School District Name": "Center for Advanced Research & Tech (CART) JPA", + "Physical Address Line 1": "2555 Clovis Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clovis", + "Physical Address State": "CA ", + "Physical Address Zip": "93612", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704340", + "School District Name": "Ashley CCSD 15", + "Physical Address Line 1": "450 N Third St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashley", + "Physical Address State": "IL ", + "Physical Address Zip": "62808", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13559322033898305", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601353", + "School District Name": "Central California School Finance Authority JPA", + "Physical Address Line 1": "1499 San Luis Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Luis Obispo", + "Physical Address State": "CA ", + "Physical Address Zip": "93401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610740", + "School District Name": "Del Mar Union Elementary", + "Physical Address Line 1": "11232 El Camino Real", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.048903878583473864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601354", + "School District Name": "Ventura County Schools Business Services JPA", + "Physical Address Line 1": "5189 Verdugo Way", + "Physical Address Line 2": "Ste. BSA", + "Physical Address Line 3": "", + "Physical Address City": "Camarillo", + "Physical Address State": "CA ", + "Physical Address Zip": "93012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2603480", + "School District Name": "Ashley Community Schools", + "Physical Address Line 1": "104 NEW ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ASHLEY", + "Physical Address State": "MI ", + "Physical Address Zip": "48806", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1935483870967742", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610770", + "School District Name": "Del Norte County Unified", + "Physical Address Line 1": "301 W. Washington Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crescent City", + "Physical Address State": "CA ", + "Physical Address Zip": "95531", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.23644105782160466", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601356", + "School District Name": "San Gabriel Valley Regional Occupational Program", + "Physical Address Line 1": "1134 S. Barranca Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendora", + "Physical Address State": "CA ", + "Physical Address Zip": "91740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904351", + "School District Name": "Ashtabula Area City", + "Physical Address Line 1": "6610 Sanborn Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashtabula", + "Physical Address State": "OH ", + "Physical Address Zip": "44004", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.28354978354978355", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601357", + "School District Name": "Coastline ROP JPA", + "Physical Address Line 1": "1001 Presidio Sq.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Costa Mesa", + "Physical Address State": "CA ", + "Physical Address Zip": "92626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610860", + "School District Name": "Delano Joint Union High", + "Physical Address Line 1": "1720 Norwalk St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delano", + "Physical Address State": "CA ", + "Physical Address Zip": "93215", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.269327251995439", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601358", + "School District Name": "North Santa Cruz County Selpa", + "Physical Address Line 1": "984 Bostwick Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Cruz", + "Physical Address State": "CA ", + "Physical Address Zip": "95062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601361", + "School District Name": "Santa Clarita Vlly Sch Food Svs Agency JPA", + "Physical Address Line 1": "25210 Anza Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valencia", + "Physical Address State": "CA ", + "Physical Address Zip": "91355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610890", + "School District Name": "Delano Union Elementary", + "Physical Address Line 1": "1405 12th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delano", + "Physical Address State": "CA ", + "Physical Address Zip": "93215", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.2832571889277076", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601362", + "School District Name": "Central Valley Support Services JPA", + "Physical Address Line 1": "1450 Herndon Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clovis", + "Physical Address State": "CA ", + "Physical Address Zip": "93611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905081", + "School District Name": "Ashtabula County Technical and Career Center", + "Physical Address Line 1": "1565 State Route 167", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jefferson", + "Physical Address State": "OH ", + "Physical Address Zip": "44047", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601364", + "School District Name": "North Orange County ROP JPA", + "Physical Address Line 1": "385 N. Muller St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anaheim", + "Physical Address State": "CA ", + "Physical Address Zip": "92801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704380", + "School District Name": "Ashton-Franklin Center CUSD 275", + "Physical Address Line 1": "611 Western Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashton", + "Physical Address State": "IL ", + "Physical Address Zip": "61006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1314475873544093", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601365", + "School District Name": "School Project Utility Rate Reduction", + "Physical Address Line 1": "313 W. Winton Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayward", + "Physical Address State": "CA ", + "Physical Address Zip": "94544", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0610980", + "School District Name": "Delphic Elementary", + "Physical Address Line 1": "1420 Delphic Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montague", + "Physical Address State": "CA ", + "Physical Address Zip": "96064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.36363636363636365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601366", + "School District Name": "N. Co Regional Occupational Program JPA", + "Physical Address Line 1": "589 W. Fremont Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunnyvale", + "Physical Address State": "CA ", + "Physical Address Zip": "94087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500540", + "School District Name": "Ashwaubenon School District", + "Physical Address Line 1": "1055 Griffiths Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Green Bay", + "Physical Address State": "WI ", + "Physical Address Zip": "54304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11060668592653736", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601367", + "School District Name": "San Antonio ROP", + "Physical Address Line 1": "605 N. Park Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pomona", + "Physical Address State": "CA ", + "Physical Address Zip": "91768", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611040", + "School District Name": "Denair Unified", + "Physical Address Line 1": "3460 Lester Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denair", + "Physical Address State": "CA ", + "Physical Address Zip": "95316", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.12811791383219956", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601368", + "School District Name": "South County Support Services Agency", + "Physical Address Line 1": "16644 S. Elm Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Caruthers", + "Physical Address State": "CA ", + "Physical Address Zip": "93609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101590", + "School District Name": "Ashwood SD 8", + "Physical Address Line 1": "18624 NE Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashwood", + "Physical Address State": "OR ", + "Physical Address Zip": "97711", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15789473684210525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601369", + "School District Name": "San Joaquin Data Processing JPA", + "Physical Address Line 1": "2901 Arch-Airport Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95206", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611100", + "School District Name": "Desert Center Unified", + "Physical Address Line 1": "1434 Kaiser Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Desert Center", + "Physical Address State": "CA ", + "Physical Address Zip": "92239", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.5428571428571428", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601372", + "School District Name": "Silicon Valley Joint Powers Transportation Agency", + "Physical Address Line 1": "1889 Lawrence Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Clara", + "Physical Address State": "CA ", + "Physical Address Zip": "95051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300280", + "School District Name": "Asotin-Anatone School District", + "Physical Address Line 1": "314 FIRST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ASOTIN", + "Physical Address State": "WA ", + "Physical Address Zip": "99402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.12598425196850394", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601373", + "School District Name": "Pupil Transportation Co-Op JPA", + "Physical Address Line 1": "9401 S. Painter Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whittier", + "Physical Address State": "CA ", + "Physical Address Zip": "90605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611110", + "School District Name": "Desert Sands Unified", + "Physical Address Line 1": "47-950 Dune Palms Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Quinta", + "Physical Address State": "CA ", + "Physical Address Zip": "92253", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19627923458540042", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601375", + "School District Name": "Colton-Redlands-Yucaipa ROP JPA", + "Physical Address Line 1": "1214 Indiana Ct.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redlands", + "Physical Address State": "CA ", + "Physical Address Zip": "92374", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800289", + "School District Name": "Aspen 1 AU", + "Physical Address Line 1": "0235 HIGH SCHOOL ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ASPEN", + "Physical Address State": "CO ", + "Physical Address Zip": "81611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601376", + "School District Name": "Central Calif Migrant Head Start JPA", + "Physical Address Line 1": "1100 H St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611130", + "School District Name": "Di Giorgio Elementary", + "Physical Address Line 1": "19405 Buena Vista Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arvin", + "Physical Address State": "CA ", + "Physical Address Zip": "93203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.4583333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601377", + "School District Name": "Partners In Nutrition Cooperative", + "Physical Address Line 1": "Antelope Valley Union High", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "CA ", + "Physical Address Zip": "93534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700311", + "School District Name": "ASPEN ACADEMY", + "Physical Address Line 1": "14825 ZINRAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAVAGE", + "Physical Address State": "MN ", + "Physical Address Zip": "55378", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601378", + "School District Name": "Central Valley Pre-School JPA", + "Physical Address Line 1": "3160 W. Mt. Whitney Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverdale", + "Physical Address State": "CA ", + "Physical Address Zip": "93656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601379", + "School District Name": "Nevada County Pupil Transportation", + "Physical Address Line 1": "11645 Ridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grass Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "95945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602321", + "School District Name": "Aspen Meadow Public District", + "Physical Address Line 1": "1400 E. Saginaw Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93704", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601380", + "School District Name": "Eden Area ROP JPA", + "Physical Address Line 1": "26316 Hesperian Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayward", + "Physical Address State": "CA ", + "Physical Address Zip": "94545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611220", + "School District Name": "Miller Creek Elementary", + "Physical Address Line 1": "380 Nova Albion Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Rafael", + "Physical Address State": "CA ", + "Physical Address Zip": "94903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05154203633291086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601381", + "School District Name": "East Valley School Transportation JPA", + "Physical Address Line 1": "711 E. Gish Rd. Ste 17", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602559", + "School District Name": "Aspen Ridge Public District", + "Physical Address Line 1": "3821 N. Clark St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93726", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601382", + "School District Name": "Baldy View ROP JPA", + "Physical Address Line 1": "1501 S. Bon View Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ontario", + "Physical Address State": "CA ", + "Physical Address Zip": "91761", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611280", + "School District Name": "Dixon Unified", + "Physical Address Line 1": "180 S. First St. Ste. 6", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dixon", + "Physical Address State": "CA ", + "Physical Address Zip": "95620", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.099853515625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601383", + "School District Name": "West County Transportation JPA", + "Physical Address Line 1": "745 N. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sebastopol", + "Physical Address State": "CA ", + "Physical Address Zip": "95472", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802280", + "School District Name": "Aspen School District No. 1 in the county of Pitkin and Sta", + "Physical Address Line 1": "0235 HIGH SCHOOL ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ASPEN", + "Physical Address State": "CO ", + "Physical Address Zip": "81611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.05240793201133145", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601384", + "School District Name": "Kings Schools Transportation Authority JPA", + "Physical Address Line 1": "714 N. White St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanford", + "Physical Address State": "CA ", + "Physical Address Zip": "93230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601385", + "School District Name": "Mission Trails ROP JPA", + "Physical Address Line 1": "867 E. Laurel Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salinas", + "Physical Address State": "CA ", + "Physical Address Zip": "93905", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601714", + "School District Name": "Aspen Valley Prep Academy District", + "Physical Address Line 1": "4221 N. Hughes", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93705", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601386", + "School District Name": "Southern California ROP", + "Physical Address Line 1": "2300 Crenshaw Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Torrance", + "Physical Address State": "CA ", + "Physical Address Zip": "90501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611430", + "School District Name": "Douglas City Elementary", + "Physical Address Line 1": "100 Sch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Douglas City", + "Physical Address State": "CA ", + "Physical Address Zip": "96024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2948717948717949", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601387", + "School District Name": "Valley ROP JPA", + "Physical Address Line 1": "1305 Q St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sanger", + "Physical Address State": "CA ", + "Physical Address Zip": "93657", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800006", + "School District Name": "ASPERMONT ISD", + "Physical Address Line 1": "528 E SEVENTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ASPERMONT", + "Physical Address State": "TX ", + "Physical Address Zip": "79502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2079207920792079", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601388", + "School District Name": "Tri-Valley ROP JPA", + "Physical Address Line 1": "1040 Florence Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livermore", + "Physical Address State": "CA ", + "Physical Address Zip": "94550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611460", + "School District Name": "Downey Unified", + "Physical Address Line 1": "11627 Brookshire Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Downey", + "Physical Address State": "CA ", + "Physical Address Zip": "90241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1470756062767475", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601389", + "School District Name": "West Valley Schools Transportation Agency JPA", + "Physical Address Line 1": "155 N. Third St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Campbell", + "Physical Address State": "CA ", + "Physical Address Zip": "95008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200835", + "School District Name": "ASPIRA Bilingual Cyber CS", + "Physical Address Line 1": "4322 N 5th Street 2nd Floor", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19140", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601391", + "School District Name": "Southern Placer Schools Transportation Authority", + "Physical Address Line 1": "5477 Eureka Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roseville", + "Physical Address State": "CA ", + "Physical Address Zip": "95746", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611490", + "School District Name": "Dry Creek Joint Elementary", + "Physical Address Line 1": "8849 Cook Riolo Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roseville", + "Physical Address State": "CA ", + "Physical Address Zip": "95747", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08891698272229245", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601394", + "School District Name": "Southwest Transportation Agency", + "Physical Address Line 1": "16644 S. Elm Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Caruthers", + "Physical Address State": "CA ", + "Physical Address Zip": "93609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700465", + "School District Name": "Aspire Academy Charter School", + "Physical Address Line 1": "1260 SHAKOPEE TOWN SQUARE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHAKOPEE", + "Physical Address State": "MN ", + "Physical Address Zip": "55379", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601396", + "School District Name": "East Merced County Public Facilities Financing Authority", + "Physical Address Line 1": "3430 A St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atwater", + "Physical Address State": "CA ", + "Physical Address Zip": "95301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611520", + "School District Name": "Duarte Unified", + "Physical Address Line 1": "1620 Hntngtn Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duarte", + "Physical Address State": "CA ", + "Physical Address Zip": "91010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13588492165425123", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601397", + "School District Name": "Mission Valley ROC/P", + "Physical Address Line 1": "5019 Stevenson Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fremont", + "Physical Address State": "CA ", + "Physical Address Zip": "94538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602123", + "School District Name": "Aspire Alexander Twilight College Preparatory ACAD District", + "Physical Address Line 1": "2360 El Camino Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95821", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601398", + "School District Name": "Metropolitan Education", + "Physical Address Line 1": "760 Hillsdale Ave. Bldg 400", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95136", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601400", + "School District Name": "Central Sierra ROP JPA", + "Physical Address Line 1": "4675 Missouri Flat Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Diamond Springs", + "Physical Address State": "CA ", + "Physical Address Zip": "95619", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601703", + "School District Name": "Aspire Alexander Twilight Secondary Academy District", + "Physical Address Line 1": "2360 El Camino Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95821", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601401", + "School District Name": "Mid-Placer Transportation JPA", + "Physical Address Line 1": "13121 Bill Francis Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Auburn", + "Physical Address State": "CA ", + "Physical Address Zip": "95603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611550", + "School District Name": "Ducor Union Elementary", + "Physical Address Line 1": "23761 Ave. 56", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ducor", + "Physical Address State": "CA ", + "Physical Address Zip": "93218", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.34759358288770054", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601402", + "School District Name": "Shasta-Trinity ROP JPA", + "Physical Address Line 1": "4659 E.side Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601821", + "School District Name": "Aspire Antonio Maria Lugo Academy District", + "Physical Address Line 1": "6100 Carmelita Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington Park", + "Physical Address State": "CA ", + "Physical Address Zip": "90255", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601404", + "School District Name": "Santa Barbara County Selpa JPA", + "Physical Address Line 1": "401 N. Fairview Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goleta", + "Physical Address State": "CA ", + "Physical Address Zip": "93117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611610", + "School District Name": "Dunham Elementary", + "Physical Address Line 1": "4111 Roblar Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA ", + "Physical Address Zip": "94952", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10909090909090909", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601405", + "School District Name": "Imperial Valley ROP JPA", + "Physical Address Line 1": "687 State St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Centro", + "Physical Address State": "CA ", + "Physical Address Zip": "92243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602367", + "School District Name": "Aspire APEX Academy District", + "Physical Address Line 1": "444 N. American St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601406", + "School District Name": "Marin Pupil Transportation Agency JPA", + "Physical Address Line 1": "310 Nova Albion Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Rafael", + "Physical Address State": "CA ", + "Physical Address Zip": "94903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611670", + "School District Name": "Dunsmuir Elementary", + "Physical Address Line 1": "4760 Siskiyou Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dunsmuir", + "Physical Address State": "CA ", + "Physical Address Zip": "96025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3028571428571429", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602376", + "School District Name": "Aspire Benjamin Holt College Preparatory Academy District", + "Physical Address Line 1": "3201 E. Morada Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601410", + "School District Name": "Lammersville Joint Unified", + "Physical Address Line 1": "111 S. De Anza Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mountain House", + "Physical Address State": "CA ", + "Physical Address Zip": "95391", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.037048866176940275", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611700", + "School District Name": "Dunsmuir Joint Union High", + "Physical Address Line 1": "5805 High Sch Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dunsmuir", + "Physical Address State": "CA ", + "Physical Address Zip": "96025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2653061224489796", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601414", + "School District Name": "Santa Barbara Unified", + "Physical Address Line 1": "720 Santa Barbara St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Barbara", + "Physical Address State": "CA ", + "Physical Address Zip": "93101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.12062947768048497", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602069", + "School District Name": "Aspire Benjamin Holt Middle District", + "Physical Address Line 1": "3293 E. Morada Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601415", + "School District Name": "Washington Unified", + "Physical Address Line 1": "7950 S. Elm Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3723132969034608", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611730", + "School District Name": "Durham Unified", + "Physical Address Line 1": "9420 Putney Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "CA ", + "Physical Address Zip": "95938", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10101010101010101", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601416", + "School District Name": "Greater Anaheim SELPA JPA", + "Physical Address Line 1": "5967 Ball Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cypress", + "Physical Address State": "CA ", + "Physical Address Zip": "90630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602046", + "School District Name": "Aspire Berkley Maynard Academy District", + "Physical Address Line 1": "6200 San Pablo Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94608", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601417", + "School District Name": "Nevada Co Charter Services Authority (JPA)", + "Physical Address Line 1": "13034 Bitney Springs Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nevada City", + "Physical Address State": "CA ", + "Physical Address Zip": "95959", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611760", + "School District Name": "Earlimart Elementary", + "Physical Address Line 1": "785 E. Center Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Earlimart", + "Physical Address State": "CA ", + "Physical Address Zip": "93219", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.36326291079812206", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601418", + "School District Name": "Woodlake Unified", + "Physical Address Line 1": "300 W. Whitney Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodlake", + "Physical Address State": "CA ", + "Physical Address Zip": "93286", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.25401521555367707", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601598", + "School District Name": "Aspire Capitol Heights Academy District", + "Physical Address Line 1": "2520 33rd St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95817", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601420", + "School District Name": "Fortuna Elementary", + "Physical Address Line 1": "500 9th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fortuna", + "Physical Address State": "CA ", + "Physical Address Zip": "95540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2304785894206549", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611780", + "School District Name": "East Nicolaus Joint Union High", + "Physical Address Line 1": "2454 Nicolaus Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nicolaus", + "Physical Address State": "CA ", + "Physical Address Zip": "95659", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12903225806451613", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601421", + "School District Name": "Santa Paula Unified", + "Physical Address Line 1": "201 S. Steckel Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Paula", + "Physical Address State": "CA ", + "Physical Address Zip": "93060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.16301535276867346", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601553", + "School District Name": "Aspire Centennial College Preparatory Academy District", + "Physical Address Line 1": "2079 Saturn Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington Park", + "Physical Address State": "CA ", + "Physical Address Zip": "90255", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601422", + "School District Name": "California Education Authority (CEA) Headquarters", + "Physical Address Line 1": "8260 Longleaf Dr. Bldg. C 2nd Fl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elk Grove", + "Physical Address State": "CA ", + "Physical Address Zip": "95758", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611820", + "School District Name": "East Side Union High", + "Physical Address Line 1": "830 N. Capitol Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95133", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.09748129012650533", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601423", + "School District Name": "Exeter Unified", + "Physical Address Line 1": "215 N. Crespi Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exeter", + "Physical Address State": "CA ", + "Physical Address Zip": "93221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.228656518861681", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800071", + "School District Name": "Aspire Charter Academy", + "Physical Address Line 1": "4900 W 15th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gary", + "Physical Address State": "IN ", + "Physical Address Zip": "46406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601424", + "School District Name": "Inyo County Career Technical Education", + "Physical Address Line 1": "555 Clay St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Independence", + "Physical Address State": "CA ", + "Physical Address Zip": "93526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611850", + "School District Name": "East Whittier City Elementary", + "Physical Address Line 1": "14535 Whittier Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whittier", + "Physical Address State": "CA ", + "Physical Address Zip": "90605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10277620396600566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602112", + "School District Name": "Aspire College Academy District", + "Physical Address Line 1": "8030 Atherton St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601427", + "School District Name": "Penn Valley Union Elementary", + "Physical Address Line 1": "17328 Penn Valley Dr.", + "Physical Address Line 2": "Ste. A", + "Physical Address Line 3": "", + "Physical Address City": "Penn Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "95946", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16227180527383367", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611870", + "School District Name": "Eastern Sierra Unified", + "Physical Address Line 1": "231 Kingsley St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeport", + "Physical Address State": "CA ", + "Physical Address Zip": "93517", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601428", + "School District Name": "Wiseburn Unified", + "Physical Address Line 1": "201 N. Douglas St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Segundo", + "Physical Address State": "CA ", + "Physical Address Zip": "90245", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06703204047217538", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601604", + "School District Name": "Aspire East Palo Alto Charter District", + "Physical Address Line 1": "1286 Runnymede St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Palo Alto", + "Physical Address State": "CA ", + "Physical Address Zip": "94303", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601440", + "School District Name": "CA Advancing Pathways for Students in Los Angeles Co ROC/P", + "Physical Address Line 1": "16703 S. Clark Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellflower", + "Physical Address State": "CA ", + "Physical Address Zip": "90706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611910", + "School District Name": "Eastside Union Elementary", + "Physical Address Line 1": "44938 N. 30th St. E.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "CA ", + "Physical Address Zip": "93535", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2952765250415381", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601442", + "School District Name": "Upper Lake Unified", + "Physical Address Line 1": "675 Clover Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Upper Lake", + "Physical Address State": "CA ", + "Physical Address Zip": "95485", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2623426911907067", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602262", + "School District Name": "Aspire Firestone Academy Charter District", + "Physical Address Line 1": "8929 Kauffman Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Gate", + "Physical Address State": "CA ", + "Physical Address Zip": "90280", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601443", + "School District Name": "CA Advancing Pathways for Students in Los Angeles Co JPA", + "Physical Address Line 1": "16703 S. Clark Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellflower", + "Physical Address State": "CA ", + "Physical Address Zip": "90706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0611940", + "School District Name": "Edison Elementary", + "Physical Address Line 1": "11518 Sch St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.26181818181818184", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601461", + "School District Name": "Magnolia Science Academy Santa Ana District", + "Physical Address Line 1": "2840 W. 1st St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ana", + "Physical Address State": "CA ", + "Physical Address Zip": "92703", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602472", + "School District Name": "Aspire Gateway Academy Charter District", + "Physical Address Line 1": "8929 Kauffman Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Gate", + "Physical Address State": "CA ", + "Physical Address Zip": "90280", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601462", + "School District Name": "River Valley Charter District", + "Physical Address Line 1": "9707 1/2 Marilla Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeside", + "Physical Address State": "CA ", + "Physical Address Zip": "92040", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612030", + "School District Name": "El Centro Elementary", + "Physical Address Line 1": "1256 BRd.way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Centro", + "Physical Address State": "CA ", + "Physical Address Zip": "92243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2297623148467103", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601463", + "School District Name": "Vista Springs Charter District", + "Physical Address Line 1": "700 E. Bobier Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "92084", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601552", + "School District Name": "Aspire Golden State College Preparatory Academy District", + "Physical Address Line 1": "1009 66th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94610", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601464", + "School District Name": "Community Montessori District", + "Physical Address Line 1": "1441 Montiel Rd. Ste. 143", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Escondido", + "Physical Address State": "CA ", + "Physical Address Zip": "92026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612070", + "School District Name": "El Dorado Union High", + "Physical Address Line 1": "4675 Missouri Flat Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Placerville", + "Physical Address State": "CA ", + "Physical Address Zip": "95667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07326380055965404", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601465", + "School District Name": "Oakland Charter High District", + "Physical Address Line 1": "2433 Coolidge Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602417", + "School District Name": "Aspire Inskeep Academy Charter District", + "Physical Address Line 1": "123 W. 59th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601466", + "School District Name": "Girls Athletic Leadership School Los Angeles District", + "Physical Address Line 1": "8015 Van Nuys Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Panorama City", + "Physical Address State": "CA ", + "Physical Address Zip": "91402", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612090", + "School District Name": "El Monte City", + "Physical Address Line 1": "3540 N. Lexington Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Monte", + "Physical Address State": "CA ", + "Physical Address Zip": "91731", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23693135305812185", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601467", + "School District Name": "Pacific Community Charter District", + "Physical Address Line 1": "10 Lake St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Point Arena", + "Physical Address State": "CA ", + "Physical Address Zip": "95468", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602335", + "School District Name": "Aspire Juanita Tate Academy Charter District", + "Physical Address Line 1": "123 W. 59th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612120", + "School District Name": "El Monte Union High", + "Physical Address Line 1": "3537 Johnson Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Monte", + "Physical Address State": "CA ", + "Physical Address Zip": "91731", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21702838063439064", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601469", + "School District Name": "Sycamore Valley Academy District", + "Physical Address Line 1": "6832 Ave. 280", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Visalia", + "Physical Address State": "CA ", + "Physical Address Zip": "93277", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601557", + "School District Name": "Aspire Junior Collegiate Academy District", + "Physical Address Line 1": "6724 S. Alameda St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington Park", + "Physical Address State": "CA ", + "Physical Address Zip": "90255", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601470", + "School District Name": "Crete Academy District", + "Physical Address Line 1": "6103 Crenshaw Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612150", + "School District Name": "El Nido Elementary", + "Physical Address Line 1": "161 E. El Nido Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Nido", + "Physical Address State": "CA ", + "Physical Address Zip": "95317", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19014084507042253", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601801", + "School District Name": "Aspire Langston Hughes Academy District", + "Physical Address Line 1": "2050 W. Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601472", + "School District Name": "Ocean Grove Charter District", + "Physical Address Line 1": "16900 N. Highway Nine", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boulder Creek", + "Physical Address State": "CA ", + "Physical Address Zip": "95006", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612180", + "School District Name": "El Rancho Unified", + "Physical Address Line 1": "9333 Loch Lomond Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pico Rivera", + "Physical Address State": "CA ", + "Physical Address Zip": "90660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14907924684460996", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601473", + "School District Name": "Classical Academy Vista District", + "Physical Address Line 1": "4010 Mystra Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oceanside", + "Physical Address State": "CA ", + "Physical Address Zip": "92056", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602212", + "School District Name": "Aspire Lionel Wilson College Preparatory Academy District", + "Physical Address Line 1": "400 105th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94603", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601474", + "School District Name": "B. Roberto Cruz Leadership Academy District", + "Physical Address Line 1": "14281 Story Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612210", + "School District Name": "El Segundo Unified", + "Physical Address Line 1": "641 Sheldon St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Segundo", + "Physical Address State": "CA ", + "Physical Address Zip": "90245", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0488061797752809", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601475", + "School District Name": "Pathways to College K8 District", + "Physical Address Line 1": "9144 Third Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hesperia", + "Physical Address State": "CA ", + "Physical Address Zip": "92345", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602448", + "School District Name": "Aspire Monarch Academy District", + "Physical Address Line 1": "1445 101st Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94603", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601476", + "School District Name": "Camino Nuevo Charter High District", + "Physical Address Line 1": "1215 W. Miramar St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA", + "Physical Address Zip": "90026", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601477", + "School District Name": "New Heights Charter District", + "Physical Address Line 1": "2202 W. MLK Jr Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90008", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601857", + "School District Name": "Aspire Ollin University Preparatory Academy District", + "Physical Address Line 1": "2540 E. 58th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington Park", + "Physical Address State": "CA ", + "Physical Address Zip": "90255", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601478", + "School District Name": "Meadows Arts and Technology Elementary District", + "Physical Address Line 1": "2000 La Granada Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thousand Oaks", + "Physical Address State": "CA ", + "Physical Address Zip": "91362", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612330", + "School District Name": "Elk Grove Unified", + "Physical Address Line 1": "9510 Elk Grove-Florin Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elk Grove", + "Physical Address State": "CA ", + "Physical Address Zip": "95624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13626793183796077", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0601667", + "School District Name": "Aspire Pacific Academy District", + "Physical Address Line 1": "2565 58th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington Park", + "Physical Address State": "CA ", + "Physical Address Zip": "90255", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601480", + "School District Name": "Sol Aureus College Preparatory District", + "Physical Address Line 1": "6620 Gloria Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95831", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612360", + "School District Name": "Elk Hills Elementary", + "Physical Address Line 1": "501 Kern St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tupman", + "Physical Address State": "CA ", + "Physical Address Zip": "93276", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.37209302325581395", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601481", + "School District Name": "SOAR Charter Academy District", + "Physical Address Line 1": "198 W. Mill St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bernardino", + "Physical Address State": "CA ", + "Physical Address Zip": "92408", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602445", + "School District Name": "Aspire Port City Academy District", + "Physical Address Line 1": "2040 W. Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601483", + "School District Name": "SD Global Vision Academy District", + "Physical Address Line 1": "3430 Sch St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612600", + "School District Name": "Elverta Joint Elementary", + "Physical Address Line 1": "7900 Eloise Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elverta", + "Physical Address State": "CA ", + "Physical Address Zip": "95626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15719063545150502", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601484", + "School District Name": "PUC Triumph CHRTR Academy & PUC Triumph CHRTR High District", + "Physical Address Line 1": "13361 Glenoaks Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sylmar", + "Physical Address State": "CA ", + "Physical Address Zip": "91342", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602403", + "School District Name": "Aspire Richmond Ca. College Preparatory Academy District", + "Physical Address Line 1": "3040 Hilltop Mall Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "CA ", + "Physical Address Zip": "94806", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601485", + "School District Name": "Crescent Valley Public Charter II District", + "Physical Address Line 1": "116 E. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Visalia", + "Physical Address State": "CA ", + "Physical Address Zip": "92391", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612630", + "School District Name": "Emery Unified", + "Physical Address Line 1": "4727 San Pablo Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Emeryville", + "Physical Address State": "CA ", + "Physical Address Zip": "94608", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18581907090464547", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601486", + "School District Name": "Palm Lane Elementary Charter District", + "Physical Address Line 1": "1646 W. Palm Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anaheim", + "Physical Address State": "CA ", + "Physical Address Zip": "92802", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601547", + "School District Name": "Aspire Richmond Technology Academy District", + "Physical Address Line 1": "3170 Hilltop Mall Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "CA ", + "Physical Address Zip": "94806", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601487", + "School District Name": "Mojave River Academy - Route 66 District", + "Physical Address Line 1": "16519 Victor St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Victorville", + "Physical Address State": "CA ", + "Physical Address Zip": "92595", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612690", + "School District Name": "Empire Union Elementary", + "Physical Address Line 1": "116 N. McClure Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95357", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.19348327566320647", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601488", + "School District Name": "Palisades Charter High District", + "Physical Address Line 1": "15777 Bowdoin St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pacific Palisades", + "Physical Address State": "CA ", + "Physical Address Zip": "90272", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602452", + "School District Name": "Aspire River Oaks Charter District", + "Physical Address Line 1": "1801 Pyrenees Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95210", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601489", + "School District Name": "The Heights Charter District", + "Physical Address Line 1": "2710 Alpine Blvd. Ste. E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alpine", + "Physical Address State": "CA ", + "Physical Address Zip": "91901", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612750", + "School District Name": "Encinitas Union Elementary", + "Physical Address Line 1": "101 S. Rancho Santa Fe Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Encinitas", + "Physical Address State": "CA ", + "Physical Address Zip": "92024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05528429673964404", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601490", + "School District Name": "CHIME Institute's Schwarzenegger Community District", + "Physical Address Line 1": "19722 Collier St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodland Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "91364", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602059", + "School District Name": "Aspire Rosa Parks Academy District", + "Physical Address Line 1": "1930 S. D St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601491", + "School District Name": "Leadership High District", + "Physical Address Line 1": "350 Seneca Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94112", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612810", + "School District Name": "Enterprise Elementary", + "Physical Address Line 1": "1155 Mistletoe Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.19002961500493584", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601493", + "School District Name": "Downtown Charter Academy District", + "Physical Address Line 1": "2000 Dennison St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94606", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602196", + "School District Name": "Aspire Slauson Academy Charter District", + "Physical Address Line 1": "123 W. 59th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601494", + "School District Name": "Los Angeles Leadership Academy District", + "Physical Address Line 1": "234 E. Ave. 33", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90031", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612840", + "School District Name": "Escalon Unified", + "Physical Address Line 1": "1520 E. Yosemite Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Escalon", + "Physical Address State": "CA ", + "Physical Address Zip": "95320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10657370517928287", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601495", + "School District Name": "Wilder's Preparatory Academy Charter Middle District", + "Physical Address Line 1": "830 N. La Brea Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inglewood", + "Physical Address State": "CA ", + "Physical Address Zip": "90302", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602532", + "School District Name": "Aspire Stockton 6-12 Secondary Academy District", + "Physical Address Line 1": "1540 Arriba Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601496", + "School District Name": "Aspire Triumph Technology Academy District", + "Physical Address Line 1": "3200 62nd Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612880", + "School District Name": "Escondido Union", + "Physical Address Line 1": "2310 Aldergrove Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Escondido", + "Physical Address State": "CA ", + "Physical Address Zip": "92029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1355720772416546", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601497", + "School District Name": "Willits Elementary Charter District", + "Physical Address Line 1": "405 E. Commercial St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willits", + "Physical Address State": "CA ", + "Physical Address Zip": "95490", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602534", + "School District Name": "Aspire Stockton TK-5 Elementary Academy District", + "Physical Address Line 1": "1930 S. D St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601498", + "School District Name": "KIPP Bayview Elementary District", + "Physical Address Line 1": "350 Harbor Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612910", + "School District Name": "Escondido Union High", + "Physical Address Line 1": "302 N. Midway Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Escondido", + "Physical Address State": "CA ", + "Physical Address Zip": "92027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11820596648957908", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601499", + "School District Name": "Sierra Expeditionary Learning District", + "Physical Address Line 1": "11603 Donner Pass Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Truckee", + "Physical Address State": "CA ", + "Physical Address Zip": "96161", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602095", + "School District Name": "Aspire Summit Charter Academy District", + "Physical Address Line 1": "2036 E. Hatch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95351", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601500", + "School District Name": "Options for Youth-Acton District", + "Physical Address Line 1": "17216 Slover Ave. Ste. L-102", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fontana", + "Physical Address State": "CA ", + "Physical Address Zip": "92337", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612930", + "School District Name": "Esparto Unified", + "Physical Address Line 1": "26675 Plainfield St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Esparto", + "Physical Address State": "CA ", + "Physical Address Zip": "95627", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10416666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601501", + "School District Name": "Olive Grove Charter - Buellton District", + "Physical Address Line 1": "240 E. Highway 246", + "Physical Address Line 2": "Ste. 100", + "Physical Address Line 3": "", + "Physical Address City": "Buellton", + "Physical Address State": "CA ", + "Physical Address Zip": "93427", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601524", + "School District Name": "Aspire Titan Academy District", + "Physical Address Line 1": "6720 S. Alameda St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington Park", + "Physical Address State": "CA ", + "Physical Address Zip": "90255", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601502", + "School District Name": "Making Waves Academy District", + "Physical Address Line 1": "4123 Lakeside Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "CA ", + "Physical Address Zip": "94806", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0612960", + "School District Name": "Etiwanda Elementary", + "Physical Address Line 1": "6061 E. Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Etiwanda", + "Physical Address State": "CA ", + "Physical Address Zip": "91739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08195494349225357", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601503", + "School District Name": "Elevate District", + "Physical Address Line 1": "2285 Murray Ridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92123", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700481", + "School District Name": "Aspire Trade High School", + "Physical Address Line 1": "11414 Beatties Ford Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntersville", + "Physical Address State": "NC ", + "Physical Address Zip": "28078", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601505", + "School District Name": "Da Vinci Communications District", + "Physical Address Line 1": "201 N. Douglas", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Segundo", + "Physical Address State": "CA ", + "Physical Address Zip": "90245", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601507", + "School District Name": "ISANA Himalia Academy District", + "Physical Address Line 1": "5100 S. BRd.way Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601508", + "School District Name": "Valley Life Charter District", + "Physical Address Line 1": "3737 W. Walnut Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Visalia", + "Physical Address State": "CA ", + "Physical Address Zip": "93277", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0613080", + "School District Name": "Eureka Union", + "Physical Address Line 1": "5455 Eureka Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Granite Bay", + "Physical Address State": "CA ", + "Physical Address Zip": "95746", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.049273531269740996", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601509", + "School District Name": "Sweetwater Secondary District", + "Physical Address Line 1": "3252 Bonita Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91910", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601778", + "School District Name": "Aspire University Charter District", + "Physical Address Line 1": "819 Sunset Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95351", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601511", + "School District Name": "Creekside Charter District", + "Physical Address Line 1": "1916 Chamonix Pl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Olympic Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "96146", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0613140", + "School District Name": "Evergreen Elementary", + "Physical Address Line 1": "3188 Quimby Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95148", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.08841832324978392", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601512", + "School District Name": "Sutter Peak Charter Academy District", + "Physical Address Line 1": "3934 BRd.way Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Live Oak", + "Physical Address State": "CA ", + "Physical Address Zip": "95953", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601826", + "School District Name": "Aspire Vanguard College Preparatory Academy District", + "Physical Address Line 1": "819 Sunset Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95351", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601513", + "School District Name": "Peabody Charter District", + "Physical Address Line 1": "3018 Calle Noguera", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Barbara", + "Physical Address State": "CA ", + "Physical Address Zip": "93105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0613170", + "School District Name": "Evergreen Union", + "Physical Address Line 1": "19500 Lrng Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cottonwood", + "Physical Address State": "CA ", + "Physical Address Zip": "96022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.137987012987013", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601514", + "School District Name": "Latitude 37.8 High District", + "Physical Address Line 1": "1112 29th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602476", + "School District Name": "Aspire Vincent Shalvey Academy District", + "Physical Address Line 1": "10038 Hwy. 99 E. Frontage Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601515", + "School District Name": "High Tech High Media Arts District", + "Physical Address Line 1": "2230 Truxtun Rd.", + "Physical Address Line 2": "Third Fl.", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601516", + "School District Name": "Harbor Springs Charter District", + "Physical Address Line 1": "1704 Cape Horn", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Julian", + "Physical Address State": "CA ", + "Physical Address Zip": "92036", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500572", + "School District Name": "Assabet Valley Collaborative", + "Physical Address Line 1": "28 Lord Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marlborough", + "Physical Address State": "MA ", + "Physical Address Zip": "01752", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601517", + "School District Name": "Compass Charter Schools of San Diego District", + "Physical Address Line 1": "850 Hampshire Rd. Ste. P", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thousand Oaks", + "Physical Address State": "CA ", + "Physical Address Zip": "91361", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0613290", + "School District Name": "Fairfax Elementary", + "Physical Address Line 1": "1500 S. Fairfax Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.26223776223776224", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601519", + "School District Name": "EPIC CHRTR(Excellence Perf Innovation Citzenship) DIST", + "Physical Address Line 1": "100 S. Anaheim Blvd. Ste. 150", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anaheim", + "Physical Address State": "CA ", + "Physical Address Zip": "92805", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502110", + "School District Name": "Assabet Valley Regional Vocational Technical", + "Physical Address Line 1": "215 Fitchburg Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marlborough", + "Physical Address State": "MA ", + "Physical Address Zip": "01752", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601520", + "School District Name": "Howard Gardner Community Charter District", + "Physical Address Line 1": "647 E St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91910", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0613360", + "School District Name": "Fairfield-Suisun Unified", + "Physical Address Line 1": "2490 Hilborn Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "CA ", + "Physical Address Zip": "94534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11755345193406234", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200120", + "School District Name": "Assumption Parish", + "Physical Address Line 1": "4901 Highway 308", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Napoleonville", + "Physical Address State": "LA ", + "Physical Address Zip": "70390", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.2610180012414649", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601522", + "School District Name": "Audeo Charter District", + "Physical Address Line 1": "10170 Huennekens St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92121", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0613470", + "School District Name": "Fall River Joint Unified", + "Physical Address Line 1": "20375 Tamarack Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burney", + "Physical Address State": "CA ", + "Physical Address Zip": "96013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18711923411662315", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601523", + "School District Name": "Encore Jr./Sr. High Sch for the Perf & Visual Arts District", + "Physical Address Line 1": "16955 Lemon St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hesperia", + "Physical Address State": "CA ", + "Physical Address Zip": "92345", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602437", + "School District Name": "Assurance Learning Academy District", + "Physical Address Line 1": "43145 Business Center Ste. 102-103", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "CA ", + "Physical Address Zip": "93535", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0613500", + "School District Name": "Fallbrook Union Elementary", + "Physical Address Line 1": "321 N. Iowa St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fallbrook", + "Physical Address State": "CA ", + "Physical Address Zip": "92028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12046678635547577", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601526", + "School District Name": "Monsenor Oscar Romero Charter Middle District", + "Physical Address Line 1": "2670 W. 11th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90006", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000783", + "School District Name": "ASTEC CHARTERS", + "Physical Address Line 1": "2401 NW 23rd Street Ste 39A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73107", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601527", + "School District Name": "Iftin Charter District", + "Physical Address Line 1": "5465 El Cajon Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0613530", + "School District Name": "Fallbrook Union High", + "Physical Address Line 1": "2234 S. Stage Coach Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fallbrook", + "Physical Address State": "CA ", + "Physical Address Zip": "92028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10825132475397427", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601528", + "School District Name": "Insight @ San Diego District", + "Physical Address Line 1": "50 Moreland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simi Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "93065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704440", + "School District Name": "Astoria CUSD 1", + "Physical Address Line 1": "402 N Jefferson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Astoria", + "Physical Address State": "IL ", + "Physical Address Zip": "61501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12099644128113879", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601529", + "School District Name": "Valor Academy Elementary District", + "Physical Address Line 1": "8755 Woodman Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arleta", + "Physical Address State": "CA ", + "Physical Address Zip": "91331", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601530", + "School District Name": "PUC Community Charter Elementary District", + "Physical Address Line 1": "14019 Sayre St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sylmar", + "Physical Address State": "CA ", + "Physical Address Zip": "91342", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101620", + "School District Name": "Astoria SD 1", + "Physical Address Line 1": "785 Alameda Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Astoria", + "Physical Address State": "OR ", + "Physical Address Zip": "97103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13874873864783047", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601531", + "School District Name": "California Heritage Youthbuild Academy II District", + "Physical Address Line 1": "8544 Airport Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96002", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601532", + "School District Name": "Bright Star Secondary Charter Academy District", + "Physical Address Line 1": "1600 W. Imperial Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90047", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601533", + "School District Name": "Ingenuity Charter District", + "Physical Address Line 1": "6130 Skyline Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0613740", + "School District Name": "Fieldbrook Elementary", + "Physical Address Line 1": "4070 Fieldbrook Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McKinleyville", + "Physical Address State": "CA ", + "Physical Address Zip": "95519", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13636363636363635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601534", + "School District Name": "Los Angeles Academy of Arts and Enterprise District", + "Physical Address Line 1": "1200 W. Colton St.", + "Physical Address Line 2": "Bldg. 3", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601535", + "School District Name": "Intellectual Virtues Academy District", + "Physical Address Line 1": "1637 Long Beach Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Long Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "90813", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0613800", + "School District Name": "Fillmore Unified", + "Physical Address Line 1": "627 Sespe Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fillmore", + "Physical Address State": "CA ", + "Physical Address Zip": "93016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14712362301101592", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601536", + "School District Name": "Rocketship Si Se Puede Academy District", + "Physical Address Line 1": "2249 Dobern Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601537", + "School District Name": "Pacific View Charter District", + "Physical Address Line 1": "3670 Ocean Ranch Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oceanside", + "Physical Address State": "CA ", + "Physical Address Zip": "92056", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0613840", + "School District Name": "Firebaugh-Las Deltas Unified", + "Physical Address Line 1": "1976 Morris Kyle Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Firebaugh", + "Physical Address State": "CA ", + "Physical Address Zip": "93622", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2531362007168459", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601538", + "School District Name": "Multicultural Learning Center District", + "Physical Address Line 1": "7510 DeSoto Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canoga Park", + "Physical Address State": "CA ", + "Physical Address Zip": "91303", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900207", + "School District Name": "ASU Prep Digital Global", + "Physical Address Line 1": "1130 E. University Drive", + "Physical Address Line 2": "Suite 230", + "Physical Address Line 3": "", + "Physical Address City": "TEMPE", + "Physical Address State": "UT ", + "Physical Address Zip": "85281", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601540", + "School District Name": "Environmental Charter Middle - Inglewood District", + "Physical Address Line 1": "3600 W. Imperial Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inglewood", + "Physical Address State": "CA ", + "Physical Address Zip": "90303", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0613860", + "School District Name": "Flournoy Union Elementary", + "Physical Address Line 1": "15850 Paskenta Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flournoy", + "Physical Address State": "CA ", + "Physical Address Zip": "96029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14035087719298245", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601541", + "School District Name": "ISANA Palmati Academy District", + "Physical Address Line 1": "6501 Laurel Canyon Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Hollywood", + "Physical Address State": "CA ", + "Physical Address Zip": "91606", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0613890", + "School District Name": "Folsom-Cordova Unified", + "Physical Address Line 1": "1965 Birkmont Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rancho Cordova", + "Physical Address State": "CA ", + "Physical Address Zip": "95742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09529416712225072", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601543", + "School District Name": "New Designs Charter School-Watts District", + "Physical Address Line 1": "12714 S. Avalon Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90061", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601544", + "School District Name": "KIPP Comienza Community Prep District", + "Physical Address Line 1": "7300 Roseberry Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington Park", + "Physical Address State": "CA ", + "Physical Address Zip": "90255", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0613920", + "School District Name": "Fontana Unified", + "Physical Address Line 1": "9680 Citrus Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fontana", + "Physical Address State": "CA ", + "Physical Address Zip": "92335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15324058539607155", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0601545", + "School District Name": "Keiller Leadership Academy District", + "Physical Address Line 1": "7270 Lisbon St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601546", + "School District Name": "Ivy Bound Acad Math Sci and Tech Charter Mid 2 District", + "Physical Address Line 1": "20040 Parthenia St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northridge", + "Physical Address State": "CA ", + "Physical Address Zip": "91324", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0613980", + "School District Name": "Foresthill Union Elementary", + "Physical Address Line 1": "22888 Foresthill Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Foresthill", + "Physical Address State": "CA ", + "Physical Address Zip": "95631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11553030303030302", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601548", + "School District Name": "New Designs Charter District", + "Physical Address Line 1": "2303 S. Figueroa Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90007", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614010", + "School District Name": "Forestville Union Elementary", + "Physical Address Line 1": "6321 Highway 116", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forestville", + "Physical Address State": "CA ", + "Physical Address Zip": "95436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09821428571428571", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601549", + "School District Name": "Pivot Charter School North Valley II District", + "Physical Address Line 1": "1350 E. Ninth St. Ste. 150", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chico", + "Physical Address State": "CA ", + "Physical Address Zip": "95928", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601550", + "School District Name": "Los Feliz Charter School for the Arts District", + "Physical Address Line 1": "2709 Media Center Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614040", + "School District Name": "Forks of Salmon Elementary", + "Physical Address Line 1": "15616 Salmon River Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forks Of Salmon", + "Physical Address State": "CA ", + "Physical Address Zip": "96031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2916666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601551", + "School District Name": "Urban Discovery Academy Charter District", + "Physical Address Line 1": "840 14th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92101", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614070", + "School District Name": "Fort Bragg Unified", + "Physical Address Line 1": "312 S. Lincoln St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Bragg", + "Physical Address State": "CA ", + "Physical Address Zip": "95437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21424883840991224", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601554", + "School District Name": "Inspire School of Arts and Sciences District", + "Physical Address Line 1": "335 W. Sacramento Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chico", + "Physical Address State": "CA ", + "Physical Address Zip": "95926", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614130", + "School District Name": "Fort Ross Elementary", + "Physical Address Line 1": "30600 Seaview Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cazadero", + "Physical Address State": "CA ", + "Physical Address Zip": "95421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20833333333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601555", + "School District Name": "Glacier High School Charter District", + "Physical Address Line 1": "41267 Highway 41", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakhurst", + "Physical Address State": "CA ", + "Physical Address Zip": "93644", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601556", + "School District Name": "Uncharted Shores Academy District", + "Physical Address Line 1": "330 E St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crescent City", + "Physical Address State": "CA ", + "Physical Address Zip": "95531", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601558", + "School District Name": "Norton Science and Language Academy District", + "Physical Address Line 1": "503 E. Central Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bernardino", + "Physical Address State": "CA ", + "Physical Address Zip": "92408", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601559", + "School District Name": "Lake County International Charter District", + "Physical Address Line 1": "15850 Armstrong St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middletown", + "Physical Address State": "CA ", + "Physical Address Zip": "95461", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601560", + "School District Name": "Classical Academy District", + "Physical Address Line 1": "2950 S. Bear Valley Pkwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Escondido", + "Physical Address State": "CA ", + "Physical Address Zip": "92025", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614190", + "School District Name": "Fortuna Union High", + "Physical Address Line 1": "735 13th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fortuna", + "Physical Address State": "CA ", + "Physical Address Zip": "95540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20819397993311037", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601562", + "School District Name": "Mission View Public District", + "Physical Address Line 1": "26334 Citrus St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Clarita", + "Physical Address State": "CA ", + "Physical Address Zip": "91355", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614220", + "School District Name": "Fountain Valley Elementary", + "Physical Address Line 1": "10055 Slater Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fountain Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "92708", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.07890102148643889", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601563", + "School District Name": "Sherman Thomas Charter High District", + "Physical Address Line 1": "26303 Adell St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madera", + "Physical Address State": "CA ", + "Physical Address Zip": "93638", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601564", + "School District Name": "North Valley Military INST College ACAD District", + "Physical Address Line 1": "12105 Allegheny St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sun Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "91352", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614250", + "School District Name": "Fowler Unified", + "Physical Address Line 1": "658 E. Adams Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fowler", + "Physical Address State": "CA ", + "Physical Address Zip": "93625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2230902777777778", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601565", + "School District Name": "Nova Academy Early College High District", + "Physical Address Line 1": "500 W. Santa Ana Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ana", + "Physical Address State": "CA ", + "Physical Address Zip": "92701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614340", + "School District Name": "Franklin Elementary", + "Physical Address Line 1": "332 N. Township Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yuba City", + "Physical Address State": "CA ", + "Physical Address Zip": "95993", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1782608695652174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601567", + "School District Name": "International School of Monterey District", + "Physical Address Line 1": "1720 Yosemite St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seaside", + "Physical Address State": "CA ", + "Physical Address Zip": "93955", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005700", + "School District Name": "Atchison Co Comm Schools", + "Physical Address Line 1": "306 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Effingham", + "Physical Address State": "KS ", + "Physical Address Zip": "66023", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1452020202020202", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614370", + "School District Name": "Franklin-McKinley Elementary", + "Physical Address Line 1": "645 Wool Creek Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.15770327401435455", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601569", + "School District Name": "WISH Academy High District", + "Physical Address Line 1": "7400 W. Manchester Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90045", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003540", + "School District Name": "Atchison Public Schools", + "Physical Address Line 1": "626 Commercial Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atchison", + "Physical Address State": "KS ", + "Physical Address Zip": "66002", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1586489252814739", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601570", + "School District Name": "Monterey Bay Charter District", + "Physical Address Line 1": "1004 David Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pacific Grove", + "Physical Address State": "CA ", + "Physical Address Zip": "93950", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614400", + "School District Name": "Fremont Unified", + "Physical Address Line 1": "4210 Tech Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fremont", + "Physical Address State": "CA ", + "Physical Address Zip": "94538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.054318347762595184", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601571", + "School District Name": "New Village Girls Academy District", + "Physical Address Line 1": "147 N. Occidental Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101660", + "School District Name": "Athena-Weston SD 29RJ", + "Physical Address Line 1": "375 S 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Athena", + "Physical Address State": "OR ", + "Physical Address Zip": "97813", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17234468937875752", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601572", + "School District Name": "Alliance Alice M. Baxter College-Ready High District", + "Physical Address Line 1": "461 W. 9th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Pedro", + "Physical Address State": "CA", + "Physical Address Zip": "90731", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614430", + "School District Name": "Fremont Union High", + "Physical Address Line 1": "589 W. Fremont Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunnyvale", + "Physical Address State": "CA ", + "Physical Address Zip": "94087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.03339984384488592", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601573", + "School District Name": "Watts Learning Center District", + "Physical Address Line 1": "310 W. 95th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900181", + "School District Name": "Athenian eAcademy", + "Physical Address Line 1": "765 E. 340 S. Suite 203", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMERICAN FORK", + "Physical Address State": "UT ", + "Physical Address Zip": "84003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601574", + "School District Name": "Yuba Environmental Science Charter Academy District", + "Physical Address Line 1": "9841 Texas Hill Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oregon House", + "Physical Address State": "CA ", + "Physical Address Zip": "95962", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614490", + "School District Name": "French Gulch-Whiskeytown Elementary", + "Physical Address Line 1": "11442 Cline Gulch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "French Gulch", + "Physical Address State": "CA ", + "Physical Address Zip": "96033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.27906976744186046", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601575", + "School District Name": "TEACH Prep Mildred S. Cunningham & Edith H. Morris Elem DIST", + "Physical Address Line 1": "8505 S. W.ern Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90047", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700120", + "School District Name": "Athens", + "Physical Address Line 1": "943 Crestway DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Athens", + "Physical Address State": "TN ", + "Physical Address Zip": "37303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26118904475617905", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601576", + "School District Name": "KIPP Adelante Preparatory Academy District", + "Physical Address Line 1": "426 Euclid Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614520", + "School District Name": "Freshwater Elementary", + "Physical Address Line 1": "75 Greenwood Heights Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "CA ", + "Physical Address Zip": "95503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1518987341772152", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601577", + "School District Name": "Mojave River Academy - Silver Mountain District", + "Physical Address Line 1": "2151 W. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barstow", + "Physical Address State": "CA ", + "Physical Address Zip": "92311", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2603510", + "School District Name": "Athens Area Schools", + "Physical Address Line 1": "4320 K Dr S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Leroy", + "Physical Address State": "MI ", + "Physical Address Zip": "49051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11457036114570361", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601578", + "School District Name": "Mueller Charter (Robert L.) District", + "Physical Address Line 1": "715 I St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91910", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614550", + "School District Name": "Fresno Unified", + "Physical Address Line 1": "2309 Tulare St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93721", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.3413333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0601579", + "School District Name": "Opportunities for Learning - Santa Clarita District", + "Physical Address Line 1": "27616 Newhall Ranch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valencia", + "Physical Address State": "CA ", + "Physical Address Zip": "91355", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202670", + "School District Name": "Athens Area SD", + "Physical Address Line 1": "100 Canal Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Athens", + "Physical Address State": "PA ", + "Physical Address Zip": "18810", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16556564822460776", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601580", + "School District Name": "CHAMPS - Charter HS of Arts-Multimedia & Performing District", + "Physical Address Line 1": "6842 Van Nuys Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Van Nuys", + "Physical Address State": "CA ", + "Physical Address Zip": "91405", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614700", + "School District Name": "Fruitvale Elementary", + "Physical Address Line 1": "7311 Rosedale Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93308", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.13582402234636873", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601581", + "School District Name": "Laurel Tree Charter District", + "Physical Address Line 1": "4555 Valley W. Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arcata", + "Physical Address State": "CA ", + "Physical Address Zip": "95521", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614730", + "School District Name": "Fullerton Elementary", + "Physical Address Line 1": "1401 W. Valencia Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fullerton", + "Physical Address State": "CA ", + "Physical Address Zip": "92833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10533547057476529", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601582", + "School District Name": "Caliber: ChangeMakers Academy District", + "Physical Address Line 1": "500 Oregon St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vallejo", + "Physical Address State": "CA ", + "Physical Address Zip": "94590", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904352", + "School District Name": "Athens City", + "Physical Address Line 1": "21 Birge Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chauncey", + "Physical Address State": "OH ", + "Physical Address Zip": "45719", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2035166479610924", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601583", + "School District Name": "Five Keys Adult School (SF Sheriff's) District", + "Physical Address Line 1": "70 Oak Grove", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94107", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614760", + "School District Name": "Fullerton Joint Union High", + "Physical Address Line 1": "1051 W. Bastanchury Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fullerton", + "Physical Address State": "CA ", + "Physical Address Zip": "92833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09866008462623413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601584", + "School District Name": "PUC Lakeview Charter Academy District", + "Physical Address Line 1": "11465 Kagel Canyon St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake View Terrace", + "Physical Address State": "CA ", + "Physical Address Zip": "91342", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704470", + "School District Name": "Athens CUSD 213", + "Physical Address Line 1": "501 Warrior Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Athens", + "Physical Address State": "IL ", + "Physical Address Zip": "62613", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08779011099899092", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601585", + "School District Name": "King-Chavez Academy of Excellence District", + "Physical Address Line 1": "2716 Marcy Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614790", + "School District Name": "Galt Joint Union Elementary", + "Physical Address Line 1": "1018 C St. Ste. 210", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galt", + "Physical Address State": "CA ", + "Physical Address Zip": "95632", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12228843861740167", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601586", + "School District Name": "Valley Charter Elementary District", + "Physical Address Line 1": "16514 Nordhoff St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "91343", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808870", + "School District Name": "ATHENS ISD", + "Physical Address Line 1": "104 HAWN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ATHENS", + "Physical Address State": "TX ", + "Physical Address Zip": "75751", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22115882048629074", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601587", + "School District Name": "Golden Valley Orchard District", + "Physical Address Line 1": "6550 Filbert Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orangevale", + "Physical Address State": "CA ", + "Physical Address Zip": "95662", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614820", + "School District Name": "Galt Joint Union High", + "Physical Address Line 1": "150 Camellia Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galt", + "Physical Address State": "CA ", + "Physical Address Zip": "95632", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10559495665878645", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601588", + "School District Name": "Edison-Bethune Charter Academy District", + "Physical Address Line 1": "1616 S. Fruit Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93706", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314817", + "School District Name": "Athens Public Schools", + "Physical Address Line 1": "8 Fox Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Athens", + "Physical Address State": "ME ", + "Physical Address Zip": "04912", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18110236220472442", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614880", + "School District Name": "Garden Grove Unified", + "Physical Address Line 1": "10331 Stanford Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garden Grove", + "Physical Address State": "CA ", + "Physical Address Zip": "92840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1593089317313961", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0601590", + "School District Name": "Heartland Charter District", + "Physical Address Line 1": "955 Stanislaus", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maricopa", + "Physical Address State": "CA ", + "Physical Address Zip": "93252", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500570", + "School District Name": "Athens School District", + "Physical Address Line 1": "209 North Schlegel Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Athens", + "Physical Address State": "WI ", + "Physical Address Zip": "54411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11670480549199085", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601591", + "School District Name": "Discovery Charter District", + "Physical Address Line 1": "4021 Teale Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95117", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614910", + "School District Name": "Garfield Elementary", + "Physical Address Line 1": "2200 Freshwater Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "CA ", + "Physical Address Zip": "95503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601592", + "School District Name": "JCS - Pine Hills District", + "Physical Address Line 1": "29141 Vallejo Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Temecula", + "Physical Address State": "CA ", + "Physical Address Zip": "92592", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601593", + "School District Name": "Clear Passage Educational Center District", + "Physical Address Line 1": "1471 MLK Jr. Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Long Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "90813", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614940", + "School District Name": "Garvey Elementary", + "Physical Address Line 1": "2730 N. Del Mar Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rosemead", + "Physical Address State": "CA ", + "Physical Address Zip": "91770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.28314888285654627", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601594", + "School District Name": "Santa Monica Boulevard Community Charter District", + "Physical Address Line 1": "1022 N. Van Ness Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90038", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2603540", + "School District Name": "Atherton Community Schools", + "Physical Address Line 1": "3354 SOUTH GENESEE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48519", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22784810126582278", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601595", + "School District Name": "Redding STEM Academy District", + "Physical Address Line 1": "3711 Oasis Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614950", + "School District Name": "Gateway Unified", + "Physical Address Line 1": "4411 Mountain Lakes Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.19834710743801653", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601596", + "School District Name": "Birmingham Community Charter High District", + "Physical Address Line 1": "17000 Haynes St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Balboa", + "Physical Address State": "CA ", + "Physical Address Zip": "91406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200305", + "School District Name": "Athlos Academy of Jefferson Parish", + "Physical Address Line 1": "979 Behrman Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Terrytown", + "Physical Address State": "LA ", + "Physical Address Zip": "70056", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601597", + "School District Name": "Downtown College Preparatory District", + "Physical Address Line 1": "1402 Monterey Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0614970", + "School District Name": "Gazelle Union Elementary", + "Physical Address Line 1": "25305 Gazelle-Callahan Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gazelle", + "Physical Address State": "CA ", + "Physical Address Zip": "96034", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22857142857142856", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700430", + "School District Name": "Athlos Academy of Saint Cloud", + "Physical Address Line 1": "3701 33RD STREET SOUTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT CLOUD", + "Physical Address State": "MN ", + "Physical Address Zip": "56301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601599", + "School District Name": "ISANA Nascent Academy District", + "Physical Address Line 1": "3417 W. Jefferson Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90018", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615000", + "School District Name": "General Shafter Elementary", + "Physical Address Line 1": "1825 Shafter Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93313", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17355371900826447", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601600", + "School District Name": "Scholarship Prep - Oceanside District", + "Physical Address Line 1": "4070 Mission Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oceanside", + "Physical Address State": "CA ", + "Physical Address Zip": "92057", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900189", + "School District Name": "Athlos Academy of Utah", + "Physical Address Line 1": "12309 South Mustang Trail Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERRIMAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84096", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601601", + "School District Name": "Mojave River Academy - Gold Canyon District", + "Physical Address Line 1": "8922 Beech Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fontana", + "Physical Address State": "CA ", + "Physical Address Zip": "92335", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615090", + "School District Name": "Gerber Union Elementary", + "Physical Address Line 1": "23014 Chard Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gerber", + "Physical Address State": "CA ", + "Physical Address Zip": "96035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22163588390501318", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601602", + "School District Name": "Piner-Olivet Charter District", + "Physical Address Line 1": "2707 Francisco Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95403", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700096", + "School District Name": "Athlos Leadership Academy", + "Physical Address Line 1": "10100 NOBLE PARKWAY NORTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN PARK", + "Physical Address State": "MN ", + "Physical Address Zip": "55443", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601603", + "School District Name": "Oasis Charter Public District", + "Physical Address Line 1": "1135 W.ridge Pkwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salinas", + "Physical Address State": "CA ", + "Physical Address Zip": "93907", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615150", + "School District Name": "Geyserville Unified", + "Physical Address Line 1": "1300 Moody Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Geyserville", + "Physical Address State": "CA ", + "Physical Address Zip": "95441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07035175879396985", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502160", + "School District Name": "Athol-Royalston", + "Physical Address Line 1": "1062 Pleasant Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Athol", + "Physical Address State": "MA ", + "Physical Address Zip": "01331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.16291585127201566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601605", + "School District Name": "Family First Charter District", + "Physical Address Line 1": "12500 Ramona Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hawthorne", + "Physical Address State": "CA ", + "Physical Address Zip": "90250", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615180", + "School District Name": "Gilroy Unified", + "Physical Address Line 1": "7810 Arroyo Cir.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gilroy", + "Physical Address State": "CA ", + "Physical Address Zip": "95020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.0972993248312078", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601606", + "School District Name": "Northern United - Siskiyou Charter District", + "Physical Address Line 1": "423 S. BRd.way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yreka", + "Physical Address State": "CA ", + "Physical Address Zip": "96097", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615240", + "School District Name": "Glendale Unified", + "Physical Address Line 1": "223 N. Jackson St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendale", + "Physical Address State": "CA ", + "Physical Address Zip": "91206", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1414795379425495", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601607", + "School District Name": "Summit Leadership Academy-High Desert District", + "Physical Address Line 1": "12850 Muscatel St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hesperia", + "Physical Address State": "CA ", + "Physical Address Zip": "92345", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300090", + "School District Name": "Atkinson County", + "Physical Address Line 1": "506 East Roberts Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pearson", + "Physical Address State": "GA ", + "Physical Address Zip": "31642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.35420619860847563", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601608", + "School District Name": "Willow Creek Academy Charter District", + "Physical Address Line 1": "636 Nevada St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sausalito", + "Physical Address State": "CA", + "Physical Address Zip": "94965", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615270", + "School District Name": "Glendora Unified", + "Physical Address Line 1": "500 N. Loraine Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendora", + "Physical Address State": "CA ", + "Physical Address Zip": "91741", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0821714624740433", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601609", + "School District Name": "Sierra Charter District", + "Physical Address Line 1": "1931 N. Fine Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93727", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2903480", + "School District Name": "ATLANTA C-3", + "Physical Address Line 1": "600 S ATTERBERRY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ATLANTA", + "Physical Address State": "MO ", + "Physical Address Zip": "63530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15246636771300448", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601610", + "School District Name": "Redwood Academy of Ukiah District", + "Physical Address Line 1": "1059 N. State St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ukiah", + "Physical Address State": "CA ", + "Physical Address Zip": "95482", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615390", + "School District Name": "Gold Oak Union Elementary", + "Physical Address Line 1": "3171 Pleasant Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Placerville", + "Physical Address State": "CA ", + "Physical Address Zip": "95667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1277602523659306", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601611", + "School District Name": "Orange County Workforce Innovation High District", + "Physical Address Line 1": "505 N. Euclid St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anaheim", + "Physical Address State": "CA ", + "Physical Address Zip": "92801", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2603570", + "School District Name": "Atlanta Community Schools", + "Physical Address Line 1": "10500 COUNTY ROAD 489", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ATLANTA", + "Physical Address State": "MI ", + "Physical Address Zip": "49709", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3212121212121212", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601612", + "School District Name": "LA's Promise Charter High #1 District", + "Physical Address Line 1": "1755 W. 52nd St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90062", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615450", + "School District Name": "Gold Trail Union Elementary", + "Physical Address Line 1": "1575 Old Ranch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Placerville", + "Physical Address State": "CA ", + "Physical Address Zip": "95667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06925675675675676", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601613", + "School District Name": "Fenton STEM Acad: Elem CTR for Sci Tech Engr & Math District", + "Physical Address Line 1": "8926 Sunland Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sun Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "91352", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808880", + "School District Name": "ATLANTA ISD", + "Physical Address Line 1": "106 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ATLANTA", + "Physical Address State": "TX ", + "Physical Address Zip": "75551", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2645935624659029", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601614", + "School District Name": "Envision Academy for Arts & Technology District", + "Physical Address Line 1": "1515 Webster St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94612", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615480", + "School District Name": "Golden Feather Union Elementary", + "Physical Address Line 1": "2771 Pentz Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oroville", + "Physical Address State": "CA ", + "Physical Address Zip": "95965", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.32515337423312884", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300120", + "School District Name": "Atlanta Public Schools", + "Physical Address Line 1": "210 Pryor Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA ", + "Physical Address Zip": "30335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2662480376766091", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0601616", + "School District Name": "California Virtual Academy at Fresno District", + "Physical Address Line 1": "50 Moreland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simi Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "93065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691134", + "School District Name": "Golden Plains Unified", + "Physical Address Line 1": "22000 Nevada St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Joaquin", + "Physical Address State": "CA ", + "Physical Address Zip": "93660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2726754135767256", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601617", + "School District Name": "Lennox Mathematics Science and Technology Academy District", + "Physical Address Line 1": "11036 Hawthorne Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lennox", + "Physical Address State": "CA ", + "Physical Address Zip": "90304", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400960", + "School District Name": "Atlantic City School District", + "Physical Address Line 1": "1300 Atlantic Avenue", + "Physical Address Line 2": "Citi Center", + "Physical Address Line 3": "5th Floor", + "Physical Address City": "Atlantic City", + "Physical Address State": "NJ ", + "Physical Address Zip": "08401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.42948918834221245", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601619", + "School District Name": "KIPP Heartwood Academy District", + "Physical Address Line 1": "1250 S. King Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400803", + "School District Name": "ATLANTIC CO JDC", + "Physical Address Line 1": "800 BUFFALO AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EGG HARBOR CITY", + "Physical Address State": "NJ ", + "Physical Address Zip": "08215", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601621", + "School District Name": "Rocketship Discovery Prep District", + "Physical Address Line 1": "370 Wooster St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615510", + "School District Name": "Goleta Union Elementary", + "Physical Address Line 1": "401 N. Fairview Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goleta", + "Physical Address State": "CA ", + "Physical Address Zip": "93117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09117959617428267", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601622", + "School District Name": "High Tech Middle North County District", + "Physical Address Line 1": "1460 W. San Marcos Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Marcos", + "Physical Address State": "CA ", + "Physical Address Zip": "92078", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903930", + "School District Name": "Atlantic Comm School District", + "Physical Address Line 1": "1100 Linn St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atlantic", + "Physical Address State": "IA ", + "Physical Address Zip": "50022", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16772374911909796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400771", + "School District Name": "Atlantic Community Charter School", + "Physical Address Line 1": "112 South New York Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galloway", + "Physical Address State": "NJ ", + "Physical Address Zip": "08205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601626", + "School District Name": "KIPP San Francisco Bay Academy District", + "Physical Address Line 1": "1430 Scott St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615600", + "School District Name": "Gorman Joint", + "Physical Address Line 1": "49847 Gorman Sch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gorman", + "Physical Address State": "CA ", + "Physical Address Zip": "93243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17647058823529413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601627", + "School District Name": "Innovations Academy District", + "Physical Address Line 1": "5454 Ruffin Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92123", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400006", + "School District Name": "Atlantic County Special Services School District", + "Physical Address Line 1": "4805 Nawakwa Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mays Landing", + "Physical Address State": "NJ ", + "Physical Address Zip": "08330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601628", + "School District Name": "Humphreys College Academy of Business Law and ED District", + "Physical Address Line 1": "6515 Inglewood Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615690", + "School District Name": "Grant Elementary", + "Physical Address Line 1": "8835 Swasey Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07507507507507508", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601629", + "School District Name": "Community Collaborative Virtual - Sage Oak Charter District", + "Physical Address Line 1": "1473 Ford St.", + "Physical Address Line 2": "Ste. #105", + "Physical Address Line 3": "", + "Physical Address City": "Redlands", + "Physical Address State": "CA ", + "Physical Address Zip": "92373", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400990", + "School District Name": "Atlantic County Vocational School District", + "Physical Address Line 1": "5080 Atlantic Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mays Landing", + "Physical Address State": "NJ ", + "Physical Address Zip": "08330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601630", + "School District Name": "Magnolia Science Academy Bell District", + "Physical Address Line 1": "6411 Orchard Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bell", + "Physical Address State": "CA ", + "Physical Address Zip": "90201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615780", + "School District Name": "Grass Valley Elementary", + "Physical Address Line 1": "10840 Gilmore Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grass Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "95945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18446160835983644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601631", + "School District Name": "Trivium Charter School Adventure District", + "Physical Address Line 1": "1600 Berkeley Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lompoc", + "Physical Address State": "CA ", + "Physical Address Zip": "93436", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401020", + "School District Name": "Atlantic Highlands School District", + "Physical Address Line 1": "140 First Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atlantic Highlands", + "Physical Address State": "NJ ", + "Physical Address Zip": "07716", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05102040816326531", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601632", + "School District Name": "Pacific View Charter 2.0 District", + "Physical Address Line 1": "115 Henderson St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "CA ", + "Physical Address Zip": "95501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615810", + "School District Name": "Gratton Elementary", + "Physical Address Line 1": "4500 S. Gratton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denair", + "Physical Address State": "CA ", + "Physical Address Zip": "95316", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19444444444444445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601633", + "School District Name": "College Bridge Academy District", + "Physical Address Line 1": "1827 E. 103rd St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90007", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500041", + "School District Name": "Atlantis Charter (District)", + "Physical Address Line 1": "991 Jefferson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fall River", + "Physical Address State": "MA ", + "Physical Address Zip": "02721", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601634", + "School District Name": "New Day Academy District", + "Physical Address Line 1": "214 W. First St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alturas", + "Physical Address State": "CA", + "Physical Address Zip": "96101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615840", + "School District Name": "Gravenstein Union Elementary", + "Physical Address Line 1": "3840 Twig Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sebastopol", + "Physical Address State": "CA ", + "Physical Address Zip": "95472", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09414225941422594", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900618", + "School District Name": "ATLAS PUBLIC SCHOOLS", + "Physical Address Line 1": "2845 Washington Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. Louis", + "Physical Address State": "MO ", + "Physical Address Zip": "63103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615870", + "School District Name": "Graves Elementary", + "Physical Address Line 1": "15 McFadden Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salinas", + "Physical Address State": "CA ", + "Physical Address Zip": "93908", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07692307692307693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601637", + "School District Name": "Rocketship Alma Academy District", + "Physical Address Line 1": "198 W. Alma Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601138", + "School District Name": "ATMOSPHERE ACADEMY PUBLIC CHARTER SCHOOL", + "Physical Address Line 1": "22 MARBLE HILL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10463", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601638", + "School District Name": "College Preparatory Middle District", + "Physical Address Line 1": "10269 Madrid Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spring Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "91977", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0615990", + "School District Name": "Green Point Elementary", + "Physical Address Line 1": "180 Valkensar Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blue Lake", + "Physical Address State": "CA ", + "Physical Address Zip": "95525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2727272727272727", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601639", + "School District Name": "County Collaborative Charter District", + "Physical Address Line 1": "100 E San Marcos Blvd. Ste 350", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Marcos", + "Physical Address State": "CA ", + "Physical Address Zip": "92069", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003360", + "School District Name": "ATOKA", + "Physical Address Line 1": "1775 S GREATHOUSE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atoka", + "Physical Address State": "OK ", + "Physical Address Zip": "74525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20750293083235638", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601640", + "School District Name": "Leadership Military Academy District", + "Physical Address Line 1": "13730 Perris Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moreno Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "92553", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616080", + "School District Name": "Greenfield Union Elementary", + "Physical Address Line 1": "493 El Camino Real", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93927", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21553453711665232", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601641", + "School District Name": "Provisional Accelerated Learning Academy District", + "Physical Address Line 1": "2450 Blake St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bernardino", + "Physical Address State": "CA ", + "Physical Address Zip": "92407", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900147", + "School District Name": "Atsa' Biya' a'zh Community School", + "Physical Address Line 1": "Pinon Street Bdg 1415", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shiprock", + "Physical Address State": "NM", + "Physical Address Zip": "87420", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601642", + "School District Name": "The Academy of Alameda District", + "Physical Address Line 1": "401 Pacific Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alameda", + "Physical Address State": "CA ", + "Physical Address Zip": "94501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616050", + "School District Name": "Greenfield Union", + "Physical Address Line 1": "1624 Fairview Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.26686949907638813", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601643", + "School District Name": "Pathways Academy Charter Adult Education District", + "Physical Address Line 1": "100 E. San Marcos Blvd. Ste. 350", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Marcos", + "Physical Address State": "CA", + "Physical Address Zip": "92069", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800510", + "School District Name": "ATTALA CO SCHOOL DIST", + "Physical Address Line 1": "100 Courthouse Bldg Ste 3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kosciusko", + "Physical Address State": "MS ", + "Physical Address Zip": "39090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2925577416595381", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601644", + "School District Name": "Eel River Charter District", + "Physical Address Line 1": "76350 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Covelo", + "Physical Address State": "CA ", + "Physical Address Zip": "95428", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616110", + "School District Name": "Grenada Elementary", + "Physical Address Line 1": "516 Shasta Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grenada", + "Physical Address State": "CA ", + "Physical Address Zip": "96038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1565217391304348", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601647", + "School District Name": "Impact Academy of Arts & Technology District", + "Physical Address Line 1": "2560 Darwin St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayward", + "Physical Address State": "CA ", + "Physical Address Zip": "94545", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003570", + "School District Name": "Attica", + "Physical Address Line 1": "718 N Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Attica", + "Physical Address State": "KS ", + "Physical Address Zip": "67009", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20161290322580644", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601648", + "School District Name": "Summit Public School: Shasta District", + "Physical Address Line 1": "905 Campus Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Daly City", + "Physical Address State": "CA ", + "Physical Address Zip": "94015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616230", + "School District Name": "Grossmont Union High", + "Physical Address Line 1": "1100 Murray Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Cajon", + "Physical Address State": "CA ", + "Physical Address Zip": "92020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12849688360631975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603420", + "School District Name": "ATTICA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "3338 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ATTICA", + "Physical Address State": "NY ", + "Physical Address Zip": "14011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07610993657505286", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616260", + "School District Name": "Guadalupe Union Elementary", + "Physical Address Line 1": "4465 Ninth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Guadalupe", + "Physical Address State": "CA ", + "Physical Address Zip": "93434", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.21216730038022813", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601651", + "School District Name": "California Collegiate Charter District", + "Physical Address Line 1": "5101 S. W.ern Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA", + "Physical Address Zip": "90062", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800210", + "School District Name": "Attica Consolidated School Corp", + "Physical Address Line 1": "205 E Sycamore St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Attica", + "Physical Address State": "IN ", + "Physical Address Zip": "47918", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14595375722543352", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601652", + "School District Name": "Gabriella Charter 2 District", + "Physical Address Line 1": "3736 Trinity St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616320", + "School District Name": "Guerneville Elementary", + "Physical Address Line 1": "14630 Armstrong Woods Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Guerneville", + "Physical Address State": "CA ", + "Physical Address Zip": "95446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.192090395480226", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601653", + "School District Name": "California Montessori Project-San Juan Campuses District", + "Physical Address Line 1": "5330A Gibbons Dr. Ste. 700", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carmichael", + "Physical Address State": "CA ", + "Physical Address Zip": "95608", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502190", + "School District Name": "Attleboro", + "Physical Address Line 1": "100 Rathbun Willard Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Attleboro", + "Physical Address State": "MA ", + "Physical Address Zip": "02703", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09934924078091106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616323", + "School District Name": "Gustine Unified", + "Physical Address Line 1": "1500 Meredith Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gustine", + "Physical Address State": "CA ", + "Physical Address Zip": "95322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2755498059508409", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601655", + "School District Name": "Golden Oak Montessori of Hayward District", + "Physical Address Line 1": "2652 Vergil Ct.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Castro Valley", + "Physical Address State": "CA", + "Physical Address Zip": "94546", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616325", + "School District Name": "Hacienda la Puente Unified", + "Physical Address Line 1": "15959 E. Gale Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "City Of Industry", + "Physical Address State": "CA ", + "Physical Address Zip": "91745", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1626973362990289", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601656", + "School District Name": "Downtown College Prep - Alum Rock District", + "Physical Address Line 1": "1776 Edal Park Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704560", + "School District Name": "Atwood Heights SD 125", + "Physical Address Line 1": "12150 S Hamlin Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alsip", + "Physical Address State": "IL ", + "Physical Address Zip": "60803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16795865633074936", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2603600", + "School District Name": "Au Gres-Sims School District", + "Physical Address Line 1": "310 S COURT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AU GRES", + "Physical Address State": "MI ", + "Physical Address Zip": "48703", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23542600896860988", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601660", + "School District Name": "Heritage K-8 Charter District", + "Physical Address Line 1": "1855 E. Valley Pkwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Escondido", + "Physical Address State": "CA ", + "Physical Address Zip": "92027", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616470", + "School District Name": "Hanford Elementary", + "Physical Address Line 1": "714 N. White St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanford", + "Physical Address State": "CA ", + "Physical Address Zip": "93230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2342882855857207", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601661", + "School District Name": "eCademy Charter at Crane District", + "Physical Address Line 1": "1100 Cahill Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turlock", + "Physical Address State": "CA ", + "Physical Address Zip": "95380", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808910", + "School District Name": "AUBREY ISD", + "Physical Address Line 1": "415 TISDELL LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUBREY", + "Physical Address State": "TX ", + "Physical Address Zip": "76227", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08221024258760108", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601662", + "School District Name": "Kavod Charter District", + "Physical Address Line 1": "6991 Balboa Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616500", + "School District Name": "Hanford Joint Union High", + "Physical Address Line 1": "823 W. Lacey Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanford", + "Physical Address State": "CA ", + "Physical Address Zip": "93230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.18380651945320714", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502220", + "School District Name": "Auburn", + "Physical Address Line 1": "5 West Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Auburn", + "Physical Address State": "MA ", + "Physical Address Zip": "01501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06523407521105141", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601665", + "School District Name": "Chico Country Day District", + "Physical Address Line 1": "102 W. 11th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chico", + "Physical Address State": "CA ", + "Physical Address Zip": "95928", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616530", + "School District Name": "Happy Camp Union Elementary", + "Physical Address Line 1": "114 Park Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Happy Camp", + "Physical Address State": "CA ", + "Physical Address Zip": "96039", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29896907216494845", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905116", + "School District Name": "Auburn", + "Physical Address Line 1": "8140 Auburn Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Painesville", + "Physical Address State": "OH ", + "Physical Address Zip": "44077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616560", + "School District Name": "Happy Valley Elementary", + "Physical Address Line 1": "3125 Branciforte Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Cruz", + "Physical Address State": "CA ", + "Physical Address Zip": "95065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07476635514018691", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601668", + "School District Name": "The City District", + "Physical Address Line 1": "5753 Obama Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616570", + "School District Name": "Happy Valley Union Elementary", + "Physical Address Line 1": "16300 Cloverdale Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anderson", + "Physical Address State": "CA ", + "Physical Address Zip": "96007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1901743264659271", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601669", + "School District Name": "Golden Valley River District", + "Physical Address Line 1": "9601 Lake Natoma Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orangevale", + "Physical Address State": "CA ", + "Physical Address Zip": "95662", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603480", + "School District Name": "AUBURN CITY SCHOOL DISTRICT", + "Physical Address Line 1": "78 THORNTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUBURN", + "Physical Address State": "NY ", + "Physical Address Zip": "13021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24328629949931724", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601670", + "School District Name": "Richmond Charter Elementary-Benito Juarez District", + "Physical Address Line 1": "1450 Marina Way S.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "CA ", + "Physical Address Zip": "94804", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616620", + "School District Name": "Harmony Union Elementary", + "Physical Address Line 1": "1935 Bohemian Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Occidental", + "Physical Address State": "CA ", + "Physical Address Zip": "95465", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15862068965517243", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704620", + "School District Name": "Auburn CUSD 10", + "Physical Address Line 1": "606 W North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Auburn", + "Physical Address State": "IL ", + "Physical Address Zip": "62615", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11886949293433084", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601672", + "School District Name": "Oxford Preparatory Academy - Saddleback Valley District", + "Physical Address Line 1": "22882 Loumont Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Forest", + "Physical Address State": "CA ", + "Physical Address Zip": "92630", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616650", + "School District Name": "Hart-Ransom Union Elementary", + "Physical Address Line 1": "3920 Shoemake Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95358", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14345114345114346", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601674", + "School District Name": "Rocklin Academy at Meyers Street District", + "Physical Address Line 1": "6532 Turnstone Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rocklin", + "Physical Address State": "CA ", + "Physical Address Zip": "95765", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3103330", + "School District Name": "AUBURN PUBLIC SCHOOLS", + "Physical Address Line 1": "1713 J ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUBURN", + "Physical Address State": "NE ", + "Physical Address Zip": "68305", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.111358574610245", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601677", + "School District Name": "Crescent View West Public Charter District", + "Physical Address Line 1": "1901 E. Shields Ave. Ste. 105", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93726", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616680", + "School District Name": "Hawthorne", + "Physical Address Line 1": "14120 S. Hawthorne Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hawthorne", + "Physical Address State": "CA ", + "Physical Address Zip": "90250", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2243822075782537", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601678", + "School District Name": "Magnolia Science Academy 4 District", + "Physical Address Line 1": "11330 W. Graham Pl. B-9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90064", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2302610", + "School District Name": "Auburn Public Schools", + "Physical Address Line 1": "60 Court St 4th Floor", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Auburn", + "Physical Address State": "ME ", + "Physical Address Zip": "04210", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.15858912224017233", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601679", + "School District Name": "Valor Academy Middle District", + "Physical Address Line 1": "9034 Burnet Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "91343", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616740", + "School District Name": "Hayward Unified", + "Physical Address Line 1": "24411 Amador St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayward", + "Physical Address State": "CA ", + "Physical Address Zip": "94544", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12233983697857116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301590", + "School District Name": "Auburn School District", + "Physical Address Line 1": "90 Farmer Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hooksett", + "Physical Address State": "NH ", + "Physical Address Zip": "03106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.021455223880597014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601681", + "School District Name": "SIATech Academy South District", + "Physical Address Line 1": "501 S. Boyle Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90033", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601682", + "School District Name": "MethodSchools District", + "Physical Address Line 1": "4612 Dehesa Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Cajon", + "Physical Address State": "CA ", + "Physical Address Zip": "92019", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300300", + "School District Name": "Auburn School District", + "Physical Address Line 1": "915 4TH ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUBURN", + "Physical Address State": "WA ", + "Physical Address Zip": "98002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.14889637111859333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601683", + "School District Name": "Lifeline Education Charter District", + "Physical Address Line 1": "225 S. Santa Fe Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Compton", + "Physical Address State": "CA ", + "Physical Address Zip": "90221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616830", + "School District Name": "Heber Elementary", + "Physical Address Line 1": "1052 Heber Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Heber", + "Physical Address State": "CA ", + "Physical Address Zip": "92249", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.17398945518453426", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601684", + "School District Name": "High Tech LA District", + "Physical Address Line 1": "17111 Victory Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Balboa", + "Physical Address State": "CA ", + "Physical Address Zip": "91406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616860", + "School District Name": "Helendale Elementary", + "Physical Address Line 1": "15350 Riverview Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Helendale", + "Physical Address State": "CA ", + "Physical Address Zip": "92342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.15311004784688995", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601685", + "School District Name": "Morrice Schaefer Charter District", + "Physical Address Line 1": "1370 San Miguel Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95403", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003200", + "School District Name": "Auburn Washburn", + "Physical Address Line 1": "5928 SW 53rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Topeka", + "Physical Address State": "KS ", + "Physical Address Zip": "66610", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07341327873647266", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601686", + "School District Name": "LaVerne Elementary Preparatory Academy District", + "Physical Address Line 1": "7280 Oxford Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hesperia", + "Physical Address State": "CA ", + "Physical Address Zip": "92345", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0616920", + "School District Name": "Hemet Unified", + "Physical Address Line 1": "1791 W. Acacia Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hemet", + "Physical Address State": "CA ", + "Physical Address Zip": "92545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.21285288380139128", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601687", + "School District Name": "King-Chavez Preparatory Academy District", + "Physical Address Line 1": "500 30th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500600", + "School District Name": "Auburndale School District", + "Physical Address Line 1": "10564 School Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Auburndale", + "Physical Address State": "WI ", + "Physical Address Zip": "54412", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11004784688995216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601688", + "School District Name": "JCS - Cedar Cove District", + "Physical Address Line 1": "777 Santa Fe", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Encinitas", + "Physical Address State": "CA ", + "Physical Address Zip": "92024", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0617040", + "School District Name": "Hermosa Beach City Elementary", + "Physical Address Line 1": "425 Valley Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hermosa Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "90254", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.048307184145334435", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601689", + "School District Name": "Pivot Charter School - San Diego II District", + "Physical Address Line 1": "1030 La Bonita Dr.", + "Physical Address Line 2": "Ste. 100", + "Physical Address Line 3": "", + "Physical Address City": "San Marcos", + "Physical Address State": "CA ", + "Physical Address Zip": "92078", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3002490", + "School District Name": "Auchard Creek Elem", + "Physical Address Line 1": "9605 Hwy 287", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wolf Creek", + "Physical Address State": "MT ", + "Physical Address Zip": "59648", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601691", + "School District Name": "Community School for Creative Education District", + "Physical Address Line 1": "2111 International Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94606", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601693", + "School District Name": "KIPP Academy of Opportunity District", + "Physical Address Line 1": "8500 S. Figueroa St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0617160", + "School District Name": "Hickman Community Charter", + "Physical Address Line 1": "13306 Fourth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hickman", + "Physical Address State": "CA ", + "Physical Address Zip": "95323", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1358695652173913", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601855", + "School District Name": "Audeo Charter II District", + "Physical Address Line 1": "3821 Plaza Dr. Ste. 402", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oceanside", + "Physical Address State": "CA ", + "Physical Address Zip": "92056", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601695", + "School District Name": "San Jose Charter Academy District", + "Physical Address Line 1": "2021 W. Alwood St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Covina", + "Physical Address State": "CA ", + "Physical Address Zip": "91790", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0617190", + "School District Name": "Hillsborough City Elementary", + "Physical Address Line 1": "300 El Cerrito Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsborough", + "Physical Address State": "CA ", + "Physical Address Zip": "94010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.026415094339622643", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601696", + "School District Name": "KIPP Compton Community District", + "Physical Address Line 1": "13305 S. San Pedro St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90061", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602248", + "School District Name": "Audeo Charter School III District", + "Physical Address Line 1": "200 E. Via Rancho Pkwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Escondido", + "Physical Address State": "CA ", + "Physical Address Zip": "92025", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601697", + "School District Name": "San Jose Conservation Corps Charter District", + "Physical Address Line 1": "1560 Berger Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95112", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0617220", + "School District Name": "Hilmar Unified", + "Physical Address Line 1": "7807 N. Lander Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hilmar", + "Physical Address State": "CA ", + "Physical Address Zip": "95324", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21311475409836064", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601698", + "School District Name": "Millennium Charter District", + "Physical Address Line 1": "51 E. Beverly Pl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tracy", + "Physical Address State": "CA ", + "Physical Address Zip": "95376", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602560", + "School District Name": "Audeo Valley Charter District", + "Physical Address Line 1": "27130 Eucalyptus Ave. Ste. A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moreno Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "92555", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601699", + "School District Name": "Watts Learning Center Charter Middle District", + "Physical Address Line 1": "8800 S. San Pedro St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0617340", + "School District Name": "Hollister", + "Physical Address Line 1": "2690 Cienega Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hollister", + "Physical Address State": "CA ", + "Physical Address Zip": "95023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10490099705097598", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601700", + "School District Name": "City Heights Preparatory Charter District", + "Physical Address Line 1": "4260 54th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200285", + "School District Name": "Audubon Charter School", + "Physical Address Line 1": "428 Broadway Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601701", + "School District Name": "Empire Springs Charter District", + "Physical Address Line 1": "15350 Riverview Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Helendale", + "Physical Address State": "CA ", + "Physical Address Zip": "92342", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0617430", + "School District Name": "Holtville Unified", + "Physical Address Line 1": "621 E. Sixth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holtville", + "Physical Address State": "CA ", + "Physical Address Zip": "92250", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.17472335468841002", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601702", + "School District Name": "Global Education Academy District", + "Physical Address Line 1": "4141 S. Figueroa St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200303", + "School District Name": "Audubon Charter School - Gentilly", + "Physical Address Line 1": "4720 Painters Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0617490", + "School District Name": "Hope Elementary", + "Physical Address Line 1": "3970 La Colina Rd. Ste. 14", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Barbara", + "Physical Address State": "CA ", + "Physical Address Zip": "93110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09651898734177215", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903960", + "School District Name": "Audubon Comm School District", + "Physical Address Line 1": "800 3rd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Audubon", + "Physical Address State": "IA ", + "Physical Address Zip": "50025", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12326043737574553", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601705", + "School District Name": "Guajome Park Academy Charter District", + "Physical Address Line 1": "2000 N. Santa Fe Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "92083", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0617520", + "School District Name": "Hope Elementary", + "Physical Address Line 1": "613 W. Teapot Dome Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Porterville", + "Physical Address State": "CA ", + "Physical Address Zip": "93257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.26785714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601706", + "School District Name": "Magnolia Science Academy District", + "Physical Address Line 1": "18238 Sherman Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reseda", + "Physical Address State": "CA ", + "Physical Address Zip": "91335", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401050", + "School District Name": "Audubon Public School District", + "Physical Address Line 1": "350 Edgewood Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Audubon", + "Physical Address State": "NJ ", + "Physical Address Zip": "08106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07179866765358993", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0617580", + "School District Name": "Horicon Elementary", + "Physical Address Line 1": "35555 Annapolis Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Annapolis", + "Physical Address State": "CA ", + "Physical Address Zip": "95412", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11904761904761904", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601708", + "School District Name": "Environmental Charter Middle District", + "Physical Address Line 1": "812 W. 165th Pl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gardena", + "Physical Address State": "CA ", + "Physical Address Zip": "90247", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900490", + "School District Name": "Auglaize County Educational Academy", + "Physical Address Line 1": "1130A East Albert St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lima", + "Physical Address State": "OH ", + "Physical Address Zip": "45804", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601709", + "School District Name": "New Vision Middle District", + "Physical Address Line 1": "26655 Highland Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highland", + "Physical Address State": "CA ", + "Physical Address Zip": "92346", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0617620", + "School District Name": "Hornbrook Elementary", + "Physical Address Line 1": "15430 Oregon Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hornbrook", + "Physical Address State": "CA ", + "Physical Address Zip": "96044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.4153846153846154", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0617640", + "School District Name": "Hot Springs Elementary", + "Physical Address Line 1": "40505 Hot Springs Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "California Hot Springs", + "Physical Address State": "CA ", + "Physical Address Zip": "93207", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18518518518518517", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601712", + "School District Name": "Kid Street Learning Center Charter District", + "Physical Address Line 1": "709 Davis St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700350", + "School District Name": "AUGSBURG FAIRVIEW ACADEMY", + "Physical Address Line 1": "2504 COLUMBUS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55404", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601713", + "School District Name": "Los Angeles College Prep Academy District", + "Physical Address Line 1": "625 Coleman Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90042", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0617760", + "School District Name": "Howell Mountain Elementary", + "Physical Address Line 1": "525 White Cottage Rd. N.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Angwin", + "Physical Address State": "CA ", + "Physical Address Zip": "94508", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11590296495956873", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003630", + "School District Name": "Augusta", + "Physical Address Line 1": "2345 Greyhound Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Augusta", + "Physical Address State": "KS ", + "Physical Address Zip": "67010", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1052393857271906", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601715", + "School District Name": "Vista Norte Public Charter District", + "Physical Address Line 1": "248 E. Base Line Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rialto", + "Physical Address State": "CA ", + "Physical Address Zip": "92376", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0617850", + "School District Name": "Hueneme Elementary", + "Physical Address Line 1": "205 N. Ventura Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Port Hueneme", + "Physical Address State": "CA ", + "Physical Address Zip": "93041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1741832899681989", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601716", + "School District Name": "California Virtual Academy @ Los Angeles District", + "Physical Address Line 1": "50 Moreland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simi Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "93065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601098", + "School District Name": "Augusta Academy", + "Physical Address Line 1": "600 West Michigan", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Augusta", + "Physical Address State": "MI ", + "Physical Address Zip": "49012", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601717", + "School District Name": "Civicorps Corpsmember Academy District", + "Physical Address Line 1": "101 Myrtle St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA", + "Physical Address Zip": "94607", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0617880", + "School District Name": "Hughes-Elizabeth Lakes Union Elementary", + "Physical Address Line 1": "16633 Elizabeth Lake Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Hughes", + "Physical Address State": "CA ", + "Physical Address Zip": "93532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1328125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601718", + "School District Name": "Cox Academy District", + "Physical Address Line 1": "9860 Sunnyside St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94603", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100300", + "School District Name": "AUGUSTA CO PBLC SCHS", + "Physical Address Line 1": "18 Government Center Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Verona", + "Physical Address State": "VA ", + "Physical Address Zip": "24482", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0999196356817573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601719", + "School District Name": "Manzanita Public Charter District", + "Physical Address Line 1": "991 Mountain View Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vandenberg Air Force Base", + "Physical Address State": "CA ", + "Physical Address Zip": "93437", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601721", + "School District Name": "Rise Kohyang Elementary District", + "Physical Address Line 1": "600 S. La Fayette Park Pl.", + "Physical Address Line 2": "1st Fl.", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90057", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3002430", + "School District Name": "Augusta Elem", + "Physical Address Line 1": "410 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Augusta", + "Physical Address State": "MT ", + "Physical Address Zip": "59410", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20224719101123595", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601722", + "School District Name": "Richmond College Preparatory District", + "Physical Address Line 1": "214 S. 11th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "CA ", + "Physical Address Zip": "94804", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618030", + "School District Name": "Huntington Beach City Elementary", + "Physical Address Line 1": "8750 Dorsett Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "92646", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06295981890209394", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601723", + "School District Name": "Rise Kohyang Middle District", + "Physical Address Line 1": "3020 Wilshire Blvd. 2nd Fl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90013", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3002450", + "School District Name": "Augusta H S", + "Physical Address Line 1": "410 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Augusta", + "Physical Address State": "MT ", + "Physical Address Zip": "59410", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1323529411764706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618060", + "School District Name": "Huntington Beach Union High", + "Physical Address Line 1": "5832 Bolsa Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "92649", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09431810983720783", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601725", + "School District Name": "ICEF Inglewood Elementary Charter Academy District", + "Physical Address Line 1": "434 S. Grevillea Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inglewood", + "Physical Address State": "CA ", + "Physical Address Zip": "90301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100180", + "School District Name": "Augusta Independent", + "Physical Address Line 1": "307 Bracken St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Augusta", + "Physical Address State": "KY ", + "Physical Address Zip": "41002", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601726", + "School District Name": "Caliber: Beta Academy District", + "Physical Address Line 1": "4301 Berk Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "CA ", + "Physical Address Zip": "94804", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618120", + "School District Name": "Hydesville Elementary", + "Physical Address Line 1": "3050 Johnson Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hydesville", + "Physical Address State": "CA ", + "Physical Address Zip": "95547", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14450867052023122", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601728", + "School District Name": "Kings Valley Academy II District", + "Physical Address Line 1": "312 W. Seventh St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanford", + "Physical Address State": "CA ", + "Physical Address Zip": "93280", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2302640", + "School District Name": "Augusta Public Schools", + "Physical Address Line 1": "40 Pierce Drive Suite # 3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Augusta", + "Physical Address State": "ME ", + "Physical Address Zip": "04330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15974576271186441", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601729", + "School District Name": "Rocketship Rising Stars District", + "Physical Address Line 1": "3173 Senter Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618160", + "School District Name": "Igo Ono Platina Union Elementary", + "Physical Address Line 1": "6429 Placer St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Igo", + "Physical Address State": "CA ", + "Physical Address Zip": "96047", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601730", + "School District Name": "Horizon Charter District", + "Physical Address Line 1": "2800 Nicolaus Rd. Ste. 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "CA ", + "Physical Address Zip": "95648", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500630", + "School District Name": "Augusta School District", + "Physical Address Line 1": "E19320 Bartig Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Augusta", + "Physical Address State": "WI ", + "Physical Address Zip": "54722", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26831683168316833", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601731", + "School District Name": "ICEF View Park Preparatory High District", + "Physical Address Line 1": "5701 S. Crenshaw Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618210", + "School District Name": "Imperial Unified", + "Physical Address Line 1": "219 N. E St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Imperial", + "Physical Address State": "CA ", + "Physical Address Zip": "92251", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10358486829075064", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618240", + "School District Name": "Indian Diggings Elementary", + "Physical Address Line 1": "6020 Omo Ranch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerset", + "Physical Address State": "CA ", + "Physical Address Zip": "95684", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601733", + "School District Name": "Opportunities for Learning - Baldwin Park District", + "Physical Address Line 1": "12731 Ramona Blvd. Ste. 201", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Irwindale", + "Physical Address State": "CA ", + "Physical Address Zip": "91706", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700220", + "School District Name": "AURORA CHARTER SCHOOL", + "Physical Address Line 1": "2101 E 26TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55404", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601734", + "School District Name": "CORE Charter District", + "Physical Address Line 1": "321 16th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marysville", + "Physical Address State": "CA ", + "Physical Address Zip": "95901", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618270", + "School District Name": "Indian Springs Elementary", + "Physical Address Line 1": "25299 Big Bend Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Big Bend", + "Physical Address State": "CA ", + "Physical Address Zip": "96011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.7142857142857143", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601735", + "School District Name": "Los Feliz Charter Middle School for the Arts District", + "Physical Address Line 1": "2709 Media Center Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904917", + "School District Name": "Aurora City", + "Physical Address Line 1": "102 E Garfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aurora", + "Physical Address State": "OH ", + "Physical Address Zip": "44202", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04216682056017236", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601736", + "School District Name": "Village Charter Academy District", + "Physical Address Line 1": "7357 Jordan Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canoga Park", + "Physical Address State": "CA ", + "Physical Address Zip": "91303", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618390", + "School District Name": "Inglewood Unified", + "Physical Address Line 1": "401 S. Inglewood Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inglewood", + "Physical Address State": "CA ", + "Physical Address Zip": "90301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21658401568446545", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601737", + "School District Name": "Bella Mente Montessori Academy District", + "Physical Address Line 1": "1737 W. Vista Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "92083", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704680", + "School District Name": "Aurora East USD 131", + "Physical Address Line 1": "310 Seminary Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aurora", + "Physical Address State": "IL ", + "Physical Address Zip": "60505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2103960396039604", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601738", + "School District Name": "REACH Leadership STEAM Academy District", + "Physical Address Line 1": "3422 Rustin Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverside", + "Physical Address State": "CA ", + "Physical Address Zip": "92507", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0684500", + "School District Name": "Irvine Unified", + "Physical Address Line 1": "5050 Barranca Pkwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Irvine", + "Physical Address State": "CA ", + "Physical Address Zip": "92604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.07701225194917373", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0601739", + "School District Name": "Epiphany Prep Charter District", + "Physical Address Line 1": "725 N. Escondido Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Escondido", + "Physical Address State": "CA", + "Physical Address Zip": "92025", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802340", + "School District Name": "Aurora Joint District No. 28 of the counties of Adams and A", + "Physical Address Line 1": "15701 E. 1ST AVE. SUITE 206", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AURORA", + "Physical Address State": "CO ", + "Physical Address Zip": "80011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.18468579302199695", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0601740", + "School District Name": "South Sutter Charter District", + "Physical Address Line 1": "2452 El Centro Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Nicolaus", + "Physical Address State": "CA ", + "Physical Address Zip": "95659", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618510", + "School District Name": "Island Union Elementary", + "Physical Address Line 1": "7799 21st Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lemoore", + "Physical Address State": "CA ", + "Physical Address Zip": "93245", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19480519480519481", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601741", + "School District Name": "Camino Nuevo Charter Academy #2 District", + "Physical Address Line 1": "3400 W. 3rd St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3103360", + "School District Name": "AURORA PUBLIC SCHOOLS", + "Physical Address Line 1": "300 L ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AURORA", + "Physical Address State": "NE ", + "Physical Address Zip": "68818", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.05551086082059534", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618660", + "School District Name": "Jacoby Creek Elementary", + "Physical Address Line 1": "1617 Old Arcata Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bayside", + "Physical Address State": "CA ", + "Physical Address Zip": "95524", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14342629482071714", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601743", + "School District Name": "Sky Mountain Charter District", + "Physical Address Line 1": "4535 Missouri Flat Rd. Ste. 1A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Placerville", + "Physical Address State": "CA ", + "Physical Address Zip": "95667", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2904020", + "School District Name": "AURORA R-VIII", + "Physical Address Line 1": "201 S MADISON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AURORA", + "Physical Address State": "MO ", + "Physical Address Zip": "65605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19744897959183674", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601744", + "School District Name": "Ballington Academy for the Arts and Sciences District", + "Physical Address Line 1": "1525 W. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Centro", + "Physical Address State": "CA ", + "Physical Address Zip": "92243", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618690", + "School District Name": "Jamestown Elementary", + "Physical Address Line 1": "18299 Fifth Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamestown", + "Physical Address State": "CA ", + "Physical Address Zip": "95327", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21703853955375255", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601745", + "School District Name": "Insight School of California District", + "Physical Address Line 1": "50 Moreland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simi Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "93065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700455", + "School District Name": "Aurora Waasakone Community of Learn", + "Physical Address Line 1": "616 AMERICA AVENUE STE 110", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEMIDJI", + "Physical Address State": "MN ", + "Physical Address Zip": "56601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601746", + "School District Name": "Mission Academy District", + "Physical Address Line 1": "32248 Crown Valley Rd. Rm.114", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Acton", + "Physical Address State": "CA ", + "Physical Address Zip": "93510", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618730", + "School District Name": "Jamul-Dulzura Union Elementary", + "Physical Address Line 1": "14581 Lyons Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamul", + "Physical Address State": "CA ", + "Physical Address Zip": "91935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12428078250863062", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601747", + "School District Name": "North Oakland Community Charter District", + "Physical Address Line 1": "1000 42nd St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94608", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704710", + "School District Name": "Aurora West USD 129", + "Physical Address Line 1": "1877 W. Downer Pl", + "Physical Address Line 2": "District Administration Office", + "Physical Address Line 3": "", + "Physical Address City": "Aurora", + "Physical Address State": "IL ", + "Physical Address Zip": "60506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13626046802848868", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601748", + "School District Name": "Dr. Lewis Dolphin Stallworth Sr. Charter District", + "Physical Address Line 1": "1610 E. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618780", + "School District Name": "Janesville Union Elementary", + "Physical Address Line 1": "464-555 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Janesville", + "Physical Address State": "CA ", + "Physical Address Zip": "96114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15099009900990099", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601751", + "School District Name": "Mojave River Academy - Marble City District", + "Physical Address Line 1": "9723 Sierra Vista Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phelan", + "Physical Address State": "CA ", + "Physical Address Zip": "92371", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602459", + "School District Name": "Aurum Preparatory Academy District", + "Physical Address Line 1": "1034 66th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94621", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601752", + "School District Name": "Hume Lake Charter District", + "Physical Address Line 1": "64144 Hume Lake Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hume", + "Physical Address State": "CA ", + "Physical Address Zip": "93628", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618810", + "School District Name": "Jefferson Elementary", + "Physical Address Line 1": "221 Old Hernandez Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paicines", + "Physical Address State": "CA ", + "Physical Address Zip": "95043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601753", + "School District Name": "High Tech High District", + "Physical Address Line 1": "2861 Womble Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616170", + "School District Name": "AUSABLE VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1273 RT 9N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLINTONVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12924", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1913265306122449", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601754", + "School District Name": "Scholarship Prep District", + "Physical Address Line 1": "1010 W. 17th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ana", + "Physical Address State": "CA ", + "Physical Address Zip": "92706", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618840", + "School District Name": "Jefferson Elementary", + "Physical Address Line 1": "1219 Whispering Wind Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tracy", + "Physical Address State": "CA ", + "Physical Address Zip": "95377", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.057684550221863654", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601755", + "School District Name": "Lodestar: A Lighthouse Community Charter Public District", + "Physical Address Line 1": "701 105th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94603", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801431", + "School District Name": "AUSTIN ACHIEVE PUBLIC SCHOOLS", + "Physical Address Line 1": "5908 MANOR RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78723", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601756", + "School District Name": "River Islands Technology Academy II District", + "Physical Address Line 1": "1175 Marina Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lathrop", + "Physical Address State": "CA ", + "Physical Address Zip": "95330", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618870", + "School District Name": "Jefferson Elementary", + "Physical Address Line 1": "101 Lincoln Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Daly City", + "Physical Address State": "CA ", + "Physical Address Zip": "94015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09022757697456493", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601757", + "School District Name": "National Univ Acad HomeSch/Independent Study Orange Co DIST", + "Physical Address Line 1": "1980 Univ Dr.", + "Physical Address Line 2": "Ste. 300", + "Physical Address Line 3": "", + "Physical Address City": "Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "92083", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700426", + "School District Name": "Austin Albert Lea Area Special Educ", + "Physical Address Line 1": "2001 2ND AVE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "MN ", + "Physical Address Zip": "55912", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601758", + "School District Name": "El Sol Santa Ana Science and Arts Academy District", + "Physical Address Line 1": "328 W. Halesworth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ana", + "Physical Address State": "CA ", + "Physical Address Zip": "92701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618930", + "School District Name": "Jefferson Union High", + "Physical Address Line 1": "699 Serramonte Blvd. Ste.100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Daly City", + "Physical Address State": "CA ", + "Physical Address Zip": "94015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0655109184864144", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601759", + "School District Name": "University Preparatory District", + "Physical Address Line 1": "2200 Eureka Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202700", + "School District Name": "Austin Area SD", + "Physical Address Line 1": "138 Costello Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Austin", + "Physical Address State": "PA ", + "Physical Address Zip": "16720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19014084507042253", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601760", + "School District Name": "Vista Condor Global Academy District", + "Physical Address Line 1": "2519 W. Fifth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ana", + "Physical Address State": "CA ", + "Physical Address Zip": "92703", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0618990", + "School District Name": "John Swett Unified", + "Physical Address Line 1": "400 Parker Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rodeo", + "Physical Address State": "CA ", + "Physical Address Zip": "94572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1432408236347359", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800265", + "School District Name": "AUSTIN DISCOVERY SCHOOL", + "Physical Address Line 1": "9303 FM 969", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78724", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601762", + "School District Name": "EPIC de Cesar Chavez District", + "Physical Address Line 1": "122 E. Tehachapi Blvd. Ste. C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tehachapi", + "Physical Address State": "CA ", + "Physical Address Zip": "93561", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619050", + "School District Name": "Johnstonville Elementary", + "Physical Address Line 1": "704-795 Bangham Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Susanville", + "Physical Address State": "CA ", + "Physical Address Zip": "96130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18120805369127516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601763", + "School District Name": "Classical Academy High District", + "Physical Address Line 1": "207 E. Pennsylvania Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Escondido", + "Physical Address State": "CA ", + "Physical Address Zip": "92025", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4808940", + "School District Name": "AUSTIN ISD", + "Physical Address Line 1": "4000 S IH 35 FRONTAGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78704", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.15437705891883136", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0601764", + "School District Name": "KIPP Raices Academy District", + "Physical Address Line 1": "668 Atlantic Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619140", + "School District Name": "Julian Union Elementary", + "Physical Address Line 1": "1704 Cape Horn", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Julian", + "Physical Address State": "CA ", + "Physical Address Zip": "92036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2571428571428571", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601765", + "School District Name": "Rio Valley Charter District", + "Physical Address Line 1": "1110 W. Kettleman Dr. Ste. 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lodi", + "Physical Address State": "CA ", + "Physical Address Zip": "95240", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2703450", + "School District Name": "AUSTIN PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "401 NW 3RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "MN ", + "Physical Address Zip": "55912", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1464465183058148", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601766", + "School District Name": "Renaissance Arts Academy District", + "Physical Address Line 1": "2558 N. San Fernando Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619110", + "School District Name": "Julian Union High", + "Physical Address Line 1": "1656 Highway 78", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Julian", + "Physical Address State": "CA ", + "Physical Address Zip": "92036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22009569377990432", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601767", + "School District Name": "Yav Pem Suab Academy - Preparing for Future Charter District", + "Physical Address Line 1": "7555 S. Land Park Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95831", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904829", + "School District Name": "Austintown Local Schools", + "Physical Address Line 1": "700 S Raccoon Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44515", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1800595238095238", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601768", + "School District Name": "High Tech Elementary Explorer District", + "Physical Address Line 1": "2230 Truxtun Rd.", + "Physical Address Line 2": "1st Fl.", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619170", + "School District Name": "Junction City Elementary", + "Physical Address Line 1": "430 Red Hill Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Junction City", + "Physical Address State": "CA ", + "Physical Address Zip": "96048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14583333333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601769", + "School District Name": "City Language Immersion Charter District", + "Physical Address Line 1": "4001 Venice Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90019", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809000", + "School District Name": "AUSTWELL-TIVOLI ISD", + "Physical Address Line 1": "207 REDFISH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TIVOLI", + "Physical Address State": "TX ", + "Physical Address Zip": "77990", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2396694214876033", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619200", + "School District Name": "Junction Elementary", + "Physical Address Line 1": "9087 Deschutes Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palo Cedro", + "Physical Address State": "CA ", + "Physical Address Zip": "96073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08492569002123142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601771", + "School District Name": "Voices College-Bound Language ACAD at Morgan Hill District", + "Physical Address Line 1": "610 Jarvis Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morgan Hill", + "Physical Address State": "CA ", + "Physical Address Zip": "95037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619230", + "School District Name": "Junction Elementary", + "Physical Address Line 1": "98821 Highway 96", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somes Bar", + "Physical Address State": "CA ", + "Physical Address Zip": "95568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15789473684210525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601773", + "School District Name": "Plumas Charter District", + "Physical Address Line 1": "80 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quincy", + "Physical Address State": "CA ", + "Physical Address Zip": "95971", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900022", + "School District Name": "Autism Model School", + "Physical Address Line 1": "3020 Tremainsville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43613", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601775", + "School District Name": "Futures High District", + "Physical Address Line 1": "900 Grace Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95838", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619260", + "School District Name": "Jurupa Unified", + "Physical Address Line 1": "4850 Pedley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jurupa Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "92509", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1602934216753431", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601776", + "School District Name": "California Montessori Project - Elk Grove Campus District", + "Physical Address Line 1": "8828 Elk Grove Blvd. Ste. 4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elk Grove", + "Physical Address State": "CA ", + "Physical Address Zip": "95624", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2603660", + "School District Name": "AuTrain-Onota Public Schools", + "Physical Address Line 1": "8790 DEERTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEERTON", + "Physical Address State": "MI ", + "Physical Address Zip": "49822", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1780821917808219", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601777", + "School District Name": "ISANA Achernar Academy District", + "Physical Address Line 1": "310 E. El Segundo Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Compton", + "Physical Address State": "CA ", + "Physical Address Zip": "90222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632340", + "School District Name": "Kashia Elementary", + "Physical Address Line 1": "31510 Skaggs Springs Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stewarts Point", + "Physical Address State": "CA ", + "Physical Address Zip": "95480", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000061", + "School District Name": "AUTRY TECHNOLOGY CENTER", + "Physical Address Line 1": "1201 W WILLOW RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ENID", + "Physical Address State": "OK ", + "Physical Address Zip": "73703", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601779", + "School District Name": "Vista Oaks Charter District", + "Physical Address Line 1": "315 S. Lower Sacramento Ste. A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lodi", + "Physical Address State": "CA ", + "Physical Address Zip": "95242", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619320", + "School District Name": "Kelseyville Unified", + "Physical Address Line 1": "4410 Konocti Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kelseyville", + "Physical Address State": "CA ", + "Physical Address Zip": "95451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19560878243512975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601780", + "School District Name": "Gold Rush Charter District", + "Physical Address Line 1": "16331 Hidden Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sonora", + "Physical Address State": "CA ", + "Physical Address Zip": "95370", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2904050", + "School District Name": "AVA R-I", + "Physical Address Line 1": "507 North Spring Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AVA", + "Physical Address State": "MO ", + "Physical Address Zip": "65608", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2705718270571827", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601781", + "School District Name": "SIATech District", + "Physical Address Line 1": "2611 Temple Heights Dr. Ste. A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oceanside", + "Physical Address State": "CA ", + "Physical Address Zip": "92056", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619380", + "School District Name": "Kentfield Elementary", + "Physical Address Line 1": "750 College Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kentfield", + "Physical Address State": "CA ", + "Physical Address Zip": "94904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03377902885292048", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601782", + "School District Name": "Rocketship Mateo Sheedy Elementary District", + "Physical Address Line 1": "788 Locust St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809030", + "School District Name": "AVALON ISD", + "Physical Address Line 1": "104 F M 55", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AVALON", + "Physical Address State": "TX ", + "Physical Address Zip": "76623", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.078125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601783", + "School District Name": "Mare Island Technology Academy District", + "Physical Address Line 1": "2 Positive Pl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vallejo", + "Physical Address State": "CA ", + "Physical Address Zip": "94589", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619410", + "School District Name": "Kenwood", + "Physical Address Line 1": "230 Randolph Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kenwood", + "Physical Address State": "CA ", + "Physical Address Zip": "95452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11764705882352941", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601784", + "School District Name": "Desert Sands Charter District", + "Physical Address Line 1": "44130 20th St. W.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "CA ", + "Physical Address Zip": "93534", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700187", + "School District Name": "AVALON SCHOOL", + "Physical Address Line 1": "700 GLENDALE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601785", + "School District Name": "PUC Lakeview Charter High District", + "Physical Address Line 1": "13361 Glenoaks Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sylmar", + "Physical Address State": "CA ", + "Physical Address Zip": "91342", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619440", + "School District Name": "Keppel Union Elementary", + "Physical Address Line 1": "34004 128th St. E.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pearblossom", + "Physical Address State": "CA ", + "Physical Address Zip": "93553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.31434674261302953", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601786", + "School District Name": "The Language Academy of Sacramento District", + "Physical Address Line 1": "2850 49th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95817", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401110", + "School District Name": "Avalon School District", + "Physical Address Line 1": "235 32ND STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AVALON", + "Physical Address State": "NJ ", + "Physical Address Zip": "08202", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09230769230769231", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601787", + "School District Name": "High Tech LA Middle District", + "Physical Address Line 1": "5435 Vesper Ave. Rm. B50", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Van Nuys", + "Physical Address State": "CA ", + "Physical Address Zip": "91411", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619490", + "School District Name": "Kerman Unified", + "Physical Address Line 1": "15218 W. Whitesbridge Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kerman", + "Physical Address State": "CA ", + "Physical Address Zip": "93630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.22300992505570183", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601788", + "School District Name": "Gompers Preparatory Academy District", + "Physical Address Line 1": "1005 47th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003450", + "School District Name": "AVANT", + "Physical Address Line 1": "1st & Cherokee Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Avant", + "Physical Address State": "OK ", + "Physical Address Zip": "74001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12704918032786885", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601789", + "School District Name": "Valor Academy High District", + "Physical Address Line 1": "9356 Lemona Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "91343", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619540", + "School District Name": "Kern High", + "Physical Address Line 1": "5801 Sundale Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93309", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2185469705627156", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601790", + "School District Name": "Compass Charter Schools of Los Angeles District", + "Physical Address Line 1": "850 Hampshire Rd. Ste. P", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thousand Oaks", + "Physical Address State": "CA ", + "Physical Address Zip": "91361", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202760", + "School District Name": "Avella Area SD", + "Physical Address Line 1": "1000 Avella Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Avella", + "Physical Address State": "PA ", + "Physical Address Zip": "15312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13129496402877697", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601791", + "School District Name": "KIPP Ignite Academy District", + "Physical Address Line 1": "9110 S. Central Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90002", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619590", + "School District Name": "Kernville Union Elementary", + "Physical Address Line 1": "3240 Erskine Creek Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Isabella", + "Physical Address State": "CA ", + "Physical Address Zip": "93240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.36163522012578614", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601792", + "School District Name": "Stockton Collegiate International Secondary District", + "Physical Address Line 1": "400 E. Main St.", + "Physical Address Line 2": "Ste. 131", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2904080", + "School District Name": "AVENUE CITY R-IX", + "Physical Address Line 1": "18069 HWY 169", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COSBY", + "Physical Address State": "MO ", + "Physical Address Zip": "64436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.058091286307053944", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601793", + "School District Name": "Rocketship Redwood City District", + "Physical Address Line 1": "909 Roosevelt Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redwood City", + "Physical Address State": "CA ", + "Physical Address Zip": "94061", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619620", + "School District Name": "Keyes Union", + "Physical Address Line 1": "4801 Lucinda Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keyes", + "Physical Address State": "CA ", + "Physical Address Zip": "95328", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23754345307068367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601794", + "School District Name": "Options for Youth-San Juan District", + "Physical Address Line 1": "5825 Windmill Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carmichael", + "Physical Address State": "CA ", + "Physical Address Zip": "95608", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600016", + "School District Name": "AVERILL PARK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "146 GETTLE RD-ST 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AVERILL PARK", + "Physical Address State": "NY ", + "Physical Address Zip": "12018", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06396364907375043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601795", + "School District Name": "Extera Public School No. 2 District", + "Physical Address Line 1": "1015 S. Lorena St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90023", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619680", + "School District Name": "King City Union", + "Physical Address Line 1": "104 S. Vanderhurst Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "King City", + "Physical Address State": "CA ", + "Physical Address Zip": "93930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15015015015015015", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601796", + "School District Name": "SAVA- Sacramento ACAD and Vocational Academy- EGUSD District", + "Physical Address Line 1": "3141 Dwight Rd. Ste. 400", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elk Grove", + "Physical Address State": "CA ", + "Physical Address Zip": "95758", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000015", + "School District Name": "Averill School District", + "Physical Address Line 1": "318 Christian Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canaan", + "Physical Address State": "VT ", + "Physical Address Zip": "05903", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601797", + "School District Name": "Los Angeles Leadership Primary Academy District", + "Physical Address Line 1": "2670 Griffin Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90031", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619700", + "School District Name": "Kings Canyon Joint Unified", + "Physical Address Line 1": "1801 Tenth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reedley", + "Physical Address State": "CA ", + "Physical Address Zip": "93654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2994943601711396", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601798", + "School District Name": "Math and Science College Preparatory District", + "Physical Address Line 1": "3202 W. Adams Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90018", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700300", + "School District Name": "Avery County Schools", + "Physical Address Line 1": "775 Cranberry Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newland", + "Physical Address State": "NC ", + "Physical Address Zip": "28657", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2085889570552147", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601799", + "School District Name": "Ednovate - Brio College Prep District", + "Physical Address Line 1": "350 S. Figueroa St. Ste. 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90071", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619740", + "School District Name": "Kings River Union Elementary", + "Physical Address Line 1": "3961 Ave. 400", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingsburg", + "Physical Address State": "CA ", + "Physical Address Zip": "93631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.29545454545454547", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601800", + "School District Name": "High Tech Middle Chula Vista District", + "Physical Address Line 1": "1949 Discovery Falls Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91915", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809060", + "School District Name": "AVERY ISD", + "Physical Address Line 1": "150 SAN ANTONIO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AVERY", + "Physical Address State": "TX ", + "Physical Address Zip": "75554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1919191919191919", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619770", + "School District Name": "Kings River-Hardwick Union Elementary", + "Physical Address Line 1": "10300 Excelsior Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanford", + "Physical Address State": "CA ", + "Physical Address Zip": "93230", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14864864864864866", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601802", + "School District Name": "California Virtual Academy San Mateo District", + "Physical Address Line 1": "50 Moreland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simi Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "93065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600150", + "School District Name": "AVERY SCHOOL DISTRICT", + "Physical Address Line 1": "#1 SCHOOLHOUSE HILLL LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALDER", + "Physical Address State": "ID ", + "Physical Address Zip": "83808", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11627906976744186", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601803", + "School District Name": "Valley Oak Charter District", + "Physical Address Line 1": "907 El Centro St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ojai", + "Physical Address State": "CA ", + "Physical Address Zip": "93023", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619800", + "School District Name": "Kingsburg Elementary Charter", + "Physical Address Line 1": "1310 Stroud Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingsburg", + "Physical Address State": "CA ", + "Physical Address Zip": "93631", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "0.16025641025641027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601804", + "School District Name": "Extera Public District", + "Physical Address Line 1": "2226 E. Third St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90033", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000016", + "School District Name": "Averys Gore School District", + "Physical Address Line 1": "318 Christian Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canaan", + "Physical Address State": "VT ", + "Physical Address Zip": "05903", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601805", + "School District Name": "California Virtual Academy @ San Diego District", + "Physical Address Line 1": "50 Moreland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simi Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "93065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619830", + "School District Name": "Kingsburg Joint Union High", + "Physical Address Line 1": "1900 18th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingsburg", + "Physical Address State": "CA ", + "Physical Address Zip": "93631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.15308641975308643", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601806", + "School District Name": "iLEAD Online District", + "Physical Address Line 1": "3720 Sierra Hwy.", + "Physical Address Line 2": "Ste. A", + "Physical Address Line 3": "", + "Physical Address City": "Acton", + "Physical Address State": "CA ", + "Physical Address Zip": "93510", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602181", + "School District Name": "Aveson Global Leadership Academy District", + "Physical Address Line 1": "575 W. Altadena Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Altadena", + "Physical Address State": "CA ", + "Physical Address Zip": "91001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601808", + "School District Name": "High Tech Middle District", + "Physical Address Line 1": "2359 Truxtun Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619860", + "School District Name": "Kirkwood Elementary", + "Physical Address Line 1": "2049 Kirkwood Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corning", + "Physical Address State": "CA ", + "Physical Address Zip": "96021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20454545454545456", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601809", + "School District Name": "San Diego Cooperative Charter District", + "Physical Address Line 1": "7260 Linda Vista Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602074", + "School District Name": "Aveson School of Leaders District", + "Physical Address Line 1": "1919 E. Pinecrest Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Altadena", + "Physical Address State": "CA ", + "Physical Address Zip": "91001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601810", + "School District Name": "California Virtual Academy at Sutter District", + "Physical Address Line 1": "50 Moreland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simi Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "93065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619890", + "School District Name": "Kit Carson Union Elementary", + "Physical Address Line 1": "9895 Seventh Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanford", + "Physical Address State": "CA ", + "Physical Address Zip": "93230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14634146341463414", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601811", + "School District Name": "Cottonwood Creek Charter District", + "Physical Address Line 1": "3425 Brush St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cottonwood", + "Physical Address State": "CA ", + "Physical Address Zip": "96022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2904110", + "School District Name": "AVILLA R-XIII", + "Physical Address Line 1": "400 SARCOXIE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AVILLA", + "Physical Address State": "MO ", + "Physical Address Zip": "64833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1786833855799373", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601812", + "School District Name": "REACH District", + "Physical Address Line 1": "487 Watertrough Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sebastopol", + "Physical Address State": "CA ", + "Physical Address Zip": "95472", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619920", + "School District Name": "Klamath River Union Elementary", + "Physical Address Line 1": "30438 Walker Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Horse Creek", + "Physical Address State": "CA ", + "Physical Address Zip": "96050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601813", + "School District Name": "Bellevue-Santa Fe Charter District", + "Physical Address Line 1": "1401 San Luis Bay Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Luis Obispo", + "Physical Address State": "CA ", + "Physical Address Zip": "93405", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809090", + "School District Name": "AVINGER ISD", + "Physical Address Line 1": "245 CONNOR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AVINGER", + "Physical Address State": "TX ", + "Physical Address Zip": "75630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3179190751445087", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601814", + "School District Name": "Barona Indian Charter District", + "Physical Address Line 1": "1095 Barona Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeside", + "Physical Address State": "CA ", + "Physical Address Zip": "92040", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619950", + "School District Name": "Klamath-Trinity Joint Unified", + "Physical Address Line 1": "11800 Highway 96", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hoopa", + "Physical Address State": "CA ", + "Physical Address Zip": "95546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2969894222945484", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601815", + "School District Name": "Leadership Public Schools - Hayward District", + "Physical Address Line 1": "28000 Calaroga Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayward", + "Physical Address State": "CA ", + "Physical Address Zip": "94545", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704740", + "School District Name": "Aviston SD 21", + "Physical Address Line 1": "350 S Hull St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aviston", + "Physical Address State": "IL ", + "Physical Address Zip": "62216", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.037333333333333336", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601816", + "School District Name": "Urban Montessori Charter District", + "Physical Address Line 1": "4551 Steele St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94619", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619980", + "School District Name": "Kneeland Elementary", + "Physical Address Line 1": "9313 Kneeland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kneeland", + "Physical Address State": "CA ", + "Physical Address Zip": "95549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601817", + "School District Name": "Harriet Tubman Village Charter District", + "Physical Address Line 1": "6880 Mohawk St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603630", + "School District Name": "AVOCA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "17 OLIVER ST #29", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AVOCA", + "Physical Address State": "NY ", + "Physical Address Zip": "14809", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1853211009174312", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601818", + "School District Name": "High Tech High North County District", + "Physical Address Line 1": "1420 San Marcos Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Marcos", + "Physical Address State": "CA ", + "Physical Address Zip": "92078", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620010", + "School District Name": "Knights Ferry Elementary", + "Physical Address Line 1": "12726 Dent St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Knights Ferry", + "Physical Address State": "CA ", + "Physical Address Zip": "95361", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601819", + "School District Name": "Conservatory of Vocal/Instrumental Arts High District", + "Physical Address Line 1": "12500 Campus Dr. Bldg. D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA", + "Physical Address Zip": "94619", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704800", + "School District Name": "Avoca SD 37", + "Physical Address Line 1": "2921 Illinois Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmette", + "Physical Address State": "IL ", + "Physical Address Zip": "60091", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05773955773955774", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601820", + "School District Name": "Lemoore Online College Preparatory High District", + "Physical Address Line 1": "555 College Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lemoore", + "Physical Address State": "CA ", + "Physical Address Zip": "93245", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620040", + "School District Name": "Knightsen Elementary", + "Physical Address Line 1": "1923 Delta Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Knightsen", + "Physical Address State": "CA ", + "Physical Address Zip": "94548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10018214936247723", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502250", + "School District Name": "Avon", + "Physical Address Line 1": "1 Patrick Clark Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Avon", + "Physical Address State": "MA ", + "Physical Address Zip": "02322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0684931506849315", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620070", + "School District Name": "Konocti Unified", + "Physical Address Line 1": "9430 B Lake St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lower Lake", + "Physical Address State": "CA ", + "Physical Address Zip": "95457", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2968375658840441", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601823", + "School District Name": "Gorman Learning Center San Bernardino/Santa Clarita District", + "Physical Address Line 1": "16530 Lost Canyon Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Clarita", + "Physical Address State": "CA ", + "Physical Address Zip": "91387", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401140", + "School District Name": "Avon Boro School District", + "Physical Address Line 1": "505 LINCOLN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AVON", + "Physical Address State": "NJ ", + "Physical Address Zip": "07717", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.057692307692307696", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601824", + "School District Name": "Higher Learning Academy District", + "Physical Address Line 1": "900 Grace Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95838", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620130", + "School District Name": "La Canada Unified", + "Physical Address Line 1": "4490 Cornishon Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Canada", + "Physical Address State": "CA ", + "Physical Address Zip": "91011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.046632124352331605", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601825", + "School District Name": "Opportunities for Learning - Duarte District", + "Physical Address Line 1": "1202-1204 Hntngtn Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duarte", + "Physical Address State": "CA ", + "Physical Address Zip": "91010", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603660", + "School District Name": "AVON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "191 CLINTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AVON", + "Physical Address State": "NY ", + "Physical Address Zip": "14414", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06708595387840671", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620190", + "School District Name": "La Habra City Elementary", + "Physical Address Line 1": "500 N. Walnut St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Habra", + "Physical Address State": "CA ", + "Physical Address Zip": "90631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12403100775193798", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601827", + "School District Name": "Bay Area Technology District", + "Physical Address Line 1": "8251 Fontaine St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800270", + "School District Name": "Avon Community School Corp", + "Physical Address Line 1": "7203 E US Hwy 36", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Avon", + "Physical Address State": "IN ", + "Physical Address Zip": "46123", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.054281413264854333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601828", + "School District Name": "Journey District", + "Physical Address Line 1": "25560 Alessandsro Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moreno Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "92553", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620220", + "School District Name": "La Honda-Pescadero Unified", + "Physical Address Line 1": "360 Butano Cut Off", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pescadero", + "Physical Address State": "CA ", + "Physical Address Zip": "94060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13157894736842105", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601829", + "School District Name": "Big Picture Educational Academy District", + "Physical Address Line 1": "1207 S. Trinity St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93706", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3002550", + "School District Name": "Avon Elem", + "Physical Address Line 1": "603 Main Street E.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Avon", + "Physical Address State": "MT ", + "Physical Address Zip": "59713", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21052631578947367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601830", + "School District Name": "EJE Elementary Academy Charter District", + "Physical Address Line 1": "851 S. Johnson Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Cajon", + "Physical Address State": "CA ", + "Physical Address Zip": "92020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620250", + "School District Name": "La Mesa-Spring Valley", + "Physical Address Line 1": "4750 Date Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Mesa", + "Physical Address State": "CA ", + "Physical Address Zip": "91942", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12107715499520351", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601831", + "School District Name": "Gilroy Prep (a Navigator School) District", + "Physical Address Line 1": "277 IOOF Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gilroy", + "Physical Address State": "CA ", + "Physical Address Zip": "95020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200101", + "School District Name": "Avon Grove CS", + "Physical Address Line 1": "110 E State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Grove", + "Physical Address State": "PA ", + "Physical Address Zip": "19390", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601832", + "School District Name": "Kairos Public School Vacaville Academy District", + "Physical Address Line 1": "129 Elm St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vacaville", + "Physical Address State": "CA ", + "Physical Address Zip": "95688", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620310", + "School District Name": "Lafayette Elementary", + "Physical Address Line 1": "3477 Sch St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lafayette", + "Physical Address State": "CA ", + "Physical Address Zip": "94549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.027430744160782183", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601833", + "School District Name": "PUC CALS Middle School and Early College High District", + "Physical Address Line 1": "7350 N. Figueroa St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90041", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202790", + "School District Name": "Avon Grove SD", + "Physical Address Line 1": "375 S Jennersville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Grove", + "Physical Address State": "PA ", + "Physical Address Zip": "19390", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07018673535093367", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601834", + "School District Name": "University High District", + "Physical Address Line 1": "2611 E. Matoian M/S UH134", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93740", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620370", + "School District Name": "Laguna Beach Unified", + "Physical Address Line 1": "550 Blumont St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laguna Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "92651", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06508533410471506", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904812", + "School District Name": "Avon Lake City", + "Physical Address Line 1": "175 Avon Belden Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Avon Lake", + "Physical Address State": "OH ", + "Physical Address Zip": "44012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04401561144839549", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601837", + "School District Name": "Camino Nuevo Charter Academy #4 District", + "Physical Address Line 1": "1018 Mohawk St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620430", + "School District Name": "Laguna Joint Elementary", + "Physical Address Line 1": "2657 Chileno Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA ", + "Physical Address Zip": "94952", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601838", + "School District Name": "Steele Canyon High District", + "Physical Address Line 1": "12440 Campo Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spring Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "91978", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904811", + "School District Name": "Avon Local", + "Physical Address Line 1": "36600 Detroit Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Avon", + "Physical Address State": "OH ", + "Physical Address Zip": "44011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05192878338278932", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601839", + "School District Name": "Francophone Charter School of Oakland District", + "Physical Address Line 1": "9736 Lawlor St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620490", + "School District Name": "Lagunita Elementary", + "Physical Address Line 1": "975 San Juan Grade Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salinas", + "Physical Address State": "CA ", + "Physical Address Zip": "93907", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601840", + "School District Name": "Thompson Peak Charter District", + "Physical Address Line 1": "995 Paiute Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Susanville", + "Physical Address State": "CA ", + "Physical Address Zip": "96130", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900120", + "School District Name": "Avon School District", + "Physical Address Line 1": "34 Simsbury Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Avon", + "Physical Address State": "CT ", + "Physical Address Zip": "06001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.028973509933774833", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601841", + "School District Name": "JCS - Manzanita District", + "Physical Address Line 1": "5300 Jackson Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Mesa", + "Physical Address State": "CA ", + "Physical Address Zip": "91942", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620520", + "School District Name": "Lagunitas Elementary", + "Physical Address Line 1": "One Lagunitas Sch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Geronimo", + "Physical Address State": "CA ", + "Physical Address Zip": "94963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10684931506849316", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601842", + "School District Name": "San Carlos Charter Learning Center District", + "Physical Address Line 1": "750 Dartmouth Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Carlos", + "Physical Address State": "CA ", + "Physical Address Zip": "94070", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4604270", + "School District Name": "Avon School District 04-1", + "Physical Address Line 1": "210 Pine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Avon", + "Physical Address State": "SD ", + "Physical Address Zip": "57315", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20689655172413793", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601843", + "School District Name": "CORE Butte Charter District", + "Physical Address Line 1": "2847 Notre Dame Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chico", + "Physical Address State": "CA ", + "Physical Address Zip": "95928", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620610", + "School District Name": "Lake Elementary", + "Physical Address Line 1": "4672 Co Rd. N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orland", + "Physical Address State": "CA ", + "Physical Address Zip": "95963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18478260869565216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601844", + "School District Name": "New West Charter District", + "Physical Address Line 1": "1905 Armacost Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90025", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601845", + "School District Name": "Sherwood Montessori District", + "Physical Address Line 1": "1010 Cleveland Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chico", + "Physical Address State": "CA ", + "Physical Address Zip": "95928", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601846", + "School District Name": "TEAM Charter District", + "Physical Address Line 1": "600 E. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620640", + "School District Name": "Lake Tahoe Unified", + "Physical Address Line 1": "1021 Al Tahoe Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Lake Tahoe", + "Physical Address State": "CA ", + "Physical Address Zip": "96150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13687812582258488", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601847", + "School District Name": "Mirus Secondary District", + "Physical Address Line 1": "14135 Main St. Ste. 201", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hesperia", + "Physical Address State": "CA ", + "Physical Address Zip": "92345", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800057", + "School District Name": "Avondale Meadows Academy", + "Physical Address Line 1": "3980 Meadows Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601848", + "School District Name": "Rocketship Academy Brilliant Minds District", + "Physical Address Line 1": "2960 Story Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620670", + "School District Name": "Lakeport Unified", + "Physical Address Line 1": "2508 Howard Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeport", + "Physical Address State": "CA ", + "Physical Address Zip": "95453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18487394957983194", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601849", + "School District Name": "Crown Preparatory Academy District", + "Physical Address Line 1": "2055 W. 24th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90018", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800184", + "School District Name": "Avondale Meadows Middle School", + "Physical Address Line 1": "3980 Meadows Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601850", + "School District Name": "Port of Los Angeles High District", + "Physical Address Line 1": "250 W. Fifth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Pedro", + "Physical Address State": "CA ", + "Physical Address Zip": "90731", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620700", + "School District Name": "Lakeside Joint", + "Physical Address Line 1": "19621 Black Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Gatos", + "Physical Address State": "CA ", + "Physical Address Zip": "95033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.042682926829268296", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601851", + "School District Name": "California Connections Academy Southern California District", + "Physical Address Line 1": "33272 Valle Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Juan Capistrano", + "Physical Address State": "CA ", + "Physical Address Zip": "92675", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2603690", + "School District Name": "Avondale School District", + "Physical Address Line 1": "2940 WAUKEGAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUBURN HILLS", + "Physical Address State": "MI ", + "Physical Address Zip": "48326", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07873353880638835", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620760", + "School District Name": "Lakeside Union Elementary", + "Physical Address Line 1": "9100 Jersey Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanford", + "Physical Address State": "CA ", + "Physical Address Zip": "93230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2931937172774869", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601853", + "School District Name": "Wonderful College Prep Academy - Lost Hills District", + "Physical Address Line 1": "14848 Lamberson Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lost Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "93249", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202820", + "School District Name": "Avonworth SD", + "Physical Address Line 1": "258 Josephs Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15237", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04353999053478467", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620790", + "School District Name": "Lakeside Union Elementary", + "Physical Address Line 1": "12335 Woodside Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeside", + "Physical Address State": "CA ", + "Physical Address Zip": "92040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10608800482218204", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200150", + "School District Name": "Avoyelles Parish", + "Physical Address Line 1": "221 Tunica Drive West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marksville", + "Physical Address State": "LA ", + "Physical Address Zip": "71351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.4213392200147167", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601856", + "School District Name": "Fusion Charter District", + "Physical Address Line 1": "441 W. Linwood Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turlock", + "Physical Address State": "CA ", + "Physical Address Zip": "95380", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620730", + "School District Name": "Lakeside Union", + "Physical Address Line 1": "14535 Old River Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93311", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.14754981152396338", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200035", + "School District Name": "Avoyelles Public Charter School", + "Physical Address Line 1": "201 Longfellow Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mansura", + "Physical Address State": "LA ", + "Physical Address Zip": "71350", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601858", + "School District Name": "Ingenium Charter Middle District", + "Physical Address Line 1": "7330 Winnetka Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winnetka", + "Physical Address State": "CA ", + "Physical Address Zip": "91306", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601859", + "School District Name": "EJE Middle Academy District", + "Physical Address Line 1": "851 S. Johnson Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Cajon", + "Physical Address State": "CA ", + "Physical Address Zip": "92020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3103420", + "School District Name": "AXTELL COMMUNITY SCHOOLS", + "Physical Address Line 1": "500 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AXTELL", + "Physical Address State": "NE ", + "Physical Address Zip": "68924", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06521739130434782", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620850", + "School District Name": "Lamont Elementary", + "Physical Address Line 1": "7915 Burgundy Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lamont", + "Physical Address State": "CA ", + "Physical Address Zip": "93241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.35104669887278583", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601861", + "School District Name": "Gateway Middle District", + "Physical Address Line 1": "1512 Golden Gate Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809150", + "School District Name": "AXTELL ISD", + "Physical Address Line 1": "308 OTTAWA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AXTELL", + "Physical Address State": "TX ", + "Physical Address Zip": "76624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16720257234726688", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601862", + "School District Name": "Kepler Neighborhood District", + "Physical Address Line 1": "1462 BRd.way St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93721", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620880", + "School District Name": "Lancaster Elementary", + "Physical Address Line 1": "44711 N. Cedar Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "CA ", + "Physical Address Zip": "93534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3082290525344559", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601863", + "School District Name": "ISANA Cardinal Academy District", + "Physical Address Line 1": "7330 Bakman Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sun Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "91352", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500542", + "School District Name": "Ayer Shirley School District", + "Physical Address Line 1": "115 Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ayer", + "Physical Address State": "MA ", + "Physical Address Zip": "01432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07684777288301517", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601864", + "School District Name": "Resolute Academy Charter District", + "Physical Address Line 1": "1265 E. 112th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90059", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620910", + "School District Name": "Larkspur-Corte Madera", + "Physical Address Line 1": "230 Doherty Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Larkspur", + "Physical Address State": "CA ", + "Physical Address Zip": "94939", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.047311827956989246", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3002570", + "School District Name": "Ayers Elem", + "Physical Address Line 1": "106007 Hwy. 87 W (7 Miles W Gr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grass Range", + "Physical Address State": "MT ", + "Physical Address Zip": "59032", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601866", + "School District Name": "New Los Angeles Charter District", + "Physical Address Line 1": "1919 S. Burnside Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622380", + "School District Name": "Las Lomitas Elementary", + "Physical Address Line 1": "1011 Altschul Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Menlo Park", + "Physical Address State": "CA ", + "Physical Address Zip": "94025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02557200538358008", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601867", + "School District Name": "Synergy Quantum Academy District", + "Physical Address Line 1": "300 E. 53rd St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904670", + "School District Name": "Ayersville Local", + "Physical Address Line 1": "28046 Watson Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Defiance", + "Physical Address State": "OH ", + "Physical Address Zip": "43512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08630952380952381", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601868", + "School District Name": "Rising Sun Montessori District", + "Physical Address Line 1": "4940 Robert J. Mathews Pkwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Dorado Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "95762", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621000", + "School District Name": "Las Virgenes Unified", + "Physical Address Line 1": "4111 Las Virgenes Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calabasas", + "Physical Address State": "CA ", + "Physical Address Zip": "91302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0636734693877551", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601869", + "School District Name": "Learning Works District", + "Physical Address Line 1": "90 N. Daisy Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pasadena", + "Physical Address State": "CA ", + "Physical Address Zip": "91107", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601870", + "School District Name": "Options for Youth-San Bernardino District", + "Physical Address Line 1": "985-A S. E St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bernardino", + "Physical Address State": "CA ", + "Physical Address Zip": "92408", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621060", + "School District Name": "Lassen Union High", + "Physical Address Line 1": "1000 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Susanville", + "Physical Address State": "CA ", + "Physical Address Zip": "96130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.161106590724166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601871", + "School District Name": "Vista Charter Middle District", + "Physical Address Line 1": "2900 W. Temple St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601872", + "School District Name": "John Henry High District", + "Physical Address Line 1": "1402 Marina Way S.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "CA ", + "Physical Address Zip": "94804", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621090", + "School District Name": "Lassen View Union Elementary", + "Physical Address Line 1": "10818 Highway 99-E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Molinos", + "Physical Address State": "CA ", + "Physical Address Zip": "96055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1718213058419244", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601873", + "School District Name": "The Education Corps District", + "Physical Address Line 1": "3635 Atlantic Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Long Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "90807", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809200", + "School District Name": "AZLE ISD", + "Physical Address Line 1": "300 ROE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AZLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11688478316653836", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601875", + "School District Name": "MIT Griffin Academy Middle District", + "Physical Address Line 1": "425 Corcoran Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vallejo", + "Physical Address State": "CA ", + "Physical Address Zip": "94589", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621150", + "School District Name": "Laton Joint Unified", + "Physical Address Line 1": "6259 DeWoody", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laton", + "Physical Address State": "CA ", + "Physical Address Zip": "93242", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.27793696275071633", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601876", + "School District Name": "Charter School of San Diego District", + "Physical Address Line 1": "10170 Huennekens St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92121", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500150", + "School District Name": "AZTEC MUNICIPAL SCHOOLS", + "Physical Address Line 1": "1118 WEST AZTEC BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AZTEC", + "Physical Address State": "NM ", + "Physical Address Zip": "87410", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2782081508925564", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621180", + "School District Name": "Latrobe", + "Physical Address Line 1": "7900 S. Shingle Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shingle Springs", + "Physical Address State": "CA ", + "Physical Address Zip": "95682", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05357142857142857", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601878", + "School District Name": "High Tech Middle Media Arts District", + "Physical Address Line 1": "2230 Truxtun Rd. 2nd Fl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621210", + "School District Name": "Lawndale Elementary", + "Physical Address Line 1": "4161 W. 147th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawndale", + "Physical Address State": "CA ", + "Physical Address Zip": "90260", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2155928326343881", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601879", + "School District Name": "BRIDGES Charter District", + "Physical Address Line 1": "1335 Calle Bouganvilla", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thousand Oaks", + "Physical Address State": "CA ", + "Physical Address Zip": "91360", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642580", + "School District Name": "Laytonville Unified", + "Physical Address Line 1": "150 Ramsey Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laytonville", + "Physical Address State": "CA ", + "Physical Address Zip": "95454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2811791383219955", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601881", + "School District Name": "ICEF View Park Preparatory Elementary District", + "Physical Address Line 1": "5311 S. Crenshaw Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621240", + "School District Name": "Le Grand Union Elementary", + "Physical Address Line 1": "13071 E. Le Grand Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Le Grand", + "Physical Address State": "CA ", + "Physical Address Zip": "95333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.36012861736334406", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601882", + "School District Name": "Fuente Nueva Charter District", + "Physical Address Line 1": "1730 Janes Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arcata", + "Physical Address State": "CA ", + "Physical Address Zip": "95521", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603720", + "School District Name": "BABYLON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "50 RAILROAD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BABYLON", + "Physical Address State": "NY ", + "Physical Address Zip": "11702", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.034288926363125354", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601883", + "School District Name": "Endeavor College Preparatory Charter District", + "Physical Address Line 1": "1263 S. Soto St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90023", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621270", + "School District Name": "Le Grand Union High", + "Physical Address Line 1": "12961 E. Le Grand Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Le Grand", + "Physical Address State": "CA ", + "Physical Address Zip": "95333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3161512027491409", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601884", + "School District Name": "California Virtual Academy at Kings District", + "Physical Address Line 1": "50 Moreland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simi Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "93065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900087", + "School District Name": "Baca/Dlo'ay Azhi Community School", + "Physical Address Line 1": "I-40 Exit 63 North Frontage Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prewitt", + "Physical Address State": "NM", + "Physical Address Zip": "87045", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601885", + "School District Name": "Magnolia Science Academy 5 District", + "Physical Address Line 1": "18230 Kittridge St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reseda", + "Physical Address State": "CA ", + "Physical Address Zip": "91335", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0609665", + "School District Name": "Leggett Valley Unified", + "Physical Address Line 1": "1 Sch Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leggett", + "Physical Address State": "CA ", + "Physical Address Zip": "95585", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.32051282051282054", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601886", + "School District Name": "Learning Without Limits District", + "Physical Address Line 1": "2035 40th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300150", + "School District Name": "Bacon County", + "Physical Address Line 1": "601 North Pierce Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alma", + "Physical Address State": "GA ", + "Physical Address Zip": "31510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3273866923818708", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601887", + "School District Name": "Nea Community Learning Center District", + "Physical Address Line 1": "1900 Third St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alameda", + "Physical Address State": "CA ", + "Physical Address Zip": "94501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621330", + "School District Name": "Lemon Grove", + "Physical Address Line 1": "8025 Lincoln St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lemon Grove", + "Physical Address State": "CA ", + "Physical Address Zip": "91945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14156479217603912", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601888", + "School District Name": "Discovery Charter District", + "Physical Address Line 1": "51 E. Beverly Pl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tracy", + "Physical Address State": "CA ", + "Physical Address Zip": "95376", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600017", + "School District Name": "Bad Axe Public Schools", + "Physical Address Line 1": "200 NORTH BARRIE STE 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAD AXE", + "Physical Address State": "MI ", + "Physical Address Zip": "48413", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1942675159235669", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601889", + "School District Name": "Stella Middle Charter Academy District", + "Physical Address Line 1": "4301 W. MLK Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621360", + "School District Name": "Lemoore Union Elementary", + "Physical Address Line 1": "1200 W. Cinnamon Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lemoore", + "Physical Address State": "CA ", + "Physical Address Zip": "93245", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.17961048328925222", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200861", + "School District Name": "Baden Academy CS", + "Physical Address Line 1": "1016 State Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baden", + "Physical Address State": "PA ", + "Physical Address Zip": "15005", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601891", + "School District Name": "High Tech High International District", + "Physical Address Line 1": "2855 Farragut Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621400", + "School District Name": "Lemoore Union High", + "Physical Address Line 1": "5 Powell Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lemoore", + "Physical Address State": "CA ", + "Physical Address Zip": "93245", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.14589178356713428", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601892", + "School District Name": "Leadership Public Schools: Richmond District", + "Physical Address Line 1": "880 Bissell Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "CA ", + "Physical Address Zip": "94801", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2703540", + "School District Name": "BADGER PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "110 CARPENTER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BADGER", + "Physical Address State": "MN ", + "Physical Address Zip": "56714", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0979381443298969", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601893", + "School District Name": "San Diego Virtual District", + "Physical Address Line 1": "2878 Camino Del Rio S. Ste. 410", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621420", + "School District Name": "Lennox", + "Physical Address Line 1": "10319 S. Firmona Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lennox", + "Physical Address State": "CA ", + "Physical Address Zip": "90304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.28490622208990773", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601894", + "School District Name": "Santiago Middle District", + "Physical Address Line 1": "515 N. Rancho Santiago Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orange", + "Physical Address State": "CA ", + "Physical Address Zip": "92869", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621480", + "School District Name": "Lewiston Elementary", + "Physical Address Line 1": "685 Lewiston Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewiston", + "Physical Address State": "CA ", + "Physical Address Zip": "96052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22764227642276422", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601895", + "School District Name": "Forest Ranch Charter District", + "Physical Address Line 1": "15815 Cedar Creek Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forest Ranch", + "Physical Address State": "CA ", + "Physical Address Zip": "95942", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2703570", + "School District Name": "BAGLEY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "202 BAGLEY AVE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAGLEY", + "Physical Address State": "MN ", + "Physical Address Zip": "56621", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15092592592592594", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621540", + "School District Name": "Liberty Elementary", + "Physical Address Line 1": "170 Liberty Sch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA ", + "Physical Address Zip": "94952", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.05426356589147287", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601897", + "School District Name": "Scale Leadership Academy - East District", + "Physical Address Line 1": "295 N. First St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blythe", + "Physical Address State": "CA ", + "Physical Address Zip": "92225", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2302730", + "School District Name": "Baileyville Public Schools", + "Physical Address Line 1": "63 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baileyville", + "Physical Address State": "ME ", + "Physical Address Zip": "04694", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21212121212121213", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601898", + "School District Name": "Vaughn Next Century Learning Center District", + "Physical Address Line 1": "13330 Vaughn St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Fernando", + "Physical Address State": "CA ", + "Physical Address Zip": "91340", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621570", + "School District Name": "Liberty Elementary", + "Physical Address Line 1": "1771 E. Pacific Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulare", + "Physical Address State": "CA ", + "Physical Address Zip": "93274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20918367346938777", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300330", + "School District Name": "Bainbridge Island School District", + "Physical Address Line 1": "8489 MADISON AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAINBRIDGE ISLAND", + "Physical Address State": "WA ", + "Physical Address Zip": "98110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.03937592867756315", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621600", + "School District Name": "Liberty Union High", + "Physical Address Line 1": "20 Oak St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brentwood", + "Physical Address State": "CA ", + "Physical Address Zip": "94513", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07918326693227092", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601901", + "School District Name": "East Palo Alto Academy District", + "Physical Address Line 1": "1050 Myrtle St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Palo Alto", + "Physical Address State": "CA ", + "Physical Address Zip": "94303", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603810", + "School District Name": "BAINBRIDGE-GUILFORD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "18 JULIAND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAINBRIDGE", + "Physical Address State": "NY ", + "Physical Address Zip": "13733", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18641975308641975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601902", + "School District Name": "El Camino Real Charter High District", + "Physical Address Line 1": "5440 Valley Cir. Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodland Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "91367", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3002640", + "School District Name": "Bainville K-12 Schools", + "Physical Address Line 1": "409 Tubman", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bainville", + "Physical Address State": "MT ", + "Physical Address Zip": "59212", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1388888888888889", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601903", + "School District Name": "Children's Community Charter District", + "Physical Address Line 1": "6830 Pentz Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paradise", + "Physical Address State": "CA ", + "Physical Address Zip": "95969", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621690", + "School District Name": "Lincoln Unified", + "Physical Address Line 1": "2010 W. Swain Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95207", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.13361656930430166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601904", + "School District Name": "Larchmont Charter District", + "Physical Address Line 1": "1265 N. Fairfax Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Hollywood", + "Physical Address State": "CA ", + "Physical Address Zip": "90046", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809280", + "School District Name": "BAIRD ISD", + "Physical Address Line 1": "600 W 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAIRD", + "Physical Address State": "TX ", + "Physical Address Zip": "79504", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19293478260869565", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601905", + "School District Name": "PUC Milagro Charter District", + "Physical Address Line 1": "1855 N. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90031", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621810", + "School District Name": "Linden Unified", + "Physical Address Line 1": "18527 E. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Linden", + "Physical Address State": "CA ", + "Physical Address Zip": "95236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14633105802047783", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601906", + "School District Name": "Escuela Popular Accelerated Family Learning District", + "Physical Address Line 1": "149 N. White Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200060", + "School District Name": "BAKER", + "Physical Address Line 1": "270 SOUTH BLVD E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MACCLENNY", + "Physical Address State": "FL ", + "Physical Address Zip": "32063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2078408195429472", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601907", + "School District Name": "Downtown Value District", + "Physical Address Line 1": "950 W. Washington Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621870", + "School District Name": "Lindsay Unified", + "Physical Address Line 1": "371 E. Hermosa St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lindsay", + "Physical Address State": "CA ", + "Physical Address Zip": "93247", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2810502283105023", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601908", + "School District Name": "River Oaks Academy District", + "Physical Address Line 1": "920 Hampshire Rd. Ste. X", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westlake Village", + "Physical Address State": "CA ", + "Physical Address Zip": "91361", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300180", + "School District Name": "Baker County", + "Physical Address Line 1": "400 Hillcrest Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newton", + "Physical Address State": "GA ", + "Physical Address Zip": "31770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3955773955773956", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601909", + "School District Name": "Northern United - Humboldt Charter District", + "Physical Address Line 1": "2020 Campton Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "CA ", + "Physical Address Zip": "95503", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621900", + "School District Name": "Linns Valley-Poso Flat Union", + "Physical Address Line 1": "158 White River Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glennville", + "Physical Address State": "CA ", + "Physical Address Zip": "93226", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.33962264150943394", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3002730", + "School District Name": "Baker K-12 Schools", + "Physical Address Line 1": "1015 S 3rd W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baker", + "Physical Address State": "MT ", + "Physical Address Zip": "59313", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08949416342412451", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601912", + "School District Name": "Summit Public School K2 District", + "Physical Address Line 1": "1800 Elm St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Cerrito", + "Physical Address State": "CA ", + "Physical Address Zip": "94530", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621930", + "School District Name": "Little Lake City Elementary", + "Physical Address Line 1": "10515 S. Pioneer Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Fe Springs", + "Physical Address State": "CA ", + "Physical Address Zip": "90670", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11481291645310097", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601913", + "School District Name": "Charter School of Morgan Hill District", + "Physical Address Line 1": "9530 Monterey Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morgan Hill", + "Physical Address State": "CA ", + "Physical Address Zip": "95037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101710", + "School District Name": "Baker SD 5J", + "Physical Address Line 1": "2090 Fourth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baker City", + "Physical Address State": "OR ", + "Physical Address Zip": "97814", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18109869646182494", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601914", + "School District Name": "California School of the Arts - San Gabriel Valley District", + "Physical Address Line 1": "1401 Highland Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duarte", + "Physical Address State": "CA ", + "Physical Address Zip": "91010", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621960", + "School District Name": "Little Shasta Elementary", + "Physical Address Line 1": "8409 Lower Little Shasta Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montague", + "Physical Address State": "CA ", + "Physical Address Zip": "96064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20512820512820512", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601915", + "School District Name": "Odyssey Charter District", + "Physical Address Line 1": "725 W. Altadena Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Altadena", + "Physical Address State": "CA ", + "Physical Address Zip": "91001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621990", + "School District Name": "Live Oak Elementary", + "Physical Address Line 1": "984 Bostwick Ln. Ste. 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Cruz", + "Physical Address State": "CA ", + "Physical Address Zip": "95062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09774011299435029", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601916", + "School District Name": "Willits Charter District", + "Physical Address Line 1": "1431 S. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willits", + "Physical Address State": "CA ", + "Physical Address Zip": "95490", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622050", + "School District Name": "Live Oak Unified", + "Physical Address Line 1": "2201 Pennington Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Live Oak", + "Physical Address State": "CA ", + "Physical Address Zip": "95953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.21891418563922943", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601917", + "School District Name": "Our Community Charter District", + "Physical Address Line 1": "10045 Jumilla Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chatsworth", + "Physical Address State": "CA ", + "Physical Address Zip": "91311", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2904140", + "School District Name": "BAKERSFIELD R-IV", + "Physical Address Line 1": "357 STATE HIGHWAY O", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAKERSFIELD", + "Physical Address State": "MO ", + "Physical Address Zip": "65609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2839506172839506", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601918", + "School District Name": "ICEF Vista Middle Academy District", + "Physical Address Line 1": "4471 Inglewood Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90066", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622110", + "School District Name": "Livermore Valley Joint Unified", + "Physical Address Line 1": "685 E. Jack London Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livermore", + "Physical Address State": "CA ", + "Physical Address Zip": "94551", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.05660377358490566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601919", + "School District Name": "Ballington Acad for Arts & Scis - San Bernardino District", + "Physical Address Line 1": "799 E. Rialto Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bernardino", + "Physical Address State": "CA ", + "Physical Address Zip": "92408", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3802240", + "School District Name": "BAKKER 10", + "Physical Address Line 1": "880 96th St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hague", + "Physical Address State": "ND ", + "Physical Address Zip": "58542", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06451612903225806", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601920", + "School District Name": "KIPP Corazon Academy District", + "Physical Address Line 1": "9325 Long Beach Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Gate", + "Physical Address State": "CA ", + "Physical Address Zip": "90280", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622170", + "School District Name": "Livingston Union", + "Physical Address Line 1": "922 B St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livingston", + "Physical Address State": "CA ", + "Physical Address Zip": "95334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.24076329679252945", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601921", + "School District Name": "Voices College-Bound Lang Acad @ W. Contra Costa Co District", + "Physical Address Line 1": "1575 Mann Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pinole", + "Physical Address State": "CA ", + "Physical Address Zip": "94564", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202910", + "School District Name": "Bald Eagle Area SD", + "Physical Address Line 1": "751 S Eagle Valley Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wingate", + "Physical Address State": "PA ", + "Physical Address Zip": "16823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11316526610644258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601922", + "School District Name": "Redwood Coast Montessori District", + "Physical Address Line 1": "1611 Peninsula Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manila", + "Physical Address State": "CA ", + "Physical Address Zip": "95521", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622230", + "School District Name": "Lodi Unified", + "Physical Address Line 1": "1305 E. Vine St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lodi", + "Physical Address State": "CA ", + "Physical Address Zip": "95240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.14582506660620145", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0601923", + "School District Name": "N.E.W. Academy of Science and Arts District", + "Physical Address Line 1": "379 S. Loma Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622320", + "School District Name": "Loleta Union Elementary", + "Physical Address Line 1": "700 Loleta Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loleta", + "Physical Address State": "CA ", + "Physical Address Zip": "95551", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23204419889502761", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601924", + "School District Name": "Olivet Elementary Charter District", + "Physical Address Line 1": "1825 Willowside Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003720", + "School District Name": "Baldwin City", + "Physical Address Line 1": "715 Chapel Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baldwin City", + "Physical Address State": "KS ", + "Physical Address Zip": "66006", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0728476821192053", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622350", + "School District Name": "Loma Prieta Joint Union Elementary", + "Physical Address Line 1": "23800 Summit Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Gatos", + "Physical Address State": "CA ", + "Physical Address Zip": "95033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.023529411764705882", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2603810", + "School District Name": "Baldwin Community Schools", + "Physical Address Line 1": "525 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BALDWIN", + "Physical Address State": "MI ", + "Physical Address Zip": "49304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.40129449838187703", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601927", + "School District Name": "Phoenix Charter Academy District", + "Physical Address Line 1": "2195 Larkspur Ln.", + "Physical Address Line 2": "Ste. 100", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96002", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622410", + "School District Name": "Lompoc Unified", + "Physical Address Line 1": "1301 N. A St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lompoc", + "Physical Address State": "CA ", + "Physical Address Zip": "93436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.17782026768642448", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601928", + "School District Name": "Integrity Charter District", + "Physical Address Line 1": "701 National City Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "National City", + "Physical Address State": "CA ", + "Physical Address Zip": "91950", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622440", + "School District Name": "Lone Pine Unified", + "Physical Address Line 1": "301 S. Hay St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lone Pine", + "Physical Address State": "CA ", + "Physical Address Zip": "93545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1994459833795014", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601929", + "School District Name": "JCS - Mountain Oaks District", + "Physical Address Line 1": "539 Encinitas Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Encinitas", + "Physical Address State": "CA ", + "Physical Address Zip": "92024", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300210", + "School District Name": "Baldwin County", + "Physical Address Line 1": "110 N. ABC Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milledgeville", + "Physical Address State": "GA ", + "Physical Address Zip": "31061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26436213991769547", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601931", + "School District Name": "Ridgecrest Elem Acad for Language Music and Sci District", + "Physical Address Line 1": "325 S. Downs St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ridgecrest", + "Physical Address State": "CA ", + "Physical Address Zip": "93555", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622500", + "School District Name": "Long Beach Unified", + "Physical Address Line 1": "1515 Hughes Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Long Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "90810", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.17029264042640427", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0601932", + "School District Name": "Latino College Preparatory Academy District", + "Physical Address Line 1": "14271 Story Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622560", + "School District Name": "Loomis Union Elementary", + "Physical Address Line 1": "3290 Humphrey Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loomis", + "Physical Address State": "CA ", + "Physical Address Zip": "95650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.052337752965806", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601933", + "School District Name": "Primary Charter District", + "Physical Address Line 1": "51 E. Beverly Pl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tracy", + "Physical Address State": "CA ", + "Physical Address Zip": "95376", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603840", + "School District Name": "BALDWIN UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "960 HASTINGS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BALDWIN", + "Physical Address State": "NY ", + "Physical Address Zip": "11510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06906128494723199", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622590", + "School District Name": "Los Alamitos Unified", + "Physical Address Line 1": "10293 Bloomfield St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Alamitos", + "Physical Address State": "CA ", + "Physical Address Zip": "90720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04616232603003996", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601935", + "School District Name": "Mojave River Academy - National Trails District", + "Physical Address Line 1": "851 S. Mt. Vernon", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colton", + "Physical Address State": "CA ", + "Physical Address Zip": "92324", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202970", + "School District Name": "Baldwin-Whitehall SD", + "Physical Address Line 1": "4900 Curry Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11797752808988764", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601936", + "School District Name": "Novato Charter District", + "Physical Address Line 1": "940 C St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Novato", + "Physical Address State": "CA ", + "Physical Address Zip": "94949", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622650", + "School District Name": "Los Altos Elementary", + "Physical Address Line 1": "201 Covington Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Altos", + "Physical Address State": "CA ", + "Physical Address Zip": "94024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02902418682235196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601937", + "School District Name": "Lighthouse Community Charter District", + "Physical Address Line 1": "444 Hegenberger St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94621", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500720", + "School District Name": "Baldwin-Woodville Area School District", + "Physical Address Line 1": "550 US Highway 12", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baldwin", + "Physical Address State": "WI ", + "Physical Address Zip": "54002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05169538632573652", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601938", + "School District Name": "Trivium Charter School Voyage District", + "Physical Address Line 1": "4597 Hollister Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Barbara", + "Physical Address State": "CA ", + "Physical Address Zip": "93110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622710", + "School District Name": "Los Angeles Unified", + "Physical Address Line 1": "333 S. Beaudry Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.21231075644389316", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3603870", + "School District Name": "BALDWINSVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "29 E ONEIDA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BALDWINSVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0744920993227991", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601940", + "School District Name": "Grossmont Secondary District", + "Physical Address Line 1": "111 Fletcher Pkwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Cajon", + "Physical Address State": "CA ", + "Physical Address Zip": "92020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622740", + "School District Name": "Los Banos Unified", + "Physical Address Line 1": "1717 S. 11th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Banos", + "Physical Address State": "CA ", + "Physical Address Zip": "93635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23965049202578895", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601941", + "School District Name": "Ipakanni Early College Charter District", + "Physical Address Line 1": "1459 Downer St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oroville", + "Physical Address State": "CA ", + "Physical Address Zip": "95966", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800540", + "School District Name": "BALDWYN SCHOOL DISTRICT", + "Physical Address Line 1": "107 WEST MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BALDWYN", + "Physical Address State": "MS ", + "Physical Address Zip": "38824", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24639289678135406", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601942", + "School District Name": "Northcoast Preparatory and Performing Arts Academy District", + "Physical Address Line 1": "1761 11th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arcata", + "Physical Address State": "CA ", + "Physical Address Zip": "95521", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622830", + "School District Name": "Los Gatos Union Elementary", + "Physical Address Line 1": "17010 Roberts Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Gatos", + "Physical Address State": "CA ", + "Physical Address Zip": "95032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.029521276595744682", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601944", + "School District Name": "Equitas Academy #3 Charter District", + "Physical Address Line 1": "1050 Beacon Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622800", + "School District Name": "Los Gatos-Saratoga Union High", + "Physical Address Line 1": "17421 Farley Rd. W.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Gatos", + "Physical Address State": "CA ", + "Physical Address Zip": "95030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.025871459694989107", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601945", + "School District Name": "Palmdale Aerospace Academy District", + "Physical Address Line 1": "3300 E. Palmdale Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palmdale", + "Physical Address State": "CA ", + "Physical Address Zip": "93550", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601946", + "School District Name": "Rise Kohyang High District", + "Physical Address Line 1": "600 S. Lafayette Park Pl.", + "Physical Address Line 2": "Third Fl.", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90057", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622860", + "School District Name": "Los Molinos Unified", + "Physical Address Line 1": "7851 Highway 99-E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Molinos", + "Physical Address State": "CA ", + "Physical Address Zip": "96055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18971061093247588", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601947", + "School District Name": "Empower Generations District", + "Physical Address Line 1": "43301 Division St. Ste. 305", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "CA ", + "Physical Address Zip": "93535", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003510", + "School District Name": "BALKO", + "Physical Address Line 1": "1 Bison Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Balko", + "Physical Address State": "OK ", + "Physical Address Zip": "73931", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.05660377358490566", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601948", + "School District Name": "GOALS Academy District", + "Physical Address Line 1": "412 W. Carl Karcher Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anaheim", + "Physical Address State": "CA ", + "Physical Address Zip": "92801", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622890", + "School District Name": "Los Nietos", + "Physical Address Line 1": "8324 S. W.man Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whittier", + "Physical Address State": "CA ", + "Physical Address Zip": "90606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15872093023255815", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601952", + "School District Name": "Today's Fresh Start-Compton District", + "Physical Address Line 1": "4476 Crenshaw Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622920", + "School District Name": "Los Olivos Elementary", + "Physical Address Line 1": "2540 Alamo Pintado Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Olivos", + "Physical Address State": "CA ", + "Physical Address Zip": "93441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12698412698412698", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601953", + "School District Name": "Valley International Preparatory High District", + "Physical Address Line 1": "10027 Lurline Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chatsworth", + "Physical Address State": "CA ", + "Physical Address Zip": "91311", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601954", + "School District Name": "National University Academy Dual Language Institute District", + "Physical Address Line 1": "2030 Univ Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "92803", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0622950", + "School District Name": "Lost Hills Union Elementary", + "Physical Address Line 1": "20951 Pavilion Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lost Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "93249", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16702819956616052", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601955", + "School District Name": "Lashon Academy District", + "Physical Address Line 1": "7477 Kester Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Van Nuys", + "Physical Address State": "CA ", + "Physical Address Zip": "91405", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601956", + "School District Name": "Elite ACAD Academy - Adult Work Force Investment District", + "Physical Address Line 1": "8560 Aliento Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lucerne Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "92356", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623010", + "School District Name": "Lowell Joint", + "Physical Address Line 1": "11019 Valley Home Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whittier", + "Physical Address State": "CA ", + "Physical Address Zip": "90603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09509617989704687", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601957", + "School District Name": "KIPP San Francisco College Preparatory District", + "Physical Address Line 1": "1195 Hudson Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704920", + "School District Name": "Ball Chatham CUSD 5", + "Physical Address Line 1": "201 W Mulberry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chatham", + "Physical Address State": "IL ", + "Physical Address Zip": "62629", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.06080305927342256", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601958", + "School District Name": "Libertas College Preparatory Charter District", + "Physical Address Line 1": "3875 Dublin Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90008", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623040", + "School District Name": "Lucerne Elementary", + "Physical Address Line 1": "3351 Country Club Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lucerne", + "Physical Address State": "CA ", + "Physical Address Zip": "95458", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3058103975535168", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601959", + "School District Name": "Pacoima Charter Elementary District", + "Physical Address Line 1": "11016 Norris Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pacoima", + "Physical Address State": "CA ", + "Physical Address Zip": "91331", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1904200", + "School District Name": "Ballard Comm School District", + "Physical Address Line 1": "509 N Main Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huxley", + "Physical Address State": "IA ", + "Physical Address Zip": "50124", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04391891891891892", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601961", + "School District Name": "Pacific Coast Academy District", + "Physical Address Line 1": "13915 Danielson St. #103", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Poway", + "Physical Address State": "CA ", + "Physical Address Zip": "92064", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100210", + "School District Name": "Ballard County", + "Physical Address Line 1": "3465 Paducah Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barlow", + "Physical Address State": "KY ", + "Physical Address Zip": "42024", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19476268412438624", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601962", + "School District Name": "Oxford Preparatory Academy - South Orange County District", + "Physical Address Line 1": "23000 Via Santa Maria", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mission Viejo", + "Physical Address State": "CA ", + "Physical Address Zip": "92692", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623080", + "School District Name": "Lucia Mar Unified", + "Physical Address Line 1": "602 Orchard St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arroyo Grande", + "Physical Address State": "CA ", + "Physical Address Zip": "93420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.12178402919967951", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601963", + "School District Name": "Venture Academy District", + "Physical Address Line 1": "2829 Transworld Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623130", + "School District Name": "Luther Burbank", + "Physical Address Line 1": "4 Wabash Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95128", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18256130790190736", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601964", + "School District Name": "iQ Academy California-Los Angeles District", + "Physical Address Line 1": "50 Moreland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simi Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "93065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2904170", + "School District Name": "BALLARD R-II", + "Physical Address Line 1": "10247 NE STATE ROUTE 18", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUTLER", + "Physical Address State": "MO ", + "Physical Address Zip": "64730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601965", + "School District Name": "Soleil Academy Charter District", + "Physical Address Line 1": "3900 Agnes Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lynwood", + "Physical Address State": "CA ", + "Physical Address Zip": "90262", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623160", + "School District Name": "Lynwood Unified", + "Physical Address Line 1": "11321 Bullis Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lynwood", + "Physical Address State": "CA ", + "Physical Address Zip": "90262", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21951949704363447", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601966", + "School District Name": "Excelsior Charter School Corona-Norco District", + "Physical Address Line 1": "1400 Fullerton Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corona", + "Physical Address State": "CA ", + "Physical Address Zip": "92879", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623340", + "School District Name": "Madera Unified", + "Physical Address Line 1": "1902 Howard Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madera", + "Physical Address State": "CA ", + "Physical Address Zip": "93637", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2833128331283313", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601967", + "School District Name": "LPS Oakland R & D Campus District", + "Physical Address Line 1": "8601 MacArthur Blvd. Bldg. 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809300", + "School District Name": "BALLINGER ISD", + "Physical Address Line 1": "802 CONDA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BALLINGER", + "Physical Address State": "TX ", + "Physical Address Zip": "76821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20917822838847386", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601968", + "School District Name": "Ednovate - East College Prep District", + "Physical Address Line 1": "3825 N. Mission Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90031", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623430", + "School District Name": "Magnolia Elementary", + "Physical Address Line 1": "2705 W. Orange Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anaheim", + "Physical Address State": "CA ", + "Physical Address Zip": "92804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.18001392757660167", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601969", + "School District Name": "John Adams Academy - El Dorado Hills District", + "Physical Address Line 1": "1102 Investment Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Dorado Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "95762", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601970", + "School District Name": "Taylion High Desert Academy/Adelanto District", + "Physical Address Line 1": "11336 Bartlett Ave.", + "Physical Address Line 2": "Ste. 9", + "Physical Address Line 3": "", + "Physical Address City": "Adelanto", + "Physical Address State": "CA ", + "Physical Address Zip": "92301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623460", + "School District Name": "Magnolia Union Elementary", + "Physical Address Line 1": "4502 Casey Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brawley", + "Physical Address State": "CA ", + "Physical Address Zip": "92227", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601971", + "School District Name": "Oakland Military InstituteCollege Preparatory ACAD District", + "Physical Address Line 1": "3877 Lusk St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94608", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601972", + "School District Name": "Woodland Star Charter District", + "Physical Address Line 1": "17811 Arnold Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sonoma", + "Physical Address State": "CA ", + "Physical Address Zip": "95476", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623530", + "School District Name": "Mammoth Unified", + "Physical Address Line 1": "461 Sierra Park Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mammoth Lakes", + "Physical Address State": "CA ", + "Physical Address Zip": "93546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.0940677966101695", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601973", + "School District Name": "Da Vinci Design District", + "Physical Address Line 1": "12501 Isis Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hawthorne", + "Physical Address State": "CA ", + "Physical Address Zip": "90250", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603930", + "School District Name": "BALLSTON SPA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "70 MALTA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BALLSTON SPA", + "Physical Address State": "NY ", + "Physical Address Zip": "12020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.0941505476578886", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601974", + "School District Name": "Vox Collegiate of Los Angeles District", + "Physical Address Line 1": "1100 W. Manchester Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90044", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623550", + "School District Name": "Manchester Union Elementary", + "Physical Address Line 1": "19550 S. Highway 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "CA ", + "Physical Address Zip": "95459", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22580645161290322", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601975", + "School District Name": "Clarksville Charter District", + "Physical Address Line 1": "5049 Robert J. Mathews Pkwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Dorado Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "95762", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809330", + "School District Name": "BALMORHEA ISD", + "Physical Address Line 1": "1ST AND EL PASO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BALMORHEA", + "Physical Address State": "TX ", + "Physical Address Zip": "79718", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601976", + "School District Name": "CA Montessori Project-Shingle Springs Campus District", + "Physical Address Line 1": "4645 Buckeye Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shingle Springs", + "Physical Address State": "CA ", + "Physical Address Zip": "95682", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601977", + "School District Name": "Knowledge Enlightens You (KEY) Academy District", + "Physical Address Line 1": "1570 Ward St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayward", + "Physical Address State": "CA ", + "Physical Address Zip": "94541", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623610", + "School District Name": "Manteca Unified", + "Physical Address Line 1": "2271 W. Louise Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manteca", + "Physical Address State": "CA ", + "Physical Address Zip": "95337", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.11257736359109341", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601978", + "School District Name": "Stone Bridge District", + "Physical Address Line 1": "1680 Los Carneros Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Napa", + "Physical Address State": "CA ", + "Physical Address Zip": "94558", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4604680", + "School District Name": "Baltic School District 49-1", + "Physical Address Line 1": "1 Bulldog Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baltic", + "Physical Address State": "SD ", + "Physical Address Zip": "57003", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.056451612903225805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601979", + "School District Name": "Delta Elementary Charter District", + "Physical Address Line 1": "36230 N. Sch St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarksburg", + "Physical Address State": "CA ", + "Physical Address Zip": "95612", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623700", + "School District Name": "Manzanita Elementary", + "Physical Address Line 1": "627 E. Evans-Reimer Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gridley", + "Physical Address State": "CA ", + "Physical Address Zip": "95948", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1724137931034483", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400090", + "School District Name": "Baltimore City Public Schools", + "Physical Address Line 1": "200 East North Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baltimore", + "Physical Address State": "MD ", + "Physical Address Zip": "21202", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.3128375521053585", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0601982", + "School District Name": "Golden Valley Tahoe District", + "Physical Address Line 1": "908 N.star Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Truckee", + "Physical Address State": "CA ", + "Physical Address Zip": "96161", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623730", + "School District Name": "Maple Creek Elementary", + "Physical Address Line 1": "15933 Maple Creek Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Korbel", + "Physical Address State": "CA ", + "Physical Address Zip": "95550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23809523809523808", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601983", + "School District Name": "Camino Polytechnic District", + "Physical Address Line 1": "3060 Snows Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camino", + "Physical Address State": "CA ", + "Physical Address Zip": "95709", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400120", + "School District Name": "Baltimore County Public Schools", + "Physical Address Line 1": "6901 Charles Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Towson", + "Physical Address State": "MD ", + "Physical Address Zip": "21204", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13280136791108577", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0601986", + "School District Name": "John Adams Academy - Lincoln District", + "Physical Address Line 1": "1797 Bella Breeze Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "CA ", + "Physical Address Zip": "95648", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623760", + "School District Name": "Maple Elementary", + "Physical Address Line 1": "29161 Fresno Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shafter", + "Physical Address State": "CA ", + "Physical Address Zip": "93263", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21621621621621623", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601987", + "School District Name": "National University Academy 1001 STEAM District", + "Physical Address Line 1": "3678 Aero Ct.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA", + "Physical Address Zip": "92123", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500930", + "School District Name": "Bamberg 01", + "Physical Address Line 1": "3830 Faust Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bamberg", + "Physical Address State": "SC ", + "Physical Address Zip": "29003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.32270531400966185", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601988", + "School District Name": "MAAC Community Charter District", + "Physical Address Line 1": "1385 Third Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91911", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623800", + "School District Name": "Marcum-Illinois Union Elementary", + "Physical Address Line 1": "2452 El Centro Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Nicolaus", + "Physical Address State": "CA ", + "Physical Address Zip": "95659", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15151515151515152", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500960", + "School District Name": "Bamberg 02", + "Physical Address Line 1": "62 Holly Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denmark", + "Physical Address State": "SC ", + "Physical Address Zip": "29042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3425034387895461", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601990", + "School District Name": "California Virtual Academy @ San Joaquin District", + "Physical Address Line 1": "50 Moreland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simi Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "93065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623820", + "School District Name": "Maricopa Unified", + "Physical Address Line 1": "955 Stanislaus St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maricopa", + "Physical Address State": "CA ", + "Physical Address Zip": "93252", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24834437086092714", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601991", + "School District Name": "Dimensions Collaborative District", + "Physical Address Line 1": "1441 Montiel Rd. Ste. 143", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Escondido", + "Physical Address State": "CA ", + "Physical Address Zip": "92026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503916", + "School District Name": "Bamberg 03", + "Physical Address Line 1": "62 Holly Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denmark", + "Physical Address State": "SC ", + "Physical Address Zip": "29042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601992", + "School District Name": "Leonardo da Vinci Health Sciences Charter District", + "Physical Address Line 1": "229 E. Naples", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91911", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623940", + "School District Name": "Mariposa County Unified", + "Physical Address Line 1": "5082 Old Highway N.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mariposa", + "Physical Address State": "CA ", + "Physical Address Zip": "95338", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21045328399629973", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601993", + "School District Name": "Voices College-Bound Language Academy District", + "Physical Address Line 1": "715 Hellyer Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3103440", + "School District Name": "BANCROFT-ROSALIE COMM SCHOOLS", + "Physical Address Line 1": "708 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BANCROFT", + "Physical Address State": "NE ", + "Physical Address Zip": "68004", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22330097087378642", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601994", + "School District Name": "Aspire ERES Academy District", + "Physical Address Line 1": "1936 Ct.land Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA", + "Physical Address Zip": "94601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0623970", + "School District Name": "Mark Twain Union Elementary", + "Physical Address Line 1": "981 Tuolumne Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Angels Camp", + "Physical Address State": "CA ", + "Physical Address Zip": "95222", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16876574307304787", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601995", + "School District Name": "Redwood Preparatory Charter District", + "Physical Address Line 1": "1480 Ross Hill Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fortuna", + "Physical Address State": "CA ", + "Physical Address Zip": "95540", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809360", + "School District Name": "BANDERA ISD", + "Physical Address Line 1": "815 PECAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BANDERA", + "Physical Address State": "TX ", + "Physical Address Zip": "78003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1719077568134172", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601996", + "School District Name": "Yuba City Charter District", + "Physical Address Line 1": "256 Wilbur Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yuba City", + "Physical Address State": "CA ", + "Physical Address Zip": "95991", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624000", + "School District Name": "Mark West Union Elementary", + "Physical Address Line 1": "305 Mark W. Springs Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95404", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09117647058823529", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601997", + "School District Name": "Monarch Learning Center District", + "Physical Address Line 1": "5307 Cedars Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101800", + "School District Name": "Bandon SD 54", + "Physical Address Line 1": "455 9th St SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bandon", + "Physical Address State": "OR ", + "Physical Address Zip": "97411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2706359945872801", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601998", + "School District Name": "Five Keys Charter (SF Sheriff's) District", + "Physical Address Line 1": "1 Moreland Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bruno", + "Physical Address State": "CA ", + "Physical Address Zip": "94066", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624030", + "School District Name": "Martinez Unified", + "Physical Address Line 1": "921 Susana St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Martinez", + "Physical Address State": "CA ", + "Physical Address Zip": "94553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07599047412859926", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0601999", + "School District Name": "Three Rivers Charter District", + "Physical Address Line 1": "1211 Del Mar Dr. #301", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Bragg", + "Physical Address State": "CA ", + "Physical Address Zip": "95437", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203000", + "School District Name": "Bangor Area SD", + "Physical Address Line 1": "123 Five Points Richmond Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bangor", + "Physical Address State": "PA ", + "Physical Address Zip": "18013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11400651465798045", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602000", + "School District Name": "Camino Nuevo High #2 District", + "Physical Address Line 1": "3500 W. Temple St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624090", + "School District Name": "Marysville Joint Unified", + "Physical Address Line 1": "1919 B St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marysville", + "Physical Address State": "CA ", + "Physical Address Zip": "95901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.2306355323811683", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602001", + "School District Name": "NextGeneration STEAM Academy District", + "Physical Address Line 1": "18001 Commercial St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lathrop", + "Physical Address State": "CA ", + "Physical Address Zip": "95330", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2302820", + "School District Name": "Bangor Public Schools", + "Physical Address Line 1": "73 Harlow Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bangor", + "Physical Address State": "ME ", + "Physical Address Zip": "04401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17790414297319251", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602002", + "School District Name": "Old Town Academy K-8 Charter District", + "Physical Address Line 1": "2120 San Diego Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602003", + "School District Name": "Natomas Charter District", + "Physical Address Line 1": "4600 Blackrock Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95835", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2603870", + "School District Name": "Bangor Public Schools (Van Buren)", + "Physical Address Line 1": "801 WEST ARLINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BANGOR", + "Physical Address State": "MI ", + "Physical Address Zip": "49013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2374906646751307", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602004", + "School District Name": "Ednovate - Esperanza College Prep District", + "Physical Address Line 1": "319 N. Humphreys Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624150", + "School District Name": "Maxwell Unified", + "Physical Address Line 1": "515 Oak St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maxwell", + "Physical Address State": "CA ", + "Physical Address Zip": "95955", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19696969696969696", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602005", + "School District Name": "Julian Charter District", + "Physical Address Line 1": "1704 Cape Horn", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Julian", + "Physical Address State": "CA ", + "Physical Address Zip": "92036", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500780", + "School District Name": "Bangor School District", + "Physical Address Line 1": "700 10th Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bangor", + "Physical Address State": "WI ", + "Physical Address Zip": "54614", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11171662125340599", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602006", + "School District Name": "Northwest Prep Charter District", + "Physical Address Line 1": "2590 Piner Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624180", + "School District Name": "McCabe Union Elementary", + "Physical Address Line 1": "701 W. McCabe Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Centro", + "Physical Address State": "CA ", + "Physical Address Zip": "92243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09239130434782608", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602007", + "School District Name": "Pasadena Rosebud Academy District", + "Physical Address Line 1": "3544 N. Canon Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Altadena", + "Physical Address State": "CA ", + "Physical Address Zip": "91001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2603960", + "School District Name": "Bangor Township S/D #8", + "Physical Address Line 1": "29842 66TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BANGOR", + "Physical Address State": "MI ", + "Physical Address Zip": "49013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602008", + "School District Name": "Gateway College and Career Academy District", + "Physical Address Line 1": "4800 Magnolia Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverside", + "Physical Address State": "CA ", + "Physical Address Zip": "92506", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624210", + "School District Name": "McCloud Union Elementary", + "Physical Address Line 1": "332 Hamilton Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McCloud", + "Physical Address State": "CA ", + "Physical Address Zip": "96057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602009", + "School District Name": "Sycamore Academy of Science and Cultural Arts District", + "Physical Address Line 1": "23151 Palomar St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wildomar", + "Physical Address State": "CA ", + "Physical Address Zip": "92595", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2603900", + "School District Name": "Bangor Township Schools", + "Physical Address Line 1": "3359 EAST MIDLAND RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAY CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "48706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.15690376569037656", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624230", + "School District Name": "McFarland Unified", + "Physical Address Line 1": "601 Second St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McFarland", + "Physical Address State": "CA ", + "Physical Address Zip": "93250", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.29133858267716534", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602011", + "School District Name": "UNIV Preparation Charter SCH @ CSU Channel Islands District", + "Physical Address Line 1": "1099 Bedford Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camarillo", + "Physical Address State": "CA ", + "Physical Address Zip": "93010", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624300", + "School District Name": "McKinleyville Union Elementary", + "Physical Address Line 1": "2275 Central Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McKinleyville", + "Physical Address State": "CA ", + "Physical Address Zip": "95519", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1857825567502987", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602012", + "School District Name": "Golden Valley Charter District", + "Physical Address Line 1": "3585 Maple St. Ste. 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ventura", + "Physical Address State": "CA ", + "Physical Address Zip": "93003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2312370", + "School District Name": "Bangor-Region 4", + "Physical Address Line 1": "200 Hogan Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bangor", + "Physical Address State": "ME ", + "Physical Address Zip": "04401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602013", + "School District Name": "Yu Ming Charter District", + "Physical Address Line 1": "1086 Alcatraz Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94608", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624330", + "School District Name": "McKittrick Elementary", + "Physical Address Line 1": "23250 Second St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McKittrick", + "Physical Address State": "CA ", + "Physical Address Zip": "93251", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602014", + "School District Name": "Nord Country District", + "Physical Address Line 1": "5554 CA St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chico", + "Physical Address State": "CA ", + "Physical Address Zip": "95973", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809390", + "School District Name": "BANGS ISD", + "Physical Address Line 1": "200 E HALL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BANGS", + "Physical Address State": "TX ", + "Physical Address Zip": "76823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23972602739726026", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602015", + "School District Name": "King-Chavez Primary Academy District", + "Physical Address Line 1": "415 31st St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624360", + "School District Name": "McSwain Union Elementary", + "Physical Address Line 1": "926 Scott Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Merced", + "Physical Address State": "CA ", + "Physical Address Zip": "95341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17980295566502463", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602016", + "School District Name": "Oxford Day Academy District", + "Physical Address Line 1": "1001 Beech St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Palo Alto", + "Physical Address State": "CA ", + "Physical Address Zip": "94303", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300240", + "School District Name": "Banks County", + "Physical Address Line 1": "102 Hwy 51 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Homer", + "Physical Address State": "GA ", + "Physical Address Zip": "30547", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18138261464750172", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602017", + "School District Name": "KIPP Promesa Prep District", + "Physical Address Line 1": "207 S. Dacotah St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90063", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624390", + "School District Name": "Meadows Union Elementary", + "Physical Address Line 1": "2059 Bowker Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Centro", + "Physical Address State": "CA ", + "Physical Address Zip": "92243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.2537878787878788", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602018", + "School District Name": "Barack Obama Charter District", + "Physical Address Line 1": "13305 S. San Pedro St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90061", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101830", + "School District Name": "Banks SD 13", + "Physical Address Line 1": "12950 NW Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Banks", + "Physical Address State": "OR ", + "Physical Address Zip": "97106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06541291905151267", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602019", + "School District Name": "Jardin de la Infancia District", + "Physical Address Line 1": "307 E. Seventh St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90014", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624480", + "School District Name": "Mendocino Unified", + "Physical Address Line 1": "44141 Little Lake Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mendocino", + "Physical Address State": "CA ", + "Physical Address Zip": "95460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23283082077051925", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602020", + "School District Name": "KIPP Los Angeles College Preparatory District", + "Physical Address Line 1": "2810 Whittier Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90023", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003540", + "School District Name": "BANNER", + "Physical Address Line 1": "2455 North Banner Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Reno", + "Physical Address State": "OK ", + "Physical Address Zip": "73036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06451612903225806", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602021", + "School District Name": "Sierra Academy of Expeditionary Learning District", + "Physical Address Line 1": "505 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nevada City", + "Physical Address State": "CA ", + "Physical Address Zip": "95959", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602022", + "School District Name": "Camarillo Academy of Progressive Education District", + "Physical Address Line 1": "777 Aileen St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camarillo", + "Physical Address State": "CA ", + "Physical Address Zip": "93010", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100067", + "School District Name": "BANNER COUNTY PUBLIC SCHOOLS", + "Physical Address Line 1": "200 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRISBURG", + "Physical Address State": "NE ", + "Physical Address Zip": "69345", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15492957746478872", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602023", + "School District Name": "Ingenium Charter District", + "Physical Address Line 1": "22250 Elkwood St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canoga Park", + "Physical Address State": "CA ", + "Physical Address Zip": "91304", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624540", + "School District Name": "Menifee Union Elementary", + "Physical Address Line 1": "29775 Haun Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Menifee", + "Physical Address State": "CA ", + "Physical Address Zip": "92586", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10544168591224018", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602024", + "School District Name": "La Vida Charter District", + "Physical Address Line 1": "16201 N. Highway 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willits", + "Physical Address State": "CA ", + "Physical Address Zip": "95490", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624570", + "School District Name": "Menlo Park City Elementary", + "Physical Address Line 1": "181 Encinal Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atherton", + "Physical Address State": "CA ", + "Physical Address Zip": "94027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023338257016248153", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602025", + "School District Name": "Ivy Academia District", + "Physical Address Line 1": "5975 Shoup Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodland Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "91367", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704950", + "School District Name": "Bannockburn SD 106", + "Physical Address Line 1": "2165 Telegraph Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bannockburn", + "Physical Address State": "IL ", + "Physical Address Zip": "60015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14112903225806453", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602026", + "School District Name": "Summit Public School: Tamalpais District", + "Physical Address Line 1": "3020 Hilltop Mall Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "CA ", + "Physical Address Zip": "94806", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624600", + "School District Name": "Merced City Elementary", + "Physical Address Line 1": "444 W. 23rd St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Merced", + "Physical Address State": "CA ", + "Physical Address Zip": "95340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.32995821279331405", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809410", + "School District Name": "BANQUETE ISD", + "Physical Address Line 1": "4339 FOURTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BANQUETE", + "Physical Address State": "TX ", + "Physical Address Zip": "78339", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24145785876993167", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602028", + "School District Name": "Santa Cruz County Career Advancement Charter District", + "Physical Address Line 1": "229 Green Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Freedom", + "Physical Address State": "CA ", + "Physical Address Zip": "95076", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624630", + "School District Name": "Merced River Union Elementary", + "Physical Address Line 1": "4402 W. Oakdale Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winton", + "Physical Address State": "CA ", + "Physical Address Zip": "95388", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23863636363636365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602030", + "School District Name": "KIPP Excelencia Community Preparatory District", + "Physical Address Line 1": "2950 Fair Oaks Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redwood City", + "Physical Address State": "CA ", + "Physical Address Zip": "94063", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602551", + "School District Name": "Banta Charter District", + "Physical Address Line 1": "22345 El Rancho Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tracy", + "Physical Address State": "CA ", + "Physical Address Zip": "95304", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602032", + "School District Name": "Global Education Academy 2 District", + "Physical Address Line 1": "1717 Seventh Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90019", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624660", + "School District Name": "Merced Union High", + "Physical Address Line 1": "3430 A St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atwater", + "Physical Address State": "CA ", + "Physical Address Zip": "95301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2689628180039139", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602034", + "School District Name": "Gateway International District", + "Physical Address Line 1": "900 Morse Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95864", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602571", + "School District Name": "Banta Unified", + "Physical Address Line 1": "22375 El Rancho Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tracy", + "Physical Address State": "CA ", + "Physical Address Zip": "95304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602035", + "School District Name": "Pacific Springs Charter District", + "Physical Address Line 1": "1615 Mater Dei Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91913", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624690", + "School District Name": "Meridian Elementary", + "Physical Address Line 1": "15898 Central St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meridian", + "Physical Address State": "CA ", + "Physical Address Zip": "95957", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24528301886792453", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602036", + "School District Name": "Eleanor Roosevelt Community Learning Center District", + "Physical Address Line 1": "31191 Rd. 180", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Visalia", + "Physical Address State": "CA ", + "Physical Address Zip": "93292", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2302850", + "School District Name": "Bar Harbor Public Schools", + "Physical Address Line 1": "1081 Eagle Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bar Harbor", + "Physical Address State": "ME ", + "Physical Address Zip": "04609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.06733167082294264", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602037", + "School District Name": "Invictus Academy of Richmond District", + "Physical Address Line 1": "1121 Allview Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Sobrante", + "Physical Address State": "CA ", + "Physical Address Zip": "94803", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624720", + "School District Name": "Mesa Union Elementary", + "Physical Address Line 1": "3901 N. Mesa Sch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somis", + "Physical Address State": "CA ", + "Physical Address Zip": "93066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10759493670886076", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602038", + "School District Name": "Luis Valdez Leadership Academy District", + "Physical Address Line 1": "1855 Lucretia Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500810", + "School District Name": "Baraboo School District", + "Physical Address Line 1": "423 Linn St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baraboo", + "Physical Address State": "WI ", + "Physical Address Zip": "53913", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14378165447383232", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602039", + "School District Name": "Golden Eagle Charter District", + "Physical Address Line 1": "2405 S. Mount Shasta Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Shasta", + "Physical Address State": "CA ", + "Physical Address Zip": "96067", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624750", + "School District Name": "Middletown Unified", + "Physical Address Line 1": "20932 Big Canyon Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middletown", + "Physical Address State": "CA ", + "Physical Address Zip": "95461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12684869169510807", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602040", + "School District Name": "NOVA Academy - Coachella District", + "Physical Address Line 1": "52-780 Frederick St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coachella", + "Physical Address State": "CA ", + "Physical Address Zip": "92236", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602041", + "School District Name": "KIPP Vida Preparatory Academy District", + "Physical Address Line 1": "4410 S. Budlong Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624780", + "School District Name": "Midway Elementary", + "Physical Address Line 1": "259 F St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fellows", + "Physical Address State": "CA ", + "Physical Address Zip": "93224", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2653061224489796", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602042", + "School District Name": "Olive Grove Charter - Orcutt/Santa Maria District", + "Physical Address Line 1": "5075 Bradley Rd.", + "Physical Address Line 2": "Ste. 234", + "Physical Address Line 3": "", + "Physical Address City": "Orcutt", + "Physical Address State": "CA ", + "Physical Address Zip": "93455", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600178", + "School District Name": "Barack Obama Leadership Academy", + "Physical Address Line 1": "10800 EAST CANFIELD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602043", + "School District Name": "Ednovate - Legacy College Prep. District", + "Physical Address Line 1": "1500 17th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ana", + "Physical Address State": "CA ", + "Physical Address Zip": "92705", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624870", + "School District Name": "Mill Valley Elementary", + "Physical Address Line 1": "411 Sycamore Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mill Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "94941", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.034941329856584095", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602044", + "School District Name": "Desert Trails Preparatory Academy District", + "Physical Address Line 1": "14350 Bellflower Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Adelanto", + "Physical Address State": "CA ", + "Physical Address Zip": "92301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2603990", + "School District Name": "Baraga Area Schools", + "Physical Address Line 1": "210 Lyons St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baraga", + "Physical Address State": "MI ", + "Physical Address Zip": "49908", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20382165605095542", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602045", + "School District Name": "STEM Preparatory Elementary District", + "Physical Address Line 1": "1374 W. 35th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90007", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624900", + "School District Name": "Millbrae Elementary", + "Physical Address Line 1": "555 Richmond Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millbrae", + "Physical Address State": "CA ", + "Physical Address Zip": "94030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06458247634718223", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009450", + "School District Name": "Barber County North", + "Physical Address Line 1": "100 E. First", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medicine Lodge", + "Physical Address State": "KS ", + "Physical Address Zip": "67104", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13765182186234817", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602047", + "School District Name": "KIPP San Jose Collegiate District", + "Physical Address Line 1": "1790 Edal Park Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95133", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624930", + "School District Name": "Millville Elementary", + "Physical Address Line 1": "8570 Brookdale Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millville", + "Physical Address State": "CA ", + "Physical Address Zip": "96062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1566265060240964", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602048", + "School District Name": "Grace Hopper STEM Academy District", + "Physical Address Line 1": "601 Grace Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inglewood", + "Physical Address State": "CA ", + "Physical Address Zip": "90301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809450", + "School District Name": "BARBERS HILL ISD", + "Physical Address Line 1": "9600 EAGLE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONT BELVIEU", + "Physical Address State": "TX ", + "Physical Address Zip": "77523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08826429980276135", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602049", + "School District Name": "High Tech Elementary Mesa District", + "Physical Address Line 1": "5331 Mt. Alifan Dr.", + "Physical Address Line 2": "Bldg. 200", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0624500", + "School District Name": "Milpitas Unified", + "Physical Address Line 1": "1331 E. Calaveras Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milpitas", + "Physical Address State": "CA ", + "Physical Address Zip": "95035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.0616066204129399", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602050", + "School District Name": "Citizens of the World Charter School Hollywood District", + "Physical Address Line 1": "1316 N. Bronson Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90028", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904353", + "School District Name": "Barberton City", + "Physical Address Line 1": "633 Brady Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barberton", + "Physical Address State": "OH ", + "Physical Address Zip": "44203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.24048913043478262", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602051", + "School District Name": "Samueli Academy District", + "Physical Address Line 1": "1901 N. Fairview St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ana", + "Physical Address State": "CA ", + "Physical Address Zip": "92706", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625110", + "School District Name": "Mission Union Elementary", + "Physical Address Line 1": "36825 Foothill Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Soledad", + "Physical Address State": "CA ", + "Physical Address Zip": "93960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14705882352941177", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625130", + "School District Name": "Modesto City Elementary", + "Physical Address Line 1": "426 Locust St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.26220095693779905", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602053", + "School District Name": "Maria Montessori Charter Academy District", + "Physical Address Line 1": "1850 Wildcat Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rocklin", + "Physical Address State": "CA ", + "Physical Address Zip": "95765", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400030", + "School District Name": "BARBOUR COUNTY BOARD OF EDUCATION", + "Physical Address Line 1": "45 SCHOOL STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHILIPPI", + "Physical Address State": "WV ", + "Physical Address Zip": "26416", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24301075268817204", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602054", + "School District Name": "Thomas Edison Charter Academy District", + "Physical Address Line 1": "3531 22nd St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625150", + "School District Name": "Modesto City High", + "Physical Address Line 1": "426 Locust St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.18007535460992907", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602055", + "School District Name": "Paragon Collegiate Academy District", + "Physical Address Line 1": "1608 Sampson St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marysville", + "Physical Address State": "CA ", + "Physical Address Zip": "95901", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100240", + "School District Name": "Barbourville Independent", + "Physical Address Line 1": "140 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barbourville", + "Physical Address State": "KY ", + "Physical Address Zip": "40906", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.42857142857142855", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602056", + "School District Name": "KIPP Philosophers Academy District", + "Physical Address Line 1": "8300 S. Central Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625190", + "School District Name": "Modoc Joint Unified", + "Physical Address Line 1": "906 W. Fourth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alturas", + "Physical Address State": "CA ", + "Physical Address Zip": "96101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2802617230098146", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602057", + "School District Name": "STREAM Charter District", + "Physical Address Line 1": "455 E. Oro Dam Blvd. E.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oroville", + "Physical Address State": "CA ", + "Physical Address Zip": "95965", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100270", + "School District Name": "Bardstown Independent", + "Physical Address Line 1": "308 N Fifth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bardstown", + "Physical Address State": "KY ", + "Physical Address Zip": "40004", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19591659426585578", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602058", + "School District Name": "Union Street Charter District", + "Physical Address Line 1": "470 Union St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arcata", + "Physical Address State": "CA ", + "Physical Address Zip": "95521", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625230", + "School District Name": "Mojave Unified", + "Physical Address Line 1": "3500 Douglas Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mojave", + "Physical Address State": "CA ", + "Physical Address Zip": "93501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.35908034099715835", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2302880", + "School District Name": "Baring Plt Public Schools", + "Physical Address Line 1": "100 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastport", + "Physical Address State": "ME ", + "Physical Address Zip": "04631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602060", + "School District Name": "iLEAD Lancaster Charter District", + "Physical Address Line 1": "254 E. Ave. K-4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "CA ", + "Physical Address Zip": "93535", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625290", + "School District Name": "Monroe Elementary", + "Physical Address Line 1": "11842 S. Chestnut Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93725", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3355263157894737", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602061", + "School District Name": "High Tech High Chula Vista District", + "Physical Address Line 1": "1945 Discovery Falls Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91915", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604020", + "School District Name": "Bark River-Harris School District", + "Physical Address Line 1": "W471 HWY US 2 41", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRIS", + "Physical Address State": "MI ", + "Physical Address Zip": "49845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602062", + "School District Name": "Blue Ridge Academy District", + "Physical Address Line 1": "955 Stanislaus St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maricopa", + "Physical Address State": "CA ", + "Physical Address Zip": "93252", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625320", + "School District Name": "Monrovia Unified", + "Physical Address Line 1": "325 E. Hntngtn Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monrovia", + "Physical Address State": "CA ", + "Physical Address Zip": "91016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12678682411435674", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602063", + "School District Name": "Ingenium Clarion Charter Middle District", + "Physical Address Line 1": "13305 S. San Pedro St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90061", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603960", + "School District Name": "BARKER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1628 QUAKER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BARKER", + "Physical Address State": "NY ", + "Physical Address Zip": "14012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13805970149253732", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602064", + "School District Name": "Voices College-Bound Language ACAD at Mt. Pleasant District", + "Physical Address Line 1": "14271 Story Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625350", + "School District Name": "Monson-Sultana Joint Union Elementary", + "Physical Address Line 1": "10643 Ave. 416", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dinuba", + "Physical Address State": "CA ", + "Physical Address Zip": "93618", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3729281767955801", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602065", + "School District Name": "Sacramento Valley Charter District", + "Physical Address Line 1": "2399 Sellers Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95691", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900150", + "School District Name": "Barkhamsted School District", + "Physical Address Line 1": "65 Ripley Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barkhamsted", + "Physical Address State": "CT ", + "Physical Address Zip": "06063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0498220640569395", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602067", + "School District Name": "Golden Gate Community District", + "Physical Address Line 1": "1111 Stoneman Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburg", + "Physical Address State": "CA ", + "Physical Address Zip": "94565", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625380", + "School District Name": "Montague Elementary", + "Physical Address Line 1": "430 E. Prather St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montague", + "Physical Address State": "CA ", + "Physical Address Zip": "96064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22772277227722773", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602068", + "School District Name": "Temecula Valley Charter District", + "Physical Address Line 1": "35755 Abelia St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchester", + "Physical Address State": "CA ", + "Physical Address Zip": "92596", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416470", + "School District Name": "Barnegat Township School District", + "Physical Address Line 1": "550 Barnegat Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barnegat", + "Physical Address State": "NJ ", + "Physical Address Zip": "08005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12339261285909713", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625410", + "School District Name": "Monte Rio Union Elementary", + "Physical Address Line 1": "20700 Foothill Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monte Rio", + "Physical Address State": "CA ", + "Physical Address Zip": "95462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.19480519480519481", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000012", + "School District Name": "Barnes", + "Physical Address Line 1": "212 N. Tripp", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barnes", + "Physical Address State": "KS ", + "Physical Address Zip": "66933", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08425720620842572", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602071", + "School District Name": "Chula Vista Learning Community Charter District", + "Physical Address Line 1": "590 K St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91911", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625470", + "School District Name": "Montebello Unified", + "Physical Address Line 1": "123 S. Montebello Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montebello", + "Physical Address State": "CA ", + "Physical Address Zip": "90640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19909453096704094", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800060", + "School District Name": "BARNES COUNTY NORTH 7", + "Physical Address Line 1": "2184 101st Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wimbledon", + "Physical Address State": "ND ", + "Physical Address Zip": "58492", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10666666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602073", + "School District Name": "Highland Academy District", + "Physical Address Line 1": "715 Wellwood Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beaumont", + "Physical Address State": "CA ", + "Physical Address Zip": "92223", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625500", + "School District Name": "Montecito Union Elementary", + "Physical Address Line 1": "385 San Ysidro Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Barbara", + "Physical Address State": "CA ", + "Physical Address Zip": "93108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1056338028169014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904520", + "School District Name": "Barnesville Exempted Village", + "Physical Address Line 1": "210 W Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barnesville", + "Physical Address State": "OH ", + "Physical Address Zip": "43713", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18555900621118013", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602075", + "School District Name": "Hawking S.T.E.A.M. Charter District", + "Physical Address Line 1": "489 E St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91910", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625530", + "School District Name": "Monterey Peninsula Unified", + "Physical Address Line 1": "700 Pacific St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monterey", + "Physical Address State": "CA ", + "Physical Address Zip": "93940", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10997552900532603", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602076", + "School District Name": "Environmental Charter High District", + "Physical Address Line 1": "16315 Grevillea Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawndale", + "Physical Address State": "CA ", + "Physical Address Zip": "90260", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2703660", + "School District Name": "BARNESVILLE PUBLIC SCHOOL DIST.", + "Physical Address Line 1": "310 5TH STREET SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BARNESVILLE", + "Physical Address State": "MN ", + "Physical Address Zip": "56514", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.048884165781083955", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602077", + "School District Name": "Camino Nuevo Elementary School #3 District", + "Physical Address Line 1": "1723 Cordova St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90007", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625650", + "School District Name": "Montgomery Elementary", + "Physical Address Line 1": "18620 Fort Ross Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cazadero", + "Physical Address State": "CA ", + "Physical Address Zip": "95421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25396825396825395", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602078", + "School District Name": "Synergy Kinetic Academy District", + "Physical Address Line 1": "1420 E. Adams Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500840", + "School District Name": "Barneveld School District", + "Physical Address Line 1": "304 S Jones St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barneveld", + "Physical Address State": "WI ", + "Physical Address Zip": "53507", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.044642857142857144", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602079", + "School District Name": "Diego Hills Central Public Charter District", + "Physical Address Line 1": "4348 54th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625690", + "School District Name": "Moorpark Unified", + "Physical Address Line 1": "5297 Maureen Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moorpark", + "Physical Address State": "CA ", + "Physical Address Zip": "93021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0714807776640842", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602080", + "School District Name": "Journey District", + "Physical Address Line 1": "27102 Foxborough", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aliso Viejo", + "Physical Address State": "CA ", + "Physical Address Zip": "92656", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003570", + "School District Name": "BARNSDALL", + "Physical Address Line 1": "200 S 8th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barnsdall", + "Physical Address State": "OK ", + "Physical Address Zip": "74002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1308641975308642", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602081", + "School District Name": "Community Outreach Academy District", + "Physical Address Line 1": "5637 Skvarla Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McClellan", + "Physical Address State": "CA ", + "Physical Address Zip": "95652", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625740", + "School District Name": "Moraga Elementary", + "Physical Address Line 1": "1540 Sch St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moraga", + "Physical Address State": "CA ", + "Physical Address Zip": "94556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02475502836513667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602082", + "School District Name": "PUC Inspire Charter Academy District", + "Physical Address Line 1": "12550 Van Nuys Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pacoima", + "Physical Address State": "CA ", + "Physical Address Zip": "91331", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502310", + "School District Name": "Barnstable", + "Physical Address Line 1": "230 South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hyannis", + "Physical Address State": "MA ", + "Physical Address Zip": "02601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11983805668016194", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602083", + "School District Name": "University Preparatory Value High District", + "Physical Address Line 1": "1929 W. Pico Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90006", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625770", + "School District Name": "Moreland", + "Physical Address Line 1": "4711 Campbell Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.0683088749126485", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602084", + "School District Name": "Temecula Preparatory District", + "Physical Address Line 1": "35777 Abelia St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchester", + "Physical Address State": "CA ", + "Physical Address Zip": "92596", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303274", + "School District Name": "Barnstead SAU Office", + "Physical Address Line 1": "1 Suncook Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barnstead", + "Physical Address State": "NH ", + "Physical Address Zip": "03218", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602085", + "School District Name": "Everest Value District", + "Physical Address Line 1": "668 S. Catalina St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90005", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625800", + "School District Name": "Moreno Valley Unified", + "Physical Address Line 1": "25634 Alessandro Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moreno Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "92553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17945288116033256", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602087", + "School District Name": "Rocketship Spark Academy District", + "Physical Address Line 1": "683 Sylvandale Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301620", + "School District Name": "Barnstead School District", + "Physical Address Line 1": "1 Suncook Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barnstead", + "Physical Address State": "NH ", + "Physical Address Zip": "03218", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07400379506641366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602088", + "School District Name": "Pathways Charter District", + "Physical Address Line 1": "150 Professional Center Dr. Ste. C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rohnert Park", + "Physical Address State": "CA ", + "Physical Address Zip": "94928", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625830", + "School District Name": "Morgan Hill Unified", + "Physical Address Line 1": "15600 Concord Cir.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morgan Hill", + "Physical Address State": "CA ", + "Physical Address Zip": "95037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.06685467816854679", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602089", + "School District Name": "River Springs Charter District", + "Physical Address Line 1": "27740 Jefferson Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Temecula", + "Physical Address State": "CA ", + "Physical Address Zip": "92590", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2703690", + "School District Name": "BARNUM PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "3675 COUNTY RD 13", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BARNUM", + "Physical Address State": "MN ", + "Physical Address Zip": "55707", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10276073619631902", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602090", + "School District Name": "Learning by Design Charter District", + "Physical Address Line 1": "7019 S. Van Ness Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90047", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625860", + "School District Name": "Morongo Unified", + "Physical Address Line 1": "5715 Utah Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Twentynine Palms", + "Physical Address State": "CA ", + "Physical Address Zip": "92277", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2073523337463858", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602091", + "School District Name": "Grimmway Academy Shafter District", + "Physical Address Line 1": "471 W. Los Angeles St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shafter", + "Physical Address State": "CA ", + "Physical Address Zip": "93263", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501020", + "School District Name": "Barnwell 19", + "Physical Address Line 1": "446 Country Club Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blackville", + "Physical Address State": "SC ", + "Physical Address Zip": "29817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3365921787709497", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0625980", + "School District Name": "Mother Lode Union Elementary", + "Physical Address Line 1": "3783 Forni Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Placerville", + "Physical Address State": "CA ", + "Physical Address Zip": "95667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1144534115920763", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602093", + "School District Name": "Bert Corona Charter District", + "Physical Address Line 1": "9400 Remick Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pacoima", + "Physical Address State": "CA ", + "Physical Address Zip": "91331", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501050", + "School District Name": "Barnwell 29", + "Physical Address Line 1": "12255 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williston", + "Physical Address State": "SC ", + "Physical Address Zip": "29853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3096846846846847", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602094", + "School District Name": "St. HOPE Public School 7 District", + "Physical Address Line 1": "5201 Strawberry Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95820", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626340", + "School District Name": "Mt. Baldy Joint Elementary", + "Physical Address Line 1": "1 Mt. Baldy Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt. Baldy", + "Physical Address State": "CA ", + "Physical Address Zip": "91759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16129032258064516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501080", + "School District Name": "Barnwell 45", + "Physical Address Line 1": "770 Hagood Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barnwell", + "Physical Address State": "SC ", + "Physical Address Zip": "29812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.29663028001898434", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626370", + "School District Name": "Mt. Diablo Unified", + "Physical Address Line 1": "1936 Carlotta Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concord", + "Physical Address State": "CA ", + "Physical Address Zip": "94519", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.109390970508314", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0602097", + "School District Name": "High Tech Elementary Chula Vista District", + "Physical Address Line 1": "1949 Discovery Falls Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91915", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503914", + "School District Name": "Barnwell 48", + "Physical Address Line 1": "446 Country Club Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blackville", + "Physical Address State": "SC ", + "Physical Address Zip": "29817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602098", + "School District Name": "Literacy First Charter District", + "Physical Address Line 1": "799 E. Washington Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Cajon", + "Physical Address State": "CA ", + "Physical Address Zip": "92020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626400", + "School District Name": "Mount Pleasant Elementary", + "Physical Address Line 1": "3434 Marten Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95148", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.1293322062552832", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602099", + "School District Name": "Ivy Bound Acad of Math Sci and Tech Charter Mid District", + "Physical Address Line 1": "15355 Morrison St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sherman Oaks", + "Physical Address State": "CA ", + "Physical Address Zip": "91403", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500980", + "School District Name": "Barnwell 80", + "Physical Address Line 1": "5214 Reynolds Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blackville", + "Physical Address State": "SC ", + "Physical Address Zip": "29817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626040", + "School District Name": "Mt. Shasta Union Elementary", + "Physical Address Line 1": "595 E. Alma St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Shasta", + "Physical Address State": "CA ", + "Physical Address Zip": "96067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16393442622950818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602101", + "School District Name": "Santa Rosa Academy District", + "Physical Address Line 1": "27587 La Piedra Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Menifee", + "Physical Address State": "CA ", + "Physical Address Zip": "92584", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602102", + "School District Name": "PUC Excel Charter Academy District", + "Physical Address Line 1": "1855 N. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90031", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626070", + "School District Name": "Mountain Elementary", + "Physical Address Line 1": "3042 Old San Jose Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Soquel", + "Physical Address State": "CA ", + "Physical Address Zip": "95073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10344827586206896", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602103", + "School District Name": "City Arts and Tech High District", + "Physical Address Line 1": "325 La Grande Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94112", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800330", + "School District Name": "Barr-Reeve Community Schools Inc", + "Physical Address Line 1": "373 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montgomery", + "Physical Address State": "IN ", + "Physical Address Zip": "47558", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08850726552179657", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602104", + "School District Name": "Escalon Charter Academy District", + "Physical Address Line 1": "1520 Yosemite Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Escalon", + "Physical Address State": "CA ", + "Physical Address Zip": "95320", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626100", + "School District Name": "Mountain Empire Unified", + "Physical Address Line 1": "3305 Buckman Springs Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pine Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "91962", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.195274831243973", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000007", + "School District Name": "Barre Supervisory Union", + "Physical Address Line 1": "120 Ayers Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barre", + "Physical Address State": "VT ", + "Physical Address Zip": "05641", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11746590409150902", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602106", + "School District Name": "Museum District", + "Physical Address Line 1": "211 Maple St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626130", + "School District Name": "Mountain House Elementary", + "Physical Address Line 1": "3950 Mountain House Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Byron", + "Physical Address State": "CA ", + "Physical Address Zip": "94514", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14705882352941177", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602108", + "School District Name": "San Diego Workforce Innovation High District", + "Physical Address Line 1": "2 Euclid Ave.", + "Physical Address Line 2": "Ste. A", + "Physical Address Line 3": "", + "Physical Address City": "National City", + "Physical Address State": "CA ", + "Physical Address Zip": "91950", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000445", + "School District Name": "Barre Unified Union School District #97", + "Physical Address Line 1": "120 Ayers Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barre", + "Physical Address State": "VT ", + "Physical Address Zip": "05641", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602109", + "School District Name": "John Muir Charter District", + "Physical Address Line 1": "117 New Mohawk Rd. Ste. F", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nevada City", + "Physical Address State": "CA ", + "Physical Address Zip": "95959", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627040", + "School District Name": "Mountain Union Elementary", + "Physical Address Line 1": "30365 Highway 299 E.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montgomery Creek", + "Physical Address State": "CA ", + "Physical Address Zip": "96065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2692307692307692", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602110", + "School District Name": "School for Entrepreneurship and Technology District", + "Physical Address Line 1": "3540 Aero Ct.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92123", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100300", + "School District Name": "Barren County", + "Physical Address Line 1": "202 W Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glasgow", + "Physical Address State": "KY ", + "Physical Address Zip": "42141", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22859327217125383", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602111", + "School District Name": "Center for Advanced Learning District", + "Physical Address Line 1": "4016 S. Central Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400030", + "School District Name": "Barrington", + "Physical Address Line 1": "283 County Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barrington", + "Physical Address State": "RI ", + "Physical Address Zip": "02806", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03836048344718865", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602113", + "School District Name": "Unity Middle College High District", + "Physical Address Line 1": "1937 W. Chapman Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orange", + "Physical Address State": "CA ", + "Physical Address Zip": "92868", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626190", + "School District Name": "Mountain View Elementary", + "Physical Address Line 1": "3320 Gilman Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Monte", + "Physical Address State": "CA ", + "Physical Address Zip": "91732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2694375817468391", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602115", + "School District Name": "Public Safety Academy District", + "Physical Address Line 1": "1482 E. Enterprise Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bernardino", + "Physical Address State": "CA ", + "Physical Address Zip": "92408", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705050", + "School District Name": "Barrington CUSD 220", + "Physical Address Line 1": "515 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barrington", + "Physical Address State": "IL ", + "Physical Address Zip": "60010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.049800796812749", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602116", + "School District Name": "Bert Corona Charter High District", + "Physical Address Line 1": "12513 Gain St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pacoima", + "Physical Address State": "CA ", + "Physical Address Zip": "91331", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626220", + "School District Name": "Mountain View Elementary", + "Physical Address Line 1": "2585 S. Archibald Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ontario", + "Physical Address State": "CA ", + "Physical Address Zip": "91761", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1004439511653718", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602117", + "School District Name": "Gorman Learning Center District", + "Physical Address Line 1": "1826 Orange Tree Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redlands", + "Physical Address State": "CA ", + "Physical Address Zip": "92374", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300016", + "School District Name": "Barrington SAU Office", + "Physical Address Line 1": "572 Calef Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barrington", + "Physical Address State": "NH ", + "Physical Address Zip": "03825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602118", + "School District Name": "Five Keys Independence HS (SF Sheriff's) District", + "Physical Address Line 1": "70 Oak Grove", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94107", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626280", + "School District Name": "Mountain View Whisman", + "Physical Address Line 1": "1400 Montecito Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mountain View", + "Physical Address State": "CA ", + "Physical Address Zip": "94043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.05763461234801832", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301650", + "School District Name": "Barrington School District", + "Physical Address Line 1": "572 Calef Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barrington", + "Physical Address State": "NH ", + "Physical Address Zip": "03825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04400510204081633", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602120", + "School District Name": "Bay View Academy District", + "Physical Address Line 1": "222 Casa Verde Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monterey", + "Physical Address State": "CA ", + "Physical Address Zip": "93940", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626310", + "School District Name": "Mountain View-Los Altos Union High", + "Physical Address Line 1": "1299 Bryant Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mountain View", + "Physical Address State": "CA ", + "Physical Address Zip": "94040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.03924677898909812", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602121", + "School District Name": "Richmond Charter Academy District", + "Physical Address Line 1": "1450 Marina Way S.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "CA ", + "Physical Address Zip": "94804", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401170", + "School District Name": "Barrington School District", + "Physical Address Line 1": "311 Reading Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barrington", + "Physical Address State": "NJ ", + "Physical Address Zip": "08007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09090909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602122", + "School District Name": "Learning Choice Academy - Chula Vista District", + "Physical Address Line 1": "881 Kuhn Dr.", + "Physical Address Line 2": "Ste. 106", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91914", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626430", + "School District Name": "Mulberry Elementary", + "Physical Address Line 1": "1391 E. Rutherford Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brawley", + "Physical Address State": "CA ", + "Physical Address Zip": "92227", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06666666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500870", + "School District Name": "Barron Area School District", + "Physical Address Line 1": "100 W River Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barron", + "Physical Address State": "WI ", + "Physical Address Zip": "54812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14421768707482993", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602124", + "School District Name": "Career Technical Education Charter District", + "Physical Address Line 1": "1320 N. Mariposa St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93703", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626460", + "School District Name": "Mupu Elementary", + "Physical Address Line 1": "4410 N. Ojai Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Paula", + "Physical Address State": "CA ", + "Physical Address Zip": "93060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07920792079207921", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602126", + "School District Name": "Fenton Avenue Charter District", + "Physical Address Line 1": "11828 Gain St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake View Terrace", + "Physical Address State": "CA ", + "Physical Address Zip": "91342", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300290", + "School District Name": "Barrow County", + "Physical Address Line 1": "179 W. Athens Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winder", + "Physical Address State": "GA ", + "Physical Address Zip": "30680", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1302707235265932", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602127", + "School District Name": "California Connections Academy North Bay District", + "Physical Address Line 1": "20932 Big Canyon Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middletown", + "Physical Address State": "CA ", + "Physical Address Zip": "95461", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626490", + "School District Name": "Muroc Joint Unified", + "Physical Address Line 1": "17100 Foothill Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Edwards", + "Physical Address State": "CA ", + "Physical Address Zip": "93523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1749788672865596", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602128", + "School District Name": "Equitas Academy 4 District", + "Physical Address Line 1": "631 S. Commonwealth Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90005", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680140", + "School District Name": "Barry ISD", + "Physical Address Line 1": "535 WEST WOODLAWN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HASTINGS", + "Physical Address State": "MI ", + "Physical Address Zip": "49058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602129", + "School District Name": "Greater San Diego Academy District", + "Physical Address Line 1": "14545 Lyons Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamul", + "Physical Address State": "CA ", + "Physical Address Zip": "91935", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602130", + "School District Name": "Edward B. Cole Academy District", + "Physical Address Line 1": "333 E. Walnut St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ana", + "Physical Address State": "CA ", + "Physical Address Zip": "92701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626640", + "School District Name": "Napa Valley Unified", + "Physical Address Line 1": "2425 Jefferson St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Napa", + "Physical Address State": "CA ", + "Physical Address Zip": "94558", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08824833702882483", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602131", + "School District Name": "Central City Value District", + "Physical Address Line 1": "221 N. W.moreland Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000390", + "School District Name": "Barstow Unified School District", + "Physical Address Line 1": "223 Chittenden Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chittenden", + "Physical Address State": "VT ", + "Physical Address Zip": "05737", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602132", + "School District Name": "Olive Grove Charter - Lompoc District", + "Physical Address Line 1": "820 N. H St.", + "Physical Address Line 2": "Second Fl.", + "Physical Address Line 3": "", + "Physical Address City": "Lompoc", + "Physical Address State": "CA ", + "Physical Address Zip": "93436", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626670", + "School District Name": "National Elementary", + "Physical Address Line 1": "1500 N Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "National City", + "Physical Address State": "CA ", + "Physical Address Zip": "91950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19301725848046022", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705160", + "School District Name": "Bartelso SD 57", + "Physical Address Line 1": "PO Box 267", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bartelso", + "Physical Address State": "IL ", + "Physical Address Zip": "62218", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04316546762589928", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602134", + "School District Name": "IvyTech Charter District", + "Physical Address Line 1": "6591 Collins Dr. Ste. E4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moorpark", + "Physical Address State": "CA ", + "Physical Address Zip": "93021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602135", + "School District Name": "PUC Early College ACAD for Leaders&Scholars(ECALS) District", + "Physical Address Line 1": "2050 San Fernando Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800360", + "School District Name": "Bartholomew Con School Corp", + "Physical Address Line 1": "1200 Central Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "IN ", + "Physical Address Zip": "47201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.10056884480746792", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602136", + "School District Name": "The O'Farrell Charter District", + "Physical Address Line 1": "6130 Skyline Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626760", + "School District Name": "Needles Unified", + "Physical Address Line 1": "1900 Erin Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Needles", + "Physical Address State": "CA ", + "Physical Address Zip": "92363", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.27879341864716634", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602137", + "School District Name": "Santa Clarita Valley International District", + "Physical Address Line 1": "28060 Hasley Canyon Rd. Ste. 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Castaic", + "Physical Address State": "CA ", + "Physical Address Zip": "91384", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003630", + "School District Name": "BARTLESVILLE", + "Physical Address Line 1": "1100 SW Jennings", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bartlesville", + "Physical Address State": "OK ", + "Physical Address Zip": "74003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19664634146341464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626820", + "School District Name": "Nevada City Elementary", + "Physical Address Line 1": "800 Hoover Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nevada City", + "Physical Address State": "CA ", + "Physical Address Zip": "95959", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14233907524932005", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602139", + "School District Name": "Alliance College-Ready Middle Academy 5 District", + "Physical Address Line 1": "211 S. Ave. 20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA", + "Physical Address Zip": "90031", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700153", + "School District Name": "Bartlett", + "Physical Address Line 1": "5705 Stage RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bartlett", + "Physical Address State": "TN ", + "Physical Address Zip": "38134", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07988441461595824", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602140", + "School District Name": "KIPP Empower Academy District", + "Physical Address Line 1": "8466 S. Figueroa St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626880", + "School District Name": "Nevada Joint Union High", + "Physical Address Line 1": "11645 Ridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grass Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "95945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1346749226006192", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602142", + "School District Name": "KIPP Iluminar Academy District", + "Physical Address Line 1": "4800 E. Cesar Chavez Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809540", + "School District Name": "BARTLETT ISD", + "Physical Address Line 1": "404 N ROBINSON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BARTLETT", + "Physical Address State": "TX ", + "Physical Address Zip": "76511", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20682730923694778", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602143", + "School District Name": "Gabriella Charter District", + "Physical Address Line 1": "1435 Logan St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626910", + "School District Name": "New Haven Unified", + "Physical Address Line 1": "34200 Alvarado-Niles Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union City", + "Physical Address State": "CA ", + "Physical Address Zip": "94587", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0908311910882605", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301680", + "School District Name": "Bartlett School District", + "Physical Address Line 1": "176A Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conway", + "Physical Address State": "NH ", + "Physical Address Zip": "03818", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11515151515151516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602145", + "School District Name": "N.E.W. Academy Canoga Park District", + "Physical Address Line 1": "21425 Cohasset St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canoga Park", + "Physical Address State": "CA ", + "Physical Address Zip": "91303", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0626970", + "School District Name": "New Hope Elementary", + "Physical Address Line 1": "26675 N. Sacramento Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thornton", + "Physical Address State": "CA ", + "Physical Address Zip": "95686", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23267326732673269", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602147", + "School District Name": "Empowering Possibilities International Charter District", + "Physical Address Line 1": "2945 Ramco St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95691", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000375", + "School District Name": "Barton Co Coop. Program of Special Services", + "Physical Address Line 1": "2535 Lakin", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Great Bend", + "Physical Address State": "KS ", + "Physical Address Zip": "67530", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602148", + "School District Name": "Preuss School UCSD District", + "Physical Address Line 1": "9500 Gilman Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Jolla", + "Physical Address State": "CA ", + "Physical Address Zip": "92093", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627030", + "School District Name": "New Jerusalem Elementary", + "Physical Address Line 1": "31400 S. Koster Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tracy", + "Physical Address State": "CA ", + "Physical Address Zip": "95304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12550607287449392", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602149", + "School District Name": "Village Charter District", + "Physical Address Line 1": "2590 Piner Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627060", + "School District Name": "Newark Unified", + "Physical Address Line 1": "5715 Musick Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "CA ", + "Physical Address Zip": "94560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06963949616331258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602150", + "School District Name": "Method Schools LA District", + "Physical Address Line 1": "24620 Jefferson Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Murrieta", + "Physical Address State": "CA ", + "Physical Address Zip": "92562", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705190", + "School District Name": "Bartonville SD 66", + "Physical Address Line 1": "6000 S Adams St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bartonville", + "Physical Address State": "IL ", + "Physical Address Zip": "61607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2409090909090909", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602151", + "School District Name": "Vincent Academy District", + "Physical Address Line 1": "2501 Chestnut St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA", + "Physical Address Zip": "94607", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627120", + "School District Name": "Newcastle Elementary", + "Physical Address Line 1": "645 Kentucky Greens Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newcastle", + "Physical Address State": "CA ", + "Physical Address Zip": "95658", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05185185185185185", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602152", + "School District Name": "KIPP King Collegiate High District", + "Physical Address Line 1": "2005B Via Barrett", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Lorenzo", + "Physical Address State": "CA ", + "Physical Address Zip": "94580", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300330", + "School District Name": "Bartow County", + "Physical Address Line 1": "65 Gilreath Road NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cartersville", + "Physical Address State": "GA ", + "Physical Address Zip": "30120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16328784925276155", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602153", + "School District Name": "Ezequiel Tafoya Alvarado Academy District", + "Physical Address Line 1": "26247 Ellis St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madera", + "Physical Address State": "CA ", + "Physical Address Zip": "93638", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627180", + "School District Name": "Newhall", + "Physical Address Line 1": "25375 Orchard Village Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valencia", + "Physical Address State": "CA ", + "Physical Address Zip": "91355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10474777448071217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602154", + "School District Name": "KIPP Scholar Academy District", + "Physical Address Line 1": "1729 W. MLK Jr. Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90062", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003780", + "School District Name": "Basehor-Linwood", + "Physical Address Line 1": "2008 N 155th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Basehor", + "Physical Address State": "KS ", + "Physical Address Zip": "66007", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05102763997165131", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602155", + "School District Name": "Creative Arts Charter District", + "Physical Address Line 1": "1601 Turk St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627200", + "School District Name": "Newman-Crows Landing Unified", + "Physical Address Line 1": "1223 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newman", + "Physical Address State": "CA ", + "Physical Address Zip": "95360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15803814713896458", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602156", + "School District Name": "Placer Academy Charter District", + "Physical Address Line 1": "2213 Sunset Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rocklin", + "Physical Address State": "CA ", + "Physical Address Zip": "95765", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3002820", + "School District Name": "Basin Elem", + "Physical Address Line 1": "30 N. Quartz", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Basin", + "Physical Address State": "MT ", + "Physical Address Zip": "59631", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602157", + "School District Name": "Tree of Life International Charter District", + "Physical Address Line 1": "19415 Jacqueline St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anderson", + "Physical Address State": "CA ", + "Physical Address Zip": "96007", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627240", + "School District Name": "Newport-Mesa Unified", + "Physical Address Line 1": "2985 Bear St. Bldg. A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Costa Mesa", + "Physical Address State": "CA ", + "Physical Address Zip": "92626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.09437697491148589", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602159", + "School District Name": "Connecting Waters Charter - East Bay District", + "Physical Address Line 1": "703 C St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union City", + "Physical Address State": "CA ", + "Physical Address Zip": "94587", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600180", + "School District Name": "BASIN SCHOOL DISTRICT", + "Physical Address Line 1": "100 CENTERVILLE ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IDAHO CITY", + "Physical Address State": "ID ", + "Physical Address Zip": "83631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15657620041753653", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627300", + "School District Name": "Nicasio", + "Physical Address Line 1": "5555 Nicasio Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nicasio", + "Physical Address State": "CA ", + "Physical Address Zip": "94946", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07547169811320754", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602161", + "School District Name": "Live Oak Charter District", + "Physical Address Line 1": "100 Gnoss Concourse Bldg. 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA ", + "Physical Address Zip": "94952", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602162", + "School District Name": "Rocketship Futuro Academy District", + "Physical Address Line 1": "2351 Olivera Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concord", + "Physical Address State": "CA ", + "Physical Address Zip": "94520", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627450", + "School District Name": "Norris Elementary", + "Physical Address Line 1": "6940 Calloway Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.08254425689584191", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602163", + "School District Name": "Perseverance Preparatory District", + "Physical Address Line 1": "484 E. San Fernando St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95112", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602164", + "School District Name": "School of Unlimited Learning District", + "Physical Address Line 1": "2336 Calaveras St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93721", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627480", + "School District Name": "North County Joint Union Elementary", + "Physical Address Line 1": "500 Spring Grove Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hollister", + "Physical Address State": "CA ", + "Physical Address Zip": "95023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12589073634204276", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602166", + "School District Name": "Sunrise Middle District", + "Physical Address Line 1": "1149 E. Julian St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627510", + "School District Name": "North Cow Creek Elementary", + "Physical Address Line 1": "10619 Swede Creek Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palo Cedro", + "Physical Address State": "CA ", + "Physical Address Zip": "96073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08695652173913043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602168", + "School District Name": "Coastal Grove Charter District", + "Physical Address Line 1": "1897 S St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arcata", + "Physical Address State": "CA ", + "Physical Address Zip": "95521", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627590", + "School District Name": "North Monterey County Unified", + "Physical Address Line 1": "8142 Moss Landing Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moss Landing", + "Physical Address State": "CA ", + "Physical Address Zip": "95039", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.15726163099239343", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602169", + "School District Name": "Summit Public School: Denali District", + "Physical Address Line 1": "539 E. Weddell Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunnyvale", + "Physical Address State": "CA ", + "Physical Address Zip": "94089", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602170", + "School District Name": "Connecting Waters Charter District", + "Physical Address Line 1": "12420 Bentley St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterford", + "Physical Address State": "CA ", + "Physical Address Zip": "95386", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603030", + "School District Name": "Northern Humboldt Union High", + "Physical Address Line 1": "2755 McKinleyville Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McKinleyville", + "Physical Address State": "CA ", + "Physical Address Zip": "95519", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21436227224008575", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602171", + "School District Name": "Insight @ San Joaquin District", + "Physical Address Line 1": "50 Moreland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simi Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "93065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602172", + "School District Name": "KIPP Bayview Academy District", + "Physical Address Line 1": "1060 Key Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627690", + "School District Name": "Norwalk-La Mirada Unified", + "Physical Address Line 1": "12820 Pioneer Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norwalk", + "Physical Address State": "CA ", + "Physical Address Zip": "90650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1293971152848397", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602173", + "School District Name": "Feaster (Mae L.) Charter District", + "Physical Address Line 1": "670 Flower St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91910", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602174", + "School District Name": "iLead Agua Dulce District", + "Physical Address Line 1": "11311 Frascati St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Agua Dulce", + "Physical Address State": "CA ", + "Physical Address Zip": "91390", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627720", + "School District Name": "Novato Unified", + "Physical Address Line 1": "1015 Seventh St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Novato", + "Physical Address State": "CA ", + "Physical Address Zip": "94945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07521291892489769", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627750", + "School District Name": "Nuestro Elementary", + "Physical Address Line 1": "3934 BRd.way Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Live Oak", + "Physical Address State": "CA ", + "Physical Address Zip": "95953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.36666666666666664", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602177", + "School District Name": "Blue Oak Charter District", + "Physical Address Line 1": "450 W. E. Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chico", + "Physical Address State": "CA ", + "Physical Address Zip": "95926", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602178", + "School District Name": "Goethe International Charter District", + "Physical Address Line 1": "12500 Braddock Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90066", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627780", + "School District Name": "Nuview Union", + "Physical Address Line 1": "29780 Lakeview Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nuevo", + "Physical Address State": "CA ", + "Physical Address Zip": "92567", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17696414950419528", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602179", + "School District Name": "The Academy of Alameda Elementary District", + "Physical Address Line 1": "401 Pacific Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alameda", + "Physical Address State": "CA ", + "Physical Address Zip": "94501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602180", + "School District Name": "School of Arts and Enterprise District", + "Physical Address Line 1": "295 N. Garey Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pomona", + "Physical Address State": "CA ", + "Physical Address Zip": "91767", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627810", + "School District Name": "Oak Grove Elementary", + "Physical Address Line 1": "6578 Santa Teresa Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95119", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.08335930196322842", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602182", + "School District Name": "PUC Comm CHRTR Mid & PUC Comm CHRTR Early College High DIST", + "Physical Address Line 1": "11500 Eldridge Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake View Terrace", + "Physical Address State": "CA ", + "Physical Address Zip": "91342", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627840", + "School District Name": "Oak Grove Union Elementary", + "Physical Address Line 1": "5299 Hall Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10471204188481675", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602183", + "School District Name": "Growth Public District", + "Physical Address Line 1": "9320 Tech Center Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95826", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602184", + "School District Name": "KIPP Navigate College Prep District", + "Physical Address Line 1": "1750 S. White Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627850", + "School District Name": "Oak Park Unified", + "Physical Address Line 1": "5801 Conifer St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Park", + "Physical Address State": "CA ", + "Physical Address Zip": "91377", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.039022611232676876", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602185", + "School District Name": "King-Chavez Community High District", + "Physical Address Line 1": "201 A St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92101", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602186", + "School District Name": "Citizens of the World Charter School Mar Vista District", + "Physical Address Line 1": "11561 Gateway Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90064", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627870", + "School District Name": "Oak Run Elementary", + "Physical Address Line 1": "27635 Oak Run to Fern Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Run", + "Physical Address State": "CA ", + "Physical Address Zip": "96069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3924050632911392", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602188", + "School District Name": "Paseo Grande Charter District", + "Physical Address Line 1": "5248 Rose St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95838", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627900", + "School District Name": "Oak Valley Union Elementary", + "Physical Address Line 1": "24500 Rd. 68", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulare", + "Physical Address State": "CA ", + "Physical Address Zip": "93274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602189", + "School District Name": "Para Los Ninos - Evelyn Thurman Gratts Primary District", + "Physical Address Line 1": "474 S. Hartford Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0627930", + "School District Name": "Oak View Union Elementary", + "Physical Address Line 1": "7474 E. Collier Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Acampo", + "Physical Address State": "CA ", + "Physical Address Zip": "95220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1455026455026455", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602191", + "School District Name": "Rocketship Los Suenos Academy District", + "Physical Address Line 1": "331 S. 34th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602192", + "School District Name": "East Bay Innovation Academy District", + "Physical Address Line 1": "3400 Malcolm Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602193", + "School District Name": "Ventura Charter School of Arts and Global Education District", + "Physical Address Line 1": "2060 Cameron St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ventura", + "Physical Address State": "CA ", + "Physical Address Zip": "93001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602194", + "School District Name": "Magnolia Science Academy 3 District", + "Physical Address Line 1": "1254 E. Helmick St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carson", + "Physical Address State": "CA ", + "Physical Address Zip": "90746", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0628050", + "School District Name": "Oakland Unified", + "Physical Address Line 1": "1000 BRd.way Ste. 300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.1836745361094172", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0602195", + "School District Name": "New Opportunities Charter District", + "Physical Address Line 1": "110 S. La Brea Ave.", + "Physical Address Line 2": "Ste. 305A", + "Physical Address Line 3": "", + "Physical Address City": "Inglewood", + "Physical Address State": "CA ", + "Physical Address Zip": "90301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0628080", + "School District Name": "Oakley Union Elementary", + "Physical Address Line 1": "91 Mercedes Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakley", + "Physical Address State": "CA ", + "Physical Address Zip": "94561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10973353071798668", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602197", + "School District Name": "Santa Ynez Valley Charter District", + "Physical Address Line 1": "3525 Pine St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ynez", + "Physical Address State": "CA ", + "Physical Address Zip": "93460", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602199", + "School District Name": "Life Source International Charter District", + "Physical Address Line 1": "44339 Beech Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "CA ", + "Physical Address Zip": "93534", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0628140", + "School District Name": "Ocean View", + "Physical Address Line 1": "17200 Pinehurst Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "92647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10155997848305541", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602200", + "School District Name": "Intellectual Virtues Academy of Long Beach District", + "Physical Address Line 1": "3601 Linden Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Long Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "90807", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602201", + "School District Name": "Grove District", + "Physical Address Line 1": "200 Nevada St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redlands", + "Physical Address State": "CA ", + "Physical Address Zip": "92373", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0628170", + "School District Name": "Ocean View", + "Physical Address Line 1": "4200 Olds Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxnard", + "Physical Address State": "CA ", + "Physical Address Zip": "93033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.16059322033898304", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602202", + "School District Name": "TEACH Academy of Technologies District", + "Physical Address Line 1": "10045 S. W.ern Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90047", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602203", + "School District Name": "North County Trade Tech High District", + "Physical Address Line 1": "1132 N Melrose Dr. Ste. 501", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "92083", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0628250", + "School District Name": "Oceanside Unified", + "Physical Address Line 1": "2111 Mission Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oceanside", + "Physical Address State": "CA ", + "Physical Address Zip": "92058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10680703188879803", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602204", + "School District Name": "River Montessori Elementary Charter District", + "Physical Address Line 1": "3880 Cypress Dr. Ste. B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA ", + "Physical Address Zip": "94954", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602205", + "School District Name": "Magnolia Science Academy 6 District", + "Physical Address Line 1": "3754 Dunn Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0628270", + "School District Name": "Ojai Unified", + "Physical Address Line 1": "414 E. Ojai Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ojai", + "Physical Address State": "CA ", + "Physical Address Zip": "93023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.111358574610245", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602206", + "School District Name": "Granada Hills Charter District", + "Physical Address Line 1": "10535 Zelzah Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Granada Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "91344", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100083", + "School District Name": "BASIS DC PCS", + "Physical Address Line 1": "410 8TH STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602207", + "School District Name": "Elite Academic Academy - Lucerne District", + "Physical Address Line 1": "43414 Business Park Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Temecula", + "Physical Address State": "CA ", + "Physical Address Zip": "92590", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0628320", + "School District Name": "Old Adobe Union", + "Physical Address Line 1": "845 Crinella Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA ", + "Physical Address Zip": "94954", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.0692090395480226", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602208", + "School District Name": "Oakland Charter Academy District", + "Physical Address Line 1": "4215 Foothill Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801438", + "School District Name": "BASIS TEXAS", + "Physical Address Line 1": "404 E RAMSEY STE 106", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78216", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602209", + "School District Name": "Mojave River Academy - Oro Grande District", + "Physical Address Line 1": "12384 Palmdale Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Victorville", + "Physical Address State": "CA ", + "Physical Address Zip": "92392", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0628470", + "School District Name": "Ontario-Montclair", + "Physical Address Line 1": "950 W. D St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ontario", + "Physical Address State": "CA ", + "Physical Address Zip": "91762", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.16840012943188648", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602210", + "School District Name": "Kinetic Academy District", + "Physical Address Line 1": "721 Utica Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "92648", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0628530", + "School District Name": "Orange Center", + "Physical Address Line 1": "3530 S. Cherry Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.40625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602211", + "School District Name": "Helix High District", + "Physical Address Line 1": "7323 Univ Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Mesa", + "Physical Address State": "CA ", + "Physical Address Zip": "91941", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401200", + "School District Name": "Bass River Township Board of Education", + "Physical Address Line 1": "11 NORTH MAPLE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW GRETNA", + "Physical Address State": "NJ ", + "Physical Address Zip": "08224", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0628650", + "School District Name": "Orange Unified", + "Physical Address Line 1": "1401 N. Handy St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orange", + "Physical Address State": "CA ", + "Physical Address Zip": "92867", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.09492749403063304", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602213", + "School District Name": "WISH Community District", + "Physical Address Line 1": "6550 W. 80th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90045", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0628680", + "School District Name": "Orchard Elementary", + "Physical Address Line 1": "921 Fox Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.0965034965034965", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602214", + "School District Name": "Pivot Charter School Riverside District", + "Physical Address Line 1": "700 N. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corona", + "Physical Address State": "CA ", + "Physical Address Zip": "92880", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809570", + "School District Name": "BASTROP ISD", + "Physical Address Line 1": "906 FARM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BASTROP", + "Physical Address State": "TX ", + "Physical Address Zip": "78602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17238246650011355", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602215", + "School District Name": "Da Vinci RISE High District", + "Physical Address Line 1": "201 N. Douglas St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Segundo", + "Physical Address State": "CA ", + "Physical Address Zip": "90245", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0628710", + "School District Name": "Orcutt Union Elementary", + "Physical Address Line 1": "500 Dyer St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orcutt", + "Physical Address State": "CA ", + "Physical Address Zip": "93455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0988500663423264", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602216", + "School District Name": "Harvest Ridge Cooperative Charter District", + "Physical Address Line 1": "9050 Old State Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newcastle", + "Physical Address State": "CA ", + "Physical Address Zip": "95658", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603990", + "School District Name": "BATAVIA CITY SCHOOL DISTRICT", + "Physical Address Line 1": "260 STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BATAVIA", + "Physical Address State": "NY ", + "Physical Address Zip": "14020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17496171516079634", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0628830", + "School District Name": "Orick Elementary", + "Physical Address Line 1": "120918 Highway 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orick", + "Physical Address State": "CA ", + "Physical Address Zip": "95555", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.5769230769230769", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602218", + "School District Name": "PREPA TEC - Los Angeles District", + "Physical Address Line 1": "2665 Clarendon Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington Park", + "Physical Address State": "CA ", + "Physical Address Zip": "90255", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904630", + "School District Name": "Batavia Local", + "Physical Address Line 1": "800 Bauer Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Batavia", + "Physical Address State": "OH ", + "Physical Address Zip": "45103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14451951951951952", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0628860", + "School District Name": "Orinda Union Elementary", + "Physical Address Line 1": "8 Altarinda Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orinda", + "Physical Address State": "CA ", + "Physical Address Zip": "94563", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.024163568773234202", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705220", + "School District Name": "Batavia USD 101", + "Physical Address Line 1": "335 W Wilson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Batavia", + "Physical Address State": "IL ", + "Physical Address Zip": "60510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.047426527756180996", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602222", + "School District Name": "Summit Public School: Tahoma District", + "Physical Address Line 1": "285 Blossom Hill Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95123", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300014", + "School District Name": "Bates Technical College", + "Physical Address Line 1": "1101 South Yakima Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tacoma", + "Physical Address State": "WA ", + "Physical Address Zip": "98405", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602223", + "School District Name": "Epic Charter District", + "Physical Address Line 1": "1045 Derby Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0628950", + "School District Name": "Oro Grande", + "Physical Address Line 1": "19900 National Trails Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oro Grande", + "Physical Address State": "CA ", + "Physical Address Zip": "92368", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2553191489361702", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602225", + "School District Name": "Sherman Thomas STEM Academy District", + "Physical Address Line 1": "51 E. Adell St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madera", + "Physical Address State": "CA ", + "Physical Address Zip": "93638", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800390", + "School District Name": "Batesville Community School Corp", + "Physical Address Line 1": "626 N Huntersville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Batesville", + "Physical Address State": "IN ", + "Physical Address Zip": "47006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06433506044905009", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602226", + "School District Name": "Ocean Charter District", + "Physical Address Line 1": "12606 Culver Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90066", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629100", + "School District Name": "Oroville City Elementary", + "Physical Address Line 1": "2795 Yard St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oroville", + "Physical Address State": "CA ", + "Physical Address Zip": "95966", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2301639344262295", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629130", + "School District Name": "Oroville Union High", + "Physical Address Line 1": "2211 Washington Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oroville", + "Physical Address State": "CA ", + "Physical Address Zip": "95966", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2130196583951015", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602228", + "School District Name": "Synergy Charter Academy District", + "Physical Address Line 1": "900 E. 33rd St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604050", + "School District Name": "BATH CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "25 ELLAS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BATH", + "Physical Address State": "NY ", + "Physical Address Zip": "14810", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15435356200527706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602229", + "School District Name": "Everest Public High District", + "Physical Address Line 1": "455 Fifth Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redwood City", + "Physical Address State": "CA ", + "Physical Address Zip": "94063", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629160", + "School District Name": "Outside Creek Elementary", + "Physical Address Line 1": "26452 Rd. 164", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Visalia", + "Physical Address State": "CA ", + "Physical Address Zip": "93292", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21649484536082475", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602230", + "School District Name": "YouthBuild Charter School of California District", + "Physical Address Line 1": "155 W. Washington Blvd. Ste. 517", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100330", + "School District Name": "BATH CO PBLC SCHS", + "Physical Address Line 1": "12145 Sam Snead Hwy.", + "Physical Address Line 2": "U.S. Route 220 N", + "Physical Address Line 3": "", + "Physical Address City": "Warm Springs", + "Physical Address State": "VA ", + "Physical Address Zip": "24484", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1648590021691974", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602231", + "School District Name": "Collegiate Charter High School of Los Angeles District", + "Physical Address Line 1": "725 S. Indiana St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90023", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629190", + "School District Name": "Owens Valley Unified", + "Physical Address Line 1": "202 S. Clay St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Independence", + "Physical Address State": "CA ", + "Physical Address Zip": "93526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20833333333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602232", + "School District Name": "High Tech Middle Mesa District", + "Physical Address Line 1": "5331 Mt. Alifan Dr.", + "Physical Address Line 2": "Bldg. 400", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604170", + "School District Name": "Bath Community Schools", + "Physical Address Line 1": "6175 Clark Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bath", + "Physical Address State": "MI ", + "Physical Address Zip": "48808", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11040508339952343", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602233", + "School District Name": "University Preparatory Academy Charter District", + "Physical Address Line 1": "2315 Canoas Garden Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95125", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629220", + "School District Name": "Oxnard", + "Physical Address Line 1": "1051 S. A St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxnard", + "Physical Address State": "CA ", + "Physical Address Zip": "93030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1728140314676296", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602234", + "School District Name": "Ross Valley Charter District", + "Physical Address Line 1": "102 Marinda Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfax", + "Physical Address State": "CA ", + "Physical Address Zip": "94930", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100330", + "School District Name": "Bath County", + "Physical Address Line 1": "405 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Owingsville", + "Physical Address State": "KY ", + "Physical Address Zip": "40360", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28916172734970363", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602235", + "School District Name": "Oscar De La Hoya Animo Charter High District", + "Physical Address Line 1": "1114 S. Lorena St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90023", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629270", + "School District Name": "Oxnard Union High", + "Physical Address Line 1": "1800 Solar Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxnard", + "Physical Address State": "CA ", + "Physical Address Zip": "93030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1292517006802721", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602236", + "School District Name": "Mission Preparatory District", + "Physical Address Line 1": "1050 York St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904576", + "School District Name": "Bath Local", + "Physical Address Line 1": "2650 Bible Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lima", + "Physical Address State": "OH ", + "Physical Address Zip": "45801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.13181312569521692", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602237", + "School District Name": "Camino Nuevo Charter Academy District", + "Physical Address Line 1": "697 S. Burlington Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90057", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629280", + "School District Name": "Pacheco Union Elementary", + "Physical Address Line 1": "7424 Pacheco Sch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10227272727272728", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602238", + "School District Name": "Silver Oak High Public Montessori Charter District", + "Physical Address Line 1": "22100 Princeton St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayward", + "Physical Address State": "CA ", + "Physical Address Zip": "94541", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301710", + "School District Name": "Bath School District", + "Physical Address Line 1": "2975 Dartmouth College Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "N. Haverhill", + "Physical Address State": "NH ", + "Physical Address Zip": "03774", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11764705882352941", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602239", + "School District Name": "Wildflower Open Classroom District", + "Physical Address Line 1": "2414 Cohasset Rd. Ste. 3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chico", + "Physical Address State": "CA ", + "Physical Address Zip": "95926", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629340", + "School District Name": "Pacific Elementary", + "Physical Address Line 1": "50 Ocean St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Davenport", + "Physical Address State": "CA ", + "Physical Address Zip": "95017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11392405063291139", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602240", + "School District Name": "Kipp Prize Preparatory Academy District", + "Physical Address Line 1": "1250 S. King Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003660", + "School District Name": "BATTIEST", + "Physical Address Line 1": "5635 Unit E Battiest Pickens", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Broken Bow", + "Physical Address State": "OK ", + "Physical Address Zip": "74728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2513089005235602", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602241", + "School District Name": "ISANA Octavia Academy District", + "Physical Address Line 1": "3010 Estara Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629370", + "School District Name": "Pacific Grove Unified", + "Physical Address Line 1": "435 Hillcrest Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pacific Grove", + "Physical Address State": "CA ", + "Physical Address Zip": "93950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.06373165618448637", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602242", + "School District Name": "Fenton Primary Center District", + "Physical Address Line 1": "11351 Dronfield Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pacoima", + "Physical Address State": "CA ", + "Physical Address Zip": "91331", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600275", + "School District Name": "Battle Creek Area Learning Center", + "Physical Address Line 1": "765 UPTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGFIELD", + "Physical Address State": "MI ", + "Physical Address Zip": "49037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602243", + "School District Name": "Orange County Academy of Sciences and Arts District", + "Physical Address Line 1": "29292 Crown Valley Pkwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laguna Niguel", + "Physical Address State": "CA ", + "Physical Address Zip": "92677", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629400", + "School District Name": "Pacific Union Elementary", + "Physical Address Line 1": "2065 E. Bowles Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93725", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.37906976744186044", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602244", + "School District Name": "Great Valley Academy - Salida District", + "Physical Address Line 1": "5901 Sisk Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95356", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601055", + "School District Name": "Battle Creek Montessori Academy", + "Physical Address Line 1": "399 20th St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "MI ", + "Physical Address Zip": "49037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602245", + "School District Name": "Orange County Educational Arts Academy District", + "Physical Address Line 1": "825 N. BRd.way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ana", + "Physical Address State": "CA ", + "Physical Address Zip": "92701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629430", + "School District Name": "Pacific Union Elementary", + "Physical Address Line 1": "3001 Janes Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arcata", + "Physical Address State": "CA ", + "Physical Address Zip": "95521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3054393305439331", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602246", + "School District Name": "Sierra Foothill Charter District", + "Physical Address Line 1": "4952 Sch House Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Catheys Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "95306", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600005", + "School District Name": "Battle Creek Public Schools", + "Physical Address Line 1": "3 VAN BUREN ST W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BATTLE CREEK", + "Physical Address State": "MI ", + "Physical Address Zip": "49017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.27784644966350774", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602247", + "School District Name": "Guajome Learning Center District", + "Physical Address Line 1": "2000 N. Santa Fe Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "92083", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3103540", + "School District Name": "BATTLE CREEK PUBLIC SCHOOLS", + "Physical Address Line 1": "605 WEST MARTIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BATTLE CREEK", + "Physical Address State": "NE ", + "Physical Address Zip": "68715", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06993006993006994", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300380", + "School District Name": "Battle Ground School District", + "Physical Address Line 1": "11104 NE 149TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BATTLE GROUND", + "Physical Address State": "WA ", + "Physical Address Zip": "98604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06788673179176456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602249", + "School District Name": "Para Los Ninos Charter District", + "Physical Address Line 1": "1617 E. Seventh St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2703750", + "School District Name": "BATTLE LAKE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "402 SUMMIT ST W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BATTLE LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "56515", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11262135922330097", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800420", + "School District Name": "Baugo Community Schools", + "Physical Address Line 1": "29125 CR 22 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkhart", + "Physical Address State": "IN ", + "Physical Address Zip": "46517", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11229946524064172", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602251", + "School District Name": "Downtown College Preparatory Middle District", + "Physical Address Line 1": "1402 Monterey Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314812", + "School District Name": "Baxter Academy for Technology and Science", + "Physical Address Line 1": "185 Lancaster Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portland", + "Physical Address State": "ME ", + "Physical Address Zip": "04101", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602252", + "School District Name": "Dixon Montessori Charter District", + "Physical Address Line 1": "355 N. Almond St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dixon", + "Physical Address State": "CA ", + "Physical Address Zip": "95620", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1904380", + "School District Name": "Baxter Comm School District", + "Physical Address Line 1": "202 E State", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baxter", + "Physical Address State": "IA ", + "Physical Address Zip": "50028", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07526881720430108", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602253", + "School District Name": "Chrysalis Charter District", + "Physical Address Line 1": "21945 Old Forty-Four Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palo Cedro", + "Physical Address State": "CA ", + "Physical Address Zip": "96073", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003810", + "School District Name": "Baxter Springs", + "Physical Address Line 1": "1108 Military Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baxter Springs", + "Physical Address State": "KS ", + "Physical Address Zip": "66713", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.19240837696335078", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602254", + "School District Name": "Magnolia Science Academy 7 District", + "Physical Address Line 1": "18355 Roscoe Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northridge", + "Physical Address State": "CA ", + "Physical Address Zip": "91325", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200090", + "School District Name": "BAY", + "Physical Address Line 1": "1311 BALBOA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PANAMA CITY", + "Physical Address State": "FL ", + "Physical Address Zip": "32401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.21716140325286268", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0602255", + "School District Name": "Discovery Charter Preparatory #2 District", + "Physical Address Line 1": "13570 Eldridge Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sylmar", + "Physical Address State": "CA ", + "Physical Address Zip": "91342", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602256", + "School District Name": "Valiente College Preparatory Charter District", + "Physical Address Line 1": "8691 CA Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Gate", + "Physical Address State": "CA ", + "Physical Address Zip": "90280", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601000", + "School District Name": "Bay City Academy", + "Physical Address Line 1": "301 North Farragut Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bay City", + "Physical Address State": "MI ", + "Physical Address Zip": "48708", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809630", + "School District Name": "BAY CITY ISD", + "Physical Address Line 1": "520 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAY CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "77414", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3383403102684068", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602258", + "School District Name": "Coastal Academy Charter District", + "Physical Address Line 1": "4096 Calle Platino", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oceanside", + "Physical Address State": "CA ", + "Physical Address Zip": "92056", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604260", + "School District Name": "Bay City School District", + "Physical Address Line 1": "910 NORTH WALNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAY CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "48706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.15807164121770864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602259", + "School District Name": "KIPP Heritage Academy District", + "Physical Address Line 1": "423 Los Arboles St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401230", + "School District Name": "Bay Head Borough School District", + "Physical Address Line 1": "145 Grove Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bay Head", + "Physical Address State": "NJ ", + "Physical Address Zip": "08742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05263157894736842", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602260", + "School District Name": "Sonoma Charter District", + "Physical Address Line 1": "17202 Sonoma Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sonoma", + "Physical Address State": "CA ", + "Physical Address Zip": "95476", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604080", + "School District Name": "BAY SHORE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "75 W PERKAL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAY SHORE", + "Physical Address State": "NY ", + "Physical Address Zip": "11706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08053802723347725", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602261", + "School District Name": "John Adams Academy - Roseville District", + "Physical Address Line 1": "One Sierra Gate Plaza", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roseville", + "Physical Address State": "CA ", + "Physical Address Zip": "95678", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800570", + "School District Name": "BAY ST LOUIS WAVELAND SCHOOL DIST", + "Physical Address Line 1": "200 N. Second St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bay St. Louis", + "Physical Address State": "MS ", + "Physical Address Zip": "39520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.24644781969622734", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602263", + "School District Name": "ICEF Innovation Los Angeles Charter District", + "Physical Address Line 1": "5029 S. Vermont Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904354", + "School District Name": "Bay Village City", + "Physical Address Line 1": "377 Dover Center Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bay Village", + "Physical Address State": "OH ", + "Physical Address Zip": "44140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.029900332225913623", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602264", + "School District Name": "Montague Charter Academy District", + "Physical Address Line 1": "13000 Montague St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pacoima", + "Physical Address State": "CA ", + "Physical Address Zip": "91331", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600067", + "School District Name": "Bay-Arenac Community High School", + "Physical Address Line 1": "805 Langstaff St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Essexville", + "Physical Address State": "MI ", + "Physical Address Zip": "48732", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602265", + "School District Name": "CATCH Prep Charter High Inc. District", + "Physical Address Line 1": "4120 11th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90008", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680504", + "School District Name": "Bay-Arenac ISD", + "Physical Address Line 1": "4228 2 MILE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAY CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "48706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100090", + "School District Name": "BAYARD PUBLIC SCHOOLS", + "Physical Address Line 1": "726 4TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAYARD", + "Physical Address State": "NE ", + "Physical Address Zip": "69334", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15633423180592992", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602267", + "School District Name": "Tree of Life Charter District", + "Physical Address Line 1": "241 Ford Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ukiah", + "Physical Address State": "CA ", + "Physical Address Zip": "95482", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500900", + "School District Name": "Bayfield School District", + "Physical Address Line 1": "300 N 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bayfield", + "Physical Address State": "WI ", + "Physical Address Zip": "54814", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23333333333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602268", + "School District Name": "Rocklin Academy Gateway District", + "Physical Address Line 1": "6550 Lonetree Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rocklin", + "Physical Address State": "CA ", + "Physical Address Zip": "95765", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802400", + "School District Name": "Bayfield School District No. 10Jt-R", + "Physical Address Line 1": "24 S CLOVER DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAYFIELD", + "Physical Address State": "CO ", + "Physical Address Zip": "81122", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.08726567550096961", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602269", + "School District Name": "Credo High District", + "Physical Address Line 1": "1300 Valley House Dr. Ste. 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rohnert Park", + "Physical Address State": "CA ", + "Physical Address Zip": "94928", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2904500", + "School District Name": "BAYLESS", + "Physical Address Line 1": "4530 WEBER ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63123", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15508885298869143", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602270", + "School District Name": "Citizens of the World Charter School Silver Lake District", + "Physical Address Line 1": "110 N. Coronado St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401260", + "School District Name": "Bayonne School District", + "Physical Address Line 1": "669 Avenue A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bayonne", + "Physical Address State": "NJ ", + "Physical Address Zip": "07002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23362112747587607", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602271", + "School District Name": "Temecula International Academy District", + "Physical Address Line 1": "39600 N. General Kearny Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Temecula", + "Physical Address State": "CA ", + "Physical Address Zip": "92591", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602295", + "School District Name": "Baypoint Preparatory Academy - San Diego District", + "Physical Address Line 1": "520 E. Carmel St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Marcos", + "Physical Address State": "CA ", + "Physical Address Zip": "92078", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602272", + "School District Name": "Tomorrow's Leadership Collaborative (TLC) Charter District", + "Physical Address Line 1": "1130 E. Walnut Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orange", + "Physical Address State": "CA ", + "Physical Address Zip": "92867", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604110", + "School District Name": "BAYPORT-BLUE POINT UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "189 ACADEMY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAYPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "11705", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02803308823529412", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602274", + "School District Name": "Cabrillo Point Academy District", + "Physical Address Line 1": "4612 Dehesa Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Cajon", + "Physical Address State": "CA ", + "Physical Address Zip": "92019", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400069", + "School District Name": "Bayshore Jointure Commission School District", + "Physical Address Line 1": "100 Tornillo Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tinton Falls", + "Physical Address State": "NJ ", + "Physical Address Zip": "07712", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602275", + "School District Name": "McGill School of Success District", + "Physical Address Line 1": "3025 Fir St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500550", + "School District Name": "Baystate Academy Charter Public School (District)", + "Physical Address Line 1": "2001 Roosevelt Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602276", + "School District Name": "KIPP Bridge Academy District", + "Physical Address Line 1": "1700 Market St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1904440", + "School District Name": "BCLUW Comm School District", + "Physical Address Line 1": "610 East Center Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conrad", + "Physical Address State": "IA ", + "Physical Address Zip": "50621", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09230769230769231", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700396", + "School District Name": "Bdote Learning Center", + "Physical Address Line 1": "3216 E 29TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602278", + "School District Name": "Twin Rivers Charter District", + "Physical Address Line 1": "2510 Live Oak Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yuba City", + "Physical Address State": "CA ", + "Physical Address Zip": "95991", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3802380", + "School District Name": "BEACH 3", + "Physical Address Line 1": "600 N Central Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beach", + "Physical Address State": "ND ", + "Physical Address Zip": "58621", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1813953488372093", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401290", + "School District Name": "Beach Haven School District", + "Physical Address Line 1": "8th Street & Beach Avenue", + "Physical Address Line 2": "8th Street & Beach Avenue", + "Physical Address Line 3": "", + "Physical Address City": "Beach Haven", + "Physical Address State": "NJ ", + "Physical Address Zip": "08008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10256410256410256", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602280", + "School District Name": "King-Chavez Arts Academy District", + "Physical Address Line 1": "415 31st St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700010", + "School District Name": "Beach Park CCSD 3", + "Physical Address Line 1": "11315 W Wadsworth Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beach Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60099", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15268650947042905", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602281", + "School District Name": "Yosemite-Wawona Elementary Charter District", + "Physical Address Line 1": "7925 Chilnualna Falls Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wawona", + "Physical Address State": "CA ", + "Physical Address Zip": "95389", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904355", + "School District Name": "Beachwood City", + "Physical Address Line 1": "24601 Fairmount Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beachwood", + "Physical Address State": "OH ", + "Physical Address Zip": "44122", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06260575296108291", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602282", + "School District Name": "Valley Charter High District", + "Physical Address Line 1": "108 Campus Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95350", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901586", + "School District Name": "Beacon Academy", + "Physical Address Line 1": "1379 Garfield Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "OH ", + "Physical Address Zip": "44706", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602284", + "School District Name": "OCSA District", + "Physical Address Line 1": "1010 N. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ana", + "Physical Address State": "CA ", + "Physical Address Zip": "92701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700366", + "School District Name": "BEACON ACADEMY", + "Physical Address Line 1": "3415 LOUISIANA AVENUE NORTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRYSTAL", + "Physical Address State": "MN ", + "Physical Address Zip": "55427", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602285", + "School District Name": "SAVA - Sacramento Academic and Vocational Academy District", + "Physical Address Line 1": "1214 N. Market Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95834", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400008", + "School District Name": "Beacon Charter School", + "Physical Address Line 1": "320 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woonsocket", + "Physical Address State": "RI ", + "Physical Address Zip": "02895", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602286", + "School District Name": "Rocketship Delta Prep District", + "Physical Address Line 1": "1700 Cavallo Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Antioch", + "Physical Address State": "CA ", + "Physical Address Zip": "94509", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604140", + "School District Name": "BEACON CITY SCHOOL DISTRICT", + "Physical Address Line 1": "10 EDUCATION DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEACON", + "Physical Address State": "NY ", + "Physical Address Zip": "12508", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10631793478260869", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602287", + "School District Name": "Summit Preparatory Charter High District", + "Physical Address Line 1": "890 BRd.way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redwood City", + "Physical Address State": "CA ", + "Physical Address Zip": "94063", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901463", + "School District Name": "Beacon Hill Academy", + "Physical Address Line 1": "10470 Winesburg Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dundee", + "Physical Address State": "OH ", + "Physical Address Zip": "44624", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602288", + "School District Name": "Elite Academic Academy - Mountain Empire District", + "Physical Address Line 1": "43414 Business Park Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Temecula", + "Physical Address State": "CA ", + "Physical Address Zip": "92590", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604290", + "School District Name": "Beal City Public Schools", + "Physical Address Line 1": "3117 Elias Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Pleasant", + "Physical Address State": "MI ", + "Physical Address Zip": "48858", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09224318658280922", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2302950", + "School District Name": "Beals Public Schools", + "Physical Address Line 1": "24 Mill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beals", + "Physical Address State": "ME ", + "Physical Address Zip": "04611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602290", + "School District Name": "Discovery Charter District", + "Physical Address Line 1": "1100 Camino Biscay", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91910", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200126", + "School District Name": "Bear Creek Community CS", + "Physical Address Line 1": "30 Charter School Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bear Creek Township", + "Physical Address State": "PA ", + "Physical Address Zip": "18702", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700322", + "School District Name": "Bear Grass Charter School", + "Physical Address Line 1": "6344 E Bear Grass Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamston", + "Physical Address State": "NC ", + "Physical Address Zip": "27982", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602292", + "School District Name": "Oakland Unity High District", + "Physical Address Line 1": "6038 Brann St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600240", + "School District Name": "BEAR LAKE COUNTY DISTRICT", + "Physical Address Line 1": "39 FIELDING STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARIS", + "Physical Address State": "ID ", + "Physical Address Zip": "83261", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12175962293794187", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602293", + "School District Name": "Da Vinci Connect District", + "Physical Address Line 1": "12501 Isis Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hawthorne", + "Physical Address State": "CA ", + "Physical Address Zip": "90250", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604320", + "School District Name": "Bear Lake Schools", + "Physical Address Line 1": "7748 CODY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEAR LAKE", + "Physical Address State": "MI ", + "Physical Address Zip": "49614", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21301775147928995", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602294", + "School District Name": "San Diego Mission Academy District", + "Physical Address Line 1": "30951 Highway 79", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warner Springs", + "Physical Address State": "CA ", + "Physical Address Zip": "92086", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000012", + "School District Name": "Bear Paw Cooperative", + "Physical Address Line 1": "431 Ohio Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chinook", + "Physical Address State": "MT ", + "Physical Address Zip": "59523", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003000", + "School District Name": "Bear Paw Elem", + "Physical Address Line 1": "29815 Clear Creek Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chinook", + "Physical Address State": "MT ", + "Physical Address Zip": "59523", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07142857142857142", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602296", + "School District Name": "Long Valley District", + "Physical Address Line 1": "436-965 Susan Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Doyle", + "Physical Address State": "CA ", + "Physical Address Zip": "96109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900146", + "School District Name": "Bear River Charter School", + "Physical Address Line 1": "75 S 400 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOGAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84321", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602297", + "School District Name": "New Millennium Secondary District", + "Physical Address Line 1": "1301 W. 182nd St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gardena", + "Physical Address State": "CA ", + "Physical Address Zip": "90248", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003690", + "School District Name": "BEARDEN", + "Physical Address Line 1": "372006 Hwy 48", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Okemah", + "Physical Address State": "OK ", + "Physical Address Zip": "74859", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21052631578947367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602298", + "School District Name": "Sparrow Academy District", + "Physical Address Line 1": "4207 Spring Gardens Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Mesa", + "Physical Address State": "CA ", + "Physical Address Zip": "91941", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705310", + "School District Name": "Beardstown CUSD 15", + "Physical Address Line 1": "500 E 15th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beardstown", + "Physical Address State": "IL ", + "Physical Address Zip": "62618", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15760495526496904", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602299", + "School District Name": "Blue Oak Academy District", + "Physical Address Line 1": "28050 Rd. 148", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Visalia", + "Physical Address State": "CA ", + "Physical Address Zip": "93292", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800190", + "School District Name": "BEATRICE MAYES INSTITUTE CHARTER SCHOOL", + "Physical Address Line 1": "5807 CALHOUN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602300", + "School District Name": "ICEF View Park Preparatory Middle District", + "Physical Address Line 1": "5311 Crenshaw Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3103600", + "School District Name": "BEATRICE PUBLIC SCHOOLS", + "Physical Address Line 1": "320 N 5TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEATRICE", + "Physical Address State": "NE ", + "Physical Address Zip": "68310", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13946459412780657", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602301", + "School District Name": "Savant Preparatory Academy of Business District", + "Physical Address Line 1": "1406 Pacific St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bernardino", + "Physical Address State": "CA ", + "Physical Address Zip": "92404", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900137", + "School District Name": "Beatrice Rafferty School", + "Physical Address Line 1": "22 Bayview Drive Pleasant Point", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perry", + "Physical Address State": "ME", + "Physical Address Zip": "04667", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602302", + "School District Name": "Holly Drive Leadership Academy District", + "Physical Address Line 1": "4801 Elm St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501110", + "School District Name": "Beaufort 01", + "Physical Address Line 1": "2900 Mink Point Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beaufort", + "Physical Address State": "SC ", + "Physical Address Zip": "29902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1889917000913387", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602303", + "School District Name": "Sacramento Charter High District", + "Physical Address Line 1": "2315 34th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95820", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501100", + "School District Name": "Beaufort 80", + "Physical Address Line 1": "80 Lowcountry Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ridgeland", + "Physical Address State": "SC ", + "Physical Address Zip": "29936", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602304", + "School District Name": "Paradise Charter Middle District", + "Physical Address Line 1": "6473 Clark Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paradise", + "Physical Address State": "CA ", + "Physical Address Zip": "95928", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700330", + "School District Name": "Beaufort County Schools", + "Physical Address Line 1": "321 Smaw Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "NC ", + "Physical Address Zip": "27889", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2966550628121689", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602305", + "School District Name": "California Montessori Project - Capitol Campus District", + "Physical Address Line 1": "2635 Chestnut Hill Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95826", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809670", + "School District Name": "BEAUMONT ISD", + "Physical Address Line 1": "3395 HARRISON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEAUMONT", + "Physical Address State": "TX ", + "Physical Address Zip": "77706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.277266255339345", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602306", + "School District Name": "Shasta Charter Academy District", + "Physical Address Line 1": "307 Park Marina Cir.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200180", + "School District Name": "Beauregard Parish", + "Physical Address Line 1": "202 West Third Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DeRidder", + "Physical Address State": "LA ", + "Physical Address Zip": "70634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18548387096774194", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003750", + "School District Name": "BEAVER", + "Physical Address Line 1": "807 Avenue G", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beaver", + "Physical Address State": "OK ", + "Physical Address Zip": "73932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17375886524822695", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602308", + "School District Name": "W.E.B. DuBois Public Charter District", + "Physical Address Line 1": "2604 MLK Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93706", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203120", + "School District Name": "Beaver Area SD", + "Physical Address Line 1": "1300 Fifth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beaver", + "Physical Address State": "PA ", + "Physical Address Zip": "15009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05760271071579839", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602309", + "School District Name": "Inland Leaders Charter District", + "Physical Address Line 1": "12375 CA St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yucaipa", + "Physical Address State": "CA ", + "Physical Address Zip": "92399", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280500", + "School District Name": "Beaver County CTC", + "Physical Address Line 1": "145 Poplar Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monaca", + "Physical Address State": "PA ", + "Physical Address Zip": "15061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2302960", + "School District Name": "Beaver Cove Public Schools", + "Physical Address Line 1": "795 Lily Bay Rd. Unit #101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beaver Cove", + "Physical Address State": "ME ", + "Physical Address Zip": "04441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602311", + "School District Name": "Opportunities for Learning - Capistrano District", + "Physical Address Line 1": "31878 Del Obispo St. Ste. 105", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Juan Capistrano", + "Physical Address State": "CA ", + "Physical Address Zip": "92675", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500960", + "School District Name": "Beaver Dam Unified School District", + "Physical Address Line 1": "705 McKinley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beaver Dam", + "Physical Address State": "WI ", + "Physical Address Zip": "53916", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10529143164114961", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602312", + "School District Name": "Rocklin Academy District", + "Physical Address Line 1": "6532 Turnstone Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rocklin", + "Physical Address State": "CA ", + "Physical Address Zip": "95765", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900060", + "School District Name": "Beaver District", + "Physical Address Line 1": "290 N MAIN ST", + "Physical Address Line 2": "P O BOX 31", + "Physical Address Line 3": "", + "Physical Address City": "Beaver", + "Physical Address State": "UT ", + "Physical Address Zip": "84713", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11384439359267734", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602313", + "School District Name": "Excelsior Charter District", + "Physical Address Line 1": "18422 Bear Valley Rd. Bldg. 11", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Victorville", + "Physical Address State": "CA ", + "Physical Address Zip": "92395", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604350", + "School District Name": "Beaver Island Community School", + "Physical Address Line 1": "37895 KINGS HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEAVER ISLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "49782", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09803921568627451", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602314", + "School District Name": "River Charter Schools Lighthouse Charter District", + "Physical Address Line 1": "899 Bryte Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904642", + "School District Name": "Beaver Local", + "Physical Address Line 1": "46088 Bell School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Liverpool", + "Physical Address State": "OH ", + "Physical Address Zip": "43920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18102508178844057", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602315", + "School District Name": "Wonderful College Prep Academy District", + "Physical Address Line 1": "2070 Veneto St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delano", + "Physical Address State": "CA ", + "Physical Address Zip": "93215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604200", + "School District Name": "BEAVER RIVER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "9508 ARTZ RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEAVER FALLS", + "Physical Address State": "NY ", + "Physical Address Zip": "13305", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12130479102956167", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602316", + "School District Name": "California Virtual Academy @ Sonoma District", + "Physical Address Line 1": "50 Morland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simi Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "93065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289370", + "School District Name": "Beaver Valley IU 27", + "Physical Address Line 1": "147 Poplar Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monaca", + "Physical Address State": "PA ", + "Physical Address Zip": "15061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602317", + "School District Name": "Citrus Springs Charter District", + "Physical Address Line 1": "2121 N. Grand Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ana", + "Physical Address State": "CA ", + "Physical Address Zip": "92705", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904724", + "School District Name": "Beavercreek City", + "Physical Address Line 1": "3040 Kemp Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beavercreek", + "Physical Address State": "OH ", + "Physical Address Zip": "45431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.048205023899115226", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602318", + "School District Name": "Learning for Life Charter District", + "Physical Address Line 1": "3180 Imjin Rd. Ste. 110", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marina", + "Physical Address State": "CA ", + "Physical Address Zip": "93933", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000009", + "School District Name": "Beaverhead", + "Physical Address Line 1": "2 South Pacific CL #7", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dillon", + "Physical Address State": "MT ", + "Physical Address Zip": "59725", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602319", + "School District Name": "Magnolia Science Academy 2 District", + "Physical Address Line 1": "17125 Victory Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Van Nuys", + "Physical Address State": "CA ", + "Physical Address Zip": "91406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003090", + "School District Name": "Beaverhead County H S", + "Physical Address Line 1": "104 North Pacific Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dillon", + "Physical Address State": "MT ", + "Physical Address Zip": "59725", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.102803738317757", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602320", + "School District Name": "Hollister Prep District", + "Physical Address Line 1": "881 Line St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hollister", + "Physical Address State": "CA ", + "Physical Address Zip": "95023", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604440", + "School District Name": "Beaverton Schools", + "Physical Address Line 1": "468 SOUTH ROSS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEAVERTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48612", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21894736842105264", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101920", + "School District Name": "Beaverton SD 48J", + "Physical Address Line 1": "16550 SW Merlo Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beaverton", + "Physical Address State": "OR ", + "Physical Address Zip": "97003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08242459760972853", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0602322", + "School District Name": "Stella Elementary Charter Academy District", + "Physical Address Line 1": "2636 S. Mansfield Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2703870", + "School District Name": "BECKER PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "12000 HANCOCK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BECKER", + "Physical Address State": "MN ", + "Physical Address Zip": "55308", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.042583904727535184", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602323", + "School District Name": "Learning Choice Academy District", + "Physical Address Line 1": "9950 Scripps Lake Dr. Ste. #105", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809690", + "School District Name": "BECKVILLE ISD", + "Physical Address Line 1": "4398 SH 149", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BECKVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1848906560636183", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602324", + "School District Name": "Design Tech High District", + "Physical Address Line 1": "275 Oracle Pkwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redwood City", + "Physical Address State": "CA ", + "Physical Address Zip": "94065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900188", + "School District Name": "Beclabito Day School", + "Physical Address Line 1": "Clliford Ward Drive Hwy 64 West; BIA Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beclabito", + "Physical Address State": "NM", + "Physical Address Zip": "87420", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602325", + "School District Name": "James Jordan Middle District", + "Physical Address Line 1": "7911 Winnetka Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winnetka", + "Physical Address State": "CA ", + "Physical Address Zip": "91306", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2302980", + "School District Name": "Beddington Public Schools", + "Physical Address Line 1": "1020 Sacarap Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrington", + "Physical Address State": "ME ", + "Physical Address Zip": "04643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602326", + "School District Name": "Entrepreneur High District", + "Physical Address Line 1": "26655 Highland Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highland", + "Physical Address State": "CA ", + "Physical Address Zip": "92346", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502400", + "School District Name": "Bedford", + "Physical Address Line 1": "97 McMahon Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bedford", + "Physical Address State": "MA ", + "Physical Address Zip": "01730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03389830508474576", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602328", + "School District Name": "California Pacific Charter - San Diego District", + "Physical Address Line 1": "4101 Birch St.", + "Physical Address Line 2": "Ste. 150", + "Physical Address Line 3": "", + "Physical Address City": "Newport Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "92660", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203180", + "School District Name": "Bedford Area SD", + "Physical Address Line 1": "330 E John St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bedford", + "Physical Address State": "PA ", + "Physical Address Zip": "15522", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1417733522996681", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602329", + "School District Name": "Public Policy Charter District", + "Physical Address Line 1": "1701 Browning Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA", + "Physical Address Zip": "90062", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619950", + "School District Name": "BEDFORD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "632 S BEDFORD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEDFORD", + "Physical Address State": "NY ", + "Physical Address Zip": "10506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12928587027735314", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602330", + "School District Name": "Pivot Charter School - North Bay District", + "Physical Address Line 1": "2999 Cleveland Ave.", + "Physical Address Line 2": "Ste.s A B D E F", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95403", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910017", + "School District Name": "Bedford City", + "Physical Address Line 1": "475 Northfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bedford", + "Physical Address State": "OH ", + "Physical Address Zip": "44146", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2187664733790195", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602331", + "School District Name": "Community Roots Academy District", + "Physical Address Line 1": "29292 Crown Valley Pkwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laguna Niguel", + "Physical Address State": "CA ", + "Physical Address Zip": "92677", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100360", + "School District Name": "BEDFORD CO PBLC SCHS", + "Physical Address Line 1": "310 S. Bridge St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bedford", + "Physical Address State": "VA ", + "Physical Address Zip": "24523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11372289356066877", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602333", + "School District Name": "Woodward Leadership Academy District", + "Physical Address Line 1": "1777 W. Baseline St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bernardino", + "Physical Address State": "CA ", + "Physical Address Zip": "92411", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1904560", + "School District Name": "Bedford Comm School District", + "Physical Address Line 1": "906 Pennsylvania St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bedford", + "Physical Address State": "IA ", + "Physical Address Zip": "50833", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15162454873646208", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602334", + "School District Name": "Roseland Charter District", + "Physical Address Line 1": "1691 Burbank Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95407", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700180", + "School District Name": "Bedford County", + "Physical Address Line 1": "500 Madison ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelbyville", + "Physical Address State": "TN ", + "Physical Address Zip": "37160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18287037037037038", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200001", + "School District Name": "Bedford County Technical Center", + "Physical Address Line 1": "195 Pennknoll Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Everett", + "Physical Address State": "PA ", + "Physical Address Zip": "15537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602336", + "School District Name": "Contra Costa School of Performing Arts District", + "Physical Address Line 1": "2730 Mitchell Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walnut Creek", + "Physical Address State": "CA ", + "Physical Address Zip": "94598", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604470", + "School District Name": "Bedford Public Schools", + "Physical Address Line 1": "1623 WEST STERNS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPERANCE", + "Physical Address State": "MI ", + "Physical Address Zip": "48182", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07231404958677685", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602337", + "School District Name": "Peak to Peak Mountain Charter District", + "Physical Address Line 1": "19009 Cerro Noroeste Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pine Mountain Club", + "Physical Address State": "CA ", + "Physical Address Zip": "93222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300011", + "School District Name": "Bedford SAU Office", + "Physical Address Line 1": "103 County Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bedford", + "Physical Address State": "NH ", + "Physical Address Zip": "03110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602338", + "School District Name": "Northern Summit Academy Shasta District", + "Physical Address Line 1": "2301 Balls Ferry Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anderson", + "Physical Address State": "CA ", + "Physical Address Zip": "96007", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301740", + "School District Name": "Bedford School District", + "Physical Address Line 1": "103 County Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bedford", + "Physical Address State": "NH ", + "Physical Address Zip": "03110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.025487256371814093", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602339", + "School District Name": "HomeTech Charter District", + "Physical Address Line 1": "6249 Skyway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paradise", + "Physical Address State": "CA ", + "Physical Address Zip": "95969", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600965", + "School District Name": "BEDFORD STUYVESANT COLLEGIATE CHARTER SCHOOL", + "Physical Address Line 1": "800 GATES AVE-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602340", + "School District Name": "one.Charter District", + "Physical Address Line 1": "2707 Transworld Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601029", + "School District Name": "BEDFORD STUYVESANT NEW BEGINNINGS CHARTER SCHOOL", + "Physical Address Line 1": "82 LEWIS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602341", + "School District Name": "High Tech High Mesa District", + "Physical Address Line 1": "5331 Mt. Alifan", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401320", + "School District Name": "Bedminster Township Public School District", + "Physical Address Line 1": "234 Somerville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bedminster", + "Physical Address State": "NJ ", + "Physical Address Zip": "07921", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04209328782707622", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602342", + "School District Name": "Clayton Valley Charter High District", + "Physical Address Line 1": "1101 Alberta Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concord", + "Physical Address State": "CA ", + "Physical Address Zip": "94521", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800450", + "School District Name": "Beech Grove City Schools", + "Physical Address Line 1": "5334 Hornet Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beech Grove", + "Physical Address State": "IN ", + "Physical Address Zip": "46107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18967540086038326", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705460", + "School District Name": "Beecher City CUSD 20", + "Physical Address Line 1": "438 E State Highway 33", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beecher City", + "Physical Address State": "IL ", + "Physical Address Zip": "62414", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1301775147928994", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604500", + "School District Name": "Beecher Community School District", + "Physical Address Line 1": "1386 Coldwater Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLINT", + "Physical Address State": "MI ", + "Physical Address Zip": "48505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.4362017804154303", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602345", + "School District Name": "Ednovate - USC Hybrid High College Prep District", + "Physical Address Line 1": "3939 S. Vermont Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90071", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705430", + "School District Name": "Beecher CUSD 200U", + "Physical Address Line 1": "PO Box 338", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beecher", + "Physical Address State": "IL ", + "Physical Address Zip": "60401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07980456026058631", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602346", + "School District Name": "Oakland Unity Middle District", + "Physical Address Line 1": "1180 70th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94621", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511550", + "School District Name": "Beecher-Dunbar-Pembine School District", + "Physical Address Line 1": "N18775 Sauld St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pembine", + "Physical Address State": "WI ", + "Physical Address Zip": "54156", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17177914110429449", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602348", + "School District Name": "SAVA- Sacramento ACAD and Vocational Academy- SCUSD District", + "Physical Address Line 1": "5330 Power Inn Rd. Ste. A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95820", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100360", + "School District Name": "Beechwood Independent", + "Physical Address Line 1": "50 Beechwood Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Mitchell", + "Physical Address State": "KY ", + "Physical Address Zip": "41017", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.051831375259156875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602350", + "School District Name": "e3 Civic High District", + "Physical Address Line 1": "395 11th Ave. 6th Fl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92101", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900023", + "School District Name": "Beehive Science & Technology Academy", + "Physical Address Line 1": "830 E 9400 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANDY", + "Physical Address State": "UT ", + "Physical Address Zip": "84094", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602351", + "School District Name": "Para Los Ninos Middle District", + "Physical Address Line 1": "835 Stanford Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604290", + "School District Name": "BEEKMANTOWN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "37 EAGLE WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST CHAZY", + "Physical Address State": "NY ", + "Physical Address Zip": "12992", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1813627254509018", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602352", + "School District Name": "Team Charter Academy District", + "Physical Address Line 1": "540 E. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809720", + "School District Name": "BEEVILLE ISD", + "Physical Address Line 1": "201 N SAINT MARYS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEEVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2905439755973564", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602353", + "School District Name": "Visions In Education District", + "Physical Address Line 1": "5030 El Camino Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carmichael", + "Physical Address State": "CA ", + "Physical Address Zip": "95608", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003810", + "School District Name": "BEGGS", + "Physical Address Line 1": "1201 West Ninth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beggs", + "Physical Address State": "OK ", + "Physical Address Zip": "74421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14246575342465753", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602354", + "School District Name": "California Pacific Charter- Los Angeles District", + "Physical Address Line 1": "4101 Birch St. Ste. 150", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "92660", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601064", + "School District Name": "BEGINNING WITH CHILDREN CHARTER SCHOOL II", + "Physical Address Line 1": "215 HEYWARD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602355", + "School District Name": "Prepa Tec Los Angeles High District", + "Physical Address Line 1": "4210 E. Gage St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bell", + "Physical Address State": "CA", + "Physical Address Zip": "90201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502430", + "School District Name": "Belchertown", + "Physical Address Line 1": "14 Maple St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belchertown", + "Physical Address State": "MA ", + "Physical Address Zip": "01007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0646371976647206", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602356", + "School District Name": "Lighthouse Community Charter High District", + "Physical Address Line 1": "444 Hegenberger Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94621", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3802530", + "School District Name": "BELCOURT 7", + "Physical Address Line 1": "1215 Wm Hardesty St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belcourt", + "Physical Address State": "ND ", + "Physical Address Zip": "58316", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2698961937716263", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602357", + "School District Name": "Connect Community Charter District", + "Physical Address Line 1": "635 Oakside Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redwood City", + "Physical Address State": "CA ", + "Physical Address Zip": "94063", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604530", + "School District Name": "Belding Area School District", + "Physical Address Line 1": "850 Hall St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belding", + "Physical Address State": "MI ", + "Physical Address Zip": "48809", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16896551724137931", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602358", + "School District Name": "Manzanita Middle District", + "Physical Address Line 1": "461 33rd St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "CA ", + "Physical Address Zip": "94804", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500180", + "School District Name": "BELEN CONSOLIDATED SCHOOLS", + "Physical Address Line 1": "520 NORTH MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELEN", + "Physical Address State": "NM ", + "Physical Address Zip": "87002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2538183279742765", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602359", + "School District Name": "Options for Youth-Victorville Charter District", + "Physical Address Line 1": "14120 Bear Valley Rd.", + "Physical Address Line 2": "Ste. # 104", + "Physical Address Line 3": "", + "Physical Address City": "Victorville", + "Physical Address State": "CA ", + "Physical Address Zip": "92392", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604350", + "School District Name": "BELFAST CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1 KING ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELFAST", + "Physical Address State": "NY ", + "Physical Address Zip": "14711", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21614583333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3806210", + "School District Name": "BELFIELD 13", + "Physical Address Line 1": "302 NE 3rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belfield", + "Physical Address State": "ND ", + "Physical Address Zip": "58622", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06293706293706294", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003840", + "School District Name": "BELFONTE", + "Physical Address Line 1": "475751 State Highway 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muldrow", + "Physical Address State": "OK ", + "Physical Address Zip": "74948", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003270", + "School District Name": "Belfry K-12 Schools", + "Physical Address Line 1": "200 Wisconsin St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belfry", + "Physical Address State": "MT ", + "Physical Address Zip": "59008", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20454545454545456", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602363", + "School District Name": "Great Valley Academy District", + "Physical Address Line 1": "3200 Tully Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95350", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003290", + "School District Name": "Belgrade Elem", + "Physical Address Line 1": "312 N Weaver", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belgrade", + "Physical Address State": "MT ", + "Physical Address Zip": "59714", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.06579745300181929", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602364", + "School District Name": "Darnall Charter District", + "Physical Address Line 1": "6020 Hughes St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003330", + "School District Name": "Belgrade H S", + "Physical Address Line 1": "312 N Weaver", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belgrade", + "Physical Address State": "MT ", + "Physical Address Zip": "59714", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.05134099616858238", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602365", + "School District Name": "Mountain Home Charter (Alternative) District", + "Physical Address Line 1": "41267 Highway 41", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakhurst", + "Physical Address State": "CA ", + "Physical Address Zip": "93644", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700105", + "School District Name": "BELGRADE-BROOTEN-ELROSA SCHOOL DIST", + "Physical Address Line 1": "710 WASHBURN AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELGRADE", + "Physical Address State": "MN ", + "Physical Address Zip": "56312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10225763612217796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602366", + "School District Name": "JCS - Pine Valley District", + "Physical Address Line 1": "28876 Old Highway 80", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pine Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "91962", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800223", + "School District Name": "BELIEVE Circle City High School", + "Physical Address Line 1": "2540 North Capitol Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602368", + "School District Name": "ICEF Vista Elementary Academy District", + "Physical Address Line 1": "4471 Inglewood Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90066", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2904530", + "School District Name": "BELL CITY R-II", + "Physical Address Line 1": "25254 WALNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELL CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "63735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21705426356589147", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602369", + "School District Name": "KIPP Sol Academy District", + "Physical Address Line 1": "4800 E. Cesar Chavez Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100390", + "School District Name": "Bell County", + "Physical Address Line 1": "211 Virginia Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pineville", + "Physical Address State": "KY ", + "Physical Address Zip": "40977", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.34080717488789236", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901370", + "School District Name": "Bella Academy of Excellence", + "Physical Address Line 1": "19114 Bella Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602371", + "School District Name": "Heritage Peak Charter District", + "Physical Address Line 1": "631 L St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rio Linda", + "Physical Address State": "CA ", + "Physical Address Zip": "95673", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602372", + "School District Name": "Imagine Schools Riverside County District", + "Physical Address Line 1": "50-930 Calhoun St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coachella", + "Physical Address State": "CA ", + "Physical Address Zip": "92236", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904357", + "School District Name": "Bellaire Local", + "Physical Address Line 1": "340 34th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellaire", + "Physical Address State": "OH ", + "Physical Address Zip": "43906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.27012383900928794", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602374", + "School District Name": "Health Sciences High District", + "Physical Address Line 1": "3910 Univ Ave. Ste. 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604620", + "School District Name": "Bellaire Public Schools", + "Physical Address Line 1": "204 W Forest Home Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellaire", + "Physical Address State": "MI ", + "Physical Address Zip": "49615", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14186046511627906", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602375", + "School District Name": "Empower Charter District", + "Physical Address Line 1": "6402 Linda Vista Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904727", + "School District Name": "Bellbrook-Sugarcreek Local", + "Physical Address Line 1": "3757 Upper Bellbrook Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellbrook", + "Physical Address State": "OH ", + "Physical Address Zip": "45305", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.051647373107747106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200041", + "School District Name": "Belle Chasse Academy", + "Physical Address Line 1": "100 Fifth St. NAS-JRB", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belle Chasse", + "Physical Address State": "LA ", + "Physical Address Zip": "70037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602377", + "School District Name": "Marconi Learning Academy District", + "Physical Address Line 1": "2444 Marconi Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95821", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4605610", + "School District Name": "Belle Fourche School District 09-1", + "Physical Address Line 1": "2305 13th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belle Fourche", + "Physical Address State": "SD ", + "Physical Address Zip": "57717", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.138996138996139", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602378", + "School District Name": "Family Partnership Charter District", + "Physical Address Line 1": "1157 E. Clark Ave. Ste. H", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Maria", + "Physical Address State": "CA ", + "Physical Address Zip": "93455", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003900", + "School District Name": "Belle Plaine", + "Physical Address Line 1": "719 N Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belle Plaine", + "Physical Address State": "KS ", + "Physical Address Zip": "67013", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11588785046728972", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602379", + "School District Name": "Rocketship Fuerza Community Prep District", + "Physical Address Line 1": "70 S. Jackson Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1904620", + "School District Name": "Belle Plaine Comm School District", + "Physical Address Line 1": "707-7th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belle Plaine", + "Physical Address State": "IA ", + "Physical Address Zip": "52208", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10909090909090909", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602380", + "School District Name": "LA's Promise Charter Middle #1 District", + "Physical Address Line 1": "1700 W. 46th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90062", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2704050", + "School District Name": "BELLE PLAINE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "130 S WILLOW ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLE PLAINE", + "Physical Address State": "MN ", + "Physical Address Zip": "56011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.03386351975371986", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602381", + "School District Name": "COM Collaborative Virtual - Keppel Partnership ACAD District", + "Physical Address Line 1": "1473 Ford St.", + "Physical Address Line 2": "Ste. #105", + "Physical Address Line 3": "", + "Physical Address City": "Redlands", + "Physical Address State": "CA ", + "Physical Address Zip": "92373", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705580", + "School District Name": "Belle Valley SD 119", + "Physical Address Line 1": "2465 Amann Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belleville", + "Physical Address State": "IL ", + "Physical Address Zip": "62220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2218905472636816", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602383", + "School District Name": "Carter G. Woodson Public Charter District", + "Physical Address Line 1": "3333 N. Bond Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93726", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203210", + "School District Name": "Belle Vernon Area SD", + "Physical Address Line 1": "270 Crest Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belle Vernon", + "Physical Address State": "PA ", + "Physical Address Zip": "15012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1411633938495739", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602384", + "School District Name": "KIPP Academy of Innovation District", + "Physical Address Line 1": "4240 E. Olympic Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90023", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904358", + "School District Name": "Bellefontaine City", + "Physical Address Line 1": "820 Ludlow Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellefontaine", + "Physical Address State": "OH ", + "Physical Address Zip": "43311", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16984402079722705", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602385", + "School District Name": "Redding School of the Arts District", + "Physical Address Line 1": "955 Inspiration Pl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203240", + "School District Name": "Bellefonte Area SD", + "Physical Address Line 1": "318 N Allegheny St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellefonte", + "Physical Address State": "PA ", + "Physical Address Zip": "16823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10655021834061135", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602386", + "School District Name": "Diego Valley East Public Charter District", + "Physical Address Line 1": "511 N. Second St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Cajon", + "Physical Address State": "CA ", + "Physical Address Zip": "92021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2904590", + "School District Name": "BELLEVIEW R-III", + "Physical Address Line 1": "27431 HWY 32", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLEVIEW", + "Physical Address State": "MO ", + "Physical Address Zip": "63623", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25316455696202533", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602387", + "School District Name": "Magnolia Science Academy San Diego District", + "Physical Address Line 1": "6525 Estrella Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1743963", + "School District Name": "Belleville Area Special Services", + "Physical Address Line 1": "2411 Pathways Xing", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belleville", + "Physical Address State": "IL ", + "Physical Address Zip": "62221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602388", + "School District Name": "California Connections Academy @ Ripon District", + "Physical Address Line 1": "580 N. Wilma Ave. Ste. G", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ripon", + "Physical Address State": "CA ", + "Physical Address Zip": "95366", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401350", + "School District Name": "Belleville Public School District", + "Physical Address Line 1": "102 Passaic Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belleville", + "Physical Address State": "NJ ", + "Physical Address Zip": "07109", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1458029197080292", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500990", + "School District Name": "Belleville School District", + "Physical Address Line 1": "625 W Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belleville", + "Physical Address State": "WI ", + "Physical Address Zip": "53508", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05296610169491525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602390", + "School District Name": "San Jacinto Valley Academy District", + "Physical Address Line 1": "480 N. San Jacinto Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jacinto", + "Physical Address State": "CA ", + "Physical Address Zip": "92583", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705610", + "School District Name": "Belleville SD 118", + "Physical Address Line 1": "105 W A St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belleville", + "Physical Address State": "IL ", + "Physical Address Zip": "62220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23235846525355514", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602392", + "School District Name": "Escuela Popular/CTR for TRN and Careers FAM Lrng District", + "Physical Address Line 1": "149 N. White Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705640", + "School District Name": "Belleville Twp HSD 201", + "Physical Address Line 1": "920 N Illinois St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belleville", + "Physical Address State": "IL ", + "Physical Address Zip": "62220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1435193769701465", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602393", + "School District Name": "PUC Nueva Esperanza Charter Academy District", + "Physical Address Line 1": "1218 N. Fourth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Fernando", + "Physical Address State": "CA ", + "Physical Address Zip": "91340", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604370", + "School District Name": "BELLEVILLE-HENDERSON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "8372 COUNTY RT 75", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADAMS", + "Physical Address State": "NY ", + "Physical Address Zip": "13605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20761245674740483", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602395", + "School District Name": "Crescent View South II District", + "Physical Address Line 1": "4348 W. Shaw Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93706", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904359", + "School District Name": "Bellevue City", + "Physical Address Line 1": "125 North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellevue", + "Physical Address State": "OH ", + "Physical Address Zip": "44811", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1107771575783598", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602396", + "School District Name": "Matrix for Success Academy District", + "Physical Address Line 1": "1010 E. 34th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1904650", + "School District Name": "Bellevue Comm School District", + "Physical Address Line 1": "1601 State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellevue", + "Physical Address State": "IA ", + "Physical Address Zip": "52031", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07200929152148665", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602397", + "School District Name": "New Horizons Charter Academy District", + "Physical Address Line 1": "5955 Lankershim Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Hollywood", + "Physical Address State": "CA ", + "Physical Address Zip": "91601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604650", + "School District Name": "Bellevue Community Schools", + "Physical Address Line 1": "904 W CAPITAL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLEVUE", + "Physical Address State": "MI ", + "Physical Address Zip": "49021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14467592592592593", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602398", + "School District Name": "Options for Youth San Gabriel District", + "Physical Address Line 1": "215 S. Mission Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Gabriel", + "Physical Address State": "CA ", + "Physical Address Zip": "91776", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100420", + "School District Name": "Bellevue Independent", + "Physical Address Line 1": "219 Center St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellevue", + "Physical Address State": "KY ", + "Physical Address Zip": "41073", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1796116504854369", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602399", + "School District Name": "OCS - South District", + "Physical Address Line 1": "524 Palisade St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pasadena", + "Physical Address State": "CA ", + "Physical Address Zip": "91103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809750", + "School District Name": "BELLEVUE ISD", + "Physical Address Line 1": "500 SEVENTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLEVUE", + "Physical Address State": "TX ", + "Physical Address Zip": "76228", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602400", + "School District Name": "Inspire Charter School - North District", + "Physical Address Line 1": "4305 S. Meridian Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meridian", + "Physical Address State": "CA ", + "Physical Address Zip": "95957", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3103810", + "School District Name": "BELLEVUE PUBLIC SCHOOLS", + "Physical Address Line 1": "2600 ARBORETUM DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLEVUE", + "Physical Address State": "NE ", + "Physical Address Zip": "68005", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05924240925724458", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602401", + "School District Name": "Trivium Charter District", + "Physical Address Line 1": "1550 S. College Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Maria", + "Physical Address State": "CA ", + "Physical Address Zip": "93454", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300390", + "School District Name": "Bellevue School District", + "Physical Address Line 1": "12111 NE 1ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLEVUE", + "Physical Address State": "WA ", + "Physical Address Zip": "98005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.06968930005236516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602405", + "School District Name": "Lazear Charter Academy District", + "Physical Address Line 1": "824 29th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502460", + "School District Name": "Bellingham", + "Physical Address Line 1": "4 Mechanic Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellingham", + "Physical Address State": "MA ", + "Physical Address Zip": "02019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.061432058584214806", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602406", + "School District Name": "Connecting Waters Charter School - Central Valley District", + "Physical Address Line 1": "2000 W. Briggsmore Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95350", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300420", + "School District Name": "Bellingham School District", + "Physical Address Line 1": "1306 DUPONT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLINGHAM", + "Physical Address State": "WA ", + "Physical Address Zip": "98225", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1387585991244528", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401380", + "School District Name": "Bellmawr Public School District", + "Physical Address Line 1": "256 Anderson Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellmawr", + "Physical Address State": "NJ ", + "Physical Address Zip": "08031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15616438356164383", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604410", + "School District Name": "BELLMORE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "580 WINTHROP AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLMORE", + "Physical Address State": "NY ", + "Physical Address Zip": "11710", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.035440613026819924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602409", + "School District Name": "Albert Einstein Academy Charter Elementary District", + "Physical Address Line 1": "3035 Ash St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA", + "Physical Address Zip": "92102", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619020", + "School District Name": "BELLMORE-MERRICK CENTRAL HIGH SCHOOL DISTRICT", + "Physical Address Line 1": "1260 MEADOWBROOK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH MERRICK", + "Physical Address State": "NY ", + "Physical Address Zip": "11566", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02649445272396092", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602410", + "School District Name": "Discovery Charter II District", + "Physical Address Line 1": "762 Sunset Glen Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95123", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5008246", + "School District Name": "Bellows Falls UHSD #27", + "Physical Address Line 1": "Route 5 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellows Falls", + "Physical Address State": "VT ", + "Physical Address Zip": "05101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602411", + "School District Name": "California Connections Academy@Central District", + "Physical Address Line 1": "5313 Rd. 39", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alpaugh", + "Physical Address State": "CA ", + "Physical Address Zip": "93201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700210", + "School District Name": "Bells", + "Physical Address Line 1": "4547 Hwy 88 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bells", + "Physical Address State": "TN ", + "Physical Address Zip": "38006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18023255813953487", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602412", + "School District Name": "Lemoore Middle College High District", + "Physical Address Line 1": "555 College Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lemoore", + "Physical Address State": "CA ", + "Physical Address Zip": "93245", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809780", + "School District Name": "BELLS ISD", + "Physical Address Line 1": "1550 OLE AMBROSE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLS", + "Physical Address State": "TX ", + "Physical Address Zip": "75414", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10153482880755609", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602413", + "School District Name": "Wallis Annenberg High District", + "Physical Address Line 1": "4000 S. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809810", + "School District Name": "BELLVILLE ISD", + "Physical Address Line 1": "518 S MATHEWS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "77418", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14253996447602132", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602414", + "School District Name": "River Oak Charter District", + "Physical Address Line 1": "555 Leslie St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ukiah", + "Physical Address State": "CA ", + "Physical Address Zip": "95482", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705760", + "School District Name": "Bellwood SD 88", + "Physical Address Line 1": "640 Eastern Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellwood", + "Physical Address State": "IL ", + "Physical Address Zip": "60104", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2294234592445328", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602415", + "School District Name": "Bullis Charter District", + "Physical Address Line 1": "102 W. Portola Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Altos", + "Physical Address State": "CA ", + "Physical Address Zip": "94022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203300", + "School District Name": "Bellwood-Antis SD", + "Physical Address Line 1": "300 Martin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellwood", + "Physical Address State": "PA ", + "Physical Address Zip": "16617", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.10021945866861741", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602416", + "School District Name": "Da Vinci Science District", + "Physical Address Line 1": "201 N. Douglas St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Segundo", + "Physical Address State": "CA ", + "Physical Address Zip": "90245", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401410", + "School District Name": "Belmar Elementary School District", + "Physical Address Line 1": "1101 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belmar", + "Physical Address State": "NJ ", + "Physical Address Zip": "07719", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11130434782608696", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1904680", + "School District Name": "Belmond-Klemme Comm School District", + "Physical Address Line 1": "303 E. Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belmond", + "Physical Address State": "IA ", + "Physical Address Zip": "50421", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1527165932452276", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602418", + "School District Name": "Stockton Collegiate International Elementary District", + "Physical Address Line 1": "400 E. Main St.", + "Physical Address Line 2": "Ste. 131", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502490", + "School District Name": "Belmont", + "Physical Address Line 1": "644 Pleasant Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belmont", + "Physical Address State": "MA ", + "Physical Address Zip": "02478", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.034360189573459717", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602419", + "School District Name": "Century Community Charter District", + "Physical Address Line 1": "901 S. Maple St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inglewood", + "Physical Address State": "CA ", + "Physical Address Zip": "90301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501020", + "School District Name": "Belmont Community School District", + "Physical Address Line 1": "646 E Liberty St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belmont", + "Physical Address State": "WI ", + "Physical Address Zip": "53510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1511879049676026", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602420", + "School District Name": "Walden Academy District", + "Physical Address Line 1": "1149 W. Wood St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willows", + "Physical Address State": "CA ", + "Physical Address Zip": "95988", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200108", + "School District Name": "Belmont CS", + "Physical Address Line 1": "4030 Brown St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602421", + "School District Name": "Stanislaus Alternative Charter District", + "Physical Address Line 1": "1100 H St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95354", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905085", + "School District Name": "Belmont-Harrison", + "Physical Address Line 1": "68090 Hammond Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Clairsville", + "Physical Address State": "OH ", + "Physical Address Zip": "43950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602422", + "School District Name": "Winship Community District", + "Physical Address Line 1": "4305 S. Meridian Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meridian", + "Physical Address State": "CA ", + "Physical Address Zip": "95957", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003870", + "School District Name": "Beloit", + "Physical Address Line 1": "3075 US Highway 24", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beloit", + "Physical Address State": "KS ", + "Physical Address Zip": "67420", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11814859926918392", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602423", + "School District Name": "Hardy Brown College Prep District", + "Physical Address Line 1": "655 W. 2nd St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bernardino", + "Physical Address State": "CA ", + "Physical Address Zip": "92410", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501050", + "School District Name": "Beloit School District", + "Physical Address Line 1": "1500 Fourth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beloit", + "Physical Address State": "WI ", + "Physical Address Zip": "53511", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.22358533967182947", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602424", + "School District Name": "Nevada City School of the Arts District", + "Physical Address Line 1": "13032 Bitney Springs Rd. Bldg. 8", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nevada City", + "Physical Address State": "CA ", + "Physical Address Zip": "95959", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000356", + "School District Name": "Beloit Special Education Cooperative", + "Physical Address Line 1": "1714 N Hersey Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beloit", + "Physical Address State": "KS ", + "Physical Address Zip": "67420", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602425", + "School District Name": "Equitas Academy Charter District", + "Physical Address Line 1": "1700 W. Pico Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501080", + "School District Name": "Beloit Turner School District", + "Physical Address Line 1": "1237 Inman Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beloit", + "Physical Address State": "WI ", + "Physical Address Zip": "53511", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.11239782016348773", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602426", + "School District Name": "Gateway High District", + "Physical Address Line 1": "1430 Scott St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400759", + "School District Name": "BelovED Community Charter School", + "Physical Address Line 1": "508 Grand Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jersey City", + "Physical Address State": "NJ ", + "Physical Address Zip": "07302", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602427", + "School District Name": "Mojave River Academy - Rockview Park District", + "Physical Address Line 1": "14466 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hesperia", + "Physical Address State": "CA ", + "Physical Address Zip": "92345", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904361", + "School District Name": "Belpre City", + "Physical Address Line 1": "2014 Rockland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belpre", + "Physical Address State": "OH ", + "Physical Address Zip": "45714", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.21490880253766853", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602428", + "School District Name": "Ceiba College Preparatory Academy District", + "Physical Address Line 1": "260 W. Riverside Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Watsonville", + "Physical Address State": "CA ", + "Physical Address Zip": "95076", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003420", + "School District Name": "Belt Elem", + "Physical Address Line 1": "1 Church Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belt", + "Physical Address State": "MT ", + "Physical Address Zip": "59412", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1092436974789916", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602429", + "School District Name": "High Tech Elementary District", + "Physical Address Line 1": "2150 Cushing Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003450", + "School District Name": "Belt H S", + "Physical Address Line 1": "1 Church Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belt", + "Physical Address State": "MT ", + "Physical Address Zip": "59412", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07874015748031496", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2904620", + "School District Name": "BELTON 124", + "Physical Address Line 1": "110 W WALNUT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELTON", + "Physical Address State": "MO ", + "Physical Address Zip": "64012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12785291631445478", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602431", + "School District Name": "High Tech Elementary North County District", + "Physical Address Line 1": "1480 W. San Marcos Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Marcos", + "Physical Address State": "CA ", + "Physical Address Zip": "92078", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809860", + "School District Name": "BELTON ISD", + "Physical Address Line 1": "400 N WALL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELTON", + "Physical Address State": "TX ", + "Physical Address Zip": "76513", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.12489592006661115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602432", + "School District Name": "Fortune District", + "Physical Address Line 1": "6829 Stockton Blvd. Ste. 380", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95823", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705790", + "School District Name": "Belvidere CUSD 100", + "Physical Address Line 1": "1201 5th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belvidere", + "Physical Address State": "IL ", + "Physical Address Zip": "61008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12747011466211272", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602433", + "School District Name": "Community Collaborative Charter District", + "Physical Address Line 1": "5715 Skvarla Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McClellan", + "Physical Address State": "CA ", + "Physical Address Zip": "95652", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401440", + "School District Name": "Belvidere School District", + "Physical Address Line 1": "300 THIRD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELVIDERE", + "Physical Address State": "NJ ", + "Physical Address Zip": "07823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0975609756097561", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602434", + "School District Name": "Vista Heritage Global Academy District", + "Physical Address Line 1": "2609 W. Fifth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ana", + "Physical Address State": "CA ", + "Physical Address Zip": "92703", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705820", + "School District Name": "Bement CUSD 5", + "Physical Address Line 1": "201 S Champaign St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bement", + "Physical Address State": "IL ", + "Physical Address Zip": "61813", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10689655172413794", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2704440", + "School District Name": "BEMIDJI PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "502 MINNESOTA AVE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEMIDJI", + "Physical Address State": "MN ", + "Physical Address Zip": "56601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14393281204749495", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602436", + "School District Name": "Julia Lee Performing Arts Academy District", + "Physical Address Line 1": "19740 Grande Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Elsinore", + "Physical Address State": "CA ", + "Physical Address Zip": "92530", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604530", + "School District Name": "BEMUS POINT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "3980 DUTCH HOLLOW RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEMUS POINT", + "Physical Address State": "NY ", + "Physical Address Zip": "14712", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12307692307692308", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602439", + "School District Name": "The New School of San Francisco District", + "Physical Address Line 1": "655 De Haro St. 1st Fl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94107", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809870", + "School District Name": "BEN BOLT-PALITO BLANCO ISD", + "Physical Address Line 1": "172 BADGER LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALICE", + "Physical Address State": "TX ", + "Physical Address Zip": "78332", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19298245614035087", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602442", + "School District Name": "Highlands Community Charter District", + "Physical Address Line 1": "1333 Grand Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95838", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300360", + "School District Name": "Ben Hill County", + "Physical Address Line 1": "509 West Palm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fitzgerald", + "Physical Address State": "GA ", + "Physical Address Zip": "31750", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3177247014456317", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602443", + "School District Name": "Escondido Charter High District", + "Physical Address Line 1": "1868 E. Valley Pkwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Escondido", + "Physical Address State": "CA ", + "Physical Address Zip": "92027", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4899130", + "School District Name": "BENAVIDES ISD", + "Physical Address Line 1": "106 W SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENAVIDES", + "Physical Address State": "TX ", + "Physical Address Zip": "78341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3728813559322034", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602444", + "School District Name": "Rocketship Mosaic Elementary District", + "Physical Address Line 1": "950 Owsley Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101980", + "School District Name": "Bend-LaPine Administrative SD 1", + "Physical Address Line 1": "520 NW Wall St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bend", + "Physical Address State": "OR ", + "Physical Address Zip": "97703", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08600675907332125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604740", + "School District Name": "Bendle Public Schools", + "Physical Address Line 1": "3420 COLUMBINE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48529", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3070539419087137", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602447", + "School District Name": "Capitol Collegiate Academy District", + "Physical Address Line 1": "2118 Meadowview Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95832", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300450", + "School District Name": "Benge School District", + "Physical Address Line 1": "2978 E BENGE WINONA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENGE", + "Physical Address State": "WA ", + "Physical Address Zip": "99105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500022", + "School District Name": "Benjamin Banneker Charter Public (District)", + "Physical Address Line 1": "21 Notre Dame Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cambridge", + "Physical Address State": "MA ", + "Physical Address Zip": "02140", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602449", + "School District Name": "Wilder's Preparatory Academy Charter District", + "Physical Address Line 1": "830 N. La Brea Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inglewood", + "Physical Address State": "CA ", + "Physical Address Zip": "90302", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400744", + "School District Name": "Benjamin Banneker Preparatory Charter School", + "Physical Address Line 1": "300 Willingboro Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilingboro", + "Physical Address State": "NJ ", + "Physical Address Zip": "08060", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602451", + "School District Name": "California Virtual Academy at Maricopa District", + "Physical Address Line 1": "50 Moreland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simi Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "93065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500030", + "School District Name": "Benjamin Franklin Classical Charter Public (District)", + "Physical Address Line 1": "500 Financial Park", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "MA ", + "Physical Address Zip": "02038", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200299", + "School District Name": "Benjamin Franklin High School", + "Physical Address Line 1": "2001 Leon C Simons Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4809980", + "School District Name": "BENJAMIN ISD", + "Physical Address Line 1": "300 HAYS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENJAMIN", + "Physical Address State": "TX ", + "Physical Address Zip": "79505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2978723404255319", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602454", + "School District Name": "Grimmway Academy District", + "Physical Address Line 1": "901 Nectarine Ct.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arvin", + "Physical Address State": "CA ", + "Physical Address Zip": "93203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904807", + "School District Name": "Benjamin Logan Local", + "Physical Address Line 1": "4740 County Road 26", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellefontaine", + "Physical Address State": "OH ", + "Physical Address Zip": "43311", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08574277168494517", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602455", + "School District Name": "Puente Charter District", + "Physical Address Line 1": "501 S. Boyle Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90033", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705880", + "School District Name": "Benjamin SD 25", + "Physical Address Line 1": "28W250 Saint Charles Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60185", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.049247606019151846", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602456", + "School District Name": "Fenton Charter Leadership Academy District", + "Physical Address Line 1": "8926 Sunland Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sun Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "91352", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1904740", + "School District Name": "Bennett Comm School District", + "Physical Address Line 1": "300 Cedar St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bennett", + "Physical Address State": "IA ", + "Physical Address Zip": "52721", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12871287128712872", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602457", + "School District Name": "KIPP Summit Academy District", + "Physical Address Line 1": "2005 Via Barrett", + "Physical Address Line 2": "Ste. A", + "Physical Address Line 3": "", + "Physical Address City": "San Lorenzo", + "Physical Address State": "CA ", + "Physical Address Zip": "94580", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4606240", + "School District Name": "Bennett County School District 03-1", + "Physical Address Line 1": "403 1st Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Martin", + "Physical Address State": "SD ", + "Physical Address Zip": "57551", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.37230419977298523", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602458", + "School District Name": "Oakland School for the Arts District", + "Physical Address Line 1": "530 18th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "CA ", + "Physical Address Zip": "94612", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802430", + "School District Name": "Bennett School District No. 29J", + "Physical Address Line 1": "610 7TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENNETT", + "Physical Address State": "CO ", + "Physical Address Zip": "80102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11387900355871886", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900457", + "School District Name": "Bennett Venture Academy", + "Physical Address Line 1": "5130 Bennett Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43612", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602460", + "School District Name": "Yosemite Valley Charter District", + "Physical Address Line 1": "3610 E. Ashlan Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93726", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4003930", + "School District Name": "BENNINGTON", + "Physical Address Line 1": "729 N Perry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bennington", + "Physical Address State": "OK ", + "Physical Address Zip": "74723", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22357723577235772", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3103990", + "School District Name": "BENNINGTON PUBLIC SCHOOLS", + "Physical Address Line 1": "11620 N 156TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENNINGTON", + "Physical Address State": "NE ", + "Physical Address Zip": "68007", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03351351351351351", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099906", + "School District Name": "Bennington Rutland Supervisory Union", + "Physical Address Line 1": "6378 Vermont Route 7A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunderland", + "Physical Address State": "VT ", + "Physical Address Zip": "05250", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10353866317169069", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602463", + "School District Name": "Rocky Point Charter District", + "Physical Address Line 1": "3500 Tamarack Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203330", + "School District Name": "Bensalem Township SD", + "Physical Address Line 1": "3000 Donallen Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bensalem", + "Physical Address State": "PA ", + "Physical Address Zip": "19020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13364761343547438", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602464", + "School District Name": "iEmpire Academy District", + "Physical Address Line 1": "2050 E. Pacific St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bernardino", + "Physical Address State": "CA ", + "Physical Address Zip": "92404", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705910", + "School District Name": "Bensenville SD 2", + "Physical Address Line 1": "210 S Church Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bensenville", + "Physical Address State": "IL ", + "Physical Address Zip": "60106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12469437652811736", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602465", + "School District Name": "Vista Real Charter High District", + "Physical Address Line 1": "401 S. A St. Ste. 3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxnard", + "Physical Address State": "CA ", + "Physical Address Zip": "93030", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2704470", + "School District Name": "BENSON PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1400 MONTANA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENSON", + "Physical Address State": "MN ", + "Physical Address Zip": "56215", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1108786610878661", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602466", + "School District Name": "Century Academy for Excellence District", + "Physical Address Line 1": "2400 W. 85th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inglewood", + "Physical Address State": "CA ", + "Physical Address Zip": "90305", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604800", + "School District Name": "Bentley Community School District", + "Physical Address Line 1": "1170 NORTH BELSAY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48509", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20327552986512523", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602467", + "School District Name": "Sherman Thomas Charter District", + "Physical Address Line 1": "101 W. Adell St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madera", + "Physical Address State": "CA ", + "Physical Address Zip": "93638", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203390", + "School District Name": "Benton Area SD", + "Physical Address Line 1": "600 Green Acres Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Benton", + "Physical Address State": "PA ", + "Physical Address Zip": "17814", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.138442521631644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602468", + "School District Name": "Valley Charter Middle District", + "Physical Address Line 1": "14646 Sherman Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Van Nuys", + "Physical Address State": "CA ", + "Physical Address Zip": "91405", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904892", + "School District Name": "Benton Carroll Salem Local", + "Physical Address Line 1": "11685 W State Route 163", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Harbor", + "Physical Address State": "OH ", + "Physical Address Zip": "43449", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09746835443037975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602469", + "School District Name": "Big Sur Charter District", + "Physical Address Line 1": "304 Foam St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monterey", + "Physical Address State": "CA ", + "Physical Address Zip": "93940", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705950", + "School District Name": "Benton CCSD 47", + "Physical Address Line 1": "1000 Forrest St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Benton", + "Physical Address State": "IL ", + "Physical Address Zip": "62812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22637979420018708", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602470", + "School District Name": "TEACH Tech Charter High District", + "Physical Address Line 1": "10616 S. W.ern Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90047", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800600", + "School District Name": "BENTON CO SCHOOL DIST", + "Physical Address Line 1": "31 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "MS ", + "Physical Address Zip": "38603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.29327731092436976", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1904830", + "School District Name": "Benton Comm School District", + "Physical Address Line 1": "304 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Van Horne", + "Physical Address State": "IA ", + "Physical Address Zip": "52346", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.059000602046959665", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800480", + "School District Name": "Benton Community School Corp", + "Physical Address Line 1": "405 S Grant Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fowler", + "Physical Address State": "IN ", + "Physical Address Zip": "47944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12116858237547892", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602473", + "School District Name": "Western Sierra Collegiate Academy District", + "Physical Address Line 1": "660 Menlo Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rocklin", + "Physical Address State": "CA ", + "Physical Address Zip": "95765", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705970", + "School District Name": "Benton Cons HSD 103", + "Physical Address Line 1": "511 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Benton", + "Physical Address State": "IL ", + "Physical Address Zip": "62812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16765578635014836", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602475", + "School District Name": "New Los Angeles Charter Elementary District", + "Physical Address Line 1": "5421 Obama Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700240", + "School District Name": "Benton County", + "Physical Address Line 1": "197 Briarwood ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "TN ", + "Physical Address Zip": "38320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2668621700879765", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602477", + "School District Name": "Sebastopol Independent Charter District", + "Physical Address Line 1": "1111 Gravenstein Hwy. N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sebastopol", + "Physical Address State": "CA ", + "Physical Address Zip": "95472", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604830", + "School District Name": "Benton Harbor Area Schools", + "Physical Address Line 1": "870 COLFAX AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENTON HARBOR", + "Physical Address State": "MI ", + "Physical Address Zip": "49022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.41048357327427093", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602478", + "School District Name": "Valley View Charter Prep District", + "Physical Address Line 1": "31400 S Koster Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tracy", + "Physical Address State": "CA ", + "Physical Address Zip": "95304", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600191", + "School District Name": "Benton Harbor Charter School Academy", + "Physical Address Line 1": "455 Riverview Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Benton Harbor", + "Physical Address State": "MI ", + "Physical Address Zip": "49022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602480", + "School District Name": "Olive Grove Charter - Santa Barbara District", + "Physical Address Line 1": "1933 Cliff Dr.", + "Physical Address Line 2": "Ste.11", + "Physical Address Line 3": "", + "Physical Address City": "Santa Barbara", + "Physical Address State": "CA ", + "Physical Address Zip": "93109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003480", + "School District Name": "Benton Lake Elem", + "Physical Address Line 1": "17557 Bootlegger Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Floweree", + "Physical Address State": "MT ", + "Physical Address Zip": "59440", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602481", + "School District Name": "KIPP Valiant Community Prep District", + "Physical Address Line 1": "2086 Clarke St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Palo Alto", + "Physical Address State": "CA ", + "Physical Address Zip": "94303", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301830", + "School District Name": "Benton School District", + "Physical Address Line 1": "2975 Dartmouth College Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "N. Haverhill", + "Physical Address State": "NH ", + "Physical Address Zip": "03774", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602482", + "School District Name": "iLEAD Hybrid District", + "Physical Address Line 1": "3720 Sierra Hwy. Ste. A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Acton", + "Physical Address State": "CA ", + "Physical Address Zip": "93510", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501110", + "School District Name": "Benton School District", + "Physical Address Line 1": "41 Alma St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Benton", + "Physical Address State": "WI ", + "Physical Address Zip": "53803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16287878787878787", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602483", + "School District Name": "MIT Academy District", + "Physical Address Line 1": "2 Positive Pl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vallejo", + "Physical Address State": "CA ", + "Physical Address Zip": "94589", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700071", + "School District Name": "Benton-Stearns Education District", + "Physical Address Line 1": "517 2ND ST S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SARTELL", + "Physical Address State": "MN ", + "Physical Address Zip": "56377", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602484", + "School District Name": "Equitas Academy #2 District", + "Physical Address Line 1": "2723 W. 8th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90005", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203360", + "School District Name": "Bentworth SD", + "Physical Address Line 1": "150 Bearcat Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bentleyville", + "Physical Address State": "PA ", + "Physical Address Zip": "15314", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13706407137064072", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602485", + "School District Name": "Elite Public District", + "Physical Address Line 1": "100 Whitney Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vallejo", + "Physical Address State": "CA ", + "Physical Address Zip": "94589", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2604950", + "School District Name": "Benzie County Central Schools", + "Physical Address Line 1": "9222 HOMESTEAD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENZONIA", + "Physical Address State": "MI ", + "Physical Address Zip": "49616", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1403085824493732", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602486", + "School District Name": "Sycamore Creek Community Charter District", + "Physical Address Line 1": "17131 Emerald Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "92647", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904360", + "School District Name": "Berea City", + "Physical Address Line 1": "390 Fair St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berea", + "Physical Address State": "OH ", + "Physical Address Zip": "44017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12204379562043796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602487", + "School District Name": "Excel Academy Charter District", + "Physical Address Line 1": "1 Tech Dr.", + "Physical Address Line 2": "Bldg. I Ste. 811", + "Physical Address Line 3": "", + "Physical Address City": "Irvine", + "Physical Address State": "CA ", + "Physical Address Zip": "92618", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100480", + "School District Name": "Berea Independent", + "Physical Address Line 1": "3 Pirate Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berea", + "Physical Address State": "KY ", + "Physical Address Zip": "40403", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602488", + "School District Name": "California Connections Academy Central Coast District", + "Physical Address Line 1": "2300 Highway 166", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Cuyama", + "Physical Address State": "CA ", + "Physical Address Zip": "93254", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4606360", + "School District Name": "Beresford School District 61-2", + "Physical Address Line 1": "301 West Maple St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beresford", + "Physical Address State": "SD ", + "Physical Address Zip": "57004", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07954545454545454", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602489", + "School District Name": "Lashon Academy City District", + "Physical Address Line 1": "3109 Sixth Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90018", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400715", + "School District Name": "Bergen Arts and Science Charter School", + "Physical Address Line 1": "200 MacArthur Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602491", + "School District Name": "Pathways Academy Charter - Adult Education District", + "Physical Address Line 1": "100 E. San Marcos Blvd.", + "Physical Address Line 2": "Ste. 350", + "Physical Address Line 3": "", + "Physical Address City": "San Marcos", + "Physical Address State": "CA ", + "Physical Address Zip": "92069", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400796", + "School District Name": "BERGEN CO JDC", + "Physical Address Line 1": "296 E Ridgewood Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARAMUS", + "Physical Address State": "NJ ", + "Physical Address Zip": "07652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602492", + "School District Name": "Paradise Ridge Elementary District", + "Physical Address Line 1": "5657 Recreation Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paradise", + "Physical Address State": "CA ", + "Physical Address Zip": "95969", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401450", + "School District Name": "Bergen County Special Services School District", + "Physical Address Line 1": "540 Farview Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paramus", + "Physical Address State": "NJ ", + "Physical Address Zip": "07652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602493", + "School District Name": "Scholarship Prep - South Bay District", + "Physical Address Line 1": "24910 S. Avalon Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "CA ", + "Physical Address Zip": "90744", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401470", + "School District Name": "Bergen County Vocational Technical School District", + "Physical Address Line 1": "540 Farview Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paramus", + "Physical Address State": "NJ ", + "Physical Address Zip": "07652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602494", + "School District Name": "Peak Prep Pleasant Valley District", + "Physical Address Line 1": "6520 Lonetree Blvd. Ste. 130", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rocklin", + "Physical Address State": "CA ", + "Physical Address Zip": "95765", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401500", + "School District Name": "Bergenfield Borough School District", + "Physical Address Line 1": "225 W. Clinton Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bergenfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07621", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08288940975921585", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602495", + "School District Name": "Kidinnu Academy District", + "Physical Address Line 1": "1025 N. Second St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Cajon", + "Physical Address State": "CA ", + "Physical Address Zip": "92021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501170", + "School District Name": "Berkeley 01", + "Physical Address Line 1": "107 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moncks Corner", + "Physical Address State": "SC ", + "Physical Address Zip": "29461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13042124673707403", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0602496", + "School District Name": "KIPP Pueblo Unido District", + "Physical Address Line 1": "3759 E. 57th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maywood", + "Physical Address State": "CA ", + "Physical Address Zip": "90270", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400060", + "School District Name": "BERKELEY COUNTY SCHOOLS", + "Physical Address Line 1": "BCS ADMINISTRATIVE OFFICES", + "Physical Address Line 2": "1453 WINCHESTER AVENUE", + "Physical Address Line 3": "", + "Physical Address City": "MARTINSBURG", + "Physical Address State": "WV ", + "Physical Address Zip": "25405", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11965130993110559", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602497", + "School District Name": "Watsonville Prep District", + "Physical Address Line 1": "201 Brewington Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Watsonville", + "Physical Address State": "CA ", + "Physical Address Zip": "95076", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401530", + "School District Name": "Berkeley Heights School District", + "Physical Address Line 1": "345 Plainfield Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berkeley Heights", + "Physical Address State": "NJ ", + "Physical Address Zip": "07922", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.012946253432718713", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602498", + "School District Name": "The Learning Choice Academy - East County District", + "Physical Address Line 1": "4215 Spring St.", + "Physical Address Line 2": "Ste. 104", + "Physical Address Line 3": "", + "Physical Address City": "La Mesa", + "Physical Address State": "CA ", + "Physical Address Zip": "91941", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706000", + "School District Name": "Berkeley SD 87", + "Physical Address Line 1": "1200 N Wolf Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berkeley", + "Physical Address State": "IL ", + "Physical Address Zip": "60163", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19060454370427415", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602499", + "School District Name": "GANAS Academy District", + "Physical Address Line 1": "23536 Catskill Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carson", + "Physical Address State": "CA ", + "Physical Address Zip": "90745", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401560", + "School District Name": "Berkeley Township School District", + "Physical Address Line 1": "53 Central Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bayville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08721", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12136325852036575", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602500", + "School District Name": "Excel Academy Charter District", + "Physical Address Line 1": "1 Tech Dr.", + "Physical Address Line 2": "Bldg. I Ste. 811", + "Physical Address Line 3": "", + "Physical Address City": "Irvine", + "Physical Address State": "CA ", + "Physical Address Zip": "92618", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502520", + "School District Name": "Berkley", + "Physical Address Line 1": "21 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berkley", + "Physical Address State": "MA ", + "Physical Address Zip": "02779", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04814814814814815", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602501", + "School District Name": "Brookfield Engineering Science Technology Academy District", + "Physical Address Line 1": "1704 Cape Horn", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Julian", + "Physical Address State": "CA ", + "Physical Address Zip": "92036", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2605010", + "School District Name": "Berkley School District", + "Physical Address Line 1": "14501 TALBOT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OAK PARK", + "Physical Address State": "MI ", + "Physical Address Zip": "48237", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05579893935900392", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602502", + "School District Name": "Options For Youth - Duarte Inc District", + "Physical Address Line 1": "16030 Amar Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "City Of Industry", + "Physical Address State": "CA ", + "Physical Address Zip": "91744", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289240", + "School District Name": "Berks County IU 14", + "Physical Address Line 1": "1111 Commons Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reading", + "Physical Address State": "PA ", + "Physical Address Zip": "19605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280060", + "School District Name": "Berks CTC", + "Physical Address Line 1": "1057 County Welfare Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leesport", + "Physical Address State": "PA ", + "Physical Address Zip": "19533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602504", + "School District Name": "Equitas Academy 6 District", + "Physical Address Line 1": "631 S. Commonwealth Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90005", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500079", + "School District Name": "Berkshire Arts and Technology Charter Public (District)", + "Physical Address Line 1": "1 Commercial Pl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Adams", + "Physical Address State": "MA ", + "Physical Address Zip": "01220", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602505", + "School District Name": "Sage Oak Charter - South District", + "Physical Address Line 1": "1473 Ford St.", + "Physical Address Line 2": "Ste. #105", + "Physical Address Line 3": "", + "Physical Address City": "Redlands", + "Physical Address State": "CA ", + "Physical Address Zip": "92373", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502530", + "School District Name": "Berkshire Hills", + "Physical Address Line 1": "50 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockbridge", + "Physical Address State": "MA ", + "Physical Address Zip": "01262", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1274658573596358", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602506", + "School District Name": "Shasta View Academy District", + "Physical Address Line 1": "675 Shasta View Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904716", + "School District Name": "Berkshire Local", + "Physical Address Line 1": "14259 Claridon Troy Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burton", + "Physical Address State": "OH ", + "Physical Address Zip": "44021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.06932021466905187", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602507", + "School District Name": "International School for Science and Culture District", + "Physical Address Line 1": "1770 Tustin Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Costa Mesa", + "Physical Address State": "CA ", + "Physical Address Zip": "92627", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604590", + "School District Name": "BERKSHIRE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "13640 RT 22", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANAAN", + "Physical Address State": "NY ", + "Physical Address Zip": "12029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602508", + "School District Name": "Monarch River Academy District", + "Physical Address Line 1": "2293 E. Crabtree Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Porterville", + "Physical Address State": "CA ", + "Physical Address Zip": "93257", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501140", + "School District Name": "Berlin Area School District", + "Physical Address Line 1": "295 E Marquette St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berlin", + "Physical Address State": "WI ", + "Physical Address Zip": "54923", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18372993912562258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602509", + "School District Name": "California Innovative Career Academy District", + "Physical Address Line 1": "1333 Grand Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95838", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401590", + "School District Name": "Berlin Borough School District", + "Physical Address Line 1": "215 South Franklin Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berlin", + "Physical Address State": "NJ ", + "Physical Address Zip": "08009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08741258741258741", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602510", + "School District Name": "California Pacific Charter - Sonoma District", + "Physical Address Line 1": "14630 Armstrong Woods Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Guerneville", + "Physical Address State": "CA ", + "Physical Address Zip": "95466", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203420", + "School District Name": "Berlin Brothersvalley SD", + "Physical Address Line 1": "1025 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berlin", + "Physical Address State": "PA ", + "Physical Address Zip": "15530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12128712871287128", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602511", + "School District Name": "Garvey/Allen Visual & Performing Arts Academy for STEM DIST", + "Physical Address Line 1": "22515 Alessandro Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moreno Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "92553", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604620", + "School District Name": "BERLIN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "17400 NY 22", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHERRY PLAIN", + "Physical Address State": "NY ", + "Physical Address Zip": "12040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13012895662368112", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602512", + "School District Name": "Heartwood Charter District", + "Physical Address Line 1": "170 Liberty Sch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA ", + "Physical Address Zip": "94952", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399903", + "School District Name": "Berlin SAU Office", + "Physical Address Line 1": "183 Hillside Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berlin", + "Physical Address State": "NH ", + "Physical Address Zip": "03570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602513", + "School District Name": "Mission Vista Academy District", + "Physical Address Line 1": "1440 Beaumont Ave", + "Physical Address Line 2": "Ste. A2 #412", + "Physical Address Line 3": "", + "Physical Address City": "Beaumont", + "Physical Address State": "CA ", + "Physical Address Zip": "92223", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301860", + "School District Name": "Berlin School District", + "Physical Address Line 1": "183 Hillside Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berlin", + "Physical Address State": "NH ", + "Physical Address Zip": "03570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22799664710813075", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602514", + "School District Name": "Maya Lin District", + "Physical Address Line 1": "825 Taylor Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alameda", + "Physical Address State": "CA ", + "Physical Address Zip": "94501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900210", + "School District Name": "Berlin School District", + "Physical Address Line 1": "238 Kensington Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berlin", + "Physical Address State": "CT ", + "Physical Address Zip": "06037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.050050727088265135", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602515", + "School District Name": "Vista Horizon Global Academy District", + "Physical Address Line 1": "980 S. Hobart Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90006", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2605100", + "School District Name": "Berlin Township S/D #3", + "Physical Address Line 1": "6679 SOUTH STATE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IONIA", + "Physical Address State": "MI ", + "Physical Address Zip": "48846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22413793103448276", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602516", + "School District Name": "Granite Mountain Charter District", + "Physical Address Line 1": "8560 Aliento Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lucerne Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "92356", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401620", + "School District Name": "Berlin Township School District", + "Physical Address Line 1": "225 Grove Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Berlin", + "Physical Address State": "NJ ", + "Physical Address Zip": "08091", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18159203980099503", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602517", + "School District Name": "California Connections Academy Monterey Bay District", + "Physical Address Line 1": "4444 Scotts Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scotts Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "95066", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502580", + "School District Name": "Berlin-Boylston", + "Physical Address Line 1": "215 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boylston", + "Physical Address State": "MA ", + "Physical Address Zip": "01505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04462151394422311", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602518", + "School District Name": "Sycamore Academy of Science and Cultural Arts Chino VLY DIST", + "Physical Address Line 1": "15650 Pipeline Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chino Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "91709", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203450", + "School District Name": "Bermudian Springs SD", + "Physical Address Line 1": "7335 Carlisle Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "York Springs", + "Physical Address State": "PA ", + "Physical Address Zip": "17372", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1126885536823425", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602520", + "School District Name": "Lake View Charter District", + "Physical Address Line 1": "4672 Co Rd. N.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orland", + "Physical Address State": "CA ", + "Physical Address Zip": "95963", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500210", + "School District Name": "BERNALILLO PUBLIC SCHOOLS", + "Physical Address Line 1": "224 N CAMINO DEL PUEBLO", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BERNALILLO", + "Physical Address State": "NM ", + "Physical Address Zip": "87004", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19225669583664812", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602521", + "School District Name": "Compass Charter School of Yolo District", + "Physical Address Line 1": "850 Hampshire Rd. Ste. P", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thousand Oaks", + "Physical Address State": "CA ", + "Physical Address Zip": "91361", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401650", + "School District Name": "Bernards Township School District", + "Physical Address Line 1": "101 Peachtree Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Basking Ridge", + "Physical Address State": "NJ ", + "Physical Address Zip": "07920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.01610568222946073", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602522", + "School District Name": "Equitas Academy 5 District", + "Physical Address Line 1": "1050 Beacon Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904685", + "School District Name": "Berne Union Local", + "Physical Address Line 1": "506 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sugar Grove", + "Physical Address State": "OH ", + "Physical Address Zip": "43155", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11278195488721804", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602523", + "School District Name": "Hayward Collegiate Charter District", + "Physical Address Line 1": "166 W. Harder Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayward", + "Physical Address State": "CA ", + "Physical Address Zip": "94544", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604650", + "School District Name": "BERNE-KNOX-WESTERLO CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1738 HELDERBERG TRAIL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BERNE", + "Physical Address State": "NY ", + "Physical Address Zip": "12023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09976525821596244", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602524", + "School District Name": "Cottonwood District", + "Physical Address Line 1": "7006 Rossmore Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Dorado Hills", + "Physical Address State": "CA ", + "Physical Address Zip": "95762", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2904950", + "School District Name": "BERNIE R-XIII", + "Physical Address Line 1": "516 W MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BERNIE", + "Physical Address State": "MO ", + "Physical Address Zip": "63822", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2237093690248566", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602525", + "School District Name": "Education Technology JPA", + "Physical Address Line 1": "1450 Herndon Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clovis", + "Physical Address State": "CA ", + "Physical Address Zip": "93611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300390", + "School District Name": "Berrien County", + "Physical Address Line 1": "100 E. Smith Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nashville", + "Physical Address State": "GA ", + "Physical Address Zip": "31639", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2601049058932428", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602527", + "School District Name": "Mountain Valley Special Education JPA", + "Physical Address Line 1": "10140 Old Oregon Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680160", + "School District Name": "Berrien RESA", + "Physical Address Line 1": "711 SAINT JOSEPH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BERRIEN SPRINGS", + "Physical Address State": "MI ", + "Physical Address Zip": "49103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602528", + "School District Name": "Open Door Charter District", + "Physical Address Line 1": "901 Blanco Cir.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salinas", + "Physical Address State": "CA ", + "Physical Address Zip": "93901", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2605430", + "School District Name": "Berrien Springs Public Schools", + "Physical Address Line 1": "1 SYLVESTER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BERRIEN SPRINGS", + "Physical Address State": "MI ", + "Physical Address Zip": "49103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.18827800829875518", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602529", + "School District Name": "We the People High District", + "Physical Address Line 1": "1635 Long Beach Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Long Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "90813", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4004020", + "School District Name": "BERRYHILL", + "Physical Address Line 1": "3128 South 63rd West Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulsa", + "Physical Address State": "OK ", + "Physical Address Zip": "74107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10434782608695652", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602530", + "School District Name": "Griffin Academy High District", + "Physical Address Line 1": "425 Corcoran Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vallejo", + "Physical Address State": "CA ", + "Physical Address Zip": "94589", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602531", + "School District Name": "Citizens of the World Charter School 5 District", + "Physical Address Line 1": "19452 Hart St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reseda", + "Physical Address State": "CA ", + "Physical Address Zip": "91335", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2705430", + "School District Name": "BERTHA-HEWITT PUBLIC SCHOOL DIST.", + "Physical Address Line 1": "310 CENTRAL AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BERTHA", + "Physical Address State": "MN ", + "Physical Address Zip": "56437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22344827586206897", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602533", + "School District Name": "KIPP Esperanza High District", + "Physical Address Line 1": "1039 Garden St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Palo Alto", + "Physical Address State": "CA ", + "Physical Address Zip": "94303", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700360", + "School District Name": "Bertie County Schools", + "Physical Address Line 1": "715 US Highway 13 North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windsor", + "Physical Address State": "NC ", + "Physical Address Zip": "27983", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.288272157564906", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3104020", + "School District Name": "BERTRAND PUBLIC SCHOOLS", + "Physical Address Line 1": "503 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BERTRAND", + "Physical Address State": "NE ", + "Physical Address Zip": "68927", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1559633027522936", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602535", + "School District Name": "Orange County Classical Academy District", + "Physical Address Line 1": "4100 E. Walnut Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orange", + "Physical Address State": "CA ", + "Physical Address Zip": "92869", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203480", + "School District Name": "Berwick Area SD", + "Physical Address Line 1": "500 Line St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berwick", + "Physical Address State": "PA ", + "Physical Address Zip": "18603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.19056544829740707", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602536", + "School District Name": "Virtual Preparatory Academy at Monterey District", + "Physical Address Line 1": "73101 Pleyto St. #86", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bradley", + "Physical Address State": "CA", + "Physical Address Zip": "93426", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706060", + "School District Name": "Berwyn North SD 98", + "Physical Address Line 1": "6633 16th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berwyn", + "Physical Address State": "IL ", + "Physical Address Zip": "60402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21971830985915494", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602537", + "School District Name": "Vision Quest & Career Pathway District", + "Physical Address Line 1": "1777 E. Hammer Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA", + "Physical Address Zip": "95210", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706090", + "School District Name": "Berwyn South SD 100", + "Physical Address Line 1": "3401 Gunderson Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berwyn", + "Physical Address State": "IL ", + "Physical Address Zip": "60402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1677888499865338", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602538", + "School District Name": "Endeavor Charter District", + "Physical Address Line 1": "777 W. Shaw", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93704", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600006", + "School District Name": "Bessemer Area School District", + "Physical Address Line 1": "301 EAST SELLAR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BESSEMER", + "Physical Address State": "MI ", + "Physical Address Zip": "49911", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1970074812967581", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602539", + "School District Name": "OCASA College Prep District", + "Physical Address Line 1": "31522 El Camino Real", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Juan Capistrano", + "Physical Address State": "CA ", + "Physical Address Zip": "92675", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700309", + "School District Name": "BEST ACADEMY", + "Physical Address Line 1": "1300 OLSON MEMORIAL HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55411", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602540", + "School District Name": "Ednovate College Prep 7 District", + "Physical Address Line 1": "700 Wilshire Blvd. Ste. 400", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801446", + "School District Name": "BETA ACADEMY", + "Physical Address Line 1": "9701 ALMEDA GENOA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77075", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706120", + "School District Name": "Bethalto CUSD 8", + "Physical Address Line 1": "101 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethalto", + "Physical Address State": "IL ", + "Physical Address Zip": "62010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.12490479817212491", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602542", + "School District Name": "Pacific Collegiate Charter District", + "Physical Address Line 1": "3004 Mission St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Cruz", + "Physical Address State": "CA ", + "Physical Address Zip": "95060", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4004110", + "School District Name": "BETHANY", + "Physical Address Line 1": "6721 Northwest 42nd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethany", + "Physical Address State": "OK ", + "Physical Address Zip": "73008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18306636155606407", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700110", + "School District Name": "Bethany Community School", + "Physical Address Line 1": "1288 Hudson Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Summerfield", + "Physical Address State": "NC ", + "Physical Address Zip": "27358", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602544", + "School District Name": "Tehama eLearning Academy District", + "Physical Address Line 1": "715 Jackson St. Ste. B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Bluff", + "Physical Address State": "CA ", + "Physical Address Zip": "96080", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900240", + "School District Name": "Bethany School District", + "Physical Address Line 1": "44 Peck Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethany", + "Physical Address State": "CT ", + "Physical Address Zip": "06524", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0430622009569378", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602545", + "School District Name": "Voices College Bound Language Academy at Stockton District", + "Physical Address Line 1": "321 E. Weber Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4004230", + "School District Name": "BETHEL", + "Physical Address Line 1": "36000 Clear Pond Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shawnee", + "Physical Address State": "OK ", + "Physical Address Zip": "74801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10632447296058661", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602546", + "School District Name": "El Rio Community District", + "Physical Address Line 1": "2635 Pasadena Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90031", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700109", + "School District Name": "Bethel Hill Charter", + "Physical Address Line 1": "401 Bethel Hill School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roxboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27574", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602547", + "School District Name": "Invictus Leadership Academy District", + "Physical Address Line 1": "6715 S. W.ern Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90047", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904861", + "School District Name": "Bethel Local", + "Physical Address Line 1": "7490 State Route 201", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tipp City", + "Physical Address State": "OH ", + "Physical Address Zip": "45371", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06513222331047992", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602548", + "School District Name": "Clovis Global Academy District", + "Physical Address Line 1": "44 Shaw Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clovis", + "Physical Address State": "CA ", + "Physical Address Zip": "93612", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203510", + "School District Name": "Bethel Park SD", + "Physical Address Line 1": "301 Church Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethel Park", + "Physical Address State": "PA ", + "Physical Address Zip": "15102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05379482902418682", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602549", + "School District Name": "Liberty Independent Study District", + "Physical Address Line 1": "170 Liberty Sch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA ", + "Physical Address Zip": "94952", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900270", + "School District Name": "Bethel School District", + "Physical Address Line 1": "One School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethel", + "Physical Address State": "CT ", + "Physical Address Zip": "06801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08321210357870236", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300480", + "School District Name": "Bethel School District", + "Physical Address Line 1": "516 176th St E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spanaway", + "Physical Address State": "WA ", + "Physical Address Zip": "98387", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.091746484613817", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602552", + "School District Name": "Irvine International Academy District", + "Physical Address Line 1": "4782 Karen Ann Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Irvine", + "Physical Address State": "CA ", + "Physical Address Zip": "92604", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4102040", + "School District Name": "Bethel SD 52", + "Physical Address Line 1": "4640 Barger Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eugene", + "Physical Address State": "OR ", + "Physical Address Zip": "97402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.12498080761553815", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602553", + "School District Name": "KIPP Poder Public District", + "Physical Address Line 1": "630 Leonard Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706180", + "School District Name": "Bethel SD 82", + "Physical Address Line 1": "1201 Bethel Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Vernon", + "Physical Address State": "IL ", + "Physical Address Zip": "62864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22448979591836735", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602554", + "School District Name": "Life Learning Academy Charter District", + "Physical Address Line 1": "651 Eighth St. Bldg. 229 Treasure Island", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94130", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904631", + "School District Name": "Bethel-Tate Local", + "Physical Address Line 1": "675 West Plane Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethel", + "Physical Address State": "OH ", + "Physical Address Zip": "45106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11885991510006064", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602555", + "School District Name": "New Hope Charter District", + "Physical Address Line 1": "201 Jessie Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95838", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203570", + "School District Name": "Bethlehem Area SD", + "Physical Address Line 1": "1516 Sycamore St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethlehem", + "Physical Address State": "PA ", + "Physical Address Zip": "18017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.14666821994408202", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602556", + "School District Name": "Golden Charter Academy District", + "Physical Address Line 1": "1626 W. Princeton Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93705", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280370", + "School District Name": "Bethlehem AVTS", + "Physical Address Line 1": "3300 Chester Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethlehem", + "Physical Address State": "PA ", + "Physical Address Zip": "18020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602557", + "School District Name": "Environmental Charter High - Gardena District", + "Physical Address Line 1": "2818 Manhattan Beach Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gardena", + "Physical Address State": "CA ", + "Physical Address Zip": "90249", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604710", + "School District Name": "BETHLEHEM CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "700 DELAWARE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DELMAR", + "Physical Address State": "NY ", + "Physical Address Zip": "12054", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03182400683468603", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602558", + "School District Name": "Entrepreneur High Fontana District", + "Physical Address Line 1": "16730 Arrow Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fontana", + "Physical Address State": "CA ", + "Physical Address Zip": "92335", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301890", + "School District Name": "Bethlehem School District", + "Physical Address Line 1": "262 Cottage Street", + "Physical Address Line 2": "Suite 301", + "Physical Address Line 3": "", + "Physical Address City": "Littleton", + "Physical Address State": "NH ", + "Physical Address Zip": "03561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11515151515151516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401710", + "School District Name": "Bethlehem Township School District", + "Physical Address Line 1": "280 Asbury West Portal Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Asbury", + "Physical Address State": "NJ ", + "Physical Address Zip": "08802", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.019753086419753086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203600", + "School District Name": "Bethlehem-Center SD", + "Physical Address Line 1": "194 Crawford Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fredericktown", + "Physical Address State": "PA ", + "Physical Address Zip": "15333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15879163439194424", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602561", + "School District Name": "T.I.M.E. Community District", + "Physical Address Line 1": "2100 W. Cleveland Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montebello", + "Physical Address State": "CA ", + "Physical Address Zip": "90640", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604740", + "School District Name": "BETHPAGE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "10 CHERRY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BETHPAGE", + "Physical Address State": "NY ", + "Physical Address Zip": "11714", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03966942148760331", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602562", + "School District Name": "Bostonia Global District", + "Physical Address Line 1": "1390 BRd.way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Cajon", + "Physical Address State": "CA ", + "Physical Address Zip": "92021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802460", + "School District Name": "Bethune School District No. R- 5", + "Physical Address Line 1": "145 WEST 3RD AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BETHUNE", + "Physical Address State": "CO ", + "Physical Address Zip": "80805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11403508771929824", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602563", + "School District Name": "KIPP Stockton Kindergarten-12 Grade District", + "Physical Address Line 1": "742 Dallas Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1904860", + "School District Name": "Bettendorf Comm School District", + "Physical Address Line 1": "3311 18th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bettendorf", + "Physical Address State": "IA ", + "Physical Address Zip": "52722", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08603327495621717", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602564", + "School District Name": "Bridges Preparatory Academy District", + "Physical Address Line 1": "400 S. Santa Fe Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Compton", + "Physical Address State": "CA ", + "Physical Address Zip": "90221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801468", + "School District Name": "BETTY M CONDRA SCHOOL FOR EDUCATION INNOVATION", + "Physical Address Line 1": "1500 14TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUBBOCK", + "Physical Address State": "TX ", + "Physical Address Zip": "79401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602565", + "School District Name": "Yuba River Charter District", + "Physical Address Line 1": "10085 Adam Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grass Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "95945", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701424", + "School District Name": "Betty Shabazz International Charter School", + "Physical Address Line 1": "7823 S Ellis Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60619", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602566", + "School District Name": "Riverside Preparatory District", + "Physical Address Line 1": "19121 Third St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oro Grande", + "Physical Address State": "CA ", + "Physical Address Zip": "92368", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800032", + "School District Name": "BEULAH 27", + "Physical Address Line 1": "204 5th St NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beulah", + "Physical Address State": "ND ", + "Physical Address Zip": "58523", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.07323232323232323", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602567", + "School District Name": "Citizens of the World Charter School 4 District", + "Physical Address Line 1": "12020 Burbank Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valley Village", + "Physical Address State": "CA ", + "Physical Address Zip": "91607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502640", + "School District Name": "Beverly", + "Physical Address Line 1": "70 Balch St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beverly", + "Physical Address State": "MA ", + "Physical Address Zip": "01915", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08225424037935437", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602568", + "School District Name": "Eagle Collegiate Academy District", + "Physical Address Line 1": "33301 Agua Dulce Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Agua Dulce", + "Physical Address State": "CA ", + "Physical Address Zip": "91390", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401740", + "School District Name": "Beverly City School District", + "Physical Address Line 1": "601 Bentley Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beverly", + "Physical Address State": "NJ ", + "Physical Address Zip": "08010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.25059665871121717", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602569", + "School District Name": "Shanel Valley Academy District", + "Physical Address Line 1": "1 Ralph Bettcher Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hopland", + "Physical Address State": "CA ", + "Physical Address Zip": "95449", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2904980", + "School District Name": "BEVIER C-4", + "Physical Address Line 1": "400 BLOOMINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEVIER", + "Physical Address State": "MO ", + "Physical Address Zip": "63532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21304347826086956", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800077", + "School District Name": "BEXAR COUNTY ACADEMY", + "Physical Address Line 1": "1493 SAN ANTONIO DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78228", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904362", + "School District Name": "Bexley City", + "Physical Address Line 1": "348 S Cassingham Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bexley", + "Physical Address State": "OH ", + "Physical Address Zip": "43209", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.041014946124435174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602572", + "School District Name": "Calliope Academy District", + "Physical Address Line 1": "1495 Colorado Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Los Angeles", + "Physical Address State": "CA ", + "Physical Address Zip": "90041", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600967", + "School District Name": "BGLIG-SHIRLEY RODRIGUEZ-REMENESKI CS", + "Physical Address Line 1": "750 CONCOURSE VILLAGE W-LOWER LEVEL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10451", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602573", + "School District Name": "EPIC Academy District", + "Physical Address Line 1": "2760 Penrose Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lathrop", + "Physical Address State": "CA ", + "Physical Address Zip": "95330", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500582", + "School District Name": "Bi-County Collaborative (BICO)", + "Physical Address Line 1": "397 East Central Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "MA ", + "Physical Address Zip": "02038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602574", + "School District Name": "River Islands High District", + "Physical Address Line 1": "2760 Penrose Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lathrop", + "Physical Address State": "CA ", + "Physical Address Zip": "95330", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700227", + "School District Name": "Bi-County Special Educ Coop", + "Physical Address Line 1": "1900 W Le Fevre Rd Ste A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sterling", + "Physical Address State": "IL ", + "Physical Address Zip": "61081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602575", + "School District Name": "KIPP Stockton Kindergarten-8 Grade District", + "Physical Address Line 1": "820 N. American St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300420", + "School District Name": "Bibb County", + "Physical Address Line 1": "484 Mulberry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Macon", + "Physical Address State": "GA ", + "Physical Address Zip": "31201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.3630956646363311", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602576", + "School District Name": "Shade Canyon District", + "Physical Address Line 1": "4335 Sylar Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kelseyville", + "Physical Address State": "CA ", + "Physical Address Zip": "95451", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300510", + "School District Name": "Bickleton School District", + "Physical Address Line 1": "3626 Bickleton Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bickleton", + "Physical Address State": "WA ", + "Physical Address Zip": "99322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.189873417721519", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602577", + "School District Name": "KIPP LEA 17 District", + "Physical Address Line 1": "1415 W. Gardena Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gardena", + "Physical Address State": "CA ", + "Physical Address Zip": "90247", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2303150", + "School District Name": "Biddeford Public Schools", + "Physical Address Line 1": "18 Maplewood Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Biddeford", + "Physical Address State": "ME ", + "Physical Address Zip": "04005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.14746543778801843", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602578", + "School District Name": "Phoenix Charter Academy College View District", + "Physical Address Line 1": "3060 CrossRd.s Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003600", + "School District Name": "Biddle Elem", + "Physical Address Line 1": "Hwy 59 N in Biddle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Biddle", + "Physical Address State": "MT ", + "Physical Address Zip": "59314", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200210", + "School District Name": "Bienville Parish", + "Physical Address Line 1": "1956 First Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arcadia", + "Physical Address State": "LA ", + "Physical Address Zip": "71001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3472998137802607", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2605690", + "School District Name": "Big Bay De Noc School District", + "Physical Address Line 1": "8928 OO 25 RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COOKS", + "Physical Address State": "MI ", + "Physical Address Zip": "49817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21226415094339623", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0602670", + "School District Name": "West Sonoma County Union High", + "Physical Address Line 1": "462 Johnson St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sebastopol", + "Physical Address State": "CA ", + "Physical Address Zip": "95472", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10113421550094517", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203630", + "School District Name": "Big Beaver Falls Area SD", + "Physical Address Line 1": "1503 8th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beaver Falls", + "Physical Address State": "PA ", + "Physical Address Zip": "15010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3136219640971489", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000020", + "School District Name": "Big Country Coop", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Miles City", + "Physical Address State": "MT ", + "Physical Address Zip": "59301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515480", + "School District Name": "Big Foot UHS School District", + "Physical Address Line 1": "401 Devils Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walworth", + "Physical Address State": "WI ", + "Physical Address Zip": "53184", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07575757575757576", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706270", + "School District Name": "Big Hollow SD 38", + "Physical Address Line 1": "26051 W Nippersink Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ingleside", + "Physical Address State": "IL ", + "Physical Address Zip": "60041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07084910762574365", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806600", + "School District Name": "Big Sandy School District No. 100J", + "Physical Address Line 1": "18091 CR 125", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SIMLA", + "Physical Address State": "CO ", + "Physical Address Zip": "80835", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11014492753623188", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000010", + "School District Name": "Big Horn", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hardin", + "Physical Address State": "MT ", + "Physical Address Zip": "59034", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802490", + "School District Name": "Boulder Valley School District No. Re2", + "Physical Address Line 1": "6500 ARAPAHOE ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOULDER", + "Physical Address State": "CO ", + "Physical Address Zip": "80303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.06131701594749691", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5601420", + "School District Name": "Big Horn County School District #1", + "Physical Address Line 1": "99 South Division", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cowley", + "Physical Address State": "WY ", + "Physical Address Zip": "82420", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12291933418693982", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802520", + "School District Name": "Branson Reorganized School District No. 82", + "Physical Address Line 1": "101 SADDLEROCK DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRANSON", + "Physical Address State": "CO ", + "Physical Address Zip": "81027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15789473684210525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5601460", + "School District Name": "Big Horn County School District #2", + "Physical Address Line 1": "502 Hampshire Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lovell", + "Physical Address State": "WY ", + "Physical Address Zip": "82431", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5603170", + "School District Name": "Big Horn County School District #3", + "Physical Address Line 1": "640 8th Avenue North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greybull", + "Physical Address State": "WY ", + "Physical Address Zip": "82426", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1490280777537797", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5601090", + "School District Name": "Big Horn County School District #4", + "Physical Address Line 1": "416 South 3rd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Basin", + "Physical Address State": "WY ", + "Physical Address Zip": "82410", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13043478260869565", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802640", + "School District Name": "Buena Vista School District No. R-31", + "Physical Address Line 1": "113 NORTH COURT STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUENA VISTA", + "Physical Address State": "CO ", + "Physical Address Zip": "81211", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10710808179162609", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600105", + "School District Name": "Big Jackson School District", + "Physical Address Line 1": "4020 13 MILE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARIS", + "Physical Address State": "MI ", + "Physical Address Zip": "49338", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2571428571428571", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802670", + "School District Name": "Burlington Public School District No. RE-6J", + "Physical Address Line 1": "2600 ROSE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURLINGTON", + "Physical Address State": "CO ", + "Physical Address Zip": "80807", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2705460", + "School District Name": "BIG LAKE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "501 MINNESOTA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BIG LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "55309", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.04461615154536391", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802700", + "School District Name": "Byers School District No. 32J", + "Physical Address Line 1": "444 EAST FRONT STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BYERS", + "Physical Address State": "CO ", + "Physical Address Zip": "80103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1607843137254902", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802730", + "School District Name": "Calhan District No. RJ1", + "Physical Address Line 1": "800 BULLDOG DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALHAN", + "Physical Address State": "CO ", + "Physical Address Zip": "80808", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1368421052631579", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4004350", + "School District Name": "BIG PASTURE", + "Physical Address Line 1": "1502 N 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Randlett", + "Physical Address State": "OK ", + "Physical Address Zip": "73562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2119205298013245", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802760", + "School District Name": "Campo School District No. Re-6", + "Physical Address Line 1": "480 MAPLE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMPO", + "Physical Address State": "CO ", + "Physical Address Zip": "81029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802790", + "School District Name": "Fremont Re-1", + "Physical Address Line 1": "101 NORTH 14TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANON CITY", + "Physical Address State": "CO ", + "Physical Address Zip": "81212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1744617668893838", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806360", + "School District Name": "Centennial School District No. R-1", + "Physical Address Line 1": "14644 HWY 159", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN LUIS", + "Physical Address State": "CO ", + "Physical Address Zip": "81152", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.34375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2605780", + "School District Name": "Big Rapids Public Schools", + "Physical Address Line 1": "21034 15 MILE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BIG RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15507470376094795", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802850", + "School District Name": "Center Consolidated School District No. 26 Jt. of the count", + "Physical Address Line 1": "550 S. SYLVESTER AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTER", + "Physical Address State": "CO ", + "Physical Address Zip": "81125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2608695652173913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810140", + "School District Name": "BIG SANDY ISD", + "Physical Address Line 1": "401 WILDCAT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BIG SANDY", + "Physical Address State": "TX ", + "Physical Address Zip": "75755", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2083916083916084", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802880", + "School District Name": "Cheraw School District No. 31 in the county of Otero and S", + "Physical Address Line 1": "110 LAKEVIEW AVE.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHERAW", + "Physical Address State": "CO ", + "Physical Address Zip": "81030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810170", + "School District Name": "BIG SANDY ISD", + "Physical Address Line 1": "9180 FM 1276", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLARDSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "77332", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18023255813953487", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802910", + "School District Name": "Cherry Creek School District No. 5 in the county of Arapah", + "Physical Address Line 1": "4700 SOUTH YOSEMITE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENWOOD VILLAGE", + "Physical Address State": "CO ", + "Physical Address Zip": "80111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.08403558838341448", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3003750", + "School District Name": "Big Sandy K-12", + "Physical Address Line 1": "398 First Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Big Sandy", + "Physical Address State": "MT ", + "Physical Address Zip": "59520", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11627906976744186", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800001", + "School District Name": "Cheyenne County School District No. Re-5", + "Physical Address Line 1": "395 NORTH 5TH WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHEYENNE WELLS", + "Physical Address State": "CO ", + "Physical Address Zip": "80810", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13901345291479822", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802940", + "School District Name": "Cheyenne Mountain School District No. 12 in the county of E", + "Physical Address Line 1": "1775 LACLEDE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLORADO SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "80905", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.052509053285049144", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000654", + "School District Name": "Big Sky School K-12", + "Physical Address Line 1": "45465 Gallatin Rd-30 miles S.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gallatin Gateway", + "Physical Address State": "MT ", + "Physical Address Zip": "59730", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.05597964376590331", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803000", + "School District Name": "Clear Creek School District No. Re-1", + "Physical Address Line 1": "320 HIGHWAY 103", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IDAHO SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "80452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11076923076923077", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000060", + "School District Name": "Big Sky Special Needs Coop", + "Physical Address Line 1": "215 South Maryland", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conrad", + "Physical Address State": "MT ", + "Physical Address Zip": "59425", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803060", + "School District Name": "Colorado Springs School District No. 11 in the county of E", + "Physical Address Line 1": "1115 NORTH EL PASO STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLORADO SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "80903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.14248743195407085", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4810200", + "School District Name": "BIG SPRING ISD", + "Physical Address Line 1": "708 E 11TH PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BIG SPRING", + "Physical Address State": "TX ", + "Physical Address Zip": "79720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20301117047110248", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803120", + "School District Name": "Fremont Re-3", + "Physical Address Line 1": "0345 COUNTY ROAD 12", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COTOPAXI", + "Physical Address State": "CO ", + "Physical Address Zip": "81223", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16393442622950818", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203660", + "School District Name": "Big Spring SD", + "Physical Address Line 1": "45 Mount Rock Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newville", + "Physical Address State": "PA ", + "Physical Address Zip": "17241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12343271106157704", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803150", + "School District Name": "Creede School District", + "Physical Address Line 1": "450 CORSAIRE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CREEDE", + "Physical Address State": "CO ", + "Physical Address Zip": "81130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14942528735632185", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800227", + "School District Name": "BIG SPRINGS CHARTER SCHOOL", + "Physical Address Line 1": "149 CAMP SCENIC LOOP W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INGRAM", + "Physical Address State": "TX ", + "Physical Address Zip": "78025", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803180", + "School District Name": "Cripple Creek-Victor School District No. Re-1", + "Physical Address Line 1": "410 NORTH B STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRIPPLE CREEK", + "Physical Address State": "CO ", + "Physical Address Zip": "80813", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20961538461538462", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803210", + "School District Name": "Crowley County School District No. Re-1-J", + "Physical Address Line 1": "1001 MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORDWAY", + "Physical Address State": "CO ", + "Physical Address Zip": "81063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24953789279112754", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4606960", + "School District Name": "Big Stone City School District 25-1", + "Physical Address Line 1": "655 Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Big Stone City", + "Physical Address State": "SD ", + "Physical Address Zip": "57216", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22388059701492538", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0807200", + "School District Name": "Custer County School District Consolidate 1", + "Physical Address Line 1": "709 MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTCLIFFE", + "Physical Address State": "CO ", + "Physical Address Zip": "81252", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22197802197802197", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803240", + "School District Name": "De Beque Joint District No. 49 of the counties of Mesa and", + "Physical Address Line 1": "730 MINTER AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DE BEQUE", + "Physical Address State": "CO ", + "Physical Address Zip": "81630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10062893081761007", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803270", + "School District Name": "Deer Trail School District No. 26J", + "Physical Address Line 1": "130 SOUTH SECOND AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEER TRAIL", + "Physical Address State": "CO ", + "Physical Address Zip": "80105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14366197183098592", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003800", + "School District Name": "Big Timber Elem", + "Physical Address Line 1": "5th and Anderson", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Big Timber", + "Physical Address State": "MT ", + "Physical Address Zip": "59011", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12274368231046931", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803330", + "School District Name": "Delta County Joint District No. 50", + "Physical Address Line 1": "145 WEST 4TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DELTA", + "Physical Address State": "CO ", + "Physical Address Zip": "81416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18729096989966554", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904674", + "School District Name": "Big Walnut Local", + "Physical Address Line 1": "110 Tippett Ct", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunbury", + "Physical Address State": "OH ", + "Physical Address Zip": "43074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03519185923256307", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803420", + "School District Name": "Dolores County School District RE-2J", + "Physical Address Line 1": "425 NORTH MAIN STREET SUITE B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOVE CREEK", + "Physical Address State": "CO ", + "Physical Address Zip": "81324", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1581769436997319", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003820", + "School District Name": "Bigfork Elem", + "Physical Address Line 1": "600 Commerce St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bigfork", + "Physical Address State": "MT ", + "Physical Address Zip": "59911", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10344827586206896", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803390", + "School District Name": "Dolores School District No. Re-4A", + "Physical Address Line 1": "100 N. 6TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOLORES", + "Physical Address State": "CO ", + "Physical Address Zip": "81323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19306930693069307", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003840", + "School District Name": "Bigfork H S", + "Physical Address Line 1": "600 Commerce St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bigfork", + "Physical Address State": "MT ", + "Physical Address Zip": "59911", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07242990654205607", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803450", + "School District Name": "Douglas County School District No. Re 1", + "Physical Address Line 1": "701 PRAIRIE HAWK DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASTLE ROCK", + "Physical Address State": "CO ", + "Physical Address Zip": "80108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023897138404259926", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0803480", + "School District Name": "Durango School District No. 9-R", + "Physical Address Line 1": "201 EAST 12TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DURANGO", + "Physical Address State": "CO ", + "Physical Address Zip": "81301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10081391046984832", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0605580", + "School District Name": "Santa Maria-Bonita", + "Physical Address Line 1": "708 S. Miller St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Maria", + "Physical Address State": "CA ", + "Physical Address Zip": "93454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.21425499231950845", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502670", + "School District Name": "Billerica", + "Physical Address Line 1": "365 Boston Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billerica", + "Physical Address State": "MA ", + "Physical Address Zip": "01821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05217391304347826", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803510", + "School District Name": "Kiowa County School District No. Re-1", + "Physical Address Line 1": "210 WEST 10TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EADS", + "Physical Address State": "CO ", + "Physical Address Zip": "81036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18269230769230768", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4004360", + "School District Name": "BILLINGS", + "Physical Address Line 1": "311 North Central", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billings", + "Physical Address State": "OK ", + "Physical Address Zip": "74630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18556701030927836", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803540", + "School District Name": "Eagle County School District No. Re 50", + "Physical Address Line 1": "948 CHAMBERS AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAGLE", + "Physical Address State": "CO ", + "Physical Address Zip": "81631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.06311767031229411", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3802840", + "School District Name": "BILLINGS CO 1", + "Physical Address Line 1": "350 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medora", + "Physical Address State": "ND ", + "Physical Address Zip": "58645", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804320", + "School District Name": "East Grand School District No. 2", + "Physical Address Line 1": "299 COUNTY ROAD 611", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANBY", + "Physical Address State": "CO ", + "Physical Address Zip": "80446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08178694158075601", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003870", + "School District Name": "Billings Elem", + "Physical Address Line 1": "415 North 30th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billings", + "Physical Address State": "MT ", + "Physical Address Zip": "59101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.13353051507718944", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805130", + "School District Name": "East Otero School District No. R1", + "Physical Address Line 1": "301 RATON AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA JUNTA", + "Physical Address State": "CO ", + "Physical Address Zip": "81050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2599369085173502", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003900", + "School District Name": "Billings H S", + "Physical Address Line 1": "415 North 30th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billings", + "Physical Address State": "MT ", + "Physical Address Zip": "59101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.09300689461094695", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905070", + "School District Name": "BILLINGS R-IV", + "Physical Address Line 1": "118 W MT VERNON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BILLINGS", + "Physical Address State": "MO ", + "Physical Address Zip": "65610", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13100436681222707", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803630", + "School District Name": "Edison Joint District No. 54 of the counties of El Paso and", + "Physical Address Line 1": "14550 EDISON ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YODER", + "Physical Address State": "CO ", + "Physical Address Zip": "80864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800630", + "School District Name": "BILOXI PUBLIC SCHOOL DIST", + "Physical Address Line 1": "160 ST. PETER STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BILOXI", + "Physical Address State": "MS ", + "Physical Address Zip": "39530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2595879079560836", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803690", + "School District Name": "Elbert School District No. 200", + "Physical Address Line 1": "24489 MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELBERT", + "Physical Address State": "CO ", + "Physical Address Zip": "80106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11742424242424243", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4033603", + "School District Name": "BINGER-ONEY", + "Physical Address Line 1": "323 South Apache Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Binger", + "Physical Address State": "OK ", + "Physical Address Zip": "73009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3612167300380228", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803720", + "School District Name": "ELIZABETH SCHOOL DISTRICT", + "Physical Address Line 1": "634 SOUTH ELBERT STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELIZABETH", + "Physical Address State": "CO ", + "Physical Address Zip": "80107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05283687943262411", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604870", + "School District Name": "BINGHAMTON CITY SCHOOL DISTRICT", + "Physical Address Line 1": "164 HAWLEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BINGHAMTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2582601755786113", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803750", + "School District Name": "Ellicott School District No. 22 in the county of El Paso a", + "Physical Address Line 1": "322 SOUTH ELLICOTT HIGHWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELLICOTT", + "Physical Address State": "CO ", + "Physical Address Zip": "80808", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15605095541401273", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901512", + "School District Name": "Bio-Med Science Academy STEM School", + "Physical Address Line 1": "4211 State Route 44", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rootstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44272", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0606390", + "School District Name": "Panama-Buena Vista Union", + "Physical Address Line 1": "4200 Ashe Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93313", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.1708990075890251", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803780", + "School District Name": "Englewood School District No. 1 in the county of Arapahoe", + "Physical Address Line 1": "4101 SOUTH BANNOCK STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ENGLEWOOD", + "Physical Address State": "CO ", + "Physical Address Zip": "80110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14349112426035504", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700255", + "School District Name": "BIRCH GROVE COMMUNITY SCHOOL", + "Physical Address Line 1": "9 GOOD NEIGHBOR HILL RD STE B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOFTE", + "Physical Address State": "MN ", + "Physical Address Zip": "55615", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803810", + "School District Name": "Estes Park School District R-3", + "Physical Address Line 1": "1605 BRODIE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ESTES PARK", + "Physical Address State": "CO ", + "Physical Address Zip": "80517", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11198120595144871", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2605820", + "School District Name": "Birch Run Area Schools", + "Physical Address Line 1": "12450 CHURCH ST SUITE 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BIRCH RUN", + "Physical Address State": "MI ", + "Physical Address Zip": "48415", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11878247958426132", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501170", + "School District Name": "Birchwood School District", + "Physical Address Line 1": "300 S Wilson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Birchwood", + "Physical Address State": "WI ", + "Physical Address Zip": "54817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.148", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804080", + "School District Name": "Fountain School District No. 8 in the county of El Paso an", + "Physical Address Line 1": "10665 JIMMY CAMP ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOUNTAIN", + "Physical Address State": "CO ", + "Physical Address Zip": "80817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10368144252441773", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2705660", + "School District Name": "BIRD ISLAND-OLIVIA-LAKE LILLIAN", + "Physical Address Line 1": "701 S 9TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OLIVIA", + "Physical Address State": "MN ", + "Physical Address Zip": "56277", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10820895522388059", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804110", + "School District Name": "Fowler School District No. R4J", + "Physical Address Line 1": "600 W. EUGENE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOWLER", + "Physical Address State": "CO ", + "Physical Address Zip": "81039", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23545706371191136", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810230", + "School District Name": "BIRDVILLE ISD", + "Physical Address Line 1": "6125 E BELKNAP ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HALTOM CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "76117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13038207344257166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803960", + "School District Name": "Fremont Re-2", + "Physical Address Line 1": "403 WEST 5TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLORENCE", + "Physical Address State": "CO ", + "Physical Address Zip": "81226", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17267888823181549", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804380", + "School District Name": "Grand Valley School District No. 16 in the county of Garfi", + "Physical Address Line 1": "0460 STONE QUARRY ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARACHUTE", + "Physical Address State": "CO ", + "Physical Address Zip": "81635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15331010452961671", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2605850", + "School District Name": "Birmingham Public Schools", + "Physical Address Line 1": "31301 Evergreen Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beverly Hills", + "Physical Address State": "MI ", + "Physical Address Zip": "48025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.028269533784410047", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806240", + "School District Name": "Garfield School District No. Re-2", + "Physical Address Line 1": "839 WHITERIVER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIFLE", + "Physical Address State": "CO ", + "Physical Address Zip": "81650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11435696473102958", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003990", + "School District Name": "Birney Elem", + "Physical Address Line 1": "205 Commercial Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Birney", + "Physical Address State": "MT ", + "Physical Address Zip": "59012", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804740", + "School District Name": "Genoa-Hugo School District No. C-113", + "Physical Address Line 1": "220 W 7TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUGO", + "Physical Address State": "CO ", + "Physical Address Zip": "80821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16883116883116883", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804230", + "School District Name": "Gilpin County School District No. Re-1", + "Physical Address Line 1": "10595 HIGHWAY 119", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLACK HAWK", + "Physical Address State": "CO ", + "Physical Address Zip": "80422", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08490566037735849", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4004470", + "School District Name": "BISHOP", + "Physical Address Line 1": "2204 SW Bishop Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawton", + "Physical Address State": "OK ", + "Physical Address Zip": "73505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2161654135338346", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804290", + "School District Name": "Granada School District No. Re-1", + "Physical Address Line 1": "201 S HOISINGTON AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANADA", + "Physical Address State": "CO ", + "Physical Address Zip": "81041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.281437125748503", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810260", + "School District Name": "BISHOP CISD", + "Physical Address Line 1": "719 E SIXTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BISHOP", + "Physical Address State": "TX ", + "Physical Address Zip": "78343", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.25412844036697246", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804410", + "School District Name": "GreeleySchool District No. 6 in the county of Weld and Sta", + "Physical Address Line 1": "1025 9TH AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREELEY", + "Physical Address State": "CO ", + "Physical Address Zip": "80631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1621862279511533", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804470", + "School District Name": "Gunnison Watershed School District Re1J", + "Physical Address Line 1": "800 NORTH BOULEVARD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GUNNISON", + "Physical Address State": "CO ", + "Physical Address Zip": "81230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10613207547169812", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800014", + "School District Name": "BISMARCK 1", + "Physical Address Line 1": "806 N Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bismarck", + "Physical Address State": "ND ", + "Physical Address Zip": "58501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.07487370700024056", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804500", + "School District Name": "Hanover School District No. 28 in the county of El Paso an", + "Physical Address Line 1": "17050 SOUTH PEYTON HIGHWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLORADO SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "80928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1634349030470914", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800398", + "School District Name": "BISMARCK CAREER ACADEMY", + "Physical Address Line 1": "1221 College Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bismarck", + "Physical Address State": "ND ", + "Physical Address Zip": "58501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804530", + "School District Name": "Harrison School District No. 2 in the county of El Paso an", + "Physical Address Line 1": "1060 HARRISON ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLORADO SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "80905", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.18951286615957275", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706390", + "School District Name": "Bismarck Henning CUSD", + "Physical Address Line 1": "PO Box 350", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bismarck", + "Physical Address State": "IL ", + "Physical Address Zip": "61814", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11060433295324971", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804560", + "School District Name": "Haxtun School District No. Re-2J", + "Physical Address Line 1": "201 WEST POWELL STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAXTUN", + "Physical Address State": "CO ", + "Physical Address Zip": "80731", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20189274447949526", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701433", + "School District Name": "Bismarck Henning Rossville Alvin Cooperative High School", + "Physical Address Line 1": "PO Box 350", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bismarck", + "Physical Address State": "IL ", + "Physical Address Zip": "61814", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804590", + "School District Name": "Hayden School District No. Re 1", + "Physical Address Line 1": "300 BREEZE BASIN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAYDEN", + "Physical Address State": "CO ", + "Physical Address Zip": "81639", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.056155507559395246", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905130", + "School District Name": "BISMARCK R-V", + "Physical Address Line 1": "165 CAMPUS DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BISMARCK", + "Physical Address State": "MO ", + "Physical Address Zip": "63624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.289272030651341", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806510", + "School District Name": "Hi-Plains R-23", + "Physical Address Line 1": "350 PATRIOT DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEIBERT", + "Physical Address State": "CO ", + "Physical Address Zip": "80834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3018867924528302", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804620", + "School District Name": "Hinsdale County School District No. Re-1", + "Physical Address Line 1": "614 N. SILVER STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE CITY", + "Physical Address State": "CO ", + "Physical Address Zip": "81235", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14893617021276595", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880720", + "School District Name": "BISMARCK SPECIAL ED UNIT", + "Physical Address Line 1": "806 N Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bismarck", + "Physical Address State": "ND ", + "Physical Address Zip": "58501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804650", + "School District Name": "Hoehne Reorganized School District No. 3", + "Physical Address Line 1": "19851 COUNTY RD. 75.1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRINIDAD", + "Physical Address State": "CO ", + "Physical Address Zip": "81082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880750", + "School District Name": "BISMARCK TECHNICAL CENTER", + "Physical Address Line 1": "1200 College Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bismarck", + "Physical Address State": "ND ", + "Physical Address Zip": "58501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804680", + "School District Name": "Holly School District No. Re-3", + "Physical Address Line 1": "206 NORTH THIRD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLY", + "Physical Address State": "CO ", + "Physical Address Zip": "81047", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18115942028985507", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4607050", + "School District Name": "Bison School District 52-1", + "Physical Address Line 1": "200 E Carr St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bison", + "Physical Address State": "SD ", + "Physical Address Zip": "57620", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22641509433962265", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804710", + "School District Name": "Holyoke School District No. Re-1J", + "Physical Address Line 1": "435 SOUTH MORLAN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLYOKE", + "Physical Address State": "CO ", + "Physical Address Zip": "80734", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13050314465408805", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000068", + "School District Name": "Bitterroot Valley Coop", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stevensville", + "Physical Address State": "MT ", + "Physical Address Zip": "59870", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0807080", + "School District Name": "Huerfano School District Re-1", + "Physical Address Line 1": "201 EAST FIFTH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALSENBURG", + "Physical Address State": "CO ", + "Physical Address Zip": "81089", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2857142857142857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800018", + "School District Name": "Idalia RJ-3 School District", + "Physical Address Line 1": "26845 COUNTY ROAD 9.2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IDALIA", + "Physical Address State": "CO ", + "Physical Address Zip": "80735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12686567164179105", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4004500", + "School District Name": "BIXBY", + "Physical Address Line 1": "109 North Armstrong Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bixby", + "Physical Address State": "OK ", + "Physical Address Zip": "74008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06886625332152348", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804770", + "School District Name": "Ignacio School District No. 11Jt", + "Physical Address Line 1": "455 BECKER STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IGNACIO", + "Physical Address State": "CO ", + "Physical Address Zip": "81137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2066027689030884", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4102160", + "School District Name": "Blachly SD 90", + "Physical Address Line 1": "20264 Blachly Grange Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blachly", + "Physical Address State": "OR ", + "Physical Address Zip": "97412", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08737864077669903", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804800", + "School District Name": "Jefferson County School District No. R-1", + "Physical Address Line 1": "1829 DENVER WEST DR. BLDG #27", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOLDEN", + "Physical Address State": "CO ", + "Physical Address Zip": "80401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0680689170523663", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4102190", + "School District Name": "Black Butte SD 41", + "Physical Address Line 1": "25745 SW Forest Service Road 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camp Sherman", + "Physical Address State": "OR ", + "Physical Address Zip": "97730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13793103448275862", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804860", + "School District Name": "Julesburg School District No. Re1", + "Physical Address Line 1": "102 WEST 6TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JULESBURG", + "Physical Address State": "CO ", + "Physical Address Zip": "80737", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18828451882845187", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700084", + "School District Name": "Black Hawk Area Sp Ed District", + "Physical Address Line 1": "4670 11th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Moline", + "Physical Address State": "IL ", + "Physical Address Zip": "61244", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804890", + "School District Name": "Karval School District No. Re 23", + "Physical Address Line 1": "16232 COUNTY ROAD 29", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KARVAL", + "Physical Address State": "CO ", + "Physical Address Zip": "80823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25925925925925924", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505730", + "School District Name": "Black Hawk School District", + "Physical Address Line 1": "202 E Center St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Wayne", + "Physical Address State": "WI ", + "Physical Address Zip": "53587", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17223650385604114", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804980", + "School District Name": "Kim Reorganized School District No. 88", + "Physical Address Line 1": "425 STATE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KIM", + "Physical Address State": "CO ", + "Physical Address Zip": "81049", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17391304347826086", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4680120", + "School District Name": "Black Hills Special Services Cooperative", + "Physical Address Line 1": "2885 Dickson Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sturgis", + "Physical Address State": "SD ", + "Physical Address Zip": "57785", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401770", + "School District Name": "Black Horse Pike Regional School District", + "Physical Address Line 1": "580 Erial Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blackwood", + "Physical Address State": "NJ ", + "Physical Address Zip": "08012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10603765418740532", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805040", + "School District Name": "Kit Carson School District No. R-1", + "Physical Address Line 1": "102 W. 5TH AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KIT CARSON", + "Physical Address State": "CO ", + "Physical Address Zip": "80825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23275862068965517", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900102", + "School District Name": "Black Mesa Community School", + "Physical Address Line 1": "Rte 8066 N Pinon", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pinon", + "Physical Address State": "AZ", + "Physical Address Zip": "86510", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805160", + "School District Name": "La Veta School District Re-2", + "Physical Address Line 1": "126 EAST GARLAND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA VETA", + "Physical Address State": "CO ", + "Physical Address Zip": "81055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2569444444444444", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805190", + "School District Name": "Lake County School District No. R-1", + "Physical Address Line 1": "328 WEST 5TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEADVILLE", + "Physical Address State": "CO ", + "Physical Address Zip": "80461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1433659839715049", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900176", + "School District Name": "Black River Career Prep High School", + "Physical Address Line 1": "2015 W River Rd N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elyria", + "Physical Address State": "OH ", + "Physical Address Zip": "44035", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805220", + "School District Name": "Lamar School District No. Re-2", + "Physical Address Line 1": "210 W PEARL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAMAR", + "Physical Address State": "CO ", + "Physical Address Zip": "81052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.23656542056074767", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501260", + "School District Name": "Black River Falls School District", + "Physical Address Line 1": "301 N 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Black River Falls", + "Physical Address State": "WI ", + "Physical Address Zip": "54615", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1704357418643133", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805250", + "School District Name": "Las Animas School District No. Re-1", + "Physical Address Line 1": "1021 2ND STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAS ANIMAS", + "Physical Address State": "CO ", + "Physical Address Zip": "81054", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.29814814814814816", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904846", + "School District Name": "Black River Local", + "Physical Address Line 1": "257A County Road 40", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sullivan", + "Physical Address State": "OH ", + "Physical Address Zip": "44880", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13407525172231055", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805820", + "School District Name": "Lewis-Palmer Consolidated School District No. 38 in the co", + "Physical Address Line 1": "146 N JEFFERSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONUMENT", + "Physical Address State": "CO ", + "Physical Address Zip": "80132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.042232683254875586", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600114", + "School District Name": "Black River Public School", + "Physical Address Line 1": "491 COLUMBIA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "49423", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800019", + "School District Name": "Liberty J-4 School District", + "Physical Address Line 1": "9332 HIGHWAY 36", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JOES", + "Physical Address State": "CO ", + "Physical Address Zip": "80822", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20833333333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805280", + "School District Name": "Limon School District No. Re 4J", + "Physical Address Line 1": "912 BADGER WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIMON", + "Physical Address State": "CO ", + "Physical Address Zip": "80828", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1786492374727669", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2705730", + "School District Name": "BLACKDUCK PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "156 1ST ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLACKDUCK", + "Physical Address State": "MN ", + "Physical Address Zip": "56630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17847025495750707", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805310", + "School District Name": "Littleton School District No. 6 in the county of Arapahoe", + "Physical Address Line 1": "5776 SOUTH CROCKER STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLETON", + "Physical Address State": "CO ", + "Physical Address Zip": "80120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05271998966274712", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600153", + "School District Name": "BLACKFOOT CHARTER COMMUNITY LEARNING CENTER INC.", + "Physical Address Line 1": "2801 HUNTERS LOOP", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLACKFOOT", + "Physical Address State": "ID ", + "Physical Address Zip": "83221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805340", + "School District Name": "Lone Star School District No. 101", + "Physical Address Line 1": "44940 COUNTY ROAD 54", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OTIS", + "Physical Address State": "CO ", + "Physical Address Zip": "80743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08163265306122448", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600270", + "School District Name": "BLACKFOOT DISTRICT", + "Physical Address Line 1": "270 EAST BRIDGE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLACKFOOT", + "Physical Address State": "ID ", + "Physical Address Zip": "83221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1362290227048371", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805460", + "School District Name": "Mancos School District Re-6", + "Physical Address Line 1": "355 WEST GRAND AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANCOS", + "Physical Address State": "CO ", + "Physical Address Zip": "81328", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1336405529953917", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800570", + "School District Name": "Blackford County Schools", + "Physical Address Line 1": "0668 W 200 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford City", + "Physical Address State": "IN ", + "Physical Address Zip": "47348", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18222666000998503", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805490", + "School District Name": "Manitou Springs School District No. 14 in the county of El", + "Physical Address Line 1": "405 EL MONTE PLACE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANITOU SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "80829", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10671067106710672", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203688", + "School District Name": "Blackhawk SD", + "Physical Address Line 1": "500 Blackhawk Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beaver Falls", + "Physical Address State": "PA ", + "Physical Address Zip": "15010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07504424778761062", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805520", + "School District Name": "Manzanola Joint District No. 3J of the counties of Otero a", + "Physical Address Line 1": "32475 COUNTY ROAD 11.5", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANZANOLA", + "Physical Address State": "CO ", + "Physical Address Zip": "81058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.304", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203690", + "School District Name": "Blacklick Valley SD", + "Physical Address Line 1": "555 Birch St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nanty Glo", + "Physical Address State": "PA ", + "Physical Address Zip": "15943", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.18207282913165265", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805550", + "School District Name": "Mapleton School District No. 1 in the county of Adams & St", + "Physical Address Line 1": "7350 N. BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DENVER", + "Physical Address State": "CO ", + "Physical Address Zip": "80221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1464887194153162", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400036", + "School District Name": "Blackstone Academy", + "Physical Address Line 1": "334 Pleasant Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pawtucket", + "Physical Address State": "RI ", + "Physical Address Zip": "02860", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805580", + "School District Name": "McClave School District No. Re-2", + "Physical Address Line 1": "308 LINCOLN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MC CLAVE", + "Physical Address State": "CO ", + "Physical Address Zip": "81057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16417910447761194", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400015", + "School District Name": "Blackstone Valley Prep A RI Mayoral Academy", + "Physical Address Line 1": "291 Broad St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cumberland", + "Physical Address State": "RI ", + "Physical Address Zip": "02864", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805610", + "School District Name": "Meeker School District Re1", + "Physical Address Line 1": "555 GARFIELD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEEKER", + "Physical Address State": "CO ", + "Physical Address Zip": "81641", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1062937062937063", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502710", + "School District Name": "Blackstone Valley Regional Vocational Technical", + "Physical Address Line 1": "65 Pleasant Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Upton", + "Physical Address State": "MA ", + "Physical Address Zip": "01568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804350", + "School District Name": "Mesa County Valley School District No. 51", + "Physical Address Line 1": "2115 GRAND AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND JUNCTION", + "Physical Address State": "CO ", + "Physical Address Zip": "81501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1286961535293633", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2502715", + "School District Name": "Blackstone-Millville", + "Physical Address Line 1": "175 Lincoln Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blackstone", + "Physical Address State": "MA ", + "Physical Address Zip": "01504", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07106598984771574", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805670", + "School District Name": "Miami-Yoder Joint District No. 60 of the counties of El Pas", + "Physical Address Line 1": "420 S RUSH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RUSH", + "Physical Address State": "CO ", + "Physical Address Zip": "80833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22377622377622378", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900142", + "School District Name": "Blackwater Community School", + "Physical Address Line 1": "3652 E Blackwater School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coolidge", + "Physical Address State": "AZ", + "Physical Address Zip": "85128", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805730", + "School District Name": "Moffat County School District RE: No. 1", + "Physical Address Line 1": "600 TEXAS AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRAIG", + "Physical Address State": "CO ", + "Physical Address Zip": "81625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11878453038674033", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905190", + "School District Name": "BLACKWATER R-II", + "Physical Address Line 1": "300 DODDRIDGE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLACKWATER", + "Physical Address State": "MO ", + "Physical Address Zip": "65322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16470588235294117", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805700", + "School District Name": "Moffat School District No. 2 in the county of Saguache and", + "Physical Address Line 1": "501 GARFIELD AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOFFAT", + "Physical Address State": "CO ", + "Physical Address Zip": "81143", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3526315789473684", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4004630", + "School District Name": "BLACKWELL", + "Physical Address Line 1": "201 East Blackwell Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blackwell", + "Physical Address State": "OK ", + "Physical Address Zip": "74631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22058823529411764", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805760", + "School District Name": "Monte Vista School District No. C-8", + "Physical Address Line 1": "59 NORTH BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTE VISTA", + "Physical Address State": "CO ", + "Physical Address Zip": "81144", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20537261698440207", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800005", + "School District Name": "BLACKWELL CISD", + "Physical Address Line 1": "610 N ALAMO", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLACKWELL", + "Physical Address State": "TX ", + "Physical Address Zip": "79506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17391304347826086", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803090", + "School District Name": "Montezuma-Cortez School District No. Re-1", + "Physical Address Line 1": "400 NORTH ELM", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORTEZ", + "Physical Address State": "CO ", + "Physical Address Zip": "81321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21754057428214732", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700390", + "School District Name": "Bladen County Schools", + "Physical Address Line 1": "1489 US Hwy 701 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elizabethtown", + "Physical Address State": "NC ", + "Physical Address Zip": "28337", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28815848716794235", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805790", + "School District Name": "Montrose County School District Re-1J", + "Physical Address Line 1": "930 COLORADO AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTROSE", + "Physical Address State": "CO ", + "Physical Address Zip": "81401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1684065090574148", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000011", + "School District Name": "Blaine", + "Physical Address Line 1": "420 Ohio Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chinook", + "Physical Address State": "MT ", + "Physical Address Zip": "59523", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806300", + "School District Name": "Mountain Valley School District No. Re 1", + "Physical Address Line 1": "403 PITKIN AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAGUACHE", + "Physical Address State": "CO ", + "Physical Address Zip": "81149", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3273809523809524", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600300", + "School District Name": "BLAINE COUNTY DISTRICT", + "Physical Address Line 1": "118 WEST BULLION STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAILEY", + "Physical Address State": "ID ", + "Physical Address Zip": "83333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.06967213114754098", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805100", + "School District Name": "North Conejos School District No. Re1J", + "Physical Address Line 1": "17890 US HWY 285", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA JARA", + "Physical Address State": "CO ", + "Physical Address Zip": "81140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20278099652375434", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300570", + "School District Name": "Blaine School District", + "Physical Address Line 1": "765 H Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLAINE", + "Physical Address State": "WA ", + "Physical Address Zip": "98230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1527777777777778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0807050", + "School District Name": "North Park School District R-1", + "Physical Address Line 1": "910 4TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALDEN", + "Physical Address State": "CO ", + "Physical Address Zip": "80480", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24855491329479767", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4004650", + "School District Name": "BLAIR", + "Physical Address Line 1": "610 Zinn Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blair", + "Physical Address State": "OK ", + "Physical Address Zip": "73526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24691358024691357", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805880", + "School District Name": "Norwood School District No. R-2J", + "Physical Address Line 1": "1225 WEST SUMMIT AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORWOOD", + "Physical Address State": "CO ", + "Physical Address Zip": "81423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11739130434782609", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3104100", + "School District Name": "BLAIR COMMUNITY SCHOOLS", + "Physical Address Line 1": "1100 DEERFIELD BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLAIR", + "Physical Address State": "NE ", + "Physical Address Zip": "68008", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.05779889152810768", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805940", + "School District Name": "Otis School District No. R-3", + "Physical Address Line 1": "518 DUNGAN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OTIS", + "Physical Address State": "CO ", + "Physical Address Zip": "80743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15343915343915343", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2909930", + "School District Name": "BLAIR OAKS R-II", + "Physical Address Line 1": "6124 FALCON LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JEFFERSON CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "65101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03983516483516483", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805970", + "School District Name": "Ouray School District No. R-1 of the county of Ouray and", + "Physical Address Line 1": "400 7TH AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OURAY", + "Physical Address State": "CO ", + "Physical Address Zip": "81427", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11235955056179775", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500016", + "School District Name": "Blair-Taylor School District", + "Physical Address Line 1": "N31024 Elland Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blair", + "Physical Address State": "WI ", + "Physical Address Zip": "54616", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13882063882063883", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401800", + "School District Name": "Blairstown Elementary Township School District", + "Physical Address Line 1": "1 Sunset Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blairstown", + "Physical Address State": "NJ ", + "Physical Address Zip": "07825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06286836935166994", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203750", + "School District Name": "Blairsville-Saltsburg SD", + "Physical Address Line 1": "102 School Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blairsville", + "Physical Address State": "PA ", + "Physical Address Zip": "15717", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15696969696969698", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806930", + "School District Name": "Kiowa County School District No. Re-2", + "Physical Address Line 1": "13997 COUNTY ROAD 71", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHERIDAN LAKE", + "Physical Address State": "CO ", + "Physical Address Zip": "81071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15217391304347827", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4004680", + "School District Name": "BLANCHARD", + "Physical Address Line 1": "211 North Tyler Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blanchard", + "Physical Address State": "OK ", + "Physical Address Zip": "73010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09059745347698335", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904638", + "School District Name": "Blanchester Local", + "Physical Address Line 1": "951 Cherry St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blanchester", + "Physical Address State": "OH ", + "Physical Address Zip": "45107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12901155327342748", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810320", + "School District Name": "BLANCO ISD", + "Physical Address Line 1": "814 ELEVENTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLANCO", + "Physical Address State": "TX ", + "Physical Address Zip": "78606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1227154046997389", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100390", + "School District Name": "BLAND CO PBLC SCHS", + "Physical Address Line 1": "361 Bears Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bastian", + "Physical Address State": "VA ", + "Physical Address Zip": "24314", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1564327485380117", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810350", + "School District Name": "BLAND ISD", + "Physical Address Line 1": "2556 LAKE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARMERSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14596949891067537", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810380", + "School District Name": "BLANKET ISD", + "Physical Address Line 1": "901 AVE H", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLANKET", + "Physical Address State": "TX ", + "Physical Address Zip": "76432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20765027322404372", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289270", + "School District Name": "BLaST IU 17", + "Physical Address Line 1": "2400 Reach Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamsport", + "Physical Address State": "PA ", + "Physical Address Zip": "17701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300440", + "School District Name": "Bleckley County", + "Physical Address Line 1": "909 N.E Dykes St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cochran", + "Physical Address State": "GA ", + "Physical Address Zip": "31014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.251063829787234", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700270", + "School District Name": "Bledsoe County", + "Physical Address Line 1": "478 Spring ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pikeville", + "Physical Address State": "TN ", + "Physical Address Zip": "37367", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26335403726708073", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601072", + "School District Name": "Blended Learning Academies Credit Recovery High School", + "Physical Address Line 1": "1754 E Clark Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lansing", + "Physical Address State": "MI ", + "Physical Address Zip": "48906", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624630", + "School District Name": "BLIND BROOK-RYE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "390 N RIDGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RYE BROOK", + "Physical Address State": "NY ", + "Physical Address Zip": "10573", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.025837988826815643", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600330", + "School District Name": "BLISS JOINT DISTRICT", + "Physical Address Line 1": "EAST MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLISS", + "Physical Address State": "ID ", + "Physical Address Zip": "83314", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13705583756345177", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606000", + "School District Name": "Blissfield Community Schools", + "Physical Address Line 1": "630 SOUTH LANE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLISSFIELD", + "Physical Address State": "MI ", + "Physical Address Zip": "49228", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1155516941789748", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801466", + "School District Name": "BLOOM ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "3420 ALMEDA GENOA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77047", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706420", + "School District Name": "Bloom Twp HSD 206", + "Physical Address Line 1": "100 W 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "60411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23842286319132044", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904686", + "School District Name": "Bloom-Carroll Local", + "Physical Address Line 1": "5240 Plum Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carroll", + "Physical Address State": "OH ", + "Physical Address Zip": "43112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05217748562037798", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904959", + "School District Name": "Bloom-Vernon Local", + "Physical Address Line 1": "10529 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Webster", + "Physical Address State": "OH ", + "Physical Address Zip": "45682", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.196870925684485", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810440", + "School District Name": "BLOOMBURG ISD", + "Physical Address Line 1": "211 W CYPRESS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLOOMBURG", + "Physical Address State": "TX ", + "Physical Address Zip": "75556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23107569721115537", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501350", + "School District Name": "Bloomer School District", + "Physical Address Line 1": "1310 17th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomer", + "Physical Address State": "WI ", + "Physical Address Zip": "54724", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08688906128782002", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803870", + "School District Name": "El Paso County Colorado School District 49", + "Physical Address Line 1": "10850 EAST WOODMEN ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEYTON", + "Physical Address State": "CO ", + "Physical Address Zip": "80831", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.07169057900357524", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3104140", + "School District Name": "BLOOMFIELD COMMUNITY SCHOOLS", + "Physical Address Line 1": "311 E BENTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLOOMFIELD", + "Physical Address State": "NE ", + "Physical Address Zip": "68718", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0782312925170068", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3004200", + "School District Name": "Bloomfield Elem", + "Physical Address Line 1": "2285 Fas 470", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomfield", + "Physical Address State": "MT ", + "Physical Address Zip": "59315", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606090", + "School District Name": "Bloomfield Hills Schools", + "Physical Address Line 1": "7273 Wing Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomfield Hills", + "Physical Address State": "MI ", + "Physical Address Zip": "48301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.038088642659279776", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905250", + "School District Name": "BLOOMFIELD R-XIV", + "Physical Address Line 1": "505 COURT St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLOOMFIELD", + "Physical Address State": "MO ", + "Physical Address Zip": "63825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18541996830427893", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900330", + "School District Name": "Bloomfield School District", + "Physical Address Line 1": "1133 Blue Hills Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomfield", + "Physical Address State": "CT ", + "Physical Address Zip": "06002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1288056206088993", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800600", + "School District Name": "Bloomfield School District", + "Physical Address Line 1": "500 W South St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomfield", + "Physical Address State": "IN ", + "Physical Address Zip": "47424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16024973985431842", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500240", + "School District Name": "BLOOMFIELD SCHOOLS", + "Physical Address Line 1": "325 NORTH BERGIN LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLOOMFIELD", + "Physical Address State": "NM ", + "Physical Address Zip": "87413", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.34709962168978564", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401830", + "School District Name": "Bloomfield Township School District", + "Physical Address Line 1": "155 Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10815939278937381", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905009", + "School District Name": "Bloomfield-Mespo Local", + "Physical Address Line 1": "2077 Park Rd W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Bloomfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10683760683760683", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810470", + "School District Name": "BLOOMING GROVE ISD", + "Physical Address Line 1": "212 W GRADY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLOOMING GROVE", + "Physical Address State": "TX ", + "Physical Address Zip": "76626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20218037661050545", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2705760", + "School District Name": "BLOOMING PRAIRIE PUBLIC SCHOOL DIST", + "Physical Address Line 1": "202 4TH AVE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLOOMING PRAIRIE", + "Physical Address State": "MN ", + "Physical Address Zip": "55917", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11878787878787879", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606270", + "School District Name": "Bloomingdale Public School District", + "Physical Address Line 1": "629 E KALAMAZOO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLOOMINGDALE", + "Physical Address State": "MI ", + "Physical Address Zip": "49026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24963072378138848", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401860", + "School District Name": "Bloomingdale School District", + "Physical Address Line 1": "225 Glenwild Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomingdale", + "Physical Address State": "NJ ", + "Physical Address Zip": "07403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.071", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706450", + "School District Name": "Bloomingdale SD 13", + "Physical Address Line 1": "164 Euclid Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomingdale", + "Physical Address State": "IL ", + "Physical Address Zip": "60108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06147859922178988", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810500", + "School District Name": "BLOOMINGTON ISD", + "Physical Address Line 1": "131 N WILLIAMS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLACEDO", + "Physical Address State": "TX ", + "Physical Address Zip": "77977", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.33877551020408164", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2705790", + "School District Name": "BLOOMINGTON PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1350 W 106TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLOOMINGTON", + "Physical Address State": "MN ", + "Physical Address Zip": "55431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.0978558394160584", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706480", + "School District Name": "Bloomington SD 87", + "Physical Address Line 1": "300 E Monroe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomington", + "Physical Address State": "IL ", + "Physical Address Zip": "61701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17550884217550886", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203840", + "School District Name": "Bloomsburg Area SD", + "Physical Address Line 1": "728 E 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17815", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17363344051446947", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401890", + "School District Name": "Bloomsbury Borough School District", + "Physical Address Line 1": "20 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomsbury", + "Physical Address State": "NJ ", + "Physical Address Zip": "08804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06382978723404255", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700300", + "School District Name": "Blount County", + "Physical Address Line 1": "831 Grandview DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maryville", + "Physical Address State": "TN ", + "Physical Address Zip": "37803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13817456052813387", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3004230", + "School District Name": "Blue Creek Elem", + "Physical Address Line 1": "3652 Blue Creek Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billings", + "Physical Address State": "MT ", + "Physical Address Zip": "59101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0851063829787234", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700130", + "School District Name": "BLUE EARTH AREA PUBLIC SCHOOL", + "Physical Address Line 1": "315 E 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLUE EARTH", + "Physical Address State": "MN ", + "Physical Address Zip": "56013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905280", + "School District Name": "BLUE EYE R-V", + "Physical Address Line 1": "658 STATE HWY EE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLUE EYE", + "Physical Address State": "MO ", + "Physical Address Zip": "65611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.268", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3104200", + "School District Name": "BLUE HILL COMMUNITY SCHOOLS", + "Physical Address Line 1": "606 S SYCAMORE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLUE HILL", + "Physical Address State": "NE ", + "Physical Address Zip": "68930", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07555555555555556", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2303210", + "School District Name": "Blue Hill Public Schools", + "Physical Address Line 1": "20 Hinckley Ridge Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blue Hill", + "Physical Address State": "ME ", + "Physical Address Zip": "04614", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11778846153846154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502740", + "School District Name": "Blue Hills Regional Vocational Technical", + "Physical Address Line 1": "800 Randolph Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "MA ", + "Physical Address Zip": "02021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203870", + "School District Name": "Blue Mountain SD", + "Physical Address Line 1": "685 Red Dale Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orwigsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17961", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07813504823151125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5008224", + "School District Name": "Blue Mountain USD #21", + "Physical Address Line 1": "2420 Route 302", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wells River", + "Physical Address State": "VT ", + "Physical Address Zip": "05081", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700003", + "School District Name": "Blue Ridge CUSD 18", + "Physical Address Line 1": "411 N John St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farmer City", + "Physical Address State": "IL ", + "Physical Address Zip": "61842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12569832402234637", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100062", + "School District Name": "BLUE RIDGE GOV SCHOOL", + "Physical Address Line 1": "Fluvanna County Public Schools", + "Physical Address Line 2": "14455 James Madison Highway", + "Physical Address Line 3": "", + "Physical Address City": "Palmyra", + "Physical Address State": "VA ", + "Physical Address Zip": "22963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810590", + "School District Name": "BLUE RIDGE ISD", + "Physical Address Line 1": "318 W SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLUE RIDGE", + "Physical Address State": "TX ", + "Physical Address Zip": "75424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10450819672131148", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203900", + "School District Name": "Blue Ridge SD", + "Physical Address Line 1": "5150 School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Milford", + "Physical Address State": "PA ", + "Physical Address Zip": "18834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18609406952965235", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800009", + "School District Name": "Blue River Career Programs", + "Physical Address Line 1": "801 St Joseph St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelbyville", + "Physical Address State": "IN ", + "Physical Address Zip": "46176", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800660", + "School District Name": "Blue River Valley Schools", + "Physical Address Line 1": "303 S Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Summit", + "Physical Address State": "IN ", + "Physical Address Zip": "47361", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1933028919330289", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905310", + "School District Name": "BLUE SPRINGS R-IV", + "Physical Address Line 1": "1801 NW VESPER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLUE SPRINGS", + "Physical Address State": "MO ", + "Physical Address Zip": "64015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07539393939393939", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900360", + "School District Name": "Bolton School District", + "Physical Address Line 1": "72 Brandy Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bolton", + "Physical Address State": "CT ", + "Physical Address Zip": "06043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.057951482479784364", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012000", + "School District Name": "Blue Valley", + "Physical Address Line 1": "15020 Metcalf Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Overland Park", + "Physical Address State": "KS ", + "Physical Address Zip": "66223", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.026708237857330678", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900390", + "School District Name": "Bozrah School District", + "Physical Address Line 1": "8 Bozrah Street Extension", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bozrah", + "Physical Address State": "CT ", + "Physical Address Zip": "06334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10967741935483871", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010980", + "School District Name": "Blue Valley", + "Physical Address Line 1": "3 Ram Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Randolph", + "Physical Address State": "KS ", + "Physical Address Zip": "66554", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0912280701754386", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900420", + "School District Name": "Branford School District", + "Physical Address Line 1": "1111 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Branford", + "Physical Address State": "CT ", + "Physical Address Zip": "06405", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07231602421153234", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600992", + "School District Name": "Blue Water Middle College", + "Physical Address Line 1": "323 Erie Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Port Huron", + "Physical Address State": "MI ", + "Physical Address Zip": "48060", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900450", + "School District Name": "Bridgeport School District", + "Physical Address Line 1": "45 Lyon Terrace", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeport", + "Physical Address State": "CT ", + "Physical Address Zip": "06604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.24873055205752123", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4004830", + "School District Name": "BLUEJACKET", + "Physical Address Line 1": "276 NE 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bluejacket", + "Physical Address State": "OK ", + "Physical Address Zip": "74333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20600858369098712", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900510", + "School District Name": "Bristol School District", + "Physical Address Line 1": "29 Church Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bristol", + "Physical Address State": "CT ", + "Physical Address Zip": "06011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14691622505355734", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900540", + "School District Name": "Brookfield School District", + "Physical Address Line 1": "100 Pocono Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brookfield", + "Physical Address State": "CT ", + "Physical Address Zip": "06804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.047619047619047616", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700193", + "School District Name": "BLUESKY CHARTER SCHOOL", + "Physical Address Line 1": "2051 KILLEBREW DRIVE", + "Physical Address Line 2": "SUITE #500", + "Physical Address Line 3": "", + "Physical Address City": "BLOOMINGTON", + "Physical Address State": "MN ", + "Physical Address Zip": "55425", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900570", + "School District Name": "Brooklyn School District", + "Physical Address Line 1": "119 Gorman Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brooklyn", + "Physical Address State": "CT ", + "Physical Address Zip": "06234", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12260536398467432", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008550", + "School District Name": "Bluestem", + "Physical Address Line 1": "625 S. Mill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leon", + "Physical Address State": "KS ", + "Physical Address Zip": "67074", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13643410852713178", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900630", + "School District Name": "Canaan School District", + "Physical Address Line 1": "246 Warren Turnpike Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Falls Village", + "Physical Address State": "CT ", + "Physical Address Zip": "06031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12048192771084337", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810620", + "School District Name": "BLUFF DALE ISD", + "Physical Address Line 1": "430 FM 2481", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLUFF DALE", + "Physical Address State": "TX ", + "Physical Address Zip": "76433", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13358778625954199", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900660", + "School District Name": "Canterbury School District", + "Physical Address Line 1": "45 Westminster Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canterbury", + "Physical Address State": "CT ", + "Physical Address Zip": "06331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10135970333745364", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904521", + "School District Name": "Bluffton Exempted Village", + "Physical Address Line 1": "102 S Jackson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bluffton", + "Physical Address State": "OH ", + "Physical Address Zip": "45817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.06111111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900690", + "School District Name": "Canton School District", + "Physical Address Line 1": "4 Market Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Collinsville", + "Physical Address State": "CT ", + "Physical Address Zip": "06022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03867069486404834", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2705850", + "School District Name": "BLUFFVIEW MONTESSORI", + "Physical Address Line 1": "1321 GILMORE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINONA", + "Physical Address State": "MN ", + "Physical Address Zip": "55987", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900720", + "School District Name": "Chaplin School District", + "Physical Address Line 1": "304 Parish Hill", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chaplin", + "Physical Address State": "CT ", + "Physical Address Zip": "06235", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10948905109489052", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701417", + "School District Name": "Bluford Unit School District 318", + "Physical Address Line 1": "901 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bluford", + "Physical Address State": "IL ", + "Physical Address Zip": "62814", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14705882352941177", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900750", + "School District Name": "Cheshire School District", + "Physical Address Line 1": "29 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cheshire", + "Physical Address State": "CT ", + "Physical Address Zip": "06410", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.032277834525025535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810650", + "School District Name": "BLUM ISD", + "Physical Address Line 1": "310 S AVE F", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLUM", + "Physical Address State": "TX ", + "Physical Address Zip": "76627", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17034700315457413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900780", + "School District Name": "Chester School District", + "Physical Address Line 1": "1 Winthrop Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deep River", + "Physical Address State": "CT ", + "Physical Address Zip": "06417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08294930875576037", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900810", + "School District Name": "Clinton School District", + "Physical Address Line 1": "137 B Glenwood Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "CT ", + "Physical Address Zip": "06413", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0703725606150207", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700164", + "School District Name": "BMP Tri County Special Ed Coop", + "Physical Address Line 1": "PO Box 239", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tiskilwa", + "Physical Address State": "IL ", + "Physical Address Zip": "61368", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900840", + "School District Name": "Colchester School District", + "Physical Address Line 1": "127 Norwich Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colchester", + "Physical Address State": "CT ", + "Physical Address Zip": "06415", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.04325994592506759", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904830", + "School District Name": "Boardman Local", + "Physical Address Line 1": "7777 Glenwood Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18781829293135058", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900870", + "School District Name": "Colebrook School District", + "Physical Address Line 1": "452 Smith Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colebrook", + "Physical Address State": "CT ", + "Physical Address Zip": "06021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05405405405405406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900900", + "School District Name": "Columbia School District", + "Physical Address Line 1": "3 Schoolhouse Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "CT ", + "Physical Address Zip": "06237", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.057455540355677154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801410", + "School District Name": "BOB HOPE SCHOOL", + "Physical Address Line 1": "2849 9TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT ARTHUR", + "Physical Address State": "TX ", + "Physical Address Zip": "77642", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900930", + "School District Name": "Cornwall School District", + "Physical Address Line 1": "5 Cream Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cornwall", + "Physical Address State": "CT ", + "Physical Address Zip": "06796", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17757009345794392", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810710", + "School District Name": "BOERNE ISD", + "Physical Address Line 1": "235 JOHNS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOERNE", + "Physical Address State": "TX ", + "Physical Address Zip": "78006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.060912433155080214", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900960", + "School District Name": "Coventry School District", + "Physical Address Line 1": "1700 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coventry", + "Physical Address State": "CT ", + "Physical Address Zip": "06238", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06902173913043479", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401920", + "School District Name": "Bogota Public School District", + "Physical Address Line 1": "1 Henry C. Luthin Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bogota", + "Physical Address State": "NJ ", + "Physical Address Zip": "07603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11739130434782609", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900990", + "School District Name": "Cromwell School District", + "Physical Address Line 1": "9 Captain James Mann Memorial Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cromwell", + "Physical Address State": "CT ", + "Physical Address Zip": "06416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04914004914004914", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900194", + "School District Name": "BOGUE CHITTO ELEMENTARY SCHOOL", + "Physical Address Line 1": "13241 HWY 491 NORTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHILADELPHIA", + "Physical Address State": "MS", + "Physical Address Zip": "39350", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901020", + "School District Name": "Danbury School District", + "Physical Address Line 1": "63 Beaver Brook Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danbury", + "Physical Address State": "CT ", + "Physical Address Zip": "06810", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16284275321768327", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901050", + "School District Name": "Darien School District", + "Physical Address Line 1": "2 Renshaw Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Darien", + "Physical Address State": "CT ", + "Physical Address Zip": "06820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.020923656927426957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606300", + "School District Name": "Bois Blanc Pines School District", + "Physical Address Line 1": "100 SIOUX AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POINTE AUX PINS", + "Physical Address State": "MI ", + "Physical Address Zip": "49775", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.5", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901080", + "School District Name": "Deep River School District", + "Physical Address Line 1": "1 Winthrop Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deep River", + "Physical Address State": "CT ", + "Physical Address Zip": "06417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0627177700348432", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4004860", + "School District Name": "BOISE CITY", + "Physical Address Line 1": "700 SE 1st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boise City", + "Physical Address State": "OK ", + "Physical Address Zip": "73933", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22278481012658227", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901110", + "School District Name": "Derby School District", + "Physical Address Line 1": "35 Fifth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Derby", + "Physical Address State": "CT ", + "Physical Address Zip": "06418", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1686967113276492", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600360", + "School District Name": "BOISE INDEPENDENT DISTRICT", + "Physical Address Line 1": "8169 WEST VICTORY ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOISE", + "Physical Address State": "ID ", + "Physical Address Zip": "83709", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.09535381958878265", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0901170", + "School District Name": "East Granby School District", + "Physical Address Line 1": "33 Turkey Hills Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Granby", + "Physical Address State": "CT ", + "Physical Address Zip": "06026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03777777777777778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300630", + "School District Name": "Boistfort School District", + "Physical Address Line 1": "983 BOISTFORT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CURTIS", + "Physical Address State": "WA ", + "Physical Address Zip": "98538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12558139534883722", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901200", + "School District Name": "East Haddam School District", + "Physical Address Line 1": "1 Plain Roads", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moodus", + "Physical Address State": "CT ", + "Physical Address Zip": "06469", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.046811945117029866", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4004950", + "School District Name": "BOKOSHE", + "Physical Address Line 1": "30201 CHICKASAW STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bokoshe", + "Physical Address State": "OK ", + "Physical Address Zip": "74930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901230", + "School District Name": "East Hampton School District", + "Physical Address Line 1": "1 Community Dr Ste 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Hampton", + "Physical Address State": "CT ", + "Physical Address Zip": "06424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.03980634749865519", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601198", + "School District Name": "BOLD CHARTER SCHOOL", + "Physical Address Line 1": "1090 CLOSE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10472", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901260", + "School District Name": "East Hartford School District", + "Physical Address Line 1": "1110 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Hartford", + "Physical Address State": "CT ", + "Physical Address Zip": "06108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.18132135049793538", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700156", + "School District Name": "BOLD KIDS AFTER SCHOOL PROG", + "Physical Address Line 1": "2425C Westinghouse Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28273", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901290", + "School District Name": "East Haven School District", + "Physical Address Line 1": "35 Wheelbarrow Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Haven", + "Physical Address State": "CT ", + "Physical Address Zip": "06513", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12609202096680255", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810740", + "School District Name": "BOLES ISD", + "Physical Address Line 1": "9777 F M 2101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUINLAN", + "Physical Address State": "TX ", + "Physical Address Zip": "75474", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901320", + "School District Name": "East Lyme School District", + "Physical Address Line 1": "165 Boston Post Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Lyme", + "Physical Address State": "CT ", + "Physical Address Zip": "06333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.059587471352177235", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901350", + "School District Name": "East Windsor School District", + "Physical Address Line 1": "70 South Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Windsor", + "Physical Address State": "CT ", + "Physical Address Zip": "06088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12435233160621761", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810780", + "School District Name": "BOLING ISD", + "Physical Address Line 1": "301 TEXAS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOLING", + "Physical Address State": "TX ", + "Physical Address Zip": "77420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1951219512195122", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901380", + "School District Name": "Eastford School District", + "Physical Address Line 1": "12 Westford Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastford", + "Physical Address State": "CT ", + "Physical Address Zip": "06242", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09251101321585903", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905370", + "School District Name": "BOLIVAR R-I", + "Physical Address Line 1": "524 W MADISON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOLIVAR", + "Physical Address State": "MO ", + "Physical Address Zip": "65613", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16396979503775622", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901410", + "School District Name": "Easton School District", + "Physical Address Line 1": "654 Morehouse Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Easton", + "Physical Address State": "CT ", + "Physical Address Zip": "06612", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04612365063788027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600012", + "School District Name": "BOLIVAR-RICHBURG CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "100 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOLIVAR", + "Physical Address State": "NY ", + "Physical Address Zip": "14715", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17590027700831026", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901440", + "School District Name": "Ellington School District", + "Physical Address Line 1": "47 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellington", + "Physical Address State": "CT ", + "Physical Address Zip": "06029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04623614826136798", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605010", + "School District Name": "BOLTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "26 HORICON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOLTON LANDING", + "Physical Address State": "NY ", + "Physical Address Zip": "12814", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14084507042253522", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901470", + "School District Name": "Enfield School District", + "Physical Address Line 1": "1010 Enfield Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Enfield", + "Physical Address State": "CT ", + "Physical Address Zip": "06082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10446444326804305", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901500", + "School District Name": "Essex School District", + "Physical Address Line 1": "1 Winthrop Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deep River", + "Physical Address State": "CT ", + "Physical Address Zip": "06417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06965174129353234", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4607400", + "School District Name": "Bon Homme School District 04-2", + "Physical Address Line 1": "1404 Fir St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tyndall", + "Physical Address State": "SD ", + "Physical Address Zip": "57066", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09313725490196079", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901530", + "School District Name": "Fairfield School District", + "Physical Address Line 1": "501 Kings Highway East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "CT ", + "Physical Address Zip": "06825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04531352825044655", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905400", + "School District Name": "BONCL R-X", + "Physical Address Line 1": "23526 PIKE 9247", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOUISIANA", + "Physical Address State": "MO ", + "Physical Address Zip": "63353", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11702127659574468", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901560", + "School District Name": "Farmington School District", + "Physical Address Line 1": "One Monteith Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farmington", + "Physical Address State": "CT ", + "Physical Address Zip": "06032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04398625429553265", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717730", + "School District Name": "Bond County CUSD 2", + "Physical Address Line 1": "1008 N Hena St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "IL ", + "Physical Address Zip": "62246", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15812917594654788", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901590", + "School District Name": "Franklin School District", + "Physical Address Line 1": "206 Pond Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Franklin", + "Physical Address State": "CT ", + "Physical Address Zip": "06254", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08712121212121213", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700234", + "School District Name": "Bond Fayette Effingham EFE 410", + "Physical Address Line 1": "1109 N 8th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vandalia", + "Physical Address State": "IL ", + "Physical Address Zip": "62471", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901620", + "School District Name": "Glastonbury School District", + "Physical Address Line 1": "628 Hebron Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glastonbury", + "Physical Address State": "CT ", + "Physical Address Zip": "06033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0420545746388443", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700165", + "School District Name": "Bond/Christian/Effingham/Fayette/Montgomery ROE", + "Physical Address Line 1": "1500 W Jefferson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vandalia", + "Physical Address State": "IL ", + "Physical Address Zip": "62471", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901680", + "School District Name": "Granby School District", + "Physical Address Line 1": "15-B North Granby Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Granby", + "Physical Address State": "CT ", + "Physical Address Zip": "06035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.037422037422037424", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501470", + "School District Name": "Bonduel School District", + "Physical Address Line 1": "400 W Green Bay St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bonduel", + "Physical Address State": "WI ", + "Physical Address Zip": "54107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11121408711770157", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901710", + "School District Name": "Greenwich School District", + "Physical Address Line 1": "290 Greenwich Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenwich", + "Physical Address State": "CT ", + "Physical Address Zip": "06830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05958398939255822", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1905070", + "School District Name": "Bondurant-Farrar Comm School District", + "Physical Address Line 1": "300 Garfield St. SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bondurant", + "Physical Address State": "IA ", + "Physical Address Zip": "50035", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.046311475409836066", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901740", + "School District Name": "Griswold School District", + "Physical Address Line 1": "211 Slater Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Griswold", + "Physical Address State": "CT ", + "Physical Address Zip": "06351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11254924029262803", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810800", + "School District Name": "BONHAM ISD", + "Physical Address Line 1": "1005 CHESTNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BONHAM", + "Physical Address State": "TX ", + "Physical Address Zip": "75418", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1828278513455788", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901770", + "School District Name": "Groton School District", + "Physical Address Line 1": "1300 Flanders Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mystic", + "Physical Address State": "CT ", + "Physical Address Zip": "06355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11317135549872123", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901800", + "School District Name": "Guilford School District", + "Physical Address Line 1": "55 Park Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Guilford", + "Physical Address State": "CT ", + "Physical Address Zip": "06437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03005008347245409", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901860", + "School District Name": "Hamden School District", + "Physical Address Line 1": "60 Putnam Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamden", + "Physical Address State": "CT ", + "Physical Address Zip": "06517", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12104918032786885", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3004260", + "School District Name": "Bonner Elem", + "Physical Address Line 1": "9045 Hwy 200 E.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bonner", + "Physical Address State": "MT ", + "Physical Address Zip": "59823", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.18125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901890", + "School District Name": "Hampton School District", + "Physical Address Line 1": "380 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "CT ", + "Physical Address Zip": "06247", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10679611650485436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004050", + "School District Name": "Bonner Springs", + "Physical Address Line 1": "2200 S 138th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bonner Springs", + "Physical Address State": "KS ", + "Physical Address Zip": "66012", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11702127659574468", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901920", + "School District Name": "Hartford School District", + "Physical Address Line 1": "330 Wethersfield Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "CT ", + "Physical Address Zip": "06114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.3046551550035343", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0619650", + "School District Name": "South Monterey County Joint Union High", + "Physical Address Line 1": "800 BRd.way St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "King City", + "Physical Address State": "CA ", + "Physical Address Zip": "93930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16620594333102973", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900195", + "School District Name": "Bonneville Academy", + "Physical Address Line 1": "800 W Montauk Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STANSBURY PARK", + "Physical Address State": "UT ", + "Physical Address Zip": "84074", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901950", + "School District Name": "Hartland School District", + "Physical Address Line 1": "30 South Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Hartland", + "Physical Address State": "CT ", + "Physical Address Zip": "06027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07806691449814127", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600930", + "School District Name": "BONNEVILLE JOINT DISTRICT", + "Physical Address Line 1": "3497 NORTH AMMON ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IDAHO FALLS", + "Physical Address State": "ID ", + "Physical Address Zip": "83401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.0890165111270639", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902010", + "School District Name": "Hebron School District", + "Physical Address Line 1": "580 Gilead Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hebron", + "Physical Address State": "CT ", + "Physical Address Zip": "06248", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0457516339869281", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700449", + "School District Name": "Bonnie Cone Classical Academy", + "Physical Address Line 1": "10700 Asbury Chapel Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntersville", + "Physical Address State": "NC ", + "Physical Address Zip": "28078", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902040", + "School District Name": "Kent School District", + "Physical Address Line 1": "9 Judd Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kent", + "Physical Address State": "CT ", + "Physical Address Zip": "06757", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09012875536480687", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700479", + "School District Name": "Bonnie Cone Leadership Academy", + "Physical Address Line 1": "301 N. Wilmington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902070", + "School District Name": "Killingly School District", + "Physical Address Line 1": "79 Westfield Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danielson", + "Physical Address State": "CT ", + "Physical Address Zip": "06239", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15901060070671377", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902130", + "School District Name": "Lebanon School District", + "Physical Address Line 1": "891 Exeter Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "CT ", + "Physical Address Zip": "06249", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07077205882352941", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902160", + "School District Name": "Ledyard School District", + "Physical Address Line 1": "4 Blonder Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ledyard", + "Physical Address State": "CT ", + "Physical Address Zip": "06339", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05752212389380531", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810830", + "School District Name": "BOOKER ISD", + "Physical Address Line 1": "600 S MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOOKER", + "Physical Address State": "TX ", + "Physical Address Zip": "79005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15644171779141106", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902190", + "School District Name": "Lisbon School District", + "Physical Address Line 1": "15 Newent Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lisbon", + "Physical Address State": "CT ", + "Physical Address Zip": "06351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07429420505200594", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900217", + "School District Name": "Booker T. Washington Academy District", + "Physical Address Line 1": "804 State Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Haven", + "Physical Address State": "CT ", + "Physical Address Zip": "06511", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902220", + "School District Name": "Litchfield School District", + "Physical Address Line 1": "35 Plumb Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Litchfield", + "Physical Address State": "CT ", + "Physical Address Zip": "06759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0673076923076923", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3102820", + "School District Name": "BOONE CENTRAL SCHOOLS", + "Physical Address Line 1": "605 S 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBION", + "Physical Address State": "NE ", + "Physical Address Zip": "68620", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08517350157728706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902280", + "School District Name": "Madison School District", + "Physical Address Line 1": "10 Campus Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "CT ", + "Physical Address Zip": "06443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023517721099701887", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1905130", + "School District Name": "Boone Comm School District", + "Physical Address Line 1": "500 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boone", + "Physical Address State": "IA ", + "Physical Address Zip": "50036", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06054590570719603", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902310", + "School District Name": "Manchester School District", + "Physical Address Line 1": "45 North School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "CT ", + "Physical Address Zip": "06042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15077763267244448", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100510", + "School District Name": "Boone County", + "Physical Address Line 1": "8330 US 42", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Florence", + "Physical Address State": "KY ", + "Physical Address Zip": "41042", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07461959829580037", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902340", + "School District Name": "Mansfield School District", + "Physical Address Line 1": "4 South Eagleville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Storrs", + "Physical Address State": "CT ", + "Physical Address Zip": "06268", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0981981981981982", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400090", + "School District Name": "BOONE COUNTY SCHOOLS", + "Physical Address Line 1": "69 AVENUE B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MADISON", + "Physical Address State": "WV ", + "Physical Address Zip": "25130", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25362962962962965", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902370", + "School District Name": "Marlborough School District", + "Physical Address Line 1": "25 School Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marlborough", + "Physical Address State": "CT ", + "Physical Address Zip": "06447", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.040229885057471264", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0620460", + "School District Name": "Pacifica", + "Physical Address Line 1": "375 Reina del Mar Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pacifica", + "Physical Address State": "CA ", + "Physical Address Zip": "94044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04065040650406504", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4005010", + "School District Name": "BOONE-APACHE", + "Physical Address Line 1": "522 EAST FLOYD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "APACHE", + "Physical Address State": "OK ", + "Physical Address Zip": "73006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3711111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902400", + "School District Name": "Meriden School District", + "Physical Address Line 1": "22 Liberty Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meriden", + "Physical Address State": "CT ", + "Physical Address Zip": "06450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18123823467893746", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700166", + "School District Name": "Boone/Winnebago ROE", + "Physical Address Line 1": "300 Heart Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loves Park", + "Physical Address State": "IL ", + "Physical Address Zip": "61111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902490", + "School District Name": "Middletown School District", + "Physical Address Line 1": "311 Hunting Hill Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middletown", + "Physical Address State": "CT ", + "Physical Address Zip": "06457", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.12689885142645424", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800820", + "School District Name": "BOONEVILLE SCHOOL DIST", + "Physical Address Line 1": "201 N. First Street", + "Physical Address Line 2": "P.O. Box 358", + "Physical Address Line 3": "", + "Physical Address City": "Booneville", + "Physical Address State": "MS ", + "Physical Address Zip": "38829", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2201058201058201", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902520", + "School District Name": "Milford School District", + "Physical Address Line 1": "70 West River Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milford", + "Physical Address State": "CT ", + "Physical Address Zip": "06460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.05919434194341944", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902550", + "School District Name": "Monroe School District", + "Physical Address Line 1": "375 Monroe Turnpike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "CT ", + "Physical Address Zip": "06468", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.041559920296043266", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401950", + "School District Name": "Boonton Town Public School District", + "Physical Address Line 1": "434 Lathrop Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boonton", + "Physical Address State": "NJ ", + "Physical Address Zip": "07005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11983471074380166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902580", + "School District Name": "Montville School District", + "Physical Address Line 1": "800 Old Colchester Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakdale", + "Physical Address State": "CT ", + "Physical Address Zip": "06370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09165366614664587", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3401980", + "School District Name": "Boonton Township School District", + "Physical Address Line 1": "11 Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boonton Township", + "Physical Address State": "NJ ", + "Physical Address Zip": "07005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.036410923276983094", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902640", + "School District Name": "Naugatuck School District", + "Physical Address Line 1": "497 Rubber Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Naugatuck", + "Physical Address State": "CT ", + "Physical Address Zip": "06770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.13253984264676216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905580", + "School District Name": "BOONVILLE R-I", + "Physical Address Line 1": "736 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOONVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65233", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15798712697483908", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902670", + "School District Name": "New Britain School District", + "Physical Address Line 1": "272 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Britain", + "Physical Address State": "CT ", + "Physical Address Zip": "06050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.25169251863912934", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2303290", + "School District Name": "Boothbay-Boothbay Hbr CSD", + "Physical Address Line 1": "51 Emery Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boothbay Harbor", + "Physical Address State": "ME ", + "Physical Address Zip": "04538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13097713097713098", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902700", + "School District Name": "New Canaan School District", + "Physical Address Line 1": "39 Locust Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Canaan", + "Physical Address State": "CT ", + "Physical Address Zip": "06840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03554930708977706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601189", + "School District Name": "BOQUET VALLEY CSD", + "Physical Address Line 1": "25 SISCO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "12993", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10851063829787234", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902730", + "School District Name": "New Fairfield School District", + "Physical Address Line 1": "3 Brush Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Fairfield", + "Physical Address State": "CT ", + "Physical Address Zip": "06812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0391084945332212", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810860", + "School District Name": "BORDEN COUNTY ISD", + "Physical Address Line 1": "240 W KINCAID", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GAIL", + "Physical Address State": "TX ", + "Physical Address Zip": "79738", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10679611650485436", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902760", + "School District Name": "New Hartford School District", + "Physical Address Line 1": "530 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Hartford", + "Physical Address State": "CT ", + "Physical Address Zip": "06057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.061507936507936505", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800212", + "School District Name": "Borden-Henryville School Corporation", + "Physical Address Line 1": "601 Renz Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sellersburg", + "Physical Address State": "IN ", + "Physical Address Zip": "47172", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08081543502002184", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902790", + "School District Name": "New Haven School District", + "Physical Address Line 1": "54 Meadow Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Haven", + "Physical Address State": "CT ", + "Physical Address Zip": "06519", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.24868940036946427", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402030", + "School District Name": "Bordentown Regional School District", + "Physical Address Line 1": "318 Ward Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bordentown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06140724946695096", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902820", + "School District Name": "New London School District", + "Physical Address Line 1": "134 Williams Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New London", + "Physical Address State": "CT ", + "Physical Address Zip": "06320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.25858310626702996", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810890", + "School District Name": "BORGER ISD", + "Physical Address Line 1": "200 E 9TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BORGER", + "Physical Address State": "TX ", + "Physical Address Zip": "79007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15159377316530764", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902850", + "School District Name": "New Milford School District", + "Physical Address Line 1": "50 East Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Milford", + "Physical Address State": "CT ", + "Physical Address Zip": "06776", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07788886305510347", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621450", + "School District Name": "Richland Union Elementary", + "Physical Address Line 1": "300 N. Valley", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shafter", + "Physical Address State": "CA ", + "Physical Address Zip": "93263", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.24527769946433606", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900155", + "School District Name": "Borrego Pass", + "Physical Address Line 1": "Co Rd 19", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crownpoint", + "Physical Address State": "NM", + "Physical Address Zip": "87313", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902880", + "School District Name": "Newington School District", + "Physical Address Line 1": "131 Cedar Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newington", + "Physical Address State": "CT ", + "Physical Address Zip": "06111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06702984367598294", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902910", + "School District Name": "Newtown School District", + "Physical Address Line 1": "3 Primrose Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newtown", + "Physical Address State": "CT ", + "Physical Address Zip": "06470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.03688440140119514", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501500", + "School District Name": "Boscobel Area School District", + "Physical Address Line 1": "1110 Park St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boscobel", + "Physical Address State": "WI ", + "Physical Address Zip": "53805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15849843587069865", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902940", + "School District Name": "Norfolk School District", + "Physical Address Line 1": "128 Greenwoods Rd East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norfolk", + "Physical Address State": "CT ", + "Physical Address Zip": "06058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07291666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810910", + "School District Name": "BOSQUEVILLE ISD", + "Physical Address Line 1": "7636 ROCK CREEK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WACO", + "Physical Address State": "TX ", + "Physical Address Zip": "76708", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11332007952286283", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0902970", + "School District Name": "North Branford School District", + "Physical Address Line 1": "1332 Middletown Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northford", + "Physical Address State": "CT ", + "Physical Address Zip": "06472", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.045477772100153295", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200270", + "School District Name": "Bossier Parish", + "Physical Address Line 1": "316 Sibley Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Benton", + "Physical Address State": "LA ", + "Physical Address Zip": "71006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1841016548463357", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903000", + "School District Name": "North Canaan School District", + "Physical Address Line 1": "90 Pease Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canaan", + "Physical Address State": "CT ", + "Physical Address Zip": "06018", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12408759124087591", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502790", + "School District Name": "Boston", + "Physical Address Line 1": "2300 Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roxbury", + "Physical Address State": "MA ", + "Physical Address Zip": "02119", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.24169602236262247", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0903030", + "School District Name": "North Haven School District", + "Physical Address Line 1": "5 Linsley Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Haven", + "Physical Address State": "CT ", + "Physical Address Zip": "06473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04979020979020979", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500053", + "School District Name": "Boston Collegiate Charter (District)", + "Physical Address Line 1": "11 Mayhew Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dorchester", + "Physical Address State": "MA ", + "Physical Address Zip": "02125", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903060", + "School District Name": "North Stonington School District", + "Physical Address Line 1": "298 Norwich/Westerly Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Stonington", + "Physical Address State": "CT ", + "Physical Address Zip": "06359", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05919395465994962", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500049", + "School District Name": "Boston Day and Evening Academy Charter (District)", + "Physical Address Line 1": "20 Kearsarge Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roxbury", + "Physical Address State": "MA ", + "Physical Address Zip": "02119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903090", + "School District Name": "Norwalk School District", + "Physical Address Line 1": "125 East Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norwalk", + "Physical Address State": "CT ", + "Physical Address Zip": "06852", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.15217221135029355", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500526", + "School District Name": "Boston Green Academy Horace Mann Charter School (District)", + "Physical Address Line 1": "20 Warren St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brighton", + "Physical Address State": "MA ", + "Physical Address Zip": "02135", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903120", + "School District Name": "Norwich School District", + "Physical Address Line 1": "90 Town Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norwich", + "Physical Address State": "CT ", + "Physical Address Zip": "06360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.21964461994077", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500080", + "School District Name": "Boston Preparatory Charter Public (District)", + "Physical Address Line 1": "885 River Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hyde Park", + "Physical Address State": "MA ", + "Physical Address Zip": "02136", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903180", + "School District Name": "Old Saybrook School District", + "Physical Address Line 1": "50 Sheffield Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Old Saybrook", + "Physical Address State": "CT ", + "Physical Address Zip": "06475", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06919831223628692", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500039", + "School District Name": "Boston Renaissance Charter Public (District)", + "Physical Address Line 1": "1415 Hyde Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hyde Park", + "Physical Address State": "MA ", + "Physical Address Zip": "02136", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903210", + "School District Name": "Orange School District", + "Physical Address Line 1": "637 Orange Center Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orange", + "Physical Address State": "CT ", + "Physical Address Zip": "06477", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.044751830756712775", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903240", + "School District Name": "Oxford School District", + "Physical Address Line 1": "462 Oxford Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxford", + "Physical Address State": "CT ", + "Physical Address Zip": "06478", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03160040774719674", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4005040", + "School District Name": "BOSWELL", + "Physical Address Line 1": "604 N 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boswell", + "Physical Address State": "OK ", + "Physical Address Zip": "74727", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21511627906976744", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905610", + "School District Name": "BOSWORTH R-V", + "Physical Address Line 1": "102 E ELDRIDGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOSWORTH", + "Physical Address State": "MO ", + "Physical Address Zip": "64623", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22935779816513763", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100420", + "School District Name": "BOTETOURT CO PBLC SCHS", + "Physical Address Line 1": "143 Poor Farm Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fincastle", + "Physical Address State": "VA ", + "Physical Address Zip": "24090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07240547063555913", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904976", + "School District Name": "Botkins Local", + "Physical Address Line 1": "404 E State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Botkins", + "Physical Address State": "OH ", + "Physical Address Zip": "45306", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04883720930232558", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3803060", + "School District Name": "BOTTINEAU 1", + "Physical Address Line 1": "301 Brander St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bottineau", + "Physical Address State": "ND ", + "Physical Address Zip": "58318", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11738484398216939", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3004380", + "School District Name": "Boulder Elem", + "Physical Address Line 1": "205 S Washington", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boulder", + "Physical Address State": "MT ", + "Physical Address Zip": "59632", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14207650273224043", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800263", + "School District Name": "Boulder RE-1J St Vrain AU", + "Physical Address Line 1": "395 South Pratt Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Longmont", + "Physical Address State": "CO ", + "Physical Address Zip": "80501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800227", + "School District Name": "Boulder Re-2 Boulder AU", + "Physical Address Line 1": "6500 East Arapahoe Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boulder", + "Physical Address State": "CO ", + "Physical Address Zip": "80303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402100", + "School District Name": "Bound Brook School District", + "Physical Address Line 1": "130 West Maple Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bound Brook", + "Physical Address State": "NJ ", + "Physical Address Zip": "08805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600420", + "School District Name": "BOUNDARY COUNTY DISTRICT", + "Physical Address Line 1": "7188 OAK STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BONNERS FERRY", + "Physical Address State": "ID ", + "Physical Address Zip": "83805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17630726515502082", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100540", + "School District Name": "Bourbon County", + "Physical Address Line 1": "3343 Lexington Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paris", + "Physical Address State": "KY ", + "Physical Address Zip": "40361", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1621405750798722", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706750", + "School District Name": "Bourbonnais SD 53", + "Physical Address Line 1": "281 W John Casey Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bourbonnais", + "Physical Address State": "IL ", + "Physical Address Zip": "60914", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1251356238698011", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502820", + "School District Name": "Bourne", + "Physical Address Line 1": "36 Sandwich Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bourne", + "Physical Address State": "MA ", + "Physical Address Zip": "02532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08732269503546099", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810950", + "School District Name": "BOVINA ISD", + "Physical Address Line 1": "500 HALSELL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOVINA", + "Physical Address State": "TX ", + "Physical Address Zip": "79009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24660633484162897", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300024", + "School District Name": "Bow SAU Office", + "Physical Address Line 1": "55 Falcon Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bow", + "Physical Address State": "NH ", + "Physical Address Zip": "03304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3301950", + "School District Name": "Bow School District", + "Physical Address Line 1": "55 Falcon Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bow", + "Physical Address State": "NH ", + "Physical Address Zip": "03304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.02740524781341108", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3803090", + "School District Name": "BOWBELLS 14", + "Physical Address Line 1": "200 Madison Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bowbells", + "Physical Address State": "ND ", + "Physical Address Zip": "58721", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06741573033707865", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4607800", + "School District Name": "Bowdle School District 22-1", + "Physical Address Line 1": "3083 2nd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bowdle", + "Physical Address State": "SD ", + "Physical Address Zip": "57428", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12396694214876033", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2303390", + "School District Name": "Bowerbank Public Schools", + "Physical Address Line 1": "24 Hayes Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parkman", + "Physical Address State": "ME ", + "Physical Address Zip": "04443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4810990", + "School District Name": "BOWIE ISD", + "Physical Address Line 1": "404 E WILLIAMS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOWIE", + "Physical Address State": "TX ", + "Physical Address Zip": "76230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17188276204669647", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4005130", + "School District Name": "BOWLEGS", + "Physical Address Line 1": "100 Bison Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bowlegs", + "Physical Address State": "OK ", + "Physical Address Zip": "74830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21333333333333335", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501560", + "School District Name": "Bowler School District", + "Physical Address Line 1": "500 S Almon St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bowler", + "Physical Address State": "WI ", + "Physical Address Zip": "54416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13131313131313133", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904363", + "School District Name": "Bowling Green City School District", + "Physical Address Line 1": "137 Clough St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bowling Green", + "Physical Address State": "OH ", + "Physical Address Zip": "43402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11337130458367237", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100570", + "School District Name": "Bowling Green Independent", + "Physical Address Line 1": "1211 Center St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bowling Green", + "Physical Address State": "KY ", + "Physical Address Zip": "42101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2785833798103737", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905660", + "School District Name": "BOWLING GREEN R-I", + "Physical Address Line 1": "700 W. ADAMS STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOWLING GREEN", + "Physical Address State": "MO ", + "Physical Address Zip": "63334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1830028328611898", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3803200", + "School District Name": "BOWMAN CO 1", + "Physical Address Line 1": "102 8th Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bowman", + "Physical Address State": "ND ", + "Physical Address Zip": "58623", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07792207792207792", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4005160", + "School District Name": "BOWRING", + "Physical Address Line 1": "87 County Road 3304", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pawhuska", + "Physical Address State": "OK ", + "Physical Address Zip": "74056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2535211267605634", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900090", + "School District Name": "Box Elder District", + "Physical Address Line 1": "960 S MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brigham City", + "Physical Address State": "UT ", + "Physical Address Zip": "84302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07226854821466752", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3004440", + "School District Name": "Box Elder Elem", + "Physical Address Line 1": "205 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Box Elder", + "Physical Address State": "MT ", + "Physical Address Zip": "59521", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30303030303030304", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3004500", + "School District Name": "Box Elder H S", + "Physical Address Line 1": "205 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Box Elder", + "Physical Address State": "MT ", + "Physical Address Zip": "59521", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1951219512195122", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502880", + "School District Name": "Boxford", + "Physical Address Line 1": "28 Middleton Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boxford", + "Physical Address State": "MA ", + "Physical Address Zip": "01921", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.031476997578692496", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501590", + "School District Name": "Boyceville Community School District", + "Physical Address Line 1": "1003 Tiffany St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boyceville", + "Physical Address State": "WI ", + "Physical Address Zip": "54725", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11877394636015326", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100620", + "School District Name": "Boyd County", + "Physical Address Line 1": "1104 Bob McCullough Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "KY ", + "Physical Address Zip": "41102", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.2109375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100187", + "School District Name": "BOYD COUNTY SCHOOLS", + "Physical Address Line 1": "106 E GREIG ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPENCER", + "Physical Address State": "NE ", + "Physical Address Zip": "68777", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1903114186851211", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811010", + "School District Name": "BOYD ISD", + "Physical Address Line 1": "600 KNOX AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOYD", + "Physical Address State": "TX ", + "Physical Address Zip": "76023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1596505162827641", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1905190", + "School District Name": "Boyden-Hull Comm School District", + "Physical Address Line 1": "801 First Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hull", + "Physical Address State": "IA ", + "Physical Address Zip": "51239", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.065", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1909570", + "School District Name": "Boyer Valley Comm School District", + "Physical Address Line 1": "1102 Iowa Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dunlap", + "Physical Address State": "IA ", + "Physical Address Zip": "51529", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1053921568627451", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4203960", + "School District Name": "Boyertown Area SD", + "Physical Address Line 1": "911 Montgomery Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boyertown", + "Physical Address State": "PA ", + "Physical Address Zip": "19512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.06564446574029707", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100630", + "School District Name": "Boyle County", + "Physical Address Line 1": "101 Citation Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "KY ", + "Physical Address Zip": "40422", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15003927729772193", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606500", + "School District Name": "Boyne City Public Schools", + "Physical Address Line 1": "321 SOUTH PARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOYNE CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "49712", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11365638766519824", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606510", + "School District Name": "Boyne Falls Public School District", + "Physical Address Line 1": "1662 M75 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOYNE FALLS", + "Physical Address State": "MI ", + "Physical Address Zip": "49713", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10074626865671642", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200760", + "School District Name": "Boys Latin of Philadelphia CS", + "Physical Address Line 1": "5501 Cedar Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19143", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601115", + "School District Name": "BOYS PREPARATORY CHARTER SCHOOL OF NEW YORK", + "Physical Address Line 1": "192 E 151ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10451", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811040", + "School District Name": "BOYS RANCH ISD", + "Physical Address Line 1": "163 RIVER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOYS RANCH", + "Physical Address State": "TX ", + "Physical Address Zip": "79010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.04", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100146", + "School District Name": "BOYS TOWN INTERIM PRG SCHS", + "Physical Address Line 1": "13803 FLANAGAN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOYS TOWN", + "Physical Address State": "NE ", + "Physical Address Zip": "68010", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3004560", + "School District Name": "Bozeman Elem", + "Physical Address Line 1": "404 West Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bozeman", + "Physical Address State": "MT ", + "Physical Address Zip": "59715", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.06092736192435512", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3004590", + "School District Name": "Bozeman H S", + "Physical Address Line 1": "404 West Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bozeman", + "Physical Address State": "MT ", + "Physical Address Zip": "59715", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.044538361508452536", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706840", + "School District Name": "Braceville SD 75", + "Physical Address Line 1": "209 N Mitchell St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Braceville", + "Physical Address State": "IL ", + "Physical Address Zip": "60407", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.18382352941176472", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100660", + "School District Name": "Bracken County", + "Physical Address Line 1": "1048 Bladeston Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brooksville", + "Physical Address State": "KY ", + "Physical Address Zip": "41004", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18579234972677597", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811070", + "School District Name": "BRACKETT ISD", + "Physical Address Line 1": "201 N ANN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRACKETTVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2420814479638009", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200120", + "School District Name": "BRADFORD", + "Physical Address Line 1": "501 W WASHINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STARKE", + "Physical Address State": "FL ", + "Physical Address Zip": "32091", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2096112050229413", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701390", + "School District Name": "Bradford", + "Physical Address Line 1": "106 W Front ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bradford", + "Physical Address State": "TN ", + "Physical Address Zip": "38316", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17413793103448275", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600284", + "School District Name": "Bradford Academy", + "Physical Address Line 1": "24218 Garner St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Southfield", + "Physical Address State": "MI ", + "Physical Address Zip": "48033", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204020", + "School District Name": "Bradford Area SD", + "Physical Address Line 1": "150 Lorana Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bradford", + "Physical Address State": "PA ", + "Physical Address Zip": "16701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1864092090605273", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605220", + "School District Name": "BRADFORD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2820 RT 226", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRADFORD", + "Physical Address State": "NY ", + "Physical Address Zip": "14815", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23310810810810811", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706880", + "School District Name": "Bradford CUSD 1", + "Physical Address Line 1": "115 High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bradford", + "Physical Address State": "IL ", + "Physical Address Zip": "61421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16165413533834586", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904522", + "School District Name": "Bradford Exempted Village", + "Physical Address Line 1": "760 Railroad Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bradford", + "Physical Address State": "OH ", + "Physical Address Zip": "45308", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13636363636363635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700356", + "School District Name": "Bradford Preparatory School", + "Physical Address Line 1": "2502 Salome Church Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28262", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402130", + "School District Name": "Bradley Beach School District", + "Physical Address Line 1": "515 Brinley Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bradley Beach", + "Physical Address State": "NJ ", + "Physical Address Zip": "07720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1424731182795699", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706960", + "School District Name": "Bradley Bourbonnais CHSD 307", + "Physical Address Line 1": "700 W North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bradley", + "Physical Address State": "IL ", + "Physical Address Zip": "60915", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.10888252148997135", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700330", + "School District Name": "Bradley County", + "Physical Address Line 1": "800 South Lee HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "TN ", + "Physical Address Zip": "37311", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12120327102803738", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706930", + "School District Name": "Bradley SD 61", + "Physical Address Line 1": "111 N Crosswell Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bradley", + "Physical Address State": "IL ", + "Physical Address Zip": "60915", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.18630573248407642", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905700", + "School District Name": "BRADLEYVILLE R-I", + "Physical Address Line 1": "16474 N. State Highway 125", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bradleyville", + "Physical Address State": "MO ", + "Physical Address Zip": "65614", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2328042328042328", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811110", + "School District Name": "BRADY ISD", + "Physical Address Line 1": "1003 W 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRADY", + "Physical Address State": "TX ", + "Physical Address Zip": "76825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.25827205882352944", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3104290", + "School District Name": "BRADY PUBLIC SCHOOLS", + "Physical Address Line 1": "112 E POPLETON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRADY", + "Physical Address State": "NE ", + "Physical Address Zip": "69123", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1793103448275862", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4005280", + "School District Name": "BRAGGS", + "Physical Address Line 1": "300 Madden Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Braggs", + "Physical Address State": "OK ", + "Physical Address Zip": "74423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22950819672131148", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2706060", + "School District Name": "BRAHAM PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "531 ELMHURST AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRAHAM", + "Physical Address State": "MN ", + "Physical Address Zip": "55006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1295387634936212", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2706090", + "School District Name": "BRAINERD PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "804 OAK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRAINERD", + "Physical Address State": "MN ", + "Physical Address Zip": "56401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12922752993814976", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1001240", + "School District Name": "Brandywine School District", + "Physical Address Line 1": "1311 Brandywine Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19809", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12372320529420228", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502940", + "School District Name": "Braintree", + "Physical Address Line 1": "348 Pond Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Braintree", + "Physical Address State": "MA ", + "Physical Address Zip": "02184", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06989074550128535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000180", + "School District Name": "Caesar Rodney School District", + "Physical Address Line 1": "7 Front Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wyoming", + "Physical Address State": "DE ", + "Physical Address Zip": "19934", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1257932910244787", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680180", + "School District Name": "Branch ISD", + "Physical Address Line 1": "370 MORSE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLDWATER", + "Physical Address State": "MI ", + "Physical Address Zip": "49036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000170", + "School District Name": "Cape Henlopen School District", + "Physical Address Line 1": "1270 Kings Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewes", + "Physical Address State": "DE ", + "Physical Address Zip": "19958", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12864599324531778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601042", + "School District Name": "Branch Line School", + "Physical Address Line 1": "16360 Hubbard St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livonia", + "Physical Address State": "MI ", + "Physical Address Zip": "48154", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000190", + "School District Name": "Capital School District", + "Physical Address Line 1": "198 Commerce Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "DE ", + "Physical Address Zip": "19904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.20639005039133698", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402160", + "School District Name": "Branchburg Township School District", + "Physical Address Line 1": "240 Baird Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Branchburg", + "Physical Address State": "NJ ", + "Physical Address Zip": "08876", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.026023890784982934", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000200", + "School District Name": "Christina School District", + "Physical Address Line 1": "600 N. Lombard Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1709391884124612", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606570", + "School District Name": "Brandon School District in the Counties of Oakland and Lapee", + "Physical Address Line 1": "1025 SOUTH ORTONVILLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORTONVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08709912536443148", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000230", + "School District Name": "Colonial School District", + "Physical Address Line 1": "318 East Basin Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Castle", + "Physical Address State": "DE ", + "Physical Address Zip": "19720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16424581005586592", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4607950", + "School District Name": "Brandon Valley School District 49-2", + "Physical Address Line 1": "300 S Splitrock Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brandon", + "Physical Address State": "SD ", + "Physical Address Zip": "57005", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0366412213740458", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000270", + "School District Name": "Delmar School District", + "Physical Address Line 1": "200 North Eighth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delmar", + "Physical Address State": "DE ", + "Physical Address Zip": "19940", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1424561403508772", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700382", + "School District Name": "BRANDON-EVANSVILLE PUBLIC SCHOOLS", + "Physical Address Line 1": "206 W 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRANDON", + "Physical Address State": "MN ", + "Physical Address Zip": "56315", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10832025117739404", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000680", + "School District Name": "Indian River School District", + "Physical Address Line 1": "31 Hosier Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Selbyville", + "Physical Address State": "DE ", + "Physical Address Zip": "19975", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18384953843499266", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606600", + "School District Name": "Brandywine Community Schools", + "Physical Address Line 1": "1830 S 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NILES", + "Physical Address State": "MI ", + "Physical Address Zip": "49120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16701607267645002", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000790", + "School District Name": "Lake Forest School District", + "Physical Address Line 1": "5423 Killens Pond Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Felton", + "Physical Address State": "DE ", + "Physical Address Zip": "19943", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1559449866903283", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204050", + "School District Name": "Brandywine Heights Area SD", + "Physical Address Line 1": "200 W Weis St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Topton", + "Physical Address State": "PA ", + "Physical Address Zip": "19562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09453302961275627", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000810", + "School District Name": "Laurel School District", + "Physical Address Line 1": "1160 South Central Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laurel", + "Physical Address State": "DE ", + "Physical Address Zip": "19956", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2178975382568197", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1001080", + "School District Name": "Milford School District", + "Physical Address Line 1": "906 Lakeview Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milford", + "Physical Address State": "DE ", + "Physical Address Zip": "19963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1647196261682243", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905760", + "School District Name": "BRANSON R-IV", + "Physical Address Line 1": "1756 BEE CREEK ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRANSON", + "Physical Address State": "MO ", + "Physical Address Zip": "65616", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2038006592980415", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300480", + "School District Name": "Brantley County", + "Physical Address Line 1": "122 School Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nahunta", + "Physical Address State": "GA ", + "Physical Address Zip": "31553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25450521656655073", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627960", + "School District Name": "BRASHER FALLS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1039 STATE HWY 11C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRASHER FALLS", + "Physical Address State": "NY ", + "Physical Address Zip": "13613", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19907834101382488", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100030", + "School District Name": "District of Columbia Public Schools", + "Physical Address Line 1": "1200 First St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.24957684893506982", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0900215", + "School District Name": "Brass City Charter School District", + "Physical Address Line 1": "289 Willow St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterbury", + "Physical Address State": "CT ", + "Physical Address Zip": "06710", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400120", + "School District Name": "BRAXTON COUNTY SCHOOLS", + "Physical Address Line 1": "98 CARTER BRAXTON DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUTTON", + "Physical Address State": "WV ", + "Physical Address Zip": "26601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25754189944134076", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4005340", + "School District Name": "BRAY-DOYLE", + "Physical Address Line 1": "1205 South Brooks Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marlow", + "Physical Address State": "OK ", + "Physical Address Zip": "73055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21568627450980393", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200150", + "School District Name": "BREVARD", + "Physical Address Line 1": "2700 JUDGE FRAN JAMIESON WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VIERA", + "Physical Address State": "FL ", + "Physical Address Zip": "32940", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1421902125463332", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2905820", + "School District Name": "BRAYMER C-4", + "Physical Address Line 1": "400 BOBCAT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRAYMER", + "Physical Address State": "MO ", + "Physical Address Zip": "64624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.156794425087108", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200180", + "School District Name": "BROWARD", + "Physical Address Line 1": "600 SE 3RD AVE FL 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT LAUDERDALE", + "Physical Address State": "FL ", + "Physical Address Zip": "33301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15652153562748028", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4844470", + "School District Name": "BRAZOS ISD", + "Physical Address Line 1": "227 EDUCATOR LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALLIS", + "Physical Address State": "TX ", + "Physical Address Zip": "77485", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16248348745046234", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200210", + "School District Name": "CALHOUN", + "Physical Address Line 1": "20859 CENTRAL AVE E RM G20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLOUNTSTOWN", + "Physical Address State": "FL ", + "Physical Address Zip": "32424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2644787644787645", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800214", + "School District Name": "BRAZOS RIVER CHARTER SCHOOL", + "Physical Address Line 1": "FM 200 AND FM 199", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEMO", + "Physical Address State": "TX ", + "Physical Address Zip": "76070", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200240", + "School District Name": "CHARLOTTE", + "Physical Address Line 1": "1445 EDUCATION WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT CHARLOTTE", + "Physical Address State": "FL ", + "Physical Address Zip": "33948", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.18164240218380345", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800086", + "School District Name": "BRAZOS SCHOOL FOR INQUIRY & CREATIVITY", + "Physical Address Line 1": "410 BETHEL LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRYAN", + "Physical Address State": "TX ", + "Physical Address Zip": "77802", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200270", + "School District Name": "CITRUS", + "Physical Address Line 1": "1007 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INVERNESS", + "Physical Address State": "FL ", + "Physical Address Zip": "34450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23091465109813733", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811190", + "School District Name": "BRAZOSPORT ISD", + "Physical Address Line 1": "301 W BRAZOSWOOD DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLUTE", + "Physical Address State": "TX ", + "Physical Address Zip": "77531", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1542978306964606", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200300", + "School District Name": "CLAY", + "Physical Address Line 1": "900 WALNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREEN COVE SPRINGS", + "Physical Address State": "FL ", + "Physical Address Zip": "32043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11146416502748777", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1200330", + "School District Name": "COLLIER", + "Physical Address Line 1": "5775 OSCEOLA TRL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAPLES", + "Physical Address State": "FL ", + "Physical Address Zip": "34109", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17457813570227693", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5900138", + "School District Name": "Bread Springs Day School", + "Physical Address Line 1": "Hwy 602 East Skeets Road 1750", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gallup", + "Physical Address State": "NM", + "Physical Address Zip": "87305", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200360", + "School District Name": "COLUMBIA", + "Physical Address Line 1": "372 W DUVAL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE CITY", + "Physical Address State": "FL ", + "Physical Address Zip": "32055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21457312806158152", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100099", + "School District Name": "BREAKING BARRIERS ALTERNATIVE ED/HENRY CO", + "Physical Address Line 1": "340 Ridgedate Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Martinsville", + "Physical Address State": "VA ", + "Physical Address Zip": "24112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200390", + "School District Name": "MIAMI-DADE", + "Physical Address Line 1": "1450 NE 2ND AVE # 912", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIAMI", + "Physical Address State": "FL ", + "Physical Address Zip": "33132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16227673669102963", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1200420", + "School District Name": "DESOTO", + "Physical Address Line 1": "530 LASOLONA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARCADIA", + "Physical Address State": "FL ", + "Physical Address Zip": "34266", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3413071337035455", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100104", + "School District Name": "Breakthrough Montessori PCS", + "Physical Address Line 1": "6923 WILLOW STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20012", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200450", + "School District Name": "DIXIE", + "Physical Address Line 1": "16077 NE 19 HWY BLDG 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROSS CITY", + "Physical Address State": "FL ", + "Physical Address Zip": "32628", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.30714584203928125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100690", + "School District Name": "Breathitt County", + "Physical Address Line 1": "420 Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "KY ", + "Physical Address Zip": "41339", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3667196608373079", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200480", + "School District Name": "DUVAL", + "Physical Address Line 1": "1701 PRUDENTIAL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSONVILLE", + "Physical Address State": "FL ", + "Physical Address Zip": "32207", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.20052096223333168", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2606630", + "School District Name": "Breckenridge Community Schools", + "Physical Address Line 1": "700 WRIGHT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRECKENRIDGE", + "Physical Address State": "MI ", + "Physical Address Zip": "48615", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19875776397515527", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200510", + "School District Name": "ESCAMBIA", + "Physical Address Line 1": "75 N PACE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PENSACOLA", + "Physical Address State": "FL ", + "Physical Address Zip": "32505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2734924572032692", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4811220", + "School District Name": "BRECKENRIDGE ISD", + "Physical Address Line 1": "208 N MILLER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRECKENRIDGE", + "Physical Address State": "TX ", + "Physical Address Zip": "76424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.250996015936255", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200540", + "School District Name": "FLAGLER", + "Physical Address Line 1": "1769 E MOODY BLVD BLDG 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUNNELL", + "Physical Address State": "FL ", + "Physical Address Zip": "32110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17016725009723843", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2706150", + "School District Name": "BRECKENRIDGE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "810 BEEDE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRECKENRIDGE", + "Physical Address State": "MN ", + "Physical Address Zip": "56520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.116751269035533", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200570", + "School District Name": "FRANKLIN", + "Physical Address Line 1": "85 SCHOOL RD STE 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EASTPOINT", + "Physical Address State": "FL ", + "Physical Address Zip": "32328", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3189227498228207", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905850", + "School District Name": "BRECKENRIDGE R-I", + "Physical Address Line 1": "400 W COLFAX ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRECKENRIDGE", + "Physical Address State": "MO ", + "Physical Address Zip": "64625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3247863247863248", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200600", + "School District Name": "GADSDEN", + "Physical Address Line 1": "35 MARTIN LUTHER KING JR BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUINCY", + "Physical Address State": "FL ", + "Physical Address Zip": "32351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3884369552585706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100720", + "School District Name": "Breckinridge County", + "Physical Address Line 1": "86 Airport Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hardinsburg", + "Physical Address State": "KY ", + "Physical Address Zip": "40143", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22260596546310832", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200630", + "School District Name": "GILCHRIST", + "Physical Address Line 1": "310 NW 11TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRENTON", + "Physical Address State": "FL ", + "Physical Address Zip": "32693", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2161866569449508", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904364", + "School District Name": "Brecksville-Broadview Heights City", + "Physical Address Line 1": "6638 Mill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brecksville", + "Physical Address State": "OH ", + "Physical Address Zip": "44141", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05216831258050666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200660", + "School District Name": "GLADES", + "Physical Address Line 1": "400 10TH ST SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOORE HAVEN", + "Physical Address State": "FL ", + "Physical Address Zip": "33471", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21551724137931033", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1707010", + "School District Name": "Breese ESD 12", + "Physical Address Line 1": "777 Memorial Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Breese", + "Physical Address State": "IL ", + "Physical Address Zip": "62230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0913907284768212", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200690", + "School District Name": "GULF", + "Physical Address Line 1": "150 MIDDLE SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT ST JOE", + "Physical Address State": "FL ", + "Physical Address Zip": "32456", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2254335260115607", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606720", + "School District Name": "Breitung Township School District", + "Physical Address Line 1": "2000 WEST PYLE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGSFORD", + "Physical Address State": "MI ", + "Physical Address Zip": "49802", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10555902560899438", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200720", + "School District Name": "HAMILTON", + "Physical Address Line 1": "5683 US HIGHWAY 129 S STE 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JASPER", + "Physical Address State": "FL ", + "Physical Address Zip": "32052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.33350488934637157", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1707050", + "School District Name": "Bremen CHSD 228", + "Physical Address Line 1": "15233 Pulaski Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Midlothian", + "Physical Address State": "IL ", + "Physical Address Zip": "60445", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17123287671232876", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200750", + "School District Name": "HARDEE", + "Physical Address Line 1": "1009 N 6TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAUCHULA", + "Physical Address State": "FL ", + "Physical Address Zip": "33873", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2375735443294786", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300510", + "School District Name": "Bremen City", + "Physical Address Line 1": "504 Laurel Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bremen", + "Physical Address State": "GA ", + "Physical Address Zip": "30110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10516252390057361", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200780", + "School District Name": "HENDRY", + "Physical Address Line 1": "25 E HICKPOCHEE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LABELLE", + "Physical Address State": "FL ", + "Physical Address Zip": "33935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2583197287454477", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800900", + "School District Name": "Bremen Public Schools", + "Physical Address Line 1": "512 W Grant St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bremen", + "Physical Address State": "IN ", + "Physical Address Zip": "46506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07423117709437964", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200810", + "School District Name": "HERNANDO", + "Physical Address Line 1": "919 N BROAD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKSVILLE", + "Physical Address State": "FL ", + "Physical Address Zip": "34601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1711863219115689", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2303480", + "School District Name": "Bremen Public Schools", + "Physical Address Line 1": "767 Main St. 1-A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Damariscotta", + "Physical Address State": "ME ", + "Physical Address Zip": "04543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.075", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200840", + "School District Name": "HIGHLANDS", + "Physical Address Line 1": "426 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEBRING", + "Physical Address State": "FL ", + "Physical Address Zip": "33870", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.21068026700667516", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300660", + "School District Name": "Bremerton School District", + "Physical Address Line 1": "134 MARION AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BREMERTON", + "Physical Address State": "WA ", + "Physical Address Zip": "98312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1578202406227884", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200870", + "School District Name": "HILLSBOROUGH", + "Physical Address Line 1": "901 E KENNEDY BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAMPA", + "Physical Address State": "FL ", + "Physical Address Zip": "33602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1891904247360984", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4811250", + "School District Name": "BREMOND ISD", + "Physical Address Line 1": "601 W COLLINS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BREMOND", + "Physical Address State": "TX ", + "Physical Address Zip": "76629", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19154228855721392", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629490", + "School District Name": "Pajaro Valley Unified", + "Physical Address Line 1": "294 Green Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Watsonville", + "Physical Address State": "CA ", + "Physical Address Zip": "95076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.15210549977521354", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200900", + "School District Name": "HOLMES", + "Physical Address Line 1": "701 E PENNSYLVANIA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BONIFAY", + "Physical Address State": "FL ", + "Physical Address Zip": "32425", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.282059585492228", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629540", + "School District Name": "Palermo Union Elementary", + "Physical Address Line 1": "7390 Bulldog Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palermo", + "Physical Address State": "CA ", + "Physical Address Zip": "95968", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.25412541254125415", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811280", + "School District Name": "BRENHAM ISD", + "Physical Address Line 1": "711 E MANSFIELD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRENHAM", + "Physical Address State": "TX ", + "Physical Address Zip": "77833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1987554214595512", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629550", + "School District Name": "Palm Springs Unified", + "Physical Address Line 1": "150 District Center Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palm Springs", + "Physical Address State": "CA ", + "Physical Address Zip": "92264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.24765864685935735", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200930", + "School District Name": "INDIAN RIVER", + "Physical Address Line 1": "6500 57TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VERO BEACH", + "Physical Address State": "FL ", + "Physical Address Zip": "32967", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1815954840771115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629580", + "School District Name": "Palmdale Elementary", + "Physical Address Line 1": "39139 10th St. E.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palmdale", + "Physical Address State": "CA ", + "Physical Address Zip": "93550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.25092520451889366", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905880", + "School District Name": "BRENTWOOD", + "Physical Address Line 1": "1201 HANLEY INDUSTRIAL COURT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRENTWOOD", + "Physical Address State": "MO ", + "Physical Address Zip": "63144", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03632694248234107", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629610", + "School District Name": "Palo Alto Unified", + "Physical Address Line 1": "25 Churchill Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palo Alto", + "Physical Address State": "CA ", + "Physical Address Zip": "94306", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.03557527635061498", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200960", + "School District Name": "JACKSON", + "Physical Address Line 1": "2903 JEFFERSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARIANNA", + "Physical Address State": "FL ", + "Physical Address Zip": "32446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2552521008403361", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629640", + "School District Name": "Palo Verde Unified", + "Physical Address Line 1": "825 N. Lovekin Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blythe", + "Physical Address State": "CA ", + "Physical Address Zip": "92225", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.24097176625082076", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204140", + "School District Name": "Brentwood Borough SD", + "Physical Address Line 1": "3601 Brownsville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15227", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14531138153185397", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629670", + "School District Name": "Palo Verde Union Elementary", + "Physical Address Line 1": "9637 Ave. 196", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulare", + "Physical Address State": "CA ", + "Physical Address Zip": "93274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2243436754176611", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200990", + "School District Name": "JEFFERSON", + "Physical Address Line 1": "1490 W WASHINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTICELLO", + "Physical Address State": "FL ", + "Physical Address Zip": "32344", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23279569892473118", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629700", + "School District Name": "Palos Verdes Peninsula Unified", + "Physical Address Line 1": "375 Via Almar", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palos Verdes Estates", + "Physical Address State": "CA ", + "Physical Address Zip": "90274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.054955557679441845", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302010", + "School District Name": "Brentwood School District", + "Physical Address Line 1": "30 Linden St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exeter", + "Physical Address State": "NH ", + "Physical Address Zip": "03833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.01775147928994083", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629770", + "School District Name": "Panoche Elementary", + "Physical Address Line 1": "31441 Panoche Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paicines", + "Physical Address State": "CA ", + "Physical Address Zip": "95043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201020", + "School District Name": "LAFAYETTE", + "Physical Address Line 1": "363 NE CRAWFORD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAYO", + "Physical Address State": "FL ", + "Physical Address Zip": "32066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23996852871754523", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629790", + "School District Name": "Paradise Elementary", + "Physical Address Line 1": "3361 CA Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95358", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1797752808988764", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201050", + "School District Name": "LAKE", + "Physical Address Line 1": "201 W BURLEIGH BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAVARES", + "Physical Address State": "FL ", + "Physical Address Zip": "32778", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1472184887151111", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0629820", + "School District Name": "Paradise Unified", + "Physical Address Line 1": "6696 Clark Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paradise", + "Physical Address State": "CA ", + "Physical Address Zip": "95969", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.21303116147308782", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605280", + "School District Name": "BRENTWOOD UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "52 3RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRENTWOOD", + "Physical Address State": "NY ", + "Physical Address Zip": "11717", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11225997045790251", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0629850", + "School District Name": "Paramount Unified", + "Physical Address Line 1": "15110 CA Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paramount", + "Physical Address State": "CA ", + "Physical Address Zip": "90723", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20349263480637206", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201080", + "School District Name": "LEE", + "Physical Address Line 1": "2855 COLONIAL BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT MYERS", + "Physical Address State": "FL ", + "Physical Address Zip": "33966", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16495477844406184", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0629910", + "School District Name": "Parlier Unified", + "Physical Address Line 1": "900 S. Newmark Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parlier", + "Physical Address State": "CA ", + "Physical Address Zip": "93648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.33759318423855167", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201110", + "School District Name": "LEON", + "Physical Address Line 1": "2757 W PENSACOLA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TALLAHASSEE", + "Physical Address State": "FL ", + "Physical Address Zip": "32304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.15935654451555512", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0629940", + "School District Name": "Pasadena Unified", + "Physical Address Line 1": "351 S. Hudson Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pasadena", + "Physical Address State": "CA ", + "Physical Address Zip": "91101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.12683272899259027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201140", + "School District Name": "LEVY", + "Physical Address Line 1": "480 MARSHBURN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONSON", + "Physical Address State": "FL ", + "Physical Address Zip": "32621", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.306777829241933", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630030", + "School District Name": "Patterson Joint Unified", + "Physical Address Line 1": "510 Keystone Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Patterson", + "Physical Address State": "CA ", + "Physical Address Zip": "95363", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.17071308596732326", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700068", + "School District Name": "Brevard Academy", + "Physical Address Line 1": "1110 Hendersonville Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pisgah Forest", + "Physical Address State": "NC ", + "Physical Address Zip": "28768", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630090", + "School District Name": "Peninsula Union", + "Physical Address Line 1": "909 Vance Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Samoa", + "Physical Address State": "CA ", + "Physical Address Zip": "95564", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.4358974358974359", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201170", + "School District Name": "LIBERTY", + "Physical Address Line 1": "12926 NW COUNTY ROAD 12", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRISTOL", + "Physical Address State": "FL ", + "Physical Address Zip": "32321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25316455696202533", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630180", + "School District Name": "Perris Elementary", + "Physical Address Line 1": "143 E. First St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perris", + "Physical Address State": "CA ", + "Physical Address Zip": "92570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22722123320925716", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2303510", + "School District Name": "Brewer Public Schools", + "Physical Address Line 1": "261 Center Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brewer", + "Physical Address State": "ME ", + "Physical Address Zip": "04412", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630210", + "School District Name": "Perris Union High", + "Physical Address Line 1": "155 E. Fourth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perris", + "Physical Address State": "CA ", + "Physical Address Zip": "92570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.144804318488529", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201200", + "School District Name": "MADISON", + "Physical Address Line 1": "210 NE DUVAL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MADISON", + "Physical Address State": "FL ", + "Physical Address Zip": "32340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2895049504950495", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630230", + "School District Name": "Petaluma City Elementary", + "Physical Address Line 1": "200 Douglas St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA ", + "Physical Address Zip": "94952", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08863356585966352", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2502970", + "School District Name": "Brewster", + "Physical Address Line 1": "78 Eldredge Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orleans", + "Physical Address State": "MA ", + "Physical Address Zip": "02653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1476510067114094", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630250", + "School District Name": "Petaluma Joint Union High", + "Physical Address Line 1": "200 Douglas St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA ", + "Physical Address Zip": "94952", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.06948125709958348", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201230", + "School District Name": "MANATEE", + "Physical Address Line 1": "215 MANATEE AVE W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRADENTON", + "Physical Address State": "FL ", + "Physical Address Zip": "34205", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14247213926724453", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0630330", + "School District Name": "Piedmont City Unified", + "Physical Address Line 1": "760 Magnolia Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Piedmont", + "Physical Address State": "CA ", + "Physical Address Zip": "94611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.025311370028123746", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004080", + "School District Name": "Brewster", + "Physical Address Line 1": "127 Kansas Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brewster", + "Physical Address State": "KS ", + "Physical Address Zip": "67732", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0970873786407767", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630360", + "School District Name": "Pierce Joint Unified", + "Physical Address Line 1": "540 A Sixth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arbuckle", + "Physical Address State": "CA ", + "Physical Address Zip": "95912", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13423295454545456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201260", + "School District Name": "MARION", + "Physical Address Line 1": "512 SE 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OCALA", + "Physical Address State": "FL ", + "Physical Address Zip": "34471", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18662818662818662", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0630390", + "School District Name": "Pine Ridge Elementary", + "Physical Address Line 1": "45828 Auberry Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Auberry", + "Physical Address State": "CA ", + "Physical Address Zip": "93602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2604166666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605310", + "School District Name": "BREWSTER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "30 FARM-TO-MARKET RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BREWSTER", + "Physical Address State": "NY ", + "Physical Address Zip": "10509", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07188498402555911", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630450", + "School District Name": "Piner-Olivet Union Elementary", + "Physical Address Line 1": "3450 Coffey Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.07212317666126418", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201290", + "School District Name": "MARTIN", + "Physical Address Line 1": "500 E OCEAN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STUART", + "Physical Address State": "FL ", + "Physical Address Zip": "34994", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15004363225707099", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630480", + "School District Name": "Pioneer Union Elementary", + "Physical Address Line 1": "6862 Mt. Aukum Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerset", + "Physical Address State": "CA ", + "Physical Address Zip": "95684", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13574660633484162", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300690", + "School District Name": "Brewster School District", + "Physical Address Line 1": "520 W Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BREWSTER", + "Physical Address State": "WA ", + "Physical Address Zip": "98812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18974358974358974", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630510", + "School District Name": "Pioneer Union Elementary", + "Physical Address Line 1": "1888 N. Mustang Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanford", + "Physical Address State": "CA ", + "Physical Address Zip": "93230", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08870056497175141", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201320", + "School District Name": "MONROE", + "Physical Address Line 1": "241 TRUMBO RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KEY WEST", + "Physical Address State": "FL ", + "Physical Address Zip": "33040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16958691727726452", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630520", + "School District Name": "Pioneer Union Elementary", + "Physical Address Line 1": "210 Oakvale Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oroville", + "Physical Address State": "CA ", + "Physical Address Zip": "95966", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.41509433962264153", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201350", + "School District Name": "NASSAU", + "Physical Address Line 1": "1201 ATLANTIC AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FERNANDINA BEACH", + "Physical Address State": "FL ", + "Physical Address Zip": "32034", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12159931088938339", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630600", + "School District Name": "Pittsburg Unified", + "Physical Address Line 1": "2000 RailRd. Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburg", + "Physical Address State": "CA ", + "Physical Address Zip": "94565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18373359521471297", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605340", + "School District Name": "BRIARCLIFF MANOR UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "45 INGHAM RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRIARCLIFF MANOR", + "Physical Address State": "NY ", + "Physical Address Zip": "10510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023065476190476192", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630630", + "School District Name": "Pixley Union Elementary", + "Physical Address Line 1": "300 N. Sch St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pixley", + "Physical Address State": "CA ", + "Physical Address Zip": "93256", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3106893106893107", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201380", + "School District Name": "OKALOOSA", + "Physical Address Line 1": "120 LOWERY PL SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT WALTON BEACH", + "Physical Address State": "FL ", + "Physical Address Zip": "32548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.12693328716528163", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0630660", + "School District Name": "Placentia-Yorba Linda Unified", + "Physical Address Line 1": "1301 E. Orangethorpe Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Placentia", + "Physical Address State": "CA ", + "Physical Address Zip": "92870", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07544300215753545", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402220", + "School District Name": "Brick Township Public School District", + "Physical Address Line 1": "101 Hendrickson Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brick", + "Physical Address State": "NJ ", + "Physical Address Zip": "08724", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10184466019417476", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630720", + "School District Name": "Placer Hills Union Elementary", + "Physical Address Line 1": "16801 Placer Hills Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meadow Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "95722", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.081214109926169", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201410", + "School District Name": "OKEECHOBEE", + "Physical Address Line 1": "700 SW 2ND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OKEECHOBEE", + "Physical Address State": "FL ", + "Physical Address Zip": "34974", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2734987990392314", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630750", + "School District Name": "Placer Union High", + "Physical Address Line 1": "13000 New Airport Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Auburn", + "Physical Address State": "CA ", + "Physical Address Zip": "95603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07590759075907591", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200289", + "School District Name": "Bricolage Academy", + "Physical Address Line 1": "3368 Esplanade", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630780", + "School District Name": "Placerville Union Elementary", + "Physical Address Line 1": "1032 Thompson Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Placerville", + "Physical Address State": "CA ", + "Physical Address Zip": "95667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14337436640115858", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201440", + "School District Name": "ORANGE", + "Physical Address Line 1": "445 W AMELIA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORLANDO", + "Physical Address State": "FL ", + "Physical Address Zip": "32801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18836572438162544", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0630810", + "School District Name": "Plainsburg Union Elementary", + "Physical Address Line 1": "3708 S. Plainsburg Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Merced", + "Physical Address State": "CA ", + "Physical Address Zip": "95341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25757575757575757", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600306", + "School District Name": "Bridge Academy", + "Physical Address Line 1": "9600 BUFFALO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMTRAMCK", + "Physical Address State": "MI ", + "Physical Address Zip": "48212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630840", + "School District Name": "Planada Elementary", + "Physical Address Line 1": "9722 E. Haskell Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Planada", + "Physical Address State": "CA ", + "Physical Address Zip": "95365", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.3354591836734694", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201470", + "School District Name": "OSCEOLA", + "Physical Address Line 1": "817 BILL BECK BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KISSIMMEE", + "Physical Address State": "FL ", + "Physical Address Zip": "34744", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19515207448324534", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0630870", + "School District Name": "Plaza Elementary", + "Physical Address Line 1": "7322 Co Rd. 24", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orland", + "Physical Address State": "CA ", + "Physical Address Zip": "95963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.40350877192982454", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601136", + "School District Name": "Bridge Academy of Southwest Michigan", + "Physical Address Line 1": "499 W Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Benton Harbor", + "Physical Address State": "MI ", + "Physical Address Zip": "49022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630900", + "School District Name": "Pleasant Grove Joint Union", + "Physical Address Line 1": "3075 Howsley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pleasant Grove", + "Physical Address State": "CA ", + "Physical Address Zip": "95668", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1485148514851485", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500527", + "School District Name": "Bridge Boston Charter School (District)", + "Physical Address Line 1": "435 Warren St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roxbury", + "Physical Address State": "MA ", + "Physical Address Zip": "02119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630930", + "School District Name": "Pleasant Ridge Union Elementary", + "Physical Address Line 1": "22580 Kingston Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grass Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "95949", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12478825522303783", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811310", + "School District Name": "BRIDGE CITY ISD", + "Physical Address Line 1": "1031 W ROUNDBUNCH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRIDGE CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "77611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1169076052796983", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0630990", + "School District Name": "Pleasant Valley", + "Physical Address Line 1": "600 Temple Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camarillo", + "Physical Address State": "CA ", + "Physical Address Zip": "93010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.0694511314395763", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4005400", + "School District Name": "BRIDGE CREEK", + "Physical Address Line 1": "2209 East Sooner Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blanchard", + "Physical Address State": "OK ", + "Physical Address Zip": "73010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12936124530327428", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631020", + "School District Name": "Pleasant Valley Joint Union Elementary", + "Physical Address Line 1": "2025 Ranchita Canyon Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Miguel", + "Physical Address State": "CA ", + "Physical Address Zip": "93451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21495327102803738", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900202", + "School District Name": "Bridge Elementary School", + "Physical Address Line 1": "4824 S Midland Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROY", + "Physical Address State": "UT ", + "Physical Address Zip": "84067", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631050", + "School District Name": "Pleasant View Elementary", + "Physical Address Line 1": "14004 Rd. 184", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Porterville", + "Physical Address State": "CA ", + "Physical Address Zip": "93257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2553191489361702", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901582", + "School District Name": "Bridge Gate Community School", + "Physical Address Line 1": "4060 Sullivant Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43228", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631170", + "School District Name": "Plumas Unified", + "Physical Address Line 1": "50 Church St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quincy", + "Physical Address State": "CA ", + "Physical Address Zip": "95971", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1960388035569927", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601213", + "School District Name": "BRIDGE PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "715 OCEAN TERRACE-BLDG E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STATEN ISLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "10301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631180", + "School District Name": "Plumas Lake Elementary", + "Physical Address Line 1": "2743 Plumas Sch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plumas Lake", + "Physical Address State": "CA ", + "Physical Address Zip": "95961", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07723035952063914", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605370", + "School District Name": "BRIDGEHAMPTON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "2685 MONTAUK HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRIDGEHAMPTON", + "Physical Address State": "NY ", + "Physical Address Zip": "11932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06547619047619048", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631230", + "School District Name": "Point Arena Joint Union High", + "Physical Address Line 1": "45 Lake St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Point Arena", + "Physical Address State": "CA ", + "Physical Address Zip": "95468", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17703349282296652", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904523", + "School District Name": "Bridgeport Exempted Village", + "Physical Address Line 1": "55781 National Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeport", + "Physical Address State": "OH ", + "Physical Address Zip": "43912", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.24667472793228537", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631290", + "School District Name": "Pollock Pines Elementary", + "Physical Address Line 1": "2701 Amber Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pollock Pines", + "Physical Address State": "CA ", + "Physical Address Zip": "95726", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1325581395348837", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811340", + "School District Name": "BRIDGEPORT ISD", + "Physical Address Line 1": "2107 15TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRIDGEPORT", + "Physical Address State": "TX ", + "Physical Address Zip": "76426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14813260595887537", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631320", + "School District Name": "Pomona Unified", + "Physical Address Line 1": "800 S. Garey Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pomona", + "Physical Address State": "CA ", + "Physical Address Zip": "91766", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18632782542006554", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100105", + "School District Name": "BRIDGEPORT PUBLIC SCHOOLS", + "Physical Address Line 1": "800 Q ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRIDGEPORT", + "Physical Address State": "NE ", + "Physical Address Zip": "69336", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.175", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631350", + "School District Name": "Pond Union Elementary", + "Physical Address Line 1": "29585 Pond Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wasco", + "Physical Address State": "CA ", + "Physical Address Zip": "93280", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3404255319148936", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300720", + "School District Name": "Bridgeport School District", + "Physical Address Line 1": "1400 Tacoma Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRIDGEPORT", + "Physical Address State": "WA ", + "Physical Address Zip": "98813", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2914285714285714", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631380", + "School District Name": "Pope Valley Union Elementary", + "Physical Address Line 1": "6200 Pope Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pope Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "94567", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18333333333333332", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606780", + "School District Name": "Bridgeport-Spaulding Community School District", + "Physical Address Line 1": "4691 Bearcat Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeport", + "Physical Address State": "MI ", + "Physical Address Zip": "48722", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.3049705139005897", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631400", + "School District Name": "Potter Valley Community Unified", + "Physical Address Line 1": "10401 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Potter Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "95469", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18873239436619718", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3004800", + "School District Name": "Bridger K-12 Schools", + "Physical Address Line 1": "106 North 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridger", + "Physical Address State": "MT ", + "Physical Address Zip": "59014", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13756613756613756", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631470", + "School District Name": "Portola Valley Elementary", + "Physical Address Line 1": "4575 Alpine Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portola Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "94028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.02664796633941094", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631530", + "School District Name": "Poway Unified", + "Physical Address Line 1": "15250 Ave. of Sci", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92128", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.04667995384454002", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900502", + "School District Name": "Bridges Community Academy dba Bridges Preparatory Academy", + "Physical Address Line 1": "190 St Francis Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tiffin", + "Physical Address State": "OH ", + "Physical Address Zip": "44883", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631620", + "School District Name": "Princeton Joint Unified", + "Physical Address Line 1": "473 State St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Princeton", + "Physical Address State": "CA ", + "Physical Address Zip": "95970", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1044776119402985", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100055", + "School District Name": "Bridges PCS", + "Physical Address Line 1": "100 GALLATIN STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631680", + "School District Name": "Raisin City Elementary", + "Physical Address Line 1": "6425 W. Bowles Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raisin City", + "Physical Address State": "CA ", + "Physical Address Zip": "93652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.4161490683229814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631710", + "School District Name": "Ramona City Unified", + "Physical Address Line 1": "720 Ninth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ramona", + "Physical Address State": "CA ", + "Physical Address Zip": "92065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09110429447852761", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402250", + "School District Name": "Bridgeton City School District", + "Physical Address Line 1": "41 Bank Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.27111192526103683", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631740", + "School District Name": "Rancho Santa Fe Elementary", + "Physical Address Line 1": "5927 La Granada", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rancho Santa Fe", + "Physical Address State": "CA ", + "Physical Address Zip": "92067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0513347022587269", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400782", + "School District Name": "Bridgeton Public Charter School", + "Physical Address Line 1": "790 E. Commerce Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08302", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631830", + "School District Name": "Ravendale-Termo Elementary", + "Physical Address Line 1": "709-855 Termo-Grasshopper Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Termo", + "Physical Address State": "CA ", + "Physical Address Zip": "96132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.5454545454545454", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300004", + "School District Name": "Bridgewater Public Schools", + "Physical Address Line 1": "105 Country Club Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mars Hill", + "Physical Address State": "ME ", + "Physical Address Zip": "04758", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631860", + "School District Name": "Ravenswood City Elementary", + "Physical Address Line 1": "2120 Euclid Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Palo Alto", + "Physical Address State": "CA ", + "Physical Address Zip": "94303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12931633835457707", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4621420", + "School District Name": "Bridgewater-Emery 30-3", + "Physical Address Line 1": "510 N Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgewater", + "Physical Address State": "SD ", + "Physical Address Zip": "57319", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09090909090909091", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631920", + "School District Name": "Raymond-Knowles Union Elementary", + "Physical Address Line 1": "31828 Rd. 600", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raymond", + "Physical Address State": "CA ", + "Physical Address Zip": "93653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22058823529411764", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402280", + "School District Name": "Bridgewater-Raritan Regional School District", + "Physical Address Line 1": "836 Newmans Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Martinsville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08836", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03818537859007833", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0631980", + "School District Name": "Red Bluff Union Elementary", + "Physical Address Line 1": "1755 Airport Blvd. Administration Bldg.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Bluff", + "Physical Address State": "CA ", + "Physical Address Zip": "96080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1965641230523372", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503030", + "School District Name": "Bridgewater-Raynham", + "Physical Address Line 1": "166 Mt. Prospect Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgewater", + "Physical Address State": "MA ", + "Physical Address Zip": "02324", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.052754435107376284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632010", + "School District Name": "Red Bluff Joint Union High", + "Physical Address Line 1": "1525 Douglass St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Bluff", + "Physical Address State": "CA ", + "Physical Address Zip": "96080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16184971098265896", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801462", + "School District Name": "BRIDGEWAY PREPARATORY ACADEMY", + "Physical Address Line 1": "1861 VALLEY VIEW LANE STE 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARMERS BRANCH", + "Physical Address State": "TX ", + "Physical Address Zip": "75234", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632040", + "School District Name": "Redding Elementary", + "Physical Address Line 1": "5885 E. Bonnyview Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17257360959651036", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100255", + "School District Name": "BRIDGING COMMUNITIES REG CTE CENTER", + "Physical Address Line 1": "7930 New Chipping Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Kent", + "Physical Address State": "VA ", + "Physical Address Zip": "23124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632070", + "School District Name": "Redlands Unified", + "Physical Address Line 1": "20 W. Lugonia Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redlands", + "Physical Address State": "CA ", + "Physical Address Zip": "92374", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11026398131417743", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606840", + "School District Name": "Bridgman Public Schools", + "Physical Address Line 1": "9964 GAST RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRIDGMAN", + "Physical Address State": "MI ", + "Physical Address Zip": "49106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1590909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632130", + "School District Name": "Redwood City Elementary", + "Physical Address Line 1": "750 Bradford St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redwood City", + "Physical Address State": "CA ", + "Physical Address Zip": "94063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.07831020160064836", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402310", + "School District Name": "Brielle Boro School District", + "Physical Address Line 1": "605 UNION LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRIELLE", + "Physical Address State": "NJ ", + "Physical Address Zip": "08730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04079254079254079", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632160", + "School District Name": "Reed Union Elementary", + "Physical Address Line 1": "277-A Karen Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tiburon", + "Physical Address State": "CA ", + "Physical Address Zip": "94920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04565456545654566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402340", + "School District Name": "Brigantine Public School District", + "Physical Address Line 1": "301 East Evans Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brigantine", + "Physical Address State": "NJ ", + "Physical Address Zip": "08203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.16051136363636365", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632250", + "School District Name": "Reeds Creek Elementary", + "Physical Address Line 1": "18335 Johnson Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Bluff", + "Physical Address State": "CA ", + "Physical Address Zip": "96080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20202020202020202", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4005430", + "School District Name": "BRIGGS", + "Physical Address Line 1": "17210 South 569 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tahlequah", + "Physical Address State": "OK ", + "Physical Address Zip": "74464", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23318385650224216", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632270", + "School District Name": "Reef-Sunset Unified", + "Physical Address Line 1": "205 N. Park Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Avenal", + "Physical Address State": "CA ", + "Physical Address Zip": "93204", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.32033008252063017", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632310", + "School District Name": "Rescue Union Elementary", + "Physical Address Line 1": "2390 Bass Lake Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rescue", + "Physical Address State": "CA ", + "Physical Address Zip": "95672", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05583868823399069", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300540", + "School District Name": "Brooks County", + "Physical Address Line 1": "704 N. Tallokas Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quitman", + "Physical Address State": "GA ", + "Physical Address Zip": "31643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3420060331825038", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904761", + "School District Name": "Bright Local", + "Physical Address Line 1": "44 N High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mowrystown", + "Physical Address State": "OH ", + "Physical Address Zip": "45155", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17288135593220338", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632370", + "School District Name": "Rialto Unified", + "Physical Address Line 1": "182 E. Walnut Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rialto", + "Physical Address State": "CA ", + "Physical Address Zip": "92376", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16014952175028402", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300570", + "School District Name": "Bryan County", + "Physical Address Line 1": "66 Industrial Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pembroke", + "Physical Address State": "GA ", + "Physical Address Zip": "31321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10345155462584388", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632400", + "School District Name": "Richfield Elementary", + "Physical Address Line 1": "23875 River Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corning", + "Physical Address State": "CA ", + "Physical Address Zip": "96021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16025641025641027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632430", + "School District Name": "Richgrove Elementary", + "Physical Address Line 1": "20812 Grove Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richgrove", + "Physical Address State": "CA ", + "Physical Address Zip": "93261", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.264", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300600", + "School District Name": "Buford City", + "Physical Address Line 1": "70 Wiley Drive. Suite 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buford", + "Physical Address State": "GA ", + "Physical Address Zip": "30518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13488016318204998", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632520", + "School District Name": "Richmond Elementary", + "Physical Address Line 1": "700-585 Richmond Rd. E.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Susanville", + "Physical Address State": "CA ", + "Physical Address Zip": "96130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.057971014492753624", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600032", + "School District Name": "BRIGHTER CHOICE CHARTER SCHOOL FOR BOYS", + "Physical Address Line 1": "116 N LAKE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "NY ", + "Physical Address Zip": "12206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632550", + "School District Name": "West Contra Costa Unified", + "Physical Address Line 1": "1108 Bissell Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "CA ", + "Physical Address Zip": "94801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14920683577285615", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1300630", + "School District Name": "Bulloch County", + "Physical Address Line 1": "150 Williams Rd. Suite A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Statesboro", + "Physical Address State": "GA ", + "Physical Address Zip": "30458", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23455857670359181", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632610", + "School District Name": "Rim of the World Unified", + "Physical Address Line 1": "27315 N. Bay Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blue Jay", + "Physical Address State": "CA ", + "Physical Address Zip": "92317", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.18282850294181738", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600033", + "School District Name": "BRIGHTER CHOICE CHARTER SCHOOL FOR GIRLS", + "Physical Address Line 1": "250 CENTRAL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "NY ", + "Physical Address Zip": "12206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632640", + "School District Name": "Rincon Valley Union Elementary", + "Physical Address Line 1": "1000 Yulupa Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95405", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.07708405999302406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300660", + "School District Name": "Burke County", + "Physical Address Line 1": "789 Perimeter Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waynesboro", + "Physical Address State": "GA ", + "Physical Address Zip": "30830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.28061445261791435", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632710", + "School District Name": "Rio Bravo-Greeley Union Elementary", + "Physical Address Line 1": "6521 Enos Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93314", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1984732824427481", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501650", + "School District Name": "Brighton #1 School District", + "Physical Address Line 1": "1200 248th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kansasville", + "Physical Address State": "WI ", + "Physical Address Zip": "53139", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1282051282051282", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632730", + "School District Name": "Rio Dell Elementary", + "Physical Address Line 1": "95 Center St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rio Dell", + "Physical Address State": "CA ", + "Physical Address Zip": "95562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.28354430379746837", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300690", + "School District Name": "Butts County", + "Physical Address Line 1": "181 N. Mulberry St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "GA ", + "Physical Address Zip": "30233", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19928370427219239", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632760", + "School District Name": "Rio Elementary", + "Physical Address Line 1": "1800 Solar Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxnard", + "Physical Address State": "CA ", + "Physical Address Zip": "93030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1431027894535728", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606870", + "School District Name": "Brighton Area Schools", + "Physical Address Line 1": "125 S CHURCH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRIGHTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48116", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.03533389687235841", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0632880", + "School District Name": "Ripon Unified", + "Physical Address Line 1": "304 N. Acacia Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ripon", + "Physical Address State": "CA ", + "Physical Address Zip": "95366", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.06969026548672566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300720", + "School District Name": "Calhoun City", + "Physical Address Line 1": "380 Barrett Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calhoun", + "Physical Address State": "GA ", + "Physical Address Zip": "30701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17088607594936708", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633110", + "School District Name": "River Delta Joint Unified", + "Physical Address Line 1": "445 Montezuma St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rio Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "94571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1568907963757749", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605460", + "School District Name": "BRIGHTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2035 MONROE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14618", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05926115956900975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633150", + "School District Name": "Riverside Unified", + "Physical Address Line 1": "3380 14th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverside", + "Physical Address State": "CA ", + "Physical Address Zip": "92501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.13715794419707783", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1300750", + "School District Name": "Calhoun County", + "Physical Address Line 1": "10877 Dickey Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morgan", + "Physical Address State": "GA ", + "Physical Address Zip": "39866", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.36186186186186187", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633210", + "School District Name": "Roberts Ferry Union Elementary", + "Physical Address Line 1": "101 Roberts Ferry Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterford", + "Physical Address State": "CA ", + "Physical Address Zip": "95386", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2716049382716049", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314811", + "School District Name": "Brighton Plt School Department", + "Physical Address Line 1": "72 Dinsmore Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anson", + "Physical Address State": "ME ", + "Physical Address Zip": "04911", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633240", + "School District Name": "Robla Elementary", + "Physical Address Line 1": "5248 Rose St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95838", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.19545454545454546", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300780", + "School District Name": "Camden County", + "Physical Address Line 1": "311 South East Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingsland", + "Physical Address State": "GA ", + "Physical Address Zip": "31548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16366612111292964", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633270", + "School District Name": "Rockford Elementary", + "Physical Address Line 1": "14983 Rd. 208", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Porterville", + "Physical Address State": "CA ", + "Physical Address Zip": "93257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.25274725274725274", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5002610", + "School District Name": "Brighton School District", + "Physical Address Line 1": "825 Railroad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Island Pond", + "Physical Address State": "VT ", + "Physical Address Zip": "05846", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633390", + "School District Name": "Romoland Elementary", + "Physical Address Line 1": "25900 Leon Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Homeland", + "Physical Address State": "CA ", + "Physical Address Zip": "92548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15342741935483872", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300810", + "School District Name": "Candler County", + "Physical Address Line 1": "210 South College Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Metter", + "Physical Address State": "GA ", + "Physical Address Zip": "30439", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3127035830618892", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633480", + "School District Name": "Rosedale Union Elementary", + "Physical Address Line 1": "2553 Old Farm Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.08948901244373841", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601221", + "School District Name": "BRILLA CARITAS CHARTER SCHOOL", + "Physical Address Line 1": "2336 ANDREWS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10468", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633510", + "School District Name": "Roseland", + "Physical Address Line 1": "1691 Burbank Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95407", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.18497576736672053", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300840", + "School District Name": "Carroll County", + "Physical Address Line 1": "164 Independence Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carrollton", + "Physical Address State": "GA ", + "Physical Address Zip": "30116", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17930471301913206", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633570", + "School District Name": "Rosemead Elementary", + "Physical Address Line 1": "3907 Rosemead Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rosemead", + "Physical Address State": "CA ", + "Physical Address Zip": "91770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23443983402489627", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601108", + "School District Name": "BRILLA COLLEGE PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "413 E 144TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10454", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633600", + "School District Name": "Roseville City Elementary", + "Physical Address Line 1": "1050 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roseville", + "Physical Address State": "CA ", + "Physical Address Zip": "95678", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.06724998192204787", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300870", + "School District Name": "Carrollton City", + "Physical Address Line 1": "106 Trojan Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carrollton", + "Physical Address State": "GA ", + "Physical Address Zip": "30117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.22292191435768263", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633630", + "School District Name": "Roseville Joint Union High", + "Physical Address Line 1": "1750 Cirby Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roseville", + "Physical Address State": "CA ", + "Physical Address Zip": "95661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.06301883424082835", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601222", + "School District Name": "BRILLA PAX CHARTER SCHOOL", + "Physical Address Line 1": "2336 ANDREWS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10468", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633660", + "School District Name": "Ross Elementary", + "Physical Address Line 1": "9 Lagunitas Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ross", + "Physical Address State": "CA ", + "Physical Address Zip": "94957", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.030973451327433628", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300900", + "School District Name": "Cartersville City", + "Physical Address Line 1": "15 Nelson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cartersville", + "Physical Address State": "GA ", + "Physical Address Zip": "30120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.174042764793635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633690", + "School District Name": "Round Valley Joint Elementary", + "Physical Address Line 1": "300 N. Round Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bishop", + "Physical Address State": "CA ", + "Physical Address Zip": "93514", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14736842105263157", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601165", + "School District Name": "BRILLA VERITAS CHARTER SCHOOL", + "Physical Address Line 1": "600 E 156TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10455", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633720", + "School District Name": "Round Valley Unified", + "Physical Address Line 1": "76280 High Sch St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Covelo", + "Physical Address State": "CA ", + "Physical Address Zip": "95428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3327526132404181", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300930", + "School District Name": "Catoosa County", + "Physical Address Line 1": "307 Cleveland Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ringgold", + "Physical Address State": "GA ", + "Physical Address Zip": "30736", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15600439448998563", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633750", + "School District Name": "Rowland Unified", + "Physical Address Line 1": "1830 S. Nogales St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rowland Heights", + "Physical Address State": "CA ", + "Physical Address Zip": "91748", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17887702204734246", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801475", + "School District Name": "BRILLANTE ACADEMY", + "Physical Address Line 1": "2021 S 45TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCALLEN", + "Physical Address State": "TX ", + "Physical Address Zip": "78503", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633840", + "School District Name": "Sacramento City Unified", + "Physical Address Line 1": "5735 47th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95824", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.1893504446695936", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1300990", + "School District Name": "Charlton County", + "Physical Address Line 1": "500 South Third Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Folkston", + "Physical Address State": "GA ", + "Physical Address Zip": "31537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3024585477415666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633860", + "School District Name": "Saddleback Valley Unified", + "Physical Address Line 1": "25631 Peter A. Hartman Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mission Viejo", + "Physical Address State": "CA ", + "Physical Address Zip": "92691", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06379015053634206", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501680", + "School District Name": "Brillion School District", + "Physical Address Line 1": "315 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brillion", + "Physical Address State": "WI ", + "Physical Address Zip": "54110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05911823647294589", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633900", + "School District Name": "Salida Union Elementary", + "Physical Address Line 1": "4801 Sisk Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salida", + "Physical Address State": "CA ", + "Physical Address Zip": "95368", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15039668851328045", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503060", + "School District Name": "Brimfield", + "Physical Address Line 1": "320A Brookfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fiskdale", + "Physical Address State": "MA ", + "Physical Address Zip": "01518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07633587786259542", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633930", + "School District Name": "Salinas City Elementary", + "Physical Address Line 1": "840 S. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salinas", + "Physical Address State": "CA ", + "Physical Address Zip": "93901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.16519655885876075", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301050", + "School District Name": "Chattahoochee County", + "Physical Address Line 1": "326 Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cusseta", + "Physical Address State": "GA ", + "Physical Address Zip": "31805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3083778966131907", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0633980", + "School District Name": "Salinas Union High", + "Physical Address Line 1": "431 W. Alisal St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salinas", + "Physical Address State": "CA ", + "Physical Address Zip": "93901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1475464008371427", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1707200", + "School District Name": "Brimfield CUSD 309", + "Physical Address Line 1": "PO Box 380", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brimfield", + "Physical Address State": "IL ", + "Physical Address Zip": "61517", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04285714285714286", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634050", + "School District Name": "San Antonio Union Elementary", + "Physical Address Line 1": "67550 Lockwood/Jolon Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lockwood", + "Physical Address State": "CA ", + "Physical Address Zip": "93932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18888888888888888", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301080", + "School District Name": "Chattooga County", + "Physical Address Line 1": "33 Middle School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Summerville", + "Physical Address State": "GA ", + "Physical Address Zip": "30747", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2738292011019284", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634080", + "School District Name": "San Ardo Union Elementary", + "Physical Address Line 1": "62428 Center St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Ardo", + "Physical Address State": "CA ", + "Physical Address Zip": "93450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606900", + "School District Name": "Brimley Area Schools", + "Physical Address Line 1": "7134 SOUTH M 221", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRIMLEY", + "Physical Address State": "MI ", + "Physical Address Zip": "49715", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1889483065953654", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634140", + "School District Name": "San Benito High", + "Physical Address Line 1": "1220 Monterey St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hollister", + "Physical Address State": "CA ", + "Physical Address Zip": "95023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09304123711340206", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301110", + "School District Name": "Cherokee County", + "Physical Address Line 1": "221 W. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "GA ", + "Physical Address Zip": "30114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08796296296296297", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634170", + "School District Name": "San Bernardino City Unified", + "Physical Address Line 1": "777 N. F St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bernardino", + "Physical Address State": "CA ", + "Physical Address Zip": "92410", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.20830827907296373", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1301140", + "School District Name": "Chickamauga City", + "Physical Address Line 1": "402 Cove Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chickamauga", + "Physical Address State": "GA ", + "Physical Address Zip": "30707", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13732394366197184", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634230", + "School District Name": "San Bruno Park Elementary", + "Physical Address Line 1": "500 Acacia Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bruno", + "Physical Address State": "CA ", + "Physical Address Zip": "94066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06286043829296424", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300750", + "School District Name": "Brinnon School District", + "Physical Address Line 1": "46 SCHOOLHOUSE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRINNON", + "Physical Address State": "WA ", + "Physical Address Zip": "98320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2711864406779661", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634290", + "School District Name": "San Carlos Elementary", + "Physical Address Line 1": "1200 Industrial Rd. Unit 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Carlos", + "Physical Address State": "CA ", + "Physical Address Zip": "94070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.019535673839184597", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301170", + "School District Name": "Clarke County", + "Physical Address Line 1": "240 Mitchell Bridge Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Athens", + "Physical Address State": "GA ", + "Physical Address Zip": "30606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.24358480882730305", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634320", + "School District Name": "San Diego Unified", + "Physical Address Line 1": "4100 Normal St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.12646883691482064", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1301200", + "School District Name": "Clay County", + "Physical Address Line 1": "111 Commerce St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Gaines", + "Physical Address State": "GA ", + "Physical Address Zip": "31751", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3577981651376147", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634380", + "School District Name": "San Dieguito Union High", + "Physical Address Line 1": "710 Encinitas Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Encinitas", + "Physical Address State": "CA ", + "Physical Address Zip": "92024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.04621309370988447", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700360", + "School District Name": "Bristol", + "Physical Address Line 1": "615 Martin Luther King Jr BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bristol", + "Physical Address State": "TN ", + "Physical Address Zip": "37620", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2445914991091881", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634410", + "School District Name": "San Francisco Unified", + "Physical Address Line 1": "555 Franklin St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.11905720685576221", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1301230", + "School District Name": "Clayton County", + "Physical Address Line 1": "1058 Fifth Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jonesboro", + "Physical Address State": "GA ", + "Physical Address Zip": "30236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2687263430506674", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0634425", + "School District Name": "San Gabriel Unified", + "Physical Address Line 1": "408 Junipero Serra Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Gabriel", + "Physical Address State": "CA ", + "Physical Address Zip": "91776", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16042301487721813", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501710", + "School District Name": "Bristol #1 School District", + "Physical Address Line 1": "20121 83rd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bristol", + "Physical Address State": "WI ", + "Physical Address Zip": "53104", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0456490727532097", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634440", + "School District Name": "San Jacinto Unified", + "Physical Address Line 1": "2045 S. San Jacinto Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jacinto", + "Physical Address State": "CA ", + "Physical Address Zip": "92583", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.21348314606741572", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301260", + "School District Name": "Clinch County", + "Physical Address Line 1": "119 S. College Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Homerville", + "Physical Address State": "GA ", + "Physical Address Zip": "31634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.28264331210191085", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634590", + "School District Name": "San Jose Unified", + "Physical Address Line 1": "855 Lenzen Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95126", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.07849588719153937", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301290", + "School District Name": "Cobb County", + "Physical Address Line 1": "514 Glover Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marietta", + "Physical Address State": "GA ", + "Physical Address Zip": "30061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1077764068538931", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0634620", + "School District Name": "San Juan Unified", + "Physical Address Line 1": "3738 Walnut Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carmichael", + "Physical Address State": "CA ", + "Physical Address Zip": "95608", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16966273528491785", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4204200", + "School District Name": "Bristol Borough SD", + "Physical Address Line 1": "1776 Farragut Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bristol", + "Physical Address State": "PA ", + "Physical Address Zip": "19007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20846696600384862", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634680", + "School District Name": "San Leandro Unified", + "Physical Address Line 1": "835 E. 14th St. Ste. 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Leandro", + "Physical Address State": "CA ", + "Physical Address Zip": "94577", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1380933699489996", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301350", + "School District Name": "Coffee County", + "Physical Address Line 1": "1311 S. Peterson Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Douglas", + "Physical Address State": "GA ", + "Physical Address Zip": "31533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.34804048793148196", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634710", + "School District Name": "San Lorenzo Unified", + "Physical Address Line 1": "15510 Usher St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Lorenzo", + "Physical Address State": "CA ", + "Physical Address Zip": "94580", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14212408645622765", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100450", + "School District Name": "BRISTOL CITY PBLC SCHS", + "Physical Address Line 1": "280 Lee Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bristol", + "Physical Address State": "VA ", + "Physical Address Zip": "24201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.2885420631899505", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634740", + "School District Name": "San Lorenzo Valley Unified", + "Physical Address Line 1": "325 Marion Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ben Lomond", + "Physical Address State": "CA ", + "Physical Address Zip": "95005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06573765525598303", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301380", + "School District Name": "Colquitt County", + "Physical Address Line 1": "710 28th Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moultrie", + "Physical Address State": "GA ", + "Physical Address Zip": "31768", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2559225512528474", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634770", + "School District Name": "San Lucas Union Elementary", + "Physical Address Line 1": "53675 San Benito St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Lucas", + "Physical Address State": "CA ", + "Physical Address Zip": "93954", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13580246913580246", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503070", + "School District Name": "Bristol County Agricultural", + "Physical Address Line 1": "135 Center Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dighton", + "Physical Address State": "MA ", + "Physical Address Zip": "02715", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634800", + "School District Name": "San Luis Coastal Unified", + "Physical Address Line 1": "1500 Lizzie St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Luis Obispo", + "Physical Address State": "CA ", + "Physical Address Zip": "93401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.10325904356590884", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301410", + "School District Name": "Columbia County", + "Physical Address Line 1": "4781 Hereford Farm Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Evans", + "Physical Address State": "GA ", + "Physical Address Zip": "30809", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08618827917934622", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634860", + "School District Name": "San Marino Unified", + "Physical Address Line 1": "1665 W. Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Marino", + "Physical Address State": "CA ", + "Physical Address Zip": "91108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07373440939104915", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905011", + "School District Name": "Bristol Local", + "Physical Address Line 1": "1845 State Route 88", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bristolville", + "Physical Address State": "OH ", + "Physical Address Zip": "44402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634880", + "School District Name": "San Marcos Unified", + "Physical Address Line 1": "255 Pico Ave. Ste. 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Marcos", + "Physical Address State": "CA ", + "Physical Address Zip": "92069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08261422472522481", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301440", + "School District Name": "Commerce City", + "Physical Address Line 1": "270 Lakeview Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Commerce", + "Physical Address State": "GA ", + "Physical Address Zip": "30529", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2010233918128655", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634920", + "School District Name": "San Mateo-Foster City", + "Physical Address Line 1": "1170 Chess Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Foster City", + "Physical Address State": "CA ", + "Physical Address Zip": "94404", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.06196581196581197", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2303600", + "School District Name": "Bristol Public Schools", + "Physical Address Line 1": "767 Main Street 1-A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Damariscotta", + "Physical Address State": "ME ", + "Physical Address Zip": "04543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10191082802547771", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0634980", + "School District Name": "San Mateo Union High", + "Physical Address Line 1": "650 N. Delaware St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Mateo", + "Physical Address State": "CA ", + "Physical Address Zip": "94401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.05119795936959096", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301470", + "School District Name": "Cook County", + "Physical Address Line 1": "1109 N PARRISH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADEL", + "Physical Address State": "GA ", + "Physical Address Zip": "31620", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.27128772034657905", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635010", + "School District Name": "San Miguel Joint Union", + "Physical Address Line 1": "1601 L St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Miguel", + "Physical Address State": "CA ", + "Physical Address Zip": "93451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17681498829039813", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301500", + "School District Name": "Coweta County", + "Physical Address Line 1": "237 Jackson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newnan", + "Physical Address State": "GA ", + "Physical Address Zip": "30264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.116046703091086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635040", + "School District Name": "San Pasqual Union Elementary", + "Physical Address Line 1": "15305 Rockwood Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Escondido", + "Physical Address State": "CA ", + "Physical Address Zip": "92027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07975460122699386", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204230", + "School District Name": "Bristol Township SD", + "Physical Address Line 1": "5 Blue Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Levittown", + "Physical Address State": "PA ", + "Physical Address Zip": "19057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14812942366026288", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635070", + "School District Name": "San Pasqual Valley Unified", + "Physical Address Line 1": "676 Base Line Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winterhaven", + "Physical Address State": "CA ", + "Physical Address Zip": "92283", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2962382445141066", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301530", + "School District Name": "Crawford County", + "Physical Address Line 1": "348 Crusselle Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roberta", + "Physical Address State": "GA ", + "Physical Address Zip": "31078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23048907388137357", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635090", + "School District Name": "San Rafael City Elementary", + "Physical Address Line 1": "310 Nova Albion Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Rafael", + "Physical Address State": "CA ", + "Physical Address Zip": "94903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.12939328490084429", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400065", + "School District Name": "Bristol Warren", + "Physical Address Line 1": "235 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bristol", + "Physical Address State": "RI ", + "Physical Address Zip": "02809", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09923230025589991", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635110", + "School District Name": "San Rafael City High", + "Physical Address Line 1": "310 Nova Albion Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Rafael", + "Physical Address State": "CA ", + "Physical Address Zip": "94903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09257503949447077", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301560", + "School District Name": "Crisp County", + "Physical Address Line 1": "201 7th Street South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cordele", + "Physical Address State": "GA ", + "Physical Address Zip": "31015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.35666293393057114", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635130", + "School District Name": "San Ramon Valley Unified", + "Physical Address Line 1": "699 Old Orchard Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "CA ", + "Physical Address Zip": "94526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.029918988584755123", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503080", + "School District Name": "Bristol-Plymouth Regional Vocational Technical", + "Physical Address Line 1": "207 Hart Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Taunton", + "Physical Address State": "MA ", + "Physical Address Zip": "02780", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635220", + "School District Name": "San Ysidro Elementary", + "Physical Address Line 1": "4350 Otay Mesa Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Ysidro", + "Physical Address State": "CA ", + "Physical Address Zip": "92173", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.22949483976099946", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301590", + "School District Name": "Dade County", + "Physical Address Line 1": "52 Tradition Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trenton", + "Physical Address State": "GA ", + "Physical Address Zip": "30752", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1609674728940784", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635250", + "School District Name": "Sanger Unified", + "Physical Address Line 1": "1905 Seventh St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sanger", + "Physical Address State": "CA ", + "Physical Address Zip": "93657", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.18118706133658835", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4005460", + "School District Name": "BRISTOW", + "Physical Address Line 1": "420 North Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bristow", + "Physical Address State": "OK ", + "Physical Address Zip": "74010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18923821039903266", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635310", + "School District Name": "Santa Ana Unified", + "Physical Address Line 1": "1601 E. Chestnut Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ana", + "Physical Address State": "CA ", + "Physical Address Zip": "92701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.15506889650571645", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1301620", + "School District Name": "Dalton Public Schools", + "Physical Address Line 1": "100 South Hamilton Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dalton", + "Physical Address State": "GA ", + "Physical Address Zip": "30720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1889240983853931", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635430", + "School District Name": "Santa Clara Unified", + "Physical Address Line 1": "1889 Lawrence Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Clara", + "Physical Address State": "CA ", + "Physical Address Zip": "95051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.05831861879536983", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301650", + "School District Name": "Dawson County", + "Physical Address Line 1": "517 Allen Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dawsonville", + "Physical Address State": "GA ", + "Physical Address Zip": "30534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.130166270783848", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635490", + "School District Name": "Santa Clara Elementary", + "Physical Address Line 1": "20030 E. Telegraph Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Paula", + "Physical Address State": "CA ", + "Physical Address Zip": "93060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21621621621621623", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606930", + "School District Name": "Britton Deerfield Schools", + "Physical Address Line 1": "201 COLLEGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRITTON", + "Physical Address State": "MI ", + "Physical Address Zip": "49229", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09581881533101046", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635590", + "School District Name": "Santa Cruz City Elementary", + "Physical Address Line 1": "133 Mission St. Ste. 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Cruz", + "Physical Address State": "CA ", + "Physical Address Zip": "95060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.081508078994614", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301740", + "School District Name": "DeKalb County", + "Physical Address Line 1": "3770 N Decatur Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Decatur", + "Physical Address State": "GA ", + "Physical Address Zip": "30032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2365305071807708", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0635600", + "School District Name": "Santa Cruz City High", + "Physical Address Line 1": "133 Mission St. Ste. 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Cruz", + "Physical Address State": "CA ", + "Physical Address Zip": "95060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.07512144344205413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600041", + "School District Name": "Britton-Hecla School District 45-4", + "Physical Address Line 1": "759 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Britton", + "Physical Address State": "SD ", + "Physical Address Zip": "57430", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11136363636363636", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635670", + "School District Name": "Santa Maria Joint Union High", + "Physical Address Line 1": "2560 Skyway Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Maria", + "Physical Address State": "CA ", + "Physical Address Zip": "93455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.16918975530800723", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301680", + "School District Name": "City Schools of Decatur", + "Physical Address Line 1": "758 Scott Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Decatur", + "Physical Address State": "GA ", + "Physical Address Zip": "30030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05483028720626632", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635700", + "School District Name": "Santa Monica-Malibu Unified", + "Physical Address Line 1": "1651 16th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Monica", + "Physical Address State": "CA ", + "Physical Address Zip": "90404", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.10562755192614948", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635790", + "School District Name": "Santa Rita Union Elementary", + "Physical Address Line 1": "57 Russell Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salinas", + "Physical Address State": "CA ", + "Physical Address Zip": "93906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.15279170845870946", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301710", + "School District Name": "Decatur County", + "Physical Address Line 1": "100 South West Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bainbridge", + "Physical Address State": "GA ", + "Physical Address Zip": "39817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.35540408958130476", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635810", + "School District Name": "Santa Rosa Elementary", + "Physical Address Line 1": "211 Ridgway Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.11846447802675004", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600005", + "School District Name": "BROADALBIN-PERTH CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "20 PINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROADALBIN", + "Physical Address State": "NY ", + "Physical Address Zip": "12025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13824362606232293", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635830", + "School District Name": "Santa Rosa High", + "Physical Address Line 1": "211 Ridgway Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.10003368137420007", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301770", + "School District Name": "Dodge County", + "Physical Address Line 1": "700 College Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastman", + "Physical Address State": "GA ", + "Physical Address Zip": "31023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.30434782608695654", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635850", + "School District Name": "Santa Ynez Valley Union High", + "Physical Address Line 1": "2975 E. Highway 246", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ynez", + "Physical Address State": "CA ", + "Physical Address Zip": "93460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08721359940872137", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811430", + "School District Name": "BROADDUS ISD", + "Physical Address Line 1": "1 BULLDOG PLAZA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROADDUS", + "Physical Address State": "TX ", + "Physical Address Zip": "75929", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27835051546391754", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635880", + "School District Name": "Santee", + "Physical Address Line 1": "9625 Cuyamaca St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santee", + "Physical Address State": "CA ", + "Physical Address Zip": "92071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07968013708410682", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301800", + "School District Name": "Dooly County", + "Physical Address Line 1": "202 Cotton Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vienna", + "Physical Address State": "GA ", + "Physical Address Zip": "31092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3151421983089931", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635910", + "School District Name": "Saratoga Union Elementary", + "Physical Address Line 1": "20460 Forrest Hills Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saratoga", + "Physical Address State": "CA ", + "Physical Address Zip": "95070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03214596003475239", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000006", + "School District Name": "Broadus Elem", + "Physical Address Line 1": "500 North Trautman", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Broadus", + "Physical Address State": "MT ", + "Physical Address Zip": "59317", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1511627906976744", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635940", + "School District Name": "Saucelito Elementary", + "Physical Address Line 1": "17615 Ave. 104", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Terra Bella", + "Physical Address State": "CA ", + "Physical Address Zip": "93270", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07407407407407407", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301830", + "School District Name": "Dougherty County", + "Physical Address Line 1": "200 Pine Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albany", + "Physical Address State": "GA ", + "Physical Address Zip": "31701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.3799727520435967", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0635970", + "School District Name": "Saugus Union", + "Physical Address Line 1": "24930 Ave. Stanford", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Clarita", + "Physical Address State": "CA ", + "Physical Address Zip": "91355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0615791795324217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3004890", + "School District Name": "Broadview Elem", + "Physical Address Line 1": "13935 1st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Broadview", + "Physical Address State": "MT ", + "Physical Address Zip": "59015", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14414414414414414", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636000", + "School District Name": "Sausalito Marin City", + "Physical Address Line 1": "200 Phillips Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marin City", + "Physical Address State": "CA ", + "Physical Address Zip": "94965", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1285475792988314", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301860", + "School District Name": "Douglas County", + "Physical Address Line 1": "9030 Highway 5", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Douglasville", + "Physical Address State": "GA ", + "Physical Address Zip": "30134", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19526003024016317", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636030", + "School District Name": "Savanna Elementary", + "Physical Address Line 1": "1330 S. Knott Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anaheim", + "Physical Address State": "CA ", + "Physical Address Zip": "92804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.13972715998346424", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3004920", + "School District Name": "Broadview H S", + "Physical Address Line 1": "13935 1st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Broadview", + "Physical Address State": "MT ", + "Physical Address Zip": "59015", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07042253521126761", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636100", + "School District Name": "Scotia Union Elementary", + "Physical Address Line 1": "417 Church St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scotia", + "Physical Address State": "CA ", + "Physical Address Zip": "95565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17880794701986755", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301870", + "School District Name": "Dublin City", + "Physical Address Line 1": "207 Shamrock Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dublin", + "Physical Address State": "GA ", + "Physical Address Zip": "31021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.4010951403148528", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636180", + "School District Name": "Sebastopol Union Elementary", + "Physical Address Line 1": "7611 Huntley St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sebastopol", + "Physical Address State": "CA ", + "Physical Address Zip": "95472", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1015180265654649", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000013", + "School District Name": "Broadwater", + "Physical Address Line 1": "515 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Townsend", + "Physical Address State": "MT ", + "Physical Address Zip": "59644", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636210", + "School District Name": "Seeley Union Elementary", + "Physical Address Line 1": "1812 W. Rio Vista St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seeley", + "Physical Address State": "CA ", + "Physical Address Zip": "92273", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.24456521739130435", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301920", + "School District Name": "Early County", + "Physical Address Line 1": "11927 Columbia Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blakely", + "Physical Address State": "GA ", + "Physical Address Zip": "39823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.40370751802265703", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636240", + "School District Name": "Seiad Elementary", + "Physical Address Line 1": "44539 Highway 96", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seiad Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "96086", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901430", + "School District Name": "Broadway Academy", + "Physical Address Line 1": "3398 E 55th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636270", + "School District Name": "Selma Unified", + "Physical Address Line 1": "3036 Thompson Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Selma", + "Physical Address State": "CA ", + "Physical Address Zip": "93662", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.28580051305266335", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301950", + "School District Name": "Echols County", + "Physical Address Line 1": "216 Hwy 129 North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Statenville", + "Physical Address State": "GA ", + "Physical Address Zip": "31648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2977303070761015", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636330", + "School District Name": "Semitropic Elementary", + "Physical Address Line 1": "25300 Highway 46", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wasco", + "Physical Address State": "CA ", + "Physical Address Zip": "93280", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3023255813953488", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811460", + "School District Name": "BROCK ISD", + "Physical Address Line 1": "410 EAGLE SPIRIT LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROCK", + "Physical Address State": "TX ", + "Physical Address Zip": "76087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.051457975986277875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636360", + "School District Name": "Sequoia Union Elementary", + "Physical Address Line 1": "23958 Ave. 324", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lemon Cove", + "Physical Address State": "CA ", + "Physical Address Zip": "93244", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21359223300970873", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301980", + "School District Name": "Effingham County", + "Physical Address Line 1": "405 North Ash Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "GA ", + "Physical Address Zip": "31329", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11427721151700022", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636390", + "School District Name": "Sequoia Union High", + "Physical Address Line 1": "480 James Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redwood City", + "Physical Address State": "CA ", + "Physical Address Zip": "94062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05210214083053907", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605580", + "School District Name": "BROCKPORT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "40 ALLEN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROCKPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "14420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12710483432916894", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636420", + "School District Name": "Shaffer Union Elementary", + "Physical Address Line 1": "722-055 Highway 395 N.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Litchfield", + "Physical Address State": "CA ", + "Physical Address Zip": "96117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1760797342192691", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302010", + "School District Name": "Elbert County", + "Physical Address Line 1": "50 Laurel Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elberton", + "Physical Address State": "GA ", + "Physical Address Zip": "30635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2907692307692308", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636450", + "School District Name": "Shandon Joint Unified", + "Physical Address Line 1": "101 S. First St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shandon", + "Physical Address State": "CA ", + "Physical Address Zip": "93461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503090", + "School District Name": "Brockton", + "Physical Address Line 1": "43 Crescent Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brockton", + "Physical Address State": "MA ", + "Physical Address Zip": "02301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15277395184838302", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636570", + "School District Name": "Shasta Union Elementary", + "Physical Address Line 1": "10446 Red Bluff Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shasta", + "Physical Address State": "CA ", + "Physical Address Zip": "96087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19708029197080293", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302040", + "School District Name": "Emanuel County", + "Physical Address Line 1": "201 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Swainsboro", + "Physical Address State": "GA ", + "Physical Address Zip": "30401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2930669800235018", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636600", + "School District Name": "Shasta Union High", + "Physical Address Line 1": "2200 Eureka Way Ste. B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.14806089162740124", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3005010", + "School District Name": "Brockton Elem", + "Physical Address Line 1": "529 5th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brockton", + "Physical Address State": "MT ", + "Physical Address Zip": "59213", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636660", + "School District Name": "Shiloh Elementary", + "Physical Address Line 1": "6633 Paradise Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95358", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20833333333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302070", + "School District Name": "Evans County", + "Physical Address Line 1": "613 West Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Claxton", + "Physical Address State": "GA ", + "Physical Address Zip": "30417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3350612629594722", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636670", + "School District Name": "Shoreline Unified", + "Physical Address Line 1": "10 John St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tomales", + "Physical Address State": "CA ", + "Physical Address Zip": "94971", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10344827586206896", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3005040", + "School District Name": "Brockton H S", + "Physical Address Line 1": "529 5th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brockton", + "Physical Address State": "MT ", + "Physical Address Zip": "59213", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.36764705882352944", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636780", + "School District Name": "Sierra-Plumas Joint Unified", + "Physical Address Line 1": "109 Beckwith Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loyalton", + "Physical Address State": "CA ", + "Physical Address Zip": "96118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15055762081784388", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302100", + "School District Name": "Fannin County", + "Physical Address Line 1": "2290 East First Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blue Ridge", + "Physical Address State": "GA ", + "Physical Address Zip": "30513", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21188878235858102", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636800", + "School District Name": "Sierra Sands Unified", + "Physical Address Line 1": "113 W. Felspar Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ridgecrest", + "Physical Address State": "CA ", + "Physical Address Zip": "93555", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15780654988575782", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204260", + "School District Name": "Brockway Area SD", + "Physical Address Line 1": "40 North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brockway", + "Physical Address State": "PA ", + "Physical Address Zip": "15824", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1227154046997389", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636805", + "School District Name": "Sierra Unified", + "Physical Address Line 1": "29143 Auberry Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prather", + "Physical Address State": "CA ", + "Physical Address Zip": "93651", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1789156626506024", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302130", + "School District Name": "Fayette County", + "Physical Address Line 1": "210 Stonewall Avenue West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fayetteville", + "Physical Address State": "GA ", + "Physical Address Zip": "30214", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07340807174887892", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636810", + "School District Name": "Silver Fork Elementary", + "Physical Address Line 1": "2701 Amber Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pollock Pines", + "Physical Address State": "CA ", + "Physical Address Zip": "95726", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605610", + "School District Name": "BROCTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "138 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROCTON", + "Physical Address State": "NY ", + "Physical Address Zip": "14716", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22743055555555555", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636820", + "School District Name": "Silver Valley Unified", + "Physical Address Line 1": "35320 Daggett-Yermo Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yermo", + "Physical Address State": "CA ", + "Physical Address Zip": "92398", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15925925925925927", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302190", + "School District Name": "Floyd County", + "Physical Address Line 1": "600 Riverside Parkway NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rome", + "Physical Address State": "GA ", + "Physical Address Zip": "30161", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19769617012897509", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636840", + "School District Name": "Simi Valley Unified", + "Physical Address Line 1": "101 W. Cochran St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simi Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "93065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08492527929583596", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501740", + "School District Name": "Brodhead School District", + "Physical Address Line 1": "2501 W 5th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brodhead", + "Physical Address State": "WI ", + "Physical Address Zip": "53520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12014453477868112", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636940", + "School District Name": "Siskiyou Union High", + "Physical Address Line 1": "624 Everitt Memorial Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Shasta", + "Physical Address State": "CA ", + "Physical Address Zip": "96067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18377693282636248", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302220", + "School District Name": "Forsyth County", + "Physical Address Line 1": "1120 Dahlonega Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cumming", + "Physical Address State": "GA ", + "Physical Address Zip": "30040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0514903143443912", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636960", + "School District Name": "Snelling-Merced Falls Union Elementary", + "Physical Address Line 1": "16099 N. Highway 59", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Snelling", + "Physical Address State": "CA ", + "Physical Address Zip": "95369", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4005490", + "School District Name": "BROKEN ARROW", + "Physical Address Line 1": "701 South Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Broken Arrow", + "Physical Address State": "OK ", + "Physical Address Zip": "74012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0946470462785242", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636970", + "School District Name": "Snowline Joint Unified", + "Physical Address Line 1": "4075 Nielson Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phelan", + "Physical Address State": "CA ", + "Physical Address Zip": "92329", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15978710821998818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4005520", + "School District Name": "BROKEN BOW", + "Physical Address Line 1": "108 West Fifth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Broken Bow", + "Physical Address State": "OK ", + "Physical Address Zip": "74728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.297972972972973", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636972", + "School District Name": "Victor Valley Union High", + "Physical Address Line 1": "16350 Mojave Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Victorville", + "Physical Address State": "CA ", + "Physical Address Zip": "92395", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20979234527687296", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100011", + "School District Name": "BROKEN BOW PUBLIC SCHOOLS", + "Physical Address Line 1": "323 N 7TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROKEN BOW", + "Physical Address State": "NE ", + "Physical Address Zip": "68822", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12933025404157045", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0636990", + "School District Name": "Solana Beach Elementary", + "Physical Address Line 1": "309 N. Rios Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Solana Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "92075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.046311702717692735", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302250", + "School District Name": "Franklin County", + "Physical Address Line 1": "919 Hull Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carnesville", + "Physical Address State": "GA ", + "Physical Address Zip": "30521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23553612753921316", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637050", + "School District Name": "Soledad Unified", + "Physical Address Line 1": "1261 Metz Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Soledad", + "Physical Address State": "CA ", + "Physical Address Zip": "93960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14439261813019671", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905910", + "School District Name": "BRONAUGH R-VII", + "Physical Address Line 1": "527 E 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONAUGH", + "Physical Address State": "MO ", + "Physical Address Zip": "64728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18435754189944134", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637110", + "School District Name": "Solvang Elementary", + "Physical Address Line 1": "565 Atterdag Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Solvang", + "Physical Address State": "CA ", + "Physical Address Zip": "93463", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13261648745519714", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302280", + "School District Name": "Fulton County", + "Physical Address Line 1": "786 Cleveland Avenue. SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA ", + "Physical Address Zip": "30315", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1457146485721543", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0637140", + "School District Name": "Somis Union", + "Physical Address Line 1": "5268 N. St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somis", + "Physical Address State": "CA ", + "Physical Address Zip": "93066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.11688311688311688", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606960", + "School District Name": "Bronson Community School District", + "Physical Address Line 1": "501 E Chicago St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bronson", + "Physical Address State": "MI ", + "Physical Address Zip": "49028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1732566498921639", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637200", + "School District Name": "Sonoma Valley Unified", + "Physical Address Line 1": "17850 RailRd. Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sonoma", + "Physical Address State": "CA ", + "Physical Address Zip": "95476", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09907692307692308", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302310", + "School District Name": "Gainesville City", + "Physical Address Line 1": "508 Oak Street. NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gainesville", + "Physical Address State": "GA ", + "Physical Address Zip": "30501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.19240574265396485", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637230", + "School District Name": "Sonora Elementary", + "Physical Address Line 1": "830 Greenley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sonora", + "Physical Address State": "CA ", + "Physical Address Zip": "95370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16519546027742749", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811490", + "School District Name": "BRONTE ISD", + "Physical Address Line 1": "210 S JEFFERSON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONTE", + "Physical Address State": "TX ", + "Physical Address Zip": "76933", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21487603305785125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637260", + "School District Name": "Sonora Union High", + "Physical Address Line 1": "100 Sch St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sonora", + "Physical Address State": "CA ", + "Physical Address Zip": "95370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1336661120354964", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302340", + "School District Name": "Gilmer County", + "Physical Address Line 1": "497 Bobcat Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellijay", + "Physical Address State": "GA ", + "Physical Address Zip": "30540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21404070432197575", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637290", + "School District Name": "Soquel Union Elementary", + "Physical Address Line 1": "620 Monterey Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Capitola", + "Physical Address State": "CA ", + "Physical Address Zip": "95010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0756490599820949", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600956", + "School District Name": "BRONX ACADEMY OF PROMISE CHARTER SCHOOL", + "Physical Address Line 1": "1349 INWOOD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10452", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637320", + "School District Name": "Soulsbyville Elementary", + "Physical Address Line 1": "20300 Soulsbyville Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Soulsbyville", + "Physical Address State": "CA ", + "Physical Address Zip": "95372", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11764705882352941", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302370", + "School District Name": "Glascock County", + "Physical Address Line 1": "738 Railroad Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gibson", + "Physical Address State": "GA ", + "Physical Address Zip": "30810", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17987152034261242", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637350", + "School District Name": "South Bay Union Elementary", + "Physical Address Line 1": "6077 Loma Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "CA ", + "Physical Address Zip": "95503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21673003802281368", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601199", + "School District Name": "BRONX ARTS AND SCIENCE CHARTER SCHOOL", + "Physical Address Line 1": "925 HUTCHINSON RIVER PKWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10465", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637380", + "School District Name": "South Bay Union", + "Physical Address Line 1": "601 Elm Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Imperial Beach", + "Physical Address State": "CA ", + "Physical Address Zip": "91932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.17777777777777778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302400", + "School District Name": "Glynn County", + "Physical Address Line 1": "1313 Egmont St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brunswick", + "Physical Address State": "GA ", + "Physical Address Zip": "31520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2492333009200389", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637470", + "School District Name": "South Fork Union", + "Physical Address Line 1": "5225 Kelso Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weldon", + "Physical Address State": "CA ", + "Physical Address Zip": "93283", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.32954545454545453", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600089", + "School District Name": "BRONX CHARTER SCHOOL FOR BETTER LEARNING", + "Physical Address Line 1": "3740 BAYCHESTER AVE ANNEX", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10466", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637500", + "School District Name": "South Pasadena Unified", + "Physical Address Line 1": "1100 El Centro St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Pasadena", + "Physical Address State": "CA ", + "Physical Address Zip": "91030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.057411482296459294", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302430", + "School District Name": "Gordon County", + "Physical Address Line 1": "205 Warrior Path", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calhoun", + "Physical Address State": "GA ", + "Physical Address Zip": "30701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16201497617426822", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637530", + "School District Name": "South San Francisco Unified", + "Physical Address Line 1": "398 B St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.06646872904894167", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601127", + "School District Name": "BRONX CHARTER SCHOOL FOR BETTER LEARNING II", + "Physical Address Line 1": "2545 GUNTHER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10469", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637560", + "School District Name": "South Whittier Elementary", + "Physical Address Line 1": "11200 Telechron Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whittier", + "Physical Address State": "CA ", + "Physical Address Zip": "90605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17546403712296985", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302460", + "School District Name": "Grady County", + "Physical Address Line 1": "122 Noth Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cairo", + "Physical Address State": "GA ", + "Physical Address Zip": "39828", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.28947918845429826", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637590", + "School District Name": "Southern Humboldt Joint Unified", + "Physical Address Line 1": "110 Sch Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Miranda", + "Physical Address State": "CA ", + "Physical Address Zip": "95553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.34407484407484407", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600110", + "School District Name": "BRONX CHARTER SCHOOL FOR CHILDREN", + "Physical Address Line 1": "388 WILLIS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10454", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637620", + "School District Name": "Southern Kern Unified", + "Physical Address Line 1": "2601 Rosamond Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rosamond", + "Physical Address State": "CA ", + "Physical Address Zip": "93560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2104496253122398", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302490", + "School District Name": "Greene County", + "Physical Address Line 1": "101 East Third Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensboro", + "Physical Address State": "GA ", + "Physical Address Zip": "30642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2390151515151515", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637630", + "School District Name": "Southern Trinity Joint Unified", + "Physical Address Line 1": "680 Van Duzen Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mad River", + "Physical Address State": "CA ", + "Physical Address Zip": "95526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.37254901960784315", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600113", + "School District Name": "BRONX CHARTER SCHOOL FOR EXCELLENCE", + "Physical Address Line 1": "1960 BENEDICT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10462", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637650", + "School District Name": "Southside Elementary", + "Physical Address Line 1": "4991 S.side Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hollister", + "Physical Address State": "CA ", + "Physical Address Zip": "95023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08235294117647059", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302550", + "School District Name": "Gwinnett County", + "Physical Address Line 1": "52 Gwinnett Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawrenceville", + "Physical Address State": "GA ", + "Physical Address Zip": "30045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1493444496037481", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0637680", + "School District Name": "Spencer Valley Elementary", + "Physical Address Line 1": "4414 Highway 78 and 79", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Ysabel", + "Physical Address State": "CA ", + "Physical Address Zip": "92070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1935483870967742", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601142", + "School District Name": "BRONX CHARTER SCHOOL FOR EXCELLENCE 2", + "Physical Address Line 1": "1804 HOLLAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10462", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637710", + "School District Name": "Spreckels Union Elementary", + "Physical Address Line 1": "130 RailRd. Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spreckels", + "Physical Address State": "CA ", + "Physical Address Zip": "93962", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.06397774687065369", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302580", + "School District Name": "Habersham County", + "Physical Address Line 1": "132 West Stanford Mill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarkesville", + "Physical Address State": "GA ", + "Physical Address Zip": "30523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17688558234992305", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637770", + "School District Name": "Springville Union Elementary", + "Physical Address Line 1": "35424 Ward Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springville", + "Physical Address State": "CA ", + "Physical Address Zip": "93265", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1691919191919192", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601157", + "School District Name": "BRONX CHARTER SCHOOL FOR EXCELLENCE 3", + "Physical Address Line 1": "3956 CARPENTER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10466", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637830", + "School District Name": "Saint Helena Unified", + "Physical Address Line 1": "465 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. Helena", + "Physical Address State": "CA ", + "Physical Address Zip": "94574", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08372093023255814", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302610", + "School District Name": "Hall County", + "Physical Address Line 1": "711 Green St. Suite 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gainesville", + "Physical Address State": "GA ", + "Physical Address Zip": "30505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1282940596416063", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637890", + "School District Name": "Standard Elementary", + "Physical Address Line 1": "1200 N. Chester Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93308", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2756297598125366", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601180", + "School District Name": "BRONX CHARTER SCHOOL FOR EXCELLENCE 4", + "Physical Address Line 1": "4300 MURDOCK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10466", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0637950", + "School District Name": "Stanislaus Union Elementary", + "Physical Address Line 1": "2410 Janna Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.19306540583136328", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302640", + "School District Name": "Hancock County", + "Physical Address Line 1": "12480 Augusta Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sparta", + "Physical Address State": "GA ", + "Physical Address Zip": "31087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3940594059405941", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638010", + "School District Name": "Stockton Unified", + "Physical Address Line 1": "701 N. Madison St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95202", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.21112621103853405", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3601200", + "School District Name": "BRONX CHARTER SCHOOL FOR EXCELLENCE 5", + "Physical Address Line 1": "1946 BATHGATE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10457", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638040", + "School District Name": "Stone Corral Elementary", + "Physical Address Line 1": "15590 Ave. 383", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Visalia", + "Physical Address State": "CA ", + "Physical Address Zip": "93292", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.39361702127659576", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302670", + "School District Name": "Haralson County", + "Physical Address Line 1": "10 Van Wert Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buchanan", + "Physical Address State": "GA ", + "Physical Address Zip": "30113", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21831165519000256", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638070", + "School District Name": "Stony Creek Joint Unified", + "Physical Address Line 1": "3430 Co Rd. 309", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elk Creek", + "Physical Address State": "CA ", + "Physical Address Zip": "95939", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2883435582822086", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600063", + "School District Name": "BRONX CHARTER SCHOOL FOR THE ARTS", + "Physical Address Line 1": "950 LONGFELLOW AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10474", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638130", + "School District Name": "Strathmore Union Elementary", + "Physical Address Line 1": "19811 Orange Belt Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Strathmore", + "Physical Address State": "CA ", + "Physical Address Zip": "93267", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.2947845804988662", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302700", + "School District Name": "Harris County", + "Physical Address Line 1": "132 Barnes Mill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton", + "Physical Address State": "GA ", + "Physical Address Zip": "31811", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08897325850115549", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638220", + "School District Name": "Sulphur Springs Union", + "Physical Address Line 1": "27000 Weyerhaeuser Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canyon Country", + "Physical Address State": "CA ", + "Physical Address Zip": "91351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14362628661916071", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600968", + "School District Name": "BRONX COMMUNITY CHARTER SCHOOL", + "Physical Address Line 1": "3170 WEBSTER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10467", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638250", + "School District Name": "Summerville Elementary", + "Physical Address Line 1": "18451 Carter St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuolumne", + "Physical Address State": "CA ", + "Physical Address Zip": "95379", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18087318087318088", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302730", + "School District Name": "Hart County", + "Physical Address Line 1": "284 Campbell Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartwell", + "Physical Address State": "GA ", + "Physical Address Zip": "30643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22916666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638280", + "School District Name": "Summerville Union High", + "Physical Address Line 1": "17555 Tuolumne Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuolumne", + "Physical Address State": "CA ", + "Physical Address Zip": "95379", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14228456913827656", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600042", + "School District Name": "BRONX PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "3872 3RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10457", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638340", + "School District Name": "Sundale Union Elementary", + "Physical Address Line 1": "13990 Ave. 240", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulare", + "Physical Address State": "CA ", + "Physical Address Zip": "93274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18766066838046272", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302790", + "School District Name": "Heard County", + "Physical Address Line 1": "131 East Court Square", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "GA ", + "Physical Address Zip": "30217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24519940915805022", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638430", + "School District Name": "Sunnyside Union Elementary", + "Physical Address Line 1": "21644 Ave. 196", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Strathmore", + "Physical Address State": "CA ", + "Physical Address Zip": "93267", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.28191489361702127", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605640", + "School District Name": "BRONXVILLE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "177 PONDFIELD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONXVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "10708", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023017902813299233", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638460", + "School District Name": "Sunnyvale", + "Physical Address Line 1": "819 W. Iowa Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunnyvale", + "Physical Address State": "CA ", + "Physical Address Zip": "94088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.05452549402293242", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302820", + "School District Name": "Henry County", + "Physical Address Line 1": "396 Tomlinson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McDonough", + "Physical Address State": "GA ", + "Physical Address Zip": "30253", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.122007722007722", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0638520", + "School District Name": "Surprise Valley Joint Unified", + "Physical Address Line 1": "470 Lincoln St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cedarville", + "Physical Address State": "CA ", + "Physical Address Zip": "96104", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30578512396694213", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701431", + "School District Name": "Bronzeville Academy Chtr School", + "Physical Address Line 1": "4930 S Cottage Grove Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60615", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638550", + "School District Name": "Susanville Elementary", + "Physical Address Line 1": "109 S. Gilman St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Susanville", + "Physical Address State": "CA ", + "Physical Address Zip": "96130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21025260029717682", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302880", + "School District Name": "Houston County", + "Physical Address Line 1": "1100 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perry", + "Physical Address State": "GA ", + "Physical Address Zip": "31069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.15625578667983459", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638610", + "School District Name": "Sutter Union High", + "Physical Address Line 1": "2665 Acacia St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sutter", + "Physical Address State": "CA ", + "Physical Address Zip": "95982", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15065913370998116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500071", + "School District Name": "Brooke Charter School (District)", + "Physical Address Line 1": "190 Cummins Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roslindale", + "Physical Address State": "MA ", + "Physical Address Zip": "02131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638640", + "School District Name": "Sweetwater Union High", + "Physical Address Line 1": "1130 Fifth Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chula Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "91911", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.1364965504637456", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302910", + "School District Name": "Irwin County", + "Physical Address Line 1": "210 Apple St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ocilla", + "Physical Address State": "GA ", + "Physical Address Zip": "31774", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2844474761255116", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638670", + "School District Name": "Sylvan Union Elementary", + "Physical Address Line 1": "605 Sylvan Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.14094496054340225", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400150", + "School District Name": "BROOKE COUNTY SCHOOLS", + "Physical Address Line 1": "1201 PLEASANT AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WELLSBURG", + "Physical Address State": "WV ", + "Physical Address Zip": "26070", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.171858952413557", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638700", + "School District Name": "Taft City", + "Physical Address Line 1": "820 Sixth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Taft", + "Physical Address State": "CA ", + "Physical Address Zip": "93268", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2896305125148987", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302940", + "School District Name": "Jackson County", + "Physical Address Line 1": "1660 Winder Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jefferson", + "Physical Address State": "GA ", + "Physical Address Zip": "30549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1307540242869246", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638730", + "School District Name": "Taft Union High", + "Physical Address Line 1": "701 Wildcat Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Taft", + "Physical Address State": "CA ", + "Physical Address Zip": "93268", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.25588458618071375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811520", + "School District Name": "BROOKELAND ISD", + "Physical Address Line 1": "LOOP 149", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKELAND", + "Physical Address State": "TX ", + "Physical Address Zip": "75931", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29818181818181816", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638770", + "School District Name": "Tahoe-Truckee Unified", + "Physical Address Line 1": "11603 Donner Pass Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Truckee", + "Physical Address State": "CA ", + "Physical Address Zip": "96161", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08992506244796003", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302970", + "School District Name": "Jasper County", + "Physical Address Line 1": "1125A Fred Smith Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monticello", + "Physical Address State": "GA ", + "Physical Address Zip": "31064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19371534195933457", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638790", + "School District Name": "Tamalpais Union High", + "Physical Address Line 1": "395 Doherty Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Larkspur", + "Physical Address State": "CA ", + "Physical Address Zip": "94977", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04314582195521573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811550", + "School District Name": "BROOKESMITH ISD", + "Physical Address Line 1": "13400 FM 586 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKESMITH", + "Physical Address State": "TX ", + "Physical Address Zip": "76827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11570247933884298", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638880", + "School District Name": "Tehachapi Unified", + "Physical Address Line 1": "300 S. Robinson St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tehachapi", + "Physical Address State": "CA ", + "Physical Address Zip": "93561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11724253606172426", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303000", + "School District Name": "Jeff Davis County", + "Physical Address Line 1": "44 Charles Rogers Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hazlehurst", + "Physical Address State": "GA ", + "Physical Address Zip": "31539", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.27836456558773426", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0638980", + "School District Name": "Temple City Unified", + "Physical Address Line 1": "9700 Las Tunas Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Temple City", + "Physical Address State": "CA ", + "Physical Address Zip": "91780", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1416607270135424", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503120", + "School District Name": "Brookfield", + "Physical Address Line 1": "320 Brookfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fiskdale", + "Physical Address State": "MA ", + "Physical Address Zip": "01518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0782608695652174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0639000", + "School District Name": "Templeton Unified", + "Physical Address Line 1": "960 Old Co Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Templeton", + "Physical Address State": "CA ", + "Physical Address Zip": "93465", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.10893574297188754", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303030", + "School District Name": "Jefferson City", + "Physical Address Line 1": "575 Washington St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jefferson", + "Physical Address State": "GA ", + "Physical Address Zip": "30549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07754491017964071", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0639060", + "School District Name": "Terra Bella Union Elementary", + "Physical Address Line 1": "9121 Rd. 240", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Terra Bella", + "Physical Address State": "CA ", + "Physical Address Zip": "93270", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.3426651735722284", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605670", + "School District Name": "BROOKFIELD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1910 FAIRGROUND RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKFIELD", + "Physical Address State": "NY ", + "Physical Address Zip": "13314", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19747899159663865", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0639180", + "School District Name": "Thermalito Union Elementary", + "Physical Address Line 1": "400 Grand Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oroville", + "Physical Address State": "CA ", + "Physical Address Zip": "95965", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23648208469055373", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303060", + "School District Name": "Jefferson County", + "Physical Address Line 1": "1001 Peachtree Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Louisville", + "Physical Address State": "GA ", + "Physical Address Zip": "30434", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.30402384500745155", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0639210", + "School District Name": "Three Rivers Union Elementary", + "Physical Address Line 1": "41932 Sierra Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Three Rivers", + "Physical Address State": "CA ", + "Physical Address Zip": "93271", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26744186046511625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0639300", + "School District Name": "Tipton Elementary", + "Physical Address Line 1": "370 N. Evans Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tipton", + "Physical Address State": "CA ", + "Physical Address Zip": "93272", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2433392539964476", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303090", + "School District Name": "Jenkins County", + "Physical Address Line 1": "527 Barney Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millen", + "Physical Address State": "GA ", + "Physical Address Zip": "30442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.34782608695652173", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0639420", + "School District Name": "Torrance Unified", + "Physical Address Line 1": "2335 Plaza Del Amo", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Torrance", + "Physical Address State": "CA ", + "Physical Address Zip": "90501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.08091589530094336", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1707320", + "School District Name": "Brookfield Lagrange Park SD 95", + "Physical Address Line 1": "3724 Prairie Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brookfield", + "Physical Address State": "IL ", + "Physical Address Zip": "60513", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05370101596516691", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0639600", + "School District Name": "Traver Joint Elementary", + "Physical Address Line 1": "36736 Canal Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Traver", + "Physical Address State": "CA ", + "Physical Address Zip": "93673", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.29767441860465116", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303120", + "School District Name": "Johnson County", + "Physical Address Line 1": "325 Lee Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wrightsville", + "Physical Address State": "GA ", + "Physical Address Zip": "31096", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3112970711297071", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0639630", + "School District Name": "Travis Unified", + "Physical Address Line 1": "2751 De Ronde Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "CA ", + "Physical Address Zip": "94533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.055829517435716805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905012", + "School District Name": "Brookfield Local", + "Physical Address Line 1": "614 Bedford Rd SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brookfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21062106210621062", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0639690", + "School District Name": "Tres Pinos Union Elementary", + "Physical Address Line 1": "5635 Airline Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tres Pinos", + "Physical Address State": "CA ", + "Physical Address Zip": "95075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.031578947368421054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303150", + "School District Name": "Jones County", + "Physical Address Line 1": "125 Stewart Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gray", + "Physical Address State": "GA ", + "Physical Address Zip": "31032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1618281679089839", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0639720", + "School District Name": "Trinidad Union Elementary", + "Physical Address Line 1": "300 Trinity St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trinidad", + "Physical Address State": "CA ", + "Physical Address Zip": "95570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2388888888888889", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905940", + "School District Name": "BROOKFIELD R-III", + "Physical Address Line 1": "124A PERSHING RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKFIELD", + "Physical Address State": "MO ", + "Physical Address Zip": "64628", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21026156941649898", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0639750", + "School District Name": "Trinity Center Elementary", + "Physical Address Line 1": "1 Trinity Vista Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trinity Center", + "Physical Address State": "CA ", + "Physical Address Zip": "96091", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303210", + "School District Name": "Lamar County", + "Physical Address Line 1": "#3 Trojan Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barnesville", + "Physical Address State": "GA ", + "Physical Address Zip": "30204", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21508285424416637", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0639840", + "School District Name": "Trona Joint Unified", + "Physical Address Line 1": "83600 Trona Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trona", + "Physical Address State": "CA ", + "Physical Address Zip": "93562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2568493150684932", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303240", + "School District Name": "Lanier County", + "Physical Address Line 1": "Hwy 221 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeland", + "Physical Address State": "GA ", + "Physical Address Zip": "31635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2998286693318104", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0639870", + "School District Name": "Tulare City", + "Physical Address Line 1": "600 N. Cherry St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulare", + "Physical Address State": "CA ", + "Physical Address Zip": "93274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.19577415395405925", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800840", + "School District Name": "BROOKHAVEN SCHOOL DIST", + "Physical Address Line 1": "326 East Court St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brookhaven", + "Physical Address State": "MS ", + "Physical Address Zip": "39601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.27957336780866193", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0639930", + "School District Name": "Tulare Joint Union High", + "Physical Address Line 1": "426 N. Blackstone", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulare", + "Physical Address State": "CA ", + "Physical Address Zip": "93274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.18178973717146432", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301890", + "School District Name": "Laurens County", + "Physical Address Line 1": "467 Firetower Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dublin", + "Physical Address State": "GA ", + "Physical Address Zip": "31021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.24458454574846428", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0639940", + "School District Name": "Tulelake Basin Joint Unified", + "Physical Address Line 1": "400 G St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulelake", + "Physical Address State": "CA ", + "Physical Address Zip": "96134", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21852731591448932", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615780", + "School District Name": "BROOKHAVEN-COMSEWOGUE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "290 NORWOOD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT JEFFERSON STATION", + "Physical Address State": "NY ", + "Physical Address Zip": "11776", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05870731018910528", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0640150", + "School District Name": "Tustin Unified", + "Physical Address Line 1": "300 S. C St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tustin", + "Physical Address State": "CA ", + "Physical Address Zip": "92780", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08824727154259651", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303270", + "School District Name": "Lee County", + "Physical Address Line 1": "126 Starksville Ave.N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leesburg", + "Physical Address State": "GA ", + "Physical Address Zip": "31763", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.13111111111111112", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0640200", + "School District Name": "Twain Harte", + "Physical Address Line 1": "18815 Manzanita Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Twain Harte", + "Physical Address State": "CA ", + "Physical Address Zip": "95383", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1650943396226415", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4608520", + "School District Name": "Brookings School District 05-1", + "Physical Address Line 1": "2130 8th St S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brookings", + "Physical Address State": "SD ", + "Physical Address Zip": "57006", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.07139240506329114", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0640230", + "School District Name": "Twin Hills Union Elementary", + "Physical Address Line 1": "700 Watertrough Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sebastopol", + "Physical Address State": "CA ", + "Physical Address Zip": "95472", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07481296758104738", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303300", + "School District Name": "Liberty County", + "Physical Address Line 1": "200 Bradwell Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hinesville", + "Physical Address State": "GA ", + "Physical Address Zip": "31313", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2715439429928741", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0640260", + "School District Name": "Two Rock Union", + "Physical Address Line 1": "5001 Spring Hill Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA ", + "Physical Address Zip": "94952", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.026143790849673203", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4102310", + "School District Name": "Brookings-Harbor SD 17C", + "Physical Address Line 1": "564 Fern Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brookings", + "Physical Address State": "OR ", + "Physical Address Zip": "97415", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18479604449938195", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0640300", + "School District Name": "Ukiah Unified", + "Physical Address Line 1": "511 S. Orchard Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ukiah", + "Physical Address State": "CA ", + "Physical Address Zip": "95482", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18659881255301103", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303330", + "School District Name": "Lincoln County", + "Physical Address Line 1": "423 Metasville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincolnton", + "Physical Address State": "GA ", + "Physical Address Zip": "30817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2607502287282708", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0640320", + "School District Name": "Union Elementary", + "Physical Address Line 1": "5175 Union Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.031679617453676034", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303360", + "School District Name": "Long County", + "Physical Address Line 1": "468 S. McDonald Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ludowici", + "Physical Address State": "GA ", + "Physical Address Zip": "31316", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20728534258456202", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0640380", + "School District Name": "Union Hill Elementary", + "Physical Address Line 1": "10879 Bartlett Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grass Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "95945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16981132075471697", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402370", + "School District Name": "Brooklawn Public School District", + "Physical Address Line 1": "301 Haakon Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brooklawn", + "Physical Address State": "NJ ", + "Physical Address Zip": "08030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1951219512195122", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0640590", + "School District Name": "Vacaville Unified", + "Physical Address Line 1": "401 Nut Tree Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vacaville", + "Physical Address State": "CA ", + "Physical Address Zip": "95687", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.09057262569832403", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303390", + "School District Name": "Lowndes County", + "Physical Address Line 1": "1592 Norman Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valdosta", + "Physical Address State": "GA ", + "Physical Address Zip": "31601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2320375010102643", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0640650", + "School District Name": "Valle Lindo Elementary", + "Physical Address Line 1": "1431 N. Central Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South El Monte", + "Physical Address State": "CA ", + "Physical Address Zip": "91733", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17966101694915254", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2303610", + "School District Name": "Brooklin Public Schools", + "Physical Address Line 1": "251 N Deer Isle Road #1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deer Isle", + "Physical Address State": "ME ", + "Physical Address Zip": "04627", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12359550561797752", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0640680", + "School District Name": "Vallecito Union", + "Physical Address Line 1": "4545 B Moran Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Avery", + "Physical Address State": "CA ", + "Physical Address Zip": "95224", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15568022440392706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303420", + "School District Name": "Lumpkin County", + "Physical Address Line 1": "51 Mountain View Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dahlonega", + "Physical Address State": "GA ", + "Physical Address Zip": "30533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15701357466063348", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0640710", + "School District Name": "Vallecitos Elementary", + "Physical Address Line 1": "5211 Fifth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rainbow", + "Physical Address State": "CA ", + "Physical Address Zip": "92028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18719211822660098", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503150", + "School District Name": "Brookline", + "Physical Address Line 1": "333 Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brookline", + "Physical Address State": "MA ", + "Physical Address Zip": "02445", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05557522123893805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0640740", + "School District Name": "Vallejo City Unified", + "Physical Address Line 1": "665 Walnut Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vallejo", + "Physical Address State": "CA ", + "Physical Address Zip": "94592", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1540805785123967", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303450", + "School District Name": "Macon County", + "Physical Address Line 1": "Highway 49", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oglethorpe", + "Physical Address State": "GA ", + "Physical Address Zip": "31068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.36402439024390243", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0640800", + "School District Name": "Valley Home Joint Elementary", + "Physical Address Line 1": "13231 Pioneer Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valley Home", + "Physical Address State": "CA ", + "Physical Address Zip": "95361", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12442396313364056", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302070", + "School District Name": "Brookline School District", + "Physical Address Line 1": "4 Lund Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hollis", + "Physical Address State": "NH ", + "Physical Address Zip": "03049", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03288490284005979", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0640980", + "School District Name": "Ventura Unified", + "Physical Address Line 1": "255 W. Stanley Ave. Ste. 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ventura", + "Physical Address State": "CA ", + "Physical Address Zip": "93001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1138826306190323", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303480", + "School District Name": "Madison County", + "Physical Address Line 1": "55 Mary Ellen Court", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danielsville", + "Physical Address State": "GA ", + "Physical Address Zip": "30633", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21768452603971525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641040", + "School District Name": "Victor Elementary", + "Physical Address Line 1": "12219 2nd Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Victorville", + "Physical Address State": "CA ", + "Physical Address Zip": "92395", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2365566932119833", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600966", + "School District Name": "BROOKLYN ASCEND CHARTER SCHOOL", + "Physical Address Line 1": "205 ROCKAWAY PKWY-2ND FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641130", + "School District Name": "Vineland Elementary", + "Physical Address Line 1": "14713 Weedpatch Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.4141914191419142", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303510", + "School District Name": "Marietta City", + "Physical Address Line 1": "250 Howard Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marietta", + "Physical Address State": "GA ", + "Physical Address Zip": "30060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16591395293558356", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641160", + "School District Name": "Visalia Unified", + "Physical Address Line 1": "5000 W. Cypress Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Visalia", + "Physical Address State": "CA ", + "Physical Address Zip": "93277", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1728171523825947", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2706240", + "School District Name": "BROOKLYN CENTER SCHOOL DISTRICT", + "Physical Address Line 1": "6300 SHINGLE CREEK PARKWAY", + "Physical Address Line 2": "SUITE 286", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN CENTER", + "Physical Address State": "MN ", + "Physical Address Zip": "55430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16425389755011136", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641190", + "School District Name": "Vista Unified", + "Physical Address Line 1": "1234 Arcadia Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vista", + "Physical Address State": "CA ", + "Physical Address Zip": "92084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11552125444076933", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303540", + "School District Name": "Marion County", + "Physical Address Line 1": "1697 Pineville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buena Vista", + "Physical Address State": "GA ", + "Physical Address Zip": "31803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3033006244424621", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641220", + "School District Name": "Vista del Mar Union", + "Physical Address Line 1": "9467 San Julian Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gaviota", + "Physical Address State": "CA ", + "Physical Address Zip": "93117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24444444444444444", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600045", + "School District Name": "BROOKLYN CHARTER SCHOOL (THE)", + "Physical Address Line 1": "545 WILLOUGHBY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641250", + "School District Name": "Walnut Creek Elementary", + "Physical Address Line 1": "960 Ygnacio Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walnut Creek", + "Physical Address State": "CA ", + "Physical Address Zip": "94596", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.05452751048605971", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303570", + "School District Name": "McDuffie County", + "Physical Address Line 1": "716 N. Lee St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thomson", + "Physical Address State": "GA ", + "Physical Address Zip": "30824", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2911517548195749", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641280", + "School District Name": "Walnut Valley Unified", + "Physical Address Line 1": "880 S. Lemon Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walnut", + "Physical Address State": "CA ", + "Physical Address Zip": "91789", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11566186107470511", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904365", + "School District Name": "Brooklyn City", + "Physical Address Line 1": "9200 Biddulph Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brooklyn", + "Physical Address State": "OH ", + "Physical Address Zip": "44144", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18292682926829268", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641400", + "School District Name": "Wasco Union Elementary", + "Physical Address Line 1": "1102 Fifth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wasco", + "Physical Address State": "CA ", + "Physical Address Zip": "93280", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.25564278704612364", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303600", + "School District Name": "McIntosh County", + "Physical Address Line 1": "200 Pine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Darien", + "Physical Address State": "GA ", + "Physical Address Zip": "31305", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.33494753833736884", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641430", + "School District Name": "Wasco Union High", + "Physical Address Line 1": "2100 Seventh St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wasco", + "Physical Address State": "CA ", + "Physical Address Zip": "93280", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22540592168099333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601015", + "School District Name": "BROOKLYN DREAMS CHARTER SCHOOL", + "Physical Address Line 1": "259 PARKVILLE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11230", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641460", + "School District Name": "Washington Colony Elementary", + "Physical Address Line 1": "130 E. Lincoln Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.24858757062146894", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303630", + "School District Name": "Meriwether County", + "Physical Address Line 1": "2100 Gaston Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "GA ", + "Physical Address Zip": "30222", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.35662574756059173", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641580", + "School District Name": "Washington Unified", + "Physical Address Line 1": "930 W.acre Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Sacramento", + "Physical Address State": "CA ", + "Physical Address Zip": "95691", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.14192443540618646", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601033", + "School District Name": "BROOKLYN EAST COLLEGIATE CHARTER SCHOOL", + "Physical Address Line 1": "832 MARCY AVE-1ST FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11216", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641610", + "School District Name": "Washington Union Elementary", + "Physical Address Line 1": "43 San Benancio Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salinas", + "Physical Address State": "CA ", + "Physical Address Zip": "93908", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.04554455445544554", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303660", + "School District Name": "Miller County", + "Physical Address Line 1": "111 North First Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colquitt", + "Physical Address State": "GA ", + "Physical Address Zip": "39837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.31224899598393574", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641790", + "School District Name": "Waugh Elementary", + "Physical Address Line 1": "1851 Hartman Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA ", + "Physical Address Zip": "94954", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.0518783542039356", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601160", + "School District Name": "BROOKLYN EMERGING LEADERS ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "125 STUYVESANT AVE-RM 213", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641820", + "School District Name": "Waukena Joint Union Elementary", + "Physical Address Line 1": "19113 Rd. 28", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulare", + "Physical Address State": "CA ", + "Physical Address Zip": "93274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16049382716049382", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303690", + "School District Name": "Mitchell County", + "Physical Address Line 1": "108 South Harney Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camilla", + "Physical Address State": "GA ", + "Physical Address Zip": "31730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.31855111712931616", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641880", + "School District Name": "Weaver Union", + "Physical Address Line 1": "1240 D St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Merced", + "Physical Address State": "CA ", + "Physical Address Zip": "95341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.35951557093425607", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600116", + "School District Name": "BROOKLYN EXCELSIOR CHARTER SCHOOL", + "Physical Address Line 1": "856 QUINCY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0641980", + "School District Name": "Weed Union Elementary", + "Physical Address Line 1": "575 White Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weed", + "Physical Address State": "CA ", + "Physical Address Zip": "96094", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2689295039164491", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303720", + "School District Name": "Monroe County", + "Physical Address Line 1": "25 Brooklyn Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forsyth", + "Physical Address State": "GA ", + "Physical Address Zip": "31029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15946479491116472", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642000", + "School District Name": "West Covina Unified", + "Physical Address Line 1": "1717 W. Merced Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Covina", + "Physical Address State": "CA ", + "Physical Address Zip": "91790", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14294703723125327", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601111", + "School District Name": "BROOKLYN LABORATORY CHARTER SCHOOL", + "Physical Address Line 1": "240 JAY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642060", + "School District Name": "West Park Elementary", + "Physical Address Line 1": "2695 S. Valentine Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.4460093896713615", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303750", + "School District Name": "Montgomery County", + "Physical Address Line 1": "305 South Richardson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt. Vernon", + "Physical Address State": "GA ", + "Physical Address Zip": "30445", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2651162790697674", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642120", + "School District Name": "Westside Union Elementary", + "Physical Address Line 1": "41914 50th St. W.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quartz Hill", + "Physical Address State": "CA ", + "Physical Address Zip": "93536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14270941054808686", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601206", + "School District Name": "BROOKLYN PROSPECT CHARTER SCHOOL - CSD 15.2", + "Physical Address Line 1": "3002 FORT HAMILTON PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11218", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642140", + "School District Name": "Western Placer Unified", + "Physical Address Line 1": "600 Sixth St. Ste. 400", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "CA ", + "Physical Address Zip": "95648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07191109174112006", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303780", + "School District Name": "Morgan County", + "Physical Address Line 1": "1065 East Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "GA ", + "Physical Address Zip": "30650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16700201207243462", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642150", + "School District Name": "Westminster", + "Physical Address Line 1": "14121 Cedarwood Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westminster", + "Physical Address State": "CA ", + "Physical Address Zip": "92683", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1651355590410038", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601134", + "School District Name": "BROOKLYN PROSPECT CHARTER SCHOOL ? CSD 13.2", + "Physical Address Line 1": "80 WILLOUGHBY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642180", + "School District Name": "Westmorland Union Elementary", + "Physical Address Line 1": "200 S. C St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westmorland", + "Physical Address State": "CA ", + "Physical Address Zip": "92281", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.31536388140161725", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303840", + "School District Name": "Murray County", + "Physical Address Line 1": "715 Chestnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chatsworth", + "Physical Address State": "GA ", + "Physical Address Zip": "30705", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.212619449128724", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642210", + "School District Name": "Westside Elementary", + "Physical Address Line 1": "19191 Excelsior Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Five Points", + "Physical Address State": "CA ", + "Physical Address Zip": "93624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.31210191082802546", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601150", + "School District Name": "BROOKLYN PROSPECT CHARTER SCHOOL-CSD 13", + "Physical Address Line 1": "80 WILLOUGHBY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642270", + "School District Name": "West Side Union Elementary", + "Physical Address Line 1": "1201 Felta Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Healdsburg", + "Physical Address State": "CA ", + "Physical Address Zip": "95448", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303870", + "School District Name": "Muscogee County", + "Physical Address Line 1": "1200 Bradley Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "GA ", + "Physical Address Zip": "31901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.30357142857142855", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0642300", + "School District Name": "Westwood Unified", + "Physical Address Line 1": "Fourth and Greenwood Sts.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westwood", + "Physical Address State": "CA ", + "Physical Address Zip": "96137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23577235772357724", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601204", + "School District Name": "BROOKLYN RISE CHARTER SCHOOL", + "Physical Address Line 1": "475 53RD ST-2ND FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11220", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642330", + "School District Name": "Wheatland", + "Physical Address Line 1": "111 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wheatland", + "Physical Address State": "CA ", + "Physical Address Zip": "95692", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.13133208255159476", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303930", + "School District Name": "Newton County", + "Physical Address Line 1": "3187 Newton Drive NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Covington", + "Physical Address State": "GA ", + "Physical Address Zip": "30014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20071875415945695", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642350", + "School District Name": "Wheatland Union High", + "Physical Address Line 1": "1010 Wheatland Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wheatland", + "Physical Address State": "CA ", + "Physical Address Zip": "95692", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08270676691729323", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600989", + "School District Name": "BROOKLYN SCHOLARS CHARTER SCHOOL", + "Physical Address Line 1": "2635 LINDEN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642420", + "School District Name": "Whitmore Union Elementary", + "Physical Address Line 1": "30611 WHITMORE Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITMORE", + "Physical Address State": "CA ", + "Physical Address Zip": "96096", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303960", + "School District Name": "Oconee County", + "Physical Address Line 1": "34 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Watkinsville", + "Physical Address State": "GA ", + "Physical Address Zip": "30677", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.054805052169137836", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642450", + "School District Name": "Whittier City Elementary", + "Physical Address Line 1": "7211 S. Whittier Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whittier", + "Physical Address State": "CA ", + "Physical Address Zip": "90602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13401484385940343", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1303990", + "School District Name": "Oglethorpe County", + "Physical Address Line 1": "735 Athens Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "GA ", + "Physical Address Zip": "30648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.169699534490055", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642480", + "School District Name": "Whittier Union High", + "Physical Address Line 1": "9401 S. Painter Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whittier", + "Physical Address State": "CA ", + "Physical Address Zip": "90605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11263992537313433", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723640", + "School District Name": "Brooklyn UD 188", + "Physical Address Line 1": "PO Box 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lovejoy", + "Physical Address State": "IL ", + "Physical Address Zip": "62059", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.6287878787878788", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642510", + "School District Name": "William S. Hart Union High", + "Physical Address Line 1": "21380 Centre Pointe Pkwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Clarita", + "Physical Address State": "CA ", + "Physical Address Zip": "91350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07944404959330333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601100", + "School District Name": "BROOKLYN URBAN GARDEN CHARTER SCHOOL", + "Physical Address Line 1": "500 19TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642540", + "School District Name": "Williams Unified", + "Physical Address Line 1": "260 11th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williams", + "Physical Address State": "CA ", + "Physical Address Zip": "95987", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12444771723122239", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1905490", + "School District Name": "Brooklyn-Guernsey-Malcom Comm School District", + "Physical Address Line 1": "1090 Jackson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brooklyn", + "Physical Address State": "IA ", + "Physical Address Zip": "52211", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09272727272727273", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642560", + "School District Name": "Willits Unified", + "Physical Address Line 1": "1277 Blosser Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willits", + "Physical Address State": "CA ", + "Physical Address Zip": "95490", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20571916346564234", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800268", + "School District Name": "BROOKS ACADEMIES OF TEXAS", + "Physical Address Line 1": "3803 LYSTER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811580", + "School District Name": "BROOKS COUNTY ISD", + "Physical Address Line 1": "200 E ALLEN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FALFURRIAS", + "Physical Address State": "TX ", + "Physical Address Zip": "78355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.4328156650911546", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642600", + "School District Name": "Willow Creek Elementary", + "Physical Address Line 1": "5321 York Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montague", + "Physical Address State": "CA ", + "Physical Address Zip": "96064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2608695652173913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900024", + "School District Name": "BROOKSIDE CHARTER SCH.", + "Physical Address Line 1": "1815 EAST 63 STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64130", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642630", + "School District Name": "Willow Grove Union Elementary", + "Physical Address Line 1": "11655 Airline Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paicines", + "Physical Address State": "CA ", + "Physical Address Zip": "95043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2222222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2303640", + "School District Name": "Brooksville Public Schools", + "Physical Address Line 1": "20 Hinckley Ridge Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blue Hill", + "Physical Address State": "ME ", + "Physical Address Zip": "04614", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1523809523809524", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642710", + "School District Name": "Willows Unified", + "Physical Address Line 1": "823 W. Laurel St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willows", + "Physical Address State": "CA ", + "Physical Address Zip": "95988", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2027310924369748", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204320", + "School District Name": "Brookville Area SD", + "Physical Address Line 1": "104 Jenks Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brookville", + "Physical Address State": "PA ", + "Physical Address Zip": "15825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13717805151175813", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642750", + "School District Name": "Wilmar Union Elementary", + "Physical Address Line 1": "3775 Bodega Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA ", + "Physical Address Zip": "94952", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08955223880597014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904867", + "School District Name": "Brookville Local", + "Physical Address Line 1": "75 June Pl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brookville", + "Physical Address State": "OH ", + "Physical Address Zip": "45309", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10449574726609964", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642810", + "School District Name": "Wilsona Elementary", + "Physical Address Line 1": "18050 E. Ave. O", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palmdale", + "Physical Address State": "CA ", + "Physical Address Zip": "93591", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.342", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716950", + "School District Name": "Brookwood SD 167", + "Physical Address Line 1": "201 E Glenwood Dyer Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glenwood", + "Physical Address State": "IL ", + "Physical Address Zip": "60425", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.25413402959094866", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642900", + "School District Name": "Winship-Robbins", + "Physical Address Line 1": "17451 Pepper St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Robbins", + "Physical Address State": "CA ", + "Physical Address Zip": "95676", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2222222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601043", + "School District Name": "BROOME STREET ACADEMY CHARTER HIGH SCHOOL", + "Physical Address Line 1": "121 AVE OF THE AMERICAS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10013", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642930", + "School District Name": "Winters Joint Unified", + "Physical Address Line 1": "909 W. Grant Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winters", + "Physical Address State": "CA ", + "Physical Address Zip": "95694", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1207977207977208", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680140", + "School District Name": "BROOME-DELAWARE-TIOGA BOCES", + "Physical Address Line 1": "435 GLENWOOD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BINGHAMTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13905", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0642960", + "School District Name": "Winton", + "Physical Address Line 1": "7000 N. Center St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winton", + "Physical Address State": "CA ", + "Physical Address Zip": "95388", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.35082458770614694", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3005130", + "School District Name": "Brorson Elem", + "Physical Address Line 1": "12917 CR344", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sidney", + "Physical Address State": "MT ", + "Physical Address Zip": "59270", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0643080", + "School District Name": "Woodland Joint Unified", + "Physical Address Line 1": "435 Sixth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodland", + "Physical Address State": "CA ", + "Physical Address Zip": "95695", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.10209647179137549", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2706300", + "School District Name": "BROWERVILLE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "620 PARK AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROWERVILLE", + "Physical Address State": "MN ", + "Physical Address Zip": "56438", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19559228650137742", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0643140", + "School District Name": "Woodside Elementary", + "Physical Address Line 1": "3195 Woodside Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodside", + "Physical Address State": "CA ", + "Physical Address Zip": "94062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02284263959390863", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2607040", + "School District Name": "Brown City Community Schools", + "Physical Address Line 1": "4349 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROWN CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "48416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2287655719139298", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0643170", + "School District Name": "Woodville Union Elementary", + "Physical Address Line 1": "16541 Rd. 168", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Porterville", + "Physical Address State": "CA ", + "Physical Address Zip": "93257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2958963282937365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500018", + "School District Name": "Brown Co CDEB", + "Physical Address Line 1": "755 Scheuring Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "De Pere", + "Physical Address State": "WI ", + "Physical Address Zip": "54115", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0643200", + "School District Name": "Wright Elementary", + "Physical Address Line 1": "4385 Price Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95407", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1036468330134357", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000033", + "School District Name": "Brown Co KS Special Ed Coop", + "Physical Address Line 1": "301 S 1st", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hiawatha", + "Physical Address State": "KS ", + "Physical Address Zip": "66434", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0643380", + "School District Name": "Yreka Union Elementary", + "Physical Address Line 1": "309 Jackson St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yreka", + "Physical Address State": "CA ", + "Physical Address Zip": "96097", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2179715302491103", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727300", + "School District Name": "Brown County CUSD 1", + "Physical Address Line 1": "502 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt Sterling", + "Physical Address State": "IL ", + "Physical Address Zip": "62353", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13161465400271372", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0643410", + "School District Name": "Yreka Union High", + "Physical Address Line 1": "431 Knapp St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yreka", + "Physical Address State": "CA ", + "Physical Address Zip": "96097", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19934282584884994", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1302520", + "School District Name": "Griffin-Spalding County", + "Physical Address Line 1": "216 South Sixth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Griffin", + "Physical Address State": "GA ", + "Physical Address Zip": "30224", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3553246753246753", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0643470", + "School District Name": "Yuba City Unified", + "Physical Address Line 1": "750 Palora Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yuba City", + "Physical Address State": "CA ", + "Physical Address Zip": "95991", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2056622851365015", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800960", + "School District Name": "Brown County School Corporation", + "Physical Address Line 1": "357 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nashville", + "Physical Address State": "IN ", + "Physical Address Zip": "47448", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13116323599808521", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0643560", + "School District Name": "Yucaipa-Calimesa Joint Unified", + "Physical Address Line 1": "12797 Third St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yucaipa", + "Physical Address State": "CA ", + "Physical Address Zip": "92399", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11047865459249677", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501800", + "School District Name": "Brown Deer School District", + "Physical Address Line 1": "8200 N 60th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brown Deer", + "Physical Address State": "WI ", + "Physical Address Zip": "53223", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13777325876970006", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904617", + "School District Name": "Brown Local", + "Physical Address Line 1": "3242 Coral Rd NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Malvern", + "Physical Address State": "OH ", + "Physical Address Zip": "44644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2013986013986014", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691002", + "School District Name": "Butte County Office of Education", + "Physical Address Line 1": "1859 Bird St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oroville", + "Physical Address State": "CA ", + "Physical Address Zip": "95965", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811610", + "School District Name": "BROWNFIELD ISD", + "Physical Address Line 1": "601 TAHOKA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROWNFIELD", + "Physical Address State": "TX ", + "Physical Address Zip": "79316", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.30512820512820515", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691003", + "School District Name": "Calaveras County Office of Education", + "Physical Address Line 1": "185 S. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Angels Camp", + "Physical Address State": "CA ", + "Physical Address Zip": "95221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3005140", + "School District Name": "Browning Elem", + "Physical Address Line 1": "129 1st Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Browning", + "Physical Address State": "MT ", + "Physical Address Zip": "59417", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2993377483443709", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691004", + "School District Name": "Colusa County Office of Education", + "Physical Address Line 1": "345 5th St. Ste. A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colusa", + "Physical Address State": "CA ", + "Physical Address Zip": "95932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3005190", + "School District Name": "Browning H S", + "Physical Address Line 1": "129 1st Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Browning", + "Physical Address State": "MT ", + "Physical Address Zip": "59417", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2260596546310832", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691005", + "School District Name": "Contra Costa County Office of Education", + "Physical Address Line 1": "77 Santa Barbara Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pleasant Hill", + "Physical Address State": "CA ", + "Physical Address Zip": "94523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2707110", + "School District Name": "Browns Valley Public School Dist", + "Physical Address Line 1": "118 CHURCH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROWNS VALLEY", + "Physical Address State": "MN ", + "Physical Address Zip": "56219", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.31851851851851853", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691006", + "School District Name": "El Dorado County Office of Education", + "Physical Address Line 1": "6767 Green Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Placerville", + "Physical Address State": "CA ", + "Physical Address Zip": "95667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811640", + "School District Name": "BROWNSBORO ISD", + "Physical Address Line 1": "13942 STATE HWY 31 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROWNSBORO", + "Physical Address State": "TX ", + "Physical Address Zip": "75756", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1852773826458037", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691007", + "School District Name": "Fresno County Office of Education", + "Physical Address Line 1": "1111 Van Ness Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fresno", + "Physical Address State": "CA ", + "Physical Address Zip": "93721", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801020", + "School District Name": "Brownsburg Community School Corp", + "Physical Address Line 1": "310 Stadium Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brownsburg", + "Physical Address State": "IN ", + "Physical Address Zip": "46112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.040531497944747155", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691008", + "School District Name": "Glenn County Office of Education", + "Physical Address Line 1": "311 S. Villa Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willows", + "Physical Address State": "CA ", + "Physical Address Zip": "95988", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801050", + "School District Name": "Brownstown Cnt Com Sch Corp", + "Physical Address Line 1": "608 W Commerce St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brownstown", + "Physical Address State": "IN ", + "Physical Address Zip": "47220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1437607820586544", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691009", + "School District Name": "Humboldt County Office of Education", + "Physical Address Line 1": "901 Myrtle Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "CA ", + "Physical Address Zip": "95501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1707440", + "School District Name": "Brownstown CUSD 201", + "Physical Address Line 1": "421 S College Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brownstown", + "Physical Address State": "IL ", + "Physical Address Zip": "62418", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22384428223844283", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691010", + "School District Name": "Imperial County Office of Education", + "Physical Address Line 1": "1398 Sperber Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Centro", + "Physical Address State": "CA ", + "Physical Address Zip": "92243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204080", + "School District Name": "Brownsville Area SD", + "Physical Address Line 1": "5 Falcon Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brownsville", + "Physical Address State": "PA ", + "Physical Address Zip": "15417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.25749559082892415", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691011", + "School District Name": "Inyo County Office of Education", + "Physical Address Line 1": "166 Grandview Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bishop", + "Physical Address State": "CA ", + "Physical Address Zip": "93514", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601002", + "School District Name": "BROWNSVILLE ASCEND CHARTER SCHOOL", + "Physical Address Line 1": "1501 PITKIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691012", + "School District Name": "Kern County Office of Education", + "Physical Address Line 1": "1300 17th St. City Centre", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersfield", + "Physical Address State": "CA ", + "Physical Address Zip": "93301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600984", + "School District Name": "BROWNSVILLE COLLEGIATE CHARTER SCHOOL", + "Physical Address Line 1": "364 SACKMAN ST-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691013", + "School District Name": "Kings County Office of Education", + "Physical Address Line 1": "1144 W. Lacey Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanford", + "Physical Address State": "CA ", + "Physical Address Zip": "93230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811680", + "School District Name": "BROWNSVILLE ISD", + "Physical Address Line 1": "1900 PRICE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROWNSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.33522031470228053", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0691014", + "School District Name": "Lake County Office of Education", + "Physical Address Line 1": "1152 S. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeport", + "Physical Address State": "CA ", + "Physical Address Zip": "95453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811700", + "School District Name": "BROWNWOOD ISD", + "Physical Address Line 1": "2707 SOUTHSIDE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROWNWOOD", + "Physical Address State": "TX ", + "Physical Address Zip": "76801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21535845848682347", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691015", + "School District Name": "Lassen County Office of Education", + "Physical Address Line 1": "472-013 Johnstonville Rd. N.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Susanville", + "Physical Address State": "CA ", + "Physical Address Zip": "96130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500059", + "School District Name": "Bruce Guadalupe Agency", + "Physical Address Line 1": "1028 S 9th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691017", + "School District Name": "Madera County Superintendent of Schools", + "Physical Address Line 1": "1105 S. Madera Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madera", + "Physical Address State": "CA ", + "Physical Address Zip": "93637", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501830", + "School District Name": "Bruce School District", + "Physical Address Line 1": "104 W Washington Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bruce", + "Physical Address State": "WI ", + "Physical Address Zip": "54819", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1590909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691018", + "School District Name": "Marin County Office of Education", + "Physical Address Line 1": "1111 Las Gallinas Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Rafael", + "Physical Address State": "CA ", + "Physical Address Zip": "94903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811730", + "School District Name": "BRUCEVILLE-EDDY ISD", + "Physical Address Line 1": "1 EAGLE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDDY", + "Physical Address State": "TX ", + "Physical Address Zip": "76524", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13960546282245828", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691019", + "School District Name": "Mendocino County Office of Education", + "Physical Address Line 1": "2240 Old River Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ukiah", + "Physical Address State": "CA ", + "Physical Address Zip": "95482", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600450", + "School District Name": "BRUNEAU-GRAND VIEW JOINT SCHOOL DISTRICT", + "Physical Address Line 1": "39678 STATE HIGHWAY 78", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRUNEAU", + "Physical Address State": "ID ", + "Physical Address Zip": "83604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1531322505800464", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691020", + "School District Name": "Merced County Office of Education", + "Physical Address Line 1": "632 W. 13th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Merced", + "Physical Address State": "CA ", + "Physical Address Zip": "95341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100124", + "School District Name": "BRUNING-DAVENPORT UNIFIED SYS", + "Physical Address Line 1": "106 N JUNIPER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DAVENPORT", + "Physical Address State": "NE ", + "Physical Address Zip": "68335", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10377358490566038", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691021", + "School District Name": "Monterey County Office of Education", + "Physical Address Line 1": "901 Blanco Cir.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salinas", + "Physical Address State": "CA ", + "Physical Address Zip": "93912", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605520", + "School District Name": "BRUNSWICK CENTRAL SCHOOL DISTRICT (BRITTONKILL)", + "Physical Address Line 1": "3992 NY RT 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TROY", + "Physical Address State": "NY ", + "Physical Address Zip": "12180", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10220768601798855", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691022", + "School District Name": "Napa County Office of Education", + "Physical Address Line 1": "2121 Imola Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Napa", + "Physical Address State": "CA ", + "Physical Address Zip": "94559", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904366", + "School District Name": "Brunswick City", + "Physical Address Line 1": "3643 Center Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brunswick", + "Physical Address State": "OH ", + "Physical Address Zip": "44212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06971123266759954", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691023", + "School District Name": "Nevada County Office of Education", + "Physical Address Line 1": "380 Crown Point Cir.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grass Valley", + "Physical Address State": "CA ", + "Physical Address Zip": "95945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100480", + "School District Name": "BRUNSWICK CO PBLC SCHS", + "Physical Address Line 1": "1718 Farmer's Field Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawrenceville", + "Physical Address State": "VA ", + "Physical Address Zip": "23868", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.30116648992576883", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691024", + "School District Name": "Orange County Department of Education", + "Physical Address Line 1": "200 Kalmus Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Costa Mesa", + "Physical Address State": "CA ", + "Physical Address Zip": "92628", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700420", + "School District Name": "Brunswick County Schools", + "Physical Address Line 1": "35 Referendum Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bolivia", + "Physical Address State": "NC ", + "Physical Address Zip": "28422", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16940597903455415", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691025", + "School District Name": "Placer County Office of Education", + "Physical Address Line 1": "360 Nevada St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Auburn", + "Physical Address State": "CA ", + "Physical Address Zip": "95603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2303780", + "School District Name": "Brunswick Public Schools", + "Physical Address Line 1": "46 Federal Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brunswick", + "Physical Address State": "ME ", + "Physical Address Zip": "04011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09312977099236641", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691026", + "School District Name": "Riverside County Office of Education", + "Physical Address Line 1": "3939 13th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverside", + "Physical Address State": "CA ", + "Physical Address Zip": "92502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2906030", + "School District Name": "BRUNSWICK R-II", + "Physical Address Line 1": "1008 COUNTY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRUNSWICK", + "Physical Address State": "MO ", + "Physical Address Zip": "65236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691027", + "School District Name": "Sacramento County Office of Education", + "Physical Address Line 1": "10474 Mather Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mather", + "Physical Address State": "CA ", + "Physical Address Zip": "95655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2305300", + "School District Name": "Brunswick-Region 10", + "Physical Address Line 1": "68 Church Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brunswick", + "Physical Address State": "ME ", + "Physical Address Zip": "04011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691028", + "School District Name": "San Benito County Office of Education", + "Physical Address Line 1": "460 Fifth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hollister", + "Physical Address State": "CA ", + "Physical Address Zip": "95023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605820", + "School District Name": "BRUSHTON-MOIRA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "758 COUNTY RT 7", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRUSHTON", + "Physical Address State": "NY ", + "Physical Address Zip": "12916", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20719738276990185", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691029", + "School District Name": "San Bernardino County Office of Education", + "Physical Address Line 1": "601 N. E St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Bernardino", + "Physical Address State": "CA ", + "Physical Address Zip": "92415", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4005580", + "School District Name": "BRUSHY", + "Physical Address Line 1": "100968 S 4650 Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sallisaw", + "Physical Address State": "OK ", + "Physical Address Zip": "74955", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2311111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691030", + "School District Name": "San Diego County Office of Education", + "Physical Address Line 1": "6401 Linda Vista Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Diego", + "Physical Address State": "CA ", + "Physical Address Zip": "92111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700102", + "School District Name": "Brussels CUSD 42", + "Physical Address Line 1": "PO Box 128", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brussels", + "Physical Address State": "IL ", + "Physical Address Zip": "62013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07534246575342465", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691031", + "School District Name": "San Joaquin County Office of Education", + "Physical Address Line 1": "2922 Transworld Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "CA ", + "Physical Address Zip": "95206", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904367", + "School District Name": "Bryan City", + "Physical Address Line 1": "1350 Fountain Grove Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bryan", + "Physical Address State": "OH ", + "Physical Address Zip": "43506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14032634032634034", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691032", + "School District Name": "San Luis Obispo County Office of Education", + "Physical Address Line 1": "3350 Ed Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Luis Obispo", + "Physical Address State": "CA ", + "Physical Address Zip": "93405", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811790", + "School District Name": "BRYAN ISD", + "Physical Address Line 1": "801 S ENNIS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRYAN", + "Physical Address State": "TX ", + "Physical Address Zip": "77803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2712189245427664", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691033", + "School District Name": "San Mateo County Office of Education", + "Physical Address Line 1": "101 Twin Dolphin Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redwood City", + "Physical Address State": "CA ", + "Physical Address Zip": "94065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204090", + "School District Name": "Bryn Athyn SD", + "Physical Address Line 1": "2835 Buck Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bryn Athyn", + "Physical Address State": "PA ", + "Physical Address Zip": "19009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023255813953488372", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691034", + "School District Name": "Santa Barbara County Office of Education", + "Physical Address Line 1": "4400 Cathedral Oaks Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Barbara", + "Physical Address State": "CA ", + "Physical Address Zip": "93110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1500030", + "School District Name": "Hawaii Department of Education", + "Physical Address Line 1": "1390 Miller St", + "Physical Address Line 2": "Room 300", + "Physical Address Line 3": "", + "Physical Address City": "Honolulu", + "Physical Address State": "HI ", + "Physical Address Zip": "96813", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12097159926719431", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0691035", + "School District Name": "Santa Clara County Office of Education", + "Physical Address Line 1": "1290 Ridder Park Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jose", + "Physical Address State": "CA ", + "Physical Address Zip": "95131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811820", + "School District Name": "BRYSON ISD", + "Physical Address Line 1": "300 N MCCLOUD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRYSON", + "Physical Address State": "TX ", + "Physical Address Zip": "76427", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19815668202764977", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691036", + "School District Name": "Santa Cruz County Office of Education", + "Physical Address Line 1": "400 Encinal St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Cruz", + "Physical Address State": "CA ", + "Physical Address Zip": "95060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100510", + "School District Name": "BUCHANAN CO PBLC SCHS", + "Physical Address Line 1": "4447 Slate Creek Road Suite 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grundy", + "Physical Address State": "VA ", + "Physical Address Zip": "24614", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2765469824293354", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691037", + "School District Name": "Shasta County Office of Education", + "Physical Address Line 1": "1644 Magnolia Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redding", + "Physical Address State": "CA ", + "Physical Address Zip": "96001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910590", + "School District Name": "BUCHANAN CO. R-IV", + "Physical Address Line 1": "702 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEKALB", + "Physical Address State": "MO ", + "Physical Address Zip": "64440", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12538226299694188", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691038", + "School District Name": "Siskiyou County Office of Education", + "Physical Address Line 1": "609 S. Gold St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yreka", + "Physical Address State": "CA ", + "Physical Address Zip": "96097", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2607140", + "School District Name": "Buchanan Community Schools", + "Physical Address Line 1": "401 WEST CHICAGO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUCHANAN", + "Physical Address State": "MI ", + "Physical Address Zip": "49107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16171428571428573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691040", + "School District Name": "Sonoma County Office of Education", + "Physical Address Line 1": "5340 Skylane Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Rosa", + "Physical Address State": "CA ", + "Physical Address Zip": "95403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905165", + "School District Name": "Buckeye", + "Physical Address Line 1": "545 University Dr NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Philadelphia", + "Physical Address State": "OH ", + "Physical Address Zip": "44663", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691041", + "School District Name": "Stanislaus County Office of Education", + "Physical Address Line 1": "1100 H St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modesto", + "Physical Address State": "CA ", + "Physical Address Zip": "95354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904650", + "School District Name": "Buckeye Central Local", + "Physical Address Line 1": "938 S Kibler St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Washington", + "Physical Address State": "OH ", + "Physical Address Zip": "44854", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1368909512761021", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691042", + "School District Name": "Sutter County Office of Education", + "Physical Address Line 1": "970 Klamath Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yuba City", + "Physical Address State": "CA ", + "Physical Address Zip": "95993", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901618", + "School District Name": "Buckeye Community School", + "Physical Address Line 1": "1404 Park Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ontario", + "Physical Address State": "OH ", + "Physical Address Zip": "44906", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691043", + "School District Name": "Tehama County Department of Education", + "Physical Address Line 1": "1135 Lincoln St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Bluff", + "Physical Address State": "CA ", + "Physical Address Zip": "96080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901632", + "School District Name": "Buckeye Community School - London", + "Physical Address Line 1": "177 W High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "London", + "Physical Address State": "OH ", + "Physical Address Zip": "43140", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691044", + "School District Name": "Trinity County Office of Education", + "Physical Address Line 1": "201 Memorial Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weaverville", + "Physical Address State": "CA ", + "Physical Address Zip": "96093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901633", + "School District Name": "Buckeye Community School - Marion", + "Physical Address Line 1": "366 W Center St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "OH ", + "Physical Address Zip": "43302", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691045", + "School District Name": "Tulare County Office of Education", + "Physical Address Line 1": "6200 S. Mooney Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Visalia", + "Physical Address State": "CA ", + "Physical Address Zip": "93277", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904585", + "School District Name": "Buckeye Local", + "Physical Address Line 1": "3436 Edgewood Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashtabula", + "Physical Address State": "OH ", + "Physical Address Zip": "44004", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16379821958456972", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691046", + "School District Name": "Tuolumne County Superintendent of Schools", + "Physical Address Line 1": "175 Fairview Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sonora", + "Physical Address State": "CA ", + "Physical Address Zip": "95370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904847", + "School District Name": "Buckeye Local", + "Physical Address Line 1": "3044 Columbia Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medina", + "Physical Address State": "OH ", + "Physical Address Zip": "44256", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07007973143096936", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691047", + "School District Name": "Ventura County Office of Education", + "Physical Address Line 1": "5189 Verdugo Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camarillo", + "Physical Address State": "CA ", + "Physical Address Zip": "93012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904778", + "School District Name": "Buckeye Local", + "Physical Address Line 1": "6899 State Highway 150", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dillonvale", + "Physical Address State": "OH ", + "Physical Address Zip": "43917", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20353982300884957", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691048", + "School District Name": "Yuba County Office of Education", + "Physical Address Line 1": "935 14th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marysville", + "Physical Address State": "CA ", + "Physical Address Zip": "95901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900530", + "School District Name": "Buckeye On-Line School for Success", + "Physical Address Line 1": "119 E Fifth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Liverpool", + "Physical Address State": "OH ", + "Physical Address Zip": "43920", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691049", + "School District Name": "Yolo County Office of Education", + "Physical Address Line 1": "1280 Santa Anita Ct. Ste. 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodland", + "Physical Address State": "CA ", + "Physical Address Zip": "95776", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600480", + "School District Name": "BUHL JOINT DISTRICT", + "Physical Address Line 1": "920 MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUHL", + "Physical Address State": "ID ", + "Physical Address Zip": "83316", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12015503875968993", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600490", + "School District Name": "BUTTE COUNTY JOINT DISTRICT", + "Physical Address Line 1": "246 SUNSET DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARCO", + "Physical Address State": "ID ", + "Physical Address Zip": "83213", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18471337579617833", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691052", + "School District Name": "Mono County Office of Education", + "Physical Address Line 1": "451 Sierra Park Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mammoth Lakes", + "Physical Address State": "CA ", + "Physical Address Zip": "93546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600510", + "School District Name": "CALDWELL DISTRICT", + "Physical Address Line 1": "1502 FILLMORE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALDWELL", + "Physical Address State": "ID ", + "Physical Address Zip": "83605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1527963607171528", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900237", + "School District Name": "Buckeye United School District", + "Physical Address Line 1": "4545 Fisher Rd Ste D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43228", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691063", + "School District Name": "Del Norte County Office of Education", + "Physical Address Line 1": "301 W. Washington Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crescent City", + "Physical Address State": "CA ", + "Physical Address Zip": "95531", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600540", + "School District Name": "CAMAS COUNTY DISTRICT", + "Physical Address Line 1": "610 SOLDIER ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAIRFIELD", + "Physical Address State": "ID ", + "Physical Address Zip": "83327", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10837438423645321", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691078", + "School District Name": "Los Angeles County Office of Education", + "Physical Address Line 1": "9300 Imperial Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Downey", + "Physical Address State": "CA ", + "Physical Address Zip": "90242", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904675", + "School District Name": "Buckeye Valley Local", + "Physical Address Line 1": "679 Coover Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delaware", + "Physical Address State": "OH ", + "Physical Address Zip": "43015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.061563517915309444", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691090", + "School District Name": "Mariposa County Office of Education", + "Physical Address Line 1": "5082 Old Highway N.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mariposa", + "Physical Address State": "CA ", + "Physical Address Zip": "95338", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600570", + "School District Name": "CAMBRIDGE JOINT DISTRICT", + "Physical Address Line 1": "40 NORTH 4TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMBRIDGE", + "Physical Address State": "ID ", + "Physical Address Zip": "83610", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2074468085106383", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691093", + "School District Name": "Modoc County Office of Education", + "Physical Address Line 1": "139 Henderson St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alturas", + "Physical Address State": "CA ", + "Physical Address Zip": "96101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811850", + "School District Name": "BUCKHOLTS ISD", + "Physical Address Line 1": "203 S 10TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUCKHOLTS", + "Physical Address State": "TX ", + "Physical Address Zip": "76518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22058823529411764", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691102", + "School District Name": "Plumas County Office of Education", + "Physical Address Line 1": "50 Church St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quincy", + "Physical Address State": "CA ", + "Physical Address Zip": "95971", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600630", + "School District Name": "CASCADE DISTRICT", + "Physical Address Line 1": "209 NORTH SCHOOL STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASCADE", + "Physical Address State": "ID ", + "Physical Address Zip": "83611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1575091575091575", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691111", + "School District Name": "San Francisco County Office of Education", + "Physical Address Line 1": "555 Franklin St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Francisco", + "Physical Address State": "CA ", + "Physical Address Zip": "94102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100540", + "School District Name": "BUCKINGHAM CO PBLC SCHS", + "Physical Address Line 1": "15595 West James Anderson Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buckingham", + "Physical Address State": "VA ", + "Physical Address Zip": "23921", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19309742245522063", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691120", + "School District Name": "Sierra County Office of Education", + "Physical Address Line 1": "109 Beckwith Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loyalton", + "Physical Address State": "CA ", + "Physical Address Zip": "96118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600660", + "School District Name": "CASSIA COUNTY JOINT DISTRICT", + "Physical Address Line 1": "3650 OVERLAND AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURLEY", + "Physical Address State": "ID ", + "Physical Address Zip": "83318", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1251540221791938", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691122", + "School District Name": "Solano County Office of Education", + "Physical Address Line 1": "5100 Business Center Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "CA ", + "Physical Address Zip": "94534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2607170", + "School District Name": "Buckley Community Schools", + "Physical Address Line 1": "305 S 1ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUCKLEY", + "Physical Address State": "MI ", + "Physical Address Zip": "49620", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16636851520572452", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600690", + "School District Name": "CASTLEFORD DISTRICT", + "Physical Address Line 1": "500 MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASTLEFORD", + "Physical Address State": "ID ", + "Physical Address Zip": "83321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18571428571428572", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0691135", + "School District Name": "Val Verde Unified", + "Physical Address Line 1": "975 W. Morgan St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perris", + "Physical Address State": "CA ", + "Physical Address Zip": "92571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1723153942428035", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004140", + "School District Name": "Bucklin", + "Physical Address Line 1": "422 S Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bucklin", + "Physical Address State": "KS ", + "Physical Address Zip": "67834", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23529411764705882", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600720", + "School District Name": "CHALLIS JOINT DISTRICT", + "Physical Address Line 1": "721 EAST MAIN AVENUE SUITE 6", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHALLIS", + "Physical Address State": "ID ", + "Physical Address Zip": "83226", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19008264462809918", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2906090", + "School District Name": "BUCKLIN R-II", + "Physical Address Line 1": "26832 HWY 129", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUCKLIN", + "Physical Address State": "MO ", + "Physical Address Zip": "64631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.27439024390243905", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600750", + "School District Name": "CLARK COUNTY DISTRICT", + "Physical Address Line 1": "137 WEST 2ND SOUTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DUBOIS", + "Physical Address State": "ID ", + "Physical Address Zip": "83423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.203125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800004", + "School District Name": "DENVER 1", + "Physical Address Line 1": "1700 SOUTH HOLLY STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DENVER", + "Physical Address State": "CO ", + "Physical Address Zip": "80222", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289320", + "School District Name": "Bucks County IU 22", + "Physical Address Line 1": "705 N Shady Retreat Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Doylestown", + "Physical Address State": "PA ", + "Physical Address Zip": "18901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600780", + "School District Name": "COEUR D'ALENE DISTRICT", + "Physical Address Line 1": "1400 N NORTHWOOD CENTER COURT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COEUR D'ALENE", + "Physical Address State": "ID ", + "Physical Address Zip": "83814", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.0912355825678569", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800011", + "School District Name": "Grand Valley BOCES", + "Physical Address Line 1": "2508 BLICHMANN AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND JUNCTION", + "Physical Address State": "CO ", + "Physical Address Zip": "81505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200069", + "School District Name": "Bucks County Montessori CS", + "Physical Address Line 1": "219 Tyburn Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairless Hills", + "Physical Address State": "PA ", + "Physical Address Zip": "19030", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800012", + "School District Name": "Mt Evans BOCES", + "Physical Address Line 1": "57393 US HIGHWAY 285", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAILEY", + "Physical Address State": "CO ", + "Physical Address Zip": "80421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600810", + "School District Name": "COTTONWOOD JOINT DISTRICT", + "Physical Address Line 1": "1916 EAST STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COTTONWOOD", + "Physical Address State": "ID ", + "Physical Address Zip": "83522", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0995260663507109", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800013", + "School District Name": "Uncompahgre BOCES", + "Physical Address Line 1": "1115 CLINTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIDGWAY", + "Physical Address State": "CO ", + "Physical Address Zip": "81432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280090", + "School District Name": "Bucks County Technical High School", + "Physical Address Line 1": "610 Wistar Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairless Hills", + "Physical Address State": "PA ", + "Physical Address Zip": "19030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800014", + "School District Name": "Santa Fe Trail BOCES", + "Physical Address Line 1": "302 COLORADO AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA JUNTA", + "Physical Address State": "CO ", + "Physical Address Zip": "81050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600840", + "School District Name": "COUNCIL DISTRICT", + "Physical Address Line 1": "101 EAST BLEEKER AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COUNCIL", + "Physical Address State": "ID ", + "Physical Address Zip": "83612", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19594594594594594", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800015", + "School District Name": "Front Range BOCES", + "Physical Address Line 1": "6500 ARAPAHOE ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOULDER", + "Physical Address State": "CO ", + "Physical Address Zip": "80303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904368", + "School District Name": "Bucyrus City", + "Physical Address Line 1": "170 Plymouth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bucyrus", + "Physical Address State": "OH ", + "Physical Address Zip": "44820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21065675340768278", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800016", + "School District Name": "Yuma 1 School District", + "Physical Address Line 1": "418 SOUTH MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YUMA", + "Physical Address State": "CO ", + "Physical Address Zip": "80759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17988394584139264", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600870", + "School District Name": "CULDESAC JOINT DISTRICT", + "Physical Address Line 1": "600 CULDESAC AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CULDESAC", + "Physical Address State": "ID ", + "Physical Address Zip": "83524", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.216", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800017", + "School District Name": "Wray RD-2 School District", + "Physical Address Line 1": "30160 COUNTY ROAD 35", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WRAY", + "Physical Address State": "CO ", + "Physical Address Zip": "80758", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15260545905707196", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600900", + "School District Name": "DIETRICH DISTRICT", + "Physical Address Line 1": "406 NORTH PARK STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DIETRICH", + "Physical Address State": "ID ", + "Physical Address Zip": "83324", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1927710843373494", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000011", + "School District Name": "Buels Gore School District", + "Physical Address Line 1": "211 Bridge Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "VT ", + "Physical Address Zip": "05477", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601020", + "School District Name": "EMMETT INDEPENDENT DISTRICT", + "Physical Address Line 1": "601 EAST THIRD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EMMETT", + "Physical Address State": "ID ", + "Physical Address Zip": "83617", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13807531380753138", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800020", + "School District Name": "State Charter School Institute", + "Physical Address Line 1": "1600 N BROADWAY SUITE 1250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DENVER", + "Physical Address State": "CO ", + "Physical Address Zip": "80202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601050", + "School District Name": "FILER DISTRICT", + "Physical Address Line 1": "700 B STEVENS AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FILER", + "Physical Address State": "ID ", + "Physical Address Zip": "83328", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.08921933085501858", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800022", + "School District Name": "Ute Pass BOCES", + "Physical Address Line 1": "405 EL MONTE PLACE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANITOU SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "80829", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402400", + "School District Name": "Buena Regional School District", + "Physical Address Line 1": "914 MAIN AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHLAND", + "Physical Address State": "NJ ", + "Physical Address Zip": "08350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15951595159515952", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800023", + "School District Name": "Colorado School for the Deaf and Blind", + "Physical Address Line 1": "33 N INSTITUTE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLORADO SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "80903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601080", + "School District Name": "FIRTH DISTRICT", + "Physical Address Line 1": "319 LINCOLN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FIRTH", + "Physical Address State": "ID ", + "Physical Address Zip": "83236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10404040404040404", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800220", + "School District Name": "El Paso 8 Fountain AU", + "Physical Address Line 1": "10665 Jimmy Camp Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fountain", + "Physical Address State": "CO ", + "Physical Address Zip": "80817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100560", + "School District Name": "BUENA VISTA CITY PBLC SCHS", + "Physical Address Line 1": "2329 Chestnut Ave. Suite A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buena Vista", + "Physical Address State": "VA ", + "Physical Address Zip": "24416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2073778664007976", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800221", + "School District Name": "Pueblo 60 Urban AU", + "Physical Address Line 1": "315 West 11th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pueblo", + "Physical Address State": "CO ", + "Physical Address Zip": "81003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601110", + "School District Name": "FREMONT COUNTY JOINT DISTRICT", + "Physical Address Line 1": "945 WEST 1ST NORTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST ANTHONY", + "Physical Address State": "ID ", + "Physical Address Zip": "83445", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14364387333639284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800222", + "School District Name": "Jefferson R-1 AU", + "Physical Address Line 1": "1829 Denver West Drive Bldg.#27", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Golden", + "Physical Address State": "CO ", + "Physical Address Zip": "80401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601140", + "School District Name": "FRUITLAND DISTRICT", + "Physical Address Line 1": "401 IOWA AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRUITLAND", + "Physical Address State": "ID ", + "Physical Address Zip": "83619", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09763170613823104", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800223", + "School District Name": "El Paso 3 Widefield AU", + "Physical Address Line 1": "930 Leta Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colorado Springs", + "Physical Address State": "CO ", + "Physical Address Zip": "80911", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811910", + "School District Name": "BUENA VISTA ISD", + "Physical Address Line 1": "STATE HWY 11 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IMPERIAL", + "Physical Address State": "TX ", + "Physical Address Zip": "79743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17525773195876287", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601170", + "School District Name": "GARDEN VALLEY DISTRICT", + "Physical Address Line 1": "1076 BANKS LOWMAN ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GARDEN VALLEY", + "Physical Address State": "ID ", + "Physical Address Zip": "83622", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800225", + "School District Name": "El Paso 20 Academy AU", + "Physical Address Line 1": "1110 Chapel Hills Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colorado Springs", + "Physical Address State": "CO ", + "Physical Address Zip": "80920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601200", + "School District Name": "GENESEE JOINT DISTRICT", + "Physical Address Line 1": "330 WEST ASH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GENESEE", + "Physical Address State": "ID ", + "Physical Address Zip": "83832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07808564231738035", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800226", + "School District Name": "Centennial BOCES AU", + "Physical Address Line 1": "2020 Club House Drive Ste #230", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greeley", + "Physical Address State": "CO ", + "Physical Address Zip": "80634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4005760", + "School District Name": "BUFFALO", + "Physical Address Line 1": "605 SE 2nd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buffalo", + "Physical Address State": "OK ", + "Physical Address Zip": "73834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1411764705882353", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601230", + "School District Name": "GLENNS FERRY JOINT DISTRICT", + "Physical Address Line 1": "800 OLD HIGHWAY 30", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENNS FERRY", + "Physical Address State": "ID ", + "Physical Address Zip": "83623", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18976545842217485", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600105", + "School District Name": "BUFFALO ACADEMY OF SCIENCE CHARTER SCHOOL", + "Physical Address Line 1": "190 FRANKLIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800229", + "School District Name": "Northeast BOCES AU", + "Physical Address Line 1": "301 West Powell", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haxtun", + "Physical Address State": "CO ", + "Physical Address Zip": "80731", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601260", + "School District Name": "GOODING JOINT DISTRICT", + "Physical Address Line 1": "1050 7TH AVENUE WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOODING", + "Physical Address State": "ID ", + "Physical Address Zip": "83330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13398464759246337", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800230", + "School District Name": "Department of Corrections AU", + "Physical Address Line 1": "2862 South Circle Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colorado Springs", + "Physical Address State": "CO ", + "Physical Address Zip": "80906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601216", + "School District Name": "BUFFALO ACADEMY OF SCIENCE CHARTER SCHOOL II", + "Physical Address Line 1": "335 DOAT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14211", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800231", + "School District Name": "El Paso 38 Lewis Palmer AU", + "Physical Address Line 1": "146 Jefferson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monument", + "Physical Address State": "CO ", + "Physical Address Zip": "80132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601290", + "School District Name": "GRACE JOINT DISTRICT", + "Physical Address Line 1": "710 SOUTH MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRACE", + "Physical Address State": "ID ", + "Physical Address Zip": "83241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13706563706563707", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800232", + "School District Name": "Division of Youth Services AU", + "Physical Address Line 1": "4141 SOUTH JULIAN WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DENVER", + "Physical Address State": "CO ", + "Physical Address Zip": "80236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605850", + "School District Name": "BUFFALO CITY SCHOOL DISTRICT", + "Physical Address Line 1": "712 CITY HALL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14202", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.3476852565938788", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0800233", + "School District Name": "Fremont Re-1 Canon City AU", + "Physical Address Line 1": "101 North 14th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canon City", + "Physical Address State": "CO ", + "Physical Address Zip": "81212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601380", + "School District Name": "HAGERMAN JOINT DISTRICT", + "Physical Address Line 1": "324 NORTH 2ND AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAGERMAN", + "Physical Address State": "ID ", + "Physical Address Zip": "83332", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10224438902743142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800234", + "School District Name": "East Central BOCES AU", + "Physical Address Line 1": "820 Second Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Limon", + "Physical Address State": "CO ", + "Physical Address Zip": "80828", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601170", + "School District Name": "BUFFALO COLLEGIATE CHARTER SCHOOL", + "Physical Address Line 1": "45 JEWETT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800235", + "School District Name": "Logan Re-1 Valley AU", + "Physical Address Line 1": "415 Beattie Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sterling", + "Physical Address State": "CO ", + "Physical Address Zip": "80751", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601410", + "School District Name": "HANSEN DISTRICT", + "Physical Address Line 1": "550 MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HANSEN", + "Physical Address State": "ID ", + "Physical Address Zip": "83334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22330097087378642", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800236", + "School District Name": "El Paso 2 Harrison AU", + "Physical Address Line 1": "2883 South Circle Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colorado Springs", + "Physical Address State": "CO ", + "Physical Address Zip": "80906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601215", + "School District Name": "BUFFALO CREEK ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "33 CHENANGO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14213", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601440", + "School District Name": "HIGHLAND JOINT DISTRICT", + "Physical Address Line 1": "112 BOULEVARD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRAIGMONT", + "Physical Address State": "ID ", + "Physical Address Zip": "83523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1646090534979424", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800238", + "School District Name": "Mt Evans BOCES AU", + "Physical Address Line 1": "320 Highway 103", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Idaho Springs", + "Physical Address State": "CO ", + "Physical Address Zip": "80452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601470", + "School District Name": "HOMEDALE JOINT DISTRICT", + "Physical Address Line 1": "116 EAST OWYHEE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOMEDALE", + "Physical Address State": "ID ", + "Physical Address Zip": "83628", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16537867078825347", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800239", + "School District Name": "Delta 50J AU", + "Physical Address Line 1": "1002 Hastings Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delta", + "Physical Address State": "CO ", + "Physical Address Zip": "81416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811990", + "School District Name": "BUFFALO ISD", + "Physical Address Line 1": "708 CEDAR CREEK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "TX ", + "Physical Address Zip": "75831", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25603357817418676", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800240", + "School District Name": "Gunnison Re-1J AU", + "Physical Address Line 1": "800 North Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gunnison", + "Physical Address State": "CO ", + "Physical Address Zip": "81230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601500", + "School District Name": "HORSESHOE BEND SCHOOL DISTRICT", + "Physical Address Line 1": "398 SCHOOL DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HORSESHOE BEND", + "Physical Address State": "ID ", + "Physical Address Zip": "83629", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13302752293577982", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800241", + "School District Name": "South Central BOCES AU", + "Physical Address Line 1": "323 South Purcell Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pueblo West", + "Physical Address State": "CO ", + "Physical Address Zip": "81007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700023", + "School District Name": "BUFFALO LK-HECTOR-STEWART PUBLIC SC", + "Physical Address Line 1": "220 W 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HECTOR", + "Physical Address State": "MN ", + "Physical Address Zip": "55342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09586776859504133", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800242", + "School District Name": "EL PASO COUNTY COLORADO SCHOOL DISTRICT 49 AU", + "Physical Address Line 1": "7545 MOHAWK ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLORADO SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "80908", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601530", + "School District Name": "IDAHO FALLS DISTRICT", + "Physical Address Line 1": "690 JOHN ADAMS PARKWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IDAHO FALLS", + "Physical Address State": "ID ", + "Physical Address Zip": "83401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1202416918429003", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800243", + "School District Name": "Morgan Re-3 Fort Morgan AU", + "Physical Address Line 1": "715 West Platte Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Morgan", + "Physical Address State": "CO ", + "Physical Address Zip": "80701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600071", + "School District Name": "BUFFALO UNITED CHARTER SCHOOL", + "Physical Address Line 1": "325 MANHATTAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800245", + "School District Name": "Denver 1 AU", + "Physical Address Line 1": "900 Grant Street 2nd Floor", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denver", + "Physical Address State": "CO ", + "Physical Address Zip": "80203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601570", + "School District Name": "JEFFERSON COUNTY JOINT DISTRICT", + "Physical Address Line 1": "3850 E 300 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIGBY", + "Physical Address State": "ID ", + "Physical Address Zip": "83442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07830041210743215", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800246", + "School District Name": "Mesa 51 Grand Junction AU", + "Physical Address Line 1": "2523 Patterson Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Junction", + "Physical Address State": "CO ", + "Physical Address Zip": "81505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4005820", + "School District Name": "BUFFALO VALLEY", + "Physical Address Line 1": "4384 Southeast Highway 63", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Talihina", + "Physical Address State": "OK ", + "Physical Address Zip": "74571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23809523809523808", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601590", + "School District Name": "JEROME JOINT DISTRICT", + "Physical Address Line 1": "125 4TH AVENUE WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JEROME", + "Physical Address State": "ID ", + "Physical Address Zip": "83338", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15038215244784137", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800248", + "School District Name": "Northwest BOCES AU", + "Physical Address Line 1": "325 7th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Steamboat Springs", + "Physical Address State": "CO ", + "Physical Address Zip": "80477", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2707200", + "School District Name": "BUFFALO-HANOVER-MONTROSE PUBLIC SCH", + "Physical Address Line 1": "214 1ST AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "MN ", + "Physical Address Zip": "55313", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.050270045700041545", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800249", + "School District Name": "Larimer R-1 Poudre AU", + "Physical Address Line 1": "2407 LaPorte Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Collins", + "Physical Address State": "CO ", + "Physical Address Zip": "80521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601620", + "School District Name": "KAMIAH JOINT DISTRICT", + "Physical Address Line 1": "1102 HILL STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KAMIAH", + "Physical Address State": "ID ", + "Physical Address Zip": "83536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24155405405405406", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800250", + "School District Name": "Weld RE-4 Windsor AU", + "Physical Address Line 1": "1020 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windsor", + "Physical Address State": "CO ", + "Physical Address Zip": "80550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601650", + "School District Name": "KELLOGG JOINT DISTRICT", + "Physical Address Line 1": "800 BUNKER AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KELLOGG", + "Physical Address State": "ID ", + "Physical Address Zip": "83837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19794721407624633", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800251", + "School District Name": "Larimer R-2J Thompson AU", + "Physical Address Line 1": "800 South Taft Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loveland", + "Physical Address State": "CO ", + "Physical Address Zip": "80537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900166", + "School District Name": "Bug-O-Nay-Ge-Shig School", + "Physical Address Line 1": "15353 Silver Eagle Dr NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bena", + "Physical Address State": "MN", + "Physical Address Zip": "56626", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800253", + "School District Name": "San Juan BOCES AU", + "Physical Address Line 1": "201 East 12th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durango", + "Physical Address State": "CO ", + "Physical Address Zip": "81301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601680", + "School District Name": "KENDRICK JOINT DISTRICT", + "Physical Address Line 1": "202 BEAR CREEK ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KENDRICK", + "Physical Address State": "ID ", + "Physical Address Zip": "83537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14671814671814673", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800254", + "School District Name": "Moffat Re-1 Craig AU", + "Physical Address Line 1": "775 Yampa Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Craig", + "Physical Address State": "CO ", + "Physical Address Zip": "81625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601710", + "School District Name": "KIMBERLY DISTRICT", + "Physical Address Line 1": "141 CENTER STREET WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KIMBERLY", + "Physical Address State": "ID ", + "Physical Address Zip": "83341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.0926324859974149", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004200", + "School District Name": "Buhler", + "Physical Address Line 1": "406 W 7th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buhler", + "Physical Address State": "KS ", + "Physical Address Zip": "67522", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07515400410677618", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800256", + "School District Name": "Southeastern BOCES AU", + "Physical Address Line 1": "703 South 3rd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lamar", + "Physical Address State": "CO ", + "Physical Address Zip": "81052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601740", + "School District Name": "KOOTENAI DISTRICT", + "Physical Address Line 1": "13030 EAST OGARA ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRISON", + "Physical Address State": "ID ", + "Physical Address Zip": "83833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09427609427609428", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800257", + "School District Name": "Westminster Public Schools AU", + "Physical Address Line 1": "4476 WEST 68TH AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTMINSTER", + "Physical Address State": "CO ", + "Physical Address Zip": "80030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812060", + "School District Name": "BULLARD ISD", + "Physical Address Line 1": "1426 B S HOUSTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BULLARD", + "Physical Address State": "TX ", + "Physical Address Zip": "75757", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11667834618079888", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601770", + "School District Name": "KUNA JOINT DISTRICT", + "Physical Address Line 1": "711 EAST PORTER ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KUNA", + "Physical Address State": "ID ", + "Physical Address Zip": "83634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07432698621142482", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800259", + "School District Name": "Colorado Mental Health Institute Pueblo AU", + "Physical Address Line 1": "1600 West 24th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pueblo", + "Physical Address State": "CO ", + "Physical Address Zip": "81003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600002", + "School District Name": "LAKE PEND OREILLE SCHOOL DISTRICT", + "Physical Address Line 1": "920 TRIANGLE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PONDERAY", + "Physical Address State": "ID ", + "Physical Address Zip": "83852", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1410232558139535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800260", + "School District Name": "Douglas RE-1 AU", + "Physical Address Line 1": "620 Wilcox Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Castle Rock", + "Physical Address State": "CO ", + "Physical Address Zip": "80104", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800261", + "School District Name": "San Luis Valley BOCES AU", + "Physical Address Line 1": "2261 Enterprise Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alamosa", + "Physical Address State": "CO ", + "Physical Address Zip": "81101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601800", + "School District Name": "LAKELAND DISTRICT", + "Physical Address Line 1": "15506 NORTH WASHINGTON STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RATHDRUM", + "Physical Address State": "ID ", + "Physical Address Zip": "83858", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09923298178331735", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800262", + "School District Name": "Uncompahgre BOCES AU", + "Physical Address Line 1": "1115 CLINTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIDGWAY", + "Physical Address State": "CO ", + "Physical Address Zip": "81432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100750", + "School District Name": "Bullitt County", + "Physical Address Line 1": "1040 Hwy 44 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shepherdsville", + "Physical Address State": "KY ", + "Physical Address Zip": "40165", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12592537201824572", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601830", + "School District Name": "LAPWAI DISTRICT", + "Physical Address Line 1": "404 SOUTH MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAPWAI", + "Physical Address State": "ID ", + "Physical Address Zip": "83540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2336", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800264", + "School District Name": "El Paso 12 Cheyenne Mountain AU", + "Physical Address Line 1": "1805 Preserve Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colorado Springs", + "Physical Address State": "CO ", + "Physical Address Zip": "80906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601860", + "School District Name": "LEWISTON INDEPENDENT DISTRICT", + "Physical Address Line 1": "3317 12TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEWISTON", + "Physical Address State": "ID ", + "Physical Address Zip": "83501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11261802575107296", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800265", + "School District Name": "Fort Lupton/Keenesburg AU", + "Physical Address Line 1": "99 West Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keenesburg", + "Physical Address State": "CO ", + "Physical Address Zip": "80643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601900", + "School District Name": "MACKAY JOINT DISTRICT", + "Physical Address Line 1": "400 EAST SPRUCE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MACKAY", + "Physical Address State": "ID ", + "Physical Address Zip": "83251", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1702127659574468", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800266", + "School District Name": "Charter School Institute AU", + "Physical Address Line 1": "1580 Logan Street Ste. 760", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denver", + "Physical Address State": "CO ", + "Physical Address Zip": "80203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2607320", + "School District Name": "Bullock Creek School District", + "Physical Address Line 1": "1420 SOUTH BADOUR RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "48640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14667535853976532", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800267", + "School District Name": "Larimer R-3 Park AU", + "Physical Address Line 1": "1605 Brodie Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Estes Park", + "Physical Address State": "CO ", + "Physical Address Zip": "80517", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601920", + "School District Name": "MADISON DISTRICT", + "Physical Address Line 1": "60 WEST MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REXBURG", + "Physical Address State": "ID ", + "Physical Address Zip": "83440", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1304401890077095", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700481", + "School District Name": "Bultum Academy Charter School", + "Physical Address Line 1": "999 NOFOUND street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOFOUNDCITY", + "Physical Address State": "MN ", + "Physical Address Zip": "88888", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800269", + "School District Name": "Montrose RE-1J AU", + "Physical Address Line 1": "526 North 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montrose", + "Physical Address State": "CO ", + "Physical Address Zip": "81401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601950", + "School District Name": "MARSH VALLEY JOINT DISTRICT", + "Physical Address Line 1": "40 SCHOOL STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARIMO", + "Physical Address State": "ID ", + "Physical Address Zip": "83214", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10252904989747096", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800270", + "School District Name": "Weld 6 Greeley AU", + "Physical Address Line 1": "1025 9th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greeley", + "Physical Address State": "CO ", + "Physical Address Zip": "80631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812090", + "School District Name": "BUNA ISD", + "Physical Address Line 1": "1022 TEXAS STATE HWY 62", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUNA", + "Physical Address State": "TX ", + "Physical Address Zip": "77612", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23190442726633873", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800271", + "School District Name": "Santa Fe Trail BOCES AU", + "Physical Address Line 1": "315 Santa Fe Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Junta", + "Physical Address State": "CO ", + "Physical Address Zip": "81050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1601980", + "School District Name": "MARSING JOINT DISTRICT", + "Physical Address Line 1": "209 8TH AVENUE WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARSING", + "Physical Address State": "ID ", + "Physical Address Zip": "83639", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1589189189189189", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1707740", + "School District Name": "Buncombe Cons SD 43", + "Physical Address Line 1": "PO Box 40", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buncombe", + "Physical Address State": "IL ", + "Physical Address Zip": "62912", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21359223300970873", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602030", + "School District Name": "MCCALL-DONNELLY JOINT SCHOOL DISTRICT", + "Physical Address Line 1": "120 IDAHO STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCCALL", + "Physical Address State": "ID ", + "Physical Address Zip": "83638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09077912794853467", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800274", + "School District Name": "Mountain BOCES AU", + "Physical Address Line 1": "995 Cowen Drive Suite 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carbondale", + "Physical Address State": "CO ", + "Physical Address Zip": "81623", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700450", + "School District Name": "Buncombe County Schools", + "Physical Address Line 1": "175 Bingham Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Asheville", + "Physical Address State": "NC ", + "Physical Address Zip": "28806", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1613025848960973", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0800275", + "School District Name": "Ute Pass BOCES AU", + "Physical Address Line 1": "211 North Baldwin", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodland Park", + "Physical Address State": "CO ", + "Physical Address Zip": "80866", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602060", + "School District Name": "MEADOWS VALLEY DISTRICT", + "Physical Address Line 1": "500 NORTH MILLER AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW MEADOWS", + "Physical Address State": "ID ", + "Physical Address Zip": "83654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16822429906542055", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800276", + "School District Name": "Pikes Peak BOCES AU", + "Physical Address Line 1": "4825 Lorna Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colorado Springs", + "Physical Address State": "CO ", + "Physical Address Zip": "80915", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1707770", + "School District Name": "Bunker Hill CUSD 8", + "Physical Address Line 1": "504 E Warren St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bunker Hill", + "Physical Address State": "IL ", + "Physical Address Zip": "62014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15396825396825398", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800277", + "School District Name": "Rio Blanco BOCES AU", + "Physical Address Line 1": "234 South Jones Avenue #103", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rangely", + "Physical Address State": "CO ", + "Physical Address Zip": "81648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602070", + "School District Name": "MELBA JOINT DISTRICT", + "Physical Address Line 1": "511 BROADWAY AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MELBA", + "Physical Address State": "ID ", + "Physical Address Zip": "83641", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10430247718383312", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800278", + "School District Name": "Pueblo 70 Rural AU", + "Physical Address Line 1": "24951 East Highway 50", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pueblo", + "Physical Address State": "CO ", + "Physical Address Zip": "81006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2906170", + "School District Name": "BUNKER R-III", + "Physical Address Line 1": "HWY 72 EAGLE PRIDE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUNKER", + "Physical Address State": "MO ", + "Physical Address Zip": "63629", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800279", + "School District Name": "El Paso 11 Colo Springs AU", + "Physical Address Line 1": "1115 North El Paso Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colorado Springs", + "Physical Address State": "CO ", + "Physical Address Zip": "80903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602100", + "School District Name": "JOINT SCHOOL DISTRICT NO. 2", + "Physical Address Line 1": "1303 EAST CENTRAL DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERIDIAN", + "Physical Address State": "ID ", + "Physical Address Zip": "83642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06554869079140924", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0800280", + "School District Name": "Colorado School for the Deaf and Blind AU", + "Physical Address Line 1": "33 North Institute Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colorado Springs", + "Physical Address State": "CO ", + "Physical Address Zip": "80903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736810", + "School District Name": "Burbank SD 111", + "Physical Address Line 1": "7600 Central Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burbank", + "Physical Address State": "IL ", + "Physical Address Zip": "60459", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21020856201975852", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800281", + "School District Name": "Weld RE-5J Johnstown-Milliken AU", + "Physical Address Line 1": "110 SO CENTENNIAL DR SUITE 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILLIKEN", + "Physical Address State": "CO ", + "Physical Address Zip": "80543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602130", + "School District Name": "MIDDLETON DISTRICT", + "Physical Address Line 1": "5 SOUTH VIKING AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDDLETON", + "Physical Address State": "ID ", + "Physical Address Zip": "83644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07729098909508322", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800282", + "School District Name": "EDUCATION REENVISIONED BOCES", + "Physical Address Line 1": "430 BEACON LITE ROAD SUITE 150", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONUMENT", + "Physical Address State": "CO ", + "Physical Address Zip": "80132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602160", + "School District Name": "MIDVALE DISTRICT", + "Physical Address Line 1": "56 NORTH SCHOOL ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDVALE", + "Physical Address State": "ID ", + "Physical Address Zip": "83645", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800283", + "School District Name": "Eagle County School District RE-50J AU", + "Physical Address Line 1": "948 CHAMBERS AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eagle", + "Physical Address State": "CO ", + "Physical Address Zip": "81631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400724", + "School District Name": "Burch Charter School of Excellence", + "Physical Address Line 1": "100 Linden Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Irvington", + "Physical Address State": "NJ ", + "Physical Address Zip": "07111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800284", + "School District Name": "Elizabeth School District AU", + "Physical Address Line 1": "634 SOUTH ELBERT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELIZABETH", + "Physical Address State": "CO ", + "Physical Address Zip": "80107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602190", + "School District Name": "MINIDOKA COUNTY JOINT DISTRICT", + "Physical Address Line 1": "310 10TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RUPERT", + "Physical Address State": "ID ", + "Physical Address Zip": "83350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13054778088764493", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800285", + "School District Name": "Department of Corrections", + "Physical Address Line 1": "2862 SOUTH CIRCLE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLORADO SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "80906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700125", + "School District Name": "Bureau Valley CUSD 340", + "Physical Address Line 1": "PO Box 289", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manlius", + "Physical Address State": "IL ", + "Physical Address Zip": "61338", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14423076923076922", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800286", + "School District Name": "Division of Youth Services", + "Physical Address Line 1": "4141 SOUTH JULIAN WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DENVER", + "Physical Address State": "CO ", + "Physical Address Zip": "80236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602220", + "School District Name": "MOSCOW DISTRICT", + "Physical Address Line 1": "650 NORTH CLEVELAND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOSCOW", + "Physical Address State": "ID ", + "Physical Address Zip": "83843", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09015069967707212", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800287", + "School District Name": "CMHI Pueblo", + "Physical Address Line 1": "1600 WEST 24TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PUEBLO", + "Physical Address State": "CO ", + "Physical Address Zip": "81003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700168", + "School District Name": "Bureau/Henry/Stark ROE", + "Physical Address Line 1": "107 S State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atkinson", + "Physical Address State": "IL ", + "Physical Address Zip": "61235", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800288", + "School District Name": "Summit RE-1 AU", + "Physical Address Line 1": "150 SCHOOL ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRISCO", + "Physical Address State": "CO ", + "Physical Address Zip": "80443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602250", + "School District Name": "MOUNTAIN HOME DISTRICT", + "Physical Address Line 1": "470 NORTH 3RD EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNTAIN HOME", + "Physical Address State": "ID ", + "Physical Address Zip": "83647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14869316933889742", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204500", + "School District Name": "Burgettstown Area SD", + "Physical Address Line 1": "100 Bavington Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burgettstown", + "Physical Address State": "PA ", + "Physical Address Zip": "15021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10846153846153846", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800291", + "School District Name": "Durango 9-R AU", + "Physical Address Line 1": "201 EAST 12TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DURANGO", + "Physical Address State": "CO ", + "Physical Address Zip": "81301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600139", + "School District Name": "MOUNTAIN VIEW SCHOOL DISTRICT", + "Physical Address Line 1": "714 JEFFERSON STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANGEVILLE", + "Physical Address State": "ID ", + "Physical Address Zip": "83530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1636017755231452", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800292", + "School District Name": "Colorado River BOCES", + "Physical Address Line 1": "460 STONE QUARRY ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARACHUTE", + "Physical Address State": "CO ", + "Physical Address Zip": "81635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100780", + "School District Name": "Burgin Independent", + "Physical Address Line 1": "140 Burgin/Danville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burgin", + "Physical Address State": "KY ", + "Physical Address Zip": "40310", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13675213675213677", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800293", + "School District Name": "Colorado River BOCES AU", + "Physical Address Line 1": "460 STONE QUARRY ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARACHUTE", + "Physical Address State": "CO ", + "Physical Address Zip": "81635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602280", + "School District Name": "MULLAN DISTRICT", + "Physical Address Line 1": "345 PARK AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MULLAN", + "Physical Address State": "ID ", + "Physical Address Zip": "83846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25892857142857145", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800294", + "School District Name": "Education reEnvisioned BOCES AU", + "Physical Address Line 1": "430 BEACON LITE ROAD SUITE 135", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONUMENT", + "Physical Address State": "CO ", + "Physical Address Zip": "80132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812120", + "School District Name": "BURKBURNETT ISD", + "Physical Address Line 1": "100 N AVE D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURKBURNETT", + "Physical Address State": "TX ", + "Physical Address Zip": "76354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.13445130920859077", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0800295", + "School District Name": "Roaring Fork School District AU", + "Physical Address Line 1": "400 SOPRIS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARBONDALE", + "Physical Address State": "CO ", + "Physical Address Zip": "81623", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602310", + "School District Name": "MURTAUGH JOINT DISTRICT", + "Physical Address Line 1": "500 WEST BOYD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MURTAUGH", + "Physical Address State": "ID ", + "Physical Address Zip": "83344", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05806451612903226", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3803590", + "School District Name": "BURKE CENTRAL 36", + "Physical Address Line 1": "101 4th Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lignite", + "Physical Address State": "ND ", + "Physical Address Zip": "58752", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15151515151515152", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0801950", + "School District Name": "School District N. 14 in the county of Adams & State of Colo", + "Physical Address Line 1": "5291 EAST 60TH AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COMMERCE CITY", + "Physical Address State": "CO ", + "Physical Address Zip": "80022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17859154929577464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602340", + "School District Name": "NAMPA SCHOOL DISTRICT", + "Physical Address Line 1": "619 SOUTH CANYON STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAMPA", + "Physical Address State": "ID ", + "Physical Address Zip": "83686", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11163684755286116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602370", + "School District Name": "NEW PLYMOUTH DISTRICT", + "Physical Address Line 1": "103 SE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW PLYMOUTH", + "Physical Address State": "ID ", + "Physical Address Zip": "83655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11491228070175438", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700480", + "School District Name": "Burke County Schools", + "Physical Address Line 1": "700 East Parker Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morganton", + "Physical Address State": "NC ", + "Physical Address Zip": "28655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18488540512907897", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602400", + "School District Name": "NEZPERCE JOINT DISTRICT", + "Physical Address Line 1": "615 2ND AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEZPERCE", + "Physical Address State": "ID ", + "Physical Address Zip": "83543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4609512", + "School District Name": "Burke School District 26-2", + "Physical Address Line 1": "900 Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burke", + "Physical Address State": "SD ", + "Physical Address Zip": "57523", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11940298507462686", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802130", + "School District Name": "South Conejos School District No. Re10", + "Physical Address Line 1": "13099 COUNTY ROAD G", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANTONITO", + "Physical Address State": "CO ", + "Physical Address Zip": "81120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23297491039426524", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602430", + "School District Name": "NORTH GEM DISTRICT", + "Physical Address Line 1": "360 SOUTH MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BANCROFT", + "Physical Address State": "ID ", + "Physical Address Zip": "83217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19078947368421054", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812150", + "School District Name": "BURKEVILLE ISD", + "Physical Address Line 1": "231 CR 2099", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURKEVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.28185328185328185", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602460", + "School District Name": "NOTUS DISTRICT", + "Physical Address Line 1": "25260 NOTUS ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALDWELL", + "Physical Address State": "ID ", + "Physical Address Zip": "83607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09917355371900827", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880120", + "School District Name": "BURLEIGH CO SPECIAL ED UNIT", + "Physical Address Line 1": "4007 State St Ste 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bismarck", + "Physical Address State": "ND ", + "Physical Address Zip": "58503", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602490", + "School District Name": "ONEIDA COUNTY DISTRICT", + "Physical Address Line 1": "195 SOUTH 300 EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MALAD", + "Physical Address State": "ID ", + "Physical Address Zip": "83252", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12205567451820129", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802310", + "School District Name": "Weld County School District No. Re-9", + "Physical Address Line 1": "210 W. 1ST STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AULT", + "Physical Address State": "CO ", + "Physical Address Zip": "80610", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12412831241283125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812180", + "School District Name": "BURLESON ISD", + "Physical Address Line 1": "1160 S W WILSHIRE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURLESON", + "Physical Address State": "TX ", + "Physical Address Zip": "76028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08298413648608201", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602520", + "School District Name": "OROFINO JOINT DISTRICT", + "Physical Address Line 1": "1051 MICHIGAN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OROFINO", + "Physical Address State": "ID ", + "Physical Address Zip": "83544", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19468186134852802", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802370", + "School District Name": "Platte Canyon School District No. 1 of the county of Park", + "Physical Address Line 1": "57393 US HIGHWAY 285", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAILEY", + "Physical Address State": "CO ", + "Physical Address Zip": "80421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08063241106719368", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004260", + "School District Name": "Burlingame Public School", + "Physical Address Line 1": "100 Bloomquist Dr.; Suite A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlingame", + "Physical Address State": "KS ", + "Physical Address Zip": "66413", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10631229235880399", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4005910", + "School District Name": "BURLINGTON", + "Physical Address Line 1": "401 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "OK ", + "Physical Address Zip": "73722", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004290", + "School District Name": "Burlington", + "Physical Address Line 1": "301 Neosho Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "KS ", + "Physical Address Zip": "66839", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1130952380952381", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503240", + "School District Name": "Burlington", + "Physical Address Line 1": "123 Cambridge Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "MA ", + "Physical Address Zip": "01803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04740292486132123", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501890", + "School District Name": "Burlington Area School District", + "Physical Address Line 1": "209 Wainwright Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "WI ", + "Physical Address Zip": "53105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09246487867177522", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402430", + "School District Name": "Burlington City Public School District", + "Physical Address Line 1": "550 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "NJ ", + "Physical Address Zip": "08016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2004034969737727", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802550", + "School District Name": "School District No. Re-10 in the county of Weld and State o", + "Physical Address Line 1": "515 LESLIE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRIGGSDALE", + "Physical Address State": "CO ", + "Physical Address Zip": "80611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13609467455621302", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400800", + "School District Name": "BURLINGTON CO JDC", + "Physical Address Line 1": "620 PEMBERTON BROWNS MILLS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MT HOLLY", + "Physical Address State": "NJ ", + "Physical Address Zip": "08060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802580", + "School District Name": "School District 27J", + "Physical Address Line 1": "18551 EAST 160TH AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRIGHTON", + "Physical Address State": "CO ", + "Physical Address Zip": "80601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06910751051830633", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1905790", + "School District Name": "Burlington Comm School District", + "Physical Address Line 1": "1429 West Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "IA ", + "Physical Address Zip": "52601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20311486048020766", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0802610", + "School District Name": "School District No. Re-2 Brush", + "Physical Address Line 1": "527 INDUSTRIAL PARK ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRUSH", + "Physical Address State": "CO ", + "Physical Address Zip": "80723", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.150392017106201", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402490", + "School District Name": "Burlington County Institute of Technology School District", + "Physical Address Line 1": "2 Academy Drive", + "Physical Address Line 2": "Suite 111", + "Physical Address Line 3": "", + "Physical Address City": "Westampton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402440", + "School District Name": "Burlington County Special Services School District", + "Physical Address Line 1": "20 PIONEER BLVD.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTAMPTON", + "Physical Address State": "NJ ", + "Physical Address Zip": "08060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314834", + "School District Name": "Burlington Public Schools", + "Physical Address Line 1": "1523 Long Ridge Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "ME ", + "Physical Address Zip": "04417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2542372881355932", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5002820", + "School District Name": "Burlington School District", + "Physical Address Line 1": "150 Colchester Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "VT ", + "Physical Address Zip": "05401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099915", + "School District Name": "Burlington Supervisory District", + "Physical Address Line 1": "150 Colchester Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "VT ", + "Physical Address Zip": "05401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "13", + "Percent of Students in Poverty": "0.13399948757366129", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402460", + "School District Name": "Burlington Township School District", + "Physical Address Line 1": "710 Jacksonville Road", + "Physical Address Line 2": "Hopkins Building", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "NJ ", + "Physical Address Zip": "08016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07682682682682683", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300780", + "School District Name": "Burlington-Edison School District", + "Physical Address Line 1": "927 E FAIRHAVEN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURLINGTON", + "Physical Address State": "WA ", + "Physical Address Zip": "98233", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.13153009811721028", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812220", + "School District Name": "BURNET CISD", + "Physical Address Line 1": "208 E BRIER LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURNET", + "Physical Address State": "TX ", + "Physical Address Zip": "78611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14012422360248447", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1707860", + "School District Name": "Burnham SD 154-5", + "Physical Address Line 1": "13945 S Green Bay Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burnham", + "Physical Address State": "IL ", + "Physical Address Zip": "60633", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.292817679558011", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800037", + "School District Name": "BURNHAM WOOD CHARTER SCHOOL DISTRICT", + "Physical Address Line 1": "7310 BISHOP FLORES DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL PASO", + "Physical Address State": "TX ", + "Physical Address Zip": "79912", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000014", + "School District Name": "BURNS FLAT-DILL CITY", + "Physical Address Line 1": "306 South Hwy 44", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burns Flat", + "Physical Address State": "OK ", + "Physical Address Zip": "73624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2641509433962264", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2707290", + "School District Name": "BURNSVILLE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "200 WEST BURNSVILLE PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURNSVILLE", + "Physical Address State": "MN ", + "Physical Address Zip": "55337", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10708527789563003", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803030", + "School District Name": "Plateau Valley School District No. 50 in the county of Mesa", + "Physical Address Line 1": "56600 HIGHWAY 330", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLLBRAN", + "Physical Address State": "CO ", + "Physical Address Zip": "81624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13636363636363635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3605940", + "School District Name": "BURNT HILLS-BALLSTON LAKE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "88 LAKEHILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURNT HILLS", + "Physical Address State": "NY ", + "Physical Address Zip": "12027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.042026482440990214", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101740", + "School District Name": "Burnt River SD 30J", + "Physical Address Line 1": "201 S 1st Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Unity", + "Physical Address State": "OR ", + "Physical Address Zip": "97884", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2607410", + "School District Name": "Burr Oak Community School District", + "Physical Address Line 1": "326 EAST EAGLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURR OAK", + "Physical Address State": "MI ", + "Physical Address Zip": "49030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20270270270270271", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204530", + "School District Name": "Burrell SD", + "Physical Address Line 1": "1021 Puckety Church Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lower Burrell", + "Physical Address State": "PA ", + "Physical Address Zip": "15068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09114997350291468", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400090", + "School District Name": "Burrillville", + "Physical Address Line 1": "2300 Bronco Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisville", + "Physical Address State": "RI ", + "Physical Address Zip": "02830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11259317379364457", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800038", + "School District Name": "Burris Laboratory School", + "Physical Address Line 1": "Dean's Office-Teachers Clg BSU", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muncie", + "Physical Address State": "IN ", + "Physical Address Zip": "47306", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004350", + "School District Name": "Burrton", + "Physical Address Line 1": "105 East Lincoln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burrton", + "Physical Address State": "KS ", + "Physical Address Zip": "67020", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19444444444444445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2607470", + "School District Name": "Burt Township School District", + "Physical Address Line 1": "27 Colwell St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND MARAIS", + "Physical Address State": "MI ", + "Physical Address Zip": "49839", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11764705882352941", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600251", + "School District Name": "Burton Glen Charter Academy", + "Physical Address Line 1": "4171 EAST ATHERTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48519", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803300", + "School District Name": "Upper Rio Grande School District C-7", + "Physical Address Line 1": "950 FRENCH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEL NORTE", + "Physical Address State": "CO ", + "Physical Address Zip": "81132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1873767258382643", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812240", + "School District Name": "BURTON ISD", + "Physical Address Line 1": "701 N RAILROAD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77835", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18480492813141683", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3104640", + "School District Name": "BURWELL PUBLIC SCHOOLS", + "Physical Address Line 1": "190 I ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURWELL", + "Physical Address State": "NE ", + "Physical Address Zip": "68823", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17937219730941703", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803360", + "School District Name": "School District No. 1 in the county of Denver and State of C", + "Physical Address Line 1": "1860 LINCOLN ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DENVER", + "Physical Address State": "CO ", + "Physical Address Zip": "80203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.15203743252379778", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4835570", + "School District Name": "BUSHLAND ISD", + "Physical Address Line 1": "2400 WELLS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUSHLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "79012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10914826498422713", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1707950", + "School District Name": "Bushnell Prairie City CUSD 170", + "Physical Address Line 1": "845 Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bushnell", + "Physical Address State": "IL ", + "Physical Address Zip": "61422", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1892744479495268", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601017", + "School District Name": "BUSHWICK ASCEND CHARTER SCHOOL", + "Physical Address Line 1": "751 KNICKERBOCKER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204590", + "School District Name": "Butler Area SD", + "Physical Address Line 1": "110 Campus Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Butler", + "Physical Address State": "PA ", + "Physical Address Zip": "16001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14673764673764675", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000354", + "School District Name": "Butler Co Special Education Interlocal", + "Physical Address Line 1": "1266 SE Bluestem Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Dorado", + "Physical Address State": "KS ", + "Physical Address Zip": "67042", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100810", + "School District Name": "Butler County", + "Physical Address Line 1": "203 N Tyler St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morgantown", + "Physical Address State": "KY ", + "Physical Address Zip": "42261", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2140096618357488", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280520", + "School District Name": "Butler County AVTS", + "Physical Address Line 1": "210 Campus Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Butler", + "Physical Address State": "PA ", + "Physical Address Zip": "16001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803600", + "School District Name": "Weld County School District No. Re-2", + "Physical Address Line 1": "211 1ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EATON", + "Physical Address State": "CO ", + "Physical Address Zip": "80615", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09469850263051396", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402520", + "School District Name": "Butler Public School District", + "Physical Address Line 1": "38 Bartholdi Ave", + "Physical Address Line 2": "HS Annex", + "Physical Address Line 3": "", + "Physical Address City": "Butler", + "Physical Address State": "NJ ", + "Physical Address Zip": "07405", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07339449541284404", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2906360", + "School District Name": "BUTLER R-V", + "Physical Address Line 1": "420 S FULTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUTLER", + "Physical Address State": "MO ", + "Physical Address Zip": "64730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2166172106824926", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1707980", + "School District Name": "Butler SD 53", + "Physical Address Line 1": "2801 York Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Brook", + "Physical Address State": "IL ", + "Physical Address Zip": "60523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04365904365904366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905088", + "School District Name": "Butler Technology & Career Development Schools", + "Physical Address Line 1": "3603 Hamilton Middletown Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton", + "Physical Address State": "OH ", + "Physical Address Zip": "45011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006000", + "School District Name": "BUTNER", + "Physical Address Line 1": "Hwy 56 and Yahola", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cromwell", + "Physical Address State": "OK ", + "Physical Address Zip": "74837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26605504587155965", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803840", + "School District Name": "Park County School District No. Re-2", + "Physical Address Line 1": "640 HATHAWAY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAIRPLAY", + "Physical Address State": "CO ", + "Physical Address Zip": "80440", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13434903047091412", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3005280", + "School District Name": "Butte Elem", + "Physical Address Line 1": "111 North Montana", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Butte", + "Physical Address State": "MT ", + "Physical Address Zip": "59701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16720635855166324", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803930", + "School District Name": "School District No. Re-3 Frenchman", + "Physical Address Line 1": "506 NORTH FREMONT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLEMING", + "Physical Address State": "CO ", + "Physical Address Zip": "80728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1393939393939394", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4102580", + "School District Name": "Butte Falls SD 91", + "Physical Address Line 1": "720 Laurel Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Butte Falls", + "Physical Address State": "OR ", + "Physical Address Zip": "97522", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14871794871794872", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1703870", + "School District Name": "CHSD 117", + "Physical Address Line 1": "1625 Deep Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Villa", + "Physical Address State": "IL ", + "Physical Address Zip": "60046", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.053297546012269936", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0803990", + "School District Name": "Poudre School District R-1", + "Physical Address Line 1": "2407 LAPORTE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT COLLINS", + "Physical Address State": "CO ", + "Physical Address Zip": "80521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.09105021384444796", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3005310", + "School District Name": "Butte H S", + "Physical Address Line 1": "111 North Montana", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Butte", + "Physical Address State": "MT ", + "Physical Address Zip": "59701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12144846796657381", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804020", + "School District Name": "Weld re-8 schools", + "Physical Address Line 1": "200 S FULTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT LUPTON", + "Physical Address State": "CO ", + "Physical Address Zip": "80621", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14145314145314145", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2707320", + "School District Name": "BUTTERFIELD PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "440 HUBBARD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUTTERFIELD", + "Physical Address State": "MN ", + "Physical Address Zip": "56120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12264150943396226", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804050", + "School District Name": "School District No. Re-3 Fort Morgan", + "Physical Address Line 1": "715 W. PLATTE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT MORGAN", + "Physical Address State": "CO ", + "Physical Address Zip": "80701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15058611361587015", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501920", + "School District Name": "Butternut School District", + "Physical Address Line 1": "312 W Wisconsin St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Butternut", + "Physical Address State": "WI ", + "Physical Address Zip": "54514", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15757575757575756", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006060", + "School District Name": "BYNG", + "Physical Address Line 1": "214 Stokes Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ada", + "Physical Address State": "OK ", + "Physical Address Zip": "74820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1224739742804654", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3005330", + "School District Name": "Bynum Elem", + "Physical Address Line 1": "210 Central Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bynum", + "Physical Address State": "MT ", + "Physical Address Zip": "59419", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804140", + "School District Name": "Sierra Grande School District No. R-30", + "Physical Address Line 1": "17523 HIGHWAY 160", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLANCA", + "Physical Address State": "CO ", + "Physical Address Zip": "81123", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3118279569892473", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812360", + "School District Name": "BYNUM ISD", + "Physical Address Line 1": "704 TOLIVER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BYNUM", + "Physical Address State": "TX ", + "Physical Address Zip": "76631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1456953642384106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804200", + "School District Name": "Weld County Reorganized School District No. Re-1", + "Physical Address Line 1": "14827 COUNTY ROAD 42", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILCREST", + "Physical Address State": "CO ", + "Physical Address Zip": "80623", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11561264822134387", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606060", + "School District Name": "BYRAM HILLS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "10 TRIPP LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARMONK", + "Physical Address State": "NY ", + "Physical Address Zip": "10504", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.039919354838709675", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402550", + "School District Name": "Byram Township School District", + "Physical Address Line 1": "12 Mansfield Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanhope", + "Physical Address State": "NJ ", + "Physical Address Zip": "07874", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05074971164936563", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804260", + "School District Name": "Roaring Fork School District No. Re-1", + "Physical Address Line 1": "400 SOPRIS AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARBONDALE", + "Physical Address State": "CO ", + "Physical Address Zip": "81623", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09204545454545454", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2607530", + "School District Name": "Byron Area Schools", + "Physical Address Line 1": "312 WEST MAPLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BYRON", + "Physical Address State": "MI ", + "Physical Address Zip": "48418", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09598432908912831", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600096", + "School District Name": "Byron Center Charter School", + "Physical Address Line 1": "9930 BURLINGAME AVE SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BYRON CENTER", + "Physical Address State": "MI ", + "Physical Address Zip": "49315", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2607560", + "School District Name": "Byron Center Public Schools", + "Physical Address Line 1": "8542 BYRON CENTER AVE SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BYRON CENTER", + "Physical Address State": "MI ", + "Physical Address Zip": "49315", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04827226949123112", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708010", + "School District Name": "Byron CUSD 226", + "Physical Address Line 1": "696 N Colfax St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Byron", + "Physical Address State": "IL ", + "Physical Address Zip": "61010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0572987721691678", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2707350", + "School District Name": "BYRON PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "630 1ST AVE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BYRON", + "Physical Address State": "MN ", + "Physical Address Zip": "55920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.036011080332409975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314835", + "School District Name": "Byron Public Schools", + "Physical Address Line 1": "1 Byron Village Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Byron", + "Physical Address State": "ME ", + "Physical Address Zip": "04275", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804440", + "School District Name": "School District No. Re-12 in the county of Weld and State of", + "Physical Address Line 1": "19 CHATOGA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GROVER", + "Physical Address State": "CO ", + "Physical Address Zip": "80729", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19101123595505617", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606090", + "School District Name": "BYRON-BERGEN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "6917 W BERGEN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BERGEN", + "Physical Address State": "NY ", + "Physical Address Zip": "14416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06299212598425197", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801060", + "School District Name": "C A Beard Memorial School Corp", + "Physical Address Line 1": "8139 W US 40", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Knightstown", + "Physical Address State": "IN ", + "Physical Address Zip": "46148", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1905120481927711", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500580", + "School District Name": "C.A.S.E. Concord Area SPED Collaborative", + "Physical Address Line 1": "120 Meriam Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concord", + "Physical Address State": "MA ", + "Physical Address Zip": "01742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680920", + "School District Name": "C.O.O.R. ISD", + "Physical Address Line 1": "11051 NORTH CUT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSCOMMON", + "Physical Address State": "MI ", + "Physical Address Zip": "48653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900074", + "School District Name": "C.S. Lewis Academy", + "Physical Address Line 1": "354 N SR-198", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTAQUIN", + "Physical Address State": "UT ", + "Physical Address Zip": "84655", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700347", + "School District Name": "Cabarrus Charter Academy", + "Physical Address Line 1": "355 Poplar Crossing Dr NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concord", + "Physical Address State": "NC ", + "Physical Address Zip": "28027", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700530", + "School District Name": "Cabarrus County Schools", + "Physical Address Line 1": "4401 Old Airport Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concord", + "Physical Address State": "NC ", + "Physical Address Zip": "28025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.11016040112754759", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400180", + "School District Name": "CABELL COUNTY SCHOOLS", + "Physical Address Line 1": "2850 5TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUNTINGTON", + "Physical Address State": "WV ", + "Physical Address Zip": "25702", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.22030918015971865", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000074", + "School District Name": "Cabinet Mountain Cooperative", + "Physical Address Line 1": "307 3rd Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thompson Falls", + "Physical Address State": "MT ", + "Physical Address Zip": "59873", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804830", + "School District Name": "Weld County School District No. Re-5J", + "Physical Address Line 1": "110 SO CENTENNIAL DR SUITE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILLIKEN", + "Physical Address State": "CO ", + "Physical Address Zip": "80543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06737205787087022", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2906430", + "School District Name": "CABOOL R-IV", + "Physical Address Line 1": "725 MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CABOOL", + "Physical Address State": "MO ", + "Physical Address Zip": "65689", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2936802973977695", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5002850", + "School District Name": "Cabot School District", + "Physical Address Line 1": "25 Common Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cabot", + "Physical Address State": "VT ", + "Physical Address Zip": "05647", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804920", + "School District Name": "Weld County School District RE-3J", + "Physical Address Line 1": "1101 4TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUDSON", + "Physical Address State": "CO ", + "Physical Address Zip": "80642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09815950920245399", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006120", + "School District Name": "CACHE", + "Physical Address Line 1": "102 E H Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cache", + "Physical Address State": "OK ", + "Physical Address Zip": "73527", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1483050847457627", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0804950", + "School District Name": "Weld County School District No. Re-7", + "Physical Address Line 1": "501 CLARK STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KERSEY", + "Physical Address State": "CO ", + "Physical Address Zip": "80644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10754912099276112", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900120", + "School District Name": "Cache District", + "Physical Address Line 1": "84 East 2400 North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Logan", + "Physical Address State": "UT ", + "Physical Address Zip": "84341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.06148203135234269", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006150", + "School District Name": "CADDO", + "Physical Address Line 1": "600 S McPherren St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Caddo", + "Physical Address State": "OK ", + "Physical Address Zip": "74729", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1315240083507307", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805010", + "School District Name": "School District No. C-2 in the county of Elbert and State of", + "Physical Address Line 1": "525 COMANCHE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KIOWA", + "Physical Address State": "CO ", + "Physical Address Zip": "80117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06990291262135923", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812390", + "School District Name": "CADDO MILLS ISD", + "Physical Address Line 1": "100 FOX LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CADDO MILLS", + "Physical Address State": "TX ", + "Physical Address Zip": "75135", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08627858627858628", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200300", + "School District Name": "Caddo Parish", + "Physical Address Line 1": "1961 Midway Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shreveport", + "Physical Address State": "LA ", + "Physical Address Zip": "71108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.2975542132884444", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0805070", + "School District Name": "West Grand School District No. 1", + "Physical Address Line 1": "715 KINSEY AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KREMMLING", + "Physical Address State": "CO ", + "Physical Address Zip": "80459", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11450381679389313", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000051", + "School District Name": "CADDO-KIOWA TECHNOLOGY CENTER", + "Physical Address Line 1": "100 Career Tech Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Cobb", + "Physical Address State": "OK ", + "Physical Address Zip": "73038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2607590", + "School District Name": "Cadillac Area Public Schools", + "Physical Address Line 1": "421 SOUTH MITCHELL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CADILLAC", + "Physical Address State": "MI ", + "Physical Address Zip": "49601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16746546377220187", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502040", + "School District Name": "Cadott Community School District", + "Physical Address Line 1": "426 Myrtle St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cadott", + "Physical Address State": "WI ", + "Physical Address Zip": "54727", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15646940822467403", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708040", + "School District Name": "Cahokia CUSD 187", + "Physical Address Line 1": "1700 Jerome Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cahokia", + "Physical Address State": "IL ", + "Physical Address Zip": "62206", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.41419239904988125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2906450", + "School District Name": "CAINSVILLE R-I", + "Physical Address Line 1": "1308 DEPOT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAINSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "64632", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708070", + "School District Name": "Cairo USD 1", + "Physical Address Line 1": "4201 Sycamore St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cairo", + "Physical Address State": "IL ", + "Physical Address Zip": "62914", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.45901639344262296", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606160", + "School District Name": "CAIRO-DURHAM CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "424 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAIRO", + "Physical Address State": "NY ", + "Physical Address Zip": "12413", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1827782290820471", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805370", + "School District Name": "St. Vrain Valley School District No. Re1J", + "Physical Address Line 1": "395 SOUTH PRATT PARKWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONGMONT", + "Physical Address State": "CO ", + "Physical Address Zip": "80501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.07476328444696675", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1905970", + "School District Name": "CAL Comm School District", + "Physical Address Line 1": "1441 Gull Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Latimer", + "Physical Address State": "IA ", + "Physical Address Zip": "50452", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16929133858267717", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805400", + "School District Name": "Thompson School District R-2J", + "Physical Address Line 1": "800 SOUTH TAFT AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOVELAND", + "Physical Address State": "CO ", + "Physical Address Zip": "80537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09181987192728774", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2303870", + "School District Name": "Calais Public Schools", + "Physical Address Line 1": "32 Blue Devil Hill", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calais", + "Physical Address State": "ME ", + "Physical Address Zip": "04619", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17180616740088106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812420", + "School District Name": "CALALLEN ISD", + "Physical Address Line 1": "4205 WILDCAT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORPUS CHRISTI", + "Physical Address State": "TX ", + "Physical Address Zip": "78410", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.16444648598989434", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1906000", + "School District Name": "Calamus-Wheatland Comm School District", + "Physical Address Line 1": "110 E Park Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wheatland", + "Physical Address State": "IA ", + "Physical Address Zip": "52777", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09382716049382717", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200330", + "School District Name": "Calcasieu Parish", + "Physical Address Line 1": "3310 Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Charles", + "Physical Address State": "LA ", + "Physical Address Zip": "70615", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.23098269670257918", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2004380", + "School District Name": "Caldwell", + "Physical Address Line 1": "22 N. Webb St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Caldwell", + "Physical Address State": "KS ", + "Physical Address Zip": "67022", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21495327102803738", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100840", + "School District Name": "Caldwell County", + "Physical Address Line 1": "612 West Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Princeton", + "Physical Address State": "KY ", + "Physical Address Zip": "42445", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22201492537313433", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805640", + "School District Name": "School District No. Re-4 Buffalo", + "Physical Address Line 1": "315 LEE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERINO", + "Physical Address State": "CO ", + "Physical Address Zip": "80741", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14545454545454545", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700580", + "School District Name": "Caldwell County Schools", + "Physical Address Line 1": "1914 Hickory Boulevard SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lenoir", + "Physical Address State": "NC ", + "Physical Address Zip": "28645", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.19795051237190703", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904525", + "School District Name": "Caldwell Exempted Village", + "Physical Address Line 1": "516 Fairground St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Caldwell", + "Physical Address State": "OH ", + "Physical Address Zip": "43724", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1655328798185941", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812460", + "School District Name": "CALDWELL ISD", + "Physical Address Line 1": "203 N GRAY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALDWELL", + "Physical Address State": "TX ", + "Physical Address Zip": "77836", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17259174311926606", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200360", + "School District Name": "Caldwell Parish", + "Physical Address Line 1": "7112 HWY 165", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "LA ", + "Physical Address Zip": "71418", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30716934487021014", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402580", + "School District Name": "Caldwell-West School District", + "Physical Address Line 1": "104 GRAY STREET", + "Physical Address Line 2": "HARRISON SCHOOL", + "Physical Address Line 3": "", + "Physical Address City": "WEST CALDWELL", + "Physical Address State": "NJ ", + "Physical Address Zip": "07006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04377212745413582", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099909", + "School District Name": "Caledonia Central Supervisory Union", + "Physical Address Line 1": "US Route 2 West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "VT ", + "Physical Address Zip": "05828", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09858287122612445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2607620", + "School District Name": "Caledonia Community Schools", + "Physical Address Line 1": "8948 KRAFT AVE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALEDONIA", + "Physical Address State": "MI ", + "Physical Address Zip": "49316", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04512504530627039", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805850", + "School District Name": "West End School District No. Re-2", + "Physical Address Line 1": "225 WEST 4TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NUCLA", + "Physical Address State": "CO ", + "Physical Address Zip": "81424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27705627705627706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000412", + "School District Name": "Caledonia Cooperative Unified School District", + "Physical Address Line 1": "US Route 2 West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "VT ", + "Physical Address Zip": "05828", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2707380", + "School District Name": "CALEDONIA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "511 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALEDONIA", + "Physical Address State": "MN ", + "Physical Address Zip": "55921", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0717896865520728", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0805910", + "School District Name": "South Routt School District No. Re 3", + "Physical Address Line 1": "305 SOUTH GRANT STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OAK CREEK", + "Physical Address State": "CO ", + "Physical Address Zip": "80467", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08312342569269521", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606180", + "School District Name": "CALEDONIA-MUMFORD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "99 NORTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALEDONIA", + "Physical Address State": "NY ", + "Physical Address Zip": "14423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08430913348946135", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006180", + "School District Name": "CALERA", + "Physical Address Line 1": "308 West Smiser", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calera", + "Physical Address State": "OK ", + "Physical Address Zip": "74730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17852975495915985", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718180", + "School District Name": "Calhoun CUSD 40", + "Physical Address Line 1": "101 Calhoun Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hardin", + "Physical Address State": "IL ", + "Physical Address Zip": "62047", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.126", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806000", + "School District Name": "Revere School District", + "Physical Address Line 1": "500 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OVID", + "Physical Address State": "CO ", + "Physical Address Zip": "80744", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741520", + "School District Name": "Calumet City SD 155", + "Physical Address Line 1": "540 Superior Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calumet City", + "Physical Address State": "IL ", + "Physical Address Zip": "60409", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.29731925264013", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806030", + "School District Name": "School District No. Re-5 Plateau", + "Physical Address Line 1": "311 COLEMAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEETZ", + "Physical Address State": "CO ", + "Physical Address Zip": "80747", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16326530612244897", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708130", + "School District Name": "Calumet Public SD 132", + "Physical Address Line 1": "1440 W Vermont Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calumet Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.27661596958174905", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806060", + "School District Name": "Peyton School District No. 23 in the county of El Paso and", + "Physical Address Line 1": "18320 MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEYTON", + "Physical Address State": "CO ", + "Physical Address Zip": "80831", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08816120906801007", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708160", + "School District Name": "Cambridge CUSD 227", + "Physical Address Line 1": "300 S West St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cambridge", + "Physical Address State": "IL ", + "Physical Address Zip": "61238", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11358574610244988", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806090", + "School District Name": "Pritchett School District No. Re-3", + "Physical Address Line 1": "533 IRVING STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRITCHETT", + "Physical Address State": "CO ", + "Physical Address Zip": "81064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.35185185185185186", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501250", + "School District Name": "Calhoun 01", + "Physical Address Line 1": "125 Herlong Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. Matthews", + "Physical Address State": "SC ", + "Physical Address Zip": "29135", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23693209574987786", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806120", + "School District Name": "Pueblo School District No. 60 in the county of Pueblo and", + "Physical Address Line 1": "315 WEST 11TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PUEBLO", + "Physical Address State": "CO ", + "Physical Address Zip": "81003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.2035565645100265", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708220", + "School District Name": "Central CUSD 3", + "Physical Address Line 1": "2110 Highway 94 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camp Point", + "Physical Address State": "IL ", + "Physical Address Zip": "62320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12671594508975711", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806150", + "School District Name": "Pueblo County School District 70", + "Physical Address Line 1": "301 LANE 28", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PUEBLO", + "Physical Address State": "CO ", + "Physical Address Zip": "81001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11588204862907397", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708280", + "School District Name": "Canton Union SD 66", + "Physical Address Line 1": "20 W Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "IL ", + "Physical Address Zip": "61520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.194043321299639", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806180", + "School District Name": "Rangely School District RE4", + "Physical Address Line 1": "402 WEST MAIN ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RANGELY", + "Physical Address State": "CO ", + "Physical Address Zip": "81648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11642411642411643", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800870", + "School District Name": "CALHOUN CO SCHOOL DIST", + "Physical Address Line 1": "119 WEST MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PITTSBORO", + "Physical Address State": "MS ", + "Physical Address Zip": "38951", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3237796686072548", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806210", + "School District Name": "Ridgway School District No. R-2 of the county of Ouray a", + "Physical Address Line 1": "1115 WEST CLINTON STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIDGWAY", + "Physical Address State": "CO ", + "Physical Address Zip": "81432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.05172413793103448", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708310", + "School District Name": "Carbon Cliff-Barstow SD 36", + "Physical Address Line 1": "2002 Eagle Ridge Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Silvis", + "Physical Address State": "IL ", + "Physical Address Zip": "61282", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3055555555555556", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708370", + "School District Name": "Carbondale CHSD 165", + "Physical Address Line 1": "330 S Giant City Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carbondale", + "Physical Address State": "IL ", + "Physical Address Zip": "62902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2404237978810106", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806270", + "School District Name": "Rocky Ford School District No. R2", + "Physical Address Line 1": "601 SOUTH 8TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCKY FORD", + "Physical Address State": "CO ", + "Physical Address Zip": "81067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.27735644637053086", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708340", + "School District Name": "Carbondale ESD 95", + "Physical Address Line 1": "925 S Giant City Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carbondale", + "Physical Address State": "IL ", + "Physical Address Zip": "62902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.35648148148148145", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812480", + "School District Name": "CALHOUN COUNTY ISD", + "Physical Address Line 1": "525 N COMMERCE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT LAVACA", + "Physical Address State": "TX ", + "Physical Address Zip": "77979", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2088607594936709", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806330", + "School District Name": "Salida School District No. R-32", + "Physical Address Line 1": "627 OAK STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALIDA", + "Physical Address State": "CO ", + "Physical Address Zip": "81201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12540453074433658", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708430", + "School District Name": "Carlinville CUSD 1", + "Physical Address Line 1": "829 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carlinville", + "Physical Address State": "IL ", + "Physical Address Zip": "62626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18502202643171806", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400210", + "School District Name": "CALHOUN COUNTY SCHOOLS", + "Physical Address Line 1": "540 ALAN B MOLLOHAN DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MT. ZION", + "Physical Address State": "WV ", + "Physical Address Zip": "26151", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3068181818181818", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806390", + "School District Name": "Sanford School District No. 6 in the county of Conejos and", + "Physical Address Line 1": "755 SECOND STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANFORD", + "Physical Address State": "CO ", + "Physical Address Zip": "81151", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15757575757575756", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708460", + "School District Name": "Carlyle CUSD 1", + "Physical Address Line 1": "1400 13th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carlyle", + "Physical Address State": "IL ", + "Physical Address Zip": "62231", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15996503496503497", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806420", + "School District Name": "Sangre de Cristo School District No. Re-22J", + "Physical Address Line 1": "8751 LANE 7 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOSCA", + "Physical Address State": "CO ", + "Physical Address Zip": "81146", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.195", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708500", + "School District Name": "Carmi-White County CUSD 5", + "Physical Address Line 1": "211 W Robinson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carmi", + "Physical Address State": "IL ", + "Physical Address Zip": "62821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19674355495251017", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806450", + "School District Name": "Sargent School District No. Re-33J", + "Physical Address Line 1": "7090 NORTH COUNTY RD 2 EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTE VISTA", + "Physical Address State": "CO ", + "Physical Address Zip": "81144", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20114942528735633", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680200", + "School District Name": "Calhoun Intermediate School District", + "Physical Address Line 1": "17111 G DR N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARSHALL", + "Physical Address State": "MI ", + "Physical Address Zip": "49068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806480", + "School District Name": "School District No. 3 in the county of El Paso and State of", + "Physical Address Line 1": "1820 MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLORADO SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "80911", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10120502233083341", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708580", + "School District Name": "Carrier Mills-Stonefort CUSD 2", + "Physical Address Line 1": "7071 US 45 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carrier Mills", + "Physical Address State": "IL ", + "Physical Address Zip": "62917", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2576112412177986", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2906480", + "School District Name": "CALHOUN R-VIII", + "Physical Address Line 1": "409 S COLLEGE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALHOUN", + "Physical Address State": "MO ", + "Physical Address Zip": "65323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22289156626506024", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806540", + "School District Name": "Sheridan School District No. 2", + "Physical Address Line 1": "4150 SOUTH HAZEL COURT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ENGLEWOOD", + "Physical Address State": "CO ", + "Physical Address Zip": "80110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1905132192846034", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708610", + "School District Name": "Carrollton CUSD 1", + "Physical Address Line 1": "950A 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carrollton", + "Physical Address State": "IL ", + "Physical Address Zip": "62016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15532544378698224", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806570", + "School District Name": "Silverton School District No. 1 in the county of San Juan", + "Physical Address Line 1": "1160 SNOWDEN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SILVERTON", + "Physical Address State": "CO ", + "Physical Address Zip": "81433", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21518987341772153", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700169", + "School District Name": "Calhoun/Greene/Jersy/Macoupin ROE", + "Physical Address Line 1": "225 E. Nicholas Street", + "Physical Address Line 2": "Regional Office of Education #40", + "Physical Address Line 3": "", + "Physical Address City": "Carlinville", + "Physical Address State": "IL ", + "Physical Address Zip": "62626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708640", + "School District Name": "Carterville CUSD 5", + "Physical Address Line 1": "306 Virginia Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carterville", + "Physical Address State": "IL ", + "Physical Address Zip": "62918", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.13757074444928166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806630", + "School District Name": "Springfield School District No. Re-4", + "Physical Address Line 1": "389 TIPTON STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGFIELD", + "Physical Address State": "CO ", + "Physical Address Zip": "81073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22033898305084745", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806660", + "School District Name": "Steamboat Springs School District No. Re 2", + "Physical Address Line 1": "325 7TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEAMBOAT SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "80487", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.055219669488109635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701385", + "School District Name": "Carthage ESD 317", + "Physical Address Line 1": "210 S Adams St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carthage", + "Physical Address State": "IL ", + "Physical Address Zip": "62321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13901345291479822", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806690", + "School District Name": "School District No. Re-1 Valley", + "Physical Address Line 1": "301 HAGEN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STERLING", + "Physical Address State": "CO ", + "Physical Address Zip": "80751", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17739204064352243", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806720", + "School District Name": "School District No. Re-11 in the county of Weld and State of", + "Physical Address Line 1": "42315 WCR 133", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW RAYMER", + "Physical Address State": "CO ", + "Physical Address Zip": "80742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07476635514018691", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708730", + "School District Name": "Cary CCSD 26", + "Physical Address Line 1": "2115 Crystal Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cary", + "Physical Address State": "IL ", + "Physical Address Zip": "60013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.048453224002981736", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806750", + "School District Name": "Strasburg School District 31J", + "Physical Address Line 1": "56729 EAST COLORADO AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STRASBURG", + "Physical Address State": "CO ", + "Physical Address Zip": "80136", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.063915857605178", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806780", + "School District Name": "School District No. R-4 in the county of Kit Carson and Stat", + "Physical Address Line 1": "219 ILLINOIS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STRATTON", + "Physical Address State": "CO ", + "Physical Address Zip": "80836", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1323529411764706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700002", + "School District Name": "Casey-Westfield CUSD 4C", + "Physical Address Line 1": "502 E Delaware Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Casey", + "Physical Address State": "IL ", + "Physical Address Zip": "62420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15455594002306805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806810", + "School District Name": "Summit School District No. Re 1", + "Physical Address Line 1": "0150 SCHOOL ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRISCO", + "Physical Address State": "CO ", + "Physical Address Zip": "80443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06203267792855165", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708790", + "School District Name": "Cass SD 63", + "Physical Address Line 1": "8502 Bailey Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Darien", + "Physical Address State": "IL ", + "Physical Address Zip": "60561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07021791767554479", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806840", + "School District Name": "Swink School District No. 33 in the county of Otero and St", + "Physical Address Line 1": "610 COLUMBIA AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SWINK", + "Physical Address State": "CO ", + "Physical Address Zip": "81077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2548262548262548", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708970", + "School District Name": "Center Cass SD 66", + "Physical Address Line 1": "699 Plainfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Downers Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "60516", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.050397877984084884", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806870", + "School District Name": "Telluride School District No. R-1", + "Physical Address Line 1": "725 WEST COLORADO AVE.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TELLURIDE", + "Physical Address State": "CO ", + "Physical Address Zip": "81435", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07134502923976609", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402610", + "School District Name": "Califon Borough School District", + "Physical Address Line 1": "6 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Califon", + "Physical Address State": "NJ ", + "Physical Address Zip": "07830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.027522935779816515", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709100", + "School District Name": "Central A & M CUD 21", + "Physical Address Line 1": "406 E Colegrove", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Assumption", + "Physical Address State": "IL ", + "Physical Address Zip": "62510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11710526315789474", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204710", + "School District Name": "California Area SD", + "Physical Address Line 1": "11 Trojan Way Suite 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coal Center", + "Physical Address State": "PA ", + "Physical Address Zip": "15423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1330232558139535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806960", + "School District Name": "Trinidad School District 1 in the county of Las Animas and", + "Physical Address Line 1": "612 PARK STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRINIDAD", + "Physical Address State": "CO ", + "Physical Address Zip": "81082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2754029432375613", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709180", + "School District Name": "Central City SD 133", + "Physical Address Line 1": "129 Douglas St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centralia", + "Physical Address State": "IL ", + "Physical Address Zip": "62801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.24596774193548387", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0806990", + "School District Name": "Vilas School District Re-5", + "Physical Address Line 1": "202 COLLINGWOOD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VILAS", + "Physical Address State": "CO ", + "Physical Address Zip": "81087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2459016393442623", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704770", + "School District Name": "Central CHSD 71", + "Physical Address Line 1": "7740 Old US Highway 50", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Breese", + "Physical Address State": "IL ", + "Physical Address Zip": "62230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06111696522655427", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0807110", + "School District Name": "Walsh School District No. Re-1", + "Physical Address Line 1": "301 WEST POPLAR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALSH", + "Physical Address State": "CO ", + "Physical Address Zip": "81090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23741007194244604", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1707830", + "School District Name": "Central CUSD 301", + "Physical Address Line 1": "PO Box 396", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "IL ", + "Physical Address Zip": "60109", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03683202043857781", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0807140", + "School District Name": "School District No. Re-20 Weldon Valley", + "Physical Address Line 1": "911 NORTH AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WELDONA", + "Physical Address State": "CO ", + "Physical Address Zip": "80653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16783216783216784", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710410", + "School District Name": "Central CUSD 4", + "Physical Address Line 1": "PO Box 158", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashkum", + "Physical Address State": "IL ", + "Physical Address Zip": "60911", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08483563096500531", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0807230", + "School District Name": "Westminster Public Schools", + "Physical Address Line 1": "6933 RALEIGH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTMINSTER", + "Physical Address State": "CO ", + "Physical Address Zip": "80030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15659920293818863", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0807260", + "School District Name": "Primero Reorganized School District No. 2", + "Physical Address Line 1": "20200 STATE HIGHWAY 12", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTON", + "Physical Address State": "CO ", + "Physical Address Zip": "81091", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30952380952380953", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709170", + "School District Name": "Central SD 104", + "Physical Address Line 1": "309 Hartman Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "O Fallon", + "Physical Address State": "IL ", + "Physical Address Zip": "62269", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1464088397790055", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0807290", + "School District Name": "School District No. Re-50 Wiggins", + "Physical Address Line 1": "404 CHAPMAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WIGGINS", + "Physical Address State": "CO ", + "Physical Address Zip": "80654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12410841654778887", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0807320", + "School District Name": "Wiley School District No. Re-13 Jt", + "Physical Address Line 1": "510 WARD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILEY", + "Physical Address State": "CO ", + "Physical Address Zip": "81092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13989637305699482", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709150", + "School District Name": "Central SD 51", + "Physical Address Line 1": "1301 Eagle Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "IL ", + "Physical Address Zip": "61571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.042582417582417584", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0807350", + "School District Name": "Weld County Reorganized School District No. Re-4", + "Physical Address Line 1": "1020 MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINDSOR", + "Physical Address State": "CO ", + "Physical Address Zip": "80550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05480833893745797", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0807380", + "School District Name": "Woodland Park School District No. Re-2", + "Physical Address Line 1": "155 PANTHER WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODLAND PARK", + "Physical Address State": "CO ", + "Physical Address Zip": "80863", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10360193093204605", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737860", + "School District Name": "Central Stickney SD 110", + "Physical Address Line 1": "5001 S Long Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20108695652173914", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0807410", + "School District Name": "Woodlin School District No. R-104", + "Physical Address Line 1": "15400 CO RD L UNIT 185", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODROW", + "Physical Address State": "CO ", + "Physical Address Zip": "80757", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2441860465116279", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0899080", + "School District Name": "East Central BOCES", + "Physical Address Line 1": "820 2ND STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIMON", + "Physical Address State": "CO ", + "Physical Address Zip": "80828", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709300", + "School District Name": "Centralia HSD 200", + "Physical Address Line 1": "2100 E Calumet St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centralia", + "Physical Address State": "IL ", + "Physical Address Zip": "62801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22056239015817222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0899160", + "School District Name": "Mountain BOCES", + "Physical Address Line 1": "27900 COUNTY RD 319", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUENA VISTA", + "Physical Address State": "CO ", + "Physical Address Zip": "81211", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0899180", + "School District Name": "Northeast BOCES", + "Physical Address Line 1": "301 WEST POWELL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAXTUN", + "Physical Address State": "CO ", + "Physical Address Zip": "80731", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709270", + "School District Name": "Centralia SD 135", + "Physical Address Line 1": "400 S Elm St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centralia", + "Physical Address State": "IL ", + "Physical Address Zip": "62801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22477383437717466", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0899200", + "School District Name": "Centennial BOCES", + "Physical Address Line 1": "2020 CLUBHOUSE DR.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREELEY", + "Physical Address State": "CO ", + "Physical Address Zip": "80634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0899220", + "School District Name": "Northwest Colo BOCES", + "Physical Address Line 1": "325 7TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEAMBOAT SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "80487", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739630", + "School District Name": "Century CUSD 100", + "Physical Address Line 1": "4721 Shawnee College Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ullin", + "Physical Address State": "IL ", + "Physical Address Zip": "62992", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22965116279069767", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0899240", + "School District Name": "Pikes Peak BOCES", + "Physical Address Line 1": "2883 SOUTH CIRCLE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLORADO SPRINGS", + "Physical Address State": "CO ", + "Physical Address Zip": "80906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0899280", + "School District Name": "Rio Blanco BOCES", + "Physical Address Line 1": "402 WEST MAIN STREET STE 219", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RANGELY", + "Physical Address State": "CO ", + "Physical Address Zip": "81648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709330", + "School District Name": "Cerro Gordo CUSD 100", + "Physical Address Line 1": "PO Box 79", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cerro Gordo", + "Physical Address State": "IL ", + "Physical Address Zip": "61818", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11410788381742738", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0899300", + "School District Name": "San Juan boces", + "Physical Address Line 1": "701 CAMINO DEL RIO SUITE 221", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DURANGO", + "Physical Address State": "CO ", + "Physical Address Zip": "81301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0899320", + "School District Name": "San Luis Valley BOCES", + "Physical Address Line 1": "2261 ENTERPRISE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALAMOSA", + "Physical Address State": "CO ", + "Physical Address Zip": "81101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709400", + "School District Name": "Chadwick-Milledgeville CUSD 399", + "Physical Address Line 1": "100 E 8Th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milledgeville", + "Physical Address State": "IL ", + "Physical Address Zip": "61051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11663066954643629", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0899340", + "School District Name": "South Central BOCES", + "Physical Address Line 1": "323 SOUTH PURCELL BOULEVARD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PUEBLO WEST", + "Physical Address State": "CO ", + "Physical Address Zip": "81007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0899400", + "School District Name": "Southeastern BOCES", + "Physical Address Line 1": "703 SOUTH 3RD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAMAR", + "Physical Address State": "CO ", + "Physical Address Zip": "81052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709420", + "School District Name": "Champaign CUSD 4", + "Physical Address Line 1": "502 W Windsor Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Champaign", + "Physical Address State": "IL ", + "Physical Address Zip": "61820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.12842506552299263", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900001", + "School District Name": "Office of Early Childhood (OEC)", + "Physical Address Line 1": "460 Capitol Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "CT ", + "Physical Address Zip": "06106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900002", + "School District Name": "Connecticut Technical Education and Career System", + "Physical Address Line 1": "39 Woodland Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "CT ", + "Physical Address Zip": "06105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709510", + "School District Name": "Chaney-Monge SD 88", + "Physical Address Line 1": "400 Elsie Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crest Hill", + "Physical Address State": "IL ", + "Physical Address Zip": "60403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18674698795180722", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900003", + "School District Name": "Unified School District #1", + "Physical Address Line 1": "24 Wolcott Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wethersfield", + "Physical Address State": "CT ", + "Physical Address Zip": "06109", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900004", + "School District Name": "Unified School District #2", + "Physical Address Line 1": "505 Hudson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "CT ", + "Physical Address Zip": "06106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709540", + "School District Name": "Channahon SD 17", + "Physical Address Line 1": "24920 S Sage St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Channahon", + "Physical Address State": "IL ", + "Physical Address Zip": "60410", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05079605761940864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900005", + "School District Name": "Regional School District 19", + "Physical Address Line 1": "1235 Storrs Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Storrs", + "Physical Address State": "CT ", + "Physical Address Zip": "06268", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0835680751173709", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900007", + "School District Name": "Jumoke Academy District", + "Physical Address Line 1": "999 Asylum Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "CT ", + "Physical Address Zip": "06105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709600", + "School District Name": "Charleston CUSD 1", + "Physical Address Line 1": "410 W Polk Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charleston", + "Physical Address State": "IL ", + "Physical Address Zip": "61920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1745635910224439", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900009", + "School District Name": "Odyssey Community School District", + "Physical Address Line 1": "579 Middle Tpke West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "CT ", + "Physical Address Zip": "06040", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900010", + "School District Name": "Integrated Day Charter School District", + "Physical Address Line 1": "68 Thermos Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norwich", + "Physical Address State": "CT ", + "Physical Address Zip": "06360", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709810", + "School District Name": "Chester CUSD 139", + "Physical Address Line 1": "1940 Swanwick St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chester", + "Physical Address State": "IL ", + "Physical Address Zip": "62233", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16875602700096431", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900011", + "School District Name": "Interdistrict School for Arts and Comm District", + "Physical Address Line 1": "190 Governor Winthrop Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New London", + "Physical Address State": "CT ", + "Physical Address Zip": "06320", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900014", + "School District Name": "Common Ground High School District", + "Physical Address Line 1": "358 Springside Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Haven", + "Physical Address State": "CT ", + "Physical Address Zip": "06515", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900015", + "School District Name": "The Bridge Academy District", + "Physical Address Line 1": "160 Pulaski Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeport", + "Physical Address State": "CT ", + "Physical Address Zip": "06608", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709850", + "School District Name": "Chester-East Lincoln CCSD 61", + "Physical Address Line 1": "1300 1500th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "IL ", + "Physical Address Zip": "62656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13167259786476868", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900016", + "School District Name": "Side By Side Charter School District", + "Physical Address Line 1": "10 Chestnut St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norwalk", + "Physical Address State": "CT ", + "Physical Address Zip": "06854", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900018", + "School District Name": "Explorations District", + "Physical Address Line 1": "71 Spencer St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winsted", + "Physical Address State": "CT ", + "Physical Address Zip": "06098", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709960", + "School District Name": "Chicago Heights SD 170", + "Physical Address Line 1": "30 W 16th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "60411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.30535894843276035", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900026", + "School District Name": "Department of Social Services", + "Physical Address Line 1": "25 Sigourney Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "CT ", + "Physical Address Zip": "06106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709930", + "School District Name": "City of Chicago SD 299", + "Physical Address Line 1": "42 W Madison St 2nd Flr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.226917296674626", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "0900027", + "School District Name": "Department of Mental Health and Addiction Services", + "Physical Address Line 1": "410 Capital Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "CT ", + "Physical Address Zip": "06134", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900028", + "School District Name": "New Beginnings Inc Family Academy District", + "Physical Address Line 1": "184 Garden St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeport", + "Physical Address State": "CT ", + "Physical Address Zip": "06605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709990", + "School District Name": "Chicago Ridge SD 127-5", + "Physical Address Line 1": "6135 108th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago Ridge", + "Physical Address State": "IL ", + "Physical Address Zip": "60415", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3178947368421053", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900033", + "School District Name": "Park City Prep Charter School District", + "Physical Address Line 1": "1550 State Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeport", + "Physical Address State": "CT ", + "Physical Address Zip": "06605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700217", + "School District Name": "Christopher USD 99", + "Physical Address Line 1": "1 Bearcat Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Christopher", + "Physical Address State": "IL ", + "Physical Address Zip": "62822", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.24479166666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710200", + "School District Name": "Cicero SD 99", + "Physical Address Line 1": "5110 W 24th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cicero", + "Physical Address State": "IL ", + "Physical Address Zip": "60804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23859533967837218", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710290", + "School District Name": "Cissna Park CUSD 6", + "Physical Address Line 1": "511 N 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cissna Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60924", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10852713178294573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900207", + "School District Name": "Highville Charter School District", + "Physical Address Line 1": "One Science Park", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Haven", + "Physical Address State": "CT ", + "Physical Address Zip": "06511", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710340", + "School District Name": "Clay City CUSD 10", + "Physical Address Line 1": "PO Box 542", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clay City", + "Physical Address State": "IL ", + "Physical Address Zip": "62824", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20679886685552407", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710440", + "School District Name": "Clinton CUSD 15", + "Physical Address Line 1": "1210 State Route 54W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "IL ", + "Physical Address Zip": "61727", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13537604456824512", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900214", + "School District Name": "Elm City College Preparatory School District", + "Physical Address Line 1": "370 James Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Haven", + "Physical Address State": "CT ", + "Physical Address Zip": "06513", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710530", + "School District Name": "Coal City CUSD 1", + "Physical Address Line 1": "550 S Carbon Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coal City", + "Physical Address State": "IL ", + "Physical Address Zip": "60416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07597923548843795", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710570", + "School District Name": "Cobden SUD 17", + "Physical Address Line 1": "413 N Appleknocker St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cobden", + "Physical Address State": "IL ", + "Physical Address Zip": "62920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21193415637860083", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900216", + "School District Name": "Elm City Montessori School District", + "Physical Address Line 1": "495 Blake Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Haven", + "Physical Address State": "CT ", + "Physical Address Zip": "06515", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710650", + "School District Name": "Collinsville CUSD 10", + "Physical Address Line 1": "201 W Clay St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Collinsville", + "Physical Address State": "IL ", + "Physical Address Zip": "62234", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15638389031705227", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2906540", + "School District Name": "CALLAO C-8", + "Physical Address Line 1": "403 PINE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALLAO", + "Physical Address State": "MO ", + "Physical Address Zip": "63534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18867924528301888", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900219", + "School District Name": "Great Oaks Charter School District", + "Physical Address Line 1": "375 Howard Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeport", + "Physical Address State": "CT ", + "Physical Address Zip": "06605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710690", + "School District Name": "Colona SD 190", + "Physical Address Line 1": "700 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colona", + "Physical Address State": "IL ", + "Physical Address Zip": "61241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15895953757225434", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900220", + "School District Name": "Stamford Charter School for Excellence District", + "Physical Address Line 1": "1 Schuyler Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stamford", + "Physical Address State": "CT ", + "Physical Address Zip": "06902", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100012", + "School District Name": "CALLAWAY PUBLIC SCHOOLS", + "Physical Address Line 1": "101 N NEEDHAM", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALLAWAY", + "Physical Address State": "NE ", + "Physical Address Zip": "68825", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10822510822510822", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900221", + "School District Name": "Capital Preparatory Harbor School District", + "Physical Address Line 1": "777 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeport", + "Physical Address State": "CT ", + "Physical Address Zip": "06604", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710740", + "School District Name": "Columbia CUSD 4", + "Physical Address Line 1": "5 Veterans Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "IL ", + "Physical Address Zip": "62236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04601619088197699", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900222", + "School District Name": "Judicial Centers", + "Physical Address Line 1": "455 Winding Brook Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glastonbury", + "Physical Address State": "CT ", + "Physical Address Zip": "06033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900223", + "School District Name": "Shared Services", + "Physical Address Line 1": "94 Battistoni Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winsted", + "Physical Address State": "CT ", + "Physical Address Zip": "06098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739030", + "School District Name": "CCSD 146", + "Physical Address Line 1": "6611 171st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tinley Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60477", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12451512800620636", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900224", + "School District Name": "Project Oceanology", + "Physical Address Line 1": "1084 Shennecossette Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Groton", + "Physical Address State": "CT ", + "Physical Address Zip": "06340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812510", + "School District Name": "CALLISBURG ISD", + "Physical Address Line 1": "148 DOZIER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALLISBURG", + "Physical Address State": "TX ", + "Physical Address Zip": "76240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16476774758983348", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900225", + "School District Name": "Office of Higher Education", + "Physical Address Line 1": "450 Columbus Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "CT ", + "Physical Address Zip": "06106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735460", + "School District Name": "CCSD 168", + "Physical Address Line 1": "21899 Torrence Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sauk Village", + "Physical Address State": "IL ", + "Physical Address Zip": "60411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3597475455820477", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900226", + "School District Name": "Goodwin University Educational Services (GUES)", + "Physical Address Line 1": "One Riverside Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Hartford", + "Physical Address State": "CT ", + "Physical Address Zip": "06118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100870", + "School District Name": "Calloway County", + "Physical Address Line 1": "2110 College Farm Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Murray", + "Physical Address State": "KY ", + "Physical Address Zip": "42071", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15897572686049613", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900227", + "School District Name": "Department of Aging and Disability Services", + "Physical Address Line 1": "55 Farmington Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "CT ", + "Physical Address Zip": "06105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730510", + "School District Name": "CCSD 180", + "Physical Address Line 1": "15W451 91st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burr Ridge", + "Physical Address State": "IL ", + "Physical Address Zip": "60527", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2211267605633803", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006240", + "School District Name": "CALUMET", + "Physical Address Line 1": "110 N Freehome", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calumet", + "Physical Address State": "OK ", + "Physical Address Zip": "73014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10294117647058823", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731560", + "School District Name": "CCSD 204", + "Physical Address Line 1": "6067 State Route 154", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pinckneyville", + "Physical Address State": "IL ", + "Physical Address Zip": "62274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05434782608695652", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713770", + "School District Name": "Comm Cons SD 59", + "Physical Address Line 1": "1001 Leicester Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elk Grove Vlg", + "Physical Address State": "IL ", + "Physical Address Zip": "60007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1284431137724551", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500049", + "School District Name": "Calumet Co CDEB", + "Physical Address Line 1": "206 Court St", + "Physical Address Line 2": "Rm 202", + "Physical Address Line 3": "", + "Physical Address City": "Chilton", + "Physical Address State": "WI ", + "Physical Address Zip": "53014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710470", + "School District Name": "CCSD 93", + "Physical Address Line 1": "230 Covington Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomingdale", + "Physical Address State": "IL ", + "Physical Address Zip": "60108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09487103468722206", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711370", + "School District Name": "CHSD 155", + "Physical Address Line 1": "1 Virginia Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crystal Lake", + "Physical Address State": "IL ", + "Physical Address Zip": "60014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04030957755562722", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400150", + "School District Name": "Calvert County Public Schools", + "Physical Address Line 1": "1305 Dares Beach Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prince Frederick", + "Physical Address State": "MD ", + "Physical Address Zip": "20678", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06368934348239771", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706540", + "School District Name": "CHSD 218", + "Physical Address Line 1": "10701 Kilpatrick Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Lawn", + "Physical Address State": "IL ", + "Physical Address Zip": "60453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16528132992327366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812540", + "School District Name": "CALVERT ISD", + "Physical Address Line 1": "310 HICKORY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALVERT", + "Physical Address State": "TX ", + "Physical Address Zip": "77837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3409090909090909", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740440", + "School District Name": "CHSD 94", + "Physical Address Line 1": "326 Joliet St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60185", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09586466165413533", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006270", + "School District Name": "CALVIN", + "Physical Address Line 1": "229 THIRD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calvin", + "Physical Address State": "OK ", + "Physical Address Zip": "74531", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2088888888888889", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712570", + "School District Name": "CHSD 99", + "Physical Address Line 1": "6301 Springside Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Downers Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "60516", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05630509084367692", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800124", + "School District Name": "CALVIN NELMS CHARTER SCHOOLS", + "Physical Address Line 1": "20625 CLAY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KATY", + "Physical Address State": "TX ", + "Physical Address Zip": "77449", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900700", + "School District Name": "Capitol Region Education Council", + "Physical Address Line 1": "111 Charter Oak Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "CT ", + "Physical Address Zip": "06106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727990", + "School District Name": "New Berlin CUSD 16", + "Physical Address Line 1": "600 N Cedar St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Berlin", + "Physical Address State": "IL ", + "Physical Address Zip": "62670", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08635917566241413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1905940", + "School District Name": "CAM Comm School District", + "Physical Address Line 1": "1000 Victory Park Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anita", + "Physical Address State": "IA ", + "Physical Address Zip": "50020", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11819887429643527", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1906060", + "School District Name": "Camanche Comm School District", + "Physical Address Line 1": "702 13th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camanche", + "Physical Address State": "IA ", + "Physical Address Zip": "52730", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07549234135667396", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742180", + "School District Name": "CUSD 200", + "Physical Address Line 1": "130 W Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wheaton", + "Physical Address State": "IL ", + "Physical Address Zip": "60189", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06026058631921824", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708550", + "School District Name": "CUSD 300", + "Physical Address Line 1": "2550 Harnish Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Algonquin", + "Physical Address State": "IL ", + "Physical Address Zip": "60102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09038416763678696", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725590", + "School District Name": "CUSD 4", + "Physical Address Line 1": "453 W Collins St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mendon", + "Physical Address State": "IL ", + "Physical Address Zip": "62351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11402359108781127", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300810", + "School District Name": "Camas School District", + "Physical Address Line 1": "841 NE 22nd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMAS", + "Physical Address State": "WA ", + "Physical Address Zip": "98607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04251947708966063", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0900910", + "School District Name": "Cooperative Educational Services", + "Physical Address Line 1": "40 Lindeman Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trumbull", + "Physical Address State": "CT ", + "Physical Address Zip": "06611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708400", + "School District Name": "Cons HSD 230", + "Physical Address Line 1": "15100 S 94th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orland Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1087493290391841", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4102610", + "School District Name": "Camas Valley SD 21J", + "Physical Address Line 1": "197 Main Camas Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camas Valley", + "Physical Address State": "OR ", + "Physical Address Zip": "97416", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1951219512195122", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706510", + "School District Name": "Cook County SD 130", + "Physical Address Line 1": "12300 Greenwood Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blue Island", + "Physical Address State": "IL ", + "Physical Address Zip": "60406", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2155860747365059", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204740", + "School District Name": "Cambria Heights SD", + "Physical Address Line 1": "426 Glendale Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Patton", + "Physical Address State": "PA ", + "Physical Address Zip": "16668", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1284465366509751", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710860", + "School District Name": "Cornell CCSD 426", + "Physical Address Line 1": "300 N 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cornell", + "Physical Address State": "IL ", + "Physical Address Zip": "61319", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17391304347826086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502070", + "School District Name": "Cambria-Friesland School District", + "Physical Address Line 1": "410 E Edgewater St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cambria", + "Physical Address State": "WI ", + "Physical Address Zip": "53923", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11844660194174757", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710980", + "School District Name": "Coulterville USD 1", + "Physical Address Line 1": "PO Box 396", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coulterville", + "Physical Address State": "IL ", + "Physical Address Zip": "62237", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2391304347826087", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711010", + "School District Name": "Country Club Hills SD 160", + "Physical Address Line 1": "4411 185th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Country Club Hills", + "Physical Address State": "IL ", + "Physical Address Zip": "60478", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3309993634627626", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503270", + "School District Name": "Cambridge", + "Physical Address Line 1": "135 Berkshire St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cambridge", + "Physical Address State": "MA ", + "Physical Address Zip": "02141", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.11892510005717553", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700176", + "School District Name": "Cowden-Herrick CUSD 3A", + "Physical Address Line 1": "633 County Highway 22", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cowden", + "Physical Address State": "IL ", + "Physical Address Zip": "62422", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16809116809116809", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711100", + "School District Name": "Crab Orchard CUSD 3", + "Physical Address Line 1": "19189 Bailey St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "IL ", + "Physical Address Zip": "62959", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13023255813953488", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606210", + "School District Name": "CAMBRIDGE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "58 S PARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMBRIDGE", + "Physical Address State": "NY ", + "Physical Address Zip": "12816", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12600229095074456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700323", + "School District Name": "Crescent Iroquois CUSD 249", + "Physical Address Line 1": "PO Box 190", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crescent City", + "Physical Address State": "IL ", + "Physical Address Zip": "60928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12408759124087591", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904369", + "School District Name": "Cambridge City", + "Physical Address Line 1": "518 S 8th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cambridge", + "Physical Address State": "OH ", + "Physical Address Zip": "43725", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24272260273972604", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0901360", + "School District Name": "Eastern Connecticut Regional Educational Service Center (EAS", + "Physical Address Line 1": "376 Hartford Turnpike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "CT ", + "Physical Address Zip": "06247", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711220", + "School District Name": "Creston CCSD 161", + "Physical Address Line 1": "PO Box 37", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Creston", + "Physical Address State": "IL ", + "Physical Address Zip": "60113", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10434782608695652", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711250", + "School District Name": "Crete Monee CUSD 201U", + "Physical Address Line 1": "1500 S Sangamon St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crete", + "Physical Address State": "IL ", + "Physical Address Zip": "60417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19064816574795665", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711290", + "School District Name": "Creve Coeur SD 76", + "Physical Address Line 1": "400 N Highland St", + "Physical Address Line 2": "District Office", + "Physical Address Line 3": "", + "Physical Address City": "Creve Coeur", + "Physical Address State": "IL ", + "Physical Address Zip": "61610", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23734729493891799", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100015", + "School District Name": "CAMBRIDGE PUBLIC SCHOOLS", + "Physical Address Line 1": "1003 NELSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMBRIDGE", + "Physical Address State": "NE ", + "Physical Address Zip": "69022", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10599078341013825", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711350", + "School District Name": "Crystal Lake CCSD 47", + "Physical Address Line 1": "300 Commerce Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crystal Lake", + "Physical Address State": "IL ", + "Physical Address Zip": "60014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05274475082216038", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5002910", + "School District Name": "Cambridge School District", + "Physical Address Line 1": "186 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jeffersonville", + "Physical Address State": "VT ", + "Physical Address Zip": "05464", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739090", + "School District Name": "Cumberland CUSD 77", + "Physical Address Line 1": "1496 Illinois Route 121", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "IL ", + "Physical Address Zip": "62468", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13366336633663367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502100", + "School District Name": "Cambridge School District", + "Physical Address Line 1": "403 Blue Jay Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cambridge", + "Physical Address State": "WI ", + "Physical Address Zip": "53523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08161044613710555", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711520", + "School District Name": "Cypress SD 64", + "Physical Address Line 1": "4580 Mount Pisgah Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cypress", + "Physical Address State": "IL ", + "Physical Address Zip": "62923", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18584070796460178", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2707410", + "School District Name": "CAMBRIDGE-ISANTI PUBLIC SCHOOL DIST", + "Physical Address Line 1": "625A MAIN ST N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMBRIDGE", + "Physical Address State": "MN ", + "Physical Address Zip": "55008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08350444900752908", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711610", + "School District Name": "Dakota CUSD 201", + "Physical Address Line 1": "400 Campus Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dakota", + "Physical Address State": "IL ", + "Physical Address Zip": "61018", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0773881499395405", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606240", + "School District Name": "CAMDEN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "51 THIRD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMDEN", + "Physical Address State": "NY ", + "Physical Address Zip": "13316", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16954022988505746", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701388", + "School District Name": "Dallas ESD 327", + "Physical Address Line 1": "921 Creamery Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dallas City", + "Physical Address State": "IL ", + "Physical Address Zip": "62330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402640", + "School District Name": "Camden City School District", + "Physical Address Line 1": "1033 Cambridge Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "NJ ", + "Physical Address Zip": "08105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.36716557530402244", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711700", + "School District Name": "Dalzell SD 98", + "Physical Address Line 1": "307 Chestnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dalzell", + "Physical Address State": "IL ", + "Physical Address Zip": "61320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14473684210526316", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400802", + "School District Name": "CAMDEN CO JDC", + "Physical Address Line 1": "WOODBURY TURNERSVILLE RD LAKE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLACKWOODLEX", + "Physical Address State": "NJ ", + "Physical Address Zip": "08012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711730", + "School District Name": "Damiansville SD 62", + "Physical Address Line 1": "101 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Damiansville", + "Physical Address State": "IL ", + "Physical Address Zip": "62215", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711790", + "School District Name": "Danville CCSD 118", + "Physical Address Line 1": "110 E Williams St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "IL ", + "Physical Address Zip": "61832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.32034558698966625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3480340", + "School District Name": "Camden County Educational Services Commission", + "Physical Address Line 1": "225 WHITE HORSE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLEMENTON", + "Physical Address State": "NJ ", + "Physical Address Zip": "08021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721450", + "School District Name": "Darien SD 61", + "Physical Address Line 1": "7414 S Cass Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Darien", + "Physical Address State": "IL ", + "Physical Address Zip": "60561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09151636606546426", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700600", + "School District Name": "Camden County Schools", + "Physical Address Line 1": "174 NC Hwy 343 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "NC ", + "Physical Address Zip": "27921", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08782742681047766", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712150", + "School District Name": "DeSoto Cons SD 86", + "Physical Address Line 1": "311 Hurst Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "De Soto", + "Physical Address State": "IL ", + "Physical Address Zip": "62924", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23423423423423423", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402670", + "School District Name": "Camden County Technical School District", + "Physical Address Line 1": "343 Berlin Cross Keys Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sicklerville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712000", + "School District Name": "DeKalb CUSD 428", + "Physical Address Line 1": "901 S 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dekalb", + "Physical Address State": "IL ", + "Physical Address Zip": "60115", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.23068017366136034", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712030", + "School District Name": "Deland-Weldon CUSD 57", + "Physical Address Line 1": "304 E IL Route 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "De Land", + "Physical Address State": "IL ", + "Physical Address Zip": "61839", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1643835616438356", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400776", + "School District Name": "Camden Prep Inc.", + "Physical Address Line 1": "1575 Mt Ephraim Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "NJ ", + "Physical Address Zip": "08104", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711850", + "School District Name": "Decatur SD 61", + "Physical Address Line 1": "101 W Cerro Gordo St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Decatur", + "Physical Address State": "IL ", + "Physical Address Zip": "62523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.3213875248145439", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400785", + "School District Name": "Camden's Promise Charter School", + "Physical Address Line 1": "879 Beideman Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "NJ ", + "Physical Address Zip": "08105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711880", + "School District Name": "Deer Creek-Mackinaw CUSD 701", + "Physical Address Line 1": "401 E Fifth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mackinaw", + "Physical Address State": "IL ", + "Physical Address Zip": "61755", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07267950963222417", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2607710", + "School District Name": "Camden-Frontier School", + "Physical Address Line 1": "4971 WEST MONTGOMERY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMDEN", + "Physical Address State": "MI ", + "Physical Address Zip": "49232", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.33053221288515405", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711910", + "School District Name": "Deer Park CCSD 82", + "Physical Address Line 1": "2350 E 1025th Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ottawa", + "Physical Address State": "IL ", + "Physical Address Zip": "61350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2906990", + "School District Name": "CAMDENTON R-III", + "Physical Address Line 1": "119 SERVICE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMDENTON", + "Physical Address State": "MO ", + "Physical Address Zip": "65020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18429607401850462", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711980", + "School District Name": "Deerfield SD 109", + "Physical Address Line 1": "517 Deerfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deerfield", + "Physical Address State": "IL ", + "Physical Address Zip": "60015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02943121693121693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712060", + "School District Name": "Delavan CUSD 703", + "Physical Address Line 1": "907 Locust St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delavan", + "Physical Address State": "IL ", + "Physical Address Zip": "61734", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0942622950819672", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006330", + "School District Name": "CAMERON", + "Physical Address Line 1": "26661 W 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cameron", + "Physical Address State": "OK ", + "Physical Address Zip": "74932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2715736040609137", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712090", + "School District Name": "DePue USD 103", + "Physical Address Line 1": "PO Box 800", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DePue", + "Physical Address State": "IL ", + "Physical Address Zip": "61322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20909090909090908", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204830", + "School District Name": "Cameron County SD", + "Physical Address Line 1": "601 Woodland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Emporium", + "Physical Address State": "PA ", + "Physical Address Zip": "15834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22580645161290322", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712120", + "School District Name": "CCSD 62", + "Physical Address Line 1": "777 E Algonquin Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Des Plaines", + "Physical Address State": "IL ", + "Physical Address Zip": "60016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.13503422526446796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812640", + "School District Name": "CAMERON ISD", + "Physical Address Line 1": "304 E 12TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMERON", + "Physical Address State": "TX ", + "Physical Address Zip": "76520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23251028806584362", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712210", + "School District Name": "Diamond Lake SD 76", + "Physical Address Line 1": "26156 N Acorn Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mundelein", + "Physical Address State": "IL ", + "Physical Address Zip": "60060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12526315789473685", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200390", + "School District Name": "Cameron Parish", + "Physical Address Line 1": "510 Marshall Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cameron", + "Physical Address State": "LA ", + "Physical Address Zip": "70631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17954815695600476", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712240", + "School District Name": "Dieterich CUSD 30", + "Physical Address Line 1": "PO Box 187", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dieterich", + "Physical Address State": "IL ", + "Physical Address Zip": "62424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0859106529209622", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2907020", + "School District Name": "CAMERON R-I", + "Physical Address Line 1": "423 N CHESTNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMERON", + "Physical Address State": "MO ", + "Physical Address Zip": "64429", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13945945945945945", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502130", + "School District Name": "Cameron School District", + "Physical Address Line 1": "700 S 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cameron", + "Physical Address State": "WI ", + "Physical Address Zip": "54822", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09465478841870824", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741010", + "School District Name": "District 50 Schools", + "Physical Address Line 1": "304 E Almond Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "IL ", + "Physical Address Zip": "61571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15300546448087432", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712330", + "School District Name": "Dixon USD 170", + "Physical Address Line 1": "1335 Franklin Grove Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dixon", + "Physical Address State": "IL ", + "Physical Address Zip": "61021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16285900783289817", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712450", + "School District Name": "Dolton SD 148", + "Physical Address Line 1": "114 W 144th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverdale", + "Physical Address State": "IL ", + "Physical Address Zip": "60827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3663278833406982", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712420", + "School District Name": "Dolton SD 149", + "Physical Address Line 1": "292 Torrence Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calumet City", + "Physical Address State": "IL ", + "Physical Address Zip": "60409", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.29419313442412576", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712480", + "School District Name": "Dongola USD 66", + "Physical Address Line 1": "PO Box 190", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dongola", + "Physical Address State": "IL ", + "Physical Address Zip": "62926", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22419928825622776", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903270", + "School District Name": "Plainfield School District", + "Physical Address Line 1": "651 Norwich Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plainfield", + "Physical Address State": "CT ", + "Physical Address Zip": "06374", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1605960264900662", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712510", + "School District Name": "Donovan CUSD 3", + "Physical Address Line 1": "PO Box 186", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Donovan", + "Physical Address State": "IL ", + "Physical Address Zip": "60931", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17405063291139242", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903300", + "School District Name": "Plainville School District", + "Physical Address Line 1": "1 Central Square", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plainville", + "Physical Address State": "CT ", + "Physical Address Zip": "06062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09809027777777778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903330", + "School District Name": "Plymouth School District", + "Physical Address Line 1": "27 N Harwinton Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Terryville", + "Physical Address State": "CT ", + "Physical Address Zip": "06786", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10269576379974327", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712540", + "School District Name": "Downers Grove GSD 58", + "Physical Address Line 1": "2300 Warrenville Rd Ste 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Downers Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "60515", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04787412119183127", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903360", + "School District Name": "Pomfret School District", + "Physical Address Line 1": "20 Pomfret Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pomfret Center", + "Physical Address State": "CT ", + "Physical Address Zip": "06259", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03731343283582089", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712760", + "School District Name": "Du Quoin CUSD 300", + "Physical Address Line 1": "845 E Jackson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Du Quoin", + "Physical Address State": "IL ", + "Physical Address Zip": "62832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22049469964664312", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903390", + "School District Name": "Portland School District", + "Physical Address Line 1": "33 East Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portland", + "Physical Address State": "CT ", + "Physical Address Zip": "06480", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05852962169878658", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204860", + "School District Name": "Camp Hill SD", + "Physical Address Line 1": "418 South 24th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camp Hill", + "Physical Address State": "PA ", + "Physical Address Zip": "17011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05536332179930796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903420", + "School District Name": "Preston School District", + "Physical Address Line 1": "325 Shetucket Turnpike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Preston", + "Physical Address State": "CT ", + "Physical Address Zip": "06365", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0782122905027933", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713940", + "School District Name": "DuPage HSD 88", + "Physical Address Line 1": "2 Friendship Plz", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Addison", + "Physical Address State": "IL ", + "Physical Address Zip": "60101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09969403365629781", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903450", + "School District Name": "Learn", + "Physical Address Line 1": "44 Hatchetts Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Old Lyme", + "Physical Address State": "CT ", + "Physical Address Zip": "06371", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700383", + "School District Name": "Camp Lejeune", + "Physical Address Line 1": "855 Stone St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camp Lejeune", + "Physical Address State": "NC ", + "Physical Address Zip": "28547", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "6-Federal agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903480", + "School District Name": "Putnam School District", + "Physical Address Line 1": "152 Woodstock Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Putnam", + "Physical Address State": "CT ", + "Physical Address Zip": "06260", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17889221556886228", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712700", + "School District Name": "Dunlap CUSD 323", + "Physical Address Line 1": "400 S 4Th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dunlap", + "Physical Address State": "IL ", + "Physical Address Zip": "61525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0520814561182195", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903510", + "School District Name": "Redding School District", + "Physical Address Line 1": "654 Morehouse Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Easton", + "Physical Address State": "CT ", + "Physical Address Zip": "06612", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04245283018867924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712720", + "School District Name": "Dupo CUSD 196", + "Physical Address Line 1": "600 Louisa Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dupo", + "Physical Address State": "IL ", + "Physical Address Zip": "62239", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1918081918081918", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903512", + "School District Name": "EdAdvance", + "Physical Address Line 1": "355 Goshen Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Litchfield", + "Physical Address State": "CT ", + "Physical Address Zip": "06759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903515", + "School District Name": "Regional School District 06", + "Physical Address Line 1": "35 Wamogo Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Litchfield", + "Physical Address State": "CT ", + "Physical Address Zip": "06759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06472491909385113", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712810", + "School District Name": "Durand CUSD 322", + "Physical Address Line 1": "200 W South St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durand", + "Physical Address State": "IL ", + "Physical Address Zip": "61024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07928802588996764", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903520", + "School District Name": "Regional School District 10", + "Physical Address Line 1": "24 Lyon Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "CT ", + "Physical Address Zip": "06013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03563038371182459", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904370", + "School District Name": "Campbell City", + "Physical Address Line 1": "280 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Campbell", + "Physical Address State": "OH ", + "Physical Address Zip": "44405", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3961389961389961", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903530", + "School District Name": "Regional School District 12", + "Physical Address Line 1": "11A School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington Depot", + "Physical Address State": "CT ", + "Physical Address Zip": "06794", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06133625410733844", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712840", + "School District Name": "Dwight Common SD 232", + "Physical Address Line 1": "801 S Franklin St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dwight", + "Physical Address State": "IL ", + "Physical Address Zip": "60420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12684989429175475", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903535", + "School District Name": "Regional School District 13", + "Physical Address Line 1": "135-A Pickett Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "CT ", + "Physical Address Zip": "06422", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04006868918145392", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100600", + "School District Name": "CAMPBELL CO PBLC SCHS", + "Physical Address Line 1": "684 Village Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rustburg", + "Physical Address State": "VA ", + "Physical Address Zip": "24588", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1425946343256156", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903536", + "School District Name": "Regional School District 14", + "Physical Address Line 1": "5 Minortown Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodbury", + "Physical Address State": "CT ", + "Physical Address Zip": "06798", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05247285886610374", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712870", + "School District Name": "Dwight Twp HSD 230", + "Physical Address Line 1": "801 S Franklin St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dwight", + "Physical Address State": "IL ", + "Physical Address Zip": "60420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10144927536231885", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903537", + "School District Name": "Regional School District 15", + "Physical Address Line 1": "286 Whittemore Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middlebury", + "Physical Address State": "CT ", + "Physical Address Zip": "06762", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.038113852919618864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100900", + "School District Name": "Campbell County", + "Physical Address Line 1": "101 Orchard Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alexandria", + "Physical Address State": "KY ", + "Physical Address Zip": "41001", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09529586197600755", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903538", + "School District Name": "Regional School District 16", + "Physical Address Line 1": "30 Coer Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prospect", + "Physical Address State": "CT ", + "Physical Address Zip": "06712", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.046704495853339155", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712930", + "School District Name": "Earlville CUSD 9", + "Physical Address Line 1": "PO Box 539", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Earlville", + "Physical Address State": "IL ", + "Physical Address Zip": "60518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14640198511166252", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903539", + "School District Name": "Regional School District 17", + "Physical Address Line 1": "57 Little City Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Higganum", + "Physical Address State": "CT ", + "Physical Address Zip": "06441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.045205479452054796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700420", + "School District Name": "Campbell County", + "Physical Address Line 1": "172 Valley ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jacksboro", + "Physical Address State": "TN ", + "Physical Address Zip": "37757", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24827702134812574", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903540", + "School District Name": "Regional School District 18", + "Physical Address Line 1": "49 Lyme Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Old Lyme", + "Physical Address State": "CT ", + "Physical Address Zip": "06371", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05499276410998553", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712960", + "School District Name": "East Alton SD 13", + "Physical Address Line 1": "210 E Saint Louis Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Alton", + "Physical Address State": "IL ", + "Physical Address Zip": "62024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.28708791208791207", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903570", + "School District Name": "Regional School District 11", + "Physical Address Line 1": "304 Parish Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chaplin", + "Physical Address State": "CT ", + "Physical Address Zip": "06235", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08549222797927461", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5601470", + "School District Name": "Campbell County School District #1", + "Physical Address Line 1": "1000 West 8th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gillette", + "Physical Address State": "WY ", + "Physical Address Zip": "82716", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.08276080752563154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903600", + "School District Name": "Regional School District 01", + "Physical Address Line 1": "246 Warren Turnpike Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Falls Village", + "Physical Address State": "CT ", + "Physical Address Zip": "06031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0830860534124629", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712990", + "School District Name": "East Alton-Wood River CHSD 14", + "Physical Address Line 1": "777 N Wood River Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wood River", + "Physical Address State": "IL ", + "Physical Address Zip": "62095", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.2110236220472441", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903630", + "School District Name": "Regional School District 04", + "Physical Address Line 1": "1 Winthrop Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deep River", + "Physical Address State": "CT ", + "Physical Address Zip": "06417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.054696789536266346", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812660", + "School District Name": "CAMPBELL ISD", + "Physical Address Line 1": "480 N PATTERSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMPBELL", + "Physical Address State": "TX ", + "Physical Address Zip": "75422", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1707920792079208", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903660", + "School District Name": "Regional School District 05", + "Physical Address Line 1": "25 Newton Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodbridge", + "Physical Address State": "CT ", + "Physical Address Zip": "06525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03575461046292811", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701411", + "School District Name": "East Coloma - Nelson CESD 20", + "Physical Address Line 1": "1602 Dixon Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rock Falls", + "Physical Address State": "IL ", + "Physical Address Zip": "61071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13671875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903720", + "School District Name": "Regional School District 07", + "Physical Address Line 1": "100 Battistoni Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winsted", + "Physical Address State": "CT ", + "Physical Address Zip": "06098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.04352557127312296", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2907050", + "School District Name": "CAMPBELL R-II", + "Physical Address Line 1": "801 S STATE RTE 53", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMPBELL", + "Physical Address State": "MO ", + "Physical Address Zip": "63933", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26629422718808193", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903750", + "School District Name": "Regional School District 08", + "Physical Address Line 1": "85 Wall Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hebron", + "Physical Address State": "CT ", + "Physical Address Zip": "06248", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03463203463203463", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713050", + "School District Name": "East Dubuque USD 119", + "Physical Address Line 1": "100 N School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Dubuque", + "Physical Address State": "IL ", + "Physical Address Zip": "61025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0764525993883792", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903780", + "School District Name": "Regional School District 09", + "Physical Address Line 1": "654 Morehouse Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Easton", + "Physical Address State": "CT ", + "Physical Address Zip": "06612", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.034055727554179564", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713140", + "School District Name": "East Maine SD 63", + "Physical Address Line 1": "10150 Dee Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Des Plaines", + "Physical Address State": "IL ", + "Physical Address Zip": "60016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14735547355473555", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903810", + "School District Name": "Ridgefield School District", + "Physical Address Line 1": "90 East Ridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ridgefield", + "Physical Address State": "CT ", + "Physical Address Zip": "06877", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02584226646248086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713170", + "School District Name": "East Moline SD 37", + "Physical Address Line 1": "3451 Morton Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Moline", + "Physical Address State": "IL ", + "Physical Address Zip": "61244", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2599265932599266", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903840", + "School District Name": "Rocky Hill School District", + "Physical Address Line 1": "761 Old Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rocky Hill", + "Physical Address State": "CT ", + "Physical Address Zip": "06067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.052613941018766756", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600020", + "School District Name": "CAMPBELL-SAVONA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "8455 COUNTY RT 125", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMPBELL", + "Physical Address State": "NY ", + "Physical Address Zip": "14821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1662621359223301", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903900", + "School District Name": "Salem School District", + "Physical Address Line 1": "200 Hartford Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "CT ", + "Physical Address Zip": "06420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.045714285714285714", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713230", + "School District Name": "East Peoria CHSD 309", + "Physical Address Line 1": "1401 E Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Peoria", + "Physical Address State": "IL ", + "Physical Address Zip": "61611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1266891891891892", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903930", + "School District Name": "Salisbury School District", + "Physical Address Line 1": "45 Lincoln City Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeville", + "Physical Address State": "CT ", + "Physical Address Zip": "06039", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06234413965087282", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2707450", + "School District Name": "Campbell-Tintah Public Schools", + "Physical Address Line 1": "430 CONNECTICUT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMPBELL", + "Physical Address State": "MN ", + "Physical Address Zip": "56522", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903960", + "School District Name": "Scotland School District", + "Physical Address Line 1": "68 Brook Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scotland", + "Physical Address State": "CT ", + "Physical Address Zip": "06264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10344827586206896", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713240", + "School District Name": "East Peoria SD 86", + "Physical Address Line 1": "601 Taylor St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Peoria", + "Physical Address State": "IL ", + "Physical Address Zip": "61611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13924050632911392", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0903990", + "School District Name": "Seymour School District", + "Physical Address Line 1": "98 Bank Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seymour", + "Physical Address State": "CT ", + "Physical Address Zip": "06483", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.083668543845535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502160", + "School District Name": "Campbellsport School District", + "Physical Address Line 1": "327 North Fond du Lac Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Campbellsport", + "Physical Address State": "WI ", + "Physical Address Zip": "53010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06868304977945809", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904020", + "School District Name": "Sharon School District", + "Physical Address Line 1": "80 Hilltop Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sharon", + "Physical Address State": "CT ", + "Physical Address Zip": "06069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1130952380952381", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713260", + "School District Name": "East Prairie SD 73", + "Physical Address Line 1": "7616 E Prairie Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Skokie", + "Physical Address State": "IL ", + "Physical Address Zip": "60076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11284046692607004", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904050", + "School District Name": "Shelton School District", + "Physical Address Line 1": "124 Meadow Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelton", + "Physical Address State": "CT ", + "Physical Address Zip": "06484", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0699137311286844", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100930", + "School District Name": "Campbellsville Independent", + "Physical Address Line 1": "136 S Columbia", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Campbellsville", + "Physical Address State": "KY ", + "Physical Address Zip": "42718", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3245227606461087", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904080", + "School District Name": "Sherman School District", + "Physical Address Line 1": "2 Route 37 East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sherman", + "Physical Address State": "CT ", + "Physical Address Zip": "06784", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05102040816326531", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713320", + "School District Name": "East St Louis SD 189", + "Physical Address Line 1": "1005 State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Saint Louis", + "Physical Address State": "IL ", + "Physical Address Zip": "62201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.45070123246918825", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904110", + "School District Name": "Simsbury School District", + "Physical Address Line 1": "933 Hopmeadow Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simsbury", + "Physical Address State": "CT ", + "Physical Address Zip": "06070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03366209262435677", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700007", + "School District Name": "Eastland CUSD 308", + "Physical Address Line 1": "601 S Chestnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shannon", + "Physical Address State": "IL ", + "Physical Address Zip": "61078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14028776978417265", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904140", + "School District Name": "Somers School District", + "Physical Address Line 1": "1 Vision Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somers", + "Physical Address State": "CT ", + "Physical Address Zip": "06071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05031013094417643", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302100", + "School District Name": "Campton School District", + "Physical Address Line 1": "47 Old Ward Bridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "NH ", + "Physical Address Zip": "03264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1441717791411043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904170", + "School District Name": "South Windsor School District", + "Physical Address Line 1": "1737 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Windsor", + "Physical Address State": "CT ", + "Physical Address Zip": "06074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03427660422479075", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713370", + "School District Name": "Edgar County CUD 6", + "Physical Address Line 1": "23231 IL Highway 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chrisman", + "Physical Address State": "IL ", + "Physical Address Zip": "61924", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15547703180212014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904230", + "School District Name": "Southington School District", + "Physical Address Line 1": "200 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Southington", + "Physical Address State": "CT ", + "Physical Address Zip": "06489", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0496443390634262", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713410", + "School District Name": "Edinburg CUSD 4", + "Physical Address Line 1": "100 E Martin St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edinburg", + "Physical Address State": "IL ", + "Physical Address Zip": "62531", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11782477341389729", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904260", + "School District Name": "Sprague School District", + "Physical Address Line 1": "25 Scotland Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baltic", + "Physical Address State": "CT ", + "Physical Address Zip": "06330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.12473118279569892", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000007", + "School District Name": "Campus Community School", + "Physical Address Line 1": "350 Pear Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "DE ", + "Physical Address Zip": "19904", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904290", + "School District Name": "Stafford School District", + "Physical Address Line 1": "16 Levinthal Run", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stafford Springs", + "Physical Address State": "CT ", + "Physical Address Zip": "06076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10778816199376948", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713500", + "School District Name": "Edwards County CUSD 1", + "Physical Address Line 1": "361 W Main St # 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albion", + "Physical Address State": "IL ", + "Physical Address Zip": "62806", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1448349307774228", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904320", + "School District Name": "Stamford School District", + "Physical Address Line 1": "888 Washingto Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stamford", + "Physical Address State": "CT ", + "Physical Address Zip": "06901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.13496632630892896", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800129", + "School District Name": "Canaan Community Academy", + "Physical Address Line 1": "8775 N Canaan Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canaan", + "Physical Address State": "IN ", + "Physical Address Zip": "47224", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904350", + "School District Name": "Sterling School District", + "Physical Address Line 1": "251 Sterling Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sterling", + "Physical Address State": "CT ", + "Physical Address Zip": "06377", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15664845173041894", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713530", + "School District Name": "Edwardsville CUSD 7", + "Physical Address Line 1": "708 Saint Louis St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edwardsville", + "Physical Address State": "IL ", + "Physical Address Zip": "62025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05706371191135734", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904380", + "School District Name": "Stonington School District", + "Physical Address Line 1": "40 Field Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pawcatuck", + "Physical Address State": "CT ", + "Physical Address Zip": "06379", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08090075062552127", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5002940", + "School District Name": "Canaan School District", + "Physical Address Line 1": "99 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canaan", + "Physical Address State": "VT ", + "Physical Address Zip": "05903", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904440", + "School District Name": "Stratford School District", + "Physical Address Line 1": "1000 East Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stratford", + "Physical Address State": "CT ", + "Physical Address Zip": "06615", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1135148892848053", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713560", + "School District Name": "Effingham CUSD 40", + "Physical Address Line 1": "PO Box 130", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Effingham", + "Physical Address State": "IL ", + "Physical Address Zip": "62401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13105760438890582", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904470", + "School District Name": "Suffield School District", + "Physical Address Line 1": "350 Mountain Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Suffield", + "Physical Address State": "CT ", + "Physical Address Zip": "06078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03427845958527296", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713590", + "School District Name": "Egyptian CUSD 5", + "Physical Address Line 1": "20023 Diswood Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tamms", + "Physical Address State": "IL ", + "Physical Address Zip": "62988", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.30563002680965146", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904500", + "School District Name": "Thomaston School District", + "Physical Address Line 1": "185 Branch Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thomaston", + "Physical Address State": "CT ", + "Physical Address Zip": "06787", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06261859582542695", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006390", + "School District Name": "CANADIAN", + "Physical Address Line 1": "400 SW BELT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canadian", + "Physical Address State": "OK ", + "Physical Address Zip": "74425", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25595238095238093", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904530", + "School District Name": "Thompson School District", + "Physical Address Line 1": "785 Riverside Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Grosvenor Dale", + "Physical Address State": "CT ", + "Physical Address Zip": "06255", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11286503551696922", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700326", + "School District Name": "El Paso-Gridley CUSD 11", + "Physical Address Line 1": "97 W 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Paso", + "Physical Address State": "IL ", + "Physical Address Zip": "61738", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09498480243161095", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904560", + "School District Name": "Tolland School District", + "Physical Address Line 1": "51 Tolland Grn", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tolland", + "Physical Address State": "CT ", + "Physical Address Zip": "06084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.030652866242038217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812700", + "School District Name": "CANADIAN ISD", + "Physical Address Line 1": "800 HILLSIDE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANADIAN", + "Physical Address State": "TX ", + "Physical Address Zip": "79014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13584905660377358", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904590", + "School District Name": "Torrington School District", + "Physical Address Line 1": "355 Migeon Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Torrington", + "Physical Address State": "CT ", + "Physical Address Zip": "06790", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.16209206829479145", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713660", + "School District Name": "Eldorado CUSD 4", + "Physical Address Line 1": "2200A Illinois Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eldorado", + "Physical Address State": "IL ", + "Physical Address Zip": "62930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.25630252100840334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904620", + "School District Name": "Trumbull School District", + "Physical Address Line 1": "6254 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trumbull", + "Physical Address State": "CT ", + "Physical Address Zip": "06611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.040198922503108164", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000052", + "School District Name": "CANADIAN VALLEY", + "Physical Address Line 1": "6505 E US HIGHWAY 66", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL RENO", + "Physical Address State": "OK ", + "Physical Address Zip": "73036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904650", + "School District Name": "Union School District", + "Physical Address Line 1": "18 Kinney Hollow Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union", + "Physical Address State": "CT ", + "Physical Address Zip": "06076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.050505050505050504", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736300", + "School District Name": "ESD 159", + "Physical Address Line 1": "6202 Vollmer Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Matteson", + "Physical Address State": "IL ", + "Physical Address Zip": "60443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23020167240531234", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904680", + "School District Name": "Vernon School District", + "Physical Address Line 1": "30 Park Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vernon", + "Physical Address State": "CT ", + "Physical Address Zip": "06066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17358803986710963", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000062", + "School District Name": "CANADIAN VALLEY", + "Physical Address Line 1": "1401 W MICHIGAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHICKASHA", + "Physical Address State": "OK ", + "Physical Address Zip": "73018", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904710", + "School District Name": "Voluntown School District", + "Physical Address Line 1": "195 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Voluntown", + "Physical Address State": "CT ", + "Physical Address Zip": "06384", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08055555555555556", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713970", + "School District Name": "Elmhurst SD 205", + "Physical Address Line 1": "162 S York St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elmhurst", + "Physical Address State": "IL ", + "Physical Address Zip": "60126", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.035976505139500736", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904740", + "School District Name": "Wallingford School District", + "Physical Address Line 1": "100 South Turnpike Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wallingford", + "Physical Address State": "CT ", + "Physical Address Zip": "06492", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06641947444784782", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606300", + "School District Name": "CANAJOHARIE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "136 SCHOLASTIC WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANAJOHARIE", + "Physical Address State": "NY ", + "Physical Address Zip": "13317", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19421487603305784", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904830", + "School District Name": "Waterbury School District", + "Physical Address Line 1": "236 Grand Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterbury", + "Physical Address State": "CT ", + "Physical Address Zip": "06702", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.2631346578366446", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714050", + "School District Name": "Elmwood CUSD 322", + "Physical Address Line 1": "301 W Butternut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elmwood", + "Physical Address State": "IL ", + "Physical Address Zip": "61529", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08930987821380243", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904860", + "School District Name": "Waterford School District", + "Physical Address Line 1": "15 Rope Ferry Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterford", + "Physical Address State": "CT ", + "Physical Address Zip": "06385", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07574171029668413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904694", + "School District Name": "Canal Winchester Local", + "Physical Address Line 1": "100 Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canal Winchester", + "Physical Address State": "OH ", + "Physical Address Zip": "43110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1074065786529425", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904890", + "School District Name": "Watertown School District", + "Physical Address Line 1": "61 Echo Lake Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Watertown", + "Physical Address State": "CT ", + "Physical Address Zip": "06795", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.06580196140461879", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714100", + "School District Name": "Elmwood Park CUSD 401", + "Physical Address Line 1": "8201 W Fullerton Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elmwood Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60707", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12400110223201984", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904920", + "School District Name": "West Hartford School District", + "Physical Address Line 1": "50 South Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Hartford", + "Physical Address State": "CT ", + "Physical Address Zip": "06107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06085510224048528", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606330", + "School District Name": "CANANDAIGUA CITY SCHOOL DISTRICT", + "Physical Address Line 1": "143 N PEARL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANANDAIGUA", + "Physical Address State": "NY ", + "Physical Address Zip": "14424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08244397011739595", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904950", + "School District Name": "West Haven School District", + "Physical Address Line 1": "355 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Haven", + "Physical Address State": "CT ", + "Physical Address Zip": "06516", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713860", + "School District Name": "Elverado CUSD 196", + "Physical Address Line 1": "PO Box 130", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkville", + "Physical Address State": "IL ", + "Physical Address Zip": "62932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21902654867256638", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0904980", + "School District Name": "Westbrook School District", + "Physical Address Line 1": "158 McVeagh Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westbrook", + "Physical Address State": "CT ", + "Physical Address Zip": "06498", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08636977058029689", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601102", + "School District Name": "CANARSIE ASCEND CHARTER SCHOOL", + "Physical Address Line 1": "9719 FLATLANDS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11236", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0905010", + "School District Name": "Weston School District", + "Physical Address Line 1": "24 School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weston", + "Physical Address State": "CT ", + "Physical Address Zip": "06883", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03190184049079755", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714160", + "School District Name": "Elwood CCSD 203", + "Physical Address Line 1": "409 N Chicago St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elwood", + "Physical Address State": "IL ", + "Physical Address Zip": "60421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10112359550561797", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0905040", + "School District Name": "Westport School District", + "Physical Address Line 1": "110 Myrtle Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westport", + "Physical Address State": "CT ", + "Physical Address Zip": "06880", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03292600135777325", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606360", + "School District Name": "CANASERAGA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "4-8 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANASERAGA", + "Physical Address State": "NY ", + "Physical Address Zip": "14822", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16733067729083664", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0905070", + "School District Name": "Wethersfield School District", + "Physical Address Line 1": "127 Hartford Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wethersfield", + "Physical Address State": "CT ", + "Physical Address Zip": "06109", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.056884765625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714250", + "School District Name": "Emmons SD 33", + "Physical Address Line 1": "24226 W Beach Grove Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Antioch", + "Physical Address State": "IL ", + "Physical Address Zip": "60002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06624605678233439", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0905100", + "School District Name": "Willington School District", + "Physical Address Line 1": "40A Old Farms Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willington", + "Physical Address State": "CT ", + "Physical Address Zip": "06279", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10421286031042129", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606390", + "School District Name": "CANASTOTA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "120 ROBERTS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANASTOTA", + "Physical Address State": "NY ", + "Physical Address Zip": "13032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1368496079828938", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0905130", + "School District Name": "Wilton School District", + "Physical Address Line 1": "395 Danbury Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilton", + "Physical Address State": "CT ", + "Physical Address Zip": "06897", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.024703317994671833", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714350", + "School District Name": "Erie CUSD 1", + "Physical Address Line 1": "520 5th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erie", + "Physical Address State": "IL ", + "Physical Address Zip": "61250", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11213517665130568", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0905160", + "School District Name": "Winchester School District", + "Physical Address Line 1": "338 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winsted", + "Physical Address State": "CT ", + "Physical Address Zip": "06098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.15044971381847916", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2707470", + "School District Name": "CANBY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "307 1ST ST W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANBY", + "Physical Address State": "MN ", + "Physical Address Zip": "56220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15120274914089346", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0905190", + "School District Name": "Windham School District", + "Physical Address Line 1": "355 High Street - Unit B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willimantic", + "Physical Address State": "CT ", + "Physical Address Zip": "06226", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.27883167720566093", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714410", + "School District Name": "Eswood CCSD 269", + "Physical Address Line 1": "304 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lindenwood", + "Physical Address State": "IL ", + "Physical Address Zip": "61049", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0905220", + "School District Name": "Windsor School District", + "Physical Address Line 1": "601 Matianuck Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windsor", + "Physical Address State": "CT ", + "Physical Address Zip": "06095", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09345794392523364", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4102640", + "School District Name": "Canby SD 86", + "Physical Address Line 1": "1130 S Ivy St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canby", + "Physical Address State": "OR ", + "Physical Address Zip": "97013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09043721301657018", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0905250", + "School District Name": "Windsor Locks School District", + "Physical Address Line 1": "58 South Elm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windsor Locks", + "Physical Address State": "CT ", + "Physical Address Zip": "06096", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11268436578171091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714430", + "School District Name": "Eureka CUD 140", + "Physical Address Line 1": "109 W Cruger Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "IL ", + "Physical Address Zip": "61530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0733186328555678", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0905280", + "School District Name": "Wolcott School District", + "Physical Address Line 1": "1488 Woodtick Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wolcott", + "Physical Address State": "CT ", + "Physical Address Zip": "06716", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.06690705128205128", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0905310", + "School District Name": "Woodbridge School District", + "Physical Address Line 1": "40 Beecher Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodbridge", + "Physical Address State": "CT ", + "Physical Address Zip": "06525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.049079754601226995", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714460", + "School District Name": "Evanston CCSD 65", + "Physical Address Line 1": "1500 Mcdaniel Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Evanston", + "Physical Address State": "IL ", + "Physical Address Zip": "60201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09609004739336494", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0905370", + "School District Name": "Woodstock School District", + "Physical Address Line 1": "147 A Route 169", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodstock", + "Physical Address State": "CT ", + "Physical Address Zip": "06281", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.060792349726775954", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0905371", + "School District Name": "Norwich Free Academy District", + "Physical Address Line 1": "305 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norwich", + "Physical Address State": "CT ", + "Physical Address Zip": "06360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714490", + "School District Name": "Evanston Twp HSD 202", + "Physical Address Line 1": "1600 Dodge Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Evanston", + "Physical Address State": "IL ", + "Physical Address Zip": "60201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.07634228187919463", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0905372", + "School District Name": "The Gilbert School District", + "Physical Address Line 1": "200 Williams Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winsted", + "Physical Address State": "CT ", + "Physical Address Zip": "06098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302130", + "School District Name": "Candia School District", + "Physical Address Line 1": "90 Farmer Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hooksett", + "Physical Address State": "NH ", + "Physical Address Zip": "03106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04419889502762431", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0905373", + "School District Name": "The Woodstock Academy District", + "Physical Address Line 1": "57 Academy Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodstock", + "Physical Address State": "CT ", + "Physical Address Zip": "06281", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714580", + "School District Name": "Evergreen Park CHSD 231", + "Physical Address Line 1": "9901 S Kedzie Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Evergreen Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0781367392937641", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000004", + "School District Name": "Charter School of Wilmington", + "Physical Address Line 1": "100 North duPont Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19807", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714550", + "School District Name": "Evergreen Park ESD 124", + "Physical Address Line 1": "2929 W 87th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Evergreen Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09796596097965961", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000005", + "School District Name": "Positive Outcomes Charter School", + "Physical Address Line 1": "3337 South DuPont Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "DE ", + "Physical Address Zip": "19934", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606420", + "School District Name": "CANDOR CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1 ACADEMY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANDOR", + "Physical Address State": "NY ", + "Physical Address Zip": "13743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000006", + "School District Name": "East Side Charter School", + "Physical Address Line 1": "3000 North Claymont Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19802", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714640", + "School District Name": "Ewing Northern CCSD 115", + "Physical Address Line 1": "51 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ewing", + "Physical Address State": "IL ", + "Physical Address Zip": "62836", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.138996138996139", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006420", + "School District Name": "CANEY", + "Physical Address Line 1": "372 N Cobb Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Caney", + "Physical Address State": "OK ", + "Physical Address Zip": "74533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19488817891373802", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000010", + "School District Name": "Edison (Thomas A.) Charter School", + "Physical Address Line 1": "2200 North Locust Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19802", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726180", + "School District Name": "Fairfield Comm H S Dist 225", + "Physical Address Line 1": "300 W King St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "IL ", + "Physical Address Zip": "62837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14096916299559473", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000011", + "School District Name": "Sussex Academy", + "Physical Address Line 1": "21150 Airport", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Georgetown", + "Physical Address State": "DE ", + "Physical Address Zip": "19947", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004410", + "School District Name": "Caney Valley", + "Physical Address Line 1": "700 E. Bullpup Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Caney", + "Physical Address State": "KS ", + "Physical Address Zip": "67333", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15211267605633802", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000014", + "School District Name": "Kuumba Academy Charter School", + "Physical Address Line 1": "1200 North French Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19801", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714710", + "School District Name": "Fairfield PSD 112", + "Physical Address Line 1": "806 N 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "IL ", + "Physical Address Zip": "62837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.199288256227758", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000015", + "School District Name": "Newark Charter School", + "Physical Address Line 1": "200 McIntire Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "DE ", + "Physical Address Zip": "19711", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025470", + "School District Name": "CANEY VALLEY", + "Physical Address Line 1": "620 Wyandotte Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ramona", + "Physical Address State": "OK ", + "Physical Address Zip": "74061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15121951219512195", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000016", + "School District Name": "Delaware Military Academy", + "Physical Address Line 1": "112 Middleboro Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19804", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714760", + "School District Name": "Fairmont SD 89", + "Physical Address Line 1": "735 Green Garden Pl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lockport", + "Physical Address State": "IL ", + "Physical Address Zip": "60441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2465753424657534", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904831", + "School District Name": "Canfield Local", + "Physical Address Line 1": "100 Wadsworth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44406", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05698005698005698", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000018", + "School District Name": "Providence Creek Academy Charter School", + "Physical Address Line 1": "273 Duck Creek Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clayton", + "Physical Address State": "DE ", + "Physical Address Zip": "19938", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700044", + "School District Name": "Farmington Central CUSD 265", + "Physical Address Line 1": "212 N Lightfoot Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farmington", + "Physical Address State": "IL ", + "Physical Address Zip": "61531", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12186115214180207", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000019", + "School District Name": "MOT Charter School", + "Physical Address Line 1": "1156 Levels Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middletown", + "Physical Address State": "DE ", + "Physical Address Zip": "19709", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601016", + "School District Name": "Caniff Liberty Academy", + "Physical Address Line 1": "2650 Caniff Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamtramck", + "Physical Address State": "MI ", + "Physical Address Zip": "48212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000020", + "School District Name": "Delaware Adolescent Program Inc. (DAPI)", + "Physical Address Line 1": "2900 N Van Buren Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19711", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714940", + "School District Name": "Farrington CCSD 99", + "Physical Address Line 1": "20941 E Divide Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bluford", + "Physical Address State": "IL ", + "Physical Address Zip": "62814", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10126582278481013", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000021", + "School District Name": "Corrections - DOE", + "Physical Address Line 1": "245 McKee Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "DE ", + "Physical Address Zip": "19904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600124", + "School District Name": "CANISTEO-GREENWOOD CSD", + "Physical Address Line 1": "84 GREENWOOD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANISTEO", + "Physical Address State": "NY ", + "Physical Address Zip": "14823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1766595289079229", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000022", + "School District Name": "Dept. of Svs. for Children Youth & Their Families", + "Physical Address Line 1": "1825 Faulkland Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715030", + "School District Name": "Fenton CHSD 100", + "Physical Address Line 1": "1000 W Green St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bensenville", + "Physical Address State": "IL ", + "Physical Address Zip": "60106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09470198675496688", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000024", + "School District Name": "Charter School of New Castle", + "Physical Address Line 1": "170 Lukens Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Castle", + "Physical Address State": "DE ", + "Physical Address Zip": "19720", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4610320", + "School District Name": "Canistota School District 43-1", + "Physical Address Line 1": "431 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canistota", + "Physical Address State": "SD ", + "Physical Address Zip": "57012", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11290322580645161", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000026", + "School District Name": "Odyssey Charter School", + "Physical Address Line 1": "Building 22", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19805", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715090", + "School District Name": "Field CCSD 3", + "Physical Address Line 1": "21075 N Hails Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Texico", + "Physical Address State": "IL ", + "Physical Address Zip": "62889", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11231884057971014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000050", + "School District Name": "Las Americas Aspira Academy", + "Physical Address Line 1": "326 Ruthar Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "DE ", + "Physical Address Zip": "19711", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801170", + "School District Name": "Cannelton City Schools", + "Physical Address Line 1": "109 S Third St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cannelton", + "Physical Address State": "IN ", + "Physical Address Zip": "47520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.31386861313868614", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000052", + "School District Name": "Gateway Lab School", + "Physical Address Line 1": "2501 Centerville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19808", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715100", + "School District Name": "Fieldcrest CUSD 6", + "Physical Address Line 1": "1 Dornbush Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minonk", + "Physical Address State": "IL ", + "Physical Address Zip": "61760", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11991657977059438", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700450", + "School District Name": "Cannon County", + "Physical Address Line 1": "301 West Main ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodbury", + "Physical Address State": "TN ", + "Physical Address Zip": "37190", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1983178397521027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000054", + "School District Name": "First State Montessori Academy", + "Physical Address Line 1": "1000 N. French Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19801", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715180", + "School District Name": "Fisher CUSD 1", + "Physical Address Line 1": "801 S 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fisher", + "Physical Address State": "IL ", + "Physical Address Zip": "61843", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08370702541106129", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000055", + "School District Name": "Early College High School at Del State", + "Physical Address Line 1": "1570 North DuPont Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "DE ", + "Physical Address Zip": "19901", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2707500", + "School District Name": "CANNON FALLS PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "820 E MINNESOTA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANNON FALLS", + "Physical Address State": "MN ", + "Physical Address Zip": "55009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.05851063829787234", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000057", + "School District Name": "First State Military Academy", + "Physical Address Line 1": "355 West Duck Creek Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clayton", + "Physical Address State": "DE ", + "Physical Address Zip": "19938", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701390", + "School District Name": "Flanagan-Cornell Dist 74", + "Physical Address Line 1": "202 E Falcon Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flanagan", + "Physical Address State": "IL ", + "Physical Address Zip": "61740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1021671826625387", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000059", + "School District Name": "Freire Charter School Wilmington", + "Physical Address Line 1": "201 W 14th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19801", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700324", + "School District Name": "CANNON RIVER STEM SCHOOL", + "Physical Address Line 1": "1800 14TH ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARIBAULT", + "Physical Address State": "MN ", + "Physical Address Zip": "55021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000062", + "School District Name": "Great Oaks Charter School", + "Physical Address Line 1": "1200 North French St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19801", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715400", + "School District Name": "Flora CUSD 35", + "Physical Address Line 1": "630 Vincennes Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flora", + "Physical Address State": "IL ", + "Physical Address Zip": "62839", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14754098360655737", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000063", + "School District Name": "Sussex Montessori School", + "Physical Address Line 1": "24970 Dairy Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seaford", + "Physical Address State": "DE ", + "Physical Address Zip": "19973", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700424", + "School District Name": "Cannon Valley Special Education Coo", + "Physical Address Line 1": "200 WESTERN AVE NW SUITE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARIBAULT", + "Physical Address State": "MN ", + "Physical Address Zip": "55021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715420", + "School District Name": "Flossmoor SD 161", + "Physical Address Line 1": "41 E Elmwood Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "60411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11685667752442996", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710950", + "School District Name": "Ford Heights SD 169", + "Physical Address Line 1": "910 Woodlawn Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ford Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "60411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.5057915057915058", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204890", + "School District Name": "Canon-McMillan SD", + "Physical Address Line 1": "1 N Jefferson Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canonsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "15317", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06235679214402619", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715450", + "School District Name": "Forest Park SD 91", + "Physical Address Line 1": "424 Des Plaines Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forest Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14590747330960854", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715480", + "School District Name": "Forest Ridge SD 142", + "Physical Address Line 1": "5800 151St St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Forest", + "Physical Address State": "IL ", + "Physical Address Zip": "60452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11241217798594848", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006480", + "School District Name": "CANTON", + "Physical Address Line 1": "300 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "OK ", + "Physical Address Zip": "73724", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2824207492795389", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715490", + "School District Name": "Forrestville Valley CUSD 221", + "Physical Address Line 1": "PO Box 665", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forreston", + "Physical Address State": "IL ", + "Physical Address Zip": "61030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0959079283887468", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503300", + "School District Name": "Canton", + "Physical Address Line 1": "960 Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "MA ", + "Physical Address Zip": "02021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05658953722334004", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1000750", + "School District Name": "POLYTECH School District", + "Physical Address Line 1": "823 Walnut Shade Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodside", + "Physical Address State": "DE ", + "Physical Address Zip": "19980", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715630", + "School District Name": "Fox Lake GSD 114", + "Physical Address Line 1": "29067 W Grass Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spring Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "60081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15767045454545456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204920", + "School District Name": "Canton Area SD", + "Physical Address Line 1": "509 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "PA ", + "Physical Address Zip": "17724", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1935483870967742", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715660", + "School District Name": "Fox River Grove Cons SD 3", + "Physical Address Line 1": "403 Orchard St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fox River Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "60021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04426559356136821", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606470", + "School District Name": "CANTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "99 STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13617", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11552612214863871", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715700", + "School District Name": "Frankfort CCSD 157C", + "Physical Address Line 1": "10482 Nebraska St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frankfort", + "Physical Address State": "IL ", + "Physical Address Zip": "60423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03471725125268432", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1001280", + "School District Name": "New Castle County Vocational-Technical School District", + "Physical Address Line 1": "1417 Newport Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600263", + "School District Name": "Canton Charter Academy", + "Physical Address Line 1": "49100 FORD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48187", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1001300", + "School District Name": "Red Clay Consolidated School District", + "Physical Address Line 1": "1502 Spruce Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "DE ", + "Physical Address Zip": "19805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1382079851439183", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741580", + "School District Name": "Frankfort CUSD 168", + "Physical Address Line 1": "900 N Cherry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Frankfort", + "Physical Address State": "IL ", + "Physical Address Zip": "62896", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.26018099547511314", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1001530", + "School District Name": "Seaford School District", + "Physical Address Line 1": "390 North Market Street Extend", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seaford", + "Physical Address State": "DE ", + "Physical Address Zip": "19973", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.2130354675264855", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904371", + "School District Name": "Canton City", + "Physical Address Line 1": "1312 5th St SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "OH ", + "Physical Address Zip": "44707", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.35178833904948553", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1001620", + "School District Name": "Smyrna School District", + "Physical Address Line 1": "82 Monrovia Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smyrna", + "Physical Address State": "DE ", + "Physical Address Zip": "19977", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09876367770356687", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715750", + "School District Name": "Franklin CUSD 1", + "Physical Address Line 1": "110 State", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "IL ", + "Physical Address Zip": "62638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11469534050179211", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1001680", + "School District Name": "Sussex Technical School District", + "Physical Address Line 1": "17137 County Seat Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Georgetown", + "Physical Address State": "DE ", + "Physical Address Zip": "19947", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901470", + "School District Name": "Canton College Preparatory School", + "Physical Address Line 1": "101 Cleveland Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "OH ", + "Physical Address Zip": "44702", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1001850", + "School District Name": "Woodbridge School District", + "Physical Address Line 1": "16359 Sussex Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeville", + "Physical Address State": "DE ", + "Physical Address Zip": "19933", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20034188034188033", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715780", + "School District Name": "Franklin Park SD 84", + "Physical Address Line 1": "2915 Maple St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14769975786924938", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900285", + "School District Name": "Canton Harbor High School", + "Physical Address Line 1": "1731 Grace Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "OH ", + "Physical Address Zip": "44705", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100005", + "School District Name": "Cesar Chavez PCS for Public Policy", + "Physical Address Line 1": "3701 HAYES STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20019", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715820", + "School District Name": "Freeburg CCSD 70", + "Physical Address Line 1": "408 S Belleville St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Freeburg", + "Physical Address State": "IL ", + "Physical Address Zip": "62243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07294117647058823", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100008", + "School District Name": "Friendship PCS", + "Physical Address Line 1": "1400 1ST STREET NW SUITE 300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812750", + "School District Name": "CANTON ISD", + "Physical Address Line 1": "1045 S BUFFALO", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANTON", + "Physical Address State": "TX ", + "Physical Address Zip": "75103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14378818737270876", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100009", + "School District Name": "Elsie Whitlow Stokes Community Freedom PCS", + "Physical Address Line 1": "3700 OAKVIEW TERRACE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20019", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715840", + "School District Name": "Freeburg CHSD 77", + "Physical Address Line 1": "401 S Monroe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Freeburg", + "Physical Address State": "IL ", + "Physical Address Zip": "62243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04794520547945205", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100011", + "School District Name": "Perry Street Preparatory PCS", + "Physical Address Line 1": "1800 PERRY STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20018", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904983", + "School District Name": "Canton Local", + "Physical Address Line 1": "600 Faircrest St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "OH ", + "Physical Address Zip": "44707", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19258872651356992", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100013", + "School District Name": "IDEA PCS", + "Physical Address Line 1": "1027 45TH STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20019", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715900", + "School District Name": "Freeport SD 145", + "Physical Address Line 1": "501 E South St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Freeport", + "Physical Address State": "IL ", + "Physical Address Zip": "61032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23131336948832823", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100014", + "School District Name": "Maya Angelou PCS", + "Physical Address Line 1": "5600 EAST CAPITOL STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20019", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601080", + "School District Name": "Canton Preparatory High School", + "Physical Address Line 1": "46610 Cherry Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "MI ", + "Physical Address Zip": "48187", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100015", + "School District Name": "Meridian PCS", + "Physical Address Line 1": "2130 13TH STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20009", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715930", + "School District Name": "Fremont SD 79", + "Physical Address Line 1": "28855 N Fremont Center Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mundelein", + "Physical Address State": "IL ", + "Physical Address Zip": "60060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.031954117165096274", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800900", + "School District Name": "CANTON PUBLIC SCHOOL DIST", + "Physical Address Line 1": "403 East Lincoln Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "MS ", + "Physical Address Zip": "39046", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3115606936416185", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1711400", + "School District Name": "CUSD 3 Fulton County", + "Physical Address Line 1": "652 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cuba", + "Physical Address State": "IL ", + "Physical Address Zip": "61427", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1774891774891775", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100019", + "School District Name": "Washington Latin PCS", + "Physical Address Line 1": "5200 2ND STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2907080", + "School District Name": "CANTON R-V", + "Physical Address Line 1": "200 S FOURTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANTON", + "Physical Address State": "MO ", + "Physical Address Zip": "63435", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1926605504587156", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100020", + "School District Name": "Roots PCS", + "Physical Address Line 1": "15 KENNEDY STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716020", + "School District Name": "Galatia CUSD 1", + "Physical Address Line 1": "200 N Hickory St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galatia", + "Physical Address State": "IL ", + "Physical Address Zip": "62935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21204188481675393", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100022", + "School District Name": "SEED PCS", + "Physical Address Line 1": "4300 C STREET SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20019", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716050", + "School District Name": "Galena USD 120", + "Physical Address Line 1": "1206 Franklin St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galena", + "Physical Address State": "IL ", + "Physical Address Zip": "61036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1124546553808948", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100029", + "School District Name": "Cedar Tree Academy PCS", + "Physical Address Line 1": "701 HOWARD ROAD SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4610560", + "School District Name": "Canton School District 41-1", + "Physical Address Line 1": "800 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "SD ", + "Physical Address Zip": "57013", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.05076923076923077", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716080", + "School District Name": "Galesburg CUSD 205", + "Physical Address Line 1": "PO Box 1206", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galesburg", + "Physical Address State": "IL ", + "Physical Address Zip": "61402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2303113553113553", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100031", + "School District Name": "KIPP DC PCS", + "Physical Address Line 1": "2600 VIRGINIA AVENUE NW SUITE 900", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20019", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700045", + "School District Name": "Gallatin CUSD 7", + "Physical Address Line 1": "5175 Highway 13", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Junction", + "Physical Address State": "IL ", + "Physical Address Zip": "62954", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2211404728789986", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100032", + "School District Name": "Latin American Montessori Bilingual PCS", + "Physical Address Line 1": "5000 14TH STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004440", + "School District Name": "Canton-Galva", + "Physical Address Line 1": "109 S. Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "KS ", + "Physical Address Zip": "67428", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07991803278688525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100034", + "School District Name": "Thurgood Marshall Academy PCS", + "Physical Address Line 1": "2427 MARTIN LUTHER KING JR AVENUE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716140", + "School District Name": "Galva CUSD 224", + "Physical Address Line 1": "224 Morgan Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galva", + "Physical Address State": "IL ", + "Physical Address Zip": "61434", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1511627906976744", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100035", + "School District Name": "Capital City PCS", + "Physical Address Line 1": "100 PEABODY STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006510", + "School District Name": "CANUTE", + "Physical Address Line 1": "216 E Walk Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canute", + "Physical Address State": "OK ", + "Physical Address Zip": "73626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18374558303886926", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100039", + "School District Name": "Paul PCS", + "Physical Address Line 1": "5800 8TH STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716230", + "School District Name": "Gardner CCSD 72C", + "Physical Address Line 1": "598 N Elm St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gardner", + "Physical Address State": "IL ", + "Physical Address Zip": "60424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10227272727272728", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100042", + "School District Name": "DC Bilingual PCS", + "Physical Address Line 1": "33 RIGGS ROAD NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812780", + "School District Name": "CANUTILLO ISD", + "Physical Address Line 1": "7965 ARTCRAFT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL PASO", + "Physical Address State": "TX ", + "Physical Address Zip": "79932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.20015750098438115", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100043", + "School District Name": "E.L. Haynes PCS", + "Physical Address Line 1": "3600 GEORGIA AVENUE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716260", + "School District Name": "Gardner S Wilmington Twp HSD 73", + "Physical Address Line 1": "500 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gardner", + "Physical Address State": "IL ", + "Physical Address Zip": "60424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08791208791208792", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100044", + "School District Name": "Mary McLeod Bethune Day Academy PCS", + "Physical Address Line 1": "1404 JACKSON STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3005460", + "School District Name": "Canyon Creek Elem", + "Physical Address Line 1": "3139 Duck Creek Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billings", + "Physical Address State": "MT ", + "Physical Address Zip": "59101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10504201680672269", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100045", + "School District Name": "Two Rivers PCS", + "Physical Address Line 1": "1227 4TH STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20002", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716290", + "School District Name": "Gavin SD 37", + "Physical Address Line 1": "25775 W IL Route 134", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ingleside", + "Physical Address State": "IL ", + "Physical Address Zip": "60041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.140534262485482", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100048", + "School District Name": "DC Prep PCS", + "Physical Address Line 1": "707 EDGEWOOD STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20019", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716320", + "School District Name": "Geff CCSD 14", + "Physical Address Line 1": "201 E Lafayette St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Geff", + "Physical Address State": "IL ", + "Physical Address Zip": "62842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100049", + "School District Name": "Eagle Academy PCS", + "Physical Address Line 1": "400 VIRGINIA AVENUE SW SUITE 710", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900143", + "School District Name": "Canyon Grove Academy", + "Physical Address Line 1": "588 W 3300 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLEASANT GROVE", + "Physical Address State": "UT ", + "Physical Address Zip": "84062", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100051", + "School District Name": "Hope Community PCS", + "Physical Address Line 1": "2917 8TH STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730900", + "School District Name": "Gen George Patton SD 133", + "Physical Address Line 1": "150 W 137Th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverdale", + "Physical Address State": "IL ", + "Physical Address Zip": "60827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.4195121951219512", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812810", + "School District Name": "CANYON ISD", + "Physical Address Line 1": "3301 N 23RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANYON", + "Physical Address State": "TX ", + "Physical Address Zip": "79015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.08030726256983241", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716350", + "School District Name": "Geneseo CUSD 228", + "Physical Address Line 1": "648 N Chicago St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Geneseo", + "Physical Address State": "IL ", + "Physical Address Zip": "61254", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.056171735241502686", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100057", + "School District Name": "Early Childhood Academy PCS", + "Physical Address Line 1": "885 BARNABY STREET SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900071", + "School District Name": "Canyon Rim Academy", + "Physical Address Line 1": "3005 S 2900 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALT LAKE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100058", + "School District Name": "Howard University Middle School of Math and Science PCS", + "Physical Address Line 1": "405 HOWARD ROAD PLACE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20059", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716380", + "School District Name": "Geneva CUSD 304", + "Physical Address Line 1": "227 N 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Geneva", + "Physical Address State": "IL ", + "Physical Address Zip": "60134", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02702702702702703", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100064", + "School District Name": "St. Coletta Special Education PCS", + "Physical Address Line 1": "1901 INDEPENDENCE AVENUE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716410", + "School District Name": "Genoa Kingston CUSD 424", + "Physical Address Line 1": "980 Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Genoa", + "Physical Address State": "IL ", + "Physical Address Zip": "60135", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09430604982206406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600152", + "School District Name": "CANYON-OWYHEE SCHOOL SERVICE AGENCY (COSSA)", + "Physical Address Line 1": "109 PENNY LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILDER", + "Physical Address State": "ID ", + "Physical Address Zip": "83676", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100073", + "School District Name": "Center City PCS", + "Physical Address Line 1": "900 2ND STREET NE SUITE 221", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700092", + "School District Name": "Georgetown-Ridge Farm CUD 4", + "Physical Address Line 1": "502 W Mulberry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Georgetown", + "Physical Address State": "IL ", + "Physical Address Zip": "61846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20221606648199447", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100077", + "School District Name": "Washington Yu Ying PCS", + "Physical Address Line 1": "220 TAYLOR STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900142", + "School District Name": "Canyons District", + "Physical Address Line 1": "9361 South 300 East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANDY", + "Physical Address State": "UT ", + "Physical Address Zip": "84070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0650895728066146", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1100080", + "School District Name": "Inspired Teaching Demonstration PCS", + "Physical Address Line 1": "200 DOUGLAS STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20002", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716560", + "School District Name": "Germantown Hills SD 69", + "Physical Address Line 1": "103 Warrior Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Germantown Hills", + "Physical Address State": "IL ", + "Physical Address Zip": "61548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0436241610738255", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100081", + "School District Name": "Shining Stars Montessori Academy PCS", + "Physical Address Line 1": "1240 RANDOLPH STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2607800", + "School District Name": "Capac Community Schools", + "Physical Address Line 1": "541 N GLASSFORD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Capac", + "Physical Address State": "MI ", + "Physical Address Zip": "48014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10307898259705489", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100082", + "School District Name": "Richard Wright PCS for Journalism and Media Arts", + "Physical Address Line 1": "475 SCHOOL STREET SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20024", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716530", + "School District Name": "Germantown SD 60", + "Physical Address Line 1": "PO Box 400", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Germantown", + "Physical Address State": "IL ", + "Physical Address Zip": "62245", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07589285714285714", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716590", + "School District Name": "Giant City CCSD 130", + "Physical Address Line 1": "1062 Boskydell Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carbondale", + "Physical Address State": "IL ", + "Physical Address Zip": "62902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13688212927756654", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100084", + "School District Name": "Creative Minds International PCS", + "Physical Address Line 1": "3700 NORTH CAPITOL STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500563", + "School District Name": "Cape Cod Collaborative", + "Physical Address Line 1": "418 Bumps River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Osterville", + "Physical Address State": "MA ", + "Physical Address Zip": "02655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100085", + "School District Name": "DC Scholars PCS", + "Physical Address Line 1": "5601 EAST CAPITOL STREET SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20019", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700041", + "School District Name": "Gibson City-Melvin-Sibley CUSD 5", + "Physical Address Line 1": "307 N Sangamon Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gibson City", + "Physical Address State": "IL ", + "Physical Address Zip": "60936", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1096579476861167", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100086", + "School District Name": "Mundo Verde Bilingual PCS", + "Physical Address Line 1": "30 P STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500024", + "School District Name": "Cape Cod Lighthouse Charter (District)", + "Physical Address Line 1": "195 Route 137", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Harwich", + "Physical Address State": "MA ", + "Physical Address Zip": "02645", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100087", + "School District Name": "DYRS", + "Physical Address Line 1": "8400 RIVER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laurel", + "Physical Address State": "DC ", + "Physical Address Zip": "20724", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716650", + "School District Name": "Gifford CCSD 188", + "Physical Address Line 1": "406 S Main St", + "Physical Address Line 2": "Jay Smith", + "Physical Address Line 3": "", + "Physical Address City": "Gifford", + "Physical Address State": "IL ", + "Physical Address Zip": "61847", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12290502793296089", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100088", + "School District Name": "Sela PCS", + "Physical Address Line 1": "6015 CHILLUM PLACE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503310", + "School District Name": "Cape Cod Regional Vocational Technical", + "Physical Address Line 1": "351 Pleasant Lake Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harwich", + "Physical Address State": "MA ", + "Physical Address Zip": "02645", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100090", + "School District Name": "Ingenuity Prep PCS", + "Physical Address Line 1": "4600 LIVINGSTON ROAD SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716680", + "School District Name": "Gillespie CUSD 7", + "Physical Address Line 1": "510 W Elm St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gillespie", + "Physical Address State": "IL ", + "Physical Address Zip": "62033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22646310432569974", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2303930", + "School District Name": "Cape Elizabeth Public Schools", + "Physical Address Line 1": "320 Ocean House Rd 2FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cape Elizabeth", + "Physical Address State": "ME ", + "Physical Address Zip": "04107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.03527336860670194", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740500", + "School District Name": "CCSD 89", + "Physical Address Line 1": "22W600 Butterfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glen Ellyn", + "Physical Address State": "IL ", + "Physical Address Zip": "60137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.057501080847384346", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100093", + "School District Name": "Lee Montessori PCS", + "Physical Address Line 1": "3025 4TH STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700108", + "School District Name": "Cape Fear Center for Inquiry", + "Physical Address Line 1": "2525 Wonder Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "NC ", + "Physical Address Zip": "28401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716800", + "School District Name": "Glen Ellyn SD 41", + "Physical Address Line 1": "793 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glen Ellyn", + "Physical Address State": "IL ", + "Physical Address Zip": "60137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05674593830939487", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100096", + "School District Name": "Harmony DC PCS", + "Physical Address Line 1": "62 T STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20002", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300840", + "School District Name": "Cape Flattery School District", + "Physical Address Line 1": "13193 HWY 112", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEKIU", + "Physical Address State": "WA ", + "Physical Address Zip": "98381", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22671353251318102", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100097", + "School District Name": "District of Columbia International School", + "Physical Address Line 1": "1400 MAIN DRIVE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20012", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716830", + "School District Name": "Glenbard Twp HSD 87", + "Physical Address Line 1": "596 Crescent Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glen Ellyn", + "Physical Address State": "IL ", + "Physical Address Zip": "60137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07239717583772273", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100099", + "School District Name": "Kingsman Academy PCS", + "Physical Address Line 1": "1375 E STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20002", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2907120", + "School District Name": "CAPE GIRARDEAU 63", + "Physical Address Line 1": "301 N CLARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAPE GIRARDEAU", + "Physical Address State": "MO ", + "Physical Address Zip": "63701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16657371258598253", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100100", + "School District Name": "Monument Academy PCS", + "Physical Address Line 1": "500 19TH STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20002", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716860", + "School District Name": "Glencoe SD 35", + "Physical Address Line 1": "620 Greenwood Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glencoe", + "Physical Address State": "IL ", + "Physical Address Zip": "60022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03436426116838488", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100101", + "School District Name": "The Children's Guild DC PCS", + "Physical Address Line 1": "2146 24TH PLACE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20018", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1716920", + "School District Name": "Glenview CCSD 34", + "Physical Address Line 1": "1401 Greenwood Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glenview", + "Physical Address State": "IL ", + "Physical Address Zip": "60026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0775950668036999", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100102", + "School District Name": "Washington Global PCS", + "Physical Address Line 1": "525 SCHOOL STREET SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20024", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402700", + "School District Name": "Cape May City School District", + "Physical Address Line 1": "921 Lafayette Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cape May", + "Physical Address State": "NJ ", + "Physical Address Zip": "08204", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.06993006993006994", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100103", + "School District Name": "Washington Leadership Academy PCS", + "Physical Address Line 1": "3015 4TH STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726820", + "School District Name": "Golf ESD 67", + "Physical Address Line 1": "9401 Waukegan Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morton Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "60053", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09906291834002677", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402740", + "School District Name": "Cape May County Special Services School District", + "Physical Address Line 1": "148 Crest Haven Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cape May Court House", + "Physical Address State": "NJ ", + "Physical Address Zip": "08210", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100105", + "School District Name": "Goodwill Excel Center PCS", + "Physical Address Line 1": "1140 3RD STREET NE SUITE #350", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20006", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700014", + "School District Name": "Goreville CUD 1", + "Physical Address Line 1": "201 S Ferne Clyffe Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goreville", + "Physical Address State": "IL ", + "Physical Address Zip": "62939", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09819967266775777", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100106", + "School District Name": "Rocketship Education DC PCS", + "Physical Address Line 1": "2335 RAYNOLDS PLACE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20019", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402730", + "School District Name": "Cape May County Technical High School District", + "Physical Address Line 1": "188 Crest Haven Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cape May Court House", + "Physical Address State": "NJ ", + "Physical Address Zip": "08210", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717160", + "School District Name": "Gower SD 62", + "Physical Address Line 1": "7700 Clarendon Hills Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willowbrook", + "Physical Address State": "IL ", + "Physical Address Zip": "60527", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09409190371991247", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100109", + "School District Name": "Digital Pioneers Academy PCS", + "Physical Address Line 1": "709 12TH STREET SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402760", + "School District Name": "Cape May Point School District", + "Physical Address Line 1": "143 Capemay ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cape May Point", + "Physical Address State": "NJ ", + "Physical Address Zip": "08212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100110", + "School District Name": "Statesmen College Preparatory Academy for Boys PCS", + "Physical Address Line 1": "4600 LIVINGSTON ROAD SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717190", + "School District Name": "Grand Prairie CCSD 6", + "Physical Address Line 1": "21462 N Richview Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centralia", + "Physical Address State": "IL ", + "Physical Address Zip": "62801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17525773195876287", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100111", + "School District Name": "The Sojourner Truth School PCS", + "Physical Address Line 1": "1800 PERRY STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASHINGTON", + "Physical Address State": "DC ", + "Physical Address Zip": "20018", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717220", + "School District Name": "Grand Ridge CCSD 95", + "Physical Address Line 1": "400 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Ridge", + "Physical Address State": "IL ", + "Physical Address Zip": "61325", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09961685823754789", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100112", + "School District Name": "Capital Village PCS", + "Physical Address Line 1": "705 EDGEWOOD STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASHINGTON", + "Physical Address State": "DC ", + "Physical Address Zip": "20017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289250", + "School District Name": "Capital Area IU 15", + "Physical Address Line 1": "55 Miller St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Enola", + "Physical Address State": "PA ", + "Physical Address Zip": "17025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100113", + "School District Name": "Girls Global Academy PCS", + "Physical Address Line 1": "733 8TH STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717280", + "School District Name": "Granite City CUSD 9", + "Physical Address Line 1": "3200 Maryville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Granite City", + "Physical Address State": "IL ", + "Physical Address Zip": "62040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2331812159576034", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100114", + "School District Name": "I Dream PCS", + "Physical Address Line 1": "2220 BRANCH AVENUE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASHINGTON", + "Physical Address State": "DC ", + "Physical Address Zip": "20020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200876", + "School District Name": "Capital Area School for the Arts CS", + "Physical Address Line 1": "150 Strawberry Square", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17101", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100115", + "School District Name": "Social Justice PCS", + "Physical Address Line 1": "5450 3RD STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASHINGTON", + "Physical Address State": "DC ", + "Physical Address Zip": "20011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717310", + "School District Name": "Grant CCSD 110", + "Physical Address Line 1": "10110 Old Lincoln Trl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairview Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "62208", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900381", + "School District Name": "Capital City Career Prep High School", + "Physical Address Line 1": "2400 S Hamilton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43232", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1100117", + "School District Name": "LEARN DC PCS", + "Physical Address Line 1": "100 DUNCAN STREET SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "DC ", + "Physical Address Zip": "20032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717340", + "School District Name": "Grant CHSD 124", + "Physical Address Line 1": "285 E Grand Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fox Lake", + "Physical Address State": "IL ", + "Physical Address Zip": "60020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08083140877598152", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200002", + "School District Name": "FL VIRTUAL", + "Physical Address Line 1": "2145 METROCENTER BLVD STE 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORLANDO", + "Physical Address State": "FL ", + "Physical Address Zip": "32835", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717370", + "School District Name": "Grant Park CUSD 6", + "Physical Address Line 1": "PO Box 549", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grant Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60940", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11857707509881422", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901610", + "School District Name": "Capital Collegiate Preparatory Academy", + "Physical Address Line 1": "1414 Gault St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200080", + "School District Name": "LAKE WALES CHARTER SCHOOLS", + "Physical Address Line 1": "151 CENTRAL AVENUE EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE WALES", + "Physical Address State": "FL ", + "Physical Address Zip": "33853", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717490", + "School District Name": "Grass Lake SD 36", + "Physical Address Line 1": "26177 W Grass Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Antioch", + "Physical Address State": "IL ", + "Physical Address Zip": "60002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10552763819095477", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200081", + "School District Name": "SOUTH TECH ACADEMY", + "Physical Address Line 1": "1300 SW 30TH AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOYNTON BEACH", + "Physical Address State": "FL ", + "Physical Address Zip": "33426", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901416", + "School District Name": "Capital High School", + "Physical Address Line 1": "640 Harrisburg Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43223", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200082", + "School District Name": "UCP", + "Physical Address Line 1": "3305 S ORANGE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORLANDO", + "Physical Address State": "FL ", + "Physical Address Zip": "32806", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717550", + "School District Name": "Grayslake CHSD 127", + "Physical Address Line 1": "400 N Lake St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grayslake", + "Physical Address State": "IL ", + "Physical Address Zip": "60030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0477516912057302", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1200083", + "School District Name": "KIPP CHARTER", + "Physical Address Line 1": "3400 NW 87TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIAMI", + "Physical Address State": "FL ", + "Physical Address Zip": "33147", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601144", + "School District Name": "CAPITAL PREPARATORY (CP) HARLEM CHARTER SCHOOL", + "Physical Address Line 1": "1 E 104TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10029", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717520", + "School District Name": "Grayslake CCSD 46", + "Physical Address Line 1": "565 Frederick Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grayslake", + "Physical Address State": "IL ", + "Physical Address Zip": "60030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06460532931121167", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601223", + "School District Name": "CAPITAL PREPARATORY BRONX CHARTER SCHOOL", + "Physical Address Line 1": "755 CO OP CITY BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10475", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717580", + "School District Name": "Grayville CUSD 1", + "Physical Address Line 1": "728 W North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grayville", + "Physical Address State": "IL ", + "Physical Address Zip": "62844", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20503597122302158", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717670", + "School District Name": "Greenfield CUSD 10", + "Physical Address Line 1": "311 Mulberry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenfield", + "Physical Address State": "IL ", + "Physical Address Zip": "62044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13270142180094788", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300011", + "School District Name": "Capital Region ESD 113", + "Physical Address Line 1": "6005 Tyee Dr SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUMWATER", + "Physical Address State": "WA ", + "Physical Address Zip": "98512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717700", + "School District Name": "Greenview CUSD 200", + "Physical Address Line 1": "147 E Palmer St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenview", + "Physical Address State": "IL ", + "Physical Address Zip": "62642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14418604651162792", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717790", + "School District Name": "Griggsville-Perry CUSD 4", + "Physical Address Line 1": "PO Box 439", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Griggsville", + "Physical Address State": "IL ", + "Physical Address Zip": "62340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18156424581005587", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717800", + "School District Name": "Gurnee SD 56", + "Physical Address Line 1": "3706 Florida Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gurnee", + "Physical Address State": "IL ", + "Physical Address Zip": "60031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12374581939799331", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500270", + "School District Name": "CAPITAN MUNICIPAL SCHOOLS", + "Physical Address Line 1": "519 SMOKEY BEAR BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAPITAN", + "Physical Address State": "NM ", + "Physical Address Zip": "88316", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23185840707964603", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718030", + "School District Name": "Hall HSD 502", + "Physical Address Line 1": "800 W Erie St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spring Valley", + "Physical Address State": "IL ", + "Physical Address Zip": "61362", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1515837104072398", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718060", + "School District Name": "Hamilton CCSD 328", + "Physical Address Line 1": "1830 Broadway St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton", + "Physical Address State": "IL ", + "Physical Address Zip": "62341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1452991452991453", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710790", + "School District Name": "Hamilton Co CUSD 10", + "Physical Address Line 1": "PO Box 369", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mc Leansboro", + "Physical Address State": "IL ", + "Physical Address Zip": "62859", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17430441898527005", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500570", + "School District Name": "CAPS Education Collaborative", + "Physical Address Line 1": "2 Narrows Rd.", + "Physical Address Line 2": "Suite C105", + "Physical Address Line 3": "", + "Physical Address City": "Westminster", + "Physical Address State": "MA ", + "Physical Address Zip": "01475", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718090", + "School District Name": "Hampton SD 29", + "Physical Address Line 1": "206 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "IL ", + "Physical Address Zip": "61256", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18143459915611815", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601013", + "School District Name": "Capstone Academy Charter School (SDA)", + "Physical Address Line 1": "3500 John R Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718200", + "School District Name": "Hardin County CUSD 1", + "Physical Address Line 1": "PO Box 218", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elizabethtown", + "Physical Address State": "IL ", + "Physical Address Zip": "62931", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30425531914893617", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300061", + "School District Name": "Caratunk Public Schools", + "Physical Address Line 1": "72 Dinsmore Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anson", + "Physical Address State": "ME ", + "Physical Address Zip": "04911", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718240", + "School District Name": "Harlem UD 122", + "Physical Address Line 1": "8605 N 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Machesney Park", + "Physical Address State": "IL ", + "Physical Address Zip": "61115", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14657493269518396", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000014", + "School District Name": "Carbon", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Lodge", + "Physical Address State": "MT ", + "Physical Address Zip": "59068", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714220", + "School District Name": "Harmony Emge SD 175", + "Physical Address Line 1": "7401 Westchester Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belleville", + "Physical Address State": "IL ", + "Physical Address Zip": "62223", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.183585313174946", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280130", + "School District Name": "Carbon Career & Technical Institute", + "Physical Address Line 1": "150 West 13th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jim Thorpe", + "Physical Address State": "PA ", + "Physical Address Zip": "18229", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718270", + "School District Name": "Harrisburg CUSD 3", + "Physical Address Line 1": "411 W Poplar St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "IL ", + "Physical Address Zip": "62946", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2370600414078675", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718360", + "School District Name": "Harrison SD 36", + "Physical Address Line 1": "6809 Mccullom Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wonder Lake", + "Physical Address State": "IL ", + "Physical Address Zip": "60097", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12686567164179105", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5601030", + "School District Name": "Carbon County School District #1", + "Physical Address Line 1": "615 Rodeo", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rawlins", + "Physical Address State": "WY ", + "Physical Address Zip": "82301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1210762331838565", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718390", + "School District Name": "Hartsburg Emden CUSD 21", + "Physical Address Line 1": "400 W Front St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartsburg", + "Physical Address State": "IL ", + "Physical Address Zip": "62643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5601700", + "School District Name": "Carbon County School District #2", + "Physical Address Line 1": "315 North 1st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saratoga", + "Physical Address State": "WY ", + "Physical Address Zip": "82331", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11815561959654179", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718420", + "School District Name": "Harvard CUSD 50", + "Physical Address Line 1": "401 N Division St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harvard", + "Physical Address State": "IL ", + "Physical Address Zip": "60033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10212418300653595", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900150", + "School District Name": "Carbon District", + "Physical Address Line 1": "251 W 400 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Price", + "Physical Address State": "UT ", + "Physical Address Zip": "84501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1523212045169385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718450", + "School District Name": "Harvey SD 152", + "Physical Address Line 1": "16001 Lincoln Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harvey", + "Physical Address State": "IL ", + "Physical Address Zip": "60426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.40751280591918043", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289310", + "School District Name": "Carbon-Lehigh IU 21", + "Physical Address Line 1": "4210 Independence Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Schnecksville", + "Physical Address State": "PA ", + "Physical Address Zip": "18078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718510", + "School District Name": "Havana CUSD 126", + "Physical Address Line 1": "501 S McKinley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Havana", + "Physical Address State": "IL ", + "Physical Address Zip": "62644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20425029515938606", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300870", + "School District Name": "Carbonado School District", + "Physical Address Line 1": "301 O'FERREL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARBONADO", + "Physical Address State": "WA ", + "Physical Address Zip": "98323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08962264150943396", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718570", + "School District Name": "Hawthorn CCSD 73", + "Physical Address Line 1": "841 W End Ct", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vernon Hills", + "Physical Address State": "IL ", + "Physical Address Zip": "60061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06393309954140815", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4204980", + "School District Name": "Carbondale Area SD", + "Physical Address Line 1": "101 Brooklyn St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carbondale", + "Physical Address State": "PA ", + "Physical Address Zip": "18407", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2790084388185654", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718600", + "School District Name": "Hazel Crest SD 152-5", + "Physical Address Line 1": "1910 170Th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hazel Crest", + "Physical Address State": "IL ", + "Physical Address Zip": "60429", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.4066265060240964", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700115", + "School District Name": "Henry-Senachwine CUSD 5", + "Physical Address Line 1": "1023 College St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henry", + "Physical Address State": "IL ", + "Physical Address Zip": "61537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1839080459770115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700106", + "School District Name": "Heritage CUSD 8", + "Physical Address Line 1": "512 W 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Homer", + "Physical Address State": "IL ", + "Physical Address Zip": "61849", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10043668122270742", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718810", + "School District Name": "Herrin CUSD 4", + "Physical Address Line 1": "500 N 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Herrin", + "Physical Address State": "IL ", + "Physical Address Zip": "62948", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.2050614067733532", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718840", + "School District Name": "Herscher CUSD 2", + "Physical Address Line 1": "PO Box 504", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Herscher", + "Physical Address State": "IL ", + "Physical Address Zip": "60941", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07013574660633484", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600200", + "School District Name": "CARDINAL ACADEMY INCORPORATED", + "Physical Address Line 1": "9492 WEST EMERALD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOISE", + "Physical Address State": "ID ", + "Physical Address Zip": "83704", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718870", + "School District Name": "Heyworth CUSD 4", + "Physical Address Line 1": "308 W Cleveland St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Heyworth", + "Physical Address State": "IL ", + "Physical Address Zip": "61745", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07815845824411134", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700358", + "School District Name": "Cardinal Charter", + "Physical Address Line 1": "1020 St. Charles Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cary", + "Physical Address State": "NC ", + "Physical Address Zip": "27513", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201500", + "School District Name": "PALM BEACH", + "Physical Address Line 1": "3300 FOREST HILL BLVD # C-316", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST PALM BEACH", + "Physical Address State": "FL ", + "Physical Address Zip": "33406", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1512590261502845", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1721300", + "School District Name": "Hiawatha CUSD 426", + "Physical Address Line 1": "PO Box 428", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kirkland", + "Physical Address State": "IL ", + "Physical Address Zip": "60146", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11641221374045801", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201530", + "School District Name": "PASCO", + "Physical Address Line 1": "7227 LAND O LAKES BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAND O LAKES", + "Physical Address State": "FL ", + "Physical Address Zip": "34638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1574121074352806", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3700465", + "School District Name": "Cardinal Charter Acad at Wendell Falls", + "Physical Address Line 1": "6041 Taylor Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wendell", + "Physical Address State": "NC ", + "Physical Address Zip": "27591", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201560", + "School District Name": "PINELLAS", + "Physical Address Line 1": "301 4TH ST SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LARGO", + "Physical Address State": "FL ", + "Physical Address Zip": "33770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.15627727993443907", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1718960", + "School District Name": "High Mount SD 116", + "Physical Address Line 1": "1721 Boul Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Swansea", + "Physical Address State": "IL ", + "Physical Address Zip": "62226", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201590", + "School District Name": "POLK", + "Physical Address Line 1": "1915 S FLORAL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BARTOW", + "Physical Address State": "FL ", + "Physical Address Zip": "33830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.20658196945118132", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1906240", + "School District Name": "Cardinal Comm School District", + "Physical Address Line 1": "4045 Ashland Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eldon", + "Physical Address State": "IA ", + "Physical Address Zip": "52554", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11900532859680284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201620", + "School District Name": "PUTNAM", + "Physical Address Line 1": "200 REID ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PALATKA", + "Physical Address State": "FL ", + "Physical Address Zip": "32177", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3905270293170649", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718990", + "School District Name": "Highland CUSD 5", + "Physical Address Line 1": "400 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highland", + "Physical Address State": "IL ", + "Physical Address Zip": "62249", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07844961240310078", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201650", + "School District Name": "SANTA ROSA", + "Physical Address Line 1": "5086 CANAL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILTON", + "Physical Address State": "FL ", + "Physical Address Zip": "32570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09929870291069323", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904717", + "School District Name": "Cardinal Local", + "Physical Address Line 1": "15982 E High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middlefield", + "Physical Address State": "OH ", + "Physical Address Zip": "44062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10067681895093063", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201680", + "School District Name": "SARASOTA", + "Physical Address Line 1": "1960 LANDINGS BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SARASOTA", + "Physical Address State": "FL ", + "Physical Address Zip": "34231", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.12732932230299993", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1719200", + "School District Name": "Hillsboro CUSD 3", + "Physical Address Line 1": "1311 Vandalia Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsboro", + "Physical Address State": "IL ", + "Physical Address Zip": "62049", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17388613861386137", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201710", + "School District Name": "SEMINOLE", + "Physical Address Line 1": "400 E LAKE MARY BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANFORD", + "Physical Address State": "FL ", + "Physical Address Zip": "32773", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10034429889447777", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3601201", + "School District Name": "CARDINAL MCCLOSKEY COMMUNITY CHARTER SCHOOL", + "Physical Address Line 1": "685 E 182ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10457", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201740", + "School District Name": "ST. JOHNS", + "Physical Address Line 1": "40 ORANGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST AUGUSTINE", + "Physical Address State": "FL ", + "Physical Address Zip": "32084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.058227492525933504", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1719230", + "School District Name": "Hillside SD 93", + "Physical Address Line 1": "4804 Harrison St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillside", + "Physical Address State": "IL ", + "Physical Address Zip": "60162", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17419354838709677", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201770", + "School District Name": "ST. LUCIE", + "Physical Address Line 1": "501 NW UNIVERSITY BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT ST LUCIE", + "Physical Address State": "FL ", + "Physical Address Zip": "34986", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1736478801427619", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3904879", + "School District Name": "Cardington-Lincoln Local", + "Physical Address Line 1": "121 Nichols St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cardington", + "Physical Address State": "OH ", + "Physical Address Zip": "43315", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1577490774907749", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201800", + "School District Name": "SUMTER", + "Physical Address Line 1": "2680 WEST COUNTY ROAD 476", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUSHNELL", + "Physical Address State": "FL ", + "Physical Address Zip": "33513", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.23176503340757237", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1719260", + "School District Name": "Hinckley Big Rock CUSD 429", + "Physical Address Line 1": "700 E Lincoln Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hinckley", + "Physical Address State": "IL ", + "Physical Address Zip": "60520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09002433090024331", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201830", + "School District Name": "SUWANNEE", + "Physical Address Line 1": "1729 WALKER AVE SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIVE OAK", + "Physical Address State": "FL ", + "Physical Address Zip": "32064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.26308424293310945", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3005550", + "School District Name": "Cardwell Elem", + "Physical Address Line 1": "80 Highway 359", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cardwell", + "Physical Address State": "MT ", + "Physical Address Zip": "59721", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1836734693877551", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201860", + "School District Name": "TAYLOR", + "Physical Address Line 1": "318 N CLARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PERRY", + "Physical Address State": "FL ", + "Physical Address Zip": "32347", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.27147766323024053", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1719290", + "School District Name": "Hinsdale CCSD 181", + "Physical Address Line 1": "115 55th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarendon Hills", + "Physical Address State": "IL ", + "Physical Address Zip": "60514", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.027172639962520496", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201890", + "School District Name": "UNION", + "Physical Address Line 1": "55 SW 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE BUTLER", + "Physical Address State": "FL ", + "Physical Address Zip": "32054", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22503961965134706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700238", + "School District Name": "Career & Tech Educ Consortium", + "Physical Address Line 1": "2037 W Galena Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Freeport", + "Physical Address State": "IL ", + "Physical Address Zip": "61032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201920", + "School District Name": "VOLUSIA", + "Physical Address Line 1": "200 N CLARA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DELAND", + "Physical Address State": "FL ", + "Physical Address Zip": "32720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17954014608395102", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1719320", + "School District Name": "Hinsdale Twp HSD 86", + "Physical Address Line 1": "5500 S Grant St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hinsdale", + "Physical Address State": "IL ", + "Physical Address Zip": "60521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.053164556962025315", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201950", + "School District Name": "WAKULLA", + "Physical Address Line 1": "69 ARRAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRAWFORDVILLE", + "Physical Address State": "FL ", + "Physical Address Zip": "32327", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15321100917431194", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800101", + "School District Name": "Career Academy High School", + "Physical Address Line 1": "3801 Crescent Cir", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Bend", + "Physical Address State": "IN ", + "Physical Address Zip": "46628", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1201980", + "School District Name": "WALTON", + "Physical Address Line 1": "145 S PARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEFUNIAK SPRINGS", + "Physical Address State": "FL ", + "Physical Address Zip": "32435", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17156902908643998", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1719420", + "School District Name": "Hollis Cons SD 328", + "Physical Address Line 1": "5613 W Tuscarora Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peoria", + "Physical Address State": "IL ", + "Physical Address Zip": "61607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1202010", + "School District Name": "WASHINGTON", + "Physical Address Line 1": "652 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHIPLEY", + "Physical Address State": "FL ", + "Physical Address Zip": "32428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.27124095416778343", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800164", + "School District Name": "Career Academy Middle School", + "Physical Address Line 1": "3801 Crescent Circle - Suite B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Bend", + "Physical Address State": "IN ", + "Physical Address Zip": "46628", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1202012", + "School District Name": "FAU LAB SCH", + "Physical Address Line 1": "777 GLADES RD BLDG 47", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOCA RATON", + "Physical Address State": "FL ", + "Physical Address Zip": "33431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1719500", + "School District Name": "Homer CCSD 33C", + "Physical Address Line 1": "15733 S Bell Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Homer Glen", + "Physical Address State": "IL ", + "Physical Address Zip": "60491", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.048050314465408805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1202013", + "School District Name": "FSU LAB SCH", + "Physical Address Line 1": "3000 SCHOOL HOUSE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TALLAHASSEE", + "Physical Address State": "FL ", + "Physical Address Zip": "32311", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900206", + "School District Name": "Career Academy of Utah", + "Physical Address Line 1": "11284 State View Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTH JORDAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84095", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1202014", + "School District Name": "FAMU LAB SCH", + "Physical Address Line 1": "400 W ORANGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TALLAHASSEE", + "Physical Address State": "FL ", + "Physical Address Zip": "32307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1719530", + "School District Name": "Homewood SD 153", + "Physical Address Line 1": "18205 Aberdeen St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Homewood", + "Physical Address State": "IL ", + "Physical Address Zip": "60430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1134185303514377", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1202015", + "School District Name": "UF LAB SCH", + "Physical Address Line 1": "1080 SW 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GAINESVILLE", + "Physical Address State": "FL ", + "Physical Address Zip": "32601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905120", + "School District Name": "Career and Technology Educational Centers", + "Physical Address Line 1": "150 Price Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "OH ", + "Physical Address Zip": "43055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1202016", + "School District Name": "DEAF/BLIND", + "Physical Address Line 1": "207 N SAN MARCO AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST AUGUSTINE", + "Physical Address State": "FL ", + "Physical Address Zip": "32084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1719560", + "School District Name": "Homewood Flossmoor CHSD 233", + "Physical Address Line 1": "999 Kedzie Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flossmoor", + "Physical Address State": "IL ", + "Physical Address Zip": "60422", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08610914245216159", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300001", + "School District Name": "Troup County", + "Physical Address Line 1": "200 Mooty Bridge Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LaGrange", + "Physical Address State": "GA ", + "Physical Address Zip": "30240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2444142993935525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300005", + "School District Name": "State Charter Schools II- Statesboro STEAM Academy", + "Physical Address Line 1": "1718 Northside Dr E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Statesboro", + "Physical Address State": "GA ", + "Physical Address Zip": "30458", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1719620", + "School District Name": "Hononegah CHD 207", + "Physical Address Line 1": "307 Salem St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockton", + "Physical Address State": "IL ", + "Physical Address Zip": "61072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.040164308534915566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300006", + "School District Name": "Northwest Georgia RESA", + "Physical Address Line 1": "3167 Cedartown Hwy SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rome", + "Physical Address State": "GA ", + "Physical Address Zip": "30161", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700249", + "School District Name": "Career Development System", + "Physical Address Line 1": "16333 Kilbourne Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Forest", + "Physical Address State": "IL ", + "Physical Address Zip": "60452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300007", + "School District Name": "North Georgia RESA", + "Physical Address Line 1": "4731 Old Highway 5 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellijay", + "Physical Address State": "GA ", + "Physical Address Zip": "30540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1719660", + "School District Name": "Hoopeston Area CUSD 11", + "Physical Address Line 1": "615 E Orange St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hoopeston", + "Physical Address State": "IL ", + "Physical Address Zip": "60942", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23163353500432152", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300008", + "School District Name": "Pioneer RESA", + "Physical Address Line 1": "1342 Highway 254", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "GA ", + "Physical Address Zip": "30528", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700235", + "School District Name": "Career Educ Assoc of N Central IL", + "Physical Address Line 1": "300 Heart Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loves Park", + "Physical Address State": "IL ", + "Physical Address Zip": "61111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300009", + "School District Name": "Metro RESA", + "Physical Address Line 1": "1870 Teasley Drive. SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smyrna", + "Physical Address State": "GA ", + "Physical Address Zip": "30080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1719680", + "School District Name": "Hoover-Schrum Memorial SD 157", + "Physical Address Line 1": "1255 Superior Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calumet City", + "Physical Address State": "IL ", + "Physical Address Zip": "60409", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.30190796857463525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300010", + "School District Name": "Northeast Georgia RESA", + "Physical Address Line 1": "375 Winter Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winterville", + "Physical Address State": "GA ", + "Physical Address Zip": "30683", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280380", + "School District Name": "Career Institute of Technology", + "Physical Address Line 1": "5335 Kesslersville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Easton", + "Physical Address State": "PA ", + "Physical Address Zip": "18040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300011", + "School District Name": "West Georgia RESA", + "Physical Address Line 1": "99 Brown School Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grantville", + "Physical Address State": "GA ", + "Physical Address Zip": "30220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1719830", + "School District Name": "Huntley Community School District 158", + "Physical Address Line 1": "650 Dr John Burkey Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Algonquin", + "Physical Address State": "IL ", + "Physical Address Zip": "60102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.029674278428190565", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300012", + "School District Name": "Griffin RESA", + "Physical Address Line 1": "119 West Vineyard Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Griffin", + "Physical Address State": "GA ", + "Physical Address Zip": "30224", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700402", + "School District Name": "Career Pathways", + "Physical Address Line 1": "1355 PIERCE BUTLER RT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300013", + "School District Name": "Middle Georgia RESA", + "Physical Address Line 1": "510 Riley Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Valley", + "Physical Address State": "GA ", + "Physical Address Zip": "31030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1719920", + "School District Name": "Hutsonville CUSD 1", + "Physical Address Line 1": "500 W Clover St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hutsonville", + "Physical Address State": "IL ", + "Physical Address Zip": "62433", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300014", + "School District Name": "Oconee RESA", + "Physical Address Line 1": "518 North Harris Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sandersville", + "Physical Address State": "GA ", + "Physical Address Zip": "31082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701430", + "School District Name": "Career Preparation Network", + "Physical Address Line 1": "1515 W Exchange St", + "Physical Address Line 2": "c/o Crete-Monee High School", + "Physical Address Line 3": "", + "Physical Address City": "Crete", + "Physical Address State": "IL ", + "Physical Address Zip": "60417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300015", + "School District Name": "Central Savannah River RESA", + "Physical Address Line 1": "Highway 78", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dearing", + "Physical Address State": "GA ", + "Physical Address Zip": "30808", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1719960", + "School District Name": "Illini Bluffs CUSD 327", + "Physical Address Line 1": "9611 S Hanna City Glasford Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glasford", + "Physical Address State": "IL ", + "Physical Address Zip": "61533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0924548352816153", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300016", + "School District Name": "Chattahoochee-Flint RESA", + "Physical Address Line 1": "203 East College Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellaville", + "Physical Address State": "GA ", + "Physical Address Zip": "31806", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300017", + "School District Name": "Heart of Georgia RESA", + "Physical Address Line 1": "1141 Cochran Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastman", + "Physical Address State": "GA ", + "Physical Address Zip": "31023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700113", + "School District Name": "Illini Central CUSD 189", + "Physical Address Line 1": "208 N West Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mason City", + "Physical Address State": "IL ", + "Physical Address Zip": "62664", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17941176470588235", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300018", + "School District Name": "First District RESA", + "Physical Address Line 1": "201 West Lee Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brooklet", + "Physical Address State": "GA ", + "Physical Address Zip": "30415", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300019", + "School District Name": "Southwest Georgia RESA", + "Physical Address Line 1": "118 McLaughlin Street SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pelham", + "Physical Address State": "GA ", + "Physical Address Zip": "31779", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701384", + "School District Name": "Illini West H S Dist 307", + "Physical Address Line 1": "600 Miller St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carthage", + "Physical Address State": "IL ", + "Physical Address Zip": "62321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13043478260869565", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300020", + "School District Name": "Coastal Plains RESA", + "Physical Address Line 1": "414 North Robinson", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lenox", + "Physical Address State": "GA ", + "Physical Address Zip": "31637", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904526", + "School District Name": "Carey Exempted Village Schools", + "Physical Address Line 1": "2016 Blue Devil Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carey", + "Physical Address State": "OH ", + "Physical Address Zip": "43316", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0891089108910891", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300021", + "School District Name": "Okefenokee RESA", + "Physical Address Line 1": "1450 North Augusta Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waycross", + "Physical Address State": "GA ", + "Physical Address Zip": "31503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1719970", + "School District Name": "Il Valley Central USD 321", + "Physical Address Line 1": "1300 W Sycamore St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chillicothe", + "Physical Address State": "IL ", + "Physical Address Zip": "61523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10987601539119282", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300023", + "School District Name": "State Charter Schools- Odyssey Charter School", + "Physical Address Line 1": "14 Saint John Cir", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newnan", + "Physical Address State": "GA ", + "Physical Address Zip": "30265", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2907350", + "School District Name": "CARL JUNCTION R-I", + "Physical Address Line 1": "206 S RONEY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARL JUNCTION", + "Physical Address State": "MO ", + "Physical Address Zip": "64834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.11534185658699278", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300025", + "School District Name": "Department of Corrections", + "Physical Address Line 1": "Suite 852. 205 Jessie Hill Jr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA ", + "Physical Address Zip": "30334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735970", + "School District Name": "Indian Creek CUSD 425", + "Physical Address Line 1": "506 S Shabbona Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shabbona", + "Physical Address State": "IL ", + "Physical Address Zip": "60550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10506329113924051", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300026", + "School District Name": "Department of Juvenile Justice", + "Physical Address Line 1": "3408 Covington Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Decatur", + "Physical Address State": "GA ", + "Physical Address Zip": "30032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606540", + "School District Name": "CARLE PLACE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "168 CHERRY LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARLE PLACE", + "Physical Address State": "NY ", + "Physical Address Zip": "11514", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05628002745367193", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300027", + "School District Name": "Department of Human Resources", + "Physical Address Line 1": "2 Peachtree Street. Suite 23", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA ", + "Physical Address Zip": "30303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741690", + "School District Name": "Indian Prairie CUSD 204", + "Physical Address Line 1": "780 Shoreline Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aurora", + "Physical Address State": "IL ", + "Physical Address Zip": "60504", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04925077538208587", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300028", + "School District Name": "Department of Labor", + "Physical Address Line 1": "148 Andrew Young International", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA ", + "Physical Address Zip": "30303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1707170", + "School District Name": "Indian Springs SD 109", + "Physical Address Line 1": "7540 S 86th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Justice", + "Physical Address State": "IL ", + "Physical Address Zip": "60458", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2535675082327113", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503330", + "School District Name": "Carlisle", + "Physical Address Line 1": "83 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carlisle", + "Physical Address State": "MA ", + "Physical Address Zip": "01741", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.024132730015082957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720170", + "School District Name": "Iroquois County CUSD 9", + "Physical Address Line 1": "1411 W Lafayette St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Watseka", + "Physical Address State": "IL ", + "Physical Address Zip": "60970", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1767337807606264", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205010", + "School District Name": "Carlisle Area SD", + "Physical Address Line 1": "623 W. Penn St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carlisle", + "Physical Address State": "PA ", + "Physical Address Zip": "17013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.13941741033844082", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720180", + "School District Name": "Iroquois West CUSD 10", + "Physical Address Line 1": "529 E 2Nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gilman", + "Physical Address State": "IL ", + "Physical Address Zip": "60938", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12311265969802555", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1906270", + "School District Name": "Carlisle Comm School District", + "Physical Address Line 1": "430 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carlisle", + "Physical Address State": "IA ", + "Physical Address Zip": "50047", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05240174672489083", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720190", + "School District Name": "Irvington CCSD 11", + "Physical Address Line 1": "PO Box 130", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Irvington", + "Physical Address State": "IL ", + "Physical Address Zip": "62848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.24285714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300214", + "School District Name": "State Charter Schools- Mountain Education Charter High Scho", + "Physical Address Line 1": "1963 Tom Bell Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "GA ", + "Physical Address Zip": "30528", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100960", + "School District Name": "Carlisle County", + "Physical Address Line 1": "4557 State Rt 1377", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bardwell", + "Physical Address State": "KY ", + "Physical Address Zip": "42023", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21385176184690158", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300217", + "School District Name": "State Charter Schools II- Fulton Leadership Academy", + "Physical Address Line 1": "2575 Dodson Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Point", + "Physical Address State": "GA ", + "Physical Address Zip": "30344", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720220", + "School District Name": "Itasca SD 10", + "Physical Address Line 1": "200 N Maple St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Itasca", + "Physical Address State": "IL ", + "Physical Address Zip": "60143", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06306306306306306", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300218", + "School District Name": "State Charter Schools II- Pataula Charter Academy", + "Physical Address Line 1": "18637 Hartford St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edison", + "Physical Address State": "GA ", + "Physical Address Zip": "39846", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812870", + "School District Name": "CARLISLE ISD", + "Physical Address Line 1": "8960 FM 13 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HENDERSON", + "Physical Address State": "TX ", + "Physical Address Zip": "75654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2330508474576271", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300221", + "School District Name": "State Charter Schools II- Atlanta Heights Charter School", + "Physical Address Line 1": "3712 Martin Luther King Jr Dr", + "Physical Address Line 2": "SW", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA ", + "Physical Address Zip": "30331", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720250", + "School District Name": "Iuka CCSD 7", + "Physical Address Line 1": "405 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Iuka", + "Physical Address State": "IL ", + "Physical Address Zip": "62849", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12992125984251968", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300222", + "School District Name": "State Charter Schools II- Coweta Charter Academy", + "Physical Address Line 1": "6675 Highway 16", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Senoia", + "Physical Address State": "GA ", + "Physical Address Zip": "30276", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905041", + "School District Name": "Carlisle Local", + "Physical Address Line 1": "230 Jamaica Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carlisle", + "Physical Address State": "OH ", + "Physical Address Zip": "45005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08558030480656506", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300226", + "School District Name": "State Charter Schools- Ivy Preparatory Academy- Inc", + "Physical Address Line 1": "1807 Memorial Dr SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA ", + "Physical Address Zip": "30317", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726880", + "School District Name": "J S Morton HSD 201", + "Physical Address Line 1": "5801 W Cermak Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cicero", + "Physical Address State": "IL ", + "Physical Address Zip": "60804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17143177486265276", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300227", + "School District Name": "State Charter Schools- Georgia Connections Academy", + "Physical Address Line 1": "2763 Meadow Church Rd Ste 208", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duluth", + "Physical Address State": "GA ", + "Physical Address Zip": "30097", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720280", + "School District Name": "Jacksonville SD 117", + "Physical Address Line 1": "211 W State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jacksonville", + "Physical Address State": "IL ", + "Physical Address Zip": "62650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17953890489913546", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300230", + "School District Name": "State Charter Schools- Cherokee Charter Academy", + "Physical Address Line 1": "2126 Sixes Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "GA ", + "Physical Address Zip": "30114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300232", + "School District Name": "State Charter Schools- Georgia Cyber Academy", + "Physical Address Line 1": "1745 Phoenix Blvd Ste 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA ", + "Physical Address Zip": "30349", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720370", + "School District Name": "Jasper CCSD 17", + "Physical Address Line 1": "2030 County Road 1020 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "IL ", + "Physical Address Zip": "62837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1774193548387097", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300233", + "School District Name": "State Charter Schools- Utopian Academy for the Arts Charter", + "Physical Address Line 1": "2750 Forest Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellenwood", + "Physical Address State": "GA ", + "Physical Address Zip": "30294", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500300", + "School District Name": "CARLSBAD MUNICIPAL SCHOOLS", + "Physical Address Line 1": "408 NORTH CANYON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARLSBAD", + "Physical Address State": "NM ", + "Physical Address Zip": "88220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16622830089426618", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300234", + "School District Name": "State Charter Schools- International Charter School of Atla", + "Physical Address Line 1": "1335 Northmeadow Pkwy Ste 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roswell", + "Physical Address State": "GA ", + "Physical Address Zip": "30076", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720380", + "School District Name": "Jasper County CUD 1", + "Physical Address Line 1": "609 S Lafayette St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newton", + "Physical Address State": "IL ", + "Physical Address Zip": "62448", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13129251700680272", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300235", + "School District Name": "State Charter Schools- Foothills Charter High School (Centr", + "Physical Address Line 1": "2415 Jefferson Rd Ste B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Athens", + "Physical Address State": "GA ", + "Physical Address Zip": "30607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720430", + "School District Name": "Jersey CUSD 100", + "Physical Address Line 1": "100 Lincoln Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jerseyville", + "Physical Address State": "IL ", + "Physical Address Zip": "62052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11857707509881422", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300236", + "School District Name": "State Charter Schools- Scintilla Charter Academy", + "Physical Address Line 1": "2171 E Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valdosta", + "Physical Address State": "GA ", + "Physical Address Zip": "31602", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402790", + "School District Name": "Carlstadt Public School District", + "Physical Address Line 1": "550 WASHINGTON STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARLSTADT", + "Physical Address State": "NJ ", + "Physical Address Zip": "07072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11092715231788079", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300237", + "School District Name": "State Charter Schools- Dubois Integrity Academy", + "Physical Address Line 1": "6479 Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverdale", + "Physical Address State": "GA ", + "Physical Address Zip": "30274", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720490", + "School District Name": "Johnsburg CUSD 12", + "Physical Address Line 1": "2222 Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnsburg", + "Physical Address State": "IL ", + "Physical Address Zip": "60051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04867034621174109", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300238", + "School District Name": "State Charter Schools- Georgia School for Innovation and th", + "Physical Address Line 1": "5073 Storey Mill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hephzibah", + "Physical Address State": "GA ", + "Physical Address Zip": "30815", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402800", + "School District Name": "Carlstadt-East Rutherford Regional High School District", + "Physical Address Line 1": "120 Paterson Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Rutherford", + "Physical Address State": "NJ ", + "Physical Address Zip": "07073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0887218045112782", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300239", + "School District Name": "State Charter Schools II- Cirrus Charter Academy", + "Physical Address Line 1": "1870 Pio Nono Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Macon", + "Physical Address State": "GA ", + "Physical Address Zip": "31204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720550", + "School District Name": "Johnston City CUSD 1", + "Physical Address Line 1": "PO Box 147", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnston City", + "Physical Address State": "IL ", + "Physical Address Zip": "62951", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.20065789473684212", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000795", + "School District Name": "CARLTON LANDING ACADEMY", + "Physical Address Line 1": "10 Boulevard Unit A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carlton Landing", + "Physical Address State": "OK ", + "Physical Address Zip": "74432", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300241", + "School District Name": "State Charter Schools II- Liberty Tech Charter Academy", + "Physical Address Line 1": "119 Price Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brooks", + "Physical Address State": "GA ", + "Physical Address Zip": "30205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720580", + "School District Name": "Joliet PSD 86", + "Physical Address Line 1": "420 N Raynor Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Joliet", + "Physical Address State": "IL ", + "Physical Address Zip": "60435", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23199371130981625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300242", + "School District Name": "State Charter Schools II- Brookhaven Innovation Academy", + "Physical Address Line 1": "186 Hunter St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norcross", + "Physical Address State": "GA ", + "Physical Address Zip": "30071", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2707590", + "School District Name": "CARLTON PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "405 SCHOOL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARLTON", + "Physical Address State": "MN ", + "Physical Address Zip": "55718", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08935611038107753", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300243", + "School District Name": "State Charter Schools II- Southwest Georgia S.T.E.M. Charte", + "Physical Address Line 1": "185 Pecan St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shellman", + "Physical Address State": "GA ", + "Physical Address Zip": "39886", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720610", + "School District Name": "Joliet Twp HSD 204", + "Physical Address Line 1": "300 Caterpillar Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Joliet", + "Physical Address State": "IL ", + "Physical Address Zip": "60436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15235059760956177", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300244", + "School District Name": "State Charter Schools II- Genesis Innovation Academy for Gi", + "Physical Address Line 1": "1049 Custer Avenue SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA ", + "Physical Address Zip": "30316", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720640", + "School District Name": "County of Union Sch Dist No43", + "Physical Address Line 1": "309 Cook Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jonesboro", + "Physical Address State": "IL ", + "Physical Address Zip": "62952", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18413597733711048", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300245", + "School District Name": "State Charter Schools II- SAIL Charter Academy - School for", + "Physical Address Line 1": "4575 Blanchard Woods Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Evans", + "Physical Address State": "GA ", + "Physical Address Zip": "30809", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205040", + "School District Name": "Carlynton SD", + "Physical Address Line 1": "435 Kings Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carnegie", + "Physical Address State": "PA ", + "Physical Address Zip": "15106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17139548349739434", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300246", + "School District Name": "State Charter Schools- Coastal Plains Charter High School -", + "Physical Address Line 1": "1111 Glynco Parkway Summit Bui", + "Physical Address Line 2": "lding 2 Suite 500", + "Physical Address Line 3": "", + "Physical Address City": "Brunswick", + "Physical Address State": "GA ", + "Physical Address Zip": "31525", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700015", + "School District Name": "Joppa-Maple Grove UD 38", + "Physical Address Line 1": "PO Box 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Joppa", + "Physical Address State": "IL ", + "Physical Address Zip": "62953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28679245283018867", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300247", + "School District Name": "State Charter Schools II- Resurgence Hall Charter School", + "Physical Address Line 1": "1706 Washington Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Point", + "Physical Address State": "GA ", + "Physical Address Zip": "30344", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2607890", + "School District Name": "Carman-Ainsworth Community Schools", + "Physical Address Line 1": "G3475 W Court St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flint", + "Physical Address State": "MI ", + "Physical Address Zip": "48532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2835694650031719", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300248", + "School District Name": "State Charter Schools II- Genesis Innovation Academy for Bo", + "Physical Address Line 1": "1049 Custer Avenue SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA ", + "Physical Address Zip": "30316", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724480", + "School District Name": "Kaneland CUSD 302", + "Physical Address Line 1": "47W326 Keslinger Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maple Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60151", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.041113219481340925", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300249", + "School District Name": "State Charter Schools II- International Academy of Smyrna", + "Physical Address Line 1": "2144 S Cobb Dr SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smyrna", + "Physical Address State": "GA ", + "Physical Address Zip": "30080", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606570", + "School District Name": "CARMEL CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "81 SOUTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PATTERSON", + "Physical Address State": "NY ", + "Physical Address Zip": "12563", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05572065378900446", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300250", + "School District Name": "State Charter Schools II- International Charter Academy of", + "Physical Address Line 1": "3705 Engineering Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peachtree Corners", + "Physical Address State": "GA ", + "Physical Address Zip": "30092", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720760", + "School District Name": "Kankakee SD 111", + "Physical Address Line 1": "240 Warren Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kankakee", + "Physical Address State": "IL ", + "Physical Address Zip": "60901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.26628313129237724", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300251", + "School District Name": "State Charter Schools II- SLAM Academy of Atlanta", + "Physical Address Line 1": "1150 Westview Dr SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA ", + "Physical Address Zip": "30310", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801200", + "School District Name": "Carmel Clay Schools", + "Physical Address Line 1": "5201 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carmel", + "Physical Address State": "IN ", + "Physical Address Zip": "46033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.026676639242084268", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300252", + "School District Name": "State Charter Schools II- Academy For Classical Education", + "Physical Address Line 1": "5665 New Forsyth Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Macon", + "Physical Address State": "GA ", + "Physical Address Zip": "31210", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720790", + "School District Name": "Kansas CUSD 3", + "Physical Address Line 1": "310 S Front St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kansas", + "Physical Address State": "IL ", + "Physical Address Zip": "61933", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18691588785046728", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300253", + "School District Name": "State Charter Schools II- Spring Creek Charter Academy", + "Physical Address Line 1": "2501 Vada Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bainbridge", + "Physical Address State": "GA ", + "Physical Address Zip": "39817", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720880", + "School District Name": "Keeneyville SD 20", + "Physical Address Line 1": "5540 Arlington Dr E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanover Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60133", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13029728020240355", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300254", + "School District Name": "State Schools", + "Physical Address Line 1": "205 Jesse Hill Jr. Drive. SE", + "Physical Address Line 2": "Suite 1566 Twin Towers East", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA ", + "Physical Address Zip": "30334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500088", + "School District Name": "Carmen Middle School South Agency", + "Physical Address Line 1": "2433 S 15th Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300255", + "School District Name": "State Charter Schools II- Ethos Classical Charter School", + "Physical Address Line 1": "2295 Springdale Cir SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA ", + "Physical Address Zip": "30315", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720910", + "School District Name": "Kell Cons SD 2", + "Physical Address Line 1": "207 N Johnson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kell", + "Physical Address State": "IL ", + "Physical Address Zip": "62853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11666666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300256", + "School District Name": "State Charter Schools II- Baconton Community Charter School", + "Physical Address Line 1": "260 E Walton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baconton", + "Physical Address State": "GA ", + "Physical Address Zip": "31716", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1720970", + "School District Name": "Kenilworth SD 38", + "Physical Address Line 1": "542 Abbotsford Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kenilworth", + "Physical Address State": "IL ", + "Physical Address Zip": "60043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.034623217922606926", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300257", + "School District Name": "State Charter Schools II- Yi Hwang Academy of Language Exce", + "Physical Address Line 1": "4550 RiverGreen Parkway - Suit", + "Physical Address Line 2": "e 100", + "Physical Address Line 3": "", + "Physical Address City": "Duluth", + "Physical Address State": "GA ", + "Physical Address Zip": "30096", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205070", + "School District Name": "Carmichaels Area SD", + "Physical Address Line 1": "225 N Vine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carmichaels", + "Physical Address State": "PA ", + "Physical Address Zip": "15320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21557454890788225", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300258", + "School District Name": "State Charter Schools II- Furlow Charter School", + "Physical Address Line 1": "63 Valley Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Americus", + "Physical Address State": "GA ", + "Physical Address Zip": "31709", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721000", + "School District Name": "Kewanee CUSD 229", + "Physical Address Line 1": "1001 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kewanee", + "Physical Address State": "IL ", + "Physical Address Zip": "61443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2448024948024948", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300259", + "School District Name": "State Charter Schools II- Atlanta SMART Academy", + "Physical Address Line 1": "2636 Martin Luther King Jr Dr", + "Physical Address Line 2": "SW Ste 14", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA ", + "Physical Address Zip": "30311", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006630", + "School District Name": "CARNEGIE", + "Physical Address Line 1": "330 West Wildcat Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carnegie", + "Physical Address State": "OK ", + "Physical Address Zip": "73015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4423076923076923", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300260", + "School District Name": "State Charter Schools II- Harriet Tubman School of Science", + "Physical Address Line 1": "3828 Old Gordon Rd NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA", + "Physical Address Zip": "30336", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721030", + "School District Name": "Kildeer Countryside CCSD 96", + "Physical Address Line 1": "1050 Ivy Hall Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buffalo Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "60089", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03857566765578635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300261", + "School District Name": "State Charter Schools II- Atlanta Unbound Academy", + "Physical Address Line 1": "1743 Hardin Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "College Park", + "Physical Address State": "GA ", + "Physical Address Zip": "30337", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006690", + "School District Name": "CARNEY", + "Physical Address Line 1": "204 South Carney Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carney", + "Physical Address State": "OK ", + "Physical Address Zip": "74832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19069767441860466", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300262", + "School District Name": "State Charter Schools II- D.E.L.T.A. STEAM Academy", + "Physical Address Line 1": "7131 Mount Vernon Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lithia Springs", + "Physical Address State": "GA ", + "Physical Address Zip": "30122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721130", + "School District Name": "Kings Cons SD 144", + "Physical Address Line 1": "100 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kings", + "Physical Address State": "IL ", + "Physical Address Zip": "61068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15503875968992248", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300263", + "School District Name": "State Charter Schools II- Georgia Fugees Academy Charter Sc", + "Physical Address Line 1": "4046 Chamblee Tucker Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atlanta", + "Physical Address State": "GA ", + "Physical Address Zip": "30340", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608010", + "School District Name": "Carney-Nadeau Public Schools", + "Physical Address Line 1": "151 N US HIGHWAY 41", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARNEY", + "Physical Address State": "MI ", + "Physical Address Zip": "49812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15566037735849056", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300264", + "School District Name": "State Charter Schools II- Northwest Classical Academy", + "Physical Address Line 1": "3010 Cobb Parkway North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kennesaw", + "Physical Address State": "GA ", + "Physical Address Zip": "30152", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721180", + "School District Name": "Kinnikinnick CCSD 131", + "Physical Address Line 1": "5410 Pine Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roscoe", + "Physical Address State": "IL ", + "Physical Address Zip": "61073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07884719956498097", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608040", + "School District Name": "Caro Community Schools", + "Physical Address Line 1": "301 NORTH HOOPER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARO", + "Physical Address State": "MI ", + "Physical Address Zip": "48723", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19530284301606923", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721270", + "School District Name": "Kirby SD 140", + "Physical Address Line 1": "16931 Grissom Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tinley Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60477", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10721193699917105", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700423", + "School District Name": "Carolina Charter Academy: CFA", + "Physical Address Line 1": "8529 NC Highway 55", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Angier", + "Physical Address State": "NC ", + "Physical Address Zip": "27501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721390", + "School District Name": "Knoxville CUSD 202", + "Physical Address Line 1": "809 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Knoxville", + "Physical Address State": "IL ", + "Physical Address Zip": "61448", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13948919449901767", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700133", + "School District Name": "Carolina International School", + "Physical Address Line 1": "9545 Poplar Tent Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concord", + "Physical Address State": "NC ", + "Physical Address Zip": "28027", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721420", + "School District Name": "Komarek SD 94", + "Physical Address Line 1": "8940 W 24th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Riverside", + "Physical Address State": "IL ", + "Physical Address Zip": "60546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11655405405405406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100660", + "School District Name": "CAROLINE CO PBLC SCHS", + "Physical Address Line 1": "16261 Richmond Turnpike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bowling Green", + "Physical Address State": "VA ", + "Physical Address Zip": "22427", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14220445459737294", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701381", + "School District Name": "La Harpe CSD 347", + "Physical Address Line 1": "404 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Harpe", + "Physical Address State": "IL ", + "Physical Address Zip": "61450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400180", + "School District Name": "Caroline County Public Schools", + "Physical Address Line 1": "204 Franklin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denton", + "Physical Address State": "MD ", + "Physical Address Zip": "21629", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19547079856972585", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721680", + "School District Name": "La Moille CUSD 303", + "Physical Address Line 1": "801 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Moille", + "Physical Address State": "IL ", + "Physical Address Zip": "61330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1759656652360515", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1719110", + "School District Name": "LaGrange Highlands SD 106", + "Physical Address Line 1": "1750 W Plainfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Grange Highlands", + "Physical Address State": "IL ", + "Physical Address Zip": "60525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03267411865864144", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721600", + "School District Name": "La Grange SD 102", + "Physical Address Line 1": "333 N Park Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Grange Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.053620784964068545", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2303980", + "School District Name": "Carrabassett Valley Public Schools", + "Physical Address Line 1": "1001 Carriage Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carrabassett Valley", + "Physical Address State": "ME ", + "Physical Address Zip": "04947", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08571428571428572", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721630", + "School District Name": "La Grange SD 105 South", + "Physical Address Line 1": "701 7th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Grange", + "Physical Address State": "IL ", + "Physical Address Zip": "60525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10356422326832548", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722080", + "School District Name": "La Salle ESD 122", + "Physical Address Line 1": "1165 Saint Vincents Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Salle", + "Physical Address State": "IL ", + "Physical Address Zip": "61301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2907801418439716", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800053", + "School District Name": "CARRINGTON 49", + "Physical Address Line 1": "100 3rd Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carrington", + "Physical Address State": "ND ", + "Physical Address Zip": "58421", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722110", + "School District Name": "La Salle-Peru Twp HSD 120", + "Physical Address Line 1": "541 Chartres St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Salle", + "Physical Address State": "IL ", + "Physical Address Zip": "61301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14409847936278058", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4812990", + "School District Name": "CARRIZO SPRINGS CISD", + "Physical Address Line 1": "300 N 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARRIZO SPRINGS", + "Physical Address State": "TX ", + "Physical Address Zip": "78834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.32156436719174364", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721510", + "School District Name": "Ladd CCSD 94", + "Physical Address Line 1": "232 E Cleveland St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ladd", + "Physical Address State": "IL ", + "Physical Address Zip": "61329", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20398009950248755", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500330", + "School District Name": "CARRIZOZO MUNICIPAL SCHOOLS", + "Physical Address Line 1": "800 D AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARRIZOZO", + "Physical Address State": "NM ", + "Physical Address Zip": "88301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.31088082901554404", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721720", + "School District Name": "Lake Bluff ESD 65", + "Physical Address Line 1": "121 E Sheridan Pl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Bluff", + "Physical Address State": "IL ", + "Physical Address Zip": "60044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.055970149253731345", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100690", + "School District Name": "CARROLL CO PBLC SCHS", + "Physical Address Line 1": "605-9 Pine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsville", + "Physical Address State": "VA ", + "Physical Address Zip": "24343", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21863799283154123", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1301020", + "School District Name": "Savannah-Chatham County", + "Physical Address Line 1": "208 Bull St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Savannah", + "Physical Address State": "GA ", + "Physical Address Zip": "31401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.23859545855878292", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1721780", + "School District Name": "Lake Forest CHSD 115", + "Physical Address Line 1": "300 S Waukegan Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Forest", + "Physical Address State": "IL ", + "Physical Address Zip": "60045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.030403537866224434", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1906330", + "School District Name": "Carroll Comm School District", + "Physical Address Line 1": "1026 N. Adams St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carroll", + "Physical Address State": "IA ", + "Physical Address Zip": "51401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.08395245170876671", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721750", + "School District Name": "Lake Forest SD 67", + "Physical Address Line 1": "300 S Waukegan Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Forest", + "Physical Address State": "IL ", + "Physical Address Zip": "60045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02847130968024529", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801290", + "School District Name": "Carroll Consolidated School Corp", + "Physical Address Line 1": "2 S 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flora", + "Physical Address State": "IN ", + "Physical Address Zip": "46929", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10344827586206896", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721840", + "School District Name": "Lake Park CHSD 108", + "Physical Address Line 1": "590 S Medinah Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roselle", + "Physical Address State": "IL ", + "Physical Address Zip": "60172", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0673281360737066", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700480", + "School District Name": "Carroll County", + "Physical Address Line 1": "14155 Paris ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntingdon", + "Physical Address State": "TN ", + "Physical Address Zip": "38344", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721870", + "School District Name": "Lake Villa CCSD 41", + "Physical Address Line 1": "131 McKinley Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Villa", + "Physical Address State": "IL ", + "Physical Address Zip": "60046", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0650661099512874", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1721900", + "School District Name": "Lake Zurich CUSD 95", + "Physical Address Line 1": "832 S Rand Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Zurich", + "Physical Address State": "IL ", + "Physical Address Zip": "60047", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.038760947129419396", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100990", + "School District Name": "Carroll County", + "Physical Address Line 1": "813 Hawkins St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carrollton", + "Physical Address State": "KY ", + "Physical Address Zip": "41008", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22917669715936448", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722020", + "School District Name": "Lansing SD 158", + "Physical Address Line 1": "18300 Greenbay Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lansing", + "Physical Address State": "IL ", + "Physical Address Zip": "60438", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2118466898954704", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400210", + "School District Name": "Carroll County Public Schools", + "Physical Address Line 1": "125 North Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westminster", + "Physical Address State": "MD ", + "Physical Address Zip": "21157", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.05821010044642857", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722050", + "School District Name": "Laraway CCSD 70C", + "Physical Address Line 1": "1715 Rowell Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Joliet", + "Physical Address State": "IL ", + "Physical Address Zip": "60433", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2877906976744186", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800930", + "School District Name": "CARROLL COUNTY SCHOOL DIST", + "Physical Address Line 1": "603 LEXINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARROLLTON", + "Physical Address State": "MS ", + "Physical Address Zip": "38917", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22067448680351906", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722150", + "School District Name": "Lawrence County CUD 20", + "Physical Address Line 1": "1802 Cedar St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawrenceville", + "Physical Address State": "IL ", + "Physical Address Zip": "62439", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22304526748971193", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813020", + "School District Name": "CARROLL ISD", + "Physical Address Line 1": "2400 N CARROLL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTHLAKE", + "Physical Address State": "TX ", + "Physical Address Zip": "76092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02911392405063291", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722620", + "School District Name": "LeRoy CUSD 2", + "Physical Address Line 1": "107 W Cherry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Le Roy", + "Physical Address State": "IL ", + "Physical Address Zip": "61752", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.06391478029294274", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2303990", + "School District Name": "Carroll Plt Public Schools", + "Physical Address Line 1": "31 Winn Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lee", + "Physical Address State": "ME ", + "Physical Address Zip": "04455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.36363636363636365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722300", + "School District Name": "Lebanon CUSD 9", + "Physical Address Line 1": "200 W Schuetz St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "IL ", + "Physical Address Zip": "62254", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13650306748466257", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100100", + "School District Name": "CARROLL-GALAX REG ALT ED PRGM/THE RAE CENTER", + "Physical Address Line 1": "C/O Carrol Co Public Schls", + "Physical Address Line 2": "605-9 Pine St", + "Physical Address Line 3": "", + "Physical Address City": "Hillsville", + "Physical Address State": "VA ", + "Physical Address Zip": "24343", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700170", + "School District Name": "Carroll/Jo Daviess/Stephenson ROE", + "Physical Address Line 1": "27 S State Ave Ste 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Freeport", + "Physical Address State": "IL ", + "Physical Address Zip": "61032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722870", + "School District Name": "Leland CUSD 1", + "Physical Address Line 1": "370 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leland", + "Physical Address State": "IL ", + "Physical Address Zip": "60531", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12852664576802508", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722500", + "School District Name": "Lemont Twp HSD 210", + "Physical Address Line 1": "800 Porter St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lemont", + "Physical Address State": "IL ", + "Physical Address Zip": "60439", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04169259489732421", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1707290", + "School District Name": "Lemont-Bromberek CSD 113A", + "Physical Address Line 1": "16100 W 127th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lemont", + "Physical Address State": "IL ", + "Physical Address Zip": "60439", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.051897502432695426", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904527", + "School District Name": "Carrollton Exempted Village", + "Physical Address Line 1": "205 Scio Rd SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carrollton", + "Physical Address State": "OH ", + "Physical Address Zip": "44615", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17963836477987422", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722530", + "School District Name": "Lena Winslow CUSD 202", + "Physical Address Line 1": "401 Fremont St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lena", + "Physical Address State": "IL ", + "Physical Address Zip": "61048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08513189448441247", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608070", + "School District Name": "Carrollton Public Schools", + "Physical Address Line 1": "3211 CARLA DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAGINAW", + "Physical Address State": "MI ", + "Physical Address Zip": "48604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.40832395950506184", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700153", + "School District Name": "Lewistown CUSD 97", + "Physical Address Line 1": "15501 E Avenue L", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewistown", + "Physical Address State": "IL ", + "Physical Address Zip": "61542", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1942675159235669", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2907380", + "School District Name": "CARROLLTON R-VII", + "Physical Address Line 1": "103 EAST 9TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARROLLTON", + "Physical Address State": "MO ", + "Physical Address Zip": "64633", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18705882352941178", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722710", + "School District Name": "Lexington CUSD 7", + "Physical Address Line 1": "100 E Wall St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "IL ", + "Physical Address Zip": "61753", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08787346221441125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813050", + "School District Name": "CARROLLTON-FARMERS BRANCH ISD", + "Physical Address Line 1": "1445 N PERRY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARROLLTON", + "Physical Address State": "TX ", + "Physical Address Zip": "75006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1293748911718614", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722740", + "School District Name": "Leyden CHSD 212", + "Physical Address Line 1": "3400 Rose St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13347022587268995", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200390", + "School District Name": "CARSON CITY SCHOOL DISTRICT", + "Physical Address Line 1": "1402 WEST KING", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARSON CITY", + "Physical Address State": "NV ", + "Physical Address Zip": "89702", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.14758183259712312", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722770", + "School District Name": "Liberty CUSD 2", + "Physical Address Line 1": "505 N Park St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Liberty", + "Physical Address State": "IL ", + "Physical Address Zip": "62347", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0609375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608130", + "School District Name": "Carson City-Crystal Area Schools", + "Physical Address Line 1": "213 E Sherman St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARSON CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "48811", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1565217391304348", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722830", + "School District Name": "CHSD 128", + "Physical Address Line 1": "50 Lakeview Pkwy Ste 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vernon Hills", + "Physical Address State": "IL ", + "Physical Address Zip": "60061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.028597230583985552", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608160", + "School District Name": "Carsonville-Port Sanilac School District", + "Physical Address Line 1": "100 NORTH GOETZE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARSONVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48419", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21346153846153845", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722800", + "School District Name": "Libertyville SD 70", + "Physical Address Line 1": "1381 Lake St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Libertyville", + "Physical Address State": "IL ", + "Physical Address Zip": "60048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02377179080824089", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000015", + "School District Name": "Carter", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ekalaka", + "Physical Address State": "MT ", + "Physical Address Zip": "59324", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722860", + "School District Name": "Lick Creek CCSD 16", + "Physical Address Line 1": "7355 Lick Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buncombe", + "Physical Address State": "IL ", + "Physical Address Zip": "62912", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.136", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700054", + "School District Name": "Carter Community Charter", + "Physical Address Line 1": "1955 West Cornwallis Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27705", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722950", + "School District Name": "Limestone CHSD 310", + "Physical Address Line 1": "4201 Airport Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peoria", + "Physical Address State": "IL ", + "Physical Address Zip": "61607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17847286108555657", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700510", + "School District Name": "Carter County", + "Physical Address Line 1": "305 Academy ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elizabethton", + "Physical Address State": "TN ", + "Physical Address Zip": "37643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.21814705371110724", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722920", + "School District Name": "Limestone Walters CCSD 316", + "Physical Address Line 1": "8223 W Smithville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peoria", + "Physical Address State": "IL ", + "Physical Address Zip": "61607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0782122905027933", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101020", + "School District Name": "Carter County", + "Physical Address Line 1": "228 S Carol Malone Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grayson", + "Physical Address State": "KY ", + "Physical Address Zip": "41143", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2826184092940125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723050", + "School District Name": "Lincoln CHSD 404", + "Physical Address Line 1": "1000 Railer Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "IL ", + "Physical Address Zip": "62656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09382151029748284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3005610", + "School District Name": "Carter County H S", + "Physical Address Line 1": "111 W Speelmon St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ekalaka", + "Physical Address State": "MT ", + "Physical Address Zip": "59324", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14814814814814814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708100", + "School District Name": "Lincoln ESD 156", + "Physical Address Line 1": "410 157th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calumet City", + "Physical Address State": "IL ", + "Physical Address Zip": "60409", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3440366972477064", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3005760", + "School District Name": "Carter Elem", + "Physical Address Line 1": "438 Second Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carter", + "Physical Address State": "MT ", + "Physical Address Zip": "59420", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722980", + "School District Name": "Lincoln ESD 27", + "Physical Address Line 1": "304 8th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "IL ", + "Physical Address Zip": "62656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2367379255740301", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700027", + "School District Name": "Carter G Woodson School", + "Physical Address Line 1": "437 Goldfloss Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winston-Salem", + "Physical Address State": "NC ", + "Physical Address Zip": "27127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723070", + "School District Name": "Lincoln Way CHSD 210", + "Physical Address Line 1": "1801 E Lincoln Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Lenox", + "Physical Address State": "IL ", + "Physical Address Zip": "60451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.032045110713794525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723090", + "School District Name": "Lincolnshire-Prairieview SD 103", + "Physical Address Line 1": "111 Barclay Blvd Ste 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincolnshire", + "Physical Address State": "IL ", + "Physical Address Zip": "60069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02672147995889003", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700630", + "School District Name": "Carteret County Public Schools", + "Physical Address Line 1": "107 Safrit Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beaufort", + "Physical Address State": "NC ", + "Physical Address Zip": "28516", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16374972653686284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723100", + "School District Name": "Lincolnwood SD 74", + "Physical Address Line 1": "6950 N East Prairie Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincolnwood", + "Physical Address State": "IL ", + "Physical Address Zip": "60712", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12171507607192254", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402820", + "School District Name": "Carteret Public School District", + "Physical Address Line 1": "599 Roosevelt Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carteret", + "Physical Address State": "NJ ", + "Physical Address Zip": "07008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1549807125028364", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713440", + "School District Name": "Lindop SD 92", + "Physical Address Line 1": "2400 S 18th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Broadview", + "Physical Address State": "IL ", + "Physical Address Zip": "60155", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2073170731707317", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723160", + "School District Name": "Lisbon CCSD 90", + "Physical Address Line 1": "127 S Canal St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "IL ", + "Physical Address Zip": "60541", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06837606837606838", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723200", + "School District Name": "Lisle CUSD 202", + "Physical Address Line 1": "5211 Center Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lisle", + "Physical Address State": "IL ", + "Physical Address Zip": "60532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06518196632265073", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606630", + "School District Name": "CARTHAGE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "25059 WOOLWORTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARTHAGE", + "Physical Address State": "NY ", + "Physical Address Zip": "13619", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.160149511213341", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723250", + "School District Name": "Litchfield CUSD 12", + "Physical Address Line 1": "601 S State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Litchfield", + "Physical Address State": "IL ", + "Physical Address Zip": "62056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16608269096005607", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709210", + "School District Name": "Lockport SD 91", + "Physical Address Line 1": "808 Adams St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lockport", + "Physical Address State": "IL ", + "Physical Address Zip": "60441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08530805687203792", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813110", + "School District Name": "CARTHAGE ISD", + "Physical Address Line 1": "1600 W PANOLA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARTHAGE", + "Physical Address State": "TX ", + "Physical Address Zip": "75633", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18689138576779027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723350", + "School District Name": "Lockport Twp HSD 205", + "Physical Address Line 1": "1323 E 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lockport", + "Physical Address State": "IL ", + "Physical Address Zip": "60441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.064032016008004", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2907460", + "School District Name": "CARTHAGE R-IX", + "Physical Address Line 1": "709 W CENTENNIAL AVE.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARTHAGE", + "Physical Address State": "MO ", + "Physical Address Zip": "64836", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1761827079934747", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723460", + "School District Name": "Lombard SD 44", + "Physical Address Line 1": "150 W Madison St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lombard", + "Physical Address State": "IL ", + "Physical Address Zip": "60148", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07714123652864435", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700120", + "School District Name": "Lostant CUSD 425", + "Physical Address Line 1": "315 W 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lostant", + "Physical Address State": "IL ", + "Physical Address Zip": "61334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10619469026548672", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740920", + "School District Name": "Lowpoint-Washburn CUSD 21", + "Physical Address Line 1": "PO Box 580", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washburn", + "Physical Address State": "IL ", + "Physical Address Zip": "61570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12628865979381443", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2907470", + "School District Name": "CARUTHERSVILLE 18", + "Physical Address Line 1": "1711 WARD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARUTHERSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "63830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.41275797373358347", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723700", + "School District Name": "Ludlow CCSD 142", + "Physical Address Line 1": "PO Box 130", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ludlow", + "Physical Address State": "IL ", + "Physical Address Zip": "60949", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23809523809523808", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503360", + "School District Name": "Carver", + "Physical Address Line 1": "3 Carver Square Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carver", + "Physical Address State": "MA ", + "Physical Address Zip": "02330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06793935991016282", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723850", + "School District Name": "Lyons SD 103", + "Physical Address Line 1": "4100 Joliet Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lyons", + "Physical Address State": "IL ", + "Physical Address Zip": "60534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16956353804557744", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700407", + "School District Name": "Carver County Schools Network", + "Physical Address Line 1": "1001 HIGHWAY 25 NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATERTOWN", + "Physical Address State": "MN ", + "Physical Address Zip": "55388", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723880", + "School District Name": "Lyons Twp HSD 204", + "Physical Address Line 1": "100 S Brainard Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Grange", + "Physical Address State": "IL ", + "Physical Address Zip": "60525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04385366962054078", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723920", + "School District Name": "Macomb CUSD 185", + "Physical Address Line 1": "323 W Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Macomb", + "Physical Address State": "IL ", + "Physical Address Zip": "61455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21576354679802956", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723970", + "School District Name": "Madison CUSD 12", + "Physical Address Line 1": "602 Farrish St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "IL ", + "Physical Address Zip": "62060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.4368932038834951", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900186", + "School District Name": "Casa Blanca Community School", + "Physical Address Line 1": "3455 W Casa Blanca Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bapchule", + "Physical Address State": "AZ", + "Physical Address Zip": "85121", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724000", + "School District Name": "Maercker SD 60", + "Physical Address Line 1": "1 S Cass Ave Ste 202", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westmont", + "Physical Address State": "IL ", + "Physical Address Zip": "60559", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10620052770448549", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700131", + "School District Name": "Casa Esperanza Montessori", + "Physical Address Line 1": "2600 Sumner Blvd #130", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27616", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724060", + "School District Name": "Mahomet-Seymour CUSD 3", + "Physical Address Line 1": "1301 S Bulldog Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mahomet", + "Physical Address State": "IL ", + "Physical Address Zip": "61853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.03825136612021858", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724090", + "School District Name": "Maine Township HSD 207", + "Physical Address Line 1": "1177 S Dee Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Park Ridge", + "Physical Address State": "IL ", + "Physical Address Zip": "60068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0855324227556027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724120", + "School District Name": "Malden CCSD 84", + "Physical Address Line 1": "PO Box 216", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Malden", + "Physical Address State": "IL ", + "Physical Address Zip": "61337", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000016", + "School District Name": "Cascade", + "Physical Address Line 1": "325 Second Avenue North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Great Falls", + "Physical Address State": "MT ", + "Physical Address Zip": "59401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724270", + "School District Name": "Manhattan SD 114", + "Physical Address Line 1": "25440 S Gougar Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manhattan", + "Physical Address State": "IL ", + "Physical Address Zip": "60442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.036860879904875146", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900593", + "School District Name": "Cascade Career Prep High School", + "Physical Address Line 1": "1458 Brittain Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44310", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724330", + "School District Name": "Mannheim SD 83", + "Physical Address Line 1": "10401 Grand Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.166597767672592", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724390", + "School District Name": "Manteno CUSD 5", + "Physical Address Line 1": "84 N Oak St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manteno", + "Physical Address State": "IL ", + "Physical Address Zip": "60950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08134437408670239", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3005880", + "School District Name": "Cascade Elem", + "Physical Address Line 1": "321 Central Avenue West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cascade", + "Physical Address State": "MT ", + "Physical Address Zip": "59421", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1761904761904762", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724570", + "School District Name": "Marengo CHSD 154", + "Physical Address Line 1": "110 Franks Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marengo", + "Physical Address State": "IL ", + "Physical Address Zip": "60152", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.062034739454094295", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3005910", + "School District Name": "Cascade H S", + "Physical Address Line 1": "321 Central Avenue West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cascade", + "Physical Address State": "MT ", + "Physical Address Zip": "59421", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13930348258706468", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700077", + "School District Name": "Marengo-Union E Cons D 165", + "Physical Address Line 1": "816 E Grant Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marengo", + "Physical Address State": "IL ", + "Physical Address Zip": "60152", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0852372583479789", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300950", + "School District Name": "Cascade School District", + "Physical Address Line 1": "330 EVANS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEAVENWORTH", + "Physical Address State": "WA ", + "Physical Address Zip": "98826", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11006289308176101", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724600", + "School District Name": "Marion CUSD 2", + "Physical Address Line 1": "1700 W Cherry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "IL ", + "Physical Address Zip": "62959", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1850145489815713", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304020", + "School District Name": "Paulding County", + "Physical Address Line 1": "522 Hardee Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dallas", + "Physical Address State": "GA ", + "Physical Address Zip": "30132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10576414595452142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4102780", + "School District Name": "Cascade SD 5", + "Physical Address Line 1": "10226 Marion Rd SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turner", + "Physical Address State": "OR ", + "Physical Address Zip": "97392", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12777380100214747", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304050", + "School District Name": "Peach County", + "Physical Address Line 1": "523 Vineville Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Valley", + "Physical Address State": "GA ", + "Physical Address Zip": "31030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2884972170686456", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724650", + "School District Name": "Marissa CUSD 40", + "Physical Address Line 1": "1 E Marissa St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marissa", + "Physical Address State": "IL ", + "Physical Address Zip": "62257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2268041237113402", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304080", + "School District Name": "Pelham City", + "Physical Address Line 1": "188 West Railroad St South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pelham", + "Physical Address State": "GA ", + "Physical Address Zip": "31779", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.34718100890207715", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724750", + "School District Name": "Maroa Forsyth CUSD 2", + "Physical Address Line 1": "641 E Shafer St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forsyth", + "Physical Address State": "IL ", + "Physical Address Zip": "62535", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07637231503579953", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304110", + "School District Name": "Pickens County", + "Physical Address Line 1": "159 Stegall Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jasper", + "Physical Address State": "GA ", + "Physical Address Zip": "30143", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1545159983799109", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901626", + "School District Name": "Case Preparatory Academy", + "Physical Address Line 1": "107 S Arlington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44306", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304140", + "School District Name": "Pierce County", + "Physical Address Line 1": "834 East Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blackshear", + "Physical Address State": "GA ", + "Physical Address Zip": "31516", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22070098576122674", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724780", + "School District Name": "Marquardt SD 15", + "Physical Address Line 1": "1860 Glen Ellyn Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendale Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "60139", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16485981308411216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304170", + "School District Name": "Pike County", + "Physical Address Line 1": "115 West Jackson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zebulon", + "Physical Address State": "GA ", + "Physical Address Zip": "30295", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11611982881597717", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608280", + "School District Name": "Caseville Public Schools", + "Physical Address Line 1": "6609 VINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASEVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48725", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13253012048192772", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304200", + "School District Name": "Polk County", + "Physical Address Line 1": "612 South College Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cedartown", + "Physical Address State": "GA ", + "Physical Address Zip": "30125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.24070450097847357", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705466", + "School District Name": "Marseilles ESD 150", + "Physical Address Line 1": "201 Chicago St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marseilles", + "Physical Address State": "IL ", + "Physical Address Zip": "61341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.248", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304220", + "School District Name": "Pulaski County", + "Physical Address Line 1": "206 McCormick Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hawkinsville", + "Physical Address State": "GA ", + "Physical Address Zip": "31036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26960418222554144", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101050", + "School District Name": "Casey County", + "Physical Address Line 1": "1922 N Us 127", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Liberty", + "Physical Address State": "KY ", + "Physical Address Zip": "42539", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29178885630498536", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304260", + "School District Name": "Putnam County", + "Physical Address Line 1": "158 Old Glenwood Springs Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eatonton", + "Physical Address State": "GA ", + "Physical Address Zip": "31024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.24", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724870", + "School District Name": "Marshall CUSD 2C", + "Physical Address Line 1": "503 Pine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marshall", + "Physical Address State": "IL ", + "Physical Address Zip": "62441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1548974943052392", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304290", + "School District Name": "Quitman County", + "Physical Address Line 1": "215 Kaigler Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Georgetown", + "Physical Address State": "GA ", + "Physical Address Zip": "31754", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.41843971631205673", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724900", + "School District Name": "Martinsville CUSD 3C", + "Physical Address Line 1": "PO Box K", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Martinsville", + "Physical Address State": "IL ", + "Physical Address Zip": "62442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1776765375854214", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304320", + "School District Name": "Rabun County", + "Physical Address Line 1": "41 Education Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clayton", + "Physical Address State": "GA ", + "Physical Address Zip": "30525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20281416787967008", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006810", + "School District Name": "CASHION", + "Physical Address Line 1": "101 North Euclid", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cashion", + "Physical Address State": "OK ", + "Physical Address Zip": "73016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07994186046511628", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304350", + "School District Name": "Randolph County", + "Physical Address Line 1": "1208 Andrew Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cuthbert", + "Physical Address State": "GA ", + "Physical Address Zip": "39840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3588709677419355", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724940", + "School District Name": "Mascoutah CUD 19", + "Physical Address Line 1": "421 W Harnett St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mascoutah", + "Physical Address State": "IL ", + "Physical Address Zip": "62258", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.055619930475086905", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304380", + "School District Name": "Richmond County", + "Physical Address Line 1": "864 Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Augusta", + "Physical Address State": "GA ", + "Physical Address Zip": "30901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.31532395886427006", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5300960", + "School District Name": "CASHMERE SCHOOL DISTRICT", + "Physical Address Line 1": "210 S DIVISION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASHMERE", + "Physical Address State": "WA ", + "Physical Address Zip": "98815", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1261437908496732", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304410", + "School District Name": "Rockdale County", + "Physical Address Line 1": "954 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conyers", + "Physical Address State": "GA ", + "Physical Address Zip": "30012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19833532865857134", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725000", + "School District Name": "Massac UD 1", + "Physical Address Line 1": "PO Box 530", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Metropolis", + "Physical Address State": "IL ", + "Physical Address Zip": "62960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.24614594039054472", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304440", + "School District Name": "Rome City", + "Physical Address Line 1": "508 East 2nd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rome", + "Physical Address State": "GA ", + "Physical Address Zip": "30161", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.29059955588452996", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502340", + "School District Name": "Cashton School District", + "Physical Address Line 1": "540 Coe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cashton", + "Physical Address State": "WI ", + "Physical Address Zip": "54619", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2020100502512563", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304470", + "School District Name": "Schley County", + "Physical Address Line 1": "401 Perry Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellaville", + "Physical Address State": "GA ", + "Physical Address Zip": "31806", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21071863580998781", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725020", + "School District Name": "Matteson ESD 162", + "Physical Address Line 1": "4601 Sauk Trl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richton Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60471", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2422171602126044", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304500", + "School District Name": "Screven County", + "Physical Address Line 1": "216 Mims Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sylvania", + "Physical Address State": "GA ", + "Physical Address Zip": "30467", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2991573033707865", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600152", + "School District Name": "Casman Alternative Academy", + "Physical Address Line 1": "225 9TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANISTEE", + "Physical Address State": "MI ", + "Physical Address Zip": "49660", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304530", + "School District Name": "Seminole County", + "Physical Address Line 1": "800 South Woolfork Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Donalsonville", + "Physical Address State": "GA ", + "Physical Address Zip": "39845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3364352183249821", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725050", + "School District Name": "Mattoon CUSD 2", + "Physical Address Line 1": "1701 Charleston Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mattoon", + "Physical Address State": "IL ", + "Physical Address Zip": "61938", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18432883750802825", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304540", + "School District Name": "Social Circle City", + "Physical Address Line 1": "240-B West Hightower Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Social Circle", + "Physical Address State": "GA ", + "Physical Address Zip": "30025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.18118811881188118", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608400", + "School District Name": "Cass City Public Schools", + "Physical Address Line 1": "4868 Seeger St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cass City", + "Physical Address State": "MI ", + "Physical Address Zip": "48726", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22295321637426901", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304560", + "School District Name": "Stephens County", + "Physical Address Line 1": "Highway 106 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toccoa", + "Physical Address State": "GA ", + "Physical Address Zip": "30577", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22412241224122412", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725110", + "School District Name": "Maywood-Melrose Park-Broadview 89", + "Physical Address Line 1": "906 Walton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Melrose Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23703290574456218", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304590", + "School District Name": "Stewart County", + "Physical Address Line 1": "Old Eufaula Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lumpkin", + "Physical Address State": "GA ", + "Physical Address Zip": "31815", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.35933806146572106", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800402", + "School District Name": "CASS COUNTY CAREER & TECHNICAL CENTER", + "Physical Address Line 1": "207 Main Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Fargo", + "Physical Address State": "ND ", + "Physical Address Zip": "58078", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304620", + "School District Name": "Sumter County", + "Physical Address Line 1": "100 Learning Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Americus", + "Physical Address State": "GA ", + "Physical Address Zip": "31719", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.37779131140885097", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725190", + "School District Name": "Mazon-Verona-Kinsman ESD 2C", + "Physical Address Line 1": "1013 North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mazon", + "Physical Address State": "IL ", + "Physical Address Zip": "60444", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15064935064935064", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304650", + "School District Name": "Talbot County", + "Physical Address Line 1": "405 Tyler Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Talbotton", + "Physical Address State": "GA ", + "Physical Address Zip": "31827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.39080459770114945", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2708070", + "School District Name": "CASS LAKE-BENA PUBLIC SCHOOLS", + "Physical Address Line 1": "208 CENTRAL AVE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASS LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "56633", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23013698630136986", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304680", + "School District Name": "Taliaferro County", + "Physical Address Line 1": "557 Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crawfordville", + "Physical Address State": "GA ", + "Physical Address Zip": "30631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.359375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725260", + "School District Name": "McClellan CCSD 12", + "Physical Address Line 1": "9475 N IL Highway 148", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Vernon", + "Physical Address State": "IL ", + "Physical Address Zip": "62864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1527777777777778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304770", + "School District Name": "Tattnall County", + "Physical Address Line 1": "147 Brazell Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reidsville", + "Physical Address State": "GA ", + "Physical Address Zip": "30453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.30212164073550213", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725290", + "School District Name": "McHenry CCSD 15", + "Physical Address Line 1": "1011 N Green St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McHenry", + "Physical Address State": "IL ", + "Physical Address Zip": "60050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08085481383564662", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304800", + "School District Name": "Taylor County", + "Physical Address Line 1": "229 Mulberry Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Butler", + "Physical Address State": "GA ", + "Physical Address Zip": "31006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3254035683942226", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606660", + "School District Name": "CASSADAGA VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5935 RT 60", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SINCLAIRVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14782", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19790575916230366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304830", + "School District Name": "Telfair County", + "Physical Address Line 1": "910 W Huckabee Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McRae", + "Physical Address State": "GA ", + "Physical Address Zip": "31055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3563139931740614", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725320", + "School District Name": "McHenry CHSD 156", + "Physical Address Line 1": "4716 W Crystal Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McHenry", + "Physical Address State": "IL ", + "Physical Address Zip": "60050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06446067898581866", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304860", + "School District Name": "Terrell County", + "Physical Address Line 1": "955 Forrester Drive SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dawson", + "Physical Address State": "GA ", + "Physical Address Zip": "31742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.38855622089155023", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728620", + "School District Name": "McLean County USD 5", + "Physical Address Line 1": "1809 Hovey Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Normal", + "Physical Address State": "IL ", + "Physical Address Zip": "61761", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0855102175782025", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304890", + "School District Name": "Thomas County", + "Physical Address Line 1": "11343 U.S. Hwy. 319N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thomasville", + "Physical Address State": "GA ", + "Physical Address Zip": "31757", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2428068722831712", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608430", + "School District Name": "Cassopolis Public Schools", + "Physical Address Line 1": "725 Center St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cassopolis", + "Physical Address State": "MI ", + "Physical Address Zip": "49031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16570486397361914", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304950", + "School District Name": "Thomasville City", + "Physical Address Line 1": "915 E. Jackson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thomasville", + "Physical Address State": "GA ", + "Physical Address Zip": "31792", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3035554227666567", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725500", + "School District Name": "Medinah SD 11", + "Physical Address Line 1": "700 E Granville Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roselle", + "Physical Address State": "IL ", + "Physical Address Zip": "60172", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08678237650200267", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1304980", + "School District Name": "Tift County", + "Physical Address Line 1": "207 North Ridge Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tifton", + "Physical Address State": "GA ", + "Physical Address Zip": "31794", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2917556029882604", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2908170", + "School District Name": "CASSVILLE R-IV", + "Physical Address Line 1": "1501 MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2950462710941753", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305040", + "School District Name": "Toombs County", + "Physical Address Line 1": "117 E. Wesley Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lyons", + "Physical Address State": "GA ", + "Physical Address Zip": "30436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3090397247419456", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725620", + "School District Name": "Mendota CCSD 289", + "Physical Address Line 1": "1806 Guiles Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mendota", + "Physical Address State": "IL ", + "Physical Address Zip": "61342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1683087027914614", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305070", + "School District Name": "Towns County", + "Physical Address Line 1": "67 Lakeview Circle. Suite C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hiawassee", + "Physical Address State": "GA ", + "Physical Address Zip": "30546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21138912855910266", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502400", + "School District Name": "Cassville School District", + "Physical Address Line 1": "715 E Amelia St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cassville", + "Physical Address State": "WI ", + "Physical Address Zip": "53806", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13953488372093023", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305100", + "School District Name": "Treutlen County", + "Physical Address Line 1": "202 Third Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Soperton", + "Physical Address State": "GA ", + "Physical Address Zip": "30457", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.30873087308730873", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725650", + "School District Name": "Mendota Twp HSD 280", + "Physical Address Line 1": "2300 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mendota", + "Physical Address State": "IL ", + "Physical Address Zip": "61342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13509060955518945", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305130", + "School District Name": "Trion City", + "Physical Address Line 1": "1255 Pine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trion", + "Physical Address State": "GA ", + "Physical Address Zip": "30753", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26635514018691586", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701395", + "School District Name": "Mercer County School District 404", + "Physical Address Line 1": "1002 SW 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aledo", + "Physical Address State": "IL ", + "Physical Address Zip": "61231", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15710919088766692", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305190", + "School District Name": "Turner County", + "Physical Address Line 1": "423 N. Cleveland Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashburn", + "Physical Address State": "GA ", + "Physical Address Zip": "31714", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.36713500305436775", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2304080", + "School District Name": "Castine Public Schools", + "Physical Address Line 1": "20 Hinckley Ridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blue Hill", + "Physical Address State": "ME ", + "Physical Address Zip": "04614", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12857142857142856", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305220", + "School District Name": "Twiggs County", + "Physical Address Line 1": "952 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jeffersonville", + "Physical Address State": "GA ", + "Physical Address Zip": "31044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.30550621669627", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725680", + "School District Name": "Meredosia-Chambersburg CUSD 11", + "Physical Address Line 1": "830 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meredosia", + "Physical Address State": "IL ", + "Physical Address Zip": "62665", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24401913875598086", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305250", + "School District Name": "Union County", + "Physical Address Line 1": "10 Hughes St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blairsville", + "Physical Address State": "GA ", + "Physical Address Zip": "30512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1931216931216931", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300990", + "School District Name": "Castle Rock School District", + "Physical Address Line 1": "600 HUNTINGTON AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASTLE ROCK", + "Physical Address State": "WA ", + "Physical Address Zip": "98611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11868533171028606", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305280", + "School District Name": "Thomaston-Upson County", + "Physical Address Line 1": "205 Civic Center Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thomaston", + "Physical Address State": "GA ", + "Physical Address Zip": "30286", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.284676212865997", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726970", + "School District Name": "Meridian CUSD 101", + "Physical Address Line 1": "1401 Mounds Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mounds", + "Physical Address State": "IL ", + "Physical Address Zip": "62964", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3921971252566735", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305310", + "School District Name": "Valdosta City", + "Physical Address Line 1": "1204 Williams St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valdosta", + "Physical Address State": "GA ", + "Physical Address Zip": "31601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.44587072588890153", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700123", + "School District Name": "Meridian CUSD 15", + "Physical Address Line 1": "PO Box 347", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Macon", + "Physical Address State": "IL ", + "Physical Address Zip": "62544", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12511671335200747", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305340", + "School District Name": "Vidalia City", + "Physical Address Line 1": "301 Adams St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vidalia", + "Physical Address State": "GA ", + "Physical Address Zip": "30474", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.33980582524271846", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813170", + "School District Name": "CASTLEBERRY ISD", + "Physical Address Line 1": "5228 OHIO GARDEN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT WORTH", + "Physical Address State": "TX ", + "Physical Address Zip": "76114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21122112211221122", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305370", + "School District Name": "Walker County", + "Physical Address Line 1": "201 South Duke Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LaFayette", + "Physical Address State": "GA ", + "Physical Address Zip": "30728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19317419231137956", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725690", + "School District Name": "Meridian CUSD 223", + "Physical Address Line 1": "207 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stillman Valley", + "Physical Address State": "IL ", + "Physical Address Zip": "61084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06949569495694957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305390", + "School District Name": "Walton County", + "Physical Address Line 1": "200 Double Springs Church Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "GA ", + "Physical Address Zip": "30656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13658791432054335", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725740", + "School District Name": "Metamora CCSD 1", + "Physical Address Line 1": "815 E Chatham St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Metamora", + "Physical Address State": "IL ", + "Physical Address Zip": "61548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06289308176100629", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305430", + "School District Name": "Ware County", + "Physical Address Line 1": "1301 Bailey Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waycross", + "Physical Address State": "GA ", + "Physical Address Zip": "31501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3397231096911608", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4611280", + "School District Name": "Castlewood School District 28-1", + "Physical Address Line 1": "310 E Harry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Castlewood", + "Physical Address State": "SD ", + "Physical Address Zip": "57223", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.04229607250755287", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305460", + "School District Name": "Warren County", + "Physical Address Line 1": "107 Academy St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warrenton", + "Physical Address State": "GA ", + "Physical Address Zip": "30828", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.38974358974358975", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725770", + "School District Name": "County of Woodford School", + "Physical Address Line 1": "PO Box 109", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Metamora", + "Physical Address State": "IL ", + "Physical Address Zip": "61548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.055443548387096774", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305490", + "School District Name": "Washington County", + "Physical Address Line 1": "501 Industrial Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sandersville", + "Physical Address State": "GA ", + "Physical Address Zip": "31082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2950719314355678", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801410", + "School District Name": "Caston School Corporation", + "Physical Address Line 1": "9815 SR 25 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fulton", + "Physical Address State": "IN ", + "Physical Address Zip": "46931", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15570469798657718", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305550", + "School District Name": "Wayne County", + "Physical Address Line 1": "555 South Sunset Boulvard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jesup", + "Physical Address State": "GA ", + "Physical Address Zip": "31545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3081130355515041", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700126", + "School District Name": "Midland CUSD 7", + "Physical Address Line 1": "901 Hilltop Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sparland", + "Physical Address State": "IL ", + "Physical Address Zip": "61565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09428950863213811", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305580", + "School District Name": "Webster County", + "Physical Address Line 1": "Highway 280 East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Preston", + "Physical Address State": "GA ", + "Physical Address Zip": "31824", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.308411214953271", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1725920", + "School District Name": "Midlothian SD 143", + "Physical Address Line 1": "14959 Pulaski Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Midlothian", + "Physical Address State": "IL ", + "Physical Address Zip": "60445", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21394517282479142", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305640", + "School District Name": "Wheeler County", + "Physical Address Line 1": "404 McRae Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alamo", + "Physical Address State": "GA ", + "Physical Address Zip": "30411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3236929922135706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700660", + "School District Name": "Caswell County Schools", + "Physical Address Line 1": "319 East Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yanceyville", + "Physical Address State": "NC ", + "Physical Address Zip": "27379", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25709677419354837", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305670", + "School District Name": "White County", + "Physical Address Line 1": "113 North Brooks St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "GA ", + "Physical Address Zip": "30528", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18508026440037773", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1743962", + "School District Name": "Midwest Central CUSD 191", + "Physical Address Line 1": "1010 S Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manito", + "Physical Address State": "IL ", + "Physical Address Zip": "61546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13061650992685475", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305700", + "School District Name": "Whitfield County", + "Physical Address Line 1": "1306 S. Thornton Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dalton", + "Physical Address State": "GA ", + "Physical Address Zip": "30720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16909311495298757", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2304110", + "School District Name": "Caswell Public Schools", + "Physical Address Line 1": "1025 Van Buren Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Caswell", + "Physical Address State": "ME ", + "Physical Address Zip": "04750", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.34210526315789475", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305730", + "School District Name": "Wilcox County", + "Physical Address Line 1": "103 North Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Abbeville", + "Physical Address State": "GA ", + "Physical Address Zip": "31001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.31462450592885377", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701416", + "School District Name": "Milford Area Public Schools District 124", + "Physical Address Line 1": "208 S Chicago St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milford", + "Physical Address State": "IL ", + "Physical Address Zip": "60953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14720812182741116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305760", + "School District Name": "Wilkes County", + "Physical Address Line 1": "313-A North Alexander Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "GA ", + "Physical Address Zip": "30673", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3168918918918919", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200420", + "School District Name": "Catahoula Parish", + "Physical Address Line 1": "200 Bushley Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisonburg", + "Physical Address State": "LA ", + "Physical Address Zip": "71340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.37509104151493083", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305790", + "School District Name": "Wilkinson County", + "Physical Address Line 1": "197 West Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Irwinton", + "Physical Address State": "GA ", + "Physical Address Zip": "31042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.29215017064846416", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726100", + "School District Name": "Millburn CCSD 24", + "Physical Address Line 1": "18550 W Millburn Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Old Mill Creek", + "Physical Address State": "IL ", + "Physical Address Zip": "60083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.034306569343065696", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1305850", + "School District Name": "Worth County", + "Physical Address Line 1": "504 East Price Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sylvester", + "Physical Address State": "GA ", + "Physical Address Zip": "31791", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3164854540111666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726250", + "School District Name": "Miller Twp CCSD 210", + "Physical Address Line 1": "3197 E 28th Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marseilles", + "Physical Address State": "IL ", + "Physical Address Zip": "61341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.128", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200904", + "School District Name": "Catalyst Academy CS", + "Physical Address Line 1": "7061 Lemington Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600001", + "School District Name": "WEST BONNER COUNTY DISTRICT", + "Physical Address Line 1": "221 MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRIEST RIVER", + "Physical Address State": "ID ", + "Physical Address Zip": "83856", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1703125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726190", + "School District Name": "Millstadt CCSD 160", + "Physical Address Line 1": "211 W Mill St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millstadt", + "Physical Address State": "IL ", + "Physical Address Zip": "62260", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05915813424345848", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300347", + "School District Name": "Catalyst Public Schools", + "Physical Address Line 1": "1305 Ironsides Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bremerton", + "Physical Address State": "WA ", + "Physical Address Zip": "98310", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600003", + "School District Name": "VICTORY CHARTER SCHOOL INC.", + "Physical Address Line 1": "9779 KRIS JENSEN LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAMPA", + "Physical Address State": "ID ", + "Physical Address Zip": "83686", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726310", + "School District Name": "Minooka CCSD 201", + "Physical Address Line 1": "PO Box 467", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minooka", + "Physical Address State": "IL ", + "Physical Address Zip": "60447", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.053712152633761924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600004", + "School District Name": "IDAHO VIRTUAL ACADEMY INC.", + "Physical Address Line 1": "1965 SOUTH EAGLE ROAD SUITE 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERIDIAN", + "Physical Address State": "ID ", + "Physical Address Zip": "83642", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700421", + "School District Name": "Catamount School", + "Physical Address Line 1": "100 Smoky Mountain Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sylva", + "Physical Address State": "NC ", + "Physical Address Zip": "28779", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600005", + "School District Name": "IDAHO VIRTUAL HIGH SCHOOL INC.", + "Physical Address Line 1": "675 SOUTH HASKETT STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNTAIN HOME", + "Physical Address State": "ID ", + "Physical Address Zip": "83647", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726340", + "School District Name": "Minooka CHSD 111", + "Physical Address Line 1": "26655 W Eames St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Channahon", + "Physical Address State": "IL ", + "Physical Address Zip": "60410", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03422190201729106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600006", + "School District Name": "ROLLING HILLS PUBLIC CHARTER SCHOOL INC.", + "Physical Address Line 1": "8900 HORSESHOE BEND ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOISE", + "Physical Address State": "ID ", + "Physical Address Zip": "83714", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205160", + "School District Name": "Catasauqua Area SD", + "Physical Address Line 1": "201 N 14th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Catasauqua", + "Physical Address State": "PA ", + "Physical Address Zip": "18032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14775280898876406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600007", + "School District Name": "COMPASS PUBLIC CHARTER SCHOOL INC.", + "Physical Address Line 1": "4667 WEST AVIATOR STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERIDIAN", + "Physical Address State": "ID ", + "Physical Address Zip": "83642", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726370", + "School District Name": "Mokena SD 159", + "Physical Address Line 1": "11244 Willow Crest Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mokena", + "Physical Address State": "IL ", + "Physical Address Zip": "60448", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.040501996577296064", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600008", + "School District Name": "FALCON RIDGE PUBLIC CHARTER SCHOOL INC.", + "Physical Address Line 1": "278 SOUTH TEN MILE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KUNA", + "Physical Address State": "ID ", + "Physical Address Zip": "83634", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700690", + "School District Name": "Catawba County Schools", + "Physical Address Line 1": "2285 North Anderson Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newton", + "Physical Address State": "NC ", + "Physical Address Zip": "28658", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1516799483092828", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600009", + "School District Name": "TROY SCHOOL DISTRICT", + "Physical Address Line 1": "102 WEST 5TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TROY", + "Physical Address State": "ID ", + "Physical Address Zip": "83871", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06266318537859007", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726400", + "School District Name": "Moline-Coal Valley CUSD 40", + "Physical Address Line 1": "1619 11th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moline", + "Physical Address State": "IL ", + "Physical Address Zip": "61265", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.18866535819430816", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600010", + "School District Name": "WHITEPINE JOINT SCHOOL DISTRICT", + "Physical Address Line 1": "502 FIRST AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEARY", + "Physical Address State": "ID ", + "Physical Address Zip": "83823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12912912912912913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600011", + "School District Name": "INSPIRE ACADEMICS INC.", + "Physical Address Line 1": "600 NORTH STEELHEAD WAY BUILD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOISE", + "Physical Address State": "ID ", + "Physical Address Zip": "83702", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726430", + "School District Name": "Momence CUSD 1", + "Physical Address Line 1": "400 N Pine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Momence", + "Physical Address State": "IL ", + "Physical Address Zip": "60954", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.17210944395410416", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600012", + "School District Name": "LIBERTY CHARTER SCHOOL INC.", + "Physical Address Line 1": "9955 KRIS JENSEN LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAMPA", + "Physical Address State": "ID ", + "Physical Address Zip": "83686", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5600009", + "School District Name": "Cathedral Home for Children - Administration Office", + "Physical Address Line 1": "4989 North 3rd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laramie", + "Physical Address State": "WY ", + "Physical Address Zip": "82072", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600014", + "School District Name": "THE ACADEMY INC.", + "Physical Address Line 1": "1295 ALPINE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHUBBUCK", + "Physical Address State": "ID ", + "Physical Address Zip": "83202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700320", + "School District Name": "Monmouth-Roseville CUSD 238", + "Physical Address Line 1": "105 N E St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monmouth", + "Physical Address State": "IL ", + "Physical Address Zip": "61462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17501473187978786", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600015", + "School District Name": "TAYLOR'S CROSSING PUBLIC CHARTER SCHOOL INC.", + "Physical Address Line 1": "1445 NORTH WOOD RIVER DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IDAHO FALLS", + "Physical Address State": "ID ", + "Physical Address Zip": "83401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606690", + "School District Name": "CATO-MERIDIAN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2851 STATE RTE 370", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CATO", + "Physical Address State": "NY ", + "Physical Address Zip": "13033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1515463917525773", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600016", + "School District Name": "IDAHO DEPARTMENT OF JUVENILE CORRECTIONS", + "Physical Address Line 1": "954 WEST JEFFERSON STREET FIR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOISE", + "Physical Address State": "ID ", + "Physical Address Zip": "83702", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726490", + "School District Name": "Monroe SD 70", + "Physical Address Line 1": "5137 W Cisna Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bartonville", + "Physical Address State": "IL ", + "Physical Address Zip": "61607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10932475884244373", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600017", + "School District Name": "IDAHO DEPARTMENT OF CORRECTIONS", + "Physical Address Line 1": "954 WEST JEFFERSON STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOISE", + "Physical Address State": "ID ", + "Physical Address Zip": "83720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006870", + "School District Name": "CATOOSA", + "Physical Address Line 1": "2000 South Cherokee Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Catoosa", + "Physical Address State": "OK ", + "Physical Address Zip": "74015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17676514772158236", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726550", + "School District Name": "Monticello CUSD 25", + "Physical Address Line 1": "2 Sage Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monticello", + "Physical Address State": "IL ", + "Physical Address Zip": "61856", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.04671791839148433", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726590", + "School District Name": "Montmorency CCSD 145", + "Physical Address Line 1": "9415 Hoover Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rock Falls", + "Physical Address State": "IL ", + "Physical Address Zip": "61071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14814814814814814", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606720", + "School District Name": "CATSKILL CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "343 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CATSKILL", + "Physical Address State": "NY ", + "Physical Address Zip": "12414", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1757443718228032", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600138", + "School District Name": "SALMON RIVER JOINT SCHOOL DISTRICT", + "Physical Address Line 1": "711 ACE'S PLACE ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIGGINS", + "Physical Address State": "ID ", + "Physical Address Zip": "83549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2254335260115607", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726640", + "School District Name": "Morris CHSD 101", + "Physical Address Line 1": "1000 Union St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morris", + "Physical Address State": "IL ", + "Physical Address Zip": "60450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0641025641025641", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680150", + "School District Name": "CATTARAUGUS-ALLEGANY-ERIE-WYOMING BOCES", + "Physical Address Line 1": "1825 WINDFALL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OLEAN", + "Physical Address State": "NY ", + "Physical Address Zip": "14760", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600140", + "School District Name": "XAVIER CHARTER SCHOOL INC.", + "Physical Address Line 1": "1218 NORTH COLLEGE ROAD WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TWIN FALLS", + "Physical Address State": "ID ", + "Physical Address Zip": "83301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726610", + "School District Name": "Morris SD 54", + "Physical Address Line 1": "54 White Oak Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morris", + "Physical Address State": "IL ", + "Physical Address Zip": "60450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11374407582938388", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600141", + "School District Name": "VISION CHARTER SCHOOL INC.", + "Physical Address Line 1": "19291 WARD ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALDWELL", + "Physical Address State": "ID ", + "Physical Address Zip": "83605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600024", + "School District Name": "CATTARAUGUS-LITTLE VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "25 N FRANKLIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CATTARAUGUS", + "Physical Address State": "NY ", + "Physical Address Zip": "14719", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600142", + "School District Name": "WHITE PINE CHARTER SCHOOL INC.", + "Physical Address Line 1": "2959 EAST JOHN ADAMS PARKWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMMON", + "Physical Address State": "ID ", + "Physical Address Zip": "83406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726710", + "School District Name": "Morrison CUSD 6", + "Physical Address Line 1": "643 Genesee Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morrison", + "Physical Address State": "IL ", + "Physical Address Zip": "61270", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11412535079513564", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600143", + "School District Name": "NORTH VALLEY ACADEMY INC.", + "Physical Address Line 1": "906 MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOODING", + "Physical Address State": "ID ", + "Physical Address Zip": "83330", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600144", + "School District Name": "ISUCCEED VIRTUAL HIGH SCHOOL INC.", + "Physical Address Line 1": "6148 NORTH DISCOVERY WAY SUIT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOISE", + "Physical Address State": "ID ", + "Physical Address Zip": "83713", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726760", + "School District Name": "Morrisonville CUSD 1", + "Physical Address Line 1": "PO Box 13", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morrisonville", + "Physical Address State": "IL ", + "Physical Address Zip": "62546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1377049180327869", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600145", + "School District Name": "IDAHO SCIENCE AND TECHNOLOGY CHARTER SCHOOL INC.", + "Physical Address Line 1": "21 N 550 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLACKFOOT", + "Physical Address State": "ID ", + "Physical Address Zip": "83221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800018", + "School District Name": "CAVALIER 6", + "Physical Address Line 1": "300 Main St E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cavalier", + "Physical Address State": "ND ", + "Physical Address Zip": "58220", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1015625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600148", + "School District Name": "IDAHO VIRTUAL EDUCATION PARTNERS INC.", + "Physical Address Line 1": "1012 NORTH 18TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOISE", + "Physical Address State": "ID ", + "Physical Address Zip": "83702", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726800", + "School District Name": "Morton CUSD 709", + "Physical Address Line 1": "1050 S 4th Ave Ste 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morton", + "Physical Address State": "IL ", + "Physical Address Zip": "61550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04571743321399064", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600149", + "School District Name": "THE KOOTENAI BRIDGE ACADEMY INC.", + "Physical Address Line 1": "637 NORTH PARK DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COEUR D'ALENE", + "Physical Address State": "ID ", + "Physical Address Zip": "83814", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1726850", + "School District Name": "Morton Grove SD 70", + "Physical Address Line 1": "6200 Lake St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morton Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "60053", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09820585457979225", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727180", + "School District Name": "Mount Olive CUSD 5", + "Physical Address Line 1": "804 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Olive", + "Physical Address State": "IL ", + "Physical Address Zip": "62069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18604651162790697", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600151", + "School District Name": "PALOUSE PRAIRIE EDUCATIONAL ORGANIZATION INC.", + "Physical Address Line 1": "406 POWERS AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOSCOW", + "Physical Address State": "ID ", + "Physical Address Zip": "83843", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006930", + "School District Name": "CAVE SPRINGS", + "Physical Address Line 1": "89660 S 4637 Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bunch", + "Physical Address State": "OK ", + "Physical Address Zip": "74931", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3076923076923077", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727210", + "School District Name": "Mount Prospect SD 57", + "Physical Address Line 1": "701 W Gregory St", + "Physical Address Line 2": "Mount Prospect SD 57", + "Physical Address Line 3": "", + "Physical Address City": "Mt Prospect", + "Physical Address State": "IL ", + "Physical Address Zip": "60056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.045590433482810166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101110", + "School District Name": "Caverna Independent", + "Physical Address Line 1": "1102 N Dixie Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cave City", + "Physical Address State": "KY ", + "Physical Address Zip": "42127", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.35921205098493625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600154", + "School District Name": "MONTICELLO MONTESSORI CHARTER SCHOOL INC.", + "Physical Address Line 1": "4707 SOUTH SWEETWATER WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMMON", + "Physical Address State": "ID ", + "Physical Address Zip": "83406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727290", + "School District Name": "Mt Pulaski CUSD 23", + "Physical Address Line 1": "119 N Garden St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Pulaski", + "Physical Address State": "IL ", + "Physical Address Zip": "62548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0632688927943761", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727340", + "School District Name": "Mount Vernon SD 80", + "Physical Address Line 1": "2710 North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Vernon", + "Physical Address State": "IL ", + "Physical Address Zip": "62864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3054571226080794", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600156", + "School District Name": "THE SAGE INTERNATIONAL SCHOOL OF BOISE A PUBLIC CHARTER SCH", + "Physical Address Line 1": "1513 TYRELL LANE SUITE #110", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOISE", + "Physical Address State": "ID ", + "Physical Address Zip": "83707", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813200", + "School District Name": "CAYUGA ISD", + "Physical Address Line 1": "17750 N US HWY 287", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TENNESSEE COLONY", + "Physical Address State": "TX ", + "Physical Address Zip": "75861", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15879828326180256", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600157", + "School District Name": "THE VILLAGE CHARTER SCHOOL INC.", + "Physical Address Line 1": "1747 NORTH FAIRMEADOW DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOISE", + "Physical Address State": "ID ", + "Physical Address Zip": "83704", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727360", + "School District Name": "Mt Vernon Twp HSD 201", + "Physical Address Line 1": "11101 N Wells Bypass Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Vernon", + "Physical Address State": "IL ", + "Physical Address Zip": "62864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1664420485175202", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600158", + "School District Name": "LEGACY PUBLIC CHARTER SCHOOL INC.", + "Physical Address Line 1": "4015 SOUTH LEGACY WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAMPA", + "Physical Address State": "ID ", + "Physical Address Zip": "83686", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680180", + "School District Name": "CAYUGA-ONONDAGA BOCES", + "Physical Address Line 1": "1879 W GENESEE ST RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUBURN", + "Physical Address State": "NY ", + "Physical Address Zip": "13021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600159", + "School District Name": "HERITAGE ACADEMY INC.", + "Physical Address Line 1": "500 SOUTH LINCOLN AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JEROME", + "Physical Address State": "ID ", + "Physical Address Zip": "83338", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727390", + "School District Name": "Mt Zion CUSD 3", + "Physical Address Line 1": "1595 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt Zion", + "Physical Address State": "IL ", + "Physical Address Zip": "62549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.06337448559670782", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600160", + "School District Name": "NORTH IDAHO STEM CHARTER ACADEMY INC.", + "Physical Address Line 1": "15633 NORTH MEYER ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RATHDRUM", + "Physical Address State": "ID ", + "Physical Address Zip": "83858", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3005990", + "School District Name": "Cayuse Prairie Elem", + "Physical Address Line 1": "897 Lake Blaine Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalispell", + "Physical Address State": "MT ", + "Physical Address Zip": "59901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08656716417910448", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600161", + "School District Name": "HERITAGE COMMUNITY CHARTER SCHOOL INC.", + "Physical Address Line 1": "1803 EAST USTICK ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALDWELL", + "Physical Address State": "ID ", + "Physical Address Zip": "83605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727450", + "School District Name": "Mulberry Grove CUSD 1", + "Physical Address Line 1": "801 W Wall St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mulberry Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "62262", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1589041095890411", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606780", + "School District Name": "CAZENOVIA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "31 EMORY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAZENOVIA", + "Physical Address State": "NY ", + "Physical Address Zip": "13035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06810519217801753", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600163", + "School District Name": "CHIEF TAHGEE ELEMENTARY ACADEMY INC.", + "Physical Address Line 1": "34 SOUTH HI-LINE ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT HALL", + "Physical Address State": "ID ", + "Physical Address Zip": "83203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727570", + "School District Name": "Mundelein Cons HSD 120", + "Physical Address Line 1": "1500 W Hawley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mundelein", + "Physical Address State": "IL ", + "Physical Address Zip": "60060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06560207164436772", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600165", + "School District Name": "SANDPOINT CHARTER SCHOOL INC.", + "Physical Address Line 1": "614 SOUTH MADISON AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANDPOINT", + "Physical Address State": "ID ", + "Physical Address Zip": "83864", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727540", + "School District Name": "Mundelein ESD 75", + "Physical Address Line 1": "470 N Lake St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mundelein", + "Physical Address State": "IL ", + "Physical Address Zip": "60060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09461856889414548", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600166", + "School District Name": "SYRINGA MOUNTAIN SCHOOL INC.", + "Physical Address Line 1": "4021 GLENBROOK DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAILEY", + "Physical Address State": "ID ", + "Physical Address Zip": "83333", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727610", + "School District Name": "Murphysboro CUSD 186", + "Physical Address Line 1": "593 Ava Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Murphysboro", + "Physical Address State": "IL ", + "Physical Address Zip": "62966", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2503407542026352", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600167", + "School District Name": "KTEC - Kootenai Tech Ed Campus", + "Physical Address Line 1": "6838 WEST LANCASTER ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RATHDRUM", + "Physical Address State": "ID ", + "Physical Address Zip": "83858", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727710", + "School District Name": "Naperville CUSD 203", + "Physical Address Line 1": "203 W Hillside Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Naperville", + "Physical Address State": "IL ", + "Physical Address Zip": "60540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.0435340022296544", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600169", + "School District Name": "IDAHO STEM ACADEMY INC.", + "Physical Address Line 1": "1350 PARKWAY DRIVE #18", + "Physical Address Line 2": "RIVERSIDE PLAZA", + "Physical Address Line 3": "", + "Physical Address City": "BLACKFOOT", + "Physical Address State": "ID ", + "Physical Address Zip": "83221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727740", + "School District Name": "Nashville CHSD 99", + "Physical Address Line 1": "1300 S Mill St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nashville", + "Physical Address State": "IL ", + "Physical Address Zip": "62263", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08979591836734693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600170", + "School District Name": "UPPER CARMEN PUBLIC CHARTER SCHOOL INC.", + "Physical Address Line 1": "12 ETHEL'S WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARMEN", + "Physical Address State": "ID ", + "Physical Address Zip": "83462", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727720", + "School District Name": "Nashville CCSD 49", + "Physical Address Line 1": "750 E Gorman St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nashville", + "Physical Address State": "IL ", + "Physical Address Zip": "62263", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11010558069381599", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600171", + "School District Name": "IDAHO COLLEGE AND CAREER READINESS ACADEMY INC.", + "Physical Address Line 1": "1965 SOUTH EAGLE ROAD SUITE 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERIDIAN", + "Physical Address State": "ID ", + "Physical Address Zip": "83642", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727780", + "School District Name": "Nauvoo-Colusa CUSD 325", + "Physical Address Line 1": "2461 N State Highway 96", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nauvoo", + "Physical Address State": "IL ", + "Physical Address Zip": "62354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16257668711656442", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600172", + "School District Name": "GEM PREP: ONLINE LLC", + "Physical Address Line 1": "2750 EAST GALA STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERIDIAN", + "Physical Address State": "ID ", + "Physical Address Zip": "83642", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727840", + "School District Name": "Neoga CUSD 3", + "Physical Address Line 1": "PO Box 280", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Neoga", + "Physical Address State": "IL ", + "Physical Address Zip": "62447", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15450643776824036", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600173", + "School District Name": "COEUR D'ALENE CHARTER ACADEMY INC.", + "Physical Address Line 1": "4904 NORTH DUNCAN DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COEUR D'ALENE", + "Physical Address State": "ID ", + "Physical Address Zip": "83815", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400240", + "School District Name": "Cecil County Public Schools", + "Physical Address Line 1": "201 Booth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkton", + "Physical Address State": "MD ", + "Physical Address Zip": "21921", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1474840948525159", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600174", + "School District Name": "NORTH STAR CHARTER SCHOOL INC.", + "Physical Address Line 1": "839 NORTH LINDER ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAGLE", + "Physical Address State": "ID ", + "Physical Address Zip": "83616", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727930", + "School District Name": "Nettle Creek CCSD 24C", + "Physical Address Line 1": "8820 Scott School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morris", + "Physical Address State": "IL ", + "Physical Address Zip": "60450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.034482758620689655", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3104870", + "School District Name": "CEDAR BLUFFS PUBLIC SCHOOLS", + "Physical Address Line 1": "110 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CEDAR BLUFFS", + "Physical Address State": "NE ", + "Physical Address Zip": "68015", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13553113553113552", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600176", + "School District Name": "THE POCATELLO COMMUNITY CHARTER SCHOOL INC.", + "Physical Address Line 1": "995 S ARTHUR AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POCATELLO", + "Physical Address State": "ID ", + "Physical Address Zip": "83204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1727960", + "School District Name": "New Athens CUSD 60", + "Physical Address Line 1": "501 Hanft St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Athens", + "Physical Address State": "IL ", + "Physical Address Zip": "62264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0979020979020979", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600177", + "School District Name": "GEM PREP: POCATELLO LLC", + "Physical Address Line 1": "4145 YELLOWSTONE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POCATELLO", + "Physical Address State": "ID ", + "Physical Address Zip": "83203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904725", + "School District Name": "Cedar Cliff Local", + "Physical Address Line 1": "194 Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cedarville", + "Physical Address State": "OH ", + "Physical Address Zip": "45314", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08321579689703808", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600178", + "School District Name": "PEACE VALLEY CHARTER SCHOOL INC.", + "Physical Address Line 1": "1845 SOUTH FEDERAL WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOISE", + "Physical Address State": "ID ", + "Physical Address Zip": "83705", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700103", + "School District Name": "New Holland-Middletown ED 88", + "Physical Address Line 1": "75 1250th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middletown", + "Physical Address State": "IL ", + "Physical Address Zip": "62666", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13934426229508196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600179", + "School District Name": "GEM PREP: MERIDIAN LLC", + "Physical Address Line 1": "2750 GALA COURT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERIDIAN", + "Physical Address State": "ID ", + "Physical Address Zip": "83642", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1906510", + "School District Name": "Cedar Falls Comm School District", + "Physical Address Line 1": "1002 W 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cedar Falls", + "Physical Address State": "IA ", + "Physical Address Zip": "50613", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.05754098360655738", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728110", + "School District Name": "New Hope CCSD 6", + "Physical Address Line 1": "1804 County Road 445 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "IL ", + "Physical Address Zip": "62837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1164021164021164", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600181", + "School District Name": "FUTURE PUBLIC SCHOOL INC.", + "Physical Address Line 1": "511 EAST 43RD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GARDEN CITY", + "Physical Address State": "ID ", + "Physical Address Zip": "83714", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402850", + "School District Name": "Cedar Grove Township School District", + "Physical Address Line 1": "520 POMPTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CEDAR GROVE", + "Physical Address State": "NJ ", + "Physical Address Zip": "07009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03765690376569038", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600182", + "School District Name": "PROJECT IMPACT STEM ACADEMY INC.", + "Physical Address Line 1": "2275 WEST HUBBARD ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KUNA", + "Physical Address State": "ID ", + "Physical Address Zip": "83634", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728140", + "School District Name": "New Lenox SD 122", + "Physical Address Line 1": "102 S Cedar Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Lenox", + "Physical Address State": "IL ", + "Physical Address Zip": "60451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03702428104012399", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600183", + "School District Name": "PATHWAYS IN EDUCATION - NAMPA INC.", + "Physical Address Line 1": "124 HOLLY STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAMPA", + "Physical Address State": "ID ", + "Physical Address Zip": "83686", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502430", + "School District Name": "Cedar Grove-Belgium Area School District", + "Physical Address Line 1": "321 N 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cedar Grove", + "Physical Address State": "WI ", + "Physical Address Zip": "53013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.061597690086621755", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600184", + "School District Name": "HAYDEN CANYON CHARTER SCHOOL INC.", + "Physical Address Line 1": "13732 NORTH GOVERNMENT WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAYDEN", + "Physical Address State": "ID ", + "Physical Address Zip": "83835", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728160", + "School District Name": "New Simpson Hill SD 32", + "Physical Address Line 1": "95 Tunnel Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tunnel Hill", + "Physical Address State": "IL ", + "Physical Address Zip": "62972", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600186", + "School District Name": "FERN-WATERS PUBLIC CHARTER SCHOOL INC.", + "Physical Address Line 1": "103 VAN DREFF STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALMON", + "Physical Address State": "ID ", + "Physical Address Zip": "83647", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813230", + "School District Name": "CEDAR HILL ISD", + "Physical Address Line 1": "285 UPTOWN BLVD 300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CEDAR HILL", + "Physical Address State": "TX ", + "Physical Address Zip": "75104", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16496631376323387", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600187", + "School District Name": "Idaho Digital Learning Academy", + "Physical Address Line 1": "3324 SOUTH PRO TECH DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOISE", + "Physical Address State": "ID ", + "Physical Address Zip": "83709", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728200", + "School District Name": "New Trier Twp HSD 203", + "Physical Address Line 1": "7 Happ Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northfield", + "Physical Address State": "IL ", + "Physical Address Zip": "60093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.024288107202680067", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600188", + "School District Name": "TREASURE VALLEY CLASSICAL ACADEMY INC.", + "Physical Address Line 1": "500 SW 3RD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRUITLAND", + "Physical Address State": "ID ", + "Physical Address Zip": "83619", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700110", + "School District Name": "CEDAR MOUNTAIN SCHOOL DISTRICT", + "Physical Address Line 1": "310 SOMERVILLE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORGAN", + "Physical Address State": "MN ", + "Physical Address Zip": "56266", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1282051282051282", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600189", + "School District Name": "ELEVATE ACADEMY INC.", + "Physical Address Line 1": "114 W. CHICAGO STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALDWELL", + "Physical Address State": "ID ", + "Physical Address Zip": "83605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728270", + "School District Name": "Newark CCSD 66", + "Physical Address Line 1": "503 Chicago Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "IL ", + "Physical Address Zip": "60541", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0732484076433121", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600190", + "School District Name": "FORGE INTERNATIONAL LLC", + "Physical Address Line 1": "1747 FAIRMEADOW DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOISE", + "Physical Address State": "ID ", + "Physical Address Zip": "83704", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1906540", + "School District Name": "Cedar Rapids Comm School District", + "Physical Address Line 1": "2500 Edgewood Rd NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cedar Rapids", + "Physical Address State": "IA ", + "Physical Address Zip": "52405", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.13191424039297958", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600191", + "School District Name": "MOSAICS PUBLIC SCHOOL INC.", + "Physical Address Line 1": "3121 LINCOLN ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALDWELL", + "Physical Address State": "ID ", + "Physical Address Zip": "83605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728260", + "School District Name": "Newark CHSD 18", + "Physical Address Line 1": "413 Chicago Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "IL ", + "Physical Address Zip": "60541", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.058577405857740586", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600192", + "School District Name": "ISLAND PARK CHARTER SCHOOL INC.", + "Physical Address Line 1": "4133 SHOSHONE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ISLAND PARK", + "Physical Address State": "ID ", + "Physical Address Zip": "83429", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728500", + "School District Name": "Niles ESD 71", + "Physical Address Line 1": "6901 W Oakton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Niles", + "Physical Address State": "IL ", + "Physical Address Zip": "60714", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12183544303797468", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600193", + "School District Name": "MCCALL COMMUNITY SCHOOL INC", + "Physical Address Line 1": "PO BOX 490", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCCALL", + "Physical Address State": "ID ", + "Physical Address Zip": "83638", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608520", + "School District Name": "Cedar Springs Public Schools", + "Physical Address Line 1": "204 EAST MUSKEGON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CEDAR SPRINGS", + "Physical Address State": "MI ", + "Physical Address Zip": "49319", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09746835443037975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600194", + "School District Name": "THOMAS JEFFERSON CHARTER SCHOOL INC.", + "Physical Address Line 1": "1209 ADAM SMITH AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALDWELL", + "Physical Address State": "ID ", + "Physical Address Zip": "83605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728530", + "School District Name": "Niles Twp HSD 219", + "Physical Address Line 1": "7700 Gross Point Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Skokie", + "Physical Address State": "IL ", + "Physical Address Zip": "60077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11217658766057535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600196", + "School District Name": "GEM PREP: MERIDIAN NORTH LLC", + "Physical Address Line 1": "5390 NORTH MCDERMOTT ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERIDIAN", + "Physical Address State": "ID ", + "Physical Address Zip": "83642", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700222", + "School District Name": "Nippersink SD 2", + "Physical Address Line 1": "4213 US Highway 12", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "IL ", + "Physical Address Zip": "60071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.056677018633540376", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600197", + "School District Name": "DORAL ACADEMY OF IDAHO INC.", + "Physical Address Line 1": "2511 WEST CHERRY LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERIDIAN", + "Physical Address State": "ID ", + "Physical Address Zip": "83642", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728560", + "School District Name": "Nokomis CUSD 22", + "Physical Address Line 1": "511 Oberle St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nokomis", + "Physical Address State": "IL ", + "Physical Address Zip": "62075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1440922190201729", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600198", + "School District Name": "PINECREST ACADEMY OF IDAHO INC.", + "Physical Address Line 1": "209 5th Ave N.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TWIN FALLS", + "Physical Address State": "ID ", + "Physical Address Zip": "83301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004500", + "School District Name": "Cedar Vale", + "Physical Address Line 1": "508 Dora", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cedar Vale", + "Physical Address State": "KS ", + "Physical Address Zip": "67024", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1724137931034483", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728650", + "School District Name": "Norridge SD 80", + "Physical Address Line 1": "8151 W Lawrence Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norridge", + "Physical Address State": "IL ", + "Physical Address Zip": "60706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1095890410958904", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502460", + "School District Name": "Cedarburg School District", + "Physical Address Line 1": "W68N611 Evergreen Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cedarburg", + "Physical Address State": "WI ", + "Physical Address Zip": "53012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.029692470837751856", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600201", + "School District Name": "GEM PREP: MERIDIAN SOUTH LLC", + "Physical Address Line 1": "1925 LAKE HAZEL ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERIDIAN", + "Physical Address State": "ID ", + "Physical Address Zip": "83642", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700004", + "School District Name": "Norris City-Omaha-Enfield CUSD 3", + "Physical Address Line 1": "PO Box 399", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norris City", + "Physical Address State": "IL ", + "Physical Address Zip": "62869", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18451612903225806", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600202", + "School District Name": "ELEVATE ACADEMY NORTH LLC", + "Physical Address Line 1": "3716 E Killdeer Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Post Falls", + "Physical Address State": "ID ", + "Physical Address Zip": "83854", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800232", + "School District Name": "CEDARS INTERNATIONAL ACADEMY", + "Physical Address Line 1": "8416 N IH 35", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78753", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600203", + "School District Name": "ELEVATE ACADEMY NAMPA LLC", + "Physical Address Line 1": "114 WEST CHICAGO STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALDWELL", + "Physical Address State": "ID ", + "Physical Address Zip": "83605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728700", + "School District Name": "North Boone CUSD 200", + "Physical Address Line 1": "6248 N Boone School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Poplar Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "61065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12383177570093458", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600204", + "School District Name": "IDAHO ARTS CHARTER SCHOOL INC.", + "Physical Address Line 1": "1220 5TH STREET NORTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAMPA", + "Physical Address State": "ID ", + "Physical Address Zip": "83687", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700110", + "School District Name": "North Chicago SD 187", + "Physical Address Line 1": "2000 Lewis Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2353106550463874", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600205", + "School District Name": "GEM PREP: NAMPA LLC", + "Physical Address Line 1": "310 WEST IOWA AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAMPA", + "Physical Address State": "ID ", + "Physical Address Zip": "83686", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728810", + "School District Name": "North Clay CUSD 25", + "Physical Address Line 1": "PO Box C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Louisville", + "Physical Address State": "IL ", + "Physical Address Zip": "62858", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21353383458646616", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200196", + "School District Name": "Celerity Dalton Charter School", + "Physical Address Line 1": "3605 Ontario Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sorrento", + "Physical Address State": "LA ", + "Physical Address Zip": "70778", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742240", + "School District Name": "North Greene CUSD 3", + "Physical Address Line 1": "250 E Sherman St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "White Hall", + "Physical Address State": "IL ", + "Physical Address Zip": "62092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22236180904522612", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200226", + "School District Name": "Celerity Lanier Charter School", + "Physical Address Line 1": "4705 Lanier Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sorrento", + "Physical Address State": "LA ", + "Physical Address Zip": "70778", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701403", + "School District Name": "North Mac CUSD 34", + "Physical Address Line 1": "525 N 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Girard", + "Physical Address State": "IL ", + "Physical Address Zip": "62640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.21423047177107502", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813260", + "School District Name": "CELESTE ISD", + "Physical Address Line 1": "207 S 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CELESTE", + "Physical Address State": "TX ", + "Physical Address Zip": "75423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15678776290630975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728890", + "School District Name": "North Palos SD 117", + "Physical Address Line 1": "7825 W 103rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palos Hills", + "Physical Address State": "IL ", + "Physical Address Zip": "60465", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23097502972651604", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910030", + "School District Name": "Celina City", + "Physical Address Line 1": "585 E Livingston St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Celina", + "Physical Address State": "OH ", + "Physical Address Zip": "45822", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13262245918027324", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728920", + "School District Name": "N Pekin & Marquette Hght SD 102", + "Physical Address Line 1": "51 Yates Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marquette Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "61554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12914485165794065", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813290", + "School District Name": "CELINA ISD", + "Physical Address Line 1": "205 S COLORADO", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CELINA", + "Physical Address State": "TX ", + "Physical Address Zip": "75009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05465414175918019", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700119", + "School District Name": "North Shore SD 112", + "Physical Address Line 1": "1936 Green Bay Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highland Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.057634902411021816", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006960", + "School District Name": "CEMENT", + "Physical Address Line 1": "201 S Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cement", + "Physical Address State": "OK ", + "Physical Address Zip": "73017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2247191011235955", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600600", + "School District Name": "VALLIVUE SCHOOL DISTRICT", + "Physical Address Line 1": "5207 SOUTH MONTANA AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALDWELL", + "Physical Address State": "ID ", + "Physical Address Zip": "83607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0958486937009136", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740680", + "School District Name": "North Wamac SD 186", + "Physical Address Line 1": "1500 Case St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centralia", + "Physical Address State": "IL ", + "Physical Address Zip": "62801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.5", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100050", + "School District Name": "CENT VA TRAIN CT", + "Physical Address Line 1": "East Route 210", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison Heights", + "Physical Address State": "VA ", + "Physical Address Zip": "24572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710240", + "School District Name": "North Wayne CUSD 200", + "Physical Address Line 1": "PO Box 235", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cisne", + "Physical Address State": "IL ", + "Physical Address Zip": "62823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.163135593220339", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717850", + "School District Name": "Northbrook ESD 27", + "Physical Address Line 1": "1250 Sanders Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northbrook", + "Physical Address State": "IL ", + "Physical Address Zip": "60062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.048675733715103794", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1728980", + "School District Name": "Northbrook SD 28", + "Physical Address Line 1": "1475 Maple Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northbrook", + "Physical Address State": "IL ", + "Physical Address Zip": "60062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0422462648119526", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2708100", + "School District Name": "CENTENNIAL PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "4707 N RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CIRCLE PINES", + "Physical Address State": "MN ", + "Physical Address Zip": "55014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.056372549019607844", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600815", + "School District Name": "PLUMMER-WORLEY JOINT DISTRICT", + "Physical Address Line 1": "1255 E STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLUMMER", + "Physical Address State": "ID ", + "Physical Address Zip": "83851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1568627450980392", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724420", + "School District Name": "Northbrook/Glenview SD 30", + "Physical Address Line 1": "2374 Shermer Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northbrook", + "Physical Address State": "IL ", + "Physical Address Zip": "60062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04283604135893648", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100099", + "School District Name": "CENTENNIAL PUBLIC SCHOOLS", + "Physical Address Line 1": "1301 CENTENNIAL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UTICA", + "Physical Address State": "NE ", + "Physical Address Zip": "68456", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08493589743589744", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729010", + "School District Name": "Northfield Twp HSD 225", + "Physical Address Line 1": "3801 W Lake Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glenview", + "Physical Address State": "IL ", + "Physical Address Zip": "60026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05111762550384756", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730540", + "School District Name": "Northwestern CUSD 2", + "Physical Address Line 1": "30953 Route 111", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palmyra", + "Physical Address State": "IL ", + "Physical Address Zip": "62674", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20462046204620463", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205190", + "School District Name": "Centennial SD", + "Physical Address Line 1": "48 Swan Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warminster", + "Physical Address State": "PA ", + "Physical Address Zip": "18974", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08142184414400729", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1600960", + "School District Name": "PRESTON JOINT DISTRICT", + "Physical Address Line 1": "120 EAST 2ND SOUTH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESTON", + "Physical Address State": "ID ", + "Physical Address Zip": "83263", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08672499049068087", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729040", + "School District Name": "Norwood ESD 63", + "Physical Address Line 1": "6521 W Farmington Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peoria", + "Physical Address State": "IL ", + "Physical Address Zip": "61604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23796791443850268", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4102800", + "School District Name": "Centennial SD 28J", + "Physical Address Line 1": "18135 SE Brooklyn St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portland", + "Physical Address State": "OR ", + "Physical Address Zip": "97236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15217117684078035", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729760", + "School District Name": "O Fallon CCSD 90", + "Physical Address Line 1": "118 E Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "O Fallon", + "Physical Address State": "IL ", + "Physical Address Zip": "62269", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0632940632940633", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2908250", + "School District Name": "CENTER 58", + "Physical Address Line 1": "8701 HOLMES RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.17508813160987075", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729790", + "School District Name": "O Fallon Twp HSD 203", + "Physical Address Line 1": "600 S Smiley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "O Fallon", + "Physical Address State": "IL ", + "Physical Address Zip": "62269", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0596551724137931", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729100", + "School District Name": "Oak Grove SD 68 Bartonville", + "Physical Address Line 1": "6018 W Lancaster Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bartonville", + "Physical Address State": "IL ", + "Physical Address Zip": "61607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11988304093567251", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729130", + "School District Name": "Oak Grove SD 68 Green Oaks", + "Physical Address Line 1": "1700 Oplaine Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Libertyville", + "Physical Address State": "IL ", + "Physical Address Zip": "60048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02621359223300971", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729220", + "School District Name": "Oak Lawn CHSD 229", + "Physical Address Line 1": "9400 Southwest Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Lawn", + "Physical Address State": "IL ", + "Physical Address Zip": "60453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15318044136737344", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729190", + "School District Name": "Oak Lawn-Hometown SD 123", + "Physical Address Line 1": "4201 W 93rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Lawn", + "Physical Address State": "IL ", + "Physical Address Zip": "60453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12817904374364192", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729250", + "School District Name": "Oak Park ESD 97", + "Physical Address Line 1": "260 Madison St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05957907768492727", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729280", + "School District Name": "Oak Park - River Forest SD 200", + "Physical Address Line 1": "201 N Scoville Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.044058744993324434", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200100", + "School District Name": "Center for Student Learning CS at Pennsbury", + "Physical Address Line 1": "345 Lakeside Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Levittown", + "Physical Address State": "PA ", + "Physical Address Zip": "19054", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729310", + "School District Name": "Oakdale CCSD 1", + "Physical Address Line 1": "280 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakdale", + "Physical Address State": "IL ", + "Physical Address Zip": "62268", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08974358974358974", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801440", + "School District Name": "Center Grove Community School Corp", + "Physical Address Line 1": "4800 W Stones Crossing Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenwood", + "Physical Address State": "IN ", + "Physical Address Zip": "46143", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.055513235574176346", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729340", + "School District Name": "Oakland CUSD 5", + "Physical Address Line 1": "310 Teeter St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "IL ", + "Physical Address Zip": "61943", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1541501976284585", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813320", + "School District Name": "CENTER ISD", + "Physical Address Line 1": "107 PR 605", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTER", + "Physical Address State": "TX ", + "Physical Address Zip": "75935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.32229580573951433", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710800", + "School District Name": "Oakwood CUSD 76", + "Physical Address Line 1": "12190 US Route 150", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakwood", + "Physical Address State": "IL ", + "Physical Address Zip": "61858", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14946236559139786", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729420", + "School District Name": "Oblong CUSD 4", + "Physical Address Line 1": "PO Box 40", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oblong", + "Physical Address State": "IL ", + "Physical Address Zip": "62449", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15565345080763582", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601131", + "School District Name": "Center Line Preparatory Academy", + "Physical Address Line 1": "8155 RITTER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTER LINE", + "Physical Address State": "MI ", + "Physical Address Zip": "48015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729520", + "School District Name": "Odell CCSD 435", + "Physical Address Line 1": "203 N East St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Odell", + "Physical Address State": "IL ", + "Physical Address Zip": "60460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608580", + "School District Name": "Center Line Public Schools", + "Physical Address Line 1": "26400 ARSENAL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTER LINE", + "Physical Address State": "MI ", + "Physical Address Zip": "48015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2301765650080257", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701404", + "School District Name": "Odin PSD 722", + "Physical Address Line 1": "102 S Merritt St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Odin", + "Physical Address State": "IL ", + "Physical Address Zip": "62870", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20253164556962025", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606840", + "School District Name": "CENTER MORICHES UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "529 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTER MORICHES", + "Physical Address State": "NY ", + "Physical Address Zip": "11934", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0547945205479452", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729670", + "School District Name": "Oglesby ESD 125", + "Physical Address Line 1": "755 Bennett Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oglesby", + "Physical Address State": "IL ", + "Physical Address Zip": "61348", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.130859375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813350", + "School District Name": "CENTER POINT ISD", + "Physical Address Line 1": "215 CHINA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTER POINT", + "Physical Address State": "TX ", + "Physical Address Zip": "78010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21002710027100271", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729700", + "School District Name": "Ohio CCSD 17", + "Physical Address Line 1": "PO Box 478", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ohio", + "Physical Address State": "IL ", + "Physical Address Zip": "61349", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23958333333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1906660", + "School District Name": "Center Point-Urbana Comm School District", + "Physical Address Line 1": "202 West Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Urbana", + "Physical Address State": "IA ", + "Physical Address Zip": "52345", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.041530944625407164", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729730", + "School District Name": "Ohio CHSD 505", + "Physical Address Line 1": "PO Box 478", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ohio", + "Physical Address State": "IL ", + "Physical Address Zip": "61349", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18421052631578946", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800052", + "School District Name": "CENTER-STANTON 1", + "Physical Address Line 1": "315 Lincoln Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Center", + "Physical Address State": "ND ", + "Physical Address Zip": "58530", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14173228346456693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700223", + "School District Name": "Okaw Valley CUSD 302", + "Physical Address Line 1": "PO Box 97", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethany", + "Physical Address State": "IL ", + "Physical Address Zip": "61914", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14411247803163443", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904782", + "School District Name": "Centerburg Local", + "Physical Address Line 1": "119 S Preston St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centerburg", + "Physical Address State": "OH ", + "Physical Address Zip": "43011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10555555555555556", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729890", + "School District Name": "Olympia CUSD 16", + "Physical Address Line 1": "903 E 800 North Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanford", + "Physical Address State": "IL ", + "Physical Address Zip": "61774", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09913132345426673", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1705570", + "School District Name": "Opdyke-Belle-Rive CCSD 5", + "Physical Address Line 1": "PO Box 189", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Opdyke", + "Physical Address State": "IL ", + "Physical Address Zip": "62872", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1509433962264151", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904373", + "School District Name": "Centerville City", + "Physical Address Line 1": "111 Virginia Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centerville", + "Physical Address State": "OH ", + "Physical Address Zip": "45458", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0654484059986096", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730060", + "School District Name": "Orangeville CUSD 203", + "Physical Address Line 1": "201 S Orange St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orangeville", + "Physical Address State": "IL ", + "Physical Address Zip": "61060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0891891891891892", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1906750", + "School District Name": "Centerville Comm School District", + "Physical Address Line 1": "634 North Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centerville", + "Physical Address State": "IA ", + "Physical Address Zip": "52544", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1973775017253278", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730160", + "School District Name": "Oregon CUSD 220", + "Physical Address Line 1": "206 S 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oregon", + "Physical Address State": "IL ", + "Physical Address Zip": "61061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14822006472491908", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3025130", + "School District Name": "Centerville Elem", + "Physical Address Line 1": "693 Stockett Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sand Coulee", + "Physical Address State": "MT ", + "Physical Address Zip": "59472", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14736842105263157", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730200", + "School District Name": "Orion CUSD 223", + "Physical Address Line 1": "PO Box 189", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orion", + "Physical Address State": "IL ", + "Physical Address Zip": "61273", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.040737148399612025", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3025140", + "School District Name": "Centerville H S", + "Physical Address Line 1": "693 Stockett Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sand Coulee", + "Physical Address State": "MT ", + "Physical Address Zip": "59472", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09523809523809523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730220", + "School District Name": "Orland SD 135", + "Physical Address Line 1": "15100 S 94th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orland Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10966638152266894", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813380", + "School District Name": "CENTERVILLE ISD", + "Physical Address Line 1": "10327 N STATE HWY 94", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GROVETON", + "Physical Address State": "TX ", + "Physical Address Zip": "75845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2047244094488189", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730270", + "School District Name": "CUSD 308", + "Physical Address Line 1": "4175 State Route 71", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oswego", + "Physical Address State": "IL ", + "Physical Address Zip": "60543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05025406220336144", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813410", + "School District Name": "CENTERVILLE ISD", + "Physical Address Line 1": "813 S COMMERCE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTERVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2231139646869984", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730300", + "School District Name": "Ottawa ESD 141", + "Physical Address Line 1": "320 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ottawa", + "Physical Address State": "IL ", + "Physical Address Zip": "61350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18463886063072227", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2908340", + "School District Name": "CENTERVILLE R-I", + "Physical Address Line 1": "2354 S GREEN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTERVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "63633", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.31", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602550", + "School District Name": "PARMA DISTRICT", + "Physical Address Line 1": "805 EAST MCCONNELL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARMA", + "Physical Address State": "ID ", + "Physical Address Zip": "83660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11601307189542484", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730330", + "School District Name": "Ottawa Twp HSD 140", + "Physical Address Line 1": "211 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ottawa", + "Physical Address State": "IL ", + "Physical Address Zip": "61350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.140218878248974", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602580", + "School District Name": "PAYETTE JOINT DISTRICT", + "Physical Address Line 1": "20 NORTH 12TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAYETTE", + "Physical Address State": "ID ", + "Physical Address Zip": "83661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.206163655685441", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301050", + "School District Name": "Centerville School District", + "Physical Address Line 1": "ATTN: Ann Varkados", + "Physical Address Line 2": "2315 Centerville Hwy", + "Physical Address Line 3": "", + "Physical Address City": "CENTERVILLE", + "Physical Address State": "WA ", + "Physical Address Zip": "98613", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1368421052631579", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602610", + "School District Name": "PLEASANT VALLEY ELEMENTARY DISTRICT", + "Physical Address Line 1": "28026 JUNIPER MOUNTAIN ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JORDAN VALLEY", + "Physical Address State": "ID ", + "Physical Address Zip": "97910", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19047619047619047", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4611760", + "School District Name": "Centerville School District 60-1", + "Physical Address Line 1": "610 Lincoln St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centerville", + "Physical Address State": "SD ", + "Physical Address Zip": "57014", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09897610921501707", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602640", + "School District Name": "POCATELLO DISTRICT", + "Physical Address Line 1": "3115 POLE LINE ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POCATELLO", + "Physical Address State": "ID ", + "Physical Address Zip": "83201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.12810263683837278", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801560", + "School District Name": "Centerville-Abington Com Schs", + "Physical Address Line 1": "115 W South St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centerville", + "Physical Address State": "IN ", + "Physical Address Zip": "47330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11595174262734584", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602670", + "School District Name": "POST FALLS DISTRICT", + "Physical Address Line 1": "206 WEST MULLAN AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POST FALLS", + "Physical Address State": "ID ", + "Physical Address Zip": "83877", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.09440069047362175", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4007140", + "School District Name": "CENTRAL", + "Physical Address Line 1": "108089 South 4670 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sallisaw", + "Physical Address State": "OK ", + "Physical Address Zip": "74955", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18518518518518517", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602700", + "School District Name": "POTLATCH DISTRICT", + "Physical Address Line 1": "635 PINE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POTLATCH", + "Physical Address State": "ID ", + "Physical Address Zip": "83855", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09886547811993517", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004230", + "School District Name": "Central", + "Physical Address Line 1": "700 N Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burden", + "Physical Address State": "KS ", + "Physical Address Zip": "67019", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17151162790697674", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602730", + "School District Name": "PRAIRIE ELEMENTARY DISTRICT", + "Physical Address Line 1": "73 SMITH CREEK ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRAIRIE", + "Physical Address State": "ID ", + "Physical Address Zip": "83647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600163", + "School District Name": "Central Academy", + "Physical Address Line 1": "2459 SOUTH INDUSTRIAL HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANN ARBOR", + "Physical Address State": "MI ", + "Physical Address Zip": "48104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602760", + "School District Name": "RICHFIELD DISTRICT", + "Physical Address Line 1": "555 NORTH TIGER DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHFIELD", + "Physical Address State": "ID ", + "Physical Address Zip": "83349", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1717171717171717", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901313", + "School District Name": "Central Academy of Ohio", + "Physical Address Line 1": "2727 Kenwood Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43606", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602790", + "School District Name": "RIRIE JOINT DISTRICT", + "Physical Address Line 1": "260 1ST WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIRIE", + "Physical Address State": "ID ", + "Physical Address Zip": "83443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09571428571428571", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602820", + "School District Name": "ROCKLAND DISTRICT", + "Physical Address Line 1": "321 EAST CENTER STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCKLAND", + "Physical Address State": "ID ", + "Physical Address Zip": "83271", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12418300653594772", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503390", + "School District Name": "Central Berkshire", + "Physical Address Line 1": "254 Hinsdale Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dalton", + "Physical Address State": "MA ", + "Physical Address Zip": "01227", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08652729384436701", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602850", + "School District Name": "SALMON DISTRICT", + "Physical Address Line 1": "1501 BEAN LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALMON", + "Physical Address State": "ID ", + "Physical Address Zip": "83467", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1945288753799392", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601114", + "School District Name": "CENTRAL BROOKLYN ASCEND CHARTER SCHOOL", + "Physical Address Line 1": "465 E 29TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11226", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602910", + "School District Name": "SHELLEY JOINT DISTRICT", + "Physical Address Line 1": "545 SEMINARY AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHELLEY", + "Physical Address State": "ID ", + "Physical Address Zip": "83274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09940209267563528", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205310", + "School District Name": "Central Bucks SD", + "Physical Address Line 1": "20 Welden Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Doylestown", + "Physical Address State": "PA ", + "Physical Address Zip": "18901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04214578295415289", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602940", + "School District Name": "SHOSHONE JOINT DISTRICT", + "Physical Address Line 1": "61 EAST HIGHWAY 24", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHOSHONE", + "Physical Address State": "ID ", + "Physical Address Zip": "83352", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10244648318042814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1602970", + "School District Name": "SNAKE RIVER DISTRICT", + "Physical Address Line 1": "103 SOUTH 900 WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLACKFOOT", + "Physical Address State": "ID ", + "Physical Address Zip": "83221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12493827160493827", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603000", + "School District Name": "SODA SPRINGS JOINT DISTRICT", + "Physical Address Line 1": "250 EAST 2ND SOUTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SODA SPRINGS", + "Physical Address State": "ID ", + "Physical Address Zip": "83276", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.0835030549898167", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205340", + "School District Name": "Central Cambria SD", + "Physical Address Line 1": "208 Schoolhouse Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ebensburg", + "Physical Address State": "PA ", + "Physical Address Zip": "15931", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09703504043126684", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603030", + "School District Name": "SOUTH LEMHI DISTRICT", + "Physical Address Line 1": "111 SOUTH THIRD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEADORE", + "Physical Address State": "ID ", + "Physical Address Zip": "83464", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1388888888888889", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700478", + "School District Name": "Central Carolina Academy", + "Physical Address Line 1": "301 N. Wilmington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603060", + "School District Name": "ST MARIES JOINT DISTRICT", + "Physical Address Line 1": "720 MAIN AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST MARIES", + "Physical Address State": "ID ", + "Physical Address Zip": "83861", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16185476815398075", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3804090", + "School District Name": "CENTRAL CASS 17", + "Physical Address Line 1": "802 5th St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Casselton", + "Physical Address State": "ND ", + "Physical Address Zip": "58012", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04500548847420417", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603090", + "School District Name": "SUGAR-SALEM JOINT DISTRICT", + "Physical Address Line 1": "105 WEST CENTER STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUGAR CITY", + "Physical Address State": "ID ", + "Physical Address Zip": "83448", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10210876803551609", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1906780", + "School District Name": "Central City Comm School District", + "Physical Address Line 1": "400 Barber Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Central City", + "Physical Address State": "IA ", + "Physical Address Zip": "52214", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08459869848156182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603120", + "School District Name": "SWAN VALLEY ELEMENTARY DISTRICT", + "Physical Address Line 1": "3389 HIGHWAY 26", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IRWIN", + "Physical Address State": "ID ", + "Physical Address Zip": "83428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10743801652892562", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500041", + "School District Name": "Central City Cyberschool Agency", + "Physical Address Line 1": "4301 N 44th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53216", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603180", + "School District Name": "TETON COUNTY DISTRICT", + "Physical Address Line 1": "210 NORTH MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DRIGGS", + "Physical Address State": "ID ", + "Physical Address Zip": "83422", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08268259072117592", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3104920", + "School District Name": "CENTRAL CITY PUBLIC SCHOOLS", + "Physical Address Line 1": "1510 28TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTRAL CITY", + "Physical Address State": "NE ", + "Physical Address Zip": "68826", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08635794743429287", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603210", + "School District Name": "THREE CREEK JOINT ELEMENTARY DISTRICT", + "Physical Address Line 1": "49907 THREE CREEK ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROGERSON", + "Physical Address State": "ID ", + "Physical Address Zip": "83302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603240", + "School District Name": "TWIN FALLS DISTRICT", + "Physical Address Line 1": "201 MAIN AVENUE WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TWIN FALLS", + "Physical Address State": "ID ", + "Physical Address Zip": "83301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13725987983413726", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205370", + "School District Name": "Central Columbia SD", + "Physical Address Line 1": "4777 Old Berwick Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17815", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.11541970802919709", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603270", + "School District Name": "VALLEY DISTRICT", + "Physical Address Line 1": "882 VALLEY ROAD SOUTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAZELTON", + "Physical Address State": "ID ", + "Physical Address Zip": "83335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15476190476190477", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1906840", + "School District Name": "Central Comm School District", + "Physical Address Line 1": "400 1st Street NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkader", + "Physical Address State": "IA ", + "Physical Address Zip": "52043", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08686440677966102", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603300", + "School District Name": "WALLACE DISTRICT", + "Physical Address Line 1": "501 WESTERN AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SILVERTON", + "Physical Address State": "ID ", + "Physical Address Zip": "83867", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21216617210682492", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200125", + "School District Name": "Central Community School District", + "Physical Address Line 1": "10510 Joor Road Suite 300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Central", + "Physical Address State": "LA ", + "Physical Address Zip": "70818", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603330", + "School District Name": "WEISER DISTRICT", + "Physical Address Line 1": "925 PIONEER ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEISER", + "Physical Address State": "ID ", + "Physical Address Zip": "83672", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16965352449223417", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500390", + "School District Name": "CENTRAL CONSOLIDATED SCHOOLS", + "Physical Address Line 1": "OLD HIGH SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHIPROCK", + "Physical Address State": "NM ", + "Physical Address Zip": "87420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3523307247363049", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603360", + "School District Name": "WENDELL DISTRICT", + "Physical Address Line 1": "150 EAST MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WENDELL", + "Physical Address State": "ID ", + "Physical Address Zip": "83355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14345991561181434", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4105760", + "School District Name": "Central Curry SD 1", + "Physical Address Line 1": "29516 Ellensburg Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gold Beach", + "Physical Address State": "OR ", + "Physical Address Zip": "97444", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20418006430868169", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603400", + "School District Name": "WEST JEFFERSON DISTRICT", + "Physical Address Line 1": "1256 EAST 1500 NORTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TERRETON", + "Physical Address State": "ID ", + "Physical Address Zip": "83450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1338235294117647", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205400", + "School District Name": "Central Dauphin SD", + "Physical Address Line 1": "600 Rutherford Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17109", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11987438855003321", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603420", + "School District Name": "WEST SIDE JOINT DISTRICT", + "Physical Address Line 1": "626 NORTH WEST SIDE HIGHWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DAYTON", + "Physical Address State": "ID ", + "Physical Address Zip": "83232", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09602194787379972", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1906900", + "School District Name": "Central Decatur Comm School District", + "Physical Address Line 1": "1201 NE Poplar St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leon", + "Physical Address State": "IA ", + "Physical Address Zip": "50144", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15797317436661698", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603480", + "School District Name": "WILDER DISTRICT", + "Physical Address Line 1": "210 A AVENUE EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILDER", + "Physical Address State": "ID ", + "Physical Address Zip": "83676", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1291248206599713", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1906810", + "School District Name": "Central DeWitt School District", + "Physical Address Line 1": "331 E. 8th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "De Witt", + "Physical Address State": "IA ", + "Physical Address Zip": "52742", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08106543138390272", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1603511", + "School District Name": "IDAHO BUREAU OF EDUCATIONAL SERVICES FOR THE DEAF AND THE BL", + "Physical Address Line 1": "1450 MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOODING", + "Physical Address State": "ID ", + "Physical Address Zip": "83330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400120", + "School District Name": "Central Falls", + "Physical Address Line 1": "949 Dexter ST.", + "Physical Address Line 2": "Lower level", + "Physical Address Line 3": "", + "Physical Address City": "Central Falls", + "Physical Address State": "RI ", + "Physical Address Zip": "02863", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3137647320435846", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700001", + "School District Name": "River Ridge CUSD 210", + "Physical Address Line 1": "4141 IL Route 84 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanover", + "Physical Address State": "IL ", + "Physical Address Zip": "61041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16527196652719664", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4214850", + "School District Name": "Central Fulton SD", + "Physical Address Line 1": "151 E Cherry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McConnellsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17233", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18308351177730192", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205430", + "School District Name": "Central Greene SD", + "Physical Address Line 1": "250 S. Cumberland Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waynesburg", + "Physical Address State": "PA ", + "Physical Address Zip": "15370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18692098092643053", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000014", + "School District Name": "Central Heights", + "Physical Address Line 1": "3521 Ellis Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "KS ", + "Physical Address Zip": "66080", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09611451942740286", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813440", + "School District Name": "CENTRAL HEIGHTS ISD", + "Physical Address Line 1": "10317 US HWY 259 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NACOGDOCHES", + "Physical Address State": "TX ", + "Physical Address Zip": "75965", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18237454100367198", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700005", + "School District Name": "Prairie Central CUSD 8", + "Physical Address Line 1": "605 N 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairbury", + "Physical Address State": "IL ", + "Physical Address Zip": "61739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11761684643040575", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4007170", + "School District Name": "CENTRAL HIGH", + "Physical Address Line 1": "274801 BRONCHO RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marlow", + "Physical Address State": "OK ", + "Physical Address Zip": "73055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19543147208121828", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700006", + "School District Name": "IDJJ Sch Dist 428", + "Physical Address Line 1": "1112 S Wabash Ave Ste 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901413", + "School District Name": "Central High School", + "Physical Address Line 1": "840 W State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700289", + "School District Name": "Central IL Voc Ed Coop", + "Physical Address Line 1": "101 W Madison St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Metamora", + "Physical Address State": "IL ", + "Physical Address Zip": "61548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700009", + "School District Name": "Pinckneyville SD 50", + "Physical Address Line 1": "301 W Mulberry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pinckneyville", + "Physical Address State": "IL ", + "Physical Address Zip": "62274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15946843853820597", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700286", + "School District Name": "Central Ill Rural Region", + "Physical Address Line 1": "201 W Exchange St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jerseyville", + "Physical Address State": "IL ", + "Physical Address Zip": "62052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800140", + "School District Name": "Central IN Education Service Ctr", + "Physical Address Line 1": "3500 DePauw Blv - Suite 2020", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46268", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813500", + "School District Name": "CENTRAL ISD", + "Physical Address Line 1": "7622 US HWY 69 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POLLOK", + "Physical Address State": "TX ", + "Physical Address Zip": "75969", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22677261613691932", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606870", + "School District Name": "CENTRAL ISLIP UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "50 WHEELER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTRAL ISLIP", + "Physical Address State": "NY ", + "Physical Address Zip": "11722", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11371488658554904", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700023", + "School District Name": "Eastern IL Area of Spec Educ", + "Physical Address Line 1": "5837 Park Dr Ste 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charleston", + "Physical Address State": "IL ", + "Physical Address Zip": "61920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289200", + "School District Name": "Central IU 10", + "Physical Address Line 1": "200 Shady Lane", + "Physical Address Line 2": "Suite 100", + "Physical Address Line 3": "", + "Physical Address City": "Philipsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "16866", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400090", + "School District Name": "Central Jersey College Prep Charter School", + "Physical Address Line 1": "101 Mettlers Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerset", + "Physical Address State": "NJ ", + "Physical Address Zip": "08873", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700029", + "School District Name": "Speed SEJA #802", + "Physical Address Line 1": "1125 Division St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "60411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000355", + "School District Name": "Central Kansas Cooperative in Education", + "Physical Address Line 1": "409 W Cloud", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salina", + "Physical Address State": "KS ", + "Physical Address Zip": "67401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700030", + "School District Name": "Proviso Area Exceptional Child", + "Physical Address Line 1": "1000 Van Buren St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maywood", + "Physical Address State": "IL ", + "Physical Address Zip": "60153", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100113", + "School District Name": "Central Kentucky Educational Cooperative", + "Physical Address Line 1": "2331 Fortune Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEXINGTON", + "Physical Address State": "KY ", + "Physical Address Zip": "40509", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700031", + "School District Name": "Northern Suburban Spec Ed Dist", + "Physical Address Line 1": "760 Red Oak Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highland Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301080", + "School District Name": "Central Kitsap School District", + "Physical Address Line 1": "9210 SILVERDALE WAY NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SILVERDALE", + "Physical Address State": "WA ", + "Physical Address Zip": "98383", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08062522077004591", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700032", + "School District Name": "NW Suburban Spec Educ Org", + "Physical Address Line 1": "799 W Kensington Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt Prospect", + "Physical Address State": "IL ", + "Physical Address Zip": "60056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608610", + "School District Name": "Central Lake Public Schools", + "Physical Address Line 1": "8169 W State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Central Lake", + "Physical Address State": "MI ", + "Physical Address Zip": "49622", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15714285714285714", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700039", + "School District Name": "Philip J Rock Center and School", + "Physical Address Line 1": "818 Du Page Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glen Ellyn", + "Physical Address State": "IL ", + "Physical Address Zip": "60137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1906930", + "School District Name": "Central Lee Comm School District", + "Physical Address Line 1": "2642 Highway 218", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Donnellson", + "Physical Address State": "IA ", + "Physical Address Zip": "52625", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10723192019950124", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4102910", + "School District Name": "Central Linn SD 552", + "Physical Address Line 1": "32433 Hwy 228", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Halsey", + "Physical Address State": "OR ", + "Physical Address Zip": "97348", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0840080971659919", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904671", + "School District Name": "Central Local", + "Physical Address Line 1": "6289 Us Highway 127", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sherwood", + "Physical Address State": "OH ", + "Physical Address Zip": "43556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13016710642040458", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1906960", + "School District Name": "Central Lyon Comm School District", + "Physical Address Line 1": "1010 S. Greene Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rock Rapids", + "Physical Address State": "IA ", + "Physical Address Zip": "51246", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06666666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700048", + "School District Name": "Franklin-Jefferson Co Sp Ed Dist", + "Physical Address Line 1": "PO Box 1027", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Benton", + "Physical Address State": "IL ", + "Physical Address Zip": "62812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500565", + "School District Name": "Central Massachusetts SPED Collaborative", + "Physical Address Line 1": "14 New Bond Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Worcester", + "Physical Address State": "MA ", + "Physical Address Zip": "01606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700051", + "School District Name": "Iroquois Special Education", + "Physical Address Line 1": "106 E Front St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gilman", + "Physical Address State": "IL ", + "Physical Address Zip": "60938", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700147", + "School District Name": "CENTRAL MINNESOTA E.R.D.C.", + "Physical Address Line 1": "570 1ST ST SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT CLOUD", + "Physical Address State": "MN ", + "Physical Address Zip": "56304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700052", + "School District Name": "Tri-County Sp Ed Jnt Agreement", + "Physical Address Line 1": "1335 Cedar Ct", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carbondale", + "Physical Address State": "IL ", + "Physical Address Zip": "62901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700205", + "School District Name": "CENTRAL MN ED TELECOM SYSTEM", + "Physical Address Line 1": "1410 MCKAY AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALEXANDRIA", + "Physical Address State": "MN ", + "Physical Address Zip": "56308", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700054", + "School District Name": "Mid-Valley Special Ed Coop", + "Physical Address Line 1": "1304 Ronzheimer Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St Charles", + "Physical Address State": "IL ", + "Physical Address Zip": "60174", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608640", + "School District Name": "Central Montcalm Public Schools", + "Physical Address Line 1": "1480 SOUTH SHERIDAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STANTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48888", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1740301724137931", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700056", + "School District Name": "Kankakee Area Spec Educ Coop", + "Physical Address Line 1": "PO Box 71", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Anne", + "Physical Address State": "IL ", + "Physical Address Zip": "60964", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280330", + "School District Name": "Central Montco Technical High School", + "Physical Address Line 1": "821 Plymouth Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth Meeting", + "Physical Address State": "PA ", + "Physical Address Zip": "19462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700059", + "School District Name": "Spec Educ Dist Lake County/Sedol", + "Physical Address Line 1": "18160 W Gages Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grayslake", + "Physical Address State": "IL ", + "Physical Address Zip": "60030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000029", + "School District Name": "Central Mt Learn Res Ctr", + "Physical Address Line 1": "215 7th Avenue South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewistown", + "Physical Address State": "MT ", + "Physical Address Zip": "59457", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700065", + "School District Name": "Saunemin CCSD 438", + "Physical Address Line 1": "39 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saunemin", + "Physical Address State": "IL ", + "Physical Address Zip": "61769", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16393442622950818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801470", + "School District Name": "Central Nine Career Center", + "Physical Address Line 1": "1999 US 31 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenwood", + "Physical Address State": "IN ", + "Physical Address Zip": "46143", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700069", + "School District Name": "Macon-Piatt Spec Educ Jnt Agr", + "Physical Address Line 1": "335 E Cerro Gordo St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Decatur", + "Physical Address State": "IL ", + "Physical Address Zip": "62523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801710", + "School District Name": "Central Noble Com School Corp", + "Physical Address Line 1": "200 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albion", + "Physical Address State": "IN ", + "Physical Address Zip": "46701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1074561403508772", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700074", + "School District Name": "Kaskaskia Spec Educ District", + "Physical Address Line 1": "224 S Locust St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centralia", + "Physical Address State": "IL ", + "Physical Address Zip": "62801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200095", + "School District Name": "Central PA Digital Learning Foundation CS", + "Physical Address Line 1": "580 Foot of Ten Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duncansville", + "Physical Address State": "PA ", + "Physical Address Zip": "16635", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700080", + "School District Name": "Four Rivers Spec Educ Dist", + "Physical Address Line 1": "936 W Michigan Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jacksonville", + "Physical Address State": "IL ", + "Physical Address Zip": "62650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280530", + "School District Name": "Central PA Institute of Science & Technology", + "Physical Address Line 1": "540 North Harrison Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pleasant Gap", + "Physical Address State": "PA ", + "Physical Address Zip": "16823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700081", + "School District Name": "Ogle Co Education Cooperative", + "Physical Address Line 1": "PO Box 582", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Byron", + "Physical Address State": "IL ", + "Physical Address Zip": "61010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700130", + "School District Name": "Central Park School For Children", + "Physical Address Line 1": "724 Foster Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000349", + "School District Name": "Central Plains", + "Physical Address Line 1": "600 S. Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holyrood", + "Physical Address State": "KS ", + "Physical Address Zip": "67450", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11806797853309481", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700091", + "School District Name": "Tazewell-Mason Cntys Sp Ed Assoc", + "Physical Address Line 1": "300 Cedar St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pekin", + "Physical Address State": "IL ", + "Physical Address Zip": "61554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901621", + "School District Name": "Central Point Preparatory Academy", + "Physical Address Line 1": "680 Harrisburg Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43223", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4102940", + "School District Name": "Central Point SD 6", + "Physical Address Line 1": "300 Ash St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Central Point", + "Physical Address State": "OR ", + "Physical Address Zip": "97502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.12450104542862574", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700097", + "School District Name": "Lincoln-Way Area Spec Ed JA Dist", + "Physical Address Line 1": "601 Willow St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frankfort", + "Physical Address State": "IL ", + "Physical Address Zip": "60423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2723910", + "School District Name": "CENTRAL PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "531 MORSE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORWOOD YOUNG AMERICA", + "Physical Address State": "MN ", + "Physical Address Zip": "55368", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.05103359173126615", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700098", + "School District Name": "Dept of Human Services", + "Physical Address Line 1": "PO Box 19429", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "IL ", + "Physical Address Zip": "62794", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601056", + "School District Name": "CENTRAL QUEENS ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "55-30 JUNCTION BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELMHURST", + "Physical Address State": "NY ", + "Physical Address Zip": "11373", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700099", + "School District Name": "ISU Laboratory Schools", + "Physical Address Line 1": "ISU Campus Box 5300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Normal", + "Physical Address State": "IL ", + "Physical Address Zip": "61790", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929170", + "School District Name": "CENTRAL R-III", + "Physical Address Line 1": "200 HIGH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARK HILLS", + "Physical Address State": "MO ", + "Physical Address Zip": "63601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23226389516493448", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700100", + "School District Name": "University of Ill Lab School", + "Physical Address Line 1": "1212 W Springfield Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Urbana", + "Physical Address State": "IL ", + "Physical Address Zip": "61801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800391", + "School District Name": "CENTRAL REGIONAL AREA CAREER & TECHNICAL CENTER", + "Physical Address Line 1": "128 Soo Line Drive Suite 102", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bismarck", + "Physical Address State": "ND ", + "Physical Address Zip": "58501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700101", + "School District Name": "Illinois Mathematics & Science Academy", + "Physical Address Line 1": "1500 Sullivan Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aurora", + "Physical Address State": "IL ", + "Physical Address Zip": "60506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402910", + "School District Name": "Central Regional School District", + "Physical Address Line 1": "509 Forest Hills Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bayville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08721", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12762453684643887", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1999007", + "School District Name": "Central Rivers AEA", + "Physical Address Line 1": "1521 Technology Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cedar Falls", + "Physical Address State": "IA ", + "Physical Address Zip": "50613", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4102840", + "School District Name": "Central SD 13J", + "Physical Address Line 1": "750 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Independence", + "Physical Address State": "OR ", + "Physical Address Zip": "97351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1361671469740634", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700109", + "School District Name": "Ridgeview CUSD 19", + "Physical Address Line 1": "300 S Harrison St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colfax", + "Physical Address State": "IL ", + "Physical Address Zip": "61728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14261744966442952", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1920760", + "School District Name": "Central Springs Comm School District", + "Physical Address Line 1": "105 S East St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manly", + "Physical Address State": "IA ", + "Physical Address Zip": "50456", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12485811577752554", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700112", + "School District Name": "Streator ESD 44", + "Physical Address Line 1": "1520 N Bloomington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Streator", + "Physical Address State": "IL ", + "Physical Address Zip": "61364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.25595913734392733", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606900", + "School District Name": "CENTRAL SQUARE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "44 SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTRAL SQUARE", + "Physical Address State": "NY ", + "Physical Address Zip": "13036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1451322887233496", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100045", + "School District Name": "CENTRAL ST HOSP", + "Physical Address Line 1": "West Washington St. Extended", + "Physical Address Line 2": "Bldg. 114", + "Physical Address Line 3": "", + "Physical Address City": "Petersburg", + "Physical Address State": "VA ", + "Physical Address Zip": "23803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700114", + "School District Name": "South Central CUD 401", + "Physical Address Line 1": "501 S Madison St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kinmundy", + "Physical Address State": "IL ", + "Physical Address Zip": "62854", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15417867435158503", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289260", + "School District Name": "Central Susquehanna IU 16", + "Physical Address Line 1": "90 Lawton Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milton", + "Physical Address State": "PA ", + "Physical Address Zip": "17847", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000058", + "School District Name": "CENTRAL TECH", + "Physical Address Line 1": "3 COURT CIR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DRUMRIGHT", + "Physical Address State": "OK ", + "Physical Address Zip": "74030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700116", + "School District Name": "Sangamon Area Spec Ed Dist", + "Physical Address Line 1": "2500 Taylor Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "IL ", + "Physical Address Zip": "62703", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900027", + "School District Name": "Central Utah Ed. Services", + "Physical Address Line 1": "195 E 500 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHFIELD", + "Physical Address State": "UT ", + "Physical Address Zip": "84701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700118", + "School District Name": "Williamson Co Spec Educ District", + "Physical Address Line 1": "411 S Court St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "IL ", + "Physical Address Zip": "62959", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3804140", + "School District Name": "CENTRAL VALLEY 3", + "Physical Address Line 1": "1556 Hwy 81 NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buxton", + "Physical Address State": "ND ", + "Physical Address Zip": "58218", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07213114754098361", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601087", + "School District Name": "CENTRAL VALLEY CSD AT ILION-MOHAWK", + "Physical Address Line 1": "111 FREDERICK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ILION", + "Physical Address State": "NY ", + "Physical Address Zip": "13357", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.19014732965009207", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700122", + "School District Name": "Shiloh CUSD 1", + "Physical Address Line 1": "21751 N 575th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hume", + "Physical Address State": "IL ", + "Physical Address Zip": "61932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1544943820224719", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100185", + "School District Name": "CENTRAL VALLEY PUBLIC SCHOOLS", + "Physical Address Line 1": "304 NORTH SHANNON STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREELEY", + "Physical Address State": "NE ", + "Physical Address Zip": "68842", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.175", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301110", + "School District Name": "Central Valley School District", + "Physical Address Line 1": "2218 N. Molter", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Liberty Lake", + "Physical Address State": "WA ", + "Physical Address Zip": "99019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.09089857084996818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200824", + "School District Name": "Central Valley SD", + "Physical Address Line 1": "160 Baker Road Extension", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monaca", + "Physical Address State": "PA ", + "Physical Address Zip": "15061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10504040015390535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700147", + "School District Name": "St Clair ROE Special Education", + "Physical Address Line 1": "1000 S Illinois St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belleville", + "Physical Address State": "IL ", + "Physical Address Zip": "62220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000404", + "School District Name": "Central Vermont Supervisory Union", + "Physical Address Line 1": "111B Brush Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamstown", + "Physical Address State": "VT ", + "Physical Address Zip": "05679", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10411985018726591", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700152", + "School District Name": "North DuPage Sp Ed Cooperative", + "Physical Address Line 1": "132 E Pine Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roselle", + "Physical Address State": "IL ", + "Physical Address Zip": "60172", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102173", + "School District Name": "CENTRAL VIRGINIA GOV SCH FOR SCI/TECH", + "Physical Address Line 1": "3020 Wards Ferry Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lynchburg", + "Physical Address State": "VA ", + "Physical Address Zip": "24502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700406", + "School District Name": "Central Wake Charter High School", + "Physical Address Line 1": "1425 Rock Quarry Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27610", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300315", + "School District Name": "Central Washington University", + "Physical Address Line 1": "400 East University Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellensburg", + "Physical Address State": "WA ", + "Physical Address Zip": "98926", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280470", + "School District Name": "Central Westmoreland CTC", + "Physical Address Line 1": "240 Arona Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Stanton", + "Physical Address State": "PA ", + "Physical Address Zip": "15672", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205490", + "School District Name": "Central York SD", + "Physical Address Line 1": "775 Marion Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "York", + "Physical Address State": "PA ", + "Physical Address Zip": "17406", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0722709404293922", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513290", + "School District Name": "Central/Westosha UHS School District", + "Physical Address Line 1": "24617 75th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "WI ", + "Physical Address Zip": "53168", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05398671096345515", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300016", + "School District Name": "Centralia College", + "Physical Address Line 1": "600 Centralia College Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTRALIA", + "Physical Address State": "WA ", + "Physical Address Zip": "98531", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2908400", + "School District Name": "CENTRALIA R-VI", + "Physical Address Line 1": "1399 E. Highway 22 Suite B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTRALIA", + "Physical Address State": "MO ", + "Physical Address Zip": "65240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10296904611497157", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301140", + "School District Name": "Centralia School District", + "Physical Address Line 1": "2320 BORST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTRALIA", + "Physical Address State": "WA ", + "Physical Address Zip": "98531", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1900749063670412", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700171", + "School District Name": "Champaign/Ford ROE", + "Physical Address Line 1": "3358 Big Pine Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Champaign", + "Physical Address State": "IL ", + "Physical Address Zip": "61822", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008940", + "School District Name": "Centre", + "Physical Address Line 1": "2382 310th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lost Springs", + "Physical Address State": "KS ", + "Physical Address Zip": "66859", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12376237623762376", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700173", + "School District Name": "Clay/Cwford/Jsper/Lwrnce/Rhland", + "Physical Address Line 1": "103 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Olney", + "Physical Address State": "IL ", + "Physical Address Zip": "62450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200023", + "School District Name": "Centre Learning Community CS", + "Physical Address Line 1": "2643 W College Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "State College", + "Physical Address State": "PA ", + "Physical Address Zip": "16801", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700174", + "School District Name": "Clintn/Jeffrsn/Marin/Washngtn ROE", + "Physical Address Line 1": "1710 Broadway St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Vernon", + "Physical Address State": "IL ", + "Physical Address Zip": "62864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608670", + "School District Name": "Centreville Public Schools", + "Physical Address Line 1": "190 HOGAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTREVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "49032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12544802867383512", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700175", + "School District Name": "Clk/Cls/Cmbn/Dglas/Edgr/Mltr/Shlb", + "Physical Address Line 1": "730 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charleston", + "Physical Address State": "IL ", + "Physical Address Zip": "61920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3162950", + "School District Name": "CENTURA PUBLIC SCHOOLS", + "Physical Address Line 1": "201 N HWY 11", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAIRO", + "Physical Address State": "NE ", + "Physical Address Zip": "68824", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10564663023679417", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700177", + "School District Name": "DeWitt/Livingstn/Logan/McLean ROE", + "Physical Address Line 1": "201 E Grove St Ste 300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomington", + "Physical Address State": "IL ", + "Physical Address Zip": "61701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700178", + "School District Name": "De Kalb ROE", + "Physical Address Line 1": "2500 N Annie Glidden Rd Ste C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dekalb", + "Physical Address State": "IL ", + "Physical Address Zip": "60115", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600139", + "School District Name": "Cesar Chavez Academy", + "Physical Address Line 1": "8126 WEST VERNOR HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48209", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700179", + "School District Name": "DuPage ROE", + "Physical Address Line 1": "421 N County Farm Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wheaton", + "Physical Address State": "IL ", + "Physical Address Zip": "60187", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901335", + "School District Name": "Cesar Chavez College Preparatory School", + "Physical Address Line 1": "2400 Mock Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43219", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700180", + "School District Name": "Edw/Glt/Hlt/Hdn/Pop/Sln/Wbh/Wn/Wh ROE", + "Physical Address Line 1": "512 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "IL ", + "Physical Address Zip": "62946", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500117", + "School District Name": "CESAR CHAVEZ COMMUNITY SCHOOL", + "Physical Address Line 1": "1325 PALOMAS DR SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700182", + "School District Name": "Frankln/Johnsn/Massc/Willimsn ROE", + "Physical Address Line 1": "901 Public Square", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Benton", + "Physical Address State": "IL ", + "Physical Address Zip": "62812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700184", + "School District Name": "Grundy/Kendall ROE", + "Physical Address Line 1": "1320 Union St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morris", + "Physical Address State": "IL ", + "Physical Address Zip": "60450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900048", + "School District Name": "Ch'ooshgai Community School", + "Physical Address Line 1": "25 Mi N Of Gallup Nm Hwy 491", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tohatchi", + "Physical Address State": "NM", + "Physical Address Zip": "87325", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700186", + "School District Name": "Hancck/Fultn/Schuylr/McDonogh ROE", + "Physical Address Line 1": "130 S Lafayette St Ste 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Macomb", + "Physical Address State": "IL ", + "Physical Address Zip": "61455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3104980", + "School District Name": "CHADRON PUBLIC SCHOOLS", + "Physical Address Line 1": "602 E 10TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHADRON", + "Physical Address State": "NE ", + "Physical Address Zip": "69337", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1288056206088993", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700188", + "School District Name": "Region 07 South Cook ISC 4", + "Physical Address Line 1": "253 W Joe Orr Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "60411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2908430", + "School District Name": "CHADWICK R-I", + "Physical Address Line 1": "7090 STATE HWY 125 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHADWICK", + "Physical Address State": "MO ", + "Physical Address Zip": "65629", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2222222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700189", + "School District Name": "Iroquois/Kankakee ROE", + "Physical Address Line 1": "1 Stuart Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kankakee", + "Physical Address State": "IL ", + "Physical Address Zip": "60901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2908460", + "School District Name": "CHAFFEE R-II", + "Physical Address Line 1": "517 W YOAKUM AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHAFFEE", + "Physical Address State": "MO ", + "Physical Address Zip": "63740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.21757925072046108", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904528", + "School District Name": "Chagrin Falls Exempted Village", + "Physical Address Line 1": "400 E Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chagrin Falls", + "Physical Address State": "OH ", + "Physical Address Zip": "44022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.036999493157627975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700191", + "School District Name": "Kane ROE", + "Physical Address Line 1": "28 N 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Geneva", + "Physical Address State": "IL ", + "Physical Address Zip": "60134", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601018", + "School District Name": "CHALLENGE PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "710 HARTMAN LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAR ROCKAWAY", + "Physical Address State": "NY ", + "Physical Address Zip": "11691", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700192", + "School District Name": "Henderson/Knox/Mercer/Warren ROE", + "Physical Address Line 1": "105 N E St Ste 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monmouth", + "Physical Address State": "IL ", + "Physical Address Zip": "61462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700193", + "School District Name": "Lake ROE", + "Physical Address Line 1": "500 W Winchester Rd #202", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Libertyville", + "Physical Address State": "IL ", + "Physical Address Zip": "60048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700194", + "School District Name": "La Salle/Marshall/Putnam ROE", + "Physical Address Line 1": "119 W Madison St Ste 102", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ottawa", + "Physical Address State": "IL ", + "Physical Address Zip": "61350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500420", + "School District Name": "CHAMA VALLEY INDEP. SCHOOLS", + "Physical Address Line 1": "STATE ROAD 531", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TIERRA AMARILLA", + "Physical Address State": "NM ", + "Physical Address Zip": "87575", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20297029702970298", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700195", + "School District Name": "Lee/Ogle/Whiteside ROE", + "Physical Address Line 1": "1001 W 23rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sterling", + "Physical Address State": "IL ", + "Physical Address Zip": "61081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1714820", + "School District Name": "Fairview SD 72", + "Physical Address Line 1": "7040 Laramie Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Skokie", + "Physical Address State": "IL ", + "Physical Address Zip": "60077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11916461916461916", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700197", + "School District Name": "Macon/Piatt ROE", + "Physical Address Line 1": "1690 Huston Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Decatur", + "Physical Address State": "IL ", + "Physical Address Zip": "62526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4612000", + "School District Name": "Chamberlain School District 07-1", + "Physical Address Line 1": "1000 Sorensen Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chamberlain", + "Physical Address State": "SD ", + "Physical Address Zip": "57325", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24692251991310643", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700198", + "School District Name": "Madison ROE", + "Physical Address Line 1": "157 N Main St Ste 438", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edwardsville", + "Physical Address State": "IL ", + "Physical Address Zip": "62025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3105010", + "School District Name": "CHAMBERS PUBLIC SCHOOLS", + "Physical Address Line 1": "201 SOUTH A ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHAMBERS", + "Physical Address State": "NE ", + "Physical Address Zip": "68725", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1484375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700200", + "School District Name": "McHenry ROE", + "Physical Address Line 1": "2200 N Seminary Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodstock", + "Physical Address State": "IL ", + "Physical Address Zip": "60098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736600", + "School District Name": "County of Winnebago SD 320", + "Physical Address Line 1": "850 Hayes Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Beloit", + "Physical Address State": "IL ", + "Physical Address Zip": "61080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.23360287511230907", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700201", + "School District Name": "Mid-State Spec Educ Jnt Agr", + "Physical Address Line 1": "PO Box 46", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morrisonville", + "Physical Address State": "IL ", + "Physical Address Zip": "62546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205550", + "School District Name": "Chambersburg Area SD", + "Physical Address Line 1": "435 Stanley Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chambersburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.13257173219978746", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700202", + "School District Name": "Monroe/Randolph ROE", + "Physical Address Line 1": "107 E Mill St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterloo", + "Physical Address State": "IL ", + "Physical Address Zip": "62298", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700203", + "School District Name": "Peoria ROE", + "Physical Address Line 1": "324 Main St Rm 401", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peoria", + "Physical Address State": "IL ", + "Physical Address Zip": "61602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700204", + "School District Name": "Rock Island ROE", + "Physical Address Line 1": "3430 Avenue of The Cities", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moline", + "Physical Address State": "IL ", + "Physical Address Zip": "61265", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905013", + "School District Name": "Champion Local", + "Physical Address Line 1": "5976 Mahoning Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "OH ", + "Physical Address Zip": "44483", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11186903137789904", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700206", + "School District Name": "Menard/Sangamon ROE", + "Physical Address Line 1": "2201 S Dirksen Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "IL ", + "Physical Address Zip": "62703", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000435", + "School District Name": "Champlain Islands Unified Union School District #66", + "Physical Address Line 1": "224 U.S. Route 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Isle", + "Physical Address State": "VT ", + "Physical Address Zip": "05458", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700207", + "School District Name": "Spec Ed Dist of McHenry Co-Sedom", + "Physical Address Line 1": "1200 Claussen Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodstock", + "Physical Address State": "IL ", + "Physical Address Zip": "60098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099914", + "School District Name": "Champlain Valley Supervisory District", + "Physical Address Line 1": "5420 Shelburne Road Suite 300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelburne", + "Physical Address State": "VT ", + "Physical Address Zip": "05482", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "22", + "Percent of Students in Poverty": "0.04228520017993702", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700208", + "School District Name": "Saint Clair ROE", + "Physical Address Line 1": "1000 S Illinois St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belleville", + "Physical Address State": "IL ", + "Physical Address Zip": "62220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000396", + "School District Name": "Champlain Valley Unified School District", + "Physical Address Line 1": "5420 Shelburne Road Suite 300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelburne", + "Physical Address State": "VT ", + "Physical Address Zip": "05482", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700209", + "School District Name": "Mason/Tazewell/Woodford ROE", + "Physical Address Line 1": "414 Court St Ste 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pekin", + "Physical Address State": "IL ", + "Physical Address Zip": "61554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700211", + "School District Name": "Vermilion ROE", + "Physical Address Line 1": "200 S College St Ste B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "IL ", + "Physical Address Zip": "61832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4007290", + "School District Name": "CHANDLER", + "Physical Address Line 1": "901 South CHS Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chandler", + "Physical Address State": "OK ", + "Physical Address Zip": "74834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15361744301288405", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700213", + "School District Name": "Will ROE", + "Physical Address Line 1": "116 N Chicago St Ste 400", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Joliet", + "Physical Address State": "IL ", + "Physical Address Zip": "60432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600168", + "School District Name": "Chandler Park Academy", + "Physical Address Line 1": "20100 KELLY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARPER WOODS", + "Physical Address State": "MI ", + "Physical Address Zip": "48225", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700218", + "School District Name": "Prairie Crossing Charter School", + "Physical Address Line 1": "1531 Jones Point Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grayslake", + "Physical Address State": "IL ", + "Physical Address Zip": "60030", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600209", + "School District Name": "Chandler Woods Charter Academy", + "Physical Address Line 1": "6895 Samrick Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belmont", + "Physical Address State": "MI ", + "Physical Address Zip": "49306", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700220", + "School District Name": "Region 05 North Cook ISC 1", + "Physical Address Line 1": "1001 E Touhy Ave Ste 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Des Plaines", + "Physical Address State": "IL ", + "Physical Address Zip": "60018", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813590", + "School District Name": "CHANNELVIEW ISD", + "Physical Address Line 1": "828 SHELDON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANNELVIEW", + "Physical Address State": "TX ", + "Physical Address Zip": "77530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2311683498563884", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700221", + "School District Name": "Region 06 West Cook ISC 2", + "Physical Address Line 1": "4413 Roosevelt Rd Ste 104", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillside", + "Physical Address State": "IL ", + "Physical Address Zip": "60162", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900040", + "School District Name": "Channing Hall", + "Physical Address Line 1": "13515 S 150 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DRAPER", + "Physical Address State": "UT ", + "Physical Address Zip": "84020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813620", + "School District Name": "CHANNING ISD", + "Physical Address Line 1": "900 GREENWOOD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHANNING", + "Physical Address State": "TX ", + "Physical Address Zip": "79018", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06578947368421052", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004590", + "School District Name": "Chanute Public Schools", + "Physical Address Line 1": "321 E. Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chanute", + "Physical Address State": "KS ", + "Physical Address Zip": "66720", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17368694747789912", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700225", + "School District Name": "Spec Educ Assoc of Peoria County", + "Physical Address Line 1": "4812 Pfeiffer Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peoria", + "Physical Address State": "IL ", + "Physical Address Zip": "61607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003390", + "School District Name": "Chaparral Schools", + "Physical Address Line 1": "124 N Jennings", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anthony", + "Physical Address State": "KS ", + "Physical Address Zip": "67003", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18055555555555555", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800064", + "School District Name": "CHAPARRAL STAR ACADEMY", + "Physical Address Line 1": "14046 SUMMIT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78728", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700228", + "School District Name": "LaSalle Putnam Alliance", + "Physical Address Line 1": "1009 Boyce Memorial Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ottawa", + "Physical Address State": "IL ", + "Physical Address Zip": "61350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801407", + "School District Name": "CHAPEL HILL ACADEMY", + "Physical Address Line 1": "4640 SYCAMORE SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT WORTH", + "Physical Address State": "TX ", + "Physical Address Zip": "76133", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700229", + "School District Name": "Livingston Co Spec Services Unit", + "Physical Address Line 1": "205 N Adams St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flanagan", + "Physical Address State": "IL ", + "Physical Address Zip": "61740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813650", + "School District Name": "CHAPEL HILL ISD", + "Physical Address Line 1": "11134 CR 2249", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TYLER", + "Physical Address State": "TX ", + "Physical Address Zip": "75707", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19241681712664432", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700231", + "School District Name": "West Central Regional System", + "Physical Address Line 1": "219 Baldwin Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quincy", + "Physical Address State": "IL ", + "Physical Address Zip": "62301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813680", + "School District Name": "CHAPEL HILL ISD", + "Physical Address Line 1": "1069 CR 4660", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT PLEASANT", + "Physical Address State": "TX ", + "Physical Address Zip": "75455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15109034267912771", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700233", + "School District Name": "Five County Reg Voc System", + "Physical Address Line 1": "130 Washington Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tamms", + "Physical Address State": "IL ", + "Physical Address Zip": "62988", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700720", + "School District Name": "Chapel Hill-Carrboro City Schools", + "Physical Address Line 1": "750 S Merritt Mill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chapel Hill", + "Physical Address State": "NC ", + "Physical Address Zip": "27516", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08376715570279224", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004620", + "School District Name": "Chapman", + "Physical Address Line 1": "822 N Marshall", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chapman", + "Physical Address State": "KS ", + "Physical Address Zip": "67431", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11469534050179211", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606990", + "School District Name": "CHAPPAQUA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "66 ROARING BROOK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHAPPAQUA", + "Physical Address State": "NY ", + "Physical Address Zip": "10514", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.026925148088314487", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700236", + "School District Name": "Eagle Ridge Vocational Del Sys", + "Physical Address Line 1": "950 US Highway 20 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elizabeth", + "Physical Address State": "IL ", + "Physical Address Zip": "61028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904718", + "School District Name": "Chardon Local", + "Physical Address Line 1": "428 North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chardon", + "Physical Address State": "OH ", + "Physical Address Zip": "44024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06828258941767662", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400037", + "School District Name": "Charette Charter", + "Physical Address Line 1": "335 Westminster St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02903", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700239", + "School District Name": "Ford Special Education Coop", + "Physical Address Line 1": "307 N Sangamon Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gibson City", + "Physical Address State": "IL ", + "Physical Address Zip": "60936", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400150", + "School District Name": "Chariho", + "Physical Address Line 1": "455A Switch Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wood River Junction", + "Physical Address State": "RI ", + "Physical Address Zip": "02894", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07584526347852574", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700242", + "School District Name": "Eastern IL EFE System", + "Physical Address Line 1": "1617 Lake Land Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mattoon", + "Physical Address State": "IL ", + "Physical Address Zip": "61938", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907050", + "School District Name": "Chariton Comm School District", + "Physical Address Line 1": "140 East Albia Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chariton", + "Physical Address State": "IA ", + "Physical Address Zip": "50049", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18840579710144928", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700243", + "School District Name": "Twin Rivers Career & Tech Ed Sys", + "Physical Address Line 1": "11220 State Highway 1", + "Physical Address Line 2": "11220 N State Hwy 1", + "Physical Address Line 3": "", + "Physical Address City": "Robinson", + "Physical Address State": "IL ", + "Physical Address Zip": "62454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205640", + "School District Name": "Charleroi SD", + "Physical Address Line 1": "125 Fecsen Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charleroi", + "Physical Address State": "PA ", + "Physical Address Zip": "15022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1740989615149664", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700244", + "School District Name": "Clay/Jasper/Richland/N Wayne RDS", + "Physical Address Line 1": "600 S Locust St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flora", + "Physical Address State": "IL ", + "Physical Address Zip": "62839", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800045", + "School District Name": "Charles A Tindley Accelerated Sch", + "Physical Address Line 1": "3960 Meadows Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700245", + "School District Name": "Marion/Clinton/Wash Co CTES", + "Physical Address Line 1": "200 E Schwartz St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "IL ", + "Physical Address Zip": "62881", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100720", + "School District Name": "CHARLES CITY CO PBLC SCHS", + "Physical Address Line 1": "10035 Courthouse Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charles City", + "Physical Address State": "VA ", + "Physical Address Zip": "23030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17280453257790368", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700246", + "School District Name": "Evanston Dists 65/202 Jnt Agr", + "Physical Address Line 1": "1500 Mcdaniel Ave", + "Physical Address Line 2": "Joseph E Hill Admin Ctr", + "Physical Address Line 3": "", + "Physical Address City": "Evanston", + "Physical Address State": "IL ", + "Physical Address Zip": "60201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907080", + "School District Name": "Charles City Comm School District", + "Physical Address Line 1": "500 N Grand Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charles City", + "Physical Address State": "IA ", + "Physical Address Zip": "50616", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15166130760986066", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700248", + "School District Name": "Morton Regional Del Sys", + "Physical Address Line 1": "2400 Home Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berwyn", + "Physical Address State": "IL ", + "Physical Address Zip": "60402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400270", + "School District Name": "Charles County Public Schools", + "Physical Address Line 1": "5980 Radio Station Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Plata", + "Physical Address State": "MD ", + "Physical Address Zip": "20646", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08926999445730495", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900586", + "School District Name": "Charles School at Ohio Dominican University", + "Physical Address Line 1": "1270 Brentnell Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43219", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700250", + "School District Name": "North Suburban Educ Reg for Voc", + "Physical Address Line 1": "2601 Dempster St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Park Ridge", + "Physical Address State": "IL ", + "Physical Address Zip": "60068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501440", + "School District Name": "Charleston 01", + "Physical Address Line 1": "75 Calhoun Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charleston", + "Physical Address State": "SC ", + "Physical Address Zip": "29401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.18344776979925573", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1700252", + "School District Name": "Moraine Area Career System", + "Physical Address Line 1": "4625 W 107th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Lawn", + "Physical Address State": "IL ", + "Physical Address Zip": "60453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2908670", + "School District Name": "CHARLESTON R-I", + "Physical Address Line 1": "311 E. TOM BROWN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHARLESTON", + "Physical Address State": "MO ", + "Physical Address Zip": "63834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3316831683168317", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700255", + "School District Name": "Niles Twp District for Spec Educ", + "Physical Address Line 1": "8701 Menard Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morton Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "60053", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5003060", + "School District Name": "Charleston School District", + "Physical Address Line 1": "255 Center School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Charleston", + "Physical Address State": "VT ", + "Physical Address Zip": "05872", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700258", + "School District Name": "Kishwaukee Educ Consortium", + "Physical Address Line 1": "PO Box 263", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Malta", + "Physical Address State": "IL ", + "Physical Address Zip": "60150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600070", + "School District Name": "Charlevoix Montessori Academy for the Arts", + "Physical Address Line 1": "115 WEST HURLBUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHARLEVOIX", + "Physical Address State": "MI ", + "Physical Address Zip": "49720", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700261", + "School District Name": "Livingston Area Educ for Employ", + "Physical Address Line 1": "1100 E Indiana Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pontiac", + "Physical Address State": "IL ", + "Physical Address Zip": "61764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608730", + "School District Name": "Charlevoix Public Schools", + "Physical Address Line 1": "104 EAST SAINT MARYS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHARLEVOIX", + "Physical Address State": "MI ", + "Physical Address Zip": "49720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10475266731328807", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700262", + "School District Name": "Heart of IL Low Incidence Hilia", + "Physical Address Line 1": "905 N Main St Ste 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Normal", + "Physical Address State": "IL ", + "Physical Address Zip": "61761", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680240", + "School District Name": "Charlevoix-Emmet ISD", + "Physical Address Line 1": "8568 MERCER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHARLEVOIX", + "Physical Address State": "MI ", + "Physical Address Zip": "49720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700263", + "School District Name": "McLean/Dewitt Reg Voc System", + "Physical Address Line 1": "PO Box 5187", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomington", + "Physical Address State": "IL ", + "Physical Address Zip": "61702", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3006112", + "School District Name": "Charlo Elem", + "Physical Address Line 1": "404 1st Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlo", + "Physical Address State": "MT ", + "Physical Address Zip": "59824", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17032967032967034", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700264", + "School District Name": "DuPage Area Occup Educ Sys", + "Physical Address Line 1": "301 S Swift Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Addison", + "Physical Address State": "IL ", + "Physical Address Zip": "60101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3006115", + "School District Name": "Charlo H S", + "Physical Address Line 1": "404 1st Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlo", + "Physical Address State": "MT ", + "Physical Address Zip": "59824", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700265", + "School District Name": "Ohio & Wabash Valley Reg Voc Sys", + "Physical Address Line 1": "800 S Division St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norris City", + "Physical Address State": "IL ", + "Physical Address Zip": "62869", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100750", + "School District Name": "CHARLOTTE CO PBLC SCHS", + "Physical Address Line 1": "250 Legrande Ave Suite E", + "Physical Address Line 2": "Suite E", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte Court House", + "Physical Address State": "VA ", + "Physical Address Zip": "23923", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24225964149918522", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700266", + "School District Name": "Franklin County Reg Del System", + "Physical Address Line 1": "901 Public Sq", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Benton", + "Physical Address State": "IL ", + "Physical Address Zip": "62812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813710", + "School District Name": "CHARLOTTE ISD", + "Physical Address Line 1": "102 E HINDES", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHARLOTTE", + "Physical Address State": "TX ", + "Physical Address Zip": "78011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28982300884955753", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700270", + "School District Name": "Rend Lake Area Reg Del System", + "Physical Address Line 1": "1710 Broadway St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Vernon", + "Physical Address State": "IL ", + "Physical Address Zip": "62864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700391", + "School District Name": "Charlotte Lab School", + "Physical Address Line 1": "3325 S TRYON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHARLOTTE", + "Physical Address State": "NC ", + "Physical Address Zip": "28217", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700271", + "School District Name": "Western Area Career System 265", + "Physical Address Line 1": "130 S Lafayette St Ste 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Macomb", + "Physical Address State": "IL ", + "Physical Address Zip": "61455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608770", + "School District Name": "Charlotte Public Schools", + "Physical Address Line 1": "378 STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHARLOTTE", + "Physical Address State": "MI ", + "Physical Address Zip": "48813", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12009162303664922", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700272", + "School District Name": "West Central IL Spec Educ Coop", + "Physical Address Line 1": "130 S Lafayette St Ste 201", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Macomb", + "Physical Address State": "IL ", + "Physical Address Zip": "61455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2304160", + "School District Name": "Charlotte Public Schools", + "Physical Address Line 1": "100 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastport", + "Physical Address State": "ME ", + "Physical Address Zip": "04631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17307692307692307", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700273", + "School District Name": "Delabar CTE System", + "Physical Address Line 1": "105 N E St Ste 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monmouth", + "Physical Address State": "IL ", + "Physical Address Zip": "61462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700143", + "School District Name": "Charlotte Secondary School", + "Physical Address Line 1": "8601 McAlpine Park Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28211", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700274", + "School District Name": "Jackson/Perry Co Reg Del System", + "Physical Address Line 1": "3764 State Route 13/127", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pinckneyville", + "Physical Address State": "IL ", + "Physical Address Zip": "62274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607050", + "School District Name": "CHARLOTTE VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "15611 STATE HWY 23", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DAVENPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "13750", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2574712643678161", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700276", + "School District Name": "Kankakee Area Reg Voc Ed System", + "Physical Address Line 1": "PO Box 570", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bourbonnais", + "Physical Address State": "IL ", + "Physical Address Zip": "60914", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702970", + "School District Name": "Charlotte-Mecklenburg Schools", + "Physical Address Line 1": "Charlotte Mecklenburg Schools", + "Physical Address Line 2": "3301 Stafford Dr Testing Wareh", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28208", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.1339473033018817", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1700277", + "School District Name": "Iroquois Area Reg Del System", + "Physical Address Line 1": "1001 E Grant St Rm 102", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Watseka", + "Physical Address State": "IL ", + "Physical Address Zip": "60970", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100780", + "School District Name": "CHARLOTTESVILLE CTY PBLC SCHS", + "Physical Address Line 1": "1562 Dairy Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlottesville", + "Physical Address State": "VA ", + "Physical Address Zip": "22903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.18955873213175886", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700278", + "School District Name": "Valley Educ for Employ System", + "Physical Address Line 1": "RR 47 Waubonsee", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sugar Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "60554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100003", + "School District Name": "CHARLOTTESVILLE-ALBEMARLE TECH", + "Physical Address Line 1": "1000 E Rio Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlottesville", + "Physical Address State": "VA ", + "Physical Address Zip": "22901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700279", + "School District Name": "Northern Kane Co Reg Voc System", + "Physical Address Line 1": "PO Box 396", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "IL ", + "Physical Address Zip": "60109", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601028", + "School District Name": "Charlton Heston Academy", + "Physical Address Line 1": "1350 N Saint Helen Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Helen", + "Physical Address State": "MI ", + "Physical Address Zip": "48656", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700281", + "School District Name": "Lake County Area Voc System", + "Physical Address Line 1": "19525 W Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grayslake", + "Physical Address State": "IL ", + "Physical Address Zip": "60030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601133", + "School District Name": "CHARTER HIGH SCHOOL FOR LAW AND SOCIAL JUSTICE", + "Physical Address Line 1": "1960 UNIVERSITY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10453", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700283", + "School District Name": "Starved Rock for Voc Tech Ed", + "Physical Address Line 1": "200 9th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peru", + "Physical Address State": "IL ", + "Physical Address Zip": "61354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503909", + "School District Name": "Charter Institute at Erskine", + "Physical Address Line 1": "1201 Main Street Suite 300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "SC ", + "Physical Address Zip": "29201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700284", + "School District Name": "Lincolnland Reg Del System", + "Physical Address Line 1": "1000 Railer Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "IL ", + "Physical Address Zip": "62656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907110", + "School District Name": "Charter Oak-Ute Comm School District", + "Physical Address Line 1": "321 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charter Oak", + "Physical Address State": "IA ", + "Physical Address Zip": "51439", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1889763779527559", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700285", + "School District Name": "Heartland Region", + "Physical Address Line 1": "1 College Park", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Decatur", + "Physical Address State": "IL ", + "Physical Address Zip": "62521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600025", + "School District Name": "CHARTER SCHOOL FOR APPLIED TECHNOLOGIES", + "Physical Address Line 1": "2303 KENMORE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700288", + "School District Name": "Madison Co Career & Tech Ed Sys", + "Physical Address Line 1": "6161 Center Grove Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edwardsville", + "Physical Address State": "IL ", + "Physical Address Zip": "62025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600155", + "School District Name": "CHARTER SCHOOL OF EDUCATIONAL EXCELLENCE", + "Physical Address Line 1": "260 WARBURTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YONKERS", + "Physical Address State": "NY ", + "Physical Address Zip": "10701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601135", + "School District Name": "CHARTER SCHOOL OF INQUIRY", + "Physical Address Line 1": "404 EDISON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700292", + "School District Name": "Okaw Regional Voc System", + "Physical Address Line 1": "1 Taylor St Rm 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chester", + "Physical Address State": "IL ", + "Physical Address Zip": "62233", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700293", + "School District Name": "Two Rivers Career Educ System", + "Physical Address Line 1": "651 S Morgan St Rm 119", + "Physical Address Line 2": "Virginia High School", + "Physical Address Line 3": "", + "Physical Address City": "Virginia", + "Physical Address State": "IL ", + "Physical Address Zip": "62691", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700294", + "School District Name": "Peoria Educ Reg for Empl Traing", + "Physical Address Line 1": "2000 W Pioneer Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peoria", + "Physical Address State": "IL ", + "Physical Address Zip": "61615", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700295", + "School District Name": "Quad City Career and Tech Ed Cons", + "Physical Address Line 1": "1275 Avenue of The Cities", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Moline", + "Physical Address State": "IL ", + "Physical Address Zip": "61244", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800027", + "School District Name": "Charter School of the Dunes", + "Physical Address Line 1": "7300 E Melton Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gary", + "Physical Address State": "IN ", + "Physical Address Zip": "46403", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700297", + "School District Name": "Southwestern Illinois Career & Technical Education System", + "Physical Address Line 1": "600 S Smiley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "O Fallon", + "Physical Address State": "IL ", + "Physical Address Zip": "62269", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700298", + "School District Name": "ESL Regional Vocational System", + "Physical Address Line 1": "1005 State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Saint Louis", + "Physical Address State": "IL ", + "Physical Address Zip": "62201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400019", + "School District Name": "Chartertech High School for the Performing Arts", + "Physical Address Line 1": "413 New Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somers Point", + "Physical Address State": "NJ ", + "Physical Address Zip": "08244", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700299", + "School District Name": "Regional Office of Car/Tech Educ", + "Physical Address Line 1": "2201 Toronto Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "IL ", + "Physical Address Zip": "62712", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205700", + "School District Name": "Chartiers Valley SD", + "Physical Address Line 1": "2030 Swallow Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08056394763343404", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700304", + "School District Name": "Vermilion Voc Ed Deliver System", + "Physical Address Line 1": "2000 E Main 110 LH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "IL ", + "Physical Address Zip": "61832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205730", + "School District Name": "Chartiers-Houston SD", + "Physical Address Line 1": "2020 W Pike St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Houston", + "Physical Address State": "PA ", + "Physical Address Zip": "15342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08979885057471264", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700306", + "School District Name": "Whiteside Regional Voc System", + "Physical Address Line 1": "1608 5th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sterling", + "Physical Address State": "IL ", + "Physical Address Zip": "61081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600100", + "School District Name": "Charyl Stockwell Academy", + "Physical Address Line 1": "9758 EAST HIGHLAND RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOWELL", + "Physical Address State": "MI ", + "Physical Address Zip": "48843", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700308", + "School District Name": "Three Rivers EFE System", + "Physical Address Line 1": "1215 Houbolt Rd", + "Physical Address Line 2": "1215 Houbolt Road H 1019", + "Physical Address Line 3": "", + "Physical Address City": "Joliet", + "Physical Address State": "IL ", + "Physical Address Zip": "60431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005250", + "School District Name": "Chase County", + "Physical Address Line 1": "219 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cottonwood Falls", + "Physical Address State": "KS ", + "Physical Address Zip": "66845", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1354679802955665", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700309", + "School District Name": "Tazewell Co Area EFE RDS", + "Physical Address Line 1": "200 S 2nd St Ste 12", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pekin", + "Physical Address State": "IL ", + "Physical Address Zip": "61554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100163", + "School District Name": "CHASE COUNTY SCHOOLS", + "Physical Address Line 1": "520 E 9TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IMPERIAL", + "Physical Address State": "NE ", + "Physical Address Zip": "69033", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08196721311475409", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700310", + "School District Name": "West Carroll CUSD 314", + "Physical Address Line 1": "642 S East St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Carroll", + "Physical Address State": "IL ", + "Physical Address Zip": "61053", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20446735395189003", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004650", + "School District Name": "Chase-Raymond", + "Physical Address Line 1": "313 East C Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chase", + "Physical Address State": "KS ", + "Physical Address Zip": "67524", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20863309352517986", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700311", + "School District Name": "South Eastern Sp Ed Program", + "Physical Address Line 1": "PO Box 185", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sainte Marie", + "Physical Address State": "IL ", + "Physical Address Zip": "62459", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608880", + "School District Name": "Chassell Township School District", + "Physical Address Line 1": "41585 US HIGHWAY 41", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHASSELL", + "Physical Address State": "MI ", + "Physical Address Zip": "49916", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07734806629834254", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700312", + "School District Name": "Eisenhower Cooperative", + "Physical Address Line 1": "5318 135th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crestwood", + "Physical Address State": "IL ", + "Physical Address Zip": "60418", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607080", + "School District Name": "CHATEAUGAY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "42 RIVER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHATEAUGAY", + "Physical Address State": "NY ", + "Physical Address Zip": "12920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16023166023166024", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700313", + "School District Name": "Educ for Employment Sys 330", + "Physical Address Line 1": "2400 W Bradley Ave # A113", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Champaign", + "Physical Address State": "IL ", + "Physical Address Zip": "61821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2708220", + "School District Name": "CHATFIELD PUBLIC SCHOOLS", + "Physical Address Line 1": "205 UNION ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHATFIELD", + "Physical Address State": "MN ", + "Physical Address Zip": "55923", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0847457627118644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700314", + "School District Name": "West Prairie CUSD 103", + "Physical Address Line 1": "204 S Hun St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colchester", + "Physical Address State": "IL ", + "Physical Address Zip": "62326", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15184049079754602", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600151", + "School District Name": "Chatfield School", + "Physical Address Line 1": "231 LAKE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAPEER", + "Physical Address State": "MI ", + "Physical Address Zip": "48446", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700317", + "School District Name": "Northwest Educational Council for Student Success", + "Physical Address Line 1": "2121 S Goebbert Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arlington Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "60005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607110", + "School District Name": "CHATHAM CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "50 WOODBRIDGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHATHAM", + "Physical Address State": "NY ", + "Physical Address Zip": "12037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10304054054054054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700319", + "School District Name": "West Central CUSD 235", + "Physical Address Line 1": "1514 US Route 34", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Biggsville", + "Physical Address State": "IL ", + "Physical Address Zip": "61418", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17708333333333334", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700020", + "School District Name": "Chatham Charter", + "Physical Address Line 1": "2200 Hamp Stone Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Siler City", + "Physical Address State": "NC ", + "Physical Address Zip": "27344", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700750", + "School District Name": "Chatham County Schools", + "Physical Address Line 1": "369 West St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16614987080103358", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700321", + "School District Name": "United CUSD 304", + "Physical Address Line 1": "1905 100th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monmouth", + "Physical Address State": "IL ", + "Physical Address Zip": "61462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11764705882352941", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302200", + "School District Name": "Chatham School District", + "Physical Address Line 1": "176A Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conway", + "Physical Address State": "NH ", + "Physical Address Zip": "03818", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700322", + "School District Name": "Henry-Stark County Spec Ed Dist", + "Physical Address Line 1": "PO Box 597", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kewanee", + "Physical Address State": "IL ", + "Physical Address Zip": "61443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4007320", + "School District Name": "CHATTANOOGA", + "Physical Address Line 1": "507 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chattanooga", + "Physical Address State": "OK ", + "Physical Address Zip": "73528", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23208191126279865", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700324", + "School District Name": "Sangamon Valley CUSD 9", + "Physical Address Line 1": "398 N Illinois St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Niantic", + "Physical Address State": "IL ", + "Physical Address Zip": "62551", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14883720930232558", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000369", + "School District Name": "Chautauqua & Elk Co Sp. Ed. Services", + "Physical Address Line 1": "1201 State Highway 99", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Howard", + "Physical Address State": "KS ", + "Physical Address Zip": "67349", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700325", + "School District Name": "Region III Spec Ed Coop", + "Physical Address Line 1": "1800 Storey Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cottage Hills", + "Physical Address State": "IL ", + "Physical Address Zip": "62018", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011520", + "School District Name": "Chautauqua Co Community", + "Physical Address Line 1": "416 E. Elm; Ste. B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sedan", + "Physical Address State": "KS ", + "Physical Address Zip": "67361", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2331288343558282", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600018", + "School District Name": "CHAUTAUQUA LAKE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "100 N ERIE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAYVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14757", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14387464387464388", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700327", + "School District Name": "McHenry Co Coop for Employ Educ", + "Physical Address Line 1": "2200 N Seminary Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodstock", + "Physical Address State": "IL ", + "Physical Address Zip": "60098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607170", + "School District Name": "CHAZY UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "609 MINER FARM RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHAZY", + "Physical Address State": "NY ", + "Physical Address Zip": "12921", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1459227467811159", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700329", + "School District Name": "Jamp Spec Educ Services", + "Physical Address Line 1": "PO Box 107", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Chain", + "Physical Address State": "IL ", + "Physical Address Zip": "62941", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700570", + "School District Name": "Cheatham County", + "Physical Address Line 1": "102 Elizabeth ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland City", + "Physical Address State": "TN ", + "Physical Address Zip": "37015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11530366806975345", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700330", + "School District Name": "Prairieview-Ogden CCSD 197", + "Physical Address Line 1": "PO Box 27", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Royal", + "Physical Address State": "IL ", + "Physical Address Zip": "61871", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0683453237410072", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680260", + "School District Name": "Cheb-Otsego-Presque Isle ESD", + "Physical Address Line 1": "6065 LEARNING LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INDIAN RIVER", + "Physical Address State": "MI ", + "Physical Address Zip": "49749", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700332", + "School District Name": "Schuyler-Industry CUSD 5", + "Physical Address Line 1": "740 Maple Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rushville", + "Physical Address State": "IL ", + "Physical Address Zip": "62681", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1590909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314771", + "School District Name": "Chebeague Island Public Schools", + "Physical Address Line 1": "14 School House Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chebeague Island", + "Physical Address State": "ME ", + "Physical Address Zip": "04017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07692307692307693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1700333", + "School District Name": "Chester N HSD 122", + "Physical Address Line 1": "107 E Mill St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterloo", + "Physical Address State": "IL ", + "Physical Address Zip": "62298", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608910", + "School District Name": "Cheboygan Area Schools", + "Physical Address Line 1": "7461 N Straits Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cheboygan", + "Physical Address State": "MI ", + "Physical Address Zip": "49721", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18824228028503562", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4007350", + "School District Name": "CHECOTAH", + "Physical Address Line 1": "320 W Jefferson", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Checotah", + "Physical Address State": "OK ", + "Physical Address Zip": "74426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2384150436534587", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701382", + "School District Name": "Thompsonville CUSD 174", + "Physical Address Line 1": "21191 Shawneetown Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thompsonville", + "Physical Address State": "IL ", + "Physical Address Zip": "62890", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1831831831831832", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607230", + "School District Name": "CHEEKTOWAGA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "3600 UNION RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHEEKTOWAGA", + "Physical Address State": "NY ", + "Physical Address Zip": "14225", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1967515688445921", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701383", + "School District Name": "Exc Children Have Opportunities", + "Physical Address Line 1": "350 W 154th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Holland", + "Physical Address State": "IL ", + "Physical Address Zip": "60473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741980", + "School District Name": "CUSD 201", + "Physical Address Line 1": "133 S Grant St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westmont", + "Physical Address State": "IL ", + "Physical Address Zip": "60559", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08111174134997164", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618600", + "School District Name": "CHEEKTOWAGA-MARYVALE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1050 MARYVALE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHEEKTOWAGA", + "Physical Address State": "NY ", + "Physical Address Zip": "14225", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17209302325581396", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627000", + "School District Name": "CHEEKTOWAGA-SLOAN UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "166 HALSTEAD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SLOAN", + "Physical Address State": "NY ", + "Physical Address Zip": "14212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1957501609787508", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701387", + "School District Name": "Western CUSD 12", + "Physical Address Line 1": "401 McDonough St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barry", + "Physical Address State": "IL ", + "Physical Address Zip": "62312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17204301075268819", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301170", + "School District Name": "Chehalis School District", + "Physical Address Line 1": "310 SW 16TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHEHALIS", + "Physical Address State": "WA ", + "Physical Address Zip": "98532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1195012123311396", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503510", + "School District Name": "Chelmsford", + "Physical Address Line 1": "230 North Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chelmsford", + "Physical Address State": "MA ", + "Physical Address Zip": "01824", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04677861549006169", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503540", + "School District Name": "Chelsea", + "Physical Address Line 1": "500 Broadway Street", + "Physical Address Line 2": "c/o City Hall Room 216", + "Physical Address Line 3": "", + "Physical Address City": "Chelsea", + "Physical Address State": "MA ", + "Physical Address Zip": "02150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3221319162238199", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701391", + "School District Name": "Wilmette Community Sp Ed Agreement", + "Physical Address Line 1": "615 Locust Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmette", + "Physical Address State": "IL ", + "Physical Address Zip": "60091", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4007380", + "School District Name": "CHELSEA", + "Physical Address Line 1": "401 Redbud Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chelsea", + "Physical Address State": "OK ", + "Physical Address Zip": "74016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22313296903460839", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701392", + "School District Name": "Southwest Cook Coop Spec Ed", + "Physical Address Line 1": "6020 151st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Forest", + "Physical Address State": "IL ", + "Physical Address Zip": "60452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2608940", + "School District Name": "Chelsea School District", + "Physical Address Line 1": "500 WASHINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHELSEA", + "Physical Address State": "MI ", + "Physical Address Zip": "48118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.04286770140428677", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701393", + "School District Name": "Grundy County Spec Educ Coop", + "Physical Address Line 1": "725 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morris", + "Physical Address State": "IL ", + "Physical Address Zip": "60450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205760", + "School District Name": "Cheltenham SD", + "Physical Address Line 1": "2000 Ashbourne Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkins Park", + "Physical Address State": "PA ", + "Physical Address Zip": "19027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08849398671692695", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701394", + "School District Name": "Des Plaines Valley EFE", + "Physical Address Line 1": "2000 5th Ave M100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "River Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "60171", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900164", + "School District Name": "Chemawa Indian School", + "Physical Address Line 1": "3700 Chemawa Rd NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "OR", + "Physical Address Zip": "97305", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607260", + "School District Name": "CHENANGO FORKS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1 GORDON DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BINGHAMTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09138042773817238", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701396", + "School District Name": "Coop Assoc for Spec Educ", + "Physical Address Line 1": "22W600 Butterfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glen Ellyn", + "Physical Address State": "IL ", + "Physical Address Zip": "60137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607290", + "School District Name": "CHENANGO VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "221 CHENANGO BRIDGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BINGHAMTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09656301145662848", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701397", + "School District Name": "Paris Cooperative High School", + "Physical Address Line 1": "14040 E 1200th Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paris", + "Physical Address State": "IL ", + "Physical Address Zip": "61944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004670", + "School District Name": "Cheney", + "Physical Address Line 1": "100 W 6th Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cheney", + "Physical Address State": "KS ", + "Physical Address Zip": "67025", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08620689655172414", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701400", + "School District Name": "Southland College Prep Charter High School", + "Physical Address Line 1": "4601 Sauk Trl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richton Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60471", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301230", + "School District Name": "Cheney School District", + "Physical Address Line 1": "12414 S Andrus Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHENEY", + "Physical Address State": "WA ", + "Physical Address Zip": "99004", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12356004418494555", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500058", + "School District Name": "Chequamegon School District", + "Physical Address Line 1": "420 9th St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Park Falls", + "Physical Address State": "WI ", + "Physical Address Zip": "54552", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20794701986754968", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4007410", + "School District Name": "CHEROKEE", + "Physical Address Line 1": "412 EAST 5TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHEROKEE", + "Physical Address State": "OK ", + "Physical Address Zip": "73728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1565217391304348", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701408", + "School District Name": "South Macoupin Association", + "Physical Address Line 1": "701 N Deneen St", + "Physical Address Line 2": "For Special Education", + "Physical Address Line 3": "", + "Physical Address City": "Staunton", + "Physical Address State": "IL ", + "Physical Address Zip": "62088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004710", + "School District Name": "Cherokee", + "Physical Address Line 1": "506 South Smelter", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cherokee", + "Physical Address State": "KS ", + "Physical Address Zip": "66724", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15143246930422918", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701409", + "School District Name": "Williamson Co CTE System", + "Physical Address Line 1": "411 S Court St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "IL ", + "Physical Address Zip": "62959", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501500", + "School District Name": "Cherokee 01", + "Physical Address Line 1": "141 Twin Lakes Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gaffney", + "Physical Address State": "SC ", + "Physical Address Zip": "29341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.27048911259437575", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701410", + "School District Name": "Horizon Science Acad-McKinley Park Charter Sch", + "Physical Address Line 1": "2245 W Pershing Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60609", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900066", + "School District Name": "Cherokee Central Elementary School", + "Physical Address Line 1": "130 Ravensford Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cherokee", + "Physical Address State": "NC", + "Physical Address Zip": "28719", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900101", + "School District Name": "Cherokee Central High School", + "Physical Address Line 1": "200 Ravensford Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cherokee", + "Physical Address State": "NC", + "Physical Address Zip": "28719", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701412", + "School District Name": "Horizon Science Acad-Belmont Charter Sch", + "Physical Address Line 1": "2456 N Mango Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60639", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700153", + "School District Name": "Cherokee Central Schools", + "Physical Address Line 1": "86 Elk Crossing Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cherokee", + "Physical Address State": "NC ", + "Physical Address Zip": "28719", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "6-Federal agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907170", + "School District Name": "Cherokee Comm School District", + "Physical Address Line 1": "600 W. Bluff Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cherokee", + "Physical Address State": "IA ", + "Physical Address Zip": "51012", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12077294685990338", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701414", + "School District Name": "Rural Champaign Co Spec Ed Coop", + "Physical Address Line 1": "807 N Mattis Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Champaign", + "Physical Address State": "IL ", + "Physical Address Zip": "61821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700780", + "School District Name": "Cherokee County Schools", + "Physical Address Line 1": "911 Andrews Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Murphy", + "Physical Address State": "NC ", + "Physical Address Zip": "28906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2536485697606538", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701415", + "School District Name": "John C Dunham STEM Partnership School", + "Physical Address Line 1": "405 S Gladstone Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aurora", + "Physical Address State": "IL ", + "Physical Address Zip": "60506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000755", + "School District Name": "CHEROKEE IMMERSION CHARTER SCH", + "Physical Address Line 1": "16951 W Cherokee St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tahlequah", + "Physical Address State": "OK ", + "Physical Address Zip": "74465", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813740", + "School District Name": "CHEROKEE ISD", + "Physical Address Line 1": "305 S INDIAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHEROKEE", + "Physical Address State": "TX ", + "Physical Address Zip": "76832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13829787234042554", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403000", + "School District Name": "Cherry Hill School District", + "Physical Address Line 1": "45 Ranoldo Terrace", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cherry Hill", + "Physical Address State": "NJ ", + "Physical Address Zip": "08034", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07209062821833162", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701418", + "School District Name": "Salt Fork Community Unit District 512", + "Physical Address Line 1": "701 1/2 W Vermilion St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Catlin", + "Physical Address State": "IL ", + "Physical Address Zip": "61817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.12471910112359551", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600006", + "School District Name": "CHERRY VALLEY-SPRINGFIELD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "597 COUNTY HWY 54", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHERRY VALLEY", + "Physical Address State": "NY ", + "Physical Address Zip": "13320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22123893805309736", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701419", + "School District Name": "Spring Garden Community Consolidated School District 178", + "Physical Address Line 1": "14975 E Bakerville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Vernon", + "Physical Address State": "IL ", + "Physical Address Zip": "62864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12773722627737227", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314814", + "School District Name": "Cherryfield Public Schools", + "Physical Address Line 1": "12 Municipal Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cherryfield", + "Physical Address State": "ME ", + "Physical Address Zip": "04622", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21379310344827587", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701420", + "School District Name": "Exceptional Learners", + "Physical Address Line 1": "990 Corporate Woods Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vernon Hills", + "Physical Address State": "IL ", + "Physical Address Zip": "60061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004740", + "School District Name": "Cherryvale", + "Physical Address Line 1": "618 East 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cherryvale", + "Physical Address State": "KS ", + "Physical Address Zip": "67335", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19638242894056848", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701421", + "School District Name": "Northwest Sp Ed Cooperative", + "Physical Address Line 1": "310 N West St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elizabeth", + "Physical Address State": "IL ", + "Physical Address Zip": "61028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2609150", + "School District Name": "Chesaning Union Schools", + "Physical Address Line 1": "850 NORTH 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHESANING", + "Physical Address State": "MI ", + "Physical Address Zip": "48616", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.176702307259426", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701422", + "School District Name": "Woodlawn Unit School District 209", + "Physical Address Line 1": "300 N Central St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodlawn", + "Physical Address State": "IL ", + "Physical Address Zip": "62898", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10112359550561797", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100034", + "School District Name": "CHESAPEAKE BAY GOV SCH", + "Physical Address Line 1": "109 N. Cross St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tappahannock", + "Physical Address State": "VA ", + "Physical Address Zip": "22560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701423", + "School District Name": "LEARN Charter 9 Campus in Waukegan", + "Physical Address Line 1": "1200 W Glen Flora Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waukegan", + "Physical Address State": "IL ", + "Physical Address Zip": "60085", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100810", + "School District Name": "CHESAPEAKE CITY PBLC SCHS", + "Physical Address Line 1": "312 Cedar Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chesapeake", + "Physical Address State": "VA ", + "Physical Address Zip": "23322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09058905846853545", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3904529", + "School District Name": "Chesapeake Union Exempted Village", + "Physical Address Line 1": "10183 County Road 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chesapeake", + "Physical Address State": "OH ", + "Physical Address Zip": "45619", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.16960537363560033", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701425", + "School District Name": "School Assn For Special Educ", + "Physical Address Line 1": "2900 Ogden Ave", + "Physical Address Line 2": "In Dupage County (SASED)", + "Physical Address Line 3": "", + "Physical Address City": "Lisle", + "Physical Address State": "IL ", + "Physical Address Zip": "60532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403030", + "School District Name": "Chesilhurst Board of Education", + "Physical Address Line 1": "511 Edwards Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chesilhurst", + "Physical Address State": "NJ ", + "Physical Address Zip": "08089", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20673076923076922", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501530", + "School District Name": "Chester 01", + "Physical Address Line 1": "509 District Office Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chester", + "Physical Address State": "SC ", + "Physical Address Zip": "29706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2606687603916497", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701428", + "School District Name": "Plano Area Special Ed Coop", + "Physical Address Line 1": "800 S Hale St", + "Physical Address Line 2": "(PASEC)", + "Physical Address Line 3": "", + "Physical Address City": "Plano", + "Physical Address State": "IL ", + "Physical Address Zip": "60545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4612300", + "School District Name": "Chester Area School District 39-1", + "Physical Address Line 1": "102 2nd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chester", + "Physical Address State": "SD ", + "Physical Address Zip": "57016", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05211726384364821", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701429", + "School District Name": "IL Dept of Children and Family Services", + "Physical Address Line 1": "100 W Randolph St 6-229", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200857", + "School District Name": "Chester Charter Scholars Academy CS", + "Physical Address Line 1": "1500 Highland Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chester", + "Physical Address State": "PA ", + "Physical Address Zip": "19013", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200012", + "School District Name": "Chester Co Family Academy CS", + "Physical Address Line 1": "530 E. Union Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Chester", + "Physical Address State": "PA ", + "Physical Address Zip": "19382", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200035", + "School District Name": "Chester Community CS", + "Physical Address Line 1": "302 East 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chester", + "Physical Address State": "PA ", + "Physical Address Zip": "19013", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701432", + "School District Name": "Knox Warren Special Education Districts", + "Physical Address Line 1": "311 E Main St Ste 632", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galesburg", + "Physical Address State": "IL ", + "Physical Address Zip": "61401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700600", + "School District Name": "Chester County", + "Physical Address Line 1": "970 East Main ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henderson", + "Physical Address State": "TN ", + "Physical Address Zip": "38340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22849277357192016", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289340", + "School District Name": "Chester County IU 24", + "Physical Address Line 1": "455 Boot Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Downingtown", + "Physical Address State": "PA ", + "Physical Address Zip": "19335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701434", + "School District Name": "Dimmick Community Consolidated SD #175", + "Physical Address Line 1": "297 N 33rd Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Salle", + "Physical Address State": "IL ", + "Physical Address Zip": "61301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202900", + "School District Name": "Chester County Technical College HS", + "Physical Address Line 1": "455 Boot Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Downingtown", + "Physical Address State": "PA ", + "Physical Address Zip": "19335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701435", + "School District Name": "Elgin Math and Science Academy Charter School", + "Physical Address Line 1": "1600 Dundee Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elgin", + "Physical Address State": "IL ", + "Physical Address Zip": "60120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800720", + "School District Name": "MSD Bluffton-Harrison", + "Physical Address Line 1": "805 E Harrison St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bluffton", + "Physical Address State": "IN ", + "Physical Address Zip": "46714", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12605548854041013", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701436", + "School District Name": "Urban Prep West Charter School", + "Physical Address Line 1": "425 S Wabash Ave", + "Physical Address Line 2": "Roosevelt University c/o Urban Prep HS AUD 442", + "Physical Address Line 3": "", + "Physical Address City": "Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800750", + "School District Name": "MSD Boone Township", + "Physical Address Line 1": "307 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hebron", + "Physical Address State": "IN ", + "Physical Address Zip": "46341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09569377990430622", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701437", + "School District Name": "Woodford Cty Special Ed Assoc", + "Physical Address Line 1": "205 S Engelwood Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Metamora", + "Physical Address State": "IL ", + "Physical Address Zip": "61548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813770", + "School District Name": "CHESTER ISD", + "Physical Address Line 1": "273 YELLOWJACKET DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHESTER", + "Physical Address State": "TX ", + "Physical Address Zip": "75936", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16279069767441862", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701438", + "School District Name": "Intrinsic 2 Charter High School", + "Physical Address Line 1": "79 W Monroe St Ste 400", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60603", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701439", + "School District Name": "S Will Co Coop for Spec Ed", + "Physical Address Line 1": "1207 N Larkin Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Joliet", + "Physical Address State": "IL ", + "Physical Address Zip": "60435", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300046", + "School District Name": "Chester SAU Office", + "Physical Address Line 1": "Chester Academy", + "Physical Address Line 2": "22 Murphy Drive", + "Physical Address Line 3": "", + "Physical Address City": "Chester", + "Physical Address State": "NH ", + "Physical Address Zip": "03036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701440", + "School District Name": "NPT Special Education Cooperative", + "Physical Address Line 1": "600 1St St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pana", + "Physical Address State": "IL", + "Physical Address Zip": "62557", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302250", + "School District Name": "Chester School District", + "Physical Address Line 1": "Chester Academy", + "Physical Address Line 2": "22 Murphy Drive", + "Physical Address Line 3": "", + "Physical Address City": "Chester", + "Physical Address State": "NH ", + "Physical Address Zip": "03036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.026030368763557483", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701441", + "School District Name": "IL Spec Ed Charter Coop", + "Physical Address Line 1": "2456 N Mango Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60639", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403060", + "School District Name": "Chester Township School District", + "Physical Address Line 1": "50 North Road", + "Physical Address Line 2": "Building 4", + "Physical Address Line 3": "", + "Physical Address City": "Chester", + "Physical Address State": "NJ ", + "Physical Address Zip": "07930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0372168284789644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1701442", + "School District Name": "NPT Special Education Coop", + "Physical Address Line 1": "600 1St St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pana", + "Physical Address State": "IL ", + "Physical Address Zip": "62557", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607380", + "School District Name": "CHESTER UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "64 HAMBLETONIAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "10918", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09073170731707317", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000098", + "School District Name": "Chester-Joplin-Inverness El", + "Physical Address Line 1": "School and Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chester", + "Physical Address State": "MT ", + "Physical Address Zip": "59522", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18134715025906736", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000101", + "School District Name": "Chester-Joplin-Inverness HS", + "Physical Address Line 1": "School and Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chester", + "Physical Address State": "MT ", + "Physical Address Zip": "59522", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14049586776859505", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205860", + "School District Name": "Chester-Upland SD", + "Physical Address Line 1": "Attn: Administration Suite", + "Physical Address Line 2": "232 West 9th Street", + "Physical Address Line 3": "", + "Physical Address City": "Chester", + "Physical Address State": "PA ", + "Physical Address Zip": "19013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.35249750960580617", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501560", + "School District Name": "Chesterfield 01", + "Physical Address Line 1": "401 West Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chesterfield", + "Physical Address State": "SC ", + "Physical Address Zip": "29709", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24767844767844768", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100840", + "School District Name": "CHESTERFIELD CO PBLC SCHS", + "Physical Address Line 1": "9900 Krause Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chesterfield", + "Physical Address State": "VA ", + "Physical Address Zip": "23832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08198504418762746", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3302280", + "School District Name": "Chesterfield School District", + "Physical Address Line 1": "193 Maple Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keene", + "Physical Address State": "NH ", + "Physical Address Zip": "03431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07279693486590039", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403090", + "School District Name": "Chesterfield Township School District", + "Physical Address Line 1": "30 Saddle Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chesterfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "08515", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.024193548387096774", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801890", + "School District Name": "Clark-Pleasant Community Sch Corp", + "Physical Address Line 1": "50 Center St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whiteland", + "Physical Address State": "IN ", + "Physical Address Zip": "46184", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07622368912691493", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500014", + "School District Name": "Chesterfield-Goshen", + "Physical Address Line 1": "30 Smith Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chesterfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10606060606060606", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801920", + "School District Name": "Clarksville Community School Corp", + "Physical Address Line 1": "200 Ettel Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarksville", + "Physical Address State": "IN ", + "Physical Address Zip": "47129", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18582791033984092", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205880", + "School District Name": "Chestnut Ridge SD", + "Physical Address Line 1": "3281 Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fishertown", + "Physical Address State": "PA ", + "Physical Address Zip": "15539", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15561569688768606", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800840", + "School District Name": "Clay Community Schools", + "Physical Address Line 1": "1013 S Forest Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brazil", + "Physical Address State": "IN ", + "Physical Address Zip": "47834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15599268069533395", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500061", + "School District Name": "Chetek-Weyerhaeuser Area School District", + "Physical Address Line 1": "1001 Knapp St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chetek", + "Physical Address State": "WI ", + "Physical Address Zip": "54728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12743506493506493", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802130", + "School District Name": "Clinton Central School Corporation", + "Physical Address Line 1": "725 N SR 29", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Michigantown", + "Physical Address State": "IN ", + "Physical Address Zip": "46057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10410094637223975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004770", + "School District Name": "Chetopa-St. Paul", + "Physical Address Line 1": "430 Elm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chetopa", + "Physical Address State": "KS ", + "Physical Address Zip": "67336", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2242152466367713", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802160", + "School District Name": "Clinton Prairie School Corporation", + "Physical Address Line 1": "2390 S CR 450 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frankfort", + "Physical Address State": "IN ", + "Physical Address Zip": "46041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09523809523809523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802220", + "School District Name": "Cloverdale Community Schools", + "Physical Address Line 1": "310 E Logan", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cloverdale", + "Physical Address State": "IN ", + "Physical Address Zip": "46120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17881944444444445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301260", + "School District Name": "Chewelah School District", + "Physical Address Line 1": "210 N PARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHEWELAH", + "Physical Address State": "WA ", + "Physical Address Zip": "99109", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2006335797254488", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802400", + "School District Name": "Concord Community Schools", + "Physical Address Line 1": "59040 Minuteman Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkhart", + "Physical Address State": "IN ", + "Physical Address Zip": "46517", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.15691699604743084", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4007500", + "School District Name": "CHEYENNE", + "Physical Address Line 1": "910 E Buster Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cheyenne", + "Physical Address State": "OK ", + "Physical Address Zip": "73628", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1605351170568562", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802430", + "School District Name": "Covington Community School Corp", + "Physical Address Line 1": "601 Market St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Covington", + "Physical Address State": "IN ", + "Physical Address Zip": "47932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09090909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704050", + "School District Name": "Summit SD 104", + "Physical Address Line 1": "6021 S 74th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Summit", + "Physical Address State": "IL ", + "Physical Address Zip": "60501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.24733096085409254", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807020", + "School District Name": "Cowan Community School Corp", + "Physical Address Line 1": "9401 S Nottingham", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muncie", + "Physical Address State": "IN ", + "Physical Address Zip": "47302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07564575645756458", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802440", + "School District Name": "Crawford County Community Sch Corp", + "Physical Address Line 1": "5805 E Administration Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marengo", + "Physical Address State": "IN ", + "Physical Address Zip": "47140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20864553314121037", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1704170", + "School District Name": "Township HSD 214", + "Physical Address Line 1": "2121 S Goebbert Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arlington Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "60005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07257318952234207", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900051", + "School District Name": "Cheyenne-Eagle Butte School", + "Physical Address Line 1": "2004 E Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eagle Butte", + "Physical Address State": "SD", + "Physical Address Zip": "57625", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802460", + "School District Name": "Crawfordsville Community Schools", + "Physical Address Line 1": "1000 Fairview Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crawfordsville", + "Physical Address State": "IN ", + "Physical Address Zip": "47933", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19756001574183393", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004790", + "School District Name": "Cheylin", + "Physical Address Line 1": "605 Bird Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bird City", + "Physical Address State": "KS ", + "Physical Address Zip": "67731", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25949367088607594", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812060", + "School District Name": "Crothersville Community Schools", + "Physical Address Line 1": "201 S Preston St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crothersville", + "Physical Address State": "IN ", + "Physical Address Zip": "47229", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19170984455958548", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900179", + "School District Name": "Chi Chil'tah Community School", + "Physical Address Line 1": "831 Cousins road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vanderwagen", + "Physical Address State": "NM", + "Physical Address Zip": "87326", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802490", + "School District Name": "Crown Point Community School Corp", + "Physical Address Line 1": "200 E North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crown Point", + "Physical Address State": "IN ", + "Physical Address Zip": "46307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06173850721818368", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802520", + "School District Name": "Culver Community Schools Corp", + "Physical Address Line 1": "700 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Culver", + "Physical Address State": "IN ", + "Physical Address Zip": "46511", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16824196597353497", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809840", + "School District Name": "Daleville Community Schools", + "Physical Address Line 1": "14300 W 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Daleville", + "Physical Address State": "IN ", + "Physical Address Zip": "47334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.10638297872340426", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802550", + "School District Name": "Danville Community School Corp", + "Physical Address Line 1": "200 Warrior Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "IN ", + "Physical Address Zip": "46122", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.051663128096249115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302310", + "School District Name": "Chichester School District", + "Physical Address Line 1": "Pembroke Academy", + "Physical Address Line 2": "267 Pembroke St.", + "Physical Address Line 3": "", + "Physical Address City": "Pembroke", + "Physical Address State": "NH ", + "Physical Address Zip": "03275", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0645933014354067", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801590", + "School District Name": "DeKalb Co Ctl United Sch Dist", + "Physical Address Line 1": "3326 CR 427", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterloo", + "Physical Address State": "IN ", + "Physical Address Zip": "46793", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09651600753295668", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205910", + "School District Name": "Chichester SD", + "Physical Address Line 1": "401 Cherry Tree Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aston", + "Physical Address State": "PA ", + "Physical Address Zip": "19014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.179198682766191", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803060", + "School District Name": "DeKalb Co Eastern Com Sch Dist", + "Physical Address Line 1": "300 E Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Butler", + "Physical Address State": "IN ", + "Physical Address Zip": "46721", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12699425654116145", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802610", + "School District Name": "Decatur County Community Schools", + "Physical Address Line 1": "2020 N Montgomery Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensburg", + "Physical Address State": "IN ", + "Physical Address Zip": "47240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11783295711060948", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802640", + "School District Name": "MSD Decatur Township", + "Physical Address Line 1": "5275 Kentucky Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.16681660454954375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800200", + "School District Name": "CHICKASAW CO SCHOOL DIST", + "Physical Address Line 1": "636 Starkville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Houston", + "Physical Address State": "MS ", + "Physical Address Zip": "38851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2643284858853721", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802660", + "School District Name": "Delaware Community School Corp", + "Physical Address Line 1": "9750 N CR 200 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muncie", + "Physical Address State": "IN ", + "Physical Address Zip": "47303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10204081632653061", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4007560", + "School District Name": "CHICKASHA", + "Physical Address Line 1": "900 West Choctaw Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chickasha", + "Physical Address State": "OK ", + "Physical Address Zip": "73018", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2463768115942029", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802700", + "School District Name": "Delphi Community School Corp", + "Physical Address Line 1": "501 Armory Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delphi", + "Physical Address State": "IN ", + "Physical Address Zip": "46923", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11523929471032746", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802800", + "School District Name": "Duneland School Corporation", + "Physical Address Line 1": "601 W Morgan Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chesterton", + "Physical Address State": "IN ", + "Physical Address Zip": "46304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09417652411282984", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813800", + "School District Name": "CHICO ISD", + "Physical Address Line 1": "503 W SHERMAN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHICO", + "Physical Address State": "TX ", + "Physical Address Zip": "76431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1640953716690042", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802850", + "School District Name": "East Allen County Schools", + "Physical Address Line 1": "1240 SR 930 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Haven", + "Physical Address State": "IN ", + "Physical Address Zip": "46774", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15604744173217489", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802940", + "School District Name": "East Gibson School Corporation", + "Physical Address Line 1": "9724 E Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland City", + "Physical Address State": "IN ", + "Physical Address Zip": "47660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15063168124392615", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503660", + "School District Name": "Chicopee", + "Physical Address Line 1": "180 Broadway Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicopee", + "Physical Address State": "MA ", + "Physical Address Zip": "01020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23272267845862288", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802970", + "School District Name": "East Noble School Corporation", + "Physical Address Line 1": "126 W Rush St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kendallville", + "Physical Address State": "IN ", + "Physical Address Zip": "46755", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12989279481426078", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900036", + "School District Name": "Chief Leschi School", + "Physical Address Line 1": "5625 52nd Street East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Puyallup", + "Physical Address State": "WA", + "Physical Address Zip": "98371", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809000", + "School District Name": "East Porter County School Corp", + "Physical Address Line 1": "502 E College Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kouts", + "Physical Address State": "IN ", + "Physical Address Zip": "46347", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06364359586316627", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803000", + "School District Name": "East Washington School Corp", + "Physical Address Line 1": "1050 N Eastern School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pekin", + "Physical Address State": "IN ", + "Physical Address Zip": "47165", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15170816444701796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900052", + "School District Name": "Chilchinbeto Community School", + "Physical Address Line 1": "E Hwy 160 Navajo Rte 59", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kayenta", + "Physical Address State": "AZ", + "Physical Address Zip": "86033", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803030", + "School District Name": "Eastbrook Community Sch Corp", + "Physical Address Line 1": "CR 560 S 900 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "IN ", + "Physical Address Zip": "46953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11764705882352941", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100152", + "School District Name": "CHILD GUIDANCE SCHOOL", + "Physical Address Line 1": "904 SUMNER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINCOLN", + "Physical Address State": "NE ", + "Physical Address Zip": "68502", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803090", + "School District Name": "Eastern Greene Schools", + "Physical Address Line 1": "1471 N SR 43", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomfield", + "Physical Address State": "IN ", + "Physical Address Zip": "47424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16875522138680032", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601066", + "School District Name": "CHILDREN'S AID COLLEGE PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "1919 PROSPECT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10457", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803120", + "School District Name": "Eastern Hancock Co Com Sch Corp", + "Physical Address Line 1": "10370 E 250 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlottesville", + "Physical Address State": "IN ", + "Physical Address Zip": "46117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06811451135241856", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803150", + "School District Name": "Eastern Howard School Corporation", + "Physical Address Line 1": "221 W Main Suite One", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greentown", + "Physical Address State": "IN ", + "Physical Address Zip": "46936", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06639004149377593", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700031", + "School District Name": "Children's Village Academy", + "Physical Address Line 1": "701 North Adkin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kinston", + "Physical Address State": "NC ", + "Physical Address Zip": "28501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807110", + "School District Name": "Eastern Pulaski Community Sch Corp", + "Physical Address Line 1": "711 School Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winamac", + "Physical Address State": "IN ", + "Physical Address Zip": "46996", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1445672191528545", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813860", + "School District Name": "CHILDRESS ISD", + "Physical Address Line 1": "308 3RD ST NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHILDRESS", + "Physical Address State": "TX ", + "Physical Address Zip": "79201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21263157894736842", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803240", + "School District Name": "Edinburgh Community School Corp", + "Physical Address Line 1": "202 S Keeley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edinburgh", + "Physical Address State": "IN ", + "Physical Address Zip": "46124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.17132442284325639", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2908730", + "School District Name": "CHILHOWEE R-IV", + "Physical Address Line 1": "101 SW State Route 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chilhowee", + "Physical Address State": "MO ", + "Physical Address Zip": "64733", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30386740331491713", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803270", + "School District Name": "Elkhart Community Schools", + "Physical Address Line 1": "2720 California Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkhart", + "Physical Address State": "IN ", + "Physical Address Zip": "46514", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.20643977990625637", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904374", + "School District Name": "Chillicothe City", + "Physical Address Line 1": "425 Yoctangee Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chillicothe", + "Physical Address State": "OH ", + "Physical Address Zip": "45601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2674978747520544", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803300", + "School District Name": "Elwood Community School Corp", + "Physical Address Line 1": "1306 N Anderson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elwood", + "Physical Address State": "IN ", + "Physical Address Zip": "46036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.21401028277634962", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813890", + "School District Name": "CHILLICOTHE ISD", + "Physical Address Line 1": "1610 S 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHILLICOTHE", + "Physical Address State": "TX ", + "Physical Address Zip": "79225", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23214285714285715", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803330", + "School District Name": "Eminence Community School Corp", + "Physical Address Line 1": "6764 N SR 42", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eminence", + "Physical Address State": "IN ", + "Physical Address Zip": "46125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10638297872340426", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1706600", + "School District Name": "Scott-Morgan CUSD 2", + "Physical Address Line 1": "PO Box 230", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bluffs", + "Physical Address State": "IL ", + "Physical Address Zip": "62621", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14354066985645933", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2908760", + "School District Name": "CHILLICOTHE R-II", + "Physical Address Line 1": "2807 Hornet Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHILLICOTHE", + "Physical Address State": "MO ", + "Physical Address Zip": "64601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16208251473477406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803450", + "School District Name": "Evansville Vanderburgh School Corp", + "Physical Address Line 1": "951 Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Evansville", + "Physical Address State": "IN ", + "Physical Address Zip": "47713", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1727928306378212", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803480", + "School District Name": "Fairfield Community Schools", + "Physical Address Line 1": "67240 CR 31", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goshen", + "Physical Address State": "IN ", + "Physical Address Zip": "46528", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07792207792207792", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813920", + "School District Name": "CHILTON ISD", + "Physical Address Line 1": "905 DURANGO AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHILTON", + "Physical Address State": "TX ", + "Physical Address Zip": "76632", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2843601895734597", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803510", + "School District Name": "Fayette County School Corporation", + "Physical Address Line 1": "1401 Spartan Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Connersville", + "Physical Address State": "IN ", + "Physical Address Zip": "47331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19260801665799063", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502520", + "School District Name": "Chilton School District", + "Physical Address Line 1": "530 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chilton", + "Physical Address State": "WI ", + "Physical Address Zip": "53014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09515418502202644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803570", + "School District Name": "Flat Rock-Hawcreek School Corp", + "Physical Address Line 1": "9423 N SR 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hope", + "Physical Address State": "IN ", + "Physical Address Zip": "47246", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11016144349477683", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301290", + "School District Name": "Chimacum School District", + "Physical Address Line 1": "91 W VALLEY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHIMACUM", + "Physical Address State": "WA ", + "Physical Address Zip": "98325", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17288135593220338", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803630", + "School District Name": "Fort Wayne Community Schools", + "Physical Address Line 1": "1200 S Clinton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Wayne", + "Physical Address State": "IN ", + "Physical Address Zip": "46802", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2091427986383066", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1803660", + "School District Name": "Community Schools of Frankfort", + "Physical Address Line 1": "2400 E Wabash Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frankfort", + "Physical Address State": "IN ", + "Physical Address Zip": "46041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14266377910124525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813960", + "School District Name": "CHINA SPRING ISD", + "Physical Address Line 1": "12166 YANKIE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHINA SPRING", + "Physical Address State": "TX ", + "Physical Address Zip": "76633", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07225691347011597", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803690", + "School District Name": "Franklin Community School Corp", + "Physical Address Line 1": "998 Grizzly Cub Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "IN ", + "Physical Address Zip": "46131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13412192902638762", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1707650", + "School District Name": "Paxton-Buckley-Loda CUD 10", + "Physical Address Line 1": "PO Box 50", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paxton", + "Physical Address State": "IL ", + "Physical Address Zip": "60957", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14860259032038173", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803700", + "School District Name": "Franklin County Community Sch Corp", + "Physical Address Line 1": "225 E 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brookville", + "Physical Address State": "IN ", + "Physical Address Zip": "47012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1161524500907441", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803750", + "School District Name": "Franklin Township Com Sch Corp", + "Physical Address Line 1": "6141 S Franklin Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46259", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.08020833333333334", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812880", + "School District Name": "Frankton-Lapel Community Schools", + "Physical Address Line 1": "7916 W 300 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anderson", + "Physical Address State": "IN ", + "Physical Address Zip": "46011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1163852122318576", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3006260", + "School District Name": "Chinook Elem", + "Physical Address Line 1": "528 Ohio Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chinook", + "Physical Address State": "MT ", + "Physical Address Zip": "59523", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.148", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803780", + "School District Name": "Fremont Community Schools", + "Physical Address Line 1": "1100 W Toledo St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fremont", + "Physical Address State": "IN ", + "Physical Address Zip": "46737", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12858555885262116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3006270", + "School District Name": "Chinook H S", + "Physical Address Line 1": "528 Ohio Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chinook", + "Physical Address State": "MT ", + "Physical Address Zip": "59523", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09322033898305085", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803810", + "School District Name": "Frontier School Corporation", + "Physical Address Line 1": "126 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chalmers", + "Physical Address State": "IN ", + "Physical Address Zip": "47929", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08944099378881988", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502550", + "School District Name": "Chippewa Falls Area Unified School District", + "Physical Address Line 1": "1130 Miles St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chippewa Falls", + "Physical Address State": "WI ", + "Physical Address Zip": "54729", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09693877551020408", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803840", + "School District Name": "Garrett-Keyser-Butler Com Sch Corp", + "Physical Address Line 1": "900 E Warfield", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garrett", + "Physical Address State": "IN ", + "Physical Address Zip": "46738", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1141157382368848", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2609560", + "School District Name": "Chippewa Hills School District", + "Physical Address Line 1": "3226 ARTHUR RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REMUS", + "Physical Address State": "MI ", + "Physical Address Zip": "49340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17591897974493623", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803870", + "School District Name": "Gary Community School Corp", + "Physical Address Line 1": "900 Gerry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gary", + "Physical Address State": "IN ", + "Physical Address Zip": "46406", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.3995366301829512", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905053", + "School District Name": "Chippewa Local", + "Physical Address Line 1": "56 N Portage St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Doylestown", + "Physical Address State": "OH ", + "Physical Address Zip": "44230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10402219140083217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803930", + "School District Name": "Goshen Community Schools", + "Physical Address Line 1": "613 E Purl St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goshen", + "Physical Address State": "IN ", + "Physical Address Zip": "46526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1421407078377991", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2609570", + "School District Name": "Chippewa Valley Schools", + "Physical Address Line 1": "19120 CASS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLINTON TOWNSHIP", + "Physical Address State": "MI ", + "Physical Address Zip": "48038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09366700112140706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1708250", + "School District Name": "Trico CUSD 176", + "Physical Address Line 1": "PO Box 220", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Campbell Hill", + "Physical Address State": "IL ", + "Physical Address Zip": "62916", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2270220588235294", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803940", + "School District Name": "Greater Clark County Schools", + "Physical Address Line 1": "2112 Utica-Sellersburg Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jeffersonville", + "Physical Address State": "IN ", + "Physical Address Zip": "47130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14680818097303996", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813980", + "School District Name": "CHIRENO ISD", + "Physical Address Line 1": "901 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHIRENO", + "Physical Address State": "TX ", + "Physical Address Zip": "75937", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23076923076923078", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803960", + "School District Name": "Greater Jasper Consolidated Schs", + "Physical Address Line 1": "1520 St Charles St Suite 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jasper", + "Physical Address State": "IN ", + "Physical Address Zip": "47546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07295563869588455", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700017", + "School District Name": "CHISAGO LAKES SCHOOL DISTRICT", + "Physical Address Line 1": "29678 KARMEL AVE.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHISAGO CITY", + "Physical Address State": "MN ", + "Physical Address Zip": "55013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0530421216848674", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803990", + "School District Name": "Greencastle Community School Corp", + "Physical Address Line 1": "1002 Mill Pond Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greencastle", + "Physical Address State": "IN ", + "Physical Address Zip": "46135", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1416709911779969", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4021780", + "School District Name": "CHISHOLM", + "Physical Address Line 1": "305 Utah", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Enid", + "Physical Address State": "OK ", + "Physical Address Zip": "73701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07130584192439862", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804050", + "School District Name": "Greenfield-Central Com Schools", + "Physical Address Line 1": "110 W North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenfield", + "Physical Address State": "IN ", + "Physical Address Zip": "46140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0830015923566879", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2708910", + "School District Name": "CHISHOLM PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "300 SW 3RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHISHOLM", + "Physical Address State": "MN ", + "Physical Address Zip": "55719", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16241299303944315", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804080", + "School District Name": "Greensburg Community Schools", + "Physical Address Line 1": "1312 W Westridge Pky", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensburg", + "Physical Address State": "IN ", + "Physical Address Zip": "47240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14303128809427063", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000068", + "School District Name": "CHISHOLM TRAIL TECHNOLOGY CTR", + "Physical Address Line 1": "Highway 33", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Omega", + "Physical Address State": "OK ", + "Physical Address Zip": "73764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804110", + "School District Name": "Greenwood Community Sch Corp", + "Physical Address Line 1": "605 W Smith Valley Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenwood", + "Physical Address State": "IN ", + "Physical Address Zip": "46142", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800012", + "School District Name": "CHISUM ISD", + "Physical Address Line 1": "3250 S CHURCH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARIS", + "Physical Address State": "TX ", + "Physical Address Zip": "75462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21916411824668705", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804170", + "School District Name": "Griffith Public Schools", + "Physical Address Line 1": "602 N Raymond", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Griffith", + "Physical Address State": "IN ", + "Physical Address Zip": "46319", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14358372456964005", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900146", + "School District Name": "Chitimacha Tribal School", + "Physical Address Line 1": "3613 Chitimacha Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jeanerette", + "Physical Address State": "LA", + "Physical Address Zip": "70544", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804230", + "School District Name": "Hamilton Community Schools", + "Physical Address Line 1": "903 S Wayne St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton", + "Physical Address State": "IN ", + "Physical Address Zip": "46742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1266891891891892", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607470", + "School District Name": "CHITTENANGO CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1732 FYLER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHITTENANGO", + "Physical Address State": "NY ", + "Physical Address Zip": "13037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08521560574948665", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804260", + "School District Name": "Hamilton Heights School Corp", + "Physical Address Line 1": "410 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arcadia", + "Physical Address State": "IN ", + "Physical Address Zip": "46030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06624737945492662", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900031", + "School District Name": "CHOCTAW CENTRAL HIGH SCHOOL", + "Physical Address Line 1": "150 RECREATION RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHOCTAW", + "Physical Address State": "MS", + "Physical Address Zip": "39350", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810650", + "School District Name": "Hamilton Southeastern Schools", + "Physical Address Line 1": "13485 Cumberland Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fishers", + "Physical Address State": "IN ", + "Physical Address Zip": "46038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03319317538610819", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900078", + "School District Name": "CHOCTAW CENTRAL MIDDLE SCHOOL", + "Physical Address Line 1": "150 RECREATION RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHOCTAW", + "Physical Address State": "MS", + "Physical Address Zip": "39350", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800990", + "School District Name": "CHOCTAW CO SCHOOL DIST", + "Physical Address Line 1": "19 East Main Street", + "Physical Address Line 2": "Post Office Drawer 398", + "Physical Address Line 3": "", + "Physical Address City": "ACKERMAN", + "Physical Address State": "MS ", + "Physical Address Zip": "39735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.296127562642369", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804350", + "School District Name": "Hanover Community School Corp", + "Physical Address Line 1": "9520 W 133rd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cedar Lake", + "Physical Address State": "IN ", + "Physical Address Zip": "46303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.046460176991150445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000763", + "School District Name": "CHOCTAW NATION ILC", + "Physical Address Line 1": "810 Waldon Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durant", + "Physical Address State": "OK ", + "Physical Address Zip": "74702", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4007620", + "School District Name": "CHOCTAW-NICOMA PARK", + "Physical Address Line 1": "12880 Northeast Tenth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Choctaw", + "Physical Address State": "OK ", + "Physical Address Zip": "73020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10017996400719856", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804710", + "School District Name": "Huntington Co Com Sch Corp", + "Physical Address Line 1": "1063 E 900 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "IN ", + "Physical Address Zip": "46792", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12590962937891353", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804770", + "School District Name": "Indianapolis Public Schools", + "Physical Address Line 1": "120 E Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46204", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.29055810397553516", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2708940", + "School District Name": "Chokio-Alberta Public Schools", + "Physical Address Line 1": "311 1ST ST WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHOKIO", + "Physical Address State": "MN ", + "Physical Address Zip": "56221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09326424870466321", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804800", + "School District Name": "Jac-Cen-Del Community Sch Corp", + "Physical Address Line 1": "723 N Buckeye St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Osgood", + "Physical Address State": "IN ", + "Physical Address Zip": "47037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12585034013605442", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804980", + "School District Name": "Jay School Corporation", + "Physical Address Line 1": "1976 W Tyson Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portland", + "Physical Address State": "IN ", + "Physical Address Zip": "47371", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1888503600960256", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3006320", + "School District Name": "Choteau Elem", + "Physical Address Line 1": "204 7th Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Choteau", + "Physical Address State": "MT ", + "Physical Address Zip": "59422", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17647058823529413", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805190", + "School District Name": "Jennings County School Corporation", + "Physical Address Line 1": "34 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Vernon", + "Physical Address State": "IN ", + "Physical Address Zip": "47265", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15546218487394958", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3006330", + "School District Name": "Choteau H S", + "Physical Address Line 1": "204 7th Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Choteau", + "Physical Address State": "MT ", + "Physical Address Zip": "59422", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11290322580645161", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809120", + "School District Name": "John Glenn School Corporation", + "Physical Address Line 1": "101 John Glenn Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walkerton", + "Physical Address State": "IN ", + "Physical Address Zip": "46574", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12018140589569161", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000018", + "School District Name": "Chouteau", + "Physical Address Line 1": "1308 Franklin", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Benton", + "Physical Address State": "MT ", + "Physical Address Zip": "59442", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805280", + "School District Name": "Kankakee Valley School Corp", + "Physical Address Line 1": "12021 N 550 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wheatfield", + "Physical Address State": "IN ", + "Physical Address Zip": "46392", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09823885525591634", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000001", + "School District Name": "Chouteau Co Joint Service", + "Physical Address Line 1": "1820 Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Benton", + "Physical Address State": "MT ", + "Physical Address Zip": "59442", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710380", + "School District Name": "Skokie SD 73-5", + "Physical Address Line 1": "8000 E Prairie Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Skokie", + "Physical Address State": "IL ", + "Physical Address Zip": "60076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1327659574468085", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805340", + "School District Name": "Knox Community School Corp", + "Physical Address Line 1": "2 Redskin Trl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Knox", + "Physical Address State": "IN ", + "Physical Address Zip": "46534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19663512092534174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4007670", + "School District Name": "CHOUTEAU-MAZIE", + "Physical Address Line 1": "521 North Mccracken", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chouteau", + "Physical Address State": "OK ", + "Physical Address Zip": "74337", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17659352142110762", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805370", + "School District Name": "Kokomo School Corporation", + "Physical Address Line 1": "1500 S Washington", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kokomo", + "Physical Address State": "IN ", + "Physical Address Zip": "46904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.21368597816960538", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805580", + "School District Name": "LaPorte Community School Corp", + "Physical Address Line 1": "1921 'A' St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LaPorte", + "Physical Address State": "IN ", + "Physical Address Zip": "46350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.14135271432809254", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805400", + "School District Name": "Lafayette School Corporation", + "Physical Address Line 1": "2300 Cason St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lafayette", + "Physical Address State": "IN ", + "Physical Address Zip": "47904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.19756873437855033", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500068", + "School District Name": "Christa McAuliffe Charter Public (District)", + "Physical Address Line 1": "139 Newbury Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Framingham", + "Physical Address State": "MA ", + "Physical Address Zip": "01701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805450", + "School District Name": "Lake Central School Corporation", + "Physical Address Line 1": "8260 Wicker Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint John", + "Physical Address State": "IN ", + "Physical Address Zip": "46373", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.058270846508266326", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800018", + "School District Name": "Christel House Academy South", + "Physical Address Line 1": "2717 S East St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46225", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805460", + "School District Name": "Lake Ridge New Tech Schools", + "Physical Address Line 1": "6111 W Ridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gary", + "Physical Address State": "IN ", + "Physical Address Zip": "46408", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2982652490207051", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800149", + "School District Name": "Christel House Academy West", + "Physical Address Line 1": "2717 S East St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46225", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802910", + "School District Name": "Lake Station Community Schools", + "Physical Address Line 1": "2500 Pike St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Station", + "Physical Address State": "IN ", + "Physical Address Zip": "46405", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2264406779661017", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710820", + "School District Name": "Westville CUSD 2", + "Physical Address Line 1": "125 W Ellsworth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westville", + "Physical Address State": "IL ", + "Physical Address Zip": "61883", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.2159468438538206", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800122", + "School District Name": "Christel House DORS", + "Physical Address Line 1": "2717 S East St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46225", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1710830", + "School District Name": "Triopia CUSD 27", + "Physical Address Line 1": "2204 Concord Arenzville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concord", + "Physical Address State": "IL ", + "Physical Address Zip": "62631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09433962264150944", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805520", + "School District Name": "Lakeland School Corporation", + "Physical Address Line 1": "0825 E 075 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LaGrange", + "Physical Address State": "IN ", + "Physical Address Zip": "46761", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12643301670488044", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101150", + "School District Name": "Christian County", + "Physical Address Line 1": "200 Glass Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hopkinsville", + "Physical Address State": "KY ", + "Physical Address Zip": "42240", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24867483092670445", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803720", + "School District Name": "Lanesville Community School Corp", + "Physical Address Line 1": "2725 Crestview Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lanesville", + "Physical Address State": "IN ", + "Physical Address Zip": "47136", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05142857142857143", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805670", + "School District Name": "MSD Lawrence Township", + "Physical Address Line 1": "6501 Sunnyside Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1399096637483968", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200052", + "School District Name": "Christopher Columbus CS", + "Physical Address Line 1": "916 Christian St", + "Physical Address Line 2": "North Bldg", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19147", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805700", + "School District Name": "Lawrenceburg Community School Corp", + "Physical Address Line 1": "300 Tiger Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawrenceburg", + "Physical Address State": "IN ", + "Physical Address Zip": "47025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14095449500554938", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805790", + "School District Name": "Lebanon Community School Corp", + "Physical Address Line 1": "1810 N Grant St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "IN ", + "Physical Address Zip": "46052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10059317844784973", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814010", + "School District Name": "CHRISTOVAL ISD", + "Physical Address Line 1": "20065 THIRD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHRISTOVAL", + "Physical Address State": "TX ", + "Physical Address Zip": "76935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08559498956158663", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805880", + "School District Name": "Liberty-Perry Community Sch Corp", + "Physical Address Line 1": "105 S CR 650 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Selma", + "Physical Address State": "IN ", + "Physical Address Zip": "47383", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09839572192513368", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805910", + "School District Name": "Linton-Stockton School Corporation", + "Physical Address Line 1": "801 NE 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Linton", + "Physical Address State": "IN ", + "Physical Address Zip": "47441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21374045801526717", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806030", + "School District Name": "Logansport Community Sch Corp", + "Physical Address Line 1": "2829 George St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Logansport", + "Physical Address State": "IN ", + "Physical Address Zip": "46947", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18001978239366964", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806060", + "School District Name": "Loogootee Community Sch Corp", + "Physical Address Line 1": "201 Brooks Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loogootee", + "Physical Address State": "IN ", + "Physical Address Zip": "47553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.109375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806090", + "School District Name": "Maconaquah School Corp", + "Physical Address Line 1": "7932 S Strawtown Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bunker Hill", + "Physical Address State": "IN ", + "Physical Address Zip": "46914", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18819031435853867", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806120", + "School District Name": "Madison Consolidated Schools", + "Physical Address Line 1": "2421 Wilson Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "IN ", + "Physical Address Zip": "47250", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15058479532163743", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806240", + "School District Name": "Madison-Grant United School Corp", + "Physical Address Line 1": "11580 S/E 00 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairmount", + "Physical Address State": "IN ", + "Physical Address Zip": "46928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17587548638132297", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806270", + "School District Name": "Manchester Community Schools", + "Physical Address Line 1": "404 W Ninth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "N Manchester", + "Physical Address State": "IN ", + "Physical Address Zip": "46962", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1328011611030479", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806390", + "School District Name": "Marion Community Schools", + "Physical Address Line 1": "750 W 26th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "IN ", + "Physical Address Zip": "46953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3007103393843725", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806510", + "School District Name": "MSD Martinsville Schools", + "Physical Address Line 1": "389 E Jackson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Martinsville", + "Physical Address State": "IN ", + "Physical Address Zip": "46151", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12526662788442894", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801230", + "School District Name": "Medora Community School Corp", + "Physical Address Line 1": "31 S Perry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medora", + "Physical Address State": "IN ", + "Physical Address Zip": "47260", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23786407766990292", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809690", + "School District Name": "Merrillville Community School Corp", + "Physical Address Line 1": "6701 Delaware St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Merrillville", + "Physical Address State": "IN ", + "Physical Address Zip": "46410", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16519764957264957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2609630", + "School District Name": "Church School District", + "Physical Address Line 1": "2927 CROCKARD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAD AXE", + "Physical Address State": "MI ", + "Physical Address Zip": "48413", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806570", + "School District Name": "Michigan City Area Schools", + "Physical Address Line 1": "408 S Carroll Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Michigan City", + "Physical Address State": "IN ", + "Physical Address Zip": "46360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.243577414480011", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200030", + "School District Name": "CHURCHILL COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "545 EAST RICHARDS STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FALLON", + "Physical Address State": "NV ", + "Physical Address Zip": "89406", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11757803332551045", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806600", + "School District Name": "Middlebury Community Schools", + "Physical Address Line 1": "56853 Northridge Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middlebury", + "Physical Address State": "IN ", + "Physical Address Zip": "46540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08048608665022895", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607530", + "School District Name": "CHURCHVILLE-CHILI CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "139 FAIRBANKS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHURCHVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09457329430308489", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806630", + "School District Name": "Milan Community Schools", + "Physical Address Line 1": "412 E Carr St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milan", + "Physical Address State": "IN ", + "Physical Address Zip": "47031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12360688956433637", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806660", + "School District Name": "Mill Creek Community Sch Corp", + "Physical Address Line 1": "6631 S CR 200 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clayton", + "Physical Address State": "IN ", + "Physical Address Zip": "46118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06725663716814159", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806870", + "School District Name": "Mississinewa Community School Corp", + "Physical Address Line 1": "424 E S 'A' St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gas City", + "Physical Address State": "IN ", + "Physical Address Zip": "46933", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18555008210180624", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4007710", + "School District Name": "CIMARRON", + "Physical Address Line 1": "320 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lahoma", + "Physical Address State": "OK ", + "Physical Address Zip": "73754", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12225705329153605", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806900", + "School District Name": "Mitchell Community Schools", + "Physical Address Line 1": "441 N 8th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mitchell", + "Physical Address State": "IN ", + "Physical Address Zip": "47446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19312320916905446", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500480", + "School District Name": "CIMARRON MUNICIPAL SCHOOLS", + "Physical Address Line 1": "125 N. COLLISON AVE.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CIMARRON", + "Physical Address State": "NM ", + "Physical Address Zip": "87714", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15346534653465346", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807080", + "School District Name": "Monroe Central School Corp", + "Physical Address Line 1": "1918 N CR 1000 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parker City", + "Physical Address State": "IN ", + "Physical Address Zip": "47368", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15151515151515152", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004800", + "School District Name": "Cimarron-Ensign", + "Physical Address Line 1": "314 N. First", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cimarron", + "Physical Address State": "KS ", + "Physical Address Zip": "67835", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09469153515064563", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800630", + "School District Name": "Monroe County Community Sch Corp", + "Physical Address Line 1": "315 E North Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomington", + "Physical Address State": "IN ", + "Physical Address Zip": "47401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.14327040194884288", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901590", + "School District Name": "Cincinnati Achievement Academy", + "Physical Address Line 1": "5555 Little Flower Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45239", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804140", + "School District Name": "Monroe-Gregg School District", + "Physical Address Line 1": "135 S Chestnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monrovia", + "Physical Address State": "IN ", + "Physical Address Zip": "46157", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07424749163879599", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900031", + "School District Name": "Cincinnati College Preparatory Academy", + "Physical Address Line 1": "1425 Linn St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807140", + "School District Name": "Mooresville Con School Corp", + "Physical Address Line 1": "11 W Carlisle St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mooresville", + "Physical Address State": "IN ", + "Physical Address Zip": "46158", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11138781978718587", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904375", + "School District Name": "Cincinnati Public Schools", + "Physical Address Line 1": "2651 Burnet Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45219", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.32195220328728447", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1712900", + "School District Name": "E St Louis Area Joint Agreement", + "Physical Address Line 1": "1005 State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Saint Louis", + "Physical Address State": "IL ", + "Physical Address Zip": "62201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901516", + "School District Name": "Cincinnati Technology Academy", + "Physical Address Line 1": "3800 Glenway Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807260", + "School District Name": "Mt Vernon Community School Corp", + "Physical Address Line 1": "1806 W SR 234", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fortville", + "Physical Address State": "IN ", + "Physical Address Zip": "46040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.050131392763290886", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607560", + "School District Name": "CINCINNATUS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2809 CINCINNATUS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CINCINNATUS", + "Physical Address State": "NY ", + "Physical Address Zip": "13040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1654275092936803", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807290", + "School District Name": "MSD Mount Vernon", + "Physical Address Line 1": "1000 W 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Vernon", + "Physical Address State": "IN ", + "Physical Address Zip": "47620", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11348314606741573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807320", + "School District Name": "Muncie Community Schools", + "Physical Address Line 1": "2500 North Elgin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muncie", + "Physical Address State": "IN ", + "Physical Address Zip": "47303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.23839092872570194", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403120", + "School District Name": "Cinnaminson Township School District", + "Physical Address Line 1": "2195 RIVERTON ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CINNAMINSON", + "Physical Address State": "NJ ", + "Physical Address Zip": "08077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.051891529963173755", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012300", + "School District Name": "Circle", + "Physical Address Line 1": "901 Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Towanda", + "Physical Address State": "KS ", + "Physical Address Zip": "67144", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09975669099756691", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807380", + "School District Name": "Nettle Creek School Corporation", + "Physical Address Line 1": "297 E Northmarket St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hagerstown", + "Physical Address State": "IN ", + "Physical Address Zip": "47346", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13800904977375567", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800181", + "School District Name": "Circle City Prep Charter School", + "Physical Address Line 1": "4002 N Franklin Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46226", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807410", + "School District Name": "New Albany-Floyd Co Con Sch", + "Physical Address Line 1": "2813 Grant Line Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Albany", + "Physical Address State": "IN ", + "Physical Address Zip": "47150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11131294049262515", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713290", + "School District Name": "Richland County CUSD 1", + "Physical Address Line 1": "1100 E Laurel St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Olney", + "Physical Address State": "IL ", + "Physical Address Zip": "62450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1658181818181818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3006790", + "School District Name": "Circle Elem", + "Physical Address Line 1": "1105 F Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Circle", + "Physical Address State": "MT ", + "Physical Address Zip": "59215", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20491803278688525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807440", + "School District Name": "New Castle Community School Corp", + "Physical Address Line 1": "322 Elliott Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Castle", + "Physical Address State": "IN ", + "Physical Address Zip": "47362", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26091921210391095", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3006810", + "School District Name": "Circle H S", + "Physical Address Line 1": "1105 F Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Circle", + "Physical Address State": "MT ", + "Physical Address Zip": "59215", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1346153846153846", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807470", + "School District Name": "MSD of New Durham Township", + "Physical Address Line 1": "207 E Valparaiso St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westville", + "Physical Address State": "IN ", + "Physical Address Zip": "46391", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10810810810810811", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900038", + "School District Name": "Circle of Life Academy", + "Physical Address Line 1": "35233 Mission Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "White Earth", + "Physical Address State": "MN", + "Physical Address Zip": "56591", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807560", + "School District Name": "New Prairie United School Corp", + "Physical Address Line 1": "5327 N Cougar Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Carlisle", + "Physical Address State": "IN ", + "Physical Address Zip": "46552", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.095", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900095", + "School District Name": "Circle of Nations", + "Physical Address Line 1": "832 8th Street North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wahpeton", + "Physical Address State": "ND", + "Physical Address Zip": "58075", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807620", + "School District Name": "Nineveh-Hensley-Jackson United", + "Physical Address Line 1": "802 S Indian Creek Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trafalgar", + "Physical Address State": "IN ", + "Physical Address Zip": "46181", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07357212003872217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200875", + "School District Name": "Circle of Seasons CS", + "Physical Address Line 1": "8380 Mohr Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fogelsville", + "Physical Address State": "PA ", + "Physical Address Zip": "18051", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807650", + "School District Name": "Noblesville Schools", + "Physical Address Line 1": "18025 River Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Noblesville", + "Physical Address State": "IN ", + "Physical Address Zip": "46062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.048596462761642055", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713710", + "School District Name": "SD U-46", + "Physical Address Line 1": "355 E Chicago St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elgin", + "Physical Address State": "IL ", + "Physical Address Zip": "60120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12656492498706673", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3904376", + "School District Name": "Circleville City", + "Physical Address Line 1": "388 Clark Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Circleville", + "Physical Address State": "OH ", + "Physical Address Zip": "43113", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2063157894736842", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807680", + "School District Name": "North Adams Community Schools", + "Physical Address Line 1": "625 Stadium Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Decatur", + "Physical Address State": "IN ", + "Physical Address Zip": "46733", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11498397435897435", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700040", + "School District Name": "CIS Academy", + "Physical Address Line 1": "818 West 3rd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pembroke", + "Physical Address State": "NC ", + "Physical Address Zip": "28372", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1713920", + "School District Name": "Tri Valley CUSD 3", + "Physical Address Line 1": "410 E Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Downs", + "Physical Address State": "IL ", + "Physical Address Zip": "61736", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.029259896729776247", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800118", + "School District Name": "North Central Parke Comm Schl Corp", + "Physical Address Line 1": "602 Howard Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockville", + "Physical Address State": "IN ", + "Physical Address Zip": "47872", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21306650971159505", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814070", + "School District Name": "CISCO ISD", + "Physical Address Line 1": "1503 LEGGETT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CISCO", + "Physical Address State": "TX ", + "Physical Address Zip": "76437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.24526198439241917", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807710", + "School District Name": "North Daviess Com Schools", + "Physical Address Line 1": "5494 E SR 58", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elnora", + "Physical Address State": "IN ", + "Physical Address Zip": "47529", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10512820512820513", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807770", + "School District Name": "North Gibson School Corporation", + "Physical Address Line 1": "1104 N Embree St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Princeton", + "Physical Address State": "IN ", + "Physical Address Zip": "47670", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17502160760587726", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901570", + "School District Name": "Citizens Academy Southeast", + "Physical Address Line 1": "15700 Lotus Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800690", + "School District Name": "North Harrison Com School Corp", + "Physical Address Line 1": "1260 Hwy 64 NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ramsey", + "Physical Address State": "IN ", + "Physical Address Zip": "47166", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10837651122625216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901444", + "School District Name": "Citizens Leadership Academy", + "Physical Address Line 1": "10118 Hampden Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807800", + "School District Name": "North Judson-San Pierre Sch Corp", + "Physical Address Line 1": "801 Campbell Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Judson", + "Physical Address State": "IN ", + "Physical Address Zip": "46366", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18438661710037174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901594", + "School District Name": "Citizens Leadership Academy East", + "Physical Address Line 1": "12523 Woodside Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807830", + "School District Name": "North Knox School Corp", + "Physical Address Line 1": "11110 N SR 159", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bicknell", + "Physical Address State": "IN ", + "Physical Address Zip": "47512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15027322404371585", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900612", + "School District Name": "CITIZENS OF THE WORLD CHARTER", + "Physical Address Line 1": "3435 Broadway Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807860", + "School District Name": "North Lawrence Com Schools", + "Physical Address Line 1": "460 'W' St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bedford", + "Physical Address State": "IN ", + "Physical Address Zip": "47421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14775280898876406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807890", + "School District Name": "North Miami Community Schools", + "Physical Address Line 1": "394 E 900 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denver", + "Physical Address State": "IN ", + "Physical Address Zip": "46926", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13071895424836602", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807900", + "School District Name": "North Montgomery Com Sch Corp", + "Physical Address Line 1": "480 W 580 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crawfordsville", + "Physical Address State": "IN ", + "Physical Address Zip": "47933", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10416666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807920", + "School District Name": "North Newton School Corp", + "Physical Address Line 1": "310 S Lincoln St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morocco", + "Physical Address State": "IN ", + "Physical Address Zip": "47963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1376863023420866", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807950", + "School District Name": "MSD North Posey Co Schools", + "Physical Address Line 1": "101 N Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Poseyville", + "Physical Address State": "IN ", + "Physical Address Zip": "47633", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07906114885731934", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807980", + "School District Name": "North Putnam Community Schools", + "Physical Address Line 1": "300 N Washington", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bainbridge", + "Physical Address State": "IN ", + "Physical Address Zip": "46105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11007462686567164", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901635", + "School District Name": "Citizens of the World Charter Schools - Cincinnati", + "Physical Address Line 1": "4324 Homer Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45227", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808010", + "School District Name": "North Spencer County Sch Corp", + "Physical Address Line 1": "3720 E SR 162", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln City", + "Physical Address State": "IN ", + "Physical Address Zip": "47552", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08580183861082738", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808070", + "School District Name": "North Vermillion Com Sch Corp", + "Physical Address Line 1": "5551 N Falcon Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cayuga", + "Physical Address State": "IN ", + "Physical Address Zip": "47928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12927191679049035", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808100", + "School District Name": "North West Hendricks Schools", + "Physical Address Line 1": "104 N Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lizton", + "Physical Address State": "IN ", + "Physical Address Zip": "46149", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03996101364522417", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900009", + "School District Name": "City Academy", + "Physical Address Line 1": "555 E 200 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALT LAKE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808130", + "School District Name": "North White School Corp", + "Physical Address Line 1": "402 E Broadway St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monon", + "Physical Address State": "IN ", + "Physical Address Zip": "47959", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1574167507568113", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2708955", + "School District Name": "City Academy", + "Physical Address Line 1": "958 JESSIE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55130", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808120", + "School District Name": "Northeast Dubois Co Sch Corp", + "Physical Address Line 1": "5379 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dubois", + "Physical Address State": "IN ", + "Physical Address Zip": "47527", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04680851063829787", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808160", + "School District Name": "Northeast School Corp", + "Physical Address Line 1": "406 N Vine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hymera", + "Physical Address State": "IN ", + "Physical Address Zip": "47855", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1869983948635634", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808190", + "School District Name": "Northeastern Wayne Schools", + "Physical Address Line 1": "7299 N US 27", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fountian City", + "Physical Address State": "IN ", + "Physical Address Zip": "47341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17435897435897435", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200094", + "School District Name": "City CHS", + "Physical Address Line 1": "201 Stanwix Street", + "Physical Address Line 2": "Suite 100", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1715880", + "School District Name": "Serena CUSD 2", + "Physical Address Line 1": "PO Box 107", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Serena", + "Physical Address State": "IL ", + "Physical Address Zip": "60549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12601626016260162", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808220", + "School District Name": "Northern Wells Community Schools", + "Physical Address Line 1": "312 N Jefferson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ossian", + "Physical Address State": "IN ", + "Physical Address Zip": "46777", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08389380530973452", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900029", + "School District Name": "City Day Community School", + "Physical Address Line 1": "320 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45402", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808250", + "School District Name": "Northwest Allen County Schools", + "Physical Address Line 1": "13119 Coldwater Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Wayne", + "Physical Address State": "IN ", + "Physical Address Zip": "46845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04464754701124068", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900585", + "School District Name": "CITY GARDEN MONTESSORI", + "Physical Address Line 1": "1618 Tower Grove", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Louis", + "Physical Address State": "MO ", + "Physical Address Zip": "63110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808310", + "School District Name": "Northwestern Con School Corp", + "Physical Address Line 1": "4920 W 600 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairland", + "Physical Address State": "IN ", + "Physical Address Zip": "46126", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0905823148813803", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802040", + "School District Name": "Northwestern School Corp", + "Physical Address Line 1": "3075 N Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kokomo", + "Physical Address State": "IN ", + "Physical Address Zip": "46901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05602409638554217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808340", + "School District Name": "Oak Hill United School Corp", + "Physical Address Line 1": "1474 N 800 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Converse", + "Physical Address State": "IN ", + "Physical Address Zip": "46919", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12646198830409358", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200040", + "School District Name": "City of Baker School District", + "Physical Address Line 1": "14750 Plank Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baker", + "Physical Address State": "LA ", + "Physical Address Zip": "70714", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3188405797101449", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808460", + "School District Name": "Oregon-Davis School Corp", + "Physical Address Line 1": "5998 N 750 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamlet", + "Physical Address State": "IN ", + "Physical Address Zip": "46532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14265927977839335", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200240", + "School District Name": "City of Bogalusa School District", + "Physical Address Line 1": "1705 Sullivan Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bogalusa", + "Physical Address State": "LA ", + "Physical Address Zip": "70427", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.403810235338065", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808490", + "School District Name": "Orleans Community Schools", + "Physical Address Line 1": "173 W Marley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orleans", + "Physical Address State": "IN ", + "Physical Address Zip": "47452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2028985507246377", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200751", + "School District Name": "City of Erie Regional Career & Technical School", + "Physical Address Line 1": "3325 Cherry Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erie", + "Physical Address State": "PA ", + "Physical Address Zip": "16508", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201080", + "School District Name": "City of Monroe School District", + "Physical Address Line 1": "2006 Tower Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "LA ", + "Physical Address Zip": "71201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.42832429938876715", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500026", + "School District Name": "City on a Hill Charter Public School (District)", + "Physical Address Line 1": "58 Circuit Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roxbury", + "Physical Address State": "MA ", + "Physical Address Zip": "02119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814130", + "School District Name": "CITY VIEW ISD", + "Physical Address Line 1": "1600 A CITY VIEW DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WICHITA FALLS", + "Physical Address State": "TX ", + "Physical Address Zip": "76306", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17462165308498254", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800288", + "School District Name": "CITYSCAPE SCHOOLS", + "Physical Address Line 1": "630 TEXAS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "74204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808910", + "School District Name": "MSD Pike Township", + "Physical Address Line 1": "6901 Zionsville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46268", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.16096445951924496", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4180505", + "School District Name": "Clackamas ESD", + "Physical Address Line 1": "13455 SE 97th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clackamas", + "Physical Address State": "OR ", + "Physical Address Zip": "97015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801020", + "School District Name": "CLAIBORNE CO SCHOOL DIST", + "Physical Address Line 1": "404 Market Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT GIBSON", + "Physical Address State": "MS ", + "Physical Address Zip": "39150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3978978978978979", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700630", + "School District Name": "Claiborne County", + "Physical Address Line 1": "1403 Tazewell RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tazewell", + "Physical Address State": "TN ", + "Physical Address Zip": "37879", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23161764705882354", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200450", + "School District Name": "Claiborne Parish", + "Physical Address Line 1": "415 East Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Homer", + "Physical Address State": "LA ", + "Physical Address Zip": "71040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3430540827147402", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206030", + "School District Name": "Clairton City SD", + "Physical Address Line 1": "502 Mitchell Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clairton", + "Physical Address State": "PA ", + "Physical Address Zip": "15025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.41116173120728927", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1717040", + "School District Name": "Woodridge SD 68", + "Physical Address Line 1": "7925 Janes Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodridge", + "Physical Address State": "IL ", + "Physical Address Zip": "60517", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10117493472584857", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3006840", + "School District Name": "Clancy Elem", + "Physical Address Line 1": "18 Clancy Creek Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clancy", + "Physical Address State": "MT ", + "Physical Address Zip": "59634", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.049707602339181284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600947", + "School District Name": "Clara B. Ford Academy (SDA)", + "Physical Address Line 1": "20651 WEST WARREN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEARBORN HEIGHTS", + "Physical Address State": "MI ", + "Physical Address Zip": "48127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2609750", + "School District Name": "Clare Public Schools", + "Physical Address Line 1": "201 EAST STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARE", + "Physical Address State": "MI ", + "Physical Address Zip": "48617", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1965389369592089", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680300", + "School District Name": "Clare-Gladwin Regional Education Service District", + "Physical Address Line 1": "4041 EAST MANNSIDING RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARE", + "Physical Address State": "MI ", + "Physical Address Zip": "48617", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399906", + "School District Name": "Claremont SAU Office", + "Physical Address Line 1": "165 Broad St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Claremont", + "Physical Address State": "NH ", + "Physical Address Zip": "03743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302340", + "School District Name": "Claremont School District", + "Physical Address Line 1": "165 Broad St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Claremont", + "Physical Address State": "NH ", + "Physical Address Zip": "03743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1526677231907026", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4007740", + "School District Name": "CLAREMORE", + "Physical Address Line 1": "102 W 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Claremore", + "Physical Address State": "OK ", + "Physical Address Zip": "74017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.13926348547717843", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607590", + "School District Name": "CLARENCE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "9625 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARENCE", + "Physical Address State": "NY ", + "Physical Address Zip": "14031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04785510009532888", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2609840", + "School District Name": "Clarenceville School District", + "Physical Address Line 1": "20210 MIDDLEBELT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIVONIA", + "Physical Address State": "MI ", + "Physical Address Zip": "48152", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17108088761632068", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501770", + "School District Name": "Clarendon 02", + "Physical Address Line 1": "15 Major Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manning", + "Physical Address State": "SC ", + "Physical Address Zip": "29102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.27503793626707135", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503913", + "School District Name": "Clarendon 04", + "Physical Address Line 1": "1177 Atkinson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turbeville", + "Physical Address State": "SC ", + "Physical Address Zip": "29162", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503915", + "School District Name": "Clarendon 06", + "Physical Address Line 1": "15 Major Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manning", + "Physical Address State": "SC ", + "Physical Address Zip": "29102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501600", + "School District Name": "Clarendon 80", + "Physical Address Line 1": "3351 Highway 521", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manning", + "Physical Address State": "SC ", + "Physical Address Zip": "29102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814160", + "School District Name": "CLARENDON ISD", + "Physical Address Line 1": "416 S ALLEN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARENDON", + "Physical Address State": "TX ", + "Physical Address Zip": "79226", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2039911308203991", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907350", + "School District Name": "Clarinda Comm School District", + "Physical Address Line 1": "423 E. Nodaway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarinda", + "Physical Address State": "IA ", + "Physical Address Zip": "51632", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14040114613180515", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810110", + "School District Name": "MSD Shakamak Schools", + "Physical Address Line 1": "9233 Shakamak School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jasonville", + "Physical Address State": "IN ", + "Physical Address Zip": "47438", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23536585365853657", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206060", + "School District Name": "Clarion Area SD", + "Physical Address Line 1": "221 Liberty St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarion", + "Physical Address State": "PA ", + "Physical Address Zip": "16214", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1602787456445993", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280150", + "School District Name": "Clarion County Career Center", + "Physical Address Line 1": "447 Career Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shippenville", + "Physical Address State": "PA ", + "Physical Address Zip": "16254", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907380", + "School District Name": "Clarion-Goldfield-Dows Comm School District", + "Physical Address Line 1": "120 Central Avenue East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarion", + "Physical Address State": "IA ", + "Physical Address Zip": "50525", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12462006079027356", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206090", + "School District Name": "Clarion-Limestone Area SD", + "Physical Address Line 1": "4091 C-L School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Strattanville", + "Physical Address State": "PA ", + "Physical Address Zip": "16258", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13836477987421383", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916380", + "School District Name": "CLARK CO. R-I", + "Physical Address Line 1": "427 W CHESTNUT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KAHOKA", + "Physical Address State": "MO ", + "Physical Address Zip": "63445", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19896193771626297", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101200", + "School District Name": "Clark County", + "Physical Address Line 1": "1600 W Lexington Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchester", + "Physical Address State": "KY ", + "Physical Address Zip": "40391", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17177314211212516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200060", + "School District Name": "CLARK COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "5100 WEST SAHARA AVE.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAS VEGAS", + "Physical Address State": "NV ", + "Physical Address Zip": "89146", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.18731707568650607", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4612940", + "School District Name": "Clark School District 12-2", + "Physical Address Line 1": "220 N Clinton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clark", + "Physical Address State": "SD ", + "Physical Address Zip": "57225", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09534883720930233", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403150", + "School District Name": "Clark Township Public School District", + "Physical Address Line 1": "365 Westfield Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.026359143327841845", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904628", + "School District Name": "Clark-Shawnee Local", + "Physical Address Line 1": "3680 Selma Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "OH ", + "Physical Address Zip": "45502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15226939970717424", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100870", + "School District Name": "CLARKE CO PBLC SCHS", + "Physical Address Line 1": "317 W Main St Ste A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berryville", + "Physical Address State": "VA ", + "Physical Address Zip": "22611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06401384083044982", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907410", + "School District Name": "Clarke Comm School District", + "Physical Address Line 1": "802 North Jackson", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Osceola", + "Physical Address State": "IA ", + "Physical Address Zip": "50213", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13156189241736876", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1718480", + "School District Name": "W Harvey-Dixmoor PSD 147", + "Physical Address Line 1": "191 W 155th Pl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harvey", + "Physical Address State": "IL ", + "Physical Address Zip": "60426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.4098939929328622", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700290", + "School District Name": "CLARKFIELD CHARTER SCHOOL", + "Physical Address Line 1": "301 13TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARKFIELD", + "Physical Address State": "MN ", + "Physical Address Zip": "56223", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503720", + "School District Name": "Clarksburg", + "Physical Address Line 1": "777 West Crossroad", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarksburg", + "Physical Address State": "MA ", + "Physical Address Zip": "01247", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2909090", + "School District Name": "CLARKSBURG C-2", + "Physical Address Line 1": "401 S HWY H", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARKSBURG", + "Physical Address State": "MO ", + "Physical Address Zip": "65025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2517985611510791", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800194", + "School District Name": "CLARKSDALE COLLEGIATE DISTRICT", + "Physical Address Line 1": "1012 W 2nd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarksdale", + "Physical Address State": "MS ", + "Physical Address Zip": "38614", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801050", + "School District Name": "CLARKSDALE MUNICIPAL SCHOOL DIST", + "Physical Address Line 1": "526 S Choctaw Street", + "Physical Address Line 2": "PO Box 1088", + "Physical Address Line 3": "", + "Physical Address City": "CLARKSDALE", + "Physical Address State": "MS ", + "Physical Address Zip": "38614", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.5164872139973082", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3105160", + "School District Name": "CLARKSON PUBLIC SCHOOLS", + "Physical Address Line 1": "649 CHERRY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARKSON", + "Physical Address State": "NE ", + "Physical Address Zip": "68629", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08133971291866028", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2609900", + "School District Name": "Clarkston Community School District", + "Physical Address Line 1": "6389 CLARKSTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARKSTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48346", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.049097564054019945", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810680", + "School District Name": "Lewis Cass Schools", + "Physical Address Line 1": "100 S Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walton", + "Physical Address State": "IN ", + "Physical Address Zip": "46994", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12169312169312169", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301320", + "School District Name": "Clarkston School District", + "Physical Address Line 1": "1294 CHESTNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARKSTON", + "Physical Address State": "WA ", + "Physical Address Zip": "99403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.20083391243919388", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1719080", + "School District Name": "Twp HSD 113", + "Physical Address Line 1": "1040 Park Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highland Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03888419273034658", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620340", + "School District Name": "CLARKSTOWN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "62 OLD MIDDLETOWN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW CITY", + "Physical Address State": "NY ", + "Physical Address Zip": "10956", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.049561982479299174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800030", + "School District Name": "MSD Southwest Allen County Schls", + "Physical Address Line 1": "4824 Homestead Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Wayne", + "Physical Address State": "IN ", + "Physical Address Zip": "46814", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05381212058853792", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907440", + "School District Name": "Clarksville Comm School District", + "Physical Address Line 1": "318 N Mather", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarksville", + "Physical Address State": "IA ", + "Physical Address Zip": "50619", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09859154929577464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814190", + "School District Name": "CLARKSVILLE ISD", + "Physical Address Line 1": "1500 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARKSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.332421340629275", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302370", + "School District Name": "Clarksville School District", + "Physical Address Line 1": "21 Academy St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colebrook", + "Physical Address State": "NH ", + "Physical Address Zip": "03576", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2909120", + "School District Name": "CLARKTON C-4", + "Physical Address Line 1": "HWY 162", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARKTON", + "Physical Address State": "MO ", + "Physical Address Zip": "63837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.37666666666666665", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400052", + "School District Name": "Classical Academy Charter School of Clifton", + "Physical Address Line 1": "1255 Main Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clifton", + "Physical Address State": "NJ ", + "Physical Address Zip": "07011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811100", + "School District Name": "MSD Steuben County", + "Physical Address Line 1": "400 S Martha St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Angola", + "Physical Address State": "IN ", + "Physical Address Zip": "46703", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13113579362235758", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700102", + "School District Name": "Classical Charter Schools of Leland", + "Physical Address Line 1": "7055 Bacon's Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leland", + "Physical Address State": "NC ", + "Physical Address Zip": "28451", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700378", + "School District Name": "Classical Charter Schools of Southport", + "Physical Address Line 1": "2260 Achievement Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bolivia", + "Physical Address State": "NC ", + "Physical Address Zip": "28422", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700140", + "School District Name": "Classical Charter Schools of Whiteville", + "Physical Address Line 1": "35 Bacon's Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whiteville", + "Physical Address State": "NC ", + "Physical Address Zip": "28472", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700340", + "School District Name": "Classical Charter Schools of Wilmington", + "Physical Address Line 1": "507 N 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "NC ", + "Physical Address Zip": "28401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103260", + "School District Name": "Clatskanie SD 6J", + "Physical Address Line 1": "660 SW Bryant St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clatskanie", + "Physical Address State": "OR ", + "Physical Address Zip": "97016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14634146341463414", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814250", + "School District Name": "CLAUDE ISD", + "Physical Address Line 1": "500 W 5 ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLAUDE", + "Physical Address State": "TX ", + "Physical Address Zip": "79019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11960132890365449", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2609930", + "School District Name": "Clawson Public Schools", + "Physical Address Line 1": "626 PHILLIPS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLAWSON", + "Physical Address State": "MI ", + "Physical Address Zip": "48017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05331040412725709", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907470", + "School District Name": "Clay Central-Everly Comm School District", + "Physical Address Line 1": "401 Church Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Royal", + "Physical Address State": "IA ", + "Physical Address Zip": "51357", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12686567164179105", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700660", + "School District Name": "Clay County", + "Physical Address Line 1": "520 South Brown ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Celina", + "Physical Address State": "TN ", + "Physical Address Zip": "38551", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2567215958369471", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101230", + "School District Name": "Clay County", + "Physical Address Line 1": "128 Richmond Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "KY ", + "Physical Address Zip": "40962", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.4174725983236622", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004890", + "School District Name": "Clay County", + "Physical Address Line 1": "807 Dexter", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clay Center", + "Physical Address State": "KS ", + "Physical Address Zip": "67432", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11432604093154553", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400240", + "School District Name": "CLAY COUNTY SCHOOLS", + "Physical Address Line 1": "285 CHURCH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLAY", + "Physical Address State": "WV ", + "Physical Address Zip": "25043", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2825278810408922", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700870", + "School District Name": "Clay County Schools", + "Physical Address Line 1": "154 Yellow Jacket Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayesville", + "Physical Address State": "NC ", + "Physical Address Zip": "28904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23507180650037793", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910026", + "School District Name": "Clay Local", + "Physical Address Line 1": "44 Clay High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portsmouth", + "Physical Address State": "OH ", + "Physical Address Zip": "45662", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2640144665461121", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812180", + "School District Name": "MSD Wabash County Schools", + "Physical Address Line 1": "204 N 300 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wabash", + "Physical Address State": "IN ", + "Physical Address Zip": "46992", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10202117420596728", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904377", + "School District Name": "Claymont City", + "Physical Address Line 1": "201 N 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dennison", + "Physical Address State": "OH ", + "Physical Address Zip": "44621", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2339319470699433", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806080", + "School District Name": "MSD Warren County", + "Physical Address Line 1": "101 N Monroe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamsport", + "Physical Address State": "IN ", + "Physical Address Zip": "47993", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11667971808927173", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206120", + "School District Name": "Claysburg-Kimmel SD", + "Physical Address Line 1": "531 Bedford St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Claysburg", + "Physical Address State": "PA ", + "Physical Address Zip": "16625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.205607476635514", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812360", + "School District Name": "MSD Warren Township", + "Physical Address Line 1": "975 N Post Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46219", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.19647118374430544", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4007800", + "School District Name": "CLAYTON", + "Physical Address Line 1": "329 N 1st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clayton", + "Physical Address State": "OK ", + "Physical Address Zip": "74536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24731182795698925", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2909720", + "School District Name": "CLAYTON", + "Physical Address Line 1": "#2 MARK TWAIN CIRCLE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLAYTON", + "Physical Address State": "MO ", + "Physical Address Zip": "63105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04315992292870906", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500510", + "School District Name": "CLAYTON MUNICIPAL SCHOOLS", + "Physical Address Line 1": "323 SOUTH 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLAYTON", + "Physical Address State": "NM ", + "Physical Address Zip": "88415", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2832369942196532", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812720", + "School District Name": "MSD Washington Township", + "Physical Address Line 1": "8550 Woodfield Crossing Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.15024774118332848", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403180", + "School District Name": "Clayton Public School District", + "Physical Address Line 1": "350 East Clinton Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clayton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1276324186343331", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1913350", + "School District Name": "Clayton Ridge Comm School District", + "Physical Address Line 1": "131 S River Park Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Guttenberg", + "Physical Address State": "IA ", + "Physical Address Zip": "52052", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08189655172413793", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812810", + "School District Name": "MSD Wayne Township", + "Physical Address Line 1": "1220 S High Sch Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.20211085129242243", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502580", + "School District Name": "Clayton School District", + "Physical Address Line 1": "236 Polk Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clayton", + "Physical Address State": "WI ", + "Physical Address Zip": "54004", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14241486068111456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301350", + "School District Name": "Cle Elum-Roslyn School District", + "Physical Address Line 1": "4244 BULLFROG ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLE ELUM", + "Physical Address State": "WA ", + "Physical Address Zip": "98922", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12295869356388088", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907590", + "School District Name": "Clear Creek Amana Comm School District", + "Physical Address Line 1": "1486 Hwy 6", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxford", + "Physical Address State": "IA ", + "Physical Address Zip": "52322", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06127819548872181", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814280", + "School District Name": "CLEAR CREEK ISD", + "Physical Address Line 1": "2425 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEAGUE CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "77573", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10407082718514019", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3904941", + "School District Name": "Clear Fork Valley Local", + "Physical Address Line 1": "211 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellville", + "Physical Address State": "OH ", + "Physical Address Zip": "44813", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09653827401267674", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907620", + "School District Name": "Clear Lake Comm School District", + "Physical Address Line 1": "1529 3rd Avenue North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clear Lake", + "Physical Address State": "IA ", + "Physical Address Zip": "50428", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.06583072100313479", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502610", + "School District Name": "Clear Lake School District", + "Physical Address Line 1": "1101 3rd St SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clear Lake", + "Physical Address State": "WI ", + "Physical Address Zip": "54005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12155591572123177", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700103", + "School District Name": "CLEARBROOK-GONVICK SCHOOL DISTRICT", + "Physical Address Line 1": "16770 CLEARWATER LAKE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLEARBROOK", + "Physical Address State": "MN ", + "Physical Address Zip": "56634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1678082191780822", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206150", + "School District Name": "Clearfield Area SD", + "Physical Address Line 1": "2831 Washington Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clearfield", + "Physical Address State": "PA ", + "Physical Address Zip": "16830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18645387310237446", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280160", + "School District Name": "Clearfield County CTC", + "Physical Address Line 1": "1620 River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clearfield", + "Physical Address State": "PA ", + "Physical Address Zip": "16830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904813", + "School District Name": "Clearview Local", + "Physical Address Line 1": "4700 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lorain", + "Physical Address State": "OH ", + "Physical Address Zip": "44052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.33212996389891697", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403210", + "School District Name": "Clearview Regional High School District", + "Physical Address Line 1": "420 Cedar Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mullica Hill", + "Physical Address State": "NJ ", + "Physical Address Zip": "08062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05457227138643068", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004920", + "School District Name": "Clearwater", + "Physical Address Line 1": "151 S. 1st Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clearwater", + "Physical Address State": "KS ", + "Physical Address Zip": "67026", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07932875667429443", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2909750", + "School District Name": "CLEARWATER R-I", + "Physical Address Line 1": "200 HENRY WHITE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PIEDMONT", + "Physical Address State": "MO ", + "Physical Address Zip": "63957", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814310", + "School District Name": "CLEBURNE ISD", + "Physical Address Line 1": "505 N RIDGEWAY STE 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLEBURNE", + "Physical Address State": "TX ", + "Physical Address Zip": "76033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14804988060493499", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403240", + "School District Name": "Clementon Elementary School District", + "Physical Address Line 1": "4 Audubon Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clementon", + "Physical Address State": "NJ ", + "Physical Address Zip": "08021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23995127892813642", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008010", + "School District Name": "CLEORA", + "Physical Address Line 1": "451358 East 295 Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Afton", + "Physical Address State": "OK ", + "Physical Address Zip": "74331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2222222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904632", + "School District Name": "Clermont Northeastern Local", + "Physical Address Line 1": "2792 Us Highway 50", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Batavia", + "Physical Address State": "OH ", + "Physical Address Zip": "45103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722130", + "School District Name": "Red Hill CUSD 10", + "Physical Address Line 1": "1250 Judy Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeport", + "Physical Address State": "IL ", + "Physical Address Zip": "62417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22104144527098832", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008040", + "School District Name": "CLEVELAND", + "Physical Address Line 1": "600 North Gilbert Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OK ", + "Physical Address Zip": "74020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16363636363636364", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700690", + "School District Name": "Cleveland", + "Physical Address Line 1": "4300 Mouse Creek Nw RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "TN ", + "Physical Address Zip": "37312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16058296563711727", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900286", + "School District Name": "Cleveland Academy for Scholarship Technology and Leadership", + "Physical Address Line 1": "3950 Prospect Ave E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722350", + "School District Name": "Paw Paw CUSD 271", + "Physical Address Line 1": "PO Box 508", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paw Paw", + "Physical Address State": "IL ", + "Physical Address Zip": "61353", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15178571428571427", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900584", + "School District Name": "Cleveland Arts and Social Sciences Academy", + "Physical Address Line 1": "10701 Shaker Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722360", + "School District Name": "Lee County Spec Educ Assoc", + "Physical Address Line 1": "1335 Franklin Grove Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dixon", + "Physical Address State": "IL ", + "Physical Address Zip": "61021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901397", + "School District Name": "Cleveland College Preparatory School", + "Physical Address Line 1": "4906 Fleet Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700174", + "School District Name": "CLEVELAND COUNTY COMMUNITY IN-SCHOOLS", + "Physical Address Line 1": "502 S Lafayette St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelby", + "Physical Address State": "NC ", + "Physical Address Zip": "28150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700900", + "School District Name": "Cleveland County Schools", + "Physical Address Line 1": "400 West Marion Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelby", + "Physical Address State": "NC ", + "Physical Address Zip": "28150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.24808566642737498", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3004050", + "School District Name": "Cleveland Elem", + "Physical Address Line 1": "22820 Cleveland Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chinook", + "Physical Address State": "MT ", + "Physical Address Zip": "59523", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904379", + "School District Name": "Cleveland Heights-University Heights City", + "Physical Address Line 1": "2155 Miramar Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "University Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19317255039030642", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1722730", + "School District Name": "Leyden Area Spec Educ Coop", + "Physical Address Line 1": "10401 Grand Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607680", + "School District Name": "CLEVELAND HILL UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "105 MAPLEVIEW RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHEEKTOWAGA", + "Physical Address State": "NY ", + "Physical Address Zip": "14225", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17973231357552583", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814370", + "School District Name": "CLEVELAND ISD", + "Physical Address Line 1": "316 E DALLAS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLEVELAND", + "Physical Address State": "TX ", + "Physical Address Zip": "77327", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.27552231718898385", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904378", + "School District Name": "Cleveland Municipal", + "Physical Address Line 1": "1111 Superior Ave E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.39121721397932635", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3901496", + "School District Name": "Cleveland Preparatory Academy", + "Physical Address Line 1": "4850 Pearl Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2709330", + "School District Name": "CLEVELAND PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "400 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLEVELAND", + "Physical Address State": "MN ", + "Physical Address Zip": "56017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.024886877828054297", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800750", + "School District Name": "CLEVELAND SCHOOL DIST", + "Physical Address Line 1": "305 Merritt Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "MS ", + "Physical Address Zip": "38732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.40497803806734994", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2909780", + "School District Name": "CLEVER R-V", + "Physical Address Line 1": "103 S PUBLIC AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLEVER", + "Physical Address State": "MO ", + "Physical Address Zip": "65631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09219858156028368", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900100", + "School District Name": "Cliff Park High School", + "Physical Address Line 1": "821 N Limestone St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "OH ", + "Physical Address Zip": "45503", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403270", + "School District Name": "Cliffside Park School District", + "Physical Address Line 1": "525 Palisade Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cliffside Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "07010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1995397764628534", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814400", + "School District Name": "CLIFTON ISD", + "Physical Address Line 1": "1102 KEY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLIFTON", + "Physical Address State": "TX ", + "Physical Address Zip": "76634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16732673267326734", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403300", + "School District Name": "Clifton Public School District", + "Physical Address Line 1": "745 Clifton Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clifton", + "Physical Address State": "NJ ", + "Physical Address Zip": "07013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15331709413956154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004950", + "School District Name": "Clifton-Clyde", + "Physical Address Line 1": "616 North High; Suite 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clyde", + "Physical Address State": "KS ", + "Physical Address Zip": "66938", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12974683544303797", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607710", + "School District Name": "CLIFTON-FINE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "11 HALL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STAR LAKE", + "Physical Address State": "NY ", + "Physical Address Zip": "13690", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22868217054263565", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2909810", + "School District Name": "CLIMAX SPRINGS R-IV", + "Physical Address Line 1": "571 CLIMAX AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLIMAX SPRINGS", + "Physical Address State": "MO ", + "Physical Address Zip": "65324", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2914798206278027", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610020", + "School District Name": "Climax-Scotts Community Schools", + "Physical Address Line 1": "372 SOUTH MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLIMAX", + "Physical Address State": "MI ", + "Physical Address Zip": "49034", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10048622366288493", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2709360", + "School District Name": "CLIMAX-SHELLY PUBLIC SCHOOLS", + "Physical Address Line 1": "111 E BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLIMAX", + "Physical Address State": "MN ", + "Physical Address Zip": "56523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20279720279720279", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814430", + "School District Name": "CLINT ISD", + "Physical Address Line 1": "14521 HORIZON BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL PASO", + "Physical Address State": "TX ", + "Physical Address Zip": "79928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3124741671488799", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723340", + "School District Name": "Lockport Area Spec Educ Coop", + "Physical Address Line 1": "1343 E 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lockport", + "Physical Address State": "IL ", + "Physical Address Zip": "60441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008070", + "School District Name": "CLINTON", + "Physical Address Line 1": "1720 Opal Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "OK ", + "Physical Address Zip": "73601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22390317700453857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700720", + "School District Name": "Clinton", + "Physical Address Line 1": "212 N Hicks ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "TN ", + "Physical Address Zip": "37716", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21793275217932753", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2909860", + "School District Name": "CLINTON", + "Physical Address Line 1": "701 S 8TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLINTON", + "Physical Address State": "MO ", + "Physical Address Zip": "64735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18773534158149544", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503750", + "School District Name": "Clinton", + "Physical Address Line 1": "150 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "MA ", + "Physical Address Zip": "01510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1186122831692452", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723730", + "School District Name": "Will County SD 92", + "Physical Address Line 1": "708 N State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lockport", + "Physical Address State": "IL ", + "Physical Address Zip": "60441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07125890736342043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607770", + "School District Name": "CLINTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "75 CHENANGO AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLINTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09024745269286755", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700930", + "School District Name": "Clinton City Schools", + "Physical Address Line 1": "300 Westover Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "NC ", + "Physical Address Zip": "28328", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.27455919395465994", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925290", + "School District Name": "CLINTON CO. R-III", + "Physical Address Line 1": "800 W FROST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLATTSBURG", + "Physical Address State": "MO ", + "Physical Address Zip": "64477", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07884362680683311", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907710", + "School District Name": "Clinton Comm School District", + "Physical Address Line 1": "1401 12th Ave N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "IA ", + "Physical Address Zip": "52732", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2011046949535526", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502640", + "School District Name": "Clinton Community School District", + "Physical Address Line 1": "112 Milwaukee Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "WI ", + "Physical Address Zip": "53525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09781576448243115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723985", + "School District Name": "Madison Co Reg I Spec Educ Coop", + "Physical Address Line 1": "3200 Maryville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Granite City", + "Physical Address State": "IL ", + "Physical Address Zip": "62040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610050", + "School District Name": "Clinton Community Schools", + "Physical Address Line 1": "341 EAST MICHIGAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLINTON", + "Physical Address State": "MI ", + "Physical Address Zip": "49236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10526315789473684", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1723990", + "School District Name": "Madison County Voc Adj Counseling", + "Physical Address Line 1": "157 N Main St Rm 438", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edwardsville", + "Physical Address State": "IL ", + "Physical Address Zip": "62025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101260", + "School District Name": "Clinton County", + "Physical Address Line 1": "1273 KY HWY 90 West Ste 103", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albany", + "Physical Address State": "KY ", + "Physical Address Zip": "42602", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2964659685863874", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680320", + "School District Name": "Clinton County RESA", + "Physical Address Line 1": "1013 SOUTH US HIGHWAY 27 STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT JOHNS", + "Physical Address State": "MI ", + "Physical Address Zip": "48879", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3006870", + "School District Name": "Clinton Elem", + "Physical Address Line 1": "20397 East Mullan Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "MT ", + "Physical Address Zip": "59825", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10344827586206896", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801090", + "School District Name": "CLINTON PUBLIC SCHOOL DIST", + "Physical Address Line 1": "201 Easthaven Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "MS ", + "Physical Address Zip": "39056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15451088835119253", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403360", + "School District Name": "Clinton Township School District", + "Physical Address Line 1": "128 Cokesbury Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "NJ ", + "Physical Address Zip": "08833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.028417818740399385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680220", + "School District Name": "CLINTON-ESSEX-WARREN-WASHINGTON BOCES", + "Physical Address Line 1": "1585 MILITARY TURNPIKE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLATTSBURGH", + "Physical Address State": "NY ", + "Physical Address Zip": "12901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403330", + "School District Name": "Clinton-Glen Gardner School District", + "Physical Address Line 1": "10 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08809", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.026373626373626374", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700150", + "School District Name": "CLINTON-GRACEVILLE-BEARDSLEY", + "Physical Address Line 1": "601 1ST STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLINTON", + "Physical Address State": "MN ", + "Physical Address Zip": "56225", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1295843520782396", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904639", + "School District Name": "Clinton-Massie Local", + "Physical Address Line 1": "2556 Lebanon Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarksville", + "Physical Address State": "OH ", + "Physical Address Zip": "45113", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07217058501913615", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610080", + "School District Name": "Clintondale Community Schools", + "Physical Address Line 1": "35100 LITTLE MACK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLINTON TOWNSHIP", + "Physical Address State": "MI ", + "Physical Address Zip": "48035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2555083107846927", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502670", + "School District Name": "Clintonville School District", + "Physical Address Line 1": "45 W Green Tree Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clintonville", + "Physical Address State": "WI ", + "Physical Address Zip": "54929", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13963039014373715", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610110", + "School District Name": "Clio Area School District", + "Physical Address Line 1": "1 MUSTANG DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLIO", + "Physical Address State": "MI ", + "Physical Address Zip": "48420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1527638190954774", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1724720", + "School District Name": "Prairie-Hills ESD 144", + "Physical Address Line 1": "3015 W 163rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Markham", + "Physical Address State": "IL ", + "Physical Address Zip": "60428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.32885662431941926", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2709420", + "School District Name": "CLOQUET PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "302 14TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLOQUET", + "Physical Address State": "MN ", + "Physical Address Zip": "55720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11787072243346007", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403390", + "School District Name": "Closter Public School District", + "Physical Address Line 1": "340 Homans Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Closter", + "Physical Address State": "NJ ", + "Physical Address Zip": "07624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.059726962457337884", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1900009", + "School District Name": "Colfax-Mingo Comm School District", + "Physical Address Line 1": "1000 NORTH WALNUT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colfax", + "Physical Address State": "IA ", + "Physical Address Zip": "50054", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10844892812105927", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500540", + "School District Name": "CLOUDCROFT MUNICIPAL SCHOOLS", + "Physical Address Line 1": "10 SWALLOW PLACE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLOUDCROFT", + "Physical Address State": "NM ", + "Physical Address Zip": "88317", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2776470588235294", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907860", + "School District Name": "College Comm School District", + "Physical Address Line 1": "8005 Prairie Spirit DrSW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cedar Rapids", + "Physical Address State": "IA ", + "Physical Address Zip": "52404", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.08169327887114743", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700116", + "School District Name": "Clover Garden", + "Physical Address Line 1": "2454 Altamahaw Union Ridge Roa", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "NC ", + "Physical Address Zip": "27217", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907900", + "School District Name": "Collins-Maxwell Comm School District", + "Physical Address Line 1": "400 Metcalf", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maxwell", + "Physical Address State": "IA ", + "Physical Address Zip": "50161", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0671785028790787", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301410", + "School District Name": "Clover Park School District", + "Physical Address Line 1": "10903 GRAVELLY LAKE DR SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKEWOOD", + "Physical Address State": "WA ", + "Physical Address Zip": "98499", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1357296908698778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907920", + "School District Name": "Colo-NESCO Comm School District", + "Physical Address Line 1": "919 West St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colo", + "Physical Address State": "IA ", + "Physical Address Zip": "50056", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07986688851913477", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300017", + "School District Name": "Clover Park Technical College", + "Physical Address Line 1": "4500 STEILACOOM BLVD SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKEWOOD", + "Physical Address State": "WA ", + "Physical Address Zip": "98499", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1907980", + "School District Name": "Columbus Comm School District", + "Physical Address Line 1": "1208 Colton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus Junction", + "Physical Address State": "IA ", + "Physical Address Zip": "52738", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16238159675236807", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1908070", + "School District Name": "Coon Rapids-Bayard Comm School District", + "Physical Address Line 1": "905 North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coon Rapids", + "Physical Address State": "IA ", + "Physical Address Zip": "50058", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17062634989200864", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1908130", + "School District Name": "Corning Comm School District", + "Physical Address Line 1": "904 8th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corning", + "Physical Address State": "IA ", + "Physical Address Zip": "50841", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12244897959183673", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904848", + "School District Name": "Cloverleaf Local", + "Physical Address Line 1": "8525 Friendsville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lodi", + "Physical Address State": "OH ", + "Physical Address Zip": "44254", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10062026188835287", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1908220", + "School District Name": "Council Bluffs Comm School District", + "Physical Address Line 1": "300 W Broadway Ste 1600", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Council Bluffs", + "Physical Address State": "IA ", + "Physical Address Zip": "51503", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1781214790535696", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101290", + "School District Name": "Cloverport Independent", + "Physical Address Line 1": "301 Poplar Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cloverport", + "Physical Address State": "KY ", + "Physical Address Zip": "40111", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23109243697478993", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1908310", + "School District Name": "Creston Comm School District", + "Physical Address Line 1": "801 N. Elm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Creston", + "Physical Address State": "IA ", + "Physical Address Zip": "50801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14707692307692308", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1908520", + "School District Name": "Dallas Center-Grimes Comm School District", + "Physical Address Line 1": "2405 W 1st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grimes", + "Physical Address State": "IA ", + "Physical Address Zip": "50111", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04324169530355097", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500570", + "School District Name": "CLOVIS MUNICIPAL SCHOOLS", + "Physical Address Line 1": "1009 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLOVIS", + "Physical Address State": "NM ", + "Physical Address Zip": "88101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2293544897223224", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1908550", + "School District Name": "Danville Comm School District", + "Physical Address Line 1": "419 S Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "IA ", + "Physical Address Zip": "52623", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08712121212121213", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1908580", + "School District Name": "Davenport Comm School District", + "Physical Address Line 1": "1702 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Davenport", + "Physical Address State": "IA ", + "Physical Address Zip": "52803", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1847313312622253", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814450", + "School District Name": "CLYDE CISD", + "Physical Address Line 1": "526 SHALIMAR DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLYDE", + "Physical Address State": "TX ", + "Physical Address Zip": "79510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15710382513661203", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1908610", + "School District Name": "Davis County Comm School District", + "Physical Address Line 1": "608 S. Washington", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomfield", + "Physical Address State": "IA ", + "Physical Address Zip": "52537", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13832553302132086", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910020", + "School District Name": "Clyde-Green Springs Exempted Village", + "Physical Address Line 1": "106 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clyde", + "Physical Address State": "OH ", + "Physical Address Zip": "43410", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15362731152204837", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1908730", + "School District Name": "Decorah Community School District", + "Physical Address Line 1": "510 Winnebago Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Decorah", + "Physical Address State": "IA ", + "Physical Address Zip": "52101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.0644208037825059", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607860", + "School District Name": "CLYDE-SAVANNAH CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "215 GLASGOW ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLYDE", + "Physical Address State": "NY ", + "Physical Address Zip": "14433", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17635658914728683", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1908880", + "School District Name": "Delwood Comm School District", + "Physical Address Line 1": "311 Delmar Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delmar", + "Physical Address State": "IA ", + "Physical Address Zip": "52037", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11320754716981132", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607890", + "School District Name": "CLYMER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "8672 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLYMER", + "Physical Address State": "NY ", + "Physical Address Zip": "14724", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1534954407294833", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1908910", + "School District Name": "Denison Comm School District", + "Physical Address Line 1": "819 N 16th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denison", + "Physical Address State": "IA ", + "Physical Address Zip": "51442", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1226321036889332", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1908940", + "School District Name": "Denver Comm School District", + "Physical Address Line 1": "520 Lincoln Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denver", + "Physical Address State": "IA ", + "Physical Address Zip": "50622", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.03694874851013111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1908970", + "School District Name": "Des Moines Independent Comm School District", + "Physical Address Line 1": "2100 Fleur Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Des Moines", + "Physical Address State": "IA ", + "Physical Address Zip": "50321", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.18821260423166375", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1909060", + "School District Name": "Diagonal Comm School District", + "Physical Address Line 1": "403 W 2nd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Diagonal", + "Physical Address State": "IA ", + "Physical Address Zip": "50845", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19548872180451127", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801110", + "School District Name": "COAHOMA COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "1555 LEE DRIVE", + "Physical Address Line 2": "P. O. Box 820", + "Physical Address Line 3": "", + "Physical Address City": "CLARKSDALE", + "Physical Address State": "MS ", + "Physical Address Zip": "38614", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.43958868894601544", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1909120", + "School District Name": "Dike-New Hartford Comm School District", + "Physical Address Line 1": "330 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dike", + "Physical Address State": "IA ", + "Physical Address Zip": "50624", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05819477434679335", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814490", + "School District Name": "COAHOMA ISD", + "Physical Address Line 1": "600 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COAHOMA", + "Physical Address State": "TX ", + "Physical Address Zip": "79511", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13405238828967642", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1909480", + "School District Name": "Dubuque Comm School District", + "Physical Address Line 1": "2300 Chaney Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dubuque", + "Physical Address State": "IA ", + "Physical Address Zip": "52001", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09666562304320601", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1909540", + "School District Name": "Dunkerton Comm School District", + "Physical Address Line 1": "509 Canfield", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dunkerton", + "Physical Address State": "IA ", + "Physical Address Zip": "50626", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07962529274004684", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008130", + "School District Name": "COALGATE", + "Physical Address Line 1": "2 West Cedar", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coalgate", + "Physical Address State": "OK ", + "Physical Address Zip": "74538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23600605143721634", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1909600", + "School District Name": "Durant Comm School District", + "Physical Address Line 1": "408 7th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durant", + "Physical Address State": "IA ", + "Physical Address Zip": "52747", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07027027027027027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1909990", + "School District Name": "Eagle Grove Comm School District", + "Physical Address Line 1": "325 N Commercial", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eagle Grove", + "Physical Address State": "IA ", + "Physical Address Zip": "50533", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16685979142526072", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1910050", + "School District Name": "Earlham Comm School District", + "Physical Address Line 1": "535 N Chestnut Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Earlham", + "Physical Address State": "IA ", + "Physical Address Zip": "50072", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.058646616541353384", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1910110", + "School District Name": "East Buchanan Comm School District", + "Physical Address Line 1": "414 5th St North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winthrop", + "Physical Address State": "IA ", + "Physical Address Zip": "50682", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1163575042158516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1900040", + "School District Name": "East Marshall Comm School District", + "Physical Address Line 1": "204 West Center", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gilman", + "Physical Address State": "IA ", + "Physical Address Zip": "50106", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10451977401129943", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918240", + "School District Name": "East Mills Comm School District", + "Physical Address Line 1": "58962 380th Steet", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hastings", + "Physical Address State": "IA ", + "Physical Address Zip": "51540", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11524163568773234", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700412", + "School District Name": "Coastal Preparatory Academy", + "Physical Address Line 1": "1135 Pandion Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "NC ", + "Physical Address Zip": "28411", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1929580", + "School District Name": "East Sac County Comm School District", + "Physical Address Line 1": "801 Jackson", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake View", + "Physical Address State": "IA ", + "Physical Address Zip": "51450", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13820224719101123", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1910350", + "School District Name": "East Union Comm School District", + "Physical Address Line 1": "1916 High School Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Afton", + "Physical Address State": "IA ", + "Physical Address Zip": "50830", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1443850267379679", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1910410", + "School District Name": "Eastern Allamakee Comm School District", + "Physical Address Line 1": "569 Center St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lansing", + "Physical Address State": "IA ", + "Physical Address Zip": "52151", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1240506329113924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206240", + "School District Name": "Coatesville Area SD", + "Physical Address Line 1": "3030 CG Zinn Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thorndale", + "Physical Address State": "PA ", + "Physical Address Zip": "19372", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1703781915914763", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1910130", + "School District Name": "Easton Valley Comm School District", + "Physical Address Line 1": "321 W. School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Preston", + "Physical Address State": "IA ", + "Physical Address Zip": "52069", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13490725126475547", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1904950", + "School District Name": "Eddyville-Blakesburg- Fremont CSD", + "Physical Address Line 1": "222 Walnut", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eddyville", + "Physical Address State": "IA ", + "Physical Address Zip": "52553", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10874200426439233", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1910500", + "School District Name": "Edgewood-Colesburg Comm School District", + "Physical Address Line 1": "403 W Union", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edgewood", + "Physical Address State": "IA ", + "Physical Address Zip": "52042", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.140625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600010", + "School District Name": "COBLESKILL-RICHMONDVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "155 WASHINGTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COBLESKILL", + "Physical Address State": "NY ", + "Physical Address Zip": "12043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17752161383285303", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1910690", + "School District Name": "Eldora-New Providence Comm School District", + "Physical Address Line 1": "1010 Edgington Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eldora", + "Physical Address State": "IA ", + "Physical Address Zip": "50627", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09968354430379747", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500600", + "School District Name": "COBRE CONSOLIDATED SCHOOLS", + "Physical Address Line 1": "900 CENTRAL AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAYARD", + "Physical Address State": "NM ", + "Physical Address Zip": "88023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.24539877300613497", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1910950", + "School District Name": "Emmetsburg Comm School District", + "Physical Address Line 1": "205 King Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Emmetsburg", + "Physical Address State": "IA ", + "Physical Address Zip": "50536", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11877394636015326", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1910980", + "School District Name": "English Valleys Comm School District", + "Physical Address Line 1": "211 S College Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North English", + "Physical Address State": "IA ", + "Physical Address Zip": "52316", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10918544194107452", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206270", + "School District Name": "Cocalico SD", + "Physical Address Line 1": "800 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denver", + "Physical Address State": "PA ", + "Physical Address Zip": "17517", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.063137339986982", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1911040", + "School District Name": "Essex Comm School District", + "Physical Address Line 1": "111 Forbes St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Essex", + "Physical Address State": "IA ", + "Physical Address Zip": "51638", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1270718232044199", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300036", + "School District Name": "Cocheco Arts And Technology Academy", + "Physical Address Line 1": "40 Hampshire Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "NH ", + "Physical Address Zip": "03820", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1911070", + "School District Name": "Estherville Lincoln Central Com Sch Dist", + "Physical Address Line 1": "1814 7th Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Estherville", + "Physical Address State": "IA ", + "Physical Address Zip": "51334", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13435374149659865", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1911250", + "School District Name": "Exira-Elk Horn- Kimballton Comm Sch Dist", + "Physical Address Line 1": "4114 Madison St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elk Horn", + "Physical Address State": "IA ", + "Physical Address Zip": "51531", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1375770020533881", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1911340", + "School District Name": "Fairfield Comm School District", + "Physical Address Line 1": "403 South 20th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "IA ", + "Physical Address Zip": "52556", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17472793228536881", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1911790", + "School District Name": "Forest City Comm School District", + "Physical Address Line 1": "145 S Clark St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forest City", + "Physical Address State": "IA ", + "Physical Address Zip": "50436", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1185243328100471", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1911820", + "School District Name": "Fort Dodge Comm School District", + "Physical Address Line 1": "109 N 25th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Dodge", + "Physical Address State": "IA ", + "Physical Address Zip": "50501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1911850", + "School District Name": "Fort Madison Comm School District", + "Physical Address Line 1": "1930 Ave M", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Madison", + "Physical Address State": "IA ", + "Physical Address Zip": "52627", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1599360255897641", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729020", + "School District Name": "Northwestern Illinois Assn", + "Physical Address Line 1": "245 W Exchange St Ste 4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sycamore", + "Physical Address State": "IL ", + "Physical Address Zip": "60178", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1912120", + "School District Name": "Fremont-Mills Comm School District", + "Physical Address Line 1": "1114 U.S. Highway 275", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tabor", + "Physical Address State": "IA ", + "Physical Address Zip": "51653", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10144927536231885", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1900060", + "School District Name": "GMG Comm School District", + "Physical Address Line 1": "1710 Wallace Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Green Mountain", + "Physical Address State": "IA ", + "Physical Address Zip": "50632", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10294117647058823", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502700", + "School District Name": "Cochrane-Fountain City School District", + "Physical Address Line 1": "S2770 State Road 35", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fountain City", + "Physical Address State": "WI ", + "Physical Address Zip": "54629", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08130081300813008", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1912230", + "School District Name": "Galva-Holstein Comm School District", + "Physical Address Line 1": "519 E Maple", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holstein", + "Physical Address State": "IA ", + "Physical Address Zip": "51025", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10159362549800798", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700750", + "School District Name": "Cocke County", + "Physical Address Line 1": "305 Hedrick DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "TN ", + "Physical Address Zip": "37821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.27747136190072125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1912330", + "School District Name": "Garner-Hayfield-Ventura Comm School District", + "Physical Address Line 1": "605 West Lyon Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garner", + "Physical Address State": "IA ", + "Physical Address Zip": "50438", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09623430962343096", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1912480", + "School District Name": "George-Little Rock Comm School District", + "Physical Address Line 1": "309 S. Lincoln St. Ste 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "George", + "Physical Address State": "IA ", + "Physical Address Zip": "51237", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06465517241379311", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1912510", + "School District Name": "Gilbert Comm School District", + "Physical Address Line 1": "103 Mathews Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gilbert", + "Physical Address State": "IA ", + "Physical Address Zip": "50105", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.028785982478097622", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100256", + "School District Name": "CODE RVA HIGH", + "Physical Address Line 1": "1405 Cummings Drive", + "Physical Address Line 2": "Suite 10", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "VA ", + "Physical Address Zip": "23220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1912600", + "School District Name": "Gilmore City-Bradgate Comm School District", + "Physical Address Line 1": "402 SE E Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gilmore City", + "Physical Address State": "IA ", + "Physical Address Zip": "50541", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500070", + "School District Name": "Codman Academy Charter Public (District)", + "Physical Address Line 1": "637 Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dorchester", + "Physical Address State": "MA ", + "Physical Address Zip": "02124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1912660", + "School District Name": "Gladbrook-Reinbeck Comm School District", + "Physical Address Line 1": "600 Blackhawk Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reinbeck", + "Physical Address State": "IA ", + "Physical Address Zip": "50669", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08144796380090498", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3105280", + "School District Name": "CODY-KILGORE PUBLIC SCHS", + "Physical Address Line 1": "360 W 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CODY", + "Physical Address State": "NE ", + "Physical Address Zip": "69211", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17647058823529413", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1912690", + "School District Name": "Glenwood Comm School District", + "Physical Address Line 1": "103 Central St Ste 300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glenwood", + "Physical Address State": "IA ", + "Physical Address Zip": "51534", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07365728900255754", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3307330", + "School District Name": "Coe Brown Academy School District", + "Physical Address Line 1": "907 First NH Tpke.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northwood", + "Physical Address State": "NH ", + "Physical Address Zip": "03261", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1729940", + "School District Name": "R O W V A CUSD 208", + "Physical Address Line 1": "PO Box 69", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oneida", + "Physical Address State": "IL ", + "Physical Address Zip": "61467", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10344827586206896", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1912750", + "School District Name": "Glidden-Ralston Comm School District", + "Physical Address Line 1": "602 Idaho", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glidden", + "Physical Address State": "IA ", + "Physical Address Zip": "51443", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09536784741144415", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900071", + "School District Name": "Coeur d' Alene Tribal School", + "Physical Address Line 1": "30 Moctelme St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Desmet", + "Physical Address State": "ID", + "Physical Address Zip": "83824", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1912810", + "School District Name": "Graettinger-Terril Comm School District", + "Physical Address Line 1": "205 S Lincoln Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Graettinger", + "Physical Address State": "IA ", + "Physical Address Zip": "51342", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11594202898550725", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1915210", + "School District Name": "Greene County Comm School District", + "Physical Address Line 1": "101 Ram Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jefferson", + "Physical Address State": "IA ", + "Physical Address Zip": "50129", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13322759714512292", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1913200", + "School District Name": "Grinnell-Newburg Comm School District", + "Physical Address Line 1": "925 Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grinnell", + "Physical Address State": "IA ", + "Physical Address Zip": "50112", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09893795416433762", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700780", + "School District Name": "Coffee County", + "Physical Address Line 1": "1343 McArthur ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "TN ", + "Physical Address Zip": "37355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16605705925384054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1913230", + "School District Name": "Griswold Comm School District", + "Physical Address Line 1": "20 Madison", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Griswold", + "Physical Address State": "IA ", + "Physical Address Zip": "51535", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13706563706563707", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730420", + "School District Name": "Palatine CCSD 15", + "Physical Address Line 1": "580 N 1st Bank Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palatine", + "Physical Address State": "IL ", + "Physical Address Zip": "60067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09676425269645608", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1913290", + "School District Name": "Grundy Center Comm School District", + "Physical Address Line 1": "1301 12th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grundy Center", + "Physical Address State": "IA ", + "Physical Address Zip": "50638", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0680786686838124", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730450", + "School District Name": "Township HSD 211", + "Physical Address Line 1": "1750 S Roselle Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palatine", + "Physical Address State": "IL ", + "Physical Address Zip": "60067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.07522157996146435", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1913320", + "School District Name": "Guthrie Center Comm School District", + "Physical Address Line 1": "906 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Guthrie Center", + "Physical Address State": "IA ", + "Physical Address Zip": "50115", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09601873536299765", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730480", + "School District Name": "Palestine CUSD 3", + "Physical Address Line 1": "100 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palestine", + "Physical Address State": "IL ", + "Physical Address Zip": "62451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1416184971098266", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1913380", + "School District Name": "H-L-V Comm School District", + "Physical Address Line 1": "402 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Victor", + "Physical Address State": "IA ", + "Physical Address Zip": "52347", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07932011331444759", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801140", + "School District Name": "COFFEEVILLE SCHOOL DIST", + "Physical Address Line 1": "96 Mississippi Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coffeeville", + "Physical Address State": "MS ", + "Physical Address Zip": "38922", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.35098522167487683", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1913440", + "School District Name": "Hamburg Comm School District", + "Physical Address Line 1": "309 S Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamburg", + "Physical Address State": "IA ", + "Physical Address Zip": "51640", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1702127659574468", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730570", + "School District Name": "Palos Heights SD 128", + "Physical Address Line 1": "12809 S McVickers Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palos Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "60463", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07783018867924528", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000359", + "School District Name": "Coffey County Special Education Cooperative", + "Physical Address Line 1": "301 Neosho", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "KS ", + "Physical Address Zip": "66839", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730600", + "School District Name": "Palos CCSD 118", + "Physical Address Line 1": "8800 W 119th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palos Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60464", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09938183547313362", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1913470", + "School District Name": "Hampton-Dumont Comm School District", + "Physical Address Line 1": "601 - 12th Avenue NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "IA ", + "Physical Address Zip": "50441", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15798462852263023", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730630", + "School District Name": "Pana CUSD 8", + "Physical Address Line 1": "PO Box 377", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pana", + "Physical Address State": "IL ", + "Physical Address Zip": "62557", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16424116424116425", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004980", + "School District Name": "Coffeyville", + "Physical Address Line 1": "615 Ellis", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coffeyville", + "Physical Address State": "KS ", + "Physical Address Zip": "67337", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21197489135683245", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730660", + "School District Name": "Panhandle CUSD 2", + "Physical Address Line 1": "509 N Prairie St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raymond", + "Physical Address State": "IL ", + "Physical Address Zip": "62560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1488095238095238", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1913500", + "School District Name": "Harlan Comm School District", + "Physical Address Line 1": "2102 Durant", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harlan", + "Physical Address State": "IA ", + "Physical Address Zip": "51537", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09862068965517241", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730750", + "School District Name": "Paris-Union SD 95", + "Physical Address Line 1": "509 E Newton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paris", + "Physical Address State": "IL ", + "Physical Address Zip": "61944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24632670700086431", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007030", + "School District Name": "Cohagen Elem", + "Physical Address Line 1": "19 3rd St. E.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cohagen", + "Physical Address State": "MT ", + "Physical Address Zip": "59322", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1724137931034483", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730780", + "School District Name": "Paris CUSD 4", + "Physical Address Line 1": "15601 US Highway 150", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paris", + "Physical Address State": "IL ", + "Physical Address Zip": "61944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09310344827586207", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1916140", + "School District Name": "Harris-Lake Park Comm School District", + "Physical Address Line 1": "905 South Market", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Park", + "Physical Address State": "IA ", + "Physical Address Zip": "51347", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09615384615384616", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730810", + "School District Name": "Park Forest SD 163", + "Physical Address Line 1": "242 S Orchard Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Park Forest", + "Physical Address State": "IL ", + "Physical Address Zip": "60466", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2867647058823529", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503780", + "School District Name": "Cohasset", + "Physical Address Line 1": "143 Pond Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cohasset", + "Physical Address State": "MA ", + "Physical Address Zip": "02025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.029775280898876405", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730840", + "School District Name": "Park Ridge CCSD 64", + "Physical Address Line 1": "164 S Prospect Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Park Ridge", + "Physical Address State": "IL ", + "Physical Address Zip": "60068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05001832172957127", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1913660", + "School District Name": "Hartley-Melvin-Sanborn Comm School District", + "Physical Address Line 1": "300 N. 8th Ave. W.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartley", + "Physical Address State": "IA ", + "Physical Address Zip": "51346", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11082138200782268", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730870", + "School District Name": "Patoka CUSD 100", + "Physical Address Line 1": "1220 Kinoka Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Patoka", + "Physical Address State": "IL ", + "Physical Address Zip": "62875", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12452830188679245", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607980", + "School District Name": "COHOES CITY SCHOOL DISTRICT", + "Physical Address Line 1": "21 PAGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COHOES", + "Physical Address State": "NY ", + "Physical Address Zip": "12047", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23308270676691728", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1914010", + "School District Name": "Highland Comm School District", + "Physical Address Line 1": "1715 Vine Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverside", + "Physical Address State": "IA ", + "Physical Address Zip": "52327", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06060606060606061", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730930", + "School District Name": "Pawnee CUSD 11", + "Physical Address Line 1": "810 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pawnee", + "Physical Address State": "IL ", + "Physical Address Zip": "62558", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12216404886561955", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008220", + "School District Name": "COLBERT", + "Physical Address Line 1": "630 Collins St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colbert", + "Physical Address State": "OK ", + "Physical Address Zip": "74733", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2019914651493599", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1730990", + "School District Name": "Payson CUSD 1", + "Physical Address Line 1": "406 W State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Payson", + "Physical Address State": "IL ", + "Physical Address Zip": "62360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1365079365079365", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1914160", + "School District Name": "Hinton Comm School District", + "Physical Address Line 1": "315 W Grand", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hinton", + "Physical Address State": "IA ", + "Physical Address Zip": "51024", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.041237113402061855", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731020", + "School District Name": "Pearl City CUSD 200", + "Physical Address Line 1": "PO Box 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pearl City", + "Physical Address State": "IL ", + "Physical Address Zip": "61062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09887640449438202", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1914280", + "School District Name": "Howard-Winneshiek Comm School District", + "Physical Address Line 1": "1000 Schroder Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cresco", + "Physical Address State": "IA ", + "Physical Address Zip": "52136", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11404046597179644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731050", + "School District Name": "Pecatonica CUSD 321", + "Physical Address Line 1": "PO Box 419", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pecatonica", + "Physical Address State": "IL ", + "Physical Address Zip": "61063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08205128205128205", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005010", + "School District Name": "Colby Public Schools", + "Physical Address Line 1": "600 W Third St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colby", + "Physical Address State": "KS ", + "Physical Address Zip": "67701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09411764705882353", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731080", + "School District Name": "Pekin PSD 108", + "Physical Address Line 1": "501 Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pekin", + "Physical Address State": "IL ", + "Physical Address Zip": "61554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18019296254256525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1914310", + "School District Name": "Hubbard-Radcliffe Comm School District", + "Physical Address Line 1": "200 Chestnut", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hubbard", + "Physical Address State": "IA ", + "Physical Address Zip": "50122", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0829145728643216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731110", + "School District Name": "Pekin CSD 303", + "Physical Address Line 1": "320 Stadium Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pekin", + "Physical Address State": "IL ", + "Physical Address Zip": "61554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13560157790927022", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502730", + "School District Name": "Colby School District", + "Physical Address Line 1": "705 N Second St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colby", + "Physical Address State": "WI ", + "Physical Address Zip": "54421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1485676215856096", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731140", + "School District Name": "Pembroke CCSD 259", + "Physical Address Line 1": "PO Box 546", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hopkins Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.42424242424242425", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1914340", + "School District Name": "Hudson Comm School District", + "Physical Address Line 1": "136 S. Washington", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hudson", + "Physical Address State": "IA ", + "Physical Address Zip": "50643", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0862533692722372", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731200", + "School District Name": "Pennoyer SD 79", + "Physical Address Line 1": "5200 N Cumberland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norridge", + "Physical Address State": "IL ", + "Physical Address Zip": "60706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12295081967213115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1914370", + "School District Name": "Humboldt Comm School District", + "Physical Address Line 1": "23 3rd St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dakota City", + "Physical Address State": "IA ", + "Physical Address Zip": "50529", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10534016093635698", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731230", + "School District Name": "Peoria SD 150", + "Physical Address Line 1": "3202 N Wisconsin Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peoria", + "Physical Address State": "IL ", + "Physical Address Zip": "61603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.29918996603083353", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5003240", + "School District Name": "Colchester School District", + "Physical Address Line 1": "253 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colchester", + "Physical Address State": "VT ", + "Physical Address Zip": "05446", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731270", + "School District Name": "Peoria Heights CUSD 325", + "Physical Address Line 1": "500 E Glen Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peoria Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "61616", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19096045197740114", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1914880", + "School District Name": "IKM-Manning Comm School District", + "Physical Address Line 1": "209 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manning", + "Physical Address State": "IA ", + "Physical Address Zip": "51455", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09947643979057591", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731290", + "School District Name": "Peotone CUSD 207U", + "Physical Address Line 1": "212 W Wilson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peotone", + "Physical Address State": "IL ", + "Physical Address Zip": "60468", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06709451575262544", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099907", + "School District Name": "Colchester Supervisory District", + "Physical Address Line 1": "125 Laker Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colchester", + "Physical Address State": "VT ", + "Physical Address Zip": "05446", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06540084388185655", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731310", + "School District Name": "Perandoe Spec Educ District", + "Physical Address Line 1": "PO Box 169", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Bud", + "Physical Address State": "IL ", + "Physical Address Zip": "62278", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1914580", + "School District Name": "Independence Comm School District", + "Physical Address Line 1": "1207 1st St W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Independence", + "Physical Address State": "IA ", + "Physical Address Zip": "50644", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11200495049504951", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731380", + "School District Name": "Peru ESD 124", + "Physical Address Line 1": "1800 Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peru", + "Physical Address State": "IL ", + "Physical Address Zip": "61354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14818652849740932", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008250", + "School District Name": "COLCORD", + "Physical Address Line 1": "433 South Larmon", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLCORD", + "Physical Address State": "OK ", + "Physical Address Zip": "74338", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2593320235756385", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731410", + "School District Name": "Porta CUSD 202", + "Physical Address Line 1": "PO Box 202", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petersburg", + "Physical Address State": "IL ", + "Physical Address Zip": "62675", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1403678606001936", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1914640", + "School District Name": "Indianola Comm School District", + "Physical Address Line 1": "1301 E 2nd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianola", + "Physical Address State": "IA ", + "Physical Address Zip": "50125", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05805751492132393", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731500", + "School District Name": "Southwestern CUSD 9", + "Physical Address Line 1": "PO Box 728", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brighton", + "Physical Address State": "IL ", + "Physical Address Zip": "62012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12525667351129363", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1914670", + "School District Name": "Interstate 35 Comm School District", + "Physical Address Line 1": "405 E North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Truro", + "Physical Address State": "IA ", + "Physical Address Zip": "50257", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06385281385281386", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608010", + "School District Name": "COLD SPRING HARBOR CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "75 GOOSE HILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLD SPRING HARBOR", + "Physical Address State": "NY ", + "Physical Address Zip": "11724", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02682403433476395", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731620", + "School District Name": "Pinckneyville CHSD 101", + "Physical Address Line 1": "600 E Water St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pinckneyville", + "Physical Address State": "IL ", + "Physical Address Zip": "62274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11556603773584906", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1914700", + "School District Name": "Iowa City Comm School District", + "Physical Address Line 1": "1725 N. Dodge Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Iowa City", + "Physical Address State": "IA ", + "Physical Address Zip": "52245", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11231750705434916", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731710", + "School District Name": "Pikeland CUSD 10", + "Physical Address Line 1": "512 S Madison St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsfield", + "Physical Address State": "IL ", + "Physical Address Zip": "62363", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16107931316434995", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814520", + "School District Name": "COLDSPRING-OAKHURST CISD", + "Physical Address Line 1": "14210 HWY 150 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLDSPRING", + "Physical Address State": "TX ", + "Physical Address Zip": "77331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2440901594282573", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731740", + "School District Name": "Plainfield SD 202", + "Physical Address Line 1": "15732 S Howard St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plainfield", + "Physical Address State": "IL ", + "Physical Address Zip": "60544", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.061872721121678007", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1914730", + "School District Name": "Iowa Falls Comm School District", + "Physical Address Line 1": "710 North Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Iowa Falls", + "Physical Address State": "IA ", + "Physical Address Zip": "50126", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13082039911308205", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731770", + "School District Name": "Plano CUSD 88", + "Physical Address Line 1": "800 S Hale St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plano", + "Physical Address State": "IL ", + "Physical Address Zip": "60545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10620186461289015", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610140", + "School District Name": "Coldwater Community Schools", + "Physical Address Line 1": "401 SAUK RIVER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLDWATER", + "Physical Address State": "MI ", + "Physical Address Zip": "49036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13809007053716765", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731860", + "School District Name": "Pleasant Hill SD 69", + "Physical Address Line 1": "3717 W Malone St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peoria", + "Physical Address State": "IL ", + "Physical Address Zip": "61605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.33739837398373984", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1914850", + "School District Name": "Iowa Valley Comm School District", + "Physical Address Line 1": "359 E Hilton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marengo", + "Physical Address State": "IA ", + "Physical Address Zip": "52301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08517887563884156", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731890", + "School District Name": "Pleasant Hill CUSD 3", + "Physical Address Line 1": "PO Box 277", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pleasant Hill", + "Physical Address State": "IL ", + "Physical Address Zip": "62366", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1974921630094044", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904531", + "School District Name": "Coldwater Exempted Village", + "Physical Address Line 1": "310 N 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coldwater", + "Physical Address State": "OH ", + "Physical Address Zip": "45828", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.03302881236823612", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731920", + "School District Name": "Pleasant Plains CUSD 8", + "Physical Address Line 1": "315 W Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pleasant Plains", + "Physical Address State": "IL ", + "Physical Address Zip": "62677", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04530950861518826", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1915180", + "School District Name": "Janesville Consolidated School District", + "Physical Address Line 1": "505 Barrick Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Janesville", + "Physical Address State": "IA ", + "Physical Address Zip": "50647", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.050239234449760764", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1731950", + "School District Name": "Pleasant Valley SD 62", + "Physical Address Line 1": "3314 W Richwoods Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peoria", + "Physical Address State": "IL ", + "Physical Address Zip": "61604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.38477801268498946", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600079", + "School District Name": "Cole Academy", + "Physical Address Line 1": "1915 WEST MOUNT HOPE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LANSING", + "Physical Address State": "MI ", + "Physical Address Zip": "48910", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732040", + "School District Name": "Pleasantdale SD 107", + "Physical Address Line 1": "7450 Wolf Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burr Ridge", + "Physical Address State": "IL ", + "Physical Address Zip": "60527", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04756637168141593", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1915330", + "School District Name": "Jesup Comm School District", + "Physical Address Line 1": "531 Prospect", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jesup", + "Physical Address State": "IA ", + "Physical Address Zip": "50648", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.108675799086758", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732090", + "School District Name": "Potomac CUSD 10", + "Physical Address Line 1": "7915 US Route 136", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Potomac", + "Physical Address State": "IL ", + "Physical Address Zip": "61865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1319796954314721", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2909900", + "School District Name": "COLE CAMP R-I", + "Physical Address Line 1": "500 SOUTH KEENEY STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLE CAMP", + "Physical Address State": "MO ", + "Physical Address Zip": "65325", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18665158371040724", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732100", + "School District Name": "Polo CUSD 222", + "Physical Address Line 1": "100 S Union Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Polo", + "Physical Address State": "IL ", + "Physical Address Zip": "61064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12581699346405228", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1915450", + "School District Name": "Johnston Comm School District", + "Physical Address Line 1": "6510 NW 62nd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnston", + "Physical Address State": "IA ", + "Physical Address Zip": "50131", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05359557467732022", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732160", + "School District Name": "Pontiac CCSD 429", + "Physical Address Line 1": "600 N Morrow St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pontiac", + "Physical Address State": "IL ", + "Physical Address Zip": "61764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18435754189944134", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926970", + "School District Name": "COLE CO. R-I", + "Physical Address Line 1": "13600 RTE C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RUSSELLVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09973753280839895", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732190", + "School District Name": "Pontiac-W Holliday SD 105", + "Physical Address Line 1": "400 Ashland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairview Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "62208", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14814814814814814", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1915630", + "School District Name": "Keokuk Comm School District", + "Physical Address Line 1": "500 N 20TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keokuk", + "Physical Address State": "IA ", + "Physical Address Zip": "52632", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20939947780678853", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732220", + "School District Name": "Pontiac Twp HSD 90", + "Physical Address Line 1": "1100 E Indiana Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pontiac", + "Physical Address State": "IL ", + "Physical Address Zip": "61764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13715046604527298", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911550", + "School District Name": "COLE CO. R-V", + "Physical Address Line 1": "14803 HWY 17", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EUGENE", + "Physical Address State": "MO ", + "Physical Address Zip": "65032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0737073707370737", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732280", + "School District Name": "Pope Co CUD 1", + "Physical Address Line 1": "125 State Highway 146 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Golconda", + "Physical Address State": "IL ", + "Physical Address Zip": "62938", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2508250825082508", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1915660", + "School District Name": "Keota Comm School District", + "Physical Address Line 1": "505 N Ellis St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keota", + "Physical Address State": "IA ", + "Physical Address Zip": "52248", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732370", + "School District Name": "Posen-Robbins ESD 143-5", + "Physical Address Line 1": "14011 S Harrison Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Posen", + "Physical Address State": "IL ", + "Physical Address Zip": "60469", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2964889466840052", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399907", + "School District Name": "Colebrook SAU Office", + "Physical Address Line 1": "21 Academy St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colebrook", + "Physical Address State": "NH ", + "Physical Address Zip": "03576", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732490", + "School District Name": "Prairie Du Rocher CCSD 134", + "Physical Address Line 1": "714 Middle St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prairie Du Rocher", + "Physical Address State": "IL ", + "Physical Address Zip": "62277", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1915750", + "School District Name": "Kingsley-Pierson Comm School District", + "Physical Address Line 1": "322 Quest Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingsley", + "Physical Address State": "IA ", + "Physical Address Zip": "51028", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1192468619246862", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732520", + "School District Name": "Prairie Grove CSD 46", + "Physical Address Line 1": "3223 IL Route 176", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crystal Lake", + "Physical Address State": "IL ", + "Physical Address Zip": "60014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.039806996381182146", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302400", + "School District Name": "Colebrook School District", + "Physical Address Line 1": "21 Academy St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colebrook", + "Physical Address State": "NH ", + "Physical Address Zip": "03576", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21031746031746032", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732550", + "School District Name": "Prairie Hill CCSD 133", + "Physical Address Line 1": "6605 Prairie Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Beloit", + "Physical Address State": "IL ", + "Physical Address Zip": "61080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.057034220532319393", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1915840", + "School District Name": "Knoxville Comm School District", + "Physical Address Line 1": "309 W Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Knoxville", + "Physical Address State": "IA ", + "Physical Address Zip": "50138", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11437095972153158", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1916110", + "School District Name": "Lake Mills Comm School District", + "Physical Address Line 1": "102 S 4th Ave E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Mills", + "Physical Address State": "IA ", + "Physical Address Zip": "50450", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10747663551401869", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732670", + "School District Name": "Princeton ESD 115", + "Physical Address Line 1": "506 E Dover Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Princeton", + "Physical Address State": "IL ", + "Physical Address Zip": "61356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13920704845814977", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008310", + "School District Name": "COLEMAN", + "Physical Address Line 1": "451 W Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coleman", + "Physical Address State": "OK ", + "Physical Address Zip": "73432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17751479289940827", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732700", + "School District Name": "Princeton HSD 500", + "Physical Address Line 1": "103 S Euclid Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Princeton", + "Physical Address State": "IL ", + "Physical Address Zip": "61356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11437908496732026", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1916320", + "School District Name": "Lamoni Comm School District", + "Physical Address Line 1": "202 N Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lamoni", + "Physical Address State": "IA ", + "Physical Address Zip": "50140", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2762557077625571", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732770", + "School District Name": "Princeville CUSD 326", + "Physical Address Line 1": "909 N Town Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Princeville", + "Physical Address State": "IL ", + "Physical Address Zip": "61559", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07869742198100407", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610200", + "School District Name": "Coleman Community Schools", + "Physical Address Line 1": "991 EAST RAILWAY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLEMAN", + "Physical Address State": "MI ", + "Physical Address Zip": "48618", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20270270270270271", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732830", + "School District Name": "Prophetstown-Lyndon-Tampico CUSD3", + "Physical Address Line 1": "79 Grove St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prophetstown", + "Physical Address State": "IL ", + "Physical Address Zip": "61277", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12649945474372956", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1916420", + "School District Name": "Laurens-Marathon Comm School District", + "Physical Address Line 1": "300 W. Garfield St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laurens", + "Physical Address State": "IA ", + "Physical Address Zip": "50554", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16285714285714287", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732850", + "School District Name": "Prospect Heights SD 23", + "Physical Address Line 1": "700 N Schoenbeck Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prospect Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "60070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0748847926267281", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814550", + "School District Name": "COLEMAN ISD", + "Physical Address Line 1": "2302 S COMMERCIAL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLEMAN", + "Physical Address State": "TX ", + "Physical Address Zip": "76834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2676056338028169", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732910", + "School District Name": "Proviso Twp HSD 209", + "Physical Address Line 1": "8601 Roosevelt Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forest Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16327858188323305", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1916440", + "School District Name": "Lawton-Bronson Comm School District", + "Physical Address Line 1": "100 Tara Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawton", + "Physical Address State": "IA ", + "Physical Address Zip": "51030", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06481481481481481", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732960", + "School District Name": "Putnam County CUSD 535", + "Physical Address Line 1": "400 E Silverspoon Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Granville", + "Physical Address State": "IL ", + "Physical Address Zip": "61326", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11457036114570361", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502760", + "School District Name": "Coleman School District", + "Physical Address Line 1": "347 Business 141 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coleman", + "Physical Address State": "WI ", + "Physical Address Zip": "54112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11913814955640051", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1732970", + "School District Name": "Queen Bee SD 16", + "Physical Address Line 1": "1560 Bloomingdale Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendale Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "60139", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1251964379256155", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1916530", + "School District Name": "Le Mars Comm School District", + "Physical Address Line 1": "940 Lincoln Street SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Le Mars", + "Physical Address State": "IA ", + "Physical Address Zip": "51031", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08613678373382624", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733000", + "School District Name": "Quincy SD 172", + "Physical Address Line 1": "1416 Maine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quincy", + "Physical Address State": "IL ", + "Physical Address Zip": "62301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15468354430379747", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1916620", + "School District Name": "Lenox Comm School District", + "Physical Address Line 1": "600 S Locust St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lenox", + "Physical Address State": "IA ", + "Physical Address Zip": "50851", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15764705882352942", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733030", + "School District Name": "Raccoon Cons SD 1", + "Physical Address Line 1": "3601 State Route 161", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centralia", + "Physical Address State": "IL ", + "Physical Address Zip": "62801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11504424778761062", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502790", + "School District Name": "Colfax School District", + "Physical Address Line 1": "601 University Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colfax", + "Physical Address State": "WI ", + "Physical Address Zip": "54730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10596026490066225", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733090", + "School District Name": "Ramsey CUSD 204", + "Physical Address Line 1": "702 W 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ramsey", + "Physical Address State": "IL ", + "Physical Address Zip": "62080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1941747572815534", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1916680", + "School District Name": "Lewis Central Comm School District", + "Physical Address Line 1": "4121 Harry Langdon Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Council Bluffs", + "Physical Address State": "IA ", + "Physical Address Zip": "51503", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08772504091653027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733120", + "School District Name": "Rankin CSD 98", + "Physical Address Line 1": "13716 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pekin", + "Physical Address State": "IL ", + "Physical Address Zip": "61554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08808290155440414", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301440", + "School District Name": "Colfax School District", + "Physical Address Line 1": "1207 N MORTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLFAX", + "Physical Address State": "WA ", + "Physical Address Zip": "99111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08443708609271523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733210", + "School District Name": "Rantoul City SD 137", + "Physical Address Line 1": "400 E Wabash Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rantoul", + "Physical Address State": "IL ", + "Physical Address Zip": "61866", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.24361628709454797", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1917220", + "School District Name": "Linn-Mar Comm School District", + "Physical Address Line 1": "2999 N 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "IA ", + "Physical Address Zip": "52302", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.047959307254450766", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733240", + "School District Name": "Rantoul Township HSD 193", + "Physical Address Line 1": "200 S Sheldon St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rantoul", + "Physical Address State": "IL ", + "Physical Address Zip": "61866", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.17827298050139276", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610230", + "School District Name": "Colfax Township S/D #1F", + "Physical Address Line 1": "1509 NORTH VAN DYKE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAD AXE", + "Physical Address State": "MI ", + "Physical Address Zip": "48413", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21052631578947367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733270", + "School District Name": "Reavis Twp HSD 220", + "Physical Address Line 1": "6034 W 77th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burbank", + "Physical Address State": "IL ", + "Physical Address Zip": "60459", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16682646212847554", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1917250", + "School District Name": "Lisbon Comm School District", + "Physical Address Line 1": "235 W School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lisbon", + "Physical Address State": "IA ", + "Physical Address Zip": "52253", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05454545454545454", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733300", + "School District Name": "Red Bud CUSD 132", + "Physical Address Line 1": "815 Locust St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Bud", + "Physical Address State": "IL ", + "Physical Address Zip": "62278", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1140819964349376", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1917460", + "School District Name": "Logan-Magnolia Comm School District", + "Physical Address Line 1": "1200 N 2nd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Logan", + "Physical Address State": "IA ", + "Physical Address Zip": "51546", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11013986013986014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733380", + "School District Name": "Reed Custer CUSD 255U", + "Physical Address Line 1": "255 Comet Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Braidwood", + "Physical Address State": "IL ", + "Physical Address Zip": "60408", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10624169986719788", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500567", + "School District Name": "Collaborative for Educational Services", + "Physical Address Line 1": "97 Hawley Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northampton", + "Physical Address State": "MA ", + "Physical Address Zip": "01060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733390", + "School District Name": "Rhodes SD 84-5", + "Physical Address Line 1": "8931 Fullerton Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "River Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "60171", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2045060658578856", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1917550", + "School District Name": "Lone Tree Comm School District", + "Physical Address Line 1": "303 S Devoe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lone Tree", + "Physical Address State": "IA ", + "Physical Address Zip": "52755", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10653753026634383", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733420", + "School District Name": "Rich Twp HSD 227", + "Physical Address Line 1": "20550 S Cicero Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Matteson", + "Physical Address State": "IL ", + "Physical Address Zip": "60443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20820034372698257", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500585", + "School District Name": "Collaborative for Regional Educational Service and Training", + "Physical Address Line 1": "1 Branch Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Methuen", + "Physical Address State": "MA ", + "Physical Address Zip": "01844", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733450", + "School District Name": "Richland GSD 88A", + "Physical Address Line 1": "1919 Caton Farm Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crest Hill", + "Physical Address State": "IL ", + "Physical Address Zip": "60403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11945031712473574", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1917820", + "School District Name": "Louisa-Muscatine Comm School District", + "Physical Address Line 1": "14478 170th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Letts", + "Physical Address State": "IA ", + "Physical Address Zip": "52754", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733510", + "School District Name": "Richmond-Burton CHSD 157", + "Physical Address Line 1": "4213 US Highway 12", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "IL ", + "Physical Address Zip": "60071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04431314623338257", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733690", + "School District Name": "Ridgeland SD 122", + "Physical Address Line 1": "6500 W 95th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Lawn", + "Physical Address State": "IL ", + "Physical Address Zip": "60453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.24406383806928766", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1917880", + "School District Name": "LuVerne Comm School District", + "Physical Address Line 1": "405 Hanna Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LuVerne", + "Physical Address State": "IA ", + "Physical Address Zip": "50560", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10880829015544041", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733720", + "School District Name": "Ridgewood CHSD 234", + "Physical Address Line 1": "7500 W Montrose Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norridge", + "Physical Address State": "IL ", + "Physical Address Zip": "60706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09946236559139784", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400779", + "School District Name": "College Achieve Central Charter School", + "Physical Address Line 1": "365 Emerson Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plainfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07062", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733750", + "School District Name": "Riley CCSD 18", + "Physical Address Line 1": "9406 Riley Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marengo", + "Physical Address State": "IL ", + "Physical Address Zip": "60152", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05808080808080808", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918030", + "School District Name": "Lynnville-Sully Comm School District", + "Physical Address Line 1": "12476 Hwy F62 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sully", + "Physical Address State": "IA ", + "Physical Address Zip": "50251", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.03508771929824561", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733810", + "School District Name": "River Forest SD 90", + "Physical Address Line 1": "7776 Lake St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "River Forest", + "Physical Address State": "IL ", + "Physical Address Zip": "60305", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.037271004421983576", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400791", + "School District Name": "College Achieve Greater Asbury Park Charter School", + "Physical Address Line 1": "3455 W. Bangs Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Neptune", + "Physical Address State": "NJ ", + "Physical Address Zip": "07753", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733840", + "School District Name": "River Grove SD 85-5", + "Physical Address Line 1": "2650 Thatcher Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "River Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "60171", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15852047556142668", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918120", + "School District Name": "MFL MarMac Comm School District", + "Physical Address Line 1": "700 S Page St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monona", + "Physical Address State": "IA ", + "Physical Address Zip": "52159", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10037641154328733", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733870", + "School District Name": "River Trails SD 26", + "Physical Address Line 1": "1900 E Kensington Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt Prospect", + "Physical Address State": "IL ", + "Physical Address Zip": "60056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.072265625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400793", + "School District Name": "College Achieve Paterson Charter School", + "Physical Address Line 1": "21 Market Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paterson", + "Physical Address State": "NJ ", + "Physical Address Zip": "07501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733930", + "School District Name": "Riverdale CUSD 100", + "Physical Address Line 1": "9624 256th St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Port Byron", + "Physical Address State": "IL ", + "Physical Address Zip": "61275", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07277397260273973", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918840", + "School District Name": "MOC-Floyd Valley Comm School District", + "Physical Address Line 1": "709 8th St. S.E.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orange City", + "Physical Address State": "IA ", + "Physical Address Zip": "51041", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.03744383424862706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733950", + "School District Name": "River Bend CUSD 2", + "Physical Address Line 1": "1110 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fulton", + "Physical Address State": "IL ", + "Physical Address Zip": "61252", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09345794392523364", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1733990", + "School District Name": "Riverside SD 96", + "Physical Address Line 1": "3340 Harlem Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverside", + "Physical Address State": "IL ", + "Physical Address Zip": "60546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06796116504854369", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918180", + "School District Name": "Madrid Comm School District", + "Physical Address Line 1": "201 N. Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madrid", + "Physical Address State": "IA ", + "Physical Address Zip": "50156", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09036144578313253", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734020", + "School District Name": "Riverside-Brookfield Twp SD 208", + "Physical Address Line 1": "160 Ridgewood Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverside", + "Physical Address State": "IL ", + "Physical Address Zip": "60546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05217391304347826", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734100", + "School District Name": "Riverton CUSD 14", + "Physical Address Line 1": "PO Box 1010", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverton", + "Physical Address State": "IL ", + "Physical Address Zip": "62561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.20376831821353802", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918330", + "School District Name": "Manson Northwest Webster Comm School District", + "Physical Address Line 1": "1030 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manson", + "Physical Address State": "IA ", + "Physical Address Zip": "50563", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09055627425614489", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734110", + "School District Name": "Riverview CCSD 2", + "Physical Address Line 1": "1421 Spring Bay Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Peoria", + "Physical Address State": "IL ", + "Physical Address Zip": "61611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1991701244813278", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000791", + "School District Name": "COLLEGE BOUND(CHARTER)", + "Physical Address Line 1": "2525 S 101st East Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulsa", + "Physical Address State": "OK ", + "Physical Address Zip": "74129", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734140", + "School District Name": "Roanoke Benson CUSD 60", + "Physical Address Line 1": "PO Box 320", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roanoke", + "Physical Address State": "IL ", + "Physical Address Zip": "61561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05913978494623656", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918480", + "School District Name": "Maple Valley-Anthon Oto Comm School District", + "Physical Address Line 1": "501 S 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mapleton", + "Physical Address State": "IA ", + "Physical Address Zip": "51034", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15269461077844312", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734170", + "School District Name": "Robein SD 85", + "Physical Address Line 1": "200 Campus Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Peoria", + "Physical Address State": "IL ", + "Physical Address Zip": "61611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13917525773195877", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734230", + "School District Name": "Robinson CUSD 2", + "Physical Address Line 1": "PO Box 190", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Robinson", + "Physical Address State": "IL ", + "Physical Address Zip": "62454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15423836838750796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918510", + "School District Name": "Maquoketa Comm School District", + "Physical Address Line 1": "612 S Vermont", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maquoketa", + "Physical Address State": "IA ", + "Physical Address Zip": "52060", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18536585365853658", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734260", + "School District Name": "Rochelle CCSD 231", + "Physical Address Line 1": "1401 Flagg Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rochelle", + "Physical Address State": "IL ", + "Physical Address Zip": "61068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14470284237726097", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918540", + "School District Name": "Maquoketa Valley Comm School District", + "Physical Address Line 1": "107 South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delhi", + "Physical Address State": "IA ", + "Physical Address Zip": "52223", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08685162846803378", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734290", + "School District Name": "Rochelle Twp HSD 212", + "Physical Address Line 1": "1401 Flagg Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rochelle", + "Physical Address State": "IL ", + "Physical Address Zip": "61068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11469933184855234", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3906496", + "School District Name": "College Corner Local", + "Physical Address Line 1": "230 Ramsey St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "College Corner", + "Physical Address State": "OH ", + "Physical Address Zip": "45003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17482517482517482", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734320", + "School District Name": "Rochester CUSD 3A", + "Physical Address Line 1": "4 Rocket Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rochester", + "Physical Address State": "IL ", + "Physical Address Zip": "62563", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.04372093023255814", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918630", + "School District Name": "Marcus-Meriden-Cleghorn Comm School District", + "Physical Address Line 1": "400 East Fenton", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marcus", + "Physical Address State": "IA ", + "Physical Address Zip": "51035", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07088122605363985", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734350", + "School District Name": "Rock Falls ESD 13", + "Physical Address Line 1": "602 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rock Falls", + "Physical Address State": "IL ", + "Physical Address Zip": "61071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.38064516129032255", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918690", + "School District Name": "Marion Independent School District", + "Physical Address Line 1": "777 S 15th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "IA ", + "Physical Address Zip": "52302", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10132808657156911", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734380", + "School District Name": "Rock Falls Twp HSD 301", + "Physical Address Line 1": "101 12th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rock Falls", + "Physical Address State": "IL ", + "Physical Address Zip": "61071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23157894736842105", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301470", + "School District Name": "College Place School District", + "Physical Address Line 1": "1755 S College Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLLEGE PLACE", + "Physical Address State": "WA ", + "Physical Address Zip": "99324", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.11596958174904944", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734410", + "School District Name": "Rock Island SD 41", + "Physical Address Line 1": "2101 6th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rock Island", + "Physical Address State": "IL ", + "Physical Address Zip": "61201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.27212068465332173", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918720", + "School District Name": "Marshalltown Comm School District", + "Physical Address Line 1": "1002 South 3rd Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marshalltown", + "Physical Address State": "IA ", + "Physical Address Zip": "50158", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1335516112355678", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734440", + "School District Name": "Rockridge CUSD 300", + "Physical Address Line 1": "14110 134th Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Taylor Ridge", + "Physical Address State": "IL ", + "Physical Address Zip": "61284", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05877680698967434", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700325", + "School District Name": "COLLEGE PREPARATORY ELEMENTARY", + "Physical Address Line 1": "355 RANDOLPH AVENUE", + "Physical Address Line 2": "SUITE 300", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734470", + "School District Name": "Rockdale SD 84", + "Physical Address Line 1": "715 Meadow Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockdale", + "Physical Address State": "IL ", + "Physical Address Zip": "60436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23826714801444043", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918750", + "School District Name": "Martensdale-St Marys Comm School District", + "Physical Address Line 1": "390 Burlington", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Martensdale", + "Physical Address State": "IA ", + "Physical Address Zip": "50160", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06072106261859583", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734510", + "School District Name": "Rockford SD 205", + "Physical Address Line 1": "501 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockford", + "Physical Address State": "IL ", + "Physical Address Zip": "61104", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.2440867695421199", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1734540", + "School District Name": "Rockton SD 140", + "Physical Address Line 1": "1050 E Union St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockton", + "Physical Address State": "IL ", + "Physical Address Zip": "61072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.0609167671893848", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918780", + "School District Name": "Mason City Comm School District", + "Physical Address Line 1": "1515 S. Pennsylvania Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mason City", + "Physical Address State": "IA ", + "Physical Address Zip": "50401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14850798056904926", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734590", + "School District Name": "Rome CCSD 2", + "Physical Address Line 1": "233 W South St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dix", + "Physical Address State": "IL ", + "Physical Address Zip": "62830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14329268292682926", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4807350", + "School District Name": "COLLEGE STATION ISD", + "Physical Address Line 1": "1812 WELSH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLLEGE STATION", + "Physical Address State": "TX ", + "Physical Address Zip": "77840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.15464395387913552", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734620", + "School District Name": "Rondout SD 72", + "Physical Address Line 1": "28593 N Bradley Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Forest", + "Physical Address State": "IL ", + "Physical Address Zip": "60045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08653846153846154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918930", + "School District Name": "Mediapolis Comm School District", + "Physical Address Line 1": "725 N. Northfield", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mediapolis", + "Physical Address State": "IA ", + "Physical Address Zip": "52637", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0629514963880289", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734650", + "School District Name": "Rooks Creek CCSD 425", + "Physical Address Line 1": "PO Box 117", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Graymont", + "Physical Address State": "IL ", + "Physical Address Zip": "61743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05172413793103448", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601145", + "School District Name": "COLLEGIATE ACADEMY-MATH-PERSONAL AWA", + "Physical Address Line 1": "1962-84 LINDEN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734710", + "School District Name": "Roselle SD 12", + "Physical Address Line 1": "100 E Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roselle", + "Physical Address State": "IL ", + "Physical Address Zip": "60172", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05616605616605617", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1918960", + "School District Name": "Melcher-Dallas Comm School District", + "Physical Address Line 1": "214 S Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Melcher-Dallas", + "Physical Address State": "IA ", + "Physical Address Zip": "50163", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10982658959537572", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734740", + "School District Name": "Schaumburg CCSD 54", + "Physical Address Line 1": "524 E Schaumburg Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Schaumburg", + "Physical Address State": "IL ", + "Physical Address Zip": "60194", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09654485049833887", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200288", + "School District Name": "Collegiate Baton Rouge", + "Physical Address Line 1": "1900 N Lobdell Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70805", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734770", + "School District Name": "Rosemont ESD 78", + "Physical Address Line 1": "6101 Ruby St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rosemont", + "Physical Address State": "IL ", + "Physical Address Zip": "60018", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13270142180094788", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1919140", + "School District Name": "Mid-Prairie Comm School District", + "Physical Address Line 1": "1635 Highway 22 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wellman", + "Physical Address State": "IA ", + "Physical Address Zip": "52356", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1390593047034765", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734870", + "School District Name": "Rossville-Alvin CUSD 7", + "Physical Address Line 1": "350 N Chicago St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rossville", + "Physical Address State": "IL ", + "Physical Address Zip": "60963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17091836734693877", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1734990", + "School District Name": "Round Lake CUSD 116", + "Physical Address Line 1": "884 W Nippersink Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Round Lake", + "Physical Address State": "IL ", + "Physical Address Zip": "60073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18333588604686782", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1919200", + "School District Name": "Midland Comm School District", + "Physical Address Line 1": "106 W. Webster Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wyoming", + "Physical Address State": "IA ", + "Physical Address Zip": "52362", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16605166051660517", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735010", + "School District Name": "Roxana CUSD 1", + "Physical Address Line 1": "401 Chaffer Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roxana", + "Physical Address State": "IL ", + "Physical Address Zip": "62084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1678832116788321", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500545", + "School District Name": "Collegiate Charter School of Lowell (District)", + "Physical Address Line 1": "1857 Middlesex Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lowell", + "Physical Address State": "MA ", + "Physical Address Zip": "01851", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735100", + "School District Name": "Rutland CCSD 230", + "Physical Address Line 1": "RR 71 E 3231", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ottawa", + "Physical Address State": "IL ", + "Physical Address Zip": "61350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1919440", + "School District Name": "Missouri Valley Comm School District", + "Physical Address Line 1": "109 East Michigan Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Missouri Valley", + "Physical Address State": "IA ", + "Physical Address Zip": "51555", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1089588377723971", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735160", + "School District Name": "Salem SD 111", + "Physical Address Line 1": "1300 Bobcat Cir", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "IL ", + "Physical Address Zip": "62881", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22401614530776992", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000793", + "School District Name": "COLLEGIATE HALL(CHARTER)", + "Physical Address Line 1": "1110 E 45th Pl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulsa", + "Physical Address State": "OK ", + "Physical Address Zip": "74105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735190", + "School District Name": "Salem CHSD 600", + "Physical Address Line 1": "1200 N Broadway Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "IL ", + "Physical Address Zip": "62881", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10329670329670329", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1919590", + "School District Name": "Montezuma Comm School District", + "Physical Address Line 1": "504 N 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montezuma", + "Physical Address State": "IA ", + "Physical Address Zip": "50171", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13255360623781676", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735220", + "School District Name": "Salt Creek SD 48", + "Physical Address Line 1": "1110 S Villa Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Villa Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60181", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13114754098360656", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200050", + "School District Name": "Collegium CS", + "Physical Address Line 1": "535 James Hance Court", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exton", + "Physical Address State": "PA ", + "Physical Address Zip": "19341", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735310", + "School District Name": "Sandoval CUSD 501", + "Physical Address Line 1": "859 W Missouri Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sandoval", + "Physical Address State": "IL ", + "Physical Address Zip": "62882", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2752688172043011", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1919650", + "School District Name": "Monticello Comm School District", + "Physical Address Line 1": "850 East Oak Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monticello", + "Physical Address State": "IA ", + "Physical Address Zip": "52310", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08271375464684015", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735340", + "School District Name": "Sandridge SD 172", + "Physical Address Line 1": "2950 Glenwood Dyer Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lynwood", + "Physical Address State": "IL ", + "Physical Address Zip": "60411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.28991596638655465", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501830", + "School District Name": "Colleton 01", + "Physical Address Line 1": "500 Forest Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walterboro", + "Physical Address State": "SC ", + "Physical Address Zip": "29488", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.29747033104309806", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735370", + "School District Name": "Sandwich CUSD 430", + "Physical Address Line 1": "720 S Wells St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sandwich", + "Physical Address State": "IL ", + "Physical Address Zip": "60548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09748427672955975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1919710", + "School District Name": "Moravia Comm School District", + "Physical Address Line 1": "505 N Trussell St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moravia", + "Physical Address State": "IA ", + "Physical Address Zip": "52571", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15633423180592992", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735400", + "School District Name": "Saratoga CCSD 60C", + "Physical Address Line 1": "4040 N Division St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morris", + "Physical Address State": "IL ", + "Physical Address Zip": "60450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14359637774902975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1919740", + "School District Name": "Mormon Trail Comm School District", + "Physical Address Line 1": "403 S Front St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Humeston", + "Physical Address State": "IA ", + "Physical Address Zip": "50123", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21933085501858737", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700149", + "School District Name": "Collierville", + "Physical Address Line 1": "145 W. Poplar AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Collierville", + "Physical Address State": "TN ", + "Physical Address Zip": "38017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04639647900238401", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735610", + "School District Name": "Scales Mound CUSD 211", + "Physical Address Line 1": "210 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scales Mound", + "Physical Address State": "IL ", + "Physical Address Zip": "61075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09885931558935361", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1919770", + "School District Name": "Morning Sun Comm School District", + "Physical Address Line 1": "311 Division Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morning Sun", + "Physical Address State": "IA ", + "Physical Address Zip": "52640", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735640", + "School District Name": "Schiller Park SD 81", + "Physical Address Line 1": "9760 Soreng Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Schiller Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60176", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18854415274463007", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403420", + "School District Name": "Collingswood Public School District", + "Physical Address Line 1": "200 Lees Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Collingswood", + "Physical Address State": "NJ ", + "Physical Address Zip": "08108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09665427509293681", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735770", + "School District Name": "Selmaville CCSD 10", + "Physical Address Line 1": "3185 Selmaville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "IL ", + "Physical Address Zip": "62881", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1285140562248996", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1919800", + "School District Name": "Moulton-Udell Comm School District", + "Physical Address Line 1": "305 E 8th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moulton", + "Physical Address State": "IA ", + "Physical Address Zip": "52572", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16153846153846155", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735820", + "School District Name": "Seneca CCSD 170", + "Physical Address Line 1": "174 Oak St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seneca", + "Physical Address State": "IL ", + "Physical Address Zip": "61360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1540130151843818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1919860", + "School District Name": "Mount Ayr Comm School District", + "Physical Address Line 1": "1001 E Columbus St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Ayr", + "Physical Address State": "IA ", + "Physical Address Zip": "50854", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1557632398753894", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735850", + "School District Name": "Seneca Twp HSD 160", + "Physical Address Line 1": "PO Box 20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seneca", + "Physical Address State": "IL ", + "Physical Address Zip": "61360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11790393013100436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008370", + "School District Name": "COLLINSVILLE", + "Physical Address Line 1": "1902 West Maple", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Collinsville", + "Physical Address State": "OK ", + "Physical Address Zip": "74021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09041706462909901", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1735940", + "School District Name": "Sesser-Valier CUSD 196", + "Physical Address Line 1": "4626 State Highway 154", + "Physical Address Line 2": "Sesser-Valier CUSD #196", + "Physical Address Line 3": "", + "Physical Address City": "Sesser", + "Physical Address State": "IL ", + "Physical Address Zip": "62884", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1669218989280245", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1919890", + "School District Name": "Mount Pleasant Comm School District", + "Physical Address Line 1": "1010 E. Washington St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Pleasant", + "Physical Address State": "IA ", + "Physical Address Zip": "52641", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14912280701754385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1920040", + "School District Name": "Mount Vernon Comm School District", + "Physical Address Line 1": "525 Palisades Rd SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Vernon", + "Physical Address State": "IA ", + "Physical Address Zip": "52314", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0416289592760181", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736090", + "School District Name": "Shelbyville CUSD 4", + "Physical Address Line 1": "720 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelbyville", + "Physical Address State": "IL ", + "Physical Address Zip": "62565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1433389544688027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814580", + "School District Name": "COLLINSVILLE ISD", + "Physical Address Line 1": "503 REEVES", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLLINSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76233", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13657056145675264", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736180", + "School District Name": "Sherrard CUSD 200", + "Physical Address Line 1": "PO Box 369", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sherrard", + "Physical Address State": "IL ", + "Physical Address Zip": "61281", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10747330960854093", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1920100", + "School District Name": "Murray Comm School District", + "Physical Address Line 1": "216 Sherman", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Murray", + "Physical Address State": "IA ", + "Physical Address Zip": "50174", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18719211822660098", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736210", + "School District Name": "Shiloh Village SD 85", + "Physical Address Line 1": "125 Diamond Ct", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shiloh", + "Physical Address State": "IL ", + "Physical Address Zip": "62269", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0757825370675453", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4614100", + "School District Name": "Colman-Egan School District 50-5", + "Physical Address Line 1": "200 S Loban Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colman", + "Physical Address State": "SD ", + "Physical Address Zip": "57017", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10416666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736240", + "School District Name": "Shirland CCSD 134", + "Physical Address Line 1": "PO Box 99", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shirland", + "Physical Address State": "IL ", + "Physical Address Zip": "61079", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11304347826086956", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1920130", + "School District Name": "Muscatine Comm School District", + "Physical Address Line 1": "2900 Mulberry Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muscatine", + "Physical Address State": "IA ", + "Physical Address Zip": "52761", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13248111563044743", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814600", + "School District Name": "COLMESNEIL ISD", + "Physical Address Line 1": "610 W ELDER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLMESNEIL", + "Physical Address State": "TX ", + "Physical Address Zip": "75938", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2100238663484487", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736330", + "School District Name": "Signal Hill SD 181", + "Physical Address Line 1": "40 Signal Hill Pl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belleville", + "Physical Address State": "IL ", + "Physical Address Zip": "62223", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22647058823529412", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1920190", + "School District Name": "Nashua-Plainfield Comm School District", + "Physical Address Line 1": "612 Greeley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nashua", + "Physical Address State": "IA ", + "Physical Address Zip": "50658", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10136157337367625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736360", + "School District Name": "Silvis SD 34", + "Physical Address Line 1": "4280 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Moline", + "Physical Address State": "IL ", + "Physical Address Zip": "61244", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.25522388059701495", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1920250", + "School District Name": "Nevada Comm School District", + "Physical Address Line 1": "1035 15th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nevada", + "Physical Address State": "IA ", + "Physical Address Zip": "50201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07345013477088949", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736450", + "School District Name": "Skokie SD 68", + "Physical Address Line 1": "9440 Kenton Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Skokie", + "Physical Address State": "IL ", + "Physical Address Zip": "60076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1743406347787215", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700319", + "School District Name": "COLOGNE ACADEMY", + "Physical Address Line 1": "1221 S VILLAGE PARKWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLOGNE", + "Physical Address State": "MN ", + "Physical Address Zip": "55322", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736480", + "School District Name": "Skokie SD 69", + "Physical Address Line 1": "5050 Madison St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Skokie", + "Physical Address State": "IL ", + "Physical Address Zip": "60077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1920340", + "School District Name": "New Hampton Comm School District", + "Physical Address Line 1": "710 W Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Hampton", + "Physical Address State": "IA ", + "Physical Address Zip": "50659", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06516290726817042", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736510", + "School District Name": "Smithton CCSD 130", + "Physical Address Line 1": "PO Box 395", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smithton", + "Physical Address State": "IL ", + "Physical Address Zip": "62285", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.04213938411669368", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610380", + "School District Name": "Coloma Community Schools", + "Physical Address Line 1": "302 St Joseph Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLOMA", + "Physical Address State": "MI ", + "Physical Address Zip": "49038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1916842847075405", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736570", + "School District Name": "Somonauk CUSD 432", + "Physical Address Line 1": "501 W Market St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somonauk", + "Physical Address State": "IL ", + "Physical Address Zip": "60552", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09598214285714286", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1920460", + "School District Name": "New London Comm School District", + "Physical Address Line 1": "106 West Wilson Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New London", + "Physical Address State": "IA ", + "Physical Address Zip": "52645", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09523809523809523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4614130", + "School District Name": "Colome Consolidated 59-3", + "Physical Address Line 1": "105 Carr St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colome", + "Physical Address State": "SD ", + "Physical Address Zip": "57528", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.29130434782608694", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736610", + "School District Name": "Southeastern CUSD 337", + "Physical Address Line 1": "PO Box 215", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Augusta", + "Physical Address State": "IL ", + "Physical Address Zip": "62311", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2738336713995943", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1920580", + "School District Name": "Newell-Fonda Comm School District", + "Physical Address Line 1": "205 Clark St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newell", + "Physical Address State": "IA ", + "Physical Address Zip": "50568", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11673151750972763", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736640", + "School District Name": "South Fork SD 14", + "Physical Address Line 1": "PO Box 20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kincaid", + "Physical Address State": "IL ", + "Physical Address Zip": "62540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2331288343558282", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610410", + "School District Name": "Colon Community School District", + "Physical Address Line 1": "400 DALLAS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLON", + "Physical Address State": "MI ", + "Physical Address Zip": "49040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1927236971484759", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736720", + "School District Name": "South Holland SD 150", + "Physical Address Line 1": "848 E 170th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Holland", + "Physical Address State": "IL ", + "Physical Address Zip": "60473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21197718631178708", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1920610", + "School District Name": "Newton Comm School District", + "Physical Address Line 1": "1302 1st Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newton", + "Physical Address State": "IA ", + "Physical Address Zip": "50208", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12626417407293902", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736750", + "School District Name": "South Holland SD 151", + "Physical Address Line 1": "525 E 162nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Holland", + "Physical Address State": "IL ", + "Physical Address Zip": "60473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2925764192139738", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1913110", + "School District Name": "Nodaway Valley Comm School District", + "Physical Address Line 1": "410 NW 2nd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenfield", + "Physical Address State": "IA ", + "Physical Address Zip": "50849", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1340941512125535", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736780", + "School District Name": "South Pekin SD 137", + "Physical Address Line 1": "PO Box 430", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Pekin", + "Physical Address State": "IL ", + "Physical Address Zip": "61564", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16756756756756758", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904651", + "School District Name": "Colonel Crawford Local", + "Physical Address Line 1": "2303 State Route 602", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Robinson", + "Physical Address State": "OH ", + "Physical Address Zip": "44827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09651162790697675", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903450", + "School District Name": "North Butler Comm School District", + "Physical Address Line 1": "513 Birch", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allison", + "Physical Address State": "IA ", + "Physical Address Zip": "50602", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08762886597938144", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736840", + "School District Name": "South Wilmington CCSD 74", + "Physical Address Line 1": "PO Box 459", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Wilmington", + "Physical Address State": "IL ", + "Physical Address Zip": "60474", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05128205128205128", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100930", + "School District Name": "COLONIAL BEACH PBLC SCHS", + "Physical Address Line 1": "16 N. Irving Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colonial Beach", + "Physical Address State": "VA ", + "Physical Address Zip": "22443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2200392927308448", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736900", + "School District Name": "Sparta CUSD 140", + "Physical Address Line 1": "203B Dean Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sparta", + "Physical Address State": "IL ", + "Physical Address Zip": "62286", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23816912335143522", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1917100", + "School District Name": "North Cedar Comm School District", + "Physical Address Line 1": "102 E North Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanwood", + "Physical Address State": "IA ", + "Physical Address Zip": "52337", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09919261822376009", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736920", + "School District Name": "Spec Educ Assoc of Adams County", + "Physical Address Line 1": "1416 Maine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quincy", + "Physical Address State": "IL ", + "Physical Address Zip": "62301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100960", + "School District Name": "COLONIAL HEIGHTS CITY PBLC SCHS", + "Physical Address Line 1": "512 Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colonial Heights", + "Physical Address State": "VA ", + "Physical Address Zip": "23834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16155548529876698", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1736960", + "School District Name": "Spoon River Valley CUSD 4", + "Physical Address Line 1": "35265 North IL Hwy 97", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "London Mills", + "Physical Address State": "IL ", + "Physical Address Zip": "61544", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13074204946996468", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1900006", + "School District Name": "North Fayette Valley Comm School District", + "Physical Address Line 1": "600 N. Pine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Union", + "Physical Address State": "IA ", + "Physical Address Zip": "52175", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12183908045977011", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737020", + "School District Name": "Spring Lake CCSD 606", + "Physical Address Line 1": "13650 N Manito Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manito", + "Physical Address State": "IL ", + "Physical Address Zip": "61546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1282051282051282", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289300", + "School District Name": "Colonial IU 20", + "Physical Address Line 1": "6 Danforth Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Easton", + "Physical Address State": "PA ", + "Physical Address Zip": "18045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737050", + "School District Name": "Spring Valley CCSD 99", + "Physical Address Line 1": "999 N Strong Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spring Valley", + "Physical Address State": "IL ", + "Physical Address Zip": "61362", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1763046544428773", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1905750", + "School District Name": "North Iowa Comm School District", + "Physical Address Line 1": "111 3rd Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buffalo Center", + "Physical Address State": "IA ", + "Physical Address Zip": "50424", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13983050847457626", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737080", + "School District Name": "Springfield SD 186", + "Physical Address Line 1": "1900 W Monroe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "IL ", + "Physical Address Zip": "62704", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.27133221954087", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1920830", + "School District Name": "North Kossuth Comm School District", + "Physical Address Line 1": "203 5th Street North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Swea City", + "Physical Address State": "IA ", + "Physical Address Zip": "50590", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1592356687898089", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737120", + "School District Name": "St Anne CCSD 256", + "Physical Address Line 1": "PO Box 530", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Anne", + "Physical Address State": "IL ", + "Physical Address Zip": "60964", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14695340501792115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219470", + "School District Name": "Colonial SD", + "Physical Address Line 1": "230 Flourtown Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth Meeting", + "Physical Address State": "PA ", + "Physical Address Zip": "19462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05622377622377622", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737140", + "School District Name": "St Anne CHSD 302", + "Physical Address Line 1": "100 W Dixie Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Anne", + "Physical Address State": "IL ", + "Physical Address Zip": "60964", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20930232558139536", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1920820", + "School District Name": "North Linn Comm School District", + "Physical Address Line 1": "3033 Lynx Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Troy Mills", + "Physical Address State": "IA ", + "Physical Address Zip": "52344", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05457227138643068", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737170", + "School District Name": "St Charles CUSD 303", + "Physical Address Line 1": "201 S 7Th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Charles", + "Physical Address State": "IL ", + "Physical Address Zip": "60174", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04463297676134268", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1920850", + "School District Name": "North Mahaska Comm School District", + "Physical Address Line 1": "2163 135th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Sharon", + "Physical Address State": "IA ", + "Physical Address Zip": "50207", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11346153846153846", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737230", + "School District Name": "St Elmo CUSD 202", + "Physical Address Line 1": "1200 N Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Elmo", + "Physical Address State": "IL ", + "Physical Address Zip": "62458", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2175925925925926", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814640", + "School District Name": "COLORADO ISD", + "Physical Address Line 1": "534 E 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLORADO CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "79512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23185988323603002", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737320", + "School District Name": "St George CCSD 258", + "Physical Address Line 1": "5200 E Center St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bourbonnais", + "Physical Address State": "IL ", + "Physical Address Zip": "60914", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0684931506849315", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1920910", + "School District Name": "North Polk Comm School District", + "Physical Address Line 1": "13930 NE 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alleman", + "Physical Address State": "IA ", + "Physical Address Zip": "50007", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.028183190739808756", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737350", + "School District Name": "Triad CUSD 2", + "Physical Address Line 1": "203 E Throp St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Troy", + "Physical Address State": "IL ", + "Physical Address Zip": "62294", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.047026904815735925", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737380", + "School District Name": "St Joseph CCSD 169", + "Physical Address Line 1": "PO Box 409", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Joseph", + "Physical Address State": "IL ", + "Physical Address Zip": "61873", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.039239001189060645", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1920940", + "School District Name": "North Scott Comm School District", + "Physical Address Line 1": "251 E Iowa St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eldridge", + "Physical Address State": "IA ", + "Physical Address Zip": "52748", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07355242566510173", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737410", + "School District Name": "St Joseph Ogden CHSD 305", + "Physical Address Line 1": "PO Box 890", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Joseph", + "Physical Address State": "IL ", + "Physical Address Zip": "61873", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.036", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737440", + "School District Name": "St Libory Cons SD 30", + "Physical Address Line 1": "PO Box 323", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Libory", + "Physical Address State": "IL ", + "Physical Address Zip": "62282", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0958904109589041", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1921000", + "School District Name": "North Tama County Comm School District", + "Physical Address Line 1": "605 Walnut", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Traer", + "Physical Address State": "IA ", + "Physical Address Zip": "50675", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11934156378600823", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737470", + "School District Name": "St Rose SD 14-15", + "Physical Address Line 1": "18004 ST. ROSE ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST. ROSE", + "Physical Address State": "IL ", + "Physical Address Zip": "62230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1329479768786127", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737490", + "School District Name": "Stark County CUSD 100", + "Physical Address Line 1": "300 W Van Buren St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wyoming", + "Physical Address State": "IL ", + "Physical Address Zip": "61491", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.167420814479638", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1903850", + "School District Name": "North Union Comm School District", + "Physical Address Line 1": "600 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Armstrong", + "Physical Address State": "IA ", + "Physical Address Zip": "50514", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13881748071979436", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737590", + "School District Name": "Staunton CUSD 6", + "Physical Address Line 1": "801 N Deneen St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Staunton", + "Physical Address State": "IL ", + "Physical Address Zip": "62088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13172690763052208", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1921090", + "School District Name": "Northeast Comm School District", + "Physical Address Line 1": "1450 370th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goose Lake", + "Physical Address State": "IA ", + "Physical Address Zip": "52750", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06883365200764818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737650", + "School District Name": "Steeleville CUSD 138", + "Physical Address Line 1": "609 S Sparta St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Steeleville", + "Physical Address State": "IL ", + "Physical Address Zip": "62288", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14814814814814814", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737680", + "School District Name": "Steger SD 194", + "Physical Address Line 1": "3753 Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Steger", + "Physical Address State": "IL ", + "Physical Address Zip": "60475", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23162445954292774", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1921210", + "School District Name": "Northwood-Kensett Comm School District", + "Physical Address Line 1": "1200 1st Ave North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northwood", + "Physical Address State": "IA ", + "Physical Address Zip": "50459", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10789980732177264", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737800", + "School District Name": "Steward ESD 220", + "Physical Address Line 1": "PO Box 76", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Steward", + "Physical Address State": "IL ", + "Physical Address Zip": "60553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1724137931034483", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737830", + "School District Name": "Stewardson-Strasburg CUD 5A", + "Physical Address Line 1": "2806 E 600 North Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Strasburg", + "Physical Address State": "IL ", + "Physical Address Zip": "62465", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0995850622406639", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1921240", + "School District Name": "Norwalk Comm School District", + "Physical Address Line 1": "380 Wright Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norwalk", + "Physical Address State": "IA ", + "Physical Address Zip": "50211", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03320599471054952", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1921600", + "School District Name": "Odebolt Arthur Battle Creek Ida Grove Comm School District", + "Physical Address Line 1": "900 John Montgomery Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ida Grove", + "Physical Address State": "IA ", + "Physical Address Zip": "51445", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09191176470588236", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1737980", + "School District Name": "Stockton CUSD 206", + "Physical Address Line 1": "540 N Rush St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "IL ", + "Physical Address Zip": "61085", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11385199240986717", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1921630", + "School District Name": "Oelwein Comm School District", + "Physical Address Line 1": "307 8th Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oelwein", + "Physical Address State": "IA ", + "Physical Address Zip": "50662", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17573221757322174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738070", + "School District Name": "Woodland CUSD 5", + "Physical Address Line 1": "5800 E 3000 North Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Streator", + "Physical Address State": "IL ", + "Physical Address Zip": "61364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1393258426966292", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007050", + "School District Name": "Colstrip Elem", + "Physical Address Line 1": "216 Olive Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colstrip", + "Physical Address State": "MT ", + "Physical Address Zip": "59323", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09401709401709402", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738100", + "School District Name": "Streator Twp HSD 40", + "Physical Address Line 1": "202 W Lincoln Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Streator", + "Physical Address State": "IL ", + "Physical Address Zip": "61364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19248291571753987", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1921660", + "School District Name": "Ogden Comm School District", + "Physical Address Line 1": "732 W Division", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ogden", + "Physical Address State": "IA ", + "Physical Address Zip": "50212", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11222780569514237", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738130", + "School District Name": "Sullivan CUSD 300", + "Physical Address Line 1": "725 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sullivan", + "Physical Address State": "IL ", + "Physical Address Zip": "61951", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10533807829181495", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007080", + "School District Name": "Colstrip H S", + "Physical Address Line 1": "216 Olive Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colstrip", + "Physical Address State": "MT ", + "Physical Address Zip": "59323", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738190", + "School District Name": "Summersville SD 79", + "Physical Address Line 1": "1118 Fairfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Vernon", + "Physical Address State": "IL ", + "Physical Address Zip": "62864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1900021", + "School District Name": "Okoboji Comm School District", + "Physical Address Line 1": "1205 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milford", + "Physical Address State": "IA ", + "Physical Address Zip": "51351", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.0893909626719057", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738220", + "School District Name": "Summit Hill SD 161", + "Physical Address Line 1": "20100 S Spruce Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frankfort", + "Physical Address State": "IL ", + "Physical Address Zip": "60423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0538860103626943", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1921720", + "School District Name": "Olin Consolidated School District", + "Physical Address Line 1": "212 Trilby St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Olin", + "Physical Address State": "IA ", + "Physical Address Zip": "52320", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09829059829059829", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738370", + "School District Name": "Sunnybrook SD 171", + "Physical Address Line 1": "19266 Burnham Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lansing", + "Physical Address State": "IL ", + "Physical Address Zip": "60438", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1830122591943958", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301500", + "School District Name": "Colton School District", + "Physical Address Line 1": "706 UNION", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLTON", + "Physical Address State": "WA ", + "Physical Address Zip": "99113", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0823045267489712", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738400", + "School District Name": "Sunset Ridge SD 29", + "Physical Address Line 1": "525 Sunset Ridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northfield", + "Physical Address State": "IL ", + "Physical Address Zip": "60093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02491103202846975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1921810", + "School District Name": "Orient-Macksburg Comm School District", + "Physical Address Line 1": "201 South School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orient", + "Physical Address State": "IA ", + "Physical Address Zip": "50858", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1971153846153846", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738460", + "School District Name": "Sycamore CUSD 427", + "Physical Address Line 1": "245 W Exchange St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sycamore", + "Physical Address State": "IL ", + "Physical Address Zip": "60178", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.07485700074608306", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103270", + "School District Name": "Colton SD 53", + "Physical Address Line 1": "30429 S Grays Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colton", + "Physical Address State": "OR ", + "Physical Address Zip": "97017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09396914446002805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738490", + "School District Name": "V I T CUSD 2", + "Physical Address Line 1": "1502 E US Highway 136", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Table Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "61482", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19571865443425077", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1921840", + "School District Name": "Osage Comm School District", + "Physical Address Line 1": "820 Sawyer", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Osage", + "Physical Address State": "IA ", + "Physical Address Zip": "50461", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.0933589990375361", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738520", + "School District Name": "Taft SD 90", + "Physical Address Line 1": "1605 S Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lockport", + "Physical Address State": "IL ", + "Physical Address Zip": "60441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08923884514435695", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608100", + "School District Name": "COLTON-PIERREPONT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "4921 STATE HWY 56", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15079365079365079", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738550", + "School District Name": "Tamaroa School Dist 5", + "Physical Address Line 1": "PO Box 175", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tamaroa", + "Physical Address State": "IL ", + "Physical Address Zip": "62888", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2391304347826087", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1921870", + "School District Name": "Oskaloosa Comm School District", + "Physical Address Line 1": "1800 North 3rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oskaloosa", + "Physical Address State": "IA ", + "Physical Address Zip": "52577", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15597722960151802", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738700", + "School District Name": "Taylorville CUSD 3", + "Physical Address Line 1": "815B W Springfield Rd", + "Physical Address Line 2": "@Taylorville High School", + "Physical Address Line 3": "", + "Physical Address City": "Taylorville", + "Physical Address State": "IL ", + "Physical Address Zip": "62568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1534351145038168", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738760", + "School District Name": "Teutopolis CUSD 50", + "Physical Address Line 1": "PO Box 607", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Teutopolis", + "Physical Address State": "IL ", + "Physical Address Zip": "62467", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.041666666666666664", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1922110", + "School District Name": "Ottumwa Comm School District", + "Physical Address Line 1": "1112 N Van Buren", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ottumwa", + "Physical Address State": "IA ", + "Physical Address Zip": "52501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1827956989247312", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738790", + "School District Name": "Thomasboro CCSD 130", + "Physical Address Line 1": "201 N Phillips St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thomasboro", + "Physical Address State": "IL ", + "Physical Address Zip": "61878", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.18846153846153846", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738910", + "School District Name": "Thornton SD 154", + "Physical Address Line 1": "200 N Wolcott St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thornton", + "Physical Address State": "IL ", + "Physical Address Zip": "60476", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1506849315068493", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403450", + "School District Name": "Colts Neck Township School District", + "Physical Address Line 1": "70 Conover Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colts Neck", + "Physical Address State": "NJ ", + "Physical Address Zip": "07722", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04240555127216654", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738940", + "School District Name": "Thornton Fractional Twp HSD 215", + "Physical Address Line 1": "18601 Torrence Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lansing", + "Physical Address State": "IL ", + "Physical Address Zip": "60438", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19852747830660006", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301560", + "School District Name": "Columbia (Stevens) School District", + "Physical Address Line 1": "4961 B Hunters Shop Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUNTERS", + "Physical Address State": "WA ", + "Physical Address Zip": "99137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20772946859903382", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1738970", + "School District Name": "Thornton Twp HSD 205", + "Physical Address Line 1": "465 E 170Th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Holland", + "Physical Address State": "IL ", + "Physical Address Zip": "60473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2646337726019001", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301590", + "School District Name": "Columbia (Walla Walla) School District", + "Physical Address Line 1": "755 MAPLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURBANK", + "Physical Address State": "WA ", + "Physical Address Zip": "99323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11523687580025609", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2901000", + "School District Name": "COLUMBIA 93", + "Physical Address Line 1": "1818 W WORLEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLUMBIA", + "Physical Address State": "MO ", + "Physical Address Zip": "65203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.12023712553172233", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206360", + "School District Name": "Columbia Borough SD", + "Physical Address Line 1": "200 N. Fifth St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "PA ", + "Physical Address Zip": "17512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1964167219641672", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739120", + "School District Name": "Tolono CUSD 7", + "Physical Address Line 1": "PO Box 720", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tolono", + "Physical Address State": "IL ", + "Physical Address Zip": "61880", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0594059405940594", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007110", + "School District Name": "Columbia Falls Elem", + "Physical Address Line 1": "501 6th Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia Falls", + "Physical Address State": "MT ", + "Physical Address Zip": "59912", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12931995540691194", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739180", + "School District Name": "Tonica CCSD 79", + "Physical Address Line 1": "535 N 1981st Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tonica", + "Physical Address State": "IL ", + "Physical Address Zip": "61370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09523809523809523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007140", + "School District Name": "Columbia Falls H S", + "Physical Address Line 1": "501 6th Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia Falls", + "Physical Address State": "MT ", + "Physical Address Zip": "59912", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.08404255319148936", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739390", + "School District Name": "Tremont CUSD 702", + "Physical Address Line 1": "400 W Pearl St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tremont", + "Physical Address State": "IL ", + "Physical Address Zip": "61568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03571428571428571", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101355", + "School District Name": "Columbia Gorge ESD", + "Physical Address Line 1": "400 E Scenic Dr Ste 207", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "The Dalles", + "Physical Address State": "OR ", + "Physical Address Zip": "97058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739420", + "School District Name": "Wesclin CUSD 3", + "Physical Address Line 1": "699 Wesclin Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trenton", + "Physical Address State": "IL ", + "Physical Address Zip": "62293", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10428994082840237", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2709510", + "School District Name": "COLUMBIA HEIGHTS PUBLIC SCHOOL DIST", + "Physical Address Line 1": "1440 49TH AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLUMBIA HEIGHTS", + "Physical Address State": "MN ", + "Physical Address Zip": "55421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18093475242943083", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739450", + "School District Name": "Tri City CUSD 1", + "Physical Address Line 1": "324 W Charles St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buffalo", + "Physical Address State": "IL ", + "Physical Address Zip": "62515", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1152542372881356", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904814", + "School District Name": "Columbia Local", + "Physical Address Line 1": "25796 Royalton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia Station", + "Physical Address State": "OH ", + "Physical Address Zip": "44028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07588357588357589", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739460", + "School District Name": "Tri-County Spec Educ Assoc", + "Physical Address Line 1": "105 E Hamilton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomington", + "Physical Address State": "IL ", + "Physical Address Zip": "61704", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801170", + "School District Name": "COLUMBIA SCHOOL DISTRICT", + "Physical Address Line 1": "613 Wildcat Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "MS ", + "Physical Address Zip": "39429", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.29763313609467457", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739480", + "School District Name": "Tri Point CUSD 6-J", + "Physical Address Line 1": "PO Box 128", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kempton", + "Physical Address State": "IL ", + "Physical Address Zip": "60946", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18382352941176472", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2606990", + "School District Name": "Columbia School District", + "Physical Address Line 1": "11775 HEWITT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "MI ", + "Physical Address Zip": "49230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11633820724729815", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739510", + "School District Name": "Troy CCSD 30C", + "Physical Address Line 1": "5800 Theodore Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plainfield", + "Physical Address State": "IL ", + "Physical Address Zip": "60586", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09696969696969697", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302430", + "School District Name": "Columbia School District", + "Physical Address Line 1": "21 Academy St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colebrook", + "Physical Address State": "NH ", + "Physical Address Zip": "03576", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14035087719298245", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739600", + "School District Name": "Tuscola CUSD 301", + "Physical Address Line 1": "409 S Prairie St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuscola", + "Physical Address State": "IL ", + "Physical Address Zip": "61953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10443349753694581", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814670", + "School District Name": "COLUMBIA-BRAZORIA ISD", + "Physical Address Line 1": "520 S 16TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST COLUMBIA", + "Physical Address State": "TX ", + "Physical Address Zip": "77486", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12321877619446772", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206365", + "School District Name": "Columbia-Montour AVTS", + "Physical Address Line 1": "5050 Sweppenheiser Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17815", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739660", + "School District Name": "Union SD 81", + "Physical Address Line 1": "1661 Cherry Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Joliet", + "Physical Address State": "IL ", + "Physical Address Zip": "60433", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905090", + "School District Name": "Columbiana County", + "Physical Address Line 1": "9364 State Route 45", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lisbon", + "Physical Address State": "OH ", + "Physical Address Zip": "44432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739780", + "School District Name": "Union Ridge SD 86", + "Physical Address Line 1": "4600 N Oak Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harwood Heights", + "Physical Address State": "IL ", + "Physical Address Zip": "60706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15397923875432526", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739870", + "School District Name": "United Twp HSD 30", + "Physical Address Line 1": "1275 Avenue of The Cities", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Moline", + "Physical Address State": "IL ", + "Physical Address Zip": "61244", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1972049689440994", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904532", + "School District Name": "Columbiana Exempted Village", + "Physical Address Line 1": "700 Columbiana Waterford Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbiana", + "Physical Address State": "OH ", + "Physical Address Zip": "44408", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11552680221811461", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739930", + "School District Name": "Unity Point CCSD 140", + "Physical Address Line 1": "4033 S Illinois Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carbondale", + "Physical Address State": "IL ", + "Physical Address Zip": "62903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22129436325678498", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005070", + "School District Name": "Columbus", + "Physical Address Line 1": "802 South High School Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "KS ", + "Physical Address Zip": "66725", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17295308187672492", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1739960", + "School District Name": "Urbana SD 116", + "Physical Address Line 1": "PO Box 3039", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Urbana", + "Physical Address State": "IL ", + "Physical Address Zip": "61803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17679785699567277", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900306", + "School District Name": "Columbus Arts & Technology Academy", + "Physical Address Line 1": "2255 Kimberly Pkwy E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43232", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740070", + "School District Name": "Valley View CUSD 365U", + "Physical Address Line 1": "801 W Normantown Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Romeoville", + "Physical Address State": "IL ", + "Physical Address Zip": "60446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.12446024892049784", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901375", + "School District Name": "Columbus Bilingual Academy-North", + "Physical Address Line 1": "2100 Morse Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43229", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740080", + "School District Name": "Valmeyer CUSD 3", + "Physical Address Line 1": "300 S Cedar Bluff Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valmeyer", + "Physical Address State": "IL ", + "Physical Address Zip": "62295", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.03170731707317073", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904380", + "School District Name": "Columbus City School District", + "Physical Address Line 1": "270 E State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43215", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.29168282029412523", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1740140", + "School District Name": "Vandalia CUSD 203", + "Physical Address Line 1": "1109 N 8th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vandalia", + "Physical Address State": "IL ", + "Physical Address Zip": "62471", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901305", + "School District Name": "Columbus Collegiate Academy", + "Physical Address Line 1": "1469 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740200", + "School District Name": "Venice CUSD 3", + "Physical Address Line 1": "300 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Venice", + "Physical Address State": "IL ", + "Physical Address Zip": "62090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.27884615384615385", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901478", + "School District Name": "Columbus Collegiate Academy - West", + "Physical Address Line 1": "300 Dana Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43223", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740220", + "School District Name": "Vermilion Assoc for Spec Educ", + "Physical Address Line 1": "15009 Catlin Tilton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "IL ", + "Physical Address Zip": "61834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700960", + "School District Name": "Columbus County Schools", + "Physical Address Line 1": "817 Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whiteville", + "Physical Address State": "NC ", + "Physical Address Zip": "28472", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3213234020439979", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740260", + "School District Name": "Vienna SD 55", + "Physical Address Line 1": "PO Box 427", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vienna", + "Physical Address State": "IL ", + "Physical Address Zip": "62995", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19896640826873385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007190", + "School District Name": "Columbus Elem", + "Physical Address Line 1": "433 N 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "MT ", + "Physical Address Zip": "59019", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08982035928143713", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740290", + "School District Name": "Vienna HSD 133", + "Physical Address Line 1": "601 N 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vienna", + "Physical Address State": "IL ", + "Physical Address Zip": "62995", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1486146095717884", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904931", + "School District Name": "Columbus Grove Local", + "Physical Address Line 1": "201 W Cross St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus Grove", + "Physical Address State": "OH ", + "Physical Address Zip": "45830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0940254652301665", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740320", + "School District Name": "Villa Grove CUSD 302", + "Physical Address Line 1": "400 N Sycamore St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Villa Grove", + "Physical Address State": "IL ", + "Physical Address Zip": "61956", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12058823529411765", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007200", + "School District Name": "Columbus H S", + "Physical Address Line 1": "433 N 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "MT ", + "Physical Address Zip": "59019", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06557377049180328", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740350", + "School District Name": "SD 45 DuPage County", + "Physical Address Line 1": "255 W Vermont St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Villa Park", + "Physical Address State": "IL ", + "Physical Address Zip": "60181", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11602209944751381", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900304", + "School District Name": "Columbus Humanities Arts and Technology Academy", + "Physical Address Line 1": "1333 Morse Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43229", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740410", + "School District Name": "Virginia CUSD 64", + "Physical Address Line 1": "651 S Morgan St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Virginia", + "Physical Address State": "IL ", + "Physical Address Zip": "62691", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10985915492957747", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814700", + "School District Name": "COLUMBUS ISD", + "Physical Address Line 1": "105 CARDINAL LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLUMBUS", + "Physical Address State": "TX ", + "Physical Address Zip": "78934", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19627256843331392", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801200", + "School District Name": "COLUMBUS MUNICIPAL SCHOOL DIST", + "Physical Address Line 1": "2630 McArthur Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "MS ", + "Physical Address Zip": "39705", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3293236048116742", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740470", + "School District Name": "Wabash CUSD 348", + "Physical Address Line 1": "218 W 13th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Carmel", + "Physical Address State": "IL ", + "Physical Address Zip": "62863", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16316736652669467", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901398", + "School District Name": "Columbus Performance Academy", + "Physical Address Line 1": "274 E 1st Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740480", + "School District Name": "Wabash & Ohio Valley Sp Ed Dist", + "Physical Address Line 1": "800 S Division St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norris City", + "Physical Address State": "IL ", + "Physical Address Zip": "62869", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900307", + "School District Name": "Columbus Preparatory Academy", + "Physical Address Line 1": "3330 Chippewa St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900574", + "School District Name": "Columbus Preparatory and Fitness Academy", + "Physical Address Line 1": "1258 Demorest Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740530", + "School District Name": "Wallace CCSD 195", + "Physical Address Line 1": "1463 N 33rd Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ottawa", + "Physical Address State": "IL ", + "Physical Address Zip": "61350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12605042016806722", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3105340", + "School District Name": "COLUMBUS PUBLIC SCHOOLS", + "Physical Address Line 1": "2508 27TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLUMBUS", + "Physical Address State": "NE ", + "Physical Address Zip": "68602", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.08694727891156463", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740620", + "School District Name": "Waltham CCSD 185", + "Physical Address Line 1": "2902 N Il Route 178", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Utica", + "Physical Address State": "IL ", + "Physical Address Zip": "61373", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09731543624161074", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502820", + "School District Name": "Columbus School District", + "Physical Address Line 1": "200 W School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "WI ", + "Physical Address Zip": "53925", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.059233449477351915", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740650", + "School District Name": "Waltonville CUSD 1", + "Physical Address Line 1": "804 W Knob St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waltonville", + "Physical Address State": "IL ", + "Physical Address Zip": "62894", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17791411042944785", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301630", + "School District Name": "Colville School District", + "Physical Address Line 1": "217 S HOFSTETTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLVILLE", + "Physical Address State": "WA ", + "Physical Address Zip": "99114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17609126984126985", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740740", + "School District Name": "Warren CUSD 205", + "Physical Address Line 1": "311 S Water St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "IL ", + "Physical Address Zip": "61087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10796915167095116", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740800", + "School District Name": "Warren Twp HSD 121", + "Physical Address Line 1": "34090 N Almond Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gurnee", + "Physical Address State": "IL ", + "Physical Address Zip": "60031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06892292490118578", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814730", + "School District Name": "COMAL ISD", + "Physical Address Line 1": "1404 IH 35 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW BRAUNFELS", + "Physical Address State": "TX ", + "Physical Address Zip": "78130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07964802909279824", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740830", + "School District Name": "Warrensburg-Latham CUSD 11", + "Physical Address Line 1": "430 W North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warrensburg", + "Physical Address State": "IL ", + "Physical Address Zip": "62573", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10462962962962963", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008460", + "School District Name": "COMANCHE", + "Physical Address Line 1": "1030 Ash Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Comanche", + "Physical Address State": "OK ", + "Physical Address Zip": "73529", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2170978627671541", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740890", + "School District Name": "Warsaw CUSD 316", + "Physical Address Line 1": "340 S 11th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warsaw", + "Physical Address State": "IL ", + "Physical Address Zip": "62379", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.116751269035533", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000807", + "School District Name": "Comanche Academy", + "Physical Address Line 1": "1701 N W Taft Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawton", + "Physical Address State": "OK ", + "Physical Address Zip": "73507", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005040", + "School District Name": "Comanche County", + "Physical Address Line 1": "600 E Garfield", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coldwater", + "Physical Address State": "KS ", + "Physical Address Zip": "67029", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10869565217391304", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1740980", + "School District Name": "Washington CHSD 308", + "Physical Address Line 1": "115 Bondurant St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "IL ", + "Physical Address Zip": "61571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.052521008403361345", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814760", + "School District Name": "COMANCHE ISD", + "Physical Address Line 1": "200 E HIGHLAND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COMANCHE", + "Physical Address State": "TX ", + "Physical Address Zip": "76442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22085889570552147", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814790", + "School District Name": "COMFORT ISD", + "Physical Address Line 1": "327 HIGH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COMFORT", + "Physical Address State": "TX ", + "Physical Address Zip": "78013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1683760683760684", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741040", + "School District Name": "Washington SD 52", + "Physical Address Line 1": "303 Jackson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "IL ", + "Physical Address Zip": "61571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04197761194029851", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2709540", + "School District Name": "COMFREY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "305 OCHRE ST W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COMFREY", + "Physical Address State": "MN ", + "Physical Address Zip": "56019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0972972972972973", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741070", + "School District Name": "Waterloo CUSD 5", + "Physical Address Line 1": "302 Bellefontaine Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterloo", + "Physical Address State": "IL ", + "Physical Address Zip": "62298", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.032658393207054215", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608130", + "School District Name": "COMMACK UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "480 CLAY PITTS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST NORTHPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "11731", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.027739251040221916", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741190", + "School District Name": "Wauconda CUSD 118", + "Physical Address Line 1": "555 N Main St", + "Physical Address Line 2": "Wauconda CUSD 118", + "Physical Address Line 3": "", + "Physical Address City": "Wauconda", + "Physical Address State": "IL ", + "Physical Address Zip": "60084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07074490220557636", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008490", + "School District Name": "COMMERCE", + "Physical Address Line 1": "217 COMMERCE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COMMERCE", + "Physical Address State": "OK ", + "Physical Address Zip": "74339", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24357405140758873", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741250", + "School District Name": "Waukegan CUSD 60", + "Physical Address Line 1": "1201 N Sheridan Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waukegan", + "Physical Address State": "IL ", + "Physical Address Zip": "60085", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20457524908232827", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814820", + "School District Name": "COMMERCE ISD", + "Physical Address Line 1": "3315 WASHINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COMMERCE", + "Physical Address State": "TX ", + "Physical Address Zip": "75428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21179454660748256", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741280", + "School District Name": "Waverly CUSD 6", + "Physical Address Line 1": "201 N Miller St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waverly", + "Physical Address State": "IL ", + "Physical Address Zip": "62692", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1340782122905028", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403480", + "School District Name": "Commercial Township School District", + "Physical Address Line 1": "1308 North Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Port Norris", + "Physical Address State": "NJ ", + "Physical Address Zip": "08349", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.26713124274099886", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741360", + "School District Name": "Wayne City CUSD 100", + "Physical Address Line 1": "408 E Mill St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wayne City", + "Physical Address State": "IL ", + "Physical Address Zip": "62895", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15629984051036683", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206390", + "School District Name": "Commodore Perry SD", + "Physical Address Line 1": "3002 Perry Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hadley", + "Physical Address State": "PA ", + "Physical Address Zip": "16130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13862928348909656", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741550", + "School District Name": "West Chicago ESD 33", + "Physical Address Line 1": "312 E Forest Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Chicago", + "Physical Address State": "IL ", + "Physical Address Zip": "60185", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14314458177637251", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200119", + "School District Name": "Commonwealth Charter Academy CS", + "Physical Address Line 1": "One Innovation Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600140", + "School District Name": "Commonwealth Community Development Academy", + "Physical Address Line 1": "13477 EUREKA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMTRAMCK", + "Physical Address State": "MI ", + "Physical Address Zip": "48212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741600", + "School District Name": "West Lincoln-Broadwell ESD 92", + "Physical Address Line 1": "2695 Woodlawn Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "IL ", + "Physical Address Zip": "62656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08092485549132948", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100071", + "School District Name": "COMMONWEALTH CTR FOR CHILDREN & ADOLESCENTS", + "Physical Address Line 1": "1355 Richmond Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Staunton", + "Physical Address State": "VA ", + "Physical Address Zip": "24401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100035", + "School District Name": "COMMONWEALTH GOVERNOR'S SCHOOL", + "Physical Address Line 1": "12301 Spotswood Furnance Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fredericksburg", + "Physical Address State": "VA ", + "Physical Address Zip": "22553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741700", + "School District Name": "West Northfield SD 31", + "Physical Address Line 1": "3131 Techny Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northbrook", + "Physical Address State": "IL ", + "Physical Address Zip": "60062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1124880838894185", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700382", + "School District Name": "Commonwealth High School", + "Physical Address Line 1": "5112 Central Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741750", + "School District Name": "West Washington Co CUD 10", + "Physical Address Line 1": "PO Box 27", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Okawville", + "Physical Address State": "IL ", + "Physical Address Zip": "62271", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07880910683012259", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "6900002", + "School District Name": "Commonwealth of the Northern Mariana Islands Public School", + "Physical Address Line 1": "Capitol Hill", + "Physical Address Line 2": "Public School System Admin", + "Physical Address Line 3": "Building 1211", + "Physical Address City": "Saipan", + "Physical Address State": "MP ", + "Physical Address Zip": "96950", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741790", + "School District Name": "Westchester SD 92-5", + "Physical Address Line 1": "9981 Canterbury St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westchester", + "Physical Address State": "IL ", + "Physical Address Zip": "60154", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11235955056179775", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700171", + "School District Name": "COMMUNITIES IN-SCHOOLS OF BRUNSWICK COUNTY", + "Physical Address Line 1": "No Local Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Southport", + "Physical Address State": "NC ", + "Physical Address Zip": "28461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1741820", + "School District Name": "Western Springs SD 101", + "Physical Address Line 1": "4225 Wolf Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Western Springs", + "Physical Address State": "IL ", + "Physical Address Zip": "60558", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.014396456256921373", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200013", + "School District Name": "Community Academy of Philadelphia CS", + "Physical Address Line 1": "1100 E Erie Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500086", + "School District Name": "Community Charter School of Cambridge (District)", + "Physical Address Line 1": "245 Bent Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cambridge", + "Physical Address State": "MA ", + "Physical Address Zip": "02141", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742060", + "School District Name": "Wethersfield CUSD 230", + "Physical Address Line 1": "439 Willard St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kewanee", + "Physical Address State": "IL ", + "Physical Address Zip": "61443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11900532859680284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400718", + "School District Name": "Community Charter School of Paterson", + "Physical Address Line 1": "75 Spruce St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paterson", + "Physical Address State": "NJ ", + "Physical Address Zip": "07501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742210", + "School District Name": "Wheeling CCSD 21", + "Physical Address Line 1": "999 W Dundee Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wheeling", + "Physical Address State": "IL ", + "Physical Address Zip": "60090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11948614765516175", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742300", + "School District Name": "Whiteside SD 115", + "Physical Address Line 1": "111 Warrior Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belleville", + "Physical Address State": "IL ", + "Physical Address Zip": "62221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14948805460750852", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300322", + "School District Name": "Community Colleges of Spokane", + "Physical Address Line 1": "501 N Riverpoint Blvd", + "Physical Address Line 2": "MS 1009", + "Physical Address Line 3": "", + "Physical Address City": "SPOKANE", + "Physical Address State": "WA ", + "Physical Address Zip": "99217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742310", + "School District Name": "Sterling CUSD 5", + "Physical Address Line 1": "410 E Le Fevre Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sterling", + "Physical Address State": "IL ", + "Physical Address Zip": "61081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1752873563218391", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500538", + "School District Name": "Community Day Charter Public School - Gateway (District)", + "Physical Address Line 1": "50 Pleasant Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawrence", + "Physical Address State": "MA ", + "Physical Address Zip": "01841", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742450", + "School District Name": "Williamsfield CUSD 210", + "Physical Address Line 1": "325 W Kentucky Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamsfield", + "Physical Address State": "IL ", + "Physical Address Zip": "61489", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1095890410958904", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500027", + "School District Name": "Community Day Charter Public School - Prospect (District)", + "Physical Address Line 1": "190 Hampshire Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawrence", + "Physical Address State": "MA ", + "Physical Address Zip": "01840", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742480", + "School District Name": "Williamsville CUSD 15", + "Physical Address Line 1": "800 S Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamsville", + "Physical Address State": "IL ", + "Physical Address Zip": "62693", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.02962962962962963", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500535", + "School District Name": "Community Day Charter Public School - R. Kingman Webster (Di", + "Physical Address Line 1": "439 South Union St Bldg 2 3rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawrence", + "Physical Address State": "MA ", + "Physical Address Zip": "01843", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742510", + "School District Name": "Willow Grove SD 46", + "Physical Address Line 1": "815 W 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centralia", + "Physical Address State": "IL ", + "Physical Address Zip": "62801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2777777777777778", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814850", + "School District Name": "COMMUNITY ISD", + "Physical Address Line 1": "611 N FM 1138", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEVADA", + "Physical Address State": "TX ", + "Physical Address Zip": "75173", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09897094430992737", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742570", + "School District Name": "Willow Springs SD 108", + "Physical Address Line 1": "8345 Archer Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willow Springs", + "Physical Address State": "IL ", + "Physical Address Zip": "60480", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.24434389140271492", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742600", + "School District Name": "Wilmette SD 39", + "Physical Address Line 1": "615 Locust Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmette", + "Physical Address State": "IL ", + "Physical Address Zip": "60091", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02812645281264528", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800011", + "School District Name": "Community Montessori Inc", + "Physical Address Line 1": "4102 St Joseph Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Albany", + "Physical Address State": "IN ", + "Physical Address Zip": "47150", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742630", + "School District Name": "Wilmington CUSD 209U", + "Physical Address Line 1": "209U Wildcat Ct", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "IL ", + "Physical Address Zip": "60481", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10113207547169811", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700115", + "School District Name": "COMMUNITY OF PEACE ACADEMY", + "Physical Address Line 1": "471 MAGNOLIA AVE E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55130", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742660", + "School District Name": "Winchester CUSD 1", + "Physical Address Line 1": "149 S Elm St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchester", + "Physical Address State": "IL ", + "Physical Address Zip": "62694", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1621160409556314", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742690", + "School District Name": "Windsor CUSD 1", + "Physical Address Line 1": "1424 Minnesota Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windsor", + "Physical Address State": "IL ", + "Physical Address Zip": "61957", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14444444444444443", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600046", + "School District Name": "COMMUNITY PARTNERSHIP CHARTER SCHOOL", + "Physical Address Line 1": "241 EMERSON PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742720", + "School District Name": "Winfield SD 34", + "Physical Address Line 1": "0S150 Winfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winfield", + "Physical Address State": "IL ", + "Physical Address Zip": "60190", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06921241050119331", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700452", + "School District Name": "Community Public Charter", + "Physical Address Line 1": "400 Ralph Handsel Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanley", + "Physical Address State": "NC ", + "Physical Address Zip": "28164", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742790", + "School District Name": "Winnebago CUSD 323", + "Physical Address Line 1": "304 E McNair Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winnebago", + "Physical Address State": "IL ", + "Physical Address Zip": "61088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10490921318090114", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910020", + "School District Name": "COMMUNITY R-VI", + "Physical Address Line 1": "35063 HIGHWAY BB", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LADDONIA", + "Physical Address State": "MO ", + "Physical Address Zip": "63352", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1565934065934066", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742810", + "School District Name": "Winnebago County Spec Educ Coop", + "Physical Address Line 1": "11971 Wagon Wheel Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockton", + "Physical Address State": "IL ", + "Physical Address Zip": "61072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314807", + "School District Name": "Community Regional Charter School", + "Physical Address Line 1": "48 South Factory Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cornville", + "Physical Address State": "ME ", + "Physical Address Zip": "04976", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742840", + "School District Name": "Winnetka SD 36", + "Physical Address Line 1": "1235 Oak St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winnetka", + "Physical Address State": "IL ", + "Physical Address Zip": "60093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02237136465324385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742900", + "School District Name": "Winthrop Harbor SD 1", + "Physical Address Line 1": "500 North Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winthrop Harbor", + "Physical Address State": "IL ", + "Physical Address Zip": "60096", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11831442463533225", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600159", + "School District Name": "COMMUNITY ROOTS CHARTER SCHOOL", + "Physical Address Line 1": "51 ST EDWARDS ST-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742960", + "School District Name": "Wolf Branch SD 113", + "Physical Address Line 1": "410 Huntwood Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Swansea", + "Physical Address State": "IL ", + "Physical Address Zip": "62226", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06805074971164937", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200148", + "School District Name": "Community School for Apprenticeship Learning Inc.", + "Physical Address Line 1": "1555 Madison Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70802", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1742990", + "School District Name": "Shawnee CUSD 84", + "Physical Address Line 1": "3365 State Hwy 3 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wolf Lake", + "Physical Address State": "IL ", + "Physical Address Zip": "62998", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3228346456692913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1743020", + "School District Name": "Wood Dale SD 7", + "Physical Address Line 1": "543 N Wood Dale Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wood Dale", + "Physical Address State": "IL ", + "Physical Address Zip": "60191", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10821256038647344", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700135", + "School District Name": "Community School of Davidson", + "Physical Address Line 1": "404 Armour Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Davidson", + "Physical Address State": "NC ", + "Physical Address Zip": "28036", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1743050", + "School District Name": "Wood River-Hartford ESD 15", + "Physical Address Line 1": "501 E Lorena Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wood River", + "Physical Address State": "IL ", + "Physical Address Zip": "62095", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.21283255086071987", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700304", + "School District Name": "COMMUNITY SCHOOL OF EXCELLENCE", + "Physical Address Line 1": "270 LARPENTEUR AVENUE WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1743110", + "School District Name": "Woodland CCSD 50", + "Physical Address Line 1": "1105 N Hunt Club Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gurnee", + "Physical Address State": "IL ", + "Physical Address Zip": "60031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07281316175272846", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814880", + "School District Name": "COMO-PICKTON CISD", + "Physical Address Line 1": "13017 TX HWY 11 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COMO", + "Physical Address State": "TX ", + "Physical Address Zip": "75431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2148876404494382", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1743330", + "School District Name": "Woodstock CUSD 200", + "Physical Address Line 1": "2990 Raffel Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodstock", + "Physical Address State": "IL ", + "Physical Address Zip": "60098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08029893464779775", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400766", + "School District Name": "Compass Academy Charter School", + "Physical Address Line 1": "23 W Chestnut Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vineland", + "Physical Address State": "NJ ", + "Physical Address Zip": "08360", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1743380", + "School District Name": "Worth SD 127", + "Physical Address Line 1": "11218 S Ridgeland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Worth", + "Physical Address State": "IL ", + "Physical Address Zip": "60482", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23829787234042554", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801417", + "School District Name": "COMPASS ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "5530 BILLY HEXT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ODESSA", + "Physical Address State": "TX ", + "Physical Address Zip": "79765", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1743800", + "School District Name": "Zeigler-Royalton CUSD 188", + "Physical Address Line 1": "PO Box 38", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zeigler", + "Physical Address State": "IL ", + "Physical Address Zip": "62999", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.24508050089445438", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601121", + "School District Name": "COMPASS CHARTER SCHOOL", + "Physical Address Line 1": "300 ADELPHI-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1743860", + "School District Name": "Zion ESD 6", + "Physical Address Line 1": "2800 29th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zion", + "Physical Address State": "IL ", + "Physical Address Zip": "60099", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2502054231717338", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1743890", + "School District Name": "Zion-Benton Twp HSD 126", + "Physical Address Line 1": "3901 21st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zion", + "Physical Address State": "IL ", + "Physical Address Zip": "60099", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15222816399286987", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1743960", + "School District Name": "Yorkville CUSD 115", + "Physical Address Line 1": "602 Center Pkwy Ste A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yorkville", + "Physical Address State": "IL ", + "Physical Address Zip": "60560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05434782608695652", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303301", + "School District Name": "Compass Classical Academy Charter School", + "Physical Address Line 1": "15 Elkins St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "NH ", + "Physical Address Zip": "03235", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800006", + "School District Name": "Indiana Department of Correction", + "Physical Address Line 1": "302 W Washington St Rm E334", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46204", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800007", + "School District Name": "Greene-Sullivan Sp Ed Coop", + "Physical Address Line 1": "77 'A' St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Linton", + "Physical Address State": "IN ", + "Physical Address Zip": "47441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800008", + "School District Name": "White River Valley School District", + "Physical Address Line 1": "5644 W State Rd 54", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Switz City", + "Physical Address State": "IN ", + "Physical Address Zip": "47465", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19791666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801457", + "School District Name": "COMPASS ROSE PUBLIC SCHOOLS", + "Physical Address Line 1": "8005 OUTER CIR DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800010", + "School District Name": "Greater Randolph Interlocal Coop", + "Physical Address Line 1": "325 S Oak St - Suite 301", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchester", + "Physical Address State": "IN ", + "Physical Address Zip": "47394", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800127", + "School District Name": "COMQUEST ACADEMY", + "Physical Address Line 1": "207 N PEACH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOMBALL", + "Physical Address State": "TX ", + "Physical Address Zip": "77375", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814920", + "School District Name": "COMSTOCK ISD", + "Physical Address Line 1": "101 SANDERSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COMSTOCK", + "Physical Address State": "TX ", + "Physical Address Zip": "78837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800013", + "School District Name": "Timothy L Johnson Academy", + "Physical Address Line 1": "4625 Werling Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Wayne", + "Physical Address State": "IN ", + "Physical Address Zip": "46806", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610620", + "School District Name": "Comstock Park Public Schools", + "Physical Address Line 1": "101 SCHOOL ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COMSTOCK PARK", + "Physical Address State": "MI ", + "Physical Address Zip": "49321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12448304383788254", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800014", + "School District Name": "Irvington Community School", + "Physical Address Line 1": "6705 E Julian Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46219", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610590", + "School District Name": "Comstock Public Schools", + "Physical Address Line 1": "3010 GULL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KALAMAZOO", + "Physical Address State": "MI ", + "Physical Address Zip": "49048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.22915811088295687", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800016", + "School District Name": "Options Charter Schools", + "Physical Address Line 1": "530 W Carmel Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carmel", + "Physical Address State": "IN ", + "Physical Address Zip": "46032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503840", + "School District Name": "Concord", + "Physical Address Line 1": "120 Meriam Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concord", + "Physical Address State": "MA ", + "Physical Address Zip": "01742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03102189781021898", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600069", + "School District Name": "Concord Academy - Boyne", + "Physical Address Line 1": "401 EAST DIETZ RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOYNE CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "49712", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800020", + "School District Name": "West Central Education Service Ctr", + "Physical Address Line 1": "522 Anderson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greencastle", + "Physical Address State": "IN ", + "Physical Address Zip": "46135", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600074", + "School District Name": "Concord Academy - Petoskey", + "Physical Address Line 1": "2468 ATKINS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PETOSKEY", + "Physical Address State": "MI ", + "Physical Address Zip": "49770", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800021", + "School District Name": "Signature School Inc", + "Physical Address Line 1": "610 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Evansville", + "Physical Address State": "IN ", + "Physical Address Zip": "47708", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610650", + "School District Name": "Concord Community Schools", + "Physical Address Line 1": "405 SOUTH MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CONCORD", + "Physical Address State": "MI ", + "Physical Address Zip": "49237", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11295681063122924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800023", + "School District Name": "IN Sch for the Blind & Vis Imprd", + "Physical Address Line 1": "7725 N College Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700399", + "School District Name": "Concord Lake STEAM Academy", + "Physical Address Line 1": "1911 Concord Lake Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kannapolis", + "Physical Address State": "NC ", + "Physical Address Zip": "28083", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800024", + "School District Name": "Indiana School For The Deaf", + "Physical Address Line 1": "1200 E 42nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46205", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399908", + "School District Name": "Concord SAU Office", + "Physical Address Line 1": "38 Liberty St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concord", + "Physical Address State": "NH ", + "Physical Address Zip": "03301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800025", + "School District Name": "Thea Bowman Leadership Academy", + "Physical Address Line 1": "975 W 5th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gary", + "Physical Address State": "IN ", + "Physical Address Zip": "46406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302460", + "School District Name": "Concord School District", + "Physical Address Line 1": "38 Liberty St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concord", + "Physical Address State": "NH ", + "Physical Address Zip": "03301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10380694820054087", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503870", + "School District Name": "Concord-Carlisle", + "Physical Address Line 1": "120 Meriam Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concord", + "Physical Address State": "MA ", + "Physical Address Zip": "01742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.024265644955300127", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800028", + "School District Name": "KIPP Indy College Prep Middle", + "Physical Address Line 1": "1740 E 30th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46218", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005100", + "School District Name": "Concordia", + "Physical Address Line 1": "217 W 7th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concordia", + "Physical Address State": "KS ", + "Physical Address Zip": "66901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14311431143114312", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800033", + "School District Name": "SE Neighborhood Sch of Excellence", + "Physical Address Line 1": "1601 S Barth Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200480", + "School District Name": "Concordia Parish", + "Physical Address Line 1": "4358 Highway 84 West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vidalia", + "Physical Address State": "LA ", + "Physical Address Zip": "71373", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.49433606041535555", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910080", + "School District Name": "CONCORDIA R-II", + "Physical Address Line 1": "204 SW 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CONCORDIA", + "Physical Address State": "MO ", + "Physical Address Zip": "64020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12106135986733002", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800036", + "School District Name": "Lost River Career Cooperative", + "Physical Address Line 1": "600 Elm St - Suite One", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paoli", + "Physical Address State": "IN ", + "Physical Address Zip": "47454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301660", + "School District Name": "Concrete School District", + "Physical Address Line 1": "45389 AIRPORT WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CONCRETE", + "Physical Address State": "WA ", + "Physical Address Zip": "98237", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2024793388429752", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800037", + "School District Name": "Joshua Academy", + "Physical Address Line 1": "1230 E Illinois St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Evansville", + "Physical Address State": "IN ", + "Physical Address Zip": "47711", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103330", + "School District Name": "Condon SD 25J", + "Physical Address Line 1": "210 E Bayard St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Condon", + "Physical Address State": "OR ", + "Physical Address Zip": "97823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13291139240506328", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900111", + "School District Name": "CONEHATTA ELEMENTARY SCHOOL", + "Physical Address Line 1": "851 TUSHKA DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CONEHATTA", + "Physical Address State": "MS", + "Physical Address Zip": "39057", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800040", + "School District Name": "Northern IN Education Center", + "Physical Address Line 1": "56535 Magnetic Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mishawaka", + "Physical Address State": "IN ", + "Physical Address Zip": "46545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206420", + "School District Name": "Conemaugh Township Area SD", + "Physical Address Line 1": "300 West Campus Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Davidsville", + "Physical Address State": "PA ", + "Physical Address Zip": "15928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11616161616161616", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800041", + "School District Name": "Indiana Academy for Sci Math Hmn", + "Physical Address Line 1": "BSU - Teachers College (TC-912)", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muncie", + "Physical Address State": "IN ", + "Physical Address Zip": "47306", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206430", + "School District Name": "Conemaugh Valley SD", + "Physical Address Line 1": "1340 William Penn Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnstown", + "Physical Address State": "PA ", + "Physical Address Zip": "15906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18257756563245822", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3174200", + "School District Name": "CONESTOGA PUBLIC SCHOOLS", + "Physical Address Line 1": "8404 42ND STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MURRAY", + "Physical Address State": "NE ", + "Physical Address Zip": "68409", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04093567251461988", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800043", + "School District Name": "Rural Community Schools Inc", + "Physical Address Line 1": "2385 N State Rd 63", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sullivan", + "Physical Address State": "IN ", + "Physical Address Zip": "47882", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206480", + "School District Name": "Conestoga Valley SD", + "Physical Address Line 1": "2110 Horseshoe Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "PA ", + "Physical Address Zip": "17601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09187935034802784", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206550", + "School District Name": "Conewago Valley SD", + "Physical Address Line 1": "130 Berlin Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Oxford", + "Physical Address State": "PA ", + "Physical Address Zip": "17350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1064923934004714", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601004", + "School District Name": "CONEY ISLAND PREPARATORY PUBLIC CHARTER SCHOOL", + "Physical Address Line 1": "501 WEST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800048", + "School District Name": "East Chicago Urban Enterprise Acad", + "Physical Address Line 1": "1402 E Chicago Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Chicago", + "Physical Address State": "IN ", + "Physical Address Zip": "46312", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900579", + "School District Name": "CONFLUENCE ACADEMIES", + "Physical Address Line 1": "611 N 10TH ST STE 550", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63101", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800050", + "School District Name": "Southern IN Education Center", + "Physical Address Line 1": "1102 Tree Lane Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jasper", + "Physical Address State": "IN ", + "Physical Address Zip": "47546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4814970", + "School District Name": "CONNALLY ISD", + "Physical Address Line 1": "200 CADET WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WACO", + "Physical Address State": "TX ", + "Physical Address Zip": "76705", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.2232051718271521", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800051", + "School District Name": "Victory College Prep Academy", + "Physical Address Line 1": "1780 Sloan Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904381", + "School District Name": "Conneaut Area City", + "Physical Address Line 1": "230 Gateway Ave Ste B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conneaut", + "Physical Address State": "OH ", + "Physical Address Zip": "44030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23597194388777556", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800052", + "School District Name": "Gary Lighthouse Charter School", + "Physical Address Line 1": "725 Clark Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gary", + "Physical Address State": "IN ", + "Physical Address Zip": "46406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206590", + "School District Name": "Conneaut SD", + "Physical Address Line 1": "219 W School Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Linesville", + "Physical Address State": "PA ", + "Physical Address Zip": "16424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21011973735032832", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800054", + "School District Name": "East Chicago Lighthouse Charter", + "Physical Address Line 1": "3916 Pulaski St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Chicago", + "Physical Address State": "IN ", + "Physical Address Zip": "46312", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800058", + "School District Name": "Herron Charter", + "Physical Address Line 1": "110 E 16th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800061", + "School District Name": "Geist Montessori Academy", + "Physical Address Line 1": "6058 W 900 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McCordsville", + "Physical Address State": "IN ", + "Physical Address Zip": "46055", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800064", + "School District Name": "Indianapolis Metropolitan High Sch", + "Physical Address Line 1": "1635 W Michigan St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280220", + "School District Name": "Connellsville Area Career & Technical Center", + "Physical Address Line 1": "720 Locust Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Connellsville", + "Physical Address State": "PA ", + "Physical Address Zip": "15425", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800065", + "School District Name": "Renaissance Academy Charter School", + "Physical Address Line 1": "4093 W US 20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LaPorte", + "Physical Address State": "IN ", + "Physical Address Zip": "46350", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206660", + "School District Name": "Connellsville Area SD", + "Physical Address Line 1": "732 Rockridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Connellsville", + "Physical Address State": "PA ", + "Physical Address Zip": "15425", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.18081180811808117", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800067", + "School District Name": "IN Math & Science Academy", + "Physical Address Line 1": "4575 W 38th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46254", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600210", + "School District Name": "Conner Creek Academy East", + "Physical Address Line 1": "16911 EASTLAND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSEVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48066", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800070", + "School District Name": "East Central Education Service Ctr", + "Physical Address Line 1": "1601 Indiana Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Connersville", + "Physical Address State": "IN ", + "Physical Address Zip": "47331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608160", + "School District Name": "CONNETQUOT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "780 OCEAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOHEMIA", + "Physical Address State": "NY ", + "Physical Address Zip": "11716", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03749357986646122", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904754", + "School District Name": "Conotton Valley Union Local", + "Physical Address Line 1": "21 Mound St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sherrodsville", + "Physical Address State": "OH ", + "Physical Address Zip": "44675", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16049382716049382", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800072", + "School District Name": "Hoosier Academy - Indianapolis", + "Physical Address Line 1": "5650 Caito Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN", + "Physical Address Zip": "46226", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007330", + "School District Name": "Conrad Elem", + "Physical Address Line 1": "215 South Maryland St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conrad", + "Physical Address State": "MT ", + "Physical Address Zip": "59425", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18902439024390244", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007320", + "School District Name": "Conrad H S", + "Physical Address Line 1": "215 South Maryland St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conrad", + "Physical Address State": "MT ", + "Physical Address Zip": "59425", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1407766990291262", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800078", + "School District Name": "Old National Trail Spec Serv Coop", + "Physical Address Line 1": "1 N Calbert Way - Suite B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greencastle", + "Physical Address State": "IN ", + "Physical Address Zip": "46135", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206780", + "School District Name": "Conrad Weiser Area SD", + "Physical Address Line 1": "44 Big Spring Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Robesonia", + "Physical Address State": "PA ", + "Physical Address Zip": "19551", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09987476518472135", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800079", + "School District Name": "Wabash River CTE Center", + "Physical Address Line 1": "615 East Strawberry Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montezuma", + "Physical Address State": "IN ", + "Physical Address Zip": "47862", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815000", + "School District Name": "CONROE ISD", + "Physical Address Line 1": "3205 W DAVIS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CONROE", + "Physical Address State": "TX ", + "Physical Address Zip": "77304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.11720726134410331", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1800080", + "School District Name": "Wilson Education Center", + "Physical Address Line 1": "2101 Grace Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlestown", + "Physical Address State": "IN ", + "Physical Address Zip": "47111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005130", + "School District Name": "Conway Springs", + "Physical Address Line 1": "110 N. Monnet", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conway Springs", + "Physical Address State": "KS ", + "Physical Address Zip": "67031", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06653992395437262", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800082", + "School District Name": "Hammond Academy of Science & Tech", + "Physical Address Line 1": "33 Muenich Ct", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hammond", + "Physical Address State": "IN ", + "Physical Address Zip": "46320", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005190", + "School District Name": "Copeland", + "Physical Address Line 1": "105 Thatcher", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Copeland", + "Physical Address State": "KS ", + "Physical Address Zip": "67837", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.061452513966480445", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800083", + "School District Name": "The Bloomington Project School", + "Physical Address Line 1": "349 S Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomington", + "Physical Address State": "IN ", + "Physical Address Zip": "47401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500060", + "School District Name": "Conservatory Lab Charter (District)", + "Physical Address Line 1": "395 Columbia Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dorchester", + "Physical Address State": "MA ", + "Physical Address Zip": "02125", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800086", + "School District Name": "Paramount Brookside", + "Physical Address Line 1": "3020 Nowland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008040", + "School District Name": "Crest", + "Physical Address Line 1": "603 E Broad", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colony", + "Physical Address State": "KS ", + "Physical Address Zip": "66015", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17180616740088106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800088", + "School District Name": "Discovery Charter School", + "Physical Address Line 1": "800 Canonie Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Porter", + "Physical Address State": "IN ", + "Physical Address Zip": "46304", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610750", + "School District Name": "Constantine Public School District", + "Physical Address Line 1": "1 FALCON DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CONSTANTINE", + "Physical Address State": "MI ", + "Physical Address Zip": "49042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14274509803921567", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800090", + "School District Name": "Wabash Valley Education Center", + "Physical Address Line 1": "3061 Benton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Lafayette", + "Physical Address State": "IN ", + "Physical Address Zip": "47906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005370", + "School District Name": "Cunningham", + "Physical Address Line 1": "104 W 4th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cunningham", + "Physical Address State": "KS ", + "Physical Address Zip": "67035", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10227272727272728", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800093", + "School District Name": "Excel Center for Adult Learners", + "Physical Address Line 1": "1635 W Michigan St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901432", + "School District Name": "Constellation Schools: Eastside Arts Academy", + "Physical Address Line 1": "6700 Lansing Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800094", + "School District Name": "IN Math & Science Academy - North", + "Physical Address Line 1": "7435 N Keystone Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46240", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005490", + "School District Name": "De Soto", + "Physical Address Line 1": "35200 W. 91st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "De Soto", + "Physical Address State": "KS ", + "Physical Address Zip": "66018", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03094302554027505", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800098", + "School District Name": "Indiana Connections Academy", + "Physical Address Line 1": "6640 INTECH Blvd - Suite 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46278", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900103", + "School District Name": "Constellation Schools: Elyria Community", + "Physical Address Line 1": "300 N Abbe Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elyria", + "Physical Address State": "OH ", + "Physical Address Zip": "44035", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800099", + "School District Name": "Rock Creek Community Academy", + "Physical Address Line 1": "8000 Diefenbach Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sellersburg", + "Physical Address State": "IN ", + "Physical Address Zip": "47172", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005400", + "School District Name": "Deerfield", + "Physical Address Line 1": "803 Beech Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deerfield", + "Physical Address State": "KS ", + "Physical Address Zip": "67838", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1318181818181818", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900102", + "School District Name": "Constellation Schools: Lorain Community Elementary", + "Physical Address Line 1": "1110 W 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lorain", + "Physical Address State": "OH ", + "Physical Address Zip": "44052", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800102", + "School District Name": "Gary Middle College", + "Physical Address Line 1": "1630 N Meridian St 350", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005460", + "School District Name": "Derby", + "Physical Address Line 1": "1550 E. Walnut Grove Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Derby", + "Physical Address State": "KS ", + "Physical Address Zip": "67037", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09676134855322538", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800105", + "School District Name": "Southside Sp Srvs Of Marion Co", + "Physical Address Line 1": "5391 S Shelby St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46227", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900507", + "School District Name": "Constellation Schools: Lorain Community Middle", + "Physical Address Line 1": "1110 W 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lorain", + "Physical Address State": "OH ", + "Physical Address Zip": "44052", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800107", + "School District Name": "Tri-Township Cons School Corp", + "Physical Address Line 1": "309 School Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wanatah", + "Physical Address State": "IN ", + "Physical Address Zip": "46390", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10567514677103718", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005520", + "School District Name": "Dexter", + "Physical Address Line 1": "311 N Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dexter", + "Physical Address State": "KS ", + "Physical Address Zip": "67038", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12173913043478261", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800108", + "School District Name": "Damar Charter Academy", + "Physical Address Line 1": "5125 Decatur Blvd - Suite D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46241", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900506", + "School District Name": "Constellation Schools: Madison Community Elementary", + "Physical Address Line 1": "2015 W 95th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800110", + "School District Name": "Region 8 Education Service Center", + "Physical Address Line 1": "1027 W Rudisill Blvd - Box #17", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Wayne", + "Physical Address State": "IN ", + "Physical Address Zip": "46807", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005550", + "School District Name": "Dighton", + "Physical Address Line 1": "710 E Lincoln St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dighton", + "Physical Address State": "KS ", + "Physical Address Zip": "67839", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13392857142857142", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800113", + "School District Name": "Neighbors' New Vistas High School", + "Physical Address Line 1": "5201 US Hwy 6", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portage", + "Physical Address State": "IN ", + "Physical Address Zip": "46368", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900019", + "School District Name": "Constellation Schools: Old Brooklyn Community Elementary", + "Physical Address Line 1": "4430 State Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800116", + "School District Name": "Excel Center - Anderson", + "Physical Address Line 1": "630 Nichol Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anderson", + "Physical Address State": "IN ", + "Physical Address Zip": "46016", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005580", + "School District Name": "Dodge City", + "Physical Address Line 1": "2112 N First Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dodge City", + "Physical Address State": "KS ", + "Physical Address Zip": "67801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.136986301369863", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900508", + "School District Name": "Constellation Schools: Old Brooklyn Community Middle", + "Physical Address Line 1": "4430 State Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000348", + "School District Name": "Doniphan West Schools", + "Physical Address Line 1": "402 E Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highland", + "Physical Address State": "KS ", + "Physical Address Zip": "66035", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14501510574018128", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900068", + "School District Name": "Constellation Schools: Parma Community", + "Physical Address Line 1": "7667 Day Dr Fl 1ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parma", + "Physical Address State": "OH ", + "Physical Address Zip": "44129", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800123", + "School District Name": "Inspire Academy - A Sch of Inquiry", + "Physical Address Line 1": "2801 E 16th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muncie", + "Physical Address State": "IN ", + "Physical Address Zip": "47302", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005610", + "School District Name": "Douglass Public Schools", + "Physical Address Line 1": "921 E. First", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Douglass", + "Physical Address State": "KS ", + "Physical Address Zip": "67039", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0847457627118644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800124", + "School District Name": "Phalen Leadership Academy - IN Inc", + "Physical Address Line 1": "2323 North Illinois Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900211", + "School District Name": "Constellation Schools: Puritas Community Elementary", + "Physical Address Line 1": "17720 Puritas Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44135", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007290", + "School District Name": "Durham-Hillsboro-Lehigh", + "Physical Address Line 1": "416 S. Date Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsboro", + "Physical Address State": "KS ", + "Physical Address Zip": "67063", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09502262443438914", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800130", + "School District Name": "Northwest IN Education Center", + "Physical Address Line 1": "2939 41st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highland", + "Physical Address State": "IN ", + "Physical Address Zip": "46322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900291", + "School District Name": "Constellation Schools: Puritas Community Middle", + "Physical Address Line 1": "17720 Puritas Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44135", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800131", + "School District Name": "Smith Academy for Excellence", + "Physical Address Line 1": "725 W Washington Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Wayne", + "Physical Address State": "IN ", + "Physical Address Zip": "46802", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005640", + "School District Name": "Easton", + "Physical Address Line 1": "32502 Easton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Easton", + "Physical Address State": "KS ", + "Physical Address Zip": "66020", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.056776556776556776", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800133", + "School District Name": "Ripley-Ohio-Dearborn Sp Ed Coop", + "Physical Address Line 1": "925 N Meridian St Ste 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunman", + "Physical Address State": "IN ", + "Physical Address Zip": "47041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900212", + "School District Name": "Constellation Schools: Stockyard Community Elementary", + "Physical Address Line 1": "3200 W 65th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800134", + "School District Name": "Excel Center - Richmond", + "Physical Address Line 1": "1215 S 'J' St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "IN ", + "Physical Address Zip": "47374", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005730", + "School District Name": "El Dorado", + "Physical Address Line 1": "124 West Central Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Dorado", + "Physical Address State": "KS ", + "Physical Address Zip": "67042", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16144814090019569", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800135", + "School District Name": "Excel Center - Kokomo", + "Physical Address Line 1": "101 W Superior St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kokomo", + "Physical Address State": "IN ", + "Physical Address Zip": "46901", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901403", + "School District Name": "Constellation Schools: Stockyard Community Middle", + "Physical Address Line 1": "3200 W 65th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800137", + "School District Name": "Enlace Academy", + "Physical Address Line 1": "3725 Kiel Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46224", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005760", + "School District Name": "Elk Valley", + "Physical Address Line 1": "701 Delaware", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Longton", + "Physical Address State": "KS ", + "Physical Address Zip": "67352", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.265625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800138", + "School District Name": "Excel Center - Lafayette Square", + "Physical Address Line 1": "6000 W 34th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46224", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900105", + "School District Name": "Constellation Schools: Westpark Community Elementary", + "Physical Address Line 1": "16210 Lorain Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005790", + "School District Name": "Elkhart", + "Physical Address Line 1": "542 Morton St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkhart", + "Physical Address State": "KS ", + "Physical Address Zip": "67950", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14742014742014742", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800142", + "School District Name": "Excel Center - Lafayette", + "Physical Address Line 1": "615 N 18th St 2nd Floor", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lafayette", + "Physical Address State": "IN ", + "Physical Address Zip": "47904", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900503", + "School District Name": "Constellation Schools: Westpark Community Middle", + "Physical Address Line 1": "16210 Lorain Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800145", + "School District Name": "Tindley Genesis Academy", + "Physical Address Line 1": "2540 N Capitol Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005800", + "School District Name": "Ell-Saline", + "Physical Address Line 1": "412 E. Anderson", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brookville", + "Physical Address State": "KS ", + "Physical Address Zip": "67425", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800146", + "School District Name": "Vision Academy", + "Physical Address Line 1": "1751 E Riverside Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901326", + "School District Name": "Constellation Schools: Westside Community School of the Arts", + "Physical Address Line 1": "3727 Bosworth Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800147", + "School District Name": "KIPP Indy Unite Elementary", + "Physical Address Line 1": "1740 E 30th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46218", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005820", + "School District Name": "Ellinwood Public Schools", + "Physical Address Line 1": "300 N. Schiller", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellinwood", + "Physical Address State": "KS ", + "Physical Address Zip": "67526", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14161220043572983", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800148", + "School District Name": "Tindley Summit Academy", + "Physical Address Line 1": "3698 Dubarry", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46226", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005850", + "School District Name": "Ellis", + "Physical Address Line 1": "1011 Washington", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellis", + "Physical Address State": "KS ", + "Physical Address Zip": "67637", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08669354838709678", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904932", + "School District Name": "Continental Local", + "Physical Address Line 1": "5211 State Route 634", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Continental", + "Physical Address State": "OH ", + "Physical Address Zip": "45831", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0819935691318328", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005870", + "School District Name": "Ellsworth", + "Physical Address Line 1": "145 W 15th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellsworth", + "Physical Address State": "KS ", + "Physical Address Zip": "67439", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.0784313725490196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800159", + "School District Name": "Excel Center - University Heights", + "Physical Address Line 1": "3919 Madison Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46227", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399947", + "School District Name": "Contoocook Valley SAU Office", + "Physical Address Line 1": "106 Hancock Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peterborough", + "Physical Address State": "NH ", + "Physical Address Zip": "03458", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800161", + "School District Name": "Success Academy Primary School", + "Physical Address Line 1": "3408 Ardmore Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Bend", + "Physical Address State": "IN ", + "Physical Address Zip": "46628", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005940", + "School District Name": "Emporia", + "Physical Address Line 1": "1700 West 7th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Emporia", + "Physical Address State": "KS ", + "Physical Address Zip": "66801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13179767276181428", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800163", + "School District Name": "Excel Center - Noblesville", + "Physical Address Line 1": "300 N 17th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Noblesville", + "Physical Address State": "IN ", + "Physical Address Zip": "46060", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302480", + "School District Name": "Contoocook Valley School District", + "Physical Address Line 1": "106 Hancock Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peterborough", + "Physical Address State": "NH ", + "Physical Address Zip": "03458", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09884559884559885", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006000", + "School District Name": "Erie-Galesburg", + "Physical Address Line 1": "205 S Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erie", + "Physical Address State": "KS ", + "Physical Address Zip": "66733", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24162011173184358", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800165", + "School District Name": "Dugger Union Community School Corp", + "Physical Address Line 1": "7356 E County Road 50 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dugger", + "Physical Address State": "IN ", + "Physical Address Zip": "47848", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800168", + "School District Name": "Mays Community Academy", + "Physical Address Line 1": "929 E South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mays", + "Physical Address State": "IN ", + "Physical Address Zip": "46155", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006090", + "School District Name": "Eudora", + "Physical Address Line 1": "1310 Winchester Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eudora", + "Physical Address State": "KS ", + "Physical Address Zip": "66025", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06221349050425671", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800169", + "School District Name": "Excel Center - South Bend", + "Physical Address Line 1": "2721 Kenwood Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Bend", + "Physical Address State": "IN ", + "Physical Address Zip": "46628", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800170", + "School District Name": "Global Preparatory Academy", + "Physical Address Line 1": "2033 Sugar Grove Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006120", + "School District Name": "Eureka", + "Physical Address Line 1": "216 N Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "KS ", + "Physical Address Zip": "67045", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19785276073619631", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800171", + "School District Name": "Steel City Academy", + "Physical Address Line 1": "2650 West 35th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gary", + "Physical Address State": "IN ", + "Physical Address Zip": "46408", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008310", + "School District Name": "Fairfield", + "Physical Address Line 1": "16115 S Langdon Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Langdon", + "Physical Address State": "KS ", + "Physical Address Zip": "67583", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18434343434343434", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800175", + "School District Name": "Excel Center - Shelbyville", + "Physical Address Line 1": "111 North Harrison Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelbyville", + "Physical Address State": "IN ", + "Physical Address Zip": "46176", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800176", + "School District Name": "Seven Oaks Classical School", + "Physical Address Line 1": "200 E Association St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomington", + "Physical Address State": "IN ", + "Physical Address Zip": "47429", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011220", + "School District Name": "Flinthills", + "Physical Address Line 1": "806 SE Rosalia", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rosalia", + "Physical Address State": "KS ", + "Physical Address Zip": "67132", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10196078431372549", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800177", + "School District Name": "Kindezi Academy", + "Physical Address Line 1": "3725 Kiel Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46224", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5602140", + "School District Name": "Converse County School District #1", + "Physical Address Line 1": "615 Hamilton Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Douglas", + "Physical Address State": "WY ", + "Physical Address Zip": "82633", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10418963616317531", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800178", + "School District Name": "Higher Institute of Arts & Tech", + "Physical Address Line 1": "5861 Harrison Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Merrillville", + "Physical Address State": "IN ", + "Physical Address Zip": "46410", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008370", + "School District Name": "Ft Larned", + "Physical Address Line 1": "120 East 6th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Larned", + "Physical Address State": "KS ", + "Physical Address Zip": "67550", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12142857142857143", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800179", + "School District Name": "Insight School of Indiana", + "Physical Address Line 1": "5650 Caito Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46226", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5602150", + "School District Name": "Converse County School District #2", + "Physical Address Line 1": "120 Boxelder Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glenrock", + "Physical Address State": "WY ", + "Physical Address Zip": "82637", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11032531824611033", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006330", + "School District Name": "Ft Leavenworth", + "Physical Address Line 1": "207 Education Way; Building 33", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Leavenworth", + "Physical Address State": "KS ", + "Physical Address Zip": "66027", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05217889908256881", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503900", + "School District Name": "Conway", + "Physical Address Line 1": "113 North Main Street Office", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Deerfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01373", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08695652173913043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800182", + "School District Name": "Excel Center - Clarksville", + "Physical Address Line 1": "1329 Applegate Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarksville", + "Physical Address State": "IN ", + "Physical Address Zip": "47129", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006180", + "School District Name": "Fort Scott", + "Physical Address Line 1": "424 S Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Scott", + "Physical Address State": "KS ", + "Physical Address Zip": "66701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1976127320954907", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800183", + "School District Name": "Purdue Polytechnic High School Ind", + "Physical Address Line 1": "3029 E Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399909", + "School District Name": "Conway SAU Office", + "Physical Address Line 1": "176A Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conway", + "Physical Address State": "NH ", + "Physical Address Zip": "03818", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006210", + "School District Name": "Fowler", + "Physical Address Line 1": "100 E 8th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fowler", + "Physical Address State": "KS ", + "Physical Address Zip": "67844", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13194444444444445", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800185", + "School District Name": "Excel Center - Hammond", + "Physical Address Line 1": "3438 169th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hammond", + "Physical Address State": "IN ", + "Physical Address Zip": "46323", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301680", + "School District Name": "Conway School District", + "Physical Address Line 1": "19710 STATE ROUTE 534", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT VERNON", + "Physical Address State": "WA ", + "Physical Address Zip": "98274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08545454545454545", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800187", + "School District Name": "Riverside High School", + "Physical Address Line 1": "3010 N white River Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianpolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006270", + "School District Name": "Fredonia", + "Physical Address Line 1": "300 N. 6th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fredonia", + "Physical Address State": "KS ", + "Physical Address Zip": "66736", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2065997130559541", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800188", + "School District Name": "James & Rosemary Phalen Leadership Academy Middle School", + "Physical Address Line 1": "4352 Mitthoeffer Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302490", + "School District Name": "Conway School District", + "Physical Address Line 1": "176A Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conway", + "Physical Address State": "NH ", + "Physical Address Zip": "03818", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12828947368421054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800189", + "School District Name": "Otwell Miller Academy", + "Physical Address Line 1": "9958 East County Road 150 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Otwell", + "Physical Address State": "IN ", + "Physical Address Zip": "47564", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006300", + "School District Name": "Frontenac Public Schools", + "Physical Address Line 1": "208 S Cayuga", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frontenac", + "Physical Address State": "KS ", + "Physical Address Zip": "66763", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11216216216216217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800190", + "School District Name": "Ignite Achievement Academy", + "Physical Address Line 1": "1002 W 25 Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006360", + "School District Name": "Galena", + "Physical Address Line 1": "702 E. 7th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galena", + "Physical Address State": "KS ", + "Physical Address Zip": "66739", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.24558303886925795", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800191", + "School District Name": "Indiana Connections Career Academy", + "Physical Address Line 1": "6640 Intech Boulevard - Ste 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46278", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006390", + "School District Name": "Garden City", + "Physical Address Line 1": "1205 Fleming Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garden City", + "Physical Address State": "KS ", + "Physical Address Zip": "67846", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13883727103796123", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800192", + "School District Name": "Urban ACT Academy", + "Physical Address Line 1": "1250 E Market Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006420", + "School District Name": "Gardner Edgerton", + "Physical Address Line 1": "231 East Madison Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gardner", + "Physical Address State": "KS ", + "Physical Address Zip": "66030", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05409530269628625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800193", + "School District Name": "Vanguard Collegiate of Indy", + "Physical Address Line 1": "2440 W Ohio St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2713110", + "School District Name": "COOK COUNTY PUBLIC SCHOOLS", + "Physical Address Line 1": "101 W 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND MARAIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1453125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800194", + "School District Name": "Matchbook Learning", + "Physical Address Line 1": "1163 Belmont Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006450", + "School District Name": "Garnett", + "Physical Address Line 1": "305 N. Oak", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garnett", + "Physical Address State": "KS ", + "Physical Address Zip": "66032", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1450381679389313", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800195", + "School District Name": "Gary Middle College West", + "Physical Address Line 1": "1630 N Meridian St 350", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN", + "Physical Address Zip": "46202", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007890", + "School District Name": "Geary County Schools", + "Physical Address Line 1": "123 N. Eisenhower", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Junction City", + "Physical Address State": "KS ", + "Physical Address Zip": "66441", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1455622826226974", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800196", + "School District Name": "Paramount Cottage Home", + "Physical Address Line 1": "1203 E St. Clair Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007350", + "School District Name": "Cooke City Elem", + "Physical Address Line 1": "101 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cooke City", + "Physical Address State": "MT ", + "Physical Address Zip": "59020", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800197", + "School District Name": "Excel Center - Muncie", + "Physical Address Line 1": "1023 W Jackson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muncie", + "Physical Address State": "IN ", + "Physical Address Zip": "47305", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006480", + "School District Name": "Girard", + "Physical Address Line 1": "415 North Summit", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Girard", + "Physical Address State": "KS ", + "Physical Address Zip": "66743", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21100917431192662", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800198", + "School District Name": "Indiana Agriculture and Technology", + "Physical Address Line 1": "1982 S Morgantown Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morgantown", + "Physical Address State": "IN ", + "Physical Address Zip": "46160", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815120", + "School District Name": "COOLIDGE ISD", + "Physical Address Line 1": "1002 KIRVEN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COOLIDGE", + "Physical Address State": "TX ", + "Physical Address Zip": "76635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.224", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006540", + "School District Name": "Goddard", + "Physical Address Line 1": "201 South Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goddard", + "Physical Address State": "KS ", + "Physical Address Zip": "67052", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.04520870891693247", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800200", + "School District Name": "Excel Center - Gary", + "Physical Address Line 1": "3710 Clark Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gary", + "Physical Address State": "IN ", + "Physical Address Zip": "46408", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006570", + "School District Name": "Goessel", + "Physical Address Line 1": "500 E. Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOESSEL", + "Physical Address State": "KS ", + "Physical Address Zip": "67053", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.058823529411764705", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800202", + "School District Name": "pilotED Schools", + "Physical Address Line 1": "2710 Bethel Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011040", + "School District Name": "Golden Plains", + "Physical Address Line 1": "210 W. 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Selden", + "Physical Address State": "KS ", + "Physical Address Zip": "67757", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11206896551724138", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800203", + "School District Name": "Timothy L. Johnson Academy Middle", + "Physical Address Line 1": "4625 Werling Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Wayne", + "Physical Address State": "IN ", + "Physical Address Zip": "46806", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800204", + "School District Name": "PLA at George H Fisher School 93", + "Physical Address Line 1": "7151 E 35th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46226", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006580", + "School District Name": "Goodland", + "Physical Address Line 1": "1311 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goodland", + "Physical Address State": "KS ", + "Physical Address Zip": "67735", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16619452313503305", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800205", + "School District Name": "Dynamic Minds Academy", + "Physical Address Line 1": "8350 Craig St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46250", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100014", + "School District Name": "COOP CTRS FOR EXCEPTIONAL CHILDREN", + "Physical Address Line 1": "200 Maroon Tide Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galax", + "Physical Address State": "VA ", + "Physical Address Zip": "24333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800206", + "School District Name": "KIPP Indy Legacy High", + "Physical Address Line 1": "2255 N Ralston Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46218", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006660", + "School District Name": "Great Bend", + "Physical Address Line 1": "201 S. Patton Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Great Bend", + "Physical Address State": "KS ", + "Physical Address Zip": "67530", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2045602605863192", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800207", + "School District Name": "Invent Learning Hub", + "Physical Address Line 1": "1849 E Pleasant Run Pkwy S Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2906150", + "School District Name": "COOPER CO. R-IV", + "Physical Address Line 1": "500 EAST MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUNCETON", + "Physical Address State": "MO ", + "Physical Address Zip": "65237", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.176056338028169", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800208", + "School District Name": "Paramount Englewood", + "Physical Address Line 1": "1849 E Pleasant Run S Pkwy Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006690", + "School District Name": "Greeley County Schools", + "Physical Address Line 1": "400 W Lawrence St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tribune", + "Physical Address State": "KS ", + "Physical Address Zip": "67879", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10181818181818182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800209", + "School District Name": "Excel Center - Bloomington", + "Physical Address Line 1": "2088 Liberty Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomington", + "Physical Address State": "IN ", + "Physical Address Zip": "47403", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815150", + "School District Name": "COOPER ISD", + "Physical Address Line 1": "350 W MCKINNEY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COOPER", + "Physical Address State": "TX ", + "Physical Address Zip": "75432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2205188679245283", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006720", + "School District Name": "Kiowa County", + "Physical Address Line 1": "710 S. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensburg", + "Physical Address State": "KS ", + "Physical Address Zip": "67054", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11888111888111888", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800211", + "School District Name": "Purdue Polytechnic High Sch North", + "Physical Address Line 1": "1405 Broad Ripple Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46220", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2304440", + "School District Name": "Cooper Public Schools", + "Physical Address Line 1": "63 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baileyville", + "Physical Address State": "ME ", + "Physical Address Zip": "04694", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006780", + "School District Name": "Grinnell Public Schools", + "Physical Address Line 1": "402 S Monroe", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grinnell", + "Physical Address State": "KS ", + "Physical Address Zip": "67738", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14432989690721648", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800213", + "School District Name": "Silver Creek School Corporation", + "Physical Address Line 1": "601 Renz Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sellersburg", + "Physical Address State": "IN ", + "Physical Address Zip": "47172", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08385399539625123", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500022", + "School District Name": "Cooperative Ed Serv Agcy 01", + "Physical Address Line 1": "N25W23131 Paul Rd", + "Physical Address Line 2": "Ste 100", + "Physical Address Line 3": "", + "Physical Address City": "Pewaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800214", + "School District Name": "Purdue Polytechnic High School South Bend", + "Physical Address Line 1": "635 S Lafayette Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Bend", + "Physical Address State": "IN ", + "Physical Address Zip": "46601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006840", + "School District Name": "Halstead", + "Physical Address Line 1": "521 W 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Halstead", + "Physical Address State": "KS ", + "Physical Address Zip": "67056", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11770726714431934", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800215", + "School District Name": "James and Rosemary Phalen Leadership Academy High School", + "Physical Address Line 1": "4352 Mitthoeffer Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500023", + "School District Name": "Cooperative Ed Serv Agcy 02", + "Physical Address Line 1": "1221 Innovation Dr", + "Physical Address Line 2": "Ste 205", + "Physical Address Line 3": "", + "Physical Address City": "Whitewater", + "Physical Address State": "WI ", + "Physical Address Zip": "53190", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006870", + "School District Name": "Hamilton", + "Physical Address Line 1": "2596 W Road North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton", + "Physical Address State": "KS ", + "Physical Address Zip": "66853", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1323529411764706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800217", + "School District Name": "The Hope Academy - Inc.", + "Physical Address Line 1": "3919 Madison Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46227", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500024", + "School District Name": "Cooperative Ed Serv Agcy 03", + "Physical Address Line 1": "1300 Industrial Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fennimore", + "Physical Address State": "WI ", + "Physical Address Zip": "53809", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800218", + "School District Name": "Phalen Leadership Academy at Francis Scott Key School 103", + "Physical Address Line 1": "3920 Baker Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46236", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006960", + "School District Name": "Haven Public Schools", + "Physical Address Line 1": "414 West Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haven", + "Physical Address State": "KS ", + "Physical Address Zip": "67543", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.113384484228474", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800219", + "School District Name": "GEO Next Generation Academy", + "Physical Address Line 1": "4002 N Franklin Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46226", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500025", + "School District Name": "Cooperative Ed Serv Agcy 04", + "Physical Address Line 1": "923 E Garland St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Salem", + "Physical Address State": "WI ", + "Physical Address Zip": "54669", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800220", + "School District Name": "The PATH School", + "Physical Address Line 1": "653 Somerset Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006990", + "School District Name": "Haviland", + "Physical Address Line 1": "400 N. Topeka St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haviland", + "Physical Address State": "KS ", + "Physical Address Zip": "67059", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1366906474820144", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800221", + "School District Name": "HIM By HER Collegiate School for the Arts", + "Physical Address Line 1": "4501 East 32nd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46218", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500026", + "School District Name": "Cooperative Ed Serv Agcy 05", + "Physical Address Line 1": "626 E Slifer St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portage", + "Physical Address State": "WI ", + "Physical Address Zip": "53901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800222", + "School District Name": "Phalen Virtual Leadership Academy", + "Physical Address Line 1": "4352 Mitthoeffer Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007020", + "School District Name": "Hays", + "Physical Address Line 1": "323 W. 12th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hays", + "Physical Address State": "KS ", + "Physical Address Zip": "67601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10703693717983284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500027", + "School District Name": "Cooperative Ed Serv Agcy 06", + "Physical Address Line 1": "2300 State Rd 44", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oshkosh", + "Physical Address State": "WI ", + "Physical Address Zip": "54904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800224", + "School District Name": "Rooted School Indianapolis", + "Physical Address Line 1": "5750 E 30th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46218", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007050", + "School District Name": "Haysville", + "Physical Address Line 1": "1745 W Grand Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haysville", + "Physical Address State": "KS ", + "Physical Address Zip": "67060", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1308151093439364", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800225", + "School District Name": "Phalen Leadership Academy at Louis B Russell School 48", + "Physical Address Line 1": "3445 N Central Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500028", + "School District Name": "Cooperative Ed Serv Agcy 07", + "Physical Address Line 1": "595 Baeten Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Green Bay", + "Physical Address State": "WI ", + "Physical Address Zip": "54304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800226", + "School District Name": "Paramount Online Academy", + "Physical Address Line 1": "1203 E St Clair St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007080", + "School District Name": "Healy Public Schools", + "Physical Address Line 1": "5006 North Dodge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Healy", + "Physical Address State": "KS ", + "Physical Address Zip": "67850", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08955223880597014", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800227", + "School District Name": "Promise Prep", + "Physical Address Line 1": "4430 N Post Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46226", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500029", + "School District Name": "Cooperative Ed Serv Agcy 08", + "Physical Address Line 1": "223 W Park St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gillett", + "Physical Address State": "WI ", + "Physical Address Zip": "54124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800228", + "School District Name": "Indy Steam Academy", + "Physical Address Line 1": "4020 N Sherman Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46226", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007110", + "School District Name": "Herington", + "Physical Address Line 1": "19 North Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Herington", + "Physical Address State": "KS ", + "Physical Address Zip": "67449", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21119592875318066", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800229", + "School District Name": "Lawrence County Independent Schools", + "Physical Address Line 1": "223 Old Farm Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bedford", + "Physical Address State": "IN ", + "Physical Address Zip": "47421", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500031", + "School District Name": "Cooperative Ed Serv Agcy 09", + "Physical Address Line 1": "304 Kaphaem Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tomahawk", + "Physical Address State": "WI ", + "Physical Address Zip": "54487", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800230", + "School District Name": "The Nature School of Central Indiana", + "Physical Address Line 1": "6102 Boy Scout Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46226", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007170", + "School District Name": "Hesston", + "Physical Address Line 1": "150 N Ridge Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hesston", + "Physical Address State": "KS ", + "Physical Address Zip": "67062", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.04295942720763723", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800231", + "School District Name": "Herron Preparatory Academy", + "Physical Address Line 1": "110 E 16th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500032", + "School District Name": "Cooperative Ed Serv Agcy 10", + "Physical Address Line 1": "725 W Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chippewa Falls", + "Physical Address State": "WI ", + "Physical Address Zip": "54729", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800232", + "School District Name": "Excel Center - Elkhart", + "Physical Address Line 1": "1 Blazer Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkhart", + "Physical Address State": "IN ", + "Physical Address Zip": "46516", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000006", + "School District Name": "Hiawatha", + "Physical Address Line 1": "706 South First St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hiawatha", + "Physical Address State": "KS ", + "Physical Address Zip": "66434", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13202247191011235", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1800240", + "School District Name": "South Dearborn Community Sch Corp", + "Physical Address Line 1": "6109 Squire Pl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aurora", + "Physical Address State": "IN ", + "Physical Address Zip": "47001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1399856424982053", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500033", + "School District Name": "Cooperative Ed Serv Agcy 11", + "Physical Address Line 1": "225 Ostermann Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turtle Lake", + "Physical Address State": "WI ", + "Physical Address Zip": "54889", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007260", + "School District Name": "Graham County", + "Physical Address Line 1": "117 N. 3rd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hill City", + "Physical Address State": "KS ", + "Physical Address Zip": "67642", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14516129032258066", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500034", + "School District Name": "Cooperative Ed Serv Agcy 12", + "Physical Address Line 1": "618 Beaser Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "WI ", + "Physical Address Zip": "54806", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007320", + "School District Name": "Hoisington", + "Physical Address Line 1": "165 West Third Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hoisington", + "Physical Address State": "KS ", + "Physical Address Zip": "67544", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20202020202020202", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007350", + "School District Name": "Holcomb", + "Physical Address Line 1": "305 Wiley", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holcomb", + "Physical Address State": "KS ", + "Physical Address Zip": "67851", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09348093480934809", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608250", + "School District Name": "COOPERSTOWN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "39 LINDEN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COOPERSTOWN", + "Physical Address State": "NY ", + "Physical Address Zip": "13326", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10683760683760683", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007380", + "School District Name": "Holton", + "Physical Address Line 1": "515 Pennsylvania", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holton", + "Physical Address State": "KS ", + "Physical Address Zip": "66436", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12042389210019268", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610830", + "School District Name": "Coopersville Area Public School District", + "Physical Address Line 1": "198 EAST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COOPERSVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "49404", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06853895018388499", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007530", + "School District Name": "Hoxie Community Schools", + "Physical Address Line 1": "1100 Queen Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hoxie", + "Physical Address State": "KS ", + "Physical Address Zip": "67740", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12718204488778054", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103660", + "School District Name": "Coos Bay SD 9", + "Physical Address Line 1": "1255 Hemlock Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coos Bay", + "Physical Address State": "OR ", + "Physical Address Zip": "97420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22634408602150538", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007560", + "School District Name": "Hugoton Public Schools", + "Physical Address Line 1": "529 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hugoton", + "Physical Address State": "KS ", + "Physical Address Zip": "67951", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12418906394810009", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300034", + "School District Name": "Coos County", + "Physical Address Line 1": "County Farm Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "W. Stewartstown", + "Physical Address State": "NH ", + "Physical Address Zip": "03597", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007590", + "School District Name": "Humboldt", + "Physical Address Line 1": "801 New York", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Humboldt", + "Physical Address State": "KS ", + "Physical Address Zip": "66748", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17540322580645162", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302510", + "School District Name": "Coos County School District", + "Physical Address Line 1": "County Farm Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "W. Stewartstown", + "Physical Address State": "NH ", + "Physical Address Zip": "03597", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.5", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007620", + "School District Name": "Hutchinson Public Schools", + "Physical Address Line 1": "1520 North Plum", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hutchinson", + "Physical Address State": "KS ", + "Physical Address Zip": "67501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16303005351996708", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007650", + "School District Name": "Independence", + "Physical Address Line 1": "517 North 10th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Independence", + "Physical Address State": "KS ", + "Physical Address Zip": "67301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1997264021887825", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910140", + "School District Name": "COOTER R-IV", + "Physical Address Line 1": "1867 State Highway E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cooter", + "Physical Address State": "MO ", + "Physical Address Zip": "63839", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13194444444444445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007680", + "School District Name": "Ingalls", + "Physical Address Line 1": "100 Bulldog Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ingalls", + "Physical Address State": "KS ", + "Physical Address Zip": "67853", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08695652173913043", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008610", + "School District Name": "COPAN", + "Physical Address Line 1": "527 Hornet Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Copan", + "Physical Address State": "OK ", + "Physical Address Zip": "74022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17737003058103976", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007710", + "School District Name": "Inman", + "Physical Address Line 1": "119 S Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inman", + "Physical Address State": "KS ", + "Physical Address Zip": "67546", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08041237113402062", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007740", + "School District Name": "Iola", + "Physical Address Line 1": "305 North Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Iola", + "Physical Address State": "KS ", + "Physical Address Zip": "66749", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21837228041901693", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608280", + "School District Name": "COPENHAGEN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "3020 MECHANIC ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COPENHAGEN", + "Physical Address State": "NY ", + "Physical Address Zip": "13626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17261904761904762", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007750", + "School District Name": "Jayhawk", + "Physical Address Line 1": "414 South 5th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mound City", + "Physical Address State": "KS ", + "Physical Address Zip": "66056", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17726396917148363", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608310", + "School District Name": "COPIAGUE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "2650 GREAT NECK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COPIAGUE", + "Physical Address State": "NY ", + "Physical Address Zip": "11726", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11015384615384616", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2013020", + "School District Name": "Jefferson County North", + "Physical Address Line 1": "310 5th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchester", + "Physical Address State": "KS ", + "Physical Address Zip": "66097", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10236220472440945", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801220", + "School District Name": "COPIAH CO SCHOOL DIST", + "Physical Address Line 1": "254 West Gallatin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hazlehurst", + "Physical Address State": "MS ", + "Physical Address Zip": "39083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2466755319148936", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009510", + "School District Name": "Jefferson West", + "Physical Address Line 1": "3675 74th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meriden", + "Physical Address State": "KS ", + "Physical Address Zip": "66512", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.053811659192825115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904998", + "School District Name": "Copley-Fairlawn City", + "Physical Address Line 1": "3797 Ridgewood Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Copley", + "Physical Address State": "OH ", + "Physical Address Zip": "44321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.055182481751824816", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007800", + "School District Name": "Hodgeman County Schools", + "Physical Address Line 1": "401 Douglas", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jetmore", + "Physical Address State": "KS ", + "Physical Address Zip": "67854", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10034602076124567", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2304500", + "School District Name": "Coplin Plt Public Schools", + "Physical Address Line 1": "Carabassett Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coplin Plantation", + "Physical Address State": "ME ", + "Physical Address Zip": "04982", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10526315789473684", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801740", + "School District Name": "Perry Central Com Schools Corp", + "Physical Address Line 1": "18677 Old SR 37", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leopold", + "Physical Address State": "IN ", + "Physical Address Zip": "47551", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09591642924976258", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007950", + "School District Name": "Kansas City", + "Physical Address Line 1": "2010 N. 59th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kansas City", + "Physical Address State": "KS ", + "Physical Address Zip": "66104", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.2323514686248331", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1801770", + "School District Name": "Randolph Central School Corp", + "Physical Address Line 1": "103 N East St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchester", + "Physical Address State": "IN ", + "Physical Address Zip": "47394", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1696136214800262", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815210", + "School District Name": "COPPELL ISD", + "Physical Address Line 1": "200 S DENTON TAP RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COPPELL", + "Physical Address State": "TX ", + "Physical Address Zip": "75019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0381807973048849", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007970", + "School District Name": "Kaw Valley", + "Physical Address Line 1": "411 West Lasley", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. Marys", + "Physical Address State": "KS ", + "Physical Address Zip": "66536", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10376896720509056", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680505", + "School District Name": "Copper Country ISD", + "Physical Address Line 1": "809 HECLA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HANCOCK", + "Physical Address State": "MI ", + "Physical Address Zip": "49930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008070", + "School District Name": "Kingman - Norwich", + "Physical Address Line 1": "115 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingman", + "Physical Address State": "KS ", + "Physical Address Zip": "67068", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16326530612244897", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601137", + "School District Name": "Copper Island Academy", + "Physical Address Line 1": "52125 Industrial Dr N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calumet", + "Physical Address State": "MI ", + "Physical Address Zip": "49913", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008100", + "School District Name": "Kinsley-Offerle", + "Physical Address Line 1": "120 W 8th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kinsley", + "Physical Address State": "KS ", + "Physical Address Zip": "67547", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1536144578313253", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802190", + "School District Name": "South Central Com School Corp", + "Physical Address Line 1": "9808 S 600 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union Mills", + "Physical Address State": "IN ", + "Physical Address Zip": "46382", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0863013698630137", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008190", + "School District Name": "Kismet-Plains", + "Physical Address Line 1": "17222 Mustang Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kismet", + "Physical Address State": "KS ", + "Physical Address Zip": "67859", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14762741652021089", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802280", + "School District Name": "Whitley County Con Schools", + "Physical Address Line 1": "107 N Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia City", + "Physical Address State": "IN ", + "Physical Address Zip": "46725", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08290409614912926", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008220", + "School District Name": "LaCrosse", + "Physical Address Line 1": "616 Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Crosse", + "Physical Address State": "KS ", + "Physical Address Zip": "67548", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19753086419753085", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815240", + "School District Name": "COPPERAS COVE ISD", + "Physical Address Line 1": "408 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COPPERAS COVE", + "Physical Address State": "TX ", + "Physical Address Zip": "76522", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.17896284415931568", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802420", + "School District Name": "Covered Bridge Spec Ed Dist", + "Physical Address Line 1": "1320 Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Terre Haute", + "Physical Address State": "IN ", + "Physical Address Zip": "47807", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003300", + "School District Name": "Labette County", + "Physical Address Line 1": "401 S. High School", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Altamont", + "Physical Address State": "KS ", + "Physical Address Zip": "67330", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1483554933519944", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103390", + "School District Name": "Coquille SD 8", + "Physical Address Line 1": "1366 N Gould St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coquille", + "Physical Address State": "OR ", + "Physical Address Zip": "97423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1943127962085308", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008280", + "School District Name": "Lakin", + "Physical Address Line 1": "1003 W Kingman", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakin", + "Physical Address State": "KS ", + "Physical Address Zip": "67860", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12578616352201258", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103420", + "School District Name": "Corbett SD 39", + "Physical Address Line 1": "35800 E Hist Columbia River Hw", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corbett", + "Physical Address State": "OR ", + "Physical Address Zip": "97019", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10993975903614457", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008340", + "School District Name": "Lansing", + "Physical Address Line 1": "200 E Mary St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lansing", + "Physical Address State": "KS ", + "Physical Address Zip": "66043", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.045703125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403510", + "School District Name": "Corbin City School District", + "Physical Address Line 1": "501 Atlantic Ave. Suite 1", + "Physical Address Line 2": "c/o Ocean City BOE", + "Physical Address Line 3": "", + "Physical Address City": "Ocean City", + "Physical Address State": "NJ ", + "Physical Address Zip": "08226", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11475409836065574", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008400", + "School District Name": "Lawrence", + "Physical Address Line 1": "110 McDonald Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawrence", + "Physical Address State": "KS ", + "Physical Address Zip": "66044", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09664822648877319", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802580", + "School District Name": "Daviess-Martin Special Ed Coop", + "Physical Address Line 1": "9 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "IN ", + "Physical Address Zip": "47501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101320", + "School District Name": "Corbin Independent", + "Physical Address Line 1": "108 Roy Kidd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corbin", + "Physical Address State": "KY ", + "Physical Address Zip": "40701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.25924024640657084", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008430", + "School District Name": "Leavenworth", + "Physical Address Line 1": "200 N 4th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leavenworth", + "Physical Address State": "KS ", + "Physical Address Zip": "66048", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.15073193046660568", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012810", + "School District Name": "Lebo-Waverly", + "Physical Address Line 1": "411 Pearson", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waverly", + "Physical Address State": "KS ", + "Physical Address Zip": "66871", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1101511879049676", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008640", + "School District Name": "CORDELL", + "Physical Address Line 1": "606 East Third St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cordell", + "Physical Address State": "OK ", + "Physical Address Zip": "73632", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20652173913043478", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008610", + "School District Name": "Leoti", + "Physical Address Line 1": "106 S Indian Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leoti", + "Physical Address State": "KS ", + "Physical Address Zip": "67861", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008670", + "School District Name": "LeRoy-Gridley", + "Physical Address Line 1": "1013 N. Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LeRoy", + "Physical Address State": "KS ", + "Physical Address Zip": "66857", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13963963963963963", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802830", + "School District Name": "Zionsville Community Schools", + "Physical Address Line 1": "900 Mulberry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zionsville", + "Physical Address State": "IN ", + "Physical Address Zip": "46077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023994183228308288", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008700", + "School District Name": "Lewis", + "Physical Address Line 1": "401 Sunnyside Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewis", + "Physical Address State": "KS ", + "Physical Address Zip": "67552", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1802880", + "School District Name": "School City of East Chicago", + "Physical Address Line 1": "1401 E 144th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Chicago", + "Physical Address State": "IN ", + "Physical Address Zip": "46312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.34419397613184316", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008730", + "School District Name": "Liberal", + "Physical Address Line 1": "7 Parkway Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Liberal", + "Physical Address State": "KS ", + "Physical Address Zip": "67901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14307491289198607", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4680446", + "School District Name": "CORE Educational Cooperative", + "Physical Address Line 1": "612 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Platte", + "Physical Address State": "SD ", + "Physical Address Zip": "57369", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008790", + "School District Name": "Lincoln", + "Physical Address Line 1": "133 E Lincoln Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "KS ", + "Physical Address Zip": "67455", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12096774193548387", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608370", + "School District Name": "CORINTH CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "105 OAK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORINTH", + "Physical Address State": "NY ", + "Physical Address Zip": "12822", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.13799126637554585", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008880", + "School District Name": "Little River", + "Physical Address Line 1": "455 Prairie", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Little River", + "Physical Address State": "KS ", + "Physical Address Zip": "67457", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11654135338345864", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801260", + "School District Name": "CORINTH SCHOOL DIST", + "Physical Address Line 1": "1204 North Harper Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corinth", + "Physical Address State": "MS ", + "Physical Address Zip": "38834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.26999593991067805", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008910", + "School District Name": "Logan", + "Physical Address Line 1": "305 N Sherman", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Logan", + "Physical Address State": "KS ", + "Physical Address Zip": "67646", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16883116883116883", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4616150", + "School District Name": "Cornbelt Educational Cooperative", + "Physical Address Line 1": "1000 North West Ave Ste 240", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sioux Falls", + "Physical Address State": "SD ", + "Physical Address Zip": "57104", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008970", + "School District Name": "Louisburg", + "Physical Address Line 1": "29020 Mission Belleview Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Louisburg", + "Physical Address State": "KS ", + "Physical Address Zip": "66053", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.055130168453292494", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803180", + "School District Name": "Randolph Eastern School Corp", + "Physical Address Line 1": "731 N Plum St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union City", + "Physical Address State": "IN ", + "Physical Address Zip": "47390", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2203579418344519", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009000", + "School District Name": "Lyndon", + "Physical Address Line 1": "421 East 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lyndon", + "Physical Address State": "KS ", + "Physical Address Zip": "66451", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11238095238095239", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1803210", + "School District Name": "Shelby Eastern Schools", + "Physical Address Line 1": "2451 N 600 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelbyville", + "Physical Address State": "IN ", + "Physical Address Zip": "46176", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08814814814814814", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502880", + "School District Name": "Cornell School District", + "Physical Address Line 1": "111 S 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cornell", + "Physical Address State": "WI ", + "Physical Address Zip": "54732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.208955223880597", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009030", + "School District Name": "Lyons", + "Physical Address Line 1": "800 South Workman", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lyons", + "Physical Address State": "KS ", + "Physical Address Zip": "67554", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1485557083906465", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206810", + "School District Name": "Cornell SD", + "Physical Address Line 1": "1099 Maple Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coraopolis", + "Physical Address State": "PA ", + "Physical Address Zip": "15108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18457300275482094", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009060", + "School District Name": "Macksville", + "Physical Address Line 1": "433 N. Gilmore", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Macksville", + "Physical Address State": "KS ", + "Physical Address Zip": "67557", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1574468085106383", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900081", + "School District Name": "Cornerstone Academy Community School", + "Physical Address Line 1": "6015 E Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westerville", + "Physical Address State": "OH ", + "Physical Address Zip": "43081", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009090", + "School District Name": "Madison-Virgil", + "Physical Address Line 1": "1500 SW Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "KS ", + "Physical Address Zip": "66860", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17355371900826447", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700328", + "School District Name": "Cornerstone Charter Academy", + "Physical Address Line 1": "7800 Airport Center Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27409", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009140", + "School District Name": "Maize", + "Physical Address Line 1": "905 W Academy Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maize", + "Physical Address State": "KS ", + "Physical Address Zip": "67101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05086264844275151", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009180", + "School District Name": "Manhattan-Ogden", + "Physical Address Line 1": "2031 Poyntz", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manhattan", + "Physical Address State": "KS ", + "Physical Address Zip": "66502", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11832111925383078", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601101", + "School District Name": "Cornerstone Jefferson-Douglass Academy", + "Physical Address Line 1": "6861 E NEVADA ST", + "Physical Address Line 2": "STE 3", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48234", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009480", + "School District Name": "Marais Des Cygnes Valley", + "Physical Address Line 1": "105 SW Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Melvern", + "Physical Address State": "KS ", + "Physical Address Zip": "66510", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15555555555555556", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700368", + "School District Name": "CORNERSTONE MONTESSORI ELEMENTARY", + "Physical Address Line 1": "1611 AMES AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009240", + "School District Name": "Marion-Florence", + "Physical Address Line 1": "101 N Thorp", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "KS ", + "Physical Address Zip": "66861", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10964083175803403", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608400", + "School District Name": "CORNING CITY SCHOOL DISTRICT", + "Physical Address Line 1": "165 CHARLES ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAINTED POST", + "Physical Address State": "NY ", + "Physical Address Zip": "14870", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12003948667324778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009660", + "School District Name": "Marmaton Valley", + "Physical Address Line 1": "128 West Oak Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moran", + "Physical Address State": "KS ", + "Physical Address Zip": "66755", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000016", + "School District Name": "Marysville", + "Physical Address Line 1": "211 S 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marysville", + "Physical Address State": "KS ", + "Physical Address Zip": "66508", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12757201646090535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009360", + "School District Name": "McLouth", + "Physical Address Line 1": "217 Summit", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McLouth", + "Physical Address State": "KS ", + "Physical Address Zip": "66054", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09764918625678119", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009390", + "School District Name": "McPherson", + "Physical Address Line 1": "514 North Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McPherson", + "Physical Address State": "KS ", + "Physical Address Zip": "67460", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.08811845431563742", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009420", + "School District Name": "Meade", + "Physical Address Line 1": "409 School Addition", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meade", + "Physical Address State": "KS ", + "Physical Address Zip": "67864", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10249307479224377", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303311", + "School District Name": "Cornish SAU Office", + "Physical Address Line 1": "274 Townhouse Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cornish", + "Physical Address State": "NH ", + "Physical Address Zip": "03745", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302520", + "School District Name": "Cornish School District", + "Physical Address Line 1": "274 Townhouse Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cornish", + "Physical Address State": "NH ", + "Physical Address Zip": "03745", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04395604395604396", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009600", + "School District Name": "Minneola", + "Physical Address Line 1": "111 E. Locust", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minneola", + "Physical Address State": "KS ", + "Physical Address Zip": "67865", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1308411214953271", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608430", + "School District Name": "CORNWALL CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "24 IDLEWILD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORNWALL ON HUDSON", + "Physical Address State": "NY ", + "Physical Address Zip": "12520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05662100456621005", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009630", + "School District Name": "Montezuma", + "Physical Address Line 1": "103 W. Sunnyside", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montezuma", + "Physical Address State": "KS ", + "Physical Address Zip": "67867", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07868852459016394", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005280", + "School District Name": "Morris County", + "Physical Address Line 1": "17 South Wood Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Council Grove", + "Physical Address State": "KS ", + "Physical Address Zip": "66846", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13725490196078433", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206840", + "School District Name": "Cornwall-Lebanon SD", + "Physical Address Line 1": "105 E Evergreen Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "PA ", + "Physical Address Zip": "17042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08464469107172437", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009720", + "School District Name": "Moscow Public Schools", + "Physical Address Line 1": "301 High Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moscow", + "Physical Address State": "KS ", + "Physical Address Zip": "67952", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09701492537313433", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500630", + "School District Name": "CORONA MUNICIPAL SCHOOLS", + "Physical Address Line 1": "531 FRANKLIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORONA", + "Physical Address State": "NM ", + "Physical Address Zip": "88318", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.36", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009780", + "School District Name": "Moundridge", + "Physical Address Line 1": "526 E. Cole", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moundridge", + "Physical Address State": "KS ", + "Physical Address Zip": "67107", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.052364864864864864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804320", + "School District Name": "School City of Hammond", + "Physical Address Line 1": "41 Williams Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hammond", + "Physical Address State": "IN ", + "Physical Address Zip": "46320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2319927130044843", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009840", + "School District Name": "Mulvane", + "Physical Address Line 1": "628 E. Mulvane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mulvane", + "Physical Address State": "KS ", + "Physical Address Zip": "67110", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0853413654618474", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000353", + "School District Name": "Nemaha Central", + "Physical Address Line 1": "318 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seneca", + "Physical Address State": "KS ", + "Physical Address Zip": "66538", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08921933085501858", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804470", + "School District Name": "Western School Corporation", + "Physical Address Line 1": "2600 S 600 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Russiaville", + "Physical Address State": "IN ", + "Physical Address Zip": "46979", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09490740740740741", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815270", + "School District Name": "CORPUS CHRISTI ISD", + "Physical Address Line 1": "801 LEOPARD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORPUS CHRISTI", + "Physical Address State": "TX ", + "Physical Address Zip": "78401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2574068848758465", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1804500", + "School District Name": "Wes-Del Community Schools", + "Physical Address Line 1": "10290 N CR 600 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gaston", + "Physical Address State": "IN ", + "Physical Address Zip": "47342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13121019108280255", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009900", + "School District Name": "Neodesha", + "Physical Address Line 1": "522 Wisconsin", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Neodesha", + "Physical Address State": "KS ", + "Physical Address Zip": "66757", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21099554234769688", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804560", + "School District Name": "School Town of Highland", + "Physical Address Line 1": "9145 Kennedy Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highland", + "Physical Address State": "IN ", + "Physical Address Zip": "46322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0994646379261764", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800279", + "School District Name": "CORPUS CHRISTI MONTESSORI SCHOOL", + "Physical Address Line 1": "822 AYRES ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORPUS CHRISTI", + "Physical Address State": "TX ", + "Physical Address Zip": "78404", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804590", + "School District Name": "School City of Hobart", + "Physical Address Line 1": "32 E 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hobart", + "Physical Address State": "IN ", + "Physical Address Zip": "46342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12745812090313183", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009930", + "School District Name": "Ness City", + "Physical Address Line 1": "414 E Chestnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ness City", + "Physical Address State": "KS ", + "Physical Address Zip": "67560", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1048951048951049", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1804620", + "School District Name": "River Forest Community Sch Corp", + "Physical Address Line 1": "3250 Michigan St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hobart", + "Physical Address State": "IN ", + "Physical Address Zip": "46342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2565742714996446", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4680443", + "School District Name": "Correctional Facilities", + "Physical Address Line 1": "800 Governors Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pierre", + "Physical Address State": "SD ", + "Physical Address Zip": "57501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009960", + "School District Name": "Newton", + "Physical Address Line 1": "308 East First", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newton", + "Physical Address State": "KS ", + "Physical Address Zip": "67114", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10986136541982736", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200023", + "School District Name": "CORRECTIONAL SCHOOL DISTRICT", + "Physical Address Line 1": "100 Youth Center Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELKO", + "Physical Address State": "NV ", + "Physical Address Zip": "89803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009990", + "School District Name": "Nickerson", + "Physical Address Line 1": "4501 West Fourth", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hutchinson", + "Physical Address State": "KS ", + "Physical Address Zip": "67501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13018242122719734", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815300", + "School District Name": "CORRIGAN-CAMDEN ISD", + "Physical Address Line 1": "504 S HOME ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORRIGAN", + "Physical Address State": "TX ", + "Physical Address Zip": "75939", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20519159456118666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805240", + "School District Name": "Earlywood Educational Services", + "Physical Address Line 1": "500 Earlywood Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "IN ", + "Physical Address Zip": "46131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004830", + "School District Name": "North Jackson", + "Physical Address Line 1": "12692 266th Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holton", + "Physical Address State": "KS ", + "Physical Address Zip": "66436", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08875739644970414", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206860", + "School District Name": "Corry Area SD", + "Physical Address Line 1": "540 East Pleasant Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corry", + "Physical Address State": "PA ", + "Physical Address Zip": "16407", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.25667351129363447", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003210", + "School District Name": "North Lyon County", + "Physical Address Line 1": "614 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Americus", + "Physical Address State": "KS ", + "Physical Address Zip": "66835", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11029411764705882", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4680445", + "School District Name": "Corsica-Stickney 21-3", + "Physical Address Line 1": "120 S Napoleon Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corsica", + "Physical Address State": "SD ", + "Physical Address Zip": "57328", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10540540540540541", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009570", + "School District Name": "North Ottawa County", + "Physical Address Line 1": "716 E Seventh St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minneapolis", + "Physical Address State": "KS ", + "Physical Address Zip": "67467", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10887772194304858", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815330", + "School District Name": "CORSICANA ISD", + "Physical Address Line 1": "2200 W 4TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORSICANA", + "Physical Address State": "TX ", + "Physical Address Zip": "75110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21441918405481158", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003480", + "School District Name": "Northeast", + "Physical Address Line 1": "1001 E South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arma", + "Physical Address State": "KS ", + "Physical Address Zip": "66712", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21666666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1805550", + "School District Name": "Wawasee Community School Corp", + "Physical Address Line 1": "801 S Sycamore St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Syracuse", + "Physical Address State": "IN ", + "Physical Address Zip": "46567", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11288343558282209", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003270", + "School District Name": "Northern Valley", + "Physical Address Line 1": "512 W Bryant", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Almena", + "Physical Address State": "KS ", + "Physical Address Zip": "67622", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1865671641791045", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608460", + "School District Name": "CORTLAND CITY SCHOOL DISTRICT", + "Physical Address Line 1": "1 VALLEY VIEW DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORTLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "13045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17263969171483623", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010020", + "School District Name": "Norton Community Schools", + "Physical Address Line 1": "105 E. Waverly", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norton", + "Physical Address State": "KS ", + "Physical Address Zip": "67654", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13384615384615384", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610860", + "School District Name": "Corunna Public Schools", + "Physical Address Line 1": "124 NORTH SHIAWASSEE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORUNNA", + "Physical Address State": "MI ", + "Physical Address Zip": "48817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1130690161527166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010050", + "School District Name": "Oakley", + "Physical Address Line 1": "621 Center Avenue; Suite 103", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakley", + "Physical Address State": "KS ", + "Physical Address Zip": "67748", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12171837708830549", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007410", + "School District Name": "Corvallis K-12 Schools", + "Physical Address Line 1": "1045 Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corvallis", + "Physical Address State": "MT ", + "Physical Address Zip": "59828", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13433772755806653", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010080", + "School District Name": "Oberlin", + "Physical Address Line 1": "131 E Commercial", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oberlin", + "Physical Address State": "KS ", + "Physical Address Zip": "67749", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18341708542713567", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103480", + "School District Name": "Corvallis SD 509J", + "Physical Address Line 1": "1555 SW 35th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corvallis", + "Physical Address State": "OR ", + "Physical Address Zip": "97333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1060906328444973", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010140", + "School District Name": "Olathe", + "Physical Address Line 1": "14160 Black Bob Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Olathe", + "Physical Address State": "KS ", + "Physical Address Zip": "66063", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05465854523187985", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3700327", + "School District Name": "Corvian Community School", + "Physical Address Line 1": "4041 Johnston Oehler Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28269", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010170", + "School District Name": "Onaga-Havensville-Wheaton", + "Physical Address Line 1": "500 High", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Onaga", + "Physical Address State": "KS ", + "Physical Address Zip": "66521", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10178117048346055", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806100", + "School District Name": "Madison Area Ed Spec Srv Unit", + "Physical Address Line 1": "702 Elm St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "IN ", + "Physical Address Zip": "47250", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904743", + "School District Name": "Cory-Rawson Local", + "Physical Address Line 1": "3930 County Road 26", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rawson", + "Physical Address State": "OH ", + "Physical Address Zip": "45881", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09819121447028424", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010230", + "School District Name": "Osage City", + "Physical Address Line 1": "520 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Osage City", + "Physical Address State": "KS ", + "Physical Address Zip": "66523", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14563106796116504", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904382", + "School District Name": "Coshocton City", + "Physical Address Line 1": "1207 Cambridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coshocton", + "Physical Address State": "OH ", + "Physical Address Zip": "43812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.25796178343949044", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010260", + "School District Name": "Osawatomie", + "Physical Address Line 1": "1200 Trojan Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Osawatomie", + "Physical Address State": "KS ", + "Physical Address Zip": "66064", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15641476274165203", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3906522", + "School District Name": "Coshocton County", + "Physical Address Line 1": "23640 Airport Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coshocton", + "Physical Address State": "OH ", + "Physical Address Zip": "43812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806480", + "School District Name": "Sheridan Community Schools", + "Physical Address Line 1": "24795 N Hinesley Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sheridan", + "Physical Address State": "IN ", + "Physical Address Zip": "46069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07196652719665272", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010290", + "School District Name": "Osborne County", + "Physical Address Line 1": "234 W Washington", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Osborne", + "Physical Address State": "KS ", + "Physical Address Zip": "67473", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1797752808988764", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900331", + "School District Name": "Coshocton Opportunity School", + "Physical Address Line 1": "1205 Cambridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coshocton", + "Physical Address State": "OH ", + "Physical Address Zip": "43812", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010320", + "School District Name": "Oskaloosa Public Schools", + "Physical Address Line 1": "404 Park Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oskaloosa", + "Physical Address State": "KS ", + "Physical Address Zip": "66066", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0888529886914378", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301710", + "School District Name": "Cosmopolis School District", + "Physical Address Line 1": "1439 FOURTH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COSMOPOLIS", + "Physical Address State": "WA ", + "Physical Address Zip": "98537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.084375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010350", + "School District Name": "Oswego", + "Physical Address Line 1": "719 Fourth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oswego", + "Physical Address State": "KS ", + "Physical Address Zip": "67356", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11504424778761062", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1806840", + "School District Name": "School City of Mishawaka", + "Physical Address Line 1": "1402 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mishawaka", + "Physical Address State": "IN ", + "Physical Address Zip": "46544", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.18556898867779698", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004020", + "School District Name": "Otis-Bison", + "Physical Address Line 1": "301 W. Eagle Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Otis", + "Physical Address State": "KS ", + "Physical Address Zip": "67565", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1686746987951807", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000015", + "School District Name": "Ottawa", + "Physical Address Line 1": "1404 S Ash St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ottawa", + "Physical Address State": "KS ", + "Physical Address Zip": "66067", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12089671737389912", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010440", + "School District Name": "Oxford", + "Physical Address Line 1": "515 N. Water St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxford", + "Physical Address State": "KS ", + "Physical Address Zip": "67119", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14426229508196722", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815360", + "School District Name": "COTTON CENTER ISD", + "Physical Address Line 1": "2345 FM 179", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COTTON CENTER", + "Physical Address State": "TX ", + "Physical Address Zip": "79021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2857142857142857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008730", + "School District Name": "COTTONWOOD", + "Physical Address Line 1": "38286 Lubbis Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coalgate", + "Physical Address State": "OK ", + "Physical Address Zip": "74538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2982456140350877", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900032", + "School District Name": "Cottonwood Day School", + "Physical Address Line 1": "Navajo Route 4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chinle", + "Physical Address State": "AZ", + "Physical Address Zip": "86503", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807230", + "School District Name": "Yorktown Community Schools", + "Physical Address Line 1": "2311 S Broadway St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yorktown", + "Physical Address State": "IN ", + "Physical Address Zip": "47396", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08874734607218683", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3014150", + "School District Name": "Cottonwood Elem", + "Physical Address Line 1": "14627 Wildhorse Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Havre", + "Physical Address State": "MT ", + "Physical Address Zip": "59501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06451612903225806", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007500", + "School District Name": "Cottonwood Elem", + "Physical Address Line 1": "13233 Cottonwood Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bozeman", + "Physical Address State": "MT ", + "Physical Address Zip": "59718", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07692307692307693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815400", + "School District Name": "COTULLA ISD", + "Physical Address Line 1": "310 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COTULLA", + "Physical Address State": "TX ", + "Physical Address Zip": "78014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.31223175965665234", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1807350", + "School District Name": "School Town of Munster", + "Physical Address Line 1": "8616 Columbia Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Munster", + "Physical Address State": "IN ", + "Physical Address Zip": "46321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.051648605026516026", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910200", + "School District Name": "COUCH R-I", + "Physical Address Line 1": "22206 MO Highway 142", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MYRTLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65778", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.28169014084507044", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206930", + "School District Name": "Coudersport Area SD", + "Physical Address Line 1": "698 Dwight Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coudersport", + "Physical Address State": "PA ", + "Physical Address Zip": "16915", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1773220747889023", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303440", + "School District Name": "Coulee-Hartline School District", + "Physical Address Line 1": "410 W LOCUST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COULEE CITY", + "Physical Address State": "WA ", + "Physical Address Zip": "99115", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12648221343873517", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4206960", + "School District Name": "Council Rock SD", + "Physical Address Line 1": "30 N Chancellor St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newtown", + "Physical Address State": "PA ", + "Physical Address Zip": "18940", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03651685393258427", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600142", + "School District Name": "Countryside Academy", + "Physical Address Line 1": "4800 MEADOWBROOK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENTON HARBOR", + "Physical Address State": "MI ", + "Physical Address Zip": "49022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301800", + "School District Name": "Coupeville School District", + "Physical Address Line 1": "501 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COUPEVILLE", + "Physical Address State": "WA ", + "Physical Address Zip": "98239", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10941704035874439", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815420", + "School District Name": "COUPLAND ISD", + "Physical Address Line 1": "620 S COMMERCE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COUPLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "78615", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10084033613445378", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900065", + "School District Name": "Cove Day School", + "Physical Address Line 1": "Route 13 NN33", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Valley", + "Physical Address State": "AZ", + "Physical Address Zip": "86544", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103540", + "School District Name": "Cove SD 15", + "Physical Address Line 1": "803 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cove", + "Physical Address State": "OR ", + "Physical Address Zip": "97824", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1529051987767584", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600322", + "School District Name": "Covenant House Academy Detroit", + "Physical Address Line 1": "1450 25TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48216", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601066", + "School District Name": "Covenant House Academy Grand Rapids", + "Physical Address Line 1": "50 Antoine St SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Rapids", + "Physical Address State": "MI ", + "Physical Address Zip": "49507", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400210", + "School District Name": "Coventry", + "Physical Address Line 1": "1675 Flat River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coventry", + "Physical Address State": "RI ", + "Physical Address Zip": "02816", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08122119815668202", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904999", + "School District Name": "Coventry Local", + "Physical Address Line 1": "3257 Cormany Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coventry Township", + "Physical Address State": "OH ", + "Physical Address Zip": "44319", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13073237508555785", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5003360", + "School District Name": "Coventry School District", + "Physical Address Line 1": "348 Route 5", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coventry", + "Physical Address State": "VT ", + "Physical Address Zip": "05825", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610980", + "School District Name": "Covert Public Schools", + "Physical Address Line 1": "35323 M 140 HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COVERT", + "Physical Address State": "MI ", + "Physical Address Zip": "49043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22851919561243145", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100990", + "School District Name": "COVINGTON CITY PBLC SCHS", + "Physical Address Line 1": "340 E Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Covington", + "Physical Address State": "VA ", + "Physical Address Zip": "24426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26931330472103004", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801290", + "School District Name": "COVINGTON COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "1211 S. DOGWOOD ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Collins", + "Physical Address State": "MS ", + "Physical Address Zip": "39428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2857142857142857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808040", + "School District Name": "Tri-Central Community Schools", + "Physical Address Line 1": "4774 N 200 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sharpsville", + "Physical Address State": "IN ", + "Physical Address Zip": "46068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08276797829036635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904533", + "School District Name": "Covington Exempted Village", + "Physical Address Line 1": "807 Chestnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Covington", + "Physical Address State": "OH ", + "Physical Address Zip": "45318", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10467706013363029", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101350", + "School District Name": "Covington Independent", + "Physical Address Line 1": "25 E Seventh St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Covington", + "Physical Address State": "KY ", + "Physical Address Zip": "41011", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.39723063608827347", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815480", + "School District Name": "COVINGTON ISD", + "Physical Address Line 1": "501 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COVINGTON", + "Physical Address State": "TX ", + "Physical Address Zip": "76636", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1056338028169014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008790", + "School District Name": "COVINGTON-DOUGLAS", + "Physical Address Line 1": "400 E Maine", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Covington", + "Physical Address State": "OK ", + "Physical Address Zip": "73730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15932203389830507", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008850", + "School District Name": "COWETA", + "Physical Address Line 1": "14540 S 302nd East Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coweta", + "Physical Address State": "OK ", + "Physical Address Zip": "74429", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10921205098493626", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910230", + "School District Name": "COWGILL R-VI", + "Physical Address Line 1": "341 E 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COWGILL", + "Physical Address State": "MO ", + "Physical Address Zip": "64637", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000374", + "School District Name": "Cowley County Special Services Cooperative", + "Physical Address Line 1": "1317 Wheat Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winfield", + "Physical Address State": "KS ", + "Physical Address Zip": "67156", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608490", + "School District Name": "COXSACKIE-ATHENS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "24 SUNSET BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COXSACKIE", + "Physical Address State": "NY ", + "Physical Address Zip": "12051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11943986820428336", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808280", + "School District Name": "Shenandoah School Corporation", + "Physical Address Line 1": "5100 N Raider Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middletown", + "Physical Address State": "IN ", + "Physical Address Zip": "47356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16552771450265755", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4008940", + "School District Name": "COYLE", + "Physical Address Line 1": "700 S Cottingham", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coyle", + "Physical Address State": "OK ", + "Physical Address Zip": "73027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18564356435643564", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3105460", + "School District Name": "COZAD COMMUNITY SCHOOLS", + "Physical Address Line 1": "1910 MERIDIAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COZAD", + "Physical Address State": "NE ", + "Physical Address Zip": "69130", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12696629213483146", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808320", + "School District Name": "NW Indiana Special Education Coop", + "Physical Address Line 1": "2150 W 97th Pl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crown Point", + "Physical Address State": "IN ", + "Physical Address Zip": "46307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100290", + "School District Name": "Craft Academy", + "Physical Address Line 1": "Grote-Thompson Hall", + "Physical Address Line 2": "", + "Physical Address Line 3": "260 University Blvd", + "Physical Address City": "Morehead", + "Physical Address State": "KY ", + "Physical Address Zip": "40351", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808640", + "School District Name": "Paoli Community School Corp", + "Physical Address Line 1": "501 Elm St - Ofc Supt", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paoli", + "Physical Address State": "IN ", + "Physical Address Zip": "47454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21683046683046683", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5003390", + "School District Name": "Craftsbury Town School District", + "Physical Address Line 1": "1422 North Craftsbury Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Craftsbury Common", + "Physical Address State": "VT ", + "Physical Address Zip": "05827", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808760", + "School District Name": "Penn-Harris-Madison School Corp", + "Physical Address Line 1": "55900 Bittersweet Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mishawaka", + "Physical Address State": "IN ", + "Physical Address Zip": "46545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07314437702601613", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101020", + "School District Name": "CRAIG CO PBLC SCHS", + "Physical Address Line 1": "6 Alleghany Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Castle", + "Physical Address State": "VA ", + "Physical Address Zip": "24127", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16261398176291794", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808820", + "School District Name": "Perry Township Schools", + "Physical Address Line 1": "6548 Orinoco Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianapolis", + "Physical Address State": "IN ", + "Physical Address Zip": "46227", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.14435496125208935", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910260", + "School District Name": "CRAIG R-III", + "Physical Address Line 1": "402 N WARD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRAIG", + "Physical Address State": "MO ", + "Physical Address Zip": "64437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27586206896551724", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808850", + "School District Name": "Peru Community Schools", + "Physical Address Line 1": "35 W 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peru", + "Physical Address State": "IN ", + "Physical Address Zip": "46970", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22174738841405509", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207050", + "School District Name": "Cranberry Area SD", + "Physical Address Line 1": "3 Education Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seneca", + "Physical Address State": "PA ", + "Physical Address Zip": "16346", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13604378420641125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808900", + "School District Name": "Pike County School Corp", + "Physical Address Line 1": "211 South 12th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petersburg", + "Physical Address State": "IN ", + "Physical Address Zip": "47567", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12619888944977284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2304620", + "School District Name": "Cranberry Isles Public Schools", + "Physical Address Line 1": "1081 Eagle Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bar Harbor", + "Physical Address State": "ME ", + "Physical Address Zip": "04609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403540", + "School District Name": "Cranbury Township School District", + "Physical Address Line 1": "23 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cranbury", + "Physical Address State": "NJ ", + "Physical Address Zip": "08512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.032926829268292684", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808940", + "School District Name": "Pioneer Regional School Corp", + "Physical Address Line 1": "413 S Chicago St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Royal Center", + "Physical Address State": "IN ", + "Physical Address Zip": "46978", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1223529411764706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815510", + "School District Name": "CRANDALL ISD", + "Physical Address Line 1": "400 W LEWIS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRANDALL", + "Physical Address State": "TX ", + "Physical Address Zip": "75114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08951753536136407", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1808970", + "School District Name": "Plainfield Community School Corp", + "Physical Address Line 1": "985 S Longfellow Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plainfield", + "Physical Address State": "IN ", + "Physical Address Zip": "46168", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0630352860568688", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502910", + "School District Name": "Crandon School District", + "Physical Address Line 1": "9750 US Highway 8 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crandon", + "Physical Address State": "WI ", + "Physical Address Zip": "54520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22102747909199522", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815540", + "School District Name": "CRANE ISD", + "Physical Address Line 1": "511 W 8TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRANE", + "Physical Address State": "TX ", + "Physical Address Zip": "79731", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16777251184834124", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809060", + "School District Name": "Plymouth Community School Corp", + "Physical Address Line 1": "611 Berkley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "IN ", + "Physical Address Zip": "46563", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10670045045045046", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910290", + "School District Name": "CRANE R-III", + "Physical Address Line 1": "209 PIRATE LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRANE", + "Physical Address State": "MO ", + "Physical Address Zip": "65633", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23509369676320271", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815570", + "School District Name": "CRANFILLS GAP ISD", + "Physical Address Line 1": "505 S 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRANFILLS GAP", + "Physical Address State": "TX ", + "Physical Address Zip": "76637", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809130", + "School District Name": "Porter County Education Services", + "Physical Address Line 1": "750 Ransom Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valparaiso", + "Physical Address State": "IN ", + "Physical Address Zip": "46385", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403570", + "School District Name": "Cranford Public School District", + "Physical Address Line 1": "132 Thomas Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cranford", + "Physical Address State": "NJ ", + "Physical Address Zip": "07016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02215413622436955", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809150", + "School District Name": "Portage Township Schools", + "Physical Address Line 1": "6240 US Hwy 6", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portage", + "Physical Address State": "IN ", + "Physical Address Zip": "46368", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1607231920199501", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400240", + "School District Name": "Cranston", + "Physical Address Line 1": "845 Park Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cranston", + "Physical Address State": "RI ", + "Physical Address Zip": "02910", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13004409684665946", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809180", + "School District Name": "Porter Township School Corp", + "Physical Address Line 1": "248 S 500 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valparaiso", + "Physical Address State": "IN ", + "Physical Address Zip": "46385", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06261740763932373", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703310", + "School District Name": "Craven County Schools", + "Physical Address Line 1": "3600 Trent Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Bern", + "Physical Address State": "NC ", + "Physical Address Zip": "28562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16873832678559927", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809300", + "School District Name": "Prairie Heights Community Sch Corp", + "Physical Address Line 1": "0305 S 1150 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LaGrange", + "Physical Address State": "IN ", + "Physical Address Zip": "46761", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12163050624589086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006060", + "School District Name": "Mission Valley", + "Physical Address Line 1": "511 East 2nd Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eskridge", + "Physical Address State": "KS ", + "Physical Address Zip": "66423", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09322033898305085", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809360", + "School District Name": "West Central School Corp", + "Physical Address Line 1": "1850 S US 421", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Francesville", + "Physical Address State": "IN ", + "Physical Address Zip": "47946", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15217391304347827", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2611030", + "School District Name": "Crawford AuSable Schools", + "Physical Address Line 1": "1135 NORTH OLD 27", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAYLING", + "Physical Address State": "MI ", + "Physical Address Zip": "49738", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22236340533672172", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809420", + "School District Name": "Rensselaer Central School Corp", + "Physical Address Line 1": "900 E Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rensselaer", + "Physical Address State": "IN ", + "Physical Address Zip": "47978", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13713592233009708", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207080", + "School District Name": "Crawford Central SD", + "Physical Address Line 1": "11280 Mercer Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meadville", + "Physical Address State": "PA ", + "Physical Address Zip": "16335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.178", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809480", + "School District Name": "Richland-Bean Blossom C S C", + "Physical Address Line 1": "600 S Edgewood Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellettsville", + "Physical Address State": "IN ", + "Physical Address Zip": "47429", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09229725144214455", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905640", + "School District Name": "CRAWFORD CO. R-I", + "Physical Address Line 1": "1444 OLD HWY 66", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOURBON", + "Physical Address State": "MO ", + "Physical Address Zip": "65441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21613545816733068", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809510", + "School District Name": "Richmond Community Schools", + "Physical Address Line 1": "300 Hub Etchison Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "IN ", + "Physical Address Zip": "47374", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22491010134030728", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910410", + "School District Name": "CRAWFORD CO. R-II", + "Physical Address Line 1": "1 WILDCAT PRIDE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CUBA", + "Physical Address State": "MO ", + "Physical Address Zip": "65453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19783616692426584", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809600", + "School District Name": "Rising Sun-Ohio Co Com", + "Physical Address Line 1": "110 S Henrietta St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rising Sun", + "Physical Address State": "IN ", + "Physical Address Zip": "47040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12624584717607973", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280170", + "School District Name": "Crawford County CTC", + "Physical Address Line 1": "860 Thurston Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meadville", + "Physical Address State": "PA ", + "Physical Address Zip": "16335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809630", + "School District Name": "Rochester Community School Corp", + "Physical Address Line 1": "690 Zebra Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rochester", + "Physical Address State": "IN ", + "Physical Address Zip": "46975", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15227388860500765", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815600", + "School District Name": "CRAWFORD ISD", + "Physical Address Line 1": "200 PIRATE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRAWFORD", + "Physical Address State": "TX ", + "Physical Address Zip": "76638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06368330464716007", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3105520", + "School District Name": "CRAWFORD PUBLIC SCHOOLS", + "Physical Address Line 1": "908 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRAWFORD", + "Physical Address State": "NE ", + "Physical Address Zip": "69339", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24260355029585798", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809720", + "School District Name": "Rossville Con School District", + "Physical Address Line 1": "1 Robert Egly Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rossville", + "Physical Address State": "IN ", + "Physical Address Zip": "46065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08048289738430583", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2304650", + "School District Name": "Crawford Public Schools", + "Physical Address Line 1": "100 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastport", + "Physical Address State": "ME ", + "Physical Address Zip": "04631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809750", + "School District Name": "Rush County Schools", + "Physical Address Line 1": "330 W 8th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rushville", + "Physical Address State": "IN ", + "Physical Address Zip": "46173", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1478787878787879", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900113", + "School District Name": "Crazy Horse School", + "Physical Address Line 1": "245 Crazy Horse School Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wanblee", + "Physical Address State": "SD", + "Physical Address Zip": "57577", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809810", + "School District Name": "Salem Community Schools", + "Physical Address Line 1": "500 N Harrison St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "IN ", + "Physical Address Zip": "47167", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17783251231527095", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1809990", + "School District Name": "Scott County School District 1", + "Physical Address Line 1": "255 Hwy 31S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Austin", + "Physical Address State": "IN ", + "Physical Address Zip": "47102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23834196891191708", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600270", + "School District Name": "Creative Montessori Academy", + "Physical Address Line 1": "12701 MCCANN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTHGATE", + "Physical Address State": "MI ", + "Physical Address Zip": "48195", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810020", + "School District Name": "Scott County School District 2", + "Physical Address Line 1": "375 E McClain Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scottsburg", + "Physical Address State": "IN ", + "Physical Address Zip": "47170", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1702557200538358", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600207", + "School District Name": "Creative Technologies Academy", + "Physical Address Line 1": "350 PINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CEDAR SPRINGS", + "Physical Address State": "MI ", + "Physical Address Zip": "49319", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810080", + "School District Name": "Seymour Community Schools", + "Physical Address Line 1": "1638 S Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seymour", + "Physical Address State": "IN ", + "Physical Address Zip": "47274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1408030860950377", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400805", + "School District Name": "Creativity CoLaboratory Charter School", + "Physical Address Line 1": "457 Shirley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elmer", + "Physical Address State": "NJ ", + "Physical Address Zip": "08318", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810140", + "School District Name": "Shelbyville Central Schools", + "Physical Address Line 1": "1121 E State Road 44", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelbyville", + "Physical Address State": "IN ", + "Physical Address Zip": "46176", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.134033203125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100140", + "School District Name": "CREEK VALLEY SCHOOLS", + "Physical Address Line 1": "6TH & HAYWARD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHAPPELL", + "Physical Address State": "NE ", + "Physical Address Zip": "69129", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14195583596214512", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810170", + "School District Name": "Shoals Community School Corp", + "Physical Address Line 1": "11741 Ironton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shoals", + "Physical Address State": "IN ", + "Physical Address Zip": "47581", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1892744479495268", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810230", + "School District Name": "Smith-Green Community Schools", + "Physical Address Line 1": "222 W Tulley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Churubusco", + "Physical Address State": "IN ", + "Physical Address Zip": "46723", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06575781876503609", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700475", + "School District Name": "Creekstone Montessori Charter", + "Physical Address Line 1": "999 NOFOUND street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOFOUNDCITY", + "Physical Address State": "MN ", + "Physical Address Zip": "88888", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810260", + "School District Name": "South Adams Schools", + "Physical Address Line 1": "1075 Starfire Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berne", + "Physical Address State": "IN ", + "Physical Address Zip": "46711", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.27169811320754716", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3105550", + "School District Name": "CREIGHTON COMMUNITY PUBLIC SCHOOLS", + "Physical Address Line 1": "1609 REDICK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CREIGHTON", + "Physical Address State": "NE ", + "Physical Address Zip": "68729", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13392857142857142", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810290", + "School District Name": "South Bend Community School Corp", + "Physical Address Line 1": "215 Dr Martin Luther King Jr B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Bend", + "Physical Address State": "IN ", + "Physical Address Zip": "46601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.2038957659566559", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601194", + "School District Name": "CREO COLLEGE PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "524 COURTLANDT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10451", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810310", + "School District Name": "South Central Area Special Ed", + "Physical Address Line 1": "600 Elm St Suite 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paoli", + "Physical Address State": "IN ", + "Physical Address Zip": "47454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009000", + "School District Name": "CRESCENT", + "Physical Address Line 1": "106 North Magnolia St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crescent", + "Physical Address State": "OK ", + "Physical Address Zip": "73028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18653846153846154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810350", + "School District Name": "South Gibson School Corporation", + "Physical Address Line 1": "3321 W 800 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Branch", + "Physical Address State": "IN ", + "Physical Address Zip": "47648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07123070834982193", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600295", + "School District Name": "Crescent Academy", + "Physical Address Line 1": "17570 WEST 12 MILE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTHFIELD", + "Physical Address State": "MI ", + "Physical Address Zip": "48076", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810360", + "School District Name": "South Harrison Com Schools", + "Physical Address Line 1": "315 S Harrison Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corydon", + "Physical Address State": "IN ", + "Physical Address Zip": "47112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11702717692734331", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301830", + "School District Name": "Crescent School District", + "Physical Address Line 1": "50350 HWY 112", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JOYCE", + "Physical Address State": "WA ", + "Physical Address Zip": "98343", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12605042016806722", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810380", + "School District Name": "South Henry School Corp", + "Physical Address Line 1": "6972 S SR 103", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Straughn", + "Physical Address State": "IN ", + "Physical Address Zip": "47387", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17704011065006917", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810410", + "School District Name": "South Knox School Corp", + "Physical Address Line 1": "6116 E SR 61", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vincennes", + "Physical Address State": "IN ", + "Physical Address Zip": "47591", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08629893238434164", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810440", + "School District Name": "South Madison Com Sch Corp", + "Physical Address Line 1": "203 S Heritage Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pendleton", + "Physical Address State": "IN ", + "Physical Address Zip": "46064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.07290483761071996", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810450", + "School District Name": "South Montgomery Com Sch Corp", + "Physical Address Line 1": "6425 US 231 South - Back", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crawfordsville", + "Physical Address State": "IN ", + "Physical Address Zip": "47933", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10792492179353493", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403600", + "School District Name": "Cresskill Public School District", + "Physical Address Line 1": "15 Brookside Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cresskill", + "Physical Address State": "NJ ", + "Physical Address Zip": "07626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04388560157790927", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810470", + "School District Name": "South Newton School Corp", + "Physical Address Line 1": "13232 S 50 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kentland", + "Physical Address State": "IN ", + "Physical Address Zip": "47951", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20774193548387096", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400786", + "School District Name": "Cresthaven Academy Charter School", + "Physical Address Line 1": "530 West 7th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plainfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07060", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810500", + "School District Name": "South Putnam Community Schools", + "Physical Address Line 1": "3999 S US Hwy 231", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greencastle", + "Physical Address State": "IN ", + "Physical Address Zip": "46135", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1366906474820144", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910008", + "School District Name": "Crestline Exempted Village", + "Physical Address Line 1": "401 Heiser Ct", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crestline", + "Physical Address State": "OH ", + "Physical Address Zip": "44827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22604951560818085", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810530", + "School District Name": "South Ripley Com Sch Corp", + "Physical Address Line 1": "207 W Tyson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Versailles", + "Physical Address State": "IN ", + "Physical Address Zip": "47042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15937731653076354", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007710", + "School District Name": "Creston Elem", + "Physical Address Line 1": "4495 Montana 35", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalispell", + "Physical Address State": "MT ", + "Physical Address Zip": "59901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05333333333333334", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810560", + "School District Name": "South Spencer County Sch Corp", + "Physical Address Line 1": "321 S 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockport", + "Physical Address State": "IN ", + "Physical Address Zip": "47635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12180451127819548", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301860", + "School District Name": "Creston School District", + "Physical Address Line 1": "485 SE E ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRESTON", + "Physical Address State": "WA ", + "Physical Address Zip": "99117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17272727272727273", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810590", + "School District Name": "South Vermillion Com Sch Corp", + "Physical Address Line 1": "800 W Wildcat Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "IN ", + "Physical Address Zip": "47842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15270413573700956", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905035", + "School District Name": "Crestview Local", + "Physical Address Line 1": "531 E Tully St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Convoy", + "Physical Address State": "OH ", + "Physical Address Zip": "45832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09457900807381776", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810620", + "School District Name": "Southeast Fountain School Corp", + "Physical Address Line 1": "744 E US HWY 136", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Veedersburg", + "Physical Address State": "IN ", + "Physical Address Zip": "47987", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1611754229741763", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904942", + "School District Name": "Crestview Local", + "Physical Address Line 1": "1575 State Route 96", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "OH ", + "Physical Address Zip": "44805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16052467207995003", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810640", + "School District Name": "Southeast Dubois Co Sch Corp", + "Physical Address Line 1": "432 E 15th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ferdinand", + "Physical Address State": "IN ", + "Physical Address Zip": "47532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06846153846153846", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904643", + "School District Name": "Crestview Local", + "Physical Address Line 1": "44100 Crestview Rd Ste A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbiana", + "Physical Address State": "OH ", + "Physical Address Zip": "44408", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13658536585365855", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904918", + "School District Name": "Crestwood Local", + "Physical Address Line 1": "10880 John Edward Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mantua", + "Physical Address State": "OH ", + "Physical Address Zip": "44255", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12439418416801293", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810660", + "School District Name": "Southeastern Career Center", + "Physical Address Line 1": "901 W US 50", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Versailles", + "Physical Address State": "IN ", + "Physical Address Zip": "47042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600016", + "School District Name": "Crestwood School District", + "Physical Address Line 1": "27235 JOY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEARBORN HTS", + "Physical Address State": "MI ", + "Physical Address Zip": "48127", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.28180897738778266", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4205460", + "School District Name": "Crestwood SD", + "Physical Address Line 1": "281 S Mountain Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mountain Top", + "Physical Address State": "PA ", + "Physical Address Zip": "18707", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05746782400478898", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810710", + "School District Name": "Southern Hancock Co Com Sch Corp", + "Physical Address Line 1": "4711 S 500 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Palestine", + "Physical Address State": "IN ", + "Physical Address Zip": "46163", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04211117349803481", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103690", + "School District Name": "Creswell SD 40", + "Physical Address Line 1": "998 West A St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Creswell", + "Physical Address State": "OR ", + "Physical Address Zip": "97426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.13304721030042918", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810740", + "School District Name": "Randolph Southern School Corp", + "Physical Address Line 1": "1 Rebel Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lynn", + "Physical Address State": "IN ", + "Physical Address Zip": "47355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17777777777777778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810770", + "School District Name": "Southern Wells Com Schools", + "Physical Address Line 1": "9120 S 300 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Poneto", + "Physical Address State": "IN ", + "Physical Address Zip": "46781", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09948320413436693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100095", + "School District Name": "CRETE PUBLIC SCHOOLS", + "Physical Address Line 1": "930 MAIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRETE", + "Physical Address State": "NE ", + "Physical Address Zip": "68333", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09671272034302049", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810800", + "School District Name": "Southwestern-Jefferson Co Con", + "Physical Address Line 1": "239 S Main Cross St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanover", + "Physical Address State": "IN ", + "Physical Address Zip": "47243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13956639566395665", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200048", + "School District Name": "Crispus Attucks CS", + "Physical Address Line 1": "605 S Duke St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "York", + "Physical Address State": "PA ", + "Physical Address Zip": "17401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810830", + "School District Name": "Southwestern Con Sch Shelby Co", + "Physical Address Line 1": "3406 W 600 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelbyville", + "Physical Address State": "IN ", + "Physical Address Zip": "46176", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09387755102040816", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101380", + "School District Name": "Crittenden County", + "Physical Address Line 1": "601 W Elm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "KY ", + "Physical Address Zip": "42064", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2521227955584585", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810860", + "School District Name": "Southwest School Corporation", + "Physical Address Line 1": "1502 North Section Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sullivan", + "Physical Address State": "IN ", + "Physical Address Zip": "47882", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16898008449004223", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5502970", + "School District Name": "Crivitz School District", + "Physical Address Line 1": "400 South Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crivitz", + "Physical Address State": "WI ", + "Physical Address Zip": "54114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15458937198067632", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810870", + "School District Name": "Southwest Dubois Co Sch Corp", + "Physical Address Line 1": "113 N Jackson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntingburg", + "Physical Address State": "IN ", + "Physical Address Zip": "47542", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10675039246467818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101410", + "School District Name": "Cumberland County", + "Physical Address Line 1": "810 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burkesville", + "Physical Address State": "KY ", + "Physical Address Zip": "42717", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2983957219251337", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810900", + "School District Name": "Southwest Parke Com Sch Corp", + "Physical Address Line 1": "4851 S Coxville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montezuma", + "Physical Address State": "IN ", + "Physical Address Zip": "47862", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18081180811808117", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910350", + "School District Name": "CROCKER R-II", + "Physical Address Line 1": "104 SCHOOL STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROCKER", + "Physical Address State": "MO ", + "Physical Address Zip": "65452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17590822179732313", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810920", + "School District Name": "School Town of Speedway", + "Physical Address Line 1": "5300 Crawfordsville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Speedway", + "Physical Address State": "IN ", + "Physical Address Zip": "46224", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15484158857652833", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101440", + "School District Name": "Danville Independent", + "Physical Address Line 1": "115 E. Lexington Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "KY ", + "Physical Address Zip": "40422", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2340627973358706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810950", + "School District Name": "Spencer-Owen Community Schools", + "Physical Address Line 1": "205 E Hillside", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spencer", + "Physical Address State": "IN ", + "Physical Address Zip": "47460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15596663039535727", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700850", + "School District Name": "Crockett County", + "Physical Address Line 1": "102 North Cavalier DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alamo", + "Physical Address State": "TN ", + "Physical Address Zip": "38001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17274256870443072", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1810980", + "School District Name": "Springs Valley Com School Corp", + "Physical Address Line 1": "498 S Larry Bird Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "French Lick", + "Physical Address State": "IN ", + "Physical Address Zip": "47432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19047619047619047", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101470", + "School District Name": "Daviess County", + "Physical Address Line 1": "1622 Southeastern Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Owensboro", + "Physical Address State": "KY ", + "Physical Address Zip": "42303", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.12607995314101625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815690", + "School District Name": "CROCKETT COUNTY CONSOLIDATED CSD", + "Physical Address Line 1": "808 AVE E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OZONA", + "Physical Address State": "TX ", + "Physical Address Zip": "76943", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20408163265306123", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811190", + "School District Name": "Sunman-Dearborn Com Sch Corp", + "Physical Address Line 1": "1 Trojan Place Ste B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St Leon", + "Physical Address State": "IN ", + "Physical Address Zip": "47012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04830699774266366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101500", + "School District Name": "Dawson Springs Independent", + "Physical Address Line 1": "118 E Arcadia Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dawson Springs", + "Physical Address State": "KY ", + "Physical Address Zip": "42408", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3721518987341772", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811220", + "School District Name": "Switzerland County School Corp", + "Physical Address Line 1": "1040 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vevay", + "Physical Address State": "IN ", + "Physical Address Zip": "47043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20334261838440112", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815720", + "School District Name": "CROCKETT ISD", + "Physical Address Line 1": "1400 W AUSTIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROCKETT", + "Physical Address State": "TX ", + "Physical Address Zip": "75835", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3120567375886525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811250", + "School District Name": "Taylor Community School Corp", + "Physical Address Line 1": "3750 E CR 300 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kokomo", + "Physical Address State": "IN ", + "Physical Address Zip": "46902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1329284750337382", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101530", + "School District Name": "Dayton Independent", + "Physical Address Line 1": "200 Clay St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "KY ", + "Physical Address Zip": "41074", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2853881278538813", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811260", + "School District Name": "Tell City-Troy Twp School Corp", + "Physical Address Line 1": "837 17th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tell City", + "Physical Address State": "IN ", + "Physical Address Zip": "47586", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15407319952774498", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3105630", + "School District Name": "CROFTON COMMUNITY SCHOOLS", + "Physical Address Line 1": "89048 N HWY 121", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROFTON", + "Physical Address State": "NE ", + "Physical Address Zip": "68730", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10049019607843138", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811340", + "School District Name": "Tippecanoe School Corp", + "Physical Address Line 1": "21 Elston Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lafayette", + "Physical Address State": "IN ", + "Physical Address Zip": "47909", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08867555106423293", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101590", + "School District Name": "East Bernstadt Independent", + "Physical Address Line 1": "296 East Highway 3094", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Bernstadt", + "Physical Address State": "KY ", + "Physical Address Zip": "40729", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3191489361702128", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811370", + "School District Name": "Tippecanoe Valley School Corp", + "Physical Address Line 1": "8343 S SR 19", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "IN ", + "Physical Address Zip": "46910", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13372889091738932", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101620", + "School District Name": "Edmonson County", + "Physical Address Line 1": "100 Wildcat Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brownsville", + "Physical Address State": "KY ", + "Physical Address Zip": "42210", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21811680572109654", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811400", + "School District Name": "Tipton Community School Corp", + "Physical Address Line 1": "1051 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tipton", + "Physical Address State": "IN ", + "Physical Address Zip": "46072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10121951219512196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2709690", + "School District Name": "CROMWELL-WRIGHT PUBLIC SCHOOLS", + "Physical Address Line 1": "5624 HWY 210", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROMWELL", + "Physical Address State": "MN ", + "Physical Address Zip": "55726", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09491525423728814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811430", + "School District Name": "Tri-County School Corporation", + "Physical Address Line 1": "105 N 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wolcott", + "Physical Address State": "IN ", + "Physical Address Zip": "47995", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11424903722721438", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101650", + "School District Name": "Elizabethtown Independent", + "Physical Address Line 1": "219 Helm St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elizabethtown", + "Physical Address State": "KY ", + "Physical Address Zip": "42701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.19827213822894169", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811460", + "School District Name": "Tri-Creek School Corporation", + "Physical Address Line 1": "19290 Cline Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lowell", + "Physical Address State": "IN ", + "Physical Address Zip": "46356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07821522309711286", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5602370", + "School District Name": "Crook County School District #1", + "Physical Address Line 1": "122 State Highway 585", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sundance", + "Physical Address State": "WY ", + "Physical Address Zip": "82729", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0887218045112782", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811490", + "School District Name": "Triton School Corporation", + "Physical Address Line 1": "100 Triton Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bourbon", + "Physical Address State": "IN ", + "Physical Address Zip": "46504", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09775086505190311", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101680", + "School District Name": "Elliott County", + "Physical Address Line 1": "Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sandy Hook", + "Physical Address State": "KY ", + "Physical Address Zip": "41171", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29048582995951416", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811580", + "School District Name": "Twin Lakes School Corp", + "Physical Address Line 1": "565 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monticello", + "Physical Address State": "IN ", + "Physical Address Zip": "47960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14863157894736842", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103720", + "School District Name": "Crook County SD", + "Physical Address Line 1": "471 NE Ochoco Plaza Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prineville", + "Physical Address State": "OR ", + "Physical Address Zip": "97754", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14899789029535865", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811600", + "School District Name": "Twin Rivers Career & Tech Ed Area", + "Physical Address Line 1": "20 N Third St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vincennes", + "Physical Address State": "IN ", + "Physical Address Zip": "47591", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101710", + "School District Name": "Eminence Independent", + "Physical Address Line 1": "291 West Broadway Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eminence", + "Physical Address State": "KY ", + "Physical Address Zip": "40019", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17535545023696683", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811610", + "School District Name": "Union Co/Clg Corner Joint Sch Dist", + "Physical Address Line 1": "107 S Layman St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Liberty", + "Physical Address State": "IN ", + "Physical Address Zip": "47353", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1530008453085376", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009060", + "School District Name": "CROOKED OAK", + "Physical Address Line 1": "1450 S Eastern Aveneue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73129", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.4110738255033557", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811700", + "School District Name": "Union Township School Corp", + "Physical Address Line 1": "599 W 300 N Suite A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valparaiso", + "Physical Address State": "IN ", + "Physical Address Zip": "46385", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06823671497584541", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101740", + "School District Name": "Erlanger-Elsmere Independent", + "Physical Address Line 1": "500 Graves Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erlanger", + "Physical Address State": "KY ", + "Physical Address Zip": "41018", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21173724574858285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811730", + "School District Name": "Union School Corporation", + "Physical Address Line 1": "8707 W US Hwy 36", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Modoc", + "Physical Address State": "IN ", + "Physical Address Zip": "47358", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17291666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2709720", + "School District Name": "CROOKSTON PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "402 FISHER AVE STE 593", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROOKSTON", + "Physical Address State": "MN ", + "Physical Address Zip": "56716", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18023255813953487", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811910", + "School District Name": "Union-North United School Corp", + "Physical Address Line 1": "22601 Tyler Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeville", + "Physical Address State": "IN ", + "Physical Address Zip": "46536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12969525159461376", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101760", + "School District Name": "Estill County", + "Physical Address Line 1": "253 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Irvine", + "Physical Address State": "KY ", + "Physical Address Zip": "40336", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2649205667668527", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811930", + "School District Name": "Heartland Career Center", + "Physical Address Line 1": "79 S 200 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wabash", + "Physical Address State": "IN ", + "Physical Address Zip": "46992", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904535", + "School District Name": "Crooksville Exempted Village", + "Physical Address Line 1": "4065 Ceramic Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crooksville", + "Physical Address State": "OH ", + "Physical Address Zip": "43731", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20803295571575695", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1811970", + "School District Name": "Valparaiso Community Schools", + "Physical Address Line 1": "3801 N Campbell St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valparaiso", + "Physical Address State": "IN ", + "Physical Address Zip": "46385", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09167588495575221", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101800", + "School District Name": "Fairview Independent", + "Physical Address Line 1": "2100 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "KY ", + "Physical Address Zip": "41102", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.24912891986062718", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815750", + "School District Name": "CROSBY ISD", + "Physical Address Line 1": "14670 FM 2100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROSBY", + "Physical Address State": "TX ", + "Physical Address Zip": "77532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18842645381984036", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812090", + "School District Name": "Vigo County School Corp", + "Physical Address Line 1": "686 Wabash Av", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Terre Haute", + "Physical Address State": "IN ", + "Physical Address Zip": "47807", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.22093168477582115", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101860", + "School District Name": "Fayette County", + "Physical Address Line 1": "701 East Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "KY ", + "Physical Address Zip": "40502", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.1502316483063935", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1812120", + "School District Name": "Vincennes Community School Corp", + "Physical Address Line 1": "1712 S Quail Run Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vincennes", + "Physical Address State": "IN ", + "Physical Address Zip": "47591", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17950330084878968", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2709750", + "School District Name": "CROSBY-IRONTON PUBLIC SCHOOL DIST.", + "Physical Address Line 1": "711 POPLAR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROSBY", + "Physical Address State": "MN ", + "Physical Address Zip": "56441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11715210355987055", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812150", + "School District Name": "Wabash City Schools", + "Physical Address Line 1": "189 W Market St 744", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wabash", + "Physical Address State": "IN ", + "Physical Address Zip": "46992", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16389891696750902", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101920", + "School District Name": "Fleming County", + "Physical Address Line 1": "211 W Water St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flemingsburg", + "Physical Address State": "KY ", + "Physical Address Zip": "41041", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22128129602356406", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800001", + "School District Name": "CROSBYTON CISD", + "Physical Address Line 1": "204 S HARRISON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROSBYTON", + "Physical Address State": "TX ", + "Physical Address Zip": "79322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3203342618384401", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812240", + "School District Name": "Wa-Nee Community Schools", + "Physical Address Line 1": "1300 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nappanee", + "Physical Address State": "IN ", + "Physical Address Zip": "46550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.100663953737417", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101950", + "School District Name": "Floyd County", + "Physical Address Line 1": "442 KY RT 550", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastern", + "Physical Address State": "KY ", + "Physical Address Zip": "41622", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.32466198870443264", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100130", + "School District Name": "CROSS COUNTY COMMUNITY SCHOOLS", + "Physical Address Line 1": "1270 123RD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STROMSBURG", + "Physical Address State": "NE ", + "Physical Address Zip": "68666", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08781869688385269", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812390", + "School District Name": "Warrick County School Corp", + "Physical Address Line 1": "300 E Gum", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boonville", + "Physical Address State": "IN ", + "Physical Address Zip": "47601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07967687074829932", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600150", + "School District Name": "Cross Creek Charter Academy", + "Physical Address Line 1": "7701 KALAMAZOO AVE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BYRON CENTER", + "Physical Address State": "MI ", + "Physical Address Zip": "49315", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812420", + "School District Name": "Warsaw Community Schools", + "Physical Address Line 1": "1 Administration Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warsaw", + "Physical Address State": "IN ", + "Physical Address Zip": "46580", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11008437123342708", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102040", + "School District Name": "Fort Thomas Independent", + "Physical Address Line 1": "28 N Ft Thomas Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Thomas", + "Physical Address State": "KY ", + "Physical Address Zip": "41075", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04500310366232154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812450", + "School District Name": "Washington Community Schools", + "Physical Address Line 1": "301 E South St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "IN ", + "Physical Address Zip": "47501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18409785932721712", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815810", + "School District Name": "CROSS PLAINS ISD", + "Physical Address Line 1": "700 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROSS PLAINS", + "Physical Address State": "TX ", + "Physical Address Zip": "76443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29873417721518986", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2101980", + "School District Name": "Frankfort Independent", + "Physical Address Line 1": "959 Leestown Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frankfort", + "Physical Address State": "KY ", + "Physical Address Zip": "40601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.25333333333333335", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700471", + "School District Name": "Cross River Charter School", + "Physical Address Line 1": "920 HOLLEY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL PARK", + "Physical Address State": "MN ", + "Physical Address Zip": "55071", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812870", + "School District Name": "West Lafayette Com School Corp", + "Physical Address Line 1": "1130 N Salisbury", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Lafayette", + "Physical Address State": "IN ", + "Physical Address Zip": "47906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.0959409594095941", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102010", + "School District Name": "Franklin County", + "Physical Address Line 1": "190 Kings Daughters Drive #300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frankfort", + "Physical Address State": "KY ", + "Physical Address Zip": "40601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15382543103448276", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815840", + "School District Name": "CROSS ROADS ISD", + "Physical Address Line 1": "14434 FM 59", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MALAKOFF", + "Physical Address State": "TX ", + "Physical Address Zip": "75148", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1894093686354379", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812900", + "School District Name": "West Noble School Corporation", + "Physical Address Line 1": "5050 N US 33", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ligonier", + "Physical Address State": "IN ", + "Physical Address Zip": "46767", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11374045801526718", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102100", + "School District Name": "Fulton County", + "Physical Address Line 1": "2780 Moscow Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hickman", + "Physical Address State": "KY ", + "Physical Address Zip": "42050", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3218390804597701", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812930", + "School District Name": "West Washington School Corp", + "Physical Address Line 1": "8026 W Batt Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Campbellsburg", + "Physical Address State": "IN ", + "Physical Address Zip": "47108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15884115884115885", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700119", + "School District Name": "Crosscreek Charter School", + "Physical Address Line 1": "100 East River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Louisburg", + "Physical Address State": "NC ", + "Physical Address Zip": "27549", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1812990", + "School District Name": "Western Boone Co Com Sch Dist", + "Physical Address Line 1": "1201 N SR 75", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thorntown", + "Physical Address State": "IN ", + "Physical Address Zip": "46071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08528906697195192", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102070", + "School District Name": "Fulton Independent", + "Physical Address Line 1": "304 West State Line", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fulton", + "Physical Address State": "KY ", + "Physical Address Zip": "42041", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.38995215311004783", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1813050", + "School District Name": "Western Wayne Schools", + "Physical Address Line 1": "519 Queen St - 217", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pershing", + "Physical Address State": "IN ", + "Physical Address Zip": "47370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16807610993657504", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102130", + "School District Name": "Gallatin County", + "Physical Address Line 1": "600 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warsaw", + "Physical Address State": "KY ", + "Physical Address Zip": "41095", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21739130434782608", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1813080", + "School District Name": "Westfield-Washington Schools", + "Physical Address Line 1": "1143 East 181st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westfield", + "Physical Address State": "IN ", + "Physical Address Zip": "46074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03371749690446709", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700218", + "School District Name": "CROSSLAKE COMMUNITY CHARTER SCHOOL", + "Physical Address Line 1": "35808 COUNTY RD 66", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROSSLAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "56442", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1813110", + "School District Name": "Westview School Corporation", + "Physical Address Line 1": "1545 S 600 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Topeka", + "Physical Address State": "IN ", + "Physical Address Zip": "46571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08852123486269828", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102160", + "School District Name": "Garrard County", + "Physical Address Line 1": "322 West Maple Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "KY ", + "Physical Address Zip": "40444", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18678260869565216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1813200", + "School District Name": "School City of Whiting", + "Physical Address Line 1": "1500 Center St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whiting", + "Physical Address State": "IN ", + "Physical Address Zip": "46394", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17579250720461095", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100086", + "School District Name": "CROSSROADS ALTERNATIVE/BRISTOL CITY", + "Physical Address Line 1": "C/O Bristol City Public Schls", + "Physical Address Line 2": "220 Lee Street", + "Physical Address Line 3": "", + "Physical Address City": "Bristol", + "Physical Address State": "VA ", + "Physical Address Zip": "24201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1813230", + "School District Name": "Whitko Community School Corp", + "Physical Address Line 1": "710 N SR 5 - Suite B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Larwill", + "Physical Address State": "IN ", + "Physical Address Zip": "46764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12057112638815441", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102220", + "School District Name": "Glasgow Independent", + "Physical Address Line 1": "711 S. L. Rogers Wells Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glasgow", + "Physical Address State": "KY ", + "Physical Address Zip": "42142", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3153526970954357", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600186", + "School District Name": "Crossroads Charter Academy", + "Physical Address Line 1": "215 SPRUCE ST W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BIG RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49307", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102250", + "School District Name": "Grant County", + "Physical Address Line 1": "820 Arnie Risen Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamstown", + "Physical Address State": "KY ", + "Physical Address Zip": "41097", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17691940867906533", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1900015", + "School District Name": "Sibley-Ocheyedan Comm School District", + "Physical Address Line 1": "120 11th Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sibley", + "Physical Address State": "IA ", + "Physical Address Zip": "51249", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13565891472868216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900603", + "School District Name": "CROSSROADS CHARTER SCHOOLS", + "Physical Address Line 1": "1011 CENTRAL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102280", + "School District Name": "Graves County", + "Physical Address Line 1": "2290 State Rt 121 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mayfield", + "Physical Address State": "KY ", + "Physical Address Zip": "42066", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17357293868921775", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1900022", + "School District Name": "Union Comm School District", + "Physical Address Line 1": "200 Adams St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Porte City", + "Physical Address State": "IA ", + "Physical Address Zip": "50651", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09197475202885483", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800278", + "School District Name": "CROSSTIMBERS ACADEMY", + "Physical Address Line 1": "236 HARMONY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEATHERFORD", + "Physical Address State": "TX ", + "Physical Address Zip": "76087", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1900023", + "School District Name": "Sioux Central Comm School District", + "Physical Address Line 1": "4440 U.S. Hwy 71", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sioux Rapids", + "Physical Address State": "IA ", + "Physical Address Zip": "50585", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07429718875502007", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102300", + "School District Name": "Grayson County", + "Physical Address Line 1": "790 Shaw Station RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leitchfield", + "Physical Address State": "KY ", + "Physical Address Zip": "42754", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22400881057268723", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1900024", + "School District Name": "South Central Calhoun Comm School District", + "Physical Address Line 1": "1000 Tonawanda Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockwell City", + "Physical Address State": "IA ", + "Physical Address Zip": "50579", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13920454545454544", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2611140", + "School District Name": "Croswell-Lexington Community Schools", + "Physical Address Line 1": "5407 PECK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROSWELL", + "Physical Address State": "MI ", + "Physical Address Zip": "48422", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17893145161290322", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1900025", + "School District Name": "Panorama Comm School District", + "Physical Address Line 1": "701 W Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Panora", + "Physical Address State": "IA ", + "Physical Address Zip": "50216", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08092485549132948", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102340", + "School District Name": "Green County", + "Physical Address Line 1": "402 East Hodgenville Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensburg", + "Physical Address State": "KY ", + "Physical Address Zip": "42743", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25375626043405675", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1900026", + "School District Name": "South O'Brien Comm School District", + "Physical Address Line 1": "216 S Rutledge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paullina", + "Physical Address State": "IA ", + "Physical Address Zip": "51046", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10829817158931083", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102400", + "School District Name": "Greenup County", + "Physical Address Line 1": "45 Musketeer Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenup", + "Physical Address State": "KY ", + "Physical Address Zip": "41144", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.18501478803812027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1900027", + "School District Name": "Riverside Comm School District", + "Physical Address Line 1": "330 Pleasant St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carson", + "Physical Address State": "IA ", + "Physical Address Zip": "51525", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08528198074277854", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608580", + "School District Name": "CROTON-HARMON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "10 GERSTEIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROTON ON HUDSON", + "Physical Address State": "NY ", + "Physical Address Zip": "10520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04669703872437358", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1900028", + "School District Name": "Prairie Valley Comm School District", + "Physical Address Line 1": "1111 Beek St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gowrie", + "Physical Address State": "IA ", + "Physical Address Zip": "50543", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09728867623604466", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102460", + "School District Name": "Hancock County", + "Physical Address Line 1": "83 State Route 3543", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hawesville", + "Physical Address State": "KY ", + "Physical Address Zip": "42348", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14821323960164032", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900073", + "School District Name": "Crow Creek Reservation High School", + "Physical Address Line 1": "101 Chieftain Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stephan", + "Physical Address State": "SD", + "Physical Address Zip": "57346", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102490", + "School District Name": "Hardin County", + "Physical Address Line 1": "65 W A Jenkins Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elizabethtown", + "Physical Address State": "KY ", + "Physical Address Zip": "42701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1497867803837953", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900118", + "School District Name": "Crow Creek Sioux Tribal Elem School", + "Physical Address Line 1": "101 Crow Creek Loop", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stephan", + "Physical Address State": "SD", + "Physical Address Zip": "57346", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102540", + "School District Name": "Harlan County", + "Physical Address Line 1": "251 Ball Park Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harlan", + "Physical Address State": "KY ", + "Physical Address Zip": "40831", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.41884944920440637", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103780", + "School District Name": "Crow-Applegate-Lorane SD 66", + "Physical Address Line 1": "85955 Territorial Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eugene", + "Physical Address State": "OR ", + "Physical Address Zip": "97402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12693498452012383", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102520", + "School District Name": "Harlan Independent", + "Physical Address Line 1": "420 E Central St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harlan", + "Physical Address State": "KY ", + "Physical Address Zip": "40831", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.4375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009090", + "School District Name": "CROWDER", + "Physical Address Line 1": "400 Bond Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crowder", + "Physical Address State": "OK ", + "Physical Address Zip": "74430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19035532994923857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102580", + "School District Name": "Harrison County", + "Physical Address Line 1": "308 Webster Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cynthiana", + "Physical Address State": "KY ", + "Physical Address Zip": "41031", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19313169502205418", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900007", + "School District Name": "CROWDER COLLEGE", + "Physical Address Line 1": "601 LACLEDE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEOSHO", + "Physical Address State": "MO ", + "Physical Address Zip": "64850", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102640", + "School District Name": "Hart County", + "Physical Address Line 1": "25 Quality Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Munfordville", + "Physical Address State": "KY ", + "Physical Address Zip": "42765", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24803407601572738", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815870", + "School District Name": "CROWELL ISD", + "Physical Address Line 1": "400 E LOGAN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROWELL", + "Physical Address State": "TX ", + "Physical Address Zip": "79227", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3313253012048193", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102670", + "School District Name": "Hazard Independent", + "Physical Address Line 1": "705 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hazard", + "Physical Address State": "KY ", + "Physical Address Zip": "41701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.4105793450881612", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102710", + "School District Name": "Henderson County", + "Physical Address Line 1": "1805 Second St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henderson", + "Physical Address State": "KY ", + "Physical Address Zip": "42420", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.15725433143764053", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815910", + "School District Name": "CROWLEY ISD", + "Physical Address Line 1": "512 PEACH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROWLEY", + "Physical Address State": "TX ", + "Physical Address Zip": "76036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.1486784140969163", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102760", + "School District Name": "Henry County", + "Physical Address Line 1": "326 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Castle", + "Physical Address State": "KY ", + "Physical Address Zip": "40050", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1691638472692122", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102790", + "School District Name": "Hickman County", + "Physical Address Line 1": "416 Waterfield Drive North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "KY ", + "Physical Address Zip": "42031", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24961479198767333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102860", + "School District Name": "Hopkins County", + "Physical Address Line 1": "320 S Seminary St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madisonville", + "Physical Address State": "KY ", + "Physical Address Zip": "42431", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2226327312534209", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102940", + "School District Name": "Jackson County", + "Physical Address Line 1": "3331 Hwy 421 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McKee", + "Physical Address State": "KY ", + "Physical Address Zip": "40447", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3363390441839495", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608610", + "School District Name": "CROWN POINT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2758 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CROWN POINT", + "Physical Address State": "NY ", + "Physical Address Zip": "12928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14492753623188406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102910", + "School District Name": "Jackson Independent", + "Physical Address Line 1": "940 Highland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "KY ", + "Physical Address Zip": "41339", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.36082474226804123", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2102990", + "School District Name": "Jefferson County", + "Physical Address Line 1": "3332 Newburg Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Louisville", + "Physical Address State": "KY ", + "Physical Address Zip": "40218", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.1703299796527292", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2103000", + "School District Name": "Jenkins Independent", + "Physical Address Line 1": "9409 Hwy 805", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jenkins", + "Physical Address State": "KY ", + "Physical Address Zip": "41537", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.368", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303306", + "School District Name": "Croydon SAU Office", + "Physical Address Line 1": "889 NH Rt. 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Croydon", + "Physical Address State": "NH ", + "Physical Address Zip": "03773", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103030", + "School District Name": "Jessamine County", + "Physical Address Line 1": "871 Wilmore Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nicholasville", + "Physical Address State": "KY ", + "Physical Address Zip": "40356", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.16631578947368422", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302550", + "School District Name": "Croydon School District", + "Physical Address Line 1": "889 NH Rt. 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Croydon", + "Physical Address State": "NH ", + "Physical Address Zip": "03773", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1134020618556701", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103060", + "School District Name": "Johnson County", + "Physical Address Line 1": "253 North Mayo Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paintsville", + "Physical Address State": "KY ", + "Physical Address Zip": "41240", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2592479364108835", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009150", + "School District Name": "CRUTCHO", + "Physical Address Line 1": "2401 North Air Depot Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73141", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.35278514588859416", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103090", + "School District Name": "Kenton County", + "Physical Address Line 1": "1055 Eaton Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Wright", + "Physical Address State": "KY ", + "Physical Address Zip": "41017", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09667800156944807", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900098", + "School District Name": "Crystal Boarding School", + "Physical Address Line 1": "Highway 134", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Navajo", + "Physical Address State": "NM", + "Physical Address Zip": "87328", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103120", + "School District Name": "Knott County", + "Physical Address Line 1": "1156 Hindman Bypass", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hindman", + "Physical Address State": "KY ", + "Physical Address Zip": "41822", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3374175306314797", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910380", + "School District Name": "CRYSTAL CITY 47", + "Physical Address Line 1": "1100 MISSISSIPPI AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRYSTAL CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "63019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10641627543035993", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103150", + "School District Name": "Knox County", + "Physical Address Line 1": "200 Daniel Boone Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barbourville", + "Physical Address State": "KY ", + "Physical Address Zip": "40906", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.36787340125731627", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815930", + "School District Name": "CRYSTAL CITY ISD", + "Physical Address Line 1": "613 W ZAVALA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRYSTAL CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "78839", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.37744171392564585", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103180", + "School District Name": "LaRue County", + "Physical Address Line 1": "208 College St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hodgenville", + "Physical Address State": "KY ", + "Physical Address Zip": "42748", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19214145383104125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103210", + "School District Name": "Laurel County", + "Physical Address Line 1": "718 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "London", + "Physical Address State": "KY ", + "Physical Address Zip": "40741", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.24020962363030016", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1905430", + "School District Name": "West Hancock Comm School District", + "Physical Address Line 1": "510 9th Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Britt", + "Physical Address State": "IA ", + "Physical Address Zip": "50423", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08994708994708994", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300041", + "School District Name": "CSI Charter School", + "Physical Address Line 1": "26 Washington St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Penacook", + "Physical Address State": "NH ", + "Physical Address Zip": "03303", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103240", + "School District Name": "Lawrence County", + "Physical Address Line 1": "Hwy 644", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Louisa", + "Physical Address State": "KY ", + "Physical Address Zip": "41230", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3044806517311609", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280260", + "School District Name": "CTC of Lackawanna County", + "Physical Address Line 1": "3201 Rockwell Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scranton", + "Physical Address State": "PA ", + "Physical Address Zip": "18508", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103270", + "School District Name": "Lee County", + "Physical Address Line 1": "242 Lee Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beattyville", + "Physical Address State": "KY ", + "Physical Address Zip": "41311", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.40980392156862744", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503030", + "School District Name": "Cuba City School District", + "Physical Address Line 1": "101 N School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cuba City", + "Physical Address State": "WI ", + "Physical Address Zip": "53807", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06914893617021277", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103330", + "School District Name": "Leslie County", + "Physical Address Line 1": "108 Maple St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hyden", + "Physical Address State": "KY ", + "Physical Address Zip": "41749", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.32815301852958756", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500660", + "School District Name": "CUBA INDEPENDENT SCHOOLS", + "Physical Address Line 1": "50 COUNTY RD 13", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CUBA", + "Physical Address State": "NM ", + "Physical Address Zip": "87013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.327007299270073", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103360", + "School District Name": "Letcher County", + "Physical Address Line 1": "224 Park St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitesburg", + "Physical Address State": "KY ", + "Physical Address Zip": "41858", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3184227965540093", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3632010", + "School District Name": "CUBA-RUSHFORD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5476 RT 305 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CUBA", + "Physical Address State": "NY ", + "Physical Address Zip": "14727", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20060180541624875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103390", + "School District Name": "Lewis County", + "Physical Address Line 1": "65 Central Elementary", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vanceburg", + "Physical Address State": "KY ", + "Physical Address Zip": "41179", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29544408651633686", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103480", + "School District Name": "Lincoln County", + "Physical Address Line 1": "305 Danville Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanford", + "Physical Address State": "KY ", + "Physical Address Zip": "40484", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22898074213245656", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503060", + "School District Name": "Cudahy School District", + "Physical Address Line 1": "2915 E Ramsey Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cudahy", + "Physical Address State": "WI ", + "Physical Address Zip": "53110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16795366795366795", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103510", + "School District Name": "Livingston County", + "Physical Address Line 1": "127 E Adair St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smithland", + "Physical Address State": "KY ", + "Physical Address Zip": "42081", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1911049339819319", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103540", + "School District Name": "Logan County", + "Physical Address Line 1": "2222 Bowling Green Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Russellville", + "Physical Address State": "KY ", + "Physical Address Zip": "42276", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20916687769055456", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815960", + "School District Name": "CUERO ISD", + "Physical Address Line 1": "960 E BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CUERO", + "Physical Address State": "TX ", + "Physical Address Zip": "77954", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2556346381969158", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103630", + "School District Name": "Ludlow Independent", + "Physical Address Line 1": "525 Elm St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ludlow", + "Physical Address State": "KY ", + "Physical Address Zip": "41016", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2609254498714653", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815990", + "School District Name": "CULBERSON COUNTY-ALLAMOORE ISD", + "Physical Address Line 1": "200 W 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VAN HORN", + "Physical Address State": "TX ", + "Physical Address Zip": "79855", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.292817679558011", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103690", + "School District Name": "Lyon County", + "Physical Address Line 1": "217 Jenkins Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eddyville", + "Physical Address State": "KY ", + "Physical Address Zip": "42038", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17162698412698413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007830", + "School District Name": "Culbertson Elem", + "Physical Address Line 1": "423 First Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Culbertson", + "Physical Address State": "MT ", + "Physical Address Zip": "59218", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19696969696969696", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103720", + "School District Name": "Madison County", + "Physical Address Line 1": "301 Highland Park Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "KY ", + "Physical Address Zip": "40475", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15824241074742076", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007860", + "School District Name": "Culbertson H S", + "Physical Address Line 1": "423 First Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Culbertson", + "Physical Address State": "MT ", + "Physical Address Zip": "59218", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11428571428571428", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103750", + "School District Name": "Magoffin County", + "Physical Address Line 1": "109 Gardner Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salyersville", + "Physical Address State": "KY ", + "Physical Address Zip": "41465", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.41161087866108786", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103780", + "School District Name": "Marion County", + "Physical Address Line 1": "755 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "KY ", + "Physical Address Zip": "40033", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17242355605889015", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103810", + "School District Name": "Marshall County", + "Physical Address Line 1": "86 High School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Benton", + "Physical Address State": "KY ", + "Physical Address Zip": "42025", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17175417175417176", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103840", + "School District Name": "Martin County", + "Physical Address Line 1": "104 East Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inez", + "Physical Address State": "KY ", + "Physical Address Zip": "41224", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.40795107033639144", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101050", + "School District Name": "CULPEPER CO PBLC SCHS", + "Physical Address Line 1": "471 James Madison Hwy.", + "Physical Address Line 2": "Suite 201", + "Physical Address Line 3": "", + "Physical Address City": "Culpeper", + "Physical Address State": "VA ", + "Physical Address Zip": "22701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11038961038961038", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103870", + "School District Name": "Mason County", + "Physical Address Line 1": "34 East 2nd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maysville", + "Physical Address State": "KY ", + "Physical Address Zip": "41056", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21804511278195488", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601014", + "School District Name": "CULTURAL ARTS ACADEMY CHARTER SCHOOL AT SPRING CREEK", + "Physical Address Line 1": "1400 LINDEN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103900", + "School District Name": "Mayfield Independent", + "Physical Address Line 1": "914 E College St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mayfield", + "Physical Address State": "KY ", + "Physical Address Zip": "42066", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2814269535673839", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103960", + "School District Name": "McCracken County", + "Physical Address Line 1": "5347 Benton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paducah", + "Physical Address State": "KY ", + "Physical Address Zip": "42003", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17205659423951492", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2103990", + "School District Name": "McCreary County", + "Physical Address Line 1": "120 Raider Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stearns", + "Physical Address State": "KY ", + "Physical Address Zip": "42647", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.37857401375316685", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103840", + "School District Name": "Culver SD 4", + "Physical Address Line 1": "412 West \"E\" St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Culver", + "Physical Address State": "OR ", + "Physical Address Zip": "97734", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1857335127860027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104020", + "School District Name": "McLean County", + "Physical Address Line 1": "410 Highway 136 East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calhoun", + "Physical Address State": "KY ", + "Physical Address Zip": "42327", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16563658838071693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400270", + "School District Name": "Cumberland", + "Physical Address Line 1": "2602 Mendon Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cumberland", + "Physical Address State": "RI ", + "Physical Address Zip": "02864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06679258241758242", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104050", + "School District Name": "Meade County", + "Physical Address Line 1": "1155 Old Ekron Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brandenburg", + "Physical Address State": "KY ", + "Physical Address Zip": "40108", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17575757575757575", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800034", + "School District Name": "CUMBERLAND ACADEMY", + "Physical Address Line 1": "1340 SHILOH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TYLER", + "Physical Address State": "TX ", + "Physical Address Zip": "75703", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104080", + "School District Name": "Menifee County", + "Physical Address Line 1": "202 Back Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frenchburg", + "Physical Address State": "KY ", + "Physical Address Zip": "40322", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3598014888337469", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101080", + "School District Name": "CUMBERLAND CO PBLC SCHS", + "Physical Address Line 1": "1541 Anderson Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cumberland", + "Physical Address State": "VA ", + "Physical Address Zip": "23040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2334293948126801", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104110", + "School District Name": "Mercer County", + "Physical Address Line 1": "530 Perryville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrodsburg", + "Physical Address State": "KY ", + "Physical Address Zip": "40330", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17223042836041358", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700900", + "School District Name": "Cumberland County", + "Physical Address Line 1": "368 4th ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crossville", + "Physical Address State": "TN ", + "Physical Address Zip": "38555", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21540192524065507", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104140", + "School District Name": "Metcalfe County", + "Physical Address Line 1": "709 West Stockton Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edmonton", + "Physical Address State": "KY ", + "Physical Address Zip": "42129", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.28494333513221803", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104170", + "School District Name": "Middlesboro Independent", + "Physical Address Line 1": "220 N 20th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middlesboro", + "Physical Address State": "KY ", + "Physical Address Zip": "40965", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3984700973574409", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403610", + "School District Name": "Cumberland County Board of Vocational Education", + "Physical Address Line 1": "3400 College Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vineland", + "Physical Address State": "NJ ", + "Physical Address Zip": "08360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104200", + "School District Name": "Monroe County", + "Physical Address Line 1": "309 Emberton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tompkinsville", + "Physical Address State": "KY ", + "Physical Address Zip": "42167", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3122384937238494", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700011", + "School District Name": "Cumberland County Schools", + "Physical Address Line 1": "2465 Gillespie Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fayetteville", + "Physical Address State": "NC ", + "Physical Address Zip": "28306", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.20717480922726075", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2104250", + "School District Name": "Montgomery County", + "Physical Address Line 1": "700 Woodford Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Sterling", + "Physical Address State": "KY ", + "Physical Address Zip": "40353", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20262390670553937", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104290", + "School District Name": "Morgan County", + "Physical Address Line 1": "155 University Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Liberty", + "Physical Address State": "KY ", + "Physical Address Zip": "41472", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27709556860651363", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280180", + "School District Name": "Cumberland Perry AVTS", + "Physical Address Line 1": "110 Old Willow Mill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mechanicsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100081", + "School District Name": "Muhlenberg County", + "Physical Address Line 1": "510 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Powderly", + "Physical Address State": "KY ", + "Physical Address Zip": "42367", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2895579756566304", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403620", + "School District Name": "Cumberland Regional School District", + "Physical Address Line 1": "90 Silver Lake Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1326530612244898", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104380", + "School District Name": "Murray Independent", + "Physical Address Line 1": "208 S 13th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Murray", + "Physical Address State": "KY ", + "Physical Address Zip": "42071", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20234604105571846", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503090", + "School District Name": "Cumberland School District", + "Physical Address Line 1": "1010 8th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cumberland", + "Physical Address State": "WI ", + "Physical Address Zip": "54829", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11776447105788423", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104410", + "School District Name": "Nelson County", + "Physical Address Line 1": "288 Wildcat Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bardstown", + "Physical Address State": "KY ", + "Physical Address Zip": "40004", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10473603802410457", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207110", + "School District Name": "Cumberland Valley SD", + "Physical Address Line 1": "6746 Carlisle Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mechanicsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05965783175250421", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104440", + "School District Name": "Newport Independent", + "Physical Address Line 1": "30 W. 8th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "KY ", + "Physical Address Zip": "41071", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2790553138595401", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816020", + "School District Name": "CUMBY ISD", + "Physical Address Line 1": "303 SAYLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CUMBY", + "Physical Address State": "TX ", + "Physical Address Zip": "75433", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1766109785202864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104470", + "School District Name": "Nicholas County", + "Physical Address Line 1": "395 West Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carlisle", + "Physical Address State": "KY ", + "Physical Address Zip": "40311", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24398625429553264", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104500", + "School District Name": "Ohio County", + "Physical Address Line 1": "315 E Union St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "KY ", + "Physical Address Zip": "42347", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19262672811059908", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104530", + "School District Name": "Oldham County", + "Physical Address Line 1": "1350 N Hwy 393", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buckner", + "Physical Address State": "KY ", + "Physical Address Zip": "40010", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03889255108767304", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301890", + "School District Name": "Curlew School District", + "Physical Address Line 1": "47 CURLEW SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CURLEW", + "Physical Address State": "WA ", + "Physical Address Zip": "99118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29605263157894735", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1910340", + "School District Name": "River Valley Comm School District", + "Physical Address Line 1": "916 Hackberry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Correctionville", + "Physical Address State": "IA ", + "Physical Address Zip": "51016", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12742980561555076", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104560", + "School District Name": "Owen County", + "Physical Address Line 1": "1600 Hwy 22 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Owenton", + "Physical Address State": "KY ", + "Physical Address Zip": "40359", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18276762402088773", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701080", + "School District Name": "Currituck County Schools", + "Physical Address Line 1": "2958 Caratoke Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Currituck", + "Physical Address State": "NC ", + "Physical Address Zip": "27929", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11710631494804156", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104590", + "School District Name": "Owensboro Independent", + "Physical Address Line 1": "450 Griffith Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Owensboro", + "Physical Address State": "KY ", + "Physical Address Zip": "42301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.25169932027189124", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104620", + "School District Name": "Owsley County", + "Physical Address Line 1": "14 Old KY 11", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Booneville", + "Physical Address State": "KY ", + "Physical Address Zip": "41314", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.40634920634920635", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207140", + "School District Name": "Curwensville Area SD", + "Physical Address Line 1": "650 Beech St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Curwensville", + "Physical Address State": "PA ", + "Physical Address Zip": "16833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14223385689354276", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009240", + "School District Name": "CUSHING", + "Physical Address Line 1": "1401 North Little Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cushing", + "Physical Address State": "OK ", + "Physical Address Zip": "74023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19153936545240893", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816080", + "School District Name": "CUSHING ISD", + "Physical Address Line 1": "1088 W BEARKAT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CUSHING", + "Physical Address State": "TX ", + "Physical Address Zip": "75760", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2300556586270872", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301920", + "School District Name": "Cusick School District", + "Physical Address Line 1": "305 MONUMENTAL WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CUSICK", + "Physical Address State": "WA ", + "Physical Address Zip": "99119", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2079207920792079", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000019", + "School District Name": "Custer", + "Physical Address Line 1": "1010 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Miles City", + "Physical Address State": "MT ", + "Physical Address Zip": "59301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007930", + "School District Name": "Custer County H S", + "Physical Address Line 1": "1604 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Miles City", + "Physical Address State": "MT ", + "Physical Address Zip": "59301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09748427672955975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008130", + "School District Name": "Custer K-12 Schools", + "Physical Address Line 1": "304 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Custer", + "Physical Address State": "MT ", + "Physical Address Zip": "59024", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.32608695652173914", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4616950", + "School District Name": "Custer School District 16-1", + "Physical Address Line 1": "527 Montgomery St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Custer", + "Physical Address State": "SD ", + "Physical Address Zip": "57730", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1232876712328767", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000003", + "School District Name": "Cut Bank Elem", + "Physical Address Line 1": "101 3rd Avenue SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cut Bank", + "Physical Address State": "MT ", + "Physical Address Zip": "59427", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22052067381316998", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008190", + "School District Name": "Cut Bank H S", + "Physical Address Line 1": "101 3rd Avenue SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cut Bank", + "Physical Address State": "MT ", + "Physical Address Zip": "59427", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2280130293159609", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300065", + "School District Name": "Cutler Public Schools", + "Physical Address Line 1": "2066 Cutler Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cutler", + "Physical Address State": "ME ", + "Physical Address Zip": "04626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13043478260869565", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904383", + "School District Name": "Cuyahoga Falls City", + "Physical Address Line 1": "431 Stow Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cuyahoga Falls", + "Physical Address State": "OH ", + "Physical Address Zip": "44221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1047040971168437", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904655", + "School District Name": "Cuyahoga Heights Local", + "Physical Address Line 1": "4820 E 71st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cuyahoga Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.054140127388535034", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905092", + "School District Name": "Cuyahoga Valley Career Center", + "Physical Address Line 1": "8001 Brecksville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brecksville", + "Physical Address State": "OH ", + "Physical Address Zip": "44141", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700138", + "School District Name": "CYBER VILLAGE ACADEMY", + "Physical Address Line 1": "768 HAMLINE AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901617", + "School District Name": "Cypress High School", + "Physical Address Line 1": "1160 W 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mansfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44906", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601175", + "School District Name": "CYPRESS HILLS ASCEND CHARTER SCHOOL", + "Physical Address Line 1": "396 GRANT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816110", + "School District Name": "CYPRESS-FAIRBANKS ISD", + "Physical Address Line 1": "10300 JONES RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1538358548667827", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4009300", + "School District Name": "CYRIL", + "Physical Address Line 1": "326 W Windle Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cyril", + "Physical Address State": "OK ", + "Physical Address Zip": "73029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.36423841059602646", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513170", + "School District Name": "D C Everest Area School District", + "Physical Address Line 1": "1699 Schofield Ave", + "Physical Address Line 2": "Suite 300", + "Physical Address Line 3": "", + "Physical Address City": "Schofield", + "Physical Address State": "WI ", + "Physical Address Zip": "54476", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.07569721115537849", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200146", + "School District Name": "D'Arbonne Woods Charter School", + "Physical Address Line 1": "1002 Sterlington Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farmerville", + "Physical Address State": "LA ", + "Physical Address Zip": "71241", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816140", + "School District Name": "D'HANIS ISD", + "Physical Address Line 1": "6751 CR 5216", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "D'HANIS", + "Physical Address State": "TX ", + "Physical Address Zip": "78850", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22857142857142856", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700429", + "School District Name": "D.C. Virgo Preparatory Academy", + "Physical Address Line 1": "813 Nixon Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "NC ", + "Physical Address Zip": "28401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600088", + "School District Name": "Da Vinci Institute", + "Physical Address Line 1": "2985 SPRINGPORT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSON", + "Physical Address State": "MI ", + "Physical Address Zip": "49201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910440", + "School District Name": "DADEVILLE R-II", + "Physical Address Line 1": "17 BEARCAT TRAIL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DADEVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13725490196078433", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900180", + "School District Name": "Daggett District", + "Physical Address Line 1": "196 W 200 N", + "Physical Address Line 2": "P O BOX 249", + "Physical Address Line 3": "", + "Physical Address City": "Manila", + "Physical Address State": "UT ", + "Physical Address Zip": "84046", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10119047619047619", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009360", + "School District Name": "DAHLONEGAH", + "Physical Address Line 1": "468739 East 878 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stilwell", + "Physical Address State": "OK ", + "Physical Address Zip": "74960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28076923076923077", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816180", + "School District Name": "DAINGERFIELD-LONE STAR ISD", + "Physical Address Line 1": "200 TIGER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DAINGERFIELD", + "Physical Address State": "TX ", + "Physical Address Zip": "75638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2828136330674402", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800040", + "School District Name": "DAKOTA PRAIRIE 1", + "Physical Address Line 1": "518 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petersburg", + "Physical Address State": "ND ", + "Physical Address Zip": "58272", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10471204188481675", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4636990", + "School District Name": "Dakota Valley School District 61-8", + "Physical Address Line 1": "1150 Northshore Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Sioux City", + "Physical Address State": "SD ", + "Physical Address Zip": "57049", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.03807615230460922", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009390", + "School District Name": "DALE", + "Physical Address Line 1": "300 Smith Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dale", + "Physical Address State": "OK ", + "Physical Address Zip": "74851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.096875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200510", + "School District Name": "DeSoto Parish", + "Physical Address Line 1": "201 Crosby Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mansfield", + "Physical Address State": "LA ", + "Physical Address Zip": "71052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23702492848385778", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200540", + "School District Name": "East Baton Rouge Parish", + "Physical Address Line 1": "1050 South Foster Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70806", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.2765971423879126", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4816200", + "School District Name": "DALHART ISD", + "Physical Address Line 1": "701 E 10TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALHART", + "Physical Address State": "TX ", + "Physical Address Zip": "79022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13542193026781202", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200570", + "School District Name": "East Carroll Parish", + "Physical Address Line 1": "514 Third Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Providence", + "Physical Address State": "LA ", + "Physical Address Zip": "71254", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.4510739856801909", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200600", + "School District Name": "East Feliciana Parish", + "Physical Address Line 1": "12732 Silliman Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "LA ", + "Physical Address Zip": "70722", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2176186645213194", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2906120", + "School District Name": "DALLAS CO. R-I", + "Physical Address Line 1": "1323 SOUTH ASH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "MO ", + "Physical Address Zip": "65622", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22457067371202113", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200630", + "School District Name": "Evangeline Parish", + "Physical Address Line 1": "1123 Te Mamou Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ville Platte", + "Physical Address State": "LA ", + "Physical Address Zip": "70586", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3473276007418648", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200660", + "School District Name": "Franklin Parish", + "Physical Address Line 1": "7293 Prairie Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winnsboro", + "Physical Address State": "LA ", + "Physical Address Zip": "71295", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.35524475524475524", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200690", + "School District Name": "Grant Parish", + "Physical Address Line 1": "512 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colfax", + "Physical Address State": "LA ", + "Physical Address Zip": "71417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23850235849056603", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816230", + "School District Name": "DALLAS ISD", + "Physical Address Line 1": "9400 N CENTRAL EXPY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75231", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.23917070971036775", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2200720", + "School District Name": "Iberia Parish", + "Physical Address Line 1": "1500 Jane Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Iberia", + "Physical Address State": "LA ", + "Physical Address Zip": "70563", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3475755014216553", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207200", + "School District Name": "Dallas SD", + "Physical Address Line 1": "2010 Conyngham Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dallas", + "Physical Address State": "PA ", + "Physical Address Zip": "18612", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06791569086651054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200750", + "School District Name": "Iberville Parish", + "Physical Address Line 1": "58030 Plaquemine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plaquemine", + "Physical Address State": "LA ", + "Physical Address Zip": "70764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2782164421737111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103860", + "School District Name": "Dallas SD 2", + "Physical Address Line 1": "111 SW Ash St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dallas", + "Physical Address State": "OR ", + "Physical Address Zip": "97338", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11760164693772517", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200780", + "School District Name": "Jackson Parish", + "Physical Address Line 1": "315 Pershing Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jonesboro", + "Physical Address State": "LA ", + "Physical Address Zip": "71251", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2608695652173913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207230", + "School District Name": "Dallastown Area SD", + "Physical Address Line 1": "700 New School Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dallastown", + "Physical Address State": "PA ", + "Physical Address Zip": "17313", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07795879897670661", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200810", + "School District Name": "Jefferson Davis Parish", + "Physical Address Line 1": "203 East Plaquemine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jennings", + "Physical Address State": "LA ", + "Physical Address Zip": "70546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22644897959183674", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905054", + "School District Name": "Dalton Local", + "Physical Address Line 1": "177 Mill St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dalton", + "Physical Address State": "OH ", + "Physical Address Zip": "44618", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10750636132315522", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200840", + "School District Name": "Jefferson Parish", + "Physical Address Line 1": "1901 Manhattan Suite A201", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harvey", + "Physical Address State": "LA ", + "Physical Address Zip": "70058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.24223638220445032", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2200960", + "School District Name": "LaSalle Parish", + "Physical Address Line 1": "3012 North First Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jena", + "Physical Address State": "LA ", + "Physical Address Zip": "71342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2231372549019608", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621450", + "School District Name": "DALTON-NUNDA CENTRAL SCHOOL DISTRICT (KESHEQUA)", + "Physical Address Line 1": "13 MILL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NUNDA", + "Physical Address State": "NY ", + "Physical Address Zip": "14517", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20222929936305734", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200870", + "School District Name": "Lafayette Parish", + "Physical Address Line 1": "113 Chaplin Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lafayette", + "Physical Address State": "LA ", + "Physical Address Zip": "70508", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.25438080677407976", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2200900", + "School District Name": "Lafourche Parish", + "Physical Address Line 1": "805 East Seventh Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thibodaux", + "Physical Address State": "LA ", + "Physical Address Zip": "70301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2016042140548306", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200990", + "School District Name": "Lincoln Parish", + "Physical Address Line 1": "410 South Farmerville Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ruston", + "Physical Address State": "LA ", + "Physical Address Zip": "71270", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.25338656780265223", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2304830", + "School District Name": "Damariscotta Public Schools", + "Physical Address Line 1": "767 Main St. Suite 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Damariscotta", + "Physical Address State": "ME ", + "Physical Address Zip": "04543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10091743119266056", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201020", + "School District Name": "Livingston Parish", + "Physical Address Line 1": "13909 Florida Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livingston", + "Physical Address State": "LA ", + "Physical Address Zip": "70754", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15436744302172128", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201050", + "School District Name": "Madison Parish", + "Physical Address Line 1": "301 South Chestnut Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tallulah", + "Physical Address State": "LA ", + "Physical Address Zip": "71282", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.4653822998193859", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301950", + "School District Name": "Damman School District", + "Physical Address Line 1": "2681 Umptanum Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellensburg", + "Physical Address State": "WA ", + "Physical Address Zip": "98926", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.01834862385321101", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816260", + "School District Name": "DAMON ISD", + "Physical Address Line 1": "1211 MULCAHY ST CR 264", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DAMON", + "Physical Address State": "TX ", + "Physical Address Zip": "77430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24120603015075376", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201110", + "School District Name": "Morehouse Parish", + "Physical Address Line 1": "4099 Naff Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bastrop", + "Physical Address State": "LA ", + "Physical Address Zip": "71220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.4068918302145139", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901601", + "School District Name": "Dampe Community School", + "Physical Address Line 1": "2612 Gilbert Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201140", + "School District Name": "Natchitoches Parish", + "Physical Address Line 1": "310 Royal Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Natchitoches", + "Physical Address State": "LA ", + "Physical Address Zip": "71457", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.25115317321456976", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816290", + "School District Name": "DANBURY ISD", + "Physical Address Line 1": "5611 PANTHER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DANBURY", + "Physical Address State": "TX ", + "Physical Address Zip": "77534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09879518072289156", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201170", + "School District Name": "Orleans Parish", + "Physical Address Line 1": "2401 Westbend Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.35523846682644966", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904893", + "School District Name": "Danbury Local", + "Physical Address Line 1": "9451 E Harbor Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeside Marblehead", + "Physical Address State": "OH ", + "Physical Address Zip": "43440", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12168141592920353", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201200", + "School District Name": "Ouachita Parish", + "Physical Address Line 1": "100 Bry Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "LA ", + "Physical Address Zip": "71201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.2567807476082454", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207290", + "School District Name": "Daniel Boone Area SD", + "Physical Address Line 1": "Daniel Boone Area SD Administrative Offi", + "Physical Address Line 2": "501 Chestnut Street", + "Physical Address Line 3": "", + "Physical Address City": "Birdsboro", + "Physical Address State": "PA ", + "Physical Address Zip": "19508", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0781966377992868", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000021", + "School District Name": "Daniels", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scobey", + "Physical Address State": "MT ", + "Physical Address Zip": "59263", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608790", + "School District Name": "DANSVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "337 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DANSVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17859624739402363", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2611400", + "School District Name": "Dansville Schools", + "Physical Address Line 1": "1264 ADAMS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DANSVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48819", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07897934386391252", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2503990", + "School District Name": "Danvers", + "Physical Address Line 1": "64 Cabot Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danvers", + "Physical Address State": "MA ", + "Physical Address Zip": "01923", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05944227005870841", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207320", + "School District Name": "Danville Area SD", + "Physical Address Line 1": "733 Ironmen Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "PA ", + "Physical Address Zip": "17821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.10375994215473608", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101110", + "School District Name": "DANVILLE CITY PBLC SCHS", + "Physical Address Line 1": "341 Main Street Suite 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "VA ", + "Physical Address Zip": "24541", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.36652755792200314", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200049", + "School District Name": "Danville Ctr Adolescent Female", + "Physical Address Line 1": "13 Kirkbride Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "PA ", + "Physical Address Zip": "17821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904783", + "School District Name": "Danville Local", + "Physical Address Line 1": "405 Market St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "OH ", + "Physical Address Zip": "43014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20581896551724138", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5003450", + "School District Name": "Danville School District", + "Physical Address Line 1": "148 Peacham Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "VT ", + "Physical Address Zip": "05828", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008280", + "School District Name": "Darby K-12 Schools", + "Physical Address Line 1": "209 School Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Darby", + "Physical Address State": "MT ", + "Physical Address Zip": "59829", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1938534278959811", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701110", + "School District Name": "Dare County Schools", + "Physical Address Line 1": "3020 S. Wrightsville Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nags Head", + "Physical Address State": "NC ", + "Physical Address Zip": "27959", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12733321012751803", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009420", + "School District Name": "DARLINGTON", + "Physical Address Line 1": "4408 North Highway 81", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Reno", + "Physical Address State": "OK ", + "Physical Address Zip": "73036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16037735849056603", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501860", + "School District Name": "Darlington 01", + "Physical Address Line 1": "120 E. Smith Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Darlington", + "Physical Address State": "SC ", + "Physical Address Zip": "29532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.263203630394902", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503150", + "School District Name": "Darlington Community School District", + "Physical Address Line 1": "11630 Center Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Darlington", + "Physical Address State": "WI ", + "Physical Address Zip": "53530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500047", + "School District Name": "Darrell Lynn Hines Academy Agency", + "Physical Address Line 1": "7151 N 86th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53224", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301980", + "School District Name": "Darrington School District", + "Physical Address Line 1": "1065 FIR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DARRINGTON", + "Physical Address State": "WA ", + "Physical Address Zip": "98241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15490196078431373", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816320", + "School District Name": "DARROUZETT ISD", + "Physical Address Line 1": "102 W KANSAS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DARROUZETT", + "Physical Address State": "TX ", + "Physical Address Zip": "79024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22077922077922077", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504020", + "School District Name": "Dartmouth", + "Physical Address Line 1": "8 Bush Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dartmouth", + "Physical Address State": "MA ", + "Physical Address Zip": "02748", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07089804186360567", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2710060", + "School District Name": "Dassel-Cokato Public Schools", + "Physical Address Line 1": "4852 REARDON AVE SW STE 1700", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COKATO", + "Physical Address State": "MN ", + "Physical Address Zip": "55321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07157894736842105", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207385", + "School District Name": "Dauphin County Technical School", + "Physical Address Line 1": "6001 Locust Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17109", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009450", + "School District Name": "DAVENPORT", + "Physical Address Line 1": "417 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Davenport", + "Physical Address State": "OK ", + "Physical Address Zip": "74026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13934426229508196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302010", + "School District Name": "Davenport School District", + "Physical Address Line 1": "801 7th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DAVENPORT", + "Physical Address State": "WA ", + "Physical Address Zip": "99122", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11754385964912281", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008310", + "School District Name": "Davey Elem", + "Physical Address Line 1": "56182 Clear Ck Rd 7 Miles SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Havre", + "Physical Address State": "MT ", + "Physical Address Zip": "59501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23076923076923078", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100002", + "School District Name": "DAVID CITY PUBLIC SCHOOLS", + "Physical Address Line 1": "750 D ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DAVID CITY", + "Physical Address State": "NE ", + "Physical Address Zip": "68632", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08139534883720931", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103940", + "School District Name": "David Douglas SD 40", + "Physical Address Line 1": "11300 NE Halsey St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portland", + "Physical Address State": "OR ", + "Physical Address Zip": "97220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.18876669999091156", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600234", + "School District Name": "David Ellis Academy", + "Physical Address Line 1": "18977 SCHAEFER HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600333", + "School District Name": "David Ellis Academy West", + "Physical Address Line 1": "19800 BEECH DALY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REDFORD", + "Physical Address State": "MI ", + "Physical Address Zip": "48240", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000798", + "School District Name": "DAVIDSON", + "Physical Address Line 1": "500 South Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Davidson", + "Physical Address State": "OK ", + "Physical Address Zip": "73530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200021", + "School District Name": "DAVIDSON ACADEMY SCHOOL DISTRICT", + "Physical Address Line 1": "1164 N Virgina St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reno", + "Physical Address State": "NV ", + "Physical Address Zip": "89503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700422", + "School District Name": "Davidson Charter Academy", + "Physical Address Line 1": "500 Biesecker Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "NC ", + "Physical Address Zip": "27295", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703180", + "School District Name": "Davidson County", + "Physical Address Line 1": "2601 Bransford AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nashville", + "Physical Address State": "TN ", + "Physical Address Zip": "37204", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.212124311002485", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3701140", + "School District Name": "Davidson County Schools", + "Physical Address Line 1": "250 County School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "NC ", + "Physical Address Zip": "27292", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14210933588237973", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701170", + "School District Name": "Davie County Schools", + "Physical Address Line 1": "220 Cherry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mocksville", + "Physical Address State": "NC ", + "Physical Address Zip": "27028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13146893469799625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400004", + "School District Name": "Davies Career and Tech", + "Physical Address Line 1": "50 Jenckes Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "RI ", + "Physical Address Zip": "02865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700320", + "School District Name": "DAVINCI ACADEMY", + "Physical Address Line 1": "532 BUNKER LAKE BOULEVARD NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAM LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "55304", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900065", + "School District Name": "Davinci Academy", + "Physical Address Line 1": "2033 GRANT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OGDEN", + "Physical Address State": "UT ", + "Physical Address Zip": "84401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009510", + "School District Name": "DAVIS", + "Physical Address Line 1": "400 East Atlanta Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Davis", + "Physical Address State": "OK ", + "Physical Address Zip": "73030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1941544885177453", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900210", + "School District Name": "Davis District", + "Physical Address Line 1": "45 E STATE STREET", + "Physical Address Line 2": "45 E STATE ST", + "Physical Address Line 3": "", + "Physical Address City": "Farmington", + "Physical Address State": "UT ", + "Physical Address Zip": "84025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04913999237602375", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "1922380", + "School District Name": "Paton-Churdan Comm School District", + "Physical Address Line 1": "606 Adrian St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Churdan", + "Physical Address State": "IA ", + "Physical Address Zip": "50050", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13114754098360656", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910470", + "School District Name": "DAVIS R-XII", + "Physical Address Line 1": "6714 SW Hwy T", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLINTON", + "Physical Address State": "MO ", + "Physical Address Zip": "64735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1348314606741573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1922440", + "School District Name": "Pekin Comm School District", + "Physical Address Line 1": "1062 Birch Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Packwood", + "Physical Address State": "IA ", + "Physical Address Zip": "52580", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15175718849840256", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2611430", + "School District Name": "Davison Community Schools", + "Physical Address Line 1": "1490 NORTH OAK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DAVISON", + "Physical Address State": "MI ", + "Physical Address Zip": "48423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12015795411808951", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1922470", + "School District Name": "Pella Comm School District", + "Physical Address Line 1": "212 E University St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pella", + "Physical Address State": "IA ", + "Physical Address Zip": "50219", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.04654393886766238", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000023", + "School District Name": "Dawson", + "Physical Address Line 1": "207 West Bell St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendive", + "Physical Address State": "MT ", + "Physical Address Zip": "59330", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1922530", + "School District Name": "Perry Comm School District", + "Physical Address Line 1": "1102 Willis Ave. Ste 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perry", + "Physical Address State": "IA ", + "Physical Address Zip": "50220", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10770005032712632", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1923110", + "School District Name": "Pleasant Valley Comm School District", + "Physical Address Line 1": "525 Belmont Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bettendorf", + "Physical Address State": "IA ", + "Physical Address Zip": "52722", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03413836934810242", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008340", + "School District Name": "Dawson H S", + "Physical Address Line 1": "900 N Merrill Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendive", + "Physical Address State": "MT ", + "Physical Address Zip": "59330", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10599078341013825", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1923160", + "School District Name": "Pleasantville Comm School District", + "Physical Address Line 1": "415 Jones St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pleasantville", + "Physical Address State": "IA ", + "Physical Address Zip": "50225", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06531204644412192", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816380", + "School District Name": "DAWSON ISD", + "Physical Address Line 1": "199 N SCHOOL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DAWSON", + "Physical Address State": "TX ", + "Physical Address Zip": "76639", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21869158878504674", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1923190", + "School District Name": "Pocahontas Area Comm School District", + "Physical Address Line 1": "202 1st Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pocahontas", + "Physical Address State": "IA ", + "Physical Address Zip": "50574", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14416775884665792", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816350", + "School District Name": "DAWSON ISD", + "Physical Address Line 1": "600 BROWNFIELD HWY 137", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WELCH", + "Physical Address State": "TX ", + "Physical Address Zip": "79377", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2636363636363636", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1923340", + "School District Name": "Postville Comm School District", + "Physical Address Line 1": "314 W Post", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Postville", + "Physical Address State": "IA ", + "Physical Address Zip": "52162", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2062841530054645", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2710090", + "School District Name": "DAWSON-BOYD PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "848 CHESTNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DAWSON", + "Physical Address State": "MN ", + "Physical Address Zip": "56232", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1076923076923077", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1924000", + "School District Name": "Red Oak Comm School District", + "Physical Address Line 1": "604 S Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Oak", + "Physical Address State": "IA ", + "Physical Address Zip": "51566", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15252784918594686", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904792", + "School District Name": "Dawson-Bryant Local", + "Physical Address Line 1": "701 High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coal Grove", + "Physical Address State": "OH ", + "Physical Address Zip": "45638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1891891891891892", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1924120", + "School District Name": "Remsen-Union Comm School District", + "Physical Address Line 1": "511 Roosevelt St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Remsen", + "Physical Address State": "IA ", + "Physical Address Zip": "51050", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06338028169014084", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700930", + "School District Name": "Dayton", + "Physical Address Line 1": "520 Cherry ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "TN ", + "Physical Address Zip": "37321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2552147239263804", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1924150", + "School District Name": "Riceville Comm School District", + "Physical Address Line 1": "912 Woodland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riceville", + "Physical Address State": "IA ", + "Physical Address Zip": "50466", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16798418972332016", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901587", + "School District Name": "Dayton Athletic Vocational Academy", + "Physical Address Line 1": "3237 W Siebenthaler Ave Unit 20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1924660", + "School District Name": "Rock Valley Comm School District", + "Physical Address Line 1": "1712 20th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rock Valley", + "Physical Address State": "IA ", + "Physical Address Zip": "51247", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.06639004149377593", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900642", + "School District Name": "Dayton Business Technology High School", + "Physical Address Line 1": "348 W 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45402", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1924870", + "School District Name": "Roland-Story Comm School District", + "Physical Address Line 1": "1009 Story St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Story City", + "Physical Address State": "IA ", + "Physical Address Zip": "50248", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05614714424007745", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901630", + "School District Name": "Dayton Career Tech High School", + "Physical Address Line 1": "401 E 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45402", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1924960", + "School District Name": "Rudd-Rockford-Marble Rk Comm School District", + "Physical Address Line 1": "1460 210th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockford", + "Physical Address State": "IA ", + "Physical Address Zip": "50468", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0915032679738562", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904384", + "School District Name": "Dayton City", + "Physical Address Line 1": "136 S Ludlow St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.35310697714756517", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1925050", + "School District Name": "Ruthven-Ayrshire Comm School District", + "Physical Address Line 1": "1505 Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ruthven", + "Physical Address State": "IA ", + "Physical Address Zip": "51358", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901302", + "School District Name": "Dayton Early College Academy Inc", + "Physical Address Line 1": "1529 Brown St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45469", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1925200", + "School District Name": "St Ansgar Comm School District", + "Physical Address Line 1": "206 E 8th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. Ansgar", + "Physical Address State": "IA ", + "Physical Address Zip": "50472", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11901306240928883", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816410", + "School District Name": "DAYTON ISD", + "Physical Address Line 1": "100 CHERRY CREEK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DAYTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77535", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16195451751690226", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1925320", + "School District Name": "Saydel Comm School District", + "Physical Address Line 1": "5740 NE 14th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Des Moines", + "Physical Address State": "IA ", + "Physical Address Zip": "50313", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14912280701754385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900083", + "School District Name": "Dayton Leadership Academies-Dayton View Campus", + "Physical Address Line 1": "1416 W Riverview Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45402", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1925380", + "School District Name": "Schaller-Crestland Comm School District", + "Physical Address Line 1": "300 S Berwick", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Schaller", + "Physical Address State": "IA ", + "Physical Address Zip": "51053", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08831168831168831", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2304860", + "School District Name": "Dayton Public Schools", + "Physical Address Line 1": "21 Clarks Mills Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "ME ", + "Physical Address Zip": "04005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0471976401179941", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1925410", + "School District Name": "Schleswig Comm School District", + "Physical Address Line 1": "714 Date Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Schleswig", + "Physical Address State": "IA ", + "Physical Address Zip": "51461", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1394422310756972", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2304880", + "School District Name": "Deblois Public Schools", + "Physical Address Line 1": "192 RIDGE ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrington", + "Physical Address State": "ME ", + "Physical Address Zip": "04643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1925590", + "School District Name": "Sergeant Bluff-Luton Comm School District", + "Physical Address Line 1": "201 Port Neal Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sergeant Bluff", + "Physical Address State": "IA ", + "Physical Address Zip": "51054", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11012311901504789", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901374", + "School District Name": "Dayton Regional STEM School", + "Physical Address Line 1": "1724 Woodman Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kettering", + "Physical Address State": "OH ", + "Physical Address Zip": "45420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1925620", + "School District Name": "Seymour Comm School District", + "Physical Address Line 1": "100 South Park", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seymour", + "Physical Address State": "IA ", + "Physical Address Zip": "52590", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25787106446776614", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2304890", + "School District Name": "Dedham Public Schools", + "Physical Address Line 1": "19 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orrington", + "Physical Address State": "ME ", + "Physical Address Zip": "04474", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08071748878923767", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1925920", + "School District Name": "West Fork Comm School District", + "Physical Address Line 1": "210 South Second Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockwell", + "Physical Address State": "IA ", + "Physical Address Zip": "50469", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10823529411764705", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302040", + "School District Name": "Dayton School District", + "Physical Address Line 1": "609 S 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DAYTON", + "Physical Address State": "WA ", + "Physical Address Zip": "99328", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18476190476190477", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1925980", + "School District Name": "Sheldon Comm School District", + "Physical Address Line 1": "1700 East Fourth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sheldon", + "Physical Address State": "IA ", + "Physical Address Zip": "51201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10119047619047619", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2304895", + "School District Name": "Deer Isle-Stonington CSD", + "Physical Address Line 1": "251 N. Deer Isle Road Unit 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deer Isle", + "Physical Address State": "ME ", + "Physical Address Zip": "04627", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14925373134328357", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1926070", + "School District Name": "Shenandoah Comm School District", + "Physical Address Line 1": "304 West Nishna", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shenandoah", + "Physical Address State": "IA ", + "Physical Address Zip": "51601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1613861386138614", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103990", + "School District Name": "Dayton SD 8", + "Physical Address Line 1": "780 Ferry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OR ", + "Physical Address Zip": "97114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1926250", + "School District Name": "Sidney Comm School District", + "Physical Address Line 1": "2754 Knox Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sidney", + "Physical Address State": "IA ", + "Physical Address Zip": "51652", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13043478260869565", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2304897", + "School District Name": "Dennistown Plt Public Schools", + "Physical Address Line 1": "6 MORTLAND AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Searsport", + "Physical Address State": "ME ", + "Physical Address Zip": "04974", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2222222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1926280", + "School District Name": "Sigourney Comm School District", + "Physical Address Line 1": "909 E. Plesant Valley", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sigourney", + "Physical Address State": "IA ", + "Physical Address Zip": "52591", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15696649029982362", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901536", + "School District Name": "Dayton SMART Elementary School", + "Physical Address Line 1": "601 S Keowee St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45410", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1926370", + "School District Name": "Sioux Center Comm School District", + "Physical Address Line 1": "550 9th St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sioux Center", + "Physical Address State": "IA ", + "Physical Address Zip": "51250", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.042796005706134094", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2304900", + "School District Name": "Dennysville Public Schools", + "Physical Address Line 1": "100 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastport", + "Physical Address State": "ME ", + "Physical Address Zip": "04631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21428571428571427", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1926400", + "School District Name": "Sioux City Comm School District", + "Physical Address Line 1": "627 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sioux City", + "Physical Address State": "IA ", + "Physical Address Zip": "51101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.20012088244182533", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4104020", + "School District Name": "Dayville SD 16J", + "Physical Address Line 1": "285 School House Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayville", + "Physical Address State": "OR ", + "Physical Address Zip": "97825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1926580", + "School District Name": "Solon Comm School District", + "Physical Address Line 1": "301 S Iowa Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Solon", + "Physical Address State": "IA ", + "Physical Address Zip": "52333", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.02122186495176849", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2305160", + "School District Name": "Drew Plt Public Schools", + "Physical Address Line 1": "31 Winn Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lee", + "Physical Address State": "ME ", + "Physical Address Zip": "04455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.5", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1926640", + "School District Name": "South Hamilton Comm School District", + "Physical Address Line 1": "315 Division St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jewell", + "Physical Address State": "IA ", + "Physical Address Zip": "50130", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08273894436519258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1926670", + "School District Name": "South Page Comm School District", + "Physical Address Line 1": "606 Iowa Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "College Springs", + "Physical Address State": "IA ", + "Physical Address Zip": "51637", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20725388601036268", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314839", + "School District Name": "Eagle Lake Public Schools", + "Physical Address Line 1": "Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eagle Lake", + "Physical Address State": "ME ", + "Physical Address Zip": "04739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19117647058823528", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1926730", + "School District Name": "South Tama County", + "Physical Address Line 1": "1702 Harding Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tama", + "Physical Address State": "IA ", + "Physical Address Zip": "52339", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1717171717171717", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1926790", + "School District Name": "South Winneshiek Comm School District", + "Physical Address Line 1": "304 S Webster St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calmar", + "Physical Address State": "IA ", + "Physical Address Zip": "52132", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07862068965517241", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300062", + "School District Name": "East Machias Public Schools", + "Physical Address Line 1": "291 Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Machias", + "Physical Address State": "ME ", + "Physical Address Zip": "04654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20085470085470086", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1926820", + "School District Name": "Southeast Polk Comm School District", + "Physical Address Line 1": "407 8th Street SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Altoona", + "Physical Address State": "IA ", + "Physical Address Zip": "50009", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07513089005235601", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1926850", + "School District Name": "Southeast Warren Comm School District", + "Physical Address Line 1": "16331 Tyler St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Liberty Center", + "Physical Address State": "IA ", + "Physical Address Zip": "50145", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.056838365896980464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2305280", + "School District Name": "East Millinocket Public Schools", + "Physical Address Line 1": "45 North Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Millinocket", + "Physical Address State": "ME ", + "Physical Address Zip": "04430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2376237623762376", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1926910", + "School District Name": "Spencer Comm School District", + "Physical Address Line 1": "23 E 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spencer", + "Physical Address State": "IA ", + "Physical Address Zip": "51301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1018047200370199", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400009", + "School District Name": "DCYF", + "Physical Address Line 1": "57 Power Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cranston", + "Physical Address State": "RI ", + "Physical Address Zip": "02920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1927000", + "School District Name": "Spirit Lake Comm School District", + "Physical Address Line 1": "2701 Hill Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spirit Lake", + "Physical Address State": "IA ", + "Physical Address Zip": "51360", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.06562756357670221", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2305380", + "School District Name": "East Range CSD", + "Physical Address Line 1": "63 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baileyville", + "Physical Address State": "ME ", + "Physical Address Zip": "04694", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15789473684210525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1927060", + "School District Name": "Springville Comm School District", + "Physical Address Line 1": "602 Mill Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springville", + "Physical Address State": "IA ", + "Physical Address Zip": "52336", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.060948081264108354", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2305310", + "School District Name": "Easton Public Schools", + "Physical Address Line 1": "33 Bangor Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Easton", + "Physical Address State": "ME ", + "Physical Address Zip": "04740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08620689655172414", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1927240", + "School District Name": "Stanton Comm School District", + "Physical Address Line 1": "605 Elliott Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanton", + "Physical Address State": "IA ", + "Physical Address Zip": "51573", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06735751295336788", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503180", + "School District Name": "De Forest Area School District", + "Physical Address Line 1": "500 S Cleveland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DeForest", + "Physical Address State": "WI ", + "Physical Address Zip": "53532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05401755570560432", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1927270", + "School District Name": "Starmont Comm School District", + "Physical Address Line 1": "3202 40th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arlington", + "Physical Address State": "IA ", + "Physical Address Zip": "50606", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12026359143327842", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2305360", + "School District Name": "Eastport Public Schools", + "Physical Address Line 1": "100 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastport", + "Physical Address State": "ME ", + "Physical Address Zip": "04631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2158273381294964", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1927390", + "School District Name": "Storm Lake Comm School District", + "Physical Address Line 1": "419 Lake Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Storm Lake", + "Physical Address State": "IA ", + "Physical Address Zip": "50588", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12006319115323855", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1927480", + "School District Name": "Stratford Comm School District", + "Physical Address Line 1": "1000 Shakespeare Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stratford", + "Physical Address State": "IA ", + "Physical Address Zip": "50249", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2305400", + "School District Name": "Edgecomb Public Schools", + "Physical Address Line 1": "51 Emery Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boothbay Harbor", + "Physical Address State": "ME ", + "Physical Address Zip": "04538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09580838323353294", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1927500", + "School District Name": "West Central Valley Comm School District", + "Physical Address Line 1": "3299 White Pole Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stuart", + "Physical Address State": "IA ", + "Physical Address Zip": "50250", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09330628803245436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816440", + "School District Name": "DE LEON ISD", + "Physical Address Line 1": "425 S TEXAS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DE LEON", + "Physical Address State": "TX ", + "Physical Address Zip": "76444", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2362093352192362", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1927600", + "School District Name": "Sumner-Fredericksburg Comm School District", + "Physical Address Line 1": "802 West Sixth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sumner", + "Physical Address State": "IA ", + "Physical Address Zip": "50674", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06954436450839328", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2305500", + "School District Name": "Ellsworth Public Schools", + "Physical Address Line 1": "66 Main Street Suite 201", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellsworth", + "Physical Address State": "ME ", + "Physical Address Zip": "04605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12266450040617384", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1927870", + "School District Name": "Tipton Comm School District", + "Physical Address Line 1": "400 E 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tipton", + "Physical Address State": "IA ", + "Physical Address Zip": "52772", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06658595641646489", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503210", + "School District Name": "De Pere School District", + "Physical Address Line 1": "1700 Chicago St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "De Pere", + "Physical Address State": "WI ", + "Physical Address Zip": "54115", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.03478785441383471", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1927960", + "School District Name": "Treynor Comm School District", + "Physical Address Line 1": "102 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Treynor", + "Physical Address State": "IA ", + "Physical Address Zip": "51575", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04055944055944056", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314818", + "School District Name": "Eustis Public Schools", + "Physical Address Line 1": "65 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stratton", + "Physical Address State": "ME ", + "Physical Address Zip": "04982", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13636363636363635", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1927990", + "School District Name": "Tri-Center Comm School District", + "Physical Address Line 1": "33980 310th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Neola", + "Physical Address State": "IA ", + "Physical Address Zip": "51559", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09694555112881806", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4617850", + "School District Name": "De Smet School District 38-2", + "Physical Address Line 1": "405 SW 3rd Street SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "De Smet", + "Physical Address State": "SD ", + "Physical Address Zip": "57231", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.05660377358490566", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1928020", + "School District Name": "Tri-County Comm School District", + "Physical Address Line 1": "3003 Highway 22", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thornburg", + "Physical Address State": "IA ", + "Physical Address Zip": "50255", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18027210884353742", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2305670", + "School District Name": "Falmouth Public Schools", + "Physical Address Line 1": "51 Woodville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Falmouth", + "Physical Address State": "ME ", + "Physical Address Zip": "04105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.029493087557603687", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1928050", + "School District Name": "Tripoli Comm School District", + "Physical Address Line 1": "209 8th Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tripoli", + "Physical Address State": "IA ", + "Physical Address Zip": "50676", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09523809523809523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300008", + "School District Name": "Fayette Public Schools", + "Physical Address Line 1": "2023 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fayette", + "Physical Address State": "ME ", + "Physical Address Zip": "04349", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.062111801242236024", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1928110", + "School District Name": "Turkey Valley Comm School District", + "Physical Address Line 1": "3219 St Hwy 24", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson Junction", + "Physical Address State": "IA ", + "Physical Address Zip": "52171", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11447084233261338", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503240", + "School District Name": "De Soto Area School District", + "Physical Address Line 1": "615 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "De Soto", + "Physical Address State": "WI ", + "Physical Address Zip": "54624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14688427299703263", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1928170", + "School District Name": "Twin Cedars Comm School District", + "Physical Address Line 1": "2204 Highway G71", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bussey", + "Physical Address State": "IA ", + "Physical Address Zip": "50044", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10382513661202186", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300053", + "School District Name": "Five Town CSD", + "Physical Address Line 1": "7 Lions Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "ME ", + "Physical Address Zip": "04843", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07493188010899182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1928200", + "School District Name": "Twin Rivers Comm School District", + "Physical Address Line 1": "200 College Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bode", + "Physical Address State": "IA ", + "Physical Address Zip": "50519", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11374407582938388", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500004", + "School District Name": "Deaf & Blind School", + "Physical Address Line 1": "355 Cedar Springs Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spartanburg", + "Physical Address State": "SC ", + "Physical Address Zip": "29302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1928230", + "School District Name": "Underwood Comm School District", + "Physical Address Line 1": "601 Third Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Underwood", + "Physical Address State": "IA ", + "Physical Address Zip": "51576", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04106280193236715", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700320", + "School District Name": "Deaf and Blind Schools", + "Physical Address Line 1": "301 Ashe Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1928560", + "School District Name": "United Comm School District", + "Physical Address Line 1": "1284 U Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boone", + "Physical Address State": "IA ", + "Physical Address Zip": "50036", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13122171945701358", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2307590", + "School District Name": "Frenchboro Public Schools", + "Physical Address Line 1": "1081 Eagle Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bar Harbor", + "Physical Address State": "ME ", + "Physical Address Zip": "04609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1928680", + "School District Name": "Urbandale Comm School District", + "Physical Address Line 1": "11152 Aurora Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Urbandale", + "Physical Address State": "IA ", + "Physical Address Zip": "50322", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06383507203179334", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1928980", + "School District Name": "Van Buren County Comm School District", + "Physical Address Line 1": "807 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keosauqua", + "Physical Address State": "IA ", + "Physical Address Zip": "52565", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20204402515723272", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2305970", + "School District Name": "Georgetown Public Schools", + "Physical Address Line 1": "51 Emery Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boothbay Harbor", + "Physical Address State": "ME ", + "Physical Address Zip": "04538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1574074074074074", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1929010", + "School District Name": "Van Meter Comm School District", + "Physical Address Line 1": "520 1st Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Van Meter", + "Physical Address State": "IA ", + "Physical Address Zip": "50261", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.036016949152542374", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403630", + "School District Name": "Deal Boro School District", + "Physical Address Line 1": "201 Roseld Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deal", + "Physical Address State": "NJ ", + "Physical Address Zip": "07723", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13194444444444445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1929280", + "School District Name": "Villisca Comm School District", + "Physical Address Line 1": "406 East Third Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Villisca", + "Physical Address State": "IA ", + "Physical Address Zip": "50864", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2169811320754717", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2305980", + "School District Name": "Gilead Public Schools", + "Physical Address Line 1": "844 Mayville Rd", + "Physical Address Line 2": "One Parkway Suite 204", + "Physical Address Line 3": "", + "Physical Address City": "Bethel", + "Physical Address State": "ME ", + "Physical Address Zip": "04217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1929310", + "School District Name": "Vinton-Shellsburg Comm School District", + "Physical Address Line 1": "1502 C Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vinton", + "Physical Address State": "IA ", + "Physical Address Zip": "52349", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09535304767652383", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2611600", + "School District Name": "Dearborn City School District", + "Physical Address Line 1": "18700 AUDETTE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEARBORN", + "Physical Address State": "MI ", + "Physical Address Zip": "48124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.30997271148598365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1929490", + "School District Name": "Waco Comm School District", + "Physical Address Line 1": "706 N. Pearl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wayland", + "Physical Address State": "IA ", + "Physical Address Zip": "52654", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13345864661654136", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306000", + "School District Name": "Glenburn Public Schools", + "Physical Address Line 1": "991 Hudson Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glenburn", + "Physical Address State": "ME ", + "Physical Address Zip": "04401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.099601593625498", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2611610", + "School District Name": "Dearborn Heights School District #7", + "Physical Address Line 1": "20629 ANNAPOLIS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEARBORN HEIGHTS", + "Physical Address State": "MI ", + "Physical Address Zip": "48125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2584421431787483", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1929730", + "School District Name": "Wapello Comm School District", + "Physical Address Line 1": "406 Mechanic Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wapello", + "Physical Address State": "IA ", + "Physical Address Zip": "52653", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13508771929824562", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306030", + "School District Name": "Glenwood Plt Public Schools", + "Physical Address Line 1": "188 south shore road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Linneus", + "Physical Address State": "ME ", + "Physical Address Zip": "04730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1929760", + "School District Name": "Wapsie Valley Comm School District", + "Physical Address Line 1": "2535 Viking Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairbank", + "Physical Address State": "IA ", + "Physical Address Zip": "50629", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0849933598937583", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306060", + "School District Name": "Gorham Public Schools", + "Physical Address Line 1": "75 South St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gorham", + "Physical Address State": "ME ", + "Physical Address Zip": "04038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.05194380921267559", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1930240", + "School District Name": "Washington Comm School District", + "Physical Address Line 1": "404 West Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "IA ", + "Physical Address Zip": "52353", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12573885008060182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300005", + "School District Name": "Grand Isle Public Schools", + "Physical Address Line 1": "366 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Isle", + "Physical Address State": "ME ", + "Physical Address Zip": "04746", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24242424242424243", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1930480", + "School District Name": "Waterloo Comm School District", + "Physical Address Line 1": "1516 Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterloo", + "Physical Address State": "IA ", + "Physical Address Zip": "50702", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16623249755779876", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000751", + "School District Name": "DEBORAH BROWN (CHARTER)", + "Physical Address Line 1": "2 South Elgin", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulsa", + "Physical Address State": "OK ", + "Physical Address Zip": "74120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1930510", + "School District Name": "Waukee Comm School District", + "Physical Address Line 1": "560 SE University Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waukee", + "Physical Address State": "IA ", + "Physical Address Zip": "50263", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03624826781416381", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306150", + "School District Name": "Grand Lake Stream Plt School Dept", + "Physical Address Line 1": "63 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baileyville", + "Physical Address State": "ME ", + "Physical Address Zip": "04694", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2727272727272727", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1930540", + "School District Name": "Waverly-Shell Rock Comm School District", + "Physical Address Line 1": "1415 4th Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waverly", + "Physical Address State": "IA ", + "Physical Address Zip": "50677", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.061872909698996656", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901508", + "School District Name": "DECA PREP", + "Physical Address Line 1": "200 Homewood Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45405", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1930560", + "School District Name": "Wayne Comm School District", + "Physical Address Line 1": "102 N Dekalb Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corydon", + "Physical Address State": "IA ", + "Physical Address Zip": "50060", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1537290715372907", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306160", + "School District Name": "Great Salt Bay CSD", + "Physical Address Line 1": "767 Main Street 1-A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Damariscotta", + "Physical Address State": "ME ", + "Physical Address Zip": "04543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10024449877750612", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1930630", + "School District Name": "Webster City Comm School District", + "Physical Address Line 1": "820 Des Moines St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Webster City", + "Physical Address State": "IA ", + "Physical Address Zip": "50595", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11471740346950196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306180", + "School District Name": "Greenbush Public Schools", + "Physical Address Line 1": "129 Military Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenbush", + "Physical Address State": "ME ", + "Physical Address Zip": "04418", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2088888888888889", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1930720", + "School District Name": "West Bend-Mallard Comm School District", + "Physical Address Line 1": "300 3rd Ave. SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Bend", + "Physical Address State": "IA ", + "Physical Address Zip": "50597", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1839080459770115", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700960", + "School District Name": "Decatur County", + "Physical Address Line 1": "59 West Main ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Decaturville", + "Physical Address State": "TN ", + "Physical Address Zip": "38329", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2288135593220339", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1930750", + "School District Name": "West Branch Comm School District", + "Physical Address Line 1": "148 N Oliphant", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Branch", + "Physical Address State": "IA ", + "Physical Address Zip": "52358", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07202216066481995", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306250", + "School District Name": "Greenville Public Schools", + "Physical Address Line 1": "130 Pritham Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "ME ", + "Physical Address Zip": "04441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12698412698412698", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1930780", + "School District Name": "West Burlington Ind School District", + "Physical Address Line 1": "607 Ramsey St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Burlington", + "Physical Address State": "IA ", + "Physical Address Zip": "52655", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16702819956616052", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306260", + "School District Name": "Hancock Public Schools", + "Physical Address Line 1": "66 Main Street Suite 201", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellsworth", + "Physical Address State": "ME ", + "Physical Address Zip": "04605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15527950310559005", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1930870", + "School District Name": "West Central Comm School District", + "Physical Address Line 1": "305 Pember", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maynard", + "Physical Address State": "IA ", + "Physical Address Zip": "50655", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.148014440433213", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816500", + "School District Name": "DECATUR ISD", + "Physical Address Line 1": "307 S CATES", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DECATUR", + "Physical Address State": "TX ", + "Physical Address Zip": "76234", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10858725761772853", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1930900", + "School District Name": "West Delaware County Comm School District", + "Physical Address Line 1": "701 New St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "IA ", + "Physical Address Zip": "52057", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10526315789473684", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306330", + "School District Name": "Harmony Public Schools", + "Physical Address Line 1": "175 Fern Rd Suite 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dexter", + "Physical Address State": "ME ", + "Physical Address Zip": "04930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17647058823529413", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1930930", + "School District Name": "West Des Moines Comm School District", + "Physical Address Line 1": "3550 Mills Civic Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Des Moines", + "Physical Address State": "IA ", + "Physical Address Zip": "50265", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.07943585077343039", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2611670", + "School District Name": "Decatur Public Schools", + "Physical Address Line 1": "110 CEDAR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DECATUR", + "Physical Address State": "MI ", + "Physical Address Zip": "49045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14785553047404063", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1930960", + "School District Name": "West Harrison Comm School District", + "Physical Address Line 1": "410 Pine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mondamin", + "Physical Address State": "IA ", + "Physical Address Zip": "51557", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14573991031390135", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306510", + "School District Name": "Hermon Public Schools", + "Physical Address Line 1": "31 Billings Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hermon", + "Physical Address State": "ME ", + "Physical Address Zip": "04401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06371681415929203", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1930990", + "School District Name": "West Liberty Comm School District", + "Physical Address Line 1": "1103 N Elm St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Liberty", + "Physical Address State": "IA ", + "Physical Address Zip": "52776", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09713375796178345", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306600", + "School District Name": "Highland Plt Public Schools", + "Physical Address Line 1": "130 Howard Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highland Plantation", + "Physical Address State": "ME ", + "Physical Address Zip": "04961", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1931020", + "School District Name": "West Lyon Comm School District", + "Physical Address Line 1": "1787 182nd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inwood", + "Physical Address State": "IA ", + "Physical Address Zip": "51240", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07527881040892194", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306610", + "School District Name": "Hope Public Schools", + "Physical Address Line 1": "444 Camden Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hope", + "Physical Address State": "ME ", + "Physical Address Zip": "04847", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10582010582010581", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1931080", + "School District Name": "West Marshall Comm School District", + "Physical Address Line 1": "601 3rd St. NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "State Center", + "Physical Address State": "IA ", + "Physical Address Zip": "50247", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09572072072072071", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2611700", + "School District Name": "Deckerville Community School District", + "Physical Address Line 1": "2633 BLACK RIVER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DECKERVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48427", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21766561514195584", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1931110", + "School District Name": "West Monona Comm School District", + "Physical Address Line 1": "1314 15th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Onawa", + "Physical Address State": "IA ", + "Physical Address Zip": "51040", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15082956259426847", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504050", + "School District Name": "Dedham", + "Physical Address Line 1": "100 Whiting Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dedham", + "Physical Address State": "MA ", + "Physical Address Zip": "02026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07428571428571429", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1931290", + "School District Name": "West Sioux Comm School District", + "Physical Address Line 1": "1300 Falcon Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hawarden", + "Physical Address State": "IA ", + "Physical Address Zip": "51023", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09166666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306780", + "School District Name": "Isle Au Haut Public Schools", + "Physical Address Line 1": "251 N. Deer Isle Road", + "Physical Address Line 2": "Unit 1", + "Physical Address Line 3": "", + "Physical Address City": "Deer Isle", + "Physical Address State": "ME ", + "Physical Address Zip": "04627", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07692307692307693", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1931350", + "School District Name": "Western Dubuque Comm School District", + "Physical Address Line 1": "310 4th Street SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farley", + "Physical Address State": "IA ", + "Physical Address Zip": "52046", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.060279624111849645", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306810", + "School District Name": "Islesboro Public Schools", + "Physical Address Line 1": "159 Alumni Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Islesboro", + "Physical Address State": "ME ", + "Physical Address Zip": "04848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16901408450704225", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1931470", + "School District Name": "Westwood Comm School District", + "Physical Address Line 1": "1000 Rebel Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sloan", + "Physical Address State": "IA ", + "Physical Address Zip": "51055", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1157167530224525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306870", + "School District Name": "Jefferson Public Schools", + "Physical Address Line 1": "767 Main Street 1-A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Damariscotta", + "Physical Address State": "ME ", + "Physical Address Zip": "04543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10569105691056911", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1931620", + "School District Name": "Whiting Comm School District", + "Physical Address Line 1": "606 West St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whiting", + "Physical Address State": "IA ", + "Physical Address Zip": "51063", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12972972972972974", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200899", + "School District Name": "Deep Roots CS", + "Physical Address Line 1": "3556 Frankford Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19134", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1931680", + "School District Name": "Williamsburg Comm School District", + "Physical Address Line 1": "810 W Walnut", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamsburg", + "Physical Address State": "IA ", + "Physical Address Zip": "52361", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.05811138014527845", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2306900", + "School District Name": "Jonesboro Public Schools", + "Physical Address Line 1": "291 Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Machias", + "Physical Address State": "ME ", + "Physical Address Zip": "04654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2235294117647059", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1931800", + "School District Name": "Wilton Comm School District", + "Physical Address Line 1": "1002 Cypress St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilton", + "Physical Address State": "IA ", + "Physical Address Zip": "52778", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08185840707964602", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009570", + "School District Name": "DEER CREEK", + "Physical Address Line 1": "20701 N MacArthur Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edmond", + "Physical Address State": "OK ", + "Physical Address Zip": "73012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06750866212138147", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1931830", + "School District Name": "Winfield-Mt Union Comm School District", + "Physical Address Line 1": "208 S Olive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winfield", + "Physical Address State": "IA ", + "Physical Address Zip": "52659", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11695906432748537", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2307100", + "School District Name": "Jonesport Public Schools", + "Physical Address Line 1": "139 Snare Creek Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jonesport", + "Physical Address State": "ME ", + "Physical Address Zip": "04649", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2711864406779661", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1931860", + "School District Name": "Winterset Comm School District", + "Physical Address Line 1": "303 Wambold Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winterset", + "Physical Address State": "IA ", + "Physical Address Zip": "50273", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06446621970087674", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008470", + "School District Name": "Deer Creek Elem", + "Physical Address Line 1": "12 Road 564", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendive", + "Physical Address State": "MT ", + "Physical Address Zip": "59330", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1931920", + "School District Name": "Woodbine Comm School District", + "Physical Address Line 1": "501 Weare St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodbine", + "Physical Address State": "IA ", + "Physical Address Zip": "51579", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1227364185110664", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4017020", + "School District Name": "DEER CREEK-LAMONT", + "Physical Address Line 1": "1192 Harrison Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lamont", + "Physical Address State": "OK ", + "Physical Address Zip": "74643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17204301075268819", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1931950", + "School District Name": "Woodbury Central Comm School District", + "Physical Address Line 1": "408 South 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moville", + "Physical Address State": "IA ", + "Physical Address Zip": "51039", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10873146622734761", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2307110", + "School District Name": "Kingsbury Plt Public Schools", + "Physical Address Line 1": "8 Rider Rd", + "Physical Address Line 2": "8 Rider Rd", + "Physical Address Line 3": "", + "Physical Address City": "Parkman", + "Physical Address State": "ME ", + "Physical Address Zip": "04443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1932010", + "School District Name": "Woodward-Granger Comm School District", + "Physical Address Line 1": "1904 State Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Granger", + "Physical Address State": "IA ", + "Physical Address Zip": "50109", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05951383067896061", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2307140", + "School District Name": "Kittery Public Schools", + "Physical Address Line 1": "200 Rogers Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kittery", + "Physical Address State": "ME ", + "Physical Address Zip": "03904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.068359375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1999001", + "School District Name": "Keystone AEA", + "Physical Address Line 1": "1400 2nd St NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkader", + "Physical Address State": "IA ", + "Physical Address Zip": "52043", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207540", + "School District Name": "Deer Lakes SD", + "Physical Address Line 1": "19 East Union Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cheswick", + "Physical Address State": "PA ", + "Physical Address Zip": "15024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08470353761833582", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1999005", + "School District Name": "Prairie Lakes AEA", + "Physical Address Line 1": "500 NE 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pocahontas", + "Physical Address State": "IA ", + "Physical Address Zip": "50574", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300059", + "School District Name": "Lake View Plt. Public Schools", + "Physical Address Line 1": "33 Abbott Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brownville", + "Physical Address State": "ME ", + "Physical Address Zip": "04414", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000025", + "School District Name": "Deer Lodge", + "Physical Address Line 1": "County Courthouse", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anaconda", + "Physical Address State": "MT ", + "Physical Address Zip": "59711", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1999009", + "School District Name": "Mississippi Bend AEA", + "Physical Address Line 1": "729 21st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bettendorf", + "Physical Address State": "IA ", + "Physical Address Zip": "52722", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2307200", + "School District Name": "Lakeville Public Schools", + "Physical Address Line 1": "31 Winn Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lee", + "Physical Address State": "ME ", + "Physical Address Zip": "04455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1999010", + "School District Name": "Grant Wood AEA", + "Physical Address Line 1": "4401 6th St SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cedar Rapids", + "Physical Address State": "IA ", + "Physical Address Zip": "52404", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008670", + "School District Name": "Deer Lodge Elem", + "Physical Address Line 1": "444 Montana Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deer Lodge", + "Physical Address State": "MT ", + "Physical Address Zip": "59722", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18997361477572558", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1999011", + "School District Name": "Heartland Area Education Agency", + "Physical Address Line 1": "6500 Corporate Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnston", + "Physical Address State": "IA ", + "Physical Address Zip": "50131", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2307250", + "School District Name": "Lamoine Public Schools", + "Physical Address Line 1": "66 Main St. Suite 201", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellsworth", + "Physical Address State": "ME ", + "Physical Address Zip": "04605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10697674418604651", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1999012", + "School District Name": "Northwest AEA", + "Physical Address Line 1": "1520 Morningside Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sioux City", + "Physical Address State": "IA ", + "Physical Address Zip": "51106", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2307320", + "School District Name": "Lewiston Public Schools", + "Physical Address Line 1": "Dingley Bldg 36 Oak St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewiston", + "Physical Address State": "ME ", + "Physical Address Zip": "04240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.23335681578020429", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904385", + "School District Name": "Deer Park Community City", + "Physical Address Line 1": "8688 Donna Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14644351464435146", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1999015", + "School District Name": "Great Prairie AEA", + "Physical Address Line 1": "2814 N Court St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ottumwa", + "Physical Address State": "IA ", + "Physical Address Zip": "52501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314842", + "School District Name": "Limestone Public Schools", + "Physical Address Line 1": "93 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Limestone", + "Physical Address State": "ME ", + "Physical Address Zip": "04750", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22727272727272727", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1999017", + "School District Name": "PCM Comm School District", + "Physical Address Line 1": "407 E. Plainsman Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prairie City", + "Physical Address State": "IA ", + "Physical Address Zip": "50228", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0387038703870387", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008700", + "School District Name": "Deer Park Elem", + "Physical Address Line 1": "2105 Middle Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia Falls", + "Physical Address State": "MT ", + "Physical Address Zip": "59912", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09770114942528736", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1999019", + "School District Name": "Southeast Webster Grand Comm School District", + "Physical Address Line 1": "30850 Paragon Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burnside", + "Physical Address State": "IA ", + "Physical Address Zip": "50521", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11942959001782531", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2307440", + "School District Name": "Lincoln Plt Public Schools", + "Physical Address Line 1": "8 Rider Rd", + "Physical Address Line 2": "8 Rider Rd", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln Plantation", + "Physical Address State": "ME ", + "Physical Address Zip": "03579", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000001", + "School District Name": "Southeast Of Saline", + "Physical Address Line 1": "5056 East K-4 Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gypsum", + "Physical Address State": "KS ", + "Physical Address Zip": "67448", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09013605442176871", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816530", + "School District Name": "DEER PARK ISD", + "Physical Address Line 1": "2800 TEXAS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEER PARK", + "Physical Address State": "TX ", + "Physical Address Zip": "77536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16066750751916173", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000002", + "School District Name": "Smoky Valley", + "Physical Address Line 1": "126 S Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lindsborg", + "Physical Address State": "KS ", + "Physical Address Zip": "67456", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.08898305084745763", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302070", + "School District Name": "Deer Park School District", + "Physical Address Line 1": "428 N. Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEER PARK", + "Physical Address State": "WA ", + "Physical Address Zip": "99006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14410662224073303", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000003", + "School District Name": "Wamego", + "Physical Address Line 1": "1008 8th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wamego", + "Physical Address State": "KS ", + "Physical Address Zip": "66547", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0861244019138756", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2307450", + "School District Name": "Lincolnville Public Schools", + "Physical Address Line 1": "444 Camden Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hope", + "Physical Address State": "ME ", + "Physical Address Zip": "04847", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1036036036036036", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000004", + "School District Name": "Rock Creek", + "Physical Address Line 1": "9353 Flush Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. George", + "Physical Address State": "KS ", + "Physical Address Zip": "66535", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06666666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608880", + "School District Name": "DEER PARK UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1881 DEER PARK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEER PARK", + "Physical Address State": "NY ", + "Physical Address Zip": "11729", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.060727788279773154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2307530", + "School District Name": "Lisbon Public Schools", + "Physical Address Line 1": "19 Gartley Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lisbon", + "Physical Address State": "ME ", + "Physical Address Zip": "04250", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1106612685560054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000007", + "School District Name": "Smith Center", + "Physical Address Line 1": "216 S. Jefferson", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smith Center", + "Physical Address State": "KS ", + "Physical Address Zip": "66967", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1377672209026128", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2710140", + "School District Name": "DEER RIVER PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "101 1ST AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEER RIVER", + "Physical Address State": "MN ", + "Physical Address Zip": "56636", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15703380588876772", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300009", + "School District Name": "Long Island Public Schools", + "Physical Address Line 1": "33 Fern Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Long Island", + "Physical Address State": "ME ", + "Physical Address Zip": "04050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11538461538461539", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000013", + "School District Name": "Triplains", + "Physical Address Line 1": "503 Wilson", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winona", + "Physical Address State": "KS ", + "Physical Address Zip": "67764", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12790697674418605", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300063", + "School District Name": "Lowell Public Schools", + "Physical Address Line 1": "8 Rider Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brewer", + "Physical Address State": "ME ", + "Physical Address Zip": "04412", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.29545454545454547", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2307710", + "School District Name": "Machias Public Schools", + "Physical Address Line 1": "291 Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Machias", + "Physical Address State": "ME ", + "Physical Address Zip": "04654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2661290322580645", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300067", + "School District Name": "Machiasport Public Schools", + "Physical Address Line 1": "492 Port Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Machiasport", + "Physical Address State": "ME ", + "Physical Address Zip": "04655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2236024844720497", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000017", + "School District Name": "Scott County", + "Physical Address Line 1": "704 S. College", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scott City", + "Physical Address State": "KS ", + "Physical Address Zip": "67871", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.0868320610687023", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2307770", + "School District Name": "Macwahoc Plt School Dept", + "Physical Address Line 1": "31 Winn Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lee", + "Physical Address State": "ME ", + "Physical Address Zip": "04455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000018", + "School District Name": "School for Blind", + "Physical Address Line 1": "1100 State Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kansas City", + "Physical Address State": "KS ", + "Physical Address Zip": "66102", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504080", + "School District Name": "Deerfield", + "Physical Address Line 1": "113 North Main Street Office", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Deerfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01373", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07651715039577836", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000019", + "School District Name": "School for Deaf", + "Physical Address Line 1": "450 East Park Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Olathe", + "Physical Address State": "KS ", + "Physical Address Zip": "66061", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2307800", + "School District Name": "Madawaska Public Schools", + "Physical Address Line 1": "328 St. Thomas Street Suite 20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madawaska", + "Physical Address State": "ME ", + "Physical Address Zip": "04756", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1509433962264151", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000020", + "School District Name": "Western Plains", + "Physical Address Line 1": "100 School St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ransom", + "Physical Address State": "KS ", + "Physical Address Zip": "67572", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1437908496732026", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503270", + "School District Name": "Deerfield Community School District", + "Physical Address Line 1": "300 Simonson Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deerfield", + "Physical Address State": "WI ", + "Physical Address Zip": "53531", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06595995288574794", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000022", + "School District Name": "St. Hosp. Training Center Parsons", + "Physical Address Line 1": "2601 Gabriel", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parsons", + "Physical Address State": "KS ", + "Physical Address Zip": "67357", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2307980", + "School District Name": "Marshfield Public Schools", + "Physical Address Line 1": "291 Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Machias", + "Physical Address State": "ME ", + "Physical Address Zip": "04654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19047619047619047", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000023", + "School District Name": "Rawlins County", + "Physical Address Line 1": "205 North 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atwood", + "Physical Address State": "KS ", + "Physical Address Zip": "67730", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12573099415204678", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008730", + "School District Name": "Deerfield Elem", + "Physical Address Line 1": "360 Deerfield Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewistown", + "Physical Address State": "MT ", + "Physical Address Zip": "59457", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.6666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000024", + "School District Name": "Department of Corrections", + "Physical Address Line 1": "714 SW Jackson #300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Topeka", + "Physical Address State": "KS ", + "Physical Address Zip": "66603", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2308135", + "School District Name": "Meddybemps Public Schools", + "Physical Address Line 1": "63 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baileyville", + "Physical Address State": "ME ", + "Physical Address Zip": "04694", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09090909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000028", + "School District Name": "Washington Co. Schools", + "Physical Address Line 1": "101 West College", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "KS ", + "Physical Address Zip": "66968", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12694300518134716", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302580", + "School District Name": "Deerfield School District", + "Physical Address Line 1": "Pembroke Academy", + "Physical Address Line 2": "267 Pembroke St.", + "Physical Address Line 3": "", + "Physical Address City": "Pembroke", + "Physical Address State": "NH ", + "Physical Address Zip": "03275", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.050913838120104436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000029", + "School District Name": "Rock Hills", + "Physical Address Line 1": "109 E Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mankato", + "Physical Address State": "KS ", + "Physical Address Zip": "66956", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17798594847775176", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2308140", + "School District Name": "Medford Public Schools", + "Physical Address Line 1": "33 Abbott Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medford", + "Physical Address State": "ME ", + "Physical Address Zip": "04453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3157894736842105", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000030", + "School District Name": "Republic County", + "Physical Address Line 1": "1205 19th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belleville", + "Physical Address State": "KS ", + "Physical Address Zip": "66935", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12874779541446207", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2308160", + "School District Name": "Medway Public Schools", + "Physical Address Line 1": "25 Middle School Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medway", + "Physical Address State": "ME ", + "Physical Address Zip": "04460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23270440251572327", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403660", + "School District Name": "Deerfield Township School District", + "Physical Address Line 1": "419 MORTON AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSENHAYN", + "Physical Address State": "NJ ", + "Physical Address Zip": "08352", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13075060532687652", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000034", + "School District Name": "Southeast Kansas Special Education Interlocal", + "Physical Address Line 1": "400 N. Pine", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburg", + "Physical Address State": "KS ", + "Physical Address Zip": "66762", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2308250", + "School District Name": "Milford Public Schools", + "Physical Address Line 1": "13 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milford", + "Physical Address State": "ME ", + "Physical Address Zip": "04461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.15242494226327943", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000035", + "School District Name": "Tri County Special Education Coop", + "Physical Address Line 1": "2207 N. 10th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Independence", + "Physical Address State": "KS ", + "Physical Address Zip": "67301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904386", + "School District Name": "Defiance City", + "Physical Address Line 1": "801 S Clinton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Defiance", + "Physical Address State": "OH ", + "Physical Address Zip": "43512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15387387387387388", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000037", + "School District Name": "Doniphan Co Education Coop", + "Physical Address Line 1": "135 S Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Troy", + "Physical Address State": "KS ", + "Physical Address Zip": "66087", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2308280", + "School District Name": "Millinocket Public Schools", + "Physical Address Line 1": "199 State Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millinocket", + "Physical Address State": "ME ", + "Physical Address Zip": "04462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.24891774891774893", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000039", + "School District Name": "Northeast KS Education Serv Cntr", + "Physical Address Line 1": "500 E. Sunflower Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ozawkie", + "Physical Address State": "KS ", + "Physical Address Zip": "66070", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2308340", + "School District Name": "Monhegan Plt School Dept", + "Physical Address Line 1": "8 Mystery Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "ME ", + "Physical Address Zip": "04357", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000040", + "School District Name": "Marion County Special Education", + "Physical Address Line 1": "1500 E. Lawrence", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "KS ", + "Physical Address Zip": "66861", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2308400", + "School District Name": "Moosabec CSD", + "Physical Address Line 1": "180 Snare Creek Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jonesport", + "Physical Address State": "ME ", + "Physical Address Zip": "04649", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1794871794871795", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000041", + "School District Name": "Southeast KS Education Serv Center", + "Physical Address Line 1": "947 W 47 Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Girard", + "Physical Address State": "KS ", + "Physical Address Zip": "66743", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314836", + "School District Name": "Moro Plantation Public Schools", + "Physical Address Line 1": "21 Katahdin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Patten", + "Physical Address State": "ME ", + "Physical Address Zip": "04765", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.5", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000042", + "School District Name": "Reno County Education Cooperative", + "Physical Address Line 1": "2500 E 30th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hutchinson", + "Physical Address State": "KS ", + "Physical Address Zip": "67502", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2308490", + "School District Name": "Mount Desert Public Schools", + "Physical Address Line 1": "1081 Eagle Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bar Harbor", + "Physical Address State": "ME ", + "Physical Address Zip": "04609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10975609756097561", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000043", + "School District Name": "Sumner Co Educational Services", + "Physical Address Line 1": "2612 North A St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wellington", + "Physical Address State": "KS ", + "Physical Address Zip": "67152", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700990", + "School District Name": "DeKalb County", + "Physical Address Line 1": "110 South Public Square", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smithville", + "Physical Address State": "TN ", + "Physical Address Zip": "37166", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19815384615384615", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000044", + "School District Name": "High Plains Educational Cooperative", + "Physical Address Line 1": "621 E Oklahoma", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ulysses", + "Physical Address State": "KS ", + "Physical Address Zip": "67880", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2308500", + "School District Name": "Mt Desert CSD", + "Physical Address Line 1": "1081 Eagle Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bar Harbor", + "Physical Address State": "ME ", + "Physical Address Zip": "04609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07142857142857142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000045", + "School District Name": "Three Lakes Educational Cooperative", + "Physical Address Line 1": "1318 Topeka Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lyndon", + "Physical Address State": "KS ", + "Physical Address Zip": "66451", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2308580", + "School District Name": "Nashville Plt Public Schools", + "Physical Address Line 1": "180 Presque Isle Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "ME ", + "Physical Address Zip": "04732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000046", + "School District Name": "Northwest KS Educational Serv Cntr", + "Physical Address Line 1": "703 W 2nd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakley", + "Physical Address State": "KS ", + "Physical Address Zip": "67748", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2308700", + "School District Name": "New Sweden Public Schools", + "Physical Address Line 1": "843 Woodland Ctr Rd", + "Physical Address Line 2": "Suite 3", + "Physical Address Line 3": "", + "Physical Address City": "Woodland", + "Physical Address State": "ME ", + "Physical Address Zip": "04736", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2077922077922078", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000047", + "School District Name": "Southwest Kansas Area Cooperative", + "Physical Address Line 1": "001 Ford Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ensign", + "Physical Address State": "KS ", + "Physical Address Zip": "67841", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816570", + "School District Name": "DEKALB ISD", + "Physical Address Line 1": "101 W MAPLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEKALB", + "Physical Address State": "TX ", + "Physical Address Zip": "75559", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23218997361477572", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2308760", + "School District Name": "Newcastle Public Schools", + "Physical Address Line 1": "767 Main St. Suite 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Damariscotta", + "Physical Address State": "ME ", + "Physical Address Zip": "04543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.05813953488372093", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000049", + "School District Name": "South Central KS Education Serv Cnt (ORION)", + "Physical Address Line 1": "13939 Diagonal Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clearwater", + "Physical Address State": "KS ", + "Physical Address Zip": "67026", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2308940", + "School District Name": "Nobleboro Public Schools", + "Physical Address Line 1": "194 Center Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nobleboro", + "Physical Address State": "ME ", + "Physical Address Zip": "04555", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08016877637130802", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000051", + "School District Name": "East Central KS Coop in Educ", + "Physical Address Line 1": "715 Chapel", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baldwin City", + "Physical Address State": "KS ", + "Physical Address Zip": "66006", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000052", + "School District Name": "North Central Kansas Sp. Ed. Coop. Interlocal", + "Physical Address Line 1": "205 F Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phillipsburg", + "Physical Address State": "KS ", + "Physical Address Zip": "67661", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2309090", + "School District Name": "Northfield Public Schools", + "Physical Address Line 1": "291 Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Machias", + "Physical Address State": "ME ", + "Physical Address Zip": "04654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000053", + "School District Name": "South Central KS Spec Ed Coop", + "Physical Address Line 1": "412 Sandy Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pratt", + "Physical Address State": "KS ", + "Physical Address Zip": "67124", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000346", + "School District Name": "Thunder Ridge Schools", + "Physical Address Line 1": "128 S Kansas", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kensington", + "Physical Address State": "KS ", + "Physical Address Zip": "66951", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14347826086956522", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314824", + "School District Name": "Northport Public Schools", + "Physical Address Line 1": "56 Bayside Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northport", + "Physical Address State": "ME ", + "Physical Address Zip": "04849", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000347", + "School District Name": "Southwest Plains Regional Svc Ctr", + "Physical Address Line 1": "900 Lark Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sublette", + "Physical Address State": "KS ", + "Physical Address Zip": "67877", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2309240", + "School District Name": "Orient Public Schools", + "Physical Address Line 1": "31A Houlton Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danforth", + "Physical Address State": "ME ", + "Physical Address Zip": "04424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.32", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816620", + "School District Name": "DEL VALLE ISD", + "Physical Address Line 1": "5301 ROSS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEL VALLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78617", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2282492327456998", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2309330", + "School District Name": "Orrington Public Schools", + "Physical Address Line 1": "19 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orrington", + "Physical Address State": "ME ", + "Physical Address Zip": "04474", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07205623901581722", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000350", + "School District Name": "Prairie Hills", + "Physical Address Line 1": "1619 S. Old Hwy 75", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sabetha", + "Physical Address State": "KS ", + "Physical Address Zip": "66534", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09415337889141989", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000351", + "School District Name": "Riverside", + "Physical Address Line 1": "1409 Vermont", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elwood", + "Physical Address State": "KS ", + "Physical Address Zip": "66024", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.15202702702702703", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2309390", + "School District Name": "Otis Public Schools", + "Physical Address Line 1": "105 Otis Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Otis", + "Physical Address State": "ME ", + "Physical Address Zip": "04605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19444444444444445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403690", + "School District Name": "Delanco Township School District", + "Physical Address Line 1": "1301 Burlington Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delanco", + "Physical Address State": "NJ ", + "Physical Address Zip": "08075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13569321533923304", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2710170", + "School District Name": "DELANO PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "700 ELM AVE E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DELANO", + "Physical Address State": "MN ", + "Physical Address Zip": "55328", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.02308265078183172", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900593", + "School District Name": "DELASALLE CHARTER SCHOOL", + "Physical Address Line 1": "3737 TROOST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503640", + "School District Name": "Delavan-Darien School District", + "Physical Address Line 1": "324 Beloit St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delavan", + "Physical Address State": "WI ", + "Physical Address Zip": "53115", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13414634146341464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000357", + "School District Name": "Special Services Cooperative of Wamego", + "Physical Address Line 1": "1010 8th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wamego", + "Physical Address State": "KS ", + "Physical Address Zip": "66547", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608910", + "School District Name": "DELAWARE ACADEMY CENTRAL SCHOOL DISTRICT AT DELHI", + "Physical Address Line 1": "2 SHELDON DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DELHI", + "Physical Address State": "NY ", + "Physical Address Zip": "13753", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.147247119078105", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000358", + "School District Name": "Harvey Co. Sp. Ed. Coop.", + "Physical Address Line 1": "308 East 1st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newton", + "Physical Address State": "KS ", + "Physical Address Zip": "67114", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905098", + "School District Name": "Delaware Area Career Center", + "Physical Address Line 1": "4565 Columbus Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delaware", + "Physical Address State": "OH ", + "Physical Address Zip": "43015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000360", + "School District Name": "East Central KS Sp. Ed. Coop.", + "Physical Address Line 1": "22795 W. 255th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paola", + "Physical Address State": "KS ", + "Physical Address Zip": "66071", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904387", + "School District Name": "Delaware City", + "Physical Address Line 1": "74 W William St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delaware", + "Physical Address State": "OH ", + "Physical Address Zip": "43015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0749802683504341", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000361", + "School District Name": "Rice County Sp. Services Coop.", + "Physical Address Line 1": "800 South Workman", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lyons", + "Physical Address State": "KS ", + "Physical Address Zip": "67554", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289350", + "School District Name": "Delaware County IU 25", + "Physical Address Line 1": "200 Yale Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morton", + "Physical Address State": "PA ", + "Physical Address Zip": "19070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000362", + "School District Name": "Tonganoxie Basehor-Linwood Special Ed Coop", + "Physical Address Line 1": "3102 N. 155th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Basehor", + "Physical Address State": "KS ", + "Physical Address Zip": "66007", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280200", + "School District Name": "Delaware County Technical High School", + "Physical Address Line 1": "100 Crozerville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aston", + "Physical Address State": "PA ", + "Physical Address Zip": "19014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000363", + "School District Name": "Flint Hills Special Ed. Cooperative", + "Physical Address Line 1": "1700 W. 7th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Emporia", + "Physical Address State": "KS ", + "Physical Address Zip": "66801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000364", + "School District Name": "Marshall County Sp. Ed. Coop.", + "Physical Address Line 1": "1004 Oak Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marysville", + "Physical Address State": "KS ", + "Physical Address Zip": "66508", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403720", + "School District Name": "Delaware Township School District", + "Physical Address Line 1": "501 Rosemont Ringoes Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sergeantsville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08557", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.025380710659898477", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000365", + "School District Name": "Twin Lakes Education Cooperative", + "Physical Address Line 1": "807 Dexter", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clay Center", + "Physical Address State": "KS ", + "Physical Address Zip": "67432", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403750", + "School District Name": "Delaware Valley Regional High School District", + "Physical Address Line 1": "19 SENATOR STOUT ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRENCHTOWN", + "Physical Address State": "NJ ", + "Physical Address Zip": "08825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.035842293906810034", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000366", + "School District Name": "Wyandotte Comprehensive Sp. Ed. Coop.", + "Physical Address Line 1": "2010 N. 59th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kansas City", + "Physical Address State": "KS ", + "Physical Address Zip": "66104", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207530", + "School District Name": "Delaware Valley SD", + "Physical Address Line 1": "236 Route 6 and 209", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milford", + "Physical Address State": "PA ", + "Physical Address Zip": "18337", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10714285714285714", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680260", + "School District Name": "DELAWARE-CHENANGO-MADISON-OTSEGO BOCES", + "Physical Address Line 1": "6678 COUNTY RD 32", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORWICH", + "Physical Address State": "NY ", + "Physical Address Zip": "13815", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000368", + "School District Name": "Holton Special Education Coop.", + "Physical Address Line 1": "515 Pennsylvania", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holton", + "Physical Address State": "KS ", + "Physical Address Zip": "66436", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200038", + "School District Name": "Delhi Charter School", + "Physical Address Line 1": "6940 Highway 17", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delhi", + "Physical Address State": "LA ", + "Physical Address Zip": "71232", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816650", + "School District Name": "DELL CITY ISD", + "Physical Address Line 1": "110 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DELL CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "79837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.34328358208955223", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000370", + "School District Name": "Marshall-Nemaha Co. Ed. Serv. Coop.", + "Physical Address Line 1": "316 Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seneca", + "Physical Address State": "KS ", + "Physical Address Zip": "66538", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4618120", + "School District Name": "Dell Rapids School District 49-3", + "Physical Address Line 1": "1216 N Garfield Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dell Rapids", + "Physical Address State": "SD ", + "Physical Address Zip": "57022", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.04112903225806452", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000371", + "School District Name": "Learning Cooperative of North Central Kansas", + "Physical Address Line 1": "219 W 7th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Concordia", + "Physical Address State": "KS ", + "Physical Address Zip": "66901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904388", + "School District Name": "Delphos City", + "Physical Address Line 1": "901 Wildcat Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delphos", + "Physical Address State": "OH ", + "Physical Address Zip": "45833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09865196078431372", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000372", + "School District Name": "McPherson County Sp. Ed. Coop.", + "Physical Address Line 1": "514 North Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McPherson", + "Physical Address State": "KS ", + "Physical Address Zip": "67460", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403780", + "School District Name": "Delran Township School District", + "Physical Address Line 1": "52 Hartford Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delran", + "Physical Address State": "NJ ", + "Physical Address Zip": "08075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0735775016350556", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000373", + "School District Name": "Tri-County Sp. Services Coop.", + "Physical Address Line 1": "904 Corse Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Larned", + "Physical Address State": "KS ", + "Physical Address Zip": "67550", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415450", + "School District Name": "Delsea Regional High School District", + "Physical Address Line 1": "242 Fries Mill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklinville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07465277777777778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905730", + "School District Name": "DELTA C-7", + "Physical Address Line 1": "20 CHARGER LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEERING", + "Physical Address State": "MO ", + "Physical Address Zip": "63840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3137254901960784", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000376", + "School District Name": "Ed. Services & Staff Dev. Asn. of Central KS", + "Physical Address Line 1": "1500 East 11th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hutchinson", + "Physical Address State": "KS ", + "Physical Address Zip": "67501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200247", + "School District Name": "Delta Charter Group", + "Physical Address Line 1": "300 Lynwood Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ferriday", + "Physical Address State": "LA ", + "Physical Address Zip": "71334", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000377", + "School District Name": "Smoky Hill/Central KS Educ Serv", + "Physical Address Line 1": "605 E Crawford ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salina", + "Physical Address State": "KS ", + "Physical Address Zip": "67401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000378", + "School District Name": "Technology Excellence Education Network", + "Physical Address Line 1": "416 S. Date", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsboro", + "Physical Address State": "KS ", + "Physical Address Zip": "67063", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910620", + "School District Name": "DELTA R-V", + "Physical Address Line 1": "324 LIBERTY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DELTA", + "Physical Address State": "MO ", + "Physical Address Zip": "63744", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1357142857142857", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680340", + "School District Name": "Delta-Schoolcraft ISD", + "Physical Address Line 1": "2525 3RD AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ESCANABA", + "Physical Address State": "MI ", + "Physical Address Zip": "49829", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000380", + "School District Name": "Goddard Special Education Cooperative", + "Physical Address Line 1": "201 S Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goddard", + "Physical Address State": "KS ", + "Physical Address Zip": "67052", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2611910", + "School District Name": "Delton Kellogg Schools", + "Physical Address Line 1": "327 NORTH GROVE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DELTON", + "Physical Address State": "MI ", + "Physical Address Zip": "49046", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12840466926070038", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000381", + "School District Name": "Maize Special Education Cooperative", + "Physical Address Line 1": "905 W Academy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maize", + "Physical Address State": "KS ", + "Physical Address Zip": "67101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403810", + "School District Name": "Demarest School District", + "Physical Address Line 1": "568 Piermont Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Demarest", + "Physical Address State": "NJ ", + "Physical Address Zip": "07627", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04610951008645533", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2000382", + "School District Name": "Learning Consortium Educ Coop", + "Physical Address Line 1": "109 S. Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "KS ", + "Physical Address Zip": "67428", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500690", + "School District Name": "DEMING PUBLIC SCHOOLS", + "Physical Address Line 1": "1001 S DIAMOND AVE.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEMING", + "Physical Address State": "NM ", + "Physical Address Zip": "88030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.35989348627611634", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200254", + "School District Name": "Democracy Prep Baton Rouge", + "Physical Address Line 1": "4055 Prescott Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70805", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601078", + "School District Name": "DEMOCRACY PREP ENDURANCE CHARTER SCHOOL", + "Physical Address Line 1": "250 W 127TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10027", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601010", + "School District Name": "DEMOCRACY PREP HARLEM CHARTER SCHOOL", + "Physical Address Line 1": "207 W 133RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10030", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003240", + "School District Name": "Wabaunsee", + "Physical Address Line 1": "213 E 9th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alma", + "Physical Address State": "KS ", + "Physical Address Zip": "66401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07439198855507868", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310560", + "School District Name": "MSAD 10", + "Physical Address Line 1": "35 Borskis Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wiscasset", + "Physical Address State": "ME ", + "Physical Address Zip": "04578", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.32", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600158", + "School District Name": "DEMOCRACY PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "2230 5TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009720", + "School District Name": "DENISON", + "Physical Address Line 1": "3001 East Washington", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Idabel", + "Physical Address State": "OK ", + "Physical Address Zip": "74745", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22435897435897437", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816710", + "School District Name": "DENISON ISD", + "Physical Address Line 1": "1201 S RUSK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DENISON", + "Physical Address State": "TX ", + "Physical Address Zip": "75020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.18169291338582677", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503660", + "School District Name": "Denmark School District", + "Physical Address Line 1": "450 N Wall St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denmark", + "Physical Address State": "WI ", + "Physical Address Zip": "54208", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06699751861042183", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900099", + "School District Name": "Dennehotso Boarding School", + "Physical Address Line 1": "East Highway 160 Dennehotso", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dennehotso", + "Physical Address State": "AZ", + "Physical Address Zip": "86535", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403840", + "School District Name": "Dennis Township School District", + "Physical Address Line 1": "601 HAGAN ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLERMONT", + "Physical Address State": "NJ ", + "Physical Address Zip": "08210", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10071210579857579", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504140", + "School District Name": "Dennis-Yarmouth", + "Physical Address Line 1": "296 Station Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Yarmouth", + "Physical Address State": "MA ", + "Physical Address Zip": "02664", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.13126123811970203", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910710", + "School District Name": "DENT-PHELPS R-III", + "Physical Address Line 1": "27870 HWY C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALEM", + "Physical Address State": "MO ", + "Physical Address Zip": "65560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20319634703196346", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008860", + "School District Name": "Denton Elem", + "Physical Address Line 1": "1200 Lehman Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denton", + "Physical Address State": "MT ", + "Physical Address Zip": "59430", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2608695652173913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008850", + "School District Name": "Denton H S", + "Physical Address Line 1": "1200 Lehman Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denton", + "Physical Address State": "MT ", + "Physical Address Zip": "59430", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17857142857142858", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816740", + "School District Name": "DENTON ISD", + "Physical Address Line 1": "1307 N LOCUST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DENTON", + "Physical Address State": "TX ", + "Physical Address Zip": "76201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.09117761801259544", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2311100", + "School District Name": "MSAD 27", + "Physical Address Line 1": "84 PLEASANT ST SUITE 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Kent", + "Physical Address State": "ME ", + "Physical Address Zip": "04743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12749003984063745", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816770", + "School District Name": "DENVER CITY ISD", + "Physical Address Line 1": "501 MUSTANG AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DENVER CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "79323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18704512372634644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403870", + "School District Name": "Denville Township K-8 School District", + "Physical Address Line 1": "1 St. Mary Place", + "Physical Address Line 2": "2nd Floor", + "Physical Address Line 3": "", + "Physical Address City": "Denville", + "Physical Address State": "NJ ", + "Physical Address Zip": "07834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03687867450561197", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2003960", + "School District Name": "Twin Valley", + "Physical Address Line 1": "107 N. Nelson", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bennington", + "Physical Address State": "KS ", + "Physical Address Zip": "67422", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13365155131264916", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700156", + "School District Name": "Department Of Children's Services Education Division", + "Physical Address Line 1": "315 Deaderick ST", + "Physical Address Line 2": "10th Floor", + "Physical Address Line 3": "", + "Physical Address City": "Nashville", + "Physical Address State": "TN ", + "Physical Address Zip": "37243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900030", + "School District Name": "DEPARTMENT OF CORRECTIONS", + "Physical Address Line 1": "2729 PLAZA DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JEFFERSON CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "65102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314530", + "School District Name": "MSAD 46", + "Physical Address Line 1": "175 Fern Rd Suite 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dexter", + "Physical Address State": "ME ", + "Physical Address Zip": "04930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100070", + "School District Name": "DEPARTMENT OF JUVENILE JUSTICE", + "Physical Address Line 1": "600 East Main Street", + "Physical Address Line 2": "20th Floor", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "VA ", + "Physical Address Zip": "23219", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004470", + "School District Name": "Waconda", + "Physical Address Line 1": "708 Locust", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cawker City", + "Physical Address State": "KS ", + "Physical Address Zip": "67430", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13858695652173914", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009750", + "School District Name": "DEPEW", + "Physical Address Line 1": "725 Simms St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Depew", + "Physical Address State": "OK ", + "Physical Address Zip": "74028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20533333333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2004560", + "School District Name": "Vermillion", + "Physical Address Line 1": "209 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vermillion", + "Physical Address State": "KS ", + "Physical Address Zip": "66544", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0670611439842209", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609030", + "School District Name": "DEPEW UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "5201 S TRANSIT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEPEW", + "Physical Address State": "NY ", + "Physical Address Zip": "14043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13403542364767831", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609060", + "School District Name": "DEPOSIT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "171 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEPOSIT", + "Physical Address State": "NY ", + "Physical Address Zip": "13754", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.188212927756654", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500001", + "School District Name": "Dept Of Correction N04", + "Physical Address Line 1": "1735 Haviland Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "SC ", + "Physical Address Zip": "29210", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000653", + "School District Name": "Dept of Corrections-Adult", + "Physical Address Line 1": "1539 11th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Helena", + "Physical Address State": "MT ", + "Physical Address Zip": "59620", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000091", + "School District Name": "Dept of Corrections-Youth", + "Physical Address Line 1": "5 S. Last Chance Gulch", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Helena", + "Physical Address State": "MT ", + "Physical Address Zip": "59601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503420", + "School District Name": "Dept of Juvenile Justice", + "Physical Address Line 1": "220 Executive Center Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "SC ", + "Physical Address Zip": "29210", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403900", + "School District Name": "Deptford Township Public School District", + "Physical Address Line 1": "2022 Good Intent Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deptford", + "Physical Address State": "NJ ", + "Physical Address Zip": "08096", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10445501730103807", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5003480", + "School District Name": "Derby School District", + "Physical Address Line 1": "907 Elm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Derby Line", + "Physical Address State": "VT ", + "Physical Address Zip": "05830", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311910", + "School District Name": "MSAD 76", + "Physical Address Line 1": "1081 Eagle Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bar Harbor", + "Physical Address State": "ME ", + "Physical Address Zip": "04609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21153846153846154", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207560", + "School District Name": "Derry Area SD", + "Physical Address Line 1": "982 N Chestnut Street Ext", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Derry", + "Physical Address State": "PA ", + "Physical Address Zip": "15627", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19208010923987257", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399910", + "School District Name": "Derry Cooperative SAU Office", + "Physical Address Line 1": "18 South Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Derry", + "Physical Address State": "NH ", + "Physical Address Zip": "03038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302610", + "School District Name": "Derry School District", + "Physical Address Line 1": "18 South Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Derry", + "Physical Address State": "NH ", + "Physical Address Zip": "03038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.06577946768060837", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207590", + "School District Name": "Derry Township SD", + "Physical Address Line 1": "30 East Granada Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hershey", + "Physical Address State": "PA ", + "Physical Address Zip": "17033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06855203619909503", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608850", + "School District Name": "DERUYTER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "711 RAILROAD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DERUYTER", + "Physical Address State": "NY ", + "Physical Address Zip": "13052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16279069767441862", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500720", + "School District Name": "DES MOINES MUNICIPAL SCHOOLS", + "Physical Address Line 1": "500 DES MOINES AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DES MOINES", + "Physical Address State": "NM ", + "Physical Address Zip": "88418", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1836734693877551", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2005310", + "School District Name": "Pike Valley", + "Physical Address Line 1": "101 School St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scandia", + "Physical Address State": "KS ", + "Physical Address Zip": "66966", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3105910", + "School District Name": "DESHLER PUBLIC SCHOOLS", + "Physical Address Line 1": "1402 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DESHLER", + "Physical Address State": "NE ", + "Physical Address Zip": "68340", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11934156378600823", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008880", + "School District Name": "DeSmet Elem", + "Physical Address Line 1": "6355 Padre Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Missoula", + "Physical Address State": "MT ", + "Physical Address Zip": "59808", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16574585635359115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910500", + "School District Name": "DESOTO 73", + "Physical Address Line 1": "610 VINELAND SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DESOTO", + "Physical Address State": "MO ", + "Physical Address Zip": "63020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1287961946578851", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801320", + "School District Name": "DESOTO CO SCHOOL DIST", + "Physical Address Line 1": "Five East South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hernando", + "Physical Address State": "MS ", + "Physical Address Zip": "38632", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1266854470366217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816860", + "School District Name": "DESOTO ISD", + "Physical Address Line 1": "200 E BELT LINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DESOTO", + "Physical Address State": "TX ", + "Physical Address Zip": "75115", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18296985246953176", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2611970", + "School District Name": "DeTour Area Schools", + "Physical Address Line 1": "202 SOUTH DIVISION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DE TOUR VILLAGE", + "Physical Address State": "MI ", + "Physical Address Zip": "49725", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2542372881355932", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600980", + "School District Name": "DeTour Arts and Technology Academy", + "Physical Address Line 1": "202 DIVISION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DE TOUR VLG", + "Physical Address State": "MI ", + "Physical Address Zip": "49725", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600174", + "School District Name": "Detroit Academy of Arts and Sciences", + "Physical Address Line 1": "2985 EAST JEFFERSON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601048", + "School District Name": "Detroit Achievement Academy", + "Physical Address Line 1": "7000 Outer Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600170", + "School District Name": "Detroit Community Schools", + "Physical Address Line 1": "12675 BURT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48223", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600232", + "School District Name": "Detroit Edison Public School Academy", + "Physical Address Line 1": "1903 WILKINS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600302", + "School District Name": "Detroit Enterprise Academy", + "Physical Address Line 1": "11224 KERCHEVAL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601003", + "School District Name": "Detroit Innovation Academy", + "Physical Address Line 1": "18211 Plymouth Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48228", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816890", + "School District Name": "DETROIT ISD", + "Physical Address Line 1": "110 E GARNER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "TX ", + "Physical Address Zip": "75436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23268698060941828", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2710230", + "School District Name": "DETROIT LAKES PUBLIC SCHOOL DIST.", + "Physical Address Line 1": "702 LAKE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT LAKES", + "Physical Address State": "MN ", + "Physical Address Zip": "56501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11989876621322366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600974", + "School District Name": "Detroit Leadership Academy", + "Physical Address Line 1": "13550 Virgil", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48223", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600278", + "School District Name": "Detroit Merit Charter Academy", + "Physical Address Line 1": "1091 ALTER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600307", + "School District Name": "Detroit Premier Academy", + "Physical Address Line 1": "7781 ASBURY PARK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48228", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601062", + "School District Name": "Detroit Public Safety Academy", + "Physical Address Line 1": "1250 Rosa Parks Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48216", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601103", + "School District Name": "Detroit Public Schools Community District", + "Physical Address Line 1": "3011 W GRAND BLVD", + "Physical Address Line 2": "STE 1400", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48202", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.40185750526723135", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2006240", + "School District Name": "Remington-Whitewater", + "Physical Address Line 1": "110 S Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitewater", + "Physical Address State": "KS ", + "Physical Address Zip": "67154", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10167130919220056", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600239", + "School District Name": "Detroit Service Learning Academy", + "Physical Address Line 1": "21605 WEST 7 MILE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48219", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4678300", + "School District Name": "Deubrook Area School District 05-6", + "Physical Address Line 1": "100 School Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "White", + "Physical Address State": "SD ", + "Physical Address Zip": "57276", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08571428571428572", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600036", + "School District Name": "Deuel School District 19-4", + "Physical Address Line 1": "410 5th St W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clear Lake", + "Physical Address State": "SD ", + "Physical Address Zip": "57226", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07979626485568761", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816920", + "School District Name": "DEVERS ISD", + "Physical Address Line 1": "201 S CHISM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEVERS", + "Physical Address State": "TX ", + "Physical Address Zip": "77538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12060301507537688", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3805040", + "School District Name": "DEVILS LAKE 1", + "Physical Address Line 1": "1601 College Drive N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Devils Lake", + "Physical Address State": "ND ", + "Physical Address Zip": "58301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16803081367356765", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816950", + "School District Name": "DEVINE ISD", + "Physical Address Line 1": "605 W HONDO", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEVINE", + "Physical Address State": "TX ", + "Physical Address Zip": "78016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20366259711431742", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400300", + "School District Name": "Dorchester County Public Schools", + "Physical Address Line 1": "700 Glasgow Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cambridge", + "Physical Address State": "MD ", + "Physical Address Zip": "21613", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.247794550088218", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4816980", + "School District Name": "DEW ISD", + "Physical Address Line 1": "606 CR 481", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEAGUE", + "Physical Address State": "TX ", + "Physical Address Zip": "75860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20967741935483872", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400330", + "School District Name": "Frederick County Public Schools", + "Physical Address Line 1": "191 South East Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frederick", + "Physical Address State": "MD ", + "Physical Address Zip": "21701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0790092651299777", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2006510", + "School District Name": "Southern Cloud", + "Physical Address Line 1": "619 Tootle Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Miltonvale", + "Physical Address State": "KS ", + "Physical Address Zip": "67466", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009780", + "School District Name": "DEWAR", + "Physical Address Line 1": "204 East 5th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dewar", + "Physical Address State": "OK ", + "Physical Address Zip": "74431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20833333333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400360", + "School District Name": "Garrett County Public Schools", + "Physical Address Line 1": "40 South Second Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "MD ", + "Physical Address Zip": "21550", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16319712156258032", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009810", + "School District Name": "DEWEY", + "Physical Address Line 1": "One Bulldogger Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dewey", + "Physical Address State": "OK ", + "Physical Address Zip": "74029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24948665297741274", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400390", + "School District Name": "Harford County Public Schools", + "Physical Address Line 1": "102 South Hickory Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bel Air", + "Physical Address State": "MD ", + "Physical Address Zip": "21014", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09950552055815214", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2006630", + "School District Name": "Wheatland", + "Physical Address Line 1": "2920 K-23", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grainfield", + "Physical Address State": "KS ", + "Physical Address Zip": "67737", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817010", + "School District Name": "DEWEYVILLE ISD", + "Physical Address Line 1": "43200 STATE HWY 87 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORANGE", + "Physical Address State": "TX ", + "Physical Address Zip": "77632", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19310344827586207", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400420", + "School District Name": "Howard County Public Schools", + "Physical Address Line 1": "10910 Clarksville Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellicott City", + "Physical Address State": "MD ", + "Physical Address Zip": "21042", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06905868540825681", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2611550", + "School District Name": "DeWitt Public Schools", + "Physical Address Line 1": "2957 WEST HERBISON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEWITT", + "Physical Address State": "MI ", + "Physical Address Zip": "48820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.032501641497045305", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400450", + "School District Name": "Kent County Public Schools", + "Physical Address Line 1": "5608 Boundary Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rock Hall", + "Physical Address State": "MD ", + "Physical Address Zip": "21661", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1914506593906321", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400480", + "School District Name": "Montgomery County Public Schools", + "Physical Address Line 1": "850 Hungerford Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockville", + "Physical Address State": "MD ", + "Physical Address Zip": "20850", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10748450888452883", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2612030", + "School District Name": "Dexter Community School District", + "Physical Address Line 1": "2704 BAKER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEXTER", + "Physical Address State": "MI ", + "Physical Address Zip": "48130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.025784480661639502", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2006930", + "School District Name": "Southern Lyon County", + "Physical Address Line 1": "100 Commercial St.; Ste. A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "KS ", + "Physical Address Zip": "66854", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07894736842105263", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500750", + "School District Name": "DEXTER CONSOLIDATED SCHOOLS", + "Physical Address Line 1": "100 N. LINCOLN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEXTER", + "Physical Address State": "NM ", + "Physical Address Zip": "88230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.33608815426997246", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910770", + "School District Name": "DEXTER R-XI", + "Physical Address Line 1": "1031 BROWN PILOT LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEXTER", + "Physical Address State": "MO ", + "Physical Address Zip": "63841", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1838095238095238", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910800", + "School District Name": "DIAMOND R-IV", + "Physical Address Line 1": "401 S MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DIAMOND", + "Physical Address State": "MO ", + "Physical Address Zip": "64840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1530398322851153", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4104170", + "School District Name": "Diamond SD 7", + "Physical Address Line 1": "40524 S Diamond Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Diamond", + "Physical Address State": "OR ", + "Physical Address Zip": "97722", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009870", + "School District Name": "DIBBLE", + "Physical Address Line 1": "22092 OLD TOWN FIRST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLANCHARD", + "Physical Address State": "OK ", + "Physical Address Zip": "73010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15829145728643215", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817040", + "School District Name": "DIBOLL ISD", + "Physical Address Line 1": "215 N TEMPLE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DIBOLL", + "Physical Address State": "TX ", + "Physical Address Zip": "75941", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.25229638701775875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101140", + "School District Name": "DICKENSON CO PBLC SCHS", + "Physical Address Line 1": "309 Volunteer St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clintwood", + "Physical Address State": "VA ", + "Physical Address Zip": "24228", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2541625857002938", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800038", + "School District Name": "DICKINSON 1", + "Physical Address Line 1": "444 4th St W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dickinson", + "Physical Address State": "ND ", + "Physical Address Zip": "58601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.08490230905861457", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817070", + "School District Name": "DICKINSON ISD", + "Physical Address Line 1": "2218 E FM 517", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DICKINSON", + "Physical Address State": "TX ", + "Physical Address Zip": "77539", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.18521468971560584", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880450", + "School District Name": "DICKINSON SPECIAL ED UNIT", + "Physical Address Line 1": "444 4th St W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dickinson", + "Physical Address State": "ND ", + "Physical Address Zip": "58601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680360", + "School District Name": "Dickinson-Iron ISD", + "Physical Address Line 1": "1074 PYLE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGSFORD", + "Physical Address State": "MI ", + "Physical Address Zip": "49802", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009910", + "School District Name": "DICKSON", + "Physical Address Line 1": "4762 State Highway 199", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ardmore", + "Physical Address State": "OK ", + "Physical Address Zip": "73401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1365902293120638", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007440", + "School District Name": "Rural Vista", + "Physical Address Line 1": "414 E Goodnow", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "White City", + "Physical Address State": "KS ", + "Physical Address Zip": "66872", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14754098360655737", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701020", + "School District Name": "Dickson County", + "Physical Address Line 1": "817 N Charlotte ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dickson", + "Physical Address State": "TN ", + "Physical Address Zip": "37055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.170479302832244", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007470", + "School District Name": "South Brown County", + "Physical Address Line 1": "522 Central Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Horton", + "Physical Address State": "KS ", + "Physical Address Zip": "66439", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23993288590604026", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007500", + "School District Name": "West Elk", + "Physical Address Line 1": "1201 State Highway 99", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Howard", + "Physical Address State": "KS ", + "Physical Address Zip": "67349", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22038567493112948", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302130", + "School District Name": "Dieringer School District", + "Physical Address Line 1": "1320 178TH AVE E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Tapps", + "Physical Address State": "WA ", + "Physical Address Zip": "98391", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.042801556420233464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504200", + "School District Name": "Dighton-Rehoboth", + "Physical Address Line 1": "2700 Regional Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Dighton", + "Physical Address State": "MA ", + "Physical Address Zip": "02764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.056656433156572705", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900139", + "School District Name": "Dilcon Community School", + "Physical Address Line 1": "40 Miles North of Winslow AZ NR 60 M", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winslow", + "Physical Address State": "AZ", + "Physical Address Zip": "86047", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700074", + "School District Name": "Dillard Academy", + "Physical Address Line 1": "504 West Elm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goldsboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27530", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100125", + "School District Name": "DILLER-ODELL PUBLIC SCHOOLS", + "Physical Address Line 1": "506 PERRY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ODELL", + "Physical Address State": "NE ", + "Physical Address Zip": "68415", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0391304347826087", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817100", + "School District Name": "DILLEY ISD", + "Physical Address Line 1": "245 W FM 117", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DILLEY", + "Physical Address State": "TX ", + "Physical Address Zip": "78017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.32806691449814124", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501950", + "School District Name": "Dillon 03", + "Physical Address Line 1": "205 King Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Latta", + "Physical Address State": "SC ", + "Physical Address Zip": "29565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.31384615384615383", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501920", + "School District Name": "Dillon 04", + "Physical Address Line 1": "1738 Highway 301 North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dillon", + "Physical Address State": "SC ", + "Physical Address Zip": "29536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3790446841294299", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501870", + "School District Name": "Dillon 80", + "Physical Address Line 1": "1630 East Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dillon", + "Physical Address State": "SC ", + "Physical Address Zip": "29536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2007860", + "School District Name": "Stanton County", + "Physical Address Line 1": "200 W Weaver Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnson", + "Physical Address State": "KS ", + "Physical Address Zip": "67855", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10580912863070539", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008910", + "School District Name": "Dillon Elem", + "Physical Address Line 1": "22 North Cottom", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dillon", + "Physical Address State": "MT ", + "Physical Address Zip": "59725", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13374805598755832", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2710260", + "School District Name": "DILWORTH-GLYNDON-FELTON", + "Physical Address Line 1": "108 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DILWORTH", + "Physical Address State": "MN ", + "Physical Address Zip": "56529", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.12134831460674157", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817130", + "School District Name": "DIME BOX ISD", + "Physical Address Line 1": "1079 STEPHEN F AUSTIN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DIME BOX", + "Physical Address State": "TX ", + "Physical Address Zip": "77853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1477832512315271", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817160", + "School District Name": "DIMMITT ISD", + "Physical Address Line 1": "608 W HALSELL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DIMMITT", + "Physical Address State": "TX ", + "Physical Address Zip": "79027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20335985853227231", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101170", + "School District Name": "DINWIDDIE CO PBLC SCHS", + "Physical Address Line 1": "14016 Boydton Plank Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dinwiddie", + "Physical Address State": "VA ", + "Physical Address Zip": "23841", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1463974300137678", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008130", + "School District Name": "South Barber", + "Physical Address Line 1": "512 Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kiowa", + "Physical Address State": "KS ", + "Physical Address Zip": "67070", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20175438596491227", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901545", + "School District Name": "Discovery Academy", + "Physical Address Line 1": "2740 W Central Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43606", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2008250", + "School District Name": "Prairie View", + "Physical Address Line 1": "13799 Kansas Hwy 152", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LaCygne", + "Physical Address State": "KS ", + "Physical Address Zip": "66040", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1261730969760167", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400020", + "School District Name": "Discovery Charter School", + "Physical Address Line 1": "240 Halsey St.", + "Physical Address Line 2": "2nd Fl.", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700391", + "School District Name": "Discovery Charter School", + "Physical Address Line 1": "4100 EAST 66TH STREET STE 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INVER GROVE HEIGHTS", + "Physical Address State": "MN ", + "Physical Address Zip": "55076", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601046", + "School District Name": "DISCOVERY CHARTER SCHOOL", + "Physical Address Line 1": "133 HOOVER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14615", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700418", + "School District Name": "Discovery Charter School", + "Physical Address Line 1": "1305 W. Club Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27705", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200121", + "School District Name": "Discovery CS", + "Physical Address Line 1": "4700 Parkside Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700192", + "School District Name": "Discovery Public School - Faribault", + "Physical Address Line 1": "126 8TH STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARIBAULT", + "Physical Address State": "MN ", + "Physical Address Zip": "55021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700369", + "School District Name": "Discovery Woods", + "Physical Address Line 1": "604 N 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRAINERD", + "Physical Address State": "MN ", + "Physical Address Zip": "56401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900145", + "School District Name": "Dishchii'bikoh Community School", + "Physical Address Line 1": "211 S Elm Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cibecue", + "Physical Address State": "AZ", + "Physical Address Zip": "85911", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601115", + "School District Name": "Distinctive College Prep.", + "Physical Address Line 1": "19360 Harper Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harper Woods", + "Physical Address State": "MI ", + "Physical Address Zip": "48225", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3805160", + "School District Name": "DIVIDE COUNTY 1", + "Physical Address Line 1": "106 1st St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crosby", + "Physical Address State": "ND ", + "Physical Address Zip": "58730", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3009000", + "School District Name": "Divide Elem", + "Physical Address Line 1": "50 Schoolhouse Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Divide", + "Physical Address State": "MT ", + "Physical Address Zip": "59727", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09523809523809523", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504230", + "School District Name": "Douglas", + "Physical Address Line 1": "21 Davis Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Douglas", + "Physical Address State": "MA ", + "Physical Address Zip": "01516", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05126452494873548", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817190", + "School District Name": "DIVIDE ISD", + "Physical Address Line 1": "120 DIVIDE SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNTAIN HOME", + "Physical Address State": "TX ", + "Physical Address Zip": "78058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13793103448275862", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504260", + "School District Name": "Dover", + "Physical Address Line 1": "157 Farm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "MA ", + "Physical Address Zip": "02030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0297723292469352", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900009", + "School District Name": "DIVISION OF YOUTH SERVICE", + "Physical Address Line 1": "3418 KNIPP SUITE A-1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JEFFERSON CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "65102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504290", + "School District Name": "Dover-Sherborn", + "Physical Address Line 1": "157 Farm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "MA ", + "Physical Address Zip": "02030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.029454022988505746", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504320", + "School District Name": "Dracut", + "Physical Address Line 1": "2063 Lakeview Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dracut", + "Physical Address State": "MA ", + "Physical Address Zip": "01826", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08277189605389798", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009320", + "School District Name": "Royal Valley", + "Physical Address Line 1": "101 W Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mayetta", + "Physical Address State": "KS ", + "Physical Address Zip": "66509", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13516746411483255", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504360", + "School District Name": "Dudley-Charlton Reg", + "Physical Address Line 1": "68 Dudley Oxford Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dudley", + "Physical Address State": "MA ", + "Physical Address Zip": "01571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07486759749638902", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504410", + "School District Name": "Duxbury", + "Physical Address Line 1": "93 Chandler Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duxbury", + "Physical Address State": "MA ", + "Physical Address Zip": "02332", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.030517879161528975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504440", + "School District Name": "East Bridgewater", + "Physical Address Line 1": "143 Plymouth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Bridgewater", + "Physical Address State": "MA ", + "Physical Address Zip": "02333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0563973063973064", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302160", + "School District Name": "Dixie School District", + "Physical Address Line 1": "HWY 12 & BISCUIT RIDGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DIXIE", + "Physical Address State": "WA ", + "Physical Address Zip": "99329", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12987012987012986", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504500", + "School District Name": "East Longmeadow", + "Physical Address Line 1": "180 Maple Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Longmeadow", + "Physical Address State": "MA ", + "Physical Address Zip": "01028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07715355805243446", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3009030", + "School District Name": "Dixon Elem", + "Physical Address Line 1": "411 B Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dixon", + "Physical Address State": "MT ", + "Physical Address Zip": "59831", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3584905660377358", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504530", + "School District Name": "Eastham", + "Physical Address Line 1": "78 Eldredge Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orleans", + "Physical Address State": "MA ", + "Physical Address Zip": "02653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.14666666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504590", + "School District Name": "Easthampton", + "Physical Address Line 1": "50 Payson Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Easthampton", + "Physical Address State": "MA ", + "Physical Address Zip": "01027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10144124168514412", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910830", + "School District Name": "DIXON R-I", + "Physical Address Line 1": "106 W FOURTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DIXON", + "Physical Address State": "MO ", + "Physical Address Zip": "65459", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17575757575757575", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504620", + "School District Name": "Easton", + "Physical Address Line 1": "50 Oliver Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Easton", + "Physical Address State": "MA ", + "Physical Address Zip": "02356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04757085020242915", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509090", + "School District Name": "Edgartown", + "Physical Address Line 1": "4 Pine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vineyard Haven", + "Physical Address State": "MA ", + "Physical Address Zip": "02568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14533622559652928", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2009850", + "School District Name": "Paradise", + "Physical Address Line 1": "710 5th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Natoma", + "Physical Address State": "KS ", + "Physical Address Zip": "67651", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504710", + "School District Name": "Erving", + "Physical Address Line 1": "201 Wendell Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Salem", + "Physical Address State": "MA ", + "Physical Address Zip": "01355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15753424657534246", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609120", + "School District Name": "DOBBS FERRY UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "505 BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOBBS FERRY", + "Physical Address State": "NY ", + "Physical Address Zip": "10522", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.048807542983915694", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504770", + "School District Name": "Everett", + "Physical Address Line 1": "121 Vine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Everett", + "Physical Address State": "MA ", + "Physical Address Zip": "02149", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18055555555555555", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817280", + "School District Name": "DODD CITY ISD", + "Physical Address Line 1": "602 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DODD CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "75438", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.109375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504800", + "School District Name": "Fairhaven", + "Physical Address Line 1": "128 Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairhaven", + "Physical Address State": "MA ", + "Physical Address Zip": "02719", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10907381288199341", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400270", + "School District Name": "DODDRIDGE COUNTY SCHOOLS", + "Physical Address Line 1": "268 BULLDOG DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST UNION", + "Physical Address State": "WV ", + "Physical Address Zip": "26456", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20143027413587605", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504830", + "School District Name": "Fall River", + "Physical Address Line 1": "417 Rock Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fall River", + "Physical Address State": "MA ", + "Physical Address Zip": "02720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.24982292109363932", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504860", + "School District Name": "Falmouth", + "Physical Address Line 1": "340 Teaticket Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Falmouth", + "Physical Address State": "MA ", + "Physical Address Zip": "02536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1008710311885361", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507260", + "School District Name": "Dodgeland School District", + "Physical Address Line 1": "401 S Western Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Juneau", + "Physical Address State": "WI ", + "Physical Address Zip": "53039", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0941860465116279", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2513321", + "School District Name": "Farmington River Reg", + "Physical Address Line 1": "555 N Main Street", + "Physical Address Line 2": "PO Box 656", + "Physical Address Line 3": "", + "Physical Address City": "Otis", + "Physical Address State": "MA ", + "Physical Address Zip": "01253", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09523809523809523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503690", + "School District Name": "Dodgeville School District", + "Physical Address Line 1": "916 W Chapel St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dodgeville", + "Physical Address State": "WI ", + "Physical Address Zip": "53533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07079646017699115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504890", + "School District Name": "Fitchburg", + "Physical Address Line 1": "376 South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fitchburg", + "Physical Address State": "MA ", + "Physical Address Zip": "01420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.21666920615572147", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3009120", + "School District Name": "Dodson K-12", + "Physical Address Line 1": "124 First Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dodson", + "Physical Address State": "MT ", + "Physical Address Zip": "59524", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15853658536585366", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504920", + "School District Name": "Florida", + "Physical Address Line 1": "56 North County Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Florida", + "Physical Address State": "MA ", + "Physical Address Zip": "01247", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14925373134328357", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100042", + "School District Name": "DOE SOP EDUC PROGRAMS", + "Physical Address Line 1": "James Monroe Bldg.", + "Physical Address Line 2": "101 N. 14th St.", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "VA ", + "Physical Address Zip": "23219", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010410", + "School District Name": "Santa Fe Trail", + "Physical Address Line 1": "104 S Burlingame Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scranton", + "Physical Address State": "KS ", + "Physical Address Zip": "66537", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09292929292929293", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504950", + "School District Name": "Foxborough", + "Physical Address Line 1": "60 South Street", + "Physical Address Line 2": "C/O Igo Administration", + "Physical Address Line 3": "", + "Physical Address City": "Foxborough", + "Physical Address State": "MA ", + "Physical Address Zip": "02035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05750165234633179", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700476", + "School District Name": "Dogwood Classical Academy", + "Physical Address Line 1": "203 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belmont", + "Physical Address State": "NC ", + "Physical Address Zip": "28012", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010470", + "School District Name": "Palco", + "Physical Address Line 1": "402 3rd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Damar", + "Physical Address State": "KS ", + "Physical Address Zip": "67632", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2897196261682243", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504980", + "School District Name": "Framingham", + "Physical Address Line 1": "73 Mt. Wayte Avenue", + "Physical Address Line 2": "Suite 5", + "Physical Address Line 3": "", + "Physical Address City": "Framingham", + "Physical Address State": "MA ", + "Physical Address Zip": "01702", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.12192733326804427", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010500", + "School District Name": "Paola", + "Physical Address Line 1": "1115 E 303rd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paola", + "Physical Address State": "KS ", + "Physical Address Zip": "66071", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0705765407554672", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900106", + "School District Name": "Dohn Community", + "Physical Address Line 1": "608 E McMillan St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010560", + "School District Name": "Parsons", + "Physical Address Line 1": "2900 Southern", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parsons", + "Physical Address State": "KS ", + "Physical Address Zip": "67357", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21949644932214332", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505010", + "School District Name": "Franklin", + "Physical Address Line 1": "355 East Central Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "MA ", + "Physical Address Zip": "02038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03930655681428081", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010590", + "School District Name": "Peabody-Burns", + "Physical Address Line 1": "506 Elm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peabody", + "Physical Address State": "KS ", + "Physical Address Zip": "66866", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12462908011869436", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4619170", + "School District Name": "Doland School District 56-2", + "Physical Address Line 1": "405 N Humphrey Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Doland", + "Physical Address State": "SD ", + "Physical Address Zip": "57436", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17751479289940827", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010620", + "School District Name": "Perry Public Schools", + "Physical Address Line 1": "205 W Bridge St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perry", + "Physical Address State": "KS ", + "Physical Address Zip": "66073", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10356347438752785", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505070", + "School District Name": "Freetown-Lakeville", + "Physical Address Line 1": "98 Howland Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeville", + "Physical Address State": "MA ", + "Physical Address Zip": "02347", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05362776025236593", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010650", + "School District Name": "Phillipsburg", + "Physical Address Line 1": "240 S 7th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phillipsburg", + "Physical Address State": "KS ", + "Physical Address Zip": "67661", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11787819253438114", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600001", + "School District Name": "DOLGEVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "38 SLAWSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOLGEVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13329", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18596059113300492", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010680", + "School District Name": "Piper-Kansas City", + "Physical Address Line 1": "3130 N 122nd St Suite A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kansas City", + "Physical Address State": "KS ", + "Physical Address Zip": "66109", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.04684748150757309", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505100", + "School District Name": "Frontier", + "Physical Address Line 1": "113 North Main Street Office", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Deerfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01373", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09164420485175202", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010710", + "School District Name": "Pittsburg", + "Physical Address Line 1": "510 Deill St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburg", + "Physical Address State": "KS ", + "Physical Address Zip": "66762", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22593544701513854", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2626940", + "School District Name": "Dollar Bay-Tamarack City Area K-12 School", + "Physical Address Line 1": "48475 MAPLE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOLLAR BAY", + "Physical Address State": "MI ", + "Physical Address Zip": "49922", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11466666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010740", + "School District Name": "Plainville", + "Physical Address Line 1": "203 SE Cardinal", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plainville", + "Physical Address State": "KS ", + "Physical Address Zip": "67663", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08130081300813008", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505130", + "School District Name": "Gardner", + "Physical Address Line 1": "70 Waterford Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gardner", + "Physical Address State": "MA ", + "Physical Address Zip": "01440", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.17791193181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010770", + "School District Name": "Pleasanton", + "Physical Address Line 1": "309 W. 13th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pleasanton", + "Physical Address State": "KS ", + "Physical Address Zip": "66075", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17724867724867724", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505160", + "School District Name": "Gateway", + "Physical Address Line 1": "12 Littleville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington", + "Physical Address State": "MA ", + "Physical Address Zip": "01050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19960861056751467", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010800", + "School District Name": "West Franklin", + "Physical Address Line 1": "510 E Franklin St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pomona", + "Physical Address State": "KS ", + "Physical Address Zip": "66076", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11691259931895573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505220", + "School District Name": "Georgetown", + "Physical Address Line 1": "51 North Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Georgetown", + "Physical Address State": "MA ", + "Physical Address Zip": "01833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0477792732166891", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010890", + "School District Name": "Pratt", + "Physical Address Line 1": "401 S. Hamilton", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pratt", + "Physical Address State": "KS ", + "Physical Address Zip": "67124", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11535836177474403", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505270", + "School District Name": "Gill-Montague", + "Physical Address Line 1": "35 Crocker Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turners Falls", + "Physical Address State": "MA ", + "Physical Address Zip": "01376", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15620641562064155", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010920", + "School District Name": "Pretty Prairie", + "Physical Address Line 1": "206 E Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pretty Prairie", + "Physical Address State": "KS ", + "Physical Address Zip": "67570", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14912280701754385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505280", + "School District Name": "Gloucester", + "Physical Address Line 1": "2 Blackburn Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gloucester", + "Physical Address State": "MA ", + "Physical Address Zip": "01930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12701500833796553", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2010950", + "School District Name": "Quinter Public Schools", + "Physical Address Line 1": "601 Gove", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quinter", + "Physical Address State": "KS ", + "Physical Address Zip": "67752", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13588850174216027", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207650", + "School District Name": "Donegal SD", + "Physical Address Line 1": "1051 Koser Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Joy", + "Physical Address State": "PA ", + "Physical Address Zip": "17552", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07777164920022063", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505340", + "School District Name": "Gosnold", + "Physical Address Line 1": "263 Hill Plain Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Falmouth", + "Physical Address State": "MA ", + "Physical Address Zip": "02536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505370", + "School District Name": "Grafton", + "Physical Address Line 1": "30 Providence Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grafton", + "Physical Address State": "MA ", + "Physical Address Zip": "01519", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03434769508888219", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011080", + "School District Name": "Renwick", + "Physical Address Line 1": "600 West Rush", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Andale", + "Physical Address State": "KS ", + "Physical Address Zip": "67001", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.042761692650334075", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011100", + "School District Name": "Riley County", + "Physical Address Line 1": "204 W. Kansas Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riley", + "Physical Address State": "KS ", + "Physical Address Zip": "66531", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08009153318077804", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505400", + "School District Name": "Granby", + "Physical Address Line 1": "387 East State Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Granby", + "Physical Address State": "MA ", + "Physical Address Zip": "01033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07897793263646923", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011130", + "School District Name": "Riverton", + "Physical Address Line 1": "6860 SE Highway 66", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverton", + "Physical Address State": "KS ", + "Physical Address Zip": "66770", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14262820512820512", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910920", + "School District Name": "DONIPHAN R-I", + "Physical Address Line 1": "401 Walnut Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Doniphan", + "Physical Address State": "MO ", + "Physical Address Zip": "63935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30666666666666664", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011190", + "School District Name": "Rolla", + "Physical Address Line 1": "204 Van Buren", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rolla", + "Physical Address State": "KS ", + "Physical Address Zip": "67954", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10810810810810811", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505490", + "School District Name": "Greenfield", + "Physical Address Line 1": "195 Federal Street Suite 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19308486753480017", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505500", + "School District Name": "Groton-Dunstable", + "Physical Address Line 1": "344 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Groton", + "Physical Address State": "MA ", + "Physical Address Zip": "01450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.022068965517241378", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011250", + "School District Name": "Rose Hill Public Schools", + "Physical Address Line 1": "104 N Rose Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rose Hill", + "Physical Address State": "KS ", + "Physical Address Zip": "67133", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07298850574712644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100121", + "School District Name": "DONIPHAN-TRUMBULL PUBLIC SCHS", + "Physical Address Line 1": "302 W PLUM", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DONIPHAN", + "Physical Address State": "NE ", + "Physical Address Zip": "68832", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07331975560081466", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011280", + "School District Name": "Pawnee Heights", + "Physical Address Line 1": "100 West Grand", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rozel", + "Physical Address State": "KS ", + "Physical Address Zip": "67574", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13924050632911392", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505580", + "School District Name": "Hadley", + "Physical Address Line 1": "125 Russell Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hadley", + "Physical Address State": "MA ", + "Physical Address Zip": "01035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07679465776293823", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011310", + "School District Name": "Russell County", + "Physical Address Line 1": "802 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Russell", + "Physical Address State": "KS ", + "Physical Address Zip": "67665", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16817724068479356", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817390", + "School District Name": "DONNA ISD", + "Physical Address Line 1": "116 N 10TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DONNA", + "Physical Address State": "TX ", + "Physical Address Zip": "78537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.43186498568486614", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011370", + "School District Name": "Salina", + "Physical Address Line 1": "1511 Gypsum", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salina", + "Physical Address State": "KS ", + "Physical Address Zip": "67402", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14074256815098063", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505610", + "School District Name": "Halifax", + "Physical Address Line 1": "250 Pembroke Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingston", + "Physical Address State": "MA ", + "Physical Address Zip": "02364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05844155844155844", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011400", + "School District Name": "Satanta", + "Physical Address Line 1": "100 Caddo", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Satanta", + "Physical Address State": "KS ", + "Physical Address Zip": "67870", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11418685121107267", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505670", + "School District Name": "Hamilton-Wenham", + "Physical Address Line 1": "5 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wenham", + "Physical Address State": "MA ", + "Physical Address Zip": "01984", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.032229580573951436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011430", + "School District Name": "Skyline Schools", + "Physical Address Line 1": "20269 W. Hwy 54", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pratt", + "Physical Address State": "KS ", + "Physical Address Zip": "67124", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505730", + "School District Name": "Hampden-Wilbraham", + "Physical Address Line 1": "621 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilbraham", + "Physical Address State": "MA ", + "Physical Address Zip": "01095", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07204968944099378", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011490", + "School District Name": "Seaman", + "Physical Address Line 1": "901 NW Lyman Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Topeka", + "Physical Address State": "KS ", + "Physical Address Zip": "66608", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08279430789133248", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500790", + "School District Name": "DORA MUNICIPAL SCHOOLS", + "Physical Address Line 1": "100 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DORA", + "Physical Address State": "NM ", + "Physical Address Zip": "88115", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25833333333333336", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505740", + "School District Name": "Hampshire", + "Physical Address Line 1": "19 Stage Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westhampton", + "Physical Address State": "MA ", + "Physical Address Zip": "01027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05802047781569966", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011550", + "School District Name": "Sedgwick Public Schools", + "Physical Address Line 1": "400 W 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sedgwick", + "Physical Address State": "KS ", + "Physical Address Zip": "67135", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08836206896551724", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910950", + "School District Name": "DORA R-III", + "Physical Address Line 1": "613 COUNTY ROAD 379", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DORA", + "Physical Address State": "MO ", + "Physical Address Zip": "65634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3319327731092437", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011610", + "School District Name": "Wallace County Schools", + "Physical Address Line 1": "521 N. Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sharon Springs", + "Physical Address State": "KS ", + "Physical Address Zip": "67758", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16822429906542055", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505760", + "School District Name": "Hancock", + "Physical Address Line 1": "3080 Hancock Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hancock", + "Physical Address State": "MA ", + "Physical Address Zip": "02137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09090909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011640", + "School District Name": "Shawnee Mission Pub Sch", + "Physical Address Line 1": "8200 W. 71st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shawnee Mission", + "Physical Address State": "KS ", + "Physical Address Zip": "66204", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.0550046663555763", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3700464", + "School District Name": "Doral Academy North Carolina", + "Physical Address Line 1": "7001 Destiny Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27604", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011700", + "School District Name": "Silver Lake", + "Physical Address Line 1": "200 Rice Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Silver Lake", + "Physical Address State": "KS ", + "Physical Address Zip": "66539", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05982905982905983", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505790", + "School District Name": "Hanover", + "Physical Address Line 1": "188 Broadway Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanover", + "Physical Address State": "MA ", + "Physical Address Zip": "02339", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02945159106296547", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011760", + "School District Name": "Solomon", + "Physical Address Line 1": "113 E 7th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Solomon", + "Physical Address State": "KS ", + "Physical Address Zip": "67580", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09831460674157304", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011790", + "School District Name": "South Haven", + "Physical Address Line 1": "229 Kickapoo Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Haven", + "Physical Address State": "KS ", + "Physical Address Zip": "67140", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15294117647058825", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505880", + "School District Name": "Harvard", + "Physical Address Line 1": "39 Massachusetts Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harvard", + "Physical Address State": "MA ", + "Physical Address Zip": "01451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.02294792586054722", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011820", + "School District Name": "Spearville", + "Physical Address Line 1": "304 E Avenue B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spearville", + "Physical Address State": "KS ", + "Physical Address Zip": "67876", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.061068702290076333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801474", + "School District Name": "DORAL ACADEMY OF TEXAS", + "Physical Address Line 1": "4802 VANCE JACKSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78230", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011850", + "School District Name": "Spring Hill", + "Physical Address Line 1": "17640 W 199th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spring Hill", + "Physical Address State": "KS ", + "Physical Address Zip": "66083", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.04248046875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505940", + "School District Name": "Hatfield", + "Physical Address Line 1": "34 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hatfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.043478260869565216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011880", + "School District Name": "St Francis Comm Sch", + "Physical Address Line 1": "100 S. College Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St Francis", + "Physical Address State": "KS ", + "Physical Address Zip": "67756", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1750841750841751", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502010", + "School District Name": "Dorchester 02", + "Physical Address Line 1": "815 S. Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Summerville", + "Physical Address State": "SC ", + "Physical Address Zip": "29483", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12588453024639837", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011910", + "School District Name": "St John-Hudson", + "Physical Address Line 1": "505 North Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. John", + "Physical Address State": "KS ", + "Physical Address Zip": "67576", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.128125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505970", + "School District Name": "Haverhill", + "Physical Address Line 1": "4 Summer Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haverhill", + "Physical Address State": "MA ", + "Physical Address Zip": "01830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14576407776770425", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2011970", + "School District Name": "Stafford", + "Physical Address Line 1": "418 E Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stafford", + "Physical Address State": "KS ", + "Physical Address Zip": "67578", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2534562211981567", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500002", + "School District Name": "Dorchester 04", + "Physical Address Line 1": "500 Ridge Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. George", + "Physical Address State": "SC ", + "Physical Address Zip": "29477", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.210057854917668", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506000", + "School District Name": "Hawlemont", + "Physical Address Line 1": "24 Ashfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelburne Falls", + "Physical Address State": "MA ", + "Physical Address Zip": "01370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1839080459770115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012030", + "School District Name": "Sterling", + "Physical Address Line 1": "308 E. Washington", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sterling", + "Physical Address State": "KS ", + "Physical Address Zip": "67579", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12391304347826088", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501990", + "School District Name": "Dorchester 80", + "Physical Address Line 1": "507 School House Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dorchester", + "Physical Address State": "SC ", + "Physical Address Zip": "29437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012060", + "School District Name": "Stockton", + "Physical Address Line 1": "421 Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockton", + "Physical Address State": "KS ", + "Physical Address Zip": "67669", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15337423312883436", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506090", + "School District Name": "Hingham", + "Physical Address Line 1": "220 Central Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hingham", + "Physical Address State": "MA ", + "Physical Address Zip": "02043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02353190587237651", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012090", + "School District Name": "Sublette", + "Physical Address Line 1": "105 W Fern", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sublette", + "Physical Address State": "KS ", + "Physical Address Zip": "67877", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14153132250580047", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506150", + "School District Name": "Holbrook", + "Physical Address Line 1": "245 So. Franklin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holbrook", + "Physical Address State": "MA ", + "Physical Address Zip": "02343", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10108958837772397", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012120", + "School District Name": "Sylvan Grove", + "Physical Address Line 1": "504 W. 4th.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sylvan Grove", + "Physical Address State": "KS ", + "Physical Address Zip": "67481", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18840579710144928", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3169840", + "School District Name": "DORCHESTER PUBLIC SCHOOL", + "Physical Address Line 1": "506 W 9TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DORCHESTER", + "Physical Address State": "NE ", + "Physical Address Zip": "68343", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0658682634730539", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012150", + "School District Name": "Syracuse", + "Physical Address Line 1": "103 West Avenue F", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Syracuse", + "Physical Address State": "KS ", + "Physical Address Zip": "67878", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1487279843444227", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506210", + "School District Name": "Holland", + "Physical Address Line 1": "320 Brookfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fiskdale", + "Physical Address State": "MA ", + "Physical Address Zip": "01518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11979166666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012180", + "School District Name": "Shawnee Heights", + "Physical Address Line 1": "4401 SE Shawnee Heights Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tecumseh", + "Physical Address State": "KS ", + "Physical Address Zip": "66542", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07084754657570191", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506240", + "School District Name": "Holliston", + "Physical Address Line 1": "370 Hollis Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holliston", + "Physical Address State": "MA ", + "Physical Address Zip": "01746", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02732422525824725", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012210", + "School District Name": "Tonganoxie", + "Physical Address Line 1": "330 E Hwy 24/40", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tonganoxie", + "Physical Address State": "KS ", + "Physical Address Zip": "66086", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05854355069014755", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817400", + "School District Name": "DOSS CONSOLIDATED CSD", + "Physical Address Line 1": "11431 RANCH RD 648", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOSS", + "Physical Address State": "TX ", + "Physical Address Zip": "78618", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15789473684210525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012260", + "School District Name": "Topeka Public Schools", + "Physical Address Line 1": "624 SW 24th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Topeka", + "Physical Address State": "KS ", + "Physical Address Zip": "66611", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.2047783797898035", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506270", + "School District Name": "Holyoke", + "Physical Address Line 1": "57 Suffolk Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holyoke", + "Physical Address State": "MA ", + "Physical Address Zip": "01040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.35845923958160386", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2501780", + "School District Name": "Hoosac Valley Regional", + "Physical Address Line 1": "191 Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cheshire", + "Physical Address State": "MA ", + "Physical Address Zip": "01225", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1392811296534018", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012330", + "School District Name": "Troy Public Schools", + "Physical Address Line 1": "230 W Poplar", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Troy", + "Physical Address State": "KS ", + "Physical Address Zip": "66087", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08503401360544217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506300", + "School District Name": "Hopedale", + "Physical Address Line 1": "25 Adin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hopedale", + "Physical Address State": "MA ", + "Physical Address Zip": "01747", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05656759348034516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012360", + "School District Name": "Turner-Kansas City", + "Physical Address Line 1": "800 South 55th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kansas City", + "Physical Address State": "KS ", + "Physical Address Zip": "66106", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.17801975183590782", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4104290", + "School District Name": "Double O SD 28", + "Physical Address Line 1": "60077 Double O Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hines", + "Physical Address State": "OR ", + "Physical Address Zip": "97738", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012390", + "School District Name": "Udall", + "Physical Address Line 1": "303 South Seymour", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Udall", + "Physical Address State": "KS ", + "Physical Address Zip": "67146", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11506849315068493", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506330", + "School District Name": "Hopkinton", + "Physical Address Line 1": "89 Hayden Rowe Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hopkinton", + "Physical Address State": "MA ", + "Physical Address Zip": "01748", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.029577464788732393", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012420", + "School District Name": "Ulysses", + "Physical Address Line 1": "111 S. Baughman", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ulysses", + "Physical Address State": "KS ", + "Physical Address Zip": "67880", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1436498150431566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506390", + "School District Name": "Hudson", + "Physical Address Line 1": "155 Apsley Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hudson", + "Physical Address State": "MA ", + "Physical Address Zip": "01749", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07236388697450034", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012450", + "School District Name": "Uniontown", + "Physical Address Line 1": "601 Fifth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Uniontown", + "Physical Address State": "KS ", + "Physical Address Zip": "66779", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20907297830374755", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506420", + "School District Name": "Hull", + "Physical Address Line 1": "18 Harborview Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hull", + "Physical Address State": "MA ", + "Physical Address Zip": "02045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08025343189017951", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012510", + "School District Name": "Valley Center Pub Sch", + "Physical Address Line 1": "143 S. Meridian", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valley Center", + "Physical Address State": "KS ", + "Physical Address Zip": "67147", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07215892491966111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506480", + "School District Name": "Ipswich", + "Physical Address Line 1": "1 Lord Square", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ipswich", + "Physical Address State": "MA ", + "Physical Address Zip": "01938", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.054318305268875614", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012540", + "School District Name": "Valley Falls", + "Physical Address Line 1": "700 Oak Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valley Falls", + "Physical Address State": "KS ", + "Physical Address Zip": "66088", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100165", + "School District Name": "DOUGLAS CO WEST COMMUNITY SCHS", + "Physical Address Line 1": "401 S PINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALLEY", + "Physical Address State": "NE ", + "Physical Address Zip": "68064", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.058823529411764705", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012600", + "School District Name": "Victoria", + "Physical Address Line 1": "1105 10th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Victoria", + "Physical Address State": "KS ", + "Physical Address Zip": "67671", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506510", + "School District Name": "King Philip", + "Physical Address Line 1": "18 King Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norfolk", + "Physical Address State": "MA ", + "Physical Address Zip": "02056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03587278106508876", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012630", + "School District Name": "Wakeeney", + "Physical Address Line 1": "527 Russell Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WaKeeney", + "Physical Address State": "KS ", + "Physical Address Zip": "67672", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09473684210526316", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506540", + "School District Name": "Kingston", + "Physical Address Line 1": "250 Pembroke Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingston", + "Physical Address State": "MA ", + "Physical Address Zip": "02364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05461847389558233", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012780", + "School District Name": "Valley Heights", + "Physical Address Line 1": "2274 6th Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blue Rapids", + "Physical Address State": "KS ", + "Physical Address Zip": "66411", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10761154855643044", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200090", + "School District Name": "DOUGLAS COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "1638 Mono Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINDEN", + "Physical Address State": "NV ", + "Physical Address Zip": "89423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09962002312902693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506660", + "School District Name": "Lawrence", + "Physical Address Line 1": "237 Essex Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawrence", + "Physical Address State": "MA ", + "Physical Address Zip": "01840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23873575004523795", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012840", + "School District Name": "Wellington", + "Physical Address Line 1": "221 South Washington", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wellington", + "Physical Address State": "KS ", + "Physical Address Zip": "67152", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16339869281045752", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506690", + "School District Name": "Lee", + "Physical Address Line 1": "300A Greylock", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lee", + "Physical Address State": "MA ", + "Physical Address Zip": "01238", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10089020771513353", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012870", + "School District Name": "Wellsville", + "Physical Address Line 1": "602 Walnut", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wellsville", + "Physical Address State": "KS ", + "Physical Address Zip": "66092", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06031746031746032", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103960", + "School District Name": "Douglas County SD 15", + "Physical Address Line 1": "11381 Tiller Trail Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Days Creek", + "Physical Address State": "OR ", + "Physical Address Zip": "97429", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28289473684210525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012900", + "School District Name": "Weskan", + "Physical Address Line 1": "219 Coyote Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weskan", + "Physical Address State": "KS ", + "Physical Address Zip": "67762", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2608695652173913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4110710", + "School District Name": "Douglas County SD 4", + "Physical Address Line 1": "1419 NW Valley View Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roseburg", + "Physical Address State": "OR ", + "Physical Address Zip": "97471", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16362078812107367", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2012990", + "School District Name": "Wichita", + "Physical Address Line 1": "903 S Edgemoor", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wichita", + "Physical Address State": "KS ", + "Physical Address Zip": "67218", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.19286484956753985", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2506720", + "School District Name": "Leicester", + "Physical Address Line 1": "3 Washburn Square", + "Physical Address Line 2": "3rd Floor", + "Physical Address Line 3": "", + "Physical Address City": "Leicester", + "Physical Address State": "MA ", + "Physical Address Zip": "01524", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08677184466019418", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100147", + "School District Name": "DOUGLAS COUNTY YOUTH CENTER", + "Physical Address Line 1": "1301 S 41ST STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OMAHA", + "Physical Address State": "NE ", + "Physical Address Zip": "68105", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2013050", + "School District Name": "Winfield", + "Physical Address Line 1": "1407 Wheat Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winfield", + "Physical Address State": "KS ", + "Physical Address Zip": "67156", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14360313315926893", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506750", + "School District Name": "Lenox", + "Physical Address Line 1": "6 Walker Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lenox", + "Physical Address State": "MA ", + "Physical Address Zip": "01240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09700176366843033", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2013110", + "School District Name": "Woodson", + "Physical Address Line 1": "101 W Butler", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yates Center", + "Physical Address State": "KS ", + "Physical Address Zip": "66783", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1561771561771562", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100025", + "School District Name": "Douglas ESD", + "Physical Address Line 1": "1871 NE Stephens St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roseburg", + "Physical Address State": "OR ", + "Physical Address Zip": "97470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2093310", + "School District Name": "Sedgwick Co Area Educational Servs", + "Physical Address Line 1": "620 Industrial", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goddard", + "Physical Address State": "KS", + "Physical Address Zip": "67052", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506780", + "School District Name": "Leominster", + "Physical Address Line 1": "24 Church Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leominster", + "Physical Address State": "MA ", + "Physical Address Zip": "01453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.14180006040471158", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506810", + "School District Name": "Leverett", + "Physical Address Line 1": "85 Montague Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leverett", + "Physical Address State": "MA ", + "Physical Address Zip": "01054", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09401709401709402", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4619410", + "School District Name": "Douglas School District 51-1", + "Physical Address Line 1": "400 Patriot Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Box Elder", + "Physical Address State": "SD ", + "Physical Address Zip": "57719", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12377644458478054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506840", + "School District Name": "Lexington", + "Physical Address Line 1": "146 Maple Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "MA ", + "Physical Address Zip": "02420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.035142049279655314", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100094", + "School District Name": "Kentucky School for the Blind District", + "Physical Address Line 1": "1867 Frankfort Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Louisville", + "Physical Address State": "KY ", + "Physical Address Zip": "40206", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506900", + "School District Name": "Lincoln", + "Physical Address Line 1": "1 Ballfield Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "MA ", + "Physical Address Zip": "01773", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03476245654692932", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100095", + "School District Name": "Kentucky School for the Deaf District", + "Physical Address Line 1": "S 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "KY ", + "Physical Address Zip": "40423", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817460", + "School District Name": "DOUGLASS ISD", + "Physical Address Line 1": "20712 S FM 225", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOUGLASS", + "Physical Address State": "TX ", + "Physical Address Zip": "75943", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11704834605597965", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100099", + "School District Name": "Ohio Valley Educational Cooperative", + "Physical Address Line 1": "100 Alpine Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelbyville", + "Physical Address State": "KY ", + "Physical Address Zip": "40066", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506930", + "School District Name": "Lincoln-Sudbury", + "Physical Address Line 1": "390 Lincoln Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sudbury", + "Physical Address State": "MA ", + "Physical Address Zip": "01776", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.02476958525345622", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100101", + "School District Name": "Kentucky Educational Development Corporation", + "Physical Address Line 1": "904 West Rose Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "KY ", + "Physical Address Zip": "41102", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506960", + "School District Name": "Littleton", + "Physical Address Line 1": "33 Shattuck Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Littleton", + "Physical Address State": "MA ", + "Physical Address Zip": "01460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02924634420697413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100102", + "School District Name": "West Kentucky Educational Cooperative", + "Physical Address Line 1": "201 General Services Building", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MURRAY", + "Physical Address State": "KY ", + "Physical Address Zip": "42071", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600175", + "School District Name": "Dove Academy of Detroit", + "Physical Address Line 1": "20001 Wexford", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48234", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100103", + "School District Name": "Greater Louisville Educational Cooperative", + "Physical Address Line 1": "2501 Rockford Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Louisville", + "Physical Address State": "KY ", + "Physical Address Zip": "40232", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2506990", + "School District Name": "Longmeadow", + "Physical Address Line 1": "535 Bliss Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Longmeadow", + "Physical Address State": "MA ", + "Physical Address Zip": "01106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04721311475409836", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100104", + "School District Name": "Kentucky Valley Educational Corporation", + "Physical Address Line 1": "412 Roy Campbell Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hazard", + "Physical Address State": "KY ", + "Physical Address Zip": "41701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000799", + "School District Name": "DOVE SCHOOLS OF OKC", + "Physical Address Line 1": "9212 N KELLEY AVE # 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OKLAHOMA CITY", + "Physical Address State": "OK ", + "Physical Address Zip": "73131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100108", + "School District Name": "Green River Regional Educational Cooperative", + "Physical Address Line 1": "230 Technology Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOWLING GREEN", + "Physical Address State": "KY ", + "Physical Address Zip": "42101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507020", + "School District Name": "Lowell", + "Physical Address Line 1": "155 Merrimack Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lowell", + "Physical Address State": "MA ", + "Physical Address Zip": "01852", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18710771840542834", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100109", + "School District Name": "Southeast/Southcentral Education Cooperative", + "Physical Address Line 1": "707 North Second Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHMOND", + "Physical Address State": "KY ", + "Physical Address Zip": "40475", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000753", + "School District Name": "DOVE SCHOOLS OF TULSA", + "Physical Address Line 1": "9212 N Kelley Ave Suite:100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100112", + "School District Name": "Northern Kentucky Cooperative for Educational Services", + "Physical Address Line 1": "5516 East Alexandria Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cold Spring", + "Physical Address State": "KY ", + "Physical Address Zip": "41076", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507050", + "School District Name": "Ludlow", + "Physical Address Line 1": "63 Chestnut Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ludlow", + "Physical Address State": "MA ", + "Physical Address Zip": "01056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12249443207126949", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507080", + "School District Name": "Lunenburg", + "Physical Address Line 1": "1025 Mass Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lunenburg", + "Physical Address State": "MA ", + "Physical Address Zip": "01462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07195662888122227", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010050", + "School District Name": "DOVER", + "Physical Address Line 1": "201 N Taylor", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "OK ", + "Physical Address Zip": "73734", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.208955223880597", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507110", + "School District Name": "Lynn", + "Physical Address Line 1": "100 Bennett St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lynn", + "Physical Address State": "MA ", + "Physical Address Zip": "01905", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19248611190653456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503750", + "School District Name": "Dover #1 School District", + "Physical Address Line 1": "4101 S Beaumont Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kansasville", + "Physical Address State": "WI ", + "Physical Address Zip": "53139", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10909090909090909", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507140", + "School District Name": "Lynnfield", + "Physical Address Line 1": "525 Salem Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lynnfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01940", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03189853958493467", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207680", + "School District Name": "Dover Area SD", + "Physical Address Line 1": "101 Edgeway Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "PA ", + "Physical Address Zip": "17315", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09263657957244656", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507170", + "School District Name": "Malden", + "Physical Address Line 1": "77 Salem Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Malden", + "Physical Address State": "MA ", + "Physical Address Zip": "02148", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14659090909090908", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100289", + "School District Name": "Kentucky Tech System", + "Physical Address Line 1": "300 Sower Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frankfort", + "Physical Address State": "KY ", + "Physical Address Zip": "40601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3904389", + "School District Name": "Dover City", + "Physical Address Line 1": "228 W 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "OH ", + "Physical Address Zip": "44622", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11481347337921043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500067", + "School District Name": "Manchester Essex Regional", + "Physical Address Line 1": "36 Lincoln Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "MA ", + "Physical Address Zip": "01944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04630788485607009", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100291", + "School District Name": "Model Laboratory Schools at EKU", + "Physical Address Line 1": "521 Lancaster Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "KY ", + "Physical Address Zip": "40475", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403930", + "School District Name": "Dover Public School District", + "Physical Address Line 1": "21 Belmont Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "NJ ", + "Physical Address Zip": "07801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20558202859087815", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507230", + "School District Name": "Mansfield", + "Physical Address Line 1": "2 Park Row", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mansfield", + "Physical Address State": "MA ", + "Physical Address Zip": "02048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.047706422018348627", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399911", + "School District Name": "Dover SAU Office", + "Physical Address Line 1": "McConnell Center 61 Locust St", + "Physical Address Line 2": "Suite 409", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "NH ", + "Physical Address Zip": "03820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507260", + "School District Name": "Marblehead", + "Physical Address Line 1": "9 Widger Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marblehead", + "Physical Address State": "MA ", + "Physical Address Zip": "01945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04124004550625711", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507290", + "School District Name": "Marion", + "Physical Address Line 1": "135 Marion Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mattapoisett", + "Physical Address State": "MA ", + "Physical Address Zip": "02739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0748792270531401", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302640", + "School District Name": "Dover School District", + "Physical Address Line 1": "McConnell Center 61 Locust St", + "Physical Address Line 2": "Suite 409", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "NH ", + "Physical Address Zip": "03820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.09021157870262729", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507320", + "School District Name": "Marlborough", + "Physical Address Line 1": "25 Union Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marlborough", + "Physical Address State": "MA ", + "Physical Address Zip": "01752", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11984824969822383", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609210", + "School District Name": "DOVER UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "2368 RT 22", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOVER PLAINS", + "Physical Address State": "NY ", + "Physical Address Zip": "12522", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13987473903966596", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507350", + "School District Name": "Marshfield", + "Physical Address Line 1": "76 South River Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marshfield", + "Physical Address State": "MA ", + "Physical Address Zip": "02050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04418662058750926", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2711010", + "School District Name": "DOVER-EYOTA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "615 S AVE SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EYOTA", + "Physical Address State": "MN ", + "Physical Address Zip": "55934", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.044857768052516414", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507380", + "School District Name": "Martha's Vineyard", + "Physical Address Line 1": "4 Pine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vineyard Haven", + "Physical Address State": "MA ", + "Physical Address Zip": "02568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08855291576673865", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507410", + "School District Name": "Masconomet", + "Physical Address Line 1": "20 Endicott Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boxford", + "Physical Address State": "MA ", + "Physical Address Zip": "01921", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03304721030042918", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612150", + "School District Name": "Dowagiac Union School District", + "Physical Address Line 1": "243 S Front St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dowagiac", + "Physical Address State": "MI ", + "Physical Address Zip": "49047", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2160520607375271", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507440", + "School District Name": "Mashpee", + "Physical Address Line 1": "150-A Old Barnstable Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mashpee", + "Physical Address State": "MA ", + "Physical Address Zip": "02649", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1005260081823495", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403960", + "School District Name": "Downe Township School District", + "Physical Address Line 1": "220 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "NJ ", + "Physical Address Zip": "08345", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17289719626168223", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507470", + "School District Name": "Mattapoisett", + "Physical Address Line 1": "135 Marion Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mattapoisett", + "Physical Address State": "MA ", + "Physical Address Zip": "02739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.048672566371681415", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507500", + "School District Name": "Maynard", + "Physical Address Line 1": "3-R Tiger Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maynard", + "Physical Address State": "MA ", + "Physical Address Zip": "01754", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06648757555406314", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507530", + "School District Name": "Medfield", + "Physical Address Line 1": "459 Main St", + "Physical Address Line 2": "3rd Fl", + "Physical Address Line 3": "", + "Physical Address City": "Medfield", + "Physical Address State": "MA ", + "Physical Address Zip": "02052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.022996280013527222", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207710", + "School District Name": "Downingtown Area SD", + "Physical Address Line 1": "540 Trestle Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Downingtown", + "Physical Address State": "PA ", + "Physical Address Zip": "19335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.039029255319148935", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507560", + "School District Name": "Medford", + "Physical Address Line 1": "489 Winthrop Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medford", + "Physical Address State": "MA ", + "Physical Address Zip": "02155", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08567511994516792", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609240", + "School District Name": "DOWNSVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "14784 STATE HWY 30", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOWNSVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13755", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17258883248730963", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507590", + "School District Name": "Medway", + "Physical Address Line 1": "45 Holliston Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medway", + "Physical Address State": "MA ", + "Physical Address Zip": "02053", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.029062627916496112", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507620", + "School District Name": "Melrose", + "Physical Address Line 1": "360 Lynn Fells Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Melrose", + "Physical Address State": "MA ", + "Physical Address Zip": "02176", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03752711496746204", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507680", + "School District Name": "Mendon-Upton", + "Physical Address Line 1": "150 North Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mendon", + "Physical Address State": "MA ", + "Physical Address Zip": "01756", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03564656806977626", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507740", + "School District Name": "Methuen", + "Physical Address Line 1": "10 Ditson Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Methuen", + "Physical Address State": "MA ", + "Physical Address Zip": "01844", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12171923910426198", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507770", + "School District Name": "Middleborough", + "Physical Address Line 1": "30 Forest Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middleborough", + "Physical Address State": "MA ", + "Physical Address Zip": "02346", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09442420846175399", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500039", + "School District Name": "Downtown Montessori Agency", + "Physical Address Line 1": "2507 S Graham St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507830", + "School District Name": "Middleton", + "Physical Address Line 1": "28 Middleton Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boxford", + "Physical Address State": "MA ", + "Physical Address Zip": "01921", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0423841059602649", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507860", + "School District Name": "Milford", + "Physical Address Line 1": "31 West Fountain Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milford", + "Physical Address State": "MA ", + "Physical Address Zip": "01757", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11515151515151516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700167", + "School District Name": "DPS Education Services (fka Div Prisons)", + "Physical Address Line 1": "3070 Hammond Business Place", + "Physical Address Line 2": "Suite 1", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507890", + "School District Name": "Millbury", + "Physical Address Line 1": "12 Martin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millbury", + "Physical Address State": "MA ", + "Physical Address Zip": "01527", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08463136033229492", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500066", + "School District Name": "Dr Howard Fuller Collegiate Academy Agency", + "Physical Address Line 1": "4030 N 29th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53216", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507920", + "School District Name": "Millis", + "Physical Address Line 1": "245 Plain Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millis", + "Physical Address State": "MA ", + "Physical Address Zip": "02054", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.038490566037735846", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400756", + "School District Name": "Dr Lena Edwards Academic Charter School", + "Physical Address Line 1": "509 Bramhall Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jersey City", + "Physical Address State": "NJ ", + "Physical Address Zip": "07304", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507980", + "School District Name": "Milton", + "Physical Address Line 1": "25 Gile Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milton", + "Physical Address State": "MA ", + "Physical Address Zip": "02186", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.033339541814118086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800025", + "School District Name": "DR M L GARZA-GONZALEZ CHARTER SCHOOL", + "Physical Address Line 1": "4129 GREENWOOD DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORPUS CHRISTI", + "Physical Address State": "TX ", + "Physical Address Zip": "78416", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507990", + "School District Name": "Mohawk Trail", + "Physical Address Line 1": "24 Ashfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelburne Falls", + "Physical Address State": "MA ", + "Physical Address Zip": "01370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1445993031358885", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200217", + "School District Name": "Dr Martin Luther King Charter School for Sci Tech", + "Physical Address Line 1": "1617 Caffin Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70117", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500544", + "School District Name": "Monomoy Regional School District", + "Physical Address Line 1": "425 Crowell Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chatham", + "Physical Address State": "MA ", + "Physical Address Zip": "02633", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10046607975142413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601027", + "School District Name": "DR RICHARD IZQUIERDO HEALTH AND SCIENCE CHARTER SCHOOL", + "Physical Address Line 1": "800 HOME ST-RM 205", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10456", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508040", + "School District Name": "Monson", + "Physical Address Line 1": "43 Margaret Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monson", + "Physical Address State": "MA ", + "Physical Address Zip": "01057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10941704035874439", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200021", + "School District Name": "Dr Robert Ketterer CS Inc", + "Physical Address Line 1": "1133 Village Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Latrobe", + "Physical Address State": "PA ", + "Physical Address Zip": "15650", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508160", + "School District Name": "Mount Greylock", + "Physical Address Line 1": "1781 Cold Spring Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamstown", + "Physical Address State": "MA ", + "Physical Address Zip": "01267", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07014542343883662", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600215", + "School District Name": "Dr. Joseph F. Pollack Academic Center of Excellence", + "Physical Address Line 1": "23777 SOUTHFIELD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTHFIELD", + "Physical Address State": "MI ", + "Physical Address Zip": "48075", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508220", + "School District Name": "Nahant", + "Physical Address Line 1": "290 Castle Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nahant", + "Physical Address State": "MA ", + "Physical Address Zip": "01908", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06857142857142857", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508250", + "School District Name": "Nantucket", + "Physical Address Line 1": "10 Surfside Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nantucket", + "Physical Address State": "MA ", + "Physical Address Zip": "02554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0539906103286385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800029", + "School District Name": "DRAKE 57", + "Physical Address Line 1": "411 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Drake", + "Physical Address State": "ND ", + "Physical Address Zip": "58736", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12371134020618557", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508280", + "School District Name": "Narragansett", + "Physical Address Line 1": "462 Baldwinville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baldwinville", + "Physical Address State": "MA ", + "Physical Address Zip": "01436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11516677155443675", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800263", + "School District Name": "DRAW ACADEMY", + "Physical Address Line 1": "7914 WESTGLEN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77063", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508310", + "School District Name": "Nashoba", + "Physical Address Line 1": "50 Mechanic Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bolton", + "Physical Address State": "MA ", + "Physical Address Zip": "01740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.031233315536572343", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3805340", + "School District Name": "DRAYTON 19", + "Physical Address Line 1": "108 S 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Drayton", + "Physical Address State": "ND ", + "Physical Address Zip": "58225", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0728476821192053", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508340", + "School District Name": "Natick", + "Physical Address Line 1": "13 East Central Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Natick", + "Physical Address State": "MA ", + "Physical Address Zip": "01760", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03684120757291489", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600964", + "School District Name": "DREAM CHARTER SCHOOL", + "Physical Address Line 1": "1991 2ND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10029", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504560", + "School District Name": "Nauset", + "Physical Address Line 1": "78 Eldredge Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orleans", + "Physical Address State": "MA ", + "Physical Address Zip": "02653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09578030810448761", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601196", + "School District Name": "DREAM CHARTER SCHOOL MOTT HAVEN", + "Physical Address Line 1": "411 WALES AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10454", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302670", + "School District Name": "Dresden School District", + "Physical Address Line 1": "41 Lebanon St.", + "Physical Address Line 2": "Suite 2", + "Physical Address Line 3": "", + "Physical Address City": "Hanover", + "Physical Address State": "NH ", + "Physical Address Zip": "03755", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.017241379310344827", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508370", + "School District Name": "Needham", + "Physical Address Line 1": "1330 Highland Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Needham", + "Physical Address State": "MA ", + "Physical Address Zip": "02492", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02483519852828453", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508430", + "School District Name": "New Bedford", + "Physical Address Line 1": "455 County Street", + "Physical Address Line 2": "C/O Paul Rodrigues Administrat", + "Physical Address Line 3": "", + "Physical Address City": "New Bedford", + "Physical Address State": "MA ", + "Physical Address Zip": "02740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.24293923462525982", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508530", + "School District Name": "New Salem-Wendell", + "Physical Address Line 1": "201 Wendell Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Salem", + "Physical Address State": "MA ", + "Physical Address Zip": "01355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1417910447761194", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4104380", + "School District Name": "Drewsey SD 13", + "Physical Address Line 1": "78834 Drewsey Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Drewsey", + "Physical Address State": "OR ", + "Physical Address Zip": "97904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4166666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508580", + "School District Name": "Newburyport", + "Physical Address Line 1": "70 Low Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newburyport", + "Physical Address State": "MA ", + "Physical Address Zip": "01950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03369434416365824", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911070", + "School District Name": "DREXEL R-IV", + "Physical Address Line 1": "207 S FOURTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DREXEL", + "Physical Address State": "MO ", + "Physical Address Zip": "64742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11072664359861592", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508610", + "School District Name": "Newton", + "Physical Address Line 1": "100 Walnut Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newtonville", + "Physical Address State": "MA ", + "Physical Address Zip": "02460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.04342077795560504", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800008", + "School District Name": "DRIPPING SPRINGS ISD", + "Physical Address Line 1": "510 W MERCER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DRIPPING SPRINGS", + "Physical Address State": "TX ", + "Physical Address Zip": "78620", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.051233170499225544", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508640", + "School District Name": "Norfolk", + "Physical Address Line 1": "70 Boardman Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norfolk", + "Physical Address State": "MA ", + "Physical Address Zip": "02056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.01899335232668566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817550", + "School District Name": "DRISCOLL ISD", + "Physical Address Line 1": "315 W DRAGON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DRISCOLL", + "Physical Address State": "TX ", + "Physical Address Zip": "78351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3087248322147651", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508670", + "School District Name": "North Adams", + "Physical Address Line 1": "10 Main Street", + "Physical Address Line 2": "Second Floor", + "Physical Address Line 3": "", + "Physical Address City": "North Adams", + "Physical Address State": "MA ", + "Physical Address Zip": "01247", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.18502475247524752", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010170", + "School District Name": "DRUMMOND", + "Physical Address Line 1": "South Hwy 132", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Drummond", + "Physical Address State": "OK ", + "Physical Address Zip": "73735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13970588235294118", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508700", + "School District Name": "North Andover", + "Physical Address Line 1": "566 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Andover", + "Physical Address State": "MA ", + "Physical Address Zip": "01845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05818925450827291", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503810", + "School District Name": "Drummond Area School District", + "Physical Address Line 1": "52440 Eastern Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Drummond", + "Physical Address State": "WI ", + "Physical Address Zip": "54832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16584158415841585", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508730", + "School District Name": "North Attleborough", + "Physical Address Line 1": "6 Morse Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Attleborough", + "Physical Address State": "MA ", + "Physical Address Zip": "02760", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.060942367601246106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3009180", + "School District Name": "Drummond Elem", + "Physical Address Line 1": "108 West Edwards", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Drummond", + "Physical Address State": "MT ", + "Physical Address Zip": "59832", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508760", + "School District Name": "North Brookfield", + "Physical Address Line 1": "10 New School Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Brookfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01535", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11869436201780416", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3009210", + "School District Name": "Drummond H S", + "Physical Address Line 1": "108 West Edwards", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Drummond", + "Physical Address State": "MT ", + "Physical Address Zip": "59832", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508790", + "School District Name": "North Middlesex", + "Physical Address Line 1": "66 Brookline Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Townsend", + "Physical Address State": "MA ", + "Physical Address Zip": "01469", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06387327542156362", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010200", + "School District Name": "DRUMRIGHT", + "Physical Address Line 1": "56111 W Hwy Ok-16", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Drumright", + "Physical Address State": "OK ", + "Physical Address Zip": "74030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20976491862567812", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508820", + "School District Name": "North Reading", + "Physical Address Line 1": "189 Park Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Reading", + "Physical Address State": "MA ", + "Physical Address Zip": "01864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.030661248614702624", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508850", + "School District Name": "Northampton", + "Physical Address Line 1": "212 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northampton", + "Physical Address State": "MA ", + "Physical Address Zip": "01060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09065507606333437", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609330", + "School District Name": "DRYDEN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "118 FREEVILLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DRYDEN", + "Physical Address State": "NY ", + "Physical Address Zip": "13053", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14432989690721648", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508880", + "School District Name": "Northborough", + "Physical Address Line 1": "53 Parkerville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Southborough", + "Physical Address State": "MA ", + "Physical Address Zip": "01772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04162487462387161", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612240", + "School District Name": "Dryden Community Schools", + "Physical Address Line 1": "3866 ROCHESTER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DRYDEN", + "Physical Address State": "MI ", + "Physical Address Zip": "48428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09789156626506024", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508910", + "School District Name": "Northboro-Southboro", + "Physical Address Line 1": "53 Parkerville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Southborough", + "Physical Address State": "MA ", + "Physical Address Zip": "01772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.029661016949152543", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4680442", + "School District Name": "DSS Facilities", + "Physical Address Line 1": "800 Governors Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pierre", + "Physical Address State": "SD ", + "Physical Address Zip": "57501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508940", + "School District Name": "Northbridge", + "Physical Address Line 1": "87 Linwood Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitinsville", + "Physical Address State": "MA ", + "Physical Address Zip": "01588", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08813021040095276", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509000", + "School District Name": "Norton", + "Physical Address Line 1": "64 West Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norton", + "Physical Address State": "MA ", + "Physical Address Zip": "02766", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07521304186735828", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900073", + "School District Name": "Dual Immersion Academy", + "Physical Address Line 1": "1155 S GLENDALE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALT LAKE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509030", + "School District Name": "Norwell", + "Physical Address Line 1": "322 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norwell", + "Physical Address State": "MA ", + "Physical Address Zip": "02061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02150974025974026", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609360", + "School District Name": "DUANESBURG CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "133 SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DELANSON", + "Physical Address State": "NY ", + "Physical Address Zip": "12053", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06843575418994413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509060", + "School District Name": "Norwood", + "Physical Address Line 1": "275 Prospect Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norwood", + "Physical Address State": "MA ", + "Physical Address Zip": "02062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08048666354702855", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2504650", + "School District Name": "Oak Bluffs", + "Physical Address Line 1": "4 Pine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vineyard Haven", + "Physical Address State": "MA ", + "Physical Address Zip": "02568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12072892938496584", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509150", + "School District Name": "Old Rochester", + "Physical Address Line 1": "135 Marion Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mattapoisett", + "Physical Address State": "MA ", + "Physical Address Zip": "02739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05083459787556904", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904702", + "School District Name": "Dublin City", + "Physical Address Line 1": "5175 Emerald Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dublin", + "Physical Address State": "OH ", + "Physical Address Zip": "43017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06296498905908096", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509180", + "School District Name": "Orange", + "Physical Address Line 1": "507 S. Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orange", + "Physical Address State": "MA ", + "Physical Address Zip": "01364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21107266435986158", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817580", + "School District Name": "DUBLIN ISD", + "Physical Address Line 1": "420 N POST OAK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DUBLIN", + "Physical Address State": "TX ", + "Physical Address Zip": "76446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.24369747899159663", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509210", + "School District Name": "Orleans", + "Physical Address Line 1": "78 Eldredge Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orleans", + "Physical Address State": "MA ", + "Physical Address Zip": "02653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10588235294117647", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901628", + "School District Name": "Dublin Preparatory Academy dba Northside Preparatory Academy", + "Physical Address Line 1": "4750 Winton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45232", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509270", + "School District Name": "Oxford", + "Physical Address Line 1": "4 Maple Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxford", + "Physical Address State": "MA ", + "Physical Address Zip": "01540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11363636363636363", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207830", + "School District Name": "DuBois Area SD", + "Physical Address Line 1": "500 Liberty Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DuBois", + "Physical Address State": "PA ", + "Physical Address Zip": "15801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17205221485127328", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900240", + "School District Name": "Duchesne District", + "Physical Address Line 1": "1010 East 200 North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROOSEVELT", + "Physical Address State": "UT ", + "Physical Address Zip": "84066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1473941368078176", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900153", + "School District Name": "Duckwater Shoshone Elementary School", + "Physical Address Line 1": "509 Duckwater Falls Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duckwater", + "Physical Address State": "NV", + "Physical Address Zip": "89314", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500543", + "School District Name": "Dudley Street Neighborhood Charter School (District)", + "Physical Address Line 1": "6 Shirley Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boston", + "Physical Address State": "MA ", + "Physical Address Zip": "02119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4104410", + "School District Name": "Dufur SD 29", + "Physical Address Line 1": "802 NE 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dufur", + "Physical Address State": "OR ", + "Physical Address Zip": "97021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1348314606741573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010260", + "School District Name": "DUKE", + "Physical Address Line 1": "300 North Chickasaw", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duke", + "Physical Address State": "OK ", + "Physical Address Zip": "73532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500810", + "School District Name": "DULCE INDEPENDENT SCHOOLS", + "Physical Address Line 1": "113 HAWKS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DULCE", + "Physical Address State": "NM ", + "Physical Address Zip": "87528", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25268817204301075", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2711040", + "School District Name": "DULUTH PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "4316 RICE LAKE RD", + "Physical Address Line 2": "STE 108", + "Physical Address Line 3": "", + "Physical Address City": "DULUTH", + "Physical Address State": "MN ", + "Physical Address Zip": "55811", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11712805569046462", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700133", + "School District Name": "DULUTH PUBLIC SCHOOLS ACADEMY", + "Physical Address Line 1": "3301 TECHNOLOGY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DULUTH", + "Physical Address State": "MN ", + "Physical Address Zip": "55811", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817610", + "School District Name": "DUMAS ISD", + "Physical Address Line 1": "421 W 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DUMAS", + "Physical Address State": "TX ", + "Physical Address Zip": "79029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14944649446494465", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302730", + "School District Name": "Dummer School District", + "Physical Address Line 1": "123 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gorham", + "Physical Address State": "NH ", + "Physical Address Zip": "03581", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3403990", + "School District Name": "Dumont Public School District", + "Physical Address Line 1": "25 Depew Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dumont", + "Physical Address State": "NJ ", + "Physical Address Zip": "07628", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05530434782608696", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302760", + "School District Name": "Dunbarton School District", + "Physical Address Line 1": "55 Falcon Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bow", + "Physical Address State": "NH ", + "Physical Address Zip": "03304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.021235521235521235", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010290", + "School District Name": "DUNCAN", + "Physical Address Line 1": "1706 W Spruce", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duncan", + "Physical Address State": "OK ", + "Physical Address Zip": "73533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24561403508771928", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817640", + "School District Name": "DUNCANVILLE ISD", + "Physical Address Line 1": "710 S CEDAR RIDGE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DUNCANVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17841689997454824", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609390", + "School District Name": "DUNDEE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "55 WATER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DUNDEE", + "Physical Address State": "NY ", + "Physical Address Zip": "14837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24840182648401826", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612300", + "School District Name": "Dundee Community Schools", + "Physical Address Line 1": "420 YPSILANTI ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DUNDEE", + "Physical Address State": "MI ", + "Physical Address Zip": "48131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07875762617859124", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100077", + "School District Name": "DUNDY CO STRATTON PUBLIC SCHS", + "Physical Address Line 1": "400 9TH AVE WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENKELMAN", + "Physical Address State": "NE ", + "Physical Address Zip": "69021", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2113095238095238", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404020", + "School District Name": "Dunellen Public School District", + "Physical Address Line 1": "400 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dunellen", + "Physical Address State": "NJ ", + "Physical Address Zip": "08812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08806818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104650", + "School District Name": "Paducah Independent", + "Physical Address Line 1": "500 South 25th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paducah", + "Physical Address State": "KY ", + "Physical Address Zip": "42003", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.32714329928814606", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609420", + "School District Name": "DUNKIRK CITY SCHOOL DISTRICT", + "Physical Address Line 1": "620 MARAUDER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DUNKIRK", + "Physical Address State": "NY ", + "Physical Address Zip": "14048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.28116213683223995", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104680", + "School District Name": "Paintsville Independent", + "Physical Address Line 1": "305 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paintsville", + "Physical Address State": "KY ", + "Physical Address Zip": "41240", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.29981378026070765", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2914250", + "School District Name": "DUNKLIN R-V", + "Physical Address Line 1": "497 JOACHIM", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERCULANEUM", + "Physical Address State": "MO ", + "Physical Address Zip": "63048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12872400224845418", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104710", + "School District Name": "Paris Independent", + "Physical Address Line 1": "310 W Seventh St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paris", + "Physical Address State": "KY ", + "Physical Address Zip": "40361", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2478813559322034", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4207980", + "School District Name": "Dunmore SD", + "Physical Address Line 1": "300 W Warren St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dunmore", + "Physical Address State": "PA ", + "Physical Address Zip": "18512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11761630946157867", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104740", + "School District Name": "Pendleton County", + "Physical Address Line 1": "2525 Hwy 27 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Falmouth", + "Physical Address State": "KY ", + "Physical Address Zip": "41040", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1920347003154574", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3805460", + "School District Name": "DUNSEITH 1", + "Physical Address Line 1": "101 2nd Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dunseith", + "Physical Address State": "ND ", + "Physical Address Zip": "58329", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30268199233716475", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104770", + "School District Name": "Perry County", + "Physical Address Line 1": "315 Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hazard", + "Physical Address State": "KY ", + "Physical Address Zip": "41701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.346250629089079", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900149", + "School District Name": "Dunseith Day School", + "Physical Address Line 1": "2994 99th St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dunseith", + "Physical Address State": "ND", + "Physical Address Zip": "58329", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104800", + "School District Name": "Pike County", + "Physical Address Line 1": "316 South Mayo Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pikeville", + "Physical Address State": "KY ", + "Physical Address Zip": "41501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3615537848605578", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104830", + "School District Name": "Pikeville Independent", + "Physical Address Line 1": "148 Second Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pikeville", + "Physical Address State": "KY ", + "Physical Address Zip": "41501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.35300546448087433", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104860", + "School District Name": "Pineville Independent", + "Physical Address Line 1": "401 Virginia Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pineville", + "Physical Address State": "KY ", + "Physical Address Zip": "40977", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3879310344827586", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701200", + "School District Name": "Duplin County Schools", + "Physical Address Line 1": "315 N Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kenansville", + "Physical Address State": "NC ", + "Physical Address Zip": "28349", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2751800617354522", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104890", + "School District Name": "Powell County", + "Physical Address Line 1": "691 Breckinridge St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanton", + "Physical Address State": "KY ", + "Physical Address Zip": "40380", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2787573467674223", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4619450", + "School District Name": "Dupree School District 64-2", + "Physical Address Line 1": "127 B St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dupree", + "Physical Address State": "SD ", + "Physical Address Zip": "57623", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.38205980066445183", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104950", + "School District Name": "Pulaski County", + "Physical Address Line 1": "925 N. Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerset", + "Physical Address State": "KY ", + "Physical Address Zip": "42503", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2196449961886094", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3009330", + "School District Name": "Dupuyer Elem", + "Physical Address Line 1": "319 Columbus Loop", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dupuyer", + "Physical Address State": "MT ", + "Physical Address Zip": "59432", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20754716981132076", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2104980", + "School District Name": "Raceland-Worthington Independent", + "Physical Address Line 1": "600 Ram Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raceland", + "Physical Address State": "KY ", + "Physical Address Zip": "41169", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.14793741109530584", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4208010", + "School District Name": "Duquesne City SD", + "Physical Address Line 1": "300 Kennedy Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duquesne", + "Physical Address State": "PA ", + "Physical Address Zip": "15110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.4393939393939394", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105040", + "School District Name": "Robertson County", + "Physical Address Line 1": "1762 Sardis Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Olivet", + "Physical Address State": "KY ", + "Physical Address Zip": "41064", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24166666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612330", + "School District Name": "Durand Area Schools", + "Physical Address Line 1": "310 NORTH SAGINAW ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DURAND", + "Physical Address State": "MI ", + "Physical Address Zip": "48429", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1145344943067649", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105070", + "School District Name": "Rockcastle County", + "Physical Address Line 1": "245 Richmond St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Vernon", + "Physical Address State": "KY ", + "Physical Address Zip": "40456", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.25595695618754805", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503840", + "School District Name": "Durand-Arkansaw School District", + "Physical Address Line 1": "604 7th Ave E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durand", + "Physical Address State": "WI ", + "Physical Address Zip": "54736", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105100", + "School District Name": "Rowan County", + "Physical Address Line 1": "551 Viking Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morehead", + "Physical Address State": "KY ", + "Physical Address Zip": "40351", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22914317925591882", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105130", + "School District Name": "Russell Independent", + "Physical Address Line 1": "908 Powell Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flatwoods", + "Physical Address State": "KY ", + "Physical Address Zip": "41139", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.140625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010350", + "School District Name": "DURANT", + "Physical Address Line 1": "1323 Waco Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durant", + "Physical Address State": "OK ", + "Physical Address Zip": "74701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20766008378216635", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105160", + "School District Name": "Russell County", + "Physical Address Line 1": "404 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamestown", + "Physical Address State": "KY ", + "Physical Address Zip": "42629", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.31337002266105535", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701260", + "School District Name": "Durham Public Schools", + "Physical Address Line 1": "511 Cleveland Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.180019241702016", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2105190", + "School District Name": "Russellville Independent", + "Physical Address Line 1": "355 South Summer Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Russellville", + "Physical Address State": "KY ", + "Physical Address Zip": "42276", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.37367303609341823", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680280", + "School District Name": "DUTCHESS BOCES", + "Physical Address Line 1": "5 BOCES RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POUGHKEEPSIE", + "Physical Address State": "NY ", + "Physical Address Zip": "12601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105220", + "School District Name": "Science Hill Independent", + "Physical Address Line 1": "6007 N Hwy 27", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Science Hill", + "Physical Address State": "KY ", + "Physical Address Zip": "42553", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21495327102803738", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000102", + "School District Name": "Dutton/Brady K-12 Schools", + "Physical Address Line 1": "101 2nd St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dutton", + "Physical Address State": "MT ", + "Physical Address Zip": "59433", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19424460431654678", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105260", + "School District Name": "Scott County", + "Physical Address Line 1": "2168 Frankfort Pk", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Georgetown", + "Physical Address State": "KY ", + "Physical Address Zip": "40324", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10974702380952381", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200306", + "School District Name": "Dwight D. Eisenhower Charter School", + "Physical Address Line 1": "3520 General DeGaulle Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105320", + "School District Name": "Shelby County", + "Physical Address Line 1": "1155 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelbyville", + "Physical Address State": "KY ", + "Physical Address Zip": "40066", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1080841358337557", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701050", + "School District Name": "Dyer County", + "Physical Address Line 1": "159 Everett AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dyersburg", + "Physical Address State": "TN ", + "Physical Address Zip": "38024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16589104845332603", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105400", + "School District Name": "Simpson County", + "Physical Address Line 1": "430 S College St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "KY ", + "Physical Address Zip": "42135", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1884681583476764", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701080", + "School District Name": "Dyersburg", + "Physical Address Line 1": "509 Lake RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dyersburg", + "Physical Address State": "TN ", + "Physical Address Zip": "38024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2766106442577031", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105430", + "School District Name": "Somerset Independent", + "Physical Address Line 1": "305 College St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerset", + "Physical Address State": "KY ", + "Physical Address Zip": "42501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.28125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105460", + "School District Name": "Southgate Independent", + "Physical Address Line 1": "Wm Blatt and Evergreen", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Southgate", + "Physical Address State": "KY ", + "Physical Address Zip": "41071", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2950191570881226", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105490", + "School District Name": "Spencer County", + "Physical Address Line 1": "110 Reasor Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Taylorsville", + "Physical Address State": "KY ", + "Physical Address Zip": "40071", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07778103903727619", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900033", + "School District Name": "Dzilth-Na-O-Dith-Hle Community School", + "Physical Address Line 1": "35 Road 7585 # 5003", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomfield", + "Physical Address State": "NM", + "Physical Address Zip": "87413", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105520", + "School District Name": "Taylor County", + "Physical Address Line 1": "1209 E Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Campbellsville", + "Physical Address State": "KY ", + "Physical Address Zip": "42718", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19661590524534686", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500174", + "School District Name": "DZIT DIT LOOL SCHOOL OF EMPOWERMENT ACTION AND PERSEVERANCE", + "Physical Address Line 1": "SHEPARD SPRINGS BOULEVARD AND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAVAJO", + "Physical Address State": "NM ", + "Physical Address Zip": "87328", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105550", + "School District Name": "Todd County", + "Physical Address Line 1": "205 Airport Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkton", + "Physical Address State": "KY ", + "Physical Address Zip": "42220", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2668573763792399", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601229", + "School District Name": "E MONROE NEW RENAISSANCE BASKETBALL", + "Physical Address Line 1": "1617 PARKVIEW AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10461", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105580", + "School District Name": "Trigg County", + "Physical Address Line 1": "202 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cadiz", + "Physical Address State": "KY ", + "Physical Address Zip": "42211", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2340702210663199", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105610", + "School District Name": "Trimble County", + "Physical Address Line 1": "116 Wentworth Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bedford", + "Physical Address State": "KY ", + "Physical Address Zip": "40006", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1660802251935257", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105640", + "School District Name": "Union County", + "Physical Address Line 1": "4500 US Highway - 60 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morganfield", + "Physical Address State": "KY ", + "Physical Address Zip": "42437", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19840364880273662", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000087", + "School District Name": "E. Yellowstone Spec. Ser Coop", + "Physical Address Line 1": "1477 Ash Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Worden", + "Physical Address State": "MT ", + "Physical Address Zip": "59088", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105700", + "School District Name": "Walton-Verona Independent", + "Physical Address Line 1": "16 School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walton", + "Physical Address State": "KY ", + "Physical Address Zip": "41094", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07390417940876656", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700139", + "School District Name": "E.C.H.O. CHARTER SCHOOL", + "Physical Address Line 1": "101 ROCKET AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ECHO", + "Physical Address State": "MN ", + "Physical Address Zip": "56237", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105730", + "School District Name": "Warren County", + "Physical Address Line 1": "303 Lovers Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bowling Green", + "Physical Address State": "KY ", + "Physical Address Zip": "42102", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1686906827227268", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105760", + "School District Name": "Washington County", + "Physical Address Line 1": "120 Mackville Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "KY ", + "Physical Address Zip": "40069", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16747104247104247", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105790", + "School District Name": "Wayne County", + "Physical Address Line 1": "150 Cardinal Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monticello", + "Physical Address State": "KY ", + "Physical Address Zip": "42633", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3179628355127323", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105820", + "School District Name": "Webster County", + "Physical Address Line 1": "28 State Rt 1340", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dixon", + "Physical Address State": "KY ", + "Physical Address Zip": "42409", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20108205590622183", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4620100", + "School District Name": "Eagle Butte School District 20-1", + "Physical Address Line 1": "24 West Prairie Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eagle Butte", + "Physical Address State": "SD ", + "Physical Address Zip": "57625", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2930897537728356", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105880", + "School District Name": "Whitley County", + "Physical Address Line 1": "300 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamsburg", + "Physical Address State": "KY ", + "Physical Address Zip": "40769", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3407755581668625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901639", + "School District Name": "Eagle Charter Schools of Ohio", + "Physical Address Line 1": "873 Walcutt Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43219", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105910", + "School District Name": "Williamsburg Independent", + "Physical Address Line 1": "1000 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamsburg", + "Physical Address State": "KY ", + "Physical Address Zip": "40769", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3807285546415981", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900605", + "School District Name": "EAGLE COLLEGE PREP ENDEAVOR", + "Physical Address Line 1": "3630 Ohio Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. Louis", + "Physical Address State": "MO ", + "Physical Address Zip": "63118", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105940", + "School District Name": "Williamstown Independent", + "Physical Address Line 1": "300 Helton Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamstown", + "Physical Address State": "KY ", + "Physical Address Zip": "41097", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18492176386913228", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105970", + "School District Name": "Wolfe County", + "Physical Address Line 1": "85 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Campton", + "Physical Address State": "KY ", + "Physical Address Zip": "41301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3781048758049678", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2106000", + "School District Name": "Woodford County", + "Physical Address Line 1": "330 Pisgah Pk", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Versailles", + "Physical Address State": "KY ", + "Physical Address Zip": "40383", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1080418801514814", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200017", + "School District Name": "Louisiana School for Math Science & the Arts", + "Physical Address Line 1": "715 University Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Natchitoches", + "Physical Address State": "LA ", + "Physical Address Zip": "71457", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200018", + "School District Name": "LA Schools for the Deaf and Visually Impaired", + "Physical Address Line 1": "2888 Brightside Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200022", + "School District Name": "LSU Laboratory School", + "Physical Address Line 1": "45 Dalrymple Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600159", + "School District Name": "Eagle Crest Charter Academy", + "Physical Address Line 1": "11950 RILEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "49424", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200023", + "School District Name": "Southern University Lab School", + "Physical Address Line 1": "129 Swan Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70813", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200025", + "School District Name": "New Vision Learning Academy", + "Physical Address Line 1": "507 Swayze Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "LA ", + "Physical Address Zip": "71201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901454", + "School District Name": "Eagle Elementary of Akron", + "Physical Address Line 1": "1338 Virginia Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44306", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900647", + "School District Name": "Eagle Learning Center", + "Physical Address Line 1": "3220 Navarre Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oregon", + "Physical Address State": "OH ", + "Physical Address Zip": "43616", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200032", + "School District Name": "V. B. Glencoe Charter School", + "Physical Address Line 1": "4491 LA 83", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "LA ", + "Physical Address Zip": "70538", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817700", + "School District Name": "EAGLE MT-SAGINAW ISD", + "Physical Address Line 1": "1200 OLD DECATUR RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT WORTH", + "Physical Address State": "TX ", + "Physical Address Zip": "76179", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.09231765039038796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200033", + "School District Name": "International School of Louisiana", + "Physical Address Line 1": "1400 Camp Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70130", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817730", + "School District Name": "EAGLE PASS ISD", + "Physical Address Line 1": "587 MADISON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAGLE PASS", + "Physical Address State": "TX ", + "Physical Address Zip": "78852", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2813960735431599", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4104500", + "School District Name": "Eagle Point SD 9", + "Physical Address Line 1": "11 N Royal Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eagle Point", + "Physical Address State": "OR ", + "Physical Address Zip": "97524", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.13995148348572495", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200036", + "School District Name": "New Orleans Center for Creative Arts", + "Physical Address Line 1": "2800 Chartres Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700364", + "School District Name": "EAGLE RIDGE ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "11111 BREN ROAD WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNETONKA", + "Physical Address State": "MN ", + "Physical Address Zip": "55343", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200039", + "School District Name": "Zachary Community School District", + "Physical Address Line 1": "3755 Church Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zachary", + "Physical Address State": "LA ", + "Physical Address Zip": "70791", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1347357440890125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601083", + "School District Name": "Eagle's Nest Academy", + "Physical Address Line 1": "5005 Cloverlawn Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flint", + "Physical Address State": "MI ", + "Physical Address Zip": "48504", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404050", + "School District Name": "Eagleswood Township School District", + "Physical Address Line 1": "511 Route 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Creek", + "Physical Address State": "NJ ", + "Physical Address Zip": "08092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1484375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200047", + "School District Name": "Office of Juvenile Justice", + "Physical Address Line 1": "7919 Independence Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70806", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010440", + "School District Name": "EAGLETOWN", + "Physical Address Line 1": "25 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eagletown", + "Physical Address State": "OK ", + "Physical Address Zip": "74734", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25609756097560976", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200054", + "School District Name": "Recovery School District-LDE", + "Physical Address Line 1": "1201 N 3rd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70802", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817760", + "School District Name": "EANES ISD", + "Physical Address Line 1": "601 CAMP CRAFT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78746", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04198995892286627", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3805670", + "School District Name": "EARL 18", + "Physical Address Line 1": "494 Hwy 16 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sidney", + "Physical Address State": "ND ", + "Physical Address Zip": "59270", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010500", + "School District Name": "EARLSBORO", + "Physical Address Line 1": "101 north willie stargell", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Earlsboro", + "Physical Address State": "OK ", + "Physical Address Zip": "74840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17793594306049823", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900638", + "School District Name": "Early College Academy", + "Physical Address Line 1": "137 E State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200126", + "School District Name": "The MAX Charter School", + "Physical Address Line 1": "100 Afton Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thibodaux", + "Physical Address State": "LA ", + "Physical Address Zip": "70301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817790", + "School District Name": "EARLY ISD", + "Physical Address Line 1": "101 TURTLE CREEK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EARLY", + "Physical Address State": "TX ", + "Physical Address Zip": "76802", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1490280777537797", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900140", + "School District Name": "Early Light Academy at Daybreak", + "Physical Address Line 1": "11709 VADANIA DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTH JORDAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84009", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901526", + "School District Name": "East Academy", + "Physical Address Line 1": "15720 Kipling Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200151", + "School District Name": "Howard School", + "Physical Address Line 1": "904 Deville Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ruston", + "Physical Address State": "LA ", + "Physical Address Zip": "71270", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4208060", + "School District Name": "East Allegheny SD", + "Physical Address Line 1": "1150 Jacks Run Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Versailles", + "Physical Address State": "PA ", + "Physical Address Zip": "15137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.24786324786324787", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200156", + "School District Name": "Voices for International Business & Education", + "Physical Address Line 1": "727 Carondelet Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70130", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404080", + "School District Name": "East Amwell Township School District", + "Physical Address Line 1": "43 Wertsville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ringoes", + "Physical Address State": "NJ ", + "Physical Address Zip": "08551", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0423728813559322", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200157", + "School District Name": "University View Academy Inc. (FRM LA Connections)", + "Physical Address Line 1": "4664 Jamestown Ave Suite 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70808", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600996", + "School District Name": "East Arbor Charter Academy", + "Physical Address Line 1": "6885 Merritt Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ypsilanti", + "Physical Address State": "MI ", + "Physical Address Zip": "48197", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200158", + "School District Name": "Lake Charles Charter Academy Foundation Inc.", + "Physical Address Line 1": "2750 Power Center Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Charles", + "Physical Address State": "LA ", + "Physical Address Zip": "70607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200159", + "School District Name": "Lycee Francais de la Nouvelle-Orleans", + "Physical Address Line 1": "5951 Patton Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609540", + "School District Name": "EAST AURORA UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "430 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST AURORA", + "Physical Address State": "NY ", + "Physical Address Zip": "14052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.04837164750957854", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200160", + "School District Name": "New Orleans Military & Maritime Academy", + "Physical Address Line 1": "425 O Bannon Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400026", + "School District Name": "East Bay Educational Collaborative", + "Physical Address Line 1": "317 Market Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "RI ", + "Physical Address Zip": "02885", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200186", + "School District Name": "Sophie B. Wright Institute of Academic Excellence", + "Physical Address Line 1": "6400 Press Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70126", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817830", + "School District Name": "EAST BERNARD ISD", + "Physical Address Line 1": "723 COLLEGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST BERNARD", + "Physical Address State": "TX ", + "Physical Address Zip": "77435", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1225296442687747", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200187", + "School District Name": "Success Preparatory Academy", + "Physical Address Line 1": "2011 Bienville Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604920", + "School District Name": "EAST BLOOMFIELD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "45 MAPLE AVE-STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLOOMFIELD", + "Physical Address State": "NY ", + "Physical Address Zip": "14469", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08280254777070063", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200188", + "School District Name": "The NET Charter High School", + "Physical Address Line 1": "1614 Oretha Castle Haley Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901584", + "School District Name": "East Branch Preparatory AcademydbaWright Preparatory Academy", + "Physical Address Line 1": "1500 Superior Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "OH ", + "Physical Address Zip": "44705", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200189", + "School District Name": "Southwest Louisiana Charter Academy", + "Physical Address Line 1": "1700 East McNeese Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Charles", + "Physical Address State": "LA ", + "Physical Address Zip": "70607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900564", + "School District Name": "East Bridge Academy of Excellence", + "Physical Address Line 1": "4795 Evanswood Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43229", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200190", + "School District Name": "Impact Charter School", + "Physical Address Line 1": "4815 Lavey Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baker", + "Physical Address State": "LA ", + "Physical Address Zip": "70714", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601210", + "School District Name": "EAST BROOKLYN ASCEND CHARTER SCHOOL (EBACS)", + "Physical Address Line 1": "260 SHEPHERD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404110", + "School District Name": "East Brunswick Township School District", + "Physical Address Line 1": "760 Route 18", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Brunswick", + "Physical Address State": "NJ ", + "Physical Address Zip": "08816", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04820446457457134", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200195", + "School District Name": "ReNEW Dolores T. Aaron Elementary", + "Physical Address Line 1": "10200 Curran Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70118", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911250", + "School District Name": "EAST BUCHANAN CO. C-1", + "Physical Address Line 1": "100 SMITH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOWER", + "Physical Address State": "MO ", + "Physical Address Zip": "64454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08839050131926121", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100003", + "School District Name": "EAST BUTLER PUBLIC SCHOOLS", + "Physical Address Line 1": "212 S MADISON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRAINARD", + "Physical Address State": "NE ", + "Physical Address Zip": "68626", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06183368869936034", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200197", + "School District Name": "KIPP Renaissance", + "Physical Address Line 1": "3820 St. Claude Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700419", + "School District Name": "East Carolina Community School", + "Physical Address Line 1": "811 Howell St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "NC ", + "Physical Address Zip": "27834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200198", + "School District Name": "Lake Charles College Prep", + "Physical Address Line 1": "2750 Power Center Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Charles", + "Physical Address State": "LA ", + "Physical Address Zip": "70607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911100", + "School District Name": "EAST CARTER CO. R-II", + "Physical Address Line 1": "24 S HERREN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELLSINORE", + "Physical Address State": "MO ", + "Physical Address Zip": "63937", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2828146143437077", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200199", + "School District Name": "James M. Singleton Charter School", + "Physical Address Line 1": "2220 Oretha Castle Haley Boule", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200203", + "School District Name": "Morris Jeff Community School", + "Physical Address Line 1": "2239 Poydras Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200206", + "School District Name": "Langston Hughes Charter Academy", + "Physical Address Line 1": "3519 Trafalgar Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200207", + "School District Name": "Lord Beaconsfield Landry-Oliver Perry Walker High", + "Physical Address Line 1": "1200 L.B. Landry Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817850", + "School District Name": "EAST CENTRAL ISD", + "Physical Address Line 1": "6634 NEW SULPHUR SPRINGS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78263", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18811725975858284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200211", + "School District Name": "KIPP Leadership", + "Physical Address Line 1": "2300 St. Claude Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700202", + "School District Name": "EAST CENTRAL MN ED. CABLE COOP.", + "Physical Address Line 1": "531 ELMHURST AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRAHAM", + "Physical Address State": "MN ", + "Physical Address Zip": "55006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200213", + "School District Name": "Louisiana Key Academy", + "Physical Address Line 1": "2900 Westfork Suite 401", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70806", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2711085", + "School District Name": "EAST CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "61085 STATE HWY 23", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FINLAYSON", + "Physical Address State": "MN ", + "Physical Address Zip": "55735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14705882352941177", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200215", + "School District Name": "JS Clark Leadership Academy", + "Physical Address Line 1": "1203 South Union Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Opelousas", + "Physical Address State": "LA ", + "Physical Address Zip": "70570", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880260", + "School District Name": "EAST CENTRAL SPECIAL ED UNIT", + "Physical Address Line 1": "16 8th St S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Rockford", + "Physical Address State": "ND ", + "Physical Address Zip": "58356", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200216", + "School District Name": "KIPP Believe", + "Physical Address Line 1": "9330 Forshey Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817880", + "School District Name": "EAST CHAMBERS ISD", + "Physical Address Line 1": "216 CHAMPIONS LOOP", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINNIE", + "Physical Address State": "TX ", + "Physical Address Zip": "77665", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1921182266009852", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200219", + "School District Name": "Iberville Charter Academy", + "Physical Address Line 1": "24360 Enterprise Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plaquemine", + "Physical Address State": "LA ", + "Physical Address Zip": "70765", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200220", + "School District Name": "Harriet Tubman Charter School", + "Physical Address Line 1": "2832 General Meyer Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70117", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612420", + "School District Name": "East China School District", + "Physical Address Line 1": "1585 MEISNER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST CHINA", + "Physical Address State": "MI ", + "Physical Address Zip": "48054", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.09397590361445783", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904390", + "School District Name": "East Cleveland City School District", + "Physical Address Line 1": "1843 Stanwood Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.45387755102040817", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200230", + "School District Name": "GEO Prep Academy of Greater Baton Rouge", + "Physical Address Line 1": "4006 Platt Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70815", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904640", + "School District Name": "East Clinton Local", + "Physical Address Line 1": "97 Astro Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sabina", + "Physical Address State": "OH ", + "Physical Address Zip": "45169", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1457286432160804", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600027", + "School District Name": "East Dakota Educational Cooperative", + "Physical Address Line 1": "715 E 14th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sioux Falls", + "Physical Address State": "SD ", + "Physical Address Zip": "57104", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200233", + "School District Name": "Louisiana Virtual Charter Academy", + "Physical Address Line 1": "1477 Louisiana Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70802", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601208", + "School District Name": "EAST FLATBUSH ASCEND CHARTER SCHOOL (EFACS)", + "Physical Address Line 1": "870 ALBANY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200235", + "School District Name": "Lafayette Charter Foundation", + "Physical Address Line 1": "600 Savoy Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lafayette", + "Physical Address State": "LA ", + "Physical Address Zip": "70507", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800255", + "School District Name": "EAST FORT WORTH MONTESSORI ACADEMY", + "Physical Address Line 1": "501 OAKLAND BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT WORTH", + "Physical Address State": "TX ", + "Physical Address Zip": "76103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200236", + "School District Name": "Martin Behrman Charter Acad of Creative Arts & Sci", + "Physical Address Line 1": "715 Opelousas Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3009510", + "School District Name": "East Glacier Park Elem", + "Physical Address Line 1": "125 Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "E Glacier Park", + "Physical Address State": "MT ", + "Physical Address Zip": "59434", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2711130", + "School District Name": "EAST GRAND FORKS PUBLIC SCHOOL DIST", + "Physical Address Line 1": "1420 4TH AVENUE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST GRAND FORKS", + "Physical Address State": "MN ", + "Physical Address Zip": "56721", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.111164813919768", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200238", + "School District Name": "Walter L. Cohen College Prep", + "Physical Address Line 1": "3520 Dryades Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70125", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612480", + "School District Name": "East Grand Rapids Public Schools", + "Physical Address Line 1": "2915 HALL ST SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.01791044776119403", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609630", + "School District Name": "EAST GREENBUSH CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "29 ENGLEWOOD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST GREENBUSH", + "Physical Address State": "NY ", + "Physical Address Zip": "12061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06968495722929272", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200241", + "School District Name": "JCFA-East", + "Physical Address Line 1": "475 Manhattan Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jefferson", + "Physical Address State": "LA ", + "Physical Address Zip": "70121", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400300", + "School District Name": "East Greenwich", + "Physical Address Line 1": "111 Peirce Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Greenwich", + "Physical Address State": "RI ", + "Physical Address Zip": "02818", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0340632603406326", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200242", + "School District Name": "ReNEW SciTech Academy at Laurel", + "Physical Address Line 1": "820 Jackson Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70118", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404140", + "School District Name": "East Greenwich Township School District", + "Physical Address Line 1": "559 Kings Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mickleton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.032740213523131674", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200243", + "School District Name": "Paul Habans Charter School", + "Physical Address Line 1": "3501 Seine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70117", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3906968", + "School District Name": "East Guernsey Local", + "Physical Address Line 1": "65591 Wintergreen Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lore City", + "Physical Address State": "OH ", + "Physical Address Zip": "43755", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18796992481203006", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200246", + "School District Name": "KIPP Central City", + "Physical Address Line 1": "2625 Thalia Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609660", + "School District Name": "EAST HAMPTON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "4 LONG LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST HAMPTON", + "Physical Address State": "NY ", + "Physical Address Zip": "11937", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07205513784461152", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404170", + "School District Name": "East Hanover Township School District", + "Physical Address Line 1": "20 School Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Hanover", + "Physical Address State": "NJ ", + "Physical Address Zip": "07936", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.048462255358807084", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200248", + "School District Name": "KIPP East Community", + "Physical Address Line 1": "6519 Virgilian St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601042", + "School District Name": "EAST HARLEM SCHOLARS ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "2050 2ND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200249", + "School District Name": "Mildred Osborne Charter School", + "Physical Address Line 1": "3819 St. Claude Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70117", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601090", + "School District Name": "EAST HARLEM SCHOLARS ACADEMY CHARTER SCHOOL II", + "Physical Address Line 1": "1573 MADISON AVE-RM 320", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10029", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200252", + "School District Name": "Northeast Claiborne Charter", + "Physical Address Line 1": "100 West Holly", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Junction City", + "Physical Address State": "LA ", + "Physical Address Zip": "71749", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000655", + "School District Name": "East Helena K-12", + "Physical Address Line 1": "226 E Clinton", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Helena", + "Physical Address State": "MT ", + "Physical Address Zip": "59635", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200253", + "School District Name": "Phillis Wheatley Community School", + "Physical Address Line 1": "2300 Dumaine St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900036", + "School District Name": "East Hollywood High", + "Physical Address Line 1": "2185 S 3600 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST VALLEY CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904768", + "School District Name": "East Holmes Local", + "Physical Address Line 1": "6108 County Road 77", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millersburg", + "Physical Address State": "OH ", + "Physical Address Zip": "44654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10204081632653061", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200255", + "School District Name": "ReNEW Schaumburg Elementary", + "Physical Address Line 1": "9501 Grant Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70118", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609690", + "School District Name": "EAST IRONDEQUOIT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "600 PARDEE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17271627344222626", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200258", + "School District Name": "Kenilworth Science and Technology Charter School", + "Physical Address Line 1": "5552 Read Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609720", + "School District Name": "EAST ISLIP UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1 C B GARIEPY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ISLIP TERRACE", + "Physical Address State": "NY ", + "Physical Address Zip": "11752", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03567005201882586", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200259", + "School District Name": "Samuel J. Green Charter School", + "Physical Address Line 1": "2319 Valence St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612540", + "School District Name": "East Jackson Community Schools", + "Physical Address Line 1": "1404 NORTH SUTTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSON", + "Physical Address State": "MI ", + "Physical Address Zip": "49202", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1984732824427481", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200260", + "School District Name": "Baton Rouge University Preparatory School Inc.", + "Physical Address Line 1": "7802 Howell Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA", + "Physical Address Zip": "70807", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801380", + "School District Name": "EAST JASPER CONSOLIDATED SCH DIST", + "Physical Address Line 1": "714 North Pine Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Heidelberg", + "Physical Address State": "MS ", + "Physical Address Zip": "39439", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2971926427879961", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200262", + "School District Name": "KIPP Morial", + "Physical Address Line 1": "721 St. Phillip Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612560", + "School District Name": "East Jordan Public Schools", + "Physical Address Line 1": "304 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST JORDAN", + "Physical Address State": "MI ", + "Physical Address Zip": "49727", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12664165103189493", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200263", + "School District Name": "Willow Charter Academy", + "Physical Address Line 1": "1818 Northeast Evangeline Thro", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lafayette", + "Physical Address State": "LA ", + "Physical Address Zip": "70501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302790", + "School District Name": "East Kingston School District", + "Physical Address Line 1": "30 Linden St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exeter", + "Physical Address State": "NH ", + "Physical Address Zip": "03833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0374331550802139", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200265", + "School District Name": "G W Carver High School", + "Physical Address Line 1": "3059 Higgins Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70126", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910013", + "School District Name": "East Knox Local", + "Physical Address Line 1": "23201 Coshocton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Howard", + "Physical Address State": "OH ", + "Physical Address Zip": "43028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14726583649160802", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200266", + "School District Name": "Lawrence D. Crocker College Prep", + "Physical Address Line 1": "2301 Marengo Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70125", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612600", + "School District Name": "East Lansing School District", + "Physical Address Line 1": "509 Burcham Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Lansing", + "Physical Address State": "MI ", + "Physical Address Zip": "48823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11750123946455131", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200267", + "School District Name": "Fannie C. Williams Charter School", + "Physical Address Line 1": "11755 Dwyer Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904391", + "School District Name": "East Liverpool City", + "Physical Address Line 1": "810 W 8th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Liverpool", + "Physical Address State": "OH ", + "Physical Address Zip": "43920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.3253968253968254", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4208490", + "School District Name": "East Lycoming SD", + "Physical Address Line 1": "349 Cemetery St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hughesville", + "Physical Address State": "PA ", + "Physical Address Zip": "17737", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09653179190751444", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911160", + "School District Name": "EAST LYNNE 40", + "Physical Address Line 1": "24706 S STATE RTE K", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST LYNNE", + "Physical Address State": "MO ", + "Physical Address Zip": "64743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1228813559322034", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200275", + "School District Name": "Lincoln Preparatory School", + "Physical Address Line 1": "407 Central Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grambling", + "Physical Address State": "LA ", + "Physical Address Zip": "71245", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609840", + "School District Name": "EAST MEADOW UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "718 THE PLAIN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTBURY", + "Physical Address State": "NY ", + "Physical Address Zip": "11590", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04971246006389776", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200276", + "School District Name": "Livingston Collegiate Academy", + "Physical Address Line 1": "7301 Dwyer Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70126", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200277", + "School District Name": "KIPP Booker T Washington", + "Physical Address Line 1": "2514 Third Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200278", + "School District Name": "Noble Minds", + "Physical Address Line 1": "3819 Herschel Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609870", + "School District Name": "EAST MORICHES UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "9 ADELAIDE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST MORICHES", + "Physical Address State": "NY ", + "Physical Address Zip": "11940", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03832442067736185", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904883", + "School District Name": "East Muskingum Local", + "Physical Address Line 1": "13505 John Glenn School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Concord", + "Physical Address State": "OH ", + "Physical Address Zip": "43762", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09425493716337523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200280", + "School District Name": "Einstein Charter Middle Sch at Sarah Towles Reed", + "Physical Address Line 1": "5316 Michoud Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70129", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404200", + "School District Name": "East Newark School District", + "Physical Address Line 1": "501-11 North Third Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.32124352331606215", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200281", + "School District Name": "New Orleans Charter Science and Mathematics HS", + "Physical Address Line 1": "5625 Loyola Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930420", + "School District Name": "EAST NEWTON CO. R-VI", + "Physical Address Line 1": "22808 E HWY 86", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANBY", + "Physical Address State": "MO ", + "Physical Address Zip": "64844", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22551390568319227", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200282", + "School District Name": "Lake Forest Elementary Charter School", + "Physical Address Line 1": "11110 Lake Forest Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400021", + "School District Name": "East Orange Community Charter School", + "Physical Address Line 1": "99 Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Orange", + "Physical Address State": "NJ ", + "Physical Address Zip": "07017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200283", + "School District Name": "Einstein Charter School at Village De L'Est", + "Physical Address Line 1": "3520 General de Gaulle Ste. 5", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404230", + "School District Name": "East Orange School District", + "Physical Address Line 1": "199 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Orange", + "Physical Address State": "NJ ", + "Physical Address Zip": "07017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22718347135661232", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200284", + "School District Name": "McDonogh 42 Charter School", + "Physical Address Line 1": "1651 N Tonti St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904392", + "School District Name": "East Palestine City", + "Physical Address Line 1": "200 West North Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Palestine", + "Physical Address State": "OH ", + "Physical Address Zip": "44413", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.19739862280030604", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200286", + "School District Name": "Robert Russa Moton Charter School", + "Physical Address Line 1": "8550 Curran Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4208550", + "School District Name": "East Penn SD", + "Physical Address Line 1": "800 Pine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Emmaus", + "Physical Address State": "PA ", + "Physical Address Zip": "18049", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.059192917438748195", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200287", + "School District Name": "ENCORE Academy", + "Physical Address Line 1": "4217 Orleans Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70117", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4208580", + "School District Name": "East Pennsboro Area SD", + "Physical Address Line 1": "890 Panther Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Enola", + "Physical Address State": "PA ", + "Physical Address Zip": "17025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10568832043083137", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911220", + "School District Name": "EAST PRAIRIE R-II", + "Physical Address Line 1": "304 E WALNUT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST PRAIRIE", + "Physical Address State": "MO ", + "Physical Address Zip": "63845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2202020202020202", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901554", + "School District Name": "East Preparatory Academy", + "Physical Address Line 1": "4129 Superior Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200290", + "School District Name": "Thrive Academy", + "Physical Address Line 1": "2585 Brightside Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400330", + "School District Name": "East Providence", + "Physical Address Line 1": "145 Taunton Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02914", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14399861038735454", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200291", + "School District Name": "Eleanor McMain Secondary School", + "Physical Address Line 1": "5712 South Claiborne Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70125", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609900", + "School District Name": "EAST QUOGUE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "6 CENTRAL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST QUOGUE", + "Physical Address State": "NY ", + "Physical Address Zip": "11942", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.057736720554272515", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200292", + "School District Name": "Einstein Charter at Sherwood Forest", + "Physical Address Line 1": "4801 Maid Marion", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70129", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627810", + "School District Name": "EAST RAMAPO CENTRAL SCHOOL DISTRICT (SPRING VALLEY)", + "Physical Address Line 1": "105 S MADISON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRING VALLEY", + "Physical Address State": "NY ", + "Physical Address Zip": "10977", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.357835001873762", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200293", + "School District Name": "The NET 2 Charter High School", + "Physical Address Line 1": "6601 Franklin Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700291", + "School District Name": "EAST RANGE ACADEMY OF TECH-SCIENCE", + "Physical Address Line 1": "1427 SOUTH 12TH AVENUE WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VIRGINIA", + "Physical Address State": "MN ", + "Physical Address Zip": "55792", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200294", + "School District Name": "Edna Karr High School", + "Physical Address Line 1": "3332 Huntlee Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700034", + "School District Name": "EAST RANGE SEC. TECHNICAL CENTER", + "Physical Address Line 1": "601 N 1ST ST W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AURORA", + "Physical Address State": "MN ", + "Physical Address Zip": "55705", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200295", + "School District Name": "Einstein Charter High School at Sarah Towles Reed", + "Physical Address Line 1": "5316 Michoud Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70129", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609930", + "School District Name": "EAST ROCHESTER UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "222 WOODBINE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14445", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16213921901528014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200296", + "School District Name": "Wilson Charter School", + "Physical Address Line 1": "3617 General Pershing Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70125", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609960", + "School District Name": "EAST ROCKAWAY UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "443 OCEAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST ROCKAWAY", + "Physical Address State": "NY ", + "Physical Address Zip": "11518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04552129221732746", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200297", + "School District Name": "Lusher Charter School", + "Physical Address Line 1": "5624 Freret Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404290", + "School District Name": "East Rutherford School District", + "Physical Address Line 1": "100 Uhland Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Rutherford", + "Physical Address State": "NJ ", + "Physical Address Zip": "07073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11098265895953757", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200298", + "School District Name": "GEO Prep Mid-City of Greater Baton Rouge", + "Physical Address Line 1": "1900 Lobdell Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70806", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601090", + "School District Name": "East Shore Leadership Academy", + "Physical Address Line 1": "1403 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Port Huron", + "Physical Address State": "MI ", + "Physical Address Zip": "48060", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4208670", + "School District Name": "East Stroudsburg Area SD", + "Physical Address Line 1": "50 Vine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Stroudsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "18301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17225631511345796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200301", + "School District Name": "JCFA Lafayette", + "Physical Address Line 1": "475 Manhattan Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lafayette", + "Physical Address State": "LA ", + "Physical Address Zip": "70506", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609990", + "School District Name": "EAST SYRACUSE MINOA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "407 FREMONT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST SYRACUSE", + "Physical Address State": "NY ", + "Physical Address Zip": "13057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11927710843373494", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200302", + "School District Name": "FirstLine Live Oak", + "Physical Address Line 1": "300 N. Broad Street Suite 207", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801410", + "School District Name": "EAST TALLAHATCHIE CONSOL SCH DIST", + "Physical Address Line 1": "411 East Cheastnut Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charleston", + "Physical Address State": "MS ", + "Physical Address Zip": "38921", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.4306083650190114", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800109", + "School District Name": "EAST TEXAS CHARTER SCHOOLS", + "Physical Address Line 1": "2402 ALPINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONGVIEW", + "Physical Address State": "TX ", + "Physical Address Zip": "75601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200304", + "School District Name": "New Harmony High Institute", + "Physical Address Line 1": "5400 Douglas", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70117", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504020", + "School District Name": "East Troy Community School District", + "Physical Address Line 1": "2040 Beulah Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Troy", + "Physical Address State": "WI ", + "Physical Address Zip": "53120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05734767025089606", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302280", + "School District Name": "East Valley School District (Spokane)", + "Physical Address Line 1": "3830 N Sullivan Rd", + "Physical Address Line 2": "Bldg 1", + "Physical Address Line 3": "", + "Physical Address City": "SPOKANE", + "Physical Address State": "WA ", + "Physical Address Zip": "99216", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.14544306461797515", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200307", + "School District Name": "Rosenwald Collegiate Academy", + "Physical Address Line 1": "6501 Berkley Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305370", + "School District Name": "East Valley School District (Yakima)", + "Physical Address Line 1": "2002 BEAUDRY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YAKIMA", + "Physical Address State": "WA ", + "Physical Address Zip": "98901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.12468896875863976", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200308", + "School District Name": "Red River Charter Academy", + "Physical Address Line 1": "1869 Saint Jean Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mansura", + "Physical Address State": "LA ", + "Physical Address Zip": "71350", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200309", + "School District Name": "Opportunities Academy", + "Physical Address Line 1": "2625 Thalia St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612450", + "School District Name": "Eastpointe Community Schools", + "Physical Address Line 1": "24685 Kelly Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastpointe", + "Physical Address State": "MI ", + "Physical Address Zip": "48021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2695881292469838", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200310", + "School District Name": "IDEA Public Schools", + "Physical Address Line 1": "804 Main Street Suite D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70802", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700424", + "School District Name": "East Voyager Academy", + "Physical Address Line 1": "7429 Tuckaseegee Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200311", + "School District Name": "Glen Oaks Middle School", + "Physical Address Line 1": "5300 Monarch Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70811", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700070", + "School District Name": "East Wake Academy", + "Physical Address Line 1": "821 Charter School Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zebulon", + "Physical Address State": "NC ", + "Physical Address Zip": "27597", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200312", + "School District Name": "McDonogh 35 Senior High School", + "Physical Address Line 1": "4000 Cadillac St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610050", + "School District Name": "EAST WILLISTON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "11 BACON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OLD WESTBURY", + "Physical Address State": "NY ", + "Physical Address Zip": "11568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.047174986286341196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200313", + "School District Name": "GEO Next Generation High School", + "Physical Address Line 1": "2311 N Sherwood Forest Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70815", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612660", + "School District Name": "Easton Township S/D #6", + "Physical Address Line 1": "1779 HAYNOR RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IONIA", + "Physical Address State": "MI ", + "Physical Address Zip": "48846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200314", + "School District Name": "Living School Inc.", + "Physical Address Line 1": "6003 Bullard Ave. Suite 16", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404320", + "School District Name": "East Windsor Regional School District", + "Physical Address Line 1": "25A LESHIN LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HIGHTSTOWN", + "Physical Address State": "NJ ", + "Physical Address Zip": "08520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.07008578207702136", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200315", + "School District Name": "RSD-Capitol Education Foundation", + "Physical Address Line 1": "1000 N. 23rd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70802", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612690", + "School District Name": "Eaton Rapids Public Schools", + "Physical Address Line 1": "912 GREYHOUND DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EATON RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "48827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10098870056497175", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200316", + "School District Name": "Warren Easton Charter Foundation Inc.", + "Physical Address Line 1": "3019 Canal Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612810", + "School District Name": "Eau Claire Public Schools", + "Physical Address Line 1": "6190 West Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eau Claire", + "Physical Address State": "MI ", + "Physical Address Zip": "49111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20170940170940171", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200317", + "School District Name": "Edward Hynes Charter School - Lakeview", + "Physical Address Line 1": "990 Harrison Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404350", + "School District Name": "Eastampton Township School District", + "Physical Address Line 1": "1 Student Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastampton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08095238095238096", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200318", + "School District Name": "Edward Hynes Charter School - UNO", + "Physical Address Line 1": "6101 Chatham Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612930", + "School District Name": "Ecorse Public Schools", + "Physical Address Line 1": "27225 W Outer Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ecorse", + "Physical Address State": "MI ", + "Physical Address Zip": "48229", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.4018018018018018", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200319", + "School District Name": "John F. Kennedy High School", + "Physical Address Line 1": "1307 Oretha Castle Haley Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612990", + "School District Name": "Edwardsburg Public Schools", + "Physical Address Line 1": "27145 US HIGHWAY 12", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDWARDSBURG", + "Physical Address State": "MI ", + "Physical Address Zip": "49112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09746146872166818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200320", + "School District Name": "Pierre A. Capdau Charter School", + "Physical Address Line 1": "2401 Westbend Parkway Suite 3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610080", + "School District Name": "EASTCHESTER UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "580 WHITE PLAINS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EASTCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "10709", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03640776699029126", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200321", + "School District Name": "Foundation Preparatory Academy", + "Physical Address Line 1": "3121 Saint Bernard Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2613050", + "School District Name": "Elk Rapids Schools", + "Physical Address Line 1": "707 EAST 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELK RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49629", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10275689223057644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200322", + "School District Name": "Lafayette Academy Charter School", + "Physical Address Line 1": "2727 S Carrollton Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70118", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2613090", + "School District Name": "Elkton-Pigeon-Bay Port Laker Schools", + "Physical Address Line 1": "6136 PIGEON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PIGEON", + "Physical Address State": "MI ", + "Physical Address Zip": "48755", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14626865671641792", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200323", + "School District Name": "Esperanza Charter School", + "Physical Address Line 1": "4407 S Carrollton Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404380", + "School District Name": "Eastern Camden County Regional School District", + "Physical Address Line 1": "1202 LAUREL OAK ROAD", + "Physical Address Line 2": "SUITE 201", + "Physical Address Line 3": "", + "Physical Address City": "VOORHEES", + "Physical Address State": "NJ ", + "Physical Address Zip": "08043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.057435440783615316", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200324", + "School District Name": "New Orleans Accelerated High School", + "Physical Address Line 1": "1614 Oretha Castle Haley Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2613110", + "School District Name": "Ellsworth Community School", + "Physical Address Line 1": "9467 PARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELLSWORTH", + "Physical Address State": "MI ", + "Physical Address Zip": "49729", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09881422924901186", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200325", + "School District Name": "Williams Scholar Academy Inc.", + "Physical Address Line 1": "6526 Chaisson Bldg. C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Abbeville", + "Physical Address State": "LA ", + "Physical Address Zip": "70510", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2708190", + "School District Name": "EASTERN CARVER COUNTY PUBLIC SCHOOL", + "Physical Address Line 1": "11 PEAVEY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHASKA", + "Physical Address State": "MN ", + "Physical Address Zip": "55318", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04062728528479727", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200326", + "School District Name": "St. Landry Primary School Incl.", + "Physical Address Line 1": "1802 Wilson Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Opelousas", + "Physical Address State": "LA ", + "Physical Address Zip": "70570", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2613140", + "School District Name": "Elm River Township School District", + "Physical Address Line 1": "3999 WINONA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOIVOLA", + "Physical Address State": "MI ", + "Physical Address Zip": "49965", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200327", + "School District Name": "Hynes Parkview", + "Physical Address Line 1": "4617 Mirabeau", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70126", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280340", + "School District Name": "Eastern Center for Arts & Technology", + "Physical Address Line 1": "3075 Terwood Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willow Grove", + "Physical Address State": "PA ", + "Physical Address Zip": "19090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200328", + "School District Name": "Homer Plessy Community School", + "Physical Address Line 1": "721 St Philip Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2615600", + "School District Name": "Engadine Consolidated Schools", + "Physical Address Line 1": "13920 MELVILLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ENGADINE", + "Physical Address State": "MI ", + "Physical Address Zip": "49827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2793522267206478", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200329", + "School District Name": "YACS at Lawrence D. Crocker", + "Physical Address Line 1": "2301 Marengo Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2613500", + "School District Name": "Escanaba Area Public Schools", + "Physical Address Line 1": "1500 LUDINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ESCANABA", + "Physical Address State": "MI ", + "Physical Address Zip": "49829", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1586765698852127", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2200331", + "School District Name": "Rooted School", + "Physical Address Line 1": "4238 St. Charles Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Orleans", + "Physical Address State": "LA ", + "Physical Address Zip": "70115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2613530", + "School District Name": "Essexville-Hampton Public Schools", + "Physical Address Line 1": "303 PINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ESSEXVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.10349750178443969", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2613560", + "School District Name": "Evart Public Schools", + "Physical Address Line 1": "321 NORTH HEMLOCK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EVART", + "Physical Address State": "MI ", + "Physical Address Zip": "49631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18773234200743494", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600014", + "School District Name": "Ewen-Trout Creek Consolidated School District", + "Physical Address Line 1": "14312 AIRPORT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EWEN", + "Physical Address State": "MI ", + "Physical Address Zip": "49925", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2613680", + "School District Name": "Excelsior Township S/D #1", + "Physical Address Line 1": "5521 M 72 NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KALKASKA", + "Physical Address State": "MI ", + "Physical Address Zip": "49646", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.171875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2610560", + "School District Name": "Fairview Area School District", + "Physical Address Line 1": "1879 EAST MILLER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAIRVIEW", + "Physical Address State": "MI ", + "Physical Address Zip": "48621", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24096385542168675", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4208820", + "School District Name": "Eastern Lancaster County SD", + "Physical Address Line 1": "669 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Holland", + "Physical Address State": "PA ", + "Physical Address Zip": "17557", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08234744707347447", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614070", + "School District Name": "Farmington Public School District", + "Physical Address Line 1": "32500 SHIAWASSEE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARMINGTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48336", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.05624043187494964", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4208460", + "School District Name": "Eastern Lebanon County SD", + "Physical Address Line 1": "180 Elco Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Myerstown", + "Physical Address State": "PA ", + "Physical Address Zip": "17067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06521206177984801", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614100", + "School District Name": "Farwell Area Schools", + "Physical Address Line 1": "399 E Michigan St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farwell", + "Physical Address State": "MI ", + "Physical Address Zip": "48622", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2516087516087516", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904851", + "School District Name": "Eastern Local", + "Physical Address Line 1": "50008 State Route 681", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reedsville", + "Physical Address State": "OH ", + "Physical Address Zip": "45772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17049576783555018", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614230", + "School District Name": "Fennville Public Schools", + "Physical Address Line 1": "5 MEMORIAL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FENNVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "49408", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14119091467157766", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904912", + "School District Name": "Eastern Local School District", + "Physical Address Line 1": "1170 Tile Mill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beaver", + "Physical Address State": "OH ", + "Physical Address Zip": "45613", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23208191126279865", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614250", + "School District Name": "Fenton Area Public Schools", + "Physical Address Line 1": "3100 OWEN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FENTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07348618459729571", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904603", + "School District Name": "Eastern Local School District", + "Physical Address Line 1": "11479 Us Highway 62", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchester", + "Physical Address State": "OH ", + "Physical Address Zip": "45697", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18758002560819462", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614280", + "School District Name": "Ferndale Public Schools", + "Physical Address Line 1": "871 Pinecrest", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FERNDALE", + "Physical Address State": "MI ", + "Physical Address Zip": "48220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10850202429149798", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000080", + "School District Name": "EASTERN OKLA COUNTY TECH. CTR", + "Physical Address Line 1": "4601 N CHOCTAW RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHOCTAW", + "Physical Address State": "OK ", + "Physical Address Zip": "73020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614460", + "School District Name": "Fitzgerald Public Schools", + "Physical Address Line 1": "23200 RYAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARREN", + "Physical Address State": "MI ", + "Physical Address Zip": "48091", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.30804150453955903", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400058", + "School District Name": "Eastern Panhandle Instructional Cooperative", + "Physical Address Line 1": "109 S. College St.?", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Martinsburg", + "Physical Address State": "WV ", + "Physical Address Zip": "25401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2607080", + "School District Name": "Flat Rock Community Schools", + "Physical Address Line 1": "28639 DIVISION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLAT ROCK", + "Physical Address State": "MI ", + "Physical Address Zip": "48134", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14457831325301204", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400062", + "School District Name": "Eastern Panhandle Preparatory Academy", + "Physical Address Line 1": "449 Rose Hill Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kearneysville", + "Physical Address State": "WV ", + "Physical Address Zip": "25430", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614520", + "School District Name": "Flint School District of the City of", + "Physical Address Line 1": "923 EAST KEARSLEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLINT", + "Physical Address State": "MI ", + "Physical Address Zip": "48503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.4194522616514517", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614550", + "School District Name": "Flushing Community Schools", + "Physical Address Line 1": "522 NORTH MCKINLEY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLUSHING", + "Physical Address State": "MI ", + "Physical Address Zip": "48433", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11504424778761062", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614570", + "School District Name": "Forest Area Community Schools", + "Physical Address Line 1": "7741 SHIPPY RD SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FIFE LAKE", + "Physical Address State": "MI ", + "Physical Address Zip": "49633", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100046", + "School District Name": "EASTERN ST HOSP", + "Physical Address Line 1": "4601 Ironbound Rd B11", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamsburg", + "Physical Address State": "VA ", + "Physical Address Zip": "23187", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614610", + "School District Name": "Forest Hills Public Schools", + "Physical Address Line 1": "6590 CASCADE RD SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03464667702715056", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680820", + "School District Name": "EASTERN SUFFOLK BOCES", + "Physical Address Line 1": "201 SUNRISE HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PATCHOGUE", + "Physical Address State": "NY ", + "Physical Address Zip": "11772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2611190", + "School District Name": "Forest Park School District", + "Physical Address Line 1": "801 FOREST PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRYSTAL FALLS", + "Physical Address State": "MI ", + "Physical Address Zip": "49920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19507575757575757", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201230", + "School District Name": "Plaquemines Parish", + "Physical Address Line 1": "1484 Woodland Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belle Chasse", + "Physical Address State": "LA ", + "Physical Address Zip": "70037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1799554565701559", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680280", + "School District Name": "Eastern Upper Peninsula ISD", + "Physical Address Line 1": "315 ARMORY PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAULT SAINTE MARIE", + "Physical Address State": "MI ", + "Physical Address Zip": "49783", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201260", + "School District Name": "Pointe Coupee Parish", + "Physical Address Line 1": "337 Napoleon Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Roads", + "Physical Address State": "LA ", + "Physical Address Zip": "70760", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2629296995973986", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614700", + "School District Name": "Fowler Public Schools", + "Physical Address Line 1": "700 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOWLER", + "Physical Address State": "MI ", + "Physical Address Zip": "48835", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0457516339869281", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201290", + "School District Name": "Rapides Parish", + "Physical Address Line 1": "619 Sixth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alexandria", + "Physical Address State": "LA ", + "Physical Address Zip": "71301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.26682183664832837", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4280480", + "School District Name": "Eastern Westmoreland CTC", + "Physical Address Line 1": "4904 Route 982", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Latrobe", + "Physical Address State": "PA ", + "Physical Address Zip": "15650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201320", + "School District Name": "Red River Parish", + "Physical Address Line 1": "1922 Alonzo Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coushatta", + "Physical Address State": "LA ", + "Physical Address Zip": "71019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.336109008327025", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614730", + "School District Name": "Fowlerville Community Schools", + "Physical Address Line 1": "7677 WEST SHARPE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOWLERVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48836", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07083333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201350", + "School District Name": "Richland Parish", + "Physical Address Line 1": "411 Foster Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rayville", + "Physical Address State": "LA ", + "Physical Address Zip": "71269", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3329432416617905", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4208790", + "School District Name": "Eastern York SD", + "Physical Address Line 1": "120 S Third St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wrightsville", + "Physical Address State": "PA ", + "Physical Address Zip": "17368", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.108702900966989", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201380", + "School District Name": "Sabine Parish", + "Physical Address Line 1": "695 Peterson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Many", + "Physical Address State": "LA ", + "Physical Address Zip": "71449", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2372057318321392", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614760", + "School District Name": "Frankenmuth School District", + "Physical Address Line 1": "525 EAST GENESEE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRANKENMUTH", + "Physical Address State": "MI ", + "Physical Address Zip": "48734", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05252387448840382", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201410", + "School District Name": "St. Bernard Parish", + "Physical Address Line 1": "200 East St. Bernard Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chalmette", + "Physical Address State": "LA ", + "Physical Address Zip": "70043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.29427202190780466", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614790", + "School District Name": "Frankfort-Elberta Area Schools", + "Physical Address Line 1": "534 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRANKFORT", + "Physical Address State": "MI ", + "Physical Address Zip": "49635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17032967032967034", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201440", + "School District Name": "St. Charles Parish", + "Physical Address Line 1": "13855 River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Luling", + "Physical Address State": "LA ", + "Physical Address Zip": "70070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15203426124197003", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614820", + "School District Name": "Fraser Public Schools", + "Physical Address Line 1": "33466 GARFIELD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRASER", + "Physical Address State": "MI ", + "Physical Address Zip": "48026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1403171552138395", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201470", + "School District Name": "St. Helena Parish", + "Physical Address Line 1": "354 Sitman Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensburg", + "Physical Address State": "LA ", + "Physical Address Zip": "70441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3791866028708134", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2615060", + "School District Name": "Freeland Community School District", + "Physical Address Line 1": "710 POWLEY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FREELAND", + "Physical Address State": "MI ", + "Physical Address Zip": "48623", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08046511627906977", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201500", + "School District Name": "St. James Parish", + "Physical Address Line 1": "1876 West Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lutcher", + "Physical Address State": "LA ", + "Physical Address Zip": "70071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.22350090854027863", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2615150", + "School District Name": "Fremont Public School District", + "Physical Address Line 1": "450 E Pine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fremont", + "Physical Address State": "MI ", + "Physical Address Zip": "49412", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13485394157663066", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201530", + "School District Name": "St. John the Baptist Parish", + "Physical Address Line 1": "118 West Tenth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reserve", + "Physical Address State": "LA ", + "Physical Address Zip": "70084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2600339913714211", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4817960", + "School District Name": "EASTLAND ISD", + "Physical Address Line 1": "209 STE B MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EASTLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "76448", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20466058763931105", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201560", + "School District Name": "St. Landry Parish", + "Physical Address Line 1": "1013 Creswell Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Opelousas", + "Physical Address State": "LA ", + "Physical Address Zip": "70570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.3438827658395419", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2615390", + "School District Name": "Fruitport Community Schools", + "Physical Address Line 1": "3255 PONTALUNA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRUITPORT", + "Physical Address State": "MI ", + "Physical Address Zip": "49415", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09761257177394983", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201590", + "School District Name": "St. Martin Parish", + "Physical Address Line 1": "600 Corporate Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Breaux Bridge", + "Physical Address State": "LA ", + "Physical Address Zip": "70517", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.25267876667395583", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901550", + "School District Name": "Eastland Preparatory Academy", + "Physical Address Line 1": "2741 S Hamilton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43232", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201620", + "School District Name": "St. Mary Parish", + "Physical Address Line 1": "474 Highway 317", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centerville", + "Physical Address State": "LA ", + "Physical Address Zip": "70522", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3126264429370463", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2615420", + "School District Name": "Fulton Schools", + "Physical Address Line 1": "8060 ELY HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDDLETON", + "Physical Address State": "MI ", + "Physical Address Zip": "48856", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15895061728395063", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201650", + "School District Name": "St. Tammany Parish", + "Physical Address Line 1": "321 N Theard Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Covington", + "Physical Address State": "LA ", + "Physical Address Zip": "70433", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.16412692537067883", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3905100", + "School District Name": "Eastland-Fairfield Career & Technical Schools", + "Physical Address Line 1": "4300 Amalgamated Pl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Groveport", + "Physical Address State": "OH ", + "Physical Address Zip": "43125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201680", + "School District Name": "Tangipahoa Parish", + "Physical Address Line 1": "59656 Puleston Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amite", + "Physical Address State": "LA ", + "Physical Address Zip": "70422", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.23750311902187474", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2615450", + "School District Name": "Galesburg-Augusta Community Schools", + "Physical Address Line 1": "1076 NORTH 37TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GALESBURG", + "Physical Address State": "MI ", + "Physical Address Zip": "49053", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12786108918705605", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201710", + "School District Name": "Tensas Parish", + "Physical Address Line 1": "512 Plank Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. Joseph", + "Physical Address State": "LA ", + "Physical Address Zip": "71366", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4378698224852071", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302310", + "School District Name": "Eastmont School District", + "Physical Address Line 1": "800 Eastmont Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST WENATCHEE", + "Physical Address State": "WA ", + "Physical Address Zip": "98802", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.10196916501297512", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201740", + "School District Name": "Terrebonne Parish", + "Physical Address Line 1": "201 Stadium Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Houma", + "Physical Address State": "LA ", + "Physical Address Zip": "70360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.2078388891624403", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2615510", + "School District Name": "Glenn Public School District", + "Physical Address Line 1": "1394 ADAMS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENN", + "Physical Address State": "MI ", + "Physical Address Zip": "49416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16279069767441862", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201770", + "School District Name": "Union Parish", + "Physical Address Line 1": "1206 Marion Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farmerville", + "Physical Address State": "LA ", + "Physical Address Zip": "71241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2817483756645009", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2615540", + "School District Name": "Garden City Public Schools", + "Physical Address Line 1": "1333 RADCLIFF ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GARDEN CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "48135", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16072763518564664", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201800", + "School District Name": "Vermilion Parish", + "Physical Address Line 1": "220 South Jefferson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Abbeville", + "Physical Address State": "LA ", + "Physical Address Zip": "70510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2581479087803527", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2615730", + "School District Name": "Gaylord Community Schools", + "Physical Address Line 1": "615 SOUTH ELM AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GAYLORD", + "Physical Address State": "MI ", + "Physical Address Zip": "49735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13204225352112675", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201830", + "School District Name": "Vernon Parish", + "Physical Address Line 1": "201 Belview Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leesville", + "Physical Address State": "LA ", + "Physical Address Zip": "71446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1966013396179608", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4208850", + "School District Name": "Easton Area SD", + "Physical Address Line 1": "1801 Bushkill Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Easton", + "Physical Address State": "PA ", + "Physical Address Zip": "18040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13684840027907905", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201860", + "School District Name": "Washington Parish", + "Physical Address Line 1": "800 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklinton", + "Physical Address State": "LA ", + "Physical Address Zip": "70438", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28072837632776937", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2615750", + "School District Name": "Genesee School District", + "Physical Address Line 1": "7347 NORTH GENESEE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GENESEE", + "Physical Address State": "MI ", + "Physical Address Zip": "48437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2490118577075099", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201890", + "School District Name": "Webster Parish", + "Physical Address Line 1": "1442 Sheppard Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minden", + "Physical Address State": "LA ", + "Physical Address Zip": "71055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.35275405993638037", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200897", + "School District Name": "Easton Arts Academy Elementary CS", + "Physical Address Line 1": "30 N. 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Easton", + "Physical Address State": "PA ", + "Physical Address Zip": "18042", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201920", + "School District Name": "West Baton Rouge Parish", + "Physical Address Line 1": "3761 Rosedale Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Port Allen", + "Physical Address State": "LA ", + "Physical Address Zip": "70767", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2062124248496994", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2615870", + "School District Name": "Gibraltar School District", + "Physical Address Line 1": "19370 VREELAND RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODHAVEN", + "Physical Address State": "MI ", + "Physical Address Zip": "48183", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08239184348305319", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201950", + "School District Name": "West Carroll Parish", + "Physical Address Line 1": "314 East Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Grove", + "Physical Address State": "LA ", + "Physical Address Zip": "71263", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3140096618357488", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2615970", + "School District Name": "Gladstone Area Schools", + "Physical Address Line 1": "400 SOUTH 10TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLADSTONE", + "Physical Address State": "MI ", + "Physical Address Zip": "49837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10369410239792612", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2201980", + "School District Name": "West Feliciana Parish", + "Physical Address Line 1": "4727 Fidelity Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. Francisville", + "Physical Address State": "LA ", + "Physical Address Zip": "70775", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17259414225941422", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2615990", + "School District Name": "Gladwin Community Schools", + "Physical Address Line 1": "401 NORTH BOWERY AVE FL 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLADWIN", + "Physical Address State": "MI ", + "Physical Address Zip": "48624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22503801317790167", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2202010", + "School District Name": "Winn Parish", + "Physical Address Line 1": "304 East Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winnfield", + "Physical Address State": "LA ", + "Physical Address Zip": "71483", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3194114855244423", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302340", + "School District Name": "Easton School District", + "Physical Address Line 1": "1893 RAILROAD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EASTON", + "Physical Address State": "WA ", + "Physical Address Zip": "98925", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0821917808219178", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2280100", + "School District Name": "Special School District", + "Physical Address Line 1": "2888 Brightside Lane Building", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baton Rouge", + "Physical Address State": "LA ", + "Physical Address Zip": "70820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2616020", + "School District Name": "Glen Lake Community Schools", + "Physical Address Line 1": "3375 WEST BURDICKVILLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAPLE CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "49664", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11442006269592477", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2616050", + "School District Name": "Gobles Public School District", + "Physical Address Line 1": "409 NORTH STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOBLES", + "Physical Address State": "MI ", + "Physical Address Zip": "49055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12887112887112886", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2616080", + "School District Name": "Godfrey-Lee Public Schools", + "Physical Address Line 1": "1324 BURTON ST SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WYOMING", + "Physical Address State": "MI ", + "Physical Address Zip": "49509", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20616686819830712", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2616110", + "School District Name": "Godwin Heights Public Schools", + "Physical Address Line 1": "15 36TH ST SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18120805369127516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300049", + "School District Name": "ME Sch of Science & Mathematics", + "Physical Address Line 1": "95 High St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Limestone", + "Physical Address State": "ME ", + "Physical Address Zip": "04750", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2616320", + "School District Name": "Goodrich Area Schools", + "Physical Address Line 1": "8029 GALE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOODRICH", + "Physical Address State": "MI ", + "Physical Address Zip": "48438", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0435871743486974", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2616350", + "School District Name": "Grand Blanc Community Schools", + "Physical Address Line 1": "11920 SOUTH SAGINAW ST G", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND BLANC", + "Physical Address State": "MI ", + "Physical Address Zip": "48439", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09418123275068997", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300052", + "School District Name": "The Forks Plt School Dept", + "Physical Address Line 1": "2621 US 201", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "The Forks", + "Physical Address State": "ME ", + "Physical Address Zip": "04985", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600125", + "School District Name": "EASTPORT-SOUTH MANOR CSD", + "Physical Address Line 1": "149 DAYTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANORVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "11949", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04374201787994891", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2616380", + "School District Name": "Grand Haven Area Public Schools", + "Physical Address Line 1": "1415 SOUTH BEECHTREE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND HAVEN", + "Physical Address State": "MI ", + "Physical Address Zip": "49417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07617411225658649", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300057", + "School District Name": "Seboeis Plt Public Schools", + "Physical Address Line 1": "8 Rider Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brewer", + "Physical Address State": "ME ", + "Physical Address Zip": "04412", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700339", + "School District Name": "Eastside STREAM Academy", + "Physical Address Line 1": "3124 Milton Road", + "Physical Address Line 2": "Suite C", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300058", + "School District Name": "West Forks Plt Public Schools", + "Physical Address Line 1": "2955 US 201", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Forks", + "Physical Address State": "ME ", + "Physical Address Zip": "04985", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2616410", + "School District Name": "Grand Ledge Public Schools", + "Physical Address Line 1": "220 LAMSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND LEDGE", + "Physical Address State": "MI ", + "Physical Address Zip": "48837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06366691560866318", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2616440", + "School District Name": "Grand Rapids Public Schools", + "Physical Address Line 1": "1331 FRANKLIN ST SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.2071301880099326", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3905067", + "School District Name": "Eastwood Local", + "Physical Address Line 1": "120 E College Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pemberville", + "Physical Address State": "OH ", + "Physical Address Zip": "43450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07726980038634901", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2616470", + "School District Name": "Grandville Public Schools", + "Physical Address Line 1": "3839 PRAIRIE ST SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANDVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "49418", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06745032185838232", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600136", + "School District Name": "Eaton Academy", + "Physical Address Line 1": "21450 UNIVERSAL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EASTPOINTE", + "Physical Address State": "MI ", + "Physical Address Zip": "48021", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300064", + "School District Name": "Indian Township", + "Physical Address Line 1": "39A Union Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calais", + "Physical Address State": "ME ", + "Physical Address Zip": "04619", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2616500", + "School District Name": "Grant Public School District", + "Physical Address Line 1": "148 Elder St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grant", + "Physical Address State": "MI ", + "Physical Address Zip": "49327", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12401883830455258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904393", + "School District Name": "Eaton Community City", + "Physical Address Line 1": "306 Eaton Lewisburg Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eaton", + "Physical Address State": "OH ", + "Physical Address Zip": "45320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13327563825183902", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300066", + "School District Name": "Indian Island", + "Physical Address Line 1": "39A Union Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calais", + "Physical Address State": "ME ", + "Physical Address Zip": "04619", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2616560", + "School District Name": "Grant Township S/D #2", + "Physical Address Line 1": "346 GRATIOT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COPPER HARBOR", + "Physical Address State": "MI ", + "Physical Address Zip": "49918", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13636363636363635", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2616830", + "School District Name": "Grass Lake Community Schools", + "Physical Address Line 1": "899 SOUTH UNION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRASS LAKE", + "Physical Address State": "MI ", + "Physical Address Zip": "49240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.050314465408805034", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300068", + "School District Name": "Whiting Public Schools", + "Physical Address Line 1": "291 Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Machias", + "Physical Address State": "ME ", + "Physical Address Zip": "04654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14606741573033707", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680380", + "School District Name": "Eaton RESA", + "Physical Address Line 1": "1790 Packard Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "MI ", + "Physical Address Zip": "48813", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300069", + "School District Name": "Pleasant Point", + "Physical Address Line 1": "39A Union Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calais", + "Physical Address State": "ME ", + "Physical Address Zip": "04619", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617160", + "School District Name": "Greenville Public Schools", + "Physical Address Line 1": "1414 CHASE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48838", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13137815927515498", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302850", + "School District Name": "Eaton School District", + "Physical Address Line 1": "176A Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conway", + "Physical Address State": "NH ", + "Physical Address Zip": "03818", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617220", + "School District Name": "Grosse Ile Township Schools", + "Physical Address Line 1": "23276 EAST RIVER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GROSSE ILE", + "Physical Address State": "MI ", + "Physical Address Zip": "48138", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04292084726867335", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404410", + "School District Name": "Eatontown Public School District", + "Physical Address Line 1": "5 Grant Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eatontown", + "Physical Address State": "NJ ", + "Physical Address Zip": "07724", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1360136869118905", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625740", + "School District Name": "Grosse Pointe Public Schools", + "Physical Address Line 1": "20601 MORNINGSIDE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GROSSE POINTE WOODS", + "Physical Address State": "MI ", + "Physical Address Zip": "48236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05616020896821942", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302370", + "School District Name": "Eatonville School District", + "Physical Address Line 1": "200 LYNCH ST W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EATONVILLE", + "Physical Address State": "WA ", + "Physical Address Zip": "98328", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617250", + "School District Name": "Gull Lake Community Schools", + "Physical Address Line 1": "10100 EAST D AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "49083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07722660653889515", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504050", + "School District Name": "Eau Claire Area School District", + "Physical Address Line 1": "500 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eau Claire", + "Physical Address State": "WI ", + "Physical Address Zip": "54701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.10025042410533969", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2614690", + "School District Name": "Gwinn Area Community Schools", + "Physical Address Line 1": "50 WEST STATE HIGHWAY M35", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GWINN", + "Physical Address State": "MI ", + "Physical Address Zip": "49841", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2099706744868035", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617340", + "School District Name": "Hagar Township S/D #6", + "Physical Address Line 1": "3422 RIVERSIDE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENTON HARBOR", + "Physical Address State": "MI ", + "Physical Address Zip": "49022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.25757575757575757", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617370", + "School District Name": "Hale Area Schools", + "Physical Address Line 1": "200 WEST MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HALE", + "Physical Address State": "MI ", + "Physical Address Zip": "48739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27634194831013914", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4104530", + "School District Name": "Echo SD 5", + "Physical Address Line 1": "600 E Gerone St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Echo", + "Physical Address State": "OR ", + "Physical Address Zip": "97826", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12138728323699421", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617400", + "School District Name": "Hamilton Community Schools", + "Physical Address Line 1": "4815 136TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMILTON", + "Physical Address State": "MI ", + "Physical Address Zip": "49419", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05452127659574468", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000430", + "School District Name": "Echo Valley Community School District", + "Physical Address Line 1": "111B Brush Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamstown", + "Physical Address State": "VT ", + "Physical Address Zip": "05679", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617520", + "School District Name": "Hamtramck School District of the City of", + "Physical Address Line 1": "3201 ROOSEVELT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMTRAMCK", + "Physical Address State": "MI ", + "Physical Address Zip": "48212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.46604323164188255", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617550", + "School District Name": "Hancock Public Schools", + "Physical Address Line 1": "501 Campus Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HANCOCK", + "Physical Address State": "MI ", + "Physical Address Zip": "49930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11089303238469088", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314841", + "School District Name": "Ecology Learning Center", + "Physical Address Line 1": "230 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Unity", + "Physical Address State": "ME ", + "Physical Address Zip": "04988", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617640", + "School District Name": "Hanover-Horton School District", + "Physical Address Line 1": "10000 Moscow Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Horton", + "Physical Address State": "MI ", + "Physical Address Zip": "49246", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0845724907063197", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600007", + "School District Name": "Harbor Beach Community Schools", + "Physical Address Line 1": "402 S FIFTH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARBOR BEACH", + "Physical Address State": "MI ", + "Physical Address Zip": "48441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16172106824925817", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818000", + "School District Name": "ECTOR COUNTY ISD", + "Physical Address Line 1": "802 N SAM HOUSTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ODESSA", + "Physical Address State": "TX ", + "Physical Address Zip": "79760", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.21409320606400897", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2617700", + "School District Name": "Harbor Springs School District", + "Physical Address Line 1": "800 STATE ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARBOR SPRINGS", + "Physical Address State": "MI ", + "Physical Address Zip": "49740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07891770011273957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818030", + "School District Name": "ECTOR ISD", + "Physical Address Line 1": "301 S MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ECTOR", + "Physical Address State": "TX ", + "Physical Address Zip": "75439", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15579710144927536", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617730", + "School District Name": "Harper Creek Community Schools", + "Physical Address Line 1": "7454 B DR N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BATTLE CREEK", + "Physical Address State": "MI ", + "Physical Address Zip": "49014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10926076360682373", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617760", + "School District Name": "Harper Woods The School District of the City of", + "Physical Address Line 1": "19851 ANITA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARPER WOODS", + "Physical Address State": "MI ", + "Physical Address Zip": "48225", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.303873431533006", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617820", + "School District Name": "Harrison Community Schools", + "Physical Address Line 1": "224 WEST MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRISON", + "Physical Address State": "MI ", + "Physical Address Zip": "48625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.32459797498511017", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617860", + "School District Name": "Hart Public School District", + "Physical Address Line 1": "301 JOHNSON ST W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HART", + "Physical Address State": "MI ", + "Physical Address Zip": "49420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19836065573770492", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500564", + "School District Name": "EDCO Collaborative", + "Physical Address Line 1": "36 Middlesex Turnpike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bedford", + "Physical Address State": "MA ", + "Physical Address Zip": "01730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617880", + "School District Name": "Hartford Public Schools", + "Physical Address Line 1": "115 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARTFORD", + "Physical Address State": "MI ", + "Physical Address Zip": "49057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.200487012987013", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818060", + "School District Name": "EDCOUCH-ELSA ISD", + "Physical Address Line 1": "920 W SANTA ROSA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDCOUCH", + "Physical Address State": "TX ", + "Physical Address Zip": "78538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.40764624596959925", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617910", + "School District Name": "Hartland Consolidated Schools", + "Physical Address Line 1": "9525 EAST HIGHLAND RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARTLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "48353", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04561977462740822", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617940", + "School District Name": "Haslett Public Schools", + "Physical Address Line 1": "5593 FRANKLIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HASLETT", + "Physical Address State": "MI ", + "Physical Address Zip": "48840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07331042382588775", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2617970", + "School District Name": "Hastings Area School District", + "Physical Address Line 1": "232 West Grand Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hastings", + "Physical Address State": "MI ", + "Physical Address Zip": "49058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11863313990973566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618030", + "School District Name": "Hazel Park School District of the City of", + "Physical Address Line 1": "1620 EAST ELZA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAZEL PARK", + "Physical Address State": "MI ", + "Physical Address Zip": "48030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20506692160611856", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610170", + "School District Name": "EDEN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "8289 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDEN", + "Physical Address State": "NY ", + "Physical Address Zip": "14057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06762967826657912", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618180", + "School District Name": "Hemlock Public School District", + "Physical Address Line 1": "200 Wilson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hemlock", + "Physical Address State": "MI ", + "Physical Address Zip": "48626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1309192200557103", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818070", + "School District Name": "EDEN CISD", + "Physical Address Line 1": "113 W BRYAN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDEN", + "Physical Address State": "TX ", + "Physical Address Zip": "76837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2356687898089172", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618270", + "School District Name": "Hesperia Community Schools", + "Physical Address Line 1": "96 SOUTH DIVISION ST", + "Physical Address Line 2": "PO Box 338", + "Physical Address Line 3": "", + "Physical Address City": "HESPERIA", + "Physical Address State": "MI ", + "Physical Address Zip": "49421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2141304347826087", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2714220", + "School District Name": "EDEN PRAIRIE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "8100 SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDEN PRAIRIE", + "Physical Address State": "MN ", + "Physical Address Zip": "55344", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.06726254965691586", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618330", + "School District Name": "Highland Park City Schools", + "Physical Address Line 1": "131 Pilgrim St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highland Park", + "Physical Address State": "MI ", + "Physical Address Zip": "48203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.4096126255380201", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2711190", + "School District Name": "EDEN VALLEY-WATKINS SCHOOL DISTRICT", + "Physical Address Line 1": "298 BROOKS ST N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDEN VALLEY", + "Physical Address State": "MN ", + "Physical Address Zip": "55329", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06018518518518518", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618360", + "School District Name": "Hillman Community Schools", + "Physical Address Line 1": "26042 M 32 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HILLMAN", + "Physical Address State": "MI ", + "Physical Address Zip": "49746", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2703349282296651", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700840", + "School District Name": "Edenton-Chowan Schools", + "Physical Address Line 1": "800 N Oakum Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edenton", + "Physical Address State": "NC ", + "Physical Address Zip": "27932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26849583537481625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618390", + "School District Name": "Hillsdale Community Schools", + "Physical Address Line 1": "30 SOUTH NORWOOD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HILLSDALE", + "Physical Address State": "MI ", + "Physical Address Zip": "49242", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1892252894033838", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618420", + "School District Name": "Holland City School District", + "Physical Address Line 1": "320 W 24th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "49423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11979713186428821", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504080", + "School District Name": "Edgar School District", + "Physical Address Line 1": "203 E Birch St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edgar", + "Physical Address State": "WI ", + "Physical Address Zip": "54426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10041265474552957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618450", + "School District Name": "Holly Area School District", + "Physical Address Line 1": "920 BAIRD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLY", + "Physical Address State": "MI ", + "Physical Address Zip": "48442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09517819706498952", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618480", + "School District Name": "Holt Public Schools", + "Physical Address Line 1": "5780 HOLT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLT", + "Physical Address State": "MI ", + "Physical Address Zip": "48842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11733231416013759", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900033", + "School District Name": "Edge Academy The", + "Physical Address Line 1": "92 N Union St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44304", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618510", + "School District Name": "Holton Public Schools", + "Physical Address Line 1": "6500 Fourth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLTON", + "Physical Address State": "MI ", + "Physical Address Zip": "49425", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15803108808290156", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618540", + "School District Name": "Homer Community School District", + "Physical Address Line 1": "403 SOUTH HILLSDALE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOMER", + "Physical Address State": "MI ", + "Physical Address Zip": "49245", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15011037527593818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618570", + "School District Name": "Hopkins Public Schools", + "Physical Address Line 1": "400 S CLARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOPKINS", + "Physical Address State": "MI ", + "Physical Address Zip": "49328", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0716365754222481", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701320", + "School District Name": "Edgecombe County Public Schools", + "Physical Address Line 1": "2311 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tarboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27886", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2606762978250516", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618600", + "School District Name": "Houghton Lake Community Schools", + "Physical Address Line 1": "4433 W HOUGHTON LAKE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUGHTON LAKE", + "Physical Address State": "MI ", + "Physical Address Zip": "48629", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3045220377790498", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502070", + "School District Name": "Edgefield 01", + "Physical Address Line 1": "3 Par Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnston", + "Physical Address State": "SC ", + "Physical Address Zip": "29832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18903483723586523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2628890", + "School District Name": "Houghton-Portage Township School District", + "Physical Address Line 1": "1603 GUNDLACH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUGHTON", + "Physical Address State": "MI ", + "Physical Address Zip": "49931", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10379061371841156", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3805850", + "School District Name": "EDGELEY 3", + "Physical Address Line 1": "307 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edgeley", + "Physical Address State": "ND ", + "Physical Address Zip": "58433", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1004566210045662", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618720", + "School District Name": "Howell Public Schools", + "Physical Address Line 1": "411 NORTH HIGHLANDER WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOWELL", + "Physical Address State": "MI ", + "Physical Address Zip": "48843", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.06238779174147217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4620850", + "School District Name": "Edgemont School District 23-1", + "Physical Address Line 1": "715 Mogul Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edgemont", + "Physical Address State": "SD ", + "Physical Address Zip": "57735", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19205298013245034", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618810", + "School District Name": "Hudson Area Schools", + "Physical Address Line 1": "781 NORTH MAPLE GROVE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUDSON", + "Physical Address State": "MI ", + "Physical Address Zip": "49247", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17191977077363896", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610200", + "School District Name": "EDGEMONT UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "300 WHITE OAK LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCARSDALE", + "Physical Address State": "NY ", + "Physical Address Zip": "10583", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03099946552645644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618840", + "School District Name": "Hudsonville Public School District", + "Physical Address Line 1": "3886 VAN BUREN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUDSONVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "49426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03172400118965005", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905061", + "School District Name": "Edgerton Local", + "Physical Address Line 1": "111 E River St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edgerton", + "Physical Address State": "OH ", + "Physical Address Zip": "43517", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08396946564885496", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618930", + "School District Name": "Huron School District", + "Physical Address Line 1": "32044 HURON RIVER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW BOSTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48164", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1114996114996115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2711220", + "School District Name": "EDGERTON PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "423 1ST AVE W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDGERTON", + "Physical Address State": "MN ", + "Physical Address Zip": "56128", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07597535934291581", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2618990", + "School District Name": "Huron Valley Schools", + "Physical Address Line 1": "2390 SOUTH MILFORD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HIGHLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "48357", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06501057082452431", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2307180", + "School District Name": "Rockland-Region 8", + "Physical Address Line 1": "One Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockland", + "Physical Address State": "ME ", + "Physical Address Zip": "04841", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504110", + "School District Name": "Edgerton School District", + "Physical Address Line 1": "200 Elm High Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edgerton", + "Physical Address State": "WI ", + "Physical Address Zip": "53534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06305464736104624", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2619050", + "School District Name": "Ida Public School District", + "Physical Address Line 1": "3145 PRAIRIE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IDA", + "Physical Address State": "MI ", + "Physical Address Zip": "48140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05061460592913955", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404470", + "School District Name": "Edgewater Park Township School District", + "Physical Address Line 1": "25 Washington Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edgewater Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "08010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15203761755485892", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2619100", + "School District Name": "Imlay City Community Schools", + "Physical Address Line 1": "634 WEST BORLAND RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IMLAY CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "48444", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11134564643799472", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404440", + "School District Name": "Edgewater School District", + "Physical Address Line 1": "251 Undercliff Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edgewater", + "Physical Address State": "NJ ", + "Physical Address Zip": "07020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.089857045609258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2619170", + "School District Name": "Inland Lakes Schools", + "Physical Address Line 1": "4363 SOUTH STRAITS HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INDIAN RIVER", + "Physical Address State": "MI ", + "Physical Address Zip": "49749", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16288951841359772", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904609", + "School District Name": "Edgewood City", + "Physical Address Line 1": "3500 Busenbark Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trenton", + "Physical Address State": "OH ", + "Physical Address Zip": "45067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09639162250820085", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2619250", + "School District Name": "Ionia Public Schools", + "Physical Address Line 1": "250 EAST TUTTLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IONIA", + "Physical Address State": "MI ", + "Physical Address Zip": "48846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1825699745547074", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818120", + "School District Name": "EDGEWOOD ISD", + "Physical Address Line 1": "804 E PINE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDGEWOOD", + "Physical Address State": "TX ", + "Physical Address Zip": "75117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16123019571295433", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2619290", + "School District Name": "Ionia Township S/D #2", + "Physical Address Line 1": "2120 NORTH STATE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IONIA", + "Physical Address State": "MI ", + "Physical Address Zip": "48846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26011560693641617", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818150", + "School District Name": "EDGEWOOD ISD", + "Physical Address Line 1": "5358 W COMMERCE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78237", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.3689192742571654", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2619410", + "School District Name": "Iron Mountain Public Schools", + "Physical Address Line 1": "217 IZZO MARIUCCI WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IRON MOUNTAIN", + "Physical Address State": "MI ", + "Physical Address Zip": "49801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17223650385604114", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2619470", + "School District Name": "Ironwood Area Schools of Gogebic County", + "Physical Address Line 1": "650 EAST AYER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IRONWOOD", + "Physical Address State": "MI ", + "Physical Address Zip": "49938", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.25418410041841005", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2711250", + "School District Name": "EDINA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "5701 NORMANDALE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDINA", + "Physical Address State": "MN ", + "Physical Address Zip": "55424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.029162539892153626", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2619530", + "School District Name": "Ishpeming Public School District No. 1", + "Physical Address Line 1": "319 EAST DIVISION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ISHPEMING", + "Physical Address State": "MI ", + "Physical Address Zip": "49849", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16998950682056663", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818180", + "School District Name": "EDINBURG CISD", + "Physical Address Line 1": "411 N 8TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDINBURG", + "Physical Address State": "TX ", + "Physical Address Zip": "78541", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.3308071780939444", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2619580", + "School District Name": "Ithaca Public Schools", + "Physical Address Line 1": "710 NORTH UNION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ITHACA", + "Physical Address State": "MI ", + "Physical Address Zip": "48847", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15317073170731707", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610230", + "School District Name": "EDINBURG COMMON SCHOOL DISTRICT", + "Physical Address Line 1": "4 JOHNSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDINBURG", + "Physical Address State": "NY ", + "Physical Address Zip": "12134", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15789473684210525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2619620", + "School District Name": "Jackson Public Schools", + "Physical Address Line 1": "522 WILDWOOD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSON", + "Physical Address State": "MI ", + "Physical Address Zip": "49201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.21950386891215293", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2619800", + "School District Name": "Jefferson Schools (Monroe)", + "Physical Address Line 1": "5707 WILLIAMS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWPORT", + "Physical Address State": "MI ", + "Physical Address Zip": "48166", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1325040562466198", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2619830", + "School District Name": "Jenison Public Schools", + "Physical Address Line 1": "8375 20th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jenison", + "Physical Address State": "MI ", + "Physical Address Zip": "49428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03798196815653175", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2619890", + "School District Name": "Johannesburg-Lewiston Area Schools", + "Physical Address Line 1": "10854 M 32 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JOHANNESBURG", + "Physical Address State": "MI ", + "Physical Address Zip": "49751", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18193891102257637", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2619920", + "School District Name": "Jonesville Community Schools", + "Physical Address Line 1": "115 East Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jonesville", + "Physical Address State": "MI ", + "Physical Address Zip": "49250", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15478615071283094", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2619950", + "School District Name": "Kalamazoo Public Schools", + "Physical Address Line 1": "1220 HOWARD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KALAMAZOO", + "Physical Address State": "MI ", + "Physical Address Zip": "49008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.22756324900133157", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904779", + "School District Name": "Edison Local", + "Physical Address Line 1": "14890 State Route 213", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hammondsville", + "Physical Address State": "OH ", + "Physical Address Zip": "43930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1879625061667489", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2309100", + "School District Name": "Lincoln-Region 3", + "Physical Address Line 1": "35 West Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "ME ", + "Physical Address Zip": "04457", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620010", + "School District Name": "Kaleva Norman Dickson School District", + "Physical Address Line 1": "4400 NORTH HIGH BRIDGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRETHREN", + "Physical Address State": "MI ", + "Physical Address Zip": "49619", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20572916666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2309110", + "School District Name": "Rumford-Region 9", + "Physical Address Line 1": "377 River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mexico", + "Physical Address State": "ME ", + "Physical Address Zip": "04257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904678", + "School District Name": "Edison Local (formerly Berlin-Milan)", + "Physical Address Line 1": "140 Main St S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milan", + "Physical Address State": "OH ", + "Physical Address Zip": "44846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11496467565831728", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620050", + "School District Name": "Kalkaska Public Schools", + "Physical Address Line 1": "315 S Coral Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalkaska", + "Physical Address State": "MI ", + "Physical Address Zip": "49646", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1717369970559372", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620070", + "School District Name": "Kearsley Community School District", + "Physical Address Line 1": "4396 UNDERHILL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLINT", + "Physical Address State": "MI ", + "Physical Address Zip": "48506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1943127962085308", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2309560", + "School District Name": "Pembroke Public Schools", + "Physical Address Line 1": "100 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastport", + "Physical Address State": "ME ", + "Physical Address Zip": "04631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1743119266055046", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404500", + "School District Name": "Edison Township School District", + "Physical Address Line 1": "312 Pierson Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edison", + "Physical Address State": "NJ ", + "Physical Address Zip": "08837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.054374289888005196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2309630", + "School District Name": "Penobscot Public Schools", + "Physical Address Line 1": "20 Hinckley Ridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blue Hill", + "Physical Address State": "ME ", + "Physical Address Zip": "04614", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14953271028037382", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620160", + "School District Name": "Kelloggsville Public Schools", + "Physical Address Line 1": "242 52ND ST SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.20205040580948314", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2309650", + "School District Name": "Perry Public Schools", + "Physical Address Line 1": "100 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastport", + "Physical Address State": "ME ", + "Physical Address Zip": "04631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13740458015267176", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2309810", + "School District Name": "Pleasant Ridge Plt School Dept", + "Physical Address Line 1": "343 Ridge Pond Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pleasant Ridge Plantation", + "Physical Address State": "ME ", + "Physical Address Zip": "04920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620280", + "School District Name": "Kenowa Hills Public Schools", + "Physical Address Line 1": "2325 4 MILE RD NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49544", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10426770126091174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2309930", + "School District Name": "Portland Public Schools", + "Physical Address Line 1": "353 Cumberland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portland", + "Physical Address State": "ME ", + "Physical Address Zip": "04101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.13208080237321657", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900070", + "School District Name": "Edith Bowen Laboratory School", + "Physical Address Line 1": "6700 OLD MAIN HILL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOGAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84322", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2309990", + "School District Name": "Princeton Public Schools", + "Physical Address Line 1": "63 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baileyville", + "Physical Address State": "ME ", + "Physical Address Zip": "04694", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21238938053097345", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620310", + "School District Name": "Kent City Community Schools", + "Physical Address Line 1": "200 NORTH CLOVER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KENT CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "49330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1354679802955665", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310140", + "School District Name": "Reed Plt Public Schools", + "Physical Address Line 1": "31 Winn Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lee", + "Physical Address State": "ME ", + "Physical Address Zip": "04455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310190", + "School District Name": "Robbinston Public Schools", + "Physical Address Line 1": "32 Blue Devil Hill", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calais", + "Physical Address State": "ME ", + "Physical Address Zip": "04619", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1724137931034483", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620340", + "School District Name": "Kentwood Public Schools", + "Physical Address Line 1": "5820 EASTERN AVE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49508", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1455665024630542", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310320", + "School District Name": "Roque Bluffs Public Schools", + "Physical Address Line 1": "291 Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Machias", + "Physical Address State": "ME ", + "Physical Address Zip": "04654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310380", + "School District Name": "Saco Public Schools", + "Physical Address Line 1": "90 Beach Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saco", + "Physical Address State": "ME ", + "Physical Address Zip": "04072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0653061224489796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620380", + "School District Name": "Kingsley Area Schools", + "Physical Address Line 1": "402 FENTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGSLEY", + "Physical Address State": "MI ", + "Physical Address Zip": "49649", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12966601178781925", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310500", + "School District Name": "Sanford Public Schools", + "Physical Address Line 1": "917 Maine St Suite 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sanford", + "Physical Address State": "ME ", + "Physical Address Zip": "04073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1397981033955338", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310530", + "School District Name": "Scarborough Public Schools", + "Physical Address Line 1": "259 US ROUTE 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scarborough", + "Physical Address State": "ME ", + "Physical Address Zip": "04074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.04202682563338301", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620400", + "School District Name": "Kingston Community School District", + "Physical Address Line 1": "5790 STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGSTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48741", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17016806722689076", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310590", + "School District Name": "RSU 11/MSAD 11", + "Physical Address Line 1": "150 Highland Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gardiner", + "Physical Address State": "ME ", + "Physical Address Zip": "04345", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10106629578117757", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600018", + "School District Name": "L'Anse Area Schools", + "Physical Address Line 1": "201 NORTH 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LANSE", + "Physical Address State": "MI ", + "Physical Address Zip": "49946", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18960244648318042", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310620", + "School District Name": "RSU 82/MSAD 12", + "Physical Address Line 1": "606 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackman", + "Physical Address State": "ME ", + "Physical Address Zip": "04945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12121212121212122", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310650", + "School District Name": "RSU 83/MSAD 13", + "Physical Address Line 1": "110 Meadow St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bingham", + "Physical Address State": "ME ", + "Physical Address Zip": "04920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20261437908496732", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2621870", + "School District Name": "L'Anse Creuse Public Schools", + "Physical Address Line 1": "24076 FV Pankow Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton Township", + "Physical Address State": "MI ", + "Physical Address Zip": "48036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1251783506135261", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310680", + "School District Name": "RSU 84/MSAD 14", + "Physical Address Line 1": "31A Houlton", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danforth", + "Physical Address State": "ME ", + "Physical Address Zip": "04424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310710", + "School District Name": "RSU 15/MSAD 15", + "Physical Address Line 1": "14 Shaker Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gray", + "Physical Address State": "ME ", + "Physical Address Zip": "04039", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06939409632314862", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620550", + "School District Name": "Laingsburg Community Schools", + "Physical Address Line 1": "205 SOUTH WOODHULL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAINGSBURG", + "Physical Address State": "MI ", + "Physical Address Zip": "48848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06572769953051644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310770", + "School District Name": "RSU 17/MSAD 17", + "Physical Address Line 1": "232 Main St Suite 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Paris", + "Physical Address State": "ME ", + "Physical Address Zip": "04281", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18495872821767043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310830", + "School District Name": "RSU 85/MSAD 19", + "Physical Address Line 1": "100 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastport", + "Physical Address State": "ME ", + "Physical Address Zip": "04631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30434782608695654", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620610", + "School District Name": "Lake City Area School District", + "Physical Address Line 1": "710 EAST MITCHELL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "49651", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1956521739130435", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310860", + "School District Name": "RSU 79/MSAD 01", + "Physical Address Line 1": "79 Blake St Suite #1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Presque Isle", + "Physical Address State": "ME ", + "Physical Address Zip": "04769", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14790807307012374", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310890", + "School District Name": "RSU 86/MSAD 20", + "Physical Address Line 1": "28 High School Drive Suite B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Fairfield", + "Physical Address State": "ME ", + "Physical Address Zip": "04742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14779270633397312", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620670", + "School District Name": "Lake Fenton Community Schools", + "Physical Address Line 1": "11425 TORREY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FENTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0649746192893401", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310980", + "School District Name": "RSU 87/MSAD 23", + "Physical Address Line 1": "44 Plymouth Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carmel", + "Physical Address State": "ME ", + "Physical Address Zip": "04419", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10554371002132196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311010", + "School District Name": "RSU 88/MSAD 24", + "Physical Address Line 1": "169 Main Street Suite 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Van Buren", + "Physical Address State": "ME ", + "Physical Address Zip": "04785", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2206405693950178", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620700", + "School District Name": "Lake Linden-Hubbell School District", + "Physical Address Line 1": "601 CALUMET ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE LINDEN", + "Physical Address State": "MI ", + "Physical Address Zip": "49945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16797488226059654", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311130", + "School District Name": "RSU 28/MSAD 28", + "Physical Address Line 1": "7 Lions Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "ME ", + "Physical Address Zip": "04843", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09296781883194279", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620730", + "School District Name": "Lake Orion Community Schools", + "Physical Address Line 1": "315 NORTH LAPEER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE ORION", + "Physical Address State": "MI ", + "Physical Address Zip": "48362", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03836585046484221", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311160", + "School District Name": "RSU 29/MSAD 29", + "Physical Address Line 1": "7 Bird Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Houlton", + "Physical Address State": "ME ", + "Physical Address Zip": "04730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21096345514950166", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610260", + "School District Name": "EDMESTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "11 NORTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDMESTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1583710407239819", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311220", + "School District Name": "RSU 30/MSAD 30", + "Physical Address Line 1": "31 Winn Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lee", + "Physical Address State": "ME ", + "Physical Address Zip": "04455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2109704641350211", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632670", + "School District Name": "Lake Shore Public Schools (Macomb)", + "Physical Address Line 1": "28850 HARPER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT CLAIR SHORES", + "Physical Address State": "MI ", + "Physical Address Zip": "48081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311250", + "School District Name": "RSU 31/MSAD 31", + "Physical Address Line 1": "20 Howland Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lagrange", + "Physical Address State": "ME ", + "Physical Address Zip": "04453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.178743961352657", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010590", + "School District Name": "EDMOND", + "Physical Address Line 1": "1001 West Danforth Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edmond", + "Physical Address State": "OK ", + "Physical Address Zip": "73003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0919026949380133", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311280", + "School District Name": "RSU 32/MSAD 32", + "Physical Address Line 1": "180 Presque Isle Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "ME ", + "Physical Address Zip": "04732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2396694214876033", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620820", + "School District Name": "Lakeshore School District (Berrien)", + "Physical Address Line 1": "5771 CLEVELAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEVENSVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "49127", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08797364085667216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311310", + "School District Name": "RSU 33/MSAD 33", + "Physical Address Line 1": "431 US Rte 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frenchville", + "Physical Address State": "ME ", + "Physical Address Zip": "04745", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14798206278026907", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302400", + "School District Name": "Edmonds School District", + "Physical Address Line 1": "20420 68TH AVE W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LYNNWOOD", + "Physical Address State": "WA ", + "Physical Address Zip": "98036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07771451809678731", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311370", + "School District Name": "RSU 35/MSAD 35", + "Physical Address Line 1": "180 Depot Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eliot", + "Physical Address State": "ME ", + "Physical Address Zip": "03903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05082536924413553", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620910", + "School District Name": "Lakeview Community Schools (Montcalm)", + "Physical Address Line 1": "602 WASHINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKEVIEW", + "Physical Address State": "MI ", + "Physical Address Zip": "48850", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1979336595976074", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311430", + "School District Name": "RSU 37/MSAD 37", + "Physical Address Line 1": "1020 Sacarap Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrington", + "Physical Address State": "ME ", + "Physical Address Zip": "04643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19554848966613672", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620880", + "School District Name": "Lakeview Public Schools (Macomb)", + "Physical Address Line 1": "27575 Harper Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Clair Shores", + "Physical Address State": "MI ", + "Physical Address Zip": "48081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09194963754292255", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311520", + "School District Name": "RSU 03/MSAD 03", + "Physical Address Line 1": "84 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Unity", + "Physical Address State": "ME ", + "Physical Address Zip": "04988", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19393939393939394", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3805950", + "School District Name": "EDMORE 2", + "Physical Address Line 1": "706 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edmore", + "Physical Address State": "ND ", + "Physical Address Zip": "58330", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311550", + "School District Name": "RSU 40/MSAD 40", + "Physical Address Line 1": "1070 Heald Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union", + "Physical Address State": "ME ", + "Physical Address Zip": "04862", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1375886524822695", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620850", + "School District Name": "Lakeview Sch. District (Calhoun)", + "Physical Address Line 1": "15 ARBOR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BATTLE CREEK", + "Physical Address State": "MI ", + "Physical Address Zip": "49015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11747501827930783", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311580", + "School District Name": "RSU 41/MSAD 41", + "Physical Address Line 1": "20 Howland Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lagrange", + "Physical Address State": "ME ", + "Physical Address Zip": "04453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27239488117001825", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601186", + "School District Name": "EDMUND W GORDON BROOKLYN LABORATORY CHARTER SCHOOL", + "Physical Address Line 1": "77 SANDS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311610", + "School District Name": "RSU 42/MSAD 42", + "Physical Address Line 1": "35 Pleasant Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mars Hill", + "Physical Address State": "ME ", + "Physical Address Zip": "04758", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11895910780669144", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620940", + "School District Name": "LakeVille Community School District", + "Physical Address Line 1": "11107 WASHBURN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OTISVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48463", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12800447177193963", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311670", + "School District Name": "RSU 44/MSAD 44", + "Physical Address Line 1": "One Parkway Suite 204", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethel", + "Physical Address State": "ME ", + "Physical Address Zip": "04217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15497076023391812", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4634440", + "School District Name": "Edmunds Central School District 22-5", + "Physical Address Line 1": "105 1st Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roscoe", + "Physical Address State": "SD ", + "Physical Address Zip": "57471", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311700", + "School District Name": "RSU 45/MSAD 45", + "Physical Address Line 1": "33 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washburn", + "Physical Address State": "ME ", + "Physical Address Zip": "04786", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09523809523809523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2620980", + "School District Name": "Lakewood Public Schools", + "Physical Address Line 1": "223 W Broadway St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodland", + "Physical Address State": "MI ", + "Physical Address Zip": "48897", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10067415730337079", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311730", + "School District Name": "RSU 80/MSAD 04", + "Physical Address Line 1": "25 Campus Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Guilford", + "Physical Address State": "ME ", + "Physical Address Zip": "04443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20166666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818210", + "School District Name": "EDNA ISD", + "Physical Address Line 1": "601 N WELLS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDNA", + "Physical Address State": "TX ", + "Physical Address Zip": "77957", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20557275541795667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311790", + "School District Name": "RSU 06/MSAD 06", + "Physical Address Line 1": "94 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buxton", + "Physical Address State": "ME ", + "Physical Address Zip": "04093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08776041666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2621120", + "School District Name": "Lamphere Public Schools", + "Physical Address Line 1": "31201 DORCHESTER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MADISON HEIGHTS", + "Physical Address State": "MI ", + "Physical Address Zip": "48071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11914893617021277", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311820", + "School District Name": "RSU 07/MSAD 07", + "Physical Address Line 1": "93 Pulpit Harbor Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Haven", + "Physical Address State": "ME ", + "Physical Address Zip": "04853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1016949152542373", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311850", + "School District Name": "RSU 08/MSAD 08", + "Physical Address Line 1": "22 Arcola Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vinalhaven", + "Physical Address State": "ME ", + "Physical Address Zip": "04863", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2621150", + "School District Name": "Lansing Public School District", + "Physical Address Line 1": "519 WEST KALAMAZOO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LANSING", + "Physical Address State": "MI ", + "Physical Address Zip": "48933", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.2672215843857635", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2312100", + "School District Name": "Education in Unorganized Terr", + "Physical Address Line 1": "90 Blossom Lane", + "Physical Address Line 2": "Deering Bldg", + "Physical Address Line 3": "", + "Physical Address City": "Augusta", + "Physical Address State": "ME ", + "Physical Address Zip": "04333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2621180", + "School District Name": "Lapeer Community Schools", + "Physical Address Line 1": "250 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAPEER", + "Physical Address State": "MI ", + "Physical Address Zip": "48446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11087136929460581", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2312140", + "School District Name": "Sedgwick Public Schools", + "Physical Address Line 1": "272 Snow's Cove Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sedgwick", + "Physical Address State": "ME ", + "Physical Address Zip": "04676", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1657754010695187", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2312180", + "School District Name": "Shirley Public Schools", + "Physical Address Line 1": "89 West Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shirley", + "Physical Address State": "ME ", + "Physical Address Zip": "04485", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2621210", + "School District Name": "Lawrence Public Schools", + "Physical Address Line 1": "650 WEST SAINT JOSEPH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAWRENCE", + "Physical Address State": "MI ", + "Physical Address Zip": "49064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1539528432732316", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2312260", + "School District Name": "Houlton-Region 2", + "Physical Address Line 1": "5 Bird Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Houlton", + "Physical Address State": "ME ", + "Physical Address Zip": "04730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2312300", + "School District Name": "South Bristol Public Schools", + "Physical Address Line 1": "767 Main Street 1-A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Damariscotta", + "Physical Address State": "ME ", + "Physical Address Zip": "04543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08080808080808081", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2621240", + "School District Name": "Lawton Community School District", + "Physical Address Line 1": "101 PRIMARY WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAWTON", + "Physical Address State": "MI ", + "Physical Address Zip": "49065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11564625850340136", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2312320", + "School District Name": "Oxford-Region 11", + "Physical Address Line 1": "256 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Paris", + "Physical Address State": "ME ", + "Physical Address Zip": "04281", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2312330", + "School District Name": "South Portland Public Schools", + "Physical Address Line 1": "130 Wescott Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Portland", + "Physical Address State": "ME ", + "Physical Address Zip": "04106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08691617692545624", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2621390", + "School District Name": "Leland Public School District", + "Physical Address Line 1": "200 NORTH GRAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LELAND", + "Physical Address State": "MI ", + "Physical Address Zip": "49654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09595959595959595", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2312360", + "School District Name": "Southport Public Schools", + "Physical Address Line 1": "51 Emery Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boothbay Harbor", + "Physical Address State": "ME ", + "Physical Address Zip": "04538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2621420", + "School District Name": "Les Cheneaux Community Schools", + "Physical Address Line 1": "298 EAST HIGHWAY M134", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CEDARVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "49719", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16942148760330578", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2312390", + "School District Name": "Southwest Harbor Public Schools", + "Physical Address Line 1": "1081 Eagle Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bar Harbor", + "Physical Address State": "ME ", + "Physical Address Zip": "04609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1366906474820144", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2312750", + "School District Name": "Surry Public Schools", + "Physical Address Line 1": "20 Hinckley Ridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blue Hill", + "Physical Address State": "ME ", + "Physical Address Zip": "04614", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11428571428571428", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2621450", + "School District Name": "Leslie Public Schools", + "Physical Address Line 1": "4141 HULL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LESLIE", + "Physical Address State": "MI ", + "Physical Address Zip": "49251", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.114215283483977", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2312810", + "School District Name": "Talmadge Public Schools", + "Physical Address Line 1": "63 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baileyville", + "Physical Address State": "ME ", + "Physical Address Zip": "04694", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905062", + "School District Name": "Edon Northwest Local", + "Physical Address Line 1": "802 W Indiana St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edon", + "Physical Address State": "OH ", + "Physical Address Zip": "43518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09982174688057041", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2312960", + "School District Name": "Tremont Public Schools", + "Physical Address Line 1": "1081 Eagle Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bar Harbor", + "Physical Address State": "ME ", + "Physical Address Zip": "04609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1092436974789916", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2621570", + "School District Name": "Lincoln Consolidated School District", + "Physical Address Line 1": "7425 WILLIS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YPSILANTI", + "Physical Address State": "MI ", + "Physical Address Zip": "48197", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10039539281416537", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2312980", + "School District Name": "Trenton Public Schools", + "Physical Address Line 1": "1081 Eagle Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bar Harbor", + "Physical Address State": "ME ", + "Physical Address Zip": "04609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313070", + "School District Name": "Upton Public Schools", + "Physical Address Line 1": "One Parkway Suite 204", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethel", + "Physical Address State": "ME ", + "Physical Address Zip": "04217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2621600", + "School District Name": "Lincoln Park School District of the City of", + "Physical Address Line 1": "1650 CHAMPAIGN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINCOLN PARK", + "Physical Address State": "MI ", + "Physical Address Zip": "48146", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23643355647343683", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313080", + "School District Name": "Vanceboro Public Schools", + "Physical Address Line 1": "1025 Van Buren Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vanceboro", + "Physical Address State": "ME ", + "Physical Address Zip": "04491", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800186", + "School District Name": "EDUCATION CENTER INTERNATIONAL ACADEMY", + "Physical Address Line 1": "302 N TOWN E BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUNNYVALE", + "Physical Address State": "TX ", + "Physical Address Zip": "75182", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313110", + "School District Name": "Vassalboro Public Schools", + "Physical Address Line 1": "1116 Webber Pond Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vassalboro", + "Physical Address State": "ME ", + "Physical Address Zip": "04989", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08831521739130435", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2621690", + "School District Name": "Linden Community Schools", + "Physical Address Line 1": "7205 SILVER LAKE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINDEN", + "Physical Address State": "MI ", + "Physical Address Zip": "48451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07476635514018691", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313140", + "School District Name": "Veazie Public Schools", + "Physical Address Line 1": "1040 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Veazie", + "Physical Address State": "ME ", + "Physical Address Zip": "04401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1037344398340249", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313200", + "School District Name": "Waite Public Schools", + "Physical Address Line 1": "63 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baileyville", + "Physical Address State": "ME ", + "Physical Address Zip": "04694", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2621750", + "School District Name": "Litchfield Community Schools", + "Physical Address Line 1": "210 WILLIAMS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITCHFIELD", + "Physical Address State": "MI ", + "Physical Address Zip": "49252", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2054794520547945", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313210", + "School District Name": "Waldo-Region 7", + "Physical Address Line 1": "1022 Waterville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waldo", + "Physical Address State": "ME ", + "Physical Address Zip": "04915", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700440", + "School District Name": "Education Innovation Partners Coope", + "Physical Address Line 1": "26152 COUNTY ROAD 439", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MN ", + "Physical Address Zip": "55744", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313350", + "School District Name": "Waterville Public Schools", + "Physical Address Line 1": "25 Messalonskee Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterville", + "Physical Address State": "ME ", + "Physical Address Zip": "04901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16221873364730507", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2621840", + "School District Name": "Livonia Public Schools School District", + "Physical Address Line 1": "15125 FARMINGTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIVONIA", + "Physical Address State": "MI ", + "Physical Address Zip": "48154", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.07357838517122212", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313490", + "School District Name": "Wells-Ogunquit CSD", + "Physical Address Line 1": "1460 Post Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wells", + "Physical Address State": "ME ", + "Physical Address Zip": "04090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06709677419354838", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313500", + "School District Name": "Wesley Public Schools", + "Physical Address Line 1": "291 Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Machias", + "Physical Address State": "ME ", + "Physical Address Zip": "04654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622050", + "School District Name": "Lowell Area Schools", + "Physical Address Line 1": "300 HIGH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOWELL", + "Physical Address State": "MI ", + "Physical Address Zip": "49331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06397228637413395", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313530", + "School District Name": "West Bath Public Schools", + "Physical Address Line 1": "126 New Meadows Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Bath", + "Physical Address State": "ME ", + "Physical Address Zip": "04530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08713692946058091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313560", + "School District Name": "Westbrook Public Schools", + "Physical Address Line 1": "117 Stroudwater Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westbrook", + "Physical Address State": "ME ", + "Physical Address Zip": "04092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.16031987814166032", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622200", + "School District Name": "Ludington Area School District", + "Physical Address Line 1": "809 EAST TINKHAM AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUDINGTON", + "Physical Address State": "MI ", + "Physical Address Zip": "49431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1678926871484206", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313590", + "School District Name": "Westmanland Public Schools", + "Physical Address Line 1": "843 Woodland Ctr Rd", + "Physical Address Line 2": "Suite 3", + "Physical Address Line 3": "", + "Physical Address City": "Woodland", + "Physical Address State": "ME ", + "Physical Address Zip": "04736", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313710", + "School District Name": "Whitneyville Public Schools", + "Physical Address Line 1": "291 Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Machias", + "Physical Address State": "ME ", + "Physical Address Zip": "04654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21212121212121213", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622230", + "School District Name": "Mackinac Island Public Schools", + "Physical Address Line 1": "340 LAKESHORE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MACKINAC ISLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "49757", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07547169811320754", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313740", + "School District Name": "Willimantic Public Schools", + "Physical Address Line 1": "2356 Elliotsville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willimantic", + "Physical Address State": "ME ", + "Physical Address Zip": "04443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23076923076923078", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900434", + "School District Name": "Educational Academy for Boys & Girls", + "Physical Address Line 1": "35 Midland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43223", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313860", + "School District Name": "Winslow Schools", + "Physical Address Line 1": "20 Dean Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winslow", + "Physical Address State": "ME ", + "Physical Address Zip": "04901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.08862876254180602", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622260", + "School District Name": "Mackinaw City Public Schools", + "Physical Address Line 1": "609 WEST CENTRAL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MACKINAW CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "49701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15702479338842976", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313970", + "School District Name": "Winthrop Public Schools", + "Physical Address Line 1": "17A Highland Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winthrop", + "Physical Address State": "ME ", + "Physical Address Zip": "04364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09111111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2313980", + "School District Name": "Wiscasset Public Schools", + "Physical Address Line 1": "225 Gardiner Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wiscasset", + "Physical Address State": "ME ", + "Physical Address Zip": "04578", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13076923076923078", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622290", + "School District Name": "Madison District Public Schools", + "Physical Address Line 1": "26524 JOHN R RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MADISON HEIGHTS", + "Physical Address State": "MI ", + "Physical Address Zip": "48071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16340361445783133", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314010", + "School District Name": "Woodland Public Schools", + "Physical Address Line 1": "843 Woodland Ctr Rd", + "Physical Address Line 2": "Suite 3", + "Physical Address Line 3": "", + "Physical Address City": "Woodland", + "Physical Address State": "ME ", + "Physical Address Zip": "04736", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12941176470588237", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314040", + "School District Name": "Woodville Public Schools", + "Physical Address Line 1": "45 North Steet", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Millinocket", + "Physical Address State": "ME ", + "Physical Address Zip": "04430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.391304347826087", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622320", + "School District Name": "Madison School District (Lenawee)", + "Physical Address Line 1": "3498 TREAT HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADRIAN", + "Physical Address State": "MI ", + "Physical Address Zip": "49221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23449001051524712", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314100", + "School District Name": "Yarmouth Schools", + "Physical Address Line 1": "101 McCartney Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yarmouth", + "Physical Address State": "ME ", + "Physical Address Zip": "04096", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.05168408826945412", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300340", + "School District Name": "Educational Service Agency 112", + "Physical Address Line 1": "2500 NE 65th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vancouver", + "Physical Address State": "WA ", + "Physical Address Zip": "98661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314130", + "School District Name": "York Public Schools", + "Physical Address Line 1": "469 US Route 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "York", + "Physical Address State": "ME ", + "Physical Address Zip": "03909", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.044743935309973046", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622350", + "School District Name": "Mancelona Public Schools", + "Physical Address Line 1": "112 ST JOHN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANCELONA", + "Physical Address State": "MI ", + "Physical Address Zip": "49659", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19692603266090297", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314160", + "School District Name": "RSU 52/MSAD 52", + "Physical Address Line 1": "486 Turner Center Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turner", + "Physical Address State": "ME ", + "Physical Address Zip": "04282", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09734513274336283", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314190", + "School District Name": "RSU 55/MSAD 55", + "Physical Address Line 1": "137 South Hiram Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hiram", + "Physical Address State": "ME ", + "Physical Address Zip": "04041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16467576791808874", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622380", + "School District Name": "Manchester Community Schools", + "Physical Address Line 1": "710 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANCHESTER", + "Physical Address State": "MI ", + "Physical Address Zip": "48158", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.059266227657572904", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314210", + "School District Name": "RSU 61/MSAD 61", + "Physical Address Line 1": "900 Portland Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgton", + "Physical Address State": "ME ", + "Physical Address Zip": "04009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13649677797305212", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300010", + "School District Name": "Educational Service District 101", + "Physical Address Line 1": "4202 S Regal Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spokane", + "Physical Address State": "WA ", + "Physical Address Zip": "99223", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314240", + "School District Name": "RSU 51/MSAD 51", + "Physical Address Line 1": "357 Tuttle Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cumberland", + "Physical Address State": "ME ", + "Physical Address Zip": "04021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.035505430242272346", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622410", + "School District Name": "Manistee Area Public Schools", + "Physical Address Line 1": "550 MAPLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANISTEE", + "Physical Address State": "MI ", + "Physical Address Zip": "49660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17408376963350786", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314300", + "School District Name": "RSU 58/MSAD 58", + "Physical Address Line 1": "1401 Rangeley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phillips", + "Physical Address State": "ME ", + "Physical Address Zip": "04966", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17660044150110377", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300013", + "School District Name": "Educational Service District 105", + "Physical Address Line 1": "33 S 2ND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YAKIMA", + "Physical Address State": "WA ", + "Physical Address Zip": "98902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314330", + "School District Name": "RSU 49/MSAD 49", + "Physical Address Line 1": "41 West Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "ME ", + "Physical Address Zip": "04937", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1200533570475767", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622470", + "School District Name": "Manistique Area Schools", + "Physical Address Line 1": "100 NORTH CEDAR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANISTIQUE", + "Physical Address State": "MI ", + "Physical Address Zip": "49854", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2361963190184049", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314410", + "School District Name": "RSU 65/MSAD 65", + "Physical Address Line 1": "37 Second St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hallowell", + "Physical Address State": "ME ", + "Physical Address Zip": "04347", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300005", + "School District Name": "Educational Service District 112", + "Physical Address Line 1": "2500 NE 65TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VANCOUVER", + "Physical Address State": "WA ", + "Physical Address Zip": "98661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314440", + "School District Name": "RSU 64/MSAD 64", + "Physical Address Line 1": "118 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Corinth", + "Physical Address State": "ME ", + "Physical Address Zip": "04427", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14321398834304747", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622500", + "School District Name": "Manton Consolidated Schools", + "Physical Address Line 1": "105 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANTON", + "Physical Address State": "MI ", + "Physical Address Zip": "49663", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1831726555652936", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314470", + "School District Name": "RSU 63/MSAD 63", + "Physical Address Line 1": "202 Kidder Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holden", + "Physical Address State": "ME ", + "Physical Address Zip": "04429", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09162011173184358", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300012", + "School District Name": "Educational Service District 123", + "Physical Address Line 1": "3918 W COURT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PASCO", + "Physical Address State": "WA ", + "Physical Address Zip": "99301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622620", + "School District Name": "Maple Valley Schools", + "Physical Address Line 1": "11090 NASHVILLE HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VERMONTVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "49096", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16476462196861627", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314560", + "School District Name": "RSU 59/MSAD 59", + "Physical Address Line 1": "205 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "ME ", + "Physical Address Zip": "04950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1507823613086771", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180010", + "School District Name": "EDUCATIONAL SERVICE UNIT 01", + "Physical Address Line 1": "211 TENTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAKEFIELD", + "Physical Address State": "NE ", + "Physical Address Zip": "68784", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314590", + "School District Name": "RSU 54/MSAD 54", + "Physical Address Line 1": "196 West Front Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Skowhegan", + "Physical Address State": "ME ", + "Physical Address Zip": "04976", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17656565656565656", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622830", + "School District Name": "Mar Lee School District", + "Physical Address Line 1": "21236 H DR N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARSHALL", + "Physical Address State": "MI ", + "Physical Address Zip": "49068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08710801393728224", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314610", + "School District Name": "RSU 53/MSAD 53", + "Physical Address Line 1": "182 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsfield", + "Physical Address State": "ME ", + "Physical Address Zip": "04967", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1689119170984456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180020", + "School District Name": "EDUCATIONAL SERVICE UNIT 02", + "Physical Address Line 1": "2320 N COLORADO AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FREMONT", + "Physical Address State": "NE ", + "Physical Address Zip": "68025", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314670", + "School District Name": "RSU 57/MSAD 57", + "Physical Address Line 1": "86 West Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterboro", + "Physical Address State": "ME ", + "Physical Address Zip": "04087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09903874162540052", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622740", + "School District Name": "Marcellus Community Schools", + "Physical Address Line 1": "305 ARBOR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARCELLUS", + "Physical Address State": "MI ", + "Physical Address Zip": "49067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1670792079207921", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314700", + "School District Name": "RSU 60/MSAD 60", + "Physical Address Line 1": "100 Noble Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Berwick", + "Physical Address State": "ME ", + "Physical Address Zip": "03906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08631319358816276", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180030", + "School District Name": "EDUCATIONAL SERVICE UNIT 03", + "Physical Address Line 1": "6949 S 110TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAVISTA", + "Physical Address State": "NE ", + "Physical Address Zip": "68128", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314761", + "School District Name": "RSU 68/MSAD 68", + "Physical Address Line 1": "63 Harrison Avenue Suite C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover-Foxcroft", + "Physical Address State": "ME ", + "Physical Address Zip": "04426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17346938775510204", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622800", + "School District Name": "Marion Public Schools", + "Physical Address Line 1": "510 WEST MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARION", + "Physical Address State": "MI ", + "Physical Address Zip": "49665", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19145299145299147", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314762", + "School District Name": "RSU 70/MSAD 70", + "Physical Address Line 1": "175 Hodgdon Mills Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hodgdon", + "Physical Address State": "ME ", + "Physical Address Zip": "04730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18694885361552027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180040", + "School District Name": "EDUCATIONAL SERVICE UNIT 04", + "Physical Address Line 1": "919 16TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUBURN", + "Physical Address State": "NE ", + "Physical Address Zip": "68305", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314765", + "School District Name": "RSU 72/MSAD 72", + "Physical Address Line 1": "25 Molly Ockett Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fryeburg", + "Physical Address State": "ME ", + "Physical Address Zip": "04037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15772089182493806", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622860", + "School District Name": "Marlette Community Schools", + "Physical Address Line 1": "6230 Euclid St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARLETTE", + "Physical Address State": "MI ", + "Physical Address Zip": "48453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19727272727272727", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314767", + "School District Name": "RSU 74/MSAD 74", + "Physical Address Line 1": "56 N. Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Anson", + "Physical Address State": "ME ", + "Physical Address Zip": "04958", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17001545595054096", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180050", + "School District Name": "EDUCATIONAL SERVICE UNIT 05", + "Physical Address Line 1": "900 WEST COURT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEATRICE", + "Physical Address State": "NE ", + "Physical Address Zip": "68310", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314768", + "School District Name": "RSU 75/MSAD 75", + "Physical Address Line 1": "50 Republic Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Topsham", + "Physical Address State": "ME ", + "Physical Address Zip": "04086", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0773178241532672", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600013", + "School District Name": "Marquette Area Public Schools", + "Physical Address Line 1": "1201 WEST FAIR AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARQUETTE", + "Physical Address State": "MI ", + "Physical Address Zip": "49855", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10052143684820394", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180060", + "School District Name": "EDUCATIONAL SERVICE UNIT 06", + "Physical Address Line 1": "210 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILFORD", + "Physical Address State": "NE ", + "Physical Address Zip": "68405", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314772", + "School District Name": "RSU 01 - LKRSU", + "Physical Address Line 1": "34 Wing Farm Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bath", + "Physical Address State": "ME ", + "Physical Address Zip": "04530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1277258566978193", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622970", + "School District Name": "Marshall Public Schools", + "Physical Address Line 1": "100 EAST GREEN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARSHALL", + "Physical Address State": "MI ", + "Physical Address Zip": "49068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1677096370463079", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314773", + "School District Name": "RSU 21", + "Physical Address Line 1": "177 Alewive Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kennebunk", + "Physical Address State": "ME ", + "Physical Address Zip": "04043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06037037037037037", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180070", + "School District Name": "EDUCATIONAL SERVICE UNIT 07", + "Physical Address Line 1": "2657 44TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLUMBUS", + "Physical Address State": "NE ", + "Physical Address Zip": "68601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314775", + "School District Name": "RSU 16", + "Physical Address Line 1": "3 Aggregate Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Poland", + "Physical Address State": "ME ", + "Physical Address Zip": "04274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2622980", + "School District Name": "Martin Public Schools", + "Physical Address Line 1": "1556 CHALMERS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARTIN", + "Physical Address State": "MI ", + "Physical Address Zip": "49070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11136107986501688", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314776", + "School District Name": "RSU 02", + "Physical Address Line 1": "7 Reed Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hallowell", + "Physical Address State": "ME ", + "Physical Address Zip": "04347", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09014084507042254", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180080", + "School District Name": "EDUCATIONAL SERVICE UNIT 08", + "Physical Address Line 1": "110 W 3RD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NELIGH", + "Physical Address State": "NE ", + "Physical Address Zip": "68756", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314777", + "School District Name": "RSU 67", + "Physical Address Line 1": "25 Reed Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "ME ", + "Physical Address Zip": "04457", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623040", + "School District Name": "Marysville Public Schools", + "Physical Address Line 1": "495 East Huron Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARYSVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08519793459552495", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314778", + "School District Name": "RSU 26", + "Physical Address Line 1": "10 Goodridge Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orono", + "Physical Address State": "ME ", + "Physical Address Zip": "04473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.10256410256410256", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180090", + "School District Name": "EDUCATIONAL SERVICE UNIT 09", + "Physical Address Line 1": "5807 OSBORNE DRIVE WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HASTINGS", + "Physical Address State": "NE ", + "Physical Address Zip": "68901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314779", + "School District Name": "RSU 18", + "Physical Address Line 1": "41 Heath Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "ME ", + "Physical Address Zip": "04963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623100", + "School District Name": "Mason Consolidated Schools (Monroe)", + "Physical Address Line 1": "2400 MASON EAGLE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ERIE", + "Physical Address State": "MI ", + "Physical Address Zip": "48133", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15807860262008733", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314780", + "School District Name": "RSU 12", + "Physical Address Line 1": "665 Patricktown Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerville", + "Physical Address State": "ME ", + "Physical Address Zip": "04348", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11934389140271494", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180100", + "School District Name": "EDUCATIONAL SERVICE UNIT 10", + "Physical Address Line 1": "76 PLAZA BOULEVARD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KEARNEY", + "Physical Address State": "NE ", + "Physical Address Zip": "68845", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314782", + "School District Name": "RSU 34", + "Physical Address Line 1": "156 Oak Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Old Town", + "Physical Address State": "ME ", + "Physical Address Zip": "04468", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.15675675675675677", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623130", + "School District Name": "Mason County Central Schools", + "Physical Address Line 1": "300 WEST BROADWAY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "49454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19287833827893175", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314783", + "School District Name": "RSU 04", + "Physical Address Line 1": "971 Gardiner Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wales", + "Physical Address State": "ME ", + "Physical Address Zip": "04280", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1131957473420888", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180110", + "School District Name": "EDUCATIONAL SERVICE UNIT 11", + "Physical Address Line 1": "412 W 14TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLDREGE", + "Physical Address State": "NE ", + "Physical Address Zip": "68949", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314784", + "School District Name": "RSU 23", + "Physical Address Line 1": "40 E Emerson Cummings Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Old Orchard Beach", + "Physical Address State": "ME ", + "Physical Address Zip": "04064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.14080459770114942", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623160", + "School District Name": "Mason County Eastern Schools", + "Physical Address Line 1": "18 SOUTH MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CUSTER", + "Physical Address State": "MI ", + "Physical Address Zip": "49405", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23677884615384615", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314785", + "School District Name": "RSU 19", + "Physical Address Line 1": "182 Moosehead Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "ME ", + "Physical Address Zip": "04953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18464437117286858", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180130", + "School District Name": "EDUCATIONAL SERVICE UNIT 13", + "Physical Address Line 1": "4215 AVENUE I", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSBLUFF", + "Physical Address State": "NE ", + "Physical Address Zip": "69361", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314787", + "School District Name": "RSU 13", + "Physical Address Line 1": "28 Lincoln Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockland", + "Physical Address State": "ME ", + "Physical Address Zip": "04841", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13690140845070423", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623070", + "School District Name": "Mason Public Schools (Ingham)", + "Physical Address Line 1": "201 W ASH ST", + "Physical Address Line 2": "STE 2A", + "Physical Address Line 3": "", + "Physical Address City": "MASON", + "Physical Address State": "MI ", + "Physical Address Zip": "48854", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07581435572211012", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314788", + "School District Name": "RSU 38", + "Physical Address Line 1": "45 Millard Harrison Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Readfield", + "Physical Address State": "ME ", + "Physical Address Zip": "04355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07912457912457913", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180150", + "School District Name": "EDUCATIONAL SERVICE UNIT 15", + "Physical Address Line 1": "344 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRENTON", + "Physical Address State": "NE ", + "Physical Address Zip": "69044", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314789", + "School District Name": "RSU 05", + "Physical Address Line 1": "17 West Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Freeport", + "Physical Address State": "ME ", + "Physical Address Zip": "04032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0703851261620186", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623250", + "School District Name": "Mattawan Consolidated School", + "Physical Address Line 1": "56720 MURRAY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MATTAWAN", + "Physical Address State": "MI ", + "Physical Address Zip": "49071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.056815524900631284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314790", + "School District Name": "RSU 24", + "Physical Address Line 1": "2165 US Highway 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sullivan", + "Physical Address State": "ME ", + "Physical Address Zip": "04664", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1814516129032258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180160", + "School District Name": "EDUCATIONAL SERVICE UNIT 16", + "Physical Address Line 1": "314 W FIRST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OGALLALA", + "Physical Address State": "NE ", + "Physical Address Zip": "69153", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314791", + "School District Name": "RSU 20", + "Physical Address Line 1": "6 Mortland Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Searsport", + "Physical Address State": "ME ", + "Physical Address Zip": "04974", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.206286836935167", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623280", + "School District Name": "Mayville Community School District", + "Physical Address Line 1": "6250 FULTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAYVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48744", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17775571002979146", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314793", + "School District Name": "RSU 14", + "Physical Address Line 1": "228 Windham Center Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windham", + "Physical Address State": "ME ", + "Physical Address Zip": "04062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07383343177790903", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180170", + "School District Name": "EDUCATIONAL SERVICE UNIT 17", + "Physical Address Line 1": "207 N MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AINSWORTH", + "Physical Address State": "NE ", + "Physical Address Zip": "69210", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314794", + "School District Name": "RSU 39", + "Physical Address Line 1": "75 Glenn Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Caribou", + "Physical Address State": "ME ", + "Physical Address Zip": "04736", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16460513796384396", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623310", + "School District Name": "McBain Rural Agricultural Schools", + "Physical Address Line 1": "107 EAST MAPLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MC BAIN", + "Physical Address State": "MI ", + "Physical Address Zip": "49657", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1085972850678733", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314795", + "School District Name": "RSU 10", + "Physical Address Line 1": "799 Hancock Street Suite 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rumford", + "Physical Address State": "ME ", + "Physical Address Zip": "04276", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.255047821466525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180180", + "School District Name": "EDUCATIONAL SERVICE UNIT 18", + "Physical Address Line 1": "5905 O STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINCOLN", + "Physical Address State": "NE ", + "Physical Address Zip": "68510", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314796", + "School District Name": "RSU 25", + "Physical Address Line 1": "62 Mechanic Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bucksport", + "Physical Address State": "ME ", + "Physical Address Zip": "04416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14497816593886462", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623460", + "School District Name": "Melvindale-North Allen Park Schools", + "Physical Address Line 1": "18530 PROSPECT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MELVINDALE", + "Physical Address State": "MI ", + "Physical Address Zip": "48122", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2896570203644159", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314803", + "School District Name": "RSU 78", + "Physical Address Line 1": "43 Mendolia Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rangeley", + "Physical Address State": "ME ", + "Physical Address Zip": "04970", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09787234042553192", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3180190", + "School District Name": "EDUCATIONAL SERVICE UNIT 19", + "Physical Address Line 1": "3215 CUMING STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OMAHA", + "Physical Address State": "NE ", + "Physical Address Zip": "68131", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314805", + "School District Name": "RSU 73", + "Physical Address Line 1": "9 Cedar Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livermore Falls", + "Physical Address State": "ME ", + "Physical Address Zip": "04254", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1723684210526316", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623490", + "School District Name": "Memphis Community Schools", + "Physical Address Line 1": "34110 BORDMAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEMPHIS", + "Physical Address State": "MI ", + "Physical Address Zip": "48041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08820286659316427", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314806", + "School District Name": "RSU 50", + "Physical Address Line 1": "922 Dyer Brook Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dyer Brook", + "Physical Address State": "ME ", + "Physical Address Zip": "04747", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22163588390501318", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3480260", + "School District Name": "Educational Services Commission of Morris County", + "Physical Address Line 1": "520 Speedwell Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morris Plains", + "Physical Address State": "NJ ", + "Physical Address Zip": "07950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623520", + "School District Name": "Mendon Community School District", + "Physical Address Line 1": "148 KIRBY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MENDON", + "Physical Address State": "MI ", + "Physical Address Zip": "49072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11531531531531532", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314808", + "School District Name": "Maine Academy of Natural Sciences", + "Physical Address Line 1": "13 Easler Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hinckley", + "Physical Address State": "ME ", + "Physical Address Zip": "04944", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3480180", + "School District Name": "Educational Services Commission of New Jersey", + "Physical Address Line 1": "1660 Stelton Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Piscataway", + "Physical Address State": "NJ ", + "Physical Address Zip": "08854", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314809", + "School District Name": "RSU 09", + "Physical Address Line 1": "129 Seamon Rd Suite #2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farmington", + "Physical Address State": "ME ", + "Physical Address Zip": "04938", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623550", + "School District Name": "Menominee Area Public Schools", + "Physical Address Line 1": "1230 13TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MENOMINEE", + "Physical Address State": "MI ", + "Physical Address Zip": "49858", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15106520335700452", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314810", + "School District Name": "Portage Lake Public Schools", + "Physical Address Line 1": "180 Presque Isle Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "ME ", + "Physical Address Zip": "04732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623580", + "School District Name": "Meridian Public Schools", + "Physical Address Line 1": "3361 NORTH MERIDIAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANFORD", + "Physical Address State": "MI ", + "Physical Address Zip": "48657", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13906810035842293", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314813", + "School District Name": "Fiddlehead School of Arts and Sciences", + "Physical Address Line 1": "25 Shaker Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gray", + "Physical Address State": "ME ", + "Physical Address Zip": "04039", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623610", + "School District Name": "Merrill Community Schools", + "Physical Address Line 1": "555 WEST ALICE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERRILL", + "Physical Address State": "MI ", + "Physical Address Zip": "48637", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17415730337078653", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700261", + "School District Name": "EDVISIONS OFF CAMPUS SCHOOL", + "Physical Address Line 1": "501 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HENDERSON", + "Physical Address State": "MN ", + "Physical Address Zip": "56044", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314815", + "School District Name": "RSU 22", + "Physical Address Line 1": "24 Main Road North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampden", + "Physical Address State": "ME ", + "Physical Address Zip": "04444", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623670", + "School District Name": "Mesick Consolidated Schools", + "Physical Address Line 1": "210 EAST MESICK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESICK", + "Physical Address State": "MI ", + "Physical Address Zip": "49668", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23847695390781562", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314816", + "School District Name": "Harpswell Coastal Academy", + "Physical Address Line 1": "9 Ash Point Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harpswell", + "Physical Address State": "ME ", + "Physical Address Zip": "04079", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623790", + "School District Name": "Michigan Center School District", + "Physical Address Line 1": "400 S State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Michigan Center", + "Physical Address State": "MI ", + "Physical Address Zip": "49254", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.11750599520383694", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314819", + "School District Name": "Maine Connections Academy", + "Physical Address Line 1": "8 Science Park Road", + "Physical Address Line 2": "Floor 3", + "Physical Address Line 3": "", + "Physical Address City": "Scarborough", + "Physical Address State": "ME ", + "Physical Address Zip": "04074", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623830", + "School District Name": "Mid Peninsula School District", + "Physical Address Line 1": "5055 SAINT NICHOLAS 31ST RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCK", + "Physical Address State": "MI ", + "Physical Address Zip": "49880", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10144927536231885", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314820", + "School District Name": "St George Public Schools", + "Physical Address Line 1": "65 Main street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tenants Harbor", + "Physical Address State": "ME ", + "Physical Address Zip": "04860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0891089108910891", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314821", + "School District Name": "Maine Virtual Academy", + "Physical Address Line 1": "6 East Chestnut St. Suite 230", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Augusta", + "Physical Address State": "ME ", + "Physical Address Zip": "04330", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623820", + "School District Name": "Midland Public Schools", + "Physical Address Line 1": "600 EAST CARPENTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "48640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1043660985290684", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314822", + "School District Name": "RSU 71", + "Physical Address Line 1": "41 Lions Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belfast", + "Physical Address State": "ME ", + "Physical Address Zip": "04915", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17155612244897958", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623850", + "School District Name": "Milan Area Schools", + "Physical Address Line 1": "100 BIG RED DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILAN", + "Physical Address State": "MI ", + "Physical Address Zip": "48160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06272401433691756", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500054", + "School District Name": "Edward M. Kennedy Academy for Health Careers (Horace Mann Ch", + "Physical Address Line 1": "360 Huntington Avenue", + "Physical Address Line 2": "c/o 102 Cahners Hall", + "Physical Address Line 3": "", + "Physical Address City": "Boston", + "Physical Address State": "MA ", + "Physical Address Zip": "02115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314825", + "School District Name": "Winterville Plt Public Schools", + "Physical Address Line 1": "391 Quimby Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winterville Plantation", + "Physical Address State": "ME ", + "Physical Address Zip": "04739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07407407407407407", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2623910", + "School District Name": "Millington Community Schools", + "Physical Address Line 1": "8664 DEAN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILLINGTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48746", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18504240555127216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624000", + "School District Name": "Mio-AuSable Schools", + "Physical Address Line 1": "1110 WEST 8TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIO", + "Physical Address State": "MI ", + "Physical Address Zip": "48647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314832", + "School District Name": "Maine Arts Academy", + "Physical Address Line 1": "11 Goldenrod Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sidney", + "Physical Address State": "ME ", + "Physical Address Zip": "04330", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600003", + "School District Name": "EDWARDS-KNOX CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2512 COUNTY ROUTE 24", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERMON", + "Physical Address State": "NY ", + "Physical Address Zip": "13652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16817359855334538", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314833", + "School District Name": "RSU 56", + "Physical Address Line 1": "147 Weld Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dixfield", + "Physical Address State": "ME ", + "Physical Address Zip": "04224", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1771117166212534", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624120", + "School District Name": "Mona Shores Public School District", + "Physical Address Line 1": "121 Randall Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norton Shores", + "Physical Address State": "MI ", + "Physical Address Zip": "49441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09172661870503597", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624150", + "School District Name": "Monroe Public Schools", + "Physical Address Line 1": "1275 NORTH MACOMB ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONROE", + "Physical Address State": "MI ", + "Physical Address Zip": "48162", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.14306824288017195", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2612960", + "School District Name": "Montabella Community Schools", + "Physical Address Line 1": "1390 E NORTH COUNTY LINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLANCHARD", + "Physical Address State": "MI ", + "Physical Address Zip": "49310", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16287600880410857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314837", + "School District Name": "Sebago Public Schools", + "Physical Address Line 1": "283 Sebago Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sebago", + "Physical Address State": "ME ", + "Physical Address Zip": "04029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09361702127659574", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624180", + "School District Name": "Montague Area Public Schools", + "Physical Address Line 1": "4882 STANTON BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTAGUE", + "Physical Address State": "MI ", + "Physical Address Zip": "49437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13581890812250333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314838", + "School District Name": "RSU 89", + "Physical Address Line 1": "800 Station Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stacyville", + "Physical Address State": "ME ", + "Physical Address Zip": "04777", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2514792899408284", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624420", + "School District Name": "Montrose Community Schools", + "Physical Address Line 1": "300 NANITA DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTROSE", + "Physical Address State": "MI ", + "Physical Address Zip": "48457", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18646508279337654", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624540", + "School District Name": "Moran Township School District", + "Physical Address Line 1": "W 1828 GROS CAP RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT IGNACE", + "Physical Address State": "MI ", + "Physical Address Zip": "49781", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.168141592920354", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314840", + "School District Name": "Maine Ocean School", + "Physical Address Line 1": "5 Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Searsport", + "Physical Address State": "ME ", + "Physical Address Zip": "04974", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404530", + "School District Name": "Egg Harbor City School District", + "Physical Address Line 1": "730 Havana Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Egg Harbor City", + "Physical Address State": "NJ ", + "Physical Address Zip": "08215", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.28600405679513186", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624570", + "School District Name": "Morenci Area Schools", + "Physical Address Line 1": "788 Coomer St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morenci", + "Physical Address State": "MI ", + "Physical Address Zip": "49256", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17082785808147175", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404560", + "School District Name": "Egg Harbor Township School District", + "Physical Address Line 1": "13 Swift Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Egg Harbor Township", + "Physical Address State": "NJ ", + "Physical Address Zip": "08234", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.14483329392291322", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624600", + "School District Name": "Morley Stanwood Community Schools", + "Physical Address Line 1": "4700 NORTHLAND DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORLEY", + "Physical Address State": "MI ", + "Physical Address Zip": "49336", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2100371747211896", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400027", + "School District Name": "SEED School of Maryland", + "Physical Address Line 1": "200 Font Hill Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baltimore", + "Physical Address State": "MD ", + "Physical Address Zip": "21223", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624630", + "School District Name": "Morrice Area Schools", + "Physical Address Line 1": "111 EAST MASON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORRICE", + "Physical Address State": "MI ", + "Physical Address Zip": "48857", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08011444921316166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905102", + "School District Name": "EHOVE Career Center", + "Physical Address Line 1": "316 Mason Rd W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milan", + "Physical Address State": "OH ", + "Physical Address Zip": "44846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624690", + "School District Name": "Mount Clemens Community School District", + "Physical Address Line 1": "167 CASS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT CLEMENS", + "Physical Address State": "MI ", + "Physical Address Zip": "48043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.25642594859241125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800221", + "School District Name": "EHRHART SCHOOL", + "Physical Address Line 1": "3380 FANNIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEAUMONT", + "Physical Address State": "TX ", + "Physical Address Zip": "77701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624720", + "School District Name": "Mt. Morris Consolidated Schools", + "Physical Address Line 1": "12356 WALTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT MORRIS", + "Physical Address State": "MI ", + "Physical Address Zip": "48458", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2869718309859155", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3806010", + "School District Name": "EIGHT MILE 6", + "Physical Address Line 1": "203 1st St E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trenton", + "Physical Address State": "ND ", + "Physical Address Zip": "58853", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07027027027027027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624750", + "School District Name": "Mt. Pleasant City School District", + "Physical Address Line 1": "720 NORTH KINNEY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT PLEASANT", + "Physical Address State": "MI ", + "Physical Address Zip": "48858", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14840834248079035", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624810", + "School District Name": "Munising Public Schools", + "Physical Address Line 1": "810 State Highway M28 West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Munising", + "Physical Address State": "MI ", + "Physical Address Zip": "49862", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15881326352530542", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624840", + "School District Name": "Muskegon Public Schools of the City of", + "Physical Address Line 1": "1458 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUSKEGON", + "Physical Address State": "MI ", + "Physical Address Zip": "49441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.3051040312093628", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624870", + "School District Name": "Muskegon Heights School District", + "Physical Address Line 1": "2603 LEAHY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUSKEGON", + "Physical Address State": "MI ", + "Physical Address Zip": "49444", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.40632603406326034", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625400", + "School District Name": "NICE Community School District", + "Physical Address Line 1": "300 Westwood Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ishpeming", + "Physical Address State": "MI ", + "Physical Address Zip": "49849", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08430493273542601", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2624960", + "School District Name": "Napoleon Community Schools", + "Physical Address Line 1": "200 WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAPOLEON", + "Physical Address State": "MI ", + "Physical Address Zip": "49261", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09285187914517318", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400510", + "School District Name": "Prince George's County Public Schools", + "Physical Address Line 1": "14201 School Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Upper Marlboro", + "Physical Address State": "MD ", + "Physical Address Zip": "20772", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14764312983390807", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2400540", + "School District Name": "Queen Anne's County Public Schools", + "Physical Address Line 1": "202 Chesterfield Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centreville", + "Physical Address State": "MD ", + "Physical Address Zip": "21617", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09929949612879439", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625020", + "School District Name": "Negaunee Public Schools", + "Physical Address Line 1": "101 SOUTH PIONEER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEGAUNEE", + "Physical Address State": "MI ", + "Physical Address Zip": "49866", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.06810284920083391", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400570", + "School District Name": "Somerset County Public Schools", + "Physical Address Line 1": "7982-A Tawes Campus Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westover", + "Physical Address State": "MD ", + "Physical Address Zip": "21871", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2917737789203085", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400600", + "School District Name": "St. Mary's County Public Schools", + "Physical Address Line 1": "23160 Moakley Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leonardtown", + "Physical Address State": "MD ", + "Physical Address Zip": "20650", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09311305537905079", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625140", + "School District Name": "New Buffalo Area Schools", + "Physical Address Line 1": "1112 EAST CLAY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW BUFFALO", + "Physical Address State": "MI ", + "Physical Address Zip": "49117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1267056530214425", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400630", + "School District Name": "Talbot County Public Schools", + "Physical Address Line 1": "12 Magnolia Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Easton", + "Physical Address State": "MD ", + "Physical Address Zip": "21601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14148351648351648", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3009670", + "School District Name": "Ekalaka Elem", + "Physical Address Line 1": "111 W Speelmon St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ekalaka", + "Physical Address State": "MT ", + "Physical Address Zip": "59324", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2079207920792079", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400660", + "School District Name": "Washington County Public Schools", + "Physical Address Line 1": "10435 Downsville Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hagerstown", + "Physical Address State": "MD ", + "Physical Address Zip": "21740", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17016196426439573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625230", + "School District Name": "New Haven Community Schools", + "Physical Address Line 1": "30375 Clark Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW HAVEN", + "Physical Address State": "MI ", + "Physical Address Zip": "48048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11647461849891", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400690", + "School District Name": "Wicomico County Public Schools", + "Physical Address Line 1": "2424 Northgate Drive Suite 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salisbury", + "Physical Address State": "MD ", + "Physical Address Zip": "21801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16863852020899645", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2400720", + "School District Name": "Worcester County Public Schools", + "Physical Address Line 1": "6270 Worcester Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "MD ", + "Physical Address Zip": "21841", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1616090331686662", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625290", + "School District Name": "New Lothrop Area Public Schools", + "Physical Address Line 1": "9285 Easton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW LOTHROP", + "Physical Address State": "MI ", + "Physical Address Zip": "48460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09149277688603531", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500001", + "School District Name": "Quabbin", + "Physical Address Line 1": "872 South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barre", + "Physical Address State": "MA ", + "Physical Address Zip": "01005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09467213114754099", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818280", + "School District Name": "EL CAMPO ISD", + "Physical Address Line 1": "700 W NORRIS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL CAMPO", + "Physical Address State": "TX ", + "Physical Address Zip": "77437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2322528797214037", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500002", + "School District Name": "Spencer-E Brookfield", + "Physical Address Line 1": "306 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spencer", + "Physical Address State": "MA ", + "Physical Address Zip": "01562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10100502512562815", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625320", + "School District Name": "Newaygo Public School District", + "Physical Address Line 1": "360 S Mill Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWAYGO", + "Physical Address State": "MI ", + "Physical Address Zip": "49337", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.176566757493188", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500013", + "School District Name": "Southwick-Tolland-Granville Regional School District", + "Physical Address Line 1": "86 Powder Mill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Southwick", + "Physical Address State": "MA ", + "Physical Address Zip": "01077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08962868117797695", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625560", + "School District Name": "Niles Community Schools", + "Physical Address Line 1": "1 TYLER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NILES", + "Physical Address State": "MI ", + "Physical Address Zip": "49120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.21679197994987467", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700181", + "School District Name": "EL COLEGIO CHARTER SCHOOL", + "Physical Address Line 1": "4137 BLOOMINGTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55407", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625650", + "School District Name": "North Adams-Jerome Public Schools", + "Physical Address Line 1": "4555 KNOWLES RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH ADAMS", + "Physical Address State": "MI ", + "Physical Address Zip": "49262", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1680327868852459", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625680", + "School District Name": "North Branch Area Schools", + "Physical Address Line 1": "6655 JEFFERSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH BRANCH", + "Physical Address State": "MI ", + "Physical Address Zip": "48461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1079065141720537", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500025", + "School District Name": "Innovation Academy Charter (District)", + "Physical Address Line 1": "72 Tyng Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tyngsborough", + "Physical Address State": "MA ", + "Physical Address Zip": "01879", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629220", + "School District Name": "North Central Area Schools", + "Physical Address Line 1": "W5465 E 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERMANSVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "49847", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16904761904761906", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630480", + "School District Name": "North Dickinson County Schools", + "Physical Address Line 1": "W6588 STATE HIGHWAY M69", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FELCH", + "Physical Address State": "MI ", + "Physical Address Zip": "49831", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18729096989966554", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911310", + "School District Name": "EL DORADO SPRINGS R-II", + "Physical Address Line 1": "901 S GRAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL DORADO SPRINGS", + "Physical Address State": "MO ", + "Physical Address Zip": "64744", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.24585818422796554", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500028", + "School District Name": "Springfield International Charter (District)", + "Physical Address Line 1": "160 Joan Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01129", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625780", + "School District Name": "North Huron School District", + "Physical Address Line 1": "21 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINDE", + "Physical Address State": "MI ", + "Physical Address Zip": "48445", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.186219739292365", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500029", + "School District Name": "Neighborhood House Charter (District)", + "Physical Address Line 1": "21 Queen Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dorchester", + "Physical Address State": "MA ", + "Physical Address Zip": "02122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625800", + "School District Name": "North Muskegon Public Schools", + "Physical Address Line 1": "1600 MILLS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUSKEGON", + "Physical Address State": "MI ", + "Physical Address Zip": "49445", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0662739322533137", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625920", + "School District Name": "Northport Public School District", + "Physical Address Line 1": "104 WING ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTHPORT", + "Physical Address State": "MI ", + "Physical Address Zip": "49670", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12650602409638553", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500031", + "School District Name": "Hilltown Cooperative Charter Public (District)", + "Physical Address Line 1": "1 Industrial Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Easthampton", + "Physical Address State": "MA ", + "Physical Address Zip": "01027", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625950", + "School District Name": "Northview Public Schools", + "Physical Address Line 1": "4365 HUNSBERGER AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09798372833392288", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500032", + "School District Name": "Lawrence Family Development Charter (District)", + "Physical Address Line 1": "34 West Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawrence", + "Physical Address State": "MA ", + "Physical Address Zip": "01841", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625980", + "School District Name": "Northville Public Schools", + "Physical Address Line 1": "405 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTHVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48167", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.026261849859082757", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500033", + "School District Name": "Lowell Middlesex Academy Charter (District)", + "Physical Address Line 1": "67 Middle St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lowell", + "Physical Address State": "MA ", + "Physical Address Zip": "01852", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500034", + "School District Name": "Marblehead Community Charter Public (District)", + "Physical Address Line 1": "17 Lime Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marblehead", + "Physical Address State": "MA ", + "Physical Address Zip": "01945", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2626010", + "School District Name": "Northwest Community Schools", + "Physical Address Line 1": "6900 Rives Junction Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "MI ", + "Physical Address Zip": "49201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.12477581347681271", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500035", + "School District Name": "Martha's Vineyard Charter (District)", + "Physical Address Line 1": "424 State Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Tisbury", + "Physical Address State": "MA ", + "Physical Address Zip": "02575", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500036", + "School District Name": "Ma Academy for Math and Science", + "Physical Address Line 1": "85 Prescott Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Worcester", + "Physical Address State": "MA ", + "Physical Address Zip": "01605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2626040", + "School District Name": "Norway-Vulcan Area Schools", + "Physical Address Line 1": "300 SECTION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORWAY", + "Physical Address State": "MI ", + "Physical Address Zip": "49870", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1127633209417596", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500038", + "School District Name": "Francis W. Parker Charter Essential (District)", + "Physical Address Line 1": "49 Antietam Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Devens", + "Physical Address State": "MA ", + "Physical Address Zip": "01434", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2626100", + "School District Name": "Nottawa Community School", + "Physical Address Line 1": "26438 M 86", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sturgis", + "Physical Address State": "MI ", + "Physical Address Zip": "49091", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14619883040935672", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500040", + "School District Name": "South Shore Charter Public (District)", + "Physical Address Line 1": "100 Longwater Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norwell", + "Physical Address State": "MA ", + "Physical Address Zip": "02061", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2626130", + "School District Name": "Novi Community School District", + "Physical Address Line 1": "25345 TAFT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOVI", + "Physical Address State": "MI ", + "Physical Address Zip": "48374", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.029503105590062112", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500043", + "School District Name": "Up-Island Regional", + "Physical Address Line 1": "4 Pine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vineyard Haven", + "Physical Address State": "MA ", + "Physical Address Zip": "02568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10752688172043011", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500044", + "School District Name": "Pioneer Valley Performing Arts Charter Public (District)", + "Physical Address Line 1": "15 Mulligan Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Hadley", + "Physical Address State": "MA ", + "Physical Address Zip": "01075", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2626190", + "School District Name": "Oak Park School District of the City of", + "Physical Address Line 1": "13900 GRANZON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OAK PARK", + "Physical Address State": "MI ", + "Physical Address Zip": "48237", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20381440364360945", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500045", + "School District Name": "Learning First Charter Public School (District)", + "Physical Address Line 1": "51 Gage Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Worcester", + "Physical Address State": "MA ", + "Physical Address Zip": "01605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500046", + "School District Name": "Prospect Hill Academy Charter (District)", + "Physical Address Line 1": "50 Essex Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cambridge", + "Physical Address State": "MA ", + "Physical Address Zip": "02139", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2626220", + "School District Name": "Oakridge Public Schools", + "Physical Address Line 1": "275 SOUTH WOLF LAKE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUSKEGON", + "Physical Address State": "MI ", + "Physical Address Zip": "49442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1742957746478873", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2626280", + "School District Name": "Okemos Public Schools", + "Physical Address Line 1": "4406 OKEMOS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OKEMOS", + "Physical Address State": "MI ", + "Physical Address Zip": "48864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.050998725031874206", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500052", + "School District Name": "Foxborough Regional Charter (District)", + "Physical Address Line 1": "131 Central Street", + "Physical Address Line 2": "35 Commercial Street", + "Physical Address Line 3": "", + "Physical Address City": "Foxborough", + "Physical Address State": "MA ", + "Physical Address Zip": "02035", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800205", + "School District Name": "EL PASO ACADEMY", + "Physical Address Line 1": "11000 ARGAL CT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL PASO", + "Physical Address State": "TX ", + "Physical Address Zip": "79935", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2626370", + "School District Name": "Olivet Community Schools", + "Physical Address Line 1": "255 FIRST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OLIVET", + "Physical Address State": "MI ", + "Physical Address Zip": "49076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10321969696969698", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2626400", + "School District Name": "Onaway Area Community School District", + "Physical Address Line 1": "4549 M 33", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ONAWAY", + "Physical Address State": "MI ", + "Physical Address Zip": "49765", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2323076923076923", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500055", + "School District Name": "Mystic Valley Regional Charter (District)", + "Physical Address Line 1": "4 Laurel Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Malden", + "Physical Address State": "MA ", + "Physical Address Zip": "02148", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500057", + "School District Name": "Rising Tide Charter Public (District)", + "Physical Address Line 1": "59 Armstrong Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "MA ", + "Physical Address Zip": "02360", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2626430", + "School District Name": "Oneida Township S/D #3", + "Physical Address Line 1": "8981 ONEIDA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND LEDGE", + "Physical Address State": "MI ", + "Physical Address Zip": "48837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500058", + "School District Name": "Sturgis Charter Public (District)", + "Physical Address Line 1": "427 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hyannis", + "Physical Address State": "MA ", + "Physical Address Zip": "02601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818300", + "School District Name": "EL PASO ISD", + "Physical Address Line 1": "1014 N STANTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL PASO", + "Physical Address State": "TX ", + "Physical Address Zip": "79902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2750136587142597", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2626490", + "School District Name": "Onekama Consolidated Schools", + "Physical Address Line 1": "5016 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ONEKAMA", + "Physical Address State": "MI ", + "Physical Address Zip": "49675", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14320388349514562", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500062", + "School District Name": "River Valley Charter (District)", + "Physical Address Line 1": "2 Perry Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newburyport", + "Physical Address State": "MA ", + "Physical Address Zip": "01950", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801439", + "School District Name": "EL PASO LEADERSHIP ACADEMY", + "Physical Address Line 1": "1918 TEXAS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL PASO", + "Physical Address State": "TX ", + "Physical Address Zip": "79901", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500063", + "School District Name": "Roxbury Preparatory Charter (District)", + "Physical Address Line 1": "120 Fisher Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roxbury", + "Physical Address State": "MA ", + "Physical Address Zip": "02120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2626520", + "School District Name": "Onsted Community Schools", + "Physical Address Line 1": "10109 SLEE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ONSTED", + "Physical Address State": "MI ", + "Physical Address Zip": "49265", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09558823529411764", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500065", + "School District Name": "Lowell Community Charter Public (District)", + "Physical Address Line 1": "206 Jackson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lowell", + "Physical Address State": "MA ", + "Physical Address Zip": "01852", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2626550", + "School District Name": "Ontonagon Area School District", + "Physical Address Line 1": "701 PARKER AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ONTONAGON", + "Physical Address State": "MI ", + "Physical Address Zip": "49953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18205128205128204", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500066", + "School District Name": "MATCH Charter Public School (District)", + "Physical Address Line 1": "1001 Commonwealth Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boston", + "Physical Address State": "MA ", + "Physical Address Zip": "02215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2626760", + "School District Name": "Orchard View Schools", + "Physical Address Line 1": "35 SOUTH SHERIDAN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUSKEGON", + "Physical Address State": "MI ", + "Physical Address Zip": "49442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20776789892372485", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010650", + "School District Name": "EL RENO", + "Physical Address Line 1": "100 South Bickford Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Reno", + "Physical Address State": "OK ", + "Physical Address Zip": "73036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17655468191565404", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2626970", + "School District Name": "Oscoda Area Schools", + "Physical Address Line 1": "3550 EAST RIVER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OSCODA", + "Physical Address State": "MI ", + "Physical Address Zip": "48750", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.25267379679144386", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2627060", + "School District Name": "Otsego Public Schools", + "Physical Address Line 1": "400 SHERWOOD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OTSEGO", + "Physical Address State": "MI ", + "Physical Address Zip": "49078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10148415563578018", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500073", + "School District Name": "Sizer School: A North Central Charter Essential (District)", + "Physical Address Line 1": "500 Rindge Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fitchburg", + "Physical Address State": "MA ", + "Physical Address Zip": "01420", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2627150", + "School District Name": "Ovid-Elsie Area Schools", + "Physical Address Line 1": "8989 EAST COLONY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELSIE", + "Physical Address State": "MI ", + "Physical Address Zip": "48831", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12817089452603472", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500075", + "School District Name": "Excel Academy Charter (District)", + "Physical Address Line 1": "58 Moore Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Boston", + "Physical Address State": "MA ", + "Physical Address Zip": "02128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500076", + "School District Name": "Four Rivers Charter Public (District)", + "Physical Address Line 1": "248 Colrain Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2627180", + "School District Name": "Owendale-Gagetown Area School District", + "Physical Address Line 1": "7166 EAST MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OWENDALE", + "Physical Address State": "MI ", + "Physical Address Zip": "48754", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1506276150627615", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500077", + "School District Name": "Helen Y. Davis Leadership Academy Charter Public (District)", + "Physical Address Line 1": "23 Leonard Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boston", + "Physical Address State": "MA ", + "Physical Address Zip": "02122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2627210", + "School District Name": "Owosso Public Schools", + "Physical Address Line 1": "645 Alger Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Owosso", + "Physical Address State": "MI ", + "Physical Address Zip": "48867", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14304123711340205", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610380", + "School District Name": "ELBA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "57 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELBA", + "Physical Address State": "NY ", + "Physical Address Zip": "14058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10392609699769054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2627240", + "School District Name": "Oxford Community Schools", + "Physical Address Line 1": "10 N Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OXFORD", + "Physical Address State": "MI ", + "Physical Address Zip": "48371", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05271828665568369", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500082", + "School District Name": "KIPP Academy Lynn Charter (District)", + "Physical Address Line 1": "90 High Rock Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lynn", + "Physical Address State": "MA ", + "Physical Address Zip": "01902", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3170020", + "School District Name": "ELBA PUBLIC SCHOOLS", + "Physical Address Line 1": "711 CAROLINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELBA", + "Physical Address State": "NE ", + "Physical Address Zip": "68835", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13114754098360656", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500083", + "School District Name": "Hill View Montessori Charter Public (District)", + "Physical Address Line 1": "75 Foundation Ave", + "Physical Address Line 2": "Ward Hill Business Park", + "Physical Address Line 3": "", + "Physical Address City": "Haverhill", + "Physical Address State": "MA ", + "Physical Address Zip": "01835", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504170", + "School District Name": "Elcho School District", + "Physical Address Line 1": "N11268 Antigo St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elcho", + "Physical Address State": "WI ", + "Physical Address Zip": "54428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13651877133105803", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500084", + "School District Name": "Salem Academy Charter (District)", + "Physical Address Line 1": "45 Congress Street", + "Physical Address Line 2": "c/o Shetland Pk", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "MA ", + "Physical Address Zip": "01970", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3009720", + "School District Name": "Elder Grove Elem", + "Physical Address Line 1": "1532 South 64 Street W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billings", + "Physical Address State": "MT ", + "Physical Address Zip": "59106", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.057233704292527825", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911340", + "School District Name": "ELDON R-I", + "Physical Address Line 1": "112 S PINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELDON", + "Physical Address State": "MO ", + "Physical Address Zip": "65026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21231847771657486", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610410", + "School District Name": "ELDRED CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "600 RT 55", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELDRED", + "Physical Address State": "NY ", + "Physical Address Zip": "12732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12956810631229235", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500087", + "School District Name": "Holyoke Community Charter (District)", + "Physical Address Line 1": "2200 Northampton Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holyoke", + "Physical Address State": "MA ", + "Physical Address Zip": "01040", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801435", + "School District Name": "ELEANOR KOLITZ HEBREW LANGUAGE ACADEMY", + "Physical Address Line 1": "11327 DREAMLAND DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78230", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500089", + "School District Name": "Martin Luther King Jr. Charter School of Excellence (Distric", + "Physical Address Line 1": "285 Dorset Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500090", + "School District Name": "Phoenix Charter Academy (District)", + "Physical Address Line 1": "175 Hawthorne Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chelsea", + "Physical Address State": "MA ", + "Physical Address Zip": "02150", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500517", + "School District Name": "Pioneer Valley Chinese Immersion Charter (District)", + "Physical Address Line 1": "317 Russell Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hadley", + "Physical Address State": "MA ", + "Physical Address Zip": "01035", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818330", + "School District Name": "ELECTRA ISD", + "Physical Address Line 1": "400 E ROOSEVELT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELECTRA", + "Physical Address State": "TX ", + "Physical Address Zip": "76360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24829157175398633", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500518", + "School District Name": "Pioneer Charter School of Science (District)", + "Physical Address Line 1": "51-59 Summer Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Everett", + "Physical Address State": "MA ", + "Physical Address Zip": "02149", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504200", + "School District Name": "Eleva-Strum School District", + "Physical Address Line 1": "W23597 US-10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Strum", + "Physical Address State": "WI ", + "Physical Address Zip": "54770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0904836193447738", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500519", + "School District Name": "Global Learning Charter Public (District)", + "Physical Address Line 1": "190 Ashley Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Bedford", + "Physical Address State": "MA ", + "Physical Address Zip": "02746", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500522", + "School District Name": "Hampden Charter School of Science East (District)", + "Physical Address Line 1": "20 Johnson Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicopee", + "Physical Address State": "MA ", + "Physical Address Zip": "01022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801470", + "School District Name": "ELEVATE COLLEGIATE CHARTER SCHOOL", + "Physical Address Line 1": "2410 HAMILTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500533", + "School District Name": "UP Academy Charter School of Boston (District)", + "Physical Address Line 1": "215 Dorchester Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boston", + "Physical Address State": "MA ", + "Physical Address Zip": "02127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900314", + "School District Name": "Elevated Excellence Academy", + "Physical Address Line 1": "2015 N Bend Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45224", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010710", + "School District Name": "ELGIN", + "Physical Address Line 1": "Hwy 17 & Mighty Owl Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elgin", + "Physical Address State": "OK ", + "Physical Address Zip": "73538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12466246624662466", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500536", + "School District Name": "Veritas Preparatory Charter School (District)", + "Physical Address Line 1": "370 Pine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818360", + "School District Name": "ELGIN ISD", + "Physical Address Line 1": "1002 N AVE C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELGIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78621", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.16921335597057158", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500537", + "School District Name": "KIPP Academy Boston Charter School (District)", + "Physical Address Line 1": "37 Babson Street", + "Physical Address Line 2": "KIPP Academy Boston", + "Physical Address Line 3": "", + "Physical Address City": "Mattapan", + "Physical Address State": "MA ", + "Physical Address Zip": "02126", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904841", + "School District Name": "Elgin Local", + "Physical Address Line 1": "1239 Keener Rd S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "OH ", + "Physical Address Zip": "43302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17667844522968199", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500541", + "School District Name": "Somerset Berkley Regional School District", + "Physical Address Line 1": "580 Whetstone Hill", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerset", + "Physical Address State": "MA ", + "Physical Address Zip": "02726", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0593841642228739", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3170050", + "School District Name": "ELGIN PUBLIC SCHOOLS", + "Physical Address Line 1": "101 N 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELGIN", + "Physical Address State": "NE ", + "Physical Address Zip": "68636", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0641025641025641", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4104590", + "School District Name": "Elgin SD 23", + "Physical Address Line 1": "1111 Division St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elgin", + "Physical Address State": "OR ", + "Physical Address Zip": "97827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2520491803278688", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800045", + "School District Name": "ELGIN-NEW LEIPZIG 49", + "Physical Address Line 1": "110 West St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elgin", + "Physical Address State": "ND ", + "Physical Address Zip": "58533", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23699421965317918", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904577", + "School District Name": "Elida Local", + "Physical Address Line 1": "4380 Sunnydale St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elida", + "Physical Address State": "OH ", + "Physical Address Zip": "45807", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1694320357370772", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500840", + "School District Name": "ELIDA MUNICIPAL SCHOOLS", + "Physical Address Line 1": "103 N CHURCH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELIDA", + "Physical Address State": "NM ", + "Physical Address Zip": "88116", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2911392405063291", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500546", + "School District Name": "Pioneer Charter School of Science II (PCSS-II) (District)", + "Physical Address Line 1": "97 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saugus", + "Physical Address State": "MA ", + "Physical Address Zip": "01906", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500547", + "School District Name": "Paulo Freire Social Justice Charter School (District)", + "Physical Address Line 1": "134 Springfield St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chicopee", + "Physical Address State": "MA ", + "Physical Address Zip": "01020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500549", + "School District Name": "UP Academy Charter School of Dorchester (District)", + "Physical Address Line 1": "35 Westville Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boston", + "Physical Address State": "MA ", + "Physical Address Zip": "02124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500551", + "School District Name": "Greater Commonwealth Virtual District", + "Physical Address Line 1": "238 Main St.", + "Physical Address Line 2": "3rd Floor", + "Physical Address Line 3": "", + "Physical Address City": "Greenfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703540", + "School District Name": "Elizabeth City-Pasquotank Public Schools", + "Physical Address Line 1": "1200 S Halstead Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elizabeth City", + "Physical Address State": "NC ", + "Physical Address Zip": "27906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21253109452736318", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209090", + "School District Name": "Elizabeth Forward SD", + "Physical Address Line 1": "401 Rock Run Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elizabeth", + "Physical Address State": "PA ", + "Physical Address Zip": "15037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10210696920583469", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500554", + "School District Name": "Essex North Shore Agricultural and Technical School District", + "Physical Address Line 1": "565 Maple Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hathorne", + "Physical Address State": "MA ", + "Physical Address Zip": "01937", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404590", + "School District Name": "Elizabeth Public Schools", + "Physical Address Line 1": "500 North Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elizabeth", + "Physical Address State": "NJ ", + "Physical Address Zip": "07208", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2202881891703272", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500555", + "School District Name": "Phoenix Academy Public Charter High School Springfield (Dist", + "Physical Address Line 1": "65 Lincoln Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500556", + "School District Name": "TEC Connections Academy Commonwealth Virtual School District", + "Physical Address Line 1": "141 Mansion Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Walpole", + "Physical Address State": "MA ", + "Physical Address Zip": "02032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701110", + "School District Name": "Elizabethton", + "Physical Address Line 1": "804 S Watauga AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elizabethton", + "Physical Address State": "TN ", + "Physical Address Zip": "37643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.2468063362289218", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500557", + "School District Name": "Springfield Preparatory Charter School (District)", + "Physical Address Line 1": "594 Converse St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Longmeadow", + "Physical Address State": "MA ", + "Physical Address Zip": "01106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209120", + "School District Name": "Elizabethtown Area SD", + "Physical Address Line 1": "600 E High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elizabethtown", + "Physical Address State": "PA ", + "Physical Address Zip": "17022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06459784673844206", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500559", + "School District Name": "New Heights Charter School of Brockton (District)", + "Physical Address Line 1": "1690 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brockton", + "Physical Address State": "MA ", + "Physical Address Zip": "02301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010740", + "School District Name": "ELK CITY", + "Physical Address Line 1": "300 N Boone Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elk City", + "Physical Address State": "OK ", + "Physical Address Zip": "73644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21739130434782608", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500560", + "School District Name": "Southeastern Mass. Educational Collaborative (SMEC)", + "Physical Address Line 1": "25 Russells Mills Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dartmouth", + "Physical Address State": "MA ", + "Physical Address Zip": "02748", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209150", + "School District Name": "Elk Lake SD", + "Physical Address Line 1": "2380 Elk Lake School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springville", + "Physical Address State": "PA ", + "Physical Address Zip": "18844", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16444444444444445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500561", + "School District Name": "READS Collaborative", + "Physical Address Line 1": "105 East Grove Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middleborough", + "Physical Address State": "MA ", + "Physical Address Zip": "02346", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504230", + "School District Name": "Elk Mound Area School District", + "Physical Address Line 1": "405 University St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elk Mound", + "Physical Address State": "WI ", + "Physical Address Zip": "54739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08547008547008547", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500562", + "School District Name": "Northshore Education Consortium", + "Physical Address Line 1": "112 Sohier Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beverly", + "Physical Address State": "MA ", + "Physical Address Zip": "01915", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4621300", + "School District Name": "Elk Mountain School District 16-2", + "Physical Address Line 1": "10222 Valley Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edgemont", + "Physical Address State": "SD ", + "Physical Address Zip": "57735", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2857142857142857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4621340", + "School District Name": "Elk Point-Jefferson School District 61-7", + "Physical Address Line 1": "402 S Douglas St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elk Point", + "Physical Address State": "SD ", + "Physical Address Zip": "57025", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.052570093457943924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2711370", + "School District Name": "Elk River School District", + "Physical Address Line 1": "11500 193RD AVE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELK RIVER", + "Physical Address State": "MN ", + "Physical Address Zip": "55330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03598291112581985", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404620", + "School District Name": "Elk Township School District", + "Physical Address Line 1": "900 Clems Run", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glassboro", + "Physical Address State": "NJ ", + "Physical Address Zip": "08028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10677083333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500566", + "School District Name": "The Education Cooperative (TEC)", + "Physical Address Line 1": "141 Mansion Drive", + "Physical Address Line 2": "Suite 200", + "Physical Address Line 3": "", + "Physical Address City": "E. Walpole", + "Physical Address State": "MA ", + "Physical Address Zip": "02032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818390", + "School District Name": "ELKHART ISD", + "Physical Address Line 1": "301 E PARKER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELKHART", + "Physical Address State": "TX ", + "Physical Address Zip": "75839", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2328086164043082", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504260", + "School District Name": "Elkhart Lake-Glenbeulah School District", + "Physical Address Line 1": "201 N Lincoln St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkhart Lake", + "Physical Address State": "WI ", + "Physical Address Zip": "53020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.056795131845841784", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500568", + "School District Name": "Pilgrim Area Collaborative (PAC)", + "Physical Address Line 1": "120 Center Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pembroke", + "Physical Address State": "MA ", + "Physical Address Zip": "02359", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504290", + "School District Name": "Elkhorn Area School District", + "Physical Address Line 1": "3 N Jackson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkhorn", + "Physical Address State": "WI ", + "Physical Address Zip": "53121", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0769712140175219", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500569", + "School District Name": "Valley Collaborative", + "Physical Address Line 1": "40 Linnell Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billerica", + "Physical Address State": "MA ", + "Physical Address Zip": "01821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3170110", + "School District Name": "ELKHORN PUBLIC SCHOOLS", + "Physical Address Line 1": "20650 GLENN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELKHORN", + "Physical Address State": "NE ", + "Physical Address Zip": "68022", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.028656371294078786", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100025", + "School District Name": "ELKHORN VALLEY SCHOOLS", + "Physical Address Line 1": "601 S MADISON STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TILDEN", + "Physical Address State": "NE ", + "Physical Address Zip": "68781", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11264367816091954", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500571", + "School District Name": "Southern Worcester County Educational Collaborative", + "Physical Address Line 1": "185 Southbridge Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dudley", + "Physical Address State": "MA ", + "Physical Address Zip": "01571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701380", + "School District Name": "Elkin City Schools", + "Physical Address Line 1": "202 West Spring St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkin", + "Physical Address State": "NC ", + "Physical Address Zip": "28621", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1592356687898089", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200120", + "School District Name": "ELKO COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "1092 BURNS ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELKO", + "Physical Address State": "NV ", + "Physical Address Zip": "89803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1048462255358807", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500573", + "School District Name": "SEEM Collaborative", + "Physical Address Line 1": "92 Montvale Ave", + "Physical Address Line 2": "Suite 3500", + "Physical Address Line 3": "", + "Physical Address City": "Stoneham", + "Physical Address State": "MA ", + "Physical Address Zip": "02180", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4621390", + "School District Name": "Elkton School District 05-3", + "Physical Address Line 1": "508 S. Buffalo St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkton", + "Physical Address State": "SD ", + "Physical Address Zip": "57026", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10903426791277258", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500574", + "School District Name": "LABBB Collaborative", + "Physical Address Line 1": "36 Middlesex Turnpike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bedford", + "Physical Address State": "MA ", + "Physical Address Zip": "01730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4104620", + "School District Name": "Elkton SD 34", + "Physical Address Line 1": "739 River Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkton", + "Physical Address State": "OR ", + "Physical Address Zip": "97436", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19753086419753085", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500575", + "School District Name": "Keystone Educational Collaborative", + "Physical Address Line 1": "2 Shaker Road Suite D215", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shirley", + "Physical Address State": "MA ", + "Physical Address Zip": "01464", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3806090", + "School District Name": "ELLENDALE 40", + "Physical Address Line 1": "321 1st St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellendale", + "Physical Address State": "ND ", + "Physical Address Zip": "58436", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10209424083769633", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500577", + "School District Name": "North River Collaborative", + "Physical Address Line 1": "198 Spring Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockland", + "Physical Address State": "MA ", + "Physical Address Zip": "02370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302460", + "School District Name": "Ellensburg School District", + "Physical Address Line 1": "1300 E 3RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELLENSBURG", + "Physical Address State": "WA ", + "Physical Address Zip": "98926", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12464018422567645", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610500", + "School District Name": "ELLENVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "28 MAPLE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELLENVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22735346358792186", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500579", + "School District Name": "South Coast Educational Collaborative", + "Physical Address Line 1": "2201 G.A.R. Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Swansea", + "Physical Address State": "MA ", + "Physical Address Zip": "02777", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610530", + "School District Name": "ELLICOTTVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5873 RT 219", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELLICOTTVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14731", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14644351464435146", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3009780", + "School District Name": "Elliston Elem", + "Physical Address Line 1": "205 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elliston", + "Physical Address State": "MT ", + "Physical Address Zip": "59728", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500581", + "School District Name": "South Shore Educational Collaborative (SSEC)", + "Physical Address Line 1": "75 Abington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hingham", + "Physical Address State": "MA ", + "Physical Address Zip": "02043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801192", + "School District Name": "ELLISVILLE STATE SCHOOL ADM", + "Physical Address Line 1": "1101 HIGHWAY 11 SOUTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELLISVILLE", + "Physical Address State": "MS ", + "Physical Address Zip": "39437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504320", + "School District Name": "Ellsworth Community School District", + "Physical Address Line 1": "445 S Piety St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellsworth", + "Physical Address State": "WI ", + "Physical Address Zip": "54011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07216494845360824", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500583", + "School District Name": "Shore Educational Collaborative", + "Physical Address Line 1": "100 Revere Beach Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chelsea", + "Physical Address State": "MA ", + "Physical Address Zip": "02150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2711460", + "School District Name": "ELLSWORTH PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "513 S BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELLSWORTH", + "Physical Address State": "MN ", + "Physical Address Zip": "56129", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0893854748603352", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500584", + "School District Name": "Lower Pioneer Valley Educational Collaborative", + "Physical Address Line 1": "174 Brush Hill Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Springfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01089", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302870", + "School District Name": "Ellsworth School District", + "Physical Address Line 1": "47 Old Ward Bridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "NH ", + "Physical Address Zip": "03264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23076923076923078", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209240", + "School District Name": "Ellwood City Area SD", + "Physical Address Line 1": "501 Crescent Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellwood City", + "Physical Address State": "PA ", + "Physical Address Zip": "16117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1371610845295056", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500586", + "School District Name": "Libertas Academy Charter School (District)", + "Physical Address Line 1": "146 Chestnut Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500587", + "School District Name": "Old Sturbridge Academy Charter Public School (District)", + "Physical Address Line 1": "2 Old Sturbridge Village Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sturbridge", + "Physical Address State": "MA ", + "Physical Address Zip": "01566", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500588", + "School District Name": "Hampden Charter School of Science West (District)", + "Physical Address Line 1": "511 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Springfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01089", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601178", + "School District Name": "ELM COMMUNITY CHARTER SCHOOL", + "Physical Address Line 1": "69-26 COOPER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENDALE", + "Physical Address State": "NY ", + "Physical Address Zip": "11385", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500589", + "School District Name": "Map Academy Charter School (District)", + "Physical Address Line 1": "11 Resnik Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "MA ", + "Physical Address Zip": "02360", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3170140", + "School District Name": "ELM CREEK PUBLIC SCHOOLS", + "Physical Address Line 1": "230 EAST CALKINS AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELM CREEK", + "Physical Address State": "NE ", + "Physical Address Zip": "68836", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08211143695014662", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2500590", + "School District Name": "Phoenix Academy Public Charter High School Lawrence (Distric", + "Physical Address Line 1": "15 Union Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawrence", + "Physical Address State": "MA ", + "Physical Address Zip": "01840", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302490", + "School District Name": "Elma School District", + "Physical Address Line 1": "1235 MONTE ELMA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELMA", + "Physical Address State": "WA ", + "Physical Address Zip": "98541", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17650714729645742", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501770", + "School District Name": "Elmbrook School District", + "Physical Address Line 1": "3555 N Calhoun Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brookfield", + "Physical Address State": "WI ", + "Physical Address Zip": "53005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02752697643690817", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610560", + "School District Name": "ELMIRA CITY SCHOOL DISTRICT", + "Physical Address Line 1": "430 W WASHINGTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELMIRA", + "Physical Address State": "NY ", + "Physical Address Zip": "14901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.22981182397392205", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610590", + "School District Name": "ELMIRA HEIGHTS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2083 COLLEGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELMIRA HEIGHTS", + "Physical Address State": "NY ", + "Physical Address Zip": "14903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1523625843780135", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610620", + "School District Name": "ELMONT UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "135 ELMONT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELMONT", + "Physical Address State": "NY ", + "Physical Address Zip": "11003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09373381667529777", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010860", + "School District Name": "ELMORE CITY-PERNELL", + "Physical Address Line 1": "100 North Muse Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elmore City", + "Physical Address State": "OK ", + "Physical Address Zip": "73433", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17037037037037037", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610650", + "School District Name": "ELMSFORD UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "98 S GOODWIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELMSFORD", + "Physical Address State": "NY ", + "Physical Address Zip": "10523", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12165263963274675", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905068", + "School District Name": "Elmwood Local", + "Physical Address Line 1": "7650 Jerry City Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomdale", + "Physical Address State": "OH ", + "Physical Address Zip": "44817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08967851099830795", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404660", + "School District Name": "Elmwood Park School District", + "Physical Address Line 1": "60 East 53rd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elmwood Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "07407", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1264629388816645", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504350", + "School District Name": "Elmwood School District", + "Physical Address Line 1": "213 S Scott St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elmwood", + "Physical Address State": "WI ", + "Physical Address Zip": "54740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09967845659163987", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600160", + "School District Name": "ELMWOOD VILLAGE CHARTER SCHOOL DAYS PARK", + "Physical Address Line 1": "40 DAYS PARK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601163", + "School District Name": "ELMWOOD VILLAGE CHARTER SCHOOL HERTEL", + "Physical Address Line 1": "665 HERTEL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3101992", + "School District Name": "ELMWOOD-MURDOCK PUBLIC SCHOOLS", + "Physical Address Line 1": "300 WYOMING ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MURDOCK", + "Physical Address State": "NE ", + "Physical Address Zip": "68407", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.042222222222222223", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911400", + "School District Name": "ELSBERRY R-II", + "Physical Address Line 1": "138 TOMAHAWK DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELSBERRY", + "Physical Address State": "MO ", + "Physical Address Zip": "63343", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1694915254237288", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404680", + "School District Name": "Elsinboro Township School District", + "Physical Address Line 1": "631 Salem-Ft. Elfsborg Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "NJ ", + "Physical Address Zip": "08079", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.16", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3170220", + "School District Name": "ELWOOD PUBLIC SCHOOLS", + "Physical Address Line 1": "502 FIRST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELWOOD", + "Physical Address State": "NE ", + "Physical Address Zip": "68937", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14218009478672985", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610680", + "School District Name": "ELWOOD UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "100 KENNETH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENLAWN", + "Physical Address State": "NY ", + "Physical Address Zip": "11740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04078888390856118", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2711520", + "School District Name": "ELY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "600 E HARVEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELY", + "Physical Address State": "MN ", + "Physical Address Zip": "55731", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1282051282051282", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904394", + "School District Name": "Elyria City Schools", + "Physical Address Line 1": "42101 Griswold Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elyria", + "Physical Address State": "OH ", + "Physical Address Zip": "44035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.26459948320413434", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400029", + "School District Name": "Elysian Charter School", + "Physical Address Line 1": "1460 Garden Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hoboken", + "Physical Address State": "NJ ", + "Physical Address Zip": "07030", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3009840", + "School District Name": "Elysian Elem", + "Physical Address Line 1": "6416 Elysian Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billings", + "Physical Address State": "MT ", + "Physical Address Zip": "59101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06435643564356436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818480", + "School District Name": "ELYSIAN FIELDS ISD", + "Physical Address Line 1": "2099 FM 451", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASKOM", + "Physical Address State": "TX ", + "Physical Address Zip": "75692", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16033254156769597", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601048", + "School District Name": "EMBER CHARTER SCHOOL", + "Physical Address Line 1": "616 QUINCY ST-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601184", + "School District Name": "EMBLAZE ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "1164 GARRISON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10474", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3806360", + "School District Name": "EMERADO 127", + "Physical Address Line 1": "501 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Emerado", + "Physical Address State": "ND ", + "Physical Address Zip": "58228", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12337662337662338", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700413", + "School District Name": "Emereau: Bladen", + "Physical Address Line 1": "995 Airport Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elizabethtown", + "Physical Address State": "NC ", + "Physical Address Zip": "28337", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900315", + "School District Name": "Emerson Academy", + "Physical Address Line 1": "501 Hickory St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45410", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404710", + "School District Name": "Emerson Public School District", + "Physical Address Line 1": "133 Main Street", + "Physical Address Line 2": "Administration Bldg.", + "Physical Address Line 3": "", + "Physical Address City": "Emerson", + "Physical Address State": "NJ ", + "Physical Address Zip": "07630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03143093465674111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100141", + "School District Name": "EMERSON-HUBBARD PUBLIC SCHOOLS", + "Physical Address Line 1": "109 W THIRD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EMERSON", + "Physical Address State": "NE ", + "Physical Address Zip": "68733", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1541095890410959", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900270", + "School District Name": "Emery District", + "Physical Address Line 1": "120 NORTH MAIN", + "Physical Address Line 2": "120 NORTH MAIN", + "Physical Address Line 3": "", + "Physical Address City": "Huntington", + "Physical Address State": "UT ", + "Physical Address Zip": "84528", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13120728929384967", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911450", + "School District Name": "EMINENCE R-I", + "Physical Address Line 1": "9406 Cr 443", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winona", + "Physical Address State": "MO ", + "Physical Address Zip": "65588", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30451127819548873", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010890", + "School District Name": "EMPIRE", + "Physical Address Line 1": "276803 E 1760 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duncan", + "Physical Address State": "OK ", + "Physical Address Zip": "73533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15404699738903394", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400781", + "School District Name": "Empowerment Academy Charter School", + "Physical Address Line 1": "240 Ege Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jersey City", + "Physical Address State": "NJ ", + "Physical Address Zip": "07304", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700484", + "School District Name": "Endazhi-Nitaawiging", + "Physical Address Line 1": "15484 MIGIZI DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RED LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "56671", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700314", + "School District Name": "Endeavor Charter", + "Physical Address Line 1": "4879 One World Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wake Forest", + "Physical Address State": "NC ", + "Physical Address Zip": "27587", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600192", + "School District Name": "Endeavor Charter Academy", + "Physical Address Line 1": "380 Helmer Rd N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Battle Creek", + "Physical Address State": "MI ", + "Physical Address Zip": "49037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900155", + "School District Name": "Endeavor Hall", + "Physical Address Line 1": "2614 S DECKER LAKE LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST VALLEY CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800061", + "School District Name": "ENDERLIN AREA 24", + "Physical Address Line 1": "410 Bluff St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Enderlin", + "Physical Address State": "ND ", + "Physical Address Zip": "58027", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08163265306122448", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302520", + "School District Name": "Endicott School District", + "Physical Address Line 1": "308 SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ENDICOTT", + "Physical Address State": "WA ", + "Physical Address Zip": "99125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20689655172413793", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900154", + "School District Name": "Enemy Swim Day School", + "Physical Address Line 1": "13525 446th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waubay", + "Physical Address State": "SD", + "Physical Address Zip": "57273", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404770", + "School District Name": "Englewood Cliffs School District", + "Physical Address Line 1": "143 Charlotte Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Englewood Cliffs", + "Physical Address State": "NJ ", + "Physical Address Zip": "07632", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08304891922639362", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400014", + "School District Name": "Englewood on the Palisades Charter School", + "Physical Address Line 1": "65 West Demarest Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Englewood", + "Physical Address State": "NJ ", + "Physical Address Zip": "07631", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404740", + "School District Name": "Englewood Public School District", + "Physical Address Line 1": "274 Knickerbocker Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Englewood", + "Physical Address State": "NJ ", + "Physical Address Zip": "07631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14610613370089592", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010920", + "School District Name": "ENID", + "Physical Address Line 1": "500 South Independence", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Enid", + "Physical Address State": "OK ", + "Physical Address Zip": "73701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1928438661710037", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818540", + "School District Name": "ENNIS ISD", + "Physical Address Line 1": "303 W KNOX", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ENNIS", + "Physical Address State": "TX ", + "Physical Address Zip": "75119", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16198455725316246", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3009930", + "School District Name": "Ennis K-12 Schools", + "Physical Address Line 1": "223 S Charles Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ennis", + "Physical Address State": "MT ", + "Physical Address Zip": "59729", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09302325581395349", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700035", + "School District Name": "Eno River Academy", + "Physical Address Line 1": "1212 NC Highway 57 North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsborough", + "Physical Address State": "NC ", + "Physical Address Zip": "27278", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000444", + "School District Name": "Enosburgh-Richford Unified Union School District #88", + "Physical Address Line 1": "80 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richford", + "Physical Address State": "VT ", + "Physical Address Zip": "05476", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700463", + "School District Name": "Enspire Academy Charter School", + "Physical Address Line 1": "1730 OLD HUDSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100073", + "School District Name": "ENTERPRISE ACADEMY/NEWPORT NEWS CITY", + "Physical Address Line 1": "813 Diligence Dr Ste 110", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport News", + "Physical Address State": "VA ", + "Physical Address Zip": "23606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600073", + "School District Name": "ENTERPRISE CHARTER SCHOOL", + "Physical Address Line 1": "275 OAK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801440", + "School District Name": "ENTERPRISE SCHOOL DIST", + "Physical Address Line 1": "503 River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Enterprise", + "Physical Address State": "MS ", + "Physical Address Zip": "39330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1448087431693989", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4105080", + "School District Name": "Enterprise SD 21", + "Physical Address Line 1": "201 SE 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Enterprise", + "Physical Address State": "OR ", + "Physical Address Zip": "97828", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13527397260273974", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900041", + "School District Name": "Entheos Academy", + "Physical Address Line 1": "4710 W 6200 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KEARNS", + "Physical Address State": "UT ", + "Physical Address Zip": "84118", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302550", + "School District Name": "Entiat School District", + "Physical Address Line 1": "2650 ENTIAT WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ENTIAT", + "Physical Address State": "WA ", + "Physical Address Zip": "98822", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1466346153846154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300001", + "School District Name": "Enumclaw School District", + "Physical Address Line 1": "2929 MCDOUGALL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ENUMCLAW", + "Physical Address State": "WA ", + "Physical Address Zip": "98022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0710542863131419", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400079", + "School District Name": "Environment Community Opportunity (ECO) Charter School", + "Physical Address Line 1": "817 Carpenter Street", + "Physical Address Line 2": "Bridge View Complex", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "NJ ", + "Physical Address Zip": "08102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200812", + "School District Name": "Environmental CS at Frick Park", + "Physical Address Line 1": "829 Milton Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15218", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700362", + "School District Name": "Envision Science Academy", + "Physical Address Line 1": "590 Traditions Grande Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wake Forest", + "Physical Address State": "NC ", + "Physical Address Zip": "27587", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209270", + "School District Name": "Ephrata Area SD", + "Physical Address Line 1": "803 Oak Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ephrata", + "Physical Address State": "PA ", + "Physical Address Zip": "17522", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08396811337466785", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302610", + "School District Name": "Ephrata School District", + "Physical Address Line 1": "111 4TH AVE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EPHRATA", + "Physical Address State": "WA ", + "Physical Address Zip": "98823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11509817197020988", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000800", + "School District Name": "EPIC BLENDED LEARNING CHARTER", + "Physical Address Line 1": "1900 NW Expy Floor R3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OKC", + "Physical Address State": "OK ", + "Physical Address Zip": "73118", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000777", + "School District Name": "EPIC ONE ON ONE CHARTER SCHOOL", + "Physical Address Line 1": "1900 NW Expy Floor R3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OKC", + "Physical Address State": "OK ", + "Physical Address Zip": "73118", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399914", + "School District Name": "Epping SAU Office", + "Physical Address Line 1": "213 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Epping", + "Physical Address State": "NH ", + "Physical Address Zip": "03042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302880", + "School District Name": "Epping School District", + "Physical Address Line 1": "213 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Epping", + "Physical Address State": "NH ", + "Physical Address Zip": "03042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.061122244488977955", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302910", + "School District Name": "Epsom School District", + "Physical Address Line 1": "Pembroke Academy", + "Physical Address Line 2": "267 Pembroke St.", + "Physical Address Line 3": "", + "Physical Address City": "Pembroke", + "Physical Address State": "NH ", + "Physical Address Zip": "03275", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06831395348837209", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505020", + "School District Name": "Franklin County Regional Vocational Technical", + "Physical Address Line 1": "82 Industrial Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turners Falls", + "Physical Address State": "MA ", + "Physical Address Zip": "01376", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601005", + "School District Name": "EQUALITY CHARTER SCHOOL", + "Physical Address Line 1": "4140 HUTCHINSON RIVER PKWY E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10475", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700145", + "School District Name": "Equity Alliance MN", + "Physical Address Line 1": "6063 HUDSON RD.", + "Physical Address Line 2": "SUITE 218", + "Physical Address Line 3": "", + "Physical Address City": "WOODBURY", + "Physical Address State": "MN ", + "Physical Address Zip": "55125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818600", + "School District Name": "ERA ISD", + "Physical Address Line 1": "108 HARGROVE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ERA", + "Physical Address State": "TX ", + "Physical Address Zip": "76238", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06666666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800159", + "School District Name": "ERATH EXCELS ACADEMY INC", + "Physical Address Line 1": "680 PEACH ORCHARD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEPHENVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4011040", + "School District Name": "ERICK", + "Physical Address Line 1": "325 S Pine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erick", + "Physical Address State": "OK ", + "Physical Address Zip": "73645", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.32269503546099293", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505470", + "School District Name": "Greater Lawrence Regional Vocational Technical", + "Physical Address Line 1": "57 River Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Andover", + "Physical Address State": "MA ", + "Physical Address Zip": "01810", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680300", + "School District Name": "ERIE 1 BOCES", + "Physical Address Line 1": "355 HARLEM RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST SENECA", + "Physical Address State": "NY ", + "Physical Address Zip": "14224", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505480", + "School District Name": "Greater Lowell Regional Vocational Technical", + "Physical Address Line 1": "250 Pawtucket Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tyngsborough", + "Physical Address State": "MA ", + "Physical Address Zip": "01879", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680320", + "School District Name": "ERIE 2-CHAUTAUQUA-CATTARAUGUS BOCES", + "Physical Address Line 1": "8685 ERIE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANGOLA", + "Physical Address State": "NY ", + "Physical Address Zip": "14006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2505485", + "School District Name": "Greater Fall River Regional Vocational Technical", + "Physical Address Line 1": "251 Stonehaven Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fall River", + "Physical Address State": "MA ", + "Physical Address Zip": "02723", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209300", + "School District Name": "Erie City SD", + "Physical Address Line 1": "148 W 21st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erie", + "Physical Address State": "PA ", + "Physical Address Zip": "16502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.3617064986646579", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280210", + "School District Name": "Erie County Technical School", + "Physical Address Line 1": "8500 Oliver Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erie", + "Physical Address State": "PA ", + "Physical Address Zip": "16509", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200854", + "School District Name": "Erie Rise Leadership Academy CS", + "Physical Address Line 1": "1006 West 10th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erie", + "Physical Address State": "PA ", + "Physical Address Zip": "16502", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504410", + "School District Name": "Erin School District", + "Physical Address Line 1": "6901 County Highway O", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "WI ", + "Physical Address Zip": "53027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0234375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302940", + "School District Name": "Errol School District", + "Physical Address Line 1": "123 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gorham", + "Physical Address State": "NH ", + "Physical Address Zip": "03581", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06666666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2738880", + "School District Name": "ESKO PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "2 E HIGHWAY 61", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ESKO", + "Physical Address State": "MN ", + "Physical Address Zip": "55733", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.03388357949609035", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700124", + "School District Name": "FAIRMONT AREA SCHOOL DISTRICT", + "Physical Address Line 1": "714 VICTORIA STREET", + "Physical Address Line 2": "STE 103", + "Physical Address Line 3": "", + "Physical Address City": "FAIRMONT", + "Physical Address State": "MN ", + "Physical Address Zip": "56031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14341654429760156", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2711760", + "School District Name": "FARIBAULT PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "710 17TH STREET SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARIBAULT", + "Physical Address State": "MN ", + "Physical Address Zip": "55021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14236641221374047", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2711820", + "School District Name": "FARMINGTON PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "20655 FLAGSTAFF AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARMINGTON", + "Physical Address State": "MN ", + "Physical Address Zip": "55024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03425961172440046", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904653", + "School District Name": "ESC of Northeast Ohio", + "Physical Address Line 1": "6393 Oak Tree Blvd Ste 300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Independence", + "Physical Address State": "OH ", + "Physical Address Zip": "44131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2711880", + "School District Name": "FERGUS FALLS PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "601 RANDOLPH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FERGUS FALLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.0924422236102436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2711910", + "School District Name": "FERTILE-BELTRAMI SCHOOL DISTRICT", + "Physical Address Line 1": "210 S MILL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FERTILE", + "Physical Address State": "MN ", + "Physical Address Zip": "56540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10642570281124498", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700100", + "School District Name": "FILLMORE CENTRAL", + "Physical Address Line 1": "700 CHATFIELD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESTON", + "Physical Address State": "MN ", + "Physical Address Zip": "55965", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18171926006528835", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2712180", + "School District Name": "FISHER PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "313 PARK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FISHER", + "Physical Address State": "MN ", + "Physical Address Zip": "56723", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07731958762886598", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2712210", + "School District Name": "FLOODWOOD PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "115 W 4TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLOODWOOD", + "Physical Address State": "MN ", + "Physical Address Zip": "55736", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0963302752293578", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2712240", + "School District Name": "FOLEY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "840 NORMAN AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOLEY", + "Physical Address State": "MN ", + "Physical Address Zip": "56329", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.054890219560878244", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000804", + "School District Name": "eSCHOOL VIRTUAL CHARTER ACAD", + "Physical Address Line 1": "2403 S Division Suite B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Guthrie", + "Physical Address State": "OK ", + "Physical Address Zip": "73044", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2712270", + "School District Name": "FOREST LAKE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "6100 210TH ST N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOREST LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "55025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05768112571229213", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2712300", + "School District Name": "FOSSTON PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "301 1ST ST E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOSSTON", + "Physical Address State": "MN ", + "Physical Address Zip": "56542", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16371681415929204", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2708880", + "School District Name": "FRANCONIA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "999 NOFOUND street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCANDIA", + "Physical Address State": "MN ", + "Physical Address Zip": "55073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04878048780487805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2712360", + "School District Name": "FRAZEE-VERGAS PUBLIC SCHOOL DIST.", + "Physical Address Line 1": "305 N LAKE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRAZEE", + "Physical Address State": "MN ", + "Physical Address Zip": "56544", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.131477184841454", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601032", + "School District Name": "Escuela Avancemos", + "Physical Address Line 1": "2635 HOWARD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48216", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2712420", + "School District Name": "FRIDLEY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "6000 W MOORE LAKE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRIDLEY", + "Physical Address State": "MN ", + "Physical Address Zip": "55432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14859002169197397", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700467", + "School District Name": "Escuela Exitos Charter School", + "Physical Address Line 1": "4741 ZEALAND AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW HOPE", + "Physical Address State": "MN ", + "Physical Address Zip": "55428", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2712480", + "School District Name": "FULDA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "410 N COLLEGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FULDA", + "Physical Address State": "MN ", + "Physical Address Zip": "56131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12679425837320574", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2712580", + "School District Name": "GFW Public Schools", + "Physical Address Line 1": "323 E 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GIBBON", + "Physical Address State": "MN ", + "Physical Address Zip": "55335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1344364012409514", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700128", + "School District Name": "GLENCOE-SILVER LAKE SCHOOL DISTRICT", + "Physical Address Line 1": "1621 16TH ST E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENCOE", + "Physical Address State": "MN ", + "Physical Address Zip": "55336", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07792792792792792", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500069", + "School District Name": "Escuela Verde Agency", + "Physical Address Line 1": "3628 W Pierce St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700148", + "School District Name": "GLENVILLE-EMMONS SCHOOL DISTRICT", + "Physical Address Line 1": "230 5TH ST SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENVILLE", + "Physical Address State": "MN ", + "Physical Address Zip": "56036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07671232876712329", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2712900", + "School District Name": "GOODHUE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "510 3RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOODHUE", + "Physical Address State": "MN ", + "Physical Address Zip": "55027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.039705882352941174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2713020", + "School District Name": "GOODRIDGE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "201 OSMUND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOODRIDGE", + "Physical Address State": "MN ", + "Physical Address Zip": "56725", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13855421686746988", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2713040", + "School District Name": "Granada Huntley East Chain", + "Physical Address Line 1": "300 REYNOLDS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANADA", + "Physical Address State": "MN ", + "Physical Address Zip": "56039", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11526479750778816", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200150", + "School District Name": "ESMERALDA COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "5TH AND RAMSEY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOLDFIELD", + "Physical Address State": "NV ", + "Physical Address Zip": "89013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2159090909090909", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2713140", + "School District Name": "GRAND MEADOW PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "710 4TH AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND MEADOW", + "Physical Address State": "MN ", + "Physical Address Zip": "55936", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06698564593301436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500900", + "School District Name": "ESPANOLA PUBLIC SCHOOLS", + "Physical Address Line 1": "405 HUNTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ESPANOLA", + "Physical Address State": "NM ", + "Physical Address Zip": "87532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21398510844933635", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2713170", + "School District Name": "GRAND RAPIDS PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "820 NW 1ST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MN ", + "Physical Address Zip": "55744", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10456588597113792", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700107", + "School District Name": "GREENBUSH-MIDDLE RIVER SCHOOL DIST.", + "Physical Address Line 1": "401 PARK AVE W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENBUSH", + "Physical Address State": "MN ", + "Physical Address Zip": "56726", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08478802992518704", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200076", + "School District Name": "Esperanza Academy CS", + "Physical Address Line 1": "301 W Hunting Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19140", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2709480", + "School District Name": "GREENWAY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "499 POWELL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLERAINE", + "Physical Address State": "MN ", + "Physical Address Zip": "55722", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12986111111111112", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718920", + "School District Name": "GRYGLA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "114 N FLADLAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRYGLA", + "Physical Address State": "MN ", + "Physical Address Zip": "56727", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1048951048951049", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200858", + "School District Name": "Esperanza Cyber CS", + "Physical Address Line 1": "4261 N. 5th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19140", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2713380", + "School District Name": "HANCOCK PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "371 HANCOCK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HANCOCK", + "Physical Address State": "MN ", + "Physical Address Zip": "56244", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09427609427609428", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900161", + "School District Name": "Esperanza School", + "Physical Address Line 1": "4956 W 3500 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST VALLEY CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2713530", + "School District Name": "HASTINGS PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1000 11TH ST W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HASTINGS", + "Physical Address State": "MN ", + "Physical Address Zip": "55033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.047219111608809254", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2713560", + "School District Name": "HAWLEY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "714 JOSEPH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAWLEY", + "Physical Address State": "MN ", + "Physical Address Zip": "56549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05728643216080402", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2713590", + "School District Name": "HAYFIELD PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "9 6TH AVE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAYFIELD", + "Physical Address State": "MN ", + "Physical Address Zip": "55940", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08492822966507177", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2713680", + "School District Name": "HENDRICKS PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "200 LINCOLN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HENDRICKS", + "Physical Address State": "MN ", + "Physical Address Zip": "56136", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11888111888111888", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801479", + "School District Name": "ESSENCE PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "1447 E CROCKETT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2713860", + "School District Name": "HENNING PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "500 SCHOOL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HENNING", + "Physical Address State": "MN ", + "Physical Address Zip": "56551", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14489795918367346", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400797", + "School District Name": "ESSEX CO JDC", + "Physical Address Line 1": "80 DURYEA STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWARK", + "Physical Address State": "NJ ", + "Physical Address Zip": "08302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2713890", + "School District Name": "HERMAN-NORCROSS SCHOOL DISTRICT", + "Physical Address Line 1": "504 LOIS AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERMAN", + "Physical Address State": "MN ", + "Physical Address Zip": "56248", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09774436090225563", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101200", + "School District Name": "ESSEX CO PBLC SCHS", + "Physical Address Line 1": "109 N Cross St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tappahannock", + "Physical Address State": "VA ", + "Physical Address Zip": "22560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19659332860184528", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2713920", + "School District Name": "HERMANTOWN PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "4307 UGSTAD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERMANTOWN", + "Physical Address State": "MN ", + "Physical Address Zip": "55811", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.043603258265452804", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2713930", + "School District Name": "HERON LAKE-OKABENA SCHOOL DISTRICT", + "Physical Address Line 1": "124 N MINNESOTA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OKABENA", + "Physical Address State": "MN ", + "Physical Address Zip": "56161", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10699588477366255", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2507985", + "School District Name": "Minuteman Regional Vocational Technical", + "Physical Address Line 1": "758 Marrett Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "MA ", + "Physical Address Zip": "02421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404800", + "School District Name": "Essex County Schools of Technology", + "Physical Address Line 1": "60 Nelson Place 1 North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2713980", + "School District Name": "HIBBING PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "800 E 21ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HIBBING", + "Physical Address State": "MN ", + "Physical Address Zip": "55746", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1650190114068441", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404830", + "School District Name": "Essex Fells School District", + "Physical Address Line 1": "102 HAWTHORNE ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ESSEX FELLS", + "Physical Address State": "NJ ", + "Physical Address Zip": "07021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.029661016949152543", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508050", + "School District Name": "Montachusett Regional Vocational Technical", + "Physical Address Line 1": "1050 Westminster Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fitchburg", + "Physical Address State": "MA ", + "Physical Address Zip": "01420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2714010", + "School District Name": "HILL CITY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "500 IONE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HILL CITY", + "Physical Address State": "MN ", + "Physical Address Zip": "55748", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1685823754789272", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2714040", + "School District Name": "HILLS-BEAVER CREEK SCHOOL DISTRICT", + "Physical Address Line 1": "301 N SUMMIT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HILLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56138", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08136482939632546", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099919", + "School District Name": "Essex North Supervisory Union", + "Physical Address Line 1": "318 Christian Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canaan", + "Physical Address State": "VT ", + "Physical Address Zip": "05903", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12106537530266344", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2714070", + "School District Name": "HINCKLEY-FINLAYSON SCHOOL DISTRICT", + "Physical Address Line 1": "201 MAIN STREET E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HINCKLEY", + "Physical Address State": "MN ", + "Physical Address Zip": "55037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1953405017921147", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3480300", + "School District Name": "Essex Regional Educational Services Commission", + "Physical Address Line 1": "333 Fairfield Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAIRFIELD", + "Physical Address State": "NJ ", + "Physical Address Zip": "07004", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508320", + "School District Name": "Nashoba Valley Regional Vocational Technical", + "Physical Address Line 1": "100 Littleton Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westford", + "Physical Address State": "MA ", + "Physical Address Zip": "01886", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2714190", + "School District Name": "HOLDINGFORD PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "900 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLDINGFORD", + "Physical Address State": "MN ", + "Physical Address Zip": "56340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05345911949685535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2714260", + "School District Name": "HOPKINS PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1001 HWY 7", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOPKINS", + "Physical Address State": "MN ", + "Physical Address Zip": "55305", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08109589041095891", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000395", + "School District Name": "Essex-Westford Educational Community Unified School District", + "Physical Address Line 1": "51 Park Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Essex Junction", + "Physical Address State": "VT ", + "Physical Address Zip": "05452", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2714280", + "School District Name": "HOUSTON PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "306 W ELM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "MN ", + "Physical Address Zip": "55943", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16025641025641027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508440", + "School District Name": "Greater New Bedford Regional Vocational Technical", + "Physical Address Line 1": "1121 Ashley Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Bedford", + "Physical Address State": "MA ", + "Physical Address Zip": "02745", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000394", + "School District Name": "Essex-Westford Supervisory District", + "Physical Address Line 1": "51 Park Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Essex Junction", + "Physical Address State": "VT ", + "Physical Address Zip": "05452", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "22", + "Percent of Students in Poverty": "0.049422508729519206", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700123", + "School District Name": "HOWARD LAKE-WAVERLY-WINSTED", + "Physical Address Line 1": "8700 COUNTY ROAD 6 SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOWARD LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "55349", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06719609040928527", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2714970", + "School District Name": "HUTCHINSON PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "30 GLEN ST NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUTCHINSON", + "Physical Address State": "MN ", + "Physical Address Zip": "55350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08346556648682958", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4104700", + "School District Name": "Estacada SD 108", + "Physical Address Line 1": "255 NE 6th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Estacada", + "Physical Address State": "OR ", + "Physical Address Zip": "97023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10391752577319588", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2715000", + "School District Name": "INTERNATIONAL FALLS SCHOOL DISTRICT", + "Physical Address Line 1": "1515 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INTERNATIONAL FALLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56649", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1848808545603944", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508650", + "School District Name": "Norfolk County Agricultural", + "Physical Address Line 1": "400 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walpole", + "Physical Address State": "MA ", + "Physical Address Zip": "02081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500930", + "School District Name": "ESTANCIA MUNICIPAL SCHOOLS", + "Physical Address Line 1": "300 NORTH 9TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ESTANCIA", + "Physical Address State": "NM ", + "Physical Address Zip": "87016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.28024502297090353", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2715030", + "School District Name": "INVER GROVE HEIGHTS SCHOOLS", + "Physical Address Line 1": "2990 80TH ST E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INVER GROVE HEIGHTS", + "Physical Address State": "MN ", + "Physical Address Zip": "55076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0674567000911577", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500152", + "School District Name": "ESTANCIA VALLEY CLASSICAL ACADEMY", + "Physical Address Line 1": "110 STATE HWY 344", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDGEWOOD", + "Physical Address State": "NM ", + "Physical Address Zip": "87015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2715510", + "School District Name": "ISLE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "730 5TH AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ISLE", + "Physical Address State": "MN ", + "Physical Address Zip": "56342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1630695443645084", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404860", + "School District Name": "Estell Manor School District", + "Physical Address Line 1": "128 Cape May Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Estell Manor", + "Physical Address State": "NJ ", + "Physical Address Zip": "08319", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16129032258064516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2715540", + "School District Name": "IVANHOE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "421 N REBECCA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IVANHOE", + "Physical Address State": "MN ", + "Physical Address Zip": "56142", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09009009009009009", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4622410", + "School District Name": "Estelline School District 28-2", + "Physical Address Line 1": "708 Davis Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Estelline", + "Physical Address State": "SD ", + "Physical Address Zip": "57234", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07913669064748201", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700231", + "School District Name": "JACKSON COUNTY CENTRAL SCHOOL DIST.", + "Physical Address Line 1": "1128 NORTH HIGHWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSON", + "Physical Address State": "MN ", + "Physical Address Zip": "56143", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1229903536977492", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508860", + "School District Name": "Northampton-Smith Vocational Agricultural", + "Physical Address Line 1": "80 Locust Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northampton", + "Physical Address State": "MA ", + "Physical Address Zip": "01060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2791451", + "School District Name": "JANESVILLE-WALDORF-PEMBERTON", + "Physical Address Line 1": "110 E 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JANESVILLE", + "Physical Address State": "MN ", + "Physical Address Zip": "56048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08626198083067092", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2715750", + "School District Name": "JORDAN PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "500 SUNSET DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JORDAN", + "Physical Address State": "MN ", + "Physical Address Zip": "55352", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06885688568856886", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2716980", + "School District Name": "KASSON-MANTORVILLE SCHOOL DISTRICT", + "Physical Address Line 1": "101 16TH ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KASSON", + "Physical Address State": "MN ", + "Physical Address Zip": "55944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.044186046511627906", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508950", + "School District Name": "Northern Berkshire Regional Vocational Technical", + "Physical Address Line 1": "70 Hodges Cross Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Adams", + "Physical Address State": "MA ", + "Physical Address Zip": "01247", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2717010", + "School District Name": "KELLIHER PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "345 4TH ST NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KELLIHER", + "Physical Address State": "MN ", + "Physical Address Zip": "56650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18309859154929578", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2508960", + "School District Name": "Northeast Metropolitan Regional Vocational Technical", + "Physical Address Line 1": "100 Hemlock Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wakefield", + "Physical Address State": "MA ", + "Physical Address Zip": "01880", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2717100", + "School District Name": "KENYON-WANAMINGO SCHOOL DISTRICT", + "Physical Address Line 1": "225 3RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WANAMINGO", + "Physical Address State": "MN ", + "Physical Address Zip": "55983", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07836644591611479", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2717120", + "School District Name": "KERKHOVEN-MURDOCK-SUNBURG", + "Physical Address Line 1": "302 15TH ST N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KERKHOVEN", + "Physical Address State": "MN ", + "Physical Address Zip": "56252", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12730627306273062", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4622500", + "School District Name": "Ethan School District 17-1", + "Physical Address Line 1": "320 S 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ethan", + "Physical Address State": "SD ", + "Physical Address Zip": "57334", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14432989690721648", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2717220", + "School District Name": "KIMBALL PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "100 HWY 55 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KIMBALL", + "Physical Address State": "MN ", + "Physical Address Zip": "55353", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06373117033603708", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509140", + "School District Name": "Old Colony Regional Vocational Technical", + "Physical Address Line 1": "476 North Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rochester", + "Physical Address State": "MA ", + "Physical Address Zip": "02770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700007", + "School District Name": "KINGSLAND PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "705 N SECTION AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRING VALLEY", + "Physical Address State": "MN ", + "Physical Address Zip": "55975", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16004296455424274", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2791447", + "School District Name": "KITTSON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "444 N ASH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HALLOCK", + "Physical Address State": "MN ", + "Physical Address Zip": "56728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1015625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801460", + "School District Name": "ETOILE ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "6648 HORNWOOD DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77074", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2717250", + "School District Name": "LA CRESCENT-HOKAH SCHOOL DISTRICT", + "Physical Address Line 1": "703 S 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA CRESCENT", + "Physical Address State": "MN ", + "Physical Address Zip": "55947", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.03803131991051454", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509300", + "School District Name": "Palmer", + "Physical Address Line 1": "4107 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palmer", + "Physical Address State": "MA ", + "Physical Address Zip": "01069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18700564971751413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818660", + "School District Name": "ETOILE ISD", + "Physical Address Line 1": "16039 FM RD 226", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ETOILE", + "Physical Address State": "TX ", + "Physical Address Zip": "75944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3092105263157895", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509310", + "School District Name": "Pathfinder Regional Vocational Technical", + "Physical Address Line 1": "240 Sykes Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palmer", + "Physical Address State": "MA ", + "Physical Address Zip": "01069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700125", + "School District Name": "Lac qui Parle Valley Schools", + "Physical Address Line 1": "2860 291ST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MADISON", + "Physical Address State": "MN ", + "Physical Address Zip": "56256", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14186507936507936", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509360", + "School District Name": "Peabody", + "Physical Address Line 1": "27 Lowell Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peabody", + "Physical Address State": "MA ", + "Physical Address Zip": "01960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09492866224042944", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701140", + "School District Name": "Etowah", + "Physical Address Line 1": "858 8th ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Etowah", + "Physical Address State": "TN ", + "Physical Address Zip": "37331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2457831325301205", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509390", + "School District Name": "Pelham", + "Physical Address Line 1": "45 Amherst Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pelham", + "Physical Address State": "MA ", + "Physical Address Zip": "01002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07936507936507936", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2717460", + "School District Name": "LAKE BENTON PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "101 GARFIELD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE BENTON", + "Physical Address State": "MN ", + "Physical Address Zip": "56149", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13278008298755187", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509420", + "School District Name": "Pembroke", + "Physical Address Line 1": "72 Pilgrim Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pembroke", + "Physical Address State": "MA ", + "Physical Address Zip": "02359", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.037742041352149654", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2717520", + "School District Name": "LAKE CITY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "300 S GARDEN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE CITY", + "Physical Address State": "MN ", + "Physical Address Zip": "55041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07451564828614009", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509450", + "School District Name": "Pentucket", + "Physical Address Line 1": "22 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Newbury", + "Physical Address State": "MA ", + "Physical Address Zip": "01985", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04008083529808016", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904395", + "School District Name": "Euclid City", + "Physical Address Line 1": "22800 Fox Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Euclid", + "Physical Address State": "OH ", + "Physical Address Zip": "44123", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2793129200896191", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509540", + "School District Name": "Petersham", + "Physical Address Line 1": "2 Spring Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petersham", + "Physical Address State": "MA ", + "Physical Address Zip": "01366", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2791445", + "School District Name": "LAKE CRYSTAL-WELLCOME MEMORIAL", + "Physical Address Line 1": "607 KNIGHTS LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE CRYSTAL", + "Physical Address State": "MN ", + "Physical Address Zip": "56055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06802120141342756", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509600", + "School District Name": "Pioneer Valley", + "Physical Address Line 1": "97 F Sumner Turner Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09932279909706546", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901592", + "School District Name": "Euclid Preparatory School", + "Physical Address Line 1": "23001 Euclid Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Euclid", + "Physical Address State": "OH ", + "Physical Address Zip": "44117", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509630", + "School District Name": "Pittsfield", + "Physical Address Line 1": "269 First Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16983050847457626", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700162", + "School District Name": "LAKE PARK AUDUBON SCHOOL DISTRICT", + "Physical Address Line 1": "611 VIGEN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE PARK", + "Physical Address State": "MN ", + "Physical Address Zip": "56554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09129967776584318", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509690", + "School District Name": "Plainville", + "Physical Address Line 1": "68 Messenger Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plainville", + "Physical Address State": "MA ", + "Physical Address Zip": "02762", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07349081364829396", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2740740", + "School District Name": "LAKE SUPERIOR PUBLIC SCHOOL DIST.", + "Physical Address Line 1": "1640 HWY 2 STE 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TWO HARBORS", + "Physical Address State": "MN ", + "Physical Address Zip": "55616", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09283950617283951", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509720", + "School District Name": "Plymouth", + "Physical Address Line 1": "11 Lincoln Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "MA ", + "Physical Address Zip": "02360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07873325823006634", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4011160", + "School District Name": "EUFAULA", + "Physical Address Line 1": "1684 J M Bailey Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eufaula", + "Physical Address State": "OK ", + "Physical Address Zip": "74432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25757575757575757", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509780", + "School District Name": "Plympton", + "Physical Address Line 1": "250 Pembroke Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingston", + "Physical Address State": "MA ", + "Physical Address Zip": "02364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06048387096774194", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2717570", + "School District Name": "LAKE OF THE WOODS SCHOOL DISTRICT", + "Physical Address Line 1": "236 15TH AVE SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAUDETTE", + "Physical Address State": "MN ", + "Physical Address Zip": "56623", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13865546218487396", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509840", + "School District Name": "Provincetown", + "Physical Address Line 1": "12 Winslow Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Provincetown", + "Physical Address State": "MA ", + "Physical Address Zip": "02657", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13846153846153847", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700088", + "School District Name": "LAKEVIEW SCHOOL DISTRICT", + "Physical Address Line 1": "875 BARSTAD RD N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COTTONWOOD", + "Physical Address State": "MN ", + "Physical Address Zip": "56229", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07707509881422925", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509870", + "School District Name": "Quincy", + "Physical Address Line 1": "34 Coddington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quincy", + "Physical Address State": "MA ", + "Physical Address Zip": "02169", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14489311163895488", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4104740", + "School District Name": "Eugene SD 4J", + "Physical Address Line 1": "200 N Monroe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eugene", + "Physical Address State": "OR ", + "Physical Address Zip": "97402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1158751426728202", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509900", + "School District Name": "Ralph C Mahar", + "Physical Address Line 1": "507 South Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orange", + "Physical Address State": "MA ", + "Physical Address Zip": "01364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.16879795396419436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2717780", + "School District Name": "LAKEVILLE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "17630 JUNIPER PATH SUITE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKEVILLE", + "Physical Address State": "MN ", + "Physical Address Zip": "55044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.028923766816143497", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509930", + "School District Name": "Randolph", + "Physical Address Line 1": "40 Highland Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Randolph", + "Physical Address State": "MA ", + "Physical Address Zip": "02368", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1373434613015808", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600026", + "School District Name": "EUGENIO MARIA DE HOSTOS CHARTER SCHOOL", + "Physical Address Line 1": "27 ZIMBRICH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14621", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2509990", + "School District Name": "Reading", + "Physical Address Line 1": "82 Oakland Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reading", + "Physical Address State": "MA ", + "Physical Address Zip": "01867", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.025704067948144838", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2717880", + "School District Name": "LANCASTER PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "401 CENTRAL AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LANCASTER", + "Physical Address State": "MN ", + "Physical Address Zip": "56735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.05263157894736842", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510050", + "School District Name": "Revere", + "Physical Address Line 1": "101 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Revere", + "Physical Address State": "MA ", + "Physical Address Zip": "02151", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22663948352021746", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200043", + "School District Name": "Eugenio Maria De Hostos CS", + "Physical Address Line 1": "6301 N 2nd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510080", + "School District Name": "Richmond", + "Physical Address Line 1": "1831 State Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "MA ", + "Physical Address Zip": "01254", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11764705882352941", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2717910", + "School District Name": "LANESBORO PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "100 KIRKWOOD ST E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LANESBORO", + "Physical Address State": "MN ", + "Physical Address Zip": "55949", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12813370473537605", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510140", + "School District Name": "Rochester", + "Physical Address Line 1": "135 Marion Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mattapoisett", + "Physical Address State": "MA ", + "Physical Address Zip": "02739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.051330798479087454", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818690", + "School District Name": "EULA ISD", + "Physical Address Line 1": "6040 F M 603", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLYDE", + "Physical Address State": "TX ", + "Physical Address Zip": "79510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.174573055028463", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510170", + "School District Name": "Rockland", + "Physical Address Line 1": "34 MacKinlay Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockland", + "Physical Address State": "MA ", + "Physical Address Zip": "02370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11877076411960133", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2717940", + "School District Name": "Laporte Public School District", + "Physical Address Line 1": "315 MAIN ST W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAPORTE", + "Physical Address State": "MN ", + "Physical Address Zip": "56461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1596958174904943", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510200", + "School District Name": "Rockport", + "Physical Address Line 1": "24 Jerdens Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockport", + "Physical Address State": "MA ", + "Physical Address Zip": "01966", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06703146374829001", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500960", + "School District Name": "EUNICE MUNICIPAL SCHOOLS", + "Physical Address Line 1": "1720 AVENUE K", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EUNICE", + "Physical Address State": "NM ", + "Physical Address Zip": "88231", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16830294530154277", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510230", + "School District Name": "Rowe", + "Physical Address Line 1": "86 Pond Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rowe", + "Physical Address State": "MA ", + "Physical Address Zip": "01367", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08108108108108109", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718070", + "School District Name": "LE SUEUR-HENDERSON SCHOOL DISTRICT", + "Physical Address Line 1": "115 1/2 N 5TH STREET SUITE 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LE SUEUR", + "Physical Address State": "MN ", + "Physical Address Zip": "56058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10746268656716418", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510380", + "School District Name": "Salem", + "Physical Address Line 1": "29 Highland Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "MA ", + "Physical Address Zip": "01970", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14659476732574395", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718060", + "School District Name": "LEROY-OSTRANDER PUBLIC SCHOOLS", + "Physical Address Line 1": "406 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEROY", + "Physical Address State": "MN ", + "Physical Address Zip": "55951", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09198813056379822", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510470", + "School District Name": "Sandwich", + "Physical Address Line 1": "33 Water St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sandwish", + "Physical Address State": "MA ", + "Physical Address Zip": "02563", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0575865415723067", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2702640", + "School District Name": "LESTER PRAIRIE PUBLIC SCHOOL DIST.", + "Physical Address Line 1": "131 HICKORY ST N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LESTER PRAIRIE", + "Physical Address State": "MN ", + "Physical Address Zip": "55354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.052901023890784986", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510500", + "School District Name": "Saugus", + "Physical Address Line 1": "23 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saugus", + "Physical Address State": "MA ", + "Physical Address Zip": "01906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10041950707918196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200180", + "School District Name": "EUREKA COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "ADAMS STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EUREKA", + "Physical Address State": "NV ", + "Physical Address Zip": "89316", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11080332409972299", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510530", + "School District Name": "Savoy", + "Physical Address Line 1": "26 Chapel Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Savoy", + "Physical Address State": "MA ", + "Physical Address Zip": "01256", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.041666666666666664", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718090", + "School District Name": "Lewiston-Altura Public School Dist", + "Physical Address Line 1": "100 COUNTY RD 25", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEWISTON", + "Physical Address State": "MN ", + "Physical Address Zip": "55952", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12634408602150538", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510560", + "School District Name": "Scituate", + "Physical Address Line 1": "606 C J Cushing Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scituate", + "Physical Address State": "MA ", + "Physical Address Zip": "02066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.032053220441487756", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718210", + "School District Name": "LITCHFIELD PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "307 E 6TH ST.", + "Physical Address Line 2": "SUITE#100", + "Physical Address Line 3": "", + "Physical Address City": "LITCHFIELD", + "Physical Address State": "MN ", + "Physical Address Zip": "55355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07039440838741887", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510590", + "School District Name": "Seekonk", + "Physical Address Line 1": "25 Water Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seekonk", + "Physical Address State": "MA ", + "Physical Address Zip": "02771", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05045871559633028", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3010080", + "School District Name": "Eureka Elem", + "Physical Address Line 1": "430 9th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "MT ", + "Physical Address Zip": "59917", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2340036563071298", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510615", + "School District Name": "Shawsheen Valley Regional Vocational Technical", + "Physical Address Line 1": "100 Cook Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billerica", + "Physical Address State": "MA ", + "Physical Address Zip": "01821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718240", + "School District Name": "LITTLE FALLS PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1001 SE 5TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE FALLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56345", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12070690230076692", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510620", + "School District Name": "Sharon", + "Physical Address Line 1": "75 Mountain Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sharon", + "Physical Address State": "MA ", + "Physical Address Zip": "02067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03428428428428428", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4622560", + "School District Name": "Eureka School District 44-1", + "Physical Address Line 1": "805 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "SD ", + "Physical Address Zip": "57437", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1746031746031746", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510710", + "School District Name": "Sherborn", + "Physical Address Line 1": "157 Farm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "MA ", + "Physical Address Zip": "02030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.037037037037037035", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718270", + "School District Name": "LITTLEFORK-BIG FALLS SCHOOL DIST.", + "Physical Address Line 1": "700 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLEFORK", + "Physical Address State": "MN ", + "Physical Address Zip": "56653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08411214953271028", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510770", + "School District Name": "Shrewsbury", + "Physical Address Line 1": "100 Maple Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shrewsbury", + "Physical Address State": "MA ", + "Physical Address Zip": "01545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.039811958278242986", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700109", + "School District Name": "Long Prairie-Grey Eagle School Dist", + "Physical Address Line 1": "205 2ND ST S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONG PRAIRIE", + "Physical Address State": "MN ", + "Physical Address Zip": "56347", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1525207402680281", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510800", + "School District Name": "Shutesbury", + "Physical Address Line 1": "23 West Pelham Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shutesbury", + "Physical Address State": "MA ", + "Physical Address Zip": "01072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11016949152542373", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718330", + "School District Name": "LUVERNE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "709 N KNISS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUVERNE", + "Physical Address State": "MN ", + "Physical Address Zip": "56156", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10615711252653928", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510830", + "School District Name": "Silver Lake", + "Physical Address Line 1": "250 Pembroke Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingston", + "Physical Address State": "MA ", + "Physical Address Zip": "02364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05065274151436031", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818720", + "School District Name": "EUSTACE ISD", + "Physical Address Line 1": "320 S FM 316", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EUSTACE", + "Physical Address State": "TX ", + "Physical Address Zip": "75124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22849083215796898", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510860", + "School District Name": "Somerset", + "Physical Address Line 1": "580 Whetstone Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerset", + "Physical Address State": "MA ", + "Physical Address Zip": "02726", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08172280508006627", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718360", + "School District Name": "LYLE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "700 2ND STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LYLE", + "Physical Address State": "MN ", + "Physical Address Zip": "55953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14492753623188406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510890", + "School District Name": "Somerville", + "Physical Address Line 1": "8 Bonair Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerville", + "Physical Address State": "MA ", + "Physical Address Zip": "02145", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13258232235701906", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718390", + "School District Name": "LYND PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "106 ST. ALBANS STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LYND", + "Physical Address State": "MN ", + "Physical Address Zip": "56157", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06435643564356436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510920", + "School District Name": "South Hadley", + "Physical Address Line 1": "116 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Hadley", + "Physical Address State": "MA ", + "Physical Address Zip": "01075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08793356130923302", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100111", + "School District Name": "EUSTIS-FARNAM PUBLIC SCHOOLS", + "Physical Address Line 1": "504 N INGALLS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EUSTIS", + "Physical Address State": "NE ", + "Physical Address Zip": "69028", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10204081632653061", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510930", + "School District Name": "South Shore Regional Vocational Technical", + "Physical Address Line 1": "476 Webster Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanover", + "Physical Address State": "MA ", + "Physical Address Zip": "02339", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700091", + "School District Name": "MACCRAY School District", + "Physical Address Line 1": "711 WOLVERINE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARA CITY", + "Physical Address State": "MN ", + "Physical Address Zip": "56222", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12372304199772985", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510950", + "School District Name": "Southampton", + "Physical Address Line 1": "34 Pomeroy Meadow Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Southampton", + "Physical Address State": "MA ", + "Physical Address Zip": "01073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0467706013363029", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818750", + "School District Name": "EVADALE ISD", + "Physical Address Line 1": "908 FM 105", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EVADALE", + "Physical Address State": "TX ", + "Physical Address Zip": "77615", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19183673469387755", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2510980", + "School District Name": "Southborough", + "Physical Address Line 1": "53 Parkerville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Southborough", + "Physical Address State": "MA ", + "Physical Address Zip": "01772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.028530670470756064", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718540", + "School District Name": "Mabel-Canton Public School District", + "Physical Address Line 1": "316 W FILLMORE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MABEL", + "Physical Address State": "MN ", + "Physical Address Zip": "55954", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22967479674796748", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511010", + "School District Name": "Southbridge", + "Physical Address Line 1": "132 Torry Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Southbridge", + "Physical Address State": "MA ", + "Physical Address Zip": "01550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21825396825396826", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302640", + "School District Name": "Evaline School District", + "Physical Address Line 1": "111 SCHOOLHOUSE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINLOCK", + "Physical Address State": "WA ", + "Physical Address Zip": "98596", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.140625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511020", + "School District Name": "Southeastern Regional Vocational Technical", + "Physical Address Line 1": "250 Foundry Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Easton", + "Physical Address State": "MA ", + "Physical Address Zip": "02375", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718570", + "School District Name": "MADELIA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "320 BUCK AVE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MADELIA", + "Physical Address State": "MN ", + "Physical Address Zip": "56062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13949579831932774", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511040", + "School District Name": "Southern Berkshire", + "Physical Address Line 1": "491 Berkshire School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sheffield", + "Physical Address State": "MA ", + "Physical Address Zip": "01257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09695603156708005", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718660", + "School District Name": "MAHNOMEN PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "310 WEST MADISON AVE.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAHNOMEN", + "Physical Address State": "MN ", + "Physical Address Zip": "56557", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30708661417322836", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511050", + "School District Name": "Southern Worcester County Regional Vocational Technical", + "Physical Address Line 1": "57 Old Muggett Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlton", + "Physical Address State": "MA ", + "Physical Address Zip": "01507", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718750", + "School District Name": "MAHTOMEDI PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1520 MAHTOMEDI AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAHTOMEDI", + "Physical Address State": "MN ", + "Physical Address Zip": "55115", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03753069098561908", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511060", + "School District Name": "South Middlesex Regional Vocational Technical", + "Physical Address Line 1": "750 Winter Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Framingham", + "Physical Address State": "MA ", + "Physical Address Zip": "01702", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616560", + "School District Name": "EVANS-BRANT CENTRAL SCHOOL DISTRICT (LAKE SHORE)", + "Physical Address Line 1": "959 BEACH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANGOLA", + "Physical Address State": "NY ", + "Physical Address Zip": "14006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12494614390348988", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511130", + "School District Name": "Springfield", + "Physical Address Line 1": "1550 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.37303532804614276", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2718780", + "School District Name": "MANKATO PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "10 CIVIC CENTER PLAZA STE 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANKATO", + "Physical Address State": "MN ", + "Physical Address Zip": "56001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11560077519379845", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511150", + "School District Name": "Institutional Schools", + "Physical Address Line 1": "75 Pleasant Street", + "Physical Address Line 2": "Room 4-429", + "Physical Address Line 3": "", + "Physical Address City": "Malden", + "Physical Address State": "MA ", + "Physical Address Zip": "02148", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718810", + "School District Name": "MAPLE LAKE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "200 HIGHWAY 55 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAPLE LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "55358", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05220883534136546", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511220", + "School District Name": "Stoneham", + "Physical Address Line 1": "149 Franklin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stoneham", + "Physical Address State": "MA ", + "Physical Address Zip": "02180", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05878594249201278", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511250", + "School District Name": "Stoughton", + "Physical Address Line 1": "31 Pierce Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stoughton", + "Physical Address State": "MA ", + "Physical Address Zip": "02072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08812351543942992", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700006", + "School District Name": "MAPLE RIVER SCHOOL DISTRICT", + "Physical Address Line 1": "101 6TH AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAPLETON", + "Physical Address State": "MN ", + "Physical Address Zip": "56065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09557344064386318", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511310", + "School District Name": "Sturbridge", + "Physical Address Line 1": "320 Brookfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fiskdale", + "Physical Address State": "MA ", + "Physical Address Zip": "01518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04953917050691244", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2723550", + "School District Name": "MARSHALL COUNTY CENTRAL SCHOOLS", + "Physical Address Line 1": "310 MINNESOTA AVE W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWFOLDEN", + "Physical Address State": "MN ", + "Physical Address Zip": "56738", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09253731343283582", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511340", + "School District Name": "Sudbury", + "Physical Address Line 1": "40 Fairbank Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sudbury", + "Physical Address State": "MA ", + "Physical Address Zip": "01776", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.028941096356826693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504440", + "School District Name": "Evansville Community School District", + "Physical Address Line 1": "340 Fair St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Evansville", + "Physical Address State": "WI ", + "Physical Address Zip": "53536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.04936217415418746", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511370", + "School District Name": "Sunderland", + "Physical Address Line 1": "113 North Main Street Office", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Deerfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01373", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718940", + "School District Name": "MARSHALL PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "401 S SARATOGA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARSHALL", + "Physical Address State": "MN ", + "Physical Address Zip": "56258", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10705679862306368", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511400", + "School District Name": "Sutton", + "Physical Address Line 1": "383 Boston Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sutton", + "Physical Address State": "MA ", + "Physical Address Zip": "01590", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04423676012461059", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2718960", + "School District Name": "MARTIN COUNTY WEST SCHOOL DISTRICT", + "Physical Address Line 1": "105 E 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHERBURN", + "Physical Address State": "MN ", + "Physical Address Zip": "56171", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12083333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511430", + "School District Name": "Swampscott", + "Physical Address Line 1": "207 Forest Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Swampscott", + "Physical Address State": "MA ", + "Physical Address Zip": "01907", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04918667699457785", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818780", + "School District Name": "EVANT ISD", + "Physical Address Line 1": "339 MEMORY LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EVANT", + "Physical Address State": "TX ", + "Physical Address Zip": "76525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21285140562248997", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511460", + "School District Name": "Swansea", + "Physical Address Line 1": "1 Gardners Neck Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Swansea", + "Physical Address State": "MA ", + "Physical Address Zip": "02777", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07081038552321008", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2719170", + "School District Name": "MCGREGOR PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "148 S 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCGREGOR", + "Physical Address State": "MN ", + "Physical Address Zip": "55760", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511490", + "School District Name": "Tantasqua", + "Physical Address Line 1": "320 Brookfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fiskdale", + "Physical Address State": "MA ", + "Physical Address Zip": "01518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06724244293645898", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2719320", + "School District Name": "MEDFORD PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "750 2ND AVE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEDFORD", + "Physical Address State": "MN ", + "Physical Address Zip": "55049", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10533515731874145", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511520", + "School District Name": "Taunton", + "Physical Address Line 1": "215 Harris Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Taunton", + "Physical Address State": "MA ", + "Physical Address Zip": "02780", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15822714681440445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901378", + "School District Name": "Everest High School", + "Physical Address Line 1": "1555 Graham Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reynoldsburg", + "Physical Address State": "OH ", + "Physical Address Zip": "43068", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511580", + "School District Name": "Tewksbury", + "Physical Address Line 1": "139 Pleasant Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tewksbury", + "Physical Address State": "MA ", + "Physical Address Zip": "01876", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05456647398843931", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2720550", + "School District Name": "MELROSE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "546 5TH AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MELROSE", + "Physical Address State": "MN ", + "Physical Address Zip": "56352", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0723114956736712", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511670", + "School District Name": "Topsfield", + "Physical Address Line 1": "28 Middleton Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boxford", + "Physical Address State": "MA ", + "Physical Address Zip": "01921", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04355108877721943", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511730", + "School District Name": "Truro", + "Physical Address Line 1": "317 Route 6", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Truro", + "Physical Address State": "MA ", + "Physical Address Zip": "02666", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19230769230769232", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2720580", + "School District Name": "MENAHGA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "216 ASPEN AVE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MENAHGA", + "Physical Address State": "MN ", + "Physical Address Zip": "56464", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08695652173913043", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511735", + "School District Name": "Tri-County Regional Vocational Technical", + "Physical Address Line 1": "147 Pond Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "MA ", + "Physical Address Zip": "02038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511740", + "School District Name": "Triton", + "Physical Address Line 1": "112 Elm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Byfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01922", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07112375533428165", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2791450", + "School District Name": "MESABI EAST SCHOOL DISTRICT", + "Physical Address Line 1": "601 N 1ST ST W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AURORA", + "Physical Address State": "MN ", + "Physical Address Zip": "55705", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1283471837488458", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511760", + "School District Name": "Tyngsborough", + "Physical Address Line 1": "50 Norris Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tyngsborough", + "Physical Address State": "MA ", + "Physical Address Zip": "01879", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.053774050320670945", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2720670", + "School District Name": "MILACA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "500 HWY 23 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILACA", + "Physical Address State": "MN ", + "Physical Address Zip": "56353", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1054925893635571", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511800", + "School District Name": "Upper Cape Cod Regional Vocational Technical", + "Physical Address Line 1": "220 Sandwich Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bourne", + "Physical Address State": "MA ", + "Physical Address Zip": "02532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209360", + "School District Name": "Everett Area SD", + "Physical Address Line 1": "427 E SOUTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EVERETT", + "Physical Address State": "PA ", + "Physical Address Zip": "15537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17136150234741784", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511850", + "School District Name": "Uxbridge", + "Physical Address Line 1": "9 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Uxbridge", + "Physical Address State": "MA ", + "Physical Address Zip": "01569", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07112774918109499", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2721210", + "School District Name": "MILROY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "103 PROSPECT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILROY", + "Physical Address State": "MN ", + "Physical Address Zip": "56263", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07971014492753623", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511880", + "School District Name": "Wachusett", + "Physical Address Line 1": "1745 Main Street", + "Physical Address Line 2": "c/o Jefferson School", + "Physical Address Line 3": "", + "Physical Address City": "Jefferson", + "Physical Address State": "MA ", + "Physical Address Zip": "01522", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.036436236585974544", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300314", + "School District Name": "Everett Community College", + "Physical Address Line 1": "2000 Tower Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EVERETT", + "Physical Address State": "WA ", + "Physical Address Zip": "98201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511910", + "School District Name": "Wakefield", + "Physical Address Line 1": "60 Farm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wakefield", + "Physical Address State": "MA ", + "Physical Address Zip": "01880", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04213197969543147", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2721240", + "School District Name": "Minneapolis Public School District", + "Physical Address Line 1": "1250 WEST BROADWAY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.1825062620249029", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2511940", + "School District Name": "Wales", + "Physical Address Line 1": "320 Brookfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fiskdale", + "Physical Address State": "MA ", + "Physical Address Zip": "01518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1619718309859155", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302670", + "School District Name": "Everett School District", + "Physical Address Line 1": "3900 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Everett", + "Physical Address State": "WA ", + "Physical Address Zip": "98201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.08185391559759837", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2511970", + "School District Name": "Walpole", + "Physical Address Line 1": "135 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walpole", + "Physical Address State": "MA ", + "Physical Address Zip": "02081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0350236355822948", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2721270", + "School District Name": "MINNEOTA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "504 N MONROE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEOTA", + "Physical Address State": "MN ", + "Physical Address Zip": "56264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0880503144654088", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512000", + "School District Name": "Waltham", + "Physical Address Line 1": "617 Lexington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waltham", + "Physical Address State": "MA ", + "Physical Address Zip": "02452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11082761919948972", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600988", + "School District Name": "EVERGREEN CHARTER SCHOOL", + "Physical Address Line 1": "605 PENINSULA BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEMPSTEAD", + "Physical Address State": "NY ", + "Physical Address Zip": "11550", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512030", + "School District Name": "Ware", + "Physical Address Line 1": "239 West Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ware", + "Physical Address State": "MA ", + "Physical Address Zip": "01082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1823321554770318", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2711670", + "School District Name": "MINNETONKA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "5621 COUNTY RD 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNETONKA", + "Physical Address State": "MN ", + "Physical Address Zip": "55345", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.030997925789352385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512060", + "School District Name": "Wareham", + "Physical Address Line 1": "48 Marion Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wareham", + "Physical Address State": "MA ", + "Physical Address Zip": "02571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.17089065894279507", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700078", + "School District Name": "Evergreen Community Charter", + "Physical Address Line 1": "50 Bell Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Asheville", + "Physical Address State": "NC ", + "Physical Address Zip": "28805", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512100", + "School District Name": "Quaboag Regional", + "Physical Address Line 1": "284 Old West Brookfield Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "MA ", + "Physical Address Zip": "01083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1831306990881459", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700019", + "School District Name": "MINNEWASKA SCHOOL DISTRICT", + "Physical Address Line 1": "25122 STATE HWY 28", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENWOOD", + "Physical Address State": "MN ", + "Physical Address Zip": "56334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10100376411543287", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512180", + "School District Name": "Watertown", + "Physical Address Line 1": "30 Common Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Watertown", + "Physical Address State": "MA ", + "Physical Address Zip": "02472", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08977407847800238", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200749", + "School District Name": "Evergreen Community CS", + "Physical Address Line 1": "905 East Grace Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cresco", + "Physical Address State": "PA ", + "Physical Address Zip": "18326", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512210", + "School District Name": "Wayland", + "Physical Address Line 1": "41 Cochituate Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wayland", + "Physical Address State": "MA ", + "Physical Address Zip": "01778", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02065826330532213", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2721320", + "School District Name": "MONTEVIDEO PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "2001 WILLIAM AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTEVIDEO", + "Physical Address State": "MN ", + "Physical Address Zip": "56265", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14720812182741116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512240", + "School District Name": "Webster", + "Physical Address Line 1": "77 Poland Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Webster", + "Physical Address State": "MA ", + "Physical Address Zip": "01570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17428087986463622", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3010920", + "School District Name": "Evergreen Elem", + "Physical Address Line 1": "18 West Evergreen Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalispell", + "Physical Address State": "MT ", + "Physical Address Zip": "59901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17843388960205392", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512270", + "School District Name": "Wellesley", + "Physical Address Line 1": "40 Kingsbury Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wellesley", + "Physical Address State": "MA ", + "Physical Address Zip": "02481", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02917630314890589", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2721390", + "School District Name": "MONTICELLO PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "302 WASHINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTICELLO", + "Physical Address State": "MN ", + "Physical Address Zip": "55362", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05029585798816568", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512300", + "School District Name": "Wellfleet", + "Physical Address Line 1": "78 Eldredge Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orleans", + "Physical Address State": "MA ", + "Physical Address Zip": "02653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11510791366906475", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2721420", + "School District Name": "Moorhead Area Public Schools", + "Physical Address Line 1": "1313 30TH AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOORHEAD", + "Physical Address State": "MN ", + "Physical Address Zip": "56560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.14785486349131308", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512390", + "School District Name": "West Boylston", + "Physical Address Line 1": "125 Crescent Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Boylston", + "Physical Address State": "MA ", + "Physical Address Zip": "01583", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06777996070726916", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904705", + "School District Name": "Evergreen Local", + "Physical Address Line 1": "14544 County Road 6", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Metamora", + "Physical Address State": "OH ", + "Physical Address Zip": "43540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08240997229916898", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512420", + "School District Name": "West Bridgewater", + "Physical Address Line 1": "2 Spring Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Bridgewater", + "Physical Address State": "MA ", + "Physical Address Zip": "02379", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05791505791505792", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2721450", + "School District Name": "MOOSE LAKE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "4812 COUNTY RD 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOOSE LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "55767", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11234396671289876", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512510", + "School District Name": "West Springfield", + "Physical Address Line 1": "26 Central Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Springfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01089", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21342186388427792", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2721480", + "School District Name": "MORA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "400 MAPLE AVE E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORA", + "Physical Address State": "MN ", + "Physical Address Zip": "55051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15264623955431755", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512570", + "School District Name": "Tisbury", + "Physical Address Line 1": "4 Pine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vineyard Haven", + "Physical Address State": "MA ", + "Physical Address Zip": "02568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.162291169451074", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700383", + "School District Name": "MORRIS AREA PUBLIC SCHOOLS", + "Physical Address Line 1": "201 S COLUMBIA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORRIS", + "Physical Address State": "MN ", + "Physical Address Zip": "56267", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0855431993156544", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512600", + "School District Name": "Westborough", + "Physical Address Line 1": "45 W Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westborough", + "Physical Address State": "MA ", + "Physical Address Zip": "01581", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.038789948767992195", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302700", + "School District Name": "Evergreen School District (Clark)", + "Physical Address Line 1": "13413 NE LeRoy Haagen", + "Physical Address Line 2": "Memorial Dr", + "Physical Address Line 3": "", + "Physical Address City": "VANCOUVER", + "Physical Address State": "WA ", + "Physical Address Zip": "98684", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.10900212937807476", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512630", + "School District Name": "Westfield", + "Physical Address Line 1": "94 North Elm Street", + "Physical Address Line 2": "Suite 101", + "Physical Address Line 3": "", + "Physical Address City": "Westfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01085", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1498337125853317", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2722950", + "School District Name": "MOUNDS VIEW PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "4570 VICTORIA ST N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHOREVIEW", + "Physical Address State": "MN ", + "Physical Address Zip": "55126", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08314359162688212", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512660", + "School District Name": "Westford", + "Physical Address Line 1": "23 Depot Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westford", + "Physical Address State": "MA ", + "Physical Address Zip": "01886", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.027970640745883752", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302730", + "School District Name": "Evergreen School District (Stevens)", + "Physical Address Line 1": "3341 ADDY GIFFORD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GIFFORD", + "Physical Address State": "WA ", + "Physical Address Zip": "99131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3157894736842105", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512690", + "School District Name": "Westhampton", + "Physical Address Line 1": "37 Kings Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westhampton", + "Physical Address State": "MA ", + "Physical Address Zip": "01027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.053763440860215055", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700001", + "School District Name": "MOUNTAIN IRON-BUHL SCHOOL DISTRICT", + "Physical Address Line 1": "8659 UNITY DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNTAIN IRON", + "Physical Address State": "MN ", + "Physical Address Zip": "55768", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1251840942562592", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512750", + "School District Name": "Weston", + "Physical Address Line 1": "89 Wellesley Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weston", + "Physical Address State": "MA ", + "Physical Address Zip": "02493", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04013519222644698", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300341", + "School District Name": "Evergreen State College", + "Physical Address Line 1": "2700 Evergreen Parkway NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Olympia", + "Physical Address State": "WA ", + "Physical Address Zip": "98505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512780", + "School District Name": "Westport", + "Physical Address Line 1": "17 Main Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westport", + "Physical Address State": "MA ", + "Physical Address Zip": "02790", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07889733840304182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2723010", + "School District Name": "MOUNTAIN LAKE PUBLIC SCHOOLS", + "Physical Address Line 1": "450 12TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNTAIN LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "56159", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1634920634920635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512810", + "School District Name": "Westwood", + "Physical Address Line 1": "220 Nahatan Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westwood", + "Physical Address State": "MA ", + "Physical Address Zip": "02090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.018198362147406732", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700090", + "School District Name": "MURRAY COUNTY CENTRAL SCHOOL DIST.", + "Physical Address Line 1": "2420 28TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SLAYTON", + "Physical Address State": "MN ", + "Physical Address Zip": "56172", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10079575596816977", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512840", + "School District Name": "Weymouth", + "Physical Address Line 1": "111 Middle Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weymouth", + "Physical Address State": "MA ", + "Physical Address Zip": "02189", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09164458083414702", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818810", + "School District Name": "EVERMAN ISD", + "Physical Address Line 1": "1520 E EVERMAN PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT WORTH", + "Physical Address State": "TX ", + "Physical Address Zip": "76140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20895288777586477", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512870", + "School District Name": "Whately", + "Physical Address Line 1": "113 North Main Street Office", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Deerfield", + "Physical Address State": "MA ", + "Physical Address Zip": "01373", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05813953488372093", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700089", + "School District Name": "NRHEG SCHOOL DISTRICT", + "Physical Address Line 1": "306 ASH AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW RICHLAND", + "Physical Address State": "MN ", + "Physical Address Zip": "56072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12017640573318633", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512930", + "School District Name": "Whitman-Hanson", + "Physical Address Line 1": "610 Franklin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitman", + "Physical Address State": "MA ", + "Physical Address Zip": "02382", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0556640625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911580", + "School District Name": "EVERTON R-III", + "Physical Address Line 1": "509 E SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EVERTON", + "Physical Address State": "MO ", + "Physical Address Zip": "65646", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20103092783505155", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512950", + "School District Name": "Whittier Regional Vocational Technical", + "Physical Address Line 1": "115 Amesbury Line Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haverhill", + "Physical Address State": "MA ", + "Physical Address Zip": "01830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2723310", + "School District Name": "NASHWAUK-KEEWATIN SCHOOL DISTRICT", + "Physical Address Line 1": "400 2ND STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NASHWAUK", + "Physical Address State": "MN ", + "Physical Address Zip": "55769", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16412213740458015", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2512990", + "School District Name": "Williamsburg", + "Physical Address Line 1": "1 Petticoat Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamsburg", + "Physical Address State": "MA ", + "Physical Address Zip": "01096", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10273972602739725", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404890", + "School District Name": "Evesham Township School District", + "Physical Address Line 1": "25 S. Maple Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marlton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08053", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0486322188449848", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2513050", + "School District Name": "Wilmington", + "Physical Address Line 1": "161 Church Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "MA ", + "Physical Address Zip": "01887", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03576982892690513", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733720", + "School District Name": "NETT LAKE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "13090 WESTLEY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORR", + "Physical Address State": "MN ", + "Physical Address Zip": "55772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24358974358974358", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2513080", + "School District Name": "Winchendon", + "Physical Address Line 1": "175 Grove Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchendon", + "Physical Address State": "MA ", + "Physical Address Zip": "01475", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.13376168224299065", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800236", + "School District Name": "EVOLUTION ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "1101 S SHERMAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHARDSON", + "Physical Address State": "TX ", + "Physical Address Zip": "75081", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2513110", + "School District Name": "Winchester", + "Physical Address Line 1": "40 Samoset Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchester", + "Physical Address State": "MA ", + "Physical Address Zip": "01890", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.027800324675324676", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2723370", + "School District Name": "NEVIS PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "210 PLEASANT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEVIS", + "Physical Address State": "MN ", + "Physical Address Zip": "56467", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12311557788944724", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2513170", + "School District Name": "Winthrop", + "Physical Address Line 1": "1 Metcalf Square", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winthrop", + "Physical Address State": "MA ", + "Physical Address Zip": "02152", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10665044606650446", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2723400", + "School District Name": "NEW LONDON-SPICER SCHOOL DISTRICT", + "Physical Address Line 1": "101 4TH AVE SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW LONDON", + "Physical Address State": "MN ", + "Physical Address Zip": "56273", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.059466848940533154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2513200", + "School District Name": "Woburn", + "Physical Address Line 1": "55 Locust Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woburn", + "Physical Address State": "MA ", + "Physical Address Zip": "01801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09085681426106958", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900597", + "School District Name": "EWING MARION KAUFFMAN SCHOOL", + "Physical Address Line 1": "6401 THE PASEO BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2513230", + "School District Name": "Worcester", + "Physical Address Line 1": "20 Irving Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Worcester", + "Physical Address State": "MA ", + "Physical Address Zip": "01609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.20668577546016506", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2723430", + "School District Name": "NEW PRAGUE AREA SCHOOLS", + "Physical Address Line 1": "410 CENTRAL AVE N", + "Physical Address Line 2": "SUITE 100", + "Physical Address Line 3": "", + "Physical Address City": "NEW PRAGUE", + "Physical Address State": "MN ", + "Physical Address Zip": "56071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.02993585174625802", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2513260", + "School District Name": "Worthington", + "Physical Address Line 1": "147 Huntington Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Worthington", + "Physical Address State": "MA ", + "Physical Address Zip": "01098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08527131782945736", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2723490", + "School District Name": "NEW ULM PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "414 SOUTH PAYNE STREET", + "Physical Address Line 2": "DISTRICT ADMINISTRATIVE CENTER", + "Physical Address Line 3": "", + "Physical Address City": "NEW ULM", + "Physical Address State": "MN ", + "Physical Address Zip": "56073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08364312267657993", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2513290", + "School District Name": "Wrentham", + "Physical Address Line 1": "120 Taunton Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wrentham", + "Physical Address State": "MA ", + "Physical Address Zip": "02093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03863845446182153", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404920", + "School District Name": "Ewing Township School District", + "Physical Address Line 1": "2099 Pennington Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ewing", + "Physical Address State": "NJ ", + "Physical Address Zip": "08618", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09338803088803088", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2723520", + "School District Name": "NEW YORK MILLS PUBLIC SCHOOL DIST.", + "Physical Address Line 1": "209 HAYES ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK MILLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56567", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12355212355212356", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600001", + "School District Name": "Michigan Department of Corrections", + "Physical Address Line 1": "206 EAST MICHIGAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LANSING", + "Physical Address State": "MI ", + "Physical Address Zip": "48933", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600004", + "School District Name": "Michigan Department of Human Services", + "Physical Address Line 1": "235 SOUTH GRAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LANSING", + "Physical Address State": "MI ", + "Physical Address Zip": "48933", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2723580", + "School District Name": "NICOLLET PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1 PINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NICOLLET", + "Physical Address State": "MN ", + "Physical Address Zip": "56074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.03546099290780142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700101", + "School District Name": "NORMAN COUNTY EAST SCHOOL DISTRICT", + "Physical Address Line 1": "408 W MAIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TWIN VALLEY", + "Physical Address State": "MN ", + "Physical Address Zip": "56584", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600010", + "School District Name": "Sigel Township S/D #3F", + "Physical Address Line 1": "4151 SECTION LINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAD AXE", + "Physical Address State": "MI ", + "Physical Address Zip": "48413", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2723820", + "School District Name": "North Branch Area Public Schools", + "Physical Address Line 1": "38705 GRAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH BRANCH", + "Physical Address State": "MN ", + "Physical Address Zip": "55056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.06858227161832475", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600011", + "School District Name": "Sigel Township S/D #4F", + "Physical Address Line 1": "5754 SECTION LINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARBOR BEACH", + "Physical Address State": "MI ", + "Physical Address Zip": "48441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800049", + "School District Name": "EXCEL ACADEMY", + "Physical Address Line 1": "1200 CONGRESS ST STE 6500", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77002", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600012", + "School District Name": "St. Ignace Area Schools", + "Physical Address Line 1": "429 PORTAGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT IGNACE", + "Physical Address State": "MI ", + "Physical Address Zip": "49781", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19909502262443438", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2723850", + "School District Name": "North St. Paul-Maplewood Oakdale", + "Physical Address Line 1": "2520 E 12TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAPLEWOOD", + "Physical Address State": "MN ", + "Physical Address Zip": "55109", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1188483186607014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2723880", + "School District Name": "NORTHFIELD PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "201 ORCHARD STREET S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTHFIELD", + "Physical Address State": "MN ", + "Physical Address Zip": "55057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.06230823696011329", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600015", + "School District Name": "Wayne-Westland Community School District", + "Physical Address Line 1": "36745 MARQUETTE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "48185", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21470954508827192", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2730870", + "School District Name": "NORTHLAND COMMUNITY SCHOOLS", + "Physical Address Line 1": "316 MAIN ST E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REMER", + "Physical Address State": "MN ", + "Physical Address Zip": "56672", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21880650994575046", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2723970", + "School District Name": "OGILVIE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "333 SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OGILVIE", + "Physical Address State": "MN ", + "Physical Address Zip": "56358", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600019", + "School District Name": "Superior Central School District", + "Physical Address Line 1": "2865 EAST STATE ROAD 94", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EBEN JUNCTION", + "Physical Address State": "MI ", + "Physical Address Zip": "49825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17665615141955837", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600020", + "School District Name": "Windover High School", + "Physical Address Line 1": "919 Smith Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Midland", + "Physical Address State": "MI ", + "Physical Address Zip": "48640", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2725050", + "School District Name": "ONAMIA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "35465 125TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ONAMIA", + "Physical Address State": "MN ", + "Physical Address Zip": "56359", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24518201284796573", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600068", + "School District Name": "Pansophia Academy", + "Physical Address Line 1": "52 ABBOTT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLDWATER", + "Physical Address State": "MI ", + "Physical Address Zip": "49036", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2725080", + "School District Name": "ORONO PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "685 OLD CRYSTAL BAY RD N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONG LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "55356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03403797921891795", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700328", + "School District Name": "ORTONVILLE PUBLIC SCHOOLS", + "Physical Address Line 1": "200 TROJAN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORTONVILLE", + "Physical Address State": "MN ", + "Physical Address Zip": "56278", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14442413162705667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600071", + "School District Name": "Joseph K. Lumsden Bahweting Anishnabe Academy", + "Physical Address Line 1": "1301 MARQUETTE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAULT SAINTE MARIE", + "Physical Address State": "MI ", + "Physical Address Zip": "49783", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600073", + "School District Name": "Island City Academy", + "Physical Address Line 1": "6421 CLINTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EATON RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "48827", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2725140", + "School District Name": "OSAKIS PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "500 1ST AVE E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OSAKIS", + "Physical Address State": "MN ", + "Physical Address Zip": "56360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09663865546218488", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600076", + "School District Name": "Woodland Park Academy", + "Physical Address Line 1": "2083 GRAND BLANC RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND BLANC", + "Physical Address State": "MI ", + "Physical Address Zip": "48439", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2725200", + "School District Name": "OSSEO PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "11200 93RD AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAPLE GROVE", + "Physical Address State": "MN ", + "Physical Address Zip": "55369", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07787665777900897", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600078", + "School District Name": "Woodland School", + "Physical Address Line 1": "7224 SUPPLY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRAVERSE CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "49686", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2728050", + "School District Name": "OWATONNA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "515 W BRIDGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OWATONNA", + "Physical Address State": "MN ", + "Physical Address Zip": "55060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10428139989340914", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600082", + "School District Name": "Mid-Michigan Leadership Academy", + "Physical Address Line 1": "730 WEST MAPLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LANSING", + "Physical Address State": "MI ", + "Physical Address Zip": "48906", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600087", + "School District Name": "Renaissance Public School Academy", + "Physical Address Line 1": "2797 SOUTH ISABELLA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT PLEASANT", + "Physical Address State": "MI ", + "Physical Address Zip": "48858", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600090", + "School District Name": "New Branches Charter Academy", + "Physical Address Line 1": "3662 Poinsettia Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Rapids", + "Physical Address State": "MI ", + "Physical Address Zip": "49508", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600092", + "School District Name": "West MI Academy of Environmental Science", + "Physical Address Line 1": "4463 LEONARD ST NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49534", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600093", + "School District Name": "Excel Charter Academy", + "Physical Address Line 1": "4201 BRETON RD SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49512", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600097", + "School District Name": "Vista Charter Academy", + "Physical Address Line 1": "711 32ND ST SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49548", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600098", + "School District Name": "Vanguard Charter Academy", + "Physical Address Line 1": "1620 52ND ST SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WYOMING", + "Physical Address State": "MI ", + "Physical Address Zip": "49519", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600099", + "School District Name": "Kensington Woods Schools", + "Physical Address Line 1": "9501 Pettys Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeland", + "Physical Address State": "MI ", + "Physical Address Zip": "48143", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600101", + "School District Name": "Macomb Academy", + "Physical Address Line 1": "39092 GARFIELD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLINTON TOWNSHIP", + "Physical Address State": "MI ", + "Physical Address Zip": "48038", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700184", + "School District Name": "EXCELL ACADEMY CHARTER", + "Physical Address Line 1": "5800 65TH AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN PARK", + "Physical Address State": "MN ", + "Physical Address Zip": "55429", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600103", + "School District Name": "Nah Tah Wahsh Public School Academy", + "Physical Address Line 1": "14911 HANNAHVILLE ROAD B1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILSON", + "Physical Address State": "MI ", + "Physical Address Zip": "49896", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600114", + "School District Name": "EXCELLENCE BOYS CHARTER SCHOOL OF BEDFORD STUYVESANT", + "Physical Address Line 1": "225 PATCHEN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11233", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601000", + "School District Name": "EXCELLENCE GIRLS CHARTER SCHOOL", + "Physical Address Line 1": "794 MONROE ST-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801433", + "School District Name": "EXCELLENCE IN LEADERSHIP ACADEMY", + "Physical Address Line 1": "915 W INTERSTATE HWY 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MISSION", + "Physical Address State": "TX ", + "Physical Address Zip": "78572", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600112", + "School District Name": "Walden Green Montessori", + "Physical Address Line 1": "17339 ROOSEVELT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRING LAKE", + "Physical Address State": "MI ", + "Physical Address Zip": "49456", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900136", + "School District Name": "Excelsior Academy", + "Physical Address Line 1": "124 E ERDA WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ERDA", + "Physical Address State": "UT ", + "Physical Address Zip": "84074", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600113", + "School District Name": "West MI Academy of Arts and Academics", + "Physical Address Line 1": "17350 HAZEL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRING LAKE", + "Physical Address State": "MI ", + "Physical Address Zip": "49456", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600115", + "School District Name": "Vanderbilt Charter Academy", + "Physical Address Line 1": "301 WEST 16TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "49423", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700384", + "School District Name": "Excelsior Classical Academy", + "Physical Address Line 1": "4100 N Roxboro Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27704", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600121", + "School District Name": "Honey Creek Community School", + "Physical Address Line 1": "235 SPENCER LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YPSILANTI", + "Physical Address State": "MI ", + "Physical Address Zip": "48198", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818840", + "School District Name": "EXCELSIOR ISD", + "Physical Address Line 1": "11270 STATE HWY 7 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTER", + "Physical Address State": "TX ", + "Physical Address Zip": "75935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3373493975903614", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600125", + "School District Name": "Plymouth Educational Center Charter School", + "Physical Address Line 1": "1460 EAST FOREST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911650", + "School District Name": "EXCELSIOR SPRINGS 40", + "Physical Address Line 1": "300 W BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EXCELSIOR SPRINGS", + "Physical Address State": "MO ", + "Physical Address Zip": "64024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.15083600142298115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600131", + "School District Name": "Martin Luther King Jr. Education Center Academy", + "Physical Address Line 1": "16827 APPOLINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200879", + "School District Name": "Executive Education Academy CS", + "Physical Address Line 1": "555 Union Boulevard Suite #24", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allentown", + "Physical Address State": "PA ", + "Physical Address Zip": "18109", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600137", + "School District Name": "River Heights Academy", + "Physical Address Line 1": "30100 OLMSTEAD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLAT ROCK", + "Physical Address State": "MI ", + "Physical Address Zip": "48134", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911670", + "School District Name": "EXETER R-VI", + "Physical Address Line 1": "101 LOCUST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EXETER", + "Physical Address State": "MO ", + "Physical Address Zip": "65647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3695652173913043", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300017", + "School District Name": "Exeter Region Coop School District", + "Physical Address Line 1": "30 Linden St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exeter", + "Physical Address State": "NH ", + "Physical Address Zip": "03833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03083989501312336", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399916", + "School District Name": "Exeter SAU Office", + "Physical Address Line 1": "30 Linden St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exeter", + "Physical Address State": "NH ", + "Physical Address Zip": "03833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302970", + "School District Name": "Exeter School District", + "Physical Address Line 1": "30 Linden St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exeter", + "Physical Address State": "NH ", + "Physical Address Zip": "03833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.05321285140562249", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600143", + "School District Name": "Hillsdale Preparatory School", + "Physical Address Line 1": "160 MECHANIC RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HILLSDALE", + "Physical Address State": "MI ", + "Physical Address Zip": "49242", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209480", + "School District Name": "Exeter Township SD", + "Physical Address Line 1": "200 Elm St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reading", + "Physical Address State": "PA ", + "Physical Address Zip": "19606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08263337116912599", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600145", + "School District Name": "Flat River Academy", + "Physical Address Line 1": "9481 Jordan Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "MI ", + "Physical Address Zip": "48838", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100133", + "School District Name": "EXETER-MILLIGAN PUBLIC SCHOOLS", + "Physical Address Line 1": "318 S RIVER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EXETER", + "Physical Address State": "NE ", + "Physical Address Zip": "68351", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08522727272727272", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600148", + "School District Name": "Knapp Charter Academy", + "Physical Address Line 1": "1759 LEFFINGWELL AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49525", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400360", + "School District Name": "Exeter-West Greenwich", + "Physical Address Line 1": "940 Nooseneck Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Greenwich", + "Physical Address State": "RI ", + "Physical Address Zip": "02817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05406824146981627", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600149", + "School District Name": "Walker Charter Academy", + "Physical Address Line 1": "1801 3 MILE RD NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49544", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601168", + "School District Name": "EXPLORATION ELE CS - SCIENCE-TECHNOL", + "Physical Address Line 1": "1001 LAKE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14613", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700462", + "School District Name": "Exploration High School", + "Physical Address Line 1": "229 13TH AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55413", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500167", + "School District Name": "EXPLORE ACADEMY", + "Physical Address Line 1": "5100 MASTHEAD ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600153", + "School District Name": "North Star Montessori Academy", + "Physical Address Line 1": "3030 WRIGHT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARQUETTE", + "Physical Address State": "MI ", + "Physical Address Zip": "49855", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500188", + "School District Name": "EXPLORE ACADEMY LAS CRUCES", + "Physical Address Line 1": "2867 CARRETAS CT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAS CRUCES", + "Physical Address State": "NM ", + "Physical Address Zip": "88007", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600156", + "School District Name": "Pontiac Academy for Excellence", + "Physical Address Line 1": "196 CESAR E CHAVEZ AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PONTIAC", + "Physical Address State": "MI ", + "Physical Address Zip": "48342", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601140", + "School District Name": "Explore Academy-Livonia", + "Physical Address Line 1": "31100 PLYMOUTH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIVONIA", + "Physical Address State": "MI ", + "Physical Address Zip": "48150", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600157", + "School District Name": "Great Lakes Academy", + "Physical Address Line 1": "46312 WOODWARD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PONTIAC", + "Physical Address State": "MI ", + "Physical Address Zip": "48342", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600157", + "School District Name": "EXPLORE CHARTER SCHOOL", + "Physical Address Line 1": "655 PARKSIDE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11226", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600994", + "School District Name": "EXPLORE EMPOWER CHARTER SCHOOL", + "Physical Address Line 1": "188 ROCHESTER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11213", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600161", + "School District Name": "Saginaw Preparatory Academy", + "Physical Address Line 1": "5173 LODGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAGINAW", + "Physical Address State": "MI ", + "Physical Address Zip": "48601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601058", + "School District Name": "EXPLORE EXCEED CHARTER SCHOOL", + "Physical Address Line 1": "443 ST MARKS AVE-RM 114", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11238", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601052", + "School District Name": "EXPLORE EXCEL CHARTER SCHOOL", + "Physical Address Line 1": "1077 REMSEN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11236", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600164", + "School District Name": "Washtenaw Technical Middle College", + "Physical Address Line 1": "4800 EAST HURON RIVER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANN ARBOR", + "Physical Address State": "MI ", + "Physical Address Zip": "48105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901636", + "School District Name": "Explorers Academy of Science and Technology", + "Physical Address Line 1": "1850 Airport Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43609", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600169", + "School District Name": "Marvin L. Winans Academy of Performing Arts", + "Physical Address Line 1": "7616 EAST NEVADA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48234", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818890", + "School District Name": "EZZELL ISD", + "Physical Address Line 1": "20500 FM 531", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HALLETTSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "77964", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600171", + "School District Name": "Henry Ford Academy", + "Physical Address Line 1": "20900 OAKWOOD BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEARBORN", + "Physical Address State": "MI ", + "Physical Address Zip": "48124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818900", + "School District Name": "FABENS ISD", + "Physical Address Line 1": "821 N E AVE G", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FABENS", + "Physical Address State": "TX ", + "Physical Address Zip": "79838", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.541501976284585", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600173", + "School District Name": "The Dearborn Academy", + "Physical Address Line 1": "19310 FORD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEARBORN", + "Physical Address State": "MI ", + "Physical Address Zip": "48128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610860", + "School District Name": "FABIUS-POMPEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1211 MILL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FABIUS", + "Physical Address State": "NY ", + "Physical Address Zip": "13063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06642512077294686", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700157", + "School District Name": "FACE TO FACE ACADEMY", + "Physical Address Line 1": "1165 ARCADE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911700", + "School District Name": "FAIR GROVE R-X", + "Physical Address Line 1": "132 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAIR GROVE", + "Physical Address State": "MO ", + "Physical Address Zip": "65648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11646586345381527", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404950", + "School District Name": "Fair Haven School District", + "Physical Address Line 1": "224 Hance Road", + "Physical Address Line 2": "Fair Haven", + "Physical Address Line 3": "", + "Physical Address City": "Fair Haven", + "Physical Address State": "NJ ", + "Physical Address Zip": "07704", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0205799812909261", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3404980", + "School District Name": "Fair Lawn Public School District", + "Physical Address Line 1": "37-01 Fair Lawn Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fair Lawn", + "Physical Address State": "NJ ", + "Physical Address Zip": "07410", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05077551020408163", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600182", + "School District Name": "Will Carleton Charter School Academy", + "Physical Address Line 1": "2001 WEST HALLETT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HILLSDALE", + "Physical Address State": "MI ", + "Physical Address Zip": "49242", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911730", + "School District Name": "FAIR PLAY R-II", + "Physical Address Line 1": "301 N WALNUT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAIR PLAY", + "Physical Address State": "MO ", + "Physical Address Zip": "65649", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22250639386189258", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600184", + "School District Name": "Oakland Academy", + "Physical Address Line 1": "6325 OAKLAND DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORTAGE", + "Physical Address State": "MI ", + "Physical Address Zip": "49024", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3010230", + "School District Name": "Fair-Mont-Egan Elem", + "Physical Address Line 1": "797 Fairmont Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalispell", + "Physical Address State": "MT ", + "Physical Address Zip": "59901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05235602094240838", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600185", + "School District Name": "William C. Abney Academy", + "Physical Address Line 1": "1435 FULTON ST E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49503", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905032", + "School District Name": "Fairbanks Local", + "Physical Address Line 1": "11158 State Route 38", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milford Center", + "Physical Address State": "OH ", + "Physical Address Zip": "43045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0343796711509716", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904396", + "School District Name": "Fairborn City", + "Physical Address Line 1": "306 E Whittier Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairborn", + "Physical Address State": "OH ", + "Physical Address Zip": "45324", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22197225346831645", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900155", + "School District Name": "Fairborn Digital Academy", + "Physical Address Line 1": "57 E Dayton Yellow Springs Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairborn", + "Physical Address State": "OH ", + "Physical Address Zip": "45324", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3170440", + "School District Name": "FAIRBURY PUBLIC SCHOOLS", + "Physical Address Line 1": "703 K ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAIRBURY", + "Physical Address State": "NE ", + "Physical Address Zip": "68352", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11592632719393282", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600193", + "School District Name": "Grand Blanc Academy", + "Physical Address Line 1": "5135 EAST HILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND BLANC", + "Physical Address State": "MI ", + "Physical Address Zip": "48439", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101260", + "School District Name": "FAIRFAX CO PBLC SCHS", + "Physical Address Line 1": "Gatehouse Adm Ctr", + "Physical Address Line 2": "8115 Gatehouse Rd", + "Physical Address Line 3": "", + "Physical Address City": "Falls Church", + "Physical Address State": "VA ", + "Physical Address Zip": "22042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09006922515775888", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2600194", + "School District Name": "Northridge Academy", + "Physical Address Line 1": "4100 Coldwater Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLINT", + "Physical Address State": "MI ", + "Physical Address Zip": "48504", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911760", + "School District Name": "FAIRFAX R-III", + "Physical Address Line 1": "500 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAIRFAX", + "Physical Address State": "MO ", + "Physical Address Zip": "64446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11920529801324503", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600195", + "School District Name": "International Academy of Flint", + "Physical Address Line 1": "2820 SOUTH SAGINAW ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLINT", + "Physical Address State": "MI ", + "Physical Address Zip": "48503", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5003930", + "School District Name": "Fairfax School District", + "Physical Address Line 1": "75 Hunt Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfax", + "Physical Address State": "VT ", + "Physical Address Zip": "05454", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600197", + "School District Name": "Linden Charter Academy", + "Physical Address Line 1": "3244 N Linden Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flint", + "Physical Address State": "MI ", + "Physical Address Zip": "48504", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100105", + "School District Name": "FAIRFAX-FALLS CHURCH COMM SVCS BD", + "Physical Address Line 1": "12011 Government Ctr Pkwy", + "Physical Address Line 2": "Ste 730", + "Physical Address Line 3": "", + "Physical Address City": "Fairfax", + "Physical Address State": "VA ", + "Physical Address Zip": "22035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600200", + "School District Name": "White Pine Academy", + "Physical Address Line 1": "510 RUSSELL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LESLIE", + "Physical Address State": "MI ", + "Physical Address Zip": "49251", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502100", + "School District Name": "Fairfield 01", + "Physical Address Line 1": "1226 US Highway 321 Bypass South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winnsboro", + "Physical Address State": "SC ", + "Physical Address Zip": "29180", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.27132327132327133", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600203", + "School District Name": "Windemere Park Charter Academy", + "Physical Address Line 1": "3100 W SAGINAW ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LANSING", + "Physical Address State": "MI ", + "Physical Address Zip": "48917", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209540", + "School District Name": "Fairfield Area SD", + "Physical Address Line 1": "4840 Fairfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "PA ", + "Physical Address Zip": "17320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07772435897435898", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600204", + "School District Name": "Paragon Charter Academy", + "Physical Address Line 1": "3750 MCCAIN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSON", + "Physical Address State": "MI ", + "Physical Address Zip": "49201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904610", + "School District Name": "Fairfield City", + "Physical Address Line 1": "4641 Bach Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "OH ", + "Physical Address Zip": "45014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09137620964288773", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600206", + "School District Name": "Paramount Charter Academy", + "Physical Address Line 1": "3624 SOUTH WESTNEDGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KALAMAZOO", + "Physical Address State": "MI ", + "Physical Address Zip": "49008", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3010140", + "School District Name": "Fairfield Elem", + "Physical Address Line 1": "13 7th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "MT ", + "Physical Address Zip": "59436", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08426966292134831", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600208", + "School District Name": "Ridge Park Charter Academy", + "Physical Address Line 1": "4120 CAMELOT RIDGE DR SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49546", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3010170", + "School District Name": "Fairfield H S", + "Physical Address Line 1": "13 7th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "MT ", + "Physical Address Zip": "59436", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08695652173913043", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4818940", + "School District Name": "FAIRFIELD ISD", + "Physical Address Line 1": "615 POST OAK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAIRFIELD", + "Physical Address State": "TX ", + "Physical Address Zip": "75840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.201036866359447", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904762", + "School District Name": "Fairfield Local", + "Physical Address Line 1": "11611 State Route 771", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leesburg", + "Physical Address State": "OH ", + "Physical Address Zip": "45135", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1275933609958506", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600211", + "School District Name": "Huron Academy", + "Physical Address Line 1": "11401 METROPOLITAN PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STERLING HEIGHTS", + "Physical Address State": "MI ", + "Physical Address Zip": "48312", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405010", + "School District Name": "Fairfield Public School District", + "Physical Address Line 1": "277 Fairfield Road Suite 208", + "Physical Address Line 2": "Hollywood Office Park", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07004", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04950495049504951", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600213", + "School District Name": "New Bedford Academy", + "Physical Address Line 1": "6315 SECOR RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAMBERTVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48144", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405040", + "School District Name": "Fairfield Township School District", + "Physical Address Line 1": "375 Gouldtown-Woodruff Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17708333333333334", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600214", + "School District Name": "Timberland Academy", + "Physical Address Line 1": "2574 MCLAUGHLIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUSKEGON", + "Physical Address State": "MI ", + "Physical Address Zip": "49442", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904687", + "School District Name": "Fairfield Union Local", + "Physical Address Line 1": "6417 Cincinnati Zanesville Rd NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "OH ", + "Physical Address Zip": "43130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11545893719806763", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4011250", + "School District Name": "FAIRLAND", + "Physical Address Line 1": "202 West Washington Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairland", + "Physical Address State": "OK ", + "Physical Address Zip": "74343", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2113676731793961", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600216", + "School District Name": "Holly Academy", + "Physical Address Line 1": "820 ACADEMY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLY", + "Physical Address State": "MI ", + "Physical Address Zip": "48442", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904793", + "School District Name": "Fairland Local", + "Physical Address Line 1": "228 Private Drive 10010", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Proctorville", + "Physical Address State": "OH ", + "Physical Address Zip": "45669", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.15309246785058175", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600217", + "School District Name": "Oakland International Academy", + "Physical Address Line 1": "8228 Conant Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48211", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904977", + "School District Name": "Fairlawn Local", + "Physical Address Line 1": "18800 Johnston Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sidney", + "Physical Address State": "OH ", + "Physical Address Zip": "45365", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1164021164021164", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600218", + "School District Name": "Francis Reh PSA", + "Physical Address Line 1": "2201 OWEN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAGINAW", + "Physical Address State": "MI ", + "Physical Address Zip": "48601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904984", + "School District Name": "Fairless Local", + "Physical Address Line 1": "11885 Navarre Rd SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Navarre", + "Physical Address State": "OH ", + "Physical Address Zip": "44662", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11666666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600219", + "School District Name": "North Saginaw Charter Academy", + "Physical Address Line 1": "2332 Trautner Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saginaw", + "Physical Address State": "MI ", + "Physical Address Zip": "48604", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3806690", + "School District Name": "FAIRMOUNT 18", + "Physical Address Line 1": "400 E Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairmount", + "Physical Address State": "ND ", + "Physical Address Zip": "58030", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600220", + "School District Name": "Landmark Academy", + "Physical Address Line 1": "4800 LAPEER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KIMBALL", + "Physical Address State": "MI ", + "Physical Address Zip": "48074", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610890", + "School District Name": "FAIRPORT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "38 W CHURCH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAIRPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "14450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06213530988803028", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904536", + "School District Name": "Fairport Harbor Exempted Village", + "Physical Address Line 1": "329 Vine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairport Harbor", + "Physical Address State": "OH ", + "Physical Address Zip": "44077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1941747572815534", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600223", + "School District Name": "South Arbor Charter Academy", + "Physical Address Line 1": "8200 CARPENTER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YPSILANTI", + "Physical Address State": "MI ", + "Physical Address Zip": "48197", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4011280", + "School District Name": "FAIRVIEW", + "Physical Address Line 1": "408 East Broadway Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairview", + "Physical Address State": "OK ", + "Physical Address Zip": "73737", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17592592592592593", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600224", + "School District Name": "George Crockett Academy", + "Physical Address Line 1": "4851 14TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3010210", + "School District Name": "Fairview Elem", + "Physical Address Line 1": "713 S Western Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairview", + "Physical Address State": "MT ", + "Physical Address Zip": "59221", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1552511415525114", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600225", + "School District Name": "Summit Academy North", + "Physical Address Line 1": "18601 MIDDLEBELT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROMULUS", + "Physical Address State": "MI ", + "Physical Address Zip": "48174", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3010290", + "School District Name": "Fairview H S", + "Physical Address Line 1": "713 S Western Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairview", + "Physical Address State": "MT ", + "Physical Address Zip": "59221", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10483870967741936", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600227", + "School District Name": "Voyageur Academy", + "Physical Address Line 1": "4321 MILITARY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48210", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904397", + "School District Name": "Fairview Park City", + "Physical Address Line 1": "21620 Mastick Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairview Park", + "Physical Address State": "OH ", + "Physical Address Zip": "44126", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08996539792387544", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600228", + "School District Name": "Star International Academy", + "Physical Address Line 1": "24425 HASS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEARBORN HEIGHTS", + "Physical Address State": "MI ", + "Physical Address Zip": "48127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405070", + "School District Name": "Fairview Public School District", + "Physical Address Line 1": "130 Hamilton Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairview", + "Physical Address State": "NJ ", + "Physical Address Zip": "07022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.29437609841827767", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600229", + "School District Name": "Hope Academy", + "Physical Address Line 1": "12121 Broadstreet Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911850", + "School District Name": "FAIRVIEW R-XI", + "Physical Address Line 1": "4036 STATE RTE K", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST PLAINS", + "Physical Address State": "MO ", + "Physical Address Zip": "65775", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18618266978922718", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600230", + "School District Name": "Weston Preparatory Academy", + "Physical Address Line 1": "22930 CHIPPEWA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48219", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209570", + "School District Name": "Fairview SD", + "Physical Address Line 1": "7466 McCray Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairview", + "Physical Address State": "PA ", + "Physical Address Zip": "16415", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0619678334910123", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700475", + "School District Name": "Faith Academy", + "Physical Address Line 1": "1000 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Faith", + "Physical Address State": "NC ", + "Physical Address Zip": "28041", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4622940", + "School District Name": "Faith School District 46-2", + "Physical Address Line 1": "206 W 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Faith", + "Physical Address State": "SD ", + "Physical Address Zip": "57626", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2422360248447205", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600237", + "School District Name": "Universal Academy", + "Physical Address Line 1": "4833 Ogden", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48210", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610920", + "School District Name": "FALCONER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2 EAST AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FALCONER", + "Physical Address State": "NY ", + "Physical Address Zip": "14733", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1636675235646958", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600242", + "School District Name": "Old Redford Academy", + "Physical Address Line 1": "17195 REDFORD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48219", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504500", + "School District Name": "Fall Creek School District", + "Physical Address Line 1": "336 E Hoover Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fall Creek", + "Physical Address State": "WI ", + "Physical Address Zip": "54742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.054282267792521106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600243", + "School District Name": "Hope of Detroit Academy", + "Physical Address Line 1": "4443 NORTH CAMPBELL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48210", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399960", + "School District Name": "Fall Mountain Regional SAU Office", + "Physical Address Line 1": "122 NH Rte. 12A Unit 5", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Langdon NH 03602", + "Physical Address State": "NH ", + "Physical Address Zip": "03602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600244", + "School District Name": "Joy Preparatory Academy", + "Physical Address Line 1": "15055 DEXTER Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48238", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3302990", + "School District Name": "Fall Mountain Regional School District", + "Physical Address Line 1": "122 NH Rte. 12A Unit 5", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Langdon NH 03602", + "Physical Address State": "NH ", + "Physical Address Zip": "03602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11731135066582118", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600245", + "School District Name": "West Village Academy", + "Physical Address Line 1": "3530 WESTWOOD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEARBORN", + "Physical Address State": "MI ", + "Physical Address Zip": "48124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504530", + "School District Name": "Fall River School District", + "Physical Address Line 1": "150 Bradley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fall River", + "Physical Address State": "WI ", + "Physical Address Zip": "53932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0696798493408663", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600249", + "School District Name": "George Washington Carver Academy", + "Physical Address Line 1": "14510 2ND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HIGHLAND PARK", + "Physical Address State": "MI ", + "Physical Address Zip": "48203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000026", + "School District Name": "Fallon", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baker", + "Physical Address State": "MT ", + "Physical Address Zip": "59313", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600250", + "School District Name": "Marshall Academy", + "Physical Address Line 1": "18203 HOMER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARSHALL", + "Physical Address State": "MI ", + "Physical Address Zip": "49068", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101290", + "School District Name": "FALLS CHURCH CITY PBLC SCHS", + "Physical Address Line 1": "150 S Washington St Suite 400", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Falls Church", + "Physical Address State": "VA ", + "Physical Address Zip": "22046", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.028990825688073395", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819020", + "School District Name": "FALLS CITY ISD", + "Physical Address Line 1": "700 N NELSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FALLS CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "78113", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07523510971786834", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600252", + "School District Name": "Grand Rapids Child Discovery Center", + "Physical Address Line 1": "409 Lafayette Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Rapids", + "Physical Address State": "MI ", + "Physical Address Zip": "49503", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3170530", + "School District Name": "FALLS CITY PUBLIC SCHOOLS", + "Physical Address Line 1": "1415 MORTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FALLS CITY", + "Physical Address State": "NE ", + "Physical Address Zip": "68355", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13575129533678756", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600254", + "School District Name": "Walton Charter Academy", + "Physical Address Line 1": "744 EAST WALTON BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PONTIAC", + "Physical Address State": "MI ", + "Physical Address Zip": "48340", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100003", + "School District Name": "Falls City SD 57", + "Physical Address Line 1": "111 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Falls City", + "Physical Address State": "OR ", + "Physical Address Zip": "97344", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700336", + "School District Name": "Falls Lake Academy", + "Physical Address Line 1": "1701 E Lyon Station Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Creedmoor", + "Physical Address State": "NC ", + "Physical Address Zip": "27522", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600262", + "School District Name": "Metro Charter Academy", + "Physical Address Line 1": "34800 ECORSE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROMULUS", + "Physical Address State": "MI ", + "Physical Address Zip": "48174", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610950", + "School District Name": "FALLSBURG CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "115 BRICKMAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FALLSBURG", + "Physical Address State": "NY ", + "Physical Address Zip": "12733", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3463388562266168", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600264", + "School District Name": "State Street Academy", + "Physical Address Line 1": "1110 STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAY CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "48706", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600066", + "School District Name": "FAMILY LIFE ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "14 W 170TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10452", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600265", + "School District Name": "Grand Traverse Academy", + "Physical Address Line 1": "1245 HAMMOND RD E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRAVERSE CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "49686", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601070", + "School District Name": "FAMILY LIFE ACADEMY CHARTER SCHOOL II", + "Physical Address Line 1": "296 E 140TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10454", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601125", + "School District Name": "FAMILY LIFE ACADEMY CHARTER SCHOOL III", + "Physical Address Line 1": "370 GERARD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10451", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600269", + "School District Name": "Presque Isle Academy", + "Physical Address Line 1": "20830 Cedar Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Onaway", + "Physical Address State": "MI ", + "Physical Address Zip": "49765", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600271", + "School District Name": "Warrendale Charter Academy", + "Physical Address Line 1": "19400 SAWYER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48228", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209660", + "School District Name": "Fannett-Metal SD", + "Physical Address Line 1": "14823 Path Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willow Hill", + "Physical Address State": "PA ", + "Physical Address Zip": "17271", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1464968152866242", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600274", + "School District Name": "Outlook Academy", + "Physical Address Line 1": "2879 116th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allegan", + "Physical Address State": "MI ", + "Physical Address Zip": "49010", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819050", + "School District Name": "FANNINDEL ISD", + "Physical Address Line 1": "601 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LADONIA", + "Physical Address State": "TX ", + "Physical Address Zip": "75449", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2962962962962963", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4011400", + "School District Name": "FANSHAWE", + "Physical Address Line 1": "Hwy 270", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fanshawe", + "Physical Address State": "OK ", + "Physical Address Zip": "74935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22137404580152673", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600277", + "School District Name": "Trillium Academy", + "Physical Address Line 1": "15740 RACHO BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAYLOR", + "Physical Address State": "MI ", + "Physical Address Zip": "48180", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4011430", + "School District Name": "FARGO", + "Physical Address Line 1": "513 S Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fargo", + "Physical Address State": "OK ", + "Physical Address Zip": "73840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1895424836601307", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3806780", + "School District Name": "FARGO 1", + "Physical Address Line 1": "700 7th Street South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fargo", + "Physical Address State": "ND ", + "Physical Address Zip": "58103", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.0951346655082537", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600280", + "School District Name": "Michigan School for the Deaf", + "Physical Address Line 1": "1235 W Court St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flint", + "Physical Address State": "MI ", + "Physical Address Zip": "48503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880410", + "School District Name": "FARGO SPECIAL ED UNIT", + "Physical Address Line 1": "415 4th St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fargo", + "Physical Address State": "ND ", + "Physical Address Zip": "58102", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600281", + "School District Name": "Merritt Academy", + "Physical Address Line 1": "59900 HAVENRIDGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW HAVEN", + "Physical Address State": "MI ", + "Physical Address Zip": "48048", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801470", + "School District Name": "FOREST MUNICIPAL SCHOOL DIST", + "Physical Address Line 1": "325 CLEVELAND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOREST", + "Physical Address State": "MS ", + "Physical Address Zip": "39074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.28186714542190305", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600283", + "School District Name": "Mt. Clemens Montessori Academy", + "Physical Address Line 1": "1070 HAMPTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT CLEMENS", + "Physical Address State": "MI ", + "Physical Address Zip": "48043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819080", + "School District Name": "FARMERSVILLE ISD", + "Physical Address Line 1": "501 A HWY 78 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARMERSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.136986301369863", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801490", + "School District Name": "FORREST COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "400 Forrest Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hattiesburg", + "Physical Address State": "MS ", + "Physical Address Zip": "39403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2520099805932908", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600285", + "School District Name": "Ojibwe Charter School", + "Physical Address Line 1": "11507 WEST INDUSTRIAL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRIMLEY", + "Physical Address State": "MI ", + "Physical Address Zip": "49715", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801530", + "School District Name": "FRANKLIN CO SCHOOL DIST", + "Physical Address Line 1": "41 First Street", + "Physical Address Line 2": "P. O. Box 605", + "Physical Address Line 3": "", + "Physical Address City": "Meadville", + "Physical Address State": "MS ", + "Physical Address Zip": "39653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.313944817300522", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600286", + "School District Name": "Richfield Public School Academy", + "Physical Address Line 1": "3807 NORTH CENTER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLINT", + "Physical Address State": "MI ", + "Physical Address Zip": "48506", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405130", + "School District Name": "Farmingdale Public School District", + "Physical Address Line 1": "49 Academy Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farmingdale", + "Physical Address State": "NJ ", + "Physical Address Zip": "07727", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08053691275167785", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600287", + "School District Name": "Hamtramck Academy", + "Physical Address Line 1": "11420 CONANT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMTRAMCK", + "Physical Address State": "MI ", + "Physical Address Zip": "48212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801560", + "School District Name": "GEORGE CO SCHOOL DIST", + "Physical Address Line 1": "5152 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lucedale", + "Physical Address State": "MS ", + "Physical Address Zip": "39452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20128390971215573", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600288", + "School District Name": "Three Oaks Public School Academy", + "Physical Address Line 1": "1212 KINGSLEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUSKEGON", + "Physical Address State": "MI ", + "Physical Address Zip": "49442", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610980", + "School District Name": "FARMINGDALE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "50 VAN COTT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARMINGDALE", + "Physical Address State": "NY ", + "Physical Address Zip": "11735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05196163905841325", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600289", + "School District Name": "Keystone Academy", + "Physical Address Line 1": "47925 BEMIS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLEVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801590", + "School District Name": "GREENE COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "530 Main Street", + "Physical Address Line 2": "P O Box 1329", + "Physical Address Line 3": "", + "Physical Address City": "Leakesville", + "Physical Address State": "MS ", + "Physical Address Zip": "39451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2340764331210191", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600291", + "School District Name": "Riverside Academy", + "Physical Address Line 1": "6409 Schaefer Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dearborn", + "Physical Address State": "MI ", + "Physical Address Zip": "48126", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801620", + "School District Name": "GREENVILLE PUBLIC SCHOOLS", + "Physical Address Line 1": "412 South Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "MS ", + "Physical Address Zip": "38701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.42704902150745977", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600292", + "School District Name": "Life Skills Center of Pontiac", + "Physical Address Line 1": "142 AUBURN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PONTIAC", + "Physical Address State": "MI ", + "Physical Address Zip": "48342", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500990", + "School District Name": "FARMINGTON MUNICIPAL SCHOOLS", + "Physical Address Line 1": "2001 N DUSTIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARMINGTON", + "Physical Address State": "NM ", + "Physical Address Zip": "87401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.25408593091828136", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600294", + "School District Name": "Great Oaks Academy", + "Physical Address Line 1": "4257 BART AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARREN", + "Physical Address State": "MI ", + "Physical Address Zip": "48091", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800198", + "School District Name": "GREENWOOD-LEFLORE CONS SCH DISTRICT", + "Physical Address Line 1": "1901 HIGHWAY 82 WEST", + "Physical Address Line 2": "1901 HIGHWAY 82 WEST", + "Physical Address Line 3": "", + "Physical Address City": "Greenwood", + "Physical Address State": "MS ", + "Physical Address Zip": "38935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.47287506626612474", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801680", + "School District Name": "GRENADA SCHOOL DIST", + "Physical Address Line 1": "253 S. MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRENADA", + "Physical Address State": "MS ", + "Physical Address Zip": "38901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3441108545034642", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600296", + "School District Name": "Laurus Academy", + "Physical Address Line 1": "24590 LAHSER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTHFIELD", + "Physical Address State": "MI ", + "Physical Address Zip": "48033", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801710", + "School District Name": "GULFPORT SCHOOL DIST", + "Physical Address Line 1": "2001 Pass Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gulfport", + "Physical Address State": "MS ", + "Physical Address Zip": "39501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.3276635224988403", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600297", + "School District Name": "Mildred C. Wells Preparatory Academy", + "Physical Address Line 1": "248 9TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENTON HARBOR", + "Physical Address State": "MI ", + "Physical Address Zip": "49022", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911910", + "School District Name": "FARMINGTON R-VII", + "Physical Address Line 1": "510 S Franklin St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARMINGTON", + "Physical Address State": "MO ", + "Physical Address Zip": "63640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17049765677304174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600300", + "School District Name": "Universal Learning Academy", + "Physical Address Line 1": "28015 Joy Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westland", + "Physical Address State": "MI ", + "Physical Address Zip": "48185", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801740", + "School District Name": "HANCOCK CO SCHOOL DIST", + "Physical Address Line 1": "18375 Highway 603", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kiln", + "Physical Address State": "MS ", + "Physical Address Zip": "39556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21060508873209322", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600301", + "School District Name": "Frontier International Academy", + "Physical Address Line 1": "13200 CONANT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801770", + "School District Name": "HARRISON CO SCHOOL DIST", + "Physical Address Line 1": "11072 Highway 49", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gulfport", + "Physical Address State": "MS ", + "Physical Address Zip": "39503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22634986830553117", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300009", + "School District Name": "Farmington SAU Office", + "Physical Address Line 1": "35 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farmington", + "Physical Address State": "NH ", + "Physical Address Zip": "03835", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600305", + "School District Name": "Hanley International Academy", + "Physical Address Line 1": "2400 Denton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamtramck", + "Physical Address State": "MI ", + "Physical Address Zip": "48212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801800", + "School District Name": "HATTIESBURG PUBLIC SCHOOL DIST", + "Physical Address Line 1": "301 MAMIE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HATTIESBURG", + "Physical Address State": "MS ", + "Physical Address Zip": "39401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.3394812680115274", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303000", + "School District Name": "Farmington School District", + "Physical Address Line 1": "35 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farmington", + "Physical Address State": "NH ", + "Physical Address Zip": "03835", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16773504273504272", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801830", + "School District Name": "HAZLEHURST CITY SCHOOL DISTRICT", + "Physical Address Line 1": "119 Robert McDaniel Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hazlehurst", + "Physical Address State": "MS ", + "Physical Address Zip": "39083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3170441001191895", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801860", + "School District Name": "HINDS CO SCHOOL DIST", + "Physical Address Line 1": "13192 HWY 18", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raymond", + "Physical Address State": "MS ", + "Physical Address Zip": "39154", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20430107526881722", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600310", + "School District Name": "Prevail Academy", + "Physical Address Line 1": "353 CASS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT CLEMENS", + "Physical Address State": "MI ", + "Physical Address Zip": "48043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801890", + "School District Name": "HOLLANDALE SCHOOL DIST", + "Physical Address Line 1": "101 WEST WASHINGTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLANDALE", + "Physical Address State": "MS ", + "Physical Address Zip": "38748", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.36608557844690964", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600311", + "School District Name": "Triumph Academy", + "Physical Address Line 1": "3000 VIVIAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONROE", + "Physical Address State": "MI ", + "Physical Address Zip": "48162", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209690", + "School District Name": "Farrell Area SD", + "Physical Address Line 1": "1600 Roemer Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farrell", + "Physical Address State": "PA ", + "Physical Address Zip": "16121", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2893258426966292", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801950", + "School District Name": "HOLLY SPRINGS SCHOOL DIST", + "Physical Address Line 1": "840 HIGHWAY 178 EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLY SPRINGS", + "Physical Address State": "MS ", + "Physical Address Zip": "38635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3290978398983482", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600314", + "School District Name": "Fortis Academy", + "Physical Address Line 1": "3875 GOLFSIDE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YPSILANTI", + "Physical Address State": "MI ", + "Physical Address Zip": "48197", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800195", + "School District Name": "HOLMES COUNTY CONSOLIDATED SD", + "Physical Address Line 1": "313 Olive Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "MS ", + "Physical Address Zip": "39095", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.43344262295081964", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600315", + "School District Name": "Multicultural Academy", + "Physical Address Line 1": "5550 PLATT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANN ARBOR", + "Physical Address State": "MI ", + "Physical Address Zip": "48108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802040", + "School District Name": "HUMPHREYS CO SCHOOL DIST", + "Physical Address Line 1": "401 Fourth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belzoni", + "Physical Address State": "MS ", + "Physical Address Zip": "39038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.433173406442769", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600316", + "School District Name": "St. Clair County Intervention Academy", + "Physical Address Line 1": "1170 MICHIGAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT HURON", + "Physical Address State": "MI ", + "Physical Address Zip": "48060", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819110", + "School District Name": "FARWELL ISD", + "Physical Address Line 1": "705 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARWELL", + "Physical Address State": "TX ", + "Physical Address Zip": "79325", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17942583732057416", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600317", + "School District Name": "Madison Academy", + "Physical Address Line 1": "6170 TORREY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLINT", + "Physical Address State": "MI ", + "Physical Address Zip": "48507", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802100", + "School District Name": "ITAWAMBA COUNTY SCHOOL DIST", + "Physical Address Line 1": "605 S. Cummings St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fulton", + "Physical Address State": "MS ", + "Physical Address Zip": "38843", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15874646801952222", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600318", + "School District Name": "Saginaw Learn to Earn Academy", + "Physical Address Line 1": "1000 Tuscola St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saginaw", + "Physical Address State": "MI", + "Physical Address Zip": "48607", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900019", + "School District Name": "Fast Forward High", + "Physical Address Line 1": "875 W 1400 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOGAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84321", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802160", + "School District Name": "JACKSON CO SCHOOL DIST", + "Physical Address Line 1": "4700 Colonel Vickrey Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vancleave", + "Physical Address State": "MS ", + "Physical Address Zip": "39565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15213746856663873", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600331", + "School District Name": "Taylor Exemplar Academy", + "Physical Address Line 1": "26727 GODDARD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAYLOR", + "Physical Address State": "MI ", + "Physical Address Zip": "48180", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802190", + "School District Name": "JACKSON PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "662 S. PRESIDENT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSON", + "Physical Address State": "MS ", + "Physical Address Zip": "39201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.40056477505705773", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4624030", + "School District Name": "Faulkton Area Schools 24-4", + "Physical Address Line 1": "1114 Court St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Faulkton", + "Physical Address State": "SD ", + "Physical Address Zip": "57438", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.209375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600943", + "School District Name": "ACE Academy (SDA)", + "Physical Address Line 1": "330 GLENDALE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HIGHLAND PARK", + "Physical Address State": "MI", + "Physical Address Zip": "48203", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802220", + "School District Name": "JEFFERSON CO SCHOOL DIST", + "Physical Address Line 1": "942 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAYETTE", + "Physical Address State": "MS ", + "Physical Address Zip": "39069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4289428076256499", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600945", + "School District Name": "Flagship Charter Academy", + "Physical Address Line 1": "13661 Wisconsin St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48238", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101320", + "School District Name": "FAUQUIER CO PBLC SCHS", + "Physical Address Line 1": "320 Hospital Drive", + "Physical Address Line 2": "Suite 40", + "Physical Address Line 3": "", + "Physical Address City": "Warrenton", + "Physical Address State": "VA ", + "Physical Address Zip": "20186", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06111282367447596", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600946", + "School District Name": "International Academy of Saginaw", + "Physical Address Line 1": "1944 IOWA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAGINAW", + "Physical Address State": "MI ", + "Physical Address Zip": "48601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802250", + "School District Name": "JEFFERSON DAVIS CO SCHOOL DIST", + "Physical Address Line 1": "1025 3RD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRENTISS", + "Physical Address State": "MS ", + "Physical Address Zip": "39474", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3724053724053724", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601027", + "School District Name": "Faxon Academy", + "Physical Address Line 1": "26275 NORTHWESTERN HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTHFIELD", + "Physical Address State": "MI ", + "Physical Address Zip": "48076", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600949", + "School District Name": "Lighthouse Academy", + "Physical Address Line 1": "3300 36TH ST SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49512", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802280", + "School District Name": "JONES CO SCHOOL DIST", + "Physical Address Line 1": "5204 Highway 11 North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellisville", + "Physical Address State": "MS ", + "Physical Address Zip": "39437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2062269472770666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600950", + "School District Name": "Reach Charter Academy", + "Physical Address Line 1": "25275 CHIPPENDALE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSEVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48066", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802310", + "School District Name": "KEMPER CO SCHOOL DIST", + "Physical Address Line 1": "159 Main Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DeKalb", + "Physical Address State": "MS ", + "Physical Address Zip": "39328", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3795081967213115", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600951", + "School District Name": "Vista Meadows Academy", + "Physical Address Line 1": "20651 WEST WARREN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEARBORN HEIGHTS", + "Physical Address State": "MI ", + "Physical Address Zip": "48127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802340", + "School District Name": "KOSCIUSKO SCHOOL DISTRICT", + "Physical Address Line 1": "229 West Washington St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KOSCIUSKO", + "Physical Address State": "MS ", + "Physical Address Zip": "39090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.30104592996816737", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600952", + "School District Name": "University Preparatory Science and Math (PSAD)", + "Physical Address Line 1": "5100 JOHN R ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802370", + "School District Name": "LAFAYETTE CO SCHOOL DIST", + "Physical Address Line 1": "100 Commodore Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxford", + "Physical Address State": "MS ", + "Physical Address Zip": "38655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1571927596062242", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600955", + "School District Name": "Youth Advancement Academy", + "Physical Address Line 1": "6750 Chime St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalamazoo", + "Physical Address State": "MI ", + "Physical Address Zip": "49009", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280560", + "School District Name": "Fayette County Career & Technical Institute", + "Physical Address Line 1": "175 Georges Fairchance Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Uniontown", + "Physical Address State": "PA ", + "Physical Address Zip": "15401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600956", + "School District Name": "University Preparatory Academy (PSAD)", + "Physical Address Line 1": "600 ANTOINETTE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802400", + "School District Name": "LAMAR COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "424 Martin Luther King Drive", + "Physical Address Line 2": "PO Box 609", + "Physical Address Line 3": "", + "Physical Address City": "Purvis", + "Physical Address State": "MS ", + "Physical Address Zip": "39475", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16704232406711744", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600958", + "School District Name": "Washington-Parks Academy", + "Physical Address Line 1": "11685 APPLETON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REDFORD", + "Physical Address State": "MI ", + "Physical Address Zip": "48239", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701170", + "School District Name": "Fayette County Public Schools", + "Physical Address Line 1": "10425 Hwy 76 S HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerville", + "Physical Address State": "TN ", + "Physical Address Zip": "38068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17579663444325097", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600959", + "School District Name": "Lansing Charter Academy", + "Physical Address Line 1": "3300 EXPRESS CT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LANSING", + "Physical Address State": "MI ", + "Physical Address Zip": "48910", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802430", + "School District Name": "LAUDERDALE CO SCHOOL DIST", + "Physical Address Line 1": "301 46th Court", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meridian", + "Physical Address State": "MS ", + "Physical Address Zip": "39305", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18538522637013502", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600960", + "School District Name": "Michigan Department of Community Health", + "Physical Address Line 1": "201 Townsend St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lansing", + "Physical Address State": "MI ", + "Physical Address Zip": "48933", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802460", + "School District Name": "LAUREL SCHOOL DISTRICT", + "Physical Address Line 1": "303 West 8th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laurel", + "Physical Address State": "MS ", + "Physical Address Zip": "39440", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3357366771159875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600961", + "School District Name": "University Preparatory Art & Design", + "Physical Address Line 1": "485 W Milwaukee St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400300", + "School District Name": "FAYETTE COUNTY SCHOOLS", + "Physical Address Line 1": "111 FAYETTE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAYETTEVILLE", + "Physical Address State": "WV ", + "Physical Address Zip": "25840", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.21804033666825473", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802490", + "School District Name": "LAWRENCE CO SCHOOL DIST", + "Physical Address Line 1": "346 THOMAS E. JOLLY DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTICELLO", + "Physical Address State": "MS ", + "Physical Address Zip": "39654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25655172413793104", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600964", + "School District Name": "Four Corners Montessori Academy", + "Physical Address Line 1": "1075 EAST GARDENIA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MADISON HEIGHTS", + "Physical Address State": "MI ", + "Physical Address Zip": "48071", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904706", + "School District Name": "Fayette Local", + "Physical Address Line 1": "400 E Gamble Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fayette", + "Physical Address State": "OH ", + "Physical Address Zip": "43521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1522248243559719", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600965", + "School District Name": "Quest Charter Academy", + "Physical Address Line 1": "24745 VAN BORN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAYLOR", + "Physical Address State": "MI ", + "Physical Address Zip": "48180", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802520", + "School District Name": "LEAKE CO SCHOOL DIST", + "Physical Address Line 1": "111 West Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carthage", + "Physical Address State": "MS ", + "Physical Address Zip": "39051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.28929556279769364", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600966", + "School District Name": "Three Lakes Academy", + "Physical Address Line 1": "W17540 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CURTIS", + "Physical Address State": "MI ", + "Physical Address Zip": "49820", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802550", + "School District Name": "LEE COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "1280 College View Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tupelo", + "Physical Address State": "MS ", + "Physical Address Zip": "38804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19617357548870096", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600967", + "School District Name": "Michigan Mathematics and Science Academy", + "Physical Address Line 1": "27300 Dequindre Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "MI ", + "Physical Address Zip": "48092", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911990", + "School District Name": "FAYETTE R-III", + "Physical Address Line 1": "705 LUCKY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAYETTE", + "Physical Address State": "MO ", + "Physical Address Zip": "65248", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1393548387096774", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600968", + "School District Name": "Virtual Learning Academy of St. Clair County", + "Physical Address Line 1": "499 RANGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARYSVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48040", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802610", + "School District Name": "LELAND SCHOOL DIST", + "Physical Address Line 1": "408 E. Fourth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leland", + "Physical Address State": "MS ", + "Physical Address Zip": "38756", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.30501089324618735", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600969", + "School District Name": "Michigan Connections Academy", + "Physical Address Line 1": "3950 Heritage Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Okemos", + "Physical Address State": "MI ", + "Physical Address Zip": "48864", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701200", + "School District Name": "Fayetteville", + "Physical Address Line 1": "110 Elk Avenue South", + "Physical Address Line 2": "Suite 200", + "Physical Address Line 3": "", + "Physical Address City": "Fayetteville", + "Physical Address State": "TN ", + "Physical Address Zip": "37334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2920747996438112", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600970", + "School District Name": "Leelanau Montessori Public School Academy", + "Physical Address Line 1": "7401 E Duck Lake Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Leelanau", + "Physical Address State": "MI ", + "Physical Address Zip": "49653", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802640", + "School District Name": "LINCOLN COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "233 East Monticello Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brookhaven", + "Physical Address State": "MS ", + "Physical Address Zip": "39601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20429752066115703", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600971", + "School District Name": "University Yes Academy", + "Physical Address Line 1": "14717 Curtis Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819140", + "School District Name": "FAYETTEVILLE ISD", + "Physical Address Line 1": "618 RUSK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAYETTEVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78940", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600972", + "School District Name": "Michigan Virtual Charter Academy", + "Physical Address Line 1": "1620 E ELZA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAZEL PARK", + "Physical Address State": "MI ", + "Physical Address Zip": "48030", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802670", + "School District Name": "LONG BEACH SCHOOL DIST", + "Physical Address Line 1": "19148 Commission Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Long Beach", + "Physical Address State": "MS ", + "Physical Address Zip": "39560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.17082179132040629", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600973", + "School District Name": "Global Heights Academy", + "Physical Address Line 1": "23713 Joy Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dearborn Heights", + "Physical Address State": "MI ", + "Physical Address Zip": "48127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802700", + "School District Name": "LOUISVILLE MUNICIPAL SCHOOL DIST", + "Physical Address Line 1": "891 SOUTH COLUMBUS AVE", + "Physical Address Line 2": "P. O. BOX 909", + "Physical Address Line 3": "", + "Physical Address City": "LOUISVILLE", + "Physical Address State": "MS ", + "Physical Address Zip": "39339", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.29956824975091334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618330", + "School District Name": "FAYETTEVILLE-MANLIUS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "8199 E SENECA TPKE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANLIUS", + "Physical Address State": "NY ", + "Physical Address Zip": "13104", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04513256425824732", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600977", + "School District Name": "West Michigan Aviation Academy", + "Physical Address Line 1": "5363 44th Street SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Rapids", + "Physical Address State": "MI ", + "Physical Address Zip": "49512", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802730", + "School District Name": "LOWNDES CO SCHOOL DIST", + "Physical Address Line 1": "1053 HWY 45 SOUTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLUMBUS", + "Physical Address State": "MS ", + "Physical Address Zip": "39701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18208661417322836", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600979", + "School District Name": "Legacy Charter Academy", + "Physical Address Line 1": "4900 E Hildale St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48234", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904604", + "School District Name": "Fayetteville-Perry Local", + "Physical Address Line 1": "551 S Apple St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fayetteville", + "Physical Address State": "OH ", + "Physical Address Zip": "45118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13022113022113022", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802790", + "School District Name": "MADISON CO SCHOOL DIST", + "Physical Address Line 1": "476 Highland Colony Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ridgeland", + "Physical Address State": "MS ", + "Physical Address Zip": "39157", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10050251256281408", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600981", + "School District Name": "Wellspring Preparatory High School", + "Physical Address Line 1": "1031 PAGE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49505", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600982", + "School District Name": "Relevant Academy of Eaton County", + "Physical Address Line 1": "220 LAMSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND LEDGE", + "Physical Address State": "MI ", + "Physical Address Zip": "48837", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802820", + "School District Name": "MARION CO SCHOOL DIST", + "Physical Address Line 1": "1010 Highway 13 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "MS ", + "Physical Address Zip": "39429", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2742632612966601", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600983", + "School District Name": "The Greenspire School", + "Physical Address Line 1": "1026 Red Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Traverse City", + "Physical Address State": "MI ", + "Physical Address Zip": "49684", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904591", + "School District Name": "Federal Hocking Local", + "Physical Address Line 1": "8461 State Route 144", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stewart", + "Physical Address State": "OH ", + "Physical Address Zip": "45778", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24484304932735426", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600984", + "School District Name": "FlexTech High School", + "Physical Address Line 1": "7707 Conference Center Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brighton", + "Physical Address State": "MI ", + "Physical Address Zip": "48114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802850", + "School District Name": "MARSHALL CO SCHOOL DIST", + "Physical Address Line 1": "122 South Spring Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLY SPRINGS", + "Physical Address State": "MS ", + "Physical Address Zip": "38635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2777142857142857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600985", + "School District Name": "Regent Park Scholars Charter Academy", + "Physical Address Line 1": "15865 East Seven Mile Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302820", + "School District Name": "Federal Way School District", + "Physical Address Line 1": "33330 8th AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FEDERAL WAY", + "Physical Address State": "WA ", + "Physical Address Zip": "98003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16353963612735542", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2802880", + "School District Name": "MCCOMB SCHOOL DISTRICT", + "Physical Address Line 1": "695 Minnesota Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McComb", + "Physical Address State": "MS ", + "Physical Address Zip": "39648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3718720304086158", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600988", + "School District Name": "Hope Academy of West Michigan", + "Physical Address Line 1": "240 Brown Street SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Rapids", + "Physical Address State": "MI ", + "Physical Address Zip": "49507", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904633", + "School District Name": "Felicity-Franklin Local", + "Physical Address Line 1": "105 Market St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Felicity", + "Physical Address State": "OH ", + "Physical Address Zip": "45120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17217787913340935", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802910", + "School District Name": "MERIDIAN PUBLIC SCHOOLS", + "Physical Address Line 1": "1019 25th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meridian", + "Physical Address State": "MS ", + "Physical Address Zip": "39301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.36340122858066604", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600990", + "School District Name": "Forest Academy", + "Physical Address Line 1": "5196 COMSTOCK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KALAMAZOO", + "Physical Address State": "MI ", + "Physical Address Zip": "49048", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200096", + "School District Name": "Fell CS", + "Physical Address Line 1": "777 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simpson", + "Physical Address State": "PA ", + "Physical Address Zip": "18407", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802940", + "School District Name": "MONROE CO SCHOOL DIST", + "Physical Address Line 1": "1619 HWY. 25 N.", + "Physical Address Line 2": "P.O. Box 209", + "Physical Address Line 3": "", + "Physical Address City": "AMORY", + "Physical Address State": "MS ", + "Physical Address Zip": "38821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1542649727767695", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600993", + "School District Name": "Jalen Rose Leadership Academy", + "Physical Address Line 1": "15000 Trojan Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4011580", + "School District Name": "FELT", + "Physical Address Line 1": "101 SOUTH LINCOLN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Felt", + "Physical Address State": "OK ", + "Physical Address Zip": "73937", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600995", + "School District Name": "Noor International Academy", + "Physical Address Line 1": "37412 DEQUINDRE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STERLING HEIGHTS", + "Physical Address State": "MI ", + "Physical Address Zip": "48310", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803000", + "School District Name": "MOSS POINT SEPARATE SCHOOL DIST", + "Physical Address Line 1": "4924 Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moss Point", + "Physical Address State": "MS ", + "Physical Address Zip": "39563", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.297119341563786", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504590", + "School District Name": "Fennimore Community School District", + "Physical Address Line 1": "1397 9th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fennimore", + "Physical Address State": "WI ", + "Physical Address Zip": "53809", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13595166163141995", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600997", + "School District Name": "South Canton Scholars Charter Academy", + "Physical Address Line 1": "3085 South Canton Center Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "MI ", + "Physical Address Zip": "48188", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803030", + "School District Name": "NATCHEZ-ADAMS SCHOOL DISTRICT", + "Physical Address Line 1": "10 Homochitto St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Natchez", + "Physical Address State": "MS ", + "Physical Address Zip": "39120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3553226958799714", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600998", + "School District Name": "New Paradigm Glazer-Loving Academy", + "Physical Address Line 1": "1000 Lynn St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48211", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803060", + "School District Name": "NESHOBA COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "580 East Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "MS ", + "Physical Address Zip": "39350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2810023559648747", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803090", + "School District Name": "NETTLETON SCHOOL DIST", + "Physical Address Line 1": "179 Mullen Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nettleton", + "Physical Address State": "MS ", + "Physical Address Zip": "38858", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2221269296740995", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601006", + "School District Name": "WSC Academy", + "Physical Address Line 1": "855 Jefferson", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ypsilanti", + "Physical Address State": "MI ", + "Physical Address Zip": "48197", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803120", + "School District Name": "NEW ALBANY PUBLIC SCHOOLS", + "Physical Address Line 1": "301 Highway 15 North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Albany", + "Physical Address State": "MS ", + "Physical Address Zip": "38652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22536634663971702", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601008", + "School District Name": "Madison-Carver Academy", + "Physical Address Line 1": "19900 Mcintyre St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48219", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601010", + "School District Name": "Michigan Educational Choice Center", + "Physical Address Line 1": "20045 JOANN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803150", + "School District Name": "NEWTON COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "15305 Highway 15", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Decatur", + "Physical Address State": "MS ", + "Physical Address Zip": "39327", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23487858719646798", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601011", + "School District Name": "Innocademy", + "Physical Address Line 1": "8485 Homestead Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zeeland", + "Physical Address State": "MI ", + "Physical Address Zip": "49464", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803180", + "School District Name": "NEWTON MUNICIPAL SCHOOL DISTRICT", + "Physical Address Line 1": "205 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newton", + "Physical Address State": "MS ", + "Physical Address Zip": "39345", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.34715960324616774", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601012", + "School District Name": "Rutherford Winans Academy", + "Physical Address Line 1": "16411 Curtis", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800186", + "School District Name": "NORTH BOLIVAR CONS SCHOOL DIST", + "Physical Address Line 1": "204 N Edwards St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUND BAYOU", + "Physical Address State": "MS ", + "Physical Address Zip": "38762", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.6045589692765114", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601014", + "School District Name": "Highland Park Public School Academy System", + "Physical Address Line 1": "15900 Woodward Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highland Park", + "Physical Address State": "MI ", + "Physical Address Zip": "48203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803210", + "School District Name": "NORTH PANOLA SCHOOL DISTRICT", + "Physical Address Line 1": "470 U S HIGHWAY 51 NORTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SARDIS", + "Physical Address State": "MS ", + "Physical Address Zip": "38666", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.40893470790378006", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601017", + "School District Name": "NexTech High School", + "Physical Address Line 1": "801 Broadway Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Rapids", + "Physical Address State": "MI ", + "Physical Address Zip": "49504", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701230", + "School District Name": "Fentress County", + "Physical Address Line 1": "1011 Old Hwy 127 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamestown", + "Physical Address State": "TN ", + "Physical Address Zip": "38556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2523593149248515", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601018", + "School District Name": "The New Standard Academy", + "Physical Address Line 1": "2040 W Carpenter", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flint", + "Physical Address State": "MI ", + "Physical Address Zip": "48505", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803240", + "School District Name": "NORTH PIKE SCHOOL DIST", + "Physical Address Line 1": "1036 Jaguar Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Summit", + "Physical Address State": "MS ", + "Physical Address Zip": "39666", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2645867098865478", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601019", + "School District Name": "NexTech High School of Lansing", + "Physical Address Line 1": "2175 University Park Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Okemos", + "Physical Address State": "MI ", + "Physical Address Zip": "48864", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000012", + "School District Name": "Ferdinand School District", + "Physical Address Line 1": "338 Highland Avenue Suite 4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "VT ", + "Physical Address Zip": "05855", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601020", + "School District Name": "Plymouth Scholars Charter Academy", + "Physical Address Line 1": "48484 N Territorial Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "MI ", + "Physical Address Zip": "48170", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803270", + "School District Name": "NORTH TIPPAH SCHOOL DIST", + "Physical Address Line 1": "20821 HWY 15", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FALKNER", + "Physical Address State": "MS ", + "Physical Address Zip": "38629", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2572298325722983", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601021", + "School District Name": "South Pointe Scholars Charter Academy", + "Physical Address Line 1": "10550 Geddes Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ypsilanti", + "Physical Address State": "MI ", + "Physical Address Zip": "48198", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000028", + "School District Name": "Fergus", + "Physical Address Line 1": "712 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewistown", + "Physical Address State": "MT ", + "Physical Address Zip": "59457", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601023", + "School District Name": "W-A-Y Academy", + "Physical Address Line 1": "8701 West Vernor Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48209", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803300", + "School District Name": "NOXUBEE COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "37 Gandy Tindal Rd", + "Physical Address Line 2": "P O BOX 540", + "Physical Address Line 3": "", + "Physical Address City": "MACON", + "Physical Address State": "MS ", + "Physical Address Zip": "39341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.38982102908277405", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700043", + "School District Name": "FERGUS FALLS AREA SP. ED. COOP.", + "Physical Address Line 1": "518 FRIBERG AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FERGUS FALLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803360", + "School District Name": "OCEAN SPRINGS SCHOOL DIST", + "Physical Address Line 1": "2300 Government Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ocean Springs", + "Physical Address State": "MS ", + "Physical Address Zip": "39564", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11103969146713803", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601029", + "School District Name": "Muskegon Heights Public School Academy System", + "Physical Address Line 1": "2441 Sanford Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muskegon Heights", + "Physical Address State": "MI ", + "Physical Address Zip": "49444", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803390", + "School District Name": "OKOLONA SEPARATE SCHOOL DIST", + "Physical Address Line 1": "411 WEST MAIN STREET", + "Physical Address Line 2": "PO BOX 510", + "Physical Address Line 3": "", + "Physical Address City": "OKOLONA", + "Physical Address State": "MS ", + "Physical Address Zip": "38860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.31498079385403327", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601030", + "School District Name": "Cornerstone Health and Technology School", + "Physical Address Line 1": "17351 Southfield Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI", + "Physical Address Zip": "48235", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3010530", + "School District Name": "Fergus H S", + "Physical Address Line 1": "215 7th Avenue South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewistown", + "Physical Address State": "MT ", + "Physical Address Zip": "59457", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09623430962343096", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601031", + "School District Name": "River City Scholars Charter Academy", + "Physical Address Line 1": "944 Evergreen Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Rapids", + "Physical Address State": "MI ", + "Physical Address Zip": "49507", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803450", + "School District Name": "OXFORD SCHOOL DISTRICT", + "Physical Address Line 1": "1637 Hwy. 30 East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OXFORD", + "Physical Address State": "MS ", + "Physical Address Zip": "38655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15321735485223223", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912010", + "School District Name": "FERGUSON-FLORISSANT R-II", + "Physical Address Line 1": "8855 Dunn Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hazelwood", + "Physical Address State": "MO ", + "Physical Address Zip": "63042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22888962765957446", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601033", + "School District Name": "MacDowell Preparatory Academy", + "Physical Address Line 1": "4201 West Outer Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4104950", + "School District Name": "Fern Ridge SD 28J", + "Physical Address Line 1": "88834 Territorial Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elmira", + "Physical Address State": "OR ", + "Physical Address Zip": "97437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12691131498470948", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601035", + "School District Name": "Macomb Montessori Academy", + "Physical Address Line 1": "14057 East Nine Mile Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "MI ", + "Physical Address Zip": "48089", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209750", + "School District Name": "Ferndale Area SD", + "Physical Address Line 1": "100 Dartmouth Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnstown", + "Physical Address State": "PA ", + "Physical Address Zip": "15905", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.2780979827089337", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601036", + "School District Name": "Tipton Academy", + "Physical Address Line 1": "1615 Belton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garden City", + "Physical Address State": "MI ", + "Physical Address Zip": "48135", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302850", + "School District Name": "Ferndale School District", + "Physical Address Line 1": "6041 VISTA DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FERNDALE", + "Physical Address State": "WA ", + "Physical Address Zip": "98248", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1606234096692112", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601037", + "School District Name": "Greater Heights Academy", + "Physical Address Line 1": "3196 W Pasadena Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flint", + "Physical Address State": "MI ", + "Physical Address Zip": "48504", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700404", + "School District Name": "FernLeaf Community Charter School", + "Physical Address Line 1": "58 Howard Gap Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fletcher", + "Physical Address State": "NC ", + "Physical Address Zip": "28732", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601039", + "School District Name": "Genesee STEM Academy", + "Physical Address Line 1": "5240 Calkins Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flint", + "Physical Address State": "MI ", + "Physical Address Zip": "48532", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819170", + "School District Name": "FERRIS ISD", + "Physical Address Line 1": "301 E 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FERRIS", + "Physical Address State": "TX ", + "Physical Address Zip": "75125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.181740614334471", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601040", + "School District Name": "ICademy Global", + "Physical Address Line 1": "8485 Homestead Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zeeland", + "Physical Address State": "MI ", + "Physical Address Zip": "49464", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800049", + "School District Name": "FESSENDEN-BOWDON 25", + "Physical Address Line 1": "500 2nd St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fessenden", + "Physical Address State": "ND ", + "Physical Address Zip": "58438", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10582010582010581", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601041", + "School District Name": "Oakland County Academy of Media & Technology", + "Physical Address Line 1": "48980 Woodward Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pontiac", + "Physical Address State": "MI ", + "Physical Address Zip": "48342", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912030", + "School District Name": "FESTUS R-VI", + "Physical Address Line 1": "1515 MID-MEADOW LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FESTUS", + "Physical Address State": "MO ", + "Physical Address Zip": "63028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10314536695947861", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601043", + "School District Name": "Oakland FlexTech High School", + "Physical Address Line 1": "23801 Industrial Park Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farmington Hills", + "Physical Address State": "MI ", + "Physical Address Zip": "48335", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904919", + "School District Name": "Field Local", + "Physical Address Line 1": "2900 State Route 43", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mogadore", + "Physical Address State": "OH ", + "Physical Address Zip": "44260", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11673306772908366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601044", + "School District Name": "Jackson Preparatory & Early College", + "Physical Address Line 1": "2111 Emmons Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "MI ", + "Physical Address Zip": "49201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302880", + "School District Name": "Fife School District", + "Physical Address Line 1": "5802 20TH ST E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TACOMA", + "Physical Address State": "WA ", + "Physical Address Zip": "98424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09760811790287509", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601045", + "School District Name": "Momentum Academy", + "Physical Address Line 1": "60 S LYNN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATERFORD", + "Physical Address State": "MI ", + "Physical Address Zip": "48328", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100118", + "School District Name": "FILLMORE CENTRAL PUBLIC SCHS", + "Physical Address Line 1": "1410 L STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GENEVA", + "Physical Address State": "NE ", + "Physical Address Zip": "68361", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1138996138996139", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601046", + "School District Name": "Kingsbury Country Day School", + "Physical Address Line 1": "5000 Hosner Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxford", + "Physical Address State": "MI ", + "Physical Address Zip": "48370", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611070", + "School District Name": "FILLMORE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "104 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FILLMORE", + "Physical Address State": "NY ", + "Physical Address Zip": "14735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20387243735763097", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601047", + "School District Name": "Rising Stars Academy", + "Physical Address Line 1": "23855 Lawrence", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Center Line", + "Physical Address State": "MI ", + "Physical Address Zip": "48015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910000", + "School District Name": "Findlay City", + "Physical Address Line 1": "1100 Broad Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Findlay", + "Physical Address State": "OH ", + "Physical Address Zip": "45840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15001704739174906", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900528", + "School District Name": "Findlay Digital Academy", + "Physical Address Line 1": "1219 W Main Cross St Ste 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Findlay", + "Physical Address State": "OH ", + "Physical Address Zip": "45840", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601050", + "School District Name": "Great Lakes Learning Academy", + "Physical Address Line 1": "2875 EYDE PKWY", + "Physical Address Line 2": "STE 200", + "Physical Address Line 3": "", + "Physical Address City": "EAST LANSING", + "Physical Address State": "MI ", + "Physical Address Zip": "48823", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302910", + "School District Name": "Finley School District", + "Physical Address Line 1": "224606 E GAME FARM RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KENNEWICK", + "Physical Address State": "WA ", + "Physical Address Zip": "99337", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.14884233737596472", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601051", + "School District Name": "The James and Grace Lee Boggs School", + "Physical Address Line 1": "7600 GOETHE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3806910", + "School District Name": "FINLEY-SHARON 19", + "Physical Address Line 1": "201 3rd St E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Finley", + "Physical Address State": "ND ", + "Physical Address Zip": "58230", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11920529801324503", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601053", + "School District Name": "Waterford Montessori Academy", + "Physical Address Line 1": "4860 Midland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterford", + "Physical Address State": "MI ", + "Physical Address Zip": "48329", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601128", + "School District Name": "FINN ACADEMY: AN ELMIRA CHARTER SCHOOL", + "Physical Address Line 1": "610 LAKE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELMIRA", + "Physical Address State": "NY ", + "Physical Address Zip": "14901", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904733", + "School District Name": "Finneytown Local", + "Physical Address Line 1": "8916 Fontainebleau Ter", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45231", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14013452914798205", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601056", + "School District Name": "WAY Academy - Flint", + "Physical Address Line 1": "817 E Kearsley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flint", + "Physical Address State": "MI ", + "Physical Address Zip": "48503", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621540", + "School District Name": "FIRE ISLAND UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "SURF RD-CORNEILLE ESTATES", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FIRE ISLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "11770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0891089108910891", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601058", + "School District Name": "LifeTech Academy", + "Physical Address Line 1": "912 GREYHOUND DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EATON RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "48827", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904815", + "School District Name": "Firelands Local", + "Physical Address Line 1": "112 N Lake St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Amherst", + "Physical Address State": "OH ", + "Physical Address Zip": "44001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09839816933638444", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601061", + "School District Name": "Taylor Preparatory High School", + "Physical Address Line 1": "9540 Telegraph Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Taylor", + "Physical Address State": "MI ", + "Physical Address Zip": "48180", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000429", + "School District Name": "First Branch Unified School District", + "Physical Address Line 1": "461 Waterman Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Royalton", + "Physical Address State": "VT ", + "Physical Address Zip": "05068", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601063", + "School District Name": "Lakeside Charter School - Kalamazoo", + "Physical Address Line 1": "3921 Oakland Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalamazoo", + "Physical Address State": "MI", + "Physical Address Zip": "49008", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900121", + "School District Name": "First Mesa Elementary School", + "Physical Address Line 1": "390 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Polacca", + "Physical Address State": "AZ", + "Physical Address Zip": "86042", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601064", + "School District Name": "Global Tech Academy", + "Physical Address Line 1": "1715 E Forest Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ypsilanti", + "Physical Address State": "MI ", + "Physical Address Zip": "48198", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200093", + "School District Name": "First Philadelphia Preparatory CS", + "Physical Address Line 1": "4300 Tacony St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601067", + "School District Name": "Muskegon Montessori Academy for Environmental Change", + "Physical Address Line 1": "2950 Mccracken St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muskegon", + "Physical Address State": "MI ", + "Physical Address Zip": "49441", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601068", + "School District Name": "Oakside Prep Academy", + "Physical Address Line 1": "355 Summit Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterford", + "Physical Address State": "MI ", + "Physical Address Zip": "48328", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601070", + "School District Name": "Michigan Great Lakes Virtual Academy", + "Physical Address Line 1": "1309 MADISON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANISTEE", + "Physical Address State": "MI ", + "Physical Address Zip": "49660", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611100", + "School District Name": "FISHERS ISLAND UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "78 GREENWOOD RD #600", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FISHERS ISLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "06390", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.01639344262295082", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601071", + "School District Name": "Innocademy Allegan Campus", + "Physical Address Line 1": "2611 56th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fennville", + "Physical Address State": "MI ", + "Physical Address Zip": "49408", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3010800", + "School District Name": "Fishtail Elem", + "Physical Address Line 1": "119 Easton Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fishtail", + "Physical Address State": "MT ", + "Physical Address Zip": "59028", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2857142857142857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700425", + "School District Name": "FIT Academy", + "Physical Address Line 1": "7200 147TH STREET W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "APPLE VALLEY", + "Physical Address State": "MN ", + "Physical Address Zip": "55124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601074", + "School District Name": "WAY Michigan", + "Physical Address Line 1": "407 E Fort St", + "Physical Address Line 2": "Suite 201", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48226", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601075", + "School District Name": "New Paradigm College Prep", + "Physical Address Line 1": "4001 29TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48210", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601076", + "School District Name": "Pathways Academy", + "Physical Address Line 1": "11340 E Jefferson Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Detroit", + "Physical Address State": "MI ", + "Physical Address Zip": "48214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601077", + "School District Name": "Insight School of Michigan", + "Physical Address Line 1": "6512 Centurion Dr Ste 320", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lansing", + "Physical Address State": "MI ", + "Physical Address Zip": "48917", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601082", + "School District Name": "Grand River Academy", + "Physical Address Line 1": "28111 8 Mile Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livonia", + "Physical Address State": "MI ", + "Physical Address Zip": "48152", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000762", + "School District Name": "FIVE-STAR ILC", + "Physical Address Line 1": "1405 E Moses", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cushing", + "Physical Address State": "OK ", + "Physical Address Zip": "74023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601088", + "School District Name": "Muskegon Covenant Academy", + "Physical Address Line 1": "125 Catherine Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muskegon", + "Physical Address State": "MI ", + "Physical Address Zip": "49442", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601089", + "School District Name": "New School High", + "Physical Address Line 1": "46250 Ann Arbor Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "MI ", + "Physical Address Zip": "48170", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601093", + "School District Name": "Lake Superior Academy", + "Physical Address Line 1": "8936 S MACKINAC TRL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAULT S MARIE", + "Physical Address State": "MI ", + "Physical Address Zip": "49783", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514970", + "School District Name": "Flambeau School District", + "Physical Address Line 1": "N4540 County Road I", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tony", + "Physical Address State": "WI ", + "Physical Address Zip": "54563", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21662125340599456", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601095", + "School District Name": "Grand River Preparatory High School", + "Physical Address Line 1": "650 52nd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kentwood", + "Physical Address State": "MI ", + "Physical Address Zip": "49548", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900027", + "School District Name": "Flandreau Indian Boarding School", + "Physical Address Line 1": "1132 N Crescent Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flandreau", + "Physical Address State": "SD", + "Physical Address Zip": "57028", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601096", + "School District Name": "Light of the World Academy", + "Physical Address Line 1": "550 E Hamburg", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pinckney", + "Physical Address State": "MI ", + "Physical Address Zip": "48169", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4624390", + "School District Name": "Flandreau School District 50-3", + "Physical Address Line 1": "600 W Community Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flandreau", + "Physical Address State": "SD ", + "Physical Address Zip": "57028", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13447782546494993", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601097", + "School District Name": "Gateway To Success Academy", + "Physical Address Line 1": "526 N SCOTTVILLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "49454", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3806930", + "School District Name": "FLASHER 39", + "Physical Address Line 1": "206 3rd Ave E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flasher", + "Physical Address State": "ND ", + "Physical Address Zip": "58535", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11515151515151516", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601099", + "School District Name": "Kalamazoo Covenant Academy", + "Physical Address Line 1": "400 W Crosstown Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalamazoo", + "Physical Address State": "MI ", + "Physical Address Zip": "49001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601207", + "School District Name": "FLATBUSH ASCEND CHARTER SCHOOL", + "Physical Address Line 1": "123 LINDEN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601100", + "School District Name": "Keys Grace Academy", + "Physical Address Line 1": "27321 Hampden", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison Heights", + "Physical Address State": "MI ", + "Physical Address Zip": "48071", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000030", + "School District Name": "Flathead", + "Physical Address Line 1": "935 1st Ave. West Suite SS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalispell", + "Physical Address State": "MT ", + "Physical Address Zip": "59901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015420", + "School District Name": "Flathead H S", + "Physical Address Line 1": "233 First Ave East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalispell", + "Physical Address State": "MT ", + "Physical Address Zip": "59901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.0812001101018442", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000031", + "School District Name": "Flathead Special Ed. Coop.", + "Physical Address Line 1": "15 Meridian Court", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalispell", + "Physical Address State": "MT ", + "Physical Address Zip": "59901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601104", + "School District Name": "Success Virtual Learning Centers of Michigan", + "Physical Address Line 1": "7188 Avenue B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vestaburg", + "Physical Address State": "MI ", + "Physical Address Zip": "48891", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819280", + "School District Name": "FLATONIA ISD", + "Physical Address Line 1": "400 E 4TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLATONIA", + "Physical Address State": "TX ", + "Physical Address Zip": "78941", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13508771929824562", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601106", + "School District Name": "Saginaw Covenant Academy", + "Physical Address Line 1": "508 S WASHINGTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAGINAW", + "Physical Address State": "MI ", + "Physical Address Zip": "48607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209780", + "School District Name": "Fleetwood Area SD", + "Physical Address Line 1": "801 N Richmond St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fleetwood", + "Physical Address State": "PA ", + "Physical Address Zip": "19522", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07258354293927416", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601107", + "School District Name": "Highpoint Virtual Academy of Michigan", + "Physical Address Line 1": "210 E Mesick Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mesick", + "Physical Address State": "MI ", + "Physical Address Zip": "49668", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405190", + "School District Name": "Flemington-Raritan Regional School District", + "Physical Address Line 1": "50 Court Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flemington", + "Physical Address State": "NJ ", + "Physical Address Zip": "08822", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.053141606752110035", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601108", + "School District Name": "Livingston Classical Academy", + "Physical Address Line 1": "8877 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitmore Lake", + "Physical Address State": "MI ", + "Physical Address Zip": "48189", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4011700", + "School District Name": "FLETCHER", + "Physical Address Line 1": "108 W HORNADAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fletcher", + "Physical Address State": "OK ", + "Physical Address Zip": "73541", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24334600760456274", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601110", + "School District Name": "Inkster Preparatory Academy", + "Physical Address Line 1": "27355 Woodsfield Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wixom", + "Physical Address State": "MI ", + "Physical Address Zip": "48141", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5004080", + "School District Name": "Fletcher School District", + "Physical Address Line 1": "340 School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cambridge", + "Physical Address State": "VT ", + "Physical Address Zip": "05444", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601111", + "School District Name": "Francis Street Primary School", + "Physical Address Line 1": "1320 S MARTIN LUTHER KING JR DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSON", + "Physical Address State": "MI ", + "Physical Address Zip": "49203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901574", + "School District Name": "Flex High School", + "Physical Address Line 1": "115 S Gift St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601112", + "School District Name": "Michigan Online School", + "Physical Address Line 1": "209 S STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOBLES", + "Physical Address State": "MI ", + "Physical Address Zip": "49055", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901620", + "School District Name": "Flex High School Cleveland", + "Physical Address Line 1": "5222 Wilson Mills Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44143", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601114", + "School District Name": "Michigan International Prep School", + "Physical Address Line 1": "8989 E Colony Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elsie", + "Physical Address State": "MI ", + "Physical Address Zip": "48831", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601117", + "School District Name": "Flex High School of Michigan", + "Physical Address Line 1": "4945 CLIO RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLINT", + "Physical Address State": "MI ", + "Physical Address Zip": "48504", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601116", + "School District Name": "Pembroke Academy", + "Physical Address Line 1": "19940 MANSFIELD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601122", + "School District Name": "Flextech High School Shepherd", + "Physical Address Line 1": "380 W BLANCHARD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHEPHERD", + "Physical Address State": "MI ", + "Physical Address Zip": "48883", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601124", + "School District Name": "Flint Cultural Center Academy", + "Physical Address Line 1": "1200 ROBERT T LONGWAY BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLINT", + "Physical Address State": "MI ", + "Physical Address Zip": "48503", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601118", + "School District Name": "Lighthouse Connections Academy", + "Physical Address Line 1": "3150 LIVERNOIS RD", + "Physical Address Line 2": "STE 201", + "Physical Address Line 3": "", + "Physical Address City": "TROY", + "Physical Address State": "MI ", + "Physical Address Zip": "48083", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601119", + "School District Name": "Old Mission Peninsula School", + "Physical Address Line 1": "2699 ISLAND VIEW RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRAVERSE CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "49686", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611160", + "School District Name": "FLORAL PARK-BELLEROSE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1 POPPY PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLORAL PARK", + "Physical Address State": "NY ", + "Physical Address Zip": "11001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04191263282172373", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601120", + "School District Name": "Uplift Michigan Academy", + "Physical Address Line 1": "W526 DIVISION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEPHENSON", + "Physical Address State": "MI ", + "Physical Address Zip": "49887", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502130", + "School District Name": "Florence 01", + "Physical Address Line 1": "319 South Irby Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Florence", + "Physical Address State": "SC ", + "Physical Address Zip": "29501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.19752161383285302", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601121", + "School District Name": "The Woodley Leadership Academy", + "Physical Address Line 1": "1300 MALZAHN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAGINAW", + "Physical Address State": "MI ", + "Physical Address Zip": "48602", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502160", + "School District Name": "Florence 02", + "Physical Address Line 1": "2121 South Pamplico Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pamplico", + "Physical Address State": "SC ", + "Physical Address Zip": "29583", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2333948339483395", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502190", + "School District Name": "Florence 03", + "Physical Address Line 1": "125 South Blanding Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake City", + "Physical Address State": "SC ", + "Physical Address Zip": "29560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2808142777467931", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601123", + "School District Name": "Ivywood Classical Academy", + "Physical Address Line 1": "14356 GENOA CT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLYMOUTH", + "Physical Address State": "MI ", + "Physical Address Zip": "48170", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502220", + "School District Name": "Florence 04", + "Physical Address Line 1": "304 Kemper Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Timmonsville", + "Physical Address State": "SC ", + "Physical Address Zip": "29161", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2557932263814617", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502250", + "School District Name": "Florence 05", + "Physical Address Line 1": "156 East Marion Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnsonville", + "Physical Address State": "SC ", + "Physical Address Zip": "29555", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23319148936170211", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601125", + "School District Name": "Westfield Charter Academy", + "Physical Address Line 1": "27201 W CHICAGO", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REDFORD", + "Physical Address State": "MI ", + "Physical Address Zip": "48239", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504650", + "School District Name": "Florence County School District", + "Physical Address Line 1": "425 Olive Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Florence", + "Physical Address State": "WI ", + "Physical Address Zip": "54121", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14563106796116504", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601127", + "School District Name": "Orchard Academy", + "Physical Address Line 1": "278 MACK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DETROIT", + "Physical Address State": "MI ", + "Physical Address Zip": "48201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819320", + "School District Name": "FLORENCE ISD", + "Physical Address Line 1": "306 COLLEGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLORENCE", + "Physical Address State": "TX ", + "Physical Address Zip": "76527", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15439856373429084", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601128", + "School District Name": "New Hope Public School Academy", + "Physical Address Line 1": "3145 RUSSELL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAGINAW", + "Physical Address State": "MI", + "Physical Address Zip": "48601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4624540", + "School District Name": "Florence School District 14-1", + "Physical Address Line 1": "515 Main Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Florence", + "Physical Address State": "SD ", + "Physical Address Zip": "57235", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601129", + "School District Name": "Sigma Academy for Leadership and Early Middle College", + "Physical Address Line 1": "25 FORD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HIGHLAND PARK", + "Physical Address State": "MI ", + "Physical Address Zip": "48203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405220", + "School District Name": "Florence Township School District", + "Physical Address Line 1": "201 Cedar Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Florence", + "Physical Address State": "NJ ", + "Physical Address Zip": "08518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09728867623604466", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601130", + "School District Name": "Royal Academy of Michigan", + "Physical Address Line 1": "34540 W MICHIGAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAYNE", + "Physical Address State": "MI", + "Physical Address Zip": "48184", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011100", + "School District Name": "Florence-Carlton K-12 Schls", + "Physical Address Line 1": "Old Highway 93 and Long Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Florence", + "Physical Address State": "MT ", + "Physical Address Zip": "59833", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0821917808219178", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819350", + "School District Name": "FLORESVILLE ISD", + "Physical Address Line 1": "1200 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLORESVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15273972602739727", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601132", + "School District Name": "PrepNet Virtual Academy", + "Physical Address Line 1": "3850 BROADMOOR AVE SE", + "Physical Address Line 2": "STE 201", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49512", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405250", + "School District Name": "Florham Park School District", + "Physical Address Line 1": "67 Ridgedale Aveune", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Florham Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "07932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.029711375212224108", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601133", + "School District Name": "Fostering Leadership Academy", + "Physical Address Line 1": "26645 W 6 MILE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REDFORD", + "Physical Address State": "MI ", + "Physical Address Zip": "48240", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625320", + "School District Name": "FLORIDA UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "51 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLORIDA", + "Physical Address State": "NY ", + "Physical Address Zip": "10921", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08149010477299184", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601134", + "School District Name": "The Building Trades School", + "Physical Address Line 1": "34705 West 12 Mile Road 160", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farmington Hlls", + "Physical Address State": "MI ", + "Physical Address Zip": "48331", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819380", + "School District Name": "FLOUR BLUFF ISD", + "Physical Address Line 1": "2505 WALDRON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORPUS CHRISTI", + "Physical Address State": "TX ", + "Physical Address Zip": "78418", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601135", + "School District Name": "New Dawn Academy of Warren", + "Physical Address Line 1": "8200 IRVING RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STERLING HTS", + "Physical Address State": "MI ", + "Physical Address Zip": "48312", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4011760", + "School District Name": "FLOWER MOUND", + "Physical Address Line 1": "2805 SE Flower Mound Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawton", + "Physical Address State": "OK ", + "Physical Address Zip": "73501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18823529411764706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101350", + "School District Name": "FLOYD CO PBLC SCHS", + "Physical Address Line 1": "140 Harris Hart Rd NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Floyd", + "Physical Address State": "VA ", + "Physical Address Zip": "24091", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14968722073279714", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501020", + "School District Name": "FLOYD MUNICIPAL SCHOOLS", + "Physical Address Line 1": "1564 NM 267", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLOYD", + "Physical Address State": "NM ", + "Physical Address Zip": "88118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24444444444444444", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601138", + "School District Name": "Drive One Career Technical High School", + "Physical Address Line 1": "15900 COMMON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSEVILLE", + "Physical Address State": "MI", + "Physical Address Zip": "48066", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819440", + "School District Name": "FLOYDADA COLLEGIATE ISD", + "Physical Address Line 1": "226 W CALIFORNIA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLOYDADA", + "Physical Address State": "TX ", + "Physical Address Zip": "79235", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2852941176470588", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2601139", + "School District Name": "Lincoln-King Adams-Young Academy", + "Physical Address Line 1": "306 E Fourth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Royal Oak", + "Physical Address State": "MI ", + "Physical Address Zip": "48067", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101380", + "School District Name": "FLUVANNA CO PBLC SCHS", + "Physical Address Line 1": "14455 James Madison Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palmyra", + "Physical Address State": "VA ", + "Physical Address Zip": "22963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08401486988847584", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901629", + "School District Name": "Focus Learning Academy of Central Columbus", + "Physical Address Line 1": "2775 Cleveland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43224", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900179", + "School District Name": "Focus Learning Academy of Northern Columbus", + "Physical Address Line 1": "1880 E Dublin Granville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43229", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900178", + "School District Name": "Focus Learning Academy of Southeastern Columbus", + "Physical Address Line 1": "4480 Refugee Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43232", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900177", + "School District Name": "Focus Learning Academy of Southwest Columbus", + "Physical Address Line 1": "190 Southwood Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901451", + "School District Name": "Focus North High School", + "Physical Address Line 1": "4807 Evanswood Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43229", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200141", + "School District Name": "Folk Arts-Cultural Treasures CS", + "Physical Address Line 1": "1023 Callowhill St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19123", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819500", + "School District Name": "FOLLETT ISD", + "Physical Address Line 1": "205 E IVANHOE HIGHWAY15", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOLLETT", + "Physical Address State": "TX ", + "Physical Address Zip": "79034", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23170731707317074", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405280", + "School District Name": "Folsom Borough School District", + "Physical Address Line 1": "1357 Mays Landing Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Folsom", + "Physical Address State": "NJ ", + "Physical Address Zip": "08037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08833922261484099", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900135", + "School District Name": "Fond du Lac Ojibwe School", + "Physical Address Line 1": "49 University Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cloquet", + "Physical Address State": "MN", + "Physical Address Zip": "55720", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504680", + "School District Name": "Fond du Lac School District", + "Physical Address Line 1": "72 W 9th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fond du Lac", + "Physical Address State": "WI ", + "Physical Address Zip": "54935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.12732991612301958", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611190", + "School District Name": "FONDA-FULTONVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "112 OLD JOHNSTOWN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FONDA", + "Physical Address State": "NY ", + "Physical Address Zip": "12068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13180901143241425", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504720", + "School District Name": "Fontana J8 School District", + "Physical Address Line 1": "450 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fontana", + "Physical Address State": "WI ", + "Physical Address Zip": "53125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280020", + "School District Name": "Forbes Road CTC", + "Physical Address Line 1": "607 Beatty Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroeville", + "Physical Address State": "PA ", + "Physical Address Zip": "15146", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209870", + "School District Name": "Forbes Road SD", + "Physical Address Line 1": "159 Red Bird Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterfall", + "Physical Address State": "PA ", + "Physical Address Zip": "16689", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15458937198067632", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912180", + "School District Name": "FORDLAND R-III", + "Physical Address Line 1": "1230 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORDLAND", + "Physical Address State": "MO ", + "Physical Address Zip": "65652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2594033722438392", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800056", + "School District Name": "FORDVILLE-LANKIN 5", + "Physical Address Line 1": "102 4th Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fordville", + "Physical Address State": "ND ", + "Physical Address Zip": "58231", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06521739130434782", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4208280", + "School District Name": "Forest Area SD", + "Physical Address Line 1": "22318 Route 62 Box 16", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tionesta", + "Physical Address State": "PA ", + "Physical Address Zip": "16353", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19264705882352942", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209930", + "School District Name": "Forest City Regional SD", + "Physical Address Line 1": "100 Susquehanna Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forest City", + "Physical Address State": "PA ", + "Physical Address Zip": "18421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16892725030826142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4011850", + "School District Name": "FOREST GROVE", + "Physical Address Line 1": "1941 Forest Grove Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garvin", + "Physical Address State": "OK ", + "Physical Address Zip": "74736", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2564102564102564", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4105160", + "School District Name": "Forest Grove SD 15", + "Physical Address Line 1": "1728 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forest Grove", + "Physical Address State": "OR ", + "Physical Address Zip": "97116", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11574074074074074", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904734", + "School District Name": "Forest Hills Local", + "Physical Address Line 1": "7946 Beechmont Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45255", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05018910354696923", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209940", + "School District Name": "Forest Hills SD", + "Physical Address Line 1": "549 Locust Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sidman", + "Physical Address State": "PA ", + "Physical Address Zip": "15955", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1273006134969325", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819530", + "School District Name": "FORESTBURG ISD", + "Physical Address Line 1": "16346 FM 455", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORESTBURG", + "Physical Address State": "TX ", + "Physical Address Zip": "76239", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21195652173913043", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611250", + "School District Name": "FORESTVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "12 WATER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORESTVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14092664092664092", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4011880", + "School District Name": "FORGAN", + "Physical Address Line 1": "504 West Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forgan", + "Physical Address State": "OK ", + "Physical Address Zip": "73938", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13114754098360656", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819560", + "School District Name": "FORNEY ISD", + "Physical Address Line 1": "600 S BOIS D ARC ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORNEY", + "Physical Address State": "TX ", + "Physical Address Zip": "75126", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07754621616007755", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801510", + "School District Name": "FORREST COUNTY AG HIGH SCHOOL", + "Physical Address Line 1": "215 Old Hwy 49 East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brooklyn", + "Physical Address State": "MS ", + "Physical Address Zip": "39425", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819620", + "School District Name": "FORSAN ISD", + "Physical Address Line 1": "411 W 6TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORSAN", + "Physical Address State": "TX ", + "Physical Address Zip": "79733", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10276679841897234", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700083", + "School District Name": "Forsyth Academy", + "Physical Address Line 1": "5426 Shattalon Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winston-Salem", + "Physical Address State": "NC ", + "Physical Address Zip": "27106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011160", + "School District Name": "Forsyth Elem", + "Physical Address Line 1": "425 N 10th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forsyth", + "Physical Address State": "MT ", + "Physical Address Zip": "59327", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11374407582938388", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011190", + "School District Name": "Forsyth H S", + "Physical Address Line 1": "425 N 10th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forsyth", + "Physical Address State": "MT ", + "Physical Address Zip": "59327", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08571428571428572", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912240", + "School District Name": "FORSYTH R-III", + "Physical Address Line 1": "178 PANTHER STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORSYTH", + "Physical Address State": "MO ", + "Physical Address Zip": "65653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21933962264150944", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611280", + "School District Name": "FORT ANN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1 CATHERINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT ANN", + "Physical Address State": "NY ", + "Physical Address Zip": "12827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11909650924024641", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504740", + "School District Name": "Fort Atkinson School District", + "Physical Address Line 1": "201 Park St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Atkinson", + "Physical Address State": "WI ", + "Physical Address Zip": "53538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07091469681397738", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819650", + "School District Name": "FORT BEND ISD", + "Physical Address Line 1": "16431 LEXINGTON BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUGAR LAND", + "Physical Address State": "TX ", + "Physical Address Zip": "77479", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09095970193995974", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3011240", + "School District Name": "Fort Benton Elem", + "Physical Address Line 1": "1820 Washington", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Benton", + "Physical Address State": "MT ", + "Physical Address Zip": "59442", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08823529411764706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912290", + "School District Name": "FORT OSAGE R-I", + "Physical Address Line 1": "2101 N TWYMAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INDEPENDENCE", + "Physical Address State": "MO ", + "Physical Address Zip": "64058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14509653985853566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011260", + "School District Name": "Fort Benton H S", + "Physical Address Line 1": "1820 Washington", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Benton", + "Physical Address State": "MT ", + "Physical Address Zip": "59442", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07476635514018691", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2908370", + "School District Name": "FT. ZUMWALT R-II", + "Physical Address Line 1": "555 E. TERRA LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "O'FALLON", + "Physical Address State": "MO ", + "Physical Address Zip": "63366", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05129045856948803", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700148", + "School District Name": "Fort Bragg", + "Physical Address Line 1": "4958 Bastogne Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Bragg", + "Physical Address State": "NC ", + "Physical Address Zip": "28307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "6-Federal agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912300", + "School District Name": "FOX C-6 SCHOOL DISTRICT", + "Physical Address Line 1": "745 JEFFCO BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARNOLD", + "Physical Address State": "MO ", + "Physical Address Zip": "63010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08234071468542649", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928950", + "School District Name": "FRANCIS HOWELL R-III", + "Physical Address Line 1": "4545 CENTRAL SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST CHARLES", + "Physical Address State": "MO ", + "Physical Address Zip": "63304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04644636895834341", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3170650", + "School District Name": "FORT CALHOUN COMMUNITY SCHS", + "Physical Address Line 1": "5876 COUNTY ROAD P43", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT CALHOUN", + "Physical Address State": "NE ", + "Physical Address Zip": "68023", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.056105610561056105", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912510", + "School District Name": "FRANKLIN CO. R-II", + "Physical Address Line 1": "3128 HWY Y", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW HAVEN", + "Physical Address State": "MO ", + "Physical Address Zip": "63068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0933852140077821", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209960", + "School District Name": "Fort Cherry SD", + "Physical Address Line 1": "110 Fort Cherry Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mc Donald", + "Physical Address State": "PA ", + "Physical Address Zip": "15057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09140767824497258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912540", + "School District Name": "FREDERICKTOWN R-I", + "Physical Address Line 1": "704 E Hwy 72", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fredericktown", + "Physical Address State": "MO ", + "Physical Address Zip": "63645", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18846899224806202", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4033602", + "School District Name": "FORT COBB-BROXTON", + "Physical Address Line 1": "407 N 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Cobb", + "Physical Address State": "OK ", + "Physical Address Zip": "73038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27070063694267515", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912550", + "School District Name": "FULTON 58", + "Physical Address Line 1": "2 HORNET DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FULTON", + "Physical Address State": "MO ", + "Physical Address Zip": "65251", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15279503105590062", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912600", + "School District Name": "GAINESVILLE R-V", + "Physical Address Line 1": "422 BULLDOG DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GAINESVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29542097488921715", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611310", + "School District Name": "FORT EDWARD UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "220 BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT EDWARD", + "Physical Address State": "NY ", + "Physical Address Zip": "12828", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.18072289156626506", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912630", + "School District Name": "GALENA R-II", + "Physical Address Line 1": "30925 STATE HWY 413", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GALENA", + "Physical Address State": "MO ", + "Physical Address Zip": "65656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21323529411764705", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4811400", + "School District Name": "FORT ELLIOTT CISD", + "Physical Address Line 1": "501 E WILSON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRISCOE", + "Physical Address State": "TX ", + "Physical Address Zip": "79011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1357142857142857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912660", + "School District Name": "GALLATIN R-V", + "Physical Address Line 1": "602 S OLIVE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GALLATIN", + "Physical Address State": "MO ", + "Physical Address Zip": "64640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21201413427561838", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905048", + "School District Name": "Fort Frye Local", + "Physical Address Line 1": "510 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beverly", + "Physical Address State": "OH ", + "Physical Address Zip": "45715", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18693467336683417", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912720", + "School District Name": "GASCONADE C-4", + "Physical Address Line 1": "32959 HWY 32", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FALCON", + "Physical Address State": "MO ", + "Physical Address Zip": "65470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20574162679425836", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4011970", + "School District Name": "FORT GIBSON", + "Physical Address Line 1": "500 South Ross Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Gibson", + "Physical Address State": "OK ", + "Physical Address Zip": "74434", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1526282457251425", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2914280", + "School District Name": "GASCONADE CO. R-I", + "Physical Address Line 1": "170 BLUE PRIDE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERMANN", + "Physical Address State": "MO ", + "Physical Address Zip": "65041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14337240757439135", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923340", + "School District Name": "GASCONADE CO. R-II", + "Physical Address Line 1": "402 E LINCOLN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OWENSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1449795081967213", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209990", + "School District Name": "Fort LeBoeuf SD", + "Physical Address Line 1": "34 East Ninth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterford", + "Physical Address State": "PA ", + "Physical Address Zip": "16441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14092255607278883", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912780", + "School District Name": "GIDEON 37", + "Physical Address Line 1": "400 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GIDEON", + "Physical Address State": "MO ", + "Physical Address Zip": "63848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24497991967871485", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405310", + "School District Name": "Fort Lee School District", + "Physical Address Line 1": "231 Main Street 3Fl.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Lee", + "Physical Address State": "NJ ", + "Physical Address Zip": "07024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09680741503604531", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912840", + "School District Name": "GILLIAM C-4", + "Physical Address Line 1": "102 NORTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILLIAM", + "Physical Address State": "MO ", + "Physical Address Zip": "65330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2391304347826087", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904978", + "School District Name": "Fort Loramie Local", + "Physical Address Line 1": "575 Greenback Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Loramie", + "Physical Address State": "OH ", + "Physical Address Zip": "45845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.030193236714975844", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912870", + "School District Name": "GILMAN CITY R-IV", + "Physical Address Line 1": "141 LINDSEY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILMAN CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16911764705882354", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912900", + "School District Name": "GLASGOW", + "Physical Address Line 1": "860 RANDOLPH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLASGOW", + "Physical Address State": "MO ", + "Physical Address Zip": "65254", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11055276381909548", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2915180", + "School District Name": "GLENWOOD R-VIII", + "Physical Address Line 1": "10286 STATE RTE 17", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST PLAINS", + "Physical Address State": "MO ", + "Physical Address Zip": "65775", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19036144578313252", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912930", + "School District Name": "GOLDEN CITY R-III", + "Physical Address Line 1": "1208 WALNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOLDEN CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64748", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17701863354037267", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913080", + "School District Name": "GRAIN VALLEY R-V", + "Physical Address Line 1": "31606 E PINK HILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAIN VALLEY", + "Physical Address State": "MO ", + "Physical Address Zip": "64029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.054660920843728734", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611370", + "School District Name": "FORT PLAIN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "25 HIGH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT PLAIN", + "Physical Address State": "NY ", + "Physical Address Zip": "13339", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2605042016806723", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913140", + "School District Name": "GRANDVIEW C-4", + "Physical Address Line 1": "13015 10TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANDVIEW", + "Physical Address State": "MO ", + "Physical Address Zip": "64030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15735400144196107", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904859", + "School District Name": "Fort Recovery Local", + "Physical Address Line 1": "400 E Butler St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Recovery", + "Physical Address State": "OH ", + "Physical Address Zip": "45846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.03928170594837262", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913170", + "School District Name": "GRANDVIEW R-II", + "Physical Address Line 1": "11470 HWY C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HILLSBORO", + "Physical Address State": "MO ", + "Physical Address Zip": "63050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11714285714285715", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913230", + "School District Name": "GREEN CITY R-I", + "Physical Address Line 1": "301 N EAST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREEN CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "63545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20306513409961685", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913260", + "School District Name": "GREEN FOREST R-II", + "Physical Address Line 1": "6111 HWY F", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALEM", + "Physical Address State": "MO ", + "Physical Address Zip": "65560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913290", + "School District Name": "GREEN RIDGE R-VIII", + "Physical Address Line 1": "401 W PETTIS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREEN RIDGE", + "Physical Address State": "MO ", + "Physical Address Zip": "65332", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1656441717791411", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913320", + "School District Name": "GREENFIELD R-IV", + "Physical Address Line 1": "410 W COLLEGE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENFIELD", + "Physical Address State": "MO ", + "Physical Address Zip": "65661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24086021505376345", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820190", + "School District Name": "FORT STOCKTON ISD", + "Physical Address Line 1": "101 W DIVISION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT STOCKTON", + "Physical Address State": "TX ", + "Physical Address Zip": "79735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.29609407811843763", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2607690", + "School District Name": "Public Schools of Calumet Laurium & Keweenaw", + "Physical Address Line 1": "57070 MINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALUMET", + "Physical Address State": "MI ", + "Physical Address Zip": "49913", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16342141863699583", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913380", + "School District Name": "GREENVILLE R-II", + "Physical Address Line 1": "127 WALNUT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "63944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26101141924959215", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501050", + "School District Name": "FORT SUMNER MUNICIPAL SCHOOLS", + "Physical Address Line 1": "1001 SUMNER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT SUMNER", + "Physical Address State": "NM ", + "Physical Address Zip": "88119", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2746478873239437", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912690", + "School District Name": "GRUNDY CO. R-V", + "Physical Address Line 1": "205 SW BORDER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GALT", + "Physical Address State": "MO ", + "Physical Address Zip": "64641", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012000", + "School District Name": "FORT SUPPLY", + "Physical Address Line 1": "401 Custer Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Supply", + "Physical Address State": "OK ", + "Physical Address Zip": "73841", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913500", + "School District Name": "HALE R-I", + "Physical Address Line 1": "518 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HALE", + "Physical Address State": "MO ", + "Physical Address Zip": "64643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16521739130434782", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913530", + "School District Name": "HALFWAY R-III", + "Physical Address Line 1": "2150 HIGHWAY 32", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HALF WAY", + "Physical Address State": "MO ", + "Physical Address Zip": "65663", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15913978494623657", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913560", + "School District Name": "HALLSVILLE R-IV", + "Physical Address Line 1": "421 HWY 124 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HALLSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65255", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08921933085501858", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012300", + "School District Name": "FORT TOWSON", + "Physical Address Line 1": "205 Northwest Third Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Towson", + "Physical Address State": "OK ", + "Physical Address Zip": "74735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.225201072386059", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913590", + "School District Name": "HAMILTON R-II", + "Physical Address Line 1": "419 S HUGHES", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMILTON", + "Physical Address State": "MO ", + "Physical Address Zip": "64644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16307277628032346", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913620", + "School District Name": "HANCOCK PLACE", + "Physical Address Line 1": "9417 S BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23641703377386197", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800231", + "School District Name": "FORT WORTH ACADEMY OF FINE ARTS", + "Physical Address Line 1": "3901 S HULEN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT WORTH", + "Physical Address State": "TX ", + "Physical Address Zip": "76109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913650", + "School District Name": "HANNIBAL 60", + "Physical Address Line 1": "4650 MCMASTERS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HANNIBAL", + "Physical Address State": "MO ", + "Physical Address Zip": "63401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17802316186372205", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819700", + "School District Name": "FORT WORTH ISD", + "Physical Address Line 1": "100 N UNIVERSITY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT WORTH", + "Physical Address State": "TX ", + "Physical Address Zip": "76107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2120258179013976", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2927330", + "School District Name": "HARDEMAN R-X", + "Physical Address Line 1": "21051 HWY D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARSHALL", + "Physical Address State": "MO ", + "Physical Address Zip": "65340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14102564102564102", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601164", + "School District Name": "FORTE PREPARATORY ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "51-35 REEDER ST 2ND FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELMHURST", + "Physical Address State": "NY ", + "Physical Address Zip": "11373", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913680", + "School District Name": "HARDIN-CENTRAL C-2", + "Physical Address Line 1": "500 NE 1ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARDIN", + "Physical Address State": "MO ", + "Physical Address Zip": "64035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11740890688259109", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011340", + "School District Name": "Fortine Elem", + "Physical Address Line 1": "358 Meadow Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fortine", + "Physical Address State": "MT ", + "Physical Address Zip": "59918", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24050632911392406", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913710", + "School District Name": "HARRISBURG R-VIII", + "Physical Address Line 1": "1000 S HARRIS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRISBURG", + "Physical Address State": "MO ", + "Physical Address Zip": "65256", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08607198748043818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913760", + "School District Name": "HARRISONVILLE R-IX", + "Physical Address Line 1": "503 S LEXINGTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRISONVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "64701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09301428020069472", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913770", + "School District Name": "HARTVILLE R-II", + "Physical Address Line 1": "175 N. School Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARTVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2969569779643232", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913800", + "School District Name": "HAYTI R-II", + "Physical Address Line 1": "500 N FOURTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAYTI", + "Physical Address State": "MO ", + "Physical Address Zip": "63851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.428343949044586", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913830", + "School District Name": "HAZELWOOD", + "Physical Address Line 1": "15955 NEW HALLS FERRY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLORISSANT", + "Physical Address State": "MO ", + "Physical Address Zip": "63031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1933478089222266", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2932110", + "School District Name": "HENRY CO. R-I", + "Physical Address Line 1": "210 NORTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINDSOR", + "Physical Address State": "MO ", + "Physical Address Zip": "65360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18527315914489312", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4105250", + "School District Name": "Fossil SD 21J", + "Physical Address Line 1": "404 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fossil", + "Physical Address State": "OR ", + "Physical Address Zip": "97830", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "0.31343283582089554", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2914310", + "School District Name": "HERMITAGE R-IV", + "Physical Address Line 1": "23824 Polk Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERMITAGE", + "Physical Address State": "MO ", + "Physical Address Zip": "65668", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29699248120300753", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2914340", + "School District Name": "HICKMAN MILLS C-1", + "Physical Address Line 1": "5401 E. 103rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.23676542010684798", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400390", + "School District Name": "Foster", + "Physical Address Line 1": "160 Foster Ctr Rd/Isaac", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Foster", + "Physical Address State": "RI ", + "Physical Address Zip": "02825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14056224899598393", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2914320", + "School District Name": "HICKORY CO. R-I", + "Physical Address Line 1": "20663 US HIGHWAY 65", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "URBANA", + "Physical Address State": "MO ", + "Physical Address Zip": "65767", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20420070011668612", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400420", + "School District Name": "Foster-Glocester", + "Physical Address Line 1": "91 Anan Wade Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glocester", + "Physical Address State": "RI ", + "Physical Address Zip": "02857", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08133230054221534", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2914370", + "School District Name": "HIGBEE R-VIII", + "Physical Address Line 1": "101 EVANS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HIGBEE", + "Physical Address State": "MO ", + "Physical Address Zip": "65257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20526315789473684", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921150", + "School District Name": "HIGH POINT R-III", + "Physical Address Line 1": "60909 HIGHWAY C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HIGH POINT", + "Physical Address State": "MO ", + "Physical Address Zip": "65042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11055276381909548", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904399", + "School District Name": "Fostoria City", + "Physical Address Line 1": "1001 Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fostoria", + "Physical Address State": "OH ", + "Physical Address Zip": "44830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2516835016835017", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2914430", + "School District Name": "HILLSBORO R-III", + "Physical Address Line 1": "5 RIDGEWOOD DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HILLSBORO", + "Physical Address State": "MO ", + "Physical Address Zip": "63050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08906570841889117", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2914460", + "School District Name": "HOLCOMB R-III", + "Physical Address Line 1": "102 S CHERRY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLCOMB", + "Physical Address State": "MO ", + "Physical Address Zip": "63852", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2236024844720497", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901301", + "School District Name": "Foundation Academy", + "Physical Address Line 1": "1050 Wyandotte Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mansfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44906", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2914490", + "School District Name": "HOLDEN R-III", + "Physical Address Line 1": "1612 S Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holden", + "Physical Address State": "MO ", + "Physical Address Zip": "64040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13857428381079281", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400717", + "School District Name": "Foundation Academy Charter School", + "Physical Address Line 1": "363 West State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trenton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08618", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2914520", + "School District Name": "HOLLIDAY C-2", + "Physical Address Line 1": "201 CURTRIGHT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLIDAY", + "Physical Address State": "MO ", + "Physical Address Zip": "65258", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1276595744680851", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2914550", + "School District Name": "HOLLISTER R-V", + "Physical Address Line 1": "1914 STATE HWY BB", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLISTER", + "Physical Address State": "MO ", + "Physical Address Zip": "65672", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2150916784203103", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2914840", + "School District Name": "HOUSTON R-I", + "Physical Address Line 1": "423 W PINE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "MO ", + "Physical Address Zip": "65483", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25213675213675213", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2915210", + "School District Name": "HOWELL VALLEY R-I", + "Physical Address Line 1": "6461 STATE RTE ZZ", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST PLAINS", + "Physical Address State": "MO ", + "Physical Address Zip": "65775", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18489583333333334", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2915240", + "School District Name": "HUDSON R-IX", + "Physical Address Line 1": "15012 NE STATE ROUTE 52", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "APPLETON CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64724", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2915300", + "School District Name": "HUMANSVILLE R-IV", + "Physical Address Line 1": "300 N OAK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUMANSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65674", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.35353535353535354", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2915330", + "School District Name": "HUME R-VIII", + "Physical Address Line 1": "9163 SW 2ND STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUME", + "Physical Address State": "MO ", + "Physical Address Zip": "64752", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1388888888888889", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2915390", + "School District Name": "HURLEY R-I", + "Physical Address Line 1": "86 HOLT SPRING RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HURLEY", + "Physical Address State": "MO ", + "Physical Address Zip": "65675", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16141732283464566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2915420", + "School District Name": "IBERIA R-V", + "Physical Address Line 1": "201 PEMBERTON DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IBERIA", + "Physical Address State": "MO ", + "Physical Address Zip": "65486", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18256130790190736", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905096", + "School District Name": "Four County Career Center", + "Physical Address Line 1": "22900 State Route 34", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Archbold", + "Physical Address State": "OH ", + "Physical Address Zip": "43502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2611640", + "School District Name": "Westwood Community School District", + "Physical Address Line 1": "3335 SOUTH BEECH DALY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEARBORN HEIGHTS", + "Physical Address State": "MI ", + "Physical Address Zip": "48125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3592261904761905", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2915480", + "School District Name": "INDEPENDENCE 30", + "Physical Address Line 1": "201 NORTH FOREST AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INDEPENDENCE", + "Physical Address State": "MO ", + "Physical Address Zip": "64050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18497722877284922", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2915510", + "School District Name": "IRON CO. C-4", + "Physical Address Line 1": "35 HWY 49", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VIBURNUM", + "Physical Address State": "MO ", + "Physical Address Zip": "65566", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18518518518518517", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2915600", + "School District Name": "JACKSON R-II", + "Physical Address Line 1": "614 E ADAMS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSON", + "Physical Address State": "MO ", + "Physical Address Zip": "63755", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.074296262113521", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2915660", + "School District Name": "JAMESTOWN C-1", + "Physical Address Line 1": "222 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamestown", + "Physical Address State": "MO ", + "Physical Address Zip": "65046", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08936170212765958", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916140", + "School District Name": "JASPER CO. R-V", + "Physical Address Line 1": "201 W Mercer", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jasper", + "Physical Address State": "MO ", + "Physical Address Zip": "64755", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14171974522292993", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916200", + "School District Name": "JEFFERSON C-123", + "Physical Address Line 1": "37614 US HWY 136", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CONCEPTION JCT", + "Physical Address State": "MO ", + "Physical Address Zip": "64434", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07216494845360824", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916190", + "School District Name": "JEFFERSON CITY", + "Physical Address Line 1": "315 E DUNKLIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JEFFERSON CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "65101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1378546476953225", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916230", + "School District Name": "JEFFERSON CO. R-VII", + "Physical Address Line 1": "1250 DOOLING HOLLOW RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FESTUS", + "Physical Address State": "MO ", + "Physical Address Zip": "63028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0739817123857024", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916290", + "School District Name": "JENNINGS", + "Physical Address Line 1": "2559 DORWOOD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JENNINGS", + "Physical Address State": "MO ", + "Physical Address Zip": "63136", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3252724795640327", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012060", + "School District Name": "FOX", + "Physical Address Line 1": "100 Creek Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fox", + "Physical Address State": "OK ", + "Physical Address Zip": "73435", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21052631578947367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2908320", + "School District Name": "JOHNSON CO. R-VII", + "Physical Address Line 1": "92 NW Hwy 58", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centerview", + "Physical Address State": "MO ", + "Physical Address Zip": "64019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09305993690851735", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916350", + "School District Name": "JOPLIN SCHOOLS", + "Physical Address Line 1": "310 W 8TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JOPLIN", + "Physical Address State": "MO ", + "Physical Address Zip": "64804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.21736361706644025", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210070", + "School District Name": "Fox Chapel Area SD", + "Physical Address Line 1": "611 Field Club Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15238", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07072107765451664", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2915060", + "School District Name": "JUNCTION HILL C-12", + "Physical Address Line 1": "8004 COUNTY RD 3010", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST PLAINS", + "Physical Address State": "MO ", + "Physical Address Zip": "65775", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23835616438356164", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916400", + "School District Name": "KANSAS CITY 33", + "Physical Address Line 1": "2901 Troost Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64109", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2562947256824808", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504800", + "School District Name": "Fox Point J2 School District", + "Physical Address Line 1": "7300 N Lombardy Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.031134173461823574", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916450", + "School District Name": "KEARNEY R-I", + "Physical Address Line 1": "150 W State Route 92", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KEARNEY", + "Physical Address State": "MO ", + "Physical Address Zip": "64060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.04835493519441675", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916470", + "School District Name": "KELSO C-7", + "Physical Address Line 1": "820 STATE HWY A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENTON", + "Physical Address State": "MO ", + "Physical Address Zip": "63736", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08516483516483517", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916500", + "School District Name": "KENNETT 39", + "Physical Address Line 1": "510 COLLEGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KENNETT", + "Physical Address State": "MO ", + "Physical Address Zip": "63857", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3346456692913386", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916530", + "School District Name": "KEYTESVILLE R-III", + "Physical Address Line 1": "27247 HWY 5", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KEYTESVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65261", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13636363636363635", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900233", + "School District Name": "Foxfire High School", + "Physical Address Line 1": "2805 Pinkerton Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zanesville", + "Physical Address State": "OH ", + "Physical Address Zip": "43701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916590", + "School District Name": "KING CITY R-I", + "Physical Address Line 1": "300 N GRAND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KING CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64463", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15060240963855423", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901407", + "School District Name": "Foxfire Intermediate School", + "Physical Address Line 1": "2805 Pinkerton Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zanesville", + "Physical Address State": "OH ", + "Physical Address Zip": "43701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916620", + "School District Name": "KINGSTON 42", + "Physical Address Line 1": "139 E LINCOLN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGSTON", + "Physical Address State": "MO ", + "Physical Address Zip": "64650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.28", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012090", + "School District Name": "FOYIL", + "Physical Address Line 1": "17002 East 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Foyil", + "Physical Address State": "OK ", + "Physical Address Zip": "74031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19478260869565217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931140", + "School District Name": "KINGSTON K-14", + "Physical Address Line 1": "10047 DIAMOND RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CADET", + "Physical Address State": "MO ", + "Physical Address Zip": "63630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24559471365638766", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916660", + "School District Name": "KINGSVILLE R-I", + "Physical Address Line 1": "101 E ADRIATIC", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "64061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1157556270096463", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700017", + "School District Name": "Francine Delany New School", + "Physical Address Line 1": "119 Brevard Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Asheville", + "Physical Address State": "NC ", + "Physical Address Zip": "28806", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916710", + "School District Name": "KIRBYVILLE R-VI", + "Physical Address Line 1": "6225 STATE HWY 76 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KIRBYVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65679", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19402985074626866", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916740", + "School District Name": "KIRKSVILLE R-III", + "Physical Address Line 1": "1901 E HAMILTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KIRKSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "63501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17080745341614906", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916770", + "School District Name": "KIRKWOOD R-VII", + "Physical Address Line 1": "11289 MANCHESTER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KIRKWOOD", + "Physical Address State": "MO ", + "Physical Address Zip": "63122", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03305475863789448", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916830", + "School District Name": "KNOB NOSTER R-VIII", + "Physical Address Line 1": "401 E WIMER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KNOB NOSTER", + "Physical Address State": "MO ", + "Physical Address Zip": "65336", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12407407407407407", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000078", + "School District Name": "FRANCIS TUTTLE", + "Physical Address Line 1": "12777 N ROCKWELL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OKLAHOMA CITY", + "Physical Address State": "OK ", + "Physical Address Zip": "73142", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911280", + "School District Name": "KNOX CO. R-I", + "Physical Address Line 1": "55701 STATE HWY 6", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDINA", + "Physical Address State": "MO ", + "Physical Address Zip": "63537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2884310618066561", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916920", + "School District Name": "LA MONTE R-IV", + "Physical Address Line 1": "301 S WASHINGTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA MONTE", + "Physical Address State": "MO ", + "Physical Address Zip": "65337", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1540785498489426", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916950", + "School District Name": "LA PLATA R-II", + "Physical Address Line 1": "201 W MOORE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA PLATA", + "Physical Address State": "MO ", + "Physical Address Zip": "63549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2917000", + "School District Name": "LACLEDE CO. C-5", + "Physical Address Line 1": "16050 HWY KK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEBANON", + "Physical Address State": "MO ", + "Physical Address Zip": "65536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17251461988304093", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910110", + "School District Name": "LACLEDE CO. R-I", + "Physical Address Line 1": "726 W JEFFERSON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CONWAY", + "Physical Address State": "MO ", + "Physical Address Zip": "65632", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22248803827751196", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405340", + "School District Name": "Frankford Township Consolidated School District", + "Physical Address Line 1": "2 Pines Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Branchville", + "Physical Address State": "NJ ", + "Physical Address Zip": "07826", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06060606060606061", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2917820", + "School District Name": "LADUE", + "Physical Address Line 1": "9703 CONWAY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.040919000503102466", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2914400", + "School District Name": "LAFAYETTE CO. C-1", + "Physical Address Line 1": "805 W 31ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HIGGINSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "64037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13721973094170403", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910520", + "School District Name": "LAKELAND R-III", + "Physical Address Line 1": "12530 LAKELAND SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEEPWATER", + "Physical Address State": "MO ", + "Physical Address Zip": "64740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2533039647577093", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2917850", + "School District Name": "LAMAR R-I", + "Physical Address Line 1": "202 W 7TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAMAR", + "Physical Address State": "MO ", + "Physical Address Zip": "64759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19570602807597026", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2917880", + "School District Name": "LAQUEY R-V", + "Physical Address Line 1": "27600 Hwy. AA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "laquey", + "Physical Address State": "MO ", + "Physical Address Zip": "65534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16825396825396827", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611400", + "School District Name": "FRANKFORT-SCHUYLER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "605 PALMER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRANKFORT", + "Physical Address State": "NY ", + "Physical Address Zip": "13340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11950286806883365", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2917910", + "School District Name": "LAREDO R-VII", + "Physical Address Line 1": "106 W MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAREDO", + "Physical Address State": "MO ", + "Physical Address Zip": "64652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2917970", + "School District Name": "LATHROP R-II", + "Physical Address Line 1": "700 EAST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LATHROP", + "Physical Address State": "MO ", + "Physical Address Zip": "64465", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1421161825726141", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2918220", + "School District Name": "LAWSON R-XIV", + "Physical Address Line 1": "401 N ALLISON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAWSON", + "Physical Address State": "MO ", + "Physical Address Zip": "64062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08888888888888889", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700069", + "School District Name": "Franklin Academy", + "Physical Address Line 1": "1127 Chalk Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wake Forest", + "Physical Address State": "NC ", + "Physical Address Zip": "27587", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2615830", + "School District Name": "Roscommon Area Public Schools", + "Physical Address Line 1": "299H W Sunset", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSCOMMON", + "Physical Address State": "MI ", + "Physical Address Zip": "48653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2732824427480916", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2918270", + "School District Name": "LEBANON R-III", + "Physical Address Line 1": "224 W. Commercial Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEBANON", + "Physical Address State": "MO ", + "Physical Address Zip": "65536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19897523484201537", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210200", + "School District Name": "Franklin Area SD", + "Physical Address Line 1": "40 Knights Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "PA ", + "Physical Address Zip": "16323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17913292043830395", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2918300", + "School District Name": "LEE'S SUMMIT R-VII", + "Physical Address Line 1": "301 NE TUDOR RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEE'S SUMMIT", + "Physical Address State": "MO ", + "Physical Address Zip": "64086", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.05504805404891046", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405400", + "School District Name": "Franklin Borough School District", + "Physical Address Line 1": "50 Washington Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "NJ ", + "Physical Address Zip": "07416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1511879049676026", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2918330", + "School District Name": "LEESVILLE R-IX", + "Physical Address Line 1": "8229 E Highway 7", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLINTON", + "Physical Address State": "MO ", + "Physical Address Zip": "64735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19718309859154928", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611430", + "School District Name": "FRANKLIN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "26 INSTITUTE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRANKLIN", + "Physical Address State": "NY ", + "Physical Address Zip": "13775", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2918360", + "School District Name": "LEETON R-X", + "Physical Address Line 1": "500 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEETON", + "Physical Address State": "MO ", + "Physical Address Zip": "64761", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18892508143322476", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904400", + "School District Name": "Franklin City", + "Physical Address Line 1": "150 E 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "OH ", + "Physical Address Zip": "45005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.14849681141815974", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2918420", + "School District Name": "LEOPOLD R-III", + "Physical Address Line 1": "16797 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEOPOLD", + "Physical Address State": "MO ", + "Physical Address Zip": "63760", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08403361344537816", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101410", + "School District Name": "FRANKLIN CITY PBLC SCHS", + "Physical Address Line 1": "207 W Second Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "VA ", + "Physical Address Zip": "23851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3348806366047745", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2918450", + "School District Name": "LESTERVILLE R-IV", + "Physical Address Line 1": "33415 HWY 21", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LESTERVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "63654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2994011976047904", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101440", + "School District Name": "FRANKLIN CO PBLC SCHS", + "Physical Address Line 1": "25 Bernard Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rocky Mount", + "Physical Address State": "VA ", + "Physical Address Zip": "24151", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15512358393408857", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2918460", + "School District Name": "LEWIS CO. C-1", + "Physical Address Line 1": "21504 STATE HWY 6", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEWISTOWN", + "Physical Address State": "MO ", + "Physical Address Zip": "63452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15932521087160262", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2918480", + "School District Name": "LEXINGTON R-V", + "Physical Address Line 1": "817 S. Business Highway 13", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEXINGTON", + "Physical Address State": "MO ", + "Physical Address Zip": "64067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20153340635268346", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2918510", + "School District Name": "LIBERAL R-II", + "Physical Address Line 1": "107 S PAYNE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIBERAL", + "Physical Address State": "MO ", + "Physical Address Zip": "64762", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17408906882591094", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2918540", + "School District Name": "LIBERTY 53", + "Physical Address Line 1": "8 VICTORY LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIBERTY", + "Physical Address State": "MO ", + "Physical Address Zip": "64068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.055525812619502866", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2918600", + "School District Name": "LICKING R-VIII", + "Physical Address Line 1": "125 COLLEGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LICKING", + "Physical Address State": "MO ", + "Physical Address Zip": "65542", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3157894736842105", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2918670", + "School District Name": "LINCOLN R-II", + "Physical Address Line 1": "101 W LAMINE ST #39", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINCOLN", + "Physical Address State": "MO ", + "Physical Address Zip": "65338", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24665391969407266", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2918690", + "School District Name": "LINDBERGH SCHOOLS", + "Physical Address Line 1": "9350 Sappington Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. Louis", + "Physical Address State": "MO ", + "Physical Address Zip": "63126", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04639980766919101", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701290", + "School District Name": "Franklin County", + "Physical Address Line 1": "215 South College ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchester", + "Physical Address State": "TN ", + "Physical Address Zip": "37398", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14996682149966822", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2906000", + "School District Name": "LINN CO. R-I", + "Physical Address Line 1": "15533 HWY KK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PURDIN", + "Physical Address State": "MO ", + "Physical Address Zip": "64674", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19083969465648856", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2908790", + "School District Name": "LIVINGSTON CO. R-III", + "Physical Address Line 1": "205 WAITE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHULA", + "Physical Address State": "MO ", + "Physical Address Zip": "64635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1328125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280230", + "School District Name": "Franklin County CTC", + "Physical Address Line 1": "2463 Loop Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chambersburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17202", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2919140", + "School District Name": "LOCKWOOD R-I", + "Physical Address Line 1": "400 W 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOCKWOOD", + "Physical Address State": "MO ", + "Physical Address Zip": "65682", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17313432835820897", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2919170", + "School District Name": "LOGAN-ROGERSVILLE R-VIII", + "Physical Address Line 1": "100 E FRONT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROGERSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09321100917431192", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2919230", + "School District Name": "LONE JACK C-6", + "Physical Address Line 1": "313 S BYNUM ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONE JACK", + "Physical Address State": "MO ", + "Physical Address Zip": "64070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0607661822985469", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701530", + "School District Name": "Franklin County Schools", + "Physical Address Line 1": "53 West River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Louisburg", + "Physical Address State": "NC ", + "Physical Address Zip": "27549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15565307176045431", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2919200", + "School District Name": "LONEDELL R-14", + "Physical Address Line 1": "7466 HWY FF", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONEDELL", + "Physical Address State": "MO ", + "Physical Address Zip": "63060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21541501976284586", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2919260", + "School District Name": "LOUISIANA R-II", + "Physical Address Line 1": "3321 W GEORGIA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOUISIANA", + "Physical Address State": "MO ", + "Physical Address Zip": "63353", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2784163473818646", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900187", + "School District Name": "Franklin Discovery Academy", + "Physical Address Line 1": "320 E. Gammon Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VINEYARD", + "Physical Address State": "UT ", + "Physical Address Zip": "84058", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923400", + "School District Name": "LUTIE R-VI", + "Physical Address Line 1": "5802 US HWY 160", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THEODOSIA", + "Physical Address State": "MO ", + "Physical Address Zip": "65761", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.44761904761904764", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2919380", + "School District Name": "MACKS CREEK R-V", + "Physical Address Line 1": "245 STATE ROAD N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MACKS CREEK", + "Physical Address State": "MO ", + "Physical Address Zip": "65786", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17151162790697674", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819740", + "School District Name": "FRANKLIN ISD", + "Physical Address Line 1": "1216 W FM 1644", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRANKLIN", + "Physical Address State": "TX ", + "Physical Address Zip": "77856", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16943866943866945", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2919410", + "School District Name": "MACON CO. R-I", + "Physical Address Line 1": "702 N MISSOURI", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MACON", + "Physical Address State": "MO ", + "Physical Address Zip": "63552", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15320910973084886", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405370", + "School District Name": "Franklin Lakes School District", + "Physical Address Line 1": "490 Pulis Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin Lakes", + "Physical Address State": "NJ ", + "Physical Address Zip": "07417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04037490987743331", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921880", + "School District Name": "MACON CO. R-IV", + "Physical Address Line 1": "501 S Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Cambria", + "Physical Address State": "MO ", + "Physical Address Zip": "63558", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2229299363057325", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904884", + "School District Name": "Franklin Local", + "Physical Address Line 1": "360 Cedar St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duncan Falls", + "Physical Address State": "OH ", + "Physical Address Zip": "43734", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16560509554140126", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2919840", + "School District Name": "MADISON C-3", + "Physical Address Line 1": "309 THOMAS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MADISON", + "Physical Address State": "MO ", + "Physical Address Zip": "65263", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23255813953488372", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904664", + "School District Name": "Franklin Monroe Local", + "Physical Address Line 1": "8639 Oakes Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arcanum", + "Physical Address State": "OH ", + "Physical Address Zip": "45304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1006006006006006", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2919890", + "School District Name": "MALDEN R-I", + "Physical Address Line 1": "601 BURKHART ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MALDEN", + "Physical Address State": "MO ", + "Physical Address Zip": "63863", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2923857868020305", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099920", + "School District Name": "Franklin Northeast Supervisory Union", + "Physical Address Line 1": "80 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richford", + "Physical Address State": "VT ", + "Physical Address Zip": "05476", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1363870303654143", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2919920", + "School District Name": "MALTA BEND R-V", + "Physical Address Line 1": "200 S LINN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MALTA BEND", + "Physical Address State": "MO ", + "Physical Address Zip": "65339", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19767441860465115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2919950", + "School District Name": "MANES R-V", + "Physical Address Line 1": "8939 HWY 95", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNTAIN GROVE", + "Physical Address State": "MO ", + "Physical Address Zip": "65711", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19318181818181818", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2919980", + "School District Name": "MANSFIELD R-IV", + "Physical Address Line 1": "316 W OHIO ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANSFIELD", + "Physical Address State": "MO ", + "Physical Address Zip": "65704", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26366950182260024", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920010", + "School District Name": "MAPLEWOOD-RICHMOND HEIGHTS", + "Physical Address Line 1": "2650 South Hanley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAPLEWOOD", + "Physical Address State": "MO ", + "Physical Address Zip": "63143", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0769712140175219", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920050", + "School District Name": "MARCELINE R-V", + "Physical Address Line 1": "400 E SANTA FE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARCELINE", + "Physical Address State": "MO ", + "Physical Address Zip": "64658", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17898193760262726", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302940", + "School District Name": "Franklin Pierce School District", + "Physical Address Line 1": "315 129TH ST S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TACOMA", + "Physical Address State": "WA ", + "Physical Address Zip": "98444", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13118233920611336", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930870", + "School District Name": "MARIES CO. R-I", + "Physical Address Line 1": "300 FOURTH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VIENNA", + "Physical Address State": "MO ", + "Physical Address Zip": "65582", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10536044362292052", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504830", + "School District Name": "Franklin Public School District", + "Physical Address Line 1": "8255 W Forest Hill Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "WI ", + "Physical Address Zip": "53132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05097636176772868", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900001", + "School District Name": "MARIES CO. R-II", + "Physical Address Line 1": "503 W THIRD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20667522464698332", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100065", + "School District Name": "FRANKLIN PUBLIC SCHOOLS", + "Physical Address Line 1": "1001 M ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRANKLIN", + "Physical Address State": "NE ", + "Physical Address Zip": "68939", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19367588932806323", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920160", + "School District Name": "MARION C. EARLY R-V", + "Physical Address Line 1": "5309 South Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morrisville", + "Physical Address State": "MO ", + "Physical Address Zip": "65710", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1794871794871795", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210230", + "School District Name": "Franklin Regional SD", + "Physical Address Line 1": "3210 School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Murrysville", + "Physical Address State": "PA ", + "Physical Address Zip": "15668", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05388272583201268", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920280", + "School District Name": "MARION CO. R-II", + "Physical Address Line 1": "2905 Hwy D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "MO ", + "Physical Address Zip": "63463", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09813084112149532", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399918", + "School District Name": "Franklin SAU Office", + "Physical Address Line 1": "119 Central St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "NH ", + "Physical Address Zip": "03235", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920310", + "School District Name": "MARIONVILLE R-IX", + "Physical Address Line 1": "COLLEGE AND O'DELL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARIONVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65705", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18289473684210528", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920340", + "School District Name": "MARK TWAIN R-VIII", + "Physical Address Line 1": "37707 US HWY 160", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RUETER", + "Physical Address State": "MO ", + "Physical Address Zip": "65744", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303090", + "School District Name": "Franklin School District", + "Physical Address Line 1": "119 Central St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "NH ", + "Physical Address Zip": "03235", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1678832116788321", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920370", + "School District Name": "MARQUAND-ZION R-VI", + "Physical Address Line 1": "205 E MORLEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARQUAND", + "Physical Address State": "MO ", + "Physical Address Zip": "63655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2916666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611460", + "School District Name": "FRANKLIN SQUARE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "760 WASHINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRANKLIN SQUARE", + "Physical Address State": "NY ", + "Physical Address Zip": "11010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04568527918781726", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920410", + "School District Name": "MARSHALL", + "Physical Address Line 1": "860 W VEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARSHALL", + "Physical Address State": "MO ", + "Physical Address Zip": "65340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16723809523809524", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701260", + "School District Name": "Franklin SSD", + "Physical Address Line 1": "507 Highway 96 West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "TN ", + "Physical Address Zip": "37064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08523409363745499", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920430", + "School District Name": "MARSHFIELD R-I", + "Physical Address Line 1": "170 STATE HWY DD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARSHFIELD", + "Physical Address State": "MO ", + "Physical Address Zip": "65706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1526374859708193", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200817", + "School District Name": "Franklin Towne Charter Elementary School", + "Physical Address Line 1": "4259 Richmond Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19137", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920490", + "School District Name": "MARYVILLE R-II", + "Physical Address Line 1": "1501 South Munn Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maryville", + "Physical Address State": "MO ", + "Physical Address Zip": "64468", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09725158562367865", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200077", + "School District Name": "Franklin Towne CHS", + "Physical Address Line 1": "5301 Tacony St", + "Physical Address Line 2": "Bldg 108", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19137", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920550", + "School District Name": "MAYSVILLE R-I", + "Physical Address Line 1": "601 W MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAYSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "64469", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08534850640113797", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920610", + "School District Name": "MCDONALD CO. R-I", + "Physical Address Line 1": "10 STAMPEDE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANDERSON", + "Physical Address State": "MO ", + "Physical Address Zip": "64831", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22750424448217318", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405490", + "School District Name": "Franklin Township Public School District", + "Physical Address Line 1": "2301 Route 27", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerset", + "Physical Address State": "NJ ", + "Physical Address Zip": "08873", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08072653884964683", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923640", + "School District Name": "MEADOW HEIGHTS R-II", + "Physical Address Line 1": "14571 STATE HIGHWAY 72", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PATTON", + "Physical Address State": "MO ", + "Physical Address Zip": "63662", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16252390057361377", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405460", + "School District Name": "Franklin Township School District", + "Physical Address Line 1": "226 Quakertown Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quakertown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08868", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03536977491961415", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920640", + "School District Name": "MEADVILLE R-IV", + "Physical Address Line 1": "101 W CRANDALL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEADVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "64659", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10820895522388059", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405520", + "School District Name": "Franklin Township School District", + "Physical Address Line 1": "52 Asbury-Broadway Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "NJ ", + "Physical Address Zip": "07882", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09905660377358491", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920670", + "School District Name": "MEHLVILLE R-IX", + "Physical Address Line 1": "3120 LEMAY FERRY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07330038933812519", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099922", + "School District Name": "Franklin West Supervisory Union", + "Physical Address Line 1": "Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfax", + "Physical Address State": "VT ", + "Physical Address Zip": "05454", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "31", + "Percent of Students in Poverty": "0.048180924287118974", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923460", + "School District Name": "MERAMEC VALLEY R-III", + "Physical Address Line 1": "126 N PAYNE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PACIFIC", + "Physical Address State": "MO ", + "Physical Address Zip": "63069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09910688562373955", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680340", + "School District Name": "FRANKLIN-ESSEX-HAMILTON BOCES", + "Physical Address Line 1": "23 HUSKY LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MALONE", + "Physical Address State": "NY ", + "Physical Address Zip": "12953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920810", + "School District Name": "MEXICO 59", + "Physical Address Line 1": "2101 LAKEVIEW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEXICO", + "Physical Address State": "MO ", + "Physical Address Zip": "65265", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19096267190569743", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920820", + "School District Name": "MIAMI R-I", + "Physical Address Line 1": "7638 NW STATE ROUTE J", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMORET", + "Physical Address State": "MO ", + "Physical Address Zip": "64722", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18376068376068377", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920840", + "School District Name": "MIAMI R-I", + "Physical Address Line 1": "34520 N. HWY. 41", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIAMI", + "Physical Address State": "MO ", + "Physical Address Zip": "65344", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13978494623655913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901627", + "School District Name": "Franklinton High School", + "Physical Address Line 1": "89 Avondale Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911940", + "School District Name": "MID-BUCHANAN CO. R-V", + "Physical Address Line 1": "3221 Route H SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Faucett", + "Physical Address State": "MO ", + "Physical Address Zip": "64448", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07905138339920949", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901623", + "School District Name": "Franklinton Prep High School", + "Physical Address Line 1": "40 Chicago Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920880", + "School District Name": "MIDDLE GROVE C-1", + "Physical Address Line 1": "11476 RTE M", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MADISON", + "Physical Address State": "MO ", + "Physical Address Zip": "65263", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.48314606741573035", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611490", + "School District Name": "FRANKLINVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "31 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRANKLINVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14737", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19047619047619047", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931800", + "School District Name": "MIDWAY R-I", + "Physical Address Line 1": "5801 E STATE RTE 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLEVELAND", + "Physical Address State": "MO ", + "Physical Address Zip": "64734", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07624113475177305", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920940", + "School District Name": "MILAN C-2", + "Physical Address Line 1": "373 S MARKET ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILAN", + "Physical Address State": "MO ", + "Physical Address Zip": "63556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18288590604026847", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819770", + "School District Name": "FRANKSTON ISD", + "Physical Address Line 1": "100 PERRY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRANKSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "75763", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22840409956076135", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930510", + "School District Name": "MILLER CO. R-III", + "Physical Address Line 1": "526 SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUSCUMBIA", + "Physical Address State": "MO ", + "Physical Address Zip": "65082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921000", + "School District Name": "MILLER R-II", + "Physical Address Line 1": "110 W. SIXTH ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILLER", + "Physical Address State": "MO ", + "Physical Address Zip": "65707", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17496635262449528", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921030", + "School District Name": "MIRABILE C-1", + "Physical Address Line 1": "2954 SW STATE RTE D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POLO", + "Physical Address State": "MO ", + "Physical Address Zip": "64671", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0425531914893617", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921060", + "School District Name": "MISSOURI CITY 56", + "Physical Address Line 1": "700 E MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MISSOURI CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04918032786885246", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011420", + "School District Name": "Frazer Elem", + "Physical Address Line 1": "325 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frazer", + "Physical Address State": "MT ", + "Physical Address Zip": "59225", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2871287128712871", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921100", + "School District Name": "MOBERLY", + "Physical Address Line 1": "926 Shepherd Brothers Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOBERLY", + "Physical Address State": "MO ", + "Physical Address Zip": "65270", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18903667875856509", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011460", + "School District Name": "Frazer H S", + "Physical Address Line 1": "325 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frazer", + "Physical Address State": "MT ", + "Physical Address Zip": "59225", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30158730158730157", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921120", + "School District Name": "MONETT R-I", + "Physical Address Line 1": "900 E. Scott Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monett", + "Physical Address State": "MO ", + "Physical Address Zip": "65708", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20315661675435046", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210350", + "School District Name": "Frazier SD", + "Physical Address Line 1": "142 Constitution St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perryopolis", + "Physical Address State": "PA ", + "Physical Address Zip": "15473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13933649289099526", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2906510", + "School District Name": "MONITEAU CO. R-I", + "Physical Address Line 1": "211 S OWEN ST STE B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALIFORNIA", + "Physical Address State": "MO ", + "Physical Address Zip": "65018", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12125435540069686", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504860", + "School District Name": "Frederic School District", + "Physical Address Line 1": "1437 Clam Falls Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frederic", + "Physical Address State": "WI ", + "Physical Address Zip": "54837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17314487632508835", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921180", + "School District Name": "MONITEAU CO. R-V", + "Physical Address Line 1": "156 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LATHAM", + "Physical Address State": "MO ", + "Physical Address Zip": "65050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.254416961130742", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012150", + "School District Name": "FREDERICK", + "Physical Address Line 1": "817 N 15th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frederick", + "Physical Address State": "OK ", + "Physical Address Zip": "73542", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24500665778961384", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921210", + "School District Name": "MONROE CITY R-I", + "Physical Address Line 1": "401 HWY 24/36 EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe City", + "Physical Address State": "MO ", + "Physical Address Zip": "63456", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1293634496919918", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4621400", + "School District Name": "Frederick Area School District 06-2", + "Physical Address Line 1": "202 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frederick", + "Physical Address State": "SD ", + "Physical Address Zip": "57441", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17682926829268292", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921330", + "School District Name": "MONTGOMERY CO. R-II", + "Physical Address Line 1": "418 N HWY 19", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTGOMERY CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "63361", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17133956386292834", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101470", + "School District Name": "FREDERICK CO PBLC SCHS", + "Physical Address Line 1": "1415 Amherst St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchester", + "Physical Address State": "VA ", + "Physical Address Zip": "22601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09218325512472215", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921360", + "School District Name": "MONTROSE R-XIV", + "Physical Address Line 1": "307 E 2ND STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTROSE", + "Physical Address State": "MO ", + "Physical Address Zip": "64770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15966386554621848", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929610", + "School District Name": "MORGAN CO. R-I", + "Physical Address Line 1": "701 N OAK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STOVER", + "Physical Address State": "MO ", + "Physical Address Zip": "65078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2631578947368421", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901415", + "School District Name": "Frederick Douglass High School", + "Physical Address Line 1": "3167 Fulton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930840", + "School District Name": "MORGAN CO. R-II", + "Physical Address Line 1": "913 W NEWTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VERSAILLES", + "Physical Address State": "MO ", + "Physical Address Zip": "65084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24010152284263958", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200830", + "School District Name": "Frederick Douglass Mastery CS", + "Physical Address Line 1": "2118 W. Norris St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19121", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921480", + "School District Name": "MOUND CITY R-II", + "Physical Address Line 1": "708 NEBRASKA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUND CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21568627450980393", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101510", + "School District Name": "FREDERICKSBURG CITY PBLC SCHS", + "Physical Address Line 1": "210 Ferdinand Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fredericksburg", + "Physical Address State": "VA ", + "Physical Address Zip": "22401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.20219622821675817", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921600", + "School District Name": "MT. VERNON R-V", + "Physical Address Line 1": "801 S LANDRUM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MT VERNON", + "Physical Address State": "MO ", + "Physical Address Zip": "65712", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1490498812351544", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819840", + "School District Name": "FREDERICKSBURG ISD", + "Physical Address Line 1": "234 FRIENDSHIP LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FREDERICKSBURG", + "Physical Address State": "TX ", + "Physical Address Zip": "78624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13971611466740885", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921510", + "School District Name": "MOUNTAIN GROVE R-III", + "Physical Address Line 1": "207 E FIFTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNTAIN GROVE", + "Physical Address State": "MO ", + "Physical Address Zip": "65711", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.25650332728372655", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904785", + "School District Name": "Fredericktown Local", + "Physical Address Line 1": "117 Columbus Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fredericktown", + "Physical Address State": "OH ", + "Physical Address Zip": "43019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15037086985839515", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921540", + "School District Name": "MOUNTAIN VIEW-BIRCH TREE R-III", + "Physical Address Line 1": "1054 OLD HIGHWAY 60", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNTAIN VIEW", + "Physical Address State": "MO ", + "Physical Address Zip": "65548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.28644314868804666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921720", + "School District Name": "NAYLOR R-II", + "Physical Address Line 1": "301 E Batten Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAYLOR", + "Physical Address State": "MO ", + "Physical Address Zip": "63953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2907488986784141", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405550", + "School District Name": "Fredon Township School District", + "Physical Address Line 1": "459 Route #94S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newton", + "Physical Address State": "NJ ", + "Physical Address Zip": "07860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03968253968253968", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921750", + "School District Name": "NEELYVILLE R-IV", + "Physical Address Line 1": "289 BROADWAY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEELYVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "63954", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24006908462867013", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2907320", + "School District Name": "NELL HOLCOMB R-IV", + "Physical Address Line 1": "6547 STATE HWY 177", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAPE GIRARDEAU", + "Physical Address State": "MO ", + "Physical Address Zip": "63701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13043478260869565", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611520", + "School District Name": "FREDONIA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "425 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FREDONIA", + "Physical Address State": "NY ", + "Physical Address Zip": "14063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1509433962264151", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921810", + "School District Name": "NEOSHO SCHOOL DISTRICT", + "Physical Address Line 1": "418 FAIRGROUND ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEOSHO", + "Physical Address State": "MO ", + "Physical Address Zip": "64850", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19337349397590362", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921840", + "School District Name": "NEVADA R-V", + "Physical Address Line 1": "811 W HICKORY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEVADA", + "Physical Address State": "MO ", + "Physical Address Zip": "64772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.23527037933817596", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921875", + "School District Name": "NEW BLOOMFIELD R-III", + "Physical Address Line 1": "307 REDWOOD DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW BLOOMFIELD", + "Physical Address State": "MO ", + "Physical Address Zip": "65063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10287081339712918", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921940", + "School District Name": "NEW FRANKLIN R-I", + "Physical Address Line 1": "412 WEST BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW FRANKLIN", + "Physical Address State": "MO ", + "Physical Address Zip": "65274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13901345291479822", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012180", + "School District Name": "FREEDOM", + "Physical Address Line 1": "1138 Eagle Pass", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Freedom", + "Physical Address State": "OK ", + "Physical Address Zip": "73842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21428571428571427", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921960", + "School District Name": "NEW HAVEN", + "Physical Address Line 1": "100 PARK DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW HAVEN", + "Physical Address State": "MO ", + "Physical Address Zip": "63068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12643678160919541", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900004", + "School District Name": "NEW MADRID CO. R-I", + "Physical Address Line 1": "310 US HWY 61", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW MADRID", + "Physical Address State": "MO ", + "Physical Address Zip": "63869", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3067669172932331", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504920", + "School District Name": "Freedom Area School District", + "Physical Address Line 1": "N4021 County Road E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Freedom", + "Physical Address State": "WI ", + "Physical Address Zip": "54130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04610655737704918", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922110", + "School District Name": "NEW YORK R-IV", + "Physical Address Line 1": "6061 NE STATE RTE U", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMILTON", + "Physical Address State": "MO ", + "Physical Address Zip": "64644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210380", + "School District Name": "Freedom Area SD", + "Physical Address Line 1": "1702 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Freedom", + "Physical Address State": "PA ", + "Physical Address Zip": "15042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1427613941018767", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922140", + "School District Name": "NEWBURG R-II", + "Physical Address Line 1": "701 WOLF PRIDE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWBURG", + "Physical Address State": "MO ", + "Physical Address Zip": "65550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24833702882483372", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400080", + "School District Name": "Freedom Prep Charter School", + "Physical Address Line 1": "1000 Atlantic Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "NJ ", + "Physical Address Zip": "08104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922470", + "School District Name": "NEWTOWN-HARRIS R-III", + "Physical Address Line 1": "306 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWTOWN", + "Physical Address State": "MO ", + "Physical Address Zip": "64667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19718309859154928", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900062", + "School District Name": "Freedom Preparatory Academy", + "Physical Address Line 1": "1190 W 900 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PROVO", + "Physical Address State": "UT ", + "Physical Address Zip": "84604", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922500", + "School District Name": "NIANGUA R-V", + "Physical Address Line 1": "301 RUMSEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NIANGUA", + "Physical Address State": "MO ", + "Physical Address Zip": "65713", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25753424657534246", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922530", + "School District Name": "Nixa Public Schools", + "Physical Address Line 1": "301 SOUTH MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NIXA", + "Physical Address State": "MO ", + "Physical Address Zip": "65714", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0794692330125401", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303120", + "School District Name": "Freedom School District", + "Physical Address Line 1": "881A Tamworth Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tamworth", + "Physical Address State": "NH ", + "Physical Address Zip": "03886", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07586206896551724", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922560", + "School District Name": "NODAWAY-HOLT R-VII", + "Physical Address Line 1": "318 S TAYLOR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAHAM", + "Physical Address State": "MO ", + "Physical Address Zip": "64455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15816326530612246", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405580", + "School District Name": "Freehold Borough School District", + "Physical Address Line 1": "280 Park Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Freehold", + "Physical Address State": "NJ ", + "Physical Address Zip": "07728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.24597056762438682", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922620", + "School District Name": "NORBORNE R-VIII", + "Physical Address Line 1": "405 PIRATE LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORBORNE", + "Physical Address State": "MO ", + "Physical Address Zip": "64668", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12352941176470589", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405610", + "School District Name": "Freehold Regional High School District", + "Physical Address Line 1": "11 Pine Street", + "Physical Address Line 2": "Administration Building", + "Physical Address Line 3": "", + "Physical Address City": "Englishtown", + "Physical Address State": "NJ ", + "Physical Address Zip": "07726", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05226156191766898", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922650", + "School District Name": "NORMANDY SCHOOLS COLLABORATIVE", + "Physical Address Line 1": "3855 LUCAS AND HUNT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63121", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3186360964138742", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405640", + "School District Name": "Freehold Township School District", + "Physical Address Line 1": "384 West Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Freehold", + "Physical Address State": "NJ ", + "Physical Address Zip": "07728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06123508043591074", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922710", + "School District Name": "NORTH ANDREW CO. R-VI", + "Physical Address Line 1": "9120 HWY 48", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSENDALE", + "Physical Address State": "MO ", + "Physical Address Zip": "64483", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1148036253776435", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922740", + "School District Name": "NORTH CALLAWAY CO. R-I", + "Physical Address Line 1": "2690 THUNDERBIRD DR.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGDOM CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "65262", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12704523580365737", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100116", + "School District Name": "FREEMAN PUBLIC SCHOOLS", + "Physical Address Line 1": "415 EIGHTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADAMS", + "Physical Address State": "NE ", + "Physical Address Zip": "68301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.043478260869565216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2915630", + "School District Name": "NORTH DAVIESS R-III", + "Physical Address Line 1": "413 E 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JAMESON", + "Physical Address State": "MO ", + "Physical Address Zip": "64647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3584905660377358", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5302970", + "School District Name": "Freeman School District", + "Physical Address Line 1": "15001 S JACKSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCKFORD", + "Physical Address State": "WA ", + "Physical Address Zip": "99030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05649157581764123", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922770", + "School District Name": "NORTH HARRISON R-III", + "Physical Address Line 1": "12023 FIR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAGLEVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "64442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14521452145214522", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4625500", + "School District Name": "Freeman School District 33-1", + "Physical Address Line 1": "1001 S Wipf St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Freeman", + "Physical Address State": "SD ", + "Physical Address Zip": "57029", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12910798122065728", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922800", + "School District Name": "NORTH KANSAS CITY 74", + "Physical Address Line 1": "2000 NE 46TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64116", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.11760087241003271", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210440", + "School District Name": "Freeport Area SD", + "Physical Address Line 1": "621 South Pike Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sarver", + "Physical Address State": "PA ", + "Physical Address Zip": "16055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05844793713163065", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2625350", + "School District Name": "Tahquamenon Area Schools", + "Physical Address Line 1": "700 NEWBERRY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWBERRY", + "Physical Address State": "MI ", + "Physical Address Zip": "49868", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.25263157894736843", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920750", + "School District Name": "NORTH MERCER CO. R-III", + "Physical Address Line 1": "22931 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERCER", + "Physical Address State": "MO ", + "Physical Address Zip": "64661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16083916083916083", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921690", + "School District Name": "NORTH NODAWAY CO. R-VI", + "Physical Address Line 1": "705 E Barnard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hopkins", + "Physical Address State": "MO ", + "Physical Address Zip": "64461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611550", + "School District Name": "FREEPORT UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "235 N OCEAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FREEPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "11520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13948828606658448", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923760", + "School District Name": "NORTH PEMISCOT CO. R-I", + "Physical Address Line 1": "102 SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARDELL", + "Physical Address State": "MO ", + "Physical Address Zip": "63879", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3076923076923077", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819820", + "School District Name": "FREER ISD", + "Physical Address Line 1": "905 S NORTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FREER", + "Physical Address State": "TX ", + "Physical Address Zip": "78357", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3634920634920635", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922830", + "School District Name": "NORTH PLATTE CO. R-I", + "Physical Address Line 1": "212 W SIXTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEARBORN", + "Physical Address State": "MO ", + "Physical Address Zip": "64439", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07714285714285714", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928140", + "School District Name": "NORTH SHELBY", + "Physical Address Line 1": "3071 HWY 15", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHELBYVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "63469", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17054263565891473", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2905430", + "School District Name": "NORTH ST. FRANCOIS CO. R-I", + "Physical Address Line 1": "300 BERRY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BONNE TERRE", + "Physical Address State": "MO ", + "Physical Address Zip": "63628", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2415490646537578", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200060", + "School District Name": "Freire CS", + "Physical Address Line 1": "2027 Chestnut Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910650", + "School District Name": "NORTH WOOD R-IV", + "Physical Address Line 1": "3734 N HWY 19", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALEM", + "Physical Address State": "MO ", + "Physical Address Zip": "65560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2684563758389262", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405670", + "School District Name": "Frelinghuysen Township School District", + "Physical Address Line 1": "780 Route 94", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newton", + "Physical Address State": "NJ ", + "Physical Address Zip": "07860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07303370786516854", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921660", + "School District Name": "NORTHEAST NODAWAY CO. R-V", + "Physical Address Line 1": "126 S HIGH SCHOOL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RAVENWOOD", + "Physical Address State": "MO ", + "Physical Address Zip": "64479", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11956521739130435", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904401", + "School District Name": "Fremont City", + "Physical Address Line 1": "500 W State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fremont", + "Physical Address State": "OH ", + "Physical Address Zip": "43420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20257234726688103", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922860", + "School District Name": "NORTHEAST RANDOLPH CO. R-IV", + "Physical Address Line 1": "301 W MARTIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAIRO", + "Physical Address State": "MO ", + "Physical Address Zip": "65239", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12084592145015106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2927600", + "School District Name": "NORTHEAST VERNON CO. R-I", + "Physical Address Line 1": "216 E LESLIE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALKER", + "Physical Address State": "MO ", + "Physical Address Zip": "64790", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26902173913043476", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922890", + "School District Name": "NORTHWEST R-I", + "Physical Address Line 1": "4290 Gravois Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "House Springs", + "Physical Address State": "MO ", + "Physical Address Zip": "63051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11068702290076336", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5602870", + "School District Name": "Fremont County School District # 1", + "Physical Address Line 1": "863 Sweetwater Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lander", + "Physical Address State": "WY ", + "Physical Address Zip": "82520", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09337349397590361", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922920", + "School District Name": "NORTHWESTERN R-I", + "Physical Address Line 1": "18475 HWY 11", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MENDON", + "Physical Address State": "MO ", + "Physical Address Zip": "64660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14814814814814814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5602670", + "School District Name": "Fremont County School District # 2", + "Physical Address Line 1": "700A North First Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dubois", + "Physical Address State": "WY ", + "Physical Address Zip": "82513", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2682926829268293", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2922950", + "School District Name": "NORWOOD R-I", + "Physical Address Line 1": "675 N Hawk St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norwood", + "Physical Address State": "MO ", + "Physical Address Zip": "65717", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2606741573033708", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5602830", + "School District Name": "Fremont County School District # 6", + "Physical Address Line 1": "223 North Cherry Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pavillion", + "Physical Address State": "WY ", + "Physical Address Zip": "82523", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2196969696969697", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923010", + "School District Name": "OAK GROVE R-VI", + "Physical Address Line 1": "601 SE 12TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OAK GROVE", + "Physical Address State": "MO ", + "Physical Address Zip": "64075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0954664341761116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5604450", + "School District Name": "Fremont County School District #14", + "Physical Address Line 1": "638 Blue Sky Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ethete", + "Physical Address State": "WY ", + "Physical Address Zip": "82520", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21830985915492956", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923040", + "School District Name": "OAK HILL R-I", + "Physical Address Line 1": "6200 S HWY 19", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALEM", + "Physical Address State": "MO ", + "Physical Address Zip": "65560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23618090452261306", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5602820", + "School District Name": "Fremont County School District #21", + "Physical Address Line 1": "90 Ethete Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ft. Washakie", + "Physical Address State": "WY ", + "Physical Address Zip": "82514", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3220338983050847", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923070", + "School District Name": "OAK RIDGE R-VI", + "Physical Address Line 1": "4198 STATE HWY E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OAK RIDGE", + "Physical Address State": "MO ", + "Physical Address Zip": "63769", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08244680851063829", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5605700", + "School District Name": "Fremont County School District #24", + "Physical Address Line 1": "404 Wrangler Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shoshoni", + "Physical Address State": "WY ", + "Physical Address Zip": "82649", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17454545454545456", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923100", + "School District Name": "ODESSA R-VII", + "Physical Address Line 1": "701 S THIRD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ODESSA", + "Physical Address State": "MO ", + "Physical Address Zip": "64076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1278264882325796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5605220", + "School District Name": "Fremont County School District #25", + "Physical Address Line 1": "121 North 5th Street West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverton", + "Physical Address State": "WY ", + "Physical Address Zip": "82501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16698534098151688", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923130", + "School District Name": "ORAN R-III", + "Physical Address Line 1": "310 CHURCH ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORAN", + "Physical Address State": "MO ", + "Physical Address Zip": "63771", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13486005089058525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5600960", + "School District Name": "Fremont County School District #38", + "Physical Address Line 1": "445 Little Wind River Bottom Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arapahoe", + "Physical Address State": "WY ", + "Physical Address Zip": "82510", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2198952879581152", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2627420", + "School District Name": "Parchment School District", + "Physical Address Line 1": "520 NORTH ORIENT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KALAMAZOO", + "Physical Address State": "MI ", + "Physical Address Zip": "49004", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.13721804511278196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923160", + "School District Name": "ORCHARD FARM R-V", + "Physical Address Line 1": "3489 Boschertown Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Charles", + "Physical Address State": "MO ", + "Physical Address Zip": "63301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07993197278911565", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2627660", + "School District Name": "Paw Paw Public School District", + "Physical Address Line 1": "119 Johnson Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paw Paw", + "Physical Address State": "MI ", + "Physical Address Zip": "49079", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10158594084869267", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2927450", + "School District Name": "OREARVILLE R-IV", + "Physical Address Line 1": "32524 E HIGHWAY P", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SLATER", + "Physical Address State": "MO ", + "Physical Address Zip": "65349", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22857142857142856", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2627690", + "School District Name": "Peck Community School District", + "Physical Address Line 1": "222 EAST LAPEER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PECK", + "Physical Address State": "MI ", + "Physical Address Zip": "48466", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16143497757847533", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3170710", + "School District Name": "FREMONT PUBLIC SCHOOLS", + "Physical Address Line 1": "130 E 9TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FREMONT", + "Physical Address State": "NE ", + "Physical Address Zip": "68025", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10763138948884089", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2627720", + "School District Name": "Pellston Public Schools", + "Physical Address Line 1": "172 PARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PELLSTON", + "Physical Address State": "MI ", + "Physical Address Zip": "49769", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16964285714285715", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2916860", + "School District Name": "OREGON-HOWELL R-III", + "Physical Address Line 1": "100 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KOSHKONONG", + "Physical Address State": "MO ", + "Physical Address Zip": "65692", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2544642857142857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2627810", + "School District Name": "Pennfield Schools", + "Physical Address Line 1": "8587 PENNFIELD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BATTLE CREEK", + "Physical Address State": "MI ", + "Physical Address Zip": "49017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11651728553137004", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923220", + "School District Name": "ORRICK R-XI", + "Physical Address Line 1": "100 KIRKHAM", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORRICK", + "Physical Address State": "MO ", + "Physical Address Zip": "64077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1103448275862069", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2627840", + "School District Name": "Pentwater Public School District", + "Physical Address Line 1": "600 PARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PENTWATER", + "Physical Address State": "MI ", + "Physical Address Zip": "49449", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.183206106870229", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2627900", + "School District Name": "Perry Public Schools", + "Physical Address Line 1": "2665 W Britton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perry", + "Physical Address State": "MI ", + "Physical Address Zip": "48872", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11073137388926863", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2908490", + "School District Name": "OSAGE CO. R-I", + "Physical Address Line 1": "614 S POPLAR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHAMOIS", + "Physical Address State": "MO ", + "Physical Address Zip": "65024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20218579234972678", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2627930", + "School District Name": "Public Schools of Petoskey", + "Physical Address Line 1": "1130 HOWARD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PETOSKEY", + "Physical Address State": "MI ", + "Physical Address Zip": "49770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09009009009009009", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2919080", + "School District Name": "OSAGE CO. R-II", + "Physical Address Line 1": "141 WILDCAT DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINN", + "Physical Address State": "MO ", + "Physical Address Zip": "65051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10952380952380952", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2627960", + "School District Name": "Pewamo-Westphalia Community Schools", + "Physical Address Line 1": "5101 SOUTH CLINTONIA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTPHALIA", + "Physical Address State": "MI ", + "Physical Address Zip": "48894", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.054110301768990635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931830", + "School District Name": "OSAGE CO. R-III", + "Physical Address Line 1": "143 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTPHALIA", + "Physical Address State": "MO ", + "Physical Address Zip": "65085", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05344827586206897", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2628020", + "School District Name": "Pickford Public Schools", + "Physical Address Line 1": "333 SOUTH PLEASANT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PICKFORD", + "Physical Address State": "MI ", + "Physical Address Zip": "49774", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14092140921409213", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300045", + "School District Name": "Fremont SAU Office", + "Physical Address Line 1": "432 Main Street", + "Physical Address Line 2": "Suite 1", + "Physical Address Line 3": "", + "Physical Address City": "Fremont", + "Physical Address State": "NH ", + "Physical Address Zip": "03044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2628140", + "School District Name": "Pinckney Community Schools", + "Physical Address Line 1": "2130 EAST M 36", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINCKNEY", + "Physical Address State": "MI ", + "Physical Address Zip": "48169", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04697794328272701", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923250", + "School District Name": "OSBORN R-O", + "Physical Address Line 1": "275 CLINTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OSBORN", + "Physical Address State": "MO ", + "Physical Address Zip": "64474", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07936507936507936", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2628170", + "School District Name": "Pinconning Area Schools", + "Physical Address Line 1": "605 WEST 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINCONNING", + "Physical Address State": "MI ", + "Physical Address Zip": "48650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1292270531400966", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303150", + "School District Name": "Fremont School District", + "Physical Address Line 1": "432 Main Street", + "Physical Address Line 2": "Suite 1", + "Physical Address Line 3": "", + "Physical Address City": "Fremont", + "Physical Address State": "NH ", + "Physical Address Zip": "03044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.02844311377245509", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2628200", + "School District Name": "Pine River Area Schools", + "Physical Address Line 1": "17445 PINE RIVER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEROY", + "Physical Address State": "MI ", + "Physical Address Zip": "49655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19037199124726478", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923270", + "School District Name": "OSCEOLA", + "Physical Address Line 1": "76 SE Hwy WW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Osceola", + "Physical Address State": "MO ", + "Physical Address Zip": "64776", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2878464818763326", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2628500", + "School District Name": "Pittsford Area Schools", + "Physical Address Line 1": "9304 Hamilton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsford", + "Physical Address State": "MI ", + "Physical Address Zip": "49271", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18315018315018314", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923310", + "School District Name": "OTTERVILLE R-VI", + "Physical Address Line 1": "101 W GEORGETOWN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OTTERVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65348", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15492957746478872", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2628530", + "School District Name": "Plainwell Community Schools", + "Physical Address Line 1": "600 SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLAINWELL", + "Physical Address State": "MI ", + "Physical Address Zip": "49080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09782608695652174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923430", + "School District Name": "OZARK R-VI", + "Physical Address Line 1": "1600 West Jackson", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OZARK", + "Physical Address State": "MO ", + "Physical Address Zip": "65721", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08461766449318317", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2628560", + "School District Name": "Plymouth-Canton Community Schools", + "Physical Address Line 1": "454 SOUTH HARVEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLYMOUTH", + "Physical Address State": "MI ", + "Physical Address Zip": "48170", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04973308390746909", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4105310", + "School District Name": "Frenchglen SD 16", + "Physical Address Line 1": "39235 Hwy 205", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frenchglen", + "Physical Address State": "OR ", + "Physical Address Zip": "97736", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2628740", + "School District Name": "Pontiac City School District", + "Physical Address Line 1": "47200 WOODWARD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PONTIAC", + "Physical Address State": "MI ", + "Physical Address Zip": "48342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.27188600442224226", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405700", + "School District Name": "Frenchtown Borough School District", + "Physical Address Line 1": "902 Harrison St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frenchtown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08822", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.056451612903225805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2628830", + "School District Name": "Port Huron Area School District", + "Physical Address Line 1": "2720 Riverside Drive", + "Physical Address Line 2": "PO Box 5013", + "Physical Address Line 3": "", + "Physical Address City": "PORT HURON", + "Physical Address State": "MI ", + "Physical Address Zip": "48060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.21044184290030213", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011520", + "School District Name": "Frenchtown K-12 Schools", + "Physical Address Line 1": "17620 Frenchtown Frontage Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frenchtown", + "Physical Address State": "MT ", + "Physical Address Zip": "59834", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08642911296436695", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819830", + "School District Name": "FRENSHIP ISD", + "Physical Address Line 1": "501 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOLFFORTH", + "Physical Address State": "TX ", + "Physical Address Zip": "79382", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10060289750742374", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2628950", + "School District Name": "Portage Public Schools", + "Physical Address Line 1": "8107 Mustang Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORTAGE", + "Physical Address State": "MI ", + "Physical Address Zip": "49002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.07224734462088547", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700014", + "School District Name": "Freshwater Education District", + "Physical Address Line 1": "2222 INDUSTRIAL DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WADENA", + "Physical Address State": "MN ", + "Physical Address Zip": "56482", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629120", + "School District Name": "Portland Public Schools", + "Physical Address Line 1": "1100 IONIA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORTLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "48875", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08198085726175613", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629130", + "School District Name": "Posen Consolidated School District No. 9", + "Physical Address Line 1": "10575 MICHIGAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POSEN", + "Physical Address State": "MI ", + "Physical Address Zip": "49776", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17886178861788618", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629160", + "School District Name": "Potterville Public Schools", + "Physical Address Line 1": "422 N HIGH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POTTERVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48876", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13015873015873017", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611610", + "School District Name": "FREWSBURG CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "26 INSTITUTE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FREWSBURG", + "Physical Address State": "NY ", + "Physical Address Zip": "14738", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14891041162227603", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629190", + "School District Name": "Powell Township Schools", + "Physical Address Line 1": "101 DEUTSCH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BIG BAY", + "Physical Address State": "MI ", + "Physical Address Zip": "49808", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012210", + "School District Name": "FRIEND", + "Physical Address Line 1": "1307 County Road 1350", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chickasha", + "Physical Address State": "OK ", + "Physical Address Zip": "73018", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1989247311827957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100096", + "School District Name": "FRIEND PUBLIC SCHOOLS", + "Physical Address Line 1": "501 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRIEND", + "Physical Address State": "NE ", + "Physical Address Zip": "68359", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07751937984496124", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629250", + "School District Name": "Quincy Community Schools", + "Physical Address Line 1": "1 EDUCATIONAL PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUINCY", + "Physical Address State": "MI ", + "Physical Address Zip": "49082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21678783873099802", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629340", + "School District Name": "Rapid River Public Schools", + "Physical Address Line 1": "10070 US HIGHWAY 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RAPID RIVER", + "Physical Address State": "MI ", + "Physical Address Zip": "49878", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1225071225071225", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700190", + "School District Name": "Friendship Academy of the Arts", + "Physical Address Line 1": "2600 E 38TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629370", + "School District Name": "Ravenna Public Schools", + "Physical Address Line 1": "12322 STAFFORD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RAVENNA", + "Physical Address State": "MI ", + "Physical Address Zip": "49451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08452950558213716", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629400", + "School District Name": "Reading Community Schools", + "Physical Address Line 1": "301 Chestnut Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "READING", + "Physical Address State": "MI ", + "Physical Address Zip": "49274", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21205821205821207", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629460", + "School District Name": "Redford Union Schools District No. 1", + "Physical Address Line 1": "17715 Brady", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redford", + "Physical Address State": "MI ", + "Physical Address Zip": "48240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.221408008374771", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629490", + "School District Name": "Reed City Area Public Schools", + "Physical Address Line 1": "225 W Church Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reed City", + "Physical Address State": "MI ", + "Physical Address Zip": "49677", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16088154269972452", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611640", + "School District Name": "FRIENDSHIP CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "46 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRIENDSHIP", + "Physical Address State": "NY ", + "Physical Address Zip": "14739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2776203966005666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629520", + "School District Name": "Reese Public Schools", + "Physical Address Line 1": "1696 SOUTH VAN BUREN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REESE", + "Physical Address State": "MI ", + "Physical Address Zip": "48757", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12823834196891193", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629540", + "School District Name": "Reeths-Puffer Schools", + "Physical Address Line 1": "991 WEST GILES RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUSKEGON", + "Physical Address State": "MI ", + "Physical Address Zip": "49445", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10464807436918991", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819950", + "School District Name": "FRIENDSWOOD ISD", + "Physical Address Line 1": "302 LAUREL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRIENDSWOOD", + "Physical Address State": "TX ", + "Physical Address Zip": "77546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0476657787747091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629580", + "School District Name": "Republic-Michigamme Schools", + "Physical Address Line 1": "227 MAPLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REPUBLIC", + "Physical Address State": "MI ", + "Physical Address Zip": "49879", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2125984251968504", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012240", + "School District Name": "FRINK-CHAMBERS", + "Physical Address Line 1": "485 Frink rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McAlester", + "Physical Address State": "OK ", + "Physical Address Zip": "74501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1254125412541254", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629670", + "School District Name": "Richmond Community Schools", + "Physical Address Line 1": "35276 DIVISION RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHMOND", + "Physical Address State": "MI ", + "Physical Address Zip": "48062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07556018759770713", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4819980", + "School District Name": "FRIONA ISD", + "Physical Address Line 1": "909 E 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRIONA", + "Physical Address State": "TX ", + "Physical Address Zip": "79035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17804428044280443", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629760", + "School District Name": "River Rouge School District of the City of", + "Physical Address Line 1": "1460 COOLIDGE HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIVER ROUGE", + "Physical Address State": "MI ", + "Physical Address Zip": "48218", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.4207240948813982", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820010", + "School District Name": "FRISCO ISD", + "Physical Address Line 1": "5515 OHIO DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRISCO", + "Physical Address State": "TX ", + "Physical Address Zip": "75035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04252078235646805", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2629790", + "School District Name": "River Valley School District", + "Physical Address Line 1": "15480 THREE OAKS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THREE OAKS", + "Physical Address State": "MI ", + "Physical Address Zip": "49128", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1793168880455408", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011550", + "School District Name": "Froid Elem", + "Physical Address Line 1": "408 1st Street S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Froid", + "Physical Address State": "MT ", + "Physical Address Zip": "59226", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16883116883116883", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629910", + "School District Name": "Riverview Community School District", + "Physical Address Line 1": "13425 COLVIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIVERVIEW", + "Physical Address State": "MI ", + "Physical Address Zip": "48193", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11453268503511616", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011580", + "School District Name": "Froid H S", + "Physical Address Line 1": "408 1st Street S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Froid", + "Physical Address State": "MT ", + "Physical Address Zip": "59226", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14705882352941177", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2629940", + "School District Name": "Rochester Community School District", + "Physical Address Line 1": "501 WEST UNIVERSITY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "MI ", + "Physical Address Zip": "48307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03373231773667029", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011650", + "School District Name": "Fromberg K-12", + "Physical Address Line 1": "319 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fromberg", + "Physical Address State": "MT ", + "Physical Address Zip": "59029", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14925373134328357", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630030", + "School District Name": "Rockford Public Schools", + "Physical Address Line 1": "350 NORTH MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCKFORD", + "Physical Address State": "MI ", + "Physical Address Zip": "49341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0420150280452958", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630060", + "School District Name": "Rogers City Area Schools", + "Physical Address Line 1": "1033 West Huron Avenue Ste B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rogers City", + "Physical Address State": "MI ", + "Physical Address Zip": "49779", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.233387358184765", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000020", + "School District Name": "FRONTIER", + "Physical Address Line 1": "17750 Valley Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Rock", + "Physical Address State": "OK ", + "Physical Address Zip": "74651", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18849840255591055", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630090", + "School District Name": "Romeo Community Schools", + "Physical Address Line 1": "316 NORTH MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROMEO", + "Physical Address State": "MI ", + "Physical Address Zip": "48065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08621231155778894", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611670", + "School District Name": "FRONTIER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "S 5120 ORCHARD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMBURG", + "Physical Address State": "NY ", + "Physical Address Zip": "14075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08525852585258525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630120", + "School District Name": "Romulus Community Schools", + "Physical Address Line 1": "36540 GRANT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROMULUS", + "Physical Address State": "MI ", + "Physical Address Zip": "48174", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2584363865017816", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011670", + "School District Name": "Frontier Elem", + "Physical Address Line 1": "6996 Roy St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wolf Point", + "Physical Address State": "MT ", + "Physical Address Zip": "59201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3137254901960784", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630210", + "School District Name": "Roseville Community Schools", + "Physical Address Line 1": "18975 CHURCH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSEVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22232076866223208", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630300", + "School District Name": "Royal Oak Schools", + "Physical Address Line 1": "800 DeVillen Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROYAL OAK", + "Physical Address State": "MI ", + "Physical Address Zip": "48073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.038891848694725624", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905049", + "School District Name": "Frontier Local", + "Physical Address Line 1": "44870 State Route 7", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Matamoras", + "Physical Address State": "OH ", + "Physical Address Zip": "45767", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1799709724238026", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630360", + "School District Name": "Rudyard Area Schools", + "Physical Address Line 1": "11185 W 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RUDYARD", + "Physical Address State": "MI ", + "Physical Address Zip": "49780", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900590", + "School District Name": "FRONTIER SCHOOLS", + "Physical Address Line 1": "6800 Corporate Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630390", + "School District Name": "Saginaw School District of the City of", + "Physical Address Line 1": "550 MILLARD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAGINAW", + "Physical Address State": "MI ", + "Physical Address Zip": "48607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.5009784735812133", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820040", + "School District Name": "FROST ISD", + "Physical Address Line 1": "208 N WYRICK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FROST", + "Physical Address State": "TX ", + "Physical Address Zip": "76641", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20110192837465565", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630450", + "School District Name": "Saginaw Township Community Schools", + "Physical Address Line 1": "3465 NORTH CENTER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAGINAW", + "Physical Address State": "MI ", + "Physical Address Zip": "48603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.15466994382022473", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820070", + "School District Name": "FRUITVALE ISD", + "Physical Address Line 1": "244 VZCR 1910", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRUITVALE", + "Physical Address State": "TX ", + "Physical Address Zip": "75127", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24758842443729903", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630660", + "School District Name": "Saline Area Schools", + "Physical Address Line 1": "7265 N ANN ARBOR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALINE", + "Physical Address State": "MI ", + "Physical Address Zip": "48176", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.046320029293299154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820100", + "School District Name": "FT DAVIS ISD", + "Physical Address Line 1": "401 W WEBSTER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FT DAVIS", + "Physical Address State": "TX ", + "Physical Address Zip": "79734", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2169811320754717", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630780", + "School District Name": "Sand Creek Community Schools", + "Physical Address Line 1": "6850 SAND CREEK HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAND CREEK", + "Physical Address State": "MI ", + "Physical Address Zip": "49279", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12043795620437957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820130", + "School District Name": "FT HANCOCK ISD", + "Physical Address Line 1": "100 SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FT HANCOCK", + "Physical Address State": "TX ", + "Physical Address Zip": "79839", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.34408602150537637", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630840", + "School District Name": "Sandusky Community School District", + "Physical Address Line 1": "191 PINE TREE LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANDUSKY", + "Physical Address State": "MI ", + "Physical Address Zip": "48471", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17286245353159851", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800033", + "School District Name": "FT RANSOM 6", + "Physical Address Line 1": "135 Mill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Ransom", + "Physical Address State": "ND ", + "Physical Address Zip": "58033", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.058823529411764705", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630930", + "School District Name": "Saranac Community Schools", + "Physical Address Line 1": "225 PLEASANT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SARANAC", + "Physical Address State": "MI ", + "Physical Address Zip": "48881", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09561752988047809", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820160", + "School District Name": "FT SAM HOUSTON ISD", + "Physical Address Line 1": "4005 WINANS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78234", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.05381944444444445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630960", + "School District Name": "Saugatuck Public Schools", + "Physical Address Line 1": "201 RANDOLPH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOUGLAS", + "Physical Address State": "MI ", + "Physical Address Zip": "49406", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.081377151799687", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3807170", + "School District Name": "FT TOTTEN 30", + "Physical Address Line 1": "7268 Hwy 57 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Totten", + "Physical Address State": "ND ", + "Physical Address Zip": "58335", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3534798534798535", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2630990", + "School District Name": "Sault Ste. Marie Area Schools", + "Physical Address Line 1": "876 MARQUETTE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAULT SAINTE MARIE", + "Physical Address State": "MI ", + "Physical Address Zip": "49783", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1781011781011781", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880430", + "School District Name": "FT TOTTEN SPECIAL ED UNIT", + "Physical Address Line 1": "Hwy 57 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Totten", + "Physical Address State": "ND ", + "Physical Address Zip": "58335", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2631020", + "School District Name": "Schoolcraft Community Schools", + "Physical Address Line 1": "551 E Lyons St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Schoolcraft", + "Physical Address State": "MI ", + "Physical Address Zip": "49087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.06262230919765166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3807200", + "School District Name": "FT YATES 4", + "Physical Address Line 1": "9189 1/2 Hwy 24", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Yates", + "Physical Address State": "ND ", + "Physical Address Zip": "58538", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3904899135446686", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2631320", + "School District Name": "Shelby Public Schools", + "Physical Address Line 1": "525 NORTH STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHELBY", + "Physical Address State": "MI ", + "Physical Address Zip": "49455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1782246879334258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800055", + "School District Name": "FT YATES SPECIAL ED UNIT", + "Physical Address Line 1": "9189 1/2 Hwy 24", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Yates", + "Physical Address State": "ND ", + "Physical Address Zip": "58538", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2631380", + "School District Name": "Shepherd Public Schools", + "Physical Address Line 1": "258 WEST WRIGHT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHEPHERD", + "Physical Address State": "MI ", + "Physical Address Zip": "48883", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1357592722183345", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632070", + "School District Name": "Sodus Township S/D #5", + "Physical Address Line 1": "4439 RIVER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SODUS", + "Physical Address State": "MI ", + "Physical Address Zip": "49126", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23076923076923078", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100091", + "School District Name": "FULLERTON PUBLIC SCHOOLS", + "Physical Address Line 1": "606 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FULLERTON", + "Physical Address State": "NE ", + "Physical Address Zip": "68638", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11858974358974358", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632220", + "School District Name": "South Lake Schools", + "Physical Address Line 1": "23101 STADIUM DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT CLAIR SHORES", + "Physical Address State": "MI ", + "Physical Address Zip": "48080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1411764705882353", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611700", + "School District Name": "FULTON CITY SCHOOL DISTRICT", + "Physical Address Line 1": "129 CURTIS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FULTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22796081923419412", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632250", + "School District Name": "South Lyon Community Schools", + "Physical Address Line 1": "345 SOUTH WARREN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTH LYON", + "Physical Address State": "MI ", + "Physical Address Zip": "48178", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.04611722701576912", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200007", + "School District Name": "Fulton County Center for Career and Technology", + "Physical Address Line 1": "145 East Cherry Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McConnellsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17233", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632280", + "School District Name": "South Redford School District", + "Physical Address Line 1": "26141 SCHOOLCRAFT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REDFORD", + "Physical Address State": "MI ", + "Physical Address Zip": "48239", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1880409126671912", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632300", + "School District Name": "South Haven Public Schools", + "Physical Address Line 1": "554 GREEN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTH HAVEN", + "Physical Address State": "MI ", + "Physical Address Zip": "49090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18483674598782512", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600139", + "School District Name": "FUTURE LEADERS INSTITUTE CHARTER SCHOOL", + "Physical Address Line 1": "134 W 122ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10027", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632310", + "School District Name": "Southfield Public School District", + "Physical Address Line 1": "24661 LAHSER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTHFIELD", + "Physical Address State": "MI ", + "Physical Address Zip": "48033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.13015873015873017", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632340", + "School District Name": "Southgate Community School District", + "Physical Address Line 1": "13940 LEROY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTHGATE", + "Physical Address State": "MI ", + "Physical Address Zip": "48195", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1343817012151537", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632370", + "School District Name": "Sparta Area Schools", + "Physical Address Line 1": "465 SOUTH UNION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPARTA", + "Physical Address State": "MI ", + "Physical Address Zip": "49345", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10755148741418764", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632550", + "School District Name": "Spring Lake Public Schools", + "Physical Address Line 1": "345 HAMMOND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRING LAKE", + "Physical Address State": "MI ", + "Physical Address Zip": "49456", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.045651318378591106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632610", + "School District Name": "Springport Public Schools", + "Physical Address Line 1": "300 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGPORT", + "Physical Address State": "MI ", + "Physical Address Zip": "49284", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.132", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632640", + "School District Name": "St. Charles Community Schools", + "Physical Address Line 1": "891 WEST WALNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT CHARLES", + "Physical Address State": "MI ", + "Physical Address Zip": "48655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15054945054945054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800043", + "School District Name": "GACKLE-STREETER 56", + "Physical Address Line 1": "300 2nd Ave E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gackle", + "Physical Address State": "ND ", + "Physical Address Zip": "58442", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21739130434782608", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632820", + "School District Name": "St. Johns Public Schools", + "Physical Address Line 1": "501 WEST SICKLES ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT JOHNS", + "Physical Address State": "MI ", + "Physical Address Zip": "48879", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08973966309341501", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501080", + "School District Name": "GADSDEN INDEPENDENT SCHOOLS", + "Physical Address Line 1": "6308 HIGHWAY 28", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANTHONY", + "Physical Address State": "NM ", + "Physical Address Zip": "88021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.28942421499686694", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632850", + "School District Name": "St. Joseph Public Schools", + "Physical Address Line 1": "2850 S CLEVELAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT JOSEPH", + "Physical Address State": "MI ", + "Physical Address Zip": "49085", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.054452054794520546", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904696", + "School District Name": "Gahanna-Jefferson City", + "Physical Address Line 1": "160 S Hamilton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gahanna", + "Physical Address State": "OH ", + "Physical Address Zip": "43230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08144233758159776", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632880", + "School District Name": "St. Louis Public Schools", + "Physical Address Line 1": "113 EAST SAGINAW ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT LOUIS", + "Physical Address State": "MI ", + "Physical Address Zip": "48880", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20113851992409867", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820220", + "School District Name": "GAINESVILLE ISD", + "Physical Address Line 1": "800 S MORRIS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GAINESVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22439843312814772", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632910", + "School District Name": "West Iron County Public Schools", + "Physical Address Line 1": "601 GARFIELD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IRON RIVER", + "Physical Address State": "MI ", + "Physical Address Zip": "49935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2440944881889764", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011730", + "School District Name": "Galata Elem", + "Physical Address Line 1": "10 Division Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galata", + "Physical Address State": "MT ", + "Physical Address Zip": "59444", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11538461538461539", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632940", + "School District Name": "Standish-Sterling Community Schools", + "Physical Address Line 1": "3789 WYATT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STANDISH", + "Physical Address State": "MI ", + "Physical Address Zip": "48658", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20430107526881722", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101560", + "School District Name": "GALAX CITY PBLC SCHS", + "Physical Address Line 1": "223 Long St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galax", + "Physical Address State": "VA ", + "Physical Address Zip": "24333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3511953833470734", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2632970", + "School District Name": "Stanton Township Public Schools", + "Physical Address Line 1": "50870 HOLMAN SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ATLANTIC MINE", + "Physical Address State": "MI ", + "Physical Address Zip": "49905", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06923076923076923", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820250", + "School District Name": "GALENA PARK ISD", + "Physical Address Line 1": "14705 WOODFOREST BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2770287458661918", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633000", + "School District Name": "Stephenson Area Public Schools", + "Physical Address Line 1": "526 DIVISION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEPHENSON", + "Physical Address State": "MI ", + "Physical Address Zip": "49887", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1507293354943274", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504960", + "School District Name": "Galesville-Ettrick-Trempealeau School District", + "Physical Address Line 1": "17511 N Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galesville", + "Physical Address State": "WI ", + "Physical Address Zip": "54630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07049608355091384", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633030", + "School District Name": "Stockbridge Community Schools", + "Physical Address Line 1": "100 Price Ave Ste A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STOCKBRIDGE", + "Physical Address State": "MI ", + "Physical Address Zip": "49285", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09871244635193133", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210530", + "School District Name": "Galeton Area SD", + "Physical Address Line 1": "27 Bridge Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galeton", + "Physical Address State": "PA ", + "Physical Address Zip": "16922", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2465753424657534", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633090", + "School District Name": "Sturgis Public Schools", + "Physical Address Line 1": "107 WEST WEST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STURGIS", + "Physical Address State": "MI ", + "Physical Address Zip": "49091", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1491628614916286", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904402", + "School District Name": "Galion City", + "Physical Address Line 1": "470 Portland Way N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galion", + "Physical Address State": "OH ", + "Physical Address Zip": "44833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.19594283079760258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633120", + "School District Name": "Summerfield Schools", + "Physical Address Line 1": "17555 IDA WEST RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PETERSBURG", + "Physical Address State": "MI ", + "Physical Address Zip": "49270", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07113543091655267", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000032", + "School District Name": "Gallatin", + "Physical Address Line 1": "311 West Main Room 107", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bozeman", + "Physical Address State": "MT ", + "Physical Address Zip": "59715", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633360", + "School District Name": "Suttons Bay Public Schools", + "Physical Address Line 1": "310 SOUTH ELM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUTTONS BAY", + "Physical Address State": "MI ", + "Physical Address Zip": "49682", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11781206171107994", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011790", + "School District Name": "Gallatin Gateway Elem", + "Physical Address Line 1": "100 Mill Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gallatin Gateway", + "Physical Address State": "MT ", + "Physical Address Zip": "59730", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05813953488372093", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633410", + "School District Name": "Swan Valley School District", + "Physical Address Line 1": "8380 OHERN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAGINAW", + "Physical Address State": "MI ", + "Physical Address Zip": "48609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1288", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000033", + "School District Name": "Gallatin/Madison Coop", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belgrade", + "Physical Address State": "MT ", + "Physical Address Zip": "59714", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633420", + "School District Name": "Swartz Creek Community Schools", + "Physical Address Line 1": "8354 CAPPY LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SWARTZ CREEK", + "Physical Address State": "MI ", + "Physical Address Zip": "48473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1473871131405378", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3906568", + "School District Name": "Gallia County Local", + "Physical Address Line 1": "4836 State Route 325", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Patriot", + "Physical Address State": "OH ", + "Physical Address Zip": "45658", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22439377488237422", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633510", + "School District Name": "Tawas Area Schools", + "Physical Address Line 1": "245 WEST M 55", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAWAS CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "48763", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19626168224299065", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3906206", + "School District Name": "Gallia-Jackson-Vinton", + "Physical Address Line 1": "351 Buckeye Hills Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rio Grande", + "Physical Address State": "OH ", + "Physical Address Zip": "45674", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633540", + "School District Name": "Taylor School District", + "Physical Address Line 1": "23033 NORTHLINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAYLOR", + "Physical Address State": "MI ", + "Physical Address Zip": "48180", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.23840703202080904", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900012", + "School District Name": "Gallia-Vinton ESC", + "Physical Address Line 1": "60 Ridge Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rio Grande", + "Physical Address State": "OH ", + "Physical Address Zip": "45674", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633720", + "School District Name": "Tecumseh Public Schools", + "Physical Address Line 1": "760 BROWN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TECUMSEH", + "Physical Address State": "MI ", + "Physical Address Zip": "49286", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08063471502590673", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904403", + "School District Name": "Gallipolis City", + "Physical Address Line 1": "61 State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gallipolis", + "Physical Address State": "OH ", + "Physical Address Zip": "45631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2459964412811388", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633750", + "School District Name": "Tekonsha Community Schools", + "Physical Address Line 1": "245 SOUTH ELM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEKONSHA", + "Physical Address State": "MI ", + "Physical Address Zip": "49092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14334470989761092", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405730", + "School District Name": "Galloway Township Public School District", + "Physical Address Line 1": "101 S REEDS ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GALLOWAY", + "Physical Address State": "NJ ", + "Physical Address Zip": "08205", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.16164772727272728", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633810", + "School District Name": "Thornapple Kellogg School District", + "Physical Address Line 1": "10051 GREEN LAKE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDDLEVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "49333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07859900717043575", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501110", + "School District Name": "GALLUP-MCKINLEY CTY SCHOOLS", + "Physical Address Line 1": "640 S. BOARDMAN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GALLUP", + "Physical Address State": "NM ", + "Physical Address Zip": "87301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3575363751942365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633840", + "School District Name": "Three Rivers Community Schools", + "Physical Address Line 1": "851 6TH AVENUE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THREE RIVERS", + "Physical Address State": "MI ", + "Physical Address Zip": "49093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.18329541761455964", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820280", + "School District Name": "GALVESTON ISD", + "Physical Address Line 1": "3904 AVE T", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GALVESTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2828226812699293", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633870", + "School District Name": "Traverse City Area Public Schools", + "Physical Address Line 1": "412 WEBSTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRAVERSE CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "49686", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09935004642525534", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611730", + "School District Name": "GALWAY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5317 SACANDAGA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GALWAY", + "Physical Address State": "NY ", + "Physical Address Zip": "12074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0946073793755913", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633900", + "School District Name": "Trenton Public Schools", + "Physical Address Line 1": "2603 CHARLTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRENTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48183", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07819087773093139", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820310", + "School District Name": "GANADO ISD", + "Physical Address Line 1": "210 S SIXTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GANADO", + "Physical Address State": "TX ", + "Physical Address Zip": "77962", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14566284779050737", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2633930", + "School District Name": "Tri County Area Schools", + "Physical Address Line 1": "94 CHERRY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAND LAKE", + "Physical Address State": "MI ", + "Physical Address Zip": "49343", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1444851444851445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611740", + "School District Name": "GANANDA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1500 DAYSPRING RDG", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALWORTH", + "Physical Address State": "NY ", + "Physical Address Zip": "14568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05311542390194075", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2634260", + "School District Name": "Troy School District", + "Physical Address Line 1": "4400 LIVERNOIS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TROY", + "Physical Address State": "MI ", + "Physical Address Zip": "48098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.037889039242219216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2634380", + "School District Name": "Ubly Community Schools", + "Physical Address Line 1": "2020 UNION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UBLY", + "Physical Address State": "MI ", + "Physical Address Zip": "48475", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1337579617834395", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012390", + "School District Name": "GANS", + "Physical Address Line 1": "204 N STACY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GANS", + "Physical Address State": "OK ", + "Physical Address Zip": "74936", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.27848101265822783", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2634410", + "School District Name": "Union City Community Schools", + "Physical Address Line 1": "430 SAINT JOSEPH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UNION CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "49094", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1407942238267148", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2634440", + "School District Name": "Unionville-Sebewaing Area S.D.", + "Physical Address Line 1": "2203 WILDNER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEBEWAING", + "Physical Address State": "MI ", + "Physical Address Zip": "48759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12090680100755667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905027", + "School District Name": "Garaway Local", + "Physical Address Line 1": "146 Dover Rd NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sugarcreek", + "Physical Address State": "OH ", + "Physical Address Zip": "44681", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08236658932714618", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2634470", + "School District Name": "Utica Community Schools", + "Physical Address Line 1": "11303 GREENDALE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STERLING HEIGHTS", + "Physical Address State": "MI ", + "Physical Address Zip": "48312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10810719930058173", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012420", + "School District Name": "GARBER", + "Physical Address Line 1": "108 E Garber Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garber", + "Physical Address State": "OK ", + "Physical Address Zip": "73738", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.187683284457478", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2634560", + "School District Name": "Van Buren Public Schools", + "Physical Address Line 1": "555 WEST COLUMBIA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLEVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1436249626754255", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611760", + "School District Name": "GARDEN CITY UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "56 CATHEDRAL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GARDEN CITY", + "Physical Address State": "NY ", + "Physical Address Zip": "11530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.01544660846205507", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2634620", + "School District Name": "Vanderbilt Area Schools", + "Physical Address Line 1": "947 DONOVAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VANDERBILT", + "Physical Address State": "MI ", + "Physical Address Zip": "49795", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17647058823529413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3170800", + "School District Name": "GARDEN COUNTY SCHOOLS", + "Physical Address Line 1": "200 W 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OSHKOSH", + "Physical Address State": "NE ", + "Physical Address Zip": "69154", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23208191126279865", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2634650", + "School District Name": "Vandercook Lake Public Schools", + "Physical Address Line 1": "1000 EAST GOLF AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSON", + "Physical Address State": "MI ", + "Physical Address Zip": "49203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.17608409986859397", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011820", + "School District Name": "Gardiner Elem", + "Physical Address Line 1": "510 Stone Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gardiner", + "Physical Address State": "MT ", + "Physical Address Zip": "59030", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10344827586206896", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2634680", + "School District Name": "Van Dyke Public Schools", + "Physical Address Line 1": "23500 MAC ARTHUR BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARREN", + "Physical Address State": "MI ", + "Physical Address Zip": "48089", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.33723196881091616", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011850", + "School District Name": "Gardiner H S", + "Physical Address Line 1": "510 Stone Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gardiner", + "Physical Address State": "MT ", + "Physical Address Zip": "59030", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2634710", + "School District Name": "Vassar Public Schools", + "Physical Address Line 1": "220 ATHLETIC ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VASSAR", + "Physical Address State": "MI ", + "Physical Address Zip": "48768", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20572207084468666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000034", + "School District Name": "Garfield", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jordan", + "Physical Address State": "MT ", + "Physical Address Zip": "59337", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2634860", + "School District Name": "Verona Township S/D #1F", + "Physical Address Line 1": "3487 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAD AXE", + "Physical Address State": "MI ", + "Physical Address Zip": "48413", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.038461538461538464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011880", + "School District Name": "Garfield County H S", + "Physical Address Line 1": "324 Marguerite St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jordan", + "Physical Address State": "MT ", + "Physical Address Zip": "59337", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2634920", + "School District Name": "Vestaburg Community Schools", + "Physical Address Line 1": "7188 AVENUE B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VESTABURG", + "Physical Address State": "MI ", + "Physical Address Zip": "48891", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1654357459379616", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900300", + "School District Name": "Garfield District", + "Physical Address Line 1": "145 E CENTER", + "Physical Address Line 2": "145 E CENTER", + "Physical Address Line 3": "", + "Physical Address City": "Panguitch", + "Physical Address State": "UT ", + "Physical Address Zip": "84759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12655367231638417", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2634950", + "School District Name": "Vicksburg Community Schools", + "Physical Address Line 1": "301 SOUTH KALAMAZOO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VICKSBURG", + "Physical Address State": "MI ", + "Physical Address Zip": "49097", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0830624774286746", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904404", + "School District Name": "Garfield Heights City Schools", + "Physical Address Line 1": "5640 Briarcliff Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garfield Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.27281947261663286", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635010", + "School District Name": "Wakefield-Marenisco School District", + "Physical Address Line 1": "715 PUTNAM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAKEFIELD", + "Physical Address State": "MI ", + "Physical Address Zip": "49968", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21245421245421245", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405760", + "School District Name": "Garfield Public School District", + "Physical Address Line 1": "34 OUTWATER LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GARFIELD", + "Physical Address State": "NJ ", + "Physical Address Zip": "07026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18519216277317258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635040", + "School District Name": "Waldron Area Schools", + "Physical Address Line 1": "13380 WALDRON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALDRON", + "Physical Address State": "MI ", + "Physical Address Zip": "49288", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19230769230769232", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303000", + "School District Name": "Garfield School District", + "Physical Address Line 1": "810 N THIRD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GARFIELD", + "Physical Address State": "WA ", + "Physical Address Zip": "99130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1796875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635130", + "School District Name": "Walkerville Public Schools", + "Physical Address Line 1": "145 EAST LATHROP STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALKERVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "49459", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2532894736842105", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820340", + "School District Name": "GARLAND ISD", + "Physical Address Line 1": "501 S JUPITER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GARLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "75042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17386071082282925", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2635160", + "School District Name": "Walled Lake Consolidated Schools", + "Physical Address Line 1": "850 LADD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALLED LAKE", + "Physical Address State": "MI ", + "Physical Address Zip": "48390", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06219063332910268", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820370", + "School District Name": "GARNER ISD", + "Physical Address Line 1": "2222 GARNER SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEATHERFORD", + "Physical Address State": "TX ", + "Physical Address Zip": "76088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10861423220973783", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635190", + "School District Name": "Warren Consolidated Schools", + "Physical Address Line 1": "31300 ANITA DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARREN", + "Physical Address State": "MI ", + "Physical Address Zip": "48093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1977124183006536", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210590", + "School District Name": "Garnet Valley SD", + "Physical Address Line 1": "80 Station Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glen Mills", + "Physical Address State": "PA ", + "Physical Address Zip": "19342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03594452041414339", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635220", + "School District Name": "Warren Woods Public Schools", + "Physical Address Line 1": "12900 FRAZHO RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARREN", + "Physical Address State": "MI ", + "Physical Address Zip": "48089", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1617883563846896", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4626370", + "School District Name": "Garretson School District 49-4", + "Physical Address Line 1": "505 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garretson", + "Physical Address State": "SD ", + "Physical Address Zip": "57030", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.048494983277591976", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635310", + "School District Name": "Waterford School District", + "Physical Address Line 1": "501 North Cass", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATERFORD", + "Physical Address State": "MI ", + "Physical Address Zip": "48328", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10622295487327427", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3807590", + "School District Name": "GARRISON 51", + "Physical Address Line 1": "51 5th Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garrison", + "Physical Address State": "ND ", + "Physical Address Zip": "58540", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1225", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635340", + "School District Name": "Watersmeet Township School District", + "Physical Address Line 1": "N4720 HIGHWAY US45", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATERSMEET", + "Physical Address State": "MI ", + "Physical Address Zip": "49969", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.28191489361702127", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021480", + "School District Name": "Garrison Elem", + "Physical Address Line 1": "33 Schoolhouse Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garrison", + "Physical Address State": "MT ", + "Physical Address Zip": "59731", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635460", + "School District Name": "Watervliet School District", + "Physical Address Line 1": "450 EAST SAINT JOSEPH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATERVLIET", + "Physical Address State": "MI ", + "Physical Address Zip": "49098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2276657060518732", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820400", + "School District Name": "GARRISON ISD", + "Physical Address Line 1": "459 N US HWY 59", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GARRISON", + "Physical Address State": "TX ", + "Physical Address Zip": "75946", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21237458193979933", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635520", + "School District Name": "Waverly Community Schools", + "Physical Address Line 1": "515 SNOW RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LANSING", + "Physical Address State": "MI ", + "Physical Address Zip": "48917", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1534900284900285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611860", + "School District Name": "GARRISON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1100 RT 9D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GARRISON", + "Physical Address State": "NY ", + "Physical Address Zip": "10524", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04106280193236715", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635550", + "School District Name": "Wayland Union Schools", + "Physical Address Line 1": "850 E SUPERIOR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAYLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "49348", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07779788058929957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635730", + "School District Name": "Webberville Community Schools", + "Physical Address Line 1": "309 EAST GRAND RIVER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEBBERVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48892", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.13295615275813297", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405790", + "School District Name": "Garwood Boro", + "Physical Address Line 1": "400 Second Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garwood", + "Physical Address State": "NJ ", + "Physical Address Zip": "07027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05272108843537415", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635790", + "School District Name": "Wells Township School District", + "Physical Address Line 1": "38211 CO RD 426", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARNOLD", + "Physical Address State": "MI ", + "Physical Address Zip": "49819", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20833333333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820460", + "School District Name": "GARY ISD", + "Physical Address Line 1": "132 BOBCAT TRAIL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GARY", + "Physical Address State": "TX ", + "Physical Address Zip": "75643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21450151057401812", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635820", + "School District Name": "West Bloomfield School District", + "Physical Address Line 1": "5810 COMMERCE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST BLOOMFIELD", + "Physical Address State": "MI ", + "Physical Address Zip": "48324", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06529209621993128", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635850", + "School District Name": "West Branch-Rose City Area Schools", + "Physical Address Line 1": "960 S M 33", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Branch", + "Physical Address State": "MI ", + "Physical Address Zip": "48661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2079207920792079", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635910", + "School District Name": "West Ottawa Public School District", + "Physical Address Line 1": "1138 136TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "49424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08465945257797582", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701620", + "School District Name": "Gaston County Schools", + "Physical Address Line 1": "943 Osceola Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gastonia", + "Physical Address State": "NC ", + "Physical Address Zip": "28054", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1724182399669865", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2635940", + "School District Name": "Western School District", + "Physical Address Line 1": "1400 S Dearing Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parma", + "Physical Address State": "MI ", + "Physical Address Zip": "49269", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1151046405823476", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4105430", + "School District Name": "Gaston SD 511J", + "Physical Address Line 1": "300 Park St", + "Physical Address Line 2": "Building A", + "Physical Address Line 3": "", + "Physical Address City": "Gaston", + "Physical Address State": "OR ", + "Physical Address Zip": "97119", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2635970", + "School District Name": "Westwood Heights Schools", + "Physical Address Line 1": "3400 N JENNINGS ROAD", + "Physical Address Line 2": "ADMINISTRATION OFFICE", + "Physical Address Line 3": "", + "Physical Address City": "Flint", + "Physical Address State": "MI ", + "Physical Address Zip": "48504", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3806941431670282", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700408", + "School District Name": "Gate City Charter Academy", + "Physical Address Line 1": "123 Flemingfield Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27405", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2636060", + "School District Name": "White Cloud Public Schools", + "Physical Address Line 1": "555 EAST WILCOX AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITE CLOUD", + "Physical Address State": "MI ", + "Physical Address Zip": "49349", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24730290456431536", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303299", + "School District Name": "Gate City Charter School For the Arts District", + "Physical Address Line 1": "7 Henry Clay Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Merrimack", + "Physical Address State": "NH ", + "Physical Address Zip": "03054", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2636120", + "School District Name": "White Pigeon Community Schools", + "Physical Address Line 1": "410 PRAIRIE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITE PIGEON", + "Physical Address State": "MI ", + "Physical Address Zip": "49099", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1260827718960539", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611880", + "School District Name": "GATES CHILI CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "3 SPARTAN WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12364425162689804", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2636240", + "School District Name": "Whitefish Township Schools", + "Physical Address Line 1": "7221 NORTH M 123", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARADISE", + "Physical Address State": "MI ", + "Physical Address Zip": "49768", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.47619047619047616", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701680", + "School District Name": "Gates County Schools", + "Physical Address Line 1": "205 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gatesville", + "Physical Address State": "NC ", + "Physical Address Zip": "27938", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18422712933753943", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2636270", + "School District Name": "Whiteford Agricultural School District of the Counties of Le", + "Physical Address Line 1": "6655 Consear Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ottawa Lake", + "Physical Address State": "MI ", + "Physical Address Zip": "49267", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.043785310734463276", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820500", + "School District Name": "GATESVILLE ISD", + "Physical Address Line 1": "311 S LOVERS LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GATESVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76528", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17278025368529312", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2636300", + "School District Name": "Whitehall District Schools", + "Physical Address Line 1": "541 EAST SLOCUM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITEHALL", + "Physical Address State": "MI ", + "Physical Address Zip": "49461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10078594544613963", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800184", + "School District Name": "GATEWAY CHARTER ACADEMY", + "Physical Address Line 1": "6103 UNIVERSITY HILLS BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75241", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2636330", + "School District Name": "Whitmore Lake Public School District", + "Physical Address Line 1": "8845 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITMORE LAKE", + "Physical Address State": "MI ", + "Physical Address Zip": "48189", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08297690333618478", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2636390", + "School District Name": "Whittemore-Prescott Area Schools", + "Physical Address Line 1": "8970 PRESCOTT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITTEMORE", + "Physical Address State": "MI ", + "Physical Address Zip": "48770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3382497541789577", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2636420", + "School District Name": "Williamston Community Schools", + "Physical Address Line 1": "418 HIGHLAND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILLIAMSTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48895", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.057127312295973884", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2636480", + "School District Name": "Wolverine Community School District", + "Physical Address Line 1": "13131 BROOK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOLVERINE", + "Physical Address State": "MI ", + "Physical Address Zip": "49799", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2222222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2636485", + "School District Name": "Woodhaven-Brownstown School District", + "Physical Address Line 1": "24821 HALL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODHAVEN", + "Physical Address State": "MI ", + "Physical Address Zip": "48183", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12244897959183673", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2636540", + "School District Name": "Wyandotte School District of the City of", + "Physical Address Line 1": "639 OAK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WYANDOTTE", + "Physical Address State": "MI ", + "Physical Address Zip": "48192", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12955465587044535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900122", + "School District Name": "Gateway Preparatory Academy", + "Physical Address Line 1": "201 E THOROUGHBRED WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ENOCH", + "Physical Address State": "UT ", + "Physical Address Zip": "84721", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2636570", + "School District Name": "Wyoming Public Schools", + "Physical Address Line 1": "3575 GLADIOLA AVE SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WYOMING", + "Physical Address State": "MI ", + "Physical Address Zip": "49519", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13922926656011367", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405820", + "School District Name": "Gateway Regional High School District", + "Physical Address Line 1": "775 Tanyard Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodbury Heights", + "Physical Address State": "NJ ", + "Physical Address Zip": "08096", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09481037924151696", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2636600", + "School District Name": "Yale Public Schools", + "Physical Address Line 1": "198 SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YALE", + "Physical Address State": "MI ", + "Physical Address Zip": "48097", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12987707108498128", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900592", + "School District Name": "GATEWAY SCIENCE ACAD/ST LOUIS", + "Physical Address Line 1": "6025 CHIPPEWA SUITE 206", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST. LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2636630", + "School District Name": "Ypsilanti Community Schools", + "Physical Address Line 1": "1885 PACKARD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YPSILANTI", + "Physical Address State": "MI ", + "Physical Address Zip": "48197", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.27893326528008167", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210620", + "School District Name": "Gateway SD", + "Physical Address Line 1": "9000 Gateway Campus Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroeville", + "Physical Address State": "PA ", + "Physical Address Zip": "15146", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15253411306042886", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2636660", + "School District Name": "Zeeland Public Schools", + "Physical Address Line 1": "183 WEST ROOSEVELT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ZEELAND", + "Physical Address State": "MI ", + "Physical Address Zip": "49464", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.040754089270862215", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700445", + "School District Name": "Gateway STEM Academy", + "Physical Address Line 1": "12119 16TH AVENUE SOUTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURNSVILLE", + "Physical Address State": "MN ", + "Physical Address Zip": "55337", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680000", + "School District Name": "Wexford-Missaukee ISD", + "Physical Address Line 1": "9907 EAST 13TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CADILLAC", + "Physical Address State": "MI ", + "Physical Address Zip": "49601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303318", + "School District Name": "Gathering Waters Charter School", + "Physical Address Line 1": "98 South Lincoln Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keene", + "Physical Address State": "NH ", + "Physical Address Zip": "03431", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820520", + "School District Name": "GAUSE ISD", + "Physical Address Line 1": "400 COLLEGE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GAUSE", + "Physical Address State": "TX ", + "Physical Address Zip": "77857", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1702127659574468", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4626490", + "School District Name": "Gayville-Volin School District 63-1", + "Physical Address Line 1": "100 Kingsbury St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gayville", + "Physical Address State": "SD ", + "Physical Address Zip": "57031", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06842105263157895", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012570", + "School District Name": "GEARY", + "Physical Address Line 1": "110 Southwest Embree Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Geary", + "Physical Address State": "OK ", + "Physical Address Zip": "73040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27129337539432175", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680220", + "School District Name": "Heritage Southwest Intermediate School District", + "Physical Address Line 1": "61682 DAILEY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASSOPOLIS", + "Physical Address State": "MI ", + "Physical Address Zip": "49031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900448", + "School District Name": "Gem City Career Prep High School", + "Physical Address Line 1": "1721 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45405", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611910", + "School District Name": "GENERAL BROWN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "17643 CEMETERY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEXTER", + "Physical Address State": "NY ", + "Physical Address Zip": "13634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1561938958707361", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210650", + "School District Name": "General McLane SD", + "Physical Address Line 1": "11771 Edinboro Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edinboro", + "Physical Address State": "PA ", + "Physical Address Zip": "16412", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11448099102947458", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680400", + "School District Name": "Genesee ISD", + "Physical Address Line 1": "2413 W Maple Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flint", + "Physical Address State": "MI ", + "Physical Address Zip": "48507", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600029", + "School District Name": "GENESEE COMMUNITY CHARTER SCHOOL", + "Physical Address Line 1": "657 EAST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680420", + "School District Name": "Gogebic-Ontonagon ISD", + "Physical Address Line 1": "202 ELM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BERGLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "49910", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680440", + "School District Name": "Northwest Education Services", + "Physical Address Line 1": "1101 RED DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRAVERSE CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "49684", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680460", + "School District Name": "Gratiot-Isabella RESD", + "Physical Address Line 1": "1131 EAST CENTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ITHACA", + "Physical Address State": "MI ", + "Physical Address Zip": "48847", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680460", + "School District Name": "GENESEE VALLEY BOCES", + "Physical Address Line 1": "80 MUNSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LE ROY", + "Physical Address State": "NY ", + "Physical Address Zip": "14482", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680480", + "School District Name": "Hillsdale ISD", + "Physical Address Line 1": "310 WEST BACON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HILLSDALE", + "Physical Address State": "MI ", + "Physical Address Zip": "49242", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600017", + "School District Name": "GENESEE VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1 JAGUAR DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELMONT", + "Physical Address State": "NY ", + "Physical Address Zip": "14813", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22905027932960895", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680500", + "School District Name": "Huron ISD", + "Physical Address Line 1": "1299 South Thomas Road Suite 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bad Axe", + "Physical Address State": "MI ", + "Physical Address Zip": "48413", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611940", + "School District Name": "GENESEO CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "4050 AVON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GENESEO", + "Physical Address State": "NY ", + "Physical Address Zip": "14454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11837455830388692", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900016", + "School District Name": "GENESIS SCHOOL INC.", + "Physical Address Line 1": "4301 Cleveland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64130", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680520", + "School District Name": "Ingham ISD", + "Physical Address Line 1": "2630 WEST HOWELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MASON", + "Physical Address State": "MI ", + "Physical Address Zip": "48854", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904405", + "School District Name": "Geneva Area City", + "Physical Address Line 1": "135 S Eagle St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Geneva", + "Physical Address State": "OH ", + "Physical Address Zip": "44041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.17512479201331116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680540", + "School District Name": "Ionia ISD", + "Physical Address Line 1": "2191 HARWOOD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IONIA", + "Physical Address State": "MI ", + "Physical Address Zip": "48846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3611970", + "School District Name": "GENEVA CITY SCHOOL DISTRICT", + "Physical Address Line 1": "400 W NORTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GENEVA", + "Physical Address State": "NY ", + "Physical Address Zip": "14456", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16592920353982302", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680560", + "School District Name": "Iosco RESA", + "Physical Address Line 1": "27 NORTH REMPERT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAWAS CITY", + "Physical Address State": "MI ", + "Physical Address Zip": "48763", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505100", + "School District Name": "Geneva J4 School District", + "Physical Address Line 1": "N2575 Snake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Geneva", + "Physical Address State": "WI ", + "Physical Address Zip": "53147", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05982905982905983", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680580", + "School District Name": "Jackson ISD", + "Physical Address Line 1": "6700 BROWNS LAKE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSON", + "Physical Address State": "MI ", + "Physical Address Zip": "49201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904894", + "School District Name": "Genoa Area Local", + "Physical Address Line 1": "2810 N Genoa Clay Center Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Genoa", + "Physical Address State": "OH ", + "Physical Address Zip": "43430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06617100371747212", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680600", + "School District Name": "Kalamazoo RESA", + "Physical Address Line 1": "1819 EAST MILHAM AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KALAMAZOO", + "Physical Address State": "MI ", + "Physical Address Zip": "49002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505130", + "School District Name": "Genoa City J2 School District", + "Physical Address Line 1": "1020 Hunter's Ridge Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Genoa City", + "Physical Address State": "WI ", + "Physical Address Zip": "53128", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08549618320610687", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680620", + "School District Name": "Kent ISD", + "Physical Address Line 1": "2930 KNAPP ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700468", + "School District Name": "Gentry Academy Charter School", + "Physical Address Line 1": "1420 COUNTY ROAD E EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VADNAIS HEIGHTS", + "Physical Address State": "MN ", + "Physical Address Zip": "55110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680660", + "School District Name": "Lapeer ISD", + "Physical Address Line 1": "1996 WEST OREGON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAPEER", + "Physical Address State": "MI ", + "Physical Address Zip": "48446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680680", + "School District Name": "Lenawee ISD", + "Physical Address Line 1": "4107 NORTH ADRIAN HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADRIAN", + "Physical Address State": "MI ", + "Physical Address Zip": "49221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680700", + "School District Name": "Livingston ESA", + "Physical Address Line 1": "1425 WEST GRAND RIVER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOWELL", + "Physical Address State": "MI ", + "Physical Address Zip": "48843", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680720", + "School District Name": "Macomb ISD", + "Physical Address Line 1": "44001 GARFIELD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLINTON TOWNSHIP", + "Physical Address State": "MI ", + "Physical Address Zip": "48038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680740", + "School District Name": "Manistee ISD", + "Physical Address Line 1": "772 EAST PARKDALE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANISTEE", + "Physical Address State": "MI ", + "Physical Address Zip": "49660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680750", + "School District Name": "Marquette-Alger RESA", + "Physical Address Line 1": "321 EAST OHIO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARQUETTE", + "Physical Address State": "MI ", + "Physical Address Zip": "49855", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800014", + "School District Name": "GEORGE GERVIN ACADEMY", + "Physical Address Line 1": "6944 SUNBELT DR S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78218", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680755", + "School District Name": "West Shore Educational Service District", + "Physical Address Line 1": "2130 WEST US HIGHWAY 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUDINGTON", + "Physical Address State": "MI ", + "Physical Address Zip": "49431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680770", + "School District Name": "Mecosta-Osceola ISD", + "Physical Address Line 1": "15760 190TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BIG RAPIDS", + "Physical Address State": "MI ", + "Physical Address Zip": "49307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800020", + "School District Name": "GEORGE I SANCHEZ CHARTER", + "Physical Address Line 1": "6001 GULF FWY BLDG B3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77023", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680790", + "School District Name": "Menominee ISD", + "Physical Address Line 1": "1201 41ST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MENOMINEE", + "Physical Address State": "MI ", + "Physical Address Zip": "49858", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615030", + "School District Name": "GEORGE JUNIOR REPUBLIC UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "24 MCDONALD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FREEVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680800", + "School District Name": "Midland County Educational Service Agency", + "Physical Address Line 1": "3917 JEFFERSON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "48640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901414", + "School District Name": "George V. Voinovich High School", + "Physical Address Line 1": "3398 E 55th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680820", + "School District Name": "Monroe ISD", + "Physical Address Line 1": "1101 SOUTH RAISINVILLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONROE", + "Physical Address State": "MI ", + "Physical Address Zip": "48161", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900046", + "School District Name": "George Washington Academy", + "Physical Address Line 1": "2277 S 3000 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST GEORGE", + "Physical Address State": "UT ", + "Physical Address Zip": "84790", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680830", + "School District Name": "Montcalm Area ISD", + "Physical Address Line 1": "621 NORTH NEW ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STANTON", + "Physical Address State": "MI ", + "Physical Address Zip": "48888", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680850", + "School District Name": "Muskegon Area ISD", + "Physical Address Line 1": "630 HARVEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUSKEGON", + "Physical Address State": "MI ", + "Physical Address Zip": "49442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820550", + "School District Name": "GEORGE WEST ISD", + "Physical Address Line 1": "913 HOUSTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GEORGE WEST", + "Physical Address State": "TX ", + "Physical Address Zip": "78022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25166825548141086", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680860", + "School District Name": "Newaygo County RESA", + "Physical Address Line 1": "4747 WEST 48TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FREMONT", + "Physical Address State": "MI ", + "Physical Address Zip": "49412", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502280", + "School District Name": "Georgetown 01", + "Physical Address Line 1": "2018 Church Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Georgetown", + "Physical Address State": "SC ", + "Physical Address Zip": "29440", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23507816200852677", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680880", + "School District Name": "Oakland Schools", + "Physical Address Line 1": "2111 PONTIAC LAKE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATERFORD", + "Physical Address State": "MI ", + "Physical Address Zip": "48328", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904537", + "School District Name": "Georgetown Exempted Village", + "Physical Address Line 1": "1043 Mount Orab Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Georgetown", + "Physical Address State": "OH ", + "Physical Address Zip": "45121", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22201834862385322", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680900", + "School District Name": "Ottawa Area ISD", + "Physical Address Line 1": "13565 PORT SHELDON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLAND", + "Physical Address State": "MI ", + "Physical Address Zip": "49424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820600", + "School District Name": "GEORGETOWN ISD", + "Physical Address Line 1": "507 E UNIVERSITY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GEORGETOWN", + "Physical Address State": "TX ", + "Physical Address Zip": "78626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.082119033741338", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622100", + "School District Name": "GEORGETOWN-SOUTH OTSELIC CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "125 COUNTY RD 13A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTH OTSELIC", + "Physical Address State": "NY ", + "Physical Address Zip": "13155", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16711590296495957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680930", + "School District Name": "Saginaw ISD", + "Physical Address Line 1": "3933 Barnard Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saginaw", + "Physical Address State": "MI ", + "Physical Address Zip": "48603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5004140", + "School District Name": "Georgia School District", + "Physical Address Line 1": "4416 Ethan Allen Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Albans", + "Physical Address State": "VT ", + "Physical Address Zip": "05478", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680940", + "School District Name": "St. Clair County RESA", + "Physical Address Line 1": "499 RANGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARYSVILLE", + "Physical Address State": "MI ", + "Physical Address Zip": "48040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3012210", + "School District Name": "Geraldine K-12", + "Physical Address Line 1": "238 Brewster Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Geraldine", + "Physical Address State": "MT ", + "Physical Address Zip": "59446", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680960", + "School District Name": "St. Joseph County ISD", + "Physical Address Line 1": "62445 Shimmel Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centreville", + "Physical Address State": "MI ", + "Physical Address Zip": "49032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100098", + "School District Name": "GERING PUBLIC SCHOOLS", + "Physical Address Line 1": "1519 10TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GERING", + "Physical Address State": "NE ", + "Physical Address Zip": "69341", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15797172111165286", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680965", + "School District Name": "Sanilac ISD", + "Physical Address Line 1": "175 EAST AITKEN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PECK", + "Physical Address State": "MI ", + "Physical Address Zip": "48466", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700151", + "School District Name": "Germantown", + "Physical Address Line 1": "3350 S. Forest Hill Irene RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Germantown", + "Physical Address State": "TN ", + "Physical Address Zip": "38138", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.039331961757231026", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680975", + "School District Name": "Shiawassee Regional ESD", + "Physical Address Line 1": "1025 NORTH SHIAWASSEE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORUNNA", + "Physical Address State": "MI ", + "Physical Address Zip": "48817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612030", + "School District Name": "GERMANTOWN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "123 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GERMANTOWN", + "Physical Address State": "NY ", + "Physical Address Zip": "12526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10726643598615918", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680980", + "School District Name": "Tuscola ISD", + "Physical Address Line 1": "1385 CLEAVER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARO", + "Physical Address State": "MI ", + "Physical Address Zip": "48723", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505160", + "School District Name": "Germantown School District", + "Physical Address Line 1": "N104W13840 Donges Bay Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Germantown", + "Physical Address State": "WI ", + "Physical Address Zip": "53022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03201970443349754", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680985", + "School District Name": "Van Buren ISD", + "Physical Address Line 1": "490 SOUTH PAW PAW ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAWRENCE", + "Physical Address State": "MI ", + "Physical Address Zip": "49064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012630", + "School District Name": "GERONIMO", + "Physical Address Line 1": "800 West Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Geronimo", + "Physical Address State": "OK ", + "Physical Address Zip": "73543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22054380664652568", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680990", + "School District Name": "Washtenaw ISD", + "Physical Address Line 1": "1819 SOUTH WAGNER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANN ARBOR", + "Physical Address State": "MI ", + "Physical Address Zip": "48103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100015", + "School District Name": "Gervais SD 1", + "Physical Address Line 1": "290 First St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gervais", + "Physical Address State": "OR ", + "Physical Address Zip": "97026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12112472963229992", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2680995", + "School District Name": "Wayne RESA", + "Physical Address Line 1": "33500 VAN BORN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAYNE", + "Physical Address State": "MI ", + "Physical Address Zip": "48184", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210710", + "School District Name": "Gettysburg Area SD", + "Physical Address Line 1": "900 Biglerville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gettysburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17325", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12886142983230361", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200836", + "School District Name": "Gettysburg Montessori CS", + "Physical Address Line 1": "888 Coleman Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gettysburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17325", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700005", + "School District Name": "United South Central Schools", + "Physical Address Line 1": "600 11TH STREET. SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WELLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56097", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12779850746268656", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4626970", + "School District Name": "Gettysburg School District 53-1", + "Physical Address Line 1": "100 E King Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gettysburg", + "Physical Address State": "SD ", + "Physical Address Zip": "57442", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06343283582089553", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3012300", + "School District Name": "Geyser K-12 Schools", + "Physical Address Line 1": "103 3rd St E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Geyser", + "Physical Address State": "MT ", + "Physical Address Zip": "59447", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2222222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820610", + "School District Name": "GHOLSON ISD", + "Physical Address Line 1": "137 HAMILTON DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WACO", + "Physical Address State": "TX ", + "Physical Address Zip": "76705", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1760299625468165", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700008", + "School District Name": "ST. LOUIS COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "1701 N 9TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VIRGINIA", + "Physical Address State": "MN ", + "Physical Address Zip": "55792", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1329987452948557", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3170980", + "School District Name": "GIBBON PUBLIC SCHOOLS", + "Physical Address Line 1": "1030 COURT STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GIBBON", + "Physical Address State": "NE ", + "Physical Address Zip": "68840", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10403726708074534", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700013", + "School District Name": "WATERVILLE-ELYSIAN-MORRISTOWN", + "Physical Address Line 1": "500 E PAQUIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATERVILLE", + "Physical Address State": "MN ", + "Physical Address Zip": "56096", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08542713567839195", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405850", + "School District Name": "Gibbsboro Elementary School District", + "Physical Address Line 1": "37 Kirkwood Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gibbsboro", + "Physical Address State": "NJ ", + "Physical Address Zip": "08026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1072961373390558", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505220", + "School District Name": "Gibraltar Area School District", + "Physical Address Line 1": "3924 State Highway 42", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fish Creek", + "Physical Address State": "WI ", + "Physical Address Zip": "54212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10742496050552923", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700015", + "School District Name": "ST. CROIX RIVER EDUCATION DISTRICT", + "Physical Address Line 1": "425 S DANA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RUSH CITY", + "Physical Address State": "MN ", + "Physical Address Zip": "55069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701400", + "School District Name": "Gibson Co Sp Dist", + "Physical Address Line 1": "130 Hwy 45 W Box 60", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dyer", + "Physical Address State": "TN ", + "Physical Address Zip": "38330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11952487008166296", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700016", + "School District Name": "RUNESTONE AREA ED. DISTRICT", + "Physical Address Line 1": "1204 34TH AVENUE WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALEXANDRIA", + "Physical Address State": "MN ", + "Physical Address Zip": "56308", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904538", + "School District Name": "Gibsonburg Exempted Village", + "Physical Address Line 1": "301 S Sunset Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gibsonburg", + "Physical Address State": "OH ", + "Physical Address Zip": "43431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10726643598615918", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820640", + "School District Name": "GIDDINGS ISD", + "Physical Address Line 1": "2337 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GIDDINGS", + "Physical Address State": "TX ", + "Physical Address Zip": "78942", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18018018018018017", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700022", + "School District Name": "WADENA-DEER CREEK SCHOOL DISTRICT", + "Physical Address Line 1": "600 COLFAX AVE SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WADENA", + "Physical Address State": "MN ", + "Physical Address Zip": "56482", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17792932424054556", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700024", + "School District Name": "WARREN-ALVARADO-OSLO SCHOOL DIST.", + "Physical Address Line 1": "224 E BRIDGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARREN", + "Physical Address State": "MN ", + "Physical Address Zip": "56762", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12314540059347182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900192", + "School District Name": "Gila Crossing Community School", + "Physical Address Line 1": "4665 W Pecos Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laveen", + "Physical Address State": "AZ", + "Physical Address Zip": "85339", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700025", + "School District Name": "Intermediate School District 287", + "Physical Address Line 1": "1820 N XENIUM LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLYMOUTH", + "Physical Address State": "MN ", + "Physical Address Zip": "55441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2700026", + "School District Name": "INTERMEDIATE SCHOOL DISTRICT 917", + "Physical Address Line 1": "1300 145TH ST E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSEMOUNT", + "Physical Address State": "MN ", + "Physical Address Zip": "55068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604757", + "School District Name": "GILBERTSVILLE-MOUNT UPTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "693 STATE HWY 51", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILBERTSVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13776", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1994459833795014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700027", + "School District Name": "CEDAR RIVERSIDE COMMUNITY SCHOOL", + "Physical Address Line 1": "1610 S 6TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN", + "Physical Address Zip": "55454", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612120", + "School District Name": "GILBOA-CONESVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "132 WYCKOFF RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILBOA", + "Physical Address State": "NY ", + "Physical Address Zip": "12076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22186495176848875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700028", + "School District Name": "METRO DEAF SCHOOL", + "Physical Address Line 1": "1125 ENERGY PARK DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3012350", + "School District Name": "Gildford Colony Elem", + "Physical Address Line 1": "21719 Road 160 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gildford", + "Physical Address State": "MT ", + "Physical Address Zip": "59525", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700031", + "School District Name": "NORTH COUNTRY VOC. COOP. CTR.", + "Physical Address Line 1": "3728 BEMIDJI AVE N", + "Physical Address Line 2": "SUITE 100", + "Physical Address Line 3": "", + "Physical Address City": "BEMIDJI", + "Physical Address State": "MN ", + "Physical Address Zip": "56601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101590", + "School District Name": "GILES CO PBLC SCHS", + "Physical Address Line 1": "151 School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pearisburg", + "Physical Address State": "VA ", + "Physical Address Zip": "24134", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15412474849094568", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701410", + "School District Name": "Giles County", + "Physical Address Line 1": "270 Richland DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pulaski", + "Physical Address State": "TN ", + "Physical Address Zip": "38478", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1875130507412821", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700036", + "School District Name": "WRIGHT TECHNICAL CENTER", + "Physical Address Line 1": "1405 3RD AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "MN ", + "Physical Address Zip": "55313", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300021", + "School District Name": "Gilford SAU Office", + "Physical Address Line 1": "2 Belknap Mountain Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gilford", + "Physical Address State": "NH ", + "Physical Address Zip": "03249", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700038", + "School District Name": "PINE TO PRAIRIE COOPERATIVE CTR.", + "Physical Address Line 1": "2604 WHEAT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RED LAKE FALLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56750", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303180", + "School District Name": "Gilford School District", + "Physical Address Line 1": "2 Belknap Mountain Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gilford", + "Physical Address State": "NH ", + "Physical Address Zip": "03249", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06488888888888888", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700039", + "School District Name": "NW REGION INTERDISTRICT COUNCIL", + "Physical Address Line 1": "201 W MINNESOTA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWFOLDEN", + "Physical Address State": "MN ", + "Physical Address Zip": "56738", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505250", + "School District Name": "Gillett School District", + "Physical Address Line 1": "208 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gillett", + "Physical Address State": "WI ", + "Physical Address Zip": "54124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14507772020725387", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700040", + "School District Name": "Lake Agassiz Education Cooperative", + "Physical Address Line 1": "1010 HOBART ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAWLEY", + "Physical Address State": "MN ", + "Physical Address Zip": "56549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200841", + "School District Name": "Gillingham Charter School", + "Physical Address Line 1": "915 Howard Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pottsville", + "Physical Address State": "PA ", + "Physical Address Zip": "17901", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505280", + "School District Name": "Gilman School District", + "Physical Address Line 1": "325 N Fifth Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gilman", + "Physical Address State": "WI ", + "Physical Address Zip": "54433", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.256993006993007", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300033", + "School District Name": "Gilmanton SAU Office", + "Physical Address Line 1": "9 Currier Hill Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gilmanton", + "Physical Address State": "NH ", + "Physical Address Zip": "03237", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700045", + "School District Name": "MEEKER AND WRIGHT SPECIAL EDUCATION", + "Physical Address Line 1": "720 9TH AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOWARD LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "55349", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505370", + "School District Name": "Gilmanton School District", + "Physical Address Line 1": "S889 Larson Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gilmanton", + "Physical Address State": "WI ", + "Physical Address Zip": "54743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08962264150943396", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700046", + "School District Name": "SOUTHERN PLAINS EDUCATION COOP.", + "Physical Address Line 1": "1200 NORTH PARK STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAIRMONT", + "Physical Address State": "MN ", + "Physical Address Zip": "56031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303210", + "School District Name": "Gilmanton School District", + "Physical Address Line 1": "9 Currier Hill Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gilmanton", + "Physical Address State": "NH ", + "Physical Address Zip": "03237", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07796610169491526", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700047", + "School District Name": "MINNESOTA VALLEY COOPERATIVE", + "Physical Address Line 1": "450 9TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANITE FALLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400330", + "School District Name": "GILMER COUNTY SCHOOLS", + "Physical Address Line 1": "454 VANHORN DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENVILLE", + "Physical Address State": "WV ", + "Physical Address Zip": "26351", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22370012091898428", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820700", + "School District Name": "GILMER ISD", + "Physical Address Line 1": "245 N BRADFORD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILMER", + "Physical Address State": "TX ", + "Physical Address Zip": "75644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21185876082611593", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700054", + "School District Name": "ZUMBRO EDUCATION DISTRICT", + "Physical Address Line 1": "801 FRONTAGE RD NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BYRON", + "Physical Address State": "MN ", + "Physical Address Zip": "55920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3171010", + "School District Name": "GILTNER PUBLIC SCHOOLS", + "Physical Address Line 1": "#2 WEST 6TH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILTNER", + "Physical Address State": "NE ", + "Physical Address Zip": "68841", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1736111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700055", + "School District Name": "HIAWATHA VALLEY ED. DISTRICT", + "Physical Address Line 1": "1410 BUNDY BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINONA", + "Physical Address State": "MN ", + "Physical Address Zip": "55987", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3012420", + "School District Name": "Glasgow K-12 Schools", + "Physical Address Line 1": "229 7th St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glasgow", + "Physical Address State": "MT ", + "Physical Address Zip": "59230", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10139860139860139", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700058", + "School District Name": "MN River Valley Education District", + "Physical Address Line 1": "1315 E BLACK OAK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTEVIDEO", + "Physical Address State": "MN ", + "Physical Address Zip": "56265", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3012510", + "School District Name": "Glendive Elem", + "Physical Address Line 1": "900 N Merrill Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendive", + "Physical Address State": "MT ", + "Physical Address Zip": "59330", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14801864801864803", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700063", + "School District Name": "MN VALLEY EDUCATION DISTRICT", + "Physical Address Line 1": "801 DAVIS ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PETER", + "Physical Address State": "MN ", + "Physical Address Zip": "56082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904406", + "School District Name": "Girard City School District", + "Physical Address Line 1": "100 W Main St Ste 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Girard", + "Physical Address State": "OH ", + "Physical Address Zip": "44420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2431629013079667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3012570", + "School District Name": "Gold Creek Elem", + "Physical Address Line 1": "825 Gold Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gold Creek", + "Physical Address State": "MT ", + "Physical Address Zip": "59733", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700073", + "School District Name": "MID STATE EDUCATION DISTRICT", + "Physical Address Line 1": "15770 18TH STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE FALLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56345", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210740", + "School District Name": "Girard SD", + "Physical Address Line 1": "1203 Lake St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Girard", + "Physical Address State": "PA ", + "Physical Address Zip": "16417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.18083900226757368", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700078", + "School District Name": "REGION 11-METRO EDUC. SERVICE UNIT", + "Physical Address Line 1": "2 PINE TREE DRIVE STE 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARDEN HILLS", + "Physical Address State": "MN ", + "Physical Address Zip": "55112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3012600", + "School District Name": "Golden Ridge Elem", + "Physical Address Line 1": "1374 Hiway 408", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "MT ", + "Physical Address Zip": "59436", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23076923076923078", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700079", + "School District Name": "Region 10-Southeast Service Coop", + "Physical Address Line 1": "210 WOODLAKE DR SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "MN ", + "Physical Address Zip": "55904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700080", + "School District Name": "Region 9-South Central Service Coop", + "Physical Address Line 1": "2075 LOOKOUT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH MANKATO", + "Physical Address State": "MN ", + "Physical Address Zip": "56003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3012900", + "School District Name": "Grant Elem", + "Physical Address Line 1": "811 E Orr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dillon", + "Physical Address State": "MT ", + "Physical Address Zip": "59725", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700081", + "School District Name": "Region 7-Resource Training/Solution", + "Physical Address Line 1": "137 23RD STREET SOUTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SARTELL", + "Physical Address State": "MN ", + "Physical Address Zip": "56377", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700082", + "School District Name": "Sourcewell", + "Physical Address Line 1": "202 12TH ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STAPLES", + "Physical Address State": "MN ", + "Physical Address Zip": "56479", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3012960", + "School District Name": "Grass Range Elem", + "Physical Address Line 1": "310 East 2nd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grass Range", + "Physical Address State": "MT ", + "Physical Address Zip": "59032", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09090909090909091", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700083", + "School District Name": "REGION 4-LAKES COUNTRY SERVICE COOP", + "Physical Address Line 1": "1001 E MOUNT FAITH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FERGUS FALLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700407", + "School District Name": "Girls Leadership Academy of Wilmington", + "Physical Address Line 1": "4100 Sunglow Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "NC ", + "Physical Address Zip": "28405", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700084", + "School District Name": "REGION 3 - NORTHEAST SERVICE COOP", + "Physical Address Line 1": "5525 EMERALD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNTAIN IRON", + "Physical Address State": "MN ", + "Physical Address Zip": "55768", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3012990", + "School District Name": "Grass Range H S", + "Physical Address Line 1": "310 East 2nd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grass Range", + "Physical Address State": "MT ", + "Physical Address Zip": "59032", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07407407407407407", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700085", + "School District Name": "Region 1 and 2-Northwest Srvc Coop", + "Physical Address Line 1": "114 WEST 1ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THIEF RIVER FALLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600136", + "School District Name": "GIRLS PREPARATORY CHARTER SCHOOL OF NEW YORK", + "Physical Address Line 1": "442 E HOUSTON ST-RM 312", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10002", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700086", + "School District Name": "Region 6 and 8-SW/WC Service Coop", + "Physical Address Line 1": "1420 E COLLEGE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARSHALL", + "Physical Address State": "MN ", + "Physical Address Zip": "56258", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013040", + "School District Name": "Great Falls Elem", + "Physical Address Line 1": "1100 4th St So", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Great Falls", + "Physical Address State": "MT ", + "Physical Address Zip": "59405", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16792792792792793", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600986", + "School District Name": "GIRLS PREPARATORY CHARTER SCHOOL OF THE BRONX", + "Physical Address Line 1": "681 KELLY ST-RM 205", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10455", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013050", + "School District Name": "Great Falls H S", + "Physical Address Line 1": "1100 4th St So", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Great Falls", + "Physical Address State": "MT ", + "Physical Address Zip": "59405", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.12547819433817903", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601217", + "School District Name": "GIRLS PREPARATORY CHARTER SCHOOL OF THE BRONX II", + "Physical Address Line 1": "441 E 148TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10455", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013110", + "School District Name": "Greenfield Elem", + "Physical Address Line 1": "590 Hwy 431", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfield", + "Physical Address State": "MT ", + "Physical Address Zip": "59436", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13725490196078433", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700092", + "School District Name": "Minnesota New Country School", + "Physical Address Line 1": "210 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HENDERSON", + "Physical Address State": "MN ", + "Physical Address Zip": "56044", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700293", + "School District Name": "GLACIAL HILLS ELEMENTARY", + "Physical Address Line 1": "610 W 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STARBUCK", + "Physical Address State": "MN ", + "Physical Address Zip": "56381", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700093", + "School District Name": "PACT CHARTER SCHOOL", + "Physical Address Line 1": "7250 E RAMSEY PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RAMSEY", + "Physical Address State": "MN ", + "Physical Address Zip": "55303", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013140", + "School District Name": "Greycliff Elem", + "Physical Address Line 1": "301 A Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greycliff", + "Physical Address State": "MT ", + "Physical Address Zip": "59033", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10256410256410256", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000035", + "School District Name": "Glacier", + "Physical Address Line 1": "1210 East Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cut Bank", + "Physical Address State": "MT ", + "Physical Address Zip": "59427", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700099", + "School District Name": "YELLOW MEDICINE EAST", + "Physical Address Line 1": "450 9TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANITE FALLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12126865671641791", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013200", + "School District Name": "Hall Elem", + "Physical Address Line 1": "109 West Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hall", + "Physical Address State": "MT ", + "Physical Address Zip": "59837", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2222222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013260", + "School District Name": "Hamilton K-12 Schools", + "Physical Address Line 1": "217 Daly Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton", + "Physical Address State": "MT ", + "Physical Address Zip": "59840", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1513616212792907", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700102", + "School District Name": "SIBLEY EAST SCHOOL DISTRICT", + "Physical Address Line 1": "202 3RD AVE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARLINGTON", + "Physical Address State": "MN ", + "Physical Address Zip": "55307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09476876421531463", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013310", + "School District Name": "Hardin Elem", + "Physical Address Line 1": "401 Park Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hardin", + "Physical Address State": "MT ", + "Physical Address Zip": "59034", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.29064039408866993", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013340", + "School District Name": "Hardin H S", + "Physical Address Line 1": "401 Park Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hardin", + "Physical Address State": "MT ", + "Physical Address Zip": "59034", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2088607594936709", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700104", + "School District Name": "WEST CENTRAL AREA", + "Physical Address Line 1": "301 COUNTY RD 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BARRETT", + "Physical Address State": "MN ", + "Physical Address Zip": "56311", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1187363834422658", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820760", + "School District Name": "GLADEWATER ISD", + "Physical Address Line 1": "200 E BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLADEWATER", + "Physical Address State": "TX ", + "Physical Address Zip": "75647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.23008015087223008", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013395", + "School District Name": "Harlem Elem", + "Physical Address Line 1": "610 1st Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harlem", + "Physical Address State": "MT ", + "Physical Address Zip": "59526", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24435318275154005", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013400", + "School District Name": "Harlem H S", + "Physical Address Line 1": "610 1st Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harlem", + "Physical Address State": "MT ", + "Physical Address Zip": "59526", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4105610", + "School District Name": "Gladstone SD 115", + "Physical Address Line 1": "17789 Webster Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gladstone", + "Physical Address State": "OR ", + "Physical Address Zip": "97027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11305361305361306", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700108", + "School District Name": "PIPESTONE AREA SCHOOL DISTRICT", + "Physical Address Line 1": "1401 SW 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PIPESTONE", + "Physical Address State": "MN ", + "Physical Address Zip": "56164", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14788226848528357", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013470", + "School District Name": "Harlowton K-12", + "Physical Address Line 1": "304 Division St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harlowton", + "Physical Address State": "MT ", + "Physical Address Zip": "59036", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20426829268292682", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013530", + "School District Name": "Harrison K-12 Schools", + "Physical Address Line 1": "120 Harrison St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrison", + "Physical Address State": "MT ", + "Physical Address Zip": "59735", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22916666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013560", + "School District Name": "Havre Elem", + "Physical Address Line 1": "425 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Havre", + "Physical Address State": "MT ", + "Physical Address Zip": "59501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20261437908496732", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013590", + "School District Name": "Havre H S", + "Physical Address Line 1": "425 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Havre", + "Physical Address State": "MT ", + "Physical Address Zip": "59501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1492753623188406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700116", + "School District Name": "WORLD LEARNER CHARTER SCHOOL", + "Physical Address Line 1": "112050 HUNDERTMARK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHASKA", + "Physical Address State": "MN ", + "Physical Address Zip": "55318", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013280", + "School District Name": "Hawks Home Elem", + "Physical Address Line 1": "11 Talcott Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hammond", + "Physical Address State": "MT ", + "Physical Address Zip": "59332", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700117", + "School District Name": "Minnesota Transitions Charter Sch", + "Physical Address Line 1": "2872 26TH AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013660", + "School District Name": "Hays-Lodge Pole K-12 Schls", + "Physical Address Line 1": "197 School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hays", + "Physical Address State": "MT ", + "Physical Address Zip": "59527", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27751196172248804", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900127", + "School District Name": "Glass City Academy", + "Physical Address Line 1": "1000 Monroe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43604", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000099", + "School District Name": "Heart Butte K-12 Schools", + "Physical Address Line 1": "1 School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Heart Butte", + "Physical Address State": "MT ", + "Physical Address Zip": "59448", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25125628140703515", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405880", + "School District Name": "Glassboro School District", + "Physical Address Line 1": "560 Joseph L Bowe Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glassboro", + "Physical Address State": "NJ ", + "Physical Address Zip": "08028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16833484986351227", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000005", + "School District Name": "Helena Elem", + "Physical Address Line 1": "55 South Rodney", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Helena", + "Physical Address State": "MT ", + "Physical Address Zip": "59601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10497504427628401", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700126", + "School District Name": "ADA-BORUP PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "604 THORPE AVE W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADA", + "Physical Address State": "MN", + "Physical Address Zip": "56510", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820790", + "School District Name": "GLASSCOCK COUNTY ISD", + "Physical Address Line 1": "308 W CHAMBERS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GARDEN CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "79739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1050228310502283", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700127", + "School District Name": "STEPHEN-ARGYLE CENTRAL SCHOOLS", + "Physical Address Line 1": "500 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEPHEN", + "Physical Address State": "MN ", + "Physical Address Zip": "56757", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07692307692307693", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013800", + "School District Name": "Helena Flats Elem", + "Physical Address Line 1": "1000 Helena Flats Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalispell", + "Physical Address State": "MT ", + "Physical Address Zip": "59901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08637873754152824", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000013", + "School District Name": "Glastenbury School District", + "Physical Address Line 1": "246 South Stream Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bennington", + "Physical Address State": "VT ", + "Physical Address Zip": "05201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700129", + "School District Name": "MINNESOTA STATE ACADEMIES", + "Physical Address Line 1": "615 OLOF HANSON DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARIBAULT", + "Physical Address State": "MN ", + "Physical Address Zip": "55021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013830", + "School District Name": "Helena H S", + "Physical Address Line 1": "55 South Rodney", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Helena", + "Physical Address State": "MT ", + "Physical Address Zip": "59601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.07936507936507936", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013860", + "School District Name": "Hellgate Elem", + "Physical Address Line 1": "2385 Flynn Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Missoula", + "Physical Address State": "MT ", + "Physical Address Zip": "59808", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08771929824561403", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700132", + "School District Name": "RED ROCK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "100 6TH AVE E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAMBERTON", + "Physical Address State": "MN ", + "Physical Address Zip": "56152", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14695945945945946", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013890", + "School District Name": "Helmville Elem", + "Physical Address Line 1": "201 Schoolhouse Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Helmville", + "Physical Address State": "MT ", + "Physical Address Zip": "59843", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612180", + "School District Name": "GLEN COVE CITY SCHOOL DISTRICT", + "Physical Address Line 1": "150 DOSORIS LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLEN COVE", + "Physical Address State": "NY ", + "Physical Address Zip": "11542", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11436241610738256", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3014070", + "School District Name": "Highwood K-12", + "Physical Address Line 1": "160 West Street South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highwood", + "Physical Address State": "MT ", + "Physical Address Zip": "59450", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07692307692307693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700140", + "School District Name": "HIGHER GROUND ACADEMY", + "Physical Address Line 1": "1381 MARSHALL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3014340", + "School District Name": "Hinsdale Elem", + "Physical Address Line 1": "600 N Montana", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hinsdale", + "Physical Address State": "MT ", + "Physical Address Zip": "59241", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21212121212121213", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700142", + "School District Name": "ST. PAUL CITY SCHOOL", + "Physical Address Line 1": "260 EDMUND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3014370", + "School District Name": "Hinsdale H S", + "Physical Address Line 1": "600 N Montana", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hinsdale", + "Physical Address State": "MT ", + "Physical Address Zip": "59241", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700143", + "School District Name": "CENTRAL MINNESOTA JT. POWERS DIST.", + "Physical Address Line 1": "216 N 8TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAITE PARK", + "Physical Address State": "MN", + "Physical Address Zip": "56387", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3014430", + "School District Name": "Hobson K-12 Schools", + "Physical Address Line 1": "108 6th Street E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hobson", + "Physical Address State": "MT ", + "Physical Address Zip": "59452", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24390243902439024", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405940", + "School District Name": "Glen Ridge Public School District", + "Physical Address Line 1": "12 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glen Ridge", + "Physical Address State": "NJ ", + "Physical Address Zip": "07028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.024193548387096774", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3014640", + "School District Name": "Hot Springs K-12", + "Physical Address Line 1": "301 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hot Springs", + "Physical Address State": "MT ", + "Physical Address Zip": "59845", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2619047619047619", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405970", + "School District Name": "Glen Rock Public School District", + "Physical Address Line 1": "620 HARRISTOWN ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLEN ROCK", + "Physical Address State": "NJ ", + "Physical Address Zip": "07452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.01721664275466284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700152", + "School District Name": "Jennings Community School", + "Physical Address Line 1": "2455 UNIVERSITY AVE WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3014700", + "School District Name": "Huntley Project K-12 Schools", + "Physical Address Line 1": "2428 N 15 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Worden", + "Physical Address State": "MT ", + "Physical Address Zip": "59088", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13053613053613053", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700156", + "School District Name": "LIFE PREP", + "Physical Address Line 1": "930 GERANIUM AVE EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820850", + "School District Name": "GLEN ROSE ISD", + "Physical Address Line 1": "1102 STADIUM DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLEN ROSE", + "Physical Address State": "TX ", + "Physical Address Zip": "76043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13602015113350127", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3014760", + "School District Name": "Hysham K-12 Schools", + "Physical Address Line 1": "115 Summit Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hysham", + "Physical Address State": "MT ", + "Physical Address Zip": "59038", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21495327102803738", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700159", + "School District Name": "SOJOURNER TRUTH ACADEMY", + "Physical Address Line 1": "3820 EMERSON AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55412", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3014820", + "School District Name": "Independent Elem", + "Physical Address Line 1": "2907 Roundup Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billings", + "Physical Address State": "MT ", + "Physical Address Zip": "59105", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.045816733067729085", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700160", + "School District Name": "HIGH SCHOOL FOR RECORDING ARTS", + "Physical Address Line 1": "1166 UNIVERSITY AVE W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3807830", + "School District Name": "GLEN ULLIN 48", + "Physical Address Line 1": "6508 Hwy 49", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glen Ullin", + "Physical Address State": "ND ", + "Physical Address Zip": "58631", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0893854748603352", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015060", + "School District Name": "Jackson Elem", + "Physical Address Line 1": "415 Jardine Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "MT ", + "Physical Address Zip": "59736", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09090909090909091", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700163", + "School District Name": "Renville County West Schools", + "Physical Address Line 1": "301 NE 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RENVILLE", + "Physical Address State": "MN ", + "Physical Address Zip": "56284", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1630012936610608", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015120", + "School District Name": "Jefferson H S", + "Physical Address Line 1": "312 So Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boulder", + "Physical Address State": "MT ", + "Physical Address Zip": "59632", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.046992481203007516", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700167", + "School District Name": "MATH AND SCIENCE ACADEMY", + "Physical Address Line 1": "8430 WOODBURY CROSSING", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODBURY", + "Physical Address State": "MN ", + "Physical Address Zip": "55125", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3807850", + "School District Name": "GLENBURN 26", + "Physical Address Line 1": "102 Raymond St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glenburn", + "Physical Address State": "ND ", + "Physical Address Zip": "58740", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09134615384615384", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700173", + "School District Name": "NORTHWEST PASSAGE HIGH SCHOOL", + "Physical Address Line 1": "11345 ROBINSON DR NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COON RAPIDS", + "Physical Address State": "MN ", + "Physical Address Zip": "55443", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015200", + "School District Name": "Joliet Elem", + "Physical Address Line 1": "300 N Park St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Joliet", + "Physical Address State": "MT ", + "Physical Address Zip": "59041", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14553990610328638", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700174", + "School District Name": "LAFAYETTE PUBLIC CHARTER SCHOOL", + "Physical Address Line 1": "351 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAFAYETTE", + "Physical Address State": "MN ", + "Physical Address Zip": "56054", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015260", + "School District Name": "Joliet H S", + "Physical Address Line 1": "300 N Park St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Joliet", + "Physical Address State": "MT ", + "Physical Address Zip": "59041", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08860759493670886", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700177", + "School District Name": "NORTH LAKES ACADEMY", + "Physical Address Line 1": "308 15TH ST SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOREST LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "55025", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012690", + "School District Name": "GLENCOE", + "Physical Address Line 1": "201 East Lone Chimney", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glencoe", + "Physical Address State": "OK ", + "Physical Address Zip": "74032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18410041841004185", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700178", + "School District Name": "La Crescent Montessori & STEM Schoo", + "Physical Address Line 1": "1116 S OAK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA CRESCENT", + "Physical Address State": "MN ", + "Physical Address Zip": "55947", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015340", + "School District Name": "Jordan Elem", + "Physical Address Line 1": "324 Marguerite St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jordan", + "Physical Address State": "MT ", + "Physical Address Zip": "59337", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1797752808988764", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700179", + "School District Name": "NERSTRAND CHARTER SCHOOL", + "Physical Address Line 1": "205 S 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NERSTRAND", + "Physical Address State": "MN ", + "Physical Address Zip": "55053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015360", + "School District Name": "Judith Gap Elem", + "Physical Address Line 1": "306 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Judith Gap", + "Physical Address State": "MT ", + "Physical Address Zip": "59453", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700180", + "School District Name": "Rosa Parks Charter High School", + "Physical Address Line 1": "2450 MARION ROAD SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "MN ", + "Physical Address Zip": "55904", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015390", + "School District Name": "Judith Gap H S", + "Physical Address Line 1": "306 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Judith Gap", + "Physical Address State": "MT ", + "Physical Address Zip": "59453", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015450", + "School District Name": "Kalispell Elem", + "Physical Address Line 1": "233 First Ave East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalispell", + "Physical Address State": "MT ", + "Physical Address Zip": "59901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10621348911311737", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700182", + "School District Name": "REDWOOD AREA SCHOOL DISTRICT", + "Physical Address Line 1": "100 GEORGE RAMSETH DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REDWOOD FALLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56283", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1172752808988764", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700183", + "School District Name": "WESTBROOK-WALNUT GROVE SCHOOLS", + "Physical Address Line 1": "344 8TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTBROOK", + "Physical Address State": "MN ", + "Physical Address Zip": "56183", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14800759013282733", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015510", + "School District Name": "Kester Elem", + "Physical Address Line 1": "26 Miles NE of Jordan", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jordan", + "Physical Address State": "MT ", + "Physical Address Zip": "59337", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.36363636363636365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210830", + "School District Name": "Glendale SD", + "Physical Address Line 1": "1466 Beaver Valley Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flinton", + "Physical Address State": "PA ", + "Physical Address Zip": "16640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1880794701986755", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015570", + "School District Name": "Kila Elem", + "Physical Address Line 1": "395 Kila Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kila", + "Physical Address State": "MT ", + "Physical Address Zip": "59920", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4105640", + "School District Name": "Glendale SD 77", + "Physical Address Line 1": "303A Mehlwood Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendale", + "Physical Address State": "OR ", + "Physical Address Zip": "97442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.31017369727047145", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015610", + "School District Name": "King Colony Elem", + "Physical Address Line 1": "982 Jenni Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewistown", + "Physical Address State": "MT ", + "Physical Address Zip": "59457", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.022222222222222223", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700189", + "School District Name": "Twin Cities International Schools", + "Physical Address Line 1": "277 12TH AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007980", + "School District Name": "Kinsey Elem", + "Physical Address Line 1": "7 Mastin Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kinsey", + "Physical Address State": "MT ", + "Physical Address Zip": "59338", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.05555555555555555", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015640", + "School District Name": "Kircher Elem", + "Physical Address Line 1": "331 Kircher Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Miles City", + "Physical Address State": "MT ", + "Physical Address Zip": "59301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11224489795918367", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700191", + "School District Name": "PILLAGER AREA CHARTER SCHOOL", + "Physical Address Line 1": "12763 COUNTY RD 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PILLAGER", + "Physical Address State": "MN ", + "Physical Address Zip": "56473", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505460", + "School District Name": "Glendale-River Hills School District", + "Physical Address Line 1": "2600 W Mill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendale", + "Physical Address State": "WI ", + "Physical Address Zip": "53209", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09220985691573927", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015690", + "School District Name": "Knees Elem", + "Physical Address Line 1": "23831 Brady Road E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brady", + "Physical Address State": "MT ", + "Physical Address Zip": "59416", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3016110", + "School District Name": "LaMotte Elem", + "Physical Address Line 1": "841 Bear Canyon Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bozeman", + "Physical Address State": "MT ", + "Physical Address Zip": "59715", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08080808080808081", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700194", + "School District Name": "RIDGEWAY COMMUNITY SCHOOL", + "Physical Address Line 1": "35564 COUNTY ROAD 12", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "MN ", + "Physical Address Zip": "55943", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015990", + "School District Name": "Lambert Elem", + "Physical Address Line 1": "121 3rd Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lambert", + "Physical Address State": "MT ", + "Physical Address Zip": "59243", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700195", + "School District Name": "N.W.SUBURBAN INTEGRATION DISTRICT", + "Physical Address Line 1": "9201 W BROADWAY STE 690", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN PARK", + "Physical Address State": "MN ", + "Physical Address Zip": "55445", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700196", + "School District Name": "ITASCA AREA SCHOOLS COLLABORATIVE", + "Physical Address Line 1": "101 1ST AVENUE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEER RIVER", + "Physical Address State": "MN ", + "Physical Address Zip": "56636", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3016020", + "School District Name": "Lambert H S", + "Physical Address Line 1": "121 3rd Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lambert", + "Physical Address State": "MT ", + "Physical Address Zip": "59243", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13043478260869565", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700199", + "School District Name": "WASIOJA ED. TECHNOLOGY COOP.", + "Physical Address Line 1": "705 MILL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ZUMBROTA", + "Physical Address State": "MN ", + "Physical Address Zip": "55992", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3016050", + "School District Name": "Lame Deer Elem", + "Physical Address Line 1": "101 West Boundary St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lame Deer", + "Physical Address State": "MT ", + "Physical Address Zip": "59043", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.36926605504587157", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700203", + "School District Name": "Little Crow Tele-Media Network", + "Physical Address Line 1": "2 CENTURY AVE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUTCHINSON", + "Physical Address State": "MN ", + "Physical Address Zip": "55350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000095", + "School District Name": "Lame Deer H S", + "Physical Address Line 1": "101 West Boundary St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lame Deer", + "Physical Address State": "MT ", + "Physical Address Zip": "59043", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2960199004975124", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3016200", + "School District Name": "Laurel Elem", + "Physical Address Line 1": "410 Colorado Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laurel", + "Physical Address State": "MT ", + "Physical Address Zip": "59044", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11618257261410789", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700208", + "School District Name": "NORTH SHORE COMMUNITY SCHOOL", + "Physical Address Line 1": "5926 RYAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DULUTH", + "Physical Address State": "MN ", + "Physical Address Zip": "55804", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012720", + "School District Name": "GLENPOOL", + "Physical Address Line 1": "140 W 141st", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glenpool", + "Physical Address State": "OK ", + "Physical Address Zip": "74033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13054580274497288", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700209", + "School District Name": "HARBOR CITY INTERNATIONAL CHARTER", + "Physical Address Line 1": "332 W MICHIGAN ST STE.300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DULUTH", + "Physical Address State": "MN ", + "Physical Address Zip": "55802", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3016230", + "School District Name": "Laurel H S", + "Physical Address Line 1": "410 Colorado Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laurel", + "Physical Address State": "MT ", + "Physical Address Zip": "59044", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08859060402684564", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700211", + "School District Name": "SAGE ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "3900 85TH AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN PARK", + "Physical Address State": "MN ", + "Physical Address Zip": "55443", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612240", + "School District Name": "GLENS FALLS CITY SCHOOL DISTRICT", + "Physical Address Line 1": "15 QUADE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENS FALLS", + "Physical Address State": "NY ", + "Physical Address Zip": "12801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17464114832535885", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700212", + "School District Name": "PRAIRIE CREEK COMMUNITY SCHOOL", + "Physical Address Line 1": "27695 DENMARK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTHFIELD", + "Physical Address State": "MN ", + "Physical Address Zip": "55057", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3016290", + "School District Name": "Lavina K-12 Schools", + "Physical Address Line 1": "214 1st Street E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lavina", + "Physical Address State": "MT ", + "Physical Address Zip": "59046", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700213", + "School District Name": "WATERSHED HIGH SCHOOL", + "Physical Address Line 1": "6541 16TH AVE SO", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHFIELD", + "Physical Address State": "MN ", + "Physical Address Zip": "55423", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602310", + "School District Name": "GLENS FALLS COMMON SCHOOL DISTRICT", + "Physical Address Line 1": "120 LAWRENCE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENS FALLS", + "Physical Address State": "NY ", + "Physical Address Zip": "12801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2484472049689441", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700214", + "School District Name": "New Century Academy", + "Physical Address Line 1": "950 SCHOOL ROAD SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUTCHINSON", + "Physical Address State": "MN ", + "Physical Address Zip": "55350", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3016490", + "School District Name": "Lewistown Elem", + "Physical Address Line 1": "215 7th Avenue South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewistown", + "Physical Address State": "MT ", + "Physical Address Zip": "59457", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13592233009708737", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3016530", + "School District Name": "Libby K-12 Schools", + "Physical Address Line 1": "724 Louisiana Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Libby", + "Physical Address State": "MT ", + "Physical Address Zip": "59923", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.25337118523775726", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000093", + "School District Name": "Liberty Elem", + "Physical Address Line 1": "333 2100 Rd S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galata", + "Physical Address State": "MT ", + "Physical Address Zip": "59444", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.37037037037037035", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700221", + "School District Name": "Riverway Learning Community Charter", + "Physical Address Line 1": "1733 SERVICE DRIVE STE 18", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINONA", + "Physical Address State": "MN ", + "Physical Address Zip": "55987", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505520", + "School District Name": "Glenwood City School District", + "Physical Address Line 1": "850 Maple St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glenwood City", + "Physical Address State": "WI ", + "Physical Address Zip": "54013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10666666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700224", + "School District Name": "NORTHLAND LEARNING CENTER", + "Physical Address Line 1": "1201 S 13TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VIRGINIA", + "Physical Address State": "MN ", + "Physical Address Zip": "55792", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3016710", + "School District Name": "Lima K-12 Schools", + "Physical Address Line 1": "1 North Harrison", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lima", + "Physical Address State": "MT ", + "Physical Address Zip": "59739", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700225", + "School District Name": "SCHOOLCRAFT LEARNING COMMUNITY CHTR", + "Physical Address Line 1": "8955 DEER SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEMIDJI", + "Physical Address State": "MN ", + "Physical Address Zip": "56601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3016770", + "School District Name": "Lincoln County H S", + "Physical Address Line 1": "430 9th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "MT ", + "Physical Address Zip": "59917", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17746478873239438", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700226", + "School District Name": "Kato Public Charter School", + "Physical Address Line 1": "110 N 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANKATO", + "Physical Address State": "MN ", + "Physical Address Zip": "56001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3016810", + "School District Name": "Lincoln K-12 Schools", + "Physical Address Line 1": "808 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "MT ", + "Physical Address Zip": "59639", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18518518518518517", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700230", + "School District Name": "HOPE COMMUNITY ACADEMY", + "Physical Address Line 1": "720 PAYNE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55130", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008400", + "School District Name": "Lindsay Elem", + "Physical Address Line 1": "Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lindsay", + "Physical Address State": "MT ", + "Physical Address Zip": "59339", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303030", + "School District Name": "Glenwood School District", + "Physical Address Line 1": "320 BUNNELL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLENWOOD", + "Physical Address State": "WA ", + "Physical Address Zip": "98619", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25806451612903225", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700235", + "School District Name": "TRIO WOLF CREEK DISTANCE LEARNING", + "Physical Address Line 1": "10363 LIBERTY LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHISAGO CITY", + "Physical Address State": "MN ", + "Physical Address Zip": "55013", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3016880", + "School District Name": "Livingston Elem", + "Physical Address Line 1": "132 South B Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livingston", + "Physical Address State": "MT ", + "Physical Address Zip": "59047", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12256267409470752", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700237", + "School District Name": "PARTNERSHIP ACADEMY INC.", + "Physical Address Line 1": "6500 NICOLLET AVENUE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHFIELD", + "Physical Address State": "MN ", + "Physical Address Zip": "55423", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4105670", + "School District Name": "Glide SD 12", + "Physical Address Line 1": "18990 N Umpqua Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glide", + "Physical Address State": "OR ", + "Physical Address Zip": "97443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14534883720930233", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700238", + "School District Name": "Socrates", + "Physical Address Line 1": "2075 LOOKOUT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH MANKATO", + "Physical Address State": "MN ", + "Physical Address Zip": "56003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3017010", + "School District Name": "Lodge Grass Elem", + "Physical Address Line 1": "124 N St George", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lodge Grass", + "Physical Address State": "MT ", + "Physical Address Zip": "59050", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3264367816091954", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700240", + "School District Name": "PRAIRIE SEEDS ACADEMY", + "Physical Address Line 1": "6200 WEST BROADWAY AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN PARK", + "Physical Address State": "MN ", + "Physical Address Zip": "55428", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700313", + "School District Name": "GLOBAL ACADEMY", + "Physical Address Line 1": "3000 5TH STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW BRIGHTON", + "Physical Address State": "MN ", + "Physical Address Zip": "55112", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700241", + "School District Name": "TEAM ACADEMY", + "Physical Address Line 1": "220 17TH AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASECA", + "Physical Address State": "MN ", + "Physical Address Zip": "56093", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3017040", + "School District Name": "Lodge Grass H S", + "Physical Address Line 1": "124 N St George", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lodge Grass", + "Physical Address State": "MT ", + "Physical Address Zip": "59050", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2545454545454545", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700245", + "School District Name": "METRO SCHOOLS CHARTER", + "Physical Address Line 1": "620 OLSON MEMORIAL HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55411", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901588", + "School District Name": "Global Ambassadors Language Academy", + "Physical Address Line 1": "13442 Lorain Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700246", + "School District Name": "Twin Cities Academy", + "Physical Address Line 1": "690 BIRMINGHAM", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3017130", + "School District Name": "Lolo Elem", + "Physical Address Line 1": "11395 Highway 93 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lolo", + "Physical Address State": "MT ", + "Physical Address Zip": "59847", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0968208092485549", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700247", + "School District Name": "ROCHESTER MATH AND SCIENCE ACADEMY", + "Physical Address Line 1": "415 16TH ST SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "MN ", + "Physical Address Zip": "55902", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700249", + "School District Name": "Swan River Montessori Charter Sch", + "Physical Address Line 1": "500 MAPLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTICELLO", + "Physical Address State": "MN ", + "Physical Address Zip": "55362", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3017190", + "School District Name": "Lone Rock Elem", + "Physical Address Line 1": "1112 Three Mile Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stevensville", + "Physical Address State": "MT ", + "Physical Address Zip": "59870", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1295774647887324", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700252", + "School District Name": "STRIDE Academy", + "Physical Address Line 1": "3241 OAKHAM LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT CLOUD", + "Physical Address State": "MN ", + "Physical Address Zip": "56301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601076", + "School District Name": "GLOBAL COMMUNITY CHARTER SCHOOL", + "Physical Address Line 1": "2350 5TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700253", + "School District Name": "New Millennium Academy", + "Physical Address Line 1": "5105 BROOKLYN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN CENTER", + "Physical Address State": "MN ", + "Physical Address Zip": "55429", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3017340", + "School District Name": "Lustre Elem", + "Physical Address Line 1": "282 Lustre Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frazer", + "Physical Address State": "MT ", + "Physical Address Zip": "59225", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2916666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700254", + "School District Name": "GREEN ISLE COMMUNITY SCHOOL", + "Physical Address Line 1": "190 MCGRANN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREEN ISLE", + "Physical Address State": "MN ", + "Physical Address Zip": "55338", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600067", + "School District Name": "GLOBAL CONCEPTS CHARTER SCHOOL", + "Physical Address Line 1": "1001 RIDGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LACKAWANNA", + "Physical Address State": "NY ", + "Physical Address Zip": "14218", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3017370", + "School District Name": "Luther Elem", + "Physical Address Line 1": "4 Luther Roscoe Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Luther", + "Physical Address State": "MT ", + "Physical Address Zip": "59068", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700256", + "School District Name": "NORTHERN LIGHTS COMMUNITY SCHOOL", + "Physical Address Line 1": "305 BRIDGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARBA", + "Physical Address State": "MN ", + "Physical Address Zip": "55793", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700260", + "School District Name": "MINNESOTA ONLINE HIGH SCHOOL", + "Physical Address Line 1": "2314 UNIVERSITY AVE W STE 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3017520", + "School District Name": "Malmborg Elem", + "Physical Address Line 1": "375 Jackson Creek Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bozeman", + "Physical Address State": "MT ", + "Physical Address Zip": "59715", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17391304347826086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700262", + "School District Name": "Twin Cities German Immersion Chtr", + "Physical Address Line 1": "1031 COMO AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3017580", + "School District Name": "Malta K-12 Schools", + "Physical Address Line 1": "1 HS Lane S 9th St W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Malta", + "Physical Address State": "MT ", + "Physical Address Zip": "59538", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18848167539267016", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700263", + "School District Name": "Midway Star Academy", + "Physical Address Line 1": "1091 SNELLING AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700272", + "School District Name": "MINNESOTA DEPARTMENT OF CORRECTIONS", + "Physical Address Line 1": "1450 ENERGY PARK DRIVE STE 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3017640", + "School District Name": "Manhattan High School", + "Physical Address Line 1": "416 N Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manhattan", + "Physical Address State": "MT ", + "Physical Address Zip": "59741", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.044444444444444446", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700273", + "School District Name": "LOVEWORKS ACADEMY FOR ARTS", + "Physical Address Line 1": "900 MOUNT CURVE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55403", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901535", + "School District Name": "Global Impact STEM Academy", + "Physical Address Line 1": "700 S Limestone St Ste B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "OH ", + "Physical Address Zip": "45505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700275", + "School District Name": "NAYTAHWAUSH COMMUNITY SCHOOL", + "Physical Address Line 1": "2531 310TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAYTAHWAUSH", + "Physical Address State": "MN ", + "Physical Address Zip": "56566", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3017610", + "School District Name": "Manhattan School", + "Physical Address Line 1": "416 N Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manhattan", + "Physical Address State": "MT ", + "Physical Address Zip": "59741", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05656565656565657", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700276", + "School District Name": "SPECTRUM HIGH SCHOOL", + "Physical Address Line 1": "17796 INDUSTRIAL CIRCLE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELK RIVER", + "Physical Address State": "MN ", + "Physical Address Zip": "55330", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200073", + "School District Name": "Global Leadership Academy CS", + "Physical Address Line 1": "4601 Girard Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700277", + "School District Name": "NEW DISCOVERIES MONTESSORI ACADEMY", + "Physical Address Line 1": "1000 5TH AVE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUTCHINSON", + "Physical Address State": "MN ", + "Physical Address Zip": "55350", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3017700", + "School District Name": "Marion Elem", + "Physical Address Line 1": "205 Gopher Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "MT ", + "Physical Address Zip": "59925", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1703056768558952", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700278", + "School District Name": "SOUTHSIDE FAMILY CHARTER SCHOOL", + "Physical Address Line 1": "4500 CLINTON AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55419", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200892", + "School District Name": "Global Leadership Academy CS Southwest at Huey", + "Physical Address Line 1": "5200 Pine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19143", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700281", + "School District Name": "YINGHUA ACADEMY", + "Physical Address Line 1": "1616 BUCHANAN ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55413", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3006030", + "School District Name": "McCormick Elem", + "Physical Address Line 1": "1564 Old Highway 2 North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Troy", + "Physical Address State": "MT ", + "Physical Address Zip": "59935", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2727272727272727", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700284", + "School District Name": "Seven Hills Preparatory Academy", + "Physical Address Line 1": "8600 BLOOMINGTON AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLOOMINGTON", + "Physical Address State": "MN ", + "Physical Address Zip": "55425", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700287", + "School District Name": "PLAINVIEW-ELGIN-MILLVILLE", + "Physical Address Line 1": "500 WEST BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLAINVIEW", + "Physical Address State": "MN ", + "Physical Address Zip": "55964", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07240704500978473", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3018060", + "School District Name": "McLeod Elem", + "Physical Address Line 1": "23 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McLeod", + "Physical Address State": "MT ", + "Physical Address Zip": "59052", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.04", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700288", + "School District Name": "HIAWATHA ACADEMIES", + "Physical Address Line 1": "3500 E 28TH ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700289", + "School District Name": "Stonebridge World School", + "Physical Address Line 1": "4530 LYNDALE AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55419", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3018170", + "School District Name": "Medicine Lake K-12 Schools", + "Physical Address Line 1": "311 Young St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medicine Lake", + "Physical Address State": "MT ", + "Physical Address Zip": "59247", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13178294573643412", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700316", + "School District Name": "Global Scholars Academy", + "Physical Address Line 1": "311 Dowd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3018210", + "School District Name": "Melrose Elem", + "Physical Address Line 1": "377 Hecla Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Melrose", + "Physical Address State": "MT ", + "Physical Address Zip": "59743", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23076923076923078", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700292", + "School District Name": "LAURA JEFFREY ACADEMY CHARTER", + "Physical Address Line 1": "1550 SUMMIT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3018240", + "School District Name": "Melstone Elem", + "Physical Address Line 1": "5 6th Avenue N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Melstone", + "Physical Address State": "MT ", + "Physical Address Zip": "59054", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2909090909090909", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700294", + "School District Name": "RTR PUBLIC SCHOOLS", + "Physical Address Line 1": "111 COUNTY HIGHWAY 8", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TYLER", + "Physical Address State": "MN ", + "Physical Address Zip": "56178", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08716323296354993", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901465", + "School District Name": "Global Village Academy", + "Physical Address Line 1": "5720 State Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parma", + "Physical Address State": "OH ", + "Physical Address Zip": "44134", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700295", + "School District Name": "NOBLE ACADEMY", + "Physical Address Line 1": "9477 DECATUR DRIVE NORTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN PARK", + "Physical Address State": "MN ", + "Physical Address Zip": "55445", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3018270", + "School District Name": "Melstone H S", + "Physical Address Line 1": "5 6th Avenue N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Melstone", + "Physical Address State": "MT ", + "Physical Address Zip": "59054", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700296", + "School District Name": "International Spanish Language Acad", + "Physical Address Line 1": "5350 W 78TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDINA", + "Physical Address State": "MN ", + "Physical Address Zip": "55439", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3018290", + "School District Name": "Melville Elem", + "Physical Address Line 1": "50 Melville Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Melville", + "Physical Address State": "MT ", + "Physical Address Zip": "59055", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19230769230769232", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700298", + "School District Name": "PAUL BUNYAN EDUCATION COOPERATIVE", + "Physical Address Line 1": "WASHINGTON EDUCATIONAL SERVICE", + "Physical Address Line 2": "804 OAK ST", + "Physical Address Line 3": "", + "Physical Address City": "BRAINERD", + "Physical Address State": "MN ", + "Physical Address Zip": "56401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400450", + "School District Name": "Glocester", + "Physical Address Line 1": "Glocester Town Hall", + "Physical Address Line 2": "1145 Putnam Pike P.O.Box B", + "Physical Address Line 3": "", + "Physical Address City": "Chepachet", + "Physical Address State": "RI ", + "Physical Address Zip": "02814", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09768211920529801", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700299", + "School District Name": "Lincoln International High School", + "Physical Address Line 1": "2520 MINNEHAHA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55404", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021150", + "School District Name": "Miami Elem", + "Physical Address Line 1": "400 New Miami Colony Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conrad", + "Physical Address State": "MT ", + "Physical Address Zip": "59425", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22857142857142856", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700300", + "School District Name": "MINISINAAKWAANG LEADERSHIP ACADEMY", + "Physical Address Line 1": "20930 367TH LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCGREGOR", + "Physical Address State": "MN", + "Physical Address Zip": "55760", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3018410", + "School District Name": "Miles City Elem", + "Physical Address Line 1": "1604 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Miles City", + "Physical Address State": "MT ", + "Physical Address Zip": "59301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13463514902363824", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406000", + "School District Name": "Gloucester City Public School District", + "Physical Address Line 1": "1300 Market Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gloucester City", + "Physical Address State": "NJ ", + "Physical Address Zip": "08030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23451730418943534", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700308", + "School District Name": "KIPP MINNESOTA CHARTER SCHOOL", + "Physical Address Line 1": "5034 OLIVER AVE. N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55430", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3018570", + "School District Name": "Missoula Elem", + "Physical Address Line 1": "909 South Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Missoula", + "Physical Address State": "MT ", + "Physical Address Zip": "59801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.13316137352893762", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101620", + "School District Name": "GLOUCESTER CO PBLC SCHS", + "Physical Address Line 1": "6099 T.C. Walker Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gloucester", + "Physical Address State": "VA ", + "Physical Address Zip": "23061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11363251481795089", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3018540", + "School District Name": "Missoula H S", + "Physical Address Line 1": "909 South Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Missoula", + "Physical Address State": "MT ", + "Physical Address Zip": "59801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09244249726177436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700312", + "School District Name": "Infinity: Minnesota Digital Academy", + "Physical Address Line 1": "822 NE 5TH AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND RAPIDS", + "Physical Address State": "MN ", + "Physical Address Zip": "55744", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3480363", + "School District Name": "Gloucester County Special Services School District", + "Physical Address Line 1": "1340 Tanyard Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sewell", + "Physical Address State": "NJ ", + "Physical Address Zip": "08080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3018660", + "School District Name": "Molt Elem", + "Physical Address Line 1": "214 Lake Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Molt", + "Physical Address State": "MT ", + "Physical Address Zip": "59057", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700315", + "School District Name": "LIONSGATE ACADEMY", + "Physical Address Line 1": "5605 GREEN CIRCLE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNETONKA", + "Physical Address State": "MN ", + "Physical Address Zip": "55343", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406040", + "School District Name": "Gloucester County Vocational-Technical School District", + "Physical Address Line 1": "1360 Tanyard Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sewell", + "Physical Address State": "NJ ", + "Physical Address Zip": "08080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700316", + "School District Name": "Legacy of Dr Josie R Johnson Montes", + "Physical Address Line 1": "5140 FREMONT AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55430", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3018750", + "School District Name": "Monforton Elem", + "Physical Address Line 1": "6001 Monforton School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bozeman", + "Physical Address State": "MT ", + "Physical Address Zip": "59718", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.046686746987951805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700318", + "School District Name": "RUM RIVER SPECIAL EDUCATION COOP", + "Physical Address Line 1": "140 N BUCHANAN ST. STE 150", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMBRIDGE", + "Physical Address State": "MN ", + "Physical Address Zip": "55008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406030", + "School District Name": "Gloucester Township Public Schools", + "Physical Address Line 1": "17 Erial Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blackwood", + "Physical Address State": "NJ ", + "Physical Address Zip": "08012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12950958286358513", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3018780", + "School District Name": "Montana City Elem", + "Physical Address Line 1": "11 McClellan Creek Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clancy", + "Physical Address State": "MT ", + "Physical Address Zip": "59634", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.035629453681710214", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012750", + "School District Name": "GLOVER", + "Physical Address Line 1": "701 Lavender Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Broken Bow", + "Physical Address State": "OK ", + "Physical Address Zip": "74728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.31756756756756754", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700321", + "School District Name": "OSHKI OGIMAAG CHARTER SCHOOL", + "Physical Address Line 1": "73 UPPER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND PORTAGE", + "Physical Address State": "MN ", + "Physical Address Zip": "55605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3018870", + "School District Name": "Moore Elem", + "Physical Address Line 1": "509 Highland", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moore", + "Physical Address State": "MT ", + "Physical Address Zip": "59464", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15492957746478872", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700322", + "School District Name": "REDWOOD AREA TELECOM COOPERATIVE", + "Physical Address Line 1": "100 GEORGE RAMSETH DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REDWOOD FALLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56283", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612270", + "School District Name": "GLOVERSVILLE CITY SCHOOL DISTRICT", + "Physical Address Line 1": "234 LINCOLN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLOVERSVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2767514813523876", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700323", + "School District Name": "SCOTT COUNTY SCHOOLS NETWORK (SCSN)", + "Physical Address Line 1": "505 S HOLMES ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHAKOPEE", + "Physical Address State": "MN ", + "Physical Address Zip": "55379", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3018900", + "School District Name": "Moore H S", + "Physical Address Line 1": "509 Highland", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moore", + "Physical Address State": "MT ", + "Physical Address Zip": "59464", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3018960", + "School District Name": "Morin Elem", + "Physical Address Line 1": "8824 Pryor Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billings", + "Physical Address State": "MT ", + "Physical Address Zip": "59101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000004", + "School District Name": "Mountain View Elem", + "Physical Address Line 1": "Pardue Rd Seville Colony", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cut Bank", + "Physical Address State": "MT ", + "Physical Address Zip": "59427", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700326", + "School District Name": "TRACY AREA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "934 PINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRACY", + "Physical Address State": "MN ", + "Physical Address Zip": "56175", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12737430167597766", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900151", + "School District Name": "GOAL Digital Academy", + "Physical Address Line 1": "890 W 4th St Ste 400", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mansfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44906", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700327", + "School District Name": "SOUTHERN MN EDUCATION CONSORTIUM", + "Physical Address Line 1": "21697 STATE HWY 56", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "MN ", + "Physical Address Zip": "55912", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3019170", + "School District Name": "Nashua K-12 Schools", + "Physical Address Line 1": "222 Mabel", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nashua", + "Physical Address State": "MT ", + "Physical Address Zip": "59248", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06976744186046512", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700331", + "School District Name": "NOBLES COUNTY INTG COLLABORATIVE", + "Physical Address Line 1": "1117 MARINE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WORTHINGTON", + "Physical Address State": "MN ", + "Physical Address Zip": "56187", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3019310", + "School District Name": "North Harlem Colony Elem", + "Physical Address Line 1": "755 Hillcrest Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harlem", + "Physical Address State": "MT ", + "Physical Address Zip": "59526", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700333", + "School District Name": "PARNASSUS PREPARATORY CHARTER SCH", + "Physical Address Line 1": "11201 96TH AVE NO", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAPLE GROVE", + "Physical Address State": "MN ", + "Physical Address Zip": "55369", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000096", + "School District Name": "North Star Elem", + "Physical Address Line 1": "105 3rd Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rudyard", + "Physical Address State": "MT ", + "Physical Address Zip": "59540", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24603174603174602", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700335", + "School District Name": "HENNEPIN ELEMENTARY SCHOOL", + "Physical Address Line 1": "2123 CLINTON AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55404", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000097", + "School District Name": "North Star HS", + "Physical Address Line 1": "105 3rd Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rudyard", + "Physical Address State": "MT ", + "Physical Address Zip": "59540", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15517241379310345", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700337", + "School District Name": "Nova Classical Academy", + "Physical Address Line 1": "1455 VICTORIA WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700339", + "School District Name": "GREAT EXPECTATIONS", + "Physical Address Line 1": "550 E 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND MARAIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55604", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000090", + "School District Name": "Noxon Elem", + "Physical Address Line 1": "300 Noxon Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Noxon", + "Physical Address State": "MT ", + "Physical Address Zip": "59853", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22429906542056074", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700341", + "School District Name": "MINNESOTA INTERNSHIP CENTER", + "Physical Address Line 1": "2507 FREMONT AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55411", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3019500", + "School District Name": "Noxon H S", + "Physical Address Line 1": "300 Noxon Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Noxon", + "Physical Address State": "MT ", + "Physical Address Zip": "59853", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15083798882681565", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700342", + "School District Name": "HMONG COLLEGE PREP ACADEMY", + "Physical Address Line 1": "1515 BREWSTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820960", + "School District Name": "GODLEY ISD", + "Physical Address Line 1": "313 N PEARSON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GODLEY", + "Physical Address State": "TX ", + "Physical Address Zip": "76044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1085401766933109", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700343", + "School District Name": "Paladin Career and Tech High School", + "Physical Address Line 1": "308 NORTHTOWN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLAINE", + "Physical Address State": "MN ", + "Physical Address Zip": "55434", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3019530", + "School District Name": "Nye Elem", + "Physical Address Line 1": "1970 Nye Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nye", + "Physical Address State": "MT ", + "Physical Address Zip": "59061", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700344", + "School District Name": "GREAT RIVER SCHOOL", + "Physical Address Line 1": "1326 ENERGY PARK DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3010950", + "School District Name": "Olney-Bissell Elem", + "Physical Address Line 1": "5955 Farm To Market Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitefish", + "Physical Address State": "MT ", + "Physical Address Zip": "59937", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19230769230769232", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700345", + "School District Name": "TREKNORTH HIGH SCHOOL", + "Physical Address Line 1": "2400 PINE RIDGE AVENUE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEMIDJI", + "Physical Address State": "MN ", + "Physical Address Zip": "56601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3019740", + "School District Name": "Opheim K-12 Schools", + "Physical Address Line 1": "100 Rock Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Opheim", + "Physical Address State": "MT ", + "Physical Address Zip": "59250", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3148148148148148", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700346", + "School District Name": "VOYAGEURS EXPEDITIONARY", + "Physical Address Line 1": "3724 BEMIDJI AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEMIDJI", + "Physical Address State": "MN ", + "Physical Address Zip": "56601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700349", + "School District Name": "PIM Arts High School", + "Physical Address Line 1": "7255 FLYING CLOUD DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDEN PRAIRIE", + "Physical Address State": "MN ", + "Physical Address Zip": "55344", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3019950", + "School District Name": "Ovando Elem", + "Physical Address Line 1": "108 Birch Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ovando", + "Physical Address State": "MT ", + "Physical Address Zip": "59854", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399919", + "School District Name": "Goffstown SAU Office", + "Physical Address Line 1": "11 School St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goffstown", + "Physical Address State": "NH ", + "Physical Address Zip": "03045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700351", + "School District Name": "ST PAUL CONSERVATORY PERFORMING ART", + "Physical Address Line 1": "16 W 5TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303240", + "School District Name": "Goffstown School District", + "Physical Address Line 1": "11 School St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goffstown", + "Physical Address State": "NH ", + "Physical Address Zip": "03045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.056981132075471695", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700352", + "School District Name": "Spero Academy", + "Physical Address Line 1": "2701 CALIFORNIA ST. NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55418", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700353", + "School District Name": "URBAN ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "1668 MONTREAL AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4820970", + "School District Name": "GOLD BURG ISD", + "Physical Address Line 1": "468 PRATER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOWIE", + "Physical Address State": "TX ", + "Physical Address Zip": "76230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1774193548387097", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700354", + "School District Name": "NEW CITY SCHOOL", + "Physical Address Line 1": "1500 6TH ST. NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55413", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700358", + "School District Name": "Lakes International Language Academ", + "Physical Address Line 1": "246 SE 11TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOREST LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "55025", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700360", + "School District Name": "KALEIDOSCOPE CHARTER SCHOOL", + "Physical Address Line 1": "7525 KALLAND AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OTSEGO", + "Physical Address State": "MN ", + "Physical Address Zip": "55301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800237", + "School District Name": "GOLDEN RULE CHARTER SCHOOL", + "Physical Address Line 1": "135 W WINTERGREEN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DESOTO", + "Physical Address State": "TX ", + "Physical Address Zip": "75115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700362", + "School District Name": "ST. CROIX PREPARATORY ACADEMY", + "Physical Address Line 1": "4260 STAGECOACH TRL N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STILLWATER", + "Physical Address State": "MN ", + "Physical Address Zip": "55082", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000036", + "School District Name": "Golden Valley", + "Physical Address Line 1": "107 Kemp", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ryegate", + "Physical Address State": "MT ", + "Physical Address Zip": "59074", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700363", + "School District Name": "UBAH MEDICAL ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "1600 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOPKINS", + "Physical Address State": "MN ", + "Physical Address Zip": "55343", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700367", + "School District Name": "STEP ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "835 5TH ST E.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303090", + "School District Name": "Goldendale School District", + "Physical Address Line 1": "604 E. BROOKS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOLDENDALE", + "Physical Address State": "WA ", + "Physical Address Zip": "98620", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22376973073351902", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821000", + "School District Name": "GOLDTHWAITE ISD", + "Physical Address Line 1": "1509 HANNAH VALLEY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOLDTHWAITE", + "Physical Address State": "TX ", + "Physical Address Zip": "76844", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1541095890410959", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700370", + "School District Name": "ROCHESTER STEM ACADEMY", + "Physical Address Line 1": "415 16TH ST SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "MN ", + "Physical Address Zip": "55902", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821030", + "School District Name": "GOLIAD ISD", + "Physical Address Line 1": "161 N WELCH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOLIAD", + "Physical Address State": "TX ", + "Physical Address Zip": "77963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23228699551569507", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700372", + "School District Name": "Vermilion Country School", + "Physical Address Line 1": "1 ENTERPRISE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOWER", + "Physical Address State": "MN ", + "Physical Address Zip": "55790", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700373", + "School District Name": "MASTERY SCHOOL", + "Physical Address Line 1": "1301 7TH AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN", + "Physical Address Zip": "55411", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821060", + "School District Name": "GONZALES ISD", + "Physical Address Line 1": "1615 ST LOUIS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GONZALES", + "Physical Address State": "TX ", + "Physical Address Zip": "78629", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20849571317225254", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700376", + "School District Name": "Upper Mississippi Academy", + "Physical Address Line 1": "19 E EXCHANGE ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55101", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101650", + "School District Name": "GOOCHLAND CO PBLC SCHS", + "Physical Address Line 1": "2938-I River Rd W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goochland", + "Physical Address State": "VA ", + "Physical Address Zip": "23063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07518337408312958", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700378", + "School District Name": "NASHA SHKOLA CHARTER SCHOOL", + "Physical Address Line 1": "6717 85TH AVENUE N.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN PARK", + "Physical Address State": "MN ", + "Physical Address Zip": "55443", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900147", + "School District Name": "Good Foundations Academy", + "Physical Address Line 1": "5101 S 1050 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIVERDALE", + "Physical Address State": "UT ", + "Physical Address Zip": "84405", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700379", + "School District Name": "TRI-CITY UNITED SCHOOL DISTRICT", + "Physical Address Line 1": "101 2ND ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTGOMERY", + "Physical Address State": "MN ", + "Physical Address Zip": "56069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0635048231511254", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2791443", + "School District Name": "Goodhue County Education District", + "Physical Address Line 1": "395 GUERNSEY LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RED WING", + "Physical Address State": "MN ", + "Physical Address Zip": "55066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700380", + "School District Name": "Prodeo Academy", + "Physical Address Line 1": "4141 UNIVERSITY AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLUMBIA HEIGHTS", + "Physical Address State": "MN ", + "Physical Address Zip": "55421", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505580", + "School District Name": "Goodman-Armstrong Creek School District", + "Physical Address Line 1": "1 Falcon Crest", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goodman", + "Physical Address State": "WI ", + "Physical Address Zip": "54125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1320754716981132", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3807950", + "School District Name": "GOODRICH 16", + "Physical Address Line 1": "211 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goodrich", + "Physical Address State": "ND ", + "Physical Address Zip": "58444", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821090", + "School District Name": "GOODRICH ISD", + "Physical Address Line 1": "234 KATIE SIMPSON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOODRICH", + "Physical Address State": "TX ", + "Physical Address Zip": "77335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22340425531914893", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700384", + "School District Name": "Venture Academy", + "Physical Address Line 1": "315 27TH AVE. SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55414", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801458", + "School District Name": "GOODWATER MONTESSORI SCHOOL", + "Physical Address Line 1": "710 STADIUM DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GEORGETOWN", + "Physical Address State": "TX ", + "Physical Address Zip": "78626", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700385", + "School District Name": "RED LAKE COUNTY CENTRAL PUBLIC SCH", + "Physical Address Line 1": "201 GOVERNOR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OKLEE", + "Physical Address State": "MN ", + "Physical Address Zip": "56742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1227154046997389", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012870", + "School District Name": "GOODWELL", + "Physical Address Line 1": "326 East Eagle Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goodwell", + "Physical Address State": "OK ", + "Physical Address Zip": "73939", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17687074829931973", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700386", + "School District Name": "Sejong Academy of Minnesota", + "Physical Address Line 1": "1885 UNIVERSITY AVE W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700388", + "School District Name": "ROUND LAKE-BREWSTER PUBLIC SCHOOLS", + "Physical Address Line 1": "915 4TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BREWSTER", + "Physical Address State": "MN ", + "Physical Address Zip": "56119", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12582781456953643", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700389", + "School District Name": "TECHNICAL ACADEMIES OF MINNESOTA", + "Physical Address Line 1": "1705 16TH STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILLMAR", + "Physical Address State": "MN ", + "Physical Address Zip": "56201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821150", + "School District Name": "GOOSE CREEK CISD", + "Physical Address Line 1": "4544 INTERSTATE 10 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAYTOWN", + "Physical Address State": "TX ", + "Physical Address Zip": "77521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.21882828282828282", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700390", + "School District Name": "Star of the North Academy Charter S", + "Physical Address Line 1": "1562 VIKING BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST BETHEL", + "Physical Address State": "MN ", + "Physical Address Zip": "55011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000088", + "School District Name": "GORDON COOPER TECHNOLOGY CTR", + "Physical Address Line 1": "1 JOHN C BRUTON BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHAWNEE", + "Physical Address State": "OK ", + "Physical Address Zip": "74801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821180", + "School District Name": "GORDON ISD", + "Physical Address Line 1": "112 116 RUSK STS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GORDON", + "Physical Address State": "TX ", + "Physical Address Zip": "76453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21951219512195122", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700393", + "School District Name": "Universal Academy Charter School", + "Physical Address Line 1": "2912 28TH AVE SO.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900015", + "School District Name": "GORDON PARKS ELEM.", + "Physical Address Line 1": "3715 WYOMING ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100170", + "School District Name": "GORDON-RUSHVILLE PUBLIC SCHS", + "Physical Address Line 1": "810 N OAK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GORDON", + "Physical Address State": "NE ", + "Physical Address Zip": "69343", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20206489675516223", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700395", + "School District Name": "Saint Cloud Math and Science Academ", + "Physical Address Line 1": "1025 18TH ST N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT CLOUD", + "Physical Address State": "MN ", + "Physical Address Zip": "56303", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4012900", + "School District Name": "GORE", + "Physical Address Line 1": "1200 North Highway 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gore", + "Physical Address State": "OK ", + "Physical Address Zip": "74435", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21008403361344538", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300035", + "School District Name": "Gorham Randolph Shelburne Coop School District", + "Physical Address Line 1": "123 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gorham", + "Physical Address State": "NH ", + "Physical Address Zip": "03581", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11682242990654206", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399920", + "School District Name": "Gorham SAU Office", + "Physical Address Line 1": "123 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gorham", + "Physical Address State": "NH ", + "Physical Address Zip": "03581", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700398", + "School District Name": "Northeast College Prep", + "Physical Address Line 1": "300 INDUSTRIAL BLVD. NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55413", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612300", + "School District Name": "GORHAM-MIDDLESEX CENTRAL SCHOOL DISTRICT (MARCUS WHITMAN)", + "Physical Address Line 1": "4100 BALDWIN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RUSHVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14544", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12638717632552404", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700399", + "School District Name": "Minnesota Math and Science Academy", + "Physical Address Line 1": "169 JENKS AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55117", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821270", + "School District Name": "GORMAN ISD", + "Physical Address Line 1": "114 W LEXINGTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GORMAN", + "Physical Address State": "TX ", + "Physical Address Zip": "76454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2356902356902357", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700401", + "School District Name": "Woodbury Leadership Academy", + "Physical Address Line 1": "8089 GLOBE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODBURY", + "Physical Address State": "MN ", + "Physical Address Zip": "55125", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700403", + "School District Name": "Jane Goodall Environmental Sciences", + "Physical Address Line 1": "8008 83RD STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAPLE LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "55358", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612330", + "School District Name": "GOSHEN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "227 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOSHEN", + "Physical Address State": "NY ", + "Physical Address Zip": "10924", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.07729160012775471", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700404", + "School District Name": "Success Academy", + "Physical Address Line 1": "8201 PARK AVE. S.", + "Physical Address Line 2": "SUITE B", + "Physical Address Line 3": "", + "Physical Address City": "BLOOMINGTON", + "Physical Address State": "MN ", + "Physical Address Zip": "55420", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5602990", + "School District Name": "Goshen County School District #1", + "Physical Address Line 1": "626 West 25th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Torrington", + "Physical Address State": "WY ", + "Physical Address Zip": "82240", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12285556170448257", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700406", + "School District Name": "Minnesota Excellence in Learning Ac", + "Physical Address Line 1": "9060 ZANZIBAR LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAPLE GROVE", + "Physical Address State": "MN ", + "Physical Address Zip": "55311", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904634", + "School District Name": "Goshen Local", + "Physical Address Line 1": "6694 Goshen Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goshen", + "Physical Address State": "OH ", + "Physical Address Zip": "45122", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11203181968843222", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303312", + "School District Name": "Goshen SAU Office", + "Physical Address Line 1": "54 Mill Village Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goshen", + "Physical Address State": "NH ", + "Physical Address Zip": "03752", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700408", + "School District Name": "Level Up Academy", + "Physical Address Line 1": "2600 COUNTY ROAD E EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITE BEAR LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "55110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303304", + "School District Name": "Goshen School District", + "Physical Address Line 1": "54 Mill Village Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goshen", + "Physical Address State": "NH ", + "Physical Address Zip": "03752", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08823529411764706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700410", + "School District Name": "New Century School", + "Physical Address Line 1": "1380 ENERGY LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300019", + "School District Name": "Goshen-Lempster SAU Office", + "Physical Address Line 1": "29 School Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lempster", + "Physical Address State": "NH ", + "Physical Address Zip": "03605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700412", + "School District Name": "Rochester Beacon Academy", + "Physical Address Line 1": "2521 PENNINGTON DR. NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "MN ", + "Physical Address Zip": "55901", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3171100", + "School District Name": "GOTHENBURG PUBLIC SCHOOLS", + "Physical Address Line 1": "1322 AVENUE I", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOTHENBURG", + "Physical Address State": "NE ", + "Physical Address Zip": "69138", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.0978120978120978", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700413", + "School District Name": "Sherburne and Northern Wright Speci", + "Physical Address Line 1": "302 WASHINGTON STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTICELLO", + "Physical Address State": "MN ", + "Physical Address Zip": "55362", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612360", + "School District Name": "GOUVERNEUR CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "133 E BARNEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOUVERNEUR", + "Physical Address State": "NY ", + "Physical Address Zip": "13642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2054120541205412", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700415", + "School District Name": "Twin Lakes STEM Academy", + "Physical Address Line 1": "6201 NOBLE AVENUE NORTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN CENTER", + "Physical Address State": "MN ", + "Physical Address Zip": "55429", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100029", + "School District Name": "GOV SCH GLOBAL ECONOMICS/TECH", + "Physical Address Line 1": "200 Daniel Rd", + "Physical Address Line 2": "Southside Va Community College", + "Physical Address Line 3": "", + "Physical Address City": "Keysville", + "Physical Address State": "VA ", + "Physical Address Zip": "23947", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700417", + "School District Name": "SouthWest Educational Cooperative (", + "Physical Address Line 1": "100 STRONG STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TYLER", + "Physical Address State": "MN ", + "Physical Address Zip": "56178", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210860", + "School District Name": "Governor Mifflin SD", + "Physical Address Line 1": "10 South Waverly Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shillington", + "Physical Address State": "PA ", + "Physical Address Zip": "19607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09866892034650328", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700420", + "School District Name": "Southwest Metro Intermediate 288", + "Physical Address Line 1": "4601 DEAN LAKES BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHAKOPEE", + "Physical Address State": "MN ", + "Physical Address Zip": "55379", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303330", + "School District Name": "Governor Wentworth Reg School District", + "Physical Address Line 1": "140 Pine Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wolfeboro", + "Physical Address State": "NH ", + "Physical Address Zip": "03894", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09883970777825526", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700423", + "School District Name": "North Metro Flex Academy", + "Physical Address Line 1": "2350 HELEN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399949", + "School District Name": "Governor Wentworth Regional SAU Office", + "Physical Address Line 1": "140 Pine Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wolfeboro", + "Physical Address State": "NH ", + "Physical Address Zip": "03894", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503907", + "School District Name": "Governor's School for Science and Mathematics", + "Physical Address Line 1": "401 Railroad Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartsville", + "Physical Address State": "SC ", + "Physical Address Zip": "29550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102175", + "School District Name": "GOVERNOR'S SCHOOL FOR THE ARTS", + "Physical Address Line 1": "254 Granby Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norfolk", + "Physical Address State": "VA ", + "Physical Address Zip": "23510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503904", + "School District Name": "Governor's School for the Arts and Humanities", + "Physical Address Line 1": "15 University Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "SC ", + "Physical Address Zip": "29601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700429", + "School District Name": "Phoenix Academy Charter School", + "Physical Address Line 1": "38460 LINCOLN TRAIL SUITE 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH BRANCH", + "Physical Address State": "MN ", + "Physical Address Zip": "55056", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612390", + "School District Name": "GOWANDA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "10674 PROSPECT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOWANDA", + "Physical Address State": "NY ", + "Physical Address Zip": "14070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1920777279521674", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700433", + "School District Name": "Skyline Math and Science Academy", + "Physical Address Line 1": "2600 26TH AVE S SUITE 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013080", + "School District Name": "GRACEMONT", + "Physical Address Line 1": "417 East McCall", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gracemont", + "Physical Address State": "OK ", + "Physical Address Zip": "73042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.35714285714285715", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700437", + "School District Name": "Marine Area Community School", + "Physical Address Line 1": "14189 OSTLUND TRAIL NORTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARINE ON ST CROIX", + "Physical Address State": "MN ", + "Physical Address Zip": "55047", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700438", + "School District Name": "The Journey School", + "Physical Address Line 1": "775 LEXINGTON PARKWAY N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821300", + "School District Name": "GRADY ISD", + "Physical Address Line 1": "3011 STATE HWY 176", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LENORAH", + "Physical Address State": "TX ", + "Physical Address Zip": "79749", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16352201257861634", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700439", + "School District Name": "SciTech Academy Charter School", + "Physical Address Line 1": "100 W 66TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHFIELD", + "Physical Address State": "MN ", + "Physical Address Zip": "55423", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501140", + "School District Name": "GRADY MUNICIPAL SCHOOLS", + "Physical Address Line 1": "100 FRANKLIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRADY", + "Physical Address State": "NM ", + "Physical Address Zip": "88120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17777777777777778", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821330", + "School District Name": "GRAFORD ISD", + "Physical Address Line 1": "400 W DIVISION", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAFORD", + "Physical Address State": "TX ", + "Physical Address Zip": "76449", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2088235294117647", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700442", + "School District Name": "Northern Lights Academy Cooperative", + "Physical Address Line 1": "302 14TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLOQUET", + "Physical Address State": "MN ", + "Physical Address Zip": "55720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800406", + "School District Name": "GRAFTON 18", + "Physical Address Line 1": "1548 School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grafton", + "Physical Address State": "ND ", + "Physical Address Zip": "58237", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12030075187969924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700444", + "School District Name": "Progeny Academy Charter School", + "Physical Address Line 1": "5929 BROOKLYN BOULEVARD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN CENTER", + "Physical Address State": "MN ", + "Physical Address Zip": "55429", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505610", + "School District Name": "Grafton School District", + "Physical Address Line 1": "1900 Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grafton", + "Physical Address State": "WI ", + "Physical Address Zip": "53024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.041136556403731976", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700446", + "School District Name": "Minnesota Wildflower Montessori Sch", + "Physical Address Line 1": "310 EAST 38TH STREET", + "Physical Address Line 2": "SUITES 133-135", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55409", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700447", + "School District Name": "West Metro Schools Network (WMSN)", + "Physical Address Line 1": "5701 NORMANDALE ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDINA", + "Physical Address State": "MN ", + "Physical Address Zip": "55424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701770", + "School District Name": "Graham County Schools", + "Physical Address Line 1": "52 Moose Branch Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Robbinsville", + "Physical Address State": "NC ", + "Physical Address Zip": "28771", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25795644891122277", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700448", + "School District Name": "Minnesota Healthcare Consortium (MH", + "Physical Address Line 1": "999 NOFOUND street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOFOUNDCITY", + "Physical Address State": "MN ", + "Physical Address Zip": "88888", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700449", + "School District Name": "Three Rivers Montessori School", + "Physical Address Line 1": "17267 YALE ST NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELK RIVER", + "Physical Address State": "MN ", + "Physical Address Zip": "55330", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901382", + "School District Name": "Graham Elementary and Middle School", + "Physical Address Line 1": "140 E 16th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700450", + "School District Name": "Horizon Science Academy Twin Cities", + "Physical Address Line 1": "7735 2ND AVE S.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHFIELD", + "Physical Address State": "MN ", + "Physical Address Zip": "55423", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821360", + "School District Name": "GRAHAM ISD", + "Physical Address Line 1": "400 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAHAM", + "Physical Address State": "TX ", + "Physical Address Zip": "76450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18300378628523348", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700451", + "School District Name": "Quantum STEAM Academy Charter", + "Physical Address Line 1": "497 HUMBOLDT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55107", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904619", + "School District Name": "Graham Local", + "Physical Address Line 1": "7790 US Highway 36", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Paris", + "Physical Address State": "OH ", + "Physical Address Zip": "43072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700453", + "School District Name": "STEAM Academy Charter School", + "Physical Address Line 1": "1330 BLAIR AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900080", + "School District Name": "Graham School The", + "Physical Address Line 1": "3950 Indianola Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700454", + "School District Name": "Great Oaks Academy Charter School", + "Physical Address Line 1": "6300 212TH ST. W.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FARMINGTON", + "Physical Address State": "MN ", + "Physical Address Zip": "55024", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000782", + "School District Name": "GRAHAM-DUSTIN", + "Physical Address Line 1": "116118 Highway 84", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weleetka", + "Physical Address State": "OK ", + "Physical Address Zip": "74880", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3641025641025641", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701440", + "School District Name": "Grainger County", + "Physical Address Line 1": "7850 Rutledge PIKE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rutledge", + "Physical Address State": "TN ", + "Physical Address Zip": "37861", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20556501987507098", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700456", + "School District Name": "Modern Montessori Charter School", + "Physical Address Line 1": "111 DEAN AVENUE WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHAMPLIN", + "Physical Address State": "MN ", + "Physical Address Zip": "55316", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700458", + "School District Name": "St. Paul School of Northern Lights", + "Physical Address Line 1": "426 OSCEOLA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821390", + "School District Name": "GRANBURY ISD", + "Physical Address Line 1": "217 N JONES", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANBURY", + "Physical Address State": "TX ", + "Physical Address Zip": "76048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15249920407513531", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700459", + "School District Name": "Notre Ecole Academy", + "Physical Address Line 1": "5920 GOLDEN VALLEY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOLDEN VALLEY", + "Physical Address State": "MN ", + "Physical Address Zip": "55422", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700460", + "School District Name": "Metro Tech Academy Charter School", + "Physical Address Line 1": "2511 TAYLOR ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55418", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600112", + "School District Name": "GRAND CONCOURSE ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "625 BOLTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10473", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700461", + "School District Name": "Minneapolis School of New Music", + "Physical Address Line 1": "4021 THOMAS AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNEAPOLIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55412", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303130", + "School District Name": "Grand Coulee Dam School District", + "Physical Address Line 1": "110 STEVENS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COULEE DAM", + "Physical Address State": "WA ", + "Physical Address Zip": "99116", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1282798833819242", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900330", + "School District Name": "Grand District", + "Physical Address Line 1": "264 S 400 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moab", + "Physical Address State": "UT ", + "Physical Address Zip": "84532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15776241357636706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3808130", + "School District Name": "GRAND FORKS 1", + "Physical Address Line 1": "2400 47th Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Forks", + "Physical Address State": "ND ", + "Physical Address Zip": "58201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11773682357084164", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700464", + "School District Name": "Innovation Sci & Tech Academy", + "Physical Address Line 1": "13001 CENTRAL AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLAINE", + "Physical Address State": "MN ", + "Physical Address Zip": "55434", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800051", + "School District Name": "GRAND FORKS AFB 140", + "Physical Address Line 1": "2400 47th Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Forks", + "Physical Address State": "ND ", + "Physical Address Zip": "58201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.0625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800400", + "School District Name": "GRAND FORKS AREA CAREER & TECHNICAL CENTER", + "Physical Address Line 1": "2400 47th Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Forks", + "Physical Address State": "ND ", + "Physical Address Zip": "58201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700466", + "School District Name": "Rock Ridge Public Schools", + "Physical Address Line 1": "411 S 5TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VIRGINIA", + "Physical Address State": "MN ", + "Physical Address Zip": "55792", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13486842105263158", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880470", + "School District Name": "GRAND FORKS SPECIAL ED UNIT", + "Physical Address Line 1": "2400 47th Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Forks", + "Physical Address State": "ND ", + "Physical Address Zip": "58201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607020", + "School District Name": "GRAND ISLAND CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1100 RANSOM RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND ISLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "14072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06425233644859812", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100016", + "School District Name": "GRAND ISLAND PUBLIC SCHOOLS", + "Physical Address Line 1": "123 S WEBB RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND ISLAND", + "Physical Address State": "NE ", + "Physical Address Zip": "68803", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.13701280751865844", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099924", + "School District Name": "Grand Isle Supervisory Union", + "Physical Address Line 1": "224 U.S. Route 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Isle", + "Physical Address State": "VT ", + "Physical Address Zip": "05458", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11709844559585492", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700470", + "School District Name": "Link Public Schools", + "Physical Address Line 1": "2225 ZENITH AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOLDEN VALLEY", + "Physical Address State": "MN ", + "Physical Address Zip": "55422", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821420", + "School District Name": "GRAND PRAIRIE ISD", + "Physical Address Line 1": "2602 S BELT LINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND PRAIRIE", + "Physical Address State": "TX ", + "Physical Address Zip": "75052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18314644920149506", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700472", + "School District Name": "Kandiyohi Academy", + "Physical Address Line 1": "999 NOFOUND street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOFOUNDCITY", + "Physical Address State": "MN ", + "Physical Address Zip": "88888", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700473", + "School District Name": "Oak Hill Montessori Community", + "Physical Address Line 1": "4665 HODGSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHOREVIEW", + "Physical Address State": "MN ", + "Physical Address Zip": "55126", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700474", + "School District Name": "Kalon Prep Academy", + "Physical Address Line 1": "1877 AGA DRIVE", + "Physical Address Line 2": "SUITE 220", + "Physical Address Line 3": "", + "Physical Address City": "ALEXANDRIA", + "Physical Address State": "MN ", + "Physical Address Zip": "56308", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821450", + "School District Name": "GRAND SALINE ISD", + "Physical Address Line 1": "400 STADIUM DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND SALINE", + "Physical Address State": "TX ", + "Physical Address Zip": "75140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20374707259953162", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700476", + "School District Name": "School of Leadership Public Service", + "Physical Address Line 1": "999 NOFOUND street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOFOUNDCITY", + "Physical Address State": "MN ", + "Physical Address Zip": "88888", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700477", + "School District Name": "Rollingstone Community School", + "Physical Address Line 1": "999 NOFOUND street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOFOUNDCITY", + "Physical Address State": "MN ", + "Physical Address Zip": "88888", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904586", + "School District Name": "Grand Valley Local", + "Physical Address Line 1": "111 Grand Valley Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orwell", + "Physical Address State": "OH ", + "Physical Address Zip": "44076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10970654627539503", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700478", + "School District Name": "Sisu Environmental School", + "Physical Address Line 1": "999 NOFOUND street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOFOUNDCITY", + "Physical Address State": "MN ", + "Physical Address Zip": "88888", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013230", + "School District Name": "GRAND VIEW", + "Physical Address Line 1": "15481 North Jarvis Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tahlequah", + "Physical Address State": "OK ", + "Physical Address Zip": "74464", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22279792746113988", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700479", + "School District Name": "Up North Learning Center", + "Physical Address Line 1": "5413 73RD ST NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALKER", + "Physical Address State": "MN ", + "Physical Address Zip": "56484", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821480", + "School District Name": "GRANDFALLS-ROYALTY ISD", + "Physical Address Line 1": "115 AVE C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANDFALLS", + "Physical Address State": "TX ", + "Physical Address Zip": "79742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16161616161616163", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013200", + "School District Name": "GRANDFIELD", + "Physical Address Line 1": "811 West 3rd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grandfield", + "Physical Address State": "OK ", + "Physical Address Zip": "73546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013260", + "School District Name": "GRANDVIEW", + "Physical Address Line 1": "277062 E 1840 Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Comanche", + "Physical Address State": "OK ", + "Physical Address Zip": "73529", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11940298507462686", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700482", + "School District Name": "St. Cloud Social Justice Academy", + "Physical Address Line 1": "2719 W DIVISION ST", + "Physical Address Line 2": "STE 111", + "Physical Address Line 3": "", + "Physical Address City": "SAINT CLOUD", + "Physical Address State": "MN ", + "Physical Address Zip": "56301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904407", + "School District Name": "Grandview Heights Schools", + "Physical Address Line 1": "1600 W 1st Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03888888888888889", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2700483", + "School District Name": "Marine Village School", + "Physical Address Line 1": "550 PINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARINE ON ST CROIX", + "Physical Address State": "MN ", + "Physical Address Zip": "55047", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821540", + "School District Name": "GRANDVIEW ISD", + "Physical Address Line 1": "701 S FIFTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANDVIEW", + "Physical Address State": "TX ", + "Physical Address Zip": "76050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0935483870967742", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303150", + "School District Name": "Grandview School District", + "Physical Address Line 1": "913 W 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANDVIEW", + "Physical Address State": "WA ", + "Physical Address Zip": "98930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1637226469812813", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2702264", + "School District Name": "NORTHEAST METRO 916", + "Physical Address Line 1": "2540 E COUNTY RD F", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITE BEAR LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "55110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821560", + "School District Name": "GRANDVIEW-HOPKINS ISD", + "Physical Address Line 1": "11676 FM 293", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GROOM", + "Physical Address State": "TX ", + "Physical Address Zip": "79039", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821590", + "School District Name": "GRANGER ISD", + "Physical Address Line 1": "300 N COLORADO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANGER", + "Physical Address State": "TX ", + "Physical Address Zip": "76530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15022421524663676", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2702720", + "School District Name": "SOUTHLAND PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "200 NW WATER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADAMS", + "Physical Address State": "MN ", + "Physical Address Zip": "55909", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08963093145869948", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303180", + "School District Name": "Granger School District", + "Physical Address Line 1": "701 E AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANGER", + "Physical Address State": "WA ", + "Physical Address Zip": "98932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21871127633209417", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000037", + "School District Name": "Granite", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philipsburg", + "Physical Address State": "MT ", + "Physical Address Zip": "59858", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013290", + "School District Name": "GRANITE", + "Physical Address Line 1": "507 West 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Granite", + "Physical Address State": "OK ", + "Physical Address Zip": "73547", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21256038647342995", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2702910", + "School District Name": "WALKER-HACKENSACK-AKELEY SCHL. DIST", + "Physical Address Line 1": "301 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALKER", + "Physical Address State": "MN ", + "Physical Address Zip": "56484", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14131501472031405", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900360", + "School District Name": "Granite District", + "Physical Address Line 1": "2500 S STATE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALT LAKE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84115", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10341021542209028", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5303210", + "School District Name": "Granite Falls School District", + "Physical Address Line 1": "205 N Alder Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Granite Falls", + "Physical Address State": "WA ", + "Physical Address Zip": "98252", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0736693690518153", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303296", + "School District Name": "Granite State Arts Academy Charter School", + "Physical Address Line 1": "19 Keewaydin Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "NH ", + "Physical Address Zip": "03079", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400360", + "School District Name": "GRANT COUNTY SCHOOLS", + "Physical Address Line 1": "204 JEFFERSON AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PETERSBURG", + "Physical Address State": "WV ", + "Physical Address Zip": "26847", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20907928388746802", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100027", + "School District Name": "Grant ESD", + "Physical Address Line 1": "835-A S Canyon Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "John Day", + "Physical Address State": "OR ", + "Physical Address Zip": "97845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300022", + "School District Name": "Grantham SAU Office", + "Physical Address Line 1": "300 Route 10 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grantham", + "Physical Address State": "NH ", + "Physical Address Zip": "03753", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303360", + "School District Name": "Grantham School District", + "Physical Address Line 1": "300 Route 10 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grantham", + "Physical Address State": "NH ", + "Physical Address Zip": "03753", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.03879310344827586", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505640", + "School District Name": "Granton Area School District", + "Physical Address Line 1": "217 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Granton", + "Physical Address State": "WI ", + "Physical Address Zip": "54436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3300589390962672", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4105910", + "School District Name": "Grants Pass SD 7", + "Physical Address Line 1": "725 NE Dean Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grants Pass", + "Physical Address State": "OR ", + "Physical Address Zip": "97526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17991439926627942", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501170", + "School District Name": "GRANTS-CIBOLA COUNTY SCHOOLS", + "Physical Address Line 1": "413 W ROOSEVELT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANTS", + "Physical Address State": "NM ", + "Physical Address Zip": "87020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2981108573801121", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505670", + "School District Name": "Grantsburg School District", + "Physical Address Line 1": "480 E James Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grantsburg", + "Physical Address State": "WI ", + "Physical Address Zip": "54840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1326530612244898", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612450", + "School District Name": "GRANVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "58 QUAKER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21570482497634816", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701800", + "School District Name": "Granville County Schools", + "Physical Address Line 1": "101 Delacroix St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxford", + "Physical Address State": "NC ", + "Physical Address Zip": "27565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15603656614479353", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904539", + "School District Name": "Granville Exempted Village", + "Physical Address Line 1": "130 N Granger St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Granville", + "Physical Address State": "OH ", + "Physical Address Zip": "43023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.025084745762711864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000414", + "School District Name": "Granville Hancock Unified School District", + "Physical Address Line 1": "461 Waterman Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Royalton", + "Physical Address State": "VT ", + "Physical Address Zip": "05068", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821600", + "School District Name": "GRAPE CREEK ISD", + "Physical Address Line 1": "8207 U S HWY 87 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANGELO", + "Physical Address State": "TX ", + "Physical Address Zip": "76901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17162162162162162", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821630", + "School District Name": "GRAPELAND ISD", + "Physical Address Line 1": "116 W MYRTLE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAPELAND", + "Physical Address State": "TX ", + "Physical Address Zip": "75844", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24088748019017434", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303240", + "School District Name": "Grapeview School District", + "Physical Address Line 1": "822 E MASON BENSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAPEVIEW", + "Physical Address State": "WA ", + "Physical Address Zip": "98546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1348973607038123", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821660", + "School District Name": "GRAPEVINE-COLLEYVILLE ISD", + "Physical Address Line 1": "3051 IRA E WOODS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAPEVINE", + "Physical Address State": "TX ", + "Physical Address Zip": "76051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.06151154182650246", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400064", + "School District Name": "Gray Charter School", + "Physical Address Line 1": "55 Liberty Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700128", + "School District Name": "Gray Stone Day School", + "Physical Address Line 1": "49464 Merner Terrace", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Misenheimer", + "Physical Address State": "NC ", + "Physical Address Zip": "28109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101690", + "School District Name": "GRAYSON CO PBLC SCHS", + "Physical Address Line 1": "412 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Independence", + "Physical Address State": "VA ", + "Physical Address Zip": "24348", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.225", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900182", + "School District Name": "Greasewood Springs Community School Inc", + "Physical Address Line 1": "HC 58 Box 60", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ganado", + "Physical Address State": "AZ", + "Physical Address Zip": "86505", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300048", + "School District Name": "Great Bay Elearning Charter School", + "Physical Address Line 1": "30 Linden St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exeter", + "Physical Address State": "NH ", + "Physical Address Zip": "03833", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000065", + "School District Name": "Great Divide Educ Serv", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deer Lodge", + "Physical Address State": "MT ", + "Physical Address Zip": "59722", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801441", + "School District Name": "GREAT HEARTS TEXAS", + "Physical Address Line 1": "12500 SAN PEDRO AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78216", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400008", + "School District Name": "Great Meadows Regional School District", + "Physical Address Line 1": "281 Route 46", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Great Meadows", + "Physical Address State": "NJ ", + "Physical Address Zip": "07838", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05009107468123861", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612510", + "School District Name": "GREAT NECK UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "345 LAKEVILLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREAT NECK", + "Physical Address State": "NY ", + "Physical Address Zip": "11020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0730211159608352", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303270", + "School District Name": "Great Northern School District", + "Physical Address Line 1": "3115 N SPOTTED RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPOKANE", + "Physical Address State": "WA ", + "Physical Address Zip": "99224", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2328042328042328", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800399", + "School District Name": "GREAT NORTHWEST AREA CAREER & TECHNICAL CENTER", + "Physical Address Line 1": "222 University Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williston", + "Physical Address State": "ND ", + "Physical Address Zip": "58801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905106", + "School District Name": "Great Oaks Career Campuses", + "Physical Address Line 1": "110 Great Oaks Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601085", + "School District Name": "GREAT OAKS CHARTER SCHOOL", + "Physical Address Line 1": "38 DELANCEY ST-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10002", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3171220", + "School District Name": "GRETNA PUBLIC SCHOOLS", + "Physical Address Line 1": "11717 S 216TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRETNA", + "Physical Address State": "NE ", + "Physical Address Zip": "68028", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.01827079934747145", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3171370", + "School District Name": "HAMPTON PUBLIC SCHOOL", + "Physical Address Line 1": "458 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMPTON", + "Physical Address State": "NE ", + "Physical Address Zip": "68843", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400751", + "School District Name": "Great Oaks Legacy Charter School", + "Physical Address Line 1": "909 Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3171520", + "School District Name": "HARTINGTON NEWCASTLE PUBLIC SCHOOLS", + "Physical Address Line 1": "501 S BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARTINGTON", + "Physical Address State": "NE ", + "Physical Address Zip": "68739", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08883248730964467", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000091", + "School District Name": "GREAT PLAINS", + "Physical Address Line 1": "2001 E GLADSTONE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FREDERICK", + "Physical Address State": "OK ", + "Physical Address Zip": "73542", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3171550", + "School District Name": "HARVARD PUBLIC SCHOOLS", + "Physical Address Line 1": "506 E NORTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARVARD", + "Physical Address State": "NE ", + "Physical Address Zip": "68944", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1288888888888889", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000057", + "School District Name": "GREAT PLAINS", + "Physical Address Line 1": "4500 SW LEE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAWTON", + "Physical Address State": "OK ", + "Physical Address Zip": "73505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3171580", + "School District Name": "HASTINGS PUBLIC SCHOOLS", + "Physical Address Line 1": "1924 WEST A STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HASTINGS", + "Physical Address State": "NE ", + "Physical Address Zip": "68901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13282682735132303", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2709440", + "School District Name": "ROCORI PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "534 N 5TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLD SPRING", + "Physical Address State": "MN ", + "Physical Address Zip": "56320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.046720960137162454", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3171610", + "School District Name": "HAY SPRINGS PUBLIC SCHOOLS", + "Physical Address Line 1": "407 N BAKER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAY SPRINGS", + "Physical Address State": "NE ", + "Physical Address Zip": "69347", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14814814814814814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901599", + "School District Name": "Great River Connections Academy", + "Physical Address Line 1": "3650 Olentangy River Rd Ste 430", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3109120", + "School District Name": "HAYES CENTER PUBLIC SCHOOLS", + "Physical Address Line 1": "501 TROTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAYES CENTER", + "Physical Address State": "NE ", + "Physical Address Zip": "69032", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20909090909090908", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100117", + "School District Name": "HEARTLAND COMMUNITY SCHOOLS", + "Physical Address Line 1": "1501 FRONT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HENDERSON", + "Physical Address State": "NE ", + "Physical Address Zip": "68371", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12100456621004566", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3171730", + "School District Name": "HEMINGFORD PUBLIC SCHOOLS", + "Physical Address Line 1": "911 NIOBRARA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEMINGFORD", + "Physical Address State": "NE ", + "Physical Address Zip": "69348", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12359550561797752", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3171820", + "School District Name": "HERSHEY PUBLIC SCHOOLS", + "Physical Address Line 1": "301 S LINCOLN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERSHEY", + "Physical Address State": "NE ", + "Physical Address Zip": "69143", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0641025641025641", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100123", + "School District Name": "HIGH PLAINS COMMUNITY SCHOOLS", + "Physical Address Line 1": "260 S PINE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POLK", + "Physical Address State": "NE ", + "Physical Address Zip": "68654", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11073825503355705", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100120", + "School District Name": "HITCHCOCK CO SCH SYSTEM", + "Physical Address Line 1": "318 WEST D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRENTON", + "Physical Address State": "NE ", + "Physical Address Zip": "69044", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13071895424836602", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210870", + "School District Name": "Great Valley SD", + "Physical Address Line 1": "47 Church Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Malvern", + "Physical Address State": "PA ", + "Physical Address Zip": "19355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05459571527297857", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3171940", + "School District Name": "HOLDREGE PUBLIC SCHOOLS", + "Physical Address Line 1": "505 14TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLDREGE", + "Physical Address State": "NE ", + "Physical Address Zip": "68949", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10698878343399482", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900192", + "School District Name": "Great Western Academy", + "Physical Address Line 1": "310 N Wilson Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3172000", + "School District Name": "HOMER COMMUNITY SCHOOLS", + "Physical Address Line 1": "212 S 3RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOMER", + "Physical Address State": "NE ", + "Physical Address Zip": "68030", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09141274238227147", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4101120", + "School District Name": "Greater Albany Public SD 8J", + "Physical Address Line 1": "718 7th Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albany", + "Physical Address State": "OR ", + "Physical Address Zip": "97321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11143898628710293", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100183", + "School District Name": "HOWELLS-DODGE CONSOLIDATED SCHOOLS", + "Physical Address Line 1": "417 CENTER STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOWELLS", + "Physical Address State": "NE ", + "Physical Address Zip": "68641", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06896551724137931", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280080", + "School District Name": "Greater Altoona CTC", + "Physical Address Line 1": "1500 4th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Altoona", + "Physical Address State": "PA ", + "Physical Address Zip": "16602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100179", + "School District Name": "HUMBOLDT TABLE ROCK STEINAUER", + "Physical Address Line 1": "810 CENTRAL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUMBOLDT", + "Physical Address State": "NE ", + "Physical Address Zip": "68376", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16444444444444445", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3172150", + "School District Name": "HUMPHREY PUBLIC SCHOOLS", + "Physical Address Line 1": "405 SOUTH 7TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUMPHREY", + "Physical Address State": "NE ", + "Physical Address Zip": "68642", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.04791666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400047", + "School District Name": "Greater Brunswick Charter School", + "Physical Address Line 1": "429 Joyce Kilmer Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Brunswick", + "Physical Address State": "NJ ", + "Physical Address Zip": "08901", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3172210", + "School District Name": "HYANNIS AREA SCHOOLS", + "Physical Address Line 1": "332 EAST HWY 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HYANNIS", + "Physical Address State": "NE ", + "Physical Address Zip": "69350", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1794871794871795", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100176", + "School District Name": "JOHNSON CO CENTRAL PUBLIC SCHS", + "Physical Address Line 1": "358 N 6TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TECUMSEH", + "Physical Address State": "NE ", + "Physical Address Zip": "68450", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13192182410423453", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3172335", + "School District Name": "JOHNSON-BROCK PUBLIC SCHOOLS", + "Physical Address Line 1": "310 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JOHNSON", + "Physical Address State": "NE ", + "Physical Address Zip": "68378", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11313868613138686", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406060", + "School District Name": "Greater Egg Harbor Regional High School District", + "Physical Address Line 1": "1824 Dr. Dennis Foreman Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mays Landing", + "Physical Address State": "NJ ", + "Physical Address Zip": "08330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.13957981163970057", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3172390", + "School District Name": "KEARNEY PUBLIC SCHOOLS", + "Physical Address Line 1": "320 W 24TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KEARNEY", + "Physical Address State": "NE ", + "Physical Address Zip": "68845", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1052467694223883", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3172420", + "School District Name": "KENESAW PUBLIC SCHOOLS", + "Physical Address Line 1": "110 N 5TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KENESAW", + "Physical Address State": "NE ", + "Physical Address Zip": "68956", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05343511450381679", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3172480", + "School District Name": "KEYA PAHA COUNTY SCHOOLS", + "Physical Address Line 1": "101 FOOTBALL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGVIEW", + "Physical Address State": "NE ", + "Physical Address Zip": "68778", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2719298245614035", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3172570", + "School District Name": "KIMBALL PUBLIC SCHOOLS", + "Physical Address Line 1": "901 S NADINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KIMBALL", + "Physical Address State": "NE ", + "Physical Address Zip": "69145", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13445378151260504", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210970", + "School District Name": "Greater Johnstown CTC", + "Physical Address Line 1": "445 Schoolhouse Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnstown", + "Physical Address State": "PA ", + "Physical Address Zip": "15904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100112", + "School District Name": "LAKEVIEW COMMUNITY SCHOOLS", + "Physical Address Line 1": "3744 83RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLUMBUS", + "Physical Address State": "NE ", + "Physical Address Zip": "68601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07051282051282051", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210950", + "School District Name": "Greater Johnstown SD", + "Physical Address Line 1": "1091 Broad St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnstown", + "Physical Address State": "PA ", + "Physical Address Zip": "15906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.4184416284712861", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100004", + "School District Name": "LAUREL-CONCORD-COLERIDGE SCHOOL", + "Physical Address Line 1": "502 WAKEFIELD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAUREL", + "Physical Address State": "NE ", + "Physical Address Zip": "68745", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10089686098654709", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210980", + "School District Name": "Greater Latrobe SD", + "Physical Address Line 1": "1816 Lincoln Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Latrobe", + "Physical Address State": "PA ", + "Physical Address Zip": "15650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10877954655089242", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3172720", + "School District Name": "LEIGH COMMUNITY SCHOOLS", + "Physical Address Line 1": "222 W 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEIGH", + "Physical Address State": "NE ", + "Physical Address Zip": "68643", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1631578947368421", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3172780", + "School District Name": "LEWISTON CONSOLIDATED SCHOOLS", + "Physical Address Line 1": "306 TIGER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEWISTON", + "Physical Address State": "NE ", + "Physical Address Zip": "68380", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18045112781954886", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3172810", + "School District Name": "LEXINGTON PUBLIC SCHOOLS", + "Physical Address Line 1": "300 S WASHINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEXINGTON", + "Physical Address State": "NE ", + "Physical Address Zip": "68850", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1257645259938838", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100072", + "School District Name": "LEYTON PUBLIC SCHOOLS", + "Physical Address Line 1": "504 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALTON", + "Physical Address State": "NE ", + "Physical Address Zip": "69131", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1095890410958904", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216290", + "School District Name": "Greater Nanticoke Area SD", + "Physical Address Line 1": "427 Kosciuszko St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nanticoke", + "Physical Address State": "PA ", + "Physical Address Zip": "18634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1961883408071749", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3172840", + "School District Name": "LINCOLN PUBLIC SCHOOLS", + "Physical Address Line 1": "5905 O STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINCOLN", + "Physical Address State": "NE ", + "Physical Address Zip": "68510", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.10860038630085775", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3172910", + "School District Name": "LITCHFIELD PUBLIC SCHOOLS", + "Physical Address Line 1": "500 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITCHFIELD", + "Physical Address State": "NE ", + "Physical Address Zip": "68852", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09774436090225563", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900488", + "School District Name": "Greater Ohio Virtual School", + "Physical Address Line 1": "1879 Deerfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "OH ", + "Physical Address Zip": "45036", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100114", + "School District Name": "LOGAN VIEW PUBLIC SCHOOLS", + "Physical Address Line 1": "2163 COUNTY ROAD G", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOOPER", + "Physical Address State": "NE ", + "Physical Address Zip": "68031", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07905138339920949", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3172990", + "School District Name": "LOOMIS PUBLIC SCHOOLS", + "Physical Address Line 1": "101 BRYAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOOMIS", + "Physical Address State": "NE ", + "Physical Address Zip": "68958", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06735751295336788", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000405", + "School District Name": "Greater Rutland County Supervisory Union", + "Physical Address Line 1": "16 Evelyn Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rutland", + "Physical Address State": "VT ", + "Physical Address Zip": "05701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09476584022038567", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173050", + "School District Name": "LOUISVILLE PUBLIC SCHOOLS", + "Physical Address Line 1": "202 W 3RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOUISVILLE", + "Physical Address State": "NE ", + "Physical Address Zip": "68037", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04107424960505529", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173090", + "School District Name": "LOUP CITY PUBLIC SCHOOLS", + "Physical Address Line 1": "800 N 8TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOUP CITY", + "Physical Address State": "NE ", + "Physical Address Zip": "68853", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18012422360248448", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901369", + "School District Name": "Greater Summit County Early Learning Center", + "Physical Address Line 1": "1651 Massillon Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44312", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173120", + "School District Name": "LOUP COUNTY PUBLIC SCHOOLS", + "Physical Address Line 1": "608 WILLIAMS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAYLOR", + "Physical Address State": "NE ", + "Physical Address Zip": "68879", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27710843373493976", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612630", + "School District Name": "GREECE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "750 MAIDEN LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14615", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15036246640058645", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173210", + "School District Name": "LYONS-DECATUR NORTHEAST SCHS", + "Physical Address Line 1": "400 S 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LYONS", + "Physical Address State": "NE ", + "Physical Address Zip": "68038", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16828478964401294", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173230", + "School District Name": "MADISON PUBLIC SCHOOLS", + "Physical Address Line 1": "700 S KENT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MADISON", + "Physical Address State": "NE ", + "Physical Address Zip": "68748", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10140845070422536", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173290", + "School District Name": "MALCOLM PUBLIC SCHOOLS", + "Physical Address Line 1": "10004 N W 112TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MALCOLM", + "Physical Address State": "NE ", + "Physical Address Zip": "68402", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.035398230088495575", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505820", + "School District Name": "Green Bay Area Public School District", + "Physical Address Line 1": "200 S Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Green Bay", + "Physical Address State": "WI ", + "Physical Address Zip": "54303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.14025951852484206", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100023", + "School District Name": "MAXWELL PUBLIC SCHOOLS", + "Physical Address Line 1": "415 E HWY 30", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAXWELL", + "Physical Address State": "NE ", + "Physical Address Zip": "69151", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08280254777070063", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2716830", + "School District Name": "PRINSBURG PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "404 PARK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRINSBURG", + "Physical Address State": "MN ", + "Physical Address Zip": "56281", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.04666666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406120", + "School District Name": "Green Brook Township Public School District", + "Physical Address Line 1": "132 Jefferson Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Green Brook", + "Physical Address State": "NJ ", + "Physical Address Zip": "08812", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.045746388443017656", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173440", + "School District Name": "MAYWOOD PUBLIC SCHOOLS", + "Physical Address Line 1": "1 TIGER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAYWOOD", + "Physical Address State": "NE ", + "Physical Address Zip": "69038", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13513513513513514", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173470", + "School District Name": "MC COOK PUBLIC SCHOOLS", + "Physical Address Line 1": "700 W 7TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MC COOK", + "Physical Address State": "NE ", + "Physical Address Zip": "69001", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12227687983134224", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000082", + "School District Name": "GREEN COUNTRY TECHNOLOGY CTR", + "Physical Address Line 1": "1100 North Route 56", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Okmulgee", + "Physical Address State": "OK ", + "Physical Address Zip": "74447", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173500", + "School District Name": "MC COOL JUNCTION PUBLIC SCHS", + "Physical Address Line 1": "209 SOUTH GRAGAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCCOOL JUNCTION", + "Physical Address State": "NE ", + "Physical Address Zip": "68401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09090909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173560", + "School District Name": "MC PHERSON COUNTY SCHOOLS", + "Physical Address Line 1": "525 HWY 92", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRYON", + "Physical Address State": "NE ", + "Physical Address Zip": "69167", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173590", + "School District Name": "MEAD PUBLIC SCHOOLS", + "Physical Address Line 1": "115 N ELM", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEAD", + "Physical Address State": "NE ", + "Physical Address Zip": "68041", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04745762711864407", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173600", + "School District Name": "MEDICINE VALLEY PUBLIC SCHOOLS", + "Physical Address Line 1": "303 CROOK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CURTIS", + "Physical Address State": "NE ", + "Physical Address Zip": "69025", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16477272727272727", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900025", + "School District Name": "Green Inspiration Academy", + "Physical Address Line 1": "4901 Galaxy Pkwy Ste L", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173660", + "School District Name": "MERIDIAN PUBLIC SCHOOLS", + "Physical Address Line 1": "72380 560TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DAYKIN", + "Physical Address State": "NE ", + "Physical Address Zip": "68338", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10465116279069768", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612660", + "School District Name": "GREEN ISLAND UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "171 HUDSON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREEN ISLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "12183", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18064516129032257", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173710", + "School District Name": "MILFORD PUBLIC SCHOOLS", + "Physical Address Line 1": "1200 W 1ST STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILFORD", + "Physical Address State": "NE ", + "Physical Address Zip": "68405", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06602641056422569", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173740", + "School District Name": "MILLARD PUBLIC SCHOOLS", + "Physical Address Line 1": "5606 S 147TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OMAHA", + "Physical Address State": "NE ", + "Physical Address Zip": "68137", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.04325971661521412", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505880", + "School District Name": "Green Lake School District", + "Physical Address Line 1": "612 Mill St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Green Lake", + "Physical Address State": "WI ", + "Physical Address Zip": "54941", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1099290780141844", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173800", + "School District Name": "MINATARE PUBLIC SCHOOLS", + "Physical Address Line 1": "1107 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINATARE", + "Physical Address State": "NE ", + "Physical Address Zip": "69356", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19594594594594594", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905055", + "School District Name": "Green Local", + "Physical Address Line 1": "100 Smithie Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smithville", + "Physical Address State": "OH ", + "Physical Address Zip": "44677", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09559939301972686", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173830", + "School District Name": "MINDEN PUBLIC SCHOOLS", + "Physical Address Line 1": "543 WEST FIFTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINDEN", + "Physical Address State": "NE ", + "Physical Address Zip": "68959", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09534619750283768", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904961", + "School District Name": "Green Local", + "Physical Address Line 1": "4070 Gallia Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin Furnace", + "Physical Address State": "OH ", + "Physical Address Zip": "45629", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2525697503671072", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3173890", + "School District Name": "MITCHELL PUBLIC SCHOOLS", + "Physical Address Line 1": "1819 19TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MITCHELL", + "Physical Address State": "NE ", + "Physical Address Zip": "69357", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12152777777777778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905001", + "School District Name": "Green Local", + "Physical Address Line 1": "1755 Town Park Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Uniontown", + "Physical Address State": "OH ", + "Physical Address Zip": "44685", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0749151103565365", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100097", + "School District Name": "MORRILL PUBLIC SCHOOLS", + "Physical Address Line 1": "508 JEFFERSON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORRILL", + "Physical Address State": "NE ", + "Physical Address Zip": "69358", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15296803652968036", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303300", + "School District Name": "Green Mountain School District", + "Physical Address Line 1": "13105 NE GRINNELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODLAND", + "Physical Address State": "WA ", + "Physical Address Zip": "98674", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0861244019138756", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3174040", + "School District Name": "MULLEN PUBLIC SCHOOLS", + "Physical Address Line 1": "404 N BLAINE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MULLEN", + "Physical Address State": "NE ", + "Physical Address Zip": "69152", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08791208791208792", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000427", + "School District Name": "Green Mountain Unified School District", + "Physical Address Line 1": "609 VT Route 103", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ludlow", + "Physical Address State": "VT ", + "Physical Address Zip": "05149", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3174160", + "School District Name": "NEBRASKA CITY PUBLIC SCHOOLS", + "Physical Address Line 1": "1700 14TH AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEBRASKA CITY", + "Physical Address State": "NE ", + "Physical Address Zip": "68410", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11743772241992882", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3174220", + "School District Name": "NELIGH-OAKDALE SCHOOLS", + "Physical Address Line 1": "600 J ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NELIGH", + "Physical Address State": "NE ", + "Physical Address Zip": "68756", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13022113022113022", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3174340", + "School District Name": "NEWMAN GROVE PUBLIC SCHOOLS", + "Physical Address Line 1": "101 S 8TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWMAN GROVE", + "Physical Address State": "NE ", + "Physical Address Zip": "68758", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12121212121212122", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300326", + "School District Name": "Green River College", + "Physical Address Line 1": "12401 SE 320TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUBURN", + "Physical Address State": "WA ", + "Physical Address Zip": "98002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3174370", + "School District Name": "NIOBRARA PUBLIC SCHOOLS", + "Physical Address Line 1": "247 N HWY 12", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NIOBRARA", + "Physical Address State": "NE ", + "Physical Address Zip": "68760", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23214285714285715", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3174430", + "School District Name": "NORFOLK PUBLIC SCHOOLS", + "Physical Address Line 1": "512 PHILIP AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORFOLK", + "Physical Address State": "NE ", + "Physical Address Zip": "68701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1058909891723252", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600945", + "School District Name": "GREEN TECH HIGH CHARTER SCHOOL", + "Physical Address Line 1": "99 SLINGERLAND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "NY ", + "Physical Address Zip": "12202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100088", + "School District Name": "NORRIS SCHOOL DIST 160", + "Physical Address Line 1": "25211 S 68TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FIRTH", + "Physical Address State": "NE ", + "Physical Address Zip": "68358", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.03378891419893698", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406090", + "School District Name": "Green Township School District", + "Physical Address Line 1": "69 Mackerley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greendell", + "Physical Address State": "NJ ", + "Physical Address Zip": "07839", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.059375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100115", + "School District Name": "NORTH BEND CENTRAL PUBLIC SCHS", + "Physical Address Line 1": "1320 WALNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH BEND", + "Physical Address State": "NE ", + "Physical Address Zip": "68649", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10925925925925926", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200104", + "School District Name": "Green Woods CS", + "Physical Address Line 1": "468 Domino Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100022", + "School District Name": "NORTH PLATTE PUBLIC SCHOOLS", + "Physical Address Line 1": "301 WEST F", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH PLATTE", + "Physical Address State": "NE ", + "Physical Address Zip": "69103", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14261241970021413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400390", + "School District Name": "GREENBRIER COUNTY SCHOOLS", + "Physical Address Line 1": "653 CHURCH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEWISBURG", + "Physical Address State": "WV ", + "Physical Address Zip": "24901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19743751312749422", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3174580", + "School District Name": "NORTHWEST PUBLIC SCHOOLS", + "Physical Address Line 1": "2710 N NORTH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND ISLAND", + "Physical Address State": "NE ", + "Physical Address Zip": "68803", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3174850", + "School District Name": "O'NEILL PUBLIC SCHOOLS", + "Physical Address Line 1": "410 E BENTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "O'NEILL", + "Physical Address State": "NE ", + "Physical Address Zip": "68763", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11508704061895551", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612720", + "School District Name": "GREENBURGH CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "475 W HARTSDALE AVE-ADMIN BLDG", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARTSDALE", + "Physical Address State": "NY ", + "Physical Address Zip": "10530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10546060858691121", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3174640", + "School District Name": "OAKLAND CRAIG PUBLIC SCHOOLS", + "Physical Address Line 1": "309 N DAVIS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OAKLAND", + "Physical Address State": "NE ", + "Physical Address Zip": "68045", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11650485436893204", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610140", + "School District Name": "GREENBURGH ELEVEN UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "ON THE CAMPUS OF CHILDREN'S VILLAGE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOBBS FERRY", + "Physical Address State": "NY ", + "Physical Address Zip": "10522", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3174760", + "School District Name": "OGALLALA PUBLIC SCHOOLS", + "Physical Address Line 1": "801 EAST O ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OGALLALA", + "Physical Address State": "NE ", + "Physical Address Zip": "69153", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1623686723973257", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2722920", + "School District Name": "WESTONKA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "5901 SUNNYFIELD RD E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINNETRISTA", + "Physical Address State": "MN ", + "Physical Address Zip": "55364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.054078826764436295", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612400", + "School District Name": "GREENBURGH-GRAHAM UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1 S BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HASTINGS ON HUDSON", + "Physical Address State": "NY ", + "Physical Address Zip": "10706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3174820", + "School District Name": "OMAHA PUBLIC SCHOOLS", + "Physical Address Line 1": "3215 CUMING ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OMAHA", + "Physical Address State": "NE ", + "Physical Address Zip": "68131", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.17947810022323146", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3627980", + "School District Name": "GREENBURGH-NORTH CASTLE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "71 S BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DOBBS FERRY", + "Physical Address State": "NY ", + "Physical Address Zip": "10522", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3174940", + "School District Name": "ORD PUBLIC SCHOOLS", + "Physical Address Line 1": "320 N 19TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORD", + "Physical Address State": "NE ", + "Physical Address Zip": "68862", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14111498257839722", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175000", + "School District Name": "OSCEOLA PUBLIC SCHOOLS", + "Physical Address Line 1": "565 S KIMMEL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OSCEOLA", + "Physical Address State": "NE ", + "Physical Address Zip": "68651", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09251101321585903", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2723380", + "School District Name": "NEW HEIGHTS SCHOOL INC.", + "Physical Address Line 1": "614 W MULBERRY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STILLWATER", + "Physical Address State": "MN ", + "Physical Address Zip": "55082", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175030", + "School District Name": "OSMOND COMMUNITY SCHOOLS", + "Physical Address Line 1": "202 W PRAIRIE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OSMOND", + "Physical Address State": "NE ", + "Physical Address Zip": "68765", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10266159695817491", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175060", + "School District Name": "OVERTON PUBLIC SCHOOLS", + "Physical Address Line 1": "401 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OVERTON", + "Physical Address State": "NE ", + "Physical Address Zip": "68863", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11297071129707113", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211010", + "School District Name": "Greencastle-Antrim SD", + "Physical Address Line 1": "500 East Leitersburg Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greencastle", + "Physical Address State": "PA ", + "Physical Address Zip": "17225", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08581043185642176", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505910", + "School District Name": "Greendale School District", + "Physical Address Line 1": "6801 Southway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greendale", + "Physical Address State": "WI ", + "Physical Address Zip": "53129", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07150755621083671", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612750", + "School District Name": "GREENE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "40 S CANAL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENE", + "Physical Address State": "NY ", + "Physical Address Zip": "13778", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14327485380116958", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101710", + "School District Name": "GREENE CO PBLC SCHS", + "Physical Address Line 1": "40 Celt Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanardsville", + "Physical Address State": "VA ", + "Physical Address Zip": "22973", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11114115738236885", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701470", + "School District Name": "Greene County", + "Physical Address Line 1": "910 Summer ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greeneville", + "Physical Address State": "TN ", + "Physical Address Zip": "37743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18344345122425185", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280240", + "School District Name": "Greene County CTC", + "Physical Address Line 1": "60 Zimmerman Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waynesburg", + "Physical Address State": "PA ", + "Physical Address Zip": "15370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701830", + "School District Name": "Greene County Schools", + "Physical Address Line 1": "301 Kingold Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Snow Hill", + "Physical Address State": "NC ", + "Physical Address Zip": "28580", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2951513179303612", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905104", + "School District Name": "Greene County Vocational School District", + "Physical Address Line 1": "532 Innovation Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Xenia", + "Physical Address State": "OH ", + "Physical Address Zip": "45385", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904726", + "School District Name": "Greeneview Local", + "Physical Address Line 1": "4 S Charleston Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamestown", + "Physical Address State": "OH ", + "Physical Address Zip": "45335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11452513966480447", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701500", + "School District Name": "Greeneville", + "Physical Address Line 1": "129 West Depot ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greeneville", + "Physical Address State": "TN ", + "Physical Address Zip": "37743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20396600566572237", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904540", + "School District Name": "Greenfield Exempted Village", + "Physical Address Line 1": "200 N 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenfield", + "Physical Address State": "OH ", + "Physical Address Zip": "45123", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22168568920105355", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3176400", + "School District Name": "ISANTI COMMUNITY SCHOOL", + "Physical Address Line 1": "206 FRAZIER AVE EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NIOBRARA", + "Physical Address State": "NE ", + "Physical Address Zip": "68760", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24528301886792453", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505940", + "School District Name": "Greenfield School District", + "Physical Address Line 1": "4850 S 60th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenfield", + "Physical Address State": "WI ", + "Physical Address Zip": "53220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13884595569294178", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2728080", + "School District Name": "PARK RAPIDS PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "301 HUNTSINGER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARK RAPIDS", + "Physical Address State": "MN ", + "Physical Address Zip": "56470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14864864864864866", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399950", + "School District Name": "Greenland SAU Office", + "Physical Address Line 1": "48 Post Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenland", + "Physical Address State": "NH ", + "Physical Address Zip": "03840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2728110", + "School District Name": "PARKERS PRAIRIE PUBLIC SCHOOL DIST.", + "Physical Address Line 1": "411 S OTTER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARKERS PRAIRIE", + "Physical Address State": "MN ", + "Physical Address Zip": "56361", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08436213991769548", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303420", + "School District Name": "Greenland School District", + "Physical Address Line 1": "48 Post Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenland", + "Physical Address State": "NH ", + "Physical Address Zip": "03840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.03398058252427184", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2728140", + "School District Name": "PAYNESVILLE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "801 BUSINESS 23 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAYNESVILLE", + "Physical Address State": "MN ", + "Physical Address Zip": "56362", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08848715509039011", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2728170", + "School District Name": "Pelican Rapids Public Schools", + "Physical Address Line 1": "310 S BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PELICAN RAPIDS", + "Physical Address State": "MN ", + "Physical Address Zip": "56572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11272141706924316", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2728200", + "School District Name": "PEQUOT LAKES PUBLIC SCHOOLS", + "Physical Address Line 1": "30805 OLSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEQUOT LAKES", + "Physical Address State": "MN ", + "Physical Address Zip": "56472", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09387755102040816", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904623", + "School District Name": "Greenon Local", + "Physical Address Line 1": "120 S Xenia Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Enon", + "Physical Address State": "OH ", + "Physical Address Zip": "45323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1091358024691358", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2728230", + "School District Name": "PERHAM-DENT PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "800 CONEY STREET WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PERHAM", + "Physical Address State": "MN ", + "Physical Address Zip": "56573", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.0825242718446602", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612840", + "School District Name": "GREENPORT UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "720 FRONT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "11944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.15301391035548687", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2728290", + "School District Name": "RUSHFORD-PETERSON PUBLIC SCHOOLS", + "Physical Address Line 1": "1000 PINE MEADOWS LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RUSHFORD", + "Physical Address State": "MN ", + "Physical Address Zip": "55971", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13110181311018132", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700084", + "School District Name": "Greensboro Academy", + "Physical Address Line 1": "4049 Battleground Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27410", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2728320", + "School District Name": "PIERZ PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "112 KAMNIC ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PIERZ", + "Physical Address State": "MN ", + "Physical Address Zip": "56364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09918845807033363", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210920", + "School District Name": "Greensburg Salem SD", + "Physical Address Line 1": "1 Academy Hill Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensburg", + "Physical Address State": "PA ", + "Physical Address Zip": "15601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18085106382978725", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2728350", + "School District Name": "PILLAGER PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "323 E 2ND ST S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PILLAGER", + "Physical Address State": "MN ", + "Physical Address Zip": "56473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08275862068965517", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101740", + "School District Name": "GREENSVILLE CO PBLC SCHS", + "Physical Address Line 1": "105 Ruffin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Emporia", + "Physical Address State": "VA ", + "Physical Address Zip": "23847", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2163355408388521", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2728380", + "School District Name": "PINE CITY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1400 MAIN ST S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINE CITY", + "Physical Address State": "MN ", + "Physical Address Zip": "55063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10489098408956983", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013380", + "School District Name": "GREENVILLE", + "Physical Address Line 1": "4671 Wolfpac Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marietta", + "Physical Address State": "OK ", + "Physical Address Zip": "73448", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1339712918660287", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2728950", + "School District Name": "Pine Island Public School District", + "Physical Address Line 1": "223 1ST AVE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINE ISLAND", + "Physical Address State": "MN ", + "Physical Address Zip": "55963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05399568034557235", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502310", + "School District Name": "Greenville 01", + "Physical Address Line 1": "301 East Camperdown Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "SC ", + "Physical Address Zip": "29601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1327170332589523", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2728960", + "School District Name": "PINE POINT PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "48075 POW WOW HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PONSFORD", + "Physical Address State": "MN ", + "Physical Address Zip": "56575", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.38571428571428573", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211160", + "School District Name": "Greenville Area SD", + "Physical Address Line 1": "9 Donation Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "PA ", + "Physical Address Zip": "16125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14233308877476156", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2728970", + "School District Name": "PINE RIVER-BACKUS SCHOOL DISTRICT", + "Physical Address Line 1": "401 MURRAY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINE RIVER", + "Physical Address State": "MN ", + "Physical Address Zip": "56474", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1676802780191138", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612870", + "School District Name": "GREENVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "4976 SR 81", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12241379310344827", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2730030", + "School District Name": "PRINCETON PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "706 1ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRINCETON", + "Physical Address State": "MN ", + "Physical Address Zip": "55371", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07328128934777134", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904409", + "School District Name": "Greenville City", + "Physical Address Line 1": "215 W 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "OH ", + "Physical Address Zip": "45331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2730060", + "School District Name": "PRIOR LAKE-SAVAGE AREA SCHOOLS", + "Physical Address Line 1": "4540 TOWER ST SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRIOR LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "55372", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.021243999591461546", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821720", + "School District Name": "GREENVILLE ISD", + "Physical Address Line 1": "4004 MOULTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.178548490687219", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2730090", + "School District Name": "PROCTOR PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "131 9TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PROCTOR", + "Physical Address State": "MN ", + "Physical Address Zip": "55810", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.06108026249369006", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612900", + "School District Name": "GREENWICH CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "10 GRAY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENWICH", + "Physical Address State": "NY ", + "Physical Address Zip": "12834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0796277145811789", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2730150", + "School District Name": "RANDOLPH PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "29110 DAVISSON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RANDOLPH", + "Physical Address State": "MN ", + "Physical Address Zip": "55065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.023255813953488372", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406180", + "School District Name": "Greenwich Township School District", + "Physical Address Line 1": "415 Swedesboro Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gibbstown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10533515731874145", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2730450", + "School District Name": "RED LAKE FALLS PUBLIC SCHOOL DIST.", + "Physical Address Line 1": "404 CHAMPAGNE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RED LAKE FALLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56750", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07027027027027027", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406150", + "School District Name": "Greenwich Township School District", + "Physical Address Line 1": "839 YE GREATE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENWICH", + "Physical Address State": "NJ ", + "Physical Address Zip": "08323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12195121951219512", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2730480", + "School District Name": "Red Wing Public School District", + "Physical Address Line 1": "2451 EAGLE RIDGE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RED WING", + "Physical Address State": "MN ", + "Physical Address Zip": "55066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09977685686962065", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406210", + "School District Name": "Greenwich Township School District", + "Physical Address Line 1": "101 Wyndham Farm Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stewartsville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08886", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05865102639296188", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2730510", + "School District Name": "RED LAKE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "23990 HWY 1 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RED LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "56671", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3785572468563865", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502340", + "School District Name": "Greenwood 50", + "Physical Address Line 1": "1855 Calhoun Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenwood", + "Physical Address State": "SC ", + "Physical Address Zip": "29649", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2149629018961253", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502370", + "School District Name": "Greenwood 51", + "Physical Address Line 1": "56 South Greenwood Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ware Shoals", + "Physical Address State": "SC ", + "Physical Address Zip": "29692", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22797456857402362", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2731750", + "School District Name": "RICHFIELD PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "7001 HARRIET AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHFIELD", + "Physical Address State": "MN ", + "Physical Address Zip": "55423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11644225298691448", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502400", + "School District Name": "Greenwood 52", + "Physical Address Line 1": "605 Johnston Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ninety Six", + "Physical Address State": "SC ", + "Physical Address Zip": "29666", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19389312977099238", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2731780", + "School District Name": "ROBBINSDALE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "4148 WINNETKA AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW HOPE", + "Physical Address State": "MN ", + "Physical Address Zip": "55427", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10385109114249037", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500007", + "School District Name": "Greenwood 80", + "Physical Address Line 1": "601 East Northside Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenwood", + "Physical Address State": "SC ", + "Physical Address Zip": "29649", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2731800", + "School District Name": "ROCHESTER PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "615 7TH ST SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "MN ", + "Physical Address Zip": "55902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.08540591271703425", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4900177", + "School District Name": "Greenwood Charter School", + "Physical Address Line 1": "1920 W 250 N Suite 17", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OGDEN", + "Physical Address State": "UT ", + "Physical Address Zip": "84404", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2732070", + "School District Name": "ROCKFORD PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "6051 ASH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCKFORD", + "Physical Address State": "MN ", + "Physical Address Zip": "55373", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.056968463886063074", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821750", + "School District Name": "GREENWOOD ISD", + "Physical Address Line 1": "2700 FM 1379", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "79706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11969111969111969", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2732250", + "School District Name": "ROSEAU PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "509 3RD ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSEAU", + "Physical Address State": "MN ", + "Physical Address Zip": "56751", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.07636655948553055", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612960", + "School District Name": "GREENWOOD LAKE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1247 LAKES RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONROE", + "Physical Address State": "NY ", + "Physical Address Zip": "10950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08155583437892096", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2732390", + "School District Name": "ROSEMOUNT-APPLE VALLEY-EAGAN", + "Physical Address Line 1": "3455 153RD ST WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSEMOUNT", + "Physical Address State": "MN ", + "Physical Address Zip": "55068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04394196585850175", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505970", + "School District Name": "Greenwood School District", + "Physical Address Line 1": "306 W Central Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenwood", + "Physical Address State": "WI ", + "Physical Address Zip": "54437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20293724966622162", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2732430", + "School District Name": "ROSEVILLE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1251 W COUNTY RD B2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSEVILLE", + "Physical Address State": "MN ", + "Physical Address Zip": "55113", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12963179427235536", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211190", + "School District Name": "Greenwood SD", + "Physical Address Line 1": "405 E Sunbury St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millerstown", + "Physical Address State": "PA ", + "Physical Address Zip": "17062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08377518557794274", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2732460", + "School District Name": "ROTHSAY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "2040 COUNTY ROAD 52", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROTHSAY", + "Physical Address State": "MN ", + "Physical Address Zip": "56579", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.05913978494623656", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4629880", + "School District Name": "Gregory School District 26-4", + "Physical Address Line 1": "505 Logan", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gregory", + "Physical Address State": "SD ", + "Physical Address Zip": "57533", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14745308310991956", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2732520", + "School District Name": "ROYALTON PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "120 S HAWTHORN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROYALTON", + "Physical Address State": "MN ", + "Physical Address Zip": "56373", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08047493403693931", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821780", + "School District Name": "GREGORY-PORTLAND ISD", + "Physical Address Line 1": "1200 BROADWAY BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORTLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "78374", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1336471551371265", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2732550", + "School District Name": "RUSH CITY PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "51001 FAIRFIELD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RUSH CITY", + "Physical Address State": "MN ", + "Physical Address Zip": "55069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0967741935483871", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3808460", + "School District Name": "GRENORA 99", + "Physical Address Line 1": "402 Robinson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grenora", + "Physical Address State": "ND ", + "Physical Address Zip": "58845", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19875776397515527", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2732700", + "School District Name": "SOUTH KOOCHICHING SCHOOL DISTRICT", + "Physical Address Line 1": "11731 HWY 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTHOME", + "Physical Address State": "MN ", + "Physical Address Zip": "56661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15204678362573099", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500056", + "School District Name": "Gresham School District", + "Physical Address Line 1": "501 Schabow St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gresham", + "Physical Address State": "WI ", + "Physical Address Zip": "54128", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1277533039647577", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2732820", + "School District Name": "SARTELL-ST. STEPHEN SCHOOL DISTRICT", + "Physical Address Line 1": "212 3RD AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SARTELL", + "Physical Address State": "MN ", + "Physical Address Zip": "56377", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.044858982900288696", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106000", + "School District Name": "Gresham-Barlow SD 10J", + "Physical Address Line 1": "1331 NW Eastman Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gresham", + "Physical Address State": "OR ", + "Physical Address Zip": "97030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10848450221396944", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2732850", + "School District Name": "SAUK CENTRE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "903 STATE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAUK CENTRE", + "Physical Address State": "MN ", + "Physical Address Zip": "56378", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11143481427530955", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900133", + "School District Name": "Greyhills Academy High School", + "Physical Address Line 1": "160 Warrior Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuba City", + "Physical Address State": "AZ", + "Physical Address Zip": "86045", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2732880", + "School District Name": "SAUK RAPIDS-RICE PUBLIC SCHOOLS", + "Physical Address Line 1": "1833 OSAUKA RD NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAUK RAPIDS", + "Physical Address State": "MN ", + "Physical Address Zip": "56379", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07044967880085654", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2732970", + "School District Name": "SEBEKA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "200 1ST ST NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEBEKA", + "Physical Address State": "MN ", + "Physical Address Zip": "56477", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18971061093247588", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733000", + "School District Name": "SHAKOPEE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1200 SHAKOPEE TOWN SQ", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHAKOPEE", + "Physical Address State": "MN ", + "Physical Address Zip": "55379", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0590224408238549", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733210", + "School District Name": "SLEEPY EYE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "400 4TH AVE SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SLEEPY EYE", + "Physical Address State": "MN ", + "Physical Address Zip": "56085", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08940397350993377", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303330", + "School District Name": "Griffin School District", + "Physical Address Line 1": "6530 33rd Ave. NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OLYMPIA", + "Physical Address State": "WA ", + "Physical Address Zip": "98502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07228915662650602", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733270", + "School District Name": "South St. Paul Public School Dist", + "Physical Address Line 1": "104 5TH AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTH SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07728474875110197", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3804560", + "School District Name": "GRIGGS COUNTY CENTRAL 18", + "Physical Address Line 1": "1207 Foster Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cooperstown", + "Physical Address State": "ND ", + "Physical Address Zip": "58425", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12211221122112212", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733300", + "School District Name": "SPRING GROVE SCHOOL DISTRICT", + "Physical Address Line 1": "113 2ND AVE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRING GROVE", + "Physical Address State": "MN ", + "Physical Address Zip": "55974", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11976047904191617", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733330", + "School District Name": "SPRING LAKE PARK PUBLIC SCHOOLS", + "Physical Address Line 1": "1415 81ST AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRING LAKE PARK", + "Physical Address State": "MN ", + "Physical Address Zip": "55432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10102007239223429", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733390", + "School District Name": "SPRINGFIELD PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "12 S BURNS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGFIELD", + "Physical Address State": "MN ", + "Physical Address Zip": "56087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11900532859680284", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200210", + "School District Name": "HUMBOLDT COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "310 EAST FOURTH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINNEMUCCA", + "Physical Address State": "NV ", + "Physical Address Zip": "89445", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.130915273448569", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733420", + "School District Name": "ST. ANTHONY-NEW BRIGHTON SCHOOLS", + "Physical Address Line 1": "3303 33RD AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT ANTHONY", + "Physical Address State": "MN ", + "Physical Address Zip": "55418", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07064905226881103", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200240", + "School District Name": "LANDER COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "625 Weaver Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BATTLE MOUNTAIN", + "Physical Address State": "NV ", + "Physical Address Zip": "89820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1423728813559322", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733450", + "School District Name": "ST. CHARLES PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "600 E 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT CHARLES", + "Physical Address State": "MN ", + "Physical Address Zip": "55972", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11365564037319763", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200270", + "School District Name": "LINCOLN COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "495 EAST EDWARDS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PANACA", + "Physical Address State": "NV ", + "Physical Address Zip": "89042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733480", + "School District Name": "ST. CLAIR PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "121 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT CLAIR", + "Physical Address State": "MN ", + "Physical Address Zip": "56080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.037578288100208766", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821810", + "School District Name": "GROESBECK ISD", + "Physical Address Line 1": "1202 N ELLIS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GROESBECK", + "Physical Address State": "TX ", + "Physical Address Zip": "76642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2073529411764706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733510", + "School District Name": "ST. CLOUD PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1201 2ND STREET S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAITE PARK", + "Physical Address State": "MN ", + "Physical Address Zip": "56387", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.19186672578703998", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200300", + "School District Name": "LYON COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "25 EAST GOLDFIELD AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YERINGTON", + "Physical Address State": "NV ", + "Physical Address Zip": "89447", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12835570469798657", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733540", + "School District Name": "St. Francis Area Schools", + "Physical Address Line 1": "4115 AMBASSADOR BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT FRANCIS", + "Physical Address State": "MN ", + "Physical Address Zip": "55070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.056690083319719003", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821840", + "School District Name": "GROOM ISD", + "Physical Address Line 1": "304 W 3RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GROOM", + "Physical Address State": "TX ", + "Physical Address Zip": "79039", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733600", + "School District Name": "ST. JAMES PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "500 3RD AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT JAMES", + "Physical Address State": "MN ", + "Physical Address Zip": "56081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16709292412617222", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200330", + "School District Name": "MINERAL COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "503 C STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAWTHORNE", + "Physical Address State": "NV ", + "Physical Address Zip": "89415", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2541856925418569", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200360", + "School District Name": "NYE COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "MILITARY CIRCLE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TON0PAH", + "Physical Address State": "NV ", + "Physical Address Zip": "89049", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.227102383450757", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733780", + "School District Name": "ST. LOUIS PARK PUBLIC SCHOOL DIST.", + "Physical Address Line 1": "6311 WAYZATA BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT LOUIS PARK", + "Physical Address State": "MN ", + "Physical Address Zip": "55416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08112937812723374", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733790", + "School District Name": "St. Michael-Albertville Schools", + "Physical Address Line 1": "11343 50TH ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBERTVILLE", + "Physical Address State": "MN ", + "Physical Address Zip": "55301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02751216238886093", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600045", + "School District Name": "Groton Area School District 06-6", + "Physical Address Line 1": "502 N 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Groton", + "Physical Address State": "SD ", + "Physical Address Zip": "57445", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07692307692307693", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733810", + "School District Name": "South Washington County Schools", + "Physical Address Line 1": "7362 E POINT DOUGLAS RD S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COTTAGE GROVE", + "Physical Address State": "MN ", + "Physical Address Zip": "55016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03557985302025453", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613020", + "School District Name": "GROTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "400 PERU RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GROTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1534154535274356", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733840", + "School District Name": "ST. PAUL PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "360 COLBORNE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PAUL", + "Physical Address State": "MN ", + "Physical Address Zip": "55102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.21833066716853297", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4013530", + "School District Name": "GROVE", + "Physical Address Line 1": "310 S Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grove", + "Physical Address State": "OK ", + "Physical Address Zip": "74344", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2340080971659919", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733870", + "School District Name": "ST. PETER PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "100 LINCOLN DRIVE STE 229", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT PETER", + "Physical Address State": "MN ", + "Physical Address Zip": "56082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09358974358974359", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013500", + "School District Name": "GROVE", + "Physical Address Line 1": "2800 North Bryan Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shawnee", + "Physical Address State": "OK ", + "Physical Address Zip": "74804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07671601615074024", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2733900", + "School District Name": "STAPLES-MOTLEY SCHOOL DISTRICT", + "Physical Address Line 1": "905 4TH ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STAPLES", + "Physical Address State": "MN ", + "Physical Address Zip": "56479", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14410226612434632", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211220", + "School District Name": "Grove City Area SD", + "Physical Address Line 1": "511 Highland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grove City", + "Physical Address State": "PA ", + "Physical Address Zip": "16127", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09435551811288964", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2738160", + "School District Name": "STEWARTVILLE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "301 2ND STREET SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEWARTVILLE", + "Physical Address State": "MN ", + "Physical Address Zip": "55976", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06335529650278764", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2738190", + "School District Name": "Stillwater Area Public Schools", + "Physical Address Line 1": "1875 GREELEY ST S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STILLWATER", + "Physical Address State": "MN ", + "Physical Address Zip": "55082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.044551575097664366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900640", + "School District Name": "Groveport Community School", + "Physical Address Line 1": "4485 S Hamilton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Groveport", + "Physical Address State": "OH ", + "Physical Address Zip": "43125", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2738280", + "School District Name": "SWANVILLE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "602 DEGRAF ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SWANVILLE", + "Physical Address State": "MN ", + "Physical Address Zip": "56382", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0924092409240924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904697", + "School District Name": "Groveport Madison Local", + "Physical Address Line 1": "4400 Marketing Pl Ste B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Groveport", + "Physical Address State": "OH ", + "Physical Address Zip": "43125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1989217117825452", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2738850", + "School District Name": "THIEF RIVER FALLS SCHOOL DISTRICT", + "Physical Address Line 1": "230 S LABREE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THIEF RIVER FALLS", + "Physical Address State": "MN ", + "Physical Address Zip": "56701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11015801354401805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821900", + "School District Name": "GROVETON ISD", + "Physical Address Line 1": "207 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GROVETON", + "Physical Address State": "TX ", + "Physical Address Zip": "75845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2288488210818308", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600987", + "School District Name": "GROWING UP GREEN CHARTER SCHOOL", + "Physical Address Line 1": "39-27 28TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONG ISLAND CITY", + "Physical Address State": "NY ", + "Physical Address Zip": "11101", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2740665", + "School District Name": "TRITON SCHOOL DISTRICT", + "Physical Address Line 1": "813 W HWY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DODGE CENTER", + "Physical Address State": "MN ", + "Physical Address Zip": "55927", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09417398244213887", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601152", + "School District Name": "GROWING UP GREEN CHARTER SCHOOL II", + "Physical Address Line 1": "84-35 152ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JAMAICA", + "Physical Address State": "NY ", + "Physical Address Zip": "11432", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2740680", + "School District Name": "TRUMAN PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "401 E 1ST ST S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRUMAN", + "Physical Address State": "MN ", + "Physical Address Zip": "56088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14214463840399003", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701530", + "School District Name": "Grundy County", + "Physical Address Line 1": "1376 Main ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Altamont", + "Physical Address State": "TN ", + "Physical Address Zip": "37301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2767562470532768", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2740810", + "School District Name": "ULEN-HITTERDAL PUBLIC SCHOOL DIST", + "Physical Address Line 1": "27 NW 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ULEN", + "Physical Address State": "MN ", + "Physical Address Zip": "56585", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09937888198757763", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2740830", + "School District Name": "UNDERWOOD PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "100 SOUTHERN AVE E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UNDERWOOD", + "Physical Address State": "MN ", + "Physical Address Zip": "56586", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0960591133004926", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2740860", + "School District Name": "UPSALA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "415 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UPSALA", + "Physical Address State": "MN ", + "Physical Address Zip": "56384", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05909090909090909", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821930", + "School District Name": "GRUVER ISD", + "Physical Address Line 1": "601 GARRETT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRUVER", + "Physical Address State": "TX ", + "Physical Address Zip": "79040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09615384615384616", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2740920", + "School District Name": "VERNDALE PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "411 SW BROWN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VERNDALE", + "Physical Address State": "MN ", + "Physical Address Zip": "56481", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15838509316770186", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880420", + "School District Name": "GST SPECIAL ED UNIT", + "Physical Address Line 1": "600 Arnold Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portland", + "Physical Address State": "ND ", + "Physical Address Zip": "58274", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2741060", + "School District Name": "Wabasha-Kellogg School District", + "Physical Address Line 1": "2113 HIAWATHA DR E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WABASHA", + "Physical Address State": "MN ", + "Physical Address Zip": "55981", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08755760368663594", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900029", + "School District Name": "GUADALUPE CENTERS SCHOOLS", + "Physical Address Line 1": "5123 E. Truman Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kansas City", + "Physical Address State": "MO ", + "Physical Address Zip": "64127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2741430", + "School District Name": "WABASSO PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1333 MAY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WABASSO", + "Physical Address State": "MN ", + "Physical Address Zip": "56293", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0546218487394958", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900072", + "School District Name": "Guadalupe School", + "Physical Address Line 1": "1385 N 1200 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALT LAKE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2741460", + "School District Name": "WACONIA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "512 INDUSTRIAL BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WACONIA", + "Physical Address State": "MN ", + "Physical Address Zip": "55387", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.024634837584477872", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "6600004", + "School District Name": "Guahan Academy Charter School", + "Physical Address Line 1": "Buildings C & D & E Mariner Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barrigada", + "Physical Address State": "GU ", + "Physical Address Zip": "96913", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2741850", + "School District Name": "WARROAD PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "510 CEDAR AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARROAD", + "Physical Address State": "MN ", + "Physical Address Zip": "56763", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11852502194907814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2741880", + "School District Name": "WASECA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "501 ELM AVE E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASECA", + "Physical Address State": "MN ", + "Physical Address Zip": "56093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09491850431447747", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2741910", + "School District Name": "Watertown-Mayer Public School Dist", + "Physical Address Line 1": "1001 HWY 25 NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATERTOWN", + "Physical Address State": "MN ", + "Physical Address Zip": "55388", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04403409090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "6600002", + "School District Name": "Guam Department of Education", + "Physical Address Line 1": "501 Mariner Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barrigada", + "Physical Address State": "GU ", + "Physical Address Zip": "96913", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2742120", + "School District Name": "Waubun-Ogema-White Earth Schools", + "Physical Address Line 1": "1013 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAUBUN", + "Physical Address State": "MN ", + "Physical Address Zip": "56589", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23554913294797689", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613080", + "School District Name": "GUILDERLAND CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "8 SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GUILDERLAND CENTER", + "Physical Address State": "NY ", + "Physical Address Zip": "12085", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06428967300942176", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2742160", + "School District Name": "WAYZATA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "210 COUNTY ROAD 101 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLYMOUTH", + "Physical Address State": "MN ", + "Physical Address Zip": "55447", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.03553889894029465", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701920", + "School District Name": "Guilford County Schools", + "Physical Address Line 1": "712 North Eugene Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.15324970477484903", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2742270", + "School District Name": "West St. Paul-Mendota Heights-Eagan", + "Physical Address Line 1": "1897 DELAWARE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MENDOTA HEIGHTS", + "Physical Address State": "MN ", + "Physical Address Zip": "55118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05973645680819912", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700121", + "School District Name": "Guilford Preparatory Academy", + "Physical Address Line 1": "2210 East Cone Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27405", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2742330", + "School District Name": "WHEATON AREA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1700 3RD AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHEATON", + "Physical Address State": "MN ", + "Physical Address Zip": "56296", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18088737201365188", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2742360", + "School District Name": "WHITE BEAR LAKE SCHOOL DISTRICT", + "Physical Address Line 1": "4855 BLOOM AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITE BEAR LAKE", + "Physical Address State": "MN ", + "Physical Address Zip": "55110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0670043968648442", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821960", + "School District Name": "GUNTER ISD", + "Physical Address Line 1": "213 N PRESTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GUNTER", + "Physical Address State": "TX ", + "Physical Address Zip": "75058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06815761448349308", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2742720", + "School District Name": "WILLMAR PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "611 5TH ST SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILLMAR", + "Physical Address State": "MN ", + "Physical Address Zip": "56201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17208937671501373", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4821990", + "School District Name": "GUSTINE ISD", + "Physical Address Line 1": "503 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GUSTINE", + "Physical Address State": "TX ", + "Physical Address Zip": "76455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22988505747126436", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2742750", + "School District Name": "WILLOW RIVER PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "8142 PINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILLOW RIVER", + "Physical Address State": "MN ", + "Physical Address Zip": "55795", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08627450980392157", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013560", + "School District Name": "GUTHRIE", + "Physical Address Line 1": "802 East Vilas Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Guthrie", + "Physical Address State": "OK ", + "Physical Address Zip": "73044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.18401169875700707", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2742780", + "School District Name": "WINDOM PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1400 17TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINDOM", + "Physical Address State": "MN ", + "Physical Address Zip": "56101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11394557823129252", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822020", + "School District Name": "GUTHRIE CSD", + "Physical Address Line 1": "301 JAGUAR LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GUTHRIE", + "Physical Address State": "TX ", + "Physical Address Zip": "79236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10909090909090909", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2744070", + "School District Name": "WINONA AREA PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "903 GILMORE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINONA", + "Physical Address State": "MN ", + "Physical Address Zip": "55987", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.091273374888691", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406240", + "School District Name": "Guttenberg School District", + "Physical Address Line 1": "301 69th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Guttenberg", + "Physical Address State": "NJ ", + "Physical Address Zip": "07093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.303708063566804", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2744160", + "School District Name": "WORTHINGTON PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "1117 MARINE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WORTHINGTON", + "Physical Address State": "MN ", + "Physical Address Zip": "56187", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13234421364985163", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013590", + "School District Name": "GUYMON", + "Physical Address Line 1": "111 11th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Guymon", + "Physical Address State": "OK ", + "Physical Address Zip": "73942", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15755073959408325", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2744190", + "School District Name": "WRENSHALL PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "207 PIONEER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WRENSHALL", + "Physical Address State": "MN ", + "Physical Address Zip": "55797", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1016949152542373", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013600", + "School District Name": "GYPSY", + "Physical Address Line 1": "30899 South 417th West Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Depew", + "Physical Address State": "OK ", + "Physical Address Zip": "74028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1262135922330097", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2745735", + "School District Name": "ZUMBROTA-MAZEPPA SCHOOL DISTRICT", + "Physical Address Line 1": "705 MILL STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ZUMBROTA", + "Physical Address State": "MN ", + "Physical Address Zip": "55992", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.06206896551724138", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2791353", + "School District Name": "RIVER BEND EDUCATION DISTRICT", + "Physical Address Line 1": "1315 S BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW ULM", + "Physical Address State": "MN ", + "Physical Address Zip": "56073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900195", + "School District Name": "Haak'u Community Academy (Sky City)", + "Physical Address Line 1": "44 Pinsbaari Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pueblo of Acoma", + "Physical Address State": "NM", + "Physical Address Zip": "87034", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4630490", + "School District Name": "Haakon School District 27-1", + "Physical Address Line 1": "330 Scottie Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philip", + "Physical Address State": "SD ", + "Physical Address Zip": "57567", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14184397163120568", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2791446", + "School District Name": "TRI-COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "303 PEMBINA TR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KARLSTAD", + "Physical Address State": "MN ", + "Physical Address Zip": "56732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13134328358208955", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303279", + "School District Name": "Hale's Location District", + "Physical Address Line 1": "91 Samuel Hale Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hale's Location", + "Physical Address State": "NH ", + "Physical Address Zip": "03860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.5", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406270", + "School District Name": "Hackensack School District", + "Physical Address Line 1": "191 Second Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hackensack", + "Physical Address State": "NJ ", + "Physical Address Zip": "07601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17889221556886228", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2791448", + "School District Name": "NORMAN COUNTY WEST SCHOOL DISTRICT", + "Physical Address Line 1": "320 MAIN STREET EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HENDRUM", + "Physical Address State": "MN", + "Physical Address Zip": "56550", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303480", + "School District Name": "Hampstead School District", + "Physical Address Line 1": "20 Mary E. Clark Drive", + "Physical Address Line 2": "Unit 10", + "Physical Address Line 3": "", + "Physical Address City": "Hampstead", + "Physical Address State": "NH ", + "Physical Address Zip": "03841", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.030303030303030304", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2791449", + "School District Name": "WIN-E-MAC SCHOOL DISTRICT", + "Physical Address Line 1": "23130 345 ST SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ERSKINE", + "Physical Address State": "MN ", + "Physical Address Zip": "56535", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11460258780036968", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303540", + "School District Name": "Hampton Falls School District", + "Physical Address Line 1": "2 Alumni Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "NH ", + "Physical Address Zip": "03842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.028455284552845527", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406300", + "School District Name": "Hackettstown Public School District", + "Physical Address Line 1": "315 Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hackettstown", + "Physical Address State": "NJ ", + "Physical Address Zip": "07840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10405405405405406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303510", + "School District Name": "Hampton School District", + "Physical Address Line 1": "6 Marston Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "NH ", + "Physical Address Zip": "03842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.058771148708815675", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2791455", + "School District Name": "WEST CENTRAL EDUCATION DISTRICT", + "Physical Address Line 1": "9 2ND ST SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MELROSE", + "Physical Address State": "MN ", + "Physical Address Zip": "56352", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406330", + "School District Name": "HADDON HEIGHTS School District", + "Physical Address Line 1": "316-A SEVENTH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HADDON HEIGHTS", + "Physical Address State": "NJ ", + "Physical Address Zip": "08035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.024958402662229616", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2791456", + "School District Name": "PERPICH CENTER FOR ARTS EDUCATION", + "Physical Address Line 1": "6125 OLSON MEMORIAL HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOLDEN VALLEY", + "Physical Address State": "MN ", + "Physical Address Zip": "55422", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303600", + "School District Name": "Hanover School District", + "Physical Address Line 1": "41 Lebanon St.", + "Physical Address Line 2": "Suite 2", + "Physical Address Line 3": "", + "Physical Address City": "Hanover", + "Physical Address State": "NH ", + "Physical Address Zip": "03755", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.02197802197802198", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800031", + "School District Name": "MS SCHOOL FOR THE ARTS", + "Physical Address Line 1": "308 West Cherokee Street", + "Physical Address Line 2": "P.O. Box 229", + "Physical Address Line 3": "", + "Physical Address City": "Brookhaven", + "Physical Address State": "MS ", + "Physical Address Zip": "39601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406360", + "School District Name": "Haddon Township School District", + "Physical Address Line 1": "500 RHOADS AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTMONT", + "Physical Address State": "NJ ", + "Physical Address Zip": "08108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06902428632296549", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800183", + "School District Name": "ROGER AMOS MCMURTRY ADM", + "Physical Address Line 1": "14426 JAMES BOND ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GULFPORT", + "Physical Address State": "MS ", + "Physical Address Zip": "39503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303630", + "School District Name": "Harrisville School District", + "Physical Address Line 1": "193 Maple Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keene", + "Physical Address State": "NH ", + "Physical Address Zip": "03431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800185", + "School District Name": "WEST BOLIVAR CONS SCHOOL DIST", + "Physical Address Line 1": "909 Hwy 8", + "Physical Address Line 2": "PO Box 189", + "Physical Address Line 3": "", + "Physical Address City": "ROSEDALE", + "Physical Address State": "MS ", + "Physical Address Zip": "38769", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.5084745762711864", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406390", + "School District Name": "Haddonfield School District", + "Physical Address Line 1": "1 Lincoln Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haddonfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "08033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.019145299145299145", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303640", + "School District Name": "Hart's Location School District", + "Physical Address Line 1": "176A Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conway", + "Physical Address State": "NH ", + "Physical Address Zip": "03818", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800187", + "School District Name": "SUNFLOWER CTY CONS SCHOOL DISTRICT", + "Physical Address Line 1": "196 MARTIN LUTHER KING DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INDIANOLA", + "Physical Address State": "MS ", + "Physical Address Zip": "38751", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.6046626984126984", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303660", + "School District Name": "Haverhill Cooperative School District", + "Physical Address Line 1": "2975 Dartmouth College Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "N. Haverhill", + "Physical Address State": "NH ", + "Physical Address Zip": "03774", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15765069551777433", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800188", + "School District Name": "REIMAGINE PREP", + "Physical Address Line 1": "309 W MCDOWELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSON", + "Physical Address State": "MS ", + "Physical Address Zip": "39212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613110", + "School District Name": "HADLEY-LUZERNE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "27 HYLAND DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE LUZERNE", + "Physical Address State": "NY ", + "Physical Address Zip": "12846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16644993498049415", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800189", + "School District Name": "STARKVILLE- OKTIBBEHA CONS DIST", + "Physical Address Line 1": "401 Greensboro Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Starkville", + "Physical Address State": "MS ", + "Physical Address Zip": "39759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2351787599939659", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303690", + "School District Name": "Henniker School District", + "Physical Address Line 1": "258 Western Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henniker", + "Physical Address State": "NH ", + "Physical Address Zip": "03242", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12354312354312354", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800190", + "School District Name": "MIDTOWN PUBLIC CHARTER SCHOOL", + "Physical Address Line 1": "301 ADELE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSON", + "Physical Address State": "MS ", + "Physical Address Zip": "39202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303720", + "School District Name": "Hill School District", + "Physical Address Line 1": "32 Crescent Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hill", + "Physical Address State": "NH ", + "Physical Address Zip": "03243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07142857142857142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800191", + "School District Name": "WEST POINT CONSOLIDATED SCHOOL DIST", + "Physical Address Line 1": "359 Commerce Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Point", + "Physical Address State": "MS ", + "Physical Address Zip": "39773", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.31373182552504036", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303750", + "School District Name": "Hillsboro Deering Coop School District", + "Physical Address Line 1": "78 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsboro", + "Physical Address State": "NH ", + "Physical Address Zip": "03244", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12254025044722719", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800192", + "School District Name": "JOEL E. SMILLOW PREP", + "Physical Address Line 1": "787 E. NORTHSIDE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSON", + "Physical Address State": "MS ", + "Physical Address Zip": "39206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501200", + "School District Name": "HAGERMAN MUNICIPAL SCHOOLS", + "Physical Address Line 1": "406 NORTH CAMBRIDGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAGERMAN", + "Physical Address State": "NM ", + "Physical Address Zip": "88232", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.41843971631205673", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800193", + "School District Name": "JOEL E SMILOW COLLEGIATE", + "Physical Address Line 1": "787 E Northside Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "MS ", + "Physical Address Zip": "39206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303780", + "School District Name": "Hinsdale School District", + "Physical Address Line 1": "Hinsdale School District", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hinsdale", + "Physical Address State": "NH ", + "Physical Address Zip": "03451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12286689419795221", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013620", + "School District Name": "HAILEYVILLE", + "Physical Address Line 1": "3rd & Riley Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haileyville", + "Physical Address State": "OK ", + "Physical Address Zip": "74546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19002375296912113", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303810", + "School District Name": "Holderness School District", + "Physical Address Line 1": "47 Old Ward Bridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "NH ", + "Physical Address Zip": "03264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800196", + "School District Name": "WINONA-MONTGOMERY CONSOLIDATED", + "Physical Address Line 1": "218 Fairground Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winona", + "Physical Address State": "MS ", + "Physical Address Zip": "38967", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303840", + "School District Name": "Hollis School District", + "Physical Address Line 1": "4 Lund Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hollis", + "Physical Address State": "NH ", + "Physical Address Zip": "03049", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.02865329512893983", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406420", + "School District Name": "Hainesport Township School District", + "Physical Address Line 1": "211 Broad St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hainesport", + "Physical Address State": "NJ ", + "Physical Address Zip": "08036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07480916030534351", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303850", + "School District Name": "Hollis/Brookline Coop School District", + "Physical Address Line 1": "4 Lund Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hollis", + "Physical Address State": "NH ", + "Physical Address Zip": "03049", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.023208191126279865", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800199", + "School District Name": "Leflore Legacy Academy", + "Physical Address Line 1": "500 W. Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenwood", + "Physical Address State": "MS ", + "Physical Address Zip": "38930", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613230", + "School District Name": "HALDANE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "15 CRAIGSIDE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLD SPRING", + "Physical Address State": "NY ", + "Physical Address Zip": "10516", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0654320987654321", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303870", + "School District Name": "Hooksett School District", + "Physical Address Line 1": "90 Farmer Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hooksett", + "Physical Address State": "NH ", + "Physical Address Zip": "03106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.05890473999079614", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303900", + "School District Name": "Hopkinton School District", + "Physical Address Line 1": "204 Maple St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Contoocook", + "Physical Address State": "NH ", + "Physical Address Zip": "03229", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04649042844120328", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822050", + "School District Name": "HALE CENTER ISD", + "Physical Address Line 1": "103 W CLEVELAND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HALE CENTER", + "Physical Address State": "TX ", + "Physical Address Zip": "79041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28166351606805295", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303930", + "School District Name": "Hudson School District", + "Physical Address Line 1": "20 Library St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hudson", + "Physical Address State": "NH ", + "Physical Address Zip": "03051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.06042780748663101", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303960", + "School District Name": "Inter-lakes School District", + "Physical Address Line 1": "103 Main St.", + "Physical Address Line 2": "Ste. 2", + "Physical Address Line 3": "", + "Physical Address City": "Meredith", + "Physical Address State": "NH ", + "Physical Address Zip": "03253", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11071428571428571", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303990", + "School District Name": "Jackson School District", + "Physical Address Line 1": "176A Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conway", + "Physical Address State": "NH ", + "Physical Address Zip": "03818", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07446808510638298", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303272", + "School District Name": "Hale's Location", + "Physical Address Line 1": "91 Samuel Hale Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hale's Location", + "Physical Address State": "NH ", + "Physical Address Zip": "03860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304030", + "School District Name": "Jaffrey-Rindge Coop School District", + "Physical Address Line 1": "1 Conant Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jaffrey", + "Physical Address State": "NH ", + "Physical Address Zip": "03452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08104956268221575", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300003", + "School District Name": "John Stark Regional School District", + "Physical Address Line 1": "258 Western Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henniker", + "Physical Address State": "NH ", + "Physical Address Zip": "03242", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.049479166666666664", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406450", + "School District Name": "Haledon Public School District", + "Physical Address Line 1": "91 Henry Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haledon", + "Physical Address State": "NJ ", + "Physical Address Zip": "07508", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20524835988753515", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304040", + "School District Name": "Kearsarge Regional School District", + "Physical Address Line 1": "114 Cougar Court", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New London", + "Physical Address State": "NH ", + "Physical Address Zip": "03257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07684871918801353", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304050", + "School District Name": "Keene School District", + "Physical Address Line 1": "193 Maple Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keene", + "Physical Address State": "NH ", + "Physical Address Zip": "03431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12512750765045902", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613290", + "School District Name": "HALF HOLLOW HILLS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "525 HALF HOLLOW RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DIX HILLS", + "Physical Address State": "NY ", + "Physical Address Zip": "11746", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04056011588604539", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304080", + "School District Name": "Kensington School District", + "Physical Address Line 1": "30 Linden St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exeter", + "Physical Address State": "NH ", + "Physical Address Zip": "03833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.038461538461538464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304140", + "School District Name": "Laconia School District", + "Physical Address Line 1": "39 Harvard St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laconia", + "Physical Address State": "NH ", + "Physical Address Zip": "03246", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15187637969094922", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304150", + "School District Name": "Lafayette Regional School District", + "Physical Address Line 1": "262 Cottage Street", + "Physical Address Line 2": "Suite 301", + "Physical Address Line 3": "", + "Physical Address City": "Littleton", + "Physical Address State": "NH ", + "Physical Address Zip": "03561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11666666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2800960", + "School District Name": "CHICKASAW CO SCHOOL DIST", + "Physical Address Line 1": "501 GRIFFIN AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOULKA", + "Physical Address State": "MS", + "Physical Address Zip": "38850", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211310", + "School District Name": "Halifax Area SD", + "Physical Address Line 1": "3940 Peters Mountain Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Halifax", + "Physical Address State": "PA ", + "Physical Address Zip": "17032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09082892416225749", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304170", + "School District Name": "Landaff School District", + "Physical Address Line 1": "262 Cottage Street", + "Physical Address Line 2": "Suite 301", + "Physical Address Line 3": "", + "Physical Address City": "Littleton", + "Physical Address State": "NH ", + "Physical Address Zip": "03561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1346153846153846", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101770", + "School District Name": "HALIFAX CO PBLC SCHS", + "Physical Address Line 1": "Mary Bethune Ofc Complex", + "Physical Address Line 2": "1030 Mary Bethune St", + "Physical Address Line 3": "", + "Physical Address City": "Halifax", + "Physical Address State": "VA ", + "Physical Address Zip": "24558", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20859375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304230", + "School District Name": "Lebanon School District", + "Physical Address Line 1": "Seminary Hill School", + "Physical Address Line 2": "20 Seminary Hill", + "Physical Address Line 3": "", + "Physical Address City": "West Lebanon", + "Physical Address State": "NH ", + "Physical Address Zip": "03784", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09844559585492228", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701950", + "School District Name": "Halifax County Schools", + "Physical Address Line 1": "9525 Hwy 301S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Halifax", + "Physical Address State": "NC ", + "Physical Address Zip": "27839", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3318540433925049", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801100", + "School District Name": "COAHOMA EARLY COLLEGE", + "Physical Address Line 1": "3240 FRIARS POINT ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARKSDALE", + "Physical Address State": "MS", + "Physical Address Zip": "38614", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303303", + "School District Name": "Lempster School District", + "Physical Address Line 1": "29 School Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lempster", + "Physical Address State": "NH ", + "Physical Address Zip": "03605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12179487179487179", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5004500", + "School District Name": "Halifax School District", + "Physical Address Line 1": "Branch Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Halifax", + "Physical Address State": "VT ", + "Physical Address Zip": "05358", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304260", + "School District Name": "Lincoln-Woodstock School District", + "Physical Address Line 1": "78 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "NH ", + "Physical Address Zip": "03251", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15616438356164383", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700115", + "School District Name": "Haliwa-Saponi Tribal School", + "Physical Address Line 1": "130 Haliwa-Saponi Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hollister", + "Physical Address State": "NC ", + "Physical Address Zip": "27844", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801189", + "School District Name": "MS SCHLS FOR THE DEAF AND THE BLIND", + "Physical Address Line 1": "1253 EASTOVER DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSON", + "Physical Address State": "MS ", + "Physical Address Zip": "39211", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304290", + "School District Name": "Lisbon Regional School District", + "Physical Address Line 1": "262 Cottage Street", + "Physical Address Line 2": "Suite 301", + "Physical Address Line 3": "", + "Physical Address City": "Littleton", + "Physical Address State": "NH ", + "Physical Address Zip": "03561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2236024844720497", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801191", + "School District Name": "MDHS DIVISION OF YOUTH SERVICES", + "Physical Address Line 1": "2375 Oakley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raymond", + "Physical Address State": "MS ", + "Physical Address Zip": "39154", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304350", + "School District Name": "Litchfield School District", + "Physical Address Line 1": "1 Highlander Court", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Litchfield", + "Physical Address State": "NH ", + "Physical Address Zip": "03052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03832752613240418", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304380", + "School District Name": "Littleton School District", + "Physical Address Line 1": "65 Maple St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Littleton", + "Physical Address State": "NH ", + "Physical Address Zip": "03561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15203145478374835", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801193", + "School District Name": "STOVALL SPED COMPLEX ADMINISTRATION", + "Physical Address Line 1": "967 REGIONAL CENTER DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OXFORD", + "Physical Address State": "MS", + "Physical Address Zip": "38655", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304410", + "School District Name": "Londonderry School District", + "Physical Address Line 1": "6A Kitty Hawk Landing", + "Physical Address Line 2": "Suite 101", + "Physical Address Line 3": "", + "Physical Address City": "Londonderry", + "Physical Address State": "NH ", + "Physical Address Zip": "03053", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.03795233892321271", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801194", + "School District Name": "MS SCHOOL FOR MATH AND SCIENCE", + "Physical Address Line 1": "5th Ave South and MSCW Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLUMBUS", + "Physical Address State": "MS ", + "Physical Address Zip": "39701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822120", + "School District Name": "HALLETTSVILLE ISD", + "Physical Address Line 1": "302 N RIDGE ST 368", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HALLETTSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "77964", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13194444444444445", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2801196", + "School District Name": "HUDSPETH CENTER ADMINISTRATION", + "Physical Address Line 1": "100 Hudspeth Center Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITFIELD", + "Physical Address State": "MS ", + "Physical Address Zip": "39193", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304500", + "School District Name": "Lyme School District", + "Physical Address Line 1": "38 Union Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lyme", + "Physical Address State": "NH ", + "Physical Address Zip": "03768", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.030395136778115502", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3808610", + "School District Name": "HALLIDAY 19", + "Physical Address Line 1": "188 4th St S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Halliday", + "Physical Address State": "ND ", + "Physical Address Zip": "58636", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24719101123595505", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304560", + "School District Name": "Madison School District", + "Physical Address Line 1": "881A Tamworth Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tamworth", + "Physical Address State": "NH ", + "Physical Address Zip": "03886", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08282208588957055", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822140", + "School District Name": "HALLSBURG ISD", + "Physical Address Line 1": "2313 HALLSBURG RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WACO", + "Physical Address State": "TX ", + "Physical Address Zip": "76705", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15254237288135594", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304590", + "School District Name": "Manchester School District", + "Physical Address Line 1": "20 Hecker Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "NH ", + "Physical Address Zip": "03102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.16838279830405814", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822170", + "School District Name": "HALLSVILLE ISD", + "Physical Address Line 1": "311 WILLOW ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HALLSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1351981351981352", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304620", + "School District Name": "Marlborough School District", + "Physical Address Line 1": "193 Maple Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keene", + "Physical Address State": "NH ", + "Physical Address Zip": "03431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14603174603174604", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304650", + "School District Name": "Marlow School District", + "Physical Address Line 1": "193 Maple Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keene", + "Physical Address State": "NH ", + "Physical Address Zip": "03431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304670", + "School District Name": "Mascenic Regional School District", + "Physical Address Line 1": "16 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "NH ", + "Physical Address Zip": "03048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08842443729903537", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700001", + "School District Name": "Hamblen County", + "Physical Address Line 1": "210 East Morris BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morristown", + "Physical Address State": "TN ", + "Physical Address Zip": "37813", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2229161010046158", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304680", + "School District Name": "Mascoma Valley Reg School District", + "Physical Address Line 1": "547 US Route 4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Enfield", + "Physical Address State": "NH ", + "Physical Address Zip": "03748", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211340", + "School District Name": "Hamburg Area SD", + "Physical Address Line 1": "701 Windsor Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamburg", + "Physical Address State": "PA ", + "Physical Address Zip": "19526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11184466019417476", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303276", + "School District Name": "Mason School District", + "Physical Address Line 1": "13 Darling Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mason", + "Physical Address State": "NH ", + "Physical Address Zip": "03048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.045662100456621", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613350", + "School District Name": "HAMBURG CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5305 ABBOTT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMBURG", + "Physical Address State": "NY ", + "Physical Address Zip": "14075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05173319327731092", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304740", + "School District Name": "Merrimack School District", + "Physical Address Line 1": "36 McElwain St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Merrimack", + "Physical Address State": "NH ", + "Physical Address Zip": "03054", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.03618421052631579", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304760", + "School District Name": "Merrimack Valley School District", + "Physical Address Line 1": "105 Community Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Penacook", + "Physical Address State": "NH ", + "Physical Address Zip": "03303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08915476649942107", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406480", + "School District Name": "Hamburg School District", + "Physical Address Line 1": "30 Linwood Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamburg", + "Physical Address State": "NJ ", + "Physical Address Zip": "07419", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12698412698412698", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304770", + "School District Name": "Middleton School District", + "Physical Address Line 1": "C/O Governor Wentworth Regiona", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wolfeboro Falls", + "Physical Address State": "NH ", + "Physical Address Zip": "03896", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09712230215827339", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304800", + "School District Name": "Milan School District", + "Physical Address Line 1": "123 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gorham", + "Physical Address State": "NH ", + "Physical Address Zip": "03581", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16216216216216217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304830", + "School District Name": "Milford School District", + "Physical Address Line 1": "100 West St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milford", + "Physical Address State": "NH ", + "Physical Address Zip": "03055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.06376929325751422", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300616", + "School District Name": "Milton School District", + "Physical Address Line 1": "20 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milton", + "Physical Address State": "NH ", + "Physical Address Zip": "03851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.11001642036124795", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304890", + "School District Name": "Monadnock Regional School District", + "Physical Address Line 1": "Monadnock Reg. School District", + "Physical Address Line 2": "600 Old Homestead Highway", + "Physical Address Line 3": "", + "Physical Address City": "Swanzey", + "Physical Address State": "NH ", + "Physical Address Zip": "03446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11041009463722397", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304920", + "School District Name": "Monroe School District", + "Physical Address Line 1": "77 Woodsville Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "NH ", + "Physical Address Zip": "03771", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09271523178807947", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613380", + "School District Name": "HAMILTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "47 W KENDRICK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMILTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13346", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08865248226950355", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304950", + "School District Name": "Mont Vernon School District", + "Physical Address Line 1": "1 School St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amherst", + "Physical Address State": "NH ", + "Physical Address Zip": "03031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03313253012048193", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2802010", + "School District Name": "HOUSTON SCHOOL DIST", + "Physical Address Line 1": "636 Starkville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Houston", + "Physical Address State": "MS", + "Physical Address Zip": "38851", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904410", + "School District Name": "Hamilton City", + "Physical Address Line 1": "533 Dayton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton", + "Physical Address State": "OH ", + "Physical Address Zip": "45011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19029349702666412", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304960", + "School District Name": "Moultonborough School District", + "Physical Address Line 1": "25 Blake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moultonborough", + "Physical Address State": "NH ", + "Physical Address Zip": "03254", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09242144177449169", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900121", + "School District Name": "Hamilton Cnty Math & Science", + "Physical Address Line 1": "2675 Civic Center Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45231", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3304980", + "School District Name": "Nashua School District", + "Physical Address Line 1": "141 Ledge St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nashua", + "Physical Address State": "NH ", + "Physical Address Zip": "03061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11030001604363869", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305010", + "School District Name": "Nelson School District", + "Physical Address Line 1": "193 Maple Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keene", + "Physical Address State": "NH ", + "Physical Address Zip": "03431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07058823529411765", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305040", + "School District Name": "New Boston School District", + "Physical Address Line 1": "11 School St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goffstown", + "Physical Address State": "NH ", + "Physical Address Zip": "03045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03818827708703375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305070", + "School District Name": "New Castle School District", + "Physical Address Line 1": "48 Post Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenland", + "Physical Address State": "NH ", + "Physical Address Zip": "03840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.023809523809523808", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701590", + "School District Name": "Hamilton County", + "Physical Address Line 1": "3074 Hickory Valley RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chattanooga", + "Physical Address State": "TN ", + "Physical Address Zip": "37421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.16529133180252584", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3305190", + "School District Name": "Newfields School District", + "Physical Address Line 1": "30 Linden St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exeter", + "Physical Address State": "NH ", + "Physical Address Zip": "03833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0425531914893617", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305220", + "School District Name": "Newfound Area School District", + "Physical Address Line 1": "20 North Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bristol", + "Physical Address State": "NH ", + "Physical Address Zip": "03222", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12648809523809523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305250", + "School District Name": "Newington School District", + "Physical Address Line 1": "48 Post Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenland", + "Physical Address State": "NH ", + "Physical Address Zip": "03840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06060606060606061", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822230", + "School District Name": "HAMILTON ISD", + "Physical Address Line 1": "400 S COLLEGE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMILTON", + "Physical Address State": "TX ", + "Physical Address Zip": "76531", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18372093023255814", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305280", + "School District Name": "Newmarket School District", + "Physical Address Line 1": "186A Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newmarket", + "Physical Address State": "NH ", + "Physical Address Zip": "03857", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.07177497575169738", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305310", + "School District Name": "Newport School District", + "Physical Address Line 1": "86 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "NH ", + "Physical Address Zip": "03773", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15331807780320367", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904695", + "School District Name": "Hamilton Local", + "Physical Address Line 1": "775 Rathmell Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43207", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1805965257292691", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305370", + "School District Name": "North Hampton School District", + "Physical Address Line 1": "2 Alumni Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "NH ", + "Physical Address Zip": "03842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03201970443349754", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305400", + "School District Name": "Northumberland School District", + "Physical Address Line 1": "15 Preble St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Groveton", + "Physical Address State": "NH ", + "Physical Address Zip": "03582", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18430034129692832", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506030", + "School District Name": "Hamilton School District", + "Physical Address Line 1": "W220N6151 Town Line Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sussex", + "Physical Address State": "WI ", + "Physical Address Zip": "53089", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03689964857477548", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305430", + "School District Name": "Northwood School District", + "Physical Address Line 1": "Greenbriar Building", + "Physical Address Line 2": "23A Mountain Avenue", + "Physical Address Line 3": "", + "Physical Address City": "Northwood", + "Physical Address State": "NH ", + "Physical Address Zip": "03261", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.061933534743202415", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305460", + "School District Name": "Nottingham School District", + "Physical Address Line 1": "Greenbriar Building", + "Physical Address Line 2": "23A Mountain Avenue", + "Physical Address Line 3": "", + "Physical Address City": "Northwood", + "Physical Address State": "NH ", + "Physical Address Zip": "03261", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.045859872611464965", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406540", + "School District Name": "Hamilton Township Public School District", + "Physical Address Line 1": "90 Park Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08690", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08664878557592014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305520", + "School District Name": "Oyster River Coop School District", + "Physical Address Line 1": "36 Coe Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NH ", + "Physical Address Zip": "03824", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.026615969581749048", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406510", + "School District Name": "Hamilton Township School District", + "Physical Address Line 1": "1876 DR. DENNIS FOREMAN DR.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAYS LANDING", + "Physical Address State": "NJ ", + "Physical Address Zip": "08330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1760237780713342", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680400", + "School District Name": "HAMILTON-FULTON-MONTGOMERY BOCES", + "Physical Address Line 1": "2755 STATE HWY 67", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JOHNSTOWN", + "Physical Address State": "NY ", + "Physical Address Zip": "12095", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822260", + "School District Name": "HAMLIN COLLEGIATE ISD", + "Physical Address Line 1": "250 SW AVE F", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMLIN", + "Physical Address State": "TX ", + "Physical Address Zip": "79520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24444444444444444", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4630800", + "School District Name": "Hamlin School District 28-3", + "Physical Address Line 1": "44577 188th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayti", + "Physical Address State": "SD ", + "Physical Address Zip": "57241", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07427937915742794", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013650", + "School District Name": "HAMMON", + "Physical Address Line 1": "802 Shockey St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hammon", + "Physical Address State": "OK ", + "Physical Address Zip": "73650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24878048780487805", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613440", + "School District Name": "HAMMOND CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "51 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMMOND", + "Physical Address State": "NY ", + "Physical Address Zip": "13646", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20469798657718122", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613470", + "School District Name": "HAMMONDSPORT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "8272 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMMONDSPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "14840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16842105263157894", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406570", + "School District Name": "Hammonton School District", + "Physical Address Line 1": "566 Old Forks Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hammonton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.13614063777596075", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400420", + "School District Name": "HAMPSHIRE COUNTY SCHOOLS", + "Physical Address Line 1": "111 SCHOOL STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROMNEY", + "Physical Address State": "WV ", + "Physical Address Zip": "26757", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24736674114267476", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503912", + "School District Name": "Hampton", + "Physical Address Line 1": "372 Pine Street East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Varnville", + "Physical Address State": "SC ", + "Physical Address Zip": "29944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613530", + "School District Name": "HAMPTON BAYS UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "86 E ARGONNE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMPTON BAYS", + "Physical Address State": "NY ", + "Physical Address Zip": "11946", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08159392789373814", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406600", + "School District Name": "Hampton Borough School District", + "Physical Address Line 1": "32-41 SOUTH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMPTON", + "Physical Address State": "NJ ", + "Physical Address Zip": "08827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0916030534351145", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101800", + "School District Name": "HAMPTON CITY PBLC SCHS", + "Physical Address Line 1": "1 Franklin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "VA ", + "Physical Address Zip": "23669", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1808746520734066", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303282", + "School District Name": "Hampton SAU Office", + "Physical Address Line 1": "6 Marston Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "NH ", + "Physical Address Zip": "03842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406630", + "School District Name": "Hampton Township School District", + "Physical Address Line 1": "1 School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newton", + "Physical Address State": "NJ ", + "Physical Address Zip": "07860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05917159763313609", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211400", + "School District Name": "Hampton Township SD", + "Physical Address Line 1": "4591 School Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allison Park", + "Physical Address State": "PA ", + "Physical Address Zip": "15101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.037339190461248825", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803480", + "School District Name": "PASCAGOULA-GAUTIER SCHOOL DISTRICT", + "Physical Address Line 1": "1006 Communy Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pascagoula", + "Physical Address State": "MS ", + "Physical Address Zip": "39567", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.2585053380782918", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822320", + "School District Name": "HAMSHIRE-FANNETT ISD", + "Physical Address Line 1": "12702 SECOND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMSHIRE", + "Physical Address State": "TX ", + "Physical Address Zip": "77622", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12385073012439156", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803510", + "School District Name": "PASS CHRISTIAN PUBLIC SCHOOL DIST", + "Physical Address Line 1": "6457 KILN-DELISLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PASS CHRISTIAN", + "Physical Address State": "MS ", + "Physical Address Zip": "39571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.18457300275482094", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803520", + "School District Name": "PEARL PUBLIC SCHOOL DISTRICT", + "Physical Address Line 1": "3375 HIGHWAY 80 EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEARL", + "Physical Address State": "MS ", + "Physical Address Zip": "39208", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2024644147015084", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900074", + "School District Name": "Hanaa'dli Community School", + "Physical Address Line 1": "#700 CR 7150", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomfield", + "Physical Address State": "NM", + "Physical Address Zip": "87413", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803530", + "School District Name": "PETAL SCHOOL DIST", + "Physical Address Line 1": "115 HIGHWAY 42", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PETAL", + "Physical Address State": "MS ", + "Physical Address Zip": "39465", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1601170568561873", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803540", + "School District Name": "PEARL RIVER CO SCHOOL DIST", + "Physical Address Line 1": "7441 HWY 11", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARRIERE", + "Physical Address State": "MS ", + "Physical Address Zip": "39426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15433342931183414", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613560", + "School District Name": "HANCOCK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "67 EDUCATION LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HANCOCK", + "Physical Address State": "NY ", + "Physical Address Zip": "13783", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26253687315634217", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803570", + "School District Name": "PERRY CO SCHOOL DIST", + "Physical Address Line 1": "105 Main Street", + "Physical Address Line 2": "P.O. Box 137", + "Physical Address Line 3": "", + "Physical Address City": "New Augusta", + "Physical Address State": "MS ", + "Physical Address Zip": "39426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2770323599052881", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701620", + "School District Name": "Hancock County", + "Physical Address Line 1": "418 Harrison ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sneedville", + "Physical Address State": "TN ", + "Physical Address Zip": "37869", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.38990825688073394", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803600", + "School District Name": "PHILADELPHIA PUBLIC SCHOOL DIST", + "Physical Address Line 1": "248 Byrd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "MS ", + "Physical Address Zip": "39350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3238095238095238", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803630", + "School District Name": "PICAYUNE SCHOOL DISTRICT", + "Physical Address Line 1": "706 Goodyear Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Picayune", + "Physical Address State": "MS ", + "Physical Address Zip": "39466", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2565376569037657", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400450", + "School District Name": "HANCOCK COUNTY SCHOOLS", + "Physical Address Line 1": "130 ROCKEFELER CIRCLE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW CUMBERLAND", + "Physical Address State": "WV ", + "Physical Address Zip": "26047", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1739024981809362", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803660", + "School District Name": "PONTOTOC CO SCHOOL DIST", + "Physical Address Line 1": "354 Center Ridge Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pontotoc", + "Physical Address State": "MS ", + "Physical Address Zip": "38863", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21196222455403987", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3808710", + "School District Name": "HANKINSON 8", + "Physical Address Line 1": "415 1st Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hankinson", + "Physical Address State": "ND ", + "Physical Address Zip": "58041", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0950920245398773", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803690", + "School District Name": "PONTOTOC CITY SCHOOLS", + "Physical Address Line 1": "140 Education Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pontotoc", + "Physical Address State": "MS ", + "Physical Address Zip": "38863", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2069112627986348", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803720", + "School District Name": "POPLARVILLE SEPARATE SCHOOL DIST", + "Physical Address Line 1": "302 South Julia Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Poplarville", + "Physical Address State": "MS ", + "Physical Address Zip": "39470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20028544243577545", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013680", + "School District Name": "HANNA", + "Physical Address Line 1": "301 E Second St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanna", + "Physical Address State": "OK ", + "Physical Address Zip": "74845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22727272727272727", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803750", + "School District Name": "PRENTISS CO SCHOOL DIST", + "Physical Address Line 1": "105 North College Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Booneville", + "Physical Address State": "MS ", + "Physical Address Zip": "38829", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19098633173254526", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900187", + "School District Name": "Hannahville Indian School", + "Physical Address Line 1": "N14911 Hannahville B-1 Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilson", + "Physical Address State": "MI", + "Physical Address Zip": "49896", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803780", + "School District Name": "QUITMAN SCHOOL DIST", + "Physical Address Line 1": "104 East Franklin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quitman", + "Physical Address State": "MS ", + "Physical Address Zip": "39355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.34909515469935787", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613590", + "School District Name": "HANNIBAL CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "928 CAYUGA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HANNIBAL", + "Physical Address State": "NY ", + "Physical Address Zip": "13074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2509197939661516", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803810", + "School District Name": "QUITMAN CO SCHOOL DIST", + "Physical Address Line 1": "1362 Martin L. King Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marks", + "Physical Address State": "MS ", + "Physical Address Zip": "38646", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.4393638170974155", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211420", + "School District Name": "Hanover Area SD", + "Physical Address Line 1": "1600 Sans Souci Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanover Township", + "Physical Address State": "PA ", + "Physical Address Zip": "18706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22235973597359737", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803830", + "School District Name": "RANKIN CO SCHOOL DIST", + "Physical Address Line 1": "1220 Apple Park Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brandon", + "Physical Address State": "MS ", + "Physical Address Zip": "39042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12117404182748406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101830", + "School District Name": "HANOVER CO PBLC SCHS", + "Physical Address Line 1": "200 Berkley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "VA ", + "Physical Address Zip": "23005", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0761854022376132", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803870", + "School District Name": "RICHTON SCHOOL DIST", + "Physical Address Line 1": "701 Elm Avenue", + "Physical Address Line 2": "Post Office Box 568", + "Physical Address Line 3": "", + "Physical Address City": "Richton", + "Physical Address State": "MS ", + "Physical Address Zip": "39476", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2798165137614679", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406660", + "School District Name": "Hanover Park Regional High School District", + "Physical Address Line 1": "75 Mount Pleasant Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Hanover", + "Physical Address State": "NJ ", + "Physical Address Zip": "07936", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03059388122375525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803900", + "School District Name": "SCOTT CO SCHOOL DIST", + "Physical Address Line 1": "110 Commerce Loop", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FOREST", + "Physical Address State": "MS ", + "Physical Address Zip": "39074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.27051177904142976", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211450", + "School District Name": "Hanover Public SD", + "Physical Address Line 1": "403 Moul Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanover", + "Physical Address State": "PA ", + "Physical Address Zip": "17331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16082004555808657", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803930", + "School District Name": "SENATOBIA MUNICIPAL SCHOOL DIST", + "Physical Address Line 1": "104 McKie Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Senatobia", + "Physical Address State": "MS ", + "Physical Address Zip": "38668", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20232815964523282", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300018", + "School District Name": "Hanover SAU Office", + "Physical Address Line 1": "41 Lebanon St.", + "Physical Address Line 2": "Suite 2", + "Physical Address Line 3": "", + "Physical Address City": "Hanover", + "Physical Address State": "NH ", + "Physical Address Zip": "03755", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803960", + "School District Name": "SOUTH DELTA SCHOOL DISTRICT", + "Physical Address Line 1": "106 Athletic Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROLLING FORK", + "Physical Address State": "MS ", + "Physical Address Zip": "39159", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4993288590604027", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406690", + "School District Name": "Hanover Township School District", + "Physical Address Line 1": "61 Highland Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whippany", + "Physical Address State": "NJ ", + "Physical Address Zip": "07981", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03751705320600273", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2803990", + "School District Name": "SIMPSON CO SCHOOL DIST", + "Physical Address Line 1": "111 Education Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mendenhall", + "Physical Address State": "MS ", + "Physical Address Zip": "39114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2916203600800178", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4602640", + "School District Name": "Hanson School District 30-1", + "Physical Address Line 1": "230 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alexandria", + "Physical Address State": "SD ", + "Physical Address Zip": "57311", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06698564593301436", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804020", + "School District Name": "SMITH CO SCHOOL DIST", + "Physical Address Line 1": "212 Sylvarena Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "MS ", + "Physical Address Zip": "39153", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23923044751150147", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822350", + "School District Name": "HAPPY ISD", + "Physical Address Line 1": "500 NW THIRD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAPPY", + "Physical Address State": "TX ", + "Physical Address Zip": "79042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11057692307692307", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804050", + "School District Name": "SOUTH PANOLA SCHOOL DISTRICT", + "Physical Address Line 1": "209 Boothe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Batesville", + "Physical Address State": "MS ", + "Physical Address Zip": "38606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3273338132949364", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804080", + "School District Name": "SOUTH PIKE SCHOOL DIST", + "Physical Address Line 1": "250 West Bay Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Magnolia", + "Physical Address State": "MS ", + "Physical Address Zip": "39652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.331537708129285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804110", + "School District Name": "SOUTH TIPPAH SCHOOL DIST", + "Physical Address Line 1": "402 Greenlee Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ripley", + "Physical Address State": "MS ", + "Physical Address Zip": "38663", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2833839150227618", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200014", + "School District Name": "Harambee Institute of Science and Technology CS", + "Physical Address Line 1": "640 N 66th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19151", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804170", + "School District Name": "STONE CO SCHOOL DIST", + "Physical Address Line 1": "214 Critz Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wiggins", + "Physical Address State": "MS ", + "Physical Address Zip": "39577", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23105298457411133", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804230", + "School District Name": "TATE CO SCHOOL DIST", + "Physical Address Line 1": "574 Parkway St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coldwater", + "Physical Address State": "MS ", + "Physical Address Zip": "38618", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19807096107475025", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211490", + "School District Name": "Harbor Creek SD", + "Physical Address Line 1": "6375 Buffalo Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harborcreek", + "Physical Address State": "PA ", + "Physical Address Zip": "16421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08653457339264052", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804260", + "School District Name": "TISHOMINGO CO SP MUN SCH DIST", + "Physical Address Line 1": "1620 Paul Edmondson Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Iuka", + "Physical Address State": "MS ", + "Physical Address Zip": "38852", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19221967963386727", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600047", + "School District Name": "HARBOR SCIENCE AND ARTS CHARTER SCHOOL", + "Physical Address Line 1": "132-142 E 111TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10029", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804290", + "School District Name": "TUNICA COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "744 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tunica", + "Physical Address State": "MS ", + "Physical Address Zip": "38676", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.41776142932212296", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804320", + "School District Name": "TUPELO PUBLIC SCHOOL DIST", + "Physical Address Line 1": "72 South Green Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tupelo", + "Physical Address State": "MS ", + "Physical Address Zip": "38804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21395726264538814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613620", + "School District Name": "HARBORFIELDS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2 OLDFIELD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GREENLAWN", + "Physical Address State": "NY ", + "Physical Address Zip": "11740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03188131313131313", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804350", + "School District Name": "UNION CO SCHOOL DIST", + "Physical Address Line 1": "250 CARTER AVE.", + "Physical Address Line 2": "P. O. Box 939", + "Physical Address Line 3": "", + "Physical Address City": "NEW ALBANY", + "Physical Address State": "MS ", + "Physical Address Zip": "38652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18935978358881875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701650", + "School District Name": "Hardeman County Schools", + "Physical Address Line 1": "10815 Old Hwy. 64", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bolivar", + "Physical Address State": "TN ", + "Physical Address Zip": "38008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2676438653637351", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804380", + "School District Name": "UNION PUBLIC SCHOOL DIST", + "Physical Address Line 1": "417 S DECATUR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UNION", + "Physical Address State": "MS ", + "Physical Address Zip": "39365", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27448609431680776", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013740", + "School District Name": "HARDESTY", + "Physical Address Line 1": "5th and Crawford", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hardesty", + "Physical Address State": "OK ", + "Physical Address Zip": "73944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20270270270270271", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804440", + "School District Name": "WALTHALL CO SCHOOL DIST", + "Physical Address Line 1": "814A Morse Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tylertown", + "Physical Address State": "MS ", + "Physical Address Zip": "39667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.33218736570691876", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901429", + "School District Name": "Hardin Community School", + "Physical Address Line 1": "400 Decatur St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kenton", + "Physical Address State": "OH ", + "Physical Address Zip": "43326", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804470", + "School District Name": "VICKSBURG WARREN SCHOOL DIST", + "Physical Address Line 1": "1500 Mission 66", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vicksburg", + "Physical Address State": "MS ", + "Physical Address Zip": "39180", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3341179547534981", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701680", + "School District Name": "Hardin County", + "Physical Address Line 1": "155 Guinn ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Savannah", + "Physical Address State": "TN ", + "Physical Address Zip": "38372", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2435441838426913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804500", + "School District Name": "WATER VALLEY SCHOOL DISTRICT", + "Physical Address Line 1": "544 Markette Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Water Valley", + "Physical Address State": "MS ", + "Physical Address Zip": "38965", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3242553191489362", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822380", + "School District Name": "HARDIN ISD", + "Physical Address Line 1": "290 CR 2003 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARDIN", + "Physical Address State": "TX ", + "Physical Address Zip": "77561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18073089700996678", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804530", + "School District Name": "WAYNE CO SCHOOL DIST", + "Physical Address Line 1": "810 Chickasawhay Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waynesboro", + "Physical Address State": "MS ", + "Physical Address Zip": "39367", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3165688739871472", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904749", + "School District Name": "Hardin Northern Local", + "Physical Address Line 1": "11589 State Route 81", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dola", + "Physical Address State": "OH ", + "Physical Address Zip": "45835", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14814814814814814", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804560", + "School District Name": "WEBSTER CO SCHOOL DIST", + "Physical Address Line 1": "95 CLARK AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eupora", + "Physical Address State": "MS ", + "Physical Address Zip": "39744", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23909348441926345", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904979", + "School District Name": "Hardin-Houston Local", + "Physical Address Line 1": "5300 Houston Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Houston", + "Physical Address State": "OH ", + "Physical Address Zip": "45333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08034744842562432", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804590", + "School District Name": "WEST JASPER CONSOLIDATED SCHOOLS", + "Physical Address Line 1": "510 HIGHWAY 18", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAY SPRINGS", + "Physical Address State": "MS ", + "Physical Address Zip": "39422", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24108658743633277", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822410", + "School District Name": "HARDIN-JEFFERSON ISD", + "Physical Address Line 1": "520 W HERRING", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUR LAKE", + "Physical Address State": "TX ", + "Physical Address Zip": "77659", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15834004834810636", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804650", + "School District Name": "WEST TALLAHATCHIE SCHOOL DISTRICT", + "Physical Address Line 1": "6470 Friendship West Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sumner", + "Physical Address State": "MS ", + "Physical Address Zip": "38957", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4622496147919877", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4609300", + "School District Name": "Harding County School District 31-1", + "Physical Address Line 1": "12474 Tipperary St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buffalo", + "Physical Address State": "SD ", + "Physical Address Zip": "57720", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1324200913242009", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804680", + "School District Name": "WESTERN LINE SCHOOL DISTRICT", + "Physical Address Line 1": "102 MADDOX ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AVON", + "Physical Address State": "MS ", + "Physical Address Zip": "38723", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2863170584689572", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000773", + "School District Name": "HARDING FINE ARTS ACADEMY", + "Physical Address Line 1": "3333 N Shartel Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73118", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804710", + "School District Name": "WILKINSON CO SCHOOL DIST", + "Physical Address Line 1": "488 Main Street", + "Physical Address Line 2": "Post Office Box 785", + "Physical Address Line 3": "", + "Physical Address City": "Woodville", + "Physical Address State": "MS ", + "Physical Address Zip": "39669", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.36152055857253684", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000809", + "School District Name": "HARDING INDEPENDENCE CHARTER", + "Physical Address Line 1": "1301 NE 101st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804770", + "School District Name": "YAZOO CITY MUNICIPAL SCHOOL DIST", + "Physical Address Line 1": "1133 Calhoun Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yazoo City", + "Physical Address State": "MS ", + "Physical Address Zip": "39194", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.4391651865008881", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406720", + "School District Name": "Harding Township School District", + "Physical Address Line 1": "34 Lees Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Vernon", + "Physical Address State": "NJ ", + "Physical Address Zip": "07976", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03554868624420402", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2804800", + "School District Name": "YAZOO CO SCHOOL DIST", + "Physical Address Line 1": "94 PANTHER DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YAZOO CITY", + "Physical Address State": "MS ", + "Physical Address Zip": "39194", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2848780487804878", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400480", + "School District Name": "HARDY COUNTY SCHOOLS", + "Physical Address Line 1": "510 ASHBY STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOOREFIELD", + "Physical Address State": "WV ", + "Physical Address Zip": "26836", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1969917515769044", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900002", + "School District Name": "SOUTH HARRISON CO. R-II", + "Physical Address Line 1": "3400 BULLDOG AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BETHANY", + "Physical Address State": "MO ", + "Physical Address Zip": "64424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22722400857449088", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406780", + "School District Name": "Hardyston Township School District", + "Physical Address Line 1": "183 Wheatsworth Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamburg", + "Physical Address State": "NJ ", + "Physical Address Zip": "07419", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06518518518518518", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900003", + "School District Name": "PORTAGEVILLE", + "Physical Address Line 1": "904 KING AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORTAGEVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "63873", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2372093023255814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822470", + "School District Name": "HARLANDALE ISD", + "Physical Address Line 1": "102 GENEVIEVE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78214", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.3158483102588357", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600108", + "School District Name": "HARLEM CHILDREN'S ZONE PROMISE ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "245 W 129TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10027", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900005", + "School District Name": "STATE FAIR COMMUNITY COLLEGE", + "Physical Address Line 1": "3201 W 16TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEDALIA", + "Physical Address State": "MO ", + "Physical Address Zip": "65301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600140", + "School District Name": "HARLEM CHILDREN'S ZONE PROMISE ACADEMY II CHARTER SCHOOL", + "Physical Address Line 1": "2005 MADISON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10035", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900006", + "School District Name": "JEFFERSON COLLEGE", + "Physical Address Line 1": "1000 VIKING DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HILLSBORO", + "Physical Address State": "MO ", + "Physical Address Zip": "63050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601097", + "School District Name": "HARLEM HEBREW LANGUAGE ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "147 ST NICHOLAS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600138", + "School District Name": "HARLEM LINK CHARTER SCHOOL", + "Physical Address Line 1": "21 W 111TH ST-RM 357", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900008", + "School District Name": "OZARKS TECHNICAL COMM COLLEGE", + "Physical Address Line 1": "1001 E CHESTNUT EXPY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGFIELD", + "Physical Address State": "MO ", + "Physical Address Zip": "65802", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600068", + "School District Name": "HARLEM PREP CHARTER SCHOOL", + "Physical Address Line 1": "240 E 123RD ST-1ST FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10035", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600141", + "School District Name": "HARLEM VILLAGE ACADEMY EAST CHARTER SCHOOL", + "Physical Address Line 1": "2351 1ST AVE-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10035", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900013", + "School District Name": "KC INTERNATIONAL ACADEMY", + "Physical Address Line 1": "414 WALLACE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64125", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601191", + "School District Name": "HARLEM VILLAGE ACADEMY WEST 2 CHARTER SCHOOL", + "Physical Address Line 1": "74 W 124TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10027", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900014", + "School District Name": "HOGAN PREPARATORY ACADEMY", + "Physical Address Line 1": "6409 AGNES AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64132", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600080", + "School District Name": "HARLEM VILLAGE ACADEMY WEST CHARTER SCHOOL", + "Physical Address Line 1": "244 W 144 ST-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10030", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822500", + "School District Name": "HARLETON ISD", + "Physical Address Line 1": "17000 SH 154", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARLETON", + "Physical Address State": "TX ", + "Physical Address Zip": "75651", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17928902627511592", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822530", + "School District Name": "HARLINGEN CISD", + "Physical Address Line 1": "407 N 77 SUNSHINE STRIP", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARLINGEN", + "Physical Address State": "TX ", + "Physical Address Zip": "78550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.30013692858647567", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013830", + "School District Name": "HARMONY", + "Physical Address Line 1": "4926 S Bentley Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atoka", + "Physical Address State": "OK ", + "Physical Address Zip": "74525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14497041420118342", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900019", + "School District Name": "SCUOLA VITA NUOVA", + "Physical Address Line 1": "535 GARFIELD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211520", + "School District Name": "Harmony Area SD", + "Physical Address Line 1": "5239 Ridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westover", + "Physical Address State": "PA ", + "Physical Address Zip": "16692", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21236559139784947", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900020", + "School District Name": "MO SCHOOL FOR THE DEAF", + "Physical Address Line 1": "505 E 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FULTON", + "Physical Address State": "MO ", + "Physical Address Zip": "65251", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900021", + "School District Name": "MO SCHOOL FOR THE BLIND", + "Physical Address Line 1": "3815 MAGNOLIA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822560", + "School District Name": "HARMONY ISD", + "Physical Address Line 1": "9788 STATE HWY 154 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BIG SANDY", + "Physical Address State": "TX ", + "Physical Address Zip": "75755", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1936127744510978", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900022", + "School District Name": "MO SCHLS FOR THE SEV DISABLED", + "Physical Address Line 1": "205 JEFFERSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JEFFERSON CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "65102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800241", + "School District Name": "HARMONY PUBLIC SCHOOLS - CENTRAL TEXAS", + "Physical Address Line 1": "13415 RANCH RD 620 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78717", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800274", + "School District Name": "HARMONY PUBLIC SCHOOLS - HOUSTON NORTH", + "Physical Address Line 1": "3203 N SAM HOUSTON PKWY W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77038", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800210", + "School District Name": "HARMONY PUBLIC SCHOOLS - HOUSTON SOUTH", + "Physical Address Line 1": "14100 SOUTHWEST FRWY STE 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUGARLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "77478", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900027", + "School District Name": "UNIVERSITY ACADEMY", + "Physical Address Line 1": "6801 HOLMES RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801405", + "School District Name": "HARMONY PUBLIC SCHOOLS - HOUSTON WEST", + "Physical Address Line 1": "14100 SOUTHWEST FWY STE 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUGAR LAND", + "Physical Address State": "TX ", + "Physical Address Zip": "77478", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900028", + "School District Name": "LEE A. TOLBERT COM. ACADEMY", + "Physical Address Line 1": "3400 PASEO BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800292", + "School District Name": "HARMONY PUBLIC SCHOOLS - NORTH TEXAS", + "Physical Address Line 1": "12055 FORESTGATE DR STE 110", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75243", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800266", + "School District Name": "HARMONY PUBLIC SCHOOLS - SOUTH TEXAS", + "Physical Address Line 1": "6812 ALAMO DOWNS PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78238", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800272", + "School District Name": "HARMONY PUBLIC SCHOOLS - WEST TEXAS", + "Physical Address Line 1": "11500 PELLICANO DR STE B11", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL PASO", + "Physical Address State": "TX ", + "Physical Address Zip": "79936", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900031", + "School District Name": "KIPP: ENDEAVOR ACADEMY", + "Physical Address Line 1": "2700 E 18th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kansas City", + "Physical Address State": "MO ", + "Physical Address Zip": "64127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406810", + "School District Name": "Harmony Township School District", + "Physical Address Line 1": "2551 BELVIDERE ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHILLIPSBURG", + "Physical Address State": "NJ ", + "Physical Address Zip": "08865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06442577030812324", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900574", + "School District Name": "LIFT FOR LIFE ACADEMY", + "Physical Address Line 1": "1731 S BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702010", + "School District Name": "Harnett County Schools", + "Physical Address Line 1": "1008 South Eleventh St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lillington", + "Physical Address State": "NC ", + "Physical Address Zip": "27546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16912144189924172", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900576", + "School District Name": "PREMIER CHARTER SCHOOL", + "Physical Address Line 1": "5279 FYLER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63139", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4102490", + "School District Name": "Harney County SD 3", + "Physical Address Line 1": "190 Hines Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burns", + "Physical Address State": "OR ", + "Physical Address Zip": "97720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20043336944745396", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103600", + "School District Name": "Harney County SD 4", + "Physical Address Line 1": "43277 Crane-Venator Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crane", + "Physical Address State": "OR ", + "Physical Address Zip": "97732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.27631578947368424", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103630", + "School District Name": "Harney County Union High SD 1J", + "Physical Address Line 1": "43277 Crane-Venator Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crane", + "Physical Address State": "OR ", + "Physical Address Zip": "97732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19736842105263158", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900586", + "School District Name": "ST. LOUIS LANG IMMERSION SCH", + "Physical Address Line 1": "1881 Pine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100028", + "School District Name": "Harney ESD Region XVII", + "Physical Address Line 1": "25 Fairview Heights", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burns", + "Physical Address State": "OR ", + "Physical Address Zip": "97720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900589", + "School District Name": "NORTH SIDE COMMUNITY SCHOOL", + "Physical Address Line 1": "3033 N EUCLID AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822590", + "School District Name": "HARPER ISD", + "Physical Address Line 1": "61 N RANCH RD 783", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARPER", + "Physical Address State": "TX ", + "Physical Address Zip": "78631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10745233968804159", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106120", + "School District Name": "Harper SD 66", + "Physical Address Line 1": "2987 Harper/Westfall Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harper", + "Physical Address State": "OR ", + "Physical Address Zip": "97906", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "0.390625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900591", + "School District Name": "KIPP ST LOUIS PUBLIC SCHOOLS", + "Physical Address Line 1": "1310 Papin Street Suite 203", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST. LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613710", + "School District Name": "HARPURSVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "54 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARPURSVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13787", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1749710312862109", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013890", + "School District Name": "HARRAH", + "Physical Address Line 1": "20670 Walker Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrah", + "Physical Address State": "OK ", + "Physical Address Zip": "73045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13958421722528638", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900601", + "School District Name": "HOPE LEADERSHIP ACADEMY", + "Physical Address Line 1": "2800 LINWOOD BLVD.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600048", + "School District Name": "HARRIET TUBMAN CHARTER SCHOOL", + "Physical Address Line 1": "3565 3RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10456", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406840", + "School District Name": "Harrington Park School District", + "Physical Address Line 1": "191 Harriot Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrington Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "07640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.060882800608828", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303360", + "School District Name": "Harrington School District", + "Physical Address Line 1": "100 S First", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRINGTON", + "Physical Address State": "WA ", + "Physical Address Zip": "99134", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1276595744680851", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900606", + "School District Name": "LAFAYETTE PREPARATORY ACADEMY", + "Physical Address Line 1": "1900 Lafayette Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST. LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800261", + "School District Name": "HARRIS COUNTY DEPT OF ED", + "Physical Address Line 1": "6300 IRVINGTON BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900607", + "School District Name": "MO VIRTUAL INSTRUCTION PROGRAM", + "Physical Address Line 1": "205 JEFFERSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JEFFERSON CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "65102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211580", + "School District Name": "Harrisburg City SD", + "Physical Address Line 1": "1601 State Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.33592017738359203", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900608", + "School District Name": "HAWTHORN LEADERSHIP SCHL GIRLS", + "Physical Address Line 1": "1901 N Kingshighway Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4631350", + "School District Name": "Harrisburg School District 41-2", + "Physical Address Line 1": "200 Willow St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "SD ", + "Physical Address Zip": "57032", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03157088122605364", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900609", + "School District Name": "THE BIOME", + "Physical Address Line 1": "4471 OLIVE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST. LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100019", + "School District Name": "Harrisburg SD 7J", + "Physical Address Line 1": "865 LaSalle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "OR ", + "Physical Address Zip": "97446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10808179162609542", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900611", + "School District Name": "LA SALLE CHARTER SCHOOL", + "Physical Address Line 1": "1106 N. Jefferson Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST. LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613740", + "School District Name": "HARRISON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "50 UNION AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRISON", + "Physical Address State": "NY ", + "Physical Address Zip": "10528", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06431372549019608", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400510", + "School District Name": "HARRISON COUNTY SCHOOLS", + "Physical Address Line 1": "445 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARKSBURG", + "Physical Address State": "WV ", + "Physical Address Zip": "26301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16312997347480107", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900614", + "School District Name": "THE ARCH COMMUNITY SCHOOL", + "Physical Address Line 1": "2153 SALISBURY STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST.LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63107", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904524", + "School District Name": "Harrison Hills City", + "Physical Address Line 1": "100 Huskies Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cadiz", + "Physical Address State": "OH ", + "Physical Address Zip": "43907", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19879214896829392", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900615", + "School District Name": "KANSAS CITY GIRLS PREP ACADEMY", + "Physical Address Line 1": "5000 E.17TH ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "63127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406870", + "School District Name": "Harrison Public Schools", + "Physical Address Line 1": "501 Hamilton Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrison", + "Physical Address State": "NJ ", + "Physical Address Zip": "07029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23218776194467727", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900616", + "School District Name": "KAIROS ACADEMIES", + "Physical Address Line 1": "2315 MIAMI ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST. LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63118", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406900", + "School District Name": "Harrison Township School District", + "Physical Address Line 1": "120 N. Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mullica Hill", + "Physical Address State": "NJ ", + "Physical Address Zip": "08062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05380577427821522", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2900617", + "School District Name": "THE SOULARD SCHOOL", + "Physical Address Line 1": "1110 Victor St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Louis", + "Physical Address State": "MO ", + "Physical Address Zip": "63104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101860", + "School District Name": "HARRISONBURG CITY PBLC SCHS", + "Physical Address Line 1": "One Court Square", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisonburg", + "Physical Address State": "VA ", + "Physical Address Zip": "22801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17055048969942588", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613770", + "School District Name": "HARRISVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "14371 PIRATE LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRISVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18154761904761904", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822620", + "School District Name": "HARROLD ISD", + "Physical Address Line 1": "18106 STEWART ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARROLD", + "Physical Address State": "TX ", + "Physical Address Zip": "76364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23809523809523808", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822650", + "School District Name": "HART ISD", + "Physical Address Line 1": "710 SECOND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HART", + "Physical Address State": "TX ", + "Physical Address Zip": "79043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25229357798165136", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613830", + "School District Name": "HARTFORD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "4704 STATE RT 149", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARTFORD", + "Physical Address State": "NY ", + "Physical Address Zip": "12838", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17995444191343962", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506090", + "School District Name": "Hartford J1 School District", + "Physical Address Line 1": "402 W Sumner St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "WI ", + "Physical Address Zip": "53027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.07947320617620345", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2903000", + "School District Name": "SANTA FE R-X", + "Physical Address Line 1": "108 N CHIEFS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALMA", + "Physical Address State": "MO ", + "Physical Address Zip": "64001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1206896551724138", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5004590", + "School District Name": "Hartford School District", + "Physical Address Line 1": "1 Gifford Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "White River Junction", + "Physical Address State": "VT ", + "Physical Address Zip": "05001", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099954", + "School District Name": "Hartford Supervisory District", + "Physical Address Line 1": "160 Norwich Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilder", + "Physical Address State": "VT ", + "Physical Address Zip": "05088", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09226401703335699", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506120", + "School District Name": "Hartford UHS School District", + "Physical Address Line 1": "805 Cedar St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "WI ", + "Physical Address Zip": "53027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.04597701149425287", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5004620", + "School District Name": "Hartland School District", + "Physical Address Line 1": "97 Martinsville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartland", + "Physical Address State": "VT ", + "Physical Address Zip": "05048", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506140", + "School District Name": "Hartland-Lakeside J3 School District", + "Physical Address Line 1": "800 E North Shore Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartland", + "Physical Address State": "WI ", + "Physical Address Zip": "53029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04499274310595065", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822680", + "School District Name": "HARTLEY ISD", + "Physical Address Line 1": "901 JOHNSON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARTLEY", + "Physical Address State": "TX ", + "Physical Address Zip": "79044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.144", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822710", + "School District Name": "HARTS BLUFF ISD", + "Physical Address Line 1": "3506 FM 1402", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT PLEASANT", + "Physical Address State": "TX ", + "Physical Address Zip": "75455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15859030837004406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013920", + "School District Name": "HARTSHORNE", + "Physical Address Line 1": "520 South Fifth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartshorne", + "Physical Address State": "OK ", + "Physical Address Zip": "74547", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22652757078986588", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900641", + "School District Name": "Harvard Avenue Performance Academy", + "Physical Address Line 1": "12000 Harvard Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3808890", + "School District Name": "HARVEY 38", + "Physical Address Line 1": "811 Burke Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harvey", + "Physical Address State": "ND ", + "Physical Address Zip": "58341", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13705583756345177", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000403", + "School District Name": "Harwood Unified School District", + "Physical Address Line 1": "340 Mad River Park Suite 7", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waitsfield", + "Physical Address State": "VT ", + "Physical Address Zip": "05673", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099942", + "School District Name": "Harwood Unified Union Supervisory District", + "Physical Address Line 1": "340 Mad River Park Suite 7", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waitsfield", + "Physical Address State": "VT ", + "Physical Address Zip": "05673", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05799373040752351", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406930", + "School District Name": "Hasbrouck Heights School District", + "Physical Address Line 1": "379 Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hasbrouck Heights", + "Physical Address State": "NJ ", + "Physical Address Zip": "07604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.059893048128342244", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4013950", + "School District Name": "HASKELL", + "Physical Address Line 1": "900 North Ohio", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haskell", + "Physical Address State": "OK ", + "Physical Address Zip": "74436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23050058207217694", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822740", + "School District Name": "HASKELL CISD", + "Physical Address Line 1": "605 N AVE E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HASKELL", + "Physical Address State": "TX ", + "Physical Address Zip": "79521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2564575645756458", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2904890", + "School District Name": "SCOTT CO. R-IV", + "Physical Address Line 1": "4035 STATE HWY 77", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENTON", + "Physical Address State": "MO ", + "Physical Address Zip": "63736", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18415841584158416", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613950", + "School District Name": "HASTINGS-ON-HUDSON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "27 FARRAGUT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HASTINGS ON HUDSON", + "Physical Address State": "NY ", + "Physical Address Zip": "10706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03434903047091413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211610", + "School District Name": "Hatboro-Horsham SD", + "Physical Address Line 1": "229 Meetinghouse Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Horsham", + "Physical Address State": "PA ", + "Physical Address Zip": "19044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05907322249734701", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501230", + "School District Name": "HATCH VALLEY PUBLIC SCHOOLS", + "Physical Address Line 1": "204 E HILL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HATCH", + "Physical Address State": "NM ", + "Physical Address Zip": "87937", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2536418166238218", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400735", + "School District Name": "Hatikvah International Academy Charter School", + "Physical Address Line 1": "7 Lexington Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Brunswick", + "Physical Address State": "NJ ", + "Physical Address Zip": "08816", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3809000", + "School District Name": "HATTON EIELSON 7", + "Physical Address Line 1": "503 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hatton", + "Physical Address State": "ND ", + "Physical Address Zip": "58240", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08627450980392157", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3613980", + "School District Name": "HAUPPAUGE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "495 HOFFMAN LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAUPPAUGE", + "Physical Address State": "NY ", + "Physical Address Zip": "11788", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03267784846732215", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900165", + "School District Name": "Havasupai Elementary School", + "Physical Address Line 1": "40 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Supai", + "Physical Address State": "AZ", + "Physical Address Zip": "86435", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211670", + "School District Name": "Haverford Township SD", + "Physical Address Line 1": "50 East Eagle Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Havertown", + "Physical Address State": "PA ", + "Physical Address Zip": "19083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03456328818309201", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399923", + "School District Name": "Haverhill Cooperative SAU Office", + "Physical Address Line 1": "2975 Dartmouth College Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "N. Haverhill", + "Physical Address State": "NH ", + "Physical Address Zip": "03774", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614010", + "School District Name": "HAVERSTRAW-STONY POINT CSD (NORTH ROCKLAND)", + "Physical Address Line 1": "65 CHAPEL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GARNERVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "10923", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1485088985088985", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406960", + "School District Name": "Haworth Public School District", + "Physical Address Line 1": "205 Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haworth", + "Physical Address State": "NJ ", + "Physical Address Zip": "07641", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.026785714285714284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3406990", + "School District Name": "Hawthorne Public School District", + "Physical Address Line 1": "445 Lafayette Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hawthorne", + "Physical Address State": "NJ ", + "Physical Address Zip": "07506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09472959007922839", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413680", + "School District Name": "Hazlet Township Public School District", + "Physical Address Line 1": "421 Middle Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hazlet", + "Physical Address State": "NJ ", + "Physical Address Zip": "07730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.051156728576083416", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407050", + "School District Name": "Henry Hudson Regional School District", + "Physical Address Line 1": "1 Grand Tour", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highlands", + "Physical Address State": "NJ ", + "Physical Address Zip": "07732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07173913043478261", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701740", + "School District Name": "Hawkins County", + "Physical Address Line 1": "1050 Volunteer BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Church Hill", + "Physical Address State": "TN ", + "Physical Address Zip": "37624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21194069367222662", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407080", + "School District Name": "Hi Nella", + "Physical Address Line 1": "111 Warwick Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stratford", + "Physical Address State": "NJ ", + "Physical Address Zip": "08084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "0.24817518248175183", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822770", + "School District Name": "HAWKINS ISD", + "Physical Address Line 1": "179 HAWK DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAWKINS", + "Physical Address State": "TX ", + "Physical Address Zip": "75765", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22873082287308227", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407110", + "School District Name": "High Bridge Borough School District", + "Physical Address Line 1": "40 Fairview Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HIGH BRIDGE", + "Physical Address State": "NJ ", + "Physical Address Zip": "08829", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04155124653739612", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407140", + "School District Name": "High Point Regional High School District", + "Physical Address Line 1": "299 PIDGEON HILL ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUSSEX", + "Physical Address State": "NJ ", + "Physical Address Zip": "07461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06634615384615385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407170", + "School District Name": "Highland Park Boro School District", + "Physical Address Line 1": "435 MANSFIELD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HIGHLAND PARK", + "Physical Address State": "NJ ", + "Physical Address Zip": "08904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07809110629067245", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822800", + "School District Name": "HAWLEY ISD", + "Physical Address Line 1": "210 AVE E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAWLEY", + "Physical Address State": "TX ", + "Physical Address Zip": "79525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15025041736227046", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407200", + "School District Name": "Highlands Borough School District", + "Physical Address Line 1": "360 Navesink Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highlands", + "Physical Address State": "NJ ", + "Physical Address Zip": "07732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13636363636363635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407230", + "School District Name": "Hillsborough Township Public School District", + "Physical Address Line 1": "379 South Branch Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsborough", + "Physical Address State": "NJ ", + "Physical Address Zip": "08844", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.026029820571139752", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4014080", + "School District Name": "HAWORTH", + "Physical Address Line 1": "300 North Maple Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haworth", + "Physical Address State": "OK ", + "Physical Address Zip": "74740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3051643192488263", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407260", + "School District Name": "Hillsdale School District", + "Physical Address Line 1": "32 RUCKMAN ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HILLSDALE", + "Physical Address State": "NJ ", + "Physical Address Zip": "07642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04140625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407290", + "School District Name": "Hillside Public School District", + "Physical Address Line 1": "195 Virginia Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillside", + "Physical Address State": "NJ ", + "Physical Address Zip": "07205", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12340543538546866", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900137", + "School District Name": "Hawthorn Academy", + "Physical Address Line 1": "9062 S 2200 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST JORDAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84088", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407320", + "School District Name": "Ho-Ho-Kus School District", + "Physical Address Line 1": "70 Lloyd Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ho-Ho-Kus", + "Physical Address State": "NJ ", + "Physical Address Zip": "07423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.021528525296017224", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407350", + "School District Name": "Hoboken Public School District", + "Physical Address Line 1": "524 Park Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hoboken", + "Physical Address State": "NJ ", + "Physical Address Zip": "07030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07715617715617716", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407380", + "School District Name": "Holland Township School District", + "Physical Address Line 1": "710 Milford Warren Glen Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milford", + "Physical Address State": "NJ ", + "Physical Address Zip": "08848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.02663934426229508", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407410", + "School District Name": "Holmdel Township School District", + "Physical Address Line 1": "65 McCampbell Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holmdel", + "Physical Address State": "NJ ", + "Physical Address Zip": "07733", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.032229450029568306", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407440", + "School District Name": "Hopatcong Borough School District", + "Physical Address Line 1": "2 Windsor Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hopatcong", + "Physical Address State": "NJ ", + "Physical Address Zip": "07843", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0671806167400881", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614070", + "School District Name": "HAWTHORNE-CEDAR KNOLLS UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "226 LINDA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAWTHORNE", + "Physical Address State": "NY ", + "Physical Address Zip": "10532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407470", + "School District Name": "Hope Township School District", + "Physical Address Line 1": "320 Johnsonburg Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hope", + "Physical Address State": "NJ ", + "Physical Address Zip": "07844", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08641975308641975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407500", + "School District Name": "Hopewell Township School District", + "Physical Address Line 1": "122 Sewall Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgeton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15513626834381553", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407530", + "School District Name": "Hopewell Valley Regional School District", + "Physical Address Line 1": "425 South Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pennington", + "Physical Address State": "NJ ", + "Physical Address Zip": "08534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.021739130434782608", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407560", + "School District Name": "Howell Township Public School District", + "Physical Address Line 1": "4567 US Route 9", + "Physical Address Line 2": "Suite D", + "Physical Address Line 3": "", + "Physical Address City": "Howell Twp", + "Physical Address State": "NJ ", + "Physical Address Zip": "07731", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06740095347690285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407590", + "School District Name": "Hunterdon Central Regional High School District", + "Physical Address Line 1": "84 Route 31", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flemington", + "Physical Address State": "NJ ", + "Physical Address Zip": "08822", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03699593044765076", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407650", + "School District Name": "Interlaken School District", + "Physical Address Line 1": "100 Grassmere Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Interlaken", + "Physical Address State": "NJ ", + "Physical Address Zip": "07712", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06315789473684211", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407680", + "School District Name": "Irvington Public School District", + "Physical Address Line 1": "1 UNIVERSITY PLACE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IRVINGTON", + "Physical Address State": "NJ ", + "Physical Address Zip": "07111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2380772499763906", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407710", + "School District Name": "Island Heights School District", + "Physical Address Line 1": "115 Summit Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Island Heights", + "Physical Address State": "NJ ", + "Physical Address Zip": "08732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16535433070866143", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407740", + "School District Name": "Jackson Township School District", + "Physical Address Line 1": "151 Don Connor Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "NJ ", + "Physical Address Zip": "08527", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11900883134699478", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800010", + "School District Name": "HAYS CISD", + "Physical Address Line 1": "21003 INTERSTATE 35", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KYLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12126858114949977", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407770", + "School District Name": "Jamesburg Public School District", + "Physical Address Line 1": "13 AUGUSTA STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JAMESBURG", + "Physical Address State": "NJ ", + "Physical Address Zip": "08831", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1036036036036036", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407800", + "School District Name": "Jefferson Township Public School District", + "Physical Address Line 1": "31 Route 181", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Hopatcong", + "Physical Address State": "NJ ", + "Physical Address Zip": "07849", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.051632245169886744", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407830", + "School District Name": "Jersey City Public Schools", + "Physical Address Line 1": "346 Claremont Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jersey City", + "Physical Address State": "NJ ", + "Physical Address Zip": "07305", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.263684809602649", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407860", + "School District Name": "Keansburg School District", + "Physical Address Line 1": "100 Palmer Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keansburg", + "Physical Address State": "NJ ", + "Physical Address Zip": "07734", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2390761548064919", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407890", + "School District Name": "Kearny", + "Physical Address Line 1": "172-174 Midland Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kearny", + "Physical Address State": "NJ ", + "Physical Address Zip": "07032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19806310527960014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506270", + "School District Name": "Hayward Community School District", + "Physical Address Line 1": "15930 W 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayward", + "Physical Address State": "WI ", + "Physical Address Zip": "54843", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20622222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407920", + "School District Name": "Kenilworth School District", + "Physical Address Line 1": "426 Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kenilworth", + "Physical Address State": "NJ ", + "Physical Address Zip": "07033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06520198440822111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407950", + "School District Name": "Keyport School District", + "Physical Address Line 1": "370 Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keyport", + "Physical Address State": "NJ ", + "Physical Address Zip": "07735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14732142857142858", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4014100", + "School District Name": "HAYWOOD", + "Physical Address Line 1": "11461 West State Hwy 31", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCAlester", + "Physical Address State": "OK ", + "Physical Address Zip": "74501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2222222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407980", + "School District Name": "Kingsway Regional School District", + "Physical Address Line 1": "213 Kings Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woolwich Twp.", + "Physical Address State": "NJ ", + "Physical Address Zip": "08085", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03637801502570186", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701770", + "School District Name": "Haywood County", + "Physical Address Line 1": "900 East Main ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brownsville", + "Physical Address State": "TN ", + "Physical Address Zip": "38012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2693224378617637", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408010", + "School District Name": "Kingwood Township School District", + "Physical Address Line 1": "880 COUNTY RD 519", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frenchtown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07183908045977011", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702040", + "School District Name": "Haywood County Schools", + "Physical Address Line 1": "1230 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waynesville", + "Physical Address State": "NC ", + "Physical Address Zip": "28786", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17822609526083324", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408040", + "School District Name": "Kinnelon School District", + "Physical Address Line 1": "109 Kiel Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kinnelon", + "Physical Address State": "NJ ", + "Physical Address Zip": "07405", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02867764206054169", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408060", + "School District Name": "Kittatinny Regional School District", + "Physical Address Line 1": "77 Halsey Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newton", + "Physical Address State": "NJ ", + "Physical Address Zip": "07860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04178814382896016", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408070", + "School District Name": "Knowlton Township School District", + "Physical Address Line 1": "80 Route 46", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delaware", + "Physical Address State": "NJ ", + "Physical Address Zip": "07833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0918918918918919", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408100", + "School District Name": "Lacey Township School District", + "Physical Address Line 1": "200 Western Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lanoka Harbor", + "Physical Address State": "NJ ", + "Physical Address Zip": "08734", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09426048565121413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3809130", + "School District Name": "HAZELTON-MOFFIT-BRADDOCK 6", + "Physical Address Line 1": "211 Hazel Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hazelton", + "Physical Address State": "ND ", + "Physical Address Zip": "58544", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18120805369127516", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408130", + "School District Name": "Lafayette Township School District", + "Physical Address Line 1": "178 Beaver Run Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lafayette", + "Physical Address State": "NJ ", + "Physical Address Zip": "07848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07048458149779736", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415150", + "School District Name": "Lake Como School District", + "Physical Address Line 1": "1101 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belmar", + "Physical Address State": "NJ ", + "Physical Address Zip": "07719", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12244897959183673", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800031", + "School District Name": "HAZEN 3", + "Physical Address Line 1": "520 1st Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hazen", + "Physical Address State": "ND ", + "Physical Address Zip": "58545", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.051457975986277875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408160", + "School District Name": "Lakehurst School District", + "Physical Address Line 1": "401 UNION AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKEHURST", + "Physical Address State": "NJ ", + "Physical Address Zip": "08733", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18471337579617833", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408190", + "School District Name": "Lakeland Regional High School District", + "Physical Address Line 1": "205 Conklintown Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wanaque", + "Physical Address State": "NJ ", + "Physical Address Zip": "07465", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04792043399638336", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5008243", + "School District Name": "Hazen UHSD #26", + "Physical Address Line 1": "126 Hazen Union Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hardwick", + "Physical Address State": "VT ", + "Physical Address Zip": "05843", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408220", + "School District Name": "Lakewood Township School District", + "Physical Address Line 1": "200 Ramsey Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakewood", + "Physical Address State": "NJ ", + "Physical Address Zip": "08701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.3228730479333957", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408280", + "School District Name": "Laurel Springs School District", + "Physical Address Line 1": "623 Grand Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laurel Springs", + "Physical Address State": "NJ ", + "Physical Address Zip": "08021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11073825503355705", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408310", + "School District Name": "Lavallette Borough School District", + "Physical Address Line 1": "105 Brooklyn Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lavallette", + "Physical Address State": "NJ ", + "Physical Address Zip": "08735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05303030303030303", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280570", + "School District Name": "Hazleton Area Career Center", + "Physical Address Line 1": "1451 W 23rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hazle Twp", + "Physical Address State": "PA ", + "Physical Address Zip": "18202", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2910320", + "School District Name": "SHERWOOD CASS R-VIII", + "Physical Address Line 1": "33300 S SHERWOOD DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CREIGHTON", + "Physical Address State": "MO ", + "Physical Address Zip": "64739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11827956989247312", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408340", + "School District Name": "Lawnside School Distric", + "Physical Address Line 1": "426 East Charleston Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawnside", + "Physical Address State": "NJ ", + "Physical Address Zip": "08045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18354430379746836", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211700", + "School District Name": "Hazleton Area SD", + "Physical Address Line 1": "1515 W 23rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hazle Twp", + "Physical Address State": "PA ", + "Physical Address Zip": "18202", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.18936902485659657", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408370", + "School District Name": "Lawrence Township School District", + "Physical Address Line 1": "225 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cedarville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08311", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16319444444444445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408400", + "School District Name": "Lawrence Township Public School District", + "Physical Address Line 1": "2565 Princeton Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawrenceville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05547976352887676", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4014130", + "School District Name": "HEALDTON", + "Physical Address Line 1": "2763 Texas Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Healdton", + "Physical Address State": "OK ", + "Physical Address Zip": "73438", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18620689655172415", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408430", + "School District Name": "Lebanon Borough School District", + "Physical Address Line 1": "6 Maple Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon Borough", + "Physical Address State": "NJ ", + "Physical Address Zip": "08833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.056910569105691054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601022", + "School District Name": "HEALTH SCIENCES CHARTER SCHOOL", + "Physical Address Line 1": "1140 ELLICOTT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14209", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408460", + "School District Name": "Lebanon Township School District", + "Physical Address Line 1": "70 Bunnvale Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Califon", + "Physical Address State": "NJ ", + "Physical Address Zip": "07830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.025041736227045076", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408490", + "School District Name": "Lenape Regional High School District", + "Physical Address Line 1": "93 Willow Grove Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shamong", + "Physical Address State": "NJ ", + "Physical Address Zip": "08088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.039994839375564445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700023", + "School District Name": "Healthy Start Academy", + "Physical Address Line 1": "807 West Chapel Hill Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408500", + "School District Name": "Lenape Valley Regional High School District", + "Physical Address Line 1": "28 Sparta Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanhope", + "Physical Address State": "NJ ", + "Physical Address Zip": "07874", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.053763440860215055", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408520", + "School District Name": "Leonia Public School District", + "Physical Address Line 1": "566 Grand Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leonia", + "Physical Address State": "NJ ", + "Physical Address Zip": "07605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10304878048780487", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408580", + "School District Name": "Lincoln Park School District", + "Physical Address Line 1": "92 Ryerson Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "07035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0619533527696793", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822830", + "School District Name": "HEARNE ISD", + "Physical Address Line 1": "900 WHEELOCK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEARNE", + "Physical Address State": "TX ", + "Physical Address Zip": "77859", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2743682310469314", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408610", + "School District Name": "Linden Public School District", + "Physical Address Line 1": "2 E. Gibbons Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Linden", + "Physical Address State": "NJ ", + "Physical Address Zip": "07036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.143101970865467", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408640", + "School District Name": "Lindenwold Public School District", + "Physical Address Line 1": "801 Egg Harbor Road", + "Physical Address Line 2": "Administration Bldg", + "Physical Address Line 3": "", + "Physical Address City": "Lindenwold", + "Physical Address State": "NJ ", + "Physical Address Zip": "08021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2576210400478183", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911010", + "School District Name": "SKYLINE R-II", + "Physical Address Line 1": "RTE 72 BOX 486", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORWOOD", + "Physical Address State": "MO ", + "Physical Address Zip": "65717", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24113475177304963", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2911040", + "School District Name": "PLAINVIEW R-VIII", + "Physical Address Line 1": "RTE 3 BOX 145", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AVA", + "Physical Address State": "MO ", + "Physical Address Zip": "65608", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2072072072072072", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408670", + "School District Name": "Linwood City School District", + "Physical Address Line 1": "51 Belhaven Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Linwood", + "Physical Address State": "NJ ", + "Physical Address Zip": "08221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.05938242280285035", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408700", + "School District Name": "Little Egg Harbor Township School District", + "Physical Address Line 1": "307 Frog Pond Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Little Egg Harbor", + "Physical Address State": "NJ ", + "Physical Address Zip": "08087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14446002805049088", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408730", + "School District Name": "Little Falls Township Public School District", + "Physical Address Line 1": "Little Falls School # 3", + "Physical Address Line 2": "560 Main Street", + "Physical Address Line 3": "", + "Physical Address City": "Little Falls", + "Physical Address State": "NJ ", + "Physical Address Zip": "07424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10038986354775828", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408760", + "School District Name": "Little Ferry Public School District", + "Physical Address Line 1": "130 Liberty Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Little Ferry", + "Physical Address State": "NJ ", + "Physical Address Zip": "07643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13590844062947066", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408790", + "School District Name": "Little Silver Boro School District", + "Physical Address Line 1": "124 WILLOW DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE SILVER", + "Physical Address State": "NJ ", + "Physical Address Zip": "07739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02576112412177986", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408820", + "School District Name": "Livingston Board of Education School District", + "Physical Address Line 1": "11 Foxcroft Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livingston", + "Physical Address State": "NJ ", + "Physical Address Zip": "07039", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.028868539500232812", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400790", + "School District Name": "Loch Arbour School District", + "Physical Address Line 1": "550 Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loch Arbour", + "Physical Address State": "NJ ", + "Physical Address Zip": "07711", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13793103448275862", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408850", + "School District Name": "Lodi School District", + "Physical Address Line 1": "8 Hunter Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lodi", + "Physical Address State": "NJ ", + "Physical Address Zip": "07644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1546419098143236", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904411", + "School District Name": "Heath City", + "Physical Address Line 1": "107 Lancaster Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Heath", + "Physical Address State": "OH ", + "Physical Address Zip": "43056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1606837606837607", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408880", + "School District Name": "Logan Township School District", + "Physical Address Line 1": "110 School Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Logan Township", + "Physical Address State": "NJ ", + "Physical Address Zip": "08085", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.054404145077720206", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4014160", + "School District Name": "HEAVENER", + "Physical Address Line 1": "500 West 2nd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Heavener", + "Physical Address State": "OK ", + "Physical Address Zip": "74937", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.34419109663409336", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408910", + "School District Name": "Long Beach Island Consolidated School District", + "Physical Address Line 1": "201 20TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHIP BOTTOM", + "Physical Address State": "NJ ", + "Physical Address Zip": "08008", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06726457399103139", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408940", + "School District Name": "LONG BRANCH PUBLIC SCHOOL District", + "Physical Address Line 1": "540 BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONG BRANCH", + "Physical Address State": "NJ ", + "Physical Address Zip": "07740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.24808836023789294", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412660", + "School District Name": "Long Hill Township School District", + "Physical Address Line 1": "759 Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gillette", + "Physical Address State": "NJ ", + "Physical Address Zip": "07933", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03535353535353535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3408671", + "School District Name": "Longport Board of Education", + "Physical Address Line 1": "2305 Atlantic Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Longport", + "Physical Address State": "NJ ", + "Physical Address Zip": "08403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09090909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601003", + "School District Name": "HEBREW LANGUAGE ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "2186 MILL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11234", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409000", + "School District Name": "Lopatcong Township School District", + "Physical Address Line 1": "321 Stonehenge Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phillipsburg", + "Physical Address State": "NJ ", + "Physical Address Zip": "08865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05206611570247934", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601166", + "School District Name": "HEBREW LANGUAGE ACADEMY CHARTER SCHOOL 2", + "Physical Address Line 1": "1870 STILLWELL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11223", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3809180", + "School District Name": "HEBRON 13", + "Physical Address Line 1": "400 Church Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hebron", + "Physical Address State": "ND ", + "Physical Address Zip": "58638", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12558139534883722", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409090", + "School District Name": "Lower Cape May Regional School District", + "Physical Address Line 1": "687 Rt 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cape May", + "Physical Address State": "NJ ", + "Physical Address Zip": "08204", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16402786573780875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409150", + "School District Name": "Lower Township Elementary School District", + "Physical Address Line 1": "905 Seashore Road", + "Physical Address Line 2": "Administration", + "Physical Address Line 3": "", + "Physical Address City": "Cape May", + "Physical Address State": "NJ ", + "Physical Address Zip": "08204", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.19213973799126638", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409180", + "School District Name": "Lumberton Township Board of Education", + "Physical Address Line 1": "33 Municipal Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lumberton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07622377622377623", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912450", + "School District Name": "SPRING BLUFF R-XV", + "Physical Address Line 1": "9374 HWY 185", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SULLIVAN", + "Physical Address State": "MO ", + "Physical Address Zip": "63080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06484641638225255", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822850", + "School District Name": "HEDLEY ISD", + "Physical Address Line 1": "301 JONES", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEDLEY", + "Physical Address State": "TX ", + "Physical Address Zip": "79237", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.359375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2912480", + "School District Name": "STRAIN-JAPAN R-XVI", + "Physical Address Line 1": "4640 HWY H", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SULLIVAN", + "Physical Address State": "MO ", + "Physical Address Zip": "63080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12727272727272726", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409210", + "School District Name": "Lyndhurst Public School District", + "Physical Address Line 1": "420 Fern Avenue 2nd Floor", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lyndhurst", + "Physical Address State": "NJ ", + "Physical Address Zip": "07071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10013351134846461", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900341", + "School District Name": "Heir Force Community School", + "Physical Address Line 1": "150 W Grand Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lima", + "Physical Address State": "OH ", + "Physical Address Zip": "45801", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409240", + "School District Name": "Madison Public School District", + "Physical Address Line 1": "359 Woodland Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "NJ ", + "Physical Address Zip": "07940", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03554175293305728", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409300", + "School District Name": "Magnolia School District", + "Physical Address Line 1": "420 N. Warwick Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Magnolia", + "Physical Address State": "NJ ", + "Physical Address Zip": "08049", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1095890410958904", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409330", + "School District Name": "Mahwah Township Public School District", + "Physical Address Line 1": "60 Ridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mahwah", + "Physical Address State": "NJ ", + "Physical Address Zip": "07430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04512416717141127", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409360", + "School District Name": "Mainland Regional High School", + "Physical Address Line 1": "1301 OAK AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINWOOD", + "Physical Address State": "NJ ", + "Physical Address Zip": "08221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0968392737054472", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409390", + "School District Name": "Manalapan-Englishtown Regional School District", + "Physical Address Line 1": "54 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Englishtown", + "Physical Address State": "NJ ", + "Physical Address Zip": "07726", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.044535240040858015", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409420", + "School District Name": "Manasquan School District", + "Physical Address Line 1": "169 Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manasquan", + "Physical Address State": "NJ ", + "Physical Address Zip": "08736", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.047180667433831994", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409450", + "School District Name": "Manchester Township School District", + "Physical Address Line 1": "121 Route 539", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whiting", + "Physical Address State": "NJ ", + "Physical Address Zip": "08759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1105889724310777", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409480", + "School District Name": "Mannington Township School District", + "Physical Address Line 1": "495 Route 45", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "NJ ", + "Physical Address Zip": "08079", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16748768472906403", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106270", + "School District Name": "Helix SD 1", + "Physical Address Line 1": "120 Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Helix", + "Physical Address State": "OR ", + "Physical Address Zip": "97835", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04032258064516129", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409510", + "School District Name": "Mansfield Township School District", + "Physical Address Line 1": "200 Mansfied Road East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "NJ ", + "Physical Address Zip": "08022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04813664596273292", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600146", + "School District Name": "HELLENIC CLASSICAL CHARTER SCHOOL", + "Physical Address Line 1": "646 5TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409540", + "School District Name": "Mansfield Township Elementary School District", + "Physical Address Line 1": "50 Port Murray Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Port Murray", + "Physical Address State": "NJ ", + "Physical Address Zip": "07865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11092150170648464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601214", + "School District Name": "HELLENIC CLASSICAL CHARTER SCHOOL - STATEN ISLAND", + "Physical Address Line 1": "1641 RICHMOND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STATEN ISLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "10314", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409600", + "School District Name": "Mantua Township School District", + "Physical Address Line 1": "684 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sewell", + "Physical Address State": "NJ ", + "Physical Address Zip": "08080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07424960505529225", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409630", + "School District Name": "Manville School District", + "Physical Address Line 1": "1100 Brooks Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08835", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1029126213592233", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409660", + "School District Name": "Maple Shade School District", + "Physical Address Line 1": "170 Frederick Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maple Shade", + "Physical Address State": "NJ ", + "Physical Address Zip": "08052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13139801375095492", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409690", + "School District Name": "Margate City School District", + "Physical Address Line 1": "8103 Winchester Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Margate", + "Physical Address State": "NJ ", + "Physical Address Zip": "08402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07302231237322515", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409720", + "School District Name": "Marlboro Township School District", + "Physical Address Line 1": "1980 Township Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marlboro", + "Physical Address State": "NJ ", + "Physical Address Zip": "07746", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.043066641915723035", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2913440", + "School District Name": "PLEASANT VIEW R-VI", + "Physical Address Line 1": "128 SE 20TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRENTON", + "Physical Address State": "MO ", + "Physical Address Zip": "64683", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15555555555555556", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409750", + "School District Name": "Matawan-Aberdeen Regional School District", + "Physical Address Line 1": "1 Crest Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aberdeen", + "Physical Address State": "NJ ", + "Physical Address Zip": "07747", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07748896517900931", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211760", + "School District Name": "Hempfield Area SD", + "Physical Address Line 1": "4347 Route 136", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensburg", + "Physical Address State": "PA ", + "Physical Address Zip": "15601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1048546895640687", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409780", + "School District Name": "Maurice River Township School District", + "Physical Address Line 1": "3593 RT 47", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT ELIZABETH", + "Physical Address State": "NJ ", + "Physical Address Zip": "08348", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1720647773279352", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211790", + "School District Name": "Hempfield SD", + "Physical Address Line 1": "200 Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Landisville", + "Physical Address State": "PA ", + "Physical Address Zip": "17538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0635013448719448", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409810", + "School District Name": "Maywood School District", + "Physical Address Line 1": "452 Maywood Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maywood", + "Physical Address State": "NJ ", + "Physical Address Zip": "07607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07671043538355218", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822890", + "School District Name": "HEMPHILL ISD", + "Physical Address Line 1": "1000 MILAM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEMPHILL", + "Physical Address State": "TX ", + "Physical Address Zip": "75948", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2731893265565438", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409840", + "School District Name": "Medford Lakes School District", + "Physical Address Line 1": "44 Neeta Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medford Lakes", + "Physical Address State": "NJ ", + "Physical Address Zip": "08055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.020072992700729927", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822920", + "School District Name": "HEMPSTEAD ISD", + "Physical Address Line 1": "1440 13TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEMPSTEAD", + "Physical Address State": "TX ", + "Physical Address Zip": "77445", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23205054566341182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409870", + "School District Name": "Medford Township School District", + "Physical Address Line 1": "137 Hartford Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medford", + "Physical Address State": "NJ ", + "Physical Address Zip": "08055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03445968551354968", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614130", + "School District Name": "HEMPSTEAD UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "185 PENINSULA BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEMPSTEAD", + "Physical Address State": "NY ", + "Physical Address Zip": "11550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2045567112431897", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409900", + "School District Name": "Mendham Borough School District", + "Physical Address Line 1": "12 HILLTOP ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MENDHAM", + "Physical Address State": "NJ ", + "Physical Address Zip": "07945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.01549053356282272", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700319", + "School District Name": "Henderson Collegiate", + "Physical Address Line 1": "1071 Old Epsom Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henderson", + "Physical Address State": "NC ", + "Physical Address Zip": "27536", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409930", + "School District Name": "Mendham Township School District", + "Physical Address Line 1": "18 West Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brookside", + "Physical Address State": "NJ ", + "Physical Address Zip": "07926", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.019698725376593278", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701800", + "School District Name": "Henderson County", + "Physical Address Line 1": "35 East Wilson ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "TN ", + "Physical Address Zip": "38351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17702737272959837", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409960", + "School District Name": "Merchantville School District", + "Physical Address Line 1": "130 S. Centre Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Merchantville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08109", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14382402707275804", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409990", + "School District Name": "Metuchen Public School District", + "Physical Address Line 1": "16 Simpson Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Metuchen", + "Physical Address State": "NJ ", + "Physical Address Zip": "08840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02456538170823885", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702100", + "School District Name": "Henderson County Schools", + "Physical Address Line 1": "414 4th Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hendersonville", + "Physical Address State": "NC ", + "Physical Address Zip": "28739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17458279845956354", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410020", + "School District Name": "Middle Township Public School District", + "Physical Address Line 1": "216 South Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cape May Court House", + "Physical Address State": "NJ ", + "Physical Address Zip": "08210", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1142668428005284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822970", + "School District Name": "HENDERSON ISD", + "Physical Address Line 1": "300 CROSBY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HENDERSON", + "Physical Address State": "TX ", + "Physical Address Zip": "75652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23267045454545454", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410050", + "School District Name": "Middlesex Borough School District", + "Physical Address Line 1": "300 John F. Kennedy Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middlesex", + "Physical Address State": "NJ ", + "Physical Address Zip": "08846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07293354943273905", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410110", + "School District Name": "Middletown Township Public School District", + "Physical Address Line 1": "834 Leonardville Road", + "Physical Address Line 2": "2nd floor", + "Physical Address Line 3": "", + "Physical Address City": "Leonardo", + "Physical Address State": "NJ ", + "Physical Address Zip": "07737", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03911412752277192", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614190", + "School District Name": "HENDRICK HUDSON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "61 TROLLEY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTROSE", + "Physical Address State": "NY ", + "Physical Address Zip": "10548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08714859437751005", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410140", + "School District Name": "Midland Park School District", + "Physical Address Line 1": "250 Prospect Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Midland Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "07432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04121863799283154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410170", + "School District Name": "Milford Borough School District", + "Physical Address Line 1": "7 Hillside Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milford", + "Physical Address State": "NJ ", + "Physical Address Zip": "08848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0594059405940594", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410200", + "School District Name": "Millburn Township School District", + "Physical Address Line 1": "434 Millburn Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millburn", + "Physical Address State": "NJ ", + "Physical Address Zip": "07041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02758881330309902", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410230", + "School District Name": "Millstone Township School District", + "Physical Address Line 1": "5 Dawson Court", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millstone Township", + "Physical Address State": "NJ ", + "Physical Address Zip": "08535", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04938271604938271", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4014340", + "School District Name": "HENNESSEY", + "Physical Address Line 1": "605 East Oklahoma Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hennessey", + "Physical Address State": "OK ", + "Physical Address Zip": "73742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15480649188514356", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410290", + "School District Name": "Milltown School District", + "Physical Address Line 1": "21 West Church Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milltown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08850", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.045454545454545456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2915270", + "School District Name": "PETTIS CO. R-V", + "Physical Address Line 1": "16215 HWY H", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUGHESVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15695067264573992", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300007", + "School District Name": "Henniker SAU Office", + "Physical Address Line 1": "258 Western Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henniker", + "Physical Address State": "NH ", + "Physical Address Zip": "03242", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410320", + "School District Name": "Millville School District", + "Physical Address Line 1": "110 N. Third Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08332", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.21921182266009853", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410350", + "School District Name": "Mine Hill Township School District", + "Physical Address Line 1": "42 Canfield Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mine Hill", + "Physical Address State": "NJ ", + "Physical Address Zip": "07803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08719851576994433", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410380", + "School District Name": "Monmouth Beach School District", + "Physical Address Line 1": "7 Hastings Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monmouth Beach", + "Physical Address State": "NJ ", + "Physical Address Zip": "07750", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.045627376425855515", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101890", + "School District Name": "HENRICO CO PBLC SCHS", + "Physical Address Line 1": "3820 Nine Mile Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henrico", + "Physical Address State": "VA ", + "Physical Address Zip": "23223", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09029218062074737", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2915450", + "School District Name": "SCOTT CITY R-I", + "Physical Address Line 1": "3000 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTT CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "63780", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.19036697247706422", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410440", + "School District Name": "Monmouth Regional High School", + "Physical Address Line 1": "1 Norman J Field Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tinton Falls", + "Physical Address State": "NJ ", + "Physical Address Zip": "07724", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07354001441961067", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4822980", + "School District Name": "HENRIETTA ISD", + "Physical Address Line 1": "1801 E CRAFTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HENRIETTA", + "Physical Address State": "TX ", + "Physical Address Zip": "76365", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11641443538998836", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410470", + "School District Name": "Monroe Township Public School District", + "Physical Address Line 1": "75 East Academy Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamstown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08094", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08809263026130495", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101920", + "School District Name": "HENRY CO PBLC SCHS", + "Physical Address Line 1": "3300 Kings Mountain Rd", + "Physical Address Line 2": "Admin Bldg 3rd Fl", + "Physical Address Line 3": "", + "Physical Address City": "Collinsville", + "Physical Address State": "VA ", + "Physical Address Zip": "24078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20134318334452653", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410500", + "School District Name": "Monroe Township School District", + "Physical Address Line 1": "423 BUCKELEW AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONROE TOWNSHIP", + "Physical Address State": "NJ ", + "Physical Address Zip": "08831", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.027964860907759882", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410530", + "School District Name": "Montague Township School District", + "Physical Address Line 1": "475 ROUTE 206", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTAGUE", + "Physical Address State": "NJ ", + "Physical Address Zip": "07827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15612648221343872", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410560", + "School District Name": "Montclair Public School District", + "Physical Address Line 1": "22 Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montclair", + "Physical Address State": "NJ ", + "Physical Address Zip": "07042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.050680181381701786", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410590", + "School District Name": "Montgomery Township School District", + "Physical Address Line 1": "1014 Route 601", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Skillman", + "Physical Address State": "NJ ", + "Physical Address Zip": "08558", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02707275803722504", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701830", + "School District Name": "Henry County", + "Physical Address Line 1": "217 Grove BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paris", + "Physical Address State": "TN ", + "Physical Address Zip": "38242", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410620", + "School District Name": "Montvale Board of Education School District", + "Physical Address Line 1": "47 Spring Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montvale", + "Physical Address State": "NJ ", + "Physical Address Zip": "07645", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.038825757575757576", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410650", + "School District Name": "Montville Township School District", + "Physical Address Line 1": "86 River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montville", + "Physical Address State": "NJ ", + "Physical Address Zip": "07045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0370464997445069", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410680", + "School District Name": "Moonachie School District", + "Physical Address Line 1": "20 West Park Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moonachie", + "Physical Address State": "NJ ", + "Physical Address Zip": "07074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16962524654832348", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801412", + "School District Name": "HENRY FORD ACADEMY ALAMEDA SCHOOL FOR ART + DESIGN", + "Physical Address Line 1": "501 W CESAR E CHAVEZ BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410710", + "School District Name": "Moorestown Township Public School District", + "Physical Address Line 1": "803 North Stanwick Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moorestown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04456955195871452", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410740", + "School District Name": "Morris Hills Regional School District", + "Physical Address Line 1": "48 Knoll Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denville", + "Physical Address State": "NJ ", + "Physical Address Zip": "07834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05027932960893855", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600946", + "School District Name": "HENRY JOHNSON CHARTER SCHOOL", + "Physical Address Line 1": "30 WATERVLIET AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "NY ", + "Physical Address Zip": "12206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410770", + "School District Name": "Morris Plains School District", + "Physical Address Line 1": "520 SPEEDWELL AVENUE", + "Physical Address Line 2": "Suite 116", + "Physical Address Line 3": "", + "Physical Address City": "MORRIS PLAINS", + "Physical Address State": "NJ ", + "Physical Address Zip": "07950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03506907545164718", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4632340", + "School District Name": "Henry School District 14-2", + "Physical Address Line 1": "111 N Cedar St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henry", + "Physical Address State": "SD ", + "Physical Address Zip": "57243", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13043478260869565", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410810", + "School District Name": "Morris School District", + "Physical Address Line 1": "31 HAZEL STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORRISTOWN", + "Physical Address State": "NJ ", + "Physical Address Zip": "07960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1055487484684054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410860", + "School District Name": "Mount Arlington Public School District", + "Physical Address Line 1": "235 Howard Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Arlington", + "Physical Address State": "NJ ", + "Physical Address Zip": "07856", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06190476190476191", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410890", + "School District Name": "Mt. Ephraim School District", + "Physical Address Line 1": "225 W. Kings Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt. Ephraim", + "Physical Address State": "NJ ", + "Physical Address Zip": "08059", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1021671826625387", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4014370", + "School District Name": "HENRYETTA", + "Physical Address Line 1": "1600 W Genrty", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henryetta", + "Physical Address State": "OK ", + "Physical Address Zip": "74437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23449920508744038", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410920", + "School District Name": "Mount Holly Township Public School District", + "Physical Address Line 1": "331 Levis Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt. Holly", + "Physical Address State": "NJ ", + "Physical Address Zip": "08060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17485822306238186", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823010", + "School District Name": "HEREFORD ISD", + "Physical Address Line 1": "601 N 25 MILE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEREFORD", + "Physical Address State": "TX ", + "Physical Address Zip": "79045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24341463414634146", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410950", + "School District Name": "Mount Laurel Township School District", + "Physical Address Line 1": "330 Mount Laurel Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Laurel", + "Physical Address State": "NJ ", + "Physical Address Zip": "08054", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05632523279582103", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410980", + "School District Name": "Mount Olive Township School District", + "Physical Address Line 1": "227 US Highway 206", + "Physical Address Line 2": "Suite 10", + "Physical Address Line 3": "", + "Physical Address City": "Flanders", + "Physical Address State": "NJ ", + "Physical Address Zip": "07836", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05606312292358804", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800080", + "School District Name": "HERITAGE ACADEMY", + "Physical Address Line 1": "6013 FOUNTAINWOOD DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78233", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411010", + "School District Name": "Mountain Lakes Public School District", + "Physical Address Line 1": "96 Powerville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt Lakes", + "Physical Address State": "NJ ", + "Physical Address Zip": "07046", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.022847100175746926", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411040", + "School District Name": "Mountainside School District", + "Physical Address Line 1": "1497 Woodacres Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mountainside", + "Physical Address State": "NJ ", + "Physical Address Zip": "07092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.01972062448644207", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411070", + "School District Name": "Mullica Township School District", + "Physical Address Line 1": "500 Elwood Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elwood", + "Physical Address State": "NJ ", + "Physical Address Zip": "08217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13921901528013583", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2918240", + "School District Name": "WEST ST. FRANCOIS CO. R-IV", + "Physical Address Line 1": "1124 MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEADWOOD", + "Physical Address State": "MO ", + "Physical Address Zip": "63653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2639442231075697", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411100", + "School District Name": "National Park Boro School District", + "Physical Address Line 1": "516 Lakehurst Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "National Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "08063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1440329218106996", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411130", + "School District Name": "Neptune City School District", + "Physical Address Line 1": "210 West Sylvania Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Neptune City", + "Physical Address State": "NJ ", + "Physical Address Zip": "07753", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16096579476861167", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411160", + "School District Name": "Neptune Township School District", + "Physical Address Line 1": "60 Neptune Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Neptune Twp", + "Physical Address State": "NJ ", + "Physical Address Zip": "07753", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15510752688172044", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411190", + "School District Name": "Netcong School District", + "Physical Address Line 1": "26 College Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Netcong", + "Physical Address State": "NJ ", + "Physical Address Zip": "07857", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10135135135135136", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411220", + "School District Name": "New Brunswick School District", + "Physical Address Line 1": "268 Baldwin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Brunswick", + "Physical Address State": "NJ ", + "Physical Address Zip": "08901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.19181494661921708", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411250", + "School District Name": "New Hanover Township", + "Physical Address Line 1": "122 Fort Dix Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wrightstown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.16793893129770993", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411280", + "School District Name": "New Milford Public School District", + "Physical Address Line 1": "145 MADISON AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW MILFORD", + "Physical Address State": "NJ ", + "Physical Address Zip": "07646", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06272050176401411", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411310", + "School District Name": "New Providence School District", + "Physical Address Line 1": "356 Elkwood Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Providence", + "Physical Address State": "NJ ", + "Physical Address Zip": "07974", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023707734162456275", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614220", + "School District Name": "HERKIMER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "801 W GERMAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERKIMER", + "Physical Address State": "NY ", + "Physical Address Zip": "13350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.22622699386503067", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411340", + "School District Name": "Newark Public School District", + "Physical Address Line 1": "765 Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2883293525625832", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3680420", + "School District Name": "HERKIMER-FULTON-HAMILTON-OTSEGO BOCES", + "Physical Address Line 1": "352 GROS BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERKIMER", + "Physical Address State": "NY ", + "Physical Address Zip": "13350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411370", + "School District Name": "Newfield Boro School District", + "Physical Address Line 1": "879 Beideman Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "NJ ", + "Physical Address Zip": "08105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "0.07570977917981073", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500075", + "School District Name": "Herman-Neosho-Rubicon School District", + "Physical Address Line 1": "201 Center St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Neosho", + "Physical Address State": "WI ", + "Physical Address Zip": "53059", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08008213552361396", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411400", + "School District Name": "Newton Public School District", + "Physical Address Line 1": "57 Trinity Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newton", + "Physical Address State": "NJ ", + "Physical Address Zip": "07860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1695205479452055", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2919350", + "School District Name": "WOODLAND R-IV", + "Physical Address Line 1": "RTE 5 BOX 3210", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARBLE HILL", + "Physical Address State": "MO ", + "Physical Address Zip": "63764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.255", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411430", + "School District Name": "North Arlington School District", + "Physical Address Line 1": "222 Ridge Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Arlington", + "Physical Address State": "NJ ", + "Physical Address Zip": "07031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09512867647058823", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411460", + "School District Name": "North Bergen School District", + "Physical Address Line 1": "7317 Kennedy Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Bergen", + "Physical Address State": "NJ ", + "Physical Address Zip": "07047", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.26552511415525115", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106300", + "School District Name": "Hermiston SD 8", + "Physical Address Line 1": "305 SW 11th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hermiston", + "Physical Address State": "OR ", + "Physical Address Zip": "97838", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1338308457711443", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411490", + "School District Name": "North Brunswick Township School District", + "Physical Address Line 1": "25 Linwood Place", + "Physical Address Line 2": "Board of Education", + "Physical Address Line 3": "", + "Physical Address City": "North Brunswick", + "Physical Address State": "NJ ", + "Physical Address Zip": "08902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08525728082088427", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411520", + "School District Name": "North Caldwell School District", + "Physical Address Line 1": "132A Gould Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Caldwell", + "Physical Address State": "NJ ", + "Physical Address Zip": "07006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.022566995768688293", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411550", + "School District Name": "North Haledon School District", + "Physical Address Line 1": "201 Squaw Brook Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Haledon", + "Physical Address State": "NJ ", + "Physical Address Zip": "07508", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07953063885267275", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211820", + "School District Name": "Hermitage SD", + "Physical Address Line 1": "411 N Hermitage Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hermitage", + "Physical Address State": "PA ", + "Physical Address Zip": "16148", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12965582272512965", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411580", + "School District Name": "North Hanover Township School District", + "Physical Address Line 1": "331 Monmouth Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wrightstown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10385756676557864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823040", + "School District Name": "HERMLEIGH ISD", + "Physical Address Line 1": "8010 BUSINESS 84H", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERMLEIGH", + "Physical Address State": "TX ", + "Physical Address Zip": "79526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11834319526627218", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411610", + "School District Name": "North Hunterdon-Voorhees Regional High School District", + "Physical Address Line 1": "1445 State Route 31", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Annandale", + "Physical Address State": "NJ ", + "Physical Address Zip": "08801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02471636952998379", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411640", + "School District Name": "North Plainfield School District", + "Physical Address Line 1": "33 Mountain Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Plainfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14107094319108454", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614250", + "School District Name": "HERMON-DEKALB CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "709 E DEKALB RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DE KALB JUNCTION", + "Physical Address State": "NY ", + "Physical Address Zip": "13630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19734345351043645", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409550", + "School District Name": "North Warren Regional School District", + "Physical Address Line 1": "10 Noe Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blairstown", + "Physical Address State": "NJ ", + "Physical Address Zip": "07825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.061621621621621624", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411670", + "School District Name": "North Wildwood School District", + "Physical Address Line 1": "1201 Atlantic Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Wildwood", + "Physical Address State": "NJ ", + "Physical Address Zip": "08260", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.10612244897959183", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411700", + "School District Name": "Northern Burlington County Regional School District", + "Physical Address Line 1": "160 Mansfield Road East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "NJ ", + "Physical Address Zip": "08022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.044930875576036866", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411730", + "School District Name": "Northern Highlands Regional High School District", + "Physical Address Line 1": "298 Hillside Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allendale", + "Physical Address State": "NJ ", + "Physical Address Zip": "07401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.028265107212475632", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411760", + "School District Name": "Northern Valley Regional High School District", + "Physical Address Line 1": "162 Knickerbocker Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Demarest", + "Physical Address State": "NJ ", + "Physical Address Zip": "07627", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04196063869290754", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4632430", + "School District Name": "Herreid School District 10-1", + "Physical Address Line 1": "302 Main St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Herreid", + "Physical Address State": "SD ", + "Physical Address Zip": "57632", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11650485436893204", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411790", + "School District Name": "Northfield City School District", + "Physical Address Line 1": "2000 New Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "08225", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08717948717948718", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614280", + "School District Name": "HERRICKS UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "999 HERRICKS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW HYDE PARK", + "Physical Address State": "NY ", + "Physical Address Zip": "11040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.041777348466553975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411820", + "School District Name": "Northvale Public School District", + "Physical Address Line 1": "441 TAPPAN ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTHVALE", + "Physical Address State": "NJ ", + "Physical Address Zip": "07647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06118546845124283", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2920700", + "School District Name": "SCOTLAND CO. R-I", + "Physical Address Line 1": "438 WEST LOVERS LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEMPHIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63555", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19101123595505617", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411850", + "School District Name": "Norwood Public School District", + "Physical Address Line 1": "177 Summit Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norwood", + "Physical Address State": "NJ ", + "Physical Address Zip": "07648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05865102639296188", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411880", + "School District Name": "Nutley Public School District", + "Physical Address Line 1": "315 FRANKLIN AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NUTLEY", + "Physical Address State": "NJ ", + "Physical Address Zip": "07110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.056962025316455694", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411910", + "School District Name": "Oakland Public School District", + "Physical Address Line 1": "315 Ramapo Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "NJ ", + "Physical Address Zip": "07436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03390914907229686", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411940", + "School District Name": "Oaklyn Public School District", + "Physical Address Line 1": "136 Kendall Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oaklyn", + "Physical Address State": "NJ ", + "Physical Address Zip": "08107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1015625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411970", + "School District Name": "Ocean City School District", + "Physical Address Line 1": "501 Atlantic Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ocean City", + "Physical Address State": "NJ ", + "Physical Address Zip": "08226", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.12540453074433658", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702160", + "School District Name": "Hertford County Schools", + "Physical Address Line 1": "701 N Martin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winton", + "Physical Address State": "NC ", + "Physical Address Zip": "27986", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3270651443922095", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412030", + "School District Name": "Ocean Gate School District", + "Physical Address Line 1": "126 West Arverne Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ocean Gate", + "Physical Address State": "NJ ", + "Physical Address Zip": "08740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2698412698412698", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412090", + "School District Name": "Ocean Township School District", + "Physical Address Line 1": "64 Railroad Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waretown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08758", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14163090128755365", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412120", + "School District Name": "Oceanport School District", + "Physical Address Line 1": "29 Wolf Hill Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oceanport", + "Physical Address State": "NJ ", + "Physical Address Zip": "07757", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.042796005706134094", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3809410", + "School District Name": "HETTINGER 13", + "Physical Address Line 1": "209 8th Street S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hettinger", + "Physical Address State": "ND ", + "Physical Address Zip": "58639", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12014134275618374", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412150", + "School District Name": "Ogdensburg Borough School District", + "Physical Address Line 1": "100 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ogdensburg", + "Physical Address State": "NJ ", + "Physical Address Zip": "07439", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06306306306306306", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614310", + "School District Name": "HEUVELTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "87 WASHINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEUVELTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.136226034308779", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409270", + "School District Name": "Old Bridge Township School District", + "Physical Address Line 1": "4207 Route 516", + "Physical Address Line 2": "Patrick A. Torre Admin. Bld.", + "Physical Address Line 3": "", + "Physical Address City": "Matawan", + "Physical Address State": "NJ ", + "Physical Address Zip": "07747", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0582701062215478", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631710", + "School District Name": "HEWLETT-WOODMERE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1 JOHNSON PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODMERE", + "Physical Address State": "NY ", + "Physical Address Zip": "11598", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05636478784040532", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412180", + "School District Name": "Old Tappan Public School District", + "Physical Address Line 1": "277 Old Tappan Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Old Tappan", + "Physical Address State": "NJ ", + "Physical Address Zip": "07675", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.048051948051948054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2921420", + "School District Name": "SCOTT CO. CENTRAL", + "Physical Address Line 1": "20794 US HWY 61", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SIKESTON", + "Physical Address State": "MO ", + "Physical Address Zip": "63801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.29133858267716534", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412210", + "School District Name": "Oldmans Township School District", + "Physical Address Line 1": "10 FREED ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEDRICKTOWN", + "Physical Address State": "NJ ", + "Physical Address Zip": "08067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09876543209876543", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412240", + "School District Name": "Oradell Public School District", + "Physical Address Line 1": "350 Prospect Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oradell", + "Physical Address State": "NJ ", + "Physical Address Zip": "07649", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.027644230769230768", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412270", + "School District Name": "ORANGE BOARD OF EDUCATION School District", + "Physical Address Line 1": "451 LINCOLN AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORANGE", + "Physical Address State": "NJ ", + "Physical Address Zip": "07050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22892590074779062", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412300", + "School District Name": "Oxford Township School District", + "Physical Address Line 1": "17 Kent Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxford", + "Physical Address State": "NJ ", + "Physical Address Zip": "07863", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09523809523809523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701860", + "School District Name": "Hickman County", + "Physical Address Line 1": "115 Murphree AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Centerville", + "Physical Address State": "TN ", + "Physical Address Zip": "37033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20376016260162602", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702190", + "School District Name": "Hickory City Schools", + "Physical Address Line 1": "432 4th Avenue SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hickory", + "Physical Address State": "NC ", + "Physical Address Zip": "28602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.20792475485291176", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904541", + "School District Name": "Hicksville Exempted Village", + "Physical Address Line 1": "958 E High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hicksville", + "Physical Address State": "OH ", + "Physical Address Zip": "43526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10348258706467661", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614340", + "School District Name": "HICKSVILLE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "200 DIVISION AVE-ADM", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HICKSVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "11801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08555771610394201", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823070", + "School District Name": "HICO ISD", + "Physical Address Line 1": "901 CEDAR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HICO", + "Physical Address State": "TX ", + "Physical Address Zip": "76457", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25754884547069273", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823100", + "School District Name": "HIDALGO ISD", + "Physical Address Line 1": "324 E FLORA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HIDALGO", + "Physical Address State": "TX ", + "Physical Address Zip": "78557", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.4266970907016543", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4180070", + "School District Name": "High Desert ESD", + "Physical Address Line 1": "2804 SW Sixth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redmond", + "Physical Address State": "OR ", + "Physical Address Zip": "97756", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823160", + "School District Name": "HIGH ISLAND ISD", + "Physical Address Line 1": "2113 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HIGH ISLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "77623", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000096", + "School District Name": "HIGH PLAINS TECH", + "Physical Address Line 1": "3921 34TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODWARD", + "Physical Address State": "OK ", + "Physical Address Zip": "73801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801450", + "School District Name": "HIGH POINT ACADEMY", + "Physical Address Line 1": "7225 CROWLEY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT WORTH", + "Physical Address State": "TX ", + "Physical Address Zip": "76134", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923190", + "School District Name": "SOUTH HOLT CO. R-I", + "Physical Address Line 1": "201 S BARBOUR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OREGON", + "Physical Address State": "MO ", + "Physical Address Zip": "64473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11923076923076924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614400", + "School District Name": "HIGHLAND CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "320 PANCAKE HOLLOW RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HIGHLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "12528", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08995002776235425", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101950", + "School District Name": "HIGHLAND CO PBLC SCHS", + "Physical Address Line 1": "240 Myers/Moon Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monterey", + "Physical Address State": "VA ", + "Physical Address Zip": "24465", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20588235294117646", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614430", + "School District Name": "HIGHLAND FALLS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "21 MORGAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HIGHLAND FALLS", + "Physical Address State": "NY ", + "Physical Address Zip": "10928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0638930163447251", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823190", + "School District Name": "HIGHLAND ISD", + "Physical Address Line 1": "6625 FM 608", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSCOE", + "Physical Address State": "TX ", + "Physical Address Zip": "79545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11290322580645161", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923370", + "School District Name": "THORNFIELD R-I", + "Physical Address Line 1": "37 COUNTY ROAD 855", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THORNFIELD", + "Physical Address State": "MO ", + "Physical Address Zip": "65762", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2037037037037037", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904880", + "School District Name": "Highland Local", + "Physical Address Line 1": "6506 State Route 229", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marengo", + "Physical Address State": "OH ", + "Physical Address Zip": "43334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11721817162086372", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904849", + "School District Name": "Highland Local", + "Physical Address Line 1": "3880 Ridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medina", + "Physical Address State": "OH ", + "Physical Address Zip": "44256", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03571428571428571", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823250", + "School District Name": "HIGHLAND PARK ISD", + "Physical Address Line 1": "7015 WESTCHESTER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75205", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.035855618179637845", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835560", + "School District Name": "HIGHLAND PARK ISD", + "Physical Address Line 1": "15300 AMARILLO BLVD E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMARILLO", + "Physical Address State": "TX ", + "Physical Address Zip": "79108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2235294117647059", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923490", + "School District Name": "PALMYRA R-I", + "Physical Address Line 1": "1703 S MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PALMYRA", + "Physical Address State": "MO ", + "Physical Address Zip": "63461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09817893903404593", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923530", + "School District Name": "PARIS R-II", + "Physical Address Line 1": "740 CLEVELAND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARIS", + "Physical Address State": "MO ", + "Physical Address Zip": "65275", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1683673469387755", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923550", + "School District Name": "PARK HILL", + "Physical Address Line 1": "7703 NW BARRY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KANSAS CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64153", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.07843722039964211", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923580", + "School District Name": "PARKWAY C-2", + "Physical Address Line 1": "455 N WOODS MILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHESTERFIELD", + "Physical Address State": "MO ", + "Physical Address Zip": "63017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04342994310099573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506420", + "School District Name": "Highland School District", + "Physical Address Line 1": "1030 Cardinal Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highland", + "Physical Address State": "WI ", + "Physical Address Zip": "53543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18149466192170818", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303510", + "School District Name": "Highland School District", + "Physical Address Line 1": "17000 SUMMITVIEW RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COWICHE", + "Physical Address State": "WA ", + "Physical Address Zip": "98923", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1740139211136891", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923670", + "School District Name": "PATTONSBURG R-II", + "Physical Address Line 1": "1 PANTHER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PATTONSBURG", + "Physical Address State": "MO ", + "Physical Address Zip": "64670", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22404371584699453", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400031", + "School District Name": "Highlander", + "Physical Address Line 1": "42 Lexington Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02907", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923700", + "School District Name": "PATTONVILLE R-III", + "Physical Address Line 1": "11097 ST CHARLES ROCK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST ANN", + "Physical Address State": "MO ", + "Physical Address Zip": "63074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11179198410069559", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923730", + "School District Name": "RAYMORE-PECULIAR R-II", + "Physical Address Line 1": "21005 S SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PECULIAR", + "Physical Address State": "MO ", + "Physical Address Zip": "64078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06339100346020761", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211880", + "School District Name": "Highlands SD", + "Physical Address Line 1": "1500 Pacific Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Natrona Heights", + "Physical Address State": "PA ", + "Physical Address Zip": "15065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22509225092250923", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303540", + "School District Name": "Highline School District", + "Physical Address Line 1": "15675 AMBAUM BLVD SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURIEN", + "Physical Address State": "WA ", + "Physical Address Zip": "98166", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1680035000729182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923780", + "School District Name": "PEMISCOT CO. SPEC. SCH. DIST.", + "Physical Address Line 1": "1317 W STATE HWY 84", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAYTI", + "Physical Address State": "MO ", + "Physical Address Zip": "63851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900156", + "School District Name": "Highmark Charter School", + "Physical Address Line 1": "2467 EAST SOUTH WEBER DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTH WEBER", + "Physical Address State": "UT ", + "Physical Address Zip": "84405", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2923790", + "School District Name": "PEMISCOT CO. R-III", + "Physical Address Line 1": "1727 COUNTY HIGHWAY 536", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Caruthersville", + "Physical Address State": "MO ", + "Physical Address Zip": "63830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2602739726027397", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4680440", + "School District Name": "Highmore-Harrold 34-2", + "Physical Address Line 1": "415 Iowa Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highmore", + "Physical Address State": "SD ", + "Physical Address Zip": "57345", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17665615141955837", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2924530", + "School District Name": "PERRY CO. 32", + "Physical Address Line 1": "326 COLLEGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PERRYVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "63775", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12390243902439024", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2924690", + "School District Name": "PETTIS CO. R-XII", + "Physical Address Line 1": "22675 DEPOT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEDALIA", + "Physical Address State": "MO ", + "Physical Address Zip": "65301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20535714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925080", + "School District Name": "PHELPS CO. R-III", + "Physical Address Line 1": "17790 State Route M", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edgar Springs", + "Physical Address State": "MO ", + "Physical Address Zip": "65462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21428571428571427", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506450", + "School District Name": "Hilbert School District", + "Physical Address Line 1": "1139 W Milwaukee St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hilbert", + "Physical Address State": "WI ", + "Physical Address Zip": "54129", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07992895204262877", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925110", + "School District Name": "PIERCE CITY R-VI", + "Physical Address Line 1": "300 MYRTLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PIERCE CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "65723", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18052516411378555", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000038", + "School District Name": "Hill", + "Physical Address Line 1": "315 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Havre", + "Physical Address State": "MT ", + "Physical Address Zip": "59501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925140", + "School District Name": "PIKE CO. R-III", + "Physical Address Line 1": "28176 HWY WW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLARKSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "63336", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17312072892938496", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4633360", + "School District Name": "Hill City School District 51-2", + "Physical Address Line 1": "488 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hill City", + "Physical Address State": "SD ", + "Physical Address Zip": "57745", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.111358574610245", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925170", + "School District Name": "PILOT GROVE C-4", + "Physical Address Line 1": "107 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PILOT GROVE", + "Physical Address State": "MO ", + "Physical Address Zip": "65276", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14388489208633093", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303309", + "School District Name": "Hill SAU Office", + "Physical Address Line 1": "32 Crescent Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hill", + "Physical Address State": "NH ", + "Physical Address Zip": "03243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925210", + "School District Name": "PLATO R-V", + "Physical Address Line 1": "10645 PLATO DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLATO", + "Physical Address State": "MO ", + "Physical Address Zip": "65552", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17902350813743217", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925230", + "School District Name": "PLATTE CO. R-III", + "Physical Address Line 1": "998 PLATTE FALLS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLATTE CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64079", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05991077119184194", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4014520", + "School District Name": "HILLDALE", + "Physical Address Line 1": "313 E PEAK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muskogee", + "Physical Address State": "OK ", + "Physical Address Zip": "74403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15526675786593708", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904701", + "School District Name": "Hilliard City", + "Physical Address Line 1": "2140 Atlas St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43228", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08495274503557396", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925330", + "School District Name": "PLEASANT HILL R-III", + "Physical Address Line 1": "318 CEDAR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLEASANT HILL", + "Physical Address State": "MO ", + "Physical Address Zip": "64080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06063157894736842", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3809570", + "School District Name": "HILLSBORO 9", + "Physical Address Line 1": "12 4th St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsboro", + "Physical Address State": "ND ", + "Physical Address Zip": "58045", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08071748878923767", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925350", + "School District Name": "PLEASANT HOPE R-VI", + "Physical Address Line 1": "100 W. Cowden", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLEASANT HOPE", + "Physical Address State": "MO ", + "Physical Address Zip": "65725", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17751479289940827", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904412", + "School District Name": "Hillsboro City", + "Physical Address Line 1": "39 Willetsville Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsboro", + "Physical Address State": "OH ", + "Physical Address Zip": "45133", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19238023387400982", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925410", + "School District Name": "POLO R-VII", + "Physical Address Line 1": "300 W SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POLO", + "Physical Address State": "MO ", + "Physical Address Zip": "64671", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1638888888888889", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823280", + "School District Name": "HILLSBORO ISD", + "Physical Address Line 1": "121 E FRANKLIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HILLSBORO", + "Physical Address State": "TX ", + "Physical Address Zip": "76645", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21196754563894524", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925450", + "School District Name": "POPLAR BLUFF R-I", + "Physical Address Line 1": "1110 N WESTWOOD BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POPLAR BLUFF", + "Physical Address State": "MO ", + "Physical Address Zip": "63901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2582025677603424", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506480", + "School District Name": "Hillsboro School District", + "Physical Address Line 1": "777 School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsboro", + "Physical Address State": "WI ", + "Physical Address Zip": "54634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2878787878787879", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925500", + "School District Name": "POTOSI R-III", + "Physical Address Line 1": "400 North Mine", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Potosi", + "Physical Address State": "MO ", + "Physical Address Zip": "63664", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.25220372184133205", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100023", + "School District Name": "Hillsboro SD 1J", + "Physical Address Line 1": "3083 NE 49th Pl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsboro", + "Physical Address State": "OR ", + "Physical Address Zip": "97124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.09609932124752986", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925530", + "School District Name": "PRAIRIE HOME R-V", + "Physical Address Line 1": "301 HWY DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRAIRIE HOME", + "Physical Address State": "MO ", + "Physical Address Zip": "65068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23134328358208955", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399969", + "School District Name": "Hillsboro-Deering SAU Office", + "Physical Address Line 1": "78 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsboro", + "Physical Address State": "NH ", + "Physical Address Zip": "03244", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925590", + "School District Name": "PRINCETON R-V", + "Physical Address Line 1": "1008 E COLEMAN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRINCETON", + "Physical Address State": "MO ", + "Physical Address Zip": "64673", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18805309734513273", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925620", + "School District Name": "PURDY R-II", + "Physical Address Line 1": "201 S GABBY GIBBONS DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PURDY", + "Physical Address State": "MO ", + "Physical Address Zip": "65734", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3284552845528455", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904582", + "School District Name": "Hillsdale Local", + "Physical Address Line 1": "485 Township Road 1902", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jeromesville", + "Physical Address State": "OH ", + "Physical Address Zip": "44840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11396743787489289", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925640", + "School District Name": "PUTNAM CO. R-I", + "Physical Address Line 1": "803 S 20TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UNIONVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "63565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20027624309392264", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925650", + "School District Name": "PUXICO R-VIII", + "Physical Address Line 1": "481 N BEDFORD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PUXICO", + "Physical Address State": "MO ", + "Physical Address Zip": "63960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24962630792227206", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2925710", + "School District Name": "RALLS CO. R-II", + "Physical Address Line 1": "21622 HWY 19", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTER", + "Physical Address State": "MO ", + "Physical Address Zip": "63436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11479289940828402", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614460", + "School District Name": "HILTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "225 WEST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HILTON", + "Physical Address State": "NY ", + "Physical Address Zip": "14468", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06630861392274323", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926040", + "School District Name": "RAYMONDVILLE R-VII", + "Physical Address Line 1": "135 W HWY B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RAYMONDVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65555", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.37073170731707317", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926070", + "School District Name": "RAYTOWN C-2", + "Physical Address Line 1": "6608 RAYTOWN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RAYTOWN", + "Physical Address State": "MO ", + "Physical Address Zip": "64133", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16936450839328537", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614490", + "School District Name": "HINSDALE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "3701 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HINSDALE", + "Physical Address State": "NY ", + "Physical Address Zip": "14743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18636363636363637", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926160", + "School District Name": "REEDS SPRING R-IV", + "Physical Address Line 1": "20281 STATE HWY 413", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REEDS SPRING", + "Physical Address State": "MO ", + "Physical Address Zip": "65737", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23378076062639822", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303281", + "School District Name": "Hinsdale SAU Office", + "Physical Address Line 1": "Hinsdale School District", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hinsdale", + "Physical Address State": "NH ", + "Physical Address Zip": "03451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926190", + "School District Name": "RENICK R-V", + "Physical Address Line 1": "101 MIDDLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RENICK", + "Physical Address State": "MO ", + "Physical Address Zip": "65278", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23195876288659795", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4014610", + "School District Name": "HINTON", + "Physical Address Line 1": "708 N BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hinton", + "Physical Address State": "OK ", + "Physical Address Zip": "73047", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2516914749661705", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926220", + "School District Name": "REPUBLIC R-III", + "Physical Address Line 1": "518 N HAMPTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REPUBLIC", + "Physical Address State": "MO ", + "Physical Address Zip": "65738", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08528678304239401", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926310", + "School District Name": "RICH HILL R-IV", + "Physical Address Line 1": "703 N. 3rd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rich Hill", + "Physical Address State": "MO ", + "Physical Address Zip": "64779", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2099737532808399", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823310", + "School District Name": "HITCHCOCK ISD", + "Physical Address Line 1": "7801 NEVILLE AVENUE BUILDING B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HITCHCOCK", + "Physical Address State": "TX ", + "Physical Address Zip": "77563", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.2252488213724463", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926370", + "School District Name": "RICHARDS R-V", + "Physical Address Line 1": "3461 COUNTY RD 1710", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST PLAINS", + "Physical Address State": "MO ", + "Physical Address Zip": "65775", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19270833333333334", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600046", + "School District Name": "Hitchcock Tulare School District 56-6", + "Physical Address Line 1": "401 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulare", + "Physical Address State": "SD ", + "Physical Address Zip": "57476", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14772727272727273", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926400", + "School District Name": "RICHLAND R-I", + "Physical Address Line 1": "24456 STATE HWY 114", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ESSEX", + "Physical Address State": "MO ", + "Physical Address Zip": "63846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23348017621145375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926430", + "School District Name": "RICHLAND R-IV", + "Physical Address Line 1": "714 E JEFFERSON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHLAND", + "Physical Address State": "MO ", + "Physical Address Zip": "65556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2011070110701107", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4014700", + "School District Name": "HOBART", + "Physical Address Line 1": "321 North Jefferson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hobart", + "Physical Address State": "OK ", + "Physical Address Zip": "73651", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3074712643678161", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926480", + "School District Name": "RICHMOND R-XVI", + "Physical Address Line 1": "1017 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHMOND", + "Physical Address State": "MO ", + "Physical Address Zip": "64085", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15210559396605908", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501260", + "School District Name": "HOBBS MUNICIPAL SCHOOLS", + "Physical Address Line 1": "1515 E SANGER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOBBS", + "Physical Address State": "NM ", + "Physical Address Zip": "88240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21876413643354745", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926490", + "School District Name": "RIDGEWAY R-V", + "Physical Address Line 1": "305 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIDGEWAY", + "Physical Address State": "MO ", + "Physical Address Zip": "64481", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20353982300884957", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700445", + "School District Name": "Hobgood Charter School", + "Physical Address Line 1": "201 S. Beech Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hobgood", + "Physical Address State": "NC ", + "Physical Address Zip": "27843", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926550", + "School District Name": "RIPLEY CO. R-III", + "Physical Address Line 1": "11111 State Highway 142W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GATEWOOD", + "Physical Address State": "MO ", + "Physical Address Zip": "63942", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3118279569892473", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400032", + "School District Name": "Hoboken Charter School", + "Physical Address Line 1": "713 Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hoboken", + "Physical Address State": "NJ ", + "Physical Address Zip": "07030", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926580", + "School District Name": "RIPLEY CO. R-IV", + "Physical Address Line 1": "3277 US HIGHWAY 160 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Doniphan", + "Physical Address State": "MO ", + "Physical Address Zip": "63935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.35555555555555557", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400734", + "School District Name": "Hoboken Dual Language Charter School", + "Physical Address Line 1": "123 Jefferson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hoboken", + "Physical Address State": "NJ ", + "Physical Address Zip": "07030", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926610", + "School District Name": "RISCO R-II", + "Physical Address Line 1": "HWY 62", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RISCO", + "Physical Address State": "MO ", + "Physical Address Zip": "63874", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19658119658119658", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303570", + "School District Name": "Hockinson School District", + "Physical Address Line 1": "17912 NE 159TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRUSH PRAIRIE", + "Physical Address State": "WA ", + "Physical Address Zip": "98606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0644434429923389", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926640", + "School District Name": "RITENOUR", + "Physical Address Line 1": "2420 WOODSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2035030428974321", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4014730", + "School District Name": "HODGEN", + "Physical Address Line 1": "20520 School House Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hodgen", + "Physical Address State": "OK ", + "Physical Address Zip": "74939", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3184713375796178", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926670", + "School District Name": "RIVERVIEW GARDENS", + "Physical Address Line 1": "1370 NORTHUMBERLAND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.33685655456417296", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926760", + "School District Name": "SPECL. SCH. DST. ST. LOUIS CO.", + "Physical Address Line 1": "12110 CLAYTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOWN & COUNTRY", + "Physical Address State": "MO ", + "Physical Address Zip": "63131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702250", + "School District Name": "Hoke County Schools", + "Physical Address Line 1": "310 Wooley Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raeford", + "Physical Address State": "NC ", + "Physical Address Zip": "28376", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2080102090900167", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926790", + "School District Name": "ROCK PORT R-II", + "Physical Address Line 1": "600 S Nebraska Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rock Port", + "Physical Address State": "MO ", + "Physical Address Zip": "64482", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14565826330532214", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4014790", + "School District Name": "HOLDENVILLE", + "Physical Address Line 1": "210 Grimes Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holdenville", + "Physical Address State": "OK ", + "Physical Address Zip": "74848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3006535947712418", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926850", + "School District Name": "ROCKWOOD R-VI", + "Physical Address Line 1": "111 E NORTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EUREKA", + "Physical Address State": "MO ", + "Physical Address Zip": "63025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.032274568322319334", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904757", + "School District Name": "Holgate Local", + "Physical Address Line 1": "801 Joe E Brown Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holgate", + "Physical Address State": "OH ", + "Physical Address Zip": "43527", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06605922551252848", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926890", + "School District Name": "ROLLA 31", + "Physical Address Line 1": "500A FORUM DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROLLA", + "Physical Address State": "MO ", + "Physical Address Zip": "65401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19488817891373802", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614550", + "School District Name": "HOLLAND CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "103 CANADA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "14080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0976890756302521", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2926940", + "School District Name": "ROSCOE C-1", + "Physical Address Line 1": "1515 SW 300 RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OSCEOLA", + "Physical Address State": "MO ", + "Physical Address Zip": "64776", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2631578947368421", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823370", + "School District Name": "HOLLAND ISD", + "Physical Address Line 1": "105 S ROSE LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "76534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1237721021611002", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614580", + "School District Name": "HOLLAND PATENT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "9601 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLAND PATENT", + "Physical Address State": "NY ", + "Physical Address Zip": "13354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12890625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2927060", + "School District Name": "ST. JOSEPH", + "Physical Address Line 1": "925 FELIX", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST JOSEPH", + "Physical Address State": "MO ", + "Physical Address Zip": "64501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.22651484343228956", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5004710", + "School District Name": "Holland School District", + "Physical Address Line 1": "26 School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Derby Line", + "Physical Address State": "VT ", + "Physical Address Zip": "05830", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2927090", + "School District Name": "SALEM R-80", + "Physical Address Line 1": "1409 W ROLLA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALEM", + "Physical Address State": "MO ", + "Physical Address Zip": "65560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2378815080789946", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614610", + "School District Name": "HOLLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "3800 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLEY", + "Physical Address State": "NY ", + "Physical Address Zip": "14470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823400", + "School District Name": "HOLLIDAY ISD", + "Physical Address Line 1": "751 COLLEGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLIDAY", + "Physical Address State": "TX ", + "Physical Address Zip": "76366", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08705612829324169", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211940", + "School District Name": "Hollidaysburg Area SD", + "Physical Address Line 1": "405 Clark Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hollidaysburg", + "Physical Address State": "PA ", + "Physical Address Zip": "16648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.09293193717277487", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2927520", + "School District Name": "SALISBURY R-IV", + "Physical Address Line 1": "1000 S MAPLE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALISBURY", + "Physical Address State": "MO ", + "Physical Address Zip": "65281", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13071895424836602", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4014850", + "School District Name": "HOLLIS", + "Physical Address Line 1": "415 N Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hollis", + "Physical Address State": "OK ", + "Physical Address Zip": "73550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.36403508771929827", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2927540", + "School District Name": "SARCOXIE R-II", + "Physical Address Line 1": "101 S 17TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SARCOXIE", + "Physical Address State": "MO ", + "Physical Address Zip": "64862", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21045918367346939", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399941", + "School District Name": "Hollis-Brookline SAU Office", + "Physical Address Line 1": "4 Lund Ln.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hollis", + "Physical Address State": "NH ", + "Physical Address Zip": "03049", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2927570", + "School District Name": "SAVANNAH R-III", + "Physical Address Line 1": "408 W MARKET ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAVANNAH", + "Physical Address State": "MO ", + "Physical Address Zip": "64485", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10172981878088962", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701890", + "School District Name": "Hollow Rock - Bruceton", + "Physical Address Line 1": "29590 Broad ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bruceton", + "Physical Address State": "TN ", + "Physical Address Zip": "38317", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2534992223950233", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2927630", + "School District Name": "SCHOOL OF THE OSAGE", + "Physical Address Line 1": "1501 SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE OZARK", + "Physical Address State": "MO ", + "Physical Address Zip": "65049", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1910004786979416", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2927660", + "School District Name": "SCHUYLER CO. R-I", + "Physical Address Line 1": "21701 HWY 63", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUEEN CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "63561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2120051085568327", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4014890", + "School District Name": "HOLLY CREEK", + "Physical Address Line 1": "401 Holly Creek Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Broken Bow", + "Physical Address State": "OK ", + "Physical Address Zip": "74728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2361111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2927830", + "School District Name": "SEDALIA 200", + "Physical Address Line 1": "2806 MATTHEW DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEDALIA", + "Physical Address State": "MO ", + "Physical Address Zip": "65301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21914775871610404", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2927870", + "School District Name": "SENATH-HORNERSVILLE C-8", + "Physical Address Line 1": "803 S STATE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SENATH", + "Physical Address State": "MO ", + "Physical Address Zip": "63876", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23758389261744967", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506540", + "School District Name": "Holmen School District", + "Physical Address Line 1": "1019 McHugh Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holmen", + "Physical Address State": "WI ", + "Physical Address Zip": "54636", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.05195413058740932", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2927900", + "School District Name": "SENECA R-VII", + "Physical Address Line 1": "914 FRISCO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SENECA", + "Physical Address State": "MO ", + "Physical Address Zip": "64865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1816353887399464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2927930", + "School District Name": "SEYMOUR R-II", + "Physical Address Line 1": "416 E CLINTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEYMOUR", + "Physical Address State": "MO ", + "Physical Address Zip": "65746", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.42641509433962266", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500080", + "School District Name": "Holy Hill Area School District", + "Physical Address Line 1": "3117 Holy Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richfield", + "Physical Address State": "WI ", + "Physical Address Zip": "53076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.025423728813559324", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928080", + "School District Name": "SHAWNEE R-III", + "Physical Address Line 1": "11913 N HIGHWAY 13", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHILHOWEE", + "Physical Address State": "MO ", + "Physical Address Zip": "64733", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10476190476190476", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928110", + "School District Name": "SHELBY CO. R-IV", + "Physical Address Line 1": "4154 HWY 36", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHELBINA", + "Physical Address State": "MO ", + "Physical Address Zip": "63468", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18461538461538463", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614640", + "School District Name": "HOMER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "80 S WEST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOMER", + "Physical Address State": "NY ", + "Physical Address Zip": "13077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09462915601023018", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928170", + "School District Name": "SHELDON R-VIII", + "Physical Address Line 1": "100 E GENE LATHROP DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHELDON", + "Physical Address State": "MO ", + "Physical Address Zip": "64784", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2947976878612717", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213290", + "School District Name": "Homer-Center SD", + "Physical Address Line 1": "65 Wildcat Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Homer City", + "Physical Address State": "PA ", + "Physical Address Zip": "15748", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15256257449344457", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928200", + "School District Name": "SHELL KNOB 78", + "Physical Address Line 1": "24400 STATE HWY 39", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHELL KNOB", + "Physical Address State": "MO ", + "Physical Address Zip": "65747", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3409090909090909", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928260", + "School District Name": "SIKESTON R-6", + "Physical Address Line 1": "1002 Virginia Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SIKESTON", + "Physical Address State": "MO ", + "Physical Address Zip": "63801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2407254740313273", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4014970", + "School District Name": "HOMINY", + "Physical Address Line 1": "200 South Pettit Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hominy", + "Physical Address State": "OK ", + "Physical Address Zip": "74035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1785063752276867", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928290", + "School District Name": "SILEX R-I", + "Physical Address Line 1": "64 HWY UU", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SILEX", + "Physical Address State": "MO ", + "Physical Address Zip": "63377", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10474308300395258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823430", + "School District Name": "HONDO ISD", + "Physical Address Line 1": "2604 AVE E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HONDO", + "Physical Address State": "TX ", + "Physical Address Zip": "78861", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2345809172377438", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928360", + "School District Name": "SLATER", + "Physical Address Line 1": "515 N ELM", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SLATER", + "Physical Address State": "MO ", + "Physical Address Zip": "65349", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1834319526627219", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501290", + "School District Name": "HONDO VALLEY PUBLIC SCHOOLS", + "Physical Address Line 1": "111 DON PABLO LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HONDO", + "Physical Address State": "NM ", + "Physical Address Zip": "88336", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1986754966887417", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928380", + "School District Name": "SMITHTON R-VI", + "Physical Address Line 1": "505 S MYRTLE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SMITHTON", + "Physical Address State": "MO ", + "Physical Address Zip": "65350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12682215743440234", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614670", + "School District Name": "HONEOYE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "8528 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HONEOYE", + "Physical Address State": "NY ", + "Physical Address Zip": "14471", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08701854493580599", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928410", + "School District Name": "SMITHVILLE R-II", + "Physical Address Line 1": "655 S COMMERCIAL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SMITHVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "64089", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04929101958136394", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614700", + "School District Name": "HONEOYE FALLS-LIMA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "20 CHURCH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HONEOYE FALLS", + "Physical Address State": "NY ", + "Physical Address Zip": "14472", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0549496644295302", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928430", + "School District Name": "SOUTH CALLAWAY CO. R-II", + "Physical Address Line 1": "10135 STATE RD C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOKANE", + "Physical Address State": "MO ", + "Physical Address Zip": "65059", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11139240506329114", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928470", + "School District Name": "SOUTH IRON CO. R-I", + "Physical Address Line 1": "210 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANNAPOLIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63620", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3274021352313167", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823460", + "School District Name": "HONEY GROVE ISD", + "Physical Address Line 1": "1206 N SEVENTEENTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HONEY GROVE", + "Physical Address State": "TX ", + "Physical Address Zip": "75446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17553956834532375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928500", + "School District Name": "SOUTH NODAWAY CO. R-IV", + "Physical Address Line 1": "209 MOREHOUSE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BARNARD", + "Physical Address State": "MO ", + "Physical Address Zip": "64423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10852713178294573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000792", + "School District Name": "HONOR ACADEMY(CHARTER)", + "Physical Address Line 1": "1421 S Sheridan Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulsa", + "Physical Address State": "OK ", + "Physical Address Zip": "74112", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928530", + "School District Name": "SOUTH PEMISCOT CO. R-V", + "Physical Address Line 1": "611 BEASLEY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEELE", + "Physical Address State": "MO ", + "Physical Address Zip": "63877", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24181818181818182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303600", + "School District Name": "Hood Canal School District", + "Physical Address Line 1": "111 N STATE ROUTE 106", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHELTON", + "Physical Address State": "WA ", + "Physical Address Zip": "98584", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1957142857142857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928560", + "School District Name": "SOUTHERN BOONE CO. R-I", + "Physical Address Line 1": "5275 W Red Tail Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ASHLAND", + "Physical Address State": "MO ", + "Physical Address Zip": "65010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.053912213740458015", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106510", + "School District Name": "Hood River County SD", + "Physical Address Line 1": "1011 Eugene St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hood River", + "Physical Address State": "OR ", + "Physical Address Zip": "97031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11692084241103849", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928590", + "School District Name": "SOUTHERN REYNOLDS CO. R-II", + "Physical Address Line 1": "ONE SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELLINGTON", + "Physical Address State": "MO ", + "Physical Address Zip": "63638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24565217391304348", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4015090", + "School District Name": "HOOKER", + "Physical Address Line 1": "220 N Swem", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hooker", + "Physical Address State": "OK ", + "Physical Address Zip": "73945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928620", + "School District Name": "SOUTHLAND C-9", + "Physical Address Line 1": "500 S MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARDWELL", + "Physical Address State": "MO ", + "Physical Address Zip": "63829", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3501683501683502", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823490", + "School District Name": "HOOKS ISD", + "Physical Address Line 1": "100 E 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOOKS", + "Physical Address State": "TX ", + "Physical Address Zip": "75561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.20242914979757085", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928680", + "School District Name": "SOUTHWEST LIVINGSTON CO. R-I", + "Physical Address Line 1": "4944 HWY DD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUDLOW", + "Physical Address State": "MO ", + "Physical Address Zip": "64656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18781725888324874", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399915", + "School District Name": "Hooksett SAU Office", + "Physical Address Line 1": "90 Farmer Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hooksett", + "Physical Address State": "NH ", + "Physical Address Zip": "03106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928710", + "School District Name": "SOUTHWEST R-V", + "Physical Address Line 1": "529 E PINEVILLE ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASHBURN", + "Physical Address State": "MO ", + "Physical Address Zip": "65772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28933333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501320", + "School District Name": "HOUSE MUNICIPAL SCHOOLS", + "Physical Address Line 1": "309 N APPLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSE", + "Physical Address State": "NM ", + "Physical Address Zip": "88121", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2702702702702703", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928740", + "School District Name": "SPARTA R-III", + "Physical Address Line 1": "113 DIVISION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPARTA", + "Physical Address State": "MO ", + "Physical Address Zip": "65753", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14102564102564102", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501350", + "School District Name": "JAL PUBLIC SCHOOLS", + "Physical Address Line 1": "200 E PANTHER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JAL", + "Physical Address State": "NM ", + "Physical Address Zip": "88252", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22289156626506024", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928770", + "School District Name": "SPICKARD R-II", + "Physical Address Line 1": "105 N 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPICKARD", + "Physical Address State": "MO ", + "Physical Address Zip": "64679", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.36065573770491804", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501380", + "School District Name": "JEMEZ MOUNTAIN PUBLIC SCHOOLS", + "Physical Address Line 1": "9935 US HIGHWAY 550", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CUBA", + "Physical Address State": "NM ", + "Physical Address Zip": "87013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26066350710900477", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928800", + "School District Name": "SPOKANE R-VII", + "Physical Address Line 1": "167 Kentling Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Highlandville", + "Physical Address State": "MO ", + "Physical Address Zip": "65669", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12471655328798185", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501410", + "School District Name": "JEMEZ VALLEY PUBLIC SCHOOLS", + "Physical Address Line 1": "8501 HIGHWAY 4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JEMEZ PUEBLO", + "Physical Address State": "NM ", + "Physical Address Zip": "87024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17699115044247787", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928860", + "School District Name": "SPRINGFIELD R-XII", + "Physical Address Line 1": "1359 E. ST. LOUIS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGFIELD", + "Physical Address State": "MO ", + "Physical Address Zip": "65802", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.14902460280217203", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3501470", + "School District Name": "LAKE ARTHUR MUNICIPAL SCHOOLS", + "Physical Address Line 1": "700 BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE ARTHUR", + "Physical Address State": "NM ", + "Physical Address Zip": "88253", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22627737226277372", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2928920", + "School District Name": "ST. CHARLES R-VI", + "Physical Address Line 1": "400 N SIXTH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST CHARLES", + "Physical Address State": "MO ", + "Physical Address Zip": "63301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08987521718527879", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614730", + "School District Name": "HOOSIC VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2 PLEASANT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCHAGHTICOKE", + "Physical Address State": "NY ", + "Physical Address Zip": "12154", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10847107438016529", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501500", + "School District Name": "LAS CRUCES PUBLIC SCHOOLS", + "Physical Address Line 1": "505 SOUTH MAIN SUITE 249", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAS CRUCES", + "Physical Address State": "NM ", + "Physical Address Zip": "88001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.18429588755079976", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929100", + "School District Name": "ST. CLAIR R-XIII", + "Physical Address Line 1": "905 BARDOT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST CLAIR", + "Physical Address State": "MO ", + "Physical Address Zip": "63077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1701834862385321", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614760", + "School District Name": "HOOSICK FALLS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "21187 NY RT 22", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOOSICK FALLS", + "Physical Address State": "NY ", + "Physical Address Zip": "12090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16720257234726688", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929130", + "School District Name": "ST. ELIZABETH R-IV", + "Physical Address Line 1": "240 CHURCH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST ELIZABETH", + "Physical Address State": "MO ", + "Physical Address Zip": "65075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07450980392156863", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501530", + "School District Name": "LAS VEGAS CITY PUBLIC SCHOOLS", + "Physical Address Line 1": "901 DOUGLAS AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAS VEGAS", + "Physical Address State": "NM ", + "Physical Address Zip": "87701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.28327228327228327", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501590", + "School District Name": "LOGAN MUNICIPAL SCHOOLS", + "Physical Address Line 1": "301 N 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOGAN", + "Physical Address State": "NM ", + "Physical Address Zip": "88426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24489795918367346", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929250", + "School District Name": "ST. JAMES R-I", + "Physical Address Line 1": "122 E SCIOTO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST JAMES", + "Physical Address State": "MO ", + "Physical Address Zip": "65559", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19696969696969696", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501620", + "School District Name": "LORDSBURG MUNICIPAL SCHOOLS", + "Physical Address Line 1": "401 W 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LORDSBURG", + "Physical Address State": "NM ", + "Physical Address Zip": "88045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929280", + "School District Name": "ST. LOUIS CITY", + "Physical Address Line 1": "801 N 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST LOUIS", + "Physical Address State": "MO ", + "Physical Address Zip": "63101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.3340339531123686", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3501650", + "School District Name": "LOS ALAMOS PUBLIC SCHOOLS", + "Physical Address Line 1": "2075 TRINITY DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOS ALAMOS", + "Physical Address State": "NM ", + "Physical Address Zip": "87544", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.02873204247345409", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929340", + "School District Name": "STANBERRY R-II", + "Physical Address Line 1": "610 N PARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STANBERRY", + "Physical Address State": "MO ", + "Physical Address Zip": "64489", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15824175824175823", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929370", + "School District Name": "STE. GENEVIEVE CO. R-II", + "Physical Address Line 1": "375 N FIFTH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STE GENEVIEVE", + "Physical Address State": "MO ", + "Physical Address Zip": "63670", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12842190016103058", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501680", + "School District Name": "LOS LUNAS PUBLIC SCHOOLS", + "Physical Address Line 1": "343 MAIN ST NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOS LUNAS", + "Physical Address State": "NM ", + "Physical Address Zip": "87031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.216876629018245", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929430", + "School District Name": "STEELVILLE R-III", + "Physical Address Line 1": "817 W MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEELVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.192497532082922", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400076", + "School District Name": "Hope Academy Charter School", + "Physical Address Line 1": "601 Grand Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Asbury Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "07712", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929490", + "School District Name": "STEWARTSVILLE C-2", + "Physical Address Line 1": "902 BUCHANAN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEWARTSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "64490", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13382899628252787", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501710", + "School District Name": "LOVING MUNICIPAL SCHOOLS", + "Physical Address Line 1": "602 S. 6TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOVING", + "Physical Address State": "NM ", + "Physical Address Zip": "88256", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1348314606741573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929520", + "School District Name": "STOCKTON R-I", + "Physical Address Line 1": "906 SOUTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STOCKTON", + "Physical Address State": "MO ", + "Physical Address Zip": "65785", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25898203592814373", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900181", + "School District Name": "Hope Academy Northcoast", + "Physical Address Line 1": "4310 E 71st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929580", + "School District Name": "STOUTLAND R-II", + "Physical Address Line 1": "7584 STATE RD T", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STOUTLAND", + "Physical Address State": "MO ", + "Physical Address Zip": "65567", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20912547528517111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501740", + "School District Name": "LOVINGTON MUNICIPAL SCHOOLS", + "Physical Address Line 1": "18 WEST WASHINGTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOVINGTON", + "Physical Address State": "NM ", + "Physical Address Zip": "88260", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.212623696175448", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900313", + "School District Name": "Hope Academy Northwest Campus", + "Physical Address Line 1": "1441 W 116th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929640", + "School District Name": "STRAFFORD R-VI", + "Physical Address Line 1": "201 W MCCABE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STRAFFORD", + "Physical Address State": "MO ", + "Physical Address Zip": "65757", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11498973305954825", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501770", + "School District Name": "MAGDALENA MUNICIPAL SCHOOLS", + "Physical Address Line 1": "201 DUGGINS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAGDALENA", + "Physical Address State": "NM ", + "Physical Address Zip": "87825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.46716697936210133", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929670", + "School District Name": "STRASBURG C-3", + "Physical Address Line 1": "608 W STATE RTE E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STRASBURG", + "Physical Address State": "MO ", + "Physical Address Zip": "64090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11063829787234042", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929700", + "School District Name": "STURGEON R-V", + "Physical Address Line 1": "210 W PATTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STURGEON", + "Physical Address State": "MO ", + "Physical Address Zip": "65284", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.27399165507649514", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501800", + "School District Name": "MAXWELL MUNICIPAL SCHOOLS", + "Physical Address Line 1": "423 4TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAXWELL", + "Physical Address State": "NM ", + "Physical Address Zip": "87728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27941176470588236", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929730", + "School District Name": "SUCCESS R-VI", + "Physical Address Line 1": "10341 HWY 17", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUCCESS", + "Physical Address State": "MO ", + "Physical Address Zip": "65570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30935251798561153", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929760", + "School District Name": "SULLIVAN", + "Physical Address Line 1": "138 TAYLOR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SULLIVAN", + "Physical Address State": "MO ", + "Physical Address Zip": "63080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18952234206471494", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501830", + "School District Name": "MELROSE PUBLIC SCHOOLS", + "Physical Address Line 1": "100 MISSOURI AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MELROSE", + "Physical Address State": "NM ", + "Physical Address Zip": "88124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23195876288659795", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929810", + "School District Name": "SUMMERSVILLE R-II", + "Physical Address Line 1": "525 ROGERS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUMMERSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2842741935483871", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929820", + "School District Name": "SUNRISE R-IX", + "Physical Address Line 1": "4485 SUNRISE SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DESOTO", + "Physical Address State": "MO ", + "Physical Address Zip": "63020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10344827586206896", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501980", + "School District Name": "MESA VISTA CONSOLIDATED SCHOOLS", + "Physical Address Line 1": "HIGHWAY 285 JUNCTION 111", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OJO CALIENTE", + "Physical Address State": "NM ", + "Physical Address Zip": "87549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3392330383480826", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929850", + "School District Name": "SWEDEBORG R-III", + "Physical Address Line 1": "17507 HWY T", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHLAND", + "Physical Address State": "MO ", + "Physical Address Zip": "65556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17204301075268819", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400763", + "School District Name": "Hope Community Charter School", + "Physical Address Line 1": "836 S. 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "NJ ", + "Physical Address Zip": "08103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929880", + "School District Name": "SWEET SPRINGS R-VII", + "Physical Address Line 1": "600 EAST MARSHALL ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SWEET SPRINGS", + "Physical Address State": "MO ", + "Physical Address Zip": "65351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1448692152917505", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501860", + "School District Name": "MORA INDEPENDENT SCHOOLS", + "Physical Address Line 1": "HWY 518 AND RANGER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORA", + "Physical Address State": "NM ", + "Physical Address Zip": "87732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.31798245614035087", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929910", + "School District Name": "TANEYVILLE R-II", + "Physical Address Line 1": "302 MYRTLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TANEYVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20392156862745098", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2929940", + "School District Name": "TARKIO R-I", + "Physical Address Line 1": "312 S ELEVENTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TARKIO", + "Physical Address State": "MO ", + "Physical Address Zip": "64491", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19811320754716982", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501890", + "School District Name": "MORIARTY-EDGEWOOD SCHOOL DISTRICT", + "Physical Address Line 1": "200 CENTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORIARTY", + "Physical Address State": "NM ", + "Physical Address Zip": "87035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.187602403058438", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930270", + "School District Name": "THAYER R-II", + "Physical Address Line 1": "401 E WALNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THAYER", + "Physical Address State": "MO ", + "Physical Address Zip": "65791", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2755775577557756", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501920", + "School District Name": "MOSQUERO MUNICIPAL SCHOOLS", + "Physical Address Line 1": "43 MCNEIL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOSQUERO", + "Physical Address State": "NM ", + "Physical Address Zip": "87733", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930300", + "School District Name": "TINA-AVALON R-II", + "Physical Address Line 1": "11896 HWY 65", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TINA", + "Physical Address State": "MO ", + "Physical Address Zip": "64682", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12962962962962962", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501950", + "School District Name": "MOUNTAINAIR PUBLIC SCHOOLS", + "Physical Address Line 1": "512 N. ROSS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNTAINAIR", + "Physical Address State": "NM ", + "Physical Address Zip": "87036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3263598326359833", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930330", + "School District Name": "TIPTON R-VI", + "Physical Address Line 1": "334 U.S. HIGHWAY 50 WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TIPTON", + "Physical Address State": "MO ", + "Physical Address Zip": "65081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1415929203539823", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200852", + "School District Name": "HOPE for Hyndman CS", + "Physical Address Line 1": "130 School Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hyndman", + "Physical Address State": "PA ", + "Physical Address Zip": "15545", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930360", + "School District Name": "TRENTON R-IX", + "Physical Address Line 1": "1607 Normal Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trenton", + "Physical Address State": "MO ", + "Physical Address Zip": "64683", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20590520590520592", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930390", + "School District Name": "TRI-COUNTY R-VII", + "Physical Address Line 1": "904 W AUBERRY GRV", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamesport", + "Physical Address State": "MO ", + "Physical Address Zip": "64648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19727891156462585", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901520", + "School District Name": "Hope Learning Academy of Toledo", + "Physical Address Line 1": "4234 Monroe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43606", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930450", + "School District Name": "TROY R-III", + "Physical Address Line 1": "951 W COLLEGE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TROY", + "Physical Address State": "MO ", + "Physical Address Zip": "63379", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10179028132992328", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800404", + "School District Name": "HOPE-PAGE 85", + "Physical Address Line 1": "740 7th St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hope", + "Physical Address State": "ND ", + "Physical Address Zip": "58064", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06547619047619048", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615420", + "School District Name": "HOPEVALE UNION FREE SCHOOL DISTRICT AT HAMBURG", + "Physical Address Line 1": "3780 HOWARD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMBURG", + "Physical Address State": "NY ", + "Physical Address Zip": "14075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930520", + "School District Name": "TWIN RIVERS R-X", + "Physical Address Line 1": "9348 HWY 51", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROSELEY", + "Physical Address State": "MO ", + "Physical Address Zip": "63932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2639175257731959", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212030", + "School District Name": "Hopewell Area SD", + "Physical Address Line 1": "2354 Brodhead Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aliquippa", + "Physical Address State": "PA ", + "Physical Address Zip": "15001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08863636363636364", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930570", + "School District Name": "UNION R-XI", + "Physical Address Line 1": "21 PROGRESS PARKWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UNION", + "Physical Address State": "MO ", + "Physical Address Zip": "63084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09868421052631579", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101980", + "School District Name": "HOPEWELL CITY PBLC SCHS", + "Physical Address Line 1": "103 N. 12th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hopewell", + "Physical Address State": "VA ", + "Physical Address Zip": "23860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.28561659448370186", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930600", + "School District Name": "UNION STAR R-II", + "Physical Address Line 1": "6132 NW STATE RTE Z", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UNION STAR", + "Physical Address State": "MO ", + "Physical Address Zip": "64494", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05194805194805195", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904970", + "School District Name": "Hopewell-Loudon Local", + "Physical Address Line 1": "181 N. CR 7", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BASCOM", + "Physical Address State": "OH ", + "Physical Address Zip": "44809", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07362784471218206", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930660", + "School District Name": "UNIVERSITY CITY", + "Physical Address Line 1": "7700 OLIVE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UNIVERSITY CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "63130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14964028776978416", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900029", + "School District Name": "Hopi Day School", + "Physical Address Line 1": "100 Hopi Day School Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kykotsmovi", + "Physical Address State": "AZ", + "Physical Address Zip": "86039", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930690", + "School District Name": "VALLEY PARK", + "Physical Address Line 1": "1 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALLEY PARK", + "Physical Address State": "MO ", + "Physical Address Zip": "63088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08779443254817987", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900072", + "School District Name": "Hopi Jr/Sr High School", + "Physical Address Line 1": "1 Mile behind PD State Route 264", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keams Canyon", + "Physical Address State": "AZ", + "Physical Address Zip": "86034", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930720", + "School District Name": "VALLEY R-VI", + "Physical Address Line 1": "1 VIKING DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALEDONIA", + "Physical Address State": "MO ", + "Physical Address Zip": "63631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1782608695652174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300014", + "School District Name": "Hopkinton SAU Office", + "Physical Address Line 1": "204 Maple St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Contoocook", + "Physical Address State": "NH ", + "Physical Address Zip": "03229", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930750", + "School District Name": "VAN BUREN R-I", + "Physical Address Line 1": "906 BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VAN BUREN", + "Physical Address State": "MO ", + "Physical Address Zip": "63965", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.28498727735368956", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303660", + "School District Name": "Hoquiam School District", + "Physical Address Line 1": "325 W. Chenault Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOQUIAM", + "Physical Address State": "WA ", + "Physical Address Zip": "98550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2190217391304348", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930780", + "School District Name": "VAN-FAR R-I", + "Physical Address Line 1": "2200 W. HWY 54", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VANDALIA", + "Physical Address State": "MO ", + "Physical Address Zip": "63382", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2018348623853211", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506570", + "School District Name": "Horicon School District", + "Physical Address Line 1": "841 Gray St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Horicon", + "Physical Address State": "WI ", + "Physical Address Zip": "53032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10602678571428571", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930810", + "School District Name": "VERONA R-VII", + "Physical Address Line 1": "101 E ELLA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VERONA", + "Physical Address State": "MO ", + "Physical Address Zip": "65769", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.27920792079207923", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500107", + "School District Name": "HORIZON ACADEMY WEST", + "Physical Address Line 1": "1900 ATRISCO AVE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930900", + "School District Name": "WEST NODAWAY CO. R-I", + "Physical Address Line 1": "17665 US HWY 136", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BURLINGTON JCT", + "Physical Address State": "MO ", + "Physical Address Zip": "64428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17358490566037735", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2930990", + "School District Name": "WALNUT GROVE R-V", + "Physical Address Line 1": "300 E COLLEGE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALNUT GROVE", + "Physical Address State": "MO ", + "Physical Address Zip": "65770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1271186440677966", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800065", + "School District Name": "HORIZON MONTESSORI PUBLIC SCHOOLS", + "Physical Address Line 1": "2402 E BUSINESS HWY 83", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESLACO", + "Physical Address State": "TX ", + "Physical Address Zip": "78596", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931020", + "School District Name": "WARRENSBURG R-VI", + "Physical Address Line 1": "201 S. HOLDEN ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARRENSBURG", + "Physical Address State": "MO ", + "Physical Address Zip": "64093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10934937124111536", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900040", + "School District Name": "Horizon Science Acad Cleveland", + "Physical Address Line 1": "6000 S Marginal Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931050", + "School District Name": "WARREN CO. R-III", + "Physical Address Line 1": "385 W. VETERANS MEMORIAL PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARRENTON", + "Physical Address State": "MO ", + "Physical Address Zip": "63383", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13179427235534774", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931070", + "School District Name": "WARSAW R-IX", + "Physical Address Line 1": "20363 LANE OF CHAMPIONS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARSAW", + "Physical Address State": "MO ", + "Physical Address Zip": "65355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.28074074074074074", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931110", + "School District Name": "WASHINGTON", + "Physical Address Line 1": "220 LOCUST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASHINGTON", + "Physical Address State": "MO ", + "Physical Address Zip": "63090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.06661929294723752", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900042", + "School District Name": "Horizon Science Academy Columbus", + "Physical Address Line 1": "1070 Morse Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43229", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901322", + "School District Name": "Horizon Science Academy Columbus Middle School", + "Physical Address Line 1": "2350 Morse Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43229", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931230", + "School District Name": "RICHWOODS R-VII", + "Physical Address Line 1": "10788 STATE HWY A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHWOODS", + "Physical Address State": "MO ", + "Physical Address Zip": "63071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23134328358208955", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901383", + "School District Name": "Horizon Science Academy Dayton Downtown", + "Physical Address Line 1": "121 S Monmouth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45403", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931440", + "School District Name": "WAYNESVILLE R-VI", + "Physical Address Line 1": "200 FLEETWOOD DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAYNESVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65583", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10859574468085106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901366", + "School District Name": "Horizon Science Academy Dayton High School", + "Physical Address Line 1": "250 Shoup Mill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45415", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931460", + "School District Name": "WEAUBLEAU R-III", + "Physical Address Line 1": "509 N CENTER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEAUBLEAU", + "Physical Address State": "MO ", + "Physical Address Zip": "65774", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.37149532710280375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901353", + "School District Name": "Horizon Science Academy Elementary School", + "Physical Address Line 1": "2835 Morse Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43231", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931500", + "School District Name": "WEBB CITY R-VII", + "Physical Address Line 1": "411 N MADISON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEBB CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64870", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1521511017838405", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901365", + "School District Name": "Horizon Science Academy Lorain", + "Physical Address Line 1": "760 Tower Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lorain", + "Physical Address State": "OH ", + "Physical Address Zip": "44052", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931530", + "School District Name": "WEBSTER GROVES", + "Physical Address Line 1": "400 E LOCKWOOD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEBSTER GROVES", + "Physical Address State": "MO ", + "Physical Address Zip": "63119", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03868169991326973", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901606", + "School District Name": "Horizon Science Academy Primary", + "Physical Address Line 1": "2899 Morse Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43231", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931560", + "School District Name": "WELLINGTON-NAPOLEON R-IX", + "Physical Address Line 1": "800 HWY 131", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WELLINGTON", + "Physical Address State": "MO ", + "Physical Address Zip": "64097", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07125890736342043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900510", + "School District Name": "Horizon Science Academy Toledo", + "Physical Address Line 1": "2600 W Sylvania Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43613", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931620", + "School District Name": "WELLSVILLE MIDDLETOWN R-I", + "Physical Address Line 1": "900 BURLINGTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WELLSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "63384", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1687041564792176", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931650", + "School District Name": "WENTZVILLE R-IV", + "Physical Address Line 1": "280 INTERSTATE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WENTZVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "63385", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0481511173464275", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901389", + "School District Name": "Horizon Science Academy Youngstown", + "Physical Address Line 1": "3403 Southern Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44507", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931680", + "School District Name": "WEST PLAINS R-VII", + "Physical Address Line 1": "610 East Olden Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST PLAINS", + "Physical Address State": "MO ", + "Physical Address Zip": "65775", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2546396201985326", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900441", + "School District Name": "Horizon Science Academy-Cincinnati", + "Physical Address Line 1": "1055 Laidlaw Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45237", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931710", + "School District Name": "WEST PLATTE CO. R-II", + "Physical Address Line 1": "1103 WASHINGTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTON", + "Physical Address State": "MO ", + "Physical Address Zip": "64098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04155495978552279", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900470", + "School District Name": "Horizon Science Academy-Cleveland Middle School", + "Physical Address Line 1": "6100 S Marginal Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900444", + "School District Name": "Horizon Science Academy-Dayton", + "Physical Address Line 1": "4751 Sue Ann Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45415", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900454", + "School District Name": "Horizon Science Academy-Denison Middle School", + "Physical Address Line 1": "1700 Denison Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931860", + "School District Name": "WESTRAN R-I", + "Physical Address Line 1": "228 HUNTSVILLE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUNTSVILLE", + "Physical Address State": "MO ", + "Physical Address Zip": "65259", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.165", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900451", + "School District Name": "Horizon Science Academy-Springfield", + "Physical Address Line 1": "630 S Reynolds Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43615", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931890", + "School District Name": "WESTVIEW C-6", + "Physical Address Line 1": "7441 WESTVIEW RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEOSHO", + "Physical Address State": "MO ", + "Physical Address Zip": "64850", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1958762886597938", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614820", + "School District Name": "HORNELL CITY SCHOOL DISTRICT", + "Physical Address Line 1": "120 RAIDER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HORNELL", + "Physical Address State": "NY ", + "Physical Address Zip": "14843", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19833729216152018", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2931920", + "School District Name": "WHEATLAND R-II", + "Physical Address Line 1": "18808 STATE HIGHWAY 83", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHEATLAND", + "Physical Address State": "MO ", + "Physical Address Zip": "65779", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.31750741839762614", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502490", + "School District Name": "Horry 01", + "Physical Address Line 1": "335 Four Mile Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conway", + "Physical Address State": "SC ", + "Physical Address Zip": "29526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.17406801694133434", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "2931950", + "School District Name": "WHEATON R-III", + "Physical Address Line 1": "116 MCCALL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHEATON", + "Physical Address State": "MO ", + "Physical Address Zip": "64874", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3511111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3809810", + "School District Name": "HORSE CREEK 32", + "Physical Address Line 1": "1812 Horse Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cartwright", + "Physical Address State": "ND ", + "Physical Address Zip": "58838", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18518518518518517", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2932010", + "School District Name": "WILLARD R-II", + "Physical Address Line 1": "500 E KIME ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILLARD", + "Physical Address State": "MO ", + "Physical Address Zip": "65781", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0973867268283512", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614850", + "School District Name": "HORSEHEADS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "143 HIBBARD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HORSEHEADS", + "Physical Address State": "NY ", + "Physical Address Zip": "14845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08854996585476894", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2932070", + "School District Name": "WILLOW SPRINGS R-IV", + "Physical Address Line 1": "215 W 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILLOW SPRINGS", + "Physical Address State": "MO ", + "Physical Address Zip": "65793", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.282033426183844", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506600", + "School District Name": "Hortonville Area School District", + "Physical Address Line 1": "246 N Olk St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hortonville", + "Physical Address State": "WI ", + "Physical Address Zip": "54944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03512092534174553", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2932100", + "School District Name": "WINDSOR C-1", + "Physical Address Line 1": "6208 HWY 61-67", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IMPERIAL", + "Physical Address State": "MO ", + "Physical Address Zip": "63052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08428446005267778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5603310", + "School District Name": "Hot Springs County School District #1", + "Physical Address Line 1": "415 Springview Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thermopolis", + "Physical Address State": "WY ", + "Physical Address Zip": "82443", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1423027166882277", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4634480", + "School District Name": "Hot Springs School District 23-2", + "Physical Address Line 1": "1747 Lincoln Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hot Springs", + "Physical Address State": "SD ", + "Physical Address Zip": "57747", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1540436456996149", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2932190", + "School District Name": "WINFIELD R-IV", + "Physical Address Line 1": "100 8th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winfield", + "Physical Address State": "MO ", + "Physical Address Zip": "63389", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.142932768660667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900131", + "School District Name": "Hotevilla Bacavi Community School", + "Physical Address Line 1": "367 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hotevilla", + "Physical Address State": "AZ", + "Physical Address Zip": "86030", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2932220", + "School District Name": "WINONA R-III", + "Physical Address Line 1": "8256 State Hwy 19", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINONA", + "Physical Address State": "MO ", + "Physical Address Zip": "65588", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3095890410958904", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2932250", + "School District Name": "WINSTON R-VI", + "Physical Address Line 1": "200 W THIRD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINSTON", + "Physical Address State": "MO ", + "Physical Address Zip": "64689", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13756613756613756", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801469", + "School District Name": "HOUSTON CLASSICAL CHARTER SCHOOL", + "Physical Address Line 1": "6403 ADDICKS CLODINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77083", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2932300", + "School District Name": "WORTH CO. R-III", + "Physical Address Line 1": "510 EAST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANT CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "64456", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19413919413919414", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701920", + "School District Name": "Houston County", + "Physical Address Line 1": "6460 Hwy 13 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erin", + "Physical Address State": "TN ", + "Physical Address Zip": "37061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21541950113378686", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2932310", + "School District Name": "WRIGHT CITY R-II OF WARREN CO.", + "Physical Address Line 1": "90 BELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WRIGHT CITY", + "Physical Address State": "MO ", + "Physical Address Zip": "63390", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11739130434782609", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800118", + "School District Name": "HOUSTON GATEWAY ACADEMY INC", + "Physical Address Line 1": "3400 EVERGREEN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77087", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2932490", + "School District Name": "ZALMA R-V", + "Physical Address Line 1": "7013 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zalma", + "Physical Address State": "MO ", + "Physical Address Zip": "63787", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2777777777777778", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800115", + "School District Name": "HOUSTON HEIGHTS HIGH SCHOOL", + "Physical Address Line 1": "1125 LAWRENCE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77008", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823640", + "School District Name": "HOUSTON ISD", + "Physical Address Line 1": "4400 W 18TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2743991857590927", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3000002", + "School District Name": "Somers Elem", + "Physical Address Line 1": "315 School Addition Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somers", + "Physical Address State": "MT ", + "Physical Address Zip": "59932", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10625737898465171", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4634600", + "School District Name": "Hoven School District 53-2", + "Physical Address Line 1": "98 5th Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hoven", + "Physical Address State": "SD ", + "Physical Address Zip": "57450", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17525773195876287", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200867", + "School District Name": "Howard Gardner Multiple Intelligence CS", + "Physical Address Line 1": "1615 East Elm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scranton", + "Physical Address State": "PA ", + "Physical Address Zip": "18505", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600025", + "School District Name": "Howard School District 48-3", + "Physical Address Line 1": "201 N Minnie St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Howard", + "Physical Address State": "SD ", + "Physical Address Zip": "57349", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11219512195121951", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000007", + "School District Name": "South Stacey Elem", + "Physical Address Line 1": "124 Stacey Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Volborg", + "Physical Address State": "MT ", + "Physical Address Zip": "59351", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506630", + "School District Name": "Howard-Suamico School District", + "Physical Address Line 1": "2706 Lineville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Green Bay", + "Physical Address State": "WI ", + "Physical Address Zip": "54313", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.042420256494574156", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506660", + "School District Name": "Howards Grove School District", + "Physical Address Line 1": "403 Audubon Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Howards Grove", + "Physical Address State": "WI ", + "Physical Address Zip": "53083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.027663934426229508", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4015120", + "School District Name": "HOWE", + "Physical Address Line 1": "21444 E N Railroad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Howe", + "Physical Address State": "OK ", + "Physical Address Zip": "74940", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.256797583081571", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823670", + "School District Name": "HOWE ISD", + "Physical Address Line 1": "105 W TUTT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOWE", + "Physical Address State": "TX ", + "Physical Address Zip": "75459", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12545854732208364", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905016", + "School District Name": "Howland Local", + "Physical Address Line 1": "8200 South St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "OH ", + "Physical Address Zip": "44484", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13609072715143428", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500179", + "School District Name": "HOZHO ACADEMY", + "Physical Address Line 1": "104 E AZTEC AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GALLUP", + "Physical Address State": "NM ", + "Physical Address Zip": "87301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904542", + "School District Name": "Hubbard Exempted Village", + "Physical Address Line 1": "108 Orchard Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hubbard", + "Physical Address State": "OH ", + "Physical Address Zip": "44425", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1276480173818577", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823730", + "School District Name": "HUBBARD ISD", + "Physical Address Line 1": "1803 NW 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUBBARD", + "Physical Address State": "TX ", + "Physical Address Zip": "76648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18867924528301888", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823700", + "School District Name": "HUBBARD ISD", + "Physical Address Line 1": "3347 HWY 259 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEKALB", + "Physical Address State": "TX ", + "Physical Address Zip": "75559", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12727272727272726", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000017", + "School District Name": "North Ctrl Learn Res Ctr", + "Physical Address Line 1": "1601 2nd Ave N Suite 234", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Great Falls", + "Physical Address State": "MT ", + "Physical Address Zip": "59401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904875", + "School District Name": "Huber Heights City", + "Physical Address Line 1": "5954 Longford Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huber Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "45424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15149871151498712", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901612", + "School District Name": "Huber Heights Preparatory Academy dba Parma Academy", + "Physical Address Line 1": "12925 Corporate Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parma", + "Physical Address State": "OH ", + "Physical Address Zip": "44130", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823760", + "School District Name": "HUCKABAY ISD", + "Physical Address Line 1": "200 COUNTY RD 421", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEPHENVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20168067226890757", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400787", + "School District Name": "Hudson Arts and Science Charter School", + "Physical Address Line 1": "131 Midland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kearny", + "Physical Address State": "NJ ", + "Physical Address Zip": "07032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905002", + "School District Name": "Hudson City", + "Physical Address Line 1": "2400 Hudson Aurora Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hudson", + "Physical Address State": "OH ", + "Physical Address Zip": "44236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.025519504192489974", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000022", + "School District Name": "Sheridan/Daniels Coop", + "Physical Address Line 1": "100 E Laurel Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plentywood", + "Physical Address State": "MT ", + "Physical Address Zip": "59254", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614940", + "School District Name": "HUDSON CITY SCHOOL DISTRICT", + "Physical Address Line 1": "215 HARRY HOWARD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUDSON", + "Physical Address State": "NY ", + "Physical Address Zip": "12534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20206067544361764", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3407570", + "School District Name": "Hudson County Schools of Technology School District", + "Physical Address Line 1": "One High Tech Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Secaucus", + "Physical Address State": "NJ ", + "Physical Address Zip": "07094", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000024", + "School District Name": "Prairie View Coop", + "Physical Address Line 1": "30 Highway 200 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendive", + "Physical Address State": "MT ", + "Physical Address Zip": "59330", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614970", + "School District Name": "HUDSON FALLS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "80 E LABARGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUDSON FALLS", + "Physical Address State": "NY ", + "Physical Address Zip": "12839", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.18869644484958978", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823790", + "School District Name": "HUDSON ISD", + "Physical Address Line 1": "STATE HWY 94 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUFKIN", + "Physical Address State": "TX ", + "Physical Address Zip": "75904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20592485549132947", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300050", + "School District Name": "Hudson SAU Office", + "Physical Address Line 1": "20 Library St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hudson", + "Physical Address State": "NH ", + "Physical Address Zip": "03051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506690", + "School District Name": "Hudson School District", + "Physical Address Line 1": "644 Brakke Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hudson", + "Physical Address State": "WI ", + "Physical Address Zip": "54016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.052640209904886846", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823820", + "School District Name": "HUFFMAN ISD", + "Physical Address Line 1": "24302 F M 2100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUFFMAN", + "Physical Address State": "TX ", + "Physical Address Zip": "77336", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15390749601275916", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823850", + "School District Name": "HUGHES SPRINGS ISD", + "Physical Address Line 1": "871 TAYLOR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUGHES SPRINGS", + "Physical Address State": "TX ", + "Physical Address Zip": "75656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26627218934911245", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4015210", + "School District Name": "HUGO", + "Physical Address Line 1": "208 North Second Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hugo", + "Physical Address State": "OK ", + "Physical Address Zip": "74743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.28138801261829655", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4015240", + "School District Name": "HULBERT", + "Physical Address Line 1": "316 Rider Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hulbert", + "Physical Address State": "OK ", + "Physical Address Zip": "74441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21787709497206703", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823880", + "School District Name": "HULL-DAISETTA ISD", + "Physical Address Line 1": "117 N MAIN HWY 770", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DAISETTA", + "Physical Address State": "TX ", + "Physical Address Zip": "77533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17750439367311072", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823910", + "School District Name": "HUMBLE ISD", + "Physical Address Line 1": "10203 BIRCHRIDGE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUMBLE", + "Physical Address State": "TX ", + "Physical Address Zip": "77338", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12072549851506152", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4701950", + "School District Name": "Humboldt City Schools", + "Physical Address Line 1": "2602 Viking DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Humboldt", + "Physical Address State": "TN ", + "Physical Address Zip": "38343", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.30781373322809785", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000039", + "School District Name": "Jefferson", + "Physical Address Line 1": "No address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boulder", + "Physical Address State": "MT ", + "Physical Address Zip": "59632", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000041", + "School District Name": "Judith Basin", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanford", + "Physical Address State": "MT ", + "Physical Address Zip": "59479", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000042", + "School District Name": "Lake", + "Physical Address Line 1": "106 4th Avenue East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Polson", + "Physical Address State": "MT ", + "Physical Address Zip": "59860", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000044", + "School District Name": "Lewis & Clark", + "Physical Address Line 1": "316 N Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Helena", + "Physical Address State": "MT ", + "Physical Address Zip": "59601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4701980", + "School District Name": "Humphreys County", + "Physical Address Line 1": "2443 Hwy 70 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waverly", + "Physical Address State": "TN ", + "Physical Address Zip": "37185", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17835218093699515", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000045", + "School District Name": "Prickly Pear Coop", + "Physical Address Line 1": "2525 Lake Helena Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Helena", + "Physical Address State": "MT ", + "Physical Address Zip": "59635", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4823970", + "School District Name": "HUNT ISD", + "Physical Address Line 1": "115 SCHOOL LN SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUNT", + "Physical Address State": "TX ", + "Physical Address Zip": "78024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17142857142857143", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000046", + "School District Name": "Liberty", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chester", + "Physical Address State": "MT ", + "Physical Address Zip": "59522", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615060", + "School District Name": "HUNTER-TANNERSVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "6094 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TANNERSVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12485", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17100371747211895", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000047", + "School District Name": "Lincoln", + "Physical Address Line 1": "512 California Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Libby", + "Physical Address State": "MT ", + "Physical Address Zip": "59923", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3480360", + "School District Name": "Hunterdon County Educational Services Commission", + "Physical Address Line 1": "37 Hoffmans Crossing Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Califon", + "Physical Address State": "NJ ", + "Physical Address Zip": "07830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000048", + "School District Name": "Madison", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Virginia City", + "Physical Address State": "MT ", + "Physical Address Zip": "59755", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400050", + "School District Name": "Hunterdon County Vocational School District", + "Physical Address Line 1": "10 Junction Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Flemington", + "Physical Address State": "NJ ", + "Physical Address Zip": "08822", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000049", + "School District Name": "McCone", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Circle", + "Physical Address State": "MT ", + "Physical Address Zip": "59215", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900049", + "School District Name": "Hunters Point Boarding School", + "Physical Address Line 1": "Route 12- South Lupton Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. Michaels", + "Physical Address State": "AZ", + "Physical Address Zip": "86511", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000050", + "School District Name": "Meagher", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "White Sulphur Sprgs", + "Physical Address State": "MT ", + "Physical Address Zip": "59645", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212090", + "School District Name": "Huntingdon Area SD", + "Physical Address Line 1": "2400 Cassady Ave", + "Physical Address Line 2": "Suite 2", + "Physical Address Line 3": "", + "Physical Address City": "Huntingdon", + "Physical Address State": "PA ", + "Physical Address Zip": "16652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16543778801843317", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000051", + "School District Name": "Mineral", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Superior", + "Physical Address State": "MT ", + "Physical Address Zip": "59872", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280250", + "School District Name": "Huntingdon County CTC", + "Physical Address Line 1": "11893 Technology Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mill Creek", + "Physical Address State": "PA ", + "Physical Address Zip": "17060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000052", + "School District Name": "Missoula", + "Physical Address Line 1": "410 West Spruce", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Missoula", + "Physical Address State": "MT ", + "Physical Address Zip": "59802", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702010", + "School District Name": "Huntingdon Special School District", + "Physical Address Line 1": "585 High ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntingdon", + "Physical Address State": "TN ", + "Physical Address Zip": "38344", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2032640949554896", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000053", + "School District Name": "Missoula Area Education Coop", + "Physical Address Line 1": "2825 Stockyard Road Suite I-2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Missoula", + "Physical Address State": "MT ", + "Physical Address Zip": "59808", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824000", + "School District Name": "HUNTINGTON ISD", + "Physical Address Line 1": "908 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUNTINGTON", + "Physical Address State": "TX ", + "Physical Address Zip": "75949", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24954015941140403", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000054", + "School District Name": "Musselshell", + "Physical Address Line 1": "506 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roundup", + "Physical Address State": "MT ", + "Physical Address Zip": "59072", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904950", + "School District Name": "Huntington Local", + "Physical Address Line 1": "188 Huntsman Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chillicothe", + "Physical Address State": "OH ", + "Physical Address Zip": "45601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21699819168173598", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000055", + "School District Name": "Park", + "Physical Address Line 1": "414 East Callender", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livingston", + "Physical Address State": "MT ", + "Physical Address Zip": "59047", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106600", + "School District Name": "Huntington SD 16J", + "Physical Address Line 1": "520 3rd St E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntington", + "Physical Address State": "OR ", + "Physical Address Zip": "97907", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3181818181818182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000056", + "School District Name": "Park County Coop", + "Physical Address Line 1": "129 River Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livingston", + "Physical Address State": "MT ", + "Physical Address Zip": "59047", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615090", + "School District Name": "HUNTINGTON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "50 TOWER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUNTINGTON STATION", + "Physical Address State": "NY ", + "Physical Address Zip": "11746", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08232252932988665", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000057", + "School District Name": "Petroleum", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winnett", + "Physical Address State": "MT ", + "Physical Address Zip": "59087", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824030", + "School District Name": "HUNTSVILLE ISD", + "Physical Address Line 1": "441 FM 2821 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUNTSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "77320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2169206094627105", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000058", + "School District Name": "Phillips", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Malta", + "Physical Address State": "MT ", + "Physical Address Zip": "59538", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000775", + "School District Name": "HUPFELD/W VILLAGE (CHARTER)", + "Physical Address Line 1": "1508 NW 106th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000059", + "School District Name": "Pondera", + "Physical Address Line 1": "20 4th Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conrad", + "Physical Address State": "MT ", + "Physical Address Zip": "59425", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506750", + "School District Name": "Hurley School District", + "Physical Address Line 1": "5503 W Range View Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hurley", + "Physical Address State": "WI ", + "Physical Address Zip": "54534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14608695652173914", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000062", + "School District Name": "Powder River", + "Physical Address Line 1": "Courthouse Square Room 208", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Broadus", + "Physical Address State": "MT ", + "Physical Address Zip": "59317", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904413", + "School District Name": "Huron City Schools", + "Physical Address Line 1": "712 Cleveland Rd E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huron", + "Physical Address State": "OH ", + "Physical Address Zip": "44839", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.145748987854251", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000063", + "School District Name": "Tri County Coop", + "Physical Address Line 1": "Courthouse Square Room 208", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Broadus", + "Physical Address State": "MT ", + "Physical Address Zip": "59317", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000064", + "School District Name": "Powell", + "Physical Address Line 1": "409 Missouri Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deer Lodge", + "Physical Address State": "MT ", + "Physical Address Zip": "59722", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4635480", + "School District Name": "Huron School District 02-2", + "Physical Address Line 1": "150 5th Street SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huron", + "Physical Address State": "SD ", + "Physical Address Zip": "57350", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1405522804840211", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824060", + "School District Name": "HURST-EULESS-BEDFORD ISD", + "Physical Address Line 1": "1849A CENTRAL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEDFORD", + "Physical Address State": "TX ", + "Physical Address Zip": "76022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13123088825848284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000066", + "School District Name": "Prairie", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Terry", + "Physical Address State": "MT ", + "Physical Address Zip": "59349", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506780", + "School District Name": "Hustisford School District", + "Physical Address Line 1": "845 S Lake St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hustisford", + "Physical Address State": "WI ", + "Physical Address Zip": "53034", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06693711967545639", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000067", + "School District Name": "Ravalli", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton", + "Physical Address State": "MT ", + "Physical Address Zip": "59840", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824100", + "School District Name": "HUTTO ISD", + "Physical Address Line 1": "200 COLLEGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUTTO", + "Physical Address State": "TX ", + "Physical Address Zip": "78634", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06514725777916537", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702280", + "School District Name": "Hyde County Schools", + "Physical Address Line 1": "1430 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Swan Quarter", + "Physical Address State": "NC ", + "Physical Address Zip": "27885", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.276707530647986", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000069", + "School District Name": "Richland", + "Physical Address Line 1": "201 West Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sidney", + "Physical Address State": "MT ", + "Physical Address Zip": "59270", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600165", + "School District Name": "HYDE LEADERSHIP CHARTER SCHOOL", + "Physical Address Line 1": "730 BRYANT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10474", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000070", + "School District Name": "Roose-Valley Sp Ed Coop", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Culbertson", + "Physical Address State": "MT ", + "Physical Address Zip": "59218", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601030", + "School District Name": "HYDE LEADERSHIP CHARTER SCHOOL - BROOKLYN", + "Physical Address Line 1": "330 ALABAMA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000071", + "School District Name": "Roosevelt", + "Physical Address Line 1": "400 2nd Avenue South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wolf Point", + "Physical Address State": "MT ", + "Physical Address Zip": "59201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615180", + "School District Name": "HYDE PARK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "11 BOICE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HYDE PARK", + "Physical Address State": "NY ", + "Physical Address Zip": "12538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12311358220810167", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000072", + "School District Name": "Rosebud", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forsyth", + "Physical Address State": "MT ", + "Physical Address Zip": "59327", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000032", + "School District Name": "HYDRO-EAKLY", + "Physical Address Line 1": "407 East Seventh Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hydro", + "Physical Address State": "OK ", + "Physical Address Zip": "73048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2676991150442478", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000073", + "School District Name": "Sanders", + "Physical Address Line 1": "800 S Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thompson Falls", + "Physical Address State": "MT ", + "Physical Address Zip": "59873", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000075", + "School District Name": "Sheridan", + "Physical Address Line 1": "100 West Laurel Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plentywood", + "Physical Address State": "MT ", + "Physical Address Zip": "59254", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000076", + "School District Name": "Silver Bow", + "Physical Address Line 1": "155 West Granite", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Butte", + "Physical Address State": "MT ", + "Physical Address Zip": "59701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000077", + "School District Name": "Stillwater", + "Physical Address Line 1": "809 E 4th St N Ste B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "MT ", + "Physical Address Zip": "59019", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000078", + "School District Name": "Stillwater/Swt Grass Coop", + "Physical Address Line 1": "42 N 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "MT ", + "Physical Address Zip": "59019", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600049", + "School District Name": "ICAHN CHARTER SCHOOL 1", + "Physical Address Line 1": "1525 BROOK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10457", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000079", + "School District Name": "Sweet Grass", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Big Timber", + "Physical Address State": "MT ", + "Physical Address Zip": "59011", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600943", + "School District Name": "ICAHN CHARTER SCHOOL 2", + "Physical Address Line 1": "1640 BRONXDALE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10462", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000080", + "School District Name": "Teton", + "Physical Address Line 1": "1 Main Avenue South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Choteau", + "Physical Address State": "MT ", + "Physical Address Zip": "59422", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600955", + "School District Name": "ICAHN CHARTER SCHOOL 3", + "Physical Address Line 1": "1500 PELHAM PKWY S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10461", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000081", + "School District Name": "Toole", + "Physical Address Line 1": "226 1st Street South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelby", + "Physical Address State": "MT ", + "Physical Address Zip": "59474", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600995", + "School District Name": "ICAHN CHARTER SCHOOL 4", + "Physical Address Line 1": "1500 PELHAM PKWY SOUTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10461", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000082", + "School District Name": "Treasure", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hysham", + "Physical Address State": "MT ", + "Physical Address Zip": "59038", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601049", + "School District Name": "ICAHN CHARTER SCHOOL 5", + "Physical Address Line 1": "1500 PELHAM PKWY S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10461", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000083", + "School District Name": "Valley", + "Physical Address Line 1": "501 Court Square #2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glasgow", + "Physical Address State": "MT ", + "Physical Address Zip": "59230", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601069", + "School District Name": "ICAHN CHARTER SCHOOL 6", + "Physical Address Line 1": "1701 FULTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10457", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000084", + "School District Name": "Wheatland", + "Physical Address Line 1": "No address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harlowton", + "Physical Address State": "MT ", + "Physical Address Zip": "59036", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601091", + "School District Name": "ICAHN CHARTER SCHOOL 7", + "Physical Address Line 1": "1535 STORY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10473", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000085", + "School District Name": "Wibaux", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wibaux", + "Physical Address State": "MT ", + "Physical Address Zip": "59353", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000086", + "School District Name": "Yellowstone", + "Physical Address Line 1": "No Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billings", + "Physical Address State": "MT ", + "Physical Address Zip": "59107", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000088", + "School District Name": "Yellowstone/W Carbon Coop", + "Physical Address Line 1": "410 Colorado Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laurel", + "Physical Address State": "MT ", + "Physical Address Zip": "59044", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000094", + "School District Name": "West Glacier Elem", + "Physical Address Line 1": "160 Old Bridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Glacier", + "Physical Address State": "MT ", + "Physical Address Zip": "59936", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.043478260869565216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4015370", + "School District Name": "IDABEL", + "Physical Address Line 1": "200 Northeast Avenue C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Idabel", + "Physical Address State": "OK ", + "Physical Address Zip": "74745", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.34119278779472956", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000100", + "School District Name": "Mont Sch for Deaf Blind", + "Physical Address Line 1": "3911 Central Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Great Falls", + "Physical Address State": "MT ", + "Physical Address Zip": "59405", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000103", + "School District Name": "REO Inc", + "Physical Address Line 1": "318 North Last Chance Gulch 2A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Helena", + "Physical Address State": "MT ", + "Physical Address Zip": "59624", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000104", + "School District Name": "Intermtn Childrens Home", + "Physical Address Line 1": "500 South Lamborn", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Helena", + "Physical Address State": "MT ", + "Physical Address Zip": "59601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000105", + "School District Name": "Yellowstone Boys & Girls Ranch", + "Physical Address Line 1": "1732 South 72nd Street W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billings", + "Physical Address State": "MT ", + "Physical Address Zip": "59106", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000106", + "School District Name": "Shodair Specialty Hosp", + "Physical Address Line 1": "2755 Colonial Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Helena", + "Physical Address State": "MT ", + "Physical Address Zip": "59604", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824120", + "School District Name": "IDALOU ISD", + "Physical Address Line 1": "601 S WALNUT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IDALOU", + "Physical Address State": "TX ", + "Physical Address Zip": "79329", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1063321385902031", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000652", + "School District Name": "Mt Developmental Ctr", + "Physical Address Line 1": "310 4th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boulder", + "Physical Address State": "MT ", + "Physical Address Zip": "59632", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800211", + "School District Name": "IDEA PUBLIC SCHOOLS", + "Physical Address Line 1": "2115 W PIKE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESLACO", + "Physical Address State": "TX ", + "Physical Address Zip": "78596", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3000656", + "School District Name": "Lockwood K-12", + "Physical Address Line 1": "1932 US Highway 87 E.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lockwood", + "Physical Address State": "MT ", + "Physical Address Zip": "59101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000932", + "School District Name": "Shields Valley Elem", + "Physical Address Line 1": "405 1st Street East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clyde Park", + "Physical Address State": "MT ", + "Physical Address Zip": "59018", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1282051282051282", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3000933", + "School District Name": "Shields Valley H S", + "Physical Address Line 1": "405 1st Street East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clyde Park", + "Physical Address State": "MT ", + "Physical Address Zip": "59018", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12987012987012986", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900194", + "School District Name": "Ignite Entrepreneurship Academy", + "Physical Address Line 1": "1650 West Traverse Terrace", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEHI", + "Physical Address State": "UT ", + "Physical Address Zip": "84043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901585", + "School District Name": "iLEAD Spring Meadows", + "Physical Address Line 1": "1615 Timber Wolf Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holland", + "Physical Address State": "OH ", + "Physical Address Zip": "43528", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "6600005", + "School District Name": "iLearn Academy Charter School", + "Physical Address Line 1": "Ukudu Village Rt. 3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dededo", + "Physical Address State": "GU ", + "Physical Address Zip": "96929", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901377", + "School District Name": "Imagine Akron Academy", + "Physical Address Line 1": "2405 Romig Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44320", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901521", + "School District Name": "Imagine Columbus Primary School", + "Physical Address Line 1": "4656 Heaton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43229", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3002850", + "School District Name": "Smith Valley Elem", + "Physical Address Line 1": "2901 Highway 2 West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalispell", + "Physical Address State": "MT ", + "Physical Address Zip": "59901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16845878136200718", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901488", + "School District Name": "Imagine Environmental Science Academy", + "Physical Address Line 1": "1030 Clay Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43608", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801429", + "School District Name": "IMAGINE INTERNATIONAL ACADEMY OF NORTH TEXAS", + "Physical Address Line 1": "2860 VIRGINIA PKWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCKINNEY", + "Physical Address State": "TX ", + "Physical Address Zip": "75071", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901549", + "School District Name": "Imagine Leadership Academy", + "Physical Address Line 1": "2405 Romig Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44320", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601031", + "School District Name": "IMAGINE ME LEADERSHIP CHARTER SCHOOL", + "Physical Address Line 1": "818 SCHENCK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3003660", + "School District Name": "Spring Creek Elem", + "Physical Address Line 1": "Lakeshore Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Decker", + "Physical Address State": "MT ", + "Physical Address Zip": "59025", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106630", + "School District Name": "Imbler SD 11", + "Physical Address Line 1": "Sixth & Esther Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Imbler", + "Physical Address State": "OR ", + "Physical Address Zip": "97841", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17592592592592593", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200038", + "School District Name": "Imhotep Institute CHS", + "Physical Address Line 1": "6201 N. 21st St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19138", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300354", + "School District Name": "Impact | Commencement Bay Elementary", + "Physical Address Line 1": "1304 E 45th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tacoma", + "Physical Address State": "WA ", + "Physical Address Zip": "98404", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300345", + "School District Name": "Impact | Puget Sound Elementary", + "Physical Address Line 1": "3438 S 148th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tukwila", + "Physical Address State": "WA ", + "Physical Address Zip": "98168", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300348", + "School District Name": "Impact | Salish Sea Elementary", + "Physical Address Line 1": "3438 S. 148th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tukwila", + "Physical Address State": "WA ", + "Physical Address Zip": "98168", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300002", + "School District Name": "Inchelium School District", + "Physical Address Line 1": "2 HORNET AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INCHELIUM", + "Physical Address State": "WA ", + "Physical Address Zip": "99138", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24175824175824176", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200087", + "School District Name": "Independence CS", + "Physical Address Line 1": "1600 Lombard Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19146", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3004860", + "School District Name": "Powder River Co Dist H S", + "Physical Address Line 1": "500 North Trautman", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Broadus", + "Physical Address State": "MT ", + "Physical Address Zip": "59317", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13253012048192772", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200893", + "School District Name": "Independence CS West", + "Physical Address Line 1": "5600 Chester Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19143", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904656", + "School District Name": "Independence Local", + "Physical Address Line 1": "7733 Stone Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Independence", + "Physical Address State": "OH ", + "Physical Address Zip": "44131", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03763440860215054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100092", + "School District Name": "INDEPENDENCE NONTRADITIONAL SCHOOL - MIDDLE", + "Physical Address Line 1": "C/O Pr William Co Pub Schl", + "Physical Address Line 2": "14550 Aden Road", + "Physical Address Line 3": "", + "Physical Address City": "Manassas", + "Physical Address State": "VA ", + "Physical Address Zip": "20112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3004980", + "School District Name": "Townsend K-12 Schools", + "Physical Address Line 1": "201 N Spruce", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Townsend", + "Physical Address State": "MT ", + "Physical Address Zip": "59644", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13182897862232779", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506810", + "School District Name": "Independence School District", + "Physical Address Line 1": "23786 Indee Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Independence", + "Physical Address State": "WI ", + "Physical Address Zip": "54747", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12277227722772277", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303720", + "School District Name": "Index Elementary School District 63", + "Physical Address Line 1": "436 INDEX AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INDEX", + "Physical Address State": "WA ", + "Physical Address Zip": "98256", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16363636363636364", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4015420", + "School District Name": "INDIAHOMA", + "Physical Address Line 1": "307 Chebahtah", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indiahoma", + "Physical Address State": "OK ", + "Physical Address Zip": "73552", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1948529411764706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000077", + "School District Name": "INDIAN CAPITAL TECHNOLOGY CTR", + "Physical Address Line 1": "2403 N 41ST ST E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUSKOGEE", + "Physical Address State": "OK ", + "Physical Address Zip": "74403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000047", + "School District Name": "INDIAN CAPITAL TECHNOLOGY CTR", + "Physical Address Line 1": "2403 N 41st St E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muskogee", + "Physical Address State": "OK ", + "Physical Address Zip": "74403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000054", + "School District Name": "INDIAN CAPITAL TECHNOLOGY CTR", + "Physical Address Line 1": "240 VO-TECH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAHLEQUAH", + "Physical Address State": "OK ", + "Physical Address Zip": "74464", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000089", + "School District Name": "INDIAN CAPITAL TECHNOLOGY CTR", + "Physical Address Line 1": "2403 N 41st St E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muskogee", + "Physical Address State": "OK ", + "Physical Address Zip": "74403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904780", + "School District Name": "Indian Creek Local", + "Physical Address Line 1": "100 Park Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wintersville", + "Physical Address State": "OH ", + "Physical Address Zip": "43953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.18952234206471494", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904543", + "School District Name": "Indian Hill Exempted Village", + "Physical Address Line 1": "6855 Drake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04582763337893297", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900160", + "School District Name": "Indian Island School", + "Physical Address Line 1": "10 Wabanaki Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indian Island", + "Physical Address State": "ME", + "Physical Address Zip": "04468", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615270", + "School District Name": "INDIAN LAKE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "6345 NYS RT 30", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INDIAN LAKE", + "Physical Address State": "NY ", + "Physical Address Zip": "12842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11888111888111888", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904808", + "School District Name": "Indian Lake Local", + "Physical Address Line 1": "6210 State Route 235 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewistown", + "Physical Address State": "OH ", + "Physical Address Zip": "43333", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16048632218844985", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3005850", + "School District Name": "Vaughn Elem", + "Physical Address Line 1": "480 Central Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vaughn", + "Physical Address State": "MT ", + "Physical Address Zip": "59487", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1907514450867052", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615300", + "School District Name": "INDIAN RIVER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "32735-B COUNTY RT 29", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHILADELPHIA", + "Physical Address State": "NY ", + "Physical Address Zip": "13673", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18360113421550095", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615330", + "School District Name": "INLET COMMON SCHOOL DISTRICT", + "Physical Address Line 1": "220 RT 28", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INLET", + "Physical Address State": "NY ", + "Physical Address Zip": "13360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2571428571428571", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615360", + "School District Name": "IROQUOIS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2111 GIRDLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELMA", + "Physical Address State": "NY ", + "Physical Address Zip": "14059", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04982346018046293", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615450", + "School District Name": "IRVINGTON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "6 DOWS LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IRVINGTON", + "Physical Address State": "NY ", + "Physical Address Zip": "10533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.026925148088314487", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3006110", + "School District Name": "St Ignatius K-12 Schools", + "Physical Address Line 1": "75 3rd Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St Ignatius", + "Physical Address State": "MT ", + "Physical Address Zip": "59865", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20689655172413793", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615480", + "School District Name": "ISLAND PARK UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "99 RADCLIFFE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ISLAND PARK", + "Physical Address State": "NY ", + "Physical Address Zip": "11558", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07451312447078746", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900042", + "School District Name": "Indian Township School", + "Physical Address Line 1": "13 School Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Princeton", + "Physical Address State": "ME", + "Physical Address Zip": "04668", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615510", + "School District Name": "ISLAND TREES UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "74 FARMEDGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEVITTOWN", + "Physical Address State": "NY ", + "Physical Address Zip": "11756", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.051176227816756084", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905028", + "School District Name": "Indian Valley Local", + "Physical Address Line 1": "100 N Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gnadenhutten", + "Physical Address State": "OH ", + "Physical Address Zip": "44629", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1536656891495601", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615540", + "School District Name": "ISLIP UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "215 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ISLIP", + "Physical Address State": "NY ", + "Physical Address Zip": "11751", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05326016785022595", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615570", + "School District Name": "ITHACA CITY SCHOOL DISTRICT", + "Physical Address Line 1": "400 LAKE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ITHACA", + "Physical Address State": "NY ", + "Physical Address Zip": "14850", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.10983440351470092", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615630", + "School District Name": "JAMESTOWN CITY SCHOOL DISTRICT", + "Physical Address Line 1": "197 MARTIN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JAMESTOWN", + "Physical Address State": "NY ", + "Physical Address Zip": "14701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3349127719147103", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212150", + "School District Name": "Indiana Area SD", + "Physical Address Line 1": "501 E Pike Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indiana", + "Physical Address State": "PA ", + "Physical Address Zip": "15701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1288862058557199", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3609090", + "School District Name": "JAMESVILLE-DEWITT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "6845 EDINGER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEWITT", + "Physical Address State": "NY ", + "Physical Address Zip": "13214", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08861578266494179", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600007", + "School District Name": "JASPER-TROUPSBURG CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "3769 STATE RTE 147", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JASPER", + "Physical Address State": "NY ", + "Physical Address Zip": "14855", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.32157394843962006", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615720", + "School District Name": "JEFFERSON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1332 ST RT 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JEFFERSON", + "Physical Address State": "NY ", + "Physical Address Zip": "12093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1792452830188679", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280660", + "School District Name": "Indiana County Technology Center", + "Physical Address Line 1": "441 Hamill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indiana", + "Physical Address State": "PA ", + "Physical Address Zip": "15701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615810", + "School District Name": "JERICHO UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "99 CEDAR SWAMP RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JERICHO", + "Physical Address State": "NY ", + "Physical Address Zip": "11753", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05984800506649778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615870", + "School District Name": "JOHNSBURG CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "165 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH CREEK", + "Physical Address State": "NY ", + "Physical Address Zip": "12853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1702127659574468", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615900", + "School District Name": "JOHNSON CITY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "666 REYNOLDS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JOHNSON CITY", + "Physical Address State": "NY ", + "Physical Address Zip": "13790", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.19713531850735017", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615980", + "School District Name": "JOHNSTOWN CITY SCHOOL DISTRICT", + "Physical Address Line 1": "400 S PERRY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JOHNSTOWN", + "Physical Address State": "NY ", + "Physical Address Zip": "12095", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15644171779141106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615990", + "School District Name": "JORDAN-ELBRIDGE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "9 N CHAPPELL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JORDAN", + "Physical Address State": "NY ", + "Physical Address Zip": "13080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12531328320802004", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4015450", + "School District Name": "INDIANOLA", + "Physical Address Line 1": "900 South Hwy 113", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indianola", + "Physical Address State": "OK ", + "Physical Address Zip": "74442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19256756756756757", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616080", + "School District Name": "KATONAH-LEWISBORO UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1 SHADY LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTH SALEM", + "Physical Address State": "NY ", + "Physical Address Zip": "10590", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03573591762568141", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616140", + "School District Name": "KEENE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "33 MARKET ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KEENE VALLEY", + "Physical Address State": "NY ", + "Physical Address Zip": "12943", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09166666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3007950", + "School District Name": "Spring Creek Elem", + "Physical Address Line 1": "12 Road 561", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Powderville", + "Physical Address State": "MT ", + "Physical Address Zip": "59345", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2727272727272727", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824150", + "School District Name": "INDUSTRIAL ISD", + "Physical Address Line 1": "167 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VANDERBILT", + "Physical Address State": "TX ", + "Physical Address Zip": "77991", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09960552268244575", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616200", + "School District Name": "KENDALL CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1932 KENDALL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KENDALL", + "Physical Address State": "NY ", + "Physical Address Zip": "14476", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1105121293800539", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008010", + "School District Name": "S Y Elem", + "Physical Address Line 1": "1 Road 664", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Miles City", + "Physical Address State": "MT ", + "Physical Address Zip": "59301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3008040", + "School District Name": "S H Elem", + "Physical Address Line 1": "6281 Moon Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Miles City", + "Physical Address State": "MT ", + "Physical Address Zip": "59301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616230", + "School District Name": "KENMORE-TONAWANDA UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1500 COLVIN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14223", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12078651685393259", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200118", + "School District Name": "Infinity CS", + "Physical Address Line 1": "5405 Locust Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615210", + "School District Name": "KINDERHOOK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2910 RT 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALATIE", + "Physical Address State": "NY ", + "Physical Address Zip": "12184", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10361842105263158", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616260", + "School District Name": "KINGS PARK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "180 LAWRENCE RD-RM 208", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGS PARK", + "Physical Address State": "NY ", + "Physical Address Zip": "11754", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.028307508939213348", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616290", + "School District Name": "KINGSTON CITY SCHOOL DISTRICT", + "Physical Address Line 1": "21 WYNKOOP PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGSTON", + "Physical Address State": "NY ", + "Physical Address Zip": "12401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16356769320162695", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604758", + "School District Name": "KIRYAS JOEL VILLAGE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "48 BAKERTOWN RD-STE 401", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONROE", + "Physical Address State": "NY ", + "Physical Address Zip": "10950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.45974883271614875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616380", + "School District Name": "LA FARGEVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "20414 SUNRISE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA FARGEVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1737704918032787", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616410", + "School District Name": "LAFAYETTE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5957 ROUTE 20W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAFAYETTE", + "Physical Address State": "NY ", + "Physical Address Zip": "13084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19315068493150686", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616440", + "School District Name": "LACKAWANNA CITY SCHOOL DISTRICT", + "Physical Address Line 1": "245 S SHORE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LACKAWANNA", + "Physical Address State": "NY ", + "Physical Address Zip": "14218", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3504587155963303", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616470", + "School District Name": "LAKE GEORGE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "381 CANADA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE GEORGE", + "Physical Address State": "NY ", + "Physical Address Zip": "12845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.09355246523388117", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616500", + "School District Name": "LAKE PLACID CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "50 CUMMINGS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE PLACID", + "Physical Address State": "NY ", + "Physical Address Zip": "12946", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12428571428571429", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824180", + "School District Name": "INGLESIDE ISD", + "Physical Address Line 1": "2664 SAN ANGELO", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INGLESIDE", + "Physical Address State": "TX ", + "Physical Address Zip": "78362", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1933806146572104", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616530", + "School District Name": "LAKE PLEASANT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "120 ELM LAKE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPECULATOR", + "Physical Address State": "NY ", + "Physical Address Zip": "12164", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14473684210526316", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616620", + "School District Name": "LAKELAND CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1086 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHRUB OAK", + "Physical Address State": "NY ", + "Physical Address Zip": "10588", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.054410987849973586", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824210", + "School District Name": "INGRAM ISD", + "Physical Address Line 1": "510 COLLEGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "INGRAM", + "Physical Address State": "TX ", + "Physical Address Zip": "78025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20901639344262296", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616680", + "School District Name": "LANCASTER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "177 CENTRAL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LANCASTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14086", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05347839411584431", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616710", + "School District Name": "LANSING CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "284 RIDGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LANSING", + "Physical Address State": "NY ", + "Physical Address Zip": "14882", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08413284132841328", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616740", + "School District Name": "LANSINGBURGH CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "55 NEW TURNPIKE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TROY", + "Physical Address State": "NY ", + "Physical Address Zip": "12182", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2600302800908403", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616800", + "School District Name": "LAURENS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "55 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAURENS", + "Physical Address State": "NY ", + "Physical Address Zip": "13796", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20512820512820512", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616830", + "School District Name": "LAWRENCE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "2 REILLY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CEDARHURST", + "Physical Address State": "NY ", + "Physical Address Zip": "11516", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08888364965224567", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616950", + "School District Name": "LE ROY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2-6 TRIGON PARK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LE ROY", + "Physical Address State": "NY ", + "Physical Address Zip": "14482", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09674922600619196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617130", + "School District Name": "LETCHWORTH CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5550 SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GAINESVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1487513572204126", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617160", + "School District Name": "LEVITTOWN UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "150 ABBEY LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEVITTOWN", + "Physical Address State": "NY ", + "Physical Address Zip": "11756", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03806654799397508", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3010820", + "School District Name": "Wise River Elem", + "Physical Address Line 1": "175 Swamp Creek Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wise River", + "Physical Address State": "MT ", + "Physical Address Zip": "59762", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617190", + "School District Name": "LEWISTON-PORTER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "4061 CREEK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YOUNGSTOWN", + "Physical Address State": "NY ", + "Physical Address Zip": "14174", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08282740676496098", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900119", + "School District Name": "Innovation Academy West", + "Physical Address Line 1": "13111 Crossburn Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44135", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617220", + "School District Name": "LIBERTY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "115 BUCKLEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIBERTY", + "Physical Address State": "NY ", + "Physical Address Zip": "12754", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.224466243508367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601036", + "School District Name": "INNOVATION CHARTER HIGH SCHOOL", + "Physical Address Line 1": "410 E 100TH ST-2ND FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10029", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617380", + "School District Name": "LINDENHURST UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "350 DANIEL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINDENHURST", + "Physical Address State": "NY ", + "Physical Address Zip": "11757", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06153846153846154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300344", + "School District Name": "Innovation Schools", + "Physical Address Line 1": "412 W. Poplar Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walla Walla", + "Physical Address State": "WA ", + "Physical Address Zip": "99362", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617430", + "School District Name": "LISBON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "6866 COUNTY RT 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LISBON", + "Physical Address State": "NY ", + "Physical Address Zip": "13658", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11969696969696969", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617460", + "School District Name": "LITTLE FALLS CITY SCHOOL DISTRICT", + "Physical Address Line 1": "15 PETRIE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE FALLS", + "Physical Address State": "NY ", + "Physical Address Zip": "13365", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18661971830985916", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617520", + "School District Name": "LIVERPOOL CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "195 BLACKBERRY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIVERPOOL", + "Physical Address State": "NY ", + "Physical Address Zip": "13090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11393732791398978", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200894", + "School District Name": "Innovative Arts Academy CS", + "Physical Address Line 1": "330 Howertown Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Catasauqua", + "Physical Address State": "PA ", + "Physical Address Zip": "18032", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617580", + "School District Name": "LIVINGSTON MANOR CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "19 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIVINGSTON MANOR", + "Physical Address State": "NY ", + "Physical Address Zip": "12758", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.132", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700442", + "School District Name": "Innovative School District", + "Physical Address Line 1": "301 North Wilmington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617640", + "School District Name": "LIVONIA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "40 SPRING ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIVONIA", + "Physical Address State": "NY ", + "Physical Address Zip": "14487", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0927766732935719", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4015480", + "School District Name": "INOLA", + "Physical Address Line 1": "110 North Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inola", + "Physical Address State": "OK ", + "Physical Address Zip": "74036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11298076923076923", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617670", + "School District Name": "LOCKPORT CITY SCHOOL DISTRICT", + "Physical Address Line 1": "130 BEATTIE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOCKPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "14094", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2141208156983455", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200042", + "School District Name": "Inquiry CS", + "Physical Address Line 1": "1301 Belmont Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617700", + "School District Name": "LOCUST VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "99 HORSE HOLLOW RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOCUST VALLEY", + "Physical Address State": "NY ", + "Physical Address Zip": "11560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05321507760532151", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617730", + "School District Name": "LONG BEACH CITY SCHOOL DISTRICT", + "Physical Address Line 1": "239 LIDO BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONG BEACH", + "Physical Address State": "NY ", + "Physical Address Zip": "11561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06466876971608833", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3011990", + "School District Name": "Ross Elem", + "Physical Address Line 1": "1491 Old Stage Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mosby", + "Physical Address State": "MT ", + "Physical Address Zip": "59058", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3012060", + "School District Name": "Sand Springs Elem", + "Physical Address Line 1": "3194 Highway 200 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sand Springs", + "Physical Address State": "MT ", + "Physical Address Zip": "59077", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09090909090909091", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617760", + "School District Name": "LONG LAKE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "20 SCHOOL LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONG LAKE", + "Physical Address State": "NY ", + "Physical Address Zip": "12847", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1791044776119403", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200898", + "School District Name": "Insight PA Cyber CS", + "Physical Address Line 1": "350 Eagleview Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exton", + "Physical Address State": "PA ", + "Physical Address Zip": "19341", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619230", + "School District Name": "LONGWOOD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "35 YAPHNK-MID ISL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDDLE ISLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "11953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07744476044629184", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617820", + "School District Name": "LOWVILLE ACADEMY & CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "7668 N STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOWVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13367", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1862426995457495", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617880", + "School District Name": "LYME CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "11868 ACADEMY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHAUMONT", + "Physical Address State": "NY ", + "Physical Address Zip": "13622", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18635170603674542", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3012840", + "School District Name": "Philipsburg K-12 Schools", + "Physical Address Line 1": "407 Schnepel Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philipsburg", + "Physical Address State": "MT ", + "Physical Address Zip": "59858", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12916666666666668", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617910", + "School District Name": "LYNBROOK UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "111 ATLANTIC AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LYNBROOK", + "Physical Address State": "NY ", + "Physical Address Zip": "11563", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03901825047199497", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000785", + "School District Name": "INSIGHT SCHOOL OF OKLAHOMA", + "Physical Address Line 1": "1156 S Douglas Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Midwest City", + "Physical Address State": "OK ", + "Physical Address Zip": "73130", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617940", + "School District Name": "LYNCOURT UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "2707-2709 COURT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SYRACUSE", + "Physical Address State": "NY ", + "Physical Address Zip": "13208", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2016949152542373", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617970", + "School District Name": "LYNDONVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "25 HOUSEL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LYNDONVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20086083213773315", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800053", + "School District Name": "INSPIRE ACADEMIES", + "Physical Address Line 1": "10325 BANDERA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78250", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618030", + "School District Name": "LYONS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "10 CLYDE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LYONS", + "Physical Address State": "NY ", + "Physical Address Zip": "14489", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21823204419889503", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618080", + "School District Name": "MADISON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "7303 RT 20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MADISON", + "Physical Address State": "NY ", + "Physical Address Zip": "13402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2015065913370998", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618090", + "School District Name": "MADRID-WADDINGTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2582 STATE HWY 345", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MADRID", + "Physical Address State": "NY ", + "Physical Address Zip": "13660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13900709219858157", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618120", + "School District Name": "MAHOPAC CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "179 E LAKE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAHOPAC", + "Physical Address State": "NY ", + "Physical Address Zip": "10541", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06222760290556901", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3013360", + "School District Name": "Plenty Coups H S", + "Physical Address Line 1": "1 High School Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pryor", + "Physical Address State": "MT ", + "Physical Address Zip": "59066", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618150", + "School District Name": "MAINE-ENDWELL CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "712 FARM-TO-MARKET RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ENDWELL", + "Physical Address State": "NY ", + "Physical Address Zip": "13760", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10214424951267057", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800204", + "School District Name": "INSPIRED VISION ACADEMY", + "Physical Address Line 1": "8225 BRUTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75217", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618180", + "School District Name": "MALONE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "42 HUSKIE LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MALONE", + "Physical Address State": "NY ", + "Physical Address Zip": "12953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17077464788732394", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618210", + "School District Name": "MALVERNE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "301 WICKS LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MALVERNE", + "Physical Address State": "NY ", + "Physical Address Zip": "11565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05963302752293578", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618240", + "School District Name": "MAMARONECK UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1000 W BOSTON POST RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAMARONECK", + "Physical Address State": "NY ", + "Physical Address Zip": "10543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.056140350877192984", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900039", + "School District Name": "Intech Collegiate Academy", + "Physical Address Line 1": "1787 N RESEARCH PARKWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH LOGAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84341", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624270", + "School District Name": "MANCHESTER-SHORTSVILLE CENTRAL SCHOOL DISTRICT (RED JACKET)", + "Physical Address Line 1": "1506 RT 21", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHORTSVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08009708737864078", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618270", + "School District Name": "MANHASSET UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "200 MEMORIAL PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANHASSET", + "Physical Address State": "NY ", + "Physical Address Zip": "11030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.033582089552238806", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618450", + "School District Name": "MARATHON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARATHON", + "Physical Address State": "NY ", + "Physical Address Zip": "13803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17053364269141533", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618480", + "School District Name": "MARCELLUS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2 REED PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARCELLUS", + "Physical Address State": "NY ", + "Physical Address Zip": "13108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06364749082007344", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618510", + "School District Name": "MARGARETVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "415 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARGARETVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18298969072164947", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618540", + "School District Name": "MARION CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "4034 WARNER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARION", + "Physical Address State": "NY ", + "Physical Address Zip": "14505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10861865407319952", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618570", + "School District Name": "MARLBORO CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "21 MILTON TPKE-STE 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILTON", + "Physical Address State": "NY ", + "Physical Address Zip": "12547", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08835546475995915", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399902", + "School District Name": "Inter-Lakes Cooperative SAU Office", + "Physical Address Line 1": "103 Main St.", + "Physical Address Line 2": "Ste. 2", + "Physical Address Line 3": "", + "Physical Address City": "Meredith", + "Physical Address State": "NH ", + "Physical Address Zip": "03253", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618630", + "School District Name": "MASSAPEQUA UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "4925 MERRICK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MASSAPEQUA", + "Physical Address State": "NY ", + "Physical Address Zip": "11758", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.021388996263368123", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618660", + "School District Name": "MASSENA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "84 NIGHTENGALE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MASSENA", + "Physical Address State": "NY ", + "Physical Address Zip": "13662", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19564401051445737", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900478", + "School District Name": "Interactive Media & Construction (IMAC)", + "Physical Address Line 1": "215 N Trimble Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mansfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44906", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600021", + "School District Name": "MATTITUCK-CUTCHOGUE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "385 DEPOT LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CUTCHOGUE", + "Physical Address State": "NY ", + "Physical Address Zip": "11935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.061389337641357025", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212170", + "School District Name": "Interboro SD", + "Physical Address Line 1": "900 Washington Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prospect Park", + "Physical Address State": "PA ", + "Physical Address Zip": "19076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14309301045679693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618750", + "School District Name": "MAYFIELD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "27 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAYFIELD", + "Physical Address State": "NY ", + "Physical Address Zip": "12117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12967032967032968", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618840", + "School District Name": "MCGRAW CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "10 W ACADEMY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCGRAW", + "Physical Address State": "NY ", + "Physical Address Zip": "13101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1520572450805009", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300351", + "School District Name": "Intergenerational High School", + "Physical Address Line 1": "1 Bellis Fair Parkway", + "Physical Address Line 2": "Suite 104", + "Physical Address Line 3": "", + "Physical Address City": "Bellingham", + "Physical Address State": "WA ", + "Physical Address Zip": "98225", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618900", + "School District Name": "MECHANICVILLE CITY SCHOOL DISTRICT", + "Physical Address Line 1": "25 KNISKERN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MECHANICVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13481675392670156", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900065", + "School District Name": "Intergenerational School The", + "Physical Address Line 1": "11327 Shaker Blvd Ste 200 E.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618960", + "School District Name": "MEDINA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1 MUSTANG DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEDINA", + "Physical Address State": "NY ", + "Physical Address Zip": "14103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20494469746258945", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015900", + "School District Name": "Upper West Shore Elem", + "Physical Address Line 1": "506 B Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "MT ", + "Physical Address Zip": "59914", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1743119266055046", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618990", + "School District Name": "MENANDS UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "19 WARDS LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MENANDS", + "Physical Address State": "NY ", + "Physical Address Zip": "12204", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09760956175298804", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3015930", + "School District Name": "Swan Lake-Salmon Elem", + "Physical Address Line 1": "23187 Hwy 83", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Swan Lake", + "Physical Address State": "MT ", + "Physical Address Zip": "59911", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619110", + "School District Name": "MERRICK UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "21 BABYLON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERRICK", + "Physical Address State": "NY ", + "Physical Address Zip": "11566", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02631578947368421", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619170", + "School District Name": "MEXICO CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "16 FRAVOR RD-STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEXICO", + "Physical Address State": "NY ", + "Physical Address Zip": "13114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1823985408116735", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289110", + "School District Name": "Intermediate Unit 1", + "Physical Address Line 1": "One Intermediate Unit Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coal Center", + "Physical Address State": "PA ", + "Physical Address Zip": "15423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619200", + "School District Name": "MIDDLE COUNTRY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "8 43RD ST-ADM OFF", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTEREACH", + "Physical Address State": "NY ", + "Physical Address Zip": "11720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0623139089749043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100036", + "School District Name": "InterMountain ESD", + "Physical Address Line 1": "2001 SW Nye Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pendleton", + "Physical Address State": "OR ", + "Physical Address Zip": "97801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619260", + "School District Name": "MIDDLEBURGH CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "291 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDDLEBURGH", + "Physical Address State": "NY ", + "Physical Address Zip": "12122", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16152716593245228", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619320", + "School District Name": "MIDDLETOWN CITY SCHOOL DISTRICT", + "Physical Address Line 1": "223 WISNER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDDLETOWN", + "Physical Address State": "NY ", + "Physical Address Zip": "10940", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16369872048542408", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900190", + "School District Name": "International Acad Of Columbus", + "Physical Address Line 1": "2439 Fuji Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43229", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619350", + "School District Name": "MILFORD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "42 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILFORD", + "Physical Address State": "NY ", + "Physical Address Zip": "13807", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.142433234421365", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619380", + "School District Name": "MILLBROOK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "43 ALDEN PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILLBROOK", + "Physical Address State": "NY ", + "Physical Address Zip": "12545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0802675585284281", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619410", + "School District Name": "MILLER PLACE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "7 MEMORIAL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILLER PLACE", + "Physical Address State": "NY ", + "Physical Address Zip": "11764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.025066464109380935", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400034", + "School District Name": "International Charter", + "Physical Address Line 1": "334 Pleasant Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pawtucket", + "Physical Address State": "RI ", + "Physical Address Zip": "02860", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619500", + "School District Name": "MINEOLA UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "121 JACKSON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINEOLA", + "Physical Address State": "NY ", + "Physical Address Zip": "11501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05160692212608158", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400041", + "School District Name": "International Charter School of Trenton", + "Physical Address Line 1": "105 Grand Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trenton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08611", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619530", + "School District Name": "MINERVA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1466 COUNTY RT 29", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OLMSTEDVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12857", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1744186046511628", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619560", + "School District Name": "MINISINK VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2320 RT 6", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SLATE HILL", + "Physical Address State": "NY ", + "Physical Address Zip": "10973", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07856257744733582", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619650", + "School District Name": "MONROE-WOODBURY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "278 RT 32-EDUC CTR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CENTRAL VALLEY", + "Physical Address State": "NY ", + "Physical Address Zip": "10917", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09936397455898235", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600163", + "School District Name": "INTERNATIONAL LEADERSHIP CHARTER HIGH SCHOOL", + "Physical Address Line 1": "3030 RIVERDALE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10463", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619710", + "School District Name": "MONTAUK UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "50 S DORSET DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTAUK", + "Physical Address State": "NY ", + "Physical Address Zip": "11954", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0860655737704918", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801440", + "School District Name": "INTERNATIONAL LEADERSHIP OF TEXAS (ILTEXAS)", + "Physical Address Line 1": "2021 LAKESIDE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHARDSON", + "Physical Address State": "TX ", + "Physical Address Zip": "75082", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619740", + "School District Name": "MONTICELLO CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "60 JEFFERSON ST-STE 3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTICELLO", + "Physical Address State": "NY ", + "Physical Address Zip": "12701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.30716063035664914", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619800", + "School District Name": "MORAVIA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "68 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORAVIA", + "Physical Address State": "NY ", + "Physical Address Zip": "13118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19155509783728114", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619830", + "School District Name": "MORIAH CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "39 VIKING LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT HENRY", + "Physical Address State": "NY ", + "Physical Address Zip": "12974", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1880064829821718", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619860", + "School District Name": "MORRIS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "65 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORRIS", + "Physical Address State": "NY ", + "Physical Address Zip": "13808", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16819571865443425", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619890", + "School District Name": "MORRISTOWN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "408 GOUVERNEUR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORRISTOWN", + "Physical Address State": "NY ", + "Physical Address Zip": "13664", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20770877944325483", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619920", + "School District Name": "MORRISVILLE-EATON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5061 FEARON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORRISVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13408", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14680232558139536", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630930", + "School District Name": "MOUNT MARKHAM CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "500 FAIRGROUND RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST WINFIELD", + "Physical Address State": "NY ", + "Physical Address Zip": "13491", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18166383701188454", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620010", + "School District Name": "MOUNT MORRIS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "30 BONADONNA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT MORRIS", + "Physical Address State": "NY ", + "Physical Address Zip": "14510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21708185053380782", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620160", + "School District Name": "MOUNT PLEASANT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "825 WESTLAKE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THORNWOOD", + "Physical Address State": "NY ", + "Physical Address Zip": "10594", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.041254834550923936", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700333", + "School District Name": "Invest Collegiate", + "Physical Address Line 1": "2045 Suttle Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620040", + "School District Name": "MOUNT SINAI UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "118 N COUNTRY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT SINAI", + "Physical Address State": "NY ", + "Physical Address Zip": "11766", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.031117397454031116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700369", + "School District Name": "Invest Collegiate - Imagine", + "Physical Address Line 1": "110 Champion Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Asheville", + "Physical Address State": "NC ", + "Physical Address Zip": "28806", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620100", + "School District Name": "MOUNT VERNON SCHOOL DISTRICT", + "Physical Address Line 1": "165 N COLUMBUS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT VERNON", + "Physical Address State": "NY ", + "Physical Address Zip": "10553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18022163786626597", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620190", + "School District Name": "NANUET UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "101 CHURCH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NANUET", + "Physical Address State": "NY ", + "Physical Address Zip": "10954", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07956448911222781", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3020040", + "School District Name": "Park City Elem", + "Physical Address Line 1": "10 2nd Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Park City", + "Physical Address State": "MT ", + "Physical Address Zip": "59063", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09505703422053231", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900052", + "School District Name": "Invictus High School", + "Physical Address Line 1": "3122 Euclid Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3020070", + "School District Name": "Park City H S", + "Physical Address Line 1": "10 2nd Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Park City", + "Physical Address State": "MT ", + "Physical Address Zip": "59063", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620220", + "School District Name": "NAPLES CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "136 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAPLES", + "Physical Address State": "NY ", + "Physical Address Zip": "14512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1276297335203366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3020100", + "School District Name": "Park H S", + "Physical Address Line 1": "132 South B Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livingston", + "Physical Address State": "MT ", + "Physical Address Zip": "59047", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09090909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3020170", + "School District Name": "Pass Creek Elem", + "Physical Address Line 1": "3747 Pass Creek Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belgrade", + "Physical Address State": "MT ", + "Physical Address Zip": "59714", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06666666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620370", + "School District Name": "NEW HARTFORD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "33 OXFORD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW HARTFORD", + "Physical Address State": "NY ", + "Physical Address Zip": "13413", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.05255527364987314", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3020240", + "School District Name": "Pendroy Elem", + "Physical Address Line 1": "700 W. Pendry Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pendroy", + "Physical Address State": "MT ", + "Physical Address Zip": "59467", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601024", + "School District Name": "INWOOD ACADEMY FOR LEADERSHIP CHARTER SCHOOL", + "Physical Address Line 1": "3896 10TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3020670", + "School District Name": "Pine Creek Elem", + "Physical Address Line 1": "2575 East River Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livingston", + "Physical Address State": "MT ", + "Physical Address Zip": "59047", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.045454545454545456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620400", + "School District Name": "NEW HYDE PARK-GARDEN CITY PARK UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1950 HILLSIDE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW HYDE PARK", + "Physical Address State": "NY ", + "Physical Address Zip": "11040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04703247480403135", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3020690", + "School District Name": "Pine Grove Elem", + "Physical Address Line 1": "37 Miles NW of Jordan", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brusett", + "Physical Address State": "MT ", + "Physical Address Zip": "59318", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3020790", + "School District Name": "Pioneer Elem", + "Physical Address Line 1": "1937 Dover Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billings", + "Physical Address State": "MT ", + "Physical Address Zip": "59105", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11940298507462686", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620430", + "School District Name": "NEW LEBANON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "14665 RT 22", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW LEBANON", + "Physical Address State": "NY ", + "Physical Address Zip": "12125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13184931506849315", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3020850", + "School District Name": "Plains K-12", + "Physical Address Line 1": "412 Rittenour", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plains", + "Physical Address State": "MT ", + "Physical Address Zip": "59859", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17904761904761904", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3020880", + "School District Name": "Pleasant Valley Elem", + "Physical Address Line 1": "7975 Pleasant Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "MT ", + "Physical Address Zip": "59925", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620460", + "School District Name": "NEW PALTZ CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "196 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW PALTZ", + "Physical Address State": "NY ", + "Physical Address Zip": "12561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07772020725388601", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3020960", + "School District Name": "Plentywood K-12 Schools", + "Physical Address Line 1": "100 East Laurel Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plentywood", + "Physical Address State": "MT ", + "Physical Address Zip": "59254", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1329479768786127", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620490", + "School District Name": "NEW ROCHELLE CITY SCHOOL DISTRICT", + "Physical Address Line 1": "515 NORTH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW ROCHELLE", + "Physical Address State": "NY ", + "Physical Address Zip": "10801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1387876218736753", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021000", + "School District Name": "Plevna K-12 Schools", + "Physical Address Line 1": "327 N Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plevna", + "Physical Address State": "MT ", + "Physical Address Zip": "59344", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15454545454545454", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824240", + "School District Name": "IOLA ISD", + "Physical Address Line 1": "7282 FT WORTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IOLA", + "Physical Address State": "TX ", + "Physical Address Zip": "77861", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12098298676748583", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021030", + "School District Name": "Polaris Elem", + "Physical Address Line 1": "4210 Pioneer Mountain Scenic B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Polaris", + "Physical Address State": "MT ", + "Physical Address Zip": "59746", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620520", + "School District Name": "NEW SUFFOLK COMMON SCHOOL DISTRICT", + "Physical Address Line 1": "1295 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW SUFFOLK", + "Physical Address State": "NY ", + "Physical Address Zip": "11956", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.018867924528301886", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021060", + "School District Name": "Polson Elem", + "Physical Address Line 1": "111 4th Avenue East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Polson", + "Physical Address State": "MT ", + "Physical Address Zip": "59860", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1824212271973466", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506840", + "School District Name": "Iola-Scandinavia School District", + "Physical Address Line 1": "450 Division St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Iola", + "Physical Address State": "WI ", + "Physical Address Zip": "54945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09495548961424333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021090", + "School District Name": "Polson H S", + "Physical Address Line 1": "111 4th Avenue East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Polson", + "Physical Address State": "MT ", + "Physical Address Zip": "59860", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13548387096774195", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620580", + "School District Name": "NYC CHANCELLOR'S OFFICE", + "Physical Address Line 1": "52 CHAMBERS ST-RM 320", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2369386923918512", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100047", + "School District Name": "Ione SD R2", + "Physical Address Line 1": "445 Spring St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ione", + "Physical Address State": "OR ", + "Physical Address Zip": "97843", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10084033613445378", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021240", + "School District Name": "Poplar Elem", + "Physical Address Line 1": "400 4th Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Poplar", + "Physical Address State": "MT ", + "Physical Address Zip": "59255", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.35060975609756095", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620610", + "School District Name": "NEW YORK MILLS UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1 MARAUDER BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK MILLS", + "Physical Address State": "NY ", + "Physical Address Zip": "13417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11613876319758673", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021270", + "School District Name": "Poplar H S", + "Physical Address Line 1": "400 4th Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Poplar", + "Physical Address State": "MT ", + "Physical Address Zip": "59255", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3501577287066246", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021330", + "School District Name": "Potomac Elem", + "Physical Address Line 1": "29750 Potomac Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bonner", + "Physical Address State": "MT ", + "Physical Address Zip": "59823", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14705882352941177", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620640", + "School District Name": "NEWARK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "100 E MILLER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWARK", + "Physical Address State": "NY ", + "Physical Address Zip": "14513", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15915363385464582", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021450", + "School District Name": "Powell County H S", + "Physical Address Line 1": "709 Missouri Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Deer Lodge", + "Physical Address State": "MT ", + "Physical Address Zip": "59722", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13870967741935483", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620670", + "School District Name": "NEWARK VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "79 WHIG ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWARK VALLEY", + "Physical Address State": "NY ", + "Physical Address Zip": "13811", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18174342105263158", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620700", + "School District Name": "NEWBURGH CITY SCHOOL DISTRICT", + "Physical Address Line 1": "124 GRAND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWBURGH", + "Physical Address State": "NY ", + "Physical Address Zip": "12550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.19310946358482337", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021510", + "School District Name": "Power Elem", + "Physical Address Line 1": "402 Teton Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Power", + "Physical Address State": "MT ", + "Physical Address Zip": "59468", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15476190476190477", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021540", + "School District Name": "Power H S", + "Physical Address Line 1": "402 Teton Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Power", + "Physical Address State": "MT ", + "Physical Address Zip": "59468", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620730", + "School District Name": "NEWCOMB CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5535 RT 28N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWCOMB", + "Physical Address State": "NY ", + "Physical Address Zip": "12852", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09523809523809523", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021720", + "School District Name": "Pryor Elem", + "Physical Address Line 1": "1 High School Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pryor", + "Physical Address State": "MT ", + "Physical Address Zip": "59066", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3283582089552239", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620760", + "School District Name": "NEWFANE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "6273 CHARLOTTEVILLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWFANE", + "Physical Address State": "NY ", + "Physical Address Zip": "14108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14083601286173633", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021850", + "School District Name": "Ramsay Elem", + "Physical Address Line 1": "3 Russell St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ramsay", + "Physical Address State": "MT ", + "Physical Address Zip": "59748", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11059907834101383", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620790", + "School District Name": "NEWFIELD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "247 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWFIELD", + "Physical Address State": "NY ", + "Physical Address Zip": "14867", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18321513002364065", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021870", + "School District Name": "Rapelje Elem", + "Physical Address Line 1": "714 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rapelje", + "Physical Address State": "MT ", + "Physical Address Zip": "59067", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824260", + "School District Name": "IOWA PARK CISD", + "Physical Address Line 1": "328 E HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IOWA PARK", + "Physical Address State": "TX ", + "Physical Address Zip": "76367", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10308236483072258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021900", + "School District Name": "Rapelje H S", + "Physical Address Line 1": "714 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rapelje", + "Physical Address State": "MT ", + "Physical Address Zip": "59067", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11764705882352941", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620820", + "School District Name": "NIAGARA FALLS CITY SCHOOL DISTRICT", + "Physical Address Line 1": "630 66TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NIAGARA FALLS", + "Physical Address State": "NY ", + "Physical Address Zip": "14304", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3336379062785537", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3021960", + "School District Name": "Rau Elem", + "Physical Address Line 1": "12138 County Rd 350", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sidney", + "Physical Address State": "MT ", + "Physical Address Zip": "59270", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620850", + "School District Name": "NIAGARA-WHEATFIELD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5700 WEST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANBORN", + "Physical Address State": "NY ", + "Physical Address Zip": "14132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12796086508753862", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3022080", + "School District Name": "Red Lodge Elem", + "Physical Address Line 1": "413 S Oakes", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Lodge", + "Physical Address State": "MT ", + "Physical Address Zip": "59068", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11071428571428571", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506870", + "School District Name": "Iowa-Grant School District", + "Physical Address Line 1": "498 County Road IG", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livingston", + "Physical Address State": "WI ", + "Physical Address Zip": "53554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14303482587064675", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3022110", + "School District Name": "Red Lodge H S", + "Physical Address Line 1": "413 S Oakes", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Lodge", + "Physical Address State": "MT ", + "Physical Address Zip": "59068", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0872093023255814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620880", + "School District Name": "NISKAYUNA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1239 VAN ANTWERP RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCHENECTADY", + "Physical Address State": "NY ", + "Physical Address Zip": "12309", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04509632224168126", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3022230", + "School District Name": "Reed Point Elem", + "Physical Address Line 1": "308 Central Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reed Point", + "Physical Address State": "MT ", + "Physical Address Zip": "59069", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06666666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3022260", + "School District Name": "Reed Point H S", + "Physical Address Line 1": "308 Central Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reed Point", + "Physical Address State": "MT ", + "Physical Address Zip": "59069", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.047619047619047616", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620910", + "School District Name": "NORTH BABYLON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "5 JARDINE PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH BABYLON", + "Physical Address State": "NY ", + "Physical Address Zip": "11703", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.060625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3022290", + "School District Name": "Reichle Elem", + "Physical Address Line 1": "6715 Schoolhouse Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glen", + "Physical Address State": "MT ", + "Physical Address Zip": "59732", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11764705882352941", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620940", + "School District Name": "NORTH BELLMORE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "2616 MARTIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLMORE", + "Physical Address State": "NY ", + "Physical Address Zip": "11710", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03608736942070275", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3022370", + "School District Name": "Richey Elem", + "Physical Address Line 1": "202 Royal Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richey", + "Physical Address State": "MT ", + "Physical Address Zip": "59259", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4636060", + "School District Name": "Ipswich Public School District 22-6", + "Physical Address Line 1": "510 2nd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ipswich", + "Physical Address State": "SD ", + "Physical Address Zip": "57451", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09263657957244656", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3022410", + "School District Name": "Richey H S", + "Physical Address Line 1": "202 Royal Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richey", + "Physical Address State": "MT ", + "Physical Address Zip": "59259", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09523809523809523", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620970", + "School District Name": "NORTH COLLINS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2045 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH COLLINS", + "Physical Address State": "NY ", + "Physical Address Zip": "14111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1394658753709199", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3022710", + "School District Name": "Roberts K-12 Schools", + "Physical Address Line 1": "106 Maple St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roberts", + "Physical Address State": "MT ", + "Physical Address Zip": "59070", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3022750", + "School District Name": "Rocky Boy Elem", + "Physical Address Line 1": "81 Mission Taylor Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Box Elder", + "Physical Address State": "MT ", + "Physical Address Zip": "59521", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2907692307692308", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824300", + "School District Name": "IRA ISD", + "Physical Address Line 1": "6190 W FM 1606", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IRA", + "Physical Address State": "TX ", + "Physical Address Zip": "79527", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07874015748031496", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3022790", + "School District Name": "Ronan Elem", + "Physical Address Line 1": "421 Andrew Street NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ronan", + "Physical Address State": "MT ", + "Physical Address Zip": "59864", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2192916352675207", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631410", + "School District Name": "NORTH GREENBUSH COMMON SCHOOL DISTRICT (WILLIAMS)", + "Physical Address Line 1": "49 GREENBUSH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TROY", + "Physical Address State": "NY ", + "Physical Address Zip": "12180", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05726872246696035", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3022800", + "School District Name": "Ronan H S", + "Physical Address Line 1": "421 Andrew Street NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ronan", + "Physical Address State": "MT ", + "Physical Address Zip": "59864", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16312056737588654", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5004830", + "School District Name": "Ira School District", + "Physical Address Line 1": "168 York Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Poultney", + "Physical Address State": "VT ", + "Physical Address Zip": "05764", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3022920", + "School District Name": "Rosebud K-12", + "Physical Address Line 1": "601 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rosebud", + "Physical Address State": "MT ", + "Physical Address Zip": "59347", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2692307692307692", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621120", + "School District Name": "NORTH MERRICK UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1057 MERRICK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERRICK", + "Physical Address State": "NY ", + "Physical Address Zip": "11566", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023868312757201648", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3023040", + "School District Name": "Roundup Elem", + "Physical Address Line 1": "12 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roundup", + "Physical Address State": "MT ", + "Physical Address Zip": "59072", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23880597014925373", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824330", + "School District Name": "IRAAN-SHEFFIELD ISD", + "Physical Address Line 1": "100 S FARR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IRAAN", + "Physical Address State": "TX ", + "Physical Address Zip": "79744", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25333333333333335", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3023070", + "School District Name": "Roundup High School", + "Physical Address Line 1": "12 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roundup", + "Physical Address State": "MT ", + "Physical Address Zip": "59072", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1619047619047619", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616980", + "School District Name": "NORTH ROSE-WOLCOTT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "11631 SALTER-COLVIN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOLCOTT", + "Physical Address State": "NY ", + "Physical Address Zip": "14590", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15577507598784193", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3023160", + "School District Name": "Roy K-12 Schools", + "Physical Address Line 1": "500 Davis Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roy", + "Physical Address State": "MT ", + "Physical Address Zip": "59471", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2708333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700400", + "School District Name": "Iredell Charter Academy", + "Physical Address Line 1": "251 Home Improvement St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Troutman", + "Physical Address State": "NC ", + "Physical Address Zip": "28166", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3023340", + "School District Name": "Ryegate K-12 Schools", + "Physical Address Line 1": "207 2nd Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ryegate", + "Physical Address State": "MT ", + "Physical Address Zip": "59074", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30158730158730157", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621180", + "School District Name": "NORTH SALEM CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "230 JUNE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH SALEM", + "Physical Address State": "NY ", + "Physical Address Zip": "10560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.056020066889632104", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3023370", + "School District Name": "Saco Elem", + "Physical Address Line 1": "321 Hwy 243", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saco", + "Physical Address State": "MT ", + "Physical Address Zip": "59261", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.325", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824360", + "School District Name": "IREDELL ISD", + "Physical Address Line 1": "501 E MCCLAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IREDELL", + "Physical Address State": "TX ", + "Physical Address Zip": "76649", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16463414634146342", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3023400", + "School District Name": "Saco H S", + "Physical Address Line 1": "321 Hwy 243", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saco", + "Physical Address State": "MT ", + "Physical Address Zip": "59261", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17857142857142858", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626370", + "School District Name": "NORTH SHORE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "112 FRANKLIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEA CLIFF", + "Physical Address State": "NY ", + "Physical Address Zip": "11579", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03183391003460208", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3023520", + "School District Name": "Savage Elem", + "Physical Address Line 1": "368 Mesa South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Savage", + "Physical Address State": "MT ", + "Physical Address Zip": "59262", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15492957746478872", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702310", + "School District Name": "Iredell-Statesville Schools", + "Physical Address Line 1": "549 N Race St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Statesville", + "Physical Address State": "NC ", + "Physical Address Zip": "28677", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11639722863741339", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3023550", + "School District Name": "Savage H S", + "Physical Address Line 1": "368 Mesa South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Savage", + "Physical Address State": "MT ", + "Physical Address Zip": "59262", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621210", + "School District Name": "NORTH SYRACUSE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5355 W TAFT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH SYRACUSE", + "Physical Address State": "NY ", + "Physical Address Zip": "13212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1142578125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3023670", + "School District Name": "Scobey K-12 Schools", + "Physical Address Line 1": "205 2nd Ave E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scobey", + "Physical Address State": "MT ", + "Physical Address Zip": "59263", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11636363636363636", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4680439", + "School District Name": "Irene - Wakonda School District 13-3", + "Physical Address Line 1": "130 E State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Irene", + "Physical Address State": "SD ", + "Physical Address Zip": "57037", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09821428571428571", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3023730", + "School District Name": "Seeley Lake Elem", + "Physical Address Line 1": "200 School Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seeley Lake", + "Physical Address State": "MT ", + "Physical Address Zip": "59868", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2608695652173913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621240", + "School District Name": "NORTH TONAWANDA CITY SCHOOL DISTRICT", + "Physical Address Line 1": "176 WALCK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH TONAWANDA", + "Physical Address State": "NY ", + "Physical Address Zip": "14120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15581162324649298", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3023900", + "School District Name": "Shelby Elem", + "Physical Address Line 1": "1010 Oilfield Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelby", + "Physical Address State": "MT ", + "Physical Address Zip": "59474", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21364985163204747", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830360", + "School District Name": "IRION COUNTY ISD", + "Physical Address Line 1": "302 N THIRD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERTZON", + "Physical Address State": "TX ", + "Physical Address Zip": "76941", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3023910", + "School District Name": "Shelby H S", + "Physical Address Line 1": "1010 Oilfield Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelby", + "Physical Address State": "MT ", + "Physical Address Zip": "59474", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15639810426540285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3616960", + "School District Name": "NORTH WARREN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "6110 STATE RT 8", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHESTERTOWN", + "Physical Address State": "NY ", + "Physical Address Zip": "12817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17635658914728683", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3023940", + "School District Name": "Shepherd Elem", + "Physical Address Line 1": "7842 Shepherd Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shepherd", + "Physical Address State": "MT ", + "Physical Address Zip": "59079", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1388888888888889", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630390", + "School District Name": "NORTHEAST CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "194 HAIGHT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMENIA", + "Physical Address State": "NY ", + "Physical Address Zip": "12501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14962593516209477", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3023970", + "School District Name": "Shepherd H S", + "Physical Address Line 1": "7842 Shepherd Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shepherd", + "Physical Address State": "MT ", + "Physical Address Zip": "59079", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09937888198757763", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900390", + "School District Name": "Iron District", + "Physical Address Line 1": "2077 W ROYAL HUNTE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cedar City", + "Physical Address State": "UT ", + "Physical Address Zip": "84720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12969924812030076", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3024150", + "School District Name": "Sheridan Elem", + "Physical Address Line 1": "211 Madison Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sheridan", + "Physical Address State": "MT ", + "Physical Address Zip": "59749", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1328125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621250", + "School District Name": "NORTHEASTERN CLINTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "103 RT 276", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHAMPLAIN", + "Physical Address State": "NY ", + "Physical Address Zip": "12919", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20335110434120335", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3024180", + "School District Name": "Sheridan H S", + "Physical Address Line 1": "211 Madison Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sheridan", + "Physical Address State": "MT ", + "Physical Address Zip": "59749", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0963855421686747", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621260", + "School District Name": "NORTHERN ADIRONDACK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5572 RT 11", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELLENBURG DEPOT", + "Physical Address State": "NY ", + "Physical Address Zip": "12935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23406720741599074", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3024200", + "School District Name": "Sidney Elem", + "Physical Address Line 1": "200 3rd Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sidney", + "Physical Address State": "MT ", + "Physical Address Zip": "59270", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10120240480961924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904414", + "School District Name": "Ironton City School District", + "Physical Address Line 1": "105 S 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ironton", + "Physical Address State": "OH ", + "Physical Address Zip": "45638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.25334182049649906", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3024230", + "School District Name": "Sidney H S", + "Physical Address Line 1": "200 3rd Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sidney", + "Physical Address State": "MT ", + "Physical Address Zip": "59270", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.07528957528957529", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621270", + "School District Name": "NORTHPORT-EAST NORTHPORT UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "158 LAUREL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTHPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "11768", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02670299727520436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3024300", + "School District Name": "Sun River Valley Elem", + "Physical Address Line 1": "123 Walker Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simms", + "Physical Address State": "MT ", + "Physical Address Zip": "59477", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10830324909747292", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621300", + "School District Name": "NORTHVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "131 S 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTHVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12134", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15968586387434555", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3024330", + "School District Name": "Simms H S", + "Physical Address Line 1": "123 Walker Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Simms", + "Physical Address State": "MT ", + "Physical Address Zip": "59477", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10550458715596331", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3024690", + "School District Name": "Spring Creek Colony Elem", + "Physical Address Line 1": "8992 Hanover Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewistown", + "Physical Address State": "MT ", + "Physical Address Zip": "59457", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621330", + "School District Name": "NORWICH CITY SCHOOL DISTRICT", + "Physical Address Line 1": "89 MIDLAND DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORWICH", + "Physical Address State": "NY ", + "Physical Address Zip": "13815", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.186404673393521", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3024810", + "School District Name": "Springhill Elem", + "Physical Address Line 1": "6020 Springhill Comm Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belgrade", + "Physical Address State": "MT ", + "Physical Address Zip": "59714", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2222222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621360", + "School District Name": "NORWOOD-NORFOLK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "7852 STATE HWY 56", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORWOOD", + "Physical Address State": "NY ", + "Physical Address Zip": "13668", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21215043394406943", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3024930", + "School District Name": "St Regis K-12 Schools", + "Physical Address Line 1": "90 Tiger Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St Regis", + "Physical Address State": "MT ", + "Physical Address Zip": "59866", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2830188679245283", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621480", + "School District Name": "NYACK UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "13A DICKINSON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NYACK", + "Physical Address State": "NY ", + "Physical Address Zip": "10960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09689153439153439", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3024990", + "School District Name": "Stanford K-12 Schools", + "Physical Address Line 1": "104 4th Ave South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanford", + "Physical Address State": "MT ", + "Physical Address Zip": "59479", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18333333333333332", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4636150", + "School District Name": "Iroquois School District 02-3", + "Physical Address Line 1": "111 E Washita St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Iroquois", + "Physical Address State": "SD ", + "Physical Address Zip": "57353", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3025020", + "School District Name": "Stevensville Elem", + "Physical Address Line 1": "300 Park Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stevensville", + "Physical Address State": "MT ", + "Physical Address Zip": "59870", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1445012787723785", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621510", + "School District Name": "OAKFIELD-ALABAMA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "7001 LEWISTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OAKFIELD", + "Physical Address State": "NY ", + "Physical Address Zip": "14125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16273584905660377", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3025050", + "School District Name": "Stevensville H S", + "Physical Address Line 1": "300 Park Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stevensville", + "Physical Address State": "MT ", + "Physical Address Zip": "59870", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0962962962962963", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212210", + "School District Name": "Iroquois SD", + "Physical Address Line 1": "800 Tyndall Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erie", + "Physical Address State": "PA ", + "Physical Address Zip": "16511", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.23064770932069512", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621570", + "School District Name": "OCEANSIDE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "145 MERLE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OCEANSIDE", + "Physical Address State": "NY ", + "Physical Address Zip": "11572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03759645378427188", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3025320", + "School District Name": "Sunburst K-12 Schools", + "Physical Address Line 1": "414 3rd St S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunburst", + "Physical Address State": "MT ", + "Physical Address Zip": "59482", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12376237623762376", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621630", + "School District Name": "ODESSA-MONTOUR CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "300 COLLEGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ODESSA", + "Physical Address State": "NY ", + "Physical Address Zip": "14869", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2095730918499353", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3025380", + "School District Name": "Sunset Elem", + "Physical Address Line 1": "5024 Sunset Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenough", + "Physical Address State": "MT ", + "Physical Address Zip": "59823", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08695652173913043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621660", + "School District Name": "OGDENSBURG CITY SCHOOL DISTRICT", + "Physical Address Line 1": "1100 STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OGDENSBURG", + "Physical Address State": "NY ", + "Physical Address Zip": "13669", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19402985074626866", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3025470", + "School District Name": "Superior K-12 Schools", + "Physical Address Line 1": "1003 E 5th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Superior", + "Physical Address State": "MT ", + "Physical Address Zip": "59872", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17784256559766765", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3025500", + "School District Name": "Swan River Elem", + "Physical Address Line 1": "1205 Swan Highway 83", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bigfork", + "Physical Address State": "MT ", + "Physical Address Zip": "59911", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1206896551724138", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621720", + "School District Name": "OLEAN CITY SCHOOL DISTRICT", + "Physical Address Line 1": "410 W SULLIVAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OLEAN", + "Physical Address State": "NY ", + "Physical Address Zip": "14760", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.23740108288213244", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3025530", + "School District Name": "Swan Valley Elem", + "Physical Address Line 1": "6423 Highway 83", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Condon", + "Physical Address State": "MT ", + "Physical Address Zip": "59826", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2222222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3025560", + "School District Name": "Sweet Grass County H S", + "Physical Address Line 1": "501 West 5th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Big Timber", + "Physical Address State": "MT ", + "Physical Address Zip": "59011", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10294117647058823", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600013", + "School District Name": "ONEIDA CITY SCHOOL DISTRICT", + "Physical Address Line 1": "565 SAYLES ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ONEIDA", + "Physical Address State": "NY ", + "Physical Address Zip": "13421", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17183528215556684", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3025890", + "School District Name": "Target Range Elem", + "Physical Address Line 1": "4095 South Avenue West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Missoula", + "Physical Address State": "MT ", + "Physical Address Zip": "59804", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08144796380090498", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621780", + "School District Name": "ONEONTA CITY SCHOOL DISTRICT", + "Physical Address Line 1": "31 CENTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ONEONTA", + "Physical Address State": "NY ", + "Physical Address Zip": "13820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17693236714975846", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3025950", + "School District Name": "Terry K-12 Schools", + "Physical Address Line 1": "215 E Park", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Terry", + "Physical Address State": "MT ", + "Physical Address Zip": "59349", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16770186335403728", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824420", + "School District Name": "IRVING ISD", + "Physical Address Line 1": "2621 W AIRPORT FWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IRVING", + "Physical Address State": "TX ", + "Physical Address Zip": "75062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.19967725496857483", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3026070", + "School District Name": "Thompson Falls Elem", + "Physical Address Line 1": "307 3rd Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thompson Falls", + "Physical Address State": "MT ", + "Physical Address Zip": "59873", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24600638977635783", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621810", + "School District Name": "ONONDAGA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "4466 S ONONDAGA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEDROW", + "Physical Address State": "NY ", + "Physical Address Zip": "13120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15250544662309368", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3026100", + "School District Name": "Thompson Falls H S", + "Physical Address Line 1": "307 3rd Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thompson Falls", + "Physical Address State": "MT ", + "Physical Address Zip": "59873", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1958762886597938", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621840", + "School District Name": "ONTEORA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "4166 RT 28", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOICEVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12412", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14925373134328357", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3026160", + "School District Name": "Three Forks Elem", + "Physical Address Line 1": "212 East Neal", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Three Forks", + "Physical Address State": "MT ", + "Physical Address Zip": "59752", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08680555555555555", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3026190", + "School District Name": "Three Forks H S", + "Physical Address Line 1": "212 East Neal", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Three Forks", + "Physical Address State": "MT ", + "Physical Address Zip": "59752", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.061016949152542375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601107", + "School District Name": "OPPENHEIM-EPHRATAH-ST. JOHNSVILLE CSD", + "Physical Address Line 1": "44 CENTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST JOHNSVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22952586206896552", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3026400", + "School District Name": "Trail Creek Elem", + "Physical Address Line 1": "1734 Road 506", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Miles City", + "Physical Address State": "MT ", + "Physical Address Zip": "59301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19230769230769232", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621900", + "School District Name": "ORCHARD PARK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2240 SOUTHWESTERN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST SENECA", + "Physical Address State": "NY ", + "Physical Address Zip": "14224", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04450499545867393", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3026460", + "School District Name": "Trego Elem", + "Physical Address Line 1": "64 Loon Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trego", + "Physical Address State": "MT ", + "Physical Address Zip": "59934", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3541666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621960", + "School District Name": "ORISKANY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1313 UTICA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORISKANY", + "Physical Address State": "NY ", + "Physical Address Zip": "13424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1130952380952381", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3026490", + "School District Name": "Trinity Elem", + "Physical Address Line 1": "7435 Duffy Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canyon Creek", + "Physical Address State": "MT ", + "Physical Address Zip": "59633", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11538461538461539", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622020", + "School District Name": "OSSINING UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "400 EXECUTIVE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OSSINING", + "Physical Address State": "NY ", + "Physical Address Zip": "10562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12557339449541285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3026520", + "School District Name": "Trout Creek Elem", + "Physical Address Line 1": "4 School Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trout Creek", + "Physical Address State": "MT ", + "Physical Address Zip": "59874", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24731182795698925", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622050", + "School District Name": "OSWEGO CITY SCHOOL DISTRICT", + "Physical Address Line 1": "1 BUCCANEER BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OSWEGO", + "Physical Address State": "NY ", + "Physical Address Zip": "13126", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23310725948254207", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3026550", + "School District Name": "Troy Elem", + "Physical Address Line 1": "218 Spokane Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Troy", + "Physical Address State": "MT ", + "Physical Address Zip": "59935", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2886178861788618", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3026580", + "School District Name": "Troy H S", + "Physical Address Line 1": "218 Spokane Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Troy", + "Physical Address State": "MT ", + "Physical Address Zip": "59935", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2679738562091503", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629240", + "School District Name": "OTEGO-UNADILLA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2641 STATE HWY 7", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OTEGO", + "Physical Address State": "NY ", + "Physical Address Zip": "13825", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1713917525773196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3026640", + "School District Name": "Turner Elem", + "Physical Address Line 1": "190 First Street East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turner", + "Physical Address State": "MT ", + "Physical Address Zip": "59542", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3026670", + "School District Name": "Turner H S", + "Physical Address Line 1": "190 First Street East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turner", + "Physical Address State": "MT ", + "Physical Address Zip": "59542", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07692307692307693", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622170", + "School District Name": "OWEGO-APALACHIN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5 SHELDON GUILE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OWEGO", + "Physical Address State": "NY ", + "Physical Address Zip": "13827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1380352644836272", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3026730", + "School District Name": "Twin Bridges K-12 Schools", + "Physical Address Line 1": "216 West 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Twin Bridges", + "Physical Address State": "MT ", + "Physical Address Zip": "59754", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13744075829383887", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3026880", + "School District Name": "Ulm Elem", + "Physical Address Line 1": "6 Ulm Vaughn Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ulm", + "Physical Address State": "MT ", + "Physical Address Zip": "59485", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06818181818181818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622260", + "School District Name": "OXFORD ACADEMY AND CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "12 FORT HILL PARK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OXFORD", + "Physical Address State": "NY ", + "Physical Address Zip": "13830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20218579234972678", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3027060", + "School District Name": "Valier Elem", + "Physical Address Line 1": "804 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valier", + "Physical Address State": "MT ", + "Physical Address Zip": "59486", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13725490196078433", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3027090", + "School District Name": "Valier H S", + "Physical Address Line 1": "804 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valier", + "Physical Address State": "MT ", + "Physical Address Zip": "59486", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11428571428571428", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622290", + "School District Name": "OYSTER BAY-EAST NORWICH CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1 MCCOUNS LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OYSTER BAY", + "Physical Address State": "NY ", + "Physical Address Zip": "11771", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06428571428571428", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3027150", + "School District Name": "Valley View Elem", + "Physical Address Line 1": "42448 Valley View Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Polson", + "Physical Address State": "MT ", + "Physical Address Zip": "59860", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3027270", + "School District Name": "Victor K-12 Schools", + "Physical Address Line 1": "425 4th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Victor", + "Physical Address State": "MT ", + "Physical Address Zip": "59875", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16901408450704225", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621930", + "School District Name": "OYSTERPONDS UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "23405 MAIN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORIENT", + "Physical Address State": "NY ", + "Physical Address Zip": "11957", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.055248618784530384", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3027340", + "School District Name": "Vida Elem", + "Physical Address Line 1": "1004 C Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Circle", + "Physical Address State": "MT ", + "Physical Address Zip": "59215", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3027570", + "School District Name": "West Valley Elem", + "Physical Address Line 1": "2290 Farm To Market Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalispell", + "Physical Address State": "MT ", + "Physical Address Zip": "59901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05783132530120482", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3027630", + "School District Name": "West Yellowstone K-12", + "Physical Address Line 1": "411 N Geyser St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Yellowstone", + "Physical Address State": "MT ", + "Physical Address Zip": "59758", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09477124183006536", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700332", + "School District Name": "Island Montessori Charter", + "Physical Address Line 1": "6339 Carolina Beach Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "NC ", + "Physical Address Zip": "28412", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3027730", + "School District Name": "Westby K-12 Schools", + "Physical Address Line 1": "101 5th Ave East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westby", + "Physical Address State": "MT ", + "Physical Address Zip": "59275", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3027740", + "School District Name": "Whitefish Elem", + "Physical Address Line 1": "600 East Second Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitefish", + "Physical Address State": "MT ", + "Physical Address Zip": "59937", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.07086614173228346", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102010", + "School District Name": "ISLE OF WIGHT CO PBLC SCHS", + "Physical Address Line 1": "820 West Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smithfield", + "Physical Address State": "VA ", + "Physical Address Zip": "23430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10403726708074534", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3027790", + "School District Name": "Whitefish H S", + "Physical Address Line 1": "600 East Second Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitefish", + "Physical Address State": "MT ", + "Physical Address Zip": "59937", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.056100981767180924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900081", + "School District Name": "Isleta Elementary School", + "Physical Address Line 1": "1000 Moonlight Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albuquerque", + "Physical Address State": "NM", + "Physical Address Zip": "87105", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3027810", + "School District Name": "Whitehall Elem", + "Physical Address Line 1": "1 West Yellowstone", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitehall", + "Physical Address State": "MT ", + "Physical Address Zip": "59759", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17307692307692307", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303750", + "School District Name": "Issaquah School District", + "Physical Address Line 1": "5150 220th Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ISSAQUAH", + "Physical Address State": "WA ", + "Physical Address Zip": "98029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.040266724026672404", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3027840", + "School District Name": "Whitehall H S", + "Physical Address Line 1": "1 West Yellowstone", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitehall", + "Physical Address State": "MT ", + "Physical Address Zip": "59759", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16292134831460675", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901575", + "School District Name": "iSTEM Geauga Early College High School", + "Physical Address Line 1": "1800 Mentor Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Painesville", + "Physical Address State": "OH ", + "Physical Address Zip": "44077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3027930", + "School District Name": "Whitewater K-12 Schools", + "Physical Address Line 1": "1 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitewater", + "Physical Address State": "MT ", + "Physical Address Zip": "59544", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500082", + "School District Name": "Isthmus Montessori Academy Public Agency", + "Physical Address Line 1": "1802 Pankratz St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "WI ", + "Physical Address Zip": "53704", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028020", + "School District Name": "Wibaux K-12 Schools", + "Physical Address Line 1": "121 F Street N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wibaux", + "Physical Address State": "MT ", + "Physical Address Zip": "59353", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11805555555555555", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028140", + "School District Name": "Willow Creek Elem", + "Physical Address Line 1": "407 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willow Creek", + "Physical Address State": "MT ", + "Physical Address Zip": "59760", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.05263157894736842", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028170", + "School District Name": "Willow Creek H S", + "Physical Address Line 1": "407 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willow Creek", + "Physical Address State": "MT ", + "Physical Address Zip": "59760", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.05", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824450", + "School District Name": "ITALY ISD", + "Physical Address Line 1": "300 S COLLEGE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ITALY", + "Physical Address State": "TX ", + "Physical Address Zip": "76651", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.174496644295302", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028380", + "School District Name": "Winifred K-12 Schools", + "Physical Address Line 1": "507 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winifred", + "Physical Address State": "MT ", + "Physical Address Zip": "59489", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23404255319148937", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028470", + "School District Name": "Winnett K-12 Schools", + "Physical Address Line 1": "305 South Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winnett", + "Physical Address State": "MT ", + "Physical Address Zip": "59087", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21818181818181817", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824480", + "School District Name": "ITASCA ISD", + "Physical Address Line 1": "123 N COLLEGE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ITASCA", + "Physical Address State": "TX ", + "Physical Address Zip": "76055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19216182048040456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028500", + "School District Name": "Wisdom Elem", + "Physical Address Line 1": "408 Elm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wisdom", + "Physical Address State": "MT ", + "Physical Address Zip": "59761", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30434782608695654", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506960", + "School District Name": "Ithaca School District", + "Physical Address Line 1": "24615 State Hwy 58", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richland Center", + "Physical Address State": "WI ", + "Physical Address Zip": "53581", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1134020618556701", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028550", + "School District Name": "Wolf Creek Elem", + "Physical Address Line 1": "150 Walsh St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wolf Creek", + "Physical Address State": "MT ", + "Physical Address Zip": "59648", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2127659574468085", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900067", + "School District Name": "Itineris Early College High", + "Physical Address Line 1": "8714 Roy Del Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST JORDAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84088", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028590", + "School District Name": "Wolf Point Elem", + "Physical Address Line 1": "213 6th Avenue South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wolf Point", + "Physical Address State": "MT ", + "Physical Address Zip": "59201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2922437673130194", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028620", + "School District Name": "Wolf Point H S", + "Physical Address Line 1": "213 6th Avenue South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wolf Point", + "Physical Address State": "MT ", + "Physical Address Zip": "59201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2191358024691358", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028650", + "School District Name": "Woodman Elem", + "Physical Address Line 1": "18470 Highway 12 West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lolo", + "Physical Address State": "MT ", + "Physical Address Zip": "59847", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13636363636363635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028770", + "School District Name": "White Sulphur Spgs K-12", + "Physical Address Line 1": "405 Central Avenue South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "White Sulphur Springs", + "Physical Address State": "MT ", + "Physical Address Zip": "59645", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18596491228070175", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601209", + "School District Name": "IVY HILL PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "475 E 57TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028800", + "School District Name": "Wyola Elem", + "Physical Address Line 1": "1 Mondell Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wyola", + "Physical Address State": "MT ", + "Physical Address Zip": "59089", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.35135135135135137", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028830", + "School District Name": "Yaak Elem", + "Physical Address Line 1": "29893 Yaak River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Troy", + "Physical Address State": "MT ", + "Physical Address Zip": "59935", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.325", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028860", + "School District Name": "Yellowstone Academy Elem", + "Physical Address Line 1": "1750 Ray of Hope Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Billings", + "Physical Address State": "MT ", + "Physical Address Zip": "59106", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05714285714285714", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500141", + "School District Name": "J PAUL TAYLOR ACADEMY", + "Physical Address Line 1": "402 W. COURT AVE BLDG 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAS CRUCES", + "Physical Address State": "NM ", + "Physical Address Zip": "88005", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028910", + "School District Name": "Zurich Elem", + "Physical Address Line 1": "265 Park Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zurich", + "Physical Address State": "MT ", + "Physical Address Zip": "59547", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824530", + "School District Name": "JACKSBORO ISD", + "Physical Address Line 1": "750 W BELKNAP", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSBORO", + "Physical Address State": "TX ", + "Physical Address Zip": "76458", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1769019248395967", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3028911", + "School District Name": "Rocky Boy H S", + "Physical Address Line 1": "81 Mission Taylor Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Box Elder", + "Physical Address State": "MT ", + "Physical Address Zip": "59521", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2229965156794425", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910005", + "School District Name": "Jackson Center Local", + "Physical Address Line 1": "204 S Linden St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson Center", + "Physical Address State": "OH ", + "Physical Address Zip": "45334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10136452241715399", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904415", + "School District Name": "Jackson City", + "Physical Address Line 1": "450 Vaughn St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "OH ", + "Physical Address Zip": "45640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20525931336742148", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702070", + "School District Name": "Jackson County", + "Physical Address Line 1": "711 School DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gainesboro", + "Physical Address State": "TN ", + "Physical Address Zip": "38562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24908200734394126", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702340", + "School District Name": "Jackson County Public Schools", + "Physical Address Line 1": "398 Hospital Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sylva", + "Physical Address State": "NC ", + "Physical Address Zip": "28779", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20736607142857144", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100006", + "School District Name": "WEST POINT PUBLIC SCHOOLS", + "Physical Address Line 1": "1200 E WASHINGTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST POINT", + "Physical Address State": "NE ", + "Physical Address Zip": "68788", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.06818181818181818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400540", + "School District Name": "JACKSON COUNTY SCHOOLS", + "Physical Address Line 1": "1 SCHOOL STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIPLEY", + "Physical Address State": "WV ", + "Physical Address Zip": "25271", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19790037971856153", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100008", + "School District Name": "WISNER-PILGER PUBLIC SCHOOLS", + "Physical Address Line 1": "801 18TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WISNER", + "Physical Address State": "NE ", + "Physical Address Zip": "68791", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0963855421686747", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700441", + "School District Name": "Jackson Day School", + "Physical Address Line 1": "1209 Little Rock Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904985", + "School District Name": "Jackson Local", + "Physical Address Line 1": "7602 Fulton Dr NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Massillon", + "Physical Address State": "OH ", + "Physical Address Zip": "44646", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.060860440713536204", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100063", + "School District Name": "JACKSON RIVER GOVERNOR'S SCHOOL", + "Physical Address Line 1": "Dabney S. Lancaster Community", + "Physical Address Line 2": "1000 Dabney Drive", + "Physical Address Line 3": "", + "Physical Address City": "Clifton Forge", + "Physical Address State": "VA ", + "Physical Address Zip": "24422", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100004", + "School District Name": "JACKSON RIVER TECH CTR", + "Physical Address Line 1": "105 E Country Club Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Covington", + "Physical Address State": "VA ", + "Physical Address Zip": "24426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100018", + "School District Name": "WAUNETA-PALISADE PUBLIC SCHS", + "Physical Address Line 1": "214 W WICHITA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAUNETA", + "Physical Address State": "NE ", + "Physical Address Zip": "69045", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17258883248730963", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904832", + "School District Name": "Jackson-Milton Local", + "Physical Address Line 1": "13910 Mahoning Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Jackson", + "Physical Address State": "OH ", + "Physical Address Zip": "44451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16071428571428573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100021", + "School District Name": "WAVERLY SCHOOL DISTRICT 145", + "Physical Address Line 1": "14511 HEYWOOD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAVERLY", + "Physical Address State": "NE ", + "Physical Address Zip": "68462", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03319838056680162", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824590", + "School District Name": "JACKSONVILLE ISD", + "Physical Address Line 1": "800 COLLEGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSONVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75766", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26077003121748177", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300012", + "School District Name": "Jaffrey-Rindge SAU Office", + "Physical Address Line 1": "1 Conant Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jaffrey", + "Physical Address State": "NH ", + "Physical Address Zip": "03452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100024", + "School District Name": "SUTHERLAND PUBLIC SCHOOLS", + "Physical Address Line 1": "401 WALNUT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUTHERLAND", + "Physical Address State": "NE ", + "Physical Address Zip": "69165", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07807807807807808", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100029", + "School District Name": "SUPERIOR PUBLIC SCHOOLS", + "Physical Address Line 1": "601 W 8TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUPERIOR", + "Physical Address State": "NE ", + "Physical Address Zip": "68978", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1473429951690821", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904920", + "School District Name": "James A Garfield Local", + "Physical Address Line 1": "10235 State Route 88", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garrettsville", + "Physical Address State": "OH ", + "Physical Address Zip": "44231", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12773224043715847", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100041", + "School District Name": "STANTON COMMUNITY SCHOOLS", + "Physical Address Line 1": "1007 KINGWOOD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STANTON", + "Physical Address State": "NE ", + "Physical Address Zip": "68779", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06142506142506143", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100046", + "School District Name": "WEST KEARNEY HIGH SCHOOL", + "Physical Address Line 1": "2802 30TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KEARNEY", + "Physical Address State": "NE ", + "Physical Address Zip": "68845", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100047", + "School District Name": "PINE RIDGE JOB CORPS", + "Physical Address Line 1": "15710 HWY 385", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHADRON", + "Physical Address State": "NE ", + "Physical Address Zip": "69337", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100051", + "School District Name": "WEST HASTINGS SCHOOLS (DHHS)", + "Physical Address Line 1": "2802 30TH AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HASTINGS", + "Physical Address State": "NE ", + "Physical Address Zip": "68901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800396", + "School District Name": "JAMES RIVER SPECIAL ED COOPERATIVE", + "Physical Address Line 1": "207 2nd Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamestown", + "Physical Address State": "ND ", + "Physical Address Zip": "58401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100059", + "School District Name": "UNIVERSITY OF NEBRASKA HIGH SCHOOL", + "Physical Address Line 1": "206 S 13TH ST STE 800", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINCOLN", + "Physical Address State": "NE ", + "Physical Address Zip": "68588", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880680", + "School District Name": "JAMES VALLEY AREA CAREER & TECHNICAL CENTER", + "Physical Address Line 1": "910 12th Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamestown", + "Physical Address State": "ND ", + "Physical Address Zip": "58401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100066", + "School District Name": "SILVER LAKE PUBLIC SCHOOLS", + "Physical Address Line 1": "9405 S LINCOLN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSELAND", + "Physical Address State": "NE ", + "Physical Address Zip": "68973", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07392996108949416", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600039", + "School District Name": "James Valley Education Cooperative", + "Physical Address Line 1": "110 N Mentzer St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mitchell", + "Physical Address State": "SD ", + "Physical Address Zip": "57301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400510", + "School District Name": "Jamestown", + "Physical Address Line 1": "76 Melrose Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamestown", + "Physical Address State": "RI ", + "Physical Address Zip": "02835", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.042232277526395176", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800021", + "School District Name": "JAMESTOWN 1", + "Physical Address Line 1": "207 2nd Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamestown", + "Physical Address State": "ND ", + "Physical Address Zip": "58401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09476765459202342", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100071", + "School District Name": "TEKAMAH-HERMAN COMMUNITY SCHS", + "Physical Address Line 1": "112 N 13TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEKAMAH", + "Physical Address State": "NE ", + "Physical Address Zip": "68061", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08289241622574955", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212300", + "School District Name": "Jamestown Area SD", + "Physical Address Line 1": "204 Shenango Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamestown", + "Physical Address State": "PA ", + "Physical Address Zip": "16134", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17484008528784648", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800394", + "School District Name": "JAMESTOWN SPECIAL ED UNIT", + "Physical Address Line 1": "207 2nd Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamestown", + "Physical Address State": "ND ", + "Physical Address Zip": "58401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100076", + "School District Name": "SCRIBNER-SNYDER COMMUNITY SCHS", + "Physical Address Line 1": "400 PEBBLE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCRIBNER", + "Physical Address State": "NE ", + "Physical Address Zip": "68057", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08544303797468354", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507020", + "School District Name": "Janesville School District", + "Physical Address Line 1": "527 S Franklin St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Janesville", + "Physical Address State": "WI ", + "Physical Address Zip": "53548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.135547402973547", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100082", + "School District Name": "STUART PUBLIC SCHOOLS", + "Physical Address Line 1": "404 E 2ND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STUART", + "Physical Address State": "NE ", + "Physical Address Zip": "68780", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11267605633802817", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824600", + "School District Name": "JARRELL ISD", + "Physical Address Line 1": "108 E AVE F", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JARRELL", + "Physical Address State": "TX ", + "Physical Address Zip": "76537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09405940594059406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100085", + "School District Name": "ST PAUL PUBLIC SCHOOLS", + "Physical Address Line 1": "1305 HOWARD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST. PAUL", + "Physical Address State": "NE ", + "Physical Address Zip": "68873", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08936170212765958", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502520", + "School District Name": "Jasper 01", + "Physical Address Line 1": "10942 North Jacob Smart Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ridgeland", + "Physical Address State": "SC ", + "Physical Address Zip": "29936", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2779433681073025", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824630", + "School District Name": "JASPER ISD", + "Physical Address Line 1": "128 PARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JASPER", + "Physical Address State": "TX ", + "Physical Address Zip": "75951", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3842845973416732", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100089", + "School District Name": "PALMER PUBLIC SCHOOLS", + "Physical Address Line 1": "202 COMMERCIAL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PALMER", + "Physical Address State": "NE ", + "Physical Address Zip": "68864", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09047619047619047", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4015690", + "School District Name": "JAY", + "Physical Address Line 1": "821 N Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jay", + "Physical Address State": "OK ", + "Physical Address Zip": "74346", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2647798742138365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5004950", + "School District Name": "Jay School District", + "Physical Address Line 1": "338 Highland Avenue Suite 4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "VT ", + "Physical Address Zip": "05855", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5004960", + "School District Name": "Jay/Westfield Joint Elementary School District", + "Physical Address Line 1": "257 Revoir Flats", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jay", + "Physical Address State": "VT ", + "Physical Address Zip": "05859", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824660", + "School District Name": "JAYTON-GIRARD ISD", + "Physical Address Line 1": "700 MADISON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JAYTON", + "Physical Address State": "TX ", + "Physical Address Zip": "79528", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12949640287769784", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100109", + "School District Name": "SOUTHERN VALLEY SCHOOLS", + "Physical Address Line 1": "43739 HWY 89", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OXFORD", + "Physical Address State": "NE ", + "Physical Address Zip": "68967", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16519823788546256", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100110", + "School District Name": "SOUTH PLATTE PUBLIC SCHOOLS", + "Physical Address Line 1": "610 PLUM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BIG SPRINGS", + "Physical Address State": "NE ", + "Physical Address Zip": "69122", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800098", + "School District Name": "JEAN MASSIEU ACADEMY", + "Physical Address Line 1": "823 N CENTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARLINGTON", + "Physical Address State": "TX ", + "Physical Address Zip": "76011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212330", + "School District Name": "Jeannette City SD", + "Physical Address Line 1": "800 Florida Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jeannette", + "Physical Address State": "PA ", + "Physical Address Zip": "15644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.29138513513513514", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900079", + "School District Name": "Jeehdeez'a Elementary School", + "Physical Address Line 1": "3 miles E of Navajo Route 60", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pinon", + "Physical Address State": "AZ", + "Physical Address Zip": "86510", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900139", + "School District Name": "Jefferson Academy", + "Physical Address Line 1": "1425 S ANGEL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KAYSVILLE", + "Physical Address State": "UT ", + "Physical Address Zip": "84037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904587", + "School District Name": "Jefferson Area Local", + "Physical Address Line 1": "121 S Poplar St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jefferson", + "Physical Address State": "OH ", + "Physical Address Zip": "44047", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1487644982349975", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905112", + "School District Name": "Jefferson County", + "Physical Address Line 1": "1509 County Highway 22A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bloomingdale", + "Physical Address State": "OH ", + "Physical Address Zip": "43910", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100122", + "School District Name": "SOUTH CENTRAL NEBRASKA UNIFIED 5", + "Physical Address Line 1": "30671 HWY 14", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAIRFIELD", + "Physical Address State": "NE ", + "Physical Address Zip": "68938", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09312320916905444", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702100", + "School District Name": "Jefferson County", + "Physical Address Line 1": "1221 Gay ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dandridge", + "Physical Address State": "TN ", + "Physical Address Zip": "37725", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1973330070956692", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904777", + "School District Name": "Jefferson County ESC", + "Physical Address Line 1": "2023 Sunset Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Steubenville", + "Physical Address State": "OH ", + "Physical Address Zip": "43952", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400570", + "School District Name": "JEFFERSON COUNTY SCHOOLS", + "Physical Address Line 1": "110 MORDINGTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHARLES TOWN", + "Physical Address State": "WV ", + "Physical Address Zip": "25414", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10013560029206217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106740", + "School District Name": "Jefferson County SD 509J", + "Physical Address Line 1": "445 SE Buff St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madras", + "Physical Address State": "OR ", + "Physical Address Zip": "97741", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21883408071748878", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100129", + "School District Name": "TWIN RIVER PUBLIC SCHOOLS", + "Physical Address Line 1": "816 WILLARD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GENOA", + "Physical Address State": "NE ", + "Physical Address Zip": "68640", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0835117773019272", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212335", + "School District Name": "Jefferson County-DuBois AVTS", + "Physical Address Line 1": "576 Vo Tech Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reynoldsville", + "Physical Address State": "PA ", + "Physical Address Zip": "15851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100030", + "School District Name": "Jefferson ESD", + "Physical Address Line 1": "295 SE Buff St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madras", + "Physical Address State": "OR ", + "Physical Address Zip": "97741", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100132", + "School District Name": "THAYER CENTRAL COMMUNITY SCHS", + "Physical Address Line 1": "930 EADS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEBRON", + "Physical Address State": "NE ", + "Physical Address Zip": "68370", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09978308026030369", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824730", + "School District Name": "JEFFERSON ISD", + "Physical Address Line 1": "1600 MLK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JEFFERSON", + "Physical Address State": "TX ", + "Physical Address Zip": "75657", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.315", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904825", + "School District Name": "Jefferson Local", + "Physical Address Line 1": "906 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Jefferson", + "Physical Address State": "OH ", + "Physical Address Zip": "43162", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17157712305025996", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100134", + "School District Name": "WILCOX-HILDRETH PUBLIC SCHOOLS", + "Physical Address Line 1": "404 E SAPP ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILCOX", + "Physical Address State": "NE ", + "Physical Address Zip": "68982", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14347826086956522", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507050", + "School District Name": "Jefferson School District", + "Physical Address Line 1": "206 S Taft Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jefferson", + "Physical Address State": "WI ", + "Physical Address Zip": "53549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0713905167820991", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106710", + "School District Name": "Jefferson SD 14J", + "Physical Address Line 1": "1328 N 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jefferson", + "Physical Address State": "OR ", + "Physical Address Zip": "97352", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.116107931316435", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100145", + "School District Name": "NOVA ALTERNATIVE SCHOOL", + "Physical Address Line 1": "8502 MORMON BRIDGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OMAHA", + "Physical Address State": "NE ", + "Physical Address Zip": "68152", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904868", + "School District Name": "Jefferson Township Local", + "Physical Address Line 1": "2625 S Union Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2751592356687898", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680440", + "School District Name": "JEFFERSON-LEWIS-HAMILTON-HERKIMER-ONEIDA BOCES", + "Physical Address Line 1": "20104 STATE RTE 3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATERTOWN", + "Physical Address State": "NY ", + "Physical Address Zip": "13601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212390", + "School District Name": "Jefferson-Morgan SD", + "Physical Address Line 1": "1351 Jefferson Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jefferson", + "Physical Address State": "PA ", + "Physical Address Zip": "15344", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14945321992709598", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100150", + "School District Name": "MORTON SCHOOL", + "Physical Address Line 1": "2311 N 60TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINCOLN", + "Physical Address State": "NE ", + "Physical Address Zip": "68507", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900140", + "School District Name": "Jemez Day School", + "Physical Address Line 1": "243 Day School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jemez Pueblo", + "Physical Address State": "NM", + "Physical Address Zip": "87024", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100151", + "School District Name": "PATHFINDER ED PRG-LANCASTER CO", + "Physical Address Line 1": "1200 RADCLIFF STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINCOLN", + "Physical Address State": "NE ", + "Physical Address Zip": "68512", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212420", + "School District Name": "Jenkintown SD", + "Physical Address Line 1": "West and Highland Avenues", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jenkintown", + "Physical Address State": "PA ", + "Physical Address Zip": "19046", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04912280701754386", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4015720", + "School District Name": "JENKS", + "Physical Address Line 1": "205 East B Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jenks", + "Physical Address State": "OK ", + "Physical Address Zip": "74037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0937955720535596", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100154", + "School District Name": "NORTHEAST NE JUVENILE SERVICES", + "Physical Address Line 1": "1313 1/2 N MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MADISON", + "Physical Address State": "NE ", + "Physical Address Zip": "68748", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4015750", + "School District Name": "JENNINGS", + "Physical Address Line 1": "475 North Oak Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jennings", + "Physical Address State": "OK ", + "Physical Address Zip": "74038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18674698795180722", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100157", + "School District Name": "PERKINS COUNTY SCHOOLS", + "Physical Address Line 1": "740 SHERMAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANT", + "Physical Address State": "NE ", + "Physical Address Zip": "69140", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11717171717171718", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100160", + "School District Name": "PATRICK J THOMAS JUVENILE JUSTICE CNTR", + "Physical Address Line 1": "9701 PORTAL ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAVISTA", + "Physical Address State": "NE ", + "Physical Address Zip": "68128", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904933", + "School District Name": "Jennings Local", + "Physical Address Line 1": "#1 Musketeer Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Jennings", + "Physical Address State": "OH ", + "Physical Address Zip": "45844", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06299212598425197", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400033", + "School District Name": "Jersey City Community Charter School", + "Physical Address Line 1": "128 Danforth Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jersey City", + "Physical Address State": "NJ ", + "Physical Address Zip": "07305", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400767", + "School District Name": "Jersey City Global Charter School", + "Physical Address Line 1": "255 Congress Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jersey City", + "Physical Address State": "NJ ", + "Physical Address Zip": "07307", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100166", + "School District Name": "UTA HALEE ACADEMY PROGRAM", + "Physical Address Line 1": "10625 CALHOUN ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OMAHA", + "Physical Address State": "NE ", + "Physical Address Zip": "68112", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400034", + "School District Name": "Jersey City Golden Door Charter School", + "Physical Address Line 1": "3044 Kennedy Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jersey City", + "Physical Address State": "NJ ", + "Physical Address Zip": "07306", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212480", + "School District Name": "Jersey Shore Area SD", + "Physical Address Line 1": "175 A & P Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jersey Shore", + "Physical Address State": "PA ", + "Physical Address Zip": "17740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11655582779138957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100172", + "School District Name": "WEST HOLT PUBLIC SCHOOLS", + "Physical Address Line 1": "1000 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ATKINSON", + "Physical Address State": "NE ", + "Physical Address Zip": "68713", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1160337552742616", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106750", + "School District Name": "Jewell SD 8", + "Physical Address Line 1": "83874 Hwy 103", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seaside", + "Physical Address State": "OR ", + "Physical Address Zip": "97138", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.175", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100174", + "School District Name": "NEBRASKA YOUTH ACADEMY", + "Physical Address Line 1": "2311 N 60TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINCOLN", + "Physical Address State": "NE ", + "Physical Address Zip": "68507", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824750", + "School District Name": "JIM HOGG COUNTY ISD", + "Physical Address Line 1": "210 W LUCILLE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEBBRONVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78361", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.31866197183098594", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100177", + "School District Name": "NCYF COMMUNITY HIGH SCHOOL", + "Physical Address Line 1": "2610 N 20TH ST EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OMAHA", + "Physical Address State": "NE ", + "Physical Address Zip": "68110", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824780", + "School District Name": "JIM NED CISD", + "Physical Address Line 1": "441 GRAHAM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUSCOLA", + "Physical Address State": "TX ", + "Physical Address Zip": "79562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11030383091149273", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100178", + "School District Name": "SOUTHWEST PUBLIC SCHOOLS", + "Physical Address Line 1": "900 COKE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BARTLEY", + "Physical Address State": "NE ", + "Physical Address Zip": "69020", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14873417721518986", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212540", + "School District Name": "Jim Thorpe Area SD", + "Physical Address Line 1": "410 Center Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jim Thorpe", + "Physical Address State": "PA ", + "Physical Address Zip": "18229", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.17387543252595156", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900054", + "School District Name": "JKL Bahweting Anishnabe School", + "Physical Address Line 1": "1301 Marquette Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sault Ste. Marie", + "Physical Address State": "MI", + "Physical Address Zip": "49783", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824810", + "School District Name": "JOAQUIN ISD", + "Physical Address Line 1": "11109 US HWY 84 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JOAQUIN", + "Physical Address State": "TX ", + "Physical Address Zip": "75954", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26916524701873934", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100184", + "School District Name": "RIVERSIDE PUBLIC SCHOOLS", + "Physical Address Line 1": "124 SOUTH ASH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPALDING", + "Physical Address State": "NE ", + "Physical Address Zip": "68665", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18032786885245902", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100186", + "School District Name": "OMAHA HOME FOR BOYS SCHOOL", + "Physical Address Line 1": "4343 N 52ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OMAHA", + "Physical Address State": "NE ", + "Physical Address Zip": "68104", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100188", + "School District Name": "YOUTH CARE AND BEYOND LEARNING CENTER", + "Physical Address Line 1": "2819 S 125TH AVE; SUITE 276", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OMAHA", + "Physical Address State": "NE", + "Physical Address Zip": "68144", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200839", + "School District Name": "John B Stetson CS", + "Physical Address Line 1": "3400 B Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19134", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3100189", + "School District Name": "SUMMERLAND PUBLIC SCHOOLS", + "Physical Address Line 1": "51293 857 RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EWING", + "Physical Address State": "NE ", + "Physical Address Zip": "68735", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18899521531100477", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106780", + "School District Name": "John Day SD 3", + "Physical Address Line 1": "401 N Canyon City Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canyon City", + "Physical Address State": "OR ", + "Physical Address Zip": "97820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15877862595419848", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900076", + "School District Name": "John F. Kennedy Day School", + "Physical Address Line 1": "110 W Dish Chin Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whiteriver", + "Physical Address State": "AZ", + "Physical Address Zip": "85941", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900014", + "School District Name": "John Hancock Charter School", + "Physical Address Line 1": "125 N 100 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLEASANT GROVE", + "Physical Address State": "UT ", + "Physical Address Zip": "84062", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400748", + "School District Name": "John P Holland Charter School", + "Physical Address Line 1": "5 Garret Mountain Plaza", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodland Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "07424", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600053", + "School District Name": "JOHN V LINDSAY WILDCAT ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "17 BATTERY PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600996", + "School District Name": "JOHN W LAVELLE PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "1 CORPORATE COMMONS-1 TELEPORT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STATEN ISLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "10311", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000787", + "School District Name": "JOHN W REX CHARTER ELEMENTARY", + "Physical Address Line 1": "500 West Sheridan", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702130", + "School District Name": "Johnson City", + "Physical Address Line 1": "100 E. Maple", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnson City", + "Physical Address State": "TN ", + "Physical Address Zip": "37605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.19946719946719946", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824840", + "School District Name": "JOHNSON CITY ISD", + "Physical Address Line 1": "304 N LBJ DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JOHNSON CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "78636", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13517241379310344", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702160", + "School District Name": "Johnson County", + "Physical Address Line 1": "211 N Church ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mountain City", + "Physical Address State": "TN ", + "Physical Address Zip": "37683", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3206971677559913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5603770", + "School District Name": "Johnson County School District #1", + "Physical Address Line 1": "601 West Lott Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buffalo", + "Physical Address State": "WY ", + "Physical Address Zip": "82834", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1054823039555864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507170", + "School District Name": "Johnson Creek School District", + "Physical Address Line 1": "455 Aztalan St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnson Creek", + "Physical Address State": "WI ", + "Physical Address Zip": "53038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04252577319587629", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212570", + "School District Name": "Johnsonburg Area SD", + "Physical Address Line 1": "315 High School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnsonburg", + "Physical Address State": "PA ", + "Physical Address Zip": "15845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18592964824120603", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400540", + "School District Name": "Johnston", + "Physical Address Line 1": "10 Memorial Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnston", + "Physical Address State": "RI ", + "Physical Address Zip": "02919", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1450538185545874", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700430", + "School District Name": "Johnston Charter Academy", + "Physical Address Line 1": "40 Scholar Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clayton", + "Physical Address State": "NC ", + "Physical Address Zip": "27520", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702370", + "School District Name": "Johnston County Public Schools", + "Physical Address Line 1": "2320 Hwy 70 E Business", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smithfield", + "Physical Address State": "NC ", + "Physical Address Zip": "27577", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13415998508297594", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3904798", + "School District Name": "Johnstown-Monroe Local", + "Physical Address Line 1": "441 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnstown", + "Physical Address State": "OH ", + "Physical Address Zip": "43031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07264296754250386", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904826", + "School District Name": "Jonathan Alder Local", + "Physical Address Line 1": "9200 Us Highway 42 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plain City", + "Physical Address State": "OH ", + "Physical Address Zip": "43064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09696458684654301", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4015840", + "School District Name": "JONES", + "Physical Address Line 1": "9200 N Hiwassee Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jones", + "Physical Address State": "OK ", + "Physical Address Zip": "73049", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16775244299674266", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900200", + "School District Name": "Jones Academy", + "Physical Address Line 1": "909 Jones Academy Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartshorne", + "Physical Address State": "OK", + "Physical Address Zip": "74547", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4619580", + "School District Name": "Jones County School District 37-3", + "Physical Address Line 1": "404 Jackson Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Murdo", + "Physical Address State": "SD ", + "Physical Address Zip": "57559", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2251655629139073", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702400", + "School District Name": "Jones County Schools", + "Physical Address Line 1": "320 West Jones Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trenton", + "Physical Address State": "NC ", + "Physical Address Zip": "28585", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.27044025157232704", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824900", + "School District Name": "JONESBORO ISD", + "Physical Address Line 1": "14909 E STATE HWY 36", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JONESBORO", + "Physical Address State": "TX ", + "Physical Address Zip": "76538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19313304721030042", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900420", + "School District Name": "Jordan District", + "Physical Address Line 1": "7387 S CAMPUS VIEW DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST JORDAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04741700361779102", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3104950", + "School District Name": "RAYMOND CENTRAL PUBLIC SCHOOLS", + "Physical Address Line 1": "1800 W AGNEW RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RAYMOND", + "Physical Address State": "NE ", + "Physical Address Zip": "68428", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.049528301886792456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106820", + "School District Name": "Jordan Valley SD 3", + "Physical Address Line 1": "604 Oregon Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jordan Valley", + "Physical Address State": "OR ", + "Physical Address Zip": "97910", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19117647058823528", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905017", + "School District Name": "Joseph Badger Local", + "Physical Address Line 1": "7119 State Route 7", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kinsman", + "Physical Address State": "OH ", + "Physical Address Zip": "44428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13898305084745763", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106870", + "School District Name": "Joseph SD 6", + "Physical Address Line 1": "400 Wm E Williams Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Joseph", + "Physical Address State": "OR ", + "Physical Address Zip": "97846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18702290076335878", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824930", + "School District Name": "JOSHUA ISD", + "Physical Address Line 1": "310 E 18TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JOSHUA", + "Physical Address State": "TX ", + "Physical Address Zip": "76058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11724245740190714", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824960", + "School District Name": "JOURDANTON ISD", + "Physical Address Line 1": "200 ZANDERSON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JOURDANTON", + "Physical Address State": "TX ", + "Physical Address Zip": "78026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18712121212121213", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3105970", + "School District Name": "TRI COUNTY PUBLIC SCHOOLS", + "Physical Address Line 1": "72520 HWY 103", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEWITT", + "Physical Address State": "NE ", + "Physical Address Zip": "68341", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07387862796833773", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702430", + "School District Name": "Kannapolis City Schools", + "Physical Address Line 1": "100 Denver Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kannapolis", + "Physical Address State": "NC ", + "Physical Address Zip": "28083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.22883642495784148", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900450", + "School District Name": "Juab District", + "Physical Address Line 1": "346 E 600 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nephi", + "Physical Address State": "UT ", + "Physical Address Zip": "84648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09143049932523617", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3119560", + "School District Name": "UMO N HO N NATION PUBLIC SCHS", + "Physical Address Line 1": "470 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MACY", + "Physical Address State": "NE ", + "Physical Address Zip": "68039", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702560", + "School District Name": "Lee County Schools", + "Physical Address Line 1": "106 Gordon St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sanford", + "Physical Address State": "NC ", + "Physical Address Zip": "27330", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18665377176015474", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800179", + "School District Name": "JUBILEE ACADEMIES", + "Physical Address Line 1": "4434 ROLAND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702610", + "School District Name": "Lenoir County Public Schools", + "Physical Address Line 1": "2017 W Vernon Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kinston", + "Physical Address State": "NC ", + "Physical Address Zip": "28504", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.27804825273179706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507230", + "School District Name": "Juda School District", + "Physical Address Line 1": "N2385 Spring St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Juda", + "Physical Address State": "WI ", + "Physical Address Zip": "53550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15584415584415584", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702640", + "School District Name": "Lexington City Schools", + "Physical Address Line 1": "1010 Fair Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "NC ", + "Physical Address Zip": "27292", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.30716417910447763", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702680", + "School District Name": "Lincoln County Schools", + "Physical Address Line 1": "201 Jeb Seagle Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincolnton", + "Physical Address State": "NC ", + "Physical Address Zip": "28092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10998367984105584", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702760", + "School District Name": "Macon County Schools", + "Physical Address Line 1": "1202 Old Murphy Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "NC ", + "Physical Address Zip": "28734", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19733796296296297", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702820", + "School District Name": "Madison County Schools", + "Physical Address Line 1": "5738 US 25-70 Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marshall", + "Physical Address State": "NC ", + "Physical Address Zip": "28753", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20481494789795185", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702880", + "School District Name": "Martin County Schools", + "Physical Address Line 1": "300 N Watts Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamston", + "Physical Address State": "NC ", + "Physical Address Zip": "27892", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.29175540006084577", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4824990", + "School District Name": "JUDSON ISD", + "Physical Address Line 1": "8012 SHIN OAK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78233", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1897761219078307", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3702940", + "School District Name": "McDowell County Schools", + "Physical Address Line 1": "334 South Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "NC ", + "Physical Address Zip": "28752", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19666020575518114", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703000", + "School District Name": "Mitchell County Schools", + "Physical Address Line 1": "72 Ledger School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bakersville", + "Physical Address State": "NC ", + "Physical Address Zip": "28705", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2149853085210578", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703060", + "School District Name": "Montgomery County Schools", + "Physical Address Line 1": "441 Page Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Troy", + "Physical Address State": "NC ", + "Physical Address Zip": "27371", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2302899592619219", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703090", + "School District Name": "Moore County Schools", + "Physical Address Line 1": "5277 Hwy 15-501 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carthage", + "Physical Address State": "NC ", + "Physical Address Zip": "28327", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13065541697236488", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703120", + "School District Name": "Mooresville Graded School District", + "Physical Address Line 1": "305 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mooresville", + "Physical Address State": "NC ", + "Physical Address Zip": "28115", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11042857142857143", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703210", + "School District Name": "Mount Airy City Schools", + "Physical Address Line 1": "351 Riverside Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Airy", + "Physical Address State": "NC ", + "Physical Address Zip": "27030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21515892420537897", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703270", + "School District Name": "Nash County Public Schools", + "Physical Address Line 1": "930 Eastern Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nashville", + "Physical Address State": "NC ", + "Physical Address Zip": "27856", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23226103470104162", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703330", + "School District Name": "New Hanover County Schools", + "Physical Address Line 1": "6410 Carolina Beach Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "NC ", + "Physical Address Zip": "28412", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.11311846290042296", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703360", + "School District Name": "Newton Conover City Schools", + "Physical Address Line 1": "605 North Ashe Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newton", + "Physical Address State": "NC ", + "Physical Address Zip": "28658", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106930", + "School District Name": "Junction City SD 69", + "Physical Address Line 1": "325 Maple St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Junction City", + "Physical Address State": "OR ", + "Physical Address Zip": "97448", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11091234347048301", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703420", + "School District Name": "Northampton County Schools", + "Physical Address Line 1": "701 N Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "NC ", + "Physical Address Zip": "27845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3557473875511131", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703450", + "School District Name": "Onslow County Schools", + "Physical Address Line 1": "200 Broadhurst Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jacksonville", + "Physical Address State": "NC ", + "Physical Address Zip": "28540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.18173411141936924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703480", + "School District Name": "Orange County Schools", + "Physical Address Line 1": "200 E King St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsborough", + "Physical Address State": "NC ", + "Physical Address Zip": "27278", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10629581716257007", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825020", + "School District Name": "JUNCTION ISD", + "Physical Address Line 1": "1700 COLLEGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JUNCTION", + "Physical Address State": "TX ", + "Physical Address Zip": "76849", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3284403669724771", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212600", + "School District Name": "Juniata County SD", + "Physical Address Line 1": "146 Weatherby Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mifflintown", + "Physical Address State": "PA ", + "Physical Address Zip": "17059", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12341001353179973", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212630", + "School District Name": "Juniata Valley SD", + "Physical Address Line 1": "7775 Juniata Valley Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alexandria", + "Physical Address State": "PA ", + "Physical Address Zip": "16611", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16399506781750925", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106960", + "School District Name": "Juntura SD 12", + "Physical Address Line 1": "363 A St W", + "Physical Address Line 2": "c/o Malheur ESD", + "Physical Address Line 3": "", + "Physical Address City": "Vale", + "Physical Address State": "OR ", + "Physical Address Zip": "97918", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4015900", + "School District Name": "JUSTICE", + "Physical Address Line 1": "36507 EW 1310", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wewoka", + "Physical Address State": "OK ", + "Physical Address Zip": "74884", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11904761904761904", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4015930", + "School District Name": "JUSTUS-TIAWAH", + "Physical Address Line 1": "14902 East School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Claremore", + "Physical Address State": "OK ", + "Physical Address Zip": "74019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0777479892761394", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500011", + "School District Name": "JUVENILE JUSTICE", + "Physical Address Line 1": "300 SAN MATEO", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4680437", + "School District Name": "Kadoka Area School District 35-2", + "Physical Address Line 1": "800 Bayberry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kadoka", + "Physical Address State": "SD ", + "Physical Address Zip": "57543", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.34748010610079577", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303780", + "School District Name": "Kahlotus School District", + "Physical Address Line 1": "100 W MARTIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KAHLOTUS", + "Physical Address State": "WA ", + "Physical Address Zip": "99335", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22950819672131148", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900180", + "School District Name": "Kaibeto Boarding School", + "Physical Address Line 1": "East Highway 160/98", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kaibeto", + "Physical Address State": "AZ", + "Physical Address Zip": "86053", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303810", + "School District Name": "Kalama School District", + "Physical Address Line 1": "548 CHINA GARDEN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KALAMA", + "Physical Address State": "WA ", + "Physical Address Zip": "98625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08970588235294118", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904934", + "School District Name": "Kalida Local", + "Physical Address Line 1": "301 North Third St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kalida", + "Physical Address State": "OH ", + "Physical Address Zip": "45853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.03129890453834116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400600", + "School District Name": "KANAWHA COUNTY SCHOOLS", + "Physical Address Line 1": "200 ELIZABETH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHARLESTON", + "Physical Address State": "WV ", + "Physical Address Zip": "25311", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.18940845070422535", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4212660", + "School District Name": "Kane Area SD", + "Physical Address Line 1": "400 West Hemlock Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kane", + "Physical Address State": "PA ", + "Physical Address Zip": "16735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1504028648164727", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900480", + "School District Name": "Kane District", + "Physical Address Line 1": "746 S 175 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kanab", + "Physical Address State": "UT ", + "Physical Address Zip": "84741", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11323425336164189", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4015990", + "School District Name": "KANSAS", + "Physical Address Line 1": "700 N WOOD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kansas", + "Physical Address State": "OK ", + "Physical Address Zip": "74347", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23242467718794835", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175210", + "School District Name": "PALMYRA DISTRICT O R 1", + "Physical Address Line 1": "425 F ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PALMYRA", + "Physical Address State": "NE ", + "Physical Address Zip": "68418", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06412005457025921", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900056", + "School District Name": "Karl G. Maeser Preparatory Academy", + "Physical Address Line 1": "320 W 600 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINDON", + "Physical Address State": "UT ", + "Physical Address Zip": "84042", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175270", + "School District Name": "PAPILLION LA VISTA COMMUNITY SCHOOLS", + "Physical Address Line 1": "420 S WASHINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAPILLION", + "Physical Address State": "NE ", + "Physical Address Zip": "68046", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04354826904779331", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825110", + "School District Name": "KARNACK ISD", + "Physical Address Line 1": "655 FASON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KARNACK", + "Physical Address State": "TX ", + "Physical Address Zip": "75661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21338912133891214", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175330", + "School District Name": "PAWNEE CITY PUBLIC SCHOOLS", + "Physical Address Line 1": "729 E ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAWNEE CITY", + "Physical Address State": "NE ", + "Physical Address Zip": "68420", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1910569105691057", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825140", + "School District Name": "KARNES CITY ISD", + "Physical Address Line 1": "404 N HWY 123", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KARNES CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "78118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2463002114164905", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175360", + "School District Name": "PAXTON CONSOLIDATED SCHOOLS", + "Physical Address Line 1": "308 N ELM", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAXTON", + "Physical Address State": "NE ", + "Physical Address Zip": "69155", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1590909090909091", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209600", + "School District Name": "Karns City Area SD", + "Physical Address Line 1": "1446 Kittanning Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Karns City", + "Physical Address State": "PA ", + "Physical Address Zip": "16041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13225569434239529", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175390", + "School District Name": "PENDER PUBLIC SCHOOLS", + "Physical Address Line 1": "609 WHITNEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PENDER", + "Physical Address State": "NE ", + "Physical Address Zip": "68047", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09815950920245399", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175510", + "School District Name": "PIERCE PUBLIC SCHOOLS", + "Physical Address Line 1": "201 N SUNSET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PIERCE", + "Physical Address State": "NE ", + "Physical Address Zip": "68767", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06754966887417219", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800132", + "School District Name": "KATHERINE ANNE PORTER SCHOOL", + "Physical Address Line 1": "515 FM 2325", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WIMBERLEY", + "Physical Address State": "TX ", + "Physical Address Zip": "78676", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175570", + "School District Name": "PLAINVIEW PUBLIC SCHOOLS", + "Physical Address Line 1": "301 W PILCHER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLAINVIEW", + "Physical Address State": "NE ", + "Physical Address Zip": "68769", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1553398058252427", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175630", + "School District Name": "SPRINGFIELD PLATTEVIEW COMMUNITY SCHOOLS", + "Physical Address Line 1": "14801 S 108TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGFIELD", + "Physical Address State": "NE ", + "Physical Address Zip": "68059", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.015861571737563085", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825170", + "School District Name": "KATY ISD", + "Physical Address Line 1": "6301 S STADIUM LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KATY", + "Physical Address State": "TX ", + "Physical Address Zip": "77494", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1038043957983935", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3175660", + "School District Name": "PLATTSMOUTH COMMUNITY SCHOOLS", + "Physical Address Line 1": "1912 OLD HWY 34", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLATTSMOUTH", + "Physical Address State": "NE ", + "Physical Address Zip": "68048", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07336343115124154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825200", + "School District Name": "KAUFMAN ISD", + "Physical Address Line 1": "1000 S HOUSTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KAUFMAN", + "Physical Address State": "TX ", + "Physical Address Zip": "75142", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13285543608124253", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175690", + "School District Name": "PLEASANTON PUBLIC SCHOOLS", + "Physical Address Line 1": "303 CHURCH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLEASANTON", + "Physical Address State": "NE ", + "Physical Address Zip": "68866", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.05426356589147287", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507290", + "School District Name": "Kaukauna Area School District", + "Physical Address Line 1": "1701 County Road CE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kaukauna", + "Physical Address State": "WI ", + "Physical Address Zip": "54130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.05767034640274077", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175770", + "School District Name": "PONCA PUBLIC SCHOOLS", + "Physical Address Line 1": "505 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PONCA", + "Physical Address State": "NE ", + "Physical Address Zip": "68770", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07225433526011561", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175810", + "School District Name": "POTTER-DIX PUBLIC SCHOOLS", + "Physical Address Line 1": "303 WALNUT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POTTER", + "Physical Address State": "NE ", + "Physical Address Zip": "69156", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16352201257861634", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900063", + "School District Name": "Kayenta Community School", + "Physical Address Line 1": "1000 Main Street--Bureau of Indian Educa", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kayenta", + "Physical Address State": "AZ", + "Physical Address Zip": "86033", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175900", + "School District Name": "RALSTON PUBLIC SCHOOLS", + "Physical Address Line 1": "8545 PARK DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RALSTON", + "Physical Address State": "NE ", + "Physical Address Zip": "68127", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1382488479262673", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175930", + "School District Name": "RANDOLPH PUBLIC SCHOOLS", + "Physical Address Line 1": "207 N PIERCE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RANDOLPH", + "Physical Address State": "NE ", + "Physical Address Zip": "68771", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08843537414965986", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900175", + "School District Name": "Keams Canyon Elementary School", + "Physical Address Line 1": "100 Main St Blg 48", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keams Canyon", + "Physical Address State": "AZ", + "Physical Address Zip": "86034", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175960", + "School District Name": "RAVENNA PUBLIC SCHOOLS", + "Physical Address Line 1": "41750 CARTHAGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RAVENNA", + "Physical Address State": "NE ", + "Physical Address Zip": "68869", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14666666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399964", + "School District Name": "Kearsarge Regional SAU Office", + "Physical Address Line 1": "114 Cougar Court", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New London", + "Physical Address State": "NH ", + "Physical Address Zip": "03257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3175990", + "School District Name": "RED CLOUD COMMUNITY SCHOOLS", + "Physical Address Line 1": "334 N CHERRY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RED CLOUD", + "Physical Address State": "NE ", + "Physical Address Zip": "68970", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1318181818181818", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825230", + "School District Name": "KEENE ISD", + "Physical Address Line 1": "3625 HWY 67 E BLDG C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KEENE", + "Physical Address State": "TX ", + "Physical Address Zip": "76059", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.17927461139896372", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3176170", + "School District Name": "ROCK COUNTY PUBLIC SCHOOLS", + "Physical Address Line 1": "EAST HWY 20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BASSETT", + "Physical Address State": "NE ", + "Physical Address Zip": "68714", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14666666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399929", + "School District Name": "Keene SAU Office", + "Physical Address Line 1": "193 Maple Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keene", + "Physical Address State": "NH ", + "Physical Address Zip": "03431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3176380", + "School District Name": "SANDHILLS PUBLIC SCHOOLS", + "Physical Address Line 1": "107 GANDY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DUNNING", + "Physical Address State": "NE ", + "Physical Address Zip": "68833", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19148936170212766", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825260", + "School District Name": "KELLER ISD", + "Physical Address Line 1": "350 KELLER PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KELLER", + "Physical Address State": "TX ", + "Physical Address Zip": "76248", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.06681140827000888", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3176410", + "School District Name": "SARGENT PUBLIC SCHOOLS", + "Physical Address Line 1": "400 N 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SARGENT", + "Physical Address State": "NE ", + "Physical Address Zip": "68874", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15862068965517243", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303870", + "School District Name": "Keller School District", + "Physical Address Line 1": "17 South School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KELLER", + "Physical Address State": "WA ", + "Physical Address Zip": "99140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3176450", + "School District Name": "SCHUYLER COMMUNITY SCHOOLS", + "Physical Address Line 1": "120 W 20TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCHUYLER", + "Physical Address State": "NE ", + "Physical Address Zip": "68661", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12036055143160128", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904679", + "School District Name": "Kelleys Island Local", + "Physical Address Line 1": "528 Division St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kelleys Island", + "Physical Address State": "OH ", + "Physical Address Zip": "43438", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07142857142857142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3176470", + "School District Name": "SCOTTSBLUFF PUBLIC SCHOOLS", + "Physical Address Line 1": "1722 1ST AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSBLUFF", + "Physical Address State": "NE ", + "Physical Address Zip": "69361", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1840023439789042", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4016170", + "School District Name": "KELLYVILLE", + "Physical Address Line 1": "144 S Elm", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kellyville", + "Physical Address State": "OK ", + "Physical Address Zip": "74039", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1403921568627451", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3176560", + "School District Name": "SEWARD PUBLIC SCHOOLS", + "Physical Address Line 1": "410 SOUTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEWARD", + "Physical Address State": "NE ", + "Physical Address Zip": "68434", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.05219638242894057", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3810180", + "School District Name": "KENMARE 28", + "Physical Address Line 1": "300 7th Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kenmare", + "Physical Address State": "ND ", + "Physical Address Zip": "58746", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09897610921501707", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3176590", + "School District Name": "SHELBY - RISING CITY PUBLIC SCHOOLS", + "Physical Address Line 1": "650 N WALNUT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHELBY", + "Physical Address State": "NE ", + "Physical Address Zip": "68662", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07277628032345014", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3810260", + "School District Name": "KENSAL 19", + "Physical Address Line 1": "803 1st Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kensal", + "Physical Address State": "ND ", + "Physical Address Zip": "58455", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.136986301369863", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3176620", + "School District Name": "SHELTON PUBLIC SCHOOLS", + "Physical Address Line 1": "210 9TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHELTON", + "Physical Address State": "NE ", + "Physical Address Zip": "68876", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07586206896551724", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300003", + "School District Name": "Kelso School District", + "Physical Address Line 1": "601 CRAWFORD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KELSO", + "Physical Address State": "WA ", + "Physical Address Zip": "98626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.15449945789663896", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3176650", + "School District Name": "SHICKLEY PUBLIC SCHOOLS", + "Physical Address Line 1": "104 E MURRAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHICKLEY", + "Physical Address State": "NE ", + "Physical Address Zip": "68436", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08695652173913043", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800389", + "School District Name": "KIDDER COUNTY 1", + "Physical Address Line 1": "101 4th St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Steele", + "Physical Address State": "ND ", + "Physical Address Zip": "58482", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16573033707865167", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3176710", + "School District Name": "SIDNEY PUBLIC SCHOOLS", + "Physical Address Line 1": "1101 21ST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SIDNEY", + "Physical Address State": "NE ", + "Physical Address Zip": "69162", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16075471698113208", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825290", + "School District Name": "KELTON ISD", + "Physical Address Line 1": "INTERSECTION OF F M 596 AND 2697", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHEELER", + "Physical Address State": "TX ", + "Physical Address Zip": "79096", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16129032258064516", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3176800", + "School District Name": "SIOUX COUNTY PUBLIC SCHOOLS", + "Physical Address Line 1": "435 KATE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRISON", + "Physical Address State": "NE ", + "Physical Address Zip": "69346", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24210526315789474", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3810270", + "School District Name": "KILLDEER 16", + "Physical Address Line 1": "101 High St NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Killdeer", + "Physical Address State": "ND ", + "Physical Address Zip": "58640", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10784313725490197", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3176860", + "School District Name": "SO SIOUX CITY COMMUNITY SCHS", + "Physical Address Line 1": "210 WEST 39TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SO SIOUX CITY", + "Physical Address State": "NE ", + "Physical Address Zip": "68776", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.14330218068535824", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825320", + "School District Name": "KEMP ISD", + "Physical Address Line 1": "905 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KEMP", + "Physical Address State": "TX ", + "Physical Address Zip": "75143", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1640926640926641", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3176980", + "School District Name": "ST EDWARD PUBLIC SCHOOLS", + "Physical Address Line 1": "601 CLARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST EDWARD", + "Physical Address State": "NE ", + "Physical Address Zip": "68660", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14953271028037382", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800025", + "School District Name": "KINDRED 2", + "Physical Address Line 1": "255 Dakota St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kindred", + "Physical Address State": "ND ", + "Physical Address Zip": "58051", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.031322505800464036", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3177100", + "School District Name": "STAPLETON PUBLIC SCHOOLS", + "Physical Address Line 1": "702 6TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STAPLETON", + "Physical Address State": "NE ", + "Physical Address Zip": "69163", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10666666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3810500", + "School District Name": "KULM 7", + "Physical Address Line 1": "217 2nd Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kulm", + "Physical Address State": "ND ", + "Physical Address Zip": "58456", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17391304347826086", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3177180", + "School District Name": "SOUTHERN SCHOOL DISTRICT 1", + "Physical Address Line 1": "115 S 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WYMORE", + "Physical Address State": "NE ", + "Physical Address Zip": "68466", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17026378896882494", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3810740", + "School District Name": "LAMOURE 8", + "Physical Address Line 1": "105 6th Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LaMoure", + "Physical Address State": "ND ", + "Physical Address Zip": "58458", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08921933085501858", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3177190", + "School District Name": "STERLING PUBLIC SCHOOLS", + "Physical Address Line 1": "250 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STERLING", + "Physical Address State": "NE ", + "Physical Address Zip": "68443", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1271186440677966", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3810600", + "School District Name": "LAKOTA 66", + "Physical Address Line 1": "500 Main St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakota", + "Physical Address State": "ND ", + "Physical Address Zip": "58344", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07281553398058252", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3177340", + "School District Name": "SUMNER-EDDYVILLE-MILLER SCHS", + "Physical Address Line 1": "205 E 5TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUMNER", + "Physical Address State": "NE ", + "Physical Address Zip": "68878", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13414634146341464", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3810810", + "School District Name": "LANGDON AREA 23", + "Physical Address Line 1": "715 14th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Langdon", + "Physical Address State": "ND ", + "Physical Address Zip": "58249", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08421052631578947", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3177520", + "School District Name": "SUTTON PUBLIC SCHOOLS", + "Physical Address Line 1": "1107 N SAUNDERS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUTTON", + "Physical Address State": "NE ", + "Physical Address Zip": "68979", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1076923076923077", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825410", + "School District Name": "KENEDY COUNTY WIDE CSD", + "Physical Address Line 1": "150 E LA PARRA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SARITA", + "Physical Address State": "TX ", + "Physical Address Zip": "78385", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17647058823529413", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3177550", + "School District Name": "SYRACUSE-DUNBAR-AVOCA SCHOOLS", + "Physical Address Line 1": "550 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SYRACUSE", + "Physical Address State": "NE ", + "Physical Address Zip": "68446", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.061381074168797956", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3810860", + "School District Name": "LARIMORE 44", + "Physical Address Line 1": "300 Booth Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Larimore", + "Physical Address State": "ND ", + "Physical Address Zip": "58251", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09200968523002422", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3177730", + "School District Name": "THEDFORD PUBLIC SCHOOLS", + "Physical Address Line 1": "304 MAPLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THEDFORD", + "Physical Address State": "NE ", + "Physical Address Zip": "69166", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1559633027522936", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825440", + "School District Name": "KENEDY ISD", + "Physical Address Line 1": "401 F M 719", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KENEDY", + "Physical Address State": "TX ", + "Physical Address Zip": "78119", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2647058823529412", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178020", + "School District Name": "VALENTINE COMMUNITY SCHOOLS", + "Physical Address Line 1": "431 N GREEN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALENTINE", + "Physical Address State": "NE ", + "Physical Address Zip": "69201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12894736842105264", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3810980", + "School District Name": "LEEDS 6", + "Physical Address Line 1": "530 1st St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leeds", + "Physical Address State": "ND ", + "Physical Address Zip": "58346", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14857142857142858", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178120", + "School District Name": "VERDIGRE PUBLIC SCHOOLS", + "Physical Address Line 1": "201 SOUTH 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VERDIGRE", + "Physical Address State": "NE ", + "Physical Address Zip": "68783", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24050632911392406", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800058", + "School District Name": "LEWIS AND CLARK 161", + "Physical Address Line 1": "401 4th Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berthold", + "Physical Address State": "ND ", + "Physical Address Zip": "58718", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07177033492822966", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178210", + "School District Name": "WAHOO PUBLIC SCHOOLS", + "Physical Address Line 1": "2201 N LOCUST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAHOO", + "Physical Address State": "NE ", + "Physical Address Zip": "68066", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.06491803278688525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3811140", + "School District Name": "LIDGERWOOD 28", + "Physical Address Line 1": "28 3rd Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lidgerwood", + "Physical Address State": "ND ", + "Physical Address Zip": "58053", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12206572769953052", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178240", + "School District Name": "WAKEFIELD PUBLIC SCHOOLS", + "Physical Address Line 1": "802 HIGHLAND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAKEFIELD", + "Physical Address State": "NE ", + "Physical Address Zip": "68784", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09236947791164658", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178260", + "School District Name": "WALLACE PUBLIC SCH DIST 65 R", + "Physical Address Line 1": "151 N WALLACE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALLACE", + "Physical Address State": "NE ", + "Physical Address Zip": "69169", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11042944785276074", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800017", + "School District Name": "LINTON 36", + "Physical Address Line 1": "101 NE 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Linton", + "Physical Address State": "ND ", + "Physical Address Zip": "58552", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10743801652892562", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178300", + "School District Name": "WALTHILL PUBLIC SCHOOLS", + "Physical Address Line 1": "602 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALTHILL", + "Physical Address State": "NE ", + "Physical Address Zip": "68067", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3811430", + "School District Name": "LISBON 19", + "Physical Address Line 1": "502 Ash St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lisbon", + "Physical Address State": "ND ", + "Physical Address Zip": "58054", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1038961038961039", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178450", + "School District Name": "WAUSA PUBLIC SCHOOLS", + "Physical Address Line 1": "300 SOUTH BISMARCK STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAUSA", + "Physical Address State": "NE ", + "Physical Address Zip": "68786", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0881057268722467", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800057", + "School District Name": "LITCHVILLE-MARION 46", + "Physical Address Line 1": "104 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "ND ", + "Physical Address Zip": "58466", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0975609756097561", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178520", + "School District Name": "WAYNE COMMUNITY SCHOOLS", + "Physical Address Line 1": "611 W 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAYNE", + "Physical Address State": "NE ", + "Physical Address Zip": "68787", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07244897959183673", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901608", + "School District Name": "Kenmore Preparatory Academy dba Toledo Preparatory Academy", + "Physical Address Line 1": "824 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178540", + "School District Name": "WEEPING WATER PUBLIC SCHOOLS", + "Physical Address Line 1": "204 WEST O", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEEPING WATER", + "Physical Address State": "NE ", + "Physical Address Zip": "68463", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06188925081433225", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3811540", + "School District Name": "LITTLE HEART 4", + "Physical Address Line 1": "2354 County Rd 136", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Anthony", + "Physical Address State": "ND ", + "Physical Address Zip": "58566", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.02040816326530612", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178660", + "School District Name": "WESTSIDE COMMUNITY SCHOOLS", + "Physical Address Line 1": "909 S 76TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OMAHA", + "Physical Address State": "NE ", + "Physical Address Zip": "68114", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.07283172720533729", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3811610", + "School District Name": "LONE TREE 6", + "Physical Address Line 1": "301 Terrell Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Golva", + "Physical Address State": "ND ", + "Physical Address Zip": "58632", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.04", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178670", + "School District Name": "WHEELER CENTRAL SCHOOLS", + "Physical Address Line 1": "600 RANDOLPH WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BARTLETT", + "Physical Address State": "NE ", + "Physical Address Zip": "68622", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12087912087912088", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825470", + "School District Name": "KENNARD ISD", + "Physical Address Line 1": "304 HWY SEVEN E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KENNARD", + "Physical Address State": "TX ", + "Physical Address Zip": "75847", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22077922077922077", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178720", + "School District Name": "WILBER-CLATONIA PUBLIC SCHOOLS", + "Physical Address Line 1": "900 S FRANKLIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILBER", + "Physical Address State": "NE ", + "Physical Address Zip": "68465", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06218487394957983", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3811700", + "School District Name": "MADDOCK 9", + "Physical Address Line 1": "909 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maddock", + "Physical Address State": "ND ", + "Physical Address Zip": "58348", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.281437125748503", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178810", + "School District Name": "WINNEBAGO PUBLIC SCHOOLS DISTRICT 17", + "Physical Address Line 1": "202 OSBORNE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINNEBAGO", + "Physical Address State": "NE ", + "Physical Address Zip": "68071", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22165820642978004", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825500", + "School District Name": "KENNEDALE ISD", + "Physical Address Line 1": "120 W KENNEDALE PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KENNEDALE", + "Physical Address State": "TX ", + "Physical Address Zip": "76060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12083708370837083", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178840", + "School District Name": "WINSIDE PUBLIC SCHOOLS", + "Physical Address Line 1": "203 CRAWFORD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINSIDE", + "Physical Address State": "NE ", + "Physical Address Zip": "68790", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10382513661202186", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3811820", + "School District Name": "MANDAN 1", + "Physical Address Line 1": "901 Division St NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mandan", + "Physical Address State": "ND ", + "Physical Address Zip": "58554", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.09107730263157894", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178940", + "School District Name": "WOOD RIVER RURAL SCHOOLS", + "Physical Address Line 1": "13800 W WOOD RIVER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOOD RIVER", + "Physical Address State": "NE ", + "Physical Address Zip": "68883", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1339622641509434", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3811850", + "School District Name": "MANDAREE 36", + "Physical Address Line 1": "1 Warrior Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mandaree", + "Physical Address State": "ND ", + "Physical Address Zip": "58757", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1423487544483986", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3178990", + "School District Name": "WYNOT PUBLIC SCHOOLS", + "Physical Address Line 1": "709 ST JAMES AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WYNOT", + "Physical Address State": "NE ", + "Physical Address Zip": "68792", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.05405405405405406", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212690", + "School District Name": "Kennett Consolidated SD", + "Physical Address Line 1": "300 East South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kennett Square", + "Physical Address State": "PA ", + "Physical Address Zip": "19348", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10756802721088435", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3179050", + "School District Name": "YORK PUBLIC SCHOOLS", + "Physical Address Line 1": "1715 N DELAWARE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YORK", + "Physical Address State": "NE ", + "Physical Address Zip": "68467", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.08692933083176986", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3811970", + "School District Name": "MANNING 45", + "Physical Address Line 1": "10500 Hwy 1804 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bismarck", + "Physical Address State": "ND ", + "Physical Address Zip": "58504", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07407407407407407", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3179080", + "School District Name": "YUTAN PUBLIC SCHOOLS", + "Physical Address Line 1": "1200 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YUTAN", + "Physical Address State": "NE ", + "Physical Address Zip": "68073", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.043824701195219126", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303930", + "School District Name": "Kennewick School District", + "Physical Address Line 1": "1000 W. 4th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KENNEWICK", + "Physical Address State": "WA ", + "Physical Address Zip": "99336", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.12479266269879988", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3812000", + "School District Name": "MANVEL 125", + "Physical Address Line 1": "801 Oldham Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manvel", + "Physical Address State": "ND ", + "Physical Address Zip": "58256", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0410958904109589", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507320", + "School District Name": "Kenosha School District", + "Physical Address Line 1": "3600 52nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kenosha", + "Physical Address State": "WI ", + "Physical Address Zip": "53144", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.14138673154299616", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3812020", + "School District Name": "MAPLE VALLEY 4", + "Physical Address Line 1": "207 Broadway Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tower City", + "Physical Address State": "ND ", + "Physical Address Zip": "58071", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10101010101010101", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3812030", + "School District Name": "MAPLETON 7", + "Physical Address Line 1": "300 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mapleton", + "Physical Address State": "ND ", + "Physical Address Zip": "58059", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.02147239263803681", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3812120", + "School District Name": "MARMARTH 12", + "Physical Address Line 1": "301 2nd Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marmarth", + "Physical Address State": "ND ", + "Physical Address Zip": "58643", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.36", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3812350", + "School District Name": "MAX 50", + "Physical Address Line 1": "2855 Hwy 83 NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Max", + "Physical Address State": "ND ", + "Physical Address Zip": "58759", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12138728323699421", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800041", + "School District Name": "MAY-PORT CG 14", + "Physical Address Line 1": "900 Main St W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mayville", + "Physical Address State": "ND ", + "Physical Address Zip": "58257", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0706713780918728", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904719", + "School District Name": "Kenston Local", + "Physical Address Line 1": "17419 Snyder Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chagrin Falls", + "Physical Address State": "OH ", + "Physical Address Zip": "44023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.037958929682638455", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3812430", + "School District Name": "MCCLUSKY 19", + "Physical Address Line 1": "219 Ave D W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McClusky", + "Physical Address State": "ND ", + "Physical Address Zip": "58463", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.32857142857142857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904416", + "School District Name": "Kent City", + "Physical Address Line 1": "321 N Depeyster St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kent", + "Physical Address State": "OH ", + "Physical Address Zip": "44240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2079924480805538", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3812540", + "School District Name": "MCKENZIE CO 1", + "Physical Address Line 1": "100 3rd St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Watford City", + "Physical Address State": "ND ", + "Physical Address Zip": "58854", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09567099567099567", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3812660", + "School District Name": "MEDINA 3", + "Physical Address Line 1": "300 School St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medina", + "Physical Address State": "ND ", + "Physical Address Zip": "58467", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21374045801526717", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3812720", + "School District Name": "MENOKEN 33", + "Physical Address Line 1": "412 N Bismarck St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Menoken", + "Physical Address State": "ND ", + "Physical Address Zip": "58558", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08421052631578947", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800042", + "School District Name": "MIDKOTA 7", + "Physical Address Line 1": "203 Curtis Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Binford", + "Physical Address State": "ND ", + "Physical Address Zip": "58416", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10734463276836158", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3812920", + "School District Name": "MIDWAY 128", + "Physical Address Line 1": "3202 33rd Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inkster", + "Physical Address State": "ND ", + "Physical Address Zip": "58233", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08914728682170543", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200001", + "School District Name": "STATE-SPONSORED CHARTER SCHOOLS", + "Physical Address Line 1": "700 East Fifth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARSON CITY", + "Physical Address State": "NV ", + "Physical Address Zip": "89701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5303960", + "School District Name": "Kent School District", + "Physical Address Line 1": "12033 SE 256TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KENT", + "Physical Address State": "WA ", + "Physical Address Zip": "98031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.14614356935709863", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3812930", + "School District Name": "MILNOR 2", + "Physical Address Line 1": "530 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milnor", + "Physical Address State": "ND ", + "Physical Address Zip": "58060", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12440191387559808", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3812990", + "School District Name": "MINNEWAUKAN 5", + "Physical Address Line 1": "4675 Hwy 281 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minnewaukan", + "Physical Address State": "ND ", + "Physical Address Zip": "58351", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.328125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910025", + "School District Name": "Kenton City", + "Physical Address Line 1": "222 W Carrol St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kenton", + "Physical Address State": "OH ", + "Physical Address Zip": "43326", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.25852694018783984", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3813030", + "School District Name": "MINOT 1", + "Physical Address Line 1": "215 2nd St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minot", + "Physical Address State": "ND ", + "Physical Address Zip": "58701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.0979381443298969", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3813050", + "School District Name": "MINTO 20", + "Physical Address Line 1": "200 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minto", + "Physical Address State": "ND ", + "Physical Address Zip": "58261", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800050", + "School District Name": "MOHALL-LANSFORD-SHERWOOD 1", + "Physical Address Line 1": "101 3rd St NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mohall", + "Physical Address State": "ND ", + "Physical Address Zip": "58761", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06451612903225806", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3813230", + "School District Name": "MONTPELIER 14", + "Physical Address Line 1": "214 7th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montpelier", + "Physical Address State": "ND ", + "Physical Address Zip": "58472", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14545454545454545", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800046", + "School District Name": "MOTT-REGENT 1", + "Physical Address Line 1": "205 Dakota Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mott", + "Physical Address State": "ND ", + "Physical Address Zip": "58646", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19262295081967212", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3813400", + "School District Name": "MT PLEASANT 4", + "Physical Address Line 1": "201 5th St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rolla", + "Physical Address State": "ND ", + "Physical Address Zip": "58367", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17379679144385027", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3813440", + "School District Name": "MUNICH 19", + "Physical Address Line 1": "410 7th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Munich", + "Physical Address State": "ND ", + "Physical Address Zip": "58352", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07407407407407407", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200420", + "School District Name": "PERSHING COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "12TH AND GRINNELL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOVELOCK", + "Physical Address State": "NV ", + "Physical Address Zip": "89419", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1656516443361754", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3813510", + "School District Name": "NAPOLEON 2", + "Physical Address Line 1": "615 3rd St E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Napoleon", + "Physical Address State": "ND ", + "Physical Address Zip": "58561", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21052631578947367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200450", + "School District Name": "STOREY COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "30 North B Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VIRGINIA CITY", + "Physical Address State": "NV ", + "Physical Address Zip": "89440", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08557457212713937", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800015", + "School District Name": "NAUGHTON 25", + "Physical Address Line 1": "9101 123rd Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bismarck", + "Physical Address State": "ND ", + "Physical Address Zip": "58503", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200480", + "School District Name": "WASHOE COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "425 EAST NINTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RENO", + "Physical Address State": "NV ", + "Physical Address Zip": "89520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.11425042457928053", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4016320", + "School District Name": "KENWOOD", + "Physical Address Line 1": "48625 South 502 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salina", + "Physical Address State": "OK ", + "Physical Address Zip": "74365", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27419354838709675", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3200510", + "School District Name": "WHITE PINE COUNTY SCHOOL DISTRICT", + "Physical Address Line 1": "1135 Avenue C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELY", + "Physical Address State": "NV ", + "Physical Address Zip": "89301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1390728476821192", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3813660", + "School District Name": "NEDROSE 4", + "Physical Address Line 1": "5705 15th Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minot", + "Physical Address State": "ND ", + "Physical Address Zip": "58701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1056", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300001", + "School District Name": "Newmarket SAU Office", + "Physical Address Line 1": "186A Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newmarket", + "Physical Address State": "NH ", + "Physical Address Zip": "03857", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3813710", + "School District Name": "NESSON 2", + "Physical Address Line 1": "224 2nd Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ray", + "Physical Address State": "ND ", + "Physical Address Zip": "58849", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07547169811320754", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300002", + "School District Name": "Raymond SAU Office", + "Physical Address Line 1": "43 Harriman Hill Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raymond", + "Physical Address State": "NH ", + "Physical Address Zip": "03077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800027", + "School District Name": "NEW ENGLAND 9", + "Physical Address Line 1": "1200 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New England", + "Physical Address State": "ND ", + "Physical Address Zip": "58647", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16455696202531644", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4016350", + "School District Name": "KEOTA", + "Physical Address Line 1": "110 Northeast 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keota", + "Physical Address State": "OK ", + "Physical Address Zip": "74941", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.34515366430260047", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800059", + "School District Name": "NEW ROCKFORD-SHEYENNE 2", + "Physical Address Line 1": "437 1st Ave N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Rockford", + "Physical Address State": "ND ", + "Physical Address Zip": "58356", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1227154046997389", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300008", + "School District Name": "Somersworth SAU Office", + "Physical Address Line 1": "51 West High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somersworth", + "Physical Address State": "NH ", + "Physical Address Zip": "03878", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3813920", + "School District Name": "NEW TOWN 1", + "Physical Address Line 1": "300 Eagle Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Town", + "Physical Address State": "ND ", + "Physical Address Zip": "58763", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15148609779482264", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300010", + "School District Name": "Mascoma Valley SAU Office", + "Physical Address Line 1": "547 US Route 4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Enfield", + "Physical Address State": "NH ", + "Physical Address Zip": "03748", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800825", + "School District Name": "NEWBURG-UNITED 54", + "Physical Address Line 1": "400 Libbie St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newburg", + "Physical Address State": "ND ", + "Physical Address Zip": "58762", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825530", + "School District Name": "KERENS ISD", + "Physical Address Line 1": "200 BOBCAT LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KERENS", + "Physical Address State": "TX ", + "Physical Address Zip": "75144", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24599708879184862", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800054", + "School District Name": "NORTH BORDER 100", + "Physical Address Line 1": "605 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walhalla", + "Physical Address State": "ND ", + "Physical Address Zip": "58282", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11192214111922141", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300013", + "School District Name": "Wakefield SAU Office", + "Physical Address Line 1": "20 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milton", + "Physical Address State": "NH ", + "Physical Address Zip": "03851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3814290", + "School District Name": "NORTH SARGENT 3", + "Physical Address Line 1": "16 1st St SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gwinner", + "Physical Address State": "ND ", + "Physical Address Zip": "58040", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12935323383084577", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800390", + "School District Name": "NORTH STAR 10", + "Physical Address Line 1": "418 2nd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cando", + "Physical Address State": "ND ", + "Physical Address Zip": "58324", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13712374581939799", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300015", + "School District Name": "Lincoln-Woodstock SAU Office", + "Physical Address Line 1": "78 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "NH ", + "Physical Address Zip": "03251", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825560", + "School District Name": "KERMIT ISD", + "Physical Address Line 1": "601 S POPLAR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KERMIT", + "Physical Address State": "TX ", + "Physical Address Zip": "79745", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21350762527233116", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800044", + "School District Name": "NORTHERN CASS 97", + "Physical Address Line 1": "16021 18th St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hunter", + "Physical Address State": "ND ", + "Physical Address Zip": "58048", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.030360531309297913", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3814340", + "School District Name": "NORTHWOOD 129", + "Physical Address Line 1": "420 Trojan Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northwood", + "Physical Address State": "ND ", + "Physical Address Zip": "58267", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09253731343283582", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3814500", + "School District Name": "OAKES 41", + "Physical Address Line 1": "804 Main Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakes", + "Physical Address State": "ND ", + "Physical Address Zip": "58474", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08481262327416174", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3814520", + "School District Name": "OBERON 16", + "Physical Address Line 1": "315 A St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oberon", + "Physical Address State": "ND ", + "Physical Address Zip": "58357", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300023", + "School District Name": "Lyme SAU Office", + "Physical Address Line 1": "38 Union Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lyme", + "Physical Address State": "NH ", + "Physical Address Zip": "03768", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825590", + "School District Name": "KERRVILLE ISD", + "Physical Address Line 1": "1009 BARNETT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KERRVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78028", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17158931082981715", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502550", + "School District Name": "Kershaw 01", + "Physical Address Line 1": "2029 West DeKalb Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "SC ", + "Physical Address Zip": "29020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18642306693220193", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300025", + "School District Name": "Monroe SAU Office", + "Physical Address Line 1": "77 Woodsville Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "NH ", + "Physical Address Zip": "03771", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700055", + "School District Name": "Kestrel Heights School", + "Physical Address Line 1": "4700 South Alston Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27713", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300027", + "School District Name": "Lebanon SAU Office", + "Physical Address Line 1": "Seminary Hill School", + "Physical Address Line 2": "20 Seminary Hill", + "Physical Address Line 3": "", + "Physical Address City": "West Lebanon", + "Physical Address State": "NH ", + "Physical Address Zip": "03784", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300028", + "School District Name": "Shaker Regional SAU Office", + "Physical Address Line 1": "58 School St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belmont", + "Physical Address State": "NH ", + "Physical Address Zip": "03220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4016380", + "School District Name": "KETCHUM", + "Physical Address Line 1": "404 N Boston", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ketchum", + "Physical Address State": "OK ", + "Physical Address Zip": "74349", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2079646017699115", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300030", + "School District Name": "North Country Charter Academy", + "Physical Address Line 1": "260 Cottage St. Suite A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Littleton", + "Physical Address State": "NH ", + "Physical Address Zip": "03561", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904418", + "School District Name": "Kettering City School District", + "Physical Address Line 1": "500 Lincoln Park Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kettering", + "Physical Address State": "OH ", + "Physical Address Zip": "45429", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.13877642825011247", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300031", + "School District Name": "Seacoast Charter School", + "Physical Address Line 1": "171 Watson Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "NH ", + "Physical Address Zip": "03848", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5303990", + "School District Name": "Kettle Falls School District", + "Physical Address Line 1": "355 W 3rd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KETTLE FALLS", + "Physical Address State": "WA ", + "Physical Address Zip": "99141", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17553191489361702", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300032", + "School District Name": "Prospect Mountain JMA", + "Physical Address Line 1": "242 Suncook Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alton", + "Physical Address State": "NH ", + "Physical Address Zip": "03809", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503510", + "School District Name": "Kettle Moraine School District", + "Physical Address Line 1": "563 A J Allen Cir", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wales", + "Physical Address State": "WI ", + "Physical Address Zip": "53183", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0407035175879397", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507380", + "School District Name": "Kewaskum School District", + "Physical Address Line 1": "1455 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kewaskum", + "Physical Address State": "WI ", + "Physical Address Zip": "53040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.06018724921979492", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507410", + "School District Name": "Kewaunee School District", + "Physical Address Line 1": "915 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kewaunee", + "Physical Address State": "WI ", + "Physical Address Zip": "54216", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08521057786483839", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601185", + "School District Name": "KEY COLLEGIATE CHARTER SCHOOL", + "Physical Address Line 1": "257 CHESTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000033", + "School District Name": "KEYS", + "Physical Address Line 1": "26062 HWY 82", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Park Hill", + "Physical Address State": "OK ", + "Physical Address Zip": "74451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300039", + "School District Name": "Surry Village Charter School", + "Physical Address Line 1": "449 Route 12A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Surry", + "Physical Address State": "NH ", + "Physical Address Zip": "03431", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4016470", + "School District Name": "KEYSTONE", + "Physical Address Line 1": "23810 West Highway 51", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sand Springs", + "Physical Address State": "OK ", + "Physical Address Zip": "74063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16753022452504318", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300042", + "School District Name": "Strong Foundations Charter School", + "Physical Address Line 1": "715 Riverwood Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pembroke", + "Physical Address State": "NH ", + "Physical Address Zip": "03275", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200762", + "School District Name": "Keystone Academy CS", + "Physical Address Line 1": "4521 Longshore Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19135", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300043", + "School District Name": "Ledyard Charter Academy", + "Physical Address Line 1": "39 Hanover St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "NH ", + "Physical Address Zip": "03766", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300044", + "School District Name": "Littleton SAU Office", + "Physical Address Line 1": "65 Maple St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Littleton", + "Physical Address State": "NH ", + "Physical Address Zip": "03561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280670", + "School District Name": "Keystone Central CTC", + "Physical Address Line 1": "64 Keystone Central Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mill Hall", + "Physical Address State": "PA ", + "Physical Address Zip": "17751", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212725", + "School District Name": "Keystone Central SD", + "Physical Address Line 1": "86 Administration Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mill Hall", + "Physical Address State": "PA ", + "Physical Address Zip": "17751", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16366078280890253", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200011", + "School District Name": "Keystone Education Center CS", + "Physical Address Line 1": "425 South Good Hope Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "PA ", + "Physical Address Zip": "16125", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3300049", + "School District Name": "Prospect Mountain School District", + "Physical Address Line 1": "242 Suncook Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alton", + "Physical Address State": "NH ", + "Physical Address Zip": "03809", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05222437137330754", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904816", + "School District Name": "Keystone Local", + "Physical Address Line 1": "531 Opportunity Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lagrange", + "Physical Address State": "OH ", + "Physical Address Zip": "44050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11536416799574695", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212750", + "School District Name": "Keystone Oaks SD", + "Physical Address Line 1": "1000 Kelton Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15216", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09923011120615911", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212720", + "School District Name": "Keystone SD", + "Physical Address Line 1": "451 Huston Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Knox", + "Physical Address State": "PA ", + "Physical Address Zip": "16232", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1389558232931727", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900069", + "School District Name": "Kha'p'o Community School", + "Physical Address Line 1": "625 Kee Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Espanola", + "Physical Address State": "NM", + "Physical Address Zip": "87532", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801447", + "School District Name": "KI CHARTER ACADEMY", + "Physical Address Line 1": "120 BERT BROWN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN MARCOS", + "Physical Address State": "TX ", + "Physical Address Zip": "78666", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000048", + "School District Name": "KIAMICHI TECH. CENTER- ATOKA", + "Physical Address Line 1": "1301 West Liberty Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atoka", + "Physical Address State": "OK ", + "Physical Address Zip": "74525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000050", + "School District Name": "KIAMICHI TECH. CENTER- DURANT", + "Physical Address Line 1": "810 WALDRON DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DURANT", + "Physical Address State": "OK ", + "Physical Address Zip": "74701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000055", + "School District Name": "KIAMICHI TECH. CENTER- HUGO", + "Physical Address Line 1": "107 South 15th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hugo", + "Physical Address State": "OK ", + "Physical Address Zip": "74743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000074", + "School District Name": "KIAMICHI TECH. CENTER- IDABEL", + "Physical Address Line 1": "3205 Lincoln Road NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Idabel", + "Physical Address State": "OK ", + "Physical Address Zip": "74745", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000086", + "School District Name": "KIAMICHI TECH. CENTER- MCALESTER", + "Physical Address Line 1": "301 KIAMICHI DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCALESTER", + "Physical Address State": "OK ", + "Physical Address Zip": "74501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000070", + "School District Name": "KIAMICHI TECH. CENTER- POTEAU", + "Physical Address Line 1": "1509 South McKenna", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Poteau", + "Physical Address State": "OK ", + "Physical Address Zip": "74953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000064", + "School District Name": "KIAMICHI TECH. CENTER- STIGLER", + "Physical Address Line 1": "1410 OLD MILITARY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STIGLER", + "Physical Address State": "OK ", + "Physical Address Zip": "74462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000069", + "School District Name": "KIAMICHI TECH. CENTER- TALIHINA", + "Physical Address Line 1": "1004 Highway 2 North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilburton", + "Physical Address State": "OK ", + "Physical Address Zip": "74578", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512540", + "School District Name": "Kickapoo Area School District", + "Physical Address Line 1": "S6520 State Highway 131", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Viola", + "Physical Address State": "WI ", + "Physical Address Zip": "54664", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3063063063063063", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900103", + "School District Name": "Kickapoo Nation School", + "Physical Address Line 1": "400 First St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Powhattan", + "Physical Address State": "KS", + "Physical Address Zip": "66527", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901591", + "School District Name": "Kids Care Elementary", + "Physical Address Line 1": "3360 Kohr Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43224", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4016500", + "School District Name": "KIEFER", + "Physical Address Line 1": "4600 West 151st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kiefer", + "Physical Address State": "OK ", + "Physical Address Zip": "74041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10965630114566285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507440", + "School District Name": "Kiel Area School District", + "Physical Address Line 1": "416 Paine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kiel", + "Physical Address State": "WI ", + "Physical Address Zip": "53042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.06364922206506365", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4016530", + "School District Name": "KILDARE", + "Physical Address Line 1": "1265 Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ponca City", + "Physical Address State": "OK ", + "Physical Address Zip": "74604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17592592592592593", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825620", + "School District Name": "KILGORE ISD", + "Physical Address Line 1": "301 N KILGORE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KILGORE", + "Physical Address State": "TX ", + "Physical Address Zip": "75662", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.21142857142857144", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825660", + "School District Name": "KILLEEN ISD", + "Physical Address Line 1": "200 N W S YOUNG DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KILLEEN", + "Physical Address State": "TX ", + "Physical Address Zip": "76543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1950717378385262", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4638220", + "School District Name": "Kimball School District 07-2", + "Physical Address Line 1": "300 S East St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kimball", + "Physical Address State": "SD ", + "Physical Address Zip": "57355", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1557377049180328", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507470", + "School District Name": "Kimberly Area School District", + "Physical Address Line 1": "425 S Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Combined Locks", + "Physical Address State": "WI ", + "Physical Address Zip": "54113", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.039448966812773954", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900109", + "School District Name": "Kin Dah Lichi'i Olta", + "Physical Address Line 1": "HWY 264 5 mi E of Ganado", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ganado", + "Physical Address State": "AZ", + "Physical Address Zip": "86505", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102070", + "School District Name": "KING AND QUEEN CO PBLC SCHS", + "Physical Address Line 1": "242 Allens Circle Suite M", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "King and Queen CH", + "Physical Address State": "VA ", + "Physical Address Zip": "23085", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20725995316159251", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600035", + "School District Name": "KING CENTER CHARTER SCHOOL", + "Physical Address Line 1": "156 NEWBURGH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14211", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102100", + "School District Name": "KING GEO CO PBLC SCHS", + "Physical Address Line 1": "9100 St. Anthony's Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "King George", + "Physical Address State": "VA ", + "Physical Address Zip": "22485", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07725745900019759", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102120", + "School District Name": "KING WILLIAM CO PBLC SCHS", + "Physical Address Line 1": "18548 King William Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "King William", + "Physical Address State": "VA ", + "Physical Address Zip": "23086", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09090909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000407", + "School District Name": "Kingdom East Supervisory District", + "Physical Address Line 1": "119 Park Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lyndonville", + "Physical Address State": "VT ", + "Physical Address Zip": "05851", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "0.13646788990825687", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000421", + "School District Name": "Kingdom East Unified Union School District", + "Physical Address Line 1": "119 Park Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lyndonville", + "Physical Address State": "VT ", + "Physical Address Zip": "05851", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4016560", + "School District Name": "KINGFISHER", + "Physical Address Line 1": "602 West Chisholm Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingfisher", + "Physical Address State": "OK ", + "Physical Address Zip": "73750", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11328976034858387", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600944", + "School District Name": "KINGS COLLEGIATE CHARTER SCHOOL", + "Physical Address Line 1": "905 WINTHROP ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100038", + "School District Name": "KINGS DAUGHTERS", + "Physical Address Line 1": "601 Childrens Ln.", + "Physical Address Line 2": "ROB3", + "Physical Address Line 3": "", + "Physical Address City": "Norfolk", + "Physical Address State": "VA ", + "Physical Address Zip": "23507", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905043", + "School District Name": "Kings Local", + "Physical Address Line 1": "1797 King Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kings Mills", + "Physical Address State": "OH ", + "Physical Address Zip": "45034", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05823008849557522", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702190", + "School District Name": "Kingsport", + "Physical Address Line 1": "400 Clinchfield ST", + "Physical Address Line 2": "Suite 200", + "Physical Address Line 3": "", + "Physical Address City": "Kingsport", + "Physical Address State": "TN ", + "Physical Address Zip": "37660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2532012563421116", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4016590", + "School District Name": "KINGSTON", + "Physical Address Line 1": "400 NE 3rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingston", + "Physical Address State": "OK ", + "Physical Address Zip": "73439", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21226415094339623", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400033", + "School District Name": "Kingston Hill Academy", + "Physical Address Line 1": "850 Stony Fort Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saunderstown", + "Physical Address State": "RI ", + "Physical Address Zip": "02874", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825680", + "School District Name": "KINGSVILLE ISD", + "Physical Address Line 1": "207 N THIRD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78363", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.34695244474212994", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4016620", + "School District Name": "KINTA", + "Physical Address Line 1": "205 N Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kinta", + "Physical Address State": "OK ", + "Physical Address Zip": "74552", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3601694915254237", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303271", + "School District Name": "Virtual Learning Academy Charter School", + "Physical Address Line 1": "30 Linden St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exeter", + "Physical Address State": "NH ", + "Physical Address Zip": "03833", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304020", + "School District Name": "Kiona-Benton City School District", + "Physical Address Line 1": "1105 DALE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BENTON CITY", + "Physical Address State": "WA ", + "Physical Address Zip": "99320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.15349105597230236", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4016650", + "School District Name": "KIOWA", + "Physical Address Line 1": "406 East 8th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kiowa", + "Physical Address State": "OK ", + "Physical Address Zip": "74553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18067226890756302", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303273", + "School District Name": "Sunapee SAU Office", + "Physical Address Line 1": "70 Lower Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunapee", + "Physical Address State": "NH ", + "Physical Address Zip": "03782", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000780", + "School District Name": "KIPP (CHARTER)", + "Physical Address Line 1": "1661 E Virgin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulsa", + "Physical Address State": "OK ", + "Physical Address Zip": "74106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303275", + "School District Name": "Surry School District", + "Physical Address Line 1": "1 Village Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Surry", + "Physical Address State": "NH ", + "Physical Address Zip": "03431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05128205128205128", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600054", + "School District Name": "KIPP ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "250 E 156TH ST-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10451", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303277", + "School District Name": "Mascenic Regional SAU Office", + "Physical Address Line 1": "16 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "NH ", + "Physical Address Zip": "03048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303278", + "School District Name": "Mason SAU Office", + "Physical Address Line 1": "13 Darling Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mason", + "Physical Address State": "NH ", + "Physical Address Zip": "03048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303280", + "School District Name": "Mill Falls Charter School District", + "Physical Address Line 1": "100 William Loeb Dr.", + "Physical Address Line 2": "Unit 1", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "NH ", + "Physical Address Zip": "03109", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600148", + "School District Name": "KIPP ALWAYS MENTALLY PREPARED CHARTER SCHOOL", + "Physical Address Line 1": "1224 PARK PL-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11213", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303283", + "School District Name": "Monadnock Regional SAU Office", + "Physical Address Line 1": "Monadnock Reg. School District", + "Physical Address Line 2": "600 Old Homestead Highway", + "Physical Address Line 3": "", + "Physical Address City": "Swanzey", + "Physical Address State": "NH ", + "Physical Address Zip": "03446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303284", + "School District Name": "Winchester SAU Office", + "Physical Address Line 1": "Winchester School District", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchester", + "Physical Address State": "NH ", + "Physical Address Zip": "03470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601227", + "School District Name": "KIPP BEYOND CHARTER SCHOOL", + "Physical Address Line 1": "470 7TH AVE-10TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10018", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303285", + "School District Name": "Surry SAU Office", + "Physical Address Line 1": "1 Village Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Surry", + "Physical Address State": "NH ", + "Physical Address Zip": "03431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303286", + "School District Name": "The Birches Academy for Academics & Art:A Public Charter Sch", + "Physical Address Line 1": "419 South Broadway", + "Physical Address Line 2": "2nd Floor", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "NH ", + "Physical Address Zip": "03079", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303287", + "School District Name": "Robert Frost Charter School", + "Physical Address Line 1": "110 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conway", + "Physical Address State": "NH ", + "Physical Address Zip": "03818", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601202", + "School District Name": "KIPP BRONX CHARTER SCHOOL II", + "Physical Address Line 1": "501 GERARD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10451", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303289", + "School District Name": "Making Community Connections Charter School", + "Physical Address Line 1": "149 Emerald St.", + "Physical Address Line 2": "#UP-3", + "Physical Address Line 3": "", + "Physical Address City": "Keene", + "Physical Address State": "NH ", + "Physical Address Zip": "03431", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601203", + "School District Name": "KIPP BRONX CHARTER SCHOOL III", + "Physical Address Line 1": "501 GERARD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10451", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303290", + "School District Name": "Polaris Charter School", + "Physical Address Line 1": "100 Coolidge Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "NH ", + "Physical Address Zip": "03102", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303291", + "School District Name": "Next Charter School District", + "Physical Address Line 1": "5 Hood Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Derry", + "Physical Address State": "NH ", + "Physical Address Zip": "03038", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303292", + "School District Name": "PACE Career Academy Charter School", + "Physical Address Line 1": "716 Riverwood Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pembroke", + "Physical Address State": "NH", + "Physical Address Zip": "03275", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901330", + "School District Name": "KIPP Columbus", + "Physical Address Line 1": "2900 INSPIRE Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43224", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303293", + "School District Name": "Sullivan School District", + "Physical Address Line 1": "Sullivan School District", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keene", + "Physical Address State": "NH ", + "Physical Address Zip": "03431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1323529411764706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303294", + "School District Name": "Windham SAU Office", + "Physical Address Line 1": "19 Haverhill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windham", + "Physical Address State": "NH ", + "Physical Address Zip": "03087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303295", + "School District Name": "Sullivan SAU Office", + "Physical Address Line 1": "Sullivan School District", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keene", + "Physical Address State": "NH ", + "Physical Address Zip": "03431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303297", + "School District Name": "Mountain Village Charter School", + "Physical Address Line 1": "13 NH Route 25", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "NH ", + "Physical Address Zip": "03264", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303298", + "School District Name": "The Founders Academy Charter School District", + "Physical Address Line 1": "5 Perimeter Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "NH ", + "Physical Address Zip": "03103", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200886", + "School District Name": "KIPP DuBois CS", + "Physical Address Line 1": "5070 Parkside Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700385", + "School District Name": "KIPP Durham College Preparatory", + "Physical Address Line 1": "1107 Holloway Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303302", + "School District Name": "MicroSociety Academy Charter School of Southern NH", + "Physical Address Line 1": "591 West Hollis Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nashua", + "Physical Address State": "NH ", + "Physical Address Zip": "03062", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303305", + "School District Name": "LEAF Charter School", + "Physical Address Line 1": "6A Baine Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alstead", + "Physical Address State": "NH ", + "Physical Address Zip": "03602", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601176", + "School District Name": "KIPP FREEDOM CHARTER SCHOOL", + "Physical Address Line 1": "1825 PROSPECT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10457", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700123", + "School District Name": "KIPP Gaston College Preparatory", + "Physical Address Line 1": "320 Pleasant Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gaston", + "Physical Address State": "NC ", + "Physical Address Zip": "27832", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303307", + "School District Name": "Middleton SAU", + "Physical Address Line 1": "C/O Governor Wentworth Regiona", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wolfeboro Falls", + "Physical Address State": "NH ", + "Physical Address Zip": "03896", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700375", + "School District Name": "KIPP Halifax College Preparatory", + "Physical Address Line 1": "9986 Hwy 903", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Halifax", + "Physical Address State": "NC ", + "Physical Address Zip": "27839", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303308", + "School District Name": "Kreiva Academy Public Charter School District", + "Physical Address Line 1": "470 Pine St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "NH ", + "Physical Address Zip": "03105", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303310", + "School District Name": "Wakefield SAU Office", + "Physical Address Line 1": "76 Taylor Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sanbornville", + "Physical Address State": "NH ", + "Physical Address Zip": "03872", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303314", + "School District Name": "Windham Academy Public Charter School", + "Physical Address Line 1": "1 Industrial Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windham", + "Physical Address State": "NH ", + "Physical Address Zip": "03087", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303315", + "School District Name": "Spark Academy of Advanced Technologies", + "Physical Address Line 1": "1066 Front Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchestter", + "Physical Address State": "NH ", + "Physical Address Zip": "03102", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303316", + "School District Name": "Northeast Woodland Chartered Public School", + "Physical Address Line 1": "53 Technology Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Conway", + "Physical Address State": "NH ", + "Physical Address Zip": "03818", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600143", + "School District Name": "KIPP INFINITY CHARTER SCHOOL", + "Physical Address Line 1": "625 W 133 ST-RM 308D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10027", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303317", + "School District Name": "Rollinsford SAU Office", + "Physical Address Line 1": "51 West High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOMERSWORTH", + "Physical Address State": "NH ", + "Physical Address Zip": "03878", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303319", + "School District Name": "Strafford SAU Office", + "Physical Address Line 1": "22 Roller Coaster Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Strafford", + "Physical Address State": "NH ", + "Physical Address Zip": "03884", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3303320", + "School District Name": "Timberlane Regional SAU Office", + "Physical Address Line 1": "30 Greenough Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plaistow", + "Physical Address State": "NH ", + "Physical Address Zip": "03865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200901", + "School District Name": "KIPP North Philadelphia CS", + "Physical Address Line 1": "2539 N. 16th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19132", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601075", + "School District Name": "KIPP NYC WASHINGTON HEIGHTS ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "21 JUMEL PL-RM D109", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200122", + "School District Name": "KIPP Philadelphia CS", + "Physical Address Line 1": "2539 N. 16th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19132", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000766", + "School District Name": "KIPP REACH COLL (CHARTER)", + "Physical Address Line 1": "8400 N Robinson Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600082", + "School District Name": "KIPP STAR COLLEGE PREP CHARTER SCHOOL", + "Physical Address Line 1": "433 W 123RD ST-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10027", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600128", + "School District Name": "KIPP TECH VALLEY CHARTER SCHOOL", + "Physical Address Line 1": "321 NORTHERN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "NY ", + "Physical Address Zip": "12210", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800264", + "School District Name": "KIPP TEXAS PUBLIC SCHOOLS", + "Physical Address Line 1": "10711 KIPP WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77099", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4200888", + "School District Name": "KIPP West Philadelphia CS", + "Physical Address Line 1": "5070 Parkside Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19131", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700142", + "School District Name": "KIPP: Charlotte", + "Physical Address Line 1": "931 Wilann Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400777", + "School District Name": "KIPP: Cooper Norcross A New Jersey Nonprofit Corporation", + "Physical Address Line 1": "525 Clinton Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "NJ ", + "Physical Address Zip": "08103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825710", + "School District Name": "KIRBYVILLE CISD", + "Physical Address Line 1": "206 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KIRBYVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75956", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3086510263929619", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904787", + "School District Name": "Kirtland Local", + "Physical Address Line 1": "9252 Chillicothe Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kirtland", + "Physical Address State": "OH ", + "Physical Address Zip": "44094", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07204610951008646", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212840", + "School District Name": "Kiski Area SD", + "Physical Address Line 1": "200 Poplar Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vandergrift", + "Physical Address State": "PA ", + "Physical Address Zip": "15690", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1492007104795737", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304050", + "School District Name": "Kittitas School District", + "Physical Address Line 1": "505 N PIERCE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KITTITAS", + "Physical Address State": "WA ", + "Physical Address Zip": "98934", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08033240997229917", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4107020", + "School District Name": "Klamath County SD", + "Physical Address Line 1": "2845 Greensprings Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Klamath Falls", + "Physical Address State": "OR ", + "Physical Address Zip": "97601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20859302479777217", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4107080", + "School District Name": "Klamath Falls City Schools", + "Physical Address Line 1": "1336 Avalon", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Klamath Falls", + "Physical Address State": "OR ", + "Physical Address Zip": "97603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.26195426195426197", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825740", + "School District Name": "KLEIN ISD", + "Physical Address Line 1": "7200 SPRING CYPRESS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KLEIN", + "Physical Address State": "TX ", + "Physical Address Zip": "77379", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1510087839692561", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3901347", + "School District Name": "Klepinger Community School", + "Physical Address Line 1": "3650 Klepinger Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45416", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304080", + "School District Name": "Klickitat School District", + "Physical Address Line 1": "98 SCHOOL DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KLICKITAT", + "Physical Address State": "WA ", + "Physical Address Zip": "98628", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14634146341463414", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825790", + "School District Name": "KLONDIKE ISD", + "Physical Address Line 1": "2911 CO RD H", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAMESA", + "Physical Address State": "TX ", + "Physical Address Zip": "79331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13043478260869565", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100040", + "School District Name": "Knappa SD 4", + "Physical Address Line 1": "41535 Old Hwy 30", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Astoria", + "Physical Address State": "OR ", + "Physical Address Zip": "97103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10153846153846154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825800", + "School District Name": "KNIPPA ISD", + "Physical Address Line 1": "100 KESSLER LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KNIPPA", + "Physical Address State": "TX ", + "Physical Address Zip": "78870", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2538860103626943", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825870", + "School District Name": "KNOX CITY-O'BRIEN CISD", + "Physical Address Line 1": "606 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KNOX CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "79529", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2801556420233463", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702220", + "School District Name": "Knox County", + "Physical Address Line 1": "912 South Gay ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Knoxville", + "Physical Address State": "TN ", + "Physical Address Zip": "37902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11513686531284449", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3905114", + "School District Name": "Knox County JVSD", + "Physical Address Line 1": "306 Martinsburg Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Vernon", + "Physical Address State": "OH ", + "Physical Address Zip": "43050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507500", + "School District Name": "Kohler School District", + "Physical Address Line 1": "333 Upper Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kohler", + "Physical Address State": "WI ", + "Physical Address Zip": "53044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.024074074074074074", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4016710", + "School District Name": "KONAWA", + "Physical Address Line 1": "701 West South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Konawa", + "Physical Address State": "OK ", + "Physical Address Zip": "74849", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17157712305025996", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825890", + "School District Name": "KOPPERL ISD", + "Physical Address Line 1": "175 CR 1240", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KOPPERL", + "Physical Address State": "TX ", + "Physical Address Zip": "76652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1864951768488746", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825920", + "School District Name": "KOUNTZE ISD", + "Physical Address Line 1": "160 W VAUGHN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KOUNTZE", + "Physical Address State": "TX ", + "Physical Address Zip": "77625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1822125813449024", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4016720", + "School District Name": "KREBS", + "Physical Address Line 1": "20 Southwest Fifth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Krebs", + "Physical Address State": "OK ", + "Physical Address Zip": "74554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1621129326047359", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4016740", + "School District Name": "KREMLIN-HILLSDALE", + "Physical Address Line 1": "705 FIFTH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kremlin", + "Physical Address State": "OK ", + "Physical Address Zip": "73753", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10181818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825950", + "School District Name": "KRESS ISD", + "Physical Address Line 1": "200 E 5TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KRESS", + "Physical Address State": "TX ", + "Physical Address Zip": "79052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2755102040816326", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4825980", + "School District Name": "KRUM ISD", + "Physical Address Line 1": "1200 BOBCAT BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KRUM", + "Physical Address State": "TX ", + "Physical Address Zip": "76249", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0821917808219178", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212930", + "School District Name": "Kutztown Area SD", + "Physical Address Line 1": "251 Long Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kutztown", + "Physical Address State": "PA ", + "Physical Address Zip": "19530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10934182590233546", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901339", + "School District Name": "L. Hollingworth School for Talented and Gifted", + "Physical Address Line 1": "653 Miami St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305550", + "School District Name": "Pelham School District", + "Physical Address Line 1": "59A Marsh Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pelham", + "Physical Address State": "NH ", + "Physical Address Zip": "03076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.033391915641476276", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800270", + "School District Name": "LA ACADEMIA DE ESTRELLAS", + "Physical Address Line 1": "4680 W KIEST BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75236", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305580", + "School District Name": "Pembroke School District", + "Physical Address Line 1": "Pembroke Academy", + "Physical Address Line 2": "267 Pembroke St.", + "Physical Address Line 3": "", + "Physical Address City": "Pembroke", + "Physical Address State": "NH ", + "Physical Address Zip": "03275", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0803886925795053", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500166", + "School District Name": "LA ACADEMIA DOLORES HUERTA", + "Physical Address Line 1": "1480 NORTH MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAS CRUCES", + "Physical Address State": "NM ", + "Physical Address Zip": "88001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305670", + "School District Name": "Piermont School District", + "Physical Address Line 1": "2975 Dartmouth College Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "N. Haverhill", + "Physical Address State": "NH ", + "Physical Address Zip": "03774", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200026", + "School District Name": "La Academia Partnership CS", + "Physical Address Line 1": "30 N Ann St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "PA ", + "Physical Address Zip": "17602", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305700", + "School District Name": "Pittsburg School District", + "Physical Address Line 1": "21 Academy St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colebrook", + "Physical Address State": "NH ", + "Physical Address Zip": "03576", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24074074074074073", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500073", + "School District Name": "La Casa de Esperanza Charter School Agency", + "Physical Address Line 1": "410 Arcadian Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waukesha", + "Physical Address State": "WI ", + "Physical Address Zip": "53186", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305730", + "School District Name": "Pittsfield School District", + "Physical Address Line 1": "23 Oneida Street Unit 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsfield", + "Physical Address State": "NH ", + "Physical Address Zip": "03263", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.174496644295302", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304170", + "School District Name": "La Center School District", + "Physical Address Line 1": "725 HIGHLAND ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA CENTER", + "Physical Address State": "WA ", + "Physical Address Zip": "98629", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07106598984771574", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305760", + "School District Name": "Plainfield School District", + "Physical Address Line 1": "92 Bonner Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meriden", + "Physical Address State": "NH ", + "Physical Address Zip": "03770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.03932584269662921", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600961", + "School District Name": "LA CIMA CHARTER SCHOOL", + "Physical Address Line 1": "800 GATES AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305790", + "School District Name": "Plymouth School District", + "Physical Address Line 1": "47 Old Ward Bridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "NH ", + "Physical Address Zip": "03264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1746031746031746", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304110", + "School District Name": "La Conner School District", + "Physical Address Line 1": "305 N 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA CONNER", + "Physical Address State": "WA ", + "Physical Address Zip": "98257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.22259136212624583", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305820", + "School District Name": "Portsmouth School District", + "Physical Address Line 1": "1 Junkins Avenue", + "Physical Address Line 2": "Suite 402", + "Physical Address Line 3": "", + "Physical Address City": "Portsmouth", + "Physical Address State": "NH ", + "Physical Address Zip": "03801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.06022052586938083", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305830", + "School District Name": "Profile School District", + "Physical Address Line 1": "262 Cottage Street", + "Physical Address Line 2": "Suite 301", + "Physical Address Line 3": "", + "Physical Address City": "Littleton", + "Physical Address State": "NH ", + "Physical Address Zip": "03561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11594202898550725", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507530", + "School District Name": "La Crosse School District", + "Physical Address Line 1": "807 East Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Crosse", + "Physical Address State": "WI ", + "Physical Address Zip": "54601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.14550584441757355", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305880", + "School District Name": "Raymond School District", + "Physical Address Line 1": "43 Harriman Hill Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raymond", + "Physical Address State": "NH ", + "Physical Address Zip": "03077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.075", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507560", + "School District Name": "La Farge School District", + "Physical Address Line 1": "301 W Adams St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Farge", + "Physical Address State": "WI ", + "Physical Address Zip": "54639", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29292929292929293", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305940", + "School District Name": "Rochester School District", + "Physical Address Line 1": "150 Wakefield St.", + "Physical Address Line 2": "Ste. 8", + "Physical Address Line 3": "", + "Physical Address City": "Rochester", + "Physical Address State": "NH ", + "Physical Address Zip": "03867", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.13609995537706382", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800286", + "School District Name": "LA FE PREPARATORY SCHOOL", + "Physical Address Line 1": "616 E FATHER RAHM AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL PASO", + "Physical Address State": "TX ", + "Physical Address Zip": "79901", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3305970", + "School District Name": "Rollinsford School District", + "Physical Address Line 1": "51 West High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOMERSWORTH", + "Physical Address State": "NH ", + "Physical Address Zip": "03878", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.05614973262032086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826040", + "School District Name": "LA FERIA ISD", + "Physical Address Line 1": "203 E OLEANDER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA FERIA", + "Physical Address State": "TX ", + "Physical Address Zip": "78559", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.27863577863577865", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306000", + "School District Name": "Rumney School District", + "Physical Address Line 1": "47 Old Ward Bridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "NH ", + "Physical Address Zip": "03264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.211864406779661", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826070", + "School District Name": "LA GLORIA ISD", + "Physical Address Line 1": "182 E COUNTY RD 401", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FALURRIAS", + "Physical Address State": "TX ", + "Physical Address Zip": "78355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.273972602739726", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306030", + "School District Name": "Rye School District", + "Physical Address Line 1": "48 Post Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenland", + "Physical Address State": "NH ", + "Physical Address Zip": "03840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.04938271604938271", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4107200", + "School District Name": "La Grande SD 1", + "Physical Address Line 1": "1305 N Willow Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Grande", + "Physical Address State": "OR ", + "Physical Address Zip": "97850", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18924731182795698", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306060", + "School District Name": "Salem School District", + "Physical Address Line 1": "38 Geremonty Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "NH ", + "Physical Address Zip": "03079", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04163550236848666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826100", + "School District Name": "LA GRANGE ISD", + "Physical Address Line 1": "560 N MONROE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA GRANGE", + "Physical Address State": "TX ", + "Physical Address Zip": "78945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.146061814556331", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306080", + "School District Name": "Sanborn Regional School District", + "Physical Address Line 1": "51 Church Sreet", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingston", + "Physical Address State": "NH ", + "Physical Address Zip": "03848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.051827242524916946", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826130", + "School District Name": "LA JOYA ISD", + "Physical Address Line 1": "201 E EXPY 83", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA JOYA", + "Physical Address State": "TX ", + "Physical Address Zip": "78560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.41267011134560805", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306150", + "School District Name": "Seabrook School District", + "Physical Address Line 1": "2 Alumni Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "NH ", + "Physical Address Zip": "03842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1431095406360424", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826190", + "School District Name": "LA PORTE ISD", + "Physical Address Line 1": "1002 SAN JACINTO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA PORTE", + "Physical Address State": "TX ", + "Physical Address Zip": "77571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13231064237775647", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306180", + "School District Name": "Shaker Regional School District", + "Physical Address Line 1": "58 School St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belmont", + "Physical Address State": "NH ", + "Physical Address Zip": "03220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08842105263157894", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905024", + "School District Name": "LaBrae Local", + "Physical Address Line 1": "1001 N Leavitt Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leavittsburg", + "Physical Address State": "OH ", + "Physical Address Zip": "44430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22684310018903592", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306240", + "School District Name": "Somersworth School District", + "Physical Address Line 1": "51 West High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somersworth", + "Physical Address State": "NH ", + "Physical Address Zip": "03878", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.13012048192771083", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826250", + "School District Name": "LA PRYOR ISD", + "Physical Address Line 1": "311 E HWY 57", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA PRYOR", + "Physical Address State": "TX ", + "Physical Address Zip": "78872", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3194888178913738", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306260", + "School District Name": "Souhegan Cooperative School District", + "Physical Address Line 1": "1 School St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amherst", + "Physical Address State": "NH ", + "Physical Address Zip": "03031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.02267818574514039", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904986", + "School District Name": "Lake Local", + "Physical Address Line 1": "436 King Church Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Uniontown", + "Physical Address State": "OH ", + "Physical Address Zip": "44685", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.053710430721328487", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306270", + "School District Name": "South Hampton School District", + "Physical Address Line 1": "2 Alumni Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "NH ", + "Physical Address Zip": "03842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.046875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306330", + "School District Name": "Stark School District", + "Physical Address Line 1": "15 Preble St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Groveton", + "Physical Address State": "NH ", + "Physical Address Zip": "03582", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905069", + "School District Name": "Lake Local", + "Physical Address Line 1": "28090 Lemoyne Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millbury", + "Physical Address State": "OH ", + "Physical Address Zip": "43447", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11508379888268157", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306360", + "School District Name": "Stewartstown School District", + "Physical Address Line 1": "21 Academy St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colebrook", + "Physical Address State": "NH ", + "Physical Address Zip": "03576", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26506024096385544", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905018", + "School District Name": "Lakeview Local", + "Physical Address Line 1": "300 Hillman Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cortland", + "Physical Address State": "OH ", + "Physical Address Zip": "44410", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09850905218317359", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306390", + "School District Name": "Stoddard School District", + "Physical Address Line 1": "258 Western Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henniker", + "Physical Address State": "NH ", + "Physical Address Zip": "03242", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904419", + "School District Name": "Lakewood City", + "Physical Address Line 1": "13701 Lake Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakewood", + "Physical Address State": "OH ", + "Physical Address Zip": "44107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15134837644468904", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306420", + "School District Name": "Strafford School District", + "Physical Address Line 1": "22 Roller Coaster Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Strafford", + "Physical Address State": "NH ", + "Physical Address Zip": "03884", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.046296296296296294", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306450", + "School District Name": "Stratford School District", + "Physical Address Line 1": "15 Preble St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Groveton", + "Physical Address State": "NH ", + "Physical Address Zip": "03582", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3698630136986301", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904799", + "School District Name": "Lakewood Local", + "Physical Address Line 1": "525 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hebron", + "Physical Address State": "OH ", + "Physical Address Zip": "43025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15601503759398497", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306480", + "School District Name": "Stratham School District", + "Physical Address Line 1": "30 Linden St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exeter", + "Physical Address State": "NH ", + "Physical Address Zip": "03833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.02992957746478873", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306540", + "School District Name": "Sunapee School District", + "Physical Address Line 1": "70 Lower Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunapee", + "Physical Address State": "NH ", + "Physical Address Zip": "03782", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06818181818181818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904611", + "School District Name": "Lakota Local", + "Physical Address Line 1": "5572 Princeton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Liberty Township", + "Physical Address State": "OH ", + "Physical Address Zip": "45011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.053926652210804185", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306600", + "School District Name": "Tamworth School District", + "Physical Address Line 1": "881A Tamworth Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tamworth", + "Physical Address State": "NH ", + "Physical Address Zip": "03886", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16012084592145015", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306660", + "School District Name": "Thornton School District", + "Physical Address Line 1": "47 Old Ward Bridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "NH ", + "Physical Address Zip": "03264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09090909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904956", + "School District Name": "Lakota Local", + "Physical Address Line 1": "5200 County Road 13", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kansas", + "Physical Address State": "OH ", + "Physical Address Zip": "44841", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09957805907172995", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306720", + "School District Name": "Timberlane Regional School District", + "Physical Address Line 1": "30 Greenough Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plaistow", + "Physical Address State": "NH ", + "Physical Address Zip": "03865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03847160429207014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500155", + "School District Name": "LA TIERRA MONTESSORI SCHOOL OF THE ARTS AND SCIENCES", + "Physical Address Line 1": "659 ROADRUNNER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ESPANOLA", + "Physical Address State": "NM ", + "Physical Address Zip": "87532", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306750", + "School District Name": "Unity School District", + "Physical Address Line 1": "165 Broad St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Claremont", + "Physical Address State": "NH ", + "Physical Address Zip": "03743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1130952380952381", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904420", + "School District Name": "Lancaster City", + "Physical Address Line 1": "345 E Mulberry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "OH ", + "Physical Address Zip": "43130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15875391103251257", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306780", + "School District Name": "Wakefield School District", + "Physical Address Line 1": "76 Taylor Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sanbornville", + "Physical Address State": "NH ", + "Physical Address Zip": "03872", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10503597122302158", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826280", + "School District Name": "LA VEGA ISD", + "Physical Address Line 1": "400 E LOOP 340", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WACO", + "Physical Address State": "TX ", + "Physical Address Zip": "76705", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.2336448598130841", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306870", + "School District Name": "Warren School District", + "Physical Address Line 1": "2975 Dartmouth College Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "N. Haverhill", + "Physical Address State": "NH ", + "Physical Address Zip": "03774", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16071428571428573", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904421", + "School District Name": "Lebanon City", + "Physical Address Line 1": "160 Miller Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "OH ", + "Physical Address Zip": "45036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07380777696258253", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306900", + "School District Name": "Washington School District", + "Physical Address Line 1": "78 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsboro", + "Physical Address State": "NH ", + "Physical Address Zip": "03244", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07784431137724551", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826310", + "School District Name": "LA VERNIA ISD", + "Physical Address Line 1": "13600 US HWY 87 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA VERNIA", + "Physical Address State": "TX ", + "Physical Address Zip": "78121", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07927332782824112", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306910", + "School District Name": "Waterville Valley School District", + "Physical Address Line 1": "47 Old Ward Bridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "NH ", + "Physical Address Zip": "03264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.03225806451612903", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910007", + "School District Name": "Leetonia Exempted Village School District", + "Physical Address Line 1": "450 Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leetonia", + "Physical Address State": "OH ", + "Physical Address Zip": "44431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2183288409703504", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306930", + "School District Name": "Weare School District", + "Physical Address Line 1": "258 Western Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henniker", + "Physical Address State": "NH ", + "Physical Address Zip": "03242", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06312625250501001", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904935", + "School District Name": "Leipsic Local", + "Physical Address Line 1": "232 Oak St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leipsic", + "Physical Address State": "OH ", + "Physical Address Zip": "45856", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11901504787961696", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3306990", + "School District Name": "Wentworth School District", + "Physical Address Line 1": "47 Old Ward Bridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "NH ", + "Physical Address Zip": "03264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21052631578947367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3307020", + "School District Name": "Westmoreland School District", + "Physical Address Line 1": "193 Maple Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keene", + "Physical Address State": "NH ", + "Physical Address Zip": "03431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0821256038647343", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904943", + "School District Name": "Lexington Local", + "Physical Address Line 1": "103 Clever Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "OH ", + "Physical Address Zip": "44904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.0845262440354465", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3307050", + "School District Name": "White Mountain Regional School District", + "Physical Address Line 1": "14 King Square.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitefield", + "Physical Address State": "NH ", + "Physical Address Zip": "03598", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1405550581915846", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826340", + "School District Name": "LA VILLA ISD", + "Physical Address Line 1": "500 E 9TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LA VILLA", + "Physical Address State": "TX ", + "Physical Address Zip": "78562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3060869565217391", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3307115", + "School District Name": "Wilton-Lyndeboro School District", + "Physical Address Line 1": "192 Forest Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lyndeborough", + "Physical Address State": "NH ", + "Physical Address Zip": "03082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08384710234278668", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904758", + "School District Name": "Liberty Center Local", + "Physical Address Line 1": "100 Tiger Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Liberty Center", + "Physical Address State": "OH ", + "Physical Address Zip": "43532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08389585342333655", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3307140", + "School District Name": "Winchester School District", + "Physical Address Line 1": "Winchester School District", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchester", + "Physical Address State": "NH ", + "Physical Address Zip": "03470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19230769230769232", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3307170", + "School District Name": "Windham School District", + "Physical Address Line 1": "19 Haverhill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windham", + "Physical Address State": "NH ", + "Physical Address Zip": "03087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.02237354085603113", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905019", + "School District Name": "Liberty Local", + "Physical Address Line 1": "4115 Shady Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19198564593301434", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3307200", + "School District Name": "Windsor School District", + "Physical Address Line 1": "78 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsboro", + "Physical Address State": "NH ", + "Physical Address Zip": "03244", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.041666666666666664", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3307230", + "School District Name": "Winnacunnet Coop School District", + "Physical Address Line 1": "2 Alumni Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "NH ", + "Physical Address Zip": "03842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.04840032813781788", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904688", + "School District Name": "Liberty Union-Thurston Local", + "Physical Address Line 1": "1108 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baltimore", + "Physical Address State": "OH ", + "Physical Address Zip": "43105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09548482605477424", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3307290", + "School District Name": "Winnisquam Regional SAU Office", + "Physical Address Line 1": "433 West Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tilton", + "Physical Address State": "NH ", + "Physical Address Zip": "03276", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3307300", + "School District Name": "Winnisquam Regional School District", + "Physical Address Line 1": "433 West Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tilton", + "Physical Address State": "NH ", + "Physical Address Zip": "03276", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09746478873239436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904744", + "School District Name": "Liberty-Benton Local", + "Physical Address Line 1": "9190 County Road 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Findlay", + "Physical Address State": "OH ", + "Physical Address Zip": "45840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.056630824372759854", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904800", + "School District Name": "Licking Heights Local", + "Physical Address Line 1": "6539 Summit Rd SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pataskala", + "Physical Address State": "OH ", + "Physical Address Zip": "43062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10423154423887158", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3307360", + "School District Name": "Pinkerton Academy School District", + "Physical Address Line 1": "5 Pinkerton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Derry", + "Physical Address State": "NH ", + "Physical Address Zip": "03038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200044", + "School District Name": "Laboratory CS", + "Physical Address Line 1": "Administrative Office", + "Physical Address Line 2": "926 West Sedgley Ave", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19140", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904801", + "School District Name": "Licking Valley Local", + "Physical Address Line 1": "1379 Licking Valley Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "OH ", + "Physical Address Zip": "43055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11478507321681625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904422", + "School District Name": "Lima City", + "Physical Address Line 1": "755 Saint Johns Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lima", + "Physical Address State": "OH ", + "Physical Address Zip": "45804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.33547632963179425", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399904", + "School District Name": "Newfound Area SAU Office", + "Physical Address Line 1": "20 North Main St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bristol", + "Physical Address State": "NH ", + "Physical Address Zip": "03222", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900104", + "School District Name": "Lac Courte Oreilles Ojibwa School", + "Physical Address Line 1": "8575 N Trepania Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayward", + "Physical Address State": "WI", + "Physical Address Zip": "54843", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910022", + "School District Name": "Lincolnview Local", + "Physical Address Line 1": "15945 Middle Point Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Van Wert", + "Physical Address State": "OH ", + "Physical Address Zip": "45891", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0735826296743064", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504620", + "School District Name": "Lac du Flambeau #1 School District", + "Physical Address Line 1": "2899 State Highway 47 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lac du Flambeau", + "Physical Address State": "WI ", + "Physical Address Zip": "54538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.31896551724137934", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904545", + "School District Name": "Lisbon Exempted Village", + "Physical Address Line 1": "317 N Market St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lisbon", + "Physical Address State": "OH ", + "Physical Address Zip": "44432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2518518518518518", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905044", + "School District Name": "Little Miami Local", + "Physical Address Line 1": "95 E Us Highway 22 And 3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maineville", + "Physical Address State": "OH ", + "Physical Address Zip": "45039", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04888203546646106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904423", + "School District Name": "Lockland Local", + "Physical Address Line 1": "210 N Cooper Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45215", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3687845303867403", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904908", + "School District Name": "Logan Elm Local", + "Physical Address Line 1": "9579 Tarlton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Circleville", + "Physical Address State": "OH ", + "Physical Address Zip": "43113", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1351219512195122", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399912", + "School District Name": "Londonderry SAU Office", + "Physical Address Line 1": "6A Kitty Hawk Landing", + "Physical Address Line 2": "Suite 101", + "Physical Address Line 3": "", + "Physical Address City": "Londonderry", + "Physical Address State": "NH ", + "Physical Address Zip": "03053", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4212990", + "School District Name": "Lackawanna Trail SD", + "Physical Address Line 1": "179 College Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Factoryville", + "Physical Address State": "PA ", + "Physical Address Zip": "18419", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12399355877616747", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904424", + "School District Name": "Logan-Hocking Local", + "Physical Address Line 1": "2019 E Front St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Logan", + "Physical Address State": "OH ", + "Physical Address Zip": "43138", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20640569395017794", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826370", + "School District Name": "LACKLAND ISD", + "Physical Address Line 1": "2460 KENLY AVE BLDG 8265", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05752212389380531", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904425", + "School District Name": "London City", + "Physical Address Line 1": "380 Elm St 2nd Fl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "London", + "Physical Address State": "OH ", + "Physical Address Zip": "43140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1770744225834046", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904426", + "School District Name": "Lorain City", + "Physical Address Line 1": "2601 Pole Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lorain", + "Physical Address State": "OH ", + "Physical Address Zip": "44052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.3677093844601413", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905020", + "School District Name": "Lordstown Local", + "Physical Address Line 1": "1824 Salt Springs Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "OH ", + "Physical Address Zip": "44481", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13135593220338984", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399930", + "School District Name": "Laconia SAU Office", + "Physical Address Line 1": "39 Harvard St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laconia", + "Physical Address State": "NH ", + "Physical Address Zip": "03246", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399921", + "School District Name": "Winnacunnet SAU Office", + "Physical Address Line 1": "2 Alumni Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "NH ", + "Physical Address Zip": "03842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904546", + "School District Name": "Loudonville-Perrysville Exempted Village", + "Physical Address Line 1": "210 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loudonville", + "Physical Address State": "OH ", + "Physical Address Zip": "44842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13723978411719354", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904987", + "School District Name": "Louisville City", + "Physical Address Line 1": "407 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Louisville", + "Physical Address State": "OH ", + "Physical Address Zip": "44641", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09093809827696235", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399926", + "School District Name": "Merrimack SAU Office", + "Physical Address Line 1": "36 McElwain St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Merrimack", + "Physical Address State": "NH ", + "Physical Address Zip": "03054", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904427", + "School District Name": "Loveland City", + "Physical Address Line 1": "757 S Lebanon Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loveland", + "Physical Address State": "OH ", + "Physical Address Zip": "45140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05273037542662116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399927", + "School District Name": "Litchfield SAU Office", + "Physical Address Line 1": "1 Highlander Court", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Litchfield", + "Physical Address State": "NH ", + "Physical Address Zip": "03052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304150", + "School District Name": "LaCrosse School District", + "Physical Address Line 1": "111 Hill Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LACROSSE", + "Physical Address State": "WA ", + "Physical Address Zip": "99143", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10344827586206896", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399928", + "School District Name": "SAU #28 Office", + "Physical Address Line 1": "59A Marsh Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pelham", + "Physical Address State": "NH ", + "Physical Address Zip": "03076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904833", + "School District Name": "Lowellville Local", + "Physical Address Line 1": "52 Rocket Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lowellville", + "Physical Address State": "OH ", + "Physical Address Zip": "44436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1598639455782313", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904944", + "School District Name": "Lucas Local", + "Physical Address Line 1": "84 Lucas North Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lucas", + "Physical Address State": "OH ", + "Physical Address Zip": "44843", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09777015437392796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904763", + "School District Name": "Lynchburg-Clay Local", + "Physical Address Line 1": "301 E Pearl St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lynchburg", + "Physical Address State": "OH ", + "Physical Address Zip": "45142", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15590947191953058", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399932", + "School District Name": "Plainfield SAU Office", + "Physical Address Line 1": "92 Bonner Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meriden", + "Physical Address State": "NH ", + "Physical Address Zip": "03770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507590", + "School District Name": "Ladysmith School District", + "Physical Address Line 1": "1700 Edgewood Ave E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ladysmith", + "Physical Address State": "WI ", + "Physical Address Zip": "54848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1880674448767834", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399935", + "School District Name": "White Mountains SAU Office", + "Physical Address Line 1": "262 Cottage Street", + "Physical Address Line 2": "Suite 301", + "Physical Address Line 3": "", + "Physical Address City": "Littleton", + "Physical Address State": "NH ", + "Physical Address Zip": "03561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904870", + "School District Name": "Mad River Local", + "Physical Address Line 1": "801 Old Harshman Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1891816143497758", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399936", + "School District Name": "White Mountains Regional SAU Office", + "Physical Address Line 1": "14 King Square.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitefield", + "Physical Address State": "NH ", + "Physical Address Zip": "03598", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904428", + "School District Name": "Madeira City", + "Physical Address Line 1": "7465 Loannes Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03196564885496183", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399937", + "School District Name": "Manchester SAU Office", + "Physical Address Line 1": "20 Hecker Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "NH ", + "Physical Address Zip": "03102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904612", + "School District Name": "Madison Local", + "Physical Address Line 1": "1324 Middletown Eaton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middletown", + "Physical Address State": "OH ", + "Physical Address Zip": "45042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09248554913294797", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399940", + "School District Name": "Milford SAU Office", + "Physical Address Line 1": "100 West St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milford", + "Physical Address State": "NH ", + "Physical Address Zip": "03055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904788", + "School District Name": "Madison Local", + "Physical Address Line 1": "1956 Red Bird Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "OH ", + "Physical Address Zip": "44057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09442934782608696", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399942", + "School District Name": "Nashua SAU Office", + "Physical Address Line 1": "141 Ledge St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nashua", + "Physical Address State": "NH ", + "Physical Address Zip": "03061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904945", + "School District Name": "Madison Local", + "Physical Address Line 1": "1379 Grace St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mansfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44905", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.17695473251028807", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399943", + "School District Name": "Newport SAU Office", + "Physical Address Line 1": "86 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "NH ", + "Physical Address Zip": "03773", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904827", + "School District Name": "Madison-Plains Local", + "Physical Address Line 1": "55 Linson Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "London", + "Physical Address State": "OH ", + "Physical Address Zip": "43140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1695827725437416", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399944", + "School District Name": "Northwood SAU Office", + "Physical Address Line 1": "Greenbriar Building", + "Physical Address Line 2": "23A Mountain Avenue", + "Physical Address Line 3": "", + "Physical Address City": "Northwood", + "Physical Address State": "NH ", + "Physical Address Zip": "03261", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900537", + "School District Name": "Manchester Local", + "Physical Address Line 1": "130 Wayne Frye Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "OH ", + "Physical Address Zip": "45144", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25400739827373614", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399945", + "School District Name": "Moultonborough SAU Office", + "Physical Address Line 1": "25 Blake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moultonborough", + "Physical Address State": "NH ", + "Physical Address Zip": "03254", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905000", + "School District Name": "Manchester Local", + "Physical Address Line 1": "6075 Manchester Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44319", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08591549295774648", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399946", + "School District Name": "Merrimack Valley SAU Office", + "Physical Address Line 1": "105 Community Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Penacook", + "Physical Address State": "NH ", + "Physical Address Zip": "03303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904429", + "School District Name": "Mansfield City", + "Physical Address Line 1": "856 W Cook Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mansfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44907", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.32446110590440486", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904430", + "School District Name": "Maple Heights City", + "Physical Address Line 1": "5740 Lawn Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maple Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3070920358044526", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399948", + "School District Name": "Plymouth SAU Office", + "Physical Address Line 1": "47 Old Ward Bridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "NH ", + "Physical Address Zip": "03264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904583", + "School District Name": "Mapleton Local", + "Physical Address Line 1": "635 County Road 801", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "OH ", + "Physical Address Zip": "44805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12772837510105092", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399951", + "School District Name": "Pittsfield SAU Office", + "Physical Address Line 1": "23 Oneida Street Unit 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsfield", + "Physical Address State": "NH ", + "Physical Address Zip": "03263", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905021", + "School District Name": "Maplewood Local", + "Physical Address Line 1": "2414 Greenville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cortland", + "Physical Address State": "OH ", + "Physical Address Zip": "44410", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15256588072122051", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399952", + "School District Name": "Portsmouth SAU Office", + "Physical Address Line 1": "1 Junkins Avenue", + "Physical Address Line 2": "Suite 402", + "Physical Address Line 3": "", + "Physical Address City": "Portsmouth", + "Physical Address State": "NH ", + "Physical Address Zip": "03801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904680", + "School District Name": "Margaretta Local", + "Physical Address Line 1": "305 S Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Castalia", + "Physical Address State": "OH ", + "Physical Address Zip": "44824", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17533039647577092", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399953", + "School District Name": "Pembroke SAU Office", + "Physical Address Line 1": "Pembroke Academy", + "Physical Address Line 2": "267 Pembroke St.", + "Physical Address Line 3": "", + "Physical Address City": "Pembroke", + "Physical Address State": "NH ", + "Physical Address Zip": "03275", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904431", + "School District Name": "Mariemont City", + "Physical Address Line 1": "2 Warrior Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45227", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.049893842887473464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399954", + "School District Name": "Rochester SAU Office", + "Physical Address Line 1": "150 Wakefield St.", + "Physical Address Line 2": "Ste. 8", + "Physical Address Line 3": "", + "Physical Address City": "Rochester", + "Physical Address State": "NH ", + "Physical Address Zip": "03867", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910019", + "School District Name": "Marietta City", + "Physical Address Line 1": "111 Academy Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marietta", + "Physical Address State": "OH ", + "Physical Address Zip": "45750", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.20370983769460085", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399955", + "School District Name": "Timberlane Regional SAU Office", + "Physical Address Line 1": "20 Mary E. Clark Drive", + "Physical Address Line 2": "Unit 10", + "Physical Address Line 3": "", + "Physical Address City": "Hampstead", + "Physical Address State": "NH ", + "Physical Address Zip": "03841", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904433", + "School District Name": "Marion City", + "Physical Address Line 1": "100 Executive Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "OH ", + "Physical Address Zip": "43302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2798668233450842", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399956", + "School District Name": "Oyster River SAU Office", + "Physical Address Line 1": "36 Coe Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NH ", + "Physical Address Zip": "03824", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826400", + "School District Name": "LAGO VISTA ISD", + "Physical Address Line 1": "8039 BAR K RANCH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAGO VISTA", + "Physical Address State": "TX ", + "Physical Address Zip": "78645", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10096976611523104", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399957", + "School District Name": "Salem SAU Office", + "Physical Address Line 1": "38 Geremonty Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "NH ", + "Physical Address Zip": "03079", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910031", + "School District Name": "Marion Local", + "Physical Address Line 1": "7956 State Route 119", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maria Stein", + "Physical Address State": "OH ", + "Physical Address Zip": "45860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09926082365364308", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399958", + "School District Name": "Northumberland SAU Office", + "Physical Address Line 1": "15 Preble St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Groveton", + "Physical Address State": "NH ", + "Physical Address Zip": "03582", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904988", + "School District Name": "Marlington Local", + "Physical Address Line 1": "10320 Moulin Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Alliance", + "Physical Address State": "OH ", + "Physical Address Zip": "44601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11772486772486772", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399963", + "School District Name": "Wilton SAU Office", + "Physical Address Line 1": "192 Forest Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lyndeborough", + "Physical Address State": "NH ", + "Physical Address Zip": "03082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904434", + "School District Name": "Martins Ferry City", + "Physical Address Line 1": "5001 Ayers Limestone Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Martins Ferry", + "Physical Address State": "OH ", + "Physical Address Zip": "43935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.2437542201215395", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904547", + "School District Name": "Marysville Exempted Village", + "Physical Address Line 1": "1000 Edgewood Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marysville", + "Physical Address State": "OH ", + "Physical Address Zip": "43040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.05820642978003384", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399965", + "School District Name": "Pemi-baker Regional School District", + "Physical Address Line 1": "47 Old Ward Bridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "NH ", + "Physical Address Zip": "03264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10918774966711052", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900184", + "School District Name": "Laguna Elementary School", + "Physical Address Line 1": "I40 West Exit 114", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laguna", + "Physical Address State": "NM", + "Physical Address Zip": "87026", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399967", + "School District Name": "Tamworth SAU Office", + "Physical Address Line 1": "881A Tamworth Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tamworth", + "Physical Address State": "NH ", + "Physical Address Zip": "03886", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905045", + "School District Name": "Mason City", + "Physical Address Line 1": "211 N East St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mason", + "Physical Address State": "OH ", + "Physical Address Zip": "45040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03524604120551677", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3399968", + "School District Name": "Sanborn Regional SAU Office", + "Physical Address Line 1": "51 Church Sreet", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingston", + "Physical Address State": "NH ", + "Physical Address Zip": "03848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904435", + "School District Name": "Massillon City", + "Physical Address Line 1": "930 17th St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Massillon", + "Physical Address State": "OH ", + "Physical Address Zip": "44646", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.222997299729973", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900050", + "School District Name": "Laguna Middle School", + "Physical Address Line 1": "51 Rodeo Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laguna", + "Physical Address State": "NM", + "Physical Address Zip": "87026", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400004", + "School District Name": "School District of the Chathams", + "Physical Address Line 1": "259 Lafayette Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chatham", + "Physical Address State": "NJ ", + "Physical Address Zip": "07928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0183977643223102", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905015", + "School District Name": "Mathews Local", + "Physical Address Line 1": "4096 Cadwallader Sonk Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cortland", + "Physical Address State": "OH ", + "Physical Address Zip": "44410", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13904982618771727", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400005", + "School District Name": "Morris-Union Jointure Commisson School District", + "Physical Address Line 1": "340 Central Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Providence", + "Physical Address State": "NJ ", + "Physical Address Zip": "07094", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904436", + "School District Name": "Maumee City", + "Physical Address Line 1": "716 Askin St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maumee", + "Physical Address State": "OH ", + "Physical Address Zip": "43537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1306354277600284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904437", + "School District Name": "Mayfield City", + "Physical Address Line 1": "1101 S.O.M. Center Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mayfield Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07576668671076368", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400007", + "School District Name": "South Bergen Jointure Commission School District", + "Physical Address Line 1": "500 Route 17 South", + "Physical Address Line 2": "Suite 307", + "Physical Address Line 3": "", + "Physical Address City": "Hasbrouck Heights", + "Physical Address State": "NJ ", + "Physical Address Zip": "07604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904885", + "School District Name": "Maysville Local", + "Physical Address Line 1": "3715 Panther Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zanesville", + "Physical Address State": "OH ", + "Physical Address Zip": "43701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15837621497998858", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904745", + "School District Name": "McComb Local", + "Physical Address Line 1": "328 S Todd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McComb", + "Physical Address State": "OH ", + "Physical Address Zip": "45858", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09505703422053231", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400009", + "School District Name": "Somerset Hills Regional School District", + "Physical Address Line 1": "25 Olcott Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bernardsville", + "Physical Address State": "NJ ", + "Physical Address Zip": "07924", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04691023906179522", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905022", + "School District Name": "McDonald Local", + "Physical Address Line 1": "600 Iowa Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mc Donald", + "Physical Address State": "OH ", + "Physical Address Zip": "44437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11212121212121212", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400015", + "School District Name": "Teaneck Community Charter School", + "Physical Address Line 1": "563 Chestnut Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Teaneck", + "Physical Address State": "NJ ", + "Physical Address Zip": "07666", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904548", + "School District Name": "Mechanicsburg Exempted Village", + "Physical Address Line 1": "60 High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mechanicsburg", + "Physical Address State": "OH ", + "Physical Address Zip": "43044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09595375722543352", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904438", + "School District Name": "Medina City SD", + "Physical Address Line 1": "739 Weymouth Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medina", + "Physical Address State": "OH ", + "Physical Address Zip": "44256", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06238813602659166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880640", + "School District Name": "LAKE AREA CAREER & TECHNICAL CENTER", + "Physical Address Line 1": "205 16th St NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Devils Lake", + "Physical Address State": "ND ", + "Physical Address Zip": "58301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400022", + "School District Name": "Marion P. Thomas Charter School", + "Physical Address Line 1": "125 Sussex Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904852", + "School District Name": "Meigs Local", + "Physical Address Line 1": "41765 Pomeroy Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pomeroy", + "Physical Address State": "OH ", + "Physical Address Zip": "45769", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.29076838032061914", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400023", + "School District Name": "New Horizons Community Charter School", + "Physical Address Line 1": "45-59 Hayes Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904549", + "School District Name": "Mentor Exempted Village", + "Physical Address Line 1": "6451 Center St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mentor", + "Physical Address State": "OH ", + "Physical Address Zip": "44060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05978509373571102", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400024", + "School District Name": "North Star Academy Charter School", + "Physical Address Line 1": "18 Washington Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904862", + "School District Name": "Miami East Local", + "Physical Address Line 1": "3825 N State Route 589", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Casstown", + "Physical Address State": "OH ", + "Physical Address Zip": "45312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.049257759784075573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400025", + "School District Name": "Robert Treat Academy Charter School", + "Physical Address Line 1": "443 Clifton Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910010", + "School District Name": "Miami Trace Local", + "Physical Address Line 1": "3818 State Route 41 NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington Court House", + "Physical Address State": "OH ", + "Physical Address Zip": "43160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1624910522548318", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400026", + "School District Name": "Maria L. Varisco-Rogers Charter School", + "Physical Address Line 1": "18 Heller Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904439", + "School District Name": "Miamisburg City", + "Physical Address Line 1": "540 E Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Miamisburg", + "Physical Address State": "OH ", + "Physical Address Zip": "45342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1383303844297893", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904895", + "School District Name": "Middle Bass Local", + "Physical Address Line 1": "985 Fox Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middle Bass", + "Physical Address State": "OH ", + "Physical Address Zip": "43446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07142857142857142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904440", + "School District Name": "Middletown City", + "Physical Address Line 1": "1 Donham Plz 4th Fl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middletown", + "Physical Address State": "OH ", + "Physical Address Zip": "45042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.23885388182142434", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400035", + "School District Name": "The Learning Community Charter School", + "Physical Address Line 1": "2495 John F Kennedy Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jersey City", + "Physical Address State": "NJ ", + "Physical Address Zip": "07304", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301200", + "School District Name": "Lake Chelan School District", + "Physical Address Line 1": "303 E JOHNSON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHELAN", + "Physical Address State": "WA ", + "Physical Address Zip": "98816", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13449367088607594", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400036", + "School District Name": "Soaring Heights Charter School", + "Physical Address Line 1": "1 Romar Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jersey City", + "Physical Address State": "NJ ", + "Physical Address Zip": "07305", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904817", + "School District Name": "Midview Local", + "Physical Address Line 1": "13050 Durkee Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grafton", + "Physical Address State": "OH ", + "Physical Address Zip": "44044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.12105263157894737", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904550", + "School District Name": "Milford Exempted Village", + "Physical Address Line 1": "1099 State Route 131", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milford", + "Physical Address State": "OH ", + "Physical Address Zip": "45150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05455895088457256", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400042", + "School District Name": "Pace Charter School of Hamilton", + "Physical Address Line 1": "1949 Hamilton Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08619", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905063", + "School District Name": "Millcreek-West Unity Local", + "Physical Address Line 1": "1401 W Jackson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Unity", + "Physical Address State": "OH ", + "Physical Address Zip": "43570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09310344827586207", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400043", + "School District Name": "Princeton Charter School", + "Physical Address Line 1": "100 Bunn Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Princeton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08540", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904936", + "School District Name": "Miller City-New Cleveland Local", + "Physical Address Line 1": "200 N. Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Miller City", + "Physical Address State": "OH ", + "Physical Address Zip": "45864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.03278688524590164", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400046", + "School District Name": "The Village Charter School", + "Physical Address Line 1": "101 Sullivan Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trenton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08628", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500087", + "School District Name": "Lake Country Classical Academy Inc Agency", + "Physical Address Line 1": "818 W Wisconsin Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oconomowoc", + "Physical Address State": "WI ", + "Physical Address Zip": "53066", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904551", + "School District Name": "Milton-Union Exempted Village", + "Physical Address Line 1": "7610 Milton Potsdam Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Milton", + "Physical Address State": "OH ", + "Physical Address Zip": "45383", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12238219895287958", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500013", + "School District Name": "Lake Country School District", + "Physical Address Line 1": "1800 Vettelson Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartland", + "Physical Address State": "WI ", + "Physical Address Zip": "53029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04337899543378995", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400049", + "School District Name": "Red Bank Charter School", + "Physical Address Line 1": "58 Oakland Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Bank", + "Physical Address State": "NJ ", + "Physical Address Zip": "07701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904989", + "School District Name": "Minerva Local", + "Physical Address Line 1": "406 East St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minerva", + "Physical Address State": "OH ", + "Physical Address Zip": "44657", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.16962025316455695", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702280", + "School District Name": "Lake County", + "Physical Address Line 1": "819 McBride", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tiptonville", + "Physical Address State": "TN ", + "Physical Address Zip": "38079", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.358695652173913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400051", + "School District Name": "Unity Charter School", + "Physical Address Line 1": "1 Evergreen Place", + "Physical Address Line 2": "Suite A", + "Physical Address Line 3": "", + "Physical Address City": "Morristown", + "Physical Address State": "NJ ", + "Physical Address Zip": "07960", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904962", + "School District Name": "Minford Local", + "Physical Address Line 1": "491 Bond Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minford", + "Physical Address State": "OH ", + "Physical Address Zip": "45653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20985010706638116", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400055", + "School District Name": "Sussex County Technology Charter School", + "Physical Address Line 1": "385 N. Church Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sparta", + "Physical Address State": "NJ ", + "Physical Address Zip": "07871", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904594", + "School District Name": "Minster Local", + "Physical Address Line 1": "50 E 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minster", + "Physical Address State": "OH ", + "Physical Address Zip": "45865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.027892561983471075", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400061", + "School District Name": "The Queen City Academy Charter School District", + "Physical Address Line 1": "815 West Seventh", + "Physical Address Line 2": "Street", + "Physical Address Line 3": "", + "Physical Address City": "Plainfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07063", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904667", + "School District Name": "Mississinawa Valley Local", + "Physical Address Line 1": "1469 State Road 47 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union City", + "Physical Address State": "OH ", + "Physical Address Zip": "45390", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18244170096021947", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400070", + "School District Name": "TEAM Academy Charter School", + "Physical Address Line 1": "60 Park Place", + "Physical Address Line 2": "Suite 802", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905003", + "School District Name": "Mogadore Local", + "Physical Address Line 1": "1 S Cleveland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mogadore", + "Physical Address State": "OH ", + "Physical Address Zip": "44260", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09155937052932761", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400073", + "School District Name": "University Academy Charter High School", + "Physical Address Line 1": "275 West Side Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jersey City", + "Physical Address State": "NJ ", + "Physical Address Zip": "07305", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905074", + "School District Name": "Mohawk Local", + "Physical Address Line 1": "295 State Highway 231", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sycamore", + "Physical Address State": "OH ", + "Physical Address Zip": "44882", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0851528384279476", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400078", + "School District Name": "LEAP Academy University Charter School", + "Physical Address Line 1": "130 N. Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "NJ ", + "Physical Address Zip": "08102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900094", + "School District Name": "Monroe Local", + "Physical Address Line 1": "500 Yankee Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "OH ", + "Physical Address Zip": "45050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05755850727387729", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4107280", + "School District Name": "Lake County SD 7", + "Physical Address Line 1": "1341 S First St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeview", + "Physical Address State": "OR ", + "Physical Address Zip": "97630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15971394517282478", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904771", + "School District Name": "Monroeville Local", + "Physical Address Line 1": "101 West St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroeville", + "Physical Address State": "OH ", + "Physical Address Zip": "44847", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08501440922190202", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400082", + "School District Name": "Ridge and Valley Charter School", + "Physical Address Line 1": "1234 State Route 94", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Frelinghuysen", + "Physical Address State": "NJ ", + "Physical Address Zip": "07825", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904552", + "School District Name": "Montpelier Exempted Village", + "Physical Address Line 1": "1015 E Brown Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montpelier", + "Physical Address State": "OH ", + "Physical Address Zip": "43543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15960912052117263", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400083", + "School District Name": "Union County TEAMS Charter School-High School/College LA", + "Physical Address Line 1": "515 West Fourth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plainfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07060", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826430", + "School District Name": "LAKE DALLAS ISD", + "Physical Address Line 1": "104 SWISHER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08195272807598851", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400084", + "School District Name": "University Heights Charter School", + "Physical Address Line 1": "74 Hartford St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904877", + "School District Name": "Morgan Local", + "Physical Address Line 1": "65 W Union Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mc Connelsville", + "Physical Address State": "OH ", + "Physical Address Zip": "43756", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22227848101265824", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400085", + "School District Name": "OFFICE OF EDUCATION DEPARTMENT OF CHILDREN AND FAMILIES", + "Physical Address Line 1": "Katzenbach Campus 320 Sullivan Way", + "Physical Address Line 2": "Bldg #14 (Rear Entrance)", + "Physical Address Line 3": "", + "Physical Address City": "WEST TRENTON", + "Physical Address State": "NJ ", + "Physical Address Zip": "08628", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904553", + "School District Name": "Mount Gilead Exempted Village", + "Physical Address Line 1": "145 N Cherry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Gilead", + "Physical Address State": "OH ", + "Physical Address Zip": "43338", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1606694560669456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400087", + "School District Name": "Paterson Charter School for Science and Technology", + "Physical Address Line 1": "196 W Railway Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paterson", + "Physical Address State": "NJ ", + "Physical Address Zip": "07503", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904441", + "School District Name": "Mt Healthy City", + "Physical Address Line 1": "7615 Harrison Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45231", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.32223393045310855", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400088", + "School District Name": "OFFICE OF EDUCATIONAL SERVICES DEPARTMENT OF CORRECTIONS", + "Physical Address Line 1": "WHITTLESEY ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRENTON", + "Physical Address State": "NJ ", + "Physical Address Zip": "08625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901499", + "School District Name": "Lake Erie College Preparatory School", + "Physical Address Line 1": "14405 Saint Clair Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400089", + "School District Name": "OFFICE OF EDUCATION JUVENILE JUSTICE COMMISSION", + "Physical Address Line 1": "1001 SPRUCE STREET SUITE 202", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRENTON", + "Physical Address State": "NJ ", + "Physical Address Zip": "08625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910012", + "School District Name": "Mount Vernon City", + "Physical Address Line 1": "300 Newark Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Vernon", + "Physical Address State": "OH ", + "Physical Address Zip": "43050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17813321647677477", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900277", + "School District Name": "Lake Erie International High School", + "Physical Address Line 1": "11650 Detroit Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904443", + "School District Name": "Napoleon Area City", + "Physical Address Line 1": "701 Briarheath Ave Ste 108", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Napoleon", + "Physical Address State": "OH ", + "Physical Address Zip": "43545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1175704989154013", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100031", + "School District Name": "Lake ESD", + "Physical Address Line 1": "357 N L St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeview", + "Physical Address State": "OR ", + "Physical Address Zip": "97630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904927", + "School District Name": "National Trail Local", + "Physical Address Line 1": "6940 Oxford Gettysburg Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Paris", + "Physical Address State": "OH ", + "Physical Address Zip": "45347", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14464285714285716", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904444", + "School District Name": "Nelsonville-York City", + "Physical Address Line 1": "2 Buckeye Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nelsonville", + "Physical Address State": "OH ", + "Physical Address Zip": "45764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2972222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904699", + "School District Name": "New Albany-Plain Local", + "Physical Address Line 1": "55 N High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Albany", + "Physical Address State": "OH ", + "Physical Address Zip": "43054", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05097478089787158", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400719", + "School District Name": "Pride Academy Charter School District", + "Physical Address Line 1": "117 Elmwood Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Orange", + "Physical Address State": "NJ ", + "Physical Address Zip": "07018", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904446", + "School District Name": "New Boston Local", + "Physical Address Line 1": "#1 Glenwood Tiger Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Boston", + "Physical Address State": "OH ", + "Physical Address Zip": "45662", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.4456824512534819", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400723", + "School District Name": "Paul Robeson Charter School for the Humanities", + "Physical Address Line 1": "643 Indiana Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trenton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08638", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904595", + "School District Name": "New Bremen Local", + "Physical Address Line 1": "901 E Monroe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Bremen", + "Physical Address State": "OH ", + "Physical Address Zip": "45869", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.031818181818181815", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904596", + "School District Name": "New Knoxville Local", + "Physical Address Line 1": "345 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Knoxville", + "Physical Address State": "OH ", + "Physical Address Zip": "45871", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05102040816326531", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400727", + "School District Name": "The Ethical Community Charter School", + "Physical Address Line 1": "95 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jersey City", + "Physical Address State": "NJ ", + "Physical Address Zip": "07306", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507620", + "School District Name": "Lake Geneva J1 School District", + "Physical Address Line 1": "208 E South St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Geneva", + "Physical Address State": "WI ", + "Physical Address Zip": "53147", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12092323130958355", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400729", + "School District Name": "Vineland Public Charter School", + "Physical Address Line 1": "1480 Pennsylvania Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vineland", + "Physical Address State": "NJ ", + "Physical Address Zip": "08332", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904871", + "School District Name": "New Lebanon Local School District", + "Physical Address Line 1": "320 S Fuls Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Lebanon", + "Physical Address State": "OH ", + "Physical Address Zip": "45345", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.16370106761565836", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400730", + "School District Name": "Newark Educators Community Charter School", + "Physical Address Line 1": "9-11 Hill Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507650", + "School District Name": "Lake Geneva-Genoa City UHS School District", + "Physical Address Line 1": "208 E South St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Geneva", + "Physical Address State": "WI ", + "Physical Address Zip": "53147", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07865168539325842", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400731", + "School District Name": "Riverbank Charter School of Excellence", + "Physical Address Line 1": "1300 Hornberger Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roebling", + "Physical Address State": "NJ ", + "Physical Address Zip": "08554", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904447", + "School District Name": "New Lexington School District", + "Physical Address Line 1": "2549 Panther Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Lexington", + "Physical Address State": "OH ", + "Physical Address Zip": "43764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20917822838847386", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904772", + "School District Name": "New London Local", + "Physical Address Line 1": "2 Wildcat Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New London", + "Physical Address State": "OH ", + "Physical Address Zip": "44851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1473170731707317", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801464", + "School District Name": "LAKE GRANBURY ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "1300 CROSSLAND RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRANBURY", + "Physical Address State": "TX ", + "Physical Address Zip": "76048", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400740", + "School District Name": "The Barack Obama Green Charter High School District", + "Physical Address Line 1": "35 Watchung Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plainfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07060", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904613", + "School District Name": "New Miami Local", + "Physical Address Line 1": "600 Seven Mile Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton", + "Physical Address State": "OH ", + "Physical Address Zip": "45011", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21187800963081863", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904448", + "School District Name": "New Philadelphia City", + "Physical Address Line 1": "248 Front Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Philadelphia", + "Physical Address State": "OH ", + "Physical Address Zip": "44663", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16197387518142234", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904555", + "School District Name": "New Richmond Exempted Village", + "Physical Address Line 1": "1135 Bethel New Richmond Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Richmond", + "Physical Address State": "OH ", + "Physical Address Zip": "45157", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11841004184100419", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400745", + "School District Name": "Passaic Arts and Science Charter School", + "Physical Address Line 1": "7 St. Francis Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Passaic", + "Physical Address State": "NJ ", + "Physical Address Zip": "07055", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507680", + "School District Name": "Lake Holcombe School District", + "Physical Address Line 1": "27331 262nd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holcombe", + "Physical Address State": "WI ", + "Physical Address Zip": "54745", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19346049046321526", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400746", + "School District Name": "Thomas Edison EnergySmart Charter School", + "Physical Address Line 1": "150 Pierce Street", + "Physical Address Line 2": "2nd Floor", + "Physical Address Line 3": "", + "Physical Address City": "Somerset", + "Physical Address State": "NJ ", + "Physical Address Zip": "08873", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904971", + "School District Name": "New Riegel Local", + "Physical Address Line 1": "44 N Perry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Riegel", + "Physical Address State": "OH ", + "Physical Address Zip": "44853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07267441860465117", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904445", + "School District Name": "Newark City", + "Physical Address Line 1": "621 Mount Vernon Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "OH ", + "Physical Address Zip": "43055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.240699935191186", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400749", + "School District Name": "Millville Public Charter School", + "Physical Address Line 1": "1101 Wheaton Avenue", + "Physical Address Line 2": "Suite 220", + "Physical Address Line 3": "", + "Physical Address City": "Millville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08333", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904554", + "School District Name": "Newcomerstown Exempted Village", + "Physical Address Line 1": "702 S River St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newcomerstown", + "Physical Address State": "OH ", + "Physical Address Zip": "43832", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904556", + "School District Name": "Newton Falls Exempted Village", + "Physical Address Line 1": "909 1/2 Milton Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newton Falls", + "Physical Address State": "OH ", + "Physical Address Zip": "44444", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1641434262948207", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700318", + "School District Name": "Lake Lure Classical Academy", + "Physical Address Line 1": "1058 Island Creek Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Lure", + "Physical Address State": "NC ", + "Physical Address Zip": "28746", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400754", + "School District Name": "Peoples Preparatory Charter School District", + "Physical Address Line 1": "321 Bergen Street", + "Physical Address Line 2": "Room 211", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904863", + "School District Name": "Newton Local", + "Physical Address Line 1": "201 N Long St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pleasant Hill", + "Physical Address State": "OH ", + "Physical Address Zip": "45359", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04043545878693624", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400755", + "School District Name": "Roseville Community Charter School", + "Physical Address Line 1": "540 ORANGE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWARK", + "Physical Address State": "NJ ", + "Physical Address Zip": "07107", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507710", + "School District Name": "Lake Mills Area School District", + "Physical Address Line 1": "120 E Lake Park Pl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Mills", + "Physical Address State": "WI ", + "Physical Address Zip": "53551", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.05925473427000611", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904449", + "School District Name": "Niles City", + "Physical Address Line 1": "309 N Rhodes Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Niles", + "Physical Address State": "OH ", + "Physical Address Zip": "44446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.25980582524271845", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904890", + "School District Name": "Noble Local", + "Physical Address Line 1": "20977 Zep Rd E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sarahsville", + "Physical Address State": "OH ", + "Physical Address Zip": "43779", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1734253666954271", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700064", + "School District Name": "Lake Norman Charter", + "Physical Address Line 1": "12435 Old Statesville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntersville", + "Physical Address State": "NC ", + "Physical Address Zip": "28078", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400764", + "School District Name": "Phillip's Academy Charter School", + "Physical Address Line 1": "342 Central Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905004", + "School District Name": "Nordonia Hills City", + "Physical Address Line 1": "9370 Olde Eight Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.051604218083912946", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400765", + "School District Name": "Paterson Arts and Science Charter School", + "Physical Address Line 1": "225 Grand Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paterson", + "Physical Address State": "NJ ", + "Physical Address Zip": "07501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905070", + "School District Name": "North Baltimore Local", + "Physical Address Line 1": "201 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Baltimore", + "Physical Address State": "OH ", + "Physical Address Zip": "45872", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16779431664411368", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904896", + "School District Name": "North Bass Local", + "Physical Address Line 1": "515 Kenny Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Isle St George", + "Physical Address State": "OH ", + "Physical Address Zip": "43436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4107230", + "School District Name": "Lake Oswego SD 7J", + "Physical Address Line 1": "2455 SW Country Club Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Oswego", + "Physical Address State": "OR ", + "Physical Address Zip": "97034", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.038731048541215445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400769", + "School District Name": "South Hunterdon Regional School District", + "Physical Address Line 1": "301 Mt. Airy-Harbourton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lambertville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06493506493506493", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904450", + "School District Name": "North Canton City", + "Physical Address Line 1": "525 7th St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Canton", + "Physical Address State": "OH ", + "Physical Address Zip": "44720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06526757607555089", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400770", + "School District Name": "Trenton Stem-to-Civics Charter School", + "Physical Address Line 1": "1555 Pennington Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ewing", + "Physical Address State": "NJ ", + "Physical Address Zip": "08618", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905064", + "School District Name": "North Central Local", + "Physical Address Line 1": "400 E Baubice St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pioneer", + "Physical Address State": "OH ", + "Physical Address Zip": "43554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11611030478955008", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904451", + "School District Name": "North College Hill City", + "Physical Address Line 1": "1731 Goodman Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45239", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3271574841540712", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400772", + "School District Name": "Mastery Schools of Camden Inc.", + "Physical Address Line 1": "1001 North 17th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "NJ ", + "Physical Address Zip": "08105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904802", + "School District Name": "North Fork Local", + "Physical Address Line 1": "312 Maple Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Utica", + "Physical Address State": "OH ", + "Physical Address Zip": "43080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16145566376217324", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400773", + "School District Name": "Link Community Charter School", + "Physical Address Line 1": "23 Pennsylvania Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904452", + "School District Name": "North Olmsted City", + "Physical Address Line 1": "26669 Butternut Ridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Olmsted", + "Physical Address State": "OH ", + "Physical Address Zip": "44070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1420970959875859", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904453", + "School District Name": "North Ridgeville City", + "Physical Address Line 1": "34620 Bainbridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Ridgeville", + "Physical Address State": "OH ", + "Physical Address Zip": "44039", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0679576178297406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4639990", + "School District Name": "Lake Preston School District 38-3", + "Physical Address Line 1": "300 1st St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Preston", + "Physical Address State": "SD ", + "Physical Address Zip": "57249", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.05583756345177665", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400778", + "School District Name": "Marie H. Katzenbach School for the Deaf", + "Physical Address Line 1": "320 Sullivan Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Trenton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08628", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904454", + "School District Name": "North Royalton City", + "Physical Address Line 1": "6579 Royalton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Royalton", + "Physical Address State": "OH ", + "Physical Address Zip": "44133", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06661676646706587", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307050", + "School District Name": "Lake Quinault School District", + "Physical Address Line 1": "6130 HWY 101 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMANDA PARK", + "Physical Address State": "WA ", + "Physical Address Zip": "98526", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23295454545454544", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905033", + "School District Name": "North Union Local School District", + "Physical Address Line 1": "12920 State Route 739", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richwood", + "Physical Address State": "OH ", + "Physical Address Zip": "43344", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09488559892328398", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880280", + "School District Name": "LAKE REGION SPECIAL ED UNIT", + "Physical Address Line 1": "801 5th Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Devils Lake", + "Physical Address State": "ND ", + "Physical Address Zip": "58301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904625", + "School District Name": "Northeastern Local", + "Physical Address Line 1": "1414 Bowman Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "OH ", + "Physical Address Zip": "45502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1251754139769857", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400783", + "School District Name": "Principle Academy Charter School", + "Physical Address Line 1": "6718 Black Horse Pike", + "Physical Address Line 2": "Suite 16", + "Physical Address Line 3": "", + "Physical Address City": "Egg Harbor Township", + "Physical Address State": "NJ ", + "Physical Address Zip": "08234", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5005050", + "School District Name": "Lake Region UHSD #24", + "Physical Address Line 1": "317 Lake Region Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orleans", + "Physical Address State": "VT ", + "Physical Address Zip": "05860", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400784", + "School District Name": "Philip's Academy Charter School of Paterson", + "Physical Address Line 1": "47 State Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paterson", + "Physical Address State": "NJ ", + "Physical Address Zip": "07501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904672", + "School District Name": "Northeastern Local", + "Physical Address Line 1": "5921 Domersville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Defiance", + "Physical Address State": "OH ", + "Physical Address Zip": "43512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07415036045314109", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000436", + "School District Name": "Lake Region Union Elementary Middle School District", + "Physical Address Line 1": "Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orleans", + "Physical Address State": "VT ", + "Physical Address Zip": "05860", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904905", + "School District Name": "Northern Local", + "Physical Address Line 1": "8700 Sheridan Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thornville", + "Physical Address State": "OH ", + "Physical Address Zip": "43076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13180952380952382", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904872", + "School District Name": "Northmont City", + "Physical Address Line 1": "4001 Old Salem Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Englewood", + "Physical Address State": "OH ", + "Physical Address Zip": "45322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09887798036465638", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400788", + "School District Name": "LEAD Charter School", + "Physical Address Line 1": "201 Bergen St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "NJ ", + "Physical Address Zip": "07103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400789", + "School District Name": "Ocean Academy Charter School", + "Physical Address Line 1": "1650 Massachusetts Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakewood", + "Physical Address State": "NJ ", + "Physical Address Zip": "08701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904881", + "School District Name": "Northmor Local", + "Physical Address Line 1": "5247 County Road 29", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Galion", + "Physical Address State": "OH ", + "Physical Address Zip": "44833", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14024835646457268", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904803", + "School District Name": "Northridge Local", + "Physical Address Line 1": "6097 Johnstown Utica Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnstown", + "Physical Address State": "OH ", + "Physical Address Zip": "43031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09645010046885466", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904873", + "School District Name": "Northridge Local", + "Physical Address Line 1": "2008 Timber Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45414", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.4054937867887508", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304200", + "School District Name": "Lake Stevens School District", + "Physical Address Line 1": "12309 22ND ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE STEVENS", + "Physical Address State": "WA ", + "Physical Address Zip": "98258", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.05007689350249904", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904736", + "School District Name": "Northwest Local", + "Physical Address Line 1": "3240 Banning Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45239", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15817442950922164", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400795", + "School District Name": "Middlesex County STEM Charter School", + "Physical Address Line 1": "613 Carlock Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perth Amboy", + "Physical Address State": "NJ ", + "Physical Address Zip": "08861", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904963", + "School District Name": "Northwest Local", + "Physical Address Line 1": "800 Mohawk Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mc Dermott", + "Physical Address State": "OH ", + "Physical Address Zip": "45652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25997425997426", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904990", + "School District Name": "Northwest Local", + "Physical Address Line 1": "2309 Locust St S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canal Fulton", + "Physical Address State": "OH ", + "Physical Address Zip": "44614", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09358157765801078", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904626", + "School District Name": "Northwestern Local", + "Physical Address Line 1": "5610 Troy Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "OH ", + "Physical Address Zip": "45502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12819148936170213", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400798", + "School District Name": "OCEAN CO JDC", + "Physical Address Line 1": "165 SUNSET AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOMS RIVER", + "Physical Address State": "NJ ", + "Physical Address Zip": "08754", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826470", + "School District Name": "LAKE TRAVIS ISD", + "Physical Address Line 1": "3322 RANCH RD 620 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78738", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.051899757477768795", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400799", + "School District Name": "MIDDLESEX CO JDC", + "Physical Address Line 1": "US HIGHWAY 130", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW BRUNSWICK", + "Physical Address State": "NJ ", + "Physical Address Zip": "08902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910033", + "School District Name": "Northwestern Local", + "Physical Address Line 1": "7571 N Elyria Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Salem", + "Physical Address State": "OH ", + "Physical Address Zip": "44287", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1361323155216285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900125", + "School District Name": "Lake Valley Navajo School", + "Physical Address Line 1": "N HWY 371 CR 7750", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Valley-Crownpoint", + "Physical Address State": "NM", + "Physical Address Zip": "87313", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905071", + "School District Name": "Northwood Local Schools", + "Physical Address Line 1": "700 Lemoyne Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northwood", + "Physical Address State": "OH ", + "Physical Address Zip": "43619", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1286549707602339", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3400804", + "School District Name": "MORRIS CO JDC", + "Physical Address Line 1": "460 WEST HANOVER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORRISTOWN", + "Physical Address State": "NJ ", + "Physical Address Zip": "07963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904455", + "School District Name": "Norton City", + "Physical Address Line 1": "4128 Cleveland Massillon Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norton", + "Physical Address State": "OH ", + "Physical Address Zip": "44203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09212880143112702", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904456", + "School District Name": "Norwalk City", + "Physical Address Line 1": "134 Benedict Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norwalk", + "Physical Address State": "OH ", + "Physical Address Zip": "44857", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15638494756323257", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905056", + "School District Name": "Norwayne Local", + "Physical Address Line 1": "350 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Creston", + "Physical Address State": "OH ", + "Physical Address Zip": "44217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08657718120805369", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904457", + "School District Name": "Norwood City", + "Physical Address Line 1": "2132 Williams Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norwood", + "Physical Address State": "OH ", + "Physical Address Zip": "45212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.24164317358034634", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300313", + "School District Name": "Lake Washington Institute of Technology", + "Physical Address Line 1": "11605 132ND AVE NE", + "Physical Address Line 2": "W210", + "Physical Address Line 3": "", + "Physical Address City": "KIRKLAND", + "Physical Address State": "WA ", + "Physical Address Zip": "98034", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904776", + "School District Name": "Oak Hill Union Local", + "Physical Address Line 1": "205 Western Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Hill", + "Physical Address State": "OH ", + "Physical Address Zip": "45656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21791044776119403", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304230", + "School District Name": "Lake Washington School District", + "Physical Address Line 1": "16250 NE 74TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REDMOND", + "Physical Address State": "WA ", + "Physical Address Zip": "98052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04193424447005873", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3904737", + "School District Name": "Oak Hills Local", + "Physical Address Line 1": "6325 Rapid Run Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45233", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09839135245552813", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826490", + "School District Name": "LAKE WORTH ISD", + "Physical Address Line 1": "6805 TELEPHONE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE WORTH", + "Physical Address State": "TX ", + "Physical Address Zip": "76135", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23356535189481825", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904458", + "School District Name": "Oakwood City", + "Physical Address Line 1": "20 Rubicon Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45409", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.030117852466171977", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904459", + "School District Name": "Oberlin City Schools", + "Physical Address Line 1": "153 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oberlin", + "Physical Address State": "OH ", + "Physical Address Zip": "44074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1847187237615449", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213020", + "School District Name": "Lake-Lehman SD", + "Physical Address Line 1": "1237 Market Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dallas", + "Physical Address State": "PA ", + "Physical Address Zip": "18612", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09574468085106383", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910021", + "School District Name": "Old Fort Local", + "Physical Address Line 1": "7635 N County Rd 51", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tiffin", + "Physical Address State": "OH ", + "Physical Address Zip": "44883", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10377358490566038", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904676", + "School District Name": "Olentangy Local", + "Physical Address Line 1": "7840 Graphics Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewis Center", + "Physical Address State": "OH ", + "Physical Address Zip": "43035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023752659689956143", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700154", + "School District Name": "Lakeland", + "Physical Address Line 1": "10001 Hwy 70", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lakeland", + "Physical Address State": "TN ", + "Physical Address Zip": "38002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06223479490806223", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904657", + "School District Name": "Olmsted Falls City", + "Physical Address Line 1": "26937 Bagley Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Olmsted Falls", + "Physical Address State": "OH ", + "Physical Address Zip": "44138", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06445767538182759", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901363", + "School District Name": "Lakeland Academy Community School", + "Physical Address Line 1": "101 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Freeport", + "Physical Address State": "OH ", + "Physical Address Zip": "43973", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904947", + "School District Name": "Ontario Local", + "Physical Address Line 1": "457 Shelby Ontario Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ontario", + "Physical Address State": "OH ", + "Physical Address Zip": "44906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.09607218683651805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910016", + "School District Name": "Orange City", + "Physical Address Line 1": "32000 Chagrin Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04871887405268856", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904460", + "School District Name": "Oregon City", + "Physical Address Line 1": "5721 Seaman St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oregon", + "Physical Address State": "OH ", + "Physical Address Zip": "43616", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12920886942239254", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904461", + "School District Name": "Orrville City", + "Physical Address Line 1": "815 N Ella St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orrville", + "Physical Address State": "OH ", + "Physical Address Zip": "44667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.13450594930160373", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904991", + "School District Name": "Osnaburg Local", + "Physical Address Line 1": "310 Browning Ct N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Canton", + "Physical Address State": "OH ", + "Physical Address Zip": "44730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08581644815256258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905072", + "School District Name": "Otsego Local", + "Physical Address Line 1": "18505 Tontogany Creek Rd Ste 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bowling Green", + "Physical Address State": "OH ", + "Physical Address Zip": "43402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09053497942386832", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213050", + "School District Name": "Lakeland SD", + "Physical Address Line 1": "1355 Lakeland Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scott Township", + "Physical Address State": "PA ", + "Physical Address Zip": "18433", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11288546255506608", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904821", + "School District Name": "Ottawa Hills Local", + "Physical Address Line 1": "3600 Indian Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04583333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509630", + "School District Name": "Lakeland UHS School District", + "Physical Address Line 1": "9573 State Hwy 70", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minocqua", + "Physical Address State": "WI ", + "Physical Address Zip": "54548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1265126512651265", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904937", + "School District Name": "Ottawa-Glandorf Local", + "Physical Address Line 1": "630 Glendale Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ottawa", + "Physical Address State": "OH ", + "Physical Address Zip": "45875", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.050647158131682614", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904938", + "School District Name": "Ottoville Local", + "Physical Address Line 1": "650 W 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ottoville", + "Physical Address State": "OH ", + "Physical Address Zip": "45876", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.027837259100642397", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901564", + "School District Name": "Lakeshore Intergenerational School", + "Physical Address Line 1": "18025 Marcella Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700371", + "School District Name": "Lakeside Charter Academy", + "Physical Address Line 1": "17609 Old Statesville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cornelius", + "Physical Address State": "NC ", + "Physical Address Zip": "28031", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000063", + "School District Name": "LAKESIDE SCHOOL", + "Physical Address Line 1": "1700 E First", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Granite", + "Physical Address State": "OK ", + "Physical Address Zip": "73547", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900043", + "School District Name": "Lakeview Academy", + "Physical Address Line 1": "527 W 400 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SARATOGA SPRINGS", + "Physical Address State": "UT ", + "Physical Address Zip": "84045", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213080", + "School District Name": "Lakeview SD", + "Physical Address Line 1": "2482 Mercer St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stoneboro", + "Physical Address State": "PA ", + "Physical Address Zip": "16153", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15177865612648223", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304260", + "School District Name": "Lakewood School District", + "Physical Address Line 1": "17110 16TH DR NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marysville", + "Physical Address State": "WA ", + "Physical Address Zip": "98271", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11082089552238807", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601224", + "School District Name": "LAMAD ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "1060 CLARKSON AVE-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826580", + "School District Name": "LAMAR CISD", + "Physical Address Line 1": "3911 AVE I", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSENBERG", + "Physical Address State": "TX ", + "Physical Address Zip": "77471", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08490114595139152", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4826610", + "School District Name": "LAMESA ISD", + "Physical Address Line 1": "212 N HOUSTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAMESA", + "Physical Address State": "TX ", + "Physical Address Zip": "79331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.26934235976789167", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000401", + "School District Name": "Lamoille North Modified USD #058A", + "Physical Address Line 1": "96 Cricket Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hyde Park", + "Physical Address State": "VT ", + "Physical Address Zip": "05655", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000397", + "School District Name": "Lamoille North Modified USD #058B", + "Physical Address Line 1": "96 Cricket Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hyde Park", + "Physical Address State": "VT ", + "Physical Address Zip": "05655", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099925", + "School District Name": "Lamoille North Supervisory Union", + "Physical Address Line 1": "96 Cricket Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hyde Park", + "Physical Address State": "VT ", + "Physical Address Zip": "05655", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10659630606860158", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099926", + "School District Name": "Lamoille South Supervisory Union", + "Physical Address Line 1": "46 Copley Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morrisville", + "Physical Address State": "VT ", + "Physical Address Zip": "05661", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0957683741648107", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000448", + "School District Name": "Lamoille South Unified Union School District #90", + "Physical Address Line 1": "46 Copley Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morrisville", + "Physical Address State": "VT ", + "Physical Address Zip": "05661", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304290", + "School District Name": "Lamont School District", + "Physical Address Line 1": "602 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAMONT", + "Physical Address State": "WA ", + "Physical Address Zip": "99017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.32142857142857145", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826640", + "School District Name": "LAMPASAS ISD", + "Physical Address Line 1": "207 W 8TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAMPASAS", + "Physical Address State": "TX ", + "Physical Address Zip": "76550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17625698324022346", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213110", + "School District Name": "Lampeter-Strasburg SD", + "Physical Address Line 1": "1600 Book Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "PA ", + "Physical Address Zip": "17602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07106946983546618", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502580", + "School District Name": "Lancaster 01", + "Physical Address Line 1": "300 South Catawba Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "SC ", + "Physical Address Zip": "29720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17192830118464306", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102160", + "School District Name": "LANCASTER CO PBLC SCHS", + "Physical Address Line 1": "2330 Irvington Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weems", + "Physical Address State": "VA ", + "Physical Address Zip": "22576", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21825095057034222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507770", + "School District Name": "Lancaster Community School District", + "Physical Address Line 1": "925 W Maple St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "WI ", + "Physical Address Zip": "53813", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11091393078970718", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280270", + "School District Name": "Lancaster County CTC", + "Physical Address Line 1": "1730 Hans Herr Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willow Street", + "Physical Address State": "PA ", + "Physical Address Zip": "17584", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826670", + "School District Name": "LANCASTER ISD", + "Physical Address Line 1": "422 S CENTRE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LANCASTER", + "Physical Address State": "TX ", + "Physical Address Zip": "75146", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19837925445705024", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213140", + "School District Name": "Lancaster SD", + "Physical Address Line 1": "251 S Prince St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "PA ", + "Physical Address Zip": "17603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.204476861167002", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289230", + "School District Name": "Lancaster-Lebanon IU 13", + "Physical Address Line 1": "1020 New Holland Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "PA ", + "Physical Address Zip": "17601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4017040", + "School District Name": "LANE", + "Physical Address Line 1": "601 W McGee Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lane", + "Physical Address State": "OK ", + "Physical Address Zip": "74555", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16487455197132617", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100032", + "School District Name": "Lane ESD", + "Physical Address Line 1": "1200 Hwy 99N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eugene", + "Physical Address State": "OR ", + "Physical Address Zip": "97402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826700", + "School District Name": "LANEVILLE ISD", + "Physical Address Line 1": "7415 FM 1798 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LANEVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23170731707317074", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4640860", + "School District Name": "Langford Area 45-5", + "Physical Address Line 1": "206 Chestnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Langford", + "Physical Address State": "SD ", + "Physical Address Zip": "57454", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10588235294117647", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700331", + "School District Name": "Langtree Charter Academy", + "Physical Address Line 1": "154 Foundation Ct", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mooresville", + "Physical Address State": "NC ", + "Physical Address Zip": "28117", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507830", + "School District Name": "Laona School District", + "Physical Address Line 1": "5216 Forest Ave", + "Physical Address Line 2": "Ste A", + "Physical Address Line 3": "", + "Physical Address City": "Laona", + "Physical Address State": "WI ", + "Physical Address Zip": "54541", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15789473684210525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826220", + "School District Name": "LAPOYNOR ISD", + "Physical Address Line 1": "13155 HWY 175 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LARUE", + "Physical Address State": "TX ", + "Physical Address Zip": "75770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21779859484777517", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5601980", + "School District Name": "Laramie County School District #1", + "Physical Address Line 1": "2810 House Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cheyenne", + "Physical Address State": "WY ", + "Physical Address Zip": "82001", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09845305943508487", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5604120", + "School District Name": "Laramie County School District #2", + "Physical Address Line 1": "311 East 8th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pine Bluffs", + "Physical Address State": "WY ", + "Physical Address Zip": "82082", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12467306015693112", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826790", + "School District Name": "LAREDO ISD", + "Physical Address Line 1": "1702 HOUSTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAREDO", + "Physical Address State": "TX ", + "Physical Address Zip": "78040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.3630696237448968", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3402880", + "School District Name": "Sterling Regional School District", + "Physical Address Line 1": "801 Preston Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerdale", + "Physical Address State": "NJ ", + "Physical Address Zip": "08083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09860788863109049", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500168", + "School District Name": "LAS MONTANAS CHARTER", + "Physical Address Line 1": "1405 S. SOLANO AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAS CRUCES", + "Physical Address State": "NM ", + "Physical Address Zip": "88001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826850", + "School District Name": "LASARA ISD", + "Physical Address Line 1": "6160 E SIXTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LASARA", + "Physical Address State": "TX ", + "Physical Address Zip": "78561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3807531380753138", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826910", + "School District Name": "LATEXO ISD", + "Physical Address Line 1": "298 F M 2663", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LATEXO", + "Physical Address State": "TX ", + "Physical Address Zip": "75849", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3116438356164384", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4017190", + "School District Name": "LATTA", + "Physical Address Line 1": "13925 County Road 1560", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ada", + "Physical Address State": "OK ", + "Physical Address Zip": "74820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13663133097762073", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702310", + "School District Name": "Lauderdale County", + "Physical Address Line 1": "321 Armory AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ripley", + "Physical Address State": "TN ", + "Physical Address Zip": "38063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2744433688286544", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601059", + "School District Name": "LAUNCH EXPEDITIONARY LEARNING CHARTER SCHOOL", + "Physical Address Line 1": "1580 DEAN ST-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11213", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213320", + "School District Name": "Laurel Highlands SD", + "Physical Address Line 1": "304 Bailey Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Uniontown", + "Physical Address State": "PA ", + "Physical Address Zip": "15401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.20046697798532354", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100024", + "School District Name": "LAUREL REGIONAL", + "Physical Address Line 1": "401 Monticello Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lynchburg", + "Physical Address State": "VA ", + "Physical Address Zip": "24501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213380", + "School District Name": "Laurel SD", + "Physical Address Line 1": "2497 Harlansburg Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Castle", + "Physical Address State": "PA ", + "Physical Address Zip": "16101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08877284595300261", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502610", + "School District Name": "Laurens 55", + "Physical Address Line 1": "301 Hillcrest Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laurens", + "Physical Address State": "SC ", + "Physical Address Zip": "29360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22642740619902121", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502640", + "School District Name": "Laurens 56", + "Physical Address Line 1": "211 North Broad Street Suite B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "SC ", + "Physical Address Zip": "29325", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2602291325695581", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4017220", + "School District Name": "LAVERNE", + "Physical Address Line 1": "605 W Jane Jayroe Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laverne", + "Physical Address State": "OK ", + "Physical Address Zip": "73848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16040100250626566", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905118", + "School District Name": "Lawrence County", + "Physical Address Line 1": "11627 State Route 243", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chesapeake", + "Physical Address State": "OH ", + "Physical Address Zip": "45619", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702340", + "School District Name": "Lawrence County", + "Physical Address Line 1": "700 Mahr AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawrenceburg", + "Physical Address State": "TN ", + "Physical Address Zip": "38464", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17787081339712918", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213390", + "School District Name": "Lawrence County CTC", + "Physical Address Line 1": "750 Phelps Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Castle", + "Physical Address State": "PA ", + "Physical Address Zip": "16101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904791", + "School District Name": "Lawrence County ESC", + "Physical Address Line 1": "304 N 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ironton", + "Physical Address State": "OH ", + "Physical Address Zip": "45638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4017250", + "School District Name": "LAWTON", + "Physical Address Line 1": "753 NW Fort Sill Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawton", + "Physical Address State": "OK ", + "Physical Address Zip": "73507", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2824480209988257", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4826970", + "School District Name": "LAZBUDDIE ISD", + "Physical Address Line 1": "675 FM 1172", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAZBUDDIE", + "Physical Address State": "TX ", + "Physical Address Zip": "79053", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.248", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4017280", + "School District Name": "LE FLORE", + "Physical Address Line 1": "43172 South Booth Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LeFlore", + "Physical Address State": "OK ", + "Physical Address Zip": "74942", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2525597269624573", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000801", + "School District Name": "LE MONDE INTERNATIONAL SCHOOL", + "Physical Address Line 1": "1123 East Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norman", + "Physical Address State": "OK ", + "Physical Address Zip": "73071", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4017310", + "School District Name": "LEACH", + "Physical Address Line 1": "55979 S 530 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rose", + "Physical Address State": "OK ", + "Physical Address Zip": "74364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2214765100671141", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4641300", + "School District Name": "Lead-Deadwood School District 40-1", + "Physical Address Line 1": "320 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lead", + "Physical Address State": "SD ", + "Physical Address Zip": "57754", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18725099601593626", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900196", + "School District Name": "Leadership Academy of Utah", + "Physical Address Line 1": "1366 S. Legend Hills Dr. Ste.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLEARFIELD", + "Physical Address State": "UT ", + "Physical Address Zip": "84015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900162", + "School District Name": "Leadership Learning Academy", + "Physical Address Line 1": "100 W 2675 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAYTON", + "Physical Address State": "UT ", + "Physical Address Zip": "84041", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801420", + "School District Name": "LEADERSHIP PREP SCHOOL", + "Physical Address Line 1": "8100 TEEL PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRISCO", + "Physical Address State": "TX ", + "Physical Address Zip": "75034", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600172", + "School District Name": "LEADERSHIP PREPARATORY BEDFORD STUYVESANT CHARTER SCHOOL", + "Physical Address Line 1": "141 MACON ST-1ST FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11216", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601016", + "School District Name": "LEADERSHIP PREPARATORY BROWNSVILLE CHARTER SCHOOL", + "Physical Address Line 1": "985 ROCKAWAY AVE-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601106", + "School District Name": "LEADERSHIP PREPARATORY CANARSIE CHARTER SCHOOL", + "Physical Address Line 1": "1070 E 104TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11236", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600993", + "School District Name": "LEADERSHIP PREPARATORY OCEAN HILL CHARTER SCHOOL", + "Physical Address Line 1": "51 CHRISTOPHER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827000", + "School District Name": "LEAKEY ISD", + "Physical Address Line 1": "429 HWY 83 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEAKEY", + "Physical Address State": "TX ", + "Physical Address Zip": "78873", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30115830115830117", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827030", + "School District Name": "LEANDER ISD", + "Physical Address Line 1": "204 W S ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEANDER", + "Physical Address State": "TX ", + "Physical Address Zip": "78641", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.054701745246157854", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4801478", + "School District Name": "LEARN4LIFE-AUSTIN", + "Physical Address Line 1": "901 E 12TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78702", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400006", + "School District Name": "Learning Community", + "Physical Address Line 1": "21 Lincoln Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Central Falls", + "Physical Address State": "RI ", + "Physical Address Zip": "02863", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827060", + "School District Name": "LEARY ISD", + "Physical Address Line 1": "9500 W NEW BOSTON ROAD HWY 82", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEXARKANA", + "Physical Address State": "TX ", + "Physical Address Zip": "75501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.30319148936170215", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702370", + "School District Name": "Lebanon", + "Physical Address Line 1": "397 North Castle Heights AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "TN ", + "Physical Address Zip": "37087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1403157660662664", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4107380", + "School District Name": "Lebanon Community SD 9", + "Physical Address Line 1": "485 S 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "OR ", + "Physical Address Zip": "97355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14607358594179023", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280280", + "School District Name": "Lebanon County CTC", + "Physical Address Line 1": "833 Metro Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "PA ", + "Physical Address Zip": "17042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213440", + "School District Name": "Lebanon SD", + "Physical Address Line 1": "1000 S 8th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "PA ", + "Physical Address Zip": "17042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.21115846571096475", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3405430", + "School District Name": "Township of Franklin School District", + "Physical Address Line 1": "3228 Coles Mill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklinville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0816967792615868", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502670", + "School District Name": "Lee 01", + "Physical Address Line 1": "310 Roland Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bishopville", + "Physical Address State": "SC ", + "Physical Address Zip": "29010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3242306025140876", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102190", + "School District Name": "LEE CO PBLC SCHS", + "Physical Address Line 1": "155 Vo Tech Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jonesville", + "Physical Address State": "VA ", + "Physical Address Zip": "24263", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.31709677419354837", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213470", + "School District Name": "Leechburg Area SD", + "Physical Address Line 1": "210 Penn Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leechburg", + "Physical Address State": "PA ", + "Physical Address Zip": "15656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14575411913814956", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4017370", + "School District Name": "LEEDEY", + "Physical Address Line 1": "505 E 6th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leedey", + "Physical Address State": "OK ", + "Physical Address Zip": "73654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15204678362573099", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601205", + "School District Name": "LEEP DUAL LANGUAGE ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "5323 5TH AVE-2ND FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11220", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827090", + "School District Name": "LEFORS ISD", + "Physical Address Line 1": "209 E 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEFORS", + "Physical Address State": "TX ", + "Physical Address Zip": "79054", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3017241379310345", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601158", + "School District Name": "LEGACY COLLEGE PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "400 E 145TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10454", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801428", + "School District Name": "LEGACY PREPARATORY", + "Physical Address Line 1": "2727 MILITARY PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESQUITE", + "Physical Address State": "TX ", + "Physical Address Zip": "75149", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900045", + "School District Name": "Legacy Preparatory Academy", + "Physical Address Line 1": "1375 W CENTER STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Salt Lake", + "Physical Address State": "UT ", + "Physical Address Zip": "84054", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801459", + "School District Name": "LEGACY SCHOOL OF SPORT SCIENCES", + "Physical Address Line 1": "2727 SPRING CREEK DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRING", + "Physical Address State": "TX ", + "Physical Address Zip": "77373", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800062", + "School District Name": "LEGACY TRADITIONAL SCHOOLS - TEXAS", + "Physical Address Line 1": "1826 BASSE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78213", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827120", + "School District Name": "LEGGETT ISD", + "Physical Address Line 1": "254 E FM 942", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIVINGSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24603174603174602", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280290", + "School District Name": "Lehigh Career & Technical Institute", + "Physical Address Line 1": "4500 Education Park Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Schnecksville", + "Physical Address State": "PA ", + "Physical Address Zip": "18078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200098", + "School District Name": "Lehigh Valley Academy Regional CS", + "Physical Address Line 1": "1560 Valley Center Parkway", + "Physical Address Line 2": "Suite 200", + "Physical Address Line 3": "", + "Physical Address City": "Bethlehem", + "Physical Address State": "PA ", + "Physical Address Zip": "18017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200099", + "School District Name": "Lehigh Valley Charter High School for the Arts", + "Physical Address Line 1": "321 E. Third St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethlehem", + "Physical Address State": "PA ", + "Physical Address Zip": "18015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200832", + "School District Name": "Lehigh Valley Dual Language CS", + "Physical Address Line 1": "675 E Broad St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethlehem", + "Physical Address State": "PA ", + "Physical Address Zip": "18018", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213500", + "School District Name": "Lehighton Area SD", + "Physical Address Line 1": "1000 Union St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lehighton", + "Physical Address State": "PA ", + "Physical Address Zip": "18235", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16228070175438597", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4641520", + "School District Name": "Lemmon School District 52-4", + "Physical Address Line 1": "314 8th St W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lemmon", + "Physical Address State": "SD ", + "Physical Address Zip": "57638", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19047619047619047", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5507860", + "School District Name": "Lena School District", + "Physical Address Line 1": "304 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lena", + "Physical Address State": "WI ", + "Physical Address Zip": "54139", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07643312101910828", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202600", + "School District Name": "Lenape Tech", + "Physical Address Line 1": "2215 Chaplin Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ford City", + "Physical Address State": "PA ", + "Physical Address Zip": "16226", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4641550", + "School District Name": "Lennox School District 41-4", + "Physical Address Line 1": "305 West 5th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lennox", + "Physical Address State": "SD ", + "Physical Address Zip": "57039", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.04024767801857585", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702400", + "School District Name": "Lenoir City", + "Physical Address Line 1": "200 East Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lenoir City", + "Physical Address State": "TN ", + "Physical Address Zip": "37771", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1705020920502092", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4641640", + "School District Name": "Leola School District 44-2", + "Physical Address Line 1": "820 Leola Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leola", + "Physical Address State": "SD ", + "Physical Address Zip": "57456", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16342412451361868", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827180", + "School District Name": "LEON ISD", + "Physical Address Line 1": "12168 HWY 79 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JEWETT", + "Physical Address State": "TX ", + "Physical Address Zip": "75846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827210", + "School District Name": "LEONARD ISD", + "Physical Address Line 1": "1 TIGER ALLEY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEONARD", + "Physical Address State": "TX ", + "Physical Address Zip": "75452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1291053227633069", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900110", + "School District Name": "Leupp School Inc.", + "Physical Address Line 1": "HC 61 Box D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winslow", + "Physical Address State": "AZ", + "Physical Address Zip": "86047", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827240", + "School District Name": "LEVELLAND ISD", + "Physical Address Line 1": "704 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEVELLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "79336", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22229798840777362", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827270", + "School District Name": "LEVERETTS CHAPEL ISD", + "Physical Address Line 1": "8956 STATE HWY 42 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OVERTON", + "Physical Address State": "TX ", + "Physical Address Zip": "75684", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.30113636363636365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702430", + "School District Name": "Lewis County", + "Physical Address Line 1": "206 S Court ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hohenwald", + "Physical Address State": "TN ", + "Physical Address Zip": "38462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20241973010702652", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400630", + "School District Name": "LEWIS COUNTY SCHOOLS", + "Physical Address Line 1": "239 COURT AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTON", + "Physical Address State": "WV ", + "Physical Address Zip": "26452", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21948529411764706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000017", + "School District Name": "Lewis School District", + "Physical Address Line 1": "318 Christian Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canaan", + "Physical Address State": "VT ", + "Physical Address Zip": "05903", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213590", + "School District Name": "Lewisburg Area SD", + "Physical Address Line 1": "1951 Washington Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewisburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09439124487004104", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827300", + "School District Name": "LEWISVILLE ISD", + "Physical Address Line 1": "1565A W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEWISVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0705863967077046", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4017580", + "School District Name": "LEXINGTON", + "Physical Address Line 1": "420 Northeast Fourth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "OK ", + "Physical Address Zip": "73051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.17525773195876287", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702460", + "School District Name": "Lexington", + "Physical Address Line 1": "99 Monroe AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "TN ", + "Physical Address Zip": "38351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22494432071269488", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502700", + "School District Name": "Lexington 01", + "Physical Address Line 1": "100 Tarrar Springs Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "SC ", + "Physical Address Zip": "29072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09389864148102522", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502730", + "School District Name": "Lexington 02", + "Physical Address Line 1": "715 Ninth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Columbia", + "Physical Address State": "SC ", + "Physical Address Zip": "29169", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19227905987450813", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502760", + "School District Name": "Lexington 03", + "Physical Address Line 1": "338 West Columbia Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Batesburg-Leesville", + "Physical Address State": "SC ", + "Physical Address Zip": "29006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17267552182163187", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502790", + "School District Name": "Lexington 04", + "Physical Address Line 1": "607 East Fifth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Swansea", + "Physical Address State": "SC ", + "Physical Address Zip": "29160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23997551270278544", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502820", + "School District Name": "Lexington 05", + "Physical Address Line 1": "1020 Dutch Fork Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Irmo", + "Physical Address State": "SC ", + "Physical Address Zip": "29063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09780911880282069", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102220", + "School District Name": "LEXINGTON CITY PBLC SCHS", + "Physical Address Line 1": "300 Diamond St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "VA ", + "Physical Address Zip": "24450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827330", + "School District Name": "LEXINGTON ISD", + "Physical Address Line 1": "8403 N HWY 77", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEXINGTON", + "Physical Address State": "TX ", + "Physical Address Zip": "78947", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11894736842105263", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4017700", + "School District Name": "LIBERTY", + "Physical Address Line 1": "476490 E 1060 ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MULDROW", + "Physical Address State": "OK ", + "Physical Address Zip": "74948", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23515439429928742", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4017760", + "School District Name": "LIBERTY", + "Physical Address Line 1": "2727 East 201st Street South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mounds", + "Physical Address State": "OK ", + "Physical Address Zip": "74047", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.175", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901595", + "School District Name": "Liberty High School", + "Physical Address Line 1": "140 N Keowee St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45402", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827420", + "School District Name": "LIBERTY HILL ISD", + "Physical Address Line 1": "301 FORREST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIBERTY HILL", + "Physical Address State": "TX ", + "Physical Address Zip": "78642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.055385606182579296", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827450", + "School District Name": "LIBERTY ISD", + "Physical Address Line 1": "1600 GRAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIBERTY", + "Physical Address State": "TX ", + "Physical Address Zip": "77575", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19179784589892296", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901551", + "School District Name": "Liberty Preparatory School", + "Physical Address Line 1": "243 N Milton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smithville", + "Physical Address State": "OH ", + "Physical Address Zip": "44677", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304380", + "School District Name": "Liberty School District", + "Physical Address Line 1": "29818 S NORTH PINE CREEK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPANGLE", + "Physical Address State": "WA ", + "Physical Address Zip": "99031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07985697258641239", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4017850", + "School District Name": "LINDSAY", + "Physical Address Line 1": "800 West Creek Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lindsay", + "Physical Address State": "OK ", + "Physical Address Zip": "73052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16487455197132617", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827390", + "School District Name": "LIBERTY-EYLAU ISD", + "Physical Address Line 1": "2901 LEOPARD DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEXARKANA", + "Physical Address State": "TX ", + "Physical Address Zip": "75501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2708247845711941", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4017880", + "School District Name": "LITTLE AXE", + "Physical Address Line 1": "2000 168th Avenue Northeast", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norman", + "Physical Address State": "OK ", + "Physical Address Zip": "73026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14581607290803644", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018000", + "School District Name": "LOCUST GROVE", + "Physical Address Line 1": "302 E Joe Koelsch", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Locust Grove", + "Physical Address State": "OK ", + "Physical Address Zip": "74352", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20242214532871972", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4022950", + "School District Name": "LOMEGA", + "Physical Address Line 1": "18319 N 2700 Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Omega", + "Physical Address State": "OK ", + "Physical Address Zip": "73764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13513513513513514", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018090", + "School District Name": "LONE GROVE", + "Physical Address Line 1": "16841 US Hwy 70", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lone Grove", + "Physical Address State": "OK ", + "Physical Address Zip": "73443", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15103793843951324", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018240", + "School District Name": "LONE STAR", + "Physical Address Line 1": "2945 S Hickory St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sapulpa", + "Physical Address State": "OK ", + "Physical Address Zip": "74066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1437578814627995", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018270", + "School District Name": "LONE WOLF", + "Physical Address Line 1": "1001 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lone Wolf", + "Physical Address State": "OK ", + "Physical Address Zip": "73655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20175438596491227", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018390", + "School District Name": "LOOKEBA SICKLES", + "Physical Address Line 1": "307 W Sickles Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lookeba", + "Physical Address State": "OK ", + "Physical Address Zip": "73053", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23225806451612904", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018480", + "School District Name": "LOWREY", + "Physical Address Line 1": "21132 East 640 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tahlequah", + "Physical Address State": "OK ", + "Physical Address Zip": "74464", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1762295081967213", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018570", + "School District Name": "LUKFATA", + "Physical Address Line 1": "1685 Old Broken Bow Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Broken Bow", + "Physical Address State": "OK ", + "Physical Address Zip": "74728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21495327102803738", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018630", + "School District Name": "LUTHER", + "Physical Address Line 1": "1025 South Dogwood", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Luther", + "Physical Address State": "OK ", + "Physical Address Zip": "73054", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1611459265890779", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018660", + "School District Name": "MACOMB", + "Physical Address Line 1": "36591 State Highway 59B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Macomb", + "Physical Address State": "OK ", + "Physical Address Zip": "74852", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22162162162162163", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200906", + "School District Name": "Life Male STEAM Academy CS", + "Physical Address Line 1": "Penn Center East", + "Physical Address Line 2": "777 Penn Center Blvd", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018700", + "School District Name": "MADILL", + "Physical Address Line 1": "510 W MCARTHUR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madill", + "Physical Address State": "OK ", + "Physical Address Zip": "73446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.166351606805293", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018780", + "School District Name": "MANGUM", + "Physical Address Line 1": "400 North Pennsylvania Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mangum", + "Physical Address State": "OK ", + "Physical Address Zip": "73554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.26956521739130435", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409030", + "School District Name": "The Lower Alloways Creek School District", + "Physical Address Line 1": "967 Main Street - Canton", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "NJ ", + "Physical Address Zip": "08079", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12307692307692308", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800055", + "School District Name": "LIFE SCHOOL", + "Physical Address Line 1": "132 E OVILLA RD STE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RED OAK", + "Physical Address State": "TX ", + "Physical Address Zip": "75154", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018840", + "School District Name": "MANNFORD", + "Physical Address Line 1": "136 Evans Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mannford", + "Physical Address State": "OK ", + "Physical Address Zip": "74044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.19219440353460973", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3409120", + "School District Name": "Pennsville School District", + "Physical Address Line 1": "30 CHURCH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PENNSVILLE", + "Physical Address State": "NJ ", + "Physical Address Zip": "08070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13556618819776714", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018870", + "School District Name": "MANNSVILLE", + "Physical Address Line 1": "509 East School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mannsville", + "Physical Address State": "OK ", + "Physical Address Zip": "73447", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28292682926829266", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018900", + "School District Name": "MAPLE", + "Physical Address Line 1": "904 South Maple Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Calumet", + "Physical Address State": "OK ", + "Physical Address Zip": "73014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12162162162162163", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018960", + "School District Name": "MARBLE CITY", + "Physical Address Line 1": "95266 S 4610 Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARBLE CITY", + "Physical Address State": "OK ", + "Physical Address Zip": "74945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20168067226890757", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4018990", + "School District Name": "MARIETTA", + "Physical Address Line 1": "408 Indian Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marietta", + "Physical Address State": "OK ", + "Physical Address Zip": "73448", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20492721164613661", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019080", + "School District Name": "MARLOW", + "Physical Address Line 1": "407 W Seminole", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marlow", + "Physical Address State": "OK ", + "Physical Address Zip": "73055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16845582163501238", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019200", + "School District Name": "MARYETTA", + "Physical Address Line 1": "100 Maryetta Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stilwell", + "Physical Address State": "OK ", + "Physical Address Zip": "74960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23809523809523808", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019260", + "School District Name": "MASON", + "Physical Address Line 1": "374006 E 1000 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mason", + "Physical Address State": "OK ", + "Physical Address Zip": "74859", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2094240837696335", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000769", + "School District Name": "LIGHTHOUSE ACADEMY (CHARTER)", + "Physical Address Line 1": "105 East 63rd Street North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulsa", + "Physical Address State": "OK ", + "Physical Address Zip": "74126", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019290", + "School District Name": "MAUD", + "Physical Address Line 1": "306 West Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maud", + "Physical Address State": "OK ", + "Physical Address Zip": "74854", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18149466192170818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019380", + "School District Name": "MAYSVILLE", + "Physical Address Line 1": "600 First Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maysville", + "Physical Address State": "OK ", + "Physical Address Zip": "73057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21714285714285714", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019440", + "School District Name": "MCALESTER", + "Physical Address Line 1": "200 East Adams", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McAlester", + "Physical Address State": "OK ", + "Physical Address Zip": "74501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.23989308386234548", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019500", + "School District Name": "MCCORD", + "Physical Address Line 1": "977 South McCord Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ponca City", + "Physical Address State": "OK ", + "Physical Address Zip": "74604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12811387900355872", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800246", + "School District Name": "LIGHTHOUSE PUBLIC SCHOOLS", + "Physical Address Line 1": "8138 WESTSHIRE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78227", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019410", + "School District Name": "MCCURTAIN", + "Physical Address Line 1": "Hwy 26 & Cole Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McCurtain", + "Physical Address State": "OK ", + "Physical Address Zip": "74944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.30601092896174864", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213710", + "School District Name": "Ligonier Valley SD", + "Physical Address Line 1": "339 West Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ligonier", + "Physical Address State": "PA ", + "Physical Address Zip": "15658", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.13745892661555312", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019560", + "School District Name": "MCLOUD", + "Physical Address Line 1": "113 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McLoud", + "Physical Address State": "OK ", + "Physical Address Zip": "74851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019620", + "School District Name": "MEDFORD", + "Physical Address Line 1": "301 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medford", + "Physical Address State": "OK ", + "Physical Address Zip": "73759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14551083591331268", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019680", + "School District Name": "MEEKER", + "Physical Address Line 1": "214 E Carl Hubbell Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meeker", + "Physical Address State": "OK ", + "Physical Address Zip": "74855", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15169902912621358", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019800", + "School District Name": "MERRITT", + "Physical Address Line 1": "19693 East 1130 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elk City", + "Physical Address State": "OK ", + "Physical Address Zip": "73644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1312997347480106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019860", + "School District Name": "MIAMI", + "Physical Address Line 1": "26 North Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Miami", + "Physical Address State": "OK ", + "Physical Address Zip": "74354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24980988593155892", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019890", + "School District Name": "MIDDLEBERG", + "Physical Address Line 1": "2130 County Road 1317", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blanchard", + "Physical Address State": "OK ", + "Physical Address Zip": "73010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1023454157782516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4014670", + "School District Name": "MIDWAY", + "Physical Address Line 1": "316 South Pine", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Council Hill", + "Physical Address State": "OK ", + "Physical Address Zip": "74428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19936708860759494", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019950", + "School District Name": "MIDWEST CITY-DEL CITY", + "Physical Address Line 1": "7217 SE 15th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Midwest City", + "Physical Address State": "OK ", + "Physical Address Zip": "73110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2410775331601258", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410080", + "School District Name": "Middlesex County Vocational and Technical School District", + "Physical Address Line 1": "112 Rues Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Brunswick", + "Physical Address State": "NJ ", + "Physical Address Zip": "08816", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4019980", + "School District Name": "MILBURN", + "Physical Address Line 1": "200 North 8th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milburn", + "Physical Address State": "OK ", + "Physical Address Zip": "73450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2510460251046025", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020040", + "School District Name": "MILL CREEK", + "Physical Address Line 1": "602 South Chickasaw Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mill Creek", + "Physical Address State": "OK ", + "Physical Address Zip": "74856", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24550898203592814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400570", + "School District Name": "Lincoln", + "Physical Address Line 1": "135 Old River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "RI ", + "Physical Address Zip": "02865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10648648648648648", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020080", + "School District Name": "MILLWOOD", + "Physical Address Line 1": "6724 N Martin Luther King Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2952755905511811", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020100", + "School District Name": "MINCO", + "Physical Address Line 1": "701 SW THIRD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minco", + "Physical Address State": "OK ", + "Physical Address Zip": "73059", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15531914893617021", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900022", + "School District Name": "Lincoln Academy", + "Physical Address Line 1": "1582 W 3300 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLEASANT GROVE", + "Physical Address State": "UT ", + "Physical Address Zip": "84062", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020160", + "School District Name": "MOFFETT", + "Physical Address Line 1": "701 Belt Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moffett", + "Physical Address State": "OK ", + "Physical Address Zip": "74946", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.4", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700062", + "School District Name": "Lincoln Charter School", + "Physical Address Line 1": "7834 Galway Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denver", + "Physical Address State": "NC ", + "Physical Address Zip": "28037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020190", + "School District Name": "MONROE", + "Physical Address Line 1": "36709 BOYD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "OK ", + "Physical Address Zip": "74947", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.30927835051546393", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020250", + "School District Name": "MOORE", + "Physical Address Line 1": "1500 Southeast 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moore", + "Physical Address State": "OK ", + "Physical Address Zip": "73160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1106958666567008", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020280", + "School District Name": "MOORELAND", + "Physical Address Line 1": "304 NW 4th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mooreland", + "Physical Address State": "OK ", + "Physical Address Zip": "73852", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14623655913978495", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020310", + "School District Name": "MORRIS", + "Physical Address Line 1": "307 South 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morris", + "Physical Address State": "OK ", + "Physical Address Zip": "74445", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15143929912390489", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702490", + "School District Name": "Lincoln County", + "Physical Address Line 1": "909 Main Avenue South AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fayetteville", + "Physical Address State": "TN ", + "Physical Address Zip": "37334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16243550051599587", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020340", + "School District Name": "MORRISON", + "Physical Address Line 1": "2nd Street and C Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morrison", + "Physical Address State": "OK ", + "Physical Address Zip": "73061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14181818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020430", + "School District Name": "MOSELEY", + "Physical Address Line 1": "7904 N MOSELEY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLCORD", + "Physical Address State": "OK ", + "Physical Address Zip": "74338", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17888563049853373", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020460", + "School District Name": "MOSS", + "Physical Address Line 1": "8087 East 134 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holdenville", + "Physical Address State": "OK ", + "Physical Address Zip": "74848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020550", + "School District Name": "MOUNDS", + "Physical Address Line 1": "1603 Russell Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mounds", + "Physical Address State": "OK ", + "Physical Address Zip": "74047", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15169366715758467", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029886", + "School District Name": "MOUNTAIN VIEW-GOTEBO", + "Physical Address Line 1": "Rural Route 2 # 88", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mountain View", + "Physical Address State": "OK ", + "Physical Address Zip": "73062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21548821548821548", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5604030", + "School District Name": "Lincoln County School District #1", + "Physical Address Line 1": "11 Adaville Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Diamondville", + "Physical Address State": "WY ", + "Physical Address Zip": "83116", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08647798742138364", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3410720", + "School District Name": "Morris County Vocational School District", + "Physical Address Line 1": "400 East Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denville", + "Physical Address State": "NJ ", + "Physical Address Zip": "07834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020640", + "School District Name": "MOYERS", + "Physical Address Line 1": "Hwy 2 N Cobb Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moyers", + "Physical Address State": "OK ", + "Physical Address Zip": "74557", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24175824175824176", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5604060", + "School District Name": "Lincoln County School District #2", + "Physical Address Line 1": "360 Jefferson", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Afton", + "Physical Address State": "WY ", + "Physical Address Zip": "83110", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0764907898844833", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020880", + "School District Name": "MULDROW", + "Physical Address Line 1": "715 W SHAWNTEL SMITH BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MULDROW", + "Physical Address State": "OK ", + "Physical Address Zip": "74948", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.262379896526238", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400660", + "School District Name": "LINCOLN COUNTY SCHOOLS", + "Physical Address Line 1": "10 MARLAND AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HAMLIN", + "Physical Address State": "WV ", + "Physical Address Zip": "25523", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2365911799761621", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020910", + "School District Name": "MULHALL-ORLANDO", + "Physical Address Line 1": "215 S Lewis", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mulhall", + "Physical Address State": "OK ", + "Physical Address Zip": "73063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1455223880597015", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4020970", + "School District Name": "MUSKOGEE", + "Physical Address Line 1": "202 W BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUSKOGEE", + "Physical Address State": "OK ", + "Physical Address Zip": "74401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2865452318995867", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4107500", + "School District Name": "Lincoln County SD", + "Physical Address Line 1": "459 SW Coast Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "OR ", + "Physical Address Zip": "97365", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18933969769291964", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4021000", + "School District Name": "MUSTANG", + "Physical Address Line 1": "12400 SW 15th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yukon", + "Physical Address State": "OK ", + "Physical Address Zip": "73099", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07609798521524859", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200065", + "School District Name": "Lincoln CS", + "Physical Address Line 1": "559 W King St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "York", + "Physical Address State": "PA ", + "Physical Address Zip": "17401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4021120", + "School District Name": "NASHOBA", + "Physical Address Line 1": "439670 State Hwy 144", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nashoba", + "Physical Address State": "OK ", + "Physical Address Zip": "74558", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1791044776119403", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4021180", + "School District Name": "NAVAJO", + "Physical Address Line 1": "15695 South County Road 210", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Altus", + "Physical Address State": "OK ", + "Physical Address Zip": "73521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11931818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4021360", + "School District Name": "NEW LIMA", + "Physical Address Line 1": "116 Gross Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wewoka", + "Physical Address State": "OK ", + "Physical Address Zip": "74884", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1459227467811159", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4021510", + "School District Name": "NEWCASTLE", + "Physical Address Line 1": "101 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newcastle", + "Physical Address State": "OK ", + "Physical Address Zip": "73065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07261146496815286", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289220", + "School District Name": "Lincoln IU 12", + "Physical Address Line 1": "65 Billerbeck St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Oxford", + "Physical Address State": "PA ", + "Physical Address Zip": "17350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4021540", + "School District Name": "NEWKIRK", + "Physical Address Line 1": "625 West South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newkirk", + "Physical Address State": "OK ", + "Physical Address Zip": "74647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20086083213773315", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4021600", + "School District Name": "NINNEKAH", + "Physical Address Line 1": "904 East Dell Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ninnekah", + "Physical Address State": "OK ", + "Physical Address Zip": "73067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18831168831168832", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200819", + "School District Name": "Lincoln Leadership Academy CS", + "Physical Address Line 1": "1414 E. Cedar St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allentown", + "Physical Address State": "PA ", + "Physical Address Zip": "18109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4021630", + "School District Name": "NOBLE", + "Physical Address Line 1": "111 S 4th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Noble", + "Physical Address State": "OK ", + "Physical Address Zip": "73068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.16471333544504277", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4021720", + "School District Name": "NORMAN", + "Physical Address Line 1": "131 South Flood Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norman", + "Physical Address State": "OK ", + "Physical Address Zip": "73069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1272590361445783", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901543", + "School District Name": "Lincoln Park Academy", + "Physical Address Line 1": "3185 W 41st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200143", + "School District Name": "Lincoln Park Performing Arts CS", + "Physical Address Line 1": "One Lincoln Park", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Midland", + "Physical Address State": "PA ", + "Physical Address Zip": "15059", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4021900", + "School District Name": "NORWOOD", + "Physical Address Line 1": "7966 West 790 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hulbert", + "Physical Address State": "OK ", + "Physical Address Zip": "74441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.172", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4021930", + "School District Name": "NOWATA", + "Physical Address Line 1": "707 West Osage Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nowata", + "Physical Address State": "OK ", + "Physical Address Zip": "74048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2168284789644013", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4022160", + "School District Name": "OAK GROVE", + "Physical Address Line 1": "8409 East Ninth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cushing", + "Physical Address State": "OK ", + "Physical Address Zip": "74023", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.061946902654867256", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4022350", + "School District Name": "OAKDALE", + "Physical Address Line 1": "5701 E HEFNER ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edmond", + "Physical Address State": "OK ", + "Physical Address Zip": "73013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05876951331496786", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4022410", + "School District Name": "OAKS-MISSION", + "Physical Address Line 1": "357 W Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oaks", + "Physical Address State": "OK ", + "Physical Address Zip": "74359", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2548476454293629", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4022560", + "School District Name": "OILTON", + "Physical Address Line 1": "309 E Peterson", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oilton", + "Physical Address State": "OK ", + "Physical Address Zip": "74052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4022590", + "School District Name": "OKARCHE", + "Physical Address Line 1": "632 West Oklahoma Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Okarche", + "Physical Address State": "OK ", + "Physical Address Zip": "73762", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11345646437994723", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4022620", + "School District Name": "OKAY", + "Physical Address Line 1": "8611 North 49th Street East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Okay", + "Physical Address State": "OK ", + "Physical Address Zip": "74446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18055555555555555", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4022650", + "School District Name": "OKEENE", + "Physical Address Line 1": "301 North Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Okeene", + "Physical Address State": "OK ", + "Physical Address Zip": "73763", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21835443037974683", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4006850", + "School District Name": "OKEMAH", + "Physical Address Line 1": "107 West Date Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Okemah", + "Physical Address State": "OK ", + "Physical Address Zip": "74859", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3643243243243243", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4022770", + "School District Name": "OKLAHOMA CITY", + "Physical Address Line 1": "615 Classen Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.3187649193626642", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4000021", + "School District Name": "OKLAHOMA UNION", + "Physical Address Line 1": "13925 State Highway 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Coffeyville", + "Physical Address State": "OK ", + "Physical Address Zip": "74072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17050691244239632", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4022800", + "School District Name": "OKMULGEE", + "Physical Address Line 1": "316 E 8th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Okmulgee", + "Physical Address State": "OK ", + "Physical Address Zip": "74447", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26673326673326675", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4022830", + "School District Name": "OKTAHA", + "Physical Address Line 1": "531 E Prairie", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oktaha", + "Physical Address State": "OK ", + "Physical Address Zip": "74450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19174757281553398", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4022860", + "School District Name": "OLIVE", + "Physical Address Line 1": "9352 South 436th West Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Drumright", + "Physical Address State": "OK ", + "Physical Address Zip": "74030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16997167138810199", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3411980", + "School District Name": "Ocean County Vocational Technical School District", + "Physical Address Line 1": "137 Bey Lea Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toms River", + "Physical Address State": "NJ ", + "Physical Address Zip": "08753", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000797", + "School District Name": "OLUSTEE-ELDORADO", + "Physical Address Line 1": "606 E 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Olustee", + "Physical Address State": "OK ", + "Physical Address Zip": "73560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3592233009708738", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412060", + "School District Name": "Township of Ocean School District", + "Physical Address Line 1": "163 Monmouth Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakhurst", + "Physical Address State": "NJ ", + "Physical Address Zip": "07755", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08236134253749107", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023040", + "School District Name": "OOLOGAH-TALALA", + "Physical Address Line 1": "10700 South Hwy 169", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oologah", + "Physical Address State": "OK ", + "Physical Address Zip": "74053", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09630032644178455", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023070", + "School District Name": "OPTIMA", + "Physical Address Line 1": "107 E 5th st", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Optima", + "Physical Address State": "OK ", + "Physical Address Zip": "73945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023220", + "School District Name": "OSAGE HILLS", + "Physical Address Line 1": "225 Country Road 2706", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bartlesville", + "Physical Address State": "OK ", + "Physical Address Zip": "74003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11764705882352941", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023190", + "School District Name": "OSAGE", + "Physical Address Line 1": "7960 West 490 Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pryor", + "Physical Address State": "OK ", + "Physical Address Zip": "74361", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10144927536231885", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023280", + "School District Name": "OWASSO", + "Physical Address Line 1": "1501 North Ash Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Owasso", + "Physical Address State": "OK ", + "Physical Address Zip": "74055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07724389608132766", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304410", + "School District Name": "Lind School District", + "Physical Address Line 1": "206 W Third St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lind", + "Physical Address State": "WA ", + "Physical Address Zip": "99341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2129032258064516", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412260", + "School District Name": "River Dell Regional School District", + "Physical Address Line 1": "230 Woodland Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "River Edge", + "Physical Address State": "NJ ", + "Physical Address Zip": "07661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02954048140043764", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827510", + "School District Name": "LINDALE ISD", + "Physical Address Line 1": "505 PIERCE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINDALE", + "Physical Address State": "TX ", + "Physical Address Zip": "75771", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11986019736842106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827540", + "School District Name": "LINDEN-KILDARE CISD", + "Physical Address Line 1": "205 KILDARE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINDEN", + "Physical Address State": "TX ", + "Physical Address Zip": "75563", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2792207792207792", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412360", + "School District Name": "Palisades Park School District", + "Physical Address Line 1": "410 Second St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palisades Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "07650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23331733077292366", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200850", + "School District Name": "Lindley Academy CS at Birney", + "Physical Address Line 1": "900 West Lindley Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19141", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412390", + "School District Name": "Palmyra Public School District", + "Physical Address Line 1": "301 Delaware Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palmyra", + "Physical Address State": "NJ ", + "Physical Address Zip": "08065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12958715596330275", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827570", + "School District Name": "LINDSAY ISD", + "Physical Address Line 1": "495 SIXTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINDSAY", + "Physical Address State": "TX ", + "Physical Address Zip": "76250", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07932692307692307", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412420", + "School District Name": "Paramus Public School District", + "Physical Address Line 1": "145 Spring Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paramus", + "Physical Address State": "NJ ", + "Physical Address Zip": "07652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05639810426540284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4214460", + "School District Name": "Line Mountain SD", + "Physical Address Line 1": "185 Line Mountain Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Herndon", + "Physical Address State": "PA ", + "Physical Address Zip": "17830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13049546406140963", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412450", + "School District Name": "Park Ridge School District", + "Physical Address Line 1": "85 Pascack Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Park Ridge", + "Physical Address State": "NJ ", + "Physical Address Zip": "07656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.030877192982456142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827600", + "School District Name": "LINGLEVILLE ISD", + "Physical Address Line 1": "21261 N FM 219", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINGLEVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20408163265306123", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412480", + "School District Name": "Parsippany-Troy Hills Township School District", + "Physical Address Line 1": "292 Parsippany Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parsippany", + "Physical Address State": "NJ ", + "Physical Address Zip": "07054", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.050101988781234064", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412510", + "School District Name": "Pascack Valley Regional High School District", + "Physical Address Line 1": "28 West Grand Avenue", + "Physical Address Line 2": "Suite 2", + "Physical Address Line 3": "", + "Physical Address City": "Montvale", + "Physical Address State": "NJ ", + "Physical Address Zip": "07645", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.027764480612733365", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412540", + "School District Name": "Passaic City School District", + "Physical Address Line 1": "663 Main Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Passaic", + "Physical Address State": "NJ ", + "Physical Address Zip": "07055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23880398671096345", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700166", + "School District Name": "LINKS TO LEARNING", + "Physical Address Line 1": "4418 Fayetteville", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27713", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412570", + "School District Name": "Passaic Valley Regional High School District #1", + "Physical Address Line 1": "170 EAST MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE FALLS", + "Physical Address State": "NJ ", + "Physical Address Zip": "07424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09499358151476252", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100033", + "School District Name": "Linn Benton Lincoln ESD", + "Physical Address Line 1": "905 4th Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albany", + "Physical Address State": "OR ", + "Physical Address Zip": "97321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412600", + "School District Name": "Passaic County Manchester Regional High School District", + "Physical Address Line 1": "70 CHURCH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HALEDON", + "Physical Address State": "NJ ", + "Physical Address Zip": "07508", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14444444444444443", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508040", + "School District Name": "Linn J4 School District", + "Physical Address Line 1": "W3490 Linton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Geneva", + "Physical Address State": "WI ", + "Physical Address Zip": "53147", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412630", + "School District Name": "Passaic County Technical-Vocational School District", + "Physical Address Line 1": "45 Reinhardt Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wayne", + "Physical Address State": "NJ ", + "Physical Address Zip": "07470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508070", + "School District Name": "Linn J6 School District", + "Physical Address Line 1": "W4094 S Lakeshore Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Geneva", + "Physical Address State": "WI ", + "Physical Address Zip": "53147", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07964601769911504", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412690", + "School District Name": "Paterson Public School District", + "Physical Address Line 1": "90 Delaware Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paterson", + "Physical Address State": "NJ ", + "Physical Address Zip": "07503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2976706036745407", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827630", + "School District Name": "LIPAN ISD", + "Physical Address Line 1": "211 N KICKAPOO", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIPAN", + "Physical Address State": "TX ", + "Physical Address Zip": "76462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412720", + "School District Name": "Paulsboro School District", + "Physical Address Line 1": "662 N. DELAWARE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAULSBORO", + "Physical Address State": "NJ ", + "Physical Address Zip": "08066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2780968006562756", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412810", + "School District Name": "Pemberton Township School District", + "Physical Address Line 1": "1 Egbert St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pemberton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.161409561360276", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412840", + "School District Name": "Penns Grove-Carneys Point Regional School District", + "Physical Address Line 1": "100 Iona Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Penns Grove", + "Physical Address State": "NJ ", + "Physical Address Zip": "08069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.24832775919732442", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412870", + "School District Name": "Pennsauken Township Board of Education School District", + "Physical Address Line 1": "1695 HYLTON ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PENNSAUKEN", + "Physical Address State": "NJ ", + "Physical Address Zip": "08110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19631410256410256", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508160", + "School District Name": "Little Chute Area School District", + "Physical Address Line 1": "1402 Freedom Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Little Chute", + "Physical Address State": "WI ", + "Physical Address Zip": "54140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09253945480631277", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412900", + "School District Name": "Pequannock Township School District", + "Physical Address Line 1": "538 Newark Pompton Tpke.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pompton Plains", + "Physical Address State": "NJ ", + "Physical Address Zip": "07444", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03024989039894783", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400600", + "School District Name": "Little Compton", + "Physical Address Line 1": "28 Commons", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Little Compton", + "Physical Address State": "RI ", + "Physical Address Zip": "02837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0787037037037037", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412930", + "School District Name": "Perth Amboy Public School District", + "Physical Address Line 1": "178 Barracks Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perth Amboy", + "Physical Address State": "NJ ", + "Physical Address Zip": "08861", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18031097789434244", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412960", + "School District Name": "Phillipsburg School District", + "Physical Address Line 1": "50 Sargent Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phillipsburg", + "Physical Address State": "NJ ", + "Physical Address Zip": "08865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.24847560975609756", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827690", + "School District Name": "LITTLE CYPRESS-MAURICEVILLE CISD", + "Physical Address Line 1": "6586 FM 1130", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORANGE", + "Physical Address State": "TX ", + "Physical Address Zip": "77632", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.13922319474835887", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3412990", + "School District Name": "Pine Hill School District", + "Physical Address Line 1": "1003 Turnerville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pine HIll", + "Physical Address State": "NJ ", + "Physical Address Zip": "08021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1622103386809269", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827720", + "School District Name": "LITTLE ELM ISD", + "Physical Address Line 1": "300 LOBO LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLE ELM", + "Physical Address State": "TX ", + "Physical Address Zip": "75068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08247639034627492", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413000", + "School District Name": "Pinelands Regional School District", + "Physical Address Line 1": "520 Nugentown Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Little Egg Harbor", + "Physical Address State": "NJ ", + "Physical Address Zip": "08087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12459194776931447", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3617400", + "School District Name": "LITTLE FLOWER UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "2460 N WADING RIVER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WADING RIVER", + "Physical Address State": "NY ", + "Physical Address Zip": "11792", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413020", + "School District Name": "Pine Valley", + "Physical Address Line 1": "1 East Atlantic Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clementon", + "Physical Address State": "NJ", + "Physical Address Zip": "08021", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413050", + "School District Name": "Piscataway Township School District", + "Physical Address Line 1": "1515 Stelton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Piscataway", + "Physical Address State": "NJ ", + "Physical Address Zip": "08854", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06506673511293634", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900159", + "School District Name": "Little Singer Community School", + "Physical Address Line 1": "6 miles south of Birdspring Chapter", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winslow", + "Physical Address State": "AZ", + "Physical Address Zip": "86047", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413080", + "School District Name": "Pitman Boro School District", + "Physical Address Line 1": "420 Hudson Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pitman", + "Physical Address State": "NJ ", + "Physical Address Zip": "08071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.058357348703170026", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900173", + "School District Name": "Little Wound School", + "Physical Address Line 1": "1 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kyle", + "Physical Address State": "SD", + "Physical Address Zip": "57752", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413110", + "School District Name": "Pittsgrove Township School District", + "Physical Address Line 1": "1076 ALMOND ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PITTSGROVE", + "Physical Address State": "NJ ", + "Physical Address Zip": "08318", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11400247831474597", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827750", + "School District Name": "LITTLEFIELD ISD", + "Physical Address Line 1": "1207 E 14TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LITTLEFIELD", + "Physical Address State": "TX ", + "Physical Address Zip": "79339", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2559938128383604", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413140", + "School District Name": "Plainfield Public School District", + "Physical Address Line 1": "1200 Myrtle Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plainfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20798604380693933", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213980", + "School District Name": "Littlestown Area SD", + "Physical Address Line 1": "162 Newark St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Littlestown", + "Physical Address State": "PA ", + "Physical Address Zip": "17340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0951356005165734", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413200", + "School District Name": "Pleasantville Public School District", + "Physical Address Line 1": "801 Mill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pleasantville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08232", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.32957978577313923", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413230", + "School District Name": "Plumsted Township School District", + "Physical Address Line 1": "131 Evergreen Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Egypt", + "Physical Address State": "NJ ", + "Physical Address Zip": "08533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07253886010362694", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413260", + "School District Name": "Pohatcong Township School District", + "Physical Address Line 1": "240 Route 519", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phillipsburg", + "Physical Address State": "NJ ", + "Physical Address Zip": "08865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08747044917257683", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413290", + "School District Name": "Point Pleasant Borough School District", + "Physical Address Line 1": "2100 Panther Path", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Point Pleasant", + "Physical Address State": "NJ ", + "Physical Address Zip": "08742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05869632375656472", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413320", + "School District Name": "Point Pleasant Beach School District", + "Physical Address Line 1": "299 Cooks Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Point Pleasant Beach", + "Physical Address State": "NJ ", + "Physical Address Zip": "08742", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06636500754147813", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413350", + "School District Name": "Pompton Lakes School District", + "Physical Address Line 1": "237 VAN AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POMPTON LAKES", + "Physical Address State": "NJ ", + "Physical Address Zip": "07442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0735632183908046", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413380", + "School District Name": "Port Republic School District", + "Physical Address Line 1": "137 Pomona Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Port Republic", + "Physical Address State": "NJ ", + "Physical Address Zip": "08241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07065217391304347", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413410", + "School District Name": "Princeton Public School District", + "Physical Address Line 1": "25 Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Princeton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.048327989005955106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413470", + "School District Name": "Prospect Park Public School District", + "Physical Address Line 1": "94 Brown Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prospect Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "07508", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2411111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827780", + "School District Name": "LIVINGSTON ISD", + "Physical Address Line 1": "1412 S HOUSTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIVINGSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22112917023096665", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413500", + "School District Name": "Quinton Township School District", + "Physical Address Line 1": "8 ROBINSON STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUINTON", + "Physical Address State": "NJ ", + "Physical Address Zip": "08072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13066666666666665", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827810", + "School District Name": "LLANO ISD", + "Physical Address Line 1": "1400 OATMAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LLANO", + "Physical Address State": "TX ", + "Physical Address Zip": "78643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23434704830053668", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413530", + "School District Name": "Rahway Public School District", + "Physical Address Line 1": "1157 Kline Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rahway", + "Physical Address State": "NJ ", + "Physical Address Zip": "07065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11801970905678086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827870", + "School District Name": "LOCKHART ISD", + "Physical Address Line 1": "419 BOIS D ARC ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOCKHART", + "Physical Address State": "TX ", + "Physical Address Zip": "78644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.17736185383244207", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413560", + "School District Name": "Ramapo Indian Hills Regional High School District", + "Physical Address Line 1": "131 Yawpo Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "NJ ", + "Physical Address Zip": "07436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023501762632197415", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827890", + "School District Name": "LOCKNEY ISD", + "Physical Address Line 1": "601 W POPLAR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOCKNEY", + "Physical Address State": "TX ", + "Physical Address Zip": "79241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2801120448179272", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413590", + "School District Name": "Ramsey School District", + "Physical Address Line 1": "25 North Franklin Turnpike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ramsey", + "Physical Address State": "NJ ", + "Physical Address Zip": "07446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.032954961552544855", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413620", + "School District Name": "Rancocas Valley Regional High School District", + "Physical Address Line 1": "520 Jacksonville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Holly", + "Physical Address State": "NJ ", + "Physical Address Zip": "08060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07876712328767123", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413650", + "School District Name": "Randolph Township School District", + "Physical Address Line 1": "25 School House Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Randolph", + "Physical Address State": "NJ ", + "Physical Address Zip": "07869", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03797212684306201", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508190", + "School District Name": "Lodi School District", + "Physical Address Line 1": "115 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lodi", + "Physical Address State": "WI ", + "Physical Address Zip": "53555", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05330764290301863", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413710", + "School District Name": "Readington Township School District", + "Physical Address Line 1": "52 Readington Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitehouse Station", + "Physical Address State": "NJ ", + "Physical Address Zip": "08889", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03807106598984772", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900510", + "School District Name": "Logan City District", + "Physical Address Line 1": "101 W CENTER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Logan", + "Physical Address State": "UT ", + "Physical Address Zip": "84321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1330863870882392", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413740", + "School District Name": "Red Bank Borough Public School District", + "Physical Address Line 1": "76 Branch Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Bank", + "Physical Address State": "NJ ", + "Physical Address Zip": "07701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2015810276679842", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400690", + "School District Name": "LOGAN COUNTY SCHOOLS", + "Physical Address Line 1": "506 HOLLY AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST LOGAN", + "Physical Address State": "WV ", + "Physical Address Zip": "25601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2772598297527361", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413750", + "School District Name": "Red Bank Regional School District", + "Physical Address Line 1": "101 Ridge Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Little Silver", + "Physical Address State": "NJ ", + "Physical Address Zip": "07739", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08718395815170009", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413770", + "School District Name": "Ridgefield School District", + "Physical Address Line 1": "555 Chestnut Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ridgefield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07657", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1605231866825208", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827930", + "School District Name": "LOHN ISD", + "Physical Address Line 1": "1112 FM 504", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOHN", + "Physical Address State": "TX ", + "Physical Address Zip": "76852", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413800", + "School District Name": "Ridgefield Park Public School District", + "Physical Address Line 1": "712 Lincoln Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ridgefield Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "07660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11232063334982682", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601179", + "School District Name": "LOIS AND RICHARD NICOTRA EARLY COLLEGE CHARTER SCHOOL", + "Physical Address Line 1": "300 GENESEE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STATEN ISLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "10312", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413830", + "School District Name": "Ridgewood Public School District", + "Physical Address Line 1": "49 Cottage Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ridgewood", + "Physical Address State": "NJ ", + "Physical Address Zip": "07450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02828017099638277", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827960", + "School District Name": "LOMETA ISD", + "Physical Address Line 1": "100 N 8TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOMETA", + "Physical Address State": "TX ", + "Physical Address Zip": "76853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413860", + "School District Name": "Ringwood School District", + "Physical Address Line 1": "121 Carletondale Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ringwood", + "Physical Address State": "NJ ", + "Physical Address Zip": "07456", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0407843137254902", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508220", + "School District Name": "Lomira School District", + "Physical Address Line 1": "1030 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lomira", + "Physical Address State": "WI ", + "Physical Address Zip": "53048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07518796992481203", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413890", + "School District Name": "River Edge School District", + "Physical Address Line 1": "410 Bogert Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "River Edge", + "Physical Address State": "NJ ", + "Physical Address Zip": "07661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03852201257861635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4827990", + "School District Name": "LONDON ISD", + "Physical Address Line 1": "1306 FM 43", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORPUS CHRISTI", + "Physical Address State": "TX ", + "Physical Address Zip": "78415", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08400460299194476", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413950", + "School District Name": "River Vale Public School District", + "Physical Address Line 1": "609 Westwood Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "River Vale", + "Physical Address State": "NJ ", + "Physical Address Zip": "07675", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.029149797570850202", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3413980", + "School District Name": "Riverdale School District", + "Physical Address Line 1": "52 Newark Pompton Tpk.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverdale", + "Physical Address State": "NJ ", + "Physical Address Zip": "07457", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07352941176470588", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828020", + "School District Name": "LONE OAK ISD", + "Physical Address Line 1": "8162 HWY 69 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONE OAK", + "Physical Address State": "TX ", + "Physical Address Zip": "75453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12629594721960416", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414010", + "School District Name": "Riverside Township School District", + "Physical Address Line 1": "112 East Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverside", + "Physical Address State": "NJ ", + "Physical Address Zip": "08075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18046875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801452", + "School District Name": "LONE STAR LANGUAGE ACADEMY", + "Physical Address Line 1": "5301 DEMOCRACY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLANO", + "Physical Address State": "TX ", + "Physical Address Zip": "75024", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414040", + "School District Name": "Riverton School District", + "Physical Address Line 1": "600 Fifth Street", + "Physical Address Line 2": "Riverton School", + "Physical Address Line 3": "", + "Physical Address City": "Riverton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0589622641509434", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900045", + "School District Name": "Loneman Day School", + "Physical Address Line 1": "South BIA Rd #41", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oglala", + "Physical Address State": "SD", + "Physical Address Zip": "57764", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414070", + "School District Name": "Rochelle Park School District", + "Physical Address Line 1": "300 Rochelle Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rochelle Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "07662", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.061813186813186816", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880160", + "School District Name": "LONETREE SPECIAL ED UNIT", + "Physical Address Line 1": "210 North St E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harvey", + "Physical Address State": "ND ", + "Physical Address Zip": "58341", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414100", + "School District Name": "Rockaway Borough School District", + "Physical Address Line 1": "103 East Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockaway", + "Physical Address State": "NJ ", + "Physical Address Zip": "07866", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08682170542635659", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414130", + "School District Name": "Rockaway Township School District", + "Physical Address Line 1": "16 School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hibernia", + "Physical Address State": "NJ ", + "Physical Address Zip": "07842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.055312375646637484", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4107530", + "School District Name": "Long Creek SD 17", + "Physical Address Line 1": "375 E Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Long Creek", + "Physical Address State": "OR ", + "Physical Address Zip": "97856", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2876712328767123", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414160", + "School District Name": "Rockleigh School District", + "Physical Address Line 1": "26 Rockleigh Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockleigh", + "Physical Address State": "NJ ", + "Physical Address Zip": "07647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09803921568627451", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414220", + "School District Name": "Roosevelt Borough Public School District", + "Physical Address Line 1": "2a School Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roosevelt", + "Physical Address State": "NJ ", + "Physical Address Zip": "08555", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700337", + "School District Name": "Longleaf School of the Arts", + "Physical Address Line 1": "322 Chapanoke Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27603", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414250", + "School District Name": "Roseland School District", + "Physical Address Line 1": "100 Passaic Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roseland", + "Physical Address State": "NJ ", + "Physical Address Zip": "07068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.047151277013752456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828110", + "School District Name": "LONGVIEW ISD", + "Physical Address Line 1": "1301 E YOUNG ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONGVIEW", + "Physical Address State": "TX ", + "Physical Address Zip": "75602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.21165800468765922", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414280", + "School District Name": "Roselle Public School District", + "Physical Address Line 1": "710 LOCUST STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSELLE", + "Physical Address State": "NJ ", + "Physical Address Zip": "07203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1573325635103926", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304470", + "School District Name": "Longview School District", + "Physical Address Line 1": "2715 LILAC ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONGVIEW", + "Physical Address State": "WA ", + "Physical Address Zip": "98632", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16358620689655173", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414310", + "School District Name": "Roselle Park Public School District", + "Physical Address Line 1": "510 CHESTNUT STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSELLE PARK", + "Physical Address State": "NJ ", + "Physical Address Zip": "07204", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08120233288470166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304500", + "School District Name": "Loon Lake School District", + "Physical Address Line 1": "4001 MAPLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOON LAKE", + "Physical Address State": "WA ", + "Physical Address Zip": "99148", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17120622568093385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414340", + "School District Name": "Roxbury Township School District", + "Physical Address Line 1": "42 N. Hillside Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Succasunna", + "Physical Address State": "NJ ", + "Physical Address Zip": "07876", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.050866098432774266", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828140", + "School District Name": "LOOP ISD", + "Physical Address Line 1": "1441 FM HWY 303", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOOP", + "Physical Address State": "TX ", + "Physical Address Zip": "79342", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22340425531914893", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414370", + "School District Name": "Rumson Borough School District", + "Physical Address Line 1": "60 Forrest Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rumson", + "Physical Address State": "NJ ", + "Physical Address Zip": "07760", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03454085930918281", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304530", + "School District Name": "Lopez School District", + "Physical Address Line 1": "86 SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOPEZ ISLAND", + "Physical Address State": "WA ", + "Physical Address Zip": "98261", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1972318339100346", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414400", + "School District Name": "Rumson-Fair Haven Regional High School District", + "Physical Address Line 1": "74 Ridge Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rumson", + "Physical Address State": "NJ ", + "Physical Address Zip": "07760", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.022304832713754646", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901603", + "School District Name": "Lorain Bilingual Preparatory Academy", + "Physical Address Line 1": "309 W 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lorain", + "Physical Address State": "OH ", + "Physical Address Zip": "44052", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414430", + "School District Name": "Runnemede Public School District", + "Physical Address Line 1": "24 N. Black Horse Pike - 2nd Floor", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Runnemede", + "Physical Address State": "NJ ", + "Physical Address Zip": "08078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1234866828087167", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904810", + "School District Name": "Lorain County ESC", + "Physical Address Line 1": "1885 Lake Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elyria", + "Physical Address State": "OH ", + "Physical Address Zip": "44035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414460", + "School District Name": "Rutherford School District", + "Physical Address Line 1": "176 Park Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rutherford", + "Physical Address State": "NJ ", + "Physical Address Zip": "07070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05463917525773196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905122", + "School District Name": "Lorain County JVS", + "Physical Address Line 1": "15181 State Route 58", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oberlin", + "Physical Address State": "OH ", + "Physical Address Zip": "44074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414490", + "School District Name": "Saddle Brook School District", + "Physical Address Line 1": "355 Mayhill Street", + "Physical Address Line 2": "Administrative Offices", + "Physical Address Line 3": "", + "Physical Address City": "Saddle Brook", + "Physical Address State": "NJ ", + "Physical Address Zip": "07663", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07363770250368189", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900587", + "School District Name": "Lorain Preparatory Academy", + "Physical Address Line 1": "4119 Leavitt Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lorain", + "Physical Address State": "OH ", + "Physical Address Zip": "44053", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414520", + "School District Name": "Saddle River School District", + "Physical Address Line 1": "97 E. Allendale Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saddle River", + "Physical Address State": "NJ ", + "Physical Address Zip": "07458", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.060291060291060294", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828170", + "School District Name": "LORAINE ISD", + "Physical Address Line 1": "800 S LIGHTFOOT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LORAINE", + "Physical Address State": "TX ", + "Physical Address Zip": "79532", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24025974025974026", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414550", + "School District Name": "Salem City School District", + "Physical Address Line 1": "205 WALNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALEM", + "Physical Address State": "NJ ", + "Physical Address Zip": "08079", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.41837644959857273", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414580", + "School District Name": "Salem County Vocational Technical School District", + "Physical Address Line 1": "880 Rt 45", + "Physical Address Line 2": "Box 350", + "Physical Address Line 3": "", + "Physical Address City": "Woodstown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828200", + "School District Name": "LORENA ISD", + "Physical Address Line 1": "308 N FRONTAGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LORENA", + "Physical Address State": "TX ", + "Physical Address Zip": "76655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.072", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414610", + "School District Name": "Sandyston-Walpack Consolidated School District", + "Physical Address Line 1": "100 Route 560", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Layton", + "Physical Address State": "NJ ", + "Physical Address Zip": "07851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.038461538461538464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828230", + "School District Name": "LORENZO ISD", + "Physical Address Line 1": "1003 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LORENZO", + "Physical Address State": "TX ", + "Physical Address Zip": "79343", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.332089552238806", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414640", + "School District Name": "Sayreville School District", + "Physical Address Line 1": "150 Lincoln St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Amboy", + "Physical Address State": "NJ ", + "Physical Address Zip": "08879", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08272921108742004", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414670", + "School District Name": "Scotch Plains-Fanwood School District", + "Physical Address Line 1": "512 Cedar Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scotch Plains", + "Physical Address State": "NJ ", + "Physical Address Zip": "07076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.026268850332414464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414730", + "School District Name": "Sea Girt Borough School District", + "Physical Address Line 1": "451 Bell Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sea Girt", + "Physical Address State": "NJ ", + "Physical Address Zip": "08750", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.035175879396984924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414760", + "School District Name": "Sea Isle City Board of Education", + "Physical Address Line 1": "4501 Park Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sea Isle City", + "Physical Address State": "NJ ", + "Physical Address Zip": "08243", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "22", + "Percent of Students in Poverty": "0.06504065040650407", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414790", + "School District Name": "Seaside Heights School District", + "Physical Address Line 1": "1200 BAY BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEASIDE HEIGHTS", + "Physical Address State": "NJ ", + "Physical Address Zip": "08751", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.41379310344827586", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414820", + "School District Name": "Seaside Park Borough School District", + "Physical Address Line 1": "313 South West Central Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seaside Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "08752", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1388888888888889", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414850", + "School District Name": "Secaucus School District", + "Physical Address Line 1": "685 FIFTH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SECAUCUS", + "Physical Address State": "NJ ", + "Physical Address Zip": "07094", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10748752079866888", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414880", + "School District Name": "Shamong Township School District", + "Physical Address Line 1": "295 Indian Mills Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shamong", + "Physical Address State": "NJ ", + "Physical Address Zip": "08088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04419191919191919", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414940", + "School District Name": "Shore Regional High School District", + "Physical Address Line 1": "132 MONMOUTH PARK HWY 36", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST LONG BRANCH", + "Physical Address State": "NJ ", + "Physical Address Zip": "07764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05093555093555094", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3414970", + "School District Name": "Shrewsbury Borough School District", + "Physical Address Line 1": "20 Obre Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shrewsbury", + "Physical Address State": "NJ ", + "Physical Address Zip": "07702", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023391812865497075", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828290", + "School District Name": "LOS FRESNOS CISD", + "Physical Address Line 1": "600 MESQUITE LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOS FRESNOS", + "Physical Address State": "TX ", + "Physical Address Zip": "78566", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.24204403822185294", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415000", + "School District Name": "Somerdale School District", + "Physical Address Line 1": "301 Grace Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerdale", + "Physical Address State": "NJ ", + "Physical Address Zip": "08083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1423076923076923", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415030", + "School District Name": "Somers Point School District", + "Physical Address Line 1": "121 W. New York Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somers Point", + "Physical Address State": "NJ ", + "Physical Address Zip": "08244", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.22509225092250923", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702520", + "School District Name": "Loudon County", + "Physical Address Line 1": "100 River RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loudon", + "Physical Address State": "TN ", + "Physical Address Zip": "37774", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12555555555555556", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415060", + "School District Name": "Somerset County Vocational and Technical School District", + "Physical Address Line 1": "14 Vogt Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgewater", + "Physical Address State": "NJ ", + "Physical Address Zip": "08807", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102250", + "School District Name": "LOUDOUN CO PBLC SCHS", + "Physical Address Line 1": "21000 Education Court", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashburn", + "Physical Address State": "VA ", + "Physical Address Zip": "20148", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03204456020476046", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3415090", + "School District Name": "Somerville Public School District", + "Physical Address Line 1": "51 West Cliff St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08876", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09775840597758406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102280", + "School District Name": "LOUISA CO PBLC SCHS", + "Physical Address Line 1": "953 Davis Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mineral", + "Physical Address State": "VA ", + "Physical Address Zip": "23117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1284965034965035", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415120", + "School District Name": "South Amboy School District", + "Physical Address Line 1": "240 John Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Amboy", + "Physical Address State": "NJ ", + "Physical Address Zip": "08879", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10168251645940014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828350", + "School District Name": "LOUISE ISD", + "Physical Address Line 1": "408 SECOND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOUISE", + "Physical Address State": "TX ", + "Physical Address Zip": "77455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21739130434782608", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415180", + "School District Name": "South Bound Brook Public School District", + "Physical Address Line 1": "122 Elizabeth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Bound Brook", + "Physical Address State": "NJ ", + "Physical Address Zip": "08880", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11338582677165354", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415210", + "School District Name": "South Brunswick School District", + "Physical Address Line 1": "231 Black Horse Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Brunswick", + "Physical Address State": "NJ ", + "Physical Address Zip": "08902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.043874451569355384", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415240", + "School District Name": "South Hackensack School District", + "Physical Address Line 1": "1 Dyer Avenue", + "Physical Address Line 2": "Memorial School", + "Physical Address Line 3": "", + "Physical Address City": "South Hackensack", + "Physical Address State": "NJ ", + "Physical Address Zip": "07606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16028708133971292", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828380", + "School District Name": "LOVEJOY ISD", + "Physical Address Line 1": "259 COUNTRY CLUB RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALLEN", + "Physical Address State": "TX ", + "Physical Address Zip": "75002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03180565990483346", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415270", + "School District Name": "South Harrison Township School District", + "Physical Address Line 1": "904 Mullica Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisonville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08039", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04032258064516129", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828410", + "School District Name": "LOVELADY ISD", + "Physical Address Line 1": "11839 TX ST HWY 19 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOVELADY", + "Physical Address State": "TX ", + "Physical Address Zip": "75851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19807692307692307", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415330", + "School District Name": "South Orange-Maplewood School District", + "Physical Address Line 1": "525 Academy Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maplewood", + "Physical Address State": "NJ ", + "Physical Address Zip": "07040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.041375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415360", + "School District Name": "South Plainfield School District", + "Physical Address Line 1": "125 Jackson Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Plainfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05987872662961091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415390", + "School District Name": "South River Public School District", + "Physical Address Line 1": "15 Montgomery Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South River", + "Physical Address State": "NJ ", + "Physical Address Zip": "08882", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10058252427184466", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415420", + "School District Name": "Southampton Township School District", + "Physical Address Line 1": "Betty L. Wright Administration Building", + "Physical Address Line 2": "177 Main Street", + "Physical Address Line 3": "", + "Physical Address City": "Southampton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08807588075880758", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5005220", + "School District Name": "Lowell School District", + "Physical Address Line 1": "52 Gelo Park Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lowell", + "Physical Address State": "VT ", + "Physical Address Zip": "05847", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4107590", + "School District Name": "Lowell SD 71", + "Physical Address Line 1": "65 S Pioneer St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lowell", + "Physical Address State": "OR ", + "Physical Address Zip": "97452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13373253493013973", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415480", + "School District Name": "Southern Regional School District", + "Physical Address Line 1": "105 Cedar Bridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manahawkin", + "Physical Address State": "NJ ", + "Physical Address Zip": "08050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06593001841620626", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900085", + "School District Name": "Lower Brule Day School", + "Physical Address Line 1": "227 BIA #10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lower Brule", + "Physical Address State": "SD", + "Physical Address Zip": "57548", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415510", + "School District Name": "Sparta Township Public School District", + "Physical Address Line 1": "18 MOHAWK AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPARTA", + "Physical Address State": "NJ ", + "Physical Address Zip": "07871", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.033189422558014034", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4214100", + "School District Name": "Lower Dauphin SD", + "Physical Address Line 1": "291 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hummelstown", + "Physical Address State": "PA ", + "Physical Address Zip": "17036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06962576153176675", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415540", + "School District Name": "Spotswood Public School District", + "Physical Address Line 1": "105 Summerhill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spotswood", + "Physical Address State": "NJ ", + "Physical Address Zip": "08884", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.059932659932659935", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4214160", + "School District Name": "Lower Merion SD", + "Physical Address Line 1": "301 E Montgomery Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ardmore", + "Physical Address State": "PA ", + "Physical Address Zip": "19003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04103933948518698", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415570", + "School District Name": "Spring Lake Borough", + "Physical Address Line 1": "411 Tuttle Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spring Lake", + "Physical Address State": "NJ ", + "Physical Address Zip": "07762", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.042071197411003236", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4214190", + "School District Name": "Lower Moreland Township SD", + "Physical Address Line 1": "2551 Murray Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntingdon Valley", + "Physical Address State": "PA ", + "Physical Address Zip": "19006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05697373288938217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415600", + "School District Name": "Spring Lake Heights School District", + "Physical Address Line 1": "1110 Highway 71", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spring Lake Heights", + "Physical Address State": "NJ ", + "Physical Address Zip": "07762", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07537688442211055", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415630", + "School District Name": "Springfield Public School District", + "Physical Address Line 1": "139 Mountain Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04376452362509682", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4107710", + "School District Name": "Mapleton SD 32", + "Physical Address Line 1": "10868 E Mapleton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mapleton", + "Physical Address State": "OR ", + "Physical Address Zip": "97453", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2647058823529412", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415660", + "School District Name": "Springfield Township School District", + "Physical Address Line 1": "2146 Jacksonville-Jobstown Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jobstown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08041", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08208955223880597", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4107740", + "School District Name": "Marcola SD 79J", + "Physical Address Line 1": "38300 Wendling Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marcola", + "Physical Address State": "OR ", + "Physical Address Zip": "97454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.099644128113879", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415690", + "School District Name": "Stafford Township School District", + "Physical Address Line 1": "250 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manahawkin", + "Physical Address State": "NJ ", + "Physical Address Zip": "08050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07839934667211107", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508250", + "School District Name": "Loyal School District", + "Physical Address Line 1": "514 W Central", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loyal", + "Physical Address State": "WI ", + "Physical Address Zip": "54446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15450643776824036", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415720", + "School District Name": "Stanhope School District", + "Physical Address Line 1": "24 Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanhope", + "Physical Address State": "NJ ", + "Physical Address Zip": "07874", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07692307692307693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4107980", + "School District Name": "McKenzie SD 68", + "Physical Address Line 1": "51187 Blue River Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Finn Rock", + "Physical Address State": "OR ", + "Physical Address Zip": "97488", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21739130434782608", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415750", + "School District Name": "Stillwater Township School District", + "Physical Address Line 1": "904 Stillwater Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stillwater", + "Physical Address State": "NJ ", + "Physical Address Zip": "07875", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04498269896193772", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4214310", + "School District Name": "Loyalsock Township SD", + "Physical Address Line 1": "1605 Four Mile Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamsport", + "Physical Address State": "PA ", + "Physical Address Zip": "17701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.10408280621046578", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415810", + "School District Name": "Stone Harbor School District", + "Physical Address Line 1": "275 93rd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stone Harbor", + "Physical Address State": "NJ ", + "Physical Address Zip": "08247", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09859154929577464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108010", + "School District Name": "McMinnville SD 40", + "Physical Address Line 1": "800 NE Lafayette Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McMinnville", + "Physical Address State": "OR ", + "Physical Address Zip": "97128", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12210155562078075", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415840", + "School District Name": "Stow Creek Township School District", + "Physical Address Line 1": "11 GUM TREE CORNER ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRIDGETON", + "Physical Address State": "NJ ", + "Physical Address Zip": "08302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12878787878787878", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209932", + "School District Name": "Loysville Youth Dev Ctr", + "Physical Address Line 1": "10 Opportunity Drive", + "Physical Address Line 2": "Loysville Complex", + "Physical Address Line 3": "", + "Physical Address City": "Loysville", + "Physical Address State": "PA ", + "Physical Address Zip": "17047", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415870", + "School District Name": "Stratford School District", + "Physical Address Line 1": "111 Warwick Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stratford", + "Physical Address State": "NJ ", + "Physical Address Zip": "08084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11693548387096774", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108040", + "School District Name": "Medford SD 549C", + "Physical Address Line 1": "815 S Oakdale Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medford", + "Physical Address State": "OR ", + "Physical Address Zip": "97501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.14156796390298929", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415900", + "School District Name": "Summit Public School District", + "Physical Address Line 1": "14 Beekman Terrace", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Summit", + "Physical Address State": "NJ ", + "Physical Address Zip": "07901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.042949926670856904", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415930", + "School District Name": "Sussex County Technical School District", + "Physical Address Line 1": "105 North Church Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sparta", + "Physical Address State": "NJ ", + "Physical Address Zip": "07871", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108160", + "School District Name": "Milton-Freewater Unified SD 7", + "Physical Address Line 1": "1020 South Mill St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milton-Freewater", + "Physical Address State": "OR ", + "Physical Address Zip": "97862", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1640767824497258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415960", + "School District Name": "Sussex-Wantage Regional School District", + "Physical Address Line 1": "27 Bank Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sussex", + "Physical Address State": "NJ ", + "Physical Address Zip": "07461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09520123839009288", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3415990", + "School District Name": "Swedesboro-Woolwich School District", + "Physical Address Line 1": "15 FREDRICK BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOOLWICH TWP", + "Physical Address State": "NJ ", + "Physical Address Zip": "08085", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04908616187989556", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108280", + "School District Name": "Mitchell SD 55", + "Physical Address Line 1": "340 SE High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mitchell", + "Physical Address State": "OR ", + "Physical Address Zip": "97750", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2619047619047619", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416020", + "School District Name": "Tabernacle Township School District", + "Physical Address Line 1": "132 New Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tabernacle", + "Physical Address State": "NJ ", + "Physical Address Zip": "08088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05968169761273209", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828500", + "School District Name": "LUBBOCK ISD", + "Physical Address Line 1": "1628 19TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUBBOCK", + "Physical Address State": "TX ", + "Physical Address Zip": "79401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.20167646273043013", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3416080", + "School District Name": "Teaneck School District", + "Physical Address Line 1": "651 Teaneck Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Teaneck", + "Physical Address State": "NJ ", + "Physical Address Zip": "07666", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06950134199745726", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108310", + "School District Name": "Molalla River SD 35", + "Physical Address Line 1": "412 Swiegle Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Molalla", + "Physical Address State": "OR ", + "Physical Address Zip": "97038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0924807903402854", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416110", + "School District Name": "Tenafly Public School District", + "Physical Address Line 1": "500 TENAFLY ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TENAFLY", + "Physical Address State": "NJ ", + "Physical Address Zip": "07670", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05143447919359007", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4815180", + "School District Name": "LUBBOCK-COOPER ISD", + "Physical Address Line 1": "13807 INDIANA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUBBOCK", + "Physical Address State": "TX ", + "Physical Address Zip": "79423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08585232903865213", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416170", + "School District Name": "Tewksbury Township School District", + "Physical Address Line 1": "173 Old Turnpike Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Califon", + "Physical Address State": "NJ ", + "Physical Address Zip": "07830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.028662420382165606", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108430", + "School District Name": "Monroe SD 1J", + "Physical Address Line 1": "365 N Fifth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "OR ", + "Physical Address Zip": "97456", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14741035856573706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416200", + "School District Name": "Tinton Falls School District", + "Physical Address Line 1": "658 Tinton Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tinton Falls", + "Physical Address State": "NJ ", + "Physical Address Zip": "07724", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06198830409356725", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108460", + "School District Name": "Monument SD 8", + "Physical Address Line 1": "127 North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monument", + "Physical Address State": "OR ", + "Physical Address Zip": "97864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2857142857142857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416230", + "School District Name": "Toms River Regional School District", + "Physical Address Line 1": "1144 Hooper Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toms River", + "Physical Address State": "NJ ", + "Physical Address Zip": "08753", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11031824574196573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108520", + "School District Name": "Morrow SD 1", + "Physical Address Line 1": "240 Columbia Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Irrigon", + "Physical Address State": "OR ", + "Physical Address Zip": "97844", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14597315436241612", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416260", + "School District Name": "Totowa Public School District", + "Physical Address Line 1": "294 Totowa Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Totowa", + "Physical Address State": "NJ ", + "Physical Address Zip": "07512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09176029962546817", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108550", + "School District Name": "Mt Angel SD 91", + "Physical Address Line 1": "730 E Marquam St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt Angel", + "Physical Address State": "OR ", + "Physical Address Zip": "97362", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12037037037037036", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416290", + "School District Name": "Trenton Public School District", + "Physical Address Line 1": "108 North Clinton Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trenton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2524582104228122", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100640", + "School District Name": "Myrtle Point SD 41", + "Physical Address Line 1": "413 C St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Myrtle Point", + "Physical Address State": "OR ", + "Physical Address Zip": "97458", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20152091254752852", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416320", + "School District Name": "Tuckerton Borough School District", + "Physical Address Line 1": "217 Marine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuckerton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.15254237288135594", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508280", + "School District Name": "Luck School District", + "Physical Address Line 1": "810 S 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Luck", + "Physical Address State": "WI ", + "Physical Address Zip": "54853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11088709677419355", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416350", + "School District Name": "Union Beach Public School District", + "Physical Address Line 1": "1207 Florence Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union Beach", + "Physical Address State": "NJ ", + "Physical Address Zip": "07735", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08163265306122448", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108650", + "School District Name": "Neah-Kah-Nie SD 56", + "Physical Address Line 1": "504 N Third", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockaway Beach", + "Physical Address State": "OR ", + "Physical Address Zip": "97136", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2093784078516903", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416380", + "School District Name": "Union City School District", + "Physical Address Line 1": "3912 Bergen Turnpike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union City", + "Physical Address State": "NJ ", + "Physical Address Zip": "07087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3435309114085405", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108700", + "School District Name": "Nestucca Valley SD 101J", + "Physical Address Line 1": "36925 Hwy 101 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cloverdale", + "Physical Address State": "OR ", + "Physical Address Zip": "97112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21044303797468356", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416400", + "School District Name": "Union County Educational Services Commission", + "Physical Address Line 1": "45 Cardinal Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108720", + "School District Name": "Newberg SD 29J", + "Physical Address Line 1": "714 E 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newberg", + "Physical Address State": "OR ", + "Physical Address Zip": "97132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07633463541666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416440", + "School District Name": "Union Township School District", + "Physical Address Line 1": "149 Perryville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08827", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.031055900621118012", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108820", + "School District Name": "North Bend SD 13", + "Physical Address Line 1": "1913 Meade St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Bend", + "Physical Address State": "OR ", + "Physical Address Zip": "97459", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20780322307039864", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108830", + "School District Name": "North Clackamas SD 12", + "Physical Address Line 1": "12400 SE Freeman Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukie", + "Physical Address State": "OR ", + "Physical Address Zip": "97222", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09553713903330416", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416500", + "School District Name": "Township of Union School District", + "Physical Address Line 1": "2369 Morris Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union", + "Physical Address State": "NJ ", + "Physical Address Zip": "07083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0813632545301812", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000422", + "School District Name": "Ludlow Mt. Holly Unified Union School District", + "Physical Address Line 1": "609 VT Route 103", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ludlow", + "Physical Address State": "VT ", + "Physical Address Zip": "05149", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416530", + "School District Name": "Upper Deerfield Township School District", + "Physical Address Line 1": "1385 Highway 77", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seabrook", + "Physical Address State": "NJ ", + "Physical Address Zip": "08302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18276220145379024", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4104350", + "School District Name": "North Douglas SD 22", + "Physical Address Line 1": "500 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Drain", + "Physical Address State": "OR ", + "Physical Address Zip": "97435", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22704081632653061", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416560", + "School District Name": "Upper Freehold Regional School District", + "Physical Address Line 1": "27 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allentown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03615886188500297", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828530", + "School District Name": "LUEDERS-AVOCA ISD", + "Physical Address Line 1": "334 VANDEVENTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUEDERS", + "Physical Address State": "TX ", + "Physical Address Zip": "79533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17391304347826086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416590", + "School District Name": "UPPER PITTSGROVE TWP School District", + "Physical Address Line 1": "235 Pine Tavern Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroeville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08343", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06772908366533864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111400", + "School District Name": "North Lake SD 14", + "Physical Address Line 1": "57566 Fort Rock Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Silver Lake", + "Physical Address State": "OR ", + "Physical Address Zip": "97638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24324324324324326", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416620", + "School District Name": "Upper Saddle River School District", + "Physical Address Line 1": "395 West Saddle River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Upper Saddle River", + "Physical Address State": "NJ ", + "Physical Address Zip": "07458", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.037953795379537955", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828550", + "School District Name": "LUFKIN ISD", + "Physical Address Line 1": "101 COTTON SQ", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUFKIN", + "Physical Address State": "TX ", + "Physical Address Zip": "75904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2777516462841016", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416650", + "School District Name": "Upper Township School District", + "Physical Address Line 1": "525 Perry Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petersburg", + "Physical Address State": "NJ ", + "Physical Address Zip": "08270", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.05568338702254947", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108880", + "School District Name": "North Marion SD 15", + "Physical Address Line 1": "20256 Grim Rd NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aurora", + "Physical Address State": "OR ", + "Physical Address Zip": "97002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13455809334657398", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416680", + "School District Name": "Ventnor City School District", + "Physical Address Line 1": "400 N. Lafayette Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ventnor City", + "Physical Address State": "NJ ", + "Physical Address Zip": "08406", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.2213359920239282", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416710", + "School District Name": "Vernon Township School District", + "Physical Address Line 1": "625 Route 517", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vernon", + "Physical Address State": "NJ ", + "Physical Address Zip": "07462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06633692173407041", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108940", + "School District Name": "North Powder SD 8J", + "Physical Address Line 1": "333 G St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Powder", + "Physical Address State": "OR ", + "Physical Address Zip": "97867", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2640449438202247", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416740", + "School District Name": "Verona Public School District", + "Physical Address Line 1": "121 Fairview Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Verona", + "Physical Address State": "NJ ", + "Physical Address Zip": "07044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.025341914722445697", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900112", + "School District Name": "Lukachukai Community School", + "Physical Address Line 1": "Navajo Route 13", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lukachukai", + "Physical Address State": "AZ", + "Physical Address Zip": "86507", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416800", + "School District Name": "Vineland Public School District", + "Physical Address Line 1": "61 W Landis Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vineland", + "Physical Address State": "NJ ", + "Physical Address Zip": "08360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16994985673352436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100020", + "School District Name": "North Santiam SD 29J", + "Physical Address Line 1": "1155 N 3rd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stayton", + "Physical Address State": "OR ", + "Physical Address Zip": "97383", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416830", + "School District Name": "Voorhees Township School District", + "Physical Address Line 1": "329 Rt. 73", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Voorhees", + "Physical Address State": "NJ ", + "Physical Address Zip": "08043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06482334869431644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100048", + "School District Name": "North Wasco County SD 21", + "Physical Address Line 1": "3632 W 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "The Dalles", + "Physical Address State": "OR ", + "Physical Address Zip": "97058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15138653084323714", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416860", + "School District Name": "Waldwick School District", + "Physical Address Line 1": "155 Summit Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waldwick", + "Physical Address State": "NJ ", + "Physical Address Zip": "07463", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.042529378847229994", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828590", + "School District Name": "LULING ISD", + "Physical Address Line 1": "115 W BOWIE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LULING", + "Physical Address State": "TX ", + "Physical Address Zip": "78648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18848167539267016", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416870", + "School District Name": "Wallkill Valley Regional High School", + "Physical Address Line 1": "10 GRUMM ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARDYSTON TOWNSHIP", + "Physical Address State": "NJ ", + "Physical Address Zip": "07419", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07828282828282829", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109000", + "School District Name": "Nyssa SD 26", + "Physical Address Line 1": "804 Adrian Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nyssa", + "Physical Address State": "OR ", + "Physical Address Zip": "97913", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1843107387661843", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416890", + "School District Name": "Wall Township Public School District", + "Physical Address Line 1": "1620 18th Avenue", + "Physical Address Line 2": "Building B", + "Physical Address Line 3": "", + "Physical Address City": "Wall", + "Physical Address State": "NJ ", + "Physical Address Zip": "07719", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04198193800341713", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4813530", + "School District Name": "LUMBERTON ISD", + "Physical Address Line 1": "121 S MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUMBERTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77657", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09926806953339433", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416920", + "School District Name": "Wallington Boro School District", + "Physical Address Line 1": "32 Pine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wallington", + "Physical Address State": "NJ ", + "Physical Address Zip": "07057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12321307011572498", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109120", + "School District Name": "Oakland SD 1", + "Physical Address Line 1": "499 NE Spruce St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakland", + "Physical Address State": "OR ", + "Physical Address Zip": "97462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2229038854805726", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416950", + "School District Name": "Wanaque School District", + "Physical Address Line 1": "973A Ringwood Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haskell", + "Physical Address State": "NJ ", + "Physical Address Zip": "07420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08459214501510574", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109150", + "School District Name": "Oakridge SD 76", + "Physical Address Line 1": "47997 W 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakridge", + "Physical Address State": "OR ", + "Physical Address Zip": "97463", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23923444976076555", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416970", + "School District Name": "Warren Hills Regional School District", + "Physical Address Line 1": "89 Bowerstown Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "NJ ", + "Physical Address Zip": "07882", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09248210023866349", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300350", + "School District Name": "Lumen Public School", + "Physical Address Line 1": "718 W Riverside", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spokane", + "Physical Address State": "WA ", + "Physical Address Zip": "99201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3416980", + "School District Name": "Warren Township School District", + "Physical Address Line 1": "213 Mt. Horeb Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "NJ ", + "Physical Address Zip": "07059", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.031106578276389598", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109270", + "School District Name": "Ontario SD 8C", + "Physical Address Line 1": "195 SW 3rd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ontario", + "Physical Address State": "OR ", + "Physical Address Zip": "97914", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24046483909415972", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417010", + "School District Name": "Washington Borough School District", + "Physical Address Line 1": "300 West Stewart Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "NJ ", + "Physical Address Zip": "07882", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1381692573402418", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900182", + "School District Name": "Lumen Scholar Institute", + "Physical Address Line 1": "1353 West 760 North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OREM", + "Physical Address State": "UT ", + "Physical Address Zip": "84057", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417040", + "School District Name": "Washington Township School District", + "Physical Address Line 1": "2434 Rt. 563", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Egg Harbor", + "Physical Address State": "NJ ", + "Physical Address Zip": "08215", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07894736842105263", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109330", + "School District Name": "Oregon City SD 62", + "Physical Address Line 1": "1417 12th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oregon City", + "Physical Address State": "OR ", + "Physical Address Zip": "97045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08537460284923644", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417070", + "School District Name": "Washington Township School District", + "Physical Address Line 1": "206 East Holly Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sewell", + "Physical Address State": "NJ ", + "Physical Address Zip": "08080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0625221605011228", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800089", + "School District Name": "LUMIN EDUCATION", + "Physical Address Line 1": "924 WAYNE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75223", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417100", + "School District Name": "Robbinsville Public Schools", + "Physical Address Line 1": "155 Robbinsville Edinburg Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Robbinsville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08691", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.025263831148065238", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4110890", + "School District Name": "Oregon Trail SD 46", + "Physical Address Line 1": "36525 SE Industrial Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sandy", + "Physical Address State": "OR ", + "Physical Address Zip": "97055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09585889570552147", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417130", + "School District Name": "Washington Township School District", + "Physical Address Line 1": "53 West Mill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Long Valley", + "Physical Address State": "NJ ", + "Physical Address Zip": "07853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03197807217907721", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900176", + "School District Name": "LUMMI ELEMENTARY SCHOOL", + "Physical Address Line 1": "2334 Lummi View Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellingham", + "Physical Address State": "WA", + "Physical Address Zip": "98226", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417160", + "School District Name": "Washington Township School District", + "Physical Address Line 1": "1 East Front St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "NJ ", + "Physical Address Zip": "07882", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06640625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900115", + "School District Name": "LUMMI HIGH SCHOOL", + "Physical Address Line 1": "2334 Lummi View Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellingham", + "Physical Address State": "WA", + "Physical Address Zip": "98226", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417190", + "School District Name": "Watchung Borough School District", + "Physical Address Line 1": "1 Dr. Parenty Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Watchung", + "Physical Address State": "NJ ", + "Physical Address Zip": "07069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04727793696275072", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102310", + "School District Name": "LUNENBURG CO PBLC SCHS", + "Physical Address Line 1": "1009 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kenbridge", + "Physical Address State": "VA ", + "Physical Address Zip": "23944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22637238256932654", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417220", + "School District Name": "Watchung Hills Regional High School District", + "Physical Address Line 1": "108 Stirling Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "NJ ", + "Physical Address Zip": "07059", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.030560271646859084", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417250", + "School District Name": "Waterford Township School District", + "Physical Address Line 1": "1106 Old White Horse Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterford", + "Physical Address State": "NJ ", + "Physical Address Zip": "08089", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08628461043142305", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508340", + "School District Name": "Luxemburg-Casco School District", + "Physical Address Line 1": "318 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Luxemburg", + "Physical Address State": "WI ", + "Physical Address Zip": "54217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05410923940786115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417280", + "School District Name": "Wayne Township Public School District", + "Physical Address Line 1": "50 NELLIS DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAYNE", + "Physical Address State": "NJ ", + "Physical Address Zip": "07470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05639521768554027", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289280", + "School District Name": "Luzerne IU 18", + "Physical Address Line 1": "368 Tioga Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingston", + "Physical Address State": "PA ", + "Physical Address Zip": "18704", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417310", + "School District Name": "Weehawken Public School District", + "Physical Address Line 1": "53 Liberty Place", + "Physical Address Line 2": "Weehawken Board of Education", + "Physical Address Line 3": "", + "Physical Address City": "Weehawken", + "Physical Address State": "NJ ", + "Physical Address Zip": "07086", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1514386673397274", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417340", + "School District Name": "Wenonah Boro School District", + "Physical Address Line 1": "200 N. Clinton Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wenonah", + "Physical Address State": "NJ ", + "Physical Address Zip": "08090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03271028037383177", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289393", + "School District Name": "Lycoming CTC", + "Physical Address Line 1": "293 Cemetery Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hughesville", + "Physical Address State": "PA ", + "Physical Address Zip": "17737", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417400", + "School District Name": "West Cape May School District", + "Physical Address Line 1": "301 MOORE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST CAPE MAY", + "Physical Address State": "NJ ", + "Physical Address Zip": "08204", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.09090909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828620", + "School District Name": "LYFORD CISD", + "Physical Address Line 1": "8240 SIMON GOMEZ BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LYFORD", + "Physical Address State": "TX ", + "Physical Address Zip": "78569", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.34579439252336447", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417430", + "School District Name": "West Deptford Township School District", + "Physical Address Line 1": "675 Grove Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Deptford", + "Physical Address State": "NJ ", + "Physical Address Zip": "08066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07725060827250609", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304590", + "School District Name": "Lyle School District", + "Physical Address Line 1": "625 KEASEY STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LYLE", + "Physical Address State": "WA ", + "Physical Address Zip": "98635", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16467780429594273", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417460", + "School District Name": "West Essex Regional School District", + "Physical Address Line 1": "65 West Greenbrook Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Caldwell", + "Physical Address State": "NJ ", + "Physical Address Zip": "07006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03316062176165803", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4644770", + "School District Name": "Lyman School District 42-1", + "Physical Address Line 1": "201 S Birch Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Presho", + "Physical Address State": "SD ", + "Physical Address Zip": "57568", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.258160237388724", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417490", + "School District Name": "West Long Branch School District", + "Physical Address Line 1": "135 Locust Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Long Branch", + "Physical Address State": "NJ ", + "Physical Address Zip": "07764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08902439024390243", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417500", + "School District Name": "Monmouth County Vocational School District", + "Physical Address Line 1": "4000 Kozloski Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Freehold", + "Physical Address State": "NJ ", + "Physical Address Zip": "07728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102340", + "School District Name": "LYNCHBURG CITY PBLC SCHS", + "Physical Address Line 1": "915 Court St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lynchburg", + "Physical Address State": "VA ", + "Physical Address Zip": "24504", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.21771253118403378", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417520", + "School District Name": "West Milford Township Public School District", + "Physical Address Line 1": "46 Highlander Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Milford", + "Physical Address State": "NJ ", + "Physical Address Zip": "07480", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05765969474279254", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100072", + "School District Name": "LYNCHBURG CITY SECONDARY ALTERNATIVE", + "Physical Address Line 1": "1200-1208 Polk Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lynchburg", + "Physical Address State": "VA ", + "Physical Address Zip": "24504", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417550", + "School District Name": "West Morris Regional High School District", + "Physical Address Line 1": "10 SOUTH FOUR BRIDGES ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHESTER", + "Physical Address State": "NJ ", + "Physical Address Zip": "07930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023073914743840438", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304620", + "School District Name": "Lynden School District", + "Physical Address Line 1": "516 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LYNDEN", + "Physical Address State": "WA ", + "Physical Address Zip": "98264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0935738444193912", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417580", + "School District Name": "West New York School District", + "Physical Address Line 1": "6028 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West New York", + "Physical Address State": "NJ ", + "Physical Address Zip": "07093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3233333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828650", + "School District Name": "LYTLE ISD", + "Physical Address Line 1": "15437 COTTAGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LYTLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23885918003565063", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417610", + "School District Name": "West Orange Public Schools", + "Physical Address Line 1": "179 Eagle Rock Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Orange", + "Physical Address State": "NJ ", + "Physical Address Zip": "07052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0961338868707836", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417640", + "School District Name": "Woodland Park School District", + "Physical Address Line 1": "853 McBride Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodland Park", + "Physical Address State": "NJ ", + "Physical Address Zip": "07424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15567484662576686", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417670", + "School District Name": "West Wildwood School District", + "Physical Address Line 1": "701 West Glenwood Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Wildwood", + "Physical Address State": "NJ ", + "Physical Address Zip": "08260", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "23", + "Percent of Students in Poverty": "0.06818181818181818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828680", + "School District Name": "MABANK ISD", + "Physical Address Line 1": "310 E MARKET ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MABANK", + "Physical Address State": "TX ", + "Physical Address Zip": "75147", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21775956284153006", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417700", + "School District Name": "West Windsor-Plainsboro Regional School District", + "Physical Address Line 1": "321 Village Rd East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Windsor", + "Physical Address State": "NJ ", + "Physical Address Zip": "08550", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.02674546729440048", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304650", + "School District Name": "Mabton School District", + "Physical Address Line 1": "306 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MABTON", + "Physical Address State": "WA ", + "Physical Address Zip": "98935", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20945083014048532", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417730", + "School District Name": "Westampton Township Public School District", + "Physical Address Line 1": "700 Rancocas Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westampton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08064516129032258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417760", + "School District Name": "Westfield Public School District", + "Physical Address Line 1": "302 Elm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westfield", + "Physical Address State": "NJ ", + "Physical Address Zip": "07090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.018771827706635623", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417790", + "School District Name": "Westville Boro Public School District", + "Physical Address Line 1": "101 Birch Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westville", + "Physical Address State": "NJ ", + "Physical Address Zip": "08093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17746478873239438", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417820", + "School District Name": "Westwood Regional School District", + "Physical Address Line 1": "701 RIDGEWOOD ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOWNSHIP OF WASHINGTON", + "Physical Address State": "NJ ", + "Physical Address Zip": "07676", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04336815447926559", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417850", + "School District Name": "Weymouth Township School District", + "Physical Address Line 1": "1202 Eleventh Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dorothy", + "Physical Address State": "NJ ", + "Physical Address Zip": "08317", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13357400722021662", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702550", + "School District Name": "Macon County", + "Physical Address Line 1": "501 College ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lafayette", + "Physical Address State": "TN ", + "Physical Address Zip": "37083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2196855481369804", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417880", + "School District Name": "Wharton Borough School District", + "Physical Address Line 1": "137 EAST CENTRAL AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHARTON", + "Physical Address State": "NJ ", + "Physical Address Zip": "07885", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13456090651558072", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417910", + "School District Name": "White Township Consolidated School District", + "Physical Address Line 1": "565 CR 519", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belvidere", + "Physical Address State": "NJ ", + "Physical Address Zip": "07823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06181015452538632", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417920", + "School District Name": "Warren County Vocational Technical School", + "Physical Address Line 1": "1500 Route 57", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "NJ ", + "Physical Address Zip": "07882", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417940", + "School District Name": "Wildwood City School District", + "Physical Address Line 1": "4300 PACIFIC AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILDWOOD", + "Physical Address State": "NJ ", + "Physical Address Zip": "08260", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.25544267053701014", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3417970", + "School District Name": "Wildwood Crest Borough School District", + "Physical Address Line 1": "9100 PACIFIC AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILDWOOD CREST", + "Physical Address State": "NJ ", + "Physical Address Zip": "08260", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.09375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3418000", + "School District Name": "Willingboro Public School District", + "Physical Address Line 1": "440 Beverly Rancocas Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willingboro", + "Physical Address State": "NJ ", + "Physical Address Zip": "08046", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17510591083316523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3418030", + "School District Name": "Winfield Township", + "Physical Address Line 1": "7 1/2 Gulfstream Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winfield Twp", + "Physical Address State": "NJ ", + "Physical Address Zip": "07036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06626506024096386", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901346", + "School District Name": "Madison Avenue School of Arts", + "Physical Address Line 1": "1511 Madison Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43604", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3418040", + "School District Name": "Union County Vocational-Technical School District", + "Physical Address Line 1": "1776 Raritan Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scotch Plains", + "Physical Address State": "NJ ", + "Physical Address Zip": "07076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4639600", + "School District Name": "Madison Central School District 39-2", + "Physical Address Line 1": "800 NE 9th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "SD ", + "Physical Address Zip": "57042", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10353753235547886", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3418060", + "School District Name": "Winslow Township School District", + "Physical Address Line 1": "40 Cooper Folly Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atco", + "Physical Address State": "NJ ", + "Physical Address Zip": "08004", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15392895586652314", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3418090", + "School District Name": "Woodbine School District", + "Physical Address Line 1": "801 Webster St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodbine", + "Physical Address State": "NJ ", + "Physical Address Zip": "08270", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.33827893175074186", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102370", + "School District Name": "MADISON CO PBLC SCHS", + "Physical Address Line 1": "60 School Board Court", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "VA ", + "Physical Address Zip": "22727", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.142721217887726", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3418120", + "School District Name": "Woodbridge Township School District", + "Physical Address Line 1": "421 SCHOOL STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODBRIDGE", + "Physical Address State": "NJ ", + "Physical Address Zip": "07095", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07997209538305429", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3418150", + "School District Name": "Woodbury City Public School District", + "Physical Address Line 1": "25 N. Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodbury", + "Physical Address State": "NJ ", + "Physical Address Zip": "08096", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22327790973871733", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702580", + "School District Name": "Madison County", + "Physical Address Line 1": "310 North PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "TN ", + "Physical Address Zip": "38305", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.24084814468350482", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3418180", + "School District Name": "Woodbury Heights Public School District", + "Physical Address Line 1": "100 Academy Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodbury Heights", + "Physical Address State": "NJ ", + "Physical Address Zip": "08097", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04669260700389105", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3418210", + "School District Name": "Woodcliff Lake School District", + "Physical Address Line 1": "134 Woodcliff Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodcliff Lake", + "Physical Address State": "NJ ", + "Physical Address Zip": "07677", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.027918781725888325", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3418240", + "School District Name": "Woodland Township School District", + "Physical Address Line 1": "2 John Bowker Jr. Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chatsworth", + "Physical Address State": "NJ ", + "Physical Address Zip": "08019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09090909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508520", + "School District Name": "Madison Metropolitan School District", + "Physical Address Line 1": "545 W Dayton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "WI ", + "Physical Address Zip": "53703", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.14739366805244644", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3418270", + "School District Name": "Woodlynne School District", + "Physical Address Line 1": "131 Elm Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodlynne", + "Physical Address State": "NJ ", + "Physical Address Zip": "08107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2942122186495177", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3418300", + "School District Name": "Wood-Ridge School District", + "Physical Address Line 1": "540 Windsor Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wood-Ridge", + "Physical Address State": "NJ ", + "Physical Address Zip": "07075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3418330", + "School District Name": "Woodstown-Pilesgrove Regional School District", + "Physical Address Line 1": "135 East Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodstown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09064748201438849", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3418360", + "School District Name": "Wyckoff Township Public School District", + "Physical Address Line 1": "241 Morse Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wyckoff", + "Physical Address State": "NJ ", + "Physical Address Zip": "07481", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.019417475728155338", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680480", + "School District Name": "MADISON-ONEIDA BOCES", + "Physical Address Line 1": "4937 SPRING RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VERONA", + "Physical Address State": "NY ", + "Physical Address Zip": "13478", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828710", + "School District Name": "MADISONVILLE CISD", + "Physical Address Line 1": "718 BACON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MADISONVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "77864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2321772639691715", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3480200", + "School District Name": "Mercer County Special Services School District", + "Physical Address Line 1": "1020 Old Trenton Road", + "Physical Address Line 2": "2nd Floor", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton", + "Physical Address State": "NJ ", + "Physical Address Zip": "08690", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700045", + "School District Name": "Magellan Charter", + "Physical Address Line 1": "9324 Baileywick Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27615", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3480240", + "School District Name": "Monmouth-Ocean Educational Services Commission School Distri", + "Physical Address Line 1": "900 Hope Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tinton Falls", + "Physical Address State": "NJ ", + "Physical Address Zip": "07712", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100061", + "School District Name": "MAGGIE L. WALKER GOV SCH", + "Physical Address Line 1": "1000 N. Lombardy St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "VA ", + "Physical Address Zip": "23220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3480280", + "School District Name": "Somerset County Educational Services Commission School Distr", + "Physical Address Line 1": "991 Route 22 West Ste 301", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bridgewater", + "Physical Address State": "NJ ", + "Physical Address Zip": "08807", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828740", + "School District Name": "MAGNOLIA ISD", + "Physical Address Line 1": "31141 NICHOLS SAWMILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAGNOLIA", + "Physical Address State": "TX ", + "Physical Address Zip": "77355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1292987641053197", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3480320", + "School District Name": "Northern Hills Academy School District", + "Physical Address Line 1": "10 GAIL CT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPARTA", + "Physical Address State": "NJ ", + "Physical Address Zip": "07871", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3480361", + "School District Name": "Salem County Special Services School District", + "Physical Address Line 1": "880 Route 45", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodstown", + "Physical Address State": "NJ ", + "Physical Address Zip": "08098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3480362", + "School District Name": "Warren County Special Services School District", + "Physical Address Line 1": "682 Oxford Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxford", + "Physical Address State": "NJ ", + "Physical Address Zip": "07863", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3480364", + "School District Name": "Northern Region Educational Services Commission", + "Physical Address Line 1": "82 Totowa Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wayne", + "Physical Address State": "NJ ", + "Physical Address Zip": "07470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500001", + "School District Name": "VAUGHN MUNICIPAL SCHOOLS", + "Physical Address Line 1": "202 WEST 4TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VAUGHN", + "Physical Address State": "NM ", + "Physical Address Zip": "88353", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500010", + "School District Name": "RIO RANCHO PUBLIC SCHOOLS", + "Physical Address Line 1": "500 LASER ROAD NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIO RANCHO", + "Physical Address State": "NM ", + "Physical Address Zip": "87124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0824224960254372", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4214430", + "School District Name": "Mahanoy Area SD", + "Physical Address Line 1": "1 Golden Bear Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mahanoy City", + "Physical Address State": "PA ", + "Physical Address Zip": "17948", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2080772607550483", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500012", + "School District Name": "NM CORRECTIONS", + "Physical Address Line 1": "615 1ST STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905124", + "School District Name": "Mahoning Co Career & Tech Ctr", + "Physical Address Line 1": "7300 N Palmyra Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44406", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500013", + "School District Name": "NM SCHOOL FOR THE BLIND AND VISUALLY IMPAIRED", + "Physical Address Line 1": "1900 N. WHITE SANDS BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALAMOGORDO", + "Physical Address State": "NM ", + "Physical Address Zip": "88310", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500014", + "School District Name": "NM SCHOOL FOR THE DEAF", + "Physical Address Line 1": "1060 CERRILLOS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTA FE", + "Physical Address State": "NM ", + "Physical Address Zip": "87505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901329", + "School District Name": "Mahoning County High School", + "Physical Address Line 1": "2725 Gibson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44502", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500015", + "School District Name": "SEQUOYAH", + "Physical Address Line 1": "3405 PAN AMERICAN FWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900146", + "School District Name": "Mahoning Unlimited Classroom", + "Physical Address Line 1": "7320 N Palmyra Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500016", + "School District Name": "UNM MIMBRES SCHOOL", + "Physical Address Line 1": "1001 YALE BLVD NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901511", + "School District Name": "Main Preparatory Academy", + "Physical Address Line 1": "1035 Clay St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500106", + "School District Name": "NORTH VALLEY ACADEMY CHARTER", + "Physical Address Line 1": "7939 4TH STREET NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOS RANCHOS DE ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500109", + "School District Name": "MEDIA ARTS COLLABORATIVE CHARTER", + "Physical Address Line 1": "4401 CENTRAL AVE NE BLDG 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500112", + "School District Name": "SCHOOL OF DREAMS ACADEMY", + "Physical Address Line 1": "1800 MAIN STREET NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOS LUNAS", + "Physical Address State": "NM ", + "Physical Address Zip": "87031", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828780", + "School District Name": "MALAKOFF ISD", + "Physical Address Line 1": "1308 FM 3062", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MALAKOFF", + "Physical Address State": "TX ", + "Physical Address Zip": "75148", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.24581005586592178", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500118", + "School District Name": "TAOS ACADEMY", + "Physical Address Line 1": "110 PASEO DEL CANON W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAOS", + "Physical Address State": "NM ", + "Physical Address Zip": "87571", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100042", + "School District Name": "Malheur County SD 51", + "Physical Address Line 1": "363 A St W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vale", + "Physical Address State": "OR ", + "Physical Address Zip": "97918", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500119", + "School District Name": "NM SCHOOL FOR ARTS", + "Physical Address Line 1": "500 MONTEZUMA AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTA FE", + "Physical Address State": "NM ", + "Physical Address Zip": "87501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100034", + "School District Name": "Malheur ESD Region 14", + "Physical Address Line 1": "c/o Malheur ESD", + "Physical Address Line 2": "363 A St W", + "Physical Address Line 3": "", + "Physical Address City": "Vale", + "Physical Address State": "OR ", + "Physical Address Zip": "97918", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700410", + "School District Name": "Mallard Creek STEM Academy", + "Physical Address Line 1": "9142 Browne Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28269", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500121", + "School District Name": "SOUTH VALLEY PREP", + "Physical Address Line 1": "2813 GUN CLUB RD SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828800", + "School District Name": "MALONE ISD", + "Physical Address Line 1": "202 W HACKBERRY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MALONE", + "Physical Address State": "TX ", + "Physical Address Zip": "76660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26881720430107525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828830", + "School District Name": "MALTA ISD", + "Physical Address Line 1": "6178 W US HWY 82", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW BOSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "75570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1326530612244898", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900165", + "School District Name": "Mana Academy Charter School", + "Physical Address Line 1": "2355 South Technology Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST VALLEY CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500124", + "School District Name": "TIERRA ADENTRO", + "Physical Address Line 1": "1511 CENTRAL AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801415", + "School District Name": "MANARA ACADEMY", + "Physical Address Line 1": "8001 JETSTAR DR STE 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IRVING", + "Physical Address State": "TX ", + "Physical Address Zip": "75063", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500125", + "School District Name": "THE MASTERS PROGRAM", + "Physical Address Line 1": "SFCC LL325 6401 RICHARDS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTA FE", + "Physical Address State": "NM ", + "Physical Address Zip": "87508", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102360", + "School District Name": "MANASSAS CITY PBLC SCHS", + "Physical Address Line 1": "8700 Centreville Rd Suite 400", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manassas", + "Physical Address State": "VA ", + "Physical Address Zip": "20108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14543130990415334", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500126", + "School District Name": "THE ASK ACADEMY", + "Physical Address Line 1": "4550 SUNDT RD NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIO RANCHO", + "Physical Address State": "NM ", + "Physical Address Zip": "87124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102390", + "School District Name": "MANASSAS PARK CITY PBLC SCHS", + "Physical Address Line 1": "One Park Center Ct Ste A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manassas Park", + "Physical Address State": "VA ", + "Physical Address Zip": "20111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11644502108336037", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500127", + "School District Name": "TAOS INTEGRATED SCHOOL OF THE ARTS", + "Physical Address Line 1": "123 MANZANARES ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAOS", + "Physical Address State": "NM ", + "Physical Address Zip": "87571", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508550", + "School District Name": "Manawa School District", + "Physical Address Line 1": "800 Beech St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manawa", + "Physical Address State": "WI ", + "Physical Address Zip": "54949", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1295215869311552", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702610", + "School District Name": "Manchester", + "Physical Address Line 1": "215 East Fort ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "TN ", + "Physical Address Zip": "37355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2077764277035237", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200017", + "School District Name": "Manchester Academic CS", + "Physical Address Line 1": "1214 Liverpool St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15233", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500135", + "School District Name": "MONTESSORI ELEMENTARY SCHOOL", + "Physical Address Line 1": "1730 MONTANO RD NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87107", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900189", + "School District Name": "Mandaree Day School", + "Physical Address Line 1": "1 Warrior Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mandaree", + "Physical Address State": "ND", + "Physical Address Zip": "58757", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500136", + "School District Name": "SOUTHWEST PREPARATORY LEARNING CENTER", + "Physical Address Line 1": "10301 CANDELARIA RD NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87112", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600137", + "School District Name": "MANHATTAN CHARTER SCHOOL", + "Physical Address Line 1": "100 ATTORNEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10002", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500137", + "School District Name": "SOUTHWEST SECONDARY LEARNING CENTER", + "Physical Address Line 1": "10301 CANDELARIA RD NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87112", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601079", + "School District Name": "MANHATTAN CHARTER SCHOOL II", + "Physical Address Line 1": "220 HENRY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10002", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4214550", + "School District Name": "Manheim Central SD", + "Physical Address Line 1": "281 White Oak Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manheim", + "Physical Address State": "PA ", + "Physical Address Zip": "17545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06944444444444445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4214580", + "School District Name": "Manheim Township SD", + "Physical Address Line 1": "450A Candlewyck Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "PA ", + "Physical Address Zip": "17601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05370242214532872", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500142", + "School District Name": "THE GREAT ACADEMY", + "Physical Address Line 1": "6001-A SAN MATEO BLVD NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500143", + "School District Name": "RED RIVER VALLEY CHARTER SCHOOL", + "Physical Address Line 1": "500 EAST HIGH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RED RIVER", + "Physical Address State": "NM ", + "Physical Address Zip": "87558", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508610", + "School District Name": "Manitowoc School District", + "Physical Address Line 1": "2902 Lindbergh Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manitowoc", + "Physical Address State": "WI ", + "Physical Address Zip": "54221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1399901299555848", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500148", + "School District Name": "MISSION ACHIEVEMENT AND SUCCESS", + "Physical Address Line 1": "1718 YALE BLVD SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828890", + "School District Name": "MANOR ISD", + "Physical Address Line 1": "10335 HWY 290 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANOR", + "Physical Address State": "TX ", + "Physical Address Zip": "78653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1665395372489194", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828920", + "School District Name": "MANSFIELD ISD", + "Physical Address Line 1": "605 E BROAD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANSFIELD", + "Physical Address State": "TX ", + "Physical Address Zip": "76063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09876071964781026", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3500151", + "School District Name": "SW AERONAUTICS MATHEMATICS AND SCIENCE ACADEMY", + "Physical Address Line 1": "4100 AEROSPACE PKWY BW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87121", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304710", + "School District Name": "Mansfield School District", + "Physical Address Line 1": "491 RD 14NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANSFIELD", + "Physical Address State": "WA ", + "Physical Address Zip": "98830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3068181818181818", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304740", + "School District Name": "Manson School District", + "Physical Address Line 1": "135 S. HILL STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MANSON", + "Physical Address State": "WA ", + "Physical Address Zip": "98831", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17014446227929375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500153", + "School District Name": "MCCURDY CHARTER SCHOOL", + "Physical Address Line 1": "515 CALLE ARBOLERA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ESPANOLA", + "Physical Address State": "NM ", + "Physical Address Zip": "87532", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900148", + "School District Name": "Many Farms Community School", + "Physical Address Line 1": "2600 Lakeview Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Many Farms", + "Physical Address State": "AZ", + "Physical Address Zip": "86538", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900161", + "School District Name": "Many Farms High School", + "Physical Address Line 1": "N Hwy 191", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Many Farms", + "Physical Address State": "AZ", + "Physical Address Zip": "86538", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500156", + "School District Name": "NEW AMERICA SCHOOL - LAS CRUCES", + "Physical Address Line 1": "207 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAS CRUCES", + "Physical Address State": "NM ", + "Physical Address Zip": "88001", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500158", + "School District Name": "WALATOWA CHARTER HIGH", + "Physical Address Line 1": "147 BEAR HEAD CANYON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JEMEZ PUEBLO", + "Physical Address State": "NM ", + "Physical Address Zip": "87024", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500160", + "School District Name": "NEW MEXICO CONNECTIONS ACADEMY", + "Physical Address Line 1": "130 SIRINGO ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTA FE", + "Physical Address State": "NM ", + "Physical Address Zip": "87505", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500163", + "School District Name": "TAOS INTERNATIONAL SCHOOL", + "Physical Address Line 1": "118 ESTE ES ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAOS", + "Physical Address State": "NM ", + "Physical Address Zip": "87571", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504770", + "School District Name": "Maple Dale-Indian Hill School District", + "Physical Address Line 1": "8377 N Port Washington Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fox Point", + "Physical Address State": "WI ", + "Physical Address Zip": "53217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04017857142857143", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099923", + "School District Name": "Maple Run Supervisory District", + "Physical Address Line 1": "28 Catherine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Albans", + "Physical Address State": "VT ", + "Physical Address Zip": "05478", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12479061976549413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000399", + "School District Name": "Maple Run Unified School District", + "Physical Address Line 1": "28 Catherine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Albans", + "Physical Address State": "VT ", + "Physical Address Zip": "05478", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508640", + "School District Name": "Maple School District", + "Physical Address Line 1": "4751 S County Road F", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maple", + "Physical Address State": "WI ", + "Physical Address Zip": "54854", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10036363636363636", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500170", + "School District Name": "MONTE DEL SOL CHARTER", + "Physical Address Line 1": "4157 WALKING RAIN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTA FE", + "Physical Address State": "NM ", + "Physical Address Zip": "87507", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905139", + "School District Name": "Maplewood Career Center District", + "Physical Address Line 1": "7075 State Route 88", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ravenna", + "Physical Address State": "OH ", + "Physical Address Zip": "44266", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500171", + "School District Name": "TURQUOISE TRAIL CHARTER SCHOOL", + "Physical Address Line 1": "13A SAN MARCOS LOOP", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTA FE", + "Physical Address State": "NM ", + "Physical Address Zip": "87508", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508670", + "School District Name": "Marathon City School District", + "Physical Address Line 1": "204 East St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marathon", + "Physical Address State": "WI ", + "Physical Address Zip": "54448", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.043478260869565216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500172", + "School District Name": "SANDOVAL ACADEMY OF BILINGUAL EDUCATION", + "Physical Address Line 1": "4321 FULCRUM WAY NE SUITE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIO RANCHO", + "Physical Address State": "NM ", + "Physical Address Zip": "87144", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500019", + "School District Name": "Marathon Co CDEB", + "Physical Address Line 1": "1200 Lakeview Dr", + "Physical Address Line 2": "Ste 350", + "Physical Address Line 3": "", + "Physical Address City": "Wausau", + "Physical Address State": "WI ", + "Physical Address Zip": "54403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500173", + "School District Name": "TIERRA ENCANTADA CHARTER SCHOOL", + "Physical Address Line 1": "4601 MISSION BEND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTA FE", + "Physical Address State": "NM ", + "Physical Address Zip": "87507", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4828980", + "School District Name": "MARATHON ISD", + "Physical Address Line 1": "109 NE 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARATHON", + "Physical Address State": "TX ", + "Physical Address Zip": "79842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14754098360655737", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829010", + "School District Name": "MARBLE FALLS ISD", + "Physical Address Line 1": "1800 COLT CIR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARBLE FALLS", + "Physical Address State": "TX ", + "Physical Address Zip": "78654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16223977027997127", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500176", + "School District Name": "ROOTS AND WINGS COMMUNITY", + "Physical Address Line 1": "35 OLD LAMA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUESTA", + "Physical Address State": "NM ", + "Physical Address Zip": "87556", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500177", + "School District Name": "SIX DIRECTIONS INDIGENOUS SCHOOL", + "Physical Address Line 1": "203 E PINE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GALLUP", + "Physical Address State": "NM ", + "Physical Address Zip": "87301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4214730", + "School District Name": "Marion Center Area SD", + "Physical Address Line 1": "22820 Route 403 Hwy N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion Center", + "Physical Address State": "PA ", + "Physical Address Zip": "15759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1804556354916067", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4214760", + "School District Name": "Marple Newtown SD", + "Physical Address Line 1": "40 Media Line Rd Ste 204", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newtown Square", + "Physical Address State": "PA ", + "Physical Address Zip": "19073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05213903743315508", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4214790", + "School District Name": "Mars Area SD", + "Physical Address Line 1": "545 Route 228", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mars", + "Physical Address State": "PA ", + "Physical Address Zip": "16046", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0361958836053939", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4214880", + "School District Name": "McGuffey SD", + "Physical Address Line 1": "90 McGuffey Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Claysville", + "Physical Address State": "PA ", + "Physical Address Zip": "15323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10391730141458107", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4214940", + "School District Name": "McKeesport Area SD", + "Physical Address Line 1": "3590 O'Neil Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McKeesport", + "Physical Address State": "PA ", + "Physical Address Zip": "15132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3030826140567201", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500183", + "School District Name": "SOLARE COLLEGIATE CHARTER SCHOOL", + "Physical Address Line 1": "1623 LA VEGA DR SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500184", + "School District Name": "RAICES DEL SABER XINACHTLI COMMUNITY SCHOOL", + "Physical Address Line 1": "2211 NORTH VALLEY DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAS CRUCES", + "Physical Address State": "NM ", + "Physical Address Zip": "87007", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215030", + "School District Name": "Mechanicsburg Area SD", + "Physical Address Line 1": "600 S Norway St", + "Physical Address Line 2": "2nd Floor", + "Physical Address Line 3": "", + "Physical Address City": "Mechanicsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08929276965626234", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215120", + "School District Name": "Mercer Area SD", + "Physical Address Line 1": "545 W Butler St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mercer", + "Physical Address State": "PA ", + "Physical Address Zip": "16137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1484437350359138", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500186", + "School District Name": "MIDDLE COLLEGE HIGH SCHOOL CHARTER - GALLUP", + "Physical Address Line 1": "200 COLLEGE RD 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GALLUP", + "Physical Address State": "NM ", + "Physical Address Zip": "87301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4214250", + "School District Name": "Methacton SD", + "Physical Address Line 1": "1001 Kriebel Mill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eagleville", + "Physical Address State": "PA ", + "Physical Address Zip": "19403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04236436704621567", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215150", + "School District Name": "Meyersdale Area SD", + "Physical Address Line 1": "309 Industrial Park Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meyersdale", + "Physical Address State": "PA ", + "Physical Address Zip": "15552", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2411764705882353", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500189", + "School District Name": "THRIVE COMMUNITY SCHOOL", + "Physical Address Line 1": "NO STREET ADDRESS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTA FE", + "Physical Address State": "NM ", + "Physical Address Zip": "87507", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215170", + "School District Name": "Mid Valley SD", + "Physical Address Line 1": "52 Underwood Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Throop", + "Physical Address State": "PA ", + "Physical Address Zip": "18512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15638766519823788", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3500190", + "School District Name": "RIO GRANDE ACADEMY OF FINE ARTS", + "Physical Address Line 1": "NO STREET ADDRESS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBUQUERQUE", + "Physical Address State": "NM ", + "Physical Address Zip": "87110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215210", + "School District Name": "Midd-West SD", + "Physical Address Line 1": "568 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middleburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11395511921458626", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215240", + "School District Name": "Middletown Area SD", + "Physical Address Line 1": "55 W Water St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middletown", + "Physical Address State": "PA ", + "Physical Address Zip": "17057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14121232644768034", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829040", + "School District Name": "MARFA ISD", + "Physical Address Line 1": "400 W LINCOLN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARFA", + "Physical Address State": "TX ", + "Physical Address Zip": "79843", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24183006535947713", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215270", + "School District Name": "Midland Borough SD", + "Physical Address Line 1": "173 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Midland", + "Physical Address State": "PA ", + "Physical Address Zip": "15059", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.29797979797979796", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215290", + "School District Name": "Mifflin County SD", + "Physical Address Line 1": "201 Eighth St - Highland Park", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewistown", + "Physical Address State": "PA ", + "Physical Address Zip": "17044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21761006289308177", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226010", + "School District Name": "Mifflinburg Area SD", + "Physical Address Line 1": "178 Maple St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mifflinburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17844", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12448751397689153", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215330", + "School District Name": "Millcreek Township SD", + "Physical Address Line 1": "3740 W 26th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erie", + "Physical Address State": "PA ", + "Physical Address Zip": "16506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11224489795918367", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215360", + "School District Name": "Millersburg Area SD", + "Physical Address Line 1": "799 Center St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millersburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12461380020597322", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900144", + "School District Name": "Maria Montessori Academy", + "Physical Address Line 1": "2505 N 200 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OGDEN", + "Physical Address State": "UT ", + "Physical Address Zip": "84414", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215450", + "School District Name": "Millville Area SD", + "Physical Address Line 1": "330 East Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millville", + "Physical Address State": "PA ", + "Physical Address Zip": "17846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.178359096313912", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215480", + "School District Name": "Milton Area SD", + "Physical Address Line 1": "700 Mahoning St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milton", + "Physical Address State": "PA ", + "Physical Address Zip": "17847", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15398308856252782", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200079", + "School District Name": "Mariana Bracetti Academy CS", + "Physical Address Line 1": "1840 Torresdale Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215510", + "School District Name": "Minersville Area SD", + "Physical Address Line 1": "Battlin Miner Dr & Low Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minersville", + "Physical Address State": "PA ", + "Physical Address Zip": "17954", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1861662987490802", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900167", + "School District Name": "Mariano Lake Community School", + "Physical Address Line 1": "Navajo Route 49", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crownpoint", + "Physical Address State": "NM", + "Physical Address Zip": "87313", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215540", + "School District Name": "Mohawk Area SD", + "Physical Address Line 1": "385 Mohawk School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Castle", + "Physical Address State": "PA ", + "Physical Address Zip": "16102", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13738441215323646", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215600", + "School District Name": "Monessen City SD", + "Physical Address Line 1": "1275 Rostraver St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monessen", + "Physical Address State": "PA ", + "Physical Address Zip": "15062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.26853932584269663", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217100", + "School District Name": "Moniteau SD", + "Physical Address Line 1": "1810 W Sunbury Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Sunbury", + "Physical Address State": "PA ", + "Physical Address Zip": "16061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11874533233756535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215660", + "School District Name": "Montgomery Area SD", + "Physical Address Line 1": "120 Penn St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montgomery", + "Physical Address State": "PA ", + "Physical Address Zip": "17752", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12408163265306123", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215720", + "School District Name": "Montour SD", + "Physical Address Line 1": "225 Clever Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mc Kees Rocks", + "Physical Address State": "PA ", + "Physical Address Zip": "15136", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0688", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215750", + "School District Name": "Montoursville Area SD", + "Physical Address Line 1": "50 N Arch St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montoursville", + "Physical Address State": "PA ", + "Physical Address Zip": "17754", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08078910286519493", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215810", + "School District Name": "Montrose Area SD", + "Physical Address Line 1": "273 Meteor Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montrose", + "Physical Address State": "PA ", + "Physical Address Zip": "18801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13034033309196236", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215830", + "School District Name": "Moon Area SD", + "Physical Address Line 1": "8353 University Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moon Township", + "Physical Address State": "PA ", + "Physical Address Zip": "15108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05630981526819497", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215900", + "School District Name": "Morrisville Borough SD", + "Physical Address Line 1": "550 W Palmer St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morrisville", + "Physical Address State": "PA ", + "Physical Address Zip": "19067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15268225584594222", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215960", + "School District Name": "Moshannon Valley SD", + "Physical Address Line 1": "4934 Green Acre Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Houtzdale", + "Physical Address State": "PA ", + "Physical Address Zip": "16651", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1856492027334852", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4215990", + "School District Name": "Mount Carmel Area SD", + "Physical Address Line 1": "600 W 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Carmel", + "Physical Address State": "PA ", + "Physical Address Zip": "17851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18667504714016342", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216110", + "School District Name": "Mt Lebanon SD", + "Physical Address Line 1": "7 Horsman Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15228", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03828483920367534", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216170", + "School District Name": "Mount Pleasant Area SD", + "Physical Address Line 1": "271 State Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Pleasant", + "Physical Address State": "PA ", + "Physical Address Zip": "15666", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1397360036413291", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216020", + "School District Name": "Mount Union Area SD", + "Physical Address Line 1": "603 North Industrial Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Union", + "Physical Address State": "PA ", + "Physical Address Zip": "17066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22246376811594204", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216050", + "School District Name": "Mountain View SD", + "Physical Address Line 1": "11748 State Route 106", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingsley", + "Physical Address State": "PA ", + "Physical Address Zip": "18826", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14636449480642116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216200", + "School District Name": "Muhlenberg SD", + "Physical Address Line 1": "801 Bellevue Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reading", + "Physical Address State": "PA ", + "Physical Address Zip": "19605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14803289619915536", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216230", + "School District Name": "Muncy SD", + "Physical Address Line 1": "206 Sherman St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muncy", + "Physical Address State": "PA ", + "Physical Address Zip": "17756", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09287646528403967", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3501560", + "School District Name": "WEST LAS VEGAS PUBLIC SCHOOLS", + "Physical Address Line 1": "179 BRIDGE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAS VEGAS", + "Physical Address State": "NM ", + "Physical Address Zip": "87701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3145615446500402", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216380", + "School District Name": "Nazareth Area SD", + "Physical Address Line 1": "One Education Plaza", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nazareth", + "Physical Address State": "PA ", + "Physical Address Zip": "18064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04737516005121639", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216410", + "School District Name": "Neshaminy SD", + "Physical Address Line 1": "2001 Old Lincoln Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Langhorne", + "Physical Address State": "PA ", + "Physical Address Zip": "19047", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06429610767551837", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508700", + "School District Name": "Marinette School District", + "Physical Address Line 1": "2139 Pierce Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marinette", + "Physical Address State": "WI ", + "Physical Address Zip": "54143", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14920224234583873", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216440", + "School District Name": "Neshannock Township SD", + "Physical Address Line 1": "3834 Mitchell Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Castle", + "Physical Address State": "PA ", + "Physical Address Zip": "16105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06424581005586592", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216530", + "School District Name": "New Brighton Area SD", + "Physical Address Line 1": "3225 43rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Brighton", + "Physical Address State": "PA ", + "Physical Address Zip": "15066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21470396877033182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216620", + "School District Name": "New Castle Area SD", + "Physical Address Line 1": "420 Fern St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Castle", + "Physical Address State": "PA ", + "Physical Address Zip": "16101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.30960648148148145", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503908", + "School District Name": "Marion 10", + "Physical Address Line 1": "719 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "SC ", + "Physical Address Zip": "29571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.35195758564437196", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216860", + "School District Name": "New Hope-Solebury SD", + "Physical Address Line 1": "180 W Bridge St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Hope", + "Physical Address State": "PA ", + "Physical Address Zip": "18938", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.041191381495564006", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216740", + "School District Name": "New Kensington-Arnold SD", + "Physical Address Line 1": "707 Stevenson Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Kensington", + "Physical Address State": "PA ", + "Physical Address Zip": "15068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3070362473347548", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216890", + "School District Name": "Newport SD", + "Physical Address Line 1": "420 Fickes Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "PA ", + "Physical Address Zip": "17074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1553556827473426", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216980", + "School District Name": "Norristown Area SD", + "Physical Address Line 1": "401 N Whitehall Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norristown", + "Physical Address State": "PA ", + "Physical Address Zip": "19403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21738197424892705", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217010", + "School District Name": "North Allegheny SD", + "Physical Address Line 1": "200 Hillvue Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15237", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.029910576626580327", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217130", + "School District Name": "North Clarion County SD", + "Physical Address Line 1": "10439 Route 36", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tionesta", + "Physical Address State": "PA ", + "Physical Address Zip": "16353", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12382234185733512", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217160", + "School District Name": "North East SD", + "Physical Address Line 1": "50 E Division St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North East", + "Physical Address State": "PA ", + "Physical Address Zip": "16428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.15652654867256638", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502010", + "School District Name": "PECOS INDEPENDENT SCHOOLS", + "Physical Address Line 1": "28 N. PANTHER PKWY & HIGHWAY 6", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PECOS", + "Physical Address State": "NM ", + "Physical Address Zip": "87552", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2226027397260274", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217220", + "School District Name": "North Hills SD", + "Physical Address Line 1": "135 6th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15229", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06779661016949153", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502040", + "School District Name": "PENASCO INDEPENDENT SCHOOLS", + "Physical Address Line 1": "13 SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PENASCO", + "Physical Address State": "NM ", + "Physical Address Zip": "87553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24545454545454545", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217280", + "School District Name": "North Penn SD", + "Physical Address Line 1": "401 E Hancock St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lansdale", + "Physical Address State": "PA ", + "Physical Address Zip": "19446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0649631324688533", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502070", + "School District Name": "POJOAQUE VALLEY PUBLIC SCHOOLS", + "Physical Address Line 1": "1574 STATE ROAD 502 WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTA FE", + "Physical Address State": "NM ", + "Physical Address Zip": "87506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14561294337274425", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217310", + "School District Name": "North Pocono SD", + "Physical Address Line 1": "701 Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moscow", + "Physical Address State": "PA ", + "Physical Address Zip": "18444", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10273381294964029", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502100", + "School District Name": "PORTALES MUNICIPAL SCHOOLS", + "Physical Address Line 1": "501 SOUTH ABILENE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORTALES", + "Physical Address State": "NM ", + "Physical Address Zip": "88130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2752864157119476", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702640", + "School District Name": "Marion County", + "Physical Address Line 1": "204 Betsy Pack DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jasper", + "Physical Address State": "TN ", + "Physical Address Zip": "37347", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21512447158290277", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502130", + "School District Name": "QUEMADO INDEPENDENT SCHOOLS", + "Physical Address Line 1": "3484 HWY 60", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUEMADO", + "Physical Address State": "NM ", + "Physical Address Zip": "87829", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210110", + "School District Name": "North Schuylkill SD", + "Physical Address Line 1": "15 Academy Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "PA ", + "Physical Address Zip": "17921", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15411558669001751", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502160", + "School District Name": "QUESTA INDEPENDENT SCHOOLS", + "Physical Address Line 1": "2556A WILDCAT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUESTA", + "Physical Address State": "NM ", + "Physical Address Zip": "87556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2868369351669941", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4210115", + "School District Name": "North Star SD", + "Physical Address Line 1": "1200 Morris Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boswell", + "Physical Address State": "PA ", + "Physical Address Zip": "15531", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16722408026755853", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502190", + "School District Name": "RATON PUBLIC SCHOOLS", + "Physical Address Line 1": "1550 TIGER CIRCLE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RATON", + "Physical Address State": "NM ", + "Physical Address Zip": "87740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2997946611909651", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400720", + "School District Name": "MARION COUNTY SCHOOLS", + "Physical Address Line 1": "1516 MARY LOU RETTON DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAIRMONT", + "Physical Address State": "WV ", + "Physical Address Zip": "26554", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17283502660861153", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502220", + "School District Name": "RESERVE PUBLIC SCHOOLS", + "Physical Address Line 1": "24 MOUNTAINEER RD.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RESERVE", + "Physical Address State": "NM ", + "Physical Address Zip": "87830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3229166666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217370", + "School District Name": "Northampton Area SD", + "Physical Address Line 1": "2014 Laubach Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northampton", + "Physical Address State": "PA ", + "Physical Address Zip": "18067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09292802016065523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502250", + "School District Name": "ROSWELL INDEPENDENT SCHOOLS", + "Physical Address Line 1": "300 N. KENTUCKY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSWELL", + "Physical Address State": "NM ", + "Physical Address Zip": "88201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3398883869253255", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502280", + "School District Name": "ROY MUNICIPAL SCHOOLS", + "Physical Address Line 1": "525 ROOSEVELT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROY", + "Physical Address State": "NM ", + "Physical Address Zip": "87743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30952380952380953", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217460", + "School District Name": "Northeast Bradford SD", + "Physical Address Line 1": "526 Panther Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rome", + "Physical Address State": "PA ", + "Physical Address Zip": "18837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15920915712799166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502310", + "School District Name": "RUIDOSO MUNICIPAL SCHOOLS", + "Physical Address Line 1": "200 HORTON CIRCLE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RUIDOSO", + "Physical Address State": "NM ", + "Physical Address Zip": "88345", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.28685470995210216", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217520", + "School District Name": "Northeastern York SD", + "Physical Address Line 1": "41 Harding St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manchester", + "Physical Address State": "PA ", + "Physical Address Zip": "17345", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09428571428571429", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502340", + "School District Name": "SAN JON MUNICIPAL SCHOOLS", + "Physical Address Line 1": "7TH & ELM STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN JON", + "Physical Address State": "NM ", + "Physical Address Zip": "88434", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16176470588235295", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217580", + "School District Name": "Northern Bedford County SD", + "Physical Address Line 1": "152 NBC Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loysburg", + "Physical Address State": "PA ", + "Physical Address Zip": "16659", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11589403973509933", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502370", + "School District Name": "SANTA FE PUBLIC SCHOOLS", + "Physical Address Line 1": "610 ALTA VISTA ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTA FE", + "Physical Address State": "NM ", + "Physical Address Zip": "87501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1552732532545123", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217610", + "School District Name": "Northern Cambria SD", + "Physical Address Line 1": "601 Joseph St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Northern Cambria", + "Physical Address State": "PA ", + "Physical Address Zip": "15714", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14695945945945946", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502400", + "School District Name": "SANTA ROSA CONSOLIDATED SCHOOLS", + "Physical Address Line 1": "344 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTA ROSA", + "Physical Address State": "NM ", + "Physical Address Zip": "88435", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2783018867924528", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829100", + "School District Name": "MARION ISD", + "Physical Address Line 1": "211 W OTTO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARION", + "Physical Address State": "TX ", + "Physical Address Zip": "78124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13092852371409486", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502430", + "School District Name": "SILVER CONSOLIDATED SCHOOLS", + "Physical Address Line 1": "2810 N. SWAN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SILVER CITY", + "Physical Address State": "NM ", + "Physical Address Zip": "88061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.24467713787085515", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217640", + "School District Name": "Northern Lebanon SD", + "Physical Address Line 1": "345 School Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fredericksburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07510800930541708", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502460", + "School District Name": "SOCORRO CONSOLIDATED SCHOOLS", + "Physical Address Line 1": "700 FRANKLIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOCORRO", + "Physical Address State": "NM ", + "Physical Address Zip": "87801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.32175925925925924", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217670", + "School District Name": "Northern Lehigh SD", + "Physical Address Line 1": "1201 Shadow Oaks Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Slatington", + "Physical Address State": "PA ", + "Physical Address Zip": "18080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14235938277750124", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502490", + "School District Name": "SPRINGER MUNICIPAL SCHOOLS", + "Physical Address Line 1": "1401 8TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGER", + "Physical Address State": "NM ", + "Physical Address Zip": "87747", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.287292817679558", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502520", + "School District Name": "TAOS MUNICIPAL SCHOOLS", + "Physical Address Line 1": "310 CAMINO DE LA PLACITA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAOS", + "Physical Address State": "NM ", + "Physical Address Zip": "87571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2707373271889401", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217700", + "School District Name": "Northern Potter SD", + "Physical Address Line 1": "745 Northern Potter Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ulysses", + "Physical Address State": "PA ", + "Physical Address Zip": "16948", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2503597122302158", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502550", + "School District Name": "TATUM MUNICIPAL SCHOOLS", + "Physical Address Line 1": "306 WEST 3RD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TATUM", + "Physical Address State": "NM ", + "Physical Address Zip": "88267", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2589641434262948", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901609", + "School District Name": "Marion Preparatory Academy", + "Physical Address Line 1": "1001 Mount Vernon Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "OH ", + "Physical Address Zip": "43302", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502580", + "School District Name": "TEXICO MUNICIPAL SCHOOLS", + "Physical Address Line 1": "520 N. GRIFFIN ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEXICO", + "Physical Address State": "NM ", + "Physical Address Zip": "88135", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23255813953488372", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217730", + "School District Name": "Northern Tioga SD", + "Physical Address Line 1": "110 Ellison Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkland", + "Physical Address State": "PA ", + "Physical Address Zip": "16920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20759962928637626", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502610", + "School District Name": "T OR C MUNICIPAL SCHOOLS", + "Physical Address Line 1": "180 NORTH DATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "T OR C", + "Physical Address State": "NM ", + "Physical Address Zip": "87901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.40586080586080586", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217760", + "School District Name": "Northern York County SD", + "Physical Address Line 1": "650 S Baltimore St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dillsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06719924812030076", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502640", + "School District Name": "TUCUMCARI PUBLIC SCHOOLS", + "Physical Address Line 1": "700 WEST AMAROSA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUCUMCARI", + "Physical Address State": "NM ", + "Physical Address Zip": "88401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3342293906810036", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217770", + "School District Name": "Northgate SD", + "Physical Address Line 1": "591 Union Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15202", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15632183908045977", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502670", + "School District Name": "TULAROSA MUNICIPAL SCHOOLS", + "Physical Address Line 1": "504 FIRST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TULAROSA", + "Physical Address State": "NM ", + "Physical Address Zip": "88352", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.35530921820303385", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508730", + "School District Name": "Marion School District", + "Physical Address Line 1": "1001 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "WI ", + "Physical Address Zip": "54950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19939577039274925", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502730", + "School District Name": "WAGON MOUND PUBLIC SCHOOLS", + "Physical Address Line 1": "300 PARK AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAGON MOUND", + "Physical Address State": "NM ", + "Physical Address Zip": "87752", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3392857142857143", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217790", + "School District Name": "Northwest Area SD", + "Physical Address Line 1": "243 Thorne Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shickshinny", + "Physical Address State": "PA ", + "Physical Address Zip": "18655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11073541842772612", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3502800", + "School District Name": "ZUNI PUBLIC SCHOOLS", + "Physical Address Line 1": "12 TWIN BUTTES DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ZUNI", + "Physical Address State": "NM ", + "Physical Address Zip": "87327", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3234323432343234", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4645450", + "School District Name": "Marion School District 60-3", + "Physical Address Line 1": "100 S Cedar St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "SD ", + "Physical Address Zip": "57043", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08480565371024736", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217850", + "School District Name": "Northwestern Lehigh SD", + "Physical Address Line 1": "6493 Route 309", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Tripoli", + "Physical Address State": "PA ", + "Physical Address Zip": "18066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.055927530523828275", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600002", + "School District Name": "SAUQUOIT VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2601 ONEIDA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAUQUOIT", + "Physical Address State": "NY ", + "Physical Address Zip": "13456", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1211556383970177", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217880", + "School District Name": "Northwestern SD", + "Physical Address Line 1": "100 Harthan Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albion", + "Physical Address State": "PA ", + "Physical Address Zip": "16401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1906832298136646", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600004", + "School District Name": "ROTTERDAM-MOHONASEN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2072 CURRY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCHENECTADY", + "Physical Address State": "NY ", + "Physical Address Zip": "12303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11786716557530402", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217940", + "School District Name": "Norwin SD", + "Physical Address Line 1": "281 McMahon Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Huntingdon", + "Physical Address State": "PA ", + "Physical Address Zip": "15642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06909547738693467", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218030", + "School District Name": "Octorara Area SD", + "Physical Address Line 1": "228 Highland Rd Suite 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atglen", + "Physical Address State": "PA ", + "Physical Address Zip": "19310", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13585009644530174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218090", + "School District Name": "Oil City Area SD", + "Physical Address Line 1": "825 Grandview Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oil City", + "Physical Address State": "PA ", + "Physical Address Zip": "16301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.23486328125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600008", + "School District Name": "SOUTH COUNTRY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "189 DUNTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST PATCHOGUE", + "Physical Address State": "NY ", + "Physical Address Zip": "11772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09055568259775898", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218120", + "School District Name": "Old Forge SD", + "Physical Address Line 1": "300 Marion St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Old Forge", + "Physical Address State": "PA ", + "Physical Address Zip": "18518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.159967845659164", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600009", + "School District Name": "SARANAC CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "32 EMMONS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DANNEMORA", + "Physical Address State": "NY ", + "Physical Address Zip": "12929", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1425793907971484", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218150", + "School District Name": "Oley Valley SD", + "Physical Address Line 1": "17 Jefferson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oley", + "Physical Address State": "PA ", + "Physical Address Zip": "19547", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.082010582010582", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200123", + "School District Name": "Maritime Academy CS", + "Physical Address Line 1": "2275 Bridge St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19137", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600011", + "School District Name": "WAYLAND-COHOCTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2350 RT 63", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAYLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "14572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18993135011441648", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218210", + "School District Name": "Oswayo Valley SD", + "Physical Address Line 1": "277 S. Oswayo Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shinglehouse", + "Physical Address State": "PA ", + "Physical Address Zip": "16748", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1907514450867052", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900428", + "School District Name": "Maritime Academy of Toledo The", + "Physical Address Line 1": "803 Water St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43604", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218240", + "School District Name": "Otto-Eldred SD", + "Physical Address Line 1": "143 R L Sweitzer Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duke Center", + "Physical Address State": "PA ", + "Physical Address Zip": "16729", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13400335008375208", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600014", + "School District Name": "WATERLOO CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "109 WASHINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATERLOO", + "Physical Address State": "NY ", + "Physical Address Zip": "13165", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17135135135135135", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700077", + "School District Name": "Marjorie Williams Academy", + "Physical Address Line 1": "129 Allen Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crossnore", + "Physical Address State": "NC ", + "Physical Address Zip": "28616", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218270", + "School District Name": "Owen J Roberts SD", + "Physical Address Line 1": "901 Ridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pottstown", + "Physical Address State": "PA ", + "Physical Address Zip": "19465", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06097376004853633", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218300", + "School District Name": "Oxford Area SD", + "Physical Address Line 1": "125 Bell Tower Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxford", + "Physical Address State": "PA ", + "Physical Address Zip": "19363", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16269199676637025", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508760", + "School District Name": "Markesan School District", + "Physical Address Line 1": "100 E Vista Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Markesan", + "Physical Address State": "WI ", + "Physical Address Zip": "53946", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2132895816242822", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502970", + "School District Name": "Marlboro 01", + "Physical Address Line 1": "122 Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bennettsville", + "Physical Address State": "SC ", + "Physical Address Zip": "29512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3098306798079353", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600019", + "School District Name": "UNADILLA VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "4238 STATE HWY 8", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW BERLIN", + "Physical Address State": "NY ", + "Physical Address Zip": "13411", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24044943820224718", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5005400", + "School District Name": "Marlboro School District", + "Physical Address Line 1": "2669 Route 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marlboro", + "Physical Address State": "VT ", + "Physical Address Zip": "05344", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829130", + "School District Name": "MARLIN ISD", + "Physical Address Line 1": "678 SUCCESS DR B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARLIN", + "Physical Address State": "TX ", + "Physical Address Zip": "76661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.32094594594594594", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800005", + "School District Name": "MARMOT SCHOOLS", + "Physical Address Line 1": "701 16th Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mandan", + "Physical Address State": "ND ", + "Physical Address Zip": "58554", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600023", + "School District Name": "SULLIVAN WEST CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "33 SCHOOLHOUSE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JEFFERSONVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12748", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14430577223088922", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702670", + "School District Name": "Marshall County", + "Physical Address Line 1": "700 Jones CIR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewisburg", + "Physical Address State": "TN ", + "Physical Address Zip": "37091", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1534400263982841", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400750", + "School District Name": "MARSHALL COUNTY SCHOOLS", + "Physical Address Line 1": "214 MIDDLE GRAVE CREEK RD", + "Physical Address Line 2": "PO BOX 578", + "Physical Address Line 3": "", + "Physical Address City": "MOUNDSVILLE", + "Physical Address State": "WV ", + "Physical Address Zip": "26041", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.21052631578947367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600030", + "School District Name": "ROOSEVELT CHILDREN'S ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "105 PLEASANT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROOSEVELT", + "Physical Address State": "NY ", + "Physical Address Zip": "11575", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900101", + "School District Name": "Marshall High School", + "Physical Address Line 1": "4720 Roosevelt Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middletown", + "Physical Address State": "OH ", + "Physical Address Zip": "45044", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829160", + "School District Name": "MARSHALL ISD", + "Physical Address Line 1": "1305 E PINECREST DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARSHALL", + "Physical Address State": "TX ", + "Physical Address Zip": "75670", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22041166380789023", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508790", + "School District Name": "Marshall School District", + "Physical Address Line 1": "617 Madison St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marshall", + "Physical Address State": "WI ", + "Physical Address Zip": "53559", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14257228315054835", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600036", + "School District Name": "SOUTH BUFFALO CHARTER SCHOOL", + "Physical Address Line 1": "154 S OGDEN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14210", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508820", + "School District Name": "Marshfield Unified School District", + "Physical Address Line 1": "1010 E Fourth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marshfield", + "Physical Address State": "WI ", + "Physical Address Zip": "54449", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10018552875695733", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600038", + "School District Name": "TAPESTRY CHARTER SCHOOL", + "Physical Address Line 1": "65 GREAT ARROW AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14216", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829190", + "School District Name": "MART ISD", + "Physical Address Line 1": "1100 J L DAVIS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MART", + "Physical Address State": "TX ", + "Physical Address Zip": "76664", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17721518987341772", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829220", + "School District Name": "MARTINS MILL ISD", + "Physical Address Line 1": "301 F M 1861", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARTIN'S MILL", + "Physical Address State": "TX ", + "Physical Address Zip": "75754", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15324675324675324", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102400", + "School District Name": "MARTINSVILLE CITY PBLC SCHS", + "Physical Address Line 1": "746 Indian Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Martinsville", + "Physical Address State": "VA ", + "Physical Address Zip": "24112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2974121282348397", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829250", + "School District Name": "MARTINSVILLE ISD", + "Physical Address Line 1": "12952 STATE HWY 7 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NACOGDOCHES", + "Physical Address State": "TX ", + "Physical Address Zip": "75961", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22317596566523606", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900055", + "School District Name": "Marty Indian School", + "Physical Address Line 1": "100 South Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marty", + "Physical Address State": "SD", + "Physical Address Zip": "57361", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600055", + "School District Name": "MERRICK ACADEMY-QUEENS PUBLIC CHARTER SCHOOL", + "Physical Address Line 1": "136-25 218TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGFIELD GARDENS", + "Physical Address State": "NY ", + "Physical Address Zip": "11413", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600057", + "School District Name": "OUR WORLD NEIGHBORHOOD CHARTER SCHOOL", + "Physical Address Line 1": "36-12 35TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ASTORIA", + "Physical Address State": "NY ", + "Physical Address Zip": "11106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600059", + "School District Name": "RENAISSANCE CHARTER SCHOOL", + "Physical Address Line 1": "35-59 81ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JACKSON HEIGHTS", + "Physical Address State": "NY ", + "Physical Address Zip": "11372", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304800", + "School District Name": "Mary M Knight School District", + "Physical Address Line 1": "2987 W MATLOCK BRADY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELMA", + "Physical Address State": "WA ", + "Physical Address Zip": "98541", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.15942028985507245", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600060", + "School District Name": "RIVERHEAD CHARTER SCHOOL", + "Physical Address Line 1": "3685 MIDDLE COUNTRY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CALVERTON", + "Physical Address State": "NY ", + "Physical Address Zip": "11933", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600061", + "School District Name": "SISULU-WALKER CHARTER SCHOOL OF HARLEM", + "Physical Address Line 1": "125 W 115TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304830", + "School District Name": "Mary Walker School District", + "Physical Address Line 1": "500 N 4TH", + "Physical Address Line 2": "P.O. Box 159", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGDALE", + "Physical Address State": "WA ", + "Physical Address Zip": "99173", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23219814241486067", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304860", + "School District Name": "Marysville School District", + "Physical Address Line 1": "4220 80TH ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARYSVILLE", + "Physical Address State": "WA ", + "Physical Address Zip": "98270", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09638364779874214", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702700", + "School District Name": "Maryville", + "Physical Address Line 1": "833 Lawrence AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maryville", + "Physical Address State": "TN ", + "Physical Address Zip": "37803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10041407867494824", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600070", + "School District Name": "SOUTHSIDE ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "2200 ONONDAGA CREEK BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SYRACUSE", + "Physical Address State": "NY ", + "Physical Address Zip": "13207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400780", + "School District Name": "MASON COUNTY SCHOOLS", + "Physical Address Line 1": "1 EDUCATION LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POINT PLEASANT", + "Physical Address State": "WV ", + "Physical Address Zip": "25550", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22423328305681248", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600076", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT # 1", + "Physical Address Line 1": "166 ESSEX ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829280", + "School District Name": "MASON ISD", + "Physical Address Line 1": "200 FT MCKAVITT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MASON", + "Physical Address State": "TX ", + "Physical Address Zip": "76856", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19173553719008266", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600077", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT # 2", + "Physical Address Line 1": "333 7TH AVE-7TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3901410", + "School District Name": "Mason Run High School", + "Physical Address Line 1": "923 S James Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43227", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600078", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT # 3", + "Physical Address Line 1": "154 W 93RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600079", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT # 4", + "Physical Address Line 1": "319 E 117TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100109", + "School District Name": "MASSANUTTEN GOVERNOR'S SCH", + "Physical Address Line 1": "6375 South Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt. Jackson", + "Physical Address State": "VA ", + "Physical Address Zip": "22842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600081", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT # 5", + "Physical Address Line 1": "425 W 123RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10027", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100006", + "School District Name": "MASSANUTTEN TECH CTR", + "Physical Address Line 1": "325 Pleasant Valley Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisonburg", + "Physical Address State": "VA ", + "Physical Address Zip": "22801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200051", + "School District Name": "MAST Community CS", + "Physical Address Line 1": "1800 E Byberry Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600083", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT # 6", + "Physical Address Line 1": "4360 BROADWAY-RM 527", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4200891", + "School District Name": "MaST Community CS II", + "Physical Address Line 1": "6238 Rising Sun Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19111", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600084", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT # 7", + "Physical Address Line 1": "501 COURTLAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200903", + "School District Name": "MaST Community CS III", + "Physical Address Line 1": "1 Crown Way (12345 Roosevelt Blvd)", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19154", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600085", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT # 8", + "Physical Address Line 1": "601 STICKBALL BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4200084", + "School District Name": "Mastery CHS-Lenfest Campus", + "Physical Address Line 1": "35 S. 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600086", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT # 9", + "Physical Address Line 1": "450 ST PAUL'S PL-RM 204", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10456", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4200889", + "School District Name": "Mastery CS John Wister Elementary", + "Physical Address Line 1": "67 E Bringhurst Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19144", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600087", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #10", + "Physical Address Line 1": "1 FORDHAM PLAZA-RM 813", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10458", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4200862", + "School District Name": "Mastery CS-Cleveland Elementary", + "Physical Address Line 1": "3701 N. 19th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19140", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600088", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #11", + "Physical Address Line 1": "2750 THROOP AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10469", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4200840", + "School District Name": "Mastery CS-Clymer Elementary", + "Physical Address Line 1": "1201 W Rush Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19133", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200874", + "School District Name": "Mastery CS-Francis D. Pastorius Elementary", + "Physical Address Line 1": "5650 Sprague Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19138", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600090", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #12", + "Physical Address Line 1": "1970 W FARMS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4200851", + "School District Name": "Mastery CS-Gratz Campus", + "Physical Address Line 1": "1798 West Hunting Park Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19140", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600091", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #13", + "Physical Address Line 1": "355 PARK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11238", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200062", + "School District Name": "Mastery CS-Hardy Williams", + "Physical Address Line 1": "5400 Warrington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19143", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600092", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #15", + "Physical Address Line 1": "131 LIVINGSTON AVE-RM 301", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4200828", + "School District Name": "Mastery CS-Harrity Campus", + "Physical Address Line 1": "5601 Christian Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19143", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600094", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #16", + "Physical Address Line 1": "1010 LAFAYETTE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200831", + "School District Name": "Mastery CS-Mann Campus", + "Physical Address Line 1": "5376 W. Berks Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600095", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #17", + "Physical Address Line 1": "1224 PARK PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11213", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4200761", + "School District Name": "Mastery CS-Pickett Campus", + "Physical Address Line 1": "5700 Wayne Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19144", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600096", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #18", + "Physical Address Line 1": "1106 E 95TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200145", + "School District Name": "Mastery CS-Shoemaker Campus", + "Physical Address Line 1": "5301 Media Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600097", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #32", + "Physical Address Line 1": "797 BUSHWICK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200829", + "School District Name": "Mastery CS-Smedley Campus", + "Physical Address Line 1": "1790 Bridge Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600098", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #24", + "Physical Address Line 1": "98-50 50TH AVE-RM 102", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORONA", + "Physical Address State": "NY ", + "Physical Address Zip": "11368", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4200144", + "School District Name": "Mastery CS-Thomas Campus", + "Physical Address Line 1": "927 Johnston St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19148", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600099", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #26", + "Physical Address Line 1": "61-15 OCEANIA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BAYSIDE", + "Physical Address State": "NY ", + "Physical Address Zip": "11361", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200900", + "School District Name": "Mastery Prep Elementary CS", + "Physical Address Line 1": "1801 W. Pike Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19140", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600100", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #28", + "Physical Address Line 1": "90-27 SUTPHIN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JAMAICA", + "Physical Address State": "NY ", + "Physical Address Zip": "11435", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3600101", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #29", + "Physical Address Line 1": "222-14 JAMAICA AVE-RM 217", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUEENS VILLAGE", + "Physical Address State": "NY ", + "Physical Address Zip": "11428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4829370", + "School District Name": "MATAGORDA ISD", + "Physical Address Line 1": "717 WIGHTMAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MATAGORDA", + "Physical Address State": "TX ", + "Physical Address Zip": "77457", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3064516129032258", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600102", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #30", + "Physical Address Line 1": "28-11 QUEENS PLZ N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONG ISLAND CITY", + "Physical Address State": "NY ", + "Physical Address Zip": "11101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3600103", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #31", + "Physical Address Line 1": "715 OCEAN TERR-RM 129", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STATEN ISLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "10301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3600104", + "School District Name": "SYRACUSE ACADEMY OF SCIENCE CHARTER SCHOOL", + "Physical Address Line 1": "1001 PARK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SYRACUSE", + "Physical Address State": "NY ", + "Physical Address Zip": "13204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600106", + "School District Name": "WESTERN NEW YORK MARITIME CHARTER SCHOOL", + "Physical Address Line 1": "2193 S PARK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14220", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600107", + "School District Name": "WESTMINSTER COMMUNITY CHARTER SCHOOL", + "Physical Address Line 1": "24 WESTMINSTER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200056", + "School District Name": "Math Civics and Sciences CS", + "Physical Address Line 1": "447 N Broad St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19123", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601093", + "School District Name": "MATH ENGINEERING AND SCIENCE ACADEMY CHARTER HIGH SCHOOL", + "Physical Address Line 1": "231 PALMETTO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600109", + "School District Name": "OPPORTUNITY CHARTER SCHOOL", + "Physical Address Line 1": "240 W 113TH ST-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102430", + "School District Name": "MATHEWS CO PBLC SCHS", + "Physical Address Line 1": "Rt 611 63 Church Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mathews", + "Physical Address State": "VA ", + "Physical Address Zip": "23109", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14146341463414633", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829400", + "School District Name": "MATHIS ISD", + "Physical Address Line 1": "602 E SAN PATRICIO AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MATHIS", + "Physical Address State": "TX ", + "Physical Address Zip": "78368", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.31378865979381443", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600111", + "School District Name": "PHAROS ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "1001 INTERVALE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10459", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700405", + "School District Name": "Matthews Charter Academy", + "Physical Address Line 1": "2332 Mount Harmony Church Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Matthews", + "Physical Address State": "NC ", + "Physical Address Zip": "28104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829460", + "School District Name": "MAUD ISD", + "Physical Address Line 1": "389 HOUSTON DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAUD", + "Physical Address State": "TX ", + "Physical Address Zip": "75567", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19106699751861042", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700022", + "School District Name": "Maureen Joy Charter", + "Physical Address Line 1": "107 South Driver Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27703", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600115", + "School District Name": "WILLIAMSBURG CHARTER HIGH SCHOOL", + "Physical Address Line 1": "198 VARET ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702760", + "School District Name": "Maury County", + "Physical Address Line 1": "501 West 8th ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "TN ", + "Physical Address Zip": "38401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14591439688715954", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508850", + "School District Name": "Mauston School District", + "Physical Address Line 1": "510 Grayside Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mauston", + "Physical Address State": "WI ", + "Physical Address Zip": "53948", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15960912052117263", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600118", + "School District Name": "PENINSULA PREPARATORY ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "611 BEACH 19TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAR ROCKAWAY", + "Physical Address State": "NY ", + "Physical Address Zip": "11691", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829520", + "School District Name": "MAY ISD", + "Physical Address Line 1": "3400 CR 411 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAY", + "Physical Address State": "TX ", + "Physical Address Zip": "76857", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19494584837545126", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600119", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #14", + "Physical Address Line 1": "215 HEYWARD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11206", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600120", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #19", + "Physical Address Line 1": "557 PENNSYLVANIA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11207", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3600121", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #23", + "Physical Address Line 1": "2021 BERGEN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11233", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829580", + "School District Name": "MAYPEARL ISD", + "Physical Address Line 1": "309 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAYPEARL", + "Physical Address State": "TX ", + "Physical Address Zip": "76064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09596774193548387", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600122", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #25", + "Physical Address Line 1": "30-48 LINDEN PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLUSHING", + "Physical Address State": "NY ", + "Physical Address Zip": "11354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3600123", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #27", + "Physical Address Line 1": "82-01 ROCKAWAY BLVD-RM 460", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OZONE PARK", + "Physical Address State": "NY ", + "Physical Address Zip": "11416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5508880", + "School District Name": "Mayville School District", + "Physical Address Line 1": "N8210 Highway 28", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mayville", + "Physical Address State": "WI ", + "Physical Address Zip": "53050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07380373073803731", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829670", + "School District Name": "MCALLEN ISD", + "Physical Address Line 1": "2000 N 23RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCALLEN", + "Physical Address State": "TX ", + "Physical Address Zip": "78501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.3093994778067885", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600126", + "School District Name": "NEW YORK STATE DEPARTMENT OF CORRECTIONS", + "Physical Address Line 1": "1220 WASHINGTON AVE BLDG 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "NY ", + "Physical Address Zip": "12226", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829700", + "School District Name": "MCCAMEY ISD", + "Physical Address Line 1": "112 E 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCCAMEY", + "Physical Address State": "TX ", + "Physical Address Zip": "79752", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22336065573770492", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600127", + "School District Name": "NEW YORK STATE OFFICE MENTAL HEALTH (OMH)", + "Physical Address Line 1": "44 HOLLAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "NY ", + "Physical Address Zip": "12208", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304890", + "School District Name": "McCleary School District", + "Physical Address Line 1": "611 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCCLEARY", + "Physical Address State": "WA ", + "Physical Address Zip": "98557", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11226252158894647", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600131", + "School District Name": "NEW YORK STATE OFFICE OF CHILDREN AND FAMILY SERVICES (OCFS)", + "Physical Address Line 1": "CAPITAL VIEW OFFICE PARK", + "Physical Address Line 2": "52 WASHINGTON ST", + "Physical Address Line 3": "", + "Physical Address City": "RENSSELAER", + "Physical Address State": "NY ", + "Physical Address Zip": "12144", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400630", + "School District Name": "Middletown", + "Physical Address Line 1": "26 Oliphant Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middletown", + "Physical Address State": "RI ", + "Physical Address Zip": "02842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08901830282861897", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600133", + "School District Name": "NEW YORK STATE SCHOOL FOR THE BLIND", + "Physical Address Line 1": "2A RICHMOND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BATAVIA", + "Physical Address State": "NY ", + "Physical Address Zip": "14020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600134", + "School District Name": "URBAN CHOICE CHARTER SCHOOL", + "Physical Address Line 1": "1020 MAPLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14611", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400660", + "School District Name": "Narragansett", + "Physical Address Line 1": "25 Fifth Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Narragansett", + "Physical Address State": "RI ", + "Physical Address Zip": "02882", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08924302788844622", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600135", + "School District Name": "NYC SPECIAL SCHOOLS - DISTRICT 75", + "Physical Address Line 1": "400 FIRST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10010", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4601026", + "School District Name": "McCook Central School District 43-7", + "Physical Address Line 1": "200 E Essex Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "SD ", + "Physical Address Zip": "57058", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11652542372881355", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400690", + "School District Name": "New Shoreham", + "Physical Address Line 1": "New Shoreham School Department", + "Physical Address Line 2": "15 High Street", + "Physical Address Line 3": "", + "Physical Address City": "Block Island", + "Physical Address State": "RI ", + "Physical Address Zip": "02807", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11267605633802817", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400720", + "School District Name": "Newport", + "Physical Address Line 1": "15 Wickham Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "RI ", + "Physical Address Zip": "02840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21609798775153105", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503000", + "School District Name": "McCormick 01", + "Physical Address Line 1": "821 North Mine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McCormick", + "Physical Address State": "SC ", + "Physical Address Zip": "29835", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.301909307875895", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400750", + "School District Name": "North Kingstown", + "Physical Address Line 1": "100 Romano Vineyard Way", + "Physical Address Line 2": "Ste. 120", + "Physical Address Line 3": "", + "Physical Address City": "North Kingstown", + "Physical Address State": "RI ", + "Physical Address Zip": "02852", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07351891506067094", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400780", + "School District Name": "North Providence", + "Physical Address Line 1": "2240 Mineral Spring Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02911", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13069489185457892", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400810", + "School District Name": "North Smithfield", + "Physical Address Line 1": "1850 Providence Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Smithfield", + "Physical Address State": "RI ", + "Physical Address Zip": "02896", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06589785831960461", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600142", + "School District Name": "NYC AUTISM CHARTER SCHOOL EAST HARLEM", + "Physical Address Line 1": "433 E 100TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10029", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829760", + "School District Name": "MCDADE ISD", + "Physical Address Line 1": "156 MARLIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCDADE", + "Physical Address State": "TX ", + "Physical Address Zip": "78650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18950437317784258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600144", + "School District Name": "SOUTH BRONX CHARTER SCHOOL", + "Physical Address Line 1": "164 BRUCKNER BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10454", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600145", + "School District Name": "WILLIAMSBURG COLLEGIATE CHARTER SCHOOL", + "Physical Address Line 1": "157 WILSON ST-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11211", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400810", + "School District Name": "MCDOWELL COUNTY SCHOOLS", + "Physical Address Line 1": "30 CENTRAL AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WELCH", + "Physical Address State": "WV ", + "Physical Address Zip": "24801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.36512928022361985", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508910", + "School District Name": "McFarland School District", + "Physical Address Line 1": "5101 Farwell St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McFarland", + "Physical Address State": "WI ", + "Physical Address Zip": "53558", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03478964401294499", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829820", + "School District Name": "MCGREGOR ISD", + "Physical Address Line 1": "525 BLUEBONNET PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCGREGOR", + "Physical Address State": "TX ", + "Physical Address Zip": "76657", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1427486712224753", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600151", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #20", + "Physical Address Line 1": "415 89TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11209", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3600152", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #21", + "Physical Address Line 1": "501 WEST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11224", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600153", + "School District Name": "NEW YORK CITY GEOGRAPHIC DISTRICT #22", + "Physical Address Line 1": "5613-19 FLATLANDS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11234", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4646260", + "School District Name": "McIntosh School District 15-1", + "Physical Address Line 1": "511 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McIntosh", + "Physical Address State": "SD ", + "Physical Address Zip": "57641", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.5302013422818792", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600154", + "School District Name": "NEW YORK STATE SCHOOL FOR THE DEAF", + "Physical Address Line 1": "401 TURIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROME", + "Physical Address State": "NY ", + "Physical Address Zip": "13440", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280030", + "School District Name": "McKeesport Area Tech Ctr", + "Physical Address Line 1": "1960 Eden Park Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McKeesport", + "Physical Address State": "PA ", + "Physical Address Zip": "15132", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702790", + "School District Name": "McKenzie", + "Physical Address Line 1": "114 W Bell AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McKenzie", + "Physical Address State": "TN ", + "Physical Address Zip": "38201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21494542401343408", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829850", + "School District Name": "MCKINNEY ISD", + "Physical Address Line 1": "1 DUVALL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCKINNEY", + "Physical Address State": "TX ", + "Physical Address Zip": "75069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.080543780149101", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4646380", + "School District Name": "McLaughlin School District 15-2", + "Physical Address Line 1": "601 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McLaughlin", + "Physical Address State": "SD ", + "Physical Address Zip": "57642", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4798206278026906", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829880", + "School District Name": "MCLEAN ISD", + "Physical Address Line 1": "600 ROWE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCLEAN", + "Physical Address State": "TX ", + "Physical Address Zip": "79057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2692307692307692", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600161", + "School District Name": "SOUTH BRONX CLASSICAL CHARTER SCHOOL", + "Physical Address Line 1": "977 FOX ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10459", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829910", + "School District Name": "MCLEOD ISD", + "Physical Address Line 1": "19395 FARM RD 125", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCLEOD", + "Physical Address State": "TX ", + "Physical Address Zip": "75565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.304", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702820", + "School District Name": "McMinn County", + "Physical Address Line 1": "3 South Hill ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Athens", + "Physical Address State": "TN ", + "Physical Address Zip": "37303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18111898657819334", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4829940", + "School District Name": "MCMULLEN COUNTY ISD", + "Physical Address Line 1": "901 RIVER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TILDEN", + "Physical Address State": "TX ", + "Physical Address Zip": "78072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17204301075268819", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600164", + "School District Name": "NIAGARA CHARTER SCHOOL", + "Physical Address Line 1": "2077 LOCKPORT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NIAGARA FALLS", + "Physical Address State": "NY ", + "Physical Address Zip": "14304", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702880", + "School District Name": "McNairy County", + "Physical Address Line 1": "530 Mulberry AVE", + "Physical Address Line 2": "Suite 2", + "Physical Address Line 3": "", + "Physical Address City": "Selmer", + "Physical Address State": "TN ", + "Physical Address Zip": "38375", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20568720379146918", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100055", + "School District Name": "MCV/VA TREATMENT CTR", + "Physical Address Line 1": "515 N. 10th St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "VA ", + "Physical Address Zip": "23219", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600167", + "School District Name": "NEW HEIGHTS ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "1818 AMSTERDAM AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10031", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600169", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-HARLEM 1", + "Physical Address Line 1": "34 W 118TH ST-2ND FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304920", + "School District Name": "Mead School District", + "Physical Address Line 1": "2323 E Farwell Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEAD", + "Physical Address State": "WA ", + "Physical Address Zip": "99021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08071785626485291", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600173", + "School District Name": "TRUE NORTH ROCHESTER PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "630 BROOKS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14619", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4669930", + "School District Name": "Meade School District 46-1", + "Physical Address Line 1": "1230 Douglas St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sturgis", + "Physical Address State": "SD ", + "Physical Address Zip": "57785", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1056533827618165", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830000", + "School District Name": "MEADOW ISD", + "Physical Address Line 1": "604 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEADOW", + "Physical Address State": "TX ", + "Physical Address Zip": "79345", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1935483870967742", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801404", + "School District Name": "MEADOWLAND CHARTER DISTRICT", + "Physical Address Line 1": "216 E BLANCO RD STE 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOERNE", + "Physical Address State": "TX ", + "Physical Address Zip": "78006", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600947", + "School District Name": "NYS OFFICE FOR PEOPLE WITH DEVELOPMENTAL DISABILITIES", + "Physical Address Line 1": "44 HOLLAND AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "NY ", + "Physical Address Zip": "12229", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503030", + "School District Name": "Newberry 01", + "Physical Address Line 1": "3419 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newberry", + "Physical Address State": "SC ", + "Physical Address Zip": "29108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22327249022164278", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600948", + "School District Name": "NORTHSIDE CHARTER HIGH SCHOOL", + "Physical Address Line 1": "424 LEONARD ST-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102460", + "School District Name": "MECKLENBURG CO PBLC SCHS", + "Physical Address Line 1": "175 Mayfield Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boydton", + "Physical Address State": "VA ", + "Physical Address Zip": "23917", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22488389146907847", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600949", + "School District Name": "PAVE ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "732 HENRY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11231", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503060", + "School District Name": "Oconee 01", + "Physical Address Line 1": "414 South Pine Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walhalla", + "Physical Address State": "SC ", + "Physical Address Zip": "29691", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23358341060440024", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600950", + "School District Name": "ROCHESTER ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "841 GENESEE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14611", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600952", + "School District Name": "THE EQUITY PROJECT CHARTER SCHOOL", + "Physical Address Line 1": "549 AUDUBON AVE-TRAILER 30", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10040", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503910", + "School District Name": "Orangeburg", + "Physical Address Line 1": "102 Founder's Court", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orangeburg", + "Physical Address State": "SC ", + "Physical Address Zip": "29118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.4087516464217767", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600953", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-HARLEM 4", + "Physical Address Line 1": "240 W 113TH ST-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508940", + "School District Name": "Medford Area Public School District", + "Physical Address Line 1": "124 W State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medford", + "Physical Address State": "WI ", + "Physical Address Zip": "54451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11269430051813471", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600954", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-HARLEM 2", + "Physical Address Line 1": "144 E 128TH ST-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10035", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100040", + "School District Name": "MEDICAL COLLEGE OF VA", + "Physical Address Line 1": "600 East Broad Street", + "Physical Address Line 2": "Suite 620", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "VA ", + "Physical Address Zip": "23298", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304950", + "School District Name": "Medical Lake School District", + "Physical Address Line 1": "116 W THIRD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEDICAL LAKE", + "Physical Address State": "WA ", + "Physical Address Zip": "99022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09458720612356479", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600957", + "School District Name": "VOICE CHARTER SCHOOL OF NEW YORK", + "Physical Address Line 1": "36-24 12TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONG ISLAND CITY", + "Physical Address State": "NY ", + "Physical Address Zip": "11106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904845", + "School District Name": "Medina County ESC", + "Physical Address Line 1": "124 W Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medina", + "Physical Address State": "OH ", + "Physical Address Zip": "44256", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600958", + "School District Name": "ST. HOPE LEADERSHIP ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "222 W 134TH ST-RM 111", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10030", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3906210", + "School District Name": "Medina County Joint Vocational School District", + "Physical Address Line 1": "1101 W Liberty St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medina", + "Physical Address State": "OH ", + "Physical Address Zip": "44256", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600959", + "School District Name": "NYC CHARTER HS - AECI", + "Physical Address Line 1": "838 BROOK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10451", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830030", + "School District Name": "MEDINA ISD", + "Physical Address Line 1": "ONE BOBCAT LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEDINA", + "Physical Address State": "TX ", + "Physical Address Zip": "78055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21982758620689655", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600960", + "School District Name": "MOTT HAVEN ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "170 BROWN PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10454", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830060", + "School District Name": "MEDINA VALLEY ISD", + "Physical Address Line 1": "8449 F M 471 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASTROVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78009", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13762790027381466", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600962", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-HARLEM 3", + "Physical Address Line 1": "410 E 100TH ST-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10029", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702910", + "School District Name": "Meigs County", + "Physical Address Line 1": "345 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Decatur", + "Physical Address State": "TN ", + "Physical Address Zip": "37322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22808764940239043", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600963", + "School District Name": "UNIVERSITY PREP CHARTER HIGH SCHOOL", + "Physical Address Line 1": "600 ST ANN'S AVE-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10455", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830120", + "School District Name": "MELISSA ISD", + "Physical Address Line 1": "1904 COOPER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MELISSA", + "Physical Address State": "TX ", + "Physical Address Zip": "75454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.041685443893645785", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508970", + "School District Name": "Mellen School District", + "Physical Address Line 1": "420 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mellen", + "Physical Address State": "WI ", + "Physical Address Zip": "54546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20205479452054795", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509000", + "School District Name": "Melrose-Mindoro School District", + "Physical Address Line 1": "N181 State Road 108", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Melrose", + "Physical Address State": "WI ", + "Physical Address Zip": "54642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15357561547479484", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830180", + "School District Name": "MEMPHIS ISD", + "Physical Address Line 1": "1501 HIGH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEMPHIS", + "Physical Address State": "TX ", + "Physical Address Zip": "79245", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3656884875846501", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200870", + "School District Name": "Memphis Street Academy CS @ JP Jones", + "Physical Address Line 1": "2950 Memphis Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19134", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830210", + "School District Name": "MENARD ISD", + "Physical Address Line 1": "221 E SAN SABA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MENARD", + "Physical Address State": "TX ", + "Physical Address Zip": "76859", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2993421052631579", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509030", + "School District Name": "Menasha Joint School District", + "Physical Address Line 1": "100 Main St", + "Physical Address Line 2": "3rd Floor", + "Physical Address Line 3": "", + "Physical Address City": "Menasha", + "Physical Address State": "WI ", + "Physical Address Zip": "54952", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1397238017871649", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900505", + "School District Name": "Menlo Park Academy", + "Physical Address Line 1": "2149 W 53rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4647100", + "School District Name": "Menno School District 33-2", + "Physical Address Line 1": "410 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Menno", + "Physical Address State": "SD ", + "Physical Address Zip": "57045", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17803030303030304", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600990", + "School District Name": "NEW ROOTS CHARTER SCHOOL", + "Physical Address Line 1": "116 N CAYUGA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ITHACA", + "Physical Address State": "NY ", + "Physical Address Zip": "14850", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509070", + "School District Name": "Menominee Indian School District", + "Physical Address Line 1": "N522 STH 47-55", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Keshena", + "Physical Address State": "WI ", + "Physical Address Zip": "54135", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3888888888888889", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600991", + "School District Name": "BROOKLYN PROSPECT CHARTER SCHOOL-CSD 15", + "Physical Address Line 1": "3002 FORT HAMILTON PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY", + "Physical Address Zip": "11218", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600992", + "School District Name": "TRUE NORTH TROY PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "2 POLK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TROY", + "Physical Address State": "NY ", + "Physical Address Zip": "12180", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900144", + "School District Name": "Menominee Tribal School", + "Physical Address Line 1": "W6817 Church Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Neopit", + "Physical Address State": "WI", + "Physical Address Zip": "54150", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509060", + "School District Name": "Menomonee Falls School District", + "Physical Address Line 1": "W156N8480 Pilgrim Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Menomonee Falls", + "Physical Address State": "WI ", + "Physical Address Zip": "53051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.043003565062388595", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509090", + "School District Name": "Menomonie Area School District", + "Physical Address Line 1": "215 Pine Ave E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Menomonie", + "Physical Address State": "WI ", + "Physical Address Zip": "54751", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11373092926490985", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509130", + "School District Name": "Mequon-Thiensville School District", + "Physical Address Line 1": "5000 W Mequon Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mequon", + "Physical Address State": "WI ", + "Physical Address Zip": "53092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.027370689655172413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600998", + "School District Name": "SUMMIT ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "27 HUNTINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11231", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830250", + "School District Name": "MERCEDES ISD", + "Physical Address Line 1": "206 W 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERCEDES", + "Physical Address State": "TX ", + "Physical Address Zip": "78570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.4108691462709578", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280310", + "School District Name": "Mercer County Career Center", + "Physical Address Line 1": "776 Greenville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mercer", + "Physical Address State": "PA ", + "Physical Address Zip": "16137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400840", + "School District Name": "MERCER COUNTY SCHOOLS", + "Physical Address Line 1": "1403 HONAKER AVENUE", + "Physical Address Line 2": "1403 HONAKER AVENUE", + "Physical Address Line 3": "", + "Physical Address City": "PRINCETON", + "Physical Address State": "WV ", + "Physical Address Zip": "24740", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2443629301974323", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304980", + "School District Name": "Mercer Island School District", + "Physical Address Line 1": "4160 86TH AVE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERCER ISLAND", + "Physical Address State": "WA ", + "Physical Address Zip": "98040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03685897435897436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509150", + "School District Name": "Mercer School District", + "Physical Address Line 1": "2690 W Margaret St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mercer", + "Physical Address State": "WI ", + "Physical Address Zip": "54547", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24203821656050956", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830300", + "School District Name": "MERIDIAN ISD", + "Physical Address Line 1": "201 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERIDIAN", + "Physical Address State": "TX ", + "Physical Address Zip": "76665", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18610421836228289", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601008", + "School District Name": "UNIVERSITY PREPARATORY CHARTER SCHOOL FOR YOUNG MEN", + "Physical Address Line 1": "1290 LAKE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14613", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601009", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-HARLEM 5", + "Physical Address Line 1": "301 W 140TH ST-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10030", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305010", + "School District Name": "Meridian School District", + "Physical Address Line 1": "214 W LAUREL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLINGHAM", + "Physical Address State": "WA ", + "Physical Address Zip": "98226", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13644214162348878", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000084", + "School District Name": "MERIDIAN TECHNOLOGY CENTER", + "Physical Address Line 1": "1312 S SANGRE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STILLWATER", + "Physical Address State": "OK ", + "Physical Address Zip": "74074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601011", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-BRONX 1", + "Physical Address Line 1": "339 MORRIS AVE-2ND FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10451", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801422", + "School District Name": "MERIDIAN WORLD SCHOOL LLC", + "Physical Address Line 1": "2555 N IH 35", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROUND ROCK", + "Physical Address State": "TX ", + "Physical Address Zip": "78664", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601012", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-BRONX 2", + "Physical Address Line 1": "450 ST PAUL'S PL-5TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10456", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900131", + "School District Name": "Merit College Preparatory Academy", + "Physical Address Line 1": "1440 W CENTER STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGVILLE", + "Physical Address State": "UT ", + "Physical Address Zip": "84663", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600002", + "School District Name": "Milbank School District 25-4", + "Physical Address Line 1": "1001 E Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milbank", + "Physical Address State": "SD ", + "Physical Address Zip": "57252", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.08722466960352424", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4647942", + "School District Name": "Miller 29-4", + "Physical Address Line 1": "623 E 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Miller", + "Physical Address State": "SD ", + "Physical Address Zip": "57362", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07142857142857142", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830340", + "School District Name": "MERKEL ISD", + "Physical Address Line 1": "1512 S 5TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERKEL", + "Physical Address State": "TX ", + "Physical Address Zip": "79536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2109500805152979", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4648390", + "School District Name": "Mitchell School District 17-2", + "Physical Address Line 1": "800 W 10th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mitchell", + "Physical Address State": "SD ", + "Physical Address Zip": "57301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11901081916537867", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601019", + "School District Name": "NEW WORLD PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "26 SHAPE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STATEN ISLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "10302", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4680441", + "School District Name": "Mobridge-Pollock 62-6", + "Physical Address Line 1": "1107 1st Ave E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mobridge", + "Physical Address State": "SD ", + "Physical Address Zip": "57601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20913107511045656", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4648780", + "School District Name": "Montrose School District 43-2", + "Physical Address Line 1": "309 S Church Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montrose", + "Physical Address State": "SD ", + "Physical Address Zip": "57048", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05025125628140704", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601023", + "School District Name": "NEW YORK FRENCH-AMERICAN CHARTER SCHOOL", + "Physical Address Line 1": "311 W 120TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10027", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509210", + "School District Name": "Merrill Area School District", + "Physical Address Line 1": "1111 N Sales St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Merrill", + "Physical Address State": "WI ", + "Physical Address Zip": "54452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1320416218155723", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4649650", + "School District Name": "Mount Vernon School District 17-3", + "Physical Address Line 1": "500 N Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Vernon", + "Physical Address State": "SD ", + "Physical Address Zip": "57363", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06557377049180328", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601025", + "School District Name": "NUASIN NEXT GENERATION CHARTER SCHOOL", + "Physical Address Line 1": "180 W 165TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10452", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4650670", + "School District Name": "New Underwood School District 51-3", + "Physical Address Line 1": "300 E Ash St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Underwood", + "Physical Address State": "SD ", + "Physical Address Zip": "57761", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09767441860465116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4650850", + "School District Name": "Newell School District 09-2", + "Physical Address Line 1": "501 Dartmouth Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newell", + "Physical Address State": "SD ", + "Physical Address Zip": "57760", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23772609819121446", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4651750", + "School District Name": "Northwestern Area School District 56-7", + "Physical Address Line 1": "221 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mellette", + "Physical Address State": "SD ", + "Physical Address Zip": "57461", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17343173431734318", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4652770", + "School District Name": "Oelrichs School District 23-3", + "Physical Address Line 1": "214 West 7th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oelrichs", + "Physical Address State": "SD ", + "Physical Address Zip": "57763", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18840579710144928", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601032", + "School District Name": "OCEAN HILL COLLEGIATE CHARTER SCHOOL", + "Physical Address Line 1": "1137 HERKIMER ST-2ND FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11233", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4665460", + "School District Name": "Oglala Lakota County 65-1", + "Physical Address Line 1": "206 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Batesland", + "Physical Address State": "SD ", + "Physical Address Zip": "57716", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3716697441308362", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4601027", + "School District Name": "Oldham - Ramona School District 39-5", + "Physical Address Line 1": "220 W 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ramona", + "Physical Address State": "SD ", + "Physical Address Zip": "57054", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3488372093023256", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601034", + "School District Name": "ROCHDALE EARLY ADVANTAGE CHARTER SCHOOL", + "Physical Address Line 1": "122-05 SMITH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JAMAICA", + "Physical Address State": "NY ", + "Physical Address Zip": "11434", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601035", + "School District Name": "RIVERTON STREET CHARTER SCHOOL", + "Physical Address Line 1": "118-34 RIVERTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT ALBANS", + "Physical Address State": "NY ", + "Physical Address Zip": "11412", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509360", + "School District Name": "Merton Community School District", + "Physical Address Line 1": "N68W28320 Sussex Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Merton", + "Physical Address State": "WI ", + "Physical Address Zip": "53056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.018909899888765295", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601039", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-UPPER WEST", + "Physical Address Line 1": "145 W 84TH ST-2ND FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10024", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900093", + "School District Name": "Mescalero Apache School", + "Physical Address Line 1": "249 White Mountain Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mescalero", + "Physical Address State": "NM", + "Physical Address Zip": "88340", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601040", + "School District Name": "TRUE NORTH ROCHESTER PREP-WEST CAMP", + "Physical Address Line 1": "432 CHILI AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14611", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900196", + "School District Name": "Meskwaki Settlement School", + "Physical Address Line 1": "1608 305th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tama", + "Physical Address State": "IA", + "Physical Address Zip": "52339", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601041", + "School District Name": "NEW VISIONS CHARTER HIGH SCHOOL FOR THE HUMANITIES", + "Physical Address Line 1": "99 TERRACE VIEW AVE-RM 360", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10463", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830390", + "School District Name": "MESQUITE ISD", + "Physical Address Line 1": "3819 TOWNE CROSSING BOULEVAERD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MESQUITE", + "Physical Address State": "TX ", + "Physical Address Zip": "75150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20852333365673814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4400003", + "School District Name": "MET Career and Tech", + "Physical Address Line 1": "325 Public Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02905", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601044", + "School District Name": "NEW YORK CITY MONTESSORI CHARTER SCHOOL", + "Physical Address Line 1": "423 E 138TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10454", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305020", + "School District Name": "Methow Valley School District", + "Physical Address Line 1": "18 TWIN LAKES RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINTHROP", + "Physical Address State": "WA ", + "Physical Address Zip": "98862", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11744186046511627", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601047", + "School District Name": "NEW VISIONS CHARTER HS-ADV MATH/SCIE", + "Physical Address Line 1": "99 TERRACE VIEW AVE-RM 254", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10463", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901490", + "School District Name": "Metro Early College High School", + "Physical Address Line 1": "1929 Kenny Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43210", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100087", + "School District Name": "METRO RICHMOND ALTERNATIVE ED", + "Physical Address Line 1": "C/O Richmond City Public Schls", + "Physical Address Line 2": "301 N Ninth St", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "VA ", + "Physical Address Zip": "23219", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601054", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL - BED STUY 1", + "Physical Address Line 1": "70 TOMPKINS AVE-2ND FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601055", + "School District Name": "WEST BUFFALO CHARTER SCHOOL", + "Physical Address Line 1": "113 LAFAYETTE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14213", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000079", + "School District Name": "METRO TECH", + "Physical Address Line 1": "1900 SPRINGLAKE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OKLA CITY", + "Physical Address State": "OK ", + "Physical Address Zip": "73111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601057", + "School District Name": "NEW VISIONS AIM CHARTER HIGH SCHOOL I", + "Physical Address Line 1": "1150 E NEW YORK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700107", + "School District Name": "Metrolina Regional Scholars Academy", + "Physical Address Line 1": "5225 Seventy-seven Center Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28217", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601060", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-COBBLE HILL", + "Physical Address Line 1": "284 BALTIC ST-LOWER LEVEL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000419", + "School District Name": "Mettawee School District", + "Physical Address Line 1": "6378 Vermont Route 7A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunderland", + "Physical Address State": "VT ", + "Physical Address Zip": "05250", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601061", + "School District Name": "NEW DAWN CHARTER HIGH SCHOOL", + "Physical Address Line 1": "242 HOYT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11217", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830420", + "School District Name": "MEXIA ISD", + "Physical Address Line 1": "616 N RED RIVER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEXIA", + "Physical Address State": "TX ", + "Physical Address Zip": "76667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.256437204414083", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601062", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-WILLIAMSBURG", + "Physical Address Line 1": "183 S 3RD ST-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11211", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601063", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-BED STUY 2", + "Physical Address Line 1": "211 THROOP AVE-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800262", + "School District Name": "MEYERPARK ELEMENTARY", + "Physical Address Line 1": "13663 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77035", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830450", + "School District Name": "MEYERSVILLE ISD", + "Physical Address Line 1": "1897 MEYERSVILLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEYERSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "77974", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14705882352941177", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601065", + "School District Name": "URBAN DOVE TEAM CHARTER SCHOOL", + "Physical Address Line 1": "1256 E 21ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11210", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830480", + "School District Name": "MIAMI ISD", + "Physical Address Line 1": "800 WARRIOR WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIAMI", + "Physical Address State": "TX ", + "Physical Address Zip": "79059", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08441558441558442", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601067", + "School District Name": "NEW VISIONS AIM CHARTER HIGH SCHOOL II", + "Physical Address Line 1": "1010 REV JAMES POLITE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10459", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900241", + "School District Name": "Miami Valley Academies", + "Physical Address Line 1": "5656 Springboro Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45449", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905128", + "School District Name": "Miami Valley Career Tech", + "Physical Address Line 1": "6800 Hoke Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Englewood", + "Physical Address State": "OH ", + "Physical Address Zip": "45315", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900090", + "School District Name": "Miccosukee Indian School", + "Physical Address Line 1": "Mile Marker 70 Tamiami Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Miami", + "Physical Address State": "FL", + "Physical Address Zip": "33194", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601071", + "School District Name": "MOTT HALL CHARTER SCHOOL", + "Physical Address Line 1": "1260 FRANKLIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10456", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601072", + "School District Name": "NEW VISIONS CHTR HS-ADV MA/SCI II", + "Physical Address Line 1": "900 TINTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10456", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601073", + "School District Name": "NEW VISIONS CHARTER HIGH SCHOOL FOR THE HUMANITIES II", + "Physical Address Line 1": "900 TINTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10456", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601077", + "School District Name": "NEIGHBORHOOD CHARTER SCHOOL OF HARLEM", + "Physical Address Line 1": "691 ST NICHOLAS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10030", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703030", + "School District Name": "Montgomery County", + "Physical Address Line 1": "621 Gracey AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarksville", + "Physical Address State": "TN ", + "Physical Address Zip": "37040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1382251340083383", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601080", + "School District Name": "YOUNG WOMEN'S COLLEGE PREP CHARTER", + "Physical Address Line 1": "133 HOOVER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14615", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601082", + "School District Name": "MIDDLE VILLAGE PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "6802 METROPOLITAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDDLE VILLAGE", + "Physical Address State": "NY ", + "Physical Address Zip": "11379", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601083", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-UNION SQUARE", + "Physical Address Line 1": "40 IRVING PL-2ND FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601084", + "School District Name": "UTICA ACADEMY OF SCIENCE CHARTER SCHOOL", + "Physical Address Line 1": "160 SCHOOL LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRANKFORT", + "Physical Address State": "NY ", + "Physical Address Zip": "13340", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601086", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-FORT GREENE", + "Physical Address Line 1": "101 PARK AVE-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601088", + "School District Name": "NEW VISIONS CHTR HS-ADV MA/SCI III", + "Physical Address Line 1": "3000 AVE X", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000073", + "School District Name": "MID-AMERICA TECHNOLOGY CENTER", + "Physical Address Line 1": "27438 State Highway 59", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wayne", + "Physical Address State": "OK ", + "Physical Address Zip": "73095", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601089", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-PROSPECT HEIGHTS", + "Physical Address Line 1": "801 PARK PL-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11216", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000081", + "School District Name": "MID-DEL TECHNOLOGY CENTER", + "Physical Address Line 1": "1621 MAPLE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDWEST CITY", + "Physical Address State": "OK ", + "Physical Address Zip": "73110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905130", + "School District Name": "Mid-East Career and Technology Centers", + "Physical Address Line 1": "400 Richards Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zanesville", + "Physical Address State": "OH ", + "Physical Address Zip": "43701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601092", + "School District Name": "NEW AMERICAN ACADEMY CHARTER SCHOOL (THE)", + "Physical Address Line 1": "9301 AVE B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11236", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900064", + "School District Name": "Mid-Ohio ESC", + "Physical Address Line 1": "890 W 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mansfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44906", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601094", + "School District Name": "UNITY PREPARATORY CHARTER SCHOOL OF BROOKLYN", + "Physical Address Line 1": "432 MONROE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601095", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-CROWN HEIGHTS", + "Physical Address Line 1": "330 CROWN ST-5TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11225", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601096", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-BRONX 3", + "Physical Address Line 1": "1000 TELLER AVE-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10469", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280100", + "School District Name": "Middle Bucks Institute of Technology", + "Physical Address Line 1": "2740 York Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamison", + "Physical Address State": "PA ", + "Physical Address Zip": "18929", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601099", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-HELL'S KITCHEN", + "Physical Address Line 1": "439 W 49TH ST-2ND FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10019", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900027", + "School District Name": "Middlebury Academy", + "Physical Address Line 1": "88 Kent St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44305", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601103", + "School District Name": "NEW VISIONS CHARTER HIGH SCHOOL FOR THE HUMANITIES III", + "Physical Address Line 1": "3000 AVE X", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601105", + "School District Name": "SOUTH BRONX CLASSICAL CHARTER SCHOOL II", + "Physical Address Line 1": "333 E 135TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10454", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102490", + "School District Name": "MIDDLESEX CO PBLC SCHS", + "Physical Address Line 1": "Cooks Corner Office Complex", + "Physical Address Line 2": "2911 General Puller Highway", + "Physical Address Line 3": "", + "Physical Address City": "Saluda", + "Physical Address State": "VA ", + "Physical Address Zip": "23149", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20491803278688525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509510", + "School District Name": "Middleton-Cross Plains Area School District", + "Physical Address Line 1": "7106 South Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middleton", + "Physical Address State": "WI ", + "Physical Address Zip": "53562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0653968253968254", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601110", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL - WASHINGTON HEIGHTS", + "Physical Address Line 1": "701 FORT WASHINGTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10040", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900194", + "School District Name": "Middletown Preparatory & Fitness Academy", + "Physical Address Line 1": "816 2nd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middletown", + "Physical Address State": "OH ", + "Physical Address Zip": "45044", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800148", + "School District Name": "MIDLAND ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "500 N BAIRD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "79701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601113", + "School District Name": "RENAISSANCE ACADEMY CHARTER SCHOOL OF THE ARTS", + "Physical Address Line 1": "299 KIRK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14612", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830570", + "School District Name": "MIDLAND ISD", + "Physical Address Line 1": "615 W MISSOURI AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "79701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.12736475017745272", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830600", + "School District Name": "MIDLOTHIAN ISD", + "Physical Address Line 1": "100 WALTER STEPHENSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDLOTHIAN", + "Physical Address State": "TX ", + "Physical Address Zip": "76065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0634948866162739", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900435", + "School District Name": "Midnimo Cross Cultural Community School", + "Physical Address Line 1": "1567 Loretta Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43211", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601116", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL - ROSEDALE", + "Physical Address Line 1": "147-65 249TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSEDALE", + "Physical Address State": "NY ", + "Physical Address Zip": "11422", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601117", + "School District Name": "VERTUS CHARTER SCHOOL", + "Physical Address Line 1": "21 HUMBOLDT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14609", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601118", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL - SPRINGFIELD GARDENS", + "Physical Address Line 1": "132-55 RIDGEDALE ST-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGFIELD GARDENS", + "Physical Address State": "NY ", + "Physical Address Zip": "11413", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4702970", + "School District Name": "Milan", + "Physical Address Line 1": "1165 South Main ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milan", + "Physical Address State": "TN ", + "Physical Address Zip": "38358", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19757869249394674", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700150", + "School District Name": "Millington Municipal Schools", + "Physical Address Line 1": "5020 Second AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millington", + "Physical Address State": "TN ", + "Physical Address Zip": "38053", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17798764983654194", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601120", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL - BRONX 4", + "Physical Address Line 1": "885 BOLTON AVE-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10473", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703000", + "School District Name": "Monroe County", + "Physical Address Line 1": "205 Oak Grove RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madisonville", + "Physical Address State": "TN ", + "Physical Address Zip": "37354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19491525423728814", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830640", + "School District Name": "MIDWAY ISD", + "Physical Address Line 1": "13885 WOODWAY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODWAY", + "Physical Address State": "TX ", + "Physical Address Zip": "76712", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07650803927916262", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601122", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL - BENSONHURST", + "Physical Address Line 1": "99 AVE P-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703060", + "School District Name": "Moore County", + "Physical Address Line 1": "241 Main ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lynchburg", + "Physical Address State": "TN ", + "Physical Address Zip": "37352", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14389989572471323", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601123", + "School District Name": "SUCCESS ACADEMY CS - BERGEN BEACH", + "Physical Address Line 1": "1420 E 68TH ST-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11234", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830660", + "School District Name": "MIDWAY ISD", + "Physical Address Line 1": "12142 STATE HWY 148 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HENRIETTA", + "Physical Address State": "TX ", + "Physical Address Zip": "76365", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2803030303030303", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703090", + "School District Name": "Morgan County", + "Physical Address Line 1": "136 Flat Fork RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wartburg", + "Physical Address State": "TN ", + "Physical Address Zip": "37887", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21704658077304262", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703150", + "School District Name": "Murfreesboro", + "Physical Address Line 1": "2552 South Church ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Murfreesboro", + "Physical Address State": "TN ", + "Physical Address Zip": "37127", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.11614672608844703", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703210", + "School District Name": "Newport", + "Physical Address Line 1": "301 College ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "TN ", + "Physical Address Zip": "37821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.37546933667083854", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601129", + "School District Name": "ROSALYN YALOW CHARTER SCHOOL", + "Physical Address Line 1": "650 GRAND CONCOURSE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10452", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703240", + "School District Name": "Oak Ridge", + "Physical Address Line 1": "304 New York AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Ridge", + "Physical Address State": "TN ", + "Physical Address Zip": "37830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14963575506989565", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601130", + "School District Name": "NEW VENTURES CHARTER SCHOOL", + "Physical Address Line 1": "CORPORATE COMMONS ONE AT 1 TELEPORT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STATEN ISLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "10311", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703270", + "School District Name": "Obion County", + "Physical Address Line 1": "1700 North Fifth ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union City", + "Physical Address State": "TN ", + "Physical Address Zip": "38261", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19531772575250836", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601131", + "School District Name": "SOUTH BRONX EARLY COLLEGE ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "766 WESTCHESTER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10455", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601132", + "School District Name": "SOUTH BRONX CLASSICAL CHARTER SCHOOL III", + "Physical Address Line 1": "3458 THIRD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10456", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703300", + "School District Name": "Oneida", + "Physical Address Line 1": "195 North Bank", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oneida", + "Physical Address State": "TN ", + "Physical Address Zip": "37841", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.36809815950920244", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703330", + "School District Name": "Overton County", + "Physical Address Line 1": "302 Zachary ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Livingston", + "Physical Address State": "TN ", + "Physical Address Zip": "38570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17736670293797607", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289140", + "School District Name": "Midwestern IU 4", + "Physical Address Line 1": "453 Maple St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grove City", + "Physical Address State": "PA ", + "Physical Address Zip": "16127", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601136", + "School District Name": "NEW VISIONS CHTR HS-ADV MA/SCI IV", + "Physical Address Line 1": "156-10 BAISLEY BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JAMAICA", + "Physical Address State": "NY ", + "Physical Address Zip": "11434", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200878", + "School District Name": "Mifflin County Academy of Science and Technology", + "Physical Address Line 1": "700 Pitt Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewistown", + "Physical Address State": "PA ", + "Physical Address Zip": "17044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601137", + "School District Name": "STOREFRONT ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "609 JACKSON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10455", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830690", + "School District Name": "MILANO ISD", + "Physical Address Line 1": "500 N 5TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILANO", + "Physical Address State": "TX ", + "Physical Address Zip": "76556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13186813186813187", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601139", + "School District Name": "SCHOOL IN THE SQUARE PUBLIC CHARTER SCHOOL", + "Physical Address Line 1": "120 WADSWORTH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10033", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830720", + "School District Name": "MILDRED ISD", + "Physical Address Line 1": "5475 S HWY 287", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORSICANA", + "Physical Address State": "TX ", + "Physical Address Zip": "75109", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12554744525547445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601140", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-BED STUY 3", + "Physical Address Line 1": "787 LAFAYETTE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601141", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-SOUTH JAMAICA", + "Physical Address Line 1": "120-27 141ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JAMAICA", + "Physical Address State": "NY ", + "Physical Address Zip": "11436", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830750", + "School District Name": "MILES ISD", + "Physical Address Line 1": "1001 ROBINSON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILES", + "Physical Address State": "TX ", + "Physical Address Zip": "76861", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12130177514792899", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500085", + "School District Name": "Milestone Democratic School Agency", + "Physical Address Line 1": "2758 Dairy Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "WI ", + "Physical Address Zip": "53718", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830780", + "School District Name": "MILFORD ISD", + "Physical Address Line 1": "205 THIRD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILFORD", + "Physical Address State": "TX ", + "Physical Address Zip": "76670", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17328519855595667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601146", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-BUSHWICK", + "Physical Address Line 1": "139 MENAHAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305040", + "School District Name": "Mill A School District", + "Physical Address Line 1": "1142 JESSUP RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COOK", + "Physical Address State": "WA ", + "Physical Address Zip": "98605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16216216216216217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601147", + "School District Name": "SOUTH BRONX COMMUNITY CHARTER HIGH SCHOOL", + "Physical Address Line 1": "3490 3RD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10456", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601148", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-FLATBUSH", + "Physical Address Line 1": "15 SNYDER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROOKLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11226", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000393", + "School District Name": "Mill River Unified School District", + "Physical Address Line 1": "Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Clarendon", + "Physical Address State": "VT ", + "Physical Address Zip": "05759", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099933", + "School District Name": "Mill River Unified Union Supervisory District", + "Physical Address Line 1": "Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Clarendon", + "Physical Address State": "VT ", + "Physical Address Zip": "05759", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11799761620977355", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900540", + "School District Name": "Millard District", + "Physical Address Line 1": "285 E 450 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delta", + "Physical Address State": "UT ", + "Physical Address Zip": "84624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12239089184060721", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601151", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-FAR ROCKAWAY", + "Physical Address Line 1": "10-45 NAMEOKE ST-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAR ROCKAWAY", + "Physical Address State": "NY ", + "Physical Address Zip": "11691", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700111", + "School District Name": "Millennium Charter Academy", + "Physical Address Line 1": "500 Old Springs Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Airy", + "Physical Address State": "NC ", + "Physical Address Zip": "27030", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601153", + "School District Name": "ROCHESTER PREP CHARTER SCHOOL 3", + "Physical Address Line 1": "85 ST JACOB ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14621", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900036", + "School District Name": "Millennium Community School", + "Physical Address Line 1": "3500 Refugee Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43232", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601154", + "School District Name": "NEW YORK CITY CHARTER SCHOOL OF THE ARTS", + "Physical Address Line 1": "26 BROADWAY-12TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830810", + "School District Name": "MILLER GROVE ISD", + "Physical Address Line 1": "7819 FM 275 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CUMBY", + "Physical Address State": "TX ", + "Physical Address Zip": "75433", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13523131672597866", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601155", + "School District Name": "WHIN MUSIC COMMUNITY CHARTER SCHOOL", + "Physical Address Line 1": "401 W 164TH ST-4TH FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200755", + "School District Name": "Millersville University of PA", + "Physical Address Line 1": "N George St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millersville", + "Physical Address State": "PA ", + "Physical Address Zip": "17551", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601156", + "School District Name": "SOUTH BRONX CLASSICAL CHARTER SCHOOL IV", + "Physical Address Line 1": "757 CONCOURSE VILLAGE WEST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10451", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830870", + "School District Name": "MILLSAP ISD", + "Physical Address Line 1": "201 E BRAZOS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MILLSAP", + "Physical Address State": "TX ", + "Physical Address Zip": "76066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1116564417177914", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5005610", + "School District Name": "Milton Incorporated School District", + "Physical Address Line 1": "17 Rebecca Lander Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milton", + "Physical Address State": "VT ", + "Physical Address Zip": "05468", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601159", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-HARLEM 6", + "Physical Address Line 1": "461 W 131ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10027", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509570", + "School District Name": "Milton School District", + "Physical Address Line 1": "448 E High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milton", + "Physical Address State": "WI ", + "Physical Address Zip": "53563", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.049064787205204664", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099910", + "School District Name": "Milton Supervisory District", + "Physical Address Line 1": "42 Herrick Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milton", + "Physical Address State": "VT ", + "Physical Address Zip": "05468", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08041743400859423", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601161", + "School District Name": "NYC AUTISM CHARTER SCHOOL BRONX", + "Physical Address Line 1": "1180 TINTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10459", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500042", + "School District Name": "Milwaukee Academy of Science Agency", + "Physical Address Line 1": "2000 W Kilbourn Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53233", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601162", + "School District Name": "NEW VISIONS CHARTER HIGH SCHOOL FOR THE HUMANITIES IV", + "Physical Address Line 1": "100-00 BEACH CHANNEL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCKAWAY PARK", + "Physical Address State": "NY ", + "Physical Address Zip": "11694", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500067", + "School District Name": "Milwaukee Math and Science Academy Agency", + "Physical Address Line 1": "2703 N Sherman Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53210", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500065", + "School District Name": "Milwaukee Scholars Charter School Agency", + "Physical Address Line 1": "7000 W Florist Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53218", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509600", + "School District Name": "Milwaukee School District", + "Physical Address Line 1": "5225 W Vliet St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53208", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.30435942128372906", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3700466", + "School District Name": "MINA Charter School of Lee County", + "Physical Address Line 1": "2732 Industrial Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sanford", + "Physical Address State": "NC ", + "Physical Address Zip": "27332", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830930", + "School District Name": "MINEOLA ISD", + "Physical Address Line 1": "1695 W LOOP 564", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINEOLA", + "Physical Address State": "TX ", + "Physical Address Zip": "75773", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1918775750441436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601167", + "School District Name": "SUCCESS ACADEMY CHARTER SCHOOL-HUDSON YARDS", + "Physical Address Line 1": "500 W 41ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10018", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400870", + "School District Name": "MINERAL COUNTY SCHOOLS", + "Physical Address Line 1": "36 BAKER PLACE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KEYSER", + "Physical Address State": "WV ", + "Physical Address Zip": "26726", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18587824351297405", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509660", + "School District Name": "Mineral Point Unified School District", + "Physical Address Line 1": "705 Ross St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mineral Point", + "Physical Address State": "WI ", + "Physical Address Zip": "53565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0636237897648686", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4830950", + "School District Name": "MINERAL WELLS ISD", + "Physical Address Line 1": "906 S W 5TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MINERAL WELLS", + "Physical Address State": "TX ", + "Physical Address Zip": "76067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21741467347487234", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601171", + "School District Name": "ZETA CHARTER SCHOOL - INWOOD 1", + "Physical Address Line 1": "652 W 187TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10033", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400900", + "School District Name": "MINGO COUNTY SCHOOLS", + "Physical Address Line 1": "110 CINDERELLA ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILLIAMSON", + "Physical Address State": "WV ", + "Physical Address Zip": "25661", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3332450331125828", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601172", + "School District Name": "PERSISTENCE PREPARATORY ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "378 URBAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14211", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601173", + "School District Name": "REACH ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "115 ASH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601174", + "School District Name": "ONTECH CHARTER HIGH SCHOOL", + "Physical Address Line 1": "810 WILLIS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SYRACUSE", + "Physical Address State": "NY ", + "Physical Address Zip": "13204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601177", + "School District Name": "ZETA CHARTER SCHOOL - BRONX 1", + "Physical Address Line 1": "222 ALEXANDER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10454", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601181", + "School District Name": "SYRACUSE ACADEMY OF SCIENCE AND CITIZENSHIP CHARTER SCHOOL", + "Physical Address Line 1": "301 VALLEY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SYRACUSE", + "Physical Address State": "NY ", + "Physical Address Zip": "13207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601182", + "School District Name": "URBAN ASSEMBLY CHARTER SCHOOL FOR COMPUTER SCIENCE", + "Physical Address Line 1": "1300 BOYNTON AVE-3RD FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10472", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601183", + "School District Name": "OUR WORLD NEIGHBORHOOD CHARTER SCHOOL 2", + "Physical Address Line 1": "135-25 79TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOWARD BEACH", + "Physical Address State": "NY ", + "Physical Address Zip": "11414", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509690", + "School District Name": "Minocqua J1 School District", + "Physical Address Line 1": "7450 Titus Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minocqua", + "Physical Address State": "WI ", + "Physical Address Zip": "54548", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11320754716981132", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880780", + "School District Name": "MINOT AFB 160", + "Physical Address Line 1": "215 2nd St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minot", + "Physical Address State": "ND ", + "Physical Address Zip": "58701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601187", + "School District Name": "URBAN DOVE TEAM CHARTER SCHOOL II", + "Physical Address Line 1": "671 PROSPECT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10456", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800403", + "School District Name": "MINOT SPECIAL ED UNIT", + "Physical Address Line 1": "215 2nd St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minot", + "Physical Address State": "ND ", + "Physical Address Zip": "58701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601188", + "School District Name": "TRUXTON ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "6337 ACADEMY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRUXTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13158", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509750", + "School District Name": "Mishicot School District", + "Physical Address Line 1": "660 Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mishicot", + "Physical Address State": "WI ", + "Physical Address Zip": "54228", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08712871287128712", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601192", + "School District Name": "STOREFRONT ACADEMY HARLEM CHARTER SCHOOL", + "Physical Address Line 1": "70 E 129TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW YORK", + "Physical Address State": "NY ", + "Physical Address Zip": "10035", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601193", + "School District Name": "NEIGHBORHOOD CHARTER SCHOOL - BRONX", + "Physical Address Line 1": "411 WALES AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10454", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831040", + "School District Name": "MISSION CISD", + "Physical Address Line 1": "1201 BRYCE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MISSION", + "Physical Address State": "TX ", + "Physical Address Zip": "78572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.35921496068195335", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601197", + "School District Name": "UNIVERSITY PREP CHARTER MIDDLE SCHOOL", + "Physical Address Line 1": "470 JACKSON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10455", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000433", + "School District Name": "Missisquoi Valley School District #89", + "Physical Address Line 1": "100 Robin Hood Drive Suite 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Swanton", + "Physical Address State": "VT ", + "Physical Address Zip": "05488", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099921", + "School District Name": "Missisquoi Valley School District (Supervisory)", + "Physical Address Line 1": "100 Robin Hood Drive Suite 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Swanton", + "Physical Address State": "VT ", + "Physical Address Zip": "05488", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10087719298245613", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601211", + "School District Name": "NEW DAWN CHARTER HIGH SCHOOL II", + "Physical Address Line 1": "89-25 161ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JAMAICA", + "Physical Address State": "NY ", + "Physical Address Zip": "11432", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601212", + "School District Name": "VALENCE COLLEGE PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "97-29 64TH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REGO PARK", + "Physical Address State": "NY ", + "Physical Address Zip": "11374", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900035", + "School District Name": "Moab Charter School", + "Physical Address Line 1": "358 E 300 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOAB", + "Physical Address State": "UT ", + "Physical Address Zip": "84532", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601218", + "School District Name": "ZETA CHARTER SCHOOL - MOUNT EDEN", + "Physical Address Line 1": "1325 JEROME AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10452", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601219", + "School District Name": "ZETA CHARTER SCHOOL - TREMONT PARK", + "Physical Address Line 1": "1910 ARTHUR AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10457", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601220", + "School District Name": "WILDFLOWER NEW YORK CHARTER SCHOOL", + "Physical Address Line 1": "1332 FULTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRONX", + "Physical Address State": "NY ", + "Physical Address Zip": "10456", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900040", + "School District Name": "Moencopi Day School", + "Physical Address Line 1": "hwy 264 322", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuba City", + "Physical Address State": "AZ", + "Physical Address Zip": "86045", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601225", + "School District Name": "RENAISSANCE CHARTER SCHOOL 2 (THE)", + "Physical Address Line 1": "60-02 MASPETH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MASPETH", + "Physical Address State": "NY ", + "Physical Address Zip": "11378", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601226", + "School District Name": "PRIMARY HALL PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "2408 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUFFALO", + "Physical Address State": "NY ", + "Physical Address Zip": "14214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3601231", + "School District Name": "RICHMOND PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "2 TELEPORT DR-2ND FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STATEN ISLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "10311", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602300", + "School District Name": "ABBOTT UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "100 N BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IRVINGTON", + "Physical Address State": "NY", + "Physical Address Zip": "10533", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280450", + "School District Name": "Mon Valley CTC", + "Physical Address Line 1": "Five Guttman Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charleroi", + "Physical Address State": "PA ", + "Physical Address Zip": "15022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602340", + "School District Name": "SOUTH JEFFERSON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "13180 US RT 11", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADAMS CENTER", + "Physical Address State": "NY ", + "Physical Address Zip": "13606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13616181549087322", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831170", + "School District Name": "MONAHANS-WICKETT-PYOTE ISD", + "Physical Address Line 1": "606 S BETTY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONAHANS", + "Physical Address State": "TX ", + "Physical Address Zip": "79756", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1939007737824306", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509780", + "School District Name": "Mondovi School District", + "Physical Address Line 1": "337 N Jackson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mondovi", + "Physical Address State": "WI ", + "Physical Address Zip": "54755", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10269192422731804", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509810", + "School District Name": "Monona Grove School District", + "Physical Address Line 1": "5301 Monona Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monona", + "Physical Address State": "WI ", + "Physical Address Zip": "53716", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05815004519433564", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3602730", + "School District Name": "WINDSOR CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1191 NY RT 79", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINDSOR", + "Physical Address State": "NY ", + "Physical Address Zip": "13865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10759115361625822", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400930", + "School District Name": "MONONGALIA COUNTY SCHOOLS", + "Physical Address Line 1": "13 SOUTH HIGH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORGANTOWN", + "Physical Address State": "WV ", + "Physical Address Zip": "26501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.13939873417721518", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680500", + "School District Name": "MONROE 1 BOCES", + "Physical Address Line 1": "41 O'CONNOR RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FAIRPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "14450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680520", + "School District Name": "MONROE 2-ORLEANS BOCES", + "Physical Address Line 1": "3599 BIG RIDGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPENCERPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "14559", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280320", + "School District Name": "Monroe Career & Tech Inst", + "Physical Address Line 1": "194 Laurel Lake Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bartonsville", + "Physical Address State": "PA ", + "Physical Address Zip": "18321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700426", + "School District Name": "Monroe Charter Academy", + "Physical Address Line 1": "2850 Old Charlotte Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "NC ", + "Physical Address Zip": "28110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400960", + "School District Name": "MONROE COUNTY SCHOOLS", + "Physical Address Line 1": "9875 WILLOW BEND ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UNION", + "Physical Address State": "WV ", + "Physical Address Zip": "24983", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18893028206492815", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900594", + "School District Name": "Monroe Preparatory Academy", + "Physical Address Line 1": "328 E Monroe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sandusky", + "Physical Address State": "OH ", + "Physical Address Zip": "44870", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3603060", + "School District Name": "SCHENEVUS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "159 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCHENEVUS", + "Physical Address State": "NY ", + "Physical Address Zip": "12155", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13503649635036497", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305130", + "School District Name": "Monroe School District", + "Physical Address Line 1": "14692 179th Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "WA ", + "Physical Address Zip": "98272", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05904168520990951", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509840", + "School District Name": "Monroe School District", + "Physical Address Line 1": "925 16th Ave", + "Physical Address Line 2": "Ste 3", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "WI ", + "Physical Address Zip": "53566", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10098928276999175", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831200", + "School District Name": "MONTAGUE ISD", + "Physical Address Line 1": "8020 HWY 175", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTAGUE", + "Physical Address State": "TX ", + "Physical Address Zip": "76251", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11594202898550725", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831230", + "School District Name": "MONTE ALTO ISD", + "Physical Address Line 1": "25149 1ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTE ALTO", + "Physical Address State": "TX ", + "Physical Address Zip": "78538", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.43624772313296906", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509870", + "School District Name": "Montello School District", + "Physical Address Line 1": "222 Forest Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montello", + "Physical Address State": "WI ", + "Physical Address Zip": "53949", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19591836734693877", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305160", + "School District Name": "Montesano School District", + "Physical Address Line 1": "502 E. Spruce Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTESANO", + "Physical Address State": "WA ", + "Physical Address Zip": "98563", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11769059955588453", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801442", + "School District Name": "MONTESSORI FOR ALL", + "Physical Address Line 1": "5100 PECAN BROOK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78724", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200124", + "School District Name": "Montessori Regional CS", + "Physical Address Line 1": "2549 West 8th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erie", + "Physical Address State": "PA ", + "Physical Address Zip": "16505", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102520", + "School District Name": "MONTGOMERY CO PBLC SCHS", + "Physical Address Line 1": "750 Imperial St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Christiansburg", + "Physical Address State": "VA ", + "Physical Address Zip": "24073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.12281938325991189", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289330", + "School District Name": "Montgomery County IU 23", + "Physical Address Line 1": "2 West Lafayette Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norristown", + "Physical Address State": "PA ", + "Physical Address Zip": "19401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831260", + "School District Name": "MONTGOMERY ISD", + "Physical Address Line 1": "20774 EVA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTGOMERY", + "Physical Address State": "TX ", + "Physical Address Zip": "77356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09620814844695441", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901604", + "School District Name": "Montgomery Preparatory Academy", + "Physical Address Line 1": "2745 S Smithville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45420", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900049", + "School District Name": "Monticello Academy", + "Physical Address Line 1": "2782 S CORPORATE PARK DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST VALLEY CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509900", + "School District Name": "Monticello School District", + "Physical Address Line 1": "334 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monticello", + "Physical Address State": "WI ", + "Physical Address Zip": "53570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07524271844660194", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000406", + "School District Name": "Montpelier Roxbury Supervisory District", + "Physical Address Line 1": "5 High School Drive Unit #1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montpelier", + "Physical Address State": "VT ", + "Physical Address Zip": "05602", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0798990748528175", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000410", + "School District Name": "Montpelier Roxbury Unified Union School District", + "Physical Address Line 1": "5 High School Drive Unit #1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montpelier", + "Physical Address State": "VT ", + "Physical Address Zip": "05602", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831290", + "School District Name": "MOODY ISD", + "Physical Address Line 1": "12084A S LONE STAR PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOODY", + "Physical Address State": "TX ", + "Physical Address Zip": "76557", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1456876456876457", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700432", + "School District Name": "Moore Montessori Community School", + "Physical Address Line 1": "255 S. May Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Southern Pines", + "Physical Address State": "NC ", + "Physical Address Zip": "28387", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000056", + "School District Name": "MOORE NORMAN TECHNOLOGY CENTER", + "Physical Address Line 1": "4701 12TH AVE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORMAN", + "Physical Address State": "OK ", + "Physical Address Zip": "73069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831320", + "School District Name": "MORAN ISD", + "Physical Address Line 1": "900 MAIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORAN", + "Physical Address State": "TX ", + "Physical Address Zip": "76464", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1794871794871795", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400990", + "School District Name": "MORGAN COUNTY SCHOOLS", + "Physical Address Line 1": "247 HARRISON AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BERKELEY SPRINGS", + "Physical Address State": "WV ", + "Physical Address Zip": "25411", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15834767641996558", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900570", + "School District Name": "Morgan District", + "Physical Address Line 1": "240 EAST YOUNG STREET", + "Physical Address Line 2": "240 EAST YOUNG STREET", + "Physical Address Line 3": "", + "Physical Address City": "Morgan", + "Physical Address State": "UT ", + "Physical Address Zip": "84050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.03955919751342187", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831380", + "School District Name": "MORGAN ISD", + "Physical Address Line 1": "1306 CHARLES ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORGAN", + "Physical Address State": "TX ", + "Physical Address Zip": "76671", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2080536912751678", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831410", + "School District Name": "MORGAN MILL ISD", + "Physical Address Line 1": "295 E FM 1188", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEPHENVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18787878787878787", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5005760", + "School District Name": "Morgan School District", + "Physical Address Line 1": "158 Meade Hill", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morgan", + "Physical Address State": "VT ", + "Physical Address Zip": "05853", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831470", + "School District Name": "MORTON ISD", + "Physical Address Line 1": "500 CHAMPION DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORTON", + "Physical Address State": "TX ", + "Physical Address Zip": "79346", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3107344632768362", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305190", + "School District Name": "Morton School District", + "Physical Address Line 1": "152 WESTLAKE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORTON", + "Physical Address State": "WA ", + "Physical Address Zip": "98356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19879518072289157", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880460", + "School District Name": "MORTON-SIOUX SPECIAL ED UNIT", + "Physical Address Line 1": "901 Division St NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mandan", + "Physical Address State": "ND ", + "Physical Address Zip": "58554", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305220", + "School District Name": "Moses Lake School District", + "Physical Address Line 1": "1620 S Pioneer Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOSES LAKE", + "Physical Address State": "WA ", + "Physical Address Zip": "98837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12520161290322582", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509960", + "School District Name": "Mosinee School District", + "Physical Address Line 1": "146001 State Highway 153", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mosinee", + "Physical Address State": "WI ", + "Physical Address Zip": "54455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.06873008648156577", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700431", + "School District Name": "Moss Street Partnership School", + "Physical Address Line 1": "419 Moss Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reidsville", + "Physical Address State": "NC ", + "Physical Address Zip": "27320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305250", + "School District Name": "Mossyrock School District", + "Physical Address Line 1": "545 WILLIAMS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOSSYROCK", + "Physical Address State": "WA ", + "Physical Address Zip": "98564", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1518624641833811", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606500", + "School District Name": "SPACKENKILL UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "15 CROFT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POUGHKEEPSIE", + "Physical Address State": "NY ", + "Physical Address Zip": "12603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0664819944598338", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831500", + "School District Name": "MOTLEY COUNTY ISD", + "Physical Address Line 1": "1600 BUNDY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MATADOR", + "Physical Address State": "TX ", + "Physical Address Zip": "79244", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2822085889570552", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831560", + "School District Name": "MOULTON ISD", + "Physical Address Line 1": "500 N PECAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOULTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77975", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17313432835820897", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305280", + "School District Name": "Mount Adams School District", + "Physical Address Line 1": "621 SIGNAL PEAK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITE SWAN", + "Physical Address State": "WA ", + "Physical Address Zip": "98952", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24334975369458128", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5005810", + "School District Name": "Mount Anthony UHSD #14", + "Physical Address Line 1": "321 Park Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bennington", + "Physical Address State": "VT ", + "Physical Address Zip": "05201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000442", + "School District Name": "Mount Ascutney School District #86", + "Physical Address Line 1": "105 Main Street Suite 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windsor", + "Physical Address State": "VT ", + "Physical Address Zip": "05089", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901605", + "School District Name": "Mount Auburn Preparatory Academy", + "Physical Address Line 1": "244 Southern Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45219", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305310", + "School District Name": "Mount Baker School District", + "Physical Address Line 1": "4956 DEMING RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEMING", + "Physical Address State": "WA ", + "Physical Address Zip": "98244", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16767432486900444", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831620", + "School District Name": "MOUNT CALM ISD", + "Physical Address Line 1": "200 N COATES E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT CALM", + "Physical Address State": "TX ", + "Physical Address Zip": "76673", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19760479041916168", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831650", + "School District Name": "MOUNT ENTERPRISE ISD", + "Physical Address Line 1": "301 NW 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT ENTERPRISE", + "Physical Address State": "TX ", + "Physical Address Zip": "75681", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.28664495114006516", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509990", + "School District Name": "Mount Horeb Area School District", + "Physical Address Line 1": "1304 E Lincoln St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Horeb", + "Physical Address State": "WI ", + "Physical Address Zip": "53572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.049441786283891544", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000443", + "School District Name": "Mount Mansfield Unified Union School District #401", + "Physical Address Line 1": "211 Browns Trace Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jericho", + "Physical Address State": "VT ", + "Physical Address Zip": "05465", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099912", + "School District Name": "Mount Mansfield Unified Union School District (Supervisory)", + "Physical Address Line 1": "10 River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jericho", + "Physical Address State": "VT ", + "Physical Address Zip": "05465", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04107485604606526", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831760", + "School District Name": "MOUNT PLEASANT ISD", + "Physical Address Line 1": "2230 N EDWARDS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT PLEASANT", + "Physical Address State": "TX ", + "Physical Address Zip": "75456", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20297029702970298", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305340", + "School District Name": "Mount Pleasant School District", + "Physical Address Line 1": "152 MARBLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASHOUGAL", + "Physical Address State": "WA ", + "Physical Address Zip": "98671", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14634146341463414", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3620170", + "School District Name": "MOUNT PLEASANT-BLYTHEDALE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "95 BRADHURST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALHALLA", + "Physical Address State": "NY ", + "Physical Address Zip": "10595", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607320", + "School District Name": "WESTHILL CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "400 WALBERTA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SYRACUSE", + "Physical Address State": "NY ", + "Physical Address Zip": "13219", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07452508524111057", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608470", + "School District Name": "MOUNT PLEASANT-COTTAGE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1075 BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLEASANTVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "10570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831770", + "School District Name": "MOUNT VERNON ISD", + "Physical Address Line 1": "501 TEXAS HWY 37", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT VERNON", + "Physical Address State": "TX ", + "Physical Address Zip": "75457", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1897001303780965", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607440", + "School District Name": "RANDOLPH ACADEMY UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "336 MAIN ST-ER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RANDOLPH", + "Physical Address State": "NY ", + "Physical Address Zip": "14772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305400", + "School District Name": "Mount Vernon School District", + "Physical Address Line 1": "124 E LAWRENCE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MOUNT VERNON", + "Physical Address State": "WA ", + "Physical Address Zip": "98273", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1364225068355159", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700129", + "School District Name": "Mountain Discovery Charter School", + "Physical Address Line 1": "890 Jenkins Branch Rd N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bryson City", + "Physical Address State": "NC ", + "Physical Address Zip": "28713", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900138", + "School District Name": "Mountain Heights Academy", + "Physical Address Line 1": "9067 S 1300 W Suite 204", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST JORDAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84088", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3607650", + "School District Name": "THOUSAND ISLANDS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "8483 COUNTY RT 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLAYTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1377601585728444", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700317", + "School District Name": "Mountain Island Charter", + "Physical Address Line 1": "13440 Lucia Riverbend Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt. Holly", + "Physical Address State": "NC ", + "Physical Address Zip": "28120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400061", + "School District Name": "Mountain State Educational Services Cooperative", + "Physical Address Line 1": "501 22nd Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dunbar", + "Physical Address State": "WV ", + "Physical Address Zip": "25064", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900203", + "School District Name": "Mountain Sunrise Academy", + "Physical Address Line 1": "1802 East 145 North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SARATOGA SPRINGS", + "Physical Address State": "UT ", + "Physical Address Zip": "84043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900169", + "School District Name": "Mountain View Montessori", + "Physical Address Line 1": "1160 N 645 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASHINGTON", + "Physical Address State": "UT ", + "Physical Address Zip": "84780", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100107", + "School District Name": "MOUNTAIN VISTA GOVERNOR'S SCH", + "Physical Address Line 1": "6480 College Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warrenton", + "Physical Address State": "VA ", + "Physical Address Zip": "20187", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900175", + "School District Name": "Mountain West Montessori Academy", + "Physical Address Line 1": "4125 West Foxview Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Jordan", + "Physical Address State": "UT ", + "Physical Address Zip": "84009", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900051", + "School District Name": "Mountainville Academy", + "Physical Address Line 1": "195 S MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALPINE", + "Physical Address State": "UT ", + "Physical Address Zip": "84004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608340", + "School District Name": "PEMBROKE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "8750 ALLEGHANY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORFU", + "Physical Address State": "NY ", + "Physical Address Zip": "14036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14299610894941633", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700411", + "School District Name": "Movement Charter School", + "Physical Address Line 1": "2701-B Freedom Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700455", + "School District Name": "Movement School Eastland", + "Physical Address Line 1": "5249 Central Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700485", + "School District Name": "Movement School Southwest", + "Physical Address Line 1": "2701 Freedom Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000425", + "School District Name": "Mt. Abraham Unified School District", + "Physical Address Line 1": "57 Mountain Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bristol", + "Physical Address State": "VT ", + "Physical Address Zip": "05443", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099901", + "School District Name": "Mt. Abraham Unified School District (Supervisory)", + "Physical Address Line 1": "57 Mountain Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bristol", + "Physical Address State": "VT ", + "Physical Address Zip": "05443", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07796852646638054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900575", + "School District Name": "Mt. Healthy Preparatory and Fitness Academy", + "Physical Address Line 1": "7601 Harrison Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45231", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3608970", + "School District Name": "YORKSHIRE-PIONEER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "12145 COUNTY LINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YORKSHIRE", + "Physical Address State": "NY ", + "Physical Address Zip": "14173", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900047", + "School District Name": "Muckleshoot Tribal School", + "Physical Address Line 1": "15209 SE 376th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Auburn", + "Physical Address State": "WA", + "Physical Address Zip": "98092", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831860", + "School District Name": "MUENSTER ISD", + "Physical Address Line 1": "113 E 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUENSTER", + "Physical Address State": "TX ", + "Physical Address Zip": "76252", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06502636203866433", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305430", + "School District Name": "Mukilteo School District", + "Physical Address Line 1": "9401 SHARON DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EVERETT", + "Physical Address State": "WA ", + "Physical Address Zip": "98204", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10951965065502184", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510060", + "School District Name": "Mukwonago School District", + "Physical Address Line 1": "385 E Veterans Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mukwonago", + "Physical Address State": "WI ", + "Physical Address Zip": "53149", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.040179442168909694", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831890", + "School District Name": "MULESHOE ISD", + "Physical Address Line 1": "514 W AVE G", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MULESHOE", + "Physical Address State": "TX ", + "Physical Address Zip": "79347", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.24072727272727273", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831920", + "School District Name": "MULLIN ISD", + "Physical Address Line 1": "403 W BULLDOG DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MULLIN", + "Physical Address State": "TX ", + "Physical Address Zip": "76864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25217391304347825", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200040", + "School District Name": "Multicultural Academy CS", + "Physical Address Line 1": "3821 North Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19140", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4180180", + "School District Name": "Multnomah ESD", + "Physical Address Line 1": "11611 NE Ainsworth Cir", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portland", + "Physical Address State": "OR ", + "Physical Address Zip": "97220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831950", + "School District Name": "MUMFORD ISD", + "Physical Address Line 1": "9755 F M 50", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUMFORD", + "Physical Address State": "TX ", + "Physical Address Zip": "77807", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4831970", + "School District Name": "MUNDAY CISD", + "Physical Address Line 1": "811 W D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUNDAY", + "Physical Address State": "TX ", + "Physical Address Zip": "76371", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24242424242424243", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832010", + "School District Name": "MURCHISON ISD", + "Physical Address Line 1": "9661 E BANKHEAD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MURCHISON", + "Physical Address State": "TX ", + "Physical Address Zip": "75778", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21212121212121213", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900600", + "School District Name": "Murray District", + "Physical Address Line 1": "5102 S. Commerce Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Murray", + "Physical Address State": "UT ", + "Physical Address Zip": "84107", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09182137481184144", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510170", + "School District Name": "Muskego-Norway School District", + "Physical Address Line 1": "S87W18763 Woods Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muskego", + "Physical Address State": "WI ", + "Physical Address Zip": "53150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02946375957572186", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900008", + "School District Name": "Muskingum Valley ESC", + "Physical Address Line 1": "205 N 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zanesville", + "Physical Address State": "OH ", + "Physical Address Zip": "43701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100026", + "School District Name": "N VIRGINIA REG SPEC ED PGM", + "Physical Address Line 1": "14715 Bristow Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manassas", + "Physical Address State": "VA ", + "Physical Address Zip": "20112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100051", + "School District Name": "N. VA. TRN CT", + "Physical Address Line 1": "9901 Braddock Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfax", + "Physical Address State": "VA ", + "Physical Address Zip": "22032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900044", + "School District Name": "Na' Neelzhiin Ji'Olta", + "Physical Address Line 1": "from US 550Hwy 197 mile marker 26 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Torreon", + "Physical Address State": "NM", + "Physical Address Zip": "87013", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900026", + "School District Name": "Naa Tsis'aan", + "Physical Address Line 1": "Off Highway 98 on N-16", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tonalea", + "Physical Address State": "AZ", + "Physical Address Zip": "86044", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305460", + "School District Name": "Naches Valley School District", + "Physical Address Line 1": "24 SHAFER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NACHES", + "Physical Address State": "WA ", + "Physical Address Zip": "98937", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12317073170731707", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832090", + "School District Name": "NACOGDOCHES ISD", + "Physical Address Line 1": "4632 NE STALLINGS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NACOGDOCHES", + "Physical Address State": "TX ", + "Physical Address Zip": "75965", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2684182730393451", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832130", + "School District Name": "NATALIA ISD", + "Physical Address Line 1": "805 PEARSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NATALIA", + "Physical Address State": "TX ", + "Physical Address Zip": "78059", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23443223443223443", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832160", + "School District Name": "NAVARRO ISD", + "Physical Address Line 1": "6450 N STATE HWY 123", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEGUIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78155", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1028225806451613", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3610710", + "School District Name": "UNION-ENDICOTT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1100 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ENDICOTT", + "Physical Address State": "NY ", + "Physical Address Zip": "13760", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1581530225295561", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832190", + "School District Name": "NAVASOTA ISD", + "Physical Address Line 1": "705 E WASHINGTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAVASOTA", + "Physical Address State": "TX ", + "Physical Address Zip": "77868", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22466592427616927", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832220", + "School District Name": "NAZARETH ISD", + "Physical Address Line 1": "101 S FIRST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAZARETH", + "Physical Address State": "TX ", + "Physical Address Zip": "79063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06179775280898876", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832250", + "School District Name": "NECHES ISD", + "Physical Address Line 1": "HWY 79 AND CO RD 346", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NECHES", + "Physical Address State": "TX ", + "Physical Address Zip": "75779", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13793103448275862", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832280", + "School District Name": "NEDERLAND ISD", + "Physical Address Line 1": "220 N 17TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEDERLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "77627", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.14503673008099455", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832310", + "School District Name": "NEEDVILLE ISD", + "Physical Address Line 1": "16319 HWY 36", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEEDVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "77461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10628321350422007", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832340", + "School District Name": "NEW BOSTON ISD", + "Physical Address Line 1": "201 RICE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW BOSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "75570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22699849170437406", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832370", + "School District Name": "NEW BRAUNFELS ISD", + "Physical Address Line 1": "1000 N WALNUT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW BRAUNFELS", + "Physical Address State": "TX ", + "Physical Address Zip": "78130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09465235976620431", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305490", + "School District Name": "Napavine School District", + "Physical Address Line 1": "413 E PARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Napavine", + "Physical Address State": "WA ", + "Physical Address Zip": "98565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10077519379844961", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832400", + "School District Name": "NEW CANEY ISD", + "Physical Address Line 1": "21580 LOOP 494", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW CANEY", + "Physical Address State": "TX ", + "Physical Address Zip": "77357", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.18895348837209303", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832430", + "School District Name": "NEW DEAL ISD", + "Physical Address Line 1": "401 S AUBURN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW DEAL", + "Physical Address State": "TX ", + "Physical Address Zip": "79350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14644351464435146", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832460", + "School District Name": "NEW DIANA ISD", + "Physical Address Line 1": "1373 US HWY 259 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DIANA", + "Physical Address State": "TX ", + "Physical Address Zip": "75640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13883495145631067", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832490", + "School District Name": "NEW HOME ISD", + "Physical Address Line 1": "225 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW HOME", + "Physical Address State": "TX ", + "Physical Address Zip": "79381", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12195121951219512", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832610", + "School District Name": "NEW SUMMERFIELD ISD", + "Physical Address Line 1": "13307 HWY 110 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW SUMMERFIELD", + "Physical Address State": "TX ", + "Physical Address Zip": "75780", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.27596439169139464", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832640", + "School District Name": "NEW WAVERLY ISD", + "Physical Address Line 1": "355 FRONT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW WAVERLY", + "Physical Address State": "TX ", + "Physical Address Zip": "77358", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19729425028184894", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832700", + "School District Name": "NEWCASTLE ISD", + "Physical Address Line 1": "505 WASHINGTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWCASTLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76372", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19306930693069307", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832730", + "School District Name": "NEWTON ISD", + "Physical Address Line 1": "720 RUSK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWTON", + "Physical Address State": "TX ", + "Physical Address Zip": "75966", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.288135593220339", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305520", + "School District Name": "Naselle-Grays River Valley School District", + "Physical Address Line 1": "793 STATE ROUTE 4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NASELLE", + "Physical Address State": "WA ", + "Physical Address Zip": "98638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13994169096209913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832740", + "School District Name": "NIXON-SMILEY CISD", + "Physical Address Line 1": "800 RANCHO RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NIXON", + "Physical Address State": "TX ", + "Physical Address Zip": "78140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23426911907066797", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832790", + "School District Name": "NOCONA ISD", + "Physical Address Line 1": "220 CLAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOCONA", + "Physical Address State": "TX ", + "Physical Address Zip": "76255", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19785458879618595", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832880", + "School District Name": "NORDHEIM ISD", + "Physical Address Line 1": "500 N BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORDHEIM", + "Physical Address State": "TX ", + "Physical Address Zip": "78141", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15748031496062992", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832910", + "School District Name": "NORMANGEE ISD", + "Physical Address Line 1": "116 SPUR 3", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORMANGEE", + "Physical Address State": "TX ", + "Physical Address Zip": "77871", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1931407942238267", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4832940", + "School District Name": "NORTH EAST ISD", + "Physical Address Line 1": "8961 TESORO DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.16031528890626018", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4832970", + "School District Name": "NORTH HOPKINS ISD", + "Physical Address Line 1": "1994 FM 71 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SULPHUR SPRINGS", + "Physical Address State": "TX ", + "Physical Address Zip": "75482", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20964360587002095", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833010", + "School District Name": "NORTH LAMAR ISD", + "Physical Address Line 1": "3130 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARIS", + "Physical Address State": "TX ", + "Physical Address Zip": "75460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17270992366412213", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833030", + "School District Name": "NORTH ZULCH ISD", + "Physical Address Line 1": "11390 FIFTH ST ADMN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH ZULCH", + "Physical Address State": "TX ", + "Physical Address Zip": "77872", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21142857142857144", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833090", + "School District Name": "NORTHSIDE ISD", + "Physical Address Line 1": "18040 HWY 283 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VERNON", + "Physical Address State": "TX ", + "Physical Address Zip": "76384", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833120", + "School District Name": "NORTHSIDE ISD", + "Physical Address Line 1": "5900 EVERS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78238", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.15129288408876107", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4833180", + "School District Name": "NORTHWEST ISD", + "Physical Address Line 1": "2001 TEXAN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "76247", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05743172816343548", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833240", + "School District Name": "NUECES CANYON CISD", + "Physical Address Line 1": "200 TAYLOR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BARKSDALE", + "Physical Address State": "TX ", + "Physical Address Zip": "78828", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3141025641025641", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833270", + "School District Name": "NURSERY ISD", + "Physical Address Line 1": "13254 NURSERY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VICTORIA", + "Physical Address State": "TX ", + "Physical Address Zip": "77904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15441176470588236", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833390", + "School District Name": "O'DONNELL ISD", + "Physical Address Line 1": "400 SMALL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "O'DONNELL", + "Physical Address State": "TX ", + "Physical Address Zip": "79351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23786407766990292", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833340", + "School District Name": "OAKWOOD ISD", + "Physical Address Line 1": "631 N HOLLY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OAKWOOD", + "Physical Address State": "TX ", + "Physical Address Zip": "75855", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833360", + "School District Name": "ODEM-EDROY ISD", + "Physical Address Line 1": "1 OWL SQUARE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ODEM", + "Physical Address State": "TX ", + "Physical Address Zip": "78370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.20910973084886128", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680540", + "School District Name": "NASSAU BOCES", + "Physical Address Line 1": "71 CLINTON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GARDEN CITY", + "Physical Address State": "NY ", + "Physical Address Zip": "11530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833420", + "School District Name": "OGLESBY ISD", + "Physical Address Line 1": "125 COLLEGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OGLESBY", + "Physical Address State": "TX ", + "Physical Address Zip": "76561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1807909604519774", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833570", + "School District Name": "OLFEN ISD", + "Physical Address Line 1": "1122 PRIVATE RD 2562", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROWENA", + "Physical Address State": "TX ", + "Physical Address Zip": "76875", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833630", + "School District Name": "OLNEY ISD", + "Physical Address Line 1": "809 W HAMILTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OLNEY", + "Physical Address State": "TX ", + "Physical Address Zip": "76374", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24745269286754004", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833660", + "School District Name": "OLTON ISD", + "Physical Address Line 1": "701 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OLTON", + "Physical Address State": "TX ", + "Physical Address Zip": "79064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23659305993690852", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833690", + "School District Name": "ONALASKA ISD", + "Physical Address Line 1": "134 N FM 356", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ONALASKA", + "Physical Address State": "TX ", + "Physical Address Zip": "77360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24592833876221498", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833720", + "School District Name": "ORANGE GROVE ISD", + "Physical Address Line 1": "504 S DIBRELL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORANGE GROVE", + "Physical Address State": "TX ", + "Physical Address Zip": "78372", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2123503465658475", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833780", + "School District Name": "ORANGEFIELD ISD", + "Physical Address Line 1": "9974 FM 105", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORANGEFIELD", + "Physical Address State": "TX ", + "Physical Address Zip": "77639", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1017425519955031", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833840", + "School District Name": "ORE CITY ISD", + "Physical Address Line 1": "100 REBEL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORE CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "75683", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24310776942355888", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833870", + "School District Name": "OVERTON ISD", + "Physical Address Line 1": "501 E HENDERSTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OVERTON", + "Physical Address State": "TX ", + "Physical Address Zip": "75684", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26305609284332687", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3612990", + "School District Name": "SPRINGVILLE-GRIFFITH INSTITUTE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "267 NEWMAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14141", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09086078639744952", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5604510", + "School District Name": "Natrona County School District #1", + "Physical Address Line 1": "970 North Glenn Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Casper", + "Physical Address State": "WY ", + "Physical Address Zip": "82601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11269763878247545", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900116", + "School District Name": "Navajo Preparatory School", + "Physical Address Line 1": "1220 West Apache Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farmington", + "Physical Address State": "NM", + "Physical Address Zip": "87401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900034", + "School District Name": "Navigator Pointe Academy", + "Physical Address Line 1": "6844 S NAVIGATOR RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST JORDAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84084", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900064", + "School District Name": "Nay-Ah-Shing School", + "Physical Address Line 1": "43521 Oodena Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Onamia", + "Physical Address State": "MN", + "Physical Address Zip": "56359", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900043", + "School District Name": "Nazlini Community School", + "Physical Address Line 1": "HC-58 Box 35", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ganado", + "Physical Address State": "AZ", + "Physical Address Zip": "86505", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700146", + "School District Name": "NC CENTRAL UNIVERSITY", + "Physical Address Line 1": "1801 FAYETTEVILLE STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27707", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700001", + "School District Name": "NC Health and Human Services", + "Physical Address Line 1": "803 Biggs Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700343", + "School District Name": "NC Leadership Charter Academy", + "Physical Address Line 1": "4353 High Point Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kernersville", + "Physical Address State": "NC ", + "Physical Address Zip": "27284", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700002", + "School District Name": "NC School of Science and Math", + "Physical Address Line 1": "1219 Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27715", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700398", + "School District Name": "NC Virtual Academy", + "Physical Address Line 1": "4220 NC Highway 55", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27713", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700355", + "School District Name": "NC Virtual Public School", + "Physical Address Line 1": "1017 Main Campus Dr", + "Physical Address Line 2": "Partners 1 Bldg Suite 3900", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700157", + "School District Name": "NCDPS Juvenile Education Services", + "Physical Address Line 1": "3010 Hammond Business Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800006", + "School District Name": "ND SCHOOL FOR THE DEAF", + "Physical Address Line 1": "1401 College Drive N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Devils Lake", + "Physical Address State": "ND ", + "Physical Address Zip": "58301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800004", + "School District Name": "ND VISION SERVICES", + "Physical Address Line 1": "500 Stanford Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grand Forks", + "Physical Address State": "ND ", + "Physical Address Zip": "58203", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4651730", + "School District Name": "NE Ed Services Cooperative", + "Physical Address Line 1": "310 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayti", + "Physical Address State": "SD ", + "Physical Address Zip": "57241", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901405", + "School District Name": "Near West Intergenerational School", + "Physical Address Line 1": "3805 Terrett Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900630", + "School District Name": "Nebo District", + "Physical Address Line 1": "350 S MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spanish Fork", + "Physical Address State": "UT ", + "Physical Address Zip": "84660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0550114505676558", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5510230", + "School District Name": "Necedah Area School District", + "Physical Address Line 1": "1801 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Necedah", + "Physical Address State": "WI ", + "Physical Address Zip": "54646", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16519546027742749", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510320", + "School District Name": "Neenah Joint School District", + "Physical Address Line 1": "410 S Commercial St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Neenah", + "Physical Address State": "WI ", + "Physical Address Zip": "54956", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09136295556665003", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510350", + "School District Name": "Neillsville School District", + "Physical Address Line 1": "614 E 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Neillsville", + "Physical Address State": "WI ", + "Physical Address Zip": "54456", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11801801801801802", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510380", + "School District Name": "Nekoosa School District", + "Physical Address Line 1": "600 S Section St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nekoosa", + "Physical Address State": "WI ", + "Physical Address Zip": "54457", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15827338129496402", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102580", + "School District Name": "NELSON CO PBLC SCHS", + "Physical Address Line 1": "84 Courthouse Square", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lovingston", + "Physical Address State": "VA ", + "Physical Address Zip": "22949", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17525225703664365", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900157", + "School District Name": "Nenahnezad Community School", + "Physical Address Line 1": "6675 SJ County Road South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fruitland", + "Physical Address State": "NM", + "Physical Address Zip": "87416", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305550", + "School District Name": "Nespelem School District", + "Physical Address Line 1": "229 SCHOOLHOUSE LOOP RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NESPELEM", + "Physical Address State": "WA ", + "Physical Address Zip": "99155", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22529644268774704", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700144", + "School District Name": "Neuse Charter School", + "Physical Address Line 1": "909 Booker Dairy Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smithfield", + "Physical Address State": "NC ", + "Physical Address Zip": "27577", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510440", + "School District Name": "New Auburn School District", + "Physical Address Line 1": "704 N East St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Auburn", + "Physical Address State": "WI ", + "Physical Address Zip": "54757", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1936416184971098", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3614880", + "School District Name": "SACKETS HARBOR CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "215 S BROAD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SACKETS HARBOR", + "Physical Address State": "NY ", + "Physical Address Zip": "13685", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17016317016317017", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510470", + "School District Name": "New Berlin School District", + "Physical Address Line 1": "4333 S Sunnyslope Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Berlin", + "Physical Address State": "WI ", + "Physical Address Zip": "53151", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0314312441534144", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200114", + "School District Name": "New Day CS", + "Physical Address Line 1": "256 South Fifth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntingdon", + "Physical Address State": "PA ", + "Physical Address Zip": "16652", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3615390", + "School District Name": "WEST IRONDEQUOIT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "321 LIST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14617", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10430379746835443", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200075", + "School District Name": "New Foundations CS", + "Physical Address Line 1": "8001 Torresdale Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19136", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800061", + "School District Name": "NEW FRONTIERS PUBLIC SCHOOLS INC", + "Physical Address Line 1": "901 NE LOOP 410 STE 711", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78209", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510500", + "School District Name": "New Glarus School District", + "Physical Address Line 1": "1701 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Glarus", + "Physical Address State": "WI ", + "Physical Address Zip": "53574", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.039603960396039604", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510530", + "School District Name": "New Holstein School District", + "Physical Address Line 1": "1715 Plymouth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Holstein", + "Physical Address State": "WI ", + "Physical Address Zip": "53061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07257501744591766", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100009", + "School District Name": "NEW HORIZONS CAREER & TECH CTR", + "Physical Address Line 1": "520 Butler Farm Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "VA ", + "Physical Address Zip": "23666", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102177", + "School District Name": "NEW HORIZONS GOV SCHOOL", + "Physical Address Line 1": "520 Butler Farm Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "VA ", + "Physical Address Zip": "23666", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100017", + "School District Name": "NEW HORIZONS REGIONAL EDUC CTR-SPEC ED", + "Physical Address Line 1": "520 Butler Farm Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hampton", + "Physical Address State": "VA ", + "Physical Address Zip": "23666", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102610", + "School District Name": "NEW KENT CO PBLC SCHS", + "Physical Address Line 1": "12003 New Kent Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Kent", + "Physical Address State": "VA ", + "Physical Address Zip": "23124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06657142857142857", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500090", + "School District Name": "New Leaf Prep Academy Agency", + "Physical Address Line 1": "360 AMS Ct", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Green Bay", + "Physical Address State": "WI ", + "Physical Address Zip": "54313", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510560", + "School District Name": "New Lisbon School District", + "Physical Address Line 1": "500 S Forest St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Lisbon", + "Physical Address State": "WI ", + "Physical Address Zip": "53950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11764705882352941", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510590", + "School District Name": "New London School District", + "Physical Address Line 1": "901 W Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New London", + "Physical Address State": "WI ", + "Physical Address Zip": "54961", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09814323607427056", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510620", + "School District Name": "New Richmond School District", + "Physical Address Line 1": "837 E 11th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Richmond", + "Physical Address State": "WI ", + "Physical Address Zip": "54017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.039937353171495694", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800392", + "School District Name": "NEW SALEM-ALMONT 49", + "Physical Address Line 1": "310 Elm Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Salem", + "Physical Address State": "ND ", + "Physical Address Zip": "58563", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3618690", + "School District Name": "WILLIAM FLOYD UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "240 MASTIC BEACH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MASTIC BEACH", + "Physical Address State": "NY ", + "Physical Address Zip": "11951", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1229224376731302", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3619680", + "School District Name": "VALLEY CENTRAL SCHOOL DISTRICT (MONTGOMERY)", + "Physical Address Line 1": "944 STATE RT 17K", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MONTGOMERY", + "Physical Address State": "NY ", + "Physical Address Zip": "12549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08297391661532143", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801421", + "School District Name": "NEWMAN INTERNATIONAL ACADEMY OF ARLINGTON", + "Physical Address Line 1": "2011 S FIELDER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARLINGTON", + "Physical Address State": "TX ", + "Physical Address Zip": "76013", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5006000", + "School District Name": "Newport City School District", + "Physical Address Line 1": "166 Sias Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "VT ", + "Physical Address Zip": "05855", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102640", + "School District Name": "NEWPORT NEWS CITY PBLC SCHS", + "Physical Address Line 1": "12465 Warwick Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport News", + "Physical Address State": "VA ", + "Physical Address Zip": "23606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.22692919649960222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5305610", + "School District Name": "Newport School District", + "Physical Address Line 1": "1380 W 5TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWPORT", + "Physical Address State": "WA ", + "Physical Address Zip": "99156", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23099850968703428", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5006030", + "School District Name": "Newport Town School District", + "Physical Address Line 1": "4212 VT Route 105", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport Center", + "Physical Address State": "VT ", + "Physical Address Zip": "05857", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900660", + "School District Name": "North Sanpete District", + "Physical Address Line 1": "220 E 700 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt. Pleasant", + "Physical Address State": "UT ", + "Physical Address Zip": "84647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1166535742340927", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900690", + "School District Name": "North Summit District", + "Physical Address Line 1": "65 S MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coalville", + "Physical Address State": "UT ", + "Physical Address Zip": "84017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06014362657091562", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900720", + "School District Name": "Ogden City District", + "Physical Address Line 1": "1950 MONROE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ogden", + "Physical Address State": "UT ", + "Physical Address Zip": "84401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.14592804260293546", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700435", + "School District Name": "Next Generation Academy", + "Physical Address Line 1": "3740 South Holden Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510680", + "School District Name": "Niagara School District", + "Physical Address Line 1": "700 Jefferson Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Niagara", + "Physical Address State": "WI ", + "Physical Address Zip": "54151", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14248704663212436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401020", + "School District Name": "NICHOLAS COUNTY SCHOOLS", + "Physical Address Line 1": "400 OLD MAIN DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUMMERSVILLE", + "Physical Address State": "WV ", + "Physical Address Zip": "26651", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22459059007018456", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5505490", + "School District Name": "Nicolet Union High School School District", + "Physical Address Line 1": "6701 N Jean Nicolet Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendale", + "Physical Address State": "WI ", + "Physical Address Zip": "53217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.041339985744832504", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901637", + "School District Name": "Niles Preparatory Academy", + "Physical Address Line 1": "45 S Chestnut Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Niles", + "Physical Address State": "OH ", + "Physical Address Zip": "44446", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305640", + "School District Name": "Nine Mile Falls School District", + "Physical Address Line 1": "10110 W CHARLES RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NINE MILE FALLS", + "Physical Address State": "WA ", + "Physical Address Zip": "99026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09430379746835443", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700443", + "School District Name": "Niner University Elementary School", + "Physical Address Line 1": "2414 Lester Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28208", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5604230", + "School District Name": "Niobrara County School District #1", + "Physical Address Line 1": "619 West 5th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lusk", + "Physical Address State": "WY ", + "Physical Address Zip": "82225", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17406143344709898", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200024", + "School District Name": "Nittany Valley CS", + "Physical Address Line 1": "1612 Norma St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "State College", + "Physical Address State": "PA ", + "Physical Address Zip": "16801", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3621000", + "School District Name": "NORTH COLONIE CSD", + "Physical Address Line 1": "91 FIDDLERS LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LATHAM", + "Physical Address State": "NY ", + "Physical Address Zip": "12110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099931", + "School District Name": "North Country Supervisory Union", + "Physical Address Line 1": "121 Duchess Avenue Suite A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "VT ", + "Physical Address Zip": "05855", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14919806042521447", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900063", + "School District Name": "No. UT. Acad. for Math Engineering & Science", + "Physical Address Line 1": "2750 N UNIVERSITY PARK BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAYTON", + "Physical Address State": "UT ", + "Physical Address Zip": "84041", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099927", + "School District Name": "Orange East Supervisory Union", + "Physical Address Line 1": "530 Waits River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bradford", + "Physical Address State": "VT ", + "Physical Address Zip": "05033", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12486368593238822", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900048", + "School District Name": "Noah Webster Academy", + "Physical Address Line 1": "205 E 400 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OREM", + "Physical Address State": "UT ", + "Physical Address Zip": "84058", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099928", + "School District Name": "Orange Southwest Supervisory Union", + "Physical Address Line 1": "24 Central Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Randolph", + "Physical Address State": "VT ", + "Physical Address Zip": "05060", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13867822318526543", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099934", + "School District Name": "Orleans Central Supervisory Union", + "Physical Address Line 1": "Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orleans", + "Physical Address State": "VT ", + "Physical Address Zip": "05860", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1746431570109152", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099935", + "School District Name": "Orleans Southwest Supervisory Union", + "Physical Address Line 1": "157 Daniels Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hardwick", + "Physical Address State": "VT ", + "Physical Address Zip": "05843", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13357079252003562", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900646", + "School District Name": "Noble Academy-Cleveland", + "Physical Address Line 1": "1200 E 200th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Euclid", + "Physical Address State": "OH ", + "Physical Address Zip": "44117", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900645", + "School District Name": "Noble Academy-Columbus", + "Physical Address Line 1": "1329 Bethel Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43220", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900197", + "School District Name": "Noli School", + "Physical Address Line 1": "24335 Soboba Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Jacinto", + "Physical Address State": "CA", + "Physical Address Zip": "92581", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305670", + "School District Name": "Nooksack Valley School District", + "Physical Address Line 1": "3326 E BADGER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EVERSON", + "Physical Address State": "WA ", + "Physical Address Zip": "98247", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.130550621669627", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102670", + "School District Name": "NORFOLK CITY PBLC SCHS", + "Physical Address Line 1": "800 E City Hall Ave.", + "Physical Address Line 2": "Room 1200", + "Physical Address Line 3": "", + "Physical Address City": "Norfolk", + "Physical Address State": "VA ", + "Physical Address Zip": "23510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.2144082332761578", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5510710", + "School District Name": "Norris School District", + "Physical Address Line 1": "W247S10395 Center Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mukwonago", + "Physical Address State": "WI ", + "Physical Address Zip": "53149", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "0", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305700", + "School District Name": "North Beach School District No. 64", + "Physical Address Line 1": "336 STATE ROUTE 113", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OCEAN SHORES", + "Physical Address State": "WA ", + "Physical Address Zip": "98569", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22580645161290322", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5006060", + "School District Name": "North Bennington Incorporated School District", + "Physical Address Line 1": "9 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Bennington", + "Physical Address State": "VT ", + "Physical Address Zip": "05257", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512510", + "School District Name": "North Cape School District", + "Physical Address Line 1": "11926 W Highway K", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franksville", + "Physical Address State": "WI ", + "Physical Address Zip": "53126", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07692307692307693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700386", + "School District Name": "North Carolina Cyber Academy", + "Physical Address Line 1": "2800 Meridian Parkway", + "Physical Address Line 2": "Suite 150", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27713", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901420", + "School District Name": "North Central Academy", + "Physical Address Line 1": "928 W Market St Ste B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tiffin", + "Physical Address State": "OH ", + "Physical Address Zip": "44883", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622140", + "School District Name": "SOUTH SENECA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "7263 S MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OVID", + "Physical Address State": "NY ", + "Physical Address Zip": "14521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23557692307692307", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300004", + "School District Name": "North Central Educational Service District 171", + "Physical Address Line 1": "430 Olds Station Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WENATCHEE", + "Physical Address State": "WA ", + "Physical Address Zip": "98801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100026", + "School District Name": "North Central ESD", + "Physical Address Line 1": "135 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Condon", + "Physical Address State": "OR ", + "Physical Address Zip": "97823", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622200", + "School District Name": "VAN HORNESVILLE-OWEN D YOUNG CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2316 STATE RT 80", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VAN HORNESVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13475", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18122977346278318", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209933", + "School District Name": "North Central Secure Trmnt Unt", + "Physical Address Line 1": "13 Kirkbride Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danville", + "Physical Address State": "PA ", + "Physical Address Zip": "17821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622380", + "School District Name": "PALMYRA-MACEDON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "151 HYDE PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PALMYRA", + "Physical Address State": "NY ", + "Physical Address Zip": "14522", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1181959564541213", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600032", + "School District Name": "North Central Special Ed Cooperative", + "Physical Address Line 1": "1200 S Jay St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aberdeen", + "Physical Address State": "SD ", + "Physical Address Zip": "57401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622410", + "School District Name": "PANAMA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "41 NORTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PANAMA", + "Physical Address State": "NY ", + "Physical Address Zip": "14767", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22434782608695653", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622440", + "School District Name": "PARISHVILLE-HOPKINTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "12 COUNTY RT 47", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARISHVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13672", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1814595660749507", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901611", + "School District Name": "North Columbus Preparatory Academy", + "Physical Address Line 1": "1965 Gladstone Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43211", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622470", + "School District Name": "PATCHOGUE-MEDFORD UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "241 S OCEAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PATCHOGUE", + "Physical Address State": "NY ", + "Physical Address Zip": "11772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07469050894085282", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622500", + "School District Name": "PAVILION CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "7014 BIG TREE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAVILION", + "Physical Address State": "NY ", + "Physical Address Zip": "14525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0799475753604194", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5009570", + "School District Name": "North Country Junior UHSD #22", + "Physical Address Line 1": "57 Junior High Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Derby", + "Physical Address State": "VT ", + "Physical Address Zip": "05829", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622530", + "School District Name": "PAWLING CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "515 RT 22", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAWLING", + "Physical Address State": "NY ", + "Physical Address Zip": "12564", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.078714859437751", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5009600", + "School District Name": "North Country Senior UHSD #22", + "Physical Address Line 1": "209 Veterans Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "VT ", + "Physical Address Zip": "05855", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622560", + "School District Name": "PEARL RIVER UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "135 W CROOKED HILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEARL RIVER", + "Physical Address State": "NY ", + "Physical Address Zip": "10965", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05238467552775606", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622650", + "School District Name": "PEEKSKILL CITY SCHOOL DISTRICT", + "Physical Address Line 1": "1031 ELM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEEKSKILL", + "Physical Address State": "NY ", + "Physical Address Zip": "10566", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20257330939557153", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622680", + "School District Name": "PELHAM UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "18 FRANKLIN PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PELHAM", + "Physical Address State": "NY ", + "Physical Address Zip": "10803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03796169630642955", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622710", + "School District Name": "PENFIELD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2590 ATLANTIC AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14625", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0469368520263902", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504980", + "School District Name": "North Crawford School District", + "Physical Address Line 1": "47050 County Road X", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Soldiers Grove", + "Physical Address State": "WI ", + "Physical Address Zip": "54655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22262773722627738", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622740", + "School District Name": "PENN YAN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1 SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PENN YAN", + "Physical Address State": "NY ", + "Physical Address Zip": "14527", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15171798304328424", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622770", + "School District Name": "PERRY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "33 WATKINS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PERRY", + "Physical Address State": "NY ", + "Physical Address Zip": "14530", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12160694896851248", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900068", + "School District Name": "North Davis Preparatory Academy", + "Physical Address Line 1": "1765 W HILLFIELD RD", + "Physical Address Line 2": "1591 W HILLFIELD RD", + "Physical Address Line 3": "", + "Physical Address City": "LAYTON", + "Physical Address State": "UT ", + "Physical Address Zip": "84041", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622830", + "School District Name": "PERU CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "17 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PERU", + "Physical Address State": "NY ", + "Physical Address Zip": "12972", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1728395061728395", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900216", + "School District Name": "North Dayton School Of Science & Discovery", + "Physical Address Line 1": "3901 Turner Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45415", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622890", + "School District Name": "PHELPS-CLIFTON SPRINGS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1490 RT 488", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLIFTON SPRINGS", + "Physical Address State": "NY ", + "Physical Address Zip": "14432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08644168146832445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102710", + "School District Name": "NORTHAMPTON CO PBLC SCHS", + "Physical Address Line 1": "7207 Young St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Machipongo", + "Physical Address State": "VA ", + "Physical Address Zip": "23405", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26778484673221514", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3622920", + "School District Name": "PHOENIX CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "116 VOLNEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHOENIX", + "Physical Address State": "NY ", + "Physical Address Zip": "13135", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17103064066852366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102730", + "School District Name": "NORTHUMBERLAND CO PBLC SCHS", + "Physical Address Line 1": "6958 Northumberland Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Heathsville", + "Physical Address State": "VA ", + "Physical Address Zip": "22473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2222222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623010", + "School District Name": "PINE BUSH CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "156 RT 302", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINE BUSH", + "Physical Address State": "NY ", + "Physical Address Zip": "12566", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1503669568185697", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623040", + "School District Name": "PINE PLAINS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2829 CHURCH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINE PLAINS", + "Physical Address State": "NY ", + "Physical Address Zip": "12567", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12036108324974924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102760", + "School District Name": "NORTON CITY PBLC SCHS", + "Physical Address Line 1": "205 Virginia Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norton", + "Physical Address State": "VA ", + "Physical Address Zip": "24273", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2916666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623070", + "School District Name": "PINE VALLEY CENTRAL SCHOOL DISTRICT (SOUTH DAYTON)", + "Physical Address Line 1": "7755 RT 83", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTH DAYTON", + "Physical Address State": "NY ", + "Physical Address Zip": "14138", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21403508771929824", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700323", + "School District Name": "North East Carolina Preparatory School", + "Physical Address Line 1": "274 Husky Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tarboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27886", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623130", + "School District Name": "PISECO COMMON SCHOOL DISTRICT", + "Physical Address Line 1": "1722 RT 8", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PISECO", + "Physical Address State": "NY ", + "Physical Address Zip": "12139", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102790", + "School District Name": "NOTTOWAY CO PBLC SCHS", + "Physical Address Line 1": "10321 East Colonial Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nottoway", + "Physical Address State": "VA ", + "Physical Address Zip": "23955", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20759030635573844", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623160", + "School District Name": "PITTSFORD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "75 BARKER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PITTSFORD", + "Physical Address State": "NY ", + "Physical Address Zip": "14534", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03619489559164733", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102820", + "School District Name": "ORANGE CO PBLC SCHS", + "Physical Address Line 1": "200 Dailey Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orange", + "Physical Address State": "VA ", + "Physical Address Zip": "22960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12366251534818452", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623190", + "School District Name": "PLAINEDGE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "241 WYNGATE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "N MASSAPEQUA", + "Physical Address State": "NY ", + "Physical Address Zip": "11758", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03251231527093596", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510740", + "School District Name": "North Fond du Lac School District", + "Physical Address Line 1": "1115 Thurke Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Fond du Lac", + "Physical Address State": "WI ", + "Physical Address Zip": "54937", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.11748053786270347", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623220", + "School District Name": "PLAINVIEW-OLD BETHPAGE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "106 WASHINGTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLAINVIEW", + "Physical Address State": "NY ", + "Physical Address Zip": "11803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.026872498570611778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305730", + "School District Name": "North Franklin School District", + "Physical Address Line 1": "1100 W CLARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CONNELL", + "Physical Address State": "WA ", + "Physical Address Zip": "99326", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13891362422083706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623280", + "School District Name": "PLATTSBURGH CITY SCHOOL DISTRICT", + "Physical Address Line 1": "49 BROAD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLATTSBURGH", + "Physical Address State": "NY ", + "Physical Address Zip": "12901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23189134808853118", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623310", + "School District Name": "PLEASANTVILLE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "60 ROMER AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLEASANTVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "10570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.034612964128382634", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623340", + "School District Name": "POCANTICO HILLS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "599 BEDFORD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SLEEPY HOLLOW", + "Physical Address State": "NY ", + "Physical Address Zip": "10591", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.056485355648535567", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305760", + "School District Name": "North Kitsap School District", + "Physical Address Line 1": "18360 Caldart Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Poulsbo", + "Physical Address State": "WA ", + "Physical Address Zip": "98370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08256628657782662", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623370", + "School District Name": "POLAND CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "74 COLD BROOK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "13431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1969439728353141", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509300", + "School District Name": "North Lake School District", + "Physical Address Line 1": "N75W31283 Highway VV", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Lake", + "Physical Address State": "WI ", + "Physical Address Zip": "53064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.028169014084507043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623430", + "School District Name": "PORT BYRON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "30 MAPLE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT BYRON", + "Physical Address State": "NY ", + "Physical Address Zip": "13140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501530", + "School District Name": "North Lakeland School District", + "Physical Address Line 1": "12686 County Road K", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manitowish Waters", + "Physical Address State": "WI ", + "Physical Address Zip": "54545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18072289156626506", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623460", + "School District Name": "PORT CHESTER-RYE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "113 BOWMAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT CHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "10573", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19462708998684952", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623490", + "School District Name": "PORT JEFFERSON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "550 SCRAGGY HILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT JEFFERSON", + "Physical Address State": "NY ", + "Physical Address Zip": "11777", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0373066424021838", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305790", + "School District Name": "North Mason School District", + "Physical Address Line 1": "250 East Campus Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belfair", + "Physical Address State": "WA ", + "Physical Address Zip": "98528", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15983772819472616", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623520", + "School District Name": "PORT JERVIS CITY SCHOOL DISTRICT", + "Physical Address Line 1": "9 THOMPSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT JERVIS", + "Physical Address State": "NY ", + "Physical Address Zip": "12771", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21058354476259514", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623580", + "School District Name": "PORT WASHINGTON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "100 CAMPUS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT WASHINGTON", + "Physical Address State": "NY ", + "Physical Address Zip": "11050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.052512998266897745", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280590", + "School District Name": "North Montco Tech Career Center", + "Physical Address Line 1": "1265 Sumneytown Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lansdale", + "Physical Address State": "PA ", + "Physical Address Zip": "19446", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623640", + "School District Name": "PORTVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "500 ELM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORTVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14643799472295516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700470", + "School District Name": "North Oak Academy", + "Physical Address Line 1": "No street address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27704", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623670", + "School District Name": "POTSDAM CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "29 LEROY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POTSDAM", + "Physical Address State": "NY ", + "Physical Address Zip": "13676", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1446280991735537", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623760", + "School District Name": "POUGHKEEPSIE CITY SCHOOL DISTRICT", + "Physical Address Line 1": "18 S PERRY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POUGHKEEPSIE", + "Physical Address State": "NY ", + "Physical Address Zip": "12601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2672645739910314", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623790", + "School District Name": "PRATTSBURGH CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1 ACADEMY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRATTSBURGH", + "Physical Address State": "NY ", + "Physical Address Zip": "14873", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.27474747474747474", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623880", + "School District Name": "PULASKI CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2 HINMAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PULASKI", + "Physical Address State": "NY ", + "Physical Address Zip": "13142", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18244575936883628", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3623970", + "School District Name": "PUTNAM CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "126 COUNTY RT 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PUTNAM STATION", + "Physical Address State": "NY ", + "Physical Address Zip": "12861", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1348314606741573", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624000", + "School District Name": "PUTNAM VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "171 OSCAWANA LAKE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PUTNAM VALLEY", + "Physical Address State": "NY ", + "Physical Address Zip": "10579", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06390748630553865", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700460", + "School District Name": "North Raleigh Charter Academy", + "Physical Address Line 1": "301 N. Wilmington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27604", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624030", + "School District Name": "QUEENSBURY UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "429 AVIATION RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUEENSBURY", + "Physical Address State": "NY ", + "Physical Address Zip": "12804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.10533869115958668", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624060", + "School District Name": "QUOGUE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "10 EDGEWOOD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUOGUE", + "Physical Address State": "NY ", + "Physical Address Zip": "11959", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.046357615894039736", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305820", + "School District Name": "North River School District", + "Physical Address Line 1": "2867 N RIVER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COSMOPOLIS", + "Physical Address State": "WA ", + "Physical Address Zip": "98537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14814814814814814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624090", + "School District Name": "RANDOLPH CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "18 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RANDOLPH", + "Physical Address State": "NY ", + "Physical Address Zip": "14772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18146718146718147", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000802", + "School District Name": "NORTH ROCK CREEK", + "Physical Address Line 1": "42400 Garrett's Lake Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shawnee", + "Physical Address State": "OK ", + "Physical Address Zip": "74804", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624120", + "School District Name": "RAQUETTE LAKE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "115 RT 28", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RAQUETTE LAKE", + "Physical Address State": "NY ", + "Physical Address Zip": "13436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624150", + "School District Name": "RAVENA-COEYMANS-SELKIRK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "15 MOUNTAIN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RAVENA", + "Physical Address State": "NY ", + "Physical Address Zip": "12143", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11589068825910931", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624210", + "School District Name": "RED CREEK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "6624 SOUTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RED CREEK", + "Physical Address State": "NY ", + "Physical Address Zip": "13143", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1852704257767549", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624240", + "School District Name": "RED HOOK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "9 MILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RED HOOK", + "Physical Address State": "NY ", + "Physical Address Zip": "12571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.0659090909090909", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901625", + "School District Name": "North Shore High School", + "Physical Address Line 1": "4750 Turney Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garfield Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44125", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624360", + "School District Name": "REMSEN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "MARGARET DAVIS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REMSEN", + "Physical Address State": "NY ", + "Physical Address Zip": "13438", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1347517730496454", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900025", + "School District Name": "North Star Academy", + "Physical Address Line 1": "2920 W 14000 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bluffdale", + "Physical Address State": "UT ", + "Physical Address Zip": "84065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624420", + "School District Name": "REMSENBURG-SPEONK UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "11 MILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REMSENBURG", + "Physical Address State": "NY ", + "Physical Address Zip": "11960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0741687979539642", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624450", + "School District Name": "RENSSELAER CITY SCHOOL DISTRICT", + "Physical Address Line 1": "25 VAN RENSSELAER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RENSSELAER", + "Physical Address State": "NY ", + "Physical Address Zip": "12144", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2282793867120954", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624480", + "School District Name": "RHINEBECK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "45 N PARK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RHINEBECK", + "Physical Address State": "NY ", + "Physical Address Zip": "12572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06931608133086876", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624570", + "School District Name": "RICHFIELD SPRINGS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "93 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHFIELD SPRINGS", + "Physical Address State": "NY ", + "Physical Address Zip": "13439", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21810699588477367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624660", + "School District Name": "RIPLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "12 N STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIPLEY", + "Physical Address State": "NY ", + "Physical Address Zip": "14775", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17966101694915254", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800187", + "School District Name": "NORTH TEXAS COLLEGIATE ACADEMY", + "Physical Address Line 1": "4601 N 1 35", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DENTON", + "Physical Address State": "TX ", + "Physical Address Zip": "76207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624690", + "School District Name": "RIVERHEAD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "700 OSBORN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIVERHEAD", + "Physical Address State": "NY ", + "Physical Address Zip": "11901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10528091783364266", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305850", + "School District Name": "North Thurston Public Schools", + "Physical Address Line 1": "305 COLLEGE ST NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LACEY", + "Physical Address State": "WA ", + "Physical Address Zip": "98516", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.10323734779848809", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624750", + "School District Name": "ROCHESTER CITY SCHOOL DISTRICT", + "Physical Address Line 1": "131 W BROAD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14614", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.38893822925917987", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3624780", + "School District Name": "ROCKVILLE CENTRE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "128 SHEPHERD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCKVILLE CENTRE", + "Physical Address State": "NY ", + "Physical Address Zip": "11570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03122043519394513", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624840", + "School District Name": "ROCKY POINT UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "90 ROCKY PT-YAPHANK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCKY POINT", + "Physical Address State": "NY ", + "Physical Address Zip": "11778", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880700", + "School District Name": "NORTH VALLEY AREA CAREER & TECHNICAL CENTER", + "Physical Address Line 1": "1540 School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grafton", + "Physical Address State": "ND ", + "Physical Address Zip": "58237", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624900", + "School District Name": "ROME CITY SCHOOL DISTRICT", + "Physical Address Line 1": "409 BELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROME", + "Physical Address State": "NY ", + "Physical Address Zip": "13440", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.22188612099644128", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624930", + "School District Name": "ROMULUS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5705 RT 96", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROMULUS", + "Physical Address State": "NY ", + "Physical Address Zip": "14541", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900643", + "School District Name": "North Woods Career Prep High School", + "Physical Address Line 1": "1900 E Dublin Granville Rd Ste 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43229", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624960", + "School District Name": "RONDOUT VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "122 KYSERIKE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ACCORD", + "Physical Address State": "NY ", + "Physical Address Zip": "12404", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13301435406698564", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3624990", + "School District Name": "ROOSEVELT UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "240 DENTON PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROOSEVELT", + "Physical Address State": "NY ", + "Physical Address Zip": "11575", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1689106487148103", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625020", + "School District Name": "ROSCOE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "6 ACADEMY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSCOE", + "Physical Address State": "NY ", + "Physical Address Zip": "12776", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11637931034482758", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700394", + "School District Name": "Northeast Academy of Aerospace & AdvTech", + "Physical Address Line 1": "1413 W Ehringhaus St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elizabeth City", + "Physical Address State": "NC ", + "Physical Address Zip": "27909", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625050", + "School District Name": "ROSLYN UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "300 HARBOR HILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSLYN", + "Physical Address State": "NY ", + "Physical Address Zip": "11576", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04648493543758967", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625110", + "School District Name": "ROXBURY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "53729 NYS RT 30", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROXBURY", + "Physical Address State": "NY ", + "Physical Address Zip": "12474", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15637860082304528", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625140", + "School District Name": "ROYALTON-HARTLAND CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "54 STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDDLEPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "14105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12464788732394366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625170", + "School District Name": "RUSH-HENRIETTA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2034 LEHIGH STATION RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HENRIETTA", + "Physical Address State": "NY ", + "Physical Address Zip": "14467", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12104517550763419", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625260", + "School District Name": "RYE CITY SCHOOL DISTRICT", + "Physical Address Line 1": "555 THEODORE FREMD AVE-ST B-101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RYE", + "Physical Address State": "NY ", + "Physical Address Zip": "10580", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02804278693263949", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625290", + "School District Name": "RYE NECK UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "310 HORNIDGE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAMARONECK", + "Physical Address State": "NY ", + "Physical Address Zip": "10543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04800936768149883", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625350", + "School District Name": "SACHEM CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "51 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAKE RONKONKOMA", + "Physical Address State": "NY ", + "Physical Address Zip": "11779", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.041895659099960174", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000415", + "School District Name": "Northeast Kingdom Choice School District", + "Physical Address Line 1": "318 Christian Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canaan", + "Physical Address State": "VT ", + "Physical Address Zip": "05903", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625380", + "School District Name": "SAG HARBOR UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "200 JERMAIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAG HARBOR", + "Physical Address State": "NY ", + "Physical Address Zip": "11963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05887300252312868", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000373", + "School District Name": "Northeast Kingdom Learning Services", + "Physical Address Line 1": "1 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "VT ", + "Physical Address Zip": "05855", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625410", + "School District Name": "SAGAPONACK COMMON SCHOOL DISTRICT", + "Physical Address Line 1": "400 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAGAPONACK", + "Physical Address State": "NY ", + "Physical Address Zip": "11962", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.056", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625440", + "School District Name": "SALAMANCA CITY SCHOOL DISTRICT", + "Physical Address Line 1": "50 IROQUOIS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALAMANCA", + "Physical Address State": "NY ", + "Physical Address Zip": "14779", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2727925340990668", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625470", + "School District Name": "SALEM CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "41 E BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALEM", + "Physical Address State": "NY ", + "Physical Address Zip": "12865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2179930795847751", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625500", + "School District Name": "SALMON RIVER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "637 COUNTY RT 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT COVINGTON", + "Physical Address State": "NY ", + "Physical Address Zip": "12937", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3166208791208791", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625650", + "School District Name": "SANDY CREEK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "124 SALISBURY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANDY CREEK", + "Physical Address State": "NY ", + "Physical Address Zip": "13145", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18411552346570398", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901376", + "School District Name": "Northeast Ohio College Preparatory School", + "Physical Address Line 1": "2280 Professor Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44113", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625740", + "School District Name": "SARANAC LAKE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "79 CANARAS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SARANAC LAKE", + "Physical Address State": "NY ", + "Physical Address Zip": "12983", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12440191387559808", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700321", + "School District Name": "Northeast Regional School - Biotech/Agri", + "Physical Address Line 1": "1215 Saint Andrews St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamesville", + "Physical Address State": "NC ", + "Physical Address Zip": "27846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625770", + "School District Name": "SARATOGA SPRINGS CITY SD", + "Physical Address Line 1": "3 BLUE STREAK BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SARATOGA SPRINGS", + "Physical Address State": "NY ", + "Physical Address Zip": "12866", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.07694491766042022", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000083", + "School District Name": "NORTHEAST TECH. CENTER- AFTON", + "Physical Address Line 1": "19901 South Highway 69", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Afton", + "Physical Address State": "OK ", + "Physical Address Zip": "74331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625800", + "School District Name": "SAUGERTIES CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "310 WASHINGTON AVE EXT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAUGERTIES", + "Physical Address State": "NY ", + "Physical Address Zip": "12477", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.12276119402985075", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000754", + "School District Name": "NORTHEAST TECH. CENTER- CLAREMORE", + "Physical Address Line 1": "1901 N HIGHWAY 88", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLAREMORE", + "Physical Address State": "OK ", + "Physical Address Zip": "74017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625920", + "School District Name": "SAYVILLE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "99 GREELEY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAYVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "11782", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02590129506475324", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000060", + "School District Name": "NORTHEAST TECH. CENTER- KANSAS", + "Physical Address Line 1": "450 North Highway 59", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kansas", + "Physical Address State": "OK ", + "Physical Address Zip": "74347", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625950", + "School District Name": "SCARSDALE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "2 BREWSTER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCARSDALE", + "Physical Address State": "NY ", + "Physical Address Zip": "10583", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02180750681484588", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000072", + "School District Name": "NORTHEAST TECH. CENTER- PRYOR", + "Physical Address Line 1": "6195 West Highway 20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pryor", + "Physical Address State": "OK ", + "Physical Address Zip": "74361", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3625980", + "School District Name": "SCHALMONT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "4 SABRE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCHENECTADY", + "Physical Address State": "NY ", + "Physical Address Zip": "12306", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08526764566556135", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4680170", + "School District Name": "NORTHEAST TECHNICAL HIGH SCHOOL", + "Physical Address Line 1": "1311 3rd Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Watertown", + "Physical Address State": "SD ", + "Physical Address Zip": "57201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626010", + "School District Name": "SCHENECTADY CITY SCHOOL DISTRICT", + "Physical Address Line 1": "108 EDUCATION DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCHENECTADY", + "Physical Address State": "NY ", + "Physical Address Zip": "12303", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.3150019062142585", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626070", + "School District Name": "SCHODACK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1477 S SCHODACK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASTLETON", + "Physical Address State": "NY ", + "Physical Address Zip": "12033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.061224489795918366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5680180", + "School District Name": "Northeast Wyoming BOCES", + "Physical Address Line 1": "410 N. Miller Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gillette", + "Physical Address State": "WY ", + "Physical Address Zip": "82716", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626100", + "School District Name": "SCHOHARIE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "136 ACADEMY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCHOHARIE", + "Physical Address State": "NY ", + "Physical Address Zip": "12157", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16379310344827586", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289290", + "School District Name": "Northeastern Educational IU 19", + "Physical Address Line 1": "1200 Line St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Archbald", + "Physical Address State": "PA ", + "Physical Address Zip": "18403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626130", + "School District Name": "SCHROON LAKE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1125 US RT 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCHROON LAKE", + "Physical Address State": "NY ", + "Physical Address Zip": "12870", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17889908256880735", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900028", + "School District Name": "Northeastern Utah Ed. Serv.", + "Physical Address Line 1": "35 South Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEBER CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626160", + "School District Name": "SCHUYLERVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "14 SPRING ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCHUYLERVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12871", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08953418027828192", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626190", + "School District Name": "SCIO CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "3968 WASHINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCIO", + "Physical Address State": "NY ", + "Physical Address Zip": "14880", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20658682634730538", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626310", + "School District Name": "SCOTIA-GLENVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "900 PREDDICE PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTIA", + "Physical Address State": "NY ", + "Physical Address Zip": "12302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08125232948192322", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900041", + "School District Name": "Northern Cheyenne Tribal School", + "Physical Address Line 1": "#1 Campus Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Busby", + "Physical Address State": "MT", + "Physical Address Zip": "59016", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626400", + "School District Name": "SEAFORD UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1600 WASHINGTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEAFORD", + "Physical Address State": "NY ", + "Physical Address Zip": "11783", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023996852871754525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626430", + "School District Name": "SENECA FALLS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "98 CLINTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SENECA FALLS", + "Physical Address State": "NY ", + "Physical Address Zip": "13148", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1886380189366351", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626520", + "School District Name": "SEWANHAKA CENTRAL HIGH SCHOOL DISTRICT", + "Physical Address Line 1": "77 LANDAU AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FLORAL PARK", + "Physical Address State": "NY ", + "Physical Address Zip": "11001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05643795002117747", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626580", + "School District Name": "SHARON SPRINGS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "514 ST RT 20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHARON SPRINGS", + "Physical Address State": "NY ", + "Physical Address Zip": "13459", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22033898305084745", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626640", + "School District Name": "SHELTER ISLAND UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "33 N FERRY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHELTER ISLAND", + "Physical Address State": "NY ", + "Physical Address Zip": "11964", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07102272727272728", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626670", + "School District Name": "SHENENDEHOWA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5 CHELSEA PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLIFTON PARK", + "Physical Address State": "NY ", + "Physical Address Zip": "12065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04973723723723724", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305880", + "School District Name": "Northport School District", + "Physical Address Line 1": "404 10TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTHPORT", + "Physical Address State": "WA ", + "Physical Address Zip": "99157", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2643171806167401", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626700", + "School District Name": "SHERBURNE-EARLVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "15 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHERBURNE", + "Physical Address State": "NY ", + "Physical Address Zip": "13460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1798780487804878", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000441", + "School District Name": "Northern Mountain Valley Unified Union School District #85", + "Physical Address Line 1": "80 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richford", + "Physical Address State": "VT ", + "Physical Address Zip": "05476", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626730", + "School District Name": "SHERMAN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "127 PARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHERMAN", + "Physical Address State": "NY ", + "Physical Address Zip": "14781", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20284697508896798", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305910", + "School District Name": "Northshore School District", + "Physical Address Line 1": "3330 Monte Villa Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOTHELL", + "Physical Address State": "WA ", + "Physical Address Zip": "98021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03844571599536258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626760", + "School District Name": "SHERRILL CITY SCHOOL DISTRICT", + "Physical Address Line 1": "5275 STATE RT 31", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VERONA", + "Physical Address State": "NY ", + "Physical Address Zip": "13478", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10607569721115538", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100097", + "School District Name": "NORTHERN NECK REGIONAL ALTERNATIVE ED", + "Physical Address Line 1": "13946 Historyland Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warsaw", + "Physical Address State": "VA ", + "Physical Address Zip": "22572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626840", + "School District Name": "SHOREHAM-WADING RIVER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "250B RT 25A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHOREHAM", + "Physical Address State": "NY ", + "Physical Address Zip": "11786", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.020398481973434534", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305940", + "School District Name": "Oak Harbor School District", + "Physical Address Line 1": "350 S OAK HARBOR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OAK HARBOR", + "Physical Address State": "WA ", + "Physical Address Zip": "98277", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09041945487187857", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626850", + "School District Name": "SIDNEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "95 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SIDNEY", + "Physical Address State": "NY ", + "Physical Address Zip": "13838", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23137254901960785", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100012", + "School District Name": "NORTHERN NECK TECHNICAL CENTER", + "Physical Address Line 1": "13946 Historyland Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warsaw", + "Physical Address State": "VA ", + "Physical Address Zip": "22572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626880", + "School District Name": "SILVER CREEK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1 DICKINSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SILVER CREEK", + "Physical Address State": "NY ", + "Physical Address Zip": "14136", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18614718614718614", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5305970", + "School District Name": "Oakesdale School District", + "Physical Address Line 1": "FIRST & MCCOY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OAKESDALE", + "Physical Address State": "WA ", + "Physical Address Zip": "99158", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09448818897637795", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3626940", + "School District Name": "SKANEATELES CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "45 E ELIZABETH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SKANEATELES", + "Physical Address State": "NY ", + "Physical Address Zip": "13152", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06789250353606789", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504890", + "School District Name": "Northern Ozaukee School District", + "Physical Address Line 1": "401 Highland Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fredonia", + "Physical Address State": "WI ", + "Physical Address Zip": "53021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05638665132336018", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306000", + "School District Name": "Oakville School District", + "Physical Address Line 1": "103 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OAKVILLE", + "Physical Address State": "WA ", + "Physical Address Zip": "98568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15789473684210525", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627060", + "School District Name": "SMITHTOWN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "26 NEW YORK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SMITHTOWN", + "Physical Address State": "NY ", + "Physical Address Zip": "11787", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.02553748772236167", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880180", + "School District Name": "NORTHERN PLAINS SPECIAL ED UNIT", + "Physical Address Line 1": "109 8th Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanley", + "Physical Address State": "ND ", + "Physical Address Zip": "58784", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627120", + "School District Name": "SODUS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "6375 ROBINSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SODUS", + "Physical Address State": "NY ", + "Physical Address Zip": "14551", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.187374749498998", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306060", + "School District Name": "Ocean Beach School District", + "Physical Address Line 1": "500 Washington Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Long Beach", + "Physical Address State": "WA ", + "Physical Address Zip": "98631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19699812382739212", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627150", + "School District Name": "SOLVAY UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "299 BURY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOLVAY", + "Physical Address State": "NY ", + "Physical Address Zip": "13209", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1988988300068823", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306090", + "School District Name": "Ocosta School District", + "Physical Address Line 1": "2580 S MONTESANO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTPORT", + "Physical Address State": "WA ", + "Physical Address Zip": "98595", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28699551569506726", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627180", + "School District Name": "SOMERS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "250 RT 202", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOMERS", + "Physical Address State": "NY ", + "Physical Address Zip": "10589", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03493172435693871", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627210", + "School District Name": "SOUTH COLONIE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "102 LORALEE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALBANY", + "Physical Address State": "NY ", + "Physical Address Zip": "12205", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09954839976438248", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306120", + "School District Name": "Odessa School District", + "Physical Address Line 1": "311 S FIRST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ODESSA", + "Physical Address State": "WA ", + "Physical Address Zip": "99159", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13157894736842105", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627240", + "School District Name": "SOUTH GLENS FALLS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "42 MERRITT RD STE 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTH GLENS FALLS", + "Physical Address State": "NY ", + "Physical Address Zip": "12803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.09685379395434916", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400020", + "School District Name": "Northern RI Collaborative", + "Physical Address Line 1": "640 George Washington Hwy", + "Physical Address Line 2": "Bldg. B Suite 200", + "Physical Address Line 3": "", + "Physical Address City": "Lincoln", + "Physical Address State": "RI ", + "Physical Address Zip": "02865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627300", + "School District Name": "SOUTH HUNTINGTON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "60 WESTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUNTINGTON STATION", + "Physical Address State": "NY ", + "Physical Address Zip": "11746", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07632450331125828", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306150", + "School District Name": "Okanogan School District", + "Physical Address Line 1": "115 ROSE ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OKANOGAN", + "Physical Address State": "WA ", + "Physical Address Zip": "98840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1678391959798995", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627330", + "School District Name": "SOUTH KORTRIGHT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "58200 STATE HWY 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTH KORTRIGHT", + "Physical Address State": "NY ", + "Physical Address Zip": "13842", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17475728155339806", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627360", + "School District Name": "SOUTH LEWIS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "4264 EAST RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TURIN", + "Physical Address State": "NY ", + "Physical Address Zip": "13473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1869070208728653", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306180", + "School District Name": "Olympia School District", + "Physical Address Line 1": "111 BETHEL ST. NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OLYMPIA", + "Physical Address State": "WA ", + "Physical Address Zip": "98506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.10945320615733309", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627450", + "School District Name": "SOUTH ORANGETOWN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "160 VAN WYCK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLAUVELT", + "Physical Address State": "NY ", + "Physical Address Zip": "10913", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06548956661316212", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627540", + "School District Name": "SOUTHAMPTON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "70 LELAND LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTHAMPTON", + "Physical Address State": "NY ", + "Physical Address Zip": "11968", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06246773360867321", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306220", + "School District Name": "Omak School District", + "Physical Address Line 1": "619 W BARTLETT AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OMAK", + "Physical Address State": "WA ", + "Physical Address Zip": "98841", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21210553543714433", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627570", + "School District Name": "SOUTHERN CAYUGA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2384 RT 34B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AURORA", + "Physical Address State": "NY ", + "Physical Address Zip": "13026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14318975552968569", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280510", + "School District Name": "Northern Tier Career Center", + "Physical Address Line 1": "120 Career Center", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Towanda", + "Physical Address State": "PA ", + "Physical Address Zip": "18848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627620", + "School District Name": "SOUTHOLD UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "420 OAKLAWN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTHOLD", + "Physical Address State": "NY ", + "Physical Address Zip": "11971", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08258064516129032", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306240", + "School District Name": "Onalaska School District", + "Physical Address Line 1": "540 CARLISLE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ONALASKA", + "Physical Address State": "WA ", + "Physical Address Zip": "98570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15236051502145923", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627660", + "School District Name": "SOUTHWESTERN CENTRAL SCHOOL DISTRICT AT JAMESTOWN", + "Physical Address Line 1": "600 HUNT RD W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "JAMESTOWN", + "Physical Address State": "NY ", + "Physical Address Zip": "14701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1383960255500355", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306270", + "School District Name": "Onion Creek School District", + "Physical Address Line 1": "2006 LOTZE CREEK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "COLVILLE", + "Physical Address State": "WA ", + "Physical Address Zip": "99114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23809523809523808", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627750", + "School District Name": "SPENCER-VAN ETTEN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "16 DARTTS CROSSROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPENCER", + "Physical Address State": "NY ", + "Physical Address Zip": "14883", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17111770524233433", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627780", + "School District Name": "SPENCERPORT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "71 LYELL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPENCERPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "14559", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09074778200253486", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306300", + "School District Name": "Orcas Island School District", + "Physical Address Line 1": "557 SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EASTSOUND", + "Physical Address State": "WA ", + "Physical Address Zip": "98245", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14358108108108109", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627900", + "School District Name": "SPRINGS UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "48 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST HAMPTON", + "Physical Address State": "NY ", + "Physical Address Zip": "11937", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08664898320070734", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306330", + "School District Name": "Orchard Prairie School District", + "Physical Address Line 1": "7626 N. Orchard Prairie Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPOKANE", + "Physical Address State": "WA ", + "Physical Address Zip": "99203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03888888888888889", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306360", + "School District Name": "Orient School District", + "Physical Address Line 1": "374 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORIENT", + "Physical Address State": "WA ", + "Physical Address Zip": "99160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2440944881889764", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306390", + "School District Name": "Orondo School District", + "Physical Address Line 1": "100 ORONDO SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORONDO", + "Physical Address State": "WA ", + "Physical Address Zip": "98843", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18888888888888888", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3627990", + "School District Name": "SAINT REGIS FALLS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "92 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST REGIS FALLS", + "Physical Address State": "NY ", + "Physical Address Zip": "12980", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19934640522875818", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306420", + "School District Name": "Oroville School District", + "Physical Address Line 1": "816 JUNIPER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OROVILLE", + "Physical Address State": "WA ", + "Physical Address Zip": "98844", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29213483146067415", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628020", + "School District Name": "STAMFORD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1 RIVER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STAMFORD", + "Physical Address State": "NY ", + "Physical Address Zip": "12167", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23461538461538461", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280490", + "School District Name": "Northern Westmoreland CTC", + "Physical Address Line 1": "705 Stevenson Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Kensington", + "Physical Address State": "PA ", + "Physical Address Zip": "15068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628050", + "School District Name": "STARPOINT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "4363 MAPLETON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOCKPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "14094", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06172456575682382", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306450", + "School District Name": "Orting School District", + "Physical Address Line 1": "121 Whitesell St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORTING", + "Physical Address State": "WA ", + "Physical Address Zip": "98360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05994550408719346", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628110", + "School District Name": "STILLWATER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1068 HUDSON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STILLWATER", + "Physical Address State": "NY ", + "Physical Address Zip": "12170", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09034543844109831", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306480", + "School District Name": "Othello School District", + "Physical Address Line 1": "1025 S 1st Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OTHELLO", + "Physical Address State": "WA ", + "Physical Address Zip": "99344", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18944432525209182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628140", + "School District Name": "STOCKBRIDGE VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "6011 WILLIAMS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUNNSVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13409", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1784841075794621", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628200", + "School District Name": "THREE VILLAGE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "100 SUFFOLK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STONY BROOK", + "Physical Address State": "NY ", + "Physical Address Zip": "11790", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.025251718075755155", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5503860", + "School District Name": "Northland Pines School District", + "Physical Address Line 1": "1800 Pleasure Island Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eagle River", + "Physical Address State": "WI ", + "Physical Address Zip": "54521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14005412719891747", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628320", + "School District Name": "SUFFERN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "45 MOUNTAIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HILLBURN", + "Physical Address State": "NY ", + "Physical Address Zip": "10931", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11814345991561181", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628380", + "School District Name": "SUSQUEHANNA VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1040 CONKLIN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CONKLIN", + "Physical Address State": "NY ", + "Physical Address Zip": "13748", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11689106487148103", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900552", + "School District Name": "Northland Preparatory and Fitness Academy", + "Physical Address Line 1": "1875 Morse Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43229", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628500", + "School District Name": "SWEET HOME CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1901 SWEET HOME RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMHERST", + "Physical Address State": "NY ", + "Physical Address Zip": "14228", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15548125149271555", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628560", + "School District Name": "SYOSSET CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "99 PELL LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SYOSSET", + "Physical Address State": "NY ", + "Physical Address Zip": "11791", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04048347167613223", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628590", + "School District Name": "SYRACUSE CITY SCHOOL DISTRICT", + "Physical Address Line 1": "725 HARRISON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SYRACUSE", + "Physical Address State": "NY ", + "Physical Address Zip": "13210", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.37838935258290096", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628620", + "School District Name": "TACONIC HILLS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "73 COUNTY ROUTE 11A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CRARYVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1427613941018767", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280491", + "School District Name": "Northumberland County CTC", + "Physical Address Line 1": "1700-2000 West Montgomery Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coal Township", + "Physical Address State": "PA ", + "Physical Address Zip": "17866", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628650", + "School District Name": "UNION FREE SCHOOL DISTRICT OF THE TARRYTOWNS", + "Physical Address Line 1": "200 N BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SLEEPY HOLLOW", + "Physical Address State": "NY ", + "Physical Address Zip": "10591", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12822324267043447", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628680", + "School District Name": "TICONDEROGA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5 CALKINS PL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TICONDEROGA", + "Physical Address State": "NY ", + "Physical Address Zip": "12883", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18960244648318042", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628710", + "School District Name": "TIOGA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "3 5TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TIOGA CENTER", + "Physical Address State": "NY ", + "Physical Address Zip": "13845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2040586245772266", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4680280", + "School District Name": "Northwest Area Schools ED Cooperative", + "Physical Address Line 1": "503 N Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Isabel", + "Physical Address State": "SD ", + "Physical Address Zip": "57633", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628740", + "School District Name": "TONAWANDA CITY SCHOOL DISTRICT", + "Physical Address Line 1": "100 HINDS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TONAWANDA", + "Physical Address State": "NY ", + "Physical Address Zip": "14150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1466731423020884", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628800", + "School District Name": "TOWN OF WEBB UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "3002 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OLD FORGE", + "Physical Address State": "NY ", + "Physical Address Zip": "13420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18095238095238095", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628890", + "School District Name": "TRI-VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "34 MOORE HILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAHAMSVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628950", + "School District Name": "TROY CITY SCHOOL DISTRICT", + "Physical Address Line 1": "475 FIRST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TROY", + "Physical Address State": "NY ", + "Physical Address Zip": "12180", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2839407288746496", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3628980", + "School District Name": "TRUMANSBURG CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "100 WHIG ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRUMANSBURG", + "Physical Address State": "NY ", + "Physical Address Zip": "14886", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11376146788990826", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629040", + "School District Name": "TUCKAHOE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "65 SIWANOY BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EASTCHESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "10709", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06633081444164568", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629070", + "School District Name": "TUCKAHOE COMMON SCHOOL DISTRICT", + "Physical Address Line 1": "468 MAGEE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTHAMPTON", + "Physical Address State": "NY ", + "Physical Address Zip": "11968", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07936507936507936", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300008", + "School District Name": "Northwest Educational Service District 189", + "Physical Address Line 1": "1601 R AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ANACORTES", + "Physical Address State": "WA ", + "Physical Address Zip": "98221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629130", + "School District Name": "TULLY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "20 STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TULLY", + "Physical Address State": "NY ", + "Physical Address Zip": "13159", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10599571734475374", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629160", + "School District Name": "TUPPER LAKE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "294 HOSLEY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUPPER LAKE", + "Physical Address State": "NY ", + "Physical Address Zip": "12986", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15047879616963064", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900126", + "School District Name": "Northwest High School", + "Physical Address Line 1": "Pinon Street Bdg 1419", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shiprock", + "Physical Address State": "NM", + "Physical Address Zip": "87420", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629190", + "School District Name": "TUXEDO UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1 TORNADO DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUXEDO PARK", + "Physical Address State": "NY ", + "Physical Address Zip": "10987", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0712166172106825", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629250", + "School District Name": "UNION SPRINGS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "239 CAYUGA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UNION SPRINGS", + "Physical Address State": "NY ", + "Physical Address Zip": "13160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12432432432432433", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901613", + "School District Name": "Northwest Ohio Classical Academy", + "Physical Address Line 1": "5025 Glendale Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43614", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629280", + "School District Name": "UNIONDALE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "933 GOODRICH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UNIONDALE", + "Physical Address State": "NY ", + "Physical Address Zip": "11553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13022037293881955", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629370", + "School District Name": "UTICA CITY SCHOOL DISTRICT", + "Physical Address Line 1": "929 YORK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UTICA", + "Physical Address State": "NY ", + "Physical Address Zip": "13502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.33243196092114446", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629400", + "School District Name": "VALHALLA UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "316 COLUMBUS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALHALLA", + "Physical Address State": "NY ", + "Physical Address Zip": "10595", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.055628272251308904", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629430", + "School District Name": "VALLEY STREAM 13 UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "585 N CORONA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALLEY STREAM", + "Physical Address State": "NY ", + "Physical Address Zip": "11580", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06765232974910394", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100022", + "School District Name": "Northwest Regional ESD", + "Physical Address Line 1": "5825 NE Ray Cir", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsboro", + "Physical Address State": "OR ", + "Physical Address Zip": "97124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629460", + "School District Name": "VALLEY STREAM 24 UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "75 HORTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALLEY STREAM", + "Physical Address State": "NY ", + "Physical Address Zip": "11581", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08950366151342555", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629490", + "School District Name": "VALLEY STREAM 30 UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "175 N CENTRAL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALLEY STREAM", + "Physical Address State": "NY ", + "Physical Address Zip": "11580", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09873248832555037", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000095", + "School District Name": "NORTHWEST TECH. CENTER- ALVA", + "Physical Address Line 1": "1801 S 11TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALVA", + "Physical Address State": "OK ", + "Physical Address Zip": "73717", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629520", + "School District Name": "VALLEY STREAM CENTRAL HIGH SCHOOL DISTRICT", + "Physical Address Line 1": "1 KENT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALLEY STREAM", + "Physical Address State": "NY ", + "Physical Address Zip": "11580", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07034372501998401", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000071", + "School District Name": "NORTHWEST TECH. CENTER- FAIRVIEW", + "Physical Address Line 1": "801 Vo-Tech Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairview", + "Physical Address State": "OK ", + "Physical Address Zip": "73737", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629610", + "School District Name": "VESTAL CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "201 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VESTAL", + "Physical Address State": "NY ", + "Physical Address Zip": "13850", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07034551329853343", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289150", + "School District Name": "Northwest Tri-County IU 5", + "Physical Address Line 1": "252 Waterford St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edinboro", + "Physical Address State": "PA ", + "Physical Address Zip": "16412", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629640", + "School District Name": "VICTOR CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "953 HIGH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VICTOR", + "Physical Address State": "NY ", + "Physical Address Zip": "14564", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05379746835443038", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5600016", + "School District Name": "Northwest Wyoming BOCES", + "Physical Address Line 1": "250 East Arapahoe", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thermopolis", + "Physical Address State": "WY ", + "Physical Address Zip": "82443", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629670", + "School District Name": "VOORHEESVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "432 NEW SALEM RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VOORHEESVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "12186", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04598597038191738", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629760", + "School District Name": "WAINSCOTT COMMON SCHOOL DISTRICT", + "Physical Address Line 1": "47 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAINSCOTT", + "Physical Address State": "NY ", + "Physical Address Zip": "11975", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07377049180327869", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100025", + "School District Name": "NORTHWESTERN REG ED PGM", + "Physical Address Line 1": "1481 Senseny Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchester", + "Physical Address State": "VA ", + "Physical Address Zip": "22602", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629790", + "School District Name": "WALLKILL CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1500 STATE RTE 208", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALLKILL", + "Physical Address State": "NY ", + "Physical Address Zip": "12589", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10503005378044923", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200139", + "School District Name": "Northwood Academy CS", + "Physical Address Line 1": "4621 Castor Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629820", + "School District Name": "WALTON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "47-49 STOCKTON AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13856", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21904761904761905", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629850", + "School District Name": "WANTAGH UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "3301 BELTAGH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WANTAGH", + "Physical Address State": "NY ", + "Physical Address Zip": "11793", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023946360153256706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509720", + "School District Name": "Northwood School District", + "Physical Address Line 1": "N14463 Highway 53", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minong", + "Physical Address State": "WI ", + "Physical Address Zip": "54859", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24157303370786518", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629880", + "School District Name": "WAPPINGERS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "25 CORPORATE PARK DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOPEWELL JUNCTION", + "Physical Address State": "NY ", + "Physical Address Zip": "12533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06828462073764788", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629910", + "School District Name": "WARRENSBURG CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "103 SCHROON RIVER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARRENSBURG", + "Physical Address State": "NY ", + "Physical Address Zip": "12885", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.20689655172413793", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510770", + "School District Name": "Norwalk-Ontario-Wilton School District", + "Physical Address Line 1": "28861 Highway 131 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ontario", + "Physical Address State": "WI ", + "Physical Address Zip": "54651", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2522343594836147", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629940", + "School District Name": "WARSAW CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "153 W BUFFALO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARSAW", + "Physical Address State": "NY ", + "Physical Address Zip": "14569", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11098527746319366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510800", + "School District Name": "Norway J7 School District", + "Physical Address Line 1": "21016 7 Mile Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franksville", + "Physical Address State": "WI ", + "Physical Address Zip": "53126", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07692307692307693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3629970", + "School District Name": "WARWICK VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "225 WEST ST EXT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARWICK", + "Physical Address State": "NY ", + "Physical Address Zip": "10990", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05970149253731343", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630030", + "School District Name": "WASHINGTONVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "52 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASHINGTONVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "10992", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11602102394393615", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5006180", + "School District Name": "Norwich School District", + "Physical Address Line 1": "22 Church Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norwich", + "Physical Address State": "VT ", + "Physical Address Zip": "05055", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630060", + "School District Name": "WATERFORD-HALFMOON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "125 MIDDLETOWN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATERFORD", + "Physical Address State": "NY ", + "Physical Address Zip": "12188", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11985898942420682", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630120", + "School District Name": "WATERTOWN CITY SCHOOL DISTRICT", + "Physical Address Line 1": "1351 WASHINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATERTOWN", + "Physical Address State": "NY ", + "Physical Address Zip": "13601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2456953642384106", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630160", + "School District Name": "WATERVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "381 MADISON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATERVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "13480", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15920398009950248", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800072", + "School District Name": "NOVA ACADEMY", + "Physical Address Line 1": "6459 SCYENE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75227", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630210", + "School District Name": "WATERVLIET CITY SCHOOL DISTRICT", + "Physical Address Line 1": "1245 HILLSIDE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATERVLIET", + "Physical Address State": "NY ", + "Physical Address Zip": "12189", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2626699629171817", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630240", + "School District Name": "WATKINS GLEN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "303 12TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATKINS GLEN", + "Physical Address State": "NY ", + "Physical Address Zip": "14891", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.17757009345794392", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630270", + "School District Name": "WAVERLY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "15 FREDERICK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAVERLY", + "Physical Address State": "NY ", + "Physical Address Zip": "14892", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1988227599738391", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800201", + "School District Name": "NOVA ACADEMY SOUTHEAST", + "Physical Address Line 1": "2800 PRICHARD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75227", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630330", + "School District Name": "WAYNE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "6200 ONTARIO CTR RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ONTARIO CENTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07368421052631578", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630360", + "School District Name": "WEBSTER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "119 SOUTH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEBSTER", + "Physical Address State": "NY ", + "Physical Address Zip": "14580", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06363923717205774", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630420", + "School District Name": "WEEDSPORT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2821 E BRUTUS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEEDSPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "13166", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10776942355889724", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630450", + "School District Name": "WELLS CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1571 STATE RT 30", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WELLS", + "Physical Address State": "NY ", + "Physical Address Zip": "12190", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11304347826086956", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630480", + "School District Name": "WELLSVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "126 W STATE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WELLSVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14895", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17013086989992302", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400038", + "School District Name": "Nuestro Mundo Public Charter", + "Physical Address Line 1": "17-21 Gordon Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02905", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630540", + "School District Name": "WEST BABYLON UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "10 FARMINGDALE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST BABYLON", + "Physical Address State": "NY ", + "Physical Address Zip": "11704", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05300175835217282", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630600", + "School District Name": "WEST CANADA VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5447 STATE RT 28", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWPORT", + "Physical Address State": "NY ", + "Physical Address Zip": "13416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.185378590078329", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630630", + "School District Name": "WEST GENESEE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "300 SANDERSON DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAMILLUS", + "Physical Address State": "NY ", + "Physical Address Zip": "13031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07750730282375852", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630660", + "School District Name": "WEST HEMPSTEAD UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "252 CHESTNUT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST HEMPSTEAD", + "Physical Address State": "NY ", + "Physical Address Zip": "11552", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0636140135218193", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630690", + "School District Name": "WEST ISLIP UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "100 SHERMAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST ISLIP", + "Physical Address State": "NY ", + "Physical Address Zip": "11795", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0266844563042028", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630760", + "School District Name": "WEST PARK UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "2112 RT 9W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST PARK", + "Physical Address State": "NY ", + "Physical Address Zip": "12493", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630780", + "School District Name": "WEST SENECA CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1397 ORCHARD PARK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST SENECA", + "Physical Address State": "NY ", + "Physical Address Zip": "14224", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09408420197644511", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401050", + "School District Name": "OHIO COUNTY SCHOOLS", + "Physical Address Line 1": "2203 NATIONAL ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHEELING", + "Physical Address State": "WV ", + "Physical Address Zip": "26003", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16863323500491642", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630900", + "School District Name": "WEST VALLEY CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5359 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST VALLEY", + "Physical Address State": "NY ", + "Physical Address Zip": "14171", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15037593984962405", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800058", + "School District Name": "NYOS CHARTER SCHOOL", + "Physical Address Line 1": "12301 N LAMAR BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78753", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630960", + "School District Name": "WESTBURY UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "2 HITCHCOCK LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OLD WESTBURY", + "Physical Address State": "NY ", + "Physical Address Zip": "11568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14969208905731882", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3630990", + "School District Name": "WESTFIELD CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "203 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTFIELD", + "Physical Address State": "NY ", + "Physical Address Zip": "14787", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17665130568356374", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4670000", + "School District Name": "Oahe Special Education Cooperative", + "Physical Address Line 1": "3111 Chicago St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Java", + "Physical Address State": "SD ", + "Physical Address Zip": "57452", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631020", + "School District Name": "WESTHAMPTON BEACH UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "340 MILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTHAMPTON BEACH", + "Physical Address State": "NY ", + "Physical Address Zip": "11978", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08016032064128256", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510830", + "School District Name": "Oak Creek-Franklin Joint School District", + "Physical Address Line 1": "7630 S 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oak Creek", + "Physical Address State": "WI ", + "Physical Address Zip": "53154", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08878366380585972", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631050", + "School District Name": "WESTMORELAND CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5176 RT 233", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTMORELAND", + "Physical Address State": "NY ", + "Physical Address Zip": "13490", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700483", + "School District Name": "Oak Hill Charter School", + "Physical Address Line 1": "301 North Wilmington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27601", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631170", + "School District Name": "WHEATLAND-CHILI CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "13 BECKWITH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCOTTSVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11223203026481715", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631200", + "School District Name": "WHEELERVILLE UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "2417 STATE HWY 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CAROGA LAKE", + "Physical Address State": "NY ", + "Physical Address Zip": "12032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19594594594594594", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510860", + "School District Name": "Oakfield School District", + "Physical Address Line 1": "200 White St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakfield", + "Physical Address State": "WI ", + "Physical Address Zip": "53065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04040404040404041", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631260", + "School District Name": "WHITE PLAINS CITY SCHOOL DISTRICT", + "Physical Address Line 1": "5 HOMESIDE LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITE PLAINS", + "Physical Address State": "NY ", + "Physical Address Zip": "10605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1406751379797202", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631290", + "School District Name": "WHITEHALL CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "87 BUCKLEY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITEHALL", + "Physical Address State": "NY ", + "Physical Address Zip": "12887", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2245430809399478", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631320", + "School District Name": "WHITESBORO CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "65 ORISKANY BLVD-STE 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITESBORO", + "Physical Address State": "NY ", + "Physical Address Zip": "13492", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0956853536835926", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631350", + "School District Name": "WHITESVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "692 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITESVILLE", + "Physical Address State": "NY ", + "Physical Address Zip": "14897", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1598360655737705", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631380", + "School District Name": "WHITNEY POINT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "10 KEIBEL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITNEY POINT", + "Physical Address State": "NY ", + "Physical Address Zip": "13862", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14073071718538566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631440", + "School District Name": "WILLIAMSON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "4184 MILLER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILLIAMSON", + "Physical Address State": "NY ", + "Physical Address Zip": "14589", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11764705882352941", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631470", + "School District Name": "WILLIAMSVILLE CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "105 CASEY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAST AMHERST", + "Physical Address State": "NY ", + "Physical Address Zip": "14051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05359454561146112", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631500", + "School District Name": "WILLSBORO CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "29 SCHOOL LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILLSBORO", + "Physical Address State": "NY ", + "Physical Address Zip": "12996", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14457831325301204", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631560", + "School District Name": "WILSON CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "374 LAKE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILSON", + "Physical Address State": "NY ", + "Physical Address Zip": "14172", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10543933054393305", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631590", + "School District Name": "WINDHAM-ASHLAND-JEWETT CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "5411 STATE RT 23", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINDHAM", + "Physical Address State": "NY ", + "Physical Address Zip": "12496", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.181058495821727", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631740", + "School District Name": "WORCESTER CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "198 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WORCESTER", + "Physical Address State": "NY ", + "Physical Address Zip": "12197", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13496932515337423", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900383", + "School District Name": "Oakstone Community School", + "Physical Address Line 1": "5747 Cleveland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43231", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631800", + "School District Name": "WYANDANCH UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "1445 STRAIGHT PATH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WYANDANCH", + "Physical Address State": "NY ", + "Physical Address Zip": "11798", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14754731556585554", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631830", + "School District Name": "WYNANTSKILL UNION FREE SCHOOL DISTRICT", + "Physical Address Line 1": "25 EAST AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TROY", + "Physical Address State": "NY ", + "Physical Address Zip": "12180", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06382978723404255", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631860", + "School District Name": "WYOMING CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "1225 RT 19", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WYOMING", + "Physical Address State": "NY ", + "Physical Address Zip": "14591", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11507936507936507", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631920", + "School District Name": "YONKERS CITY SCHOOL DISTRICT", + "Physical Address Line 1": "1 LARKIN CTR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YONKERS", + "Physical Address State": "NY ", + "Physical Address Zip": "10701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20131263006242997", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631950", + "School District Name": "YORK CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2578 GENESEE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RETSOF", + "Physical Address State": "NY ", + "Physical Address Zip": "14539", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1239067055393586", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3631980", + "School District Name": "YORKTOWN CENTRAL SCHOOL DISTRICT", + "Physical Address Line 1": "2725 CROMPOND RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YORKTOWN HEIGHTS", + "Physical Address State": "NY ", + "Physical Address Zip": "10598", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05411084843708957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510890", + "School District Name": "Oconomowoc Area School District", + "Physical Address Line 1": "915 East Summit Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oconomowoc", + "Physical Address State": "WI ", + "Physical Address Zip": "53066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03881884538818845", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510950", + "School District Name": "Oconto Falls Public School District", + "Physical Address Line 1": "200 N Farm Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oconto Falls", + "Physical Address State": "WI ", + "Physical Address Zip": "54154", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08758314855875832", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510920", + "School District Name": "Oconto Unified School District", + "Physical Address Line 1": "400 Michigan Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oconto", + "Physical Address State": "WI ", + "Physical Address Zip": "54153", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14030384271671134", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100046", + "School District Name": "ODE Head Start", + "Physical Address Line 1": "255 Capitol St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "OR ", + "Physical Address Zip": "97310", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100384", + "School District Name": "ODE Hospital Program District", + "Physical Address Line 1": "255 Capitol St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "OR ", + "Physical Address Zip": "97310", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100045", + "School District Name": "ODE JDEP District", + "Physical Address Line 1": "255 Capitol St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "OR ", + "Physical Address Zip": "97310", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680380", + "School District Name": "OTSEGO-DELAWARE-SCHOHARIE-GREENE BOCES", + "Physical Address Line 1": "2020 JUMP BROOK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND GORGE", + "Physical Address State": "NY ", + "Physical Address Zip": "12434", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100049", + "School District Name": "ODE LTCT District", + "Physical Address Line 1": "255 Capitol St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "OR ", + "Physical Address Zip": "97310", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100043", + "School District Name": "ODE YCEP District", + "Physical Address Line 1": "255 Capitol St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "OR ", + "Physical Address Zip": "97310", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800108", + "School District Name": "ODYSSEY ACADEMY INC", + "Physical Address Line 1": "2412 61ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GALVESTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77551", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900021", + "School District Name": "Odyssey Charter School", + "Physical Address Line 1": "738 E QUALITY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "American Fork", + "Physical Address State": "UT ", + "Physical Address Zip": "84003", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680560", + "School District Name": "ONEIDA-HERKIMER-MADISON BOCES", + "Physical Address Line 1": "4747 MIDDLE STTLMNT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW HARTFORD", + "Physical Address State": "NY ", + "Physical Address Zip": "13413", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680580", + "School District Name": "ONONDAGA-CORTLAND-MADISON BOCES", + "Physical Address Line 1": "6820 THOMPSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SYRACUSE", + "Physical Address State": "NY ", + "Physical Address Zip": "13211", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680600", + "School District Name": "ONTARIO-SENECA-YATES-CAYUGA-WAYNE BOCES", + "Physical Address Line 1": "131 DRUMLIN CT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEWARK", + "Physical Address State": "NY ", + "Physical Address Zip": "14513", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680620", + "School District Name": "ORANGE-ULSTER BOCES", + "Physical Address Line 1": "53 GIBSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GOSHEN", + "Physical Address State": "NY ", + "Physical Address Zip": "10924", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680640", + "School District Name": "ORLEANS-NIAGARA BOCES", + "Physical Address Line 1": "4232 SHELBY BASIN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEDINA", + "Physical Address State": "NY ", + "Physical Address Zip": "14103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300318", + "School District Name": "Office of the Governor (Sch for Blind)", + "Physical Address Line 1": "2214 E. 13TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VANCOUVER", + "Physical Address State": "WA ", + "Physical Address Zip": "98661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680660", + "School District Name": "OSWEGO BOCES", + "Physical Address Line 1": "179 COUNTY RTE 64", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MEXICO", + "Physical Address State": "NY ", + "Physical Address Zip": "13114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900058", + "School District Name": "Ogden Preparatory Academy", + "Physical Address Line 1": "1415 Lincoln Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OGDEN", + "Physical Address State": "UT ", + "Physical Address Zip": "84404", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680680", + "School District Name": "PUTNAM-WESTCHESTER BOCES", + "Physical Address Line 1": "200 BOCES DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YORKTOWN HEIGHTS", + "Physical Address State": "NY ", + "Physical Address Zip": "10598", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680700", + "School District Name": "RENSSELAER-COLUMBIA-GREENE BOCES", + "Physical Address Line 1": "10 EMPIRE STATE BLVD-2ND FL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CASTLETON", + "Physical Address State": "NY ", + "Physical Address Zip": "12033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680720", + "School District Name": "ROCKLAND BOCES", + "Physical Address Line 1": "65 PARROTT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST NYACK", + "Physical Address State": "NY ", + "Physical Address Zip": "10994", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900238", + "School District Name": "Ohio Central School System", + "Physical Address Line 1": "4545 Fisher Rd Ste D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43228", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680740", + "School District Name": "SAINT LAWRENCE-LEWIS BOCES", + "Physical Address Line 1": "40 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANTON", + "Physical Address State": "NY ", + "Physical Address Zip": "13617", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901487", + "School District Name": "Ohio College Preparatory School", + "Physical Address Line 1": "21100 Southgate Park Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maple Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44137", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680780", + "School District Name": "SCHUYLER-STEUBEN-CHEMUNG-TIOGA-ALLEGANY BOCES", + "Physical Address Line 1": "9579 VOCATIONAL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAINTED POST", + "Physical Address State": "NY ", + "Physical Address Zip": "14870", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900250", + "School District Name": "Ohio Connections Academy Inc", + "Physical Address Line 1": "3615 Superior Ave E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901530", + "School District Name": "Ohio Construction Academy", + "Physical Address Line 1": "1725 Jetway Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43219", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680860", + "School District Name": "WESTERN SUFFOLK BOCES", + "Physical Address Line 1": "507 DEER PARK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DIX HILLS", + "Physical Address State": "NY ", + "Physical Address Zip": "11746", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901615", + "School District Name": "Ohio Digital Learning School", + "Physical Address Line 1": "1745 Indian Wood Cir", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maumee", + "Physical Address State": "OH ", + "Physical Address Zip": "43537", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680880", + "School District Name": "SULLIVAN BOCES", + "Physical Address Line 1": "15 SULLIVAN AVE-STE 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LIBERTY", + "Physical Address State": "NY ", + "Physical Address Zip": "12754", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905133", + "School District Name": "Ohio Hi-Point Career Center", + "Physical Address Line 1": "2280 State Route 540", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellefontaine", + "Physical Address State": "OH ", + "Physical Address Zip": "43311", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680900", + "School District Name": "TOMPKINS-SENECA-TIOGA BOCES", + "Physical Address Line 1": "555 WARREN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ITHACA", + "Physical Address State": "NY ", + "Physical Address Zip": "14850", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900002", + "School District Name": "Ohio School For The Blind", + "Physical Address Line 1": "5220 N High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43214", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680920", + "School District Name": "ULSTER BOCES", + "Physical Address Line 1": "175 RTE 32 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW PALTZ", + "Physical Address State": "NY ", + "Physical Address Zip": "12561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900001", + "School District Name": "Ohio School For The Deaf", + "Physical Address Line 1": "500 Morse Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43214", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680940", + "School District Name": "WASHINGTON-SARATOGA-WARREN-HAMILTON-ESSEX BOCES", + "Physical Address Line 1": "10 LACROSS ST-STE 6", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUDSON FALLS", + "Physical Address State": "NY ", + "Physical Address Zip": "12839", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3680960", + "School District Name": "WESTCHESTER BOCES", + "Physical Address Line 1": "17 BERKLEY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RYE BROOK", + "Physical Address State": "NY ", + "Physical Address Zip": "10573", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900180", + "School District Name": "Ohio Virtual Academy", + "Physical Address Line 1": "1690 Woodlands Dr Ste 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maumee", + "Physical Address State": "OH ", + "Physical Address Zip": "43537", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900162", + "School District Name": "Ohkay Owingeh Community School", + "Physical Address Line 1": "307 Community School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ohkay Owingeh", + "Physical Address State": "NM", + "Physical Address Zip": "87566", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900068", + "School District Name": "Ojibwa Indian School", + "Physical Address Line 1": "9620 42nd Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belcourt", + "Physical Address State": "ND", + "Physical Address Zip": "58316", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700012", + "School District Name": "Pitt County Schools", + "Physical Address Line 1": "1717 W 5th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "NC ", + "Physical Address Zip": "27834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.22035152636447733", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900084", + "School District Name": "Ojo Encino Day School", + "Physical Address Line 1": "HCR 79 Box 7", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cuba", + "Physical Address State": "NM", + "Physical Address Zip": "87013", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700021", + "School District Name": "The Learning Center", + "Physical Address Line 1": "945 Conaheeta Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Murphy", + "Physical Address State": "NC ", + "Physical Address Zip": "28906", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000786", + "School District Name": "OKLAHOMA CONNECTIONS ACADEMY", + "Physical Address Line 1": "2425 Nowata Place Suite 202", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BARTLESVILLE", + "Physical Address State": "OK ", + "Physical Address Zip": "74006", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000806", + "School District Name": "OKLAHOMA INFO AND TECH SCHOOL", + "Physical Address Line 1": "1955 W 33rd Street Ste 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Edmond", + "Physical Address State": "OK ", + "Physical Address Zip": "73013", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700025", + "School District Name": "Quality Education Academy", + "Physical Address Line 1": "5012-D Lansing Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winston-Salem", + "Physical Address State": "NC ", + "Physical Address Zip": "27105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000076", + "School District Name": "OKLAHOMA SCHOOL FOR THE BLIND", + "Physical Address Line 1": "3300 GIBSON STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MUSKOGEE", + "Physical Address State": "OK ", + "Physical Address Zip": "74403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000075", + "School District Name": "OKLAHOMA SCHOOL FOR THE DEAF", + "Physical Address Line 1": "1100 E Oklahoma Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sulphur", + "Physical Address State": "OK ", + "Physical Address Zip": "73086", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700029", + "School District Name": "Summit Charter", + "Physical Address Line 1": "370 Mitten Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cashiers", + "Physical Address State": "NC ", + "Physical Address Zip": "28717", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000778", + "School District Name": "OKLAHOMA VIRTUAL CHARTER ACAD", + "Physical Address Line 1": "1117 S Douglas Blvid Suite F", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Midwest City", + "Physical Address State": "OK ", + "Physical Address Zip": "73130", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000789", + "School District Name": "OKLAHOMA YOUTH ACADEMY", + "Physical Address Line 1": "3812 N Santa Fe", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73118", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901411", + "School District Name": "Old Brook High School", + "Physical Address Line 1": "4877 Pearl Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700033", + "School District Name": "The Academy of Moore County", + "Physical Address Line 1": "12588 US 15-501 Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aberdeen", + "Physical Address State": "NC ", + "Physical Address Zip": "28315", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700034", + "School District Name": "Rocky Mount Preparatory", + "Physical Address Line 1": "3334 Bishop Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rocky Mount", + "Physical Address State": "NC ", + "Physical Address Zip": "27804", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100253", + "School District Name": "OLD DOM JOB CORP", + "Physical Address Line 1": "1073 Father Judge Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "VA ", + "Physical Address Zip": "24574", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "6-Federal agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700474", + "School District Name": "Old Main Stream", + "Physical Address Line 1": "200 North Odum Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pembroke", + "Physical Address State": "NC ", + "Physical Address Zip": "28372", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700041", + "School District Name": "Bridges Academy", + "Physical Address Line 1": "2587 Pleasant Ridge Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "State Road", + "Physical Address State": "NC", + "Physical Address Zip": "28676", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700043", + "School District Name": "The Exploris School", + "Physical Address Line 1": "401 Hillsborough St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27603", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700046", + "School District Name": "Sterling Montessori Academy", + "Physical Address Line 1": "202 Treybrooke Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morrisville", + "Physical Address State": "NC ", + "Physical Address Zip": "27560", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700049", + "School District Name": "Sallie B Howard School", + "Physical Address Line 1": "1004 Herring Avenue E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilson", + "Physical Address State": "NC ", + "Physical Address Zip": "27893", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700050", + "School District Name": "River Mill Academy", + "Physical Address Line 1": "235 Cheeks Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Graham", + "Physical Address State": "NC ", + "Physical Address Zip": "27253", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700052", + "School District Name": "Tiller School", + "Physical Address Line 1": "1950 Live Oak Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beaufort", + "Physical Address State": "NC ", + "Physical Address Zip": "28516", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700053", + "School District Name": "Woods Charter School", + "Physical Address Line 1": "160 Woodland Grove Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chapel Hill", + "Physical Address State": "NC ", + "Physical Address Zip": "27516", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880300", + "School District Name": "OLIVER-MERCER SPECIAL ED UNIT", + "Physical Address Line 1": "507 1st Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hazen", + "Physical Address State": "ND ", + "Physical Address Zip": "58545", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200843", + "School District Name": "Olney Charter High School", + "Physical Address Line 1": "100 W Duncannon Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300007", + "School District Name": "Olympic Educational Service District 114", + "Physical Address Line 1": "105 NATIONAL AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BREMERTON", + "Physical Address State": "WA ", + "Physical Address Zip": "98312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510980", + "School District Name": "Omro School District", + "Physical Address Line 1": "455 Fox Trl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Omro", + "Physical Address State": "WI ", + "Physical Address Zip": "54963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.050694444444444445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511010", + "School District Name": "Onalaska School District", + "Physical Address Line 1": "237 2nd Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Onalaska", + "Physical Address State": "WI ", + "Physical Address Zip": "54650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.07924403183023873", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500083", + "School District Name": "One City Expeditionary Elementary School Agency", + "Physical Address Line 1": "1707 W. Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "WI ", + "Physical Address Zip": "53713", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700081", + "School District Name": "Research Triangle Charter", + "Physical Address Line 1": "2418 Ellis Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27703", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900114", + "School District Name": "Oneida Nation School", + "Physical Address Line 1": "N7125 Seminary Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oneida", + "Physical Address State": "WI", + "Physical Address Zip": "54155", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700085", + "School District Name": "The Mountain Community Sch", + "Physical Address Line 1": "613 Glover Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hendersonville", + "Physical Address State": "NC ", + "Physical Address Zip": "28792", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700089", + "School District Name": "Sugar Creek Charter", + "Physical Address Line 1": "4101 N Tryon Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700091", + "School District Name": "Sandhills Theatre Arts Renaiss", + "Physical Address Line 1": "140 Southern Dunes Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vass", + "Physical Address State": "NC ", + "Physical Address Zip": "28394", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511070", + "School District Name": "Oostburg School District", + "Physical Address Line 1": "410 New York Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oostburg", + "Physical Address State": "WI ", + "Physical Address Zip": "53070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.050655021834061134", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700093", + "School District Name": "Thomas Jefferson Classical Academy", + "Physical Address Line 1": "2527 US 221A Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mooresboro", + "Physical Address State": "NC ", + "Physical Address Zip": "28114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900118", + "School District Name": "Open Classroom", + "Physical Address Line 1": "134 D STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALT LAKE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700096", + "School District Name": "Vance Charter School", + "Physical Address Line 1": "2090 ROSS MILL ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henderson", + "Physical Address State": "NC ", + "Physical Address Zip": "27537", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700097", + "School District Name": "Raleigh Charter High School", + "Physical Address Line 1": "1307 Glenwood Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27605", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700098", + "School District Name": "Torchlight Academy", + "Physical Address Line 1": "3211 Bramer Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27604", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700099", + "School District Name": "Quest Academy", + "Physical Address Line 1": "10908 Strickland Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27615", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700101", + "School District Name": "Washington Montessori", + "Physical Address Line 1": "2330 Old Bath Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "NC ", + "Physical Address Zip": "27889", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700104", + "School District Name": "Piedmont Community Charter", + "Physical Address Line 1": "119 E. 2nd Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gastonia", + "Physical Address State": "NC ", + "Physical Address Zip": "28052", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700105", + "School District Name": "Phoenix Academy Inc", + "Physical Address Line 1": "7847 Clinard Farms Rd.", + "Physical Address Line 2": "Meeting Way St. & Mendenhall", + "Physical Address Line 3": "", + "Physical Address City": "High Point", + "Physical Address State": "NC ", + "Physical Address Zip": "27265", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700106", + "School District Name": "Success Institute Charter School", + "Physical Address Line 1": "1424-2 Rickert St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Statesville", + "Physical Address State": "NC ", + "Physical Address Zip": "28677", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511100", + "School District Name": "Oregon School District", + "Physical Address Line 1": "123 E Grove St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oregon", + "Physical Address State": "WI ", + "Physical Address Zip": "53575", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05123887418811643", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511160", + "School District Name": "Osceola School District", + "Physical Address Line 1": "331 Middle School Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Osceola", + "Physical Address State": "WI ", + "Physical Address Zip": "54020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.06438026474127558", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511190", + "School District Name": "Oshkosh Area School District", + "Physical Address Line 1": "215 S Eagle St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oshkosh", + "Physical Address State": "WI ", + "Physical Address Zip": "54902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.13331493237648356", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700112", + "School District Name": "Union Academy Charter School", + "Physical Address Line 1": "675 North ML King Jr Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "NC ", + "Physical Address Zip": "28110", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511220", + "School District Name": "Osseo-Fairchild School District", + "Physical Address Line 1": "50851 East St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Osseo", + "Physical Address State": "WI ", + "Physical Address Zip": "54758", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1622119815668203", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700113", + "School District Name": "PreEminent Charter School", + "Physical Address Line 1": "3815 Rock Quarry Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27610", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700114", + "School District Name": "Southern Wake Academy", + "Physical Address Line 1": "5108 Old Powell Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holly Springs", + "Physical Address State": "NC ", + "Physical Address Zip": "27540", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511310", + "School District Name": "Owen-Withee School District", + "Physical Address Line 1": "832 W 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Owen", + "Physical Address State": "WI ", + "Physical Address Zip": "54460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17092337917485265", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700118", + "School District Name": "The New Dimensions School", + "Physical Address Line 1": "550 Lenoir Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morganton", + "Physical Address State": "NC ", + "Physical Address Zip": "28655", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000400", + "School District Name": "Orange Southwest Unified School District", + "Physical Address Line 1": "24 Central Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Randolph", + "Physical Address State": "VT ", + "Physical Address Zip": "05060", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700127", + "School District Name": "Queen's Grant Community School", + "Physical Address Line 1": "6400 Matthews-Mint Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mint Hill", + "Physical Address State": "NC ", + "Physical Address Zip": "28227", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500008", + "School District Name": "Orangeburg 80", + "Physical Address Line 1": "6052 Slab Landing Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cope", + "Physical Address State": "SC ", + "Physical Address Zip": "29038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503917", + "School District Name": "Orangeburg 81", + "Physical Address Line 1": "3720 Magnolia Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orangeburg", + "Physical Address State": "SC ", + "Physical Address Zip": "29118", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503918", + "School District Name": "Orangeburg 82", + "Physical Address Line 1": "3656 Tee Vee Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santee", + "Physical Address State": "SC ", + "Physical Address Zip": "29142", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901597", + "School District Name": "Orchard Park Academy", + "Physical Address Line 1": "14440 Triskett Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700132", + "School District Name": "The Hawbridge School", + "Physical Address Line 1": "1735 Saxapahaw Bethlehem Churc", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saxapahaw", + "Physical Address State": "NC ", + "Physical Address Zip": "27340", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100009", + "School District Name": "Oregon Department of Education", + "Physical Address Line 1": "255 Capitol St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "OR ", + "Physical Address Zip": "97310", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800235", + "School District Name": "ORENDA CHARTER SCHOOL", + "Physical Address Line 1": "2951 WILLIAMS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GEORGETOWN", + "Physical Address State": "TX ", + "Physical Address Zip": "78628", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900308", + "School District Name": "Orion Academy", + "Physical Address Line 1": "1798 Queen City Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700137", + "School District Name": "Socrates Academy", + "Physical Address Line 1": "3909 Weddington Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Matthews", + "Physical Address State": "NC ", + "Physical Address Zip": "28105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000438", + "School District Name": "Orleans Southwest Union Elementary School District #94", + "Physical Address Line 1": "157 Daniels Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hardwick", + "Physical Address State": "VT ", + "Physical Address Zip": "05843", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700138", + "School District Name": "Two Rivers Community School", + "Physical Address Line 1": "1018 Archie Carroll Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boone", + "Physical Address State": "NC ", + "Physical Address Zip": "28607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700139", + "School District Name": "Voyager Academy", + "Physical Address Line 1": "101 Hock Parc Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27704", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000758", + "School District Name": "OSAGE COUNTY ILC", + "Physical Address Line 1": "207 E Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hominy", + "Physical Address State": "OK ", + "Physical Address Zip": "74035", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700141", + "School District Name": "Wilmington Preparatory Academy", + "Physical Address Line 1": "134 Cinema Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "NC ", + "Physical Address Zip": "28403", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700145", + "School District Name": "Pine Lake Preparatory", + "Physical Address Line 1": "104 Yellow Wood Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mooresville", + "Physical Address State": "NC ", + "Physical Address Zip": "28115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000392", + "School District Name": "Otter Valley Unified Union School District #53", + "Physical Address Line 1": "2997 Franklin Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brandon", + "Physical Address State": "VT ", + "Physical Address Zip": "05733", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700147", + "School District Name": "THINK SMART OUTREACH CENTER", + "Physical Address Line 1": "55 Think Smart Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erwin", + "Physical Address State": "NC ", + "Physical Address Zip": "28339", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700152", + "School District Name": "YMCA OF WAKE COUNTY", + "Physical Address Line 1": "No Local Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holly Springs", + "Physical Address State": "NC ", + "Physical Address Zip": "27540", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700154", + "School District Name": "YMCA OF NORTHWEST NC FORSYTH", + "Physical Address Line 1": "301 N Main St Suite 1900", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winston-Salem", + "Physical Address State": "NC ", + "Physical Address Zip": "27101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000437", + "School District Name": "Oxbow Unified Union School District #91", + "Physical Address Line 1": "530 Waits River Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bradford", + "Physical Address State": "VT ", + "Physical Address Zip": "05033", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700159", + "School District Name": "STATESVILLE HOUSING AUTHORITY", + "Physical Address Line 1": "110 West Allison Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Statesville", + "Physical Address State": "NC ", + "Physical Address Zip": "28677", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700338", + "School District Name": "Oxford Preparatory School", + "Physical Address Line 1": "6041 Landis Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxford", + "Physical Address State": "NC ", + "Physical Address Zip": "27565", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700170", + "School District Name": "VICTORIOUS COMMUNITY DEVELOPMENT", + "Physical Address Line 1": "2116 Page Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27703", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700173", + "School District Name": "TRANSYLVANIA COMMUNITY IN-SCHOOLS", + "Physical Address Line 1": "No Local Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bervard", + "Physical Address State": "NC ", + "Physical Address Zip": "28712", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700175", + "School District Name": "Roxboro Community School", + "Physical Address Line 1": "115 Lake Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roxboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27573", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700176", + "School District Name": "PROJECT EXCEL TEACH ACADEMICS", + "Physical Address Line 1": "504 East Green Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilson", + "Physical Address State": "NC ", + "Physical Address Zip": "27893", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700178", + "School District Name": "WAMY COMM ACTION INC", + "Physical Address Line 1": "No Local Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boone", + "Physical Address State": "NC ", + "Physical Address Zip": "28607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900159", + "School District Name": "Pacific Heritage Academy", + "Physical Address Line 1": "1755 W 1100 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALT LAKE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700315", + "School District Name": "Triad Math and Science Academy", + "Physical Address Line 1": "700 Creek Ridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023340", + "School District Name": "PADEN", + "Physical Address Line 1": "315 W 10th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paden", + "Physical Address State": "OK ", + "Physical Address Zip": "74860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833900", + "School District Name": "PADUCAH ISD", + "Physical Address Line 1": "810 GOODWIN ROOM 462", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PADUCAH", + "Physical Address State": "TX ", + "Physical Address Zip": "79248", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3150684931506849", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102850", + "School District Name": "PAGE CO PBLC SCHS", + "Physical Address Line 1": "735 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Luray", + "Physical Address State": "VA ", + "Physical Address Zip": "22835", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17120954003407154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000408", + "School District Name": "Paine Mountain School District", + "Physical Address Line 1": "111B Brush Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamstown", + "Physical Address State": "VT ", + "Physical Address Zip": "05679", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700324", + "School District Name": "Triangle Math and Science Academy", + "Physical Address Line 1": "312 Gregson Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cary", + "Physical Address State": "NC ", + "Physical Address Zip": "27511", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910015", + "School District Name": "Painesville City Local", + "Physical Address Line 1": "58 Jefferson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Painesville", + "Physical Address State": "OH ", + "Physical Address Zip": "44077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2671601615074024", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700325", + "School District Name": "The College Preparatory and Leadership A", + "Physical Address Line 1": "4201 Furniture Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jamestown", + "Physical Address State": "NC ", + "Physical Address Zip": "27282", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833960", + "School District Name": "PAINT CREEK ISD", + "Physical Address Line 1": "4485 FM 600", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HASKELL", + "Physical Address State": "TX ", + "Physical Address Zip": "79521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22033898305084745", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700326", + "School District Name": "Research Triangle High School", + "Physical Address Line 1": "3106 East NC Highway 54", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27709", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4833980", + "School District Name": "PAINT ROCK ISD", + "Physical Address Line 1": "698 S SIMS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAINT ROCK", + "Physical Address State": "TX ", + "Physical Address Zip": "76866", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24347826086956523", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904951", + "School District Name": "Paint Valley Local", + "Physical Address Line 1": "7454 Us Highway 50 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bainbridge", + "Physical Address State": "OH ", + "Physical Address Zip": "45612", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21392532795156408", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700329", + "School District Name": "Water's Edge Village School", + "Physical Address Line 1": "1126 Schoolhouse Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corolla", + "Physical Address State": "NC ", + "Physical Address Zip": "27927", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109430", + "School District Name": "Paisley SD 11", + "Physical Address Line 1": "260 Green St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paisley", + "Physical Address State": "OR ", + "Physical Address Zip": "97636", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1511627906976744", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700334", + "School District Name": "Uwharrie Charter Academy", + "Physical Address Line 1": "5154 US Hwy 220 Business South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Asheboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834020", + "School District Name": "PALACIOS ISD", + "Physical Address Line 1": "1209 12TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PALACIOS", + "Physical Address State": "TX ", + "Physical Address Zip": "77465", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2842339008142117", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700341", + "School District Name": "Willow Oak Montessori", + "Physical Address Line 1": "1476 Andrews Store Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27312", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834050", + "School District Name": "PALESTINE ISD", + "Physical Address Line 1": "1007 E PARK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PALESTINE", + "Physical Address State": "TX ", + "Physical Address Zip": "75801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23873626373626375", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700344", + "School District Name": "Summerfield Charter Academy", + "Physical Address Line 1": "5303 Hwy 220 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Summerfield", + "Physical Address State": "NC ", + "Physical Address Zip": "27358", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700346", + "School District Name": "Southeastern Academy", + "Physical Address Line 1": "12251 NC Hwy 41 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lumberton", + "Physical Address State": "NC ", + "Physical Address Zip": "28358", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306510", + "School District Name": "Palisades School District", + "Physical Address Line 1": "1114 PALISADES RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PALISADES", + "Physical Address State": "WA ", + "Physical Address Zip": "98845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20833333333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700348", + "School District Name": "Z.E.C.A. School of Arts and Technology", + "Physical Address Line 1": "1249 Hargett St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jacksonville", + "Physical Address State": "NC ", + "Physical Address Zip": "28540", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218330", + "School District Name": "Palisades SD", + "Physical Address Line 1": "39 Thomas Free Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kintnersville", + "Physical Address State": "PA ", + "Physical Address Zip": "18930", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09002557544757034", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700349", + "School District Name": "Thomas Academy", + "Physical Address Line 1": "302 Rube MCCRAY Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Waccamaw", + "Physical Address State": "NC ", + "Physical Address Zip": "28450", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700351", + "School District Name": "Paul R Brown Leadership Academy", + "Physical Address Line 1": "1360 Martin L King Jr Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elizabethtown", + "Physical Address State": "NC ", + "Physical Address Zip": "28337", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700352", + "School District Name": "The Institute for the Development of You", + "Physical Address Line 1": "4300 S. Miami Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27703", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700353", + "School District Name": "Pinnacle Classical Academy", + "Physical Address Line 1": "2401 Joes Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelby", + "Physical Address State": "NC ", + "Physical Address Zip": "28152", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700354", + "School District Name": "The Expedition School", + "Physical Address Line 1": "437 Dimmocks Mill Rd Ste 33", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hillsborough", + "Physical Address State": "NC ", + "Physical Address Zip": "27278", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834110", + "School District Name": "PALMER ISD", + "Physical Address Line 1": "303 BULLDOG WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PALMER", + "Physical Address State": "TX ", + "Physical Address Zip": "75152", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14035087719298245", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218360", + "School District Name": "Palmerton Area SD", + "Physical Address Line 1": "680 Fourth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palmerton", + "Physical Address State": "PA ", + "Physical Address Zip": "18071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13887506222000995", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700359", + "School District Name": "Pioneer Springs Community School", + "Physical Address Line 1": "9232 Bob Beatty Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28269", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218390", + "School District Name": "Palmyra Area SD", + "Physical Address Line 1": "1125 Park Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palmyra", + "Physical Address State": "PA ", + "Physical Address Zip": "17078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06336350643163412", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700361", + "School District Name": "The Franklin School of Innovation", + "Physical Address Line 1": "21 Innovation Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Asheville", + "Physical Address State": "NC ", + "Physical Address Zip": "28806", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700363", + "School District Name": "Reaching All Minds Academy", + "Physical Address Line 1": "2703 Holloway St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durham", + "Physical Address State": "NC ", + "Physical Address Zip": "27703", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511350", + "School District Name": "Palmyra-Eagle Area School District", + "Physical Address Line 1": "123 Burr Oak St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palmyra", + "Physical Address State": "WI ", + "Physical Address Zip": "53156", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06373429084380611", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700364", + "School District Name": "Wake Forest Charter Academy", + "Physical Address Line 1": "1851 Friendship Chapel Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wake Forest", + "Physical Address State": "NC ", + "Physical Address Zip": "27587", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700365", + "School District Name": "Three Rivers Academy", + "Physical Address Line 1": "118 County Farm Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windsor", + "Physical Address State": "NC ", + "Physical Address Zip": "27983", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700367", + "School District Name": "United Community School", + "Physical Address Line 1": "1406 Suther Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28213", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834140", + "School District Name": "PALO PINTO ISD", + "Physical Address Line 1": "821 OAK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PALO PINTO", + "Physical Address State": "TX ", + "Physical Address Zip": "76484", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23636363636363636", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700370", + "School District Name": "The Capitol Encore Academy", + "Physical Address Line 1": "126 Hay Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fayetteville", + "Physical Address State": "NC ", + "Physical Address Zip": "28301", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700374", + "School District Name": "Stewart Creek High School", + "Physical Address Line 1": "2701-F Freedom Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700377", + "School District Name": "Wayne Preparatory", + "Physical Address Line 1": "600 Tommy's Road", + "Physical Address Line 2": "Cottage B", + "Physical Address Line 3": "", + "Physical Address City": "Goldsboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27530", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700379", + "School District Name": "Wilson Preparatory Academy", + "Physical Address Line 1": "2755 Tilghman Rd N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilson", + "Physical Address State": "NC ", + "Physical Address Zip": "27896", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306540", + "School District Name": "Palouse School District", + "Physical Address Line 1": "600 E ALDER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PALOUSE", + "Physical Address State": "WA ", + "Physical Address Zip": "99161", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09583333333333334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703510", + "School District Name": "Pamlico County Schools", + "Physical Address Line 1": "507 Anderson Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bayboro", + "Physical Address State": "NC ", + "Physical Address Zip": "28515", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21120689655172414", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834170", + "School District Name": "PAMPA ISD", + "Physical Address Line 1": "1233 N HOBART", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAMPA", + "Physical Address State": "TX ", + "Physical Address Zip": "79065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2076429716729022", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200810", + "School District Name": "Pan American Academy CS", + "Physical Address Line 1": "2830 North American Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19133", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700387", + "School District Name": "Youngsville Academy", + "Physical Address Line 1": "2045 Hicks Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngsville", + "Physical Address State": "NC ", + "Physical Address Zip": "27596", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023370", + "School District Name": "PANAMA", + "Physical Address Line 1": "401 High School Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PANAMA", + "Physical Address State": "OK ", + "Physical Address Zip": "74951", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.24519230769230768", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700388", + "School District Name": "Piedmont Classical High School", + "Physical Address Line 1": "4100 YANCEYVILLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BROWNS SUMMIT", + "Physical Address State": "NC ", + "Physical Address Zip": "27214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700389", + "School District Name": "Shining Rock Classical Academy: CFA", + "Physical Address Line 1": "2150 Russ Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waynesville", + "Physical Address State": "NC ", + "Physical Address Zip": "28786", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904939", + "School District Name": "Pandora-Gilboa Local", + "Physical Address Line 1": "410 Rocket Ridge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pandora", + "Physical Address State": "OH ", + "Physical Address Zip": "45877", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06744868035190615", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700392", + "School District Name": "Queen City STEM School", + "Physical Address Line 1": "8701 Mallard Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28262", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700393", + "School District Name": "VERITAS Community School", + "Physical Address Line 1": "2600 Grimes Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834230", + "School District Name": "PANHANDLE ISD", + "Physical Address Line 1": "1001 ELSIE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PANHANDLE", + "Physical Address State": "TX ", + "Physical Address Zip": "79068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10675039246467818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700396", + "School District Name": "Winterville Charter Academy", + "Physical Address Line 1": "4160 Bayswater Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winterville", + "Physical Address State": "NC ", + "Physical Address Zip": "28590", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023400", + "School District Name": "PANOLA", + "Physical Address Line 1": "5558 NE 104th RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilburton", + "Physical Address State": "OK ", + "Physical Address Zip": "74578", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3442622950819672", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700397", + "School District Name": "RISE Southeast Raleigh Charter School", + "Physical Address Line 1": "3420 Idlewood Village Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27610", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800213", + "School District Name": "PANOLA CHARTER SCHOOL", + "Physical Address Line 1": "1110 FM 10", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARTHAGE", + "Physical Address State": "TX ", + "Physical Address Zip": "75633", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800007", + "School District Name": "PANTHER CREEK CISD", + "Physical Address Line 1": "129 PR 3421", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALERA", + "Physical Address State": "TX ", + "Physical Address Zip": "76884", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2926829268292683", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700401", + "School District Name": "Union Preparatory Academy at Indian Trai", + "Physical Address Line 1": "2324 Younts Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Indian Trail", + "Physical Address State": "NC ", + "Physical Address Zip": "28079", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218450", + "School District Name": "Panther Valley SD", + "Physical Address Line 1": "1 Panther Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lansford", + "Physical Address State": "PA ", + "Physical Address Zip": "18232", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.27884615384615385", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700402", + "School District Name": "Peak Charter Academy", + "Physical Address Line 1": "1601 Orchard Villas Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Apex", + "Physical Address State": "NC ", + "Physical Address Zip": "27502", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700403", + "School District Name": "Union Day School", + "Physical Address Line 1": "3000 TILLEY MORRIS ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEDDINGTON", + "Physical Address State": "NC ", + "Physical Address Zip": "28104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023430", + "School District Name": "PAOLI", + "Physical Address Line 1": "410 Stewart Street West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paoli", + "Physical Address State": "OK ", + "Physical Address Zip": "73074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13445378151260504", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900567", + "School District Name": "Par Excellence Academy", + "Physical Address Line 1": "1350 Granville Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newark", + "Physical Address State": "OH ", + "Physical Address Zip": "43055", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700409", + "School District Name": "Unity Classical Charter School", + "Physical Address Line 1": "1929 W Arrowood Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28217", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900052", + "School District Name": "Paradigm High School", + "Physical Address Line 1": "11577 S 3600 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTH JORDAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84095", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700416", + "School District Name": "UpROAR Leadership Academy", + "Physical Address Line 1": "5500 North Tryon St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28213", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834260", + "School District Name": "PARADISE ISD", + "Physical Address Line 1": "338 SCHOOLHOUSE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARADISE", + "Physical Address State": "TX ", + "Physical Address Zip": "76073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08733624454148471", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700417", + "School District Name": "Pine Springs Preparatory Academy", + "Physical Address Line 1": "220 Rosewood Centre Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holly Springs", + "Physical Address State": "NC ", + "Physical Address Zip": "27540", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700425", + "School District Name": "The Experiential School of Greensboro", + "Physical Address Line 1": "301 S Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700428", + "School District Name": "Raleigh Oak Charter School", + "Physical Address Line 1": "9400 Forum Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27615", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700433", + "School District Name": "Rolesville Charter Academy", + "Physical Address Line 1": "908 Eagle Scholars Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rolesville", + "Physical Address State": "NC ", + "Physical Address Zip": "27571", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511370", + "School District Name": "Pardeeville Area School District", + "Physical Address Line 1": "120 Oak St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pardeeville", + "Physical Address State": "WI ", + "Physical Address Zip": "53954", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10944808231992516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700434", + "School District Name": "Essie Mae Kiser Foxx Charter School", + "Physical Address Line 1": "729 N Long St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Spencer", + "Physical Address State": "NC", + "Physical Address Zip": "28039", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703360", + "School District Name": "Paris", + "Physical Address Line 1": "1219 Hwy 641 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paris", + "Physical Address State": "TN ", + "Physical Address Zip": "38242", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.30477634571645185", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834290", + "School District Name": "PARIS ISD", + "Physical Address Line 1": "1920 CLARKSVILLE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARIS", + "Physical Address State": "TX ", + "Physical Address Zip": "75460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3170534268753373", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511400", + "School District Name": "Paris J1 School District", + "Physical Address Line 1": "1901 176th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kenosha", + "Physical Address State": "WI ", + "Physical Address Zip": "53144", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.040697674418604654", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700446", + "School District Name": "Southwest Charlotte STEM Academy", + "Physical Address Line 1": "5203 Shopton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28278", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700447", + "School District Name": "Tillery Charter Academy", + "Physical Address Line 1": "204 Lambert Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Biscoe", + "Physical Address State": "NC ", + "Physical Address Zip": "27209", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700448", + "School District Name": "Pocosin Innovative Charter", + "Physical Address Line 1": "500 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Creswell", + "Physical Address State": "NC ", + "Physical Address Zip": "27928", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900750", + "School District Name": "Park City District", + "Physical Address Line 1": "2700 KEARNS BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Park City", + "Physical Address State": "UT ", + "Physical Address Zip": "84060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.04906771344455348", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700451", + "School District Name": "Ridgeview Charter School", + "Physical Address Line 1": "207 W. Bradley St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gastonia", + "Physical Address State": "NC ", + "Physical Address Zip": "28052", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700453", + "School District Name": "West Lake Preparatory Academy", + "Physical Address Line 1": "1691 Forney Creek", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Denver", + "Physical Address State": "NC ", + "Physical Address Zip": "28037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700454", + "School District Name": "Steele Creek Preparatory Academy", + "Physical Address Line 1": "2200 Shopton Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Charlotte", + "Physical Address State": "NC ", + "Physical Address Zip": "28217", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5605160", + "School District Name": "Park County School District # 1", + "Physical Address Line 1": "160 North Evarts", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Powell", + "Physical Address State": "WY ", + "Physical Address Zip": "82435", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1322150962012827", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5602070", + "School District Name": "Park County School District # 6", + "Physical Address Line 1": "919 Cody Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cody", + "Physical Address State": "WY ", + "Physical Address Zip": "82414", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11370839936608558", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700457", + "School District Name": "Wilmington School of the Arts", + "Physical Address Line 1": "231 Central Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "NC ", + "Physical Address Zip": "28401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5604380", + "School District Name": "Park County School District #16", + "Physical Address Line 1": "2107 Idaho", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Meeteetse", + "Physical Address State": "WY ", + "Physical Address Zip": "82433", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700458", + "School District Name": "Elaine Riddick Charter School", + "Physical Address Line 1": "1054 Harvey Point Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hertford", + "Physical Address State": "NC", + "Physical Address Zip": "27944", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700461", + "School District Name": "Davis Academy Chadbourn", + "Physical Address Line 1": "No street address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chadbourn", + "Physical Address State": "NC", + "Physical Address Zip": "28431", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700462", + "School District Name": "CE Academy", + "Physical Address Line 1": "101 Preston Executive Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cary", + "Physical Address State": "NC", + "Physical Address Zip": "27513", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700463", + "School District Name": "Revolution Academy", + "Physical Address Line 1": "3800 Oak Ridge Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Summerfield", + "Physical Address State": "NC ", + "Physical Address Zip": "27358", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800401", + "School District Name": "PARK RIVER AREA 8", + "Physical Address Line 1": "704 5th St W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Park River", + "Physical Address State": "ND ", + "Physical Address Zip": "58270", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4654270", + "School District Name": "Parker School District 60-4", + "Physical Address Line 1": "335 W 1st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parker", + "Physical Address State": "SD ", + "Physical Address Zip": "57053", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08225108225108226", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700468", + "School District Name": "Wake Preparatory Academy", + "Physical Address Line 1": "301 N. Wilmington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27604", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700471", + "School District Name": "Summit Creek Academy", + "Physical Address Line 1": "2126 Scott Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Browns Summit", + "Physical Address State": "NC ", + "Physical Address Zip": "27214", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218510", + "School District Name": "Parkland SD", + "Physical Address Line 1": "1210 Springhouse Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allentown", + "Physical Address State": "PA ", + "Physical Address Zip": "18104", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06131023838106671", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700472", + "School District Name": "Telra Institute", + "Physical Address Line 1": "807 S. Trade St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Matthews", + "Physical Address State": "NC ", + "Physical Address Zip": "28105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109480", + "School District Name": "Parkrose SD 3", + "Physical Address Line 1": "10636 NE Prescott St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portland", + "Physical Address State": "OR ", + "Physical Address Zip": "97220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.15671845189424913", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700473", + "School District Name": "School of the Arts for Boys Academy (SAB", + "Physical Address Line 1": "To Be Determined", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27312", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4654300", + "School District Name": "Parkston School District 33-3", + "Physical Address Line 1": "102C S Chapman Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parkston", + "Physical Address State": "SD ", + "Physical Address Zip": "57366", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12310286677908938", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511130", + "School District Name": "Parkview School District", + "Physical Address Line 1": "106 W Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orfordville", + "Physical Address State": "WI ", + "Physical Address Zip": "53576", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11210317460317461", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904857", + "School District Name": "Parkway Local", + "Physical Address Line 1": "400 Buckeye St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockford", + "Physical Address State": "OH ", + "Physical Address Zip": "45882", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11363636363636363", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280040", + "School District Name": "Parkway West CTC", + "Physical Address Line 1": "7101 Steubenville Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakdale", + "Physical Address State": "PA ", + "Physical Address Zip": "15071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904463", + "School District Name": "Parma City", + "Physical Address Line 1": "5311 Longwood Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parma", + "Physical Address State": "OH ", + "Physical Address Zip": "44134", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1556377585970681", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700482", + "School District Name": "The Math and Science Academy of Apex", + "Physical Address Line 1": "351 New Hill Olive Chapel Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Apex", + "Physical Address State": "NC ", + "Physical Address Zip": "27523", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3814940", + "School District Name": "PARSHALL 3", + "Physical Address Line 1": "601 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parshall", + "Physical Address State": "ND ", + "Physical Address Zip": "58770", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14336917562724014", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700484", + "School District Name": "Wake Preparatory Academy", + "Physical Address Line 1": "14111 Capital Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wake Forest", + "Physical Address State": "NC ", + "Physical Address Zip": "27587", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700486", + "School District Name": "Revitalize Charter School", + "Physical Address Line 1": "2235 Garner Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Raleigh", + "Physical Address State": "NC ", + "Physical Address Zip": "27610", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834320", + "School District Name": "PASADENA ISD", + "Physical Address Line 1": "1515 CHERRYBROOK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PASADENA", + "Physical Address State": "TX ", + "Physical Address Zip": "77502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.25866616428033157", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5900083", + "School District Name": "Paschal Sherman Indian School", + "Physical Address Line 1": "169 North End Omak Lake Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Omak", + "Physical Address State": "WA", + "Physical Address Zip": "98841", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306570", + "School District Name": "Pasco School District", + "Physical Address Line 1": "1215 W LEWIS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PASCO", + "Physical Address State": "WA ", + "Physical Address Zip": "99301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1332240015435076", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200882", + "School District Name": "Passport Academy CS", + "Physical Address Line 1": "933 Penn Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15222", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3701500", + "School District Name": "Winston Salem / Forsyth County Schools", + "Physical Address Line 1": "475 Corporate Square Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winston Salem", + "Physical Address State": "NC ", + "Physical Address Zip": "27105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.18131659345503184", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5306600", + "School District Name": "Pateros School District", + "Physical Address Line 1": "344 W BEACH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PATEROS", + "Physical Address State": "WA ", + "Physical Address Zip": "98846", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12203389830508475", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306630", + "School District Name": "Paterson School District", + "Physical Address Line 1": "51409 W PRIOR RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PATERSON", + "Physical Address State": "WA ", + "Physical Address Zip": "99345", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11363636363636363", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900129", + "School District Name": "Pathway School of Discovery", + "Physical Address Line 1": "173 Avondale Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45404", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500079", + "School District Name": "Pathways High Agency", + "Physical Address Line 1": "3022 W Wisconsin Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000021", + "School District Name": "Patricia Hannaford Career Center School District", + "Physical Address Line 1": "51 Charles Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middlebury", + "Physical Address State": "VT ", + "Physical Address Zip": "05753", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102880", + "School District Name": "PATRICK CO PBLC SCHS", + "Physical Address Line 1": "104 Rucker Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stuart", + "Physical Address State": "VA ", + "Physical Address Zip": "24171", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19628865979381444", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904759", + "School District Name": "Patrick Henry Local", + "Physical Address Line 1": "6900 State Route 18", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamler", + "Physical Address State": "OH ", + "Physical Address Zip": "43524", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11945031712473574", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901417", + "School District Name": "Patriot Preparatory Academy", + "Physical Address Line 1": "4938 Beatrice Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43227", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834380", + "School District Name": "PATTON SPRINGS ISD", + "Physical Address Line 1": "1261 E FM 193", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AFTON", + "Physical Address State": "TX ", + "Physical Address Zip": "79220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24390243902439024", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400032", + "School District Name": "Paul Cuffee Charter Sch", + "Physical Address Line 1": "459 Promenade Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02908", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904557", + "School District Name": "Paulding Exempted Village", + "Physical Address Line 1": "405 N Water St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Paulding", + "Physical Address State": "OH ", + "Physical Address Zip": "45879", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15894797026872498", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023550", + "School District Name": "PAULS VALLEY", + "Physical Address Line 1": "301 North Chickasaw", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pauls Valley", + "Physical Address State": "OK ", + "Physical Address Zip": "73075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19224806201550387", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023580", + "School District Name": "PAWHUSKA", + "Physical Address Line 1": "1801 McKenzie Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pawhuska", + "Physical Address State": "OK ", + "Physical Address Zip": "74056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20026178010471204", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703570", + "School District Name": "Pender County Schools", + "Physical Address Line 1": "925 Penderlea Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burgaw", + "Physical Address State": "NC ", + "Physical Address Zip": "28425", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13919758899981163", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703600", + "School District Name": "Perquimans County Schools", + "Physical Address Line 1": "411 Edenton Road St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hertford", + "Physical Address State": "NC ", + "Physical Address Zip": "27944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2530699412706887", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023610", + "School District Name": "PAWNEE", + "Physical Address Line 1": "615 Denver Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pawnee", + "Physical Address State": "OK ", + "Physical Address Zip": "74058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2076923076923077", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703630", + "School District Name": "Person County Schools", + "Physical Address Line 1": "304 S Morgan St Rm 25", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roxboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27573", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20838926174496644", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703720", + "School District Name": "Polk County Schools", + "Physical Address Line 1": "125 E Mills Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "NC ", + "Physical Address Zip": "28722", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17947635135135134", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703780", + "School District Name": "Randolph County School System", + "Physical Address Line 1": "2222-C S Fayetteville Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Asheboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27205", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17525080153066502", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703870", + "School District Name": "Richmond County Schools", + "Physical Address Line 1": "118 Vance Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamlet", + "Physical Address State": "NC ", + "Physical Address Zip": "28345", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3797587131367292", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834410", + "School District Name": "PAWNEE ISD", + "Physical Address Line 1": "6229 FM798", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PAWNEE", + "Physical Address State": "TX ", + "Physical Address Zip": "78145", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23655913978494625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703900", + "School District Name": "Roanoke Rapids City Schools", + "Physical Address Line 1": "536 Hamilton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roanoke Rapids", + "Physical Address State": "NC ", + "Physical Address Zip": "27870", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2862537764350453", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400840", + "School District Name": "Pawtucket", + "Physical Address Line 1": "286 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pawtucket", + "Physical Address State": "RI ", + "Physical Address Zip": "02860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21796531193373025", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703930", + "School District Name": "Public Schools of Robeson County", + "Physical Address Line 1": "100 Hargrave Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lumberton", + "Physical Address State": "NC ", + "Physical Address Zip": "28358", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.32989738374780436", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3703990", + "School District Name": "Rockingham County Schools", + "Physical Address Line 1": "511 Harrington Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eden", + "Physical Address State": "NC ", + "Physical Address Zip": "27288", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.27117422331146834", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704050", + "School District Name": "Rowan-Salisbury Schools", + "Physical Address Line 1": "500 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salisbury", + "Physical Address State": "NC ", + "Physical Address Zip": "28144", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22694003527336862", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704080", + "School District Name": "Rutherford County Schools", + "Physical Address Line 1": "382 West Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forest City", + "Physical Address State": "NC ", + "Physical Address Zip": "28043", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.26145387904703726", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704140", + "School District Name": "Sampson County Schools", + "Physical Address Line 1": "437 Rowan Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clinton", + "Physical Address State": "NC ", + "Physical Address Zip": "28328", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.267349260523322", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704200", + "School District Name": "Scotland County Schools", + "Physical Address Line 1": "322 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laurinburg", + "Physical Address State": "NC ", + "Physical Address Zip": "28352", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.31964465303385853", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704320", + "School District Name": "Stanly County Schools", + "Physical Address Line 1": "1000-4 N First Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Albemarle", + "Physical Address State": "NC ", + "Physical Address Zip": "28001", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19460669781931464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704380", + "School District Name": "Stokes County Schools", + "Physical Address Line 1": "100 Courthouse Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Danbury", + "Physical Address State": "NC ", + "Physical Address Zip": "27016", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17655642023346305", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306660", + "School District Name": "Pe Ell School District", + "Physical Address Line 1": "519 NORTH 2ND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PE ELL", + "Physical Address State": "WA ", + "Physical Address Zip": "98572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14919354838709678", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704410", + "School District Name": "Surry County Schools", + "Physical Address Line 1": "209 N Crutchfield St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dobson", + "Physical Address State": "NC ", + "Physical Address Zip": "27017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19485420240137222", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704440", + "School District Name": "Swain County Schools", + "Physical Address Line 1": "50 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bryson City", + "Physical Address State": "NC ", + "Physical Address Zip": "28713", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24896836313617607", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704500", + "School District Name": "Thomasville City Schools", + "Physical Address Line 1": "400 Turner Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thomasville", + "Physical Address State": "NC ", + "Physical Address Zip": "27360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.3137852246763138", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704530", + "School District Name": "Transylvania County Schools", + "Physical Address Line 1": "225 Rosenwald Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brevard", + "Physical Address State": "NC ", + "Physical Address Zip": "28712", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.20469627360898418", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704590", + "School District Name": "Tyrrell County Schools", + "Physical Address Line 1": "1107 Hwy 64 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "NC ", + "Physical Address Zip": "27925", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29559748427672955", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880480", + "School District Name": "PEACE GARDEN STUDENT SUPPORT SERVICES", + "Physical Address Line 1": "309 2nd St E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bottineau", + "Physical Address State": "ND ", + "Physical Address Zip": "58318", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704620", + "School District Name": "Union County Public Schools", + "Physical Address Line 1": "400 North Church Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroe", + "Physical Address State": "NC ", + "Physical Address Zip": "28112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08563568951082406", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3704650", + "School District Name": "Vance County Schools", + "Physical Address Line 1": "1724 Graham Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henderson", + "Physical Address State": "NC ", + "Physical Address Zip": "27536", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.34737559645535104", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704720", + "School District Name": "Wake County Schools", + "Physical Address Line 1": "5625 Dillard Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cary", + "Physical Address State": "NC ", + "Physical Address Zip": "27518", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.09522932583430804", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3704740", + "School District Name": "Warren County Schools", + "Physical Address Line 1": "109 Cousin Lucy's Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warrenton", + "Physical Address State": "NC ", + "Physical Address Zip": "27589", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2793887147335423", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5006390", + "School District Name": "Peacham School District", + "Physical Address Line 1": "340 Bailey Hazen Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peacham", + "Physical Address State": "VT ", + "Physical Address Zip": "05862", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704800", + "School District Name": "Washington County Schools", + "Physical Address Line 1": "802 Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "NC ", + "Physical Address Zip": "27962", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3698461538461538", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704830", + "School District Name": "Watauga County Schools", + "Physical Address Line 1": "175 Pioneer Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Boone", + "Physical Address State": "NC ", + "Physical Address Zip": "28607", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12614723686779925", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704880", + "School District Name": "Wayne County Public Schools", + "Physical Address Line 1": "2001 E Royall Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goldsboro", + "Physical Address State": "NC ", + "Physical Address Zip": "27533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2649493119153729", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704890", + "School District Name": "Weldon City Schools", + "Physical Address Line 1": "301 Mulberry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weldon", + "Physical Address State": "NC ", + "Physical Address Zip": "27890", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.37387836490528414", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704920", + "School District Name": "Whiteville City Schools", + "Physical Address Line 1": "107 W Walter Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whiteville", + "Physical Address State": "NC ", + "Physical Address Zip": "28472", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.36153846153846153", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3704950", + "School District Name": "Wilkes County Schools", + "Physical Address Line 1": "613 Cherry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Wilkesboro", + "Physical Address State": "NC ", + "Physical Address Zip": "28659", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20912471108431313", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3705020", + "School District Name": "Wilson County Schools", + "Physical Address Line 1": "117 N E Tarboro St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilson", + "Physical Address State": "NC ", + "Physical Address Zip": "27893", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2436311715638386", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3705040", + "School District Name": "Yadkin County Schools", + "Physical Address Line 1": "121 Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yadkinville", + "Physical Address State": "NC ", + "Physical Address Zip": "27055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17204113648248212", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3705070", + "School District Name": "Yancey County Schools", + "Physical Address Line 1": "100 School Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burnsville", + "Physical Address State": "NC ", + "Physical Address Zip": "28714", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2202572347266881", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900123", + "School District Name": "PEARL RIVER ELEMENTARY SCHOOL", + "Physical Address Line 1": "470 INDUSTRIAL ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHOCTAW", + "Physical Address State": "MS", + "Physical Address Zip": "39350", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834440", + "School District Name": "PEARLAND ISD", + "Physical Address Line 1": "1928 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEARLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "77581", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.069401208569859", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834470", + "School District Name": "PEARSALL ISD", + "Physical Address Line 1": "318 BERRY RANCH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PEARSALL", + "Physical Address State": "TX ", + "Physical Address Zip": "78061", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.3417190775681342", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834500", + "School District Name": "PEASTER ISD", + "Physical Address Line 1": "3602 HARWELL LAKE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEATHERFORD", + "Physical Address State": "TX ", + "Physical Address Zip": "76088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08044030482641829", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4010560", + "School District Name": "PEAVINE", + "Physical Address Line 1": "77943 Hwy 59 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stilwell", + "Physical Address State": "OK ", + "Physical Address Zip": "74960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3015075376884422", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800016", + "School District Name": "STRASBURG 15", + "Physical Address Line 1": "301 1st St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Strasburg", + "Physical Address State": "ND ", + "Physical Address Zip": "58573", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16326530612244897", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501310", + "School District Name": "Pecatonica Area School District", + "Physical Address Line 1": "704 Cross St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blanchardville", + "Physical Address State": "WI ", + "Physical Address Zip": "53516", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07983193277310924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023700", + "School District Name": "PECKHAM", + "Physical Address Line 1": "7175 West School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newkirk", + "Physical Address State": "OK ", + "Physical Address Zip": "74647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.017857142857142856", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800023", + "School District Name": "SCRANTON 33", + "Physical Address Line 1": "1st and Fries", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scranton", + "Physical Address State": "ND ", + "Physical Address Zip": "58653", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12422360248447205", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800024", + "School District Name": "POWERS LAKE 27", + "Physical Address Line 1": "600 Railroad Ave E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Powers Lake", + "Physical Address State": "ND ", + "Physical Address Zip": "58773", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.05389221556886228", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834550", + "School District Name": "PECOS-BARSTOW-TOYAH ISD", + "Physical Address Line 1": "1301 S EDDY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PECOS", + "Physical Address State": "TX ", + "Physical Address Zip": "79772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.26351638995317156", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800029", + "School District Name": "PEGASUS SCHOOL OF LIBERAL ARTS AND SCIENCES", + "Physical Address Line 1": "3800 MAIN ST STE E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75226", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023730", + "School District Name": "PEGGS", + "Physical Address Line 1": "10821 West Hickory Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peggs", + "Physical Address State": "OK ", + "Physical Address Zip": "74452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2899628252788104", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800036", + "School District Name": "RICHLAND 44", + "Physical Address Line 1": "101 Main Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colfax", + "Physical Address State": "ND ", + "Physical Address Zip": "58018", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.03260869565217391", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800039", + "School District Name": "TIOGA 15", + "Physical Address Line 1": "303 N Linda St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tioga", + "Physical Address State": "ND ", + "Physical Address Zip": "58852", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800047", + "School District Name": "TGU 60", + "Physical Address Line 1": "302 2nd St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Towner", + "Physical Address State": "ND ", + "Physical Address Zip": "58788", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1813953488372093", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800048", + "School District Name": "RICHARDTON-TAYLOR 34", + "Physical Address Line 1": "320 Raider Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richardton", + "Physical Address State": "ND ", + "Physical Address Zip": "58652", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07692307692307693", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880200", + "School District Name": "PEMBINA SPECIAL ED COOPERATIVE", + "Physical Address Line 1": "106B Division Ave N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cavalier", + "Physical Address State": "ND ", + "Physical Address Zip": "58220", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218570", + "School District Name": "Pen Argyl Area SD", + "Physical Address Line 1": "1620 Teels Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pen Argyl", + "Physical Address State": "PA ", + "Physical Address Zip": "18072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09531772575250837", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401080", + "School District Name": "PENDLETON COUNTY SCHOOLS", + "Physical Address Line 1": "58 WALNUT STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRANKLIN", + "Physical Address State": "WV ", + "Physical Address Zip": "26807", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21411483253588517", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109510", + "School District Name": "Pendleton SD 16", + "Physical Address Line 1": "107 NW 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pendleton", + "Physical Address State": "OR ", + "Physical Address Zip": "97801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13879504504504506", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800395", + "School District Name": "ROUGHRIDER AREA CAREER & TECHNICAL CENTER", + "Physical Address Line 1": "400 Church Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hebron", + "Physical Address State": "ND ", + "Physical Address Zip": "58638", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834560", + "School District Name": "PENELOPE ISD", + "Physical Address Line 1": "309 AVE D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PENELOPE", + "Physical Address State": "TX ", + "Physical Address Zip": "76676", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16494845360824742", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800397", + "School District Name": "VALLEY-EDINBURG 118", + "Physical Address Line 1": "4013 Euclid Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crystal", + "Physical Address State": "ND ", + "Physical Address Zip": "58222", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07692307692307693", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500078", + "School District Name": "Penfield Montessori Academy Agency", + "Physical Address Line 1": "1441 N 24th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306690", + "School District Name": "Peninsula School District", + "Physical Address Line 1": "14015 62ND AVE NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GIG HARBOR", + "Physical Address State": "WA ", + "Physical Address Zip": "98332", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.052277127704352215", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4213770", + "School District Name": "Penn Cambria SD", + "Physical Address Line 1": "201 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cresson", + "Physical Address State": "PA ", + "Physical Address Zip": "16630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12654819601507808", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200853", + "School District Name": "Penn Hills CS of Entrepreneurship", + "Physical Address Line 1": "2501 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15235", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218590", + "School District Name": "Penn Hills SD", + "Physical Address Line 1": "260 Aster St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15235", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.196593585794528", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800405", + "School District Name": "WILLISTON BASIN 7", + "Physical Address Line 1": "1201 9th Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williston", + "Physical Address State": "ND ", + "Physical Address Zip": "58801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09110851126060251", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218630", + "School District Name": "Penn Manor SD", + "Physical Address Line 1": "2950 Charlestown Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lancaster", + "Physical Address State": "PA ", + "Physical Address Zip": "17603", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09084385763490241", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3800407", + "School District Name": "SOUTHWEST AREA CAREER & TECHNICAL EDUCATION ACADEMY", + "Physical Address Line 1": "No Street Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dickinson", + "Physical Address State": "ND ", + "Physical Address Zip": "58601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218580", + "School District Name": "Penn-Delco SD", + "Physical Address Line 1": "2821 Concord Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aston", + "Physical Address State": "PA ", + "Physical Address Zip": "19014", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07436749297214414", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218660", + "School District Name": "Penn-Trafford SD", + "Physical Address Line 1": "1006 Harrison City-Export Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrison City", + "Physical Address State": "PA ", + "Physical Address Zip": "15636", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06361736707685163", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218740", + "School District Name": "Penncrest SD", + "Physical Address Line 1": "18741 State Hwy 198", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saegertown", + "Physical Address State": "PA ", + "Physical Address Zip": "16433", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1419244961680386", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218750", + "School District Name": "Pennridge SD", + "Physical Address Line 1": "1200 N 5th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perkasie", + "Physical Address State": "PA ", + "Physical Address Zip": "18944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05618932038834951", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218780", + "School District Name": "Penns Manor Area SD", + "Physical Address Line 1": "6003 Route 553 Hwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clymer", + "Physical Address State": "PA ", + "Physical Address Zip": "15728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1263408820023838", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218810", + "School District Name": "Penns Valley Area SD", + "Physical Address Line 1": "4528 Penns Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spring Mills", + "Physical Address State": "PA ", + "Physical Address Zip": "16875", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17704778156996587", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218840", + "School District Name": "Pennsbury SD", + "Physical Address Line 1": "134 Yardley Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fallsington", + "Physical Address State": "PA ", + "Physical Address Zip": "19058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.057461692205196535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200071", + "School District Name": "Pennsylvania Cyber CS", + "Physical Address Line 1": "652 Midland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Midland", + "Physical Address State": "PA ", + "Physical Address Zip": "15059", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200125", + "School District Name": "Pennsylvania Distance Learning CS", + "Physical Address Line 1": "2605 Nicholson Road", + "Physical Address Line 2": "Suite 4100", + "Physical Address Line 3": "", + "Physical Address City": "Sewickley", + "Physical Address State": "PA ", + "Physical Address Zip": "15143", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200127", + "School District Name": "Pennsylvania Leadership CS", + "Physical Address Line 1": "1332 Enterprise Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Chester", + "Physical Address State": "PA ", + "Physical Address Zip": "19380", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200907", + "School District Name": "Pennsylvania STEAM Academy CS", + "Physical Address Line 1": "1500 North Third Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200088", + "School District Name": "Pennsylvania Virtual CS", + "Physical Address Line 1": "630 Park Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "King of Prussia", + "Physical Address State": "PA ", + "Physical Address Zip": "19406", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905135", + "School District Name": "Penta Career Center - District", + "Physical Address Line 1": "9301 Buck Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perrysburg", + "Physical Address State": "OH ", + "Physical Address Zip": "43551", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200085", + "School District Name": "People for People CS", + "Physical Address Line 1": "800 N. Broad St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19130", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511580", + "School District Name": "Pepin Area School District", + "Physical Address Line 1": "510 Pine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pepin", + "Physical Address State": "WI ", + "Physical Address Zip": "54759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12757201646090535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218900", + "School District Name": "Pequea Valley SD", + "Physical Address Line 1": "166 S New Holland Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kinzers", + "Physical Address State": "PA ", + "Physical Address Zip": "17535", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10794374762447738", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901337", + "School District Name": "Performance Academy Eastland", + "Physical Address Line 1": "2220 S Hamilton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43232", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3808060", + "School District Name": "GRAFTON 3", + "Physical Address Line 1": "1548 School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grafton", + "Physical Address State": "ND", + "Physical Address Zip": "58237", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904681", + "School District Name": "Perkins Local", + "Physical Address Line 1": "3714 Campbell St Ste B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sandusky", + "Physical Address State": "OH ", + "Physical Address Zip": "44870", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08552317247969422", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023800", + "School District Name": "PERKINS-TRYON", + "Physical Address Line 1": "103 SW 2nd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perkins", + "Physical Address State": "OK ", + "Physical Address Zip": "74059", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17188422917897223", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218930", + "School District Name": "Perkiomen Valley SD", + "Physical Address Line 1": "3 Iron Bridge Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Collegeville", + "Physical Address State": "PA ", + "Physical Address Zip": "19426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04051172707889126", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834630", + "School District Name": "PERRIN-WHITT CISD", + "Physical Address Line 1": "216 N BENSON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PERRIN", + "Physical Address State": "TX ", + "Physical Address Zip": "76486", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16624040920716113", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023850", + "School District Name": "PERRY", + "Physical Address Line 1": "900 Fir Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perry", + "Physical Address State": "OK ", + "Physical Address Zip": "73077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10948905109489052", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703390", + "School District Name": "Perry County", + "Physical Address Line 1": "857 Squirrel Hollow DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Linden", + "Physical Address State": "TN ", + "Physical Address Zip": "37096", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2443140132061629", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904578", + "School District Name": "Perry Local", + "Physical Address Line 1": "2770 E Breese Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lima", + "Physical Address State": "OH ", + "Physical Address Zip": "45806", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15422885572139303", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904992", + "School District Name": "Perry Local", + "Physical Address Line 1": "4201 13th St SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Massillon", + "Physical Address State": "OH ", + "Physical Address Zip": "44646", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10570870414586499", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904790", + "School District Name": "Perry Local", + "Physical Address Line 1": "4325 Manchester Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perry", + "Physical Address State": "OH ", + "Physical Address Zip": "44081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10612492419648271", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109530", + "School District Name": "Perrydale SD 21", + "Physical Address Line 1": "7445 Perrydale Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amity", + "Physical Address State": "OR ", + "Physical Address Zip": "97101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.085", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904558", + "School District Name": "Perrysburg Exempted Village", + "Physical Address Line 1": "140 E Indiana Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perrysburg", + "Physical Address State": "OH ", + "Physical Address Zip": "43551", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03864187550525465", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834650", + "School District Name": "PERRYTON ISD", + "Physical Address Line 1": "821 SW 17TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PERRYTON", + "Physical Address State": "TX ", + "Physical Address Zip": "79070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15704286964129482", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200115", + "School District Name": "Perseus House CS of Excellence", + "Physical Address Line 1": "1511 Peach Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erie", + "Physical Address State": "PA ", + "Physical Address Zip": "16501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511610", + "School District Name": "Peshtigo School District", + "Physical Address Line 1": "341 N Emery Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peshtigo", + "Physical Address State": "WI ", + "Physical Address Zip": "54157", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08011583011583012", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3813200", + "School District Name": "WILTON 1", + "Physical Address Line 1": "504 Dakota Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilton", + "Physical Address State": "ND ", + "Physical Address Zip": "58579", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10074626865671642", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218960", + "School District Name": "Peters Township SD", + "Physical Address Line 1": "631 E McMurray Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McMurray", + "Physical Address State": "PA ", + "Physical Address Zip": "15317", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.025102791603549016", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102910", + "School District Name": "PETERSBURG CITY PBLC SCHS", + "Physical Address Line 1": "255 South Boulevard East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petersburg", + "Physical Address State": "VA ", + "Physical Address Zip": "23805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.34571315685499804", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834680", + "School District Name": "PETERSBURG ISD", + "Physical Address Line 1": "1411 W 4TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PETERSBURG", + "Physical Address State": "TX ", + "Physical Address Zip": "79250", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24066390041493776", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100079", + "School District Name": "PETERSBURG REGIONAL ALTERNATIVE", + "Physical Address Line 1": "Spec Youth Services Of Va", + "Physical Address Line 2": "455 Old Wagner Rd.", + "Physical Address Line 3": "", + "Physical Address City": "Petersburg", + "Physical Address State": "VA ", + "Physical Address Zip": "23805", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3813760", + "School District Name": "WILLIAMS COUNTY 8", + "Physical Address Line 1": "111 7th Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williston", + "Physical Address State": "ND", + "Physical Address Zip": "58801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834710", + "School District Name": "PETROLIA CISD", + "Physical Address Line 1": "701 S PRAIRIE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PETROLIA", + "Physical Address State": "TX ", + "Physical Address Zip": "76377", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13470319634703196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904707", + "School District Name": "Pettisville Local", + "Physical Address Line 1": "232 Summit St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pettisville", + "Physical Address State": "OH ", + "Physical Address Zip": "43553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07637231503579953", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834770", + "School District Name": "PETTUS ISD", + "Physical Address Line 1": "500 N MAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PETTUS", + "Physical Address State": "TX ", + "Physical Address Zip": "78146", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23636363636363636", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3815150", + "School District Name": "PINGREE-BUCHANAN 10", + "Physical Address Line 1": "111 Lincoln Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pingree", + "Physical Address State": "ND ", + "Physical Address Zip": "58476", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05405405405405406", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3816050", + "School District Name": "ROLETTE 29", + "Physical Address Line 1": "901 3rd Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rolette", + "Physical Address State": "ND ", + "Physical Address Zip": "58366", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2127659574468085", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511640", + "School District Name": "Pewaukee School District", + "Physical Address Line 1": "404 Lake St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pewaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.036084315827081104", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3816090", + "School District Name": "ROOSEVELT 18", + "Physical Address Line 1": "210 2nd Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carson", + "Physical Address State": "ND ", + "Physical Address Zip": "58529", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23387096774193547", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834800", + "School District Name": "PEWITT CISD", + "Physical Address Line 1": "1330 US HWY 67 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OMAHA", + "Physical Address State": "TX ", + "Physical Address Zip": "75571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2420091324200913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3816130", + "School District Name": "RUGBY 5", + "Physical Address Line 1": "1123 S Main Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rugby", + "Physical Address State": "ND ", + "Physical Address Zip": "58368", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10869565217391304", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3816430", + "School District Name": "SARGENT CENTRAL 6", + "Physical Address Line 1": "575 5th St SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forman", + "Physical Address State": "ND ", + "Physical Address Zip": "58032", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07834101382488479", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834830", + "School District Name": "PFLUGERVILLE ISD", + "Physical Address Line 1": "1401 W PECAN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PFLUGERVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13260003188267178", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3816470", + "School District Name": "SAWYER 16", + "Physical Address Line 1": "25 1st Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sawyer", + "Physical Address State": "ND ", + "Physical Address Zip": "58781", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10326086956521739", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3816510", + "School District Name": "SELFRIDGE 8", + "Physical Address Line 1": "210 2nd Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Selfridge", + "Physical Address State": "ND ", + "Physical Address Zip": "58568", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.32857142857142857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3816980", + "School District Name": "SOLEN 3", + "Physical Address Line 1": "902 E Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Solen", + "Physical Address State": "ND ", + "Physical Address Zip": "58570", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.51", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3817040", + "School District Name": "VELVA 1", + "Physical Address Line 1": "101 4th St W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Velva", + "Physical Address State": "ND ", + "Physical Address Zip": "58790", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0958904109589041", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3817130", + "School District Name": "SOUTH HEART 9", + "Physical Address Line 1": "310 4th St NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Heart", + "Physical Address State": "ND ", + "Physical Address Zip": "58655", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06626506024096386", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3817170", + "School District Name": "SOUTH PRAIRIE 70", + "Physical Address Line 1": "100 177th Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minot", + "Physical Address State": "ND ", + "Physical Address Zip": "58701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08968609865470852", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834860", + "School District Name": "PHARR-SAN JUAN-ALAMO ISD", + "Physical Address Line 1": "601 E KELLY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHARR", + "Physical Address State": "TX ", + "Physical Address Zip": "78577", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.36075040678939474", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3817460", + "School District Name": "ST JOHN 3", + "Physical Address Line 1": "400 Foussard Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint John", + "Physical Address State": "ND ", + "Physical Address Zip": "58369", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26253687315634217", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3817520", + "School District Name": "ST THOMAS 43", + "Physical Address Line 1": "375 Heritage", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Thomas", + "Physical Address State": "ND", + "Physical Address Zip": "58276", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511710", + "School District Name": "Phelps School District", + "Physical Address Line 1": "4451 Old School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phelps", + "Physical Address State": "WI ", + "Physical Address Zip": "54554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1925925925925926", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3817570", + "School District Name": "STANLEY 2", + "Physical Address Line 1": "109 8th Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanley", + "Physical Address State": "ND ", + "Physical Address Zip": "58784", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10591471801925723", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3817670", + "School District Name": "STARKWEATHER 44", + "Physical Address Line 1": "505 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Starkweather", + "Physical Address State": "ND ", + "Physical Address Zip": "58377", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10416666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3817760", + "School District Name": "STERLING 35", + "Physical Address Line 1": "118 McKenzie St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sterling", + "Physical Address State": "ND ", + "Physical Address Zip": "58572", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200061", + "School District Name": "Philadelphia Academy CS", + "Physical Address Line 1": "11000 Roosevelt Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3817910", + "School District Name": "SURREY 41", + "Physical Address Line 1": "200 2nd St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Surrey", + "Physical Address State": "ND ", + "Physical Address Zip": "58785", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04883720930232558", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200750", + "School District Name": "Philadelphia AVTS", + "Physical Address Line 1": "440 North Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3817940", + "School District Name": "SWEET BRIAR 17", + "Physical Address Line 1": "4060 County Rd 83", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mandan", + "Physical Address State": "ND ", + "Physical Address Zip": "58554", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4218990", + "School District Name": "Philadelphia City SD", + "Physical Address Line 1": "440 North Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.3210959128847692", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3818280", + "School District Name": "THOMPSON 61", + "Physical Address Line 1": "424 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thompson", + "Physical Address State": "ND ", + "Physical Address Zip": "58278", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.01730103806228374", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200107", + "School District Name": "Philadelphia Electrical & Tech CHS", + "Physical Address Line 1": "1420-22 Chestnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3818500", + "School District Name": "TURTLE LAKE-MERCER 72", + "Physical Address Line 1": "250 3rd Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turtle Lake", + "Physical Address State": "ND ", + "Physical Address Zip": "58575", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10747663551401869", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200902", + "School District Name": "Philadelphia Hebrew Public CS", + "Physical Address Line 1": "3300 Henry Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19129", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3818600", + "School District Name": "TWIN BUTTES 37", + "Physical Address Line 1": "7997 7A St NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Halliday", + "Physical Address State": "ND ", + "Physical Address Zip": "58636", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22727272727272727", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200110", + "School District Name": "Philadelphia IU 26", + "Physical Address Line 1": "440 North Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3818660", + "School District Name": "UNDERWOOD 8", + "Physical Address Line 1": "123 Summit St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Underwood", + "Physical Address State": "ND ", + "Physical Address Zip": "58576", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07555555555555556", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200130", + "School District Name": "Philadelphia Montessori CS", + "Physical Address Line 1": "2227 Island Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19142", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3818730", + "School District Name": "UNITED 7", + "Physical Address Line 1": "317 Roosevelt St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Des Lacs", + "Physical Address State": "ND ", + "Physical Address Zip": "58733", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07436918990703852", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200074", + "School District Name": "Philadelphia Performing Arts CS", + "Physical Address Line 1": "2600 S Broad St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19145", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3818850", + "School District Name": "VALLEY CITY 2", + "Physical Address Line 1": "460 Central Ave N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valley City", + "Physical Address State": "ND ", + "Physical Address Zip": "58072", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1085814360770578", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3819020", + "School District Name": "WAHPETON 37", + "Physical Address Line 1": "1021 11th St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wahpeton", + "Physical Address State": "ND ", + "Physical Address Zip": "58075", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10973936899862825", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3819260", + "School District Name": "WARWICK 29", + "Physical Address Line 1": "210 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warwick", + "Physical Address State": "ND ", + "Physical Address Zip": "58381", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4522058823529412", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3819290", + "School District Name": "WASHBURN 4", + "Physical Address Line 1": "713 7th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washburn", + "Physical Address State": "ND ", + "Physical Address Zip": "58577", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.05757575757575758", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3819410", + "School District Name": "WEST FARGO 6", + "Physical Address Line 1": "207 Main Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Fargo", + "Physical Address State": "ND ", + "Physical Address Zip": "58078", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07367272727272728", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219020", + "School District Name": "Philipsburg-Osceola Area SD", + "Physical Address Line 1": "200 Short St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philipsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "16866", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14924506387921022", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3819470", + "School District Name": "WESTHOPE 17", + "Physical Address Line 1": "395 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westhope", + "Physical Address State": "ND ", + "Physical Address Zip": "58793", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14814814814814814", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3819680", + "School District Name": "WHITE SHIELD 85", + "Physical Address Line 1": "301 Warrior St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "White Shield", + "Physical Address State": "ND ", + "Physical Address Zip": "58775", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15025906735751296", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3819880", + "School District Name": "WILLISTON 1", + "Physical Address Line 1": "1201 9th Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williston", + "Physical Address State": "ND", + "Physical Address Zip": "58801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3820130", + "School District Name": "WING 28", + "Physical Address Line 1": "4th and Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wing", + "Physical Address State": "ND ", + "Physical Address Zip": "58494", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07894736842105263", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511730", + "School District Name": "Phillips School District", + "Physical Address Line 1": "365 Highway 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phillips", + "Physical Address State": "WI ", + "Physical Address Zip": "54555", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18058968058968058", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3820190", + "School District Name": "WISHEK 19", + "Physical Address Line 1": "200 S Badger St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wishek", + "Physical Address State": "ND ", + "Physical Address Zip": "58495", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10232558139534884", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3820310", + "School District Name": "WYNDMERE 42", + "Physical Address Line 1": "101 Date Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wyndmere", + "Physical Address State": "ND ", + "Physical Address Zip": "58081", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07547169811320754", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3820340", + "School District Name": "YELLOWSTONE 14", + "Physical Address Line 1": "301 2nd St S and Prospect Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairview", + "Physical Address State": "ND ", + "Physical Address Zip": "59221", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11811023622047244", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3820400", + "School District Name": "ZEELAND 4", + "Physical Address Line 1": "510 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zeeland", + "Physical Address State": "ND ", + "Physical Address Zip": "58581", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3684210526315789", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109600", + "School District Name": "Philomath SD 17J", + "Physical Address Line 1": "1620 Applegate Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philomath", + "Physical Address State": "OR ", + "Physical Address Zip": "97370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08721704394141146", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880100", + "School District Name": "WEST RIVER STUDENT SERVICES UNIT", + "Physical Address Line 1": "623 State Ave Suite D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dickinson", + "Physical Address State": "ND ", + "Physical Address Zip": "58601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880220", + "School District Name": "SOURIS VALLEY SPECIAL SERVICES", + "Physical Address Line 1": "1525 31st Avenue SW Suite C2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Minot", + "Physical Address State": "ND ", + "Physical Address Zip": "58701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880240", + "School District Name": "SOUTHWEST SPECIAL ED UNIT", + "Physical Address Line 1": "507 Brown Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mott", + "Physical Address State": "ND ", + "Physical Address Zip": "58646", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880250", + "School District Name": "TURTLE MOUNTAIN SPECIAL ED UNIT", + "Physical Address Line 1": "1210 Wm Hardesty St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belcourt", + "Physical Address State": "ND ", + "Physical Address Zip": "58316", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900113", + "School District Name": "Phoenix Community Learning Ctr", + "Physical Address Line 1": "3595 Washington Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45229", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880310", + "School District Name": "RURAL CASS SPECIAL ED UNIT", + "Physical Address Line 1": "102 6th St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hankinson", + "Physical Address State": "ND ", + "Physical Address Zip": "58041", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880340", + "School District Name": "SOUTH CENTRAL PRAIRIE SPECIAL ED UNIT", + "Physical Address Line 1": "301 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Napoleon", + "Physical Address State": "ND ", + "Physical Address Zip": "58561", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880350", + "School District Name": "WEST FARGO SPECIAL ED UNIT", + "Physical Address Line 1": "207 Main Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Fargo", + "Physical Address State": "ND ", + "Physical Address Zip": "58078", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880360", + "School District Name": "WILMAC SPECIAL ED UNIT", + "Physical Address Line 1": "222 University Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williston", + "Physical Address State": "ND ", + "Physical Address Zip": "58801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109630", + "School District Name": "Phoenix-Talent SD 4", + "Physical Address Line 1": "401 W 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phoenix", + "Physical Address State": "OR ", + "Physical Address Zip": "97535", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.145985401459854", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219050", + "School District Name": "Phoenixville Area SD", + "Physical Address Line 1": "386 City Line Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phoenixville", + "Physical Address State": "PA ", + "Physical Address Zip": "19460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06523818634015688", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905143", + "School District Name": "Pickaway-Ross County JVSD", + "Physical Address Line 1": "895 Crouse Chapel Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chillicothe", + "Physical Address State": "OH ", + "Physical Address Zip": "45601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503330", + "School District Name": "Pickens 01", + "Physical Address Line 1": "1348 Griffin Mill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Easley", + "Physical Address State": "SC ", + "Physical Address Zip": "29640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15221476510067114", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880500", + "School District Name": "SHEYENNE VALLEY SPECIAL ED UNIT", + "Physical Address Line 1": "232 3rd St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valley City", + "Physical Address State": "ND ", + "Physical Address Zip": "58072", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880520", + "School District Name": "SOUTH VALLEY SPECIAL ED UNIT", + "Physical Address Line 1": "102 6th St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hankinson", + "Physical Address State": "ND ", + "Physical Address Zip": "58041", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880540", + "School District Name": "UPPER VALLEY SPECIAL ED UNIT", + "Physical Address Line 1": "516 Cooper Ave Ste 102", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grafton", + "Physical Address State": "ND ", + "Physical Address Zip": "58237", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904689", + "School District Name": "Pickerington Local", + "Physical Address Line 1": "90 East St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pickerington", + "Physical Address State": "OH ", + "Physical Address Zip": "43147", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06449468085106383", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880560", + "School District Name": "SHEYENNE VALLEY AREA CAREER & TECHNICAL CENTER", + "Physical Address Line 1": "801 Valley Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valley City", + "Physical Address State": "ND ", + "Physical Address Zip": "58072", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703420", + "School District Name": "Pickett County", + "Physical Address Line 1": "141 Skyline DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Byrdstown", + "Physical Address State": "TN ", + "Physical Address Zip": "38549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23308270676691728", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880570", + "School District Name": "WAHPETON SPECIAL ED UNIT", + "Physical Address Line 1": "508 9th St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wahpeton", + "Physical Address State": "ND ", + "Physical Address Zip": "58075", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4023970", + "School District Name": "PIEDMONT", + "Physical Address Line 1": "615 Edmond Rd NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Piedmont", + "Physical Address State": "OK ", + "Physical Address Zip": "73078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05450189658614494", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3880660", + "School District Name": "SOUTHEAST REGION CAREER & TECHNICAL CENTER", + "Physical Address Line 1": "2101 9th St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wahpeton", + "Physical Address State": "ND ", + "Physical Address Zip": "58075", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100096", + "School District Name": "PIEDMONT ALTERNATIVE SCHOOL", + "Physical Address Line 1": "148 Vo-Tech Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jetersville", + "Physical Address State": "VA ", + "Physical Address Zip": "23083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100103", + "School District Name": "PIEDMONT GOV SCH FOR MATH/SCI/TECH", + "Physical Address Line 1": "1425 Greensboro Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Martinsville VA", + "Physical Address State": "VA ", + "Physical Address Zip": "24112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100018", + "School District Name": "PIEDMONT REGIONAL ED.", + "Physical Address Line 1": "1434 Rolkin Ct", + "Physical Address Line 2": "Suite 201", + "Physical Address Line 3": "", + "Physical Address City": "Charlottesville", + "Physical Address State": "VA ", + "Physical Address Zip": "22911", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900107", + "School District Name": "Pierre Indian Learning Center", + "Physical Address Line 1": "3001 East Sully Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pierre", + "Physical Address State": "SD", + "Physical Address Zip": "57501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900017", + "School District Name": "Youngstown Community School", + "Physical Address Line 1": "50 Essex St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44502", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4655260", + "School District Name": "Pierre School District 32-2", + "Physical Address Line 1": "211 S Poplar Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pierre", + "Physical Address State": "SD ", + "Physical Address Zip": "57501", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09353233830845771", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900032", + "School District Name": "Citizens Academy", + "Physical Address Line 1": "10118 Hampden Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH", + "Physical Address Zip": "44108", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905137", + "School District Name": "Pike County Area", + "Physical Address Line 1": "175 Beaver Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Piketon", + "Physical Address State": "OH ", + "Physical Address Zip": "45661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900038", + "School District Name": "Summit Academy Akron Elementary School", + "Physical Address Line 1": "2503 Leland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44312", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904708", + "School District Name": "Pike-Delta-York Local", + "Physical Address Line 1": "504 Fernwood St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Delta", + "Physical Address State": "OH ", + "Physical Address Zip": "43515", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11362032462949895", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900043", + "School District Name": "Riverside Academy", + "Physical Address Line 1": "3280 River Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900047", + "School District Name": "Richard Allen Academy", + "Physical Address Line 1": "1206 Shuler Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton", + "Physical Address State": "OH ", + "Physical Address Zip": "45011", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900053", + "School District Name": "Towpath Trail High School", + "Physical Address Line 1": "275 W Market St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44303", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900056", + "School District Name": "Toledo School For The Arts", + "Physical Address Line 1": "333 14th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43604", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834920", + "School District Name": "PILOT POINT ISD", + "Physical Address Line 1": "829 S HARRISON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PILOT POINT", + "Physical Address State": "TX ", + "Physical Address Zip": "76258", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.13686806411837238", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900071", + "School District Name": "Summit Academy Community School for Alternative Learn-Canton", + "Physical Address Line 1": "1620 Market Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "OH ", + "Physical Address Zip": "44707", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109660", + "School District Name": "Pilot Rock SD 2", + "Physical Address Line 1": "200 McGowan Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pilot Rock", + "Physical Address State": "OR ", + "Physical Address Zip": "97868", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17037037037037037", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900072", + "School District Name": "T.C.P. World Academy", + "Physical Address Line 1": "6000 Ridge Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45213", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900073", + "School District Name": "Richard Allen Preparatory", + "Physical Address Line 1": "545 Odlin Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45405", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900084", + "School District Name": "River Gate High School", + "Physical Address Line 1": "458 Franklin St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "OH ", + "Physical Address Zip": "44483", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900086", + "School District Name": "Queen City Career Prep High School", + "Physical Address Line 1": "2170 Gilbert Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900096", + "School District Name": "Summit Acdy Comm Schl for Alternative Learners of Middletown", + "Physical Address Line 1": "4700 Central Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middletown", + "Physical Address State": "OH ", + "Physical Address Zip": "45044", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900097", + "School District Name": "Summit Academy Community School Alternative Learners -Xenia", + "Physical Address Line 1": "1694 Pawnee Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Xenia", + "Physical Address State": "OH ", + "Physical Address Zip": "45385", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900098", + "School District Name": "Summit Academy Akron Middle School", + "Physical Address Line 1": "464 S Hawkins Ave Ste 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44320", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900104", + "School District Name": "YB Columbus Community School", + "Physical Address Line 1": "1183 Essex Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109690", + "School District Name": "Pine Creek SD 5", + "Physical Address Line 1": "79654 Pine Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Drewsey", + "Physical Address State": "OR ", + "Physical Address Zip": "97904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109720", + "School District Name": "Pine Eagle SD 61", + "Physical Address Line 1": "375 North Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Halfway", + "Physical Address State": "OR ", + "Physical Address Zip": "97834", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19133574007220217", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900107", + "School District Name": "Washington Park Community School", + "Physical Address Line 1": "4000 Washington Park Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newburgh Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219140", + "School District Name": "Pine Grove Area SD", + "Physical Address Line 1": "103 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pine Grove", + "Physical Address State": "PA ", + "Physical Address Zip": "17963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09551148225469729", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900109", + "School District Name": "Summit Academy Community School Alternative Learners-Lorain", + "Physical Address Line 1": "2140 E 36th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lorain", + "Physical Address State": "OH ", + "Physical Address Zip": "44055", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900117", + "School District Name": "The Autism Academy Of Learning", + "Physical Address Line 1": "110 Arco Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900108", + "School District Name": "Pine Hill Schools", + "Physical Address Line 1": "1003 Turnerville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pine Hill", + "Physical Address State": "NM", + "Physical Address Zip": "87357", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900118", + "School District Name": "TRECA Digital Academy", + "Physical Address Line 1": "107 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "OH ", + "Physical Address Zip": "43302", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900123", + "School District Name": "Sciotoville", + "Physical Address Line 1": "224 Marshall St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portsmouth", + "Physical Address State": "OH ", + "Physical Address Zip": "45662", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900080", + "School District Name": "Pine Ridge School", + "Physical Address Line 1": "101 Thorpe Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pine Ridge", + "Physical Address State": "SD", + "Physical Address Zip": "57770", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900138", + "School District Name": "Wildwood Environmental Academy", + "Physical Address Line 1": "1546 Dartford Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maumee", + "Physical Address State": "OH ", + "Physical Address Zip": "43537", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900145", + "School District Name": "Tomorrow Center", + "Physical Address Line 1": "3700 County Road 168", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cardington", + "Physical Address State": "OH ", + "Physical Address Zip": "43315", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900152", + "School District Name": "Pine Springs Day School", + "Physical Address Line 1": "1001 Pine Springs Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Houck", + "Physical Address State": "AZ", + "Physical Address Zip": "86506", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900175", + "School District Name": "Stark High School", + "Physical Address Line 1": "1379 Garfield Ave SW Ste B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "OH ", + "Physical Address Zip": "44706", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4834980", + "School District Name": "PINE TREE ISD", + "Physical Address Line 1": "1701 PINE TREE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONGVIEW", + "Physical Address State": "TX ", + "Physical Address Zip": "75604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.20157016683022572", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202850", + "School District Name": "Pine-Richland SD", + "Physical Address Line 1": "702 Warrendale Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gibsonia", + "Physical Address State": "PA ", + "Physical Address Zip": "15044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.026330027051397656", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109750", + "School District Name": "Pinehurst SD 94", + "Physical Address Line 1": "15337 Hwy 66", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashland", + "Physical Address State": "OR ", + "Physical Address Zip": "97520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900193", + "School District Name": "Trotwood Preparatory & Fitness Academy", + "Physical Address Line 1": "3100 Shiloh Springs Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trotwood", + "Physical Address State": "OH ", + "Physical Address Zip": "45426", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800074", + "School District Name": "PINEYWOODS COMMUNITY ACADEMY", + "Physical Address Line 1": "602 S RAGUET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUFKIN", + "Physical Address State": "TX ", + "Physical Address Zip": "75904", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900299", + "School District Name": "Pinnacle Academy", + "Physical Address Line 1": "860 E 222nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Euclid", + "Physical Address State": "OH ", + "Physical Address Zip": "44123", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900008", + "School District Name": "Pinnacle Canyon Academy", + "Physical Address Line 1": "210 N 600 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Price", + "Physical Address State": "UT ", + "Physical Address Zip": "84501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900231", + "School District Name": "Skyway Career Prep High School", + "Physical Address Line 1": "1830 Adams St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43624", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300352", + "School District Name": "Pinnacles Prep Charter School", + "Physical Address Line 1": "504 S Chelan Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wenatchee", + "Physical Address State": "WA ", + "Physical Address Zip": "98801", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900252", + "School District Name": "Quaker Digital Academy", + "Physical Address Line 1": "400 Mill Ave SE Suite 901", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Philadelphia", + "Physical Address State": "OH ", + "Physical Address Zip": "44663", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900088", + "School District Name": "Pinon Community School", + "Physical Address Line 1": "Navajo Rt 4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pinon", + "Physical Address State": "AZ", + "Physical Address Zip": "86510", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900276", + "School District Name": "West Central Learning Academy II", + "Physical Address Line 1": "522 W North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lima", + "Physical Address State": "OH ", + "Physical Address Zip": "45801", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4024150", + "School District Name": "PIONEER", + "Physical Address Line 1": "3686 State Highway 92", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chickasha", + "Physical Address State": "OK ", + "Physical Address Zip": "73018", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12264150943396226", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900279", + "School District Name": "Randall Park High School", + "Physical Address Line 1": "4836 Northfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Randall", + "Physical Address State": "OH ", + "Physical Address Zip": "44128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905141", + "School District Name": "Pioneer Career & Technology", + "Physical Address Line 1": "27 Ryan Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelby", + "Physical Address State": "OH ", + "Physical Address Zip": "44875", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900302", + "School District Name": "Winterfield Venture Academy", + "Physical Address Line 1": "305 Wenz Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43615", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306750", + "School District Name": "Pioneer School District", + "Physical Address Line 1": "112 E. Spencer Lake Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHELTON", + "Physical Address State": "WA ", + "Physical Address Zip": "98584", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16090425531914893", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801451", + "School District Name": "PIONEER TECHNOLOGY & ARTS ACADEMY", + "Physical Address Line 1": "15720 HILLCREST RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75248", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000067", + "School District Name": "PIONEER TECHNOLOGY CENTER", + "Physical Address Line 1": "2101 N ASH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PONCA CITY", + "Physical Address State": "OK ", + "Physical Address Zip": "74601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900337", + "School District Name": "Summit Academy Transition High School-Cincinnati", + "Physical Address Line 1": "5800 Salvia Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45224", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900338", + "School District Name": "Summit Academy School - Lorain", + "Physical Address Line 1": "346 Illinois Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lorain", + "Physical Address State": "OH ", + "Physical Address Zip": "44052", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4024510", + "School District Name": "PIONEER-PLEASANT VALE", + "Physical Address Line 1": "6520 East Wood Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waukomis", + "Physical Address State": "OK ", + "Physical Address Zip": "73773", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17980295566502463", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900339", + "School District Name": "Summit Academy Middle School - Columbus", + "Physical Address Line 1": "2521 Fairwood Ave Ste 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900342", + "School District Name": "Summit Academy Transition High School-Columbus", + "Physical Address Line 1": "2521 Fairwood Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904464", + "School District Name": "Piqua City", + "Physical Address Line 1": "215 Looney Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Piqua", + "Physical Address State": "OH ", + "Physical Address Zip": "45356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16264907383912713", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900344", + "School District Name": "Summit Academy Alternative LearnersWarren Middle & Secondary", + "Physical Address Line 1": "1461 Moncrest Dr NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "OH ", + "Physical Address Zip": "44485", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900348", + "School District Name": "Summit Academy Transition High School Dayton", + "Physical Address Line 1": "251 Erdiel Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45415", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900350", + "School District Name": "Summit Academy-Youngstown", + "Physical Address Line 1": "144 N Schenley Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44509", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900356", + "School District Name": "Summit Academy Community School - Painesville", + "Physical Address Line 1": "268 N State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Painesville", + "Physical Address State": "OH ", + "Physical Address Zip": "44077", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900361", + "School District Name": "Summit Academy Secondary School - Middletown", + "Physical Address Line 1": "7 S Marshall Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middletown", + "Physical Address State": "OH ", + "Physical Address Zip": "45044", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4024180", + "School District Name": "PITTSBURG", + "Physical Address Line 1": "200 WEST GRAND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburg", + "Physical Address State": "OK ", + "Physical Address Zip": "74560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15217391304347827", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900366", + "School District Name": "Rittman Academy", + "Physical Address Line 1": "100 Saurer St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rittman", + "Physical Address State": "OH ", + "Physical Address Zip": "44270", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835010", + "School District Name": "PITTSBURG ISD", + "Physical Address Line 1": "402 BROACH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PITTSBURG", + "Physical Address State": "TX ", + "Physical Address Zip": "75686", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.25070196550340956", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900385", + "School District Name": "Schnee Learning Center", + "Physical Address Line 1": "2222 Issaquah St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cuyahoga Falls", + "Physical Address State": "OH ", + "Physical Address Zip": "44221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900396", + "School District Name": "Zenith Academy", + "Physical Address Line 1": "4606 Heaton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43229", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200754", + "School District Name": "Pittsburgh AVTS", + "Physical Address Line 1": "515 N. Highland Avenue", + "Physical Address Line 2": "Room 020", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15206", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900399", + "School District Name": "Wings Academy 1", + "Physical Address Line 1": "10615 Lamontier Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219170", + "School District Name": "Pittsburgh SD", + "Physical Address Line 1": "341 S Bellefield Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15213", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2444805505113256", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4200109", + "School District Name": "Pittsburgh-Mt Oliver IU 2", + "Physical Address Line 1": "1305 Muriel St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5006450", + "School District Name": "Pittsfield School District", + "Physical Address Line 1": "South Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethel", + "Physical Address State": "VT ", + "Physical Address Zip": "05032", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219200", + "School District Name": "Pittston Area SD", + "Physical Address Line 1": "5 Stout St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittston", + "Physical Address State": "PA ", + "Physical Address Zip": "18640", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13733441470667748", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900467", + "School District Name": "Stambaugh Charter Academy", + "Physical Address Line 1": "2420 Donald Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44509", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511790", + "School District Name": "Pittsville School District", + "Physical Address Line 1": "5459 Elementary Ave", + "Physical Address Line 2": "Suite 2", + "Physical Address Line 3": "", + "Physical Address City": "Pittsville", + "Physical Address State": "WI ", + "Physical Address Zip": "54466", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0773109243697479", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102940", + "School District Name": "PITTSYLVANIA CO PBLC SCHS", + "Physical Address Line 1": "39 Bank St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chatham", + "Physical Address State": "VA ", + "Physical Address Zip": "24531", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15905586525916263", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900474", + "School District Name": "Westside Academy", + "Physical Address Line 1": "4330 Clime Rd North", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43228", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900780", + "School District Name": "Piute District", + "Physical Address Line 1": "500 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Junction", + "Physical Address State": "UT ", + "Physical Address Zip": "84740", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1947565543071161", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900492", + "School District Name": "Summit Academy Community School-Columbus", + "Physical Address Line 1": "2521 Fairwood Ave Ste 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900493", + "School District Name": "Summit Academy Community School - Dayton", + "Physical Address Line 1": "4128 Cedar Ridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "OH ", + "Physical Address Zip": "45414", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900494", + "School District Name": "Summit Academy Secondary - Akron", + "Physical Address Line 1": "464 S Hawkins Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44320", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900495", + "School District Name": "Summit Academy Secondary - Canton", + "Physical Address Line 1": "2400 Cleveland Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "OH ", + "Physical Address Zip": "44709", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900496", + "School District Name": "Summit Academy - Toledo", + "Physical Address Line 1": "301 Collingwood Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43604", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900497", + "School District Name": "Summit Academy Community School-Parma", + "Physical Address Line 1": "5868 Stumph Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Parma", + "Physical Address State": "OH ", + "Physical Address Zip": "44130", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900498", + "School District Name": "Summit Academy Secondary - Youngstown", + "Physical Address Line 1": "2800 Shady Run Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44502", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900500", + "School District Name": "Summit Academy Community School-Warren", + "Physical Address Line 1": "2106 Arbor Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "OH ", + "Physical Address Zip": "44484", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900501", + "School District Name": "Summit Academy Community School - Cincinnati", + "Physical Address Line 1": "1660 Sternblock Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45237", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904993", + "School District Name": "Plain Local", + "Physical Address Line 1": "901 44th St NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canton", + "Physical Address State": "OH ", + "Physical Address Zip": "44709", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12795470629865535", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835040", + "School District Name": "PLAINS ISD", + "Physical Address Line 1": "811 COWBOY WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLAINS", + "Physical Address State": "TX ", + "Physical Address Zip": "79355", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18219461697722567", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900550", + "School District Name": "Whitehall Preparatory and Fitness Academy", + "Physical Address Line 1": "3474 E Livingston Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43227", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900551", + "School District Name": "Springfield Preparatory and Fitness Academy", + "Physical Address Line 1": "1615 Selma Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "OH ", + "Physical Address Zip": "45505", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4024240", + "School District Name": "PLAINVIEW", + "Physical Address Line 1": "1140 South Plainview Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ardmore", + "Physical Address State": "OK ", + "Physical Address Zip": "73401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12706169822846672", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835070", + "School District Name": "PLAINVIEW ISD", + "Physical Address Line 1": "2417 YONKERS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLAINVIEW", + "Physical Address State": "TX ", + "Physical Address Zip": "79072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.24141315014720313", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900562", + "School District Name": "Promise Academy", + "Physical Address Line 1": "1701 E 13th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900573", + "School District Name": "Toledo Preparatory and Fitness Academy", + "Physical Address Line 1": "3001 Hill Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43607", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900580", + "School District Name": "Youngstown Academy of Excellence", + "Physical Address Line 1": "1408 Rigby St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44506", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4655710", + "School District Name": "Plankinton School District 01-1", + "Physical Address Line 1": "404 E Davenport St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plankinton", + "Physical Address State": "SD ", + "Physical Address Zip": "57368", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07692307692307693", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835100", + "School District Name": "PLANO ISD", + "Physical Address Line 1": "2700 W 15TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLANO", + "Physical Address State": "TX ", + "Physical Address Zip": "75075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.07982905697544364", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4680438", + "School District Name": "Platte - Geddes School District 11-5", + "Physical Address Line 1": "400 Illinois Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Platte", + "Physical Address State": "SD ", + "Physical Address Zip": "57369", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14804063860667635", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3900644", + "School District Name": "South Scioto Academy", + "Physical Address Line 1": "2200 Winslow Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5605090", + "School District Name": "Platte County School District #1", + "Physical Address Line 1": "1350 Oak Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wheatland", + "Physical Address State": "WY ", + "Physical Address Zip": "82201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.12834224598930483", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5603180", + "School District Name": "Platte County School District #2", + "Physical Address Line 1": "555 South Wyoming Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Guernsey", + "Physical Address State": "WY ", + "Physical Address Zip": "82214", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1440677966101695", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511850", + "School District Name": "Platteville School District", + "Physical Address Line 1": "780 N 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Platteville", + "Physical Address State": "WI ", + "Physical Address Zip": "53818", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12691697514542571", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901314", + "School District Name": "Zanesville Community School", + "Physical Address Line 1": "920 Moxahala Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zanesville", + "Physical Address State": "OH ", + "Physical Address Zip": "43701", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4024330", + "School District Name": "PLEASANT GROVE", + "Physical Address Line 1": "1927 East Walnut Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shawnee", + "Physical Address State": "OK ", + "Physical Address Zip": "74801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18085106382978725", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835130", + "School District Name": "PLEASANT GROVE ISD", + "Physical Address Line 1": "8500 N KINGS HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEXARKANA", + "Physical Address State": "TX ", + "Physical Address Zip": "75503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.10261026102610261", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109870", + "School District Name": "Pleasant Hill SD 1", + "Physical Address Line 1": "36386 Hwy 58", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pleasant Hill", + "Physical Address State": "OR ", + "Physical Address Zip": "97455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12812812812812813", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901344", + "School District Name": "Sullivant Avenue Community School", + "Physical Address Line 1": "3435 Sullivant Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904842", + "School District Name": "Pleasant Local", + "Physical Address Line 1": "1107 Owens Rd W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "OH ", + "Physical Address Zip": "43302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11812179016874541", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901354", + "School District Name": "The Bessie Sherrod Price Preparatory Academy", + "Physical Address Line 1": "1555 Elaine Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43227", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901368", + "School District Name": "Village Preparatory School Cliffs", + "Physical Address Line 1": "1417 E 36th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44114", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219290", + "School District Name": "Pleasant Valley SD", + "Physical Address Line 1": "2233 Route 115", + "Physical Address Line 2": "Suite 100", + "Physical Address Line 3": "", + "Physical Address City": "Brodheadsville", + "Physical Address State": "PA ", + "Physical Address Zip": "18322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12179092216060793", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835190", + "School District Name": "PLEASANTON ISD", + "Physical Address Line 1": "831 STADIUM DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PLEASANTON", + "Physical Address State": "TX ", + "Physical Address Zip": "78064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19461476939482805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901381", + "School District Name": "The Richland School of Academic Arts", + "Physical Address Line 1": "1456 Park Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ontario", + "Physical Address State": "OH ", + "Physical Address Zip": "44906", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401110", + "School District Name": "PLEASANTS COUNTY SCHOOLS", + "Physical Address Line 1": "202 FAIRVIEW DR.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ST. MARYS", + "Physical Address State": "WV ", + "Physical Address Zip": "26170", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16416510318949343", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901396", + "School District Name": "Zenith Academy East", + "Physical Address Line 1": "2261 S Hamilton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43232", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841580", + "School District Name": "PLEMONS-STINNETT-PHILLIPS CISD", + "Physical Address Line 1": "603 S MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STINNETT", + "Physical Address State": "TX ", + "Physical Address Zip": "79083", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2108843537414966", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219350", + "School District Name": "Plum Borough SD", + "Physical Address Line 1": "900 Elicker Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plum", + "Physical Address State": "PA ", + "Physical Address Zip": "15239", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06379310344827586", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901409", + "School District Name": "Regent High School", + "Physical Address Line 1": "5806 Broadway Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511880", + "School District Name": "Plum City School District", + "Physical Address Line 1": "907 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plum City", + "Physical Address State": "WI ", + "Physical Address Zip": "54761", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11320754716981132", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901412", + "School District Name": "Road to Success Academy", + "Physical Address Line 1": "1634 Minnesota Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43211", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4109960", + "School District Name": "Plush SD 18", + "Physical Address Line 1": "18254 Morris Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plush", + "Physical Address State": "OR ", + "Physical Address Zip": "97637", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901427", + "School District Name": "Southside Academy", + "Physical Address Line 1": "1400 Oak Hill Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44507", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511940", + "School District Name": "Plymouth Joint School District", + "Physical Address Line 1": "125 S Highland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "WI ", + "Physical Address Zip": "53073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08037456106125634", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901433", + "School District Name": "The Academy for Urban Scholars", + "Physical Address Line 1": "1808 E Broad St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901434", + "School District Name": "STEAM Academy of Warren", + "Physical Address Line 1": "261 Elm Rd NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "OH ", + "Physical Address Zip": "44483", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901450", + "School District Name": "Townsend North Community School", + "Physical Address Line 1": "207 Lowell St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Castalia", + "Physical Address State": "OH ", + "Physical Address Zip": "44824", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904946", + "School District Name": "Plymouth-Shiloh Local", + "Physical Address Line 1": "365 Sandusky St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plymouth", + "Physical Address State": "OH ", + "Physical Address Zip": "44865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14531548757170173", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901457", + "School District Name": "University of Cleveland Preparatory School", + "Physical Address Line 1": "1906 E 40th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401140", + "School District Name": "POCAHONTAS COUNTY SCHOOLS", + "Physical Address Line 1": "404 OLD BUCKEYE ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUCKEYE", + "Physical Address State": "WV ", + "Physical Address Zip": "24924", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25196850393700787", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4024630", + "School District Name": "POCOLA", + "Physical Address Line 1": "600 East Pryor Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pocola", + "Physical Address State": "OK ", + "Physical Address Zip": "74902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.26666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901473", + "School District Name": "The Brilliance School", + "Physical Address Line 1": "10608 Penfield Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garfield Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44125", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219500", + "School District Name": "Pocono Mountain SD", + "Physical Address Line 1": "135 Pocono Mountain School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Swiftwater", + "Physical Address State": "PA ", + "Physical Address Zip": "18370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17682738768376682", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901475", + "School District Name": "SunBridge Schools", + "Physical Address Line 1": "2729 124th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43611", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901482", + "School District Name": "STEAM Academy of Warrensville Heights", + "Physical Address Line 1": "4700 Richmond Rd Ste 3000", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warrensville Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835250", + "School District Name": "POINT ISABEL ISD", + "Physical Address Line 1": "101 PORT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT ISABEL", + "Physical Address State": "TX ", + "Physical Address Zip": "78578", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.36442405708460757", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901498", + "School District Name": "Stepstone Academy", + "Physical Address Line 1": "3328 Carnegie Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904834", + "School District Name": "Poland Local", + "Physical Address Line 1": "3030 Dobbins Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Poland", + "Physical Address State": "OH ", + "Physical Address Zip": "44514", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07452871547566857", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905094", + "School District Name": "Polaris", + "Physical Address Line 1": "7285 Old Oak Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Middleburg Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44130", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901505", + "School District Name": "Village Preparatory School Woodland Hills", + "Physical Address Line 1": "9201 Crane Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703450", + "School District Name": "Polk County", + "Physical Address Line 1": "131 Stephens ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Benton", + "Physical Address State": "TN ", + "Physical Address Zip": "37307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19753086419753085", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901514", + "School District Name": "West Park Academy", + "Physical Address Line 1": "12913 Bennington Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44135", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901529", + "School District Name": "United Preparatory Academy", + "Physical Address Line 1": "617 W State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306780", + "School District Name": "Pomeroy School District", + "Physical Address Line 1": "121 S 10th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POMEROY", + "Physical Address State": "WA ", + "Physical Address Zip": "99347", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.162534435261708", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4024690", + "School District Name": "PONCA CITY", + "Physical Address Line 1": "613 East Grand Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ponca City", + "Physical Address State": "OK ", + "Physical Address Zip": "74601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21500094464386926", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4024720", + "School District Name": "POND CREEK-HUNTER", + "Physical Address Line 1": "200 East Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pond Creek", + "Physical Address State": "OK ", + "Physical Address Zip": "73766", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17567567567567569", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901555", + "School District Name": "Rise & Shine Academy", + "Physical Address Line 1": "3248 Warsaw St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43608", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835310", + "School District Name": "PONDER ISD", + "Physical Address Line 1": "400 W BAILEY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PONDER", + "Physical Address State": "TX ", + "Physical Address Zip": "76259", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08895522388059701", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901565", + "School District Name": "Valley STEM+ME2 Academy", + "Physical Address Line 1": "7300 N Palmyra Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44406", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901566", + "School District Name": "Utica Shale Academy of Ohio", + "Physical Address Line 1": "38095 State Route 39", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salineville", + "Physical Address State": "OH ", + "Physical Address Zip": "43945", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901567", + "School District Name": "Steel Academy", + "Physical Address Line 1": "1570 Creighton Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44310", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901568", + "School District Name": "T2 Honors Academy", + "Physical Address Line 1": "18450 S Miles Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warrensville Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44128", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901576", + "School District Name": "Zenith Academy West", + "Physical Address Line 1": "3385 South Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901577", + "School District Name": "Tri-State STEM+M Early College High School", + "Physical Address Line 1": "702 Solida Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Point", + "Physical Address State": "OH ", + "Physical Address Zip": "45680", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000087", + "School District Name": "PONTOTOC TECHNOLOGY CENTER", + "Physical Address Line 1": "601 W 33RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADA", + "Physical Address State": "OK ", + "Physical Address Zip": "74820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901581", + "School District Name": "Village Preparatory School Willard", + "Physical Address Line 1": "9401 Willard Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleveland", + "Physical Address State": "OH ", + "Physical Address Zip": "44102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000764", + "School District Name": "POOLED INVESTMENT ILC", + "Physical Address Line 1": "1001 NW 63RD ST SUITE 290", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73116", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835340", + "School District Name": "POOLVILLE ISD", + "Physical Address Line 1": "16025 FM 920", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POOLVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76487", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16129032258064516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901583", + "School District Name": "Westwood Preparatory Academy", + "Physical Address Line 1": "1183 Essex Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102980", + "School District Name": "POQUOSON CITY PBLC SCHS", + "Physical Address Line 1": "500 City Hall Ave", + "Physical Address Line 2": "Room 219", + "Physical Address Line 3": "", + "Physical Address City": "Poquoson", + "Physical Address State": "VA ", + "Physical Address Zip": "23662", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.050518134715025906", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800004", + "School District Name": "POR VIDA ACADEMY", + "Physical Address Line 1": "1135 MISSION RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78210", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900124", + "School District Name": "Porcupine Day School", + "Physical Address Line 1": "101 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Porcupine", + "Physical Address State": "SD", + "Physical Address Zip": "57772", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219530", + "School District Name": "Port Allegany SD", + "Physical Address Line 1": "20 Oak St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Port Allegany", + "Physical Address State": "PA ", + "Physical Address Zip": "16743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22391084093211752", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901593", + "School District Name": "United Preparatory Academy East", + "Physical Address Line 1": "31 N 17th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306820", + "School District Name": "Port Angeles School District", + "Physical Address Line 1": "905 W 9TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT ANGELES", + "Physical Address State": "WA ", + "Physical Address Zip": "98363", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14585660040205495", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835370", + "School District Name": "PORT ARANSAS ISD", + "Physical Address Line 1": "100 S STATION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT ARANSAS", + "Physical Address State": "TX ", + "Physical Address Zip": "78373", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1926605504587156", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835400", + "School District Name": "PORT ARTHUR ISD", + "Physical Address Line 1": "4801 9TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT ARTHUR", + "Physical Address State": "TX ", + "Physical Address Zip": "77642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.31293938818164546", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901596", + "School District Name": "South Columbus Preparatory Academy at German Village", + "Physical Address Line 1": "387 E Beck St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904465", + "School District Name": "Port Clinton City", + "Physical Address Line 1": "811 Jefferson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Port Clinton", + "Physical Address State": "OH ", + "Physical Address Zip": "43452", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17343844754396603", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901600", + "School District Name": "SMART Academy", + "Physical Address Line 1": "4351 E 131st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Garfield Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511970", + "School District Name": "Port Edwards School District", + "Physical Address Line 1": "801 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Port Edwards", + "Physical Address State": "WI ", + "Physical Address Zip": "54469", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.07713498622589532", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835430", + "School District Name": "PORT NECHES-GROVES ISD", + "Physical Address Line 1": "620 AVE C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT NECHES", + "Physical Address State": "TX ", + "Physical Address Zip": "77651", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.12999035679845708", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4110020", + "School District Name": "Port Orford-Langlois SD 2CJ", + "Physical Address Line 1": "45525 Highway 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sixes", + "Physical Address State": "OR ", + "Physical Address Zip": "97465", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3593314763231198", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306840", + "School District Name": "Port Townsend School District", + "Physical Address Line 1": "1610 Blaine St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Port Townsend", + "Physical Address State": "WA ", + "Physical Address Zip": "98368", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1895424836601307", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512000", + "School District Name": "Port Washington-Saukville School District", + "Physical Address Line 1": "100 W Monroe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Port Washington", + "Physical Address State": "WI ", + "Physical Address Zip": "53074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07468259895444361", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901614", + "School District Name": "ReGeneration Bond Hill", + "Physical Address Line 1": "5158 Fishwick Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45216", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219560", + "School District Name": "Portage Area SD", + "Physical Address Line 1": "84 Mountain Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portage", + "Physical Address State": "PA ", + "Physical Address Zip": "15946", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1442516268980477", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901616", + "School District Name": "Priority High School", + "Physical Address Line 1": "2945 Gilbert Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512060", + "School District Name": "Portage Community School District", + "Physical Address Line 1": "305 E Slifer St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portage", + "Physical Address State": "WI ", + "Physical Address Zip": "53901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1305379746835443", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3906349", + "School District Name": "Portage Lakes", + "Physical Address Line 1": "4401 Shriver Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Uniontown", + "Physical Address State": "OH ", + "Physical Address Zip": "44685", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901619", + "School District Name": "Quaker Preparatory Academy", + "Physical Address Line 1": "400 Mill Ave SE Ste 901", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Philadelphia", + "Physical Address State": "OH ", + "Physical Address Zip": "44663", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901622", + "School District Name": "South Columbus Preparatory Academy at Southfield", + "Physical Address Line 1": "3220 Groveport Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030197", + "School District Name": "PORTER CONSOLIDATED", + "Physical Address Line 1": "125 South Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Porter", + "Physical Address State": "OK ", + "Physical Address Zip": "74454", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1590909090909091", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901624", + "School District Name": "Valor Academy Inc.", + "Physical Address Line 1": "1330 Atcheson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbus", + "Physical Address State": "OH ", + "Physical Address Zip": "43203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4110040", + "School District Name": "Portland SD 1J", + "Physical Address Line 1": "501 N Dixon St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portland", + "Physical Address State": "OR ", + "Physical Address Zip": "97227", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.08848763141086502", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4400870", + "School District Name": "Portsmouth", + "Physical Address Line 1": "29 Middle Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portsmouth", + "Physical Address State": "RI ", + "Physical Address Zip": "02871", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.053062817011314864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910027", + "School District Name": "Portsmouth City", + "Physical Address Line 1": "724 Findlay St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portsmouth", + "Physical Address State": "OH ", + "Physical Address Zip": "45662", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.4396900269541779", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901634", + "School District Name": "Youngstown Preparatory Academy", + "Physical Address Line 1": "810 Oak St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44506", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103000", + "School District Name": "PORTSMOUTH CITY PBLC SCHS", + "Physical Address Line 1": "801 Crawford St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portsmouth", + "Physical Address State": "VA ", + "Physical Address Zip": "23704", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2491940072065238", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3901638", + "School District Name": "Western Toledo Preparatory Academy", + "Physical Address Line 1": "6145 Hill Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43615", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4024840", + "School District Name": "PORUM", + "Physical Address Line 1": "410 N 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Porum", + "Physical Address State": "OK ", + "Physical Address Zip": "74455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.32085561497326204", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800059", + "School District Name": "POSITIVE SOLUTIONS CHARTER SCHOOL", + "Physical Address Line 1": "1325 N FLORES STE 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835490", + "School District Name": "POST ISD", + "Physical Address Line 1": "501 S AVE K", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POST", + "Physical Address State": "TX ", + "Physical Address Zip": "79356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22889842632331903", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4024870", + "School District Name": "POTEAU", + "Physical Address Line 1": "100 Mockingbird Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Poteau", + "Physical Address State": "OK ", + "Physical Address Zip": "74953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26812891674127126", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835520", + "School District Name": "POTEET ISD", + "Physical Address Line 1": "1100 SCHOOL DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POTEET", + "Physical Address State": "TX ", + "Physical Address Zip": "78065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23252032520325203", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835550", + "School District Name": "POTH ISD", + "Physical Address Line 1": "510 TITCOMB ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POTH", + "Physical Address State": "TX ", + "Physical Address Zip": "78147", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11370262390670553", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512090", + "School District Name": "Potosi School District", + "Physical Address Line 1": "128 Highway 61 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Potosi", + "Physical Address State": "WI ", + "Physical Address Zip": "53820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12202380952380952", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835580", + "School District Name": "POTTSBORO ISD", + "Physical Address Line 1": "105 CARDINAL LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POTTSBORO", + "Physical Address State": "TX ", + "Physical Address Zip": "75076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.11740890688259109", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219650", + "School District Name": "Pottsgrove SD", + "Physical Address Line 1": "1301 Kauffman Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pottstown", + "Physical Address State": "PA ", + "Physical Address Zip": "19464", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.12242715851376637", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219680", + "School District Name": "Pottstown SD", + "Physical Address Line 1": "230 Beech St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pottstown", + "Physical Address State": "PA ", + "Physical Address Zip": "19464", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.2473876698014629", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219710", + "School District Name": "Pottsville Area SD", + "Physical Address Line 1": "1501 W Laurel Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pottsville", + "Physical Address State": "PA ", + "Physical Address Zip": "17901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1928297946397494", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4110080", + "School District Name": "Powers SD 31", + "Physical Address Line 1": "High School Hill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Powers", + "Physical Address State": "OR ", + "Physical Address Zip": "97466", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2923076923076923", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103030", + "School District Name": "POWHATAN CO PBLC SCHS", + "Physical Address Line 1": "4290 Anderson Highway", + "Physical Address Line 2": "Pocahontas Landmark Center", + "Physical Address Line 3": "", + "Physical Address City": "Powhatan", + "Physical Address State": "VA ", + "Physical Address Zip": "23139", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06763956451239286", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512120", + "School District Name": "Poynette School District", + "Physical Address Line 1": "108 N Cleveland St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Poynette", + "Physical Address State": "WI ", + "Physical Address Zip": "53955", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06666666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4024930", + "School District Name": "PRAGUE", + "Physical Address Line 1": "1100 BLUE BELL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prague", + "Physical Address State": "OK ", + "Physical Address Zip": "74864", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14845173041894352", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4110110", + "School District Name": "Prairie City SD 4", + "Physical Address Line 1": "740 Overholt St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prairie City", + "Physical Address State": "OR ", + "Physical Address Zip": "97869", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1592356687898089", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512150", + "School District Name": "Prairie du Chien Area School District", + "Physical Address Line 1": "800 E Crawford St", + "Physical Address Line 2": "Dist Ofc", + "Physical Address Line 3": "", + "Physical Address City": "Prairie du Chien", + "Physical Address State": "WI ", + "Physical Address Zip": "53821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14463176574977818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512180", + "School District Name": "Prairie Farm Public School District", + "Physical Address Line 1": "630 River Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prairie Farm", + "Physical Address State": "WI ", + "Physical Address Zip": "54762", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14206128133704735", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600050", + "School District Name": "Prairie Lakes Educational Cooperative", + "Physical Address Line 1": "800 NE 9th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "SD ", + "Physical Address Zip": "57042", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904408", + "School District Name": "Winton Woods City", + "Physical Address Line 1": "825 Waycross Rd Ste A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20933465739821253", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835700", + "School District Name": "PRAIRIE LEA ISD", + "Physical Address Line 1": "6910 HWY 80", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRAIRIE LEA", + "Physical Address State": "TX ", + "Physical Address Zip": "78661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1881720430107527", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835730", + "School District Name": "PRAIRIE VALLEY ISD", + "Physical Address Line 1": "12920 FM 103", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NOCONA", + "Physical Address State": "TX ", + "Physical Address Zip": "76255", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16101694915254236", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835740", + "School District Name": "PRAIRILAND ISD", + "Physical Address Line 1": "466 FM 196 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PATTONVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75468", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1992653810835629", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904928", + "School District Name": "Preble Shawnee Local", + "Physical Address Line 1": "5495 Somers Gratis Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Camden", + "Physical Address State": "OH ", + "Physical Address Zip": "45311", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14183937823834197", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801476", + "School District Name": "PRELUDE PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "1707 CENTENNIAL BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78211", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200873", + "School District Name": "Premier Arts and Science CS", + "Physical Address Line 1": "500 North 17th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800207", + "School District Name": "PREMIER HIGH SCHOOLS", + "Physical Address Line 1": "1301 WATERS RIDGE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEWISVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75057", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835760", + "School District Name": "PREMONT ISD", + "Physical Address Line 1": "439 S W 4TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PREMONT", + "Physical Address State": "TX ", + "Physical Address Zip": "78375", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.36909871244635195", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512210", + "School District Name": "Prentice School District", + "Physical Address Line 1": "1025 Town St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prentice", + "Physical Address State": "WI ", + "Physical Address Zip": "54556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1895734597156398", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200036", + "School District Name": "Preparatory CS of Mathematics Science Tech and Careers", + "Physical Address Line 1": "1928 Point Breeze Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19145", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512240", + "School District Name": "Prescott School District", + "Physical Address Line 1": "1220 Saint Croix St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prescott", + "Physical Address State": "WI ", + "Physical Address Zip": "54021", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.037889039242219216", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306870", + "School District Name": "Prescott School District", + "Physical Address Line 1": "207 SOUTH A STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESCOTT", + "Physical Address State": "WA ", + "Physical Address Zip": "99348", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12885154061624648", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835800", + "School District Name": "PRESIDIO ISD", + "Physical Address Line 1": "701 E MARKET ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRESIDIO", + "Physical Address State": "TX ", + "Physical Address Zip": "79845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.39872068230277186", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025050", + "School District Name": "PRESTON", + "Physical Address Line 1": "10061 PRINGEY AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Preston", + "Physical Address State": "OK ", + "Physical Address Zip": "74456", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401170", + "School District Name": "PRESTON COUNTY SCHOOLS", + "Physical Address Line 1": "731 PRESTON DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGWOOD", + "Physical Address State": "WV ", + "Physical Address Zip": "26537", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1783452502553626", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025080", + "School District Name": "PRETTY WATER", + "Physical Address Line 1": "15223 West 81st Street South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sapulpa", + "Physical Address State": "OK ", + "Physical Address Zip": "74066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12663755458515283", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835820", + "School District Name": "PRIDDY ISD", + "Physical Address Line 1": "1375 SH 16N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRIDDY", + "Physical Address State": "TX ", + "Physical Address Zip": "76870", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300339", + "School District Name": "PRIDE Prep Charter School District", + "Physical Address Line 1": "811 E Sprague", + "Physical Address Line 2": "Suite A", + "Physical Address Line 3": "", + "Physical Address City": "Spokane", + "Physical Address State": "WA ", + "Physical Address Zip": "99202", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103060", + "School District Name": "PRINCE EDWARD CO PBLC SCHS", + "Physical Address Line 1": "35 Eagle Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Farmville", + "Physical Address State": "VA ", + "Physical Address Zip": "23901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.24484126984126983", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103090", + "School District Name": "PRINCE GEORGE CO PBLC SCHS", + "Physical Address Line 1": "6410 Courts Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prince George", + "Physical Address State": "VA ", + "Physical Address Zip": "23875", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11766308048481547", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103130", + "School District Name": "PRINCE WILLIAM CO PBLC SCHS", + "Physical Address Line 1": "14715 Bristow Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manassas", + "Physical Address State": "VA ", + "Physical Address Zip": "20112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07873189166491706", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3904467", + "School District Name": "Princeton City", + "Physical Address Line 1": "3900 Cottingham Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1835369400814427", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904468", + "School District Name": "Ravenna City", + "Physical Address Line 1": "534 Summit St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ravenna", + "Physical Address State": "OH ", + "Physical Address Zip": "44266", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2717696629213483", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904469", + "School District Name": "Reading Community City", + "Physical Address Line 1": "810 E Columbia Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reading", + "Physical Address State": "OH ", + "Physical Address Zip": "45215", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.189873417721519", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904470", + "School District Name": "Rocky River City", + "Physical Address Line 1": "1101 Morewood Pkwy", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rocky River", + "Physical Address State": "OH ", + "Physical Address Zip": "44116", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05742049469964664", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835850", + "School District Name": "PRINCETON ISD", + "Physical Address Line 1": "321 PANTHER PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRINCETON", + "Physical Address State": "TX ", + "Physical Address Zip": "75407", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11782579338284943", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904471", + "School District Name": "St Bernard-Elmwood Place City", + "Physical Address Line 1": "105 Washington Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Bernard", + "Physical Address State": "OH ", + "Physical Address Zip": "45217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2875368007850834", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904472", + "School District Name": "St Marys City", + "Physical Address Line 1": "2250 State Route 66", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Marys", + "Physical Address State": "OH ", + "Physical Address Zip": "45885", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11616161616161616", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904474", + "School District Name": "Sandusky City", + "Physical Address Line 1": "407 Decatur St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sandusky", + "Physical Address State": "OH ", + "Physical Address Zip": "44870", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.34365244536940687", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904475", + "School District Name": "Shaker Heights City", + "Physical Address Line 1": "15600 Parkland Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shaker Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10507553895773214", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904476", + "School District Name": "Sheffield-Sheffield Lake City", + "Physical Address Line 1": "1824 Harris Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sheffield Village", + "Physical Address State": "OH ", + "Physical Address Zip": "44054", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.16164817749603805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904479", + "School District Name": "South Euclid-Lyndhurst City", + "Physical Address Line 1": "5044 Mayfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lyndhurst", + "Physical Address State": "OH ", + "Physical Address Zip": "44124", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14324493631238255", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512300", + "School District Name": "Princeton School District", + "Physical Address Line 1": "604 Old Green Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Princeton", + "Physical Address State": "WI ", + "Physical Address Zip": "54968", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16481069042316257", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904480", + "School District Name": "South-Western City", + "Physical Address Line 1": "3805 Marlane Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grove City", + "Physical Address State": "OH ", + "Physical Address Zip": "43123", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19160707564922846", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904481", + "School District Name": "Springfield City School District", + "Physical Address Line 1": "1500 W Jefferson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "OH ", + "Physical Address Zip": "45506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.33793778551229064", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904482", + "School District Name": "Steubenville City", + "Physical Address Line 1": "611 N 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Steubenville", + "Physical Address State": "OH ", + "Physical Address Zip": "43952", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.3000428632661809", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835890", + "School District Name": "PRINGLE-MORSE CISD", + "Physical Address Line 1": "100 S FIFTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORSE", + "Physical Address State": "TX ", + "Physical Address Zip": "79062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2777777777777778", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904483", + "School District Name": "Stow-Munroe Falls City School District", + "Physical Address Line 1": "4350 Allen Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stow", + "Physical Address State": "OH ", + "Physical Address Zip": "44224", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06666666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904484", + "School District Name": "Strongsville City", + "Physical Address Line 1": "18199 Cook Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Strongsville", + "Physical Address State": "OH ", + "Physical Address Zip": "44136", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06849683757233212", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904485", + "School District Name": "Struthers City", + "Physical Address Line 1": "99 Euclid Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Struthers", + "Physical Address State": "OH ", + "Physical Address Zip": "44471", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2903040734366036", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800076", + "School District Name": "PRIORITY CHARTER SCHOOLS", + "Physical Address Line 1": "275 FM 2483", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MORGANS POINT RESORT", + "Physical Address State": "TX ", + "Physical Address Zip": "76513", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904486", + "School District Name": "Sycamore Community City", + "Physical Address Line 1": "5959 Hagewa Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blue Ash", + "Physical Address State": "OH ", + "Physical Address Zip": "45242", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05977203224909647", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904487", + "School District Name": "Sylvania Schools", + "Physical Address Line 1": "4747 N Holland Sylvania Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sylvania", + "Physical Address State": "OH ", + "Physical Address Zip": "43560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08339096927181108", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904488", + "School District Name": "Tallmadge City", + "Physical Address Line 1": "486 East Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tallmadge", + "Physical Address State": "OH ", + "Physical Address Zip": "44278", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09569377990430622", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904489", + "School District Name": "Tiffin City Schools", + "Physical Address Line 1": "244 S Monroe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tiffin", + "Physical Address State": "OH ", + "Physical Address Zip": "44883", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14618973561430793", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904490", + "School District Name": "Toledo City", + "Physical Address Line 1": "1609 N Summit St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.3246778877329499", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3904491", + "School District Name": "Toronto City", + "Physical Address Line 1": "1307 Dennis Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toronto", + "Physical Address State": "OH ", + "Physical Address Zip": "43964", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.25334957369062117", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904492", + "School District Name": "Troy City", + "Physical Address Line 1": "500 N Market St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Troy", + "Physical Address State": "OH ", + "Physical Address Zip": "45373", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10919757759273278", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4835910", + "School District Name": "PROGRESO ISD", + "Physical Address Line 1": "600 N BUSINESS FM 1015", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PROGRESO", + "Physical Address State": "TX ", + "Physical Address Zip": "78579", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3467787114845938", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904493", + "School District Name": "Upper Arlington City", + "Physical Address Line 1": "1619 Zollinger Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Upper Arlington", + "Physical Address State": "OH ", + "Physical Address Zip": "43221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03266692800209069", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100093", + "School District Name": "PROJECT BRIDGE/RUSSELL CO", + "Physical Address Line 1": "No Street Address", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "VA ", + "Physical Address Zip": "24266", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904494", + "School District Name": "Urbana City", + "Physical Address Line 1": "711 Wood St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Urbana", + "Physical Address State": "OH ", + "Physical Address Zip": "43078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18458698661744347", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904495", + "School District Name": "Vandalia-Butler City", + "Physical Address Line 1": "500 S Dixie Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vandalia", + "Physical Address State": "OH ", + "Physical Address Zip": "45377", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11501850872554203", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904498", + "School District Name": "Wapakoneta City", + "Physical Address Line 1": "1102 Gardenia Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wapakoneta", + "Physical Address State": "OH ", + "Physical Address Zip": "45895", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12031921424186617", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904499", + "School District Name": "Warren City", + "Physical Address Line 1": "105 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "OH ", + "Physical Address Zip": "44481", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.3936968484242121", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100083", + "School District Name": "PROJECT RENEW/NORTHAMPTON CO", + "Physical Address Line 1": "Northampton CO Public Schools", + "Physical Address Line 2": "7207 Young Street", + "Physical Address Line 3": "", + "Physical Address City": "Machipongo", + "Physical Address State": "VA ", + "Physical Address Zip": "23405", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904500", + "School District Name": "Warrensville Heights City", + "Physical Address Line 1": "4743 Richmond Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warrensville Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44128", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.32899921197793536", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100077", + "School District Name": "PROJECT RETURN/FLUVANNA CO", + "Physical Address Line 1": "14455 James Madison Hwy.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Palmyra", + "Physical Address State": "VA ", + "Physical Address Zip": "22963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904502", + "School District Name": "Wellston City", + "Physical Address Line 1": "1 E Broadway St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wellston", + "Physical Address State": "OH ", + "Physical Address Zip": "45692", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.29873417721518986", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100081", + "School District Name": "PROJECT RETURN/POWHATAN CO", + "Physical Address Line 1": "C/O Powhatan Co Public Schls", + "Physical Address Line 2": "2320 Skaggs Rd", + "Physical Address Line 3": "", + "Physical Address City": "Powhatan", + "Physical Address State": "VA ", + "Physical Address Zip": "23139", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904503", + "School District Name": "Wellsville Local", + "Physical Address Line 1": "929 Center St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wellsville", + "Physical Address State": "OH ", + "Physical Address Zip": "43968", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.3290414878397711", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801467", + "School District Name": "PROMESA ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "603 MERIDA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78207", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904504", + "School District Name": "Westerville City", + "Physical Address Line 1": "936 Eastwind Dr Ste 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westerville", + "Physical Address State": "OH ", + "Physical Address Zip": "43081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.111476825122754", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904505", + "School District Name": "West Carrollton City", + "Physical Address Line 1": "430 E Pease Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Carrollton", + "Physical Address State": "OH ", + "Physical Address Zip": "45449", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20325616891376241", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800240", + "School District Name": "PROMISE COMMUNITY SCHOOL", + "Physical Address Line 1": "4500 BISSONNET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BELLAIRE", + "Physical Address State": "TX ", + "Physical Address Zip": "77401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904506", + "School District Name": "Westlake City", + "Physical Address Line 1": "24365 Hilliard Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westlake", + "Physical Address State": "OH ", + "Physical Address Zip": "44145", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0736082474226804", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904507", + "School District Name": "Whitehall City", + "Physical Address Line 1": "625 S Yearling Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitehall", + "Physical Address State": "OH ", + "Physical Address Zip": "43213", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.27654131491430034", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900157", + "School District Name": "Promontory School of Expeditionary Learning", + "Physical Address Line 1": "1051 W 2700 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PERRY", + "Physical Address State": "UT ", + "Physical Address Zip": "84302", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904508", + "School District Name": "Wickliffe City", + "Physical Address Line 1": "2221 Rockefeller Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wickliffe", + "Physical Address State": "OH ", + "Physical Address Zip": "44092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1168091168091168", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200833", + "School District Name": "Propel CS-Braddock Hills", + "Physical Address Line 1": "1500 Yost Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15221", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904509", + "School District Name": "Willard City", + "Physical Address Line 1": "123 W Whisler Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willard", + "Physical Address State": "OH ", + "Physical Address Zip": "44890", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19687162891046386", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200135", + "School District Name": "Propel CS-East", + "Physical Address Line 1": "1611 Monroeville Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turtle Creek", + "Physical Address State": "PA ", + "Physical Address Zip": "15145", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904510", + "School District Name": "Willoughby-Eastlake City", + "Physical Address Line 1": "35353 Curtis Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eastlake", + "Physical Address State": "OH ", + "Physical Address Zip": "44095", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08167307468251195", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200880", + "School District Name": "Propel CS-Hazelwood", + "Physical Address Line 1": "5401 Glenwood Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15208", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904511", + "School District Name": "Wilmington City", + "Physical Address Line 1": "341 S Nelson Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "OH ", + "Physical Address Zip": "45177", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15874439461883408", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200111", + "School District Name": "Propel CS-Homestead", + "Physical Address Line 1": "129 E. Tenth Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Homestead", + "Physical Address State": "PA ", + "Physical Address Zip": "15120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904513", + "School District Name": "Worthington City", + "Physical Address Line 1": "200 E Wilson Bridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Worthington", + "Physical Address State": "OH ", + "Physical Address Zip": "43085", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07465521512924271", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200134", + "School District Name": "Propel CS-McKeesport", + "Physical Address Line 1": "2412 Versailles Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McKeesport", + "Physical Address State": "PA ", + "Physical Address Zip": "15132", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904514", + "School District Name": "Wyoming City", + "Physical Address Line 1": "420 Springfield Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wyoming", + "Physical Address State": "OH ", + "Physical Address Zip": "45215", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.038891372373714796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200752", + "School District Name": "Propel CS-Montour", + "Physical Address Line 1": "340 Bilmar Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15205", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904515", + "School District Name": "Xenia Community City", + "Physical Address Line 1": "819 Colorado Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Xenia", + "Physical Address State": "OH ", + "Physical Address Zip": "45385", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19239209948792976", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200849", + "School District Name": "Propel CS-Northside", + "Physical Address Line 1": "1805 Buena Vista Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15212", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904516", + "School District Name": "Youngstown City", + "Physical Address Line 1": "474 Bennington Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Youngstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.49160273688575573", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200859", + "School District Name": "Propel CS-Pitcairn", + "Physical Address Line 1": "435 Agatha Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15140", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904517", + "School District Name": "Zanesville City", + "Physical Address Line 1": "956 Moxahala Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zanesville", + "Physical Address State": "OH ", + "Physical Address Zip": "43701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.31284530386740333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4110200", + "School District Name": "Prospect SD 59", + "Physical Address Line 1": "160 Mill Creek Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prospect", + "Physical Address State": "OR ", + "Physical Address Zip": "97536", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2578125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836000", + "School District Name": "PROSPER ISD", + "Physical Address Line 1": "605 E 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PROSPER", + "Physical Address State": "TX ", + "Physical Address Zip": "75078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.030092357657566224", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306900", + "School District Name": "Prosser School District", + "Physical Address Line 1": "1500 Grant Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PROSSER", + "Physical Address State": "WA ", + "Physical Address Zip": "99350", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12315101479188166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400900", + "School District Name": "Providence", + "Physical Address Line 1": "797 Westminster Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.2819210977701544", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900124", + "School District Name": "Providence Hall", + "Physical Address Line 1": "4795 W Patriot Ridge Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERRIMAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84096", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400039", + "School District Name": "Providence Preparatory Charter", + "Physical Address Line 1": "155 Harrison Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02907", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200890", + "School District Name": "Provident CS", + "Physical Address Line 1": "1400 Troy Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15212", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900810", + "School District Name": "Provo District", + "Physical Address Line 1": "280 W 940 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Provo", + "Physical Address State": "UT ", + "Physical Address Zip": "84604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.09885344264242857", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025170", + "School District Name": "PRUE", + "Physical Address Line 1": "104 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prue", + "Physical Address State": "OK ", + "Physical Address Zip": "74060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18571428571428572", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025200", + "School District Name": "PRYOR", + "Physical Address Line 1": "405 SW 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pryor", + "Physical Address State": "OK ", + "Physical Address Zip": "74361", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17153846153846153", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904560", + "School District Name": "Rossford Exempted Village", + "Physical Address Line 1": "701 Superior St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rossford", + "Physical Address State": "OH ", + "Physical Address Zip": "43460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11336898395721925", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904561", + "School District Name": "Tipp City Exempted Village", + "Physical Address Line 1": "90 S Tippecanoe Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tipp City", + "Physical Address State": "OH ", + "Physical Address Zip": "45371", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05234851201147365", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900136", + "School District Name": "Pueblo Pintado Community School", + "Physical Address Line 1": "58 miles west of Cuba NM on HCR 79", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cuba", + "Physical Address State": "NM", + "Physical Address Zip": "87013", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904563", + "School District Name": "Versailles Exempted Village", + "Physical Address Line 1": "459 S Center St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Versailles", + "Physical Address State": "OH ", + "Physical Address Zip": "45380", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.039909638554216864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904564", + "School District Name": "Wauseon Exempted Village", + "Physical Address Line 1": "930 E Oak St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wauseon", + "Physical Address State": "OH ", + "Physical Address Zip": "43567", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10551687198714516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904565", + "School District Name": "Wellington Exempted Village", + "Physical Address Line 1": "305 Union St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wellington", + "Physical Address State": "OH ", + "Physical Address Zip": "44090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12260536398467432", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "7200030", + "School District Name": "PUERTO RICO DEPARTMENT OF EDUCATION", + "Physical Address Line 1": "CALLE FEDERICO COSTAS NUM. 150", + "Physical Address Line 2": "URB INDUSTRIAL TRES MONJITAS", + "Physical Address Line 3": "", + "Physical Address City": "HATO REY", + "Physical Address State": "PR ", + "Physical Address Zip": "00919", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.536808132308781", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3904566", + "School District Name": "Windham Exempted Village", + "Physical Address Line 1": "9530 Bauer Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windham", + "Physical Address State": "OH ", + "Physical Address Zip": "44288", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.2922201138519924", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300006", + "School District Name": "Puget Sound Educational Service District 121", + "Physical Address Line 1": "800 Oakesdale Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Renton", + "Physical Address State": "WA ", + "Physical Address Zip": "98057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904567", + "School District Name": "Yellow Springs Exempted Village", + "Physical Address Line 1": "201 S Walnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yellow Springs", + "Physical Address State": "OH ", + "Physical Address Zip": "45387", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103150", + "School District Name": "PULASKI CO PBLC SCHS", + "Physical Address Line 1": "202 N Washington Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pulaski", + "Physical Address State": "VA ", + "Physical Address Zip": "24301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18202146690518783", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512330", + "School District Name": "Pulaski Community School District", + "Physical Address Line 1": "143 W Green Bay St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pulaski", + "Physical Address State": "WI ", + "Physical Address Zip": "54162", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.04714098646879092", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904579", + "School District Name": "Shawnee Local", + "Physical Address Line 1": "3255 Zurmehly Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lima", + "Physical Address State": "OH ", + "Physical Address Zip": "45806", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.07859078590785908", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300355", + "School District Name": "Pullman Community Montessori", + "Physical Address Line 1": "115 NW State St", + "Physical Address Line 2": "STE 212", + "Physical Address Line 3": "", + "Physical Address City": "Pullman", + "Physical Address State": "WA ", + "Physical Address Zip": "99163", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904580", + "School District Name": "Spencerville Local", + "Physical Address Line 1": "600 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spencerville", + "Physical Address State": "OH ", + "Physical Address Zip": "45887", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11051502145922747", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306930", + "School District Name": "Pullman School District", + "Physical Address Line 1": "240 SE DEXTER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PULLMAN", + "Physical Address State": "WA ", + "Physical Address Zip": "99163", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11039755351681957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219800", + "School District Name": "Punxsutawney Area SD", + "Physical Address Line 1": "300 Center St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Punxsutawney", + "Physical Address State": "PA ", + "Physical Address Zip": "15767", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19715808170515098", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025230", + "School District Name": "PURCELL", + "Physical Address Line 1": "919 1/2 North Ninth Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Purcell", + "Physical Address State": "OK ", + "Physical Address Zip": "73080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1320504313205043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219830", + "School District Name": "Purchase Line SD", + "Physical Address Line 1": "16559 Route 286 Highway E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Commodore", + "Physical Address State": "PA ", + "Physical Address Zip": "15729", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16872427983539096", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904588", + "School District Name": "Pymatuning Valley Local", + "Physical Address Line 1": "5571 Rt 6 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Andover", + "Physical Address State": "OH ", + "Physical Address Zip": "44003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20117570215545394", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904897", + "School District Name": "Put-In-Bay Local", + "Physical Address Line 1": "548 Catawba Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Put-in-Bay", + "Physical Address State": "OH ", + "Physical Address Zip": "43456", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16129032258064516", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904592", + "School District Name": "Trimble Local", + "Physical Address Line 1": "1 Tomcat Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glouster", + "Physical Address State": "OH ", + "Physical Address Zip": "45732", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.28005865102639294", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025290", + "School District Name": "PUTNAM CITY", + "Physical Address Line 1": "5401 Northwest 40th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warr Acres", + "Physical Address State": "OK ", + "Physical Address Zip": "73122", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.23997993707537277", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904597", + "School District Name": "Waynesfield-Goshen Local", + "Physical Address Line 1": "500 N Westminster St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waynesfield", + "Physical Address State": "OH ", + "Physical Address Zip": "45896", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06935123042505593", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703480", + "School District Name": "Putnam County", + "Physical Address Line 1": "1400 East Spring ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cookeville", + "Physical Address State": "TN ", + "Physical Address Zip": "38506", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17374671236152067", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904599", + "School District Name": "St Clairsville-Richland City", + "Physical Address Line 1": "108 Woodrow Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Clairsville", + "Physical Address State": "OH ", + "Physical Address Zip": "43950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1093011035207567", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904600", + "School District Name": "Shadyside Local", + "Physical Address Line 1": "3890 Lincoln Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shadyside", + "Physical Address State": "OH ", + "Physical Address Zip": "43947", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.15549215406562053", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904601", + "School District Name": "Union Local", + "Physical Address Line 1": "66779 Belmont Morristown Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belmont", + "Physical Address State": "OH ", + "Physical Address Zip": "43718", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16801075268817203", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401200", + "School District Name": "PUTNAM COUNTY SCHOOLS", + "Physical Address Line 1": "77 COURTHOUSE DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINFIELD", + "Physical Address State": "WV ", + "Physical Address Zip": "25213", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10989572684522593", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904606", + "School District Name": "Western Brown Local", + "Physical Address Line 1": "524 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Orab", + "Physical Address State": "OH ", + "Physical Address Zip": "45154", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.18963831867057673", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904607", + "School District Name": "Ripley-Union-Lewis-Huntington Local", + "Physical Address Line 1": "502 S 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ripley", + "Physical Address State": "OH ", + "Physical Address Zip": "45167", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2929936305732484", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306960", + "School District Name": "Puyallup School District", + "Physical Address Line 1": "302 2ND ST SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PUYALLUP", + "Physical Address State": "WA ", + "Physical Address Zip": "98372", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07090342199468802", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900061", + "School District Name": "Pyramid Lake High School", + "Physical Address Line 1": "711 State Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nixon", + "Physical Address State": "NV", + "Physical Address Zip": "89424", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904614", + "School District Name": "Ross Local", + "Physical Address Line 1": "3371 Hamilton Cleves Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hamilton", + "Physical Address State": "OH ", + "Physical Address Zip": "45013", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06295707472178061", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904615", + "School District Name": "Talawanda City", + "Physical Address Line 1": "131 W Chestnut St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oxford", + "Physical Address State": "OH ", + "Physical Address Zip": "45056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08823529411764706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219860", + "School District Name": "Quaker Valley SD", + "Physical Address Line 1": "100 Leetsdale Industrial Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leetsdale", + "Physical Address State": "PA ", + "Physical Address Zip": "15056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.058681672025723476", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219890", + "School District Name": "Quakertown Community SD", + "Physical Address Line 1": "100 Commerce Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quakertown", + "Physical Address State": "PA ", + "Physical Address Zip": "18951", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07644946126218574", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904620", + "School District Name": "Triad Local", + "Physical Address Line 1": "7920 Brush Lake Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Lewisburg", + "Physical Address State": "OH ", + "Physical Address Zip": "43060", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0955223880597015", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836180", + "School District Name": "QUANAH ISD", + "Physical Address Line 1": "801 ELBERT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUANAH", + "Physical Address State": "TX ", + "Physical Address Zip": "79252", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24123711340206186", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904621", + "School District Name": "West Liberty-Salem Local", + "Physical Address Line 1": "7208 US Highway 68 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Liberty", + "Physical Address State": "OH ", + "Physical Address Zip": "43357", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06859205776173286", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025320", + "School District Name": "QUAPAW", + "Physical Address Line 1": "305 West First Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quapaw", + "Physical Address State": "OK ", + "Physical Address Zip": "74363", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22967479674796748", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000411", + "School District Name": "Quarry Valley Unified Union School District #70", + "Physical Address Line 1": "16 Evelyn Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rutland", + "Physical Address State": "VT ", + "Physical Address Zip": "05701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904624", + "School District Name": "Tecumseh Local", + "Physical Address Line 1": "9760 W National Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Carlisle", + "Physical Address State": "OH ", + "Physical Address Zip": "45344", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.18581293157564344", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904627", + "School District Name": "Southeastern Local", + "Physical Address Line 1": "226 Clifton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Charleston", + "Physical Address State": "OH ", + "Physical Address Zip": "45368", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12532637075718014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836210", + "School District Name": "QUEEN CITY ISD", + "Physical Address Line 1": "1015 HOUSTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUEEN CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "75572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2802937576499388", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5301380", + "School District Name": "Queets-Clearwater School District", + "Physical Address Line 1": "146000 HIGHWAY 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORKS", + "Physical Address State": "WA ", + "Physical Address Zip": "98331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2727272727272727", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904635", + "School District Name": "West Clermont Local", + "Physical Address Line 1": "4350 Aicholtz Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cincinnati", + "Physical Address State": "OH ", + "Physical Address Zip": "45245", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09374711369723839", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900132", + "School District Name": "Quest Academy", + "Physical Address Line 1": "4862 W 4000 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST HAVEN", + "Physical Address State": "UT ", + "Physical Address Zip": "84401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904636", + "School District Name": "Williamsburg Local", + "Physical Address Line 1": "549A W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamsburg", + "Physical Address State": "OH ", + "Physical Address Zip": "45176", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11291963377416073", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5306990", + "School District Name": "Quilcene School District", + "Physical Address Line 1": "294715 HWY 101", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUILCENE", + "Physical Address State": "WA ", + "Physical Address Zip": "98376", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13725490196078433", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900127", + "School District Name": "Quileute Tribal School", + "Physical Address Line 1": "40 Ocean Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "La Push", + "Physical Address State": "WA", + "Physical Address Zip": "98350", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307020", + "School District Name": "Quillayute Valley School District", + "Physical Address Line 1": "411 S SPARTAN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORKS", + "Physical Address State": "WA ", + "Physical Address Zip": "98331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22423742786479803", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904644", + "School District Name": "Southern Local", + "Physical Address Line 1": "38095 State Route 39", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salineville", + "Physical Address State": "OH ", + "Physical Address Zip": "43945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2517482517482518", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307080", + "School District Name": "Quincy School District", + "Physical Address Line 1": "119 J ST SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUINCY", + "Physical Address State": "WA ", + "Physical Address Zip": "98848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1335423197492163", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904645", + "School District Name": "United Local", + "Physical Address Line 1": "8143 State Route 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanoverton", + "Physical Address State": "OH ", + "Physical Address Zip": "44423", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1784776902887139", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904647", + "School District Name": "Ridgewood Local", + "Physical Address Line 1": "301 S Oak St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Lafayette", + "Physical Address State": "OH ", + "Physical Address Zip": "43845", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15009499683343888", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836240", + "School District Name": "QUINLAN ISD", + "Physical Address Line 1": "401 E RICHMOND", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUINLAN", + "Physical Address State": "TX ", + "Physical Address Zip": "75474", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20381773399014777", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904648", + "School District Name": "River View Local", + "Physical Address Line 1": "26496 State Route 60", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warsaw", + "Physical Address State": "OH ", + "Physical Address Zip": "43844", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15136381098732232", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025410", + "School District Name": "QUINTON", + "Physical Address Line 1": "210 N J Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quinton", + "Physical Address State": "OK ", + "Physical Address Zip": "74561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22139303482587064", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904652", + "School District Name": "Wynford Local", + "Physical Address Line 1": "3288 Holmes Center Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bucyrus", + "Physical Address State": "OH ", + "Physical Address Zip": "44820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11970534069981584", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836300", + "School District Name": "QUITMAN ISD", + "Physical Address Line 1": "600 N WINNSBORO", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "QUITMAN", + "Physical Address State": "TX ", + "Physical Address Zip": "75783", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19936958234830576", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904659", + "School District Name": "Richmond Heights Local", + "Physical Address Line 1": "447 Richmond Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richmond Heights", + "Physical Address State": "OH ", + "Physical Address Zip": "44143", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20404721753794267", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904660", + "School District Name": "Solon City", + "Physical Address Line 1": "33800 Inwood Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Solon", + "Physical Address State": "OH ", + "Physical Address Zip": "44139", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05125667920047496", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400001", + "School District Name": "R.I. Sch for the Deaf", + "Physical Address Line 1": "One Corliss Park", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02908", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512360", + "School District Name": "Racine Unified School District", + "Physical Address Line 1": "3109 Mount Pleasant St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Racine", + "Physical Address State": "WI ", + "Physical Address Zip": "53404", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.20031016849694022", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904668", + "School District Name": "Tri-Village Local", + "Physical Address Line 1": "315 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Madison", + "Physical Address State": "OH ", + "Physical Address Zip": "45346", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13493064312736444", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103180", + "School District Name": "RADFORD CITY PBLC SCHS", + "Physical Address Line 1": "1612 Wadsworth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Radford", + "Physical Address State": "VA ", + "Physical Address Zip": "24141", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.15869853917662682", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4219920", + "School District Name": "Radnor Township SD", + "Physical Address Line 1": "135 S Wayne Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wayne", + "Physical Address State": "PA ", + "Physical Address Zip": "19087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04330862270776434", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300335", + "School District Name": "Rainier Prep Charter School District", + "Physical Address Line 1": "10211 S 12th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seattle", + "Physical Address State": "WA ", + "Physical Address Zip": "98168", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307110", + "School District Name": "Rainier School District", + "Physical Address Line 1": "207 CENTRE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RAINIER", + "Physical Address State": "WA ", + "Physical Address Zip": "98576", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14846743295019157", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4103265", + "School District Name": "Rainier SD 13", + "Physical Address Line 1": "28168 Old Rainier Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rainier", + "Physical Address State": "OR ", + "Physical Address Zip": "97048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14138817480719795", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300342", + "School District Name": "Rainier Valley Leadership Academy", + "Physical Address Line 1": "6020 Rainier Avenue S.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seattle", + "Physical Address State": "WA ", + "Physical Address Zip": "98118", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836360", + "School District Name": "RAINS ISD", + "Physical Address Line 1": "1759 W US HWY 69", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EMORY", + "Physical Address State": "TX ", + "Physical Address Zip": "75440", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18839779005524862", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904682", + "School District Name": "Vermilion Local", + "Physical Address Line 1": "1250 Sanford St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vermilion", + "Physical Address State": "OH ", + "Physical Address Zip": "44089", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10547463586137619", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401230", + "School District Name": "RALEIGH COUNTY SCHOOLS", + "Physical Address Line 1": "105 ADAIR STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BECKLEY", + "Physical Address State": "WV ", + "Physical Address Zip": "25801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.23292693324239067", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836390", + "School District Name": "RALLS ISD", + "Physical Address Line 1": "1082 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RALLS", + "Physical Address State": "TX ", + "Physical Address Zip": "79357", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.36893203883495146", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836420", + "School District Name": "RAMIREZ CSD", + "Physical Address Line 1": "18 MILES S OF BENAVIDES ON HWY 339", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RAMIREZ", + "Physical Address State": "TX ", + "Physical Address Zip": "78376", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.4782608695652174", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904690", + "School District Name": "Walnut Township Local", + "Physical Address Line 1": "11850 Lancaster St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millersport", + "Physical Address State": "OH ", + "Physical Address Zip": "43046", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.14334470989761092", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800171", + "School District Name": "RANCH ACADEMY", + "Physical Address Line 1": "3120 VZCR 2318", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CANTON", + "Physical Address State": "TX ", + "Physical Address Zip": "75103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900064", + "School District Name": "Ranches Academy", + "Physical Address Line 1": "7789 TAWNY OWL CIR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAGLE MOUNTAIN", + "Physical Address State": "UT ", + "Physical Address Zip": "84005", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904700", + "School District Name": "Reynoldsburg City", + "Physical Address Line 1": "7244 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reynoldsburg", + "Physical Address State": "OH ", + "Physical Address Zip": "43068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15512665862484923", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512390", + "School District Name": "Randall J1 School District", + "Physical Address Line 1": "37101 87th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "WI ", + "Physical Address Zip": "53105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07580645161290323", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904709", + "School District Name": "Swanton Local", + "Physical Address Line 1": "108 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Swanton", + "Physical Address State": "OH ", + "Physical Address Zip": "43558", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11509817197020988", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401260", + "School District Name": "RANDOLPH COUNTY SCHOOLS", + "Physical Address Line 1": "40 11TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELKINS", + "Physical Address State": "WV ", + "Physical Address Zip": "26241", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22193481634764614", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836450", + "School District Name": "RANDOLPH FIELD ISD", + "Physical Address Line 1": "BLDG 1100 PERIMETER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RANDOLPH A F B", + "Physical Address State": "TX ", + "Physical Address Zip": "78148", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04945054945054945", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904722", + "School District Name": "West Geauga Local", + "Physical Address Line 1": "8615 Cedar Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chesterland", + "Physical Address State": "OH ", + "Physical Address Zip": "44026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05188527231711247", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512420", + "School District Name": "Randolph School District", + "Physical Address Line 1": "110 Meadowood Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Randolph", + "Physical Address State": "WI ", + "Physical Address Zip": "53956", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08981001727115717", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512450", + "School District Name": "Random Lake School District", + "Physical Address Line 1": "605 Random Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Random Lake", + "Physical Address State": "WI ", + "Physical Address Zip": "53075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06781485468245425", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904730", + "School District Name": "Rolling Hills Local", + "Physical Address Line 1": "60851 Southgate Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cambridge", + "Physical Address State": "OH ", + "Physical Address Zip": "43725", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20222841225626742", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836480", + "School District Name": "RANGER ISD", + "Physical Address Line 1": "1842 LOOP 254 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RANGER", + "Physical Address State": "TX ", + "Physical Address Zip": "76470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.313953488372093", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836510", + "School District Name": "RANKIN ISD", + "Physical Address Line 1": "1201 UPTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RANKIN", + "Physical Address State": "TX ", + "Physical Address Zip": "79778", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13513513513513514", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904738", + "School District Name": "Southwest Local", + "Physical Address Line 1": "10800 Campbell Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrison", + "Physical Address State": "OH ", + "Physical Address Zip": "45030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.13346116970278044", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904739", + "School District Name": "Three Rivers Local", + "Physical Address Line 1": "401 N Miami Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cleves", + "Physical Address State": "OH ", + "Physical Address Zip": "45002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09740259740259741", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4659820", + "School District Name": "Rapid City Area School District 51-4", + "Physical Address Line 1": "625 9th St Ste 208", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rapid City", + "Physical Address State": "SD ", + "Physical Address Zip": "57701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.13955896686159844", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800042", + "School District Name": "RAPOPORT ACADEMY PUBLIC SCHOOL", + "Physical Address Line 1": "1020 ELM AVE BLDG 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WACO", + "Physical Address State": "TX ", + "Physical Address Zip": "76704", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904747", + "School District Name": "Vanlue Local", + "Physical Address Line 1": "301 S East St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vanlue", + "Physical Address State": "OH ", + "Physical Address Zip": "45890", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06181818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103210", + "School District Name": "RAPPAHANNOCK CO PBLC SCHS", + "Physical Address Line 1": "6 Schoolhouse Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "VA ", + "Physical Address Zip": "22747", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14636752136752137", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904750", + "School District Name": "Ridgemont Local", + "Physical Address Line 1": "560 Taylor St W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mount Victory", + "Physical Address State": "OH ", + "Physical Address Zip": "43340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13994910941475827", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904751", + "School District Name": "Riverdale Local", + "Physical Address Line 1": "20613 State Route 37", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt Blanchard", + "Physical Address State": "OH ", + "Physical Address Zip": "45867", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1413662239089184", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025500", + "School District Name": "RATTAN", + "Physical Address Line 1": "420 West Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rattan", + "Physical Address State": "OK ", + "Physical Address Zip": "74562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20300751879699247", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904752", + "School District Name": "Upper Scioto Valley Local", + "Physical Address Line 1": "510 S Courtright St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McGuffey", + "Physical Address State": "OH ", + "Physical Address Zip": "45859", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21216407355021216", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800022", + "School District Name": "RAUL YZAGUIRRE SCHOOLS FOR SUCCESS", + "Physical Address Line 1": "2950 BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77017", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800048", + "School District Name": "RAVEN SCHOOL", + "Physical Address Line 1": "143 FOREST SERVICE RD 233", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW WAVERLY", + "Physical Address State": "TX ", + "Physical Address Zip": "77358", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904769", + "School District Name": "West Holmes Local", + "Physical Address Line 1": "28 W Jackson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Millersburg", + "Physical Address State": "OH ", + "Physical Address Zip": "44654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18533145275035262", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025530", + "School District Name": "RAVIA", + "Physical Address Line 1": "305 Mill Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ravia", + "Physical Address State": "OK ", + "Physical Address Zip": "73455", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2222222222222222", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904773", + "School District Name": "South Central Local", + "Physical Address Line 1": "3305 Greenwich Angling Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenwich", + "Physical Address State": "OH ", + "Physical Address Zip": "44837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13996138996138996", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904774", + "School District Name": "Western Reserve Local", + "Physical Address Line 1": "3765 US Rt 20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Collins", + "Physical Address State": "OH ", + "Physical Address Zip": "44826", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.158992180712424", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512480", + "School District Name": "Raymond #14 School District", + "Physical Address Line 1": "2659 76th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franksville", + "Physical Address State": "WI ", + "Physical Address Zip": "53126", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.056022408963585436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307140", + "School District Name": "Raymond School District", + "Physical Address Line 1": "1016 COMMERCIAL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RAYMOND", + "Physical Address State": "WA ", + "Physical Address Zip": "98577", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1606864274570983", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836540", + "School District Name": "RAYMONDVILLE ISD", + "Physical Address Line 1": "419 FM 3168", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RAYMONDVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78580", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.3799522673031026", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200887", + "School District Name": "Reach Cyber CS", + "Physical Address Line 1": "750 East Park Drive", + "Physical Address Line 2": "Suite 204", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17111", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904794", + "School District Name": "Rock Hill Local", + "Physical Address Line 1": "2325A Co. Rd. 26", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ironton", + "Physical Address State": "OH ", + "Physical Address Zip": "45638", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21741935483870967", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904795", + "School District Name": "South Point Local", + "Physical Address Line 1": "302 High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Point", + "Physical Address State": "OH ", + "Physical Address Zip": "45680", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.24478594950603733", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904796", + "School District Name": "Symmes Valley Local", + "Physical Address Line 1": "14778 State Route 141", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willow Wood", + "Physical Address State": "OH ", + "Physical Address Zip": "45696", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1781767955801105", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280070", + "School District Name": "Reading Muhlenberg CTC", + "Physical Address Line 1": "2615 Warren Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reading", + "Physical Address State": "PA ", + "Physical Address Zip": "19604", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220040", + "School District Name": "Reading SD", + "Physical Address Line 1": "800 Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reading", + "Physical Address State": "PA ", + "Physical Address Zip": "19601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.34704180909808047", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5006780", + "School District Name": "Readsboro School District", + "Physical Address Line 1": "301 Phelps Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Readsboro", + "Physical Address State": "VT ", + "Physical Address Zip": "05350", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900032", + "School District Name": "Reagan Academy", + "Physical Address Line 1": "1143 W CENTER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGVILLE", + "Physical Address State": "UT ", + "Physical Address Zip": "84663", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836570", + "School District Name": "REAGAN COUNTY ISD", + "Physical Address Line 1": "1111 E TWELFTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BIG LAKE", + "Physical Address State": "TX ", + "Physical Address Zip": "76932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.17346938775510204", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900197", + "School District Name": "Real Salt Lake Academy High School", + "Physical Address Line 1": "14750 South 3600 West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HERRIMAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84096", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904804", + "School District Name": "Southwest Licking Local", + "Physical Address Line 1": "927-A South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pataskala", + "Physical Address State": "OH ", + "Physical Address Zip": "43062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0843305908750935", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307210", + "School District Name": "Reardan-Edwall School District", + "Physical Address Line 1": "116 S Lake Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REARDAN", + "Physical Address State": "WA ", + "Physical Address Zip": "99029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11604439959636731", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904809", + "School District Name": "Riverside Local", + "Physical Address Line 1": "2096 County Road 24 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "De Graff", + "Physical Address State": "OH ", + "Physical Address Zip": "43318", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12305516265912306", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904822", + "School District Name": "Springfield Local", + "Physical Address Line 1": "6900 Hall St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Holland", + "Physical Address State": "OH ", + "Physical Address Zip": "43528", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14945940216239134", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904823", + "School District Name": "Washington Local", + "Physical Address Line 1": "3505 W Lincolnshire Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toledo", + "Physical Address State": "OH ", + "Physical Address Zip": "43606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.1983366935483871", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836630", + "School District Name": "RED LICK ISD", + "Physical Address Line 1": "3511 N FM 2148", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEXARKANA", + "Physical Address State": "TX ", + "Physical Address Zip": "75503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.058333333333333334", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220100", + "School District Name": "Red Lion Area SD", + "Physical Address Line 1": "Red Lion Area Education Center", + "Physical Address Line 2": "696 Delta Rd", + "Physical Address Line 3": "", + "Physical Address City": "Red Lion", + "Physical Address State": "PA ", + "Physical Address Zip": "17356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10006110601894287", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025590", + "School District Name": "RED OAK", + "Physical Address Line 1": "404 N Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Oak", + "Physical Address State": "OK ", + "Physical Address Zip": "74563", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22767857142857142", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836660", + "School District Name": "RED OAK ISD", + "Physical Address Line 1": "109 W RED OAK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RED OAK", + "Physical Address State": "TX ", + "Physical Address Zip": "75154", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11233642111454198", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904835", + "School District Name": "Sebring Local", + "Physical Address Line 1": "510 N 14th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sebring", + "Physical Address State": "OH ", + "Physical Address Zip": "44672", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.27706422018348625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904836", + "School District Name": "South Range Local", + "Physical Address Line 1": "11300 Columbiana Canfield Rd Ste B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44406", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.111495246326707", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000090", + "School District Name": "RED RIVER TECHNOLOGY CENTER", + "Physical Address Line 1": "3300 West Boisdarc", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duncan", + "Physical Address State": "OK ", + "Physical Address Zip": "73533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904837", + "School District Name": "Springfield Local", + "Physical Address Line 1": "11335 Youngstown Pittsburgh Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Middletown", + "Physical Address State": "OH ", + "Physical Address Zip": "44442", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11439466158245949", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904838", + "School District Name": "West Branch Local", + "Physical Address Line 1": "14277 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beloit", + "Physical Address State": "OH ", + "Physical Address Zip": "44609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14102564102564102", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904839", + "School District Name": "Western Reserve Local", + "Physical Address Line 1": "13850 W Akron Canfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berlin Center", + "Physical Address State": "OH ", + "Physical Address Zip": "44401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12477396021699819", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900035", + "School District Name": "RED ROCK DAY SCHOOL", + "Physical Address Line 1": "Navajo Route 13", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Red Valley", + "Physical Address State": "AZ", + "Physical Address Zip": "86544", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5600015", + "School District Name": "Red Top Meadows - Administration Office", + "Physical Address Line 1": "7905 South Fall Creek Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilson", + "Physical Address State": "WY ", + "Physical Address Zip": "83014", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904843", + "School District Name": "Ridgedale Local", + "Physical Address Line 1": "3103 Hillman Ford Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morral", + "Physical Address State": "OH ", + "Physical Address Zip": "43337", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11498708010335917", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900172", + "School District Name": "RED WATER ELEMENTARY SCHOOL", + "Physical Address Line 1": "107 Braves Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARTHAGE", + "Physical Address State": "MS", + "Physical Address Zip": "39051", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904844", + "School District Name": "River Valley Local", + "Physical Address Line 1": "197 Brockelsby Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Caledonia", + "Physical Address State": "OH ", + "Physical Address Zip": "43314", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11639676113360324", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220130", + "School District Name": "Redbank Valley SD", + "Physical Address Line 1": "920 E Broad St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Bethlehem", + "Physical Address State": "PA ", + "Physical Address Zip": "16242", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13087248322147652", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4660450", + "School District Name": "Redfield School District 56-4", + "Physical Address Line 1": "111 6th Ave E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redfield", + "Physical Address State": "SD ", + "Physical Address Zip": "57469", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10037878787878787", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904853", + "School District Name": "Southern Local", + "Physical Address Line 1": "106 N Broadway St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Racine", + "Physical Address State": "OH ", + "Physical Address Zip": "45771", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2127371273712737", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4110350", + "School District Name": "Redmond SD 2J", + "Physical Address Line 1": "145 SE Salmon Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Redmond", + "Physical Address State": "OR ", + "Physical Address Zip": "97756", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11329077190946024", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904858", + "School District Name": "St Henry Consolidated Local", + "Physical Address Line 1": "391 E Columbus St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Henry", + "Physical Address State": "OH ", + "Physical Address Zip": "45883", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.022110552763819097", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836750", + "School District Name": "REDWATER ISD", + "Physical Address Line 1": "202 RED RIVER RD N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REDWATER", + "Physical Address State": "TX ", + "Physical Address Zip": "75573", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09634888438133875", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904865", + "School District Name": "Switzerland of Ohio Local", + "Physical Address Line 1": "304 Mill St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodsfield", + "Physical Address State": "OH ", + "Physical Address Zip": "43793", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19631901840490798", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904869", + "School District Name": "Trotwood-Madison City", + "Physical Address Line 1": "3594 N Snyder Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trotwood", + "Physical Address State": "OH ", + "Physical Address Zip": "45426", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3411242603550296", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904874", + "School District Name": "Valley View Local", + "Physical Address Line 1": "59 Peffley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Germantown", + "Physical Address State": "OH ", + "Physical Address Zip": "45327", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.10815850815850817", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512660", + "School District Name": "Reedsburg School District", + "Physical Address Line 1": "501 K St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reedsburg", + "Physical Address State": "WI ", + "Physical Address Zip": "53959", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13522112631244035", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4110410", + "School District Name": "Reedsport SD 105", + "Physical Address Line 1": "100 Ranch Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reedsport", + "Physical Address State": "OR ", + "Physical Address Zip": "97467", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "0.24869791666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512690", + "School District Name": "Reedsville School District", + "Physical Address Line 1": "340 Manitowoc St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reedsville", + "Physical Address State": "WI ", + "Physical Address Zip": "54230", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0908004778972521", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836780", + "School District Name": "REFUGIO ISD", + "Physical Address Line 1": "212 W VANCE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REFUGIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78377", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2861271676300578", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800136", + "School District Name": "REG 1 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "1900 W SCHUNIOR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDINBURG", + "Physical Address State": "TX ", + "Physical Address Zip": "78541", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904887", + "School District Name": "Tri-Valley Local", + "Physical Address Line 1": "36 E Muskingum Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dresden", + "Physical Address State": "OH ", + "Physical Address Zip": "43821", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18772455089820358", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800104", + "School District Name": "REG 10 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "400 E SPRING VALLEY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHARDSON", + "Physical Address State": "TX ", + "Physical Address Zip": "75081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904888", + "School District Name": "West Muskingum Local", + "Physical Address Line 1": "4880 West Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zanesville", + "Physical Address State": "OH ", + "Physical Address Zip": "43701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15916069600818833", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800162", + "School District Name": "REG 11 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "1451 S CHERRY LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITE SETTLEMENT", + "Physical Address State": "TX ", + "Physical Address Zip": "76108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800146", + "School District Name": "REG 12 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "2101 W LOOP 340", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WACO", + "Physical Address State": "TX ", + "Physical Address Zip": "76712", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800169", + "School District Name": "REG 13 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "5701 SPRINGDALE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78723", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800164", + "School District Name": "REG 14 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "1850 HWY 351", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ABILENE", + "Physical Address State": "TX ", + "Physical Address Zip": "79601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800166", + "School District Name": "REG 15 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "612 S IRENE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANGELO", + "Physical Address State": "TX ", + "Physical Address Zip": "76903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800156", + "School District Name": "REG 16 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "5800 BELL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMARILLO", + "Physical Address State": "TX ", + "Physical Address Zip": "79109", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800144", + "School District Name": "REG 17 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "1111 W LOOP 289", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUBBOCK", + "Physical Address State": "TX ", + "Physical Address Zip": "79416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800150", + "School District Name": "REG 18 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "2811 LAFORCE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MIDLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "79706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800107", + "School District Name": "REG 19 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "6611 BOEING DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL PASO", + "Physical Address State": "TX ", + "Physical Address Zip": "79925", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904900", + "School District Name": "Twin Valley Community Local", + "Physical Address Line 1": "100 Education Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Alexandria", + "Physical Address State": "OH ", + "Physical Address Zip": "45381", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12190082644628099", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800154", + "School District Name": "REG 2 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "209 N WATER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORPUS CHRISTI", + "Physical Address State": "TX ", + "Physical Address Zip": "78401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904903", + "School District Name": "Wayne Trace Local", + "Physical Address Line 1": "4915 US Route 127", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Haviland", + "Physical Address State": "OH ", + "Physical Address Zip": "45851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12656903765690378", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800083", + "School District Name": "REG 20 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "1314 HINES AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78208", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800172", + "School District Name": "REG 3 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "1905 LEARY LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VICTORIA", + "Physical Address State": "TX ", + "Physical Address Zip": "77901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904906", + "School District Name": "Southern Local", + "Physical Address Line 1": "10397 State Route 155 SE # 1", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Corning", + "Physical Address State": "OH ", + "Physical Address Zip": "43730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2768817204301075", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800130", + "School District Name": "REG 4 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "7145 W TIDWELL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800155", + "School District Name": "REG 5 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "350 PINE STREET STE 500", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEAUMONT", + "Physical Address State": "TX ", + "Physical Address Zip": "77701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800173", + "School District Name": "REG 6 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "3332 MONTGOMERY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUNTSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "77340", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904909", + "School District Name": "Teays Valley Local", + "Physical Address Line 1": "385 Viking Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ashville", + "Physical Address State": "OH ", + "Physical Address Zip": "43103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08891454965357967", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800110", + "School District Name": "REG 7 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "1909 N LONGVIEW ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KILGORE", + "Physical Address State": "TX ", + "Physical Address Zip": "75662", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904910", + "School District Name": "Westfall Local", + "Physical Address Line 1": "19463 Pherson Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamsport", + "Physical Address State": "OH ", + "Physical Address Zip": "43164", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1167621776504298", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800165", + "School District Name": "REG 8 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "4845 US HWY 271 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PITTSBURG", + "Physical Address State": "TX ", + "Physical Address Zip": "75686", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800176", + "School District Name": "REG 9 EDUCATION SERVICE CENTER", + "Physical Address Line 1": "301 LOOP 11", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WICHITA FALLS", + "Physical Address State": "TX ", + "Physical Address Zip": "76306", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904913", + "School District Name": "Scioto Valley Local", + "Physical Address Line 1": "1414 Piketon Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Piketon", + "Physical Address State": "OH ", + "Physical Address Zip": "45661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2669014084507042", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100251", + "School District Name": "REG ALT ED CENTER/BUENA VISTA", + "Physical Address Line 1": "2329 Chestnut Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Buena Vista", + "Physical Address State": "VA ", + "Physical Address Zip": "24416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904914", + "School District Name": "Waverly City", + "Physical Address Line 1": "1 Tiger Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waverly", + "Physical Address State": "OH ", + "Physical Address Zip": "45690", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23052464228934816", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100075", + "School District Name": "REG ALTERNATIVE PLUS SELF PROJECT/ROANOKE CITY", + "Physical Address Line 1": "40 Douglass Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roanoke", + "Physical Address State": "VA ", + "Physical Address Zip": "24031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904915", + "School District Name": "Western Local", + "Physical Address Line 1": "7959 State Route 124", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Latham", + "Physical Address State": "OH ", + "Physical Address Zip": "45646", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.31554524361948955", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904921", + "School District Name": "Rootstown Local", + "Physical Address Line 1": "4140 State Route 44", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rootstown", + "Physical Address State": "OH ", + "Physical Address Zip": "44272", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904922", + "School District Name": "Southeast Local", + "Physical Address Line 1": "8245 Tallmadge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ravenna", + "Physical Address State": "OH ", + "Physical Address Zip": "44266", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17152466367713004", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904923", + "School District Name": "Streetsboro City", + "Physical Address Line 1": "9000 Kirby Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Streetsboro", + "Physical Address State": "OH ", + "Physical Address Zip": "44241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.126417471650567", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904924", + "School District Name": "Waterloo Local", + "Physical Address Line 1": "1464 Industry Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atwater", + "Physical Address State": "OH ", + "Physical Address Zip": "44201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12754716981132075", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100038", + "School District Name": "Region 18 ESD", + "Physical Address Line 1": "107 SW First St Ste 105", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Enterprise", + "Physical Address State": "OR ", + "Physical Address Zip": "97828", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904926", + "School District Name": "Tri-County North Local", + "Physical Address Line 1": "436 N Commerce St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewisburg", + "Physical Address State": "OH ", + "Physical Address Zip": "45338", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12284482758620689", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5680250", + "School District Name": "Region V BOCES", + "Physical Address Line 1": "3850 North Wilderness Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilson", + "Physical Address State": "WY ", + "Physical Address Zip": "83014", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100091", + "School District Name": "REGIONAL ALTERNATIVE ED/KING WILLIAM", + "Physical Address Line 1": "80 Cavalier Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "King William", + "Physical Address State": "VA ", + "Physical Address Zip": "23086", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100088", + "School District Name": "REGIONAL ALTERNATIVE ED/STAFFORD CO", + "Physical Address Line 1": "C/O Stafford Co Public Schls", + "Physical Address Line 2": "125 University Blvd", + "Physical Address Line 3": "", + "Physical Address City": "Fredericksburg", + "Physical Address State": "VA ", + "Physical Address Zip": "22406", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100080", + "School District Name": "REGIONAL ALTERNATIVE/PITTSLVANIA CO", + "Physical Address Line 1": "956 Woodlawn Academy Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chatham", + "Physical Address State": "VA ", + "Physical Address Zip": "24531", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100094", + "School District Name": "REGIONAL ALTERNATIVE/WYTHE CO", + "Physical Address Line 1": "C/O Wythe Co Public Schls", + "Physical Address Line 2": "1570 W Reservoir St", + "Physical Address Line 3": "", + "Physical Address City": "Wytheville", + "Physical Address State": "VA ", + "Physical Address Zip": "24382", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100102", + "School District Name": "REGIONAL LEARNING ACADEMY/WISE CO", + "Physical Address Line 1": "515 Hurricane Road", + "Physical Address Line 2": "Building M", + "Physical Address Line 3": "", + "Physical Address City": "Wise", + "Physical Address State": "VA ", + "Physical Address Zip": "24293", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904952", + "School District Name": "Southeastern Local", + "Physical Address Line 1": "2003 Lancaster Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chillicothe", + "Physical Address State": "OH ", + "Physical Address Zip": "45601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1674641148325359", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904953", + "School District Name": "Union-Scioto Local", + "Physical Address Line 1": "1565 Egypt Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chillicothe", + "Physical Address State": "OH ", + "Physical Address Zip": "45601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19737506309944472", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904954", + "School District Name": "Zane Trace Local", + "Physical Address Line 1": "946 State Route 180", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chillicothe", + "Physical Address State": "OH ", + "Physical Address Zip": "45601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14810045074050227", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904957", + "School District Name": "Woodmore Local", + "Physical Address Line 1": "349 Rice St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elmore", + "Physical Address State": "OH ", + "Physical Address Zip": "43416", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07204610951008646", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904964", + "School District Name": "Valley Local", + "Physical Address Line 1": "1821 State Route 728", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lucasville", + "Physical Address State": "OH ", + "Physical Address Zip": "45648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23279816513761467", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904965", + "School District Name": "Washington-Nile Local", + "Physical Address Line 1": "15332 Us Highway 52", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Portsmouth", + "Physical Address State": "OH ", + "Physical Address Zip": "45663", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.29902329075882794", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904966", + "School District Name": "Wheelersburg Local", + "Physical Address Line 1": "620 Center St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wheelersburg", + "Physical Address State": "OH ", + "Physical Address Zip": "45694", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.21676300578034682", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904968", + "School District Name": "Seneca East Local", + "Physical Address Line 1": "13343 E US Highway 224", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Attica", + "Physical Address State": "OH ", + "Physical Address Zip": "44807", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08782201405152225", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900038", + "School District Name": "Renaissance Academy", + "Physical Address Line 1": "3435 N 1120 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEHI", + "Physical Address State": "UT ", + "Physical Address Zip": "84043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904981", + "School District Name": "Russia Local", + "Physical Address Line 1": "100 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Russia", + "Physical Address State": "OH ", + "Physical Address Zip": "45363", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.02356020942408377", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200067", + "School District Name": "Renaissance Academy CS", + "Physical Address Line 1": "413 Fairview Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Phoenixville", + "Physical Address State": "PA ", + "Physical Address Zip": "19460", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100084", + "School District Name": "RENAISSANCE/SCOTT CO", + "Physical Address Line 1": "C/O Scott Co Public Schls", + "Physical Address Line 2": "340 E Jackson St", + "Physical Address Line 3": "", + "Physical Address City": "Gate City", + "Physical Address State": "VA ", + "Physical Address Zip": "24251", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904994", + "School District Name": "Sandy Valley Local", + "Physical Address Line 1": "5362 State Route 183 NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Magnolia", + "Physical Address State": "OH ", + "Physical Address Zip": "44643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16476841305998483", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904995", + "School District Name": "Tuslaw Local", + "Physical Address Line 1": "1835 Manchester Ave NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Massillon", + "Physical Address State": "OH ", + "Physical Address Zip": "44647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08307501549907005", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904996", + "School District Name": "Summit County ESC", + "Physical Address Line 1": "420 Washington Ave Ste 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cuyahoga Falls", + "Physical Address State": "OH ", + "Physical Address Zip": "44221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3904997", + "School District Name": "Woodridge Local", + "Physical Address Line 1": "4411 Quick Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Peninsula", + "Physical Address State": "OH ", + "Physical Address Zip": "44264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15411764705882353", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307230", + "School District Name": "Renton School District", + "Physical Address Line 1": "300 SW 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RENTON", + "Physical Address State": "WA ", + "Physical Address Zip": "98057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.13241782484006176", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300325", + "School District Name": "Renton Technical College", + "Physical Address Line 1": "3000 NE 4TH STREET", + "Physical Address Line 2": "Ali Cohen-Building D", + "Physical Address Line 3": "", + "Physical Address City": "RENTON", + "Physical Address State": "WA ", + "Physical Address Zip": "98056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307260", + "School District Name": "Republic School District", + "Physical Address Line 1": "30306 E HIGHWAY 20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "REPUBLIC", + "Physical Address State": "WA ", + "Physical Address Zip": "99166", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24495677233429394", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905005", + "School District Name": "Revere Local", + "Physical Address Line 1": "3496 Everett Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richfield", + "Physical Address State": "OH ", + "Physical Address Zip": "44286", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.038226705601274225", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905006", + "School District Name": "Springfield Local", + "Physical Address Line 1": "2410 Massillon Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Akron", + "Physical Address State": "OH ", + "Physical Address Zip": "44312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16864139020537125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905007", + "School District Name": "Twinsburg City", + "Physical Address Line 1": "11136 Ravenna Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Twinsburg", + "Physical Address State": "OH ", + "Physical Address Zip": "44087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05063829787234043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801465", + "School District Name": "REVE PREPARATORY CHARTER SCHOOL", + "Physical Address Line 1": "12707 CULLEN BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77047", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905023", + "School District Name": "Southington Local", + "Physical Address Line 1": "2482 State Route 534", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Southington", + "Physical Address State": "OH ", + "Physical Address Zip": "44470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11755725190839694", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025800", + "School District Name": "REYDON", + "Physical Address Line 1": "205 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reydon", + "Physical Address State": "OK ", + "Physical Address Zip": "73660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20408163265306123", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220220", + "School District Name": "Reynolds SD", + "Physical Address Line 1": "531 Reynolds Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenville", + "Physical Address State": "PA ", + "Physical Address Zip": "16125", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.160828025477707", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905025", + "School District Name": "Weathersfield Local", + "Physical Address Line 1": "1334 Seaborn St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mineral Ridge", + "Physical Address State": "OH ", + "Physical Address Zip": "44440", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17746113989637305", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4110520", + "School District Name": "Reynolds SD 7", + "Physical Address Line 1": "1204 NE 201st Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairview", + "Physical Address State": "OR ", + "Physical Address Zip": "97024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.173", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703510", + "School District Name": "Rhea County Department of Education", + "Physical Address Line 1": "1385 Broadway ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dayton", + "Physical Address State": "TN ", + "Physical Address Zip": "37321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905029", + "School District Name": "Strasburg-Franklin Local", + "Physical Address Line 1": "140 N Bodmer Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Strasburg", + "Physical Address State": "OH ", + "Physical Address Zip": "44680", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10534591194968554", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512720", + "School District Name": "Rhinelander School District", + "Physical Address Line 1": "665 Coolidge Ave", + "Physical Address Line 2": "Ste B", + "Physical Address Line 3": "", + "Physical Address City": "Rhinelander", + "Physical Address State": "WI ", + "Physical Address Zip": "54501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12988348183687456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905030", + "School District Name": "Tuscarawas Valley Local", + "Physical Address Line 1": "2637 Tuscarawas Valley Rd NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zoarville", + "Physical Address State": "OH ", + "Physical Address Zip": "44656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1270440251572327", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400019", + "School District Name": "Rhode Island Nurses Institute Middle College", + "Physical Address Line 1": "150 Washington Street", + "Physical Address Line 2": "3rd and 4th floors", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02903", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512780", + "School District Name": "Rib Lake School District", + "Physical Address Line 1": "1236 Kennedy St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rib Lake", + "Physical Address State": "WI ", + "Physical Address Zip": "54470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10775047258979206", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905039", + "School District Name": "Vinton County Local", + "Physical Address Line 1": "307 W High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mc Arthur", + "Physical Address State": "OH ", + "Physical Address Zip": "45651", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2488822652757079", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836930", + "School District Name": "RICARDO ISD", + "Physical Address Line 1": "138 W CR 2160", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78363", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22237017310252996", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836970", + "School District Name": "RICE CISD", + "Physical Address Line 1": "1094 RAIDER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALTAIR", + "Physical Address State": "TX ", + "Physical Address Zip": "77412", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2422062350119904", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905042", + "School District Name": "Springboro Community City", + "Physical Address Line 1": "1685 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springboro", + "Physical Address State": "OH ", + "Physical Address Zip": "45066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0293059810843213", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836960", + "School District Name": "RICE ISD", + "Physical Address Line 1": "1302 SW MCKINNEY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICE", + "Physical Address State": "TX ", + "Physical Address Zip": "75155", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21494370522006143", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512810", + "School District Name": "Rice Lake Area School District", + "Physical Address Line 1": "30 Phipps Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rice Lake", + "Physical Address State": "WI ", + "Physical Address Zip": "54868", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11235059760956176", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900840", + "School District Name": "Rich District", + "Physical Address Line 1": "25 S 100 W", + "Physical Address Line 2": "25 S 100 W", + "Physical Address Line 3": "", + "Physical Address City": "Randolph", + "Physical Address State": "UT ", + "Physical Address Zip": "84064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09813874788494077", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905046", + "School District Name": "Wayne Local", + "Physical Address Line 1": "659 Dayton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waynesville", + "Physical Address State": "OH ", + "Physical Address Zip": "45068", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06367924528301887", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905051", + "School District Name": "Wolf Creek Local", + "Physical Address Line 1": "330 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterford", + "Physical Address State": "OH ", + "Physical Address Zip": "45786", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0991869918699187", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200086", + "School District Name": "Richard Allen Preparatory CS", + "Physical Address Line 1": "2601 S 58th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19143", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703540", + "School District Name": "Richard City", + "Physical Address Line 1": "1620 Hamilton AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Pittsburg", + "Physical Address State": "TN ", + "Physical Address Zip": "37380", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2962962962962963", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800075", + "School District Name": "RICHARD MILBURN ALTER HIGH SCHOOL (KILLEEN)", + "Physical Address Line 1": "13003 JONES MALTSBERGER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78247", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4836990", + "School District Name": "RICHARDS ISD", + "Physical Address Line 1": "9477 PANTHER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHARDS", + "Physical Address State": "TX ", + "Physical Address Zip": "77873", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19444444444444445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905058", + "School District Name": "Southeast Local", + "Physical Address Line 1": "9048 Dover Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Apple Creek", + "Physical Address State": "OH ", + "Physical Address Zip": "44606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09842351938645079", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905059", + "School District Name": "Triway Local", + "Physical Address Line 1": "3205 Shreve Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wooster", + "Physical Address State": "OH ", + "Physical Address Zip": "44691", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11145239139973673", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837020", + "School District Name": "RICHARDSON ISD", + "Physical Address Line 1": "400 S GREENVILLE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHARDSON", + "Physical Address State": "TX ", + "Physical Address Zip": "75081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.16540613950874564", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "3905065", + "School District Name": "Stryker Local", + "Physical Address Line 1": "400 S Defiance St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stryker", + "Physical Address State": "OH ", + "Physical Address Zip": "43557", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.128", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503360", + "School District Name": "Richland 01", + "Physical Address Line 1": "1616 Richland Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "SC ", + "Physical Address Zip": "29201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.2656686703166277", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4503390", + "School District Name": "Richland 02", + "Physical Address Line 1": "763 Fashion Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "SC ", + "Physical Address Zip": "29229", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15334140924692105", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800271", + "School District Name": "RICHLAND COLLEGIATE HIGH SCHOOL", + "Physical Address Line 1": "12800 ABRAMS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75243", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905079", + "School District Name": "Southern Hills", + "Physical Address Line 1": "9193 Hamer Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Georgetown", + "Physical Address State": "OH ", + "Physical Address Zip": "45121", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512960", + "School District Name": "Richland School District", + "Physical Address Line 1": "1996 US Hwy 14 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richland Center", + "Physical Address State": "WI ", + "Physical Address Zip": "53581", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1770529994175888", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307320", + "School District Name": "Richland School District", + "Physical Address Line 1": "6972 Keene Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West RICHLAND", + "Physical Address State": "WA ", + "Physical Address Zip": "99353", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09574125378519426", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220250", + "School District Name": "Richland SD", + "Physical Address Line 1": "One Academic Avenue Suite 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnstown", + "Physical Address State": "PA ", + "Physical Address Zip": "15904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.08705612829324169", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837080", + "School District Name": "RICHLAND SPRINGS ISD", + "Physical Address Line 1": "700 W COYOTE TRL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RICHLAND SPRINGS", + "Physical Address State": "TX ", + "Physical Address Zip": "76871", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2018348623853211", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103240", + "School District Name": "RICHMOND CITY PBLC SCHS", + "Physical Address Line 1": "301 North 9th St", + "Physical Address Line 2": "17th Floor", + "Physical Address Line 3": "", + "Physical Address City": "Richmond", + "Physical Address State": "VA ", + "Physical Address Zip": "23219", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.3407728310060728", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5103270", + "School District Name": "RICHMOND CO PBLC SCHS", + "Physical Address Line 1": "92 Walnut Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warsaw", + "Physical Address State": "VA ", + "Physical Address Zip": "22572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18388791593695272", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5508130", + "School District Name": "Richmond School District", + "Physical Address Line 1": "N56W26530 Richmond Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sussex", + "Physical Address State": "WI ", + "Physical Address Zip": "53089", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.015418502202643172", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905145", + "School District Name": "Vanguard-Sentinel Career & Technology Centers", + "Physical Address Line 1": "1306 Cedar St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fremont", + "Physical Address State": "OH ", + "Physical Address Zip": "43420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905147", + "School District Name": "Warren County Vocational School", + "Physical Address Line 1": "3525 N State Route 48", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "OH ", + "Physical Address Zip": "45036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4110530", + "School District Name": "Riddle SD 70", + "Physical Address Line 1": "401 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riddle", + "Physical Address State": "OR ", + "Physical Address Zip": "97469", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2198952879581152", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905149", + "School District Name": "Scioto County Career Technical Center", + "Physical Address Line 1": "951 Vern Riffe Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lucasville", + "Physical Address State": "OH ", + "Physical Address Zip": "45648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905153", + "School District Name": "Springfield-Clark County", + "Physical Address Line 1": "1901 Selma Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "OH ", + "Physical Address Zip": "45505", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905160", + "School District Name": "Tri-County Career Center", + "Physical Address Line 1": "15676 State Route 691", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nelsonville", + "Physical Address State": "OH ", + "Physical Address Zip": "45764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905163", + "School District Name": "Trumbull Career & Tech Ctr", + "Physical Address Line 1": "528 Educational Hwy NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "OH ", + "Physical Address Zip": "44483", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905167", + "School District Name": "Vantage Career Center", + "Physical Address Line 1": "818 N Franklin St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Van Wert", + "Physical Address State": "OH ", + "Physical Address Zip": "45891", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905169", + "School District Name": "Washington County Career Center District", + "Physical Address Line 1": "21740 State Route 676", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marietta", + "Physical Address State": "OH ", + "Physical Address Zip": "45750", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3905171", + "School District Name": "Wayne County JVSD", + "Physical Address Line 1": "518 W Prospect St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smithville", + "Physical Address State": "OH ", + "Physical Address Zip": "44677", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307350", + "School District Name": "Ridgefield School District", + "Physical Address Line 1": "510 PIONEER STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIDGEFIELD", + "Physical Address State": "WA ", + "Physical Address Zip": "98642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.05844770468528159", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3906202", + "School District Name": "Stark County Area", + "Physical Address Line 1": "2800 Richville Dr SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Massillon", + "Physical Address State": "OH ", + "Physical Address Zip": "44646", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3906212", + "School District Name": "Upper Valley Career Center", + "Physical Address Line 1": "8811 Career Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Piqua", + "Physical Address State": "OH ", + "Physical Address Zip": "45356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3906280", + "School District Name": "U S Grant", + "Physical Address Line 1": "718 W Plane St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethel", + "Physical Address State": "OH ", + "Physical Address Zip": "45106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3906351", + "School District Name": "Tolles Career & Technical Center", + "Physical Address Line 1": "7877 Us Highway 42 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plain City", + "Physical Address State": "OH ", + "Physical Address Zip": "43064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220310", + "School District Name": "Ridgway Area SD", + "Physical Address Line 1": "62 School Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ridgway", + "Physical Address State": "PA ", + "Physical Address Zip": "15853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.14204545454545456", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3906526", + "School District Name": "Tri-Rivers", + "Physical Address Line 1": "2222 Marion Mount Gilead Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "OH ", + "Physical Address Zip": "43302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220370", + "School District Name": "Ridley SD", + "Physical Address Line 1": "901 Morton Ave Suite 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Folsom", + "Physical Address State": "PA ", + "Physical Address Zip": "19033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11834135735362634", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837110", + "School District Name": "RIESEL ISD", + "Physical Address Line 1": "600 FREDERICK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIESEL", + "Physical Address State": "TX ", + "Physical Address Zip": "76682", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14065934065934066", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910001", + "School District Name": "Van Buren Local", + "Physical Address Line 1": "217 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Van Buren", + "Physical Address State": "OH ", + "Physical Address Zip": "45889", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.06766256590509666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910003", + "School District Name": "Sidney City", + "Physical Address Line 1": "750 S 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sidney", + "Physical Address State": "OH ", + "Physical Address Zip": "45365", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18470728793309438", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220400", + "School District Name": "Ringgold SD", + "Physical Address Line 1": "400 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Eagle", + "Physical Address State": "PA ", + "Physical Address Zip": "15067", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14631843926998112", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025860", + "School District Name": "RINGLING", + "Physical Address Line 1": "706 N 5th St Unit G", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ringling", + "Physical Address State": "OK ", + "Physical Address Zip": "73456", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23728813559322035", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910006", + "School District Name": "Salem City", + "Physical Address Line 1": "1226 E State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "OH ", + "Physical Address Zip": "44460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.21714050267820353", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025920", + "School District Name": "RINGWOOD", + "Physical Address Line 1": "101 W Fifth", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ringwood", + "Physical Address State": "OK ", + "Physical Address Zip": "73768", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12857142857142856", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910009", + "School District Name": "Shelby City", + "Physical Address Line 1": "25 High School Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shelby", + "Physical Address State": "OH ", + "Physical Address Zip": "44875", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14827439284192587", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910011", + "School District Name": "Washington Court House City", + "Physical Address Line 1": "306 Highland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington Court Hou", + "Physical Address State": "OH ", + "Physical Address Zip": "43160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2505108295872497", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512990", + "School District Name": "Rio Community School District", + "Physical Address Line 1": "411 Church St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rio", + "Physical Address State": "WI ", + "Physical Address Zip": "53960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08210526315789474", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910014", + "School District Name": "Riverside Local", + "Physical Address Line 1": "585 Riverside Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Painesville", + "Physical Address State": "OH ", + "Physical Address Zip": "44077", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.062326869806094184", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837140", + "School District Name": "RIO GRANDE CITY GRULLA ISD", + "Physical Address Line 1": "1 S FORT RINGGOLD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIO GRANDE CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "78582", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.35342154227827166", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837170", + "School District Name": "RIO HONDO ISD", + "Physical Address Line 1": "215 W COLORADO", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIO HONDO", + "Physical Address State": "TX ", + "Physical Address Zip": "78583", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2552166934189406", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910018", + "School District Name": "Warren Local", + "Physical Address Line 1": "220 Sweetapple Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vincent", + "Physical Address State": "OH ", + "Physical Address Zip": "45784", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13132171695707606", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837200", + "School District Name": "RIO VISTA ISD", + "Physical Address Line 1": "100 CAPPS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIO VISTA", + "Physical Address State": "TX ", + "Physical Address Zip": "76093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1419068736141907", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4025950", + "School District Name": "RIPLEY", + "Physical Address Line 1": "403 E Cook ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ripley", + "Physical Address State": "OK ", + "Physical Address Zip": "74062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1724137931034483", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910023", + "School District Name": "Van Wert City", + "Physical Address Line 1": "205 W Crawford St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Van Wert", + "Physical Address State": "OH ", + "Physical Address Zip": "45891", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1469258589511754", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910024", + "School District Name": "Upper Sandusky Exempted Village", + "Physical Address Line 1": "800 N Sandusky Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Upper Sandusky", + "Physical Address State": "OH ", + "Physical Address Zip": "43351", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0958904109589041", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513020", + "School District Name": "Ripon Area School District", + "Physical Address Line 1": "1120 Metomen St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ripon", + "Physical Address State": "WI ", + "Physical Address Zip": "54971", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1011764705882353", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910028", + "School District Name": "Rittman Exempted Village", + "Physical Address Line 1": "100 Saurer St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rittman", + "Physical Address State": "OH ", + "Physical Address Zip": "44270", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14838129496402877", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910029", + "School District Name": "Wadsworth City", + "Physical Address Line 1": "524 Broad St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wadsworth", + "Physical Address State": "OH ", + "Physical Address Zip": "44281", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06922300706357215", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800141", + "School District Name": "RISE ACADEMY", + "Physical Address Line 1": "207 N MARTIN LUTHER KING BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUBBOCK", + "Physical Address State": "TX ", + "Physical Address Zip": "79403", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3910032", + "School District Name": "Wooster City", + "Physical Address Line 1": "144 N Market St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wooster", + "Physical Address State": "OH ", + "Physical Address Zip": "44691", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14243614931237722", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000013", + "School District Name": "TIMBERLAKE", + "Physical Address Line 1": "601 N Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Helena", + "Physical Address State": "OK ", + "Physical Address Zip": "73741", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1419939577039275", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400029", + "School District Name": "RISE Prep Mayoral Academy", + "Physical Address Line 1": "30 Cumberland Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woonsocket", + "Physical Address State": "RI ", + "Physical Address Zip": "02895", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000015", + "School District Name": "THOMAS-FAY-CUSTER UNIFIED DIST", + "Physical Address Line 1": "920 N Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thomas", + "Physical Address State": "OK ", + "Physical Address Zip": "73669", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24736842105263157", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837230", + "School District Name": "RISING STAR ISD", + "Physical Address Line 1": "907 N MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RISING STAR", + "Physical Address State": "TX ", + "Physical Address Zip": "76471", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2708333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401290", + "School District Name": "RITCHIE COUNTY SCHOOLS", + "Physical Address Line 1": "134 SOUTH PENN AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HARRISVILLE", + "Physical Address State": "WV ", + "Physical Address Zip": "26362", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24798711755233493", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000049", + "School District Name": "WESTERN TECHNOLOGY CENTER", + "Physical Address Line 1": "1000 Northeast Highway 66", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sayre", + "Physical Address State": "OK ", + "Physical Address Zip": "73662", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5680255", + "School District Name": "Rite of Passage", + "Physical Address Line 1": "3304 EI-80 Service Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cheyenne", + "Physical Address State": "WY ", + "Physical Address Zip": "82009", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000053", + "School District Name": "SOUTHERN OKLA. TECHNOLOGY CTR", + "Physical Address Line 1": "2610 SAM NOBLE PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ARDMORE", + "Physical Address State": "OK ", + "Physical Address Zip": "73401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307380", + "School District Name": "Ritzville School District", + "Physical Address Line 1": "209 E WELLSANDT RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RITZVILLE", + "Physical Address State": "WA ", + "Physical Address Zip": "99169", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12941176470588237", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000024", + "School District Name": "Rivendell Interstate School District", + "Physical Address Line 1": "10 School Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orford", + "Physical Address State": "VT ", + "Physical Address Zip": "03777", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000384", + "School District Name": "Rivendell Interstate Supervisory District", + "Physical Address Line 1": "10 School Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orford", + "Physical Address State": "VT ", + "Physical Address Zip": "03777", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09712230215827339", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513050", + "School District Name": "River Falls School District", + "Physical Address Line 1": "852 E Division St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "River Falls", + "Physical Address State": "WI ", + "Physical Address Zip": "54022", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.05887053809270112", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000065", + "School District Name": "WES WATKINS TECHNOLOGY CENTER", + "Physical Address Line 1": "7892 HIGHWAY 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WETUMKA", + "Physical Address State": "OK ", + "Physical Address Zip": "74883", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000066", + "School District Name": "SOUTHWEST TECHNOLOGY CENTER", + "Physical Address Line 1": "711 W TAMARACK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ALTUS", + "Physical Address State": "OK ", + "Physical Address Zip": "73521", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500017", + "School District Name": "River Ridge School District", + "Physical Address Line 1": "11165 County Highway P", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Patch Grove", + "Physical Address State": "WI ", + "Physical Address Zip": "53817", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1554054054054054", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837260", + "School District Name": "RIVER ROAD ISD", + "Physical Address Line 1": "9500 U S 287 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AMARILLO", + "Physical Address State": "TX ", + "Physical Address Zip": "79108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.16574147501982553", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514250", + "School District Name": "River Valley School District", + "Physical Address Line 1": "660 W Daley St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spring Green", + "Physical Address State": "WI ", + "Physical Address Zip": "53588", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08821502412129566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000371", + "School District Name": "River Valley Technical Center", + "Physical Address Line 1": "303 South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "VT ", + "Physical Address Zip": "05156", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000447", + "School District Name": "River Valleys Unified School District #73", + "Physical Address Line 1": "1219 VT Route 30", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Townshend", + "Physical Address State": "VT ", + "Physical Address Zip": "05353", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000092", + "School District Name": "TULSA TECHNOLOGY CENTER", + "Physical Address Line 1": "3420 S Memorial", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulsa", + "Physical Address State": "OK ", + "Physical Address Zip": "74147", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000093", + "School District Name": "TRI-COUNTY TECHNOLOGY CENTER", + "Physical Address Line 1": "6101 SE NOWATA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BARTLESVILLE", + "Physical Address State": "OK ", + "Physical Address Zip": "74006", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000094", + "School District Name": "WESTERN TECHNOLOGY CENTER", + "Physical Address Line 1": "621 Sooner Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burns Flat", + "Physical Address State": "OK ", + "Physical Address Zip": "73624", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842120", + "School District Name": "RIVERCREST ISD", + "Physical Address Line 1": "4100 US HWY 271 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BOGATA", + "Physical Address State": "TX ", + "Physical Address Zip": "75417", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2601744186046512", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5510140", + "School District Name": "Riverdale School District", + "Physical Address Line 1": "747 N 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Muscoda", + "Physical Address State": "WI ", + "Physical Address Zip": "53573", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1830238726790451", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000757", + "School District Name": "TRI-COUNTY ILC", + "Physical Address Line 1": "511 Carter Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Healdton", + "Physical Address State": "OK ", + "Physical Address Zip": "73438", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4110560", + "School District Name": "Riverdale SD 51J", + "Physical Address Line 1": "11733 SW Breyman Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Portland", + "Physical Address State": "OR ", + "Physical Address Zip": "97219", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.023952095808383235", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000759", + "School District Name": "SEMINOLE COUNTY ILC", + "Physical Address Line 1": "630 GOLF RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seminole", + "Physical Address State": "OK ", + "Physical Address Zip": "74868", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4026010", + "School District Name": "RIVERSIDE", + "Physical Address Line 1": "4800 East Foreman Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "El Reno", + "Physical Address State": "OK ", + "Physical Address Zip": "73036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1992619926199262", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000772", + "School District Name": "SANKOFA MIDDLE SCHL (CHARTER)", + "Physical Address Line 1": "111 East First Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulsa", + "Physical Address State": "OK ", + "Physical Address Zip": "74103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4217430", + "School District Name": "Riverside Beaver County SD", + "Physical Address Line 1": "318 Country Club Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ellwood City", + "Physical Address State": "PA ", + "Physical Address Zip": "16117", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10968569595894805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000774", + "School District Name": "SCHL ARTS/SCI (CHARTER)", + "Physical Address Line 1": "1202 W Easton", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulsa", + "Physical Address State": "OK ", + "Physical Address Zip": "74127", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900163", + "School District Name": "Riverside Indian School", + "Physical Address Line 1": "101 Riverside Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Anadarko", + "Physical Address State": "OK", + "Physical Address Zip": "73005", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000781", + "School District Name": "INDEPENDENCE MIDDLE SCHOOL", + "Physical Address Line 1": "3232 NW 65th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK", + "Physical Address Zip": "73116", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000784", + "School District Name": "HARDING (CHARTER)", + "Physical Address Line 1": "1301 NE 101st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK", + "Physical Address Zip": "73131", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307440", + "School District Name": "Riverside School District", + "Physical Address Line 1": "34515 N NEWPORT HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CHATTAROY", + "Physical Address State": "WA ", + "Physical Address Zip": "99003", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12058111380145278", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4223250", + "School District Name": "Riverside SD", + "Physical Address Line 1": "300 Davis St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Taylor", + "Physical Address State": "PA ", + "Physical Address Zip": "18517", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.17960088691796008", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000796", + "School District Name": "SANTA FE SOUTH CHARTER SCHOOL", + "Physical Address Line 1": "7000 Crossroads Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73149", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289160", + "School District Name": "Riverview IU 6", + "Physical Address Line 1": "270 Mayfield Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarion", + "Physical Address State": "PA ", + "Physical Address Zip": "16214", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5304560", + "School District Name": "Riverview School District", + "Physical Address Line 1": "15510 1st Ave NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DUVALL", + "Physical Address State": "WA ", + "Physical Address Zip": "98019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.052874743326488706", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000805", + "School District Name": "SOVEREIGN COMMUNITY SCHOOL", + "Physical Address Line 1": "12600 N Kelley Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220430", + "School District Name": "Riverview SD", + "Physical Address Line 1": "701 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oakmont", + "Physical Address State": "PA ", + "Physical Address Zip": "15139", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09845890410958905", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837320", + "School District Name": "RIVIERA ISD", + "Physical Address Line 1": "203 SEAHAWK DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIVIERA", + "Physical Address State": "TX ", + "Physical Address Zip": "78379", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.28125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4000808", + "School District Name": "WESTERN GATEWAY Elem School", + "Physical Address Line 1": "1300 SW 15th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma CIty", + "Physical Address State": "OK ", + "Physical Address Zip": "73108", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703590", + "School District Name": "Roane County", + "Physical Address Line 1": "105 Bluff RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingston", + "Physical Address State": "TN ", + "Physical Address Zip": "37763", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1995185499858397", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401320", + "School District Name": "ROANE COUNTY SCHOOLS", + "Physical Address Line 1": "813 CAPITOL ST.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPENCER", + "Physical Address State": "WV ", + "Physical Address Zip": "25276", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22851919561243145", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103300", + "School District Name": "ROANOKE CITY PBLC SCHS", + "Physical Address Line 1": "40 Douglass Avenue NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roanoke", + "Physical Address State": "VA ", + "Physical Address Zip": "24012", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.2578544787913269", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103330", + "School District Name": "ROANOKE CO PBLC SCHS", + "Physical Address Line 1": "5937 Cove Rd NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roanoke", + "Physical Address State": "VA ", + "Physical Address Zip": "24019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07983761840324763", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102176", + "School District Name": "ROANOKE VALLEY GOV SCH", + "Physical Address Line 1": "2104 Grandin Rd SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roanoke", + "Physical Address State": "VA ", + "Physical Address Zip": "24015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200020", + "School District Name": "Robert Benjamin Wiley Community CS", + "Physical Address Line 1": "1446 East Lake Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erie", + "Physical Address State": "PA ", + "Physical Address Zip": "16507", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837380", + "School District Name": "ROBERT LEE ISD", + "Physical Address Line 1": "1323 HAMILTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROBERT LEE", + "Physical Address State": "TX ", + "Physical Address Zip": "76945", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2084942084942085", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200068", + "School District Name": "Roberto Clemente CS", + "Physical Address Line 1": "136 S 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allentown", + "Physical Address State": "PA ", + "Physical Address Zip": "18102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703600", + "School District Name": "Robertson County", + "Physical Address Line 1": "800 M S Couts BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "TN ", + "Physical Address Zip": "37172", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12886597938144329", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4026100", + "School District Name": "ROBIN HILL", + "Physical Address Line 1": "4801 E Franklin Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Norman", + "Physical Address State": "OK ", + "Physical Address Zip": "73026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08597285067873303", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837410", + "School District Name": "ROBINSON ISD", + "Physical Address Line 1": "500 W LYNDALE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROBINSON", + "Physical Address State": "TX ", + "Physical Address Zip": "76706", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.09026622296173045", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837440", + "School District Name": "ROBSTOWN ISD", + "Physical Address Line 1": "801 N 1ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROBSTOWN", + "Physical Address State": "TX ", + "Physical Address Zip": "78380", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.37127659574468086", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837470", + "School District Name": "ROBY CISD", + "Physical Address Line 1": "141 S COLLEGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROBY", + "Physical Address State": "TX ", + "Physical Address Zip": "79543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13565891472868216", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837500", + "School District Name": "ROCHELLE ISD", + "Physical Address Line 1": "5902 LAFAYETTE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHELLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76872", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24731182795698925", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220460", + "School District Name": "Rochester Area SD", + "Physical Address Line 1": "540 Reno St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rochester", + "Physical Address State": "PA ", + "Physical Address Zip": "15074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22706935123042504", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307470", + "School District Name": "Rochester School District", + "Physical Address Line 1": "10140 HIGHWAY 12 SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCHESTER", + "Physical Address State": "WA ", + "Physical Address Zip": "98579", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13838223632038066", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000423", + "School District Name": "Rochester Stockbridge Unified School District", + "Physical Address Line 1": "461 Waterman Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Royalton", + "Physical Address State": "VT ", + "Physical Address Zip": "05068", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4033601", + "School District Name": "ROCK CREEK", + "Physical Address Line 1": "200 East Steakley Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bokchito", + "Physical Address State": "OK ", + "Physical Address Zip": "74726", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23578595317725753", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900134", + "School District Name": "Rock Creek Grant School", + "Physical Address Line 1": "1 Indian School Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bullhead", + "Physical Address State": "SD", + "Physical Address Zip": "57621", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900122", + "School District Name": "Rock Point Community School", + "Physical Address Line 1": "Highway 191", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rock Point", + "Physical Address State": "AZ", + "Physical Address Zip": "86545", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103370", + "School District Name": "ROCKBRIDGE CO PBLC SCHS", + "Physical Address Line 1": "2893 Collierstown Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lexington", + "Physical Address State": "VA ", + "Physical Address Zip": "24450", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14897760467380722", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837590", + "School District Name": "ROCKDALE ISD", + "Physical Address Line 1": "520 W DAVILLA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCKDALE", + "Physical Address State": "TX ", + "Physical Address Zip": "76567", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20588235294117646", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500081", + "School District Name": "Rocketship Education Wisconsin Inc", + "Physical Address Line 1": "350 Twin Dolphin Dr", + "Physical Address Line 2": "Ste 109", + "Physical Address Line 3": "", + "Physical Address City": "Redwood City", + "Physical Address State": "WI ", + "Physical Address Zip": "94065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801482", + "School District Name": "ROCKETSHIP PUBLIC SCHOOLS", + "Physical Address Line 1": "3530 E BERRY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT WORTH", + "Physical Address State": "TX ", + "Physical Address Zip": "76105", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103390", + "School District Name": "ROCKINGHAM CO PBLC SCHS", + "Physical Address Line 1": "100 Mount Clinton Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisonburg", + "Physical Address State": "VA ", + "Physical Address Zip": "22802", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09697624190064795", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5006930", + "School District Name": "Rockingham School District", + "Physical Address Line 1": "25 Cherry Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellows Falls", + "Physical Address State": "VT ", + "Physical Address Zip": "05101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800003", + "School District Name": "ROCKSPRINGS ISD", + "Physical Address Line 1": "201 N HWY 377", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCKSPRINGS", + "Physical Address State": "TX ", + "Physical Address Zip": "78880", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3302325581395349", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837650", + "School District Name": "ROCKWALL ISD", + "Physical Address Line 1": "1050 WILLIAMS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROCKWALL", + "Physical Address State": "TX ", + "Physical Address Zip": "75087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0603430566967954", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900125", + "School District Name": "Rockwell Charter High School", + "Physical Address Line 1": "3435 E STONEBRIDGE LANE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EAGLE MOUNTAIN", + "Physical Address State": "UT ", + "Physical Address Zip": "84005", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220520", + "School District Name": "Rockwood Area SD", + "Physical Address Line 1": "439 Somerset Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rockwood", + "Physical Address State": "PA ", + "Physical Address Zip": "15557", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13807531380753138", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4026250", + "School District Name": "ROCKY MOUNTAIN", + "Physical Address Line 1": "463355 E 835 RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stilwell", + "Physical Address State": "OK ", + "Physical Address Zip": "74960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19642857142857142", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900089", + "School District Name": "Rocky Ridge Boarding School", + "Physical Address Line 1": "Dinnebito Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KYKOTSMOVI", + "Physical Address State": "AZ", + "Physical Address Zip": "86039", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4026280", + "School District Name": "ROFF", + "Physical Address Line 1": "100 N Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roff", + "Physical Address State": "OK ", + "Physical Address Zip": "74865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12871287128712872", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837710", + "School District Name": "ROGERS ISD", + "Physical Address Line 1": "1 EAGLE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROGERS", + "Physical Address State": "TX ", + "Physical Address Zip": "76569", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15502958579881657", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703660", + "School District Name": "Rogersville", + "Physical Address Line 1": "116 Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rogersville", + "Physical Address State": "TN ", + "Physical Address Zip": "37857", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.29563492063492064", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4110680", + "School District Name": "Rogue River SD 35", + "Physical Address Line 1": "1898 E Evans Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rogue River", + "Physical Address State": "OR ", + "Physical Address Zip": "97537", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.17330016583747926", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4026310", + "School District Name": "ROLAND", + "Physical Address Line 1": "300 Ranger Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roland", + "Physical Address State": "OK ", + "Physical Address Zip": "74954", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.22523461939520334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837740", + "School District Name": "ROMA ISD", + "Physical Address Line 1": "608 N GARCIA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROMA", + "Physical Address State": "TX ", + "Physical Address Zip": "78584", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.41595490263067986", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837800", + "School District Name": "ROOSEVELT ISD", + "Physical Address Line 1": "1406 COUNTY RD 3300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUBBOCK", + "Physical Address State": "TX ", + "Physical Address Zip": "79403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19486692015209126", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307530", + "School District Name": "Roosevelt School District", + "Physical Address Line 1": "615 CHINOOK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROOSEVELT", + "Physical Address State": "WA ", + "Physical Address Zip": "99356", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23255813953488372", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900178", + "School District Name": "Roots Charter High School", + "Physical Address Line 1": "2250 South 1300 West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST VALLEY CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837830", + "School District Name": "ROPES ISD", + "Physical Address Line 1": "304 RANCH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROPESVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "79358", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17054263565891473", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307560", + "School District Name": "Rosalia School District", + "Physical Address Line 1": "916 S JOSEPHINE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSALIA", + "Physical Address State": "WA ", + "Physical Address Zip": "99170", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15833333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837860", + "School District Name": "ROSCOE COLLEGIATE ISD", + "Physical Address Line 1": "1101 W 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROSCOE", + "Physical Address State": "TX ", + "Physical Address Zip": "79545", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16541353383458646", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220550", + "School District Name": "Rose Tree Media SD", + "Physical Address Line 1": "308 N Olive St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Media", + "Physical Address State": "PA ", + "Physical Address Zip": "19063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.038468826985029375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837900", + "School District Name": "ROSEBUD-LOTT ISD", + "Physical Address Line 1": "1789 US HWY 77", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LOTT", + "Physical Address State": "TX ", + "Physical Address Zip": "76656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23821039903264812", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513100", + "School District Name": "Rosendale-Brandon School District", + "Physical Address Line 1": "300 W Wisconsin St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rosendale", + "Physical Address State": "WI ", + "Physical Address Zip": "54974", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.038338658146964855", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513140", + "School District Name": "Rosholt School District", + "Physical Address Line 1": "346 W Randolph St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rosholt", + "Physical Address State": "WI ", + "Physical Address Zip": "54473", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.075", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4663360", + "School District Name": "Rosholt School District 54-4", + "Physical Address Line 1": "202 Finley Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rosholt", + "Physical Address State": "SD ", + "Physical Address Zip": "57260", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13372093023255813", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838040", + "School District Name": "ROTAN ISD", + "Physical Address Line 1": "102 N MCKINLEY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROTAN", + "Physical Address State": "TX ", + "Physical Address Zip": "79546", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2704626334519573", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900171", + "School District Name": "Rough Rock Community School", + "Physical Address Line 1": "Navajo Rte 8066 & County Rd 573", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chinle", + "Physical Address State": "AZ", + "Physical Address Zip": "86503", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838080", + "School District Name": "ROUND ROCK ISD", + "Physical Address Line 1": "1311 ROUND ROCK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROUND ROCK", + "Physical Address State": "TX ", + "Physical Address Zip": "78681", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.06782577840858689", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4838100", + "School District Name": "ROUND TOP-CARMINE ISD", + "Physical Address Line 1": "378 CENTENNIAL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARMINE", + "Physical Address State": "TX ", + "Physical Address Zip": "78932", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.102803738317757", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100011", + "School District Name": "ROWANTY VOCATIONAL TECH CTR", + "Physical Address Line 1": "20000 Rowanty Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carson", + "Physical Address State": "VA ", + "Physical Address Zip": "23830", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838190", + "School District Name": "ROYAL ISD", + "Physical Address Line 1": "3714 FM 359", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PATTISON", + "Physical Address State": "TX ", + "Physical Address Zip": "77466", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22753503709810388", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801477", + "School District Name": "ROYAL PUBLIC SCHOOLS", + "Physical Address Line 1": "4018 S PRESA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78223", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307620", + "School District Name": "Royal School District", + "Physical Address Line 1": "901 Ahlers Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Royal City", + "Physical Address State": "WA ", + "Physical Address Zip": "99357", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12492528392109982", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5504380", + "School District Name": "Royall School District", + "Physical Address Line 1": "1501 Academy St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elroy", + "Physical Address State": "WI ", + "Physical Address Zip": "53929", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19722650231124808", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838220", + "School District Name": "ROYSE CITY ISD", + "Physical Address Line 1": "810 OLD GREENVILLE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROYSE CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "75189", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07360506529481599", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4021030", + "School District Name": "SHARON-MUTUAL", + "Physical Address Line 1": "210 S Maple St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mutual", + "Physical Address State": "OK ", + "Physical Address Zip": "73853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17490494296577946", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838280", + "School District Name": "RULE ISD", + "Physical Address Line 1": "1100 UNION AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RULE", + "Physical Address State": "TX ", + "Physical Address Zip": "79547", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24390243902439024", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838310", + "School District Name": "RUNGE ISD", + "Physical Address Line 1": "600 REIFFERT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RUNGE", + "Physical Address State": "TX ", + "Physical Address Zip": "78151", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.27972027972027974", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4026550", + "School District Name": "RUSH SPRINGS", + "Physical Address Line 1": "601 West Blakley", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rush Springs", + "Physical Address State": "OK ", + "Physical Address Zip": "73082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22792607802874743", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838360", + "School District Name": "RUSK ISD", + "Physical Address Line 1": "203 E 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RUSK", + "Physical Address State": "TX ", + "Physical Address Zip": "75785", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2193746796514608", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200092", + "School District Name": "Russell Byers CS", + "Physical Address Line 1": "1911 Arch St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19103", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103420", + "School District Name": "RUSSELL CO PBLC SCHS", + "Physical Address Line 1": "84 Dr. Lorraine C. Turner Driv", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "VA ", + "Physical Address Zip": "24266", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22130242825607063", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703690", + "School District Name": "Rutherford County", + "Physical Address Line 1": "2240 Southpark BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Murfreesboro", + "Physical Address State": "TN ", + "Physical Address Zip": "37128", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0943445191942986", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5007050", + "School District Name": "Rutland City School District", + "Physical Address Line 1": "8 Stratton Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rutland", + "Physical Address State": "VT ", + "Physical Address Zip": "05701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4026580", + "School District Name": "RYAL", + "Physical Address Line 1": "115035 S 3960 RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henryetta", + "Physical Address State": "OK ", + "Physical Address Zip": "74437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2608695652173913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099940", + "School District Name": "Rutland City Supervisory District", + "Physical Address Line 1": "6 Church Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rutland", + "Physical Address State": "VT ", + "Physical Address Zip": "05701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17333333333333334", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4026610", + "School District Name": "RYAN", + "Physical Address Line 1": "1201 Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ryan", + "Physical Address State": "OK ", + "Physical Address Zip": "73565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3626943005181347", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099936", + "School District Name": "Rutland Northeast Supervisory Union", + "Physical Address Line 1": "49 Court Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brandon", + "Physical Address State": "VT ", + "Physical Address Zip": "05733", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09956440572495333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4026640", + "School District Name": "SOUTH COFFEYVILLE", + "Physical Address Line 1": "600 E 5th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Coffeyville", + "Physical Address State": "OK ", + "Physical Address Zip": "74072", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.15384615384615385", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4664140", + "School District Name": "Rutland School District 39-4", + "Physical Address Line 1": "102 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rutland", + "Physical Address State": "SD ", + "Physical Address Zip": "57057", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12295081967213115", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4026730", + "School District Name": "SALINA", + "Physical Address Line 1": "212 E Ferry St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salina", + "Physical Address State": "OK ", + "Physical Address Zip": "74365", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20026702269692923", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5007080", + "School District Name": "Rutland Town School District", + "Physical Address Line 1": "1612 Post Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rutland Town", + "Physical Address State": "VT ", + "Physical Address Zip": "05701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4026790", + "School District Name": "SALLISAW", + "Physical Address Line 1": "701 S JT Stites Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sallisaw", + "Physical Address State": "OK ", + "Physical Address Zip": "74955", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2718052738336714", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4026880", + "School District Name": "SAND SPRINGS", + "Physical Address Line 1": "11 West Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sand Springs", + "Physical Address State": "OK ", + "Physical Address Zip": "74063", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15121849614663613", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4026910", + "School District Name": "SAPULPA", + "Physical Address Line 1": "511 East Lee", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sapulpa", + "Physical Address State": "OK ", + "Physical Address Zip": "74066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1616213442791175", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4026940", + "School District Name": "SASAKWA", + "Physical Address Line 1": "106 North Olive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sasakwa", + "Physical Address State": "OK ", + "Physical Address Zip": "74867", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22839506172839505", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027000", + "School District Name": "SAVANNA", + "Physical Address Line 1": "9567 SOUTH US HWY 69", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Savanna", + "Physical Address State": "OK ", + "Physical Address Zip": "74565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15767634854771784", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027060", + "School District Name": "SAYRE", + "Physical Address Line 1": "716 Northeast Highway 66", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sayre", + "Physical Address State": "OK ", + "Physical Address Zip": "73662", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18037518037518038", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027090", + "School District Name": "SCHULTER", + "Physical Address Line 1": "23507 Flax Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Schulter", + "Physical Address State": "OK ", + "Physical Address Zip": "74460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1935483870967742", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838400", + "School District Name": "S AND S CISD", + "Physical Address Line 1": "1 RAM DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SADLER", + "Physical Address State": "TX ", + "Physical Address Zip": "76264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.116600790513834", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027240", + "School District Name": "SEILING", + "Physical Address Line 1": "100 N Elm", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seiling", + "Physical Address State": "OK ", + "Physical Address Zip": "73663", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.183206106870229", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027300", + "School District Name": "SEMINOLE", + "Physical Address Line 1": "600 W Strother Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seminole", + "Physical Address State": "OK ", + "Physical Address Zip": "74868", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24018029620090148", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027330", + "School District Name": "SENTINEL", + "Physical Address Line 1": "708 E Washington", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sentinel", + "Physical Address State": "OK ", + "Physical Address Zip": "73664", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23417721518987342", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027390", + "School District Name": "SEQUOYAH", + "Physical Address Line 1": "16441 South 4180 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Claremore", + "Physical Address State": "OK ", + "Physical Address Zip": "74017", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08418367346938775", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100056", + "School District Name": "S.EAST VA TRN CT", + "Physical Address Line 1": "2100 Steppingstone Square", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chesapeake", + "Physical Address State": "VA ", + "Physical Address Zip": "23320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027420", + "School District Name": "SHADY GROVE", + "Physical Address Line 1": "11042 West Shady Grove Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hulbert", + "Physical Address State": "OK ", + "Physical Address Zip": "74441", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100052", + "School District Name": "S.SIDE VA TRN CT", + "Physical Address Line 1": "Bldg. 120", + "Physical Address Line 2": "Warehouse West Washington St.", + "Physical Address Line 3": "", + "Physical Address City": "Petersburg", + "Physical Address State": "VA ", + "Physical Address Zip": "23803", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027450", + "School District Name": "SHADY POINT", + "Physical Address Line 1": "22838 Wheelus", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shady Point", + "Physical Address State": "OK ", + "Physical Address Zip": "74956", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26126126126126126", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838430", + "School District Name": "SABINAL ISD", + "Physical Address Line 1": "409 W CULLINS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SABINAL", + "Physical Address State": "TX ", + "Physical Address Zip": "78881", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.34153005464480873", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027540", + "School District Name": "SHATTUCK", + "Physical Address Line 1": "602 South Hickory", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shattuck", + "Physical Address State": "OK ", + "Physical Address Zip": "73858", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14184397163120568", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838460", + "School District Name": "SABINE ISD", + "Physical Address Line 1": "5424 FM 1252 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLADEWATER", + "Physical Address State": "TX ", + "Physical Address Zip": "75647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13739946380697052", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027570", + "School District Name": "SHAWNEE", + "Physical Address Line 1": "326 North Union Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shawnee", + "Physical Address State": "OK ", + "Physical Address Zip": "74801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2142371344366357", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027630", + "School District Name": "SHIDLER", + "Physical Address Line 1": "213 S WG Ward", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shidler", + "Physical Address State": "OK ", + "Physical Address Zip": "74652", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12807881773399016", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838490", + "School District Name": "SABINE PASS ISD", + "Physical Address Line 1": "5641 S GULFWAY DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SABINE PASS", + "Physical Address State": "TX ", + "Physical Address Zip": "77655", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2727272727272727", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027640", + "School District Name": "SILO", + "Physical Address Line 1": "122 West Bourne Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Durant", + "Physical Address State": "OK ", + "Physical Address Zip": "74701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13904494382022473", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027750", + "School District Name": "SKIATOOK", + "Physical Address Line 1": "355 South Osage Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Skiatook", + "Physical Address State": "OK ", + "Physical Address Zip": "74070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12620950778291964", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027840", + "School District Name": "SMITHVILLE", + "Physical Address Line 1": "339 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smithville", + "Physical Address State": "OK ", + "Physical Address Zip": "74957", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.256140350877193", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027930", + "School District Name": "SNYDER", + "Physical Address Line 1": "218 N Highway 183", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mt. Park", + "Physical Address State": "OK ", + "Physical Address Zip": "73559", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.255079006772009", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027960", + "School District Name": "SOPER", + "Physical Address Line 1": "100 St Louis St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Soper", + "Physical Address State": "OK ", + "Physical Address Zip": "74759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22784810126582278", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4027990", + "School District Name": "SOUTH ROCK CREEK", + "Physical Address Line 1": "17800 South Rock Creek Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shawnee", + "Physical Address State": "OK ", + "Physical Address Zip": "74801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11060948081264109", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4028170", + "School District Name": "SPERRY", + "Physical Address Line 1": "400 West Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sperry", + "Physical Address State": "OK ", + "Physical Address Zip": "74073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17391304347826086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4028200", + "School District Name": "SPIRO", + "Physical Address Line 1": "600 West Broadway Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spiro", + "Physical Address State": "OK ", + "Physical Address Zip": "74959", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.320704845814978", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4028350", + "School District Name": "SPRINGER", + "Physical Address Line 1": "16624 US Hwy 77", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGER", + "Physical Address State": "OK ", + "Physical Address Zip": "73458", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1822429906542056", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4028590", + "School District Name": "STERLING", + "Physical Address Line 1": "400 S Tiger Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sterling", + "Physical Address State": "OK ", + "Physical Address Zip": "73567", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15759312320916904", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4028620", + "School District Name": "STIDHAM", + "Physical Address Line 1": "113074 S 4110 RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eufaula", + "Physical Address State": "OK ", + "Physical Address Zip": "74432", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4028650", + "School District Name": "STIGLER", + "Physical Address Line 1": "309 Northwest E Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stigler", + "Physical Address State": "OK ", + "Physical Address Zip": "74462", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.28772258669165884", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4028680", + "School District Name": "STILLWATER", + "Physical Address Line 1": "314 South Lewis Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stillwater", + "Physical Address State": "OK ", + "Physical Address Zip": "74074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.155117513267627", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4028710", + "School District Name": "STILWELL", + "Physical Address Line 1": "1801 West Locust Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stilwell", + "Physical Address State": "OK ", + "Physical Address Zip": "74960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.28690386071158214", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4028800", + "School District Name": "STONEWALL", + "Physical Address Line 1": "600 South Highschool", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stonewall", + "Physical Address State": "OK ", + "Physical Address Zip": "74871", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16845878136200718", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4028920", + "School District Name": "STRAIGHT", + "Physical Address Line 1": "3210 Road I", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Guymon", + "Physical Address State": "OK ", + "Physical Address Zip": "73942", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.061224489795918366", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4028980", + "School District Name": "STRATFORD", + "Physical Address Line 1": "341 NORTH ELM STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stratford", + "Physical Address State": "OK ", + "Physical Address Zip": "74872", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17997293640054127", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029010", + "School District Name": "STRINGTOWN", + "Physical Address Line 1": "304 Highland St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stringtown", + "Physical Address State": "OK ", + "Physical Address Zip": "74569", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16374269005847952", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029040", + "School District Name": "STROTHER", + "Physical Address Line 1": "36085 EW 1140", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seminole", + "Physical Address State": "OK ", + "Physical Address Zip": "74868", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15037593984962405", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029070", + "School District Name": "STROUD", + "Physical Address Line 1": "720 Gillispie Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stroud", + "Physical Address State": "OK ", + "Physical Address Zip": "74079", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.189718482252142", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029100", + "School District Name": "STUART", + "Physical Address Line 1": "8837 Fourth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stuart", + "Physical Address State": "OK ", + "Physical Address Zip": "74570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029160", + "School District Name": "SULPHUR", + "Physical Address Line 1": "1021 West 9th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sulphur", + "Physical Address State": "OK ", + "Physical Address Zip": "73086", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1631768953068592", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029310", + "School District Name": "SWEETWATER", + "Physical Address Line 1": "11107 North Highway 30", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sweetwater", + "Physical Address State": "OK ", + "Physical Address Zip": "73666", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1346153846153846", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029380", + "School District Name": "TAHLEQUAH", + "Physical Address Line 1": "225 N Water Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tahlequah", + "Physical Address State": "OK ", + "Physical Address Zip": "74464", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.23773923444976078", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029400", + "School District Name": "TALIHINA", + "Physical Address Line 1": "301 Isherwood St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Talihina", + "Physical Address State": "OK ", + "Physical Address Zip": "74571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2602040816326531", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029430", + "School District Name": "TALOGA", + "Physical Address Line 1": "500 West Ruble", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Taloga", + "Physical Address State": "OK ", + "Physical Address Zip": "73667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16923076923076924", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029520", + "School District Name": "TANNEHILL", + "Physical Address Line 1": "9283 Tannehill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McAlester", + "Physical Address State": "OK ", + "Physical Address Zip": "74501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13656387665198239", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029610", + "School District Name": "TECUMSEH", + "Physical Address Line 1": "1301 East Highland Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tecumseh", + "Physical Address State": "OK ", + "Physical Address Zip": "74873", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17883211678832117", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222710", + "School District Name": "Saint Clair Area SD", + "Physical Address Line 1": "227 S Mill St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Clair", + "Physical Address State": "PA ", + "Physical Address Zip": "17970", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18087557603686635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029640", + "School District Name": "TEMPLE", + "Physical Address Line 1": "206 School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Temple", + "Physical Address State": "OK ", + "Physical Address Zip": "73568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.29015544041450775", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029670", + "School District Name": "TENKILLER", + "Physical Address Line 1": "26106 East 863 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Welling", + "Physical Address State": "OK ", + "Physical Address Zip": "74471", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20673076923076922", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029760", + "School District Name": "TERRAL", + "Physical Address Line 1": "340 APACHE AVENUE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Terral", + "Physical Address State": "OK ", + "Physical Address Zip": "73569", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.40816326530612246", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506060", + "School District Name": "Saint Croix Central School District", + "Physical Address Line 1": "915 Davis St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hammond", + "Physical Address State": "WI ", + "Physical Address Zip": "54015", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.05965559655596556", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029820", + "School District Name": "TEXHOMA", + "Physical Address Line 1": "418 Elm Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Texhoma", + "Physical Address State": "OK ", + "Physical Address Zip": "73949", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12871287128712872", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513230", + "School District Name": "Saint Croix Falls School District", + "Physical Address Line 1": "740 Maple Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Croix Falls", + "Physical Address State": "WI ", + "Physical Address Zip": "54024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07815275310834814", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4029850", + "School District Name": "THACKERVILLE", + "Physical Address Line 1": "18943 US HIGHWAY 77", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thackerville", + "Physical Address State": "OK ", + "Physical Address Zip": "73459", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21052631578947367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "7800002", + "School District Name": "Saint Croix School District", + "Physical Address Line 1": "2133 Hospital Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Croix", + "Physical Address State": "VI ", + "Physical Address Zip": "00820", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513260", + "School District Name": "Saint Francis School District", + "Physical Address Line 1": "4225 S Lake Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Francis", + "Physical Address State": "WI ", + "Physical Address Zip": "53235", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12176724137931035", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030030", + "School District Name": "TIPTON", + "Physical Address Line 1": "1000 South Broadway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tipton", + "Physical Address State": "OK ", + "Physical Address Zip": "73570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21235521235521235", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030048", + "School District Name": "WOODLAND", + "Physical Address Line 1": "100 North 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fairfax", + "Physical Address State": "OK ", + "Physical Address Zip": "74637", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.195822454308094", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838520", + "School District Name": "SAINT JO ISD", + "Physical Address Line 1": "206 W EVANS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT JO", + "Physical Address State": "TX ", + "Physical Address Zip": "76265", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12758620689655173", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030060", + "School District Name": "TISHOMINGO", + "Physical Address Line 1": "1300 East Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tishomingo", + "Physical Address State": "OK ", + "Physical Address Zip": "73460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.27091136079900124", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5007650", + "School District Name": "Saint Johnsbury School District", + "Physical Address Line 1": "257 Western Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Johnsbury", + "Physical Address State": "VT ", + "Physical Address Zip": "05819", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030120", + "School District Name": "TONKAWA", + "Physical Address Line 1": "500 East North Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tonkawa", + "Physical Address State": "OK ", + "Physical Address Zip": "74653", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.21810699588477367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099911", + "School District Name": "Saint Johnsbury Supervisory District", + "Physical Address Line 1": "374 Emerson Falls Road Suite 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. Johnsbury", + "Physical Address State": "VT ", + "Physical Address Zip": "05819", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1293402777777778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5600010", + "School District Name": "Saint Joseph's Children's Home - Administration Office", + "Physical Address Line 1": "1419 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Torrington", + "Physical Address State": "WY ", + "Physical Address Zip": "82240", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030240", + "School District Name": "TULSA", + "Physical Address Line 1": "3027 S New Haven Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulsa", + "Physical Address State": "OK ", + "Physical Address Zip": "74114", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2629362718397788", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4030270", + "School District Name": "TUPELO", + "Physical Address Line 1": "200 South 7th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tupelo", + "Physical Address State": "OK ", + "Physical Address Zip": "74572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3216374269005848", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030290", + "School District Name": "TURKEY FORD", + "Physical Address Line 1": "23900 S 670 RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WYANDOTTE", + "Physical Address State": "OK ", + "Physical Address Zip": "74370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23529411764705882", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220640", + "School District Name": "Saint Marys Area SD", + "Physical Address Line 1": "977 S Saint Marys Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Marys", + "Physical Address State": "PA ", + "Physical Address Zip": "15857", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1016566265060241", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030300", + "School District Name": "TURNER", + "Physical Address Line 1": "22069 State Hwy 32", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burneyville", + "Physical Address State": "OK ", + "Physical Address Zip": "73430", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18472906403940886", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030330", + "School District Name": "TURPIN", + "Physical Address Line 1": "316 S LEE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turpin", + "Physical Address State": "OK ", + "Physical Address Zip": "73950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14465408805031446", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "7800030", + "School District Name": "Saint Thomas - Saint John School District", + "Physical Address Line 1": "386 Annas Retreat", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saint Thomas", + "Physical Address State": "VI ", + "Physical Address Zip": "00802", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030360", + "School District Name": "TUSHKA", + "Physical Address Line 1": "2661 W Boggy Depot Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atoka", + "Physical Address State": "OK ", + "Physical Address Zip": "74525", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21021021021021022", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838580", + "School District Name": "SALADO ISD", + "Physical Address Line 1": "601 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALADO", + "Physical Address State": "TX ", + "Physical Address Zip": "76571", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07386934673366834", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030390", + "School District Name": "TUSKAHOMA", + "Physical Address Line 1": "165269 N 4356 Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuskahoma", + "Physical Address State": "OK ", + "Physical Address Zip": "74574", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2537313432835821", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030420", + "School District Name": "TUTTLE", + "Physical Address Line 1": "515 East Main", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuttle", + "Physical Address State": "OK ", + "Physical Address Zip": "73089", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0897629853756934", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030450", + "School District Name": "TWIN HILLS", + "Physical Address Line 1": "7225 Twin Hills Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Okmulgee", + "Physical Address State": "OK ", + "Physical Address Zip": "74447", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1723076923076923", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030480", + "School District Name": "TYRONE", + "Physical Address Line 1": "6th and beatrice", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tyrone", + "Physical Address State": "OK ", + "Physical Address Zip": "73951", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20245398773006135", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030600", + "School District Name": "UNION", + "Physical Address Line 1": "8506 East 61st Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tulsa", + "Physical Address State": "OK ", + "Physical Address Zip": "74133", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.1699361852989837", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030630", + "School District Name": "UNION CITY", + "Physical Address Line 1": "105 W Division St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union City", + "Physical Address State": "OK ", + "Physical Address Zip": "73090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12274368231046931", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030870", + "School District Name": "VALLIANT", + "Physical Address Line 1": "604 East Lucas Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valliant", + "Physical Address State": "OK ", + "Physical Address Zip": "74764", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21866295264623956", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103460", + "School District Name": "SALEM CITY PBLC SCHS", + "Physical Address Line 1": "510 South College Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "VA ", + "Physical Address Zip": "24153", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.12375964718853363", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030960", + "School District Name": "VANOSS", + "Physical Address Line 1": "4665 County Road 1555", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ada", + "Physical Address State": "OK ", + "Physical Address Zip": "74820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15040650406504066", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4030990", + "School District Name": "VARNUM", + "Physical Address Line 1": "11929 NS 3550", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seminole", + "Physical Address State": "OK ", + "Physical Address Zip": "74868", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11351351351351352", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031020", + "School District Name": "VELMA-ALMA", + "Physical Address Line 1": "901 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Velma", + "Physical Address State": "OK ", + "Physical Address Zip": "73491", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14987080103359174", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031080", + "School District Name": "VERDEN", + "Physical Address Line 1": "196 South Locust", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Verden", + "Physical Address State": "OK ", + "Physical Address Zip": "73092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23214285714285715", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031110", + "School District Name": "VERDIGRIS", + "Physical Address Line 1": "26501 S 4110 Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Claremore", + "Physical Address State": "OK ", + "Physical Address Zip": "74019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.06981981981981981", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031140", + "School District Name": "VIAN", + "Physical Address Line 1": "301 West Hunter", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vian", + "Physical Address State": "OK ", + "Physical Address Zip": "74962", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25348189415041783", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031170", + "School District Name": "VICI", + "Physical Address Line 1": "301 North Miller Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vici", + "Physical Address State": "OK ", + "Physical Address Zip": "73859", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17869415807560138", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513350", + "School District Name": "Salem School District", + "Physical Address Line 1": "8828 Antioch Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "WI ", + "Physical Address Zip": "53168", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09056603773584905", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031290", + "School District Name": "VINITA", + "Physical Address Line 1": "114 South Scraper Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vinita", + "Physical Address State": "OK ", + "Physical Address Zip": "74301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.22841225626740946", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031350", + "School District Name": "WAGONER", + "Physical Address Line 1": "707 N STORY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wagoner", + "Physical Address State": "OK ", + "Physical Address Zip": "74467", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19213174748398903", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031380", + "School District Name": "WAINWRIGHT", + "Physical Address Line 1": "115 E Walnut", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wainwright", + "Physical Address State": "OK ", + "Physical Address Zip": "74468", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13793103448275862", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031470", + "School District Name": "WALTERS", + "Physical Address Line 1": "418 South Broadway Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walters", + "Physical Address State": "OK ", + "Physical Address Zip": "73572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.20096463022508038", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031500", + "School District Name": "WANETTE", + "Physical Address Line 1": "502 North Martin", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wanette", + "Physical Address State": "OK ", + "Physical Address Zip": "74878", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2260536398467433", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4110820", + "School District Name": "Salem-Keizer SD 24J", + "Physical Address Line 1": "2450 Lancaster Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "OR ", + "Physical Address Zip": "97305", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.14466914466914466", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4031590", + "School District Name": "WAPANUCKA", + "Physical Address Line 1": "502 S Choctaw", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wapanucka", + "Physical Address State": "OK ", + "Physical Address Zip": "73461", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22709163346613545", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031650", + "School District Name": "WARNER", + "Physical Address Line 1": "1012 5th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warner", + "Physical Address State": "OK ", + "Physical Address Zip": "74469", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20155038759689922", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031710", + "School District Name": "WASHINGTON", + "Physical Address Line 1": "101 East Kerby", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "OK ", + "Physical Address Zip": "73093", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06149193548387097", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031770", + "School District Name": "WATONGA", + "Physical Address Line 1": "1200 Eagle Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Watonga", + "Physical Address State": "OK ", + "Physical Address Zip": "73772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19124087591240876", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031860", + "School District Name": "WATTS", + "Physical Address Line 1": "616 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Watts", + "Physical Address State": "OK ", + "Physical Address Zip": "74964", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.26582278481012656", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031950", + "School District Name": "WAUKOMIS", + "Physical Address Line 1": "209 West Locust", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waukomis", + "Physical Address State": "OK ", + "Physical Address Zip": "73773", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1328125", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4031980", + "School District Name": "WAURIKA", + "Physical Address Line 1": "600 East Florida Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waurika", + "Physical Address State": "OK ", + "Physical Address Zip": "73573", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.33747412008281574", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032010", + "School District Name": "WAYNE", + "Physical Address Line 1": "212 South Seifried Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wayne", + "Physical Address State": "OK ", + "Physical Address Zip": "73095", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13584288052373159", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032040", + "School District Name": "WAYNOKA", + "Physical Address Line 1": "2134 Lincoln Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waynoka", + "Physical Address State": "OK ", + "Physical Address Zip": "73860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1593625498007968", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032070", + "School District Name": "WEATHERFORD", + "Physical Address Line 1": "1409 Cypress", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weatherford", + "Physical Address State": "OK ", + "Physical Address Zip": "73096", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16138698630136986", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220730", + "School District Name": "Salisbury Township SD", + "Physical Address Line 1": "1140 Salisbury Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Allentown", + "Physical Address State": "PA ", + "Physical Address Zip": "18103", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08831908831908832", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032130", + "School District Name": "WEBBERS FALLS", + "Physical Address Line 1": "200 South Stand Watie Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Webbers Falls", + "Physical Address State": "OK ", + "Physical Address Zip": "74470", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2689075630252101", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220760", + "School District Name": "Salisbury-Elk Lick SD", + "Physical Address Line 1": "196 Smith Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salisbury", + "Physical Address State": "PA ", + "Physical Address Zip": "15558", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24763705103969755", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032190", + "School District Name": "WELCH", + "Physical Address Line 1": "707 S Curtis Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Welch", + "Physical Address State": "OK ", + "Physical Address Zip": "74369", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2016348773841962", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032220", + "School District Name": "WELEETKA", + "Physical Address Line 1": "302 E 6th", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weleetka", + "Physical Address State": "OK ", + "Physical Address Zip": "74880", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2677966101694915", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032280", + "School District Name": "WELLSTON", + "Physical Address Line 1": "708 Birch", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wellston", + "Physical Address State": "OK ", + "Physical Address Zip": "74881", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.177007299270073", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032370", + "School District Name": "WESTERN HEIGHTS", + "Physical Address Line 1": "8401 Southwest 44th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oklahoma City", + "Physical Address State": "OK ", + "Physical Address Zip": "73179", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.3585426442174993", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032400", + "School District Name": "WESTVILLE", + "Physical Address Line 1": "500 W Chincapin", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westville", + "Physical Address State": "OK ", + "Physical Address Zip": "74965", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2529789184234647", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032430", + "School District Name": "WETUMKA", + "Physical Address Line 1": "416 South Tiger Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wetumka", + "Physical Address State": "OK ", + "Physical Address Zip": "74883", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25885558583106266", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032460", + "School District Name": "WEWOKA", + "Physical Address Line 1": "924 S Seminole Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wewoka", + "Physical Address State": "OK ", + "Physical Address Zip": "74884", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2647849462365591", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032610", + "School District Name": "WHITE OAK", + "Physical Address Line 1": "27455 South 4340 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vinita", + "Physical Address State": "OK ", + "Physical Address Zip": "74301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19727891156462585", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032640", + "School District Name": "WHITE ROCK", + "Physical Address Line 1": "334998 East 1010 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McLoud", + "Physical Address State": "OK ", + "Physical Address Zip": "74851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16030534351145037", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900018", + "School District Name": "Salt Lake Arts Academy", + "Physical Address Line 1": "844 S 200 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALT LAKE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032670", + "School District Name": "WHITEBEAD", + "Physical Address Line 1": "16476 North County Road 3200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pauls Valley", + "Physical Address State": "OK ", + "Physical Address Zip": "73075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900123", + "School District Name": "Salt Lake Center for Science Education", + "Physical Address Line 1": "1400 W GOODWIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALT LAKE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84116", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032700", + "School District Name": "WHITEFIELD", + "Physical Address Line 1": "107 South Redding", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitefield", + "Physical Address State": "OK ", + "Physical Address Zip": "74472", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.29411764705882354", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900870", + "School District Name": "Salt Lake District", + "Physical Address Line 1": "440 E 100 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALT LAKE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.11288180610889774", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032730", + "School District Name": "WHITESBORO", + "Physical Address Line 1": "35069 St Hwy 63", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitesboro", + "Physical Address State": "OK ", + "Physical Address Zip": "74577", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2857142857142857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900050", + "School District Name": "Salt Lake School for the Performing Arts", + "Physical Address Line 1": "2291 S 2000 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALT LAKE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032760", + "School District Name": "WICKLIFFE", + "Physical Address Line 1": "11176 East 470", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salina", + "Physical Address State": "OK ", + "Physical Address Zip": "74365", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20930232558139536", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900120", + "School District Name": "Salt River Elementary School", + "Physical Address Line 1": "11562 East Highland Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scottsdale", + "Physical Address State": "AZ", + "Physical Address Zip": "85256", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032790", + "School District Name": "WILBURTON", + "Physical Address Line 1": "1201 West Blair Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilburton", + "Physical Address State": "OK ", + "Physical Address Zip": "74578", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.26322930800542743", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032880", + "School District Name": "WILSON", + "Physical Address Line 1": "8867 Chestnut Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Henryetta", + "Physical Address State": "OK ", + "Physical Address Zip": "74437", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20869565217391303", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838610", + "School District Name": "SALTILLO ISD", + "Physical Address Line 1": "150 COUNTY RD 3534", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALTILLO", + "Physical Address State": "TX ", + "Physical Address Zip": "75478", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2589928057553957", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032940", + "School District Name": "WILSON", + "Physical Address Line 1": "1860 Hewitt Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilson", + "Physical Address State": "OK ", + "Physical Address Zip": "73463", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1595959595959596", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503460", + "School District Name": "Saluda 01", + "Physical Address Line 1": "404 North Wise Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saluda", + "Physical Address State": "SC ", + "Physical Address Zip": "29138", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21434634974533107", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4032970", + "School District Name": "WISTER", + "Physical Address Line 1": "201 Logan Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wister", + "Physical Address State": "OK ", + "Physical Address Zip": "74966", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.28095238095238095", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801454", + "School District Name": "SAM HOUSTON STATE UNIVERSITY CHARTER SCHOOL", + "Physical Address Line 1": "22801 ALDINE WESTFIELD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRING", + "Physical Address State": "TX ", + "Physical Address Zip": "77373", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4033090", + "School District Name": "WOODALL", + "Physical Address Line 1": "14090 West 835 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tahlequah", + "Physical Address State": "OK ", + "Physical Address Zip": "74464", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1948529411764706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838640", + "School District Name": "SAM RAYBURN ISD", + "Physical Address Line 1": "9363 E FM 273", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IVANHOE", + "Physical Address State": "TX ", + "Physical Address Zip": "75447", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1182033096926714", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4033180", + "School District Name": "WOODWARD", + "Physical Address Line 1": "1023 10th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodward", + "Physical Address State": "OK ", + "Physical Address Zip": "73802", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.178742184626701", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4033210", + "School District Name": "WRIGHT CITY", + "Physical Address Line 1": "601 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wright City", + "Physical Address State": "OK ", + "Physical Address Zip": "74766", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2248062015503876", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4033240", + "School District Name": "WYANDOTTE", + "Physical Address Line 1": "5 SOUTH 1ST STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wyandotte", + "Physical Address State": "OK ", + "Physical Address Zip": "74370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21875", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4033300", + "School District Name": "WYNNEWOOD", + "Physical Address Line 1": "702 E Robert S Kerr Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wynnewood", + "Physical Address State": "OK ", + "Physical Address Zip": "73098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1655450874831763", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838700", + "School District Name": "SAN ANGELO ISD", + "Physical Address Line 1": "1621 UNIVERSITY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANGELO", + "Physical Address State": "TX ", + "Physical Address Zip": "76904", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.15478770131771596", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4033330", + "School District Name": "WYNONA", + "Physical Address Line 1": "108 W Third", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wynona", + "Physical Address State": "OK ", + "Physical Address Zip": "74084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1619047619047619", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838730", + "School District Name": "SAN ANTONIO ISD", + "Physical Address Line 1": "514 QUINCY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.3403764586305975", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4033360", + "School District Name": "YALE", + "Physical Address Line 1": "315 East Chicago Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yale", + "Physical Address State": "OK ", + "Physical Address Zip": "74085", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21721311475409835", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801472", + "School District Name": "SAN ANTONIO PREPARATORY SCHOOLS", + "Physical Address Line 1": "6127 SUMMER FEST DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78244", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4033390", + "School District Name": "YARBROUGH", + "Physical Address Line 1": "8 Mi S on HWY 95", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Goodwell", + "Physical Address State": "OK ", + "Physical Address Zip": "73939", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4033480", + "School District Name": "YUKON", + "Physical Address Line 1": "600 Maple Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yukon", + "Physical Address State": "OK ", + "Physical Address Zip": "73099", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08839506172839506", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4033540", + "School District Name": "ZANEIS", + "Physical Address Line 1": "30515 U S Highway 70", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilson", + "Physical Address State": "OK ", + "Physical Address Zip": "73463", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1826086956521739", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4033600", + "School District Name": "ZION", + "Physical Address Line 1": "470658 E 850 Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stilwell", + "Physical Address State": "OK ", + "Physical Address Zip": "74960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838760", + "School District Name": "SAN AUGUSTINE ISD", + "Physical Address Line 1": "1002 BARRETT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN AUGUSTINE", + "Physical Address State": "TX ", + "Physical Address Zip": "75972", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3098404255319149", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838790", + "School District Name": "SAN BENITO CISD", + "Physical Address Line 1": "240 N CROCKETT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN BENITO", + "Physical Address State": "TX ", + "Physical Address Zip": "78586", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.3560613460974895", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100014", + "School District Name": "Vale SD 84", + "Physical Address Line 1": "403 E St W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vale", + "Physical Address State": "OR ", + "Physical Address Zip": "97918", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18316831683168316", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100016", + "School District Name": "Yamhill Carlton SD 1", + "Physical Address Line 1": "120 N Larch Pl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yamhill", + "Physical Address State": "OR ", + "Physical Address Zip": "97148", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10073111291632819", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100021", + "School District Name": "South Wasco County SD 1", + "Physical Address Line 1": "699 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maupin", + "Physical Address State": "OR ", + "Physical Address Zip": "97037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100024", + "School District Name": "South Coast ESD", + "Physical Address Line 1": "1350 Teakwood Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coos Bay", + "Physical Address State": "OR ", + "Physical Address Zip": "97420", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838820", + "School District Name": "SAN DIEGO ISD", + "Physical Address Line 1": "609 W LABBE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN DIEGO", + "Physical Address State": "TX ", + "Physical Address Zip": "78384", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.391644908616188", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100029", + "School District Name": "Southern Oregon ESD", + "Physical Address Line 1": "101 N Grape St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Medford", + "Physical Address State": "OR ", + "Physical Address Zip": "97501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838850", + "School District Name": "SAN ELIZARIO ISD", + "Physical Address Line 1": "1050 CHICKEN RANCH RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ELIZARIO", + "Physical Address State": "TX ", + "Physical Address Zip": "79849", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.412447885646218", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900151", + "School District Name": "San Felipe Pueblo Elementary School", + "Physical Address Line 1": "711 Main Pueblo Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Felipe Pue.", + "Physical Address State": "NM", + "Physical Address Zip": "87001", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838900", + "School District Name": "SAN FELIPE-DEL RIO CISD", + "Physical Address Line 1": "315 GRINER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DEL RIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2763747454175153", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4100035", + "School District Name": "Willamette ESD", + "Physical Address Line 1": "2611 Pringle Rd SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salem", + "Physical Address State": "OR ", + "Physical Address Zip": "97302", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900028", + "School District Name": "San Ildefonso Day School", + "Physical Address Line 1": "36 Tunyo Po", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "San Ildefonso Pueblo", + "Physical Address State": "NM", + "Physical Address Zip": "87506", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838910", + "School District Name": "SAN ISIDRO ISD", + "Physical Address Line 1": "5175 FM 1017", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ISIDRO", + "Physical Address State": "TX ", + "Physical Address Zip": "78588", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2642857142857143", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900900", + "School District Name": "San Juan District", + "Physical Address Line 1": "200 N MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blanding", + "Physical Address State": "UT ", + "Physical Address Zip": "84511", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.300601837187203", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307650", + "School District Name": "San Juan Island School District", + "Physical Address Line 1": "285 BLAIR STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRIDAY HARBOR", + "Physical Address State": "WA ", + "Physical Address Zip": "98250", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13348164627363737", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4838970", + "School District Name": "SAN MARCOS CISD", + "Physical Address Line 1": "631 MILL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN MARCOS", + "Physical Address State": "TX ", + "Physical Address Zip": "78666", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.21200807265388497", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839000", + "School District Name": "SAN PERLITA ISD", + "Physical Address Line 1": "22987 TROJAN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN PERLITA", + "Physical Address State": "TX ", + "Physical Address Zip": "78590", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.33974358974358976", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839030", + "School District Name": "SAN SABA ISD", + "Physical Address Line 1": "808 W WALLACE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN SABA", + "Physical Address State": "TX ", + "Physical Address Zip": "76877", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.27627627627627627", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900156", + "School District Name": "San Simon School", + "Physical Address Line 1": "HC 01 Box 8292", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sells", + "Physical Address State": "AZ", + "Physical Address Zip": "85634", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839060", + "School District Name": "SAN VICENTE ISD", + "Physical Address Line 1": "195 ESCUELA VISTA DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BIG BEND NATL PARK", + "Physical Address State": "TX ", + "Physical Address Zip": "79834", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4603932", + "School District Name": "Sanborn Central School District 55-5", + "Physical Address Line 1": "40405 SD Hwy 34", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Forestburg", + "Physical Address State": "SD ", + "Physical Address Zip": "57314", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12903225806451613", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5007170", + "School District Name": "Sandgate School District", + "Physical Address Line 1": "530-A East Arlington Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arlington", + "Physical Address State": "VT ", + "Physical Address Zip": "05250", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839120", + "School District Name": "SANDS CISD", + "Physical Address Line 1": "201 FIRST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ACKERLY", + "Physical Address State": "TX ", + "Physical Address Zip": "79713", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15436241610738255", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839150", + "School District Name": "SANFORD-FRITCH ISD", + "Physical Address Line 1": "540 EAGLE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FRITCH", + "Physical Address State": "TX ", + "Physical Address Zip": "79036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13704206241519673", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4105020", + "School District Name": "South Harney SD 33", + "Physical Address Line 1": "23657 Fields Denio Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fields", + "Physical Address State": "OR ", + "Physical Address Zip": "97710", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11764705882352941", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839180", + "School District Name": "SANGER ISD", + "Physical Address Line 1": "601 ELM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANGER", + "Physical Address State": "TX ", + "Physical Address Zip": "76266", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08912537412703692", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4105100", + "School District Name": "Siuslaw SD 97J", + "Physical Address Line 1": "2111 Oak St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Florence", + "Physical Address State": "OR ", + "Physical Address Zip": "97439", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1814516129032258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200816", + "School District Name": "Sankofa Freedom Academy CS", + "Physical Address Line 1": "2501 Kensington Avenue", + "Physical Address Line 2": "#2533", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19125", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900075", + "School District Name": "Sanostee Day School", + "Physical Address Line 1": "NR 34", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sanostee", + "Physical Address State": "NM", + "Physical Address Zip": "87461", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839210", + "School District Name": "SANTA ANNA ISD", + "Physical Address Line 1": "701 BOWIE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTA ANNA", + "Physical Address State": "TX ", + "Physical Address Zip": "76878", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.336734693877551", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4106900", + "School District Name": "Three Rivers/Josephine County SD", + "Physical Address Line 1": "8550 New Hope Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Grants Pass", + "Physical Address State": "OR ", + "Physical Address Zip": "97527", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2387878787878788", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900130", + "School District Name": "Santa Fe Indian School", + "Physical Address Line 1": "1501 Cerrillos Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Santa Fe", + "Physical Address State": "NM", + "Physical Address Zip": "87505", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839270", + "School District Name": "SANTA FE ISD", + "Physical Address Line 1": "4133 WARPATH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTA FE", + "Physical Address State": "TX ", + "Physical Address Zip": "77510", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1268282909236626", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839300", + "School District Name": "SANTA GERTRUDIS ISD", + "Physical Address Line 1": "803 SANTA ROSA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KINGSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78363", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.28125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839330", + "School District Name": "SANTA MARIA ISD", + "Physical Address Line 1": "11119 MILITARY HWY 281", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTA MARIA", + "Physical Address State": "TX ", + "Physical Address Zip": "78592", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.34442836468885674", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4108100", + "School District Name": "Santiam Canyon SD 129J", + "Physical Address Line 1": "150 SW Evergreen St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mill City", + "Physical Address State": "OR ", + "Physical Address Zip": "97360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900030", + "School District Name": "Santa Rosa Day School", + "Physical Address Line 1": "Indian HWY 15 mile marker 14", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sells", + "Physical Address State": "AZ", + "Physical Address Zip": "85634", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839360", + "School District Name": "SANTA ROSA ISD", + "Physical Address Line 1": "102 JESUS R CRUZ", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTA ROSA", + "Physical Address State": "TX ", + "Physical Address Zip": "78593", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.3132760267430755", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900086", + "School District Name": "Santa Rosa Ranch School", + "Physical Address Line 1": "HC O2 Box 7570", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sells", + "Physical Address State": "AZ", + "Physical Address Zip": "85634", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839390", + "School District Name": "SANTO ISD", + "Physical Address Line 1": "406 FM RD 2201", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANTO", + "Physical Address State": "TX ", + "Physical Address Zip": "76472", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1422924901185771", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307680", + "School District Name": "Satsop School District", + "Physical Address Line 1": "853 MONTE ELMA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SATSOP", + "Physical Address State": "WA ", + "Physical Address Zip": "98583", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19642857142857142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4211730", + "School District Name": "Saucon Valley SD", + "Physical Address Line 1": "2097 Polk Valley Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hellertown", + "Physical Address State": "PA ", + "Physical Address Zip": "18055", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07867263236390754", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4110980", + "School District Name": "Scappoose SD 1J", + "Physical Address Line 1": "33589 High School Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scappoose", + "Physical Address State": "OR ", + "Physical Address Zip": "97056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.08462164361269324", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111040", + "School District Name": "Scio SD 95", + "Physical Address Line 1": "38700 NW Alder", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scio", + "Physical Address State": "OR ", + "Physical Address Zip": "97374", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11624834874504623", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111100", + "School District Name": "Seaside SD 10", + "Physical Address Line 1": "2600 Spruce Dr Ste 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seaside", + "Physical Address State": "OR ", + "Physical Address Zip": "97138", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17571511967308814", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513410", + "School District Name": "Sauk Prairie School District", + "Physical Address Line 1": "440 13th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Prairie du Sac", + "Physical Address State": "WI ", + "Physical Address Zip": "53578", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0867237687366167", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111220", + "School District Name": "Sheridan SD 48J", + "Physical Address Line 1": "435 S Bridge St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sheridan", + "Physical Address State": "OR ", + "Physical Address Zip": "97378", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15864022662889518", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111250", + "School District Name": "Sherman County SD", + "Physical Address Line 1": "65912 High School Loop", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Moro", + "Physical Address State": "OR ", + "Physical Address Zip": "97039", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18587360594795538", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111290", + "School District Name": "Sherwood SD 88J", + "Physical Address Line 1": "21920 SW Sherwood Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sherwood", + "Physical Address State": "OR ", + "Physical Address Zip": "97140", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04064004531294251", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111450", + "School District Name": "Silver Falls SD 4J", + "Physical Address Line 1": "612 Schlador Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Silverton", + "Physical Address State": "OR ", + "Physical Address Zip": "97381", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09495548961424333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111490", + "School District Name": "Sisters SD 6", + "Physical Address Line 1": "525 E Cascade Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sisters", + "Physical Address State": "OR ", + "Physical Address Zip": "97759", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1286503551696922", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111580", + "School District Name": "South Lane SD 45J3", + "Physical Address Line 1": "455 Adams", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cottage Grove", + "Physical Address State": "OR ", + "Physical Address Zip": "97424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15272727272727274", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111610", + "School District Name": "South Umpqua SD 19", + "Physical Address Line 1": "558 SW Chadwick Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Myrtle Creek", + "Physical Address State": "OR ", + "Physical Address Zip": "97457", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2341703056768559", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111640", + "School District Name": "Spray SD 1", + "Physical Address Line 1": "303 Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spray", + "Physical Address State": "OR ", + "Physical Address Zip": "97874", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2857142857142857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111670", + "School District Name": "Springfield SD 19", + "Physical Address Line 1": "640 A St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "OR ", + "Physical Address Zip": "97477", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.13717421124828533", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111720", + "School District Name": "St Helens SD 502", + "Physical Address Line 1": "474 N 16th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St Helens", + "Physical Address State": "OR ", + "Physical Address Zip": "97051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10794117647058823", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111760", + "School District Name": "St Paul SD 45", + "Physical Address Line 1": "20449 Main St NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St Paul", + "Physical Address State": "OR ", + "Physical Address Zip": "97137", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09737827715355805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111790", + "School District Name": "Stanfield SD 61", + "Physical Address Line 1": "1120 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanfield", + "Physical Address State": "OR ", + "Physical Address Zip": "97875", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12323943661971831", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111910", + "School District Name": "Suntex SD 10", + "Physical Address Line 1": "68178 Silver Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riley", + "Physical Address State": "OR ", + "Physical Address Zip": "97758", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10526315789473684", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111940", + "School District Name": "Sutherlin SD 130", + "Physical Address Line 1": "531 E Central Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sutherlin", + "Physical Address State": "OR ", + "Physical Address Zip": "97479", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19612903225806452", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4111970", + "School District Name": "Sweet Home SD 55", + "Physical Address Line 1": "1920 Long St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sweet Home", + "Physical Address State": "OR ", + "Physical Address Zip": "97386", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16165413533834586", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4112240", + "School District Name": "Tigard-Tualatin SD 23J", + "Physical Address Line 1": "6960 SW Sandburg St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tigard", + "Physical Address State": "OR ", + "Physical Address Zip": "97223", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.09438586068617258", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839450", + "School District Name": "SAVOY ISD", + "Physical Address Line 1": "302 W HAYES", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAVOY", + "Physical Address State": "TX ", + "Physical Address Zip": "75479", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14814814814814814", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4112320", + "School District Name": "Tillamook SD 9", + "Physical Address Line 1": "2510 1st St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tillamook", + "Physical Address State": "OR ", + "Physical Address Zip": "97141", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18249128919860627", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4112360", + "School District Name": "Troy SD 54", + "Physical Address Line 1": "66247 Redmond Grade Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Enterprise", + "Physical Address State": "OR ", + "Physical Address Zip": "97828", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4112540", + "School District Name": "Ukiah SD 80R", + "Physical Address Line 1": "201 Hill St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ukiah", + "Physical Address State": "OR ", + "Physical Address Zip": "97880", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4112600", + "School District Name": "Umatilla SD 6R", + "Physical Address Line 1": "1001 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Umatilla", + "Physical Address State": "OR ", + "Physical Address Zip": "97882", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1553030303030303", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220850", + "School District Name": "Sayre Area SD", + "Physical Address Line 1": "333 West Lockhart Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sayre", + "Physical Address State": "PA ", + "Physical Address Zip": "18840", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14401952807160293", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4112690", + "School District Name": "Union SD 5", + "Physical Address Line 1": "540 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union", + "Physical Address State": "OR ", + "Physical Address Zip": "97883", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20210526315789473", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4112930", + "School District Name": "Vernonia SD 47J", + "Physical Address Line 1": "1201 Texas Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vernonia", + "Physical Address State": "OR ", + "Physical Address Zip": "97064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1154970760233918", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4112990", + "School District Name": "Wallowa SD 12", + "Physical Address Line 1": "315 First St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wallowa", + "Physical Address State": "OR ", + "Physical Address Zip": "97885", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14429530201342283", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503903", + "School District Name": "SC Governor's School for Agriculture at John de la Howe Scho", + "Physical Address Line 1": "192 Gettys Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McCormick", + "Physical Address State": "SC ", + "Physical Address Zip": "29835", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4113080", + "School District Name": "Warrenton-Hammond SD 30", + "Physical Address Line 1": "820 SW Cedar St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warrenton", + "Physical Address State": "OR ", + "Physical Address Zip": "97146", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14752724224643754", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4113170", + "School District Name": "West Linn-Wilsonville SD 3J", + "Physical Address Line 1": "22210 SW Stafford Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tualatin", + "Physical Address State": "OR ", + "Physical Address Zip": "97062", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05615942028985507", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503901", + "School District Name": "SC Public Charter School District", + "Physical Address Line 1": "1824 Barnwell Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "SC ", + "Physical Address Zip": "29201", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4113350", + "School District Name": "Willamina SD 30J", + "Physical Address Line 1": "1100 Oaken Hills Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willamina", + "Physical Address State": "OR ", + "Physical Address Zip": "97396", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16305290546400694", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4113490", + "School District Name": "Winston-Dillard SD 116", + "Physical Address Line 1": "620 NW Elwood", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winston", + "Physical Address State": "OR ", + "Physical Address Zip": "97496", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2297696396928529", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4113530", + "School District Name": "Woodburn SD 103", + "Physical Address Line 1": "1390 Meridian Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodburn", + "Physical Address State": "OR ", + "Physical Address Zip": "97071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1609815523842673", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4113650", + "School District Name": "Yoncalla SD 32", + "Physical Address Line 1": "401 First St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yoncalla", + "Physical Address State": "OR ", + "Physical Address Zip": "97499", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2803970223325062", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200003", + "School District Name": "Susquehanna County CTC", + "Physical Address Line 1": "2380 Elk Lake School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springville", + "Physical Address State": "PA ", + "Physical Address Zip": "18844", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839480", + "School District Name": "SCHERTZ-CIBOLO-U CITY ISD", + "Physical Address Line 1": "1060 ELBEL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCHERTZ", + "Physical Address State": "TX ", + "Physical Address Zip": "78154", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08555497473427426", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839510", + "School District Name": "SCHLEICHER ISD", + "Physical Address Line 1": "205 W FIELDS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELDORADO", + "Physical Address State": "TX ", + "Physical Address Zip": "76936", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18683651804670912", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200016", + "School District Name": "Youth Build Phila CS", + "Physical Address Line 1": "1231 N Broad St", + "Physical Address Line 2": "3rd Floor", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19122", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200018", + "School District Name": "Urban Pathways 6-12 CS", + "Physical Address Line 1": "914 Penn Ave", + "Physical Address Line 2": "3rd Floor", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200019", + "School District Name": "Urban Academy of Greater Pittsburgh CS", + "Physical Address Line 1": "437 Turett Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15206", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900170", + "School District Name": "Scholar Academy", + "Physical Address Line 1": "928 N 100 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOOELE", + "Physical Address State": "UT ", + "Physical Address Zip": "84074", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200025", + "School District Name": "South Mountain Secure Trmnt Unit", + "Physical Address Line 1": "10056 S Mountain Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Mountain", + "Physical Address State": "PA ", + "Physical Address Zip": "17261", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200027", + "School District Name": "Sylvan Heights Science CS", + "Physical Address Line 1": "915 S 13th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200028", + "School District Name": "Susq-Cyber CS", + "Physical Address Line 1": "240 Market Street", + "Physical Address Line 2": "Suite 15", + "Physical Address Line 3": "", + "Physical Address City": "Bloomsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17815", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099955", + "School District Name": "School Administrative Unit #70", + "Physical Address Line 1": "45 Lyme Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanover", + "Physical Address State": "VT ", + "Physical Address Zip": "03755", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "0.02108433734939759", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200030", + "School District Name": "School Lane CS", + "Physical Address Line 1": "2400 Bristol Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bensalem", + "Physical Address State": "PA ", + "Physical Address Zip": "19020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200041", + "School District Name": "West Oak Lane CS", + "Physical Address Line 1": "7115 Stenton Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19138", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200053", + "School District Name": "Charter High School for Architecture and Design", + "Physical Address Line 1": "105 S. 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA", + "Physical Address Zip": "19106", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200055", + "School District Name": "Universal Institute CS", + "Physical Address Line 1": "801 S 15th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19146", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200058", + "School District Name": "Young Scholars CS", + "Physical Address Line 1": "900 N Marshall St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19123", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200063", + "School District Name": "Sugar Valley Rural CS", + "Physical Address Line 1": "236 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Loganton", + "Physical Address State": "PA ", + "Physical Address Zip": "17747", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200064", + "School District Name": "Spectrum CS", + "Physical Address Line 1": "4369 Northern Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Monroeville", + "Physical Address State": "PA ", + "Physical Address Zip": "15146", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200070", + "School District Name": "Souderton CS Collaborative", + "Physical Address Line 1": "110 E Broad St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Souderton", + "Physical Address State": "PA ", + "Physical Address Zip": "18964", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800258", + "School District Name": "SCHOOL OF SCIENCE AND TECHNOLOGY", + "Physical Address Line 1": "5300 WURZBACH RD STE 800", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78238", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801400", + "School District Name": "SCHOOL OF SCIENCE AND TECHNOLOGY DISCOVERY", + "Physical Address Line 1": "5300 WURZBACH RD STE 800", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78238", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839540", + "School District Name": "SCHULENBURG ISD", + "Physical Address Line 1": "521 SHORTHORN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCHULENBURG", + "Physical Address State": "TX ", + "Physical Address Zip": "78956", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.157543391188251", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220910", + "School District Name": "Schuylkill Haven Area SD", + "Physical Address Line 1": "501 East Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Schuylkill Haven", + "Physical Address State": "PA ", + "Physical Address Zip": "17972", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11233480176211454", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200105", + "School District Name": "West Phila. Achievement CES", + "Physical Address Line 1": "6701 Callowhill Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19151", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289390", + "School District Name": "Schuylkill IU 29", + "Physical Address Line 1": "17 Maple Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mar Lin", + "Physical Address State": "PA ", + "Physical Address Zip": "17951", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200106", + "School District Name": "Wissahickon CS", + "Physical Address Line 1": "4700 G Wissahickon Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19144", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280620", + "School District Name": "Schuylkill Technology Centers", + "Physical Address Line 1": "15 Maple Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mar Lin", + "Physical Address State": "PA ", + "Physical Address Zip": "17951", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220970", + "School District Name": "Schuylkill Valley SD", + "Physical Address Line 1": "929 Lakeshore Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Leesport", + "Physical Address State": "PA ", + "Physical Address Zip": "19533", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08368026644462948", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "6600003", + "School District Name": "Science is Fun and Awesome Learning Academy Charter School", + "Physical Address Line 1": "305 Seagull Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Barrigada", + "Physical Address State": "GU ", + "Physical Address Zip": "96913", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400960", + "School District Name": "Scituate", + "Physical Address Line 1": "197 Danielson Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Scituate", + "Physical Address State": "RI ", + "Physical Address Zip": "02857", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06982703395259449", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200133", + "School District Name": "The New Academy CS", + "Physical Address Line 1": "2500 Jonquil Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15203", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4665180", + "School District Name": "Scotland School District 04-3", + "Physical Address Line 1": "711 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scotland", + "Physical Address State": "SD ", + "Physical Address Zip": "57059", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1551155115511551", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103480", + "School District Name": "SCOTT CO PBLC SCHS", + "Physical Address Line 1": "340 E Jackson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gate City", + "Physical Address State": "VA ", + "Physical Address Zip": "24251", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1890728476821192", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200136", + "School District Name": "Tidioute Community CS", + "Physical Address Line 1": "241 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tidioute", + "Physical Address State": "PA ", + "Physical Address Zip": "16351", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200137", + "School District Name": "Young Scholars of Central PA CS", + "Physical Address Line 1": "1530 Westerly Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "State College", + "Physical Address State": "PA ", + "Physical Address Zip": "16801", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703720", + "School District Name": "Scott County", + "Physical Address Line 1": "208 Court ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntsville", + "Physical Address State": "TN ", + "Physical Address Zip": "37756", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.27181603773584906", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200753", + "School District Name": "Widener Partnership CS", + "Physical Address Line 1": "1450 Edgmont Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chester", + "Physical Address State": "PA ", + "Physical Address Zip": "19013", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200758", + "School District Name": "Southwest Leadership Academy CS", + "Physical Address Line 1": "7101 Paschall Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19142", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221090", + "School District Name": "Scranton SD", + "Physical Address Line 1": "425 N Washington Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scranton", + "Physical Address State": "PA ", + "Physical Address Zip": "18503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.28434804884296816", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200814", + "School District Name": "Vida CS", + "Physical Address Line 1": "Eisenhower Center", + "Physical Address Line 2": "120 E. Broadway", + "Physical Address Line 3": "", + "Physical Address City": "Gettysburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17325", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200815", + "School District Name": "KIPP West Philadelphia Preparatory Charter School", + "Physical Address Line 1": "5900 Baltimore Ave.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA", + "Physical Address Zip": "19143", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839570", + "School District Name": "SCURRY-ROSSER ISD", + "Physical Address Line 1": "10705 S STATE HWY 34", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SCURRY", + "Physical Address State": "TX ", + "Physical Address Zip": "75158", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09680451127819549", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200818", + "School District Name": "Seven Generations CS", + "Physical Address Line 1": "154 E. Minor Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Emmaus", + "Physical Address State": "PA ", + "Physical Address Zip": "18049", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600029", + "School District Name": "SD SCH FOR THE BLIND & VISUALLY IMPAIRED", + "Physical Address Line 1": "605 14th Ave SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aberdeen", + "Physical Address State": "SD ", + "Physical Address Zip": "57401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200821", + "School District Name": "Tacony Academy CS", + "Physical Address Line 1": "1330 Rhawn Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19111", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200822", + "School District Name": "Eastern University Academy Charter School", + "Physical Address Line 1": "3300 Henry Ave. Ste 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA", + "Physical Address Zip": "19129", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200827", + "School District Name": "Universal Daroff CS", + "Physical Address Line 1": "5630 Vine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19139", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839600", + "School District Name": "SEAGRAVES ISD", + "Physical Address Line 1": "1801 AVE K", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEAGRAVES", + "Physical Address State": "TX ", + "Physical Address Zip": "79359", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2730318257956449", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839630", + "School District Name": "SEALY ISD", + "Physical Address Line 1": "939 TIGER LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEALY", + "Physical Address State": "TX ", + "Physical Address Zip": "77474", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15696582801351858", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200834", + "School District Name": "Universal Bluford CS", + "Physical Address Line 1": "5801 Media St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19131", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5007200", + "School District Name": "Searsburg School District", + "Physical Address Line 1": "211 Route 9 West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "VT ", + "Physical Address Zip": "05363", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800289", + "School District Name": "SEASHORE CHARTER SCHOOLS", + "Physical Address Line 1": "15801 S PADRE ISLAND DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORPUS CHRISTI", + "Physical Address State": "TX ", + "Physical Address Zip": "78418", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200844", + "School District Name": "Stone Valley Community CS", + "Physical Address Line 1": "13006 Greenwood Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Huntingdon", + "Physical Address State": "PA ", + "Physical Address Zip": "16652", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300323", + "School District Name": "Seattle Central Community College", + "Physical Address Line 1": "1701 BROADWAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEATTLE", + "Physical Address State": "WA ", + "Physical Address Zip": "98122", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200845", + "School District Name": "Young Scholars of Western Pennsylvania CS", + "Physical Address Line 1": "600 Newport Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Baldwin Township", + "Physical Address State": "PA ", + "Physical Address Zip": "15234", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307710", + "School District Name": "Seattle School District No. 1", + "Physical Address Line 1": "2445 3RD AVE S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEATTLE", + "Physical Address State": "WA ", + "Physical Address Zip": "98134", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.09832488738738739", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4200846", + "School District Name": "York Academy Regional CS", + "Physical Address Line 1": "32 West North Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "York", + "Physical Address State": "PA ", + "Physical Address Zip": "17401", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900193", + "School District Name": "Seba Dalkai Boarding School", + "Physical Address Line 1": "HC 63 Box H", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winslow", + "Physical Address State": "AZ", + "Physical Address Zip": "86047", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200847", + "School District Name": "Urban Pathways K-5 College CS", + "Physical Address Line 1": "925 Penn Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15222", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200848", + "School District Name": "I-LEAD Charter School", + "Physical Address Line 1": "401 Penn Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Reading", + "Physical Address State": "PA", + "Physical Address Zip": "19601", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900082", + "School District Name": "Second Mesa Day School", + "Physical Address Line 1": "Hwy 264 - Across old Texaco Station", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Second Mesa", + "Physical Address State": "AZ", + "Physical Address Zip": "86043", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200855", + "School District Name": "Universal Vare CS", + "Physical Address Line 1": "2100 South 24th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19145", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200856", + "School District Name": "Universal Audenried CS", + "Physical Address Line 1": "3301 Tasker Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19145", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307740", + "School District Name": "Sedro-Woolley School District", + "Physical Address Line 1": "801 TRAIL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEDRO WOOLLEY", + "Physical Address State": "WA ", + "Physical Address Zip": "98284", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.12212423312883436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200863", + "School District Name": "The Philadelphia CS for Arts and Sciences at HR Edmunds", + "Physical Address Line 1": "1197 Haworth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19124", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500074", + "School District Name": "Seeds of Health Inc", + "Physical Address Line 1": "1445 S 32nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200866", + "School District Name": "Universal Creighton CS", + "Physical Address Line 1": "5401 Tabor Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19120", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200868", + "School District Name": "ACT Academy Cyber CS", + "Physical Address Line 1": "7301 Germantown Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA", + "Physical Address Zip": "19119", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200872", + "School District Name": "Universal Alcorn CS", + "Physical Address Line 1": "3200 Dickinson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19146", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400014", + "School District Name": "Segue Institute for Learning", + "Physical Address Line 1": "325 Cowden Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Central Falls", + "Physical Address State": "RI ", + "Physical Address Zip": "02863", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839690", + "School District Name": "SEGUIN ISD", + "Physical Address Line 1": "1221 E KINGSBURY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEGUIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78155", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.21358702934476753", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307770", + "School District Name": "Selah School District", + "Physical Address Line 1": "316 W NACHES AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SELAH", + "Physical Address State": "WA ", + "Physical Address Zip": "98942", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10522598870056497", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4601028", + "School District Name": "Selby Area School District 62-5", + "Physical Address Line 1": "108 E Dakota St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Selby", + "Physical Address State": "SD ", + "Physical Address Zip": "57472", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1784037558685446", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200884", + "School District Name": "Young Scholars of Greater Allegheny CS", + "Physical Address Line 1": "10 Center Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McKeesport", + "Physical Address State": "PA ", + "Physical Address Zip": "15132", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200885", + "School District Name": "Vision Academy CS", + "Physical Address Line 1": "716 Emerson Avenue East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lansdowne", + "Physical Address State": "PA ", + "Physical Address Zip": "19050", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221120", + "School District Name": "Selinsgrove Area SD", + "Physical Address Line 1": "329 Seals Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Selinsgrove", + "Physical Address State": "PA ", + "Physical Address Zip": "17870", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10215384615384615", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307800", + "School District Name": "Selkirk School District", + "Physical Address Line 1": "219 Park St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "METALINE FALLS", + "Physical Address State": "WA ", + "Physical Address Zip": "99153", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2608695652173913", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200895", + "School District Name": "TECH Freire CS", + "Physical Address Line 1": "2221 North Broad Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philadelphia", + "Physical Address State": "PA ", + "Physical Address Zip": "19132", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4200896", + "School District Name": "Westinghouse Arts Academy CS", + "Physical Address Line 1": "320 Marguerite Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmerding", + "Physical Address State": "PA ", + "Physical Address Zip": "15148", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839750", + "School District Name": "SEMINOLE ISD", + "Physical Address Line 1": "207 S W 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEMINOLE", + "Physical Address State": "TX ", + "Physical Address Zip": "79360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1845214651437574", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513470", + "School District Name": "Seneca Area School District", + "Physical Address Line 1": "202 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seneca", + "Physical Address State": "WI ", + "Physical Address Zip": "54654", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12552301255230125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280630", + "School District Name": "Seneca Highlands Career and Technical Center", + "Physical Address Line 1": "219 Edison Bates Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Port Allegany", + "Physical Address State": "PA ", + "Physical Address Zip": "16743", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289190", + "School District Name": "Seneca Highlands IU 9", + "Physical Address Line 1": "119 S. Mechanic St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smethport", + "Physical Address State": "PA ", + "Physical Address Zip": "16749", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222440", + "School District Name": "Seneca Valley SD", + "Physical Address Line 1": "124 Seneca School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harmony", + "Physical Address State": "PA ", + "Physical Address Zip": "16037", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.042196995757367274", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703750", + "School District Name": "Sequatchie County", + "Physical Address Line 1": "878 Cordell DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dunlap", + "Physical Address State": "TN ", + "Physical Address Zip": "37327", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21607431340872374", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307830", + "School District Name": "Sequim School District", + "Physical Address Line 1": "503 N SEQUIM AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEQUIM", + "Physical Address State": "WA ", + "Physical Address Zip": "98382", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1520073551946062", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4202400", + "School District Name": "Wissahickon SD", + "Physical Address Line 1": "601 Knight Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ambler", + "Physical Address State": "PA ", + "Physical Address Zip": "19002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05642491724345471", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900034", + "School District Name": "Sequoyah High School", + "Physical Address Line 1": "17091 S Muskogee Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tahlequah", + "Physical Address State": "OK", + "Physical Address Zip": "74464", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800018", + "School District Name": "SER-NINOS CHARTER SCHOOL", + "Physical Address Line 1": "5815 ALDER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77081", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513500", + "School District Name": "Sevastopol School District", + "Physical Address Line 1": "4550 Highway 57", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sturgeon Bay", + "Physical Address State": "WI ", + "Physical Address Zip": "54235", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.109717868338558", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703780", + "School District Name": "Sevier County", + "Physical Address Line 1": "226 Cedar ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sevierville", + "Physical Address State": "TN ", + "Physical Address Zip": "37862", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1788294558228939", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900930", + "School District Name": "Sevier District", + "Physical Address Line 1": "180 E 600 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Richfield", + "Physical Address State": "UT ", + "Physical Address Zip": "84701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1118925831202046", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513530", + "School District Name": "Seymour Community School District", + "Physical Address Line 1": "10 Circle Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seymour", + "Physical Address State": "WI ", + "Physical Address Zip": "54165", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11546747091770788", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839780", + "School District Name": "SEYMOUR ISD", + "Physical Address Line 1": "409 W IDAHO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEYMOUR", + "Physical Address State": "TX ", + "Physical Address Zip": "76380", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20666666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221180", + "School District Name": "Shade-Central City SD", + "Physical Address Line 1": "203 McGregor Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cairnbrook", + "Physical Address State": "PA ", + "Physical Address Zip": "15924", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14761904761904762", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221200", + "School District Name": "Shaler Area SD", + "Physical Address Line 1": "1800 Mount Royal Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glenshaw", + "Physical Address State": "PA ", + "Physical Address Zip": "15116", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08816225165562915", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839870", + "School District Name": "SHALLOWATER ISD", + "Physical Address Line 1": "1100 AVE K", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHALLOWATER", + "Physical Address State": "TX ", + "Physical Address Zip": "79363", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.11089238845144357", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221240", + "School District Name": "Shamokin Area SD", + "Physical Address Line 1": "2000 W State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Coal Township", + "Physical Address State": "PA ", + "Physical Address Zip": "17866", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22490974729241878", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839900", + "School District Name": "SHAMROCK ISD", + "Physical Address Line 1": "100 S ILLINOIS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHAMROCK", + "Physical Address State": "TX ", + "Physical Address Zip": "79079", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24830699774266365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221270", + "School District Name": "Shanksville-Stonycreek SD", + "Physical Address Line 1": "1325 Corner Stone Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shanksville", + "Physical Address State": "PA ", + "Physical Address Zip": "15560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1518324607329843", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221330", + "School District Name": "Sharon City SD", + "Physical Address Line 1": "215 Forker Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sharon", + "Physical Address State": "PA ", + "Physical Address Zip": "16146", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.27449078564500484", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513560", + "School District Name": "Sharon J11 School District", + "Physical Address Line 1": "104 E School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sharon", + "Physical Address State": "WI ", + "Physical Address Zip": "53585", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12927756653992395", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5007260", + "School District Name": "Sharon School District", + "Physical Address Line 1": "75 Route 132", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sharon", + "Physical Address State": "VT ", + "Physical Address Zip": "05065", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221420", + "School District Name": "Sharpsville Area SD", + "Physical Address Line 1": "1 Blue Devil Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sharpsville", + "Physical Address State": "PA ", + "Physical Address Zip": "16150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11689497716894977", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839930", + "School District Name": "SHARYLAND ISD", + "Physical Address Line 1": "1200 N SHARY RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MISSION", + "Physical Address State": "TX ", + "Physical Address Zip": "78572", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.24528301886792453", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307860", + "School District Name": "Shaw Island School District", + "Physical Address Line 1": "44 HOFFMAN COVE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHAW ISLAND", + "Physical Address State": "WA ", + "Physical Address Zip": "98286", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13043478260869565", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513620", + "School District Name": "Shawano School District", + "Physical Address Line 1": "218 County Road B", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shawano", + "Physical Address State": "WI ", + "Physical Address Zip": "54166", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11606456571867795", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513650", + "School District Name": "Sheboygan Area School District", + "Physical Address Line 1": "3330 Stahl Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sheboygan", + "Physical Address State": "WI ", + "Physical Address Zip": "53081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1334700344859726", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513680", + "School District Name": "Sheboygan Falls School District", + "Physical Address Line 1": "220 Amherst Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sheboygan Falls", + "Physical Address State": "WI ", + "Physical Address Zip": "53085", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.0676056338028169", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400024", + "School District Name": "Sheila Skip Nowell Leadership Academy", + "Physical Address Line 1": "150 Washington Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02903", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700148", + "School District Name": "Shelby County", + "Physical Address Line 1": "160 S Hollywood", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Memphis", + "Physical Address State": "TN ", + "Physical Address Zip": "38112", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.27435041258875453", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4839960", + "School District Name": "SHELBYVILLE ISD", + "Physical Address Line 1": "5322 ST HWY 87 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHELBYVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75973", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.27845884413309985", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4839990", + "School District Name": "SHELDON ISD", + "Physical Address Line 1": "11411 C E KING PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77044", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2185521136402533", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513710", + "School District Name": "Shell Lake School District", + "Physical Address Line 1": "271 Highway 63", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shell Lake", + "Physical Address State": "WI ", + "Physical Address Zip": "54871", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17263843648208468", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307900", + "School District Name": "Shelton School District", + "Physical Address Line 1": "700 S 1ST ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHELTON", + "Physical Address State": "WA ", + "Physical Address Zip": "98584", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19303721488595438", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103510", + "School District Name": "SHENANDOAH CO PBLC SCHS", + "Physical Address Line 1": "600 N Main St Suite #200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodstock", + "Physical Address State": "VA ", + "Physical Address Zip": "22664", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.140625", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100028", + "School District Name": "SHENANDOAH VALLEY GOVERNORS SCHOOL", + "Physical Address Line 1": "49 Hornet Dr", + "Physical Address Line 2": "Valley Voc Tech Ctr Bldg", + "Physical Address Line 3": "", + "Physical Address City": "Fishersville", + "Physical Address State": "VA ", + "Physical Address Zip": "22939", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221490", + "School District Name": "Shenandoah Valley SD", + "Physical Address Line 1": "805 West Centre Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shenandoah", + "Physical Address State": "PA ", + "Physical Address Zip": "17976", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2910758965804837", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221510", + "School District Name": "Shenango Area SD", + "Physical Address Line 1": "2501 Old Pittsburgh Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Castle", + "Physical Address State": "PA ", + "Physical Address Zip": "16101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10513036164844407", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840020", + "School District Name": "SHEPHERD ISD", + "Physical Address Line 1": "1401 S BYRD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHEPHERD", + "Physical Address State": "TX ", + "Physical Address Zip": "77371", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2554867754642656", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5605690", + "School District Name": "Sheridan County School District #1", + "Physical Address Line 1": "1127 Dayton Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ranchester", + "Physical Address State": "WY ", + "Physical Address Zip": "82839", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07626208378088077", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5605695", + "School District Name": "Sheridan County School District #2", + "Physical Address Line 1": "201 North Connor Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sheridan", + "Physical Address State": "WY ", + "Physical Address Zip": "82801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09137426900584796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5605680", + "School District Name": "Sheridan County School District #3", + "Physical Address Line 1": "1600 Meade Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clearmont", + "Physical Address State": "WY ", + "Physical Address Zip": "82835", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1791044776119403", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900105", + "School District Name": "Sherman Indian High School", + "Physical Address Line 1": "9010 Magnolia Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Riverside", + "Physical Address State": "CA", + "Physical Address Zip": "92503", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840080", + "School District Name": "SHERMAN ISD", + "Physical Address Line 1": "2701 N LOY LAKE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHERMAN", + "Physical Address State": "TX ", + "Physical Address Zip": "75090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16428658611009397", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221540", + "School District Name": "Shikellamy SD", + "Physical Address Line 1": "200 Island Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunbury", + "Physical Address State": "PA ", + "Physical Address Zip": "17801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1677671068427371", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840110", + "School District Name": "SHINER ISD", + "Physical Address Line 1": "505 TEXAS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHINER", + "Physical Address State": "TX ", + "Physical Address Zip": "77984", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1071863580998782", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513770", + "School District Name": "Shiocton School District", + "Physical Address Line 1": "N5650 Broad St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shiocton", + "Physical Address State": "WI ", + "Physical Address Zip": "54170", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07692307692307693", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209931", + "School District Name": "Youth Forestry Camp #3", + "Physical Address Line 1": "4534 Tar Kiln Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "James Creek", + "Physical Address State": "PA ", + "Physical Address Zip": "16657", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221570", + "School District Name": "Shippensburg Area SD", + "Physical Address Line 1": "317 N Morris St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shippensburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12779753189709267", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4209934", + "School District Name": "Youth Forestry Camp #2", + "Physical Address Line 1": "Hickory Run State Par", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "White Haven", + "Physical Address State": "PA ", + "Physical Address Zip": "18661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900128", + "School District Name": "Shonto Preparatory School", + "Physical Address Line 1": "Rte 160 E & HW 98", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shonto", + "Physical Address State": "AZ", + "Physical Address Zip": "86054", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307920", + "School District Name": "Shoreline School District", + "Physical Address Line 1": "18560 1ST AVE NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHORELINE", + "Physical Address State": "WA ", + "Physical Address Zip": "98155", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07588101553618795", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513800", + "School District Name": "Shorewood School District", + "Physical Address Line 1": "1701 E Capitol Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shorewood", + "Physical Address State": "WI ", + "Physical Address Zip": "53211", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.050728041333959605", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900097", + "School District Name": "Shoshone-Bannock School District No 512", + "Physical Address Line 1": "50 South Hiline Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "POCATELLO", + "Physical Address State": "ID", + "Physical Address Zip": "83202", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513830", + "School District Name": "Shullsburg School District", + "Physical Address Line 1": "444 N Judgement St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Shullsburg", + "Physical Address State": "WI ", + "Physical Address Zip": "53586", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14634146341463414", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840170", + "School District Name": "SIDNEY ISD", + "Physical Address Line 1": "4100 HWY 1689", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SIDNEY", + "Physical Address State": "TX ", + "Physical Address Zip": "76474", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1724137931034483", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840200", + "School District Name": "SIERRA BLANCA ISD", + "Physical Address Line 1": "500 SIERRA BLANCA AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SIERRA BLANCA", + "Physical Address State": "TX ", + "Physical Address Zip": "79851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2823529411764706", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840230", + "School District Name": "SILSBEE ISD", + "Physical Address Line 1": "415 HWY 327 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SILSBEE", + "Physical Address State": "TX ", + "Physical Address Zip": "77656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.18385502471169687", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513860", + "School District Name": "Silver Lake J1 School District", + "Physical Address Line 1": "300 Prosser St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Silver Lake", + "Physical Address State": "WI ", + "Physical Address Zip": "53170", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08604651162790698", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840290", + "School District Name": "SILVERTON ISD", + "Physical Address Line 1": "700 LORETTA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SILVERTON", + "Physical Address State": "TX ", + "Physical Address Zip": "79257", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23776223776223776", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840320", + "School District Name": "SIMMS ISD", + "Physical Address Line 1": "7497 US HWY 67 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SIMMS", + "Physical Address State": "TX ", + "Physical Address Zip": "75574", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17706237424547283", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840350", + "School District Name": "SINTON ISD", + "Physical Address Line 1": "322 S ARCHER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SINTON", + "Physical Address State": "TX ", + "Physical Address Zip": "78387", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26221995926680247", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4666270", + "School District Name": "Sioux Falls School District 49-5", + "Physical Address Line 1": "201 E 38th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sioux Falls", + "Physical Address State": "SD ", + "Physical Address Zip": "57105", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.09869718309859155", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4666300", + "School District Name": "Sioux Valley School District 05-5", + "Physical Address Line 1": "200 Hansina Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Volga", + "Physical Address State": "SD ", + "Physical Address Zip": "57071", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0357653791130186", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513890", + "School District Name": "Siren School District", + "Physical Address Line 1": "24022 4th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Siren", + "Physical Address State": "WI ", + "Physical Address Zip": "54872", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16210045662100456", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600053", + "School District Name": "Sisseton School District 54-2", + "Physical Address Line 1": "516 8th Ave W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sisseton", + "Physical Address State": "SD ", + "Physical Address Zip": "57262", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.22343921139101863", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900181", + "School District Name": "Sitting Bull School", + "Physical Address Line 1": "1 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Little Eagle", + "Physical Address State": "SD", + "Physical Address Zip": "57639", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840380", + "School District Name": "SIVELLS BEND ISD", + "Physical Address Line 1": "1053 CR 403", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GAINESVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1111111111111111", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307950", + "School District Name": "Skamania School District", + "Physical Address Line 1": "122 BUTLER LOOP RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SKAMANIA", + "Physical Address State": "WA ", + "Physical Address Zip": "98648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11023622047244094", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840410", + "School District Name": "SKIDMORE-TYNAN ISD", + "Physical Address Line 1": "224 W MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SKIDMORE", + "Physical Address State": "TX ", + "Physical Address Zip": "78389", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5307980", + "School District Name": "Skykomish School District", + "Physical Address Line 1": "105 6TH ST N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SKYKOMISH", + "Physical Address State": "WA ", + "Physical Address Zip": "98288", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14285714285714285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000440", + "School District Name": "Slate Valley Unified Union School District #62", + "Physical Address Line 1": "3 North Park Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fair Haven", + "Physical Address State": "VT ", + "Physical Address Zip": "05743", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099904", + "School District Name": "Slate Valley Unified Union School District (Supervisory)", + "Physical Address Line 1": "3 North Park Place", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fair Haven", + "Physical Address State": "VT ", + "Physical Address Zip": "05743", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1334841628959276", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840440", + "School District Name": "SLATON ISD", + "Physical Address Line 1": "140 E PANHANDLE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SLATON", + "Physical Address State": "TX ", + "Physical Address Zip": "79364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.21727019498607242", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840470", + "School District Name": "SLIDELL ISD", + "Physical Address Line 1": "1 GREYHOUND LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SLIDELL", + "Physical Address State": "TX ", + "Physical Address Zip": "76267", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14933333333333335", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513950", + "School District Name": "Slinger School District", + "Physical Address Line 1": "207 Polk St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Slinger", + "Physical Address State": "WI ", + "Physical Address Zip": "53086", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.03611204859939251", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221660", + "School District Name": "Slippery Rock Area SD", + "Physical Address Line 1": "201 Kiester Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Slippery Rock", + "Physical Address State": "PA ", + "Physical Address Zip": "16057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09264184397163121", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840500", + "School District Name": "SLOCUM ISD", + "Physical Address Line 1": "5765 E STATE HWY 294", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ELKHART", + "Physical Address State": "TX ", + "Physical Address Zip": "75839", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.29859154929577464", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4675600", + "School District Name": "Smee School District 15-3", + "Physical Address Line 1": "12250 SD Hwy 1806", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wakpala", + "Physical Address State": "SD ", + "Physical Address Zip": "57658", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.6326530612244898", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221690", + "School District Name": "Smethport Area SD", + "Physical Address Line 1": "414 S Mechanic St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smethport", + "Physical Address State": "PA ", + "Physical Address Zip": "16749", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15949367088607594", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703870", + "School District Name": "Smith County", + "Physical Address Line 1": "126 S C M S Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Carthage", + "Physical Address State": "TN ", + "Physical Address Zip": "37030", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15700553451791435", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4216500", + "School District Name": "Woodland Hills SD", + "Physical Address Line 1": "531 Jones Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "N. Braddock", + "Physical Address State": "PA ", + "Physical Address Zip": "15104", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400990", + "School District Name": "Smithfield", + "Physical Address Line 1": "49 Farnum Pike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Smithfield", + "Physical Address State": "RI ", + "Physical Address Zip": "02917", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06167883211678832", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840550", + "School District Name": "SMITHVILLE ISD", + "Physical Address Line 1": "901 NE 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SMITHVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78957", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16161158895427796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840590", + "School District Name": "SMYER ISD", + "Physical Address Line 1": "401 LINCOLN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SMYER", + "Physical Address State": "TX ", + "Physical Address Zip": "79367", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2138157894736842", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103520", + "School District Name": "SMYTH CO PBLC SCHS", + "Physical Address Line 1": "121 Bagley Cir Ste 300", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "VA ", + "Physical Address Zip": "24354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20656192236598891", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308020", + "School District Name": "Snohomish School District", + "Physical Address Line 1": "1601 AVENUE D", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SNOHOMISH", + "Physical Address State": "WA ", + "Physical Address Zip": "98290", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.04601932811780948", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840620", + "School District Name": "SNOOK ISD", + "Physical Address Line 1": "10110 FM 2155", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOMERVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "77879", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21232876712328766", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308040", + "School District Name": "Snoqualmie Valley School District", + "Physical Address Line 1": "8001 SILVA AVE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SNOQUALMIE", + "Physical Address State": "WA ", + "Physical Address Zip": "98065", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.04837691044587596", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840650", + "School District Name": "SNYDER ISD", + "Physical Address Line 1": "2901 37TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SNYDER", + "Physical Address State": "TX ", + "Physical Address Zip": "79549", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19838483146067415", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308070", + "School District Name": "Soap Lake School District", + "Physical Address Line 1": "410 GINKGO ST S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOAP LAKE", + "Physical Address State": "WA ", + "Physical Address Zip": "98851", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18578352180936994", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840710", + "School District Name": "SOCORRO ISD", + "Physical Address Line 1": "12440 ROJAS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL PASO", + "Physical Address State": "TX ", + "Physical Address Zip": "79928", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.2049090909090909", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4221810", + "School District Name": "Solanco SD", + "Physical Address Line 1": "121 S Hess St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Quarryville", + "Physical Address State": "PA ", + "Physical Address Zip": "17566", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14805157178038533", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900011", + "School District Name": "Soldier Hollow Charter School", + "Physical Address Line 1": "3444 West 3000 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEBER CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84032", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5513980", + "School District Name": "Solon Springs School District", + "Physical Address Line 1": "8993 E Baldwin Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Solon Springs", + "Physical Address State": "WI ", + "Physical Address Zip": "54873", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17857142857142858", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221840", + "School District Name": "Somerset Area SD", + "Physical Address Line 1": "645 S Columbia Ave Ste 110", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerset", + "Physical Address State": "PA ", + "Physical Address Zip": "15501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15952481968604157", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280400", + "School District Name": "Somerset County Technology Center", + "Physical Address Line 1": "281 Technology Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerset", + "Physical Address State": "PA ", + "Physical Address Zip": "15501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840740", + "School District Name": "SOMERSET ISD", + "Physical Address Line 1": "7791 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOMERSET", + "Physical Address State": "TX ", + "Physical Address Zip": "78069", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.26270298585646934", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514010", + "School District Name": "Somerset School District", + "Physical Address Line 1": "639 Sunrise Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Somerset", + "Physical Address State": "WI ", + "Physical Address Zip": "54025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.056397816858702245", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000014", + "School District Name": "Somerset School District", + "Physical Address Line 1": "211 Route 9 West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "VT ", + "Physical Address Zip": "05363", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840770", + "School District Name": "SOMERVILLE ISD", + "Physical Address Line 1": "625 8TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOMERVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "77879", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24261275272161742", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840800", + "School District Name": "SONORA ISD", + "Physical Address Line 1": "807 S CONCHO AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SONORA", + "Physical Address State": "TX ", + "Physical Address Zip": "76950", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19934102141680396", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4220580", + "School District Name": "South Fayette Township SD", + "Physical Address Line 1": "3680 Old Oakdale Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McDonald", + "Physical Address State": "PA ", + "Physical Address Zip": "15057", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0386459802538787", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221870", + "School District Name": "Souderton Area SD", + "Physical Address Line 1": "760 Lower Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Souderton", + "Physical Address State": "PA ", + "Physical Address Zip": "18964", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06394763343403827", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221150", + "School District Name": "Yough SD", + "Physical Address Line 1": "915 Lowber Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Herminie", + "Physical Address State": "PA ", + "Physical Address Zip": "15637", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1355117731859683", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221910", + "School District Name": "South Allegheny SD", + "Physical Address Line 1": "2743 Washington Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mc Keesport", + "Physical Address State": "PA ", + "Physical Address Zip": "15133", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20371479928100658", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308100", + "School District Name": "South Bend School District", + "Physical Address Line 1": "405 E 1ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTH BEND", + "Physical Address State": "WA ", + "Physical Address Zip": "98586", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19948849104859334", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4221930", + "School District Name": "South Butler County SD", + "Physical Address Line 1": "328 Knoch Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saxonburg", + "Physical Address State": "PA ", + "Physical Address Zip": "16056", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08382295338817078", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222050", + "School District Name": "South Middleton SD", + "Physical Address Line 1": "Administration Office Suite 100", + "Physical Address Line 2": "4 Academy Street", + "Physical Address Line 3": "", + "Physical Address City": "Boiling Springs", + "Physical Address State": "PA ", + "Physical Address Zip": "17007", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08258317025440313", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222060", + "School District Name": "South Park SD", + "Physical Address Line 1": "2005 Eagle Ridge Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Park", + "Physical Address State": "PA ", + "Physical Address Zip": "15129", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08210023866348448", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222140", + "School District Name": "South Williamsport Area SD", + "Physical Address Line 1": "515 W Central Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Williamsport", + "Physical Address State": "PA ", + "Physical Address Zip": "17702", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.09172413793103448", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222170", + "School District Name": "South Eastern SD", + "Physical Address Line 1": "377 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fawn Grove", + "Physical Address State": "PA ", + "Physical Address Zip": "17321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07425294295200724", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5007470", + "School District Name": "South Burlington School District", + "Physical Address Line 1": "500 Dorset Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Burlington", + "Physical Address State": "VT ", + "Physical Address Zip": "05403", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222200", + "School District Name": "Southeastern Greene SD", + "Physical Address Line 1": "1000 Mapletown Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensboro", + "Physical Address State": "PA ", + "Physical Address Zip": "15338", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21973094170403587", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099916", + "School District Name": "South Burlington Supervisory District", + "Physical Address Line 1": "550 Dorset Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Burlington", + "Physical Address State": "VT ", + "Physical Address Zip": "05403", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "13", + "Percent of Students in Poverty": "0.06939830195644149", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222230", + "School District Name": "South Side Area SD", + "Physical Address Line 1": "4949 State Route 151", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hookstown", + "Physical Address State": "PA ", + "Physical Address Zip": "15050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09226190476190477", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222260", + "School District Name": "Southern Columbia Area SD", + "Physical Address Line 1": "800 Southern Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Catawissa", + "Physical Address State": "PA ", + "Physical Address Zip": "17820", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08138759172781855", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222290", + "School District Name": "Southern Fulton SD", + "Physical Address Line 1": "3072 Great Cove Rd", + "Physical Address Line 2": "Suite 100", + "Physical Address Line 3": "", + "Physical Address City": "Warfordsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17267", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16165413533834586", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222320", + "School District Name": "Southern Huntingdon County SD", + "Physical Address Line 1": "10339 Pogue Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Three Springs", + "Physical Address State": "PA ", + "Physical Address Zip": "17264", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17002629272567923", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503905", + "School District Name": "South Carolina Department of Disabilities and Special Needs", + "Physical Address Line 1": "3440 Harden Street Extension", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Columbia", + "Physical Address State": "SC ", + "Physical Address Zip": "29203", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222350", + "School District Name": "Southern Lehigh SD", + "Physical Address Line 1": "5775 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Center Valley", + "Physical Address State": "PA ", + "Physical Address Zip": "18034", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04754601226993865", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703900", + "School District Name": "South Carroll", + "Physical Address Line 1": "145 Clarksburg RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clarksburg", + "Physical Address State": "TN ", + "Physical Address Zip": "38324", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18620689655172415", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222370", + "School District Name": "Southern Tioga SD", + "Physical Address Line 1": "310 Morris Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blossburg", + "Physical Address State": "PA ", + "Physical Address Zip": "16912", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4607670", + "School District Name": "South Central 26-5", + "Physical Address Line 1": "401 Birdsell St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bonesteel", + "Physical Address State": "SD ", + "Physical Address Zip": "57317", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.30357142857142855", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222380", + "School District Name": "Southern York County SD", + "Physical Address Line 1": "3280 Fissels Church Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glen Rock", + "Physical Address State": "PA ", + "Physical Address Zip": "17327", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06837131739855476", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222400", + "School District Name": "Southeast Delco SD", + "Physical Address Line 1": "1560 Delmar Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Folcroft", + "Physical Address State": "PA ", + "Physical Address Zip": "19032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21340355975299674", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222410", + "School District Name": "Southmoreland SD", + "Physical Address Line 1": "200 Scottie Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Scottdale", + "Physical Address State": "PA ", + "Physical Address Zip": "15683", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.16763565891472867", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222470", + "School District Name": "South Western SD", + "Physical Address Line 1": "225 Bowman Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hanover", + "Physical Address State": "PA ", + "Physical Address Zip": "17331", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.07386363636363637", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222530", + "School District Name": "Spring Cove SD", + "Physical Address Line 1": "1100 E Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roaring Spring", + "Physical Address State": "PA ", + "Physical Address Zip": "16673", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1091871091871092", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4680431", + "School District Name": "South Central Cooperative", + "Physical Address Line 1": "406 W 14th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tyndall", + "Physical Address State": "SD ", + "Physical Address Zip": "57066", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222560", + "School District Name": "Spring-Ford Area SD", + "Physical Address Line 1": "857 South Lewis Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Royersford", + "Physical Address State": "PA ", + "Physical Address Zip": "19468", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04706135167078543", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222590", + "School District Name": "Spring Grove Area SD", + "Physical Address Line 1": "100 E College Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spring Grove", + "Physical Address State": "PA ", + "Physical Address Zip": "17362", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.08016528925619834", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222600", + "School District Name": "Springfield SD", + "Physical Address Line 1": "200 S Rolling Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "PA ", + "Physical Address Zip": "19064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.050131392763290886", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222620", + "School District Name": "Springfield Township SD", + "Physical Address Line 1": "1901 E Paper Mill Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oreland", + "Physical Address State": "PA ", + "Physical Address Zip": "19075", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0478524070337273", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222740", + "School District Name": "Tuscarora SD", + "Physical Address Line 1": "100 W Seminary St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mercersburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17236", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11624919717405266", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222770", + "School District Name": "State College Area SD", + "Physical Address Line 1": "240 Villa Crest Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "State College", + "Physical Address State": "PA ", + "Physical Address Zip": "16801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.06485260770975057", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222790", + "School District Name": "Steel Valley SD", + "Physical Address Line 1": "220 E Oliver Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Munhall", + "Physical Address State": "PA ", + "Physical Address Zip": "15120", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.21052631578947367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222800", + "School District Name": "Steelton-Highspire SD", + "Physical Address Line 1": "250 Reynders St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Steelton", + "Physical Address State": "PA ", + "Physical Address Zip": "17113", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.30278884462151395", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222830", + "School District Name": "Sto-Rox SD", + "Physical Address Line 1": "298 Ewing Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McKees Rocks", + "Physical Address State": "PA ", + "Physical Address Zip": "15136", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.34922178988326846", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222860", + "School District Name": "Stroudsburg Area SD", + "Physical Address Line 1": "123 Linden St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stroudsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "18360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.1473360261588767", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222920", + "School District Name": "Sullivan County SD", + "Physical Address Line 1": "777 South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Laporte", + "Physical Address State": "PA ", + "Physical Address Zip": "18626", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16121495327102803", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4222980", + "School District Name": "Susquehanna Community SD", + "Physical Address Line 1": "3192 Turnpike St.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Susquehanna", + "Physical Address State": "PA ", + "Physical Address Zip": "18847", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.19692737430167598", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4223010", + "School District Name": "Susquehanna Township SD", + "Physical Address Line 1": "2579 Interstate Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Harrisburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13246628131021196", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4223040", + "School District Name": "Susquenita SD", + "Physical Address Line 1": "Susquenita School District D.O.", + "Physical Address Line 2": "1725 Schoolhouse Rd", + "Physical Address Line 3": "", + "Physical Address City": "Duncannon", + "Physical Address State": "PA ", + "Physical Address Zip": "17020", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11322645290581163", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4223220", + "School District Name": "Tamaqua Area SD", + "Physical Address Line 1": "138 West Broad St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tamaqua", + "Physical Address State": "PA ", + "Physical Address Zip": "18252", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16169057774331136", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4223490", + "School District Name": "Titusville Area SD", + "Physical Address Line 1": "301 E Spruce St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Titusville", + "Physical Address State": "PA ", + "Physical Address Zip": "16354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.26135871916919085", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4223550", + "School District Name": "Towanda Area SD", + "Physical Address Line 1": "410 State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Towanda", + "Physical Address State": "PA ", + "Physical Address Zip": "18848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.17711503347534996", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4223640", + "School District Name": "Tredyffrin-Easttown SD", + "Physical Address Line 1": "West Valley Business Center", + "Physical Address Line 2": "940 West Valley Road Suite 1700", + "Physical Address Line 3": "", + "Physical Address City": "Wayne", + "Physical Address State": "PA ", + "Physical Address Zip": "19087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03773584905660377", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4223700", + "School District Name": "Tri-Valley SD", + "Physical Address Line 1": "110 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valley View", + "Physical Address State": "PA ", + "Physical Address Zip": "17983", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09664694280078895", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4223760", + "School District Name": "Trinity Area SD", + "Physical Address Line 1": "231 Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "PA ", + "Physical Address Zip": "15301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.10416666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4223790", + "School District Name": "Troy Area SD", + "Physical Address Line 1": "68 Fenner Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Troy", + "Physical Address State": "PA ", + "Physical Address Zip": "16947", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15137614678899083", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4223820", + "School District Name": "Tulpehocken Area SD", + "Physical Address Line 1": "27 Rehrersburg Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bethel", + "Physical Address State": "PA ", + "Physical Address Zip": "19507", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10756802721088435", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4223850", + "School District Name": "Tunkhannock Area SD", + "Physical Address Line 1": "41 Philadelphia Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tunkhannock", + "Physical Address State": "PA ", + "Physical Address Zip": "18657", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.15230224321133412", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4223880", + "School District Name": "Turkeyfoot Valley Area SD", + "Physical Address Line 1": "172 Turkeyfoot Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Confluence", + "Physical Address State": "PA ", + "Physical Address Zip": "15424", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21621621621621623", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4223970", + "School District Name": "Tussey Mountain SD", + "Physical Address Line 1": "199 Front Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Saxton", + "Physical Address State": "PA ", + "Physical Address Zip": "16678", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19832109129066108", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224000", + "School District Name": "Twin Valley SD", + "Physical Address Line 1": "4851 N. Twin Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elverson", + "Physical Address State": "PA ", + "Physical Address Zip": "19520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10499445061043285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224030", + "School District Name": "Tyrone Area SD", + "Physical Address Line 1": "701 Clay Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tyrone", + "Physical Address State": "PA ", + "Physical Address Zip": "16686", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.147797252486973", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224060", + "School District Name": "Union Area SD", + "Physical Address Line 1": "2106 Camden Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Castle", + "Physical Address State": "PA ", + "Physical Address Zip": "16101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.17571059431524547", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224090", + "School District Name": "Union City Area SD", + "Physical Address Line 1": "107 Concord St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union City", + "Physical Address State": "PA ", + "Physical Address Zip": "16438", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21593090211132437", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224120", + "School District Name": "Union SD", + "Physical Address Line 1": "354 Baker Street Ste 2", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rimersburg", + "Physical Address State": "PA ", + "Physical Address Zip": "16248", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21405228758169934", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224150", + "School District Name": "Uniontown Area SD", + "Physical Address Line 1": "205 Wilson Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Uniontown", + "Physical Address State": "PA ", + "Physical Address Zip": "15401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.22941176470588234", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224210", + "School District Name": "Unionville-Chadds Ford SD", + "Physical Address Line 1": "740 Unionville Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kennett Square", + "Physical Address State": "PA ", + "Physical Address Zip": "19348", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03289473684210526", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224240", + "School District Name": "United SD", + "Physical Address Line 1": "10780 Route 56 East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Armagh", + "Physical Address State": "PA ", + "Physical Address Zip": "15920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12864963503649635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224300", + "School District Name": "Upper Adams SD", + "Physical Address Line 1": "161 North Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Biglerville", + "Physical Address State": "PA ", + "Physical Address Zip": "17307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11989247311827957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224320", + "School District Name": "Upper Darby SD", + "Physical Address Line 1": "4611 Bond Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Drexel Hill", + "Physical Address State": "PA ", + "Physical Address Zip": "19026", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20177681196471942", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224360", + "School District Name": "Upper Dauphin Area SD", + "Physical Address Line 1": "5668 State Route 209", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lykens", + "Physical Address State": "PA ", + "Physical Address Zip": "17048", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15077098800685323", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224390", + "School District Name": "Upper Dublin SD", + "Physical Address Line 1": "1580 Fort Washington Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maple Glen", + "Physical Address State": "PA ", + "Physical Address Zip": "19002", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03420523138832998", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224480", + "School District Name": "Upper Merion Area SD", + "Physical Address Line 1": "435 Crossfield Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "King of Prussia", + "Physical Address State": "PA ", + "Physical Address Zip": "19406", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224510", + "School District Name": "Upper Moreland Township SD", + "Physical Address Line 1": "2900 Terwood Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willow Grove", + "Physical Address State": "PA ", + "Physical Address Zip": "19090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06885327991987981", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5007500", + "School District Name": "South Hero School District", + "Physical Address Line 1": "75 South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Hero", + "Physical Address State": "VT ", + "Physical Address Zip": "05486", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224540", + "School District Name": "Upper Perkiomen SD", + "Physical Address Line 1": "2229 East Buck Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pennsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "18073", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08017869739007759", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224570", + "School District Name": "Upper Saint Clair SD", + "Physical Address Line 1": "1775 McLaughlin Run Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pittsburgh", + "Physical Address State": "PA ", + "Physical Address Zip": "15241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.027752707581227436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224630", + "School District Name": "Valley Grove SD", + "Physical Address Line 1": "429 Wiley Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "PA ", + "Physical Address Zip": "16323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1430274135876043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224650", + "School District Name": "Valley View SD", + "Physical Address Line 1": "1 Columbus Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Archbald", + "Physical Address State": "PA ", + "Physical Address Zip": "18403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13753077734787197", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224750", + "School District Name": "Wallenpaupack Area SD", + "Physical Address Line 1": "2552 Route 6", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hawley", + "Physical Address State": "PA ", + "Physical Address Zip": "18428", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15537190082644628", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224790", + "School District Name": "Wallingford-Swarthmore SD", + "Physical Address Line 1": "200 S Providence Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wallingford", + "Physical Address State": "PA ", + "Physical Address Zip": "19086", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04218900675024108", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224820", + "School District Name": "Warren County SD", + "Physical Address Line 1": "6820 Market Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Russell", + "Physical Address State": "PA ", + "Physical Address Zip": "16345", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1847593061781329", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224870", + "School District Name": "Warrior Run SD", + "Physical Address Line 1": "4800 Susquehanna Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turbotville", + "Physical Address State": "PA ", + "Physical Address Zip": "17772", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12667304015296368", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4401020", + "School District Name": "South Kingstown", + "Physical Address Line 1": "307 Curtis Corner Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wakefield", + "Physical Address State": "RI ", + "Physical Address Zip": "02879", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0716012084592145", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224960", + "School District Name": "Warwick SD", + "Physical Address Line 1": "301 W Orange St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lititz", + "Physical Address State": "PA ", + "Physical Address Zip": "17543", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05227882037533512", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308160", + "School District Name": "South Kitsap School District", + "Physical Address Line 1": "2689 HOOVER AVE SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT ORCHARD", + "Physical Address State": "WA ", + "Physical Address Zip": "98366", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08695286195286195", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224970", + "School District Name": "Wayne Highlands SD", + "Physical Address Line 1": "474 Grove St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Honesdale", + "Physical Address State": "PA ", + "Physical Address Zip": "18431", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15637414228963525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4224990", + "School District Name": "Washington SD", + "Physical Address Line 1": "311 Allison Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington", + "Physical Address State": "PA ", + "Physical Address Zip": "15301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2541436464088398", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225080", + "School District Name": "Wattsburg Area SD", + "Physical Address Line 1": "10782 Wattsburg Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erie", + "Physical Address State": "PA ", + "Physical Address Zip": "16509", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13308223477715003", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225110", + "School District Name": "Waynesboro Area SD", + "Physical Address Line 1": "210 Clayton Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waynesboro", + "Physical Address State": "PA ", + "Physical Address Zip": "17268", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12856599467478128", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225140", + "School District Name": "Weatherly Area SD", + "Physical Address Line 1": "602 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weatherly", + "Physical Address State": "PA ", + "Physical Address Zip": "18255", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.15620641562064155", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225170", + "School District Name": "Wellsboro Area SD", + "Physical Address Line 1": "227 Nichols Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wellsboro", + "Physical Address State": "PA ", + "Physical Address Zip": "16901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1717557251908397", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225200", + "School District Name": "West Allegheny SD", + "Physical Address Line 1": "110 Bruno Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Imperial", + "Physical Address State": "PA ", + "Physical Address Zip": "15126", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06825568797399784", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225230", + "School District Name": "West Branch Area SD", + "Physical Address Line 1": "516 Allport Cutoff", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Morrisdale", + "Physical Address State": "PA ", + "Physical Address Zip": "16858", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1450827653359299", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225290", + "School District Name": "West Chester Area SD", + "Physical Address Line 1": "782 Springdale Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exton", + "Physical Address State": "PA ", + "Physical Address Zip": "19341", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0524513999266414", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225440", + "School District Name": "West Greene SD", + "Physical Address Line 1": "1352 Hargus Creek Road", + "Physical Address Line 2": "Suite D100", + "Physical Address Line 3": "", + "Physical Address City": "Waynesburg", + "Physical Address State": "PA ", + "Physical Address Zip": "15370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1636615811373093", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225590", + "School District Name": "West Jefferson Hills SD", + "Physical Address Line 1": "830 Old Clairton Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jefferson Hills", + "Physical Address State": "PA ", + "Physical Address Zip": "15025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06073815751235106", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225650", + "School District Name": "West Middlesex Area SD", + "Physical Address Line 1": "3591 Sharon Rd Luther Low Bldg", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Middlesex", + "Physical Address State": "PA ", + "Physical Address Zip": "16159", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1223155929038282", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225680", + "School District Name": "West Mifflin Area SD", + "Physical Address Line 1": "1020 Lebanon Road", + "Physical Address Line 2": "Suite 250", + "Physical Address Line 3": "", + "Physical Address City": "West Mifflin", + "Physical Address State": "PA ", + "Physical Address Zip": "15122", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1989247311827957", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514040", + "School District Name": "South Milwaukee School District", + "Physical Address Line 1": "901 15th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53172", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14091732045866023", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225740", + "School District Name": "West Perry SD", + "Physical Address Line 1": "2606 Shermans Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elliottsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "17024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11003740648379053", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225830", + "School District Name": "West Shore SD", + "Physical Address Line 1": "507 Fishing Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lewisberry", + "Physical Address State": "PA ", + "Physical Address Zip": "17339", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08937300743889479", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225870", + "School District Name": "West Side CTC", + "Physical Address Line 1": "75 Evans Street", + "Physical Address Line 2": "Pringle Borough", + "Physical Address Line 3": "", + "Physical Address City": "Kingston", + "Physical Address State": "PA ", + "Physical Address Zip": "18704", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225950", + "School District Name": "Wyoming Valley West SD", + "Physical Address Line 1": "450 N Maple Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingston", + "Physical Address State": "PA ", + "Physical Address Zip": "18704", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.19709443099273607", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4225980", + "School District Name": "West York Area SD", + "Physical Address Line 1": "1891 Loucks Rd", + "Physical Address Line 2": "Suite 100", + "Physical Address Line 3": "", + "Physical Address City": "York", + "Physical Address State": "PA ", + "Physical Address Zip": "17408", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11602511602511603", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226040", + "School District Name": "Western Beaver County SD", + "Physical Address Line 1": "343 Ridgemont Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Midland", + "Physical Address State": "PA ", + "Physical Address Zip": "15059", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13116883116883116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226070", + "School District Name": "Western Wayne SD", + "Physical Address Line 1": "1970C Easton Turnpike", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lake Ariel", + "Physical Address State": "PA ", + "Physical Address Zip": "18436", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16047548291233285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226130", + "School District Name": "Westmont Hilltop SD", + "Physical Address Line 1": "222 Fair Oaks Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Johnstown", + "Physical Address State": "PA ", + "Physical Address Zip": "15905", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.11498637602179837", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226250", + "School District Name": "Whitehall-Coplay SD", + "Physical Address Line 1": "2940 MacArthur Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitehall", + "Physical Address State": "PA ", + "Physical Address Zip": "18052", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13000591832708622", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226300", + "School District Name": "Wilkes-Barre Area SD", + "Physical Address Line 1": "730 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilkes Barre", + "Physical Address State": "PA ", + "Physical Address Zip": "18702", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.23487504240642315", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226370", + "School District Name": "Wilkinsburg Borough SD", + "Physical Address Line 1": "718 Wallace Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilkinsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "15221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.30118973074514716", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226390", + "School District Name": "William Penn SD", + "Physical Address Line 1": "100 Green Avenue Annex", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lansdowne", + "Physical Address State": "PA ", + "Physical Address Zip": "19050", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.20703016883476336", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226400", + "School District Name": "Williams Valley SD", + "Physical Address Line 1": "10330 State Route 209", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tower City", + "Physical Address State": "PA ", + "Physical Address Zip": "17980", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.1564625850340136", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226430", + "School District Name": "Williamsburg Community SD", + "Physical Address Line 1": "515 W 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "16693", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11074918566775244", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226460", + "School District Name": "Williamsport Area SD", + "Physical Address Line 1": "2780 West Fourth Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamsport", + "Physical Address State": "PA ", + "Physical Address Zip": "17701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.19901373723141952", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226520", + "School District Name": "Wilmington Area SD", + "Physical Address Line 1": "300 Wood St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Wilmington", + "Physical Address State": "PA ", + "Physical Address Zip": "16142", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14073226544622425", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226550", + "School District Name": "Wilson Area SD", + "Physical Address Line 1": "2040 Washington Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Easton", + "Physical Address State": "PA ", + "Physical Address Zip": "18042", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1377075739165654", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226580", + "School District Name": "Wilson SD", + "Physical Address Line 1": "2601 Grandview Blvd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Lawn", + "Physical Address State": "PA ", + "Physical Address Zip": "19609", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08069206164582728", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226610", + "School District Name": "Windber Area SD", + "Physical Address Line 1": "2301 Graham Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windber", + "Physical Address State": "PA ", + "Physical Address Zip": "15963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.16098334655035687", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226700", + "School District Name": "Wyalusing Area SD", + "Physical Address Line 1": "11450 Wyalusing New Albany Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wyalusing", + "Physical Address State": "PA ", + "Physical Address Zip": "18853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13435969209237228", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226730", + "School District Name": "Wyoming Area SD", + "Physical Address Line 1": "252 Memorial St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Exeter", + "Physical Address State": "PA ", + "Physical Address Zip": "18643", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.13912375096079937", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226760", + "School District Name": "Wyomissing Area SD", + "Physical Address Line 1": "630 Evans Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wyomissing", + "Physical Address State": "PA ", + "Physical Address Zip": "19610", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1117782909930716", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226810", + "School District Name": "York Co School of Technology", + "Physical Address Line 1": "2179 South Queen Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "York", + "Physical Address State": "PA ", + "Physical Address Zip": "17402", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226820", + "School District Name": "York City SD", + "Physical Address Line 1": "31 N Pershing Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "York", + "Physical Address State": "PA ", + "Physical Address Zip": "17401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.30444151801747876", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4226850", + "School District Name": "York Suburban SD", + "Physical Address Line 1": "1800 Hollywood Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "York", + "Physical Address State": "PA ", + "Physical Address Zip": "17403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.07715213860314023", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280050", + "School District Name": "Steel Center for Career and Technical Education", + "Physical Address Line 1": "565 N. Lewis Run Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jefferson Hills", + "Physical Address State": "PA ", + "Physical Address Zip": "15025", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840680", + "School District Name": "SOUTH SAN ANTONIO ISD", + "Physical Address Line 1": "1450 GILLETTE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78224", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.31665801764400625", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900960", + "School District Name": "South Sanpete District", + "Physical Address Line 1": "39 S MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manti", + "Physical Address State": "UT ", + "Physical Address Zip": "84642", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.09803921568627451", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300321", + "School District Name": "South Seattle Community College", + "Physical Address Line 1": "6000 16TH AVE S.W.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SEATTLE", + "Physical Address State": "WA ", + "Physical Address Zip": "98106", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280110", + "School District Name": "Upper Bucks County Technical School", + "Physical Address Line 1": "3115 Ridge Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perkasie", + "Physical Address State": "PA ", + "Physical Address Zip": "18944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5512030", + "School District Name": "South Shore School District", + "Physical Address Line 1": "9135 School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Port Wing", + "Physical Address State": "WI ", + "Physical Address Zip": "54865", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09292035398230089", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900990", + "School District Name": "South Summit District", + "Physical Address Line 1": "285 East 400 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kamas", + "Physical Address State": "UT ", + "Physical Address Zip": "84036", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.04410011918951132", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4837150", + "School District Name": "SOUTH TEXAS ISD", + "Physical Address Line 1": "100 MED HIGH DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MERCEDES", + "Physical Address State": "TX ", + "Physical Address Zip": "78570", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280300", + "School District Name": "Wilkes-Barre Area CTC", + "Physical Address Line 1": "Jumper Road Plains Township", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilkes-Barre", + "Physical Address State": "PA ", + "Physical Address Zip": "18705", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280360", + "School District Name": "Western Montgomery CTC", + "Physical Address Line 1": "77 Graterford Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Limerick", + "Physical Address State": "PA ", + "Physical Address Zip": "19468", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308190", + "School District Name": "South Whidbey School District", + "Physical Address Line 1": "5520 Maxwelton Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Langley", + "Physical Address State": "WA ", + "Physical Address Zip": "98260", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09654017857142858", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280420", + "School District Name": "SUN Area Technical Institute", + "Physical Address Line 1": "815 E Market St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "New Berlin", + "Physical Address State": "PA ", + "Physical Address Zip": "17855", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280430", + "School District Name": "Venango Technology Center", + "Physical Address Line 1": "One Vo Tech Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oil City", + "Physical Address State": "PA ", + "Physical Address Zip": "16301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280440", + "School District Name": "Warren County AVTS", + "Physical Address Line 1": "347 East 5th Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warren", + "Physical Address State": "PA ", + "Physical Address Zip": "16365", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4280460", + "School District Name": "Western Area CTC", + "Physical Address Line 1": "688 Western Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canonsburg", + "Physical Address State": "PA ", + "Physical Address Zip": "15317", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103600", + "School District Name": "SOUTHAMPTON CO PBLC SCHS", + "Physical Address Line 1": "21308 Plank Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Courtland", + "Physical Address State": "VA ", + "Physical Address Zip": "23837", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1673753382296096", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4664300", + "School District Name": "Southeast Area Cooperative", + "Physical Address Line 1": "1109 W Cedar", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beresford", + "Physical Address State": "SD ", + "Physical Address Zip": "57004", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900029", + "School District Name": "Southeast Ed. Service Center", + "Physical Address Line 1": "685 E 200 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PRICE", + "Physical Address State": "UT ", + "Physical Address Zip": "84501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289170", + "School District Name": "Westmoreland IU 7", + "Physical Address Line 1": "102 Equity Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greensburg", + "Physical Address State": "PA ", + "Physical Address Zip": "15601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4289210", + "School District Name": "Tuscarora IU 11", + "Physical Address Line 1": "2527 US Highway 522 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mc Veytown", + "Physical Address State": "PA ", + "Physical Address Zip": "17051", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514130", + "School District Name": "Southern Door County School District", + "Physical Address Line 1": "2073 County Trunk DK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brussels", + "Physical Address State": "WI ", + "Physical Address Zip": "54204", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08609271523178808", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400059", + "School District Name": "Southern Educational Services Cooperative", + "Physical Address Line 1": "214 N. Kanawha Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beckley", + "Physical Address State": "WV ", + "Physical Address Zip": "25801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400005", + "School District Name": "Urban Collaborative", + "Physical Address Line 1": "75 Carpenter Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400017", + "School District Name": "The Greene School", + "Physical Address Line 1": "94 John Potter Road", + "Physical Address Line 2": "Unit 3", + "Physical Address Line 3": "", + "Physical Address City": "West Greenwich", + "Physical Address State": "RI ", + "Physical Address Zip": "02817", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400018", + "School District Name": "Trinity Academy for the Performing Arts", + "Physical Address Line 1": "275 Westminster Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02903", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400023", + "School District Name": "West Bay Collaborative", + "Physical Address Line 1": "144 Bignall Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warwick", + "Physical Address State": "RI ", + "Physical Address Zip": "02888", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400025", + "School District Name": "Village Green Virtual", + "Physical Address Line 1": "135 Weybosset Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02903", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400027", + "School District Name": "The Hope Academy", + "Physical Address Line 1": "1000 Eddy Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02905", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400028", + "School District Name": "SouthSide Charter School", + "Physical Address Line 1": "135 Prairie Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Providence", + "Physical Address State": "RI ", + "Physical Address Zip": "02905", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4400035", + "School District Name": "The Compass School", + "Physical Address Line 1": "537 Old North Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingston", + "Physical Address State": "RI ", + "Physical Address Zip": "02881", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840890", + "School District Name": "SOUTHLAND ISD", + "Physical Address Line 1": "190 EIGHTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTHLAND", + "Physical Address State": "TX ", + "Physical Address Zip": "79364", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840920", + "School District Name": "SOUTHSIDE ISD", + "Physical Address Line 1": "1460 MARTINEZ LOSOYA RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78221", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.27955594002306805", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100089", + "School District Name": "SOUTHSIDE L.I.N.K. PROJECT/BRUNSWICK CO", + "Physical Address Line 1": "1718 Farmers Field Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lawrenceville", + "Physical Address State": "VA ", + "Physical Address Zip": "23868", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308220", + "School District Name": "Southside School District", + "Physical Address Line 1": "161 SE COLLIER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SHELTON", + "Physical Address State": "WA ", + "Physical Address Zip": "98584", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1295774647887324", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900031", + "School District Name": "Southwest Educational Development Center", + "Physical Address Line 1": "520 W 800 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CEDAR CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84720", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4401050", + "School District Name": "Tiverton", + "Physical Address Line 1": "Administration Center", + "Physical Address Line 2": "100 North Brayton Road rear", + "Physical Address Line 3": "", + "Physical Address City": "Tiverton", + "Physical Address State": "RI ", + "Physical Address Zip": "02878", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08731381612737545", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4840950", + "School District Name": "SOUTHWEST ISD", + "Physical Address Line 1": "11914 DRAGON LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78252", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2538647185441263", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4401110", + "School District Name": "Warwick", + "Physical Address Line 1": "69 Draper Avenue", + "Physical Address Line 2": "Gorton Administration Building", + "Physical Address Line 3": "", + "Physical Address City": "Warwick", + "Physical Address State": "RI ", + "Physical Address Zip": "02889", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08796208530805687", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4401140", + "School District Name": "West Warwick", + "Physical Address Line 1": "10 Harris Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Warwick", + "Physical Address State": "RI ", + "Physical Address Zip": "02893", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.14424272569012683", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4401170", + "School District Name": "Westerly", + "Physical Address Line 1": "23 Highland Avenue", + "Physical Address Line 2": "Babcock Hall", + "Physical Address Line 3": "", + "Physical Address City": "Westerly", + "Physical Address State": "RI ", + "Physical Address Zip": "02891", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.10406091370558376", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4401200", + "School District Name": "Woonsocket", + "Physical Address Line 1": "McFee Administration Building", + "Physical Address Line 2": "108 High Street", + "Physical Address Line 3": "", + "Physical Address City": "Woonsocket", + "Physical Address State": "RI ", + "Physical Address Zip": "02895", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.29596823457544286", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500010", + "School District Name": "Spartanburg 81", + "Physical Address Line 1": "201 Zion Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spartanburg", + "Physical Address State": "SC ", + "Physical Address Zip": "29307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500011", + "School District Name": "Spartanburg 82", + "Physical Address Line 1": "5620 Highway 11", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Inman", + "Physical Address State": "SC ", + "Physical Address Zip": "29349", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800063", + "School District Name": "SOUTHWEST PREPARATORY SCHOOL", + "Physical Address Line 1": "1258 AUSTIN HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78209", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800125", + "School District Name": "SOUTHWEST SCHOOL", + "Physical Address Line 1": "3333 BERING DR STE 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77057", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000022", + "School District Name": "Southwest Tech", + "Physical Address Line 1": "321 Park Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bennington", + "Physical Address State": "VT ", + "Physical Address Zip": "05201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "9-Specialized public school district", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099905", + "School District Name": "Southwest Vermont Supervisory Union", + "Physical Address Line 1": "181 Orchard Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bennington", + "Physical Address State": "VT ", + "Physical Address Zip": "05201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16808569074430102", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000434", + "School District Name": "Southwest Vermont Union Elementary School District #87", + "Physical Address Line 1": "181 Orchard Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bennington", + "Physical Address State": "VT ", + "Physical Address Zip": "05201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5102174", + "School District Name": "SOUTHWEST VIRGINIA GOV SCH", + "Physical Address Line 1": "100 Northwood Dr.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pulaski", + "Physical Address State": "VA ", + "Physical Address Zip": "24301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506300", + "School District Name": "Southwestern Wisconsin School District", + "Physical Address Line 1": "1105 Maple Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hazel Green", + "Physical Address State": "WI ", + "Physical Address Zip": "53811", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07807807807807808", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514160", + "School District Name": "Sparta Area School District", + "Physical Address Line 1": "900 E Montgomery St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sparta", + "Physical Address State": "WI ", + "Physical Address Zip": "54656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12588028169014084", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503480", + "School District Name": "Spartanburg 01", + "Physical Address Line 1": "121 Wheeler Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Campobello", + "Physical Address State": "SC ", + "Physical Address Zip": "29322", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.15616710875331566", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503510", + "School District Name": "Spartanburg 02", + "Physical Address Line 1": "3231 Old Furnace Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chesnee", + "Physical Address State": "SC ", + "Physical Address Zip": "29323", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.14444013948082138", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503540", + "School District Name": "Spartanburg 03", + "Physical Address Line 1": "3535 Clifton - Glendale Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Glendale", + "Physical Address State": "SC ", + "Physical Address Zip": "29346", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.19792438843587842", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503570", + "School District Name": "Spartanburg 04", + "Physical Address Line 1": "118 McEdco Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodruff", + "Physical Address State": "SC ", + "Physical Address Zip": "29388", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.17826375082836315", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503600", + "School District Name": "Spartanburg 05", + "Physical Address Line 1": "100 North Danzler Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Duncan", + "Physical Address State": "SC ", + "Physical Address Zip": "29334", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.11845102505694761", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503630", + "School District Name": "Spartanburg 06", + "Physical Address Line 1": "1390 Cavalier Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roebuck", + "Physical Address State": "SC ", + "Physical Address Zip": "29376", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.17308975642308977", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503660", + "School District Name": "Spartanburg 07", + "Physical Address Line 1": "610 Dupre Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spartanburg", + "Physical Address State": "SC ", + "Physical Address Zip": "29307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.23774216694570677", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503470", + "School District Name": "Spartanburg 80", + "Physical Address Line 1": "201 Zion Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spartanburg", + "Physical Address State": "SC ", + "Physical Address Zip": "29307", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4666930", + "School District Name": "Spearfish School District 40-2", + "Physical Address Line 1": "525 E Illinois St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spearfish", + "Physical Address State": "SD ", + "Physical Address Zip": "57783", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09523809523809523", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841010", + "School District Name": "SPEARMAN ISD", + "Physical Address Line 1": "403 E 11TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPEARMAN", + "Physical Address State": "TX ", + "Physical Address Zip": "79081", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.16389244558258642", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900042", + "School District Name": "Spectrum Academy", + "Physical Address Line 1": "575 N CUTLER DR", + "Physical Address Line 2": "665 N CUTLER DR", + "Physical Address Line 3": "", + "Physical Address City": "NORTH SALT LAKE", + "Physical Address State": "UT ", + "Physical Address Zip": "84054", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514190", + "School District Name": "Spencer School District", + "Physical Address Line 1": "300 N School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spencer", + "Physical Address State": "WI ", + "Physical Address Zip": "54479", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09285714285714286", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841070", + "School District Name": "SPLENDORA ISD", + "Physical Address Line 1": "23419 FM 2090", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPLENDORA", + "Physical Address State": "TX ", + "Physical Address Zip": "77372", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.19814480803916518", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300337", + "School District Name": "Spokane International Academy", + "Physical Address Line 1": "777 E Magnesium Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spokane", + "Physical Address State": "WA ", + "Physical Address Zip": "99208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308250", + "School District Name": "Spokane School District", + "Physical Address Line 1": "200 N BERNARD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPOKANE", + "Physical Address State": "WA ", + "Physical Address Zip": "99201", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.13784055381866905", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5514220", + "School District Name": "Spooner Area School District", + "Physical Address Line 1": "801 County Highway A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spooner", + "Physical Address State": "WI ", + "Physical Address Zip": "54801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.17540322580645162", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103640", + "School District Name": "SPOTSYLVANIA CO PBLC SCHS", + "Physical Address Line 1": "8020 River Stone Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fredericksburg", + "Physical Address State": "VA ", + "Physical Address Zip": "22407", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0948891394212702", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503750", + "School District Name": "Union 01", + "Physical Address Line 1": "130 West Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union", + "Physical Address State": "SC ", + "Physical Address Zip": "29379", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.27379310344827584", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308280", + "School District Name": "Sprague School District", + "Physical Address Line 1": "S 512 F STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRAGUE", + "Physical Address State": "WA ", + "Physical Address Zip": "99032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1746031746031746", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503780", + "School District Name": "Williamsburg 01", + "Physical Address Line 1": "500 North Academy Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingstree", + "Physical Address State": "SC ", + "Physical Address Zip": "29556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.32309688581314877", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503810", + "School District Name": "York 01", + "Physical Address Line 1": "1475 East Liberty Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "York", + "Physical Address State": "SC ", + "Physical Address Zip": "29745", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16661016949152543", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503840", + "School District Name": "York 02", + "Physical Address Line 1": "604 Bethel Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Clover", + "Physical Address State": "SC ", + "Physical Address Zip": "29710", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08627182471756248", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503870", + "School District Name": "York 03", + "Physical Address Line 1": "386 East Black Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rock Hill", + "Physical Address State": "SC ", + "Physical Address Zip": "29730", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.14931899281298688", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503900", + "School District Name": "York 04", + "Physical Address Line 1": "2233 Deerfield Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Mill", + "Physical Address State": "SC ", + "Physical Address Zip": "29715", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.050523688066424266", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841100", + "School District Name": "SPRING BRANCH ISD", + "Physical Address Line 1": "955 CAMPBELL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77024", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.17919347681384512", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4503902", + "School District Name": "Sumter 01", + "Physical Address Line 1": "1345 Wilson Hall Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sumter", + "Physical Address State": "SC ", + "Physical Address Zip": "29150", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2775260658332878", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841130", + "School District Name": "SPRING CREEK ISD", + "Physical Address Line 1": "9849 FM 2171", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SKELLYTOWN", + "Physical Address State": "TX ", + "Physical Address Zip": "79080", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10714285714285714", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4503906", + "School District Name": "Wil Lou Gray Opportunity", + "Physical Address Line 1": "3300 West Campus Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Columbia", + "Physical Address State": "SC ", + "Physical Address Zip": "29170", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841190", + "School District Name": "SPRING HILL ISD", + "Physical Address Line 1": "3101 SPRING HILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LONGVIEW", + "Physical Address State": "TX ", + "Physical Address Zip": "75605", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1347517730496454", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841220", + "School District Name": "SPRING ISD", + "Physical Address Line 1": "16717 ELLA BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77090", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.2585486504658534", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514340", + "School District Name": "Spring Valley School District", + "Physical Address Line 1": "S1450 County Road CC", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spring Valley", + "Physical Address State": "WI ", + "Physical Address Zip": "54767", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09354413702239789", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600003", + "School District Name": "Wilmot School District 54-7", + "Physical Address Line 1": "800 Ordway St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmot", + "Physical Address State": "SD ", + "Physical Address Zip": "57279", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2749003984063745", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600024", + "School District Name": "Three-Rivers Special Serv Cooperative", + "Physical Address Line 1": "100 E Pine St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Philip", + "Physical Address State": "SD ", + "Physical Address Zip": "57567", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4600052", + "School District Name": "Tea Area School District 41-5", + "Physical Address Line 1": "131 N Poplar", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tea", + "Physical Address State": "SD ", + "Physical Address Zip": "57064", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.04268012849931161", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5007530", + "School District Name": "Springfield School District", + "Physical Address Line 1": "303 South Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "VT ", + "Physical Address Zip": "05156", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099956", + "School District Name": "Springfield Supervisory District", + "Physical Address Line 1": "365 Summer Street Suite 152", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Springfield", + "Physical Address State": "VT ", + "Physical Address Zip": "05156", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14700996677740863", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841250", + "School District Name": "SPRINGLAKE-EARTH ISD", + "Physical Address Line 1": "472 FM 302", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EARTH", + "Physical Address State": "TX ", + "Physical Address Zip": "79031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21082621082621084", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841280", + "School District Name": "SPRINGTOWN ISD", + "Physical Address Line 1": "301 E FIFTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPRINGTOWN", + "Physical Address State": "TX ", + "Physical Address Zip": "76082", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.13383838383838384", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800002", + "School District Name": "SPUR ISD", + "Physical Address Line 1": "800 N WILLIAMS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPUR", + "Physical Address State": "TX ", + "Physical Address Zip": "79370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.26666666666666666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841340", + "School District Name": "SPURGER ISD", + "Physical Address Line 1": "12212 FM92", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPURGER", + "Physical Address State": "TX ", + "Physical Address Zip": "77660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19594594594594594", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800248", + "School District Name": "ST ANTHONY SCHOOL", + "Physical Address Line 1": "3732 MYRTLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800177", + "School District Name": "ST MARY'S ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "507 N FILMORE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BEEVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "78102", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4624850", + "School District Name": "Stanley County School District 57-1", + "Physical Address Line 1": "112 S 1st Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Pierre", + "Physical Address State": "SD ", + "Physical Address Zip": "57532", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09289617486338798", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4631710", + "School District Name": "West Central School District 49-7", + "Physical Address Line 1": "705 E 2nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartford", + "Physical Address State": "SD ", + "Physical Address Zip": "57033", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.043559427504667084", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900091", + "School District Name": "St. Francis Indian School", + "Physical Address Line 1": "502 E Warrior Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. Francis", + "Physical Address State": "SD", + "Physical Address Zip": "57572", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900188", + "School District Name": "St. George Academy", + "Physical Address Line 1": "380 E. 3090 S.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASHINGTON", + "Physical Address State": "UT ", + "Physical Address Zip": "84780", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308310", + "School District Name": "St. John School District", + "Physical Address Line 1": "301 W NOB HL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT JOHN", + "Physical Address State": "WA ", + "Physical Address Zip": "99171", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10759493670886076", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4644940", + "School District Name": "Tri-Valley School District 49-6", + "Physical Address Line 1": "46450 252nd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Colton", + "Physical Address State": "SD ", + "Physical Address Zip": "57018", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05674342105263158", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900141", + "School District Name": "St. Stephens Indian School", + "Physical Address Line 1": "128 Mission Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. Stephens", + "Physical Address State": "WY", + "Physical Address Zip": "82524", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103660", + "School District Name": "STAFFORD CO PBLC SCHS", + "Physical Address Line 1": "31 Stafford Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stafford", + "Physical Address State": "VA ", + "Physical Address Zip": "22554", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06047570061410892", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841350", + "School District Name": "STAFFORD MSD", + "Physical Address Line 1": "1633 STAFFORDSHIRE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STAFFORD", + "Physical Address State": "TX ", + "Physical Address Zip": "77477", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1329804829639431", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4670140", + "School District Name": "Summit School District 54-6", + "Physical Address Line 1": "400 W Sherman Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Summit", + "Physical Address State": "SD ", + "Physical Address Zip": "57266", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1360544217687075", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4671880", + "School District Name": "Timber Lake School District 20-3", + "Physical Address Line 1": "500 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Timber Lake", + "Physical Address State": "SD ", + "Physical Address Zip": "57656", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2347560975609756", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841400", + "School District Name": "STAMFORD ISD", + "Physical Address Line 1": "507 S ORIENT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STAMFORD", + "Physical Address State": "TX ", + "Physical Address Zip": "79553", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2658450704225352", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4672090", + "School District Name": "Todd County School District 66-1", + "Physical Address Line 1": "110 E Denver Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mission", + "Physical Address State": "SD ", + "Physical Address Zip": "57555", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.42699724517906334", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5007680", + "School District Name": "Stamford School District", + "Physical Address Line 1": "986 Main Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stramford", + "Physical Address State": "VT ", + "Physical Address Zip": "05352", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4672450", + "School District Name": "Tripp-Delmont School District 33-5", + "Physical Address Line 1": "105 S Sloan", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tripp", + "Physical Address State": "SD ", + "Physical Address Zip": "57376", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16535433070866143", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4674370", + "School District Name": "Vermillion School District 13-1", + "Physical Address Line 1": "1001 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vermillion", + "Physical Address State": "SD ", + "Physical Address Zip": "57069", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14580941446613088", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4674520", + "School District Name": "Viborg-Hurley School District 60-6", + "Physical Address Line 1": "203 W Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Viborg", + "Physical Address State": "SD ", + "Physical Address Zip": "57070", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.0944700460829493", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4675420", + "School District Name": "Wagner Community School District 11-4", + "Physical Address Line 1": "101 Walnut Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wagner", + "Physical Address State": "SD ", + "Physical Address Zip": "57380", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2978959025470653", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900053", + "School District Name": "STANDING PINE ELEMENTARY SCHOOL", + "Physical Address Line 1": "538 HIGHWAY 487 EAST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARTHAGE", + "Physical Address State": "MS", + "Physical Address Zip": "39051", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900067", + "School District Name": "Standing Rock Community School", + "Physical Address Line 1": "9189 Hwy 24", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Yates", + "Physical Address State": "ND", + "Physical Address Zip": "58538", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4675660", + "School District Name": "Wall School District 51-5", + "Physical Address Line 1": "401 S Blvd W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wall", + "Physical Address State": "SD ", + "Physical Address Zip": "57790", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12056737588652482", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4676020", + "School District Name": "Warner School District 06-5", + "Physical Address Line 1": "110 1st Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Warner", + "Physical Address State": "SD ", + "Physical Address Zip": "57479", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.05761316872427984", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4676620", + "School District Name": "Watertown School District 14-4", + "Physical Address Line 1": "200 NE 9th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Watertown", + "Physical Address State": "SD ", + "Physical Address Zip": "57201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.08714408973252805", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4676680", + "School District Name": "Waubay School District 18-3", + "Physical Address Line 1": "202 W School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waubay", + "Physical Address State": "SD ", + "Physical Address Zip": "57273", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2680851063829787", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4676740", + "School District Name": "Waverly School District 14-5", + "Physical Address Line 1": "319 Mary Pl", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waverly", + "Physical Address State": "SD ", + "Physical Address Zip": "57201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08333333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4676990", + "School District Name": "Webster Area 18-5", + "Physical Address Line 1": "102 E 9th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Webster", + "Physical Address State": "SD ", + "Physical Address Zip": "57274", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13388429752066117", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4677460", + "School District Name": "Wessington Springs School District 36-2", + "Physical Address Line 1": "302 Dakota Ave N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wessington Springs", + "Physical Address State": "SD ", + "Physical Address Zip": "57382", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14728682170542637", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4678510", + "School District Name": "White Lake School District 01-3", + "Physical Address Line 1": "410 E 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "White Lake", + "Physical Address State": "SD ", + "Physical Address Zip": "57383", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1721311475409836", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4678570", + "School District Name": "White River School District 47-1", + "Physical Address Line 1": "501 E 3rd St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "White River", + "Physical Address State": "SD ", + "Physical Address Zip": "57579", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.38082901554404147", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4679350", + "School District Name": "Willow Lake School District 12-3", + "Physical Address Line 1": "400 Garfield Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Willow Lake", + "Physical Address State": "SD ", + "Physical Address Zip": "57278", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1912751677852349", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514430", + "School District Name": "Stanley-Boyd Area School District", + "Physical Address Line 1": "507 E 1st Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanley", + "Physical Address State": "WI ", + "Physical Address Zip": "54768", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13693270735524257", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4679710", + "School District Name": "Winner School District 59-2", + "Physical Address Line 1": "431 E 7th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winner", + "Physical Address State": "SD ", + "Physical Address Zip": "57580", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2662337662337662", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4680100", + "School District Name": "Wolsey Wessington School District 02-6", + "Physical Address Line 1": "375 Ash St SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wolsey", + "Physical Address State": "SD ", + "Physical Address Zip": "57384", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14950166112956811", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5007710", + "School District Name": "Stannard School District", + "Physical Address Line 1": "101 South Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hardwick", + "Physical Address State": "VT ", + "Physical Address Zip": "05843", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4680190", + "School District Name": "Woonsocket School District 55-4", + "Physical Address Line 1": "101 N 2nd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woonsocket", + "Physical Address State": "SD ", + "Physical Address Zip": "57385", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17676767676767677", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841430", + "School District Name": "STANTON ISD", + "Physical Address Line 1": "200 N COLLEGE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STANTON", + "Physical Address State": "TX ", + "Physical Address Zip": "79782", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1877358490566038", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4680430", + "School District Name": "Yankton School District 63-3", + "Physical Address Line 1": "2410 West City Limits Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yankton", + "Physical Address State": "SD ", + "Physical Address Zip": "57078", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10971112476951445", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308340", + "School District Name": "Stanwood-Camano School District", + "Physical Address Line 1": "26920 Pioneer Highway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stanwood", + "Physical Address State": "WA ", + "Physical Address Zip": "98292", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07233733187931661", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308370", + "School District Name": "Star School District No. 054", + "Physical Address Line 1": "24180 PASCO KAHLOTUS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PASCO", + "Physical Address State": "WA ", + "Physical Address Zip": "99301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19230769230769232", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308400", + "School District Name": "Starbuck School District", + "Physical Address Line 1": "717 TUCANNON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STARBUCK", + "Physical Address State": "WA ", + "Physical Address Zip": "99359", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700143", + "School District Name": "West Tennessee School for the Deaf", + "Physical Address Line 1": "100 Berryhill DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "TN ", + "Physical Address Zip": "38301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700145", + "School District Name": "Tennessee School for Blind", + "Physical Address Line 1": "115 Stewarts Ferry PIKE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nashville", + "Physical Address State": "TN ", + "Physical Address Zip": "37214", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700146", + "School District Name": "Tennessee Schools for the Deaf", + "Physical Address Line 1": "2725 Island Home BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Knoxville", + "Physical Address State": "TN ", + "Physical Address Zip": "37920", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700155", + "School District Name": "Tennessee State Board of Education", + "Physical Address Line 1": "500 James Robertson PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Nashville", + "Physical Address State": "TN", + "Physical Address Zip": "37243", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700157", + "School District Name": "Tennessee Public Charter School Commission", + "Physical Address Line 1": "500 James Robertson PKWY", + "Physical Address Line 2": "5th Floor", + "Physical Address Line 3": "", + "Physical Address City": "Nashville", + "Physical Address State": "TN ", + "Physical Address Zip": "37243", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103690", + "School District Name": "STAUNTON CITY PBLC SCHS", + "Physical Address Line 1": "116 W. Beverley Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Staunton", + "Physical Address State": "VA ", + "Physical Address Zip": "24401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.17052692530399538", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308430", + "School District Name": "Stehekin School District", + "Physical Address Line 1": "430 Olds Station Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wenatchee", + "Physical Address State": "WA ", + "Physical Address Zip": "98801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308460", + "School District Name": "Steilacoom Hist. School District", + "Physical Address Line 1": "511 CHAMBERS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEILACOOM", + "Physical Address State": "WA ", + "Physical Address Zip": "98388", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05971634735008709", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500076", + "School District Name": "Stellar Collegiate Charter School Agency", + "Physical Address Line 1": "2431 S 10th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53215", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800275", + "School District Name": "STEP CHARTER SCHOOL", + "Physical Address Line 1": "11250 S WILCREST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77099", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801395", + "School District Name": "STEPHEN F AUSTIN STATE UNIVERSITY CHARTER SCHOOL", + "Physical Address Line 1": "2428 RAGUET ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NACOGDOCHES", + "Physical Address State": "TX ", + "Physical Address Zip": "75962", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841520", + "School District Name": "STEPHENVILLE ISD", + "Physical Address Line 1": "2655 W OVERHILL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEPHENVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.18234303584315611", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308490", + "School District Name": "Steptoe School District", + "Physical Address Line 1": "12 TENNESSEE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEPTOE", + "Physical Address State": "WA ", + "Physical Address Zip": "99174", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17647058823529413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841550", + "School District Name": "STERLING CITY ISD", + "Physical Address Line 1": "700 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STERLING CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "76951", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1461038961038961", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514490", + "School District Name": "Stevens Point Area Public School District", + "Physical Address Line 1": "1900 Polk St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stevens Point", + "Physical Address State": "WI ", + "Physical Address Zip": "54481", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.10602409638554217", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308520", + "School District Name": "Stevenson-Carson School District", + "Physical Address Line 1": "350 NW BULLDOG DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEVENSON", + "Physical Address State": "WA ", + "Physical Address Zip": "98648", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1259500542888165", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703960", + "School District Name": "Stewart County", + "Physical Address Line 1": "1031 Spring ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dover", + "Physical Address State": "TN ", + "Physical Address Zip": "37058", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1932811780947998", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514520", + "School District Name": "Stockbridge School District", + "Physical Address Line 1": "110 School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stockbridge", + "Physical Address State": "WI ", + "Physical Address Zip": "53088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.07661290322580645", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841610", + "School District Name": "STOCKDALE ISD", + "Physical Address Line 1": "503 S 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STOCKDALE", + "Physical Address State": "TX ", + "Physical Address Zip": "78160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14685314685314685", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4703990", + "School District Name": "Sullivan County", + "Physical Address Line 1": "154 Blountville By-Pass", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Blountville", + "Physical Address State": "TN ", + "Physical Address Zip": "37617", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21713201409596097", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704020", + "School District Name": "Sumner County", + "Physical Address Line 1": "695 East Main ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gallatin", + "Physical Address State": "TN ", + "Physical Address Zip": "37066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.09463445068345527", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4704050", + "School District Name": "Sweetwater", + "Physical Address Line 1": "220 S. Clark ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sweetwater", + "Physical Address State": "TN ", + "Physical Address Zip": "37874", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21794871794871795", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704080", + "School District Name": "Tipton County", + "Physical Address Line 1": "1580 Highway 51 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Covington", + "Physical Address State": "TN ", + "Physical Address Zip": "38019", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.1635657514450867", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704100", + "School District Name": "Trenton", + "Physical Address Line 1": "201 W 10th ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trenton", + "Physical Address State": "TN ", + "Physical Address Zip": "38382", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22622478386167147", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704170", + "School District Name": "Trousdale County", + "Physical Address Line 1": "103 Lock Six RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartsville", + "Physical Address State": "TN ", + "Physical Address Zip": "37074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16738727609635579", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509390", + "School District Name": "Stone Bank School District", + "Physical Address Line 1": "N68W33866 County Road K", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Oconomowoc", + "Physical Address State": "WI ", + "Physical Address Zip": "53066", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03202846975088968", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704200", + "School District Name": "Tullahoma", + "Physical Address Line 1": "510 S Jackson ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tullahoma", + "Physical Address State": "TN ", + "Physical Address Zip": "37388", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.19984055275046506", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704230", + "School District Name": "Unicoi County", + "Physical Address Line 1": "100 Nolichucky AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Erwin", + "Physical Address State": "TN ", + "Physical Address Zip": "37650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.20016680567139283", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704260", + "School District Name": "Union City", + "Physical Address Line 1": "408 South Depot ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union City", + "Physical Address State": "TN ", + "Physical Address Zip": "38261", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2716823406478579", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704290", + "School District Name": "Union County", + "Physical Address Line 1": "3006 Maynardville HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Maynardville", + "Physical Address State": "TN ", + "Physical Address Zip": "37807", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.22194591234069008", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704320", + "School District Name": "Van Buren County", + "Physical Address Line 1": "293 Sparta ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Spencer", + "Physical Address State": "TN ", + "Physical Address Zip": "38585", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2607329842931937", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704350", + "School District Name": "Warren County", + "Physical Address Line 1": "2548 Morrison ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McMinnville", + "Physical Address State": "TN ", + "Physical Address Zip": "37110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21088053841839596", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704380", + "School District Name": "Washington County", + "Physical Address Line 1": "405 W College ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jonesborough", + "Physical Address State": "TN ", + "Physical Address Zip": "37659", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.13568439928272563", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704440", + "School District Name": "Wayne County", + "Physical Address Line 1": "419 South Main ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waynesboro", + "Physical Address State": "TN ", + "Physical Address Zip": "38485", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.19773175542406313", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704470", + "School District Name": "Weakley County", + "Physical Address Line 1": "8319 Hwy 22 Suite A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dresden", + "Physical Address State": "TN ", + "Physical Address Zip": "38225", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20141570141570142", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704490", + "School District Name": "West Carroll Sp Dist", + "Physical Address Line 1": "1415 Highway 77", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Atwood", + "Physical Address State": "TN ", + "Physical Address Zip": "38220", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19546247818499127", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704500", + "School District Name": "White County", + "Physical Address Line 1": "576 Hale ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sparta", + "Physical Address State": "TN ", + "Physical Address Zip": "38583", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.21587372165406848", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4704530", + "School District Name": "Williamson County", + "Physical Address Line 1": "1320 W Main", + "Physical Address Line 2": "Suite 202", + "Physical Address Line 3": "", + "Physical Address City": "Franklin", + "Physical Address State": "TN ", + "Physical Address Zip": "37064", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.03298497713912475", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4704550", + "School District Name": "Wilson County", + "Physical Address Line 1": "415 Harding DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lebanon", + "Physical Address State": "TN ", + "Physical Address Zip": "37087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06597536678138019", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514550", + "School District Name": "Stoughton Area School District", + "Physical Address Line 1": "320 North St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stoughton", + "Physical Address State": "WI ", + "Physical Address Zip": "53589", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08434782608695653", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800009", + "School District Name": "WIMBERLEY ISD", + "Physical Address Line 1": "951 FM 2325", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WIMBERLEY", + "Physical Address State": "TX ", + "Physical Address Zip": "78676", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12320916905444126", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5007830", + "School District Name": "Strafford School District", + "Physical Address Line 1": "243 VT Route 132", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "South Strafford", + "Physical Address State": "VT ", + "Physical Address Zip": "05070", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800016", + "School District Name": "TEXANS CAN ACADEMIES", + "Physical Address Line 1": "325 W 12TH STE 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800024", + "School District Name": "WACO CHARTER SCHOOL", + "Physical Address Line 1": "615 N 25TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WACO", + "Physical Address State": "TX ", + "Physical Address Zip": "76707", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841670", + "School District Name": "STRATFORD ISD", + "Physical Address Line 1": "503 N 8TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STRATFORD", + "Physical Address State": "TX ", + "Physical Address Zip": "79084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.162839248434238", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514580", + "School District Name": "Stratford School District", + "Physical Address Line 1": "213311 Legion St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stratford", + "Physical Address State": "WI ", + "Physical Address Zip": "54484", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06921487603305786", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800030", + "School District Name": "UPLIFT EDUCATION", + "Physical Address Line 1": "3000 PEGASUS PARK DR STE 1100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75247", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800031", + "School District Name": "UNIVERSITY OF HOUSTON CHARTER SCHOOL", + "Physical Address Line 1": "3855 HOLMAN ST MELCHER GYM 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX", + "Physical Address Zip": "77204", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5007860", + "School District Name": "Stratton School District", + "Physical Address Line 1": "13 Timson Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newfane", + "Physical Address State": "VT ", + "Physical Address Zip": "05345", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841700", + "School District Name": "STRAWN ISD", + "Physical Address Line 1": "224 E WALNUT", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STRAWN", + "Physical Address State": "TX ", + "Physical Address Zip": "76475", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20408163265306123", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800044", + "School District Name": "WAYSIDE SCHOOLS", + "Physical Address Line 1": "6405 S IH 35", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78744", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800066", + "School District Name": "TEXAS EMPOWERMENT ACADEMY", + "Physical Address Line 1": "3613 BLUESTEIN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78721", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800068", + "School District Name": "TREETOPS SCHOOL INTERNATIONAL", + "Physical Address Line 1": "12500 S PIPELINE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EULESS", + "Physical Address State": "TX ", + "Physical Address Zip": "76040", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800069", + "School District Name": "TWO DIMENSIONS PREPARATORY ACADEMY", + "Physical Address Line 1": "12121 VETERANS MEMORIAL DR 7", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77067", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800070", + "School District Name": "UNIVERSAL ACADEMY", + "Physical Address Line 1": "2616 N MACARTHUR BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IRVING", + "Physical Address State": "TX ", + "Physical Address Zip": "75062", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800071", + "School District Name": "UNIVERSITY OF TEXAS UNIVERSITY CHARTER SCHOOL", + "Physical Address Line 1": "2200 E 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78702", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514610", + "School District Name": "Sturgeon Bay School District", + "Physical Address Line 1": "1230 Michigan St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sturgeon Bay", + "Physical Address State": "WI ", + "Physical Address Zip": "54235", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13367174280879865", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800073", + "School District Name": "THE VARNETT PUBLIC SCHOOL", + "Physical Address Line 1": "5025 S WILLOW DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77035", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5604860", + "School District Name": "Sublette County School District #1", + "Physical Address Line 1": "665 North Tyler", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pinedale", + "Physical Address State": "WY ", + "Physical Address Zip": "82941", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06513761467889909", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5601260", + "School District Name": "Sublette County School District #9", + "Physical Address Line 1": "115 South Nichols Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Big Piney", + "Physical Address State": "WY ", + "Physical Address Zip": "83113", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.08641975308641975", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900037", + "School District Name": "Success Academy", + "Physical Address Line 1": "351 W UNIVERSITY BLVD", + "Physical Address Line 2": "MC205", + "Physical Address Line 3": "", + "Physical Address City": "CEDAR CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84720", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800092", + "School District Name": "TRINITY BASIN PREPARATORY", + "Physical Address Line 1": "2730 N HWY 360", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAND PRAIRIE", + "Physical Address State": "TX ", + "Physical Address Zip": "75050", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800105", + "School District Name": "WAXAHACHIE FAITH FAMILY ACADEMY", + "Physical Address Line 1": "1620 FALCON DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DESOTO", + "Physical Address State": "TX ", + "Physical Address Zip": "75115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800106", + "School District Name": "TRIUMPH PUBLIC HIGH SCHOOLS-EL PASO", + "Physical Address Line 1": "1599 GEORGE DIETER DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL PASO", + "Physical Address State": "TX ", + "Physical Address Zip": "79936", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800133", + "School District Name": "TRIUMPH PUBLIC HIGH SCHOOLS-RIO GRANDE VALLEY", + "Physical Address Line 1": "201 N 17TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MCALLEN", + "Physical Address State": "TX ", + "Physical Address Zip": "78501", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800139", + "School District Name": "TEKOA ACADEMY OF ACCELERATED STUDIES STEM SCHOOL", + "Physical Address Line 1": "326 THOMAS BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PORT ARTHUR", + "Physical Address State": "TX ", + "Physical Address Zip": "77640", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800142", + "School District Name": "TRIUMPH PUBLIC HIGH SCHOOLS-LUBBOCK", + "Physical Address Line 1": "4008 AVE R", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUBBOCK", + "Physical Address State": "TX ", + "Physical Address Zip": "79412", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800151", + "School District Name": "TEXAS SERENITY ACADEMY", + "Physical Address Line 1": "400 N SAM HOUSTON PKWY E STE 625", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77060", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800163", + "School District Name": "TEXAS COLLEGE PREPARATORY ACADEMIES", + "Physical Address Line 1": "1800 LAKEWAY DR STE 100", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LEWISVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75057", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841760", + "School District Name": "SUDAN ISD", + "Physical Address Line 1": "107 W HWY 303", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUDAN", + "Physical Address State": "TX ", + "Physical Address Zip": "79371", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1787709497206704", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103710", + "School District Name": "SUFFOLK CITY PBLC SCHS", + "Physical Address Line 1": "100 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Suffolk", + "Physical Address State": "VA ", + "Physical Address Zip": "23434", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.12511197372349955", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800174", + "School District Name": "TRIUMPH PUBLIC HIGH SCHOOLS-LAREDO", + "Physical Address Line 1": "1600 CLARK BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAREDO", + "Physical Address State": "TX ", + "Physical Address Zip": "78043", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800194", + "School District Name": "TEXAS PREPARATORY SCHOOL", + "Physical Address Line 1": "400 UHLAND RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN MARCOS", + "Physical Address State": "TX ", + "Physical Address Zip": "78666", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800195", + "School District Name": "VANGUARD ACADEMY", + "Physical Address Line 1": "2510 S VETERANS BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EDINBURG", + "Physical Address State": "TX ", + "Physical Address Zip": "78539", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841790", + "School District Name": "SULPHUR BLUFF ISD", + "Physical Address Line 1": "1027 CR 3550", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SULPHUR BLUFF", + "Physical Address State": "TX ", + "Physical Address Zip": "75481", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.09954751131221719", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841820", + "School District Name": "SULPHUR SPRINGS ISD", + "Physical Address Line 1": "631 CONNALLY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SULPHUR SPRINGS", + "Physical Address State": "TX ", + "Physical Address Zip": "75482", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19228086491513602", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800202", + "School District Name": "WINFREE ACADEMY CHARTER SCHOOLS", + "Physical Address Line 1": "1555 VALWOOD PKWY STE 160", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARROLLTON", + "Physical Address State": "TX ", + "Physical Address Zip": "75006", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308550", + "School District Name": "Sultan School District", + "Physical Address Line 1": "514 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SULTAN", + "Physical Address State": "WA ", + "Physical Address Zip": "98294", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.09518167456556083", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800209", + "School District Name": "YES PREP PUBLIC SCHOOLS INC", + "Physical Address Line 1": "5455 S LOOP E FWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77033", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401350", + "School District Name": "SUMMERS COUNTY SCHOOLS", + "Physical Address Line 1": "418 TEMPLE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HINTON", + "Physical Address State": "WV ", + "Physical Address Zip": "25951", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2772758860319666", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900066", + "School District Name": "Summit Academy", + "Physical Address Line 1": "1285 E 13200 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DRAPER", + "Physical Address State": "UT ", + "Physical Address Zip": "84020", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800251", + "School District Name": "UNIVERSITY OF TEXAS ELEMENTARY CHARTER SCHOOL", + "Physical Address Line 1": "2200 E 6TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78702", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800252", + "School District Name": "TEXAS SCH FOR THE BLIND & VISUALLY IMPAIRED", + "Physical Address Line 1": "1100 W 45TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78756", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800253", + "School District Name": "TEXAS SCH FOR THE DEAF", + "Physical Address Line 1": "1102 S CONGRESS AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78704", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800254", + "School District Name": "WESTLAKE ACADEMY CHARTER SCHOOL", + "Physical Address Line 1": "2600 J T OTTINGER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTLAKE", + "Physical Address State": "TX ", + "Physical Address Zip": "76262", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900148", + "School District Name": "Summit Academy High School", + "Physical Address Line 1": "14942 S 560 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BLUFFDALE", + "Physical Address State": "UT ", + "Physical Address Zip": "84065", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800259", + "School District Name": "TRINITY CHARTER SCHOOL", + "Physical Address Line 1": "8305 CROSS PARK DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78754", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800283", + "School District Name": "THE RHODES SCHOOL FOR PERFORMING ARTS", + "Physical Address Line 1": "13334 WALLISVILLE A RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77049", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800287", + "School District Name": "TEXAS SCHOOL OF THE ARTS", + "Physical Address Line 1": "3901 S HULEN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT WORTH", + "Physical Address State": "TX ", + "Physical Address Zip": "76109", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300343", + "School District Name": "Summit Public School: Atlas", + "Physical Address Line 1": "9601 35th Ave SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seattle", + "Physical Address State": "WA ", + "Physical Address Zip": "98104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4800291", + "School District Name": "WINDHAM SCHOOL DISTRICT", + "Physical Address Line 1": "802 FM 2821 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HUNTSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "77320", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300333", + "School District Name": "Summit Public School: Olympus", + "Physical Address Line 1": "409 Puyallup Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tacoma", + "Physical Address State": "WA ", + "Physical Address Zip": "98421", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801394", + "School District Name": "VISTA DEL FUTURO CHARTER SCHOOL", + "Physical Address Line 1": "1671 BOB HOPE DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL PASO", + "Physical Address State": "TX ", + "Physical Address Zip": "79936", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300334", + "School District Name": "Summit Public School: Sierra", + "Physical Address Line 1": "1025 S King Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seattle", + "Physical Address State": "WA ", + "Physical Address Zip": "98104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801409", + "School District Name": "TEXAS LEADERSHIP PUBLIC SCHOOLS", + "Physical Address Line 1": "3522 W LOOP 306", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANGELO", + "Physical Address State": "TX ", + "Physical Address Zip": "76904", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308580", + "School District Name": "Summit Valley School District", + "Physical Address Line 1": "2360 ADDY GIFFORD RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ADDY", + "Physical Address State": "WA ", + "Physical Address Zip": "99101", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23478260869565218", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801414", + "School District Name": "VALERE PUBLIC SCHOOLS", + "Physical Address Line 1": "5800 E MARTIN LUTHER KING JR BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78721", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308610", + "School District Name": "Sumner School District", + "Physical Address Line 1": "1202 WOOD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUMNER", + "Physical Address State": "WA ", + "Physical Address Zip": "98390", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05680133432171979", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801418", + "School District Name": "THE LAWSON ACADEMY", + "Physical Address Line 1": "5052 SCOTT ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801425", + "School District Name": "UME PREPARATORY ACADEMY", + "Physical Address Line 1": "3838 SPUR 408", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DALLAS", + "Physical Address State": "TX ", + "Physical Address Zip": "75236", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801427", + "School District Name": "UT TYLER UNIVERSITY ACADEMY", + "Physical Address Line 1": "3900 UNIVERSITY BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TYLER", + "Physical Address State": "TX ", + "Physical Address Zip": "75799", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514640", + "School District Name": "Sun Prairie Area School District", + "Physical Address Line 1": "501 S Bird St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sun Prairie", + "Physical Address State": "WI ", + "Physical Address Zip": "53590", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08319049251514113", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801432", + "School District Name": "TEXAS JUVENILE JUSTICE DEPARTMENT", + "Physical Address Line 1": "1711 SAN JACINTO BLVD STE 120", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801434", + "School District Name": "THE PRO-VISION ACADEMY", + "Physical Address Line 1": "4590 WILMINGTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77051", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801436", + "School District Name": "VILLAGE TECH SCHOOLS", + "Physical Address Line 1": "402 W DANIELDALE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "DUNCANVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75137", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841850", + "School District Name": "SUNDOWN ISD", + "Physical Address Line 1": "701 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUNDOWN", + "Physical Address State": "TX ", + "Physical Address Zip": "79372", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16338028169014085", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308670", + "School District Name": "Sunnyside School District", + "Physical Address Line 1": "1110 S 6th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUNNYSIDE", + "Physical Address State": "WA ", + "Physical Address Zip": "98944", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2034892942109437", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801443", + "School District Name": "UTPB STEM ACADEMY", + "Physical Address Line 1": "4901 E UNIVERSITY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ODESSA", + "Physical Address State": "TX ", + "Physical Address Zip": "79762", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841880", + "School District Name": "SUNNYVALE ISD", + "Physical Address Line 1": "417 E TRIPP RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUNNYVALE", + "Physical Address State": "TX ", + "Physical Address Zip": "75182", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07860752386299831", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801448", + "School District Name": "THE EXCEL CENTER (FOR ADULTS)", + "Physical Address Line 1": "1015 NORWOOD PARK BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78753", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841910", + "School District Name": "SUNRAY COLLEGIATE ISD", + "Physical Address Line 1": "400 E 7TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SUNRAY", + "Physical Address State": "TX ", + "Physical Address Zip": "79086", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.12529002320185614", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801456", + "School District Name": "TRIVIUM ACADEMY", + "Physical Address Line 1": "2205 E HEBRON PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CARROLLTON", + "Physical Address State": "TX ", + "Physical Address Zip": "75010", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514670", + "School District Name": "Superior School District", + "Physical Address Line 1": "3025 Tower Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Superior", + "Physical Address State": "WI ", + "Physical Address Zip": "54880", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.19795790789747864", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801461", + "School District Name": "VALOR PUBLIC SCHOOLS", + "Physical Address Line 1": "220 FOREMOST DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78745", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300328", + "School District Name": "Suquamish Tribal Education Department", + "Physical Address Line 1": "16301 Creative Dr NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Poulsbo", + "Physical Address State": "WA ", + "Physical Address Zip": "98370", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801463", + "School District Name": "YELLOWSTONE COLLEGE PREPARATORY", + "Physical Address Line 1": "3000 TRULLEY ST STE 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOUSTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77004", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514700", + "School District Name": "Suring Public School District", + "Physical Address Line 1": "411 Algoma St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Suring", + "Physical Address State": "WI ", + "Physical Address Zip": "54174", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21380846325167038", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103750", + "School District Name": "SURRY CO PBLC SCHS", + "Physical Address Line 1": "45 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Surry", + "Physical Address State": "VA ", + "Physical Address Zip": "23883", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20314547837483618", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801471", + "School District Name": "THE GATHERING PLACE", + "Physical Address Line 1": "5818 NW LOOP 410", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAN ANTONIO", + "Physical Address State": "TX ", + "Physical Address Zip": "78238", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801473", + "School District Name": "UNIVERSITY OF TEXAS AT AUSTIN H S", + "Physical Address Line 1": "1616 GUADALUPE STE B 0134", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "AUSTIN", + "Physical Address State": "TX ", + "Physical Address Zip": "78701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801480", + "School District Name": "TEXAS TECH UNIVERSITY K-12", + "Physical Address Line 1": "2515 15TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LUBBOCK", + "Physical Address State": "TX ", + "Physical Address Zip": "79409", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103780", + "School District Name": "SUSSEX CO PBLC SCHS", + "Physical Address Line 1": "21302 Sussex Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Stony Creek", + "Physical Address State": "VA ", + "Physical Address Zip": "23882", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.24897288414133115", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4801481", + "School District Name": "THRIVE CENTER FOR SUCCESS", + "Physical Address Line 1": "525 WOODLAND SQUARE BLVD STE 250", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CONROE", + "Physical Address State": "TX ", + "Physical Address Zip": "77384", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100047", + "School District Name": "SW VA MENTAL HEALTH INSTITUTE", + "Physical Address Line 1": "340 Bagley Circle", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Marion", + "Physical Address State": "VA ", + "Physical Address Zip": "24354", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5509240", + "School District Name": "Swallow School District", + "Physical Address Line 1": "W299N5614 County Road E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hartland", + "Physical Address State": "WI ", + "Physical Address Zip": "53029", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0176678445229682", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4841970", + "School District Name": "SWEENY ISD", + "Physical Address Line 1": "1310 N ELM ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SWEENY", + "Physical Address State": "TX ", + "Physical Address Zip": "77480", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14401212733703891", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842000", + "School District Name": "SWEET HOME ISD", + "Physical Address Line 1": "7508 FM 531", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SWEET HOME", + "Physical Address State": "TX ", + "Physical Address Zip": "77987", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10135135135135136", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5605302", + "School District Name": "Sweetwater County School District #1", + "Physical Address Line 1": "3550 Foothill Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rock Springs", + "Physical Address State": "WY ", + "Physical Address Zip": "82901", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.09529883381924198", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5605762", + "School District Name": "Sweetwater County School District #2", + "Physical Address Line 1": "351 Monroe Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Green River", + "Physical Address State": "WY ", + "Physical Address Zip": "82935", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.05722070844686648", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842030", + "School District Name": "SWEETWATER ISD", + "Physical Address Line 1": "207 MUSGROVE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SWEETWATER", + "Physical Address State": "TX ", + "Physical Address Zip": "79556", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.25860585197934594", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900044", + "School District Name": "Syracuse Arts Academy", + "Physical Address Line 1": "2893 W 1700 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SYRACUSE", + "Physical Address State": "UT ", + "Physical Address Zip": "84075", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900168", + "School District Name": "T'iis Nazbas Community School", + "Physical Address Line 1": "Highway 160 BIA Road N5114", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Teec Nos Pos", + "Physical Address State": "AZ", + "Physical Address Zip": "86514", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900177", + "School District Name": "T'iis Ts'ozi Bi'Olta'", + "Physical Address Line 1": "Highway 371-Route 9", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crownpoint", + "Physical Address State": "NM", + "Physical Address Zip": "87313", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900060", + "School District Name": "T'siya Day School", + "Physical Address Line 1": "1000 Borrego Canyon Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Zia Pueblo", + "Physical Address State": "NM", + "Physical Address Zip": "87053", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308700", + "School District Name": "Tacoma School District", + "Physical Address Line 1": "601 S 8TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TACOMA", + "Physical Address State": "WA ", + "Physical Address Zip": "98401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.12334410099872566", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5000417", + "School District Name": "Taconic and Green Regional School District", + "Physical Address Line 1": "6378 Vermont Route 7A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunderland", + "Physical Address State": "VT ", + "Physical Address Zip": "05250", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842060", + "School District Name": "TAFT ISD", + "Physical Address Line 1": "400 COLLEGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAFT", + "Physical Address State": "TX ", + "Physical Address Zip": "78390", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.33860045146726864", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842090", + "School District Name": "TAHOKA ISD", + "Physical Address Line 1": "2129 MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAHOKA", + "Physical Address State": "TX ", + "Physical Address Zip": "79373", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22671353251318102", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308730", + "School District Name": "Taholah School District", + "Physical Address Line 1": "600 CHITWHIN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAHOLAH", + "Physical Address State": "WA ", + "Physical Address Zip": "98587", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21082621082621084", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308760", + "School District Name": "Tahoma School District", + "Physical Address Line 1": "25720 MAPLE VALLEY BLK DIAM RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MAPLE VALLEY", + "Physical Address State": "WA ", + "Physical Address Zip": "98038", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.0481433506044905", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900143", + "School District Name": "Takini School", + "Physical Address Line 1": "HWY 34 East Cherry Creek Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Howes", + "Physical Address State": "SD", + "Physical Address Zip": "57748", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900174", + "School District Name": "Taos Day School", + "Physical Address Line 1": "200 Rotten Tree Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Taos", + "Physical Address State": "NM", + "Physical Address Zip": "87571", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842210", + "School District Name": "TARKINGTON ISD", + "Physical Address Line 1": "2770 FM 163", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLEVELAND", + "Physical Address State": "TX ", + "Physical Address Zip": "77327", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22246891651865008", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900058", + "School District Name": "Tate Topa Tribal School", + "Physical Address Line 1": "7268 Highway 57", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Totten", + "Physical Address State": "ND", + "Physical Address Zip": "58335", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842240", + "School District Name": "TATUM ISD", + "Physical Address Line 1": "510 CRYSTAL FARMS RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TATUM", + "Physical Address State": "TX ", + "Physical Address Zip": "75691", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21095334685598377", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401380", + "School District Name": "TAYLOR COUNTY SCHOOLS", + "Physical Address Line 1": "71 UTT DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GRAFTON", + "Physical Address State": "WV ", + "Physical Address Zip": "26354", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1718625099920064", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842280", + "School District Name": "TAYLOR ISD", + "Physical Address Line 1": "3101 N MAIN ST STE 104", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TAYLOR", + "Physical Address State": "TX ", + "Physical Address Zip": "76574", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.14592545799115603", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103810", + "School District Name": "TAZEWELL CO PBLC SCHS", + "Physical Address Line 1": "506 Jeffersonville Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tazewell", + "Physical Address State": "VA ", + "Physical Address Zip": "24651", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.25338127033042285", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900039", + "School District Name": "Te Tsu Geh Oweenge Day School", + "Physical Address Line 1": "Tesuque Pueblo", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tesuque Pueblo", + "Physical Address State": "NM", + "Physical Address Zip": "87506", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842300", + "School District Name": "TEAGUE ISD", + "Physical Address Line 1": "420 N 10TH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEAGUE", + "Physical Address State": "TX ", + "Physical Address Zip": "75860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.20323741007194246", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308790", + "School District Name": "Tekoa School District", + "Physical Address Line 1": "135 N COLLEGE AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEKOA", + "Physical Address State": "WA ", + "Physical Address Zip": "99033", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16463414634146342", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842330", + "School District Name": "TEMPLE ISD", + "Physical Address Line 1": "401 SANTA FE WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEMPLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76501", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.23347657049314507", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842360", + "School District Name": "TENAHA ISD", + "Physical Address Line 1": "138 COLLEGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TENAHA", + "Physical Address State": "TX ", + "Physical Address Zip": "75974", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26247288503253796", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308820", + "School District Name": "Tenino School District", + "Physical Address Line 1": "301 OLD HWY 99 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TENINO", + "Physical Address State": "WA ", + "Physical Address Zip": "98589", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13849154746423928", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842390", + "School District Name": "TERLINGUA CSD", + "Physical Address Line 1": "550 ROADRUNNER CIR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TERLINGUA", + "Physical Address State": "TX ", + "Physical Address Zip": "79852", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3146067415730337", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900179", + "School District Name": "Terra Academy", + "Physical Address Line 1": "267 Aggie Blvd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VERNAL", + "Physical Address State": "UT ", + "Physical Address Zip": "84078", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842420", + "School District Name": "TERRELL COUNTY ISD", + "Physical Address Line 1": "302 N SECOND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SANDERSON", + "Physical Address State": "TX ", + "Physical Address Zip": "79848", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1891891891891892", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842450", + "School District Name": "TERRELL ISD", + "Physical Address Line 1": "700 N CATHERINE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TERRELL", + "Physical Address State": "TX ", + "Physical Address Zip": "75160", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15058128806052778", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5605830", + "School District Name": "Teton County School District #1", + "Physical Address Line 1": "1235 Gregory Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Jackson", + "Physical Address State": "WY ", + "Physical Address Zip": "83001", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.046465968586387435", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842480", + "School District Name": "TEXARKANA ISD", + "Physical Address Line 1": "4241 SUMMERHILL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEXARKANA", + "Physical Address State": "TX ", + "Physical Address Zip": "75503", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.2865583456425406", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842510", + "School District Name": "TEXAS CITY ISD", + "Physical Address Line 1": "1700 9TH AVE N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEXAS CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "77590", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.25276554087126774", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842540", + "School District Name": "TEXHOMA ISD", + "Physical Address Line 1": "402 DENVER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEXHOMA", + "Physical Address State": "TX ", + "Physical Address Zip": "73960", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14492753623188406", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842570", + "School District Name": "TEXLINE ISD", + "Physical Address Line 1": "302 E PINE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TEXLINE", + "Physical Address State": "TX ", + "Physical Address Zip": "79087", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1588785046728972", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900193", + "School District Name": "The Center for Creativity Innovation and Discovery", + "Physical Address Line 1": "170 West Spring Creek Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PROVIDENCE", + "Physical Address State": "UT ", + "Physical Address Zip": "84332", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100252", + "School District Name": "THE GOVERNOR'S SCHOOL @ INNOVATION PARK", + "Physical Address Line 1": "10900 University Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manassas", + "Physical Address State": "VA ", + "Physical Address Zip": "20110", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500092", + "School District Name": "The Lincoln Academy Agency", + "Physical Address Line 1": "608 Henry Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Beloit", + "Physical Address State": "WI ", + "Physical Address Zip": "53511", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100082", + "School District Name": "THE REGIONAL COMMUNITY ALTERNATIVE ED CONTINUUM", + "Physical Address Line 1": "C/O Southeastern Alt School", + "Physical Address Line 2": "4484 Catlett Rd", + "Physical Address Line 3": "", + "Physical Address City": "Midland", + "Physical Address State": "VA ", + "Physical Address Zip": "22728", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900096", + "School District Name": "Theodore Jamerson Elementary", + "Physical Address Line 1": "3315 Unviersity Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bismarck", + "Physical Address State": "ND", + "Physical Address Zip": "58504", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900132", + "School District Name": "Theodore Roosevelt School", + "Physical Address Line 1": "101 Thomas Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ft. Apache", + "Physical Address State": "AZ", + "Physical Address Zip": "85926", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5008010", + "School District Name": "Thetford School District", + "Physical Address Line 1": "2689 Route 113", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thetford", + "Physical Address State": "VT ", + "Physical Address Zip": "05074", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900015", + "School District Name": "Thomas Edison", + "Physical Address Line 1": "180 E 2600 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NORTH LOGAN", + "Physical Address State": "UT ", + "Physical Address Zip": "84341", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842630", + "School District Name": "THORNDALE ISD", + "Physical Address Line 1": "300 N MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THORNDALE", + "Physical Address State": "TX ", + "Physical Address Zip": "76577", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10437710437710437", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514820", + "School District Name": "Thorp School District", + "Physical Address Line 1": "605 S Clark St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Thorp", + "Physical Address State": "WI ", + "Physical Address Zip": "54771", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14674868189806678", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308850", + "School District Name": "Thorp School District", + "Physical Address Line 1": "10831 N THORP HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THORP", + "Physical Address State": "WA ", + "Physical Address Zip": "98946", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14925373134328357", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842660", + "School District Name": "THRALL ISD", + "Physical Address Line 1": "201 S BOUNDS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THRALL", + "Physical Address State": "TX ", + "Physical Address Zip": "76578", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11949685534591195", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514850", + "School District Name": "Three Lakes School District", + "Physical Address Line 1": "6930 W School St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Three Lakes", + "Physical Address State": "WI ", + "Physical Address Zip": "54562", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.11131386861313869", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842690", + "School District Name": "THREE RIVERS ISD", + "Physical Address Line 1": "351 S SCHOOL RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THREE RIVERS", + "Physical Address State": "TX ", + "Physical Address Zip": "78071", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2385496183206107", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842720", + "School District Name": "THREE WAY ISD", + "Physical Address Line 1": "247 CR 207", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "STEPHENVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21428571428571427", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842780", + "School District Name": "THROCKMORTON COLLEGIATE ISD", + "Physical Address Line 1": "210 COLLEGE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "THROCKMORTON", + "Physical Address State": "TX ", + "Physical Address Zip": "76483", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23863636363636365", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842810", + "School District Name": "TIDEHAVEN ISD", + "Physical Address Line 1": "47 CR 427 DOMAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL MATON", + "Physical Address State": "TX ", + "Physical Address Zip": "77440", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20498614958448755", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100074", + "School District Name": "TIDEWATER REGIONAL ALTERNATIVE ED PROJECT", + "Physical Address Line 1": "SECEP-Smithfield Bldg.", + "Physical Address Line 2": "6160 Kempsville Circle Suite 300-B", + "Physical Address Line 3": "", + "Physical Address City": "Norfolk", + "Physical Address State": "VA ", + "Physical Address Zip": "23502", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514880", + "School District Name": "Tigerton School District", + "Physical Address Line 1": "213 Spaulding St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tigerton", + "Physical Address State": "WI ", + "Physical Address Zip": "54486", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1701388888888889", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900016", + "School District Name": "Timpanogos Academy", + "Physical Address Line 1": "70 S 100 E", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LINDON", + "Physical Address State": "UT ", + "Physical Address Zip": "84042", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842840", + "School District Name": "TIMPSON ISD", + "Physical Address Line 1": "836 BEAR DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TIMPSON", + "Physical Address State": "TX ", + "Physical Address Zip": "75975", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.28463855421686746", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4901020", + "School District Name": "Tintic District", + "Physical Address Line 1": "545 EAST MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Eureka", + "Physical Address State": "UT ", + "Physical Address Zip": "84628", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22818791946308725", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842870", + "School District Name": "TIOGA ISD", + "Physical Address Line 1": "405 N FLORENCE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TIOGA", + "Physical Address State": "TX ", + "Physical Address Zip": "76271", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1388101983002833", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900129", + "School District Name": "Tiospa Zina Tribal School", + "Physical Address Line 1": "#2 TZ Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Agency Village", + "Physical Address State": "SD", + "Physical Address Zip": "57262", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900190", + "School District Name": "Tiospaye Topa School", + "Physical Address Line 1": "15618 1st Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LaPlant", + "Physical Address State": "SD", + "Physical Address Zip": "57652", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900191", + "School District Name": "To'hajiilee Day School", + "Physical Address Line 1": "170 Warrior Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ToHajiilee", + "Physical Address State": "NM", + "Physical Address Zip": "87026", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900150", + "School District Name": "Tohaali' Community School", + "Physical Address Line 1": "Highway 491 Rt 19", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newcomb", + "Physical Address State": "NM", + "Physical Address Zip": "87455", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900169", + "School District Name": "Tohono O'odham High School", + "Physical Address Line 1": "HC01 Box 8513", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SELLS", + "Physical Address State": "AZ", + "Physical Address Zip": "85634", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842900", + "School District Name": "TOLAR ISD", + "Physical Address Line 1": "305 S OAK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOLAR", + "Physical Address State": "TX ", + "Physical Address Zip": "76476", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.10317460317460317", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308910", + "School District Name": "Toledo School District", + "Physical Address Line 1": "116 RAMSEY WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOLEDO", + "Physical Address State": "WA ", + "Physical Address Zip": "98591", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1128084606345476", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842930", + "School District Name": "TOM BEAN ISD", + "Physical Address Line 1": "100 E GARNER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOM BEAN", + "Physical Address State": "TX ", + "Physical Address Zip": "75489", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0992063492063492", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514910", + "School District Name": "Tomah Area School District", + "Physical Address Line 1": "129 W Clifton St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tomah", + "Physical Address State": "WI ", + "Physical Address Zip": "54660", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12375033774655499", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5514940", + "School District Name": "Tomahawk School District", + "Physical Address Line 1": "1048 E Kings Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tomahawk", + "Physical Address State": "WI ", + "Physical Address Zip": "54487", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1284259984338293", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842960", + "School District Name": "TOMBALL ISD", + "Physical Address Line 1": "310 S CHERRY ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOMBALL", + "Physical Address State": "TX ", + "Physical Address Zip": "77375", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.08333726359477432", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500330", + "School District Name": "Tomorrow River School District", + "Physical Address Line 1": "357 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Amherst", + "Physical Address State": "WI ", + "Physical Address Zip": "54406", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.0689252336448598", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900170", + "School District Name": "Tonalea Day School", + "Physical Address Line 1": "25 Miles E of Tuba City Hwy 160 Box 39", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tonalea", + "Physical Address State": "AZ", + "Physical Address Zip": "86044", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308940", + "School District Name": "Tonasket School District", + "Physical Address Line 1": "35 DO E HIGHWAY 20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TONASKET", + "Physical Address State": "WA ", + "Physical Address Zip": "98855", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24646643109540636", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4901050", + "School District Name": "Tooele District", + "Physical Address Line 1": "92 S LODESTONE WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tooele", + "Physical Address State": "UT ", + "Physical Address Zip": "84074", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.05293229840448469", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308970", + "School District Name": "Toppenish School District", + "Physical Address Line 1": "306 BOLIN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOPPENISH", + "Physical Address State": "WA ", + "Physical Address Zip": "98948", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21819212241428165", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4842990", + "School District Name": "TORNILLO ISD", + "Physical Address Line 1": "19200 COBB AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TORNILLO", + "Physical Address State": "TX ", + "Physical Address Zip": "79853", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.3344370860927152", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309000", + "School District Name": "Touchet School District", + "Physical Address Line 1": "90 CHAMPION ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOUCHET", + "Physical Address State": "WA ", + "Physical Address Zip": "99360", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.08849557522123894", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309030", + "School District Name": "Toutle Lake School District", + "Physical Address Line 1": "5050 SPIRIT LAKE HWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TOUTLE", + "Physical Address State": "WA ", + "Physical Address Zip": "98649", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11139896373056994", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100076", + "School District Name": "TRANSITION SUPPORT RESOURCE CTR/FAIRFAX", + "Physical Address Line 1": "C/O Fairfax Co Public Schls", + "Physical Address Line 2": "8270 Willow Oaks Corporate DR", + "Physical Address Line 3": "", + "Physical Address City": "Fairfax", + "Physical Address State": "VA ", + "Physical Address Zip": "22031", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900192", + "School District Name": "Treeside Charter School", + "Physical Address Line 1": "1724 South State Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PROVO", + "Physical Address State": "UT ", + "Physical Address Zip": "84606", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843110", + "School District Name": "TRENT ISD", + "Physical Address Line 1": "12821 E INTERSTATE 20", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRENT", + "Physical Address State": "TX ", + "Physical Address Zip": "79561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2642857142857143", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843140", + "School District Name": "TRENTON ISD", + "Physical Address Line 1": "702 S BALLENTINE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRENTON", + "Physical Address State": "TX ", + "Physical Address Zip": "75490", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11585365853658537", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500052", + "School District Name": "Trevor-Wilmot Consolidated School District", + "Physical Address Line 1": "26325 Wilmot Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Trevor", + "Physical Address State": "WI ", + "Physical Address Zip": "53179", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08902691511387163", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5511820", + "School District Name": "Tri-County Area School District", + "Physical Address Line 1": "409 S West St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plainfield", + "Physical Address State": "WI ", + "Physical Address Zip": "54966", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2082695252679939", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843170", + "School District Name": "TRINIDAD ISD", + "Physical Address Line 1": "105 W EATON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRINIDAD", + "Physical Address State": "TX ", + "Physical Address Zip": "75163", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1830065359477124", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843200", + "School District Name": "TRINITY ISD", + "Physical Address Line 1": "101 W JEFFERSON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TRINITY", + "Physical Address State": "TX ", + "Physical Address Zip": "75862", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2922794117647059", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843230", + "School District Name": "TROUP ISD", + "Physical Address Line 1": "201 N CAROLINA", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TROUP", + "Physical Address State": "TX ", + "Physical Address Zip": "75789", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18606870229007633", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309060", + "School District Name": "Trout Lake School District", + "Physical Address Line 1": "2310 HIGHWAY 141", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TROUT LAKE", + "Physical Address State": "WA ", + "Physical Address Zip": "98650", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23267326732673269", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843260", + "School District Name": "TROY ISD", + "Physical Address Line 1": "1 TROJAN RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TROY", + "Physical Address State": "TX ", + "Physical Address Zip": "76579", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12846199175014733", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5008130", + "School District Name": "Troy School District", + "Physical Address Line 1": "126 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Troy", + "Physical Address State": "VT ", + "Physical Address Zip": "05859", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900056", + "School District Name": "Tse'ii'ahi' Community School", + "Physical Address Line 1": "Navajo Route 9 (18 miles W of Crownpoin", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Crownpoint", + "Physical Address State": "NM", + "Physical Address Zip": "87313", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900037", + "School District Name": "Tuba City Boarding School", + "Physical Address Line 1": "306 Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tuba City", + "Physical Address State": "AZ", + "Physical Address Zip": "86045", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401410", + "School District Name": "TUCKER COUNTY SCHOOLS", + "Physical Address Line 1": "100 EDUCATION LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARSONS", + "Physical Address State": "WV ", + "Physical Address Zip": "26287", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.18051575931232092", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900100", + "School District Name": "TUCKER ELEMENTARY SCHOOL", + "Physical Address Line 1": "126 EAST TUCKER CIRCLE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHILADELPHIA", + "Physical Address State": "MS", + "Physical Address Zip": "39350", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5308130", + "School District Name": "Tukwila School District", + "Physical Address Line 1": "4640 S 144TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUKWILA", + "Physical Address State": "WA ", + "Physical Address Zip": "98168", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.22763157894736843", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843320", + "School District Name": "TULIA ISD", + "Physical Address Line 1": "702 NW 8TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TULIA", + "Physical Address State": "TX ", + "Physical Address Zip": "79088", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.27052631578947367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843350", + "School District Name": "TULOSO-MIDWAY ISD", + "Physical Address Line 1": "9760 LA BRANCH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORPUS CHRISTI", + "Physical Address State": "TX ", + "Physical Address Zip": "78460", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.1943127962085308", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309100", + "School District Name": "Tumwater School District", + "Physical Address Line 1": "621 LINWOOD AVE SW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TUMWATER", + "Physical Address State": "WA ", + "Physical Address Zip": "98512", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.10170454545454545", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843400", + "School District Name": "TURKEY-QUITAQUE ISD", + "Physical Address Line 1": "11826 HWY 86", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TURKEY", + "Physical Address State": "TX ", + "Physical Address Zip": "79261", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.23841059602649006", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515060", + "School District Name": "Turtle Lake School District", + "Physical Address Line 1": "205 Oak St N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turtle Lake", + "Physical Address State": "WI ", + "Physical Address Zip": "54889", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1375770020533881", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900106", + "School District Name": "Turtle Mountain Elementary School", + "Physical Address Line 1": "1209 Gilbert Godon Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belcourt", + "Physical Address State": "ND", + "Physical Address Zip": "58316", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900158", + "School District Name": "Turtle Mountain High School", + "Physical Address Line 1": "1350 Braves Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belcourt", + "Physical Address State": "ND", + "Physical Address Zip": "58316", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900025", + "School District Name": "Turtle Mountain Middle School", + "Physical Address Line 1": "1330 Braves Boulevard", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Belcourt", + "Physical Address State": "ND", + "Physical Address Zip": "58316", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900077", + "School District Name": "Twin Buttes Day School", + "Physical Address Line 1": "7997 7A St NW", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hallilday", + "Physical Address State": "ND", + "Physical Address Zip": "58636", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515090", + "School District Name": "Twin Lakes #4 School District", + "Physical Address Line 1": "1218 Wilmot Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Twin Lakes", + "Physical Address State": "WI ", + "Physical Address Zip": "53181", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.1311881188118812", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000418", + "School District Name": "Twin Valley Unified School District", + "Physical Address Line 1": "1 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "VT ", + "Physical Address Zip": "05363", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5008225", + "School District Name": "Twinfield USD #33", + "Physical Address Line 1": "106 Nasmith Brook Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Plainfield", + "Physical Address State": "VT ", + "Physical Address Zip": "05667", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900178", + "School District Name": "Two Eagle River School", + "Physical Address Line 1": "58020 US-93", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pablo", + "Physical Address State": "MT", + "Physical Address Zip": "59855", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515120", + "School District Name": "Two Rivers Public School District", + "Physical Address Line 1": "4521 Lincoln Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Two Rivers", + "Physical Address State": "WI ", + "Physical Address Zip": "54241", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16229508196721312", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000385", + "School District Name": "Two Rivers Supervisory Union", + "Physical Address Line 1": "609 VT Route 103", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ludlow", + "Physical Address State": "VT ", + "Physical Address Zip": "05149", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11217391304347826", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401440", + "School District Name": "TYLER COUNTY SCHOOLS", + "Physical Address Line 1": "BOARD OF ED AND TRANSPORTATION", + "Physical Address Line 2": "P.O. BOX 25", + "Physical Address Line 3": "", + "Physical Address City": "MIDDLEBOURNE", + "Physical Address State": "WV ", + "Physical Address Zip": "26149", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19791666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843470", + "School District Name": "TYLER ISD", + "Physical Address Line 1": "1319 EARL CAMPBELL PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "TYLER", + "Physical Address State": "TX ", + "Physical Address Zip": "75701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.18535873745634587", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5602760", + "School District Name": "Uinta County School District #1", + "Physical Address Line 1": "537 10th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Evanston", + "Physical Address State": "WY ", + "Physical Address Zip": "82931", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10408022130013832", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5604500", + "School District Name": "Uinta County School District #4", + "Physical Address Line 1": "129 West Second Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mountain View", + "Physical Address State": "WY ", + "Physical Address Zip": "82939", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07087628865979381", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5604260", + "School District Name": "Uinta County School District #6", + "Physical Address Line 1": "126 North Franklin", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Lyman", + "Physical Address State": "WY ", + "Physical Address Zip": "82937", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07277289836888332", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4901080", + "School District Name": "Uintah District", + "Physical Address Line 1": "826 So 1500 East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NAPLES", + "Physical Address State": "UT ", + "Physical Address Zip": "84078", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13172012327359892", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900013", + "School District Name": "Uintah River High", + "Physical Address Line 1": "998 E 7500 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "FORT DUCHESNE", + "Physical Address State": "UT ", + "Physical Address Zip": "84026", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309150", + "School District Name": "Union Gap School District", + "Physical Address Line 1": "3201 4th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UNION GAP", + "Physical Address State": "WA ", + "Physical Address Zip": "98903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.1919805589307412", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843530", + "School District Name": "UNION GROVE ISD", + "Physical Address Line 1": "11220 UNION GROVE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GLADEWATER", + "Physical Address State": "TX ", + "Physical Address Zip": "75647", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.11367380560131796", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515180", + "School District Name": "Union Grove J1 School District", + "Physical Address Line 1": "1745 Milldrum St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union Grove", + "Physical Address State": "WI ", + "Physical Address Zip": "53182", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10277324632952692", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515150", + "School District Name": "Union Grove UHS School District", + "Physical Address Line 1": "3433 S Colony Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union Grove", + "Physical Address State": "WI ", + "Physical Address Zip": "53182", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.05981794538361508", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843560", + "School District Name": "UNION HILL ISD", + "Physical Address Line 1": "2197 FM 2088", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GILMER", + "Physical Address State": "TX ", + "Physical Address Zip": "75644", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19032258064516128", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500077", + "School District Name": "United Community Center Acosta Middle School Agency", + "Physical Address Line 1": "1038 S 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53204", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843650", + "School District Name": "UNITED ISD", + "Physical Address Line 1": "201 LINDENWOOD DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "LAREDO", + "Physical Address State": "TX ", + "Physical Address Zip": "78045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.21944580786221052", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5500750", + "School District Name": "Unity School District", + "Physical Address Line 1": "1908 150th St", + "Physical Address Line 2": "Hwy 46 N", + "Physical Address Line 3": "", + "Physical Address City": "Balsam Lake", + "Physical Address State": "WI ", + "Physical Address Zip": "54810", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14417744916820702", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100041", + "School District Name": "UNIVERSITY OF VA", + "Physical Address Line 1": "Kluge Children's Rehab Center", + "Physical Address Line 2": "2270 Ivy Rd.", + "Physical Address Line 3": "", + "Physical Address City": "Charlottesville", + "Physical Address State": "VA ", + "Physical Address Zip": "22903", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000372", + "School District Name": "University of Vermont", + "Physical Address Line 1": "617 Comstock Road Suite 5", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Berlin", + "Physical Address State": "VT ", + "Physical Address Zip": "05602", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "4-Regional Education Service Agency (RESA)", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300320", + "School District Name": "University of Washington (17904)", + "Physical Address Line 1": "1400 NE Campus Parkway", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "seattle", + "Physical Address State": "WA ", + "Physical Address Zip": "98195", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300353", + "School District Name": "University of Washington Early Entrance Program", + "Physical Address Line 1": "Guggenheim Annex", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Seattle", + "Physical Address State": "WA ", + "Physical Address Zip": "98195", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309180", + "School District Name": "University Place School District", + "Physical Address Line 1": "3717 GRANDVIEW DR W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UNIVERSITY PLACE", + "Physical Address State": "WA ", + "Physical Address Zip": "98466", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07922504756962463", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843290", + "School District Name": "WESTWOOD ISD", + "Physical Address Line 1": "4524 W OAK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PALESTINE", + "Physical Address State": "TX ", + "Physical Address Zip": "75801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.23000660938532716", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500091", + "School District Name": "UpGrade Media Arts Schools Agency", + "Physical Address Line 1": "3270 Mitchell Park Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brookfield", + "Physical Address State": "WI ", + "Physical Address Zip": "53045", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843680", + "School District Name": "UTOPIA ISD", + "Physical Address Line 1": "258 SCHOOL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UTOPIA", + "Physical Address State": "TX ", + "Physical Address Zip": "78884", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2468354430379747", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843720", + "School District Name": "UVALDE CISD", + "Physical Address Line 1": "1000 N GETTY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "UVALDE", + "Physical Address State": "TX ", + "Physical Address Zip": "78801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.31605504587155964", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843740", + "School District Name": "VALENTINE ISD", + "Physical Address Line 1": "209 E KENTUCKY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALENTINE", + "Physical Address State": "TX ", + "Physical Address Zip": "79854", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2857142857142857", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843760", + "School District Name": "VALLEY MILLS ISD", + "Physical Address Line 1": "ONE EAGLE WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALLEY MILLS", + "Physical Address State": "TX ", + "Physical Address Zip": "76689", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1572700296735905", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843800", + "School District Name": "VALLEY VIEW ISD", + "Physical Address Line 1": "9701 S JACKSON RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PHARR", + "Physical Address State": "TX ", + "Physical Address Zip": "78577", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3565654358750273", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843860", + "School District Name": "VALLEY VIEW ISD", + "Physical Address Line 1": "106 NEWTON", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VALLEY VIEW", + "Physical Address State": "TX ", + "Physical Address Zip": "76272", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16642335766423358", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843890", + "School District Name": "VAN ALSTYNE ISD", + "Physical Address Line 1": "1096 N WACO", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VAN ALSTYNE", + "Physical Address State": "TX ", + "Physical Address Zip": "75495", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.07546201232032854", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843920", + "School District Name": "VAN ISD", + "Physical Address Line 1": "549 E TEXAS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VAN", + "Physical Address State": "TX ", + "Physical Address Zip": "75790", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15793470007593013", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843950", + "School District Name": "VAN VLECK ISD", + "Physical Address Line 1": "142 S 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VAN VLECK", + "Physical Address State": "TX ", + "Physical Address Zip": "77482", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.29571106094808125", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4843980", + "School District Name": "VEGA ISD", + "Physical Address Line 1": "200 LONGHORN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VEGA", + "Physical Address State": "TX ", + "Physical Address Zip": "79092", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13636363636363635", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844010", + "School District Name": "VENUS ISD", + "Physical Address Line 1": "100 STUDENT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VENUS", + "Physical Address State": "TX ", + "Physical Address Zip": "76084", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.13835448219402374", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844040", + "School District Name": "VERIBEST ISD", + "Physical Address Line 1": "10062 F M HWY 380", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VERIBEST", + "Physical Address State": "TX ", + "Physical Address Zip": "76886", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09897610921501707", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844110", + "School District Name": "VERNON ISD", + "Physical Address Line 1": "1713 WILBARGER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VERNON", + "Physical Address State": "TX ", + "Physical Address Zip": "76384", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.19854847071021253", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844150", + "School District Name": "VICTORIA ISD", + "Physical Address Line 1": "102 PROFIT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VICTORIA", + "Physical Address State": "TX ", + "Physical Address Zip": "77901", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.19561573178594455", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844160", + "School District Name": "VIDOR ISD", + "Physical Address Line 1": "120 E BOLIVAR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VIDOR", + "Physical Address State": "TX ", + "Physical Address Zip": "77662", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.19635019635019635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844250", + "School District Name": "VYSEHRAD ISD", + "Physical Address Line 1": "595 COUNTY RD 182", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HALLETTSVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "77964", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10227272727272728", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844280", + "School District Name": "WACO ISD", + "Physical Address Line 1": "501 FRANKLIN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WACO", + "Physical Address State": "TX ", + "Physical Address Zip": "76701", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.24868799729134924", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844310", + "School District Name": "WAELDER ISD", + "Physical Address Line 1": "201 US HWY 90 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAELDER", + "Physical Address State": "TX ", + "Physical Address Zip": "78959", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24702380952380953", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844370", + "School District Name": "WALCOTT ISD", + "Physical Address Line 1": "4275 HWY 214", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HEREFORD", + "Physical Address State": "TX ", + "Physical Address Zip": "79045", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13793103448275862", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844410", + "School District Name": "WALL ISD", + "Physical Address Line 1": "8065 LOOP 570", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALL", + "Physical Address State": "TX ", + "Physical Address Zip": "76957", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08674698795180723", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844430", + "School District Name": "WALLER ISD", + "Physical Address Line 1": "2214 WALLER ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALLER", + "Physical Address State": "TX ", + "Physical Address Zip": "77484", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17912520249942143", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844490", + "School District Name": "WALNUT BEND ISD", + "Physical Address Line 1": "47 C R 198", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "GAINESVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "76240", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15789473684210525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844520", + "School District Name": "WALNUT SPRINGS ISD", + "Physical Address Line 1": "184 AVE A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALNUT SPRINGS", + "Physical Address State": "TX ", + "Physical Address Zip": "76690", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24311926605504589", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844580", + "School District Name": "WARREN ISD", + "Physical Address Line 1": "375 FM 3290 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARREN", + "Physical Address State": "TX ", + "Physical Address Zip": "77664", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16375968992248063", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844670", + "School District Name": "WASKOM ISD", + "Physical Address Line 1": "365 SCHOOL AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASKOM", + "Physical Address State": "TX ", + "Physical Address Zip": "75692", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20253164556962025", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844710", + "School District Name": "WATER VALLEY ISD", + "Physical Address Line 1": "18000 WILDCAT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATER VALLEY", + "Physical Address State": "TX ", + "Physical Address Zip": "76958", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1634349030470914", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401470", + "School District Name": "UPSHUR COUNTY SCHOOLS", + "Physical Address Line 1": "102 SMITHFIELD STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUCKHANNON", + "Physical Address State": "WV ", + "Physical Address Zip": "26201", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.2298757428417072", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844730", + "School District Name": "WAXAHACHIE ISD", + "Physical Address Line 1": "411 N GIBSON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAXAHACHIE", + "Physical Address State": "TX ", + "Physical Address Zip": "75165", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.11142936339277465", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844800", + "School District Name": "WEATHERFORD ISD", + "Physical Address Line 1": "1100 LONGHORN DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEATHERFORD", + "Physical Address State": "TX ", + "Physical Address Zip": "76086", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10652955271565495", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844810", + "School District Name": "WEBB CISD", + "Physical Address Line 1": "619 AVE F", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BRUNI", + "Physical Address State": "TX ", + "Physical Address Zip": "78344", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.45901639344262296", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844820", + "School District Name": "WEIMAR ISD", + "Physical Address Line 1": "506 W MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEIMAR", + "Physical Address State": "TX ", + "Physical Address Zip": "78962", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15979381443298968", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844890", + "School District Name": "WELLINGTON ISD", + "Physical Address Line 1": "609 15TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WELLINGTON", + "Physical Address State": "TX ", + "Physical Address Zip": "79095", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2413127413127413", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844910", + "School District Name": "WELLMAN-UNION CISD", + "Physical Address Line 1": "501 TERRY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WELLMAN", + "Physical Address State": "TX ", + "Physical Address Zip": "79378", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22439024390243903", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844940", + "School District Name": "WELLS ISD", + "Physical Address Line 1": "160 RUSK AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WELLS", + "Physical Address State": "TX ", + "Physical Address Zip": "75976", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3634085213032581", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4844960", + "School District Name": "WESLACO ISD", + "Physical Address Line 1": "319 W 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESLACO", + "Physical Address State": "TX ", + "Physical Address Zip": "78596", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.3496387539973943", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845000", + "School District Name": "WEST HARDIN COUNTY CISD", + "Physical Address Line 1": "39227 HWY 105", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SARATOGA", + "Physical Address State": "TX ", + "Physical Address Zip": "77585", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18773946360153257", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845040", + "School District Name": "WEST ISD", + "Physical Address Line 1": "406 W SHOOK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST", + "Physical Address State": "TX ", + "Physical Address Zip": "76691", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10709592641261498", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845090", + "School District Name": "WEST ORANGE-COVE CISD", + "Physical Address Line 1": "902 W PARK", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ORANGE", + "Physical Address State": "TX ", + "Physical Address Zip": "77631", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.29338842975206614", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845120", + "School District Name": "WEST OSO ISD", + "Physical Address Line 1": "5350 BEAR LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CORPUS CHRISTI", + "Physical Address State": "TX ", + "Physical Address Zip": "78405", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.35987841945288757", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845150", + "School District Name": "WEST RUSK COUNTY CONSOLIDATED ISD", + "Physical Address Line 1": "10705 S MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW LONDON", + "Physical Address State": "TX ", + "Physical Address Zip": "75682", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.27906976744186046", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845180", + "School District Name": "WEST SABINE ISD", + "Physical Address Line 1": "101 TIMBERLAND HWY W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINELAND", + "Physical Address State": "TX ", + "Physical Address Zip": "75968", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2605210420841683", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845210", + "School District Name": "WESTBROOK ISD", + "Physical Address Line 1": "102 BERTNER", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTBROOK", + "Physical Address State": "TX ", + "Physical Address Zip": "79565", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.21052631578947367", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845240", + "School District Name": "WESTHOFF ISD", + "Physical Address Line 1": "244 LYNCH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTHOFF", + "Physical Address State": "TX ", + "Physical Address Zip": "77994", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2571428571428571", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845330", + "School District Name": "WESTPHALIA ISD", + "Physical Address Line 1": "HWY 320 CR3000", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WESTPHALIA", + "Physical Address State": "TX ", + "Physical Address Zip": "76656", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.058823529411764705", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845380", + "School District Name": "WHARTON ISD", + "Physical Address Line 1": "2100 N FULTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHARTON", + "Physical Address State": "TX ", + "Physical Address Zip": "77488", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2575687005123428", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900135", + "School District Name": "USBE", + "Physical Address Line 1": "250 E 500 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Salt Lake City", + "Physical Address State": "UT ", + "Physical Address Zip": "84111", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845420", + "School District Name": "WHEELER ISD", + "Physical Address Line 1": "1 MUSTANG DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHEELER", + "Physical Address State": "TX ", + "Physical Address Zip": "79096", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15167095115681234", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845450", + "School District Name": "WHITE DEER ISD", + "Physical Address Line 1": "601 OMOHUNDRO", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITE DEER", + "Physical Address State": "TX ", + "Physical Address Zip": "79097", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.12030075187969924", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845480", + "School District Name": "WHITE OAK ISD", + "Physical Address Line 1": "200 S WHITE OAK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITE OAK", + "Physical Address State": "TX ", + "Physical Address Zip": "75693", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.11666666666666667", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900012", + "School District Name": "Utah Arts Academy", + "Physical Address Line 1": "1091 N Bluff St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SAINT GEORGE", + "Physical Address State": "UT ", + "Physical Address Zip": "84770", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845540", + "School District Name": "WHITE SETTLEMENT ISD", + "Physical Address Line 1": "401 S CHERRY LN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITE SETTLEMENT", + "Physical Address State": "TX ", + "Physical Address Zip": "76108", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.14070282235749862", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900171", + "School District Name": "Utah Career Path High School", + "Physical Address Line 1": "550 E 300 S RM 2025", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KAYSVILLE", + "Physical Address State": "UT ", + "Physical Address Zip": "84037", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845570", + "School District Name": "WHITEFACE CISD", + "Physical Address Line 1": "401 ANTELOPE BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITEFACE", + "Physical Address State": "TX ", + "Physical Address Zip": "79379", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13953488372093023", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900151", + "School District Name": "Utah Connections Academy", + "Physical Address Line 1": "675 E. 2100 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALT LAKE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84106", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845600", + "School District Name": "WHITEHOUSE ISD", + "Physical Address Line 1": "104 HWY 110 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITEHOUSE", + "Physical Address State": "TX ", + "Physical Address Zip": "75791", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.101620029455081", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900020", + "School District Name": "Utah County Academy of Science", + "Physical Address Line 1": "940 W 800 S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OREM", + "Physical Address State": "UT ", + "Physical Address Zip": "84058", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845630", + "School District Name": "WHITESBORO ISD", + "Physical Address Line 1": "115 FOURTH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITESBORO", + "Physical Address State": "TX ", + "Physical Address Zip": "76273", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15233698788228506", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900166", + "School District Name": "Utah International Charter School", + "Physical Address Line 1": "350 East 3605 South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SOUTH SALT LAKE", + "Physical Address State": "UT ", + "Physical Address Zip": "84115", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845670", + "School District Name": "WHITEWRIGHT ISD", + "Physical Address Line 1": "315A HIGHLAND DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITEWRIGHT", + "Physical Address State": "TX ", + "Physical Address Zip": "75491", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11015911872705018", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900176", + "School District Name": "Utah Military Academy", + "Physical Address Line 1": "5120 S. 1050 W.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "RIVERDALE", + "Physical Address State": "UT ", + "Physical Address Zip": "84405", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845690", + "School District Name": "WHITHARRAL ISD", + "Physical Address Line 1": "201 2ND ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITHARRAL", + "Physical Address State": "TX ", + "Physical Address Zip": "79380", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1038961038961039", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900069", + "School District Name": "Utah Schools for Deaf & Blind", + "Physical Address Line 1": "742 HARRISON BLVD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OGDEN", + "Physical Address State": "UT ", + "Physical Address Zip": "84404", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845720", + "School District Name": "WHITNEY ISD", + "Physical Address Line 1": "305 S SAN JACINTO ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITNEY", + "Physical Address State": "TX ", + "Physical Address Zip": "76692", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2046894803548796", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900130", + "School District Name": "Utah Virtual Academy", + "Physical Address Line 1": "310 E 4500 S", + "Physical Address Line 2": "SUITE 620", + "Physical Address Line 3": "", + "Physical Address City": "MURRAY", + "Physical Address State": "UT ", + "Physical Address Zip": "84107", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845780", + "School District Name": "WICHITA FALLS ISD", + "Physical Address Line 1": "1104 BROAD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WICHITA FALLS", + "Physical Address State": "TX ", + "Physical Address Zip": "76301", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.1970911049760959", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845840", + "School District Name": "WILDORADO ISD", + "Physical Address Line 1": "1523 S LOCUST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILDORADO", + "Physical Address State": "TX ", + "Physical Address Zip": "79098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13636363636363635", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845900", + "School District Name": "WILLIS ISD", + "Physical Address Line 1": "612 N CAMPBELL ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILLIS", + "Physical Address State": "TX ", + "Physical Address Zip": "77378", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16208092485549133", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845950", + "School District Name": "WILLS POINT ISD", + "Physical Address Line 1": "338 W N COMMERCE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILLS POINT", + "Physical Address State": "TX ", + "Physical Address Zip": "75169", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.18181818181818182", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4845990", + "School District Name": "WILSON ISD", + "Physical Address Line 1": "1411 GREEN AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILSON", + "Physical Address State": "TX ", + "Physical Address Zip": "79381", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.29333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846080", + "School District Name": "WINDTHORST ISD", + "Physical Address Line 1": "100 ST MARYS", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINDTHORST", + "Physical Address State": "TX ", + "Physical Address Zip": "76389", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1206896551724138", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846170", + "School District Name": "WINK-LOVING ISD", + "Physical Address Line 1": "200 N ROSEY DODD AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINK", + "Physical Address State": "TX ", + "Physical Address Zip": "79789", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17289719626168223", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846200", + "School District Name": "WINNSBORO ISD", + "Physical Address Line 1": "505 S CHESTNUT ST BLDG C", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINNSBORO", + "Physical Address State": "TX ", + "Physical Address Zip": "75494", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.21206096752816433", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846230", + "School District Name": "WINONA ISD", + "Physical Address Line 1": "611 WILDCAT DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINONA", + "Physical Address State": "TX ", + "Physical Address Zip": "75792", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.20754716981132076", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846260", + "School District Name": "WINTERS ISD", + "Physical Address Line 1": "603 N HEIGHTS ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINTERS", + "Physical Address State": "TX ", + "Physical Address Zip": "79567", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2671353251318102", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846320", + "School District Name": "WODEN ISD", + "Physical Address Line 1": "5263 FM 226", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NACOGDOCHES", + "Physical Address State": "TX ", + "Physical Address Zip": "75961", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.19376026272577998", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846350", + "School District Name": "WOLFE CITY ISD", + "Physical Address Line 1": "505 W HANNA ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOLFE CITY", + "Physical Address State": "TX ", + "Physical Address Zip": "75496", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.16279069767441862", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846380", + "School District Name": "WOODSBORO ISD", + "Physical Address Line 1": "408 S KASTEN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODSBORO", + "Physical Address State": "TX ", + "Physical Address Zip": "78393", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.22332506203473945", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846410", + "School District Name": "WOODSON ISD", + "Physical Address Line 1": "207 E HILL", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODSON", + "Physical Address State": "TX ", + "Physical Address Zip": "76491", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20987654320987653", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103840", + "School District Name": "VA BEACH CITY PBLC SCHS", + "Physical Address Line 1": "2512 George Mason Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Virginia Beach", + "Physical Address State": "VA ", + "Physical Address Zip": "23456", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.11301226038068143", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4846440", + "School District Name": "WOODVILLE ISD", + "Physical Address Line 1": "505 N CHARLTON ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODVILLE", + "Physical Address State": "TX ", + "Physical Address Zip": "75979", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2574416733708769", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100053", + "School District Name": "VA DEPT OF MILITARY AFFAIRS", + "Physical Address Line 1": "253 C Street", + "Physical Address Line 2": "Camp Pendleton", + "Physical Address Line 3": "", + "Physical Address City": "Virginia Beach", + "Physical Address State": "VA ", + "Physical Address Zip": "23451", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846470", + "School District Name": "WORTHAM ISD", + "Physical Address Line 1": "201 S 4TH ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WORTHAM", + "Physical Address State": "TX ", + "Physical Address Zip": "76693", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20316622691292877", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846500", + "School District Name": "WYLIE ISD", + "Physical Address Line 1": "6251 BUFFALO GAP RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ABILENE", + "Physical Address State": "TX ", + "Physical Address Zip": "79606", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.07172538392050587", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846530", + "School District Name": "WYLIE ISD", + "Physical Address Line 1": "951 S BALLARD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WYLIE", + "Physical Address State": "TX ", + "Physical Address Zip": "75098", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06724788982674366", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846590", + "School District Name": "YANTIS ISD", + "Physical Address Line 1": "105 W OAK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YANTIS", + "Physical Address State": "TX ", + "Physical Address Zip": "75497", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.236318407960199", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515210", + "School District Name": "Valders Area School District", + "Physical Address Line 1": "138 Wilson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valders", + "Physical Address State": "WI ", + "Physical Address Zip": "54245", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.060816681146828845", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846620", + "School District Name": "YOAKUM ISD", + "Physical Address Line 1": "315 E GONZALES ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YOAKUM", + "Physical Address State": "TX ", + "Physical Address Zip": "77995", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22588235294117648", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846650", + "School District Name": "YORKTOWN ISD", + "Physical Address Line 1": "331 W MAIN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YORKTOWN", + "Physical Address State": "TX ", + "Physical Address Zip": "78164", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20864661654135339", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846680", + "School District Name": "YSLETA ISD", + "Physical Address Line 1": "9600 SIMS DR", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "EL PASO", + "Physical Address State": "TX ", + "Physical Address Zip": "79925", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "11", + "Percent of Students in Poverty": "0.30978006551240056", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4846710", + "School District Name": "ZAPATA COUNTY ISD", + "Physical Address Line 1": "1302 GLENN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ZAPATA", + "Physical Address State": "TX ", + "Physical Address Zip": "78076", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.40418818129661505", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846740", + "School District Name": "ZAVALLA ISD", + "Physical Address Line 1": "431 E MAIN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ZAVALLA", + "Physical Address State": "TX ", + "Physical Address Zip": "75980", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3380281690140845", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4846770", + "School District Name": "ZEPHYR ISD", + "Physical Address Line 1": "11625 CR 281", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ZEPHYR", + "Physical Address State": "TX ", + "Physical Address Zip": "76890", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.17543859649122806", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100258", + "School District Name": "VALLEY ACADEMY", + "Physical Address Line 1": "59 John Lewis Road", + "Physical Address Line 2": "Suite 101", + "Physical Address Line 3": "", + "Physical Address City": "Fishersville", + "Physical Address State": "VA ", + "Physical Address Zip": "22939", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900158", + "School District Name": "Valley Academy", + "Physical Address Line 1": "539 N 870 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HURRICANE", + "Physical Address State": "UT ", + "Physical Address Zip": "84737", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "31", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900024", + "School District Name": "Wasatch Peak Academy", + "Physical Address Line 1": "414 N CUTLER DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "North Salt Lake", + "Physical Address State": "UT ", + "Physical Address Zip": "84054", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309240", + "School District Name": "Valley School District", + "Physical Address Line 1": "3030 Huffman Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Valley", + "Physical Address State": "WA ", + "Physical Address Zip": "99181", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.24398625429553264", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900061", + "School District Name": "Walden School of Liberal Arts", + "Physical Address Line 1": "4230 N UNIVERSITY AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PROVO", + "Physical Address State": "UT ", + "Physical Address Zip": "84604", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100008", + "School District Name": "VALLEY VOCATIONAL TECH", + "Physical Address Line 1": "49 Hornet Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fishersville", + "Physical Address State": "VA ", + "Physical Address Zip": "22939", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900133", + "School District Name": "Venture Academy", + "Physical Address Line 1": "495 N 1500 W", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MARRIOTT-SLATERVILLE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84404", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900141", + "School District Name": "Vista School", + "Physical Address Line 1": "585 E CENTER STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "IVINS", + "Physical Address State": "UT ", + "Physical Address Zip": "84738", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900145", + "School District Name": "Weilenmann School of Discovery", + "Physical Address Line 1": "4199 W KILBY ROAD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARK CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84098", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309270", + "School District Name": "Vancouver School District", + "Physical Address Line 1": "2901 FALK RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VANCOUVER", + "Physical Address State": "WA ", + "Physical Address Zip": "98661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.12494578717028743", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900183", + "School District Name": "Vanguard Academy", + "Physical Address Line 1": "2650 South Decker Lake Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEST VALLEY CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84119", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900160", + "School District Name": "Voyage Academy", + "Physical Address Line 1": "1891 N. 1500 W.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "CLINTON", + "Physical Address State": "UT ", + "Physical Address Zip": "84015", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900167", + "School District Name": "Weber State University Charter Academy", + "Physical Address Line 1": "1351 Edvalson Street", + "Physical Address Line 2": "Department 1305 Weber State Un", + "Physical Address Line 3": "", + "Physical Address City": "OGDEN", + "Physical Address State": "UT ", + "Physical Address Zip": "84408", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900168", + "School District Name": "Winter Sports School", + "Physical Address Line 1": "4251 Shadow Mountain Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARK CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84098", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309300", + "School District Name": "Vashon Island School District", + "Physical Address Line 1": "9309 SW Cemetery Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VASHON", + "Physical Address State": "WA ", + "Physical Address Zip": "98070", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10464310464310464", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900184", + "School District Name": "Wallace Stegner Academy", + "Physical Address Line 1": "980 S. Bending River Ct.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SALT LAKE CITY", + "Physical Address State": "UT ", + "Physical Address Zip": "84104", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4900185", + "School District Name": "Wasatch Waldorf Charter School", + "Physical Address Line 1": "1458 East Murray-Holladay Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "HOLLADAY", + "Physical Address State": "UT ", + "Physical Address Zip": "84117", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5008310", + "School District Name": "Vernon School District", + "Physical Address Line 1": "381 Governor Hunt Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Vernon", + "Physical Address State": "VT ", + "Physical Address Zip": "05354", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515330", + "School District Name": "Verona Area School District", + "Physical Address Line 1": "700 N Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Verona", + "Physical Address State": "WI ", + "Physical Address Zip": "53593", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.081922353343595", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4901110", + "School District Name": "Wasatch District", + "Physical Address Line 1": "101 E 200 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Heber City", + "Physical Address State": "UT ", + "Physical Address Zip": "84032", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.0532650142993327", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4901140", + "School District Name": "Washington District", + "Physical Address Line 1": "121 W TABERNACLE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "St. George", + "Physical Address State": "UT ", + "Physical Address Zip": "84770", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08848167539267016", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "Yes", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "4901170", + "School District Name": "Wayne District", + "Physical Address Line 1": "79 N 100 W", + "Physical Address Line 2": "79 N 100 W", + "Physical Address Line 3": "", + "Physical Address City": "Bicknell", + "Physical Address State": "UT ", + "Physical Address Zip": "84715", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14386792452830188", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4901200", + "School District Name": "Weber District", + "Physical Address Line 1": "5320 S ADAMS AVE PKWY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "OGDEN", + "Physical Address State": "UT ", + "Physical Address Zip": "84405", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06607884084873798", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "Yes", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "Yes" + }, + { + "NCES ID": "5000004", + "School District Name": "Battenkill Valley Supervisory Union", + "Physical Address Line 1": "530-A East Arlington Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arlington", + "Physical Address State": "VT", + "Physical Address Zip": "05250", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000018", + "School District Name": "Warners Grant School District", + "Physical Address Line 1": "318 Christian Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canaan", + "Physical Address State": "VT ", + "Physical Address Zip": "05903", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000019", + "School District Name": "Warrens Grant School District", + "Physical Address Line 1": "318 Christian Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Canaan", + "Physical Address State": "VT ", + "Physical Address Zip": "05903", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515360", + "School District Name": "Viroqua Area School District", + "Physical Address Line 1": "115 N Education Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Viroqua", + "Physical Address State": "WI ", + "Physical Address Zip": "54665", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.16267648864333947", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400063", + "School District Name": "Virtual Preparatory Academy of West Virginia", + "Physical Address Line 1": "449 Rose Hill Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kearneysville", + "Physical Address State": "WV ", + "Physical Address Zip": "25430", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000409", + "School District Name": "Wells Spring Unified Union School District", + "Physical Address Line 1": "16 Evelyn Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Rutland", + "Physical Address State": "VT ", + "Physical Address Zip": "05701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000420", + "School District Name": "Southern Valley Unified School District", + "Physical Address Line 1": "1 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "VT", + "Physical Address Zip": "05363", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000426", + "School District Name": "White River Unified School District", + "Physical Address Line 1": "461 Waterman Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Royalton", + "Physical Address State": "VT ", + "Physical Address Zip": "05068", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000431", + "School District Name": "Windham Southeast Unified Union School District #96", + "Physical Address Line 1": "53 Green Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brattleboro", + "Physical Address State": "VT ", + "Physical Address Zip": "05301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000432", + "School District Name": "West River Valley Modified Union Education District #72B", + "Physical Address Line 1": "1219 VT Route 30", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Townshend", + "Physical Address State": "VT ", + "Physical Address Zip": "05353", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000439", + "School District Name": "Washington Central Unified Union School District #92", + "Physical Address Line 1": "1130 Gallison Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montpelier", + "Physical Address State": "VT ", + "Physical Address Zip": "05602", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000446", + "School District Name": "Windham Northeast Union Elementary School District #95", + "Physical Address Line 1": "25 Cherry Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellows Falls", + "Physical Address State": "VT ", + "Physical Address Zip": "05101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000449", + "School District Name": "West River Valley Modified Union Education District #72A", + "Physical Address Line 1": "1219 VT Route 30", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Townshend", + "Physical Address State": "VT ", + "Physical Address Zip": "05353", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5000450", + "School District Name": "Windsor Central Unified Union School District", + "Physical Address Line 1": "70 Amsden Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodstock", + "Physical Address State": "VT ", + "Physical Address Zip": "05091", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100058", + "School District Name": "VSDB-STAUNTON", + "Physical Address Line 1": "104 VSDB Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Staunton", + "Physical Address State": "VA ", + "Physical Address Zip": "24401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900185", + "School District Name": "Wa He Lut Indian School", + "Physical Address Line 1": "11110 Conine Avenue SE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Olympia", + "Physical Address State": "WA", + "Physical Address Zip": "98513", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515390", + "School District Name": "Wabeno Area School District", + "Physical Address Line 1": "4346 Mill Ln", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wabeno", + "Physical Address State": "WI ", + "Physical Address Zip": "54566", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.1652892561983471", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309330", + "School District Name": "Wahkiakum School District", + "Physical Address Line 1": "500 S. Third St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cathlamet", + "Physical Address State": "WA ", + "Physical Address Zip": "98612", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18329938900203666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309360", + "School District Name": "Wahluke School District", + "Physical Address Line 1": "411 E SADDLE MT DRIVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MATTAWA", + "Physical Address State": "WA ", + "Physical Address Zip": "99349", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.12218963831867058", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5008242", + "School District Name": "Waits River Valley USD #36", + "Physical Address Line 1": "6 Waits River Valley Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "East Corinth", + "Physical Address State": "VT ", + "Physical Address Zip": "05040", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309390", + "School District Name": "Waitsburg School District", + "Physical Address Line 1": "184 Academy Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAITSBURG", + "Physical Address State": "WA ", + "Physical Address Zip": "99361", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13427561837455831", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5008700", + "School District Name": "Weathersfield School District", + "Physical Address Line 1": "School House Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ascutney", + "Physical Address State": "VT ", + "Physical Address Zip": "05030", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5008910", + "School District Name": "Westfield School District", + "Physical Address Line 1": "338 Highland Avenue Suite 4", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newport", + "Physical Address State": "VT ", + "Physical Address Zip": "05855", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5009000", + "School District Name": "Westmore School District", + "Physical Address Line 1": "Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Orleans", + "Physical Address State": "VT ", + "Physical Address Zip": "05860", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5009270", + "School District Name": "Windham School District", + "Physical Address Line 1": "5940 Windham Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windham", + "Physical Address State": "VT ", + "Physical Address Zip": "05359", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5009330", + "School District Name": "Winhall School District", + "Physical Address Line 1": "6378 Vermont Route 7A", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sunderland", + "Physical Address State": "VT ", + "Physical Address Zip": "05250", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5009360", + "School District Name": "Winooski School District", + "Physical Address Line 1": "80 Normand Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winooski", + "Physical Address State": "VT ", + "Physical Address Zip": "05404", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5009390", + "School District Name": "Wolcott School District", + "Physical Address Line 1": "320 School Hill Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wolcott", + "Physical Address State": "VT ", + "Physical Address Zip": "05680", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "2-Local school district that is a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309450", + "School District Name": "Walla Walla Public Schools", + "Physical Address Line 1": "364 S PARK ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WALLA WALLA", + "Physical Address State": "WA ", + "Physical Address Zip": "99362", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.1344524119947849", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099917", + "School District Name": "Winooski Supervisory District", + "Physical Address Line 1": "60 Normand Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winooski", + "Physical Address State": "VT ", + "Physical Address Zip": "05404", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "22", + "Percent of Students in Poverty": "0.20318237454100369", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099930", + "School District Name": "White River Valley Supervisory Union", + "Physical Address Line 1": "461 Waterman Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Royalton", + "Physical Address State": "VT ", + "Physical Address Zip": "05068", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10962877030162413", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099932", + "School District Name": "Washington Central Supervisory Union", + "Physical Address Line 1": "1130 Gallison Hill Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montpelier", + "Physical Address State": "VT ", + "Physical Address Zip": "05602", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06489881367759945", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099946", + "School District Name": "Windham Central Supervisory Union", + "Physical Address Line 1": "1219 VT Route 30", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Townshend", + "Physical Address State": "VT ", + "Physical Address Zip": "05353", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10919540229885058", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099947", + "School District Name": "Windham Northeast Supervisory Union", + "Physical Address Line 1": "25 Cherry Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellows Falls", + "Physical Address State": "VT ", + "Physical Address Zip": "05101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "0.14396887159533073", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099948", + "School District Name": "Windham Southeast Supervisory Union", + "Physical Address Line 1": "53 Green Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Brattleboro", + "Physical Address State": "VT ", + "Physical Address Zip": "05301", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "32", + "Percent of Students in Poverty": "0.12333566923615978", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099949", + "School District Name": "Windham Southwest Supervisory Union", + "Physical Address Line 1": "1 School Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmington", + "Physical Address State": "VT ", + "Physical Address Zip": "05363", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "0.13012048192771083", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500021", + "School District Name": "Walworth Co CDEB", + "Physical Address Line 1": "W3905 County Road NN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Elkhorn", + "Physical Address State": "WI ", + "Physical Address Zip": "53121", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "9-Specialized public school district", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099951", + "School District Name": "Windsor Central Supervisory Union", + "Physical Address Line 1": "70 Amsden Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Woodstock", + "Physical Address State": "VT ", + "Physical Address Zip": "05091", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "42", + "Percent of Students in Poverty": "0.06831275720164609", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515450", + "School District Name": "Walworth J1 School District", + "Physical Address Line 1": "121 Beloit St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Walworth", + "Physical Address State": "WI ", + "Physical Address Zip": "53184", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11991434689507495", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5099952", + "School District Name": "Windsor Southeast Supervisory Union", + "Physical Address Line 1": "105 Main Street Suite 200", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Windsor", + "Physical Address State": "VT ", + "Physical Address Zip": "05089", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "3-Supervisory union administrative center (or county superintendent's office serving the same purpose)", + "Locale Code": "33", + "Percent of Students in Poverty": "0.08597883597883597", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309480", + "School District Name": "Wapato School District", + "Physical Address Line 1": "212 W 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WAPATO", + "Physical Address State": "WA ", + "Physical Address Zip": "98951", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.23781346858269936", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309510", + "School District Name": "Warden School District", + "Physical Address Line 1": "101 W BECK WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WARDEN", + "Physical Address State": "WA ", + "Physical Address Zip": "98857", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.1375", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103870", + "School District Name": "WARREN CO PBLC SCHS", + "Physical Address Line 1": "210 North Commerce Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Front Royal", + "Physical Address State": "VA ", + "Physical Address Zip": "22630", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.12557710064635272", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100048", + "School District Name": "WESTERN ST HOSP", + "Physical Address Line 1": "1301 Richmond Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Staunton", + "Physical Address State": "VA ", + "Physical Address Zip": "24401", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100054", + "School District Name": "WILSON WORKFORCE AND REHAB", + "Physical Address Line 1": "Box W-81", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fishersville", + "Physical Address State": "VA ", + "Physical Address Zip": "22939", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "23", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5606240", + "School District Name": "Washakie County School District #1", + "Physical Address Line 1": "1900 Howell Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Worland", + "Physical Address State": "WY ", + "Physical Address Zip": "82401", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.10607356715141146", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5605820", + "School District Name": "Washakie County School District #2", + "Physical Address Line 1": "242 Cedar Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ten Sleep", + "Physical Address State": "WY ", + "Physical Address Zip": "82442", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13043478260869565", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515540", + "School District Name": "Washburn School District", + "Physical Address Line 1": "305 W 4th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washburn", + "Physical Address State": "WI ", + "Physical Address Zip": "54891", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14313346228239845", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300015", + "School District Name": "Washington Center for Deaf and Hard of Hearing Youth", + "Physical Address Line 1": "611 GRAND BLVD.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "VANCOUVER", + "Physical Address State": "WA ", + "Physical Address Zip": "98661", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103900", + "School District Name": "WASHINGTON CO PBLC SCHS", + "Physical Address Line 1": "812 Thompson Dr", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Abingdon", + "Physical Address State": "VA ", + "Physical Address Zip": "24210", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16314699792960663", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515570", + "School District Name": "Washington Island School District", + "Physical Address Line 1": "888 Main Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Washington Island", + "Physical Address State": "WI ", + "Physical Address Zip": "54246", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.07407407407407407", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300324", + "School District Name": "Washington Military Department", + "Physical Address Line 1": "1207 Carver St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bremerton", + "Physical Address State": "WA ", + "Physical Address Zip": "98312", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300317", + "School District Name": "Washington State University", + "Physical Address Line 1": "WSU Office", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Pullman", + "Physical Address State": "WA ", + "Physical Address Zip": "99164", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515700", + "School District Name": "Washington-Caldwell School District", + "Physical Address Line 1": "8937 Big Bend Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterford", + "Physical Address State": "WI ", + "Physical Address Zip": "53185", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.029914529914529916", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309540", + "School District Name": "Washougal School District", + "Physical Address Line 1": "4855 Evergreen Way", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASHOUGAL", + "Physical Address State": "WA ", + "Physical Address Zip": "98671", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.07998950957251508", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309570", + "School District Name": "Washtucna School District", + "Physical Address Line 1": "730 East Booth Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WASHTUCNA", + "Physical Address State": "WA ", + "Physical Address Zip": "99371", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13432835820895522", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515660", + "School District Name": "Waterford Graded J1 School District", + "Physical Address Line 1": "819 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterford", + "Physical Address State": "WI ", + "Physical Address Zip": "53185", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.056797583081571", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515600", + "School District Name": "Waterford UHS School District", + "Physical Address Line 1": "611 W Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterford", + "Physical Address State": "WI ", + "Physical Address Zip": "53185", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.04119850187265917", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515720", + "School District Name": "Waterloo School District", + "Physical Address Line 1": "813 N Monroe St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waterloo", + "Physical Address State": "WI ", + "Physical Address Zip": "53594", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.16369710467706014", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515750", + "School District Name": "Watertown Unified School District", + "Physical Address Line 1": "111 Dodge St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Watertown", + "Physical Address State": "WI ", + "Physical Address Zip": "53094", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10291343533850346", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309600", + "School District Name": "Waterville School District", + "Physical Address Line 1": "200 E BIRCH", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WATERVILLE", + "Physical Address State": "WA ", + "Physical Address Zip": "98858", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.15294117647058825", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515780", + "School District Name": "Waukesha School District", + "Physical Address Line 1": "222 Maple Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waukesha", + "Physical Address State": "WI ", + "Physical Address Zip": "53186", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.08682412358882947", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515810", + "School District Name": "Waunakee Community School District", + "Physical Address Line 1": "905 Bethel Cir", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waunakee", + "Physical Address State": "WI ", + "Physical Address Zip": "53597", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03779560810810811", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515840", + "School District Name": "Waupaca School District", + "Physical Address Line 1": "E2325 King Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waupaca", + "Physical Address State": "WI ", + "Physical Address Zip": "54981", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1221505376344086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515870", + "School District Name": "Waupun School District", + "Physical Address Line 1": "950 Wilcox St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waupun", + "Physical Address State": "WI ", + "Physical Address Zip": "53963", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.08635437881873727", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515900", + "School District Name": "Wausau School District", + "Physical Address Line 1": "415 Seymour St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wausau", + "Physical Address State": "WI ", + "Physical Address Zip": "54403", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11458928367416886", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515930", + "School District Name": "Wausaukee School District", + "Physical Address Line 1": "N11941 US Highway 141", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wausaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "54177", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.21271393643031786", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515960", + "School District Name": "Wautoma Area School District", + "Physical Address Line 1": "556 S Cambridge St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wautoma", + "Physical Address State": "WI ", + "Physical Address Zip": "54982", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.2078272604588394", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5515990", + "School District Name": "Wauwatosa School District", + "Physical Address Line 1": "12121 W North Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wauwatosa", + "Physical Address State": "WI ", + "Physical Address Zip": "53226", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.04804845222072678", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516020", + "School District Name": "Wauzeka-Steuben School District", + "Physical Address Line 1": "301 E Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wauzeka", + "Physical Address State": "WI ", + "Physical Address Zip": "53826", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11153846153846154", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103930", + "School District Name": "WAYNESBORO CITY PBLC SCHS", + "Physical Address Line 1": "301 Pine Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Waynesboro", + "Physical Address State": "VA ", + "Physical Address Zip": "22980", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.18453333333333333", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103950", + "School District Name": "WEST POINT PBLC SCHS", + "Physical Address Line 1": "329 6th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Point", + "Physical Address State": "VA ", + "Physical Address Zip": "23181", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.10140405616224649", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5103980", + "School District Name": "WESTMORELAND CO PBLC SCHS", + "Physical Address Line 1": "141 Opal Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Montross", + "Physical Address State": "VA ", + "Physical Address Zip": "22520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.23719806763285023", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5104020", + "School District Name": "WILLIAMSBURG-JAMES CITY PBLC SCHS", + "Physical Address Line 1": "117 Ironbound Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williamsburg", + "Physical Address State": "VA ", + "Physical Address Zip": "23185", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.19984447900466562", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5104050", + "School District Name": "WINCHESTER CITY PBLC SCHS", + "Physical Address Line 1": "12 N Washington St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winchester", + "Physical Address State": "VA ", + "Physical Address Zip": "22601", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.16962524654832348", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5104080", + "School District Name": "WISE CO PBLC SCHS", + "Physical Address Line 1": "628 Lake Street NE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wise", + "Physical Address State": "VA ", + "Physical Address Zip": "24293", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.22716851356515094", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5104110", + "School District Name": "WYTHE CO PBLC SCHS", + "Physical Address Line 1": "1570 W Reservoir St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wytheville", + "Physical Address State": "VA ", + "Physical Address Zip": "24382", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25163636363636366", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5104150", + "School District Name": "YORK CO PBLC SCHS", + "Physical Address Line 1": "302 Dare Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Yorktown", + "Physical Address State": "VA ", + "Physical Address Zip": "23692", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.054491899852724596", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401500", + "School District Name": "WAYNE COUNTY SCHOOLS", + "Physical Address Line 1": "212 NORTH COURT STREET", + "Physical Address Line 2": "P.O. BOX 70", + "Physical Address Line 3": "", + "Physical Address City": "WAYNE", + "Physical Address State": "WV ", + "Physical Address Zip": "25570", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.22092234655815532", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300319", + "School District Name": "Western Washington University", + "Physical Address Line 1": "516 High Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Bellingham", + "Physical Address State": "WA ", + "Physical Address Zip": "98225", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "8-Other education agencies", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401530", + "School District Name": "WEBSTER COUNTY SCHOOLS", + "Physical Address Line 1": "315 SOUTH MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WEBSTER SPRINGS", + "Physical Address State": "WV ", + "Physical Address Zip": "26288", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.33387755102040817", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516230", + "School District Name": "Webster School District", + "Physical Address Line 1": "26428 Lakeland Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Webster", + "Physical Address State": "WI ", + "Physical Address Zip": "54893", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17628705148205928", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5300349", + "School District Name": "Why Not You Academy", + "Physical Address Line 1": "22419 Pacific Highway South", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Des Moines", + "Physical Address State": "WA ", + "Physical Address Zip": "98198", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "21", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309630", + "School District Name": "Wellpinit School District #49", + "Physical Address Line 1": "6231 Old School Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WELLPINIT", + "Physical Address State": "WA ", + "Physical Address Zip": "99040", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2169811320754717", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309660", + "School District Name": "Wenatchee School District", + "Physical Address Line 1": "235 SUNSET AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WENATCHEE", + "Physical Address State": "WA ", + "Physical Address Zip": "98801", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.13005334914048608", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516260", + "School District Name": "West Allis-West Milwaukee School District", + "Physical Address Line 1": "1205 S 70th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Allis", + "Physical Address State": "WI ", + "Physical Address Zip": "53214", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.15347697334831", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516290", + "School District Name": "West Bend School District", + "Physical Address Line 1": "735 S Main St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Bend", + "Physical Address State": "WI ", + "Physical Address Zip": "53095", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "23", + "Percent of Students in Poverty": "0.06341342581124597", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516320", + "School District Name": "West De Pere School District", + "Physical Address Line 1": "400 Reid St", + "Physical Address Line 2": "Ste W", + "Physical Address Line 3": "", + "Physical Address City": "De Pere", + "Physical Address State": "WI ", + "Physical Address Zip": "54115", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.06069364161849711", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516350", + "School District Name": "West Salem School District", + "Physical Address Line 1": "405 E Hamlin St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "West Salem", + "Physical Address State": "WI ", + "Physical Address Zip": "54669", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "22", + "Percent of Students in Poverty": "0.0613682092555332", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309690", + "School District Name": "West Valley School District (Spokane)", + "Physical Address Line 1": "2805 N ARGONNE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "SPOKANE", + "Physical Address State": "WA ", + "Physical Address Zip": "99212", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "12", + "Percent of Students in Poverty": "0.10162726435369972", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309720", + "School District Name": "West Valley School District (Yakima)", + "Physical Address Line 1": "8902 ZIER RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YAKIMA", + "Physical Address State": "WA ", + "Physical Address Zip": "98908", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.11446442533229086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400064", + "School District Name": "West Virginia Virtual Academy", + "Physical Address Line 1": "707 Virginia Street East", + "Physical Address Line 2": "Suite 260", + "Physical Address Line 3": "", + "Physical Address City": "Charleston", + "Physical Address State": "WV ", + "Physical Address Zip": "25301", + "LEA Charter Status": "Charter district which is not an LEA for any federal program", + "Agency Type": "7-Independent Charter District", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516410", + "School District Name": "Westby Area School District", + "Physical Address Line 1": "206 West Ave S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westby", + "Physical Address State": "WI ", + "Physical Address Zip": "54667", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1490840176879343", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516440", + "School District Name": "Westfield School District", + "Physical Address Line 1": "N7046 County Road M", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Westfield", + "Physical Address State": "WI ", + "Physical Address Zip": "53964", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17228177641653905", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309750", + "School District Name": "White Pass School District", + "Physical Address Line 1": "516 Silverbrook", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Randle", + "Physical Address State": "WA ", + "Physical Address Zip": "98377", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.2329059829059829", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309780", + "School District Name": "White River School District", + "Physical Address Line 1": "240 N A ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "BUCKLEY", + "Physical Address State": "WA ", + "Physical Address Zip": "98321", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.05969836614997905", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309810", + "School District Name": "White Salmon Valley School District", + "Physical Address Line 1": "170 NW LINCOLN ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WHITE SALMON", + "Physical Address State": "WA ", + "Physical Address Zip": "98672", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.13290113452188007", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309840", + "School District Name": "Wilbur School District", + "Physical Address Line 1": "202 POPE ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILBUR", + "Physical Address State": "WA ", + "Physical Address Zip": "99185", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.13761467889908258", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309870", + "School District Name": "Willapa Valley School District", + "Physical Address Line 1": "22 VIKING WAY", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "MENLO", + "Physical Address State": "WA ", + "Physical Address Zip": "98561", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14457831325301204", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309900", + "School District Name": "Wilson Creek School District", + "Physical Address Line 1": "400 NAVAR ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WILSON CREEK", + "Physical Address State": "WA ", + "Physical Address Zip": "98860", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.10619469026548672", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309930", + "School District Name": "Winlock School District", + "Physical Address Line 1": "401 NW 1ST STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WINLOCK", + "Physical Address State": "WA ", + "Physical Address Zip": "98596", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14709517923362175", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5309990", + "School District Name": "Wishkah Valley School District", + "Physical Address Line 1": "4640 Wishkah Road", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Aberdeen", + "Physical Address State": "WA ", + "Physical Address Zip": "98520", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.14189189189189189", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5604830", + "School District Name": "Weston County School District #1", + "Physical Address Line 1": "116 Casper Avenue", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Newcastle", + "Physical Address State": "WY ", + "Physical Address Zip": "82701", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "33", + "Percent of Students in Poverty": "0.11459589867310012", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5310020", + "School District Name": "Wishram School District", + "Physical Address Line 1": "135 BUNN", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WISHRAM", + "Physical Address State": "WA ", + "Physical Address Zip": "98673", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.3409090909090909", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5606090", + "School District Name": "Weston County School District #7", + "Physical Address Line 1": "804 Willow", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Upton", + "Physical Address State": "WY ", + "Physical Address Zip": "82730", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.06306306306306306", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5310050", + "School District Name": "Woodland School District", + "Physical Address Line 1": "800 3RD ST", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "WOODLAND", + "Physical Address State": "WA ", + "Physical Address Zip": "98674", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.09714928732183045", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5310110", + "School District Name": "Yakima School District", + "Physical Address Line 1": "104 N 4TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YAKIMA", + "Physical Address State": "WA ", + "Physical Address Zip": "98902", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.20900836745593734", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5310140", + "School District Name": "Yelm School District", + "Physical Address Line 1": "107 1st N.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "YELM", + "Physical Address State": "WA ", + "Physical Address Zip": "98597", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10768536622048429", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516470", + "School District Name": "Weston School District", + "Physical Address Line 1": "E2511 County Road S", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cazenovia", + "Physical Address State": "WI ", + "Physical Address Zip": "53924", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.20758483033932135", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5310170", + "School District Name": "Zillah School District", + "Physical Address Line 1": "213 4TH AVE", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ZILLAH", + "Physical Address State": "WA ", + "Physical Address Zip": "98953", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.13000817661488143", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5400511", + "School District Name": "WV SCHOOLS OF DIVERSION AND TRANSITION", + "Physical Address Line 1": "1900 KANAWHA BLVD. E.", + "Physical Address Line 2": "BUILDING 6 ROOM 728", + "Physical Address Line 3": "", + "Physical Address City": "CHARLESTON", + "Physical Address State": "WV ", + "Physical Address Zip": "25305", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401560", + "School District Name": "WETZEL COUNTY SCHOOLS", + "Physical Address Line 1": "333 FOUNDRY STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "NEW MARTINSVILLE", + "Physical Address State": "WV ", + "Physical Address Zip": "26155", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.24361948955916474", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516500", + "School District Name": "Weyauwega-Fremont School District", + "Physical Address Line 1": "410 E Ann St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Weyauwega", + "Physical Address State": "WI ", + "Physical Address Zip": "54983", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.09451219512195122", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516560", + "School District Name": "Wheatland J1 School District", + "Physical Address Line 1": "6606 368th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Burlington", + "Physical Address State": "WI ", + "Physical Address Zip": "53105", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.10180995475113122", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401590", + "School District Name": "WIRT COUNTY SCHOOLS", + "Physical Address Line 1": "389 MULBERRY STREET", + "Physical Address Line 2": "P.O. BOX 189", + "Physical Address Line 3": "", + "Physical Address City": "ELIZABETH", + "Physical Address State": "WV ", + "Physical Address Zip": "26143", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.25943970767356883", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516590", + "School District Name": "White Lake School District", + "Physical Address Line 1": "405 Bissell St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "White Lake", + "Physical Address State": "WI ", + "Physical Address Zip": "54491", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.20105820105820105", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401620", + "School District Name": "WOOD COUNTY SCHOOLS", + "Physical Address Line 1": "1210 13TH STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PARKERSBURG", + "Physical Address State": "WV ", + "Physical Address Zip": "26101", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "13", + "Percent of Students in Poverty": "0.18447115748091025", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401621", + "School District Name": "WV SCHOOLS FOR THE DEAF AND THE BLIND", + "Physical Address Line 1": "301 E MAIN STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "ROMNEY", + "Physical Address State": "WV ", + "Physical Address Zip": "26757", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5401650", + "School District Name": "WYOMING COUNTY SCHOOLS", + "Physical Address Line 1": "19 PARK STREET", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "PINEVILLE", + "Physical Address State": "WV ", + "Physical Address Zip": "24874", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.26484996938150646", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900117", + "School District Name": "White Shield School", + "Physical Address Line 1": "2 2nd Ave West", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Roseglen", + "Physical Address State": "ND", + "Physical Address Zip": "58775", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500035", + "School District Name": "Wisconsin Department of Corrections", + "Physical Address Line 1": "3099 E Washington Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "WI ", + "Physical Address Zip": "53704", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500036", + "School District Name": "Wisconsin Department of Health Services", + "Physical Address Line 1": "1 W Wilson St", + "Physical Address Line 2": "Rm 418", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "WI ", + "Physical Address Zip": "53703", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500037", + "School District Name": "Wisconsin Dept of Public Instruction", + "Physical Address Line 1": "125 S Webster St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Madison", + "Physical Address State": "WI ", + "Physical Address Zip": "53703", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516620", + "School District Name": "Whitefish Bay School District", + "Physical Address Line 1": "1200 E Fairmount Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitefish Bay", + "Physical Address State": "WI ", + "Physical Address Zip": "53217", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.03302433371958285", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516650", + "School District Name": "Whitehall School District", + "Physical Address Line 1": "19121 Hobson St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitehall", + "Physical Address State": "WI ", + "Physical Address Zip": "54773", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.15938606847697756", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500070", + "School District Name": "Woodlands School - State Street Campus Agency", + "Physical Address Line 1": "3121 W State St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516680", + "School District Name": "Whitewater Unified School District", + "Physical Address Line 1": "419 S Elizabeth St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Whitewater", + "Physical Address State": "WI ", + "Physical Address Zip": "53190", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.11224018475750577", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500086", + "School District Name": "WOLI/Akii'gikinoo'amaading Environmental School Agency", + "Physical Address Line 1": "8575 N Trepania Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Hayward", + "Physical Address State": "WI ", + "Physical Address Zip": "54843", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5500113", + "School District Name": "Woodlands School Agency", + "Physical Address Line 1": "5510 W Bluemound Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Milwaukee", + "Physical Address State": "WI ", + "Physical Address Zip": "53208", + "LEA Charter Status": "Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins", + "Agency Type": "7-Independent Charter District", + "Locale Code": "11", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5506000", + "School District Name": "Whitnall School District", + "Physical Address Line 1": "5000 S 116th St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Greenfield", + "Physical Address State": "WI ", + "Physical Address Zip": "53228", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "21", + "Percent of Students in Poverty": "0.06158467893353361", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900062", + "School District Name": "Wide Ruins Community School", + "Physical Address Line 1": "19 Miles N Hwy 191 Exit 333 off I-40", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Chambers", + "Physical Address State": "AZ", + "Physical Address Zip": "86502", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516710", + "School District Name": "Wild Rose School District", + "Physical Address Line 1": "600 Park Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wild Rose", + "Physical Address State": "WI ", + "Physical Address Zip": "54984", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.1389776357827476", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5501230", + "School District Name": "Wisconsin Heights School District", + "Physical Address Line 1": "10173 US Highway 14", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Mazomanie", + "Physical Address State": "WI ", + "Physical Address Zip": "53560", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.08868501529051988", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516740", + "School District Name": "Williams Bay School District", + "Physical Address Line 1": "500 W Geneva St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Williams Bay", + "Physical Address State": "WI ", + "Physical Address Zip": "53191", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.0759493670886076", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516770", + "School District Name": "Wilmot UHS School District", + "Physical Address Line 1": "11112 308th Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wilmot", + "Physical Address State": "WI ", + "Physical Address Zip": "53192", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.06976744186046512", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900059", + "School District Name": "Wingate Elementary School", + "Physical Address Line 1": "12 Painted Horse Trail", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Ft. Wingate", + "Physical Address State": "NM", + "Physical Address Zip": "87316", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900119", + "School District Name": "Wingate High School", + "Physical Address Line 1": "1737 Shush Drive", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Fort Wingate", + "Physical Address State": "NM", + "Physical Address Zip": "87316", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516830", + "School District Name": "Winneconne Community School District", + "Physical Address Line 1": "233 S 3rd Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winneconne", + "Physical Address State": "WI ", + "Physical Address Zip": "54986", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.037794299876084264", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5516860", + "School District Name": "Winter School District", + "Physical Address Line 1": "6585 W Grove St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Winter", + "Physical Address State": "WI ", + "Physical Address Zip": "54896", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.3082901554404145", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5517040", + "School District Name": "Wisconsin Dells School District", + "Physical Address Line 1": "811 County Rd H", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wisconsin Dells", + "Physical Address State": "WI ", + "Physical Address Zip": "53965", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.1662095447065277", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5517070", + "School District Name": "Wisconsin Rapids School District", + "Physical Address Line 1": "510 Peach St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wisconsin Rapids", + "Physical Address State": "WI ", + "Physical Address Zip": "54494", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "0.15490935200143602", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5517100", + "School District Name": "Wittenberg-Birnamwood School District", + "Physical Address Line 1": "400 W Grand Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wittenberg", + "Physical Address State": "WI ", + "Physical Address Zip": "54499", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11831442463533225", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5517130", + "School District Name": "Wonewoc-Union Center School District", + "Physical Address Line 1": "101 School Rd", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wonewoc", + "Physical Address State": "WI ", + "Physical Address Zip": "53968", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.17830882352941177", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5517160", + "School District Name": "Woodruff J1 School District", + "Physical Address Line 1": "11065 Old Highway 51 N", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Arbor Vitae", + "Physical Address State": "WI ", + "Physical Address Zip": "54568", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "0.14533622559652928", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900183", + "School District Name": "Wounded Knee District School", + "Physical Address Line 1": "100 Main Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Manderson", + "Physical Address State": "SD", + "Physical Address Zip": "57756", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "43", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5517190", + "School District Name": "Wrightstown Community School District", + "Physical Address Line 1": "351 High St", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Wrightstown", + "Physical Address State": "WI ", + "Physical Address Zip": "54180", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "31", + "Percent of Students in Poverty": "0.026451612903225806", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5680253", + "School District Name": "Wyoming Behavioral Institute - Administration Office", + "Physical Address Line 1": "2521 East 15th Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Casper", + "Physical Address State": "WY ", + "Physical Address Zip": "82609", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5680251", + "School District Name": "Wyoming Department of Family Services", + "Physical Address Line 1": "2300 Capitol Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cheyenne", + "Physical Address State": "WY ", + "Physical Address Zip": "82002", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "42", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5600005", + "School District Name": "Wyoming Department of Health", + "Physical Address Line 1": "401 Hathaway Building", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Cheyenne", + "Physical Address State": "WY ", + "Physical Address Zip": "82002", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "13", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5900057", + "School District Name": "Yakama Nation Tribal School", + "Physical Address Line 1": "601 Linden Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Toppenish", + "Physical Address State": "WA", + "Physical Address Zip": "98948", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "32", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5517220", + "School District Name": "Yorkville J2 School District", + "Physical Address Line 1": "18621 Washington Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Union Grove", + "Physical Address State": "WI ", + "Physical Address Zip": "53182", + "LEA Charter Status": "Not a charter district \u2013 State has charter LEAs but this LEA is not a charter LEA", + "Agency Type": "1-Regular local school district that is NOT a component of a supervisory union", + "Locale Code": "41", + "Percent of Students in Poverty": "0.07584269662921349", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5600014", + "School District Name": "Normative Services - Administration Office", + "Physical Address Line 1": "5 Lane Lane", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Sheridan", + "Physical Address State": "WY", + "Physical Address Zip": "82801", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5680252", + "School District Name": "Youth Emergency Services Inc. - Administration Office", + "Physical Address Line 1": "905 N. Gurley Ave", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Gillette", + "Physical Address State": "WY ", + "Physical Address Zip": "82716", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "5-State agency providing elementary and/or secondary level instruction", + "Locale Code": "41", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Please Self-Certify", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100001", + "School District Name": "Fort Rucker School District", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "AL", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.04018912529550828", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0100003", + "School District Name": "Maxwell AFB School District", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "AL", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.07092198581560284", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0402710", + "School District Name": "Eagle Elementary District", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "AZ", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300002", + "School District Name": "Fort Benning Schools", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "GA", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.058336961253809314", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1300003", + "School District Name": "Fort Stewart School District", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "GA", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.10275229357798166", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1709780", + "School District Name": "Chester Non-High School District 122", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "IL", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.1", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "1712270", + "School District Name": "Dimmick Community Consolidated School District 175", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "IL", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.09411764705882353", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100078", + "School District Name": "Fort Campbell Dependent Schools", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "KY", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.13767153607791058", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2100079", + "School District Name": "Fort Knox Dependent Schools", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "KY", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.06828703703703703", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2105850", + "School District Name": "West Point Independent School District", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "KY", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.21212121212121213", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2206840", + "School District Name": "Central Community School District", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "LA", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.1358732299393122", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2382001", + "School District Name": "Aroostook Unorganized Territory", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.2100456621004566", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2382003", + "School District Name": "Franklin Unorganized Territory", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.11711711711711711", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2382011", + "School District Name": "Hancock Unorganized Territory", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.17647058823529413", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300001", + "School District Name": "Indian Island", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.2641509433962264", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300002", + "School District Name": "Indian Township", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.21666666666666667", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2382005", + "School District Name": "Kennebec Unorganized Territory", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2382007", + "School District Name": "Knox Unorganized Territory", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2382006", + "School District Name": "Lincoln Unorganized Territory", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2382013", + "School District Name": "Louds Island Unorganized Territory", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2382002", + "School District Name": "Oxford Unorganized Territory", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.28", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2382010", + "School District Name": "Penobscot Unorganized Territory", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.19230769230769232", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2382009", + "School District Name": "Piscataquis Unorganized Territory", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.20224719101123595", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2300003", + "School District Name": "Pleasant Point", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.21951219512195122", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2310950", + "School District Name": "Regional School Unit 22", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.091996699669967", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2382004", + "School District Name": "Sagadahoc Unorganized Territory", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2311880", + "School District Name": "School Administrative District 09", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.14314762098413988", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2314760", + "School District Name": "School Administrative District 67", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.20578034682080926", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2382008", + "School District Name": "Somerset Unorganized Territory", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2382012", + "School District Name": "Washington Unorganized Territory", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ME", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.18674698795180722", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2525010", + "School District Name": "Fairhaven/New Bedford School Districts in Acushnet (9-12)", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "MA", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.06818181818181818", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2525015", + "School District Name": "Lee/Berkshire Hills in Farmington River Regional (7-12)", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "MA", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.08196721311475409", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2525013", + "School District Name": "Mount Greylock/New Lebanon (NY) School Districts in Hancock (7-12)", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "MA", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.07142857142857142", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2525012", + "School District Name": "Nauset/Provincetown School Districts in Turo (7-12)", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "MA", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.17391304347826086", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2600009", + "School District Name": "Bloomfield Township School District 7F", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "MI", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.06896551724137931", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "2631830", + "School District Name": "Sigel Township School District 6", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "MI", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.15789473684210525", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3009560", + "School District Name": "East Helena K-12", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "MT", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.07901907356948229", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3016950", + "School District Name": "Lockwood K-12", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "MT", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.1311839911061701", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3333009", + "School District Name": "Rivendell Interstate School District", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "NH", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.12658227848101267", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3434001", + "School District Name": "Joint Base McGuire-Dix-Lakehurst", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "NJ", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.04048843187660668", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3604800", + "School District Name": "Binghamton Common School District", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "NY", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.028169014084507043", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3606750", + "School District Name": "Cattaraugus-Little Valley Central School District", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "NY", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.14439461883408072", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3600971", + "School District Name": "North Colonie Central School District", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "NY", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.0710788185120834", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700013", + "School District Name": "Camp Lejeune Schools", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "NC", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.06356968215158924", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3737099", + "School District Name": "Eastern Cherokee Reservation", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "NC", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.2217983651226158", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3700014", + "School District Name": "Fort Bragg Schools", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "NC", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.14031696946269812", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3803790", + "School District Name": "Carrington Public School District 10", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ND", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.08561020036429873", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3830049", + "School District Name": "New Salem-Almont School District", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ND", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.12464589235127478", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "3814880", + "School District Name": "Park River Area Public School District 8", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "ND", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.10585585585585586", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4009480", + "School District Name": "Davidson Public Schools", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "OK", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.28846153846153844", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4016440", + "School District Name": "Keys Public Schools", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "OK", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.1792452830188679", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4107880", + "School District Name": "McDermitt School District 51", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "OR", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.2", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500006", + "School District Name": "Beaufort Marine Corps Air Station School District", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "SC", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.3333333333333333", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4500005", + "School District Name": "Fort Jackson Schools", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "SC", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.07388535031847134", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4700078", + "School District Name": "Fort Campbell Schools", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "TN", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.05181023720349563", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100022", + "School District Name": "Dahlgren Department of Defense School District", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "VA", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.031746031746031744", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101190", + "School District Name": "Emporia City Public Schools", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "VA", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.3209169054441261", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5101230", + "School District Name": "Fairfax City Public Schools", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "VA", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.08308525033829499", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100036", + "School District Name": "James City County Public Schools", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "VA", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.09549049301699479", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "5100023", + "School District Name": "Quantico Marine Corps Center School District", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "VA", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.052361396303901436", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0409030", + "School District Name": "Walnut Grove Elementary District", + "Physical Address Line 1": "18500 S WALNUT GROVE RD", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "KIRKLAND", + "Physical Address State": "AZ", + "Physical Address Zip": "86332", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "0.16666666666666666", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0603870", + "School District Name": "Banta Elementary School District", + "Physical Address Line 1": "22375 S. El Rancho Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Tracy", + "Physical Address State": "CA", + "Physical Address Zip": "95304", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "41", + "Percent of Students in Poverty": "0.056480811006517015", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0604560", + "School District Name": "Belridge Elementary School District", + "Physical Address Line 1": "19447 Wagon Wheel Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "McKittrick", + "Physical Address State": "CA", + "Physical Address Zip": "93251", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "43", + "Percent of Students in Poverty": "0.34615384615384615", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "Yes", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0621660", + "School District Name": "Lincoln Elementary School District", + "Physical Address Line 1": "1300 Hicks Valley Rd.", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Petaluma", + "Physical Address State": "CA", + "Physical Address Zip": "94952", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "0.11538461538461539", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4021840", + "School District Name": "North Rock Creek Public School", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "OK", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "0.12432432432432433", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501740", + "School District Name": "Clarendon School District 1", + "Physical Address Line 1": "12 South Church Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Summerton", + "Physical Address State": "SC", + "Physical Address Zip": "29148", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "0.2845714285714286", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4501800", + "School District Name": "Clarendon School District 3", + "Physical Address Line 1": "1177 Atkinson Street", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Turbeville", + "Physical Address State": "SC", + "Physical Address Zip": "29162", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "0.18470588235294116", + "Is Prioritized": "No", + "Prioritized for Poverty >20%": "No", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502430", + "School District Name": "Hampton School District 1", + "Physical Address Line 1": "372 Pine Street East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Varnville", + "Physical Address State": "SC", + "Physical Address Zip": "29944", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "33", + "Percent of Students in Poverty": "0.2873886544772621", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "4502460", + "School District Name": "Hampton School District 2", + "Physical Address Line 1": "635 Fourth Street East", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Estill", + "Physical Address State": "SC", + "Physical Address Zip": "29918", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "42", + "Percent of Students in Poverty": "0.31880733944954126", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Yes", + "Prioritized for Rural 43": "No", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "No", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "BIE0001", + "School District Name": "Chickasaw Children's Village", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Kingston", + "Physical Address State": "OK ", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "BIE0002", + "School District Name": "Jicarilla Dormitory", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Dulce", + "Physical Address State": "NM ", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "BIE0003", + "School District Name": "Little Eagle Grant School", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Little Eagle", + "Physical Address State": "SD ", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "BIE0004", + "School District Name": "Sipayik Elementary School", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Perry", + "Physical Address State": "ME ", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "No", + "Prioritized for BIE": "Yes", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + }, + { + "NCES ID": "0000000", + "School District Name": "Alaska State Department of Education & Early Devel", + "Physical Address Line 1": "Not in Edge", + "Physical Address Line 2": "", + "Physical Address Line 3": "", + "Physical Address City": "Not in Edge", + "Physical Address State": "AK", + "Physical Address Zip": "Not in Edge", + "LEA Charter Status": "Not in ELSI", + "Agency Type": "Not in ELSI", + "Locale Code": "Not in EDGE", + "Percent of Students in Poverty": "Not in SIAPE", + "Is Prioritized": "Yes", + "Prioritized for Poverty >20%": "Not in SIAPE", + "Prioritized for Rural 43": "Not in EDGE", + "Prioritized for Impact Aid": "Yes", + "Prioritized for BIE": "No", + "Prioritized Tribal (Impact and BIE)": "Yes", + "Self-Certify (Large Number of Students and/or Number of Schools)": "No", + "Self-Certify Large Number of Student": "No", + "Self-Certify Large Number of Schools": "No" + } +] diff --git a/app/server/app/content/new-application-dialog.md b/app/server/app/content/new-application-dialog.md deleted file mode 100644 index 88e9d803..00000000 --- a/app/server/app/content/new-application-dialog.md +++ /dev/null @@ -1,3 +0,0 @@ -## Start a New Rebate Application - -Please select a row (arrow icon) below to begin your rebate form. diff --git a/app/server/app/content/new-frf-dialog.md b/app/server/app/content/new-frf-dialog.md new file mode 100644 index 00000000..a679dcd6 --- /dev/null +++ b/app/server/app/content/new-frf-dialog.md @@ -0,0 +1,3 @@ +## Start a New Rebate Application + +Please select a row (arrow icon) below to begin your rebate form. If you are unsure what UEI, EFT Indicator and Applicant row to select, please verify the correct one in your SAM.gov account before continuing. diff --git a/app/server/app/content/submitted-close-out-intro.md b/app/server/app/content/submitted-crf-intro.md similarity index 100% rename from app/server/app/content/submitted-close-out-intro.md rename to app/server/app/content/submitted-crf-intro.md diff --git a/app/server/app/content/submitted-application-intro.md b/app/server/app/content/submitted-frf-intro.md similarity index 100% rename from app/server/app/content/submitted-application-intro.md rename to app/server/app/content/submitted-frf-intro.md diff --git a/app/server/app/content/submitted-payment-request-intro.md b/app/server/app/content/submitted-prf-intro.md similarity index 100% rename from app/server/app/content/submitted-payment-request-intro.md rename to app/server/app/content/submitted-prf-intro.md diff --git a/app/server/app/index.js b/app/server/app/index.js index cee70d6f..3517396e 100644 --- a/app/server/app/index.js +++ b/app/server/app/index.js @@ -36,15 +36,22 @@ const requiredEnvironmentVariables = [ "SAML_PUBLIC_KEY", "JWT_PRIVATE_KEY", "JWT_PUBLIC_KEY", - "CSB_APPLICATION_FORM_OPEN", - "CSB_PAYMENT_REQUEST_FORM_OPEN", - "CSB_CLOSE_OUT_FORM_OPEN", + "CSB_2022_FRF_OPEN", + "CSB_2022_PRF_OPEN", + "CSB_2022_CRF_OPEN", + "CSB_2023_FRF_OPEN", + "CSB_2023_PRF_OPEN", + "CSB_2023_CRF_OPEN", + "FORMIO_2022_FRF_PATH", + "FORMIO_2022_PRF_PATH", + "FORMIO_2022_CRF_PATH", + "FORMIO_2023_FRF_PATH", + "FORMIO_2023_PRF_PATH", + "FORMIO_2023_CRF_PATH", "FORMIO_BASE_URL", "FORMIO_PROJECT_NAME", - "FORMIO_APPLICATION_FORM_PATH", - "FORMIO_PAYMENT_REQUEST_FORM_PATH", - "FORMIO_CLOSE_OUT_FORM_PATH", "FORMIO_API_KEY", + "FORMIO_NCES_API_KEY", "S3_PUBLIC_BUCKET", "S3_PUBLIC_REGION", ]; diff --git a/app/server/app/middleware.js b/app/server/app/middleware.js index 5e8b2233..d8e3c16b 100644 --- a/app/server/app/middleware.js +++ b/app/server/app/middleware.js @@ -164,15 +164,16 @@ function protectClientRoutes(req, res, next) { */ function checkClientRouteExists(req, res, next) { const subPath = SERVER_BASE_PATH || ""; - const clientRoutes = ["/", "/welcome", "/helpdesk", "/rebate/new"].map( + + const clientRoutes = ["/", "/welcome", "/helpdesk", "/frf/new"].map( (route) => `${subPath}${route}` ); if ( !clientRoutes.includes(req.path) && - !req.path.includes("/rebate/") && - !req.path.includes("/payment-request/") && - !req.path.includes("/close-out/") + !req.path.includes("/frf/") && + !req.path.includes("/prf/") && + !req.path.includes("/crf/") ) { const errorStatus = 404; return res diff --git a/app/server/app/routes/api.js b/app/server/app/routes/api.js deleted file mode 100644 index ef976530..00000000 --- a/app/server/app/routes/api.js +++ /dev/null @@ -1,1175 +0,0 @@ -const { resolve } = require("node:path"); -const { readFile } = require("node:fs/promises"); -const express = require("express"); -const axios = require("axios").default || require("axios"); // TODO: https://github.com/axios/axios/issues/5011 -const ObjectId = require("mongodb").ObjectId; -// --- -const { - axiosFormio, - formioApplicationFormUrl, - formioPaymentRequestFormUrl, - formioCloseOutFormUrl, - formioCsbMetadata, -} = require("../config/formio"); -const { - ensureAuthenticated, - storeBapComboKeys, - verifyMongoObjectId, -} = require("../middleware"); -const { - getSamEntities, - getBapFormSubmissionsStatuses, - getBapDataForPaymentRequest, - getBapDataForCloseOut, -} = require("../utilities/bap"); -const log = require("../utilities/logger"); - -const { - NODE_ENV, - CSB_APPLICATION_FORM_OPEN, - CSB_PAYMENT_REQUEST_FORM_OPEN, - CSB_CLOSE_OUT_FORM_OPEN, - S3_PUBLIC_BUCKET, - S3_PUBLIC_REGION, -} = process.env; - -const applicationFormOpen = CSB_APPLICATION_FORM_OPEN === "true"; -const paymentRequestFormOpen = CSB_PAYMENT_REQUEST_FORM_OPEN === "true"; -const closeOutFormOpen = CSB_CLOSE_OUT_FORM_OPEN === "true"; - -/** - * Returns a resolved or rejected promise, depending on if the given form's - * submission period is open (as set via environment variables), and if the form - * submission has the status of "Edits Requested" or not (as stored in and - * returned from the BAP). - * - * @param {Object} param - * @param {'application' | 'payment-request' | 'close-out'} param.formType - * @param {string} param.mongoId - * @param {string} param.comboKey - * @param {express.Request} param.req - */ -function checkFormSubmissionPeriodAndBapStatus({ - formType, - mongoId, - comboKey, - req, -}) { - /** Form submission period is open, so continue. */ - if ( - (formType === "application" && applicationFormOpen) || - (formType === "payment-request" && paymentRequestFormOpen) || - (formType === "close-out" && closeOutFormOpen) - ) { - return Promise.resolve(); - } - - /** Form submission period is closed, so only continue if edits are requested. */ - return getBapFormSubmissionsStatuses(req, [comboKey]).then((submissions) => { - const submission = submissions.find((s) => s.CSB_Form_ID__c === mongoId); - - const statusField = - formType === "application" - ? "CSB_Funding_Request_Status__c" - : formType === "payment-request" - ? "CSB_Payment_Request_Status__c" - : formType === "close-out" - ? "CSB_Closeout_Request_Status__c" - : null; - - return submission?.Parent_CSB_Rebate__r?.[statusField] === "Edits Requested" - ? Promise.resolve() - : Promise.reject(); - }); -} - -const router = express.Router(); - -// --- get static content from S3 -router.get("/content", (req, res) => { - /** NOTE: static content files found in `app/server/app/content/` directory. */ - const filenames = [ - "site-alert.md", - "helpdesk-intro.md", - "all-rebates-intro.md", - "all-rebates-outro.md", - "new-application-dialog.md", - "draft-application-intro.md", - "submitted-application-intro.md", - "draft-payment-request-intro.md", - "submitted-payment-request-intro.md", - "draft-close-out-intro.md", - "submitted-close-out-intro.md", - ]; - - const s3BucketUrl = `https://${S3_PUBLIC_BUCKET}.s3-${S3_PUBLIC_REGION}.amazonaws.com`; - - Promise.all( - filenames.map((filename) => { - /** - * local development: read files directly from disk - * Cloud.gov: fetch files from the public s3 bucket - */ - return NODE_ENV === "development" - ? readFile(resolve(__dirname, "../content", filename), "utf8") - : axios.get(`${s3BucketUrl}/content/${filename}`); - }) - ) - .then((stringsOrResponses) => { - /** - * local development: no further processing of strings needed - * Cloud.gov: get data from responses - */ - return NODE_ENV === "development" - ? stringsOrResponses - : stringsOrResponses.map((axiosRes) => axiosRes.data); - }) - .then((data) => { - return res.json({ - siteAlert: data[0], - helpdeskIntro: data[1], - allRebatesIntro: data[2], - allRebatesOutro: data[3], - newApplicationDialog: data[4], - draftApplicationIntro: data[5], - submittedApplicationIntro: data[6], - draftPaymentRequestIntro: data[7], - submittedPaymentRequestIntro: data[8], - draftCloseOutIntro: data[9], - submittedCloseOutIntro: data[10], - }); - }) - .catch((error) => { - if (typeof error.toJSON === "function") { - const logMessage = error.toJSON(); - log({ level: "debug", message: logMessage, req }); - } - - const errorStatus = error.response?.status || 500; - const errorMethod = error.response?.config?.method?.toUpperCase(); - const errorUrl = error.response?.config?.url; - - const logMessage = `S3 Error: ${errorStatus} ${errorMethod} ${errorUrl}`; - log({ level: "error", message: logMessage, req }); - - const errorMessage = `Error getting static content from S3 bucket.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); -}); - -router.use(ensureAuthenticated); - -// --- get user data from EPA Gateway/Login.gov -router.get("/user", (req, res) => { - const { mail, memberof, exp } = req.user; - return res.json({ mail, memberof, exp }); -}); - -// --- get CSB app specific data (open enrollment status, etc.) -router.get("/csb-data", (req, res) => { - return res.json({ - submissionPeriodOpen: { - application: applicationFormOpen, - paymentRequest: paymentRequestFormOpen, - closeOut: closeOutFormOpen, - }, - }); -}); - -// --- get user's SAM.gov data from EPA's Business Automation Platform (BAP) -router.get("/bap-sam-data", (req, res) => { - const { mail, memberof } = req.user; - const userRoles = memberof.split(","); - const adminOrHelpdeskUser = - userRoles.includes("csb_admin") || userRoles.includes("csb_helpdesk"); - - getSamEntities(req, mail) - .then((entities) => { - /** - * NOTE: allow admin or helpdesk users access to the app, even without - * SAM.gov data. - */ - if (!adminOrHelpdeskUser && entities?.length === 0) { - const logMessage = `User with email '${mail}' tried to use app without any associated SAM records.`; - log({ level: "error", message: logMessage, req }); - - return res.json({ - results: false, - entities: [], - }); - } - - return res.json({ - results: true, - entities, - }); - }) - .catch((error) => { - // NOTE: logged in bap verifyBapConnection - const errorStatus = 500; - const errorMessage = `Error getting SAM.gov data from the BAP.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); -}); - -// --- get user's form submissions statuses from EPA's BAP -router.get("/bap-form-submissions", storeBapComboKeys, (req, res) => { - const { bapComboKeys } = req; - - return getBapFormSubmissionsStatuses(req, bapComboKeys) - .then((submissions) => res.json(submissions)) - .catch((error) => { - // NOTE: logged in bap verifyBapConnection - const errorStatus = 500; - const errorMessage = `Error getting form submissions statuses from the BAP.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); -}); - -// --- download Formio S3 file metadata -router.get( - "/s3/:formType/:mongoId/:comboKey/storage/s3", - storeBapComboKeys, - (req, res) => { - const { bapComboKeys, query } = req; - const { mail } = req.user; - const { comboKey } = req.params; - - if (!bapComboKeys.includes(comboKey)) { - const logMessage = `User with email '${mail}' attempted to download a file without a matching BAP combo key.`; - log({ level: "error", message: logMessage, req }); - - const errorStatus = 401; - const errorMessage = `Unauthorized.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - axiosFormio(req) - .get(`${formioApplicationFormUrl}/storage/s3`, { params: query }) - .then((axiosRes) => axiosRes.data) - .then((fileMetadata) => res.json(fileMetadata)) - .catch((error) => { - // NOTE: logged in axiosFormio response interceptor - const errorStatus = error.response?.status || 500; - const errorMessage = `Error downloading file from S3.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - } -); - -// --- upload Formio S3 file metadata -router.post( - "/s3/:formType/:mongoId/:comboKey/storage/s3", - storeBapComboKeys, - (req, res) => { - const { bapComboKeys, body } = req; - const { mail } = req.user; - const { formType, mongoId, comboKey } = req.params; - - checkFormSubmissionPeriodAndBapStatus({ formType, mongoId, comboKey, req }) - .then(() => { - if (!bapComboKeys.includes(comboKey)) { - const logMessage = `User with email '${mail}' attempted to upload a file without a matching BAP combo key.`; - log({ level: "error", message: logMessage, req }); - - const errorStatus = 401; - const errorMessage = `Unauthorized.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - axiosFormio(req) - .post(`${formioApplicationFormUrl}/storage/s3`, body) - .then((axiosRes) => axiosRes.data) - .then((fileMetadata) => res.json(fileMetadata)) - .catch((error) => { - // NOTE: logged in axiosFormio response interceptor - const errorStatus = error.response?.status || 500; - const errorMessage = `Error uploading file to S3.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - }) - .catch((error) => { - const formName = - formType === "application" - ? "CSB Application" - : formType === "payment-request" - ? "CSB Payment Request" - : formType === "close-out" - ? "CSB Close Out" - : "CSB"; - - const logMessage = `User with email '${mail}' attempted to upload a file when the ${formName} form enrollment period was closed.`; - log({ level: "error", message: logMessage, req }); - - const errorStatus = 400; - const errorMessage = `${formName} form enrollment period is closed.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - } -); - -// --- get user's Application form submissions from Formio -router.get("/formio-application-submissions", storeBapComboKeys, (req, res) => { - const { bapComboKeys } = req; - - /** - * NOTE: Helpdesk users might not have any SAM.gov records associated with - * their email address so we should not return any submissions to those users. - * The only reason we explicitly need to do this is because there could be - * some submissions without `bap_hidden_entity_combo_key` field values in the - * Formio database – that will never be the case for submissions created from - * this app, but there could be submissions created externally if someone is - * testing posting data (e.g. from a REST client, or the Formio Viewer). - */ - if (bapComboKeys.length === 0) return res.json([]); - - const userSubmissionsUrl = - `${formioApplicationFormUrl}/submission` + - `?sort=-modified` + - `&limit=1000000` + - `&data.bap_hidden_entity_combo_key=` + - `${bapComboKeys.join("&data.bap_hidden_entity_combo_key=")}`; - - axiosFormio(req) - .get(userSubmissionsUrl) - .then((axiosRes) => axiosRes.data) - .then((submissions) => res.json(submissions)) - .catch((error) => { - // NOTE: logged in axiosFormio response interceptor - const errorStatus = error.response?.status || 500; - const errorMessage = `Error getting Formio Application form submissions.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); -}); - -// --- post a new Application form submission to Formio -router.post("/formio-application-submission", storeBapComboKeys, (req, res) => { - const { bapComboKeys, body } = req; - const { mail } = req.user; - const comboKey = body.data?.bap_hidden_entity_combo_key; - - if (!applicationFormOpen) { - const errorStatus = 400; - const errorMessage = `CSB Application form enrollment period is closed.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - if (!bapComboKeys.includes(comboKey)) { - const logMessage = `User with email '${mail}' attempted to post a new Application form submission without a matching BAP combo key.`; - log({ level: "error", message: logMessage, req }); - - const errorStatus = 401; - const errorMessage = `Unauthorized.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - /** Add custom metadata to track formio submissions from wrapper. */ - body.metadata = { ...formioCsbMetadata }; - - axiosFormio(req) - .post(`${formioApplicationFormUrl}/submission`, body) - .then((axiosRes) => axiosRes.data) - .then((submission) => res.json(submission)) - .catch((error) => { - // NOTE: logged in axiosFormio response interceptor - const errorStatus = error.response?.status || 500; - const errorMessage = `Error posting Formio Application form submission.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); -}); - -// --- get an existing Application form's schema and submission data from Formio -router.get( - "/formio-application-submission/:mongoId", - verifyMongoObjectId, - storeBapComboKeys, - (req, res) => { - const { bapComboKeys } = req; - const { mail } = req.user; - const { mongoId } = req.params; - - Promise.all([ - axiosFormio(req).get(`${formioApplicationFormUrl}/submission/${mongoId}`), - axiosFormio(req).get(formioApplicationFormUrl), - ]) - .then((axiosResponses) => axiosResponses.map((axiosRes) => axiosRes.data)) - .then(([submission, schema]) => { - const comboKey = submission.data.bap_hidden_entity_combo_key; - - if (!bapComboKeys.includes(comboKey)) { - const logMessage = `User with email '${mail}' attempted to access Application form submission '${mongoId}' that they do not have access to.`; - log({ level: "warn", message: logMessage, req }); - - return res.json({ - userAccess: false, - formSchema: null, - submission: null, - }); - } - - return res.json({ - userAccess: true, - formSchema: { url: formioApplicationFormUrl, json: schema }, - submission, - }); - }) - .catch((error) => { - // NOTE: logged in axiosFormio response interceptor - const errorStatus = error.response?.status || 500; - const errorMessage = `Error getting Formio Application form submission '${mongoId}'.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - } -); - -// --- post an update to an existing draft Application form submission to Formio -router.post( - "/formio-application-submission/:mongoId", - verifyMongoObjectId, - storeBapComboKeys, - (req, res) => { - const { bapComboKeys } = req; - const { mail } = req.user; - const { mongoId } = req.params; - const submission = req.body; - const comboKey = submission.data?.bap_hidden_entity_combo_key; - const formType = "application"; - - checkFormSubmissionPeriodAndBapStatus({ formType, mongoId, comboKey, req }) - .then(() => { - if (!bapComboKeys.includes(comboKey)) { - const logMessage = `User with email '${mail}' attempted to update Application form submission '${mongoId}' without a matching BAP combo key.`; - log({ level: "error", message: logMessage, req }); - - const errorStatus = 401; - const errorMessage = `Unauthorized.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - /** Add custom metadata to track formio submissions from wrapper. */ - submission.metadata = { - ...submission.metadata, - ...formioCsbMetadata, - }; - - axiosFormio(req) - .put(`${formioApplicationFormUrl}/submission/${mongoId}`, submission) - .then((axiosRes) => axiosRes.data) - .then((submission) => res.json(submission)) - .catch((error) => { - // NOTE: logged in axiosFormio response interceptor - const errorStatus = error.response?.status || 500; - const errorMessage = `Error updating Formio Application form submission '${mongoId}'.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - }) - .catch((error) => { - const logMessage = `User with email '${mail}' attempted to update Application form submission '${mongoId}' when the CSB Application form enrollment period was closed.`; - log({ level: "error", message: logMessage, req }); - - const errorStatus = 400; - const errorMessage = `CSB Application form enrollment period is closed.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - } -); - -// --- get user's Payment Request form submissions from Formio -router.get( - "/formio-payment-request-submissions", - storeBapComboKeys, - (req, res) => { - const { bapComboKeys } = req; - - const userSubmissionsUrl = - `${formioPaymentRequestFormUrl}/submission` + - `?sort=-modified` + - `&limit=1000000` + - `&data.bap_hidden_entity_combo_key=${bapComboKeys.join( - "&data.bap_hidden_entity_combo_key=" - )}`; - - axiosFormio(req) - .get(userSubmissionsUrl) - .then((axiosRes) => axiosRes.data) - .then((submissions) => res.json(submissions)) - .catch((error) => { - // NOTE: logged in axiosFormio response interceptor - const errorStatus = error.response?.status || 500; - const errorMessage = `Error getting Formio Payment Request form submissions.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - } -); - -// --- post a new Payment Request form submission to Formio -router.post( - "/formio-payment-request-submission", - storeBapComboKeys, - (req, res) => { - const { bapComboKeys, body } = req; - const { mail } = req.user; - const { - email, - title, - name, - entity, - comboKey, - rebateId, - applicationReviewItemId, - applicationFormModified, - } = body; - - if (!paymentRequestFormOpen) { - const errorStatus = 400; - const errorMessage = `CSB Payment Request form enrollment period is closed.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - if (!bapComboKeys.includes(comboKey)) { - const logMessage = `User with email '${mail}' attempted to post a new Payment Request form submission without a matching BAP combo key.`; - log({ level: "error", message: logMessage, req }); - - const errorStatus = 401; - const errorMessage = `Unauthorized.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - const { - UNIQUE_ENTITY_ID__c, - ENTITY_EFT_INDICATOR__c, - ELEC_BUS_POC_EMAIL__c, - ALT_ELEC_BUS_POC_EMAIL__c, - GOVT_BUS_POC_EMAIL__c, - ALT_GOVT_BUS_POC_EMAIL__c, - } = entity; - - return getBapDataForPaymentRequest(req, applicationReviewItemId) - .then(({ applicationRecordQuery, busRecordsQuery }) => { - const { - CSB_NCES_ID__c, - Primary_Applicant__r, - Alternate_Applicant__r, - Applicant_Organization__r, - CSB_School_District__r, - Fleet_Name__c, - School_District_Prioritized__c, - Total_Rebate_Funds_Requested__c, - Total_Infrastructure_Funds__c, - } = applicationRecordQuery[0]; - - const busInfo = busRecordsQuery.map((record) => ({ - busNum: record.Rebate_Item_num__c, - oldBusNcesDistrictId: CSB_NCES_ID__c, - oldBusVin: record.CSB_VIN__c, - oldBusModelYear: record.CSB_Model_Year__c, - oldBusFuelType: record.CSB_Fuel_Type__c, - newBusFuelType: record.CSB_Replacement_Fuel_Type__c, - hidden_bap_max_rebate: record.CSB_Funds_Requested__c, - })); - - /** - * NOTE: `purchaseOrders` is initialized as an empty array to fix some - * issue with the field being changed to an object when the form loads - */ - const submission = { - data: { - bap_hidden_entity_combo_key: comboKey, - hidden_application_form_modified: applicationFormModified, - hidden_current_user_email: email, - hidden_current_user_title: title, - hidden_current_user_name: name, - hidden_sam_uei: UNIQUE_ENTITY_ID__c, - hidden_sam_efti: ENTITY_EFT_INDICATOR__c || "0000", - hidden_sam_elec_bus_poc_email: ELEC_BUS_POC_EMAIL__c, - hidden_sam_alt_elec_bus_poc_email: ALT_ELEC_BUS_POC_EMAIL__c, - hidden_sam_govt_bus_poc_email: GOVT_BUS_POC_EMAIL__c, - hidden_sam_alt_govt_bus_poc_email: ALT_GOVT_BUS_POC_EMAIL__c, - hidden_bap_rebate_id: rebateId, - hidden_bap_district_id: CSB_NCES_ID__c, - hidden_bap_primary_name: Primary_Applicant__r?.Name, - hidden_bap_primary_title: Primary_Applicant__r?.Title, - hidden_bap_primary_phone_number: Primary_Applicant__r?.Phone, - hidden_bap_primary_email: Primary_Applicant__r?.Email, - hidden_bap_alternate_name: Alternate_Applicant__r?.Name || "", - hidden_bap_alternate_title: Alternate_Applicant__r?.Title || "", - hidden_bap_alternate_phone_number: Alternate_Applicant__r?.Phone || "", // prettier-ignore - hidden_bap_alternate_email: Alternate_Applicant__r?.Email || "", - hidden_bap_org_name: Applicant_Organization__r?.Name, - hidden_bap_district_name: CSB_School_District__r?.Name, - hidden_bap_fleet_name: Fleet_Name__c, - hidden_bap_prioritized: School_District_Prioritized__c, - hidden_bap_requested_funds: Total_Rebate_Funds_Requested__c, - hidden_bap_infra_max_rebate: Total_Infrastructure_Funds__c, - busInfo, - purchaseOrders: [], - }, - /** Add custom metadata to track formio submissions from wrapper. */ - metadata: { - ...formioCsbMetadata, - }, - state: "draft", - }; - - axiosFormio(req) - .post(`${formioPaymentRequestFormUrl}/submission`, submission) - .then((axiosRes) => axiosRes.data) - .then((submission) => res.json(submission)) - .catch((error) => { - // NOTE: logged in axiosFormio response interceptor - const errorStatus = error.response?.status || 500; - const errorMessage = `Error posting Formio Payment Request form submission.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - }) - .catch((error) => { - // NOTE: logged in bap verifyBapConnection - const errorStatus = 500; - const errorMessage = `Error getting data for a new Payment Request form submission from the BAP.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - } -); - -// --- get an existing Payment Request form's schema and submission data from Formio -router.get( - "/formio-payment-request-submission/:rebateId", - storeBapComboKeys, - async (req, res) => { - const { bapComboKeys } = req; - const { mail } = req.user; - const { rebateId } = req.params; // CSB Rebate ID (6 digits) - - const matchedPaymentRequestFormSubmissions = - `${formioPaymentRequestFormUrl}/submission` + - `?data.hidden_bap_rebate_id=${rebateId}` + - `&select=_id,data.bap_hidden_entity_combo_key`; - - Promise.all([ - axiosFormio(req).get(matchedPaymentRequestFormSubmissions), - axiosFormio(req).get(formioPaymentRequestFormUrl), - ]) - .then((axiosResponses) => axiosResponses.map((axiosRes) => axiosRes.data)) - .then(([submissions, schema]) => { - const submission = submissions[0]; - const mongoId = submission._id; - const comboKey = submission.data.bap_hidden_entity_combo_key; - - if (!bapComboKeys.includes(comboKey)) { - const logMessage = `User with email '${mail}' attempted to access Payment Request form submission '${rebateId}' that they do not have access to.`; - log({ level: "warn", message: logMessage, req }); - - return res.json({ - userAccess: false, - formSchema: null, - submission: null, - }); - } - - /** NOTE: verifyMongoObjectId */ - if (mongoId && !ObjectId.isValid(mongoId)) { - const errorStatus = 400; - const errorMessage = `MongoDB ObjectId validation error for: '${mongoId}'.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - /** - * NOTE: We can't just use the returned submission data here because - * Formio returns the string literal 'YES' instead of a base64 encoded - * image string for signature fields when you query for all submissions - * matching on a field's value (`/submission?data.hidden_bap_rebate_id=${rebateId}`). - * We need to query for a specific submission (e.g. `/submission/${mongoId}`), - * to have Formio return the correct signature field data. - */ - axiosFormio(req) - .get(`${formioPaymentRequestFormUrl}/submission/${mongoId}`) - .then((axiosRes) => axiosRes.data) - .then((submission) => { - return res.json({ - userAccess: true, - formSchema: { url: formioPaymentRequestFormUrl, json: schema }, - submission, - }); - }); - }) - .catch((error) => { - // NOTE: logged in axiosFormio response interceptor - const errorStatus = error.response?.status || 500; - const errorMessage = `Error getting Formio Payment Request form submission '${rebateId}'.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - } -); - -// --- post an update to an existing draft Payment Request form submission to Formio -router.post( - "/formio-payment-request-submission/:rebateId", - storeBapComboKeys, - (req, res) => { - const { bapComboKeys, body } = req; - const { mail } = req.user; - const { rebateId } = req.params; // CSB Rebate ID (6 digits) - const { mongoId, submission } = body; - const comboKey = submission.data?.bap_hidden_entity_combo_key; - const formType = "payment-request"; - - checkFormSubmissionPeriodAndBapStatus({ formType, mongoId, comboKey, req }) - .then(() => { - if (!bapComboKeys.includes(comboKey)) { - const logMessage = `User with email '${mail}' attempted to update Payment Request form submission '${rebateId}' without a matching BAP combo key.`; - log({ level: "error", message: logMessage, req }); - - const errorStatus = 401; - const errorMessage = `Unauthorized.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - /** NOTE: verifyMongoObjectId */ - if (mongoId && !ObjectId.isValid(mongoId)) { - const errorStatus = 400; - const errorMessage = `MongoDB ObjectId validation error for: '${mongoId}'.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - /** Add custom metadata to track formio submissions from wrapper. */ - submission.metadata = { - ...submission.metadata, - ...formioCsbMetadata, - }; - - axiosFormio(req) - .put( - `${formioPaymentRequestFormUrl}/submission/${mongoId}`, - submission - ) - .then((axiosRes) => axiosRes.data) - .then((submission) => res.json(submission)) - .catch((error) => { - // NOTE: logged in axiosFormio response interceptor - const errorStatus = error.response?.status || 500; - const errorMessage = `Error updating Formio Payment Request form submission '${rebateId}'.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - }) - .catch((error) => { - const logMessage = `User with email '${mail}' attempted to update Payment Request form submission '${rebateId}' when the CSB Payment Request form enrollment period was closed.`; - log({ level: "error", message: logMessage, req }); - - const errorStatus = 400; - const errorMessage = `CSB Payment Request form enrollment period is closed.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - } -); - -// --- delete an existing Payment Request form submission from Formio -router.post( - "/delete-formio-payment-request-submission", - storeBapComboKeys, - (req, res) => { - const { bapComboKeys, body } = req; - const { mail } = req.user; - const { mongoId, rebateId, comboKey } = body; - - // verify post data includes one of user's BAP combo keys - if (!bapComboKeys.includes(comboKey)) { - const logMessage = `User with email '${mail}' attempted to delete Payment Request form submission '${rebateId}' without a matching BAP combo key.`; - log({ level: "error", message: logMessage, req }); - - const errorStatus = 401; - const errorMessage = `Unauthorized.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - /** - * ensure the BAP status of the corresponding Application form submission - * is "Edits Requested" before deleting the Payment Request form submission - * from Formio - */ - getBapFormSubmissionsStatuses(req, req.bapComboKeys) - .then((submissions) => { - const application = submissions.find((submission) => { - return ( - submission.Parent_Rebate_ID__c === rebateId && - submission.Record_Type_Name__c === "CSB Funding Request" - ); - }); - - const applicationNeedsEdits = - application?.Parent_CSB_Rebate__r.CSB_Funding_Request_Status__c === - "Edits Requested"; - - if (!applicationNeedsEdits) { - const errorStatus = 400; - const errorMessage = `Application form submission '${mongoId}' does not need edits.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - axiosFormio(req) - .delete(`${formioPaymentRequestFormUrl}/submission/${mongoId}`) - .then((axiosRes) => axiosRes.data) - .then((response) => { - const logMessage = `User with email '${mail}' successfully deleted Payment Request form submission '${rebateId}'.`; - log({ level: "info", message: logMessage, req }); - - res.json(response); - }) - .catch((error) => { - // NOTE: logged in axiosFormio response interceptor - const errorStatus = error.response?.status || 500; - const errorMessage = `Error deleting Formio Payment Request form submission '${rebateId}'.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - }) - .catch((error) => { - // NOTE: logged in bap verifyBapConnection - const errorStatus = 500; - const errorMessage = `Error getting form submissions statuses from the BAP.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - } -); - -// --- get user's Close Out form submissions from Formio -router.get("/formio-close-out-submissions", storeBapComboKeys, (req, res) => { - const { bapComboKeys } = req; - - const userSubmissionsUrl = - `${formioCloseOutFormUrl}/submission` + - `?sort=-modified` + - `&limit=1000000` + - `&data.bap_hidden_entity_combo_key=${bapComboKeys.join( - "&data.bap_hidden_entity_combo_key=" - )}`; - - axiosFormio(req) - .get(userSubmissionsUrl) - .then((axiosRes) => axiosRes.data) - .then((submissions) => res.json(submissions)) - .catch((error) => { - // NOTE: logged in axiosFormio response interceptor - const errorStatus = error.response?.status || 500; - const errorMessage = `Error getting Formio Close Out form submissions.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); -}); - -// --- post a new Close Out form submission to Formio -router.post("/formio-close-out-submission", storeBapComboKeys, (req, res) => { - const { bapComboKeys, body } = req; - const { mail } = req.user; - const { - email, - title, - name, - entity, - comboKey, - rebateId, - applicationReviewItemId, - paymentRequestReviewItemId, - paymentRequestFormModified, - } = body; - - if (!closeOutFormOpen) { - const errorStatus = 400; - const errorMessage = `CSB Close Out form enrollment period is closed.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - if (!bapComboKeys.includes(comboKey)) { - const logMessage = `User with email '${mail}' attempted to post a new Close Out form submission without a matching BAP combo key.`; - log({ level: "error", message: logMessage, req }); - - const errorStatus = 401; - const errorMessage = `Unauthorized.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - const { - UNIQUE_ENTITY_ID__c, - ENTITY_EFT_INDICATOR__c, - ELEC_BUS_POC_EMAIL__c, - ALT_ELEC_BUS_POC_EMAIL__c, - GOVT_BUS_POC_EMAIL__c, - ALT_GOVT_BUS_POC_EMAIL__c, - } = entity; - - return getBapDataForCloseOut( - req, - applicationReviewItemId, - paymentRequestReviewItemId - ) - .then( - ({ - applicationRecordQuery, - paymentRequestRecordQuery, - busRecordsQuery, - }) => { - const { - Fleet_Name__c, - Fleet_Street_Address__c, - Fleet_City__c, - Fleet_State__c, - Fleet_Zip__c, - Fleet_Contact_Name__c, - Fleet_Contact_Title__c, - Fleet_Contact_Phone__c, - Fleet_Contact_Email__c, - School_District_Contact__r, - } = applicationRecordQuery[0]; - - const { - CSB_NCES_ID__c, - Primary_Applicant__r, - Alternate_Applicant__r, - Applicant_Organization__r, - CSB_School_District__r, - School_District_Prioritized__c, - Total_Rebate_Funds_Requested_PO__c, - Total_Bus_And_Infrastructure_Rebate__c, - Total_Infrastructure_Funds__c, - Num_Of_Buses_Requested_From_Application__c, - Total_Price_All_Buses__c, - Total_Bus_Rebate_Amount__c, - Total_All_Eligible_Infrastructure_Costs__c, - Total_Infrastructure_Rebate__c, - Total_Level_2_Charger_Costs__c, - Total_DC_Fast_Charger_Costs__c, - Total_Other_Infrastructure_Costs__c, - } = paymentRequestRecordQuery[0]; - - const busInfo = busRecordsQuery.map((record) => ({ - busNum: record.Rebate_Item_num__c, - oldBusNcesDistrictId: CSB_NCES_ID__c, - oldBusVin: record.CSB_VIN__c, - oldBusModelYear: record.CSB_Model_Year__c, - oldBusFuelType: record.CSB_Fuel_Type__c, - oldBusEstimatedRemainingLife: record.Old_Bus_Estimated_Remaining_Life__c, // prettier-ignore - oldBusExclude: record.Old_Bus_Exclude__c, - hidden_prf_oldBusExclude: record.Old_Bus_Exclude__c, - newBusDealer: record.Related_Line_Item__r?.Vendor_Name__c, - newBusFuelType: record.New_Bus_Fuel_Type__c, - hidden_prf_newBusFuelType: record.New_Bus_Fuel_Type__c, - newBusMake: record.New_Bus_Make__c, - hidden_prf_newBusMake: record.New_Bus_Make__c, - newBusMakeOther: record.CSB_Manufacturer_if_Other__c, - hidden_prf_newBusMakeOther: record.CSB_Manufacturer_if_Other__c, - newBusModel: record.New_Bus_Model__c, - hidden_prf_newBusModel: record.New_Bus_Model__c, - newBusModelYear: record.New_Bus_Model_Year__c, - hidden_prf_newBusModelYear: record.New_Bus_Model_Year__c, - newBusGvwr: record.New_Bus_GVWR__c, - hidden_prf_newBusGvwr: record.New_Bus_GVWR__c, - newBusPurchasePrice: record.New_Bus_Purchase_Price__c, - hidden_prf_newBusPurchasePrice: record.New_Bus_Purchase_Price__c, - hidden_prf_rebate: record.New_Bus_Rebate_Amount__c, - })); - - const submission = { - data: { - bap_hidden_entity_combo_key: comboKey, - hidden_prf_modified: paymentRequestFormModified, - hidden_current_user_email: email, - hidden_current_user_title: title, - hidden_current_user_name: name, - hidden_bap_rebate_id: rebateId, - hidden_sam_uei: UNIQUE_ENTITY_ID__c, - hidden_sam_efti: ENTITY_EFT_INDICATOR__c || "0000", - hidden_sam_elec_bus_poc_email: ELEC_BUS_POC_EMAIL__c, - hidden_sam_alt_elec_bus_poc_email: ALT_ELEC_BUS_POC_EMAIL__c, - hidden_sam_govt_bus_poc_email: GOVT_BUS_POC_EMAIL__c, - hidden_sam_alt_govt_bus_poc_email: ALT_GOVT_BUS_POC_EMAIL__c, - hidden_bap_district_id: CSB_NCES_ID__c, - hidden_bap_district_name: CSB_School_District__r?.Name, - hidden_bap_primary_fname: Primary_Applicant__r?.FirstName, - hidden_bap_primary_lname: Primary_Applicant__r?.LastName, - hidden_bap_primary_title: Primary_Applicant__r?.Title, - hidden_bap_primary_phone_number: Primary_Applicant__r?.Phone, - hidden_bap_primary_email: Primary_Applicant__r?.Email, - hidden_bap_alternate_fname: Alternate_Applicant__r?.FirstName || "", - hidden_bap_alternate_lname: Alternate_Applicant__r?.LastName || "", - hidden_bap_alternate_title: Alternate_Applicant__r?.Title || "", - hidden_bap_alternate_phone_number: Alternate_Applicant__r?.Phone || "", // prettier-ignore - hidden_bap_alternate_email: Alternate_Applicant__r?.Email || "", - hidden_bap_org_name: Applicant_Organization__r?.Name, - hidden_bap_fleet_name: Fleet_Name__c, - hidden_bap_fleet_address: Fleet_Street_Address__c, - hidden_bap_fleet_city: Fleet_City__c, - hidden_bap_fleet_state: Fleet_State__c, - hidden_bap_fleet_zip: Fleet_Zip__c, - hidden_bap_fleet_contact_name: Fleet_Contact_Name__c, - hidden_bap_fleet_contact_title: Fleet_Contact_Title__c, - hidden_bap_fleet_phone: Fleet_Contact_Phone__c, - hidden_bap_fleet_email: Fleet_Contact_Email__c, - hidden_bap_prioritized: School_District_Prioritized__c, - hidden_bap_requested_funds: Total_Rebate_Funds_Requested_PO__c, - hidden_bap_received_funds: Total_Bus_And_Infrastructure_Rebate__c, - hidden_bap_prf_infra_max_rebate: Total_Infrastructure_Funds__c, - hidden_bap_buses_requested_app: Num_Of_Buses_Requested_From_Application__c, // prettier-ignore - hidden_bap_total_bus_costs_prf: Total_Price_All_Buses__c, - hidden_bap_total_bus_rebate_received: Total_Bus_Rebate_Amount__c, - hidden_bap_total_infra_costs_prf: Total_All_Eligible_Infrastructure_Costs__c, // prettier-ignore - hidden_bap_total_infra_rebate_received: Total_Infrastructure_Rebate__c, // prettier-ignore - hidden_bap_total_infra_level2_charger: Total_Level_2_Charger_Costs__c, // prettier-ignore - hidden_bap_total_infra_dc_fast_charger: Total_DC_Fast_Charger_Costs__c, // prettier-ignore - hidden_bap_total_infra_other_costs: Total_Other_Infrastructure_Costs__c, // prettier-ignore - hidden_bap_district_contact_fname: School_District_Contact__r?.FirstName, // prettier-ignore - hidden_bap_district_contact_lname: School_District_Contact__r?.LastName, // prettier-ignore - busInfo, - }, - /** Add custom metadata to track formio submissions from wrapper. */ - metadata: { - ...formioCsbMetadata, - }, - state: "draft", - }; - - axiosFormio(req) - .post(`${formioCloseOutFormUrl}/submission`, submission) - .then((axiosRes) => axiosRes.data) - .then((submission) => res.json(submission)) - .catch((error) => { - // NOTE: logged in axiosFormio response interceptor - const errorStatus = error.response?.status || 500; - const errorMessage = `Error posting Formio Close Out form submission.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - } - ) - .catch((error) => { - // NOTE: logged in bap verifyBapConnection - const errorStatus = 500; - const errorMessage = `Error getting data for a new Close Out form submission from the BAP.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); -}); - -// --- get an existing Close Out form's schema and submission data from Formio -router.get( - "/formio-close-out-submission/:rebateId", - storeBapComboKeys, - async (req, res) => { - const { bapComboKeys } = req; - const { mail } = req.user; - const { rebateId } = req.params; // CSB Rebate ID (6 digits) - - const matchedCloseOutFormSubmissions = - `${formioCloseOutFormUrl}/submission` + - `?data.hidden_bap_rebate_id=${rebateId}` + - `&select=_id,data.bap_hidden_entity_combo_key`; - - Promise.all([ - axiosFormio(req).get(matchedCloseOutFormSubmissions), - axiosFormio(req).get(formioCloseOutFormUrl), - ]) - .then((axiosResponses) => axiosResponses.map((axiosRes) => axiosRes.data)) - .then(([submissions, schema]) => { - const submission = submissions[0]; - const mongoId = submission._id; - const comboKey = submission.data.bap_hidden_entity_combo_key; - - if (!bapComboKeys.includes(comboKey)) { - const logMessage = `User with email '${mail}' attempted to access Close Out form submission '${rebateId}' that they do not have access to.`; - log({ level: "warn", message: logMessage, req }); - - return res.json({ - userAccess: false, - formSchema: null, - submission: null, - }); - } - - /** NOTE: verifyMongoObjectId */ - if (mongoId && !ObjectId.isValid(mongoId)) { - const errorStatus = 400; - const errorMessage = `MongoDB ObjectId validation error for: '${mongoId}'.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - /** - * NOTE: We can't just use the returned submission data here because - * Formio returns the string literal 'YES' instead of a base64 encoded - * image string for signature fields when you query for all submissions - * matching on a field's value (`/submission?data.hidden_bap_rebate_id=${rebateId}`). - * We need to query for a specific submission (e.g. `/submission/${mongoId}`), - * to have Formio return the correct signature field data. - */ - axiosFormio(req) - .get(`${formioCloseOutFormUrl}/submission/${mongoId}`) - .then((axiosRes) => axiosRes.data) - .then((submission) => { - return res.json({ - userAccess: true, - formSchema: { url: formioCloseOutFormUrl, json: schema }, - submission, - }); - }); - }) - .catch((error) => { - // NOTE: logged in axiosFormio response interceptor - const errorStatus = error.response?.status || 500; - const errorMessage = `Error getting Formio Close Out form submission '${rebateId}'.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - } -); - -// --- post an update to an existing draft Close Out form submission to Formio -router.post( - "/formio-close-out-submission/:rebateId", - storeBapComboKeys, - (req, res) => { - const { bapComboKeys, body } = req; - const { mail } = req.user; - const { rebateId } = req.params; // CSB Rebate ID (6 digits) - const { mongoId, submission } = body; - const comboKey = submission.data?.bap_hidden_entity_combo_key; - const formType = "close-out"; - - checkFormSubmissionPeriodAndBapStatus({ formType, mongoId, comboKey, req }) - .then(() => { - if (!bapComboKeys.includes(comboKey)) { - const logMessage = `User with email '${mail}' attempted to update Close Out form submission '${rebateId}' without a matching BAP combo key.`; - log({ level: "error", message: logMessage, req }); - - const errorStatus = 401; - const errorMessage = `Unauthorized.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - /** NOTE: verifyMongoObjectId */ - if (mongoId && !ObjectId.isValid(mongoId)) { - const errorStatus = 400; - const errorMessage = `MongoDB ObjectId validation error for: '${mongoId}'.`; - return res.status(errorStatus).json({ message: errorMessage }); - } - - /** Add custom metadata to track formio submissions from wrapper. */ - submission.metadata = { - ...submission.metadata, - ...formioCsbMetadata, - }; - - axiosFormio(req) - .put(`${formioCloseOutFormUrl}/submission/${mongoId}`, submission) - .then((axiosRes) => axiosRes.data) - .then((submission) => res.json(submission)) - .catch((error) => { - // NOTE: logged in axiosFormio response interceptor - const errorStatus = error.response?.status || 500; - const errorMessage = `Error updating Formio Close Out form submission '${rebateId}'.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - }) - .catch((error) => { - const logMessage = `User with email '${mail}' attempted to update Close Out form submission '${rebateId}' when the CSB Close Out form enrollment period was closed.`; - log({ level: "error", message: logMessage, req }); - - const errorStatus = 400; - const errorMessage = `CSB Close Out form enrollment period is closed.`; - return res.status(errorStatus).json({ message: errorMessage }); - }); - } -); - -module.exports = router; diff --git a/app/server/app/routes/bap.js b/app/server/app/routes/bap.js new file mode 100644 index 00000000..cc3bc3d8 --- /dev/null +++ b/app/server/app/routes/bap.js @@ -0,0 +1,76 @@ +const express = require("express"); +// --- +const { ensureAuthenticated, storeBapComboKeys } = require("../middleware"); +const { + getSamEntities, + getBapFormSubmissionsStatuses, +} = require("../utilities/bap"); +const log = require("../utilities/logger"); + +const router = express.Router(); + +router.use(ensureAuthenticated); + +// --- get user's SAM.gov data from EPA's Business Automation Platform (BAP) +router.get("/sam", (req, res) => { + const { mail, memberof } = req.user; + const userRoles = memberof.split(","); + const adminOrHelpdeskUser = + userRoles.includes("csb_admin") || userRoles.includes("csb_helpdesk"); + + if (!mail) { + const logMessage = `User with no email address attempted to fetch SAM.gov records.`; + log({ level: "error", message: logMessage, req }); + + return res.json({ + results: false, + entities: [], + }); + } + + getSamEntities(req, mail) + .then((entities) => { + /** + * NOTE: allow admin or helpdesk users access to the app, even without + * SAM.gov data. + */ + if (!adminOrHelpdeskUser && entities?.length === 0) { + const logMessage = + `User with email '${mail}' attempted to use app ` + + `without any associated SAM.gov records.`; + log({ level: "error", message: logMessage, req }); + + return res.json({ + results: false, + entities: [], + }); + } + + return res.json({ + results: true, + entities, + }); + }) + .catch((error) => { + // NOTE: logged in bap verifyBapConnection + const errorStatus = 500; + const errorMessage = `Error getting SAM.gov data from the BAP.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +}); + +// --- get user's form submissions statuses from EPA's BAP +router.get("/submissions", storeBapComboKeys, (req, res) => { + const { bapComboKeys } = req; + + return getBapFormSubmissionsStatuses(req, bapComboKeys) + .then((submissions) => res.json(submissions)) + .catch((error) => { + // NOTE: logged in bap verifyBapConnection + const errorStatus = 500; + const errorMessage = `Error getting form submissions statuses from the BAP.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +}); + +module.exports = router; diff --git a/app/server/app/routes/config.js b/app/server/app/routes/config.js new file mode 100644 index 00000000..aa710ca6 --- /dev/null +++ b/app/server/app/routes/config.js @@ -0,0 +1,15 @@ +const express = require("express"); +// --- +const { submissionPeriodOpen } = require("../config/formio"); +const { ensureAuthenticated } = require("../middleware"); + +const router = express.Router(); + +router.use(ensureAuthenticated); + +// --- get CSB app specific configuration (form open enrollment status, etc.) +router.get("/", (req, res) => { + return res.json({ submissionPeriodOpen }); +}); + +module.exports = router; diff --git a/app/server/app/routes/content.js b/app/server/app/routes/content.js new file mode 100644 index 00000000..162492f5 --- /dev/null +++ b/app/server/app/routes/content.js @@ -0,0 +1,84 @@ +const { resolve } = require("node:path"); +const { readFile } = require("node:fs/promises"); +const express = require("express"); +const axios = require("axios").default || require("axios"); // TODO: https://github.com/axios/axios/issues/5011 +// --- +const log = require("../utilities/logger"); + +const { NODE_ENV, S3_PUBLIC_BUCKET, S3_PUBLIC_REGION } = process.env; + +const router = express.Router(); + +// --- get static content from S3 +router.get("/", (req, res) => { + /** NOTE: static content files found in `app/server/app/content/` directory. */ + const filenames = [ + "site-alert.md", + "helpdesk-intro.md", + "all-rebates-intro.md", + "all-rebates-outro.md", + "new-frf-dialog.md", + "draft-frf-intro.md", + "submitted-frf-intro.md", + "draft-prf-intro.md", + "submitted-prf-intro.md", + "draft-crf-intro.md", + "submitted-crf-intro.md", + ]; + + const s3BucketUrl = `https://${S3_PUBLIC_BUCKET}.s3-${S3_PUBLIC_REGION}.amazonaws.com`; + + Promise.all( + filenames.map((filename) => { + /** + * local development: read files directly from disk + * Cloud.gov: fetch files from the public s3 bucket + */ + return NODE_ENV === "development" + ? readFile(resolve(__dirname, "../content", filename), "utf8") + : axios.get(`${s3BucketUrl}/content/${filename}`); + }) + ) + .then((stringsOrResponses) => { + /** + * local development: no further processing of strings needed + * Cloud.gov: get data from responses + */ + return NODE_ENV === "development" + ? stringsOrResponses + : stringsOrResponses.map((axiosRes) => axiosRes.data); + }) + .then((data) => { + return res.json({ + siteAlert: data[0], + helpdeskIntro: data[1], + allRebatesIntro: data[2], + allRebatesOutro: data[3], + newFRFDialog: data[4], + draftFRFIntro: data[5], + submittedFRFIntro: data[6], + draftPRFIntro: data[7], + submittedPRFIntro: data[8], + draftCRFIntro: data[9], + submittedCRFIntro: data[10], + }); + }) + .catch((error) => { + if (typeof error.toJSON === "function") { + const logMessage = error.toJSON(); + log({ level: "debug", message: logMessage, req }); + } + + const errorStatus = error.response?.status || 500; + const errorMethod = error.response?.config?.method?.toUpperCase(); + const errorUrl = error.response?.config?.url; + + const logMessage = `S3 Error: ${errorStatus} ${errorMethod} ${errorUrl}`; + log({ level: "error", message: logMessage, req }); + + const errorMessage = `Error getting static content from S3 bucket.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +}); + +module.exports = router; diff --git a/app/server/app/routes/formio2022.js b/app/server/app/routes/formio2022.js new file mode 100644 index 00000000..af1052d1 --- /dev/null +++ b/app/server/app/routes/formio2022.js @@ -0,0 +1,770 @@ +const express = require("express"); +const ObjectId = require("mongodb").ObjectId; +// --- +const { + axiosFormio, + formUrl, + submissionPeriodOpen, + formioCSBMetadata, +} = require("../config/formio"); +const { + ensureAuthenticated, + storeBapComboKeys, + verifyMongoObjectId, +} = require("../middleware"); +const { + getBapFormSubmissionsStatuses, + getBapDataForPRF, + getBapDataForCRF, + checkFormSubmissionPeriodAndBapStatus, +} = require("../utilities/bap"); +const { + uploadS3FileMetadata, + downloadS3FileMetadata, + fetchFRFSubmissions, + createFRFSubmission, + fetchFRFSubmission, + updateFRFSubmission, +} = require("../utilities/formio"); +const log = require("../utilities/logger"); + +const formioPRFUrl = formUrl["2022"].prf; +const formioCRFUrl = formUrl["2022"].crf; + +const router = express.Router(); + +router.use(ensureAuthenticated); + +// --- download Formio S3 file metadata +router.get( + "/s3/:formType/:mongoId/:comboKey/storage/s3", + storeBapComboKeys, + (req, res) => { + downloadS3FileMetadata({ rebateYear: "2022", req, res }); + } +); + +// --- upload Formio S3 file metadata +router.post( + "/s3/:formType/:mongoId/:comboKey/storage/s3", + storeBapComboKeys, + (req, res) => { + uploadS3FileMetadata({ rebateYear: "2022", req, res }); + } +); + +// --- get user's 2022 FRF submissions from Formio +router.get("/frf-submissions", storeBapComboKeys, (req, res) => { + fetchFRFSubmissions({ rebateYear: "2022", req, res }); +}); + +// --- post a new 2022 FRF submission to Formio +router.post("/frf-submission", storeBapComboKeys, (req, res) => { + createFRFSubmission({ rebateYear: "2022", req, res }); +}); + +// --- get an existing 2022 FRF's schema and submission data from Formio +router.get( + "/frf-submission/:mongoId", + verifyMongoObjectId, + storeBapComboKeys, + (req, res) => { + fetchFRFSubmission({ rebateYear: "2022", req, res }); + } +); + +// --- post an update to an existing draft 2022 FRF submission to Formio +router.post( + "/frf-submission/:mongoId", + verifyMongoObjectId, + storeBapComboKeys, + (req, res) => { + updateFRFSubmission({ rebateYear: "2022", req, res }); + } +); + +// --- get user's 2022 PRF submissions from Formio +router.get("/prf-submissions", storeBapComboKeys, (req, res) => { + const { bapComboKeys } = req; + + const submissionsUrl = + `${formioPRFUrl}/submission` + + `?sort=-modified` + + `&limit=1000000` + + `&data.bap_hidden_entity_combo_key=${bapComboKeys.join( + "&data.bap_hidden_entity_combo_key=" + )}`; + + axiosFormio(req) + .get(submissionsUrl) + .then((axiosRes) => axiosRes.data) + .then((submissions) => res.json(submissions)) + .catch((error) => { + // NOTE: error is logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error getting Formio Payment Request form submissions.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +}); + +// --- post a new 2022 PRF submission to Formio +router.post("/prf-submission", storeBapComboKeys, (req, res) => { + const { bapComboKeys, body } = req; + const { mail } = req.user; + const { + email, + title, + name, + entity, + comboKey, + rebateId, + frfReviewItemId, + frfFormModified, + } = body; + + if (!submissionPeriodOpen["2022"].prf) { + const errorStatus = 400; + const errorMessage = `CSB Payment Request form enrollment period is closed.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + if (!bapComboKeys.includes(comboKey)) { + const logMessage = + `User with email '${mail}' attempted to post a new PRF submission ` + + `without a matching BAP combo key.`; + log({ level: "error", message: logMessage, req }); + + const errorStatus = 401; + const errorMessage = `Unauthorized.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + const { + UNIQUE_ENTITY_ID__c, + ENTITY_EFT_INDICATOR__c, + ELEC_BUS_POC_EMAIL__c, + ALT_ELEC_BUS_POC_EMAIL__c, + GOVT_BUS_POC_EMAIL__c, + ALT_GOVT_BUS_POC_EMAIL__c, + } = entity; + + return getBapDataForPRF(req, frfReviewItemId) + .then(({ frfRecordQuery, busRecordsQuery }) => { + const { + CSB_NCES_ID__c, + Primary_Applicant__r, + Alternate_Applicant__r, + Applicant_Organization__r, + CSB_School_District__r, + Fleet_Name__c, + School_District_Prioritized__c, + Total_Rebate_Funds_Requested__c, + Total_Infrastructure_Funds__c, + } = frfRecordQuery[0]; + + const busInfo = busRecordsQuery.map((record) => ({ + busNum: record.Rebate_Item_num__c, + oldBusNcesDistrictId: CSB_NCES_ID__c, + oldBusVin: record.CSB_VIN__c, + oldBusModelYear: record.CSB_Model_Year__c, + oldBusFuelType: record.CSB_Fuel_Type__c, + newBusFuelType: record.CSB_Replacement_Fuel_Type__c, + hidden_bap_max_rebate: record.CSB_Funds_Requested__c, + })); + + /** + * NOTE: `purchaseOrders` is initialized as an empty array to fix some + * issue with the field being changed to an object when the form loads + */ + const submission = { + data: { + bap_hidden_entity_combo_key: comboKey, + hidden_application_form_modified: frfFormModified, + hidden_current_user_email: email, + hidden_current_user_title: title, + hidden_current_user_name: name, + hidden_sam_uei: UNIQUE_ENTITY_ID__c, + hidden_sam_efti: ENTITY_EFT_INDICATOR__c || "0000", + hidden_sam_elec_bus_poc_email: ELEC_BUS_POC_EMAIL__c, + hidden_sam_alt_elec_bus_poc_email: ALT_ELEC_BUS_POC_EMAIL__c, + hidden_sam_govt_bus_poc_email: GOVT_BUS_POC_EMAIL__c, + hidden_sam_alt_govt_bus_poc_email: ALT_GOVT_BUS_POC_EMAIL__c, + hidden_bap_rebate_id: rebateId, + hidden_bap_district_id: CSB_NCES_ID__c, + hidden_bap_primary_name: Primary_Applicant__r?.Name, + hidden_bap_primary_title: Primary_Applicant__r?.Title, + hidden_bap_primary_phone_number: Primary_Applicant__r?.Phone, + hidden_bap_primary_email: Primary_Applicant__r?.Email, + hidden_bap_alternate_name: Alternate_Applicant__r?.Name || "", + hidden_bap_alternate_title: Alternate_Applicant__r?.Title || "", + hidden_bap_alternate_phone_number: Alternate_Applicant__r?.Phone || "", // prettier-ignore + hidden_bap_alternate_email: Alternate_Applicant__r?.Email || "", + hidden_bap_org_name: Applicant_Organization__r?.Name, + hidden_bap_district_name: CSB_School_District__r?.Name, + hidden_bap_fleet_name: Fleet_Name__c, + hidden_bap_prioritized: School_District_Prioritized__c, + hidden_bap_requested_funds: Total_Rebate_Funds_Requested__c, + hidden_bap_infra_max_rebate: Total_Infrastructure_Funds__c, + busInfo, + purchaseOrders: [], + }, + /** Add custom metadata to track formio submissions from wrapper. */ + metadata: { + ...formioCSBMetadata, + }, + state: "draft", + }; + + axiosFormio(req) + .post(`${formioPRFUrl}/submission`, submission) + .then((axiosRes) => axiosRes.data) + .then((submission) => res.json(submission)) + .catch((error) => { + // NOTE: error is logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error posting Formio Payment Request form submission.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); + }) + .catch((error) => { + // NOTE: logged in bap verifyBapConnection + const errorStatus = 500; + const errorMessage = `Error getting data for a new Payment Request form submission from the BAP.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +}); + +// --- get an existing 2022 PRF's schema and submission data from Formio +router.get("/prf-submission/:rebateId", storeBapComboKeys, async (req, res) => { + const { bapComboKeys } = req; + const { mail } = req.user; + const { rebateId } = req.params; // CSB Rebate ID (6 digits) + + const matchedPRFSubmissions = + `${formioPRFUrl}/submission` + + `?data.hidden_bap_rebate_id=${rebateId}` + + `&select=_id,data.bap_hidden_entity_combo_key`; + + Promise.all([ + axiosFormio(req).get(matchedPRFSubmissions), + axiosFormio(req).get(formioPRFUrl), + ]) + .then((axiosResponses) => axiosResponses.map((axiosRes) => axiosRes.data)) + .then(([submissions, schema]) => { + const submission = submissions[0]; + const mongoId = submission._id; + const comboKey = submission.data.bap_hidden_entity_combo_key; + + if (!bapComboKeys.includes(comboKey)) { + const logMessage = + `User with email '${mail}' attempted to access PRF submission '${rebateId}' ` + + `that they do not have access to.`; + log({ level: "warn", message: logMessage, req }); + + return res.json({ + userAccess: false, + formSchema: null, + submission: null, + }); + } + + /** NOTE: verifyMongoObjectId */ + if (mongoId && !ObjectId.isValid(mongoId)) { + const errorStatus = 400; + const errorMessage = `MongoDB ObjectId validation error for: '${mongoId}'.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + /** + * NOTE: We can't just use the returned submission data here because + * Formio returns the string literal 'YES' instead of a base64 encoded + * image string for signature fields when you query for all submissions + * matching on a field's value (`/submission?data.hidden_bap_rebate_id=${rebateId}`). + * We need to query for a specific submission (e.g. `/submission/${mongoId}`), + * to have Formio return the correct signature field data. + */ + axiosFormio(req) + .get(`${formioPRFUrl}/submission/${mongoId}`) + .then((axiosRes) => axiosRes.data) + .then((submission) => { + return res.json({ + userAccess: true, + formSchema: { url: formioPRFUrl, json: schema }, + submission, + }); + }); + }) + .catch((error) => { + // NOTE: error is logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error getting Formio Payment Request form submission '${rebateId}'.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +}); + +// --- post an update to an existing draft 2022 PRF submission to Formio +router.post("/prf-submission/:rebateId", storeBapComboKeys, (req, res) => { + const { bapComboKeys, body } = req; + const { mail } = req.user; + const { rebateId } = req.params; // CSB Rebate ID (6 digits) + const { mongoId, submission } = body; + const comboKey = submission.data?.bap_hidden_entity_combo_key; + + checkFormSubmissionPeriodAndBapStatus({ + rebateYear: "2022", + formType: "prf", + mongoId, + comboKey, + req, + }) + .then(() => { + if (!bapComboKeys.includes(comboKey)) { + const logMessage = + `User with email '${mail}' attempted to update PRF submission '${rebateId}' ` + + `without a matching BAP combo key.`; + log({ level: "error", message: logMessage, req }); + + const errorStatus = 401; + const errorMessage = `Unauthorized.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + /** NOTE: verifyMongoObjectId */ + if (mongoId && !ObjectId.isValid(mongoId)) { + const errorStatus = 400; + const errorMessage = `MongoDB ObjectId validation error for: '${mongoId}'.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + /** Add custom metadata to track formio submissions from wrapper. */ + submission.metadata = { + ...submission.metadata, + ...formioCSBMetadata, + }; + + axiosFormio(req) + .put(`${formioPRFUrl}/submission/${mongoId}`, submission) + .then((axiosRes) => axiosRes.data) + .then((submission) => res.json(submission)) + .catch((error) => { + // NOTE: error is logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error updating Formio Payment Request form submission '${rebateId}'.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); + }) + .catch((error) => { + const logMessage = + `User with email '${mail}' attempted to update PRF submission '${rebateId}' ` + + `when the CSB PRF enrollment period was closed.`; + log({ level: "error", message: logMessage, req }); + + const errorStatus = 400; + const errorMessage = `CSB Payment Request form enrollment period is closed.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +}); + +// --- delete an existing 2022 PRF submission from Formio +router.post("/delete-prf-submission", storeBapComboKeys, (req, res) => { + const { bapComboKeys, body } = req; + const { mail } = req.user; + const { mongoId, rebateId, comboKey } = body; + + // verify post data includes one of user's BAP combo keys + if (!bapComboKeys.includes(comboKey)) { + const logMessage = + `User with email '${mail}' attempted to delete PRF submission '${rebateId}' ` + + `without a matching BAP combo key.`; + log({ level: "error", message: logMessage, req }); + + const errorStatus = 401; + const errorMessage = `Unauthorized.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + /** + * ensure the BAP status of the corresponding FRF submission is "Edits + * Requested" before deleting the FRF submission from Formio + */ + getBapFormSubmissionsStatuses(req, req.bapComboKeys) + .then((submissions) => { + const frf = submissions.find((submission) => { + return ( + submission.Parent_Rebate_ID__c === rebateId && + submission.Record_Type_Name__c === "CSB Funding Request" + ); + }); + + const frfNeedsEdits = + frf?.Parent_CSB_Rebate__r.CSB_Funding_Request_Status__c === + "Edits Requested"; + + if (!frfNeedsEdits) { + const errorStatus = 400; + const errorMessage = `Application form submission '${mongoId}' does not need edits.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + axiosFormio(req) + .delete(`${formioPRFUrl}/submission/${mongoId}`) + .then((axiosRes) => axiosRes.data) + .then((response) => { + const logMessage = `User with email '${mail}' successfully deleted PRF submission '${rebateId}'.`; + log({ level: "info", message: logMessage, req }); + + res.json(response); + }) + .catch((error) => { + // NOTE: error is logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error deleting Formio Payment Request form submission '${rebateId}'.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); + }) + .catch((error) => { + // NOTE: logged in bap verifyBapConnection + const errorStatus = 500; + const errorMessage = `Error getting form submissions statuses from the BAP.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +}); + +// --- get user's 2022 CRF submissions from Formio +router.get("/crf-submissions", storeBapComboKeys, (req, res) => { + const { bapComboKeys } = req; + + const submissionsUrl = + `${formioCRFUrl}/submission` + + `?sort=-modified` + + `&limit=1000000` + + `&data.bap_hidden_entity_combo_key=${bapComboKeys.join( + "&data.bap_hidden_entity_combo_key=" + )}`; + + axiosFormio(req) + .get(submissionsUrl) + .then((axiosRes) => axiosRes.data) + .then((submissions) => res.json(submissions)) + .catch((error) => { + // NOTE: error is logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error getting Formio Close Out form submissions.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +}); + +// --- post a new 2022 CRF submission to Formio +router.post("/crf-submission", storeBapComboKeys, (req, res) => { + const { bapComboKeys, body } = req; + const { mail } = req.user; + const { + email, + title, + name, + entity, + comboKey, + rebateId, + frfReviewItemId, + prfReviewItemId, + prfModified, + } = body; + + if (!submissionPeriodOpen["2022"].crf) { + const errorStatus = 400; + const errorMessage = `CSB Close Out form enrollment period is closed.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + if (!bapComboKeys.includes(comboKey)) { + const logMessage = + `User with email '${mail}' attempted to post a new CRF submission ` + + `without a matching BAP combo key.`; + log({ level: "error", message: logMessage, req }); + + const errorStatus = 401; + const errorMessage = `Unauthorized.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + const { + UNIQUE_ENTITY_ID__c, + ENTITY_EFT_INDICATOR__c, + ELEC_BUS_POC_EMAIL__c, + ALT_ELEC_BUS_POC_EMAIL__c, + GOVT_BUS_POC_EMAIL__c, + ALT_GOVT_BUS_POC_EMAIL__c, + } = entity; + + return getBapDataForCRF(req, frfReviewItemId, prfReviewItemId) + .then(({ frfRecordQuery, prfRecordQuery, busRecordsQuery }) => { + const { + Fleet_Name__c, + Fleet_Street_Address__c, + Fleet_City__c, + Fleet_State__c, + Fleet_Zip__c, + Fleet_Contact_Name__c, + Fleet_Contact_Title__c, + Fleet_Contact_Phone__c, + Fleet_Contact_Email__c, + School_District_Contact__r, + } = frfRecordQuery[0]; + + const { + CSB_NCES_ID__c, + Primary_Applicant__r, + Alternate_Applicant__r, + Applicant_Organization__r, + CSB_School_District__r, + School_District_Prioritized__c, + Total_Rebate_Funds_Requested_PO__c, + Total_Bus_And_Infrastructure_Rebate__c, + Total_Infrastructure_Funds__c, + Num_Of_Buses_Requested_From_Application__c, + Total_Price_All_Buses__c, + Total_Bus_Rebate_Amount__c, + Total_All_Eligible_Infrastructure_Costs__c, + Total_Infrastructure_Rebate__c, + Total_Level_2_Charger_Costs__c, + Total_DC_Fast_Charger_Costs__c, + Total_Other_Infrastructure_Costs__c, + } = prfRecordQuery[0]; + + const busInfo = busRecordsQuery.map((record) => ({ + busNum: record.Rebate_Item_num__c, + oldBusNcesDistrictId: CSB_NCES_ID__c, + oldBusVin: record.CSB_VIN__c, + oldBusModelYear: record.CSB_Model_Year__c, + oldBusFuelType: record.CSB_Fuel_Type__c, + oldBusEstimatedRemainingLife: record.Old_Bus_Estimated_Remaining_Life__c, // prettier-ignore + oldBusExclude: record.Old_Bus_Exclude__c, + hidden_prf_oldBusExclude: record.Old_Bus_Exclude__c, + newBusDealer: record.Related_Line_Item__r?.Vendor_Name__c, + newBusFuelType: record.New_Bus_Fuel_Type__c, + hidden_prf_newBusFuelType: record.New_Bus_Fuel_Type__c, + newBusMake: record.New_Bus_Make__c, + hidden_prf_newBusMake: record.New_Bus_Make__c, + newBusMakeOther: record.CSB_Manufacturer_if_Other__c, + hidden_prf_newBusMakeOther: record.CSB_Manufacturer_if_Other__c, + newBusModel: record.New_Bus_Model__c, + hidden_prf_newBusModel: record.New_Bus_Model__c, + newBusModelYear: record.New_Bus_Model_Year__c, + hidden_prf_newBusModelYear: record.New_Bus_Model_Year__c, + newBusGvwr: record.New_Bus_GVWR__c, + hidden_prf_newBusGvwr: record.New_Bus_GVWR__c, + newBusPurchasePrice: record.New_Bus_Purchase_Price__c, + hidden_prf_newBusPurchasePrice: record.New_Bus_Purchase_Price__c, + hidden_prf_rebate: record.New_Bus_Rebate_Amount__c, + })); + + const submission = { + data: { + bap_hidden_entity_combo_key: comboKey, + hidden_prf_modified: prfModified, + hidden_current_user_email: email, + hidden_current_user_title: title, + hidden_current_user_name: name, + hidden_bap_rebate_id: rebateId, + hidden_sam_uei: UNIQUE_ENTITY_ID__c, + hidden_sam_efti: ENTITY_EFT_INDICATOR__c || "0000", + hidden_sam_elec_bus_poc_email: ELEC_BUS_POC_EMAIL__c, + hidden_sam_alt_elec_bus_poc_email: ALT_ELEC_BUS_POC_EMAIL__c, + hidden_sam_govt_bus_poc_email: GOVT_BUS_POC_EMAIL__c, + hidden_sam_alt_govt_bus_poc_email: ALT_GOVT_BUS_POC_EMAIL__c, + hidden_bap_district_id: CSB_NCES_ID__c, + hidden_bap_district_name: CSB_School_District__r?.Name, + hidden_bap_primary_fname: Primary_Applicant__r?.FirstName, + hidden_bap_primary_lname: Primary_Applicant__r?.LastName, + hidden_bap_primary_title: Primary_Applicant__r?.Title, + hidden_bap_primary_phone_number: Primary_Applicant__r?.Phone, + hidden_bap_primary_email: Primary_Applicant__r?.Email, + hidden_bap_alternate_fname: Alternate_Applicant__r?.FirstName || "", + hidden_bap_alternate_lname: Alternate_Applicant__r?.LastName || "", + hidden_bap_alternate_title: Alternate_Applicant__r?.Title || "", + hidden_bap_alternate_phone_number: Alternate_Applicant__r?.Phone || "", // prettier-ignore + hidden_bap_alternate_email: Alternate_Applicant__r?.Email || "", + hidden_bap_org_name: Applicant_Organization__r?.Name, + hidden_bap_fleet_name: Fleet_Name__c, + hidden_bap_fleet_address: Fleet_Street_Address__c, + hidden_bap_fleet_city: Fleet_City__c, + hidden_bap_fleet_state: Fleet_State__c, + hidden_bap_fleet_zip: Fleet_Zip__c, + hidden_bap_fleet_contact_name: Fleet_Contact_Name__c, + hidden_bap_fleet_contact_title: Fleet_Contact_Title__c, + hidden_bap_fleet_phone: Fleet_Contact_Phone__c, + hidden_bap_fleet_email: Fleet_Contact_Email__c, + hidden_bap_prioritized: School_District_Prioritized__c, + hidden_bap_requested_funds: Total_Rebate_Funds_Requested_PO__c, + hidden_bap_received_funds: Total_Bus_And_Infrastructure_Rebate__c, + hidden_bap_prf_infra_max_rebate: Total_Infrastructure_Funds__c, + hidden_bap_buses_requested_app: Num_Of_Buses_Requested_From_Application__c, // prettier-ignore + hidden_bap_total_bus_costs_prf: Total_Price_All_Buses__c, + hidden_bap_total_bus_rebate_received: Total_Bus_Rebate_Amount__c, + hidden_bap_total_infra_costs_prf: Total_All_Eligible_Infrastructure_Costs__c, // prettier-ignore + hidden_bap_total_infra_rebate_received: Total_Infrastructure_Rebate__c, // prettier-ignore + hidden_bap_total_infra_level2_charger: Total_Level_2_Charger_Costs__c, + hidden_bap_total_infra_dc_fast_charger: Total_DC_Fast_Charger_Costs__c, // prettier-ignore + hidden_bap_total_infra_other_costs: Total_Other_Infrastructure_Costs__c, // prettier-ignore + hidden_bap_district_contact_fname: School_District_Contact__r?.FirstName, // prettier-ignore + hidden_bap_district_contact_lname: School_District_Contact__r?.LastName, // prettier-ignore + busInfo, + }, + /** Add custom metadata to track formio submissions from wrapper. */ + metadata: { + ...formioCSBMetadata, + }, + state: "draft", + }; + + axiosFormio(req) + .post(`${formioCRFUrl}/submission`, submission) + .then((axiosRes) => axiosRes.data) + .then((submission) => res.json(submission)) + .catch((error) => { + // NOTE: error is logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error posting Formio Close Out form submission.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); + }) + .catch((error) => { + // NOTE: logged in bap verifyBapConnection + const errorStatus = 500; + const errorMessage = `Error getting data for a new Close Out form submission from the BAP.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +}); + +// --- get an existing 2022 CRF's schema and submission data from Formio +router.get("/crf-submission/:rebateId", storeBapComboKeys, async (req, res) => { + const { bapComboKeys } = req; + const { mail } = req.user; + const { rebateId } = req.params; // CSB Rebate ID (6 digits) + + const matchedCRFSubmissions = + `${formioCRFUrl}/submission` + + `?data.hidden_bap_rebate_id=${rebateId}` + + `&select=_id,data.bap_hidden_entity_combo_key`; + + Promise.all([ + axiosFormio(req).get(matchedCRFSubmissions), + axiosFormio(req).get(formioCRFUrl), + ]) + .then((axiosResponses) => axiosResponses.map((axiosRes) => axiosRes.data)) + .then(([submissions, schema]) => { + const submission = submissions[0]; + const mongoId = submission._id; + const comboKey = submission.data.bap_hidden_entity_combo_key; + + if (!bapComboKeys.includes(comboKey)) { + const logMessage = + `User with email '${mail}' attempted to access CRF submission '${rebateId}' ` + + `that they do not have access to.`; + log({ level: "warn", message: logMessage, req }); + + return res.json({ + userAccess: false, + formSchema: null, + submission: null, + }); + } + + /** NOTE: verifyMongoObjectId */ + if (mongoId && !ObjectId.isValid(mongoId)) { + const errorStatus = 400; + const errorMessage = `MongoDB ObjectId validation error for: '${mongoId}'.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + /** + * NOTE: We can't just use the returned submission data here because + * Formio returns the string literal 'YES' instead of a base64 encoded + * image string for signature fields when you query for all submissions + * matching on a field's value (`/submission?data.hidden_bap_rebate_id=${rebateId}`). + * We need to query for a specific submission (e.g. `/submission/${mongoId}`), + * to have Formio return the correct signature field data. + */ + axiosFormio(req) + .get(`${formioCRFUrl}/submission/${mongoId}`) + .then((axiosRes) => axiosRes.data) + .then((submission) => { + return res.json({ + userAccess: true, + formSchema: { url: formioCRFUrl, json: schema }, + submission, + }); + }); + }) + .catch((error) => { + // NOTE: error is logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error getting Formio Close Out form submission '${rebateId}'.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +}); + +// --- post an update to an existing draft 2022 CRF submission to Formio +router.post("/crf-submission/:rebateId", storeBapComboKeys, (req, res) => { + const { bapComboKeys, body } = req; + const { mail } = req.user; + const { rebateId } = req.params; // CSB Rebate ID (6 digits) + const { mongoId, submission } = body; + const comboKey = submission.data?.bap_hidden_entity_combo_key; + + checkFormSubmissionPeriodAndBapStatus({ + rebateYear: "2022", + formType: "crf", + mongoId, + comboKey, + req, + }) + .then(() => { + if (!bapComboKeys.includes(comboKey)) { + const logMessage = + `User with email '${mail}' attempted to update CRF submission '${rebateId}' ` + + `without a matching BAP combo key.`; + log({ level: "error", message: logMessage, req }); + + const errorStatus = 401; + const errorMessage = `Unauthorized.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + /** NOTE: verifyMongoObjectId */ + if (mongoId && !ObjectId.isValid(mongoId)) { + const errorStatus = 400; + const errorMessage = `MongoDB ObjectId validation error for: '${mongoId}'.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + /** Add custom metadata to track formio submissions from wrapper. */ + submission.metadata = { + ...submission.metadata, + ...formioCSBMetadata, + }; + + axiosFormio(req) + .put(`${formioCRFUrl}/submission/${mongoId}`, submission) + .then((axiosRes) => axiosRes.data) + .then((submission) => res.json(submission)) + .catch((error) => { + // NOTE: error is logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error updating Formio Close Out form submission '${rebateId}'.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); + }) + .catch((error) => { + const logMessage = + `User with email '${mail}' attempted to update CRF submission '${rebateId}' ` + + `when the CSB CRF enrollment period was closed.`; + log({ level: "error", message: logMessage, req }); + + const errorStatus = 400; + const errorMessage = `CSB Close Out form enrollment period is closed.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +}); + +module.exports = router; diff --git a/app/server/app/routes/formio2023.js b/app/server/app/routes/formio2023.js new file mode 100644 index 00000000..7c5b442f --- /dev/null +++ b/app/server/app/routes/formio2023.js @@ -0,0 +1,83 @@ +const express = require("express"); +const ObjectId = require("mongodb").ObjectId; +// --- +const { + axiosFormio, + formUrl, + submissionPeriodOpen, + formioCSBMetadata, +} = require("../config/formio"); +const { + ensureAuthenticated, + storeBapComboKeys, + verifyMongoObjectId, +} = require("../middleware"); +const { + getBapFormSubmissionsStatuses, + getBapDataForPRF, + getBapDataForCRF, + checkFormSubmissionPeriodAndBapStatus, +} = require("../utilities/bap"); +const { + uploadS3FileMetadata, + downloadS3FileMetadata, + fetchFRFSubmissions, + createFRFSubmission, + fetchFRFSubmission, + updateFRFSubmission, +} = require("../utilities/formio"); +const log = require("../utilities/logger"); + +const router = express.Router(); + +router.use(ensureAuthenticated); + +// --- download Formio S3 file metadata +router.get( + "/s3/:formType/:mongoId/:comboKey/storage/s3", + storeBapComboKeys, + (req, res) => { + downloadS3FileMetadata({ rebateYear: "2023", req, res }); + } +); + +// --- upload Formio S3 file metadata +router.post( + "/s3/:formType/:mongoId/:comboKey/storage/s3", + storeBapComboKeys, + (req, res) => { + uploadS3FileMetadata({ rebateYear: "2023", req, res }); + } +); + +// --- get user's 2023 FRF submissions from Formio +router.get("/frf-submissions", storeBapComboKeys, (req, res) => { + fetchFRFSubmissions({ rebateYear: "2023", req, res }); +}); + +// --- post a new 2023 FRF submission to Formio +router.post("/frf-submission", storeBapComboKeys, (req, res) => { + createFRFSubmission({ rebateYear: "2023", req, res }); +}); + +// --- get an existing 2023 FRF's schema and submission data from Formio +router.get( + "/frf-submission/:mongoId", + verifyMongoObjectId, + storeBapComboKeys, + (req, res) => { + fetchFRFSubmission({ rebateYear: "2023", req, res }); + } +); + +// --- post an update to an existing draft 2023 FRF submission to Formio +router.post( + "/frf-submission/:mongoId", + verifyMongoObjectId, + storeBapComboKeys, + (req, res) => { + updateFRFSubmission({ rebateYear: "2023", req, res }); + } +); + +module.exports = router; diff --git a/app/server/app/routes/formioNCES.js b/app/server/app/routes/formioNCES.js new file mode 100644 index 00000000..99681da1 --- /dev/null +++ b/app/server/app/routes/formioNCES.js @@ -0,0 +1,64 @@ +// const { resolve } = require("node:path"); +// const { readFile } = require("node:fs/promises"); +const express = require("express"); +// const axios = require("axios").default || require("axios"); // TODO: https://github.com/axios/axios/issues/5011 +// --- +const log = require("../utilities/logger"); +const data = require("../content/nces.json"); + +const { FORMIO_NCES_API_KEY } = process.env; +// const { NODE_ENV, S3_PUBLIC_BUCKET, S3_PUBLIC_REGION } = process.env; + +const router = express.Router(); + +// --- Search the NCES data with the provided NCES ID and return a match +router.get("/:searchText?", (req, res) => { + res.setHeader("Access-Control-Allow-Origin", "*"); + res.setHeader("Access-Control-Allow-Methods", "GET"); + res.setHeader("Access-Control-Allow-Headers", "Content-Type"); + res.setHeader("Access-Control-Allow-Credentials", true); + + const { searchText } = req.params; + const apiKey = req.headers["x-api-key"]; + + if (apiKey !== FORMIO_NCES_API_KEY) { + const message = `Incorrect or missing Formio NCES API key provided.`; + log({ level: "error", message, req }); + + const errorStatus = 400; + return res.status(errorStatus).json({ message }); + } + + // const s3BucketUrl = `https://${S3_PUBLIC_BUCKET}.s3-${S3_PUBLIC_REGION}.amazonaws.com`; + + // const data = JSON.parse( + // await (NODE_ENV === "development" + // ? readFile(resolve(__dirname, "../content", "nces.json"), "utf8") + // : axios.get(`${s3BucketUrl}/content/nces.json`).then((res) => res.data)) + // ); + + if (!searchText) { + const logMessage = `No NCES ID passed to NCES data lookup.`; + log({ level: "info", message: logMessage, req }); + + return res.json({}); + } + + if (searchText.length !== 7) { + const logMessage = `Invalid NCES ID '${searchText}' passed to NCES data lookup.`; + log({ level: "info", message: logMessage, req }); + + return res.json({}); + } + + const result = data.find((item) => item["NCES ID"] === searchText); + + const logMessage = + `NCES data searched with NCES ID '${searchText}' resulting in ` + + `${result ? "a match" : "no matches"}.`; + log({ level: "info", message: logMessage, req }); + + return res.json({ ...result }); +}); + +module.exports = router; diff --git a/app/server/app/routes/help.js b/app/server/app/routes/help.js index a501a58b..f23b2f00 100644 --- a/app/server/app/routes/help.js +++ b/app/server/app/routes/help.js @@ -1,12 +1,7 @@ const express = require("express"); const ObjectId = require("mongodb").ObjectId; // --- -const { - axiosFormio, - formioApplicationFormUrl, - formioPaymentRequestFormUrl, - formioCloseOutFormUrl, -} = require("../config/formio"); +const { axiosFormio, formUrl } = require("../config/formio"); const { ensureAuthenticated, ensureHelpdesk } = require("../middleware"); const { getBapFormSubmissionData } = require("../utilities/bap"); @@ -17,8 +12,8 @@ router.use(ensureAuthenticated); router.use(ensureHelpdesk); // --- get an existing form's submission data from Formio -router.get("/formio-submission/:formType/:id", (req, res) => { - const { formType, id } = req.params; +router.get("/formio/:rebateYear/:formType/:id", (req, res) => { + const { rebateYear, formType, id } = req.params; const rebateId = id.length === 6 ? id : null; const mongoId = !rebateId ? id : null; @@ -31,29 +26,60 @@ router.get("/formio-submission/:formType/:id", (req, res) => { } const formName = - formType === "application" + formType === "frf" ? "CSB Application" - : formType === "payment-request" + : formType === "prf" ? "CSB Payment Request" - : formType === "close-out" + : formType === "crf" ? "CSB Close Out" : "CSB"; - const formUrl = - formType === "application" - ? formioApplicationFormUrl - : formType === "payment-request" - ? formioPaymentRequestFormUrl - : formType === "close-out" - ? formioCloseOutFormUrl - : null; // fallback + const formioFormUrl = formUrl[rebateYear][formType]; + + /** + * TODO: revisit `getBapFormSubmissionData()` to include rebateYear once BAP + * supports 2023 FRF + */ + if (rebateYear === "2023") { + if (rebateId && !mongoId) { + const errorStatus = 500; + const errorMessage = `Error getting 2023 ${formName} submission '${rebateId}'.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + return Promise.all([ + axiosFormio(req).get(`${formioFormUrl}/submission/${mongoId}`), + axiosFormio(req).get(formioFormUrl), + ]) + .then((responses) => responses.map((axiosRes) => axiosRes.data)) + .then(([formioSubmission, schema]) => { + return res.json({ + formSchema: { url: formioFormUrl, json: schema }, + formio: formioSubmission, + bap: { + modified: null, + comboKey: null, + mongoId: null, + rebateId: null, + reviewItemId: null, + status: null, + }, + }); + }) + .catch((error) => { + // NOTE: error is logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error getting ${rebateYear} ${formName} submission '${mongoId}'.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); + } return getBapFormSubmissionData(req, formType, rebateId, mongoId).then( (bapSubmission) => { - if (!bapSubmission || !formUrl) { + if (!bapSubmission || !formioFormUrl) { const logId = rebateId || mongoId; const errorStatus = 500; - const errorMessage = `Error getting ${formName} form submission '${logId}' from the BAP.`; + const errorMessage = `Error getting ${rebateYear} ${formName} submission '${logId}' from the BAP.`; return res.status(errorStatus).json({ message: errorMessage }); } @@ -68,13 +94,13 @@ router.get("/formio-submission/:formType/:id", (req, res) => { } = bapSubmission; return Promise.all([ - axiosFormio(req).get(`${formUrl}/submission/${CSB_Form_ID__c}`), - axiosFormio(req).get(formUrl), + axiosFormio(req).get(`${formioFormUrl}/submission/${CSB_Form_ID__c}`), + axiosFormio(req).get(formioFormUrl), ]) .then((responses) => responses.map((axiosRes) => axiosRes.data)) .then(([formioSubmission, schema]) => { return res.json({ - formSchema: { url: formUrl, json: schema }, + formSchema: { url: formioFormUrl, json: schema }, formio: formioSubmission, bap: { modified: CSB_Modified_Full_String__c, // ISO 8601 date time string @@ -94,9 +120,9 @@ router.get("/formio-submission/:formType/:id", (req, res) => { }); }) .catch((error) => { - // NOTE: logged in axiosFormio response interceptor + // NOTE: error is logged in axiosFormio response interceptor const errorStatus = error.response?.status || 500; - const errorMessage = `Error getting ${formName} form submission '${CSB_Form_ID__c}'.`; + const errorMessage = `Error getting ${rebateYear} ${formName} submission '${CSB_Form_ID__c}'.`; return res.status(errorStatus).json({ message: errorMessage }); }); } diff --git a/app/server/app/routes/index.js b/app/server/app/routes/index.js index 1390620d..baf90383 100644 --- a/app/server/app/routes/index.js +++ b/app/server/app/routes/index.js @@ -3,8 +3,14 @@ const express = require("express"); const router = express.Router(); router.use("/", require("./auth")); -router.use("/api", require("./api")); -router.use("/help", require("./help")); +router.use("/api/content", require("./content")); +router.use("/api/formio/nces", require("./formioNCES")); +router.use("/api/user", require("./user")); +router.use("/api/config", require("./config")); +router.use("/api/bap", require("./bap")); +router.use("/api/formio/2022", require("./formio2022")); +router.use("/api/formio/2023", require("./formio2023")); +router.use("/api/help", require("./help")); router.use("/status", require("./status")); module.exports = router; diff --git a/app/server/app/routes/status.js b/app/server/app/routes/status.js index 195f70fd..cb1f0ffd 100644 --- a/app/server/app/routes/status.js +++ b/app/server/app/routes/status.js @@ -1,11 +1,6 @@ const express = require("express"); // --- -const { - axiosFormio, - formioApplicationFormUrl, - formioPaymentRequestFormUrl, - formioCloseOutFormUrl, -} = require("../config/formio"); +const { axiosFormio, formUrl } = require("../config/formio"); const { getSamEntities } = require("../utilities/bap"); const router = express.Router(); @@ -31,7 +26,7 @@ router.get("/bap-sam-data", (req, res) => { router.get("/formio-application-schema", (req, res) => { axiosFormio(req) - .get(formioApplicationFormUrl) + .get(formUrl["2022"].frf) .then((axiosRes) => axiosRes.data) .then((schema) => { /** @@ -41,14 +36,14 @@ router.get("/formio-application-schema", (req, res) => { return res.json({ status: schema.type === "form" && !!schema.title }); }) .catch((error) => { - // NOTE: logged in axiosFormio response interceptor + // NOTE: error is logged in axiosFormio response interceptor return res.json({ status: false }); }); }); router.get("/formio-payment-request-schema", (req, res) => { axiosFormio(req) - .get(formioPaymentRequestFormUrl) + .get(formUrl["2022"].prf) .then((axiosRes) => axiosRes.data) .then((schema) => { /** @@ -58,14 +53,14 @@ router.get("/formio-payment-request-schema", (req, res) => { return res.json({ status: schema.type === "form" && !!schema.title }); }) .catch((error) => { - // NOTE: logged in axiosFormio response interceptor + // NOTE: error is logged in axiosFormio response interceptor return res.json({ status: false }); }); }); router.get("/formio-close-out-schema", (req, res) => { axiosFormio(req) - .get(formioCloseOutFormUrl) + .get(formUrl["2022"].crf) .then((axiosRes) => axiosRes.data) .then((schema) => { /** @@ -75,7 +70,7 @@ router.get("/formio-close-out-schema", (req, res) => { return res.json({ status: schema.type === "form" && !!schema.title }); }) .catch((error) => { - // NOTE: logged in axiosFormio response interceptor + // NOTE: error is logged in axiosFormio response interceptor return res.json({ status: false }); }); }); diff --git a/app/server/app/routes/user.js b/app/server/app/routes/user.js new file mode 100644 index 00000000..561ad247 --- /dev/null +++ b/app/server/app/routes/user.js @@ -0,0 +1,15 @@ +const express = require("express"); +// --- +const { ensureAuthenticated } = require("../middleware"); + +const router = express.Router(); + +router.use(ensureAuthenticated); + +// --- get user data from EPA Gateway/Login.gov +router.get("/", (req, res) => { + const { mail, memberof, exp } = req.user; + return res.json({ mail, memberof, exp }); +}); + +module.exports = router; diff --git a/app/server/app/utilities/bap.js b/app/server/app/utilities/bap.js index 1070e82f..a53b9573 100644 --- a/app/server/app/utilities/bap.js +++ b/app/server/app/utilities/bap.js @@ -3,6 +3,8 @@ const jsforce = require("jsforce"); const express = require("express"); const log = require("../utilities/logger"); +// --- +const { submissionPeriodOpen } = require("../config/formio"); /** * @typedef {Object} BapSamEntity @@ -55,7 +57,7 @@ const log = require("../utilities/logger"); */ /** - * @typedef {Object} BapDataForPaymentRequest + * @typedef {Object} BapDataForPRF * @property {{ * Id: string * UEI_EFTI_Combo_Key__c: string @@ -82,7 +84,7 @@ const log = require("../utilities/logger"); * School_District_Prioritized__c: string * Total_Rebate_Funds_Requested__c: string * Total_Infrastructure_Funds__c: string - * }[]} applicationRecordQuery + * }[]} frfRecordQuery * @property {{ * Rebate_Item_num__c: string * CSB_VIN__c: string @@ -98,7 +100,7 @@ const log = require("../utilities/logger"); */ /** - * @typedef {Object} BapDataForForCloseOut + * @typedef {Object} BapDataForForCRF * @property {{ * Fleet_Name__c: string * Fleet_Street_Address__c: string @@ -113,7 +115,7 @@ const log = require("../utilities/logger"); * FirstName: string * LastName: string * } - * }[]} applicationRecordQuery + * }[]} frfRecordQuery * @property {{ * Id: string * UEI_EFTI_Combo_Key__c: string @@ -150,7 +152,7 @@ const log = require("../utilities/logger"); * Total_Level_2_Charger_Costs__c: string * Total_DC_Fast_Charger_Costs__c: string * Total_Other_Infrastructure_Costs__c: string - * }[]} paymentRequestRecordQuery + * }[]} prfRecordQuery * @property {{ * Rebate_Item_num__c: string * CSB_VIN__c: string @@ -313,34 +315,27 @@ async function queryForSamEntities(req, email) { * statuses and related metadata. * * @param {express.Request} req - * @param {'application' | 'payment-request' | 'close-out'} formType + * @param {'frf' | 'prf' | 'crf'} formType * @param {string | null} rebateId * @param {string | null} mongoId * @returns {Promise} fields associated a form submission */ async function queryForBapFormSubmissionData(req, formType, rebateId, mongoId) { - const formName = - formType === "application" - ? "CSB Application" - : formType === "payment-request" - ? "CSB Payment Request" - : formType === "close-out" - ? "CSB Close Out" - : "CSB"; - const logId = rebateId ? `rebateId: '${rebateId}'` : `mongoId: '${mongoId}'`; - const logMessage = `Querying the BAP for ${formName} form submission data associated with ${logId}.`; + const logMessage = + `Querying the BAP for ${formType.toUpperCase()} submission data ` + + `associated with ${logId}.`; log({ level: "info", message: logMessage }); /** @type {jsforce.Connection} */ const { bapConnection } = req.app.locals; const developername = - formType === "application" + formType === "frf" ? "CSB_Funding_Request" - : formType === "payment-request" + : formType === "prf" ? "CSB_Payment_Request" - : formType === "close-out" + : formType === "crf" ? "CSB_Closeout_Request" : null; // fallback @@ -423,7 +418,9 @@ async function queryForBapFormSubmissionData(req, formType, rebateId, mongoId) { * @returns {Promise} collection of fields associated with each form submission */ async function queryForBapFormSubmissionsStatuses(req, comboKeys) { - const logMessage = `Querying the BAP for form submissions statuses associated with combokeys: '${comboKeys}'.`; + const logMessage = + `Querying the BAP for form submissions statuses associated with ` + + `combokeys: '${comboKeys}'.`; log({ level: "info", message: logMessage }); /** @type {jsforce.Connection} */ @@ -507,17 +504,17 @@ async function queryForBapFormSubmissionsStatuses(req, comboKeys) { } /** - * Uses cached JSforce connection to query the BAP for Application form - * submission data, for use in a brand new Payment Request form submission. + * Uses cached JSforce connection to query the BAP for FRF submission data, for + * use in a brand new PRF submission. * * @param {express.Request} req - * @param {string} applicationReviewItemId CSB Rebate ID with the form/version ID (9 digits) - * @returns {Promise} Application form submission fields + * @param {string} frfReviewItemId CSB Rebate ID with the form/version ID (9 digits) + * @returns {Promise} FRF submission fields */ -async function queryBapForPaymentRequestData(req, applicationReviewItemId) { +async function queryBapForPRFData(req, frfReviewItemId) { const logMessage = - `Querying the BAP for Application form submission associated with ` + - `Application Review Item ID: '${applicationReviewItemId}'.`; + `Querying the BAP for FRF submission associated with ` + + `FRF Review Item ID: '${frfReviewItemId}'.`; log({ level: "info", message: logMessage }); /** @type {jsforce.Connection} */ @@ -532,7 +529,7 @@ async function queryBapForPaymentRequestData(req, applicationReviewItemId) { // sobjecttype = '${BAP_FORMS_TABLE}' // LIMIT 1` - const applicationRecordTypeIdQuery = await bapConnection + const frfRecordTypeIdQuery = await bapConnection .sobject("recordtype") .find( { @@ -547,7 +544,7 @@ async function queryBapForPaymentRequestData(req, applicationReviewItemId) { .limit(1) .execute(async (err, records) => ((await err) ? err : records)); - const applicationRecordTypeId = applicationRecordTypeIdQuery["0"].Id; + const frfRecordTypeId = frfRecordTypeIdQuery["0"].Id; // `SELECT // Id, @@ -570,16 +567,16 @@ async function queryBapForPaymentRequestData(req, applicationReviewItemId) { // FROM // ${BAP_FORMS_TABLE} // WHERE - // recordtypeid = '${applicationRecordTypeId}' AND - // CSB_Review_Item_ID__c = '${applicationReviewItemId}' AND + // recordtypeid = '${frfRecordTypeId}' AND + // CSB_Review_Item_ID__c = '${frfReviewItemId}' AND // Latest_Version__c = TRUE` - const applicationRecordQuery = await bapConnection + const frfRecordQuery = await bapConnection .sobject(BAP_FORMS_TABLE) .find( { - recordtypeid: applicationRecordTypeId, - CSB_Review_Item_ID__c: applicationReviewItemId, + recordtypeid: frfRecordTypeId, + CSB_Review_Item_ID__c: frfReviewItemId, Latest_Version__c: true, }, { @@ -605,7 +602,7 @@ async function queryBapForPaymentRequestData(req, applicationReviewItemId) { ) .execute(async (err, records) => ((await err) ? err : records)); - const applicationRecordId = applicationRecordQuery["0"].Id; + const frfRecordId = frfRecordQuery["0"].Id; // `SELECT // Id @@ -644,7 +641,7 @@ async function queryBapForPaymentRequestData(req, applicationReviewItemId) { // ${BAP_BUS_TABLE} // WHERE // recordtypeid = '${busRecordTypeId}' AND - // Related_Order_Request__c = '${applicationRecordId}' AND + // Related_Order_Request__c = '${frfRecordId}' AND // CSB_Rebate_Item_Type__c = 'Old Bus'` const busRecordsQuery = await bapConnection @@ -652,7 +649,7 @@ async function queryBapForPaymentRequestData(req, applicationReviewItemId) { .find( { recordtypeid: busRecordTypeId, - Related_Order_Request__c: applicationRecordId, + Related_Order_Request__c: frfRecordId, CSB_Rebate_Item_Type__c: "Old Bus", }, { @@ -667,29 +664,23 @@ async function queryBapForPaymentRequestData(req, applicationReviewItemId) { ) .execute(async (err, records) => ((await err) ? err : records)); - return { applicationRecordQuery, busRecordsQuery }; + return { frfRecordQuery, busRecordsQuery }; } /** - * Uses cached JSforce connection to query the BAP for Application form - * submission data and Payment Request form submission data, for use in a brand - * new Close-out form submission. + * Uses cached JSforce connection to query the BAP for FRF submission data and + * PRF submission data, for use in a brand new CRF submission. * * @param {express.Request} req - * @param {string} applicationReviewItemId CSB Rebate ID with the form/version ID (9 digits) - * @param {string} paymentRequestReviewItemId CSB Rebate ID with the form/version ID (9 digits) - * @returns {Promise} Application form and Payment Request form submission fields + * @param {string} frfReviewItemId CSB Rebate ID with the form/version ID (9 digits) + * @param {string} prfReviewItemId CSB Rebate ID with the form/version ID (9 digits) + * @returns {Promise} FRF and PRF submission fields */ -async function queryBapForCloseOutData( - req, - applicationReviewItemId, - paymentRequestReviewItemId -) { +async function queryBapForCRFData(req, frfReviewItemId, prfReviewItemId) { const logMessage = - `Querying the BAP for Application form submission associated with ` + - `Application Review Item ID: '${applicationReviewItemId}' and ` + - `Payment Request form submission associated with ` + - `Payment Request Review Item ID: '${paymentRequestReviewItemId}'.`; + `Querying the BAP for FRF submission associated with ` + + `FRF Review Item ID: '${frfReviewItemId}' and PRF submission associated with ` + + `PRF Review Item ID: '${prfReviewItemId}'.`; log({ level: "info", message: logMessage }); /** @type {jsforce.Connection} */ @@ -704,7 +695,7 @@ async function queryBapForCloseOutData( // sobjecttype = '${BAP_FORMS_TABLE}' // LIMIT 1` - const applicationRecordTypeIdQuery = await bapConnection + const frfRecordTypeIdQuery = await bapConnection .sobject("recordtype") .find( { @@ -719,7 +710,7 @@ async function queryBapForCloseOutData( .limit(1) .execute(async (err, records) => ((await err) ? err : records)); - const applicationRecordTypeId = applicationRecordTypeIdQuery["0"].Id; + const frfRecordTypeId = frfRecordTypeIdQuery["0"].Id; // `SELECT // Fleet_Name__c, @@ -736,16 +727,16 @@ async function queryBapForCloseOutData( // FROM // ${BAP_FORMS_TABLE} // WHERE - // recordtypeid = '${applicationRecordTypeId}' AND - // CSB_Review_Item_ID__c = '${applicationReviewItemId}' AND + // recordtypeid = '${frfRecordTypeId}' AND + // CSB_Review_Item_ID__c = '${frfReviewItemId}' AND // Latest_Version__c = TRUE` - const applicationRecordQuery = await bapConnection + const frfRecordQuery = await bapConnection .sobject(BAP_FORMS_TABLE) .find( { - recordtypeid: applicationRecordTypeId, - CSB_Review_Item_ID__c: applicationReviewItemId, + recordtypeid: frfRecordTypeId, + CSB_Review_Item_ID__c: frfReviewItemId, Latest_Version__c: true, }, { @@ -774,7 +765,7 @@ async function queryBapForCloseOutData( // sobjecttype = '${BAP_FORMS_TABLE}' // LIMIT 1` - const paymentRequestRecordTypeIdQuery = await bapConnection + const prfRecordTypeIdQuery = await bapConnection .sobject("recordtype") .find( { @@ -789,7 +780,7 @@ async function queryBapForCloseOutData( .limit(1) .execute(async (err, records) => ((await err) ? err : records)); - const paymentRequestRecordTypeId = paymentRequestRecordTypeIdQuery["0"].Id; + const prfRecordTypeId = prfRecordTypeIdQuery["0"].Id; // `SELECT // Id, @@ -822,16 +813,16 @@ async function queryBapForCloseOutData( // FROM // ${BAP_FORMS_TABLE} // WHERE - // recordtypeid = '${paymentRequestRecordTypeId}' AND - // CSB_Review_Item_ID__c = '${paymentRequestReviewItemId}' AND + // recordtypeid = '${prfRecordTypeId}' AND + // CSB_Review_Item_ID__c = '${prfReviewItemId}' AND // Latest_Version__c = TRUE` - const paymentRequestRecordQuery = await bapConnection + const prfRecordQuery = await bapConnection .sobject(BAP_FORMS_TABLE) .find( { - recordtypeid: paymentRequestRecordTypeId, - CSB_Review_Item_ID__c: paymentRequestReviewItemId, + recordtypeid: prfRecordTypeId, + CSB_Review_Item_ID__c: prfReviewItemId, Latest_Version__c: true, }, { @@ -867,7 +858,7 @@ async function queryBapForCloseOutData( ) .execute(async (err, records) => ((await err) ? err : records)); - const paymentRequestRecordId = paymentRequestRecordQuery["0"].Id; + const prfRecordId = prfRecordQuery["0"].Id; // `SELECT // Id @@ -916,7 +907,7 @@ async function queryBapForCloseOutData( // ${BAP_BUS_TABLE} // WHERE // recordtypeid = '${busRecordTypeId}' AND - // Related_Order_Request__c = '${paymentRequestRecordId}' AND + // Related_Order_Request__c = '${prfRecordId}' AND // CSB_Rebate_Item_Type__c = 'New Bus'` const busRecordsQuery = await bapConnection @@ -924,7 +915,7 @@ async function queryBapForCloseOutData( .find( { recordtypeid: busRecordTypeId, - Related_Order_Request__c: paymentRequestRecordId, + Related_Order_Request__c: prfRecordId, CSB_Rebate_Item_Type__c: "New Bus", }, { @@ -949,7 +940,7 @@ async function queryBapForCloseOutData( ) .execute(async (err, records) => ((await err) ? err : records)); - return { applicationRecordQuery, paymentRequestRecordQuery, busRecordsQuery }; + return { frfRecordQuery, prfRecordQuery, busRecordsQuery }; } /** @@ -1025,7 +1016,7 @@ function getBapComboKeys(req, email) { * Fetches data associated with a provided form submission. * * @param {express.Request} req - * @param {'application' | 'payment-request' | 'close-out'} formType + * @param {'frf' | 'prf' | 'crf'} formType * @param {string | null} rebateId * @param {string | null} mongoId * @returns {ReturnType} @@ -1052,38 +1043,76 @@ function getBapFormSubmissionsStatuses(req, comboKeys) { } /** - * Fetches Application form submission data associated with an Application - * Review Item ID. + * Fetches FRF submission data associated with a FRF Review Item ID. * * @param {express.Request} req - * @param {string} applicationReviewItemId - * @returns {ReturnType} + * @param {string} frfReviewItemId + * @returns {ReturnType} */ -function getBapDataForPaymentRequest(req, applicationReviewItemId) { +function getBapDataForPRF(req, frfReviewItemId) { return verifyBapConnection(req, { - name: queryBapForPaymentRequestData, - args: [req, applicationReviewItemId], + name: queryBapForPRFData, + args: [req, frfReviewItemId], }); } /** - * Fetches Application form submission data and Payment Request form submission - * data associated with an Application Review Item ID and a Payment Request - * Review Item ID. + * Fetches FRF submission data and PRF submission data associated with a FRF + * Review Item ID and a PRF Review Item ID. * * @param {express.Request} req - * @param {string} applicationReviewItemId - * @param {string} paymentRequestReviewItemId - * @returns {ReturnType} + * @param {string} frfReviewItemId + * @param {string} prfReviewItemId + * @returns {ReturnType} */ -function getBapDataForCloseOut( - req, - applicationReviewItemId, - paymentRequestReviewItemId -) { +function getBapDataForCRF(req, frfReviewItemId, prfReviewItemId) { return verifyBapConnection(req, { - name: queryBapForCloseOutData, - args: [req, applicationReviewItemId, paymentRequestReviewItemId], + name: queryBapForCRFData, + args: [req, frfReviewItemId, prfReviewItemId], + }); +} + +/** + * Returns a resolved or rejected promise, depending on if the given form's + * submission period is open (as set via environment variables), and if the form + * submission has the status of "Edits Requested" or not (as stored in and + * returned from the BAP). + * + * @param {Object} param + * @param {'2022' | '2023'} param.rebateYear + * @param {'frf' | 'prf' | 'crf'} param.formType + * @param {string} param.mongoId + * @param {string} param.comboKey + * @param {express.Request} param.req + */ +function checkFormSubmissionPeriodAndBapStatus({ + rebateYear, + formType, + mongoId, + comboKey, + req, +}) { + /** Form submission period is open, so continue. */ + if (submissionPeriodOpen[rebateYear][formType]) { + return Promise.resolve(); + } + + /** Form submission period is closed, so only continue if edits are requested. */ + return getBapFormSubmissionsStatuses(req, [comboKey]).then((submissions) => { + const submission = submissions.find((s) => s.CSB_Form_ID__c === mongoId); + + const statusField = + formType === "frf" + ? "CSB_Funding_Request_Status__c" + : formType === "prf" + ? "CSB_Payment_Request_Status__c" + : formType === "crf" + ? "CSB_Closeout_Request_Status__c" + : null; + + return submission?.Parent_CSB_Rebate__r?.[statusField] === "Edits Requested" + ? Promise.resolve() + : Promise.reject(); }); } @@ -1092,6 +1121,7 @@ module.exports = { getBapComboKeys, getBapFormSubmissionData, getBapFormSubmissionsStatuses, - getBapDataForPaymentRequest, - getBapDataForCloseOut, + getBapDataForPRF, + getBapDataForCRF, + checkFormSubmissionPeriodAndBapStatus, }; diff --git a/app/server/app/utilities/formio.js b/app/server/app/utilities/formio.js new file mode 100644 index 00000000..4f509c88 --- /dev/null +++ b/app/server/app/utilities/formio.js @@ -0,0 +1,362 @@ +const express = require("express"); +// --- +const { + axiosFormio, + formUrl, + submissionPeriodOpen, + formioCSBMetadata, +} = require("../config/formio"); +const { checkFormSubmissionPeriodAndBapStatus } = require("./bap"); +const log = require("./logger"); + +/** + * @param {Object} param + * @param {'2022' | '2023'} param.rebateYear + */ +function getComboKeyFieldName({ rebateYear }) { + return rebateYear === "2022" + ? "bap_hidden_entity_combo_key" + : rebateYear === "2023" + ? "_bap_entity_combo_key" + : ""; +} + +/** + * @param {Object} param + * @param {'2022' | '2023'} param.rebateYear + * @param {express.Request} param.req + * @param {express.Response} param.res + */ +function uploadS3FileMetadata({ rebateYear, req, res }) { + const { bapComboKeys, body } = req; + const { mail } = req.user; + const { formType, mongoId, comboKey } = req.params; + + const formioFormUrl = formUrl[rebateYear][formType]; + + if (!formioFormUrl) { + const errorStatus = 400; + const errorMessage = `Formio form URL does not exist for ${rebateYear} ${formType.toUpperCase()}.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + checkFormSubmissionPeriodAndBapStatus({ + rebateYear, + formType, + mongoId, + comboKey, + req, + }) + .then(() => { + if (!bapComboKeys.includes(comboKey)) { + const logMessage = + `User with email '${mail}' attempted to upload a file ` + + `without a matching BAP combo key.`; + log({ level: "error", message: logMessage, req }); + + const errorStatus = 401; + const errorMessage = `Unauthorized.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + axiosFormio(req) + .post(`${formioFormUrl}/storage/s3`, body) + .then((axiosRes) => axiosRes.data) + .then((fileMetadata) => res.json(fileMetadata)) + .catch((error) => { + // NOTE: logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error uploading file to S3.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); + }) + .catch((error) => { + const formName = + formType === "frf" + ? "CSB Application" + : formType === "prf" + ? "CSB Payment Request" + : formType === "cof" + ? "CSB Close Out" + : "CSB"; + + const logMessage = + `User with email '${mail}' attempted to upload a file when the ` + + `${rebateYear} ${formName} form enrollment period was closed.`; + log({ level: "error", message: logMessage, req }); + + const errorStatus = 400; + const errorMessage = `${rebateYear} ${formName} form enrollment period is closed.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +} + +/** + * @param {Object} param + * @param {'2022' | '2023'} param.rebateYear + * @param {express.Request} param.req + * @param {express.Response} param.res + */ +function downloadS3FileMetadata({ rebateYear, req, res }) { + const { bapComboKeys, query } = req; + const { mail } = req.user; + const { formType, comboKey } = req.params; + + const formioFormUrl = formUrl[rebateYear][formType]; + + if (!formioFormUrl) { + const errorStatus = 400; + const errorMessage = `Formio form URL does not exist for ${rebateYear} ${formType.toUpperCase()}.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + if (!bapComboKeys.includes(comboKey)) { + const logMessage = + `User with email '${mail}' attempted to download a file ` + + `without a matching BAP combo key.`; + log({ level: "error", message: logMessage, req }); + + const errorStatus = 401; + const errorMessage = `Unauthorized.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + axiosFormio(req) + .get(`${formioFormUrl}/storage/s3`, { params: query }) + .then((axiosRes) => axiosRes.data) + .then((fileMetadata) => res.json(fileMetadata)) + .catch((error) => { + // NOTE: logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error downloading file from S3.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +} + +/** + * @param {Object} param + * @param {'2022' | '2023'} param.rebateYear + * @param {express.Request} param.req + * @param {express.Response} param.res + */ +function fetchFRFSubmissions({ rebateYear, req, res }) { + const { bapComboKeys } = req; + + const comboKeyFieldName = getComboKeyFieldName({ rebateYear }); + const comboKeySearchParam = `&data.${comboKeyFieldName}=`; + + const formioFormUrl = formUrl[rebateYear].frf; + + if (!formioFormUrl) { + const errorStatus = 400; + const errorMessage = `Formio form URL does not exist for ${rebateYear} FRF.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + const submissionsUrl = + `${formioFormUrl}/submission` + + `?sort=-modified` + + `&limit=1000000` + + comboKeySearchParam + + `${bapComboKeys.join(comboKeySearchParam)}`; + + axiosFormio(req) + .get(submissionsUrl) + .then((axiosRes) => axiosRes.data) + .then((submissions) => res.json(submissions)) + .catch((error) => { + // NOTE: error is logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error getting Formio ${rebateYear} Application form submissions.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +} + +/** + * @param {Object} param + * @param {'2022' | '2023'} param.rebateYear + * @param {express.Request} param.req + * @param {express.Response} param.res + */ +function createFRFSubmission({ rebateYear, req, res }) { + const { bapComboKeys, body } = req; + const { mail } = req.user; + + const comboKeyFieldName = getComboKeyFieldName({ rebateYear }); + const comboKey = body.data?.[comboKeyFieldName]; + + const formioFormUrl = formUrl[rebateYear].frf; + + if (!formioFormUrl) { + const errorStatus = 400; + const errorMessage = `Formio form URL does not exist for ${rebateYear} FRF.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + if (!submissionPeriodOpen[rebateYear].frf) { + const errorStatus = 400; + const errorMessage = `${rebateYear} CSB Application form enrollment period is closed.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + if (!bapComboKeys.includes(comboKey)) { + const logMessage = + `User with email '${mail}' attempted to post a new ${rebateYear} ` + + `FRF submission without a matching BAP combo key.`; + log({ level: "error", message: logMessage, req }); + + const errorStatus = 401; + const errorMessage = `Unauthorized.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + /** Add custom metadata to track formio submissions from wrapper. */ + body.metadata = { ...formioCSBMetadata }; + + axiosFormio(req) + .post(`${formioFormUrl}/submission`, body) + .then((axiosRes) => axiosRes.data) + .then((submission) => res.json(submission)) + .catch((error) => { + // NOTE: error is logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error posting Formio ${rebateYear} Application form submission.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +} + +/** + * @param {Object} param + * @param {'2022' | '2023'} param.rebateYear + * @param {express.Request} param.req + * @param {express.Response} param.res + */ +function fetchFRFSubmission({ rebateYear, req, res }) { + const { bapComboKeys } = req; + const { mail } = req.user; + const { mongoId } = req.params; + + const comboKeyFieldName = getComboKeyFieldName({ rebateYear }); + + const formioFormUrl = formUrl[rebateYear].frf; + + if (!formioFormUrl) { + const errorStatus = 400; + const errorMessage = `Formio form URL does not exist for ${rebateYear} FRF.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + Promise.all([ + axiosFormio(req).get(`${formioFormUrl}/submission/${mongoId}`), + axiosFormio(req).get(formioFormUrl), + ]) + .then((axiosResponses) => axiosResponses.map((axiosRes) => axiosRes.data)) + .then(([submission, schema]) => { + const comboKey = submission.data?.[comboKeyFieldName]; + + if (!bapComboKeys.includes(comboKey)) { + const logMessage = + `User with email '${mail}' attempted to access ${rebateYear} ` + + `FRF submission '${mongoId}' that they do not have access to.`; + log({ level: "warn", message: logMessage, req }); + + return res.json({ + userAccess: false, + formSchema: null, + submission: null, + }); + } + + return res.json({ + userAccess: true, + formSchema: { url: formioFormUrl, json: schema }, + submission, + }); + }) + .catch((error) => { + // NOTE: error is logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error getting Formio ${rebateYear} Application form submission '${mongoId}'.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +} + +/** + * @param {Object} param + * @param {'2022' | '2023'} param.rebateYear + * @param {express.Request} param.req + * @param {express.Response} param.res + */ +function updateFRFSubmission({ rebateYear, req, res }) { + const { bapComboKeys } = req; + const { mail } = req.user; + const { mongoId } = req.params; + const submission = req.body; + + const comboKeyFieldName = getComboKeyFieldName({ rebateYear }); + const comboKey = submission.data?.[comboKeyFieldName]; + + const formioFormUrl = formUrl[rebateYear].frf; + + if (!formioFormUrl) { + const errorStatus = 400; + const errorMessage = `Formio form URL does not exist for ${rebateYear} FRF.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + checkFormSubmissionPeriodAndBapStatus({ + rebateYear, + formType: "frf", + mongoId, + comboKey, + req, + }) + .then(() => { + if (!bapComboKeys.includes(comboKey)) { + const logMessage = + `User with email '${mail}' attempted to update ${rebateYear} FRF ` + + `submission '${mongoId}' without a matching BAP combo key.`; + log({ level: "error", message: logMessage, req }); + + const errorStatus = 401; + const errorMessage = `Unauthorized.`; + return res.status(errorStatus).json({ message: errorMessage }); + } + + /** Add custom metadata to track formio submissions from wrapper. */ + submission.metadata = { + ...submission.metadata, + ...formioCSBMetadata, + }; + + axiosFormio(req) + .put(`${formioFormUrl}/submission/${mongoId}`, submission) + .then((axiosRes) => axiosRes.data) + .then((submission) => res.json(submission)) + .catch((error) => { + // NOTE: error is logged in axiosFormio response interceptor + const errorStatus = error.response?.status || 500; + const errorMessage = `Error updating Formio ${rebateYear} Application form submission '${mongoId}'.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); + }) + .catch((error) => { + const logMessage = + `User with email '${mail}' attempted to update ${rebateYear} FRF ` + + `submission '${mongoId}' when the CSB FRF enrollment period was closed.`; + log({ level: "error", message: logMessage, req }); + + const errorStatus = 400; + const errorMessage = `${rebateYear} CSB Application form enrollment period is closed.`; + return res.status(errorStatus).json({ message: errorMessage }); + }); +} + +module.exports = { + uploadS3FileMetadata, + downloadS3FileMetadata, + fetchFRFSubmissions, + createFRFSubmission, + fetchFRFSubmission, + updateFRFSubmission, +}; diff --git a/app/server/package-lock.json b/app/server/package-lock.json index 8e9a299a..3b30354b 100644 --- a/app/server/package-lock.json +++ b/app/server/package-lock.json @@ -1,39 +1,67 @@ { "name": "epa-csb-server", - "version": "2.1.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "epa-csb-server", - "version": "2.1.0", + "version": "4.0.0", "license": "CC0-1.0", "dependencies": { - "axios": "1.4.0", + "axios": "1.5.0", "cookie-parser": "1.4.6", "cors": "2.8.5", - "dotenv": "16.0.3", + "dotenv": "16.3.1", "express": "4.18.2", "helmet": "7.0.0", "jsforce": "1.11.1", - "jsonwebtoken": "9.0.0", + "jsonwebtoken": "9.0.2", "log4js": "6.9.1", - "mongodb": "5.5.0", + "mongodb": "6.0.0", "morgan": "1.10.0", "passport": "0.6.0", "passport-saml": "3.2.4" }, "devDependencies": { - "eslint": "8.40.0", - "eslint-config-prettier": "8.8.0", - "eslint-plugin-prettier": "4.2.1", - "nodemon": "2.0.22" + "eslint": "8.49.0", + "eslint-config-prettier": "9.0.0", + "eslint-plugin-prettier": "5.0.0", + "nodemon": "3.0.1" + } + }, + "node_modules/@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@aws-crypto/crc32": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz", + "integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==", + "optional": true, + "peer": true, + "dependencies": { + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", + "tslib": "^1.11.1" } }, + "node_modules/@aws-crypto/crc32/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "optional": true, + "peer": true + }, "node_modules/@aws-crypto/ie11-detection": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-2.0.2.tgz", - "integrity": "sha512-5XDMQY98gMAf/WRTic5G++jfmS/VLM0rwpiOpaainKi4L0nqWMSB1SzsrEG5rjFZGYN6ZAefO+/Yta2dFM0kMw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz", + "integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==", "optional": true, "peer": true, "dependencies": { @@ -48,17 +76,17 @@ "peer": true }, "node_modules/@aws-crypto/sha256-browser": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-2.0.0.tgz", - "integrity": "sha512-rYXOQ8BFOaqMEHJrLHul/25ckWH6GTJtdLSajhlqGMx0PmSueAuvboCuZCTqEKlxR8CQOwRarxYMZZSYlhRA1A==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz", + "integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==", "optional": true, "peer": true, "dependencies": { - "@aws-crypto/ie11-detection": "^2.0.0", - "@aws-crypto/sha256-js": "^2.0.0", - "@aws-crypto/supports-web-crypto": "^2.0.0", - "@aws-crypto/util": "^2.0.0", - "@aws-sdk/types": "^3.1.0", + "@aws-crypto/ie11-detection": "^3.0.0", + "@aws-crypto/sha256-js": "^3.0.0", + "@aws-crypto/supports-web-crypto": "^3.0.0", + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", "@aws-sdk/util-locate-window": "^3.0.0", "@aws-sdk/util-utf8-browser": "^3.0.0", "tslib": "^1.11.1" @@ -72,14 +100,14 @@ "peer": true }, "node_modules/@aws-crypto/sha256-js": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-2.0.0.tgz", - "integrity": "sha512-VZY+mCY4Nmrs5WGfitmNqXzaE873fcIZDu54cbaDaaamsaTOP1DBImV9F4pICc3EHjQXujyE8jig+PFCaew9ig==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz", + "integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==", "optional": true, "peer": true, "dependencies": { - "@aws-crypto/util": "^2.0.0", - "@aws-sdk/types": "^3.1.0", + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", "tslib": "^1.11.1" } }, @@ -91,9 +119,9 @@ "peer": true }, "node_modules/@aws-crypto/supports-web-crypto": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-2.0.2.tgz", - "integrity": "sha512-6mbSsLHwZ99CTOOswvCRP3C+VCWnzBf+1SnbWxzzJ9lR0mA0JnY2JEAhp8rqmTE0GPFy88rrM27ffgp62oErMQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz", + "integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==", "optional": true, "peer": true, "dependencies": { @@ -108,13 +136,13 @@ "peer": true }, "node_modules/@aws-crypto/util": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-2.0.2.tgz", - "integrity": "sha512-Lgu5v/0e/BcrZ5m/IWqzPUf3UYFTy/PpeED+uc9SWUR1iZQL8XXbGQg10UfllwwBryO3hFF5dizK+78aoXC1eA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz", + "integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/types": "^3.110.0", + "@aws-sdk/types": "^3.222.0", "@aws-sdk/util-utf8-browser": "^3.0.0", "tslib": "^1.11.1" } @@ -126,1201 +154,1299 @@ "optional": true, "peer": true }, - "node_modules/@aws-sdk/abort-controller": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.208.0.tgz", - "integrity": "sha512-mQkDR+8VLCafg9KI4TgftftBOL170ricyb+HgV8n5jLDrEG+TfOfud8e6us2lIFESEuMpohC+/8yIcf6JjKkMg==", - "optional": true, - "peer": true, - "dependencies": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, "node_modules/@aws-sdk/client-cognito-identity": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.211.0.tgz", - "integrity": "sha512-KhXo1v78szdvLyF0SHRXR2I7SNkFeC0iay9amspAsF2jMz3CPu2EqWu4ymqO7lSSaAGEkKaUE9ZvD7uNn5oo7A==", - "optional": true, - "peer": true, - "dependencies": { - "@aws-crypto/sha256-browser": "2.0.0", - "@aws-crypto/sha256-js": "2.0.0", - "@aws-sdk/client-sts": "3.211.0", - "@aws-sdk/config-resolver": "3.209.0", - "@aws-sdk/credential-provider-node": "3.211.0", - "@aws-sdk/fetch-http-handler": "3.208.0", - "@aws-sdk/hash-node": "3.208.0", - "@aws-sdk/invalid-dependency": "3.208.0", - "@aws-sdk/middleware-content-length": "3.208.0", - "@aws-sdk/middleware-endpoint": "3.208.0", - "@aws-sdk/middleware-host-header": "3.208.0", - "@aws-sdk/middleware-logger": "3.208.0", - "@aws-sdk/middleware-recursion-detection": "3.208.0", - "@aws-sdk/middleware-retry": "3.209.0", - "@aws-sdk/middleware-serde": "3.208.0", - "@aws-sdk/middleware-signing": "3.208.0", - "@aws-sdk/middleware-stack": "3.208.0", - "@aws-sdk/middleware-user-agent": "3.208.0", - "@aws-sdk/node-config-provider": "3.209.0", - "@aws-sdk/node-http-handler": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/smithy-client": "3.209.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/url-parser": "3.208.0", - "@aws-sdk/util-base64": "3.208.0", - "@aws-sdk/util-body-length-browser": "3.188.0", - "@aws-sdk/util-body-length-node": "3.208.0", - "@aws-sdk/util-defaults-mode-browser": "3.209.0", - "@aws-sdk/util-defaults-mode-node": "3.209.0", - "@aws-sdk/util-endpoints": "3.211.0", - "@aws-sdk/util-user-agent-browser": "3.208.0", - "@aws-sdk/util-user-agent-node": "3.209.0", - "@aws-sdk/util-utf8-browser": "3.188.0", - "@aws-sdk/util-utf8-node": "3.208.0", - "tslib": "^2.3.1" + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.410.0.tgz", + "integrity": "sha512-J4iPhXswm66Fsk1x0Kly+PWzBizmms4kkkoAU1sk9n08XfWqNBTyf01mx6/t/X+Yh43p2zaeB/XvUwa0jSsWaQ==", + "optional": true, + "peer": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/client-sts": "3.410.0", + "@aws-sdk/credential-provider-node": "3.410.0", + "@aws-sdk/middleware-host-header": "3.410.0", + "@aws-sdk/middleware-logger": "3.410.0", + "@aws-sdk/middleware-recursion-detection": "3.410.0", + "@aws-sdk/middleware-signing": "3.410.0", + "@aws-sdk/middleware-user-agent": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@aws-sdk/util-endpoints": "3.410.0", + "@aws-sdk/util-user-agent-browser": "3.410.0", + "@aws-sdk/util-user-agent-node": "3.410.0", + "@smithy/config-resolver": "^2.0.7", + "@smithy/fetch-http-handler": "^2.1.2", + "@smithy/hash-node": "^2.0.6", + "@smithy/invalid-dependency": "^2.0.6", + "@smithy/middleware-content-length": "^2.0.8", + "@smithy/middleware-endpoint": "^2.0.6", + "@smithy/middleware-retry": "^2.0.9", + "@smithy/middleware-serde": "^2.0.6", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.9", + "@smithy/node-http-handler": "^2.1.2", + "@smithy/protocol-http": "^3.0.2", + "@smithy/smithy-client": "^2.1.3", + "@smithy/types": "^2.3.0", + "@smithy/url-parser": "^2.0.6", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.1.0", + "@smithy/util-defaults-mode-browser": "^2.0.7", + "@smithy/util-defaults-mode-node": "^2.0.9", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@aws-sdk/client-sso": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.211.0.tgz", - "integrity": "sha512-Wuo3ZYPy9L+OixlZ7/wM1BbPBdC22xO/a8z/J1sgQZiRDl80Ax+jf1u17D91xdZJGH0hTU5AlvEY7mHP0y/hAw==", - "optional": true, - "peer": true, - "dependencies": { - "@aws-crypto/sha256-browser": "2.0.0", - "@aws-crypto/sha256-js": "2.0.0", - "@aws-sdk/config-resolver": "3.209.0", - "@aws-sdk/fetch-http-handler": "3.208.0", - "@aws-sdk/hash-node": "3.208.0", - "@aws-sdk/invalid-dependency": "3.208.0", - "@aws-sdk/middleware-content-length": "3.208.0", - "@aws-sdk/middleware-endpoint": "3.208.0", - "@aws-sdk/middleware-host-header": "3.208.0", - "@aws-sdk/middleware-logger": "3.208.0", - "@aws-sdk/middleware-recursion-detection": "3.208.0", - "@aws-sdk/middleware-retry": "3.209.0", - "@aws-sdk/middleware-serde": "3.208.0", - "@aws-sdk/middleware-stack": "3.208.0", - "@aws-sdk/middleware-user-agent": "3.208.0", - "@aws-sdk/node-config-provider": "3.209.0", - "@aws-sdk/node-http-handler": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/smithy-client": "3.209.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/url-parser": "3.208.0", - "@aws-sdk/util-base64": "3.208.0", - "@aws-sdk/util-body-length-browser": "3.188.0", - "@aws-sdk/util-body-length-node": "3.208.0", - "@aws-sdk/util-defaults-mode-browser": "3.209.0", - "@aws-sdk/util-defaults-mode-node": "3.209.0", - "@aws-sdk/util-endpoints": "3.211.0", - "@aws-sdk/util-user-agent-browser": "3.208.0", - "@aws-sdk/util-user-agent-node": "3.209.0", - "@aws-sdk/util-utf8-browser": "3.188.0", - "@aws-sdk/util-utf8-node": "3.208.0", - "tslib": "^2.3.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@aws-sdk/client-sso-oidc": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.211.0.tgz", - "integrity": "sha512-oJ+5ROykVsXpBFpWUfSUYHz/RcTjsZPri6CIY+wQmEFDAOxTsgxd7l8VkqX1r/U/QiK/xDXuK+Z7MurywXS+rQ==", - "optional": true, - "peer": true, - "dependencies": { - "@aws-crypto/sha256-browser": "2.0.0", - "@aws-crypto/sha256-js": "2.0.0", - "@aws-sdk/config-resolver": "3.209.0", - "@aws-sdk/fetch-http-handler": "3.208.0", - "@aws-sdk/hash-node": "3.208.0", - "@aws-sdk/invalid-dependency": "3.208.0", - "@aws-sdk/middleware-content-length": "3.208.0", - "@aws-sdk/middleware-endpoint": "3.208.0", - "@aws-sdk/middleware-host-header": "3.208.0", - "@aws-sdk/middleware-logger": "3.208.0", - "@aws-sdk/middleware-recursion-detection": "3.208.0", - "@aws-sdk/middleware-retry": "3.209.0", - "@aws-sdk/middleware-serde": "3.208.0", - "@aws-sdk/middleware-stack": "3.208.0", - "@aws-sdk/middleware-user-agent": "3.208.0", - "@aws-sdk/node-config-provider": "3.209.0", - "@aws-sdk/node-http-handler": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/smithy-client": "3.209.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/url-parser": "3.208.0", - "@aws-sdk/util-base64": "3.208.0", - "@aws-sdk/util-body-length-browser": "3.188.0", - "@aws-sdk/util-body-length-node": "3.208.0", - "@aws-sdk/util-defaults-mode-browser": "3.209.0", - "@aws-sdk/util-defaults-mode-node": "3.209.0", - "@aws-sdk/util-endpoints": "3.211.0", - "@aws-sdk/util-user-agent-browser": "3.208.0", - "@aws-sdk/util-user-agent-node": "3.209.0", - "@aws-sdk/util-utf8-browser": "3.188.0", - "@aws-sdk/util-utf8-node": "3.208.0", - "tslib": "^2.3.1" + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.410.0.tgz", + "integrity": "sha512-MC9GrgwtlOuSL2WS3DRM3dQ/5y+49KSMMJRH6JiEcU5vE0dX/OtEcX+VfEwpi73x5pSfIjm7xnzjzOFx+sQBIg==", + "optional": true, + "peer": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/middleware-host-header": "3.410.0", + "@aws-sdk/middleware-logger": "3.410.0", + "@aws-sdk/middleware-recursion-detection": "3.410.0", + "@aws-sdk/middleware-user-agent": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@aws-sdk/util-endpoints": "3.410.0", + "@aws-sdk/util-user-agent-browser": "3.410.0", + "@aws-sdk/util-user-agent-node": "3.410.0", + "@smithy/config-resolver": "^2.0.7", + "@smithy/fetch-http-handler": "^2.1.2", + "@smithy/hash-node": "^2.0.6", + "@smithy/invalid-dependency": "^2.0.6", + "@smithy/middleware-content-length": "^2.0.8", + "@smithy/middleware-endpoint": "^2.0.6", + "@smithy/middleware-retry": "^2.0.9", + "@smithy/middleware-serde": "^2.0.6", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.9", + "@smithy/node-http-handler": "^2.1.2", + "@smithy/protocol-http": "^3.0.2", + "@smithy/smithy-client": "^2.1.3", + "@smithy/types": "^2.3.0", + "@smithy/url-parser": "^2.0.6", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.1.0", + "@smithy/util-defaults-mode-browser": "^2.0.7", + "@smithy/util-defaults-mode-node": "^2.0.9", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@aws-sdk/client-sts": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.211.0.tgz", - "integrity": "sha512-39/PMIKLEaRUztx3m4I0x9SCnqTStaQuqIabAK/wk0uy+O2p32sv7eacRrGjZWHngqdsK7S1s/LSFErYzzIvkw==", - "optional": true, - "peer": true, - "dependencies": { - "@aws-crypto/sha256-browser": "2.0.0", - "@aws-crypto/sha256-js": "2.0.0", - "@aws-sdk/config-resolver": "3.209.0", - "@aws-sdk/credential-provider-node": "3.211.0", - "@aws-sdk/fetch-http-handler": "3.208.0", - "@aws-sdk/hash-node": "3.208.0", - "@aws-sdk/invalid-dependency": "3.208.0", - "@aws-sdk/middleware-content-length": "3.208.0", - "@aws-sdk/middleware-endpoint": "3.208.0", - "@aws-sdk/middleware-host-header": "3.208.0", - "@aws-sdk/middleware-logger": "3.208.0", - "@aws-sdk/middleware-recursion-detection": "3.208.0", - "@aws-sdk/middleware-retry": "3.209.0", - "@aws-sdk/middleware-sdk-sts": "3.208.0", - "@aws-sdk/middleware-serde": "3.208.0", - "@aws-sdk/middleware-signing": "3.208.0", - "@aws-sdk/middleware-stack": "3.208.0", - "@aws-sdk/middleware-user-agent": "3.208.0", - "@aws-sdk/node-config-provider": "3.209.0", - "@aws-sdk/node-http-handler": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/smithy-client": "3.209.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/url-parser": "3.208.0", - "@aws-sdk/util-base64": "3.208.0", - "@aws-sdk/util-body-length-browser": "3.188.0", - "@aws-sdk/util-body-length-node": "3.208.0", - "@aws-sdk/util-defaults-mode-browser": "3.209.0", - "@aws-sdk/util-defaults-mode-node": "3.209.0", - "@aws-sdk/util-endpoints": "3.211.0", - "@aws-sdk/util-user-agent-browser": "3.208.0", - "@aws-sdk/util-user-agent-node": "3.209.0", - "@aws-sdk/util-utf8-browser": "3.188.0", - "@aws-sdk/util-utf8-node": "3.208.0", - "fast-xml-parser": "4.0.11", - "tslib": "^2.3.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@aws-sdk/config-resolver": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.209.0.tgz", - "integrity": "sha512-wLXI1Jg9xx9wE8vdIfOgSKnoBWbn9j3IvW4+7PnM/nf5xC30/Jp4j+JndEG/BKyDQF7HJQTIeRpSkwKaqJhCRA==", - "optional": true, - "peer": true, - "dependencies": { - "@aws-sdk/signature-v4": "3.208.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/util-config-provider": "3.208.0", - "@aws-sdk/util-middleware": "3.208.0", - "tslib": "^2.3.1" + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.410.0.tgz", + "integrity": "sha512-e6VMrBJtnTxxUXwDmkADGIvyppmDMFf4+cGGA68tVCUm1cFNlCI6M/67bVSIPN/WVKAAfhEL5O2vVXCM7aatYg==", + "optional": true, + "peer": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/credential-provider-node": "3.410.0", + "@aws-sdk/middleware-host-header": "3.410.0", + "@aws-sdk/middleware-logger": "3.410.0", + "@aws-sdk/middleware-recursion-detection": "3.410.0", + "@aws-sdk/middleware-sdk-sts": "3.410.0", + "@aws-sdk/middleware-signing": "3.410.0", + "@aws-sdk/middleware-user-agent": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@aws-sdk/util-endpoints": "3.410.0", + "@aws-sdk/util-user-agent-browser": "3.410.0", + "@aws-sdk/util-user-agent-node": "3.410.0", + "@smithy/config-resolver": "^2.0.7", + "@smithy/fetch-http-handler": "^2.1.2", + "@smithy/hash-node": "^2.0.6", + "@smithy/invalid-dependency": "^2.0.6", + "@smithy/middleware-content-length": "^2.0.8", + "@smithy/middleware-endpoint": "^2.0.6", + "@smithy/middleware-retry": "^2.0.9", + "@smithy/middleware-serde": "^2.0.6", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.9", + "@smithy/node-http-handler": "^2.1.2", + "@smithy/protocol-http": "^3.0.2", + "@smithy/smithy-client": "^2.1.3", + "@smithy/types": "^2.3.0", + "@smithy/url-parser": "^2.0.6", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.1.0", + "@smithy/util-defaults-mode-browser": "^2.0.7", + "@smithy/util-defaults-mode-node": "^2.0.9", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "fast-xml-parser": "4.2.5", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@aws-sdk/credential-provider-cognito-identity": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.211.0.tgz", - "integrity": "sha512-YbTioDEGvGFYaHeeQrQUQLHnqvWYNdDn5acEAD76DMnoV+B04OVKWYphFd6KBZClIkXnH0T8stPnOE7La6rWjg==", + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.410.0.tgz", + "integrity": "sha512-2QMvdnwnYsKnwy8O+o9ozKL80VFWI0skXVvKB3DFW4cr9IX5cBCx7xuhI7TXbCqiBxuz5SSiA1s19fVtq0sUmw==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/client-cognito-identity": "3.211.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/client-cognito-identity": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@aws-sdk/credential-provider-env": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.208.0.tgz", - "integrity": "sha512-FB+KUSpZc03wVTXxGnMmgtaP0sJOv0D7oyogHb7wcf5b7RjjwqoaeUcJHTdKRZaW6e1foLk3/L9uebxiWefDbQ==", - "optional": true, - "peer": true, - "dependencies": { - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@aws-sdk/credential-provider-imds": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.209.0.tgz", - "integrity": "sha512-EjA1nWduIHjALjNF6O2lpKVOoTIlfGHgvqCxjFf7XNqBTTKWCxEflcmUgqXwo9A7TU0mTTyr7nLGMAsNE2CR3w==", + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.410.0.tgz", + "integrity": "sha512-c7TB9LbN0PkFOsXI0lcRJnqPNOmc4VBvrHf8jP/BkTDg4YUoKQKOFd4d0SqzODmlZiAyoMQVZTR4ISZo95Zj4Q==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/node-config-provider": "3.209.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/url-parser": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/types": "3.410.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@aws-sdk/credential-provider-ini": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.211.0.tgz", - "integrity": "sha512-kFekBDGX3tMsbEBjpCHt2dp5hx7xBN0d7v+fNXky4fB61bNUxcLNpXkTgDIqRyMzEje3Jov9Be9Qgqb8ud0Fiw==", + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.410.0.tgz", + "integrity": "sha512-D8rcr5bRCFD0f42MPQ7K6TWZq5d3pfqrKINL1/bpfkK5BJbvq1BGYmR88UC6CLpTRtZ1LHY2HgYG0fp/2zjjww==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/credential-provider-env": "3.208.0", - "@aws-sdk/credential-provider-imds": "3.209.0", - "@aws-sdk/credential-provider-sso": "3.211.0", - "@aws-sdk/credential-provider-web-identity": "3.208.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/shared-ini-file-loader": "3.209.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/credential-provider-env": "3.410.0", + "@aws-sdk/credential-provider-process": "3.410.0", + "@aws-sdk/credential-provider-sso": "3.410.0", + "@aws-sdk/credential-provider-web-identity": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@smithy/credential-provider-imds": "^2.0.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@aws-sdk/credential-provider-node": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.211.0.tgz", - "integrity": "sha512-RWDitzHmZOfrfTZCnL8nOLQgYgawAAw8IF5pqeNjcN9TZ/pR64B9pusTYD7a+uVDB8kb9vMU767g89ts2pqmfQ==", + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.410.0.tgz", + "integrity": "sha512-0wmVm33T/j1FS7MZ/j+WsPlgSc0YnCXnpbWSov1Mn6R86SHI2b2JhdIPRRE4XbGfyW2QGNUl2CwoZVaqhXeF5g==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/credential-provider-env": "3.208.0", - "@aws-sdk/credential-provider-imds": "3.209.0", - "@aws-sdk/credential-provider-ini": "3.211.0", - "@aws-sdk/credential-provider-process": "3.209.0", - "@aws-sdk/credential-provider-sso": "3.211.0", - "@aws-sdk/credential-provider-web-identity": "3.208.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/shared-ini-file-loader": "3.209.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/credential-provider-env": "3.410.0", + "@aws-sdk/credential-provider-ini": "3.410.0", + "@aws-sdk/credential-provider-process": "3.410.0", + "@aws-sdk/credential-provider-sso": "3.410.0", + "@aws-sdk/credential-provider-web-identity": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@smithy/credential-provider-imds": "^2.0.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@aws-sdk/credential-provider-process": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.209.0.tgz", - "integrity": "sha512-G0urC5p1kgUfgpK8lncdisSewa8onnoQAVdf2Uh51hOqc7UufGce+ouvLH8J2iMkMaL1MSyu8fqwfZNyDtH37g==", + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.410.0.tgz", + "integrity": "sha512-BMju1hlDCDNkkSZpKF5SQ8G0WCLRj6/Jvw9QmudLHJuVwYJXEW1r2AsVMg98OZ3hB9G+MAvHruHZIbMiNmUMXQ==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/shared-ini-file-loader": "3.209.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/types": "3.410.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@aws-sdk/credential-provider-sso": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.211.0.tgz", - "integrity": "sha512-S8ciHRypUCi0Uz0D80yVGkWmvpCBCvkEaj+IO0LdYX05GDnH/B44DA8UQ0pfAJqLy5BeSO5snKVRKSPzxNtUGw==", + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.410.0.tgz", + "integrity": "sha512-zEaoY/sY+KYTlQUkp9dvveAHf175b8RIt0DsQkDrRPtrg/RBHR00r5rFvz9+nrwsR8546RaBU7h/zzTaQGhmcA==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/client-sso": "3.211.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/shared-ini-file-loader": "3.209.0", - "@aws-sdk/token-providers": "3.211.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/client-sso": "3.410.0", + "@aws-sdk/token-providers": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@aws-sdk/credential-provider-web-identity": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.208.0.tgz", - "integrity": "sha512-7wtrdEr8uvDr5t0stimrXGsW4G+TQyluZ9OucCCY0HXgNihmnk1BIu+COuOSxRtFXHwCh4rIPaVE1ABG2Mq24g==", + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.410.0.tgz", + "integrity": "sha512-cE0l8LmEHdWbDkdPNgrfdYSgp4/cIVXrjUKI1QCATA729CrHZ/OQjB/maOBOrMHO9YTiggko887NkslVvwVB7w==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/types": "3.410.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, "node_modules/@aws-sdk/credential-providers": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-providers/-/credential-providers-3.211.0.tgz", - "integrity": "sha512-duo3zSI8usGxA23skzQqVDaKB7k3McJYbFG2nzPTYD+RI4w5Sbs66SUWvTmtSrdZJWmzDsDNKW9fOMtnNARVVw==", - "optional": true, - "peer": true, - "dependencies": { - "@aws-sdk/client-cognito-identity": "3.211.0", - "@aws-sdk/client-sso": "3.211.0", - "@aws-sdk/client-sts": "3.211.0", - "@aws-sdk/credential-provider-cognito-identity": "3.211.0", - "@aws-sdk/credential-provider-env": "3.208.0", - "@aws-sdk/credential-provider-imds": "3.209.0", - "@aws-sdk/credential-provider-ini": "3.211.0", - "@aws-sdk/credential-provider-node": "3.211.0", - "@aws-sdk/credential-provider-process": "3.209.0", - "@aws-sdk/credential-provider-sso": "3.211.0", - "@aws-sdk/credential-provider-web-identity": "3.208.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/shared-ini-file-loader": "3.209.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@aws-sdk/fetch-http-handler": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.208.0.tgz", - "integrity": "sha512-GuwkwOeyLKCbSbnFlyHdlKd7u54cnQUI8NfVDAxpZvomY3PV476Tzg8XEyOYE67r5rR6XMqn6IK1PmFAACY+ew==", - "optional": true, - "peer": true, - "dependencies": { - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/querystring-builder": "3.208.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/util-base64": "3.208.0", - "tslib": "^2.3.1" - } - }, - "node_modules/@aws-sdk/hash-node": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.208.0.tgz", - "integrity": "sha512-X5u6nD9+wzaA6qhqbobxsIgiyDJMW8NgqjZgHoc5x1wz4unHUCEuSBZy1kbIZ6+EPZ9bQHQZ21gKgf1j5vhsvQ==", + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-providers/-/credential-providers-3.410.0.tgz", + "integrity": "sha512-QcunzQRNi9dJdAGdduST7itRW+QhDrb9zZHn+HhLKUoVwLrqk1iuH2R9SoEdZg8eV5jR04yoOPdjj1jzdIkFXQ==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/types": "3.208.0", - "@aws-sdk/util-buffer-from": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/client-cognito-identity": "3.410.0", + "@aws-sdk/client-sso": "3.410.0", + "@aws-sdk/client-sts": "3.410.0", + "@aws-sdk/credential-provider-cognito-identity": "3.410.0", + "@aws-sdk/credential-provider-env": "3.410.0", + "@aws-sdk/credential-provider-ini": "3.410.0", + "@aws-sdk/credential-provider-node": "3.410.0", + "@aws-sdk/credential-provider-process": "3.410.0", + "@aws-sdk/credential-provider-sso": "3.410.0", + "@aws-sdk/credential-provider-web-identity": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@smithy/credential-provider-imds": "^2.0.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/invalid-dependency": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.208.0.tgz", - "integrity": "sha512-mUpbtijk14KntYy+w5FSvmsfj/Dqa8HylYeCKniKBKkQ1avjEz7CdizVoxyZrR3rldnLE3gItr0FEDRUhtfkAA==", - "optional": true, - "peer": true, - "dependencies": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" - } - }, - "node_modules/@aws-sdk/is-array-buffer": { - "version": "3.201.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.201.0.tgz", - "integrity": "sha512-UPez5qLh3dNgt0DYnPD/q0mVJY84rA17QE26hVNOW3fAji8W2wrwrxdacWOxyXvlxWsVRcKmr+lay1MDqpAMfg==", + "node_modules/@aws-sdk/middleware-host-header": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.410.0.tgz", + "integrity": "sha512-ED/OVcyITln5rrxnajZP+V0PN1nug+gSDHJDqdDo/oLy7eiDr/ZWn3nlWW7WcMplQ1/Jnb+hK0UetBp/25XooA==", "optional": true, "peer": true, "dependencies": { - "tslib": "^2.3.1" + "@aws-sdk/types": "3.410.0", + "@smithy/protocol-http": "^3.0.2", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/middleware-content-length": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.208.0.tgz", - "integrity": "sha512-8bLh7lHtmKQQ2fk0fGiP7pcVJglB/dz7Q9OooxFYK+eybqxfIDDUgKphA8AFT5W34tJRh5nhT3QTJ6zrOTQM3w==", + "node_modules/@aws-sdk/middleware-logger": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.410.0.tgz", + "integrity": "sha512-YtmKYCVtBfScq3/UFJk+aSZOktKJBNZL9DaSc2aPcy/goCVsYDOkGwtHk0jIkC1JRSNCkVTqL7ya60sSr8zaQQ==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/types": "3.410.0", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/middleware-endpoint": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.208.0.tgz", - "integrity": "sha512-pVa/cyB6ronfTVAoKUUTFbAPslDPU43DWOKXY/bACC3ys1lFo1CWjz4dLSQARxEEW3iZ1yZTy0zoHXnNrw5CFQ==", + "node_modules/@aws-sdk/middleware-recursion-detection": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.410.0.tgz", + "integrity": "sha512-KWaes5FLzRqj28vaIEE4Bimpga2E596WdPF2HaH6zsVMJddoRDsc3ZX9ZhLOGrXzIO1RqBd0QxbLrM0S/B2aOQ==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/middleware-serde": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/signature-v4": "3.208.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/url-parser": "3.208.0", - "@aws-sdk/util-config-provider": "3.208.0", - "@aws-sdk/util-middleware": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/types": "3.410.0", + "@smithy/protocol-http": "^3.0.2", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/middleware-host-header": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.208.0.tgz", - "integrity": "sha512-3oyXK81TLWOZ2T/9Ltpbj/Z7R4QWSf+FCQRpY48ND2im/ALkgFRk/tmDTOshv+TQzW1q2lOSEeq4vK6yOCar7g==", + "node_modules/@aws-sdk/middleware-sdk-sts": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.410.0.tgz", + "integrity": "sha512-YfBpctDocRR4CcROoDueJA7D+aMLBV8nTFfmVNdLLLgyuLZ/AUR11VQSu1lf9gQZKl8IpKE/BLf2fRE/qV1ZuA==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/middleware-signing": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/middleware-logger": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.208.0.tgz", - "integrity": "sha512-mwSpuWruB8RrgUAAW7w/lvadnMDesl/bZ2IELBgJri+2rIqLGbAtygJBiG0Y3e8/IeOHuKuGkN1rFYZ4SKr7/A==", + "node_modules/@aws-sdk/middleware-signing": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.410.0.tgz", + "integrity": "sha512-KBAZ/eoAJUSJv5us2HsKwK2OszG2s9FEyKpEhgnHLcbbKzW873zHBH5GcOGEQu4AWArTy2ndzJu3FF+9/J9hJQ==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/types": "3.410.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/protocol-http": "^3.0.2", + "@smithy/signature-v4": "^2.0.0", + "@smithy/types": "^2.3.0", + "@smithy/util-middleware": "^2.0.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/middleware-recursion-detection": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.208.0.tgz", - "integrity": "sha512-Dgpf5NEOYXvkQuGcbxvDovTh4HwO4ULJReGko67NJjgdZZyFS1fNykVPncxenRpsN9SJBigswYs3lwPVpqijzA==", + "node_modules/@aws-sdk/middleware-user-agent": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.410.0.tgz", + "integrity": "sha512-ZayDtLfvCZUohSxQc/49BfoU/y6bDHLfLdyyUJbJ54Sv8zQcrmdyKvCBFUZwE6tHQgAmv9/ZT18xECMl+xiONA==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/types": "3.410.0", + "@aws-sdk/util-endpoints": "3.410.0", + "@smithy/protocol-http": "^3.0.2", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/middleware-retry": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.209.0.tgz", - "integrity": "sha512-PGHbpGw74HxmtqsMEH+xn2oC5/BPdHVyapB66x83n+sywt1ejTiarbQhNs70YzcSsTrJfbhbrFP1V9AzRmMaQA==", - "optional": true, - "peer": true, - "dependencies": { - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/service-error-classification": "3.208.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/util-middleware": "3.208.0", - "tslib": "^2.3.1", - "uuid": "^8.3.2" + "node_modules/@aws-sdk/token-providers": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.410.0.tgz", + "integrity": "sha512-d5Nc0xydkH/X0LA1HDyhGY5sEv4LuADFk+QpDtT8ogLilcre+b1jpdY8Sih/gd1KoGS1H+d1tz2hSGwUHAbUbw==", + "optional": true, + "peer": true, + "dependencies": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/middleware-host-header": "3.410.0", + "@aws-sdk/middleware-logger": "3.410.0", + "@aws-sdk/middleware-recursion-detection": "3.410.0", + "@aws-sdk/middleware-user-agent": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@aws-sdk/util-endpoints": "3.410.0", + "@aws-sdk/util-user-agent-browser": "3.410.0", + "@aws-sdk/util-user-agent-node": "3.410.0", + "@smithy/config-resolver": "^2.0.7", + "@smithy/fetch-http-handler": "^2.1.2", + "@smithy/hash-node": "^2.0.6", + "@smithy/invalid-dependency": "^2.0.6", + "@smithy/middleware-content-length": "^2.0.8", + "@smithy/middleware-endpoint": "^2.0.6", + "@smithy/middleware-retry": "^2.0.9", + "@smithy/middleware-serde": "^2.0.6", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.9", + "@smithy/node-http-handler": "^2.1.2", + "@smithy/property-provider": "^2.0.0", + "@smithy/protocol-http": "^3.0.2", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/smithy-client": "^2.1.3", + "@smithy/types": "^2.3.0", + "@smithy/url-parser": "^2.0.6", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.1.0", + "@smithy/util-defaults-mode-browser": "^2.0.7", + "@smithy/util-defaults-mode-node": "^2.0.9", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/middleware-retry/node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "optional": true, - "peer": true, - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/@aws-sdk/middleware-sdk-sts": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.208.0.tgz", - "integrity": "sha512-lFVodZHYLF7puXgNZ1m5ycKbyCPp79nqI+pkRXl066ZtZWzCW8+JKCaLjF3jfXlnvg6foPDJdxUvt0VU5EddGg==", + "node_modules/@aws-sdk/types": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.410.0.tgz", + "integrity": "sha512-D7iaUCszv/v04NDaZUmCmekamy6VD/lKozm/3gS9+dkfU6cC2CsNoUfPV8BlV6dPdw0oWgF91am3I1stdvfVrQ==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/middleware-signing": "3.208.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/signature-v4": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/middleware-serde": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.208.0.tgz", - "integrity": "sha512-3h2yP6qyf/IhfdvyFeNX7w4BF37vOZvfUDBq+wb1QEc7DCAskoUKWtCCKJ9HDq3IJQp8hzqY82eawUir6flqlQ==", + "node_modules/@aws-sdk/util-endpoints": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.410.0.tgz", + "integrity": "sha512-iNiqJyC7N3+8zFwnXUqcWSxrZecVZLToo1iTQQdeYL2af1IcOtRgb7n8jpAI/hmXhBSx2+3RI+Y7pxyFo1vu+w==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/types": "3.410.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/middleware-signing": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.208.0.tgz", - "integrity": "sha512-cMSWhg8xOrxZw04EYKEQQQ7RT+03rigS4KS3Uy6x/M+jFyoM+sRiY/7376sJCwlpvKH2xJIVpwPbKk/uz4j4DA==", + "node_modules/@aws-sdk/util-locate-window": { + "version": "3.310.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.310.0.tgz", + "integrity": "sha512-qo2t/vBTnoXpjKxlsC2e1gBrRm80M3bId27r0BRB2VniSSe7bL1mmzM+/HFtujm0iAxtPM+aLEflLJlJeDPg0w==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/signature-v4": "3.208.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/util-middleware": "3.208.0", - "tslib": "^2.3.1" + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/middleware-stack": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.208.0.tgz", - "integrity": "sha512-bvFPUa+RTB7PSRCUsO6bRlEtiEadrDES+dpNmInMNQ9kmbd4OhNOCb664hhtiglIIXX5cd8mSPEo+w/RV0kEEQ==", + "node_modules/@aws-sdk/util-user-agent-browser": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.410.0.tgz", + "integrity": "sha512-i1G/XGpXGMRT2zEiAhi1xucJsfCWk8nNYjk/LbC0sA+7B9Huri96YAzVib12wkHPsJQvZxZC6CpQDIHWm4lXMA==", "optional": true, "peer": true, "dependencies": { - "tslib": "^2.3.1" - }, - "engines": { - "node": ">=14.0.0" + "@aws-sdk/types": "3.410.0", + "@smithy/types": "^2.3.0", + "bowser": "^2.11.0", + "tslib": "^2.5.0" } }, - "node_modules/@aws-sdk/middleware-user-agent": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.208.0.tgz", - "integrity": "sha512-6RNf+TOZpiCy7xUcDSh8ji/x8ht1oAM+qIhm6hsEPLdI1cTvbPZrwowO9Y6L0J68V9OkEgLYiq77KKKYT7QQSw==", + "node_modules/@aws-sdk/util-user-agent-node": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.410.0.tgz", + "integrity": "sha512-bK70t1jHRl8HrJXd4hEIwc5PBZ7U0w+81AKFnanIVKZwZedd6nLibUXDTK14z/Jp2GFcBqd4zkt2YLGkRt/U4A==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/types": "3.410.0", + "@smithy/node-config-provider": "^2.0.9", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" - } - }, - "node_modules/@aws-sdk/node-config-provider": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.209.0.tgz", - "integrity": "sha512-jNrUn8qTN9BIxHCcLTv2s2h8Riaz4kjwDhubVQNyI0WGZ+PYKATnZjA+Guzbnq2WMzZmwrMIE5GoOiVsPD8xYQ==", - "optional": true, - "peer": true, - "dependencies": { - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/shared-ini-file-loader": "3.209.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" }, - "engines": { - "node": ">=14.0.0" + "peerDependencies": { + "aws-crt": ">=1.0.0" + }, + "peerDependenciesMeta": { + "aws-crt": { + "optional": true + } } }, - "node_modules/@aws-sdk/node-http-handler": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.208.0.tgz", - "integrity": "sha512-2t0b9Id7WekluqxQdPugAZhe/wdzW0L53rfMEfDS3R0INNSq1sEfddIfCzJrmfWDCrCOGIDNyxo/w7Ki3NclzQ==", + "node_modules/@aws-sdk/util-utf8-browser": { + "version": "3.259.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz", + "integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/abort-controller": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/querystring-builder": "3.208.0", - "@aws-sdk/types": "3.208.0", "tslib": "^2.3.1" - }, - "engines": { - "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/property-provider": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.208.0.tgz", - "integrity": "sha512-aUhfuwXjZ5TGzLhBstuAMmbnxHXeSGhzoIS8yy465ifgc95p6cHFZf+ZibgwgCMaGrKlTDCia2zwwpKQHN+4cw==", - "optional": true, - "peer": true, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.3.0.tgz", + "integrity": "sha512-v3oplH6FYCULtFuCeqyuTd9D2WKO937Dxdq+GmHOLL72TTRriLxz2VLlNfkZRsvj6PKnOPAtuT6dwrs/pA5DvA==", + "dev": true, "dependencies": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "eslint-visitor-keys": "^3.3.0" }, "engines": { - "node": ">=14.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" } }, - "node_modules/@aws-sdk/protocol-http": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.208.0.tgz", - "integrity": "sha512-Sr9dmaW0Z9X9s16NHZn94efLRpaqLyLqABFPgjqE8cYP6eLX/VrmZGNR62GFVxCiyEEpVxy4Ddk1YkbRwnuonA==", - "optional": true, - "peer": true, - "dependencies": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" - }, + "node_modules/@eslint-community/regexpp": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.8.0.tgz", + "integrity": "sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==", + "dev": true, "engines": { - "node": ">=14.0.0" + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, - "node_modules/@aws-sdk/querystring-builder": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.208.0.tgz", - "integrity": "sha512-1Rpauh5hWlK++KjsHQjHcSN7yE05hj1FVb0HaeLrFIJB5rQYWXK7DpOUhmv5SOmU+q6cIM2kNCrSxH31+WglMw==", - "optional": true, - "peer": true, + "node_modules/@eslint/eslintrc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", + "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", + "dev": true, "dependencies": { - "@aws-sdk/types": "3.208.0", - "@aws-sdk/util-uri-escape": "3.201.0", - "tslib": "^2.3.1" + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.6.0", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" }, "engines": { - "node": ">=14.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, - "node_modules/@aws-sdk/querystring-parser": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.208.0.tgz", - "integrity": "sha512-dVVLdP3il9bJX74/BNBjFn59XrEVBUZ4xSKYH6t7dgSz9uSu8DcT4pPzwaq+/94dVewCW3zq2jVA1iw1rK7JVQ==", - "optional": true, - "peer": true, + "node_modules/@eslint/eslintrc/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, "dependencies": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "ms": "2.1.2" }, "engines": { - "node": ">=14.0.0" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/@aws-sdk/service-error-classification": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.208.0.tgz", - "integrity": "sha512-ZZWV3AOTd8UDcfXCNoQ8v4sHaTgFxGaXWO0NHHgqFbVYr1d+8EXQiOy/v8JsY1jrfoXBWXptTOcioCTeM0xBpw==", - "optional": true, - "peer": true, + "node_modules/@eslint/eslintrc/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/@eslint/js": { + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz", + "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==", + "dev": true, "engines": { - "node": ">=14.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/@aws-sdk/shared-ini-file-loader": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.209.0.tgz", - "integrity": "sha512-hji3B/q3zFuElaUQM/ZZUFbCFBsaVjpWATgiDTnSYP+MShWvvwm/WigeC2aCNos1bs/8HVizOy9cmvK63vLZbw==", - "optional": true, - "peer": true, + "node_modules/@humanwhocodes/config-array": { + "version": "0.11.11", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", + "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", + "dev": true, "dependencies": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.5" }, "engines": { - "node": ">=14.0.0" + "node": ">=10.10.0" } }, - "node_modules/@aws-sdk/signature-v4": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.208.0.tgz", - "integrity": "sha512-+c5A8RsN4Lk3TXFiQ3ZsW7sJ4zYPPmYQ55ITSfjock5hzgM1vW43Mgvjjq6foW5L7SNfdhLH+NrhpgFwSF/GeA==", - "optional": true, - "peer": true, + "node_modules/@humanwhocodes/config-array/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, "dependencies": { - "@aws-sdk/is-array-buffer": "3.201.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/util-hex-encoding": "3.201.0", - "@aws-sdk/util-middleware": "3.208.0", - "@aws-sdk/util-uri-escape": "3.201.0", - "tslib": "^2.3.1" + "ms": "2.1.2" }, "engines": { - "node": ">=14.0.0" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/@aws-sdk/smithy-client": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.209.0.tgz", - "integrity": "sha512-+d9lPAFOu3hZdLfyzMurRU6xZ+eqwKbF6HY7mDL4hGafRb/uw28HBncSwyUk5s7MIND9+RnvY4F/MwBq9wznXg==", - "optional": true, - "peer": true, - "dependencies": { - "@aws-sdk/middleware-stack": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "node_modules/@humanwhocodes/config-array/node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true + }, + "node_modules/@mongodb-js/saslprep": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.1.0.tgz", + "integrity": "sha512-Xfijy7HvfzzqiOAhAepF4SGN5e9leLkMvg/OPOF97XemjfVCYN/oWa75wnkc6mltMSTwY+XlbhWgUOJmkFspSw==", + "dependencies": { + "sparse-bitfield": "^3.0.3" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@pkgr/utils": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@pkgr/utils/-/utils-2.4.2.tgz", + "integrity": "sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.3", + "fast-glob": "^3.3.0", + "is-glob": "^4.0.3", + "open": "^9.1.0", + "picocolors": "^1.0.0", + "tslib": "^2.6.0" + }, + "engines": { + "node": "^12.20.0 || ^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/unts" + } + }, + "node_modules/@smithy/abort-controller": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.6.tgz", + "integrity": "sha512-4I7g0lyGUlW2onf8mD76IzU37oRWSHsQ5zlW5MjDzgg4I4J9bOK4500Gx6qOuoN7+GulAnGLe1YwyrIluzhakg==", + "optional": true, + "peer": true, + "dependencies": { + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/token-providers": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.211.0.tgz", - "integrity": "sha512-dxdUT+JKCl9krmBQde1HeV6rwYP+ZTBkfx5vIa3PdfDI7XljRBf1XdE0mS18eSURfQA7v969Y5sJ6/rFyjT/QA==", + "node_modules/@smithy/config-resolver": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-2.0.7.tgz", + "integrity": "sha512-J4J1AWiqaApC+3I9U++SuxAQ3BOoM5VoYnpFzCZcb63aLF80Zpc/nq2pFR1OsEIYyg2UYNdcBKKfHABmwo4WgQ==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/client-sso-oidc": "3.211.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/shared-ini-file-loader": "3.209.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@smithy/node-config-provider": "^2.0.9", + "@smithy/types": "^2.3.0", + "@smithy/util-config-provider": "^2.0.0", + "@smithy/util-middleware": "^2.0.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/types": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.208.0.tgz", - "integrity": "sha512-5AuOPtY1Hdf4xoEo+voRijl3OnFm8IB+oITXl+SN2iASJv+XPnRNw/QVbIxfGeWgWhmK31F+XdjTYsjT2rx8Qw==", + "node_modules/@smithy/credential-provider-imds": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-2.0.9.tgz", + "integrity": "sha512-K7WZRkHS5HZofRgK+O8W4YXXyaVexU1K6hp9vlUL/8CsnrFbZS9quyH/6hTROrYh2PuJr24yii1kc83NJdxMGQ==", "optional": true, "peer": true, + "dependencies": { + "@smithy/node-config-provider": "^2.0.9", + "@smithy/property-provider": "^2.0.7", + "@smithy/types": "^2.3.0", + "@smithy/url-parser": "^2.0.6", + "tslib": "^2.5.0" + }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/url-parser": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.208.0.tgz", - "integrity": "sha512-zhU231xkZbUh68Z/TGNRW30MGTZQVigGuMiJU6eOtL2aOulnKqI1Yjs/QejrTtPWsqSihWvxOUZ2cVRPyeOvrA==", + "node_modules/@smithy/eventstream-codec": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-2.0.6.tgz", + "integrity": "sha512-J9xL82mlYRUMXFnB9VaThXkD7z2JLr52FIVZMoQQ1dxZG5ub+NOGmzaTTZC/cMmKXI/nwCoFuwDWCTjwQhYhQA==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/querystring-parser": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-crypto/crc32": "3.0.0", + "@smithy/types": "^2.3.0", + "@smithy/util-hex-encoding": "^2.0.0", + "tslib": "^2.5.0" } }, - "node_modules/@aws-sdk/util-base64": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-base64/-/util-base64-3.208.0.tgz", - "integrity": "sha512-PQniZph5A6N7uuEOQi+1hnMz/FSOK/8kMFyFO+4DgA1dZ5pcKcn5wiFwHkcTb/BsgVqQa3Jx0VHNnvhlS8JyTg==", + "node_modules/@smithy/fetch-http-handler": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-2.1.2.tgz", + "integrity": "sha512-3Gm3pQm4viUPU+e7KkRScS9t5phBxSNRS8rQSZ+HeCwK/busrX0/2HJZiwLvGblqPqi1laJB0lD18AdiOioJww==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/util-buffer-from": "3.208.0", - "tslib": "^2.3.1" + "@smithy/protocol-http": "^3.0.2", + "@smithy/querystring-builder": "^2.0.6", + "@smithy/types": "^2.3.0", + "@smithy/util-base64": "^2.0.0", + "tslib": "^2.5.0" + } + }, + "node_modules/@smithy/hash-node": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-2.0.6.tgz", + "integrity": "sha512-xz7fzFxSzxohKGGyKPbLReRrY01JOZgRDHIXSks3PxQxG9c8PJMa5nUw0stH8UOySUgkofmMy0n7vTUsF5Mdqg==", + "optional": true, + "peer": true, + "dependencies": { + "@smithy/types": "^2.3.0", + "@smithy/util-buffer-from": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/util-body-length-browser": { - "version": "3.188.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.188.0.tgz", - "integrity": "sha512-8VpnwFWXhnZ/iRSl9mTf+VKOX9wDE8QtN4bj9pBfxwf90H1X7E8T6NkiZD3k+HubYf2J94e7DbeHs7fuCPW5Qg==", + "node_modules/@smithy/invalid-dependency": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-2.0.6.tgz", + "integrity": "sha512-L5MUyl9mzawIvBxr0Hg3J/Q5qZFXKcBgMk0PacfK3Mthp4WAR6h7iMxdSQ23Q7X/kxOrpZuoYEdh1BWLKbDc8Q==", "optional": true, "peer": true, "dependencies": { - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "node_modules/@aws-sdk/util-body-length-node": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.208.0.tgz", - "integrity": "sha512-3zj50e5g7t/MQf53SsuuSf0hEELzMtD8RX8C76f12OSRo2Bca4FLLYHe0TZbxcfQHom8/hOaeZEyTyMogMglqg==", + "node_modules/@smithy/is-array-buffer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.0.0.tgz", + "integrity": "sha512-z3PjFjMyZNI98JFRJi/U0nGoLWMSJlDjAW4QUX2WNZLas5C0CmVV6LJ01JI0k90l7FvpmixjWxPFmENSClQ7ug==", "optional": true, "peer": true, "dependencies": { - "tslib": "^2.3.1" + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/util-buffer-from": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.208.0.tgz", - "integrity": "sha512-7L0XUixNEFcLUGPeBF35enCvB9Xl+K6SQsmbrPk1P3mlV9mguWSDQqbOBwY1Ir0OVbD6H/ZOQU7hI/9RtRI0Zw==", + "node_modules/@smithy/middleware-content-length": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-2.0.8.tgz", + "integrity": "sha512-fHJFsscHXrYhUSWMFJNXfsZW8KsyhWQfBgU3b0nvDfpm+NAeQLqKYNhywGrDwZQc1k+lt7Fw9faAquhNPxTZRA==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/is-array-buffer": "3.201.0", - "tslib": "^2.3.1" + "@smithy/protocol-http": "^3.0.2", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/util-config-provider": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-config-provider/-/util-config-provider-3.208.0.tgz", - "integrity": "sha512-DSRqwrERUsT34ug+anlMBIFooBEGwM8GejC7q00Y/9IPrQy50KnG5PW2NiTjuLKNi7pdEOlwTSEocJE15eDZIg==", + "node_modules/@smithy/middleware-endpoint": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-2.0.6.tgz", + "integrity": "sha512-MuSPPtEHFal/M77tR3ffLsdOfX29IZpA990nGuoPj5zQnAYrA4PYBGoqqrASQKm8Xb3C0NwuYzOATT7WX4f5Pg==", "optional": true, "peer": true, "dependencies": { - "tslib": "^2.3.1" + "@smithy/middleware-serde": "^2.0.6", + "@smithy/types": "^2.3.0", + "@smithy/url-parser": "^2.0.6", + "@smithy/util-middleware": "^2.0.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/util-defaults-mode-browser": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.209.0.tgz", - "integrity": "sha512-c+AlHqsgeDr9+87fS1wfnyVzEH3myt56GvNt0puzIv0QQqfpobMnfN8/Fy0cqMpf1eQNYY4a6lFlkComsXi5dw==", + "node_modules/@smithy/middleware-retry": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-2.0.9.tgz", + "integrity": "sha512-gneEqWj4l/ZjHdZPk0BFMXoTalRArdQ8i579/KqJgBAc6Ux5vnR/SSppkMCkj2kOQYwdypvzSPeqEW3ZrvIg6g==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/types": "3.208.0", - "bowser": "^2.11.0", - "tslib": "^2.3.1" + "@smithy/node-config-provider": "^2.0.9", + "@smithy/protocol-http": "^3.0.2", + "@smithy/service-error-classification": "^2.0.0", + "@smithy/types": "^2.3.0", + "@smithy/util-middleware": "^2.0.0", + "@smithy/util-retry": "^2.0.0", + "tslib": "^2.5.0", + "uuid": "^8.3.2" }, "engines": { - "node": ">= 10.0.0" + "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/util-defaults-mode-node": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.209.0.tgz", - "integrity": "sha512-RljPVLog6EX052DQjx4XQ95n7ZiAbmn7Vd6YSn1x93U797umaC5CnrT7a/WusTQACtxBDFWcosRgO1ZGDXuRKQ==", + "node_modules/@smithy/middleware-retry/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "optional": true, + "peer": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/@smithy/middleware-serde": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-2.0.6.tgz", + "integrity": "sha512-8/GODBngYbrS28CMZtaHIL4R9rLNSQ/zgb+N1OAZ02NwBUawlnLDcatve9YRzhJC/IWz0/pt+WimJZaO1sGcig==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/config-resolver": "3.209.0", - "@aws-sdk/credential-provider-imds": "3.209.0", - "@aws-sdk/node-config-provider": "3.209.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { - "node": ">= 10.0.0" + "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/util-endpoints": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.211.0.tgz", - "integrity": "sha512-FY0h897WFltaUBF5aedLCBP2OlxN0aIqrInAa7aYGz3HsUTl97liHTii34bZrMJQHxmfcKBXAsjV1jJGc2orLw==", + "node_modules/@smithy/middleware-stack": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-2.0.0.tgz", + "integrity": "sha512-31XC1xNF65nlbc16yuh3wwTudmqs6qy4EseQUGF8A/p2m/5wdd/cnXJqpniy/XvXVwkHPz/GwV36HqzHtIKATQ==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/util-hex-encoding": { - "version": "3.201.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.201.0.tgz", - "integrity": "sha512-7t1vR1pVxKx0motd3X9rI3m/xNp78p3sHtP5yo4NP4ARpxyJ0fokBomY8ScaH2D/B+U5o9ARxldJUdMqyBlJcA==", + "node_modules/@smithy/node-config-provider": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-2.0.9.tgz", + "integrity": "sha512-TlSPbCwtT/jgNnmPQqKuCR5CFN8UIrCCHRrgUfs3NqRMuaLLeP8TPe1fSKq2J8h1M/jd4BF853gneles0gWevg==", "optional": true, "peer": true, "dependencies": { - "tslib": "^2.3.1" + "@smithy/property-provider": "^2.0.7", + "@smithy/shared-ini-file-loader": "^2.0.8", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/util-locate-window": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.208.0.tgz", - "integrity": "sha512-iua1A2+P7JJEDHVgvXrRJSvsnzG7stYSGQnBVphIUlemwl6nN5D+QrgbjECtrbxRz8asYFHSzhdhECqN+tFiBg==", + "node_modules/@smithy/node-http-handler": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.1.2.tgz", + "integrity": "sha512-PdEEDCShuM8zxGoaRxmGB/1ikB8oeqz+ZAF9VIA8FCP3E59j8zDTF+wCELoWd1Y6gtxr+RcTAg5sA8nvn5qH/w==", "optional": true, "peer": true, "dependencies": { - "tslib": "^2.3.1" + "@smithy/abort-controller": "^2.0.6", + "@smithy/protocol-http": "^3.0.2", + "@smithy/querystring-builder": "^2.0.6", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/util-middleware": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.208.0.tgz", - "integrity": "sha512-oXilrYpXwaPyMw1uNjL1wmR54zeFzIWx2ve1MSMheIYr26deFP3RpMfKkGXwiOvXzZ9pzTcA8shNLhg1frO/zg==", + "node_modules/@smithy/property-provider": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.0.7.tgz", + "integrity": "sha512-XT8Tl7YNxM8tCtGqy7v7DSf6PxyXaPE9cdA/Yj4dEw2b05V3RrPqsP+t5XJiZu0yIsQ7pdeYZWv2sSEWVjNeAg==", "optional": true, "peer": true, "dependencies": { - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/util-uri-escape": { - "version": "3.201.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.201.0.tgz", - "integrity": "sha512-TeTWbGx4LU2c5rx0obHeDFeO9HvwYwQtMh1yniBz00pQb6Qt6YVOETVQikRZ+XRQwEyCg/dA375UplIpiy54mA==", + "node_modules/@smithy/protocol-http": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.0.2.tgz", + "integrity": "sha512-LUOWCPRihvJBkdSs+ivK9m1f/rMfF3n9Zpzg8qdry2eIG4HQqqLBMWQyF9bgk7JhsrrOa3//jJKhXzvL7wL5Xw==", "optional": true, "peer": true, "dependencies": { - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/util-user-agent-browser": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.208.0.tgz", - "integrity": "sha512-Z5n9Kg2pBstzzQgRymQRgb4pM0bNPLGQejB3ZmCAphaxvuTBfu2E6KO55h5WwkFHUuh0i5u2wn1BI9R66S8CgQ==", + "node_modules/@smithy/querystring-builder": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.0.6.tgz", + "integrity": "sha512-HnU00shCGoV8vKJZTiNBkNvR9NogU3NIUaVMAGJPSqNGJj3psWo+TUrC0BVCDcwiCljXwXCFGJqIcsWtClrktQ==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/types": "3.208.0", - "bowser": "^2.11.0", - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "@smithy/util-uri-escape": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/util-user-agent-node": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.209.0.tgz", - "integrity": "sha512-lWfvnSX8rckMGaalrKZmBlPW7F0QOviG7XbLffwToN4HnYUyXcZXIE4EzOQzuOvDsOUlos/xLkUj6krdIAApcA==", + "node_modules/@smithy/querystring-parser": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-2.0.6.tgz", + "integrity": "sha512-i4LKoXHP7pTFAPjLIJyQXYOhWokbcFha3WWsX74sAKmuluv0XM2cxONZoFxwEzmWhsNyM6buSwJSZXyPiec0AQ==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/node-config-provider": "3.209.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" - }, - "peerDependencies": { - "aws-crt": ">=1.0.0" - }, - "peerDependenciesMeta": { - "aws-crt": { - "optional": true - } } }, - "node_modules/@aws-sdk/util-utf8-browser": { - "version": "3.188.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.188.0.tgz", - "integrity": "sha512-jt627x0+jE+Ydr9NwkFstg3cUvgWh56qdaqAMDsqgRlKD21md/6G226z/Qxl7lb1VEW2LlmCx43ai/37Qwcj2Q==", + "node_modules/@smithy/service-error-classification": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-2.0.0.tgz", + "integrity": "sha512-2z5Nafy1O0cTf69wKyNjGW/sNVMiqDnb4jgwfMG8ye8KnFJ5qmJpDccwIbJNhXIfbsxTg9SEec2oe1cexhMJvw==", "optional": true, "peer": true, - "dependencies": { - "tslib": "^2.3.1" + "engines": { + "node": ">=14.0.0" } }, - "node_modules/@aws-sdk/util-utf8-node": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-node/-/util-utf8-node-3.208.0.tgz", - "integrity": "sha512-jKY87Acv0yWBdFxx6bveagy5FYjz+dtV8IPT7ay1E2WPWH1czoIdMAkc8tSInK31T6CRnHWkLZ1qYwCbgRfERQ==", + "node_modules/@smithy/shared-ini-file-loader": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.0.8.tgz", + "integrity": "sha512-4u+V+Dv7JGpJ0tppB5rxCem7WhdFux950z4cGPhV0kHTPkKe8DDgINzOlVa2RBu5dI33D02OBJcxFjhW4FPORg==", "optional": true, "peer": true, "dependencies": { - "@aws-sdk/util-buffer-from": "3.208.0", - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" }, "engines": { "node": ">=14.0.0" } }, - "node_modules/@eslint-community/eslint-utils": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.3.0.tgz", - "integrity": "sha512-v3oplH6FYCULtFuCeqyuTd9D2WKO937Dxdq+GmHOLL72TTRriLxz2VLlNfkZRsvj6PKnOPAtuT6dwrs/pA5DvA==", - "dev": true, + "node_modules/@smithy/signature-v4": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-2.0.6.tgz", + "integrity": "sha512-4zNTi8w4sky07YKq7oYucZt4ogY00IEaS1NFDXxmCN5V/ywE0WiK+WMim+8wtYQmB0qy3oExZR4LoCAml6j/rA==", + "optional": true, + "peer": true, "dependencies": { - "eslint-visitor-keys": "^3.3.0" + "@smithy/eventstream-codec": "^2.0.6", + "@smithy/is-array-buffer": "^2.0.0", + "@smithy/types": "^2.3.0", + "@smithy/util-hex-encoding": "^2.0.0", + "@smithy/util-middleware": "^2.0.0", + "@smithy/util-uri-escape": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + "node": ">=14.0.0" } }, - "node_modules/@eslint-community/regexpp": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.4.0.tgz", - "integrity": "sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==", - "dev": true, + "node_modules/@smithy/smithy-client": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-2.1.3.tgz", + "integrity": "sha512-nSMMp2AKqcG/ruzCY01ogrMdbq/WS1cvGStTsw7yd6bTpp/bGtlOgXvy3h7e0zP7w2DH1AtvIwzYBD6ejZePsQ==", + "optional": true, + "peer": true, + "dependencies": { + "@smithy/middleware-stack": "^2.0.0", + "@smithy/types": "^2.3.0", + "@smithy/util-stream": "^2.0.9", + "tslib": "^2.5.0" + }, "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + "node": ">=14.0.0" } }, - "node_modules/@eslint/eslintrc": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz", - "integrity": "sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==", - "dev": true, + "node_modules/@smithy/types": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.3.0.tgz", + "integrity": "sha512-pJce3rd39MElkV57UTPAoSYAApjQLELUxjU5adHNLYk9gnPvyIGbJNJTZVVFu00BrgZH3W/cQe8QuFcknDyodQ==", + "optional": true, + "peer": true, "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^9.5.2", - "globals": "^13.19.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" + "tslib": "^2.5.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" + "node": ">=14.0.0" } }, - "node_modules/@eslint/eslintrc/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, + "node_modules/@smithy/url-parser": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-2.0.6.tgz", + "integrity": "sha512-9i6j5QW6bapHZ4rtkXOAm0hOUG1+5IVdVJXNSUTcNskwJchZH5IQuDNPCbgUi/u2P8EZazKt4wXT51QxOXCz1A==", + "optional": true, + "peer": true, "dependencies": { - "ms": "2.1.2" + "@smithy/querystring-parser": "^2.0.6", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" + } + }, + "node_modules/@smithy/util-base64": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-2.0.0.tgz", + "integrity": "sha512-Zb1E4xx+m5Lud8bbeYi5FkcMJMnn+1WUnJF3qD7rAdXpaL7UjkFQLdmW5fHadoKbdHpwH9vSR8EyTJFHJs++tA==", + "optional": true, + "peer": true, + "dependencies": { + "@smithy/util-buffer-from": "^2.0.0", + "tslib": "^2.5.0" }, "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "node": ">=14.0.0" } }, - "node_modules/@eslint/eslintrc/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true + "node_modules/@smithy/util-body-length-browser": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-2.0.0.tgz", + "integrity": "sha512-JdDuS4ircJt+FDnaQj88TzZY3+njZ6O+D3uakS32f2VNnDo3vyEuNdBOh/oFd8Df1zSZOuH1HEChk2AOYDezZg==", + "optional": true, + "peer": true, + "dependencies": { + "tslib": "^2.5.0" + } }, - "node_modules/@eslint/js": { - "version": "8.40.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.40.0.tgz", - "integrity": "sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==", - "dev": true, + "node_modules/@smithy/util-body-length-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-2.1.0.tgz", + "integrity": "sha512-/li0/kj/y3fQ3vyzn36NTLGmUwAICb7Jbe/CsWCktW363gh1MOcpEcSO3mJ344Gv2dqz8YJCLQpb6hju/0qOWw==", + "optional": true, + "peer": true, + "dependencies": { + "tslib": "^2.5.0" + }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=14.0.0" } }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.11.8", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", - "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", - "dev": true, + "node_modules/@smithy/util-buffer-from": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.0.0.tgz", + "integrity": "sha512-/YNnLoHsR+4W4Vf2wL5lGv0ksg8Bmk3GEGxn2vEQt52AQaPSCuaO5PM5VM7lP1K9qHRKHwrPGktqVoAHKWHxzw==", + "optional": true, + "peer": true, "dependencies": { - "@humanwhocodes/object-schema": "^1.2.1", - "debug": "^4.1.1", - "minimatch": "^3.0.5" + "@smithy/is-array-buffer": "^2.0.0", + "tslib": "^2.5.0" }, "engines": { - "node": ">=10.10.0" + "node": ">=14.0.0" } }, - "node_modules/@humanwhocodes/config-array/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, + "node_modules/@smithy/util-config-provider": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-2.0.0.tgz", + "integrity": "sha512-xCQ6UapcIWKxXHEU4Mcs2s7LcFQRiU3XEluM2WcCjjBtQkUN71Tb+ydGmJFPxMUrW/GWMgQEEGipLym4XG0jZg==", + "optional": true, + "peer": true, "dependencies": { - "ms": "2.1.2" + "tslib": "^2.5.0" }, "engines": { - "node": ">=6.0" + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-defaults-mode-browser": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.0.7.tgz", + "integrity": "sha512-s1caKxC7Y87Q72Goll//clZs2WNBfG9WtFDWVRS+Qgk147YPCOUYtkpuD0XZAh/vbayObFz5tQ1fiX4G19HSCA==", + "optional": true, + "peer": true, + "dependencies": { + "@smithy/property-provider": "^2.0.7", + "@smithy/types": "^2.3.0", + "bowser": "^2.11.0", + "tslib": "^2.5.0" }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "engines": { + "node": ">= 10.0.0" } }, - "node_modules/@humanwhocodes/config-array/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true + "node_modules/@smithy/util-defaults-mode-node": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.0.9.tgz", + "integrity": "sha512-HlV4iNL3/PgPpmDGs0+XrAKtwFQ8rOs5P2y5Dye8dUYaJauadlzHRrNKk7wH2aBYswvT2HM+PIgXamvrE7xbcw==", + "optional": true, + "peer": true, + "dependencies": { + "@smithy/config-resolver": "^2.0.7", + "@smithy/credential-provider-imds": "^2.0.9", + "@smithy/node-config-provider": "^2.0.9", + "@smithy/property-provider": "^2.0.7", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">= 10.0.0" + } }, - "node_modules/@humanwhocodes/module-importer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", - "dev": true, + "node_modules/@smithy/util-hex-encoding": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-2.0.0.tgz", + "integrity": "sha512-c5xY+NUnFqG6d7HFh1IFfrm3mGl29lC+vF+geHv4ToiuJCBmIfzx6IeHLg+OgRdPFKDXIw6pvi+p3CsscaMcMA==", + "optional": true, + "peer": true, + "dependencies": { + "tslib": "^2.5.0" + }, "engines": { - "node": ">=12.22" + "node": ">=14.0.0" + } + }, + "node_modules/@smithy/util-middleware": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-2.0.0.tgz", + "integrity": "sha512-eCWX4ECuDHn1wuyyDdGdUWnT4OGyIzV0LN1xRttBFMPI9Ff/4heSHVxneyiMtOB//zpXWCha1/SWHJOZstG7kA==", + "optional": true, + "peer": true, + "dependencies": { + "tslib": "^2.5.0" }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" + "engines": { + "node": ">=14.0.0" } }, - "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", - "dev": true + "node_modules/@smithy/util-retry": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-2.0.0.tgz", + "integrity": "sha512-/dvJ8afrElasuiiIttRJeoS2sy8YXpksQwiM/TcepqdRVp7u4ejd9C4IQURHNjlfPUT7Y6lCDSa2zQJbdHhVTg==", + "optional": true, + "peer": true, + "dependencies": { + "@smithy/service-error-classification": "^2.0.0", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">= 14.0.0" + } }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, + "node_modules/@smithy/util-stream": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-2.0.9.tgz", + "integrity": "sha512-Fn2/3IMwqu0l2hOC7K3bbtSqFEJ6nOzMLoPVIhuH84yw/95itNkFBwVbIIiAfDaout0ZfZ26+5ch86E2q3avww==", + "optional": true, + "peer": true, "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" + "@smithy/fetch-http-handler": "^2.1.2", + "@smithy/node-http-handler": "^2.1.2", + "@smithy/types": "^2.3.0", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-buffer-from": "^2.0.0", + "@smithy/util-hex-encoding": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" }, "engines": { - "node": ">= 8" + "node": ">=14.0.0" } }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, + "node_modules/@smithy/util-uri-escape": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-2.0.0.tgz", + "integrity": "sha512-ebkxsqinSdEooQduuk9CbKcI+wheijxEb3utGXkCoYQkJnwTnLbH1JXGimJtUkQwNQbsbuYwG2+aFVyZf5TLaw==", + "optional": true, + "peer": true, + "dependencies": { + "tslib": "^2.5.0" + }, "engines": { - "node": ">= 8" + "node": ">=14.0.0" } }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, + "node_modules/@smithy/util-utf8": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.0.0.tgz", + "integrity": "sha512-rctU1VkziY84n5OXe3bPNpKR001ZCME2JCaBBFgtiM2hfKbHFudc/BkMuPab8hRbLd0j3vbnBTTZ1igBf0wgiQ==", + "optional": true, + "peer": true, "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" + "@smithy/util-buffer-from": "^2.0.0", + "tslib": "^2.5.0" }, "engines": { - "node": ">= 8" + "node": ">=14.0.0" } }, "node_modules/@types/node": { @@ -1369,9 +1495,9 @@ } }, "node_modules/acorn": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", - "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", + "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -1492,9 +1618,9 @@ "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==" }, "node_modules/axios": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz", - "integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz", + "integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", @@ -1552,6 +1678,15 @@ "tweetnacl": "^0.14.3" } }, + "node_modules/big-integer": { + "version": "1.6.51", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", + "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==", + "dev": true, + "engines": { + "node": ">=0.6" + } + }, "node_modules/binary-extensions": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", @@ -1602,6 +1737,18 @@ "optional": true, "peer": true }, + "node_modules/bplist-parser": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz", + "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==", + "dev": true, + "dependencies": { + "big-integer": "^1.6.44" + }, + "engines": { + "node": ">= 5.10.0" + } + }, "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -1625,11 +1772,11 @@ } }, "node_modules/bson": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/bson/-/bson-5.3.0.tgz", - "integrity": "sha512-ukmCZMneMlaC5ebPHXIkP8YJzNl5DC41N5MAIvKDqLggdao342t4McltoJBQfQya/nHBWAcSsYRqlXPoQkTJag==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/bson/-/bson-6.0.0.tgz", + "integrity": "sha512-FoWvdELfF2wQaUo8S/a1Rh2BDwJEUancDDnzdTpYymJTZjmvRpLWoqRPelKn+XSeh5D4YddWDG66cLtEhGGvcg==", "engines": { - "node": ">=14.20.1" + "node": ">=16.20.1" } }, "node_modules/buffer-equal-constant-time": { @@ -1637,6 +1784,21 @@ "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=" }, + "node_modules/bundle-name": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-3.0.0.tgz", + "integrity": "sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==", + "dev": true, + "dependencies": { + "run-applescript": "^5.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/bytes": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", @@ -1906,6 +2068,52 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, + "node_modules/default-browser": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-4.0.0.tgz", + "integrity": "sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==", + "dev": true, + "dependencies": { + "bundle-name": "^3.0.0", + "default-browser-id": "^3.0.0", + "execa": "^7.1.1", + "titleize": "^3.0.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/default-browser-id": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-3.0.0.tgz", + "integrity": "sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==", + "dev": true, + "dependencies": { + "bplist-parser": "^0.2.0", + "untildify": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/define-lazy-prop": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", + "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", @@ -1944,11 +2152,14 @@ } }, "node_modules/dotenv": { - "version": "16.0.3", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz", - "integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==", + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", + "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/motdotla/dotenv?sponsor=1" } }, "node_modules/ecc-jsbn": { @@ -1999,27 +2210,27 @@ } }, "node_modules/eslint": { - "version": "8.40.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.40.0.tgz", - "integrity": "sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==", + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz", + "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.4.0", - "@eslint/eslintrc": "^2.0.3", - "@eslint/js": "8.40.0", - "@humanwhocodes/config-array": "^0.11.8", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.2", + "@eslint/js": "8.49.0", + "@humanwhocodes/config-array": "^0.11.11", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", - "ajv": "^6.10.0", + "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", "debug": "^4.3.2", "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.0", - "eslint-visitor-keys": "^3.4.1", - "espree": "^9.5.2", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -2027,22 +2238,19 @@ "find-up": "^5.0.0", "glob-parent": "^6.0.2", "globals": "^13.19.0", - "grapheme-splitter": "^1.0.4", + "graphemer": "^1.4.0", "ignore": "^5.2.0", - "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "is-path-inside": "^3.0.3", - "js-sdsl": "^4.1.4", "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.1", + "optionator": "^0.9.3", "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", "text-table": "^0.2.0" }, "bin": { @@ -2056,9 +2264,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz", - "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", + "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" @@ -2068,30 +2276,38 @@ } }, "node_modules/eslint-plugin-prettier": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz", - "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.0.tgz", + "integrity": "sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w==", "dev": true, "dependencies": { - "prettier-linter-helpers": "^1.0.0" + "prettier-linter-helpers": "^1.0.0", + "synckit": "^0.8.5" }, "engines": { - "node": ">=12.0.0" + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/prettier" }, "peerDependencies": { - "eslint": ">=7.28.0", - "prettier": ">=2.0.0" + "@types/eslint": ">=8.0.0", + "eslint": ">=8.0.0", + "prettier": ">=3.0.0" }, "peerDependenciesMeta": { + "@types/eslint": { + "optional": true + }, "eslint-config-prettier": { "optional": true } } }, "node_modules/eslint-scope": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz", - "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", "dev": true, "dependencies": { "esrecurse": "^4.3.0", @@ -2105,9 +2321,9 @@ } }, "node_modules/eslint-visitor-keys": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz", - "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -2152,12 +2368,12 @@ "dev": true }, "node_modules/espree": { - "version": "9.5.2", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.2.tgz", - "integrity": "sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, "dependencies": { - "acorn": "^8.8.0", + "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", "eslint-visitor-keys": "^3.4.1" }, @@ -2218,6 +2434,29 @@ "node": ">= 0.6" } }, + "node_modules/execa": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz", + "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.1", + "human-signals": "^4.3.0", + "is-stream": "^3.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^5.1.0", + "onetime": "^6.0.0", + "signal-exit": "^3.0.7", + "strip-final-newline": "^3.0.0" + }, + "engines": { + "node": "^14.18.0 || ^16.14.0 || >=18.0.0" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, "node_modules/express": { "version": "4.18.2", "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", @@ -2302,6 +2541,22 @@ "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", "dev": true }, + "node_modules/fast-glob": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", + "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", @@ -2310,13 +2565,23 @@ "node_modules/fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.0.11", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.11.tgz", - "integrity": "sha512-4aUg3aNRR/WjQAcpceODG1C3x3lFANXRo8+1biqfieHmg9pyMt7qB4lQV/Ta6sJCTbA5vfD8fnA8S54JATiFUA==", + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", + "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], "optional": true, "peer": true, "dependencies": { @@ -2324,10 +2589,6 @@ }, "bin": { "fxparser": "src/cli/cli.js" - }, - "funding": { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } }, "node_modules/fastq": { @@ -2559,6 +2820,18 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/getpass": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", @@ -2600,9 +2873,9 @@ } }, "node_modules/globals": { - "version": "13.20.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", - "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "version": "13.21.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz", + "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -2619,10 +2892,10 @@ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, - "node_modules/grapheme-splitter": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", - "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", + "node_modules/graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "dev": true }, "node_modules/har-schema": { @@ -2719,6 +2992,15 @@ "npm": ">=1.3.7" } }, + "node_modules/human-signals": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz", + "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==", + "dev": true, + "engines": { + "node": ">=14.18.0" + } + }, "node_modules/iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -2788,7 +3070,9 @@ "node_modules/ip": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==" + "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "optional": true, + "peer": true }, "node_modules/ipaddr.js": { "version": "1.9.1", @@ -2810,6 +3094,21 @@ "node": ">=8" } }, + "node_modules/is-docker": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", + "dev": true, + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", @@ -2831,6 +3130,24 @@ "node": ">=0.10.0" } }, + "node_modules/is-inside-container": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", + "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", + "dev": true, + "dependencies": { + "is-docker": "^3.0.0" + }, + "bin": { + "is-inside-container": "cli.js" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/is-number": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", @@ -2849,6 +3166,18 @@ "node": ">=8" } }, + "node_modules/is-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", + "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", + "dev": true, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", @@ -2878,12 +3207,6 @@ "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" }, - "node_modules/js-sdsl": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.1.5.tgz", - "integrity": "sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==", - "dev": true - }, "node_modules/js-yaml": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", @@ -2979,14 +3302,20 @@ } }, "node_modules/jsonwebtoken": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz", - "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", + "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==", "dependencies": { "jws": "^3.2.2", - "lodash": "^4.17.21", + "lodash.includes": "^4.3.0", + "lodash.isboolean": "^3.0.3", + "lodash.isinteger": "^4.0.4", + "lodash.isnumber": "^3.0.3", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "lodash.once": "^4.0.0", "ms": "^2.1.1", - "semver": "^7.3.8" + "semver": "^7.5.4" }, "engines": { "node": ">=12", @@ -2998,20 +3327,6 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, - "node_modules/jsonwebtoken/node_modules/semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/jsprim": { "version": "1.4.2", "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", @@ -3088,12 +3403,47 @@ "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=" }, + "node_modules/lodash.includes": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", + "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" + }, + "node_modules/lodash.isboolean": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" + }, + "node_modules/lodash.isinteger": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", + "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" + }, + "node_modules/lodash.isnumber": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", + "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" + }, + "node_modules/lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" + }, + "node_modules/lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" + }, "node_modules/lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true }, + "node_modules/lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" + }, "node_modules/log4js": { "version": "6.9.1", "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.9.1.tgz", @@ -3152,14 +3502,28 @@ "node_modules/memory-pager": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", - "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==", - "optional": true + "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==" }, "node_modules/merge-descriptors": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, "node_modules/methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", @@ -3168,6 +3532,19 @@ "node": ">= 0.6" } }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, "node_modules/mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", @@ -3198,6 +3575,18 @@ "node": ">= 0.6" } }, + "node_modules/mimic-fn": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", + "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -3211,34 +3600,47 @@ } }, "node_modules/mongodb": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-5.5.0.tgz", - "integrity": "sha512-XgrkUgAAdfnZKQfk5AsYL8j7O99WHd4YXPxYxnh8dZxD+ekYWFRA3JktUsBnfg+455Smf75/+asoU/YLwNGoQQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.0.0.tgz", + "integrity": "sha512-wUIYesF4DTyDccm0noE5TwGi9ISdXUAi9T2cQ4xPc+EUBZG44bfMVt2ecOG5Ypca7eCz3oRpJm6YI6c7jAnuNw==", "dependencies": { - "bson": "^5.3.0", - "mongodb-connection-string-url": "^2.6.0", - "socks": "^2.7.1" + "@mongodb-js/saslprep": "^1.1.0", + "bson": "^6.0.0", + "mongodb-connection-string-url": "^2.6.0" }, "engines": { - "node": ">=14.20.1" - }, - "optionalDependencies": { - "saslprep": "^1.0.3" + "node": ">=16.20.1" }, "peerDependencies": { - "@aws-sdk/credential-providers": "^3.201.0", - "mongodb-client-encryption": ">=2.3.0 <3", - "snappy": "^7.2.2" + "@aws-sdk/credential-providers": "^3.188.0", + "@mongodb-js/zstd": "^1.1.0", + "gcp-metadata": "^5.2.0", + "kerberos": "^2.0.1", + "mongodb-client-encryption": ">=6.0.0 <7", + "snappy": "^7.2.2", + "socks": "^2.7.1" }, "peerDependenciesMeta": { "@aws-sdk/credential-providers": { "optional": true }, + "@mongodb-js/zstd": { + "optional": true + }, + "gcp-metadata": { + "optional": true + }, + "kerberos": { + "optional": true + }, "mongodb-client-encryption": { "optional": true }, "snappy": { "optional": true + }, + "socks": { + "optional": true } } }, @@ -3295,9 +3697,9 @@ } }, "node_modules/nodemon": { - "version": "2.0.22", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.22.tgz", - "integrity": "sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.1.tgz", + "integrity": "sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==", "dev": true, "dependencies": { "chokidar": "^3.5.2", @@ -3305,8 +3707,8 @@ "ignore-by-default": "^1.0.1", "minimatch": "^3.1.2", "pstree.remy": "^1.1.8", - "semver": "^5.7.1", - "simple-update-notifier": "^1.0.7", + "semver": "^7.5.3", + "simple-update-notifier": "^2.0.0", "supports-color": "^5.5.0", "touch": "^3.1.0", "undefsafe": "^2.0.5" @@ -3315,7 +3717,7 @@ "nodemon": "bin/nodemon.js" }, "engines": { - "node": ">=8.10.0" + "node": ">=10" }, "funding": { "type": "opencollective", @@ -3382,6 +3784,33 @@ "node": ">=0.10.0" } }, + "node_modules/npm-run-path": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", + "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==", + "dev": true, + "dependencies": { + "path-key": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm-run-path/node_modules/path-key": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", + "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/oauth-sign": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", @@ -3434,6 +3863,66 @@ "wrappy": "1" } }, + "node_modules/onetime": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", + "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", + "dev": true, + "dependencies": { + "mimic-fn": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/open": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/open/-/open-9.1.0.tgz", + "integrity": "sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==", + "dev": true, + "dependencies": { + "default-browser": "^4.0.0", + "define-lazy-prop": "^3.0.0", + "is-inside-container": "^1.0.0", + "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/open/node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true, + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/open/node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/opn": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", @@ -3446,17 +3935,17 @@ } }, "node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", "dev": true, "dependencies": { + "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" + "type-check": "^0.4.0" }, "engines": { "node": ">= 0.8.0" @@ -3618,6 +4107,12 @@ "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, "node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", @@ -3640,16 +4135,16 @@ } }, "node_modules/prettier": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.0.tgz", - "integrity": "sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz", + "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==", "dev": true, "peer": true, "bin": { - "prettier": "bin-prettier.js" + "prettier": "bin/prettier.cjs" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" @@ -3730,6 +4225,11 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + }, "node_modules/queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", @@ -3854,6 +4354,11 @@ "node": ">=0.8" } }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + }, "node_modules/resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", @@ -3893,6 +4398,110 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/run-applescript": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-5.0.0.tgz", + "integrity": "sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==", + "dev": true, + "dependencies": { + "execa": "^5.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/run-applescript/node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/run-applescript/node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true, + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/run-applescript/node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/run-applescript/node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/run-applescript/node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/run-applescript/node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/run-applescript/node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", @@ -3940,30 +4549,23 @@ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, - "node_modules/saslprep": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz", - "integrity": "sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==", - "optional": true, - "dependencies": { - "sparse-bitfield": "^3.0.3" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/sax": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" }, "node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dependencies": { + "lru-cache": "^6.0.0" + }, "bin": { - "semver": "bin/semver" + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" } }, "node_modules/send": { @@ -4066,31 +4668,30 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, "node_modules/simple-update-notifier": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-1.0.7.tgz", - "integrity": "sha512-BBKgR84BJQJm6WjWFMHgLVuo61FBDSj1z/xSFUIozqO6wO7ii0JxCqlIud7Enr/+LhlbNI0whErq96P2qHNWew==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz", + "integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==", "dev": true, "dependencies": { - "semver": "~7.0.0" + "semver": "^7.5.3" }, "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/simple-update-notifier/node_modules/semver": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", - "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", - "dev": true, - "bin": { - "semver": "bin/semver.js" + "node": ">=10" } }, "node_modules/smart-buffer": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "optional": true, + "peer": true, "engines": { "node": ">= 6.0.0", "npm": ">= 3.0.0" @@ -4100,6 +4701,8 @@ "version": "2.7.1", "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz", "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==", + "optional": true, + "peer": true, "dependencies": { "ip": "^2.0.0", "smart-buffer": "^4.2.0" @@ -4113,7 +4716,6 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==", - "optional": true, "dependencies": { "memory-pager": "^1.0.2" } @@ -4209,6 +4811,18 @@ "node": ">=8" } }, + "node_modules/strip-final-newline": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", + "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/strip-json-comments": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", @@ -4240,12 +4854,40 @@ "node": ">=8" } }, + "node_modules/synckit": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.5.tgz", + "integrity": "sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==", + "dev": true, + "dependencies": { + "@pkgr/utils": "^2.3.1", + "tslib": "^2.5.0" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/unts" + } + }, "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", "dev": true }, + "node_modules/titleize": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/titleize/-/titleize-3.0.0.tgz", + "integrity": "sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -4279,18 +4921,27 @@ } }, "node_modules/tough-cookie": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", - "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", + "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", "dependencies": { "psl": "^1.1.33", "punycode": "^2.1.1", - "universalify": "^0.1.2" + "universalify": "^0.2.0", + "url-parse": "^1.5.3" }, "engines": { "node": ">=6" } }, + "node_modules/tough-cookie/node_modules/universalify": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "engines": { + "node": ">= 4.0.0" + } + }, "node_modules/tr46": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", @@ -4303,11 +4954,10 @@ } }, "node_modules/tslib": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", - "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==", - "optional": true, - "peer": true + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "devOptional": true }, "node_modules/tunnel-agent": { "version": "0.6.0", @@ -4383,6 +5033,15 @@ "node": ">= 0.8" } }, + "node_modules/untildify": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", + "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -4391,6 +5050,15 @@ "punycode": "^2.1.0" } }, + "node_modules/url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "dependencies": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", @@ -4495,15 +5163,6 @@ "node": ">= 8" } }, - "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", @@ -4590,10 +5249,37 @@ } }, "dependencies": { + "@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true + }, + "@aws-crypto/crc32": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz", + "integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==", + "optional": true, + "peer": true, + "requires": { + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", + "tslib": "^1.11.1" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "optional": true, + "peer": true + } + } + }, "@aws-crypto/ie11-detection": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-2.0.2.tgz", - "integrity": "sha512-5XDMQY98gMAf/WRTic5G++jfmS/VLM0rwpiOpaainKi4L0nqWMSB1SzsrEG5rjFZGYN6ZAefO+/Yta2dFM0kMw==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz", + "integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==", "optional": true, "peer": true, "requires": { @@ -4610,17 +5296,17 @@ } }, "@aws-crypto/sha256-browser": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-2.0.0.tgz", - "integrity": "sha512-rYXOQ8BFOaqMEHJrLHul/25ckWH6GTJtdLSajhlqGMx0PmSueAuvboCuZCTqEKlxR8CQOwRarxYMZZSYlhRA1A==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz", + "integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==", "optional": true, "peer": true, "requires": { - "@aws-crypto/ie11-detection": "^2.0.0", - "@aws-crypto/sha256-js": "^2.0.0", - "@aws-crypto/supports-web-crypto": "^2.0.0", - "@aws-crypto/util": "^2.0.0", - "@aws-sdk/types": "^3.1.0", + "@aws-crypto/ie11-detection": "^3.0.0", + "@aws-crypto/sha256-js": "^3.0.0", + "@aws-crypto/supports-web-crypto": "^3.0.0", + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", "@aws-sdk/util-locate-window": "^3.0.0", "@aws-sdk/util-utf8-browser": "^3.0.0", "tslib": "^1.11.1" @@ -4636,14 +5322,14 @@ } }, "@aws-crypto/sha256-js": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-2.0.0.tgz", - "integrity": "sha512-VZY+mCY4Nmrs5WGfitmNqXzaE873fcIZDu54cbaDaaamsaTOP1DBImV9F4pICc3EHjQXujyE8jig+PFCaew9ig==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz", + "integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==", "optional": true, "peer": true, "requires": { - "@aws-crypto/util": "^2.0.0", - "@aws-sdk/types": "^3.1.0", + "@aws-crypto/util": "^3.0.0", + "@aws-sdk/types": "^3.222.0", "tslib": "^1.11.1" }, "dependencies": { @@ -4657,9 +5343,9 @@ } }, "@aws-crypto/supports-web-crypto": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-2.0.2.tgz", - "integrity": "sha512-6mbSsLHwZ99CTOOswvCRP3C+VCWnzBf+1SnbWxzzJ9lR0mA0JnY2JEAhp8rqmTE0GPFy88rrM27ffgp62oErMQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz", + "integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==", "optional": true, "peer": true, "requires": { @@ -4676,13 +5362,13 @@ } }, "@aws-crypto/util": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-2.0.2.tgz", - "integrity": "sha512-Lgu5v/0e/BcrZ5m/IWqzPUf3UYFTy/PpeED+uc9SWUR1iZQL8XXbGQg10UfllwwBryO3hFF5dizK+78aoXC1eA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz", + "integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==", "optional": true, "peer": true, "requires": { - "@aws-sdk/types": "^3.110.0", + "@aws-sdk/types": "^3.222.0", "@aws-sdk/util-utf8-browser": "^3.0.0", "tslib": "^1.11.1" }, @@ -4696,464 +5382,748 @@ } } }, - "@aws-sdk/abort-controller": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/abort-controller/-/abort-controller-3.208.0.tgz", - "integrity": "sha512-mQkDR+8VLCafg9KI4TgftftBOL170ricyb+HgV8n5jLDrEG+TfOfud8e6us2lIFESEuMpohC+/8yIcf6JjKkMg==", + "@aws-sdk/client-cognito-identity": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.410.0.tgz", + "integrity": "sha512-J4iPhXswm66Fsk1x0Kly+PWzBizmms4kkkoAU1sk9n08XfWqNBTyf01mx6/t/X+Yh43p2zaeB/XvUwa0jSsWaQ==", + "optional": true, + "peer": true, + "requires": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/client-sts": "3.410.0", + "@aws-sdk/credential-provider-node": "3.410.0", + "@aws-sdk/middleware-host-header": "3.410.0", + "@aws-sdk/middleware-logger": "3.410.0", + "@aws-sdk/middleware-recursion-detection": "3.410.0", + "@aws-sdk/middleware-signing": "3.410.0", + "@aws-sdk/middleware-user-agent": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@aws-sdk/util-endpoints": "3.410.0", + "@aws-sdk/util-user-agent-browser": "3.410.0", + "@aws-sdk/util-user-agent-node": "3.410.0", + "@smithy/config-resolver": "^2.0.7", + "@smithy/fetch-http-handler": "^2.1.2", + "@smithy/hash-node": "^2.0.6", + "@smithy/invalid-dependency": "^2.0.6", + "@smithy/middleware-content-length": "^2.0.8", + "@smithy/middleware-endpoint": "^2.0.6", + "@smithy/middleware-retry": "^2.0.9", + "@smithy/middleware-serde": "^2.0.6", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.9", + "@smithy/node-http-handler": "^2.1.2", + "@smithy/protocol-http": "^3.0.2", + "@smithy/smithy-client": "^2.1.3", + "@smithy/types": "^2.3.0", + "@smithy/url-parser": "^2.0.6", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.1.0", + "@smithy/util-defaults-mode-browser": "^2.0.7", + "@smithy/util-defaults-mode-node": "^2.0.9", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" + } + }, + "@aws-sdk/client-sso": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.410.0.tgz", + "integrity": "sha512-MC9GrgwtlOuSL2WS3DRM3dQ/5y+49KSMMJRH6JiEcU5vE0dX/OtEcX+VfEwpi73x5pSfIjm7xnzjzOFx+sQBIg==", + "optional": true, + "peer": true, + "requires": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/middleware-host-header": "3.410.0", + "@aws-sdk/middleware-logger": "3.410.0", + "@aws-sdk/middleware-recursion-detection": "3.410.0", + "@aws-sdk/middleware-user-agent": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@aws-sdk/util-endpoints": "3.410.0", + "@aws-sdk/util-user-agent-browser": "3.410.0", + "@aws-sdk/util-user-agent-node": "3.410.0", + "@smithy/config-resolver": "^2.0.7", + "@smithy/fetch-http-handler": "^2.1.2", + "@smithy/hash-node": "^2.0.6", + "@smithy/invalid-dependency": "^2.0.6", + "@smithy/middleware-content-length": "^2.0.8", + "@smithy/middleware-endpoint": "^2.0.6", + "@smithy/middleware-retry": "^2.0.9", + "@smithy/middleware-serde": "^2.0.6", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.9", + "@smithy/node-http-handler": "^2.1.2", + "@smithy/protocol-http": "^3.0.2", + "@smithy/smithy-client": "^2.1.3", + "@smithy/types": "^2.3.0", + "@smithy/url-parser": "^2.0.6", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.1.0", + "@smithy/util-defaults-mode-browser": "^2.0.7", + "@smithy/util-defaults-mode-node": "^2.0.9", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" + } + }, + "@aws-sdk/client-sts": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.410.0.tgz", + "integrity": "sha512-e6VMrBJtnTxxUXwDmkADGIvyppmDMFf4+cGGA68tVCUm1cFNlCI6M/67bVSIPN/WVKAAfhEL5O2vVXCM7aatYg==", + "optional": true, + "peer": true, + "requires": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/credential-provider-node": "3.410.0", + "@aws-sdk/middleware-host-header": "3.410.0", + "@aws-sdk/middleware-logger": "3.410.0", + "@aws-sdk/middleware-recursion-detection": "3.410.0", + "@aws-sdk/middleware-sdk-sts": "3.410.0", + "@aws-sdk/middleware-signing": "3.410.0", + "@aws-sdk/middleware-user-agent": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@aws-sdk/util-endpoints": "3.410.0", + "@aws-sdk/util-user-agent-browser": "3.410.0", + "@aws-sdk/util-user-agent-node": "3.410.0", + "@smithy/config-resolver": "^2.0.7", + "@smithy/fetch-http-handler": "^2.1.2", + "@smithy/hash-node": "^2.0.6", + "@smithy/invalid-dependency": "^2.0.6", + "@smithy/middleware-content-length": "^2.0.8", + "@smithy/middleware-endpoint": "^2.0.6", + "@smithy/middleware-retry": "^2.0.9", + "@smithy/middleware-serde": "^2.0.6", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.9", + "@smithy/node-http-handler": "^2.1.2", + "@smithy/protocol-http": "^3.0.2", + "@smithy/smithy-client": "^2.1.3", + "@smithy/types": "^2.3.0", + "@smithy/url-parser": "^2.0.6", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.1.0", + "@smithy/util-defaults-mode-browser": "^2.0.7", + "@smithy/util-defaults-mode-node": "^2.0.9", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "fast-xml-parser": "4.2.5", + "tslib": "^2.5.0" + } + }, + "@aws-sdk/credential-provider-cognito-identity": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.410.0.tgz", + "integrity": "sha512-2QMvdnwnYsKnwy8O+o9ozKL80VFWI0skXVvKB3DFW4cr9IX5cBCx7xuhI7TXbCqiBxuz5SSiA1s19fVtq0sUmw==", "optional": true, "peer": true, "requires": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/client-cognito-identity": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/client-cognito-identity": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.211.0.tgz", - "integrity": "sha512-KhXo1v78szdvLyF0SHRXR2I7SNkFeC0iay9amspAsF2jMz3CPu2EqWu4ymqO7lSSaAGEkKaUE9ZvD7uNn5oo7A==", - "optional": true, - "peer": true, - "requires": { - "@aws-crypto/sha256-browser": "2.0.0", - "@aws-crypto/sha256-js": "2.0.0", - "@aws-sdk/client-sts": "3.211.0", - "@aws-sdk/config-resolver": "3.209.0", - "@aws-sdk/credential-provider-node": "3.211.0", - "@aws-sdk/fetch-http-handler": "3.208.0", - "@aws-sdk/hash-node": "3.208.0", - "@aws-sdk/invalid-dependency": "3.208.0", - "@aws-sdk/middleware-content-length": "3.208.0", - "@aws-sdk/middleware-endpoint": "3.208.0", - "@aws-sdk/middleware-host-header": "3.208.0", - "@aws-sdk/middleware-logger": "3.208.0", - "@aws-sdk/middleware-recursion-detection": "3.208.0", - "@aws-sdk/middleware-retry": "3.209.0", - "@aws-sdk/middleware-serde": "3.208.0", - "@aws-sdk/middleware-signing": "3.208.0", - "@aws-sdk/middleware-stack": "3.208.0", - "@aws-sdk/middleware-user-agent": "3.208.0", - "@aws-sdk/node-config-provider": "3.209.0", - "@aws-sdk/node-http-handler": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/smithy-client": "3.209.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/url-parser": "3.208.0", - "@aws-sdk/util-base64": "3.208.0", - "@aws-sdk/util-body-length-browser": "3.188.0", - "@aws-sdk/util-body-length-node": "3.208.0", - "@aws-sdk/util-defaults-mode-browser": "3.209.0", - "@aws-sdk/util-defaults-mode-node": "3.209.0", - "@aws-sdk/util-endpoints": "3.211.0", - "@aws-sdk/util-user-agent-browser": "3.208.0", - "@aws-sdk/util-user-agent-node": "3.209.0", - "@aws-sdk/util-utf8-browser": "3.188.0", - "@aws-sdk/util-utf8-node": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/credential-provider-env": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.410.0.tgz", + "integrity": "sha512-c7TB9LbN0PkFOsXI0lcRJnqPNOmc4VBvrHf8jP/BkTDg4YUoKQKOFd4d0SqzODmlZiAyoMQVZTR4ISZo95Zj4Q==", + "optional": true, + "peer": true, + "requires": { + "@aws-sdk/types": "3.410.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/client-sso": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.211.0.tgz", - "integrity": "sha512-Wuo3ZYPy9L+OixlZ7/wM1BbPBdC22xO/a8z/J1sgQZiRDl80Ax+jf1u17D91xdZJGH0hTU5AlvEY7mHP0y/hAw==", - "optional": true, - "peer": true, - "requires": { - "@aws-crypto/sha256-browser": "2.0.0", - "@aws-crypto/sha256-js": "2.0.0", - "@aws-sdk/config-resolver": "3.209.0", - "@aws-sdk/fetch-http-handler": "3.208.0", - "@aws-sdk/hash-node": "3.208.0", - "@aws-sdk/invalid-dependency": "3.208.0", - "@aws-sdk/middleware-content-length": "3.208.0", - "@aws-sdk/middleware-endpoint": "3.208.0", - "@aws-sdk/middleware-host-header": "3.208.0", - "@aws-sdk/middleware-logger": "3.208.0", - "@aws-sdk/middleware-recursion-detection": "3.208.0", - "@aws-sdk/middleware-retry": "3.209.0", - "@aws-sdk/middleware-serde": "3.208.0", - "@aws-sdk/middleware-stack": "3.208.0", - "@aws-sdk/middleware-user-agent": "3.208.0", - "@aws-sdk/node-config-provider": "3.209.0", - "@aws-sdk/node-http-handler": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/smithy-client": "3.209.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/url-parser": "3.208.0", - "@aws-sdk/util-base64": "3.208.0", - "@aws-sdk/util-body-length-browser": "3.188.0", - "@aws-sdk/util-body-length-node": "3.208.0", - "@aws-sdk/util-defaults-mode-browser": "3.209.0", - "@aws-sdk/util-defaults-mode-node": "3.209.0", - "@aws-sdk/util-endpoints": "3.211.0", - "@aws-sdk/util-user-agent-browser": "3.208.0", - "@aws-sdk/util-user-agent-node": "3.209.0", - "@aws-sdk/util-utf8-browser": "3.188.0", - "@aws-sdk/util-utf8-node": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/credential-provider-ini": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.410.0.tgz", + "integrity": "sha512-D8rcr5bRCFD0f42MPQ7K6TWZq5d3pfqrKINL1/bpfkK5BJbvq1BGYmR88UC6CLpTRtZ1LHY2HgYG0fp/2zjjww==", + "optional": true, + "peer": true, + "requires": { + "@aws-sdk/credential-provider-env": "3.410.0", + "@aws-sdk/credential-provider-process": "3.410.0", + "@aws-sdk/credential-provider-sso": "3.410.0", + "@aws-sdk/credential-provider-web-identity": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@smithy/credential-provider-imds": "^2.0.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/client-sso-oidc": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.211.0.tgz", - "integrity": "sha512-oJ+5ROykVsXpBFpWUfSUYHz/RcTjsZPri6CIY+wQmEFDAOxTsgxd7l8VkqX1r/U/QiK/xDXuK+Z7MurywXS+rQ==", - "optional": true, - "peer": true, - "requires": { - "@aws-crypto/sha256-browser": "2.0.0", - "@aws-crypto/sha256-js": "2.0.0", - "@aws-sdk/config-resolver": "3.209.0", - "@aws-sdk/fetch-http-handler": "3.208.0", - "@aws-sdk/hash-node": "3.208.0", - "@aws-sdk/invalid-dependency": "3.208.0", - "@aws-sdk/middleware-content-length": "3.208.0", - "@aws-sdk/middleware-endpoint": "3.208.0", - "@aws-sdk/middleware-host-header": "3.208.0", - "@aws-sdk/middleware-logger": "3.208.0", - "@aws-sdk/middleware-recursion-detection": "3.208.0", - "@aws-sdk/middleware-retry": "3.209.0", - "@aws-sdk/middleware-serde": "3.208.0", - "@aws-sdk/middleware-stack": "3.208.0", - "@aws-sdk/middleware-user-agent": "3.208.0", - "@aws-sdk/node-config-provider": "3.209.0", - "@aws-sdk/node-http-handler": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/smithy-client": "3.209.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/url-parser": "3.208.0", - "@aws-sdk/util-base64": "3.208.0", - "@aws-sdk/util-body-length-browser": "3.188.0", - "@aws-sdk/util-body-length-node": "3.208.0", - "@aws-sdk/util-defaults-mode-browser": "3.209.0", - "@aws-sdk/util-defaults-mode-node": "3.209.0", - "@aws-sdk/util-endpoints": "3.211.0", - "@aws-sdk/util-user-agent-browser": "3.208.0", - "@aws-sdk/util-user-agent-node": "3.209.0", - "@aws-sdk/util-utf8-browser": "3.188.0", - "@aws-sdk/util-utf8-node": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/credential-provider-node": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.410.0.tgz", + "integrity": "sha512-0wmVm33T/j1FS7MZ/j+WsPlgSc0YnCXnpbWSov1Mn6R86SHI2b2JhdIPRRE4XbGfyW2QGNUl2CwoZVaqhXeF5g==", + "optional": true, + "peer": true, + "requires": { + "@aws-sdk/credential-provider-env": "3.410.0", + "@aws-sdk/credential-provider-ini": "3.410.0", + "@aws-sdk/credential-provider-process": "3.410.0", + "@aws-sdk/credential-provider-sso": "3.410.0", + "@aws-sdk/credential-provider-web-identity": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@smithy/credential-provider-imds": "^2.0.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/client-sts": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.211.0.tgz", - "integrity": "sha512-39/PMIKLEaRUztx3m4I0x9SCnqTStaQuqIabAK/wk0uy+O2p32sv7eacRrGjZWHngqdsK7S1s/LSFErYzzIvkw==", - "optional": true, - "peer": true, - "requires": { - "@aws-crypto/sha256-browser": "2.0.0", - "@aws-crypto/sha256-js": "2.0.0", - "@aws-sdk/config-resolver": "3.209.0", - "@aws-sdk/credential-provider-node": "3.211.0", - "@aws-sdk/fetch-http-handler": "3.208.0", - "@aws-sdk/hash-node": "3.208.0", - "@aws-sdk/invalid-dependency": "3.208.0", - "@aws-sdk/middleware-content-length": "3.208.0", - "@aws-sdk/middleware-endpoint": "3.208.0", - "@aws-sdk/middleware-host-header": "3.208.0", - "@aws-sdk/middleware-logger": "3.208.0", - "@aws-sdk/middleware-recursion-detection": "3.208.0", - "@aws-sdk/middleware-retry": "3.209.0", - "@aws-sdk/middleware-sdk-sts": "3.208.0", - "@aws-sdk/middleware-serde": "3.208.0", - "@aws-sdk/middleware-signing": "3.208.0", - "@aws-sdk/middleware-stack": "3.208.0", - "@aws-sdk/middleware-user-agent": "3.208.0", - "@aws-sdk/node-config-provider": "3.209.0", - "@aws-sdk/node-http-handler": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/smithy-client": "3.209.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/url-parser": "3.208.0", - "@aws-sdk/util-base64": "3.208.0", - "@aws-sdk/util-body-length-browser": "3.188.0", - "@aws-sdk/util-body-length-node": "3.208.0", - "@aws-sdk/util-defaults-mode-browser": "3.209.0", - "@aws-sdk/util-defaults-mode-node": "3.209.0", - "@aws-sdk/util-endpoints": "3.211.0", - "@aws-sdk/util-user-agent-browser": "3.208.0", - "@aws-sdk/util-user-agent-node": "3.209.0", - "@aws-sdk/util-utf8-browser": "3.188.0", - "@aws-sdk/util-utf8-node": "3.208.0", - "fast-xml-parser": "4.0.11", - "tslib": "^2.3.1" + "@aws-sdk/credential-provider-process": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.410.0.tgz", + "integrity": "sha512-BMju1hlDCDNkkSZpKF5SQ8G0WCLRj6/Jvw9QmudLHJuVwYJXEW1r2AsVMg98OZ3hB9G+MAvHruHZIbMiNmUMXQ==", + "optional": true, + "peer": true, + "requires": { + "@aws-sdk/types": "3.410.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" + } + }, + "@aws-sdk/credential-provider-sso": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.410.0.tgz", + "integrity": "sha512-zEaoY/sY+KYTlQUkp9dvveAHf175b8RIt0DsQkDrRPtrg/RBHR00r5rFvz9+nrwsR8546RaBU7h/zzTaQGhmcA==", + "optional": true, + "peer": true, + "requires": { + "@aws-sdk/client-sso": "3.410.0", + "@aws-sdk/token-providers": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/config-resolver": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/config-resolver/-/config-resolver-3.209.0.tgz", - "integrity": "sha512-wLXI1Jg9xx9wE8vdIfOgSKnoBWbn9j3IvW4+7PnM/nf5xC30/Jp4j+JndEG/BKyDQF7HJQTIeRpSkwKaqJhCRA==", + "@aws-sdk/credential-provider-web-identity": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.410.0.tgz", + "integrity": "sha512-cE0l8LmEHdWbDkdPNgrfdYSgp4/cIVXrjUKI1QCATA729CrHZ/OQjB/maOBOrMHO9YTiggko887NkslVvwVB7w==", "optional": true, "peer": true, "requires": { - "@aws-sdk/signature-v4": "3.208.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/util-config-provider": "3.208.0", - "@aws-sdk/util-middleware": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/types": "3.410.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/credential-provider-cognito-identity": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.211.0.tgz", - "integrity": "sha512-YbTioDEGvGFYaHeeQrQUQLHnqvWYNdDn5acEAD76DMnoV+B04OVKWYphFd6KBZClIkXnH0T8stPnOE7La6rWjg==", + "@aws-sdk/credential-providers": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-providers/-/credential-providers-3.410.0.tgz", + "integrity": "sha512-QcunzQRNi9dJdAGdduST7itRW+QhDrb9zZHn+HhLKUoVwLrqk1iuH2R9SoEdZg8eV5jR04yoOPdjj1jzdIkFXQ==", "optional": true, "peer": true, "requires": { - "@aws-sdk/client-cognito-identity": "3.211.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/client-cognito-identity": "3.410.0", + "@aws-sdk/client-sso": "3.410.0", + "@aws-sdk/client-sts": "3.410.0", + "@aws-sdk/credential-provider-cognito-identity": "3.410.0", + "@aws-sdk/credential-provider-env": "3.410.0", + "@aws-sdk/credential-provider-ini": "3.410.0", + "@aws-sdk/credential-provider-node": "3.410.0", + "@aws-sdk/credential-provider-process": "3.410.0", + "@aws-sdk/credential-provider-sso": "3.410.0", + "@aws-sdk/credential-provider-web-identity": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@smithy/credential-provider-imds": "^2.0.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/credential-provider-env": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.208.0.tgz", - "integrity": "sha512-FB+KUSpZc03wVTXxGnMmgtaP0sJOv0D7oyogHb7wcf5b7RjjwqoaeUcJHTdKRZaW6e1foLk3/L9uebxiWefDbQ==", + "@aws-sdk/middleware-host-header": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.410.0.tgz", + "integrity": "sha512-ED/OVcyITln5rrxnajZP+V0PN1nug+gSDHJDqdDo/oLy7eiDr/ZWn3nlWW7WcMplQ1/Jnb+hK0UetBp/25XooA==", "optional": true, "peer": true, "requires": { - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-sdk/types": "3.410.0", + "@smithy/protocol-http": "^3.0.2", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" + } + }, + "@aws-sdk/middleware-logger": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.410.0.tgz", + "integrity": "sha512-YtmKYCVtBfScq3/UFJk+aSZOktKJBNZL9DaSc2aPcy/goCVsYDOkGwtHk0jIkC1JRSNCkVTqL7ya60sSr8zaQQ==", + "optional": true, + "peer": true, + "requires": { + "@aws-sdk/types": "3.410.0", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" + } + }, + "@aws-sdk/middleware-recursion-detection": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.410.0.tgz", + "integrity": "sha512-KWaes5FLzRqj28vaIEE4Bimpga2E596WdPF2HaH6zsVMJddoRDsc3ZX9ZhLOGrXzIO1RqBd0QxbLrM0S/B2aOQ==", + "optional": true, + "peer": true, + "requires": { + "@aws-sdk/types": "3.410.0", + "@smithy/protocol-http": "^3.0.2", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" + } + }, + "@aws-sdk/middleware-sdk-sts": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.410.0.tgz", + "integrity": "sha512-YfBpctDocRR4CcROoDueJA7D+aMLBV8nTFfmVNdLLLgyuLZ/AUR11VQSu1lf9gQZKl8IpKE/BLf2fRE/qV1ZuA==", + "optional": true, + "peer": true, + "requires": { + "@aws-sdk/middleware-signing": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" + } + }, + "@aws-sdk/middleware-signing": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.410.0.tgz", + "integrity": "sha512-KBAZ/eoAJUSJv5us2HsKwK2OszG2s9FEyKpEhgnHLcbbKzW873zHBH5GcOGEQu4AWArTy2ndzJu3FF+9/J9hJQ==", + "optional": true, + "peer": true, + "requires": { + "@aws-sdk/types": "3.410.0", + "@smithy/property-provider": "^2.0.0", + "@smithy/protocol-http": "^3.0.2", + "@smithy/signature-v4": "^2.0.0", + "@smithy/types": "^2.3.0", + "@smithy/util-middleware": "^2.0.0", + "tslib": "^2.5.0" + } + }, + "@aws-sdk/middleware-user-agent": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.410.0.tgz", + "integrity": "sha512-ZayDtLfvCZUohSxQc/49BfoU/y6bDHLfLdyyUJbJ54Sv8zQcrmdyKvCBFUZwE6tHQgAmv9/ZT18xECMl+xiONA==", + "optional": true, + "peer": true, + "requires": { + "@aws-sdk/types": "3.410.0", + "@aws-sdk/util-endpoints": "3.410.0", + "@smithy/protocol-http": "^3.0.2", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" + } + }, + "@aws-sdk/token-providers": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.410.0.tgz", + "integrity": "sha512-d5Nc0xydkH/X0LA1HDyhGY5sEv4LuADFk+QpDtT8ogLilcre+b1jpdY8Sih/gd1KoGS1H+d1tz2hSGwUHAbUbw==", + "optional": true, + "peer": true, + "requires": { + "@aws-crypto/sha256-browser": "3.0.0", + "@aws-crypto/sha256-js": "3.0.0", + "@aws-sdk/middleware-host-header": "3.410.0", + "@aws-sdk/middleware-logger": "3.410.0", + "@aws-sdk/middleware-recursion-detection": "3.410.0", + "@aws-sdk/middleware-user-agent": "3.410.0", + "@aws-sdk/types": "3.410.0", + "@aws-sdk/util-endpoints": "3.410.0", + "@aws-sdk/util-user-agent-browser": "3.410.0", + "@aws-sdk/util-user-agent-node": "3.410.0", + "@smithy/config-resolver": "^2.0.7", + "@smithy/fetch-http-handler": "^2.1.2", + "@smithy/hash-node": "^2.0.6", + "@smithy/invalid-dependency": "^2.0.6", + "@smithy/middleware-content-length": "^2.0.8", + "@smithy/middleware-endpoint": "^2.0.6", + "@smithy/middleware-retry": "^2.0.9", + "@smithy/middleware-serde": "^2.0.6", + "@smithy/middleware-stack": "^2.0.0", + "@smithy/node-config-provider": "^2.0.9", + "@smithy/node-http-handler": "^2.1.2", + "@smithy/property-provider": "^2.0.0", + "@smithy/protocol-http": "^3.0.2", + "@smithy/shared-ini-file-loader": "^2.0.6", + "@smithy/smithy-client": "^2.1.3", + "@smithy/types": "^2.3.0", + "@smithy/url-parser": "^2.0.6", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-body-length-browser": "^2.0.0", + "@smithy/util-body-length-node": "^2.1.0", + "@smithy/util-defaults-mode-browser": "^2.0.7", + "@smithy/util-defaults-mode-node": "^2.0.9", + "@smithy/util-retry": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" + } + }, + "@aws-sdk/types": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.410.0.tgz", + "integrity": "sha512-D7iaUCszv/v04NDaZUmCmekamy6VD/lKozm/3gS9+dkfU6cC2CsNoUfPV8BlV6dPdw0oWgF91am3I1stdvfVrQ==", + "optional": true, + "peer": true, + "requires": { + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" + } + }, + "@aws-sdk/util-endpoints": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.410.0.tgz", + "integrity": "sha512-iNiqJyC7N3+8zFwnXUqcWSxrZecVZLToo1iTQQdeYL2af1IcOtRgb7n8jpAI/hmXhBSx2+3RI+Y7pxyFo1vu+w==", + "optional": true, + "peer": true, + "requires": { + "@aws-sdk/types": "3.410.0", + "tslib": "^2.5.0" + } + }, + "@aws-sdk/util-locate-window": { + "version": "3.310.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.310.0.tgz", + "integrity": "sha512-qo2t/vBTnoXpjKxlsC2e1gBrRm80M3bId27r0BRB2VniSSe7bL1mmzM+/HFtujm0iAxtPM+aLEflLJlJeDPg0w==", + "optional": true, + "peer": true, + "requires": { + "tslib": "^2.5.0" } }, - "@aws-sdk/credential-provider-imds": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-imds/-/credential-provider-imds-3.209.0.tgz", - "integrity": "sha512-EjA1nWduIHjALjNF6O2lpKVOoTIlfGHgvqCxjFf7XNqBTTKWCxEflcmUgqXwo9A7TU0mTTyr7nLGMAsNE2CR3w==", + "@aws-sdk/util-user-agent-browser": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.410.0.tgz", + "integrity": "sha512-i1G/XGpXGMRT2zEiAhi1xucJsfCWk8nNYjk/LbC0sA+7B9Huri96YAzVib12wkHPsJQvZxZC6CpQDIHWm4lXMA==", + "optional": true, + "peer": true, + "requires": { + "@aws-sdk/types": "3.410.0", + "@smithy/types": "^2.3.0", + "bowser": "^2.11.0", + "tslib": "^2.5.0" + } + }, + "@aws-sdk/util-user-agent-node": { + "version": "3.410.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.410.0.tgz", + "integrity": "sha512-bK70t1jHRl8HrJXd4hEIwc5PBZ7U0w+81AKFnanIVKZwZedd6nLibUXDTK14z/Jp2GFcBqd4zkt2YLGkRt/U4A==", + "optional": true, + "peer": true, + "requires": { + "@aws-sdk/types": "3.410.0", + "@smithy/node-config-provider": "^2.0.9", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" + } + }, + "@aws-sdk/util-utf8-browser": { + "version": "3.259.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz", + "integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==", "optional": true, "peer": true, "requires": { - "@aws-sdk/node-config-provider": "3.209.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/url-parser": "3.208.0", "tslib": "^2.3.1" } }, - "@aws-sdk/credential-provider-ini": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.211.0.tgz", - "integrity": "sha512-kFekBDGX3tMsbEBjpCHt2dp5hx7xBN0d7v+fNXky4fB61bNUxcLNpXkTgDIqRyMzEje3Jov9Be9Qgqb8ud0Fiw==", - "optional": true, - "peer": true, + "@eslint-community/eslint-utils": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.3.0.tgz", + "integrity": "sha512-v3oplH6FYCULtFuCeqyuTd9D2WKO937Dxdq+GmHOLL72TTRriLxz2VLlNfkZRsvj6PKnOPAtuT6dwrs/pA5DvA==", + "dev": true, + "requires": { + "eslint-visitor-keys": "^3.3.0" + } + }, + "@eslint-community/regexpp": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.8.0.tgz", + "integrity": "sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==", + "dev": true + }, + "@eslint/eslintrc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", + "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", + "dev": true, + "requires": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.6.0", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + } + } + }, + "@eslint/js": { + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz", + "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==", + "dev": true + }, + "@humanwhocodes/config-array": { + "version": "0.11.11", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", + "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", + "dev": true, + "requires": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.5" + }, + "dependencies": { + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + } + } + }, + "@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true + }, + "@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true + }, + "@mongodb-js/saslprep": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.1.0.tgz", + "integrity": "sha512-Xfijy7HvfzzqiOAhAepF4SGN5e9leLkMvg/OPOF97XemjfVCYN/oWa75wnkc6mltMSTwY+XlbhWgUOJmkFspSw==", "requires": { - "@aws-sdk/credential-provider-env": "3.208.0", - "@aws-sdk/credential-provider-imds": "3.209.0", - "@aws-sdk/credential-provider-sso": "3.211.0", - "@aws-sdk/credential-provider-web-identity": "3.208.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/shared-ini-file-loader": "3.209.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "sparse-bitfield": "^3.0.3" } }, - "@aws-sdk/credential-provider-node": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.211.0.tgz", - "integrity": "sha512-RWDitzHmZOfrfTZCnL8nOLQgYgawAAw8IF5pqeNjcN9TZ/pR64B9pusTYD7a+uVDB8kb9vMU767g89ts2pqmfQ==", - "optional": true, - "peer": true, + "@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, "requires": { - "@aws-sdk/credential-provider-env": "3.208.0", - "@aws-sdk/credential-provider-imds": "3.209.0", - "@aws-sdk/credential-provider-ini": "3.211.0", - "@aws-sdk/credential-provider-process": "3.209.0", - "@aws-sdk/credential-provider-sso": "3.211.0", - "@aws-sdk/credential-provider-web-identity": "3.208.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/shared-ini-file-loader": "3.209.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" } }, - "@aws-sdk/credential-provider-process": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.209.0.tgz", - "integrity": "sha512-G0urC5p1kgUfgpK8lncdisSewa8onnoQAVdf2Uh51hOqc7UufGce+ouvLH8J2iMkMaL1MSyu8fqwfZNyDtH37g==", - "optional": true, - "peer": true, + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true + }, + "@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, "requires": { - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/shared-ini-file-loader": "3.209.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" } }, - "@aws-sdk/credential-provider-sso": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.211.0.tgz", - "integrity": "sha512-S8ciHRypUCi0Uz0D80yVGkWmvpCBCvkEaj+IO0LdYX05GDnH/B44DA8UQ0pfAJqLy5BeSO5snKVRKSPzxNtUGw==", - "optional": true, - "peer": true, + "@pkgr/utils": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@pkgr/utils/-/utils-2.4.2.tgz", + "integrity": "sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw==", + "dev": true, "requires": { - "@aws-sdk/client-sso": "3.211.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/shared-ini-file-loader": "3.209.0", - "@aws-sdk/token-providers": "3.211.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "cross-spawn": "^7.0.3", + "fast-glob": "^3.3.0", + "is-glob": "^4.0.3", + "open": "^9.1.0", + "picocolors": "^1.0.0", + "tslib": "^2.6.0" } }, - "@aws-sdk/credential-provider-web-identity": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.208.0.tgz", - "integrity": "sha512-7wtrdEr8uvDr5t0stimrXGsW4G+TQyluZ9OucCCY0HXgNihmnk1BIu+COuOSxRtFXHwCh4rIPaVE1ABG2Mq24g==", + "@smithy/abort-controller": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.0.6.tgz", + "integrity": "sha512-4I7g0lyGUlW2onf8mD76IzU37oRWSHsQ5zlW5MjDzgg4I4J9bOK4500Gx6qOuoN7+GulAnGLe1YwyrIluzhakg==", "optional": true, "peer": true, "requires": { - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" - } - }, - "@aws-sdk/credential-providers": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/credential-providers/-/credential-providers-3.211.0.tgz", - "integrity": "sha512-duo3zSI8usGxA23skzQqVDaKB7k3McJYbFG2nzPTYD+RI4w5Sbs66SUWvTmtSrdZJWmzDsDNKW9fOMtnNARVVw==", - "optional": true, - "peer": true, - "requires": { - "@aws-sdk/client-cognito-identity": "3.211.0", - "@aws-sdk/client-sso": "3.211.0", - "@aws-sdk/client-sts": "3.211.0", - "@aws-sdk/credential-provider-cognito-identity": "3.211.0", - "@aws-sdk/credential-provider-env": "3.208.0", - "@aws-sdk/credential-provider-imds": "3.209.0", - "@aws-sdk/credential-provider-ini": "3.211.0", - "@aws-sdk/credential-provider-node": "3.211.0", - "@aws-sdk/credential-provider-process": "3.209.0", - "@aws-sdk/credential-provider-sso": "3.211.0", - "@aws-sdk/credential-provider-web-identity": "3.208.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/shared-ini-file-loader": "3.209.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/fetch-http-handler": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/fetch-http-handler/-/fetch-http-handler-3.208.0.tgz", - "integrity": "sha512-GuwkwOeyLKCbSbnFlyHdlKd7u54cnQUI8NfVDAxpZvomY3PV476Tzg8XEyOYE67r5rR6XMqn6IK1PmFAACY+ew==", + "@smithy/config-resolver": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-2.0.7.tgz", + "integrity": "sha512-J4J1AWiqaApC+3I9U++SuxAQ3BOoM5VoYnpFzCZcb63aLF80Zpc/nq2pFR1OsEIYyg2UYNdcBKKfHABmwo4WgQ==", "optional": true, "peer": true, "requires": { - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/querystring-builder": "3.208.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/util-base64": "3.208.0", - "tslib": "^2.3.1" + "@smithy/node-config-provider": "^2.0.9", + "@smithy/types": "^2.3.0", + "@smithy/util-config-provider": "^2.0.0", + "@smithy/util-middleware": "^2.0.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/hash-node": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/hash-node/-/hash-node-3.208.0.tgz", - "integrity": "sha512-X5u6nD9+wzaA6qhqbobxsIgiyDJMW8NgqjZgHoc5x1wz4unHUCEuSBZy1kbIZ6+EPZ9bQHQZ21gKgf1j5vhsvQ==", + "@smithy/credential-provider-imds": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-2.0.9.tgz", + "integrity": "sha512-K7WZRkHS5HZofRgK+O8W4YXXyaVexU1K6hp9vlUL/8CsnrFbZS9quyH/6hTROrYh2PuJr24yii1kc83NJdxMGQ==", "optional": true, "peer": true, "requires": { - "@aws-sdk/types": "3.208.0", - "@aws-sdk/util-buffer-from": "3.208.0", - "tslib": "^2.3.1" + "@smithy/node-config-provider": "^2.0.9", + "@smithy/property-provider": "^2.0.7", + "@smithy/types": "^2.3.0", + "@smithy/url-parser": "^2.0.6", + "tslib": "^2.5.0" } }, - "@aws-sdk/invalid-dependency": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/invalid-dependency/-/invalid-dependency-3.208.0.tgz", - "integrity": "sha512-mUpbtijk14KntYy+w5FSvmsfj/Dqa8HylYeCKniKBKkQ1avjEz7CdizVoxyZrR3rldnLE3gItr0FEDRUhtfkAA==", + "@smithy/eventstream-codec": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-2.0.6.tgz", + "integrity": "sha512-J9xL82mlYRUMXFnB9VaThXkD7z2JLr52FIVZMoQQ1dxZG5ub+NOGmzaTTZC/cMmKXI/nwCoFuwDWCTjwQhYhQA==", "optional": true, "peer": true, "requires": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@aws-crypto/crc32": "3.0.0", + "@smithy/types": "^2.3.0", + "@smithy/util-hex-encoding": "^2.0.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/is-array-buffer": { - "version": "3.201.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/is-array-buffer/-/is-array-buffer-3.201.0.tgz", - "integrity": "sha512-UPez5qLh3dNgt0DYnPD/q0mVJY84rA17QE26hVNOW3fAji8W2wrwrxdacWOxyXvlxWsVRcKmr+lay1MDqpAMfg==", + "@smithy/fetch-http-handler": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-2.1.2.tgz", + "integrity": "sha512-3Gm3pQm4viUPU+e7KkRScS9t5phBxSNRS8rQSZ+HeCwK/busrX0/2HJZiwLvGblqPqi1laJB0lD18AdiOioJww==", "optional": true, "peer": true, "requires": { - "tslib": "^2.3.1" + "@smithy/protocol-http": "^3.0.2", + "@smithy/querystring-builder": "^2.0.6", + "@smithy/types": "^2.3.0", + "@smithy/util-base64": "^2.0.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/middleware-content-length": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-content-length/-/middleware-content-length-3.208.0.tgz", - "integrity": "sha512-8bLh7lHtmKQQ2fk0fGiP7pcVJglB/dz7Q9OooxFYK+eybqxfIDDUgKphA8AFT5W34tJRh5nhT3QTJ6zrOTQM3w==", + "@smithy/hash-node": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-2.0.6.tgz", + "integrity": "sha512-xz7fzFxSzxohKGGyKPbLReRrY01JOZgRDHIXSks3PxQxG9c8PJMa5nUw0stH8UOySUgkofmMy0n7vTUsF5Mdqg==", "optional": true, "peer": true, "requires": { - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "@smithy/util-buffer-from": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/middleware-endpoint": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-endpoint/-/middleware-endpoint-3.208.0.tgz", - "integrity": "sha512-pVa/cyB6ronfTVAoKUUTFbAPslDPU43DWOKXY/bACC3ys1lFo1CWjz4dLSQARxEEW3iZ1yZTy0zoHXnNrw5CFQ==", + "@smithy/invalid-dependency": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-2.0.6.tgz", + "integrity": "sha512-L5MUyl9mzawIvBxr0Hg3J/Q5qZFXKcBgMk0PacfK3Mthp4WAR6h7iMxdSQ23Q7X/kxOrpZuoYEdh1BWLKbDc8Q==", "optional": true, "peer": true, "requires": { - "@aws-sdk/middleware-serde": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/signature-v4": "3.208.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/url-parser": "3.208.0", - "@aws-sdk/util-config-provider": "3.208.0", - "@aws-sdk/util-middleware": "3.208.0", - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/middleware-host-header": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.208.0.tgz", - "integrity": "sha512-3oyXK81TLWOZ2T/9Ltpbj/Z7R4QWSf+FCQRpY48ND2im/ALkgFRk/tmDTOshv+TQzW1q2lOSEeq4vK6yOCar7g==", + "@smithy/is-array-buffer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.0.0.tgz", + "integrity": "sha512-z3PjFjMyZNI98JFRJi/U0nGoLWMSJlDjAW4QUX2WNZLas5C0CmVV6LJ01JI0k90l7FvpmixjWxPFmENSClQ7ug==", "optional": true, "peer": true, "requires": { - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "tslib": "^2.5.0" } }, - "@aws-sdk/middleware-logger": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.208.0.tgz", - "integrity": "sha512-mwSpuWruB8RrgUAAW7w/lvadnMDesl/bZ2IELBgJri+2rIqLGbAtygJBiG0Y3e8/IeOHuKuGkN1rFYZ4SKr7/A==", + "@smithy/middleware-content-length": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-2.0.8.tgz", + "integrity": "sha512-fHJFsscHXrYhUSWMFJNXfsZW8KsyhWQfBgU3b0nvDfpm+NAeQLqKYNhywGrDwZQc1k+lt7Fw9faAquhNPxTZRA==", "optional": true, "peer": true, "requires": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@smithy/protocol-http": "^3.0.2", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/middleware-recursion-detection": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.208.0.tgz", - "integrity": "sha512-Dgpf5NEOYXvkQuGcbxvDovTh4HwO4ULJReGko67NJjgdZZyFS1fNykVPncxenRpsN9SJBigswYs3lwPVpqijzA==", + "@smithy/middleware-endpoint": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-2.0.6.tgz", + "integrity": "sha512-MuSPPtEHFal/M77tR3ffLsdOfX29IZpA990nGuoPj5zQnAYrA4PYBGoqqrASQKm8Xb3C0NwuYzOATT7WX4f5Pg==", "optional": true, "peer": true, "requires": { - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@smithy/middleware-serde": "^2.0.6", + "@smithy/types": "^2.3.0", + "@smithy/url-parser": "^2.0.6", + "@smithy/util-middleware": "^2.0.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/middleware-retry": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-retry/-/middleware-retry-3.209.0.tgz", - "integrity": "sha512-PGHbpGw74HxmtqsMEH+xn2oC5/BPdHVyapB66x83n+sywt1ejTiarbQhNs70YzcSsTrJfbhbrFP1V9AzRmMaQA==", + "@smithy/middleware-retry": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-2.0.9.tgz", + "integrity": "sha512-gneEqWj4l/ZjHdZPk0BFMXoTalRArdQ8i579/KqJgBAc6Ux5vnR/SSppkMCkj2kOQYwdypvzSPeqEW3ZrvIg6g==", "optional": true, "peer": true, "requires": { - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/service-error-classification": "3.208.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/util-middleware": "3.208.0", - "tslib": "^2.3.1", + "@smithy/node-config-provider": "^2.0.9", + "@smithy/protocol-http": "^3.0.2", + "@smithy/service-error-classification": "^2.0.0", + "@smithy/types": "^2.3.0", + "@smithy/util-middleware": "^2.0.0", + "@smithy/util-retry": "^2.0.0", + "tslib": "^2.5.0", "uuid": "^8.3.2" }, "dependencies": { @@ -5166,514 +6136,316 @@ } } }, - "@aws-sdk/middleware-sdk-sts": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-sts/-/middleware-sdk-sts-3.208.0.tgz", - "integrity": "sha512-lFVodZHYLF7puXgNZ1m5ycKbyCPp79nqI+pkRXl066ZtZWzCW8+JKCaLjF3jfXlnvg6foPDJdxUvt0VU5EddGg==", - "optional": true, - "peer": true, - "requires": { - "@aws-sdk/middleware-signing": "3.208.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/signature-v4": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" - } - }, - "@aws-sdk/middleware-serde": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-serde/-/middleware-serde-3.208.0.tgz", - "integrity": "sha512-3h2yP6qyf/IhfdvyFeNX7w4BF37vOZvfUDBq+wb1QEc7DCAskoUKWtCCKJ9HDq3IJQp8hzqY82eawUir6flqlQ==", - "optional": true, - "peer": true, - "requires": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" - } - }, - "@aws-sdk/middleware-signing": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-signing/-/middleware-signing-3.208.0.tgz", - "integrity": "sha512-cMSWhg8xOrxZw04EYKEQQQ7RT+03rigS4KS3Uy6x/M+jFyoM+sRiY/7376sJCwlpvKH2xJIVpwPbKk/uz4j4DA==", - "optional": true, - "peer": true, - "requires": { - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/signature-v4": "3.208.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/util-middleware": "3.208.0", - "tslib": "^2.3.1" - } - }, - "@aws-sdk/middleware-stack": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-stack/-/middleware-stack-3.208.0.tgz", - "integrity": "sha512-bvFPUa+RTB7PSRCUsO6bRlEtiEadrDES+dpNmInMNQ9kmbd4OhNOCb664hhtiglIIXX5cd8mSPEo+w/RV0kEEQ==", - "optional": true, - "peer": true, - "requires": { - "tslib": "^2.3.1" - } - }, - "@aws-sdk/middleware-user-agent": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.208.0.tgz", - "integrity": "sha512-6RNf+TOZpiCy7xUcDSh8ji/x8ht1oAM+qIhm6hsEPLdI1cTvbPZrwowO9Y6L0J68V9OkEgLYiq77KKKYT7QQSw==", - "optional": true, - "peer": true, - "requires": { - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" - } - }, - "@aws-sdk/node-config-provider": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/node-config-provider/-/node-config-provider-3.209.0.tgz", - "integrity": "sha512-jNrUn8qTN9BIxHCcLTv2s2h8Riaz4kjwDhubVQNyI0WGZ+PYKATnZjA+Guzbnq2WMzZmwrMIE5GoOiVsPD8xYQ==", - "optional": true, - "peer": true, - "requires": { - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/shared-ini-file-loader": "3.209.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" - } - }, - "@aws-sdk/node-http-handler": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/node-http-handler/-/node-http-handler-3.208.0.tgz", - "integrity": "sha512-2t0b9Id7WekluqxQdPugAZhe/wdzW0L53rfMEfDS3R0INNSq1sEfddIfCzJrmfWDCrCOGIDNyxo/w7Ki3NclzQ==", - "optional": true, - "peer": true, - "requires": { - "@aws-sdk/abort-controller": "3.208.0", - "@aws-sdk/protocol-http": "3.208.0", - "@aws-sdk/querystring-builder": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" - } - }, - "@aws-sdk/property-provider": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/property-provider/-/property-provider-3.208.0.tgz", - "integrity": "sha512-aUhfuwXjZ5TGzLhBstuAMmbnxHXeSGhzoIS8yy465ifgc95p6cHFZf+ZibgwgCMaGrKlTDCia2zwwpKQHN+4cw==", + "@smithy/middleware-serde": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-2.0.6.tgz", + "integrity": "sha512-8/GODBngYbrS28CMZtaHIL4R9rLNSQ/zgb+N1OAZ02NwBUawlnLDcatve9YRzhJC/IWz0/pt+WimJZaO1sGcig==", "optional": true, "peer": true, "requires": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/protocol-http": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/protocol-http/-/protocol-http-3.208.0.tgz", - "integrity": "sha512-Sr9dmaW0Z9X9s16NHZn94efLRpaqLyLqABFPgjqE8cYP6eLX/VrmZGNR62GFVxCiyEEpVxy4Ddk1YkbRwnuonA==", + "@smithy/middleware-stack": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-2.0.0.tgz", + "integrity": "sha512-31XC1xNF65nlbc16yuh3wwTudmqs6qy4EseQUGF8A/p2m/5wdd/cnXJqpniy/XvXVwkHPz/GwV36HqzHtIKATQ==", "optional": true, "peer": true, "requires": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "tslib": "^2.5.0" } }, - "@aws-sdk/querystring-builder": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-builder/-/querystring-builder-3.208.0.tgz", - "integrity": "sha512-1Rpauh5hWlK++KjsHQjHcSN7yE05hj1FVb0HaeLrFIJB5rQYWXK7DpOUhmv5SOmU+q6cIM2kNCrSxH31+WglMw==", + "@smithy/node-config-provider": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-2.0.9.tgz", + "integrity": "sha512-TlSPbCwtT/jgNnmPQqKuCR5CFN8UIrCCHRrgUfs3NqRMuaLLeP8TPe1fSKq2J8h1M/jd4BF853gneles0gWevg==", "optional": true, "peer": true, "requires": { - "@aws-sdk/types": "3.208.0", - "@aws-sdk/util-uri-escape": "3.201.0", - "tslib": "^2.3.1" + "@smithy/property-provider": "^2.0.7", + "@smithy/shared-ini-file-loader": "^2.0.8", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/querystring-parser": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/querystring-parser/-/querystring-parser-3.208.0.tgz", - "integrity": "sha512-dVVLdP3il9bJX74/BNBjFn59XrEVBUZ4xSKYH6t7dgSz9uSu8DcT4pPzwaq+/94dVewCW3zq2jVA1iw1rK7JVQ==", + "@smithy/node-http-handler": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.1.2.tgz", + "integrity": "sha512-PdEEDCShuM8zxGoaRxmGB/1ikB8oeqz+ZAF9VIA8FCP3E59j8zDTF+wCELoWd1Y6gtxr+RcTAg5sA8nvn5qH/w==", "optional": true, "peer": true, "requires": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@smithy/abort-controller": "^2.0.6", + "@smithy/protocol-http": "^3.0.2", + "@smithy/querystring-builder": "^2.0.6", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/service-error-classification": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/service-error-classification/-/service-error-classification-3.208.0.tgz", - "integrity": "sha512-ZZWV3AOTd8UDcfXCNoQ8v4sHaTgFxGaXWO0NHHgqFbVYr1d+8EXQiOy/v8JsY1jrfoXBWXptTOcioCTeM0xBpw==", - "optional": true, - "peer": true - }, - "@aws-sdk/shared-ini-file-loader": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/shared-ini-file-loader/-/shared-ini-file-loader-3.209.0.tgz", - "integrity": "sha512-hji3B/q3zFuElaUQM/ZZUFbCFBsaVjpWATgiDTnSYP+MShWvvwm/WigeC2aCNos1bs/8HVizOy9cmvK63vLZbw==", + "@smithy/property-provider": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.0.7.tgz", + "integrity": "sha512-XT8Tl7YNxM8tCtGqy7v7DSf6PxyXaPE9cdA/Yj4dEw2b05V3RrPqsP+t5XJiZu0yIsQ7pdeYZWv2sSEWVjNeAg==", "optional": true, "peer": true, "requires": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/signature-v4": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4/-/signature-v4-3.208.0.tgz", - "integrity": "sha512-+c5A8RsN4Lk3TXFiQ3ZsW7sJ4zYPPmYQ55ITSfjock5hzgM1vW43Mgvjjq6foW5L7SNfdhLH+NrhpgFwSF/GeA==", + "@smithy/protocol-http": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.0.2.tgz", + "integrity": "sha512-LUOWCPRihvJBkdSs+ivK9m1f/rMfF3n9Zpzg8qdry2eIG4HQqqLBMWQyF9bgk7JhsrrOa3//jJKhXzvL7wL5Xw==", "optional": true, "peer": true, "requires": { - "@aws-sdk/is-array-buffer": "3.201.0", - "@aws-sdk/types": "3.208.0", - "@aws-sdk/util-hex-encoding": "3.201.0", - "@aws-sdk/util-middleware": "3.208.0", - "@aws-sdk/util-uri-escape": "3.201.0", - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/smithy-client": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/smithy-client/-/smithy-client-3.209.0.tgz", - "integrity": "sha512-+d9lPAFOu3hZdLfyzMurRU6xZ+eqwKbF6HY7mDL4hGafRb/uw28HBncSwyUk5s7MIND9+RnvY4F/MwBq9wznXg==", + "@smithy/querystring-builder": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.0.6.tgz", + "integrity": "sha512-HnU00shCGoV8vKJZTiNBkNvR9NogU3NIUaVMAGJPSqNGJj3psWo+TUrC0BVCDcwiCljXwXCFGJqIcsWtClrktQ==", "optional": true, "peer": true, "requires": { - "@aws-sdk/middleware-stack": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "@smithy/util-uri-escape": "^2.0.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/token-providers": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.211.0.tgz", - "integrity": "sha512-dxdUT+JKCl9krmBQde1HeV6rwYP+ZTBkfx5vIa3PdfDI7XljRBf1XdE0mS18eSURfQA7v969Y5sJ6/rFyjT/QA==", + "@smithy/querystring-parser": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-2.0.6.tgz", + "integrity": "sha512-i4LKoXHP7pTFAPjLIJyQXYOhWokbcFha3WWsX74sAKmuluv0XM2cxONZoFxwEzmWhsNyM6buSwJSZXyPiec0AQ==", "optional": true, "peer": true, "requires": { - "@aws-sdk/client-sso-oidc": "3.211.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/shared-ini-file-loader": "3.209.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/types": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.208.0.tgz", - "integrity": "sha512-5AuOPtY1Hdf4xoEo+voRijl3OnFm8IB+oITXl+SN2iASJv+XPnRNw/QVbIxfGeWgWhmK31F+XdjTYsjT2rx8Qw==", + "@smithy/service-error-classification": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-2.0.0.tgz", + "integrity": "sha512-2z5Nafy1O0cTf69wKyNjGW/sNVMiqDnb4jgwfMG8ye8KnFJ5qmJpDccwIbJNhXIfbsxTg9SEec2oe1cexhMJvw==", "optional": true, "peer": true }, - "@aws-sdk/url-parser": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/url-parser/-/url-parser-3.208.0.tgz", - "integrity": "sha512-zhU231xkZbUh68Z/TGNRW30MGTZQVigGuMiJU6eOtL2aOulnKqI1Yjs/QejrTtPWsqSihWvxOUZ2cVRPyeOvrA==", - "optional": true, - "peer": true, - "requires": { - "@aws-sdk/querystring-parser": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" - } - }, - "@aws-sdk/util-base64": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-base64/-/util-base64-3.208.0.tgz", - "integrity": "sha512-PQniZph5A6N7uuEOQi+1hnMz/FSOK/8kMFyFO+4DgA1dZ5pcKcn5wiFwHkcTb/BsgVqQa3Jx0VHNnvhlS8JyTg==", - "optional": true, - "peer": true, - "requires": { - "@aws-sdk/util-buffer-from": "3.208.0", - "tslib": "^2.3.1" - } - }, - "@aws-sdk/util-body-length-browser": { - "version": "3.188.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-browser/-/util-body-length-browser-3.188.0.tgz", - "integrity": "sha512-8VpnwFWXhnZ/iRSl9mTf+VKOX9wDE8QtN4bj9pBfxwf90H1X7E8T6NkiZD3k+HubYf2J94e7DbeHs7fuCPW5Qg==", + "@smithy/shared-ini-file-loader": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.0.8.tgz", + "integrity": "sha512-4u+V+Dv7JGpJ0tppB5rxCem7WhdFux950z4cGPhV0kHTPkKe8DDgINzOlVa2RBu5dI33D02OBJcxFjhW4FPORg==", "optional": true, "peer": true, "requires": { - "tslib": "^2.3.1" - } - }, - "@aws-sdk/util-body-length-node": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-body-length-node/-/util-body-length-node-3.208.0.tgz", - "integrity": "sha512-3zj50e5g7t/MQf53SsuuSf0hEELzMtD8RX8C76f12OSRo2Bca4FLLYHe0TZbxcfQHom8/hOaeZEyTyMogMglqg==", - "optional": true, - "peer": true, - "requires": { - "tslib": "^2.3.1" + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/util-buffer-from": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-buffer-from/-/util-buffer-from-3.208.0.tgz", - "integrity": "sha512-7L0XUixNEFcLUGPeBF35enCvB9Xl+K6SQsmbrPk1P3mlV9mguWSDQqbOBwY1Ir0OVbD6H/ZOQU7hI/9RtRI0Zw==", + "@smithy/signature-v4": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-2.0.6.tgz", + "integrity": "sha512-4zNTi8w4sky07YKq7oYucZt4ogY00IEaS1NFDXxmCN5V/ywE0WiK+WMim+8wtYQmB0qy3oExZR4LoCAml6j/rA==", "optional": true, "peer": true, "requires": { - "@aws-sdk/is-array-buffer": "3.201.0", - "tslib": "^2.3.1" + "@smithy/eventstream-codec": "^2.0.6", + "@smithy/is-array-buffer": "^2.0.0", + "@smithy/types": "^2.3.0", + "@smithy/util-hex-encoding": "^2.0.0", + "@smithy/util-middleware": "^2.0.0", + "@smithy/util-uri-escape": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/util-config-provider": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-config-provider/-/util-config-provider-3.208.0.tgz", - "integrity": "sha512-DSRqwrERUsT34ug+anlMBIFooBEGwM8GejC7q00Y/9IPrQy50KnG5PW2NiTjuLKNi7pdEOlwTSEocJE15eDZIg==", + "@smithy/smithy-client": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-2.1.3.tgz", + "integrity": "sha512-nSMMp2AKqcG/ruzCY01ogrMdbq/WS1cvGStTsw7yd6bTpp/bGtlOgXvy3h7e0zP7w2DH1AtvIwzYBD6ejZePsQ==", "optional": true, "peer": true, "requires": { - "tslib": "^2.3.1" + "@smithy/middleware-stack": "^2.0.0", + "@smithy/types": "^2.3.0", + "@smithy/util-stream": "^2.0.9", + "tslib": "^2.5.0" } }, - "@aws-sdk/util-defaults-mode-browser": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-browser/-/util-defaults-mode-browser-3.209.0.tgz", - "integrity": "sha512-c+AlHqsgeDr9+87fS1wfnyVzEH3myt56GvNt0puzIv0QQqfpobMnfN8/Fy0cqMpf1eQNYY4a6lFlkComsXi5dw==", + "@smithy/types": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.3.0.tgz", + "integrity": "sha512-pJce3rd39MElkV57UTPAoSYAApjQLELUxjU5adHNLYk9gnPvyIGbJNJTZVVFu00BrgZH3W/cQe8QuFcknDyodQ==", "optional": true, "peer": true, "requires": { - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/types": "3.208.0", - "bowser": "^2.11.0", - "tslib": "^2.3.1" + "tslib": "^2.5.0" } }, - "@aws-sdk/util-defaults-mode-node": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-defaults-mode-node/-/util-defaults-mode-node-3.209.0.tgz", - "integrity": "sha512-RljPVLog6EX052DQjx4XQ95n7ZiAbmn7Vd6YSn1x93U797umaC5CnrT7a/WusTQACtxBDFWcosRgO1ZGDXuRKQ==", + "@smithy/url-parser": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-2.0.6.tgz", + "integrity": "sha512-9i6j5QW6bapHZ4rtkXOAm0hOUG1+5IVdVJXNSUTcNskwJchZH5IQuDNPCbgUi/u2P8EZazKt4wXT51QxOXCz1A==", "optional": true, "peer": true, "requires": { - "@aws-sdk/config-resolver": "3.209.0", - "@aws-sdk/credential-provider-imds": "3.209.0", - "@aws-sdk/node-config-provider": "3.209.0", - "@aws-sdk/property-provider": "3.208.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@smithy/querystring-parser": "^2.0.6", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/util-endpoints": { - "version": "3.211.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.211.0.tgz", - "integrity": "sha512-FY0h897WFltaUBF5aedLCBP2OlxN0aIqrInAa7aYGz3HsUTl97liHTii34bZrMJQHxmfcKBXAsjV1jJGc2orLw==", + "@smithy/util-base64": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-2.0.0.tgz", + "integrity": "sha512-Zb1E4xx+m5Lud8bbeYi5FkcMJMnn+1WUnJF3qD7rAdXpaL7UjkFQLdmW5fHadoKbdHpwH9vSR8EyTJFHJs++tA==", "optional": true, "peer": true, "requires": { - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "@smithy/util-buffer-from": "^2.0.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/util-hex-encoding": { - "version": "3.201.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-hex-encoding/-/util-hex-encoding-3.201.0.tgz", - "integrity": "sha512-7t1vR1pVxKx0motd3X9rI3m/xNp78p3sHtP5yo4NP4ARpxyJ0fokBomY8ScaH2D/B+U5o9ARxldJUdMqyBlJcA==", + "@smithy/util-body-length-browser": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-2.0.0.tgz", + "integrity": "sha512-JdDuS4ircJt+FDnaQj88TzZY3+njZ6O+D3uakS32f2VNnDo3vyEuNdBOh/oFd8Df1zSZOuH1HEChk2AOYDezZg==", "optional": true, "peer": true, "requires": { - "tslib": "^2.3.1" + "tslib": "^2.5.0" } }, - "@aws-sdk/util-locate-window": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.208.0.tgz", - "integrity": "sha512-iua1A2+P7JJEDHVgvXrRJSvsnzG7stYSGQnBVphIUlemwl6nN5D+QrgbjECtrbxRz8asYFHSzhdhECqN+tFiBg==", + "@smithy/util-body-length-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-2.1.0.tgz", + "integrity": "sha512-/li0/kj/y3fQ3vyzn36NTLGmUwAICb7Jbe/CsWCktW363gh1MOcpEcSO3mJ344Gv2dqz8YJCLQpb6hju/0qOWw==", "optional": true, "peer": true, "requires": { - "tslib": "^2.3.1" + "tslib": "^2.5.0" } }, - "@aws-sdk/util-middleware": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-middleware/-/util-middleware-3.208.0.tgz", - "integrity": "sha512-oXilrYpXwaPyMw1uNjL1wmR54zeFzIWx2ve1MSMheIYr26deFP3RpMfKkGXwiOvXzZ9pzTcA8shNLhg1frO/zg==", + "@smithy/util-buffer-from": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.0.0.tgz", + "integrity": "sha512-/YNnLoHsR+4W4Vf2wL5lGv0ksg8Bmk3GEGxn2vEQt52AQaPSCuaO5PM5VM7lP1K9qHRKHwrPGktqVoAHKWHxzw==", "optional": true, "peer": true, "requires": { - "tslib": "^2.3.1" + "@smithy/is-array-buffer": "^2.0.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/util-uri-escape": { - "version": "3.201.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-uri-escape/-/util-uri-escape-3.201.0.tgz", - "integrity": "sha512-TeTWbGx4LU2c5rx0obHeDFeO9HvwYwQtMh1yniBz00pQb6Qt6YVOETVQikRZ+XRQwEyCg/dA375UplIpiy54mA==", + "@smithy/util-config-provider": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-2.0.0.tgz", + "integrity": "sha512-xCQ6UapcIWKxXHEU4Mcs2s7LcFQRiU3XEluM2WcCjjBtQkUN71Tb+ydGmJFPxMUrW/GWMgQEEGipLym4XG0jZg==", "optional": true, "peer": true, "requires": { - "tslib": "^2.3.1" + "tslib": "^2.5.0" } }, - "@aws-sdk/util-user-agent-browser": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.208.0.tgz", - "integrity": "sha512-Z5n9Kg2pBstzzQgRymQRgb4pM0bNPLGQejB3ZmCAphaxvuTBfu2E6KO55h5WwkFHUuh0i5u2wn1BI9R66S8CgQ==", + "@smithy/util-defaults-mode-browser": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.0.7.tgz", + "integrity": "sha512-s1caKxC7Y87Q72Goll//clZs2WNBfG9WtFDWVRS+Qgk147YPCOUYtkpuD0XZAh/vbayObFz5tQ1fiX4G19HSCA==", "optional": true, "peer": true, "requires": { - "@aws-sdk/types": "3.208.0", + "@smithy/property-provider": "^2.0.7", + "@smithy/types": "^2.3.0", "bowser": "^2.11.0", - "tslib": "^2.3.1" - } - }, - "@aws-sdk/util-user-agent-node": { - "version": "3.209.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.209.0.tgz", - "integrity": "sha512-lWfvnSX8rckMGaalrKZmBlPW7F0QOviG7XbLffwToN4HnYUyXcZXIE4EzOQzuOvDsOUlos/xLkUj6krdIAApcA==", - "optional": true, - "peer": true, - "requires": { - "@aws-sdk/node-config-provider": "3.209.0", - "@aws-sdk/types": "3.208.0", - "tslib": "^2.3.1" + "tslib": "^2.5.0" } }, - "@aws-sdk/util-utf8-browser": { - "version": "3.188.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.188.0.tgz", - "integrity": "sha512-jt627x0+jE+Ydr9NwkFstg3cUvgWh56qdaqAMDsqgRlKD21md/6G226z/Qxl7lb1VEW2LlmCx43ai/37Qwcj2Q==", + "@smithy/util-defaults-mode-node": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.0.9.tgz", + "integrity": "sha512-HlV4iNL3/PgPpmDGs0+XrAKtwFQ8rOs5P2y5Dye8dUYaJauadlzHRrNKk7wH2aBYswvT2HM+PIgXamvrE7xbcw==", "optional": true, "peer": true, "requires": { - "tslib": "^2.3.1" + "@smithy/config-resolver": "^2.0.7", + "@smithy/credential-provider-imds": "^2.0.9", + "@smithy/node-config-provider": "^2.0.9", + "@smithy/property-provider": "^2.0.7", + "@smithy/types": "^2.3.0", + "tslib": "^2.5.0" } }, - "@aws-sdk/util-utf8-node": { - "version": "3.208.0", - "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-node/-/util-utf8-node-3.208.0.tgz", - "integrity": "sha512-jKY87Acv0yWBdFxx6bveagy5FYjz+dtV8IPT7ay1E2WPWH1czoIdMAkc8tSInK31T6CRnHWkLZ1qYwCbgRfERQ==", + "@smithy/util-hex-encoding": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-2.0.0.tgz", + "integrity": "sha512-c5xY+NUnFqG6d7HFh1IFfrm3mGl29lC+vF+geHv4ToiuJCBmIfzx6IeHLg+OgRdPFKDXIw6pvi+p3CsscaMcMA==", "optional": true, "peer": true, "requires": { - "@aws-sdk/util-buffer-from": "3.208.0", - "tslib": "^2.3.1" - } - }, - "@eslint-community/eslint-utils": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.3.0.tgz", - "integrity": "sha512-v3oplH6FYCULtFuCeqyuTd9D2WKO937Dxdq+GmHOLL72TTRriLxz2VLlNfkZRsvj6PKnOPAtuT6dwrs/pA5DvA==", - "dev": true, - "requires": { - "eslint-visitor-keys": "^3.3.0" - } - }, - "@eslint-community/regexpp": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.4.0.tgz", - "integrity": "sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==", - "dev": true - }, - "@eslint/eslintrc": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz", - "integrity": "sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==", - "dev": true, - "requires": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^9.5.2", - "globals": "^13.19.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - }, - "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - } + "tslib": "^2.5.0" } }, - "@eslint/js": { - "version": "8.40.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.40.0.tgz", - "integrity": "sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==", - "dev": true - }, - "@humanwhocodes/config-array": { - "version": "0.11.8", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", - "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", - "dev": true, - "requires": { - "@humanwhocodes/object-schema": "^1.2.1", - "debug": "^4.1.1", - "minimatch": "^3.0.5" - }, - "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - } + "@smithy/util-middleware": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-2.0.0.tgz", + "integrity": "sha512-eCWX4ECuDHn1wuyyDdGdUWnT4OGyIzV0LN1xRttBFMPI9Ff/4heSHVxneyiMtOB//zpXWCha1/SWHJOZstG7kA==", + "optional": true, + "peer": true, + "requires": { + "tslib": "^2.5.0" } }, - "@humanwhocodes/module-importer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", - "dev": true - }, - "@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", - "dev": true + "@smithy/util-retry": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-2.0.0.tgz", + "integrity": "sha512-/dvJ8afrElasuiiIttRJeoS2sy8YXpksQwiM/TcepqdRVp7u4ejd9C4IQURHNjlfPUT7Y6lCDSa2zQJbdHhVTg==", + "optional": true, + "peer": true, + "requires": { + "@smithy/service-error-classification": "^2.0.0", + "tslib": "^2.5.0" + } }, - "@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, + "@smithy/util-stream": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-2.0.9.tgz", + "integrity": "sha512-Fn2/3IMwqu0l2hOC7K3bbtSqFEJ6nOzMLoPVIhuH84yw/95itNkFBwVbIIiAfDaout0ZfZ26+5ch86E2q3avww==", + "optional": true, + "peer": true, "requires": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" + "@smithy/fetch-http-handler": "^2.1.2", + "@smithy/node-http-handler": "^2.1.2", + "@smithy/types": "^2.3.0", + "@smithy/util-base64": "^2.0.0", + "@smithy/util-buffer-from": "^2.0.0", + "@smithy/util-hex-encoding": "^2.0.0", + "@smithy/util-utf8": "^2.0.0", + "tslib": "^2.5.0" } }, - "@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true + "@smithy/util-uri-escape": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-2.0.0.tgz", + "integrity": "sha512-ebkxsqinSdEooQduuk9CbKcI+wheijxEb3utGXkCoYQkJnwTnLbH1JXGimJtUkQwNQbsbuYwG2+aFVyZf5TLaw==", + "optional": true, + "peer": true, + "requires": { + "tslib": "^2.5.0" + } }, - "@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, + "@smithy/util-utf8": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.0.0.tgz", + "integrity": "sha512-rctU1VkziY84n5OXe3bPNpKR001ZCME2JCaBBFgtiM2hfKbHFudc/BkMuPab8hRbLd0j3vbnBTTZ1igBf0wgiQ==", + "optional": true, + "peer": true, "requires": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" + "@smithy/util-buffer-from": "^2.0.0", + "tslib": "^2.5.0" } }, "@types/node": { @@ -5716,9 +6488,9 @@ } }, "acorn": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", - "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", + "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", "dev": true }, "acorn-jsx": { @@ -5809,9 +6581,9 @@ "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==" }, "axios": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz", - "integrity": "sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz", + "integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==", "requires": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", @@ -5864,6 +6636,12 @@ "tweetnacl": "^0.14.3" } }, + "big-integer": { + "version": "1.6.51", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", + "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==", + "dev": true + }, "binary-extensions": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", @@ -5906,6 +6684,15 @@ "optional": true, "peer": true }, + "bplist-parser": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz", + "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==", + "dev": true, + "requires": { + "big-integer": "^1.6.44" + } + }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -5926,15 +6713,24 @@ } }, "bson": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/bson/-/bson-5.3.0.tgz", - "integrity": "sha512-ukmCZMneMlaC5ebPHXIkP8YJzNl5DC41N5MAIvKDqLggdao342t4McltoJBQfQya/nHBWAcSsYRqlXPoQkTJag==" + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/bson/-/bson-6.0.0.tgz", + "integrity": "sha512-FoWvdELfF2wQaUo8S/a1Rh2BDwJEUancDDnzdTpYymJTZjmvRpLWoqRPelKn+XSeh5D4YddWDG66cLtEhGGvcg==" }, "buffer-equal-constant-time": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", "integrity": "sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=" }, + "bundle-name": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-3.0.0.tgz", + "integrity": "sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==", + "dev": true, + "requires": { + "run-applescript": "^5.0.0" + } + }, "bytes": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", @@ -6138,6 +6934,34 @@ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, + "default-browser": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-4.0.0.tgz", + "integrity": "sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==", + "dev": true, + "requires": { + "bundle-name": "^3.0.0", + "default-browser-id": "^3.0.0", + "execa": "^7.1.1", + "titleize": "^3.0.0" + } + }, + "default-browser-id": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-3.0.0.tgz", + "integrity": "sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==", + "dev": true, + "requires": { + "bplist-parser": "^0.2.0", + "untildify": "^4.0.0" + } + }, + "define-lazy-prop": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", + "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", + "dev": true + }, "delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", @@ -6163,9 +6987,9 @@ } }, "dotenv": { - "version": "16.0.3", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz", - "integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==" + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", + "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==" }, "ecc-jsbn": { "version": "0.1.2", @@ -6206,27 +7030,27 @@ "dev": true }, "eslint": { - "version": "8.40.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.40.0.tgz", - "integrity": "sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==", + "version": "8.49.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz", + "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.4.0", - "@eslint/eslintrc": "^2.0.3", - "@eslint/js": "8.40.0", - "@humanwhocodes/config-array": "^0.11.8", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.2", + "@eslint/js": "8.49.0", + "@humanwhocodes/config-array": "^0.11.11", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", - "ajv": "^6.10.0", + "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", "debug": "^4.3.2", "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.0", - "eslint-visitor-keys": "^3.4.1", - "espree": "^9.5.2", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", @@ -6234,22 +7058,19 @@ "find-up": "^5.0.0", "glob-parent": "^6.0.2", "globals": "^13.19.0", - "grapheme-splitter": "^1.0.4", + "graphemer": "^1.4.0", "ignore": "^5.2.0", - "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "is-path-inside": "^3.0.3", - "js-sdsl": "^4.1.4", "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.1", + "optionator": "^0.9.3", "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", "text-table": "^0.2.0" }, "dependencies": { @@ -6280,25 +7101,26 @@ } }, "eslint-config-prettier": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.8.0.tgz", - "integrity": "sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", + "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", "dev": true, "requires": {} }, "eslint-plugin-prettier": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz", - "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.0.tgz", + "integrity": "sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w==", "dev": true, "requires": { - "prettier-linter-helpers": "^1.0.0" + "prettier-linter-helpers": "^1.0.0", + "synckit": "^0.8.5" } }, "eslint-scope": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz", - "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", "dev": true, "requires": { "esrecurse": "^4.3.0", @@ -6306,18 +7128,18 @@ } }, "eslint-visitor-keys": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz", - "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true }, "espree": { - "version": "9.5.2", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.2.tgz", - "integrity": "sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, "requires": { - "acorn": "^8.8.0", + "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", "eslint-visitor-keys": "^3.4.1" } @@ -6357,6 +7179,23 @@ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" }, + "execa": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz", + "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.1", + "human-signals": "^4.3.0", + "is-stream": "^3.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^5.1.0", + "onetime": "^6.0.0", + "signal-exit": "^3.0.7", + "strip-final-newline": "^3.0.0" + } + }, "express": { "version": "4.18.2", "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", @@ -6431,6 +7270,19 @@ "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", "dev": true }, + "fast-glob": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", + "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + } + }, "fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", @@ -6439,13 +7291,13 @@ "fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, "fast-xml-parser": { - "version": "4.0.11", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.11.tgz", - "integrity": "sha512-4aUg3aNRR/WjQAcpceODG1C3x3lFANXRo8+1biqfieHmg9pyMt7qB4lQV/Ta6sJCTbA5vfD8fnA8S54JATiFUA==", + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", + "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", "optional": true, "peer": true, "requires": { @@ -6617,6 +7469,12 @@ "has-symbols": "^1.0.3" } }, + "get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true + }, "getpass": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", @@ -6649,9 +7507,9 @@ } }, "globals": { - "version": "13.20.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", - "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "version": "13.21.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz", + "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==", "dev": true, "requires": { "type-fest": "^0.20.2" @@ -6662,10 +7520,10 @@ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, - "grapheme-splitter": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", - "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", + "graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "dev": true }, "har-schema": { @@ -6733,6 +7591,12 @@ "sshpk": "^1.7.0" } }, + "human-signals": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz", + "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==", + "dev": true + }, "iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -6787,7 +7651,9 @@ "ip": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==" + "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "optional": true, + "peer": true }, "ipaddr.js": { "version": "1.9.1", @@ -6803,6 +7669,12 @@ "binary-extensions": "^2.0.0" } }, + "is-docker": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", + "dev": true + }, "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", @@ -6818,6 +7690,15 @@ "is-extglob": "^2.1.1" } }, + "is-inside-container": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", + "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", + "dev": true, + "requires": { + "is-docker": "^3.0.0" + } + }, "is-number": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", @@ -6830,6 +7711,12 @@ "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "dev": true }, + "is-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", + "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", + "dev": true + }, "is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", @@ -6856,12 +7743,6 @@ "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" }, - "js-sdsl": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.1.5.tgz", - "integrity": "sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==", - "dev": true - }, "js-yaml": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", @@ -6944,28 +7825,26 @@ } }, "jsonwebtoken": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz", - "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", + "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==", "requires": { "jws": "^3.2.2", - "lodash": "^4.17.21", + "lodash.includes": "^4.3.0", + "lodash.isboolean": "^3.0.3", + "lodash.isinteger": "^4.0.4", + "lodash.isnumber": "^3.0.3", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "lodash.once": "^4.0.0", "ms": "^2.1.1", - "semver": "^7.3.8" + "semver": "^7.5.4" }, "dependencies": { "ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, - "semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", - "requires": { - "lru-cache": "^6.0.0" - } } } }, @@ -7033,12 +7912,47 @@ "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=" }, + "lodash.includes": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", + "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" + }, + "lodash.isboolean": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" + }, + "lodash.isinteger": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", + "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" + }, + "lodash.isnumber": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", + "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" + }, + "lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" + }, + "lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" + }, "lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true }, + "lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" + }, "log4js": { "version": "6.9.1", "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.9.1.tgz", @@ -7082,19 +7996,40 @@ "memory-pager": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", - "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==", - "optional": true + "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==" }, "merge-descriptors": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" }, + "merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true + }, "methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" }, + "micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "requires": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + } + }, "mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", @@ -7113,6 +8048,12 @@ "mime-db": "1.51.0" } }, + "mimic-fn": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", + "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", + "dev": true + }, "minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -7123,14 +8064,13 @@ } }, "mongodb": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-5.5.0.tgz", - "integrity": "sha512-XgrkUgAAdfnZKQfk5AsYL8j7O99WHd4YXPxYxnh8dZxD+ekYWFRA3JktUsBnfg+455Smf75/+asoU/YLwNGoQQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.0.0.tgz", + "integrity": "sha512-wUIYesF4DTyDccm0noE5TwGi9ISdXUAi9T2cQ4xPc+EUBZG44bfMVt2ecOG5Ypca7eCz3oRpJm6YI6c7jAnuNw==", "requires": { - "bson": "^5.3.0", - "mongodb-connection-string-url": "^2.6.0", - "saslprep": "^1.0.3", - "socks": "^2.7.1" + "@mongodb-js/saslprep": "^1.1.0", + "bson": "^6.0.0", + "mongodb-connection-string-url": "^2.6.0" } }, "mongodb-connection-string-url": { @@ -7180,9 +8120,9 @@ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" }, "nodemon": { - "version": "2.0.22", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.22.tgz", - "integrity": "sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.1.tgz", + "integrity": "sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==", "dev": true, "requires": { "chokidar": "^3.5.2", @@ -7190,8 +8130,8 @@ "ignore-by-default": "^1.0.1", "minimatch": "^3.1.2", "pstree.remy": "^1.1.8", - "semver": "^5.7.1", - "simple-update-notifier": "^1.0.7", + "semver": "^7.5.3", + "simple-update-notifier": "^2.0.0", "supports-color": "^5.5.0", "touch": "^3.1.0", "undefsafe": "^2.0.5" @@ -7244,6 +8184,23 @@ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true }, + "npm-run-path": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", + "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==", + "dev": true, + "requires": { + "path-key": "^4.0.0" + }, + "dependencies": { + "path-key": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", + "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", + "dev": true + } + } + }, "oauth-sign": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", @@ -7281,6 +8238,44 @@ "wrappy": "1" } }, + "onetime": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", + "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", + "dev": true, + "requires": { + "mimic-fn": "^4.0.0" + } + }, + "open": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/open/-/open-9.1.0.tgz", + "integrity": "sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==", + "dev": true, + "requires": { + "default-browser": "^4.0.0", + "define-lazy-prop": "^3.0.0", + "is-inside-container": "^1.0.0", + "is-wsl": "^2.2.0" + }, + "dependencies": { + "is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true + }, + "is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "requires": { + "is-docker": "^2.0.0" + } + } + } + }, "opn": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/opn/-/opn-5.5.0.tgz", @@ -7290,17 +8285,17 @@ } }, "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", "dev": true, "requires": { + "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" + "type-check": "^0.4.0" } }, "p-limit": { @@ -7412,6 +8407,12 @@ "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" }, + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, "picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", @@ -7425,9 +8426,9 @@ "dev": true }, "prettier": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.0.tgz", - "integrity": "sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz", + "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==", "dev": true, "peer": true }, @@ -7491,6 +8492,11 @@ "side-channel": "^1.0.4" } }, + "querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + }, "queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", @@ -7586,6 +8592,11 @@ } } }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + }, "resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", @@ -7612,6 +8623,76 @@ "glob": "^7.1.3" } }, + "run-applescript": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-5.0.0.tgz", + "integrity": "sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==", + "dev": true, + "requires": { + "execa": "^5.0.0" + }, + "dependencies": { + "execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + } + }, + "human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true + }, + "is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "requires": { + "path-key": "^3.0.0" + } + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true + } + } + }, "run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", @@ -7631,25 +8712,18 @@ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, - "saslprep": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz", - "integrity": "sha512-/MY/PEMbk2SuY5sScONwhUDsV2p77Znkb/q3nSVstq/yQzYJOH/Azh29p9oJLsl3LnQwSvZDKagDGBsBwSooag==", - "optional": true, - "requires": { - "sparse-bitfield": "^3.0.3" - } - }, "sax": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" }, "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "requires": { + "lru-cache": "^6.0.0" + } }, "send": { "version": "0.18.0", @@ -7732,32 +8806,34 @@ "object-inspect": "^1.9.0" } }, + "signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, "simple-update-notifier": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-1.0.7.tgz", - "integrity": "sha512-BBKgR84BJQJm6WjWFMHgLVuo61FBDSj1z/xSFUIozqO6wO7ii0JxCqlIud7Enr/+LhlbNI0whErq96P2qHNWew==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz", + "integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==", "dev": true, "requires": { - "semver": "~7.0.0" - }, - "dependencies": { - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", - "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==", - "dev": true - } + "semver": "^7.5.3" } }, "smart-buffer": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", - "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==" + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "optional": true, + "peer": true }, "socks": { "version": "2.7.1", "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz", "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==", + "optional": true, + "peer": true, "requires": { "ip": "^2.0.0", "smart-buffer": "^4.2.0" @@ -7767,7 +8843,6 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==", - "optional": true, "requires": { "memory-pager": "^1.0.2" } @@ -7842,6 +8917,12 @@ "ansi-regex": "^5.0.1" } }, + "strip-final-newline": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", + "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", + "dev": true + }, "strip-json-comments": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", @@ -7864,12 +8945,28 @@ "has-flag": "^4.0.0" } }, + "synckit": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.5.tgz", + "integrity": "sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==", + "dev": true, + "requires": { + "@pkgr/utils": "^2.3.1", + "tslib": "^2.5.0" + } + }, "text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", "dev": true }, + "titleize": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/titleize/-/titleize-3.0.0.tgz", + "integrity": "sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==", + "dev": true + }, "to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -7894,13 +8991,21 @@ } }, "tough-cookie": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", - "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", + "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", "requires": { "psl": "^1.1.33", "punycode": "^2.1.1", - "universalify": "^0.1.2" + "universalify": "^0.2.0", + "url-parse": "^1.5.3" + }, + "dependencies": { + "universalify": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" + } } }, "tr46": { @@ -7912,11 +9017,10 @@ } }, "tslib": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz", - "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==", - "optional": true, - "peer": true + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "devOptional": true }, "tunnel-agent": { "version": "0.6.0", @@ -7971,6 +9075,12 @@ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" }, + "untildify": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", + "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", + "dev": true + }, "uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -7979,6 +9089,15 @@ "punycode": "^2.1.0" } }, + "url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "requires": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, "util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", @@ -8054,12 +9173,6 @@ "isexe": "^2.0.0" } }, - "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "dev": true - }, "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", diff --git a/app/server/package.json b/app/server/package.json index 1650cc66..8730f5ca 100644 --- a/app/server/package.json +++ b/app/server/package.json @@ -1,6 +1,6 @@ { "name": "epa-csb-server", - "version": "2.1.0", + "version": "4.0.0", "description": "U.S. EPA Clean School Bus data collection system (server app)", "license": "CC0-1.0", "author": "USEPA (https://www.epa.gov)", @@ -14,24 +14,24 @@ "lint": "eslint ./ --fix" }, "dependencies": { - "axios": "1.4.0", + "axios": "1.5.0", "cookie-parser": "1.4.6", "cors": "2.8.5", - "dotenv": "16.0.3", + "dotenv": "16.3.1", "express": "4.18.2", "helmet": "7.0.0", "jsforce": "1.11.1", - "jsonwebtoken": "9.0.0", + "jsonwebtoken": "9.0.2", "log4js": "6.9.1", - "mongodb": "5.5.0", + "mongodb": "6.0.0", "morgan": "1.10.0", "passport": "0.6.0", "passport-saml": "3.2.4" }, "devDependencies": { - "eslint": "8.40.0", - "eslint-config-prettier": "8.8.0", - "eslint-plugin-prettier": "4.2.1", - "nodemon": "2.0.22" + "eslint": "8.49.0", + "eslint-config-prettier": "9.0.0", + "eslint-plugin-prettier": "5.0.0", + "nodemon": "3.0.1" } } diff --git a/assets/NCES.json b/assets/NCES.json deleted file mode 100644 index 5304984a..00000000 --- a/assets/NCES.json +++ /dev/null @@ -1 +0,0 @@ -[{"NCES District ID":"BIE0013","School District Name":"Wounded Knee District","Physical Address Line 1":"100 Main Street","Physical Address Line 2":"","Physical Address City":"Manderson","Physical Address State":"SD","Physical Address Zipcode":57756,"LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"BIE0012","School District Name":"Winslow Residential Hall","Physical Address Line 1":"600 N. Alfred Avenue","Physical Address Line 2":"","Physical Address City":"Winslow","Physical Address State":"AZ","Physical Address Zipcode":86047,"LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"BIE0011","School District Name":"Tiisyaakin Residential Hall, Inc.","Physical Address Line 1":"1100 W. Buffalo Street","Physical Address Line 2":"","Physical Address City":"Holbrook","Physical Address State":"AZ","Physical Address Zipcode":86025,"LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"BIE0010","School District Name":"Sipayik Elementary School","Physical Address Line 1":"39 A Union Street","Physical Address Line 2":"","Physical Address City":"Calais","Physical Address State":"ME","Physical Address Zipcode":"04619","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"BIE0009","School District Name":"Sicangu Owayawa Oti (Rosebud Dormitory)","Physical Address Line 1":"1001 Avenue D","Physical Address Line 2":"","Physical Address City":"Mission","Physical Address State":"SD","Physical Address Zipcode":57555,"LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"BIE0008","School District Name":"Richfield Residential Hall","Physical Address Line 1":"765 1st Avenue","Physical Address Line 2":"","Physical Address City":"Richfield","Physical Address State":"UT","Physical Address Zipcode":84701,"LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"BIE0007","School District Name":"Kinteel Residential Campus, Inc.","Physical Address Line 1":"1600 Lydia Rippery Road","Physical Address Line 2":"","Physical Address City":"Aztec","Physical Address State":"NM","Physical Address Zipcode":87410,"LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"BIE0006","School District Name":"Jicarilla Dormitory","Physical Address Line 1":"Empire Drive 258","Physical Address Line 2":"","Physical Address City":"Dulce","Physical Address State":"NM","Physical Address Zipcode":87528,"LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"BIE0005","School District Name":"Flagstaff Bordertown Dormitory","Physical Address Line 1":"901 N. Kinali Road","Physical Address Line 2":"","Physical Address City":"Flagstaff","Physical Address State":"AZ","Physical Address Zipcode":86001,"LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"BIE0004","School District Name":"Eufaula Dormitory","Physical Address Line 1":"716 Swadley Drive","Physical Address Line 2":"","Physical Address City":"Eufaula","Physical Address State":"OK","Physical Address Zipcode":74432,"LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"BIE0003","School District Name":"Chickasaw Children's Village","Physical Address Line 1":"12998 Village Road","Physical Address Line 2":"","Physical Address City":"Kingston","Physical Address State":"OK","Physical Address Zipcode":73439,"LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"BIE0002","School District Name":"Cherokee Central Middle School","Physical Address Line 1":"150 Ravensford Drive","Physical Address Line 2":"","Physical Address City":"Cherokee","Physical Address State":"NC","Physical Address Zipcode":28719,"LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"BIE0001","School District Name":"Blackfeet Dormitory","Physical Address Line 1":"Dormitory Rd. #1","Physical Address Line 2":"","Physical Address City":"Browning","Physical Address State":"MT","Physical Address Zipcode":59417,"LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"ALASKA1","School District Name":"Alaska State Department of Education & Early Devel","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"AK","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"A999999","School District Name":"NOT IN ELSI","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"7800030","School District Name":"Saint Thomas - Saint John School District","Physical Address Line 1":"386 Annas Retreat","Physical Address Line 2":"","Physical Address City":"Saint Thomas","Physical Address State":"VI ","Physical Address Zipcode":"00802","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"7800002","School District Name":"Saint Croix School District","Physical Address Line 1":"2133 Hospital Street","Physical Address Line 2":"","Physical Address City":"Saint Croix","Physical Address State":"VI ","Physical Address Zipcode":"00820","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"7200030","School District Name":"PUERTO RICO DEPARTMENT OF EDUCATION","Physical Address Line 1":"CALLE FEDERICO COSTAS NUM. 150","Physical Address Line 2":"URB INDUSTRIAL TRES MONJITAS","Physical Address City":"HATO REY","Physical Address State":"PR ","Physical Address Zipcode":"00919","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.5460923582479039,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"6900002","School District Name":"Commonwealth of the Northern Mariana Islands Public School","Physical Address Line 1":"Capitol Hill","Physical Address Line 2":"Public School System Admin","Physical Address City":"Saipan","Physical Address State":"MP ","Physical Address Zipcode":"96950","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"6600005","School District Name":"iLearn Academy Charter School","Physical Address Line 1":"Ukudu Village Rt. 3","Physical Address Line 2":"","Physical Address City":"Dededo","Physical Address State":"GU ","Physical Address Zipcode":"96929","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"6600004","School District Name":"Guahan Academy Charter School","Physical Address Line 1":"Buildings C & D & E Mariner Avenue","Physical Address Line 2":"","Physical Address City":"Barrigada","Physical Address State":"GU ","Physical Address Zipcode":"96913","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"6600003","School District Name":"Science is Fun and Awesome Learning Academy Charter School","Physical Address Line 1":"305 Seagull Avenue","Physical Address Line 2":"","Physical Address City":"Barrigada","Physical Address State":"GU ","Physical Address Zipcode":"96913","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"6600002","School District Name":"Guam Department of Education","Physical Address Line 1":"501 Mariner Avenue","Physical Address Line 2":"","Physical Address City":"Barrigada","Physical Address State":"GU ","Physical Address Zipcode":"96913","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"6000030","School District Name":"American Samoa Department of Education","Physical Address Line 1":"Box DOE","Physical Address Line 2":"","Physical Address City":"Pago Pago","Physical Address State":"AS ","Physical Address Zipcode":"96799","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5900200","School District Name":"Jones Academy","Physical Address Line 1":"909 Jones Academy Rd","Physical Address Line 2":"","Physical Address City":"Hartshorne","Physical Address State":"OK ","Physical Address Zipcode":"74547","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900197","School District Name":"Noli School","Physical Address Line 1":"24335 Soboba Rd","Physical Address Line 2":"","Physical Address City":"San Jacinto","Physical Address State":"CA ","Physical Address Zipcode":"92581","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900196","School District Name":"Meskwaki Settlement School","Physical Address Line 1":"1608 305th St","Physical Address Line 2":"","Physical Address City":"Tama","Physical Address State":"IA ","Physical Address Zipcode":"52339","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900195","School District Name":"Haak'u Community Academy (Sky City)","Physical Address Line 1":"44 Pinsbaari Drive","Physical Address Line 2":"","Physical Address City":"Pueblo of Acoma","Physical Address State":"NM ","Physical Address Zipcode":"87034","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900194","School District Name":"Bogue Chitto Elementary School","Physical Address Line 1":"13241 HWY 491 NORTH","Physical Address Line 2":"","Physical Address City":"PHILADELPHIA","Physical Address State":"MS ","Physical Address Zipcode":"39350","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900193","School District Name":"Seba Dalkai Boarding School","Physical Address Line 1":"43 miles N on Hwy 87","Physical Address Line 2":"","Physical Address City":"Winslow","Physical Address State":"AZ ","Physical Address Zipcode":"86047","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900192","School District Name":"Gila Crossing Community School","Physical Address Line 1":"4665 W Pecos Road","Physical Address Line 2":"","Physical Address City":"Laveen","Physical Address State":"AZ ","Physical Address Zipcode":"85339","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900191","School District Name":"To'hajiilee Day School","Physical Address Line 1":"170 Warrior Lane","Physical Address Line 2":"","Physical Address City":"ToHajiilee","Physical Address State":"NM ","Physical Address Zipcode":"87026","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900190","School District Name":"Tiospaye Topa School","Physical Address Line 1":"15618 1st Ave","Physical Address Line 2":"","Physical Address City":"LaPlant","Physical Address State":"SD ","Physical Address Zipcode":"57652","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900189","School District Name":"Mandaree Day School","Physical Address Line 1":"1 Warrior Circle","Physical Address Line 2":"","Physical Address City":"Mandaree","Physical Address State":"ND ","Physical Address Zipcode":"58757","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900188","School District Name":"Beclabito Day School","Physical Address Line 1":"Clliford Ward Drive Hwy 64 West; BIA Rd","Physical Address Line 2":"","Physical Address City":"Beclabito","Physical Address State":"NM ","Physical Address Zipcode":"87420","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900187","School District Name":"Hannahville Indian School","Physical Address Line 1":"N14911 Hannahville B-1 Rd","Physical Address Line 2":"","Physical Address City":"Wilson","Physical Address State":"MI ","Physical Address Zipcode":"49896","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900186","School District Name":"Casa Blanca Community School","Physical Address Line 1":"3455 W Casa Blanca Road","Physical Address Line 2":"","Physical Address City":"Bapchule","Physical Address State":"AZ ","Physical Address Zipcode":"85121","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900185","School District Name":"Wa He Lut Indian School","Physical Address Line 1":"11110 Conine Avenue SE","Physical Address Line 2":"","Physical Address City":"Olympia","Physical Address State":"WA ","Physical Address Zipcode":"98501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900184","School District Name":"Laguna Elementary School","Physical Address Line 1":"I40 West Exit 114","Physical Address Line 2":"","Physical Address City":"Laguna","Physical Address State":"NM ","Physical Address Zipcode":"87026","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900183","School District Name":"Wounded Knee District School","Physical Address Line 1":"100 Main Street","Physical Address Line 2":"","Physical Address City":"Manderson","Physical Address State":"SD ","Physical Address Zipcode":"57756","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900182","School District Name":"Greasewood Springs Community School Inc","Physical Address Line 1":"431 Rte 15","Physical Address Line 2":"","Physical Address City":"Ganado","Physical Address State":"AZ ","Physical Address Zipcode":"86505","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900181","School District Name":"Little Eagle Grant School (Sitting Bull School)","Physical Address Line 1":"1 School Street","Physical Address Line 2":"","Physical Address City":"Little Eagle","Physical Address State":"SD ","Physical Address Zipcode":"57639","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900180","School District Name":"Kaibeto Boarding School","Physical Address Line 1":"East Highway 160/98","Physical Address Line 2":"","Physical Address City":"Kaibeto","Physical Address State":"AZ ","Physical Address Zipcode":"86053","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900179","School District Name":"Chi Chil'tah Community School","Physical Address Line 1":"831 Cousins road","Physical Address Line 2":"","Physical Address City":"Vanderwagen","Physical Address State":"NM ","Physical Address Zipcode":"87326","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900178","School District Name":"Two Eagle River School","Physical Address Line 1":"58020 US-93","Physical Address Line 2":"","Physical Address City":"Pablo","Physical Address State":"MT ","Physical Address Zipcode":"59855","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900177","School District Name":"T'iis Ts'ozi Bi'Olta'","Physical Address Line 1":"Highway 371-Route 9","Physical Address Line 2":"","Physical Address City":"Crownpoint","Physical Address State":"NM ","Physical Address Zipcode":"87313","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900176","School District Name":"LUMMI ELEMENTARY SCHOOL","Physical Address Line 1":"2334 Lummi View Drive","Physical Address Line 2":"","Physical Address City":"Bellingham","Physical Address State":"WA ","Physical Address Zipcode":"98226","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900175","School District Name":"Keams Canyon Elementary School","Physical Address Line 1":"100 Main St Blg 48","Physical Address Line 2":"","Physical Address City":"Keams Canyon","Physical Address State":"AZ ","Physical Address Zipcode":"86034","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900174","School District Name":"Taos Day School","Physical Address Line 1":"200 Rotten Tree Rd","Physical Address Line 2":"","Physical Address City":"Taos","Physical Address State":"NM ","Physical Address Zipcode":"87571","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900173","School District Name":"Little Wound School","Physical Address Line 1":"1 Main Street","Physical Address Line 2":"","Physical Address City":"Kyle","Physical Address State":"SD ","Physical Address Zipcode":"57752","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900172","School District Name":"Red Water Elementary School","Physical Address Line 1":"107 Braves Boulevard","Physical Address Line 2":"","Physical Address City":"CARTHAGE","Physical Address State":"MS ","Physical Address Zipcode":"39051","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900171","School District Name":"Rough Rock Community School","Physical Address Line 1":"Navajo Rte 8066 & County Rd 573","Physical Address Line 2":"","Physical Address City":"Chinle","Physical Address State":"AZ ","Physical Address Zipcode":"86503","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900170","School District Name":"Tonalea Day School","Physical Address Line 1":"25 Miles E of Tuba City Hwy 160","Physical Address Line 2":"","Physical Address City":"Tonalea","Physical Address State":"AZ ","Physical Address Zipcode":"86044","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900169","School District Name":"Tohono O'odham High School","Physical Address Line 1":"100 mi W of Tucson on AZ-86","Physical Address Line 2":"","Physical Address City":"SELLS","Physical Address State":"AZ ","Physical Address Zipcode":"85634","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900168","School District Name":"T'iis Nazbas Community School","Physical Address Line 1":"Highway 160 BIA Road N5114","Physical Address Line 2":"","Physical Address City":"Teec Nos Pos","Physical Address State":"AZ ","Physical Address Zipcode":"86514","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900167","School District Name":"Mariano Lake Community School","Physical Address Line 1":"Navajo Route 49","Physical Address Line 2":"","Physical Address City":"Crownpoint","Physical Address State":"NM ","Physical Address Zipcode":"87313","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900166","School District Name":"Bug-O-Nay-Ge-Shig School","Physical Address Line 1":"15353 Silver Eagle Dr NW","Physical Address Line 2":"","Physical Address City":"Bena","Physical Address State":"MN ","Physical Address Zipcode":"56626","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900165","School District Name":"Havasupai Elementary School","Physical Address Line 1":"40 Main St","Physical Address Line 2":"","Physical Address City":"Supai","Physical Address State":"AZ ","Physical Address Zipcode":"86435","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900164","School District Name":"Chemawa Indian School","Physical Address Line 1":"3700 Chemawa Rd NE","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"OR ","Physical Address Zipcode":"97305","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900163","School District Name":"Riverside Indian School","Physical Address Line 1":"101 Riverside Drive","Physical Address Line 2":"","Physical Address City":"Anadarko","Physical Address State":"OK ","Physical Address Zipcode":"73005","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900162","School District Name":"Ohkay Owingeh Community School","Physical Address Line 1":"307 Community School Rd","Physical Address Line 2":"","Physical Address City":"Ohkay Owingeh","Physical Address State":"NM ","Physical Address Zipcode":"87566","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900161","School District Name":"Many Farms High School","Physical Address Line 1":"N Hwy 191","Physical Address Line 2":"","Physical Address City":"Many Farms","Physical Address State":"AZ ","Physical Address Zipcode":"86538","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900160","School District Name":"Indian Island School","Physical Address Line 1":"10 Wabanaki Way","Physical Address Line 2":"","Physical Address City":"Indian Island","Physical Address State":"ME ","Physical Address Zipcode":"04468","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900159","School District Name":"Little Singer Community School","Physical Address Line 1":"6 miles south of Birdspring Chapter","Physical Address Line 2":"","Physical Address City":"Winslow","Physical Address State":"AZ ","Physical Address Zipcode":"86047","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900158","School District Name":"Turtle Mountain High School","Physical Address Line 1":"1350 Braves Boulevard","Physical Address Line 2":"","Physical Address City":"Belcourt","Physical Address State":"ND ","Physical Address Zipcode":"58316","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900157","School District Name":"Nenahnezad Community School","Physical Address Line 1":"6675 SJ County Road South","Physical Address Line 2":"","Physical Address City":"Fruitland","Physical Address State":"NM ","Physical Address Zipcode":"87416","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900156","School District Name":"San Simon School","Physical Address Line 1":"2226 I-10BL","Physical Address Line 2":"","Physical Address City":"Sells","Physical Address State":"AZ ","Physical Address Zipcode":"85632","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900155","School District Name":"Borrego Pass","Physical Address Line 1":"Co Rd 19","Physical Address Line 2":"","Physical Address City":"Crownpoint","Physical Address State":"NM ","Physical Address Zipcode":"87313","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900154","School District Name":"Enemy Swim Day School","Physical Address Line 1":"13525 446th Avenue","Physical Address Line 2":"","Physical Address City":"Waubay","Physical Address State":"SD ","Physical Address Zipcode":"57273","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900153","School District Name":"Duckwater Shoshone Elementary School","Physical Address Line 1":"509 Duckwater Falls Rd","Physical Address Line 2":"","Physical Address City":"Duckwater","Physical Address State":"NV ","Physical Address Zipcode":"89314","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900152","School District Name":"Pine Springs Day School","Physical Address Line 1":"1001 Pine Springs Road","Physical Address Line 2":"","Physical Address City":"Houck","Physical Address State":"AZ ","Physical Address Zipcode":"86506","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900151","School District Name":"San Felipe Pueblo Elementary School","Physical Address Line 1":"711 Main Pueblo Rd","Physical Address Line 2":"","Physical Address City":"San Felipe Pue.","Physical Address State":"NM ","Physical Address Zipcode":"87001","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900150","School District Name":"Tohaali' Community School","Physical Address Line 1":"Highway 491 Rt 19","Physical Address Line 2":"","Physical Address City":"Newcomb","Physical Address State":"NM ","Physical Address Zipcode":"87455","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900149","School District Name":"Dunseith Day School","Physical Address Line 1":"2994 99th St NE","Physical Address Line 2":"","Physical Address City":"Dunseith","Physical Address State":"ND ","Physical Address Zipcode":"58329","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900148","School District Name":"Many Farms Community School","Physical Address Line 1":"2600 Lakeview Drive","Physical Address Line 2":"","Physical Address City":"Many Farms","Physical Address State":"AZ ","Physical Address Zipcode":"86538","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900147","School District Name":"Atsa' Biya' a'zh Community School","Physical Address Line 1":"Pinon Street Bdg 1415","Physical Address Line 2":"","Physical Address City":"Shiprock","Physical Address State":"NM ","Physical Address Zipcode":"87420","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900146","School District Name":"Chitimacha Tribal School","Physical Address Line 1":"3613 Chitimacha Trail","Physical Address Line 2":"","Physical Address City":"Jeanerette","Physical Address State":"LA ","Physical Address Zipcode":"70544","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900145","School District Name":"Dishchii'bikoh Community School","Physical Address Line 1":"211 S Elm Circle","Physical Address Line 2":"","Physical Address City":"Cibecue","Physical Address State":"AZ ","Physical Address Zipcode":"85911","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900144","School District Name":"Menominee Tribal School","Physical Address Line 1":"W6817 Church Street","Physical Address Line 2":"","Physical Address City":"Neopit","Physical Address State":"WI ","Physical Address Zipcode":"54150","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900143","School District Name":"Takini School","Physical Address Line 1":"HWY 34 East Cherry Creek Rd","Physical Address Line 2":"","Physical Address City":"Howes","Physical Address State":"SD ","Physical Address Zipcode":"57748","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900142","School District Name":"Blackwater Community School","Physical Address Line 1":"3652 E Blackwater School Road","Physical Address Line 2":"","Physical Address City":"Coolidge","Physical Address State":"AZ ","Physical Address Zipcode":"85128","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900141","School District Name":"St. Stephens Indian School","Physical Address Line 1":"128 Mission Road","Physical Address Line 2":"","Physical Address City":"St. Stephens","Physical Address State":"WY ","Physical Address Zipcode":"82524","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900140","School District Name":"Jemez Day School","Physical Address Line 1":"243 Day School Road","Physical Address Line 2":"","Physical Address City":"Jemez Pueblo","Physical Address State":"NM ","Physical Address Zipcode":"87024","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900139","School District Name":"Dilcon Community School","Physical Address Line 1":"40 Miles North of Winslow AZ NR 60 M","Physical Address Line 2":"","Physical Address City":"Winslow","Physical Address State":"AZ ","Physical Address Zipcode":"86047","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900138","School District Name":"Bread Springs Day School","Physical Address Line 1":"Hwy 602 East Skeets Road 1750","Physical Address Line 2":"","Physical Address City":"Gallup","Physical Address State":"NM ","Physical Address Zipcode":"87305","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900137","School District Name":"Beatrice Rafferty School","Physical Address Line 1":"22 Bayview Drive Pleasant Point","Physical Address Line 2":"","Physical Address City":"Perry","Physical Address State":"ME ","Physical Address Zipcode":"04667","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900136","School District Name":"Pueblo Pintado Community School","Physical Address Line 1":"58 miles west of Cuba NM on HCR 79","Physical Address Line 2":"","Physical Address City":"Cuba","Physical Address State":"NM ","Physical Address Zipcode":"87013","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900135","School District Name":"Fond du Lac Ojibwe School","Physical Address Line 1":"49 University Road","Physical Address Line 2":"","Physical Address City":"Cloquet","Physical Address State":"MN ","Physical Address Zipcode":"55720","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900134","School District Name":"Rock Creek Grant School","Physical Address Line 1":"1 Indian School Drive","Physical Address Line 2":"","Physical Address City":"Bullhead","Physical Address State":"SD ","Physical Address Zipcode":"57621","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900133","School District Name":"Greyhills Academy High School","Physical Address Line 1":"160 Warrior Drive","Physical Address Line 2":"","Physical Address City":"Tuba City","Physical Address State":"AZ ","Physical Address Zipcode":"86045","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900132","School District Name":"Theodore Roosevelt School","Physical Address Line 1":"101 Thomas Road","Physical Address Line 2":"","Physical Address City":"Ft. Apache","Physical Address State":"AZ ","Physical Address Zipcode":"85926","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900131","School District Name":"Hotevilla Bacavi Community School","Physical Address Line 1":"367 Main Street","Physical Address Line 2":"","Physical Address City":"Hotevilla","Physical Address State":"AZ ","Physical Address Zipcode":"86030","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900130","School District Name":"Santa Fe Indian School","Physical Address Line 1":"1501 Cerrillos Road","Physical Address Line 2":"","Physical Address City":"Santa Fe","Physical Address State":"NM ","Physical Address Zipcode":"87505","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900129","School District Name":"Tiospa Zina Tribal School","Physical Address Line 1":"#2 TZ Drive","Physical Address Line 2":"","Physical Address City":"Agency Village","Physical Address State":"SD ","Physical Address Zipcode":"57262","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900128","School District Name":"Shonto Preparatory School","Physical Address Line 1":"Rte 160 E & HW 98","Physical Address Line 2":"","Physical Address City":"Shonto","Physical Address State":"AZ ","Physical Address Zipcode":"86054","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900127","School District Name":"Quileute Tribal School","Physical Address Line 1":"40 Ocean Drive","Physical Address Line 2":"","Physical Address City":"La Push","Physical Address State":"WA ","Physical Address Zipcode":"98350","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900126","School District Name":"Northwest High School","Physical Address Line 1":"Pinon Street Bdg 1419","Physical Address Line 2":"","Physical Address City":"Shiprock","Physical Address State":"NM ","Physical Address Zipcode":"87420","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900125","School District Name":"Lake Valley Navajo School","Physical Address Line 1":"N HWY 371 CR 7750","Physical Address Line 2":"","Physical Address City":"Lake Valley-Crownpoint","Physical Address State":"NM ","Physical Address Zipcode":"87313","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900124","School District Name":"Porcupine Day School","Physical Address Line 1":"101 Main Street","Physical Address Line 2":"","Physical Address City":"Porcupine","Physical Address State":"SD ","Physical Address Zipcode":"57772","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900123","School District Name":"Pearl River Elementary School","Physical Address Line 1":"470 INDUSTRIAL ROAD","Physical Address Line 2":"","Physical Address City":"CHOCTAW","Physical Address State":"MS ","Physical Address Zipcode":"39350","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900122","School District Name":"Rock Point Community School","Physical Address Line 1":"Highway 191","Physical Address Line 2":"","Physical Address City":"Rock Point","Physical Address State":"AZ ","Physical Address Zipcode":"86545","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900121","School District Name":"First Mesa Elementary School","Physical Address Line 1":"390 Main Street","Physical Address Line 2":"","Physical Address City":"Polacca","Physical Address State":"AZ ","Physical Address Zipcode":"86042","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900120","School District Name":"Salt River Elementary School","Physical Address Line 1":"11562 East Highland Ave","Physical Address Line 2":"","Physical Address City":"Scottsdale","Physical Address State":"AZ ","Physical Address Zipcode":"85256","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900119","School District Name":"Wingate High School","Physical Address Line 1":"1737 Shush Drive","Physical Address Line 2":"","Physical Address City":"Fort Wingate","Physical Address State":"NM ","Physical Address Zipcode":"87316","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900118","School District Name":"Crow Creek Sioux Tribal Elem School","Physical Address Line 1":"101 Crow Creek Loop","Physical Address Line 2":"","Physical Address City":"Stephan","Physical Address State":"SD ","Physical Address Zipcode":"57346","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900117","School District Name":"White Shield School","Physical Address Line 1":"2 2nd Ave West","Physical Address Line 2":"","Physical Address City":"Roseglen","Physical Address State":"ND ","Physical Address Zipcode":"58775","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900116","School District Name":"Navajo Preparatory School","Physical Address Line 1":"1220 West Apache Street","Physical Address Line 2":"","Physical Address City":"Farmington","Physical Address State":"NM ","Physical Address Zipcode":"87401","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900115","School District Name":"LUMMI HIGH SCHOOL","Physical Address Line 1":"2334 Lummi View Drive","Physical Address Line 2":"","Physical Address City":"Bellingham","Physical Address State":"WA ","Physical Address Zipcode":"98226","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900114","School District Name":"Oneida Nation School","Physical Address Line 1":"N7125 Seminary Road","Physical Address Line 2":"","Physical Address City":"Oneida","Physical Address State":"WI ","Physical Address Zipcode":"54155","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900113","School District Name":"Crazy Horse School","Physical Address Line 1":"245 Crazy Horse School Drive","Physical Address Line 2":"","Physical Address City":"Wanblee","Physical Address State":"SD ","Physical Address Zipcode":"57577","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900112","School District Name":"Lukachukai Community School","Physical Address Line 1":"Navajo Route 13","Physical Address Line 2":"","Physical Address City":"Lukachukai","Physical Address State":"AZ ","Physical Address Zipcode":"86507","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900111","School District Name":"Conehatta Elementary School","Physical Address Line 1":"851 TUSHKA DRIVE","Physical Address Line 2":"","Physical Address City":"CONEHATTA","Physical Address State":"MS ","Physical Address Zipcode":"39057","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900110","School District Name":"Leupp School Inc.","Physical Address Line 1":"45 mi E on Indian Rte 15","Physical Address Line 2":"","Physical Address City":"Leupp","Physical Address State":"AZ ","Physical Address Zipcode":"86035","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900109","School District Name":"Kin Dah Lichi'i Olta","Physical Address Line 1":"HWY 264 5 mi E of Ganado","Physical Address Line 2":"","Physical Address City":"Ganado","Physical Address State":"AZ ","Physical Address Zipcode":"86505","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900108","School District Name":"Pine Hill Schools","Physical Address Line 1":"1003 Turnerville Road","Physical Address Line 2":"","Physical Address City":"Pine Hill","Physical Address State":"NM ","Physical Address Zipcode":"87357","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900107","School District Name":"Pierre Indian Learning Center","Physical Address Line 1":"3001 East Sully Avenue","Physical Address Line 2":"","Physical Address City":"Pierre","Physical Address State":"SD ","Physical Address Zipcode":"57501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900106","School District Name":"Turtle Mountain Elementary School","Physical Address Line 1":"1209 Gilbert Godon Street","Physical Address Line 2":"","Physical Address City":"Belcourt","Physical Address State":"ND ","Physical Address Zipcode":"58316","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900105","School District Name":"Sherman Indian High School","Physical Address Line 1":"9010 Magnolia Ave","Physical Address Line 2":"","Physical Address City":"Riverside","Physical Address State":"CA ","Physical Address Zipcode":"92503","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900104","School District Name":"Lac Courte Oreilles Ojibwa School","Physical Address Line 1":"8575 N Trepania Rd","Physical Address Line 2":"","Physical Address City":"Hayward","Physical Address State":"WI ","Physical Address Zipcode":"54843","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900103","School District Name":"Kickapoo Nation School","Physical Address Line 1":"400 First St","Physical Address Line 2":"","Physical Address City":"Powhattan","Physical Address State":"KS ","Physical Address Zipcode":"66527","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900102","School District Name":"Black Mesa Community School","Physical Address Line 1":"Rte 8066 N Pinon","Physical Address Line 2":"","Physical Address City":"Pinon","Physical Address State":"AZ ","Physical Address Zipcode":"86510","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900101","School District Name":"Cherokee Central High School","Physical Address Line 1":"200 Ravensford Drive","Physical Address Line 2":"","Physical Address City":"Cherokee","Physical Address State":"NC ","Physical Address Zipcode":"28719","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900100","School District Name":"Tucker Elementary School","Physical Address Line 1":"126 EAST TUCKER CIRCLE","Physical Address Line 2":"","Physical Address City":"PHILADELPHIA","Physical Address State":"MS ","Physical Address Zipcode":"39350","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900099","School District Name":"Dennehotso Boarding School","Physical Address Line 1":"East Highway 160 Dennehotso","Physical Address Line 2":"","Physical Address City":"Dennehotso","Physical Address State":"AZ ","Physical Address Zipcode":"86535","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900098","School District Name":"Crystal Boarding School","Physical Address Line 1":"Highway 134","Physical Address Line 2":"","Physical Address City":"Navajo","Physical Address State":"NM ","Physical Address Zipcode":"87328","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900097","School District Name":"Shoshone-Bannock School District No 512","Physical Address Line 1":"50 South Hiline Road","Physical Address Line 2":"","Physical Address City":"POCATELLO","Physical Address State":"ID ","Physical Address Zipcode":"83202","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900096","School District Name":"Theodore Jamerson Elementary","Physical Address Line 1":"3315 Unviersity Dr","Physical Address Line 2":"","Physical Address City":"Bismarck","Physical Address State":"ND ","Physical Address Zipcode":"58504","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900095","School District Name":"Circle of Nations","Physical Address Line 1":"832 8th Street North","Physical Address Line 2":"","Physical Address City":"Wahpeton","Physical Address State":"ND ","Physical Address Zipcode":"58075","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900094","School District Name":"Aneth Community School","Physical Address Line 1":"East Highway 162 San Juan County Rd 466","Physical Address Line 2":"","Physical Address City":"Montezuma Creek","Physical Address State":"UT ","Physical Address Zipcode":"84534","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900093","School District Name":"Mescalero Apache School","Physical Address Line 1":"249 White Mountain Drive","Physical Address Line 2":"","Physical Address City":"Mescalero","Physical Address State":"NM ","Physical Address Zipcode":"88340","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900092","School District Name":"Ahfachkee Day School","Physical Address Line 1":"31200 Josie Billie Highway","Physical Address Line 2":"","Physical Address City":"Clewiston","Physical Address State":"FL ","Physical Address Zipcode":"33440","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900091","School District Name":"St. Francis Indian School","Physical Address Line 1":"502 E Warrior Drive","Physical Address Line 2":"","Physical Address City":"St. Francis","Physical Address State":"SD ","Physical Address Zipcode":"57572","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900090","School District Name":"Miccosukee Indian School","Physical Address Line 1":"Mile Marker 70 Tamiami Trail","Physical Address Line 2":"","Physical Address City":"Miami","Physical Address State":"FL ","Physical Address Zipcode":"33194","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900089","School District Name":"Rocky Ridge Boarding School","Physical Address Line 1":"Dinnebito Road","Physical Address Line 2":"","Physical Address City":"KYKOTSMOVI","Physical Address State":"AZ ","Physical Address Zipcode":"86039","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900088","School District Name":"Pinon Community School","Physical Address Line 1":"Navajo Rt 4","Physical Address Line 2":"","Physical Address City":"Pinon","Physical Address State":"AZ ","Physical Address Zipcode":"86510","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900087","School District Name":"Baca/Dlo'ay Azhi Community School","Physical Address Line 1":"I-40 Exit 63 North Frontage Rd","Physical Address Line 2":"","Physical Address City":"Prewitt","Physical Address State":"NM ","Physical Address Zipcode":"87045","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900086","School District Name":"Santa Rosa Ranch School","Physical Address Line 1":"Indian Rte 35","Physical Address Line 2":"","Physical Address City":"Sells","Physical Address State":"AZ ","Physical Address Zipcode":"85634","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900085","School District Name":"Lower Brule Day School","Physical Address Line 1":"227 BIA #10","Physical Address Line 2":"","Physical Address City":"Lower Brule","Physical Address State":"SD ","Physical Address Zipcode":"57548","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900084","School District Name":"Ojo Encino Day School","Physical Address Line 1":"27 mi W of Cuba on Star Lake Rd","Physical Address Line 2":"","Physical Address City":"Cuba","Physical Address State":"NM ","Physical Address Zipcode":"87013","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900083","School District Name":"Paschal Sherman Indian School","Physical Address Line 1":"169 North End Omak Lake Road","Physical Address Line 2":"","Physical Address City":"Omak","Physical Address State":"WA ","Physical Address Zipcode":"98841","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900082","School District Name":"Second Mesa Day School","Physical Address Line 1":"Hwy 264 - Across old Texaco Station","Physical Address Line 2":"","Physical Address City":"Second Mesa","Physical Address State":"AZ ","Physical Address Zipcode":"86043","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900081","School District Name":"Isleta Elementary School","Physical Address Line 1":"1000 Moonlight Drive","Physical Address Line 2":"","Physical Address City":"Albuquerque","Physical Address State":"NM ","Physical Address Zipcode":"87105","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900080","School District Name":"Pine Ridge School","Physical Address Line 1":"101 Thorpe Circle","Physical Address Line 2":"","Physical Address City":"Pine Ridge","Physical Address State":"SD ","Physical Address Zipcode":"57770","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900079","School District Name":"Jeehdeez'a Elementary School","Physical Address Line 1":"3 miles E of Navajo Route 60","Physical Address Line 2":"","Physical Address City":"Pinon","Physical Address State":"AZ ","Physical Address Zipcode":"86510","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900078","School District Name":"Choctaw Central Middle School","Physical Address Line 1":"150 RECREATION RD","Physical Address Line 2":"","Physical Address City":"CHOCTAW","Physical Address State":"MS ","Physical Address Zipcode":"39350","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900077","School District Name":"Twin Buttes Day School","Physical Address Line 1":"7997 7A St NW","Physical Address Line 2":"","Physical Address City":"Hallilday","Physical Address State":"ND ","Physical Address Zipcode":"58636","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900076","School District Name":"John F. Kennedy Day School","Physical Address Line 1":"110 W Dish Chin Rd","Physical Address Line 2":"","Physical Address City":"Whiteriver","Physical Address State":"AZ ","Physical Address Zipcode":"85941","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900075","School District Name":"Sanostee Day School","Physical Address Line 1":"NR 34","Physical Address Line 2":"","Physical Address City":"Sanostee","Physical Address State":"NM ","Physical Address Zipcode":"87461","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900074","School District Name":"Hanaa'dli Community School","Physical Address Line 1":"#700 CR 7150","Physical Address Line 2":"","Physical Address City":"Bloomfield","Physical Address State":"NM ","Physical Address Zipcode":"87413","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900073","School District Name":"Crow Creek Reservation High School","Physical Address Line 1":"101 Chieftain Road","Physical Address Line 2":"","Physical Address City":"Stephan","Physical Address State":"SD ","Physical Address Zipcode":"57346","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900072","School District Name":"Hopi Jr/Sr High School","Physical Address Line 1":"Hwy 264 Mp 396","Physical Address Line 2":"","Physical Address City":"Keams Canyon","Physical Address State":"AZ ","Physical Address Zipcode":"86034","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900071","School District Name":"Coeur d' Alene Tribal School","Physical Address Line 1":"30 Moctelme St","Physical Address Line 2":"","Physical Address City":"Desmet","Physical Address State":"ID ","Physical Address Zipcode":"83824","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900070","School District Name":"American Horse School","Physical Address Line 1":"100 W Main St","Physical Address Line 2":"","Physical Address City":"Allen","Physical Address State":"SD ","Physical Address Zipcode":"57714","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900069","School District Name":"Kha'p'o Community School","Physical Address Line 1":"625 Kee Street","Physical Address Line 2":"","Physical Address City":"Espanola","Physical Address State":"NM ","Physical Address Zipcode":"87532","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900068","School District Name":"Ojibwa Indian School","Physical Address Line 1":"Hwy 5 West","Physical Address Line 2":"","Physical Address City":"Belcourt","Physical Address State":"ND ","Physical Address Zipcode":"58316","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900067","School District Name":"Standing Rock Community School","Physical Address Line 1":"9189 Hwy 24","Physical Address Line 2":"","Physical Address City":"Fort Yates","Physical Address State":"ND ","Physical Address Zipcode":"58538","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900066","School District Name":"Cherokee Central Elementary School","Physical Address Line 1":"130 Ravensford Drive","Physical Address Line 2":"","Physical Address City":"Cherokee","Physical Address State":"NC ","Physical Address Zipcode":"28719","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900065","School District Name":"Cove Day School","Physical Address Line 1":"Route 13 NN33","Physical Address Line 2":"","Physical Address City":"Red Valley","Physical Address State":"AZ ","Physical Address Zipcode":"86544","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900064","School District Name":"Nay-Ah-Shing School","Physical Address Line 1":"43521 Oodena Drive","Physical Address Line 2":"","Physical Address City":"Onamia","Physical Address State":"MN ","Physical Address Zipcode":"56359","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900063","School District Name":"Kayenta Community School","Physical Address Line 1":"1000 Main Street--Bureau of Indian Educa","Physical Address Line 2":"","Physical Address City":"Kayenta","Physical Address State":"AZ ","Physical Address Zipcode":"86033","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900062","School District Name":"Wide Ruins Community School","Physical Address Line 1":"19 Miles N Hwy 191 Exit 333 off I-40","Physical Address Line 2":"","Physical Address City":"Chambers","Physical Address State":"AZ ","Physical Address Zipcode":"86502","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900061","School District Name":"Pyramid Lake High School","Physical Address Line 1":"711 State Street","Physical Address Line 2":"","Physical Address City":"Nixon","Physical Address State":"NV ","Physical Address Zipcode":"89424","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900060","School District Name":"T'siya Day School","Physical Address Line 1":"1000 Borrego Canyon Rd","Physical Address Line 2":"","Physical Address City":"Zia Pueblo","Physical Address State":"NM ","Physical Address Zipcode":"87053","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900059","School District Name":"Wingate Elementary School","Physical Address Line 1":"12 Painted Horse Trail","Physical Address Line 2":"","Physical Address City":"Ft. Wingate","Physical Address State":"NM ","Physical Address Zipcode":"87316","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900058","School District Name":"Tate Topa Tribal School","Physical Address Line 1":"7268 Highway 57","Physical Address Line 2":"","Physical Address City":"Fort Totten","Physical Address State":"ND ","Physical Address Zipcode":"58335","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900057","School District Name":"Yakama Nation Tribal School","Physical Address Line 1":"601 Linden Street","Physical Address Line 2":"","Physical Address City":"Toppenish","Physical Address State":"WA ","Physical Address Zipcode":"98948","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900056","School District Name":"Tse'ii'ahi' Community School","Physical Address Line 1":"Navajo Route 9 18 miles W of Crownpoint","Physical Address Line 2":"","Physical Address City":"Crownpoint","Physical Address State":"NM ","Physical Address Zipcode":"87313","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900055","School District Name":"Marty Indian School","Physical Address Line 1":"100 South Main","Physical Address Line 2":"","Physical Address City":"Marty","Physical Address State":"SD ","Physical Address Zipcode":"57361","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900054","School District Name":"JKL Bahweting Anishnabe School","Physical Address Line 1":"1301 Marquette Avenue","Physical Address Line 2":"","Physical Address City":"Sault Ste. Marie","Physical Address State":"MI ","Physical Address Zipcode":"49783","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900053","School District Name":"Standing Pine Elementary School","Physical Address Line 1":"538 HIGHWAY 487 EAST","Physical Address Line 2":"","Physical Address City":"CARTHAGE","Physical Address State":"MS ","Physical Address Zipcode":"39051","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900052","School District Name":"Chilchinbeto Community School","Physical Address Line 1":"E Hwy 160 Navajo Rte 59","Physical Address Line 2":"","Physical Address City":"Kayenta","Physical Address State":"AZ ","Physical Address Zipcode":"86033","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900051","School District Name":"Cheyenne-Eagle Butte School","Physical Address Line 1":"2004 E Street","Physical Address Line 2":"","Physical Address City":"Eagle Butte","Physical Address State":"SD ","Physical Address Zipcode":"57625","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900050","School District Name":"Laguna Middle School","Physical Address Line 1":"51 Rodeo Drive","Physical Address Line 2":"","Physical Address City":"Laguna","Physical Address State":"NM ","Physical Address Zipcode":"87026","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900049","School District Name":"Hunters Point Boarding School","Physical Address Line 1":"Route 12- South Lupton Road","Physical Address Line 2":"","Physical Address City":"St. Michaels","Physical Address State":"AZ ","Physical Address Zipcode":"86511","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900048","School District Name":"Ch'ooshgai Community School","Physical Address Line 1":"25 mi N of Gallup NM Hwy 491","Physical Address Line 2":"","Physical Address City":"Tohatchi","Physical Address State":"NM ","Physical Address Zipcode":"87325","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900047","School District Name":"Muckleshoot Tribal School","Physical Address Line 1":"15209 SE 376th St","Physical Address Line 2":"","Physical Address City":"Auburn","Physical Address State":"WA ","Physical Address Zipcode":"98092","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900046","School District Name":"Alamo Navajo Community School","Physical Address Line 1":"29 NM-169","Physical Address Line 2":"","Physical Address City":"Alamo","Physical Address State":"NM ","Physical Address Zipcode":"87825","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900045","School District Name":"Loneman Day School","Physical Address Line 1":"South BIA Rd #41","Physical Address Line 2":"","Physical Address City":"Oglala","Physical Address State":"SD ","Physical Address Zipcode":"57764","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900044","School District Name":"Na' Neelzhiin Ji'Olta","Physical Address Line 1":"from US 550Hwy 197 mile marker 26 1","Physical Address Line 2":"","Physical Address City":"Torreon","Physical Address State":"NM ","Physical Address Zipcode":"87013","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900043","School District Name":"Nazlini Community School","Physical Address Line 1":"671 Ganado St","Physical Address Line 2":"","Physical Address City":"Golden Valley","Physical Address State":"AZ ","Physical Address Zipcode":"86413","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900042","School District Name":"Indian Township School","Physical Address Line 1":"13 School Drive","Physical Address Line 2":"","Physical Address City":"Princeton","Physical Address State":"ME ","Physical Address Zipcode":"04668","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900041","School District Name":"Northern Cheyenne Tribal School","Physical Address Line 1":"#1 Campus Drive","Physical Address Line 2":"","Physical Address City":"Busby","Physical Address State":"MT ","Physical Address Zipcode":"59016","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900040","School District Name":"Moencopi Day School","Physical Address Line 1":"hwy 264 322","Physical Address Line 2":"","Physical Address City":"Tuba City","Physical Address State":"AZ ","Physical Address Zipcode":"86045","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900039","School District Name":"Te Tsu Geh Oweenge Day School","Physical Address Line 1":"Tesuque Pueblo","Physical Address Line 2":"","Physical Address City":"Tesuque Pueblo","Physical Address State":"NM ","Physical Address Zipcode":"87506","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900038","School District Name":"Circle of Life Academy","Physical Address Line 1":"35233 Mission Road","Physical Address Line 2":"","Physical Address City":"White Earth","Physical Address State":"MN ","Physical Address Zipcode":"56591","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900037","School District Name":"Tuba City Boarding School","Physical Address Line 1":"306 Main St","Physical Address Line 2":"","Physical Address City":"Tuba City","Physical Address State":"AZ ","Physical Address Zipcode":"86045","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900036","School District Name":"Chief Leschi School","Physical Address Line 1":"5625 52nd Street East","Physical Address Line 2":"","Physical Address City":"Puyallup","Physical Address State":"WA ","Physical Address Zipcode":"98371","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900035","School District Name":"RED ROCK DAY SCHOOL","Physical Address Line 1":"Navajo Route 13","Physical Address Line 2":"","Physical Address City":"Red Valley","Physical Address State":"AZ ","Physical Address Zipcode":"86544","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900034","School District Name":"Sequoyah High School","Physical Address Line 1":"17091 S Muskogee Ave","Physical Address Line 2":"","Physical Address City":"Tahlequah","Physical Address State":"OK ","Physical Address Zipcode":"74464","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900033","School District Name":"Dzilth-Na-O-Dith-Hle Community School","Physical Address Line 1":"35 Road 7585 # 5003","Physical Address Line 2":"","Physical Address City":"Bloomfield","Physical Address State":"NM ","Physical Address Zipcode":"87413","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900032","School District Name":"Cottonwood Day School","Physical Address Line 1":"Navajo Route 4","Physical Address Line 2":"","Physical Address City":"Chinle","Physical Address State":"AZ ","Physical Address Zipcode":"86503","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900031","School District Name":"Choctaw Central High School","Physical Address Line 1":"150 RECREATION RD","Physical Address Line 2":"","Physical Address City":"CHOCTAW","Physical Address State":"MS ","Physical Address Zipcode":"39350","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900030","School District Name":"Santa Rosa Day School","Physical Address Line 1":"Indian HWY 15 mile marker 14","Physical Address Line 2":"","Physical Address City":"Sells","Physical Address State":"AZ ","Physical Address Zipcode":"85634","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900029","School District Name":"Hopi Day School","Physical Address Line 1":"100 Hopi Day School Drive","Physical Address Line 2":"","Physical Address City":"Kykotsmovi","Physical Address State":"AZ ","Physical Address Zipcode":"86039","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900028","School District Name":"San Ildefonso Day School","Physical Address Line 1":"36 Tunyo Po","Physical Address Line 2":"","Physical Address City":"San Ildefonso Pueblo","Physical Address State":"NM ","Physical Address Zipcode":"87506","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900027","School District Name":"Flandreau Indian Boarding School","Physical Address Line 1":"1132 N Crescent Street","Physical Address Line 2":"","Physical Address City":"Flandreau","Physical Address State":"SD ","Physical Address Zipcode":"57028","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900026","School District Name":"Naa Tsis'aan","Physical Address Line 1":"Off Highway 98 on N-16","Physical Address Line 2":"","Physical Address City":"Tonalea","Physical Address State":"AZ ","Physical Address Zipcode":"86044","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5900025","School District Name":"Turtle Mountain Middle School","Physical Address Line 1":"1330 Braves Boulevard","Physical Address Line 2":"","Physical Address City":"Belcourt","Physical Address State":"ND ","Physical Address Zipcode":"58316","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"Yes","Is Prioritized?":"Yes"},{"NCES District ID":"5680255","School District Name":"Rite of Passage","Physical Address Line 1":"3304 EI-80 Service Rd","Physical Address Line 2":"","Physical Address City":"Cheyenne","Physical Address State":"WY ","Physical Address Zipcode":"82009","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5680253","School District Name":"Wyoming Behavioral Institute - Administration Office","Physical Address Line 1":"2521 East 15th Street","Physical Address Line 2":"","Physical Address City":"Casper","Physical Address State":"WY ","Physical Address Zipcode":"82609","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5680252","School District Name":"Youth Emergency Services Inc. - Administration Office","Physical Address Line 1":"905 N. Gurley Ave","Physical Address Line 2":"","Physical Address City":"Gillette","Physical Address State":"WY ","Physical Address Zipcode":"82716","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5680251","School District Name":"Wyoming Department of Family Services","Physical Address Line 1":"2300 Capitol Ave","Physical Address Line 2":"","Physical Address City":"Cheyenne","Physical Address State":"WY ","Physical Address Zipcode":"82002","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5680250","School District Name":"Region V BOCES","Physical Address Line 1":"3850 North Wilderness Drive","Physical Address Line 2":"","Physical Address City":"Wilson","Physical Address State":"WY ","Physical Address Zipcode":"83014","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5680180","School District Name":"Northeast Wyoming BOCES","Physical Address Line 1":"410 N. Miller Ave.","Physical Address Line 2":"","Physical Address City":"Gillette","Physical Address State":"WY ","Physical Address Zipcode":"82716","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5606240","School District Name":"Washakie County School District #1","Physical Address Line 1":"1900 Howell Avenue","Physical Address Line 2":"","Physical Address City":"Worland","Physical Address State":"WY ","Physical Address Zipcode":"82401","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11245954692556634,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5606090","School District Name":"Weston County School District #7","Physical Address Line 1":"804 Willow","Physical Address Line 2":"","Physical Address City":"Upton","Physical Address State":"WY ","Physical Address Zipcode":"82730","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.102880658436214,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5605830","School District Name":"Teton County School District #1","Physical Address Line 1":"1235 Gregory Lane","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"WY ","Physical Address Zipcode":"83001","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03732809430255403,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5605820","School District Name":"Washakie County School District #2","Physical Address Line 1":"242 Cedar Street","Physical Address Line 2":"","Physical Address City":"Ten Sleep","Physical Address State":"WY ","Physical Address Zipcode":"82442","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10465116279069768,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5605762","School District Name":"Sweetwater County School District #2","Physical Address Line 1":"351 Monroe Avenue","Physical Address Line 2":"","Physical Address City":"Green River","Physical Address State":"WY ","Physical Address Zipcode":"82935","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.059493206022769,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5605700","School District Name":"Fremont County School District #24","Physical Address Line 1":"404 Wrangler Way","Physical Address Line 2":"","Physical Address City":"Shoshoni","Physical Address State":"WY ","Physical Address Zipcode":"82649","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17293233082706766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5605695","School District Name":"Sheridan County School District #2","Physical Address Line 1":"201 North Connor Street","Physical Address Line 2":"","Physical Address City":"Sheridan","Physical Address State":"WY ","Physical Address Zipcode":"82801","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08165861104044772,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5605690","School District Name":"Sheridan County School District #1","Physical Address Line 1":"1127 Dayton Street","Physical Address Line 2":"","Physical Address City":"Ranchester","Physical Address State":"WY ","Physical Address Zipcode":"82839","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.056074766355140186,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5605680","School District Name":"Sheridan County School District #3","Physical Address Line 1":"1600 Meade Avenue","Physical Address Line 2":"","Physical Address City":"Clearmont","Physical Address State":"WY ","Physical Address Zipcode":"82835","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2247191011235955,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5605302","School District Name":"Sweetwater County School District #1","Physical Address Line 1":"3550 Foothill Boulevard","Physical Address Line 2":"","Physical Address City":"Rock Springs","Physical Address State":"WY ","Physical Address Zipcode":"82901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07744169096209913,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5605220","School District Name":"Fremont County School District #25","Physical Address Line 1":"121 North 5th Street West","Physical Address Line 2":"","Physical Address City":"Riverton","Physical Address State":"WY ","Physical Address Zipcode":"82501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15430072225869992,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5605160","School District Name":"Park County School District # 1","Physical Address Line 1":"160 North Evarts","Physical Address Line 2":"","Physical Address City":"Powell","Physical Address State":"WY ","Physical Address Zipcode":"82435","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10655737704918032,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5605090","School District Name":"Platte County School District #1","Physical Address Line 1":"1350 Oak Street","Physical Address Line 2":"","Physical Address City":"Wheatland","Physical Address State":"WY ","Physical Address Zipcode":"82201","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11870503597122302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5604860","School District Name":"Sublette County School District #1","Physical Address Line 1":"665 North Tyler","Physical Address Line 2":"","Physical Address City":"Pinedale","Physical Address State":"WY ","Physical Address Zipcode":"82941","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.05525846702317291,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5604830","School District Name":"Weston County School District #1","Physical Address Line 1":"116 Casper Avenue","Physical Address Line 2":"","Physical Address City":"Newcastle","Physical Address State":"WY ","Physical Address Zipcode":"82701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11055276381909548,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5604510","School District Name":"Natrona County School District #1","Physical Address Line 1":"970 North Glenn Road","Physical Address Line 2":"","Physical Address City":"Casper","Physical Address State":"WY ","Physical Address Zipcode":"82601","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08444195490827615,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5604500","School District Name":"Uinta County School District #4","Physical Address Line 1":"129 West Second Street","Physical Address Line 2":"","Physical Address City":"Mountain View","Physical Address State":"WY ","Physical Address Zipcode":"82939","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.043478260869565216,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5604450","School District Name":"Fremont County School District #14","Physical Address Line 1":"638 Blue Sky Highway","Physical Address Line 2":"","Physical Address City":"Ethete","Physical Address State":"WY ","Physical Address Zipcode":"82520","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18541033434650456,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5604380","School District Name":"Park County School District #16","Physical Address Line 1":"2107 Idaho","Physical Address Line 2":"","Physical Address City":"Meeteetse","Physical Address State":"WY ","Physical Address Zipcode":"82433","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1984126984126984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5604260","School District Name":"Uinta County School District #6","Physical Address Line 1":"126 North Franklin","Physical Address Line 2":"","Physical Address City":"Lyman","Physical Address State":"WY ","Physical Address Zipcode":"82937","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.05394190871369295,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5604230","School District Name":"Niobrara County School District #1","Physical Address Line 1":"619 West 5th","Physical Address Line 2":"","Physical Address City":"Lusk","Physical Address State":"WY ","Physical Address Zipcode":"82225","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1625441696113074,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5604120","School District Name":"Laramie County School District #2","Physical Address Line 1":"311 East 8th Street","Physical Address Line 2":"","Physical Address City":"Pine Bluffs","Physical Address State":"WY ","Physical Address Zipcode":"82082","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.055698371893744644,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5604060","School District Name":"Lincoln County School District #2","Physical Address Line 1":"360 Jefferson","Physical Address Line 2":"","Physical Address City":"Afton","Physical Address State":"WY ","Physical Address Zipcode":"83110","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07778489116517286,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5604030","School District Name":"Lincoln County School District #1","Physical Address Line 1":"11 Adaville Drive","Physical Address Line 2":"","Physical Address City":"Diamondville","Physical Address State":"WY ","Physical Address Zipcode":"83116","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05873925501432665,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5603770","School District Name":"Johnson County School District #1","Physical Address Line 1":"601 West Lott Street","Physical Address Line 2":"","Physical Address City":"Buffalo","Physical Address State":"WY ","Physical Address Zipcode":"82834","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.084328882642305,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5603310","School District Name":"Hot Springs County School District #1","Physical Address Line 1":"415 Springview Street","Physical Address Line 2":"","Physical Address City":"Thermopolis","Physical Address State":"WY ","Physical Address Zipcode":"82443","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11172413793103449,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5603180","School District Name":"Platte County School District #2","Physical Address Line 1":"555 South Wyoming Avenue","Physical Address Line 2":"","Physical Address City":"Guernsey","Physical Address State":"WY ","Physical Address Zipcode":"82214","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12206572769953052,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5603170","School District Name":"Big Horn County School District #3","Physical Address Line 1":"640 8th Avenue North","Physical Address Line 2":"","Physical Address City":"Greybull","Physical Address State":"WY ","Physical Address Zipcode":"82426","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1180952380952381,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5602990","School District Name":"Goshen County School District #1","Physical Address Line 1":"626 West 25th Avenue","Physical Address Line 2":"","Physical Address City":"Torrington","Physical Address State":"WY ","Physical Address Zipcode":"82240","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11000523834468308,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5602870","School District Name":"Fremont County School District # 1","Physical Address Line 1":"863 Sweetwater Street","Physical Address Line 2":"","Physical Address City":"Lander","Physical Address State":"WY ","Physical Address Zipcode":"82520","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10502793296089385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5602830","School District Name":"Fremont County School District # 6","Physical Address Line 1":"223 North Cherry Street","Physical Address Line 2":"","Physical Address City":"Pavillion","Physical Address State":"WY ","Physical Address Zipcode":"82523","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22685185185185186,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5602820","School District Name":"Fremont County School District #21","Physical Address Line 1":"90 Ethete Road","Physical Address Line 2":"","Physical Address City":"Ft. Washakie","Physical Address State":"WY ","Physical Address Zipcode":"82514","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27708703374777977,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5602760","School District Name":"Uinta County School District #1","Physical Address Line 1":"537 10th Street","Physical Address Line 2":"","Physical Address City":"Evanston","Physical Address State":"WY ","Physical Address Zipcode":"82931","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09854771784232365,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5602670","School District Name":"Fremont County School District # 2","Physical Address Line 1":"700A North First Street","Physical Address Line 2":"","Physical Address City":"Dubois","Physical Address State":"WY ","Physical Address Zipcode":"82513","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25742574257425743,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5602370","School District Name":"Crook County School District #1","Physical Address Line 1":"122 State Highway 585","Physical Address Line 2":"","Physical Address City":"Sundance","Physical Address State":"WY ","Physical Address Zipcode":"82729","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09319526627218935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5602150","School District Name":"Converse County School District #2","Physical Address Line 1":"120 Boxelder Trail","Physical Address Line 2":"","Physical Address City":"Glenrock","Physical Address State":"WY ","Physical Address Zipcode":"82637","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08469945355191257,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5602140","School District Name":"Converse County School District #1","Physical Address Line 1":"615 Hamilton Street","Physical Address Line 2":"","Physical Address City":"Douglas","Physical Address State":"WY ","Physical Address Zipcode":"82633","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08993212669683258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5602070","School District Name":"Park County School District # 6","Physical Address Line 1":"919 Cody Avenue","Physical Address Line 2":"","Physical Address City":"Cody","Physical Address State":"WY ","Physical Address Zipcode":"82414","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09670608108108109,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5601980","School District Name":"Laramie County School District #1","Physical Address Line 1":"2810 House Avenue","Physical Address Line 2":"","Physical Address City":"Cheyenne","Physical Address State":"WY ","Physical Address Zipcode":"82001","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07833748324075848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5601700","School District Name":"Carbon County School District #2","Physical Address Line 1":"315 North 1st Street","Physical Address Line 2":"","Physical Address City":"Saratoga","Physical Address State":"WY ","Physical Address Zipcode":"82331","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11773940345368916,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5601470","School District Name":"Campbell County School District #1","Physical Address Line 1":"1000 West 8th Street","Physical Address Line 2":"","Physical Address City":"Gillette","Physical Address State":"WY ","Physical Address Zipcode":"82716","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06659494351802044,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5601460","School District Name":"Big Horn County School District #2","Physical Address Line 1":"502 Hampshire Avenue","Physical Address Line 2":"","Physical Address City":"Lovell","Physical Address State":"WY ","Physical Address Zipcode":"82431","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1091703056768559,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5601420","School District Name":"Big Horn County School District #1","Physical Address Line 1":"99 South Division","Physical Address Line 2":"","Physical Address City":"Cowley","Physical Address State":"WY ","Physical Address Zipcode":"82420","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1417910447761194,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5601260","School District Name":"Sublette County School District #9","Physical Address Line 1":"115 South Nichols Street","Physical Address Line 2":"","Physical Address City":"Big Piney","Physical Address State":"WY ","Physical Address Zipcode":"83113","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06779661016949153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5601090","School District Name":"Big Horn County School District #4","Physical Address Line 1":"416 South 3rd Street","Physical Address Line 2":"","Physical Address City":"Basin","Physical Address State":"WY ","Physical Address Zipcode":"82410","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12844036697247707,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5601030","School District Name":"Carbon County School District #1","Physical Address Line 1":"615 Rodeo","Physical Address Line 2":"","Physical Address City":"Rawlins","Physical Address State":"WY ","Physical Address Zipcode":"82301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1092436974789916,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5600960","School District Name":"Fremont County School District #38","Physical Address Line 1":"445 Little Wind River Bottom Road","Physical Address Line 2":"","Physical Address City":"Arapahoe","Physical Address State":"WY ","Physical Address Zipcode":"82510","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2529832935560859,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5600730","School District Name":"Albany County School District #1","Physical Address Line 1":"1948 Grand Avenue","Physical Address Line 2":"","Physical Address City":"Laramie","Physical Address State":"WY ","Physical Address Zipcode":"82070","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09238762141405014,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5600016","School District Name":"Northwest Wyoming BOCES","Physical Address Line 1":"250 East Arapahoe","Physical Address Line 2":"","Physical Address City":"Thermopolis","Physical Address State":"WY ","Physical Address Zipcode":"82443","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5600015","School District Name":"Red Top Meadows - Administration Office","Physical Address Line 1":"7905 South Fall Creek Road","Physical Address Line 2":"","Physical Address City":"Wilson","Physical Address State":"WY ","Physical Address Zipcode":"83014","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5600014","School District Name":"Normative Services - Administration Office","Physical Address Line 1":"5 Lane Lane","Physical Address Line 2":"","Physical Address City":"Sheridan","Physical Address State":"WY ","Physical Address Zipcode":"82801","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5600010","School District Name":"Saint Joseph's Children's Home - Administration Office","Physical Address Line 1":"1419 Main Street","Physical Address Line 2":"","Physical Address City":"Torrington","Physical Address State":"WY ","Physical Address Zipcode":"82240","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5600009","School District Name":"Cathedral Home for Children - Administration Office","Physical Address Line 1":"4989 North 3rd Street","Physical Address Line 2":"","Physical Address City":"Laramie","Physical Address State":"WY ","Physical Address Zipcode":"82072","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5600005","School District Name":"Wyoming Department of Health","Physical Address Line 1":"401 Hathaway Building","Physical Address Line 2":"","Physical Address City":"Cheyenne","Physical Address State":"WY ","Physical Address Zipcode":"82002","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5517220","School District Name":"Yorkville J2 School District","Physical Address Line 1":"18621 Washington Ave","Physical Address Line 2":"","Physical Address City":"Union Grove","Physical Address State":"WI ","Physical Address Zipcode":"53182","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.042071197411003236,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5517190","School District Name":"Wrightstown Community School District","Physical Address Line 1":"351 High St","Physical Address Line 2":"","Physical Address City":"Wrightstown","Physical Address State":"WI ","Physical Address Zipcode":"54180","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04110468850353243,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5517160","School District Name":"Woodruff J1 School District","Physical Address Line 1":"11065 Old Highway 51 N","Physical Address Line 2":"","Physical Address City":"Arbor Vitae","Physical Address State":"WI ","Physical Address Zipcode":"54568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10940919037199125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5517130","School District Name":"Wonewoc-Union Center School District","Physical Address Line 1":"101 School Rd","Physical Address Line 2":"","Physical Address City":"Wonewoc","Physical Address State":"WI ","Physical Address Zipcode":"53968","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14166666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5517100","School District Name":"Wittenberg-Birnamwood School District","Physical Address Line 1":"400 W Grand Ave","Physical Address Line 2":"","Physical Address City":"Wittenberg","Physical Address State":"WI ","Physical Address Zipcode":"54499","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09498480243161095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5517070","School District Name":"Wisconsin Rapids School District","Physical Address Line 1":"510 Peach St","Physical Address Line 2":"","Physical Address City":"Wisconsin Rapids","Physical Address State":"WI ","Physical Address Zipcode":"54494","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12074418604651163,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5517040","School District Name":"Wisconsin Dells School District","Physical Address Line 1":"811 County Rd H","Physical Address Line 2":"","Physical Address City":"Wisconsin Dells","Physical Address State":"WI ","Physical Address Zipcode":"53965","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11617738913179262,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5516860","School District Name":"Winter School District","Physical Address Line 1":"6585 W Grove St","Physical Address Line 2":"","Physical Address City":"Winter","Physical Address State":"WI ","Physical Address Zipcode":"54896","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2328767123287671,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5516830","School District Name":"Winneconne Community School District","Physical Address Line 1":"233 S 3rd Ave","Physical Address Line 2":"","Physical Address City":"Winneconne","Physical Address State":"WI ","Physical Address Zipcode":"54986","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.031755915317559155,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5516770","School District Name":"Wilmot UHS School District","Physical Address Line 1":"11112 308th Ave","Physical Address Line 2":"","Physical Address City":"Wilmot","Physical Address State":"WI ","Physical Address Zipcode":"53192","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08622305529522024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5516740","School District Name":"Williams Bay School District","Physical Address Line 1":"500 W Geneva St","Physical Address Line 2":"","Physical Address City":"Williams Bay","Physical Address State":"WI ","Physical Address Zipcode":"53191","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06976744186046512,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5516710","School District Name":"Wild Rose School District","Physical Address Line 1":"600 Park Ave","Physical Address Line 2":"","Physical Address City":"Wild Rose","Physical Address State":"WI ","Physical Address Zipcode":"54984","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09183673469387756,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5516680","School District Name":"Whitewater Unified School District","Physical Address Line 1":"419 S Elizabeth St","Physical Address Line 2":"","Physical Address City":"Whitewater","Physical Address State":"WI ","Physical Address Zipcode":"53190","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1014940752189593,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5516650","School District Name":"Whitehall School District","Physical Address Line 1":"19121 Hobson St","Physical Address Line 2":"","Physical Address City":"Whitehall","Physical Address State":"WI ","Physical Address Zipcode":"54773","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1193058568329718,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5516620","School District Name":"Whitefish Bay School District","Physical Address Line 1":"1200 E Fairmount Ave","Physical Address Line 2":"","Physical Address City":"Whitefish Bay","Physical Address State":"WI ","Physical Address Zipcode":"53217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06951340615690169,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5516590","School District Name":"White Lake School District","Physical Address Line 1":"405 Bissell St","Physical Address Line 2":"","Physical Address City":"White Lake","Physical Address State":"WI ","Physical Address Zipcode":"54491","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5516560","School District Name":"Wheatland J1 School District","Physical Address Line 1":"6606 368th Ave","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"WI ","Physical Address Zipcode":"53105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07538802660753881,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5516500","School District Name":"Weyauwega-Fremont School District","Physical Address Line 1":"410 E Ann St","Physical Address Line 2":"","Physical Address City":"Weyauwega","Physical Address State":"WI ","Physical Address Zipcode":"54983","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07058823529411765,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5516470","School District Name":"Weston School District","Physical Address Line 1":"E2511 County Road S","Physical Address Line 2":"","Physical Address City":"Cazenovia","Physical Address State":"WI ","Physical Address Zipcode":"53924","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18543046357615894,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5516440","School District Name":"Westfield School District","Physical Address Line 1":"N7046 County Road M","Physical Address Line 2":"","Physical Address City":"Westfield","Physical Address State":"WI ","Physical Address Zipcode":"53964","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13785224676313784,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5516410","School District Name":"Westby Area School District","Physical Address Line 1":"206 West Ave S","Physical Address Line 2":"","Physical Address City":"Westby","Physical Address State":"WI ","Physical Address Zipcode":"54667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15343915343915343,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5516350","School District Name":"West Salem School District","Physical Address Line 1":"405 E Hamlin St","Physical Address Line 2":"","Physical Address City":"West Salem","Physical Address State":"WI ","Physical Address Zipcode":"54669","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.03778467908902691,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5516320","School District Name":"West De Pere School District","Physical Address Line 1":"400 Reid St","Physical Address Line 2":"Ste W","Physical Address City":"De Pere","Physical Address State":"WI ","Physical Address Zipcode":"54115","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04501323918799647,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5516290","School District Name":"West Bend School District","Physical Address Line 1":"735 S Main St","Physical Address Line 2":"","Physical Address City":"West Bend","Physical Address State":"WI ","Physical Address Zipcode":"53095","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.051561191530087334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5516260","School District Name":"West Allis-West Milwaukee School District","Physical Address Line 1":"1205 S 70th St","Physical Address Line 2":"","Physical Address City":"West Allis","Physical Address State":"WI ","Physical Address Zipcode":"53214","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14432766280203704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5516230","School District Name":"Webster School District","Physical Address Line 1":"26428 Lakeland Ave S","Physical Address Line 2":"","Physical Address City":"Webster","Physical Address State":"WI ","Physical Address Zipcode":"54893","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14126984126984127,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5516020","School District Name":"Wauzeka-Steuben School District","Physical Address Line 1":"301 E Main St","Physical Address Line 2":"","Physical Address City":"Wauzeka","Physical Address State":"WI ","Physical Address Zipcode":"53826","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16554054054054054,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5515990","School District Name":"Wauwatosa School District","Physical Address Line 1":"12121 W North Ave","Physical Address Line 2":"","Physical Address City":"Wauwatosa","Physical Address State":"WI ","Physical Address Zipcode":"53226","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.044345579793340986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515960","School District Name":"Wautoma Area School District","Physical Address Line 1":"556 S Cambridge St","Physical Address Line 2":"","Physical Address City":"Wautoma","Physical Address State":"WI ","Physical Address Zipcode":"54982","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1562942008486563,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515930","School District Name":"Wausaukee School District","Physical Address Line 1":"N11941 US Highway 141","Physical Address Line 2":"","Physical Address City":"Wausaukee","Physical Address State":"WI ","Physical Address Zipcode":"54177","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15212981744421908,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5515900","School District Name":"Wausau School District","Physical Address Line 1":"415 Seymour St","Physical Address Line 2":"","Physical Address City":"Wausau","Physical Address State":"WI ","Physical Address Zipcode":"54403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08166409861325115,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515870","School District Name":"Waupun School District","Physical Address Line 1":"950 Wilcox St","Physical Address Line 2":"","Physical Address City":"Waupun","Physical Address State":"WI ","Physical Address Zipcode":"53963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06657789613848203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515840","School District Name":"Waupaca School District","Physical Address Line 1":"E2325 King Rd","Physical Address Line 2":"","Physical Address City":"Waupaca","Physical Address State":"WI ","Physical Address Zipcode":"54981","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0965675057208238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515810","School District Name":"Waunakee Community School District","Physical Address Line 1":"905 Bethel Cir","Physical Address Line 2":"","Physical Address City":"Waunakee","Physical Address State":"WI ","Physical Address Zipcode":"53597","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03135498320268757,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515780","School District Name":"Waukesha School District","Physical Address Line 1":"222 Maple Ave","Physical Address Line 2":"","Physical Address City":"Waukesha","Physical Address State":"WI ","Physical Address Zipcode":"53186","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06166451056489866,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515750","School District Name":"Watertown Unified School District","Physical Address Line 1":"111 Dodge St","Physical Address Line 2":"","Physical Address City":"Watertown","Physical Address State":"WI ","Physical Address Zipcode":"53094","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08267090620031796,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515720","School District Name":"Waterloo School District","Physical Address Line 1":"813 N Monroe St","Physical Address Line 2":"","Physical Address City":"Waterloo","Physical Address State":"WI ","Physical Address Zipcode":"53594","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05417118093174431,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515700","School District Name":"Washington-Caldwell School District","Physical Address Line 1":"8937 Big Bend Rd","Physical Address Line 2":"","Physical Address City":"Waterford","Physical Address State":"WI ","Physical Address Zipcode":"53185","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01568627450980392,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515660","School District Name":"Waterford Graded J1 School District","Physical Address Line 1":"819 W Main St","Physical Address Line 2":"","Physical Address City":"Waterford","Physical Address State":"WI ","Physical Address Zipcode":"53185","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.043029259896729774,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515600","School District Name":"Waterford UHS School District","Physical Address Line 1":"507 W Main St","Physical Address Line 2":"","Physical Address City":"Waterford","Physical Address State":"WI ","Physical Address Zipcode":"53185","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.027678571428571427,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515570","School District Name":"Washington School District","Physical Address Line 1":"888 Main Rd","Physical Address Line 2":"","Physical Address City":"Washington Island","Physical Address State":"WI ","Physical Address Zipcode":"54246","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08974358974358974,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5515540","School District Name":"Washburn School District","Physical Address Line 1":"305 W 4th St","Physical Address Line 2":"","Physical Address City":"Washburn","Physical Address State":"WI ","Physical Address Zipcode":"54891","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12959381044487428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5515480","School District Name":"Big Foot UHS School District","Physical Address Line 1":"401 Devils Ln","Physical Address Line 2":"","Physical Address City":"Walworth","Physical Address State":"WI ","Physical Address Zipcode":"53184","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07231404958677685,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515450","School District Name":"Walworth J1 School District","Physical Address Line 1":"121 Beloit St","Physical Address Line 2":"","Physical Address City":"Walworth","Physical Address State":"WI ","Physical Address Zipcode":"53184","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1100196463654224,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515390","School District Name":"Wabeno Area School District","Physical Address Line 1":"4346 Mill Ln","Physical Address Line 2":"","Physical Address City":"Wabeno","Physical Address State":"WI ","Physical Address Zipcode":"54566","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12259615384615384,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5515360","School District Name":"Viroqua Area School District","Physical Address Line 1":"115 N Education Ave","Physical Address Line 2":"","Physical Address City":"Viroqua","Physical Address State":"WI ","Physical Address Zipcode":"54665","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1361675908810844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515330","School District Name":"Verona Area School District","Physical Address Line 1":"700 N Main St","Physical Address Line 2":"","Physical Address City":"Verona","Physical Address State":"WI ","Physical Address Zipcode":"53593","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05439169709782818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515210","School District Name":"Valders Area School District","Physical Address Line 1":"138 Wilson St","Physical Address Line 2":"","Physical Address City":"Valders","Physical Address State":"WI ","Physical Address Zipcode":"54245","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05166374781085814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5515180","School District Name":"Union Grove J1 School District","Physical Address Line 1":"1745 Milldrum St","Physical Address Line 2":"","Physical Address City":"Union Grove","Physical Address State":"WI ","Physical Address Zipcode":"53182","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07749627421758569,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515150","School District Name":"Union Grove UHS School District","Physical Address Line 1":"3433 S Colony Ave","Physical Address Line 2":"","Physical Address City":"Union Grove","Physical Address State":"WI ","Physical Address Zipcode":"53182","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03717472118959108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515120","School District Name":"Two Rivers Public School District","Physical Address Line 1":"4521 Lincoln Ave","Physical Address Line 2":"","Physical Address City":"Two Rivers","Physical Address State":"WI ","Physical Address Zipcode":"54241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11977715877437325,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515090","School District Name":"Twin Lakes #4 School District","Physical Address Line 1":"1218 Wilmot Ave","Physical Address Line 2":"","Physical Address City":"Twin Lakes","Physical Address State":"WI ","Physical Address Zipcode":"53181","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13178294573643412,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5515060","School District Name":"Turtle Lake School District","Physical Address Line 1":"205 Oak St N","Physical Address Line 2":"","Physical Address City":"Turtle Lake","Physical Address State":"WI ","Physical Address Zipcode":"54889","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11801242236024845,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5514970","School District Name":"Flambeau School District","Physical Address Line 1":"N4540 County Road I","Physical Address Line 2":"","Physical Address City":"Tony","Physical Address State":"WI ","Physical Address Zipcode":"54563","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2253922967189729,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5514940","School District Name":"Tomahawk School District","Physical Address Line 1":"1048 E Kings Rd","Physical Address Line 2":"","Physical Address City":"Tomahawk","Physical Address State":"WI ","Physical Address Zipcode":"54487","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08718395815170009,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5514910","School District Name":"Tomah Area School District","Physical Address Line 1":"129 W Clifton St","Physical Address Line 2":"","Physical Address City":"Tomah","Physical Address State":"WI ","Physical Address Zipcode":"54660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10697179350718468,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5514880","School District Name":"Tigerton School District","Physical Address Line 1":"213 Spaulding St","Physical Address Line 2":"","Physical Address City":"Tigerton","Physical Address State":"WI ","Physical Address Zipcode":"54486","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17753623188405798,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5514850","School District Name":"Three Lakes School District","Physical Address Line 1":"6930 W School St","Physical Address Line 2":"","Physical Address City":"Three Lakes","Physical Address State":"WI ","Physical Address Zipcode":"54562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12549019607843137,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5514820","School District Name":"Thorp School District","Physical Address Line 1":"605 S Clark St","Physical Address Line 2":"","Physical Address City":"Thorp","Physical Address State":"WI ","Physical Address Zipcode":"54771","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16191446028513237,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5514700","School District Name":"Suring Public School District","Physical Address Line 1":"411 Algoma St","Physical Address Line 2":"","Physical Address City":"Suring","Physical Address State":"WI ","Physical Address Zipcode":"54174","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11853448275862069,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5514670","School District Name":"Superior School District","Physical Address Line 1":"3025 Tower Ave","Physical Address Line 2":"","Physical Address City":"Superior","Physical Address State":"WI ","Physical Address Zipcode":"54880","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10759089942589836,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5514640","School District Name":"Sun Prairie Area School District","Physical Address Line 1":"501 S Bird St","Physical Address Line 2":"","Physical Address City":"Sun Prairie","Physical Address State":"WI ","Physical Address Zipcode":"53590","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06646341463414634,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5514610","School District Name":"Sturgeon Bay School District","Physical Address Line 1":"1230 Michigan St","Physical Address Line 2":"","Physical Address City":"Sturgeon Bay","Physical Address State":"WI ","Physical Address Zipcode":"54235","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11807447774750227,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5514580","School District Name":"Stratford School District","Physical Address Line 1":"213311 Legion St","Physical Address Line 2":"","Physical Address City":"Stratford","Physical Address State":"WI ","Physical Address Zipcode":"54484","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05295315682281059,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5514550","School District Name":"Stoughton Area School District","Physical Address Line 1":"320 North St","Physical Address Line 2":"","Physical Address City":"Stoughton","Physical Address State":"WI ","Physical Address Zipcode":"53589","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.055583250249252245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5514520","School District Name":"Stockbridge School District","Physical Address Line 1":"110 School St","Physical Address Line 2":"","Physical Address City":"Stockbridge","Physical Address State":"WI ","Physical Address Zipcode":"53088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.040160642570281124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5514490","School District Name":"Stevens Point Area Public School District","Physical Address Line 1":"1900 Polk St","Physical Address Line 2":"","Physical Address City":"Stevens Point","Physical Address State":"WI ","Physical Address Zipcode":"54481","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08373612018288701,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5514430","School District Name":"Stanley-Boyd Area School District","Physical Address Line 1":"507 E 1st Ave","Physical Address Line 2":"","Physical Address City":"Stanley","Physical Address State":"WI ","Physical Address Zipcode":"54768","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1228813559322034,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5514340","School District Name":"Spring Valley School District","Physical Address Line 1":"S1450 County Road CC","Physical Address Line 2":"","Physical Address City":"Spring Valley","Physical Address State":"WI ","Physical Address Zipcode":"54767","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04289544235924933,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5514250","School District Name":"River Valley School District","Physical Address Line 1":"660 W Daley St","Physical Address Line 2":"","Physical Address City":"Spring Green","Physical Address State":"WI ","Physical Address Zipcode":"53588","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07535121328224777,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5514220","School District Name":"Spooner Area School District","Physical Address Line 1":"801 County Highway A","Physical Address Line 2":"","Physical Address City":"Spooner","Physical Address State":"WI ","Physical Address Zipcode":"54801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1286462228870606,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5514190","School District Name":"Spencer School District","Physical Address Line 1":"300 N School St","Physical Address Line 2":"","Physical Address City":"Spencer","Physical Address State":"WI ","Physical Address Zipcode":"54479","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07471264367816093,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5514160","School District Name":"Sparta Area School District","Physical Address Line 1":"900 E Montgomery St","Physical Address Line 2":"","Physical Address City":"Sparta","Physical Address State":"WI ","Physical Address Zipcode":"54656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11100260416666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5514130","School District Name":"Southern Door County School District","Physical Address Line 1":"2073 County Trunk DK","Physical Address Line 2":"","Physical Address City":"Brussels","Physical Address State":"WI ","Physical Address Zipcode":"54204","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09180918091809182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5514040","School District Name":"South Milwaukee School District","Physical Address Line 1":"901 15th Ave","Physical Address Line 2":"","Physical Address City":"South Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53172","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.21957913998170173,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5514010","School District Name":"Somerset School District","Physical Address Line 1":"639 Sunrise Dr","Physical Address Line 2":"","Physical Address City":"Somerset","Physical Address State":"WI ","Physical Address Zipcode":"54025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03444316877152698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5513980","School District Name":"Solon Springs School District","Physical Address Line 1":"8993 E Baldwin Ave","Physical Address Line 2":"","Physical Address City":"Solon Springs","Physical Address State":"WI ","Physical Address Zipcode":"54873","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09717868338557993,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5513950","School District Name":"Slinger School District","Physical Address Line 1":"207 Polk St","Physical Address Line 2":"","Physical Address City":"Slinger","Physical Address State":"WI ","Physical Address Zipcode":"53086","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.029823269513991165,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5513890","School District Name":"Siren School District","Physical Address Line 1":"24022 4th Ave","Physical Address Line 2":"","Physical Address City":"Siren","Physical Address State":"WI ","Physical Address Zipcode":"54872","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19896640826873385,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5513860","School District Name":"Silver Lake J1 School District","Physical Address Line 1":"300 Prosser St","Physical Address Line 2":"","Physical Address City":"Silver Lake","Physical Address State":"WI ","Physical Address Zipcode":"53170","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08295964125560538,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5513830","School District Name":"Shullsburg School District","Physical Address Line 1":"444 N Judgement St","Physical Address Line 2":"","Physical Address City":"Shullsburg","Physical Address State":"WI ","Physical Address Zipcode":"53586","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10025062656641603,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5513800","School District Name":"Shorewood School District","Physical Address Line 1":"1701 E Capitol Dr","Physical Address Line 2":"","Physical Address City":"Shorewood","Physical Address State":"WI ","Physical Address Zipcode":"53211","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08928571428571429,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5513770","School District Name":"Shiocton School District","Physical Address Line 1":"N5650 Broad St","Physical Address Line 2":"","Physical Address City":"Shiocton","Physical Address State":"WI ","Physical Address Zipcode":"54170","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06447534766118837,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5513710","School District Name":"Shell Lake School District","Physical Address Line 1":"271 Highway 63","Physical Address Line 2":"","Physical Address City":"Shell Lake","Physical Address State":"WI ","Physical Address Zipcode":"54871","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13178294573643412,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5513680","School District Name":"Sheboygan Falls School District","Physical Address Line 1":"220 Amherst Ave","Physical Address Line 2":"","Physical Address City":"Sheboygan Falls","Physical Address State":"WI ","Physical Address Zipcode":"53085","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.052183777651730004,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5513650","School District Name":"Sheboygan Area School District","Physical Address Line 1":"830 Virginia Ave","Physical Address Line 2":"","Physical Address City":"Sheboygan","Physical Address State":"WI ","Physical Address Zipcode":"53081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1093891516554292,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5513620","School District Name":"Shawano School District","Physical Address Line 1":"218 County Road B","Physical Address Line 2":"","Physical Address City":"Shawano","Physical Address State":"WI ","Physical Address Zipcode":"54166","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12043795620437957,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5513560","School District Name":"Sharon J11 School District","Physical Address Line 1":"104 E School St","Physical Address Line 2":"","Physical Address City":"Sharon","Physical Address State":"WI ","Physical Address Zipcode":"53585","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17857142857142858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5513530","School District Name":"Seymour Community School District","Physical Address Line 1":"10 Circle Dr","Physical Address Line 2":"","Physical Address City":"Seymour","Physical Address State":"WI ","Physical Address Zipcode":"54165","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07775211701308699,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5513500","School District Name":"Sevastopol School District","Physical Address Line 1":"4550 Highway 57","Physical Address Line 2":"","Physical Address City":"Sturgeon Bay","Physical Address State":"WI ","Physical Address Zipcode":"54235","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0812720848056537,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5513470","School District Name":"Seneca Area School District","Physical Address Line 1":"202 Main St","Physical Address Line 2":"","Physical Address City":"Seneca","Physical Address State":"WI ","Physical Address Zipcode":"54654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22807017543859648,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5513410","School District Name":"Sauk Prairie School District","Physical Address Line 1":"440 13th St","Physical Address Line 2":"","Physical Address City":"Prairie du Sac","Physical Address State":"WI ","Physical Address Zipcode":"53578","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.057214825476790215,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5513350","School District Name":"Salem School District","Physical Address Line 1":"8828 Antioch Rd","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"WI ","Physical Address Zipcode":"53168","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07677725118483412,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5513290","School District Name":"Central/Westosha UHS School District","Physical Address Line 1":"24617 75th St","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"WI ","Physical Address Zipcode":"53168","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0457290767903365,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5513260","School District Name":"Saint Francis School District","Physical Address Line 1":"4225 S Lake Dr","Physical Address Line 2":"","Physical Address City":"Saint Francis","Physical Address State":"WI ","Physical Address Zipcode":"53235","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11668372569089049,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5513230","School District Name":"Saint Croix Falls School District","Physical Address Line 1":"740 Maple Dr","Physical Address Line 2":"","Physical Address City":"Saint Croix Falls","Physical Address State":"WI ","Physical Address Zipcode":"54024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07766990291262135,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5513170","School District Name":"D C Everest Area School District","Physical Address Line 1":"6300 Alderson St","Physical Address Line 2":"","Physical Address City":"Weston","Physical Address State":"WI ","Physical Address Zipcode":"54476","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.05134637899314266,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5513140","School District Name":"Rosholt School District","Physical Address Line 1":"346 W Randolph St","Physical Address Line 2":"","Physical Address City":"Rosholt","Physical Address State":"WI ","Physical Address Zipcode":"54473","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.043410852713178294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5513100","School District Name":"Rosendale-Brandon School District","Physical Address Line 1":"300 W Wisconsin St","Physical Address Line 2":"","Physical Address City":"Rosendale","Physical Address State":"WI ","Physical Address Zipcode":"54974","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.030723488602576808,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5513050","School District Name":"River Falls School District","Physical Address Line 1":"852 E Division St","Physical Address Line 2":"","Physical Address City":"River Falls","Physical Address State":"WI ","Physical Address Zipcode":"54022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04491017964071856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5513020","School District Name":"Ripon Area School District","Physical Address Line 1":"1120 Metomen St","Physical Address Line 2":"","Physical Address City":"Ripon","Physical Address State":"WI ","Physical Address Zipcode":"54971","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07263922518159806,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5512990","School District Name":"Rio Community School District","Physical Address Line 1":"411 Church St","Physical Address Line 2":"","Physical Address City":"Rio","Physical Address State":"WI ","Physical Address Zipcode":"53960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.046875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5512960","School District Name":"Richland School District","Physical Address Line 1":"1996 US Hwy 14 W","Physical Address Line 2":"","Physical Address City":"Richland Center","Physical Address State":"WI ","Physical Address Zipcode":"53581","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14937012597480503,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5512810","School District Name":"Rice Lake Area School District","Physical Address Line 1":"700 Augusta St","Physical Address Line 2":"","Physical Address City":"Rice Lake","Physical Address State":"WI ","Physical Address Zipcode":"54868","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1018821603927987,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5512780","School District Name":"Rib Lake School District","Physical Address Line 1":"1236 Kennedy St","Physical Address Line 2":"","Physical Address City":"Rib Lake","Physical Address State":"WI ","Physical Address Zipcode":"54470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12845849802371542,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5512720","School District Name":"Rhinelander School District","Physical Address Line 1":"665 Coolidge Ave","Physical Address Line 2":"Ste B","Physical Address City":"Rhinelander","Physical Address State":"WI ","Physical Address Zipcode":"54501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1130690161527166,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5512690","School District Name":"Reedsville School District","Physical Address Line 1":"340 Manitowoc St","Physical Address Line 2":"","Physical Address City":"Reedsville","Physical Address State":"WI ","Physical Address Zipcode":"54230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0807061790668348,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5512660","School District Name":"Reedsburg School District","Physical Address Line 1":"501 K St","Physical Address Line 2":"","Physical Address City":"Reedsburg","Physical Address State":"WI ","Physical Address Zipcode":"53959","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10294117647058823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5512540","School District Name":"Kickapoo Area School District","Physical Address Line 1":"S6520 State Highway 131","Physical Address Line 2":"","Physical Address City":"Viola","Physical Address State":"WI ","Physical Address Zipcode":"54664","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23333333333333334,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5512510","School District Name":"North Cape School District","Physical Address Line 1":"11926 W Highway K","Physical Address Line 2":"","Physical Address City":"Franksville","Physical Address State":"WI ","Physical Address Zipcode":"53126","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03389830508474576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5512480","School District Name":"Raymond #14 School District","Physical Address Line 1":"2659 76th St","Physical Address Line 2":"","Physical Address City":"Franksville","Physical Address State":"WI ","Physical Address Zipcode":"53126","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0427807486631016,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5512450","School District Name":"Random Lake School District","Physical Address Line 1":"605 Random Lake Rd","Physical Address Line 2":"","Physical Address City":"Random Lake","Physical Address State":"WI ","Physical Address Zipcode":"53075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05680705190989226,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5512420","School District Name":"Randolph School District","Physical Address Line 1":"110 Meadowood Dr","Physical Address Line 2":"","Physical Address City":"Randolph","Physical Address State":"WI ","Physical Address Zipcode":"53956","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07526881720430108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5512390","School District Name":"Randall J1 School District","Physical Address Line 1":"37101 87th St","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"WI ","Physical Address Zipcode":"53105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06913996627318718,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5512360","School District Name":"Racine Unified School District","Physical Address Line 1":"3109 Mount Pleasant St","Physical Address Line 2":"","Physical Address City":"Racine","Physical Address State":"WI ","Physical Address Zipcode":"53404","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1512454739781006,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5512330","School District Name":"Pulaski Community School District","Physical Address Line 1":"143 W Green Bay St","Physical Address Line 2":"","Physical Address City":"Pulaski","Physical Address State":"WI ","Physical Address Zipcode":"54162","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.038471146640019986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5512300","School District Name":"Princeton School District","Physical Address Line 1":"604 Old Green Lake Rd","Physical Address Line 2":"","Physical Address City":"Princeton","Physical Address State":"WI ","Physical Address Zipcode":"54968","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0971563981042654,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5512240","School District Name":"Prescott School District","Physical Address Line 1":"1220 Saint Croix St","Physical Address Line 2":"","Physical Address City":"Prescott","Physical Address State":"WI ","Physical Address Zipcode":"54021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.02679738562091503,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5512210","School District Name":"Prentice School District","Physical Address Line 1":"1025 Town St","Physical Address Line 2":"","Physical Address City":"Prentice","Physical Address State":"WI ","Physical Address Zipcode":"54556","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18095238095238095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5512180","School District Name":"Prairie Farm Public School District","Physical Address Line 1":"630 River Ave S","Physical Address Line 2":"","Physical Address City":"Prairie Farm","Physical Address State":"WI ","Physical Address Zipcode":"54762","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5512150","School District Name":"Prairie du Chien Area School District","Physical Address Line 1":"800 E Crawford St","Physical Address Line 2":"Dist Ofc","Physical Address City":"Prairie du Chien","Physical Address State":"WI ","Physical Address Zipcode":"53821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1411192214111922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5512120","School District Name":"Poynette School District","Physical Address Line 1":"108 N Cleveland St","Physical Address Line 2":"","Physical Address City":"Poynette","Physical Address State":"WI ","Physical Address Zipcode":"53955","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04238921001926782,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5512090","School District Name":"Potosi School District","Physical Address Line 1":"128 Highway 61 N","Physical Address Line 2":"","Physical Address City":"Potosi","Physical Address State":"WI ","Physical Address Zipcode":"53820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09615384615384616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5512060","School District Name":"Portage Community School District","Physical Address Line 1":"305 E Slifer St","Physical Address Line 2":"","Physical Address City":"Portage","Physical Address State":"WI ","Physical Address Zipcode":"53901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08218623481781377,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5512030","School District Name":"South Shore School District","Physical Address Line 1":"9135 School Rd","Physical Address Line 2":"","Physical Address City":"Port Wing","Physical Address State":"WI ","Physical Address Zipcode":"54865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.091324200913242,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5512000","School District Name":"Port Washington-Saukville School District","Physical Address Line 1":"100 W Monroe St","Physical Address Line 2":"","Physical Address City":"Port Washington","Physical Address State":"WI ","Physical Address Zipcode":"53074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0481139337952271,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5511970","School District Name":"Port Edwards School District","Physical Address Line 1":"801 2nd St","Physical Address Line 2":"","Physical Address City":"Port Edwards","Physical Address State":"WI ","Physical Address Zipcode":"54469","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07523510971786834,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5511940","School District Name":"Plymouth Joint School District","Physical Address Line 1":"125 S Highland Ave","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"WI ","Physical Address Zipcode":"53073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05694227769110764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5511880","School District Name":"Plum City School District","Physical Address Line 1":"907 Main St","Physical Address Line 2":"","Physical Address City":"Plum City","Physical Address State":"WI ","Physical Address Zipcode":"54761","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.071875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5511850","School District Name":"Platteville School District","Physical Address Line 1":"780 N 2nd St","Physical Address Line 2":"","Physical Address City":"Platteville","Physical Address State":"WI ","Physical Address Zipcode":"53818","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1396508728179551,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5511820","School District Name":"Tri-County Area School District","Physical Address Line 1":"409 S West St","Physical Address Line 2":"","Physical Address City":"Plainfield","Physical Address State":"WI ","Physical Address Zipcode":"54966","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1354515050167224,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5511790","School District Name":"Pittsville School District","Physical Address Line 1":"5459 Elementary Ave","Physical Address Line 2":"Suite 2","Physical Address City":"Pittsville","Physical Address State":"WI ","Physical Address Zipcode":"54466","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0738362760834671,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5511730","School District Name":"Phillips School District","Physical Address Line 1":"365 Highway 100","Physical Address Line 2":"","Physical Address City":"Phillips","Physical Address State":"WI ","Physical Address Zipcode":"54555","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16120218579234974,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5511710","School District Name":"Phelps School District","Physical Address Line 1":"4451 Old School Rd","Physical Address Line 2":"","Physical Address City":"Phelps","Physical Address State":"WI ","Physical Address Zipcode":"54554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.184,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5511640","School District Name":"Pewaukee School District","Physical Address Line 1":"404 Lake St","Physical Address Line 2":"","Physical Address City":"Pewaukee","Physical Address State":"WI ","Physical Address Zipcode":"53072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.021809369951534735,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5511610","School District Name":"Peshtigo School District","Physical Address Line 1":"341 N Emery Ave","Physical Address Line 2":"","Physical Address City":"Peshtigo","Physical Address State":"WI ","Physical Address Zipcode":"54157","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08875739644970414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5511580","School District Name":"Pepin Area School District","Physical Address Line 1":"510 Pine St","Physical Address Line 2":"","Physical Address City":"Pepin","Physical Address State":"WI ","Physical Address Zipcode":"54759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10126582278481013,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5511550","School District Name":"Beecher-Dunbar-Pembine School District","Physical Address Line 1":"N18775 Sauld St","Physical Address Line 2":"","Physical Address City":"Pembine","Physical Address State":"WI ","Physical Address Zipcode":"54156","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1488673139158576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5511400","School District Name":"Paris J1 School District","Physical Address Line 1":"1901 176th Ave","Physical Address Line 2":"","Physical Address City":"Kenosha","Physical Address State":"WI ","Physical Address Zipcode":"53144","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.046242774566473986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5511370","School District Name":"Pardeeville Area School District","Physical Address Line 1":"120 Oak St","Physical Address Line 2":"","Physical Address City":"Pardeeville","Physical Address State":"WI ","Physical Address Zipcode":"53954","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0778498609823911,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5511350","School District Name":"Palmyra-Eagle Area School District","Physical Address Line 1":"123 Burr Oak St","Physical Address Line 2":"","Physical Address City":"Palmyra","Physical Address State":"WI ","Physical Address Zipcode":"53156","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.053516819571865444,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5511310","School District Name":"Owen-Withee School District","Physical Address Line 1":"832 W 3rd St","Physical Address Line 2":"","Physical Address City":"Owen","Physical Address State":"WI ","Physical Address Zipcode":"54460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2241206030150754,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5511220","School District Name":"Osseo-Fairchild School District","Physical Address Line 1":"50851 East St","Physical Address Line 2":"","Physical Address City":"Osseo","Physical Address State":"WI ","Physical Address Zipcode":"54758","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13125590179414542,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5511190","School District Name":"Oshkosh Area School District","Physical Address Line 1":"215 S Eagle St","Physical Address Line 2":"","Physical Address City":"Oshkosh","Physical Address State":"WI ","Physical Address Zipcode":"54902","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08946782866679029,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5511160","School District Name":"Osceola School District","Physical Address Line 1":"331 Middle School Dr","Physical Address Line 2":"","Physical Address City":"Osceola","Physical Address State":"WI ","Physical Address Zipcode":"54020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06300185299567634,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5511130","School District Name":"Parkview School District","Physical Address Line 1":"106 W Church St","Physical Address Line 2":"","Physical Address City":"Orfordville","Physical Address State":"WI ","Physical Address Zipcode":"53576","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0722057368941642,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5511100","School District Name":"Oregon School District","Physical Address Line 1":"123 E Grove St","Physical Address Line 2":"","Physical Address City":"Oregon","Physical Address State":"WI ","Physical Address Zipcode":"53575","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03881278538812785,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5511070","School District Name":"Oostburg School District","Physical Address Line 1":"410 New York Ave","Physical Address Line 2":"","Physical Address City":"Oostburg","Physical Address State":"WI ","Physical Address Zipcode":"53070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.043782837127845885,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5511010","School District Name":"Onalaska School District","Physical Address Line 1":"237 2nd Ave S","Physical Address Line 2":"","Physical Address City":"Onalaska","Physical Address State":"WI ","Physical Address Zipcode":"54650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0547945205479452,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510980","School District Name":"Omro School District","Physical Address Line 1":"455 Fox Trl","Physical Address Line 2":"","Physical Address City":"Omro","Physical Address State":"WI ","Physical Address Zipcode":"54963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.054436987322893364,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510950","School District Name":"Oconto Falls Public School District","Physical Address Line 1":"200 N Farm Rd","Physical Address Line 2":"","Physical Address City":"Oconto Falls","Physical Address State":"WI ","Physical Address Zipcode":"54154","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09211318482841661,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510920","School District Name":"Oconto Unified School District","Physical Address Line 1":"400 Michigan Ave","Physical Address Line 2":"","Physical Address City":"Oconto","Physical Address State":"WI ","Physical Address Zipcode":"54153","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11662075298438934,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510890","School District Name":"Oconomowoc Area School District","Physical Address Line 1":"915 East Summit Avenue","Physical Address Line 2":"","Physical Address City":"Oconomowoc","Physical Address State":"WI ","Physical Address Zipcode":"53066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03407460545193687,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510860","School District Name":"Oakfield School District","Physical Address Line 1":"200 White St","Physical Address Line 2":"","Physical Address City":"Oakfield","Physical Address State":"WI ","Physical Address Zipcode":"53065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.049723756906077346,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510830","School District Name":"Oak Creek-Franklin Joint School District","Physical Address Line 1":"7630 S 10th St","Physical Address Line 2":"","Physical Address City":"Oak Creek","Physical Address State":"WI ","Physical Address Zipcode":"53154","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08777479044757236,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510800","School District Name":"Norway J7 School District","Physical Address Line 1":"21016 7 Mile Rd","Physical Address Line 2":"","Physical Address City":"Franksville","Physical Address State":"WI ","Physical Address Zipcode":"53126","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05333333333333334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510770","School District Name":"Norwalk-Ontario-Wilton School District","Physical Address Line 1":"28861 Highway 131 N","Physical Address Line 2":"","Physical Address City":"Ontario","Physical Address State":"WI ","Physical Address Zipcode":"54651","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17304189435336975,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5510740","School District Name":"North Fond du Lac School District","Physical Address Line 1":"1115 Thurke Ave","Physical Address Line 2":"","Physical Address City":"North Fond du Lac","Physical Address State":"WI ","Physical Address Zipcode":"54937","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08502340093603744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510710","School District Name":"Norris School District","Physical Address Line 1":"W247S10395 Center Dr","Physical Address Line 2":"","Physical Address City":"Mukwonago","Physical Address State":"WI ","Physical Address Zipcode":"53149","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.01639344262295082,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510680","School District Name":"Niagara School District","Physical Address Line 1":"700 Jefferson Ave","Physical Address Line 2":"","Physical Address City":"Niagara","Physical Address State":"WI ","Physical Address Zipcode":"54151","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12239583333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510620","School District Name":"New Richmond School District","Physical Address Line 1":"837 E 11th St","Physical Address Line 2":"","Physical Address City":"New Richmond","Physical Address State":"WI ","Physical Address Zipcode":"54017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04712041884816754,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510590","School District Name":"New London School District","Physical Address Line 1":"901 W Washington St","Physical Address Line 2":"","Physical Address City":"New London","Physical Address State":"WI ","Physical Address Zipcode":"54961","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0770392749244713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510560","School District Name":"New Lisbon School District","Physical Address Line 1":"500 S Forest St","Physical Address Line 2":"","Physical Address City":"New Lisbon","Physical Address State":"WI ","Physical Address Zipcode":"53950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10558069381598793,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5510530","School District Name":"New Holstein School District","Physical Address Line 1":"1715 Plymouth St","Physical Address Line 2":"","Physical Address City":"New Holstein","Physical Address State":"WI ","Physical Address Zipcode":"53061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05436241610738255,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510500","School District Name":"New Glarus School District","Physical Address Line 1":"1701 2nd St","Physical Address Line 2":"","Physical Address City":"New Glarus","Physical Address State":"WI ","Physical Address Zipcode":"53574","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04181600955794504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5510470","School District Name":"New Berlin School District","Physical Address Line 1":"4333 S Sunnyslope Rd","Physical Address Line 2":"","Physical Address City":"New Berlin","Physical Address State":"WI ","Physical Address Zipcode":"53151","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.023127962085308058,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510440","School District Name":"New Auburn School District","Physical Address Line 1":"704 N East St","Physical Address Line 2":"","Physical Address City":"New Auburn","Physical Address State":"WI ","Physical Address Zipcode":"54757","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16816816816816818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5510380","School District Name":"Nekoosa School District","Physical Address Line 1":"600 S Section St","Physical Address Line 2":"","Physical Address City":"Nekoosa","Physical Address State":"WI ","Physical Address Zipcode":"54457","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11363636363636363,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510350","School District Name":"Neillsville School District","Physical Address Line 1":"614 E 5th St","Physical Address Line 2":"","Physical Address City":"Neillsville","Physical Address State":"WI ","Physical Address Zipcode":"54456","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13043478260869565,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5510320","School District Name":"Neenah Joint School District","Physical Address Line 1":"410 S Commercial St","Physical Address Line 2":"","Physical Address City":"Neenah","Physical Address State":"WI ","Physical Address Zipcode":"54956","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.05604994023110639,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510230","School District Name":"Necedah Area School District","Physical Address Line 1":"1801 S Main St","Physical Address Line 2":"","Physical Address City":"Necedah","Physical Address State":"WI ","Physical Address Zipcode":"54646","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15128205128205127,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5510170","School District Name":"Muskego-Norway School District","Physical Address Line 1":"S87W18763 Woods Rd","Physical Address Line 2":"","Physical Address City":"Muskego","Physical Address State":"WI ","Physical Address Zipcode":"53150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02557148392096087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5510140","School District Name":"Riverdale School District","Physical Address Line 1":"747 N 6th St","Physical Address Line 2":"","Physical Address City":"Muscoda","Physical Address State":"WI ","Physical Address Zipcode":"53573","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5510060","School District Name":"Mukwonago School District","Physical Address Line 1":"385 E Veterans Way","Physical Address Line 2":"","Physical Address City":"Mukwonago","Physical Address State":"WI ","Physical Address Zipcode":"53149","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.026884862653419054,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509990","School District Name":"Mount Horeb Area School District","Physical Address Line 1":"1304 E Lincoln St","Physical Address Line 2":"","Physical Address City":"Mount Horeb","Physical Address State":"WI ","Physical Address Zipcode":"53572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.037518573551263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509960","School District Name":"Mosinee School District","Physical Address Line 1":"146001 State Highway 153","Physical Address Line 2":"","Physical Address City":"Mosinee","Physical Address State":"WI ","Physical Address Zipcode":"54455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.04569252736792004,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509900","School District Name":"Monticello School District","Physical Address Line 1":"334 S Main St","Physical Address Line 2":"","Physical Address City":"Monticello","Physical Address State":"WI ","Physical Address Zipcode":"53570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05357142857142857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5509870","School District Name":"Montello School District","Physical Address Line 1":"222 Forest Ln","Physical Address Line 2":"","Physical Address City":"Montello","Physical Address State":"WI ","Physical Address Zipcode":"53949","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15734265734265734,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5509840","School District Name":"Monroe School District","Physical Address Line 1":"925 16th Ave","Physical Address Line 2":"Ste 3","Physical Address City":"Monroe","Physical Address State":"WI ","Physical Address Zipcode":"53566","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0890721649484536,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509810","School District Name":"Monona Grove School District","Physical Address Line 1":"5301 Monona Dr","Physical Address Line 2":"","Physical Address City":"Monona","Physical Address State":"WI ","Physical Address Zipcode":"53716","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.037107516650808754,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509780","School District Name":"Mondovi School District","Physical Address Line 1":"337 N Jackson St","Physical Address Line 2":"","Physical Address City":"Mondovi","Physical Address State":"WI ","Physical Address Zipcode":"54755","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10206185567010309,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5509750","School District Name":"Mishicot School District","Physical Address Line 1":"660 Washington St","Physical Address Line 2":"","Physical Address City":"Mishicot","Physical Address State":"WI ","Physical Address Zipcode":"54228","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07209062821833162,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5509720","School District Name":"Northwood School District","Physical Address Line 1":"N14463 Highway 53","Physical Address Line 2":"","Physical Address City":"Minong","Physical Address State":"WI ","Physical Address Zipcode":"54859","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16201117318435754,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5509690","School District Name":"Minocqua J1 School District","Physical Address Line 1":"7450 Titus Dr","Physical Address Line 2":"","Physical Address City":"Minocqua","Physical Address State":"WI ","Physical Address Zipcode":"54548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10395010395010396,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5509660","School District Name":"Mineral Point Unified School District","Physical Address Line 1":"705 Ross St","Physical Address Line 2":"","Physical Address City":"Mineral Point","Physical Address State":"WI ","Physical Address Zipcode":"53565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07369942196531792,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5509630","School District Name":"Lakeland UHS School District","Physical Address Line 1":"9573 State Hwy 70","Physical Address Line 2":"","Physical Address City":"Minocqua","Physical Address State":"WI ","Physical Address Zipcode":"54548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09356014580801944,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5509600","School District Name":"Milwaukee School District","Physical Address Line 1":"5225 W Vliet St","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53208","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.29767076439597007,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5509570","School District Name":"Milton School District","Physical Address Line 1":"448 E High St","Physical Address Line 2":"","Physical Address City":"Milton","Physical Address State":"WI ","Physical Address Zipcode":"53563","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.04305949008498584,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509510","School District Name":"Middleton-Cross Plains Area School District","Physical Address Line 1":"7106 South Ave","Physical Address Line 2":"","Physical Address City":"Middleton","Physical Address State":"WI ","Physical Address Zipcode":"53562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04236796285548462,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509390","School District Name":"Stone Bank School District","Physical Address Line 1":"N68W33866 County Road K","Physical Address Line 2":"","Physical Address City":"Oconomowoc","Physical Address State":"WI ","Physical Address Zipcode":"53066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.041935483870967745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509360","School District Name":"Merton Community School District","Physical Address Line 1":"N68W28320 Sussex Rd","Physical Address Line 2":"","Physical Address City":"Merton","Physical Address State":"WI ","Physical Address Zipcode":"53056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.013598326359832637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509300","School District Name":"North Lake School District","Physical Address Line 1":"N75W31283 Highway VV","Physical Address Line 2":"","Physical Address City":"North Lake","Physical Address State":"WI ","Physical Address Zipcode":"53064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03089887640449438,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509240","School District Name":"Swallow School District","Physical Address Line 1":"W299N5614 County Road E","Physical Address Line 2":"","Physical Address City":"Hartland","Physical Address State":"WI ","Physical Address Zipcode":"53029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.008431703204047217,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509210","School District Name":"Merrill Area School District","Physical Address Line 1":"1111 N Sales St","Physical Address Line 2":"","Physical Address City":"Merrill","Physical Address State":"WI ","Physical Address Zipcode":"54452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09005563282336579,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509150","School District Name":"Mercer School District","Physical Address Line 1":"2690 W Margaret St","Physical Address Line 2":"","Physical Address City":"Mercer","Physical Address State":"WI ","Physical Address Zipcode":"54547","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2786885245901639,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5509130","School District Name":"Mequon-Thiensville School District","Physical Address Line 1":"5000 W Mequon Rd","Physical Address Line 2":"","Physical Address City":"Mequon","Physical Address State":"WI ","Physical Address Zipcode":"53092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.020705346985210465,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509090","School District Name":"Menomonie Area School District","Physical Address Line 1":"215 Pine Ave E","Physical Address Line 2":"","Physical Address City":"Menomonie","Physical Address State":"WI ","Physical Address Zipcode":"54751","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09551886792452831,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509070","School District Name":"Menominee Indian School District","Physical Address Line 1":"N522 STH 47-55","Physical Address Line 2":"","Physical Address City":"Keshena","Physical Address State":"WI ","Physical Address Zipcode":"54135","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.34404865334491747,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5509060","School District Name":"Menomonee Falls School District","Physical Address Line 1":"W156N8480 Pilgrim Rd","Physical Address Line 2":"","Physical Address City":"Menomonee Falls","Physical Address State":"WI ","Physical Address Zipcode":"53051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.028471411901983663,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509030","School District Name":"Menasha Joint School District","Physical Address Line 1":"100 Main St","Physical Address Line 2":"3rd Floor","Physical Address City":"Menasha","Physical Address State":"WI ","Physical Address Zipcode":"54952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10580290145072536,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5509000","School District Name":"Melrose-Mindoro School District","Physical Address Line 1":"N181 State Road 108","Physical Address Line 2":"","Physical Address City":"Melrose","Physical Address State":"WI ","Physical Address Zipcode":"54642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1345679012345679,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5508970","School District Name":"Mellen School District","Physical Address Line 1":"420 S Main St","Physical Address Line 2":"","Physical Address City":"Mellen","Physical Address State":"WI ","Physical Address Zipcode":"54546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19767441860465115,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5508940","School District Name":"Medford Area Public School District","Physical Address Line 1":"124 W State St","Physical Address Line 2":"","Physical Address City":"Medford","Physical Address State":"WI ","Physical Address Zipcode":"54451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09906462585034014,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5508910","School District Name":"McFarland School District","Physical Address Line 1":"5101 Farwell St","Physical Address Line 2":"","Physical Address City":"McFarland","Physical Address State":"WI ","Physical Address Zipcode":"53558","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.031832651205093224,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5508880","School District Name":"Mayville School District","Physical Address Line 1":"N8210 Highway 28","Physical Address Line 2":"","Physical Address City":"Mayville","Physical Address State":"WI ","Physical Address Zipcode":"53050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04527081649151172,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5508850","School District Name":"Mauston School District","Physical Address Line 1":"510 Grayside Ave","Physical Address Line 2":"","Physical Address City":"Mauston","Physical Address State":"WI ","Physical Address Zipcode":"53948","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12549019607843137,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5508820","School District Name":"Marshfield Unified School District","Physical Address Line 1":"1010 E Fourth St","Physical Address Line 2":"","Physical Address City":"Marshfield","Physical Address State":"WI ","Physical Address Zipcode":"54449","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0809648913303081,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5508790","School District Name":"Marshall School District","Physical Address Line 1":"617 Madison St","Physical Address Line 2":"","Physical Address City":"Marshall","Physical Address State":"WI ","Physical Address Zipcode":"53559","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09140625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5508760","School District Name":"Markesan School District","Physical Address Line 1":"100 E Vista Blvd","Physical Address Line 2":"","Physical Address City":"Markesan","Physical Address State":"WI ","Physical Address Zipcode":"53946","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13741721854304637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5508730","School District Name":"Marion School District","Physical Address Line 1":"1001 N Main St","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"WI ","Physical Address Zipcode":"54950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17747440273037543,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5508700","School District Name":"Marinette School District","Physical Address Line 1":"2139 Pierce Ave","Physical Address Line 2":"","Physical Address City":"Marinette","Physical Address State":"WI ","Physical Address Zipcode":"54143","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14388166741371583,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5508670","School District Name":"Marathon City School District","Physical Address Line 1":"204 East St","Physical Address Line 2":"","Physical Address City":"Marathon","Physical Address State":"WI ","Physical Address Zipcode":"54448","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03430079155672823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5508640","School District Name":"Maple School District","Physical Address Line 1":"4751 S County Road F","Physical Address Line 2":"","Physical Address City":"Maple","Physical Address State":"WI ","Physical Address Zipcode":"54854","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07663125948406677,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5508610","School District Name":"Manitowoc School District","Physical Address Line 1":"2902 Lindbergh Dr","Physical Address Line 2":"","Physical Address City":"Manitowoc","Physical Address State":"WI ","Physical Address Zipcode":"54221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10833035395066143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5508550","School District Name":"Manawa School District","Physical Address Line 1":"800 Beech St","Physical Address Line 2":"","Physical Address City":"Manawa","Physical Address State":"WI ","Physical Address Zipcode":"54949","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1016260162601626,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5508520","School District Name":"Madison Metropolitan School District","Physical Address Line 1":"545 W Dayton St","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"WI ","Physical Address Zipcode":"53703","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1060104587277421,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5508340","School District Name":"Luxemburg-Casco School District","Physical Address Line 1":"318 N Main St","Physical Address Line 2":"","Physical Address City":"Luxemburg","Physical Address State":"WI ","Physical Address Zipcode":"54217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0403679100664282,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5508280","School District Name":"Luck School District","Physical Address Line 1":"810 S 7th St","Physical Address Line 2":"","Physical Address City":"Luck","Physical Address State":"WI ","Physical Address Zipcode":"54853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11464968152866242,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5508250","School District Name":"Loyal School District","Physical Address Line 1":"514 W Central","Physical Address Line 2":"","Physical Address City":"Loyal","Physical Address State":"WI ","Physical Address Zipcode":"54446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19753086419753085,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5508220","School District Name":"Lomira School District","Physical Address Line 1":"1030 4th St","Physical Address Line 2":"","Physical Address City":"Lomira","Physical Address State":"WI ","Physical Address Zipcode":"53048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.062162162162162166,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5508190","School District Name":"Lodi School District","Physical Address Line 1":"115 School St","Physical Address Line 2":"","Physical Address City":"Lodi","Physical Address State":"WI ","Physical Address Zipcode":"53555","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03579952267303103,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5508160","School District Name":"Little Chute Area School District","Physical Address Line 1":"1402 Freedom Rd","Physical Address Line 2":"","Physical Address City":"Little Chute","Physical Address State":"WI ","Physical Address Zipcode":"54140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07526881720430108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5508130","School District Name":"Richmond School District","Physical Address Line 1":"N56W26530 Richmond Rd","Physical Address Line 2":"","Physical Address City":"Sussex","Physical Address State":"WI ","Physical Address Zipcode":"53089","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01702127659574468,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5508070","School District Name":"Linn J6 School District","Physical Address Line 1":"W4094 S Lakeshore Dr","Physical Address Line 2":"","Physical Address City":"Lake Geneva","Physical Address State":"WI ","Physical Address Zipcode":"53147","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.053763440860215055,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5508040","School District Name":"Linn J4 School District","Physical Address Line 1":"W3490 Linton Rd","Physical Address Line 2":"","Physical Address City":"Lake Geneva","Physical Address State":"WI ","Physical Address Zipcode":"53147","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07766990291262135,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507860","School District Name":"Lena School District","Physical Address Line 1":"304 E Main St","Physical Address Line 2":"","Physical Address City":"Lena","Physical Address State":"WI ","Physical Address Zipcode":"54139","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07875894988066826,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5507830","School District Name":"Laona School District","Physical Address Line 1":"5216 Forest Ave","Physical Address Line 2":"Ste A","Physical Address City":"Laona","Physical Address State":"WI ","Physical Address Zipcode":"54541","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5507770","School District Name":"Lancaster Community School District","Physical Address Line 1":"925 W Maple St","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"WI ","Physical Address Zipcode":"53813","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11527093596059114,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507710","School District Name":"Lake Mills Area School District","Physical Address Line 1":"120 E Lake Park Pl","Physical Address Line 2":"","Physical Address City":"Lake Mills","Physical Address State":"WI ","Physical Address Zipcode":"53551","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04049416609471517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507680","School District Name":"Lake Holcombe School District","Physical Address Line 1":"27331 262nd Ave","Physical Address Line 2":"","Physical Address City":"Holcombe","Physical Address State":"WI ","Physical Address Zipcode":"54745","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13246753246753246,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5507650","School District Name":"Lake Geneva-Genoa City UHS School District","Physical Address Line 1":"208 E South St","Physical Address Line 2":"","Physical Address City":"Lake Geneva","Physical Address State":"WI ","Physical Address Zipcode":"53147","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06976744186046512,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507620","School District Name":"Lake Geneva J1 School District","Physical Address Line 1":"208 E South St","Physical Address Line 2":"","Physical Address City":"Lake Geneva","Physical Address State":"WI ","Physical Address Zipcode":"53147","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10138004246284502,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507590","School District Name":"Ladysmith School District","Physical Address Line 1":"1700 Edgewood Ave E","Physical Address Line 2":"","Physical Address City":"Ladysmith","Physical Address State":"WI ","Physical Address Zipcode":"54848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1539456662354463,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507560","School District Name":"La Farge School District","Physical Address Line 1":"301 W Adams St","Physical Address Line 2":"","Physical Address City":"La Farge","Physical Address State":"WI ","Physical Address Zipcode":"54639","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2697947214076246,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5507530","School District Name":"La Crosse School District","Physical Address Line 1":"807 East Ave S","Physical Address Line 2":"","Physical Address City":"La Crosse","Physical Address State":"WI ","Physical Address Zipcode":"54601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09971587065349749,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507500","School District Name":"Kohler School District","Physical Address Line 1":"333 Upper Road","Physical Address Line 2":"","Physical Address City":"Kohler","Physical Address State":"WI ","Physical Address Zipcode":"53044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.017408123791102514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507470","School District Name":"Kimberly Area School District","Physical Address Line 1":"425 S Washington St","Physical Address Line 2":"","Physical Address City":"Combined Locks","Physical Address State":"WI ","Physical Address Zipcode":"54113","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.030232063018948267,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507440","School District Name":"Kiel Area School District","Physical Address Line 1":"416 Paine St","Physical Address Line 2":"","Physical Address City":"Kiel","Physical Address State":"WI ","Physical Address Zipcode":"53042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05089820359281437,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507410","School District Name":"Kewaunee School District","Physical Address Line 1":"915 3rd St","Physical Address Line 2":"","Physical Address City":"Kewaunee","Physical Address State":"WI ","Physical Address Zipcode":"54216","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06454816285998013,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507380","School District Name":"Kewaskum School District","Physical Address Line 1":"1455 School St","Physical Address Line 2":"","Physical Address City":"Kewaskum","Physical Address State":"WI ","Physical Address Zipcode":"53040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.034482758620689655,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507320","School District Name":"Kenosha School District","Physical Address Line 1":"3600 52nd St","Physical Address Line 2":"","Physical Address City":"Kenosha","Physical Address State":"WI ","Physical Address Zipcode":"53144","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11879531511433351,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507290","School District Name":"Kaukauna Area School District","Physical Address Line 1":"1701 County Road CE","Physical Address Line 2":"","Physical Address City":"Kaukauna","Physical Address State":"WI ","Physical Address Zipcode":"54130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05044084478162805,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507260","School District Name":"Dodgeland School District","Physical Address Line 1":"401 S Western Ave","Physical Address Line 2":"","Physical Address City":"Juneau","Physical Address State":"WI ","Physical Address Zipcode":"53039","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06951871657754011,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507230","School District Name":"Juda School District","Physical Address Line 1":"N2385 Spring St","Physical Address Line 2":"","Physical Address City":"Juda","Physical Address State":"WI ","Physical Address Zipcode":"53550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09623430962343096,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5507170","School District Name":"Johnson Creek School District","Physical Address Line 1":"455 Aztalan St","Physical Address Line 2":"","Physical Address City":"Johnson Creek","Physical Address State":"WI ","Physical Address Zipcode":"53038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.037142857142857144,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507050","School District Name":"Jefferson School District","Physical Address Line 1":"206 S Taft Ave","Physical Address Line 2":"","Physical Address City":"Jefferson","Physical Address State":"WI ","Physical Address Zipcode":"53549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07722007722007722,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5507020","School District Name":"Janesville School District","Physical Address Line 1":"527 S Franklin St","Physical Address Line 2":"","Physical Address City":"Janesville","Physical Address State":"WI ","Physical Address Zipcode":"53548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11014037498772945,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5506960","School District Name":"Ithaca School District","Physical Address Line 1":"24615 State Hwy 58","Physical Address Line 2":"","Physical Address City":"Richland Center","Physical Address State":"WI ","Physical Address Zipcode":"53581","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09316770186335403,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5506870","School District Name":"Iowa-Grant School District","Physical Address Line 1":"498 County Road IG","Physical Address Line 2":"","Physical Address City":"Livingston","Physical Address State":"WI ","Physical Address Zipcode":"53554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12315270935960591,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5506840","School District Name":"Iola-Scandinavia School District","Physical Address Line 1":"450 Division St","Physical Address Line 2":"","Physical Address City":"Iola","Physical Address State":"WI ","Physical Address Zipcode":"54945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07692307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5506810","School District Name":"Independence School District","Physical Address Line 1":"23786 Indee Blvd","Physical Address Line 2":"","Physical Address City":"Independence","Physical Address State":"WI ","Physical Address Zipcode":"54747","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09271523178807947,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5506780","School District Name":"Hustisford School District","Physical Address Line 1":"845 S Lake St","Physical Address Line 2":"","Physical Address City":"Hustisford","Physical Address State":"WI ","Physical Address Zipcode":"53034","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06451612903225806,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5506750","School District Name":"Hurley School District","Physical Address Line 1":"5503 W Range View Dr","Physical Address Line 2":"","Physical Address City":"Hurley","Physical Address State":"WI ","Physical Address Zipcode":"54534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.133086876155268,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5506690","School District Name":"Hudson School District","Physical Address Line 1":"644 Brakke Dr","Physical Address Line 2":"","Physical Address City":"Hudson","Physical Address State":"WI ","Physical Address Zipcode":"54016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.027671145233525273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5506660","School District Name":"Howards Grove School District","Physical Address Line 1":"403 Audubon Rd","Physical Address Line 2":"","Physical Address City":"Howards Grove","Physical Address State":"WI ","Physical Address Zipcode":"53083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.023976023976023976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5506630","School District Name":"Howard-Suamico School District","Physical Address Line 1":"2706 Lineville Rd","Physical Address Line 2":"","Physical Address City":"Green Bay","Physical Address State":"WI ","Physical Address Zipcode":"54313","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.03350558426404401,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5506600","School District Name":"Hortonville Area School District","Physical Address Line 1":"246 N Olk St","Physical Address Line 2":"","Physical Address City":"Hortonville","Physical Address State":"WI ","Physical Address Zipcode":"54944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.029601990049751243,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5506570","School District Name":"Horicon School District","Physical Address Line 1":"841 Gray St","Physical Address Line 2":"","Physical Address City":"Horicon","Physical Address State":"WI ","Physical Address Zipcode":"53032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0671892497200448,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5506540","School District Name":"Holmen School District","Physical Address Line 1":"1019 McHugh Rd","Physical Address Line 2":"","Physical Address City":"Holmen","Physical Address State":"WI ","Physical Address Zipcode":"54636","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04418901660280971,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5506480","School District Name":"Hillsboro School District","Physical Address Line 1":"777 School Rd","Physical Address Line 2":"","Physical Address City":"Hillsboro","Physical Address State":"WI ","Physical Address Zipcode":"54634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24070247933884298,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5506450","School District Name":"Hilbert School District","Physical Address Line 1":"1139 W Milwaukee St","Physical Address Line 2":"","Physical Address City":"Hilbert","Physical Address State":"WI ","Physical Address Zipcode":"54129","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04609929078014184,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5506420","School District Name":"Highland School District","Physical Address Line 1":"1030 Cardinal Dr","Physical Address Line 2":"","Physical Address City":"Highland","Physical Address State":"WI ","Physical Address Zipcode":"53543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08196721311475409,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5506300","School District Name":"Southwestern Wisconsin School District","Physical Address Line 1":"1105 Maple Street","Physical Address Line 2":"","Physical Address City":"Hazel Green","Physical Address State":"WI ","Physical Address Zipcode":"53811","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08023774145616643,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5506270","School District Name":"Hayward Community School District","Physical Address Line 1":"15930 W 5th St","Physical Address Line 2":"","Physical Address City":"Hayward","Physical Address State":"WI ","Physical Address Zipcode":"54843","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15516397454723446,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5506180","School District Name":"Arrowhead UHS School District","Physical Address Line 1":"700 North Ave","Physical Address Line 2":"","Physical Address City":"Hartland","Physical Address State":"WI ","Physical Address Zipcode":"53029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01824655095683133,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5506140","School District Name":"Hartland-Lakeside J3 School District","Physical Address Line 1":"800 E North Shore Dr","Physical Address Line 2":"","Physical Address City":"Hartland","Physical Address State":"WI ","Physical Address Zipcode":"53029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.034868421052631576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5506120","School District Name":"Hartford UHS School District","Physical Address Line 1":"805 Cedar St","Physical Address Line 2":"","Physical Address City":"Hartford","Physical Address State":"WI ","Physical Address Zipcode":"53027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.03392967304133251,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5506090","School District Name":"Hartford J1 School District","Physical Address Line 1":"402 W Sumner St","Physical Address Line 2":"","Physical Address City":"Hartford","Physical Address State":"WI ","Physical Address Zipcode":"53027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0617816091954023,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5506060","School District Name":"Saint Croix Central School District","Physical Address Line 1":"915 Davis St","Physical Address Line 2":"","Physical Address City":"Hammond","Physical Address State":"WI ","Physical Address Zipcode":"54015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03778501628664495,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5506030","School District Name":"Hamilton School District","Physical Address Line 1":"W220N6151 Town Line Rd","Physical Address Line 2":"","Physical Address City":"Sussex","Physical Address State":"WI ","Physical Address Zipcode":"53089","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02415244848216264,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5506000","School District Name":"Whitnall School District","Physical Address Line 1":"5000 S 116th St","Physical Address Line 2":"","Physical Address City":"Greenfield","Physical Address State":"WI ","Physical Address Zipcode":"53228","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06679920477137177,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5505970","School District Name":"Greenwood School District","Physical Address Line 1":"306 W Central Ave","Physical Address Line 2":"","Physical Address City":"Greenwood","Physical Address State":"WI ","Physical Address Zipcode":"54437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20656634746922026,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5505940","School District Name":"Greenfield School District","Physical Address Line 1":"4850 S 60th St","Physical Address Line 2":"","Physical Address City":"Greenfield","Physical Address State":"WI ","Physical Address Zipcode":"53220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1345519928079113,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5505910","School District Name":"Greendale School District","Physical Address Line 1":"6801 Southway","Physical Address Line 2":"","Physical Address City":"Greendale","Physical Address State":"WI ","Physical Address Zipcode":"53129","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07392996108949416,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5505880","School District Name":"Green Lake School District","Physical Address Line 1":"612 Mill St","Physical Address Line 2":"","Physical Address City":"Green Lake","Physical Address State":"WI ","Physical Address Zipcode":"54941","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06984126984126984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5505820","School District Name":"Green Bay Area Public School District","Physical Address Line 1":"200 S Broadway","Physical Address Line 2":"","Physical Address City":"Green Bay","Physical Address State":"WI ","Physical Address Zipcode":"54303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1103865859338612,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5505730","School District Name":"Black Hawk School District","Physical Address Line 1":"202 E Center St","Physical Address Line 2":"","Physical Address City":"South Wayne","Physical Address State":"WI ","Physical Address Zipcode":"53587","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18048780487804877,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5505670","School District Name":"Grantsburg School District","Physical Address Line 1":"480 E James Ave","Physical Address Line 2":"","Physical Address City":"Grantsburg","Physical Address State":"WI ","Physical Address Zipcode":"54840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13316582914572864,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5505640","School District Name":"Granton Area School District","Physical Address Line 1":"217 N Main St","Physical Address Line 2":"","Physical Address City":"Granton","Physical Address State":"WI ","Physical Address Zipcode":"54436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.35067437379576105,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5505610","School District Name":"Grafton School District","Physical Address Line 1":"1900 Washington St","Physical Address Line 2":"","Physical Address City":"Grafton","Physical Address State":"WI ","Physical Address Zipcode":"53024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03173828125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5505580","School District Name":"Goodman-Armstrong Creek School District","Physical Address Line 1":"1 Falcon Crest","Physical Address Line 2":"","Physical Address City":"Goodman","Physical Address State":"WI ","Physical Address Zipcode":"54125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5505520","School District Name":"Glenwood City School District","Physical Address Line 1":"850 Maple St","Physical Address Line 2":"","Physical Address City":"Glenwood City","Physical Address State":"WI ","Physical Address Zipcode":"54013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07640750670241286,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5505490","School District Name":"Nicolet UHS School District","Physical Address Line 1":"6701 N Jean Nicolet Rd","Physical Address Line 2":"","Physical Address City":"Glendale","Physical Address State":"WI ","Physical Address Zipcode":"53217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06311787072243347,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5505460","School District Name":"Glendale-River Hills School District","Physical Address Line 1":"2600 W Mill Rd","Physical Address Line 2":"","Physical Address City":"Glendale","Physical Address State":"WI ","Physical Address Zipcode":"53209","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09292035398230089,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5505370","School District Name":"Gilmanton School District","Physical Address Line 1":"S889 Larson Rd","Physical Address Line 2":"","Physical Address City":"Gilmanton","Physical Address State":"WI ","Physical Address Zipcode":"54743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1595744680851064,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5505280","School District Name":"Gilman School District","Physical Address Line 1":"325 N Fifth Ave","Physical Address Line 2":"","Physical Address City":"Gilman","Physical Address State":"WI ","Physical Address Zipcode":"54433","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21875,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5505250","School District Name":"Gillett School District","Physical Address Line 1":"208 W Main St","Physical Address Line 2":"","Physical Address City":"Gillett","Physical Address State":"WI ","Physical Address Zipcode":"54124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11446740858505565,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5505220","School District Name":"Gibraltar Area School District","Physical Address Line 1":"3924 State Highway 42","Physical Address Line 2":"","Physical Address City":"Fish Creek","Physical Address State":"WI ","Physical Address Zipcode":"54212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09023941068139964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5505160","School District Name":"Germantown School District","Physical Address Line 1":"N104W13840 Donges Bay Rd","Physical Address Line 2":"","Physical Address City":"Germantown","Physical Address State":"WI ","Physical Address Zipcode":"53022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.025356914553590452,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5505130","School District Name":"Genoa City J2 School District","Physical Address Line 1":"1020 Hunter's Ridge Dr","Physical Address Line 2":"","Physical Address City":"Genoa City","Physical Address State":"WI ","Physical Address Zipcode":"53128","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09288824383164006,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5505100","School District Name":"Geneva J4 School District","Physical Address Line 1":"N2575 Snake Rd","Physical Address Line 2":"","Physical Address City":"Lake Geneva","Physical Address State":"WI ","Physical Address Zipcode":"53147","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08571428571428572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504980","School District Name":"North Crawford School District","Physical Address Line 1":"47050 County Road X","Physical Address Line 2":"","Physical Address City":"Soldiers Grove","Physical Address State":"WI ","Physical Address Zipcode":"54655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21929824561403508,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5504960","School District Name":"Galesville-Ettrick-Trempealeau School District","Physical Address Line 1":"17511 N Main","Physical Address Line 2":"","Physical Address City":"Galesville","Physical Address State":"WI ","Physical Address Zipcode":"54630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05291005291005291,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5504920","School District Name":"Freedom Area School District","Physical Address Line 1":"N4021 County Road E","Physical Address Line 2":"","Physical Address City":"Freedom","Physical Address State":"WI ","Physical Address Zipcode":"54130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04002052334530529,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5504890","School District Name":"Northern Ozaukee School District","Physical Address Line 1":"401 Highland Dr","Physical Address Line 2":"","Physical Address City":"Fredonia","Physical Address State":"WI ","Physical Address Zipcode":"53021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04925053533190578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504860","School District Name":"Frederic School District","Physical Address Line 1":"1437 Clam Falls Dr","Physical Address Line 2":"","Physical Address City":"Frederic","Physical Address State":"WI ","Physical Address Zipcode":"54837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1900990099009901,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5504830","School District Name":"Franklin Public School District","Physical Address Line 1":"8255 W Forest Hill Ave","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"WI ","Physical Address Zipcode":"53132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05374945817078457,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504800","School District Name":"Fox Point J2 School District","Physical Address Line 1":"7300 N Lombardy Rd","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05324980422866092,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504770","School District Name":"Maple Dale-Indian Hill School District","Physical Address Line 1":"8377 N Port Washington Rd","Physical Address Line 2":"","Physical Address City":"Fox Point","Physical Address State":"WI ","Physical Address Zipcode":"53217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12345679012345678,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504740","School District Name":"Fort Atkinson School District","Physical Address Line 1":"201 Park St","Physical Address Line 2":"","Physical Address City":"Fort Atkinson","Physical Address State":"WI ","Physical Address Zipcode":"53538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07348353552859618,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504720","School District Name":"Fontana J8 School District","Physical Address Line 1":"450 S Main St","Physical Address Line 2":"","Physical Address City":"Fontana","Physical Address State":"WI ","Physical Address Zipcode":"53125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05416666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504680","School District Name":"Fond du Lac School District","Physical Address Line 1":"72 W 9th St","Physical Address Line 2":"","Physical Address City":"Fond du Lac","Physical Address State":"WI ","Physical Address Zipcode":"54935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10151347360649686,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504650","School District Name":"Florence County School District","Physical Address Line 1":"425 Olive Ave","Physical Address Line 2":"","Physical Address City":"Florence","Physical Address State":"WI ","Physical Address Zipcode":"54121","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15732758620689655,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5504620","School District Name":"Lac du Flambeau #1 School District","Physical Address Line 1":"2899 State Highway 47 S","Physical Address Line 2":"","Physical Address City":"Lac du Flambeau","Physical Address State":"WI ","Physical Address Zipcode":"54538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27906976744186046,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5504590","School District Name":"Fennimore Community School District","Physical Address Line 1":"1397 9th St","Physical Address Line 2":"","Physical Address City":"Fennimore","Physical Address State":"WI ","Physical Address Zipcode":"53809","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19708846584546472,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5504530","School District Name":"Fall River School District","Physical Address Line 1":"150 Bradley St","Physical Address Line 2":"","Physical Address City":"Fall River","Physical Address State":"WI ","Physical Address Zipcode":"53932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05304518664047151,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504500","School District Name":"Fall Creek School District","Physical Address Line 1":"336 E Hoover Ave","Physical Address Line 2":"","Physical Address City":"Fall Creek","Physical Address State":"WI ","Physical Address Zipcode":"54742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06867469879518072,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5504440","School District Name":"Evansville Community School District","Physical Address Line 1":"340 Fair St","Physical Address Line 2":"","Physical Address City":"Evansville","Physical Address State":"WI ","Physical Address Zipcode":"53536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.046189376443418015,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504410","School District Name":"Erin School District","Physical Address Line 1":"6901 County Highway O","Physical Address Line 2":"","Physical Address City":"Hartford","Physical Address State":"WI ","Physical Address Zipcode":"53027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03065134099616858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504380","School District Name":"Royall School District","Physical Address Line 1":"1501 Academy St","Physical Address Line 2":"","Physical Address City":"Elroy","Physical Address State":"WI ","Physical Address Zipcode":"53929","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16170212765957448,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5504350","School District Name":"Elmwood School District","Physical Address Line 1":"213 S Scott St","Physical Address Line 2":"","Physical Address City":"Elmwood","Physical Address State":"WI ","Physical Address Zipcode":"54740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08284023668639054,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5504320","School District Name":"Ellsworth Community School District","Physical Address Line 1":"445 S Piety St","Physical Address Line 2":"","Physical Address City":"Ellsworth","Physical Address State":"WI ","Physical Address Zipcode":"54011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05963302752293578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504290","School District Name":"Elkhorn Area School District","Physical Address Line 1":"3 N Jackson St","Physical Address Line 2":"","Physical Address City":"Elkhorn","Physical Address State":"WI ","Physical Address Zipcode":"53121","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0652954619653934,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504260","School District Name":"Elkhart Lake-Glenbeulah School District","Physical Address Line 1":"201 N Lincoln St","Physical Address Line 2":"","Physical Address City":"Elkhart Lake","Physical Address State":"WI ","Physical Address Zipcode":"53020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05018587360594796,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5504230","School District Name":"Elk Mound Area School District","Physical Address Line 1":"405 University St","Physical Address Line 2":"","Physical Address City":"Elk Mound","Physical Address State":"WI ","Physical Address Zipcode":"54739","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06704438149197356,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504200","School District Name":"Eleva-Strum School District","Physical Address Line 1":"W23597 US-10","Physical Address Line 2":"","Physical Address City":"Strum","Physical Address State":"WI ","Physical Address Zipcode":"54770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0830945558739255,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5504170","School District Name":"Elcho School District","Physical Address Line 1":"N11268 Antigo St","Physical Address Line 2":"","Physical Address City":"Elcho","Physical Address State":"WI ","Physical Address Zipcode":"54428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11692307692307692,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5504110","School District Name":"Edgerton School District","Physical Address Line 1":"200 Elm High Dr","Physical Address Line 2":"","Physical Address City":"Edgerton","Physical Address State":"WI ","Physical Address Zipcode":"53534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0532994923857868,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504080","School District Name":"Edgar School District","Physical Address Line 1":"203 E Birch St","Physical Address Line 2":"","Physical Address City":"Edgar","Physical Address State":"WI ","Physical Address Zipcode":"54426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07670850767085077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5504050","School District Name":"Eau Claire Area School District","Physical Address Line 1":"500 Main St","Physical Address Line 2":"","Physical Address City":"Eau Claire","Physical Address State":"WI ","Physical Address Zipcode":"54701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08811681772406849,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5504020","School District Name":"East Troy Community School District","Physical Address Line 1":"2040 Beulah Ave","Physical Address Line 2":"","Physical Address City":"East Troy","Physical Address State":"WI ","Physical Address Zipcode":"53120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0490301724137931,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5503860","School District Name":"Northland Pines School District","Physical Address Line 1":"1800 Pleasure Island Rd","Physical Address Line 2":"","Physical Address City":"Eagle River","Physical Address State":"WI ","Physical Address Zipcode":"54521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13690476190476192,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5503840","School District Name":"Durand-Arkansaw School District","Physical Address Line 1":"604 7th Ave E","Physical Address Line 2":"","Physical Address City":"Durand","Physical Address State":"WI ","Physical Address Zipcode":"54736","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12520593080724876,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5503810","School District Name":"Drummond Area School District","Physical Address Line 1":"52440 Eastern Ave","Physical Address Line 2":"","Physical Address City":"Drummond","Physical Address State":"WI ","Physical Address Zipcode":"54832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1372093023255814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5503750","School District Name":"Dover #1 School District","Physical Address Line 1":"4101 S Beaumont Ave","Physical Address Line 2":"","Physical Address City":"Kansasville","Physical Address State":"WI ","Physical Address Zipcode":"53139","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.039735099337748346,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5503690","School District Name":"Dodgeville School District","Physical Address Line 1":"916 W Chapel St","Physical Address Line 2":"","Physical Address City":"Dodgeville","Physical Address State":"WI ","Physical Address Zipcode":"53533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07719298245614035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5503660","School District Name":"Denmark School District","Physical Address Line 1":"450 N Wall St","Physical Address Line 2":"","Physical Address City":"Denmark","Physical Address State":"WI ","Physical Address Zipcode":"54208","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0502283105022831,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5503640","School District Name":"Delavan-Darien School District","Physical Address Line 1":"324 Beloit St","Physical Address Line 2":"","Physical Address City":"Delavan","Physical Address State":"WI ","Physical Address Zipcode":"53115","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10764662212323682,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5503510","School District Name":"Kettle Moraine School District","Physical Address Line 1":"563 A J Allen Cir","Physical Address Line 2":"","Physical Address City":"Wales","Physical Address State":"WI ","Physical Address Zipcode":"53183","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02532440351611553,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5503270","School District Name":"Deerfield Community School District","Physical Address Line 1":"300 Simonson Blvd","Physical Address Line 2":"","Physical Address City":"Deerfield","Physical Address State":"WI ","Physical Address Zipcode":"53531","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.038238702201622246,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5503240","School District Name":"De Soto Area School District","Physical Address Line 1":"615 Main St","Physical Address Line 2":"","Physical Address City":"De Soto","Physical Address State":"WI ","Physical Address Zipcode":"54624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12397820163487738,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5503210","School District Name":"De Pere School District","Physical Address Line 1":"1700 Chicago St","Physical Address Line 2":"","Physical Address City":"De Pere","Physical Address State":"WI ","Physical Address Zipcode":"54115","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.033448424687095385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5503180","School District Name":"De Forest Area School District","Physical Address Line 1":"520 E Holum St","Physical Address Line 2":"","Physical Address City":"De Forest","Physical Address State":"WI ","Physical Address Zipcode":"53532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03950444132772323,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5503150","School District Name":"Darlington Community School District","Physical Address Line 1":"11630 Center Hill Rd","Physical Address Line 2":"","Physical Address City":"Darlington","Physical Address State":"WI ","Physical Address Zipcode":"53530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14444444444444443,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5503090","School District Name":"Cumberland School District","Physical Address Line 1":"1010 8th Ave","Physical Address Line 2":"","Physical Address City":"Cumberland","Physical Address State":"WI ","Physical Address Zipcode":"54829","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08832807570977919,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5503060","School District Name":"Cudahy School District","Physical Address Line 1":"2915 E Ramsey Ave","Physical Address Line 2":"","Physical Address City":"Cudahy","Physical Address State":"WI ","Physical Address Zipcode":"53110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16411042944785276,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5503030","School District Name":"Cuba City School District","Physical Address Line 1":"101 N School St","Physical Address Line 2":"","Physical Address City":"Cuba City","Physical Address State":"WI ","Physical Address Zipcode":"53807","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07091346153846154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5502970","School District Name":"Crivitz School District","Physical Address Line 1":"400 South Ave","Physical Address Line 2":"","Physical Address City":"Crivitz","Physical Address State":"WI ","Physical Address Zipcode":"54114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1430817610062893,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5502910","School District Name":"Crandon School District","Physical Address Line 1":"9750 US Highway 8 W","Physical Address Line 2":"","Physical Address City":"Crandon","Physical Address State":"WI ","Physical Address Zipcode":"54520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17189631650750342,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5502880","School District Name":"Cornell School District","Physical Address Line 1":"111 S 4th St","Physical Address Line 2":"","Physical Address City":"Cornell","Physical Address State":"WI ","Physical Address Zipcode":"54732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20833333333333334,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5502820","School District Name":"Columbus School District","Physical Address Line 1":"200 W School St","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"WI ","Physical Address Zipcode":"53925","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.044015444015444015,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5502790","School District Name":"Colfax School District","Physical Address Line 1":"601 University Ave","Physical Address Line 2":"","Physical Address City":"Colfax","Physical Address State":"WI ","Physical Address Zipcode":"54730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08312958435207823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5502760","School District Name":"Coleman School District","Physical Address Line 1":"347 Business 141 N","Physical Address Line 2":"","Physical Address City":"Coleman","Physical Address State":"WI ","Physical Address Zipcode":"54112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1034965034965035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5502730","School District Name":"Colby School District","Physical Address Line 1":"705 N Second St","Physical Address Line 2":"","Physical Address City":"Colby","Physical Address State":"WI ","Physical Address Zipcode":"54421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13561741613133477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5502700","School District Name":"Cochrane-Fountain City School District","Physical Address Line 1":"S2770 State Road 35","Physical Address Line 2":"","Physical Address City":"Fountain City","Physical Address State":"WI ","Physical Address Zipcode":"54629","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06833333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5502670","School District Name":"Clintonville School District","Physical Address Line 1":"45 W Green Tree Rd","Physical Address Line 2":"","Physical Address City":"Clintonville","Physical Address State":"WI ","Physical Address Zipcode":"54929","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12225913621262459,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5502640","School District Name":"Clinton Community School District","Physical Address Line 1":"112 Milwaukee Rd","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"WI ","Physical Address Zipcode":"53525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08946877912395154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5502610","School District Name":"Clear Lake School District","Physical Address Line 1":"1101 3rd St SW","Physical Address Line 2":"","Physical Address City":"Clear Lake","Physical Address State":"WI ","Physical Address Zipcode":"54005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12173913043478261,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5502580","School District Name":"Clayton School District","Physical Address Line 1":"236 Polk Ave W","Physical Address Line 2":"","Physical Address City":"Clayton","Physical Address State":"WI ","Physical Address Zipcode":"54004","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0975609756097561,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5502550","School District Name":"Chippewa Falls Area Unified School District","Physical Address Line 1":"1130 Miles St","Physical Address Line 2":"","Physical Address City":"Chippewa Falls","Physical Address State":"WI ","Physical Address Zipcode":"54729","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0861974904528096,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5502520","School District Name":"Chilton School District","Physical Address Line 1":"530 W Main St","Physical Address Line 2":"","Physical Address City":"Chilton","Physical Address State":"WI ","Physical Address Zipcode":"53014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.056466302367941715,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5502460","School District Name":"Cedarburg School District","Physical Address Line 1":"W68N611 Evergreen Blvd","Physical Address Line 2":"","Physical Address City":"Cedarburg","Physical Address State":"WI ","Physical Address Zipcode":"53012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.025351336456324057,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5502430","School District Name":"Cedar Grove-Belgium Area School District","Physical Address Line 1":"321 N 2nd St","Physical Address Line 2":"","Physical Address City":"Cedar Grove","Physical Address State":"WI ","Physical Address Zipcode":"53013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0546448087431694,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5502400","School District Name":"Cassville School District","Physical Address Line 1":"715 E Amelia St","Physical Address Line 2":"","Physical Address City":"Cassville","Physical Address State":"WI ","Physical Address Zipcode":"53806","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12462006079027356,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5502340","School District Name":"Cashton School District","Physical Address Line 1":"540 Coe St","Physical Address Line 2":"","Physical Address City":"Cashton","Physical Address State":"WI ","Physical Address Zipcode":"54619","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23923444976076555,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5502160","School District Name":"Campbellsport School District","Physical Address Line 1":"327 North Fond du Lac Avenue","Physical Address Line 2":"","Physical Address City":"Campbellsport","Physical Address State":"WI ","Physical Address Zipcode":"53010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04991294254207777,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5502130","School District Name":"Cameron School District","Physical Address Line 1":"700 S 1st St","Physical Address Line 2":"","Physical Address City":"Cameron","Physical Address State":"WI ","Physical Address Zipcode":"54822","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0880281690140845,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5502100","School District Name":"Cambridge School District","Physical Address Line 1":"403 Blue Jay Way","Physical Address Line 2":"","Physical Address City":"Cambridge","Physical Address State":"WI ","Physical Address Zipcode":"53523","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0672782874617737,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5502070","School District Name":"Cambria-Friesland School District","Physical Address Line 1":"410 E Edgewater St","Physical Address Line 2":"","Physical Address City":"Cambria","Physical Address State":"WI ","Physical Address Zipcode":"53923","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1145374449339207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5502040","School District Name":"Cadott Community School District","Physical Address Line 1":"426 Myrtle St","Physical Address Line 2":"","Physical Address City":"Cadott","Physical Address State":"WI ","Physical Address Zipcode":"54727","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15692640692640691,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5501920","School District Name":"Butternut School District","Physical Address Line 1":"312 W Wisconsin St","Physical Address Line 2":"","Physical Address City":"Butternut","Physical Address State":"WI ","Physical Address Zipcode":"54514","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10674157303370786,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5501890","School District Name":"Burlington Area School District","Physical Address Line 1":"100 N Kane St","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"WI ","Physical Address Zipcode":"53105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0626100075433744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5501830","School District Name":"Bruce School District","Physical Address Line 1":"104 W Washington Ave","Physical Address Line 2":"","Physical Address City":"Bruce","Physical Address State":"WI ","Physical Address Zipcode":"54819","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17159763313609466,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5501800","School District Name":"Brown Deer School District","Physical Address Line 1":"8200 N 60th St","Physical Address Line 2":"","Physical Address City":"Brown Deer","Physical Address State":"WI ","Physical Address Zipcode":"53223","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12556306306306306,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5501770","School District Name":"Elmbrook School District","Physical Address Line 1":"3555 N Calhoun Rd","Physical Address Line 2":"","Physical Address City":"Brookfield","Physical Address State":"WI ","Physical Address Zipcode":"53005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.020518930368016945,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5501740","School District Name":"Brodhead School District","Physical Address Line 1":"2501 W 5th Ave","Physical Address Line 2":"","Physical Address City":"Brodhead","Physical Address State":"WI ","Physical Address Zipcode":"53520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0959409594095941,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5501710","School District Name":"Bristol #1 School District","Physical Address Line 1":"20121 83rd St","Physical Address Line 2":"","Physical Address City":"Bristol","Physical Address State":"WI ","Physical Address Zipcode":"53104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04736842105263158,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5501680","School District Name":"Brillion School District","Physical Address Line 1":"315 S Main St","Physical Address Line 2":"","Physical Address City":"Brillion","Physical Address State":"WI ","Physical Address Zipcode":"54110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.046908315565031986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5501650","School District Name":"Brighton #1 School District","Physical Address Line 1":"1200 248th Ave","Physical Address Line 2":"","Physical Address City":"Kansasville","Physical Address State":"WI ","Physical Address Zipcode":"53139","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.058823529411764705,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5501590","School District Name":"Boyceville Community School District","Physical Address Line 1":"1003 Tiffany St","Physical Address Line 2":"","Physical Address City":"Boyceville","Physical Address State":"WI ","Physical Address Zipcode":"54725","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10230179028132992,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5501560","School District Name":"Bowler School District","Physical Address Line 1":"500 S Almon St","Physical Address Line 2":"","Physical Address City":"Bowler","Physical Address State":"WI ","Physical Address Zipcode":"54416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5501530","School District Name":"North Lakeland School District","Physical Address Line 1":"12686 County Road K","Physical Address Line 2":"","Physical Address City":"Manitowish Waters","Physical Address State":"WI ","Physical Address Zipcode":"54545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5501500","School District Name":"Boscobel Area School District","Physical Address Line 1":"1110 Park St","Physical Address Line 2":"","Physical Address City":"Boscobel","Physical Address State":"WI ","Physical Address Zipcode":"53805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2092485549132948,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5501470","School District Name":"Bonduel School District","Physical Address Line 1":"400 W Green Bay St","Physical Address Line 2":"","Physical Address City":"Bonduel","Physical Address State":"WI ","Physical Address Zipcode":"54107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12054794520547946,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5501350","School District Name":"Bloomer School District","Physical Address Line 1":"1310 17th Ave","Physical Address Line 2":"","Physical Address City":"Bloomer","Physical Address State":"WI ","Physical Address Zipcode":"54724","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08101851851851852,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5501310","School District Name":"Pecatonica Area School District","Physical Address Line 1":"704 Cross St","Physical Address Line 2":"","Physical Address City":"Blanchardville","Physical Address State":"WI ","Physical Address Zipcode":"53516","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07608695652173914,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5501260","School District Name":"Black River Falls School District","Physical Address Line 1":"301 N 4th St","Physical Address Line 2":"","Physical Address City":"Black River Falls","Physical Address State":"WI ","Physical Address Zipcode":"54615","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13855421686746988,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5501230","School District Name":"Wisconsin Heights School District","Physical Address Line 1":"10173 US Highway 14","Physical Address Line 2":"","Physical Address City":"Mazomanie","Physical Address State":"WI ","Physical Address Zipcode":"53560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07490272373540856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5501170","School District Name":"Birchwood School District","Physical Address Line 1":"300 S Wilson St","Physical Address Line 2":"","Physical Address City":"Birchwood","Physical Address State":"WI ","Physical Address Zipcode":"54817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1092436974789916,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5501140","School District Name":"Berlin Area School District","Physical Address Line 1":"295 E Marquette St","Physical Address Line 2":"","Physical Address City":"Berlin","Physical Address State":"WI ","Physical Address Zipcode":"54923","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11761363636363636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5501110","School District Name":"Benton School District","Physical Address Line 1":"41 Alma St","Physical Address Line 2":"","Physical Address City":"Benton","Physical Address State":"WI ","Physical Address Zipcode":"53803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0995850622406639,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5501080","School District Name":"Beloit Turner School District","Physical Address Line 1":"1237 Inman Pkwy","Physical Address Line 2":"","Physical Address City":"Beloit","Physical Address State":"WI ","Physical Address Zipcode":"53511","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09377186843946816,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5501050","School District Name":"Beloit School District","Physical Address Line 1":"1500 Fourth Street","Physical Address Line 2":"","Physical Address City":"Beloit","Physical Address State":"WI ","Physical Address Zipcode":"53511","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1842346471127406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5501020","School District Name":"Belmont Community School District","Physical Address Line 1":"646 E Liberty St","Physical Address Line 2":"","Physical Address City":"Belmont","Physical Address State":"WI ","Physical Address Zipcode":"53510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12334801762114538,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500990","School District Name":"Belleville School District","Physical Address Line 1":"625 W Church St","Physical Address Line 2":"","Physical Address City":"Belleville","Physical Address State":"WI ","Physical Address Zipcode":"53508","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.036328871892925434,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500960","School District Name":"Beaver Dam Unified School District","Physical Address Line 1":"705 McKinley St","Physical Address Line 2":"","Physical Address City":"Beaver Dam","Physical Address State":"WI ","Physical Address Zipcode":"53916","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08026208026208026,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500900","School District Name":"Bayfield School District","Physical Address Line 1":"300 N 4th St","Physical Address Line 2":"","Physical Address City":"Bayfield","Physical Address State":"WI ","Physical Address Zipcode":"54814","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26054590570719605,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500870","School District Name":"Barron Area School District","Physical Address Line 1":"100 W River Ave","Physical Address Line 2":"","Physical Address City":"Barron","Physical Address State":"WI ","Physical Address Zipcode":"54812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12196812196812197,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500840","School District Name":"Barneveld School District","Physical Address Line 1":"304 S Jones St","Physical Address Line 2":"","Physical Address City":"Barneveld","Physical Address State":"WI ","Physical Address Zipcode":"53507","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03110047846889952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500810","School District Name":"Baraboo School District","Physical Address Line 1":"423 Linn St","Physical Address Line 2":"","Physical Address City":"Baraboo","Physical Address State":"WI ","Physical Address Zipcode":"53913","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10123315170633783,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500780","School District Name":"Bangor School District","Physical Address Line 1":"700 10th Ave S","Physical Address Line 2":"","Physical Address City":"Bangor","Physical Address State":"WI ","Physical Address Zipcode":"54614","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12464589235127478,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500750","School District Name":"Unity School District","Physical Address Line 1":"1908 150th St","Physical Address Line 2":"Hwy 46 N","Physical Address City":"Balsam Lake","Physical Address State":"WI ","Physical Address Zipcode":"54810","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13604766633565044,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500720","School District Name":"Baldwin-Woodville Area School District","Physical Address Line 1":"550 US Highway 12","Physical Address Line 2":"","Physical Address City":"Baldwin","Physical Address State":"WI ","Physical Address Zipcode":"54002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05392450569203116,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500630","School District Name":"Augusta School District","Physical Address Line 1":"E19320 Bartig Rd","Physical Address Line 2":"","Physical Address City":"Augusta","Physical Address State":"WI ","Physical Address Zipcode":"54722","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24751381215469614,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500600","School District Name":"Auburndale School District","Physical Address Line 1":"10564 School Ave","Physical Address Line 2":"","Physical Address City":"Auburndale","Physical Address State":"WI ","Physical Address Zipcode":"54412","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09155766944114149,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500570","School District Name":"Athens School District","Physical Address Line 1":"601 W Limits Rd","Physical Address Line 2":"","Physical Address City":"Athens","Physical Address State":"WI ","Physical Address Zipcode":"54411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11216056670602124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500540","School District Name":"Ashwaubenon School District","Physical Address Line 1":"1055 Griffiths Ln","Physical Address Line 2":"","Physical Address City":"Green Bay","Physical Address State":"WI ","Physical Address Zipcode":"54304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.056018168054504165,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500510","School District Name":"Ashland School District","Physical Address Line 1":"2000 Beaser Ave","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"WI ","Physical Address Zipcode":"54806","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14680648236415633,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500450","School District Name":"Argyle School District","Physical Address Line 1":"14665 State Road 78","Physical Address Line 2":"","Physical Address City":"Argyle","Physical Address State":"WI ","Physical Address Zipcode":"53504","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14634146341463414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500420","School District Name":"Arcadia School District","Physical Address Line 1":"730 Raider Dr","Physical Address Line 2":"Ste 3150","Physical Address City":"Arcadia","Physical Address State":"WI ","Physical Address Zipcode":"54612","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08999081726354453,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500390","School District Name":"Appleton Area School District","Physical Address Line 1":"131 E Washington St","Physical Address Line 2":"Ste 1A","Physical Address City":"Appleton","Physical Address State":"WI ","Physical Address Zipcode":"54911","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08265812448966774,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500360","School District Name":"Antigo Unified School District","Physical Address Line 1":"120 S Dorr St","Physical Address Line 2":"","Physical Address City":"Antigo","Physical Address State":"WI ","Physical Address Zipcode":"54409","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15367059718524154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500330","School District Name":"Tomorrow River School District","Physical Address Line 1":"357 N Main St","Physical Address Line 2":"","Physical Address City":"Amherst","Physical Address State":"WI ","Physical Address Zipcode":"54406","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07150595882990249,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500300","School District Name":"Amery School District","Physical Address Line 1":"543 Minneapolis Ave S","Physical Address Line 2":"","Physical Address City":"Amery","Physical Address State":"WI ","Physical Address Zipcode":"54001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08067796610169492,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500270","School District Name":"Altoona School District","Physical Address Line 1":"1903 Bartlett Ave","Physical Address Line 2":"","Physical Address City":"Altoona","Physical Address State":"WI ","Physical Address Zipcode":"54720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08239700374531835,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500240","School District Name":"Almond-Bancroft School District","Physical Address Line 1":"1336 Elm St","Physical Address Line 2":"","Physical Address City":"Almond","Physical Address State":"WI ","Physical Address Zipcode":"54909","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08855291576673865,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500210","School District Name":"Alma Center School District","Physical Address Line 1":"124 S School St","Physical Address Line 2":"","Physical Address City":"Alma Center","Physical Address State":"WI ","Physical Address Zipcode":"54611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16489361702127658,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500180","School District Name":"Alma School District","Physical Address Line 1":"S1618 State Road 35","Physical Address Line 2":"","Physical Address City":"Alma","Physical Address State":"WI ","Physical Address Zipcode":"54610","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09770114942528736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500150","School District Name":"Algoma School District","Physical Address Line 1":"1715 Division St","Physical Address Line 2":"","Physical Address City":"Algoma","Physical Address State":"WI ","Physical Address Zipcode":"54201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11731044349070101,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500120","School District Name":"Albany School District","Physical Address Line 1":"400 5th St","Physical Address Line 2":"","Physical Address City":"Albany","Physical Address State":"WI ","Physical Address Zipcode":"53502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07608695652173914,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500113","School District Name":"Woodlands School Agency","Physical Address Line 1":"5510 W Bluemound Rd","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500092","School District Name":"The Lincoln Academy Agency","Physical Address Line 1":"608 Henry Ave","Physical Address Line 2":"","Physical Address City":"Beloit","Physical Address State":"WI ","Physical Address Zipcode":"53511","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500091","School District Name":"UpGrade Media Arts Schools Agency","Physical Address Line 1":"3270 Mitchell Park Dr","Physical Address Line 2":"","Physical Address City":"Brookfield","Physical Address State":"WI ","Physical Address Zipcode":"53045","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500090","School District Name":"New Leaf Prep Academy Agency","Physical Address Line 1":"360 AMS Ct","Physical Address Line 2":"","Physical Address City":"Green Bay","Physical Address State":"WI ","Physical Address Zipcode":"54313","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500089","School District Name":"Adeline Montessori School Inc Agency","Physical Address Line 1":"S31W29553 Sunset Dr","Physical Address Line 2":"","Physical Address City":"Waukesha","Physical Address State":"WI ","Physical Address Zipcode":"53189","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500088","School District Name":"Carmen Middle School South Agency","Physical Address Line 1":"2433 S 15th Place","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500087","School District Name":"Lake Country Classical Academy Inc Agency","Physical Address Line 1":"995 S Sawyer Rd","Physical Address Line 2":"","Physical Address City":"Oconomowoc","Physical Address State":"WI ","Physical Address Zipcode":"53066","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500086","School District Name":"WOLI/Akii'gikinoo'amaading Environmental School Agency","Physical Address Line 1":"8575 N Trepania Rd","Physical Address Line 2":"","Physical Address City":"Hayward","Physical Address State":"WI ","Physical Address Zipcode":"54843","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500085","School District Name":"Milestone Democratic School Agency","Physical Address Line 1":"2758 Dairy Dr","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"WI ","Physical Address Zipcode":"53718","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500083","School District Name":"One City Expeditionary Elementary School Agency","Physical Address Line 1":"450 Coyier Ln","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"WI ","Physical Address Zipcode":"53713","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500082","School District Name":"Isthmus Montessori Academy Public Agency","Physical Address Line 1":"1802 Pankratz St","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"WI ","Physical Address Zipcode":"53704","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500081","School District Name":"Rocketship Education Wisconsin Inc","Physical Address Line 1":"350 Twin Dolphin Dr","Physical Address Line 2":"Ste 109","Physical Address City":"Redwood City","Physical Address State":"CA ","Physical Address Zipcode":"94065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500080","School District Name":"Holy Hill Area School District","Physical Address Line 1":"3117 Holy Hill Rd","Physical Address Line 2":"","Physical Address City":"Richfield","Physical Address State":"WI ","Physical Address Zipcode":"53076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.01576872536136662,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500079","School District Name":"Pathways High Agency","Physical Address Line 1":"3022 W Wisconsin Ave","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500078","School District Name":"Penfield Montessori Academy Agency","Physical Address Line 1":"1441 N 24th St","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500077","School District Name":"United Community Center Acosta Middle School Agency","Physical Address Line 1":"615 W Washington Ave","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500076","School District Name":"Stellar Collegiate Charter School Agency","Physical Address Line 1":"2431 S 10th St","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500075","School District Name":"Herman-Neosho-Rubicon School District","Physical Address Line 1":"201 Center St","Physical Address Line 2":"","Physical Address City":"Neosho","Physical Address State":"WI ","Physical Address Zipcode":"53059","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07051282051282051,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500074","School District Name":"Seeds of Health Inc","Physical Address Line 1":"1445 S 32nd St","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500073","School District Name":"La Casa de Esperanza Charter School Agency","Physical Address Line 1":"410 Arcadian Ave","Physical Address Line 2":"","Physical Address City":"Waukesha","Physical Address State":"WI ","Physical Address Zipcode":"53186","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500070","School District Name":"Woodlands School - State Street Campus Agency","Physical Address Line 1":"3121 W State St","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500069","School District Name":"Escuela Verde Agency","Physical Address Line 1":"3628 W Pierce St","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500067","School District Name":"Milwaukee Math and Science Academy Agency","Physical Address Line 1":"110 W Burleigh St","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500066","School District Name":"Dr Howard Fuller Collegiate Academy Agency","Physical Address Line 1":"4030 N 29th St","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53216","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500065","School District Name":"Milwaukee Scholars Charter School Agency","Physical Address Line 1":"7000 W Florist Ave","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53218","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500061","School District Name":"Chetek-Weyerhaeuser Area School District","Physical Address Line 1":"1001 Knapp St","Physical Address Line 2":"","Physical Address City":"Chetek","Physical Address State":"WI ","Physical Address Zipcode":"54728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13392857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500060","School District Name":"Adams-Friendship Area School District","Physical Address Line 1":"201 W 6th St","Physical Address Line 2":"","Physical Address City":"Friendship","Physical Address State":"WI ","Physical Address Zipcode":"53934","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1813368630046327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500059","School District Name":"Bruce Guadalupe Agency","Physical Address Line 1":"1028 S 9th St","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500058","School District Name":"Chequamegon School District","Physical Address Line 1":"420 9th St N","Physical Address Line 2":"","Physical Address City":"Park Falls","Physical Address State":"WI ","Physical Address Zipcode":"54552","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1395045632333768,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500056","School District Name":"Gresham School District","Physical Address Line 1":"501 Schabow St","Physical Address Line 2":"","Physical Address City":"Gresham","Physical Address State":"WI ","Physical Address Zipcode":"54128","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12992125984251968,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500052","School District Name":"Trevor-Wilmot Consolidated School District","Physical Address Line 1":"26325 Wilmot Rd","Physical Address Line 2":"","Physical Address City":"Trevor","Physical Address State":"WI ","Physical Address Zipcode":"53179","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0684931506849315,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500049","School District Name":"Calumet Co CDEB","Physical Address Line 1":"206 Court St","Physical Address Line 2":"Rm 202","Physical Address City":"Chilton","Physical Address State":"WI ","Physical Address Zipcode":"53014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500047","School District Name":"Darrell Lynn Hines Academy Agency","Physical Address Line 1":"7151 N 86th St","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53224","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500045","School District Name":"21st Century Preparatory School Agency","Physical Address Line 1":"1220 Mound Ave","Physical Address Line 2":"","Physical Address City":"Racine","Physical Address State":"WI ","Physical Address Zipcode":"53404","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500042","School District Name":"Milwaukee Academy of Science Agency","Physical Address Line 1":"2000 W Kilbourn Ave","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53233","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500041","School District Name":"Central City Cyberschool Agency","Physical Address Line 1":"4301 N 44th St","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53216","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500039","School District Name":"Downtown Montessori Agency","Physical Address Line 1":"2507 S Graham St","Physical Address Line 2":"","Physical Address City":"Milwaukee","Physical Address State":"WI ","Physical Address Zipcode":"53207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500037","School District Name":"Wisconsin Dept of Public Instruction","Physical Address Line 1":"125 S Webster St","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"WI ","Physical Address Zipcode":"53703","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500036","School District Name":"Wisconsin Department of Health Services","Physical Address Line 1":"1 W Wilson St","Physical Address Line 2":"Rm 418","Physical Address City":"Madison","Physical Address State":"WI ","Physical Address Zipcode":"53703","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500035","School District Name":"Wisconsin Department of Corrections","Physical Address Line 1":"3099 E Washington Ave","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"WI ","Physical Address Zipcode":"53704","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500034","School District Name":"Cooperative Ed Serv Agcy 12","Physical Address Line 1":"618 Beaser Ave","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"WI ","Physical Address Zipcode":"54806","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500033","School District Name":"Cooperative Ed Serv Agcy 11","Physical Address Line 1":"225 Ostermann Dr","Physical Address Line 2":"","Physical Address City":"Turtle Lake","Physical Address State":"WI ","Physical Address Zipcode":"54889","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500032","School District Name":"Cooperative Ed Serv Agcy 10","Physical Address Line 1":"725 W Park Ave","Physical Address Line 2":"","Physical Address City":"Chippewa Falls","Physical Address State":"WI ","Physical Address Zipcode":"54729","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500031","School District Name":"Cooperative Ed Serv Agcy 09","Physical Address Line 1":"304 Kaphaem Rd","Physical Address Line 2":"","Physical Address City":"Tomahawk","Physical Address State":"WI ","Physical Address Zipcode":"54487","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500030","School District Name":"Abbotsford School District","Physical Address Line 1":"510 W Hemlock St","Physical Address Line 2":"","Physical Address City":"Abbotsford","Physical Address State":"WI ","Physical Address Zipcode":"54405","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13544668587896252,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5500029","School District Name":"Cooperative Ed Serv Agcy 08","Physical Address Line 1":"223 W Park St","Physical Address Line 2":"","Physical Address City":"Gillett","Physical Address State":"WI ","Physical Address Zipcode":"54124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500028","School District Name":"Cooperative Ed Serv Agcy 07","Physical Address Line 1":"595 Baeten Rd","Physical Address Line 2":"","Physical Address City":"Green Bay","Physical Address State":"WI ","Physical Address Zipcode":"54304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500027","School District Name":"Cooperative Ed Serv Agcy 06","Physical Address Line 1":"2935 Universal Ct","Physical Address Line 2":"","Physical Address City":"Oshkosh","Physical Address State":"WI ","Physical Address Zipcode":"54904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500026","School District Name":"Cooperative Ed Serv Agcy 05","Physical Address Line 1":"626 E Slifer St","Physical Address Line 2":"","Physical Address City":"Portage","Physical Address State":"WI ","Physical Address Zipcode":"53901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500025","School District Name":"Cooperative Ed Serv Agcy 04","Physical Address Line 1":"923 E Garland St","Physical Address Line 2":"","Physical Address City":"West Salem","Physical Address State":"WI ","Physical Address Zipcode":"54669","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500024","School District Name":"Cooperative Ed Serv Agcy 03","Physical Address Line 1":"1300 Industrial Dr","Physical Address Line 2":"","Physical Address City":"Fennimore","Physical Address State":"WI ","Physical Address Zipcode":"53809","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500023","School District Name":"Cooperative Ed Serv Agcy 02","Physical Address Line 1":"1221 Innovation Dr","Physical Address Line 2":"Ste 205","Physical Address City":"Whitewater","Physical Address State":"WI ","Physical Address Zipcode":"53190","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500022","School District Name":"Cooperative Ed Serv Agcy 01","Physical Address Line 1":"N25W23131 Paul Rd","Physical Address Line 2":"Ste 100","Physical Address City":"Pewaukee","Physical Address State":"WI ","Physical Address Zipcode":"53072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500021","School District Name":"Walworth Co CDEB","Physical Address Line 1":"W3905 County Road NN","Physical Address Line 2":"","Physical Address City":"Elkhorn","Physical Address State":"WI ","Physical Address Zipcode":"53121","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500019","School District Name":"Marathon Co CDEB","Physical Address Line 1":"1200 Lakeview Dr","Physical Address Line 2":"Ste 350","Physical Address City":"Wausau","Physical Address State":"WI ","Physical Address Zipcode":"54403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500018","School District Name":"Brown Co CDEB","Physical Address Line 1":"755 Scheuring Rd","Physical Address Line 2":"","Physical Address City":"De Pere","Physical Address State":"WI ","Physical Address Zipcode":"54115","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5500017","School District Name":"River Ridge School District","Physical Address Line 1":"11165 County Highway P","Physical Address Line 2":"","Physical Address City":"Patch Grove","Physical Address State":"WI ","Physical Address Zipcode":"53817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17694805194805194,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500016","School District Name":"Blair-Taylor School District","Physical Address Line 1":"N31024 Elland Rd","Physical Address Line 2":"","Physical Address City":"Blair","Physical Address State":"WI ","Physical Address Zipcode":"54616","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12992125984251968,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5500013","School District Name":"Lake Country School District","Physical Address Line 1":"1800 Vettelson Rd","Physical Address Line 2":"","Physical Address City":"Hartland","Physical Address State":"WI ","Physical Address Zipcode":"53029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.047109207708779445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5401650","School District Name":"WYOMING COUNTY SCHOOLS","Physical Address Line 1":"19 PARK STREET","Physical Address Line 2":"","Physical Address City":"PINEVILLE","Physical Address State":"WV ","Physical Address Zipcode":"24874","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22855313700384122,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401621","School District Name":"WV SCHOOLS FOR THE DEAF AND THE BLIND","Physical Address Line 1":"301 E MAIN STREET","Physical Address Line 2":"","Physical Address City":"ROMNEY","Physical Address State":"WV ","Physical Address Zipcode":"26757","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401620","School District Name":"WOOD COUNTY SCHOOLS","Physical Address Line 1":"1210 13TH STREET","Physical Address Line 2":"","Physical Address City":"PARKERSBURG","Physical Address State":"WV ","Physical Address Zipcode":"26101","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18697790615973145,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5401590","School District Name":"WIRT COUNTY SCHOOLS","Physical Address Line 1":"389 MULBERRY STREET","Physical Address Line 2":"P.O. BOX 189","Physical Address City":"ELIZABETH","Physical Address State":"WV ","Physical Address Zipcode":"26143","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.251900108577633,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401560","School District Name":"WETZEL COUNTY SCHOOLS","Physical Address Line 1":"333 FOUNDRY STREET","Physical Address Line 2":"","Physical Address City":"NEW MARTINSVILLE","Physical Address State":"WV ","Physical Address Zipcode":"26155","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21346770499312873,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401530","School District Name":"WEBSTER COUNTY SCHOOLS","Physical Address Line 1":"315 SOUTH MAIN STREET","Physical Address Line 2":"","Physical Address City":"WEBSTER SPRINGS","Physical Address State":"WV ","Physical Address Zipcode":"26288","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2986577181208054,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401500","School District Name":"WAYNE COUNTY SCHOOLS","Physical Address Line 1":"212 NORTH COURT STREET","Physical Address Line 2":"P.O. BOX 70","Physical Address City":"WAYNE","Physical Address State":"WV ","Physical Address Zipcode":"25570","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2084110564693912,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401470","School District Name":"UPSHUR COUNTY SCHOOLS","Physical Address Line 1":"102 SMITHFIELD STREET","Physical Address Line 2":"","Physical Address City":"BUCKHANNON","Physical Address State":"WV ","Physical Address Zipcode":"26201","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20607375271149675,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401440","School District Name":"TYLER COUNTY SCHOOLS","Physical Address Line 1":"BOARD OF ED AND TRANSPORTATION","Physical Address Line 2":"P.O. BOX 25","Physical Address City":"MIDDLEBOURNE","Physical Address State":"WV ","Physical Address Zipcode":"26149","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18474842767295596,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401410","School District Name":"TUCKER COUNTY SCHOOLS","Physical Address Line 1":"100 EDUCATION LN","Physical Address Line 2":"","Physical Address City":"PARSONS","Physical Address State":"WV ","Physical Address Zipcode":"26287","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17852161785216178,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401380","School District Name":"TAYLOR COUNTY SCHOOLS","Physical Address Line 1":"71 UTT DRIVE","Physical Address Line 2":"","Physical Address City":"GRAFTON","Physical Address State":"WV ","Physical Address Zipcode":"26354","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14937106918238993,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5401350","School District Name":"SUMMERS COUNTY SCHOOLS","Physical Address Line 1":"116 MAIN STREET","Physical Address Line 2":"","Physical Address City":"HINTON","Physical Address State":"WV ","Physical Address Zipcode":"25951","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2789115646258503,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401320","School District Name":"ROANE COUNTY SCHOOLS","Physical Address Line 1":"813 CAPITOL ST.","Physical Address Line 2":"","Physical Address City":"SPENCER","Physical Address State":"WV ","Physical Address Zipcode":"25276","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.27129938124702524,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401290","School District Name":"RITCHIE COUNTY SCHOOLS","Physical Address Line 1":"134 SOUTH PENN AVENUE","Physical Address Line 2":"","Physical Address City":"HARRISVILLE","Physical Address State":"WV ","Physical Address Zipcode":"26362","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21537345902828137,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401260","School District Name":"RANDOLPH COUNTY SCHOOLS","Physical Address Line 1":"40 11TH STREET","Physical Address Line 2":"","Physical Address City":"ELKINS","Physical Address State":"WV ","Physical Address Zipcode":"26241","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19607843137254902,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5401230","School District Name":"RALEIGH COUNTY SCHOOLS","Physical Address Line 1":"105 ADAIR STREET","Physical Address Line 2":"","Physical Address City":"BECKLEY","Physical Address State":"WV ","Physical Address Zipcode":"25801","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23598110011589551,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401200","School District Name":"PUTNAM COUNTY SCHOOLS","Physical Address Line 1":"77 COURTHOUSE DRIVE","Physical Address Line 2":"","Physical Address City":"WINFIELD","Physical Address State":"WV ","Physical Address Zipcode":"25213","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11861909272708136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5401170","School District Name":"PRESTON COUNTY SCHOOLS","Physical Address Line 1":"731 PRESTON DRIVE","Physical Address Line 2":"","Physical Address City":"KINGWOOD","Physical Address State":"WV ","Physical Address Zipcode":"26537","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17294520547945205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401140","School District Name":"POCAHONTAS COUNTY SCHOOLS","Physical Address Line 1":"404 OLD BUCKEYE ROAD","Physical Address Line 2":"","Physical Address City":"BUCKEYE","Physical Address State":"WV ","Physical Address Zipcode":"24924","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2237487733071639,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401110","School District Name":"PLEASANTS COUNTY SCHOOLS","Physical Address Line 1":"202 FAIRVIEW DR.","Physical Address Line 2":"","Physical Address City":"ST. MARYS","Physical Address State":"WV ","Physical Address Zipcode":"26170","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1435546875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5401080","School District Name":"PENDLETON COUNTY SCHOOLS","Physical Address Line 1":"58 WALNUT STREET","Physical Address Line 2":"","Physical Address City":"FRANKLIN","Physical Address State":"WV ","Physical Address Zipcode":"26807","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1726775956284153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401050","School District Name":"OHIO COUNTY SCHOOLS","Physical Address Line 1":"2203 NATIONAL ROAD","Physical Address Line 2":"","Physical Address City":"WHEELING","Physical Address State":"WV ","Physical Address Zipcode":"26003","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2129032258064516,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5401020","School District Name":"NICHOLAS COUNTY SCHOOLS","Physical Address Line 1":"400 OLD MAIN DRIVE","Physical Address Line 2":"","Physical Address City":"SUMMERSVILLE","Physical Address State":"WV ","Physical Address Zipcode":"26651","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2170212765957447,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400990","School District Name":"MORGAN COUNTY SCHOOLS","Physical Address Line 1":"247 HARRISON AVENUE","Physical Address Line 2":"","Physical Address City":"BERKELEY SPRINGS","Physical Address State":"WV ","Physical Address Zipcode":"25411","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1449518223711772,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400960","School District Name":"MONROE COUNTY SCHOOLS","Physical Address Line 1":"9875 WILLOW BEND ROAD","Physical Address Line 2":"","Physical Address City":"UNION","Physical Address State":"WV ","Physical Address Zipcode":"24983","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20726714431934493,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400930","School District Name":"MONONGALIA COUNTY SCHOOLS","Physical Address Line 1":"13 SOUTH HIGH STREET","Physical Address Line 2":"","Physical Address City":"MORGANTOWN","Physical Address State":"WV ","Physical Address Zipcode":"26501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12324455205811138,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400900","School District Name":"MINGO COUNTY SCHOOLS","Physical Address Line 1":"110 CINDERELLA ROAD","Physical Address Line 2":"","Physical Address City":"WILLIAMSON","Physical Address State":"WV ","Physical Address Zipcode":"25661","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2854082998661312,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400870","School District Name":"MINERAL COUNTY SCHOOLS","Physical Address Line 1":"36 BAKER PLACE","Physical Address Line 2":"","Physical Address City":"KEYSER","Physical Address State":"WV ","Physical Address Zipcode":"26726","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17668207498715974,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400840","School District Name":"MERCER COUNTY SCHOOLS","Physical Address Line 1":"1403 HONAKER AVENUE","Physical Address Line 2":"1403 HONAKER AVENUE","Physical Address City":"PRINCETON","Physical Address State":"WV ","Physical Address Zipcode":"24740","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21921684019918516,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400810","School District Name":"MCDOWELL COUNTY SCHOOLS","Physical Address Line 1":"30 CENTRAL AVENUE","Physical Address Line 2":"","Physical Address City":"WELCH","Physical Address State":"WV ","Physical Address Zipcode":"24801","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3391969407265774,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400780","School District Name":"MASON COUNTY SCHOOLS","Physical Address Line 1":"1 EDUCATION LANE","Physical Address Line 2":"","Physical Address City":"POINT PLEASANT","Physical Address State":"WV ","Physical Address Zipcode":"25550","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22577471716674866,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400750","School District Name":"MARSHALL COUNTY SCHOOLS","Physical Address Line 1":"214 MIDDLE GRAVE CREEK RD","Physical Address Line 2":"PO BOX 578","Physical Address City":"MOUNDSVILLE","Physical Address State":"WV ","Physical Address Zipcode":"26041","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16670547147846332,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400720","School District Name":"MARION COUNTY SCHOOLS","Physical Address Line 1":"1516 MARY LOU RETTON DRIVE","Physical Address Line 2":"","Physical Address City":"FAIRMONT","Physical Address State":"WV ","Physical Address Zipcode":"26554","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15269424327973488,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400690","School District Name":"LOGAN COUNTY SCHOOLS","Physical Address Line 1":"506 HOLLY AVENUE","Physical Address Line 2":"","Physical Address City":"WEST LOGAN","Physical Address State":"WV ","Physical Address Zipcode":"25601","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25607245780156446,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400660","School District Name":"LINCOLN COUNTY SCHOOLS","Physical Address Line 1":"10 MARLAND AVENUE","Physical Address Line 2":"","Physical Address City":"HAMLIN","Physical Address State":"WV ","Physical Address Zipcode":"25523","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24725943970767356,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400630","School District Name":"LEWIS COUNTY SCHOOLS","Physical Address Line 1":"239 COURT AVENUE","Physical Address Line 2":"","Physical Address City":"WESTON","Physical Address State":"WV ","Physical Address Zipcode":"26452","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16905330151153541,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400600","School District Name":"KANAWHA COUNTY SCHOOLS","Physical Address Line 1":"200 ELIZABETH STREET","Physical Address Line 2":"","Physical Address City":"CHARLESTON","Physical Address State":"WV ","Physical Address Zipcode":"25311","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.18482881211840174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400570","School District Name":"JEFFERSON COUNTY SCHOOLS","Physical Address Line 1":"110 MORDINGTON AVE","Physical Address Line 2":"","Physical Address City":"CHARLES TOWN","Physical Address State":"WV ","Physical Address Zipcode":"25414","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08293863803810125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400540","School District Name":"JACKSON COUNTY SCHOOLS","Physical Address Line 1":"1 SCHOOL STREET","Physical Address Line 2":"","Physical Address City":"RIPLEY","Physical Address State":"WV ","Physical Address Zipcode":"25271","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17594455622624636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400511","School District Name":"INSTITUTIONAL EDUCATIONAL PROGRAMS","Physical Address Line 1":"1900 KANAWHA BLVD. E.","Physical Address Line 2":"BUILDING 6 ROOM 728","Physical Address City":"CHARLESTON","Physical Address State":"WV ","Physical Address Zipcode":"25305","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5400510","School District Name":"HARRISON COUNTY SCHOOLS","Physical Address Line 1":"445 W MAIN ST","Physical Address Line 2":"","Physical Address City":"CLARKSBURG","Physical Address State":"WV ","Physical Address Zipcode":"26301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15805843543826578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400480","School District Name":"HARDY COUNTY SCHOOLS","Physical Address Line 1":"510 ASHBY STREET","Physical Address Line 2":"","Physical Address City":"MOOREFIELD","Physical Address State":"WV ","Physical Address Zipcode":"26836","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.187,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400450","School District Name":"HANCOCK COUNTY SCHOOLS","Physical Address Line 1":"104 NORTH COURT STREET","Physical Address Line 2":"","Physical Address City":"NEW CUMBERLAND","Physical Address State":"WV ","Physical Address Zipcode":"26047","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15961070559610704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400420","School District Name":"HAMPSHIRE COUNTY SCHOOLS","Physical Address Line 1":"111 SCHOOL STREET","Physical Address Line 2":"","Physical Address City":"ROMNEY","Physical Address State":"WV ","Physical Address Zipcode":"26757","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21304627249357327,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400390","School District Name":"GREENBRIER COUNTY SCHOOLS","Physical Address Line 1":"653 CHURCH STREET","Physical Address Line 2":"","Physical Address City":"LEWISBURG","Physical Address State":"WV ","Physical Address Zipcode":"24901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22314383977341695,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400360","School District Name":"GRANT COUNTY SCHOOLS","Physical Address Line 1":"204 JEFFERSON AVENUE","Physical Address Line 2":"","Physical Address City":"PETERSBURG","Physical Address State":"WV ","Physical Address Zipcode":"26847","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18226600985221675,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400330","School District Name":"GILMER COUNTY SCHOOLS","Physical Address Line 1":"454 VANHORN DRIVE","Physical Address Line 2":"","Physical Address City":"GLENVILLE","Physical Address State":"WV ","Physical Address Zipcode":"26351","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18861209964412812,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400300","School District Name":"FAYETTE COUNTY SCHOOLS","Physical Address Line 1":"111 FAYETTE AVENUE","Physical Address Line 2":"","Physical Address City":"FAYETTEVILLE","Physical Address State":"WV ","Physical Address Zipcode":"25840","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.24596405726469692,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400270","School District Name":"DODDRIDGE COUNTY SCHOOLS","Physical Address Line 1":"268 BULLDOG DRIVE","Physical Address Line 2":"","Physical Address City":"WEST UNION","Physical Address State":"WV ","Physical Address Zipcode":"26456","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18231441048034935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400240","School District Name":"CLAY COUNTY SCHOOLS","Physical Address Line 1":"285 CHURCH STREET","Physical Address Line 2":"","Physical Address City":"CLAY","Physical Address State":"WV ","Physical Address Zipcode":"25043","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30313837375178315,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400210","School District Name":"CALHOUN COUNTY SCHOOLS","Physical Address Line 1":"540 ALAN B MOLLOHAN DRIVE","Physical Address Line 2":"","Physical Address City":"MT. ZION","Physical Address State":"WV ","Physical Address Zipcode":"26151","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23231256599788808,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400180","School District Name":"CABELL COUNTY SCHOOLS","Physical Address Line 1":"2850 5TH AVE","Physical Address Line 2":"","Physical Address City":"HUNTINGTON","Physical Address State":"WV ","Physical Address Zipcode":"25702","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.19556235654169854,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400150","School District Name":"BROOKE COUNTY SCHOOLS","Physical Address Line 1":"1201 PLEASANT AVENUE","Physical Address Line 2":"","Physical Address City":"WELLSBURG","Physical Address State":"WV ","Physical Address Zipcode":"26070","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15869106263194932,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400120","School District Name":"BRAXTON COUNTY SCHOOLS","Physical Address Line 1":"98 CARTER BRAXTON DRIVE","Physical Address Line 2":"","Physical Address City":"SUTTON","Physical Address State":"WV ","Physical Address Zipcode":"26601","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2065989847715736,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400090","School District Name":"BOONE COUNTY SCHOOLS","Physical Address Line 1":"69 AVENUE B","Physical Address Line 2":"","Physical Address City":"MADISON","Physical Address State":"WV ","Physical Address Zipcode":"25130","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20814342145244608,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5400061","School District Name":"Mountain State Educational Services Cooperative","Physical Address Line 1":"501 22nd Street","Physical Address Line 2":"","Physical Address City":"Dunbar","Physical Address State":"WV ","Physical Address Zipcode":"25064","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5400060","School District Name":"BERKELEY COUNTY SCHOOLS","Physical Address Line 1":"BCS ADMINISTRATIVE OFFICES","Physical Address Line 2":"1453 WINCHESTER AVENUE","Physical Address City":"MARTINSBURG","Physical Address State":"WV ","Physical Address Zipcode":"25405","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11384495215778169,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5400059","School District Name":"Southern Educational Services Cooperative","Physical Address Line 1":"214 N. Kanawha Street","Physical Address Line 2":"","Physical Address City":"Beckley","Physical Address State":"WV ","Physical Address Zipcode":"25801","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5400058","School District Name":"Eastern Panhandle Instructional Cooperative","Physical Address Line 1":"109 S. College St.?","Physical Address Line 2":"","Physical Address City":"Martinsburg","Physical Address State":"WV ","Physical Address Zipcode":"25401","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5400030","School District Name":"BARBOUR COUNTY BOARD OF EDUCATION","Physical Address Line 1":"45 SCHOOL STREET","Physical Address Line 2":"","Physical Address City":"PHILIPPI","Physical Address State":"WV ","Physical Address Zipcode":"26416","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24382069543359866,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5310170","School District Name":"Zillah School District","Physical Address Line 1":"213 4TH AVE","Physical Address Line 2":"","Physical Address City":"ZILLAH","Physical Address State":"WA ","Physical Address Zipcode":"98953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12479740680713128,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5310140","School District Name":"Yelm School District","Physical Address Line 1":"107 1st N.","Physical Address Line 2":"","Physical Address City":"YELM","Physical Address State":"WA ","Physical Address Zipcode":"98597","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0918892822658513,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5310110","School District Name":"Yakima School District","Physical Address Line 1":"104 N 4TH AVE","Physical Address Line 2":"","Physical Address City":"YAKIMA","Physical Address State":"WA ","Physical Address Zipcode":"98902","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.22548348983272185,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5310050","School District Name":"Woodland School District","Physical Address Line 1":"800 3RD ST","Physical Address Line 2":"","Physical Address City":"WOODLAND","Physical Address State":"WA ","Physical Address Zipcode":"98674","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08490962589323245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5310020","School District Name":"Wishram School District","Physical Address Line 1":"135 BUNN","Physical Address Line 2":"","Physical Address City":"WISHRAM","Physical Address State":"WA ","Physical Address Zipcode":"98673","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2692307692307692,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309990","School District Name":"Wishkah Valley School District","Physical Address Line 1":"4640 Wishkah Road","Physical Address Line 2":"","Physical Address City":"Aberdeen","Physical Address State":"WA ","Physical Address Zipcode":"98520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11851851851851852,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309930","School District Name":"Winlock School District","Physical Address Line 1":"401 NW 1ST STREET","Physical Address Line 2":"","Physical Address City":"WINLOCK","Physical Address State":"WA ","Physical Address Zipcode":"98596","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15886699507389163,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309900","School District Name":"Wilson Creek School District","Physical Address Line 1":"400 NAVAR ST","Physical Address Line 2":"","Physical Address City":"WILSON CREEK","Physical Address State":"WA ","Physical Address Zipcode":"98860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14432989690721648,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309870","School District Name":"Willapa Valley School District","Physical Address Line 1":"22 VIKING WAY","Physical Address Line 2":"","Physical Address City":"MENLO","Physical Address State":"WA ","Physical Address Zipcode":"98561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16531165311653118,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309840","School District Name":"Wilbur School District","Physical Address Line 1":"202 POPE ST","Physical Address Line 2":"","Physical Address City":"WILBUR","Physical Address State":"WA ","Physical Address Zipcode":"99185","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09223300970873786,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309810","School District Name":"White Salmon Valley School District","Physical Address Line 1":"170 NW LINCOLN ST","Physical Address Line 2":"","Physical Address City":"WHITE SALMON","Physical Address State":"WA ","Physical Address Zipcode":"98672","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1077752117013087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5309780","School District Name":"White River School District","Physical Address Line 1":"240 N A ST","Physical Address Line 2":"","Physical Address City":"BUCKLEY","Physical Address State":"WA ","Physical Address Zipcode":"98321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.036917098445595854,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5309750","School District Name":"White Pass School District","Physical Address Line 1":"516 Silverbrook","Physical Address Line 2":"","Physical Address City":"Randle","Physical Address State":"WA ","Physical Address Zipcode":"98377","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24053452115812918,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309720","School District Name":"West Valley School District (Yakima)","Physical Address Line 1":"8902 ZIER RD","Physical Address Line 2":"","Physical Address City":"YAKIMA","Physical Address State":"WA ","Physical Address Zipcode":"98908","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09937219730941704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5309690","School District Name":"West Valley School District (Spokane)","Physical Address Line 1":"2805 N ARGONNE RD","Physical Address Line 2":"","Physical Address City":"SPOKANE","Physical Address State":"WA ","Physical Address Zipcode":"99212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12069491008838769,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5309660","School District Name":"Wenatchee School District","Physical Address Line 1":"235 SUNSET AVE","Physical Address Line 2":"","Physical Address City":"WENATCHEE","Physical Address State":"WA ","Physical Address Zipcode":"98801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10378994302700024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5309630","School District Name":"Wellpinit School District #49","Physical Address Line 1":"6231 Old School Road","Physical Address Line 2":"","Physical Address City":"WELLPINIT","Physical Address State":"WA ","Physical Address Zipcode":"99040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2606837606837607,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309600","School District Name":"Waterville School District","Physical Address Line 1":"200 E BIRCH","Physical Address Line 2":"","Physical Address City":"WATERVILLE","Physical Address State":"WA ","Physical Address Zipcode":"98858","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14814814814814814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309570","School District Name":"Washtucna School District","Physical Address Line 1":"730 East Booth Avenue","Physical Address Line 2":"","Physical Address City":"WASHTUCNA","Physical Address State":"WA ","Physical Address Zipcode":"99371","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309540","School District Name":"Washougal School District","Physical Address Line 1":"4855 Evergreen Way","Physical Address Line 2":"","Physical Address City":"WASHOUGAL","Physical Address State":"WA ","Physical Address Zipcode":"98671","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08038147138964577,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5309510","School District Name":"Warden School District","Physical Address Line 1":"101 W BECK WAY","Physical Address Line 2":"","Physical Address City":"WARDEN","Physical Address State":"WA ","Physical Address Zipcode":"98857","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15193370165745856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5309480","School District Name":"Wapato School District","Physical Address Line 1":"212 W 3RD ST","Physical Address Line 2":"","Physical Address City":"WAPATO","Physical Address State":"WA ","Physical Address Zipcode":"98951","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19047619047619047,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309450","School District Name":"Walla Walla Public Schools","Physical Address Line 1":"364 S PARK ST","Physical Address Line 2":"","Physical Address City":"WALLA WALLA","Physical Address State":"WA ","Physical Address Zipcode":"99362","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13661852166525063,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5309390","School District Name":"Waitsburg School District","Physical Address Line 1":"184 Academy Street","Physical Address Line 2":"","Physical Address City":"WAITSBURG","Physical Address State":"WA ","Physical Address Zipcode":"99361","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09395973154362416,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309360","School District Name":"Wahluke School District","Physical Address Line 1":"411 E SADDLE MT DRIVE","Physical Address Line 2":"","Physical Address City":"MATTAWA","Physical Address State":"WA ","Physical Address Zipcode":"99349","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1514114627887083,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5309330","School District Name":"Wahkiakum School District","Physical Address Line 1":"500 S. Third St","Physical Address Line 2":"","Physical Address City":"Cathlamet","Physical Address State":"WA ","Physical Address Zipcode":"98612","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15368852459016394,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309300","School District Name":"Vashon Island School District","Physical Address Line 1":"9309 SW Cemetery Rd","Physical Address Line 2":"","Physical Address City":"VASHON","Physical Address State":"WA ","Physical Address Zipcode":"98070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05395095367847411,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5309270","School District Name":"Vancouver School District","Physical Address Line 1":"2901 FALK RD","Physical Address Line 2":"","Physical Address City":"VANCOUVER","Physical Address State":"WA ","Physical Address Zipcode":"98661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.114915797914996,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5309240","School District Name":"Valley School District","Physical Address Line 1":"3030 Huffman Road","Physical Address Line 2":"","Physical Address City":"Valley","Physical Address State":"WA ","Physical Address Zipcode":"99181","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2206405693950178,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309180","School District Name":"University Place School District","Physical Address Line 1":"3717 GRANDVIEW DR W","Physical Address Line 2":"","Physical Address City":"UNIVERSITY PLACE","Physical Address State":"WA ","Physical Address Zipcode":"98466","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07044765471731763,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5309150","School District Name":"Union Gap School District","Physical Address Line 1":"3201 4th Street","Physical Address Line 2":"","Physical Address City":"UNION GAP","Physical Address State":"WA ","Physical Address Zipcode":"98903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.20089955022488756,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309100","School District Name":"Tumwater School District","Physical Address Line 1":"621 LINWOOD AVE SW","Physical Address Line 2":"","Physical Address City":"TUMWATER","Physical Address State":"WA ","Physical Address Zipcode":"98512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0870811952912768,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5309060","School District Name":"Trout Lake School District","Physical Address Line 1":"2310 HIGHWAY 141","Physical Address Line 2":"","Physical Address City":"TROUT LAKE","Physical Address State":"WA ","Physical Address Zipcode":"98650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2012987012987013,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309030","School District Name":"Toutle Lake School District","Physical Address Line 1":"5050 SPIRIT LAKE HWY","Physical Address Line 2":"","Physical Address City":"TOUTLE","Physical Address State":"WA ","Physical Address Zipcode":"98649","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09728867623604466,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5309000","School District Name":"Touchet School District","Physical Address Line 1":"90 CHAMPION ST","Physical Address Line 2":"","Physical Address City":"TOUCHET","Physical Address State":"WA ","Physical Address Zipcode":"99360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06912442396313365,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308970","School District Name":"Toppenish School District","Physical Address Line 1":"306 BOLIN DR","Physical Address Line 2":"","Physical Address City":"TOPPENISH","Physical Address State":"WA ","Physical Address Zipcode":"98948","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18184274520399893,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308940","School District Name":"Tonasket School District","Physical Address Line 1":"35 DO E HIGHWAY 20","Physical Address Line 2":"","Physical Address City":"TONASKET","Physical Address State":"WA ","Physical Address Zipcode":"98855","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.31569173630454966,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308910","School District Name":"Toledo School District","Physical Address Line 1":"116 RAMSEY WAY","Physical Address Line 2":"","Physical Address City":"TOLEDO","Physical Address State":"WA ","Physical Address Zipcode":"98591","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13725490196078433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308850","School District Name":"Thorp School District","Physical Address Line 1":"10831 N THORP HWY","Physical Address Line 2":"","Physical Address City":"THORP","Physical Address State":"WA ","Physical Address Zipcode":"98946","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07581227436823104,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308820","School District Name":"Tenino School District","Physical Address Line 1":"301 OLD HWY 99 N","Physical Address Line 2":"","Physical Address City":"TENINO","Physical Address State":"WA ","Physical Address Zipcode":"98589","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09597523219814241,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308790","School District Name":"Tekoa School District","Physical Address Line 1":"135 N COLLEGE AVE","Physical Address Line 2":"","Physical Address City":"TEKOA","Physical Address State":"WA ","Physical Address Zipcode":"99033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09326424870466321,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308760","School District Name":"Tahoma School District","Physical Address Line 1":"25720 MAPLE VALLEY BLK DIAM RD","Physical Address Line 2":"","Physical Address City":"MAPLE VALLEY","Physical Address State":"WA ","Physical Address Zipcode":"98038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.032428780542731676,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5308730","School District Name":"Taholah School District","Physical Address Line 1":"600 CHITWHIN DR","Physical Address Line 2":"","Physical Address City":"TAHOLAH","Physical Address State":"WA ","Physical Address Zipcode":"98587","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13302752293577982,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308700","School District Name":"Tacoma School District","Physical Address Line 1":"601 S 8TH","Physical Address Line 2":"","Physical Address City":"TACOMA","Physical Address State":"WA ","Physical Address Zipcode":"98401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10812309398392016,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5308670","School District Name":"Sunnyside School District","Physical Address Line 1":"1110 S 6th St","Physical Address Line 2":"","Physical Address City":"SUNNYSIDE","Physical Address State":"WA ","Physical Address Zipcode":"98944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18997650743931088,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5308610","School District Name":"Sumner School District","Physical Address Line 1":"1202 WOOD AVE","Physical Address Line 2":"","Physical Address City":"SUMNER","Physical Address State":"WA ","Physical Address Zipcode":"98390","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.047804035826049425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5308580","School District Name":"Summit Valley School District","Physical Address Line 1":"2360 ADDY GIFFORD RD","Physical Address Line 2":"","Physical Address City":"ADDY","Physical Address State":"WA ","Physical Address Zipcode":"99101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19834710743801653,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308550","School District Name":"Sultan School District","Physical Address Line 1":"514 4TH ST","Physical Address Line 2":"","Physical Address City":"SULTAN","Physical Address State":"WA ","Physical Address Zipcode":"98294","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06089258698940998,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5308520","School District Name":"Stevenson-Carson School District","Physical Address Line 1":"350 NW BULLDOG DR","Physical Address Line 2":"","Physical Address City":"STEVENSON","Physical Address State":"WA ","Physical Address Zipcode":"98648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13859275053304904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308490","School District Name":"Steptoe School District","Physical Address Line 1":"12 TENNESSEE ST","Physical Address Line 2":"","Physical Address City":"STEPTOE","Physical Address State":"WA ","Physical Address Zipcode":"99174","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20833333333333334,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308460","School District Name":"Steilacoom Hist. School District","Physical Address Line 1":"511 CHAMBERS ST","Physical Address Line 2":"","Physical Address City":"STEILACOOM","Physical Address State":"WA ","Physical Address Zipcode":"98388","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05612111720177499,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5308430","School District Name":"Stehekin School District","Physical Address Line 1":"430 Olds Station Rd","Physical Address Line 2":"","Physical Address City":"Wenatchee","Physical Address State":"WA ","Physical Address Zipcode":"98801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08695652173913043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308400","School District Name":"Starbuck School District","Physical Address Line 1":"717 TUCANNON ST","Physical Address Line 2":"","Physical Address City":"STARBUCK","Physical Address State":"WA ","Physical Address Zipcode":"99359","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4117647058823529,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308370","School District Name":"Star School District No. 054","Physical Address Line 1":"24180 PASCO KAHLOTUS RD","Physical Address Line 2":"","Physical Address City":"PASCO","Physical Address State":"WA ","Physical Address Zipcode":"99301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308340","School District Name":"Stanwood-Camano School District","Physical Address Line 1":"26920 Pioneer Highway","Physical Address Line 2":"","Physical Address City":"Stanwood","Physical Address State":"WA ","Physical Address Zipcode":"98292","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06412825651302605,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5308310","School District Name":"St. John School District","Physical Address Line 1":"301 W NOB HL","Physical Address Line 2":"","Physical Address City":"SAINT JOHN","Physical Address State":"WA ","Physical Address Zipcode":"99171","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09813084112149532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308280","School District Name":"Sprague School District","Physical Address Line 1":"S 512 F STREET","Physical Address Line 2":"","Physical Address City":"SPRAGUE","Physical Address State":"WA ","Physical Address Zipcode":"99032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1864406779661017,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308250","School District Name":"Spokane School District","Physical Address Line 1":"200 N BERNARD ST","Physical Address Line 2":"","Physical Address City":"SPOKANE","Physical Address State":"WA ","Physical Address Zipcode":"99201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.16111372245417094,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5308220","School District Name":"Southside School District","Physical Address Line 1":"161 SE COLLIER RD","Physical Address Line 2":"","Physical Address City":"SHELTON","Physical Address State":"WA ","Physical Address Zipcode":"98584","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14745308310991956,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5308190","School District Name":"South Whidbey School District","Physical Address Line 1":"5520 Maxwelton Road","Physical Address Line 2":"","Physical Address City":"Langley","Physical Address State":"WA ","Physical Address Zipcode":"98260","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07391537225495447,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308160","School District Name":"South Kitsap School District","Physical Address Line 1":"2689 HOOVER AVE SE","Physical Address Line 2":"","Physical Address City":"PORT ORCHARD","Physical Address State":"WA ","Physical Address Zipcode":"98366","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09741016220091406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5308130","School District Name":"Tukwila School District","Physical Address Line 1":"4640 S 144TH ST","Physical Address Line 2":"","Physical Address City":"TUKWILA","Physical Address State":"WA ","Physical Address Zipcode":"98168","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20670056835177983,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308100","School District Name":"South Bend School District","Physical Address Line 1":"405 E 1ST","Physical Address Line 2":"","Physical Address City":"SOUTH BEND","Physical Address State":"WA ","Physical Address Zipcode":"98586","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1318407960199005,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5308070","School District Name":"Soap Lake School District","Physical Address Line 1":"410 GINKGO ST S","Physical Address Line 2":"","Physical Address City":"SOAP LAKE","Physical Address State":"WA ","Physical Address Zipcode":"98851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2633587786259542,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5308040","School District Name":"Snoqualmie Valley School District","Physical Address Line 1":"8001 SILVA AVE SE","Physical Address Line 2":"","Physical Address City":"SNOQUALMIE","Physical Address State":"WA ","Physical Address Zipcode":"98065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03302125506072875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5308020","School District Name":"Snohomish School District","Physical Address Line 1":"1601 AVENUE D","Physical Address Line 2":"","Physical Address City":"SNOHOMISH","Physical Address State":"WA ","Physical Address Zipcode":"98290","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.040340455714159056,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5307980","School District Name":"Skykomish School District","Physical Address Line 1":"105 6TH ST N","Physical Address Line 2":"","Physical Address City":"SKYKOMISH","Physical Address State":"WA ","Physical Address Zipcode":"98288","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.015873015873015872,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5307950","School District Name":"Skamania School District","Physical Address Line 1":"122 BUTLER LOOP RD","Physical Address Line 2":"","Physical Address City":"SKAMANIA","Physical Address State":"WA ","Physical Address Zipcode":"98648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10891089108910891,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5307920","School District Name":"Shoreline School District","Physical Address Line 1":"18560 1ST AVE NE","Physical Address Line 2":"","Physical Address City":"SHORELINE","Physical Address State":"WA ","Physical Address Zipcode":"98155","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05350885500520883,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5307900","School District Name":"Shelton School District","Physical Address Line 1":"700 S 1ST ST","Physical Address Line 2":"","Physical Address City":"SHELTON","Physical Address State":"WA ","Physical Address Zipcode":"98584","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16366366366366367,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5307860","School District Name":"Shaw Island School District","Physical Address Line 1":"44 HOFFMAN COVE RD","Physical Address Line 2":"","Physical Address City":"SHAW ISLAND","Physical Address State":"WA ","Physical Address Zipcode":"98286","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11764705882352941,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5307830","School District Name":"Sequim School District","Physical Address Line 1":"503 N SEQUIM AVE","Physical Address Line 2":"","Physical Address City":"SEQUIM","Physical Address State":"WA ","Physical Address Zipcode":"98382","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1467408093914118,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5307800","School District Name":"Selkirk School District","Physical Address Line 1":"219 Park St","Physical Address Line 2":"","Physical Address City":"METALINE FALLS","Physical Address State":"WA ","Physical Address Zipcode":"99153","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20132013201320131,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5307770","School District Name":"Selah School District","Physical Address Line 1":"316 W NACHES AVE","Physical Address Line 2":"","Physical Address City":"SELAH","Physical Address State":"WA ","Physical Address Zipcode":"98942","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10198226395409495,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5307740","School District Name":"Sedro-Woolley School District","Physical Address Line 1":"801 TRAIL RD","Physical Address Line 2":"","Physical Address City":"SEDRO WOOLLEY","Physical Address State":"WA ","Physical Address Zipcode":"98284","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09613752122241087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5307710","School District Name":"Seattle School District No. 1","Physical Address Line 1":"2445 3RD AVE S","Physical Address Line 2":"","Physical Address City":"SEATTLE","Physical Address State":"WA ","Physical Address Zipcode":"98134","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07176808872718737,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5307680","School District Name":"Satsop School District","Physical Address Line 1":"853 MONTE ELMA RD","Physical Address Line 2":"","Physical Address City":"SATSOP","Physical Address State":"WA ","Physical Address Zipcode":"98583","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11818181818181818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5307650","School District Name":"San Juan Island School District","Physical Address Line 1":"285 BLAIR STREET","Physical Address Line 2":"","Physical Address City":"FRIDAY HARBOR","Physical Address State":"WA ","Physical Address Zipcode":"98250","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09523809523809523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5307620","School District Name":"Royal School District","Physical Address Line 1":"901 Ahlers Rd","Physical Address Line 2":"","Physical Address City":"Royal City","Physical Address State":"WA ","Physical Address Zipcode":"99357","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.157923799006074,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5307560","School District Name":"Rosalia School District","Physical Address Line 1":"916 S JOSEPHINE AVE","Physical Address Line 2":"","Physical Address City":"ROSALIA","Physical Address State":"WA ","Physical Address Zipcode":"99170","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1504424778761062,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5307530","School District Name":"Roosevelt School District","Physical Address Line 1":"615 CHINOOK AVE","Physical Address Line 2":"","Physical Address City":"ROOSEVELT","Physical Address State":"WA ","Physical Address Zipcode":"99356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5307470","School District Name":"Rochester School District","Physical Address Line 1":"10140 HIGHWAY 12 SW","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"WA ","Physical Address Zipcode":"98579","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12935494998275268,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5307440","School District Name":"Riverside School District","Physical Address Line 1":"34515 N NEWPORT HWY","Physical Address Line 2":"","Physical Address City":"CHATTAROY","Physical Address State":"WA ","Physical Address Zipcode":"99003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5307380","School District Name":"Ritzville School District","Physical Address Line 1":"209 E WELLSANDT RD","Physical Address Line 2":"","Physical Address City":"RITZVILLE","Physical Address State":"WA ","Physical Address Zipcode":"99169","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10648148148148148,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5307350","School District Name":"Ridgefield School District","Physical Address Line 1":"510 PIONEER STREET","Physical Address Line 2":"","Physical Address City":"RIDGEFIELD","Physical Address State":"WA ","Physical Address Zipcode":"98642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05237599722511273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5307320","School District Name":"Richland School District","Physical Address Line 1":"615 SNOW AVE","Physical Address Line 2":"","Physical Address City":"RICHLAND","Physical Address State":"WA ","Physical Address Zipcode":"99352","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0794470716624227,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5307260","School District Name":"Republic School District","Physical Address Line 1":"30306 E HIGHWAY 20","Physical Address Line 2":"","Physical Address City":"REPUBLIC","Physical Address State":"WA ","Physical Address Zipcode":"99166","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23037974683544304,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5307230","School District Name":"Renton School District","Physical Address Line 1":"300 SW 7TH ST","Physical Address Line 2":"","Physical Address City":"RENTON","Physical Address State":"WA ","Physical Address Zipcode":"98057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10378811210348013,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5307210","School District Name":"Reardan-Edwall School District","Physical Address Line 1":"116 S Lake Street","Physical Address Line 2":"","Physical Address City":"REARDAN","Physical Address State":"WA ","Physical Address Zipcode":"99029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15494636471990464,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5307140","School District Name":"Raymond School District","Physical Address Line 1":"1016 COMMERCIAL ST","Physical Address Line 2":"","Physical Address City":"RAYMOND","Physical Address State":"WA ","Physical Address Zipcode":"98577","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15575221238938053,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5307110","School District Name":"Rainier School District","Physical Address Line 1":"207 CENTRE ST","Physical Address Line 2":"","Physical Address City":"RAINIER","Physical Address State":"WA ","Physical Address Zipcode":"98576","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12269938650306748,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5307080","School District Name":"Quincy School District","Physical Address Line 1":"119 J ST SW","Physical Address Line 2":"","Physical Address City":"QUINCY","Physical Address State":"WA ","Physical Address Zipcode":"98848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17401166558651976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5307050","School District Name":"Lake Quinault School District","Physical Address Line 1":"6130 HWY 101 N","Physical Address Line 2":"","Physical Address City":"AMANDA PARK","Physical Address State":"WA ","Physical Address Zipcode":"98526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16176470588235295,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5307020","School District Name":"Quillayute Valley School District","Physical Address Line 1":"411 S SPARTAN AVE","Physical Address Line 2":"","Physical Address City":"FORKS","Physical Address State":"WA ","Physical Address Zipcode":"98331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.246875,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306990","School District Name":"Quilcene School District","Physical Address Line 1":"294715 HWY 101","Physical Address Line 2":"","Physical Address City":"QUILCENE","Physical Address State":"WA ","Physical Address Zipcode":"98376","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16759776536312848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306960","School District Name":"Puyallup School District","Physical Address Line 1":"302 2ND ST SE","Physical Address Line 2":"","Physical Address City":"PUYALLUP","Physical Address State":"WA ","Physical Address Zipcode":"98372","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05950472832184645,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5306930","School District Name":"Pullman School District","Physical Address Line 1":"240 SE DEXTER ST","Physical Address Line 2":"","Physical Address City":"PULLMAN","Physical Address State":"WA ","Physical Address Zipcode":"99163","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0948509485094851,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5306900","School District Name":"Prosser School District","Physical Address Line 1":"1500 Grant Ave","Physical Address Line 2":"","Physical Address City":"PROSSER","Physical Address State":"WA ","Physical Address Zipcode":"99350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11510791366906475,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5306870","School District Name":"Prescott School District","Physical Address Line 1":"207 SOUTH A STREET","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"WA ","Physical Address Zipcode":"99348","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11781609195402298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306840","School District Name":"Port Townsend School District","Physical Address Line 1":"1610 Blaine St.","Physical Address Line 2":"","Physical Address City":"Port Townsend","Physical Address State":"WA ","Physical Address Zipcode":"98368","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.140159767610748,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5306820","School District Name":"Port Angeles School District","Physical Address Line 1":"905 W 9TH ST","Physical Address Line 2":"","Physical Address City":"PORT ANGELES","Physical Address State":"WA ","Physical Address Zipcode":"98363","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15617185724028187,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306780","School District Name":"Pomeroy School District","Physical Address Line 1":"121 S 10th Street","Physical Address Line 2":"","Physical Address City":"POMEROY","Physical Address State":"WA ","Physical Address Zipcode":"99347","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14556962025316456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306750","School District Name":"Pioneer School District","Physical Address Line 1":"112 E. Spencer Lake Road","Physical Address Line 2":"","Physical Address City":"SHELTON","Physical Address State":"WA ","Physical Address Zipcode":"98584","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.136789506558401,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5306690","School District Name":"Peninsula School District","Physical Address Line 1":"14015 62ND AVE NW","Physical Address Line 2":"","Physical Address City":"GIG HARBOR","Physical Address State":"WA ","Physical Address Zipcode":"98332","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.039298363973688646,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5306660","School District Name":"Pe Ell School District","Physical Address Line 1":"519 NORTH 2ND","Physical Address Line 2":"","Physical Address City":"PE ELL","Physical Address State":"WA ","Physical Address Zipcode":"98572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13548387096774195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306630","School District Name":"Paterson School District","Physical Address Line 1":"51409 W PRIOR RD","Physical Address Line 2":"","Physical Address City":"PATERSON","Physical Address State":"WA ","Physical Address Zipcode":"99345","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05925925925925926,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306600","School District Name":"Pateros School District","Physical Address Line 1":"344 W BEACH ST","Physical Address Line 2":"","Physical Address City":"PATEROS","Physical Address State":"WA ","Physical Address Zipcode":"98846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23880597014925373,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306570","School District Name":"Pasco School District","Physical Address Line 1":"1215 W LEWIS ST","Physical Address Line 2":"","Physical Address City":"PASCO","Physical Address State":"WA ","Physical Address Zipcode":"99301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1400200601805416,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5306540","School District Name":"Palouse School District","Physical Address Line 1":"600 E ALDER ST","Physical Address Line 2":"","Physical Address City":"PALOUSE","Physical Address State":"WA ","Physical Address Zipcode":"99161","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07924528301886792,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306510","School District Name":"Palisades School District","Physical Address Line 1":"1114 PALISADES RD","Physical Address Line 2":"","Physical Address City":"PALISADES","Physical Address State":"WA ","Physical Address Zipcode":"98845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.203125,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306480","School District Name":"Othello School District","Physical Address Line 1":"1025 S 1st Ave","Physical Address Line 2":"","Physical Address City":"OTHELLO","Physical Address State":"WA ","Physical Address Zipcode":"99344","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1588785046728972,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5306450","School District Name":"Orting School District","Physical Address Line 1":"121 Whitesell St NE","Physical Address Line 2":"","Physical Address City":"ORTING","Physical Address State":"WA ","Physical Address Zipcode":"98360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04958391123439667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5306420","School District Name":"Oroville School District","Physical Address Line 1":"816 JUNIPER","Physical Address Line 2":"","Physical Address City":"OROVILLE","Physical Address State":"WA ","Physical Address Zipcode":"98844","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.38306451612903225,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306390","School District Name":"Orondo School District","Physical Address Line 1":"100 ORONDO SCHOOL RD","Physical Address Line 2":"","Physical Address City":"ORONDO","Physical Address State":"WA ","Physical Address Zipcode":"98843","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306360","School District Name":"Orient School District","Physical Address Line 1":"374 4th Ave","Physical Address Line 2":"","Physical Address City":"ORIENT","Physical Address State":"WA ","Physical Address Zipcode":"99160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2604166666666667,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306330","School District Name":"Orchard Prairie School District","Physical Address Line 1":"7626 N. Orchard Prairie Road","Physical Address Line 2":"","Physical Address City":"SPOKANE","Physical Address State":"WA ","Physical Address Zipcode":"99203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09352517985611511,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5306300","School District Name":"Orcas Island School District","Physical Address Line 1":"557 SCHOOL RD","Physical Address Line 2":"","Physical Address City":"EASTSOUND","Physical Address State":"WA ","Physical Address Zipcode":"98245","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08944543828264759,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306270","School District Name":"Onion Creek School District","Physical Address Line 1":"2006 LOTZE CREEK RD","Physical Address Line 2":"","Physical Address City":"COLVILLE","Physical Address State":"WA ","Physical Address Zipcode":"99114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.33962264150943394,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306240","School District Name":"Onalaska School District","Physical Address Line 1":"540 CARLISLE AVE","Physical Address Line 2":"","Physical Address City":"ONALASKA","Physical Address State":"WA ","Physical Address Zipcode":"98570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14768883878241262,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306220","School District Name":"Omak School District","Physical Address Line 1":"619 W BARTLETT AVE","Physical Address Line 2":"","Physical Address City":"OMAK","Physical Address State":"WA ","Physical Address Zipcode":"98841","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.26063829787234044,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306180","School District Name":"Olympia School District","Physical Address Line 1":"111 BETHEL ST. NE","Physical Address Line 2":"","Physical Address City":"OLYMPIA","Physical Address State":"WA ","Physical Address Zipcode":"98506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08663269306154449,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5306150","School District Name":"Okanogan School District","Physical Address Line 1":"115 ROSE ST.","Physical Address Line 2":"","Physical Address City":"OKANOGAN","Physical Address State":"WA ","Physical Address Zipcode":"98840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2504854368932039,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306120","School District Name":"Odessa School District","Physical Address Line 1":"311 S FIRST ST","Physical Address Line 2":"","Physical Address City":"ODESSA","Physical Address State":"WA ","Physical Address Zipcode":"99159","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14336917562724014,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306090","School District Name":"Ocosta School District","Physical Address Line 1":"2580 S MONTESANO ST","Physical Address Line 2":"","Physical Address City":"WESTPORT","Physical Address State":"WA ","Physical Address Zipcode":"98595","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2122905027932961,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306060","School District Name":"Ocean Beach School District","Physical Address Line 1":"500 Washington Ave S","Physical Address Line 2":"","Physical Address City":"Long Beach","Physical Address State":"WA ","Physical Address Zipcode":"98631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1997828447339848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5306000","School District Name":"Oakville School District","Physical Address Line 1":"103 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"OAKVILLE","Physical Address State":"WA ","Physical Address Zipcode":"98568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19121447028423771,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5305970","School District Name":"Oakesdale School District","Physical Address Line 1":"FIRST & MCCOY","Physical Address Line 2":"","Physical Address City":"OAKESDALE","Physical Address State":"WA ","Physical Address Zipcode":"99158","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.05263157894736842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5305940","School District Name":"Oak Harbor School District","Physical Address Line 1":"350 S OAK HARBOR ST","Physical Address Line 2":"","Physical Address City":"OAK HARBOR","Physical Address State":"WA ","Physical Address Zipcode":"98277","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07851747760407518,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305910","School District Name":"Northshore School District","Physical Address Line 1":"3330 Monte Villa Parkway","Physical Address Line 2":"","Physical Address City":"BOTHELL","Physical Address State":"WA ","Physical Address Zipcode":"98021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03216818642350557,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305880","School District Name":"Northport School District","Physical Address Line 1":"404 10TH ST","Physical Address Line 2":"","Physical Address City":"NORTHPORT","Physical Address State":"WA ","Physical Address Zipcode":"99157","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24242424242424243,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5305850","School District Name":"North Thurston Public Schools","Physical Address Line 1":"305 COLLEGE ST NE","Physical Address Line 2":"","Physical Address City":"LACEY","Physical Address State":"WA ","Physical Address Zipcode":"98516","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09068249258160238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305820","School District Name":"North River School District","Physical Address Line 1":"2867 N RIVER RD","Physical Address Line 2":"","Physical Address City":"COSMOPOLIS","Physical Address State":"WA ","Physical Address Zipcode":"98537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22857142857142856,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5305790","School District Name":"North Mason School District","Physical Address Line 1":"250 East Campus Drive","Physical Address Line 2":"","Physical Address City":"Belfair","Physical Address State":"WA ","Physical Address Zipcode":"98528","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1315570358034971,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305760","School District Name":"North Kitsap School District","Physical Address Line 1":"18360 Caldart Ave NE","Physical Address Line 2":"","Physical Address City":"Poulsbo","Physical Address State":"WA ","Physical Address Zipcode":"98370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07374983419551664,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5305730","School District Name":"North Franklin School District","Physical Address Line 1":"1100 W CLARK ST","Physical Address Line 2":"","Physical Address City":"CONNELL","Physical Address State":"WA ","Physical Address Zipcode":"99326","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1440410418310971,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305700","School District Name":"North Beach School District No. 64","Physical Address Line 1":"336 STATE ROUTE 113","Physical Address Line 2":"","Physical Address City":"OCEAN SHORES","Physical Address State":"WA ","Physical Address Zipcode":"98569","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16990920881971466,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5305670","School District Name":"Nooksack Valley School District","Physical Address Line 1":"3326 E BADGER RD","Physical Address Line 2":"","Physical Address City":"EVERSON","Physical Address State":"WA ","Physical Address Zipcode":"98247","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08834586466165413,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5305640","School District Name":"Nine Mile Falls School District","Physical Address Line 1":"10110 W CHARLES RD","Physical Address Line 2":"","Physical Address City":"NINE MILE FALLS","Physical Address State":"WA ","Physical Address Zipcode":"99026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15931232091690545,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305610","School District Name":"Newport School District","Physical Address Line 1":"1380 W 5TH","Physical Address Line 2":"","Physical Address City":"NEWPORT","Physical Address State":"WA ","Physical Address Zipcode":"99156","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2169146436961629,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5305550","School District Name":"Nespelem School District #14","Physical Address Line 1":"229 SCHOOLHOUSE LOOP RD","Physical Address Line 2":"","Physical Address City":"NESPELEM","Physical Address State":"WA ","Physical Address Zipcode":"99155","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2651006711409396,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5305520","School District Name":"Naselle-Grays River Valley School District","Physical Address Line 1":"793 STATE ROUTE 4","Physical Address Line 2":"","Physical Address City":"NASELLE","Physical Address State":"WA ","Physical Address Zipcode":"98638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1276595744680851,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5305490","School District Name":"Napavine School District","Physical Address Line 1":"413 E PARK ST","Physical Address Line 2":"","Physical Address City":"Napavine","Physical Address State":"WA ","Physical Address Zipcode":"98565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12746386333771353,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305460","School District Name":"Naches Valley School District","Physical Address Line 1":"24 SHAFER AVE","Physical Address Line 2":"","Physical Address City":"NACHES","Physical Address State":"WA ","Physical Address Zipcode":"98937","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11652402896642527,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305430","School District Name":"Mukilteo School District","Physical Address Line 1":"9401 SHARON DR","Physical Address Line 2":"","Physical Address City":"EVERETT","Physical Address State":"WA ","Physical Address Zipcode":"98204","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10123954688334025,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305400","School District Name":"Mount Vernon School District","Physical Address Line 1":"124 E LAWRENCE ST","Physical Address Line 2":"","Physical Address City":"MOUNT VERNON","Physical Address State":"WA ","Physical Address Zipcode":"98273","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10439716312056738,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305370","School District Name":"East Valley School District (Yakima)","Physical Address Line 1":"2002 BEAUDRY RD","Physical Address Line 2":"","Physical Address City":"YAKIMA","Physical Address State":"WA ","Physical Address Zipcode":"98901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12077756532823454,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305340","School District Name":"Mount Pleasant School District","Physical Address Line 1":"152 MARBLE RD","Physical Address Line 2":"","Physical Address City":"WASHOUGAL","Physical Address State":"WA ","Physical Address Zipcode":"98671","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305310","School District Name":"Mount Baker School District","Physical Address Line 1":"4956 DEMING RD","Physical Address Line 2":"","Physical Address City":"DEMING","Physical Address State":"WA ","Physical Address Zipcode":"98244","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11779722830051058,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305280","School District Name":"Mount Adams School District","Physical Address Line 1":"621 SIGNAL PEAK RD","Physical Address Line 2":"","Physical Address City":"WHITE SWAN","Physical Address State":"WA ","Physical Address Zipcode":"98952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14754098360655737,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5305250","School District Name":"Mossyrock School District","Physical Address Line 1":"545 WILLIAMS ST","Physical Address Line 2":"","Physical Address City":"MOSSYROCK","Physical Address State":"WA ","Physical Address Zipcode":"98564","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12954186413902052,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5305220","School District Name":"Moses Lake School District","Physical Address Line 1":"1620 S Pioneer Way","Physical Address Line 2":"","Physical Address City":"MOSES LAKE","Physical Address State":"WA ","Physical Address Zipcode":"98837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16234047155526715,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305190","School District Name":"Morton School District","Physical Address Line 1":"152 WESTLAKE AVE","Physical Address Line 2":"","Physical Address City":"MORTON","Physical Address State":"WA ","Physical Address Zipcode":"98356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17302052785923755,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5305160","School District Name":"Montesano School District","Physical Address Line 1":"502 E. Spruce Ave","Physical Address Line 2":"","Physical Address City":"MONTESANO","Physical Address State":"WA ","Physical Address Zipcode":"98563","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10562310030395136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305130","School District Name":"Monroe School District","Physical Address Line 1":"14692 179th Ave SE","Physical Address Line 2":"","Physical Address City":"MONROE","Physical Address State":"WA ","Physical Address Zipcode":"98272","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04364552931812152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5305040","School District Name":"Mill A School District","Physical Address Line 1":"1142 JESSUP RD","Physical Address Line 2":"","Physical Address City":"COOK","Physical Address State":"WA ","Physical Address Zipcode":"98605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1724137931034483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5305020","School District Name":"Methow Valley School District","Physical Address Line 1":"18 TWIN LAKES RD","Physical Address Line 2":"","Physical Address City":"WINTHROP","Physical Address State":"WA ","Physical Address Zipcode":"98862","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16358024691358025,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5305010","School District Name":"Meridian School District","Physical Address Line 1":"214 W LAUREL RD","Physical Address Line 2":"","Physical Address City":"BELLINGHAM","Physical Address State":"WA ","Physical Address Zipcode":"98226","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09608745684695051,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5304980","School District Name":"Mercer Island School District","Physical Address Line 1":"4160 86TH AVE SE","Physical Address Line 2":"","Physical Address City":"MERCER ISLAND","Physical Address State":"WA ","Physical Address Zipcode":"98040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02991283676703645,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5304950","School District Name":"Medical Lake School District","Physical Address Line 1":"116 W THIRD ST","Physical Address Line 2":"","Physical Address City":"MEDICAL LAKE","Physical Address State":"WA ","Physical Address Zipcode":"99022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09352857817666509,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5304920","School District Name":"Mead School District","Physical Address Line 1":"2323 E Farwell Rd","Physical Address Line 2":"","Physical Address City":"MEAD","Physical Address State":"WA ","Physical Address Zipcode":"99021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08614030360190425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5304890","School District Name":"McCleary School District","Physical Address Line 1":"611 S MAIN ST","Physical Address Line 2":"","Physical Address City":"MCCLEARY","Physical Address State":"WA ","Physical Address Zipcode":"98557","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09266409266409266,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5304860","School District Name":"Marysville School District","Physical Address Line 1":"4220 80TH ST NE","Physical Address Line 2":"","Physical Address City":"MARYSVILLE","Physical Address State":"WA ","Physical Address Zipcode":"98270","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07840616966580977,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5304830","School District Name":"Mary Walker School District","Physical Address Line 1":"500 N 4TH","Physical Address Line 2":"P.O. Box 159","Physical Address City":"SPRINGDALE","Physical Address State":"WA ","Physical Address Zipcode":"99173","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2423728813559322,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5304800","School District Name":"Mary M Knight School District","Physical Address Line 1":"2987 W MATLOCK BRADY RD","Physical Address Line 2":"","Physical Address City":"ELMA","Physical Address State":"WA ","Physical Address Zipcode":"98541","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16605166051660517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5304740","School District Name":"Manson School District","Physical Address Line 1":"135 S. HILL STREET","Physical Address Line 2":"","Physical Address City":"MANSON","Physical Address State":"WA ","Physical Address Zipcode":"98831","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12972972972972974,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5304710","School District Name":"Mansfield School District","Physical Address Line 1":"491 RD 14NE","Physical Address Line 2":"","Physical Address City":"MANSFIELD","Physical Address State":"WA ","Physical Address Zipcode":"98830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2236842105263158,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5304650","School District Name":"Mabton School District","Physical Address Line 1":"306 N MAIN","Physical Address Line 2":"","Physical Address City":"MABTON","Physical Address State":"WA ","Physical Address Zipcode":"98935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15628192032686414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5304620","School District Name":"Lynden School District","Physical Address Line 1":"516 MAIN ST","Physical Address Line 2":"","Physical Address City":"LYNDEN","Physical Address State":"WA ","Physical Address Zipcode":"98264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06024409244352116,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5304590","School District Name":"Lyle School District","Physical Address Line 1":"625 KEASEY STREET","Physical Address Line 2":"","Physical Address City":"LYLE","Physical Address State":"WA ","Physical Address Zipcode":"98635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18204488778054864,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5304560","School District Name":"Riverview School District","Physical Address Line 1":"15510 1st Ave NE","Physical Address Line 2":"","Physical Address City":"DUVALL","Physical Address State":"WA ","Physical Address Zipcode":"98019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.022743259085580305,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5304530","School District Name":"Lopez School District","Physical Address Line 1":"86 SCHOOL RD","Physical Address Line 2":"","Physical Address City":"LOPEZ ISLAND","Physical Address State":"WA ","Physical Address Zipcode":"98261","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1509433962264151,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5304500","School District Name":"Loon Lake School District","Physical Address Line 1":"4001 MAPLE ST","Physical Address Line 2":"","Physical Address City":"LOON LAKE","Physical Address State":"WA ","Physical Address Zipcode":"99148","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22040816326530613,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5304470","School District Name":"Longview School District","Physical Address Line 1":"2715 LILAC ST","Physical Address Line 2":"","Physical Address City":"LONGVIEW","Physical Address State":"WA ","Physical Address Zipcode":"98632","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15889441970133614,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5304410","School District Name":"Lind School District","Physical Address Line 1":"206 W Third St","Physical Address Line 2":"","Physical Address City":"Lind","Physical Address State":"WA ","Physical Address Zipcode":"99341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09556313993174062,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5304380","School District Name":"Liberty School District","Physical Address Line 1":"29818 S NORTH PINE CREEK RD","Physical Address Line 2":"","Physical Address City":"SPANGLE","Physical Address State":"WA ","Physical Address Zipcode":"99031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07635467980295567,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5304290","School District Name":"Lamont School District","Physical Address Line 1":"602 MAIN ST","Physical Address Line 2":"","Physical Address City":"LAMONT","Physical Address State":"WA ","Physical Address Zipcode":"99017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5304260","School District Name":"Lakewood School District","Physical Address Line 1":"17110 16TH DR NE","Physical Address Line 2":"","Physical Address City":"Marysville","Physical Address State":"WA ","Physical Address Zipcode":"98271","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0868296242247355,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5304230","School District Name":"Lake Washington School District","Physical Address Line 1":"16250 NE 74TH ST","Physical Address Line 2":"","Physical Address City":"REDMOND","Physical Address State":"WA ","Physical Address Zipcode":"98052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.032354851681153145,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5304200","School District Name":"Lake Stevens School District","Physical Address Line 1":"12309 22ND ST NE","Physical Address Line 2":"","Physical Address City":"LAKE STEVENS","Physical Address State":"WA ","Physical Address Zipcode":"98258","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04707295762341634,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5304170","School District Name":"La Center School District","Physical Address Line 1":"725 HIGHLAND ROAD","Physical Address Line 2":"","Physical Address City":"LA CENTER","Physical Address State":"WA ","Physical Address Zipcode":"98629","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04700162074554295,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5304150","School District Name":"LaCrosse School District","Physical Address Line 1":"111 Hill Avenue","Physical Address Line 2":"","Physical Address City":"LACROSSE","Physical Address State":"WA ","Physical Address Zipcode":"99143","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18584070796460178,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5304110","School District Name":"La Conner School District","Physical Address Line 1":"305 N 6TH ST","Physical Address Line 2":"","Physical Address City":"LA CONNER","Physical Address State":"WA ","Physical Address Zipcode":"98257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10305958132045089,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5304080","School District Name":"Klickitat School District","Physical Address Line 1":"98 SCHOOL DRIVE","Physical Address Line 2":"","Physical Address City":"KLICKITAT","Physical Address State":"WA ","Physical Address Zipcode":"98628","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12658227848101267,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5304050","School District Name":"Kittitas School District","Physical Address Line 1":"505 N PIERCE ST","Physical Address Line 2":"","Physical Address City":"KITTITAS","Physical Address State":"WA ","Physical Address Zipcode":"98934","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07320099255583126,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5304020","School District Name":"Kiona-Benton City School District","Physical Address Line 1":"1105 DALE AVE","Physical Address Line 2":"","Physical Address City":"BENTON CITY","Physical Address State":"WA ","Physical Address Zipcode":"99320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11042944785276074,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5303990","School District Name":"Kettle Falls School District","Physical Address Line 1":"325 East 3rd Ave Suite C","Physical Address Line 2":"","Physical Address City":"KETTLE FALLS","Physical Address State":"WA ","Physical Address Zipcode":"99141","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1962025316455696,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5303960","School District Name":"Kent School District","Physical Address Line 1":"12033 SE 256TH ST","Physical Address Line 2":"","Physical Address City":"KENT","Physical Address State":"WA ","Physical Address Zipcode":"98031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10783183693278331,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5303930","School District Name":"Kennewick School District","Physical Address Line 1":"1000 W. 4th Avenue","Physical Address Line 2":"","Physical Address City":"KENNEWICK","Physical Address State":"WA ","Physical Address Zipcode":"99336","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11250188508520585,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5303870","School District Name":"Keller School District","Physical Address Line 1":"17 South School Road","Physical Address Line 2":"","Physical Address City":"KELLER","Physical Address State":"WA ","Physical Address Zipcode":"99140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3287671232876712,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5303810","School District Name":"Kalama School District","Physical Address Line 1":"548 CHINA GARDEN RD","Physical Address Line 2":"","Physical Address City":"KALAMA","Physical Address State":"WA ","Physical Address Zipcode":"98625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08225108225108226,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5303780","School District Name":"Kahlotus School District","Physical Address Line 1":"100 W MARTIN ST","Physical Address Line 2":"","Physical Address City":"KAHLOTUS","Physical Address State":"WA ","Physical Address Zipcode":"99335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5303750","School District Name":"Issaquah School District","Physical Address Line 1":"5150 220th Ave SE","Physical Address Line 2":"","Physical Address City":"ISSAQUAH","Physical Address State":"WA ","Physical Address Zipcode":"98029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.032914368387738493,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5303720","School District Name":"Index Elementary School District 63","Physical Address Line 1":"436 INDEX AVE","Physical Address Line 2":"","Physical Address City":"INDEX","Physical Address State":"WA ","Physical Address Zipcode":"98256","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27906976744186046,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5303660","School District Name":"Hoquiam School District","Physical Address Line 1":"325 W. Chenault Avenue","Physical Address Line 2":"","Physical Address City":"HOQUIAM","Physical Address State":"WA ","Physical Address Zipcode":"98550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17653449212384573,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5303600","School District Name":"Hood Canal School District","Physical Address Line 1":"111 N STATE ROUTE 106","Physical Address Line 2":"","Physical Address City":"SHELTON","Physical Address State":"WA ","Physical Address Zipcode":"98584","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15512465373961218,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5303570","School District Name":"Hockinson School District","Physical Address Line 1":"17912 NE 159TH ST","Physical Address Line 2":"","Physical Address City":"BRUSH PRAIRIE","Physical Address State":"WA ","Physical Address Zipcode":"98606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05140409328891004,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5303540","School District Name":"Highline School District","Physical Address Line 1":"15675 AMBAUM BLVD SW","Physical Address Line 2":"","Physical Address City":"BURIEN","Physical Address State":"WA ","Physical Address Zipcode":"98166","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13298642533936653,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5303510","School District Name":"Highland School District","Physical Address Line 1":"17000 SUMMITVIEW RD","Physical Address Line 2":"","Physical Address City":"COWICHE","Physical Address State":"WA ","Physical Address Zipcode":"98923","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10969196093163035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5303440","School District Name":"Coulee-Hartline School District","Physical Address Line 1":"410 W LOCUST ST","Physical Address Line 2":"","Physical Address City":"COULEE CITY","Physical Address State":"WA ","Physical Address Zipcode":"99115","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18867924528301888,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5303360","School District Name":"Harrington School District","Physical Address Line 1":"100 S First","Physical Address Line 2":"","Physical Address City":"HARRINGTON","Physical Address State":"WA ","Physical Address Zipcode":"99134","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2421875,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5303330","School District Name":"Griffin School District","Physical Address Line 1":"6530 33rd Ave. NW","Physical Address Line 2":"","Physical Address City":"OLYMPIA","Physical Address State":"WA ","Physical Address Zipcode":"98502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04931794333683106,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5303300","School District Name":"Green Mountain School District","Physical Address Line 1":"13105 NE GRINNELL RD","Physical Address Line 2":"","Physical Address City":"WOODLAND","Physical Address State":"WA ","Physical Address Zipcode":"98674","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06666666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5303270","School District Name":"Great Northern School District","Physical Address Line 1":"3115 N SPOTTED RD","Physical Address Line 2":"","Physical Address City":"SPOKANE","Physical Address State":"WA ","Physical Address Zipcode":"99224","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22058823529411764,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5303240","School District Name":"Grapeview School District","Physical Address Line 1":"822 E MASON BENSON RD","Physical Address Line 2":"","Physical Address City":"GRAPEVIEW","Physical Address State":"WA ","Physical Address Zipcode":"98546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0981012658227848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5303210","School District Name":"Granite Falls School District","Physical Address Line 1":"205 N Alder Avenue","Physical Address Line 2":"","Physical Address City":"Granite Falls","Physical Address State":"WA ","Physical Address Zipcode":"98252","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07008483954260421,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5303180","School District Name":"Granger School District","Physical Address Line 1":"701 E AVE","Physical Address Line 2":"","Physical Address City":"GRANGER","Physical Address State":"WA ","Physical Address Zipcode":"98932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2263803680981595,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5303150","School District Name":"Grandview School District","Physical Address Line 1":"913 W 2ND ST","Physical Address Line 2":"","Physical Address City":"GRANDVIEW","Physical Address State":"WA ","Physical Address Zipcode":"98930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14901960784313725,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5303130","School District Name":"Grand Coulee Dam School District","Physical Address Line 1":"110 STEVENS AVE","Physical Address Line 2":"","Physical Address City":"COULEE DAM","Physical Address State":"WA ","Physical Address Zipcode":"99116","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15503875968992248,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5303090","School District Name":"Goldendale School District","Physical Address Line 1":"604 E. BROOKS ST","Physical Address Line 2":"","Physical Address City":"GOLDENDALE","Physical Address State":"WA ","Physical Address Zipcode":"98620","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1945996275605214,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5303030","School District Name":"Glenwood School District","Physical Address Line 1":"320 BUNNELL ST","Physical Address Line 2":"","Physical Address City":"GLENWOOD","Physical Address State":"WA ","Physical Address Zipcode":"98619","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14754098360655737,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5303000","School District Name":"Garfield School District","Physical Address Line 1":"810 N THIRD ST","Physical Address Line 2":"","Physical Address City":"GARFIELD","Physical Address State":"WA ","Physical Address Zipcode":"99130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20300751879699247,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5302970","School District Name":"Freeman School District","Physical Address Line 1":"15001 S JACKSON RD","Physical Address Line 2":"","Physical Address City":"ROCKFORD","Physical Address State":"WA ","Physical Address Zipcode":"99030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5302940","School District Name":"Franklin Pierce School District","Physical Address Line 1":"315 129TH ST S","Physical Address Line 2":"","Physical Address City":"TACOMA","Physical Address State":"WA ","Physical Address Zipcode":"98444","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1208572691117985,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302910","School District Name":"Finley School District","Physical Address Line 1":"224606 E GAME FARM RD","Physical Address Line 2":"","Physical Address City":"KENNEWICK","Physical Address State":"WA ","Physical Address Zipcode":"99337","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12447434819175777,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302880","School District Name":"Fife School District","Physical Address Line 1":"5802 20TH ST E","Physical Address Line 2":"","Physical Address City":"TACOMA","Physical Address State":"WA ","Physical Address Zipcode":"98424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08084672277480234,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302850","School District Name":"Ferndale School District","Physical Address Line 1":"6041 VISTA DRIVE","Physical Address Line 2":"","Physical Address City":"FERNDALE","Physical Address State":"WA ","Physical Address Zipcode":"98248","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11125278928912974,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5302820","School District Name":"Federal Way School District","Physical Address Line 1":"33330 8th AVE S","Physical Address Line 2":"","Physical Address City":"FEDERAL WAY","Physical Address State":"WA ","Physical Address Zipcode":"98003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302730","School District Name":"Evergreen School District (Stevens)","Physical Address Line 1":"3341 ADDY GIFFORD RD","Physical Address Line 2":"","Physical Address City":"GIFFORD","Physical Address State":"WA ","Physical Address Zipcode":"99131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24324324324324326,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5302700","School District Name":"Evergreen School District (Clark)","Physical Address Line 1":"13501 NE 28TH ST","Physical Address Line 2":"","Physical Address City":"VANCOUVER","Physical Address State":"WA ","Physical Address Zipcode":"98668","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.09969031629493023,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302670","School District Name":"Everett School District","Physical Address Line 1":"3900 Broadway","Physical Address Line 2":"","Physical Address City":"Everett","Physical Address State":"WA ","Physical Address Zipcode":"98201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07572713774128745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302640","School District Name":"Evaline School District","Physical Address Line 1":"111 SCHOOLHOUSE RD","Physical Address Line 2":"","Physical Address City":"WINLOCK","Physical Address State":"WA ","Physical Address Zipcode":"98596","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22448979591836735,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5302610","School District Name":"Ephrata School District","Physical Address Line 1":"111 4TH AVE NW","Physical Address Line 2":"","Physical Address City":"EPHRATA","Physical Address State":"WA ","Physical Address Zipcode":"98823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13421052631578947,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302550","School District Name":"Entiat School District","Physical Address Line 1":"2650 ENTIAT WAY","Physical Address Line 2":"","Physical Address City":"ENTIAT","Physical Address State":"WA ","Physical Address Zipcode":"98822","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11734693877551021,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5302520","School District Name":"Endicott School District","Physical Address Line 1":"308 SCHOOL DR","Physical Address Line 2":"","Physical Address City":"ENDICOTT","Physical Address State":"WA ","Physical Address Zipcode":"99125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27848101265822783,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5302490","School District Name":"Elma School District","Physical Address Line 1":"1235 MONTE ELMA RD","Physical Address Line 2":"","Physical Address City":"ELMA","Physical Address State":"WA ","Physical Address Zipcode":"98541","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1415929203539823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302460","School District Name":"Ellensburg School District","Physical Address Line 1":"1300 E 3RD AVE","Physical Address Line 2":"","Physical Address City":"ELLENSBURG","Physical Address State":"WA ","Physical Address Zipcode":"98926","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09853490376328641,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302400","School District Name":"Edmonds School District","Physical Address Line 1":"20420 68TH AVE W","Physical Address Line 2":"","Physical Address City":"LYNNWOOD","Physical Address State":"WA ","Physical Address Zipcode":"98036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07075826568996238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302370","School District Name":"Eatonville School District","Physical Address Line 1":"200 LYNCH ST W","Physical Address Line 2":"","Physical Address City":"EATONVILLE","Physical Address State":"WA ","Physical Address Zipcode":"98328","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07176220806794055,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302340","School District Name":"Easton School District","Physical Address Line 1":"1893 RAILROAD ST","Physical Address Line 2":"","Physical Address City":"EASTON","Physical Address State":"WA ","Physical Address Zipcode":"98925","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07142857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5302310","School District Name":"Eastmont School District","Physical Address Line 1":"800 Eastmont Ave","Physical Address Line 2":"","Physical Address City":"EAST WENATCHEE","Physical Address State":"WA ","Physical Address Zipcode":"98802","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10598127875614786,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302280","School District Name":"East Valley School District (Spokane)","Physical Address Line 1":"3830 N Sullivan Rd","Physical Address Line 2":"Bldg 1","Physical Address City":"SPOKANE","Physical Address State":"WA ","Physical Address Zipcode":"99216","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.14113631800843204,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302160","School District Name":"Dixie School District","Physical Address Line 1":"HWY 12 & BISCUIT RIDGE RD","Physical Address Line 2":"","Physical Address City":"DIXIE","Physical Address State":"WA ","Physical Address Zipcode":"99329","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13432835820895522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5302130","School District Name":"Dieringer School District","Physical Address Line 1":"1320 178TH AVE E","Physical Address Line 2":"","Physical Address City":"Lake Tapps","Physical Address State":"WA ","Physical Address Zipcode":"98391","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.032837352488455616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302070","School District Name":"Deer Park School District","Physical Address Line 1":"428 N. Main","Physical Address Line 2":"","Physical Address City":"DEER PARK","Physical Address State":"WA ","Physical Address Zipcode":"99006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13694975544686527,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302040","School District Name":"Dayton School District","Physical Address Line 1":"609 S 2ND ST","Physical Address Line 2":"","Physical Address City":"DAYTON","Physical Address State":"WA ","Physical Address Zipcode":"99328","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16061185468451242,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5302010","School District Name":"Davenport School District","Physical Address Line 1":"801 7th Street","Physical Address Line 2":"","Physical Address City":"DAVENPORT","Physical Address State":"WA ","Physical Address Zipcode":"99122","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15448504983388706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5301980","School District Name":"Darrington School District","Physical Address Line 1":"1065 FIR ST","Physical Address Line 2":"","Physical Address City":"DARRINGTON","Physical Address State":"WA ","Physical Address Zipcode":"98241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06890756302521009,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5301950","School District Name":"Damman School District","Physical Address Line 1":"3600 UMPTANUM RD","Physical Address Line 2":"","Physical Address City":"ELLENSBURG","Physical Address State":"WA ","Physical Address Zipcode":"98926","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.017857142857142856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301920","School District Name":"Cusick School District","Physical Address Line 1":"305 MONUMENTAL WAY","Physical Address Line 2":"","Physical Address City":"CUSICK","Physical Address State":"WA ","Physical Address Zipcode":"99119","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23174603174603176,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5301890","School District Name":"Curlew School District","Physical Address Line 1":"47 CURLEW SCHOOL RD","Physical Address Line 2":"","Physical Address City":"CURLEW","Physical Address State":"WA ","Physical Address Zipcode":"99118","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.287292817679558,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5301860","School District Name":"Creston School District","Physical Address Line 1":"485 SE E ST","Physical Address Line 2":"","Physical Address City":"CRESTON","Physical Address State":"WA ","Physical Address Zipcode":"99117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.05263157894736842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5301830","School District Name":"Crescent School District","Physical Address Line 1":"50350 HWY 112","Physical Address Line 2":"","Physical Address City":"JOYCE","Physical Address State":"WA ","Physical Address Zipcode":"98343","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15342465753424658,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5301800","School District Name":"Coupeville School District","Physical Address Line 1":"501 S MAIN ST","Physical Address Line 2":"","Physical Address City":"COUPEVILLE","Physical Address State":"WA ","Physical Address Zipcode":"98239","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09962756052141528,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301710","School District Name":"Cosmopolis School District","Physical Address Line 1":"1439 FOURTH STREET","Physical Address Line 2":"","Physical Address City":"COSMOPOLIS","Physical Address State":"WA ","Physical Address Zipcode":"98537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.0744047619047619,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301680","School District Name":"Conway School District","Physical Address Line 1":"19710 STATE ROUTE 534","Physical Address Line 2":"","Physical Address City":"MOUNT VERNON","Physical Address State":"WA ","Physical Address Zipcode":"98274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05391304347826087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301660","School District Name":"Concrete School District","Physical Address Line 1":"45389 AIRPORT WAY","Physical Address Line 2":"","Physical Address City":"CONCRETE","Physical Address State":"WA ","Physical Address Zipcode":"98237","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13715046604527298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5301630","School District Name":"Colville School District","Physical Address Line 1":"217 S HOFSTETTER ST","Physical Address Line 2":"","Physical Address City":"COLVILLE","Physical Address State":"WA ","Physical Address Zipcode":"99114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17428725121032812,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301590","School District Name":"Columbia (Walla Walla) School District","Physical Address Line 1":"755 MAPLE ST","Physical Address Line 2":"","Physical Address City":"BURBANK","Physical Address State":"WA ","Physical Address Zipcode":"99323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1643132220795892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301560","School District Name":"Columbia (Stevens) School District","Physical Address Line 1":"4961 B Hunters Shop Rd","Physical Address Line 2":"","Physical Address City":"HUNTERS","Physical Address State":"WA ","Physical Address Zipcode":"99137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18781725888324874,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5301500","School District Name":"Colton School District","Physical Address Line 1":"706 UNION","Physical Address Line 2":"","Physical Address City":"COLTON","Physical Address State":"WA ","Physical Address Zipcode":"99113","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.056,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5301470","School District Name":"College Place School District","Physical Address Line 1":"1755 S College Ave","Physical Address Line 2":"","Physical Address City":"COLLEGE PLACE","Physical Address State":"WA ","Physical Address Zipcode":"99324","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11725206611570248,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301440","School District Name":"Colfax School District","Physical Address Line 1":"1207 N MORTON ST","Physical Address Line 2":"","Physical Address City":"COLFAX","Physical Address State":"WA ","Physical Address Zipcode":"99111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06727037516170763,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301410","School District Name":"Clover Park School District","Physical Address Line 1":"10903 GRAVELLY LAKE DR SW","Physical Address Line 2":"","Physical Address City":"LAKEWOOD","Physical Address State":"WA ","Physical Address Zipcode":"98499","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12741784712734594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301380","School District Name":"Queets-Clearwater School District","Physical Address Line 1":"146000 HIGHWAY 101","Physical Address Line 2":"","Physical Address City":"FORKS","Physical Address State":"WA ","Physical Address Zipcode":"98331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.325,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5301350","School District Name":"Cle Elum-Roslyn School District","Physical Address Line 1":"4244 BULLFROG ROAD","Physical Address Line 2":"","Physical Address City":"CLE ELUM","Physical Address State":"WA ","Physical Address Zipcode":"98922","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13977566867989646,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301320","School District Name":"Clarkston School District","Physical Address Line 1":"1294 CHESTNUT ST","Physical Address Line 2":"","Physical Address City":"CLARKSTON","Physical Address State":"WA ","Physical Address Zipcode":"99403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17126878713736457,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301290","School District Name":"Chimacum School District","Physical Address Line 1":"91 W VALLEY RD","Physical Address Line 2":"","Physical Address City":"CHIMACUM","Physical Address State":"WA ","Physical Address Zipcode":"98325","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13777372262773724,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301260","School District Name":"Chewelah School District","Physical Address Line 1":"210 N PARK ST","Physical Address Line 2":"","Physical Address City":"CHEWELAH","Physical Address State":"WA ","Physical Address Zipcode":"99109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19387755102040816,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5301230","School District Name":"Cheney School District","Physical Address Line 1":"12414 S Andrus Rd","Physical Address Line 2":"","Physical Address City":"CHENEY","Physical Address State":"WA ","Physical Address Zipcode":"99004","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13037037037037036,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301200","School District Name":"Lake Chelan School District","Physical Address Line 1":"303 E JOHNSON AVE","Physical Address Line 2":"","Physical Address City":"CHELAN","Physical Address State":"WA ","Physical Address Zipcode":"98816","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10890302066772654,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301170","School District Name":"Chehalis School District","Physical Address Line 1":"310 SW 16TH ST","Physical Address Line 2":"","Physical Address City":"CHEHALIS","Physical Address State":"WA ","Physical Address Zipcode":"98532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10755923279428356,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301140","School District Name":"Centralia School District","Physical Address Line 1":"2320 BORST AVE","Physical Address Line 2":"","Physical Address City":"CENTRALIA","Physical Address State":"WA ","Physical Address Zipcode":"98531","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18581523161476055,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301110","School District Name":"Central Valley School District","Physical Address Line 1":"19307 E Cataldo Ave","Physical Address Line 2":"","Physical Address City":"Spokane Valley","Physical Address State":"WA ","Physical Address Zipcode":"99016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.095523370638578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301080","School District Name":"Central Kitsap School District","Physical Address Line 1":"9210 SILVERDALE WAY NW","Physical Address Line 2":"","Physical Address City":"SILVERDALE","Physical Address State":"WA ","Physical Address Zipcode":"98383","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07330641543292957,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5301050","School District Name":"Centerville School District","Physical Address Line 1":"ATTN: Ann Varkados","Physical Address Line 2":"2315 Centerville Hwy","Physical Address City":"CENTERVILLE","Physical Address State":"WA ","Physical Address Zipcode":"98613","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14102564102564102,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5300990","School District Name":"Castle Rock School District","Physical Address Line 1":"600 HUNTINGTON AVE S","Physical Address Line 2":"","Physical Address City":"CASTLE ROCK","Physical Address State":"WA ","Physical Address Zipcode":"98611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13201530612244897,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300960","School District Name":"CASHMERE SCHOOL DISTRICT","Physical Address Line 1":"210 S DIVISION ST","Physical Address Line 2":"","Physical Address City":"CASHMERE","Physical Address State":"WA ","Physical Address Zipcode":"98815","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300950","School District Name":"Cascade School District","Physical Address Line 1":"330 EVANS ST","Physical Address Line 2":"","Physical Address City":"LEAVENWORTH","Physical Address State":"WA ","Physical Address Zipcode":"98826","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10335747202106649,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300870","School District Name":"Carbonado School District","Physical Address Line 1":"427 4TH ST","Physical Address Line 2":"","Physical Address City":"CARBONADO","Physical Address State":"WA ","Physical Address Zipcode":"98323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05128205128205128,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300840","School District Name":"Cape Flattery School District","Physical Address Line 1":"13193 HWY 112","Physical Address Line 2":"","Physical Address City":"SEKIU","Physical Address State":"WA ","Physical Address Zipcode":"98381","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17582417582417584,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5300810","School District Name":"Camas School District","Physical Address Line 1":"841 NE 22nd Ave","Physical Address Line 2":"","Physical Address City":"CAMAS","Physical Address State":"WA ","Physical Address Zipcode":"98607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.039108618654073196,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300780","School District Name":"Burlington-Edison School District","Physical Address Line 1":"927 E FAIRHAVEN AVE","Physical Address Line 2":"","Physical Address City":"BURLINGTON","Physical Address State":"WA ","Physical Address Zipcode":"98233","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.118448098663926,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300750","School District Name":"Brinnon School District","Physical Address Line 1":"46 SCHOOLHOUSE RD","Physical Address Line 2":"","Physical Address City":"BRINNON","Physical Address State":"WA ","Physical Address Zipcode":"98320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.27906976744186046,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5300720","School District Name":"Bridgeport School District","Physical Address Line 1":"1400 Tacoma Avenue","Physical Address Line 2":"","Physical Address City":"BRIDGEPORT","Physical Address State":"WA ","Physical Address Zipcode":"98813","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23617511520737328,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5300690","School District Name":"Brewster School District","Physical Address Line 1":"520 W Main","Physical Address Line 2":"","Physical Address City":"BREWSTER","Physical Address State":"WA ","Physical Address Zipcode":"98812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25842696629213485,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5300660","School District Name":"Bremerton School District","Physical Address Line 1":"134 MARION AVE N","Physical Address Line 2":"","Physical Address City":"BREMERTON","Physical Address State":"WA ","Physical Address Zipcode":"98312","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1598352985214299,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300630","School District Name":"Boistfort School District","Physical Address Line 1":"983 BOISTFORT RD","Physical Address Line 2":"","Physical Address City":"CURTIS","Physical Address State":"WA ","Physical Address Zipcode":"98538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1032258064516129,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5300570","School District Name":"Blaine School District","Physical Address Line 1":"765 H Street","Physical Address Line 2":"","Physical Address City":"BLAINE","Physical Address State":"WA ","Physical Address Zipcode":"98230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1024428684003152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300510","School District Name":"Bickleton School District","Physical Address Line 1":"100 MARKET ST","Physical Address Line 2":"","Physical Address City":"BICKLETON","Physical Address State":"WA ","Physical Address Zipcode":"99322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09523809523809523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5300480","School District Name":"Bethel School District","Physical Address Line 1":"516 176th St E","Physical Address Line 2":"","Physical Address City":"Spanaway","Physical Address State":"WA ","Physical Address Zipcode":"98387","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07958701791749619,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300450","School District Name":"Benge School District","Physical Address Line 1":"2978 E BENGE WINONA RD","Physical Address Line 2":"","Physical Address City":"BENGE","Physical Address State":"WA ","Physical Address Zipcode":"99105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5300420","School District Name":"Bellingham School District","Physical Address Line 1":"1306 DUPONT ST","Physical Address Line 2":"","Physical Address City":"BELLINGHAM","Physical Address State":"WA ","Physical Address Zipcode":"98225","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09264325885392917,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300390","School District Name":"Bellevue School District","Physical Address Line 1":"12111 NE 1ST ST","Physical Address Line 2":"","Physical Address City":"BELLEVUE","Physical Address State":"WA ","Physical Address Zipcode":"98005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0493821446753367,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300380","School District Name":"Battle Ground School District","Physical Address Line 1":"11104 NE 149TH ST","Physical Address Line 2":"","Physical Address City":"BATTLE GROUND","Physical Address State":"WA ","Physical Address Zipcode":"98604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06148994875837603,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300350","School District Name":"Lumen Public School","Physical Address Line 1":"718 W Riverside","Physical Address Line 2":"","Physical Address City":"Spokane","Physical Address State":"WA ","Physical Address Zipcode":"99201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300348","School District Name":"Impact | Salish Sea Elementary","Physical Address Line 1":"3438 S. 148th Street","Physical Address Line 2":"","Physical Address City":"Tukwila","Physical Address State":"WA ","Physical Address Zipcode":"98168","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300347","School District Name":"Catalyst Public Schools","Physical Address Line 1":"1305 Ironsides Avenue","Physical Address Line 2":"","Physical Address City":"Bremerton","Physical Address State":"WA ","Physical Address Zipcode":"98310","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300345","School District Name":"Impact | Puget Sound Elementary","Physical Address Line 1":"3438 S 148th St","Physical Address Line 2":"","Physical Address City":"Tukwila","Physical Address State":"WA ","Physical Address Zipcode":"98168","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300344","School District Name":"Innovation Schools","Physical Address Line 1":"412 W. Poplar Street","Physical Address Line 2":"","Physical Address City":"Walla Walla","Physical Address State":"WA ","Physical Address Zipcode":"99362","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300343","School District Name":"Summit Public School: Atlas","Physical Address Line 1":"9601 35th Ave SW","Physical Address Line 2":"","Physical Address City":"Seattle","Physical Address State":"WA ","Physical Address Zipcode":"98104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300342","School District Name":"Rainier Valley Leadership Academy","Physical Address Line 1":"6020 Rainier Avenue S.","Physical Address Line 2":"","Physical Address City":"Seattle","Physical Address State":"WA ","Physical Address Zipcode":"98118","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300341","School District Name":"Evergreen State College","Physical Address Line 1":"2700 Evergreen Parkway NW","Physical Address Line 2":"","Physical Address City":"Olympia","Physical Address State":"WA ","Physical Address Zipcode":"98505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300340","School District Name":"Educational Service Agency 112","Physical Address Line 1":"2500 NE 65th Avenue","Physical Address Line 2":"","Physical Address City":"Vancouver","Physical Address State":"WA ","Physical Address Zipcode":"98661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300339","School District Name":"PRIDE Prep Charter School District","Physical Address Line 1":"811 E Sprague","Physical Address Line 2":"Suite A","Physical Address City":"Spokane","Physical Address State":"WA ","Physical Address Zipcode":"99202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300337","School District Name":"Spokane International Academy","Physical Address Line 1":"777 E Magnesium Rd","Physical Address Line 2":"","Physical Address City":"Spokane","Physical Address State":"WA ","Physical Address Zipcode":"99208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300335","School District Name":"Rainier Prep Charter School District","Physical Address Line 1":"10211 S 12th Ave","Physical Address Line 2":"","Physical Address City":"Seattle","Physical Address State":"WA ","Physical Address Zipcode":"98168","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300334","School District Name":"Summit Public School: Sierra","Physical Address Line 1":"1025 S King Street","Physical Address Line 2":"","Physical Address City":"Seattle","Physical Address State":"WA ","Physical Address Zipcode":"98104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300333","School District Name":"Summit Public School: Olympus","Physical Address Line 1":"409 Puyallup Avenue","Physical Address Line 2":"","Physical Address City":"Tacoma","Physical Address State":"WA ","Physical Address Zipcode":"98421","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300330","School District Name":"Bainbridge Island School District","Physical Address Line 1":"8489 MADISON AVE NE","Physical Address Line 2":"","Physical Address City":"BAINBRIDGE ISLAND","Physical Address State":"WA ","Physical Address Zipcode":"98110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.034305717619603264,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300328","School District Name":"Suquamish Tribal Education Department","Physical Address Line 1":"16301 Creative Dr NW","Physical Address Line 2":"","Physical Address City":"Poulsbo","Physical Address State":"WA ","Physical Address Zipcode":"98370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5300326","School District Name":"Green River College","Physical Address Line 1":"12401 SE 320TH ST","Physical Address Line 2":"","Physical Address City":"AUBURN","Physical Address State":"WA ","Physical Address Zipcode":"98002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300325","School District Name":"Renton Technical College","Physical Address Line 1":"3000 NE 4TH STREET","Physical Address Line 2":"Ali Cohen-Building D","Physical Address City":"RENTON","Physical Address State":"WA ","Physical Address Zipcode":"98056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300324","School District Name":"Washington Military Department","Physical Address Line 1":"1207 Carver St","Physical Address Line 2":"","Physical Address City":"Bremerton","Physical Address State":"WA ","Physical Address Zipcode":"98312","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300323","School District Name":"Seattle Central Community College","Physical Address Line 1":"1701 BROADWAY","Physical Address Line 2":"","Physical Address City":"SEATTLE","Physical Address State":"WA ","Physical Address Zipcode":"98122","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300322","School District Name":"Community Colleges of Spokane","Physical Address Line 1":"501 N Riverpoint Blvd","Physical Address Line 2":"MS 1009","Physical Address City":"SPOKANE","Physical Address State":"WA ","Physical Address Zipcode":"99217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300321","School District Name":"South Seattle Community College","Physical Address Line 1":"6000 16TH AVE S.W.","Physical Address Line 2":"","Physical Address City":"SEATTLE","Physical Address State":"WA ","Physical Address Zipcode":"98106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300320","School District Name":"University of Washington (17904)","Physical Address Line 1":"1400 NE Campus Parkway","Physical Address Line 2":"","Physical Address City":"seattle","Physical Address State":"WA ","Physical Address Zipcode":"98195","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300319","School District Name":"Western Washington University","Physical Address Line 1":"516 High Street","Physical Address Line 2":"","Physical Address City":"Bellingham","Physical Address State":"WA ","Physical Address Zipcode":"98225","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300318","School District Name":"Office of the Governor (Sch for Blind)","Physical Address Line 1":"2214 E. 13TH STREET","Physical Address Line 2":"","Physical Address City":"VANCOUVER","Physical Address State":"WA ","Physical Address Zipcode":"98661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300317","School District Name":"Washington State University","Physical Address Line 1":"WSU Office","Physical Address Line 2":"","Physical Address City":"Pullman","Physical Address State":"WA ","Physical Address Zipcode":"99164","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300315","School District Name":"Central Washington University","Physical Address Line 1":"400 East University Way","Physical Address Line 2":"","Physical Address City":"Ellensburg","Physical Address State":"WA ","Physical Address Zipcode":"98926","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300314","School District Name":"Everett Community College","Physical Address Line 1":"2000 Tower Street","Physical Address Line 2":"","Physical Address City":"EVERETT","Physical Address State":"WA ","Physical Address Zipcode":"98201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300313","School District Name":"Lake Washington Institute of Technology","Physical Address Line 1":"11605 132ND AVE NE","Physical Address Line 2":"W210","Physical Address City":"KIRKLAND","Physical Address State":"WA ","Physical Address Zipcode":"98034","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300300","School District Name":"Auburn School District","Physical Address Line 1":"915 4TH ST NE","Physical Address Line 2":"","Physical Address City":"AUBURN","Physical Address State":"WA ","Physical Address Zipcode":"98002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11072644394437713,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5300280","School District Name":"Asotin-Anatone School District","Physical Address Line 1":"314 FIRST ST","Physical Address Line 2":"","Physical Address City":"ASOTIN","Physical Address State":"WA ","Physical Address Zipcode":"99402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08994708994708994,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300240","School District Name":"Arlington School District","Physical Address Line 1":"315 N FRENCH AVE","Physical Address Line 2":"","Physical Address City":"ARLINGTON","Physical Address State":"WA ","Physical Address Zipcode":"98223","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06109271523178808,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300150","School District Name":"Anacortes School District","Physical Address Line 1":"2200 M AVE","Physical Address Line 2":"","Physical Address City":"ANACORTES","Physical Address State":"WA ","Physical Address Zipcode":"98221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07736185383244207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300090","School District Name":"Almira School District","Physical Address Line 1":"310 S 3RD ST","Physical Address Line 2":"","Physical Address City":"ALMIRA","Physical Address State":"WA ","Physical Address Zipcode":"99103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5300060","School District Name":"Adna School District","Physical Address Line 1":"179 DIECKMAN RD","Physical Address Line 2":"","Physical Address City":"ADNA","Physical Address State":"WA ","Physical Address Zipcode":"98522","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05436156763590392,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5300030","School District Name":"Aberdeen School District","Physical Address Line 1":"216 N G ST","Physical Address Line 2":"","Physical Address City":"ABERDEEN","Physical Address State":"WA ","Physical Address Zipcode":"98520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1921182266009852,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300017","School District Name":"Clover Park Technical College","Physical Address Line 1":"4500 STEILACOOM BLVD SW","Physical Address Line 2":"","Physical Address City":"LAKEWOOD","Physical Address State":"WA ","Physical Address Zipcode":"98499","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300016","School District Name":"Centralia College","Physical Address Line 1":"600 Centralia College Blvd","Physical Address Line 2":"","Physical Address City":"CENTRALIA","Physical Address State":"WA ","Physical Address Zipcode":"98531","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300015","School District Name":"Washington Center for Deaf and Hard of Hearing Youth","Physical Address Line 1":"611 GRAND BLVD.","Physical Address Line 2":"","Physical Address City":"VANCOUVER","Physical Address State":"WA ","Physical Address Zipcode":"98661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300014","School District Name":"Bates Technical College","Physical Address Line 1":"1101 South Yakima Ave.","Physical Address Line 2":"","Physical Address City":"Tacoma","Physical Address State":"WA ","Physical Address Zipcode":"98405","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300013","School District Name":"Educational Service District 105","Physical Address Line 1":"33 S 2ND AVE","Physical Address Line 2":"","Physical Address City":"YAKIMA","Physical Address State":"WA ","Physical Address Zipcode":"98902","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300012","School District Name":"Educational Service District 123","Physical Address Line 1":"3918 W COURT ST","Physical Address Line 2":"","Physical Address City":"PASCO","Physical Address State":"WA ","Physical Address Zipcode":"99301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300011","School District Name":"Capital Region ESD 113","Physical Address Line 1":"6005 Tyee Dr SW","Physical Address Line 2":"","Physical Address City":"TUMWATER","Physical Address State":"WA ","Physical Address Zipcode":"98512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300010","School District Name":"Educational Service District 101","Physical Address Line 1":"4202 S Regal Street","Physical Address Line 2":"","Physical Address City":"Spokane","Physical Address State":"WA ","Physical Address Zipcode":"99223","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300008","School District Name":"Northwest Educational Service District 189","Physical Address Line 1":"1601 R AVE","Physical Address Line 2":"","Physical Address City":"ANACORTES","Physical Address State":"WA ","Physical Address Zipcode":"98221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300007","School District Name":"Olympic Educational Service District 114","Physical Address Line 1":"105 NATIONAL AVE N","Physical Address Line 2":"","Physical Address City":"BREMERTON","Physical Address State":"WA ","Physical Address Zipcode":"98312","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300006","School District Name":"Puget Sound Educational Service District 121","Physical Address Line 1":"800 Oakesdale Ave SW","Physical Address Line 2":"","Physical Address City":"Renton","Physical Address State":"WA ","Physical Address Zipcode":"98057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300005","School District Name":"Educational Service District 112","Physical Address Line 1":"2500 NE 65TH AVE","Physical Address Line 2":"","Physical Address City":"VANCOUVER","Physical Address State":"WA ","Physical Address Zipcode":"98661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300004","School District Name":"North Central Educational Service District 171","Physical Address Line 1":"430 Olds Station Rd","Physical Address Line 2":"","Physical Address City":"WENATCHEE","Physical Address State":"WA ","Physical Address Zipcode":"98801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5300003","School District Name":"Kelso School District","Physical Address Line 1":"601 CRAWFORD ST","Physical Address Line 2":"","Physical Address City":"KELSO","Physical Address State":"WA ","Physical Address Zipcode":"98626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13530157580148525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5300002","School District Name":"Inchelium School District","Physical Address Line 1":"2 HORNET AVE","Physical Address Line 2":"","Physical Address City":"INCHELIUM","Physical Address State":"WA ","Physical Address Zipcode":"99138","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24736842105263157,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5300001","School District Name":"Enumclaw School District","Physical Address Line 1":"2929 MCDOUGALL AVE","Physical Address Line 2":"","Physical Address City":"ENUMCLAW","Physical Address State":"WA ","Physical Address Zipcode":"98022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0487418268278185,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5104150","School District Name":"YORK CO PBLC SCHS","Physical Address Line 1":"302 Dare Rd","Physical Address Line 2":"","Physical Address City":"Yorktown","Physical Address State":"VA ","Physical Address Zipcode":"23692","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05023673862450847,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5104110","School District Name":"WYTHE CO PBLC SCHS","Physical Address Line 1":"1570 W Reservoir St","Physical Address Line 2":"","Physical Address City":"Wytheville","Physical Address State":"VA ","Physical Address Zipcode":"24382","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16110444177671068,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5104080","School District Name":"WISE CO PBLC SCHS","Physical Address Line 1":"628 Lake Street NE","Physical Address Line 2":"","Physical Address City":"Wise","Physical Address State":"VA ","Physical Address Zipcode":"24293","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23910993777107298,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5104050","School District Name":"WINCHESTER CITY PBLC SCHS","Physical Address Line 1":"12 N Washington St","Physical Address Line 2":"","Physical Address City":"Winchester","Physical Address State":"VA ","Physical Address Zipcode":"22601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1720993845452473,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5104020","School District Name":"WILLIAMSBURG-JAMES CITY PBLC SCHS","Physical Address Line 1":"117 Ironbound Road","Physical Address Line 2":"","Physical Address City":"Williamsburg","Physical Address State":"VA ","Physical Address Zipcode":"23185","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18539786710418377,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103980","School District Name":"WESTMORELAND CO PBLC SCHS","Physical Address Line 1":"141 Opal Lane","Physical Address Line 2":"","Physical Address City":"Montross","Physical Address State":"VA ","Physical Address Zipcode":"22520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20232675771370764,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5103950","School District Name":"WEST POINT PBLC SCHS","Physical Address Line 1":"1626 Main St","Physical Address Line 2":"","Physical Address City":"West Point","Physical Address State":"VA ","Physical Address Zipcode":"23181","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07668231611893583,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103930","School District Name":"WAYNESBORO CITY PBLC SCHS","Physical Address Line 1":"301 Pine Ave","Physical Address Line 2":"","Physical Address City":"Waynesboro","Physical Address State":"VA ","Physical Address Zipcode":"22980","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17574456667561042,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103900","School District Name":"WASHINGTON CO PBLC SCHS","Physical Address Line 1":"812 Thompson Dr","Physical Address Line 2":"","Physical Address City":"Abingdon","Physical Address State":"VA ","Physical Address Zipcode":"24210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15545632151828076,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103870","School District Name":"WARREN CO PBLC SCHS","Physical Address Line 1":"210 North Commerce Avenue","Physical Address Line 2":"","Physical Address City":"Front Royal","Physical Address State":"VA ","Physical Address Zipcode":"22630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1572435395458105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103840","School District Name":"VA BEACH CITY PBLC SCHS","Physical Address Line 1":"2512 George Mason Dr","Physical Address Line 2":"","Physical Address City":"Virginia Beach","Physical Address State":"VA ","Physical Address Zipcode":"23456","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.110988241881299,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103810","School District Name":"TAZEWELL CO PBLC SCHS","Physical Address Line 1":"506 Jeffersonville Street","Physical Address Line 2":"","Physical Address City":"Tazewell","Physical Address State":"VA ","Physical Address Zipcode":"24651","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1893347229459788,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103780","School District Name":"SUSSEX CO PBLC SCHS","Physical Address Line 1":"21302 Sussex Drive","Physical Address Line 2":"","Physical Address City":"Stony Creek","Physical Address State":"VA ","Physical Address Zipcode":"23882","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23214285714285715,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5103750","School District Name":"SURRY CO PBLC SCHS","Physical Address Line 1":"45 School Street","Physical Address Line 2":"","Physical Address City":"Surry","Physical Address State":"VA ","Physical Address Zipcode":"23883","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1893644617380026,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5103710","School District Name":"SUFFOLK CITY PBLC SCHS","Physical Address Line 1":"100 N Main St","Physical Address Line 2":"","Physical Address City":"Suffolk","Physical Address State":"VA ","Physical Address Zipcode":"23434","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12465408031486379,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103690","School District Name":"STAUNTON CITY PBLC SCHS","Physical Address Line 1":"116 W. Beverley Street","Physical Address Line 2":"","Physical Address City":"Staunton","Physical Address State":"VA ","Physical Address Zipcode":"24401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1632775119617225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103660","School District Name":"STAFFORD CO PBLC SCHS","Physical Address Line 1":"31 Stafford Avenue","Physical Address Line 2":"","Physical Address City":"Stafford","Physical Address State":"VA ","Physical Address Zipcode":"22554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0581965881397238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103640","School District Name":"SPOTSYLVANIA CO PBLC SCHS","Physical Address Line 1":"8020 River Stone Drive","Physical Address Line 2":"","Physical Address City":"Fredericksburg","Physical Address State":"VA ","Physical Address Zipcode":"22407","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.09157840859876373,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103600","School District Name":"SOUTHAMPTON CO PBLC SCHS","Physical Address Line 1":"21308 Plank Road","Physical Address Line 2":"PO Box 96","Physical Address City":"Courtland","Physical Address State":"VA ","Physical Address Zipcode":"23837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15254237288135594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5103520","School District Name":"SMYTH CO PBLC SCHS","Physical Address Line 1":"121 Bagley Cir Ste 300","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"VA ","Physical Address Zipcode":"24354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18308890925756188,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103510","School District Name":"SHENANDOAH CO PBLC SCHS","Physical Address Line 1":"600 N Main St Suite #200","Physical Address Line 2":"","Physical Address City":"Woodstock","Physical Address State":"VA ","Physical Address Zipcode":"22664","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13729874776386405,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103480","School District Name":"SCOTT CO PBLC SCHS","Physical Address Line 1":"340 E Jackson St","Physical Address Line 2":"","Physical Address City":"Gate City","Physical Address State":"VA ","Physical Address Zipcode":"24251","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1946513202437373,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103460","School District Name":"SALEM CITY PBLC SCHS","Physical Address Line 1":"510 South College Ave","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"VA ","Physical Address Zipcode":"24153","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1055678059536935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103420","School District Name":"RUSSELL CO PBLC SCHS","Physical Address Line 1":"84 Dr. Lorraine C. Turner Driv","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"VA ","Physical Address Zipcode":"24266","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19048898441698012,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5103390","School District Name":"ROCKINGHAM CO PBLC SCHS","Physical Address Line 1":"100 Mount Clinton Pike","Physical Address Line 2":"","Physical Address City":"Harrisonburg","Physical Address State":"VA ","Physical Address Zipcode":"22802","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0958273598430544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103370","School District Name":"ROCKBRIDGE CO PBLC SCHS","Physical Address Line 1":"2893 Collierstown Road","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"VA ","Physical Address Zipcode":"24450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14572192513368984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103330","School District Name":"ROANOKE CO PBLC SCHS","Physical Address Line 1":"5937 Cove Rd NW","Physical Address Line 2":"","Physical Address City":"Roanoke","Physical Address State":"VA ","Physical Address Zipcode":"24019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06543494996150885,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103300","School District Name":"ROANOKE CITY PBLC SCHS","Physical Address Line 1":"40 Douglass Avenue NW","Physical Address Line 2":"","Physical Address City":"Roanoke","Physical Address State":"VA ","Physical Address Zipcode":"24012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21756216982347634,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5103270","School District Name":"RICHMOND CO PBLC SCHS","Physical Address Line 1":"92 Walnut Street","Physical Address Line 2":"","Physical Address City":"Warsaw","Physical Address State":"VA ","Physical Address Zipcode":"22572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1616248919619706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5103240","School District Name":"RICHMOND CITY PBLC SCHS","Physical Address Line 1":"301 North 9th St","Physical Address Line 2":"17th Floor","Physical Address City":"Richmond","Physical Address State":"VA ","Physical Address Zipcode":"23219","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.22644109316389804,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5103210","School District Name":"RAPPAHANNOCK CO PBLC SCHS","Physical Address Line 1":"6 Schoolhouse Road","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"VA ","Physical Address Zipcode":"22747","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12206047032474804,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5103180","School District Name":"RADFORD CITY PBLC SCHS","Physical Address Line 1":"1612 Wadsworth St","Physical Address Line 2":"","Physical Address City":"Radford","Physical Address State":"VA ","Physical Address Zipcode":"24141","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12386706948640483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103150","School District Name":"PULASKI CO PBLC SCHS","Physical Address Line 1":"202 N Washington Ave","Physical Address Line 2":"","Physical Address City":"Pulaski","Physical Address State":"VA ","Physical Address Zipcode":"24301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13870450904097048,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103130","School District Name":"PRINCE WILLIAM CO PBLC SCHS","Physical Address Line 1":"14715 Bristow Road","Physical Address Line 2":"","Physical Address City":"Manassas","Physical Address State":"VA ","Physical Address Zipcode":"20112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0615523015726781,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103090","School District Name":"PRINCE GEORGE CO PBLC SCHS","Physical Address Line 1":"6410 Courts Rd","Physical Address Line 2":"","Physical Address City":"Prince George","Physical Address State":"VA ","Physical Address Zipcode":"23875","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09393041036043065,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5103060","School District Name":"PRINCE EDWARD CO PBLC SCHS","Physical Address Line 1":"35 Eagle Drive","Physical Address Line 2":"","Physical Address City":"Farmville","Physical Address State":"VA ","Physical Address Zipcode":"23901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2401998462720984,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5103030","School District Name":"POWHATAN CO PBLC SCHS","Physical Address Line 1":"4290 Anderson Highway","Physical Address Line 2":"Pocahontas Landmark Center","Physical Address City":"Powhatan","Physical Address State":"VA ","Physical Address Zipcode":"23139","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05673076923076923,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5103000","School District Name":"PORTSMOUTH CITY PBLC SCHS","Physical Address Line 1":"801 Crawford St","Physical Address Line 2":"","Physical Address City":"Portsmouth","Physical Address State":"VA ","Physical Address Zipcode":"23704","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.22715886618325642,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102980","School District Name":"POQUOSON CITY PBLC SCHS","Physical Address Line 1":"500 City Hall Ave","Physical Address Line 2":"Room 219","Physical Address City":"Poquoson","Physical Address State":"VA ","Physical Address Zipcode":"23662","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04736371760500447,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5102940","School District Name":"PITTSYLVANIA CO PBLC SCHS","Physical Address Line 1":"39 Bank St SE","Physical Address Line 2":"","Physical Address City":"Chatham","Physical Address State":"VA ","Physical Address Zipcode":"24531","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16225244571701264,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102910","School District Name":"PETERSBURG CITY PBLC SCHS","Physical Address Line 1":"255 South Boulevard East","Physical Address Line 2":"","Physical Address City":"Petersburg","Physical Address State":"VA ","Physical Address Zipcode":"23805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.38042991491267353,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102880","School District Name":"PATRICK CO PBLC SCHS","Physical Address Line 1":"104 Rucker Street","Physical Address Line 2":"","Physical Address City":"Stuart","Physical Address State":"VA ","Physical Address Zipcode":"24171","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18435998252512015,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102850","School District Name":"PAGE CO PBLC SCHS","Physical Address Line 1":"735 W Main St","Physical Address Line 2":"","Physical Address City":"Luray","Physical Address State":"VA ","Physical Address Zipcode":"22835","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16244239631336405,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102820","School District Name":"ORANGE CO PBLC SCHS","Physical Address Line 1":"200 Dailey Drive","Physical Address Line 2":"","Physical Address City":"Orange","Physical Address State":"VA ","Physical Address Zipcode":"22960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11619348054679285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102790","School District Name":"NOTTOWAY CO PBLC SCHS","Physical Address Line 1":"10321 East Colonial Trail","Physical Address Line 2":"","Physical Address City":"Nottoway","Physical Address State":"VA ","Physical Address Zipcode":"23955","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21236059479553904,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102760","School District Name":"NORTON CITY PBLC SCHS","Physical Address Line 1":"205 Virginia Ave NW","Physical Address Line 2":"","Physical Address City":"Norton","Physical Address State":"VA ","Physical Address Zipcode":"24273","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27001569858712715,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102730","School District Name":"NORTHUMBERLAND CO PBLC SCHS","Physical Address Line 1":"2172 Northumberland Hwy","Physical Address Line 2":"","Physical Address City":"Lottsburg","Physical Address State":"VA ","Physical Address Zipcode":"22511","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22505800464037123,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102710","School District Name":"NORTHAMPTON CO PBLC SCHS","Physical Address Line 1":"7207 Young St","Physical Address Line 2":"","Physical Address City":"Machipongo","Physical Address State":"VA ","Physical Address Zipcode":"23405","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24833836858006042,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102670","School District Name":"NORFOLK CITY PBLC SCHS","Physical Address Line 1":"800 E City Hall Ave.","Physical Address Line 2":"Room 1200","Physical Address City":"Norfolk","Physical Address State":"VA ","Physical Address Zipcode":"23510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.25749149957100637,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102640","School District Name":"NEWPORT NEWS CITY PBLC SCHS","Physical Address Line 1":"12465 Warwick Blvd","Physical Address Line 2":"","Physical Address City":"Newport News","Physical Address State":"VA ","Physical Address Zipcode":"23606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1915251269479951,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5102610","School District Name":"NEW KENT CO PBLC SCHS","Physical Address Line 1":"12003 New Kent Highway","Physical Address Line 2":"","Physical Address City":"New Kent","Physical Address State":"VA ","Physical Address Zipcode":"23124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06086956521739131,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102580","School District Name":"NELSON CO PBLC SCHS","Physical Address Line 1":"84 Courthouse Square","Physical Address Line 2":"","Physical Address City":"Lovingston","Physical Address State":"VA ","Physical Address Zipcode":"22949","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16622411046202867,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102520","School District Name":"MONTGOMERY CO PBLC SCHS","Physical Address Line 1":"750 Imperial St.","Physical Address Line 2":"","Physical Address City":"Christiansburg","Physical Address State":"VA ","Physical Address Zipcode":"24073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10430434006072513,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5102490","School District Name":"MIDDLESEX CO PBLC SCHS","Physical Address Line 1":"Cooks Corner Office Complex","Physical Address Line 2":"2911 General Puller Highway","Physical Address City":"Saluda","Physical Address State":"VA ","Physical Address Zipcode":"23149","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1793160967472894,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102460","School District Name":"MECKLENBURG CO PBLC SCHS","Physical Address Line 1":"175 Mayfield Drive","Physical Address Line 2":"","Physical Address City":"Boydton","Physical Address State":"VA ","Physical Address Zipcode":"23917","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21473278767453058,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102430","School District Name":"MATHEWS CO PBLC SCHS","Physical Address Line 1":"Rt 611 63 Church Street","Physical Address Line 2":"","Physical Address City":"Mathews","Physical Address State":"VA ","Physical Address Zipcode":"23109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13823529411764707,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102400","School District Name":"MARTINSVILLE CITY PBLC SCHS","Physical Address Line 1":"746 Indian Trail","Physical Address Line 2":"","Physical Address City":"Martinsville","Physical Address State":"VA ","Physical Address Zipcode":"24112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27256715103478646,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102390","School District Name":"MANASSAS PARK CITY PBLC SCHS","Physical Address Line 1":"One Park Center Ct Ste A","Physical Address Line 2":"","Physical Address City":"Manassas Park","Physical Address State":"VA ","Physical Address Zipcode":"20111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1080824088748019,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5102370","School District Name":"MADISON CO PBLC SCHS","Physical Address Line 1":"60 School Board Court","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"VA ","Physical Address Zipcode":"22727","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1290983606557377,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102360","School District Name":"MANASSAS CITY PBLC SCHS","Physical Address Line 1":"8700 Centreville Rd Suite 400","Physical Address Line 2":"","Physical Address City":"Manassas","Physical Address State":"VA ","Physical Address Zipcode":"20108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1302905665384105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5102340","School District Name":"LYNCHBURG CITY PBLC SCHS","Physical Address Line 1":"915 Court St","Physical Address Line 2":"","Physical Address City":"Lynchburg","Physical Address State":"VA ","Physical Address Zipcode":"24504","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21380597014925373,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102310","School District Name":"LUNENBURG CO PBLC SCHS","Physical Address Line 1":"1009 Main Street","Physical Address Line 2":"","Physical Address City":"Kenbridge","Physical Address State":"VA ","Physical Address Zipcode":"23944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20776255707762556,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102280","School District Name":"LOUISA CO PBLC SCHS","Physical Address Line 1":"953 Davis Hwy","Physical Address Line 2":"","Physical Address City":"Mineral","Physical Address State":"VA ","Physical Address Zipcode":"23117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11171464783632085,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102250","School District Name":"LOUDOUN CO PBLC SCHS","Physical Address Line 1":"21000 Education Court","Physical Address Line 2":"","Physical Address City":"Ashburn","Physical Address State":"VA ","Physical Address Zipcode":"20148","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.028727177346699054,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5102220","School District Name":"LEXINGTON CITY PBLC SCHS","Physical Address Line 1":"300 Diamond St","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"VA ","Physical Address Zipcode":"24450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07692307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5102190","School District Name":"LEE CO PBLC SCHS","Physical Address Line 1":"155 Vo Tech Drive","Physical Address Line 2":"","Physical Address City":"Jonesville","Physical Address State":"VA ","Physical Address Zipcode":"24263","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3228671106882334,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102177","School District Name":"NEW HORIZONS GOV SCHOOL","Physical Address Line 1":"520 Butler Farm Rd","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"VA ","Physical Address Zipcode":"23666","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5102176","School District Name":"ROANOKE VALLEY GOV SCH","Physical Address Line 1":"2104 Grandin Rd SW","Physical Address Line 2":"","Physical Address City":"Roanoke","Physical Address State":"VA ","Physical Address Zipcode":"24015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5102175","School District Name":"GOVERNOR'S SCHOOL FOR THE ARTS","Physical Address Line 1":"254 Granby Street","Physical Address Line 2":"","Physical Address City":"Norfolk","Physical Address State":"VA ","Physical Address Zipcode":"23510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5102174","School District Name":"SOUTHWEST VIRGINIA GOV SCH","Physical Address Line 1":"100 Northwood Dr.","Physical Address Line 2":"","Physical Address City":"Pulaski","Physical Address State":"VA ","Physical Address Zipcode":"24301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5102173","School District Name":"CENTRAL VIRGINIA GOV SCH FOR SCI/TECH","Physical Address Line 1":"3020 Wards Ferry Rd","Physical Address Line 2":"","Physical Address City":"Lynchburg","Physical Address State":"VA ","Physical Address Zipcode":"24502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5102160","School District Name":"LANCASTER CO PBLC SCHS","Physical Address Line 1":"2330 Irvington Rd","Physical Address Line 2":"","Physical Address City":"Weems","Physical Address State":"VA ","Physical Address Zipcode":"22576","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20950846091861403,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102120","School District Name":"KING WILLIAM CO PBLC SCHS","Physical Address Line 1":"18548 King William Rd","Physical Address Line 2":"","Physical Address City":"King William","Physical Address State":"VA ","Physical Address Zipcode":"23086","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08496732026143791,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102100","School District Name":"KING GEO CO PBLC SCHS","Physical Address Line 1":"9100 St. Anthony's Road","Physical Address Line 2":"","Physical Address City":"King George","Physical Address State":"VA ","Physical Address Zipcode":"22485","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06325301204819277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5102070","School District Name":"KING AND QUEEN CO PBLC SCHS","Physical Address Line 1":"242 Allens Circle Suite M","Physical Address Line 2":"","Physical Address City":"King and Queen CH","Physical Address State":"VA ","Physical Address Zipcode":"23085","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1425364758698092,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5102010","School District Name":"ISLE OF WIGHT CO PBLC SCHS","Physical Address Line 1":"820 West Main Street","Physical Address Line 2":"","Physical Address City":"Smithfield","Physical Address State":"VA ","Physical Address Zipcode":"23430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08889640020280548,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101980","School District Name":"HOPEWELL CITY PBLC SCHS","Physical Address Line 1":"103 N. 12th Avenue","Physical Address Line 2":"","Physical Address City":"Hopewell","Physical Address State":"VA ","Physical Address Zipcode":"23860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2707412862052037,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5101950","School District Name":"HIGHLAND CO PBLC SCHS","Physical Address Line 1":"240 Myers/Moon Rd.","Physical Address Line 2":"","Physical Address City":"Monterey","Physical Address State":"VA ","Physical Address Zipcode":"24465","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20103092783505155,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5101920","School District Name":"HENRY CO PBLC SCHS","Physical Address Line 1":"3300 Kings Mountain Rd","Physical Address Line 2":"Admin Bldg 3rd Fl","Physical Address City":"Collinsville","Physical Address State":"VA ","Physical Address Zipcode":"24078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18805400245465703,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101890","School District Name":"HENRICO CO PBLC SCHS","Physical Address Line 1":"3820 Nine Mile Rd.","Physical Address Line 2":"","Physical Address City":"Henrico","Physical Address State":"VA ","Physical Address Zipcode":"23223","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1205289000864336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101860","School District Name":"HARRISONBURG CITY PBLC SCHS","Physical Address Line 1":"One Court Square","Physical Address Line 2":"","Physical Address City":"Harrisonburg","Physical Address State":"VA ","Physical Address Zipcode":"22801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15699429721569944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101830","School District Name":"HANOVER CO PBLC SCHS","Physical Address Line 1":"200 Berkley St","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"VA ","Physical Address Zipcode":"23005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04752683412636937,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101800","School District Name":"HAMPTON CITY PBLC SCHS","Physical Address Line 1":"1 Franklin Street","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"VA ","Physical Address Zipcode":"23669","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.19247919143876338,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101770","School District Name":"HALIFAX CO PBLC SCHS","Physical Address Line 1":"Mary Bethune Ofc Complex","Physical Address Line 2":"1030 Mary Bethune St","Physical Address City":"Halifax","Physical Address State":"VA ","Physical Address Zipcode":"24558","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20312813314618006,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5101740","School District Name":"GREENSVILLE CO PBLC SCHS","Physical Address Line 1":"105 Ruffin Street","Physical Address Line 2":"","Physical Address City":"Emporia","Physical Address State":"VA ","Physical Address Zipcode":"23847","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19239052404881551,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101710","School District Name":"GREENE CO PBLC SCHS","Physical Address Line 1":"40 Celt Road","Physical Address Line 2":"","Physical Address City":"Stanardsville","Physical Address State":"VA ","Physical Address Zipcode":"22973","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11771396076201308,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101690","School District Name":"GRAYSON CO PBLC SCHS","Physical Address Line 1":"412 E Main St","Physical Address Line 2":"","Physical Address City":"Independence","Physical Address State":"VA ","Physical Address Zipcode":"24348","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19514767932489452,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5101650","School District Name":"GOOCHLAND CO PBLC SCHS","Physical Address Line 1":"2938-I River Rd W","Physical Address Line 2":"","Physical Address City":"Goochland","Physical Address State":"VA ","Physical Address Zipcode":"23063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06585896241068655,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5101620","School District Name":"GLOUCESTER CO PBLC SCHS","Physical Address Line 1":"6099 T.C. Walker Road","Physical Address Line 2":"","Physical Address City":"Gloucester","Physical Address State":"VA ","Physical Address Zipcode":"23061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10524425287356322,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101590","School District Name":"GILES CO PBLC SCHS","Physical Address Line 1":"151 School Rd","Physical Address Line 2":"","Physical Address City":"Pearisburg","Physical Address State":"VA ","Physical Address Zipcode":"24134","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14320290439693426,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101560","School District Name":"GALAX CITY PBLC SCHS","Physical Address Line 1":"223 Long St","Physical Address Line 2":"","Physical Address City":"Galax","Physical Address State":"VA ","Physical Address Zipcode":"24333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2645161290322581,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5101510","School District Name":"FREDERICKSBURG CITY PBLC SCHS","Physical Address Line 1":"210 Ferdinand Street","Physical Address Line 2":"","Physical Address City":"Fredericksburg","Physical Address State":"VA ","Physical Address Zipcode":"22401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.18713035249585994,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101470","School District Name":"FREDERICK CO PBLC SCHS","Physical Address Line 1":"1415 Amherst St","Physical Address Line 2":"","Physical Address City":"Winchester","Physical Address State":"VA ","Physical Address Zipcode":"22601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08281078285603465,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101440","School District Name":"FRANKLIN CO PBLC SCHS","Physical Address Line 1":"25 Bernard Road","Physical Address Line 2":"","Physical Address City":"Rocky Mount","Physical Address State":"VA ","Physical Address Zipcode":"24151","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14207580768252354,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101410","School District Name":"FRANKLIN CITY PBLC SCHS","Physical Address Line 1":"207 W Second Ave","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"VA ","Physical Address Zipcode":"23851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.29424157303370785,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5101380","School District Name":"FLUVANNA CO PBLC SCHS","Physical Address Line 1":"14455 James Madison Highway","Physical Address Line 2":"","Physical Address City":"Palmyra","Physical Address State":"VA ","Physical Address Zipcode":"22963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07210816224336505,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5101350","School District Name":"FLOYD CO PBLC SCHS","Physical Address Line 1":"140 Harris Hart Rd NE","Physical Address Line 2":"","Physical Address City":"Floyd","Physical Address State":"VA ","Physical Address Zipcode":"24091","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12765017667844522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5101320","School District Name":"FAUQUIER CO PBLC SCHS","Physical Address Line 1":"320 Hospital Drive","Physical Address Line 2":"Suite 40","Physical Address City":"Warrenton","Physical Address State":"VA ","Physical Address Zipcode":"20186","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.055099553027224704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101290","School District Name":"FALLS CHURCH CITY PBLC SCHS","Physical Address Line 1":"150 S Washington St Suite 400","Physical Address Line 2":"","Physical Address City":"Falls Church","Physical Address State":"VA ","Physical Address Zipcode":"22046","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.022085445329471397,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101260","School District Name":"FAIRFAX CO PBLC SCHS","Physical Address Line 1":"Gatehouse Adm Ctr","Physical Address Line 2":"8115 Gatehouse Rd","Physical Address City":"Falls Church","Physical Address State":"VA ","Physical Address Zipcode":"22042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06203180175950685,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101230","School District Name":"Fairfax City Public Schools","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.06479909451046972,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101200","School District Name":"ESSEX CO PBLC SCHS","Physical Address Line 1":"109 N Cross St","Physical Address Line 2":"","Physical Address City":"Tappahannock","Physical Address State":"VA ","Physical Address Zipcode":"22560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19144602851323828,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101190","School District Name":"Emporia City Public Schools","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.31196581196581197,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5101170","School District Name":"DINWIDDIE CO PBLC SCHS","Physical Address Line 1":"14016 Boydton Plank Road","Physical Address Line 2":"","Physical Address City":"Dinwiddie","Physical Address State":"VA ","Physical Address Zipcode":"23841","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1488479262672811,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101140","School District Name":"DICKENSON CO PBLC SCHS","Physical Address Line 1":"309 Volunteer St","Physical Address Line 2":"","Physical Address City":"Clintwood","Physical Address State":"VA ","Physical Address Zipcode":"24228","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21259079903147698,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5101110","School District Name":"DANVILLE CITY PBLC SCHS","Physical Address Line 1":"341 Main Street Suite 100","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"VA ","Physical Address Zipcode":"24541","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3183450429352069,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5101080","School District Name":"CUMBERLAND CO PBLC SCHS","Physical Address Line 1":"1541 Anderson Hwy","Physical Address Line 2":"","Physical Address City":"Cumberland","Physical Address State":"VA ","Physical Address Zipcode":"23040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20877565463552725,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5101050","School District Name":"CULPEPER CO PBLC SCHS","Physical Address Line 1":"450 Radio Lane","Physical Address Line 2":"","Physical Address City":"Culpeper","Physical Address State":"VA ","Physical Address Zipcode":"22701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1066447908121411,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5101020","School District Name":"CRAIG CO PBLC SCHS","Physical Address Line 1":"6 Alleghany Circle","Physical Address Line 2":"","Physical Address City":"New Castle","Physical Address State":"VA ","Physical Address Zipcode":"24127","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14947683109118087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100990","School District Name":"COVINGTON CITY PBLC SCHS","Physical Address Line 1":"340 E Walnut St","Physical Address Line 2":"","Physical Address City":"Covington","Physical Address State":"VA ","Physical Address Zipcode":"24426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22790697674418606,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100960","School District Name":"COLONIAL HEIGHTS CITY PBLC SCHS","Physical Address Line 1":"512 Boulevard","Physical Address Line 2":"","Physical Address City":"Colonial Heights","Physical Address State":"VA ","Physical Address Zipcode":"23834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14553014553014554,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100930","School District Name":"COLONIAL BEACH PBLC SCHS","Physical Address Line 1":"16 N. Irving Ave","Physical Address Line 2":"","Physical Address City":"Colonial Beach","Physical Address State":"VA ","Physical Address Zipcode":"22443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2280334728033473,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100870","School District Name":"CLARKE CO PBLC SCHS","Physical Address Line 1":"317 W Main St Ste A","Physical Address Line 2":"","Physical Address City":"Berryville","Physical Address State":"VA ","Physical Address Zipcode":"22611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05876993166287016,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100840","School District Name":"CHESTERFIELD CO PBLC SCHS","Physical Address Line 1":"9900 Krause Rd","Physical Address Line 2":"","Physical Address City":"Chesterfield","Physical Address State":"VA ","Physical Address Zipcode":"23832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07902102350434147,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100810","School District Name":"CHESAPEAKE CITY PBLC SCHS","Physical Address Line 1":"312 Cedar Rd","Physical Address Line 2":"","Physical Address City":"Chesapeake","Physical Address State":"VA ","Physical Address Zipcode":"23322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0873606368303218,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100780","School District Name":"CHARLOTTESVILLE CTY PBLC SCHS","Physical Address Line 1":"1562 Dairy Rd","Physical Address Line 2":"","Physical Address City":"Charlottesville","Physical Address State":"VA ","Physical Address Zipcode":"22903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1481405383192932,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100750","School District Name":"CHARLOTTE CO PBLC SCHS","Physical Address Line 1":"250 Legrande Ave Suite E","Physical Address Line 2":"Suite E","Physical Address City":"Charlotte Court House","Physical Address State":"VA ","Physical Address Zipcode":"23923","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23257080610021785,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100720","School District Name":"CHARLES CITY CO PBLC SCHS","Physical Address Line 1":"10035 Courthouse Rd","Physical Address Line 2":"","Physical Address City":"Charles City","Physical Address State":"VA ","Physical Address Zipcode":"23030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15061058344640435,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100690","School District Name":"CARROLL CO PBLC SCHS","Physical Address Line 1":"605-9 Pine St","Physical Address Line 2":"","Physical Address City":"Hillsville","Physical Address State":"VA ","Physical Address Zipcode":"24343","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16887665749311984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100660","School District Name":"CAROLINE CO PBLC SCHS","Physical Address Line 1":"16261 Richmond Turnpike","Physical Address Line 2":"","Physical Address City":"Bowling Green","Physical Address State":"VA ","Physical Address Zipcode":"22427","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12463083284111046,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100600","School District Name":"CAMPBELL CO PBLC SCHS","Physical Address Line 1":"684 Village Highway","Physical Address Line 2":"","Physical Address City":"Rustburg","Physical Address State":"VA ","Physical Address Zipcode":"24588","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11118114206479264,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100560","School District Name":"BUENA VISTA CITY PBLC SCHS","Physical Address Line 1":"2329 Chestnut Ave. Suite A","Physical Address Line 2":"","Physical Address City":"Buena Vista","Physical Address State":"VA ","Physical Address Zipcode":"24416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18893528183716074,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100540","School District Name":"BUCKINGHAM CO PBLC SCHS","Physical Address Line 1":"15595 West James Anderson Rd.","Physical Address Line 2":"","Physical Address City":"Buckingham","Physical Address State":"VA ","Physical Address Zipcode":"23921","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20539599651871193,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100510","School District Name":"BUCHANAN CO PBLC SCHS","Physical Address Line 1":"4447 Slate Creek Road","Physical Address Line 2":"","Physical Address City":"Grundy","Physical Address State":"VA ","Physical Address Zipcode":"24614","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2578268876611418,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100480","School District Name":"BRUNSWICK CO PBLC SCHS","Physical Address Line 1":"1718 Farmer's Field Road","Physical Address Line 2":"","Physical Address City":"Lawrenceville","Physical Address State":"VA ","Physical Address Zipcode":"23868","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23274478330658105,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100450","School District Name":"BRISTOL CITY PBLC SCHS","Physical Address Line 1":"220 Lee Street","Physical Address Line 2":"","Physical Address City":"Bristol","Physical Address State":"VA ","Physical Address Zipcode":"24201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2836852207293666,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100420","School District Name":"BOTETOURT CO PBLC SCHS","Physical Address Line 1":"143 Poor Farm Rd","Physical Address Line 2":"","Physical Address City":"Fincastle","Physical Address State":"VA ","Physical Address Zipcode":"24090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06764765992233804,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100390","School District Name":"BLAND CO PBLC SCHS","Physical Address Line 1":"361 Bears Trail","Physical Address Line 2":"","Physical Address City":"Bastian","Physical Address State":"VA ","Physical Address Zipcode":"24314","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1301859799713877,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100360","School District Name":"BEDFORD CO PBLC SCHS","Physical Address Line 1":"310 S. Bridge St","Physical Address Line 2":"","Physical Address City":"Bedford","Physical Address State":"VA ","Physical Address Zipcode":"24523","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0834868531234299,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100330","School District Name":"BATH CO PBLC SCHS","Physical Address Line 1":"12145 Sam Snead Hwy.","Physical Address Line 2":"U.S. Route 220 N","Physical Address City":"Warm Springs","Physical Address State":"VA ","Physical Address Zipcode":"24484","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1550561797752809,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100300","School District Name":"AUGUSTA CO PBLC SCHS","Physical Address Line 1":"18 Government Center Lane","Physical Address Line 2":"","Physical Address City":"Verona","Physical Address State":"VA ","Physical Address Zipcode":"24482","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09798110761252084,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100270","School District Name":"ARLINGTON CO PBLC SCHS","Physical Address Line 1":"2110 Washington Blvd.","Physical Address Line 2":"","Physical Address City":"Arlington","Physical Address State":"VA ","Physical Address Zipcode":"22204","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06180129374689003,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100258","School District Name":"VALLEY ACADEMY","Physical Address Line 1":"59 John Lewis Rd","Physical Address Line 2":"Suite101","Physical Address City":"Fishersville","Physical Address State":"VA ","Physical Address Zipcode":"22939","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100256","School District Name":"CODE RVA HIGH","Physical Address Line 1":"1405 Cummings Drive","Physical Address Line 2":"Suite 10","Physical Address City":"Richmond","Physical Address State":"VA ","Physical Address Zipcode":"23220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100255","School District Name":"BRIDGING COMMUNITIES REG CTE CENTER","Physical Address Line 1":"7930 New Chipping Lane","Physical Address Line 2":"","Physical Address City":"New Kent","Physical Address State":"VA ","Physical Address Zipcode":"23124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100253","School District Name":"OLD DOM JOB CORP","Physical Address Line 1":"1073 Father Judge Road","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"VA ","Physical Address Zipcode":"24574","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"6-Federal agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100252","School District Name":"THE GOVERNOR'S SCHOOL @ INNOVATION PARK","Physical Address Line 1":"10900 University Boulevard","Physical Address Line 2":"","Physical Address City":"Manassas","Physical Address State":"VA ","Physical Address Zipcode":"20110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100251","School District Name":"REG ALT ED CENTER/BUENA VISTA","Physical Address Line 1":"2329 Chestnut Avenue","Physical Address Line 2":"","Physical Address City":"Buena Vista","Physical Address State":"VA ","Physical Address Zipcode":"24416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100240","School District Name":"APPOMATTOX CO PBLC SCHS","Physical Address Line 1":"316 Court Street","Physical Address Line 2":"","Physical Address City":"Appomattox","Physical Address State":"VA ","Physical Address Zipcode":"24522","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1539714867617108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100210","School District Name":"AMHERST CO PBLC SCHS","Physical Address Line 1":"153 Washington St","Physical Address Line 2":"","Physical Address City":"Amherst","Physical Address State":"VA ","Physical Address Zipcode":"24521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14728682170542637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100180","School District Name":"AMELIA CO PBLC SCHS","Physical Address Line 1":"8701 Otterburn Road Suite 101","Physical Address Line 2":"","Physical Address City":"Amelia","Physical Address State":"VA ","Physical Address Zipcode":"23002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11359026369168357,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100152","School District Name":"ALLEGHANY CO PBLC SCHS","Physical Address Line 1":"100 Central Circle","Physical Address Line 2":"","Physical Address City":"Low Moor","Physical Address State":"VA ","Physical Address Zipcode":"24457","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16130604288499026,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100120","School District Name":"ALEXANDRIA CITY PBLC SCHS","Physical Address Line 1":"1340 Braddock Place","Physical Address Line 2":"","Physical Address City":"Alexandria","Physical Address State":"VA ","Physical Address Zipcode":"22314","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12453884851872554,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100109","School District Name":"MASSANUTTEN GOVERNOR'S SCH","Physical Address Line 1":"6375 South Main Street","Physical Address Line 2":"","Physical Address City":"Mt. Jackson","Physical Address State":"VA ","Physical Address Zipcode":"22842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100107","School District Name":"MOUNTAIN VISTA GOVERNOR'S SCH","Physical Address Line 1":"6480 College Street","Physical Address Line 2":"","Physical Address City":"Warrenton","Physical Address State":"VA ","Physical Address Zipcode":"20187","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100105","School District Name":"FAIRFAX-FALLS CHURCH COMM SVCS BD","Physical Address Line 1":"12011 Government Ctr Pkwy","Physical Address Line 2":"Ste 730","Physical Address City":"Fairfax","Physical Address State":"VA ","Physical Address Zipcode":"22035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100103","School District Name":"PIEDMONT GOV SCH FOR MATH/SCI/TECH","Physical Address Line 1":"1425 Greensboro Rd","Physical Address Line 2":"","Physical Address City":"Martinsville VA","Physical Address State":"VA ","Physical Address Zipcode":"24112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100102","School District Name":"REGIONAL LEARNING ACADEMY/WISE CO","Physical Address Line 1":"515 Hurricane Road","Physical Address Line 2":"Building M","Physical Address City":"Wise","Physical Address State":"VA ","Physical Address Zipcode":"24293","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100100","School District Name":"CARROLL-GALAX REG ALT ED PRGM/THE RAE CENTER","Physical Address Line 1":"C/O Carrol Co Public Schls","Physical Address Line 2":"605-9 Pine St","Physical Address City":"Hillsville","Physical Address State":"VA ","Physical Address Zipcode":"24343","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100099","School District Name":"BREAKING BARRIERS ALTERNATIVE ED/HENRY CO","Physical Address Line 1":"340 Ridgedate Drive","Physical Address Line 2":"","Physical Address City":"Martinsville","Physical Address State":"VA ","Physical Address Zipcode":"24112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100097","School District Name":"NORTHERN NECK REGIONAL ALTERNATIVE ED","Physical Address Line 1":"13946 Historyland Hwy","Physical Address Line 2":"","Physical Address City":"Warsaw","Physical Address State":"VA ","Physical Address Zipcode":"22572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100096","School District Name":"PIEDMONT ALTERNATIVE SCHOOL","Physical Address Line 1":"148 Vo-Tech Road","Physical Address Line 2":"","Physical Address City":"Jetersville","Physical Address State":"VA ","Physical Address Zipcode":"23083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100094","School District Name":"REGIONAL ALTERNATIVE/WYTHE CO","Physical Address Line 1":"C/O Wythe Co Public Schls","Physical Address Line 2":"1570 W Reservoir St","Physical Address City":"Wytheville","Physical Address State":"VA ","Physical Address Zipcode":"24382","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100093","School District Name":"PROJECT BRIDGE/RUSSELL CO","Physical Address Line 1":"No Street Address","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"VA ","Physical Address Zipcode":"24266","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100092","School District Name":"INDEPENDENCE NONTRADITIONAL SCHOOL - MIDDLE","Physical Address Line 1":"C/O Pr William Co Pub Schl","Physical Address Line 2":"14550 Aden Road","Physical Address City":"Manassas","Physical Address State":"VA ","Physical Address Zipcode":"20112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100091","School District Name":"REGIONAL ALTERNATIVE ED/KING WILLIAM","Physical Address Line 1":"80 Cavalier Drive","Physical Address Line 2":"","Physical Address City":"King William","Physical Address State":"VA ","Physical Address Zipcode":"23086","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100090","School District Name":"ALBEMARLE CO PBLC SCHS","Physical Address Line 1":"401 McIntire Road","Physical Address Line 2":"","Physical Address City":"Charlottesville","Physical Address State":"VA ","Physical Address Zipcode":"22902","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06376901583359205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100089","School District Name":"SOUTHSIDE L.I.N.K. PROJECT/BRUNSWICK CO","Physical Address Line 1":"1718 Farmers Field Road","Physical Address Line 2":"","Physical Address City":"Lawrenceville","Physical Address State":"VA ","Physical Address Zipcode":"23868","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100088","School District Name":"REGIONAL ALTERNATIVE ED/STAFFORD CO","Physical Address Line 1":"C/O Stafford Co Public Schls","Physical Address Line 2":"125 University Blvd","Physical Address City":"Fredericksburg","Physical Address State":"VA ","Physical Address Zipcode":"22406","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100087","School District Name":"METRO RICHMOND ALTERNATIVE ED","Physical Address Line 1":"C/O Richmond City Public Schls","Physical Address Line 2":"301 N Ninth St","Physical Address City":"Richmond","Physical Address State":"VA ","Physical Address Zipcode":"23219","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100086","School District Name":"CROSSROADS ALTERNATIVE/BRISTOL CITY","Physical Address Line 1":"C/O Bristol City Public Schls","Physical Address Line 2":"220 Lee Street","Physical Address City":"Bristol","Physical Address State":"VA ","Physical Address Zipcode":"24201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100084","School District Name":"RENAISSANCE/SCOTT CO","Physical Address Line 1":"C/O Scott Co Public Schls","Physical Address Line 2":"340 E Jackson St","Physical Address City":"Gate City","Physical Address State":"VA ","Physical Address Zipcode":"24251","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100083","School District Name":"PROJECT RENEW/NORTHAMPTON CO","Physical Address Line 1":"Northampton CO Public Schools","Physical Address Line 2":"7207 Young Street","Physical Address City":"Machipongo","Physical Address State":"VA ","Physical Address Zipcode":"23405","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100082","School District Name":"THE REGIONAL COMMUNITY ALTERNATIVE ED CONTINUUM","Physical Address Line 1":"C/O Southeastern Alt School","Physical Address Line 2":"4484 Catlett Rd","Physical Address City":"Midland","Physical Address State":"VA ","Physical Address Zipcode":"22728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100081","School District Name":"PROJECT RETURN/POWHATAN CO","Physical Address Line 1":"C/O Powhatan Co Public Schls","Physical Address Line 2":"2320 Skaggs Rd","Physical Address City":"Powhatan","Physical Address State":"VA ","Physical Address Zipcode":"23139","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100080","School District Name":"REGIONAL ALTERNATIVE/PITTSLVANIA CO","Physical Address Line 1":"956 Woodlawn Academy Road","Physical Address Line 2":"","Physical Address City":"Chatham","Physical Address State":"VA ","Physical Address Zipcode":"24531","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100079","School District Name":"PETERSBURG REGIONAL ALTERNATIVE","Physical Address Line 1":"Spec Youth Services Of Va","Physical Address Line 2":"455 Old Wagner Rd.","Physical Address City":"Petersburg","Physical Address State":"VA ","Physical Address Zipcode":"23805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100078","School District Name":"ALT ED PRGM/BEHAV DISORD YOUTH/MONTGOMERY","Physical Address Line 1":"C/O Montgomery Co Public Schls","Physical Address Line 2":"750 Imperial Street","Physical Address City":"Christiansburg","Physical Address State":"VA ","Physical Address Zipcode":"24073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100077","School District Name":"PROJECT RETURN/FLUVANNA CO","Physical Address Line 1":"14455 James Madison Hwy.","Physical Address Line 2":"","Physical Address City":"Palmyra","Physical Address State":"VA ","Physical Address Zipcode":"22963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100076","School District Name":"TRANSITION SUPPORT RESOURCE CTR/FAIRFAX","Physical Address Line 1":"C/O Fairfax Co Public Schls","Physical Address Line 2":"8270 Willow Oaks Corporate DR","Physical Address City":"Fairfax","Physical Address State":"VA ","Physical Address Zipcode":"22031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100075","School District Name":"REG ALTERNATIVE PLUS SELF PROJECT/ROANOKE CITY","Physical Address Line 1":"40 Douglass Avenue","Physical Address Line 2":"","Physical Address City":"Roanoke","Physical Address State":"VA ","Physical Address Zipcode":"24031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100074","School District Name":"TIDEWATER REGIONAL ALTERNATIVE ED PROJECT","Physical Address Line 1":"SECEP-Smithfield Bldg.","Physical Address Line 2":"6160 Kempsville Circle Suite 300-B","Physical Address City":"Norfolk","Physical Address State":"VA ","Physical Address Zipcode":"23502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100073","School District Name":"ENTERPRISE ACADEMY/NEWPORT NEWS CITY","Physical Address Line 1":"813 Diligence Dr Ste 110","Physical Address Line 2":"","Physical Address City":"Newport News","Physical Address State":"VA ","Physical Address Zipcode":"23606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100072","School District Name":"LYNCHBURG CITY SECONDARY ALTERNATIVE","Physical Address Line 1":"1200-1208 Polk Street","Physical Address Line 2":"","Physical Address City":"Lynchburg","Physical Address State":"VA ","Physical Address Zipcode":"24504","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100071","School District Name":"COMMONWEALTH CTR FOR CHILDREN & ADOLESCENTS","Physical Address Line 1":"1355 Richmond Rd.","Physical Address Line 2":"","Physical Address City":"Staunton","Physical Address State":"VA ","Physical Address Zipcode":"24401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100070","School District Name":"DEPARTMENT OF JUVENILE JUSTICE","Physical Address Line 1":"600 East Main Street","Physical Address Line 2":"20th Floor","Physical Address City":"Richmond","Physical Address State":"VA ","Physical Address Zipcode":"23219","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100063","School District Name":"JACKSON RIVER GOVERNOR'S SCHOOL","Physical Address Line 1":"Dabney S. Lancaster Community","Physical Address Line 2":"1000 Dabney Drive","Physical Address City":"Clifton Forge","Physical Address State":"VA ","Physical Address Zipcode":"24422","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100062","School District Name":"BLUE RIDGE GOV SCHOOL","Physical Address Line 1":"Fluvanna County Public Schools","Physical Address Line 2":"14455 James Madison Highway","Physical Address City":"Palmyra","Physical Address State":"VA ","Physical Address Zipcode":"22963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100061","School District Name":"MAGGIE L. WALKER GOV SCH","Physical Address Line 1":"1000 N. Lombardy St.","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"VA ","Physical Address Zipcode":"23220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100060","School District Name":"ACCOMACK CO PBLC SCHS","Physical Address Line 1":"23296 Courthouse Ave","Physical Address Line 2":"","Physical Address City":"Accomac","Physical Address State":"VA ","Physical Address Zipcode":"23301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21344364012409514,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100058","School District Name":"VSDB-STAUNTON","Physical Address Line 1":"104 VSDB Drive","Physical Address Line 2":"","Physical Address City":"Staunton","Physical Address State":"VA ","Physical Address Zipcode":"24401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100056","School District Name":"S.EAST VA TRN CT","Physical Address Line 1":"2100 Steppingstone Square","Physical Address Line 2":"","Physical Address City":"Chesapeake","Physical Address State":"VA ","Physical Address Zipcode":"23320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100055","School District Name":"MCV/VA TREATMENT CTR","Physical Address Line 1":"515 N. 10th St.","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"VA ","Physical Address Zipcode":"23219","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100054","School District Name":"WILSON WORKFORCE AND REHAB","Physical Address Line 1":"Box W-81","Physical Address Line 2":"","Physical Address City":"Fishersville","Physical Address State":"VA ","Physical Address Zipcode":"22939","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100053","School District Name":"VA DEPT OF MILITARY AFFAIRS","Physical Address Line 1":"253 C Street","Physical Address Line 2":"Camp Pendleton","Physical Address City":"Virginia Beach","Physical Address State":"VA ","Physical Address Zipcode":"23451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100052","School District Name":"S.SIDE VA TRN CT","Physical Address Line 1":"Bldg. 120","Physical Address Line 2":"Warehouse West Washington St.","Physical Address City":"Petersburg","Physical Address State":"VA ","Physical Address Zipcode":"23803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100051","School District Name":"N. VA. TRN CT","Physical Address Line 1":"9901 Braddock Rd.","Physical Address Line 2":"","Physical Address City":"Fairfax","Physical Address State":"VA ","Physical Address Zipcode":"22032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100050","School District Name":"CENT VA TRAIN CT","Physical Address Line 1":"East Route 210","Physical Address Line 2":"","Physical Address City":"Madison Heights","Physical Address State":"VA ","Physical Address Zipcode":"24572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100048","School District Name":"WESTERN ST HOSP","Physical Address Line 1":"1301 Richmond Ave","Physical Address Line 2":"","Physical Address City":"Staunton","Physical Address State":"VA ","Physical Address Zipcode":"24401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100047","School District Name":"SW VA MENTAL HEALTH INSTITUTE","Physical Address Line 1":"340 Bagley Circle","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"VA ","Physical Address Zipcode":"24354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100046","School District Name":"EASTERN ST HOSP","Physical Address Line 1":"4601 Ironbound Rd B11","Physical Address Line 2":"","Physical Address City":"Williamsburg","Physical Address State":"VA ","Physical Address Zipcode":"23187","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100045","School District Name":"CENTRAL ST HOSP","Physical Address Line 1":"West Washington St. Extended","Physical Address Line 2":"Bldg. 114","Physical Address City":"Petersburg","Physical Address State":"VA ","Physical Address Zipcode":"23803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100042","School District Name":"DOE SOP EDUC PROGRAMS","Physical Address Line 1":"James Monroe Bldg.","Physical Address Line 2":"101 N. 14th St.","Physical Address City":"Richmond","Physical Address State":"VA ","Physical Address Zipcode":"23219","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100041","School District Name":"UNIVERSITY OF VA","Physical Address Line 1":"Kluge Children's Rehab Center","Physical Address Line 2":"2270 Ivy Rd.","Physical Address City":"Charlottesville","Physical Address State":"VA ","Physical Address Zipcode":"22903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100040","School District Name":"MEDICAL COLLEGE OF VA","Physical Address Line 1":"600 East Broad Street","Physical Address Line 2":"Suite 620","Physical Address City":"Richmond","Physical Address State":"VA ","Physical Address Zipcode":"23298","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100038","School District Name":"KINGS DAUGHTERS","Physical Address Line 1":"601 Childrens Ln.","Physical Address Line 2":"ROB3","Physical Address City":"Norfolk","Physical Address State":"VA ","Physical Address Zipcode":"23507","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100036","School District Name":"James City County Public Schools","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.07009914767785702,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100035","School District Name":"COMMONWEALTH GOVERNOR'S SCHOOL","Physical Address Line 1":"12301 Spotswood Furnance Rd.","Physical Address Line 2":"","Physical Address City":"Fredericksburg","Physical Address State":"VA ","Physical Address Zipcode":"22553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100034","School District Name":"CHESAPEAKE BAY GOV SCH","Physical Address Line 1":"109 N. Cross St.","Physical Address Line 2":"","Physical Address City":"Tappahannock","Physical Address State":"VA ","Physical Address Zipcode":"22560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100033","School District Name":"A. LINWOOD HOLTON GOV SCH","Physical Address Line 1":"Southwest Va Higher Ed Center","Physical Address Line 2":"","Physical Address City":"Abingdon","Physical Address State":"VA ","Physical Address Zipcode":"24212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100032","School District Name":"APPOMATTOX REGIONAL GOV SCH","Physical Address Line 1":"512 W. Washington Street","Physical Address Line 2":"","Physical Address City":"Petersburg","Physical Address State":"VA ","Physical Address Zipcode":"23803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100029","School District Name":"GOV SCH GLOBAL ECONOMICS/TECH","Physical Address Line 1":"200 Daniel Rd","Physical Address Line 2":"Southside Va Community College","Physical Address City":"Keysville","Physical Address State":"VA ","Physical Address Zipcode":"23947","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100028","School District Name":"SHENANDOAH VALLEY GOVERNORS SCHOOL","Physical Address Line 1":"49 Hornet Dr","Physical Address Line 2":"Valley Voc Tech Ctr Bldg","Physical Address City":"Fishersville","Physical Address State":"VA ","Physical Address Zipcode":"22939","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100026","School District Name":"N VIRGINIA REG SPEC ED PGM","Physical Address Line 1":"14715 Bristow Rd","Physical Address Line 2":"","Physical Address City":"Manassas","Physical Address State":"VA ","Physical Address Zipcode":"20112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100025","School District Name":"NORTHWESTERN REG ED PGM","Physical Address Line 1":"1481 Senseny Road","Physical Address Line 2":"","Physical Address City":"Winchester","Physical Address State":"VA ","Physical Address Zipcode":"22602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100024","School District Name":"LAUREL REGIONAL","Physical Address Line 1":"401 Monticello Avenue","Physical Address Line 2":"","Physical Address City":"Lynchburg","Physical Address State":"VA ","Physical Address Zipcode":"24501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100023","School District Name":"Quantico Marine Corps Center School District","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.024442082890541977,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100022","School District Name":"Dahlgren Department of Defense School District","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.01694915254237288,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5100018","School District Name":"PIEDMONT REGIONAL ED.","Physical Address Line 1":"1434 Rolkin Ct","Physical Address Line 2":"Suite 201","Physical Address City":"Charlottesville","Physical Address State":"VA ","Physical Address Zipcode":"22911","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100017","School District Name":"NEW HORIZONS REGIONAL EDUC CTR-SPEC ED","Physical Address Line 1":"520 Butler Farm Rd.","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"VA ","Physical Address Zipcode":"23666","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100014","School District Name":"COOP CTRS FOR EXCEPTIONAL CHILDREN","Physical Address Line 1":"200 Maroon Tide Drive","Physical Address Line 2":"","Physical Address City":"Galax","Physical Address State":"VA ","Physical Address Zipcode":"24333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100013","School District Name":"AMELIA-NOTTOWAY VOC CTR","Physical Address Line 1":"148 Vo-Tech Road","Physical Address Line 2":"","Physical Address City":"Jetersville","Physical Address State":"VA ","Physical Address Zipcode":"23083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100012","School District Name":"NORTHERN NECK TECHNICAL CENTER","Physical Address Line 1":"13946 Historyland Hwy","Physical Address Line 2":"","Physical Address City":"Warsaw","Physical Address State":"VA ","Physical Address Zipcode":"22572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100011","School District Name":"ROWANTY VOCATIONAL TECH CTR","Physical Address Line 1":"20000 Rowanty Rd","Physical Address Line 2":"","Physical Address City":"Carson","Physical Address State":"VA ","Physical Address Zipcode":"23830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100009","School District Name":"NEW HORIZONS CAREER & TECH CTR","Physical Address Line 1":"520 Butler Farm Road","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"VA ","Physical Address Zipcode":"23666","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100008","School District Name":"VALLEY VOCATIONAL TECH","Physical Address Line 1":"49 Hornet Road","Physical Address Line 2":"","Physical Address City":"Fishersville","Physical Address State":"VA ","Physical Address Zipcode":"22939","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100006","School District Name":"MASSANUTTEN TECH CTR","Physical Address Line 1":"325 Pleasant Valley Rd","Physical Address Line 2":"","Physical Address City":"Harrisonburg","Physical Address State":"VA ","Physical Address Zipcode":"22801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5100004","School District Name":"JACKSON RIVER TECH CTR","Physical Address Line 1":"105 E Country Club Lane","Physical Address Line 2":"","Physical Address City":"Covington","Physical Address State":"VA ","Physical Address Zipcode":"24426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5100003","School District Name":"CHARLOTTESVILLE-ALBEMARLE TECH","Physical Address Line 1":"1000 E Rio Rd","Physical Address Line 2":"","Physical Address City":"Charlottesville","Physical Address State":"VA ","Physical Address Zipcode":"22901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5099956","School District Name":"Springfield Supervisory District","Physical Address Line 1":"365 Summer Street Suite 152","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"VT ","Physical Address Zipcode":"05156","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5099955","School District Name":"School Administrative Unit #70","Physical Address Line 1":"45 Lyme Road","Physical Address Line 2":"","Physical Address City":"Hanover","Physical Address State":"NH ","Physical Address Zipcode":"03755","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5099954","School District Name":"Hartford Supervisory District","Physical Address Line 1":"160 Norwich Avenue","Physical Address Line 2":"","Physical Address City":"Wilder","Physical Address State":"VT ","Physical Address Zipcode":"05088","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5099952","School District Name":"Windsor Southeast Supervisory Union","Physical Address Line 1":"105 Main Street Suite 200","Physical Address Line 2":"","Physical Address City":"Windsor","Physical Address State":"VT ","Physical Address Zipcode":"05089","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07933042212518195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5099951","School District Name":"Windsor Central Supervisory Union","Physical Address Line 1":"70 Amsden Way","Physical Address Line 2":"","Physical Address City":"Woodstock","Physical Address State":"VT ","Physical Address Zipcode":"05091","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07170172084130019,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099949","School District Name":"Windham Southwest Supervisory Union","Physical Address Line 1":"1 School Street","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"VT ","Physical Address Zipcode":"05363","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12379642365887207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099948","School District Name":"Windham Southeast Supervisory Union","Physical Address Line 1":"53 Green Street","Physical Address Line 2":"","Physical Address City":"Brattleboro","Physical Address State":"VT ","Physical Address Zipcode":"05301","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5099947","School District Name":"Windham Northeast Supervisory Union","Physical Address Line 1":"25 Cherry Street","Physical Address Line 2":"","Physical Address City":"Bellows Falls","Physical Address State":"VT ","Physical Address Zipcode":"05101","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14834742505764797,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5099946","School District Name":"Windham Central Supervisory Union","Physical Address Line 1":"1219 VT Route 30","Physical Address Line 2":"","Physical Address City":"Townshend","Physical Address State":"VT ","Physical Address Zipcode":"05353","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11012782694198624,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099942","School District Name":"Harwood Unified Union Supervisory District","Physical Address Line 1":"340 Mad River Park Suite 7","Physical Address Line 2":"","Physical Address City":"Waitsfield","Physical Address State":"VT ","Physical Address Zipcode":"05673","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06172171088251218,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099940","School District Name":"Rutland City Supervisory District","Physical Address Line 1":"6 Church Street","Physical Address Line 2":"","Physical Address City":"Rutland","Physical Address State":"VT ","Physical Address Zipcode":"05701","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5099936","School District Name":"Rutland Northeast Supervisory Union","Physical Address Line 1":"49 Court Drive","Physical Address Line 2":"","Physical Address City":"Brandon","Physical Address State":"VT ","Physical Address Zipcode":"05733","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08906882591093117,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099935","School District Name":"Orleans Southwest Supervisory Union","Physical Address Line 1":"157 Daniels Road","Physical Address Line 2":"","Physical Address City":"Hardwick","Physical Address State":"VT ","Physical Address Zipcode":"05843","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12033898305084746,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099934","School District Name":"Orleans Central Supervisory Union","Physical Address Line 1":"Main Street","Physical Address Line 2":"","Physical Address City":"Orleans","Physical Address State":"VT ","Physical Address Zipcode":"05860","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1972093023255814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099933","School District Name":"Mill River Unified Union Supervisory District","Physical Address Line 1":"Main Street","Physical Address Line 2":"","Physical Address City":"North Clarendon","Physical Address State":"VT ","Physical Address Zipcode":"05759","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10844892812105927,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5099932","School District Name":"Washington Central Supervisory Union","Physical Address Line 1":"1130 Gallison Hill Road","Physical Address Line 2":"","Physical Address City":"Montpelier","Physical Address State":"VT ","Physical Address Zipcode":"05602","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.055594651653764954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5099931","School District Name":"North Country Supervisory Union","Physical Address Line 1":"121 Duchess Avenue Suite A","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"VT ","Physical Address Zipcode":"05855","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13554327808471456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5099930","School District Name":"White River Valley Supervisory Union","Physical Address Line 1":"461 Waterman Road","Physical Address Line 2":"","Physical Address City":"Royalton","Physical Address State":"VT ","Physical Address Zipcode":"05068","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10698270339525945,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099928","School District Name":"Orange Southwest Supervisory Union","Physical Address Line 1":"24 Central Street","Physical Address Line 2":"","Physical Address City":"Randolph","Physical Address State":"VT ","Physical Address Zipcode":"05060","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13086150490730644,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099927","School District Name":"Orange East Supervisory Union","Physical Address Line 1":"530 Waits River Road","Physical Address Line 2":"","Physical Address City":"Bradford","Physical Address State":"VT ","Physical Address Zipcode":"05033","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12215909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099926","School District Name":"Lamoille South Supervisory Union","Physical Address Line 1":"46 Copley Avenue","Physical Address Line 2":"","Physical Address City":"Morrisville","Physical Address State":"VT ","Physical Address Zipcode":"05661","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07889908256880734,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099925","School District Name":"Lamoille North Supervisory Union","Physical Address Line 1":"96 Cricket Hill Road","Physical Address Line 2":"","Physical Address City":"Hyde Park","Physical Address State":"VT ","Physical Address Zipcode":"05655","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09630818619582665,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099924","School District Name":"Grand Isle Supervisory Union","Physical Address Line 1":"224 U.S. Route 2","Physical Address Line 2":"","Physical Address City":"Grand Isle","Physical Address State":"VT ","Physical Address Zipcode":"05458","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10193133047210301,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099923","School District Name":"Maple Run Supervisory District","Physical Address Line 1":"28 Catherine Street","Physical Address Line 2":"","Physical Address City":"Saint Albans","Physical Address State":"VT ","Physical Address Zipcode":"05478","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1041036717062635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5099922","School District Name":"Franklin West Supervisory Union","Physical Address Line 1":"Main Street","Physical Address Line 2":"","Physical Address City":"Fairfax","Physical Address State":"VT ","Physical Address Zipcode":"05454","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.044986449864498644,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5099921","School District Name":"Missisquoi Valley School District (Supervisory)","Physical Address Line 1":"100 Robin Hood Drive Suite 2","Physical Address Line 2":"","Physical Address City":"Swanton","Physical Address State":"VT ","Physical Address Zipcode":"05488","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10423280423280423,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5099920","School District Name":"Franklin Northeast Supervisory Union","Physical Address Line 1":"80 Main Street","Physical Address Line 2":"","Physical Address City":"Richford","Physical Address State":"VT ","Physical Address Zipcode":"05476","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12295918367346939,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099919","School District Name":"Essex North Supervisory Union","Physical Address Line 1":"318 Christian Hill Road","Physical Address Line 2":"","Physical Address City":"Canaan","Physical Address State":"VT ","Physical Address Zipcode":"05903","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15762273901808785,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099917","School District Name":"Winooski Supervisory District","Physical Address Line 1":"60 Normand Street","Physical Address Line 2":"","Physical Address City":"Winooski","Physical Address State":"VT ","Physical Address Zipcode":"05404","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5099916","School District Name":"South Burlington Supervisory District","Physical Address Line 1":"550 Dorset Street","Physical Address Line 2":"","Physical Address City":"South Burlington","Physical Address State":"VT ","Physical Address Zipcode":"05403","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5099915","School District Name":"Burlington Supervisory District","Physical Address Line 1":"150 Colchester Avenue","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"VT ","Physical Address Zipcode":"05401","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5099914","School District Name":"Champlain Valley Supervisory District","Physical Address Line 1":"5420 Shelburne Road Suite 300","Physical Address Line 2":"","Physical Address City":"Shelburne","Physical Address State":"VT ","Physical Address Zipcode":"05482","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.038159111933395,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5099912","School District Name":"Mount Mansfield Unified Union School District (Supervisory)","Physical Address Line 1":"10 River Road","Physical Address Line 2":"","Physical Address City":"Jericho","Physical Address State":"VT ","Physical Address Zipcode":"05465","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.032103321033210334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5099911","School District Name":"Saint Johnsbury Supervisory District","Physical Address Line 1":"374 Emerson Falls Road Suite 2","Physical Address Line 2":"","Physical Address City":"St. Johnsbury","Physical Address State":"VT ","Physical Address Zipcode":"05819","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5099910","School District Name":"Milton Supervisory District","Physical Address Line 1":"42 Herrick Avenue","Physical Address Line 2":"","Physical Address City":"Milton","Physical Address State":"VT ","Physical Address Zipcode":"05468","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5099909","School District Name":"Caledonia Central Supervisory Union","Physical Address Line 1":"US Route 2 West","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"VT ","Physical Address Zipcode":"05828","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09744214372716199,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099907","School District Name":"Colchester Supervisory District","Physical Address Line 1":"125 Laker Lane","Physical Address Line 2":"","Physical Address City":"Colchester","Physical Address State":"VT ","Physical Address Zipcode":"05446","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5099906","School District Name":"Bennington Rutland Supervisory Union","Physical Address Line 1":"6378 Vermont Route 7A","Physical Address Line 2":"","Physical Address City":"Sunderland","Physical Address State":"VT ","Physical Address Zipcode":"05250","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0922920892494929,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5099905","School District Name":"Southwest Vermont Supervisory Union","Physical Address Line 1":"181 Orchard Road","Physical Address Line 2":"","Physical Address City":"Bennington","Physical Address State":"VT ","Physical Address Zipcode":"05201","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14513556618819776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5099904","School District Name":"Slate Valley Unified Union School District (Supervisory)","Physical Address Line 1":"3 North Park Place","Physical Address Line 2":"","Physical Address City":"Fair Haven","Physical Address State":"VT ","Physical Address Zipcode":"05743","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12628255722178375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5099903","School District Name":"Addison Central Supervisory Union","Physical Address Line 1":"49 Charles Avenue","Physical Address Line 2":"","Physical Address City":"Middlebury","Physical Address State":"VT ","Physical Address Zipcode":"05753","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.062420382165605096,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5099902","School District Name":"Addison Northwest Supervisory Union","Physical Address Line 1":"11 Main Street Suite B100","Physical Address Line 2":"","Physical Address City":"Vergennes","Physical Address State":"VT ","Physical Address Zipcode":"05491","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05576923076923077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5099901","School District Name":"Mt. Abraham Unified School District (Supervisory)","Physical Address Line 1":"57 Mountain Street","Physical Address Line 2":"","Physical Address City":"Bristol","Physical Address State":"VT ","Physical Address Zipcode":"05443","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06791406791406791,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5009600","School District Name":"North Country Senior UHSD #22","Physical Address Line 1":"209 Veterans Avenue","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"VT ","Physical Address Zipcode":"05855","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5009570","School District Name":"North Country Junior UHSD #22","Physical Address Line 1":"57 Junior High Drive","Physical Address Line 2":"","Physical Address City":"Derby","Physical Address State":"VT ","Physical Address Zipcode":"05829","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5009390","School District Name":"Wolcott School District","Physical Address Line 1":"320 School Hill Drive","Physical Address Line 2":"","Physical Address City":"Wolcott","Physical Address State":"VT ","Physical Address Zipcode":"05680","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5009360","School District Name":"Winooski School District","Physical Address Line 1":"80 Normand Street","Physical Address Line 2":"","Physical Address City":"Winooski","Physical Address State":"VT ","Physical Address Zipcode":"05404","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.21428571428571427,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5009330","School District Name":"Winhall School District","Physical Address Line 1":"6378 Vermont Route 7A","Physical Address Line 2":"","Physical Address City":"Sunderland","Physical Address State":"VT ","Physical Address Zipcode":"05250","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5009270","School District Name":"Windham School District","Physical Address Line 1":"5940 Windham Hill Road","Physical Address Line 2":"","Physical Address City":"Windham","Physical Address State":"VT ","Physical Address Zipcode":"05359","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5009000","School District Name":"Westmore School District","Physical Address Line 1":"Main Street","Physical Address Line 2":"","Physical Address City":"Orleans","Physical Address State":"VT ","Physical Address Zipcode":"05860","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5008910","School District Name":"Westfield School District","Physical Address Line 1":"338 Highland Avenue Suite 4","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"VT ","Physical Address Zipcode":"05855","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5008700","School District Name":"Weathersfield School District","Physical Address Line 1":"School House Road","Physical Address Line 2":"","Physical Address City":"Ascutney","Physical Address State":"VT ","Physical Address Zipcode":"05030","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5008310","School District Name":"Vernon School District","Physical Address Line 1":"381 Governor Hunt Road","Physical Address Line 2":"","Physical Address City":"Vernon","Physical Address State":"VT ","Physical Address Zipcode":"05354","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5008246","School District Name":"Bellows Falls UHSD #27","Physical Address Line 1":"Route 5 South","Physical Address Line 2":"","Physical Address City":"Bellows Falls","Physical Address State":"VT ","Physical Address Zipcode":"05101","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5008243","School District Name":"Hazen UHSD #26","Physical Address Line 1":"126 Hazen Union Drive","Physical Address Line 2":"","Physical Address City":"Hardwick","Physical Address State":"VT ","Physical Address Zipcode":"05843","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5008242","School District Name":"Waits River Valley USD #36","Physical Address Line 1":"6 Waits River Valley Road","Physical Address Line 2":"","Physical Address City":"East Corinth","Physical Address State":"VT ","Physical Address Zipcode":"05040","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5008225","School District Name":"Twinfield USD #33","Physical Address Line 1":"106 Nasmith Brook Road","Physical Address Line 2":"","Physical Address City":"Plainfield","Physical Address State":"VT ","Physical Address Zipcode":"05667","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5008224","School District Name":"Blue Mountain USD #21","Physical Address Line 1":"2420 Route 302","Physical Address Line 2":"","Physical Address City":"Wells River","Physical Address State":"VT ","Physical Address Zipcode":"05081","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5008130","School District Name":"Troy School District","Physical Address Line 1":"126 Main Street","Physical Address Line 2":"","Physical Address City":"North Troy","Physical Address State":"VT ","Physical Address Zipcode":"05859","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5008010","School District Name":"Thetford School District","Physical Address Line 1":"2689 Route 113","Physical Address Line 2":"","Physical Address City":"Thetford","Physical Address State":"VT ","Physical Address Zipcode":"05074","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5007860","School District Name":"Stratton School District","Physical Address Line 1":"13 Timson Hill Road","Physical Address Line 2":"","Physical Address City":"Newfane","Physical Address State":"VT ","Physical Address Zipcode":"05345","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5007830","School District Name":"Strafford School District","Physical Address Line 1":"243 VT Route 132","Physical Address Line 2":"","Physical Address City":"South Strafford","Physical Address State":"VT ","Physical Address Zipcode":"05070","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5007710","School District Name":"Stannard School District","Physical Address Line 1":"101 South Main Street","Physical Address Line 2":"","Physical Address City":"Hardwick","Physical Address State":"VT ","Physical Address Zipcode":"05843","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5007680","School District Name":"Stamford School District","Physical Address Line 1":"986 Main Road","Physical Address Line 2":"","Physical Address City":"Stramford","Physical Address State":"VT ","Physical Address Zipcode":"05352","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5007650","School District Name":"Saint Johnsbury School District","Physical Address Line 1":"257 Western Avenue","Physical Address Line 2":"","Physical Address City":"Saint Johnsbury","Physical Address State":"VT ","Physical Address Zipcode":"05819","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1484848484848485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5007530","School District Name":"Springfield School District","Physical Address Line 1":"303 South Street","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"VT ","Physical Address Zipcode":"05156","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1386861313868613,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5007500","School District Name":"South Hero School District","Physical Address Line 1":"75 South Street","Physical Address Line 2":"","Physical Address City":"South Hero","Physical Address State":"VT ","Physical Address Zipcode":"05486","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5007470","School District Name":"South Burlington School District","Physical Address Line 1":"500 Dorset Street","Physical Address Line 2":"","Physical Address City":"South Burlington","Physical Address State":"VT ","Physical Address Zipcode":"05403","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.052928416485900215,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5007260","School District Name":"Sharon School District","Physical Address Line 1":"75 Route 132","Physical Address Line 2":"","Physical Address City":"Sharon","Physical Address State":"VT ","Physical Address Zipcode":"05065","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5007200","School District Name":"Searsburg School District","Physical Address Line 1":"211 Route 9 West","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"VT ","Physical Address Zipcode":"05363","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5007170","School District Name":"Sandgate School District","Physical Address Line 1":"530-A East Arlington Road","Physical Address Line 2":"","Physical Address City":"Arlington","Physical Address State":"VT ","Physical Address Zipcode":"05250","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5007080","School District Name":"Rutland Town School District","Physical Address Line 1":"1612 Post Road","Physical Address Line 2":"","Physical Address City":"Rutland Town","Physical Address State":"VT ","Physical Address Zipcode":"05701","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5007050","School District Name":"Rutland City School District","Physical Address Line 1":"8 Stratton Road","Physical Address Line 2":"","Physical Address City":"Rutland","Physical Address State":"VT ","Physical Address Zipcode":"05701","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1694915254237288,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5006930","School District Name":"Rockingham School District","Physical Address Line 1":"25 Cherry Street","Physical Address Line 2":"","Physical Address City":"Bellows Falls","Physical Address State":"VT ","Physical Address Zipcode":"05101","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5006450","School District Name":"Pittsfield School District","Physical Address Line 1":"South Main Street","Physical Address Line 2":"","Physical Address City":"Bethel","Physical Address State":"VT ","Physical Address Zipcode":"05032","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5006390","School District Name":"Peacham School District","Physical Address Line 1":"340 Bailey Hazen Road","Physical Address Line 2":"","Physical Address City":"Peacham","Physical Address State":"VT ","Physical Address Zipcode":"05862","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5006180","School District Name":"Norwich School District","Physical Address Line 1":"22 Church Street","Physical Address Line 2":"","Physical Address City":"Norwich","Physical Address State":"VT ","Physical Address Zipcode":"05055","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.020202020202020204,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5006060","School District Name":"North Bennington Incorporated School District","Physical Address Line 1":"9 School Street","Physical Address Line 2":"","Physical Address City":"North Bennington","Physical Address State":"VT ","Physical Address Zipcode":"05257","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5006030","School District Name":"Newport Town School District","Physical Address Line 1":"4212 VT Route 105","Physical Address Line 2":"","Physical Address City":"Newport Center","Physical Address State":"VT ","Physical Address Zipcode":"05857","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5006000","School District Name":"Newport City School District","Physical Address Line 1":"166 Sias Avenue","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"VT ","Physical Address Zipcode":"05855","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5005810","School District Name":"Mount Anthony UHSD #14","Physical Address Line 1":"321 Park Street","Physical Address Line 2":"","Physical Address City":"Bennington","Physical Address State":"VT ","Physical Address Zipcode":"05201","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5005760","School District Name":"Morgan School District","Physical Address Line 1":"158 Meade Hill","Physical Address Line 2":"","Physical Address City":"Morgan","Physical Address State":"VT ","Physical Address Zipcode":"05853","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5005610","School District Name":"Milton Incorporated School District","Physical Address Line 1":"17 Rebecca Lander Drive","Physical Address Line 2":"","Physical Address City":"Milton","Physical Address State":"VT ","Physical Address Zipcode":"05468","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06363636363636363,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5005400","School District Name":"Marlboro School District","Physical Address Line 1":"2669 Route 9","Physical Address Line 2":"","Physical Address City":"Marlboro","Physical Address State":"VT ","Physical Address Zipcode":"05344","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5005220","School District Name":"Lowell School District","Physical Address Line 1":"52 Gelo Park Road","Physical Address Line 2":"","Physical Address City":"Lowell","Physical Address State":"VT ","Physical Address Zipcode":"05847","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5005050","School District Name":"Lake Region UHSD #24","Physical Address Line 1":"317 Lake Region Road","Physical Address Line 2":"","Physical Address City":"Orleans","Physical Address State":"VT ","Physical Address Zipcode":"05860","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5004960","School District Name":"Jay/Westfield Joint Elementary School District","Physical Address Line 1":"257 Revoir Flats","Physical Address Line 2":"","Physical Address City":"Jay","Physical Address State":"VT ","Physical Address Zipcode":"05859","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5004950","School District Name":"Jay School District","Physical Address Line 1":"338 Highland Avenue Suite 4","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"VT ","Physical Address Zipcode":"05855","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5004830","School District Name":"Ira School District","Physical Address Line 1":"168 York Street","Physical Address Line 2":"","Physical Address City":"Poultney","Physical Address State":"VT ","Physical Address Zipcode":"05764","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5004710","School District Name":"Holland School District","Physical Address Line 1":"26 School Road","Physical Address Line 2":"","Physical Address City":"Derby Line","Physical Address State":"VT ","Physical Address Zipcode":"05830","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5004620","School District Name":"Hartland School District","Physical Address Line 1":"97 Martinsville Road","Physical Address Line 2":"","Physical Address City":"Hartland","Physical Address State":"VT ","Physical Address Zipcode":"05048","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5004590","School District Name":"Hartford School District","Physical Address Line 1":"1 Gifford Road","Physical Address Line 2":"","Physical Address City":"White River Junction","Physical Address State":"VT ","Physical Address Zipcode":"05001","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07443609022556391,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5004140","School District Name":"Georgia School District","Physical Address Line 1":"4416 Ethan Allen Highway","Physical Address Line 2":"","Physical Address City":"Saint Albans","Physical Address State":"VT ","Physical Address Zipcode":"05478","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5004080","School District Name":"Fletcher School District","Physical Address Line 1":"340 School Road","Physical Address Line 2":"","Physical Address City":"Cambridge","Physical Address State":"VT ","Physical Address Zipcode":"05444","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5003930","School District Name":"Fairfax School District","Physical Address Line 1":"75 Hunt Street","Physical Address Line 2":"","Physical Address City":"Fairfax","Physical Address State":"VT ","Physical Address Zipcode":"05454","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5003480","School District Name":"Derby School District","Physical Address Line 1":"907 Elm Street","Physical Address Line 2":"","Physical Address City":"Derby Line","Physical Address State":"VT ","Physical Address Zipcode":"05830","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5003450","School District Name":"Danville School District","Physical Address Line 1":"148 Peacham Road","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"VT ","Physical Address Zipcode":"05828","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5003390","School District Name":"Craftsbury Town School District","Physical Address Line 1":"1422 North Craftsbury Road","Physical Address Line 2":"","Physical Address City":"Craftsbury Common","Physical Address State":"VT ","Physical Address Zipcode":"05827","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5003360","School District Name":"Coventry School District","Physical Address Line 1":"348 Route 5","Physical Address Line 2":"","Physical Address City":"Coventry","Physical Address State":"VT ","Physical Address Zipcode":"05825","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5003240","School District Name":"Colchester School District","Physical Address Line 1":"253 Main Street","Physical Address Line 2":"","Physical Address City":"Colchester","Physical Address State":"VT ","Physical Address Zipcode":"05446","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06059225512528474,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5003060","School District Name":"Charleston School District","Physical Address Line 1":"255 Center School Road","Physical Address Line 2":"","Physical Address City":"West Charleston","Physical Address State":"VT ","Physical Address Zipcode":"05872","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5002940","School District Name":"Canaan School District","Physical Address Line 1":"99 School Street","Physical Address Line 2":"","Physical Address City":"Canaan","Physical Address State":"VT ","Physical Address Zipcode":"05903","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5002910","School District Name":"Cambridge School District","Physical Address Line 1":"186 School Street","Physical Address Line 2":"","Physical Address City":"Jeffersonville","Physical Address State":"VT ","Physical Address Zipcode":"05464","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5002850","School District Name":"Cabot School District","Physical Address Line 1":"25 Common Road","Physical Address Line 2":"","Physical Address City":"Cabot","Physical Address State":"VT ","Physical Address Zipcode":"05647","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5002820","School District Name":"Burlington School District","Physical Address Line 1":"150 Colchester Avenue","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"VT ","Physical Address Zipcode":"05401","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12183718371837184,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5002610","School District Name":"Brighton School District","Physical Address Line 1":"825 Railroad Street","Physical Address Line 2":"","Physical Address City":"Island Pond","Physical Address State":"VT ","Physical Address Zipcode":"05846","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5001830","School District Name":"Arlington School District","Physical Address Line 1":"504 East Arlington Road","Physical Address Line 2":"","Physical Address City":"Arlington","Physical Address State":"VT ","Physical Address Zipcode":"05250","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5001770","School District Name":"Alburg School District","Physical Address Line 1":"14 North Main Street","Physical Address Line 2":"","Physical Address City":"Alburg","Physical Address State":"VT ","Physical Address Zipcode":"05440","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000450","School District Name":"Windsor Central Unified Union School District","Physical Address Line 1":"70 Amsden Way","Physical Address Line 2":"","Physical Address City":"Woodstock","Physical Address State":"VT ","Physical Address Zipcode":"05091","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000449","School District Name":"West River Valley Modified Union Education District #72A","Physical Address Line 1":"1219 VT Route 30","Physical Address Line 2":"","Physical Address City":"Townshend","Physical Address State":"VT ","Physical Address Zipcode":"05353","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000448","School District Name":"Lamoille South Unified Union School District #90","Physical Address Line 1":"46 Copley Avenue","Physical Address Line 2":"","Physical Address City":"Morrisville","Physical Address State":"VT ","Physical Address Zipcode":"05661","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000447","School District Name":"River Valleys Unified School District #73","Physical Address Line 1":"1219 VT Route 30","Physical Address Line 2":"","Physical Address City":"Townshend","Physical Address State":"VT ","Physical Address Zipcode":"05353","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000446","School District Name":"Windham Northeast Union Elementary School District #95","Physical Address Line 1":"25 Cherry Street","Physical Address Line 2":"","Physical Address City":"Bellows Falls","Physical Address State":"VT ","Physical Address Zipcode":"05101","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000445","School District Name":"Barre Unified Union School District #97","Physical Address Line 1":"120 Ayers Street","Physical Address Line 2":"","Physical Address City":"Barre","Physical Address State":"VT ","Physical Address Zipcode":"05641","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000444","School District Name":"Enosburgh-Richford Unified Union School District #88","Physical Address Line 1":"80 Main Street","Physical Address Line 2":"","Physical Address City":"Richford","Physical Address State":"VT ","Physical Address Zipcode":"05476","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000443","School District Name":"Mount Mansfield Unified Union School District #401","Physical Address Line 1":"211 Browns Trace Road","Physical Address Line 2":"","Physical Address City":"Jericho","Physical Address State":"VT ","Physical Address Zipcode":"05465","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000442","School District Name":"Mount Ascutney School District #86","Physical Address Line 1":"105 Main Street Suite 200","Physical Address Line 2":"","Physical Address City":"Windsor","Physical Address State":"VT ","Physical Address Zipcode":"05089","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000441","School District Name":"Northern Mountain Valley Unified Union School District #85","Physical Address Line 1":"80 Main Street","Physical Address Line 2":"","Physical Address City":"Richford","Physical Address State":"VT ","Physical Address Zipcode":"05476","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000440","School District Name":"Slate Valley Unified Union School District #62","Physical Address Line 1":"3 North Park Place","Physical Address Line 2":"","Physical Address City":"Fair Haven","Physical Address State":"VT ","Physical Address Zipcode":"05743","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000439","School District Name":"Washington Central Unified Union School District #92","Physical Address Line 1":"1130 Gallison Hill Road","Physical Address Line 2":"","Physical Address City":"Montpelier","Physical Address State":"VT ","Physical Address Zipcode":"05602","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000438","School District Name":"Orleans Southwest Union Elementary School District #94","Physical Address Line 1":"157 Daniels Road","Physical Address Line 2":"","Physical Address City":"Hardwick","Physical Address State":"VT ","Physical Address Zipcode":"05843","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000437","School District Name":"Oxbow Unified Union School District #91","Physical Address Line 1":"530 Waits River Road","Physical Address Line 2":"","Physical Address City":"Bradford","Physical Address State":"VT ","Physical Address Zipcode":"05033","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000436","School District Name":"Lake Region Union Elementary Middle School District","Physical Address Line 1":"Main Street","Physical Address Line 2":"","Physical Address City":"Orleans","Physical Address State":"VT ","Physical Address Zipcode":"05860","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000435","School District Name":"Champlain Islands Unified Union School District #66","Physical Address Line 1":"224 U.S. Route 2","Physical Address Line 2":"","Physical Address City":"Grand Isle","Physical Address State":"VT ","Physical Address Zipcode":"05458","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000434","School District Name":"Southwest Vermont Union Elementary School District #87","Physical Address Line 1":"181 Orchard Road","Physical Address Line 2":"","Physical Address City":"Bennington","Physical Address State":"VT ","Physical Address Zipcode":"05201","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000433","School District Name":"Missisquoi Valley School District #89","Physical Address Line 1":"100 Robin Hood Drive Suite 2","Physical Address Line 2":"","Physical Address City":"Swanton","Physical Address State":"VT ","Physical Address Zipcode":"05488","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000432","School District Name":"West River Valley Modified Union Education District #72B","Physical Address Line 1":"1219 VT Route 30","Physical Address Line 2":"","Physical Address City":"Townshend","Physical Address State":"VT ","Physical Address Zipcode":"05353","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000431","School District Name":"Windham Southeast Unified Union School District #96","Physical Address Line 1":"53 Green Street","Physical Address Line 2":"","Physical Address City":"Brattleboro","Physical Address State":"VT ","Physical Address Zipcode":"05301","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000430","School District Name":"Echo Valley Community School District","Physical Address Line 1":"111B Brush Hill Road","Physical Address Line 2":"","Physical Address City":"Williamstown","Physical Address State":"VT ","Physical Address Zipcode":"05679","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000429","School District Name":"First Branch Unified School District","Physical Address Line 1":"461 Waterman Road","Physical Address Line 2":"","Physical Address City":"Royalton","Physical Address State":"VT ","Physical Address Zipcode":"05068","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000427","School District Name":"Green Mountain Unified School District","Physical Address Line 1":"609 VT Route 103","Physical Address Line 2":"","Physical Address City":"Ludlow","Physical Address State":"VT ","Physical Address Zipcode":"05149","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000426","School District Name":"White River Unified School District","Physical Address Line 1":"461 Waterman Road","Physical Address Line 2":"","Physical Address City":"Royalton","Physical Address State":"VT ","Physical Address Zipcode":"05068","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000425","School District Name":"Mt. Abraham Unified School District","Physical Address Line 1":"57 Mountain Street","Physical Address Line 2":"","Physical Address City":"Bristol","Physical Address State":"VT ","Physical Address Zipcode":"05443","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000423","School District Name":"Rochester Stockbridge Unified School District","Physical Address Line 1":"461 Waterman Road","Physical Address Line 2":"","Physical Address City":"Royalton","Physical Address State":"VT ","Physical Address Zipcode":"05068","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000422","School District Name":"Ludlow Mt. Holly Unified Union School District","Physical Address Line 1":"609 VT Route 103","Physical Address Line 2":"","Physical Address City":"Ludlow","Physical Address State":"VT ","Physical Address Zipcode":"05149","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000421","School District Name":"Kingdom East Unified Union School District","Physical Address Line 1":"119 Park Avenue","Physical Address Line 2":"","Physical Address City":"Lyndonville","Physical Address State":"VT ","Physical Address Zipcode":"05851","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000420","School District Name":"Southern Valley Unified School District","Physical Address Line 1":"1 School Street","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"VT ","Physical Address Zipcode":"05363","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000419","School District Name":"Mettawee School District","Physical Address Line 1":"6378 Vermont Route 7A","Physical Address Line 2":"","Physical Address City":"Sunderland","Physical Address State":"VT ","Physical Address Zipcode":"05250","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000418","School District Name":"Twin Valley Unified School District","Physical Address Line 1":"1 School Street","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"VT ","Physical Address Zipcode":"05363","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000417","School District Name":"Taconic and Green Regional School District","Physical Address Line 1":"6378 Vermont Route 7A","Physical Address Line 2":"","Physical Address City":"Sunderland","Physical Address State":"VT ","Physical Address Zipcode":"05250","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000415","School District Name":"Northeast Kingdom Choice School District","Physical Address Line 1":"318 Christian Hill Road","Physical Address Line 2":"","Physical Address City":"Canaan","Physical Address State":"VT ","Physical Address Zipcode":"05903","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000414","School District Name":"Granville Hancock Unified School District","Physical Address Line 1":"461 Waterman Road","Physical Address Line 2":"","Physical Address City":"Royalton","Physical Address State":"VT ","Physical Address Zipcode":"05068","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000412","School District Name":"Caledonia Cooperative Unified School District","Physical Address Line 1":"US Route 2 West","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"VT ","Physical Address Zipcode":"05828","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000411","School District Name":"Quarry Valley Unified Union School District #70","Physical Address Line 1":"16 Evelyn Street","Physical Address Line 2":"","Physical Address City":"Rutland","Physical Address State":"VT ","Physical Address Zipcode":"05701","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000410","School District Name":"Montpelier Roxbury Unified Union School District","Physical Address Line 1":"5 High School Drive Unit #1","Physical Address Line 2":"","Physical Address City":"Montpelier","Physical Address State":"VT ","Physical Address Zipcode":"05602","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000409","School District Name":"Wells Spring Unified Union School District","Physical Address Line 1":"16 Evelyn Street","Physical Address Line 2":"","Physical Address City":"Rutland","Physical Address State":"VT ","Physical Address Zipcode":"05701","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000408","School District Name":"Paine Mountain School District","Physical Address Line 1":"111B Brush Hill Road","Physical Address Line 2":"","Physical Address City":"Williamstown","Physical Address State":"VT ","Physical Address Zipcode":"05679","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000407","School District Name":"Kingdom East Supervisory District","Physical Address Line 1":"119 Park Avenue","Physical Address Line 2":"","Physical Address City":"Lyndonville","Physical Address State":"VT ","Physical Address Zipcode":"05851","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11352941176470588,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5000406","School District Name":"Montpelier Roxbury Supervisory District","Physical Address Line 1":"5 High School Drive Unit #1","Physical Address Line 2":"","Physical Address City":"Montpelier","Physical Address State":"VT ","Physical Address Zipcode":"05602","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.058997050147492625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5000405","School District Name":"Greater Rutland County Supervisory Union","Physical Address Line 1":"16 Evelyn Street","Physical Address Line 2":"","Physical Address City":"Rutland","Physical Address State":"VT ","Physical Address Zipcode":"05701","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08530805687203792,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5000404","School District Name":"Central Vermont Supervisory Union","Physical Address Line 1":"111B Brush Hill Road","Physical Address Line 2":"","Physical Address City":"Williamstown","Physical Address State":"VT ","Physical Address Zipcode":"05679","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07767722473604827,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5000403","School District Name":"Harwood Unified School District","Physical Address Line 1":"340 Mad River Park Suite 7","Physical Address Line 2":"","Physical Address City":"Waitsfield","Physical Address State":"VT ","Physical Address Zipcode":"05673","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000402","School District Name":"Addison Central Unified School District","Physical Address Line 1":"49 Charles Avenue","Physical Address Line 2":"","Physical Address City":"Middlebury","Physical Address State":"VT ","Physical Address Zipcode":"05753","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000401","School District Name":"Lamoille North Modified USD #058A","Physical Address Line 1":"96 Cricket Hill Road","Physical Address Line 2":"","Physical Address City":"Hyde Park","Physical Address State":"VT ","Physical Address Zipcode":"05655","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000400","School District Name":"Orange Southwest Unified School District","Physical Address Line 1":"24 Central Street","Physical Address Line 2":"","Physical Address City":"Randolph","Physical Address State":"VT ","Physical Address Zipcode":"05060","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000399","School District Name":"Maple Run Unified School District","Physical Address Line 1":"28 Catherine Street","Physical Address Line 2":"","Physical Address City":"Saint Albans","Physical Address State":"VT ","Physical Address Zipcode":"05478","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000398","School District Name":"Addison Northwest Unified School District","Physical Address Line 1":"11 Main Street Suite B100","Physical Address Line 2":"","Physical Address City":"Vergennes","Physical Address State":"VT ","Physical Address Zipcode":"05491","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000397","School District Name":"Lamoille North Modified USD #058B","Physical Address Line 1":"96 Cricket Hill Road","Physical Address Line 2":"","Physical Address City":"Hyde Park","Physical Address State":"VT ","Physical Address Zipcode":"05655","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000396","School District Name":"Champlain Valley Unified School District","Physical Address Line 1":"5420 Shelburne Road Suite 300","Physical Address Line 2":"","Physical Address City":"Shelburne","Physical Address State":"VT ","Physical Address Zipcode":"05482","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000395","School District Name":"Essex-Westford Educational Community Unified School District","Physical Address Line 1":"51 Park Street","Physical Address Line 2":"","Physical Address City":"Essex Junction","Physical Address State":"VT ","Physical Address Zipcode":"05452","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04326123128119801,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5000394","School District Name":"Essex-Westford Supervisory District","Physical Address Line 1":"51 Park Street","Physical Address Line 2":"","Physical Address City":"Essex Junction","Physical Address State":"VT ","Physical Address Zipcode":"05452","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000393","School District Name":"Mill River Unified School District","Physical Address Line 1":"Main Street","Physical Address Line 2":"","Physical Address City":"North Clarendon","Physical Address State":"VT ","Physical Address Zipcode":"05759","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000392","School District Name":"Otter Valley Unified Union School District #53","Physical Address Line 1":"2997 Franklin Street","Physical Address Line 2":"","Physical Address City":"Brandon","Physical Address State":"VT ","Physical Address Zipcode":"05733","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000390","School District Name":"Barstow Unified School District","Physical Address Line 1":"223 Chittenden Road","Physical Address Line 2":"","Physical Address City":"Chittenden","Physical Address State":"VT ","Physical Address Zipcode":"05737","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000385","School District Name":"Two Rivers Supervisory Union","Physical Address Line 1":"609 VT Route 103","Physical Address Line 2":"","Physical Address City":"Ludlow","Physical Address State":"VT ","Physical Address Zipcode":"05149","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08712121212121213,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000384","School District Name":"Rivendell Interstate Supervisory District","Physical Address Line 1":"10 School Drive","Physical Address Line 2":"","Physical Address City":"Orford","Physical Address State":"NH ","Physical Address Zipcode":"03777","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000373","School District Name":"Northeast Kingdom Learning Services","Physical Address Line 1":"1 Main Street","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"VT ","Physical Address Zipcode":"05855","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000372","School District Name":"University of Vermont","Physical Address Line 1":"617 Comstock Road Suite 5","Physical Address Line 2":"","Physical Address City":"Berlin","Physical Address State":"VT ","Physical Address Zipcode":"05602","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000371","School District Name":"River Valley Technical Center","Physical Address Line 1":"303 South Street","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"VT ","Physical Address Zipcode":"05156","LEA Charter Status":"","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000024","School District Name":"Rivendell Interstate School District","Physical Address Line 1":"10 School Drive","Physical Address Line 2":"","Physical Address City":"Orford","Physical Address State":"NH ","Physical Address Zipcode":"03777","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1003584229390681,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000022","School District Name":"Southwest Tech","Physical Address Line 1":"321 Park Street","Physical Address Line 2":"","Physical Address City":"Bennington","Physical Address State":"VT ","Physical Address Zipcode":"05201","LEA Charter Status":"","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000021","School District Name":"Patricia Hannaford Career Center School District","Physical Address Line 1":"51 Charles Avenue","Physical Address Line 2":"","Physical Address City":"Middlebury","Physical Address State":"VT ","Physical Address Zipcode":"05753","LEA Charter Status":"","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000019","School District Name":"Warrens Grant School District","Physical Address Line 1":"318 Christian Hill Road","Physical Address Line 2":"","Physical Address City":"Canaan","Physical Address State":"VT ","Physical Address Zipcode":"05903","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000018","School District Name":"Warners Grant School District","Physical Address Line 1":"318 Christian Hill Road","Physical Address Line 2":"","Physical Address City":"Canaan","Physical Address State":"VT ","Physical Address Zipcode":"05903","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000017","School District Name":"Lewis School District","Physical Address Line 1":"318 Christian Hill Road","Physical Address Line 2":"","Physical Address City":"Canaan","Physical Address State":"VT ","Physical Address Zipcode":"05903","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000016","School District Name":"Averys Gore School District","Physical Address Line 1":"318 Christian Hill Road","Physical Address Line 2":"","Physical Address City":"Canaan","Physical Address State":"VT ","Physical Address Zipcode":"05903","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000015","School District Name":"Averill School District","Physical Address Line 1":"318 Christian Hill Road","Physical Address Line 2":"","Physical Address City":"Canaan","Physical Address State":"VT ","Physical Address Zipcode":"05903","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000014","School District Name":"Somerset School District","Physical Address Line 1":"211 Route 9 West","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"VT ","Physical Address Zipcode":"05363","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"5000013","School District Name":"Glastenbury School District","Physical Address Line 1":"246 South Stream Road","Physical Address Line 2":"","Physical Address City":"Bennington","Physical Address State":"VT ","Physical Address Zipcode":"05201","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000012","School District Name":"Ferdinand School District","Physical Address Line 1":"338 Highland Avenue Suite 4","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"VT ","Physical Address Zipcode":"05855","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000011","School District Name":"Buels Gore School District","Physical Address Line 1":"211 Bridge Street","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"VT ","Physical Address Zipcode":"05477","LEA Charter Status":"","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"5000007","School District Name":"Barre Supervisory Union","Physical Address Line 1":"120 Ayers Street","Physical Address Line 2":"","Physical Address City":"Barre","Physical Address State":"VT ","Physical Address Zipcode":"05641","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10517387616624257,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"5000004","School District Name":"Battenkill Valley Supervisory Union","Physical Address Line 1":"530-A East Arlington Road","Physical Address Line 2":"","Physical Address City":"Arlington","Physical Address State":"VT ","Physical Address Zipcode":"05250","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0943952802359882,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4901200","School District Name":"Weber District","Physical Address Line 1":"5320 S ADAMS AVE PKWY","Physical Address Line 2":"","Physical Address City":"OGDEN","Physical Address State":"UT ","Physical Address Zipcode":"84405","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05224376731301939,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4901170","School District Name":"Wayne District","Physical Address Line 1":"79 N 100 W","Physical Address Line 2":"79 N 100 W","Physical Address City":"Bicknell","Physical Address State":"UT ","Physical Address Zipcode":"84715","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16414686825053995,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4901140","School District Name":"Washington District","Physical Address Line 1":"121 W TABERNACLE","Physical Address Line 2":"","Physical Address City":"St. George","Physical Address State":"UT ","Physical Address Zipcode":"84770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08316797515313605,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4901110","School District Name":"Wasatch District","Physical Address Line 1":"101 E 200 N","Physical Address Line 2":"","Physical Address City":"Heber City","Physical Address State":"UT ","Physical Address Zipcode":"84032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05324722797611795,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4901080","School District Name":"Uintah District","Physical Address Line 1":"635 W 200 S","Physical Address Line 2":"","Physical Address City":"Vernal","Physical Address State":"UT ","Physical Address Zipcode":"84078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11777547971963691,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4901050","School District Name":"Tooele District","Physical Address Line 1":"92 S LODESTONE WAY","Physical Address Line 2":"","Physical Address City":"Tooele","Physical Address State":"UT ","Physical Address Zipcode":"84074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05492308546676292,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4901020","School District Name":"Tintic District","Physical Address Line 1":"545 EAST MAIN","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"UT ","Physical Address Zipcode":"84628","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09137055837563451,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4900990","School District Name":"South Summit District","Physical Address Line 1":"285 East 400 South","Physical Address Line 2":"","Physical Address City":"Kamas","Physical Address State":"UT ","Physical Address Zipcode":"84036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03710353081986834,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900960","School District Name":"South Sanpete District","Physical Address Line 1":"39 S MAIN","Physical Address Line 2":"","Physical Address City":"Manti","Physical Address State":"UT ","Physical Address Zipcode":"84642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12443729903536978,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900930","School District Name":"Sevier District","Physical Address Line 1":"180 E 600 N","Physical Address Line 2":"","Physical Address City":"Richfield","Physical Address State":"UT ","Physical Address Zipcode":"84701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10397946084724005,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4900900","School District Name":"San Juan District","Physical Address Line 1":"200 N MAIN STREET","Physical Address Line 2":"","Physical Address City":"Blanding","Physical Address State":"UT ","Physical Address Zipcode":"84511","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18994244168433808,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4900870","School District Name":"Salt Lake District","Physical Address Line 1":"440 E 100 S","Physical Address Line 2":"","Physical Address City":"SALT LAKE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08485423086039345,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900840","School District Name":"Rich District","Physical Address Line 1":"25 S 100 W","Physical Address Line 2":"25 S 100 W","Physical Address City":"Randolph","Physical Address State":"UT ","Physical Address Zipcode":"84064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12104283054003724,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4900810","School District Name":"Provo District","Physical Address Line 1":"280 W 940 N","Physical Address Line 2":"","Physical Address City":"Provo","Physical Address State":"UT ","Physical Address Zipcode":"84604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.09499844349901422,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900780","School District Name":"Piute District","Physical Address Line 1":"500 N MAIN","Physical Address Line 2":"","Physical Address City":"Junction","Physical Address State":"UT ","Physical Address Zipcode":"84740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24642857142857144,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4900750","School District Name":"Park City District","Physical Address Line 1":"2700 KEARNS BLVD","Physical Address Line 2":"","Physical Address City":"Park City","Physical Address State":"UT ","Physical Address Zipcode":"84060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04419017557703689,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900720","School District Name":"Ogden City District","Physical Address Line 1":"1950 MONROE BLVD","Physical Address Line 2":"","Physical Address City":"Ogden","Physical Address State":"UT ","Physical Address Zipcode":"84401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11897374701670645,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900690","School District Name":"North Summit District","Physical Address Line 1":"65 S MAIN","Physical Address Line 2":"","Physical Address City":"Coalville","Physical Address State":"UT ","Physical Address Zipcode":"84017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0315884476534296,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4900660","School District Name":"North Sanpete District","Physical Address Line 1":"220 E 700 S","Physical Address Line 2":"","Physical Address City":"Mt. Pleasant","Physical Address State":"UT ","Physical Address Zipcode":"84647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15588235294117647,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900630","School District Name":"Nebo District","Physical Address Line 1":"350 S MAIN","Physical Address Line 2":"","Physical Address City":"Spanish Fork","Physical Address State":"UT ","Physical Address Zipcode":"84660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.052858290136526244,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900600","School District Name":"Murray District","Physical Address Line 1":"5102 S. Commerce Drive","Physical Address Line 2":"","Physical Address City":"Murray","Physical Address State":"UT ","Physical Address Zipcode":"84107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06764052080025405,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900570","School District Name":"Morgan District","Physical Address Line 1":"240 EAST YOUNG STREET","Physical Address Line 2":"240 EAST YOUNG STREET","Physical Address City":"Morgan","Physical Address State":"UT ","Physical Address Zipcode":"84050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03255545952175166,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900540","School District Name":"Millard District","Physical Address Line 1":"285 E 450 N","Physical Address Line 2":"","Physical Address City":"Delta","Physical Address State":"UT ","Physical Address Zipcode":"84624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12367491166077739,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900510","School District Name":"Logan City District","Physical Address Line 1":"101 W CENTER","Physical Address Line 2":"","Physical Address City":"Logan","Physical Address State":"UT ","Physical Address Zipcode":"84321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12705968509703405,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900480","School District Name":"Kane District","Physical Address Line 1":"746 S 175 E","Physical Address Line 2":"","Physical Address City":"Kanab","Physical Address State":"UT ","Physical Address Zipcode":"84741","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12063953488372094,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900450","School District Name":"Juab District","Physical Address Line 1":"346 E 600 N","Physical Address Line 2":"","Physical Address City":"Nephi","Physical Address State":"UT ","Physical Address Zipcode":"84648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08834782608695652,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900420","School District Name":"Jordan District","Physical Address Line 1":"7387 S CAMPUS VIEW DRIVE","Physical Address Line 2":"","Physical Address City":"WEST JORDAN","Physical Address State":"UT ","Physical Address Zipcode":"84084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.035797311137483134,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900390","School District Name":"Iron District","Physical Address Line 1":"2077 W ROYAL HUNTE DRIVE","Physical Address Line 2":"","Physical Address City":"Cedar City","Physical Address State":"UT ","Physical Address Zipcode":"84720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11444510185106922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900360","School District Name":"Granite District","Physical Address Line 1":"2500 S STATE STREET","Physical Address Line 2":"","Physical Address City":"SALT LAKE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84115","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07886507421038705,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900330","School District Name":"Grand District","Physical Address Line 1":"264 S 400 E","Physical Address Line 2":"","Physical Address City":"Moab","Physical Address State":"UT ","Physical Address Zipcode":"84532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.115995115995116,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900300","School District Name":"Garfield District","Physical Address Line 1":"145 E CENTER","Physical Address Line 2":"145 E CENTER","Physical Address City":"Panguitch","Physical Address State":"UT ","Physical Address Zipcode":"84759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11009174311926606,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4900270","School District Name":"Emery District","Physical Address Line 1":"120 NORTH MAIN","Physical Address Line 2":"120 NORTH MAIN","Physical Address City":"Huntington","Physical Address State":"UT ","Physical Address Zipcode":"84528","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11406672678088368,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4900240","School District Name":"Duchesne District","Physical Address Line 1":"1010 East 200 North","Physical Address Line 2":"","Physical Address City":"ROOSEVELT","Physical Address State":"UT ","Physical Address Zipcode":"84066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12067562067562068,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900210","School District Name":"Davis District","Physical Address Line 1":"45 E STATE STREET","Physical Address Line 2":"45 E STATE ST","Physical Address City":"Farmington","Physical Address State":"UT ","Physical Address Zipcode":"84025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0451341424275203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900205","School District Name":"Wasatch Front Consortium","Physical Address Line 1":"9062 2 2200 West","Physical Address Line 2":"","Physical Address City":"WEST JORDAN","Physical Address State":"UT ","Physical Address Zipcode":"84088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900204","School District Name":"Utah Association of Public Charter Schools","Physical Address Line 1":"785 Esat 200 South","Physical Address Line 2":"#13","Physical Address City":"LEHI","Physical Address State":"UT ","Physical Address Zipcode":"84043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900203","School District Name":"Mountain Sunrise Academy","Physical Address Line 1":"1802 East 145 North","Physical Address Line 2":"","Physical Address City":"SARATOGA SPRINGS","Physical Address State":"UT ","Physical Address Zipcode":"84043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900202","School District Name":"Bridge Elementary School","Physical Address Line 1":"4824 S Midland Dr","Physical Address Line 2":"","Physical Address City":"ROY","Physical Address State":"UT ","Physical Address Zipcode":"84067","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900201","School District Name":"Utah Mountain","Physical Address Line 1":"3885 US Highway 89","Physical Address Line 2":"","Physical Address City":"Pleasant View","Physical Address State":"UT ","Physical Address Zipcode":"84414","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900198","School District Name":"Advantage Arts Academy","Physical Address Line 1":"6171 W 11800 S","Physical Address Line 2":"","Physical Address City":"HERRIMAN","Physical Address State":"UT ","Physical Address Zipcode":"84096","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900197","School District Name":"Real Salt Lake Academy High School","Physical Address Line 1":"14750 South 3600 West","Physical Address Line 2":"","Physical Address City":"HERRIMAN","Physical Address State":"UT ","Physical Address Zipcode":"84096","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900196","School District Name":"Leadership Academy of Utah","Physical Address Line 1":"1366 S. Legend Hills Dr. Ste.","Physical Address Line 2":"","Physical Address City":"CLEARFIELD","Physical Address State":"UT ","Physical Address Zipcode":"84015","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900195","School District Name":"Bonneville Academy","Physical Address Line 1":"800 W Montauk Lane","Physical Address Line 2":"","Physical Address City":"STANSBURY PARK","Physical Address State":"UT ","Physical Address Zipcode":"84074","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900194","School District Name":"Ignite Entrepreneurship Academy","Physical Address Line 1":"1650 West Traverse Terrace","Physical Address Line 2":"","Physical Address City":"LEHI","Physical Address State":"UT ","Physical Address Zipcode":"84043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900193","School District Name":"The Center for Creativity Innovation and Discovery","Physical Address Line 1":"170 West Spring Creek Parkway","Physical Address Line 2":"","Physical Address City":"PROVIDENCE","Physical Address State":"UT ","Physical Address Zipcode":"84332","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900192","School District Name":"Treeside Charter School","Physical Address Line 1":"1724 South State Street","Physical Address Line 2":"","Physical Address City":"PROVO","Physical Address State":"UT ","Physical Address Zipcode":"84606","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900189","School District Name":"Athlos Academy of Utah","Physical Address Line 1":"12309 South Mustang Trail Way","Physical Address Line 2":"","Physical Address City":"HERRIMAN","Physical Address State":"UT ","Physical Address Zipcode":"84096","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900188","School District Name":"St. George Academy","Physical Address Line 1":"380 E. 3090 S.","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"UT ","Physical Address Zipcode":"84780","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900187","School District Name":"Franklin Discovery Academy","Physical Address Line 1":"320 E. Gammon Road","Physical Address Line 2":"","Physical Address City":"VINEYARD","Physical Address State":"UT ","Physical Address Zipcode":"84058","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900186","School District Name":"American Academy of Innovation","Physical Address Line 1":"5410 S Jordan Pkwy","Physical Address Line 2":"","Physical Address City":"SOUTH JORDAN","Physical Address State":"UT ","Physical Address Zipcode":"84009","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900185","School District Name":"Wasatch Waldorf Charter School","Physical Address Line 1":"1458 East Murray-Holladay Road","Physical Address Line 2":"","Physical Address City":"HOLLADAY","Physical Address State":"UT ","Physical Address Zipcode":"84117","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900184","School District Name":"Wallace Stegner Academy","Physical Address Line 1":"980 S. Bending River Ct.","Physical Address Line 2":"","Physical Address City":"SALT LAKE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900183","School District Name":"Vanguard Academy","Physical Address Line 1":"2650 South Decker Lake Lane","Physical Address Line 2":"","Physical Address City":"WEST VALLEY CITY","Physical Address State":"UT ","Physical Address Zipcode":"84119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900182","School District Name":"Lumen Scholar Institute","Physical Address Line 1":"1353 West 760 North","Physical Address Line 2":"","Physical Address City":"OREM","Physical Address State":"UT ","Physical Address Zipcode":"84057","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900181","School District Name":"Athenian eAcademy","Physical Address Line 1":"765 E. 340 S. Suite 203","Physical Address Line 2":"","Physical Address City":"AMERICAN FORK","Physical Address State":"UT ","Physical Address Zipcode":"84003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900180","School District Name":"Daggett District","Physical Address Line 1":"196 W 200 N","Physical Address Line 2":"P O BOX 249","Physical Address City":"Manila","Physical Address State":"UT ","Physical Address Zipcode":"84046","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07526881720430108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4900179","School District Name":"Terra Academy","Physical Address Line 1":"267 Aggie Blvd.","Physical Address Line 2":"","Physical Address City":"VERNAL","Physical Address State":"UT ","Physical Address Zipcode":"84078","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900178","School District Name":"Roots Charter High School","Physical Address Line 1":"2250 South 1300 West","Physical Address Line 2":"","Physical Address City":"WEST VALLEY CITY","Physical Address State":"UT ","Physical Address Zipcode":"84119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900177","School District Name":"Greenwood Charter School","Physical Address Line 1":"1920 W 250 N Suite 17","Physical Address Line 2":"","Physical Address City":"OGDEN","Physical Address State":"UT ","Physical Address Zipcode":"84404","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900176","School District Name":"Utah Military Academy","Physical Address Line 1":"5120 S. 1050 W.","Physical Address Line 2":"","Physical Address City":"RIVERDALE","Physical Address State":"UT ","Physical Address Zipcode":"84405","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900175","School District Name":"Mountain West Montessori Academy","Physical Address Line 1":"4125 West Foxview Drive","Physical Address Line 2":"","Physical Address City":"South Jordan","Physical Address State":"UT ","Physical Address Zipcode":"84009","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900174","School District Name":"Ascent Academies of Utah","Physical Address Line 1":"4179 S Riverboat Road","Physical Address Line 2":"Ste 170","Physical Address City":"SALT LAKE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84123","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900171","School District Name":"Utah Career Path High School","Physical Address Line 1":"550 E 300 S RM 2025","Physical Address Line 2":"","Physical Address City":"KAYSVILLE","Physical Address State":"UT ","Physical Address Zipcode":"84037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900170","School District Name":"Scholar Academy","Physical Address Line 1":"928 N 100 E","Physical Address Line 2":"","Physical Address City":"TOOELE","Physical Address State":"UT ","Physical Address Zipcode":"84074","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900169","School District Name":"Dixie Montessori Academy","Physical Address Line 1":"1160 N 645 W","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"UT ","Physical Address Zipcode":"84780","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900168","School District Name":"Winter Sports School","Physical Address Line 1":"4251 Shadow Mountain Drive","Physical Address Line 2":"","Physical Address City":"PARK CITY","Physical Address State":"UT ","Physical Address Zipcode":"84098","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900167","School District Name":"Weber State University Charter Academy","Physical Address Line 1":"1351 Edvalson Street","Physical Address Line 2":"Department 1305 Weber State Un","Physical Address City":"OGDEN","Physical Address State":"UT ","Physical Address Zipcode":"84408","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900166","School District Name":"Utah International Charter School","Physical Address Line 1":"350 East 3605 South","Physical Address Line 2":"","Physical Address City":"SOUTH SALT LAKE","Physical Address State":"UT ","Physical Address Zipcode":"84115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900165","School District Name":"Mana Academy Charter School","Physical Address Line 1":"2355 South Technology Drive","Physical Address Line 2":"","Physical Address City":"WEST VALLEY CITY","Physical Address State":"UT ","Physical Address Zipcode":"84119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900162","School District Name":"Leadership Learning Academy","Physical Address Line 1":"100 W 2675 N","Physical Address Line 2":"","Physical Address City":"LAYTON","Physical Address State":"UT ","Physical Address Zipcode":"84041","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900161","School District Name":"Esperanza School","Physical Address Line 1":"4956 W 3500 S","Physical Address Line 2":"","Physical Address City":"WEST VALLEY CITY","Physical Address State":"UT ","Physical Address Zipcode":"84120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900160","School District Name":"Voyage Academy","Physical Address Line 1":"1891 N. 1500 W.","Physical Address Line 2":"","Physical Address City":"CLINTON","Physical Address State":"UT ","Physical Address Zipcode":"84015","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900159","School District Name":"Pacific Heritage Academy","Physical Address Line 1":"1755 W 1100 N","Physical Address Line 2":"","Physical Address City":"SALT LAKE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900158","School District Name":"Valley Academy","Physical Address Line 1":"539 N 870 W","Physical Address Line 2":"","Physical Address City":"HURRICANE","Physical Address State":"UT ","Physical Address Zipcode":"84737","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900157","School District Name":"Promontory School of Expeditionary Learning","Physical Address Line 1":"1051 W 2700 S","Physical Address Line 2":"","Physical Address City":"PERRY","Physical Address State":"UT ","Physical Address Zipcode":"84302","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900156","School District Name":"Highmark Charter School","Physical Address Line 1":"2467 EAST SOUTH WEBER DRIVE","Physical Address Line 2":"","Physical Address City":"SOUTH WEBER","Physical Address State":"UT ","Physical Address Zipcode":"84405","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900155","School District Name":"Endeavor Hall","Physical Address Line 1":"2614 S DECKER LAKE LANE","Physical Address Line 2":"","Physical Address City":"WEST VALLEY CITY","Physical Address State":"UT ","Physical Address Zipcode":"84119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900151","School District Name":"Utah Connections Academy","Physical Address Line 1":"675 E. 2100 South","Physical Address Line 2":"","Physical Address City":"SALT LAKE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900150","School District Name":"Carbon District","Physical Address Line 1":"251 W 400 N","Physical Address Line 2":"","Physical Address City":"Price","Physical Address State":"UT ","Physical Address Zipcode":"84501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13466765505312578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900148","School District Name":"Summit Academy High School","Physical Address Line 1":"14942 S 560 W","Physical Address Line 2":"","Physical Address City":"BLUFFDALE","Physical Address State":"UT ","Physical Address Zipcode":"84065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900147","School District Name":"Good Foundations Academy","Physical Address Line 1":"5101 S 1050 W","Physical Address Line 2":"","Physical Address City":"RIVERDALE","Physical Address State":"UT ","Physical Address Zipcode":"84405","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900146","School District Name":"Bear River Charter School","Physical Address Line 1":"75 S 400 W","Physical Address Line 2":"","Physical Address City":"LOGAN","Physical Address State":"UT ","Physical Address Zipcode":"84321","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900145","School District Name":"Weilenmann School of Discovery","Physical Address Line 1":"4199 W KILBY ROAD","Physical Address Line 2":"","Physical Address City":"PARK CITY","Physical Address State":"UT ","Physical Address Zipcode":"84098","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900144","School District Name":"Maria Montessori Academy","Physical Address Line 1":"2505 N 200 E","Physical Address Line 2":"","Physical Address City":"OGDEN","Physical Address State":"UT ","Physical Address Zipcode":"84414","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900143","School District Name":"Canyon Grove Academy","Physical Address Line 1":"588 W 3300 N","Physical Address Line 2":"","Physical Address City":"PLEASANT GROVE","Physical Address State":"UT ","Physical Address Zipcode":"84062","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900142","School District Name":"Canyons District","Physical Address Line 1":"9361 South 300 East","Physical Address Line 2":"","Physical Address City":"SANDY","Physical Address State":"UT ","Physical Address Zipcode":"84070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04845377126205697,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900141","School District Name":"Vista School","Physical Address Line 1":"585 E CENTER STREET","Physical Address Line 2":"","Physical Address City":"IVINS","Physical Address State":"UT ","Physical Address Zipcode":"84738","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900140","School District Name":"Early Light Academy at Daybreak","Physical Address Line 1":"11709 VADANIA DR","Physical Address Line 2":"","Physical Address City":"SOUTH JORDAN","Physical Address State":"UT ","Physical Address Zipcode":"84009","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900139","School District Name":"Jefferson Academy","Physical Address Line 1":"1425 S ANGEL ST","Physical Address Line 2":"","Physical Address City":"KAYSVILLE","Physical Address State":"UT ","Physical Address Zipcode":"84037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900138","School District Name":"Mountain Heights Academy","Physical Address Line 1":"9067 S 1300 W Suite 204","Physical Address Line 2":"","Physical Address City":"WEST JORDAN","Physical Address State":"UT ","Physical Address Zipcode":"84088","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900137","School District Name":"Hawthorn Academy","Physical Address Line 1":"9062 S 2200 W","Physical Address Line 2":"","Physical Address City":"WEST JORDAN","Physical Address State":"UT ","Physical Address Zipcode":"84088","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900136","School District Name":"Excelsior Academy","Physical Address Line 1":"124 E ERDA WAY","Physical Address Line 2":"","Physical Address City":"ERDA","Physical Address State":"UT ","Physical Address Zipcode":"84074","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900135","School District Name":"USBE","Physical Address Line 1":"250 E 500 S","Physical Address Line 2":"","Physical Address City":"Salt Lake City","Physical Address State":"UT ","Physical Address Zipcode":"84111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900133","School District Name":"Venture Academy","Physical Address Line 1":"495 N 1500 W","Physical Address Line 2":"","Physical Address City":"MARRIOTT-SLATERVILLE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84404","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900132","School District Name":"Quest Academy","Physical Address Line 1":"4862 W 4000 S","Physical Address Line 2":"","Physical Address City":"WEST HAVEN","Physical Address State":"UT ","Physical Address Zipcode":"84401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900131","School District Name":"Merit College Preparatory Academy","Physical Address Line 1":"1440 W CENTER STREET","Physical Address Line 2":"","Physical Address City":"SPRINGVILLE","Physical Address State":"UT ","Physical Address Zipcode":"84663","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900130","School District Name":"Utah Virtual Academy","Physical Address Line 1":"310 E 4500 S","Physical Address Line 2":"SUITE 620","Physical Address City":"MURRAY","Physical Address State":"UT ","Physical Address Zipcode":"84107","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900125","School District Name":"Rockwell Charter High School","Physical Address Line 1":"3435 E STONEBRIDGE LANE","Physical Address Line 2":"","Physical Address City":"EAGLE MOUNTAIN","Physical Address State":"UT ","Physical Address Zipcode":"84005","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900124","School District Name":"Providence Hall","Physical Address Line 1":"4795 W Patriot Ridge Drive","Physical Address Line 2":"","Physical Address City":"HERRIMAN","Physical Address State":"UT ","Physical Address Zipcode":"84096","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900123","School District Name":"Salt Lake Center for Science Education","Physical Address Line 1":"1400 W GOODWIN AVE","Physical Address Line 2":"","Physical Address City":"SALT LAKE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900122","School District Name":"Gateway Preparatory Academy","Physical Address Line 1":"201 E THOROUGHBRED WAY","Physical Address Line 2":"","Physical Address City":"ENOCH","Physical Address State":"UT ","Physical Address Zipcode":"84721","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900120","School District Name":"Cache District","Physical Address Line 1":"84 East 2400 North","Physical Address Line 2":"","Physical Address City":"Logan","Physical Address State":"UT ","Physical Address Zipcode":"84341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.05171053928817904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900118","School District Name":"Open Classroom","Physical Address Line 1":"134 D STREET","Physical Address Line 2":"","Physical Address City":"SALT LAKE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900090","School District Name":"Box Elder District","Physical Address Line 1":"960 S MAIN","Physical Address Line 2":"","Physical Address City":"Brigham City","Physical Address State":"UT ","Physical Address Zipcode":"84302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06860895161899011,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900074","School District Name":"C.S. Lewis Academy","Physical Address Line 1":"354 N SR-198","Physical Address Line 2":"","Physical Address City":"SANTAQUIN","Physical Address State":"UT ","Physical Address Zipcode":"84655","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900073","School District Name":"Dual Immersion Academy","Physical Address Line 1":"1155 S GLENDALE DRIVE","Physical Address Line 2":"","Physical Address City":"SALT LAKE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900072","School District Name":"Guadalupe School","Physical Address Line 1":"1385 N 1200 W","Physical Address Line 2":"","Physical Address City":"SALT LAKE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900071","School District Name":"Canyon Rim Academy","Physical Address Line 1":"3005 S 2900 E","Physical Address Line 2":"","Physical Address City":"SALT LAKE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900070","School District Name":"Edith Bowen Laboratory School","Physical Address Line 1":"6700 OLD MAIN HILL","Physical Address Line 2":"","Physical Address City":"LOGAN","Physical Address State":"UT ","Physical Address Zipcode":"84322","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900069","School District Name":"Utah Schools for Deaf & Blind","Physical Address Line 1":"742 HARRISON BLVD","Physical Address Line 2":"","Physical Address City":"OGDEN","Physical Address State":"UT ","Physical Address Zipcode":"84404","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900068","School District Name":"North Davis Preparatory Academy","Physical Address Line 1":"1765 W HILLFIELD RD","Physical Address Line 2":"1591 W HILLFIELD RD","Physical Address City":"LAYTON","Physical Address State":"UT ","Physical Address Zipcode":"84041","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900067","School District Name":"Itineris Early College High","Physical Address Line 1":"8714 Roy Del Circle","Physical Address Line 2":"","Physical Address City":"WEST JORDAN","Physical Address State":"UT ","Physical Address Zipcode":"84088","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900066","School District Name":"Summit Academy","Physical Address Line 1":"1285 E 13200 S","Physical Address Line 2":"","Physical Address City":"DRAPER","Physical Address State":"UT ","Physical Address Zipcode":"84020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900065","School District Name":"Davinci Academy","Physical Address Line 1":"2033 GRANT AVE","Physical Address Line 2":"","Physical Address City":"OGDEN","Physical Address State":"UT ","Physical Address Zipcode":"84401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900064","School District Name":"Ranches Academy","Physical Address Line 1":"7789 TAWNY OWL CIR","Physical Address Line 2":"","Physical Address City":"EAGLE MOUNTAIN","Physical Address State":"UT ","Physical Address Zipcode":"84005","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900063","School District Name":"No. UT. Acad. for Math Engineering & Science","Physical Address Line 1":"2750 N UNIVERSITY PARK BLVD","Physical Address Line 2":"","Physical Address City":"LAYTON","Physical Address State":"UT ","Physical Address Zipcode":"84041","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900062","School District Name":"Freedom Preparatory Academy","Physical Address Line 1":"1190 W 900 N","Physical Address Line 2":"","Physical Address City":"PROVO","Physical Address State":"UT ","Physical Address Zipcode":"84604","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900061","School District Name":"Walden School of Liberal Arts","Physical Address Line 1":"4230 N UNIVERSITY AVE","Physical Address Line 2":"","Physical Address City":"PROVO","Physical Address State":"UT ","Physical Address Zipcode":"84604","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900060","School District Name":"Beaver District","Physical Address Line 1":"290 N MAIN ST","Physical Address Line 2":"P O BOX 31","Physical Address City":"Beaver","Physical Address State":"UT ","Physical Address Zipcode":"84713","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10196560196560196,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900058","School District Name":"Ogden Preparatory Academy","Physical Address Line 1":"1415 Lincoln Ave","Physical Address Line 2":"","Physical Address City":"OGDEN","Physical Address State":"UT ","Physical Address Zipcode":"84404","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900056","School District Name":"Karl G. Maeser Preparatory Academy","Physical Address Line 1":"320 W 600 S","Physical Address Line 2":"","Physical Address City":"LINDON","Physical Address State":"UT ","Physical Address Zipcode":"84042","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900052","School District Name":"Paradigm High School","Physical Address Line 1":"11577 S 3600 W","Physical Address Line 2":"","Physical Address City":"SOUTH JORDAN","Physical Address State":"UT ","Physical Address Zipcode":"84095","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900051","School District Name":"Mountainville Academy","Physical Address Line 1":"195 S MAIN","Physical Address Line 2":"","Physical Address City":"ALPINE","Physical Address State":"UT ","Physical Address Zipcode":"84004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900050","School District Name":"Salt Lake School for the Performing Arts","Physical Address Line 1":"2291 S 2000 E","Physical Address Line 2":"","Physical Address City":"SALT LAKE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900049","School District Name":"Monticello Academy","Physical Address Line 1":"2782 S CORPORATE PARK DRIVE","Physical Address Line 2":"","Physical Address City":"WEST VALLEY CITY","Physical Address State":"UT ","Physical Address Zipcode":"84120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900048","School District Name":"Noah Webster Academy","Physical Address Line 1":"205 E 400 S","Physical Address Line 2":"","Physical Address City":"OREM","Physical Address State":"UT ","Physical Address Zipcode":"84058","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900046","School District Name":"George Washington Academy","Physical Address Line 1":"2277 S 3000 E","Physical Address Line 2":"","Physical Address City":"ST GEORGE","Physical Address State":"UT ","Physical Address Zipcode":"84790","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900045","School District Name":"Legacy Preparatory Academy","Physical Address Line 1":"1375 W CENTER STREET","Physical Address Line 2":"","Physical Address City":"North Salt Lake","Physical Address State":"UT ","Physical Address Zipcode":"84054","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900044","School District Name":"Syracuse Arts Academy","Physical Address Line 1":"2893 W 1700 S","Physical Address Line 2":"","Physical Address City":"SYRACUSE","Physical Address State":"UT ","Physical Address Zipcode":"84075","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900043","School District Name":"Lakeview Academy","Physical Address Line 1":"527 W 400 N","Physical Address Line 2":"","Physical Address City":"SARATOGA SPRINGS","Physical Address State":"UT ","Physical Address Zipcode":"84045","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900042","School District Name":"Spectrum Academy","Physical Address Line 1":"575 N CUTLER DR","Physical Address Line 2":"665 N CUTLER DR","Physical Address City":"NORTH SALT LAKE","Physical Address State":"UT ","Physical Address Zipcode":"84054","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900041","School District Name":"Entheos Academy","Physical Address Line 1":"4710 W 6200 S","Physical Address Line 2":"","Physical Address City":"KEARNS","Physical Address State":"UT ","Physical Address Zipcode":"84118","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900040","School District Name":"Channing Hall","Physical Address Line 1":"13515 S 150 E","Physical Address Line 2":"","Physical Address City":"DRAPER","Physical Address State":"UT ","Physical Address Zipcode":"84020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900039","School District Name":"Intech Collegiate Academy","Physical Address Line 1":"1787 N RESEARCH PARKWAY","Physical Address Line 2":"","Physical Address City":"NORTH LOGAN","Physical Address State":"UT ","Physical Address Zipcode":"84341","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900038","School District Name":"Renaissance Academy","Physical Address Line 1":"3435 N 1120 E","Physical Address Line 2":"","Physical Address City":"LEHI","Physical Address State":"UT ","Physical Address Zipcode":"84043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900037","School District Name":"Success Academy","Physical Address Line 1":"351 W UNIVERSITY BLVD","Physical Address Line 2":"MC205","Physical Address City":"CEDAR CITY","Physical Address State":"UT ","Physical Address Zipcode":"84720","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900036","School District Name":"East Hollywood High","Physical Address Line 1":"2185 S 3600 W","Physical Address Line 2":"","Physical Address City":"WEST VALLEY CITY","Physical Address State":"UT ","Physical Address Zipcode":"84119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900035","School District Name":"Moab Charter School","Physical Address Line 1":"358 E 300 S","Physical Address Line 2":"","Physical Address City":"MOAB","Physical Address State":"UT ","Physical Address Zipcode":"84532","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900034","School District Name":"Navigator Pointe Academy","Physical Address Line 1":"6844 S NAVIGATOR RD","Physical Address Line 2":"","Physical Address City":"WEST JORDAN","Physical Address State":"UT ","Physical Address Zipcode":"84084","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900033","School District Name":"American Leadership Academy","Physical Address Line 1":"898 W 1100 S","Physical Address Line 2":"","Physical Address City":"SPANISH FORK","Physical Address State":"UT ","Physical Address Zipcode":"84660","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900032","School District Name":"Reagan Academy","Physical Address Line 1":"1143 W CENTER","Physical Address Line 2":"","Physical Address City":"SPRINGVILLE","Physical Address State":"UT ","Physical Address Zipcode":"84663","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900031","School District Name":"Southwest Educational Development Center","Physical Address Line 1":"520 W 800 S","Physical Address Line 2":"","Physical Address City":"CEDAR CITY","Physical Address State":"UT ","Physical Address Zipcode":"84720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900030","School District Name":"Alpine District","Physical Address Line 1":"575 N 100 E","Physical Address Line 2":"","Physical Address City":"American Fork","Physical Address State":"UT ","Physical Address Zipcode":"84003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.049547557674263096,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4900029","School District Name":"Southeast Ed. Service Center","Physical Address Line 1":"685 E 200 S","Physical Address Line 2":"","Physical Address City":"PRICE","Physical Address State":"UT ","Physical Address Zipcode":"84501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900028","School District Name":"Northeastern Utah Ed. Serv.","Physical Address Line 1":"35 South Main Street","Physical Address Line 2":"","Physical Address City":"HEBER CITY","Physical Address State":"UT ","Physical Address Zipcode":"84032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900027","School District Name":"Central Utah Ed. Services","Physical Address Line 1":"195 E 500 N","Physical Address Line 2":"","Physical Address City":"RICHFIELD","Physical Address State":"UT ","Physical Address Zipcode":"84701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900025","School District Name":"North Star Academy","Physical Address Line 1":"2920 W 14000 S","Physical Address Line 2":"","Physical Address City":"Bluffdale","Physical Address State":"UT ","Physical Address Zipcode":"84065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900024","School District Name":"Wasatch Peak Academy","Physical Address Line 1":"414 N CUTLER DRIVE","Physical Address Line 2":"","Physical Address City":"North Salt Lake","Physical Address State":"UT ","Physical Address Zipcode":"84054","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900023","School District Name":"Beehive Science & Technology Academy","Physical Address Line 1":"830 E 9400 S","Physical Address Line 2":"","Physical Address City":"SANDY","Physical Address State":"UT ","Physical Address Zipcode":"84094","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900022","School District Name":"Lincoln Academy","Physical Address Line 1":"1582 W 3300 N","Physical Address Line 2":"","Physical Address City":"PLEASANT GROVE","Physical Address State":"UT ","Physical Address Zipcode":"84062","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900021","School District Name":"Odyssey Charter School","Physical Address Line 1":"738 E QUALITY DR","Physical Address Line 2":"","Physical Address City":"American Fork","Physical Address State":"UT ","Physical Address Zipcode":"84003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900020","School District Name":"Utah County Academy of Science","Physical Address Line 1":"940 W 800 S","Physical Address Line 2":"","Physical Address City":"OREM","Physical Address State":"UT ","Physical Address Zipcode":"84058","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900019","School District Name":"Fast Forward High","Physical Address Line 1":"875 W 1400 N","Physical Address Line 2":"","Physical Address City":"LOGAN","Physical Address State":"UT ","Physical Address Zipcode":"84321","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900018","School District Name":"Salt Lake Arts Academy","Physical Address Line 1":"844 S 200 E","Physical Address Line 2":"","Physical Address City":"SALT LAKE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900017","School District Name":"Academy for Math Engineering & Science","Physical Address Line 1":"5715 S 1300 E","Physical Address Line 2":"","Physical Address City":"SALT LAKE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84121","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900016","School District Name":"Timpanogos Academy","Physical Address Line 1":"70 S 100 E","Physical Address Line 2":"","Physical Address City":"LINDON","Physical Address State":"UT ","Physical Address Zipcode":"84042","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900015","School District Name":"Thomas Edison","Physical Address Line 1":"180 E 2600 N","Physical Address Line 2":"","Physical Address City":"NORTH LOGAN","Physical Address State":"UT ","Physical Address Zipcode":"84341","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900014","School District Name":"John Hancock Charter School","Physical Address Line 1":"125 N 100 E","Physical Address Line 2":"","Physical Address City":"PLEASANT GROVE","Physical Address State":"UT ","Physical Address Zipcode":"84062","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900013","School District Name":"Uintah River High","Physical Address Line 1":"998 E 7500 S","Physical Address Line 2":"","Physical Address City":"FORT DUCHESNE","Physical Address State":"UT ","Physical Address Zipcode":"84026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4900012","School District Name":"Tuacahn High School for the Performing Arts","Physical Address Line 1":"1100 TUACAHN DR","Physical Address Line 2":"","Physical Address City":"IVINS","Physical Address State":"UT ","Physical Address Zipcode":"84738","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900011","School District Name":"Soldier Hollow Charter School","Physical Address Line 1":"3444 West 3000 South","Physical Address Line 2":"","Physical Address City":"HEBER CITY","Physical Address State":"UT ","Physical Address Zipcode":"84032","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900009","School District Name":"City Academy","Physical Address Line 1":"555 E 200 S","Physical Address Line 2":"","Physical Address City":"SALT LAKE CITY","Physical Address State":"UT ","Physical Address Zipcode":"84102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900008","School District Name":"Pinnacle Canyon Academy","Physical Address Line 1":"210 N 600 E","Physical Address Line 2":"","Physical Address City":"Price","Physical Address State":"UT ","Physical Address Zipcode":"84501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4900005","School District Name":"American Preparatory Academy","Physical Address Line 1":"12892 S PONY EXPRESS RD","Physical Address Line 2":"","Physical Address City":"DRAPER","Physical Address State":"UT ","Physical Address Zipcode":"84020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4899130","School District Name":"BENAVIDES ISD","Physical Address Line 1":"106 W SCHOOL ST","Physical Address Line 2":"","Physical Address City":"BENAVIDES","Physical Address State":"TX ","Physical Address Zipcode":"78341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.31521739130434784,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846770","School District Name":"ZEPHYR ISD","Physical Address Line 1":"11625 CR 281","Physical Address Line 2":"","Physical Address City":"ZEPHYR","Physical Address State":"TX ","Physical Address Zipcode":"76890","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13953488372093023,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846740","School District Name":"ZAVALLA ISD","Physical Address Line 1":"431 E MAIN ST","Physical Address Line 2":"","Physical Address City":"ZAVALLA","Physical Address State":"TX ","Physical Address Zipcode":"75980","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.29606625258799174,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846710","School District Name":"ZAPATA COUNTY ISD","Physical Address Line 1":"1302 GLENN ST","Physical Address Line 2":"","Physical Address City":"ZAPATA","Physical Address State":"TX ","Physical Address Zipcode":"78076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3636101499423299,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846680","School District Name":"YSLETA ISD","Physical Address Line 1":"9600 SIMS DR","Physical Address Line 2":"","Physical Address City":"EL PASO","Physical Address State":"TX ","Physical Address Zipcode":"79925","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2578922997303407,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846650","School District Name":"YORKTOWN ISD","Physical Address Line 1":"331 W MAIN","Physical Address Line 2":"","Physical Address City":"YORKTOWN","Physical Address State":"TX ","Physical Address Zipcode":"78164","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18661971830985916,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846620","School District Name":"YOAKUM ISD","Physical Address Line 1":"315 E GONZALES ST","Physical Address Line 2":"","Physical Address City":"YOAKUM","Physical Address State":"TX ","Physical Address Zipcode":"77995","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2172686230248307,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846590","School District Name":"YANTIS ISD","Physical Address Line 1":"105 W OAK ST","Physical Address Line 2":"","Physical Address City":"YANTIS","Physical Address State":"TX ","Physical Address Zipcode":"75497","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22110552763819097,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846530","School District Name":"WYLIE ISD","Physical Address Line 1":"951 S BALLARD","Physical Address Line 2":"","Physical Address City":"WYLIE","Physical Address State":"TX ","Physical Address Zipcode":"75098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.054031134532679145,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4846500","School District Name":"WYLIE ISD","Physical Address Line 1":"6251 BUFFALO GAP RD","Physical Address Line 2":"","Physical Address City":"ABILENE","Physical Address State":"TX ","Physical Address Zipcode":"79606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.048416173062065415,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4846470","School District Name":"WORTHAM ISD","Physical Address Line 1":"201 S 4TH ST","Physical Address Line 2":"","Physical Address City":"WORTHAM","Physical Address State":"TX ","Physical Address Zipcode":"76693","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15228426395939088,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846440","School District Name":"WOODVILLE ISD","Physical Address Line 1":"505 N CHARLTON ST","Physical Address Line 2":"","Physical Address City":"WOODVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75979","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2891385767790262,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846410","School District Name":"WOODSON ISD","Physical Address Line 1":"207 E HILL","Physical Address Line 2":"","Physical Address City":"WOODSON","Physical Address State":"TX ","Physical Address Zipcode":"76491","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846380","School District Name":"WOODSBORO ISD","Physical Address Line 1":"408 S KASTEN","Physical Address Line 2":"","Physical Address City":"WOODSBORO","Physical Address State":"TX ","Physical Address Zipcode":"78393","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20930232558139536,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846350","School District Name":"WOLFE CITY ISD","Physical Address Line 1":"505 W DALLAS ST","Physical Address Line 2":"","Physical Address City":"WOLFE CITY","Physical Address State":"TX ","Physical Address Zipcode":"75496","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12317666126418152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846320","School District Name":"WODEN ISD","Physical Address Line 1":"5263 FM 226","Physical Address Line 2":"","Physical Address City":"NACOGDOCHES","Physical Address State":"TX ","Physical Address Zipcode":"75961","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15743440233236153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846260","School District Name":"WINTERS ISD","Physical Address Line 1":"603 N HEIGHTS ST","Physical Address Line 2":"","Physical Address City":"WINTERS","Physical Address State":"TX ","Physical Address Zipcode":"79567","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25888324873096447,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846230","School District Name":"WINONA ISD","Physical Address Line 1":"611 WILDCAT DR","Physical Address Line 2":"","Physical Address City":"WINONA","Physical Address State":"TX ","Physical Address Zipcode":"75792","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.32200188857412654,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846200","School District Name":"WINNSBORO ISD","Physical Address Line 1":"505 S CHESTNUT ST BLDG C","Physical Address Line 2":"","Physical Address City":"WINNSBORO","Physical Address State":"TX ","Physical Address Zipcode":"75494","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18138261464750172,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4846170","School District Name":"WINK-LOVING ISD","Physical Address Line 1":"200 N ROSEY DODD AVE","Physical Address Line 2":"","Physical Address City":"WINK","Physical Address State":"TX ","Physical Address Zipcode":"79789","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1510791366906475,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4846080","School District Name":"WINDTHORST ISD","Physical Address Line 1":"100 ST MARYS","Physical Address Line 2":"","Physical Address City":"WINDTHORST","Physical Address State":"TX ","Physical Address Zipcode":"76389","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10097719869706841,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845990","School District Name":"WILSON ISD","Physical Address Line 1":"1411 GREEN AVE","Physical Address Line 2":"","Physical Address City":"WILSON","Physical Address State":"TX ","Physical Address Zipcode":"79381","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19230769230769232,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845950","School District Name":"WILLS POINT ISD","Physical Address Line 1":"338 W N COMMERCE ST","Physical Address Line 2":"","Physical Address City":"WILLS POINT","Physical Address State":"TX ","Physical Address Zipcode":"75169","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17532467532467533,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4845900","School District Name":"WILLIS ISD","Physical Address Line 1":"612 N CAMPBELL ST","Physical Address Line 2":"","Physical Address City":"WILLIS","Physical Address State":"TX ","Physical Address Zipcode":"77378","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12174794458835454,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4845840","School District Name":"WILDORADO ISD","Physical Address Line 1":"1523 S LOCUST","Physical Address Line 2":"","Physical Address City":"WILDORADO","Physical Address State":"TX ","Physical Address Zipcode":"79098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17543859649122806,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845780","School District Name":"WICHITA FALLS ISD","Physical Address Line 1":"1104 BROAD ST","Physical Address Line 2":"","Physical Address City":"WICHITA FALLS","Physical Address State":"TX ","Physical Address Zipcode":"76301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.21074955265425144,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845720","School District Name":"WHITNEY ISD","Physical Address Line 1":"305 S SAN JACINTO ST","Physical Address Line 2":"","Physical Address City":"WHITNEY","Physical Address State":"TX ","Physical Address Zipcode":"76692","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21725239616613418,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845690","School District Name":"WHITHARRAL ISD","Physical Address Line 1":"201 2ND ST","Physical Address Line 2":"","Physical Address City":"WHITHARRAL","Physical Address State":"TX ","Physical Address Zipcode":"79380","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11458333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845670","School District Name":"WHITEWRIGHT ISD","Physical Address Line 1":"315A HIGHLAND DR","Physical Address Line 2":"","Physical Address City":"WHITEWRIGHT","Physical Address State":"TX ","Physical Address Zipcode":"75491","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.118562874251497,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845630","School District Name":"WHITESBORO ISD","Physical Address Line 1":"115 FOURTH ST","Physical Address Line 2":"","Physical Address City":"WHITESBORO","Physical Address State":"TX ","Physical Address Zipcode":"76273","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16845238095238096,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4845600","School District Name":"WHITEHOUSE ISD","Physical Address Line 1":"104 HWY 110 N","Physical Address Line 2":"","Physical Address City":"WHITEHOUSE","Physical Address State":"TX ","Physical Address Zipcode":"75791","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10373082287308229,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4845570","School District Name":"WHITEFACE CISD","Physical Address Line 1":"401 ANTELOPE BLVD","Physical Address Line 2":"","Physical Address City":"WHITEFACE","Physical Address State":"TX ","Physical Address Zipcode":"79379","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2215568862275449,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845540","School District Name":"WHITE SETTLEMENT ISD","Physical Address Line 1":"401 S CHERRY LN","Physical Address Line 2":"","Physical Address City":"WHITE SETTLEMENT","Physical Address State":"TX ","Physical Address Zipcode":"76108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1424661480841256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4845480","School District Name":"WHITE OAK ISD","Physical Address Line 1":"200 S WHITE OAK RD","Physical Address Line 2":"","Physical Address City":"WHITE OAK","Physical Address State":"TX ","Physical Address Zipcode":"75693","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1505235602094241,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4845450","School District Name":"WHITE DEER ISD","Physical Address Line 1":"601 OMOHUNDRO","Physical Address Line 2":"","Physical Address City":"WHITE DEER","Physical Address State":"TX ","Physical Address Zipcode":"79097","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08270676691729323,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845420","School District Name":"WHEELER ISD","Physical Address Line 1":"1 MUSTANG DR","Physical Address Line 2":"","Physical Address City":"WHEELER","Physical Address State":"TX ","Physical Address Zipcode":"79096","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18090452261306533,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845380","School District Name":"WHARTON ISD","Physical Address Line 1":"2100 N FULTON ST","Physical Address Line 2":"","Physical Address City":"WHARTON","Physical Address State":"TX ","Physical Address Zipcode":"77488","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20816688859298713,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845330","School District Name":"WESTPHALIA ISD","Physical Address Line 1":"HWY 320 CR3000","Physical Address Line 2":"","Physical Address City":"WESTPHALIA","Physical Address State":"TX ","Physical Address Zipcode":"76656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08163265306122448,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845240","School District Name":"WESTHOFF ISD","Physical Address Line 1":"244 LYNCH ST","Physical Address Line 2":"","Physical Address City":"WESTHOFF","Physical Address State":"TX ","Physical Address Zipcode":"77994","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3870967741935484,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845210","School District Name":"WESTBROOK ISD","Physical Address Line 1":"102 BERTNER","Physical Address Line 2":"","Physical Address City":"WESTBROOK","Physical Address State":"TX ","Physical Address Zipcode":"79565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20567375886524822,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845180","School District Name":"WEST SABINE ISD","Physical Address Line 1":"101 TIMBERLAND HWY W","Physical Address Line 2":"","Physical Address City":"PINELAND","Physical Address State":"TX ","Physical Address Zipcode":"75968","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24789915966386555,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845150","School District Name":"WEST RUSK COUNTY CONSOLIDATED ISD","Physical Address Line 1":"10705 S MAIN","Physical Address Line 2":"","Physical Address City":"NEW LONDON","Physical Address State":"TX ","Physical Address Zipcode":"75682","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18888888888888888,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845120","School District Name":"WEST OSO ISD","Physical Address Line 1":"5050 ROCKFORD DR","Physical Address Line 2":"","Physical Address City":"CORPUS CHRISTI","Physical Address State":"TX ","Physical Address Zipcode":"78416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.29862874555611985,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845090","School District Name":"WEST ORANGE-COVE CISD","Physical Address Line 1":"902 W PARK","Physical Address Line 2":"","Physical Address City":"ORANGE","Physical Address State":"TX ","Physical Address Zipcode":"77631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.286178274990978,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4845040","School District Name":"WEST ISD","Physical Address Line 1":"406 W SHOOK ST","Physical Address Line 2":"","Physical Address City":"WEST","Physical Address State":"TX ","Physical Address Zipcode":"76691","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09854014598540146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4845000","School District Name":"WEST HARDIN COUNTY CISD","Physical Address Line 1":"39227 HWY 105","Physical Address Line 2":"","Physical Address City":"SARATOGA","Physical Address State":"TX ","Physical Address Zipcode":"77585","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0943683409436834,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844960","School District Name":"WESLACO ISD","Physical Address Line 1":"319 W 4TH ST","Physical Address Line 2":"","Physical Address City":"WESLACO","Physical Address State":"TX ","Physical Address Zipcode":"78596","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3066045869977582,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844940","School District Name":"WELLS ISD","Physical Address Line 1":"160 RUSK AVE","Physical Address Line 2":"","Physical Address City":"WELLS","Physical Address State":"TX ","Physical Address Zipcode":"75976","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28608923884514437,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844910","School District Name":"WELLMAN-UNION CISD","Physical Address Line 1":"501 TERRY AVE","Physical Address Line 2":"","Physical Address City":"WELLMAN","Physical Address State":"TX ","Physical Address Zipcode":"79378","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2682926829268293,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844890","School District Name":"WELLINGTON ISD","Physical Address Line 1":"609 15TH ST","Physical Address Line 2":"","Physical Address City":"WELLINGTON","Physical Address State":"TX ","Physical Address Zipcode":"79095","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22145328719723184,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844820","School District Name":"WEIMAR ISD","Physical Address Line 1":"506 W MAIN","Physical Address Line 2":"","Physical Address City":"WEIMAR","Physical Address State":"TX ","Physical Address Zipcode":"78962","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1505524861878453,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844810","School District Name":"WEBB CISD","Physical Address Line 1":"619 AVE F","Physical Address Line 2":"","Physical Address City":"BRUNI","Physical Address State":"TX ","Physical Address Zipcode":"78344","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.379746835443038,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844800","School District Name":"WEATHERFORD ISD","Physical Address Line 1":"1100 LONGHORN DR","Physical Address Line 2":"","Physical Address City":"WEATHERFORD","Physical Address State":"TX ","Physical Address Zipcode":"76086","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10844427169371296,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4844730","School District Name":"WAXAHACHIE ISD","Physical Address Line 1":"411 N GIBSON ST","Physical Address Line 2":"","Physical Address City":"WAXAHACHIE","Physical Address State":"TX ","Physical Address Zipcode":"75165","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10645780051150895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4844710","School District Name":"WATER VALLEY ISD","Physical Address Line 1":"18000 WILDCAT DR","Physical Address Line 2":"","Physical Address City":"WATER VALLEY","Physical Address State":"TX ","Physical Address Zipcode":"76958","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14705882352941177,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844670","School District Name":"WASKOM ISD","Physical Address Line 1":"365 SCHOOL AVE","Physical Address Line 2":"","Physical Address City":"WASKOM","Physical Address State":"TX ","Physical Address Zipcode":"75692","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1654228855721393,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844580","School District Name":"WARREN ISD","Physical Address Line 1":"375 FM 3290 S","Physical Address Line 2":"","Physical Address City":"WARREN","Physical Address State":"TX ","Physical Address Zipcode":"77664","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23115577889447236,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844520","School District Name":"WALNUT SPRINGS ISD","Physical Address Line 1":"184 AVE A","Physical Address Line 2":"","Physical Address City":"WALNUT SPRINGS","Physical Address State":"TX ","Physical Address Zipcode":"76690","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23222748815165878,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844490","School District Name":"WALNUT BEND ISD","Physical Address Line 1":"47 C R 198","Physical Address Line 2":"","Physical Address City":"GAINESVILLE","Physical Address State":"TX ","Physical Address Zipcode":"76240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15789473684210525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844470","School District Name":"BRAZOS ISD","Physical Address Line 1":"227 EDUCATOR LN","Physical Address Line 2":"","Physical Address City":"WALLIS","Physical Address State":"TX ","Physical Address Zipcode":"77485","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12796697626418987,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844430","School District Name":"WALLER ISD","Physical Address Line 1":"2214 WALLER ST","Physical Address Line 2":"","Physical Address City":"WALLER","Physical Address State":"TX ","Physical Address Zipcode":"77484","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1543795104004528,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844410","School District Name":"WALL ISD","Physical Address Line 1":"8065 LOOP 570","Physical Address Line 2":"","Physical Address City":"WALL","Physical Address State":"TX ","Physical Address Zipcode":"76957","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.071360608943863,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4844370","School District Name":"WALCOTT ISD","Physical Address Line 1":"4275 HWY 214","Physical Address Line 2":"","Physical Address City":"HEREFORD","Physical Address State":"TX ","Physical Address Zipcode":"79045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13793103448275862,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844310","School District Name":"WAELDER ISD","Physical Address Line 1":"201 US HWY 90 W","Physical Address Line 2":"","Physical Address City":"WAELDER","Physical Address State":"TX ","Physical Address Zipcode":"78959","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23595505617977527,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844280","School District Name":"WACO ISD","Physical Address Line 1":"501 FRANKLIN AVE","Physical Address Line 2":"","Physical Address City":"WACO","Physical Address State":"TX ","Physical Address Zipcode":"76701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.27536150968678463,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844250","School District Name":"VYSEHRAD ISD","Physical Address Line 1":"595 COUNTY RD 182","Physical Address Line 2":"","Physical Address City":"HALLETTSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"77964","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07964601769911504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844160","School District Name":"VIDOR ISD","Physical Address Line 1":"120 E BOLIVAR ST","Physical Address Line 2":"","Physical Address City":"VIDOR","Physical Address State":"TX ","Physical Address Zipcode":"77662","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.17632241813602015,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4844150","School District Name":"VICTORIA ISD","Physical Address Line 1":"102 PROFIT DR","Physical Address Line 2":"","Physical Address City":"VICTORIA","Physical Address State":"TX ","Physical Address Zipcode":"77901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21477787256381653,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844110","School District Name":"VERNON ISD","Physical Address Line 1":"1713 WILBARGER ST","Physical Address Line 2":"","Physical Address City":"VERNON","Physical Address State":"TX ","Physical Address Zipcode":"76384","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2053941908713693,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844040","School District Name":"VERIBEST ISD","Physical Address Line 1":"10062 F M HWY 380","Physical Address Line 2":"","Physical Address City":"VERIBEST","Physical Address State":"TX ","Physical Address Zipcode":"76886","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16475095785440613,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4844010","School District Name":"VENUS ISD","Physical Address Line 1":"100 STUDENT DR","Physical Address Line 2":"","Physical Address City":"VENUS","Physical Address State":"TX ","Physical Address Zipcode":"76084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12295825771324864,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4843980","School District Name":"VEGA ISD","Physical Address Line 1":"200 LONGHORN DR","Physical Address Line 2":"","Physical Address City":"VEGA","Physical Address State":"TX ","Physical Address Zipcode":"79092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11176470588235295,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843950","School District Name":"VAN VLECK ISD","Physical Address Line 1":"142 S 4TH ST","Physical Address Line 2":"","Physical Address City":"VAN VLECK","Physical Address State":"TX ","Physical Address Zipcode":"77482","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17249698431845598,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4843920","School District Name":"VAN ISD","Physical Address Line 1":"549 E TEXAS ST","Physical Address Line 2":"","Physical Address City":"VAN","Physical Address State":"TX ","Physical Address Zipcode":"75790","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16962220508866616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4843890","School District Name":"VAN ALSTYNE ISD","Physical Address Line 1":"1096 N WACO","Physical Address Line 2":"","Physical Address City":"VAN ALSTYNE","Physical Address State":"TX ","Physical Address Zipcode":"75495","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08734939759036145,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4843860","School District Name":"VALLEY VIEW ISD","Physical Address Line 1":"106 NEWTON","Physical Address Line 2":"","Physical Address City":"VALLEY VIEW","Physical Address State":"TX ","Physical Address Zipcode":"76272","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11970534069981584,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843800","School District Name":"VALLEY VIEW ISD","Physical Address Line 1":"9701 S JACKSON RD","Physical Address Line 2":"","Physical Address City":"PHARR","Physical Address State":"TX ","Physical Address Zipcode":"78577","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3114141191994722,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843760","School District Name":"VALLEY MILLS ISD","Physical Address Line 1":"ONE EAGLE WAY","Physical Address Line 2":"","Physical Address City":"VALLEY MILLS","Physical Address State":"TX ","Physical Address Zipcode":"76689","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1752411575562701,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843740","School District Name":"VALENTINE ISD","Physical Address Line 1":"209 E KENTUCKY","Physical Address Line 2":"","Physical Address City":"VALENTINE","Physical Address State":"TX ","Physical Address Zipcode":"79854","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2727272727272727,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843720","School District Name":"UVALDE CISD","Physical Address Line 1":"1000 N GETTY","Physical Address Line 2":"","Physical Address City":"UVALDE","Physical Address State":"TX ","Physical Address Zipcode":"78801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.30474137931034484,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843680","School District Name":"UTOPIA ISD","Physical Address Line 1":"258 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"UTOPIA","Physical Address State":"TX ","Physical Address Zipcode":"78884","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23030303030303031,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843650","School District Name":"UNITED ISD","Physical Address Line 1":"201 LINDENWOOD DR","Physical Address Line 2":"","Physical Address City":"LAREDO","Physical Address State":"TX ","Physical Address Zipcode":"78045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2456177501705842,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843560","School District Name":"UNION HILL ISD","Physical Address Line 1":"2197 FM 2088","Physical Address Line 2":"","Physical Address City":"GILMER","Physical Address State":"TX ","Physical Address Zipcode":"75644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15692307692307692,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843530","School District Name":"UNION GROVE ISD","Physical Address Line 1":"11220 UNION GROVE RD","Physical Address Line 2":"","Physical Address City":"GLADEWATER","Physical Address State":"TX ","Physical Address Zipcode":"75647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09807073954983923,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4843470","School District Name":"TYLER ISD","Physical Address Line 1":"1319 EARL CAMPBELL PKWY","Physical Address Line 2":"","Physical Address City":"TYLER","Physical Address State":"TX ","Physical Address Zipcode":"75701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1792138282004036,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4843400","School District Name":"TURKEY-QUITAQUE ISD","Physical Address Line 1":"11826 HWY 86","Physical Address Line 2":"","Physical Address City":"TURKEY","Physical Address State":"TX ","Physical Address Zipcode":"79261","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843350","School District Name":"TULOSO-MIDWAY ISD","Physical Address Line 1":"9760 LA BRANCH","Physical Address Line 2":"","Physical Address City":"CORPUS CHRISTI","Physical Address State":"TX ","Physical Address Zipcode":"78460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20036036036036037,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843320","School District Name":"TULIA ISD","Physical Address Line 1":"702 NW 8TH ST","Physical Address Line 2":"","Physical Address City":"TULIA","Physical Address State":"TX ","Physical Address Zipcode":"79088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.26447105788423153,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843290","School District Name":"WESTWOOD ISD","Physical Address Line 1":"4524 W OAK","Physical Address Line 2":"","Physical Address City":"PALESTINE","Physical Address State":"TX ","Physical Address Zipcode":"75801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25636363636363635,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843260","School District Name":"TROY ISD","Physical Address Line 1":"1 TROJAN RD","Physical Address Line 2":"","Physical Address City":"TROY","Physical Address State":"TX ","Physical Address Zipcode":"76579","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1417704011065007,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4843230","School District Name":"TROUP ISD","Physical Address Line 1":"201 N CAROLINA","Physical Address Line 2":"","Physical Address City":"TROUP","Physical Address State":"TX ","Physical Address Zipcode":"75789","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17511961722488037,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843200","School District Name":"TRINITY ISD","Physical Address Line 1":"101 W JEFFERSON","Physical Address Line 2":"","Physical Address City":"TRINITY","Physical Address State":"TX ","Physical Address Zipcode":"75862","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.26957955482275353,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843170","School District Name":"TRINIDAD ISD","Physical Address Line 1":"105 W EATON","Physical Address Line 2":"","Physical Address City":"TRINIDAD","Physical Address State":"TX ","Physical Address Zipcode":"75163","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19480519480519481,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843140","School District Name":"TRENTON ISD","Physical Address Line 1":"702 S BALLENTINE","Physical Address Line 2":"","Physical Address City":"TRENTON","Physical Address State":"TX ","Physical Address Zipcode":"75490","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11337209302325581,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4843110","School District Name":"TRENT ISD","Physical Address Line 1":"12821 E INTERSTATE 20","Physical Address Line 2":"","Physical Address City":"TRENT","Physical Address State":"TX ","Physical Address Zipcode":"79561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.144,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842990","School District Name":"TORNILLO ISD","Physical Address Line 1":"19200 COBB AVE","Physical Address Line 2":"","Physical Address City":"TORNILLO","Physical Address State":"TX ","Physical Address Zipcode":"79853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.28703703703703703,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842960","School District Name":"TOMBALL ISD","Physical Address Line 1":"310 S CHERRY ST","Physical Address Line 2":"","Physical Address City":"TOMBALL","Physical Address State":"TX ","Physical Address Zipcode":"77375","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07466369497731433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4842930","School District Name":"TOM BEAN ISD","Physical Address Line 1":"100 E GARNER","Physical Address Line 2":"","Physical Address City":"TOM BEAN","Physical Address State":"TX ","Physical Address Zipcode":"75489","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12947368421052632,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842900","School District Name":"TOLAR ISD","Physical Address Line 1":"305 S OAK","Physical Address Line 2":"","Physical Address City":"TOLAR","Physical Address State":"TX ","Physical Address Zipcode":"76476","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09494640122511486,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842870","School District Name":"TIOGA ISD","Physical Address Line 1":"405 N FLORENCE ST","Physical Address Line 2":"","Physical Address City":"TIOGA","Physical Address State":"TX ","Physical Address Zipcode":"76271","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19117647058823528,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842840","School District Name":"TIMPSON ISD","Physical Address Line 1":"836 BEAR DR","Physical Address Line 2":"","Physical Address City":"TIMPSON","Physical Address State":"TX ","Physical Address Zipcode":"75975","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21518987341772153,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842810","School District Name":"TIDEHAVEN ISD","Physical Address Line 1":"47 CR 427 DOMAN RD","Physical Address Line 2":"","Physical Address City":"EL MATON","Physical Address State":"TX ","Physical Address Zipcode":"77440","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21025641025641026,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842780","School District Name":"THROCKMORTON COLLEGIATE ISD","Physical Address Line 1":"210 COLLEGE ST","Physical Address Line 2":"","Physical Address City":"THROCKMORTON","Physical Address State":"TX ","Physical Address Zipcode":"76483","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2621951219512195,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842720","School District Name":"THREE WAY ISD","Physical Address Line 1":"247 CR 207","Physical Address Line 2":"","Physical Address City":"STEPHENVILLE","Physical Address State":"TX ","Physical Address Zipcode":"76401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.102803738317757,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842690","School District Name":"THREE RIVERS ISD","Physical Address Line 1":"351 S SCHOOL RD","Physical Address Line 2":"","Physical Address City":"THREE RIVERS","Physical Address State":"TX ","Physical Address Zipcode":"78071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21839080459770116,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842660","School District Name":"THRALL ISD","Physical Address Line 1":"201 S BOUNDS","Physical Address Line 2":"","Physical Address City":"THRALL","Physical Address State":"TX ","Physical Address Zipcode":"76578","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06690997566909976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842630","School District Name":"THORNDALE ISD","Physical Address Line 1":"300 N MAIN ST","Physical Address Line 2":"","Physical Address City":"THORNDALE","Physical Address State":"TX ","Physical Address Zipcode":"76577","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14471243042671614,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842570","School District Name":"TEXLINE ISD","Physical Address Line 1":"302 E PINE","Physical Address Line 2":"","Physical Address City":"TEXLINE","Physical Address State":"TX ","Physical Address Zipcode":"79087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14901960784313725,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842540","School District Name":"TEXHOMA ISD","Physical Address Line 1":"402 DENVER ST","Physical Address Line 2":"","Physical Address City":"TEXHOMA","Physical Address State":"TX ","Physical Address Zipcode":"73960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09565217391304348,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842510","School District Name":"TEXAS CITY ISD","Physical Address Line 1":"1700 9TH AVE N","Physical Address Line 2":"","Physical Address City":"TEXAS CITY","Physical Address State":"TX ","Physical Address Zipcode":"77590","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.20583609994757995,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842480","School District Name":"TEXARKANA ISD","Physical Address Line 1":"4241 SUMMERHILL RD","Physical Address Line 2":"","Physical Address City":"TEXARKANA","Physical Address State":"TX ","Physical Address Zipcode":"75503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.275819527670074,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842450","School District Name":"TERRELL ISD","Physical Address Line 1":"700 N CATHERINE ST","Physical Address Line 2":"","Physical Address City":"TERRELL","Physical Address State":"TX ","Physical Address Zipcode":"75160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17504503029310628,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4842420","School District Name":"TERRELL COUNTY ISD","Physical Address Line 1":"302 N SECOND ST","Physical Address Line 2":"","Physical Address City":"SANDERSON","Physical Address State":"TX ","Physical Address Zipcode":"79848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12631578947368421,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842390","School District Name":"TERLINGUA CSD","Physical Address Line 1":"550 ROADRUNNER CIR","Physical Address Line 2":"","Physical Address City":"TERLINGUA","Physical Address State":"TX ","Physical Address Zipcode":"79852","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.29508196721311475,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842360","School District Name":"TENAHA ISD","Physical Address Line 1":"138 COLLEGE ST","Physical Address Line 2":"","Physical Address City":"TENAHA","Physical Address State":"TX ","Physical Address Zipcode":"75974","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20956719817767655,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842330","School District Name":"TEMPLE ISD","Physical Address Line 1":"401 SANTA FE WAY","Physical Address Line 2":"","Physical Address City":"TEMPLE","Physical Address State":"TX ","Physical Address Zipcode":"76501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2544310528181496,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842300","School District Name":"TEAGUE ISD","Physical Address Line 1":"420 N 10TH","Physical Address Line 2":"","Physical Address City":"TEAGUE","Physical Address State":"TX ","Physical Address Zipcode":"75860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.152135231316726,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4842280","School District Name":"TAYLOR ISD","Physical Address Line 1":"3101 N MAIN ST STE 104","Physical Address Line 2":"","Physical Address City":"TAYLOR","Physical Address State":"TX ","Physical Address Zipcode":"76574","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15504433261442607,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4842240","School District Name":"TATUM ISD","Physical Address Line 1":"510 CRYSTAL FARMS RD","Physical Address Line 2":"","Physical Address City":"TATUM","Physical Address State":"TX ","Physical Address Zipcode":"75691","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1347785108388313,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842210","School District Name":"TARKINGTON ISD","Physical Address Line 1":"2770 FM 163","Physical Address Line 2":"","Physical Address City":"CLEVELAND","Physical Address State":"TX ","Physical Address Zipcode":"77327","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2144927536231884,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842120","School District Name":"RIVERCREST ISD","Physical Address Line 1":"4100 US HWY 271 S","Physical Address Line 2":"","Physical Address City":"BOGATA","Physical Address State":"TX ","Physical Address Zipcode":"75417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2322695035460993,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842090","School District Name":"TAHOKA ISD","Physical Address Line 1":"2129 MAIN ST","Physical Address Line 2":"","Physical Address City":"TAHOKA","Physical Address State":"TX ","Physical Address Zipcode":"79373","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19145569620253164,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4842060","School District Name":"TAFT ISD","Physical Address Line 1":"400 COLLEGE ST","Physical Address Line 2":"","Physical Address City":"TAFT","Physical Address State":"TX ","Physical Address Zipcode":"78390","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.27039413382218147,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842030","School District Name":"SWEETWATER ISD","Physical Address Line 1":"207 MUSGROVE ST","Physical Address Line 2":"","Physical Address City":"SWEETWATER","Physical Address State":"TX ","Physical Address Zipcode":"79556","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24455825864276567,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4842000","School District Name":"SWEET HOME ISD","Physical Address Line 1":"7508 FM 531","Physical Address Line 2":"","Physical Address City":"SWEET HOME","Physical Address State":"TX ","Physical Address Zipcode":"77987","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14788732394366197,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841970","School District Name":"SWEENY ISD","Physical Address Line 1":"1310 N ELM ST","Physical Address Line 2":"","Physical Address City":"SWEENY","Physical Address State":"TX ","Physical Address Zipcode":"77480","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15034364261168384,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4841910","School District Name":"SUNRAY ISD","Physical Address Line 1":"400 E 7TH ST","Physical Address Line 2":"","Physical Address City":"SUNRAY","Physical Address State":"TX ","Physical Address Zipcode":"79086","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1286031042128603,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841880","School District Name":"SUNNYVALE ISD","Physical Address Line 1":"417 E TRIPP RD","Physical Address Line 2":"","Physical Address City":"SUNNYVALE","Physical Address State":"TX ","Physical Address Zipcode":"75182","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06350626118067978,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4841850","School District Name":"SUNDOWN ISD","Physical Address Line 1":"701 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"SUNDOWN","Physical Address State":"TX ","Physical Address Zipcode":"79372","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09278350515463918,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841820","School District Name":"SULPHUR SPRINGS ISD","Physical Address Line 1":"631 CONNALLY ST","Physical Address Line 2":"","Physical Address City":"SULPHUR SPRINGS","Physical Address State":"TX ","Physical Address Zipcode":"75482","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17905882352941177,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4841790","School District Name":"SULPHUR BLUFF ISD","Physical Address Line 1":"1027 CR 3550","Physical Address Line 2":"","Physical Address City":"SULPHUR BLUFF","Physical Address State":"TX ","Physical Address Zipcode":"75481","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1065989847715736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841760","School District Name":"SUDAN ISD","Physical Address Line 1":"107 W HWY 303","Physical Address Line 2":"","Physical Address City":"SUDAN","Physical Address State":"TX ","Physical Address Zipcode":"79371","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1858974358974359,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841700","School District Name":"STRAWN ISD","Physical Address Line 1":"224 E WALNUT","Physical Address Line 2":"","Physical Address City":"STRAWN","Physical Address State":"TX ","Physical Address Zipcode":"76475","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20394736842105263,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841670","School District Name":"STRATFORD ISD","Physical Address Line 1":"503 N 8TH ST","Physical Address Line 2":"","Physical Address City":"STRATFORD","Physical Address State":"TX ","Physical Address Zipcode":"79084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16338582677165353,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841610","School District Name":"STOCKDALE ISD","Physical Address Line 1":"503 S 4TH ST","Physical Address Line 2":"","Physical Address City":"STOCKDALE","Physical Address State":"TX ","Physical Address Zipcode":"78160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10810810810810811,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841580","School District Name":"PLEMONS-STINNETT-PHILLIPS CISD","Physical Address Line 1":"603 S MAIN","Physical Address Line 2":"","Physical Address City":"STINNETT","Physical Address State":"TX ","Physical Address Zipcode":"79083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1118421052631579,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841550","School District Name":"STERLING CITY ISD","Physical Address Line 1":"700 7TH ST","Physical Address Line 2":"","Physical Address City":"STERLING CITY","Physical Address State":"TX ","Physical Address Zipcode":"76951","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13382899628252787,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841520","School District Name":"STEPHENVILLE ISD","Physical Address Line 1":"2655 W OVERHILL","Physical Address Line 2":"","Physical Address City":"STEPHENVILLE","Physical Address State":"TX ","Physical Address Zipcode":"76401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13761467889908258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4841430","School District Name":"STANTON ISD","Physical Address Line 1":"200 N COLLEGE","Physical Address Line 2":"","Physical Address City":"STANTON","Physical Address State":"TX ","Physical Address Zipcode":"79782","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15601503759398497,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841400","School District Name":"STAMFORD ISD","Physical Address Line 1":"507 S ORIENT ST","Physical Address Line 2":"","Physical Address City":"STAMFORD","Physical Address State":"TX ","Physical Address Zipcode":"79553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21568627450980393,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841350","School District Name":"STAFFORD MSD","Physical Address Line 1":"1633 STAFFORDSHIRE RD","Physical Address Line 2":"","Physical Address City":"STAFFORD","Physical Address State":"TX ","Physical Address Zipcode":"77477","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14369877049180327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4841340","School District Name":"SPURGER ISD","Physical Address Line 1":"12212 FM92","Physical Address Line 2":"","Physical Address City":"SPURGER","Physical Address State":"TX ","Physical Address Zipcode":"77660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24598930481283424,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841280","School District Name":"SPRINGTOWN ISD","Physical Address Line 1":"301 E FIFTH ST","Physical Address Line 2":"","Physical Address City":"SPRINGTOWN","Physical Address State":"TX ","Physical Address Zipcode":"76082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12870604458745116,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4841250","School District Name":"SPRINGLAKE-EARTH ISD","Physical Address Line 1":"472 FM 302","Physical Address Line 2":"","Physical Address City":"EARTH","Physical Address State":"TX ","Physical Address Zipcode":"79031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15501519756838905,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841220","School District Name":"SPRING ISD","Physical Address Line 1":"16717 ELLA BLVD","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2565282268092514,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841190","School District Name":"SPRING HILL ISD","Physical Address Line 1":"3101 SPRING HILL RD","Physical Address Line 2":"","Physical Address City":"LONGVIEW","Physical Address State":"TX ","Physical Address Zipcode":"75605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18054256314312442,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4841130","School District Name":"SPRING CREEK ISD","Physical Address Line 1":"9849 FM 2171","Physical Address Line 2":"","Physical Address City":"SKELLYTOWN","Physical Address State":"TX ","Physical Address Zipcode":"79080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841100","School District Name":"SPRING BRANCH ISD","Physical Address Line 1":"955 CAMPBELL RD","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20242497886728655,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4841070","School District Name":"SPLENDORA ISD","Physical Address Line 1":"23419 FM 2090","Physical Address Line 2":"","Physical Address City":"SPLENDORA","Physical Address State":"TX ","Physical Address Zipcode":"77372","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12441717791411043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4841010","School District Name":"SPEARMAN ISD","Physical Address Line 1":"403 E 11TH AVE","Physical Address Line 2":"","Physical Address City":"SPEARMAN","Physical Address State":"TX ","Physical Address Zipcode":"79081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16120576671035386,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4840950","School District Name":"SOUTHWEST ISD","Physical Address Line 1":"11914 DRAGON LN","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78252","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23221083455344071,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840920","School District Name":"SOUTHSIDE ISD","Physical Address Line 1":"1460 MARTINEZ LOSOYA RD","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2534508564776318,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840890","School District Name":"SOUTHLAND ISD","Physical Address Line 1":"190 EIGHTH ST","Physical Address Line 2":"","Physical Address City":"SOUTHLAND","Physical Address State":"TX ","Physical Address Zipcode":"79364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840800","School District Name":"SONORA ISD","Physical Address Line 1":"807 S CONCHO AVE","Physical Address Line 2":"","Physical Address City":"SONORA","Physical Address State":"TX ","Physical Address Zipcode":"76950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1719242902208202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4840770","School District Name":"SOMERVILLE ISD","Physical Address Line 1":"625 8TH ST","Physical Address Line 2":"","Physical Address City":"SOMERVILLE","Physical Address State":"TX ","Physical Address Zipcode":"77879","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21532846715328466,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840740","School District Name":"SOMERSET ISD","Physical Address Line 1":"7791 6TH ST","Physical Address Line 2":"","Physical Address City":"SOMERSET","Physical Address State":"TX ","Physical Address Zipcode":"78069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2719633307868602,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840710","School District Name":"SOCORRO ISD","Physical Address Line 1":"12440 ROJAS DR","Physical Address Line 2":"","Physical Address City":"EL PASO","Physical Address State":"TX ","Physical Address Zipcode":"79928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17221376949410422,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840680","School District Name":"SOUTH SAN ANTONIO ISD","Physical Address Line 1":"5622 RAY ELLISON BLVD","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78242","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2783570016178321,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840650","School District Name":"SNYDER ISD","Physical Address Line 1":"2901 37TH ST","Physical Address Line 2":"","Physical Address City":"SNYDER","Physical Address State":"TX ","Physical Address Zipcode":"79549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17713880014199504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4840620","School District Name":"SNOOK ISD","Physical Address Line 1":"10110 FM 2155","Physical Address Line 2":"","Physical Address City":"SOMERVILLE","Physical Address State":"TX ","Physical Address Zipcode":"77879","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24253731343283583,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840590","School District Name":"SMYER ISD","Physical Address Line 1":"401 LINCOLN","Physical Address Line 2":"","Physical Address City":"SMYER","Physical Address State":"TX ","Physical Address Zipcode":"79367","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19480519480519481,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840550","School District Name":"SMITHVILLE ISD","Physical Address Line 1":"901 NE 6TH ST","Physical Address Line 2":"","Physical Address City":"SMITHVILLE","Physical Address State":"TX ","Physical Address Zipcode":"78957","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13940774487471527,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4840500","School District Name":"SLOCUM ISD","Physical Address Line 1":"5765 E STATE HWY 294","Physical Address Line 2":"","Physical Address City":"ELKHART","Physical Address State":"TX ","Physical Address Zipcode":"75839","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28938906752411575,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840470","School District Name":"SLIDELL ISD","Physical Address Line 1":"1 GREYHOUND LN","Physical Address Line 2":"","Physical Address City":"SLIDELL","Physical Address State":"TX ","Physical Address Zipcode":"76267","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10327455919395466,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840440","School District Name":"SLATON ISD","Physical Address Line 1":"140 E PANHANDLE","Physical Address Line 2":"","Physical Address City":"SLATON","Physical Address State":"TX ","Physical Address Zipcode":"79364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23317865429234338,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840410","School District Name":"SKIDMORE-TYNAN ISD","Physical Address Line 1":"224 W MAIN ST","Physical Address Line 2":"","Physical Address City":"SKIDMORE","Physical Address State":"TX ","Physical Address Zipcode":"78389","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22743055555555555,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840380","School District Name":"SIVELLS BEND ISD","Physical Address Line 1":"1053 CR 403","Physical Address Line 2":"","Physical Address City":"GAINESVILLE","Physical Address State":"TX ","Physical Address Zipcode":"76240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.109375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840350","School District Name":"SINTON ISD","Physical Address Line 1":"322 S ARCHER","Physical Address Line 2":"","Physical Address City":"SINTON","Physical Address State":"TX ","Physical Address Zipcode":"78387","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24371993586317478,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840320","School District Name":"SIMMS ISD","Physical Address Line 1":"7497 US HWY 67 W","Physical Address Line 2":"","Physical Address City":"SIMMS","Physical Address State":"TX ","Physical Address Zipcode":"75574","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1326530612244898,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840290","School District Name":"SILVERTON ISD","Physical Address Line 1":"700 LORETTA ST","Physical Address Line 2":"","Physical Address City":"SILVERTON","Physical Address State":"TX ","Physical Address Zipcode":"79257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21052631578947367,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840230","School District Name":"SILSBEE ISD","Physical Address Line 1":"415 HWY 327 W","Physical Address Line 2":"","Physical Address City":"SILSBEE","Physical Address State":"TX ","Physical Address Zipcode":"77656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1595679012345679,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4840200","School District Name":"SIERRA BLANCA ISD","Physical Address Line 1":"500 SIERRA BLANCA AVE","Physical Address Line 2":"","Physical Address City":"SIERRA BLANCA","Physical Address State":"TX ","Physical Address Zipcode":"79851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2032520325203252,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840170","School District Name":"SIDNEY ISD","Physical Address Line 1":"4100 HWY 1689","Physical Address Line 2":"","Physical Address City":"SIDNEY","Physical Address State":"TX ","Physical Address Zipcode":"76474","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20833333333333334,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840110","School District Name":"SHINER ISD","Physical Address Line 1":"505 TEXAS AVE","Physical Address Line 2":"","Physical Address City":"SHINER","Physical Address State":"TX ","Physical Address Zipcode":"77984","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10078534031413612,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840080","School District Name":"SHERMAN ISD","Physical Address Line 1":"2701 N LOY LAKE RD","Physical Address Line 2":"","Physical Address City":"SHERMAN","Physical Address State":"TX ","Physical Address Zipcode":"75090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.219533275713051,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4840020","School District Name":"SHEPHERD ISD","Physical Address Line 1":"1401 S BYRD AVE","Physical Address Line 2":"","Physical Address City":"SHEPHERD","Physical Address State":"TX ","Physical Address Zipcode":"77371","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2299522039298991,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839990","School District Name":"SHELDON ISD","Physical Address Line 1":"11411 C E KING PKWY","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2052005396786459,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839960","School District Name":"SHELBYVILLE ISD","Physical Address Line 1":"5322 ST HWY 87 S","Physical Address Line 2":"","Physical Address City":"SHELBYVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75973","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23128119800332778,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839930","School District Name":"SHARYLAND ISD","Physical Address Line 1":"1200 N SHARY RD","Physical Address Line 2":"","Physical Address City":"MISSION","Physical Address State":"TX ","Physical Address Zipcode":"78572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.22112029384756657,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839900","School District Name":"SHAMROCK ISD","Physical Address Line 1":"100 S ILLINOIS ST","Physical Address Line 2":"","Physical Address City":"SHAMROCK","Physical Address State":"TX ","Physical Address Zipcode":"79079","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22391857506361323,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839870","School District Name":"SHALLOWATER ISD","Physical Address Line 1":"1100 AVE K","Physical Address Line 2":"","Physical Address City":"SHALLOWATER","Physical Address State":"TX ","Physical Address Zipcode":"79363","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11316872427983539,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4839780","School District Name":"SEYMOUR ISD","Physical Address Line 1":"409 W IDAHO ST","Physical Address Line 2":"","Physical Address City":"SEYMOUR","Physical Address State":"TX ","Physical Address Zipcode":"76380","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.200652528548124,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839750","School District Name":"SEMINOLE ISD","Physical Address Line 1":"207 S W 6TH ST","Physical Address Line 2":"","Physical Address City":"SEMINOLE","Physical Address State":"TX ","Physical Address Zipcode":"79360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1819891349770163,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4839690","School District Name":"SEGUIN ISD","Physical Address Line 1":"1221 E KINGSBURY","Physical Address Line 2":"","Physical Address City":"SEGUIN","Physical Address State":"TX ","Physical Address Zipcode":"78155","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16302388463271744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4839630","School District Name":"SEALY ISD","Physical Address Line 1":"939 TIGER LN","Physical Address Line 2":"","Physical Address City":"SEALY","Physical Address State":"TX ","Physical Address Zipcode":"77474","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17653846153846153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4839600","School District Name":"SEAGRAVES ISD","Physical Address Line 1":"1801 AVE K","Physical Address Line 2":"","Physical Address City":"SEAGRAVES","Physical Address State":"TX ","Physical Address Zipcode":"79359","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24969097651421507,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839570","School District Name":"SCURRY-ROSSER ISD","Physical Address Line 1":"10705 S STATE HWY 34","Physical Address Line 2":"","Physical Address City":"SCURRY","Physical Address State":"TX ","Physical Address Zipcode":"75158","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1046808510638298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839540","School District Name":"SCHULENBURG ISD","Physical Address Line 1":"521 SHORTHORN DR","Physical Address Line 2":"","Physical Address City":"SCHULENBURG","Physical Address State":"TX ","Physical Address Zipcode":"78956","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1524390243902439,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4839510","School District Name":"SCHLEICHER ISD","Physical Address Line 1":"205 W FIELDS AVE","Physical Address Line 2":"","Physical Address City":"ELDORADO","Physical Address State":"TX ","Physical Address Zipcode":"76936","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16257088846880907,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839480","School District Name":"SCHERTZ-CIBOLO-U CITY ISD","Physical Address Line 1":"1060 ELBEL RD","Physical Address Line 2":"","Physical Address City":"SCHERTZ","Physical Address State":"TX ","Physical Address Zipcode":"78154","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06607094503114,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4839450","School District Name":"SAVOY ISD","Physical Address Line 1":"302 W HAYES","Physical Address Line 2":"","Physical Address City":"SAVOY","Physical Address State":"TX ","Physical Address Zipcode":"75479","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1130952380952381,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839390","School District Name":"SANTO ISD","Physical Address Line 1":"406 FM RD 2201","Physical Address Line 2":"","Physical Address City":"SANTO","Physical Address State":"TX ","Physical Address Zipcode":"76472","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16380952380952382,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839360","School District Name":"SANTA ROSA ISD","Physical Address Line 1":"232 E JESUS T AVILA ST","Physical Address Line 2":"","Physical Address City":"SANTA ROSA","Physical Address State":"TX ","Physical Address Zipcode":"78593","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.24753289473684212,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839330","School District Name":"SANTA MARIA ISD","Physical Address Line 1":"11119 MILITARY HWY 281","Physical Address Line 2":"","Physical Address City":"SANTA MARIA","Physical Address State":"TX ","Physical Address Zipcode":"78592","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3403298350824588,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839300","School District Name":"SANTA GERTRUDIS ISD","Physical Address Line 1":"803 SANTA ROSA","Physical Address Line 2":"","Physical Address City":"KINGSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"78363","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.6666666666666666,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839270","School District Name":"SANTA FE ISD","Physical Address Line 1":"4133 WARPATH","Physical Address Line 2":"","Physical Address City":"SANTA FE","Physical Address State":"TX ","Physical Address Zipcode":"77510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.09106529209621993,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4839210","School District Name":"SANTA ANNA ISD","Physical Address Line 1":"701 BOWIE ST","Physical Address Line 2":"","Physical Address City":"SANTA ANNA","Physical Address State":"TX ","Physical Address Zipcode":"76878","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2767527675276753,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839180","School District Name":"SANGER ISD","Physical Address Line 1":"601 ELM ST","Physical Address Line 2":"","Physical Address City":"SANGER","Physical Address State":"TX ","Physical Address Zipcode":"76266","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07357859531772576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4839150","School District Name":"SANFORD-FRITCH ISD","Physical Address Line 1":"540 EAGLE BLVD","Physical Address Line 2":"","Physical Address City":"FRITCH","Physical Address State":"TX ","Physical Address Zipcode":"79036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11596009975062344,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4839120","School District Name":"SANDS CISD","Physical Address Line 1":"201 FIRST ST","Physical Address Line 2":"","Physical Address City":"ACKERLY","Physical Address State":"TX ","Physical Address Zipcode":"79713","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15606936416184972,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839060","School District Name":"SAN VICENTE ISD","Physical Address Line 1":"195 ESCUELA VISTA DR","Physical Address Line 2":"","Physical Address City":"BIG BEND NATL PARK","Physical Address State":"TX ","Physical Address Zipcode":"79834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839030","School District Name":"SAN SABA ISD","Physical Address Line 1":"808 W WALLACE","Physical Address Line 2":"","Physical Address City":"SAN SABA","Physical Address State":"TX ","Physical Address Zipcode":"76877","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2722772277227723,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4839000","School District Name":"SAN PERLITA ISD","Physical Address Line 1":"22987 TROJAN DR","Physical Address Line 2":"","Physical Address City":"SAN PERLITA","Physical Address State":"TX ","Physical Address Zipcode":"78590","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.31547619047619047,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838970","School District Name":"SAN MARCOS CISD","Physical Address Line 1":"631 MILL ST","Physical Address Line 2":"","Physical Address City":"SAN MARCOS","Physical Address State":"TX ","Physical Address Zipcode":"78666","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1503952932524361,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4838910","School District Name":"SAN ISIDRO ISD","Physical Address Line 1":"5175 FM 1017","Physical Address Line 2":"","Physical Address City":"SAN ISIDRO","Physical Address State":"TX ","Physical Address Zipcode":"78588","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2436548223350254,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838900","School District Name":"SAN FELIPE-DEL RIO CISD","Physical Address Line 1":"315 GRINER ST","Physical Address Line 2":"","Physical Address City":"DEL RIO","Physical Address State":"TX ","Physical Address Zipcode":"78840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.24745624745624745,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838850","School District Name":"SAN ELIZARIO ISD","Physical Address Line 1":"1050 CHICKEN RANCH RD","Physical Address Line 2":"","Physical Address City":"SAN ELIZARIO","Physical Address State":"TX ","Physical Address Zipcode":"79849","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3116994022203245,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838820","School District Name":"SAN DIEGO ISD","Physical Address Line 1":"609 W LABBE AVE","Physical Address Line 2":"","Physical Address City":"SAN DIEGO","Physical Address State":"TX ","Physical Address Zipcode":"78384","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.33524590163934426,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838790","School District Name":"SAN BENITO CISD","Physical Address Line 1":"240 N CROCKETT ST","Physical Address Line 2":"","Physical Address City":"SAN BENITO","Physical Address State":"TX ","Physical Address Zipcode":"78586","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.36755823986194996,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838760","School District Name":"SAN AUGUSTINE ISD","Physical Address Line 1":"1002 BARRETT ST","Physical Address Line 2":"","Physical Address City":"SAN AUGUSTINE","Physical Address State":"TX ","Physical Address Zipcode":"75972","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28608582574772434,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838730","School District Name":"SAN ANTONIO ISD","Physical Address Line 1":"141 LAVACA ST","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.30494867279102605,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838700","School District Name":"SAN ANGELO ISD","Physical Address Line 1":"1621 UNIVERSITY AVE","Physical Address Line 2":"","Physical Address City":"SAN ANGELO","Physical Address State":"TX ","Physical Address Zipcode":"76904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1576386072649325,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4838640","School District Name":"SAM RAYBURN ISD","Physical Address Line 1":"9363 E FM 273","Physical Address Line 2":"","Physical Address City":"IVANHOE","Physical Address State":"TX ","Physical Address Zipcode":"75447","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1415929203539823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838610","School District Name":"SALTILLO ISD","Physical Address Line 1":"150 COUNTY RD 3534","Physical Address Line 2":"","Physical Address City":"SALTILLO","Physical Address State":"TX ","Physical Address Zipcode":"75478","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21224489795918366,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838580","School District Name":"SALADO ISD","Physical Address Line 1":"601 N MAIN ST","Physical Address Line 2":"","Physical Address City":"SALADO","Physical Address State":"TX ","Physical Address Zipcode":"76571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07958921694480103,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838520","School District Name":"SAINT JO ISD","Physical Address Line 1":"206 W EVANS","Physical Address Line 2":"","Physical Address City":"SAINT JO","Physical Address State":"TX ","Physical Address Zipcode":"76265","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1346153846153846,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838490","School District Name":"SABINE PASS ISD","Physical Address Line 1":"5641 S GULFWAY DR","Physical Address Line 2":"","Physical Address City":"SABINE PASS","Physical Address State":"TX ","Physical Address Zipcode":"77655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1590909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838460","School District Name":"SABINE ISD","Physical Address Line 1":"5424 FM 1252 W","Physical Address Line 2":"","Physical Address City":"GLADEWATER","Physical Address State":"TX ","Physical Address Zipcode":"75647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.155096011816839,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4838430","School District Name":"SABINAL ISD","Physical Address Line 1":"409 W CULLINS","Physical Address Line 2":"","Physical Address City":"SABINAL","Physical Address State":"TX ","Physical Address Zipcode":"78881","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838400","School District Name":"S AND S CISD","Physical Address Line 1":"1 RAM DR","Physical Address Line 2":"","Physical Address City":"SADLER","Physical Address State":"TX ","Physical Address Zipcode":"76264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13518518518518519,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4838360","School District Name":"RUSK ISD","Physical Address Line 1":"203 E 7TH ST","Physical Address Line 2":"","Physical Address City":"RUSK","Physical Address State":"TX ","Physical Address Zipcode":"75785","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22174122174122174,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838310","School District Name":"RUNGE ISD","Physical Address Line 1":"600 REIFFERT","Physical Address Line 2":"","Physical Address City":"RUNGE","Physical Address State":"TX ","Physical Address Zipcode":"78151","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21019108280254778,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838280","School District Name":"RULE ISD","Physical Address Line 1":"1100 UNION AVE","Physical Address Line 2":"","Physical Address City":"RULE","Physical Address State":"TX ","Physical Address Zipcode":"79547","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2184873949579832,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838220","School District Name":"ROYSE CITY ISD","Physical Address Line 1":"810 OLD GREENVILLE RD","Physical Address Line 2":"","Physical Address City":"ROYSE CITY","Physical Address State":"TX ","Physical Address Zipcode":"75189","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06350594821553535,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4838190","School District Name":"ROYAL ISD","Physical Address Line 1":"3714 FM 359","Physical Address Line 2":"","Physical Address City":"PATTISON","Physical Address State":"TX ","Physical Address Zipcode":"77466","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17628318584070796,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4838100","School District Name":"ROUND TOP-CARMINE ISD","Physical Address Line 1":"378 CENTENNIAL","Physical Address Line 2":"","Physical Address City":"CARMINE","Physical Address State":"TX ","Physical Address Zipcode":"78932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11214953271028037,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4838080","School District Name":"ROUND ROCK ISD","Physical Address Line 1":"1311 ROUND ROCK AVE","Physical Address Line 2":"","Physical Address City":"ROUND ROCK","Physical Address State":"TX ","Physical Address Zipcode":"78681","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05545641042747302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4838040","School District Name":"ROTAN ISD","Physical Address Line 1":"102 N MCKINLEY AVE","Physical Address Line 2":"","Physical Address City":"ROTAN","Physical Address State":"TX ","Physical Address Zipcode":"79546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18543046357615894,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837900","School District Name":"ROSEBUD-LOTT ISD","Physical Address Line 1":"1789 US HWY 77","Physical Address Line 2":"","Physical Address City":"LOTT","Physical Address State":"TX ","Physical Address Zipcode":"76656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20534629404617255,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837860","School District Name":"ROSCOE COLLEGIATE ISD","Physical Address Line 1":"1101 W 7TH ST","Physical Address Line 2":"","Physical Address City":"ROSCOE","Physical Address State":"TX ","Physical Address Zipcode":"79545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1513353115727003,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837830","School District Name":"ROPES ISD","Physical Address Line 1":"304 RANCH","Physical Address Line 2":"","Physical Address City":"ROPESVILLE","Physical Address State":"TX ","Physical Address Zipcode":"79358","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14173228346456693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837800","School District Name":"ROOSEVELT ISD","Physical Address Line 1":"1406 COUNTY RD 3300","Physical Address Line 2":"","Physical Address City":"LUBBOCK","Physical Address State":"TX ","Physical Address Zipcode":"79403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14864864864864866,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837740","School District Name":"ROMA ISD","Physical Address Line 1":"608 N GARCIA ST","Physical Address Line 2":"","Physical Address City":"ROMA","Physical Address State":"TX ","Physical Address Zipcode":"78584","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.37463228932341236,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837710","School District Name":"ROGERS ISD","Physical Address Line 1":"1 EAGLE DR","Physical Address Line 2":"","Physical Address City":"ROGERS","Physical Address State":"TX ","Physical Address Zipcode":"76569","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15021929824561403,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837650","School District Name":"ROCKWALL ISD","Physical Address Line 1":"1050 WILLIAMS","Physical Address Line 2":"","Physical Address City":"ROCKWALL","Physical Address State":"TX ","Physical Address Zipcode":"75087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05915725695400716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4837590","School District Name":"ROCKDALE ISD","Physical Address Line 1":"520 W DAVILLA","Physical Address Line 2":"","Physical Address City":"ROCKDALE","Physical Address State":"TX ","Physical Address Zipcode":"76567","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21288014311270126,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837500","School District Name":"ROCHELLE ISD","Physical Address Line 1":"5902 LAFAYETTE","Physical Address Line 2":"","Physical Address City":"ROCHELLE","Physical Address State":"TX ","Physical Address Zipcode":"76872","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18699186991869918,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837470","School District Name":"ROBY CISD","Physical Address Line 1":"141 S COLLEGE ST","Physical Address Line 2":"","Physical Address City":"ROBY","Physical Address State":"TX ","Physical Address Zipcode":"79543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15833333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837440","School District Name":"ROBSTOWN ISD","Physical Address Line 1":"801 N 1ST ST","Physical Address Line 2":"","Physical Address City":"ROBSTOWN","Physical Address State":"TX ","Physical Address Zipcode":"78380","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.36276563903023046,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837410","School District Name":"ROBINSON ISD","Physical Address Line 1":"500 W LYNDALE","Physical Address Line 2":"","Physical Address City":"ROBINSON","Physical Address State":"TX ","Physical Address Zipcode":"76706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12915936952714535,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4837380","School District Name":"ROBERT LEE ISD","Physical Address Line 1":"1323 HAMILTON ST","Physical Address Line 2":"","Physical Address City":"ROBERT LEE","Physical Address State":"TX ","Physical Address Zipcode":"76945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17727272727272728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837320","School District Name":"RIVIERA ISD","Physical Address Line 1":"203 SEAHAWK DR","Physical Address Line 2":"","Physical Address City":"RIVIERA","Physical Address State":"TX ","Physical Address Zipcode":"78379","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837260","School District Name":"RIVER ROAD ISD","Physical Address Line 1":"9500 U S 287 N","Physical Address Line 2":"","Physical Address City":"AMARILLO","Physical Address State":"TX ","Physical Address Zipcode":"79108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.17123287671232876,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4837230","School District Name":"RISING STAR ISD","Physical Address Line 1":"907 N MAIN","Physical Address Line 2":"","Physical Address City":"RISING STAR","Physical Address State":"TX ","Physical Address Zipcode":"76471","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2119815668202765,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837200","School District Name":"RIO VISTA ISD","Physical Address Line 1":"100 CAPPS ST","Physical Address Line 2":"","Physical Address City":"RIO VISTA","Physical Address State":"TX ","Physical Address Zipcode":"76093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12269272529858849,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837170","School District Name":"RIO HONDO ISD","Physical Address Line 1":"215 W COLORADO","Physical Address Line 2":"","Physical Address City":"RIO HONDO","Physical Address State":"TX ","Physical Address Zipcode":"78583","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.26786497150372646,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837150","School District Name":"SOUTH TEXAS ISD","Physical Address Line 1":"100 MED HIGH DR","Physical Address Line 2":"","Physical Address City":"MERCEDES","Physical Address State":"TX ","Physical Address Zipcode":"78570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4837140","School District Name":"RIO GRANDE CITY CISD","Physical Address Line 1":"1 S FORT RINGGOLD","Physical Address Line 2":"","Physical Address City":"RIO GRANDE CITY","Physical Address State":"TX ","Physical Address Zipcode":"78582","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3247456877487837,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837110","School District Name":"RIESEL ISD","Physical Address Line 1":"600 FREDERICK","Physical Address Line 2":"","Physical Address City":"RIESEL","Physical Address State":"TX ","Physical Address Zipcode":"76682","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1360824742268041,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837080","School District Name":"RICHLAND SPRINGS ISD","Physical Address Line 1":"700 W COYOTE TRL","Physical Address Line 2":"","Physical Address City":"RICHLAND SPRINGS","Physical Address State":"TX ","Physical Address Zipcode":"76871","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17763157894736842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4837020","School District Name":"RICHARDSON ISD","Physical Address Line 1":"400 S GREENVILLE AVE","Physical Address Line 2":"","Physical Address City":"RICHARDSON","Physical Address State":"TX ","Physical Address Zipcode":"75081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1566995086432954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4836990","School District Name":"RICHARDS ISD","Physical Address Line 1":"9477 PANTHER DR","Physical Address Line 2":"","Physical Address City":"RICHARDS","Physical Address State":"TX ","Physical Address Zipcode":"77873","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1417910447761194,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4836970","School District Name":"RICE CISD","Physical Address Line 1":"1094 RAIDER DR","Physical Address Line 2":"","Physical Address City":"ALTAIR","Physical Address State":"TX ","Physical Address Zipcode":"77412","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2097130242825607,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4836960","School District Name":"RICE ISD","Physical Address Line 1":"1302 SW MCKINNEY ST","Physical Address Line 2":"","Physical Address City":"RICE","Physical Address State":"TX ","Physical Address Zipcode":"75155","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2165087956698241,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4836930","School District Name":"RICARDO ISD","Physical Address Line 1":"138 W CR 2160","Physical Address Line 2":"","Physical Address City":"KINGSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"78363","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21170610211706103,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4836780","School District Name":"REFUGIO ISD","Physical Address Line 1":"212 W VANCE ST","Physical Address Line 2":"","Physical Address City":"REFUGIO","Physical Address State":"TX ","Physical Address Zipcode":"78377","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24566929133858267,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4836750","School District Name":"REDWATER ISD","Physical Address Line 1":"202 RED RIVER RD N","Physical Address Line 2":"","Physical Address City":"REDWATER","Physical Address State":"TX ","Physical Address Zipcode":"75573","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15707317073170732,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4836660","School District Name":"RED OAK ISD","Physical Address Line 1":"109 W RED OAK RD","Physical Address Line 2":"","Physical Address City":"RED OAK","Physical Address State":"TX ","Physical Address Zipcode":"75154","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09899505024748763,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4836630","School District Name":"RED LICK ISD","Physical Address Line 1":"3511 N FM 2148","Physical Address Line 2":"","Physical Address City":"TEXARKANA","Physical Address State":"TX ","Physical Address Zipcode":"75503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06274509803921569,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4836570","School District Name":"REAGAN COUNTY ISD","Physical Address Line 1":"1111 E TWELFTH ST","Physical Address Line 2":"","Physical Address City":"BIG LAKE","Physical Address State":"TX ","Physical Address Zipcode":"76932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10134310134310134,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4836540","School District Name":"RAYMONDVILLE ISD","Physical Address Line 1":"419 FM 3168","Physical Address Line 2":"","Physical Address City":"RAYMONDVILLE","Physical Address State":"TX ","Physical Address Zipcode":"78580","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.34808853118712274,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4836510","School District Name":"RANKIN ISD","Physical Address Line 1":"1201 UPTON ST","Physical Address Line 2":"","Physical Address City":"RANKIN","Physical Address State":"TX ","Physical Address Zipcode":"79778","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10424710424710425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4836480","School District Name":"RANGER ISD","Physical Address Line 1":"1842 LOOP 254 E","Physical Address Line 2":"","Physical Address City":"RANGER","Physical Address State":"TX ","Physical Address Zipcode":"76470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.29978586723768735,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4836450","School District Name":"RANDOLPH FIELD ISD","Physical Address Line 1":"BLDG 1225 PERIMETER RD","Physical Address Line 2":"","Physical Address City":"RANDOLPH A F B","Physical Address State":"TX ","Physical Address Zipcode":"78148","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0776255707762557,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4836420","School District Name":"RAMIREZ CSD","Physical Address Line 1":"18 MILES S OF BENAVIDES ON HWY 339","Physical Address Line 2":"","Physical Address City":"RAMIREZ","Physical Address State":"TX ","Physical Address Zipcode":"78376","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.32653061224489793,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4836390","School District Name":"RALLS ISD","Physical Address Line 1":"1082 4TH ST","Physical Address Line 2":"","Physical Address City":"RALLS","Physical Address State":"TX ","Physical Address Zipcode":"79357","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26057906458797325,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4836360","School District Name":"RAINS ISD","Physical Address Line 1":"1759 W US HWY 69","Physical Address Line 2":"","Physical Address City":"EMORY","Physical Address State":"TX ","Physical Address Zipcode":"75440","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18449781659388648,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4836300","School District Name":"QUITMAN ISD","Physical Address Line 1":"600 N WINNSBORO","Physical Address Line 2":"","Physical Address City":"QUITMAN","Physical Address State":"TX ","Physical Address Zipcode":"75783","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18775510204081633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4836240","School District Name":"QUINLAN ISD","Physical Address Line 1":"401 E RICHMOND","Physical Address Line 2":"","Physical Address City":"QUINLAN","Physical Address State":"TX ","Physical Address Zipcode":"75474","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1646176911544228,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4836210","School District Name":"QUEEN CITY ISD","Physical Address Line 1":"1015 HOUSTON ST","Physical Address Line 2":"","Physical Address City":"QUEEN CITY","Physical Address State":"TX ","Physical Address Zipcode":"75572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22727272727272727,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4836180","School District Name":"QUANAH ISD","Physical Address Line 1":"801 ELBERT","Physical Address Line 2":"","Physical Address City":"QUANAH","Physical Address State":"TX ","Physical Address Zipcode":"79252","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22244488977955912,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4836000","School District Name":"PROSPER ISD","Physical Address Line 1":"605 E 7TH ST","Physical Address Line 2":"","Physical Address City":"PROSPER","Physical Address State":"TX ","Physical Address Zipcode":"75078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.024127617148554336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4835910","School District Name":"PROGRESO ISD","Physical Address Line 1":"600 N BUSINESS FM 1015","Physical Address Line 2":"","Physical Address City":"PROGRESO","Physical Address State":"TX ","Physical Address Zipcode":"78579","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.27315914489311166,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835890","School District Name":"PRINGLE-MORSE CISD","Physical Address Line 1":"100 S FIFTH ST","Physical Address Line 2":"","Physical Address City":"MORSE","Physical Address State":"TX ","Physical Address Zipcode":"79062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2375,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835850","School District Name":"PRINCETON ISD","Physical Address Line 1":"321 PANTHER PKWY","Physical Address Line 2":"","Physical Address City":"PRINCETON","Physical Address State":"TX ","Physical Address Zipcode":"75407","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0970724191063174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4835820","School District Name":"PRIDDY ISD","Physical Address Line 1":"1375 SH 16N","Physical Address Line 2":"","Physical Address City":"PRIDDY","Physical Address State":"TX ","Physical Address Zipcode":"76870","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835800","School District Name":"PRESIDIO ISD","Physical Address Line 1":"701 E MARKET ST","Physical Address Line 2":"","Physical Address City":"PRESIDIO","Physical Address State":"TX ","Physical Address Zipcode":"79845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3846949327817994,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835760","School District Name":"PREMONT ISD","Physical Address Line 1":"439 S W 4TH","Physical Address Line 2":"","Physical Address City":"PREMONT","Physical Address State":"TX ","Physical Address Zipcode":"78375","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3033381712626996,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835740","School District Name":"PRAIRILAND ISD","Physical Address Line 1":"466 FM 196 S","Physical Address Line 2":"","Physical Address City":"PATTONVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75468","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1665053242981607,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835730","School District Name":"PRAIRIE VALLEY ISD","Physical Address Line 1":"12920 FM 103","Physical Address Line 2":"","Physical Address City":"NOCONA","Physical Address State":"TX ","Physical Address Zipcode":"76255","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1391304347826087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835700","School District Name":"PRAIRIE LEA ISD","Physical Address Line 1":"6910 HWY 80","Physical Address Line 2":"","Physical Address City":"PRAIRIE LEA","Physical Address State":"TX ","Physical Address Zipcode":"78661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12941176470588237,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835580","School District Name":"POTTSBORO ISD","Physical Address Line 1":"105 CARDINAL LN","Physical Address Line 2":"","Physical Address City":"POTTSBORO","Physical Address State":"TX ","Physical Address Zipcode":"75076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13561741613133477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4835570","School District Name":"BUSHLAND ISD","Physical Address Line 1":"2400 WELLS","Physical Address Line 2":"","Physical Address City":"BUSHLAND","Physical Address State":"TX ","Physical Address Zipcode":"79012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06800348735832606,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4835560","School District Name":"HIGHLAND PARK ISD","Physical Address Line 1":"15300 AMARILLO BLVD E","Physical Address Line 2":"","Physical Address City":"AMARILLO","Physical Address State":"TX ","Physical Address Zipcode":"79108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2152080344332855,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835550","School District Name":"POTH ISD","Physical Address Line 1":"510 TITCOMB ST","Physical Address Line 2":"","Physical Address City":"POTH","Physical Address State":"TX ","Physical Address Zipcode":"78147","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.059186189889025895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835520","School District Name":"POTEET ISD","Physical Address Line 1":"1100 SCHOOL DR","Physical Address Line 2":"","Physical Address City":"POTEET","Physical Address State":"TX ","Physical Address Zipcode":"78065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2052877138413686,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835490","School District Name":"POST ISD","Physical Address Line 1":"501 S AVE K","Physical Address Line 2":"","Physical Address City":"POST","Physical Address State":"TX ","Physical Address Zipcode":"79356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2070365358592693,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835430","School District Name":"PORT NECHES-GROVES ISD","Physical Address Line 1":"620 AVE C","Physical Address Line 2":"","Physical Address City":"PORT NECHES","Physical Address State":"TX ","Physical Address Zipcode":"77651","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1209925340360123,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4835400","School District Name":"PORT ARTHUR ISD","Physical Address Line 1":"4801 9TH AVE","Physical Address Line 2":"","Physical Address City":"PORT ARTHUR","Physical Address State":"TX ","Physical Address Zipcode":"77642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3191235059760956,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835370","School District Name":"PORT ARANSAS ISD","Physical Address Line 1":"100 S STATION ST","Physical Address Line 2":"","Physical Address City":"PORT ARANSAS","Physical Address State":"TX ","Physical Address Zipcode":"78373","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09316770186335403,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835340","School District Name":"POOLVILLE ISD","Physical Address Line 1":"16025 FM 920","Physical Address Line 2":"","Physical Address City":"POOLVILLE","Physical Address State":"TX ","Physical Address Zipcode":"76487","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13529411764705881,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835310","School District Name":"PONDER ISD","Physical Address Line 1":"400 W BAILEY","Physical Address Line 2":"","Physical Address City":"PONDER","Physical Address State":"TX ","Physical Address Zipcode":"76259","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07369844489519946,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835250","School District Name":"POINT ISABEL ISD","Physical Address Line 1":"101 PORT RD","Physical Address Line 2":"","Physical Address City":"PORT ISABEL","Physical Address State":"TX ","Physical Address Zipcode":"78578","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.32776451869530626,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835190","School District Name":"PLEASANTON ISD","Physical Address Line 1":"831 STADIUM DR","Physical Address Line 2":"","Physical Address City":"PLEASANTON","Physical Address State":"TX ","Physical Address Zipcode":"78064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18477970627503337,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4835130","School District Name":"PLEASANT GROVE ISD","Physical Address Line 1":"8500 N KINGS HWY","Physical Address Line 2":"","Physical Address City":"TEXARKANA","Physical Address State":"TX ","Physical Address Zipcode":"75503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08656447249774572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4835100","School District Name":"PLANO ISD","Physical Address Line 1":"2700 W 15TH","Physical Address Line 2":"","Physical Address City":"PLANO","Physical Address State":"TX ","Physical Address Zipcode":"75075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.063736987745421,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4835070","School District Name":"PLAINVIEW ISD","Physical Address Line 1":"2417 YONKERS ST","Physical Address Line 2":"","Physical Address City":"PLAINVIEW","Physical Address State":"TX ","Physical Address Zipcode":"79072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2446236559139785,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835040","School District Name":"PLAINS ISD","Physical Address Line 1":"811 COWBOY WAY","Physical Address Line 2":"","Physical Address City":"PLAINS","Physical Address State":"TX ","Physical Address Zipcode":"79355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15827338129496402,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4835010","School District Name":"PITTSBURG ISD","Physical Address Line 1":"402 BROACH ST","Physical Address Line 2":"","Physical Address City":"PITTSBURG","Physical Address State":"TX ","Physical Address Zipcode":"75686","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22916666666666666,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834980","School District Name":"PINE TREE ISD","Physical Address Line 1":"1701 PINE TREE RD","Physical Address Line 2":"","Physical Address City":"LONGVIEW","Physical Address State":"TX ","Physical Address Zipcode":"75604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.23819956184027086,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834920","School District Name":"PILOT POINT ISD","Physical Address Line 1":"829 S HARRISON ST","Physical Address Line 2":"","Physical Address City":"PILOT POINT","Physical Address State":"TX ","Physical Address Zipcode":"76258","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09213250517598344,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4834860","School District Name":"PHARR-SAN JUAN-ALAMO ISD","Physical Address Line 1":"601 E KELLY","Physical Address Line 2":"","Physical Address City":"PHARR","Physical Address State":"TX ","Physical Address Zipcode":"78577","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.31581940539003506,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834830","School District Name":"PFLUGERVILLE ISD","Physical Address Line 1":"1401 W PECAN ST","Physical Address Line 2":"","Physical Address City":"PFLUGERVILLE","Physical Address State":"TX ","Physical Address Zipcode":"78660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10387686526718937,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4834800","School District Name":"PEWITT CISD","Physical Address Line 1":"1330 US HWY 67 W","Physical Address Line 2":"","Physical Address City":"OMAHA","Physical Address State":"TX ","Physical Address Zipcode":"75571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19068255687973998,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834770","School District Name":"PETTUS ISD","Physical Address Line 1":"500 N MAY","Physical Address Line 2":"","Physical Address City":"PETTUS","Physical Address State":"TX ","Physical Address Zipcode":"78146","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15567282321899736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834710","School District Name":"PETROLIA CISD","Physical Address Line 1":"701 S PRAIRIE","Physical Address Line 2":"","Physical Address City":"PETROLIA","Physical Address State":"TX ","Physical Address Zipcode":"76377","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834680","School District Name":"PETERSBURG ISD","Physical Address Line 1":"1411 W 4TH","Physical Address Line 2":"","Physical Address City":"PETERSBURG","Physical Address State":"TX ","Physical Address Zipcode":"79250","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20161290322580644,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834650","School District Name":"PERRYTON ISD","Physical Address Line 1":"821 SW 17TH AVE","Physical Address Line 2":"","Physical Address City":"PERRYTON","Physical Address State":"TX ","Physical Address Zipcode":"79070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1337807606263982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4834630","School District Name":"PERRIN-WHITT CISD","Physical Address Line 1":"216 N BENSON","Physical Address Line 2":"","Physical Address City":"PERRIN","Physical Address State":"TX ","Physical Address Zipcode":"76486","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11699779249448124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834560","School District Name":"PENELOPE ISD","Physical Address Line 1":"309 AVE D","Physical Address Line 2":"","Physical Address City":"PENELOPE","Physical Address State":"TX ","Physical Address Zipcode":"76676","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12096774193548387,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834550","School District Name":"PECOS-BARSTOW-TOYAH ISD","Physical Address Line 1":"1301 S EDDY ST","Physical Address Line 2":"","Physical Address City":"PECOS","Physical Address State":"TX ","Physical Address Zipcode":"79772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19968366943455912,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4834500","School District Name":"PEASTER ISD","Physical Address Line 1":"3602 HARWELL LAKE RD","Physical Address Line 2":"","Physical Address City":"WEATHERFORD","Physical Address State":"TX ","Physical Address Zipcode":"76088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07990115321252059,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834470","School District Name":"PEARSALL ISD","Physical Address Line 1":"318 BERRY RANCH RD","Physical Address Line 2":"","Physical Address City":"PEARSALL","Physical Address State":"TX ","Physical Address Zipcode":"78061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2575820523473203,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834440","School District Name":"PEARLAND ISD","Physical Address Line 1":"1928 N MAIN","Physical Address Line 2":"","Physical Address City":"PEARLAND","Physical Address State":"TX ","Physical Address Zipcode":"77581","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05884103567025212,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4834410","School District Name":"PAWNEE ISD","Physical Address Line 1":"6229 FM798","Physical Address Line 2":"","Physical Address City":"PAWNEE","Physical Address State":"TX ","Physical Address Zipcode":"78145","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834380","School District Name":"PATTON SPRINGS ISD","Physical Address Line 1":"1261 E FM 193","Physical Address Line 2":"","Physical Address City":"AFTON","Physical Address State":"TX ","Physical Address Zipcode":"79220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2926829268292683,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834320","School District Name":"PASADENA ISD","Physical Address Line 1":"1515 CHERRYBROOK","Physical Address Line 2":"","Physical Address City":"PASADENA","Physical Address State":"TX ","Physical Address Zipcode":"77502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23037468047894524,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834290","School District Name":"PARIS ISD","Physical Address Line 1":"1920 CLARKSVILLE","Physical Address Line 2":"","Physical Address City":"PARIS","Physical Address State":"TX ","Physical Address Zipcode":"75460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3415933919531042,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834260","School District Name":"PARADISE ISD","Physical Address Line 1":"338 SCHOOLHOUSE RD","Physical Address Line 2":"","Physical Address City":"PARADISE","Physical Address State":"TX ","Physical Address Zipcode":"76073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09964726631393298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834230","School District Name":"PANHANDLE ISD","Physical Address Line 1":"1001 ELSIE ST","Physical Address Line 2":"","Physical Address City":"PANHANDLE","Physical Address State":"TX ","Physical Address Zipcode":"79068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09309309309309309,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834170","School District Name":"PAMPA ISD","Physical Address Line 1":"1233 N HOBART","Physical Address Line 2":"","Physical Address City":"PAMPA","Physical Address State":"TX ","Physical Address Zipcode":"79065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15188528943175783,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4834140","School District Name":"PALO PINTO ISD","Physical Address Line 1":"821 OAK ST","Physical Address Line 2":"","Physical Address City":"PALO PINTO","Physical Address State":"TX ","Physical Address Zipcode":"76484","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15447154471544716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834110","School District Name":"PALMER ISD","Physical Address Line 1":"303 BULLDOG WAY","Physical Address Line 2":"","Physical Address City":"PALMER","Physical Address State":"TX ","Physical Address Zipcode":"75152","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09817671809256662,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4834050","School District Name":"PALESTINE ISD","Physical Address Line 1":"1007 E PARK AVE","Physical Address Line 2":"","Physical Address City":"PALESTINE","Physical Address State":"TX ","Physical Address Zipcode":"75801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2865783410138249,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4834020","School District Name":"PALACIOS ISD","Physical Address Line 1":"1209 12TH ST","Physical Address Line 2":"","Physical Address City":"PALACIOS","Physical Address State":"TX ","Physical Address Zipcode":"77465","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.21253602305475505,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833980","School District Name":"PAINT ROCK ISD","Physical Address Line 1":"698 S SIMS ST","Physical Address Line 2":"","Physical Address City":"PAINT ROCK","Physical Address State":"TX ","Physical Address Zipcode":"76866","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20253164556962025,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833960","School District Name":"PAINT CREEK ISD","Physical Address Line 1":"4485 FM 600","Physical Address Line 2":"","Physical Address City":"HASKELL","Physical Address State":"TX ","Physical Address Zipcode":"79521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16326530612244897,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833900","School District Name":"PADUCAH ISD","Physical Address Line 1":"810 GOODWIN ROOM 462","Physical Address Line 2":"","Physical Address City":"PADUCAH","Physical Address State":"TX ","Physical Address Zipcode":"79248","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2857142857142857,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833870","School District Name":"OVERTON ISD","Physical Address Line 1":"501 E HENDERSTON ST","Physical Address Line 2":"","Physical Address City":"OVERTON","Physical Address State":"TX ","Physical Address Zipcode":"75684","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16898954703832753,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833840","School District Name":"ORE CITY ISD","Physical Address Line 1":"100 REBEL RD","Physical Address Line 2":"","Physical Address City":"ORE CITY","Physical Address State":"TX ","Physical Address Zipcode":"75683","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26440677966101694,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833780","School District Name":"ORANGEFIELD ISD","Physical Address Line 1":"9974 FM 105","Physical Address Line 2":"","Physical Address City":"ORANGEFIELD","Physical Address State":"TX ","Physical Address Zipcode":"77639","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10403530895334175,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4833720","School District Name":"ORANGE GROVE ISD","Physical Address Line 1":"504 S DIBRELL","Physical Address Line 2":"","Physical Address City":"ORANGE GROVE","Physical Address State":"TX ","Physical Address Zipcode":"78372","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30122818358112474,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833690","School District Name":"ONALASKA ISD","Physical Address Line 1":"134 N FM 356","Physical Address Line 2":"","Physical Address City":"ONALASKA","Physical Address State":"TX ","Physical Address Zipcode":"77360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24521072796934865,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833660","School District Name":"OLTON ISD","Physical Address Line 1":"701 6TH ST","Physical Address Line 2":"","Physical Address City":"OLTON","Physical Address State":"TX ","Physical Address Zipcode":"79064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23887973640856672,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833630","School District Name":"OLNEY ISD","Physical Address Line 1":"809 W HAMILTON","Physical Address Line 2":"","Physical Address City":"OLNEY","Physical Address State":"TX ","Physical Address Zipcode":"76374","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1985611510791367,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4833570","School District Name":"OLFEN ISD","Physical Address Line 1":"1122 PRIVATE RD 2562","Physical Address Line 2":"","Physical Address City":"ROWENA","Physical Address State":"TX ","Physical Address Zipcode":"76875","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17391304347826086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833420","School District Name":"OGLESBY ISD","Physical Address Line 1":"125 COLLEGE AVE","Physical Address Line 2":"","Physical Address City":"OGLESBY","Physical Address State":"TX ","Physical Address Zipcode":"76561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15476190476190477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833390","School District Name":"O'DONNELL ISD","Physical Address Line 1":"400 SMALL ST","Physical Address Line 2":"","Physical Address City":"O'DONNELL","Physical Address State":"TX ","Physical Address Zipcode":"79351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20333333333333334,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833360","School District Name":"ODEM-EDROY ISD","Physical Address Line 1":"1 OWL SQUARE","Physical Address Line 2":"","Physical Address City":"ODEM","Physical Address State":"TX ","Physical Address Zipcode":"78370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1885014137606032,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4833340","School District Name":"OAKWOOD ISD","Physical Address Line 1":"631 N HOLLY ST","Physical Address Line 2":"","Physical Address City":"OAKWOOD","Physical Address State":"TX ","Physical Address Zipcode":"75855","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833270","School District Name":"NURSERY ISD","Physical Address Line 1":"13254 NURSERY DR","Physical Address Line 2":"","Physical Address City":"VICTORIA","Physical Address State":"TX ","Physical Address Zipcode":"77904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2177121771217712,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833240","School District Name":"NUECES CANYON CISD","Physical Address Line 1":"200 TAYLOR ST","Physical Address Line 2":"","Physical Address City":"BARKSDALE","Physical Address State":"TX ","Physical Address Zipcode":"78828","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3404255319148936,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833180","School District Name":"NORTHWEST ISD","Physical Address Line 1":"2001 TEXAN DR","Physical Address Line 2":"","Physical Address City":"JUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"76247","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05424228559808856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4833120","School District Name":"NORTHSIDE ISD","Physical Address Line 1":"5900 EVERS RD","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78238","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13790586390548543,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4833090","School District Name":"NORTHSIDE ISD","Physical Address Line 1":"18040 HWY 283 N","Physical Address Line 2":"","Physical Address City":"VERNON","Physical Address State":"TX ","Physical Address Zipcode":"76384","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23076923076923078,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833030","School District Name":"NORTH ZULCH ISD","Physical Address Line 1":"11390 FIFTH ST ADMN","Physical Address Line 2":"","Physical Address City":"NORTH ZULCH","Physical Address State":"TX ","Physical Address Zipcode":"77872","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21700879765395895,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4833010","School District Name":"NORTH LAMAR ISD","Physical Address Line 1":"3130 N MAIN","Physical Address Line 2":"","Physical Address City":"PARIS","Physical Address State":"TX ","Physical Address Zipcode":"75460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1897018970189702,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4832970","School District Name":"NORTH HOPKINS ISD","Physical Address Line 1":"1994 FM 71 W","Physical Address Line 2":"","Physical Address City":"SULPHUR SPRINGS","Physical Address State":"TX ","Physical Address Zipcode":"75482","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17303370786516853,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832940","School District Name":"NORTH EAST ISD","Physical Address Line 1":"8961 TESORO DR","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1431606873088591,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4832910","School District Name":"NORMANGEE ISD","Physical Address Line 1":"116 SPUR 3","Physical Address Line 2":"","Physical Address City":"NORMANGEE","Physical Address State":"TX ","Physical Address Zipcode":"77871","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1892430278884462,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832880","School District Name":"NORDHEIM ISD","Physical Address Line 1":"500 N BROADWAY","Physical Address Line 2":"","Physical Address City":"NORDHEIM","Physical Address State":"TX ","Physical Address Zipcode":"78141","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16853932584269662,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832790","School District Name":"NOCONA ISD","Physical Address Line 1":"220 CLAY","Physical Address Line 2":"","Physical Address City":"NOCONA","Physical Address State":"TX ","Physical Address Zipcode":"76255","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20436280137772675,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832740","School District Name":"NIXON-SMILEY CISD","Physical Address Line 1":"800 RANCHO RD","Physical Address Line 2":"","Physical Address City":"NIXON","Physical Address State":"TX ","Physical Address Zipcode":"78140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2183803457688808,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832730","School District Name":"NEWTON ISD","Physical Address Line 1":"720 RUSK ST","Physical Address Line 2":"","Physical Address City":"NEWTON","Physical Address State":"TX ","Physical Address Zipcode":"75966","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25925925925925924,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832700","School District Name":"NEWCASTLE ISD","Physical Address Line 1":"505 WASHINGTON AVE","Physical Address Line 2":"","Physical Address City":"NEWCASTLE","Physical Address State":"TX ","Physical Address Zipcode":"76372","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2393617021276596,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832640","School District Name":"NEW WAVERLY ISD","Physical Address Line 1":"355 FRONT ST","Physical Address Line 2":"","Physical Address City":"NEW WAVERLY","Physical Address State":"TX ","Physical Address Zipcode":"77358","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18083961248654468,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4832610","School District Name":"NEW SUMMERFIELD ISD","Physical Address Line 1":"13307 HWY 110 S","Physical Address Line 2":"","Physical Address City":"NEW SUMMERFIELD","Physical Address State":"TX ","Physical Address Zipcode":"75780","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19463087248322147,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832490","School District Name":"NEW HOME ISD","Physical Address Line 1":"225 N MAIN ST","Physical Address Line 2":"","Physical Address City":"NEW HOME","Physical Address State":"TX ","Physical Address Zipcode":"79381","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09722222222222222,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832460","School District Name":"NEW DIANA ISD","Physical Address Line 1":"1373 US HWY 259 S","Physical Address Line 2":"","Physical Address City":"DIANA","Physical Address State":"TX ","Physical Address Zipcode":"75640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11945031712473574,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832430","School District Name":"NEW DEAL ISD","Physical Address Line 1":"401 S AUBURN AVE","Physical Address Line 2":"","Physical Address City":"NEW DEAL","Physical Address State":"TX ","Physical Address Zipcode":"79350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21882640586797067,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832400","School District Name":"NEW CANEY ISD","Physical Address Line 1":"21580 LOOP 494","Physical Address Line 2":"","Physical Address City":"NEW CANEY","Physical Address State":"TX ","Physical Address Zipcode":"77357","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13969283013043143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4832370","School District Name":"NEW BRAUNFELS ISD","Physical Address Line 1":"1000 N WALNUT","Physical Address Line 2":"","Physical Address City":"NEW BRAUNFELS","Physical Address State":"TX ","Physical Address Zipcode":"78130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08609560362875088,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4832340","School District Name":"NEW BOSTON ISD","Physical Address Line 1":"201 RICE ST","Physical Address Line 2":"","Physical Address City":"NEW BOSTON","Physical Address State":"TX ","Physical Address Zipcode":"75570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20658682634730538,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832310","School District Name":"NEEDVILLE ISD","Physical Address Line 1":"16319 HWY 36","Physical Address Line 2":"","Physical Address City":"NEEDVILLE","Physical Address State":"TX ","Physical Address Zipcode":"77461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08860406798551128,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4832280","School District Name":"NEDERLAND ISD","Physical Address Line 1":"220 N 17TH ST","Physical Address Line 2":"","Physical Address City":"NEDERLAND","Physical Address State":"TX ","Physical Address Zipcode":"77627","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1417785234899329,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4832250","School District Name":"NECHES ISD","Physical Address Line 1":"HWY 79 AND CO RD 346","Physical Address Line 2":"","Physical Address City":"NECHES","Physical Address State":"TX ","Physical Address Zipcode":"75779","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2084942084942085,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832220","School District Name":"NAZARETH ISD","Physical Address Line 1":"101 S FIRST ST","Physical Address Line 2":"","Physical Address City":"NAZARETH","Physical Address State":"TX ","Physical Address Zipcode":"79063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07432432432432433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832190","School District Name":"NAVASOTA ISD","Physical Address Line 1":"705 E WASHINGTON AVE","Physical Address Line 2":"","Physical Address City":"NAVASOTA","Physical Address State":"TX ","Physical Address Zipcode":"77868","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18961038961038962,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4832160","School District Name":"NAVARRO ISD","Physical Address Line 1":"6450 N STATE HWY 123","Physical Address Line 2":"","Physical Address City":"SEGUIN","Physical Address State":"TX ","Physical Address Zipcode":"78155","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08004446914952751,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4832130","School District Name":"NATALIA ISD","Physical Address Line 1":"805 PEARSON ST","Physical Address Line 2":"","Physical Address City":"NATALIA","Physical Address State":"TX ","Physical Address Zipcode":"78059","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2028985507246377,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832090","School District Name":"NACOGDOCHES ISD","Physical Address Line 1":"420 S SHAWNEE ST","Physical Address Line 2":"","Physical Address City":"NACOGDOCHES","Physical Address State":"TX ","Physical Address Zipcode":"75961","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.25261184034288775,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4832010","School District Name":"MURCHISON ISD","Physical Address Line 1":"9661 E BANKHEAD ST","Physical Address Line 2":"","Physical Address City":"MURCHISON","Physical Address State":"TX ","Physical Address Zipcode":"75778","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26666666666666666,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831970","School District Name":"MUNDAY CISD","Physical Address Line 1":"811 W D","Physical Address Line 2":"","Physical Address City":"MUNDAY","Physical Address State":"TX ","Physical Address Zipcode":"76371","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.233502538071066,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831950","School District Name":"MUMFORD ISD","Physical Address Line 1":"9755 F M 50","Physical Address Line 2":"","Physical Address City":"MUMFORD","Physical Address State":"TX ","Physical Address Zipcode":"77807","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20588235294117646,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831920","School District Name":"MULLIN ISD","Physical Address Line 1":"403 W BULLDOG DR","Physical Address Line 2":"","Physical Address City":"MULLIN","Physical Address State":"TX ","Physical Address Zipcode":"76864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18518518518518517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4831890","School District Name":"MULESHOE ISD","Physical Address Line 1":"514 W AVE G","Physical Address Line 2":"","Physical Address City":"MULESHOE","Physical Address State":"TX ","Physical Address Zipcode":"79347","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.221976401179941,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831860","School District Name":"MUENSTER ISD","Physical Address Line 1":"113 E 7TH ST","Physical Address Line 2":"","Physical Address City":"MUENSTER","Physical Address State":"TX ","Physical Address Zipcode":"76252","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.054635761589403975,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831770","School District Name":"MOUNT VERNON ISD","Physical Address Line 1":"501 TEXAS HWY 37","Physical Address Line 2":"","Physical Address City":"MOUNT VERNON","Physical Address State":"TX ","Physical Address Zipcode":"75457","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1750465549348231,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4831760","School District Name":"MOUNT PLEASANT ISD","Physical Address Line 1":"2230 N EDWARDS AVE","Physical Address Line 2":"","Physical Address City":"MOUNT PLEASANT","Physical Address State":"TX ","Physical Address Zipcode":"75456","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20716305372290292,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831650","School District Name":"MOUNT ENTERPRISE ISD","Physical Address Line 1":"301 NW 3RD ST","Physical Address Line 2":"","Physical Address City":"MOUNT ENTERPRISE","Physical Address State":"TX ","Physical Address Zipcode":"75681","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22265625,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831620","School District Name":"MOUNT CALM ISD","Physical Address Line 1":"200 N COATES E","Physical Address Line 2":"","Physical Address City":"MOUNT CALM","Physical Address State":"TX ","Physical Address Zipcode":"76673","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21875,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831560","School District Name":"MOULTON ISD","Physical Address Line 1":"500 N PECAN ST","Physical Address Line 2":"","Physical Address City":"MOULTON","Physical Address State":"TX ","Physical Address Zipcode":"77975","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1791907514450867,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831500","School District Name":"MOTLEY COUNTY ISD","Physical Address Line 1":"1600 BUNDY","Physical Address Line 2":"","Physical Address City":"MATADOR","Physical Address State":"TX ","Physical Address Zipcode":"79244","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26285714285714284,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831470","School District Name":"MORTON ISD","Physical Address Line 1":"500 CHAMPION DR","Physical Address Line 2":"","Physical Address City":"MORTON","Physical Address State":"TX ","Physical Address Zipcode":"79346","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2748267898383372,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831410","School District Name":"MORGAN MILL ISD","Physical Address Line 1":"295 E FM 1188","Physical Address Line 2":"","Physical Address City":"MORGAN MILL","Physical Address State":"TX ","Physical Address Zipcode":"76465","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12422360248447205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831380","School District Name":"MORGAN ISD","Physical Address Line 1":"1306 CHARLES ST","Physical Address Line 2":"","Physical Address City":"MORGAN","Physical Address State":"TX ","Physical Address Zipcode":"76671","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1513157894736842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831320","School District Name":"MORAN ISD","Physical Address Line 1":"900 MAIN AVE","Physical Address Line 2":"","Physical Address City":"MORAN","Physical Address State":"TX ","Physical Address Zipcode":"76464","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3484848484848485,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831290","School District Name":"MOODY ISD","Physical Address Line 1":"12084A S LONE STAR PKWY","Physical Address Line 2":"","Physical Address City":"MOODY","Physical Address State":"TX ","Physical Address Zipcode":"76557","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16424581005586592,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831260","School District Name":"MONTGOMERY ISD","Physical Address Line 1":"20774 EVA ST","Physical Address Line 2":"","Physical Address City":"MONTGOMERY","Physical Address State":"TX ","Physical Address Zipcode":"77356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07340674007340674,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4831230","School District Name":"MONTE ALTO ISD","Physical Address Line 1":"25149 1ST ST","Physical Address Line 2":"","Physical Address City":"MONTE ALTO","Physical Address State":"TX ","Physical Address Zipcode":"78538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3556910569105691,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831200","School District Name":"MONTAGUE ISD","Physical Address Line 1":"8020 HWY 175","Physical Address Line 2":"","Physical Address City":"MONTAGUE","Physical Address State":"TX ","Physical Address Zipcode":"76251","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2247191011235955,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4831170","School District Name":"MONAHANS-WICKETT-PYOTE ISD","Physical Address Line 1":"606 S BETTY AVE","Physical Address Line 2":"","Physical Address City":"MONAHANS","Physical Address State":"TX ","Physical Address Zipcode":"79756","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13367609254498714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4831040","School District Name":"MISSION CISD","Physical Address Line 1":"1201 BRYCE DR","Physical Address Line 2":"","Physical Address City":"MISSION","Physical Address State":"TX ","Physical Address Zipcode":"78572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.32027104775298854,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830950","School District Name":"MINERAL WELLS ISD","Physical Address Line 1":"906 S W 5TH AVE","Physical Address Line 2":"","Physical Address City":"MINERAL WELLS","Physical Address State":"TX ","Physical Address Zipcode":"76067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21791701016762846,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830930","School District Name":"MINEOLA ISD","Physical Address Line 1":"1695 W LOOP 564","Physical Address Line 2":"","Physical Address City":"MINEOLA","Physical Address State":"TX ","Physical Address Zipcode":"75773","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23158551810237205,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830870","School District Name":"MILLSAP ISD","Physical Address Line 1":"201 E BRAZOS ST","Physical Address Line 2":"","Physical Address City":"MILLSAP","Physical Address State":"TX ","Physical Address Zipcode":"76066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11662531017369727,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830810","School District Name":"MILLER GROVE ISD","Physical Address Line 1":"7819 FM 275 S","Physical Address Line 2":"","Physical Address City":"CUMBY","Physical Address State":"TX ","Physical Address Zipcode":"75433","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12549019607843137,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830780","School District Name":"MILFORD ISD","Physical Address Line 1":"205 THIRD AVE","Physical Address Line 2":"","Physical Address City":"MILFORD","Physical Address State":"TX ","Physical Address Zipcode":"76670","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1331168831168831,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830750","School District Name":"MILES ISD","Physical Address Line 1":"1001 ROBINSON","Physical Address Line 2":"","Physical Address City":"MILES","Physical Address State":"TX ","Physical Address Zipcode":"76861","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1524390243902439,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830720","School District Name":"MILDRED ISD","Physical Address Line 1":"5475 S HWY 287","Physical Address Line 2":"","Physical Address City":"CORSICANA","Physical Address State":"TX ","Physical Address Zipcode":"75109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10899653979238755,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830690","School District Name":"MILANO ISD","Physical Address Line 1":"500 N FIFTH ST","Physical Address Line 2":"","Physical Address City":"MILANO","Physical Address State":"TX ","Physical Address Zipcode":"76556","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14102564102564102,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830660","School District Name":"MIDWAY ISD","Physical Address Line 1":"12142 STATE HWY 148 S","Physical Address Line 2":"","Physical Address City":"HENRIETTA","Physical Address State":"TX ","Physical Address Zipcode":"76365","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17045454545454544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830640","School District Name":"MIDWAY ISD","Physical Address Line 1":"13885 WOODWAY DR","Physical Address Line 2":"","Physical Address City":"WOODWAY","Physical Address State":"TX ","Physical Address Zipcode":"76712","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08077786088257292,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4830600","School District Name":"MIDLOTHIAN ISD","Physical Address Line 1":"100 WALTER STEPHENSON RD","Physical Address Line 2":"","Physical Address City":"MIDLOTHIAN","Physical Address State":"TX ","Physical Address Zipcode":"76065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04844405208563231,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4830570","School District Name":"MIDLAND ISD","Physical Address Line 1":"615 W MISSOURI AVE","Physical Address Line 2":"","Physical Address City":"MIDLAND","Physical Address State":"TX ","Physical Address Zipcode":"79701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11413204090076245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4830480","School District Name":"MIAMI ISD","Physical Address Line 1":"800 WARRIOR WAY","Physical Address Line 2":"","Physical Address City":"MIAMI","Physical Address State":"TX ","Physical Address Zipcode":"79059","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09090909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830450","School District Name":"MEYERSVILLE ISD","Physical Address Line 1":"1897 MEYERSVILLE RD","Physical Address Line 2":"","Physical Address City":"MEYERSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"77974","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17727272727272728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830420","School District Name":"MEXIA ISD","Physical Address Line 1":"616 N RED RIVER ST","Physical Address Line 2":"","Physical Address City":"MEXIA","Physical Address State":"TX ","Physical Address Zipcode":"76667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20181177654755914,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830390","School District Name":"MESQUITE ISD","Physical Address Line 1":"3819 TOWNE CROSSING BOULEVAERD","Physical Address Line 2":"","Physical Address City":"MESQUITE","Physical Address State":"TX ","Physical Address Zipcode":"75150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19751436926489865,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4830360","School District Name":"IRION COUNTY ISD","Physical Address Line 1":"302 N THIRD ST","Physical Address Line 2":"","Physical Address City":"MERTZON","Physical Address State":"TX ","Physical Address Zipcode":"76941","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06642066420664207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830340","School District Name":"MERKEL ISD","Physical Address Line 1":"1512 S 5TH","Physical Address Line 2":"","Physical Address City":"MERKEL","Physical Address State":"TX ","Physical Address Zipcode":"79536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18556701030927836,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830300","School District Name":"MERIDIAN ISD","Physical Address Line 1":"201 2ND ST","Physical Address Line 2":"","Physical Address City":"MERIDIAN","Physical Address State":"TX ","Physical Address Zipcode":"76665","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17040358744394618,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830250","School District Name":"MERCEDES ISD","Physical Address Line 1":"206 W 6TH ST","Physical Address Line 2":"","Physical Address City":"MERCEDES","Physical Address State":"TX ","Physical Address Zipcode":"78570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3449295529657332,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830210","School District Name":"MENARD ISD","Physical Address Line 1":"221 E SAN SABA","Physical Address Line 2":"","Physical Address City":"MENARD","Physical Address State":"TX ","Physical Address Zipcode":"76859","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.32441471571906355,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830180","School District Name":"MEMPHIS ISD","Physical Address Line 1":"1501 HIGH ST","Physical Address Line 2":"","Physical Address City":"MEMPHIS","Physical Address State":"TX ","Physical Address Zipcode":"79245","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3333333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830120","School District Name":"MELISSA ISD","Physical Address Line 1":"1904 COOPER","Physical Address Line 2":"","Physical Address City":"MELISSA","Physical Address State":"TX ","Physical Address Zipcode":"75454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.038850452368281004,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4830060","School District Name":"MEDINA VALLEY ISD","Physical Address Line 1":"8449 F M 471 S","Physical Address Line 2":"","Physical Address City":"CASTROVILLE","Physical Address State":"TX ","Physical Address Zipcode":"78009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1321165894851539,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4830030","School District Name":"MEDINA ISD","Physical Address Line 1":"ONE BOBCAT LN","Physical Address Line 2":"","Physical Address City":"MEDINA","Physical Address State":"TX ","Physical Address Zipcode":"78055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20512820512820512,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4830000","School District Name":"MEADOW ISD","Physical Address Line 1":"604 4TH ST","Physical Address Line 2":"","Physical Address City":"MEADOW","Physical Address State":"TX ","Physical Address Zipcode":"79345","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2146118721461187,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829940","School District Name":"MCMULLEN COUNTY ISD","Physical Address Line 1":"901 RIVER ST","Physical Address Line 2":"","Physical Address City":"TILDEN","Physical Address State":"TX ","Physical Address Zipcode":"78072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829910","School District Name":"MCLEOD ISD","Physical Address Line 1":"19395 FARM RD 125","Physical Address Line 2":"","Physical Address City":"MCLEOD","Physical Address State":"TX ","Physical Address Zipcode":"75565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20118343195266272,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829880","School District Name":"MCLEAN ISD","Physical Address Line 1":"600 ROWE ST","Physical Address Line 2":"","Physical Address City":"MCLEAN","Physical Address State":"TX ","Physical Address Zipcode":"79057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25870646766169153,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829850","School District Name":"MCKINNEY ISD","Physical Address Line 1":"1 DUVALL ST","Physical Address Line 2":"","Physical Address City":"MCKINNEY","Physical Address State":"TX ","Physical Address Zipcode":"75069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07047417811198807,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4829820","School District Name":"MCGREGOR ISD","Physical Address Line 1":"525 BLUEBONNET PKWY","Physical Address Line 2":"","Physical Address City":"MCGREGOR","Physical Address State":"TX ","Physical Address Zipcode":"76657","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1635658914728682,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4829760","School District Name":"MCDADE ISD","Physical Address Line 1":"156 MARLIN ST","Physical Address Line 2":"","Physical Address City":"MCDADE","Physical Address State":"TX ","Physical Address Zipcode":"78650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30246913580246915,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829700","School District Name":"MCCAMEY ISD","Physical Address Line 1":"112 E 11TH ST","Physical Address Line 2":"","Physical Address City":"MCCAMEY","Physical Address State":"TX ","Physical Address Zipcode":"79752","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18250950570342206,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829670","School District Name":"MCALLEN ISD","Physical Address Line 1":"2000 N 23RD ST","Physical Address Line 2":"","Physical Address City":"MCALLEN","Physical Address State":"TX ","Physical Address Zipcode":"78501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.27699902706208784,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829580","School District Name":"MAYPEARL ISD","Physical Address Line 1":"309 MAIN ST","Physical Address Line 2":"","Physical Address City":"MAYPEARL","Physical Address State":"TX ","Physical Address Zipcode":"76064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05134281200631911,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829520","School District Name":"MAY ISD","Physical Address Line 1":"3400 CR 411 E","Physical Address Line 2":"","Physical Address City":"MAY","Physical Address State":"TX ","Physical Address Zipcode":"76857","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16044776119402984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829460","School District Name":"MAUD ISD","Physical Address Line 1":"389 HOUSTON DR","Physical Address Line 2":"","Physical Address City":"MAUD","Physical Address State":"TX ","Physical Address Zipcode":"75567","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15473441108545036,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829400","School District Name":"MATHIS ISD","Physical Address Line 1":"602 E SAN PATRICIO AVE","Physical Address Line 2":"","Physical Address City":"MATHIS","Physical Address State":"TX ","Physical Address Zipcode":"78368","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.34512195121951217,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829370","School District Name":"MATAGORDA ISD","Physical Address Line 1":"717 WIGHTMAN ST","Physical Address Line 2":"","Physical Address City":"MATAGORDA","Physical Address State":"TX ","Physical Address Zipcode":"77457","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829280","School District Name":"MASON ISD","Physical Address Line 1":"200 FT MCKAVITT","Physical Address Line 2":"","Physical Address City":"MASON","Physical Address State":"TX ","Physical Address Zipcode":"76856","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1876790830945559,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829250","School District Name":"MARTINSVILLE ISD","Physical Address Line 1":"12952 STATE HWY 7 E","Physical Address Line 2":"","Physical Address City":"NACOGDOCHES","Physical Address State":"TX ","Physical Address Zipcode":"75961","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24621212121212122,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829220","School District Name":"MARTINS MILL ISD","Physical Address Line 1":"301 F M 1861","Physical Address Line 2":"","Physical Address City":"MARTIN'S MILL","Physical Address State":"TX ","Physical Address Zipcode":"75754","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1384928716904277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829190","School District Name":"MART ISD","Physical Address Line 1":"1100 J L DAVIS AVE","Physical Address Line 2":"","Physical Address City":"MART","Physical Address State":"TX ","Physical Address Zipcode":"76664","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.199288256227758,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829160","School District Name":"MARSHALL ISD","Physical Address Line 1":"1305 E PINECREST DR","Physical Address Line 2":"","Physical Address City":"MARSHALL","Physical Address State":"TX ","Physical Address Zipcode":"75670","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23868381493235344,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829130","School District Name":"MARLIN ISD","Physical Address Line 1":"130 COLEMAN ST","Physical Address Line 2":"","Physical Address City":"MARLIN","Physical Address State":"TX ","Physical Address Zipcode":"76661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2900763358778626,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829100","School District Name":"MARION ISD","Physical Address Line 1":"211 W OTTO ST","Physical Address Line 2":"","Physical Address City":"MARION","Physical Address State":"TX ","Physical Address Zipcode":"78124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0946822308690013,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4829040","School District Name":"MARFA ISD","Physical Address Line 1":"400 W LINCOLN ST","Physical Address Line 2":"","Physical Address City":"MARFA","Physical Address State":"TX ","Physical Address Zipcode":"79843","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22408026755852842,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4829010","School District Name":"MARBLE FALLS ISD","Physical Address Line 1":"1800 COLT CIR","Physical Address Line 2":"","Physical Address City":"MARBLE FALLS","Physical Address State":"TX ","Physical Address Zipcode":"78654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15403363392639532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4828980","School District Name":"MARATHON ISD","Physical Address Line 1":"109 NE 5TH ST","Physical Address Line 2":"","Physical Address City":"MARATHON","Physical Address State":"TX ","Physical Address Zipcode":"79842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09230769230769231,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828920","School District Name":"MANSFIELD ISD","Physical Address Line 1":"605 E BROAD ST","Physical Address Line 2":"","Physical Address City":"MANSFIELD","Physical Address State":"TX ","Physical Address Zipcode":"76063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10261680765277888,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4828890","School District Name":"MANOR ISD","Physical Address Line 1":"10335 HWY 290 E","Physical Address Line 2":"","Physical Address City":"MANOR","Physical Address State":"TX ","Physical Address Zipcode":"78653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1257122507122507,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4828830","School District Name":"MALTA ISD","Physical Address Line 1":"6178 W US HWY 82","Physical Address Line 2":"","Physical Address City":"NEW BOSTON","Physical Address State":"TX ","Physical Address Zipcode":"75570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07608695652173914,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828800","School District Name":"MALONE ISD","Physical Address Line 1":"202 W HACKBERRY ST","Physical Address Line 2":"","Physical Address City":"MALONE","Physical Address State":"TX ","Physical Address Zipcode":"76660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19753086419753085,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828780","School District Name":"MALAKOFF ISD","Physical Address Line 1":"1308 FM 3062","Physical Address Line 2":"","Physical Address City":"MALAKOFF","Physical Address State":"TX ","Physical Address Zipcode":"75148","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.22652388797364087,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828740","School District Name":"MAGNOLIA ISD","Physical Address Line 1":"31141 NICHOLS SAWMILL RD","Physical Address Line 2":"","Physical Address City":"MAGNOLIA","Physical Address State":"TX ","Physical Address Zipcode":"77355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10524301569077689,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4828710","School District Name":"MADISONVILLE CISD","Physical Address Line 1":"718 BACON ST","Physical Address Line 2":"","Physical Address City":"MADISONVILLE","Physical Address State":"TX ","Physical Address Zipcode":"77864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22489082969432314,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828680","School District Name":"MABANK ISD","Physical Address Line 1":"310 E MARKET ST","Physical Address Line 2":"","Physical Address City":"MABANK","Physical Address State":"TX ","Physical Address Zipcode":"75147","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20695504664970313,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828650","School District Name":"LYTLE ISD","Physical Address Line 1":"15437 COTTAGE ST","Physical Address Line 2":"","Physical Address City":"LYTLE","Physical Address State":"TX ","Physical Address Zipcode":"78052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21311475409836064,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828620","School District Name":"LYFORD CISD","Physical Address Line 1":"8240 SIMON GOMEZ BLVD","Physical Address Line 2":"","Physical Address City":"LYFORD","Physical Address State":"TX ","Physical Address Zipcode":"78569","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3204113924050633,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828590","School District Name":"LULING ISD","Physical Address Line 1":"212 E BOWIE ST","Physical Address Line 2":"","Physical Address City":"LULING","Physical Address State":"TX ","Physical Address Zipcode":"78648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22727272727272727,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828550","School District Name":"LUFKIN ISD","Physical Address Line 1":"101 COTTON SQ","Physical Address Line 2":"","Physical Address City":"LUFKIN","Physical Address State":"TX ","Physical Address Zipcode":"75904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.25973718479933705,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828530","School District Name":"LUEDERS-AVOCA ISD","Physical Address Line 1":"334 VANDEVENTER ST","Physical Address Line 2":"","Physical Address City":"LUEDERS","Physical Address State":"TX ","Physical Address Zipcode":"79533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1981981981981982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828500","School District Name":"LUBBOCK ISD","Physical Address Line 1":"1628 19TH ST","Physical Address Line 2":"","Physical Address City":"LUBBOCK","Physical Address State":"TX ","Physical Address Zipcode":"79401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19206861514553822,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4828410","School District Name":"LOVELADY ISD","Physical Address Line 1":"11839 TX ST HWY 19 S","Physical Address Line 2":"","Physical Address City":"LOVELADY","Physical Address State":"TX ","Physical Address Zipcode":"75851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16767676767676767,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828380","School District Name":"LOVEJOY ISD","Physical Address Line 1":"259 COUNTRY CLUB RD","Physical Address Line 2":"","Physical Address City":"ALLEN","Physical Address State":"TX ","Physical Address Zipcode":"75002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.022123893805309734,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4828350","School District Name":"LOUISE ISD","Physical Address Line 1":"408 SECOND ST","Physical Address Line 2":"","Physical Address City":"LOUISE","Physical Address State":"TX ","Physical Address Zipcode":"77455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16923076923076924,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828290","School District Name":"LOS FRESNOS CISD","Physical Address Line 1":"600 MESQUITE LN","Physical Address Line 2":"","Physical Address City":"LOS FRESNOS","Physical Address State":"TX ","Physical Address Zipcode":"78566","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.25293166194904976,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828230","School District Name":"LORENZO ISD","Physical Address Line 1":"1003 4TH ST","Physical Address Line 2":"","Physical Address City":"LORENZO","Physical Address State":"TX ","Physical Address Zipcode":"79343","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2708333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828200","School District Name":"LORENA ISD","Physical Address Line 1":"308 N FRONTAGE RD","Physical Address Line 2":"","Physical Address City":"LORENA","Physical Address State":"TX ","Physical Address Zipcode":"76655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07420091324200913,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4828170","School District Name":"LORAINE ISD","Physical Address Line 1":"800 S LIGHTFOOT","Physical Address Line 2":"","Physical Address City":"LORAINE","Physical Address State":"TX ","Physical Address Zipcode":"79532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828140","School District Name":"LOOP ISD","Physical Address Line 1":"1441 FM HWY 303","Physical Address Line 2":"","Physical Address City":"LOOP","Physical Address State":"TX ","Physical Address Zipcode":"79342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2047244094488189,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828110","School District Name":"LONGVIEW ISD","Physical Address Line 1":"1301 E YOUNG ST","Physical Address Line 2":"","Physical Address City":"LONGVIEW","Physical Address State":"TX ","Physical Address Zipcode":"75602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2584867075664622,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4828020","School District Name":"LONE OAK ISD","Physical Address Line 1":"8162 HWY 69 S","Physical Address Line 2":"","Physical Address City":"LONE OAK","Physical Address State":"TX ","Physical Address Zipcode":"75453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10431293881644935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827990","School District Name":"LONDON ISD","Physical Address Line 1":"1306 FM 43","Physical Address Line 2":"","Physical Address City":"CORPUS CHRISTI","Physical Address State":"TX ","Physical Address Zipcode":"78415","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05825242718446602,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4827960","School District Name":"LOMETA ISD","Physical Address Line 1":"100 N 8TH ST","Physical Address Line 2":"","Physical Address City":"LOMETA","Physical Address State":"TX ","Physical Address Zipcode":"76853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23100303951367782,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827930","School District Name":"LOHN ISD","Physical Address Line 1":"1112 FM 504","Physical Address Line 2":"","Physical Address City":"LOHN","Physical Address State":"TX ","Physical Address Zipcode":"76852","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827890","School District Name":"LOCKNEY ISD","Physical Address Line 1":"601 W POPLAR","Physical Address Line 2":"","Physical Address City":"LOCKNEY","Physical Address State":"TX ","Physical Address Zipcode":"79241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2759433962264151,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827870","School District Name":"LOCKHART ISD","Physical Address Line 1":"419 BOIS D ARC ST","Physical Address Line 2":"","Physical Address City":"LOCKHART","Physical Address State":"TX ","Physical Address Zipcode":"78644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16779804836656767,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4827810","School District Name":"LLANO ISD","Physical Address Line 1":"1400 OATMAN ST","Physical Address Line 2":"","Physical Address City":"LLANO","Physical Address State":"TX ","Physical Address Zipcode":"78643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20763289413902772,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827780","School District Name":"LIVINGSTON ISD","Physical Address Line 1":"1412 S HOUSTON","Physical Address Line 2":"","Physical Address City":"LIVINGSTON","Physical Address State":"TX ","Physical Address Zipcode":"77351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22241953385127636,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827750","School District Name":"LITTLEFIELD ISD","Physical Address Line 1":"1207 E 14TH ST","Physical Address Line 2":"","Physical Address City":"LITTLEFIELD","Physical Address State":"TX ","Physical Address Zipcode":"79339","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24355971896955503,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827720","School District Name":"LITTLE ELM ISD","Physical Address Line 1":"300 LOBO LN","Physical Address Line 2":"","Physical Address City":"LITTLE ELM","Physical Address State":"TX ","Physical Address Zipcode":"75068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07608290927144098,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4827690","School District Name":"LITTLE CYPRESS-MAURICEVILLE CISD","Physical Address Line 1":"6586 FM 1130","Physical Address Line 2":"","Physical Address City":"ORANGE","Physical Address State":"TX ","Physical Address Zipcode":"77632","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.14074266424305376,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4827630","School District Name":"LIPAN ISD","Physical Address Line 1":"211 N KICKAPOO","Physical Address Line 2":"","Physical Address City":"LIPAN","Physical Address State":"TX ","Physical Address Zipcode":"76462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14655172413793102,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827600","School District Name":"LINGLEVILLE ISD","Physical Address Line 1":"21261 N FM 219","Physical Address Line 2":"","Physical Address City":"LINGLEVILLE","Physical Address State":"TX ","Physical Address Zipcode":"76461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15807560137457044,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827570","School District Name":"LINDSAY ISD","Physical Address Line 1":"495 SIXTH ST","Physical Address Line 2":"","Physical Address City":"LINDSAY","Physical Address State":"TX ","Physical Address Zipcode":"76250","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.052995391705069124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827540","School District Name":"LINDEN-KILDARE CISD","Physical Address Line 1":"205 KILDARE RD","Physical Address Line 2":"","Physical Address City":"LINDEN","Physical Address State":"TX ","Physical Address Zipcode":"75563","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2690951821386604,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827510","School District Name":"LINDALE ISD","Physical Address Line 1":"505 PIERCE ST","Physical Address Line 2":"","Physical Address City":"LINDALE","Physical Address State":"TX ","Physical Address Zipcode":"75771","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13143957631198844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4827450","School District Name":"LIBERTY ISD","Physical Address Line 1":"1600 GRAND AVE","Physical Address Line 2":"","Physical Address City":"LIBERTY","Physical Address State":"TX ","Physical Address Zipcode":"77575","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16672773909857092,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4827420","School District Name":"LIBERTY HILL ISD","Physical Address Line 1":"301 FORREST ST","Physical Address Line 2":"","Physical Address City":"LIBERTY HILL","Physical Address State":"TX ","Physical Address Zipcode":"78642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04608695652173913,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4827390","School District Name":"LIBERTY-EYLAU ISD","Physical Address Line 1":"2901 LEOPARD DR","Physical Address Line 2":"","Physical Address City":"TEXARKANA","Physical Address State":"TX ","Physical Address Zipcode":"75501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2449748743718593,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827330","School District Name":"LEXINGTON ISD","Physical Address Line 1":"8731 N HWY 77","Physical Address Line 2":"","Physical Address City":"LEXINGTON","Physical Address State":"TX ","Physical Address Zipcode":"78947","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11938534278959811,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827300","School District Name":"LEWISVILLE ISD","Physical Address Line 1":"1565A W MAIN ST","Physical Address Line 2":"","Physical Address City":"LEWISVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05957081545064378,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4827270","School District Name":"LEVERETTS CHAPEL ISD","Physical Address Line 1":"8956 STATE HWY 42 N","Physical Address Line 2":"","Physical Address City":"OVERTON","Physical Address State":"TX ","Physical Address Zipcode":"75684","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17676767676767677,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827240","School District Name":"LEVELLAND ISD","Physical Address Line 1":"704 11TH ST","Physical Address Line 2":"","Physical Address City":"LEVELLAND","Physical Address State":"TX ","Physical Address Zipcode":"79336","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1883866710656549,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4827210","School District Name":"LEONARD ISD","Physical Address Line 1":"1 TIGER ALLEY","Physical Address Line 2":"","Physical Address City":"LEONARD","Physical Address State":"TX ","Physical Address Zipcode":"75452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1588089330024814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827180","School District Name":"LEON ISD","Physical Address Line 1":"12168 HWY 79 W","Physical Address Line 2":"","Physical Address City":"JEWETT","Physical Address State":"TX ","Physical Address Zipcode":"75846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17509727626459143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827120","School District Name":"LEGGETT ISD","Physical Address Line 1":"254 E FM 942","Physical Address Line 2":"","Physical Address City":"LIVINGSTON","Physical Address State":"TX ","Physical Address Zipcode":"77351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1583011583011583,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827090","School District Name":"LEFORS ISD","Physical Address Line 1":"209 E 5TH ST","Physical Address Line 2":"","Physical Address City":"LEFORS","Physical Address State":"TX ","Physical Address Zipcode":"79054","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23214285714285715,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827060","School District Name":"LEARY ISD","Physical Address Line 1":"HWY 82","Physical Address Line 2":"","Physical Address City":"HOOKS","Physical Address State":"TX ","Physical Address Zipcode":"75561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2127659574468085,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4827030","School District Name":"LEANDER ISD","Physical Address Line 1":"204 W S ST","Physical Address Line 2":"","Physical Address City":"LEANDER","Physical Address State":"TX ","Physical Address Zipcode":"78641","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.043919722261853804,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4827000","School District Name":"LEAKEY ISD","Physical Address Line 1":"429 HWY 83 N","Physical Address Line 2":"","Physical Address City":"LEAKEY","Physical Address State":"TX ","Physical Address Zipcode":"78873","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.30514705882352944,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826970","School District Name":"LAZBUDDIE ISD","Physical Address Line 1":"675 FM 1172","Physical Address Line 2":"","Physical Address City":"LAZBUDDIE","Physical Address State":"TX ","Physical Address Zipcode":"79053","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22950819672131148,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826910","School District Name":"LATEXO ISD","Physical Address Line 1":"298 F M 2663","Physical Address Line 2":"","Physical Address City":"LATEXO","Physical Address State":"TX ","Physical Address Zipcode":"75849","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27639751552795033,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826850","School District Name":"LASARA ISD","Physical Address Line 1":"6160 E SIXTH ST","Physical Address Line 2":"","Physical Address City":"LASARA","Physical Address State":"TX ","Physical Address Zipcode":"78561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28776978417266186,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826790","School District Name":"LAREDO ISD","Physical Address Line 1":"1702 HOUSTON ST","Physical Address Line 2":"","Physical Address City":"LAREDO","Physical Address State":"TX ","Physical Address Zipcode":"78040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.40391175801682966,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826700","School District Name":"LANEVILLE ISD","Physical Address Line 1":"7415 FM 1798 W","Physical Address Line 2":"","Physical Address City":"LANEVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19548872180451127,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826670","School District Name":"LANCASTER ISD","Physical Address Line 1":"422 S CENTRE AVE","Physical Address Line 2":"","Physical Address City":"LANCASTER","Physical Address State":"TX ","Physical Address Zipcode":"75146","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20020522175350589,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826640","School District Name":"LAMPASAS ISD","Physical Address Line 1":"207 W 8TH ST","Physical Address Line 2":"","Physical Address City":"LAMPASAS","Physical Address State":"TX ","Physical Address Zipcode":"76550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15977011494252874,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4826610","School District Name":"LAMESA ISD","Physical Address Line 1":"212 N HOUSTON","Physical Address Line 2":"","Physical Address City":"LAMESA","Physical Address State":"TX ","Physical Address Zipcode":"79331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.241674595623216,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826580","School District Name":"LAMAR CISD","Physical Address Line 1":"3911 AVE I","Physical Address Line 2":"","Physical Address City":"ROSENBERG","Physical Address State":"TX ","Physical Address Zipcode":"77471","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08915339284672384,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4826490","School District Name":"LAKE WORTH ISD","Physical Address Line 1":"6805 TELEPHONE RD","Physical Address Line 2":"","Physical Address City":"LAKE WORTH","Physical Address State":"TX ","Physical Address Zipcode":"76135","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23005512039454598,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826470","School District Name":"LAKE TRAVIS ISD","Physical Address Line 1":"3322 RANCH RD 620 S","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78738","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03990237949969493,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4826430","School District Name":"LAKE DALLAS ISD","Physical Address Line 1":"104 SWISHER RD","Physical Address Line 2":"","Physical Address City":"LAKE DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0641025641025641,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4826400","School District Name":"LAGO VISTA ISD","Physical Address Line 1":"8039 BAR K RANCH RD","Physical Address Line 2":"","Physical Address City":"LAGO VISTA","Physical Address State":"TX ","Physical Address Zipcode":"78645","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08477970627503338,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4826370","School District Name":"LACKLAND ISD","Physical Address Line 1":"2460 KENLY AVE BLDG 8265","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06534954407294832,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4826340","School District Name":"LA VILLA ISD","Physical Address Line 1":"500 E 9TH ST","Physical Address Line 2":"","Physical Address City":"LA VILLA","Physical Address State":"TX ","Physical Address Zipcode":"78562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.24375,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826310","School District Name":"LA VERNIA ISD","Physical Address Line 1":"13600 US HWY 87 W","Physical Address Line 2":"","Physical Address City":"LA VERNIA","Physical Address State":"TX ","Physical Address Zipcode":"78121","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06953339432753888,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826280","School District Name":"LA VEGA ISD","Physical Address Line 1":"400 E LOOP 340","Physical Address Line 2":"","Physical Address City":"WACO","Physical Address State":"TX ","Physical Address Zipcode":"76705","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.24397163120567375,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826250","School District Name":"LA PRYOR ISD","Physical Address Line 1":"311 E HWY 57","Physical Address Line 2":"","Physical Address City":"LA PRYOR","Physical Address State":"TX ","Physical Address Zipcode":"78872","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.33407572383073497,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826220","School District Name":"LAPOYNOR ISD","Physical Address Line 1":"13155 HWY 175 E","Physical Address Line 2":"","Physical Address City":"LARUE","Physical Address State":"TX ","Physical Address Zipcode":"75770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2537634408602151,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826190","School District Name":"LA PORTE ISD","Physical Address Line 1":"1002 SAN JACINTO ST","Physical Address Line 2":"","Physical Address City":"LA PORTE","Physical Address State":"TX ","Physical Address Zipcode":"77571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1261087955541306,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4826130","School District Name":"LA JOYA ISD","Physical Address Line 1":"201 E EXPY 83","Physical Address Line 2":"","Physical Address City":"LA JOYA","Physical Address State":"TX ","Physical Address Zipcode":"78560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.36682856628890087,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826100","School District Name":"LA GRANGE ISD","Physical Address Line 1":"560 N MONROE","Physical Address Line 2":"","Physical Address City":"LA GRANGE","Physical Address State":"TX ","Physical Address Zipcode":"78945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13293051359516617,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4826070","School District Name":"LA GLORIA ISD","Physical Address Line 1":"182 E COUNTY RD 401","Physical Address Line 2":"","Physical Address City":"FALURRIAS","Physical Address State":"TX ","Physical Address Zipcode":"78355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.38636363636363635,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4826040","School District Name":"LA FERIA ISD","Physical Address Line 1":"203 E OLEANDER","Physical Address Line 2":"","Physical Address City":"LA FERIA","Physical Address State":"TX ","Physical Address Zipcode":"78559","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.25561881929877134,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825980","School District Name":"KRUM ISD","Physical Address Line 1":"1200 BOBCAT BLVD","Physical Address Line 2":"","Physical Address City":"KRUM","Physical Address State":"TX ","Physical Address Zipcode":"76249","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06786050895381715,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4825950","School District Name":"KRESS ISD","Physical Address Line 1":"200 E 5TH","Physical Address Line 2":"","Physical Address City":"KRESS","Physical Address State":"TX ","Physical Address Zipcode":"79052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24630541871921183,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825920","School District Name":"KOUNTZE ISD","Physical Address Line 1":"160 W VAUGHN ST","Physical Address Line 2":"","Physical Address City":"KOUNTZE","Physical Address State":"TX ","Physical Address Zipcode":"77625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1309362279511533,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825890","School District Name":"KOPPERL ISD","Physical Address Line 1":"175 CR 1240","Physical Address Line 2":"","Physical Address City":"KOPPERL","Physical Address State":"TX ","Physical Address Zipcode":"76652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14937759336099585,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825870","School District Name":"KNOX CITY-O'BRIEN CISD","Physical Address Line 1":"606 E MAIN ST","Physical Address Line 2":"","Physical Address City":"KNOX CITY","Physical Address State":"TX ","Physical Address Zipcode":"79529","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19855595667870035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825800","School District Name":"KNIPPA ISD","Physical Address Line 1":"100 KESSLER LN","Physical Address Line 2":"","Physical Address City":"KNIPPA","Physical Address State":"TX ","Physical Address Zipcode":"78870","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30978260869565216,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825790","School District Name":"KLONDIKE ISD","Physical Address Line 1":"2911 CO RD H","Physical Address Line 2":"","Physical Address City":"LAMESA","Physical Address State":"TX ","Physical Address Zipcode":"79331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13218390804597702,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825740","School District Name":"KLEIN ISD","Physical Address Line 1":"7200 SPRING CYPRESS RD","Physical Address Line 2":"","Physical Address City":"KLEIN","Physical Address State":"TX ","Physical Address Zipcode":"77379","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14266358796252124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4825710","School District Name":"KIRBYVILLE CISD","Physical Address Line 1":"206 E MAIN ST","Physical Address Line 2":"","Physical Address City":"KIRBYVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75956","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22362204724409449,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825680","School District Name":"KINGSVILLE ISD","Physical Address Line 1":"207 N THIRD ST","Physical Address Line 2":"","Physical Address City":"KINGSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"78363","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2900513778608127,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825660","School District Name":"KILLEEN ISD","Physical Address Line 1":"200 N W S YOUNG DR","Physical Address Line 2":"","Physical Address City":"KILLEEN","Physical Address State":"TX ","Physical Address Zipcode":"76543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.21834239422395083,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825620","School District Name":"KILGORE ISD","Physical Address Line 1":"301 N KILGORE ST","Physical Address Line 2":"","Physical Address City":"KILGORE","Physical Address State":"TX ","Physical Address Zipcode":"75662","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825590","School District Name":"KERRVILLE ISD","Physical Address Line 1":"1009 BARNETT ST","Physical Address Line 2":"","Physical Address City":"KERRVILLE","Physical Address State":"TX ","Physical Address Zipcode":"78028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1658878504672897,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4825560","School District Name":"KERMIT ISD","Physical Address Line 1":"601 S POPLAR","Physical Address Line 2":"","Physical Address City":"KERMIT","Physical Address State":"TX ","Physical Address Zipcode":"79745","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16299862448418156,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4825530","School District Name":"KERENS ISD","Physical Address Line 1":"200 BOBCAT LN","Physical Address Line 2":"","Physical Address City":"KERENS","Physical Address State":"TX ","Physical Address Zipcode":"75144","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2317596566523605,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825500","School District Name":"KENNEDALE ISD","Physical Address Line 1":"120 W KENNEDALE PKWY","Physical Address Line 2":"","Physical Address City":"KENNEDALE","Physical Address State":"TX ","Physical Address Zipcode":"76060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12493790362642822,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4825470","School District Name":"KENNARD ISD","Physical Address Line 1":"304 HWY SEVEN E","Physical Address Line 2":"","Physical Address City":"KENNARD","Physical Address State":"TX ","Physical Address Zipcode":"75847","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24924924924924924,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825440","School District Name":"KENEDY ISD","Physical Address Line 1":"401 F M 719","Physical Address Line 2":"","Physical Address City":"KENEDY","Physical Address State":"TX ","Physical Address Zipcode":"78119","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2671232876712329,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825410","School District Name":"KENEDY COUNTY WIDE CSD","Physical Address Line 1":"150 E LA PARRA ST","Physical Address Line 2":"","Physical Address City":"SARITA","Physical Address State":"TX ","Physical Address Zipcode":"78385","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10714285714285714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825320","School District Name":"KEMP ISD","Physical Address Line 1":"905 S MAIN ST","Physical Address Line 2":"","Physical Address City":"KEMP","Physical Address State":"TX ","Physical Address Zipcode":"75143","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18429003021148035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825290","School District Name":"KELTON ISD","Physical Address Line 1":"INTERSECTION OF F M 596 AND 2697","Physical Address Line 2":"","Physical Address City":"WHEELER","Physical Address State":"TX ","Physical Address Zipcode":"79096","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825260","School District Name":"KELLER ISD","Physical Address Line 1":"350 KELLER PKWY","Physical Address Line 2":"","Physical Address City":"KELLER","Physical Address State":"TX ","Physical Address Zipcode":"76248","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06200207828195359,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4825230","School District Name":"KEENE ISD","Physical Address Line 1":"3625 HWY 67 E BLDG C","Physical Address Line 2":"","Physical Address City":"KEENE","Physical Address State":"TX ","Physical Address Zipcode":"76059","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14272727272727273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4825200","School District Name":"KAUFMAN ISD","Physical Address Line 1":"1000 S HOUSTON ST","Physical Address Line 2":"","Physical Address City":"KAUFMAN","Physical Address State":"TX ","Physical Address Zipcode":"75142","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15052008974097492,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4825170","School District Name":"KATY ISD","Physical Address Line 1":"6301 S STADIUM LN","Physical Address Line 2":"","Physical Address City":"KATY","Physical Address State":"TX ","Physical Address Zipcode":"77494","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10653363819025843,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4825140","School District Name":"KARNES CITY ISD","Physical Address Line 1":"404 N HWY 123","Physical Address Line 2":"","Physical Address City":"KARNES CITY","Physical Address State":"TX ","Physical Address Zipcode":"78118","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18382352941176472,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4825110","School District Name":"KARNACK ISD","Physical Address Line 1":"655 FASON","Physical Address Line 2":"","Physical Address City":"KARNACK","Physical Address State":"TX ","Physical Address Zipcode":"75661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16307692307692306,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4825020","School District Name":"JUNCTION ISD","Physical Address Line 1":"1700 COLLEGE ST","Physical Address Line 2":"","Physical Address City":"JUNCTION","Physical Address State":"TX ","Physical Address Zipcode":"76849","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3401869158878505,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824990","School District Name":"JUDSON ISD","Physical Address Line 1":"8012 SHIN OAK","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78233","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16957926426316175,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4824960","School District Name":"JOURDANTON ISD","Physical Address Line 1":"200 ZANDERSON AVE","Physical Address Line 2":"","Physical Address City":"JOURDANTON","Physical Address State":"TX ","Physical Address Zipcode":"78026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17333333333333334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4824930","School District Name":"JOSHUA ISD","Physical Address Line 1":"310 E 18TH ST","Physical Address Line 2":"","Physical Address City":"JOSHUA","Physical Address State":"TX ","Physical Address Zipcode":"76058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11284993914101896,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4824900","School District Name":"JONESBORO ISD","Physical Address Line 1":"14909 E STATE HWY 36","Physical Address Line 2":"","Physical Address City":"JONESBORO","Physical Address State":"TX ","Physical Address Zipcode":"76538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15300546448087432,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824840","School District Name":"JOHNSON CITY ISD","Physical Address Line 1":"505 N NUGENT","Physical Address Line 2":"","Physical Address City":"JOHNSON CITY","Physical Address State":"TX ","Physical Address Zipcode":"78636","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11475409836065574,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824810","School District Name":"JOAQUIN ISD","Physical Address Line 1":"11109 US HWY 84 E","Physical Address Line 2":"","Physical Address City":"JOAQUIN","Physical Address State":"TX ","Physical Address Zipcode":"75954","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2357473035439137,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824780","School District Name":"JIM NED CISD","Physical Address Line 1":"441 GRAHAM ST","Physical Address Line 2":"","Physical Address City":"TUSCOLA","Physical Address State":"TX ","Physical Address Zipcode":"79562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07966101694915254,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824750","School District Name":"JIM HOGG COUNTY ISD","Physical Address Line 1":"210 W LUCILLE","Physical Address Line 2":"","Physical Address City":"HEBBRONVILLE","Physical Address State":"TX ","Physical Address Zipcode":"78361","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.30781893004115224,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824730","School District Name":"JEFFERSON ISD","Physical Address Line 1":"1600 MLK","Physical Address Line 2":"","Physical Address City":"JEFFERSON","Physical Address State":"TX ","Physical Address Zipcode":"75657","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2846774193548387,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824660","School District Name":"JAYTON-GIRARD ISD","Physical Address Line 1":"700 MADISON","Physical Address Line 2":"","Physical Address City":"JAYTON","Physical Address State":"TX ","Physical Address Zipcode":"79528","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10144927536231885,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824630","School District Name":"JASPER ISD","Physical Address Line 1":"128 PARK ST","Physical Address Line 2":"","Physical Address City":"JASPER","Physical Address State":"TX ","Physical Address Zipcode":"75951","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.27379310344827584,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824600","School District Name":"JARRELL ISD","Physical Address Line 1":"108 E AVE F","Physical Address Line 2":"","Physical Address City":"JARRELL","Physical Address State":"TX ","Physical Address Zipcode":"76537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07255048616305161,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824590","School District Name":"JACKSONVILLE ISD","Physical Address Line 1":"800 COLLEGE AVE","Physical Address Line 2":"","Physical Address City":"JACKSONVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75766","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24926108374384237,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824530","School District Name":"JACKSBORO ISD","Physical Address Line 1":"750 W BELKNAP","Physical Address Line 2":"","Physical Address City":"JACKSBORO","Physical Address State":"TX ","Physical Address Zipcode":"76458","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1582591493570722,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4824480","School District Name":"ITASCA ISD","Physical Address Line 1":"123 N COLLEGE","Physical Address Line 2":"","Physical Address City":"ITASCA","Physical Address State":"TX ","Physical Address Zipcode":"76055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2067714631197098,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824450","School District Name":"ITALY ISD","Physical Address Line 1":"300 S COLLEGE","Physical Address Line 2":"","Physical Address City":"ITALY","Physical Address State":"TX ","Physical Address Zipcode":"76651","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11859443631039532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824420","School District Name":"IRVING ISD","Physical Address Line 1":"2621 W AIRPORT FWY","Physical Address Line 2":"","Physical Address City":"IRVING","Physical Address State":"TX ","Physical Address Zipcode":"75062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1845349271572656,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4824360","School District Name":"IREDELL ISD","Physical Address Line 1":"501 E MCCLAIN","Physical Address Line 2":"","Physical Address City":"IREDELL","Physical Address State":"TX ","Physical Address Zipcode":"76649","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16901408450704225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824330","School District Name":"IRAAN-SHEFFIELD ISD","Physical Address Line 1":"100 S FARR ST","Physical Address Line 2":"","Physical Address City":"IRAAN","Physical Address State":"TX ","Physical Address Zipcode":"79744","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824300","School District Name":"IRA ISD","Physical Address Line 1":"6190 W FM 1606","Physical Address Line 2":"","Physical Address City":"IRA","Physical Address State":"TX ","Physical Address Zipcode":"79527","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08108108108108109,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824260","School District Name":"IOWA PARK CISD","Physical Address Line 1":"328 E HWY","Physical Address Line 2":"","Physical Address City":"IOWA PARK","Physical Address State":"TX ","Physical Address Zipcode":"76367","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10663641520136131,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4824240","School District Name":"IOLA ISD","Physical Address Line 1":"7282 FT WORTH ST","Physical Address Line 2":"","Physical Address City":"IOLA","Physical Address State":"TX ","Physical Address Zipcode":"77861","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13346613545816732,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824210","School District Name":"INGRAM ISD","Physical Address Line 1":"510 COLLEGE ST","Physical Address Line 2":"","Physical Address City":"INGRAM","Physical Address State":"TX ","Physical Address Zipcode":"78025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16584564860426929,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4824180","School District Name":"INGLESIDE ISD","Physical Address Line 1":"2664 SAN ANGELO","Physical Address Line 2":"","Physical Address City":"INGLESIDE","Physical Address State":"TX ","Physical Address Zipcode":"78362","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17608142493638676,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4824150","School District Name":"INDUSTRIAL ISD","Physical Address Line 1":"167 5TH ST","Physical Address Line 2":"","Physical Address City":"VANDERBILT","Physical Address State":"TX ","Physical Address Zipcode":"77991","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14388489208633093,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824120","School District Name":"IDALOU ISD","Physical Address Line 1":"601 S WALNUT","Physical Address Line 2":"","Physical Address City":"IDALOU","Physical Address State":"TX ","Physical Address Zipcode":"79329","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09719222462203024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4824100","School District Name":"HUTTO ISD","Physical Address Line 1":"200 COLLEGE ST","Physical Address Line 2":"","Physical Address City":"HUTTO","Physical Address State":"TX ","Physical Address Zipcode":"78634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.052449007908977385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4824060","School District Name":"HURST-EULESS-BEDFORD ISD","Physical Address Line 1":"1849A CENTRAL DR","Physical Address Line 2":"","Physical Address City":"BEDFORD","Physical Address State":"TX ","Physical Address Zipcode":"76022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12728963648861752,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4824030","School District Name":"HUNTSVILLE ISD","Physical Address Line 1":"441 FM 2821 E","Physical Address Line 2":"","Physical Address City":"HUNTSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"77320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1978449565998204,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4824000","School District Name":"HUNTINGTON ISD","Physical Address Line 1":"908 MAIN ST","Physical Address Line 2":"","Physical Address City":"HUNTINGTON","Physical Address State":"TX ","Physical Address Zipcode":"75949","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18626827717736807,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823970","School District Name":"HUNT ISD","Physical Address Line 1":"115 SCHOOL LN SW","Physical Address Line 2":"","Physical Address City":"HUNT","Physical Address State":"TX ","Physical Address Zipcode":"78024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14213197969543148,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823910","School District Name":"HUMBLE ISD","Physical Address Line 1":"10203 BIRCHRIDGE DR","Physical Address Line 2":"","Physical Address City":"HUMBLE","Physical Address State":"TX ","Physical Address Zipcode":"77338","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11230594471790989,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4823880","School District Name":"HULL-DAISETTA ISD","Physical Address Line 1":"117 N MAIN HWY 770","Physical Address Line 2":"","Physical Address City":"DAISETTA","Physical Address State":"TX ","Physical Address Zipcode":"77533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1150070126227209,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823850","School District Name":"HUGHES SPRINGS ISD","Physical Address Line 1":"871 TAYLOR ST","Physical Address Line 2":"","Physical Address City":"HUGHES SPRINGS","Physical Address State":"TX ","Physical Address Zipcode":"75656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2244418331374853,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823820","School District Name":"HUFFMAN ISD","Physical Address Line 1":"24302 F M 2100","Physical Address Line 2":"","Physical Address City":"HUFFMAN","Physical Address State":"TX ","Physical Address Zipcode":"77336","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1307956496851746,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4823790","School District Name":"HUDSON ISD","Physical Address Line 1":"STATE HWY 94 W","Physical Address Line 2":"","Physical Address City":"LUFKIN","Physical Address State":"TX ","Physical Address Zipcode":"75904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19328419328419327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4823760","School District Name":"HUCKABAY ISD","Physical Address Line 1":"200 COUNTY RD 421","Physical Address Line 2":"","Physical Address City":"STEPHENVILLE","Physical Address State":"TX ","Physical Address Zipcode":"76401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10434782608695652,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823730","School District Name":"HUBBARD ISD","Physical Address Line 1":"1803 NW 4TH ST","Physical Address Line 2":"","Physical Address City":"HUBBARD","Physical Address State":"TX ","Physical Address Zipcode":"76648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20795107033639143,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823700","School District Name":"HUBBARD ISD","Physical Address Line 1":"3347 HWY 259 S","Physical Address Line 2":"","Physical Address City":"DEKALB","Physical Address State":"TX ","Physical Address Zipcode":"75559","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10416666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823670","School District Name":"HOWE ISD","Physical Address Line 1":"105 W TUTT ST","Physical Address Line 2":"","Physical Address City":"HOWE","Physical Address State":"TX ","Physical Address Zipcode":"75459","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20051858254105445,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823640","School District Name":"HOUSTON ISD","Physical Address Line 1":"4400 W 18TH ST","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.27793259206413645,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823490","School District Name":"HOOKS ISD","Physical Address Line 1":"100 E 5TH ST","Physical Address Line 2":"","Physical Address City":"HOOKS","Physical Address State":"TX ","Physical Address Zipcode":"75561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1908763505402161,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4823460","School District Name":"HONEY GROVE ISD","Physical Address Line 1":"1206 N SEVENTEENTH ST","Physical Address Line 2":"","Physical Address City":"HONEY GROVE","Physical Address State":"TX ","Physical Address Zipcode":"75446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2016949152542373,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823430","School District Name":"HONDO ISD","Physical Address Line 1":"2604 AVE E","Physical Address Line 2":"","Physical Address City":"HONDO","Physical Address State":"TX ","Physical Address Zipcode":"78861","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16735066119471045,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4823400","School District Name":"HOLLIDAY ISD","Physical Address Line 1":"751 COLLEGE AVE","Physical Address Line 2":"","Physical Address City":"HOLLIDAY","Physical Address State":"TX ","Physical Address Zipcode":"76366","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08640226628895184,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823370","School District Name":"HOLLAND ISD","Physical Address Line 1":"105 S ROSE LN","Physical Address Line 2":"","Physical Address City":"HOLLAND","Physical Address State":"TX ","Physical Address Zipcode":"76534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1686143572621035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823310","School District Name":"HITCHCOCK ISD","Physical Address Line 1":"7801 NEVILLE AVENUE BUILDING B","Physical Address Line 2":"","Physical Address City":"HITCHCOCK","Physical Address State":"TX ","Physical Address Zipcode":"77563","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1932822628167354,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4823280","School District Name":"HILLSBORO ISD","Physical Address Line 1":"121 E FRANKLIN ST","Physical Address Line 2":"","Physical Address City":"HILLSBORO","Physical Address State":"TX ","Physical Address Zipcode":"76645","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21237113402061855,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823250","School District Name":"HIGHLAND PARK ISD","Physical Address Line 1":"7015 WESTCHESTER DR","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75205","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03170761224736778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4823190","School District Name":"HIGHLAND ISD","Physical Address Line 1":"6625 FM 608","Physical Address Line 2":"","Physical Address City":"ROSCOE","Physical Address State":"TX ","Physical Address Zipcode":"79545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11428571428571428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823160","School District Name":"HIGH ISLAND ISD","Physical Address Line 1":"2113 6TH ST","Physical Address Line 2":"","Physical Address City":"HIGH ISLAND","Physical Address State":"TX ","Physical Address Zipcode":"77623","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07894736842105263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823100","School District Name":"HIDALGO ISD","Physical Address Line 1":"324 E FLORA ST","Physical Address Line 2":"","Physical Address City":"HIDALGO","Physical Address State":"TX ","Physical Address Zipcode":"78557","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3464285714285714,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823070","School District Name":"HICO ISD","Physical Address Line 1":"901 CEDAR","Physical Address Line 2":"","Physical Address City":"HICO","Physical Address State":"TX ","Physical Address Zipcode":"76457","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21212121212121213,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823040","School District Name":"HERMLEIGH ISD","Physical Address Line 1":"8010 BUSINESS 84H","Physical Address Line 2":"","Physical Address City":"HERMLEIGH","Physical Address State":"TX ","Physical Address Zipcode":"79526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4823010","School District Name":"HEREFORD ISD","Physical Address Line 1":"601 N 25 MILE AVE","Physical Address Line 2":"","Physical Address City":"HEREFORD","Physical Address State":"TX ","Physical Address Zipcode":"79045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2157153446997776,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822980","School District Name":"HENRIETTA ISD","Physical Address Line 1":"1801 E CRAFTON","Physical Address Line 2":"","Physical Address City":"HENRIETTA","Physical Address State":"TX ","Physical Address Zipcode":"76365","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13148371531966224,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4822970","School District Name":"HENDERSON ISD","Physical Address Line 1":"300 CROSBY DR","Physical Address Line 2":"","Physical Address City":"HENDERSON","Physical Address State":"TX ","Physical Address Zipcode":"75652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17520996235157835,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4822920","School District Name":"HEMPSTEAD ISD","Physical Address Line 1":"1440 13TH ST","Physical Address Line 2":"","Physical Address City":"HEMPSTEAD","Physical Address State":"TX ","Physical Address Zipcode":"77445","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1988611476127902,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4822890","School District Name":"HEMPHILL ISD","Physical Address Line 1":"1000 MILAM ST","Physical Address Line 2":"","Physical Address City":"HEMPHILL","Physical Address State":"TX ","Physical Address Zipcode":"75948","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23687423687423687,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822850","School District Name":"HEDLEY ISD","Physical Address Line 1":"301 JONES","Physical Address Line 2":"","Physical Address City":"HEDLEY","Physical Address State":"TX ","Physical Address Zipcode":"79237","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18604651162790697,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822830","School District Name":"HEARNE ISD","Physical Address Line 1":"900 WHEELOCK ST","Physical Address Line 2":"","Physical Address City":"HEARNE","Physical Address State":"TX ","Physical Address Zipcode":"77859","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24814814814814815,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822800","School District Name":"HAWLEY ISD","Physical Address Line 1":"210 AVE E","Physical Address Line 2":"","Physical Address City":"HAWLEY","Physical Address State":"TX ","Physical Address Zipcode":"79525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14382402707275804,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822770","School District Name":"HAWKINS ISD","Physical Address Line 1":"179 HAWK DR","Physical Address Line 2":"","Physical Address City":"HAWKINS","Physical Address State":"TX ","Physical Address Zipcode":"75765","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21618204804045513,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822740","School District Name":"HASKELL CISD","Physical Address Line 1":"605 N AVE E","Physical Address Line 2":"","Physical Address City":"HASKELL","Physical Address State":"TX ","Physical Address Zipcode":"79521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.23890784982935154,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822710","School District Name":"HARTS BLUFF ISD","Physical Address Line 1":"3506 FM 1402","Physical Address Line 2":"","Physical Address City":"MOUNT PLEASANT","Physical Address State":"TX ","Physical Address Zipcode":"75455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20443740095087162,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822680","School District Name":"HARTLEY ISD","Physical Address Line 1":"901 JOHNSON","Physical Address Line 2":"","Physical Address City":"HARTLEY","Physical Address State":"TX ","Physical Address Zipcode":"79044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1065989847715736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822650","School District Name":"HART ISD","Physical Address Line 1":"710 SECOND ST","Physical Address Line 2":"","Physical Address City":"HART","Physical Address State":"TX ","Physical Address Zipcode":"79043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20422535211267606,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822620","School District Name":"HARROLD ISD","Physical Address Line 1":"18106 STEWART ST","Physical Address Line 2":"","Physical Address City":"HARROLD","Physical Address State":"TX ","Physical Address Zipcode":"76364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07692307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822590","School District Name":"HARPER ISD","Physical Address Line 1":"61 N RANCH RD 783","Physical Address Line 2":"","Physical Address City":"HARPER","Physical Address State":"TX ","Physical Address Zipcode":"78631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13970588235294118,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822560","School District Name":"HARMONY ISD","Physical Address Line 1":"9788 STATE HWY 154 W","Physical Address Line 2":"","Physical Address City":"BIG SANDY","Physical Address State":"TX ","Physical Address Zipcode":"75755","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18034447821681865,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822530","School District Name":"HARLINGEN CISD","Physical Address Line 1":"407 N 77 SUNSHINE STRIP","Physical Address Line 2":"","Physical Address City":"HARLINGEN","Physical Address State":"TX ","Physical Address Zipcode":"78550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3280481453619582,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822500","School District Name":"HARLETON ISD","Physical Address Line 1":"17000 SH 154","Physical Address Line 2":"","Physical Address City":"HARLETON","Physical Address State":"TX ","Physical Address Zipcode":"75651","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16108452950558214,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822470","School District Name":"HARLANDALE ISD","Physical Address Line 1":"102 GENEVIEVE ST","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78214","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.27187455248460546,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822410","School District Name":"HARDIN-JEFFERSON ISD","Physical Address Line 1":"520 W HERRING","Physical Address Line 2":"","Physical Address City":"SOUR LAKE","Physical Address State":"TX ","Physical Address Zipcode":"77659","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12721342031686858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822380","School District Name":"HARDIN ISD","Physical Address Line 1":"290 CR 2003 N","Physical Address Line 2":"","Physical Address City":"HARDIN","Physical Address State":"TX ","Physical Address Zipcode":"77561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1530373831775701,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822350","School District Name":"HAPPY ISD","Physical Address Line 1":"500 NW THIRD","Physical Address Line 2":"","Physical Address City":"HAPPY","Physical Address State":"TX ","Physical Address Zipcode":"79042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11737089201877934,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822320","School District Name":"HAMSHIRE-FANNETT ISD","Physical Address Line 1":"12702 SECOND ST","Physical Address Line 2":"","Physical Address City":"HAMSHIRE","Physical Address State":"TX ","Physical Address Zipcode":"77622","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10665914221218961,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822260","School District Name":"HAMLIN COLLEGIATE ISD","Physical Address Line 1":"250 SW AVE F","Physical Address Line 2":"","Physical Address City":"HAMLIN","Physical Address State":"TX ","Physical Address Zipcode":"79520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2801724137931034,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822230","School District Name":"HAMILTON ISD","Physical Address Line 1":"400 S COLLEGE","Physical Address Line 2":"","Physical Address City":"HAMILTON","Physical Address State":"TX ","Physical Address Zipcode":"76531","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18705035971223022,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4822170","School District Name":"HALLSVILLE ISD","Physical Address Line 1":"311 WILLOW ST","Physical Address Line 2":"","Physical Address City":"HALLSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13743043793854343,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4822140","School District Name":"HALLSBURG ISD","Physical Address Line 1":"2313 HALLSBURG RD","Physical Address Line 2":"","Physical Address City":"WACO","Physical Address State":"TX ","Physical Address Zipcode":"76705","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1262135922330097,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822120","School District Name":"HALLETTSVILLE ISD","Physical Address Line 1":"302 N RIDGE ST 368","Physical Address Line 2":"","Physical Address City":"HALLETTSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"77964","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13069647463456577,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822050","School District Name":"HALE CENTER ISD","Physical Address Line 1":"103 W CLEVELAND","Physical Address Line 2":"","Physical Address City":"HALE CENTER","Physical Address State":"TX ","Physical Address Zipcode":"79041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2766726943942134,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4822020","School District Name":"GUTHRIE CSD","Physical Address Line 1":"301 JAGUAR LN","Physical Address Line 2":"","Physical Address City":"GUTHRIE","Physical Address State":"TX ","Physical Address Zipcode":"79236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16071428571428573,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821990","School District Name":"GUSTINE ISD","Physical Address Line 1":"503 W MAIN ST","Physical Address Line 2":"","Physical Address City":"GUSTINE","Physical Address State":"TX ","Physical Address Zipcode":"76455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2076271186440678,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821960","School District Name":"GUNTER ISD","Physical Address Line 1":"213 N PRESTON RD","Physical Address Line 2":"","Physical Address City":"GUNTER","Physical Address State":"TX ","Physical Address Zipcode":"75058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07610146862483311,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821930","School District Name":"GRUVER ISD","Physical Address Line 1":"601 GARRETT ST","Physical Address Line 2":"","Physical Address City":"GRUVER","Physical Address State":"TX ","Physical Address Zipcode":"79040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09018567639257294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821900","School District Name":"GROVETON ISD","Physical Address Line 1":"207 N MAIN ST","Physical Address Line 2":"","Physical Address City":"GROVETON","Physical Address State":"TX ","Physical Address Zipcode":"75845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2204515272244356,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821840","School District Name":"GROOM ISD","Physical Address Line 1":"304 W 3RD","Physical Address Line 2":"","Physical Address City":"GROOM","Physical Address State":"TX ","Physical Address Zipcode":"79039","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821810","School District Name":"GROESBECK ISD","Physical Address Line 1":"1202 N ELLIS","Physical Address Line 2":"","Physical Address City":"GROESBECK","Physical Address State":"TX ","Physical Address Zipcode":"76642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16521106259097526,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4821780","School District Name":"GREGORY-PORTLAND ISD","Physical Address Line 1":"608 COLLEGE ST","Physical Address Line 2":"","Physical Address City":"PORTLAND","Physical Address State":"TX ","Physical Address Zipcode":"78374","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12210796915167095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4821750","School District Name":"GREENWOOD ISD","Physical Address Line 1":"2700 FM 1379","Physical Address Line 2":"","Physical Address City":"MIDLAND","Physical Address State":"TX ","Physical Address Zipcode":"79706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17781690140845072,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821720","School District Name":"GREENVILLE ISD","Physical Address Line 1":"4004 MOULTON","Physical Address Line 2":"","Physical Address City":"GREENVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19329645297754638,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4821660","School District Name":"GRAPEVINE-COLLEYVILLE ISD","Physical Address Line 1":"3051 IRA E WOODS AVE","Physical Address Line 2":"","Physical Address City":"GRAPEVINE","Physical Address State":"TX ","Physical Address Zipcode":"76051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.056731583403895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4821630","School District Name":"GRAPELAND ISD","Physical Address Line 1":"116 W MYRTLE","Physical Address Line 2":"","Physical Address City":"GRAPELAND","Physical Address State":"TX ","Physical Address Zipcode":"75844","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20650406504065041,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821600","School District Name":"GRAPE CREEK ISD","Physical Address Line 1":"8207 U S HWY 87 N","Physical Address Line 2":"","Physical Address City":"SAN ANGELO","Physical Address State":"TX ","Physical Address Zipcode":"76901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16326530612244897,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4821590","School District Name":"GRANGER ISD","Physical Address Line 1":"300 N COLORADO ST","Physical Address Line 2":"","Physical Address City":"GRANGER","Physical Address State":"TX ","Physical Address Zipcode":"76530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07212475633528265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821560","School District Name":"GRANDVIEW-HOPKINS ISD","Physical Address Line 1":"11676 FM 293","Physical Address Line 2":"","Physical Address City":"GROOM","Physical Address State":"TX ","Physical Address Zipcode":"79039","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821540","School District Name":"GRANDVIEW ISD","Physical Address Line 1":"701 S FIFTH ST","Physical Address Line 2":"","Physical Address City":"GRANDVIEW","Physical Address State":"TX ","Physical Address Zipcode":"76050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08595744680851064,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821480","School District Name":"GRANDFALLS-ROYALTY ISD","Physical Address Line 1":"115 AVE C","Physical Address Line 2":"","Physical Address City":"GRANDFALLS","Physical Address State":"TX ","Physical Address Zipcode":"79742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17355371900826447,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821450","School District Name":"GRAND SALINE ISD","Physical Address Line 1":"400 STADIUM DR","Physical Address Line 2":"","Physical Address City":"GRAND SALINE","Physical Address State":"TX ","Physical Address Zipcode":"75140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16872427983539096,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4821420","School District Name":"GRAND PRAIRIE ISD","Physical Address Line 1":"2602 S BELT LINE RD","Physical Address Line 2":"","Physical Address City":"GRAND PRAIRIE","Physical Address State":"TX ","Physical Address Zipcode":"75052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1562735558144316,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4821390","School District Name":"GRANBURY ISD","Physical Address Line 1":"217 N JONES","Physical Address Line 2":"","Physical Address City":"GRANBURY","Physical Address State":"TX ","Physical Address Zipcode":"76048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13880988842704003,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4821360","School District Name":"GRAHAM ISD","Physical Address Line 1":"400 3RD ST","Physical Address Line 2":"","Physical Address City":"GRAHAM","Physical Address State":"TX ","Physical Address Zipcode":"76450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18296392872664058,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4821330","School District Name":"GRAFORD ISD","Physical Address Line 1":"400 W DIVISION","Physical Address Line 2":"","Physical Address City":"GRAFORD","Physical Address State":"TX ","Physical Address Zipcode":"76449","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15204678362573099,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821300","School District Name":"GRADY ISD","Physical Address Line 1":"3011 STATE HWY 176","Physical Address Line 2":"","Physical Address City":"LENORAH","Physical Address State":"TX ","Physical Address Zipcode":"79749","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17159763313609466,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821270","School District Name":"GORMAN ISD","Physical Address Line 1":"114 W LEXINGTON","Physical Address Line 2":"","Physical Address City":"GORMAN","Physical Address State":"TX ","Physical Address Zipcode":"76454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18631178707224336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821180","School District Name":"GORDON ISD","Physical Address Line 1":"112 116 RUSK STS","Physical Address Line 2":"","Physical Address City":"GORDON","Physical Address State":"TX ","Physical Address Zipcode":"76453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16129032258064516,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821150","School District Name":"GOOSE CREEK CISD","Physical Address Line 1":"4544 INTERSTATE 10 E","Physical Address Line 2":"","Physical Address City":"BAYTOWN","Physical Address State":"TX ","Physical Address Zipcode":"77521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.20012149613815847,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821090","School District Name":"GOODRICH ISD","Physical Address Line 1":"234 KATIE SIMPSON","Physical Address Line 2":"","Physical Address City":"GOODRICH","Physical Address State":"TX ","Physical Address Zipcode":"77335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24369747899159663,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821060","School District Name":"GONZALES ISD","Physical Address Line 1":"1711 N SARAH DEWITT DR","Physical Address Line 2":"","Physical Address City":"GONZALES","Physical Address State":"TX ","Physical Address Zipcode":"78629","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20201267238166232,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821030","School District Name":"GOLIAD ISD","Physical Address Line 1":"161 N WELCH","Physical Address Line 2":"","Physical Address City":"GOLIAD","Physical Address State":"TX ","Physical Address Zipcode":"77963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19570815450643778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4821000","School District Name":"GOLDTHWAITE ISD","Physical Address Line 1":"1509 HANNAH VALLEY RD","Physical Address Line 2":"","Physical Address City":"GOLDTHWAITE","Physical Address State":"TX ","Physical Address Zipcode":"76844","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18006993006993008,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820970","School District Name":"GOLD BURG ISD","Physical Address Line 1":"468 PRATER RD","Physical Address Line 2":"","Physical Address City":"BOWIE","Physical Address State":"TX ","Physical Address Zipcode":"76230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1984126984126984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820960","School District Name":"GODLEY ISD","Physical Address Line 1":"313 N PEARSON","Physical Address Line 2":"","Physical Address City":"GODLEY","Physical Address State":"TX ","Physical Address Zipcode":"76044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10021668472372698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820850","School District Name":"GLEN ROSE ISD","Physical Address Line 1":"1102 STADIUM DR","Physical Address Line 2":"","Physical Address City":"GLEN ROSE","Physical Address State":"TX ","Physical Address Zipcode":"76043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1181462140992167,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820790","School District Name":"GLASSCOCK COUNTY ISD","Physical Address Line 1":"308 W CHAMBERS","Physical Address Line 2":"","Physical Address City":"GARDEN CITY","Physical Address State":"TX ","Physical Address Zipcode":"79739","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09328358208955224,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820760","School District Name":"GLADEWATER ISD","Physical Address Line 1":"200 E BROADWAY","Physical Address Line 2":"","Physical Address City":"GLADEWATER","Physical Address State":"TX ","Physical Address Zipcode":"75647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.210390725633319,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820700","School District Name":"GILMER ISD","Physical Address Line 1":"500 SO TRINITY","Physical Address Line 2":"","Physical Address City":"GILMER","Physical Address State":"TX ","Physical Address Zipcode":"75644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18496503496503497,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4820640","School District Name":"GIDDINGS ISD","Physical Address Line 1":"2337 N MAIN","Physical Address Line 2":"","Physical Address City":"GIDDINGS","Physical Address State":"TX ","Physical Address Zipcode":"78942","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15628604382929642,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4820610","School District Name":"GHOLSON ISD","Physical Address Line 1":"137 HAMILTON DR","Physical Address Line 2":"","Physical Address City":"WACO","Physical Address State":"TX ","Physical Address Zipcode":"76705","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2235294117647059,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820600","School District Name":"GEORGETOWN ISD","Physical Address Line 1":"507 E UNIVERSITY AVE","Physical Address Line 2":"","Physical Address City":"GEORGETOWN","Physical Address State":"TX ","Physical Address Zipcode":"78626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07365919891378139,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4820550","School District Name":"GEORGE WEST ISD","Physical Address Line 1":"913 HOUSTON ST","Physical Address Line 2":"","Physical Address City":"GEORGE WEST","Physical Address State":"TX ","Physical Address Zipcode":"78022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24454976303317535,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820520","School District Name":"GAUSE ISD","Physical Address Line 1":"400 COLLEGE","Physical Address Line 2":"","Physical Address City":"GAUSE","Physical Address State":"TX ","Physical Address Zipcode":"77857","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19148936170212766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820500","School District Name":"GATESVILLE ISD","Physical Address Line 1":"311 S LOVERS LN","Physical Address Line 2":"","Physical Address City":"GATESVILLE","Physical Address State":"TX ","Physical Address Zipcode":"76528","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17010734929810073,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4820460","School District Name":"GARY ISD","Physical Address Line 1":"132 BOBCAT TRAIL","Physical Address Line 2":"","Physical Address City":"GARY","Physical Address State":"TX ","Physical Address Zipcode":"75643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19435736677115986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820400","School District Name":"GARRISON ISD","Physical Address Line 1":"459 N US HWY 59","Physical Address Line 2":"","Physical Address City":"GARRISON","Physical Address State":"TX ","Physical Address Zipcode":"75946","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18761384335154827,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820370","School District Name":"GARNER ISD","Physical Address Line 1":"2222 GARNER SCHOOL RD","Physical Address Line 2":"","Physical Address City":"WEATHERFORD","Physical Address State":"TX ","Physical Address Zipcode":"76088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09329446064139942,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820340","School District Name":"GARLAND ISD","Physical Address Line 1":"501 S JUPITER","Physical Address Line 2":"","Physical Address City":"GARLAND","Physical Address State":"TX ","Physical Address Zipcode":"75042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15453550857547382,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4820310","School District Name":"GANADO ISD","Physical Address Line 1":"210 S SIXTH ST","Physical Address Line 2":"","Physical Address City":"GANADO","Physical Address State":"TX ","Physical Address Zipcode":"77962","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13368055555555555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820280","School District Name":"GALVESTON ISD","Physical Address Line 1":"3904 AVE T","Physical Address Line 2":"","Physical Address City":"GALVESTON","Physical Address State":"TX ","Physical Address Zipcode":"77550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20427863292460213,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820250","School District Name":"GALENA PARK ISD","Physical Address Line 1":"14705 WOODFOREST BLVD","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.276380057137591,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820220","School District Name":"GAINESVILLE ISD","Physical Address Line 1":"800 S MORRIS ST","Physical Address Line 2":"","Physical Address City":"GAINESVILLE","Physical Address State":"TX ","Physical Address Zipcode":"76240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.193717277486911,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4820190","School District Name":"FORT STOCKTON ISD","Physical Address Line 1":"101 W DIVISION ST","Physical Address Line 2":"","Physical Address City":"FORT STOCKTON","Physical Address State":"TX ","Physical Address Zipcode":"79735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1951619516195162,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4820160","School District Name":"FT SAM HOUSTON ISD","Physical Address Line 1":"4005 WINANS RD","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78234","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07338709677419354,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4820130","School District Name":"FT HANCOCK ISD","Physical Address Line 1":"100 SCHOOL DR","Physical Address Line 2":"","Physical Address City":"FT HANCOCK","Physical Address State":"TX ","Physical Address Zipcode":"79839","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3028571428571429,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820100","School District Name":"FT DAVIS ISD","Physical Address Line 1":"401 W WEBSTER AVE","Physical Address Line 2":"","Physical Address City":"FT DAVIS","Physical Address State":"TX ","Physical Address Zipcode":"79734","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20588235294117646,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820070","School District Name":"FRUITVALE ISD","Physical Address Line 1":"244 VZCR 1910","Physical Address Line 2":"","Physical Address City":"FRUITVALE","Physical Address State":"TX ","Physical Address Zipcode":"75127","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19480519480519481,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820040","School District Name":"FROST ISD","Physical Address Line 1":"208 N WYRICK","Physical Address Line 2":"","Physical Address City":"FROST","Physical Address State":"TX ","Physical Address Zipcode":"76641","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2148997134670487,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4820010","School District Name":"FRISCO ISD","Physical Address Line 1":"5515 OHIO DR","Physical Address Line 2":"","Physical Address City":"FRISCO","Physical Address State":"TX ","Physical Address Zipcode":"75035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03736029803086748,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4819980","School District Name":"FRIONA ISD","Physical Address Line 1":"909 E 11TH ST","Physical Address Line 2":"","Physical Address City":"FRIONA","Physical Address State":"TX ","Physical Address Zipcode":"79035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17578947368421052,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4819950","School District Name":"FRIENDSWOOD ISD","Physical Address Line 1":"302 LAUREL DR","Physical Address Line 2":"","Physical Address City":"FRIENDSWOOD","Physical Address State":"TX ","Physical Address Zipcode":"77546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4819840","School District Name":"FREDERICKSBURG ISD","Physical Address Line 1":"234 FRIENDSHIP LN","Physical Address Line 2":"","Physical Address City":"FREDERICKSBURG","Physical Address State":"TX ","Physical Address Zipcode":"78624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13318220459053556,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4819830","School District Name":"FRENSHIP ISD","Physical Address Line 1":"501 7TH ST","Physical Address Line 2":"","Physical Address City":"WOLFFORTH","Physical Address State":"TX ","Physical Address Zipcode":"79382","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10038022813688213,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4819820","School District Name":"FREER ISD","Physical Address Line 1":"905 S NORTON","Physical Address Line 2":"","Physical Address City":"FREER","Physical Address State":"TX ","Physical Address Zipcode":"78357","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27675840978593275,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4819770","School District Name":"FRANKSTON ISD","Physical Address Line 1":"100 PERRY ST","Physical Address Line 2":"","Physical Address City":"FRANKSTON","Physical Address State":"TX ","Physical Address Zipcode":"75763","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28401585204755614,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4819740","School District Name":"FRANKLIN ISD","Physical Address Line 1":"1216 W FM 1644","Physical Address Line 2":"","Physical Address City":"FRANKLIN","Physical Address State":"TX ","Physical Address Zipcode":"77856","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14882226980728053,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4819700","School District Name":"FORT WORTH ISD","Physical Address Line 1":"100 N UNIVERSITY DR","Physical Address Line 2":"","Physical Address City":"FORT WORTH","Physical Address State":"TX ","Physical Address Zipcode":"76107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22805324903262889,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4819650","School District Name":"FORT BEND ISD","Physical Address Line 1":"16431 LEXINGTON BLVD","Physical Address Line 2":"","Physical Address City":"SUGAR LAND","Physical Address State":"TX ","Physical Address Zipcode":"77479","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09615610904098842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4819620","School District Name":"FORSAN ISD","Physical Address Line 1":"411 W 6TH","Physical Address Line 2":"","Physical Address City":"FORSAN","Physical Address State":"TX ","Physical Address Zipcode":"79733","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09219858156028368,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4819560","School District Name":"FORNEY ISD","Physical Address Line 1":"600 S BOIS D ARC ST","Physical Address Line 2":"","Physical Address City":"FORNEY","Physical Address State":"TX ","Physical Address Zipcode":"75126","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08142962417096536,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4819530","School District Name":"FORESTBURG ISD","Physical Address Line 1":"16346 FM 455","Physical Address Line 2":"","Physical Address City":"FORESTBURG","Physical Address State":"TX ","Physical Address Zipcode":"76239","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17073170731707318,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4819500","School District Name":"FOLLETT ISD","Physical Address Line 1":"205 E IVANHOE HIGHWAY15","Physical Address Line 2":"","Physical Address City":"FOLLETT","Physical Address State":"TX ","Physical Address Zipcode":"79034","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1743119266055046,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4819440","School District Name":"FLOYDADA ISD","Physical Address Line 1":"226 W CALIFORNIA ST","Physical Address Line 2":"","Physical Address City":"FLOYDADA","Physical Address State":"TX ","Physical Address Zipcode":"79235","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27299703264094954,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4819380","School District Name":"FLOUR BLUFF ISD","Physical Address Line 1":"2505 WALDRON RD","Physical Address Line 2":"","Physical Address City":"CORPUS CHRISTI","Physical Address State":"TX ","Physical Address Zipcode":"78418","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16880222841225626,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4819350","School District Name":"FLORESVILLE ISD","Physical Address Line 1":"1200 5TH ST","Physical Address Line 2":"","Physical Address City":"FLORESVILLE","Physical Address State":"TX ","Physical Address Zipcode":"78114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13828621520929213,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4819320","School District Name":"FLORENCE ISD","Physical Address Line 1":"306 COLLEGE AVE","Physical Address Line 2":"","Physical Address City":"FLORENCE","Physical Address State":"TX ","Physical Address Zipcode":"76527","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08760207869339272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4819280","School District Name":"FLATONIA ISD","Physical Address Line 1":"400 E 4TH","Physical Address Line 2":"","Physical Address City":"FLATONIA","Physical Address State":"TX ","Physical Address Zipcode":"78941","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13109243697478992,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4819170","School District Name":"FERRIS ISD","Physical Address Line 1":"301 E 5TH ST","Physical Address Line 2":"","Physical Address City":"FERRIS","Physical Address State":"TX ","Physical Address Zipcode":"75125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14938904217579818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4819140","School District Name":"FAYETTEVILLE ISD","Physical Address Line 1":"618 RUSK ST","Physical Address Line 2":"","Physical Address City":"FAYETTEVILLE","Physical Address State":"TX ","Physical Address Zipcode":"78940","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11442786069651742,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4819110","School District Name":"FARWELL ISD","Physical Address Line 1":"705 6TH ST","Physical Address Line 2":"","Physical Address City":"FARWELL","Physical Address State":"TX ","Physical Address Zipcode":"79325","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15865384615384615,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4819080","School District Name":"FARMERSVILLE ISD","Physical Address Line 1":"501 A HWY 78 N","Physical Address Line 2":"","Physical Address City":"FARMERSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09669079627714582,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4819050","School District Name":"FANNINDEL ISD","Physical Address Line 1":"601 W MAIN ST","Physical Address Line 2":"","Physical Address City":"LADONIA","Physical Address State":"TX ","Physical Address Zipcode":"75449","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4819020","School District Name":"FALLS CITY ISD","Physical Address Line 1":"700 N NELSON ST","Physical Address Line 2":"","Physical Address City":"FALLS CITY","Physical Address State":"TX ","Physical Address Zipcode":"78113","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1649214659685864,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818940","School District Name":"FAIRFIELD ISD","Physical Address Line 1":"615 POST OAK RD","Physical Address Line 2":"","Physical Address City":"FAIRFIELD","Physical Address State":"TX ","Physical Address Zipcode":"75840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15691007845503924,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4818900","School District Name":"FABENS ISD","Physical Address Line 1":"821 N E AVE G","Physical Address Line 2":"","Physical Address City":"FABENS","Physical Address State":"TX ","Physical Address Zipcode":"79838","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3162705667276051,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818890","School District Name":"EZZELL ISD","Physical Address Line 1":"20500 FM 531","Physical Address Line 2":"","Physical Address City":"HALLETTSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"77964","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17266187050359713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818840","School District Name":"EXCELSIOR ISD","Physical Address Line 1":"11270 STATE HWY 7 W","Physical Address Line 2":"","Physical Address City":"CENTER","Physical Address State":"TX ","Physical Address Zipcode":"75935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24489795918367346,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818810","School District Name":"EVERMAN ISD","Physical Address Line 1":"1520 E EVERMAN PKWY","Physical Address Line 2":"","Physical Address City":"FORT WORTH","Physical Address State":"TX ","Physical Address Zipcode":"76140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.21080048619552005,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818780","School District Name":"EVANT ISD","Physical Address Line 1":"339 MEMORY LN","Physical Address Line 2":"","Physical Address City":"EVANT","Physical Address State":"TX ","Physical Address Zipcode":"76525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15283842794759825,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818750","School District Name":"EVADALE ISD","Physical Address Line 1":"908 FM 105","Physical Address Line 2":"","Physical Address City":"EVADALE","Physical Address State":"TX ","Physical Address Zipcode":"77615","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11363636363636363,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818720","School District Name":"EUSTACE ISD","Physical Address Line 1":"320 S FM 316","Physical Address Line 2":"","Physical Address City":"EUSTACE","Physical Address State":"TX ","Physical Address Zipcode":"75124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2106847253574116,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818690","School District Name":"EULA ISD","Physical Address Line 1":"6040 F M 603","Physical Address Line 2":"","Physical Address City":"CLYDE","Physical Address State":"TX ","Physical Address Zipcode":"79510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15186915887850466,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818660","School District Name":"ETOILE ISD","Physical Address Line 1":"16039 FM RD 226","Physical Address Line 2":"","Physical Address City":"ETOILE","Physical Address State":"TX ","Physical Address Zipcode":"75944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18666666666666668,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818600","School District Name":"ERA ISD","Physical Address Line 1":"108 HARGROVE ST","Physical Address Line 2":"","Physical Address City":"ERA","Physical Address State":"TX ","Physical Address Zipcode":"76238","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0718562874251497,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818540","School District Name":"ENNIS ISD","Physical Address Line 1":"303 W KNOX","Physical Address Line 2":"","Physical Address City":"ENNIS","Physical Address State":"TX ","Physical Address Zipcode":"75119","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16152916288909036,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4818480","School District Name":"ELYSIAN FIELDS ISD","Physical Address Line 1":"2099 FM 451","Physical Address Line 2":"","Physical Address City":"ELYSIAN FIELDS","Physical Address State":"TX ","Physical Address Zipcode":"75642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1341330425299891,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818390","School District Name":"ELKHART ISD","Physical Address Line 1":"301 E PARKER ST","Physical Address Line 2":"","Physical Address City":"ELKHART","Physical Address State":"TX ","Physical Address Zipcode":"75839","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24006908462867013,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818360","School District Name":"ELGIN ISD","Physical Address Line 1":"1002 N AVE C","Physical Address Line 2":"","Physical Address City":"ELGIN","Physical Address State":"TX ","Physical Address Zipcode":"78621","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13468559837728195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4818330","School District Name":"ELECTRA ISD","Physical Address Line 1":"400 E ROOSEVELT AVE","Physical Address Line 2":"","Physical Address City":"ELECTRA","Physical Address State":"TX ","Physical Address Zipcode":"76360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23118279569892472,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818300","School District Name":"EL PASO ISD","Physical Address Line 1":"6531 BOEING DR","Physical Address Line 2":"","Physical Address City":"EL PASO","Physical Address State":"TX ","Physical Address Zipcode":"79925","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22763013181437647,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818280","School District Name":"EL CAMPO ISD","Physical Address Line 1":"700 W NORRIS ST","Physical Address Line 2":"","Physical Address City":"EL CAMPO","Physical Address State":"TX ","Physical Address Zipcode":"77437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22835095741640468,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818210","School District Name":"EDNA ISD","Physical Address Line 1":"601 N WELLS","Physical Address Line 2":"","Physical Address City":"EDNA","Physical Address State":"TX ","Physical Address Zipcode":"77957","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20185307743216413,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818180","School District Name":"EDINBURG CISD","Physical Address Line 1":"411 N 8TH ST","Physical Address Line 2":"","Physical Address City":"EDINBURG","Physical Address State":"TX ","Physical Address Zipcode":"78541","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.285746127270701,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818150","School District Name":"EDGEWOOD ISD","Physical Address Line 1":"5358 W COMMERCE ST","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78237","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.32866533295227207,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818120","School District Name":"EDGEWOOD ISD","Physical Address Line 1":"804 E PINE","Physical Address Line 2":"","Physical Address City":"EDGEWOOD","Physical Address State":"TX ","Physical Address Zipcode":"75117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14964610717896865,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818070","School District Name":"EDEN CISD","Physical Address Line 1":"113 W BRYAN","Physical Address Line 2":"","Physical Address City":"EDEN","Physical Address State":"TX ","Physical Address Zipcode":"76837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19424460431654678,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818060","School District Name":"EDCOUCH-ELSA ISD","Physical Address Line 1":"920 W SANTA ROSA AVE","Physical Address Line 2":"","Physical Address City":"EDCOUCH","Physical Address State":"TX ","Physical Address Zipcode":"78538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.33112324492979717,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4818030","School District Name":"ECTOR ISD","Physical Address Line 1":"301 S MAIN","Physical Address Line 2":"","Physical Address City":"ECTOR","Physical Address State":"TX ","Physical Address Zipcode":"75439","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14349775784753363,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4818000","School District Name":"ECTOR COUNTY ISD","Physical Address Line 1":"802 N SAM HOUSTON","Physical Address Line 2":"","Physical Address City":"ODESSA","Physical Address State":"TX ","Physical Address Zipcode":"79760","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.16811944895097203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4817960","School District Name":"EASTLAND ISD","Physical Address Line 1":"209 STE B MAIN ST","Physical Address Line 2":"","Physical Address City":"EASTLAND","Physical Address State":"TX ","Physical Address Zipcode":"76448","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.22255192878338279,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4817880","School District Name":"EAST CHAMBERS ISD","Physical Address Line 1":"216 CHAMPIONS LOOP","Physical Address Line 2":"","Physical Address City":"WINNIE","Physical Address State":"TX ","Physical Address Zipcode":"77665","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12428662016487001,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4817850","School District Name":"EAST CENTRAL ISD","Physical Address Line 1":"6634 NEW SULPHUR SPRINGS RD","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78263","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16738925541941566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4817830","School District Name":"EAST BERNARD ISD","Physical Address Line 1":"723 COLLEGE ST","Physical Address Line 2":"","Physical Address City":"EAST BERNARD","Physical Address State":"TX ","Physical Address Zipcode":"77435","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13136094674556212,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4817790","School District Name":"EARLY ISD","Physical Address Line 1":"101 TURTLE CREEK","Physical Address Line 2":"","Physical Address City":"EARLY","Physical Address State":"TX ","Physical Address Zipcode":"76802","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17797552836484984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4817760","School District Name":"EANES ISD","Physical Address Line 1":"601 CAMP CRAFT RD","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78746","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03447900804872743,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4817730","School District Name":"EAGLE PASS ISD","Physical Address Line 1":"587 MADISON ST","Physical Address Line 2":"","Physical Address City":"EAGLE PASS","Physical Address State":"TX ","Physical Address Zipcode":"78852","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2805437015963332,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4817700","School District Name":"EAGLE MT-SAGINAW ISD","Physical Address Line 1":"1200 OLD DECATUR RD","Physical Address Line 2":"","Physical Address City":"FORT WORTH","Physical Address State":"TX ","Physical Address Zipcode":"76179","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08960165545783756,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4817640","School District Name":"DUNCANVILLE ISD","Physical Address Line 1":"710 S CEDAR RIDGE DR","Physical Address Line 2":"","Physical Address City":"DUNCANVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17316994517897452,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4817610","School District Name":"DUMAS ISD","Physical Address Line 1":"421 W 4TH ST","Physical Address Line 2":"","Physical Address City":"DUMAS","Physical Address State":"TX ","Physical Address Zipcode":"79029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14020270270270271,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4817580","School District Name":"DUBLIN ISD","Physical Address Line 1":"420 N POST OAK","Physical Address Line 2":"","Physical Address City":"DUBLIN","Physical Address State":"TX ","Physical Address Zipcode":"76446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19849718221665624,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4817550","School District Name":"DRISCOLL ISD","Physical Address Line 1":"315 W DRAGON ST","Physical Address Line 2":"","Physical Address City":"DRISCOLL","Physical Address State":"TX ","Physical Address Zipcode":"78351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.29069767441860467,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4817460","School District Name":"DOUGLASS ISD","Physical Address Line 1":"20712 S FM 225","Physical Address Line 2":"","Physical Address City":"DOUGLASS","Physical Address State":"TX ","Physical Address Zipcode":"75943","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4817400","School District Name":"DOSS CONSOLIDATED CSD","Physical Address Line 1":"11431 RANCH RD 648","Physical Address Line 2":"","Physical Address City":"DOSS","Physical Address State":"TX ","Physical Address Zipcode":"78618","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4817390","School District Name":"DONNA ISD","Physical Address Line 1":"116 N 10TH ST","Physical Address Line 2":"","Physical Address City":"DONNA","Physical Address State":"TX ","Physical Address Zipcode":"78537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.38316814054246545,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4817280","School District Name":"DODD CITY ISD","Physical Address Line 1":"602 N MAIN ST","Physical Address Line 2":"","Physical Address City":"DODD CITY","Physical Address State":"TX ","Physical Address Zipcode":"75438","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09042553191489362,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4817190","School District Name":"DIVIDE ISD","Physical Address Line 1":"120 DIVIDE SCHOOL RD","Physical Address Line 2":"","Physical Address City":"MOUNTAIN HOME","Physical Address State":"TX ","Physical Address Zipcode":"78058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4817160","School District Name":"DIMMITT ISD","Physical Address Line 1":"608 W HALSELL ST","Physical Address Line 2":"","Physical Address City":"DIMMITT","Physical Address State":"TX ","Physical Address Zipcode":"79027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2016348773841962,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4817130","School District Name":"DIME BOX ISD","Physical Address Line 1":"1079 STEPHEN F AUSTIN BLVD","Physical Address Line 2":"","Physical Address City":"DIME BOX","Physical Address State":"TX ","Physical Address Zipcode":"77853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13609467455621302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4817100","School District Name":"DILLEY ISD","Physical Address Line 1":"245 W FM 117","Physical Address Line 2":"","Physical Address City":"DILLEY","Physical Address State":"TX ","Physical Address Zipcode":"78017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.28587962962962965,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4817070","School District Name":"DICKINSON ISD","Physical Address Line 1":"2218 E FM 517","Physical Address Line 2":"","Physical Address City":"DICKINSON","Physical Address State":"TX ","Physical Address Zipcode":"77539","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.16836591525582265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4817040","School District Name":"DIBOLL ISD","Physical Address Line 1":"215 N TEMPLE BLVD","Physical Address Line 2":"","Physical Address City":"DIBOLL","Physical Address State":"TX ","Physical Address Zipcode":"75941","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2515616127200454,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4817010","School District Name":"DEWEYVILLE ISD","Physical Address Line 1":"43200 STATE HWY 87 S","Physical Address Line 2":"","Physical Address City":"ORANGE","Physical Address State":"TX ","Physical Address Zipcode":"77632","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19642857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816980","School District Name":"DEW ISD","Physical Address Line 1":"606 CR 481","Physical Address Line 2":"","Physical Address City":"TEAGUE","Physical Address State":"TX ","Physical Address Zipcode":"75860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12578616352201258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816950","School District Name":"DEVINE ISD","Physical Address Line 1":"605 W HONDO","Physical Address Line 2":"","Physical Address City":"DEVINE","Physical Address State":"TX ","Physical Address Zipcode":"78016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18019397651863195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4816920","School District Name":"DEVERS ISD","Physical Address Line 1":"201 S CHISM ST","Physical Address Line 2":"","Physical Address City":"DEVERS","Physical Address State":"TX ","Physical Address Zipcode":"77538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12653061224489795,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816890","School District Name":"DETROIT ISD","Physical Address Line 1":"110 E GARNER AVE","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"TX ","Physical Address Zipcode":"75436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2188449848024316,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816860","School District Name":"DESOTO ISD","Physical Address Line 1":"200 E BELT LINE RD","Physical Address Line 2":"","Physical Address City":"DESOTO","Physical Address State":"TX ","Physical Address Zipcode":"75115","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18032522943165352,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4816770","School District Name":"DENVER CITY ISD","Physical Address Line 1":"501 MUSTANG AVE","Physical Address Line 2":"","Physical Address City":"DENVER CITY","Physical Address State":"TX ","Physical Address Zipcode":"79323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14429530201342283,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4816740","School District Name":"DENTON ISD","Physical Address Line 1":"1307 N LOCUST ST","Physical Address Line 2":"","Physical Address City":"DENTON","Physical Address State":"TX ","Physical Address Zipcode":"76201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07902024739984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4816710","School District Name":"DENISON ISD","Physical Address Line 1":"1201 S RUSK AVE","Physical Address Line 2":"","Physical Address City":"DENISON","Physical Address State":"TX ","Physical Address Zipcode":"75020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21972049689440995,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816650","School District Name":"DELL CITY ISD","Physical Address Line 1":"110 N MAIN ST","Physical Address Line 2":"","Physical Address City":"DELL CITY","Physical Address State":"TX ","Physical Address Zipcode":"79837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27884615384615385,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816620","School District Name":"DEL VALLE ISD","Physical Address Line 1":"5301 ROSS RD","Physical Address Line 2":"","Physical Address City":"DEL VALLE","Physical Address State":"TX ","Physical Address Zipcode":"78617","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17173929461521034,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4816570","School District Name":"DEKALB ISD","Physical Address Line 1":"101 W MAPLE ST","Physical Address Line 2":"","Physical Address City":"DEKALB","Physical Address State":"TX ","Physical Address Zipcode":"75559","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24005134788189988,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816530","School District Name":"DEER PARK ISD","Physical Address Line 1":"2800 TEXAS AVE","Physical Address Line 2":"","Physical Address City":"DEER PARK","Physical Address State":"TX ","Physical Address Zipcode":"77536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14377551906871688,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4816500","School District Name":"DECATUR ISD","Physical Address Line 1":"307 S CATES","Physical Address Line 2":"","Physical Address City":"DECATUR","Physical Address State":"TX ","Physical Address Zipcode":"76234","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09859575739468181,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4816440","School District Name":"DE LEON ISD","Physical Address Line 1":"425 S TEXAS ST","Physical Address Line 2":"","Physical Address City":"DE LEON","Physical Address State":"TX ","Physical Address Zipcode":"76444","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20926966292134833,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816410","School District Name":"DAYTON ISD","Physical Address Line 1":"100 CHERRY CREEK RD","Physical Address Line 2":"","Physical Address City":"DAYTON","Physical Address State":"TX ","Physical Address Zipcode":"77535","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15790273556231002,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4816380","School District Name":"DAWSON ISD","Physical Address Line 1":"199 N SCHOOL AVE","Physical Address Line 2":"","Physical Address City":"DAWSON","Physical Address State":"TX ","Physical Address Zipcode":"76639","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16387337057728119,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816350","School District Name":"DAWSON ISD","Physical Address Line 1":"600 BROWNFIELD HWY 137","Physical Address Line 2":"","Physical Address City":"WELCH","Physical Address State":"TX ","Physical Address Zipcode":"79377","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20689655172413793,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816320","School District Name":"DARROUZETT ISD","Physical Address Line 1":"102 W KANSAS","Physical Address Line 2":"","Physical Address City":"DARROUZETT","Physical Address State":"TX ","Physical Address Zipcode":"79024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816290","School District Name":"DANBURY ISD","Physical Address Line 1":"5611 PANTHER DR","Physical Address Line 2":"","Physical Address City":"DANBURY","Physical Address State":"TX ","Physical Address Zipcode":"77534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05941704035874439,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4816260","School District Name":"DAMON ISD","Physical Address Line 1":"1211 MULCAHY ST CR 264","Physical Address Line 2":"","Physical Address City":"DAMON","Physical Address State":"TX ","Physical Address Zipcode":"77430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22336769759450173,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816230","School District Name":"DALLAS ISD","Physical Address Line 1":"9400 N CENTRAL EXPY","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75231","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23234856689795982,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816200","School District Name":"DALHART ISD","Physical Address Line 1":"701 E 10TH","Physical Address Line 2":"","Physical Address City":"DALHART","Physical Address State":"TX ","Physical Address Zipcode":"79022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13403141361256546,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4816180","School District Name":"DAINGERFIELD-LONE STAR ISD","Physical Address Line 1":"200 TIGER DR","Physical Address Line 2":"","Physical Address City":"DAINGERFIELD","Physical Address State":"TX ","Physical Address Zipcode":"75638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26296566837107377,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816140","School District Name":"D'HANIS ISD","Physical Address Line 1":"6751 CR 5216","Physical Address Line 2":"","Physical Address City":"D'HANIS","Physical Address State":"TX ","Physical Address Zipcode":"78850","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1709090909090909,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816110","School District Name":"CYPRESS-FAIRBANKS ISD","Physical Address Line 1":"10300 JONES RD","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15158612584727177,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4816080","School District Name":"CUSHING ISD","Physical Address Line 1":"1088 W BEARKAT DR","Physical Address Line 2":"","Physical Address City":"CUSHING","Physical Address State":"TX ","Physical Address Zipcode":"75760","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2106299212598425,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4816020","School District Name":"CUMBY ISD","Physical Address Line 1":"303 SAYLE ST","Physical Address Line 2":"","Physical Address City":"CUMBY","Physical Address State":"TX ","Physical Address Zipcode":"75433","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13023255813953488,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815990","School District Name":"CULBERSON COUNTY-ALLAMOORE ISD","Physical Address Line 1":"200 W 7TH ST","Physical Address Line 2":"","Physical Address City":"VAN HORN","Physical Address State":"TX ","Physical Address Zipcode":"79855","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2956521739130435,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815960","School District Name":"CUERO ISD","Physical Address Line 1":"960 E BROADWAY","Physical Address Line 2":"","Physical Address City":"CUERO","Physical Address State":"TX ","Physical Address Zipcode":"77954","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24848484848484848,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815930","School District Name":"CRYSTAL CITY ISD","Physical Address Line 1":"613 W ZAVALA ST","Physical Address Line 2":"","Physical Address City":"CRYSTAL CITY","Physical Address State":"TX ","Physical Address Zipcode":"78839","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.37942477876106195,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815910","School District Name":"CROWLEY ISD","Physical Address Line 1":"512 PEACH ST","Physical Address Line 2":"","Physical Address City":"CROWLEY","Physical Address State":"TX ","Physical Address Zipcode":"76036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14813912704598597,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4815870","School District Name":"CROWELL ISD","Physical Address Line 1":"400 E LOGAN","Physical Address Line 2":"","Physical Address City":"CROWELL","Physical Address State":"TX ","Physical Address Zipcode":"79227","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815840","School District Name":"CROSS ROADS ISD","Physical Address Line 1":"14434 FM 59","Physical Address Line 2":"","Physical Address City":"MALAKOFF","Physical Address State":"TX ","Physical Address Zipcode":"75148","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1737649063032368,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815810","School District Name":"CROSS PLAINS ISD","Physical Address Line 1":"700 N MAIN","Physical Address Line 2":"","Physical Address City":"CROSS PLAINS","Physical Address State":"TX ","Physical Address Zipcode":"76443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20052083333333334,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815750","School District Name":"CROSBY ISD","Physical Address Line 1":"14670 FM 2100","Physical Address Line 2":"","Physical Address City":"CROSBY","Physical Address State":"TX ","Physical Address Zipcode":"77532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1641098822689975,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4815720","School District Name":"CROCKETT ISD","Physical Address Line 1":"1400 W AUSTIN ST","Physical Address Line 2":"","Physical Address City":"CROCKETT","Physical Address State":"TX ","Physical Address Zipcode":"75835","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.311284046692607,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815690","School District Name":"CROCKETT COUNTY CONSOLIDATED CSD","Physical Address Line 1":"797 AVE D","Physical Address Line 2":"","Physical Address City":"OZONA","Physical Address State":"TX ","Physical Address Zipcode":"76943","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15988372093023256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4815600","School District Name":"CRAWFORD ISD","Physical Address Line 1":"200 PIRATE DR","Physical Address Line 2":"","Physical Address City":"CRAWFORD","Physical Address State":"TX ","Physical Address Zipcode":"76638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08858603066439523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815570","School District Name":"CRANFILLS GAP ISD","Physical Address Line 1":"505 S 2ND ST","Physical Address Line 2":"","Physical Address City":"CRANFILLS GAP","Physical Address State":"TX ","Physical Address Zipcode":"76637","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20634920634920634,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815540","School District Name":"CRANE ISD","Physical Address Line 1":"511 W 8TH ST","Physical Address Line 2":"","Physical Address City":"CRANE","Physical Address State":"TX ","Physical Address Zipcode":"79731","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12294288480154889,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4815510","School District Name":"CRANDALL ISD","Physical Address Line 1":"400 W LEWIS ST","Physical Address Line 2":"","Physical Address City":"CRANDALL","Physical Address State":"TX ","Physical Address Zipcode":"75114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09856153436334576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4815480","School District Name":"COVINGTON ISD","Physical Address Line 1":"501 N MAIN ST","Physical Address Line 2":"","Physical Address City":"COVINGTON","Physical Address State":"TX ","Physical Address Zipcode":"76636","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11788617886178862,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815420","School District Name":"COUPLAND ISD","Physical Address Line 1":"620 S COMMERCE","Physical Address Line 2":"","Physical Address City":"COUPLAND","Physical Address State":"TX ","Physical Address Zipcode":"78615","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08658008658008658,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815400","School District Name":"COTULLA ISD","Physical Address Line 1":"310 N MAIN ST","Physical Address Line 2":"","Physical Address City":"COTULLA","Physical Address State":"TX ","Physical Address Zipcode":"78014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2828185328185328,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815360","School District Name":"COTTON CENTER ISD","Physical Address Line 1":"2345 FM 179","Physical Address Line 2":"","Physical Address City":"COTTON CENTER","Physical Address State":"TX ","Physical Address Zipcode":"79021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2535211267605634,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815330","School District Name":"CORSICANA ISD","Physical Address Line 1":"2200 W 4TH AVE","Physical Address Line 2":"","Physical Address City":"CORSICANA","Physical Address State":"TX ","Physical Address Zipcode":"75110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21002149826360178,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815300","School District Name":"CORRIGAN-CAMDEN ISD","Physical Address Line 1":"504 S HOME ST","Physical Address Line 2":"","Physical Address City":"CORRIGAN","Physical Address State":"TX ","Physical Address Zipcode":"75939","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19908256880733946,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815270","School District Name":"CORPUS CHRISTI ISD","Physical Address Line 1":"801 LEOPARD ST","Physical Address Line 2":"","Physical Address City":"CORPUS CHRISTI","Physical Address State":"TX ","Physical Address Zipcode":"78401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.24934683962047943,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815240","School District Name":"COPPERAS COVE ISD","Physical Address Line 1":"408 S MAIN ST","Physical Address Line 2":"","Physical Address City":"COPPERAS COVE","Physical Address State":"TX ","Physical Address Zipcode":"76522","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.18586258032624814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4815210","School District Name":"COPPELL ISD","Physical Address Line 1":"200 S DENTON TAP RD","Physical Address Line 2":"","Physical Address City":"COPPELL","Physical Address State":"TX ","Physical Address Zipcode":"75019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03314108633898597,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4815180","School District Name":"LUBBOCK-COOPER ISD","Physical Address Line 1":"13807 INDIANA AVE","Physical Address Line 2":"","Physical Address City":"LUBBOCK","Physical Address State":"TX ","Physical Address Zipcode":"79423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07419100236779795,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4815150","School District Name":"COOPER ISD","Physical Address Line 1":"350 W MCKINNEY","Physical Address Line 2":"","Physical Address City":"COOPER","Physical Address State":"TX ","Physical Address Zipcode":"75432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21104294478527608,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815120","School District Name":"COOLIDGE ISD","Physical Address Line 1":"1002 KIRVEN ST","Physical Address Line 2":"","Physical Address City":"COOLIDGE","Physical Address State":"TX ","Physical Address Zipcode":"76635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1971326164874552,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4815000","School District Name":"CONROE ISD","Physical Address Line 1":"3205 W DAVIS","Physical Address Line 2":"","Physical Address City":"CONROE","Physical Address State":"TX ","Physical Address Zipcode":"77304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08824636045266418,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4814970","School District Name":"CONNALLY ISD","Physical Address Line 1":"200 CADET WAY","Physical Address Line 2":"","Physical Address City":"WACO","Physical Address State":"TX ","Physical Address Zipcode":"76705","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.23804878048780487,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814920","School District Name":"COMSTOCK ISD","Physical Address Line 1":"101 SANDERSON ST","Physical Address Line 2":"","Physical Address City":"COMSTOCK","Physical Address State":"TX ","Physical Address Zipcode":"78837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1518987341772152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814880","School District Name":"COMO-PICKTON CISD","Physical Address Line 1":"13017 TX HWY 11 E","Physical Address Line 2":"","Physical Address City":"COMO","Physical Address State":"TX ","Physical Address Zipcode":"75431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21508034610630408,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814850","School District Name":"COMMUNITY ISD","Physical Address Line 1":"611 N FM 1138","Physical Address Line 2":"","Physical Address City":"NEVADA","Physical Address State":"TX ","Physical Address Zipcode":"75173","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07097050021376657,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4814820","School District Name":"COMMERCE ISD","Physical Address Line 1":"3315 WASHINGTON ST","Physical Address Line 2":"","Physical Address City":"COMMERCE","Physical Address State":"TX ","Physical Address Zipcode":"75428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19860440150295222,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4814790","School District Name":"COMFORT ISD","Physical Address Line 1":"327 HIGH ST","Physical Address Line 2":"","Physical Address City":"COMFORT","Physical Address State":"TX ","Physical Address Zipcode":"78013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13089622641509435,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4814760","School District Name":"COMANCHE ISD","Physical Address Line 1":"200 E HIGHLAND","Physical Address Line 2":"","Physical Address City":"COMANCHE","Physical Address State":"TX ","Physical Address Zipcode":"76442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22249793217535152,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814730","School District Name":"COMAL ISD","Physical Address Line 1":"1404 IH 35 N","Physical Address Line 2":"","Physical Address City":"NEW BRAUNFELS","Physical Address State":"TX ","Physical Address Zipcode":"78130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07426122811982051,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4814700","School District Name":"COLUMBUS ISD","Physical Address Line 1":"105 CARDINAL LN","Physical Address Line 2":"","Physical Address City":"COLUMBUS","Physical Address State":"TX ","Physical Address Zipcode":"78934","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19246145059965733,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4814670","School District Name":"COLUMBIA-BRAZORIA ISD","Physical Address Line 1":"520 S 16TH ST","Physical Address Line 2":"","Physical Address City":"WEST COLUMBIA","Physical Address State":"TX ","Physical Address Zipcode":"77486","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09563106796116505,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4814640","School District Name":"COLORADO ISD","Physical Address Line 1":"534 E 11TH ST","Physical Address Line 2":"","Physical Address City":"COLORADO CITY","Physical Address State":"TX ","Physical Address Zipcode":"79512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21943887775551102,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814600","School District Name":"COLMESNEIL ISD","Physical Address Line 1":"610 W ELDER","Physical Address Line 2":"","Physical Address City":"COLMESNEIL","Physical Address State":"TX ","Physical Address Zipcode":"75938","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26715686274509803,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814580","School District Name":"COLLINSVILLE ISD","Physical Address Line 1":"503 REEVES","Physical Address Line 2":"","Physical Address City":"COLLINSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"76233","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1414790996784566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814550","School District Name":"COLEMAN ISD","Physical Address Line 1":"2302 S COMMERCIAL AVE","Physical Address Line 2":"","Physical Address City":"COLEMAN","Physical Address State":"TX ","Physical Address Zipcode":"76834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.24372759856630824,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814520","School District Name":"COLDSPRING-OAKHURST CISD","Physical Address Line 1":"14210 HWY 150 W","Physical Address Line 2":"","Physical Address City":"COLDSPRING","Physical Address State":"TX ","Physical Address Zipcode":"77331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24437467294610152,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814490","School District Name":"COAHOMA ISD","Physical Address Line 1":"600 N MAIN","Physical Address Line 2":"","Physical Address City":"COAHOMA","Physical Address State":"TX ","Physical Address Zipcode":"79511","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12171052631578948,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814450","School District Name":"CLYDE CISD","Physical Address Line 1":"526 SHALIMAR DR","Physical Address Line 2":"","Physical Address City":"CLYDE","Physical Address State":"TX ","Physical Address Zipcode":"79510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1777456647398844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4814430","School District Name":"CLINT ISD","Physical Address Line 1":"14521 HORIZON BLVD","Physical Address Line 2":"","Physical Address City":"EL PASO","Physical Address State":"TX ","Physical Address Zipcode":"79928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.25035656556052105,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814400","School District Name":"CLIFTON ISD","Physical Address Line 1":"1102 KEY AVE","Physical Address Line 2":"","Physical Address City":"CLIFTON","Physical Address State":"TX ","Physical Address Zipcode":"76634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17743490838958534,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4814370","School District Name":"CLEVELAND ISD","Physical Address Line 1":"316 E DALLAS ST","Physical Address Line 2":"","Physical Address City":"CLEVELAND","Physical Address State":"TX ","Physical Address Zipcode":"77327","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2538657271481699,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814310","School District Name":"CLEBURNE ISD","Physical Address Line 1":"505 N RIDGEWAY STE 100","Physical Address Line 2":"","Physical Address City":"CLEBURNE","Physical Address State":"TX ","Physical Address Zipcode":"76033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13659420289855073,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4814280","School District Name":"CLEAR CREEK ISD","Physical Address Line 1":"2425 E MAIN ST","Physical Address Line 2":"","Physical Address City":"LEAGUE CITY","Physical Address State":"TX ","Physical Address Zipcode":"77573","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08914899234357124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4814250","School District Name":"CLAUDE ISD","Physical Address Line 1":"500 W 5 ST","Physical Address Line 2":"","Physical Address City":"CLAUDE","Physical Address State":"TX ","Physical Address Zipcode":"79019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12179487179487179,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814190","School District Name":"CLARKSVILLE ISD","Physical Address Line 1":"1500 W MAIN ST","Physical Address Line 2":"","Physical Address City":"CLARKSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.305019305019305,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814160","School District Name":"CLARENDON ISD","Physical Address Line 1":"416 S ALLEN","Physical Address Line 2":"","Physical Address City":"CLARENDON","Physical Address State":"TX ","Physical Address Zipcode":"79226","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23389021479713604,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814130","School District Name":"CITY VIEW ISD","Physical Address Line 1":"1600 A CITY VIEW DR","Physical Address Line 2":"","Physical Address City":"WICHITA FALLS","Physical Address State":"TX ","Physical Address Zipcode":"76306","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1881785283474065,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4814070","School District Name":"CISCO ISD","Physical Address Line 1":"1503 LEGGETT","Physical Address Line 2":"","Physical Address City":"CISCO","Physical Address State":"TX ","Physical Address Zipcode":"76437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.21158690176322417,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4814010","School District Name":"CHRISTOVAL ISD","Physical Address Line 1":"20065 THIRD ST","Physical Address Line 2":"","Physical Address City":"CHRISTOVAL","Physical Address State":"TX ","Physical Address Zipcode":"76935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0635593220338983,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813980","School District Name":"CHIRENO ISD","Physical Address Line 1":"901 MAIN ST","Physical Address Line 2":"","Physical Address City":"CHIRENO","Physical Address State":"TX ","Physical Address Zipcode":"75937","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16352201257861634,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813960","School District Name":"CHINA SPRING ISD","Physical Address Line 1":"12166 YANKIE RD","Physical Address Line 2":"","Physical Address City":"CHINA SPRING","Physical Address State":"TX ","Physical Address Zipcode":"76633","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07716535433070866,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4813920","School District Name":"CHILTON ISD","Physical Address Line 1":"905 DURANGO AVE","Physical Address Line 2":"","Physical Address City":"CHILTON","Physical Address State":"TX ","Physical Address Zipcode":"76632","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2403846153846154,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813890","School District Name":"CHILLICOTHE ISD","Physical Address Line 1":"1610 S 6TH ST","Physical Address Line 2":"","Physical Address City":"CHILLICOTHE","Physical Address State":"TX ","Physical Address Zipcode":"79225","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20430107526881722,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813860","School District Name":"CHILDRESS ISD","Physical Address Line 1":"308 3RD ST NW","Physical Address Line 2":"","Physical Address City":"CHILDRESS","Physical Address State":"TX ","Physical Address Zipcode":"79201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.21314741035856574,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813800","School District Name":"CHICO ISD","Physical Address Line 1":"503 W SHERMAN","Physical Address Line 2":"","Physical Address City":"CHICO","Physical Address State":"TX ","Physical Address Zipcode":"76431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17379310344827587,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813770","School District Name":"CHESTER ISD","Physical Address Line 1":"273 YELLOWJACKET DR","Physical Address Line 2":"","Physical Address City":"CHESTER","Physical Address State":"TX ","Physical Address Zipcode":"75936","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18018018018018017,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813740","School District Name":"CHEROKEE ISD","Physical Address Line 1":"305 S INDIAN AVE","Physical Address Line 2":"","Physical Address City":"CHEROKEE","Physical Address State":"TX ","Physical Address Zipcode":"76832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813710","School District Name":"CHARLOTTE ISD","Physical Address Line 1":"102 E HINDES","Physical Address Line 2":"","Physical Address City":"CHARLOTTE","Physical Address State":"TX ","Physical Address Zipcode":"78011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.33277870216306155,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813680","School District Name":"CHAPEL HILL ISD","Physical Address Line 1":"1069 CR 4660","Physical Address Line 2":"","Physical Address City":"MOUNT PLEASANT","Physical Address State":"TX ","Physical Address Zipcode":"75455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13135593220338984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813650","School District Name":"CHAPEL HILL ISD","Physical Address Line 1":"11134 CR 2249","Physical Address Line 2":"","Physical Address City":"TYLER","Physical Address State":"TX ","Physical Address Zipcode":"75707","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17930174563591023,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4813620","School District Name":"CHANNING ISD","Physical Address Line 1":"900 GREENWOOD AVE","Physical Address Line 2":"","Physical Address City":"CHANNING","Physical Address State":"TX ","Physical Address Zipcode":"79018","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0967741935483871,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813590","School District Name":"CHANNELVIEW ISD","Physical Address Line 1":"828 SHELDON RD","Physical Address Line 2":"","Physical Address City":"CHANNELVIEW","Physical Address State":"TX ","Physical Address Zipcode":"77530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20503848845346395,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813530","School District Name":"LUMBERTON ISD","Physical Address Line 1":"121 S MAIN","Physical Address Line 2":"","Physical Address City":"LUMBERTON","Physical Address State":"TX ","Physical Address Zipcode":"77657","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.09340252038547071,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4813500","School District Name":"CENTRAL ISD","Physical Address Line 1":"7622 US HWY 69 N","Physical Address Line 2":"","Physical Address City":"POLLOK","Physical Address State":"TX ","Physical Address Zipcode":"75969","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20225422667501566,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813440","School District Name":"CENTRAL HEIGHTS ISD","Physical Address Line 1":"10317 US HWY 259 N","Physical Address Line 2":"","Physical Address City":"NACOGDOCHES","Physical Address State":"TX ","Physical Address Zipcode":"75965","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1699438202247191,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4813410","School District Name":"CENTERVILLE ISD","Physical Address Line 1":"813 S COMMERCE","Physical Address Line 2":"","Physical Address City":"CENTERVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1659513590844063,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813380","School District Name":"CENTERVILLE ISD","Physical Address Line 1":"10327 N STATE HWY 94","Physical Address Line 2":"","Physical Address City":"GROVETON","Physical Address State":"TX ","Physical Address Zipcode":"75845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18248175182481752,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813350","School District Name":"CENTER POINT ISD","Physical Address Line 1":"215 CHINA ST","Physical Address Line 2":"","Physical Address City":"CENTER POINT","Physical Address State":"TX ","Physical Address Zipcode":"78010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15561569688768606,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813320","School District Name":"CENTER ISD","Physical Address Line 1":"107 PR 605","Physical Address Line 2":"","Physical Address City":"CENTER","Physical Address State":"TX ","Physical Address Zipcode":"75935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2527372262773723,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813290","School District Name":"CELINA ISD","Physical Address Line 1":"205 S COLORADO","Physical Address Line 2":"","Physical Address City":"CELINA","Physical Address State":"TX ","Physical Address Zipcode":"75009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04906808672499049,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4813260","School District Name":"CELESTE ISD","Physical Address Line 1":"207 S 5TH ST","Physical Address Line 2":"","Physical Address City":"CELESTE","Physical Address State":"TX ","Physical Address Zipcode":"75423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11942959001782531,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813230","School District Name":"CEDAR HILL ISD","Physical Address Line 1":"285 UPTOWN BLVD 300","Physical Address Line 2":"","Physical Address City":"CEDAR HILL","Physical Address State":"TX ","Physical Address Zipcode":"75104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15308755760368664,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4813200","School District Name":"CAYUGA ISD","Physical Address Line 1":"17750 N US HWY 287","Physical Address Line 2":"","Physical Address City":"TENNESSEE COLONY","Physical Address State":"TX ","Physical Address Zipcode":"75861","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22803738317757008,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4813170","School District Name":"CASTLEBERRY ISD","Physical Address Line 1":"5228 OHIO GARDEN RD","Physical Address Line 2":"","Physical Address City":"FORT WORTH","Physical Address State":"TX ","Physical Address Zipcode":"76114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1891891891891892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4813110","School District Name":"CARTHAGE ISD","Physical Address Line 1":"1600 W PANOLA","Physical Address Line 2":"","Physical Address City":"CARTHAGE","Physical Address State":"TX ","Physical Address Zipcode":"75633","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17574882713821724,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4813050","School District Name":"CARROLLTON-FARMERS BRANCH ISD","Physical Address Line 1":"1445 N PERRY RD","Physical Address Line 2":"","Physical Address City":"CARROLLTON","Physical Address State":"TX ","Physical Address Zipcode":"75006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11489782465392222,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4813020","School District Name":"CARROLL ISD","Physical Address Line 1":"2400 N CARROLL AVE","Physical Address Line 2":"","Physical Address City":"SOUTHLAKE","Physical Address State":"TX ","Physical Address Zipcode":"76092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030530973451327433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4812990","School District Name":"CARRIZO SPRINGS CISD","Physical Address Line 1":"300 N 7TH ST","Physical Address Line 2":"","Physical Address City":"CARRIZO SPRINGS","Physical Address State":"TX ","Physical Address Zipcode":"78834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.31109022556390975,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4812870","School District Name":"CARLISLE ISD","Physical Address Line 1":"8960 FM 13 W","Physical Address Line 2":"","Physical Address City":"HENDERSON","Physical Address State":"TX ","Physical Address Zipcode":"75654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1614678899082569,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4812810","School District Name":"CANYON ISD","Physical Address Line 1":"3301 N 23RD ST","Physical Address Line 2":"","Physical Address City":"CANYON","Physical Address State":"TX ","Physical Address Zipcode":"79015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08099688473520249,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4812780","School District Name":"CANUTILLO ISD","Physical Address Line 1":"7965 ARTCRAFT","Physical Address Line 2":"","Physical Address City":"EL PASO","Physical Address State":"TX ","Physical Address Zipcode":"79932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16316068587590596,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4812750","School District Name":"CANTON ISD","Physical Address Line 1":"1045 S BUFFALO","Physical Address Line 2":"","Physical Address City":"CANTON","Physical Address State":"TX ","Physical Address Zipcode":"75103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14879759519038077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4812700","School District Name":"CANADIAN ISD","Physical Address Line 1":"800 HILLSIDE AVE","Physical Address Line 2":"","Physical Address City":"CANADIAN","Physical Address State":"TX ","Physical Address Zipcode":"79014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13183279742765272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4812660","School District Name":"CAMPBELL ISD","Physical Address Line 1":"480 N PATTERSON ST","Physical Address Line 2":"","Physical Address City":"CAMPBELL","Physical Address State":"TX ","Physical Address Zipcode":"75422","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25526932084309134,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4812640","School District Name":"CAMERON ISD","Physical Address Line 1":"304 E 12TH","Physical Address Line 2":"","Physical Address City":"CAMERON","Physical Address State":"TX ","Physical Address Zipcode":"76520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2677376171352075,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4812540","School District Name":"CALVERT ISD","Physical Address Line 1":"310 HICKORY ST","Physical Address Line 2":"","Physical Address City":"CALVERT","Physical Address State":"TX ","Physical Address Zipcode":"77837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3142857142857143,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4812510","School District Name":"CALLISBURG ISD","Physical Address Line 1":"148 DOZIER ST","Physical Address Line 2":"","Physical Address City":"CALLISBURG","Physical Address State":"TX ","Physical Address Zipcode":"76240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1349862258953168,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4812480","School District Name":"CALHOUN COUNTY ISD","Physical Address Line 1":"525 N COMMERCE ST","Physical Address Line 2":"","Physical Address City":"PORT LAVACA","Physical Address State":"TX ","Physical Address Zipcode":"77979","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20158210583742497,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4812460","School District Name":"CALDWELL ISD","Physical Address Line 1":"203 N GRAY ST","Physical Address Line 2":"","Physical Address City":"CALDWELL","Physical Address State":"TX ","Physical Address Zipcode":"77836","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16082029141932003,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4812420","School District Name":"CALALLEN ISD","Physical Address Line 1":"4205 WILDCAT DR","Physical Address Line 2":"","Physical Address City":"CORPUS CHRISTI","Physical Address State":"TX ","Physical Address Zipcode":"78410","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16132945172246482,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4812390","School District Name":"CADDO MILLS ISD","Physical Address Line 1":"100 FOX LN","Physical Address Line 2":"","Physical Address City":"CADDO MILLS","Physical Address State":"TX ","Physical Address Zipcode":"75135","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08322981366459627,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4812360","School District Name":"BYNUM ISD","Physical Address Line 1":"704 TOLIVER ST","Physical Address Line 2":"","Physical Address City":"BYNUM","Physical Address State":"TX ","Physical Address Zipcode":"76631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12558139534883722,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4812240","School District Name":"BURTON ISD","Physical Address Line 1":"701 N RAILROAD ST","Physical Address Line 2":"","Physical Address City":"BURTON","Physical Address State":"TX ","Physical Address Zipcode":"77835","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1705263157894737,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4812220","School District Name":"BURNET CISD","Physical Address Line 1":"208 E BRIER LN","Physical Address Line 2":"","Physical Address City":"BURNET","Physical Address State":"TX ","Physical Address Zipcode":"78611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1543010752688172,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4812180","School District Name":"BURLESON ISD","Physical Address Line 1":"1160 S W WILSHIRE BLVD","Physical Address Line 2":"","Physical Address City":"BURLESON","Physical Address State":"TX ","Physical Address Zipcode":"76028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07851002865329514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4812150","School District Name":"BURKEVILLE ISD","Physical Address Line 1":"231 CR 2099","Physical Address Line 2":"","Physical Address City":"BURKEVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21532846715328466,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4812120","School District Name":"BURKBURNETT ISD","Physical Address Line 1":"100 N AVE D","Physical Address Line 2":"","Physical Address City":"BURKBURNETT","Physical Address State":"TX ","Physical Address Zipcode":"76354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14436821040594625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4812090","School District Name":"BUNA ISD","Physical Address Line 1":"1022 TEXAS STATE HWY 62","Physical Address Line 2":"","Physical Address City":"BUNA","Physical Address State":"TX ","Physical Address Zipcode":"77612","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15722379603399433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4812060","School District Name":"BULLARD ISD","Physical Address Line 1":"1426 B S HOUSTON","Physical Address Line 2":"","Physical Address City":"BULLARD","Physical Address State":"TX ","Physical Address Zipcode":"75757","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10556792873051225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4811990","School District Name":"BUFFALO ISD","Physical Address Line 1":"708 CEDAR CREEK RD","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"TX ","Physical Address Zipcode":"75831","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1861198738170347,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811910","School District Name":"BUENA VISTA ISD","Physical Address Line 1":"HWY 11 W","Physical Address Line 2":"","Physical Address City":"IMPERIAL","Physical Address State":"TX ","Physical Address Zipcode":"79743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13432835820895522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811850","School District Name":"BUCKHOLTS ISD","Physical Address Line 1":"203 S 10TH","Physical Address Line 2":"","Physical Address City":"BUCKHOLTS","Physical Address State":"TX ","Physical Address Zipcode":"76518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16883116883116883,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811820","School District Name":"BRYSON ISD","Physical Address Line 1":"300 N MCCLOUD ST","Physical Address Line 2":"","Physical Address City":"BRYSON","Physical Address State":"TX ","Physical Address Zipcode":"76427","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21115537848605578,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811790","School District Name":"BRYAN ISD","Physical Address Line 1":"801 S ENNIS ST","Physical Address Line 2":"","Physical Address City":"BRYAN","Physical Address State":"TX ","Physical Address Zipcode":"77803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.22351034042344156,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811730","School District Name":"BRUCEVILLE-EDDY ISD","Physical Address Line 1":"1 EAGLE DR","Physical Address Line 2":"","Physical Address City":"EDDY","Physical Address State":"TX ","Physical Address Zipcode":"76524","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14578313253012049,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811700","School District Name":"BROWNWOOD ISD","Physical Address Line 1":"2707 SOUTHSIDE DR","Physical Address Line 2":"","Physical Address City":"BROWNWOOD","Physical Address State":"TX ","Physical Address Zipcode":"76801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.216255442670537,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811680","School District Name":"BROWNSVILLE ISD","Physical Address Line 1":"1900 PRICE RD","Physical Address Line 2":"","Physical Address City":"BROWNSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"78521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.3605025347145691,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811640","School District Name":"BROWNSBORO ISD","Physical Address Line 1":"14134 STATE HWY 31 E","Physical Address Line 2":"","Physical Address City":"BROWNSBORO","Physical Address State":"TX ","Physical Address Zipcode":"75756","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16352648418059013,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811610","School District Name":"BROWNFIELD ISD","Physical Address Line 1":"601 TAHOKA RD","Physical Address Line 2":"","Physical Address City":"BROWNFIELD","Physical Address State":"TX ","Physical Address Zipcode":"79316","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2651663405088063,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811580","School District Name":"BROOKS COUNTY ISD","Physical Address Line 1":"200 E ALLEN ST","Physical Address Line 2":"","Physical Address City":"FALFURRIAS","Physical Address State":"TX ","Physical Address Zipcode":"78355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.43860894251242016,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811550","School District Name":"BROOKESMITH ISD","Physical Address Line 1":"13400 FM 586 S","Physical Address Line 2":"","Physical Address City":"BROOKESMITH","Physical Address State":"TX ","Physical Address Zipcode":"76827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11403508771929824,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811520","School District Name":"BROOKELAND ISD","Physical Address Line 1":"LOOP 149","Physical Address Line 2":"","Physical Address City":"BROOKELAND","Physical Address State":"TX ","Physical Address Zipcode":"75931","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2492836676217765,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811490","School District Name":"BRONTE ISD","Physical Address Line 1":"210 S JEFFERSON","Physical Address Line 2":"","Physical Address City":"BRONTE","Physical Address State":"TX ","Physical Address Zipcode":"76933","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1601423487544484,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811460","School District Name":"BROCK ISD","Physical Address Line 1":"410 EAGLE SPIRIT LN","Physical Address Line 2":"","Physical Address City":"BROCK","Physical Address State":"TX ","Physical Address Zipcode":"76087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05187319884726225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811430","School District Name":"BROADDUS ISD","Physical Address Line 1":"1 BULLDOG PLAZA","Physical Address Line 2":"","Physical Address City":"BROADDUS","Physical Address State":"TX ","Physical Address Zipcode":"75929","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25692695214105793,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811400","School District Name":"FORT ELLIOTT CISD","Physical Address Line 1":"501 E WILSON","Physical Address Line 2":"","Physical Address City":"BRISCOE","Physical Address State":"TX ","Physical Address Zipcode":"79011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08441558441558442,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811340","School District Name":"BRIDGEPORT ISD","Physical Address Line 1":"2107 15TH ST","Physical Address Line 2":"","Physical Address City":"BRIDGEPORT","Physical Address State":"TX ","Physical Address Zipcode":"76426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10892236384704519,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4811310","School District Name":"BRIDGE CITY ISD","Physical Address Line 1":"1031 W ROUNDBUNCH RD","Physical Address Line 2":"","Physical Address City":"BRIDGE CITY","Physical Address State":"TX ","Physical Address Zipcode":"77611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1072780816154817,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4811280","School District Name":"BRENHAM ISD","Physical Address Line 1":"711 E MANSFIELD","Physical Address Line 2":"","Physical Address City":"BRENHAM","Physical Address State":"TX ","Physical Address Zipcode":"77833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17268385864374403,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4811250","School District Name":"BREMOND ISD","Physical Address Line 1":"601 W COLLINS ST","Physical Address Line 2":"","Physical Address City":"BREMOND","Physical Address State":"TX ","Physical Address Zipcode":"76629","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18766066838046272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811220","School District Name":"BRECKENRIDGE ISD","Physical Address Line 1":"208 N MILLER","Physical Address Line 2":"","Physical Address City":"BRECKENRIDGE","Physical Address State":"TX ","Physical Address Zipcode":"76424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.22334004024144868,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811190","School District Name":"BRAZOSPORT ISD","Physical Address Line 1":"301 W BRAZOSWOOD DR","Physical Address Line 2":"","Physical Address City":"CLUTE","Physical Address State":"TX ","Physical Address Zipcode":"77531","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1176744495443358,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4811110","School District Name":"BRADY ISD","Physical Address Line 1":"1003 W 11TH ST","Physical Address Line 2":"","Physical Address City":"BRADY","Physical Address State":"TX ","Physical Address Zipcode":"76825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25066430469441986,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811070","School District Name":"BRACKETT ISD","Physical Address Line 1":"201 N ANN ST","Physical Address Line 2":"","Physical Address City":"BRACKETTVILLE","Physical Address State":"TX ","Physical Address Zipcode":"78832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2130841121495327,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811040","School District Name":"BOYS RANCH ISD","Physical Address Line 1":"163 RIVER RD","Physical Address Line 2":"","Physical Address City":"BOYS RANCH","Physical Address State":"TX ","Physical Address Zipcode":"79010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06930693069306931,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4811010","School District Name":"BOYD ISD","Physical Address Line 1":"600 KNOX AVE","Physical Address Line 2":"","Physical Address City":"BOYD","Physical Address State":"TX ","Physical Address Zipcode":"76023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13744493392070484,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810990","School District Name":"BOWIE ISD","Physical Address Line 1":"404 E WILLIAMS","Physical Address Line 2":"","Physical Address City":"BOWIE","Physical Address State":"TX ","Physical Address Zipcode":"76230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16356457980823463,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4810950","School District Name":"BOVINA ISD","Physical Address Line 1":"500 HALSELL ST","Physical Address Line 2":"","Physical Address City":"BOVINA","Physical Address State":"TX ","Physical Address Zipcode":"79009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18222222222222223,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810910","School District Name":"BOSQUEVILLE ISD","Physical Address Line 1":"7636 ROCK CREEK RD","Physical Address Line 2":"","Physical Address City":"WACO","Physical Address State":"TX ","Physical Address Zipcode":"76708","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11013215859030837,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4810890","School District Name":"BORGER ISD","Physical Address Line 1":"200 E 9TH ST","Physical Address Line 2":"","Physical Address City":"BORGER","Physical Address State":"TX ","Physical Address Zipcode":"79007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15098722415795587,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4810860","School District Name":"BORDEN COUNTY ISD","Physical Address Line 1":"240 W KINCAID","Physical Address Line 2":"","Physical Address City":"GAIL","Physical Address State":"TX ","Physical Address Zipcode":"79738","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07758620689655173,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810830","School District Name":"BOOKER ISD","Physical Address Line 1":"600 S MAIN","Physical Address Line 2":"","Physical Address City":"BOOKER","Physical Address State":"TX ","Physical Address Zipcode":"79005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11377245508982035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810800","School District Name":"BONHAM ISD","Physical Address Line 1":"1005 CHESTNUT ST","Physical Address Line 2":"","Physical Address City":"BONHAM","Physical Address State":"TX ","Physical Address Zipcode":"75418","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17524916943521596,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4810780","School District Name":"BOLING ISD","Physical Address Line 1":"301 TEXAS AVE","Physical Address Line 2":"","Physical Address City":"BOLING","Physical Address State":"TX ","Physical Address Zipcode":"77420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19072164948453607,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810740","School District Name":"BOLES ISD","Physical Address Line 1":"9777 F M 2101","Physical Address Line 2":"","Physical Address City":"QUINLAN","Physical Address State":"TX ","Physical Address Zipcode":"75474","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15813953488372093,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4810710","School District Name":"BOERNE ISD","Physical Address Line 1":"235 JOHNS RD","Physical Address Line 2":"","Physical Address City":"BOERNE","Physical Address State":"TX ","Physical Address Zipcode":"78006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05635042923178516,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4810650","School District Name":"BLUM ISD","Physical Address Line 1":"310 S AVE F","Physical Address Line 2":"","Physical Address City":"BLUM","Physical Address State":"TX ","Physical Address Zipcode":"76627","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810620","School District Name":"BLUFF DALE ISD","Physical Address Line 1":"430 FM 2481","Physical Address Line 2":"","Physical Address City":"BLUFF DALE","Physical Address State":"TX ","Physical Address Zipcode":"76433","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09154929577464789,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810590","School District Name":"BLUE RIDGE ISD","Physical Address Line 1":"318 W SCHOOL ST","Physical Address Line 2":"","Physical Address City":"BLUE RIDGE","Physical Address State":"TX ","Physical Address Zipcode":"75424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09151193633952255,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810500","School District Name":"BLOOMINGTON ISD","Physical Address Line 1":"131 N WILLIAMS","Physical Address Line 2":"","Physical Address City":"PLACEDO","Physical Address State":"TX ","Physical Address Zipcode":"77977","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2513781697905182,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810470","School District Name":"BLOOMING GROVE ISD","Physical Address Line 1":"212 W GRADY ST","Physical Address Line 2":"","Physical Address City":"BLOOMING GROVE","Physical Address State":"TX ","Physical Address Zipcode":"76626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18497757847533633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810440","School District Name":"BLOOMBURG ISD","Physical Address Line 1":"211 W CYPRESS ST","Physical Address Line 2":"","Physical Address City":"BLOOMBURG","Physical Address State":"TX ","Physical Address Zipcode":"75556","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20614035087719298,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810380","School District Name":"BLANKET ISD","Physical Address Line 1":"901 AVE H","Physical Address Line 2":"","Physical Address City":"BLANKET","Physical Address State":"TX ","Physical Address Zipcode":"76432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11428571428571428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810350","School District Name":"BLAND ISD","Physical Address Line 1":"2556 LAKE AVE","Physical Address Line 2":"","Physical Address City":"FARMERSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1797752808988764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810320","School District Name":"BLANCO ISD","Physical Address Line 1":"814 ELEVENTH ST","Physical Address Line 2":"","Physical Address City":"BLANCO","Physical Address State":"TX ","Physical Address Zipcode":"78606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1339366515837104,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810260","School District Name":"BISHOP CISD","Physical Address Line 1":"719 E SIXTH ST","Physical Address Line 2":"","Physical Address City":"BISHOP","Physical Address State":"TX ","Physical Address Zipcode":"78343","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24750679963735267,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810230","School District Name":"BIRDVILLE ISD","Physical Address Line 1":"6125 E BELKNAP ST","Physical Address Line 2":"","Physical Address City":"HALTOM CITY","Physical Address State":"TX ","Physical Address Zipcode":"76117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13309975889089812,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4810200","School District Name":"BIG SPRING ISD","Physical Address Line 1":"708 E 11TH PL","Physical Address Line 2":"","Physical Address City":"BIG SPRING","Physical Address State":"TX ","Physical Address Zipcode":"79720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19077196095829635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4810170","School District Name":"BIG SANDY ISD","Physical Address Line 1":"9180 FM 1276","Physical Address Line 2":"","Physical Address City":"DALLARDSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"77332","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13773584905660377,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4810140","School District Name":"BIG SANDY ISD","Physical Address Line 1":"401 WILDCAT DR","Physical Address Line 2":"","Physical Address City":"BIG SANDY","Physical Address State":"TX ","Physical Address Zipcode":"75755","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16343825665859565,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809980","School District Name":"BENJAMIN ISD","Physical Address Line 1":"300 HAYS ST","Physical Address Line 2":"","Physical Address City":"BENJAMIN","Physical Address State":"TX ","Physical Address Zipcode":"79505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809870","School District Name":"BEN BOLT-PALITO BLANCO ISD","Physical Address Line 1":"172 BADGER LN","Physical Address Line 2":"","Physical Address City":"BEN BOLT","Physical Address State":"TX ","Physical Address Zipcode":"78342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16417910447761194,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809860","School District Name":"BELTON ISD","Physical Address Line 1":"400 N WALL","Physical Address Line 2":"","Physical Address City":"BELTON","Physical Address State":"TX ","Physical Address Zipcode":"76513","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13534328918944302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4809810","School District Name":"BELLVILLE ISD","Physical Address Line 1":"518 S MATHEWS","Physical Address Line 2":"","Physical Address City":"BELLVILLE","Physical Address State":"TX ","Physical Address Zipcode":"77418","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16346583296114336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4809780","School District Name":"BELLS ISD","Physical Address Line 1":"1550 OLE AMBROSE RD","Physical Address Line 2":"","Physical Address City":"BELLS","Physical Address State":"TX ","Physical Address Zipcode":"75414","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09047044632086852,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809750","School District Name":"BELLEVUE ISD","Physical Address Line 1":"500 SEVENTH ST","Physical Address Line 2":"","Physical Address City":"BELLEVUE","Physical Address State":"TX ","Physical Address Zipcode":"76228","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1259259259259259,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809720","School District Name":"BEEVILLE ISD","Physical Address Line 1":"201 N SAINT MARYS ST","Physical Address Line 2":"","Physical Address City":"BEEVILLE","Physical Address State":"TX ","Physical Address Zipcode":"78102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2517482517482518,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809690","School District Name":"BECKVILLE ISD","Physical Address Line 1":"4398 SH 149","Physical Address Line 2":"","Physical Address City":"BECKVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14342629482071714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809670","School District Name":"BEAUMONT ISD","Physical Address Line 1":"3395 HARRISON AVE","Physical Address Line 2":"","Physical Address City":"BEAUMONT","Physical Address State":"TX ","Physical Address Zipcode":"77706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.28218727998122506,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809630","School District Name":"BAY CITY ISD","Physical Address Line 1":"520 7TH ST","Physical Address Line 2":"","Physical Address City":"BAY CITY","Physical Address State":"TX ","Physical Address Zipcode":"77414","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25250131648235913,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809570","School District Name":"BASTROP ISD","Physical Address Line 1":"906 FARM ST","Physical Address Line 2":"","Physical Address City":"BASTROP","Physical Address State":"TX ","Physical Address Zipcode":"78602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15616786005619504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809540","School District Name":"BARTLETT ISD","Physical Address Line 1":"404 N ROBINSON","Physical Address Line 2":"","Physical Address City":"BARTLETT","Physical Address State":"TX ","Physical Address Zipcode":"76511","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21415270018621974,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809450","School District Name":"BARBERS HILL ISD","Physical Address Line 1":"9600 EAGLE DR","Physical Address Line 2":"","Physical Address City":"MONT BELVIEU","Physical Address State":"TX ","Physical Address Zipcode":"77580","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08636562911003946,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4809410","School District Name":"BANQUETE ISD","Physical Address Line 1":"4339 FOURTH ST","Physical Address Line 2":"","Physical Address City":"BANQUETE","Physical Address State":"TX ","Physical Address Zipcode":"78339","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19258373205741627,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809390","School District Name":"BANGS ISD","Physical Address Line 1":"200 E HALL","Physical Address Line 2":"","Physical Address City":"BANGS","Physical Address State":"TX ","Physical Address Zipcode":"76823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1789587852494577,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809360","School District Name":"BANDERA ISD","Physical Address Line 1":"815 PECAN ST","Physical Address Line 2":"","Physical Address City":"BANDERA","Physical Address State":"TX ","Physical Address Zipcode":"78003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18487394957983194,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809330","School District Name":"BALMORHEA ISD","Physical Address Line 1":"1ST AND EL PASO ST","Physical Address Line 2":"","Physical Address City":"BALMORHEA","Physical Address State":"TX ","Physical Address Zipcode":"79718","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10759493670886076,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809300","School District Name":"BALLINGER ISD","Physical Address Line 1":"802 CONDA AVE","Physical Address Line 2":"","Physical Address City":"BALLINGER","Physical Address State":"TX ","Physical Address Zipcode":"76821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18885448916408668,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4809280","School District Name":"BAIRD ISD","Physical Address Line 1":"600 W 7TH ST","Physical Address Line 2":"","Physical Address City":"BAIRD","Physical Address State":"TX ","Physical Address Zipcode":"79504","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22254335260115607,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809200","School District Name":"AZLE ISD","Physical Address Line 1":"300 ROE ST","Physical Address Line 2":"","Physical Address City":"AZLE","Physical Address State":"TX ","Physical Address Zipcode":"76020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12378321494343594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4809150","School District Name":"AXTELL ISD","Physical Address Line 1":"308 OTTAWA","Physical Address Line 2":"","Physical Address City":"AXTELL","Physical Address State":"TX ","Physical Address Zipcode":"76624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18628912071535023,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809090","School District Name":"AVINGER ISD","Physical Address Line 1":"245 CONNOR ST","Physical Address Line 2":"","Physical Address City":"AVINGER","Physical Address State":"TX ","Physical Address Zipcode":"75630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24324324324324326,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809060","School District Name":"AVERY ISD","Physical Address Line 1":"150 SAN ANTONIO ST","Physical Address Line 2":"","Physical Address City":"AVERY","Physical Address State":"TX ","Physical Address Zipcode":"75554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13617021276595745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809030","School District Name":"AVALON ISD","Physical Address Line 1":"104 F M 55","Physical Address Line 2":"","Physical Address City":"AVALON","Physical Address State":"TX ","Physical Address Zipcode":"76623","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4809000","School District Name":"AUSTWELL-TIVOLI ISD","Physical Address Line 1":"207 REDFISH ST","Physical Address Line 2":"","Physical Address City":"TIVOLI","Physical Address State":"TX ","Physical Address Zipcode":"77990","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808940","School District Name":"AUSTIN ISD","Physical Address Line 1":"4000 S IH 35 FRONTAGE RD","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78704","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11886524281476253,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4808910","School District Name":"AUBREY ISD","Physical Address Line 1":"415 TISDELL LN","Physical Address Line 2":"","Physical Address City":"AUBREY","Physical Address State":"TX ","Physical Address Zipcode":"76227","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0765004226542688,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4808880","School District Name":"ATLANTA ISD","Physical Address Line 1":"106 W MAIN ST","Physical Address Line 2":"","Physical Address City":"ATLANTA","Physical Address State":"TX ","Physical Address Zipcode":"75551","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22869955156950672,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808870","School District Name":"ATHENS ISD","Physical Address Line 1":"104 HAWN ST","Physical Address Line 2":"","Physical Address City":"ATHENS","Physical Address State":"TX ","Physical Address Zipcode":"75751","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20468914646996839,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808730","School District Name":"ARP ISD","Physical Address Line 1":"101 TONEY DR","Physical Address Line 2":"","Physical Address City":"ARP","Physical Address State":"TX ","Physical Address Zipcode":"75750","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14974874371859295,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808700","School District Name":"ARLINGTON ISD","Physical Address Line 1":"1203 W PIONEER PKWY","Physical Address Line 2":"","Physical Address City":"ARLINGTON","Physical Address State":"TX ","Physical Address Zipcode":"76013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17164997942669044,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4808670","School District Name":"ARGYLE ISD","Physical Address Line 1":"800 EAGLE DR","Physical Address Line 2":"","Physical Address City":"ARGYLE","Physical Address State":"TX ","Physical Address Zipcode":"76226","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03310456197012515,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4808610","School District Name":"ARCHER CITY ISD","Physical Address Line 1":"600 S ASH","Physical Address Line 2":"","Physical Address City":"ARCHER CITY","Physical Address State":"TX ","Physical Address Zipcode":"76351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808580","School District Name":"ARANSAS PASS ISD","Physical Address Line 1":"2300 MCMULLEN LANE STE 600","Physical Address Line 2":"","Physical Address City":"ARANSAS PASS","Physical Address State":"TX ","Physical Address Zipcode":"78336","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2266594711279007,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808550","School District Name":"ARANSAS COUNTY ISD","Physical Address Line 1":"619 N LIVE OAK ST","Physical Address Line 2":"","Physical Address City":"ROCKPORT","Physical Address State":"TX ","Physical Address Zipcode":"78382","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2952755905511811,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808520","School District Name":"AQUILLA ISD","Physical Address Line 1":"404 N RICHARDS","Physical Address Line 2":"","Physical Address City":"AQUILLA","Physical Address State":"TX ","Physical Address Zipcode":"76622","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14705882352941177,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808490","School District Name":"APPLE SPRINGS ISD","Physical Address Line 1":"9120 FM 2501","Physical Address Line 2":"","Physical Address City":"APPLE SPRINGS","Physical Address State":"TX ","Physical Address Zipcode":"75926","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20441988950276244,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808460","School District Name":"ANTON ISD","Physical Address Line 1":"100 E ELLWOOD BLVD","Physical Address Line 2":"","Physical Address City":"ANTON","Physical Address State":"TX ","Physical Address Zipcode":"79313","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26501766784452296,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808430","School District Name":"ANTHONY ISD","Physical Address Line 1":"840 SIXTH ST","Physical Address Line 2":"","Physical Address City":"ANTHONY","Physical Address State":"TX ","Physical Address Zipcode":"79821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18335684062059238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4808400","School District Name":"ANSON ISD","Physical Address Line 1":"1431 COMMERCIAL AVE","Physical Address Line 2":"","Physical Address City":"ANSON","Physical Address State":"TX ","Physical Address Zipcode":"79501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18952234206471494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808340","School District Name":"ANNA ISD","Physical Address Line 1":"501 S SHERLEY AVE","Physical Address Line 2":"","Physical Address City":"ANNA","Physical Address State":"TX ","Physical Address Zipcode":"75409","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06982786619032154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4808310","School District Name":"ANGLETON ISD","Physical Address Line 1":"1900 N DOWNING RD","Physical Address Line 2":"","Physical Address City":"ANGLETON","Physical Address State":"TX ","Physical Address Zipcode":"77515","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11904761904761904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4808280","School District Name":"ANDREWS ISD","Physical Address Line 1":"405 NW 3RD ST","Physical Address Line 2":"","Physical Address City":"ANDREWS","Physical Address State":"TX ","Physical Address Zipcode":"79714","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11134259259259259,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4808230","School District Name":"ANDERSON-SHIRO CISD","Physical Address Line 1":"458 FM 149 W","Physical Address Line 2":"","Physical Address City":"ANDERSON","Physical Address State":"TX ","Physical Address Zipcode":"77830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1858267716535433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808190","School District Name":"ANAHUAC ISD","Physical Address Line 1":"804 MIKHAEL RICKS DR","Physical Address Line 2":"","Physical Address City":"ANAHUAC","Physical Address State":"TX ","Physical Address Zipcode":"77514","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16238244514106584,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808160","School District Name":"AMHERST ISD","Physical Address Line 1":"100 N MAIN","Physical Address Line 2":"","Physical Address City":"AMHERST","Physical Address State":"TX ","Physical Address Zipcode":"79312","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1657142857142857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808130","School District Name":"AMARILLO ISD","Physical Address Line 1":"7200 I 40 W","Physical Address Line 2":"","Physical Address City":"AMARILLO","Physical Address State":"TX ","Physical Address Zipcode":"79106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.21928340309318134,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808100","School District Name":"ALVORD ISD","Physical Address Line 1":"185 MOSLEY LN","Physical Address Line 2":"","Physical Address City":"ALVORD","Physical Address State":"TX ","Physical Address Zipcode":"76225","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09045848822800495,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4808090","School District Name":"ALVIN ISD","Physical Address Line 1":"301 E HOUSE ST","Physical Address Line 2":"","Physical Address City":"ALVIN","Physical Address State":"TX ","Physical Address Zipcode":"77511","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0948271586569459,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4807980","School District Name":"ALTO ISD","Physical Address Line 1":"244 COUNTY RD 2429","Physical Address Line 2":"","Physical Address City":"ALTO","Physical Address State":"TX ","Physical Address Zipcode":"75925","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23953823953823955,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4807950","School District Name":"ALPINE ISD","Physical Address Line 1":"704 W SUL ROSS AVE","Physical Address Line 2":"","Physical Address City":"ALPINE","Physical Address State":"TX ","Physical Address Zipcode":"79830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15014720314033367,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4807890","School District Name":"ALLEN ISD","Physical Address Line 1":"612 E BETHANY RD","Physical Address Line 2":"","Physical Address City":"ALLEN","Physical Address State":"TX ","Physical Address Zipcode":"75002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04845706801997217,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4807830","School District Name":"ALIEF ISD","Physical Address Line 1":"4250 COOK RD","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.292153320574505,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4807800","School District Name":"ALICE ISD","Physical Address Line 1":"2 COYOTE TRL","Physical Address Line 2":"","Physical Address City":"ALICE","Physical Address State":"TX ","Physical Address Zipcode":"78332","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3443245403677058,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4807780","School District Name":"ALEDO ISD","Physical Address Line 1":"1008 BAILEY RANCH RD","Physical Address Line 2":"","Physical Address City":"ALEDO","Physical Address State":"TX ","Physical Address Zipcode":"76008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.037966215086134805,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4807710","School District Name":"ALDINE ISD","Physical Address Line 1":"2520 W W THORNE DR","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2953818958532813,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4807680","School District Name":"ALBANY ISD","Physical Address Line 1":"501 E S FIRST ST","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"TX ","Physical Address Zipcode":"76430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11940298507462686,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4807650","School District Name":"ALBA-GOLDEN ISD","Physical Address Line 1":"1373 CR 2377","Physical Address Line 2":"","Physical Address City":"ALBA","Physical Address State":"TX ","Physical Address Zipcode":"75410","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16934619506966775,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4807590","School District Name":"ALAMO HEIGHTS ISD","Physical Address Line 1":"7101 BROADWAY ST","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78209","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06851464435146444,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4807530","School District Name":"AGUA DULCE ISD","Physical Address Line 1":"1 LONGHORN DR","Physical Address Line 2":"","Physical Address City":"AGUA DULCE","Physical Address State":"TX ","Physical Address Zipcode":"78330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2626865671641791,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4807500","School District Name":"ADRIAN ISD","Physical Address Line 1":"301 MATADOR DR","Physical Address Line 2":"","Physical Address City":"ADRIAN","Physical Address State":"TX ","Physical Address Zipcode":"79001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12903225806451613,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4807470","School District Name":"ACADEMY ISD","Physical Address Line 1":"704 E MAIN ST","Physical Address Line 2":"","Physical Address City":"LITTLE RIVER","Physical Address State":"TX ","Physical Address Zipcode":"76554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09765940274414851,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4807440","School District Name":"ABILENE ISD","Physical Address Line 1":"241 PINE","Physical Address Line 2":"","Physical Address City":"ABILENE","Physical Address State":"TX ","Physical Address Zipcode":"79601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.18288858321870702,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4807410","School District Name":"ABERNATHY ISD","Physical Address Line 1":"505 7TH ST","Physical Address Line 2":"","Physical Address City":"ABERNATHY","Physical Address State":"TX ","Physical Address Zipcode":"79311","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14718019257221457,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4807380","School District Name":"ABBOTT ISD","Physical Address Line 1":"219 S FIRST ST","Physical Address Line 2":"","Physical Address City":"ABBOTT","Physical Address State":"TX ","Physical Address Zipcode":"76621","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09523809523809523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4807350","School District Name":"COLLEGE STATION ISD","Physical Address Line 1":"1812 WELSH AVE","Physical Address Line 2":"","Physical Address City":"COLLEGE STATION","Physical Address State":"TX ","Physical Address Zipcode":"77840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12010271460014674,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4801478","School District Name":"LEARN4LIFE-AUSTIN","Physical Address Line 1":"901 E 12TH ST","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78702","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801477","School District Name":"ROYAL PUBLIC SCHOOLS","Physical Address Line 1":"700 N ST MARYS STREET 875","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801476","School District Name":"PRELUDE PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"4122 MUIR WOOD DR","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78257","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801475","School District Name":"BRILLANTE ACADEMY","Physical Address Line 1":"2021 S 45TH ST","Physical Address Line 2":"","Physical Address City":"MCALLEN","Physical Address State":"TX ","Physical Address Zipcode":"78503","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801474","School District Name":"DORAL ACADEMY OF TEXAS","Physical Address Line 1":"845 PROTON RD","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78258","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801473","School District Name":"UNIVERSITY OF TEXAS AT AUSTIN H S","Physical Address Line 1":"1616 GUADALUPE STE B 0134","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801472","School District Name":"SAN ANTONIO PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"6127 SUMMER FEST DR","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78244","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801471","School District Name":"THE GATHERING PLACE","Physical Address Line 1":"5818 NW LOOP 410","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78238","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801470","School District Name":"ELEVATE COLLEGIATE CHARTER SCHOOL","Physical Address Line 1":"2031 WESTCREEK LN 1404","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801469","School District Name":"HOUSTON CLASSICAL CHARTER SCHOOL","Physical Address Line 1":"6403 ADDICKS CLODINE RD","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77083","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801468","School District Name":"BETTY M CONDRA SCHOOL FOR EDUCATION INNOVATION","Physical Address Line 1":"1500 14TH ST","Physical Address Line 2":"","Physical Address City":"LUBBOCK","Physical Address State":"TX ","Physical Address Zipcode":"79401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801467","School District Name":"PROMESA ACADEMY CHARTER SCHOOL","Physical Address Line 1":"603 MERIDA","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801466","School District Name":"BLOOM ACADEMY CHARTER SCHOOL","Physical Address Line 1":"3129 SOUTHMORE BLVD","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801465","School District Name":"REVE PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"4315 W FUQUA ST","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77045","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801464","School District Name":"LAKE GRANBURY ACADEMY CHARTER SCHOOL","Physical Address Line 1":"1300 CROSSLAND RD","Physical Address Line 2":"","Physical Address City":"GRANBURY","Physical Address State":"TX ","Physical Address Zipcode":"76048","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801463","School District Name":"YELLOWSTONE COLLEGE PREPARATORY","Physical Address Line 1":"3000 TRULLEY ST STE 200","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801462","School District Name":"BRIDGEWAY PREPARATORY ACADEMY","Physical Address Line 1":"1861 VALLEY VIEW LANE STE 100","Physical Address Line 2":"","Physical Address City":"FARMERS BRANCH","Physical Address State":"TX ","Physical Address Zipcode":"75234","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801461","School District Name":"VALOR PUBLIC SCHOOLS","Physical Address Line 1":"220 FOREMOST DR","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78745","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801460","School District Name":"ETOILE ACADEMY CHARTER SCHOOL","Physical Address Line 1":"6648 HORNWOOD DR","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77074","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801459","School District Name":"LEGACY SCHOOL OF SPORT SCIENCES","Physical Address Line 1":"2727 SPRING CREEK DR","Physical Address Line 2":"","Physical Address City":"SPRING","Physical Address State":"TX ","Physical Address Zipcode":"77373","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801458","School District Name":"GOODWATER MONTESSORI SCHOOL","Physical Address Line 1":"710 STADIUM DR","Physical Address Line 2":"","Physical Address City":"GEORGETOWN","Physical Address State":"TX ","Physical Address Zipcode":"78626","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801457","School District Name":"COMPASS ROSE ACADEMY","Physical Address Line 1":"8005 OUTER CIR DR","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801456","School District Name":"TRIVIUM ACADEMY","Physical Address Line 1":"2205 E HEBRON PKWY","Physical Address Line 2":"","Physical Address City":"CARROLLTON","Physical Address State":"TX ","Physical Address Zipcode":"75010","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801454","School District Name":"SAM HOUSTON STATE UNIVERSITY CHARTER SCHOOL","Physical Address Line 1":"22801 ALDINE WESTFIELD RD","Physical Address Line 2":"","Physical Address City":"SPRING","Physical Address State":"TX ","Physical Address Zipcode":"77373","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801453","School District Name":"A+ UNLIMITED POTENTIAL","Physical Address Line 1":"2410 HAMILTON","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801452","School District Name":"LONE STAR LANGUAGE ACADEMY","Physical Address Line 1":"5301 DEMOCRACY DR","Physical Address Line 2":"","Physical Address City":"PLANO","Physical Address State":"TX ","Physical Address Zipcode":"75024","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801451","School District Name":"PIONEER TECHNOLOGY & ARTS ACADEMY","Physical Address Line 1":"3200 OATES DR","Physical Address Line 2":"","Physical Address City":"MESQUITE","Physical Address State":"TX ","Physical Address Zipcode":"75150","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801450","School District Name":"HIGH POINT ACADEMY","Physical Address Line 1":"7225 CROWLEY RD","Physical Address Line 2":"","Physical Address City":"FORT WORTH","Physical Address State":"TX ","Physical Address Zipcode":"76134","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801448","School District Name":"THE EXCEL CENTER (FOR ADULTS)","Physical Address Line 1":"1015 NORWOOD PARK BLVD","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78753","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801447","School District Name":"KI CHARTER ACADEMY","Physical Address Line 1":"120 BERT BROWN RD","Physical Address Line 2":"","Physical Address City":"SAN MARCOS","Physical Address State":"TX ","Physical Address Zipcode":"78666","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801446","School District Name":"BETA ACADEMY","Physical Address Line 1":"9701 ALMEDA GENOA RD","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77075","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801443","School District Name":"UTPB STEM ACADEMY","Physical Address Line 1":"4901 E UNIVERSITY","Physical Address Line 2":"","Physical Address City":"ODESSA","Physical Address State":"TX ","Physical Address Zipcode":"79762","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801442","School District Name":"MONTESSORI FOR ALL","Physical Address Line 1":"5100 PECAN BROOK","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78724","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801441","School District Name":"GREAT HEARTS TEXAS","Physical Address Line 1":"824 BROADWAY STE 101","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801440","School District Name":"INTERNATIONAL LEADERSHIP OF TEXAS (ILTEXAS)","Physical Address Line 1":"1820 N GLENVILLE DR STE 100","Physical Address Line 2":"","Physical Address City":"RICHARDSON","Physical Address State":"TX ","Physical Address Zipcode":"75081","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801439","School District Name":"EL PASO LEADERSHIP ACADEMY","Physical Address Line 1":"1918 TEXAS AVE","Physical Address Line 2":"","Physical Address City":"EL PASO","Physical Address State":"TX ","Physical Address Zipcode":"79901","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801438","School District Name":"BASIS TEXAS","Physical Address Line 1":"404 E RAMSEY STE 106","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78216","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801436","School District Name":"VILLAGE TECH SCHOOLS","Physical Address Line 1":"402 W DANIELDALE RD","Physical Address Line 2":"","Physical Address City":"DUNCANVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75137","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801435","School District Name":"ELEANOR KOLITZ HEBREW LANGUAGE ACADEMY","Physical Address Line 1":"11327 DREAMLAND DR","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78230","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801434","School District Name":"THE PRO-VISION ACADEMY","Physical Address Line 1":"4590 WILMINGTON ST","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77051","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801433","School District Name":"EXCELLENCE IN LEADERSHIP ACADEMY","Physical Address Line 1":"915 W INTERSTATE HWY 2","Physical Address Line 2":"","Physical Address City":"MISSION","Physical Address State":"TX ","Physical Address Zipcode":"78572","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801432","School District Name":"TEXAS JUVENILE JUSTICE DEPARTMENT","Physical Address Line 1":"11209 METRIC BLVD BLDG H","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78758","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801431","School District Name":"AUSTIN ACHIEVE PUBLIC SCHOOLS","Physical Address Line 1":"5908 MANOR RD","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78723","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801429","School District Name":"IMAGINE INTERNATIONAL ACADEMY OF NORTH TEXAS","Physical Address Line 1":"2860 VIRGINIA PKWAY","Physical Address Line 2":"","Physical Address City":"MCKINNEY","Physical Address State":"TX ","Physical Address Zipcode":"75071","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801428","School District Name":"LEGACY PREPARATORY","Physical Address Line 1":"9441 LBJ FWY STE 101","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75243","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801427","School District Name":"UT TYLER UNIVERSITY ACADEMY","Physical Address Line 1":"3900 UNIVERSITY BLVD","Physical Address Line 2":"","Physical Address City":"TYLER","Physical Address State":"TX ","Physical Address Zipcode":"75799","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801425","School District Name":"UME PREPARATORY ACADEMY","Physical Address Line 1":"3838 SPUR 408","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75236","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801422","School District Name":"MERIDIAN WORLD SCHOOL LLC","Physical Address Line 1":"2555 N IH 35","Physical Address Line 2":"","Physical Address City":"ROUND ROCK","Physical Address State":"TX ","Physical Address Zipcode":"78664","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801421","School District Name":"NEWMAN INTERNATIONAL ACADEMY OF ARLINGTON","Physical Address Line 1":"2011 S FIELDER RD","Physical Address Line 2":"","Physical Address City":"ARLINGTON","Physical Address State":"TX ","Physical Address Zipcode":"76013","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801420","School District Name":"LEADERSHIP PREP SCHOOL","Physical Address Line 1":"8100 TEEL PKWY","Physical Address Line 2":"","Physical Address City":"FRISCO","Physical Address State":"TX ","Physical Address Zipcode":"75034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801418","School District Name":"THE LAWSON ACADEMY","Physical Address Line 1":"5052 SCOTT ST","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801417","School District Name":"COMPASS ACADEMY CHARTER SCHOOL","Physical Address Line 1":"5530 BILLY HEXT RD","Physical Address Line 2":"","Physical Address City":"ODESSA","Physical Address State":"TX ","Physical Address Zipcode":"79765","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801416","School District Name":"ARROW ACADEMY","Physical Address Line 1":"1700 GROESBECK ST","Physical Address Line 2":"","Physical Address City":"BRYAN","Physical Address State":"TX ","Physical Address Zipcode":"77803","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801415","School District Name":"MANARA ACADEMY","Physical Address Line 1":"8001 JETSTAR DR STE 100","Physical Address Line 2":"","Physical Address City":"IRVING","Physical Address State":"TX ","Physical Address Zipcode":"75063","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801414","School District Name":"PROMESA PUBLIC SCHOOLS","Physical Address Line 1":"6002 JAIN LN","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78721","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801412","School District Name":"HENRY FORD ACADEMY ALAMEDA SCHOOL FOR ART + DESIGN","Physical Address Line 1":"318 W HOUSTON","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801410","School District Name":"BOB HOPE SCHOOL","Physical Address Line 1":"2849 9TH AVE","Physical Address Line 2":"","Physical Address City":"PORT ARTHUR","Physical Address State":"TX ","Physical Address Zipcode":"77642","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801409","School District Name":"TEXAS LEADERSHIP PUBLIC SCHOOLS","Physical Address Line 1":"5687 MELROSE AVE","Physical Address Line 2":"","Physical Address City":"SAN ANGELO","Physical Address State":"TX ","Physical Address Zipcode":"76901","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801407","School District Name":"CHAPEL HILL ACADEMY","Physical Address Line 1":"4640 SYCAMORE SCHOOL RD","Physical Address Line 2":"","Physical Address City":"FORT WORTH","Physical Address State":"TX ","Physical Address Zipcode":"76133","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801405","School District Name":"HARMONY SCHOOL OF SCIENCE - HOUSTON","Physical Address Line 1":"14100 SOUTHWEST FWY STE 100","Physical Address Line 2":"","Physical Address City":"SUGAR LAND","Physical Address State":"TX ","Physical Address Zipcode":"77478","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801404","School District Name":"MEADOWLAND CHARTER DISTRICT","Physical Address Line 1":"216 E BLANCO RD STE 101","Physical Address Line 2":"","Physical Address City":"BOERNE","Physical Address State":"TX ","Physical Address Zipcode":"78006","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801400","School District Name":"SCHOOL OF SCIENCE AND TECHNOLOGY DISCOVERY","Physical Address Line 1":"5300 WURZBACH RD STE 800","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78238","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801395","School District Name":"STEPHEN F AUSTIN STATE UNIVERSITY CHARTER SCHOOL","Physical Address Line 1":"2428 RAGUET ST","Physical Address Line 2":"","Physical Address City":"NACOGDOCHES","Physical Address State":"TX ","Physical Address Zipcode":"75962","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4801394","School District Name":"VISTA DEL FUTURO CHARTER SCHOOL","Physical Address Line 1":"1671 BOB HOPE DR","Physical Address Line 2":"","Physical Address City":"EL PASO","Physical Address State":"TX ","Physical Address Zipcode":"79936","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800292","School District Name":"HARMONY SCIENCE ACAD (WACO)","Physical Address Line 1":"12055 FORESTGATE DR STE 110","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75243","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800291","School District Name":"WINDHAM SCHOOL DISTRICT","Physical Address Line 1":"802 FM 2821 W","Physical Address Line 2":"","Physical Address City":"HUNTSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"77320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800289","School District Name":"SEASHORE CHARTER SCHOOLS","Physical Address Line 1":"15801 S PADRE ISLAND DR","Physical Address Line 2":"","Physical Address City":"CORPUS CHRISTI","Physical Address State":"TX ","Physical Address Zipcode":"78418","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800288","School District Name":"CITYSCAPE SCHOOLS","Physical Address Line 1":"6211 E GRAND AVE","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75223","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800287","School District Name":"TEXAS SCHOOL OF THE ARTS","Physical Address Line 1":"3901 S HULEN ST","Physical Address Line 2":"","Physical Address City":"FORT WORTH","Physical Address State":"TX ","Physical Address Zipcode":"76109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800286","School District Name":"LA FE PREPARATORY SCHOOL","Physical Address Line 1":"616 E FATHER RAHM AVE","Physical Address Line 2":"","Physical Address City":"EL PASO","Physical Address State":"TX ","Physical Address Zipcode":"79901","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800284","School District Name":"AMBASSADORS PREPARATORY ACADEMY","Physical Address Line 1":"5001 AVE U","Physical Address Line 2":"","Physical Address City":"GALVESTON","Physical Address State":"TX ","Physical Address Zipcode":"77551","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800283","School District Name":"THE RHODES SCHOOL","Physical Address Line 1":"11821 E FWY STE 400","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77029","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800279","School District Name":"CORPUS CHRISTI MONTESSORI SCHOOL","Physical Address Line 1":"822 AYRES ST","Physical Address Line 2":"","Physical Address City":"CORPUS CHRISTI","Physical Address State":"TX ","Physical Address Zipcode":"78404","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800278","School District Name":"CROSSTIMBERS ACADEMY","Physical Address Line 1":"236 HARMONY RD","Physical Address Line 2":"","Physical Address City":"WEATHERFORD","Physical Address State":"TX ","Physical Address Zipcode":"76087","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800275","School District Name":"STEP CHARTER SCHOOL","Physical Address Line 1":"11250 S WILCREST","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77099","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800274","School District Name":"HARMONY SCHOOL OF EXCELLENCE","Physical Address Line 1":"3203 N SAM HOUSTON PKWY W","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77038","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800272","School District Name":"HARMONY SCIENCE ACAD (EL PASO)","Physical Address Line 1":"11500 PELLICANO DR STE B11","Physical Address Line 2":"","Physical Address City":"EL PASO","Physical Address State":"TX ","Physical Address Zipcode":"79936","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800271","School District Name":"RICHLAND COLLEGIATE HIGH SCHOOL","Physical Address Line 1":"12800 ABRAMS RD","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75243","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800270","School District Name":"LA ACADEMIA DE ESTRELLAS","Physical Address Line 1":"4680 W KIEST BLVD","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75236","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800268","School District Name":"BROOKS ACADEMIES OF TEXAS","Physical Address Line 1":"3803 LYSTER RD","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800266","School District Name":"HARMONY SCIENCE ACAD (SAN ANTONIO)","Physical Address Line 1":"6812 ALAMO DOWNS PKWY","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78238","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800265","School District Name":"AUSTIN DISCOVERY SCHOOL","Physical Address Line 1":"9303 FM 969","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78724","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800264","School District Name":"KIPP TEXAS PUBLIC SCHOOLS","Physical Address Line 1":"10711 KIPP WAY","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77099","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800263","School District Name":"DRAW ACADEMY","Physical Address Line 1":"7914 WESTGLEN DR","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77063","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800262","School District Name":"MEYERPARK ELEMENTARY","Physical Address Line 1":"13663 S MAIN ST","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77035","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800261","School District Name":"HARRIS COUNTY DEPT OF ED","Physical Address Line 1":"6300 IRVINGTON BLVD","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800259","School District Name":"TRINITY CHARTER SCHOOL","Physical Address Line 1":"8305 CROSS PARK DR","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78754","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800258","School District Name":"SCHOOL OF SCIENCE AND TECHNOLOGY","Physical Address Line 1":"5300 WURZBACH RD STE 800","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78238","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800255","School District Name":"EAST FORT WORTH MONTESSORI ACADEMY","Physical Address Line 1":"501 OAKLAND BLVD","Physical Address Line 2":"","Physical Address City":"FORT WORTH","Physical Address State":"TX ","Physical Address Zipcode":"76103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800254","School District Name":"WESTLAKE ACADEMY CHARTER SCHOOL","Physical Address Line 1":"2600 J T OTTINGER RD","Physical Address Line 2":"","Physical Address City":"WESTLAKE","Physical Address State":"TX ","Physical Address Zipcode":"76262","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800253","School District Name":"TEXAS SCH FOR THE DEAF","Physical Address Line 1":"1102 S CONGRESS AVE","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78704","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800252","School District Name":"TEXAS SCH FOR THE BLIND & VISUALLY IMPAIRED","Physical Address Line 1":"1100 W 45TH ST","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78756","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800251","School District Name":"UNIVERSITY OF TEXAS ELEMENTARY CHARTER SCHOOL","Physical Address Line 1":"2200 E 6TH ST","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78702","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800248","School District Name":"ST ANTHONY SCHOOL","Physical Address Line 1":"3732 MYRTLE ST","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800246","School District Name":"LIGHTHOUSE PUBLIC SCHOOLS","Physical Address Line 1":"8138 WESTSHIRE DR","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78227","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800241","School District Name":"HARMONY SCIENCE ACADEMY (AUSTIN)","Physical Address Line 1":"13415 RANCH RD 620 N","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78717","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800240","School District Name":"PROMISE COMMUNITY SCHOOL","Physical Address Line 1":"4500 BISSONNET","Physical Address Line 2":"","Physical Address City":"BELLAIRE","Physical Address State":"TX ","Physical Address Zipcode":"77401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800237","School District Name":"GOLDEN RULE CHARTER SCHOOL","Physical Address Line 1":"135 W WINTERGREEN RD","Physical Address Line 2":"","Physical Address City":"DESOTO","Physical Address State":"TX ","Physical Address Zipcode":"75115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800236","School District Name":"EVOLUTION ACADEMY CHARTER SCHOOL","Physical Address Line 1":"1101 S SHERMAN ST","Physical Address Line 2":"","Physical Address City":"RICHARDSON","Physical Address State":"TX ","Physical Address Zipcode":"75081","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800235","School District Name":"ORENDA CHARTER SCHOOL","Physical Address Line 1":"2951 WILLIAMS DR","Physical Address Line 2":"","Physical Address City":"GEORGETOWN","Physical Address State":"TX ","Physical Address Zipcode":"78628","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800232","School District Name":"CEDARS INTERNATIONAL ACADEMY","Physical Address Line 1":"8416 N IH 35","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78753","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800231","School District Name":"FORT WORTH ACADEMY OF FINE ARTS","Physical Address Line 1":"3901 S HULEN ST","Physical Address Line 2":"","Physical Address City":"FORT WORTH","Physical Address State":"TX ","Physical Address Zipcode":"76109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800227","School District Name":"BIG SPRINGS CHARTER SCHOOL","Physical Address Line 1":"10664 N US HWY 83","Physical Address Line 2":"","Physical Address City":"LEAKY","Physical Address State":"TX ","Physical Address Zipcode":"78873","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4800221","School District Name":"EHRHART SCHOOL","Physical Address Line 1":"3380 FANNIN ST","Physical Address Line 2":"","Physical Address City":"BEAUMONT","Physical Address State":"TX ","Physical Address Zipcode":"77701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800214","School District Name":"BRAZOS RIVER CHARTER SCHOOL","Physical Address Line 1":"FM 200 AND FM 199","Physical Address Line 2":"","Physical Address City":"NEMO","Physical Address State":"TX ","Physical Address Zipcode":"76070","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4800213","School District Name":"PANOLA CHARTER SCHOOL","Physical Address Line 1":"1110 FM 10","Physical Address Line 2":"","Physical Address City":"CARTHAGE","Physical Address State":"TX ","Physical Address Zipcode":"75633","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800211","School District Name":"IDEA PUBLIC SCHOOLS","Physical Address Line 1":"2115 W PIKE BLVD","Physical Address Line 2":"","Physical Address City":"WESLACO","Physical Address State":"TX ","Physical Address Zipcode":"78596","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800210","School District Name":"HARMONY SCIENCE ACADEMY","Physical Address Line 1":"14100 SOUTHWEST FRWY STE 100","Physical Address Line 2":"","Physical Address City":"SUGARLAND","Physical Address State":"TX ","Physical Address Zipcode":"77478","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800209","School District Name":"YES PREP PUBLIC SCHOOLS INC","Physical Address Line 1":"5515 S LOOP E FREEWAY STE B","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77033","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800207","School District Name":"PREMIER HIGH SCHOOLS","Physical Address Line 1":"1301 WATERS RIDGE DR","Physical Address Line 2":"","Physical Address City":"LEWISVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75057","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800205","School District Name":"EL PASO ACADEMY","Physical Address Line 1":"11000 ARGAL CT","Physical Address Line 2":"","Physical Address City":"EL PASO","Physical Address State":"TX ","Physical Address Zipcode":"79935","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800204","School District Name":"INSPIRED VISION ACADEMY","Physical Address Line 1":"8225 BRUTON RD","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75217","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800203","School District Name":"A+ ACADEMY","Physical Address Line 1":"8225 BRUTON RD","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75217","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800202","School District Name":"WINFREE ACADEMY CHARTER SCHOOLS","Physical Address Line 1":"1555 VALWOOD PKWY STE 160","Physical Address Line 2":"","Physical Address City":"CARROLLTON","Physical Address State":"TX ","Physical Address Zipcode":"75006","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800201","School District Name":"NOVA ACADEMY SOUTHEAST","Physical Address Line 1":"2800 PRICHARD","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75227","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800195","School District Name":"VANGUARD ACADEMY","Physical Address Line 1":"1200 E KELLY ST","Physical Address Line 2":"","Physical Address City":"PHARR","Physical Address State":"TX ","Physical Address Zipcode":"78577","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800194","School District Name":"TEXAS PREPARATORY SCHOOL","Physical Address Line 1":"400 UHLAND RD","Physical Address Line 2":"","Physical Address City":"SAN MARCOS","Physical Address State":"TX ","Physical Address Zipcode":"78666","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800192","School District Name":"ACCELERATED INTERMEDIATE ACADEMY","Physical Address Line 1":"12825 SUMMIT RIDGE","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77085","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800190","School District Name":"BEATRICE MAYES INSTITUTE CHARTER SCHOOL","Physical Address Line 1":"5807 CALHOUN","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800187","School District Name":"NORTH TEXAS COLLEGIATE ACADEMY","Physical Address Line 1":"4601 N 1 35","Physical Address Line 2":"","Physical Address City":"DENTON","Physical Address State":"TX ","Physical Address Zipcode":"76207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800186","School District Name":"EDUCATION CENTER INTERNATIONAL ACADEMY","Physical Address Line 1":"302 N TOWN E BLVD","Physical Address Line 2":"","Physical Address City":"SUNNYVALE","Physical Address State":"TX ","Physical Address Zipcode":"75182","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800184","School District Name":"GATEWAY CHARTER ACADEMY","Physical Address Line 1":"6103 UNIVERSITY HILLS BLVD","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75241","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800179","School District Name":"JUBILEE ACADEMIES","Physical Address Line 1":"4434 ROLAND","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800177","School District Name":"ST MARY'S ACADEMY CHARTER SCHOOL","Physical Address Line 1":"507 N FILMORE","Physical Address Line 2":"","Physical Address City":"BEEVILLE","Physical Address State":"TX ","Physical Address Zipcode":"78102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800176","School District Name":"REG 9 EDUCATION SERVICE CENTER","Physical Address Line 1":"301 LOOP 11","Physical Address Line 2":"","Physical Address City":"WICHITA FALLS","Physical Address State":"TX ","Physical Address Zipcode":"76306","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800174","School District Name":"TRIUMPH PUBLIC HIGH SCHOOLS-LAREDO","Physical Address Line 1":"1600 CLARK BLVD","Physical Address Line 2":"","Physical Address City":"LAREDO","Physical Address State":"TX ","Physical Address Zipcode":"78043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800173","School District Name":"REG 6 EDUCATION SERVICE CENTER","Physical Address Line 1":"3332 MONTGOMERY RD","Physical Address Line 2":"","Physical Address City":"HUNTSVILLE","Physical Address State":"TX ","Physical Address Zipcode":"77340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800172","School District Name":"REG 3 EDUCATION SERVICE CENTER","Physical Address Line 1":"1905 LEARY LN","Physical Address Line 2":"","Physical Address City":"VICTORIA","Physical Address State":"TX ","Physical Address Zipcode":"77901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800171","School District Name":"RANCH ACADEMY","Physical Address Line 1":"3120 VZCR 2318","Physical Address Line 2":"","Physical Address City":"CANTON","Physical Address State":"TX ","Physical Address Zipcode":"75103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4800169","School District Name":"REG 13 EDUCATION SERVICE CENTER","Physical Address Line 1":"5701 SPRINGDALE RD","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78723","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800166","School District Name":"REG 15 EDUCATION SERVICE CENTER","Physical Address Line 1":"612 S IRENE ST","Physical Address Line 2":"","Physical Address City":"SAN ANGELO","Physical Address State":"TX ","Physical Address Zipcode":"76903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800165","School District Name":"REG 8 EDUCATION SERVICE CENTER","Physical Address Line 1":"4845 US HWY 271 N","Physical Address Line 2":"","Physical Address City":"PITTSBURG","Physical Address State":"TX ","Physical Address Zipcode":"75686","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4800164","School District Name":"REG 14 EDUCATION SERVICE CENTER","Physical Address Line 1":"1850 HWY 351","Physical Address Line 2":"","Physical Address City":"ABILENE","Physical Address State":"TX ","Physical Address Zipcode":"79601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800163","School District Name":"TEXAS COLLEGE PREPARATORY ACADEMIES","Physical Address Line 1":"1800 LAKEWAY DR STE 100","Physical Address Line 2":"","Physical Address City":"LEWISVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75057","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800162","School District Name":"REG 11 EDUCATION SERVICE CENTER","Physical Address Line 1":"1451 S CHERRY LN","Physical Address Line 2":"","Physical Address City":"WHITE SETTLEMENT","Physical Address State":"TX ","Physical Address Zipcode":"76108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800159","School District Name":"ERATH EXCELS ACADEMY INC","Physical Address Line 1":"680 PEACH ORCHARD RD","Physical Address Line 2":"","Physical Address City":"STEPHENVILLE","Physical Address State":"TX ","Physical Address Zipcode":"76401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800158","School District Name":"ARLINGTON CLASSICS ACADEMY","Physical Address Line 1":"5206 S BOWEN","Physical Address Line 2":"","Physical Address City":"ARLINGTON","Physical Address State":"TX ","Physical Address Zipcode":"76017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800156","School District Name":"REG 16 EDUCATION SERVICE CENTER","Physical Address Line 1":"5800 BELL ST","Physical Address Line 2":"","Physical Address City":"AMARILLO","Physical Address State":"TX ","Physical Address Zipcode":"79109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800155","School District Name":"REG 5 EDUCATION SERVICE CENTER","Physical Address Line 1":"350 PINE STREET STE 500","Physical Address Line 2":"","Physical Address City":"BEAUMONT","Physical Address State":"TX ","Physical Address Zipcode":"77701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800154","School District Name":"REG 2 EDUCATION SERVICE CENTER","Physical Address Line 1":"209 N WATER ST","Physical Address Line 2":"","Physical Address City":"CORPUS CHRISTI","Physical Address State":"TX ","Physical Address Zipcode":"78401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800151","School District Name":"TEXAS SERENITY ACADEMY","Physical Address Line 1":"400 N SAM HOUSTON PKWY E STE 625","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77060","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800150","School District Name":"REG 18 EDUCATION SERVICE CENTER","Physical Address Line 1":"2811 LAFORCE BLVD","Physical Address Line 2":"","Physical Address City":"MIDLAND","Physical Address State":"TX ","Physical Address Zipcode":"79706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800148","School District Name":"MIDLAND ACADEMY CHARTER SCHOOL","Physical Address Line 1":"500 N BAIRD","Physical Address Line 2":"","Physical Address City":"MIDLAND","Physical Address State":"TX ","Physical Address Zipcode":"79701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800146","School District Name":"REG 12 EDUCATION SERVICE CENTER","Physical Address Line 1":"2101 W LOOP 340","Physical Address Line 2":"","Physical Address City":"WACO","Physical Address State":"TX ","Physical Address Zipcode":"76712","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800144","School District Name":"REG 17 EDUCATION SERVICE CENTER","Physical Address Line 1":"1111 W LOOP 289","Physical Address Line 2":"","Physical Address City":"LUBBOCK","Physical Address State":"TX ","Physical Address Zipcode":"79416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800142","School District Name":"TRIUMPH PUBLIC HIGH SCHOOLS-LUBBOCK","Physical Address Line 1":"4008 AVE R","Physical Address Line 2":"","Physical Address City":"LUBBOCK","Physical Address State":"TX ","Physical Address Zipcode":"79412","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800141","School District Name":"RISE ACADEMY","Physical Address Line 1":"207 N MARTIN LUTHER KING BLVD","Physical Address Line 2":"","Physical Address City":"LUBBOCK","Physical Address State":"TX ","Physical Address Zipcode":"79403","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800139","School District Name":"TEKOA ACADEMY OF ACCELERATED STUDIES STEM SCHOOL","Physical Address Line 1":"326 THOMAS BLVD","Physical Address Line 2":"","Physical Address City":"PORT ARTHUR","Physical Address State":"TX ","Physical Address Zipcode":"77640","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800136","School District Name":"REG 1 EDUCATION SERVICE CENTER","Physical Address Line 1":"1900 W SCHUNIOR","Physical Address Line 2":"","Physical Address City":"EDINBURG","Physical Address State":"TX ","Physical Address Zipcode":"78541","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800133","School District Name":"TRIUMPH PUBLIC HIGH SCHOOLS-RIO GRANDE VALLEY","Physical Address Line 1":"201 N 17TH ST","Physical Address Line 2":"","Physical Address City":"MCALLEN","Physical Address State":"TX ","Physical Address Zipcode":"78501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800132","School District Name":"KATHERINE ANNE PORTER SCHOOL","Physical Address Line 1":"515 FM 2325","Physical Address Line 2":"","Physical Address City":"WIMBERLEY","Physical Address State":"TX ","Physical Address Zipcode":"78676","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800130","School District Name":"REG 4 EDUCATION SERVICE CENTER","Physical Address Line 1":"7145 W TIDWELL","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800127","School District Name":"COMQUEST ACADEMY","Physical Address Line 1":"207 N PEACH ST","Physical Address Line 2":"","Physical Address City":"TOMBALL","Physical Address State":"TX ","Physical Address Zipcode":"77375","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800125","School District Name":"SOUTHWEST SCHOOL","Physical Address Line 1":"3333 BERING DR STE 200","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77057","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800124","School District Name":"CALVIN NELMS CHARTER SCHOOLS","Physical Address Line 1":"20625 CLAY RD","Physical Address Line 2":"","Physical Address City":"KATY","Physical Address State":"TX ","Physical Address Zipcode":"77449","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800118","School District Name":"HOUSTON GATEWAY ACADEMY INC","Physical Address Line 1":"3400 EVERGREEN DR","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77087","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800115","School District Name":"HOUSTON HEIGHTS HIGH SCHOOL","Physical Address Line 1":"1125 LAWRENCE DR","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77008","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800113","School District Name":"AMIGOS POR VIDA-FRIENDS FOR LIFE PUB CHTR SCH","Physical Address Line 1":"5503 EL CAMINO DEL REY","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77081","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800110","School District Name":"REG 7 EDUCATION SERVICE CENTER","Physical Address Line 1":"1909 N LONGVIEW ST","Physical Address Line 2":"","Physical Address City":"KILGORE","Physical Address State":"TX ","Physical Address Zipcode":"75662","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800109","School District Name":"EAST TEXAS CHARTER SCHOOLS","Physical Address Line 1":"2402 ALPINE RD","Physical Address Line 2":"","Physical Address City":"LONGVIEW","Physical Address State":"TX ","Physical Address Zipcode":"75601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800108","School District Name":"ODYSSEY ACADEMY INC","Physical Address Line 1":"2412 61ST ST","Physical Address Line 2":"","Physical Address City":"GALVESTON","Physical Address State":"TX ","Physical Address Zipcode":"77551","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800107","School District Name":"REG 19 EDUCATION SERVICE CENTER","Physical Address Line 1":"6611 BOEING DR","Physical Address Line 2":"","Physical Address City":"EL PASO","Physical Address State":"TX ","Physical Address Zipcode":"79925","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800106","School District Name":"TRIUMPH PUBLIC HIGH SCHOOLS-EL PASO","Physical Address Line 1":"1599 GEORGE DIETER DR","Physical Address Line 2":"","Physical Address City":"EL PASO","Physical Address State":"TX ","Physical Address Zipcode":"79936","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800105","School District Name":"WAXAHACHIE FAITH FAMILY ACADEMY","Physical Address Line 1":"1620 FALCON DR","Physical Address Line 2":"","Physical Address City":"DESOTO","Physical Address State":"TX ","Physical Address Zipcode":"75115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800104","School District Name":"REG 10 EDUCATION SERVICE CENTER","Physical Address Line 1":"400 E SPRING VALLEY RD","Physical Address Line 2":"","Physical Address City":"RICHARDSON","Physical Address State":"TX ","Physical Address Zipcode":"75081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800098","School District Name":"JEAN MASSIEU ACADEMY","Physical Address Line 1":"823 N CENTER ST","Physical Address Line 2":"","Physical Address City":"ARLINGTON","Physical Address State":"TX ","Physical Address Zipcode":"76011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800095","School District Name":"A W BROWN LEADERSHIP ACADEMY","Physical Address Line 1":"5701 RED BIRD CTR DR","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75237","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800093","School District Name":"ACADEMY FOR ACADEMIC EXCELLENCE","Physical Address Line 1":"1673 TERRE COLONY COURT","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800092","School District Name":"TRINITY BASIN PREPARATORY","Physical Address Line 1":"2730 N HWY 360","Physical Address Line 2":"","Physical Address City":"GRAND PRAIRIE","Physical Address State":"TX ","Physical Address Zipcode":"75050","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800090","School District Name":"ACADEMY OF DALLAS","Physical Address Line 1":"2324 S VERNON AVE","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75224","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800089","School District Name":"LUMIN EDUCATION","Physical Address Line 1":"924 WAYNE ST","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75223","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800086","School District Name":"BRAZOS SCHOOL FOR INQUIRY & CREATIVITY","Physical Address Line 1":"410 BETHEL LN","Physical Address Line 2":"","Physical Address City":"BRYAN","Physical Address State":"TX ","Physical Address Zipcode":"77802","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800083","School District Name":"REG 20 EDUCATION SERVICE CENTER","Physical Address Line 1":"1314 HINES AVE","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78208","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800080","School District Name":"HERITAGE ACADEMY","Physical Address Line 1":"12470 WOMAN HOLLERING RD","Physical Address Line 2":"","Physical Address City":"SCHERTZ","Physical Address State":"TX ","Physical Address Zipcode":"78154","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800077","School District Name":"BEXAR COUNTY ACADEMY","Physical Address Line 1":"1493 SAN ANTONIO DR","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78228","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800076","School District Name":"PRIORITY CHARTER SCHOOLS","Physical Address Line 1":"275 FM 2483","Physical Address Line 2":"","Physical Address City":"MORGANS POINT RESORT","Physical Address State":"TX ","Physical Address Zipcode":"76513","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800075","School District Name":"RICHARD MILBURN ALTER HIGH SCHOOL (KILLEEN)","Physical Address Line 1":"13003 JONES MALTSBERGER RD","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78247","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800074","School District Name":"PINEYWOODS COMMUNITY ACADEMY","Physical Address Line 1":"602 S RAGUET","Physical Address Line 2":"","Physical Address City":"LUFKIN","Physical Address State":"TX ","Physical Address Zipcode":"75904","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800073","School District Name":"THE VARNETT PUBLIC SCHOOL","Physical Address Line 1":"5025 S WILLOW DR","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77035","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800072","School District Name":"NOVA ACADEMY","Physical Address Line 1":"6459 SCYENE RD","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75227","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800071","School District Name":"UNIVERSITY OF TEXAS UNIVERSITY CHARTER SCHOOL","Physical Address Line 1":"2200 E 6TH ST","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78702","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800070","School District Name":"UNIVERSAL ACADEMY","Physical Address Line 1":"2616 N MACARTHUR BLVD","Physical Address Line 2":"","Physical Address City":"IRVING","Physical Address State":"TX ","Physical Address Zipcode":"75062","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800069","School District Name":"TWO DIMENSIONS PREPARATORY ACADEMY","Physical Address Line 1":"12121 VETERANS MEMORIAL DR 10","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77067","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800068","School District Name":"TREETOPS SCHOOL INTERNATIONAL","Physical Address Line 1":"12500 S PIPELINE RD","Physical Address Line 2":"","Physical Address City":"EULESS","Physical Address State":"TX ","Physical Address Zipcode":"76040","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800066","School District Name":"TEXAS EMPOWERMENT ACADEMY","Physical Address Line 1":"3613 BLUESTEIN DR","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78721","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800065","School District Name":"HORIZON MONTESSORI PUBLIC SCHOOLS","Physical Address Line 1":"2402 E BUSINESS HWY 83","Physical Address Line 2":"","Physical Address City":"WESLACO","Physical Address State":"TX ","Physical Address Zipcode":"78596","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800064","School District Name":"CHAPARRAL STAR ACADEMY","Physical Address Line 1":"14046 SUMMIT DR","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78728","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800063","School District Name":"SOUTHWEST PREPARATORY SCHOOL","Physical Address Line 1":"1258 AUSTIN HWY","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78209","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800062","School District Name":"SCHOOL OF EXCELLENCE IN EDUCATION","Physical Address Line 1":"1826 BASSE RD","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78213","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800061","School District Name":"NEW FRONTIERS PUBLIC SCHOOLS INC","Physical Address Line 1":"138 FAIR AVE","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78223","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800059","School District Name":"POSITIVE SOLUTIONS CHARTER SCHOOL","Physical Address Line 1":"1325 N FLORES STE 100","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800058","School District Name":"NYOS CHARTER SCHOOL","Physical Address Line 1":"12301 N LAMAR BLVD","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78753","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800055","School District Name":"LIFE SCHOOL","Physical Address Line 1":"132 E OVILLA RD STE A","Physical Address Line 2":"","Physical Address City":"RED OAK","Physical Address State":"TX ","Physical Address Zipcode":"75154","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800053","School District Name":"INSPIRE ACADEMIES","Physical Address Line 1":"10325 BANDERA RD","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78250","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800049","School District Name":"EXCEL ACADEMY","Physical Address Line 1":"1200 CONGRESS ST STE 6500","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77002","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800048","School District Name":"RAVEN SCHOOL","Physical Address Line 1":"143 FOREST SERVICE RD 233","Physical Address Line 2":"","Physical Address City":"NEW WAVERLY","Physical Address State":"TX ","Physical Address Zipcode":"77358","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4800044","School District Name":"WAYSIDE SCHOOLS","Physical Address Line 1":"6405 S IH 35","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"TX ","Physical Address Zipcode":"78744","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800042","School District Name":"RAPOPORT ACADEMY PUBLIC SCHOOL","Physical Address Line 1":"1020 ELM AVE BLDG 100","Physical Address Line 2":"","Physical Address City":"WACO","Physical Address State":"TX ","Physical Address Zipcode":"76704","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800041","School District Name":"ADVANTAGE ACADEMY","Physical Address Line 1":"618 W WHEATLAND RD","Physical Address Line 2":"","Physical Address City":"DUNCANVILLE","Physical Address State":"TX ","Physical Address Zipcode":"75116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800037","School District Name":"BURNHAM WOOD CHARTER SCHOOL DISTRICT","Physical Address Line 1":"7310 BISHOP FLORES DR","Physical Address Line 2":"","Physical Address City":"EL PASO","Physical Address State":"TX ","Physical Address Zipcode":"79912","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800035","School District Name":"ALIEF MONTESSORI COMMUNITY SCHOOL","Physical Address Line 1":"12013 6TH ST","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77072","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800034","School District Name":"CUMBERLAND ACADEMY","Physical Address Line 1":"1340 SHILOH RD","Physical Address Line 2":"","Physical Address City":"TYLER","Physical Address State":"TX ","Physical Address Zipcode":"75703","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800032","School District Name":"ACADEMY OF ACCELERATED LEARNING INC","Physical Address Line 1":"6711 BELLFORT ST","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77087","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800031","School District Name":"UNIVERSITY OF HOUSTON CHARTER SCHOOL","Physical Address Line 1":"3855 HOLMAN ST MELCHER GYM 100","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800030","School District Name":"UPLIFT EDUCATION","Physical Address Line 1":"3000 PEGASUS PARK DR","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75247","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800029","School District Name":"PEGASUS SCHOOL OF LIBERAL ARTS AND SCIENCES","Physical Address Line 1":"3800 MAIN ST STE E","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75226","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800025","School District Name":"DR M L GARZA-GONZALEZ CHARTER SCHOOL","Physical Address Line 1":"4129 GREENWOOD DR","Physical Address Line 2":"","Physical Address City":"CORPUS CHRISTI","Physical Address State":"TX ","Physical Address Zipcode":"78416","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800024","School District Name":"WACO CHARTER SCHOOL","Physical Address Line 1":"615 N 25TH ST","Physical Address Line 2":"","Physical Address City":"WACO","Physical Address State":"TX ","Physical Address Zipcode":"76707","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800022","School District Name":"RAUL YZAGUIRRE SCHOOLS FOR SUCCESS","Physical Address Line 1":"2950 BROADWAY","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800020","School District Name":"GEORGE I SANCHEZ CHARTER","Physical Address Line 1":"6001 GULF FWY BLDG B3","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77023","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800019","School District Name":"ARISTOI CLASSICAL ACADEMY","Physical Address Line 1":"5610 MORTON RD","Physical Address Line 2":"","Physical Address City":"KATY","Physical Address State":"TX ","Physical Address Zipcode":"77493","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800018","School District Name":"SER-NINOS CHARTER SCHOOL","Physical Address Line 1":"5815 ALDER DR","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"TX ","Physical Address Zipcode":"77081","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800016","School District Name":"TEXANS CAN ACADEMIES","Physical Address Line 1":"325 W 12TH STE 200","Physical Address Line 2":"","Physical Address City":"DALLAS","Physical Address State":"TX ","Physical Address Zipcode":"75208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800014","School District Name":"GEORGE GERVIN ACADEMY","Physical Address Line 1":"6944 SUNBELT DR S","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78218","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800012","School District Name":"CHISUM ISD","Physical Address Line 1":"3250 S CHURCH ST","Physical Address Line 2":"","Physical Address City":"PARIS","Physical Address State":"TX ","Physical Address Zipcode":"75462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2688984881209503,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4800011","School District Name":"ALVARADO ISD","Physical Address Line 1":"102 S BILL JACKSON DR","Physical Address Line 2":"","Physical Address City":"ALVARADO","Physical Address State":"TX ","Physical Address Zipcode":"76009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1271985725210298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4800010","School District Name":"HAYS CISD","Physical Address Line 1":"21003 INTERSTATE 35","Physical Address Line 2":"","Physical Address City":"KYLE","Physical Address State":"TX ","Physical Address Zipcode":"78640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08193994965839627,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4800009","School District Name":"WIMBERLEY ISD","Physical Address Line 1":"951 FM 2325","Physical Address Line 2":"","Physical Address City":"WIMBERLEY","Physical Address State":"TX ","Physical Address Zipcode":"78676","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06717189114708921,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4800008","School District Name":"DRIPPING SPRINGS ISD","Physical Address Line 1":"510 W MERCER ST","Physical Address Line 2":"","Physical Address City":"DRIPPING SPRINGS","Physical Address State":"TX ","Physical Address Zipcode":"78620","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03165086447295036,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4800007","School District Name":"PANTHER CREEK CISD","Physical Address Line 1":"129 PR 3421","Physical Address Line 2":"","Physical Address City":"VALERA","Physical Address State":"TX ","Physical Address Zipcode":"76884","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27906976744186046,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4800006","School District Name":"ASPERMONT ISD","Physical Address Line 1":"528 E SEVENTH ST","Physical Address Line 2":"","Physical Address City":"ASPERMONT","Physical Address State":"TX ","Physical Address Zipcode":"79502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2088888888888889,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4800005","School District Name":"BLACKWELL CISD","Physical Address Line 1":"610 N ALAMO","Physical Address Line 2":"","Physical Address City":"BLACKWELL","Physical Address State":"TX ","Physical Address Zipcode":"79506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18674698795180722,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4800004","School District Name":"POR VIDA ACADEMY","Physical Address Line 1":"1135 MISSION RD","Physical Address Line 2":"","Physical Address City":"SAN ANTONIO","Physical Address State":"TX ","Physical Address Zipcode":"78210","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4800003","School District Name":"ROCKSPRINGS ISD","Physical Address Line 1":"201 N HWY 377","Physical Address Line 2":"","Physical Address City":"ROCKSPRINGS","Physical Address State":"TX ","Physical Address Zipcode":"78880","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4800002","School District Name":"SPUR ISD","Physical Address Line 1":"800 N WILLIAMS","Physical Address Line 2":"","Physical Address City":"SPUR","Physical Address State":"TX ","Physical Address Zipcode":"79370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24782608695652175,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4800001","School District Name":"CROSBYTON CISD","Physical Address Line 1":"204 S HARRISON ST","Physical Address Line 2":"","Physical Address City":"CROSBYTON","Physical Address State":"TX ","Physical Address Zipcode":"79322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.289544235924933,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4704550","School District Name":"Wilson County","Physical Address Line 1":"415 Harding DR","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"TN ","Physical Address Zipcode":"37087","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06818934127772261,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4704530","School District Name":"Williamson County","Physical Address Line 1":"1320 W Main","Physical Address Line 2":"Suite 202","Physical Address City":"Franklin","Physical Address State":"TN ","Physical Address Zipcode":"37064","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.02779968454258675,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4704500","School District Name":"White County","Physical Address Line 1":"576 Hale ST","Physical Address Line 2":"","Physical Address City":"Sparta","Physical Address State":"TN ","Physical Address Zipcode":"38583","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17691428571428572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4704490","School District Name":"West Carroll Sp Dist","Physical Address Line 1":"1415 Highway 77","Physical Address Line 2":"","Physical Address City":"Atwood","Physical Address State":"TN ","Physical Address Zipcode":"38220","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19844020797227035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4704470","School District Name":"Weakley County","Physical Address Line 1":"8319 Hwy 22 Suite A","Physical Address Line 2":"","Physical Address City":"Dresden","Physical Address State":"TN ","Physical Address Zipcode":"38225","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1855779427359491,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4704440","School District Name":"Wayne County","Physical Address Line 1":"419 South Main ST","Physical Address Line 2":"","Physical Address City":"Waynesboro","Physical Address State":"TN ","Physical Address Zipcode":"38485","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21558059774620283,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4704380","School District Name":"Washington County","Physical Address Line 1":"405 W College ST","Physical Address Line 2":"","Physical Address City":"Jonesborough","Physical Address State":"TN ","Physical Address Zipcode":"37659","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.116318407960199,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4704350","School District Name":"Warren County","Physical Address Line 1":"2548 Morrison ST","Physical Address Line 2":"","Physical Address City":"McMinnville","Physical Address State":"TN ","Physical Address Zipcode":"37110","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21139117114607994,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4704320","School District Name":"Van Buren County","Physical Address Line 1":"293 Sparta ST","Physical Address Line 2":"","Physical Address City":"Spencer","Physical Address State":"TN ","Physical Address Zipcode":"38585","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26107226107226106,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4704290","School District Name":"Union County","Physical Address Line 1":"3006 Maynardville HWY","Physical Address Line 2":"","Physical Address City":"Maynardville","Physical Address State":"TN ","Physical Address Zipcode":"37807","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2639578163771712,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4704260","School District Name":"Union City","Physical Address Line 1":"408 South Depot ST","Physical Address Line 2":"","Physical Address City":"Union City","Physical Address State":"TN ","Physical Address Zipcode":"38261","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2559748427672956,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4704230","School District Name":"Unicoi County","Physical Address Line 1":"100 Nolichucky AVE","Physical Address Line 2":"","Physical Address City":"Erwin","Physical Address State":"TN ","Physical Address Zipcode":"37650","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20016785564414605,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4704200","School District Name":"Tullahoma","Physical Address Line 1":"510 S Jackson ST","Physical Address Line 2":"","Physical Address City":"Tullahoma","Physical Address State":"TN ","Physical Address Zipcode":"37388","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20293122886133033,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4704170","School District Name":"Trousdale County","Physical Address Line 1":"103 Lock Six RD","Physical Address Line 2":"","Physical Address City":"Hartsville","Physical Address State":"TN ","Physical Address Zipcode":"37074","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1455026455026455,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4704100","School District Name":"Trenton","Physical Address Line 1":"201 W 10th ST","Physical Address Line 2":"","Physical Address City":"Trenton","Physical Address State":"TN ","Physical Address Zipcode":"38382","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19057377049180327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4704080","School District Name":"Tipton County","Physical Address Line 1":"1580 Highway 51 South","Physical Address Line 2":"","Physical Address City":"Covington","Physical Address State":"TN ","Physical Address Zipcode":"38019","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.172091350476533,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4704050","School District Name":"Sweetwater","Physical Address Line 1":"220 S. Clark ST","Physical Address Line 2":"","Physical Address City":"Sweetwater","Physical Address State":"TN ","Physical Address Zipcode":"37874","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2098408104196816,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4704020","School District Name":"Sumner County","Physical Address Line 1":"695 East Main ST","Physical Address Line 2":"","Physical Address City":"Gallatin","Physical Address State":"TN ","Physical Address Zipcode":"37066","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10882422521883132,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4703990","School District Name":"Sullivan County","Physical Address Line 1":"154 Blountville By-Pass","Physical Address Line 2":"","Physical Address City":"Blountville","Physical Address State":"TN ","Physical Address Zipcode":"37617","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16663806418397117,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4703960","School District Name":"Stewart County","Physical Address Line 1":"1031 Spring ST","Physical Address Line 2":"","Physical Address City":"Dover","Physical Address State":"TN ","Physical Address Zipcode":"37058","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19888734353268428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703900","School District Name":"South Carroll","Physical Address Line 1":"145 Clarksburg RD","Physical Address Line 2":"","Physical Address City":"Clarksburg","Physical Address State":"TN ","Physical Address Zipcode":"38324","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18632075471698112,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703870","School District Name":"Smith County","Physical Address Line 1":"126 S C M S Lane","Physical Address Line 2":"","Physical Address City":"Carthage","Physical Address State":"TN ","Physical Address Zipcode":"37030","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14887892376681613,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703780","School District Name":"Sevier County","Physical Address Line 1":"226 Cedar ST","Physical Address Line 2":"","Physical Address City":"Sevierville","Physical Address State":"TN ","Physical Address Zipcode":"37862","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18352610817677342,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4703750","School District Name":"Sequatchie County","Physical Address Line 1":"878 Cordell DR","Physical Address Line 2":"","Physical Address City":"Dunlap","Physical Address State":"TN ","Physical Address Zipcode":"37327","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22880983750548967,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703720","School District Name":"Scott County","Physical Address Line 1":"208 Court ST","Physical Address Line 2":"","Physical Address City":"Huntsville","Physical Address State":"TN ","Physical Address Zipcode":"37756","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21411625148279953,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703690","School District Name":"Rutherford County","Physical Address Line 1":"2240 Southpark BLVD","Physical Address Line 2":"","Physical Address City":"Murfreesboro","Physical Address State":"TN ","Physical Address Zipcode":"37128","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07871344790240513,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4703660","School District Name":"Rogersville","Physical Address Line 1":"116 Broadway","Physical Address Line 2":"","Physical Address City":"Rogersville","Physical Address State":"TN ","Physical Address Zipcode":"37857","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30787589498806683,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703600","School District Name":"Robertson County","Physical Address Line 1":"800 M S Couts BLVD","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"TN ","Physical Address Zipcode":"37172","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11324376199616124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4703590","School District Name":"Roane County","Physical Address Line 1":"105 Bluff RD","Physical Address Line 2":"","Physical Address City":"Kingston","Physical Address State":"TN ","Physical Address Zipcode":"37763","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1678677405680373,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4703540","School District Name":"Richard City","Physical Address Line 1":"1620 Hamilton AVE","Physical Address Line 2":"","Physical Address City":"South Pittsburg","Physical Address State":"TN ","Physical Address Zipcode":"37380","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25153374233128833,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703510","School District Name":"Rhea County","Physical Address Line 1":"305 California AVE","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"TN ","Physical Address Zipcode":"37321","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1771257228528593,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703480","School District Name":"Putnam County","Physical Address Line 1":"1400 East Spring ST","Physical Address Line 2":"","Physical Address City":"Cookeville","Physical Address State":"TN ","Physical Address Zipcode":"38506","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.21372117656644668,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703450","School District Name":"Polk County","Physical Address Line 1":"131 Stephens ST","Physical Address Line 2":"","Physical Address City":"Benton","Physical Address State":"TN ","Physical Address Zipcode":"37307","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19334719334719336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703420","School District Name":"Pickett County","Physical Address Line 1":"141 Skyline DR","Physical Address Line 2":"","Physical Address City":"Byrdstown","Physical Address State":"TN ","Physical Address Zipcode":"38549","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.231496062992126,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703390","School District Name":"Perry County","Physical Address Line 1":"857 Squirrel Hollow DR","Physical Address Line 2":"","Physical Address City":"Linden","Physical Address State":"TN ","Physical Address Zipcode":"37096","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23538581449727203,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703360","School District Name":"Paris","Physical Address Line 1":"1219 Hwy 641 S","Physical Address Line 2":"","Physical Address City":"Paris","Physical Address State":"TN ","Physical Address Zipcode":"38242","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.31244778613199664,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703330","School District Name":"Overton County","Physical Address Line 1":"302 Zachary ST","Physical Address Line 2":"","Physical Address City":"Livingston","Physical Address State":"TN ","Physical Address Zipcode":"38570","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20603015075376885,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703300","School District Name":"Oneida","Physical Address Line 1":"195 North Bank","Physical Address Line 2":"","Physical Address City":"Oneida","Physical Address State":"TN ","Physical Address Zipcode":"37841","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.29979879275653926,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703270","School District Name":"Obion County","Physical Address Line 1":"1700 North Fifth ST","Physical Address Line 2":"","Physical Address City":"Union City","Physical Address State":"TN ","Physical Address Zipcode":"38261","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1731932505571474,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4703240","School District Name":"Oak Ridge","Physical Address Line 1":"304 New York AVE","Physical Address Line 2":"","Physical Address City":"Oak Ridge","Physical Address State":"TN ","Physical Address Zipcode":"37830","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14384133611691022,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4703210","School District Name":"Newport","Physical Address Line 1":"301 College ST","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"TN ","Physical Address Zipcode":"37821","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.39865771812080536,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703180","School District Name":"Davidson County","Physical Address Line 1":"2601 Bransford AVE","Physical Address Line 2":"","Physical Address City":"Nashville","Physical Address State":"TN ","Physical Address Zipcode":"37204","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16587235914570916,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4703150","School District Name":"Murfreesboro","Physical Address Line 1":"2552 South Church ST","Physical Address Line 2":"","Physical Address City":"Murfreesboro","Physical Address State":"TN ","Physical Address Zipcode":"37127","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10319590143937546,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4703090","School District Name":"Morgan County","Physical Address Line 1":"136 Flat Fork RD","Physical Address Line 2":"","Physical Address City":"Wartburg","Physical Address State":"TN ","Physical Address Zipcode":"37887","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20635994587280107,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703060","School District Name":"Moore County","Physical Address Line 1":"241 Main ST","Physical Address Line 2":"","Physical Address City":"Lynchburg","Physical Address State":"TN ","Physical Address Zipcode":"37352","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12339055793991416,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4703030","School District Name":"Montgomery County","Physical Address Line 1":"621 Gracey AVE","Physical Address Line 2":"","Physical Address City":"Clarksville","Physical Address State":"TN ","Physical Address Zipcode":"37040","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.15181839728227953,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4703000","School District Name":"Monroe County","Physical Address Line 1":"205 Oak Grove RD","Physical Address Line 2":"","Physical Address City":"Madisonville","Physical Address State":"TN ","Physical Address Zipcode":"37354","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18273940212801892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4702970","School District Name":"Milan","Physical Address Line 1":"1165 South Main ST","Physical Address Line 2":"","Physical Address City":"Milan","Physical Address State":"TN ","Physical Address Zipcode":"38358","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18364348677766895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4702910","School District Name":"Meigs County","Physical Address Line 1":"345 North Main Street","Physical Address Line 2":"","Physical Address City":"Decatur","Physical Address State":"TN ","Physical Address Zipcode":"37322","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2055164954029205,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4702880","School District Name":"McNairy County","Physical Address Line 1":"530 Mulberry AVE","Physical Address Line 2":"Suite 2","Physical Address City":"Selmer","Physical Address State":"TN ","Physical Address Zipcode":"38375","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18510536398467434,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4702820","School District Name":"McMinn County","Physical Address Line 1":"3 South Hill ST","Physical Address Line 2":"","Physical Address City":"Athens","Physical Address State":"TN ","Physical Address Zipcode":"37303","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1569767441860465,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4702790","School District Name":"McKenzie","Physical Address Line 1":"114 W Bell AVE","Physical Address Line 2":"","Physical Address City":"McKenzie","Physical Address State":"TN ","Physical Address Zipcode":"38201","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18312387791741472,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4702760","School District Name":"Maury County","Physical Address Line 1":"501 West 8th ST","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"TN ","Physical Address Zipcode":"38401","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11449917997934762,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4702700","School District Name":"Maryville","Physical Address Line 1":"833 Lawrence AVE","Physical Address Line 2":"","Physical Address City":"Maryville","Physical Address State":"TN ","Physical Address Zipcode":"37803","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10169158143194335,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4702670","School District Name":"Marshall County","Physical Address Line 1":"700 Jones CIR","Physical Address Line 2":"","Physical Address City":"Lewisburg","Physical Address State":"TN ","Physical Address Zipcode":"37091","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14225375908092583,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4702640","School District Name":"Marion County","Physical Address Line 1":"204 Betsy Pack DR","Physical Address Line 2":"","Physical Address City":"Jasper","Physical Address State":"TN ","Physical Address Zipcode":"37347","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19321088119042082,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4702610","School District Name":"Manchester","Physical Address Line 1":"215 East Fort ST","Physical Address Line 2":"","Physical Address City":"Manchester","Physical Address State":"TN ","Physical Address Zipcode":"37355","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19374523264683446,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4702580","School District Name":"Madison County","Physical Address Line 1":"310 North PKWY","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"TN ","Physical Address Zipcode":"38305","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.32251664106502814,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4702550","School District Name":"Macon County","Physical Address Line 1":"501 College ST","Physical Address Line 2":"","Physical Address City":"Lafayette","Physical Address State":"TN ","Physical Address Zipcode":"37083","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21334841628959275,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4702520","School District Name":"Loudon County","Physical Address Line 1":"100 River RD","Physical Address Line 2":"","Physical Address City":"Loudon","Physical Address State":"TN ","Physical Address Zipcode":"37774","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13670927034460442,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4702490","School District Name":"Lincoln County","Physical Address Line 1":"909 Main Avenue South AVE","Physical Address Line 2":"","Physical Address City":"Fayetteville","Physical Address State":"TN ","Physical Address Zipcode":"37334","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14173228346456693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4702460","School District Name":"Lexington","Physical Address Line 1":"99 Monroe AVE","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"TN ","Physical Address Zipcode":"38351","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20727272727272728,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4702430","School District Name":"Lewis County","Physical Address Line 1":"206 S Court ST","Physical Address Line 2":"","Physical Address City":"Hohenwald","Physical Address State":"TN ","Physical Address Zipcode":"38462","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19326065411298315,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4702400","School District Name":"Lenoir City","Physical Address Line 1":"200 East Broadway","Physical Address Line 2":"","Physical Address City":"Lenoir City","Physical Address State":"TN ","Physical Address Zipcode":"37771","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1842260153031195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4702370","School District Name":"Lebanon","Physical Address Line 1":"397 North Castle Heights AVE","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"TN ","Physical Address Zipcode":"37087","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13006833712984053,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4702340","School District Name":"Lawrence County","Physical Address Line 1":"700 Mahr AVE","Physical Address Line 2":"","Physical Address City":"Lawrenceburg","Physical Address State":"TN ","Physical Address Zipcode":"38464","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.169043521022867,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4702310","School District Name":"Lauderdale County","Physical Address Line 1":"321 Armory AVE","Physical Address Line 2":"","Physical Address City":"Ripley","Physical Address State":"TN ","Physical Address Zipcode":"38063","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2502450980392157,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4702280","School District Name":"Lake County","Physical Address Line 1":"819 McBride","Physical Address Line 2":"","Physical Address City":"Tiptonville","Physical Address State":"TN ","Physical Address Zipcode":"38079","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3659574468085106,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4702220","School District Name":"Knox County","Physical Address Line 1":"912 South Gay ST","Physical Address Line 2":"","Physical Address City":"Knoxville","Physical Address State":"TN ","Physical Address Zipcode":"37902","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11926415015987708,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4702190","School District Name":"Kingsport","Physical Address Line 1":"400 Clinchfield ST","Physical Address Line 2":"Suite 200","Physical Address City":"Kingsport","Physical Address State":"TN ","Physical Address Zipcode":"37660","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2002643754130866,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4702160","School District Name":"Johnson County","Physical Address Line 1":"211 N Church ST","Physical Address Line 2":"","Physical Address City":"Mountain City","Physical Address State":"TN ","Physical Address Zipcode":"37683","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23474387527839644,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4702130","School District Name":"Johnson City","Physical Address Line 1":"100 E. Maple","Physical Address Line 2":"","Physical Address City":"Johnson City","Physical Address State":"TN ","Physical Address Zipcode":"37605","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1691614944626993,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4702100","School District Name":"Jefferson County","Physical Address Line 1":"1221 Gay ST","Physical Address Line 2":"","Physical Address City":"Dandridge","Physical Address State":"TN ","Physical Address Zipcode":"37725","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16085149263131376,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4702070","School District Name":"Jackson County","Physical Address Line 1":"711 School DR","Physical Address Line 2":"","Physical Address City":"Gainesboro","Physical Address State":"TN ","Physical Address Zipcode":"38562","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22393584207279457,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4702010","School District Name":"Huntingdon Special School District","Physical Address Line 1":"585 High ST","Physical Address Line 2":"","Physical Address City":"Huntingdon","Physical Address State":"TN ","Physical Address Zipcode":"38344","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2270815811606392,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701980","School District Name":"Humphreys County","Physical Address Line 1":"2443 Hwy 70 E","Physical Address Line 2":"","Physical Address City":"Waverly","Physical Address State":"TN ","Physical Address Zipcode":"37185","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19052523171987643,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4701950","School District Name":"Humboldt City Schools","Physical Address Line 1":"2602 Viking DR","Physical Address Line 2":"","Physical Address City":"Humboldt","Physical Address State":"TN ","Physical Address Zipcode":"38343","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2541856925418569,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701920","School District Name":"Houston County","Physical Address Line 1":"6460 Hwy 13 South","Physical Address Line 2":"","Physical Address City":"Erin","Physical Address State":"TN ","Physical Address Zipcode":"37061","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2098950524737631,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701890","School District Name":"Hollow Rock - Bruceton","Physical Address Line 1":"29590 Broad ST","Physical Address Line 2":"","Physical Address City":"Bruceton","Physical Address State":"TN ","Physical Address Zipcode":"38317","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701860","School District Name":"Hickman County","Physical Address Line 1":"115 Murphree AVE","Physical Address Line 2":"","Physical Address City":"Centerville","Physical Address State":"TN ","Physical Address Zipcode":"37033","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18294573643410852,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701830","School District Name":"Henry County","Physical Address Line 1":"217 Grove BLVD","Physical Address Line 2":"","Physical Address City":"Paris","Physical Address State":"TN ","Physical Address Zipcode":"38242","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21312826146663005,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701800","School District Name":"Henderson County","Physical Address Line 1":"35 East Wilson ST","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"TN ","Physical Address Zipcode":"38351","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15985699693564862,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701770","School District Name":"Haywood County","Physical Address Line 1":"900 East Main ST","Physical Address Line 2":"","Physical Address City":"Brownsville","Physical Address State":"TN ","Physical Address Zipcode":"38012","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26105563480741795,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701740","School District Name":"Hawkins County","Physical Address Line 1":"1050 Volunteer BLVD","Physical Address Line 2":"","Physical Address City":"Church Hill","Physical Address State":"TN ","Physical Address Zipcode":"37624","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21192944661370675,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701680","School District Name":"Hardin County","Physical Address Line 1":"155 Guinn ST","Physical Address Line 2":"","Physical Address City":"Savannah","Physical Address State":"TN ","Physical Address Zipcode":"38372","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18734047983665136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4701650","School District Name":"Hardeman County Schools","Physical Address Line 1":"10815 Old Hwy. 64","Physical Address Line 2":"","Physical Address City":"Bolivar","Physical Address State":"TN ","Physical Address Zipcode":"38008","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26215228996909246,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701620","School District Name":"Hancock County","Physical Address Line 1":"418 Harrison ST","Physical Address Line 2":"","Physical Address City":"Sneedville","Physical Address State":"TN ","Physical Address Zipcode":"37869","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.34317718940936864,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701590","School District Name":"Hamilton County","Physical Address Line 1":"3074 Hickory Valley RD","Physical Address Line 2":"","Physical Address City":"Chattanooga","Physical Address State":"TN ","Physical Address Zipcode":"37421","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.16155608904408555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4701530","School District Name":"Grundy County","Physical Address Line 1":"1376 Main ST","Physical Address Line 2":"","Physical Address City":"Altamont","Physical Address State":"TN ","Physical Address Zipcode":"37301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24389075227599424,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701500","School District Name":"Greeneville","Physical Address Line 1":"129 West Depot ST","Physical Address Line 2":"","Physical Address City":"Greeneville","Physical Address State":"TN ","Physical Address Zipcode":"37743","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21086556169429096,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701470","School District Name":"Greene County","Physical Address Line 1":"910 Summer ST","Physical Address Line 2":"","Physical Address City":"Greeneville","Physical Address State":"TN ","Physical Address Zipcode":"37743","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.185546875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4701440","School District Name":"Grainger County","Physical Address Line 1":"7850 Rutledge PIKE","Physical Address Line 2":"","Physical Address City":"Rutledge","Physical Address State":"TN ","Physical Address Zipcode":"37861","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18538681948424068,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701410","School District Name":"Giles County","Physical Address Line 1":"270 Richland DR","Physical Address Line 2":"","Physical Address City":"Pulaski","Physical Address State":"TN ","Physical Address Zipcode":"38478","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17650962176509621,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701400","School District Name":"Gibson Co Sp Dist","Physical Address Line 1":"130 Hwy 45 W Box 60","Physical Address Line 2":"","Physical Address City":"Dyer","Physical Address State":"TN ","Physical Address Zipcode":"38330","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10672050764349582,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4701390","School District Name":"Bradford","Physical Address Line 1":"106 W Front ST","Physical Address Line 2":"","Physical Address City":"Bradford","Physical Address State":"TN ","Physical Address Zipcode":"38316","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15944540727902945,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701290","School District Name":"Franklin County","Physical Address Line 1":"215 South College ST","Physical Address Line 2":"","Physical Address City":"Winchester","Physical Address State":"TN ","Physical Address Zipcode":"37398","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1953792064289302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4701260","School District Name":"Franklin SSD","Physical Address Line 1":"507 Highway 96 West","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"TN ","Physical Address Zipcode":"37064","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07001321003963012,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4701230","School District Name":"Fentress County","Physical Address Line 1":"1011 Old Hwy 127","Physical Address Line 2":"","Physical Address City":"Jamestown","Physical Address State":"TN ","Physical Address Zipcode":"38556","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24039829302987198,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701200","School District Name":"Fayetteville","Physical Address Line 1":"110 Elk Avenue South","Physical Address Line 2":"Suite 200","Physical Address City":"Fayetteville","Physical Address State":"TN ","Physical Address Zipcode":"37334","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2514506769825919,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701170","School District Name":"Fayette County Public Schools","Physical Address Line 1":"10425 Hwy 76 S HWY","Physical Address Line 2":"","Physical Address City":"Somerville","Physical Address State":"TN ","Physical Address Zipcode":"38068","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15572878897751993,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701140","School District Name":"Etowah","Physical Address Line 1":"858 8th ST","Physical Address Line 2":"","Physical Address City":"Etowah","Physical Address State":"TN ","Physical Address Zipcode":"37331","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21142857142857144,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701110","School District Name":"Elizabethton","Physical Address Line 1":"804 S Watauga AVE","Physical Address Line 2":"","Physical Address City":"Elizabethton","Physical Address State":"TN ","Physical Address Zipcode":"37643","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.20749592612710482,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701080","School District Name":"Dyersburg","Physical Address Line 1":"509 Lake RD","Physical Address Line 2":"","Physical Address City":"Dyersburg","Physical Address State":"TN ","Physical Address Zipcode":"38024","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26068821689259647,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4701050","School District Name":"Dyer County","Physical Address Line 1":"159 Everett AVE","Physical Address Line 2":"","Physical Address City":"Dyersburg","Physical Address State":"TN ","Physical Address Zipcode":"38024","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16657223796033993,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4701020","School District Name":"Dickson County","Physical Address Line 1":"817 N Charlotte ST","Physical Address Line 2":"","Physical Address City":"Dickson","Physical Address State":"TN ","Physical Address Zipcode":"37055","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14431957271614554,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700990","School District Name":"DeKalb County","Physical Address Line 1":"110 South Public Square","Physical Address Line 2":"","Physical Address City":"Smithville","Physical Address State":"TN ","Physical Address Zipcode":"37166","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1979102642901045,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700960","School District Name":"Decatur County","Physical Address Line 1":"59 West Main ST","Physical Address Line 2":"","Physical Address City":"Decaturville","Physical Address State":"TN ","Physical Address Zipcode":"38329","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2203765227021041,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700930","School District Name":"Dayton","Physical Address Line 1":"520 Cherry ST","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"TN ","Physical Address Zipcode":"37321","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23106546854942234,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700900","School District Name":"Cumberland County","Physical Address Line 1":"368 4th ST","Physical Address Line 2":"","Physical Address City":"Crossville","Physical Address State":"TN ","Physical Address Zipcode":"38555","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18723459014283875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700850","School District Name":"Crockett County","Physical Address Line 1":"102 North Cavalier DR","Physical Address Line 2":"","Physical Address City":"Alamo","Physical Address State":"TN ","Physical Address Zipcode":"38001","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.175,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700780","School District Name":"Coffee County","Physical Address Line 1":"1343 McArthur ST","Physical Address Line 2":"","Physical Address City":"Manchester","Physical Address State":"TN ","Physical Address Zipcode":"37355","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15910333515582287,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700750","School District Name":"Cocke County","Physical Address Line 1":"305 Hedrick DR","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"TN ","Physical Address Zipcode":"37821","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24704618689581095,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700720","School District Name":"Clinton","Physical Address Line 1":"212 N Hicks ST","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"TN ","Physical Address Zipcode":"37716","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19426336375488917,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700690","School District Name":"Cleveland","Physical Address Line 1":"4300 Mouse Creek Nw RD","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"TN ","Physical Address Zipcode":"37312","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1762107828205909,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700660","School District Name":"Clay County","Physical Address Line 1":"520 South Brown ST","Physical Address Line 2":"","Physical Address City":"Celina","Physical Address State":"TN ","Physical Address Zipcode":"38551","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28401360544217685,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700630","School District Name":"Claiborne County","Physical Address Line 1":"1403 Tazewell RD","Physical Address Line 2":"","Physical Address City":"Tazewell","Physical Address State":"TN ","Physical Address Zipcode":"37879","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21675977653631284,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700600","School District Name":"Chester County","Physical Address Line 1":"970 East Main ST","Physical Address Line 2":"","Physical Address City":"Henderson","Physical Address State":"TN ","Physical Address Zipcode":"38340","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18662464985994398,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700570","School District Name":"Cheatham County","Physical Address Line 1":"102 Elizabeth ST","Physical Address Line 2":"","Physical Address City":"Ashland City","Physical Address State":"TN ","Physical Address Zipcode":"37015","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11202310381516947,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700510","School District Name":"Carter County","Physical Address Line 1":"305 Academy ST","Physical Address Line 2":"","Physical Address City":"Elizabethton","Physical Address State":"TN ","Physical Address Zipcode":"37643","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1882393279615978,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700480","School District Name":"Carroll County","Physical Address Line 1":"14155 Paris ST","Physical Address Line 2":"","Physical Address City":"Huntingdon","Physical Address State":"TN ","Physical Address Zipcode":"38344","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700450","School District Name":"Cannon County","Physical Address Line 1":"301 West Main ST","Physical Address Line 2":"","Physical Address City":"Woodbury","Physical Address State":"TN ","Physical Address Zipcode":"37190","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16913687881429817,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700420","School District Name":"Campbell County","Physical Address Line 1":"172 Valley ST","Physical Address Line 2":"","Physical Address City":"Jacksboro","Physical Address State":"TN ","Physical Address Zipcode":"37757","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22753872633390707,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700360","School District Name":"Bristol","Physical Address Line 1":"615 Martin Luther King Jr BLVD","Physical Address Line 2":"","Physical Address City":"Bristol","Physical Address State":"TN ","Physical Address Zipcode":"37620","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.20911245720305505,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700330","School District Name":"Bradley County","Physical Address Line 1":"800 South Lee HWY","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"TN ","Physical Address Zipcode":"37311","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13502462596412973,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700300","School District Name":"Blount County","Physical Address Line 1":"831 Grandview DR","Physical Address Line 2":"","Physical Address City":"Maryville","Physical Address State":"TN ","Physical Address Zipcode":"37803","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1223337975518581,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700270","School District Name":"Bledsoe County","Physical Address Line 1":"478 Spring ST","Physical Address Line 2":"","Physical Address City":"Pikeville","Physical Address State":"TN ","Physical Address Zipcode":"37367","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23529411764705882,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700240","School District Name":"Benton County","Physical Address Line 1":"197 Briarwood ST","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"TN ","Physical Address Zipcode":"38320","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.23063756953359008,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700210","School District Name":"Bells","Physical Address Line 1":"4547 Hwy 88 South","Physical Address Line 2":"","Physical Address City":"Bells","Physical Address State":"TN ","Physical Address Zipcode":"38006","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19254658385093168,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700180","School District Name":"Bedford County","Physical Address Line 1":"500 Madison ST","Physical Address Line 2":"","Physical Address City":"Shelbyville","Physical Address State":"TN ","Physical Address Zipcode":"37160","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18958467828706693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700156","School District Name":"Department Of Children's Services Education Division","Physical Address Line 1":"315 Deaderick ST","Physical Address Line 2":"10th Floor","Physical Address City":"Nashville","Physical Address State":"TN ","Physical Address Zipcode":"37243","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700155","School District Name":"Tennessee State Board of Education","Physical Address Line 1":"500 James Robertson PKWY","Physical Address Line 2":"5th Floor","Physical Address City":"Nashville","Physical Address State":"TN ","Physical Address Zipcode":"37243","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4700154","School District Name":"Lakeland","Physical Address Line 1":"10001 Hwy 70","Physical Address Line 2":"","Physical Address City":"Lakeland","Physical Address State":"TN ","Physical Address Zipcode":"38002","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0992789794786467,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700153","School District Name":"Bartlett","Physical Address Line 1":"5705 Stage RD","Physical Address Line 2":"","Physical Address City":"Bartlett","Physical Address State":"TN ","Physical Address Zipcode":"38134","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0860828114777082,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700152","School District Name":"Arlington","Physical Address Line 1":"12060 Arlington TRL","Physical Address Line 2":"","Physical Address City":"Arlington","Physical Address State":"TN ","Physical Address Zipcode":"38002","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05561497326203209,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700151","School District Name":"Germantown","Physical Address Line 1":"6685 Poplar AVE","Physical Address Line 2":"Suite 202","Physical Address City":"Germantown","Physical Address State":"TN ","Physical Address Zipcode":"38138","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04405912450255827,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700150","School District Name":"Millington Municipal Schools","Physical Address Line 1":"5020 Second AVE","Physical Address Line 2":"","Physical Address City":"Millington","Physical Address State":"TN ","Physical Address Zipcode":"38053","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1768778123918311,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700149","School District Name":"Collierville","Physical Address Line 1":"145 W. Poplar AVE","Physical Address Line 2":"","Physical Address City":"Collierville","Physical Address State":"TN ","Physical Address Zipcode":"38017","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06241220148504917,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700148","School District Name":"Shelby County","Physical Address Line 1":"160 S Hollywood","Physical Address Line 2":"","Physical Address City":"Memphis","Physical Address State":"TN ","Physical Address Zipcode":"38112","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3014069756852746,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700147","School District Name":"Achievement School District","Physical Address Line 1":"710 James Robertson PKWY","Physical Address Line 2":"State Dept. of Education","Physical Address City":"Nashville","Physical Address State":"TN ","Physical Address Zipcode":"37243","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4700146","School District Name":"Tennessee School for the Deaf","Physical Address Line 1":"2725 Island Home BLVD","Physical Address Line 2":"","Physical Address City":"Knoxville","Physical Address State":"TN ","Physical Address Zipcode":"37920","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4700145","School District Name":"Tennessee School for Blind","Physical Address Line 1":"115 Stewarts Ferry PIKE","Physical Address Line 2":"","Physical Address City":"Nashville","Physical Address State":"TN ","Physical Address Zipcode":"37214","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4700144","School District Name":"Alvin C York Institute","Physical Address Line 1":"701 North Main ST","Physical Address Line 2":"","Physical Address City":"Jamestown","Physical Address State":"TN ","Physical Address Zipcode":"38556","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700143","School District Name":"West Tennessee School for the Deaf","Physical Address Line 1":"100 Berryhill DR","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"TN ","Physical Address Zipcode":"38301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4700120","School District Name":"Athens","Physical Address Line 1":"943 Crestway DR","Physical Address Line 2":"","Physical Address City":"Athens","Physical Address State":"TN ","Physical Address Zipcode":"37303","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24257425742574257,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700090","School District Name":"Anderson County","Physical Address Line 1":"101 South Main ST","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"TN ","Physical Address Zipcode":"37716","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16827852998065765,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700078","School District Name":"Fort Campbell Schools","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.1076555023923445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700060","School District Name":"Alcoa","Physical Address Line 1":"524 Faraday ST","Physical Address Line 2":"Alcoa City Education Building","Physical Address City":"Alcoa","Physical Address State":"TN ","Physical Address Zipcode":"37701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13170347003154576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4700030","School District Name":"Alamo","Physical Address Line 1":"265 East Park ST","Physical Address Line 2":"","Physical Address City":"Alamo","Physical Address State":"TN ","Physical Address Zipcode":"38001","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2328042328042328,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4700001","School District Name":"Hamblen County","Physical Address Line 1":"210 East Morris BLVD","Physical Address Line 2":"","Physical Address City":"Morristown","Physical Address State":"TN ","Physical Address Zipcode":"37813","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18412040374909877,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4680446","School District Name":"CORE Educational Cooperative","Physical Address Line 1":"612 S Main St","Physical Address Line 2":"","Physical Address City":"Platte","Physical Address State":"SD ","Physical Address Zipcode":"57369","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4680445","School District Name":"Corsica-Stickney 21-3","Physical Address Line 1":"120 S Napoleon Ave","Physical Address Line 2":"","Physical Address City":"Corsica","Physical Address State":"SD ","Physical Address Zipcode":"57328","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13753581661891118,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4680443","School District Name":"Correctional Facilities","Physical Address Line 1":"800 Governors Drive","Physical Address Line 2":"","Physical Address City":"Pierre","Physical Address State":"SD ","Physical Address Zipcode":"57501","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4680442","School District Name":"DSS Facilities","Physical Address Line 1":"800 Governors Drive","Physical Address Line 2":"","Physical Address City":"Pierre","Physical Address State":"SD ","Physical Address Zipcode":"57501","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4680441","School District Name":"Mobridge-Pollock 62-6","Physical Address Line 1":"1107 1st Ave E","Physical Address Line 2":"","Physical Address City":"Mobridge","Physical Address State":"SD ","Physical Address Zipcode":"57601","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20516499282639886,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4680440","School District Name":"Highmore-Harrold 34-2","Physical Address Line 1":"415 Iowa Ave S","Physical Address Line 2":"","Physical Address City":"Highmore","Physical Address State":"SD ","Physical Address Zipcode":"57345","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16554054054054054,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4680439","School District Name":"Irene - Wakonda School District 13-3","Physical Address Line 1":"130 E State St","Physical Address Line 2":"","Physical Address City":"Irene","Physical Address State":"SD ","Physical Address Zipcode":"57037","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.069164265129683,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4680438","School District Name":"Platte - Geddes School District 11-5","Physical Address Line 1":"400 Illinois Ave","Physical Address Line 2":"","Physical Address City":"Platte","Physical Address State":"SD ","Physical Address Zipcode":"57369","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12773722627737227,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4680437","School District Name":"Kadoka Area School District 35-2","Physical Address Line 1":"800 Bayberry St","Physical Address Line 2":"","Physical Address City":"Kadoka","Physical Address State":"SD ","Physical Address Zipcode":"57543","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3106332138590203,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4680431","School District Name":"South Central Cooperative","Physical Address Line 1":"406 W 14th Ave","Physical Address Line 2":"","Physical Address City":"Tyndall","Physical Address State":"SD ","Physical Address Zipcode":"57066","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4680430","School District Name":"Yankton School District 63-3","Physical Address Line 1":"2410 West City Limits Road","Physical Address Line 2":"","Physical Address City":"Yankton","Physical Address State":"SD ","Physical Address Zipcode":"57078","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09929316728374285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4680280","School District Name":"Northwest Area Schools ED Cooperative","Physical Address Line 1":"503 N Main","Physical Address Line 2":"","Physical Address City":"Isabel","Physical Address State":"SD ","Physical Address Zipcode":"57633","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4680190","School District Name":"Woonsocket School District 55-4","Physical Address Line 1":"101 N 2nd Ave","Physical Address Line 2":"","Physical Address City":"Woonsocket","Physical Address State":"SD ","Physical Address Zipcode":"57385","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16230366492146597,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4680170","School District Name":"NORTHEAST TECHNICAL HIGH SCHOOL","Physical Address Line 1":"1311 3rd Ave NE","Physical Address Line 2":"","Physical Address City":"Watertown","Physical Address State":"SD ","Physical Address Zipcode":"57201","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4680120","School District Name":"Black Hills Special Services Cooperative","Physical Address Line 1":"2885 Dickson Dr","Physical Address Line 2":"","Physical Address City":"Sturgis","Physical Address State":"SD ","Physical Address Zipcode":"57785","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4680100","School District Name":"Wolsey Wessington School District 02-6","Physical Address Line 1":"375 Ash St SE","Physical Address Line 2":"","Physical Address City":"Wolsey","Physical Address State":"SD ","Physical Address Zipcode":"57384","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0873015873015873,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4679710","School District Name":"Winner School District 59-2","Physical Address Line 1":"431 E 7th St","Physical Address Line 2":"","Physical Address City":"Winner","Physical Address State":"SD ","Physical Address Zipcode":"57580","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.30389221556886226,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4679350","School District Name":"Willow Lake School District 12-3","Physical Address Line 1":"400 Garfield Ave","Physical Address Line 2":"","Physical Address City":"Willow Lake","Physical Address State":"SD ","Physical Address Zipcode":"57278","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1963470319634703,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4678570","School District Name":"White River School District 47-1","Physical Address Line 1":"501 E 3rd St","Physical Address Line 2":"","Physical Address City":"White River","Physical Address State":"SD ","Physical Address Zipcode":"57579","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4306930693069307,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4678510","School District Name":"White Lake School District 01-3","Physical Address Line 1":"502 E Division St","Physical Address Line 2":"","Physical Address City":"White Lake","Physical Address State":"SD ","Physical Address Zipcode":"57383","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1693548387096774,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4678300","School District Name":"Deubrook Area School District 05-6","Physical Address Line 1":"100 School Ave","Physical Address Line 2":"","Physical Address City":"White","Physical Address State":"SD ","Physical Address Zipcode":"57276","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07586206896551724,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4677460","School District Name":"Wessington Springs School District 36-2","Physical Address Line 1":"302 Dakota Ave N","Physical Address Line 2":"","Physical Address City":"Wessington Springs","Physical Address State":"SD ","Physical Address Zipcode":"57382","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15141955835962145,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4676990","School District Name":"Webster Area 18-5","Physical Address Line 1":"102 E 9th Ave","Physical Address Line 2":"","Physical Address City":"Webster","Physical Address State":"SD ","Physical Address Zipcode":"57274","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12743362831858407,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4676740","School District Name":"Waverly School District 14-5","Physical Address Line 1":"319 Mary Pl","Physical Address Line 2":"","Physical Address City":"Waverly","Physical Address State":"SD ","Physical Address Zipcode":"57201","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07916666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4676680","School District Name":"Waubay School District 18-3","Physical Address Line 1":"202 W School Rd","Physical Address Line 2":"","Physical Address City":"Waubay","Physical Address State":"SD ","Physical Address Zipcode":"57273","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21115537848605578,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4676620","School District Name":"Watertown School District 14-4","Physical Address Line 1":"200 NE 9th St","Physical Address Line 2":"","Physical Address City":"Watertown","Physical Address State":"SD ","Physical Address Zipcode":"57201","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09184357541899442,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4676020","School District Name":"Warner School District 06-5","Physical Address Line 1":"110 1st Ave SW","Physical Address Line 2":"","Physical Address City":"Warner","Physical Address State":"SD ","Physical Address Zipcode":"57479","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.053003533568904596,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4675660","School District Name":"Wall School District 51-5","Physical Address Line 1":"401 S Blvd W","Physical Address Line 2":"","Physical Address City":"Wall","Physical Address State":"SD ","Physical Address Zipcode":"57790","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09219858156028368,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4675600","School District Name":"Smee School District 15-3","Physical Address Line 1":"12250 SD Hwy 1806","Physical Address Line 2":"","Physical Address City":"Wakpala","Physical Address State":"SD ","Physical Address Zipcode":"57658","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.5294117647058824,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4675420","School District Name":"Wagner Community School District 11-4","Physical Address Line 1":"101 Walnut Ave SW","Physical Address Line 2":"","Physical Address City":"Wagner","Physical Address State":"SD ","Physical Address Zipcode":"57380","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3111111111111111,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4674520","School District Name":"Viborg-Hurley School District 60-6","Physical Address Line 1":"203 W Park Ave","Physical Address Line 2":"","Physical Address City":"Viborg","Physical Address State":"SD ","Physical Address Zipcode":"57070","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08764044943820225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4674370","School District Name":"Vermillion School District 13-1","Physical Address Line 1":"17 Prospect St","Physical Address Line 2":"","Physical Address City":"Vermillion","Physical Address State":"SD ","Physical Address Zipcode":"57069","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13000656598818122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4672450","School District Name":"Tripp-Delmont School District 33-5","Physical Address Line 1":"105 S Sloan","Physical Address Line 2":"","Physical Address City":"Tripp","Physical Address State":"SD ","Physical Address Zipcode":"57376","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1686746987951807,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4672090","School District Name":"Todd County School District 66-1","Physical Address Line 1":"110 E Denver Dr","Physical Address Line 2":"","Physical Address City":"Mission","Physical Address State":"SD ","Physical Address Zipcode":"57555","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4356753288418351,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4671880","School District Name":"Timber Lake School District 20-3","Physical Address Line 1":"500 Main St","Physical Address Line 2":"","Physical Address City":"Timber Lake","Physical Address State":"SD ","Physical Address Zipcode":"57656","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22160664819944598,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4670140","School District Name":"Summit School District 54-6","Physical Address Line 1":"400 W Sherman Ave","Physical Address Line 2":"","Physical Address City":"Summit","Physical Address State":"SD ","Physical Address Zipcode":"57266","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15333333333333332,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4670000","School District Name":"Oahe Special Education Cooperative","Physical Address Line 1":"3111 Chicago St","Physical Address Line 2":"","Physical Address City":"Java","Physical Address State":"SD ","Physical Address Zipcode":"57452","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4669930","School District Name":"Meade School District 46-1","Physical Address Line 1":"1230 Douglas St","Physical Address Line 2":"","Physical Address City":"Sturgis","Physical Address State":"SD ","Physical Address Zipcode":"57785","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10863594751296918,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4666930","School District Name":"Spearfish School District 40-2","Physical Address Line 1":"525 E Illinois St","Physical Address Line 2":"","Physical Address City":"Spearfish","Physical Address State":"SD ","Physical Address Zipcode":"57783","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08603145235892692,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4666300","School District Name":"Sioux Valley School District 05-5","Physical Address Line 1":"200 Hansina Ave","Physical Address Line 2":"","Physical Address City":"Volga","Physical Address State":"SD ","Physical Address Zipcode":"57071","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04974489795918367,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4666270","School District Name":"Sioux Falls School District 49-5","Physical Address Line 1":"201 E 38th St","Physical Address Line 2":"","Physical Address City":"Sioux Falls","Physical Address State":"SD ","Physical Address Zipcode":"57105","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07821599190989295,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4665460","School District Name":"Oglala Lakota County 65-1","Physical Address Line 1":"206 School St","Physical Address Line 2":"","Physical Address City":"Batesland","Physical Address State":"SD ","Physical Address Zipcode":"57716","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.37555266579973995,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4665180","School District Name":"Scotland School District 04-3","Physical Address Line 1":"711 4th St","Physical Address Line 2":"","Physical Address City":"Scotland","Physical Address State":"SD ","Physical Address Zipcode":"57059","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16838487972508592,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4664300","School District Name":"Southeast Area Cooperative","Physical Address Line 1":"1109 W Cedar","Physical Address Line 2":"","Physical Address City":"Beresford","Physical Address State":"SD ","Physical Address Zipcode":"57004","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4664140","School District Name":"Rutland School District 39-4","Physical Address Line 1":"102 School Street","Physical Address Line 2":"","Physical Address City":"Rutland","Physical Address State":"SD ","Physical Address Zipcode":"57057","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11926605504587157,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4663360","School District Name":"Rosholt School District 54-4","Physical Address Line 1":"202 Finley Ave","Physical Address Line 2":"","Physical Address City":"Rosholt","Physical Address State":"SD ","Physical Address Zipcode":"57260","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19718309859154928,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4660450","School District Name":"Redfield School District 56-4","Physical Address Line 1":"502 E 2nd St","Physical Address Line 2":"","Physical Address City":"Redfield","Physical Address State":"SD ","Physical Address Zipcode":"57469","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10590277777777778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4659820","School District Name":"Rapid City Area School District 51-4","Physical Address Line 1":"300 6th St","Physical Address Line 2":"","Physical Address City":"Rapid City","Physical Address State":"SD ","Physical Address Zipcode":"57701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12246963562753037,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4655710","School District Name":"Plankinton School District 01-1","Physical Address Line 1":"404 E Davenport St","Physical Address Line 2":"","Physical Address City":"Plankinton","Physical Address State":"SD ","Physical Address Zipcode":"57368","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11877394636015326,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4655260","School District Name":"Pierre School District 32-2","Physical Address Line 1":"211 S Poplar Ave","Physical Address Line 2":"","Physical Address City":"Pierre","Physical Address State":"SD ","Physical Address Zipcode":"57501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08999653859466944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4654300","School District Name":"Parkston School District 33-3","Physical Address Line 1":"102C S Chapman Dr","Physical Address Line 2":"","Physical Address City":"Parkston","Physical Address State":"SD ","Physical Address Zipcode":"57366","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11929824561403508,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4654270","School District Name":"Parker School District 60-4","Physical Address Line 1":"335 W 1st Street","Physical Address Line 2":"","Physical Address City":"Parker","Physical Address State":"SD ","Physical Address Zipcode":"57053","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06718346253229975,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4652770","School District Name":"Oelrichs School District 23-3","Physical Address Line 1":"214 West 7th Street","Physical Address Line 2":"","Physical Address City":"Oelrichs","Physical Address State":"SD ","Physical Address Zipcode":"57763","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15217391304347827,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4651750","School District Name":"Northwestern Area School District 56-7","Physical Address Line 1":"221 3rd St","Physical Address Line 2":"","Physical Address City":"Mellette","Physical Address State":"SD ","Physical Address Zipcode":"57461","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13592233009708737,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4651730","School District Name":"NE Ed Services Cooperative","Physical Address Line 1":"310 5th St","Physical Address Line 2":"","Physical Address City":"Hayti","Physical Address State":"SD ","Physical Address Zipcode":"57241","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4650850","School District Name":"Newell School District 09-2","Physical Address Line 1":"501 Dartmouth Ave","Physical Address Line 2":"","Physical Address City":"Newell","Physical Address State":"SD ","Physical Address Zipcode":"57760","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20638820638820637,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4650670","School District Name":"New Underwood School District 51-3","Physical Address Line 1":"300 E Ash St","Physical Address Line 2":"","Physical Address City":"New Underwood","Physical Address State":"SD ","Physical Address Zipcode":"57761","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.059574468085106386,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4649650","School District Name":"Mount Vernon School District 17-3","Physical Address Line 1":"500 N Main","Physical Address Line 2":"","Physical Address City":"Mount Vernon","Physical Address State":"SD ","Physical Address Zipcode":"57363","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.048034934497816595,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4648780","School District Name":"Montrose School District 43-2","Physical Address Line 1":"309 S Church Ave","Physical Address Line 2":"","Physical Address City":"Montrose","Physical Address State":"SD ","Physical Address Zipcode":"57048","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0776255707762557,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4648390","School District Name":"Mitchell School District 17-2","Physical Address Line 1":"800 W 10th Ave","Physical Address Line 2":"","Physical Address City":"Mitchell","Physical Address State":"SD ","Physical Address Zipcode":"57301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1026448362720403,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4647942","School District Name":"Miller 29-4","Physical Address Line 1":"623 E 4th St","Physical Address Line 2":"","Physical Address City":"Miller","Physical Address State":"SD ","Physical Address Zipcode":"57362","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10514541387024609,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4647100","School District Name":"Menno School District 33-2","Physical Address Line 1":"410 5th St","Physical Address Line 2":"","Physical Address City":"Menno","Physical Address State":"SD ","Physical Address Zipcode":"57045","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1509433962264151,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4646380","School District Name":"McLaughlin School District 15-2","Physical Address Line 1":"601 S Main St","Physical Address Line 2":"","Physical Address City":"McLaughlin","Physical Address State":"SD ","Physical Address Zipcode":"57642","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.46026986506746626,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4646260","School District Name":"McIntosh School District 15-1","Physical Address Line 1":"135 Main St","Physical Address Line 2":"","Physical Address City":"McIntosh","Physical Address State":"SD ","Physical Address Zipcode":"57641","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4010416666666667,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4645450","School District Name":"Marion School District 60-3","Physical Address Line 1":"100 S Cedar St","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"SD ","Physical Address Zipcode":"57043","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11284046692607004,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4644940","School District Name":"Tri-Valley School District 49-6","Physical Address Line 1":"46450 252nd St","Physical Address Line 2":"","Physical Address City":"Colton","Physical Address State":"SD ","Physical Address Zipcode":"57018","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.051628276409849086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4644770","School District Name":"Lyman School District 42-1","Physical Address Line 1":"201 S Birch Ave","Physical Address Line 2":"","Physical Address City":"Presho","Physical Address State":"SD ","Physical Address Zipcode":"57568","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3130841121495327,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4641640","School District Name":"Leola School District 44-2","Physical Address Line 1":"820 Leola Ave","Physical Address Line 2":"","Physical Address City":"Leola","Physical Address State":"SD ","Physical Address Zipcode":"57456","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17028985507246377,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4641550","School District Name":"Lennox School District 41-4","Physical Address Line 1":"305 West 5th Ave","Physical Address Line 2":"","Physical Address City":"Lennox","Physical Address State":"SD ","Physical Address Zipcode":"57039","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.038900067069081154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4641520","School District Name":"Lemmon School District 52-4","Physical Address Line 1":"209 3rd St W","Physical Address Line 2":"","Physical Address City":"Lemmon","Physical Address State":"SD ","Physical Address Zipcode":"57638","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24014336917562723,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4641300","School District Name":"Lead-Deadwood School District 40-1","Physical Address Line 1":"320 S Main St","Physical Address Line 2":"","Physical Address City":"Lead","Physical Address State":"SD ","Physical Address Zipcode":"57754","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14737991266375547,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4640860","School District Name":"Langford Area 45-5","Physical Address Line 1":"206 Chestnut St","Physical Address Line 2":"","Physical Address City":"Langford","Physical Address State":"SD ","Physical Address Zipcode":"57454","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08171206225680934,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4639990","School District Name":"Lake Preston School District 38-3","Physical Address Line 1":"300 1st St NE","Physical Address Line 2":"","Physical Address City":"Lake Preston","Physical Address State":"SD ","Physical Address Zipcode":"57249","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21693121693121692,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4639600","School District Name":"Madison Central School District 39-2","Physical Address Line 1":"800 NE 9th St","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"SD ","Physical Address Zipcode":"57042","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1009440813362382,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4639540","School District Name":"Andes Central School District 11-1","Physical Address Line 1":"400 School St","Physical Address Line 2":"","Physical Address City":"Lake Andes","Physical Address State":"SD ","Physical Address Zipcode":"57356","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3345132743362832,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4638220","School District Name":"Kimball School District 07-2","Physical Address Line 1":"300 S East St","Physical Address Line 2":"","Physical Address City":"Kimball","Physical Address State":"SD ","Physical Address Zipcode":"57355","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13245033112582782,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4636990","School District Name":"Dakota Valley School District 61-8","Physical Address Line 1":"1150 Northshore Dr","Physical Address Line 2":"","Physical Address City":"North Sioux City","Physical Address State":"SD ","Physical Address Zipcode":"57049","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.035960214231063506,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4636150","School District Name":"Iroquois School District 02-3","Physical Address Line 1":"111 E Washita St","Physical Address Line 2":"","Physical Address City":"Iroquois","Physical Address State":"SD ","Physical Address Zipcode":"57353","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09803921568627451,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4636060","School District Name":"Ipswich Public School District 22-6","Physical Address Line 1":"211 5th St","Physical Address Line 2":"","Physical Address City":"Ipswich","Physical Address State":"SD ","Physical Address Zipcode":"57451","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08533333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4635480","School District Name":"Huron School District 02-2","Physical Address Line 1":"150 5th Street SW","Physical Address Line 2":"","Physical Address City":"Huron","Physical Address State":"SD ","Physical Address Zipcode":"57350","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1459227467811159,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4634600","School District Name":"Hoven School District 53-2","Physical Address Line 1":"98 5th Ave West","Physical Address Line 2":"","Physical Address City":"Hoven","Physical Address State":"SD ","Physical Address Zipcode":"57450","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17553191489361702,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4634480","School District Name":"Hot Springs School District 23-2","Physical Address Line 1":"1609 University Ave","Physical Address Line 2":"","Physical Address City":"Hot Springs","Physical Address State":"SD ","Physical Address Zipcode":"57747","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18206521739130435,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4634440","School District Name":"Edmunds Central School District 22-5","Physical Address Line 1":"105 1st Ave","Physical Address Line 2":"","Physical Address City":"Roscoe","Physical Address State":"SD ","Physical Address Zipcode":"57471","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4633360","School District Name":"Hill City School District 51-2","Physical Address Line 1":"488 Main St","Physical Address Line 2":"","Physical Address City":"Hill City","Physical Address State":"SD ","Physical Address Zipcode":"57745","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08133086876155268,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4632430","School District Name":"Herreid School District 10-1","Physical Address Line 1":"302 Main St N","Physical Address Line 2":"","Physical Address City":"Herreid","Physical Address State":"SD ","Physical Address Zipcode":"57632","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1927710843373494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4632340","School District Name":"Henry School District 14-2","Physical Address Line 1":"111 N Cedar St","Physical Address Line 2":"","Physical Address City":"Henry","Physical Address State":"SD ","Physical Address Zipcode":"57243","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10909090909090909,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4631710","School District Name":"West Central School District 49-7","Physical Address Line 1":"705 E 2nd St","Physical Address Line 2":"","Physical Address City":"Hartford","Physical Address State":"SD ","Physical Address Zipcode":"57033","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03389830508474576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4631350","School District Name":"Harrisburg School District 41-2","Physical Address Line 1":"200 Willow St","Physical Address Line 2":"","Physical Address City":"Harrisburg","Physical Address State":"SD ","Physical Address Zipcode":"57032","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.02809765085214187,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4630800","School District Name":"Hamlin School District 28-3","Physical Address Line 1":"44577 188th St","Physical Address Line 2":"","Physical Address City":"Hayti","Physical Address State":"SD ","Physical Address Zipcode":"57241","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10877192982456141,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4630490","School District Name":"Haakon School District 27-1","Physical Address Line 1":"330 Scottie Ave","Physical Address Line 2":"","Physical Address City":"Philip","Physical Address State":"SD ","Physical Address Zipcode":"57567","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17747440273037543,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4629880","School District Name":"Gregory School District 26-4","Physical Address Line 1":"505 Logan","Physical Address Line 2":"","Physical Address City":"Gregory","Physical Address State":"SD ","Physical Address Zipcode":"57533","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1444141689373297,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4626970","School District Name":"Gettysburg School District 53-1","Physical Address Line 1":"100 E King Ave","Physical Address Line 2":"","Physical Address City":"Gettysburg","Physical Address State":"SD ","Physical Address Zipcode":"57442","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08133971291866028,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4626490","School District Name":"Gayville-Volin School District 63-1","Physical Address Line 1":"100 Kingsbury St","Physical Address Line 2":"","Physical Address City":"Gayville","Physical Address State":"SD ","Physical Address Zipcode":"57031","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13537117903930132,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4626370","School District Name":"Garretson School District 49-4","Physical Address Line 1":"505 2nd St","Physical Address Line 2":"","Physical Address City":"Garretson","Physical Address State":"SD ","Physical Address Zipcode":"57030","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04035874439461883,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4625500","School District Name":"Freeman School District 33-1","Physical Address Line 1":"1001 S Wipf St","Physical Address Line 2":"","Physical Address City":"Freeman","Physical Address State":"SD ","Physical Address Zipcode":"57029","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0963302752293578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4624850","School District Name":"Stanley County School District 57-1","Physical Address Line 1":"112 S 1st Ave","Physical Address Line 2":"","Physical Address City":"Fort Pierre","Physical Address State":"SD ","Physical Address Zipcode":"57532","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10865561694290976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4624540","School District Name":"Florence School District 14-1","Physical Address Line 1":"515 Main Ave","Physical Address Line 2":"","Physical Address City":"Florence","Physical Address State":"SD ","Physical Address Zipcode":"57235","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07567567567567568,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4624390","School District Name":"Flandreau School District 50-3","Physical Address Line 1":"600 W Community Dr","Physical Address Line 2":"","Physical Address City":"Flandreau","Physical Address State":"SD ","Physical Address Zipcode":"57028","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11731044349070101,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4624030","School District Name":"Faulkton Area Schools 24-4","Physical Address Line 1":"1114 Court St","Physical Address Line 2":"","Physical Address City":"Faulkton","Physical Address State":"SD ","Physical Address Zipcode":"57438","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20533333333333334,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4622940","School District Name":"Faith School District 46-2","Physical Address Line 1":"503 S 2nd Ave W","Physical Address Line 2":"","Physical Address City":"Faith","Physical Address State":"SD ","Physical Address Zipcode":"57626","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3241758241758242,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4622560","School District Name":"Eureka School District 44-1","Physical Address Line 1":"805 10th St","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"SD ","Physical Address Zipcode":"57437","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4622500","School District Name":"Ethan School District 17-1","Physical Address Line 1":"320 S 2nd St","Physical Address Line 2":"","Physical Address City":"Ethan","Physical Address State":"SD ","Physical Address Zipcode":"57334","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1144578313253012,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4622410","School District Name":"Estelline School District 28-2","Physical Address Line 1":"708 Davis Ave","Physical Address Line 2":"","Physical Address City":"Estelline","Physical Address State":"SD ","Physical Address Zipcode":"57234","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10631229235880399,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4621420","School District Name":"Bridgewater-Emery 30-3","Physical Address Line 1":"510 N Main","Physical Address Line 2":"","Physical Address City":"Bridgewater","Physical Address State":"SD ","Physical Address Zipcode":"57319","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10119047619047619,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4621400","School District Name":"Frederick Area School District 06-2","Physical Address Line 1":"202 E Main St","Physical Address Line 2":"","Physical Address City":"Frederick","Physical Address State":"SD ","Physical Address Zipcode":"57441","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16393442622950818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4621390","School District Name":"Elkton School District 05-3","Physical Address Line 1":"508 S. Buffalo St","Physical Address Line 2":"","Physical Address City":"Elkton","Physical Address State":"SD ","Physical Address Zipcode":"57026","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12585034013605442,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4621340","School District Name":"Elk Point-Jefferson School District 61-7","Physical Address Line 1":"402 S Douglas St","Physical Address Line 2":"","Physical Address City":"Elk Point","Physical Address State":"SD ","Physical Address Zipcode":"57025","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.041666666666666664,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4621300","School District Name":"Elk Mountain School District 16-2","Physical Address Line 1":"10222 Valley Rd","Physical Address Line 2":"","Physical Address City":"Edgemont","Physical Address State":"SD ","Physical Address Zipcode":"57735","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2857142857142857,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4620850","School District Name":"Edgemont School District 23-1","Physical Address Line 1":"715 Mogul Way","Physical Address Line 2":"","Physical Address City":"Edgemont","Physical Address State":"SD ","Physical Address Zipcode":"57735","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15555555555555556,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4620100","School District Name":"Eagle Butte School District 20-1","Physical Address Line 1":"24 West Prairie Rd","Physical Address Line 2":"","Physical Address City":"Eagle Butte","Physical Address State":"SD ","Physical Address Zipcode":"57625","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3409090909090909,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4619580","School District Name":"Jones County School District 37-3","Physical Address Line 1":"404 Jackson Ave","Physical Address Line 2":"","Physical Address City":"Murdo","Physical Address State":"SD ","Physical Address Zipcode":"57559","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2972972972972973,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4619450","School District Name":"Dupree School District 64-2","Physical Address Line 1":"127 B St","Physical Address Line 2":"","Physical Address City":"Dupree","Physical Address State":"SD ","Physical Address Zipcode":"57623","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4539877300613497,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4619410","School District Name":"Douglas School District 51-1","Physical Address Line 1":"400 Patriot Dr","Physical Address Line 2":"","Physical Address City":"Box Elder","Physical Address State":"SD ","Physical Address Zipcode":"57719","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10867952522255193,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4619170","School District Name":"Doland School District 56-2","Physical Address Line 1":"405 N Humphrey Dr","Physical Address Line 2":"","Physical Address City":"Doland","Physical Address State":"SD ","Physical Address Zipcode":"57436","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4618120","School District Name":"Dell Rapids School District 49-3","Physical Address Line 1":"1216 N Garfield Ave","Physical Address Line 2":"","Physical Address City":"Dell Rapids","Physical Address State":"SD ","Physical Address Zipcode":"57022","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04017857142857143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4617850","School District Name":"De Smet School District 38-2","Physical Address Line 1":"405 SW 3rd Street SW","Physical Address Line 2":"","Physical Address City":"De Smet","Physical Address State":"SD ","Physical Address Zipcode":"57231","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07746478873239436,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4616950","School District Name":"Custer School District 16-1","Physical Address Line 1":"527 Montgomery St","Physical Address Line 2":"","Physical Address City":"Custer","Physical Address State":"SD ","Physical Address Zipcode":"57730","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1354062186559679,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4616150","School District Name":"Cornbelt Educational Cooperative","Physical Address Line 1":"1000 North West Ave Ste 240","Physical Address Line 2":"","Physical Address City":"Sioux Falls","Physical Address State":"SD ","Physical Address Zipcode":"57104","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4614130","School District Name":"Colome Consolidated 59-3","Physical Address Line 1":"105 Carr St","Physical Address Line 2":"","Physical Address City":"Colome","Physical Address State":"SD ","Physical Address Zipcode":"57528","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25217391304347825,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4614100","School District Name":"Colman-Egan School District 50-5","Physical Address Line 1":"200 S Loban Ave","Physical Address Line 2":"","Physical Address City":"Colman","Physical Address State":"SD ","Physical Address Zipcode":"57017","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08670520231213873,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4612940","School District Name":"Clark School District 12-2","Physical Address Line 1":"220 N Clinton St","Physical Address Line 2":"","Physical Address City":"Clark","Physical Address State":"SD ","Physical Address Zipcode":"57225","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13004484304932734,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4612300","School District Name":"Chester Area School District 39-1","Physical Address Line 1":"102 2nd Ave","Physical Address Line 2":"","Physical Address City":"Chester","Physical Address State":"SD ","Physical Address Zipcode":"57016","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07430340557275542,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4612000","School District Name":"Chamberlain School District 07-1","Physical Address Line 1":"1000 Sorensen Drive","Physical Address Line 2":"","Physical Address City":"Chamberlain","Physical Address State":"SD ","Physical Address Zipcode":"57325","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25441176470588234,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4611760","School District Name":"Centerville School District 60-1","Physical Address Line 1":"610 Lincoln St","Physical Address Line 2":"","Physical Address City":"Centerville","Physical Address State":"SD ","Physical Address Zipcode":"57014","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10283687943262411,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4611280","School District Name":"Castlewood School District 28-1","Physical Address Line 1":"310 E Harry St","Physical Address Line 2":"","Physical Address City":"Castlewood","Physical Address State":"SD ","Physical Address Zipcode":"57223","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07098765432098765,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4610560","School District Name":"Canton School District 41-1","Physical Address Line 1":"800 N Main St","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"SD ","Physical Address Zipcode":"57013","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04568527918781726,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4610320","School District Name":"Canistota School District 43-1","Physical Address Line 1":"431 4th Ave","Physical Address Line 2":"","Physical Address City":"Canistota","Physical Address State":"SD ","Physical Address Zipcode":"57012","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14150943396226415,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4609512","School District Name":"Burke School District 26-2","Physical Address Line 1":"900 Washington St","Physical Address Line 2":"","Physical Address City":"Burke","Physical Address State":"SD ","Physical Address Zipcode":"57523","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14473684210526316,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4609300","School District Name":"Harding County School District 31-1","Physical Address Line 1":"12474 Tipperary St","Physical Address Line 2":"","Physical Address City":"Buffalo","Physical Address State":"SD ","Physical Address Zipcode":"57720","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1320754716981132,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4608520","School District Name":"Brookings School District 05-1","Physical Address Line 1":"2130 8th St S","Physical Address Line 2":"","Physical Address City":"Brookings","Physical Address State":"SD ","Physical Address Zipcode":"57006","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07112970711297072,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4607950","School District Name":"Brandon Valley School District 49-2","Physical Address Line 1":"300 S Splitrock Blvd","Physical Address Line 2":"","Physical Address City":"Brandon","Physical Address State":"SD ","Physical Address Zipcode":"57005","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0328365160689334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4607800","School District Name":"Bowdle School District 22-1","Physical Address Line 1":"3083 2nd Ave","Physical Address Line 2":"","Physical Address City":"Bowdle","Physical Address State":"SD ","Physical Address Zipcode":"57428","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.184,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4607670","School District Name":"South Central 26-5","Physical Address Line 1":"401 Birdsell St","Physical Address Line 2":"","Physical Address City":"Bonesteel","Physical Address State":"SD ","Physical Address Zipcode":"57317","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24516129032258063,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4607400","School District Name":"Bon Homme School District 04-2","Physical Address Line 1":"1404 Fir St","Physical Address Line 2":"","Physical Address City":"Tyndall","Physical Address State":"SD ","Physical Address Zipcode":"57066","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11908646003262642,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4607050","School District Name":"Bison School District 52-1","Physical Address Line 1":"200 E Carr St","Physical Address Line 2":"","Physical Address City":"Bison","Physical Address State":"SD ","Physical Address Zipcode":"57620","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19736842105263158,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4606960","School District Name":"Big Stone City School District 25-1","Physical Address Line 1":"655 Walnut St","Physical Address Line 2":"","Physical Address City":"Big Stone City","Physical Address State":"SD ","Physical Address Zipcode":"57216","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0967741935483871,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4606360","School District Name":"Beresford School District 61-2","Physical Address Line 1":"301 West Maple St","Physical Address Line 2":"","Physical Address City":"Beresford","Physical Address State":"SD ","Physical Address Zipcode":"57004","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07254623044096728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4606240","School District Name":"Bennett County School District 03-1","Physical Address Line 1":"403 1st Ave","Physical Address Line 2":"","Physical Address City":"Martin","Physical Address State":"SD ","Physical Address Zipcode":"57551","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2896305125148987,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4605610","School District Name":"Belle Fourche School District 09-1","Physical Address Line 1":"2305 13th Ave","Physical Address Line 2":"","Physical Address City":"Belle Fourche","Physical Address State":"SD ","Physical Address Zipcode":"57717","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.149869109947644,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4604680","School District Name":"Baltic School District 49-1","Physical Address Line 1":"1 Bulldog Ave","Physical Address Line 2":"","Physical Address City":"Baltic","Physical Address State":"SD ","Physical Address Zipcode":"57003","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04142011834319527,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4604270","School District Name":"Avon School District 04-1","Physical Address Line 1":"210 Pine St","Physical Address Line 2":"","Physical Address City":"Avon","Physical Address State":"SD ","Physical Address Zipcode":"57315","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14356435643564355,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4603932","School District Name":"Sanborn Central School District 55-5","Physical Address Line 1":"40405 SD Hwy 34","Physical Address Line 2":"","Physical Address City":"Forestburg","Physical Address State":"SD ","Physical Address Zipcode":"57314","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14678899082568808,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4603780","School District Name":"Armour School District 21-1","Physical Address Line 1":"604 3rd St","Physical Address Line 2":"","Physical Address City":"Armour","Physical Address State":"SD ","Physical Address Zipcode":"57313","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15204678362573099,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4603720","School District Name":"Arlington School District 38-1","Physical Address Line 1":"306 S Main St","Physical Address Line 2":"","Physical Address City":"Arlington","Physical Address State":"SD ","Physical Address Zipcode":"57212","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.056782334384858045,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4602640","School District Name":"Hanson School District 30-1","Physical Address Line 1":"230 6th St","Physical Address Line 2":"","Physical Address City":"Alexandria","Physical Address State":"SD ","Physical Address Zipcode":"57311","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.145985401459854,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4602070","School District Name":"Aberdeen School District 06-1","Physical Address Line 1":"1224 3rd St S","Physical Address Line 2":"","Physical Address City":"Aberdeen","Physical Address State":"SD ","Physical Address Zipcode":"57401","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08491785120915636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4601028","School District Name":"Selby Area School District 62-5","Physical Address Line 1":"108 E Dakota St","Physical Address Line 2":"","Physical Address City":"Selby","Physical Address State":"SD ","Physical Address Zipcode":"57472","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1382488479262673,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4601027","School District Name":"Oldham - Ramona School District 39-5","Physical Address Line 1":"220 W 2nd St","Physical Address Line 2":"","Physical Address City":"Ramona","Physical Address State":"SD ","Physical Address Zipcode":"57054","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09929078014184398,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4601026","School District Name":"McCook Central School District 43-7","Physical Address Line 1":"200 E Essex Ave","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"SD ","Physical Address Zipcode":"57058","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09050772626931568,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4600053","School District Name":"Sisseton School District 54-2","Physical Address Line 1":"516 8th Ave W","Physical Address Line 2":"","Physical Address City":"Sisseton","Physical Address State":"SD ","Physical Address Zipcode":"57262","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24761336515513127,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4600052","School District Name":"Tea Area School District 41-5","Physical Address Line 1":"131 N Poplar","Physical Address Line 2":"","Physical Address City":"Tea","Physical Address State":"SD ","Physical Address Zipcode":"57064","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03470715835140998,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4600050","School District Name":"Prairie Lakes Educational Cooperative","Physical Address Line 1":"800 NE 9th St","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"SD ","Physical Address Zipcode":"57042","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4600046","School District Name":"Hitchcock Tulare School District 56-6","Physical Address Line 1":"401 4th Ave","Physical Address Line 2":"","Physical Address City":"Tulare","Physical Address State":"SD ","Physical Address Zipcode":"57476","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14339622641509434,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4600045","School District Name":"Groton Area School District 06-6","Physical Address Line 1":"406 N 2nd Street","Physical Address Line 2":"","Physical Address City":"Groton","Physical Address State":"SD ","Physical Address Zipcode":"57445","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07692307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4600042","School District Name":"Agar-Blunt-Onida School District 58-3","Physical Address Line 1":"500 8th St","Physical Address Line 2":"","Physical Address City":"Onida","Physical Address State":"SD ","Physical Address Zipcode":"57564","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07339449541284404,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4600041","School District Name":"Britton-Hecla School District 45-4","Physical Address Line 1":"759 5th St","Physical Address Line 2":"","Physical Address City":"Britton","Physical Address State":"SD ","Physical Address Zipcode":"57430","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14960629921259844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4600039","School District Name":"James Valley Education Cooperative","Physical Address Line 1":"110 N Mentzer St","Physical Address Line 2":"","Physical Address City":"Mitchell","Physical Address State":"SD ","Physical Address Zipcode":"57301","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4600036","School District Name":"Deuel School District 19-4","Physical Address Line 1":"410 5th St W","Physical Address Line 2":"","Physical Address City":"Clear Lake","Physical Address State":"SD ","Physical Address Zipcode":"57226","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12664473684210525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4600032","School District Name":"North Central Special Ed Cooperative","Physical Address Line 1":"1200 S Jay St","Physical Address Line 2":"","Physical Address City":"Aberdeen","Physical Address State":"SD ","Physical Address Zipcode":"57401","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4600029","School District Name":"SD SCH FOR THE BLIND & VISUALLY IMPAIRED","Physical Address Line 1":"423 17th Ave SE","Physical Address Line 2":"","Physical Address City":"Aberdeen","Physical Address State":"SD ","Physical Address Zipcode":"57401","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4600028","School District Name":"Alcester-Hudson School District 61-1","Physical Address Line 1":"102 E 5th","Physical Address Line 2":"","Physical Address City":"Alcester","Physical Address State":"SD ","Physical Address Zipcode":"57001","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07641921397379912,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4600027","School District Name":"East Dakota Educational Cooperative","Physical Address Line 1":"715 E 14th St","Physical Address Line 2":"","Physical Address City":"Sioux Falls","Physical Address State":"SD ","Physical Address Zipcode":"57104","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4600025","School District Name":"Howard School District 48-3","Physical Address Line 1":"500 N Section Line St","Physical Address Line 2":"","Physical Address City":"Howard","Physical Address State":"SD ","Physical Address Zipcode":"57349","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4600024","School District Name":"Three-Rivers Special Serv Cooperative","Physical Address Line 1":"100 E Pine St","Physical Address Line 2":"","Physical Address City":"Philip","Physical Address State":"SD ","Physical Address Zipcode":"57567","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4600003","School District Name":"Wilmot School District 54-7","Physical Address Line 1":"800 Ordway St","Physical Address Line 2":"","Physical Address City":"Wilmot","Physical Address State":"SD ","Physical Address Zipcode":"57279","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19494584837545126,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4600002","School District Name":"Milbank School District 25-4","Physical Address Line 1":"1001 E Park Ave","Physical Address Line 2":"","Physical Address City":"Milbank","Physical Address State":"SD ","Physical Address Zipcode":"57252","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11811023622047244,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4503913","School District Name":"Clarendon 04","Physical Address Line 1":"1177 Atkinson Street","Physical Address Line 2":"","Physical Address City":"Turbeville","Physical Address State":"SC ","Physical Address Zipcode":"29162","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4503912","School District Name":"Hampton","Physical Address Line 1":"372 Pine Street East","Physical Address Line 2":"","Physical Address City":"Varnville","Physical Address State":"SC ","Physical Address Zipcode":"29944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4503911","School District Name":"Anderson 81","Physical Address Line 1":"315 Pearman Dairy Road","Physical Address Line 2":"","Physical Address City":"Anderson","Physical Address State":"SC ","Physical Address Zipcode":"29625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4503910","School District Name":"Orangeburg","Physical Address Line 1":"102 Founder's Court","Physical Address Line 2":"","Physical Address City":"Orangeburg","Physical Address State":"SC ","Physical Address Zipcode":"29118","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2752878140612555,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4503909","School District Name":"Charter Institute at Erskine","Physical Address Line 1":"1201 Main Street Suite 300","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"SC ","Physical Address Zipcode":"29201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4503908","School District Name":"Marion 10","Physical Address Line 1":"719 North Main Street","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"SC ","Physical Address Zipcode":"29571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3153403453066084,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4503907","School District Name":"Governor's School for Science and Mathematics","Physical Address Line 1":"401 Railroad Avenue","Physical Address Line 2":"","Physical Address City":"Hartsville","Physical Address State":"SC ","Physical Address Zipcode":"29550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4503906","School District Name":"Wil Lou Gray Opportunity","Physical Address Line 1":"3300 West Campus Road","Physical Address Line 2":"","Physical Address City":"West Columbia","Physical Address State":"SC ","Physical Address Zipcode":"29170","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4503905","School District Name":"South Carolina Department of Disabilities and Special Needs","Physical Address Line 1":"3440 Harden Street Extension","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"SC ","Physical Address Zipcode":"29203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4503904","School District Name":"Governor's School for the Arts and Humanities","Physical Address Line 1":"15 University Street","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"SC ","Physical Address Zipcode":"29601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4503903","School District Name":"SC Governor's School for Agriculture at John de la Howe Scho","Physical Address Line 1":"192 Gettys Road","Physical Address Line 2":"","Physical Address City":"McCormick","Physical Address State":"SC ","Physical Address Zipcode":"29835","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4503902","School District Name":"Sumter 01","Physical Address Line 1":"1345 Wilson Hall Road","Physical Address Line 2":"","Physical Address City":"Sumter","Physical Address State":"SC ","Physical Address Zipcode":"29150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.24972587719298245,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4503901","School District Name":"SC Public Charter School District","Physical Address Line 1":"3710 Landmark Drive Suite 201","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"SC ","Physical Address Zipcode":"29204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4503900","School District Name":"York 04","Physical Address Line 1":"2233 Deerfield Drive","Physical Address Line 2":"","Physical Address City":"Fort Mill","Physical Address State":"SC ","Physical Address Zipcode":"29715","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04015916292093435,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4503870","School District Name":"York 03","Physical Address Line 1":"386 East Black Street","Physical Address Line 2":"","Physical Address City":"Rock Hill","Physical Address State":"SC ","Physical Address Zipcode":"29730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12253098168591127,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4503840","School District Name":"York 02","Physical Address Line 1":"604 Bethel Street","Physical Address Line 2":"","Physical Address City":"Clover","Physical Address State":"SC ","Physical Address Zipcode":"29710","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07592164496897433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4503810","School District Name":"York 01","Physical Address Line 1":"1475 East Liberty Street","Physical Address Line 2":"","Physical Address City":"York","Physical Address State":"SC ","Physical Address Zipcode":"29745","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13735558408215662,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4503780","School District Name":"Williamsburg 01","Physical Address Line 1":"500 North Academy Street","Physical Address Line 2":"","Physical Address City":"Kingstree","Physical Address State":"SC ","Physical Address Zipcode":"29556","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3328156201464389,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4503750","School District Name":"Union 01","Physical Address Line 1":"130 West Main Street","Physical Address Line 2":"","Physical Address City":"Union","Physical Address State":"SC ","Physical Address Zipcode":"29379","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.216343882853094,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4503660","School District Name":"Spartanburg 07","Physical Address Line 1":"610 Dupre Drive","Physical Address Line 2":"","Physical Address City":"Spartanburg","Physical Address State":"SC ","Physical Address Zipcode":"29307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.22362624623232089,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4503630","School District Name":"Spartanburg 06","Physical Address Line 1":"1390 Cavalier Way","Physical Address Line 2":"","Physical Address City":"Roebuck","Physical Address State":"SC ","Physical Address Zipcode":"29376","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.17815195071868584,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4503600","School District Name":"Spartanburg 05","Physical Address Line 1":"100 North Danzler Road","Physical Address Line 2":"","Physical Address City":"Duncan","Physical Address State":"SC ","Physical Address Zipcode":"29334","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1222832303820636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4503570","School District Name":"Spartanburg 04","Physical Address Line 1":"118 McEdco Road","Physical Address Line 2":"","Physical Address City":"Woodruff","Physical Address State":"SC ","Physical Address Zipcode":"29388","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14891774891774892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4503540","School District Name":"Spartanburg 03","Physical Address Line 1":"3535 Clifton - Glendale Road","Physical Address Line 2":"","Physical Address City":"Glendale","Physical Address State":"SC ","Physical Address Zipcode":"29346","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1901496259351621,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4503510","School District Name":"Spartanburg 02","Physical Address Line 1":"3231 Old Furnace Road","Physical Address Line 2":"","Physical Address City":"Chesnee","Physical Address State":"SC ","Physical Address Zipcode":"29323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1435244161358811,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4503480","School District Name":"Spartanburg 01","Physical Address Line 1":"121 Wheeler Street","Physical Address Line 2":"","Physical Address City":"Campobello","Physical Address State":"SC ","Physical Address Zipcode":"29322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1622707423580786,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4503470","School District Name":"Spartanburg 80","Physical Address Line 1":"201 Zion Hill Road","Physical Address Line 2":"","Physical Address City":"Spartanburg","Physical Address State":"SC ","Physical Address Zipcode":"29307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4503460","School District Name":"Saluda 01","Physical Address Line 1":"404 North Wise Road","Physical Address Line 2":"","Physical Address City":"Saluda","Physical Address State":"SC ","Physical Address Zipcode":"29138","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21894474449522228,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4503420","School District Name":"Dept of Juvenile Justice","Physical Address Line 1":"220 Executive Center Drive","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"SC ","Physical Address Zipcode":"29210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4503390","School District Name":"Richland 02","Physical Address Line 1":"763 Fashion Drive","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"SC ","Physical Address Zipcode":"29229","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1514339220798296,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4503360","School District Name":"Richland 01","Physical Address Line 1":"1616 Richland Street","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"SC ","Physical Address Zipcode":"29201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.26378492356352135,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4503330","School District Name":"Pickens 01","Physical Address Line 1":"1348 Griffin Mill Road","Physical Address Line 2":"","Physical Address City":"Easley","Physical Address State":"SC ","Physical Address Zipcode":"29640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1435130079918381,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4503060","School District Name":"Oconee 01","Physical Address Line 1":"414 South Pine Street","Physical Address Line 2":"","Physical Address City":"Walhalla","Physical Address State":"SC ","Physical Address Zipcode":"29691","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1594885598923284,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4503030","School District Name":"Newberry 01","Physical Address Line 1":"3419 Main Street","Physical Address Line 2":"","Physical Address City":"Newberry","Physical Address State":"SC ","Physical Address Zipcode":"29108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2204815303430079,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4503000","School District Name":"McCormick 01","Physical Address Line 1":"821 North Mine Street","Physical Address Line 2":"","Physical Address City":"McCormick","Physical Address State":"SC ","Physical Address Zipcode":"29835","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27557160048134777,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502970","School District Name":"Marlboro 01","Physical Address Line 1":"122 Broad Street","Physical Address Line 2":"","Physical Address City":"Bennettsville","Physical Address State":"SC ","Physical Address Zipcode":"29512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3235919234856536,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502820","School District Name":"Lexington 05","Physical Address Line 1":"1020 Dutch Fork Road","Physical Address Line 2":"","Physical Address City":"Irmo","Physical Address State":"SC ","Physical Address Zipcode":"29063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09073815407757602,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4502790","School District Name":"Lexington 04","Physical Address Line 1":"607 East Fifth Street","Physical Address Line 2":"","Physical Address City":"Swansea","Physical Address State":"SC ","Physical Address Zipcode":"29160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1711620872195614,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4502760","School District Name":"Lexington 03","Physical Address Line 1":"338 West Columbia Avenue","Physical Address Line 2":"","Physical Address City":"Batesburg-Leesville","Physical Address State":"SC ","Physical Address Zipcode":"29006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14638157894736842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4502730","School District Name":"Lexington 02","Physical Address Line 1":"715 Ninth Street","Physical Address Line 2":"","Physical Address City":"West Columbia","Physical Address State":"SC ","Physical Address Zipcode":"29169","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14448742746615087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4502700","School District Name":"Lexington 01","Physical Address Line 1":"100 Tarrar Springs Road","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"SC ","Physical Address Zipcode":"29072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07427775057440958,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4502670","School District Name":"Lee 01","Physical Address Line 1":"310 Roland Street","Physical Address Line 2":"","Physical Address City":"Bishopville","Physical Address State":"SC ","Physical Address Zipcode":"29010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.30167364016736403,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502640","School District Name":"Laurens 56","Physical Address Line 1":"211 North Broad Street Suite B","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"SC ","Physical Address Zipcode":"29325","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25054945054945055,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502610","School District Name":"Laurens 55","Physical Address Line 1":"301 Hillcrest Drive","Physical Address Line 2":"","Physical Address City":"Laurens","Physical Address State":"SC ","Physical Address Zipcode":"29360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2277941658472632,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502580","School District Name":"Lancaster 01","Physical Address Line 1":"300 South Catawba Street","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"SC ","Physical Address Zipcode":"29720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12896564670546273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4502550","School District Name":"Kershaw 01","Physical Address Line 1":"2029 West DeKalb Street","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"SC ","Physical Address Zipcode":"29020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18477323676495946,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4502520","School District Name":"Jasper 01","Physical Address Line 1":"10942 North Jacob Smart Boulevard","Physical Address Line 2":"","Physical Address City":"Ridgeland","Physical Address State":"SC ","Physical Address Zipcode":"29936","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3083648393194707,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502490","School District Name":"Horry 01","Physical Address Line 1":"335 Four Mile Road","Physical Address Line 2":"","Physical Address City":"Conway","Physical Address State":"SC ","Physical Address Zipcode":"29526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.19451661280442725,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4502460","School District Name":"Hampton 02","Physical Address Line 1":"635 Fourth Street East","Physical Address Line 2":"","Physical Address City":"Estill","Physical Address State":"SC ","Physical Address Zipcode":"29918","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3010869565217391,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502430","School District Name":"Hampton 01","Physical Address Line 1":"372 Pine Street East","Physical Address Line 2":"","Physical Address City":"Varnville","Physical Address State":"SC ","Physical Address Zipcode":"29944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.26647286821705424,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502400","School District Name":"Greenwood 52","Physical Address Line 1":"605 Johnston Road","Physical Address Line 2":"","Physical Address City":"Ninety Six","Physical Address State":"SC ","Physical Address Zipcode":"29666","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502370","School District Name":"Greenwood 51","Physical Address Line 1":"56 South Greenwood Avenue","Physical Address Line 2":"","Physical Address City":"Ware Shoals","Physical Address State":"SC ","Physical Address Zipcode":"29692","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23367065317387303,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502340","School District Name":"Greenwood 50","Physical Address Line 1":"1855 Calhoun Road","Physical Address Line 2":"","Physical Address City":"Greenwood","Physical Address State":"SC ","Physical Address Zipcode":"29649","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2085222121486854,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502310","School District Name":"Greenville 01","Physical Address Line 1":"301 East Camperdown Way","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"SC ","Physical Address Zipcode":"29601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1384667268632848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4502280","School District Name":"Georgetown 01","Physical Address Line 1":"2018 Church Street","Physical Address Line 2":"","Physical Address City":"Georgetown","Physical Address State":"SC ","Physical Address Zipcode":"29440","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2582884500299222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502250","School District Name":"Florence 05","Physical Address Line 1":"156 East Marion Street","Physical Address Line 2":"","Physical Address City":"Johnsonville","Physical Address State":"SC ","Physical Address Zipcode":"29555","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2047808764940239,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502220","School District Name":"Florence 04","Physical Address Line 1":"304 Kemper Street","Physical Address Line 2":"","Physical Address City":"Timmonsville","Physical Address State":"SC ","Physical Address Zipcode":"29161","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24504950495049505,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502190","School District Name":"Florence 03","Physical Address Line 1":"125 South Blanding Street","Physical Address Line 2":"","Physical Address City":"Lake City","Physical Address State":"SC ","Physical Address Zipcode":"29560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23509590461378954,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502160","School District Name":"Florence 02","Physical Address Line 1":"2121 South Pamplico Highway","Physical Address Line 2":"","Physical Address City":"Pamplico","Physical Address State":"SC ","Physical Address Zipcode":"29583","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19968304278922344,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502130","School District Name":"Florence 01","Physical Address Line 1":"319 South Dargan Street","Physical Address Line 2":"","Physical Address City":"Florence","Physical Address State":"SC ","Physical Address Zipcode":"29506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17654937294533057,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4502100","School District Name":"Fairfield 01","Physical Address Line 1":"1226 US Highway 321 Bypass South","Physical Address Line 2":"","Physical Address City":"Winnsboro","Physical Address State":"SC ","Physical Address Zipcode":"29180","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25538863487916397,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502070","School District Name":"Edgefield 01","Physical Address Line 1":"3 Par Drive","Physical Address Line 2":"","Physical Address City":"Johnston","Physical Address State":"SC ","Physical Address Zipcode":"29832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20651876198301836,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4502010","School District Name":"Dorchester 02","Physical Address Line 1":"115 Devon Road","Physical Address Line 2":"","Physical Address City":"Summerville","Physical Address State":"SC ","Physical Address Zipcode":"29483","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15002573340195574,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4501990","School District Name":"Dorchester 80","Physical Address Line 1":"507 School House Road","Physical Address Line 2":"","Physical Address City":"Dorchester","Physical Address State":"SC ","Physical Address Zipcode":"29437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4501950","School District Name":"Dillon 03","Physical Address Line 1":"205 King Street","Physical Address Line 2":"","Physical Address City":"Latta","Physical Address State":"SC ","Physical Address Zipcode":"29565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26264150943396225,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4501920","School District Name":"Dillon 04","Physical Address Line 1":"1738 Highway 301 North","Physical Address Line 2":"","Physical Address City":"Dillon","Physical Address State":"SC ","Physical Address Zipcode":"29536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.29905026638869586,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4501870","School District Name":"Dillon 80","Physical Address Line 1":"1630 East Main Street","Physical Address Line 2":"","Physical Address City":"Dillon","Physical Address State":"SC ","Physical Address Zipcode":"29536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4501860","School District Name":"Darlington 01","Physical Address Line 1":"120 E. Smith Avenue","Physical Address Line 2":"","Physical Address City":"Darlington","Physical Address State":"SC ","Physical Address Zipcode":"29532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.27246430904170943,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4501830","School District Name":"Colleton 01","Physical Address Line 1":"500 Forest Circle","Physical Address Line 2":"","Physical Address City":"Walterboro","Physical Address State":"SC ","Physical Address Zipcode":"29488","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2842798353909465,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4501800","School District Name":"Clarendon 03","Physical Address Line 1":"1177 Atkinson Street","Physical Address Line 2":"","Physical Address City":"Turbeville","Physical Address State":"SC ","Physical Address Zipcode":"29162","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18574766355140188,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4501770","School District Name":"Clarendon 02","Physical Address Line 1":"15 Major Drive","Physical Address Line 2":"","Physical Address City":"Manning","Physical Address State":"SC ","Physical Address Zipcode":"29102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2680301399354144,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4501740","School District Name":"Clarendon 01","Physical Address Line 1":"12 South Church Street","Physical Address Line 2":"","Physical Address City":"Summerton","Physical Address State":"SC ","Physical Address Zipcode":"29148","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26995073891625615,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4501600","School District Name":"Clarendon 80","Physical Address Line 1":"3351 Highway 521","Physical Address Line 2":"","Physical Address City":"Manning","Physical Address State":"SC ","Physical Address Zipcode":"29102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4501560","School District Name":"Chesterfield 01","Physical Address Line 1":"401 West Boulevard","Physical Address Line 2":"","Physical Address City":"Chesterfield","Physical Address State":"SC ","Physical Address Zipcode":"29709","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23711755233494364,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4501530","School District Name":"Chester 01","Physical Address Line 1":"509 District Office Drive","Physical Address Line 2":"","Physical Address City":"Chester","Physical Address State":"SC ","Physical Address Zipcode":"29706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2754491017964072,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4501500","School District Name":"Cherokee 01","Physical Address Line 1":"141 Twin Lakes Road","Physical Address Line 2":"","Physical Address City":"Gaffney","Physical Address State":"SC ","Physical Address Zipcode":"29341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19788176807521884,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4501440","School District Name":"Charleston 01","Physical Address Line 1":"75 Calhoun Street","Physical Address Line 2":"","Physical Address City":"Charleston","Physical Address State":"SC ","Physical Address Zipcode":"29401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.16098864395457582,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4501250","School District Name":"Calhoun 01","Physical Address Line 1":"125 Herlong Avenue","Physical Address Line 2":"","Physical Address City":"St. Matthews","Physical Address State":"SC ","Physical Address Zipcode":"29135","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2146341463414634,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4501170","School District Name":"Berkeley 01","Physical Address Line 1":"107 Main Street","Physical Address Line 2":"","Physical Address City":"Moncks Corner","Physical Address State":"SC ","Physical Address Zipcode":"29461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14373081233857998,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4501110","School District Name":"Beaufort 01","Physical Address Line 1":"2900 Mink Point Boulevard","Physical Address Line 2":"","Physical Address City":"Beaufort","Physical Address State":"SC ","Physical Address Zipcode":"29902","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13789469575738653,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4501100","School District Name":"Beaufort 80","Physical Address Line 1":"80 Lowcountry Drive","Physical Address Line 2":"","Physical Address City":"Ridgeland","Physical Address State":"SC ","Physical Address Zipcode":"29936","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4501080","School District Name":"Barnwell 45","Physical Address Line 1":"770 Hagood Avenue","Physical Address Line 2":"","Physical Address City":"Barnwell","Physical Address State":"SC ","Physical Address Zipcode":"29812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.31438127090301005,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4501050","School District Name":"Barnwell 29","Physical Address Line 1":"12255 Main Street","Physical Address Line 2":"","Physical Address City":"Williston","Physical Address State":"SC ","Physical Address Zipcode":"29853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.33039092055485497,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4501020","School District Name":"Barnwell 19","Physical Address Line 1":"446 Country Club Road","Physical Address Line 2":"","Physical Address City":"Blackville","Physical Address State":"SC ","Physical Address Zipcode":"29817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.31518987341772153,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4500980","School District Name":"Barnwell 80","Physical Address Line 1":"5214 Reynolds Road","Physical Address Line 2":"","Physical Address City":"Blackville","Physical Address State":"SC ","Physical Address Zipcode":"29817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4500960","School District Name":"Bamberg 02","Physical Address Line 1":"62 Holly Avenue","Physical Address Line 2":"","Physical Address City":"Denmark","Physical Address State":"SC ","Physical Address Zipcode":"29042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3283582089552239,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4500930","School District Name":"Bamberg 01","Physical Address Line 1":"3830 Faust Street","Physical Address Line 2":"","Physical Address City":"Bamberg","Physical Address State":"SC ","Physical Address Zipcode":"29003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3299065420560748,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4500900","School District Name":"Anderson 05","Physical Address Line 1":"400 Pearman Dairy Road","Physical Address Line 2":"","Physical Address City":"Anderson","Physical Address State":"SC ","Physical Address Zipcode":"29625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.20204915096367415,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4500870","School District Name":"Anderson 04","Physical Address Line 1":"315 East Queen Street","Physical Address Line 2":"","Physical Address City":"Pendleton","Physical Address State":"SC ","Physical Address Zipcode":"29670","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15421256326287586,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4500840","School District Name":"Anderson 03","Physical Address Line 1":"335 West Front Street","Physical Address Line 2":"","Physical Address City":"Iva","Physical Address State":"SC ","Physical Address Zipcode":"29655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21748325696157914,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4500810","School District Name":"Anderson 02","Physical Address Line 1":"10990 Belton-Honea Path Highway","Physical Address Line 2":"","Physical Address City":"Honea Path","Physical Address State":"SC ","Physical Address Zipcode":"29654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1933880188913746,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4500780","School District Name":"Anderson 01","Physical Address Line 1":"801 North Hamilton Street","Physical Address Line 2":"","Physical Address City":"Williamston","Physical Address State":"SC ","Physical Address Zipcode":"29697","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12436724565756824,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4500760","School District Name":"Anderson 80","Physical Address Line 1":"702 Belton Highway","Physical Address Line 2":"","Physical Address City":"Williamston","Physical Address State":"SC ","Physical Address Zipcode":"29697","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4500750","School District Name":"Allendale 01","Physical Address Line 1":"3249 Allendale-Fairfax Highway","Physical Address Line 2":"","Physical Address City":"Fairfax","Physical Address State":"SC ","Physical Address Zipcode":"29827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.43347280334728033,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4500720","School District Name":"Aiken 01","Physical Address Line 1":"1000 Brookhaven Drive","Physical Address Line 2":"","Physical Address City":"Aiken","Physical Address State":"SC ","Physical Address Zipcode":"29803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18133924354176506,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4500690","School District Name":"Abbeville 60","Physical Address Line 1":"400 Greenville Street","Physical Address Line 2":"","Physical Address City":"Abbeville","Physical Address State":"SC ","Physical Address Zipcode":"29620","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19507246376811593,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4500011","School District Name":"Spartanburg 82","Physical Address Line 1":"5620 Highway 11","Physical Address Line 2":"","Physical Address City":"Inman","Physical Address State":"SC ","Physical Address Zipcode":"29349","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4500010","School District Name":"Spartanburg 81","Physical Address Line 1":"201 Zion Hill Road","Physical Address Line 2":"","Physical Address City":"Spartanburg","Physical Address State":"SC ","Physical Address Zipcode":"29307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4500008","School District Name":"Orangeburg 80","Physical Address Line 1":"6052 Slab Landing Road","Physical Address Line 2":"","Physical Address City":"Cope","Physical Address State":"SC ","Physical Address Zipcode":"29038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4500007","School District Name":"Greenwood 80","Physical Address Line 1":"601 East Northside Drive","Physical Address Line 2":"","Physical Address City":"Greenwood","Physical Address State":"SC ","Physical Address Zipcode":"29649","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4500006","School District Name":"Beaufort Marine Corps Air Station School District","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.1,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4500005","School District Name":"Fort Jackson Schools","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.14350797266514806,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4500004","School District Name":"Deaf & Blind School","Physical Address Line 1":"355 Cedar Springs Road","Physical Address Line 2":"","Physical Address City":"Spartanburg","Physical Address State":"SC ","Physical Address Zipcode":"29302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4500002","School District Name":"Dorchester 04","Physical Address Line 1":"500 Ridge Street","Physical Address Line 2":"","Physical Address City":"St. George","Physical Address State":"SC ","Physical Address Zipcode":"29477","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23611584327086882,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4500001","School District Name":"Dept Of Correction N04","Physical Address Line 1":"1735 Haviland Circle","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"SC ","Physical Address Zipcode":"29210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4401200","School District Name":"Woonsocket","Physical Address Line 1":"McFee Administration Building","Physical Address Line 2":"108 High Street","Physical Address City":"Woonsocket","Physical Address State":"RI ","Physical Address Zipcode":"02895","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.24440564989684177,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4401170","School District Name":"Westerly","Physical Address Line 1":"23 Highland Avenue","Physical Address Line 2":"Babcock Hall","Physical Address City":"Westerly","Physical Address State":"RI ","Physical Address Zipcode":"02891","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11992753623188405,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4401140","School District Name":"West Warwick","Physical Address Line 1":"10 Harris Avenue","Physical Address Line 2":"","Physical Address City":"West Warwick","Physical Address State":"RI ","Physical Address Zipcode":"02893","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15778923253150057,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4401110","School District Name":"Warwick","Physical Address Line 1":"69 Draper Avenue","Physical Address Line 2":"Gorton Administration Building","Physical Address City":"Warwick","Physical Address State":"RI ","Physical Address Zipcode":"02889","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08928744546776539,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4401050","School District Name":"Tiverton","Physical Address Line 1":"Administration Center","Physical Address Line 2":"100 North Brayton Road rear","Physical Address City":"Tiverton","Physical Address State":"RI ","Physical Address Zipcode":"02878","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08526713437668645,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4401020","School District Name":"South Kingstown","Physical Address Line 1":"307 Curtis Corner Road","Physical Address Line 2":"","Physical Address City":"Wakefield","Physical Address State":"RI ","Physical Address Zipcode":"02879","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0768997880714502,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400990","School District Name":"Smithfield","Physical Address Line 1":"49 Farnum Pike","Physical Address Line 2":"","Physical Address City":"Smithfield","Physical Address State":"RI ","Physical Address Zipcode":"02917","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.046067415730337076,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400960","School District Name":"Scituate","Physical Address Line 1":"197 Danielson Pike","Physical Address Line 2":"","Physical Address City":"North Scituate","Physical Address State":"RI ","Physical Address Zipcode":"02857","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05203619909502263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400900","School District Name":"Providence","Physical Address Line 1":"797 Westminster Street","Physical Address Line 2":"","Physical Address City":"Providence","Physical Address State":"RI ","Physical Address Zipcode":"02903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.24224058769513315,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4400870","School District Name":"Portsmouth","Physical Address Line 1":"29 Middle Road","Physical Address Line 2":"","Physical Address City":"Portsmouth","Physical Address State":"RI ","Physical Address Zipcode":"02871","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06262154803578374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400840","School District Name":"Pawtucket","Physical Address Line 1":"286 Main Street","Physical Address Line 2":"","Physical Address City":"Pawtucket","Physical Address State":"RI ","Physical Address Zipcode":"02860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17770132043890646,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400810","School District Name":"North Smithfield","Physical Address Line 1":"1850 Providence Pike","Physical Address Line 2":"","Physical Address City":"North Smithfield","Physical Address State":"RI ","Physical Address Zipcode":"02896","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06563706563706563,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400780","School District Name":"North Providence","Physical Address Line 1":"2240 Mineral Spring Avenue","Physical Address Line 2":"","Physical Address City":"North Providence","Physical Address State":"RI ","Physical Address Zipcode":"02911","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1064778389719381,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400750","School District Name":"North Kingstown","Physical Address Line 1":"100 Romano Vineyard Way","Physical Address Line 2":"Ste. 120","Physical Address City":"North Kingstown","Physical Address State":"RI ","Physical Address Zipcode":"02852","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08522727272727272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400720","School District Name":"Newport","Physical Address Line 1":"15 Wickham Rd","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"RI ","Physical Address Zipcode":"02840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.21662125340599456,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4400690","School District Name":"New Shoreham","Physical Address Line 1":"New Shoreham School Department","Physical Address Line 2":"High Street","Physical Address City":"Block Island","Physical Address State":"RI ","Physical Address Zipcode":"02807","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.02040816326530612,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4400660","School District Name":"Narragansett","Physical Address Line 1":"25 Fifth Avenue","Physical Address Line 2":"","Physical Address City":"Narragansett","Physical Address State":"RI ","Physical Address Zipcode":"02882","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07653429602888087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400630","School District Name":"Middletown","Physical Address Line 1":"26 Oliphant Lane","Physical Address Line 2":"","Physical Address City":"Middletown","Physical Address State":"RI ","Physical Address Zipcode":"02842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09862385321100918,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400600","School District Name":"Little Compton","Physical Address Line 1":"28 Commons","Physical Address Line 2":"","Physical Address City":"Little Compton","Physical Address State":"RI ","Physical Address Zipcode":"02837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07906976744186046,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400570","School District Name":"Lincoln","Physical Address Line 1":"1624 Lonsdale Avenue","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"RI ","Physical Address Zipcode":"02865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08041355542791499,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400540","School District Name":"Johnston","Physical Address Line 1":"10 Memorial Avenue","Physical Address Line 2":"","Physical Address City":"Johnston","Physical Address State":"RI ","Physical Address Zipcode":"02919","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11174487943997925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400510","School District Name":"Jamestown","Physical Address Line 1":"76 Melrose Avenue","Physical Address Line 2":"","Physical Address City":"Jamestown","Physical Address State":"RI ","Physical Address Zipcode":"02835","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.056851311953352766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400450","School District Name":"Glocester","Physical Address Line 1":"Glocester Town Hall","Physical Address Line 2":"1145 Putnam Pike P.O.Box B","Physical Address City":"Chepachet","Physical Address State":"RI ","Physical Address Zipcode":"02814","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11363636363636363,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400420","School District Name":"Foster-Glocester","Physical Address Line 1":"91 Anan Wade Road","Physical Address Line 2":"","Physical Address City":"North Scituate","Physical Address State":"RI ","Physical Address Zipcode":"02857","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06813186813186813,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400390","School District Name":"Foster","Physical Address Line 1":"160 Foster Ctr Rd/Isaac","Physical Address Line 2":"","Physical Address City":"Foster","Physical Address State":"RI ","Physical Address Zipcode":"02825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09090909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4400360","School District Name":"Exeter-West Greenwich","Physical Address Line 1":"940 Nooseneck Hill Road","Physical Address Line 2":"","Physical Address City":"West Greenwich","Physical Address State":"RI ","Physical Address Zipcode":"02817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.056941431670282,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400330","School District Name":"East Providence","Physical Address Line 1":"145 Taunton Avenue","Physical Address Line 2":"","Physical Address City":"East Providence","Physical Address State":"RI ","Physical Address Zipcode":"02914","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11913240530916154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400300","School District Name":"East Greenwich","Physical Address Line 1":"111 Peirce Street","Physical Address Line 2":"","Physical Address City":"East Greenwich","Physical Address State":"RI ","Physical Address Zipcode":"02818","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.037590945836701695,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400270","School District Name":"Cumberland","Physical Address Line 1":"2602 Mendon Road","Physical Address Line 2":"","Physical Address City":"Cumberland","Physical Address State":"RI ","Physical Address Zipcode":"02864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.059559372666168786,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400240","School District Name":"Cranston","Physical Address Line 1":"845 Park Avenue","Physical Address Line 2":"","Physical Address City":"Cranston","Physical Address State":"RI ","Physical Address Zipcode":"02910","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1086281276962899,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400210","School District Name":"Coventry","Physical Address Line 1":"1675 Flat River Road","Physical Address Line 2":"","Physical Address City":"Coventry","Physical Address State":"RI ","Physical Address Zipcode":"02816","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08007662835249042,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400150","School District Name":"Chariho","Physical Address Line 1":"455A Switch Road","Physical Address Line 2":"","Physical Address City":"Wood River Junction","Physical Address State":"RI ","Physical Address Zipcode":"02894","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07046332046332046,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400120","School District Name":"Central Falls","Physical Address Line 1":"949 Dexter ST.","Physical Address Line 2":"Lower level","Physical Address City":"Central Falls","Physical Address State":"RI ","Physical Address Zipcode":"02863","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.24774158226115522,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4400090","School District Name":"Burrillville","Physical Address Line 1":"2300 Bronco Highway","Physical Address Line 2":"","Physical Address City":"Harrisville","Physical Address State":"RI ","Physical Address Zipcode":"02830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10380622837370242,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400065","School District Name":"Bristol Warren","Physical Address Line 1":"151 State Street","Physical Address Line 2":"","Physical Address City":"Bristol","Physical Address State":"RI ","Physical Address Zipcode":"02809","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09123783031988873,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400037","School District Name":"Charette Charter","Physical Address Line 1":"335 Westminster St.","Physical Address Line 2":"","Physical Address City":"Providence","Physical Address State":"RI ","Physical Address Zipcode":"02903","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400036","School District Name":"Blackstone Academy","Physical Address Line 1":"334 Pleasant Street","Physical Address Line 2":"","Physical Address City":"Pawtucket","Physical Address State":"RI ","Physical Address Zipcode":"02860","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400035","School District Name":"The Compass School","Physical Address Line 1":"537 Old North Road","Physical Address Line 2":"","Physical Address City":"Kingston","Physical Address State":"RI ","Physical Address Zipcode":"02881","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400034","School District Name":"International Charter","Physical Address Line 1":"334 Pleasant Street","Physical Address Line 2":"","Physical Address City":"Pawtucket","Physical Address State":"RI ","Physical Address Zipcode":"02860","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400033","School District Name":"Kingston Hill Academy","Physical Address Line 1":"850 Stony Fort Road","Physical Address Line 2":"","Physical Address City":"Saunderstown","Physical Address State":"RI ","Physical Address Zipcode":"02874","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400032","School District Name":"Paul Cuffee Charter Sch","Physical Address Line 1":"459 Promenade Street","Physical Address Line 2":"","Physical Address City":"Providence","Physical Address State":"RI ","Physical Address Zipcode":"02908","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400031","School District Name":"Highlander","Physical Address Line 1":"42 Lexington Avenue","Physical Address Line 2":"","Physical Address City":"Providence","Physical Address State":"RI ","Physical Address Zipcode":"02907","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400030","School District Name":"Barrington","Physical Address Line 1":"283 County Road","Physical Address Line 2":"","Physical Address City":"Barrington","Physical Address State":"RI ","Physical Address Zipcode":"02806","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.040640759418570156,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4400029","School District Name":"RISE Prep Mayoral Academy","Physical Address Line 1":"30 Cumberland Street","Physical Address Line 2":"","Physical Address City":"Woonsocket","Physical Address State":"RI ","Physical Address Zipcode":"02895","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400028","School District Name":"SouthSide Charter School","Physical Address Line 1":"135 Prairie Ave","Physical Address Line 2":"","Physical Address City":"Providence","Physical Address State":"RI ","Physical Address Zipcode":"02905","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400027","School District Name":"The Hope Academy","Physical Address Line 1":"1000 Eddy Street","Physical Address Line 2":"","Physical Address City":"Providence","Physical Address State":"RI ","Physical Address Zipcode":"02905","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400026","School District Name":"East Bay Educational Collaborative","Physical Address Line 1":"317 Market Street","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"RI ","Physical Address Zipcode":"02885","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400025","School District Name":"Village Green Virtual","Physical Address Line 1":"135 Weybosset Street","Physical Address Line 2":"","Physical Address City":"Providence","Physical Address State":"RI ","Physical Address Zipcode":"02903","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400024","School District Name":"Sheila Skip Nowell Leadership Academy","Physical Address Line 1":"150 Washington Street","Physical Address Line 2":"","Physical Address City":"Providence","Physical Address State":"RI ","Physical Address Zipcode":"02903","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400023","School District Name":"West Bay Collaborative","Physical Address Line 1":"144 Bignall Street","Physical Address Line 2":"","Physical Address City":"Warwick","Physical Address State":"RI ","Physical Address Zipcode":"02888","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400021","School District Name":"Achievement First Rhode Island","Physical Address Line 1":"370 Hartford Avenue","Physical Address Line 2":"","Physical Address City":"Providence","Physical Address State":"RI ","Physical Address Zipcode":"02909","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400020","School District Name":"Northern RI Collaborative","Physical Address Line 1":"640 George Washington Hwy","Physical Address Line 2":"Bldg. B Suite 200","Physical Address City":"Lincoln","Physical Address State":"RI ","Physical Address Zipcode":"02865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400019","School District Name":"Rhode Island Nurses Institute Middle College","Physical Address Line 1":"150 Washington Street","Physical Address Line 2":"3rd and 4th floors","Physical Address City":"Providence","Physical Address State":"RI ","Physical Address Zipcode":"02903","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400018","School District Name":"Trinity Academy for the Performing Arts","Physical Address Line 1":"275 Westminster Street","Physical Address Line 2":"","Physical Address City":"Providence","Physical Address State":"RI ","Physical Address Zipcode":"02903","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400017","School District Name":"The Greene School","Physical Address Line 1":"94 John Potter Road","Physical Address Line 2":"Unit 3","Physical Address City":"West Greenwich","Physical Address State":"RI ","Physical Address Zipcode":"02817","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400015","School District Name":"Blackstone Valley Prep A RI Mayoral Academy","Physical Address Line 1":"291 Broad St.","Physical Address Line 2":"","Physical Address City":"Cumberland","Physical Address State":"RI ","Physical Address Zipcode":"02864","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400014","School District Name":"Segue Institute for Learning","Physical Address Line 1":"325 Cowden Street","Physical Address Line 2":"","Physical Address City":"Central Falls","Physical Address State":"RI ","Physical Address Zipcode":"02863","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400009","School District Name":"DCYF","Physical Address Line 1":"57 Power Rd.","Physical Address Line 2":"","Physical Address City":"Cranston","Physical Address State":"RI ","Physical Address Zipcode":"02920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400008","School District Name":"Beacon Charter School","Physical Address Line 1":"320 Main Street","Physical Address Line 2":"","Physical Address City":"Woonsocket","Physical Address State":"RI ","Physical Address Zipcode":"02895","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400006","School District Name":"Learning Community","Physical Address Line 1":"21 Lincoln Avenue","Physical Address Line 2":"","Physical Address City":"Central Falls","Physical Address State":"RI ","Physical Address Zipcode":"02863","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400005","School District Name":"Urban Collaborative","Physical Address Line 1":"75 Carpenter Street","Physical Address Line 2":"","Physical Address City":"Providence","Physical Address State":"RI ","Physical Address Zipcode":"02903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400004","School District Name":"Davies Career and Tech","Physical Address Line 1":"50 Jenckes Hill Road","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"RI ","Physical Address Zipcode":"02865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400003","School District Name":"MET Career and Tech","Physical Address Line 1":"325 Public Street","Physical Address Line 2":"","Physical Address City":"Providence","Physical Address State":"RI ","Physical Address Zipcode":"02905","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4400001","School District Name":"R.I. Sch for the Deaf","Physical Address Line 1":"One Corliss Park","Physical Address Line 2":"","Physical Address City":"Providence","Physical Address State":"RI ","Physical Address Zipcode":"02908","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289393","School District Name":"Lycoming CTC","Physical Address Line 1":"293 Cemetery Street","Physical Address Line 2":"","Physical Address City":"Hughesville","Physical Address State":"PA ","Physical Address Zipcode":"17737","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289390","School District Name":"Schuylkill IU 29","Physical Address Line 1":"17 Maple Avenue","Physical Address Line 2":"","Physical Address City":"Mar Lin","Physical Address State":"PA ","Physical Address Zipcode":"17951","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289380","School District Name":"ARIN IU 28","Physical Address Line 1":"2895 W Pike","Physical Address Line 2":"","Physical Address City":"Indiana","Physical Address State":"PA ","Physical Address Zipcode":"15701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289370","School District Name":"Beaver Valley IU 27","Physical Address Line 1":"147 Poplar Avenue","Physical Address Line 2":"","Physical Address City":"Monaca","Physical Address State":"PA ","Physical Address Zipcode":"15061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289350","School District Name":"Delaware County IU 25","Physical Address Line 1":"200 Yale Avenue","Physical Address Line 2":"","Physical Address City":"Morton","Physical Address State":"PA ","Physical Address Zipcode":"19070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289340","School District Name":"Chester County IU 24","Physical Address Line 1":"455 Boot Rd","Physical Address Line 2":"","Physical Address City":"Downingtown","Physical Address State":"PA ","Physical Address Zipcode":"19335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289330","School District Name":"Montgomery County IU 23","Physical Address Line 1":"2 West Lafayette Street","Physical Address Line 2":"","Physical Address City":"Norristown","Physical Address State":"PA ","Physical Address Zipcode":"19401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289320","School District Name":"Bucks County IU 22","Physical Address Line 1":"705 N Shady Retreat Rd","Physical Address Line 2":"","Physical Address City":"Doylestown","Physical Address State":"PA ","Physical Address Zipcode":"18901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289310","School District Name":"Carbon-Lehigh IU 21","Physical Address Line 1":"4210 Independence Dr","Physical Address Line 2":"","Physical Address City":"Schnecksville","Physical Address State":"PA ","Physical Address Zipcode":"18078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289300","School District Name":"Colonial IU 20","Physical Address Line 1":"6 Danforth Drive","Physical Address Line 2":"","Physical Address City":"Easton","Physical Address State":"PA ","Physical Address Zipcode":"18045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289290","School District Name":"Northeastern Educational IU 19","Physical Address Line 1":"1200 Line St","Physical Address Line 2":"","Physical Address City":"Archbald","Physical Address State":"PA ","Physical Address Zipcode":"18403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289280","School District Name":"Luzerne IU 18","Physical Address Line 1":"368 Tioga Avenue","Physical Address Line 2":"","Physical Address City":"Kingston","Physical Address State":"PA ","Physical Address Zipcode":"18704","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289270","School District Name":"BLaST IU 17","Physical Address Line 1":"2400 Reach Rd","Physical Address Line 2":"","Physical Address City":"Williamsport","Physical Address State":"PA ","Physical Address Zipcode":"17701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289260","School District Name":"Central Susquehanna IU 16","Physical Address Line 1":"90 Lawton Lane","Physical Address Line 2":"","Physical Address City":"Milton","Physical Address State":"PA ","Physical Address Zipcode":"17847","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289250","School District Name":"Capital Area IU 15","Physical Address Line 1":"55 Miller St","Physical Address Line 2":"","Physical Address City":"Enola","Physical Address State":"PA ","Physical Address Zipcode":"17025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289240","School District Name":"Berks County IU 14","Physical Address Line 1":"1111 Commons Blvd","Physical Address Line 2":"","Physical Address City":"Reading","Physical Address State":"PA ","Physical Address Zipcode":"19605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289230","School District Name":"Lancaster-Lebanon IU 13","Physical Address Line 1":"1020 New Holland Avenue","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"PA ","Physical Address Zipcode":"17601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289220","School District Name":"Lincoln IU 12","Physical Address Line 1":"65 Billerbeck St","Physical Address Line 2":"","Physical Address City":"New Oxford","Physical Address State":"PA ","Physical Address Zipcode":"17350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289210","School District Name":"Tuscarora IU 11","Physical Address Line 1":"2527 US Highway 522 South","Physical Address Line 2":"","Physical Address City":"Mc Veytown","Physical Address State":"PA ","Physical Address Zipcode":"17051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4289200","School District Name":"Central IU 10","Physical Address Line 1":"345 Link Rd","Physical Address Line 2":"","Physical Address City":"West Decatur","Physical Address State":"PA ","Physical Address Zipcode":"16878","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289190","School District Name":"Seneca Highlands IU 9","Physical Address Line 1":"119 S. Mechanic St","Physical Address Line 2":"","Physical Address City":"Smethport","Physical Address State":"PA ","Physical Address Zipcode":"16749","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4289180","School District Name":"Appalachia IU 8","Physical Address Line 1":"4500 6th Avenue","Physical Address Line 2":"","Physical Address City":"Altoona","Physical Address State":"PA ","Physical Address Zipcode":"16602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289170","School District Name":"Westmoreland IU 7","Physical Address Line 1":"102 Equity Dr","Physical Address Line 2":"","Physical Address City":"Greensburg","Physical Address State":"PA ","Physical Address Zipcode":"15601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289160","School District Name":"Riverview IU 6","Physical Address Line 1":"270 Mayfield Road","Physical Address Line 2":"","Physical Address City":"Clarion","Physical Address State":"PA ","Physical Address Zipcode":"16214","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289150","School District Name":"Northwest Tri-County IU 5","Physical Address Line 1":"252 Waterford St","Physical Address Line 2":"","Physical Address City":"Edinboro","Physical Address State":"PA ","Physical Address Zipcode":"16412","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289140","School District Name":"Midwestern IU 4","Physical Address Line 1":"453 Maple St","Physical Address Line 2":"","Physical Address City":"Grove City","Physical Address State":"PA ","Physical Address Zipcode":"16127","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289130","School District Name":"Allegheny IU 3","Physical Address Line 1":"475 East Waterfront Drive","Physical Address Line 2":"","Physical Address City":"Homestead","Physical Address State":"PA ","Physical Address Zipcode":"15120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4289110","School District Name":"Intermediate Unit 1","Physical Address Line 1":"One Intermediate Unit Drive","Physical Address Line 2":"","Physical Address City":"Coal Center","Physical Address State":"PA ","Physical Address Zipcode":"15423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280670","School District Name":"Keystone Central CTC","Physical Address Line 1":"64 Keystone Central Drive","Physical Address Line 2":"","Physical Address City":"Mill Hall","Physical Address State":"PA ","Physical Address Zipcode":"17751","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280660","School District Name":"Indiana County Technology Center","Physical Address Line 1":"441 Hamill Rd","Physical Address Line 2":"","Physical Address City":"Indiana","Physical Address State":"PA ","Physical Address Zipcode":"15701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280630","School District Name":"Seneca Highlands Career and Technical Center","Physical Address Line 1":"219 Edison Bates Drive","Physical Address Line 2":"","Physical Address City":"Port Allegany","Physical Address State":"PA ","Physical Address Zipcode":"16743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4280620","School District Name":"Schuylkill Technology Centers","Physical Address Line 1":"15 Maple Avenue","Physical Address Line 2":"","Physical Address City":"Mar Lin","Physical Address State":"PA ","Physical Address Zipcode":"17951","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280590","School District Name":"North Montco Tech Career Center","Physical Address Line 1":"1265 Sumneytown Pike","Physical Address Line 2":"","Physical Address City":"Lansdale","Physical Address State":"PA ","Physical Address Zipcode":"19446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280570","School District Name":"Hazleton Area Career Center","Physical Address Line 1":"1451 W 23rd St","Physical Address Line 2":"","Physical Address City":"Hazle Twp","Physical Address State":"PA ","Physical Address Zipcode":"18202","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280560","School District Name":"Fayette County Career & Technical Institute","Physical Address Line 1":"175 Georges Fairchance Road","Physical Address Line 2":"","Physical Address City":"Uniontown","Physical Address State":"PA ","Physical Address Zipcode":"15401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280530","School District Name":"Central PA Institute of Science & Technology","Physical Address Line 1":"540 North Harrison Road","Physical Address Line 2":"","Physical Address City":"Pleasant Gap","Physical Address State":"PA ","Physical Address Zipcode":"16823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280520","School District Name":"Butler County AVTS","Physical Address Line 1":"210 Campus Lane","Physical Address Line 2":"","Physical Address City":"Butler","Physical Address State":"PA ","Physical Address Zipcode":"16001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280510","School District Name":"Northern Tier Career Center","Physical Address Line 1":"120 Career Center","Physical Address Line 2":"","Physical Address City":"Towanda","Physical Address State":"PA ","Physical Address Zipcode":"18848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280500","School District Name":"Beaver County CTC","Physical Address Line 1":"145 Poplar Avenue","Physical Address Line 2":"","Physical Address City":"Monaca","Physical Address State":"PA ","Physical Address Zipcode":"15061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280491","School District Name":"Northumberland County CTC","Physical Address Line 1":"1700-2000 West Montgomery Street","Physical Address Line 2":"","Physical Address City":"Coal Township","Physical Address State":"PA ","Physical Address Zipcode":"17866","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280490","School District Name":"Northern Westmoreland CTC","Physical Address Line 1":"705 Stevenson Boulevard","Physical Address Line 2":"","Physical Address City":"New Kensington","Physical Address State":"PA ","Physical Address Zipcode":"15068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280480","School District Name":"Eastern Westmoreland CTC","Physical Address Line 1":"4904 Route 982","Physical Address Line 2":"","Physical Address City":"Latrobe","Physical Address State":"PA ","Physical Address Zipcode":"15650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280470","School District Name":"Central Westmoreland CTC","Physical Address Line 1":"240 Arona Road","Physical Address Line 2":"","Physical Address City":"New Stanton","Physical Address State":"PA ","Physical Address Zipcode":"15672","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280460","School District Name":"Western Area CTC","Physical Address Line 1":"688 Western Avenue","Physical Address Line 2":"","Physical Address City":"Canonsburg","Physical Address State":"PA ","Physical Address Zipcode":"15317","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280450","School District Name":"Mon Valley CTC","Physical Address Line 1":"Five Guttman Avenue","Physical Address Line 2":"","Physical Address City":"Charleroi","Physical Address State":"PA ","Physical Address Zipcode":"15022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280440","School District Name":"Warren County AVTS","Physical Address Line 1":"347 East 5th Avenue","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"PA ","Physical Address Zipcode":"16365","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280430","School District Name":"Venango Technology Center","Physical Address Line 1":"One Vo Tech Drive","Physical Address Line 2":"","Physical Address City":"Oil City","Physical Address State":"PA ","Physical Address Zipcode":"16301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280420","School District Name":"SUN Area Technical Institute","Physical Address Line 1":"815 E Market St","Physical Address Line 2":"","Physical Address City":"New Berlin","Physical Address State":"PA ","Physical Address Zipcode":"17855","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4280400","School District Name":"Somerset County Technology Center","Physical Address Line 1":"281 Technology Drive","Physical Address Line 2":"","Physical Address City":"Somerset","Physical Address State":"PA ","Physical Address Zipcode":"15501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280380","School District Name":"Career Institute of Technology","Physical Address Line 1":"5335 Kesslersville Road","Physical Address Line 2":"","Physical Address City":"Easton","Physical Address State":"PA ","Physical Address Zipcode":"18040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280370","School District Name":"Bethlehem AVTS","Physical Address Line 1":"3300 Chester Avenue","Physical Address Line 2":"","Physical Address City":"Bethlehem","Physical Address State":"PA ","Physical Address Zipcode":"18020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280360","School District Name":"Western Montgomery CTC","Physical Address Line 1":"77 Graterford Road","Physical Address Line 2":"","Physical Address City":"Limerick","Physical Address State":"PA ","Physical Address Zipcode":"19468","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280340","School District Name":"Eastern Center for Arts & Technology","Physical Address Line 1":"3075 Terwood Rd","Physical Address Line 2":"","Physical Address City":"Willow Grove","Physical Address State":"PA ","Physical Address Zipcode":"19090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280330","School District Name":"Central Montco Technical High School","Physical Address Line 1":"821 Plymouth Road","Physical Address Line 2":"","Physical Address City":"Plymouth Meeting","Physical Address State":"PA ","Physical Address Zipcode":"19462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280320","School District Name":"Monroe Career & Tech Inst","Physical Address Line 1":"194 Laurel Lake Road","Physical Address Line 2":"","Physical Address City":"Bartonsville","Physical Address State":"PA ","Physical Address Zipcode":"18321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280310","School District Name":"Mercer County Career Center","Physical Address Line 1":"776 Greenville Road","Physical Address Line 2":"","Physical Address City":"Mercer","Physical Address State":"PA ","Physical Address Zipcode":"16137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280300","School District Name":"Wilkes-Barre Area CTC","Physical Address Line 1":"Jumper Road Plains Township","Physical Address Line 2":"","Physical Address City":"Wilkes-Barre","Physical Address State":"PA ","Physical Address Zipcode":"18705","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280290","School District Name":"Lehigh Career & Technical Institute","Physical Address Line 1":"4500 Education Park Drive","Physical Address Line 2":"","Physical Address City":"Schnecksville","Physical Address State":"PA ","Physical Address Zipcode":"18078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280280","School District Name":"Lebanon County CTC","Physical Address Line 1":"833 Metro Drive","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"PA ","Physical Address Zipcode":"17042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280270","School District Name":"Lancaster County CTC","Physical Address Line 1":"1730 Hans Herr Drive","Physical Address Line 2":"","Physical Address City":"Willow Street","Physical Address State":"PA ","Physical Address Zipcode":"17584","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280260","School District Name":"CTC of Lackawanna County","Physical Address Line 1":"3201 Rockwell Avenue","Physical Address Line 2":"","Physical Address City":"Scranton","Physical Address State":"PA ","Physical Address Zipcode":"18508","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280250","School District Name":"Huntingdon County CTC","Physical Address Line 1":"11893 Technology Drive","Physical Address Line 2":"","Physical Address City":"Mill Creek","Physical Address State":"PA ","Physical Address Zipcode":"17060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4280240","School District Name":"Greene County CTC","Physical Address Line 1":"60 Zimmerman Drive","Physical Address Line 2":"","Physical Address City":"Waynesburg","Physical Address State":"PA ","Physical Address Zipcode":"15370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280230","School District Name":"Franklin County CTC","Physical Address Line 1":"2463 Loop Road","Physical Address Line 2":"","Physical Address City":"Chambersburg","Physical Address State":"PA ","Physical Address Zipcode":"17202","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280220","School District Name":"Connellsville Area Career & Technical Center","Physical Address Line 1":"720 Locust Street","Physical Address Line 2":"","Physical Address City":"Connellsville","Physical Address State":"PA ","Physical Address Zipcode":"15425","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280210","School District Name":"Erie County Technical School","Physical Address Line 1":"8500 Oliver Road","Physical Address Line 2":"","Physical Address City":"Erie","Physical Address State":"PA ","Physical Address Zipcode":"16509","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280200","School District Name":"Delaware County Technical High School","Physical Address Line 1":"100 Crozerville Road","Physical Address Line 2":"","Physical Address City":"Aston","Physical Address State":"PA ","Physical Address Zipcode":"19014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280180","School District Name":"Cumberland Perry AVTS","Physical Address Line 1":"110 Old Willow Mill Rd","Physical Address Line 2":"","Physical Address City":"Mechanicsburg","Physical Address State":"PA ","Physical Address Zipcode":"17050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280170","School District Name":"Crawford County CTC","Physical Address Line 1":"860 Thurston Road","Physical Address Line 2":"","Physical Address City":"Meadville","Physical Address State":"PA ","Physical Address Zipcode":"16335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280160","School District Name":"Clearfield County CTC","Physical Address Line 1":"1620 River Road","Physical Address Line 2":"","Physical Address City":"Clearfield","Physical Address State":"PA ","Physical Address Zipcode":"16830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280150","School District Name":"Clarion County Career Center","Physical Address Line 1":"447 Career Lane","Physical Address Line 2":"","Physical Address City":"Shippenville","Physical Address State":"PA ","Physical Address Zipcode":"16254","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280130","School District Name":"Carbon Career & Technical Institute","Physical Address Line 1":"150 West 13th Street","Physical Address Line 2":"","Physical Address City":"Jim Thorpe","Physical Address State":"PA ","Physical Address Zipcode":"18229","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280120","School District Name":"Admiral Peary AVTS","Physical Address Line 1":"948 Ben Franklin Highway","Physical Address Line 2":"","Physical Address City":"Ebensburg","Physical Address State":"PA ","Physical Address Zipcode":"15931","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280110","School District Name":"Upper Bucks County Technical School","Physical Address Line 1":"3115 Ridge Road","Physical Address Line 2":"","Physical Address City":"Perkasie","Physical Address State":"PA ","Physical Address Zipcode":"18944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280100","School District Name":"Middle Bucks Institute of Technology","Physical Address Line 1":"2740 York Road","Physical Address Line 2":"","Physical Address City":"Jamison","Physical Address State":"PA ","Physical Address Zipcode":"18929","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280090","School District Name":"Bucks County Technical High School","Physical Address Line 1":"610 Wistar Road","Physical Address Line 2":"","Physical Address City":"Fairless Hills","Physical Address State":"PA ","Physical Address Zipcode":"19030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280080","School District Name":"Greater Altoona CTC","Physical Address Line 1":"1500 4th Avenue","Physical Address Line 2":"","Physical Address City":"Altoona","Physical Address State":"PA ","Physical Address Zipcode":"16602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280070","School District Name":"Reading Muhlenberg CTC","Physical Address Line 1":"2615 Warren Road","Physical Address Line 2":"","Physical Address City":"Reading","Physical Address State":"PA ","Physical Address Zipcode":"19604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280060","School District Name":"Berks CTC","Physical Address Line 1":"1057 County Welfare Road","Physical Address Line 2":"","Physical Address City":"Leesport","Physical Address State":"PA ","Physical Address Zipcode":"19533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280050","School District Name":"Steel Center for Career and Technical Education","Physical Address Line 1":"565 N. Lewis Run Road","Physical Address Line 2":"","Physical Address City":"Jefferson Hills","Physical Address State":"PA ","Physical Address Zipcode":"15025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280040","School District Name":"Parkway West CTC","Physical Address Line 1":"7101 Steubenville Pike","Physical Address Line 2":"","Physical Address City":"Oakdale","Physical Address State":"PA ","Physical Address Zipcode":"15071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280030","School District Name":"McKeesport Area Tech Ctr","Physical Address Line 1":"1960 Eden Park Boulevard","Physical Address Line 2":"","Physical Address City":"McKeesport","Physical Address State":"PA ","Physical Address Zipcode":"15132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280020","School District Name":"Forbes Road CTC","Physical Address Line 1":"607 Beatty Road","Physical Address Line 2":"","Physical Address City":"Monroeville","Physical Address State":"PA ","Physical Address Zipcode":"15146","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4280010","School District Name":"A W Beattie Career Center","Physical Address Line 1":"9600 Babcock Boulevard","Physical Address Line 2":"","Physical Address City":"Allison Park","Physical Address State":"PA ","Physical Address Zipcode":"15101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4226850","School District Name":"York Suburban SD","Physical Address Line 1":"1800 Hollywood Dr","Physical Address Line 2":"","Physical Address City":"York","Physical Address State":"PA ","Physical Address Zipcode":"17403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05248091603053435,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4226820","School District Name":"York City SD","Physical Address Line 1":"31 N Pershing Avenue","Physical Address Line 2":"","Physical Address City":"York","Physical Address State":"PA ","Physical Address Zipcode":"17401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2138372373822748,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4226810","School District Name":"York Co School of Technology","Physical Address Line 1":"2179 South Queen Street","Physical Address Line 2":"","Physical Address City":"York","Physical Address State":"PA ","Physical Address Zipcode":"17402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4226760","School District Name":"Wyomissing Area SD","Physical Address Line 1":"630 Evans Ave","Physical Address Line 2":"","Physical Address City":"Wyomissing","Physical Address State":"PA ","Physical Address Zipcode":"19610","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08391608391608392,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4226730","School District Name":"Wyoming Area SD","Physical Address Line 1":"252 Memorial St","Physical Address Line 2":"","Physical Address City":"Exeter","Physical Address State":"PA ","Physical Address Zipcode":"18643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17335834896810506,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4226700","School District Name":"Wyalusing Area SD","Physical Address Line 1":"11450 Wyalusing New Albany Road","Physical Address Line 2":"","Physical Address City":"Wyalusing","Physical Address State":"PA ","Physical Address Zipcode":"18853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09887798036465638,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4226610","School District Name":"Windber Area SD","Physical Address Line 1":"2301 Graham Ave","Physical Address Line 2":"","Physical Address City":"Windber","Physical Address State":"PA ","Physical Address Zipcode":"15963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1598890942698706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4226580","School District Name":"Wilson SD","Physical Address Line 1":"2601 Grandview Blvd","Physical Address Line 2":"","Physical Address City":"West Lawn","Physical Address State":"PA ","Physical Address Zipcode":"19609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06392251815980629,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4226550","School District Name":"Wilson Area SD","Physical Address Line 1":"2040 Washington Blvd","Physical Address Line 2":"","Physical Address City":"Easton","Physical Address State":"PA ","Physical Address Zipcode":"18042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11592994161801501,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4226520","School District Name":"Wilmington Area SD","Physical Address Line 1":"300 Wood St","Physical Address Line 2":"","Physical Address City":"New Wilmington","Physical Address State":"PA ","Physical Address Zipcode":"16142","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15073313782991202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4226460","School District Name":"Williamsport Area SD","Physical Address Line 1":"2780 West Fourth Street","Physical Address Line 2":"","Physical Address City":"Williamsport","Physical Address State":"PA ","Physical Address Zipcode":"17701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.24139142656359802,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4226430","School District Name":"Williamsburg Community SD","Physical Address Line 1":"515 W 3rd St","Physical Address Line 2":"","Physical Address City":"Williamsburg","Physical Address State":"PA ","Physical Address Zipcode":"16693","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10175438596491228,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4226400","School District Name":"Williams Valley SD","Physical Address Line 1":"10330 State Route 209","Physical Address Line 2":"","Physical Address City":"Tower City","Physical Address State":"PA ","Physical Address Zipcode":"17980","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15311418685121106,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4226390","School District Name":"William Penn SD","Physical Address Line 1":"100 Green Avenue Annex","Physical Address Line 2":"","Physical Address City":"Lansdowne","Physical Address State":"PA ","Physical Address Zipcode":"19050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15704734615909402,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4226370","School District Name":"Wilkinsburg Borough SD","Physical Address Line 1":"718 Wallace Ave","Physical Address Line 2":"","Physical Address City":"Wilkinsburg","Physical Address State":"PA ","Physical Address Zipcode":"15221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3248836006207967,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4226300","School District Name":"Wilkes-Barre Area SD","Physical Address Line 1":"730 S Main St","Physical Address Line 2":"","Physical Address City":"Wilkes Barre","Physical Address State":"PA ","Physical Address Zipcode":"18711","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3183632734530938,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4226250","School District Name":"Whitehall-Coplay SD","Physical Address Line 1":"2940 MacArthur Rd","Physical Address Line 2":"","Physical Address City":"Whitehall","Physical Address State":"PA ","Physical Address Zipcode":"18052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15291622481442205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4226130","School District Name":"Westmont Hilltop SD","Physical Address Line 1":"222 Fair Oaks Drive","Physical Address Line 2":"","Physical Address City":"Johnstown","Physical Address State":"PA ","Physical Address Zipcode":"15905","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10682819383259912,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4226070","School District Name":"Western Wayne SD","Physical Address Line 1":"1970C Easton Turnpike","Physical Address Line 2":"","Physical Address City":"Lake Ariel","Physical Address State":"PA ","Physical Address Zipcode":"18436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13687286897223574,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4226040","School District Name":"Western Beaver County SD","Physical Address Line 1":"343 Ridgemont Dr","Physical Address Line 2":"","Physical Address City":"Midland","Physical Address State":"PA ","Physical Address Zipcode":"15059","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10133333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4226010","School District Name":"Mifflinburg Area SD","Physical Address Line 1":"178 Maple St","Physical Address Line 2":"","Physical Address City":"Mifflinburg","Physical Address State":"PA ","Physical Address Zipcode":"17844","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1119584055459272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4225980","School District Name":"West York Area SD","Physical Address Line 1":"1891 Loucks Rd","Physical Address Line 2":"Suite 100","Physical Address City":"York","Physical Address State":"PA ","Physical Address Zipcode":"17408","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08228018284485077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4225950","School District Name":"Wyoming Valley West SD","Physical Address Line 1":"450 N Maple Ave","Physical Address Line 2":"","Physical Address City":"Kingston","Physical Address State":"PA ","Physical Address Zipcode":"18704","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2758736559139785,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4225870","School District Name":"West Side CTC","Physical Address Line 1":"75 Evans Street","Physical Address Line 2":"Pringle Borough","Physical Address City":"Kingston","Physical Address State":"PA ","Physical Address Zipcode":"18704","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4225830","School District Name":"West Shore SD","Physical Address Line 1":"507 Fishing Creek Rd","Physical Address Line 2":"","Physical Address City":"Lewisberry","Physical Address State":"PA ","Physical Address Zipcode":"17339","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07285471537807986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4225740","School District Name":"West Perry SD","Physical Address Line 1":"2606 Shermans Valley Road","Physical Address Line 2":"","Physical Address City":"Elliottsburg","Physical Address State":"PA ","Physical Address Zipcode":"17024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10709951456310679,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4225680","School District Name":"West Mifflin Area SD","Physical Address Line 1":"1020 Lebanon Road","Physical Address Line 2":"Suite 250","Physical Address City":"West Mifflin","Physical Address State":"PA ","Physical Address Zipcode":"15122","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17055593685655457,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4225650","School District Name":"West Middlesex Area SD","Physical Address Line 1":"3591 Sharon Rd Luther Low Bldg","Physical Address Line 2":"","Physical Address City":"West Middlesex","Physical Address State":"PA ","Physical Address Zipcode":"16159","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.157487922705314,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4225590","School District Name":"West Jefferson Hills SD","Physical Address Line 1":"830 Old Clairton Rd","Physical Address Line 2":"","Physical Address City":"Jefferson Hills","Physical Address State":"PA ","Physical Address Zipcode":"15025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04946866984243312,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4225440","School District Name":"West Greene SD","Physical Address Line 1":"1367 Hargus Creek Road","Physical Address Line 2":"","Physical Address City":"Waynesburg","Physical Address State":"PA ","Physical Address Zipcode":"15370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12857142857142856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4225290","School District Name":"West Chester Area SD","Physical Address Line 1":"782 Springdale Drive","Physical Address Line 2":"","Physical Address City":"Exton","Physical Address State":"PA ","Physical Address Zipcode":"19341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03541059988351777,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4225230","School District Name":"West Branch Area SD","Physical Address Line 1":"516 Allport Cutoff","Physical Address Line 2":"","Physical Address City":"Morrisdale","Physical Address State":"PA ","Physical Address Zipcode":"16858","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.148975791433892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4225200","School District Name":"West Allegheny SD","Physical Address Line 1":"110 Bruno Lane","Physical Address Line 2":"","Physical Address City":"Imperial","Physical Address State":"PA ","Physical Address Zipcode":"15126","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05719673161533627,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4225170","School District Name":"Wellsboro Area SD","Physical Address Line 1":"227 Nichols Street","Physical Address Line 2":"","Physical Address City":"Wellsboro","Physical Address State":"PA ","Physical Address Zipcode":"16901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1422740524781341,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4225140","School District Name":"Weatherly Area SD","Physical Address Line 1":"602 6th St","Physical Address Line 2":"","Physical Address City":"Weatherly","Physical Address State":"PA ","Physical Address Zipcode":"18255","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12076583210603829,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4225110","School District Name":"Waynesboro Area SD","Physical Address Line 1":"210 Clayton Ave","Physical Address Line 2":"","Physical Address City":"Waynesboro","Physical Address State":"PA ","Physical Address Zipcode":"17268","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11316089767972613,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4225080","School District Name":"Wattsburg Area SD","Physical Address Line 1":"10782 Wattsburg Road","Physical Address Line 2":"","Physical Address City":"Erie","Physical Address State":"PA ","Physical Address Zipcode":"16509","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09069493521790342,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224990","School District Name":"Washington SD","Physical Address Line 1":"311 Allison Ave","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"PA ","Physical Address Zipcode":"15301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22643614054657,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4224970","School District Name":"Wayne Highlands SD","Physical Address Line 1":"474 Grove St","Physical Address Line 2":"","Physical Address City":"Honesdale","Physical Address State":"PA ","Physical Address Zipcode":"18431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1389817911557042,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224960","School District Name":"Warwick SD","Physical Address Line 1":"301 W Orange St","Physical Address Line 2":"","Physical Address City":"Lititz","Physical Address State":"PA ","Physical Address Zipcode":"17543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0490301724137931,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224870","School District Name":"Warrior Run SD","Physical Address Line 1":"4800 Susquehanna Trail","Physical Address Line 2":"","Physical Address City":"Turbotville","Physical Address State":"PA ","Physical Address Zipcode":"17772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11792677127912506,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4224820","School District Name":"Warren County SD","Physical Address Line 1":"6820 Market Street","Physical Address Line 2":"","Physical Address City":"Russell","Physical Address State":"PA ","Physical Address Zipcode":"16345","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15255255255255254,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224790","School District Name":"Wallingford-Swarthmore SD","Physical Address Line 1":"200 S Providence Rd","Physical Address Line 2":"","Physical Address City":"Wallingford","Physical Address State":"PA ","Physical Address Zipcode":"19086","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03096392030156166,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224750","School District Name":"Wallenpaupack Area SD","Physical Address Line 1":"2552 Route 6","Physical Address Line 2":"","Physical Address City":"Hawley","Physical Address State":"PA ","Physical Address Zipcode":"18428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14108313211452225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4224650","School District Name":"Valley View SD","Physical Address Line 1":"1 Columbus Dr","Physical Address Line 2":"","Physical Address City":"Archbald","Physical Address State":"PA ","Physical Address Zipcode":"18403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10579345088161209,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224630","School District Name":"Valley Grove SD","Physical Address Line 1":"429 Wiley Ave","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"PA ","Physical Address Zipcode":"16323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19909502262443438,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224570","School District Name":"Upper Saint Clair SD","Physical Address Line 1":"1775 McLaughlin Run Road","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02130822596630327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224540","School District Name":"Upper Perkiomen SD","Physical Address Line 1":"2229 East Buck Rd Suite 1","Physical Address Line 2":"","Physical Address City":"Pennsburg","Physical Address State":"PA ","Physical Address Zipcode":"18073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05250596658711217,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224510","School District Name":"Upper Moreland Township SD","Physical Address Line 1":"2900 Terwood Rd","Physical Address Line 2":"","Physical Address City":"Willow Grove","Physical Address State":"PA ","Physical Address Zipcode":"19090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04771260174010665,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224480","School District Name":"Upper Merion Area SD","Physical Address Line 1":"435 Crossfield Rd","Physical Address Line 2":"","Physical Address City":"King of Prussia","Physical Address State":"PA ","Physical Address Zipcode":"19406","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.057692307692307696,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224390","School District Name":"Upper Dublin SD","Physical Address Line 1":"1580 Fort Washington Ave","Physical Address Line 2":"","Physical Address City":"Maple Glen","Physical Address State":"PA ","Physical Address Zipcode":"19002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.022082018927444796,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224360","School District Name":"Upper Dauphin Area SD","Physical Address Line 1":"5668 State Route 209","Physical Address Line 2":"","Physical Address City":"Lykens","Physical Address State":"PA ","Physical Address Zipcode":"17048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1368421052631579,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224320","School District Name":"Upper Darby SD","Physical Address Line 1":"4611 Bond Ave","Physical Address Line 2":"","Physical Address City":"Drexel Hill","Physical Address State":"PA ","Physical Address Zipcode":"19026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14922546167895556,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224300","School District Name":"Upper Adams SD","Physical Address Line 1":"161 North Main Street","Physical Address Line 2":"","Physical Address City":"Biglerville","Physical Address State":"PA ","Physical Address Zipcode":"17307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10483870967741936,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224240","School District Name":"United SD","Physical Address Line 1":"10780 Route 56 East","Physical Address Line 2":"","Physical Address City":"Armagh","Physical Address State":"PA ","Physical Address Zipcode":"15920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10483870967741936,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4224210","School District Name":"Unionville-Chadds Ford SD","Physical Address Line 1":"740 Unionville Road","Physical Address Line 2":"","Physical Address City":"Kennett Square","Physical Address State":"PA ","Physical Address Zipcode":"19348","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.020860495436766623,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224150","School District Name":"Uniontown Area SD","Physical Address Line 1":"205 Wilson Avenue","Physical Address Line 2":"","Physical Address City":"Uniontown","Physical Address State":"PA ","Physical Address Zipcode":"15401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.24698029243483788,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4224120","School District Name":"Union SD","Physical Address Line 1":"354 Baker Street Ste 2","Physical Address Line 2":"","Physical Address City":"Rimersburg","Physical Address State":"PA ","Physical Address Zipcode":"16248","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19458544839255498,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4224090","School District Name":"Union City Area SD","Physical Address Line 1":"107 Concord St","Physical Address Line 2":"","Physical Address City":"Union City","Physical Address State":"PA ","Physical Address Zipcode":"16438","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18437225636523266,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224060","School District Name":"Union Area SD","Physical Address Line 1":"2106 Camden Avenue","Physical Address Line 2":"","Physical Address City":"New Castle","Physical Address State":"PA ","Physical Address Zipcode":"16101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17510259917920656,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224030","School District Name":"Tyrone Area SD","Physical Address Line 1":"701 Clay Avenue","Physical Address Line 2":"","Physical Address City":"Tyrone","Physical Address State":"PA ","Physical Address Zipcode":"16686","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14074074074074075,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4224000","School District Name":"Twin Valley SD","Physical Address Line 1":"4851 N. Twin Valley Road","Physical Address Line 2":"","Physical Address City":"Elverson","Physical Address State":"PA ","Physical Address Zipcode":"19520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07985562824272502,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4223970","School District Name":"Tussey Mountain SD","Physical Address Line 1":"199 Front Street","Physical Address Line 2":"","Physical Address City":"Saxton","Physical Address State":"PA ","Physical Address Zipcode":"16678","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14427860696517414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4223880","School District Name":"Turkeyfoot Valley Area SD","Physical Address Line 1":"172 Turkeyfoot Rd","Physical Address Line 2":"","Physical Address City":"Confluence","Physical Address State":"PA ","Physical Address Zipcode":"15424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17543859649122806,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4223850","School District Name":"Tunkhannock Area SD","Physical Address Line 1":"41 Philadelphia Ave","Physical Address Line 2":"","Physical Address City":"Tunkhannock","Physical Address State":"PA ","Physical Address Zipcode":"18657","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12428734321550741,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4223820","School District Name":"Tulpehocken Area SD","Physical Address Line 1":"27 Rehrersburg Road","Physical Address Line 2":"","Physical Address City":"Bethel","Physical Address State":"PA ","Physical Address Zipcode":"19507","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0889390519187359,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4223790","School District Name":"Troy Area SD","Physical Address Line 1":"68 Fenner Ave","Physical Address Line 2":"","Physical Address City":"Troy","Physical Address State":"PA ","Physical Address Zipcode":"16947","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1257328990228013,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4223760","School District Name":"Trinity Area SD","Physical Address Line 1":"231 Park Ave","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"PA ","Physical Address Zipcode":"15301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1013317892298784,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4223700","School District Name":"Tri-Valley SD","Physical Address Line 1":"110 W Main St","Physical Address Line 2":"","Physical Address City":"Valley View","Physical Address State":"PA ","Physical Address Zipcode":"17983","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09307359307359307,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4223640","School District Name":"Tredyffrin-Easttown SD","Physical Address Line 1":"West Valley Business Center","Physical Address Line 2":"940 West Valley Road Suite 1700","Physical Address City":"Wayne","Physical Address State":"PA ","Physical Address Zipcode":"19087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.022700119474313024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4223550","School District Name":"Towanda Area SD","Physical Address Line 1":"410 State St","Physical Address Line 2":"","Physical Address City":"Towanda","Physical Address State":"PA ","Physical Address Zipcode":"18848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13589274832419257,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4223490","School District Name":"Titusville Area SD","Physical Address Line 1":"301 E Spruce St","Physical Address Line 2":"","Physical Address City":"Titusville","Physical Address State":"PA ","Physical Address Zipcode":"16354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23281703775411422,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4223250","School District Name":"Riverside SD","Physical Address Line 1":"300 Davis St","Physical Address Line 2":"","Physical Address City":"Taylor","Physical Address State":"PA ","Physical Address Zipcode":"18517","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15371428571428572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4223220","School District Name":"Tamaqua Area SD","Physical Address Line 1":"138 West Broad St","Physical Address Line 2":"","Physical Address City":"Tamaqua","Physical Address State":"PA ","Physical Address Zipcode":"18252","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16972878390201224,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4223040","School District Name":"Susquenita SD","Physical Address Line 1":"Susquenita School District D.O.","Physical Address Line 2":"1725 Schoolhouse Rd","Physical Address City":"Duncannon","Physical Address State":"PA ","Physical Address Zipcode":"17020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10277078085642317,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4223010","School District Name":"Susquehanna Township SD","Physical Address Line 1":"2579 Interstate Drive","Physical Address Line 2":"","Physical Address City":"Harrisburg","Physical Address State":"PA ","Physical Address Zipcode":"17110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11979022909191278,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222980","School District Name":"Susquehanna Community SD","Physical Address Line 1":"3192 Turnpike St.","Physical Address Line 2":"","Physical Address City":"Susquehanna","Physical Address State":"PA ","Physical Address Zipcode":"18847","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21279761904761904,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4222920","School District Name":"Sullivan County SD","Physical Address Line 1":"777 South Street","Physical Address Line 2":"","Physical Address City":"Laporte","Physical Address State":"PA ","Physical Address Zipcode":"18626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16546762589928057,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4222860","School District Name":"Stroudsburg Area SD","Physical Address Line 1":"123 Linden St","Physical Address Line 2":"","Physical Address City":"Stroudsburg","Physical Address State":"PA ","Physical Address Zipcode":"18360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11656192986012569,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222830","School District Name":"Sto-Rox SD","Physical Address Line 1":"298 Ewing Road","Physical Address Line 2":"","Physical Address City":"McKees Rocks","Physical Address State":"PA ","Physical Address Zipcode":"15136","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.30581717451523543,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4222800","School District Name":"Steelton-Highspire SD","Physical Address Line 1":"250 Reynders St","Physical Address Line 2":"","Physical Address City":"Steelton","Physical Address State":"PA ","Physical Address Zipcode":"17113","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.27212681638044917,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4222790","School District Name":"Steel Valley SD","Physical Address Line 1":"220 E Oliver Rd","Physical Address Line 2":"","Physical Address City":"Munhall","Physical Address State":"PA ","Physical Address Zipcode":"15120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18902720147533425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222770","School District Name":"State College Area SD","Physical Address Line 1":"240 Villa Crest Dr","Physical Address Line 2":"","Physical Address City":"State College","Physical Address State":"PA ","Physical Address Zipcode":"16801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.05201059475078257,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222740","School District Name":"Tuscarora SD","Physical Address Line 1":"100 W Seminary St","Physical Address Line 2":"","Physical Address City":"Mercersburg","Physical Address State":"PA ","Physical Address Zipcode":"17236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09657228017883755,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4222710","School District Name":"Saint Clair Area SD","Physical Address Line 1":"227 S Mill St","Physical Address Line 2":"","Physical Address City":"Saint Clair","Physical Address State":"PA ","Physical Address Zipcode":"17970","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18835616438356165,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222620","School District Name":"Springfield Township SD","Physical Address Line 1":"1901 E Paper Mill Rd","Physical Address Line 2":"","Physical Address City":"Oreland","Physical Address State":"PA ","Physical Address Zipcode":"19075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030052840158520475,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222600","School District Name":"Springfield SD","Physical Address Line 1":"111 W Leamy Ave","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"PA ","Physical Address Zipcode":"19064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03441295546558704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222590","School District Name":"Spring Grove Area SD","Physical Address Line 1":"100 E College Ave","Physical Address Line 2":"","Physical Address City":"Spring Grove","Physical Address State":"PA ","Physical Address Zipcode":"17362","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05657093124456049,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222560","School District Name":"Spring-Ford Area SD","Physical Address Line 1":"857 South Lewis Road","Physical Address Line 2":"","Physical Address City":"Royersford","Physical Address State":"PA ","Physical Address Zipcode":"19468","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029842588543944032,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222530","School District Name":"Spring Cove SD","Physical Address Line 1":"1100 E Main Street","Physical Address Line 2":"","Physical Address City":"Roaring Spring","Physical Address State":"PA ","Physical Address Zipcode":"16673","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09980897803247374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222470","School District Name":"South Western SD","Physical Address Line 1":"225 Bowman Rd","Physical Address Line 2":"","Physical Address City":"Hanover","Physical Address State":"PA ","Physical Address Zipcode":"17331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.047640249332146035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222440","School District Name":"Seneca Valley SD","Physical Address Line 1":"124 Seneca School Rd","Physical Address Line 2":"","Physical Address City":"Harmony","Physical Address State":"PA ","Physical Address Zipcode":"16037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.033753148614609575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222410","School District Name":"Southmoreland SD","Physical Address Line 1":"200 Scottie Way","Physical Address Line 2":"","Physical Address City":"Scottdale","Physical Address State":"PA ","Physical Address Zipcode":"15683","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12099276111685625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222400","School District Name":"Southeast Delco SD","Physical Address Line 1":"1560 Delmar Drive","Physical Address Line 2":"","Physical Address City":"Folcroft","Physical Address State":"PA ","Physical Address Zipcode":"19032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16048237476808905,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222380","School District Name":"Southern York County SD","Physical Address Line 1":"3280 Fissels Church Rd","Physical Address Line 2":"","Physical Address City":"Glen Rock","Physical Address State":"PA ","Physical Address Zipcode":"17327","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04930575233777274,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222370","School District Name":"Southern Tioga SD","Physical Address Line 1":"310 Morris Street","Physical Address Line 2":"","Physical Address City":"Blossburg","Physical Address State":"PA ","Physical Address Zipcode":"16912","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14488117001828155,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4222350","School District Name":"Southern Lehigh SD","Physical Address Line 1":"5775 Main St","Physical Address Line 2":"","Physical Address City":"Center Valley","Physical Address State":"PA ","Physical Address Zipcode":"18034","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06270010672358592,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222320","School District Name":"Southern Huntingdon County SD","Physical Address Line 1":"10339 Pogue Road","Physical Address Line 2":"","Physical Address City":"Three Springs","Physical Address State":"PA ","Physical Address Zipcode":"17264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1086048454469507,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4222290","School District Name":"Southern Fulton SD","Physical Address Line 1":"3072 Great Cove Rd","Physical Address Line 2":"Suite 100","Physical Address City":"Warfordsburg","Physical Address State":"PA ","Physical Address Zipcode":"17267","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13468414779499405,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4222260","School District Name":"Southern Columbia Area SD","Physical Address Line 1":"800 Southern Drive","Physical Address Line 2":"","Physical Address City":"Catawissa","Physical Address State":"PA ","Physical Address Zipcode":"17820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07422133863485753,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222230","School District Name":"South Side Area SD","Physical Address Line 1":"4949 State Route 151","Physical Address Line 2":"","Physical Address City":"Hookstown","Physical Address State":"PA ","Physical Address Zipcode":"15050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06896551724137931,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4222200","School District Name":"Southeastern Greene SD","Physical Address Line 1":"1000 Mapletown Rd","Physical Address Line 2":"","Physical Address City":"Greensboro","Physical Address State":"PA ","Physical Address Zipcode":"15338","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18301610541727673,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4222170","School District Name":"South Eastern SD","Physical Address Line 1":"377 Main St","Physical Address Line 2":"","Physical Address City":"Fawn Grove","Physical Address State":"PA ","Physical Address Zipcode":"17321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05317139001349527,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4222140","School District Name":"South Williamsport Area SD","Physical Address Line 1":"515 W Central Ave","Physical Address Line 2":"","Physical Address City":"South Williamsport","Physical Address State":"PA ","Physical Address Zipcode":"17702","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1380543633762518,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222060","School District Name":"South Park SD","Physical Address Line 1":"2005 Eagle Ridge Rd","Physical Address Line 2":"","Physical Address City":"South Park","Physical Address State":"PA ","Physical Address Zipcode":"15129","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07149576669802446,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4222050","School District Name":"South Middleton SD","Physical Address Line 1":"Administration Office Suite 100","Physical Address Line 2":"4 Academy Street","Physical Address City":"Boiling Springs","Physical Address State":"PA ","Physical Address Zipcode":"17007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0641410352588147,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4221930","School District Name":"South Butler County SD","Physical Address Line 1":"328 Knoch Rd","Physical Address Line 2":"","Physical Address City":"Saxonburg","Physical Address State":"PA ","Physical Address Zipcode":"16056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06666666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4221910","School District Name":"South Allegheny SD","Physical Address Line 1":"2743 Washington Blvd","Physical Address Line 2":"","Physical Address City":"Mc Keesport","Physical Address State":"PA ","Physical Address Zipcode":"15133","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18089171974522292,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4221870","School District Name":"Souderton Area SD","Physical Address Line 1":"760 Lower Road","Physical Address Line 2":"","Physical Address City":"Souderton","Physical Address State":"PA ","Physical Address Zipcode":"18964","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03790547928562751,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4221840","School District Name":"Somerset Area SD","Physical Address Line 1":"645 S Columbia Ave Ste 110","Physical Address Line 2":"","Physical Address City":"Somerset","Physical Address State":"PA ","Physical Address Zipcode":"15501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4221810","School District Name":"Solanco SD","Physical Address Line 1":"121 S Hess St","Physical Address Line 2":"","Physical Address City":"Quarryville","Physical Address State":"PA ","Physical Address Zipcode":"17566","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16035162170354653,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4221690","School District Name":"Smethport Area SD","Physical Address Line 1":"414 S Mechanic St","Physical Address Line 2":"","Physical Address City":"Smethport","Physical Address State":"PA ","Physical Address Zipcode":"16749","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1627384960718294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4221660","School District Name":"Slippery Rock Area SD","Physical Address Line 1":"201 Kiester Rd","Physical Address Line 2":"","Physical Address City":"Slippery Rock","Physical Address State":"PA ","Physical Address Zipcode":"16057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08098271155595996,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4221570","School District Name":"Shippensburg Area SD","Physical Address Line 1":"317 N Morris St","Physical Address Line 2":"","Physical Address City":"Shippensburg","Physical Address State":"PA ","Physical Address Zipcode":"17257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10652765185856754,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4221540","School District Name":"Shikellamy SD","Physical Address Line 1":"200 Island Blvd","Physical Address Line 2":"","Physical Address City":"Sunbury","Physical Address State":"PA ","Physical Address Zipcode":"17801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1533578349482125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4221510","School District Name":"Shenango Area SD","Physical Address Line 1":"2501 Old Pittsburgh Rd","Physical Address Line 2":"","Physical Address City":"New Castle","Physical Address State":"PA ","Physical Address Zipcode":"16101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13355317394888705,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4221490","School District Name":"Shenandoah Valley SD","Physical Address Line 1":"805 West Centre Street","Physical Address Line 2":"","Physical Address City":"Shenandoah","Physical Address State":"PA ","Physical Address Zipcode":"17976","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30921619293712316,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4221420","School District Name":"Sharpsville Area SD","Physical Address Line 1":"1 Blue Devil Way","Physical Address Line 2":"","Physical Address City":"Sharpsville","Physical Address State":"PA ","Physical Address Zipcode":"16150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13853211009174313,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4221330","School District Name":"Sharon City SD","Physical Address Line 1":"215 Forker Blvd","Physical Address Line 2":"","Physical Address City":"Sharon","Physical Address State":"PA ","Physical Address Zipcode":"16146","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3134715025906736,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4221270","School District Name":"Shanksville-Stonycreek SD","Physical Address Line 1":"1325 Corner Stone Road","Physical Address Line 2":"","Physical Address City":"Shanksville","Physical Address State":"PA ","Physical Address Zipcode":"15560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11566265060240964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4221240","School District Name":"Shamokin Area SD","Physical Address Line 1":"2000 W State St","Physical Address Line 2":"","Physical Address City":"Coal Township","Physical Address State":"PA ","Physical Address Zipcode":"17866","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20165052027269464,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4221200","School District Name":"Shaler Area SD","Physical Address Line 1":"1800 Mount Royal Blvd","Physical Address Line 2":"","Physical Address City":"Glenshaw","Physical Address State":"PA ","Physical Address Zipcode":"15116","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07445368400696191,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4221180","School District Name":"Shade-Central City SD","Physical Address Line 1":"203 McGregor Avenue","Physical Address Line 2":"","Physical Address City":"Cairnbrook","Physical Address State":"PA ","Physical Address Zipcode":"15924","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12092130518234165,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4221150","School District Name":"Yough SD","Physical Address Line 1":"915 Lowber Rd","Physical Address Line 2":"","Physical Address City":"Herminie","Physical Address State":"PA ","Physical Address Zipcode":"15637","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09245283018867924,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4221120","School District Name":"Selinsgrove Area SD","Physical Address Line 1":"329 Seals Avenue","Physical Address Line 2":"","Physical Address City":"Selinsgrove","Physical Address State":"PA ","Physical Address Zipcode":"17870","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11124883792996591,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4221090","School District Name":"Scranton SD","Physical Address Line 1":"425 N Washington Ave","Physical Address Line 2":"","Physical Address City":"Scranton","Physical Address State":"PA ","Physical Address Zipcode":"18503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.23799757620956466,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4220970","School District Name":"Schuylkill Valley SD","Physical Address Line 1":"929 Lakeshore Drive","Physical Address Line 2":"","Physical Address City":"Leesport","Physical Address State":"PA ","Physical Address Zipcode":"19533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06504445484323819,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4220910","School District Name":"Schuylkill Haven Area SD","Physical Address Line 1":"501 East Main Street","Physical Address Line 2":"","Physical Address City":"Schuylkill Haven","Physical Address State":"PA ","Physical Address Zipcode":"17972","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11289198606271778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4220850","School District Name":"Sayre Area SD","Physical Address Line 1":"333 West Lockhart Street","Physical Address Line 2":"","Physical Address City":"Sayre","Physical Address State":"PA ","Physical Address Zipcode":"18840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12520593080724876,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4220760","School District Name":"Salisbury-Elk Lick SD","Physical Address Line 1":"196 Smith Avenue","Physical Address Line 2":"","Physical Address City":"Salisbury","Physical Address State":"PA ","Physical Address Zipcode":"15558","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3221476510067114,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4220730","School District Name":"Salisbury Township SD","Physical Address Line 1":"1140 Salisbury Rd","Physical Address Line 2":"","Physical Address City":"Allentown","Physical Address State":"PA ","Physical Address Zipcode":"18103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13932806324110672,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4220640","School District Name":"Saint Marys Area SD","Physical Address Line 1":"977 S Saint Marys Rd","Physical Address Line 2":"","Physical Address City":"Saint Marys","Physical Address State":"PA ","Physical Address Zipcode":"15857","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0813815005954744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4220580","School District Name":"South Fayette Township SD","Physical Address Line 1":"3680 Old Oakdale Rd","Physical Address Line 2":"","Physical Address City":"McDonald","Physical Address State":"PA ","Physical Address Zipcode":"15057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0272879932829555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4220550","School District Name":"Rose Tree Media SD","Physical Address Line 1":"308 N Olive St","Physical Address Line 2":"","Physical Address City":"Media","Physical Address State":"PA ","Physical Address Zipcode":"19063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02916409940439515,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4220520","School District Name":"Rockwood Area SD","Physical Address Line 1":"439 Somerset Ave","Physical Address Line 2":"","Physical Address City":"Rockwood","Physical Address State":"PA ","Physical Address Zipcode":"15557","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10054347826086957,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4220460","School District Name":"Rochester Area SD","Physical Address Line 1":"540 Reno St","Physical Address Line 2":"","Physical Address City":"Rochester","Physical Address State":"PA ","Physical Address Zipcode":"15074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14968152866242038,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4220430","School District Name":"Riverview SD","Physical Address Line 1":"701 10th St","Physical Address Line 2":"","Physical Address City":"Oakmont","Physical Address State":"PA ","Physical Address Zipcode":"15139","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10055350553505535,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4220400","School District Name":"Ringgold SD","Physical Address Line 1":"400 Main St","Physical Address Line 2":"","Physical Address City":"New Eagle","Physical Address State":"PA ","Physical Address Zipcode":"15067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1273792093704246,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4220370","School District Name":"Ridley SD","Physical Address Line 1":"901 Morton Ave Suite 100","Physical Address Line 2":"","Physical Address City":"Folsom","Physical Address State":"PA ","Physical Address Zipcode":"19033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08239277652370203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4220310","School District Name":"Ridgway Area SD","Physical Address Line 1":"62 School Dr","Physical Address Line 2":"","Physical Address City":"Ridgway","Physical Address State":"PA ","Physical Address Zipcode":"15853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11314984709480122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4220250","School District Name":"Richland SD","Physical Address Line 1":"One Academic Avenue Suite 200","Physical Address Line 2":"","Physical Address City":"Johnstown","Physical Address State":"PA ","Physical Address Zipcode":"15904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07369758576874205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4220220","School District Name":"Reynolds SD","Physical Address Line 1":"531 Reynolds Rd","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"PA ","Physical Address Zipcode":"16125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16576297443841984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4220130","School District Name":"Redbank Valley SD","Physical Address Line 1":"920 E Broad St","Physical Address Line 2":"","Physical Address City":"New Bethlehem","Physical Address State":"PA ","Physical Address Zipcode":"16242","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11837455830388692,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4220100","School District Name":"Red Lion Area SD","Physical Address Line 1":"Red Lion Area Education Center","Physical Address Line 2":"696 Delta Rd","Physical Address City":"Red Lion","Physical Address State":"PA ","Physical Address Zipcode":"17356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07165697674418604,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4220040","School District Name":"Reading SD","Physical Address Line 1":"800 Washington St","Physical Address Line 2":"","Physical Address City":"Reading","Physical Address State":"PA ","Physical Address Zipcode":"19601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.26427852911590477,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4219920","School District Name":"Radnor Township SD","Physical Address Line 1":"135 S Wayne Ave","Physical Address Line 2":"","Physical Address City":"Wayne","Physical Address State":"PA ","Physical Address Zipcode":"19087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03163771712158809,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4219890","School District Name":"Quakertown Community SD","Physical Address Line 1":"100 Commerce Drive","Physical Address Line 2":"","Physical Address City":"Quakertown","Physical Address State":"PA ","Physical Address Zipcode":"18951","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0525281400750402,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4219860","School District Name":"Quaker Valley SD","Physical Address Line 1":"100 Leetsdale Industrial Drive","Physical Address Line 2":"","Physical Address City":"Leetsdale","Physical Address State":"PA ","Physical Address Zipcode":"15056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05912596401028278,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4219830","School District Name":"Purchase Line SD","Physical Address Line 1":"16559 Route 286 Highway E","Physical Address Line 2":"","Physical Address City":"Commodore","Physical Address State":"PA ","Physical Address Zipcode":"15729","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16937799043062202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4219800","School District Name":"Punxsutawney Area SD","Physical Address Line 1":"300 Center St","Physical Address Line 2":"","Physical Address City":"Punxsutawney","Physical Address State":"PA ","Physical Address Zipcode":"15767","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1868781094527363,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4219710","School District Name":"Pottsville Area SD","Physical Address Line 1":"1501 W Laurel Blvd","Physical Address Line 2":"","Physical Address City":"Pottsville","Physical Address State":"PA ","Physical Address Zipcode":"17901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19707544034562977,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4219680","School District Name":"Pottstown SD","Physical Address Line 1":"230 Beech St","Physical Address Line 2":"","Physical Address City":"Pottstown","Physical Address State":"PA ","Physical Address Zipcode":"19464","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.16836445953593662,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4219650","School District Name":"Pottsgrove SD","Physical Address Line 1":"1301 Kauffman Rd","Physical Address Line 2":"","Physical Address City":"Pottstown","Physical Address State":"PA ","Physical Address Zipcode":"19464","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08792068875554396,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4219560","School District Name":"Portage Area SD","Physical Address Line 1":"84 Mountain Ave","Physical Address Line 2":"","Physical Address City":"Portage","Physical Address State":"PA ","Physical Address Zipcode":"15946","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11750599520383694,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4219530","School District Name":"Port Allegany SD","Physical Address Line 1":"20 Oak St","Physical Address Line 2":"","Physical Address City":"Port Allegany","Physical Address State":"PA ","Physical Address Zipcode":"16743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19792865362485615,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4219500","School District Name":"Pocono Mountain SD","Physical Address Line 1":"135 Pocono Mountain School Rd","Physical Address Line 2":"","Physical Address City":"Swiftwater","Physical Address State":"PA ","Physical Address Zipcode":"18370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15457413249211358,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4219470","School District Name":"Colonial SD","Physical Address Line 1":"230 Flourtown Rd","Physical Address Line 2":"","Physical Address City":"Plymouth Meeting","Physical Address State":"PA ","Physical Address Zipcode":"19462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03615054473423572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4219350","School District Name":"Plum Borough SD","Physical Address Line 1":"900 Elicker Road","Physical Address Line 2":"","Physical Address City":"Plum","Physical Address State":"PA ","Physical Address Zipcode":"15239","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05400864138262122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4219290","School District Name":"Pleasant Valley SD","Physical Address Line 1":"2233 Route 115","Physical Address Line 2":"Suite 100","Physical Address City":"Brodheadsville","Physical Address State":"PA ","Physical Address Zipcode":"18322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09324452901998097,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4219200","School District Name":"Pittston Area SD","Physical Address Line 1":"5 Stout St","Physical Address Line 2":"","Physical Address City":"Pittston","Physical Address State":"PA ","Physical Address Zipcode":"18640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18004676539360873,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4219170","School District Name":"Pittsburgh SD","Physical Address Line 1":"341 S Bellefield Ave","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15213","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.21246264940239043,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4219140","School District Name":"Pine Grove Area SD","Physical Address Line 1":"103 School St","Physical Address Line 2":"","Physical Address City":"Pine Grove","Physical Address State":"PA ","Physical Address Zipcode":"17963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10117384013415316,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4219050","School District Name":"Phoenixville Area SD","Physical Address Line 1":"386 City Line Ave","Physical Address Line 2":"","Physical Address City":"Phoenixville","Physical Address State":"PA ","Physical Address Zipcode":"19460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07562850612923333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4219020","School District Name":"Philipsburg-Osceola Area SD","Physical Address Line 1":"200 Short St","Physical Address Line 2":"","Physical Address City":"Philipsburg","Physical Address State":"PA ","Physical Address Zipcode":"16866","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14764397905759163,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218990","School District Name":"Philadelphia City SD","Physical Address Line 1":"440 North Broad Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.27688296906319176,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4218960","School District Name":"Peters Township SD","Physical Address Line 1":"631 E McMurray Rd","Physical Address Line 2":"","Physical Address City":"McMurray","Physical Address State":"PA ","Physical Address Zipcode":"15317","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02119292112737601,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218930","School District Name":"Perkiomen Valley SD","Physical Address Line 1":"3 Iron Bridge Dr","Physical Address Line 2":"","Physical Address City":"Collegeville","Physical Address State":"PA ","Physical Address Zipcode":"19426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03394412736557525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218900","School District Name":"Pequea Valley SD","Physical Address Line 1":"166 S New Holland Rd","Physical Address Line 2":"","Physical Address City":"Kinzers","Physical Address State":"PA ","Physical Address Zipcode":"17535","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12020261055912722,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218840","School District Name":"Pennsbury SD","Physical Address Line 1":"134 Yardley Ave","Physical Address Line 2":"","Physical Address City":"Fallsington","Physical Address State":"PA ","Physical Address Zipcode":"19058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04353021509047456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218810","School District Name":"Penns Valley Area SD","Physical Address Line 1":"4528 Penns Valley Road","Physical Address Line 2":"","Physical Address City":"Spring Mills","Physical Address State":"PA ","Physical Address Zipcode":"16875","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1658354114713217,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4218780","School District Name":"Penns Manor Area SD","Physical Address Line 1":"6003 Route 553 Hwy","Physical Address Line 2":"","Physical Address City":"Clymer","Physical Address State":"PA ","Physical Address Zipcode":"15728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12195121951219512,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4218750","School District Name":"Pennridge SD","Physical Address Line 1":"1200 N 5th St","Physical Address Line 2":"","Physical Address City":"Perkasie","Physical Address State":"PA ","Physical Address Zipcode":"18944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04669260700389105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218740","School District Name":"Penncrest SD","Physical Address Line 1":"18741 State Hwy 198","Physical Address Line 2":"","Physical Address City":"Saegertown","Physical Address State":"PA ","Physical Address Zipcode":"16433","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11562415380449499,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218660","School District Name":"Penn-Trafford SD","Physical Address Line 1":"1006 Harrison City-Export Rd","Physical Address Line 2":"","Physical Address City":"Harrison City","Physical Address State":"PA ","Physical Address Zipcode":"15636","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05292546734644331,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218630","School District Name":"Penn Manor SD","Physical Address Line 1":"2950 Charlestown Rd","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"PA ","Physical Address Zipcode":"17603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08211288464702979,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218590","School District Name":"Penn Hills SD","Physical Address Line 1":"260 Aster St","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15235","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1719688936019795,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218580","School District Name":"Penn-Delco SD","Physical Address Line 1":"2821 Concord Rd","Physical Address Line 2":"","Physical Address City":"Aston","Physical Address State":"PA ","Physical Address Zipcode":"19014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05198147195059187,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218570","School District Name":"Pen Argyl Area SD","Physical Address Line 1":"1620 Teels Rd","Physical Address Line 2":"","Physical Address City":"Pen Argyl","Physical Address State":"PA ","Physical Address Zipcode":"18072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0862603305785124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218510","School District Name":"Parkland SD","Physical Address Line 1":"1210 Springhouse Rd","Physical Address Line 2":"","Physical Address City":"Allentown","Physical Address State":"PA ","Physical Address Zipcode":"18104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07519692251328082,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218450","School District Name":"Panther Valley SD","Physical Address Line 1":"1 Panther Way","Physical Address Line 2":"","Physical Address City":"Lansford","Physical Address State":"PA ","Physical Address Zipcode":"18232","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2228637413394919,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4218390","School District Name":"Palmyra Area SD","Physical Address Line 1":"1125 Park Dr","Physical Address Line 2":"","Physical Address City":"Palmyra","Physical Address State":"PA ","Physical Address Zipcode":"17078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05774144098109351,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218360","School District Name":"Palmerton Area SD","Physical Address Line 1":"680 Fourth Street","Physical Address Line 2":"","Physical Address City":"Palmerton","Physical Address State":"PA ","Physical Address Zipcode":"18071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1000971817298348,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218330","School District Name":"Palisades SD","Physical Address Line 1":"39 Thomas Free Dr","Physical Address Line 2":"","Physical Address City":"Kintnersville","Physical Address State":"PA ","Physical Address Zipcode":"18930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05800575263662512,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4218300","School District Name":"Oxford Area SD","Physical Address Line 1":"125 Bell Tower Lane","Physical Address Line 2":"","Physical Address City":"Oxford","Physical Address State":"PA ","Physical Address Zipcode":"19363","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11498933488462285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218270","School District Name":"Owen J Roberts SD","Physical Address Line 1":"901 Ridge Rd","Physical Address Line 2":"","Physical Address City":"Pottstown","Physical Address State":"PA ","Physical Address Zipcode":"19465","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.038851070894902875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218240","School District Name":"Otto-Eldred SD","Physical Address Line 1":"143 R L Sweitzer Dr","Physical Address Line 2":"","Physical Address City":"Duke Center","Physical Address State":"PA ","Physical Address Zipcode":"16729","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4218210","School District Name":"Oswayo Valley SD","Physical Address Line 1":"277 S. Oswayo Street","Physical Address Line 2":"","Physical Address City":"Shinglehouse","Physical Address State":"PA ","Physical Address Zipcode":"16748","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1350806451612903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4218150","School District Name":"Oley Valley SD","Physical Address Line 1":"17 Jefferson St","Physical Address Line 2":"","Physical Address City":"Oley","Physical Address State":"PA ","Physical Address Zipcode":"19547","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09887420460107685,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218120","School District Name":"Old Forge SD","Physical Address Line 1":"300 Marion St","Physical Address Line 2":"","Physical Address City":"Old Forge","Physical Address State":"PA ","Physical Address Zipcode":"18518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14157706093189965,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4218090","School District Name":"Oil City Area SD","Physical Address Line 1":"825 Grandview Road","Physical Address Line 2":"","Physical Address City":"Oil City","Physical Address State":"PA ","Physical Address Zipcode":"16301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.24449760765550238,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4218030","School District Name":"Octorara Area SD","Physical Address Line 1":"228 Highland Rd Suite 1","Physical Address Line 2":"","Physical Address City":"Atglen","Physical Address State":"PA ","Physical Address Zipcode":"19310","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11307609860664523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217940","School District Name":"Norwin SD","Physical Address Line 1":"281 McMahon Dr","Physical Address Line 2":"","Physical Address City":"North Huntingdon","Physical Address State":"PA ","Physical Address Zipcode":"15642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.055098684210526314,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217880","School District Name":"Northwestern SD","Physical Address Line 1":"100 Harthan Way","Physical Address Line 2":"","Physical Address City":"Albion","Physical Address State":"PA ","Physical Address Zipcode":"16401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14043887147335424,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217850","School District Name":"Northwestern Lehigh SD","Physical Address Line 1":"6493 Route 309","Physical Address Line 2":"","Physical Address City":"New Tripoli","Physical Address State":"PA ","Physical Address Zipcode":"18066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06938325991189427,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217790","School District Name":"Northwest Area SD","Physical Address Line 1":"243 Thorne Hill Rd","Physical Address Line 2":"","Physical Address City":"Shickshinny","Physical Address State":"PA ","Physical Address Zipcode":"18655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12696148359486448,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4217770","School District Name":"Northgate SD","Physical Address Line 1":"591 Union Ave","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15202","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14782608695652175,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217760","School District Name":"Northern York County SD","Physical Address Line 1":"650 S Baltimore St","Physical Address Line 2":"","Physical Address City":"Dillsburg","Physical Address State":"PA ","Physical Address Zipcode":"17019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04381443298969072,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217730","School District Name":"Northern Tioga SD","Physical Address Line 1":"110 Ellison Road","Physical Address Line 2":"","Physical Address City":"Elkland","Physical Address State":"PA ","Physical Address Zipcode":"16920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16495806150978565,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4217700","School District Name":"Northern Potter SD","Physical Address Line 1":"745 Northern Potter Road","Physical Address Line 2":"","Physical Address City":"Ulysses","Physical Address State":"PA ","Physical Address Zipcode":"16948","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19732937685459942,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4217670","School District Name":"Northern Lehigh SD","Physical Address Line 1":"1201 Shadow Oaks Ln","Physical Address Line 2":"","Physical Address City":"Slatington","Physical Address State":"PA ","Physical Address Zipcode":"18080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14697265625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217640","School District Name":"Northern Lebanon SD","Physical Address Line 1":"345 School Dr","Physical Address Line 2":"","Physical Address City":"Fredericksburg","Physical Address State":"PA ","Physical Address Zipcode":"17026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08092668993970169,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217610","School District Name":"Northern Cambria SD","Physical Address Line 1":"601 Joseph St","Physical Address Line 2":"","Physical Address City":"Northern Cambria","Physical Address State":"PA ","Physical Address Zipcode":"15714","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13570822731128074,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217580","School District Name":"Northern Bedford County SD","Physical Address Line 1":"152 NBC Drive","Physical Address Line 2":"","Physical Address City":"Loysburg","Physical Address State":"PA ","Physical Address Zipcode":"16659","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10847457627118644,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4217520","School District Name":"Northeastern York SD","Physical Address Line 1":"41 Harding St","Physical Address Line 2":"","Physical Address City":"Manchester","Physical Address State":"PA ","Physical Address Zipcode":"17345","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06597988717194016,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217460","School District Name":"Northeast Bradford SD","Physical Address Line 1":"526 Panther Lane","Physical Address Line 2":"","Physical Address City":"Rome","Physical Address State":"PA ","Physical Address Zipcode":"18837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12563323201621074,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4217430","School District Name":"Riverside Beaver County SD","Physical Address Line 1":"318 Country Club Dr","Physical Address Line 2":"","Physical Address City":"Ellwood City","Physical Address State":"PA ","Physical Address Zipcode":"16117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07290233837689133,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217370","School District Name":"Northampton Area SD","Physical Address Line 1":"2014 Laubach Avenue","Physical Address Line 2":"","Physical Address City":"Northampton","Physical Address State":"PA ","Physical Address Zipcode":"18067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08027716748352205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217310","School District Name":"North Pocono SD","Physical Address Line 1":"701 Church St","Physical Address Line 2":"","Physical Address City":"Moscow","Physical Address State":"PA ","Physical Address Zipcode":"18444","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09096261407123933,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217280","School District Name":"North Penn SD","Physical Address Line 1":"401 E Hancock St","Physical Address Line 2":"","Physical Address City":"Lansdale","Physical Address State":"PA ","Physical Address Zipcode":"19446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.043848500254194206,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217220","School District Name":"North Hills SD","Physical Address Line 1":"135 6th Ave","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15229","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05675495214778544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217160","School District Name":"North East SD","Physical Address Line 1":"50 E Division St","Physical Address Line 2":"","Physical Address City":"North East","Physical Address State":"PA ","Physical Address Zipcode":"16428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13087447947650208,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4217130","School District Name":"North Clarion County SD","Physical Address Line 1":"10439 Route 36","Physical Address Line 2":"","Physical Address City":"Tionesta","Physical Address State":"PA ","Physical Address Zipcode":"16353","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13559322033898305,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4217100","School District Name":"Moniteau SD","Physical Address Line 1":"1810 W Sunbury Rd","Physical Address Line 2":"","Physical Address City":"West Sunbury","Physical Address State":"PA ","Physical Address Zipcode":"16061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13154172560113153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4217010","School District Name":"North Allegheny SD","Physical Address Line 1":"200 Hillvue Lane","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15237","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02366447985004686,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4216980","School District Name":"Norristown Area SD","Physical Address Line 1":"401 N Whitehall Rd","Physical Address Line 2":"","Physical Address City":"Norristown","Physical Address State":"PA ","Physical Address Zipcode":"19403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14378937893789379,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4216890","School District Name":"Newport SD","Physical Address Line 1":"420 Fickes Lane","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"PA ","Physical Address Zipcode":"17074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1352253756260434,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4216860","School District Name":"New Hope-Solebury SD","Physical Address Line 1":"180 W Bridge St","Physical Address Line 2":"","Physical Address City":"New Hope","Physical Address State":"PA ","Physical Address Zipcode":"18938","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.028467595396729255,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4216740","School District Name":"New Kensington-Arnold SD","Physical Address Line 1":"707 Stevenson Blvd","Physical Address Line 2":"","Physical Address City":"New Kensington","Physical Address State":"PA ","Physical Address Zipcode":"15068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2636986301369863,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4216620","School District Name":"New Castle Area SD","Physical Address Line 1":"420 Fern St","Physical Address Line 2":"","Physical Address City":"New Castle","Physical Address State":"PA ","Physical Address Zipcode":"16101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3289149198520345,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4216530","School District Name":"New Brighton Area SD","Physical Address Line 1":"3225 43rd St","Physical Address Line 2":"","Physical Address City":"New Brighton","Physical Address State":"PA ","Physical Address Zipcode":"15066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1506172839506173,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4216500","School District Name":"Woodland Hills SD","Physical Address Line 1":"531 Jones Ave","Physical Address Line 2":"","Physical Address City":"N. Braddock","Physical Address State":"PA ","Physical Address Zipcode":"15104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22267939433838052,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4216440","School District Name":"Neshannock Township SD","Physical Address Line 1":"3834 Mitchell Rd","Physical Address Line 2":"","Physical Address City":"New Castle","Physical Address State":"PA ","Physical Address Zipcode":"16105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05201863354037267,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4216410","School District Name":"Neshaminy SD","Physical Address Line 1":"2001 Old Lincoln Hwy","Physical Address Line 2":"","Physical Address City":"Langhorne","Physical Address State":"PA ","Physical Address Zipcode":"19047","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05045081552021072,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4216380","School District Name":"Nazareth Area SD","Physical Address Line 1":"One Education Plaza","Physical Address Line 2":"","Physical Address City":"Nazareth","Physical Address State":"PA ","Physical Address Zipcode":"18064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.048477315102548164,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4216290","School District Name":"Greater Nanticoke Area SD","Physical Address Line 1":"427 Kosciuszko St","Physical Address Line 2":"","Physical Address City":"Nanticoke","Physical Address State":"PA ","Physical Address Zipcode":"18634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.26896828582898435,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4216230","School District Name":"Muncy SD","Physical Address Line 1":"206 Sherman St","Physical Address Line 2":"","Physical Address City":"Muncy","Physical Address State":"PA ","Physical Address Zipcode":"17756","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12317518248175183,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4216200","School District Name":"Muhlenberg SD","Physical Address Line 1":"801 Bellevue Avenue","Physical Address Line 2":"","Physical Address City":"Reading","Physical Address State":"PA ","Physical Address Zipcode":"19605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11108048511576626,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4216170","School District Name":"Mount Pleasant Area SD","Physical Address Line 1":"271 State Street","Physical Address Line 2":"","Physical Address City":"Mount Pleasant","Physical Address State":"PA ","Physical Address Zipcode":"15666","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09662716499544212,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4216110","School District Name":"Mt Lebanon SD","Physical Address Line 1":"7 Horsman Dr","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15228","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03581473842115132,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4216050","School District Name":"Mountain View SD","Physical Address Line 1":"11748 State Route 106","Physical Address Line 2":"","Physical Address City":"Kingsley","Physical Address State":"PA ","Physical Address Zipcode":"18826","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12186689714779603,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4216020","School District Name":"Mount Union Area SD","Physical Address Line 1":"603 North Industrial Drive","Physical Address Line 2":"","Physical Address City":"Mount Union","Physical Address State":"PA ","Physical Address Zipcode":"17066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1582931865106676,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215990","School District Name":"Mount Carmel Area SD","Physical Address Line 1":"600 W 5th St","Physical Address Line 2":"","Physical Address City":"Mount Carmel","Physical Address State":"PA ","Physical Address Zipcode":"17851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1870179948586118,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215960","School District Name":"Moshannon Valley SD","Physical Address Line 1":"4934 Green Acre Rd","Physical Address Line 2":"","Physical Address City":"Houtzdale","Physical Address State":"PA ","Physical Address Zipcode":"16651","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1720183486238532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215900","School District Name":"Morrisville Borough SD","Physical Address Line 1":"550 W Palmer St","Physical Address Line 2":"","Physical Address City":"Morrisville","Physical Address State":"PA ","Physical Address Zipcode":"19067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10974539069359086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215830","School District Name":"Moon Area SD","Physical Address Line 1":"8353 University Boulevard","Physical Address Line 2":"","Physical Address City":"Moon Township","Physical Address State":"PA ","Physical Address Zipcode":"15108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05401912638924787,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215810","School District Name":"Montrose Area SD","Physical Address Line 1":"273 Meteor Way","Physical Address Line 2":"","Physical Address City":"Montrose","Physical Address State":"PA ","Physical Address Zipcode":"18801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.132890365448505,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4215750","School District Name":"Montoursville Area SD","Physical Address Line 1":"50 N Arch St","Physical Address Line 2":"","Physical Address City":"Montoursville","Physical Address State":"PA ","Physical Address Zipcode":"17754","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10276296655356278,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215720","School District Name":"Montour SD","Physical Address Line 1":"225 Clever Road","Physical Address Line 2":"","Physical Address City":"Mc Kees Rocks","Physical Address State":"PA ","Physical Address Zipcode":"15136","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05142002989536622,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215660","School District Name":"Montgomery Area SD","Physical Address Line 1":"120 Penn St","Physical Address Line 2":"","Physical Address City":"Montgomery","Physical Address State":"PA ","Physical Address Zipcode":"17752","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17635658914728683,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215600","School District Name":"Monessen City SD","Physical Address Line 1":"1275 Rostraver St","Physical Address Line 2":"","Physical Address City":"Monessen","Physical Address State":"PA ","Physical Address Zipcode":"15062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21724890829694324,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4215540","School District Name":"Mohawk Area SD","Physical Address Line 1":"385 Mohawk School Road","Physical Address Line 2":"","Physical Address City":"New Castle","Physical Address State":"PA ","Physical Address Zipcode":"16102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12439193884642112,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215510","School District Name":"Minersville Area SD","Physical Address Line 1":"Battlin Miner Dr & Low Rd","Physical Address Line 2":"","Physical Address City":"Minersville","Physical Address State":"PA ","Physical Address Zipcode":"17954","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20283370618941088,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4215480","School District Name":"Milton Area SD","Physical Address Line 1":"700 Mahoning St","Physical Address Line 2":"","Physical Address City":"Milton","Physical Address State":"PA ","Physical Address Zipcode":"17847","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1574504010130857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215450","School District Name":"Millville Area SD","Physical Address Line 1":"330 East Main St","Physical Address Line 2":"","Physical Address City":"Millville","Physical Address State":"PA ","Physical Address Zipcode":"17846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12254335260115606,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4215360","School District Name":"Millersburg Area SD","Physical Address Line 1":"799 Center St","Physical Address Line 2":"","Physical Address City":"Millersburg","Physical Address State":"PA ","Physical Address Zipcode":"17061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13663366336633664,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215330","School District Name":"Millcreek Township SD","Physical Address Line 1":"3740 W 26th St","Physical Address Line 2":"","Physical Address City":"Erie","Physical Address State":"PA ","Physical Address Zipcode":"16506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08288043478260869,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215290","School District Name":"Mifflin County SD","Physical Address Line 1":"201 Eighth St - Highland Park","Physical Address Line 2":"","Physical Address City":"Lewistown","Physical Address State":"PA ","Physical Address Zipcode":"17044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20185614849187936,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4215270","School District Name":"Midland Borough SD","Physical Address Line 1":"173 7th St","Physical Address Line 2":"","Physical Address City":"Midland","Physical Address State":"PA ","Physical Address Zipcode":"15059","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21296296296296297,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4215240","School District Name":"Middletown Area SD","Physical Address Line 1":"55 W Water St","Physical Address Line 2":"","Physical Address City":"Middletown","Physical Address State":"PA ","Physical Address Zipcode":"17057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12051282051282051,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215210","School District Name":"Midd-West SD","Physical Address Line 1":"568 E Main St","Physical Address Line 2":"","Physical Address City":"Middleburg","Physical Address State":"PA ","Physical Address Zipcode":"17842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14359682430100104,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215170","School District Name":"Mid Valley SD","Physical Address Line 1":"52 Underwood Rd","Physical Address Line 2":"","Physical Address City":"Throop","Physical Address State":"PA ","Physical Address Zipcode":"18512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12166747455162386,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215150","School District Name":"Meyersdale Area SD","Physical Address Line 1":"309 Industrial Park Road","Physical Address Line 2":"","Physical Address City":"Meyersdale","Physical Address State":"PA ","Physical Address Zipcode":"15552","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20824524312896406,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4215120","School District Name":"Mercer Area SD","Physical Address Line 1":"545 W Butler St","Physical Address Line 2":"","Physical Address City":"Mercer","Physical Address State":"PA ","Physical Address Zipcode":"16137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.165961049957663,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4215030","School District Name":"Mechanicsburg Area SD","Physical Address Line 1":"600 S Norway St","Physical Address Line 2":"2nd Floor","Physical Address City":"Mechanicsburg","Physical Address State":"PA ","Physical Address Zipcode":"17055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07118871725990597,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4214940","School District Name":"McKeesport Area SD","Physical Address Line 1":"3590 O'Neil Boulevard","Physical Address Line 2":"","Physical Address City":"McKeesport","Physical Address State":"PA ","Physical Address Zipcode":"15132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.26852288815479,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4214880","School District Name":"McGuffey SD","Physical Address Line 1":"90 McGuffey Drive","Physical Address Line 2":"","Physical Address City":"Claysville","Physical Address State":"PA ","Physical Address Zipcode":"15323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09857072449482504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4214850","School District Name":"Central Fulton SD","Physical Address Line 1":"151 E Cherry St","Physical Address Line 2":"","Physical Address City":"McConnellsburg","Physical Address State":"PA ","Physical Address Zipcode":"17233","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13516609392898052,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4214790","School District Name":"Mars Area SD","Physical Address Line 1":"545 Route 228","Physical Address Line 2":"","Physical Address City":"Mars","Physical Address State":"PA ","Physical Address Zipcode":"16046","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02679658952496955,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4214760","School District Name":"Marple Newtown SD","Physical Address Line 1":"40 Media Line Rd Ste 204","Physical Address Line 2":"","Physical Address City":"Newtown Square","Physical Address State":"PA ","Physical Address Zipcode":"19073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03489660265878877,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4214730","School District Name":"Marion Center Area SD","Physical Address Line 1":"22820 Route 403 Hwy N","Physical Address Line 2":"","Physical Address City":"Marion Center","Physical Address State":"PA ","Physical Address Zipcode":"15759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20843091334894615,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4214580","School District Name":"Manheim Township SD","Physical Address Line 1":"450A Candlewyck Road","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"PA ","Physical Address Zipcode":"17601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04967140455448571,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4214550","School District Name":"Manheim Central SD","Physical Address Line 1":"281 White Oak Rd","Physical Address Line 2":"","Physical Address City":"Manheim","Physical Address State":"PA ","Physical Address Zipcode":"17545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.072646404744255,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4214460","School District Name":"Line Mountain SD","Physical Address Line 1":"185 Line Mountain Road","Physical Address Line 2":"","Physical Address City":"Herndon","Physical Address State":"PA ","Physical Address Zipcode":"17830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12427325581395349,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4214430","School District Name":"Mahanoy Area SD","Physical Address Line 1":"1 Golden Bear Dr","Physical Address Line 2":"","Physical Address City":"Mahanoy City","Physical Address State":"PA ","Physical Address Zipcode":"17948","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2084717607973422,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4214310","School District Name":"Loyalsock Township SD","Physical Address Line 1":"1605 Four Mile Drive","Physical Address Line 2":"","Physical Address City":"Williamsport","Physical Address State":"PA ","Physical Address Zipcode":"17701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12829169480081026,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4214250","School District Name":"Methacton SD","Physical Address Line 1":"1001 Kriebel Mill Rd","Physical Address Line 2":"","Physical Address City":"Eagleville","Physical Address State":"PA ","Physical Address Zipcode":"19403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030181086519114688,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4214190","School District Name":"Lower Moreland Township SD","Physical Address Line 1":"2551 Murray Ave","Physical Address Line 2":"","Physical Address City":"Huntingdon Valley","Physical Address State":"PA ","Physical Address Zipcode":"19006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03315810756166599,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4214160","School District Name":"Lower Merion SD","Physical Address Line 1":"301 E Montgomery Ave","Physical Address Line 2":"","Physical Address City":"Ardmore","Physical Address State":"PA ","Physical Address Zipcode":"19003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02723623853211009,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4214100","School District Name":"Lower Dauphin SD","Physical Address Line 1":"291 E Main St","Physical Address Line 2":"","Physical Address City":"Hummelstown","Physical Address State":"PA ","Physical Address Zipcode":"17036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06429192006950478,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4213980","School District Name":"Littlestown Area SD","Physical Address Line 1":"162 Newark St","Physical Address Line 2":"","Physical Address City":"Littlestown","Physical Address State":"PA ","Physical Address Zipcode":"17340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08713692946058091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4213770","School District Name":"Penn Cambria SD","Physical Address Line 1":"201 6th St","Physical Address Line 2":"","Physical Address City":"Cresson","Physical Address State":"PA ","Physical Address Zipcode":"16630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09468085106382979,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4213710","School District Name":"Ligonier Valley SD","Physical Address Line 1":"339 West Main St","Physical Address Line 2":"","Physical Address City":"Ligonier","Physical Address State":"PA ","Physical Address Zipcode":"15658","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0921435499515034,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4213590","School District Name":"Lewisburg Area SD","Physical Address Line 1":"1951 Washington Ave","Physical Address Line 2":"","Physical Address City":"Lewisburg","Physical Address State":"PA ","Physical Address Zipcode":"17837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08838987099856666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4213500","School District Name":"Lehighton Area SD","Physical Address Line 1":"1000 Union St","Physical Address Line 2":"","Physical Address City":"Lehighton","Physical Address State":"PA ","Physical Address Zipcode":"18235","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1453027139874739,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4213470","School District Name":"Leechburg Area SD","Physical Address Line 1":"210 Penn Avenue","Physical Address Line 2":"","Physical Address City":"Leechburg","Physical Address State":"PA ","Physical Address Zipcode":"15656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.132,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4213440","School District Name":"Lebanon SD","Physical Address Line 1":"1000 S 8th St","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"PA ","Physical Address Zipcode":"17042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.24330803036356372,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4213390","School District Name":"Lawrence County CTC","Physical Address Line 1":"750 Phelps Way","Physical Address Line 2":"","Physical Address City":"New Castle","Physical Address State":"PA ","Physical Address Zipcode":"16101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4213380","School District Name":"Laurel SD","Physical Address Line 1":"2497 Harlansburg Rd","Physical Address Line 2":"","Physical Address City":"New Castle","Physical Address State":"PA ","Physical Address Zipcode":"16101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08029197080291971,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4213320","School District Name":"Laurel Highlands SD","Physical Address Line 1":"304 Bailey Ave","Physical Address Line 2":"","Physical Address City":"Uniontown","Physical Address State":"PA ","Physical Address Zipcode":"15401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.19822888283378748,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4213290","School District Name":"Homer-Center SD","Physical Address Line 1":"65 Wildcat Lane","Physical Address Line 2":"","Physical Address City":"Homer City","Physical Address State":"PA ","Physical Address Zipcode":"15748","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16304347826086957,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4213140","School District Name":"Lancaster SD","Physical Address Line 1":"251 S Prince St","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"PA ","Physical Address Zipcode":"17603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1776587977610124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4213110","School District Name":"Lampeter-Strasburg SD","Physical Address Line 1":"1600 Book Rd","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"PA ","Physical Address Zipcode":"17602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06834268977300463,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4213080","School District Name":"Lakeview SD","Physical Address Line 1":"2482 Mercer St","Physical Address Line 2":"","Physical Address City":"Stoneboro","Physical Address State":"PA ","Physical Address Zipcode":"16153","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15644654088050314,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4213050","School District Name":"Lakeland SD","Physical Address Line 1":"1355 Lakeland Drive","Physical Address Line 2":"","Physical Address City":"Scott Township","Physical Address State":"PA ","Physical Address Zipcode":"18433","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09209100758396534,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4213020","School District Name":"Lake-Lehman SD","Physical Address Line 1":"1237 Market Street","Physical Address Line 2":"","Physical Address City":"Dallas","Physical Address State":"PA ","Physical Address Zipcode":"18612","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10134841235319704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212990","School District Name":"Lackawanna Trail SD","Physical Address Line 1":"College Avenue","Physical Address Line 2":"","Physical Address City":"Factoryville","Physical Address State":"PA ","Physical Address Zipcode":"18419","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09554140127388536,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212930","School District Name":"Kutztown Area SD","Physical Address Line 1":"251 Long Lane","Physical Address Line 2":"","Physical Address City":"Kutztown","Physical Address State":"PA ","Physical Address Zipcode":"19530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07746478873239436,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212840","School District Name":"Kiski Area SD","Physical Address Line 1":"200 Poplar Street","Physical Address Line 2":"","Physical Address City":"Vandergrift","Physical Address State":"PA ","Physical Address Zipcode":"15690","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11526560082516761,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212750","School District Name":"Keystone Oaks SD","Physical Address Line 1":"1000 Kelton Ave","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15216","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08789808917197452,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212725","School District Name":"Keystone Central SD","Physical Address Line 1":"86 Administration Drive","Physical Address Line 2":"","Physical Address City":"Mill Hall","Physical Address State":"PA ","Physical Address Zipcode":"17751","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16498625114573787,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212720","School District Name":"Keystone SD","Physical Address Line 1":"451 Huston Avenue","Physical Address Line 2":"","Physical Address City":"Knox","Physical Address State":"PA ","Physical Address Zipcode":"16232","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.133276740237691,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4212690","School District Name":"Kennett Consolidated SD","Physical Address Line 1":"300 East South Street","Physical Address Line 2":"","Physical Address City":"Kennett Square","Physical Address State":"PA ","Physical Address Zipcode":"19348","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06096610829762369,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212660","School District Name":"Kane Area SD","Physical Address Line 1":"400 West Hemlock Avenue","Physical Address Line 2":"","Physical Address City":"Kane","Physical Address State":"PA ","Physical Address Zipcode":"16735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.151268115942029,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212630","School District Name":"Juniata Valley SD","Physical Address Line 1":"7775 Juniata Valley Pike","Physical Address Line 2":"","Physical Address City":"Alexandria","Physical Address State":"PA ","Physical Address Zipcode":"16611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11923076923076924,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4212600","School District Name":"Juniata County SD","Physical Address Line 1":"146 Weatherby Way","Physical Address Line 2":"","Physical Address City":"Mifflintown","Physical Address State":"PA ","Physical Address Zipcode":"17059","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13369120654396727,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212570","School District Name":"Johnsonburg Area SD","Physical Address Line 1":"315 High School Road","Physical Address Line 2":"","Physical Address City":"Johnsonburg","Physical Address State":"PA ","Physical Address Zipcode":"15845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1298932384341637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4212540","School District Name":"Jim Thorpe Area SD","Physical Address Line 1":"410 Center Ave","Physical Address Line 2":"","Physical Address City":"Jim Thorpe","Physical Address State":"PA ","Physical Address Zipcode":"18229","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12185929648241206,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212480","School District Name":"Jersey Shore Area SD","Physical Address Line 1":"175 A & P Drive","Physical Address Line 2":"","Physical Address City":"Jersey Shore","Physical Address State":"PA ","Physical Address Zipcode":"17740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13160518444666003,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212420","School District Name":"Jenkintown SD","Physical Address Line 1":"West and Highland Avenues","Physical Address Line 2":"","Physical Address City":"Jenkintown","Physical Address State":"PA ","Physical Address Zipcode":"19046","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04986522911051213,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212390","School District Name":"Jefferson-Morgan SD","Physical Address Line 1":"1351 Jefferson Rd","Physical Address Line 2":"","Physical Address City":"Jefferson","Physical Address State":"PA ","Physical Address Zipcode":"15344","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1457286432160804,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4212335","School District Name":"Jefferson County-DuBois AVTS","Physical Address Line 1":"576 Vo Tech Rd","Physical Address Line 2":"","Physical Address City":"Reynoldsville","Physical Address State":"PA ","Physical Address Zipcode":"15851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4212330","School District Name":"Jeannette City SD","Physical Address Line 1":"800 Florida Ave","Physical Address Line 2":"","Physical Address City":"Jeannette","Physical Address State":"PA ","Physical Address Zipcode":"15644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.28789161727349705,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4212300","School District Name":"Jamestown Area SD","Physical Address Line 1":"204 Shenango Street","Physical Address Line 2":"","Physical Address City":"Jamestown","Physical Address State":"PA ","Physical Address Zipcode":"16134","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4212210","School District Name":"Iroquois SD","Physical Address Line 1":"800 Tyndall Avenue","Physical Address Line 2":"","Physical Address City":"Erie","Physical Address State":"PA ","Physical Address Zipcode":"16511","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.16680497925311202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212170","School District Name":"Interboro SD","Physical Address Line 1":"900 Washington Ave","Physical Address Line 2":"","Physical Address City":"Prospect Park","Physical Address State":"PA ","Physical Address Zipcode":"19076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09583789704271632,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212150","School District Name":"Indiana Area SD","Physical Address Line 1":"501 E Pike","Physical Address Line 2":"","Physical Address City":"Indiana","Physical Address State":"PA ","Physical Address Zipcode":"15701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12103951584193663,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212090","School District Name":"Huntingdon Area SD","Physical Address Line 1":"2400 Cassady Ave","Physical Address Line 2":"Suite 2","Physical Address City":"Huntingdon","Physical Address State":"PA ","Physical Address Zipcode":"16652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1265704979060028,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4212030","School District Name":"Hopewell Area SD","Physical Address Line 1":"2354 Brodhead Rd","Physical Address Line 2":"","Physical Address City":"Aliquippa","Physical Address State":"PA ","Physical Address Zipcode":"15001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06464981351015334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4211940","School District Name":"Hollidaysburg Area SD","Physical Address Line 1":"405 Clark Street","Physical Address Line 2":"","Physical Address City":"Hollidaysburg","Physical Address State":"PA ","Physical Address Zipcode":"16648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08403819918144612,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4211880","School District Name":"Highlands SD","Physical Address Line 1":"1500 Pacific Avenue","Physical Address Line 2":"","Physical Address City":"Natrona Heights","Physical Address State":"PA ","Physical Address Zipcode":"15065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1894659839063643,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4211820","School District Name":"Hermitage SD","Physical Address Line 1":"411 N Hermitage Road","Physical Address Line 2":"","Physical Address City":"Hermitage","Physical Address State":"PA ","Physical Address Zipcode":"16148","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13081695966907964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4211790","School District Name":"Hempfield SD","Physical Address Line 1":"200 Church St","Physical Address Line 2":"","Physical Address City":"Landisville","Physical Address State":"PA ","Physical Address Zipcode":"17538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06792452830188679,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4211760","School District Name":"Hempfield Area SD","Physical Address Line 1":"4347 Route 136","Physical Address Line 2":"","Physical Address City":"Greensburg","Physical Address State":"PA ","Physical Address Zipcode":"15601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07705305846569788,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4211730","School District Name":"Saucon Valley SD","Physical Address Line 1":"2097 Polk Valley Rd","Physical Address Line 2":"","Physical Address City":"Hellertown","Physical Address State":"PA ","Physical Address Zipcode":"18055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06515034695451041,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4211700","School District Name":"Hazleton Area SD","Physical Address Line 1":"1515 W 23rd St","Physical Address Line 2":"","Physical Address City":"Hazle Twp","Physical Address State":"PA ","Physical Address Zipcode":"18202","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2492346479380515,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4211670","School District Name":"Haverford Township SD","Physical Address Line 1":"50 East Eagle Road","Physical Address Line 2":"","Physical Address City":"Havertown","Physical Address State":"PA ","Physical Address Zipcode":"19083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.027311193742787537,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4211610","School District Name":"Hatboro-Horsham SD","Physical Address Line 1":"229 Meetinghouse Rd","Physical Address Line 2":"","Physical Address City":"Horsham","Physical Address State":"PA ","Physical Address Zipcode":"19044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03300550091681947,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4211580","School District Name":"Harrisburg City SD","Physical Address Line 1":"1601 State Street","Physical Address Line 2":"","Physical Address City":"Harrisburg","Physical Address State":"PA ","Physical Address Zipcode":"17103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3087000335908633,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4211520","School District Name":"Harmony Area SD","Physical Address Line 1":"5239 Ridge Rd","Physical Address Line 2":"","Physical Address City":"Westover","Physical Address State":"PA ","Physical Address Zipcode":"16692","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1903323262839879,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4211490","School District Name":"Harbor Creek SD","Physical Address Line 1":"6375 Buffalo Rd","Physical Address Line 2":"","Physical Address City":"Harborcreek","Physical Address State":"PA ","Physical Address Zipcode":"16421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06901041666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4211450","School District Name":"Hanover Public SD","Physical Address Line 1":"403 Moul Ave","Physical Address Line 2":"","Physical Address City":"Hanover","Physical Address State":"PA ","Physical Address Zipcode":"17331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1095072175211548,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4211420","School District Name":"Hanover Area SD","Physical Address Line 1":"1600 Sans Souci Pkwy","Physical Address Line 2":"","Physical Address City":"Hanover Township","Physical Address State":"PA ","Physical Address Zipcode":"18706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.286308973172988,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4211400","School District Name":"Hampton Township SD","Physical Address Line 1":"4591 School Dr","Physical Address Line 2":"","Physical Address City":"Allison Park","Physical Address State":"PA ","Physical Address Zipcode":"15101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.035878564857405704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4211340","School District Name":"Hamburg Area SD","Physical Address Line 1":"701 Windsor Street","Physical Address Line 2":"","Physical Address City":"Hamburg","Physical Address State":"PA ","Physical Address Zipcode":"19526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08073115003808073,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4211310","School District Name":"Halifax Area SD","Physical Address Line 1":"3940 Peters Mountain Rd","Physical Address Line 2":"","Physical Address City":"Halifax","Physical Address State":"PA ","Physical Address Zipcode":"17032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08087091757387248,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4211220","School District Name":"Grove City Area SD","Physical Address Line 1":"511 Highland Ave","Physical Address Line 2":"","Physical Address City":"Grove City","Physical Address State":"PA ","Physical Address Zipcode":"16127","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10076206604572396,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4211190","School District Name":"Greenwood SD","Physical Address Line 1":"405 E Sunbury St","Physical Address Line 2":"","Physical Address City":"Millerstown","Physical Address State":"PA ","Physical Address Zipcode":"17062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07613636363636364,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4211160","School District Name":"Greenville Area SD","Physical Address Line 1":"9 Donation Rd","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"PA ","Physical Address Zipcode":"16125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1591928251121076,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4211010","School District Name":"Greencastle-Antrim SD","Physical Address Line 1":"500 East Leitersburg Street","Physical Address Line 2":"","Physical Address City":"Greencastle","Physical Address State":"PA ","Physical Address Zipcode":"17225","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07960618846694796,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4210980","School District Name":"Greater Latrobe SD","Physical Address Line 1":"1816 Lincoln Ave","Physical Address Line 2":"","Physical Address City":"Latrobe","Physical Address State":"PA ","Physical Address Zipcode":"15650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08060272662042574,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4210970","School District Name":"Greater Johnstown CTC","Physical Address Line 1":"445 Schoolhouse Road","Physical Address Line 2":"","Physical Address City":"Johnstown","Physical Address State":"PA ","Physical Address Zipcode":"15904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4210950","School District Name":"Greater Johnstown SD","Physical Address Line 1":"1091 Broad St","Physical Address Line 2":"","Physical Address City":"Johnstown","Physical Address State":"PA ","Physical Address Zipcode":"15906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3050030138637734,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4210920","School District Name":"Greensburg Salem SD","Physical Address Line 1":"1 Academy Hill Place","Physical Address Line 2":"","Physical Address City":"Greensburg","Physical Address State":"PA ","Physical Address Zipcode":"15601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13861043899066713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4210870","School District Name":"Great Valley SD","Physical Address Line 1":"47 Church Rd","Physical Address Line 2":"","Physical Address City":"Malvern","Physical Address State":"PA ","Physical Address Zipcode":"19355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03111200321156162,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4210860","School District Name":"Governor Mifflin SD","Physical Address Line 1":"10 South Waverly Street","Physical Address Line 2":"","Physical Address City":"Shillington","Physical Address State":"PA ","Physical Address Zipcode":"19607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07212265169509825,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4210830","School District Name":"Glendale SD","Physical Address Line 1":"1466 Beaver Valley Rd","Physical Address Line 2":"","Physical Address City":"Flinton","Physical Address State":"PA ","Physical Address Zipcode":"16640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.144,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4210740","School District Name":"Girard SD","Physical Address Line 1":"1203 Lake St","Physical Address Line 2":"","Physical Address City":"Girard","Physical Address State":"PA ","Physical Address Zipcode":"16417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.14561586638830898,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4210710","School District Name":"Gettysburg Area SD","Physical Address Line 1":"900 Biglerville Rd","Physical Address Line 2":"","Physical Address City":"Gettysburg","Physical Address State":"PA ","Physical Address Zipcode":"17325","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1204782342121398,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4210650","School District Name":"General McLane SD","Physical Address Line 1":"11771 Edinboro Rd","Physical Address Line 2":"","Physical Address City":"Edinboro","Physical Address State":"PA ","Physical Address Zipcode":"16412","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0966837926202709,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4210620","School District Name":"Gateway SD","Physical Address Line 1":"9000 Gateway Campus Boulevard","Physical Address Line 2":"","Physical Address City":"Monroeville","Physical Address State":"PA ","Physical Address Zipcode":"15146","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1333997013439522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4210590","School District Name":"Garnet Valley SD","Physical Address Line 1":"80 Station Road","Physical Address Line 2":"","Physical Address City":"Glen Mills","Physical Address State":"PA ","Physical Address Zipcode":"19342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.023026315789473683,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4210530","School District Name":"Galeton Area SD","Physical Address Line 1":"27 Bridge Street","Physical Address Line 2":"","Physical Address City":"Galeton","Physical Address State":"PA ","Physical Address Zipcode":"16922","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19814241486068113,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4210440","School District Name":"Freeport Area SD","Physical Address Line 1":"621 South Pike Rd","Physical Address Line 2":"","Physical Address City":"Sarver","Physical Address State":"PA ","Physical Address Zipcode":"16055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06842672413793104,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4210380","School District Name":"Freedom Area SD","Physical Address Line 1":"1702 School Street","Physical Address Line 2":"","Physical Address City":"Freedom","Physical Address State":"PA ","Physical Address Zipcode":"15042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10326086956521739,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4210350","School District Name":"Frazier SD","Physical Address Line 1":"142 Constitution St","Physical Address Line 2":"","Physical Address City":"Perryopolis","Physical Address State":"PA ","Physical Address Zipcode":"15473","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15225933202357564,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4210230","School District Name":"Franklin Regional SD","Physical Address Line 1":"3210 School Rd","Physical Address Line 2":"","Physical Address City":"Murrysville","Physical Address State":"PA ","Physical Address Zipcode":"15668","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04120488775220233,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4210200","School District Name":"Franklin Area SD","Physical Address Line 1":"40 Knights Way","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"PA ","Physical Address Zipcode":"16323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20847540185094984,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4210115","School District Name":"North Star SD","Physical Address Line 1":"1200 Morris Ave","Physical Address Line 2":"","Physical Address City":"Boswell","Physical Address State":"PA ","Physical Address Zipcode":"15531","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12836079791847355,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4210110","School District Name":"North Schuylkill SD","Physical Address Line 1":"15 Academy Lane","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"PA ","Physical Address Zipcode":"17921","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15688161693936478,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4210070","School District Name":"Fox Chapel Area SD","Physical Address Line 1":"611 Field Club Rd","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15238","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05720164609053498,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4209990","School District Name":"Fort LeBoeuf SD","Physical Address Line 1":"34 East Ninth St","Physical Address Line 2":"","Physical Address City":"Waterford","Physical Address State":"PA ","Physical Address Zipcode":"16441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11569506726457399,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4209960","School District Name":"Fort Cherry SD","Physical Address Line 1":"110 Fort Cherry Road","Physical Address Line 2":"","Physical Address City":"Mc Donald","Physical Address State":"PA ","Physical Address Zipcode":"15057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08564231738035265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4209940","School District Name":"Forest Hills SD","Physical Address Line 1":"549 Locust Street","Physical Address Line 2":"","Physical Address City":"Sidman","Physical Address State":"PA ","Physical Address Zipcode":"15955","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11024498886414254,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4209934","School District Name":"Youth Forestry Camp #2","Physical Address Line 1":"Hickory Run State Par","Physical Address Line 2":"","Physical Address City":"White Haven","Physical Address State":"PA ","Physical Address Zipcode":"18661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4209933","School District Name":"North Central Secure Trmnt Unt","Physical Address Line 1":"13 Kirkbride Drive","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"PA ","Physical Address Zipcode":"17821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4209932","School District Name":"Loysville Youth Dev Ctr","Physical Address Line 1":"10 Opportunity Drive","Physical Address Line 2":"Loysville Complex","Physical Address City":"Loysville","Physical Address State":"PA ","Physical Address Zipcode":"17047","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4209931","School District Name":"Youth Forestry Camp #3","Physical Address Line 1":"4534 Tar Kiln Road","Physical Address Line 2":"","Physical Address City":"James Creek","Physical Address State":"PA ","Physical Address Zipcode":"16657","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4209930","School District Name":"Forest City Regional SD","Physical Address Line 1":"100 Susquehanna Street","Physical Address Line 2":"","Physical Address City":"Forest City","Physical Address State":"PA ","Physical Address Zipcode":"18421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1492921492921493,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4209870","School District Name":"Forbes Road SD","Physical Address Line 1":"159 Red Bird Drive","Physical Address Line 2":"","Physical Address City":"Waterfall","Physical Address State":"PA ","Physical Address Zipcode":"16689","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13875598086124402,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4209780","School District Name":"Fleetwood Area SD","Physical Address Line 1":"801 N Richmond St","Physical Address Line 2":"","Physical Address City":"Fleetwood","Physical Address State":"PA ","Physical Address Zipcode":"19522","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06686726847208292,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4209750","School District Name":"Ferndale Area SD","Physical Address Line 1":"100 Dartmouth Ave","Physical Address Line 2":"","Physical Address City":"Johnstown","Physical Address State":"PA ","Physical Address Zipcode":"15905","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15926892950391644,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4209690","School District Name":"Farrell Area SD","Physical Address Line 1":"1600 Roemer Blvd","Physical Address Line 2":"","Physical Address City":"Farrell","Physical Address State":"PA ","Physical Address Zipcode":"16121","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.34314980793854033,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4209660","School District Name":"Fannett-Metal SD","Physical Address Line 1":"14823 Path Valley Road","Physical Address Line 2":"","Physical Address City":"Willow Hill","Physical Address State":"PA ","Physical Address Zipcode":"17271","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1764018691588785,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4209600","School District Name":"Karns City Area SD","Physical Address Line 1":"1446 Kittanning Pike","Physical Address Line 2":"","Physical Address City":"Karns City","Physical Address State":"PA ","Physical Address Zipcode":"16041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10796576695194207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4209570","School District Name":"Fairview SD","Physical Address Line 1":"7466 McCray Rd","Physical Address Line 2":"","Physical Address City":"Fairview","Physical Address State":"PA ","Physical Address Zipcode":"16415","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04565083281924738,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4209540","School District Name":"Fairfield Area SD","Physical Address Line 1":"4840 Fairfield Rd","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"PA ","Physical Address Zipcode":"17320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06386292834890965,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4209480","School District Name":"Exeter Township SD","Physical Address Line 1":"200 Elm St","Physical Address Line 2":"","Physical Address City":"Reading","Physical Address State":"PA ","Physical Address Zipcode":"19606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.058861028474288146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4209360","School District Name":"Everett Area SD","Physical Address Line 1":"427 E SOUTH ST","Physical Address Line 2":"","Physical Address City":"EVERETT","Physical Address State":"PA ","Physical Address Zipcode":"15537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16113744075829384,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4209300","School District Name":"Erie City SD","Physical Address Line 1":"148 W 21st St","Physical Address Line 2":"","Physical Address City":"Erie","Physical Address State":"PA ","Physical Address Zipcode":"16502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2727763895454852,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4209270","School District Name":"Ephrata Area SD","Physical Address Line 1":"803 Oak Blvd","Physical Address Line 2":"","Physical Address City":"Ephrata","Physical Address State":"PA ","Physical Address Zipcode":"17522","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07132433418460415,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4209240","School District Name":"Ellwood City Area SD","Physical Address Line 1":"501 Crescent Ave","Physical Address Line 2":"","Physical Address City":"Ellwood City","Physical Address State":"PA ","Physical Address Zipcode":"16117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13673890608875128,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4209150","School District Name":"Elk Lake SD","Physical Address Line 1":"2380 Elk Lake School Road","Physical Address Line 2":"","Physical Address City":"Springville","Physical Address State":"PA ","Physical Address Zipcode":"18844","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1302127659574468,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4209120","School District Name":"Elizabethtown Area SD","Physical Address Line 1":"600 E High St","Physical Address Line 2":"","Physical Address City":"Elizabethtown","Physical Address State":"PA ","Physical Address Zipcode":"17022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05381908507555372,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4209090","School District Name":"Elizabeth Forward SD","Physical Address Line 1":"401 Rock Run Road","Physical Address Line 2":"","Physical Address City":"Elizabeth","Physical Address State":"PA ","Physical Address Zipcode":"15037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08977455716586151,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4208850","School District Name":"Easton Area SD","Physical Address Line 1":"1801 Bushkill Drive","Physical Address Line 2":"","Physical Address City":"Easton","Physical Address State":"PA ","Physical Address Zipcode":"18040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11328003322604091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4208820","School District Name":"Eastern Lancaster County SD","Physical Address Line 1":"669 E Main St","Physical Address Line 2":"","Physical Address City":"New Holland","Physical Address State":"PA ","Physical Address Zipcode":"17557","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07824457285647353,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4208790","School District Name":"Eastern York SD","Physical Address Line 1":"120 S Third St","Physical Address Line 2":"","Physical Address City":"Wrightsville","Physical Address State":"PA ","Physical Address Zipcode":"17368","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07818532818532818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4208670","School District Name":"East Stroudsburg Area SD","Physical Address Line 1":"50 Vine St","Physical Address Line 2":"","Physical Address City":"East Stroudsburg","Physical Address State":"PA ","Physical Address Zipcode":"18301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1447248403770143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4208580","School District Name":"East Pennsboro Area SD","Physical Address Line 1":"890 Panther Parkway","Physical Address Line 2":"","Physical Address City":"Enola","Physical Address State":"PA ","Physical Address Zipcode":"17025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08441943127962086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4208550","School District Name":"East Penn SD","Physical Address Line 1":"800 Pine Street","Physical Address Line 2":"","Physical Address City":"Emmaus","Physical Address State":"PA ","Physical Address Zipcode":"18049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0716344174557431,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4208490","School District Name":"East Lycoming SD","Physical Address Line 1":"349 Cemetery St","Physical Address Line 2":"","Physical Address City":"Hughesville","Physical Address State":"PA ","Physical Address Zipcode":"17737","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11692307692307692,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4208460","School District Name":"Eastern Lebanon County SD","Physical Address Line 1":"180 Elco Dr","Physical Address Line 2":"","Physical Address City":"Myerstown","Physical Address State":"PA ","Physical Address Zipcode":"17067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08409321175278622,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4208280","School District Name":"Forest Area SD","Physical Address Line 1":"22318 Route 62 Box 16","Physical Address Line 2":"","Physical Address City":"Tionesta","Physical Address State":"PA ","Physical Address Zipcode":"16353","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16567164179104477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4208060","School District Name":"East Allegheny SD","Physical Address Line 1":"1150 Jacks Run Rd","Physical Address Line 2":"","Physical Address City":"North Versailles","Physical Address State":"PA ","Physical Address Zipcode":"15137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.21959979476654695,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4208010","School District Name":"Duquesne City SD","Physical Address Line 1":"300 Kennedy Ave","Physical Address Line 2":"","Physical Address City":"Duquesne","Physical Address State":"PA ","Physical Address Zipcode":"15110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3860215053763441,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4207980","School District Name":"Dunmore SD","Physical Address Line 1":"300 W Warren St","Physical Address Line 2":"","Physical Address City":"Dunmore","Physical Address State":"PA ","Physical Address Zipcode":"18512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09635974304068523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207830","School District Name":"DuBois Area SD","Physical Address Line 1":"500 Liberty Blvd","Physical Address Line 2":"","Physical Address City":"DuBois","Physical Address State":"PA ","Physical Address Zipcode":"15801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15687160940325498,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207710","School District Name":"Downingtown Area SD","Physical Address Line 1":"540 Trestle Place","Physical Address Line 2":"","Physical Address City":"Downingtown","Physical Address State":"PA ","Physical Address Zipcode":"19335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.025547705701848285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207680","School District Name":"Dover Area SD","Physical Address Line 1":"101 Edgeway Road","Physical Address Line 2":"","Physical Address City":"Dover","Physical Address State":"PA ","Physical Address Zipcode":"17315","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07463042441583215,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207650","School District Name":"Donegal SD","Physical Address Line 1":"1051 Koser Rd","Physical Address Line 2":"","Physical Address City":"Mount Joy","Physical Address State":"PA ","Physical Address Zipcode":"17552","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06076239610203497,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207590","School District Name":"Derry Township SD","Physical Address Line 1":"30 East Granada Ave","Physical Address Line 2":"","Physical Address City":"Hershey","Physical Address State":"PA ","Physical Address Zipcode":"17033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.058936691150752014,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207560","School District Name":"Derry Area SD","Physical Address Line 1":"982 N Chestnut Street Ext","Physical Address Line 2":"","Physical Address City":"Derry","Physical Address State":"PA ","Physical Address Zipcode":"15627","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12444246208742195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207540","School District Name":"Deer Lakes SD","Physical Address Line 1":"19 East Union Road","Physical Address Line 2":"","Physical Address City":"Cheswick","Physical Address State":"PA ","Physical Address Zipcode":"15024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08612919379068602,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207530","School District Name":"Delaware Valley SD","Physical Address Line 1":"236 Route 6 and 209","Physical Address Line 2":"","Physical Address City":"Milford","Physical Address State":"PA ","Physical Address Zipcode":"18337","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10990150336962157,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207385","School District Name":"Dauphin County Technical School","Physical Address Line 1":"6001 Locust Lane","Physical Address Line 2":"","Physical Address City":"Harrisburg","Physical Address State":"PA ","Physical Address Zipcode":"17109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4207320","School District Name":"Danville Area SD","Physical Address Line 1":"733 Ironmen Lane","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"PA ","Physical Address Zipcode":"17821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09219047619047618,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207290","School District Name":"Daniel Boone Area SD","Physical Address Line 1":"Daniel Boone Area SD Administrative Offi","Physical Address Line 2":"501 Chestnut Street","Physical Address City":"Birdsboro","Physical Address State":"PA ","Physical Address Zipcode":"19508","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05206847360912981,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207230","School District Name":"Dallastown Area SD","Physical Address Line 1":"700 New School Ln","Physical Address Line 2":"","Physical Address City":"Dallastown","Physical Address State":"PA ","Physical Address Zipcode":"17313","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05128974205158968,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207200","School District Name":"Dallas SD","Physical Address Line 1":"2010 Conyngham Ave","Physical Address Line 2":"","Physical Address City":"Dallas","Physical Address State":"PA ","Physical Address Zipcode":"18612","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12846347607052896,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207140","School District Name":"Curwensville Area SD","Physical Address Line 1":"650 Beech St","Physical Address Line 2":"","Physical Address City":"Curwensville","Physical Address State":"PA ","Physical Address Zipcode":"16833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1566147859922179,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207110","School District Name":"Cumberland Valley SD","Physical Address Line 1":"6746 Carlisle Pike","Physical Address Line 2":"","Physical Address City":"Mechanicsburg","Physical Address State":"PA ","Physical Address Zipcode":"17050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.046976408777171116,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207080","School District Name":"Crawford Central SD","Physical Address Line 1":"11280 Mercer Pike","Physical Address Line 2":"","Physical Address City":"Meadville","Physical Address State":"PA ","Physical Address Zipcode":"16335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15281362932369644,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4207050","School District Name":"Cranberry Area SD","Physical Address Line 1":"3 Education Dr","Physical Address Line 2":"","Physical Address City":"Seneca","Physical Address State":"PA ","Physical Address Zipcode":"16346","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14814814814814814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206960","School District Name":"Council Rock SD","Physical Address Line 1":"30 N Chancellor St","Physical Address Line 2":"","Physical Address City":"Newtown","Physical Address State":"PA ","Physical Address Zipcode":"18940","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.025026152731954614,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206930","School District Name":"Coudersport Area SD","Physical Address Line 1":"698 Dwight Street","Physical Address Line 2":"","Physical Address City":"Coudersport","Physical Address State":"PA ","Physical Address Zipcode":"16915","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14439140811455847,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4206860","School District Name":"Corry Area SD","Physical Address Line 1":"540 East Pleasant Street","Physical Address Line 2":"","Physical Address City":"Corry","Physical Address State":"PA ","Physical Address Zipcode":"16407","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1988543371522095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206840","School District Name":"Cornwall-Lebanon SD","Physical Address Line 1":"105 E Evergreen Rd","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"PA ","Physical Address Zipcode":"17042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09251934651762683,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206810","School District Name":"Cornell SD","Physical Address Line 1":"1099 Maple Street","Physical Address Line 2":"","Physical Address City":"Coraopolis","Physical Address State":"PA ","Physical Address Zipcode":"15108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14606741573033707,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206780","School District Name":"Conrad Weiser Area SD","Physical Address Line 1":"44 Big Spring Rd","Physical Address Line 2":"","Physical Address City":"Robesonia","Physical Address State":"PA ","Physical Address Zipcode":"19551","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07614213197969544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206660","School District Name":"Connellsville Area SD","Physical Address Line 1":"732 Rockridge Rd.","Physical Address Line 2":"","Physical Address City":"Connellsville","Physical Address State":"PA ","Physical Address Zipcode":"15425","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.19419503027771978,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206590","School District Name":"Conneaut SD","Physical Address Line 1":"219 W School Dr","Physical Address Line 2":"","Physical Address City":"Linesville","Physical Address State":"PA ","Physical Address Zipcode":"16424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17609591607343575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4206550","School District Name":"Conewago Valley SD","Physical Address Line 1":"130 Berlin Rd","Physical Address Line 2":"","Physical Address City":"New Oxford","Physical Address State":"PA ","Physical Address Zipcode":"17350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0938137321549966,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206480","School District Name":"Conestoga Valley SD","Physical Address Line 1":"2110 Horseshoe Rd","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"PA ","Physical Address Zipcode":"17601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0973565441650548,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206430","School District Name":"Conemaugh Valley SD","Physical Address Line 1":"1340 William Penn Avenue","Physical Address Line 2":"","Physical Address City":"Johnstown","Physical Address State":"PA ","Physical Address Zipcode":"15906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15862068965517243,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206420","School District Name":"Conemaugh Township Area SD","Physical Address Line 1":"300 West Campus Avenue","Physical Address Line 2":"","Physical Address City":"Davidsville","Physical Address State":"PA ","Physical Address Zipcode":"15928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07121057985757884,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206390","School District Name":"Commodore Perry SD","Physical Address Line 1":"3002 Perry Hwy","Physical Address Line 2":"","Physical Address City":"Hadley","Physical Address State":"PA ","Physical Address Zipcode":"16130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18771331058020477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4206365","School District Name":"Columbia-Montour AVTS","Physical Address Line 1":"5050 Sweppenheiser Drive","Physical Address Line 2":"","Physical Address City":"Bloomsburg","Physical Address State":"PA ","Physical Address Zipcode":"17815","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4206360","School District Name":"Columbia Borough SD","Physical Address Line 1":"200 N. Fifth St.","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"PA ","Physical Address Zipcode":"17512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17394014962593515,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206270","School District Name":"Cocalico SD","Physical Address Line 1":"800 4th Street","Physical Address Line 2":"","Physical Address City":"Denver","Physical Address State":"PA ","Physical Address Zipcode":"17517","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05510249063257659,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206240","School District Name":"Coatesville Area SD","Physical Address Line 1":"3030 CG Zinn Rd","Physical Address Line 2":"","Physical Address City":"Thorndale","Physical Address State":"PA ","Physical Address Zipcode":"19372","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12085354025218235,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206150","School District Name":"Clearfield Area SD","Physical Address Line 1":"2831 Washington Avenue","Physical Address Line 2":"","Physical Address City":"Clearfield","Physical Address State":"PA ","Physical Address Zipcode":"16830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1974704202366381,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206120","School District Name":"Claysburg-Kimmel SD","Physical Address Line 1":"531 Bedford St","Physical Address Line 2":"","Physical Address City":"Claysburg","Physical Address State":"PA ","Physical Address Zipcode":"16625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16857798165137614,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206090","School District Name":"Clarion-Limestone Area SD","Physical Address Line 1":"4091 C-L School Road","Physical Address Line 2":"","Physical Address City":"Strattanville","Physical Address State":"PA ","Physical Address Zipcode":"16258","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11354961832061068,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206060","School District Name":"Clarion Area SD","Physical Address Line 1":"221 Liberty St","Physical Address Line 2":"","Physical Address City":"Clarion","Physical Address State":"PA ","Physical Address Zipcode":"16214","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14504716981132076,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4206030","School District Name":"Clairton City SD","Physical Address Line 1":"502 Mitchell Ave","Physical Address Line 2":"","Physical Address City":"Clairton","Physical Address State":"PA ","Physical Address Zipcode":"15025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3608490566037736,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4205910","School District Name":"Chichester SD","Physical Address Line 1":"401 Cherry Tree Rd","Physical Address Line 2":"","Physical Address City":"Aston","Physical Address State":"PA ","Physical Address Zipcode":"19014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13286163522012578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205880","School District Name":"Chestnut Ridge SD","Physical Address Line 1":"3281 Valley Road","Physical Address Line 2":"","Physical Address City":"Fishertown","Physical Address State":"PA ","Physical Address Zipcode":"15539","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13157894736842105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4205860","School District Name":"Chester-Upland SD","Physical Address Line 1":"Attn: Administration Suite","Physical Address Line 2":"232 West 9th Street","Physical Address City":"Chester","Physical Address State":"PA ","Physical Address Zipcode":"19013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2669896556239361,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4205760","School District Name":"Cheltenham SD","Physical Address Line 1":"2000 Ashbourne Rd","Physical Address Line 2":"","Physical Address City":"Elkins Park","Physical Address State":"PA ","Physical Address Zipcode":"19027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05566672730580317,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205730","School District Name":"Chartiers-Houston SD","Physical Address Line 1":"2020 W Pike St","Physical Address Line 2":"","Physical Address City":"Houston","Physical Address State":"PA ","Physical Address Zipcode":"15342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07234042553191489,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205700","School District Name":"Chartiers Valley SD","Physical Address Line 1":"2030 Swallow Hill Rd","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07548224769359799,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205640","School District Name":"Charleroi SD","Physical Address Line 1":"125 Fecsen Drive","Physical Address Line 2":"","Physical Address City":"Charleroi","Physical Address State":"PA ","Physical Address Zipcode":"15022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19492574257425743,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205550","School District Name":"Chambersburg Area SD","Physical Address Line 1":"435 Stanley Ave","Physical Address Line 2":"","Physical Address City":"Chambersburg","Physical Address State":"PA ","Physical Address Zipcode":"17201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11350941967244155,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205490","School District Name":"Central York SD","Physical Address Line 1":"775 Marion Rd","Physical Address Line 2":"","Physical Address City":"York","Physical Address State":"PA ","Physical Address Zipcode":"17406","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05181674565560822,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205460","School District Name":"Crestwood SD","Physical Address Line 1":"281 S Mountain Blvd","Physical Address Line 2":"","Physical Address City":"Mountain Top","Physical Address State":"PA ","Physical Address Zipcode":"18707","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09579100145137881,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205430","School District Name":"Central Greene SD","Physical Address Line 1":"250 S. Cumberland Street","Physical Address Line 2":"","Physical Address City":"Waynesburg","Physical Address State":"PA ","Physical Address Zipcode":"15370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16482910694597575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205400","School District Name":"Central Dauphin SD","Physical Address Line 1":"600 Rutherford Rd","Physical Address Line 2":"","Physical Address City":"Harrisburg","Physical Address State":"PA ","Physical Address Zipcode":"17109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10528227857298554,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205370","School District Name":"Central Columbia SD","Physical Address Line 1":"4777 Old Berwick Rd","Physical Address Line 2":"","Physical Address City":"Bloomsburg","Physical Address State":"PA ","Physical Address Zipcode":"17815","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07296538821328344,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205340","School District Name":"Central Cambria SD","Physical Address Line 1":"208 Schoolhouse Rd","Physical Address Line 2":"","Physical Address City":"Ebensburg","Physical Address State":"PA ","Physical Address Zipcode":"15931","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07540603248259861,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205310","School District Name":"Central Bucks SD","Physical Address Line 1":"20 Welden Dr","Physical Address Line 2":"","Physical Address City":"Doylestown","Physical Address State":"PA ","Physical Address Zipcode":"18901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02837195484254308,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205190","School District Name":"Centennial SD","Physical Address Line 1":"48 Swan Way","Physical Address Line 2":"","Physical Address City":"Warminster","Physical Address State":"PA ","Physical Address Zipcode":"18974","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05515399120050283,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205160","School District Name":"Catasauqua Area SD","Physical Address Line 1":"201 N 14th St","Physical Address Line 2":"","Physical Address City":"Catasauqua","Physical Address State":"PA ","Physical Address Zipcode":"18032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17626112759643917,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205070","School District Name":"Carmichaels Area SD","Physical Address Line 1":"225 N Vine St","Physical Address Line 2":"","Physical Address City":"Carmichaels","Physical Address State":"PA ","Physical Address Zipcode":"15320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16584887144259078,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205040","School District Name":"Carlynton SD","Physical Address Line 1":"435 Kings Hwy","Physical Address Line 2":"","Physical Address City":"Carnegie","Physical Address State":"PA ","Physical Address Zipcode":"15106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1437831467295227,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4205010","School District Name":"Carlisle Area SD","Physical Address Line 1":"623 W. Penn St.","Physical Address Line 2":"","Physical Address City":"Carlisle","Physical Address State":"PA ","Physical Address Zipcode":"17013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11227242076871206,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4204980","School District Name":"Carbondale Area SD","Physical Address Line 1":"101 Brooklyn St","Physical Address Line 2":"","Physical Address City":"Carbondale","Physical Address State":"PA ","Physical Address Zipcode":"18407","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22886133032694475,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4204920","School District Name":"Canton Area SD","Physical Address Line 1":"509 E Main St","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"PA ","Physical Address Zipcode":"17724","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12192902638762511,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4204890","School District Name":"Canon-McMillan SD","Physical Address Line 1":"1 N Jefferson Ave","Physical Address Line 2":"","Physical Address City":"Canonsburg","Physical Address State":"PA ","Physical Address Zipcode":"15317","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0503119339907426,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4204860","School District Name":"Camp Hill SD","Physical Address Line 1":"2627 Chestnut St","Physical Address Line 2":"","Physical Address City":"Camp Hill","Physical Address State":"PA ","Physical Address Zipcode":"17011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0517363571934798,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4204830","School District Name":"Cameron County SD","Physical Address Line 1":"601 Woodland Ave","Physical Address Line 2":"","Physical Address City":"Emporium","Physical Address State":"PA ","Physical Address Zipcode":"15834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.21311475409836064,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4204740","School District Name":"Cambria Heights SD","Physical Address Line 1":"426 Glendale Lake Rd","Physical Address Line 2":"","Physical Address City":"Patton","Physical Address State":"PA ","Physical Address Zipcode":"16668","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08495821727019498,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4204710","School District Name":"California Area SD","Physical Address Line 1":"11 Trojan Way Suite 100","Physical Address Line 2":"","Physical Address City":"Coal Center","Physical Address State":"PA ","Physical Address Zipcode":"15423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13851351351351351,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4204590","School District Name":"Butler Area SD","Physical Address Line 1":"110 Campus Lane","Physical Address Line 2":"","Physical Address City":"Butler","Physical Address State":"PA ","Physical Address Zipcode":"16001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12000520629962254,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4204530","School District Name":"Burrell SD","Physical Address Line 1":"1021 Puckety Church Rd","Physical Address Line 2":"","Physical Address City":"Lower Burrell","Physical Address State":"PA ","Physical Address Zipcode":"15068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06754530477759473,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4204500","School District Name":"Burgettstown Area SD","Physical Address Line 1":"100 Bavington Rd","Physical Address Line 2":"","Physical Address City":"Burgettstown","Physical Address State":"PA ","Physical Address Zipcode":"15021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0875668449197861,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4204320","School District Name":"Brookville Area SD","Physical Address Line 1":"104 Jenks Street","Physical Address Line 2":"","Physical Address City":"Brookville","Physical Address State":"PA ","Physical Address Zipcode":"15825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12267441860465116,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4204260","School District Name":"Brockway Area SD","Physical Address Line 1":"40 North St","Physical Address Line 2":"","Physical Address City":"Brockway","Physical Address State":"PA ","Physical Address Zipcode":"15824","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12630662020905922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4204230","School District Name":"Bristol Township SD","Physical Address Line 1":"5 Blue Lake Rd","Physical Address Line 2":"","Physical Address City":"Levittown","Physical Address State":"PA ","Physical Address Zipcode":"19057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10697857799973716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4204200","School District Name":"Bristol Borough SD","Physical Address Line 1":"1776 Farragut Avenue","Physical Address Line 2":"","Physical Address City":"Bristol","Physical Address State":"PA ","Physical Address Zipcode":"19007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13564213564213565,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4204140","School District Name":"Brentwood Borough SD","Physical Address Line 1":"3601 Brownsville Rd","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15227","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12171837708830549,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4204090","School District Name":"Bryn Athyn SD","Physical Address Line 1":"2835 Buck Rd","Physical Address Line 2":"","Physical Address City":"Bryn Athyn","Physical Address State":"PA ","Physical Address Zipcode":"19009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03524229074889868,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4204080","School District Name":"Brownsville Area SD","Physical Address Line 1":"5 Falcon Drive","Physical Address Line 2":"","Physical Address City":"Brownsville","Physical Address State":"PA ","Physical Address Zipcode":"15417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.37355658198614317,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4204050","School District Name":"Brandywine Heights Area SD","Physical Address Line 1":"200 W Weis St","Physical Address Line 2":"","Physical Address City":"Topton","Physical Address State":"PA ","Physical Address Zipcode":"19562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09010416666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4204020","School District Name":"Bradford Area SD","Physical Address Line 1":"150 Lorana Ave","Physical Address Line 2":"","Physical Address City":"Bradford","Physical Address State":"PA ","Physical Address Zipcode":"16701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18863636363636363,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203960","School District Name":"Boyertown Area SD","Physical Address Line 1":"911 Montgomery Ave","Physical Address Line 2":"","Physical Address City":"Boyertown","Physical Address State":"PA ","Physical Address Zipcode":"19512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04444719574099294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203900","School District Name":"Blue Ridge SD","Physical Address Line 1":"5150 School Road","Physical Address Line 2":"","Physical Address City":"New Milford","Physical Address State":"PA ","Physical Address Zipcode":"18834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17534537725823593,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203870","School District Name":"Blue Mountain SD","Physical Address Line 1":"685 Red Dale Rd","Physical Address Line 2":"","Physical Address City":"Orwigsburg","Physical Address State":"PA ","Physical Address Zipcode":"17961","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08208469055374593,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203840","School District Name":"Bloomsburg Area SD","Physical Address Line 1":"728 E 5th St","Physical Address Line 2":"","Physical Address City":"Bloomsburg","Physical Address State":"PA ","Physical Address Zipcode":"17815","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12493268712977922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203750","School District Name":"Blairsville-Saltsburg SD","Physical Address Line 1":"102 School Lane","Physical Address Line 2":"","Physical Address City":"Blairsville","Physical Address State":"PA ","Physical Address Zipcode":"15717","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1400516795865633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203690","School District Name":"Blacklick Valley SD","Physical Address Line 1":"555 Birch St","Physical Address Line 2":"","Physical Address City":"Nanty Glo","Physical Address State":"PA ","Physical Address Zipcode":"15943","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19155354449472098,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203688","School District Name":"Blackhawk SD","Physical Address Line 1":"500 Blackhawk Rd","Physical Address Line 2":"","Physical Address City":"Beaver Falls","Physical Address State":"PA ","Physical Address Zipcode":"15010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06354916067146282,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203660","School District Name":"Big Spring SD","Physical Address Line 1":"45 Mount Rock Rd","Physical Address Line 2":"","Physical Address City":"Newville","Physical Address State":"PA ","Physical Address Zipcode":"17241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09688934217236105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4203630","School District Name":"Big Beaver Falls Area SD","Physical Address Line 1":"1503 8th Avenue","Physical Address Line 2":"","Physical Address City":"Beaver Falls","Physical Address State":"PA ","Physical Address Zipcode":"15010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.229066985645933,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4203600","School District Name":"Bethlehem-Center SD","Physical Address Line 1":"194 Crawford Rd","Physical Address Line 2":"","Physical Address City":"Fredericktown","Physical Address State":"PA ","Physical Address Zipcode":"15333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10975609756097561,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203570","School District Name":"Bethlehem Area SD","Physical Address Line 1":"1516 Sycamore St","Physical Address Line 2":"","Physical Address City":"Bethlehem","Physical Address State":"PA ","Physical Address Zipcode":"18017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1362994350282486,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203510","School District Name":"Bethel Park SD","Physical Address Line 1":"301 Church Rd","Physical Address Line 2":"","Physical Address City":"Bethel Park","Physical Address State":"PA ","Physical Address Zipcode":"15102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.045207199665131856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203480","School District Name":"Berwick Area SD","Physical Address Line 1":"500 Line St","Physical Address Line 2":"","Physical Address City":"Berwick","Physical Address State":"PA ","Physical Address Zipcode":"18603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15996343692870202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203450","School District Name":"Bermudian Springs SD","Physical Address Line 1":"7335 Carlisle Pike","Physical Address Line 2":"","Physical Address City":"York Springs","Physical Address State":"PA ","Physical Address Zipcode":"17372","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09449171518137035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203420","School District Name":"Berlin Brothersvalley SD","Physical Address Line 1":"1025 Main St","Physical Address Line 2":"","Physical Address City":"Berlin","Physical Address State":"PA ","Physical Address Zipcode":"15530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12437185929648241,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4203390","School District Name":"Benton Area SD","Physical Address Line 1":"600 Green Acres Rd","Physical Address Line 2":"","Physical Address City":"Benton","Physical Address State":"PA ","Physical Address Zipcode":"17814","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12146892655367232,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4203360","School District Name":"Bentworth SD","Physical Address Line 1":"150 Bearcat Drive","Physical Address Line 2":"","Physical Address City":"Bentleyville","Physical Address State":"PA ","Physical Address Zipcode":"15314","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15956622773044152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203330","School District Name":"Bensalem Township SD","Physical Address Line 1":"3000 Donallen Dr","Physical Address Line 2":"","Physical Address City":"Bensalem","Physical Address State":"PA ","Physical Address Zipcode":"19020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10192658161936996,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203300","School District Name":"Bellwood-Antis SD","Physical Address Line 1":"300 Martin Street","Physical Address Line 2":"","Physical Address City":"Bellwood","Physical Address State":"PA ","Physical Address Zipcode":"16617","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09083601286173633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203240","School District Name":"Bellefonte Area SD","Physical Address Line 1":"318 N Allegheny St","Physical Address Line 2":"","Physical Address City":"Bellefonte","Physical Address State":"PA ","Physical Address Zipcode":"16823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08812798203760876,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203210","School District Name":"Belle Vernon Area SD","Physical Address Line 1":"270 Crest Avenue","Physical Address Line 2":"","Physical Address City":"Belle Vernon","Physical Address State":"PA ","Physical Address Zipcode":"15012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11662631154156577,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203180","School District Name":"Bedford Area SD","Physical Address Line 1":"330 E John St","Physical Address Line 2":"","Physical Address City":"Bedford","Physical Address State":"PA ","Physical Address Zipcode":"15522","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1269540502131691,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203120","School District Name":"Beaver Area SD","Physical Address Line 1":"1300 Fifth Street","Physical Address Line 2":"","Physical Address City":"Beaver","Physical Address State":"PA ","Physical Address Zipcode":"15009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04954304954304954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4203000","School District Name":"Bangor Area SD","Physical Address Line 1":"123 Five Points Richmond Rd","Physical Address Line 2":"","Physical Address City":"Bangor","Physical Address State":"PA ","Physical Address Zipcode":"18013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09266943291839558,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202970","School District Name":"Baldwin-Whitehall SD","Physical Address Line 1":"4900 Curry Rd","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09545855379188713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202910","School District Name":"Bald Eagle Area SD","Physical Address Line 1":"751 S Eagle Valley Rd","Physical Address Line 2":"","Physical Address City":"Wingate","Physical Address State":"PA ","Physical Address Zipcode":"16823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09526089037817137,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202900","School District Name":"Chester County Technical College HS","Physical Address Line 1":"455 Boot Road","Physical Address Line 2":"","Physical Address City":"Downingtown","Physical Address State":"PA ","Physical Address Zipcode":"19335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4202850","School District Name":"Pine-Richland SD","Physical Address Line 1":"702 Warrendale Rd","Physical Address Line 2":"","Physical Address City":"Gibsonia","Physical Address State":"PA ","Physical Address Zipcode":"15044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03157230056830141,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202820","School District Name":"Avonworth SD","Physical Address Line 1":"258 Josephs Lane","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15237","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.039141414141414144,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202790","School District Name":"Avon Grove SD","Physical Address Line 1":"375 S Jennersville Road","Physical Address Line 2":"","Physical Address City":"West Grove","Physical Address State":"PA ","Physical Address Zipcode":"19390","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.047566890940384916,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202760","School District Name":"Avella Area SD","Physical Address Line 1":"1000 Avella Rd","Physical Address Line 2":"","Physical Address City":"Avella","Physical Address State":"PA ","Physical Address Zipcode":"15312","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09546925566343042,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4202700","School District Name":"Austin Area SD","Physical Address Line 1":"138 Costello Avenue","Physical Address Line 2":"","Physical Address City":"Austin","Physical Address State":"PA ","Physical Address Zipcode":"16720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20253164556962025,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4202670","School District Name":"Athens Area SD","Physical Address Line 1":"100 Canal Street","Physical Address Line 2":"","Physical Address City":"Athens","Physical Address State":"PA ","Physical Address Zipcode":"18810","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13184406482698205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202600","School District Name":"Lenape Tech","Physical Address Line 1":"2215 Chaplin Avenue","Physical Address Line 2":"","Physical Address City":"Ford City","Physical Address State":"PA ","Physical Address Zipcode":"16226","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4202590","School District Name":"Armstrong SD","Physical Address Line 1":"181 Heritage Park Drive","Physical Address Line 2":"Suite #2","Physical Address City":"Kittanning","Physical Address State":"PA ","Physical Address Zipcode":"16201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15550645819170633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202550","School District Name":"Apollo-Ridge SD","Physical Address Line 1":"1825 State Route 56","Physical Address Line 2":"","Physical Address City":"Spring Church","Physical Address State":"PA ","Physical Address Zipcode":"15686","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13544668587896252,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202490","School District Name":"Annville-Cleona SD","Physical Address Line 1":"520 S White Oak St","Physical Address Line 2":"","Physical Address City":"Annville","Physical Address State":"PA ","Physical Address Zipcode":"17003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.091995841995842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202480","School District Name":"Antietam SD","Physical Address Line 1":"100 Antietam Rd Stony Ck Mills","Physical Address Line 2":"","Physical Address City":"Reading","Physical Address State":"PA ","Physical Address Zipcode":"19606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10562180579216354,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202440","School District Name":"Ambridge Area SD","Physical Address Line 1":"901 Duss Avenue","Physical Address Line 2":"","Physical Address City":"Ambridge","Physical Address State":"PA ","Physical Address Zipcode":"15003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12126358695652174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202400","School District Name":"Wissahickon SD","Physical Address Line 1":"601 Knight Rd","Physical Address Line 2":"","Physical Address City":"Ambler","Physical Address State":"PA ","Physical Address Zipcode":"19002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03520900321543408,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202340","School District Name":"Altoona Area SD","Physical Address Line 1":"1404 6th Ave","Physical Address Line 2":"","Physical Address City":"Altoona","Physical Address State":"PA ","Physical Address Zipcode":"16602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1761798281746499,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202310","School District Name":"Allegheny-Clarion Valley SD","Physical Address Line 1":"776 Route 58","Physical Address Line 2":"","Physical Address City":"Foxburg","Physical Address State":"PA ","Physical Address Zipcode":"16036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1402439024390244,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4202280","School District Name":"Allentown City SD","Physical Address Line 1":"31 S Penn Street","Physical Address Line 2":"","Physical Address City":"Allentown","Physical Address State":"PA ","Physical Address Zipcode":"18105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.33200018820872346,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4202190","School District Name":"Allegheny Valley SD","Physical Address Line 1":"300 Pearl Ave","Physical Address Line 2":"","Physical Address City":"Cheswick","Physical Address State":"PA ","Physical Address Zipcode":"15024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10816125860373647,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202130","School District Name":"Aliquippa SD","Physical Address Line 1":"800 21st Street","Physical Address Line 2":"","Physical Address City":"Aliquippa","Physical Address State":"PA ","Physical Address Zipcode":"15001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23567921440261866,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4202100","School District Name":"Albert Gallatin Area SD","Physical Address Line 1":"2625 Morgantown Rd","Physical Address Line 2":"","Physical Address City":"Uniontown","Physical Address State":"PA ","Physical Address Zipcode":"15401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21092109210921092,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4202040","School District Name":"Abington SD","Physical Address Line 1":"970 Highland Ave","Physical Address Line 2":"","Physical Address City":"Abington","Physical Address State":"PA ","Physical Address Zipcode":"19001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04492707335249654,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4202010","School District Name":"Abington Heights SD","Physical Address Line 1":"200 E Grove St","Physical Address Line 2":"","Physical Address City":"Clarks Summit","Physical Address State":"PA ","Physical Address Zipcode":"18411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05702647657841141,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4200905","School District Name":"Adams County Technical Institute","Physical Address Line 1":"1126 Old Harrisburg RD","Physical Address Line 2":"","Physical Address City":"Gettysburg","Physical Address State":"PA ","Physical Address Zipcode":"17325","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200904","School District Name":"Catalyst Academy CS","Physical Address Line 1":"7061 Lemington Avenue","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15206","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200903","School District Name":"MaST Community CS III","Physical Address Line 1":"1 Crown Way (12345 Roosevelt Blvd)","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19154","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200902","School District Name":"Philadelphia Hebrew Public CS","Physical Address Line 1":"3300 Henry Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19129","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200901","School District Name":"KIPP North Philadelphia CS","Physical Address Line 1":"2539 N. 16th Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19132","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200900","School District Name":"Mastery Prep Elementary CS","Physical Address Line 1":"1801 W. Pike Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19140","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200899","School District Name":"Deep Roots CS","Physical Address Line 1":"3556 Frankford Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19134","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200898","School District Name":"Insight PA Cyber CS","Physical Address Line 1":"350 Eagleview Blvd","Physical Address Line 2":"","Physical Address City":"Exton","Physical Address State":"PA ","Physical Address Zipcode":"19341","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200897","School District Name":"Easton Arts Academy Elementary CS","Physical Address Line 1":"30 N. 4th Street","Physical Address Line 2":"","Physical Address City":"Easton","Physical Address State":"PA ","Physical Address Zipcode":"18042","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200896","School District Name":"Westinghouse Arts Academy CS","Physical Address Line 1":"320 Marguerite Avenue","Physical Address Line 2":"","Physical Address City":"Wilmerding","Physical Address State":"PA ","Physical Address Zipcode":"15148","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200895","School District Name":"TECH Freire CS","Physical Address Line 1":"2221 North Broad Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19132","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200894","School District Name":"Innovative Arts Academy CS","Physical Address Line 1":"330 Howertown Rd.","Physical Address Line 2":"","Physical Address City":"Catasauqua","Physical Address State":"PA ","Physical Address Zipcode":"18032","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200893","School District Name":"Independence CS West","Physical Address Line 1":"5600 Chester Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19143","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200892","School District Name":"Global Leadership Academy CS Southwest at Huey","Physical Address Line 1":"5200 Pine Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19143","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200891","School District Name":"MaST Community CS II","Physical Address Line 1":"6238 Rising Sun Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19111","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200890","School District Name":"Provident CS","Physical Address Line 1":"1400 Troy Hill Road","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15212","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200889","School District Name":"Mastery CS John Wister Elementary","Physical Address Line 1":"67 E Bringhurst Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19144","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200888","School District Name":"KIPP West Philadelphia CS","Physical Address Line 1":"5070 Parkside Ave","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19131","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200887","School District Name":"Reach Cyber CS","Physical Address Line 1":"750 East Park Drive","Physical Address Line 2":"Suite 204","Physical Address City":"Harrisburg","Physical Address State":"PA ","Physical Address Zipcode":"17111","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200886","School District Name":"KIPP DuBois CS","Physical Address Line 1":"5070 Parkside Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200885","School District Name":"Vision Academy CS","Physical Address Line 1":"41 E Baltimore Avenue","Physical Address Line 2":"","Physical Address City":"Lansdowne","Physical Address State":"PA ","Physical Address Zipcode":"19050","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200884","School District Name":"Young Scholars of Greater Allegheny CS","Physical Address Line 1":"413 Shaw Avenue","Physical Address Line 2":"","Physical Address City":"McKeesport","Physical Address State":"PA ","Physical Address Zipcode":"15132","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200883","School District Name":"Arts Academy Elementary CS","Physical Address Line 1":"601 W Union Street","Physical Address Line 2":"","Physical Address City":"Allentown","Physical Address State":"PA ","Physical Address Zipcode":"18101","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200882","School District Name":"Passport Academy CS","Physical Address Line 1":"933 Penn Avenue","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15222","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200880","School District Name":"Propel CS-Hazelwood","Physical Address Line 1":"5401 Glenwood Ave","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15208","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200879","School District Name":"Executive Education Academy CS","Physical Address Line 1":"555 Union Boulevard Suite #24","Physical Address Line 2":"","Physical Address City":"Allentown","Physical Address State":"PA ","Physical Address Zipcode":"18109","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200878","School District Name":"Mifflin County Academy of Science and Technology","Physical Address Line 1":"700 Pitt Street","Physical Address Line 2":"","Physical Address City":"Lewistown","Physical Address State":"PA ","Physical Address Zipcode":"17044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200876","School District Name":"Capital Area School for the Arts CS","Physical Address Line 1":"150 Strawberry Square","Physical Address Line 2":"","Physical Address City":"Harrisburg","Physical Address State":"PA ","Physical Address Zipcode":"17101","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200875","School District Name":"Circle of Seasons CS","Physical Address Line 1":"8380 Mohr Lane","Physical Address Line 2":"","Physical Address City":"Fogelsville","Physical Address State":"PA ","Physical Address Zipcode":"18051","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200874","School District Name":"Mastery CS-Francis D. Pastorius Elementary","Physical Address Line 1":"5650 Sprague Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19138","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200873","School District Name":"Premier Arts and Science CS","Physical Address Line 1":"500 North 17th Street","Physical Address Line 2":"","Physical Address City":"Harrisburg","Physical Address State":"PA ","Physical Address Zipcode":"17103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200872","School District Name":"Universal Alcorn CS","Physical Address Line 1":"3200 Dickinson Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19146","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200870","School District Name":"Memphis Street Academy CS @ JP Jones","Physical Address Line 1":"2950 Memphis Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19134","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200868","School District Name":"ACT Academy Cyber CS","Physical Address Line 1":"7301 Germantown Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200867","School District Name":"Howard Gardner Multiple Intelligence CS","Physical Address Line 1":"1615 East Elm Street","Physical Address Line 2":"","Physical Address City":"Scranton","Physical Address State":"PA ","Physical Address Zipcode":"18505","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200866","School District Name":"Universal Creighton CS","Physical Address Line 1":"5401 Tabor Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200863","School District Name":"The Philadelphia CS for Arts and Sciences at HR Edmunds","Physical Address Line 1":"1197 Haworth Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200862","School District Name":"Mastery CS-Cleveland Elementary","Physical Address Line 1":"3701 N. 19th Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19140","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200861","School District Name":"Baden Academy CS","Physical Address Line 1":"1016 State Street","Physical Address Line 2":"","Physical Address City":"Baden","Physical Address State":"PA ","Physical Address Zipcode":"15005","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200860","School District Name":"Arts Academy CS","Physical Address Line 1":"1610 East Emmaus Avenue","Physical Address Line 2":"","Physical Address City":"Allentown","Physical Address State":"PA ","Physical Address Zipcode":"18103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200859","School District Name":"Propel CS-Pitcairn","Physical Address Line 1":"435 Agatha Street","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15140","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200858","School District Name":"Esperanza Cyber CS","Physical Address Line 1":"4261 N. 5th Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19140","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200857","School District Name":"Chester Charter Scholars Academy CS","Physical Address Line 1":"1500 Highland Avenue","Physical Address Line 2":"","Physical Address City":"Chester","Physical Address State":"PA ","Physical Address Zipcode":"19013","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200856","School District Name":"Universal Audenried CS","Physical Address Line 1":"3301 Tasker Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19145","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200855","School District Name":"Universal Vare CS","Physical Address Line 1":"2100 South 24th Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19145","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200854","School District Name":"Erie Rise Leadership Academy CS","Physical Address Line 1":"1006 West 10th Street","Physical Address Line 2":"","Physical Address City":"Erie","Physical Address State":"PA ","Physical Address Zipcode":"16502","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200853","School District Name":"Penn Hills CS of Entrepreneurship","Physical Address Line 1":"2501 Main Street","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200852","School District Name":"HOPE for Hyndman CS","Physical Address Line 1":"130 School Drive","Physical Address Line 2":"","Physical Address City":"Hyndman","Physical Address State":"PA ","Physical Address Zipcode":"15545","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4200851","School District Name":"Mastery CS-Gratz Campus","Physical Address Line 1":"1798 West Hunting Park Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19140","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200850","School District Name":"Lindley Academy CS at Birney","Physical Address Line 1":"900 West Lindley Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19141","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200849","School District Name":"Propel CS-Northside","Physical Address Line 1":"1805 Buena Vista Street","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200848","School District Name":"I-LEAD Charter School","Physical Address Line 1":"401 Penn Street","Physical Address Line 2":"","Physical Address City":"Reading","Physical Address State":"PA ","Physical Address Zipcode":"19601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200847","School District Name":"Urban Pathways K-5 College CS","Physical Address Line 1":"925 Penn Avenue","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200846","School District Name":"York Academy Regional CS","Physical Address Line 1":"32 West North Street","Physical Address Line 2":"","Physical Address City":"York","Physical Address State":"PA ","Physical Address Zipcode":"17401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200845","School District Name":"Young Scholars of Western Pennsylvania CS","Physical Address Line 1":"600 Newport Drive","Physical Address Line 2":"","Physical Address City":"Baldwin Township","Physical Address State":"PA ","Physical Address Zipcode":"15234","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200844","School District Name":"Stone Valley Community CS","Physical Address Line 1":"13006 Greenwood Road","Physical Address Line 2":"","Physical Address City":"Huntingdon","Physical Address State":"PA ","Physical Address Zipcode":"16652","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4200843","School District Name":"Olney Charter High School","Physical Address Line 1":"100 W Duncannon Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200841","School District Name":"Gillingham Charter School","Physical Address Line 1":"915 Howard Avenue","Physical Address Line 2":"","Physical Address City":"Pottsville","Physical Address State":"PA ","Physical Address Zipcode":"17901","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200840","School District Name":"Mastery CS-Clymer Elementary","Physical Address Line 1":"1201 W Rush Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19133","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200839","School District Name":"John B Stetson CS","Physical Address Line 1":"3400 B Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19134","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200836","School District Name":"Gettysburg Montessori CS","Physical Address Line 1":"888 Coleman Road","Physical Address Line 2":"","Physical Address City":"Gettysburg","Physical Address State":"PA ","Physical Address Zipcode":"17325","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200835","School District Name":"ASPIRA Bilingual Cyber CS","Physical Address Line 1":"4322 N 5th Street 2nd Floor","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19140","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200834","School District Name":"Universal Bluford CS","Physical Address Line 1":"5801 Media St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200833","School District Name":"Propel CS-Braddock Hills","Physical Address Line 1":"1500 Yost Blvd","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200832","School District Name":"Lehigh Valley Dual Language CS","Physical Address Line 1":"675 E Broad St","Physical Address Line 2":"","Physical Address City":"Bethlehem","Physical Address State":"PA ","Physical Address Zipcode":"18018","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200831","School District Name":"Mastery CS-Mann Campus","Physical Address Line 1":"5376 W. Berks Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200830","School District Name":"Frederick Douglass Mastery CS","Physical Address Line 1":"2118 W. Norris St.","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19121","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200829","School District Name":"Mastery CS-Smedley Campus","Physical Address Line 1":"1790 Bridge Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200828","School District Name":"Mastery CS-Harrity Campus","Physical Address Line 1":"5601 Christian Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19143","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200827","School District Name":"Universal Daroff CS","Physical Address Line 1":"5630 Vine St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19139","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200824","School District Name":"Central Valley SD","Physical Address Line 1":"160 Baker Road Extension","Physical Address Line 2":"","Physical Address City":"Monaca","Physical Address State":"PA ","Physical Address Zipcode":"15061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07887208827135268,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4200822","School District Name":"Eastern University Academy Charter School","Physical Address Line 1":"3300 Henry Ave. Ste 2","Physical Address Line 2":"3 Fall Center","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19129","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200821","School District Name":"Tacony Academy CS","Physical Address Line 1":"1330 Rhawn Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200819","School District Name":"Lincoln Leadership Academy CS","Physical Address Line 1":"1414 E. Cedar St.","Physical Address Line 2":"","Physical Address City":"Allentown","Physical Address State":"PA ","Physical Address Zipcode":"18109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200818","School District Name":"Seven Generations CS","Physical Address Line 1":"154 E. Minor Street","Physical Address Line 2":"","Physical Address City":"Emmaus","Physical Address State":"PA ","Physical Address Zipcode":"18049","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200817","School District Name":"Franklin Towne Charter Elementary School","Physical Address Line 1":"4259 Richmond Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19137","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200816","School District Name":"Sankofa Freedom Academy CS","Physical Address Line 1":"2501 Kensington Avenue","Physical Address Line 2":"#2533","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19125","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200815","School District Name":"KIPP West Philadelphia Preparatory Charter School","Physical Address Line 1":"5900 Baltimore Ave.","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19143","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200814","School District Name":"Vida CS","Physical Address Line 1":"Eisenhower Center","Physical Address Line 2":"120 E. Broadway","Physical Address City":"Gettysburg","Physical Address State":"PA ","Physical Address Zipcode":"17325","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200813","School District Name":"Antonia Pantoja Community CS","Physical Address Line 1":"4101 North American Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19140","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200812","School District Name":"Environmental CS at Frick Park","Physical Address Line 1":"829 Milton Street","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15218","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200810","School District Name":"Pan American Academy CS","Physical Address Line 1":"2830 North American Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19133","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200762","School District Name":"Keystone Academy CS","Physical Address Line 1":"4521 Longshore Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19135","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200761","School District Name":"Mastery CS-Pickett Campus","Physical Address Line 1":"5700 Wayne Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19144","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200760","School District Name":"Boys Latin of Philadelphia CS","Physical Address Line 1":"5501 Cedar Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19143","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200758","School District Name":"Southwest Leadership Academy CS","Physical Address Line 1":"7101 Paschall Ave","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19142","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200755","School District Name":"Millersville University of PA","Physical Address Line 1":"N George St","Physical Address Line 2":"","Physical Address City":"Millersville","Physical Address State":"PA ","Physical Address Zipcode":"17551","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200754","School District Name":"Pittsburgh AVTS","Physical Address Line 1":"515 N. Highland Avenue","Physical Address Line 2":"Room 020","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15206","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200753","School District Name":"Widener Partnership CS","Physical Address Line 1":"1450 Edgmont Avenue","Physical Address Line 2":"","Physical Address City":"Chester","Physical Address State":"PA ","Physical Address Zipcode":"19013","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200752","School District Name":"Propel CS-Montour","Physical Address Line 1":"340 Bilmar Drive","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200751","School District Name":"City of Erie Regional Career & Technical School","Physical Address Line 1":"3325 Cherry Street","Physical Address Line 2":"","Physical Address City":"Erie","Physical Address State":"PA ","Physical Address Zipcode":"16508","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200750","School District Name":"Philadelphia AVTS","Physical Address Line 1":"440 North Broad Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200749","School District Name":"Evergreen Community CS","Physical Address Line 1":"905 East Grace Ave.","Physical Address Line 2":"","Physical Address City":"Cresco","Physical Address State":"PA ","Physical Address Zipcode":"18326","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200145","School District Name":"Mastery CS-Shoemaker Campus","Physical Address Line 1":"5301 Media Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200144","School District Name":"Mastery CS-Thomas Campus","Physical Address Line 1":"927 Johnston St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19148","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200143","School District Name":"Lincoln Park Performing Arts CS","Physical Address Line 1":"One Lincoln Park","Physical Address Line 2":"","Physical Address City":"Midland","Physical Address State":"PA ","Physical Address Zipcode":"15059","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200141","School District Name":"Folk Arts-Cultural Treasures CS","Physical Address Line 1":"1023 Callowhill St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19123","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200140","School District Name":"Agora Cyber CS","Physical Address Line 1":"1018 West 8th Avenue","Physical Address Line 2":"","Physical Address City":"King of Prussia","Physical Address State":"PA ","Physical Address Zipcode":"19406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200139","School District Name":"Northwood Academy CS","Physical Address Line 1":"4621 Castor Ave","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200137","School District Name":"Young Scholars of Central PA CS","Physical Address Line 1":"1530 Westerly Parkway","Physical Address Line 2":"","Physical Address City":"State College","Physical Address State":"PA ","Physical Address Zipcode":"16801","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200136","School District Name":"Tidioute Community CS","Physical Address Line 1":"241 Main St","Physical Address Line 2":"","Physical Address City":"Tidioute","Physical Address State":"PA ","Physical Address Zipcode":"16351","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4200135","School District Name":"Propel CS-East","Physical Address Line 1":"1611 Monroeville Ave.","Physical Address Line 2":"","Physical Address City":"Turtle Creek","Physical Address State":"PA ","Physical Address Zipcode":"15145","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200134","School District Name":"Propel CS-McKeesport","Physical Address Line 1":"2412 Versailles Avenue","Physical Address Line 2":"","Physical Address City":"McKeesport","Physical Address State":"PA ","Physical Address Zipcode":"15132","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200133","School District Name":"The New Academy CS","Physical Address Line 1":"2500 Jonquil Way","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200130","School District Name":"Philadelphia Montessori CS","Physical Address Line 1":"2227 Island Rd","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19142","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200129","School District Name":"Ad Prima CS","Physical Address Line 1":"1922 N. 63rd Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19151","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200128","School District Name":"Achievement House CS","Physical Address Line 1":"102 Pickering Way","Physical Address Line 2":"","Physical Address City":"Exton","Physical Address State":"PA ","Physical Address Zipcode":"19341","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200127","School District Name":"Pennsylvania Leadership CS","Physical Address Line 1":"1332 Enterprise Dr","Physical Address Line 2":"","Physical Address City":"West Chester","Physical Address State":"PA ","Physical Address Zipcode":"19380","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200126","School District Name":"Bear Creek Community CS","Physical Address Line 1":"30 Charter School Way","Physical Address Line 2":"","Physical Address City":"Bear Creek Township","Physical Address State":"PA ","Physical Address Zipcode":"18702","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200125","School District Name":"Pennsylvania Distance Learning CS","Physical Address Line 1":"2605 Nicholson Road","Physical Address Line 2":"Suite 4100","Physical Address City":"Sewickley","Physical Address State":"PA ","Physical Address Zipcode":"15143","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200124","School District Name":"Montessori Regional CS","Physical Address Line 1":"2549 West 8th Street","Physical Address Line 2":"","Physical Address City":"Erie","Physical Address State":"PA ","Physical Address Zipcode":"16505","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200123","School District Name":"Maritime Academy CS","Physical Address Line 1":"2275 Bridge St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19137","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200122","School District Name":"KIPP Philadelphia CS","Physical Address Line 1":"2539 N. 16th Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19132","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200121","School District Name":"Discovery CS","Physical Address Line 1":"4700 Parkside Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200119","School District Name":"Commonwealth Charter Academy CS","Physical Address Line 1":"One Innovation Way","Physical Address Line 2":"","Physical Address City":"Harrisburg","Physical Address State":"PA ","Physical Address Zipcode":"17110","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200118","School District Name":"Infinity CS","Physical Address Line 1":"5405 Locust Lane","Physical Address Line 2":"","Physical Address City":"Harrisburg","Physical Address State":"PA ","Physical Address Zipcode":"17109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200115","School District Name":"Perseus House CS of Excellence","Physical Address Line 1":"1511 Peach Street","Physical Address Line 2":"","Physical Address City":"Erie","Physical Address State":"PA ","Physical Address Zipcode":"16501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200114","School District Name":"New Day CS","Physical Address Line 1":"256 South Fifth Street","Physical Address Line 2":"","Physical Address City":"Huntingdon","Physical Address State":"PA ","Physical Address Zipcode":"16652","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200111","School District Name":"Propel CS-Homestead","Physical Address Line 1":"129 E. Tenth Avenue","Physical Address Line 2":"","Physical Address City":"Homestead","Physical Address State":"PA ","Physical Address Zipcode":"15120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200110","School District Name":"Philadelphia IU 26","Physical Address Line 1":"440 North Broad Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200109","School District Name":"Pittsburgh-Mt Oliver IU 2","Physical Address Line 1":"1305 Muriel St.","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200108","School District Name":"Belmont CS","Physical Address Line 1":"4030 Brown St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200107","School District Name":"Philadelphia Electrical & Tech CHS","Physical Address Line 1":"1420-22 Chestnut St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200106","School District Name":"Wissahickon CS","Physical Address Line 1":"4700 G Wissahickon Ave","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19144","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200105","School District Name":"West Phila. Achievement CES","Physical Address Line 1":"6701 Callowhill Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19151","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200104","School District Name":"Green Woods CS","Physical Address Line 1":"468 Domino Lane","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200101","School District Name":"Avon Grove CS","Physical Address Line 1":"110 E State St","Physical Address Line 2":"","Physical Address City":"West Grove","Physical Address State":"PA ","Physical Address Zipcode":"19390","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200100","School District Name":"Center for Student Learning CS at Pennsbury","Physical Address Line 1":"345 Lakeside Drive","Physical Address Line 2":"","Physical Address City":"Levittown","Physical Address State":"PA ","Physical Address Zipcode":"19054","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200099","School District Name":"Lehigh Valley Charter High School for the Arts","Physical Address Line 1":"321 E. Third St","Physical Address Line 2":"","Physical Address City":"Bethlehem","Physical Address State":"PA ","Physical Address Zipcode":"18015","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200098","School District Name":"Lehigh Valley Academy Regional CS","Physical Address Line 1":"1560 Valley Center Parkway","Physical Address Line 2":"Suite 200","Physical Address City":"Bethlehem","Physical Address State":"PA ","Physical Address Zipcode":"18017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200096","School District Name":"Fell CS","Physical Address Line 1":"777 Main Street","Physical Address Line 2":"","Physical Address City":"Simpson","Physical Address State":"PA ","Physical Address Zipcode":"18407","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200095","School District Name":"Central PA Digital Learning Foundation CS","Physical Address Line 1":"580 Foot of Ten Rd","Physical Address Line 2":"","Physical Address City":"Duncansville","Physical Address State":"PA ","Physical Address Zipcode":"16635","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200094","School District Name":"City CHS","Physical Address Line 1":"201 Stanwix Street","Physical Address Line 2":"Suite 100","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200093","School District Name":"First Philadelphia Preparatory CS","Physical Address Line 1":"4300 Tacony St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200092","School District Name":"Russell Byers CS","Physical Address Line 1":"1911 Arch St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200091","School District Name":"21st Century Cyber CS","Physical Address Line 1":"1245 Wrights Lane","Physical Address Line 2":"","Physical Address City":"West Chester","Physical Address State":"PA ","Physical Address Zipcode":"19380","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200088","School District Name":"Pennsylvania Virtual CS","Physical Address Line 1":"630 Park Avenue","Physical Address Line 2":"","Physical Address City":"King of Prussia","Physical Address State":"PA ","Physical Address Zipcode":"19406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200087","School District Name":"Independence CS","Physical Address Line 1":"1600 Lombard Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19146","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200086","School District Name":"Richard Allen Preparatory CS","Physical Address Line 1":"2601 S 58th St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19143","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200085","School District Name":"People for People CS","Physical Address Line 1":"800 N. Broad St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19130","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200084","School District Name":"Mastery CHS-Lenfest Campus","Physical Address Line 1":"35 S. 4th Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200079","School District Name":"Mariana Bracetti Academy CS","Physical Address Line 1":"1840 Torresdale Ave","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200077","School District Name":"Franklin Towne CHS","Physical Address Line 1":"5301 Tacony St","Physical Address Line 2":"Box 310-Bldg 108","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19137","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200076","School District Name":"Esperanza Academy CS","Physical Address Line 1":"301 W Hunting Park Ave","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19140","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200075","School District Name":"New Foundations CS","Physical Address Line 1":"8001 Torresdale Ave","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19136","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200074","School District Name":"Philadelphia Performing Arts CS","Physical Address Line 1":"2600 S Broad St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19145","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200073","School District Name":"Global Leadership Academy CS","Physical Address Line 1":"4601 Girard Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200071","School District Name":"Pennsylvania Cyber CS","Physical Address Line 1":"652 Midland Ave","Physical Address Line 2":"","Physical Address City":"Midland","Physical Address State":"PA ","Physical Address Zipcode":"15059","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200070","School District Name":"Souderton CS Collaborative","Physical Address Line 1":"110 E Broad St","Physical Address Line 2":"","Physical Address City":"Souderton","Physical Address State":"PA ","Physical Address Zipcode":"18964","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200069","School District Name":"Bucks County Montessori CS","Physical Address Line 1":"219 Tyburn Rd","Physical Address Line 2":"","Physical Address City":"Fairless Hills","Physical Address State":"PA ","Physical Address Zipcode":"19030","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200068","School District Name":"Roberto Clemente CS","Physical Address Line 1":"136 S 4th St","Physical Address Line 2":"","Physical Address City":"Allentown","Physical Address State":"PA ","Physical Address Zipcode":"18102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200067","School District Name":"Renaissance Academy CS","Physical Address Line 1":"413 Fairview Street","Physical Address Line 2":"","Physical Address City":"Phoenixville","Physical Address State":"PA ","Physical Address Zipcode":"19460","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200065","School District Name":"Lincoln CS","Physical Address Line 1":"559 W King St.","Physical Address Line 2":"","Physical Address City":"York","Physical Address State":"PA ","Physical Address Zipcode":"17401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200064","School District Name":"Spectrum CS","Physical Address Line 1":"4369 Northern Pike","Physical Address Line 2":"","Physical Address City":"Monroeville","Physical Address State":"PA ","Physical Address Zipcode":"15146","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200063","School District Name":"Sugar Valley Rural CS","Physical Address Line 1":"236 E Main St","Physical Address Line 2":"","Physical Address City":"Loganton","Physical Address State":"PA ","Physical Address Zipcode":"17747","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4200062","School District Name":"Mastery CS-Hardy Williams","Physical Address Line 1":"5400 Warrington Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19143","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200061","School District Name":"Philadelphia Academy CS","Physical Address Line 1":"11000 Roosevelt Blvd","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200060","School District Name":"Freire CS","Physical Address Line 1":"2027 Chestnut Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200058","School District Name":"Young Scholars CS","Physical Address Line 1":"900 N Marshall St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19123","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200056","School District Name":"Math Civics and Sciences CS","Physical Address Line 1":"447 N Broad St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19123","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200055","School District Name":"Universal Institute CS","Physical Address Line 1":"801 S 15th St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19146","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200053","School District Name":"Charter High School for Architecture and Design","Physical Address Line 1":"105 S. 7th St","Physical Address Line 2":"5th Floor","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200052","School District Name":"Christopher Columbus CS","Physical Address Line 1":"916 Christian St","Physical Address Line 2":"North Bldg","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19147","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200051","School District Name":"MAST Community CS","Physical Address Line 1":"1800 E Byberry Rd","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200050","School District Name":"Collegium CS","Physical Address Line 1":"535 James Hance Court","Physical Address Line 2":"","Physical Address City":"Exton","Physical Address State":"PA ","Physical Address Zipcode":"19341","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200049","School District Name":"Danville Ctr Adolescent Female","Physical Address Line 1":"13 Kirkbride Drive","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"PA ","Physical Address Zipcode":"17821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200048","School District Name":"Crispus Attucks CS","Physical Address Line 1":"605 S Duke St.","Physical Address Line 2":"","Physical Address City":"York","Physical Address State":"PA ","Physical Address Zipcode":"17403","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200044","School District Name":"Laboratory CS","Physical Address Line 1":"Administrative Office","Physical Address Line 2":"5901 Woodbine Avenue","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200043","School District Name":"Eugenio Maria De Hostos CS","Physical Address Line 1":"6301 N 2nd Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200042","School District Name":"Inquiry CS","Physical Address Line 1":"1301 Belmont Avenue","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200041","School District Name":"West Oak Lane CS","Physical Address Line 1":"7115 Stenton Ave","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19138","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200040","School District Name":"Multicultural Academy CS","Physical Address Line 1":"3821 North Broad Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19140","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200039","School District Name":"Alliance for Progress CS","Physical Address Line 1":"1821-39 Cecil B Moore Ave","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19121","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200038","School District Name":"Imhotep Institute CHS","Physical Address Line 1":"6201 N. 21st St.","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19138","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200036","School District Name":"Preparatory CS of Mathematics Science Tech and Careers","Physical Address Line 1":"1928 Point Breeze Ave","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19145","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200035","School District Name":"Chester Community CS","Physical Address Line 1":"302 East 5th St","Physical Address Line 2":"","Physical Address City":"Chester","Physical Address State":"PA ","Physical Address Zipcode":"19013","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200030","School District Name":"School Lane CS","Physical Address Line 1":"2400 Bristol Pike","Physical Address Line 2":"","Physical Address City":"Bensalem","Physical Address State":"PA ","Physical Address Zipcode":"19020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200028","School District Name":"Susq-Cyber CS","Physical Address Line 1":"240 Market Street","Physical Address Line 2":"Suite 15","Physical Address City":"Bloomsburg","Physical Address State":"PA ","Physical Address Zipcode":"17815","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200027","School District Name":"Sylvan Heights Science CS","Physical Address Line 1":"915 S 13th St","Physical Address Line 2":"","Physical Address City":"Harrisburg","Physical Address State":"PA ","Physical Address Zipcode":"17104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200026","School District Name":"La Academia Partnership CS","Physical Address Line 1":"30 N Ann St","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"PA ","Physical Address Zipcode":"17602","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200025","School District Name":"South Mountain Secure Trmnt Unit","Physical Address Line 1":"10056 S Mountain Rd","Physical Address Line 2":"","Physical Address City":"South Mountain","Physical Address State":"PA ","Physical Address Zipcode":"17261","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200024","School District Name":"Nittany Valley CS","Physical Address Line 1":"1612 Norma St","Physical Address Line 2":"","Physical Address City":"State College","Physical Address State":"PA ","Physical Address Zipcode":"16801","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200023","School District Name":"Centre Learning Community CS","Physical Address Line 1":"2643 W College Ave","Physical Address Line 2":"","Physical Address City":"State College","Physical Address State":"PA ","Physical Address Zipcode":"16801","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200021","School District Name":"Dr Robert Ketterer CS Inc","Physical Address Line 1":"1133 Village Way","Physical Address Line 2":"","Physical Address City":"Latrobe","Physical Address State":"PA ","Physical Address Zipcode":"15650","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200020","School District Name":"Robert Benjamin Wiley Community CS","Physical Address Line 1":"1446 East Lake Rd","Physical Address Line 2":"","Physical Address City":"Erie","Physical Address State":"PA ","Physical Address Zipcode":"16507","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200019","School District Name":"Urban Academy of Greater Pittsburgh CS","Physical Address Line 1":"437 Turett Street","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200018","School District Name":"Urban Pathways 6-12 CS","Physical Address Line 1":"914 Penn Ave","Physical Address Line 2":"3rd Floor","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200017","School District Name":"Manchester Academic CS","Physical Address Line 1":"1214 Liverpool St","Physical Address Line 2":"","Physical Address City":"Pittsburgh","Physical Address State":"PA ","Physical Address Zipcode":"15233","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200016","School District Name":"Youth Build Phila CS","Physical Address Line 1":"1231 N Broad St","Physical Address Line 2":"3rd Floor","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200014","School District Name":"Harambee Institute of Science and Technology CS","Physical Address Line 1":"640 N 66th St","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19151","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200013","School District Name":"Community Academy of Philadelphia CS","Physical Address Line 1":"1100 E Erie Ave","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"PA ","Physical Address Zipcode":"19124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200012","School District Name":"Chester Co Family Academy CS","Physical Address Line 1":"530 E. Union Street","Physical Address Line 2":"","Physical Address City":"West Chester","Physical Address State":"PA ","Physical Address Zipcode":"19382","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200011","School District Name":"Keystone Education Center CS","Physical Address Line 1":"425 South Good Hope Rd.","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"PA ","Physical Address Zipcode":"16125","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4200007","School District Name":"Fulton County Center for Career and Technology","Physical Address Line 1":"145 East Cherry Street","Physical Address Line 2":"","Physical Address City":"McConnellsburg","Physical Address State":"PA ","Physical Address Zipcode":"17233","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4200003","School District Name":"Susquehanna County CTC","Physical Address Line 1":"2380 Elk Lake School Road","Physical Address Line 2":"","Physical Address City":"Springville","Physical Address State":"PA ","Physical Address Zipcode":"18844","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4200001","School District Name":"Bedford County Technical Center","Physical Address Line 1":"195 Pennknoll Road","Physical Address Line 2":"","Physical Address City":"Everett","Physical Address State":"PA ","Physical Address Zipcode":"15537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4180505","School District Name":"Clackamas ESD","Physical Address Line 1":"13455 SE 97th Ave","Physical Address Line 2":"","Physical Address City":"Clackamas","Physical Address State":"OR ","Physical Address Zipcode":"97015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4180180","School District Name":"Multnomah ESD","Physical Address Line 1":"11611 NE Ainsworth Cir","Physical Address Line 2":"","Physical Address City":"Portland","Physical Address State":"OR ","Physical Address Zipcode":"97220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4180070","School District Name":"High Desert ESD","Physical Address Line 1":"2804 SW Sixth St","Physical Address Line 2":"","Physical Address City":"Redmond","Physical Address State":"OR ","Physical Address Zipcode":"97756","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4113650","School District Name":"Yoncalla SD 32","Physical Address Line 1":"401 First St","Physical Address Line 2":"","Physical Address City":"Yoncalla","Physical Address State":"OR ","Physical Address Zipcode":"97499","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20052083333333334,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4113530","School District Name":"Woodburn SD 103","Physical Address Line 1":"1390 Meridian Drive","Physical Address Line 2":"","Physical Address City":"Woodburn","Physical Address State":"OR ","Physical Address Zipcode":"97071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16936026936026935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4113490","School District Name":"Winston-Dillard SD 116","Physical Address Line 1":"620 NW Elwood","Physical Address Line 2":"","Physical Address City":"Winston","Physical Address State":"OR ","Physical Address Zipcode":"97496","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.181360201511335,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4113350","School District Name":"Willamina SD 30J","Physical Address Line 1":"1100 Oaken Hills Dr","Physical Address Line 2":"","Physical Address City":"Willamina","Physical Address State":"OR ","Physical Address Zipcode":"97396","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12844827586206897,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4113170","School District Name":"West Linn-Wilsonville SD 3J","Physical Address Line 1":"22210 SW Stafford Rd","Physical Address Line 2":"","Physical Address City":"Tualatin","Physical Address State":"OR ","Physical Address Zipcode":"97062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03953387061642344,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4113080","School District Name":"Warrenton-Hammond SD 30","Physical Address Line 1":"820 SW Cedar St","Physical Address Line 2":"","Physical Address City":"Warrenton","Physical Address State":"OR ","Physical Address Zipcode":"97146","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10923535253227408,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4112990","School District Name":"Wallowa SD 12","Physical Address Line 1":"315 First St","Physical Address Line 2":"","Physical Address City":"Wallowa","Physical Address State":"OR ","Physical Address Zipcode":"97885","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13945578231292516,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4112930","School District Name":"Vernonia SD 47J","Physical Address Line 1":"1201 Texas Ave","Physical Address Line 2":"","Physical Address City":"Vernonia","Physical Address State":"OR ","Physical Address Zipcode":"97064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10185185185185185,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4112690","School District Name":"Union SD 5","Physical Address Line 1":"540 S Main St","Physical Address Line 2":"","Physical Address City":"Union","Physical Address State":"OR ","Physical Address Zipcode":"97883","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10759493670886076,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4112600","School District Name":"Umatilla SD 6R","Physical Address Line 1":"1001 6th St","Physical Address Line 2":"","Physical Address City":"Umatilla","Physical Address State":"OR ","Physical Address Zipcode":"97882","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15034013605442176,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4112540","School District Name":"Ukiah SD 80R","Physical Address Line 1":"201 Hill St","Physical Address Line 2":"","Physical Address City":"Ukiah","Physical Address State":"OR ","Physical Address Zipcode":"97880","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06818181818181818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4112360","School District Name":"Troy SD 54","Physical Address Line 1":"66247 Redmond Grade Ln","Physical Address Line 2":"","Physical Address City":"Enterprise","Physical Address State":"OR ","Physical Address Zipcode":"97828","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4112320","School District Name":"Tillamook SD 9","Physical Address Line 1":"2510 1st St","Physical Address Line 2":"","Physical Address City":"Tillamook","Physical Address State":"OR ","Physical Address Zipcode":"97141","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12532523850823937,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4112240","School District Name":"Tigard-Tualatin SD 23J","Physical Address Line 1":"6960 SW Sandburg St","Physical Address Line 2":"","Physical Address City":"Tigard","Physical Address State":"OR ","Physical Address Zipcode":"97223","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06562683931724544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4111970","School District Name":"Sweet Home SD 55","Physical Address Line 1":"1920 Long St","Physical Address Line 2":"","Physical Address City":"Sweet Home","Physical Address State":"OR ","Physical Address Zipcode":"97386","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13749060856498874,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4111940","School District Name":"Sutherlin SD 130","Physical Address Line 1":"531 E Central Ave","Physical Address Line 2":"","Physical Address City":"Sutherlin","Physical Address State":"OR ","Physical Address Zipcode":"97479","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14840499306518723,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4111910","School District Name":"Suntex SD 10","Physical Address Line 1":"68178 Silver Creek Rd","Physical Address Line 2":"","Physical Address City":"Riley","Physical Address State":"OR ","Physical Address Zipcode":"97758","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2727272727272727,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4111790","School District Name":"Stanfield SD 61","Physical Address Line 1":"1120 N Main St","Physical Address Line 2":"","Physical Address City":"Stanfield","Physical Address State":"OR ","Physical Address Zipcode":"97875","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07208872458410351,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4111760","School District Name":"St Paul SD 45","Physical Address Line 1":"20449 Main St NE","Physical Address Line 2":"","Physical Address City":"St Paul","Physical Address State":"OR ","Physical Address Zipcode":"97137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08641975308641975,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4111720","School District Name":"St Helens SD 502","Physical Address Line 1":"474 N 16th St","Physical Address Line 2":"","Physical Address City":"St Helens","Physical Address State":"OR ","Physical Address Zipcode":"97051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09351305812973884,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4111670","School District Name":"Springfield SD 19","Physical Address Line 1":"640 A St","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"OR ","Physical Address Zipcode":"97477","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.14813895781637718,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4111640","School District Name":"Spray SD 1","Physical Address Line 1":"303 Park Ave","Physical Address Line 2":"","Physical Address City":"Spray","Physical Address State":"OR ","Physical Address Zipcode":"97874","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2857142857142857,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4111610","School District Name":"South Umpqua SD 19","Physical Address Line 1":"558 SW Chadwick Ln","Physical Address Line 2":"","Physical Address City":"Myrtle Creek","Physical Address State":"OR ","Physical Address Zipcode":"97457","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16197916666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4111580","School District Name":"South Lane SD 45J3","Physical Address Line 1":"455 Adams","Physical Address Line 2":"","Physical Address City":"Cottage Grove","Physical Address State":"OR ","Physical Address Zipcode":"97424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14520908791570628,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4111490","School District Name":"Sisters SD 6","Physical Address Line 1":"525 E Cascade Ave","Physical Address Line 2":"","Physical Address City":"Sisters","Physical Address State":"OR ","Physical Address Zipcode":"97759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09029192124915139,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4111450","School District Name":"Silver Falls SD 4J","Physical Address Line 1":"612 Schlador Street","Physical Address Line 2":"","Physical Address City":"Silverton","Physical Address State":"OR ","Physical Address Zipcode":"97381","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0964978584026203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4111400","School District Name":"North Lake SD 14","Physical Address Line 1":"57566 Fort Rock Rd","Physical Address Line 2":"","Physical Address City":"Silver Lake","Physical Address State":"OR ","Physical Address Zipcode":"97638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22118380062305296,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4111290","School District Name":"Sherwood SD 88J","Physical Address Line 1":"21920 SW Sherwood Blvd","Physical Address Line 2":"","Physical Address City":"Sherwood","Physical Address State":"OR ","Physical Address Zipcode":"97140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.027981445458626367,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4111250","School District Name":"Sherman County SD","Physical Address Line 1":"65912 High School Loop","Physical Address Line 2":"","Physical Address City":"Moro","Physical Address State":"OR ","Physical Address Zipcode":"97039","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18410041841004185,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4111220","School District Name":"Sheridan SD 48J","Physical Address Line 1":"435 S Bridge St","Physical Address Line 2":"","Physical Address City":"Sheridan","Physical Address State":"OR ","Physical Address Zipcode":"97378","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11886792452830189,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4111100","School District Name":"Seaside SD 10","Physical Address Line 1":"2600 Spruce Dr Ste 100","Physical Address Line 2":"","Physical Address City":"Seaside","Physical Address State":"OR ","Physical Address Zipcode":"97138","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12881144990665838,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4111040","School District Name":"Scio SD 95","Physical Address Line 1":"38700 NW Alder","Physical Address Line 2":"","Physical Address City":"Scio","Physical Address State":"OR ","Physical Address Zipcode":"97374","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08072916666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4110980","School District Name":"Scappoose SD 1J","Physical Address Line 1":"33589 High School Way","Physical Address Line 2":"","Physical Address City":"Scappoose","Physical Address State":"OR ","Physical Address Zipcode":"97056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06969424460431654,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4110890","School District Name":"Oregon Trail SD 46","Physical Address Line 1":"36525 SE Industrial Way","Physical Address Line 2":"","Physical Address City":"Sandy","Physical Address State":"OR ","Physical Address Zipcode":"97055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06490830414176797,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4110820","School District Name":"Salem-Keizer SD 24J","Physical Address Line 1":"2450 Lancaster Dr","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"OR ","Physical Address Zipcode":"97305","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1506553947312241,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4110710","School District Name":"Douglas County SD 4","Physical Address Line 1":"1419 NW Valley View Dr","Physical Address Line 2":"","Physical Address City":"Roseburg","Physical Address State":"OR ","Physical Address Zipcode":"97471","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14001154734411086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4110680","School District Name":"Rogue River SD 35","Physical Address Line 1":"1898 E Evans Creek Rd","Physical Address Line 2":"","Physical Address City":"Rogue River","Physical Address State":"OR ","Physical Address Zipcode":"97537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1390728476821192,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4110560","School District Name":"Riverdale SD 51J","Physical Address Line 1":"11733 SW Breyman Ave","Physical Address Line 2":"","Physical Address City":"Portland","Physical Address State":"OR ","Physical Address Zipcode":"97219","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03289473684210526,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4110530","School District Name":"Riddle SD 70","Physical Address Line 1":"401 1st St","Physical Address Line 2":"","Physical Address City":"Riddle","Physical Address State":"OR ","Physical Address Zipcode":"97469","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1984126984126984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4110520","School District Name":"Reynolds SD 7","Physical Address Line 1":"1204 NE 201st Ave","Physical Address Line 2":"","Physical Address City":"Fairview","Physical Address State":"OR ","Physical Address Zipcode":"97024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14964891749561146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4110410","School District Name":"Reedsport SD 105","Physical Address Line 1":"100 Ranch Rd","Physical Address Line 2":"","Physical Address City":"Reedsport","Physical Address State":"OR ","Physical Address Zipcode":"97467","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1956521739130435,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4110350","School District Name":"Redmond SD 2J","Physical Address Line 1":"145 SE Salmon Ave","Physical Address Line 2":"","Physical Address City":"Redmond","Physical Address State":"OR ","Physical Address Zipcode":"97756","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09219698673262874,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4110200","School District Name":"Prospect SD 59","Physical Address Line 1":"160 Mill Creek Dr","Physical Address Line 2":"","Physical Address City":"Prospect","Physical Address State":"OR ","Physical Address Zipcode":"97536","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4110110","School District Name":"Prairie City SD 4","Physical Address Line 1":"740 Overholt St.","Physical Address Line 2":"","Physical Address City":"Prairie City","Physical Address State":"OR ","Physical Address Zipcode":"97869","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24342105263157895,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4110080","School District Name":"Powers SD 31","Physical Address Line 1":"High School Hill Rd","Physical Address Line 2":"","Physical Address City":"Powers","Physical Address State":"OR ","Physical Address Zipcode":"97466","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28695652173913044,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4110040","School District Name":"Portland SD 1J","Physical Address Line 1":"501 N Dixon St","Physical Address Line 2":"","Physical Address City":"Portland","Physical Address State":"OR ","Physical Address Zipcode":"97227","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07792557005593001,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4110020","School District Name":"Port Orford-Langlois SD 2CJ","Physical Address Line 1":"45525 Highway 101","Physical Address Line 2":"","Physical Address City":"Port Orford","Physical Address State":"OR ","Physical Address Zipcode":"97465","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28391167192429023,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4109960","School District Name":"Plush SD 18","Physical Address Line 1":"18254 Morris Ln","Physical Address Line 2":"","Physical Address City":"Plush","Physical Address State":"OR ","Physical Address Zipcode":"97637","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4109870","School District Name":"Pleasant Hill SD 1","Physical Address Line 1":"36386 Hwy 58","Physical Address Line 2":"","Physical Address City":"Pleasant Hill","Physical Address State":"OR ","Physical Address Zipcode":"97455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11507128309572301,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4109750","School District Name":"Pinehurst SD 94","Physical Address Line 1":"15337 Hwy 66","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"OR ","Physical Address Zipcode":"97520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10344827586206896,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4109720","School District Name":"Pine Eagle SD 61","Physical Address Line 1":"375 North Main St","Physical Address Line 2":"","Physical Address City":"Halfway","Physical Address State":"OR ","Physical Address Zipcode":"97834","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18592964824120603,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4109690","School District Name":"Pine Creek SD 5","Physical Address Line 1":"79654 Pine Creek Rd","Physical Address Line 2":"","Physical Address City":"Drewsey","Physical Address State":"OR ","Physical Address Zipcode":"97904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4109660","School District Name":"Pilot Rock SD 2","Physical Address Line 1":"200 McGowan Drive","Physical Address Line 2":"","Physical Address City":"Pilot Rock","Physical Address State":"OR ","Physical Address Zipcode":"97868","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08423913043478261,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4109630","School District Name":"Phoenix-Talent SD 4","Physical Address Line 1":"401 W 4th St","Physical Address Line 2":"","Physical Address City":"Phoenix","Physical Address State":"OR ","Physical Address Zipcode":"97535","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12341504649196956,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4109600","School District Name":"Philomath SD 17J","Physical Address Line 1":"1620 Applegate Street","Physical Address Line 2":"","Physical Address City":"Philomath","Physical Address State":"OR ","Physical Address Zipcode":"97370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09580463368816532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4109530","School District Name":"Perrydale SD 21","Physical Address Line 1":"7445 Perrydale Rd","Physical Address Line 2":"","Physical Address City":"Amity","Physical Address State":"OR ","Physical Address Zipcode":"97101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09239130434782608,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4109510","School District Name":"Pendleton SD 16","Physical Address Line 1":"107 NW 10th St","Physical Address Line 2":"","Physical Address City":"Pendleton","Physical Address State":"OR ","Physical Address Zipcode":"97801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11369294605809128,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4109480","School District Name":"Parkrose SD 3","Physical Address Line 1":"10636 NE Prescott St","Physical Address Line 2":"","Physical Address City":"Portland","Physical Address State":"OR ","Physical Address Zipcode":"97220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1255239869585468,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4109430","School District Name":"Paisley SD 11","Physical Address Line 1":"260 Green St","Physical Address Line 2":"","Physical Address City":"Paisley","Physical Address State":"OR ","Physical Address Zipcode":"97636","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13513513513513514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4109330","School District Name":"Oregon City SD 62","Physical Address Line 1":"1417 12th St","Physical Address Line 2":"","Physical Address City":"Oregon City","Physical Address State":"OR ","Physical Address Zipcode":"97045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0633673469387755,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4109270","School District Name":"Ontario SD 8C","Physical Address Line 1":"195 SW 3rd Ave","Physical Address Line 2":"","Physical Address City":"Ontario","Physical Address State":"OR ","Physical Address Zipcode":"97914","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22844693432928728,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4109150","School District Name":"Oakridge SD 76","Physical Address Line 1":"47997 W 1st St","Physical Address Line 2":"","Physical Address City":"Oakridge","Physical Address State":"OR ","Physical Address Zipcode":"97463","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3582554517133956,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4109120","School District Name":"Oakland SD 1","Physical Address Line 1":"499 NE Spruce St","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"OR ","Physical Address Zipcode":"97462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16703296703296702,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4109000","School District Name":"Nyssa SD 26","Physical Address Line 1":"804 Adrian Blvd","Physical Address Line 2":"","Physical Address City":"Nyssa","Physical Address State":"OR ","Physical Address Zipcode":"97913","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19081551860649248,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4108940","School District Name":"North Powder SD 8J","Physical Address Line 1":"333 G St","Physical Address Line 2":"","Physical Address City":"North Powder","Physical Address State":"OR ","Physical Address Zipcode":"97867","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27044025157232704,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4108880","School District Name":"North Marion SD 15","Physical Address Line 1":"20256 Grim Rd NE","Physical Address Line 2":"","Physical Address City":"Aurora","Physical Address State":"OR ","Physical Address Zipcode":"97002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12134088762983947,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4108830","School District Name":"North Clackamas SD 12","Physical Address Line 1":"12400 SE Freeman Way","Physical Address Line 2":"","Physical Address City":"Milwaukie","Physical Address State":"OR ","Physical Address Zipcode":"97222","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07152846117988294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4108820","School District Name":"North Bend SD 13","Physical Address Line 1":"1913 Meade St","Physical Address Line 2":"","Physical Address City":"North Bend","Physical Address State":"OR ","Physical Address Zipcode":"97459","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17487344684767603,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4108720","School District Name":"Newberg SD 29J","Physical Address Line 1":"714 E 6th St","Physical Address Line 2":"","Physical Address City":"Newberg","Physical Address State":"OR ","Physical Address Zipcode":"97132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07928913192071087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4108700","School District Name":"Nestucca Valley SD 101J","Physical Address Line 1":"36925 Hwy 101 S","Physical Address Line 2":"","Physical Address City":"Cloverdale","Physical Address State":"OR ","Physical Address Zipcode":"97112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1310452418096724,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4108650","School District Name":"Neah-Kah-Nie SD 56","Physical Address Line 1":"504 N Third","Physical Address Line 2":"","Physical Address City":"Rockaway Beach","Physical Address State":"OR ","Physical Address Zipcode":"97136","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14634146341463414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4108550","School District Name":"Mt Angel SD 91","Physical Address Line 1":"730 E Marquam St","Physical Address Line 2":"","Physical Address City":"Mt Angel","Physical Address State":"OR ","Physical Address Zipcode":"97362","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10279187817258884,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4108520","School District Name":"Morrow SD 1","Physical Address Line 1":"240 Columbia Lane","Physical Address Line 2":"","Physical Address City":"Irrigon","Physical Address State":"OR ","Physical Address Zipcode":"97844","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12923351158645277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4108460","School District Name":"Monument SD 8","Physical Address Line 1":"127 North St","Physical Address Line 2":"","Physical Address City":"Monument","Physical Address State":"OR ","Physical Address Zipcode":"97864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15942028985507245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4108430","School District Name":"Monroe SD 1J","Physical Address Line 1":"365 N Fifth St","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"OR ","Physical Address Zipcode":"97456","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14258555133079848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4108310","School District Name":"Molalla River SD 35","Physical Address Line 1":"412 Swiegle Ave","Physical Address Line 2":"","Physical Address City":"Molalla","Physical Address State":"OR ","Physical Address Zipcode":"97038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07677220509946764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4108280","School District Name":"Mitchell SD 55","Physical Address Line 1":"340 SE High St","Physical Address Line 2":"","Physical Address City":"Mitchell","Physical Address State":"OR ","Physical Address Zipcode":"97750","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2647058823529412,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4108160","School District Name":"Milton-Freewater Unified SD 7","Physical Address Line 1":"1020 South Mill St","Physical Address Line 2":"","Physical Address City":"Milton-Freewater","Physical Address State":"OR ","Physical Address Zipcode":"97862","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13136499786050493,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4108100","School District Name":"Santiam Canyon SD 129J","Physical Address Line 1":"150 SW Evergreen St","Physical Address Line 2":"","Physical Address City":"Mill City","Physical Address State":"OR ","Physical Address Zipcode":"97360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13725490196078433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4108040","School District Name":"Medford SD 549C","Physical Address Line 1":"815 S Oakdale Ave","Physical Address Line 2":"","Physical Address City":"Medford","Physical Address State":"OR ","Physical Address Zipcode":"97501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12107471575527883,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4108010","School District Name":"McMinnville SD 40","Physical Address Line 1":"800 NE Lafayette Ave","Physical Address Line 2":"","Physical Address City":"McMinnville","Physical Address State":"OR ","Physical Address Zipcode":"97128","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10522538041917887,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4107980","School District Name":"McKenzie SD 68","Physical Address Line 1":"51187 Blue River Dr","Physical Address Line 2":"","Physical Address City":"Finn Rock","Physical Address State":"OR ","Physical Address Zipcode":"97488","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16363636363636364,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4107880","School District Name":"McDermitt School District 51","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4107740","School District Name":"Marcola SD 79J","Physical Address Line 1":"38300 Wendling Rd","Physical Address Line 2":"","Physical Address City":"Marcola","Physical Address State":"OR ","Physical Address Zipcode":"97454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10775862068965517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4107710","School District Name":"Mapleton SD 32","Physical Address Line 1":"10868 E Mapleton Rd","Physical Address Line 2":"","Physical Address City":"Mapleton","Physical Address State":"OR ","Physical Address Zipcode":"97453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24468085106382978,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4107590","School District Name":"Lowell SD 71","Physical Address Line 1":"65 S Pioneer St","Physical Address Line 2":"","Physical Address City":"Lowell","Physical Address State":"OR ","Physical Address Zipcode":"97452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10023866348448687,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4107530","School District Name":"Long Creek SD 17","Physical Address Line 1":"375 E Main","Physical Address Line 2":"","Physical Address City":"Long Creek","Physical Address State":"OR ","Physical Address Zipcode":"97856","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3541666666666667,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4107500","School District Name":"Lincoln County SD","Physical Address Line 1":"459 SW Coast Highway","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"OR ","Physical Address Zipcode":"97365","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18253839935327404,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4107380","School District Name":"Lebanon Community SD 9","Physical Address Line 1":"485 S 5th St","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"OR ","Physical Address Zipcode":"97355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11562871876239587,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4107280","School District Name":"Lake County SD 7","Physical Address Line 1":"1341 S First St","Physical Address Line 2":"","Physical Address City":"Lakeview","Physical Address State":"OR ","Physical Address Zipcode":"97630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15448275862068966,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4107230","School District Name":"Lake Oswego SD 7J","Physical Address Line 1":"2455 SW Country Club Rd","Physical Address Line 2":"","Physical Address City":"Lake Oswego","Physical Address State":"OR ","Physical Address Zipcode":"97034","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030168350168350167,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4107200","School District Name":"La Grande SD 1","Physical Address Line 1":"1305 N Willow Street","Physical Address Line 2":"","Physical Address City":"La Grande","Physical Address State":"OR ","Physical Address Zipcode":"97850","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13876811594202898,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4107080","School District Name":"Klamath Falls City Schools","Physical Address Line 1":"1336 Avalon","Physical Address Line 2":"","Physical Address City":"Klamath Falls","Physical Address State":"OR ","Physical Address Zipcode":"97603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1999479302265035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4107020","School District Name":"Klamath County SD","Physical Address Line 1":"2845 Greensprings Dr","Physical Address Line 2":"","Physical Address City":"Klamath Falls","Physical Address State":"OR ","Physical Address Zipcode":"97601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16370106761565836,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4106960","School District Name":"Juntura SD 12","Physical Address Line 1":"363 A St W","Physical Address Line 2":"c/o Malheur ESD","Physical Address City":"Vale","Physical Address State":"OR ","Physical Address Zipcode":"97918","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13636363636363635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4106930","School District Name":"Junction City SD 69","Physical Address Line 1":"325 Maple St","Physical Address Line 2":"","Physical Address City":"Junction City","Physical Address State":"OR ","Physical Address Zipcode":"97448","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11994076999012833,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4106900","School District Name":"Three Rivers/Josephine County SD","Physical Address Line 1":"8550 New Hope Rd","Physical Address Line 2":"","Physical Address City":"Grants Pass","Physical Address State":"OR ","Physical Address Zipcode":"97527","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18072472594397077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4106870","School District Name":"Joseph SD 6","Physical Address Line 1":"400 Wm E Williams Ave","Physical Address Line 2":"","Physical Address City":"Joseph","Physical Address State":"OR ","Physical Address Zipcode":"97846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1377952755905512,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4106820","School District Name":"Jordan Valley SD 3","Physical Address Line 1":"604 Oregon Ave","Physical Address Line 2":"","Physical Address City":"Jordan Valley","Physical Address State":"OR ","Physical Address Zipcode":"97910","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4106780","School District Name":"John Day SD 3","Physical Address Line 1":"401 N Canyon City Blvd","Physical Address Line 2":"","Physical Address City":"Canyon City","Physical Address State":"OR ","Physical Address Zipcode":"97820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1526479750778816,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4106750","School District Name":"Jewell SD 8","Physical Address Line 1":"83874 Hwy 103","Physical Address Line 2":"","Physical Address City":"Seaside","Physical Address State":"OR ","Physical Address Zipcode":"97138","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23595505617977527,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4106740","School District Name":"Jefferson County SD 509J","Physical Address Line 1":"445 SE Buff St","Physical Address Line 2":"","Physical Address City":"Madras","Physical Address State":"OR ","Physical Address Zipcode":"97741","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17331745086360928,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4106710","School District Name":"Jefferson SD 14J","Physical Address Line 1":"1328 N 2nd St","Physical Address Line 2":"","Physical Address City":"Jefferson","Physical Address State":"OR ","Physical Address Zipcode":"97352","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1037344398340249,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4106630","School District Name":"Imbler SD 11","Physical Address Line 1":"Sixth & Esther Ave","Physical Address Line 2":"","Physical Address City":"Imbler","Physical Address State":"OR ","Physical Address Zipcode":"97841","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08032128514056225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4106600","School District Name":"Huntington SD 16J","Physical Address Line 1":"520 3rd St E","Physical Address Line 2":"","Physical Address City":"Huntington","Physical Address State":"OR ","Physical Address Zipcode":"97907","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2857142857142857,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4106510","School District Name":"Hood River County SD","Physical Address Line 1":"1011 Eugene St","Physical Address Line 2":"","Physical Address City":"Hood River","Physical Address State":"OR ","Physical Address Zipcode":"97031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10117411941044217,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4106300","School District Name":"Hermiston SD 8","Physical Address Line 1":"305 SW 11th","Physical Address Line 2":"","Physical Address City":"Hermiston","Physical Address State":"OR ","Physical Address Zipcode":"97838","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1122161756427097,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4106270","School District Name":"Helix SD 1","Physical Address Line 1":"120 Main","Physical Address Line 2":"","Physical Address City":"Helix","Physical Address State":"OR ","Physical Address Zipcode":"97835","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06481481481481481,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4106120","School District Name":"Harper SD 66","Physical Address Line 1":"2987 Harper/Westfall Rd","Physical Address Line 2":"","Physical Address City":"Harper","Physical Address State":"OR ","Physical Address Zipcode":"97906","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.38333333333333336,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4106000","School District Name":"Gresham-Barlow SD 10J","Physical Address Line 1":"1331 NW Eastman Pkwy","Physical Address Line 2":"","Physical Address City":"Gresham","Physical Address State":"OR ","Physical Address Zipcode":"97030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09737302977232924,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4105910","School District Name":"Grants Pass SD 7","Physical Address Line 1":"725 NE Dean Dr","Physical Address Line 2":"","Physical Address City":"Grants Pass","Physical Address State":"OR ","Physical Address Zipcode":"97526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1391947153192828,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4105760","School District Name":"Central Curry SD 1","Physical Address Line 1":"29516 Ellensburg Ave","Physical Address Line 2":"","Physical Address City":"Gold Beach","Physical Address State":"OR ","Physical Address Zipcode":"97444","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1962962962962963,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4105670","School District Name":"Glide SD 12","Physical Address Line 1":"18990 N Umpqua Hwy","Physical Address Line 2":"","Physical Address City":"Glide","Physical Address State":"OR ","Physical Address Zipcode":"97443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1673582295988935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4105640","School District Name":"Glendale SD 77","Physical Address Line 1":"303A Mehlwood Ln","Physical Address Line 2":"","Physical Address City":"Glendale","Physical Address State":"OR ","Physical Address Zipcode":"97442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21052631578947367,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4105610","School District Name":"Gladstone SD 115","Physical Address Line 1":"17789 Webster Rd","Physical Address Line 2":"","Physical Address City":"Gladstone","Physical Address State":"OR ","Physical Address Zipcode":"97027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08032955715756952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4105430","School District Name":"Gaston SD 511J","Physical Address Line 1":"300 Park St","Physical Address Line 2":"Building A","Physical Address City":"Gaston","Physical Address State":"OR ","Physical Address Zipcode":"97119","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0830188679245283,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4105310","School District Name":"Frenchglen SD 16","Physical Address Line 1":"39235 Hwy 205","Physical Address Line 2":"","Physical Address City":"Frenchglen","Physical Address State":"OR ","Physical Address Zipcode":"97736","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4105250","School District Name":"Fossil SD 21J","Physical Address Line 1":"404 Main St","Physical Address Line 2":"","Physical Address City":"Fossil","Physical Address State":"OR ","Physical Address Zipcode":"97830","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4105160","School District Name":"Forest Grove SD 15","Physical Address Line 1":"1728 Main St","Physical Address Line 2":"","Physical Address City":"Forest Grove","Physical Address State":"OR ","Physical Address Zipcode":"97116","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08980855855855856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4105100","School District Name":"Siuslaw SD 97J","Physical Address Line 1":"2111 Oak St","Physical Address Line 2":"","Physical Address City":"Florence","Physical Address State":"OR ","Physical Address Zipcode":"97439","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20535714285714285,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4105080","School District Name":"Enterprise SD 21","Physical Address Line 1":"201 SE 4th St","Physical Address Line 2":"","Physical Address City":"Enterprise","Physical Address State":"OR ","Physical Address Zipcode":"97828","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15869565217391304,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4105020","School District Name":"South Harney SD 33","Physical Address Line 1":"23657 Fields Denio Rd","Physical Address Line 2":"","Physical Address City":"Fields","Physical Address State":"OR ","Physical Address Zipcode":"97710","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11764705882352941,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4104950","School District Name":"Fern Ridge SD 28J","Physical Address Line 1":"88834 Territorial Rd","Physical Address Line 2":"","Physical Address City":"Elmira","Physical Address State":"OR ","Physical Address Zipcode":"97437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1251303441084463,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4104740","School District Name":"Eugene SD 4J","Physical Address Line 1":"200 N Monroe St","Physical Address Line 2":"","Physical Address City":"Eugene","Physical Address State":"OR ","Physical Address Zipcode":"97402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12083615701402284,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4104700","School District Name":"Estacada SD 108","Physical Address Line 1":"255 NE 6th Ave","Physical Address Line 2":"","Physical Address City":"Estacada","Physical Address State":"OR ","Physical Address Zipcode":"97023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06874717322478517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4104620","School District Name":"Elkton SD 34","Physical Address Line 1":"739 River Rd","Physical Address Line 2":"","Physical Address City":"Elkton","Physical Address State":"OR ","Physical Address Zipcode":"97436","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13690476190476192,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4104590","School District Name":"Elgin SD 23","Physical Address Line 1":"1111 Division St","Physical Address Line 2":"","Physical Address City":"Elgin","Physical Address State":"OR ","Physical Address Zipcode":"97827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12087912087912088,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4104530","School District Name":"Echo SD 5","Physical Address Line 1":"600 E Gerone St","Physical Address Line 2":"","Physical Address City":"Echo","Physical Address State":"OR ","Physical Address Zipcode":"97826","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07692307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4104500","School District Name":"Eagle Point SD 9","Physical Address Line 1":"11 N Royal Ave","Physical Address Line 2":"","Physical Address City":"Eagle Point","Physical Address State":"OR ","Physical Address Zipcode":"97524","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12695955099670989,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4104410","School District Name":"Dufur SD 29","Physical Address Line 1":"802 NE 5th St","Physical Address Line 2":"","Physical Address City":"Dufur","Physical Address State":"OR ","Physical Address Zipcode":"97021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4104380","School District Name":"Drewsey SD 13","Physical Address Line 1":"78834 Drewsey Rd","Physical Address Line 2":"","Physical Address City":"Drewsey","Physical Address State":"OR ","Physical Address Zipcode":"97904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4104350","School District Name":"North Douglas SD 22","Physical Address Line 1":"500 S Main St","Physical Address Line 2":"","Physical Address City":"Drain","Physical Address State":"OR ","Physical Address Zipcode":"97435","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18518518518518517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4104290","School District Name":"Double O SD 28","Physical Address Line 1":"60077 Double O Rd","Physical Address Line 2":"","Physical Address City":"Hines","Physical Address State":"OR ","Physical Address Zipcode":"97738","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4104170","School District Name":"Diamond SD 7","Physical Address Line 1":"40524 S Diamond Ln","Physical Address Line 2":"","Physical Address City":"Diamond","Physical Address State":"OR ","Physical Address Zipcode":"97722","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06666666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4104020","School District Name":"Dayville SD 16J","Physical Address Line 1":"285 School House Rd","Physical Address Line 2":"","Physical Address City":"Dayville","Physical Address State":"OR ","Physical Address Zipcode":"97825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2727272727272727,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4103990","School District Name":"Dayton SD 8","Physical Address Line 1":"780 Ferry St","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OR ","Physical Address Zipcode":"97114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08341232227488152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4103960","School District Name":"Douglas County SD 15","Physical Address Line 1":"11381 Tiller Trail Hwy","Physical Address Line 2":"","Physical Address City":"Days Creek","Physical Address State":"OR ","Physical Address Zipcode":"97429","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17341040462427745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4103940","School District Name":"David Douglas SD 40","Physical Address Line 1":"11300 NE Halsey St","Physical Address Line 2":"","Physical Address City":"Portland","Physical Address State":"OR ","Physical Address Zipcode":"97220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16489630753667173,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4103860","School District Name":"Dallas SD 2","Physical Address Line 1":"111 SW Ash St","Physical Address Line 2":"","Physical Address City":"Dallas","Physical Address State":"OR ","Physical Address Zipcode":"97338","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10991756182862852,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4103840","School District Name":"Culver SD 4","Physical Address Line 1":"412 West \"E\" St","Physical Address Line 2":"","Physical Address City":"Culver","Physical Address State":"OR ","Physical Address Zipcode":"97734","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14347826086956522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4103780","School District Name":"Crow-Applegate-Lorane SD 66","Physical Address Line 1":"85955 Territorial Rd","Physical Address Line 2":"","Physical Address City":"Eugene","Physical Address State":"OR ","Physical Address Zipcode":"97402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08539944903581267,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4103720","School District Name":"Crook County SD","Physical Address Line 1":"471 NE Ochoco Plaza Dr","Physical Address Line 2":"","Physical Address City":"Prineville","Physical Address State":"OR ","Physical Address Zipcode":"97754","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12337841567761523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4103690","School District Name":"Creswell SD 40","Physical Address Line 1":"998 West A St","Physical Address Line 2":"","Physical Address City":"Creswell","Physical Address State":"OR ","Physical Address Zipcode":"97426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12715654952076677,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4103660","School District Name":"Coos Bay SD 9","Physical Address Line 1":"1255 Hemlock Ave","Physical Address Line 2":"","Physical Address City":"Coos Bay","Physical Address State":"OR ","Physical Address Zipcode":"97420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2020850040096231,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4103630","School District Name":"Harney County Union High SD 1J","Physical Address Line 1":"43277 Crane-Venator Ln","Physical Address Line 2":"","Physical Address City":"Crane","Physical Address State":"OR ","Physical Address Zipcode":"97732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19736842105263158,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4103600","School District Name":"Harney County SD 4","Physical Address Line 1":"43277 Crane-Venator Ln","Physical Address Line 2":"","Physical Address City":"Crane","Physical Address State":"OR ","Physical Address Zipcode":"97732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2898550724637681,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4103540","School District Name":"Cove SD 15","Physical Address Line 1":"803 Main St","Physical Address Line 2":"","Physical Address City":"Cove","Physical Address State":"OR ","Physical Address Zipcode":"97824","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4103480","School District Name":"Corvallis SD 509J","Physical Address Line 1":"1555 SW 35th St","Physical Address Line 2":"","Physical Address City":"Corvallis","Physical Address State":"OR ","Physical Address Zipcode":"97333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10375335120643432,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4103420","School District Name":"Corbett SD 39","Physical Address Line 1":"35800 E Hist Columbia River Hw","Physical Address Line 2":"","Physical Address City":"Corbett","Physical Address State":"OR ","Physical Address Zipcode":"97019","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05832147937411095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4103390","School District Name":"Coquille SD 8","Physical Address Line 1":"1366 N Gould St","Physical Address Line 2":"","Physical Address City":"Coquille","Physical Address State":"OR ","Physical Address Zipcode":"97423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1669902912621359,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4103330","School District Name":"Condon SD 25J","Physical Address Line 1":"210 E Bayard St","Physical Address Line 2":"","Physical Address City":"Condon","Physical Address State":"OR ","Physical Address Zipcode":"97823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12025316455696203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4103270","School District Name":"Colton SD 53","Physical Address Line 1":"30429 S Grays Hill Rd","Physical Address Line 2":"","Physical Address City":"Colton","Physical Address State":"OR ","Physical Address Zipcode":"97017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06036745406824147,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4103265","School District Name":"Rainier SD 13","Physical Address Line 1":"28168 Old Rainier Rd","Physical Address Line 2":"","Physical Address City":"Rainier","Physical Address State":"OR ","Physical Address Zipcode":"97048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11053089643167972,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4103260","School District Name":"Clatskanie SD 6J","Physical Address Line 1":"660 SW Bryant St.","Physical Address Line 2":"","Physical Address City":"Clatskanie","Physical Address State":"OR ","Physical Address Zipcode":"97016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13973268529769137,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4102940","School District Name":"Central Point SD 6","Physical Address Line 1":"300 Ash St","Physical Address Line 2":"","Physical Address City":"Central Point","Physical Address State":"OR ","Physical Address Zipcode":"97502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1046875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4102910","School District Name":"Central Linn SD 552","Physical Address Line 1":"32433 Hwy 228","Physical Address Line 2":"","Physical Address City":"Halsey","Physical Address State":"OR ","Physical Address Zipcode":"97348","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08650190114068441,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4102840","School District Name":"Central SD 13J","Physical Address Line 1":"750 5th St","Physical Address Line 2":"","Physical Address City":"Independence","Physical Address State":"OR ","Physical Address Zipcode":"97351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1162670791441093,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4102800","School District Name":"Centennial SD 28J","Physical Address Line 1":"18135 SE Brooklyn St","Physical Address Line 2":"","Physical Address City":"Portland","Physical Address State":"OR ","Physical Address Zipcode":"97236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14735017335314513,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4102780","School District Name":"Cascade SD 5","Physical Address Line 1":"10226 Marion Rd SE","Physical Address Line 2":"","Physical Address City":"Turner","Physical Address State":"OR ","Physical Address Zipcode":"97392","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1267552182163188,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4102640","School District Name":"Canby SD 86","Physical Address Line 1":"1130 S Ivy St","Physical Address Line 2":"","Physical Address City":"Canby","Physical Address State":"OR ","Physical Address Zipcode":"97013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06832753251511266,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4102610","School District Name":"Camas Valley SD 21J","Physical Address Line 1":"197 Main Camas Rd","Physical Address Line 2":"","Physical Address City":"Camas Valley","Physical Address State":"OR ","Physical Address Zipcode":"97416","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14012738853503184,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4102580","School District Name":"Butte Falls SD 91","Physical Address Line 1":"720 Laurel Ave","Physical Address Line 2":"","Physical Address City":"Butte Falls","Physical Address State":"OR ","Physical Address Zipcode":"97522","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13471502590673576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4102490","School District Name":"Harney County SD 3","Physical Address Line 1":"550 N Court Ave","Physical Address Line 2":"","Physical Address City":"Burns","Physical Address State":"OR ","Physical Address Zipcode":"97720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1938073394495413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4102310","School District Name":"Brookings-Harbor SD 17C","Physical Address Line 1":"564 Fern Ave","Physical Address Line 2":"","Physical Address City":"Brookings","Physical Address State":"OR ","Physical Address Zipcode":"97415","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19275629220380602,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4102190","School District Name":"Black Butte SD 41","Physical Address Line 1":"25745 SW Forest Service Road 1","Physical Address Line 2":"","Physical Address City":"Camp Sherman","Physical Address State":"OR ","Physical Address Zipcode":"97730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.034482758620689655,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4102160","School District Name":"Blachly SD 90","Physical Address Line 1":"20264 Blachly Grange Rd","Physical Address Line 2":"","Physical Address City":"Blachly","Physical Address State":"OR ","Physical Address Zipcode":"97412","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21782178217821782,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4102040","School District Name":"Bethel SD 52","Physical Address Line 1":"4640 Barger Dr","Physical Address Line 2":"","Physical Address City":"Eugene","Physical Address State":"OR ","Physical Address Zipcode":"97402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.15208613728129206,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4101980","School District Name":"Bend-LaPine Administrative SD 1","Physical Address Line 1":"520 NW Wall St","Physical Address Line 2":"","Physical Address City":"Bend","Physical Address State":"OR ","Physical Address Zipcode":"97703","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0727691127588852,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4101920","School District Name":"Beaverton SD 48J","Physical Address Line 1":"16550 SW Merlo Rd","Physical Address Line 2":"","Physical Address City":"Beaverton","Physical Address State":"OR ","Physical Address Zipcode":"97003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06030550774526678,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4101830","School District Name":"Banks SD 13","Physical Address Line 1":"12950 NW Main","Physical Address Line 2":"","Physical Address City":"Banks","Physical Address State":"OR ","Physical Address Zipcode":"97106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.040145985401459854,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4101800","School District Name":"Bandon SD 54","Physical Address Line 1":"455 9th St SW","Physical Address Line 2":"","Physical Address City":"Bandon","Physical Address State":"OR ","Physical Address Zipcode":"97411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19235836627140976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4101740","School District Name":"Burnt River SD 30J","Physical Address Line 1":"201 S 1st Ave","Physical Address Line 2":"","Physical Address City":"Unity","Physical Address State":"OR ","Physical Address Zipcode":"97884","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14634146341463414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4101710","School District Name":"Baker SD 5J","Physical Address Line 1":"2090 Fourth St","Physical Address Line 2":"","Physical Address City":"Baker City","Physical Address State":"OR ","Physical Address Zipcode":"97814","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1697931697931698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4101660","School District Name":"Athena-Weston SD 29RJ","Physical Address Line 1":"375 S 5th St","Physical Address Line 2":"","Physical Address City":"Athena","Physical Address State":"OR ","Physical Address Zipcode":"97813","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1168032786885246,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4101620","School District Name":"Astoria SD 1","Physical Address Line 1":"785 Alameda Ave","Physical Address Line 2":"","Physical Address City":"Astoria","Physical Address State":"OR ","Physical Address Zipcode":"97103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11051344743276284,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4101590","School District Name":"Ashwood SD 8","Physical Address Line 1":"18624 NE Main","Physical Address Line 2":"","Physical Address City":"Ashwood","Physical Address State":"OR ","Physical Address Zipcode":"97711","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4101560","School District Name":"Ashland SD 5","Physical Address Line 1":"885 Siskiyou Blvd","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"OR ","Physical Address Zipcode":"97520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.13201008191556396,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4101500","School District Name":"Arock SD 81","Physical Address Line 1":"3513 Arock Rd","Physical Address Line 2":"","Physical Address City":"Arock","Physical Address State":"OR ","Physical Address Zipcode":"97902","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19230769230769232,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4101470","School District Name":"Arlington SD 3","Physical Address Line 1":"1200 Main St","Physical Address Line 2":"","Physical Address City":"Arlington","Physical Address State":"OR ","Physical Address Zipcode":"97812","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4101355","School District Name":"Columbia Gorge ESD","Physical Address Line 1":"400 E Scenic Dr Ste 207","Physical Address Line 2":"","Physical Address City":"The Dalles","Physical Address State":"OR ","Physical Address Zipcode":"97058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4101350","School District Name":"Annex SD 29","Physical Address Line 1":"402 Annex Rd","Physical Address Line 2":"","Physical Address City":"Ontario","Physical Address State":"OR ","Physical Address Zipcode":"97914","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3448275862068966,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4101230","School District Name":"Amity SD 4J","Physical Address Line 1":"807 S Trade St","Physical Address Line 2":"","Physical Address City":"Amity","Physical Address State":"OR ","Physical Address Zipcode":"97101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09866017052375152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4101200","School District Name":"Alsea SD 7J","Physical Address Line 1":"301 S Third","Physical Address Line 2":"","Physical Address City":"Alsea","Physical Address State":"OR ","Physical Address Zipcode":"97324","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12578616352201258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4101120","School District Name":"Greater Albany Public SD 8J","Physical Address Line 1":"718 7th Ave SW","Physical Address Line 2":"","Physical Address City":"Albany","Physical Address State":"OR ","Physical Address Zipcode":"97321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09979985443959243,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4101020","School District Name":"Adrian SD 61","Physical Address Line 1":"305 Owyhee St","Physical Address Line 2":"","Physical Address City":"Adrian","Physical Address State":"OR ","Physical Address Zipcode":"97901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13100436681222707,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4100990","School District Name":"Adel SD 21","Physical Address Line 1":"357 N L St","Physical Address Line 2":"","Physical Address City":"Lakeview","Physical Address State":"OR ","Physical Address Zipcode":"97630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4100640","School District Name":"Myrtle Point SD 41","Physical Address Line 1":"413 C St","Physical Address Line 2":"","Physical Address City":"Myrtle Point","Physical Address State":"OR ","Physical Address Zipcode":"97458","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.158311345646438,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4100384","School District Name":"ODE Hospital Program District","Physical Address Line 1":"255 Capitol St NE","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"OR ","Physical Address Zipcode":"97310","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100049","School District Name":"ODE LTCT District","Physical Address Line 1":"255 Capitol St NE","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"OR ","Physical Address Zipcode":"97310","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100048","School District Name":"North Wasco County SD 21","Physical Address Line 1":"3632 W 10th St","Physical Address Line 2":"","Physical Address City":"The Dalles","Physical Address State":"OR ","Physical Address Zipcode":"97058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1434017595307918,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4100047","School District Name":"Ione SD R2","Physical Address Line 1":"445 Spring St","Physical Address Line 2":"","Physical Address City":"Ione","Physical Address State":"OR ","Physical Address Zipcode":"97843","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06666666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4100046","School District Name":"ODE Head Start","Physical Address Line 1":"255 Capitol St NE","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"OR ","Physical Address Zipcode":"97310","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100045","School District Name":"ODE JDEP District","Physical Address Line 1":"255 Capitol St NE","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"OR ","Physical Address Zipcode":"97310","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100043","School District Name":"ODE YCEP District","Physical Address Line 1":"255 Capitol St NE","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"OR ","Physical Address Zipcode":"97310","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100042","School District Name":"Malheur County SD 51","Physical Address Line 1":"403 E St W","Physical Address Line 2":"c/o Vale SD","Physical Address City":"Vale","Physical Address State":"OR ","Physical Address Zipcode":"97918","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4100040","School District Name":"Knappa SD 4","Physical Address Line 1":"41535 Old Hwy 30","Physical Address Line 2":"","Physical Address City":"Astoria","Physical Address State":"OR ","Physical Address Zipcode":"97103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10420475319926874,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4100038","School District Name":"Region 18 ESD","Physical Address Line 1":"107 SW First St Ste 105","Physical Address Line 2":"","Physical Address City":"Enterprise","Physical Address State":"OR ","Physical Address Zipcode":"97828","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4100036","School District Name":"InterMountain ESD","Physical Address Line 1":"2001 SW Nye Ave","Physical Address Line 2":"","Physical Address City":"Pendleton","Physical Address State":"OR ","Physical Address Zipcode":"97801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100035","School District Name":"Willamette ESD","Physical Address Line 1":"2611 Pringle Rd SE","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"OR ","Physical Address Zipcode":"97302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100034","School District Name":"Malheur ESD Region 14","Physical Address Line 1":"c/o Malheur ESD","Physical Address Line 2":"363 A St W","Physical Address City":"Vale","Physical Address State":"OR ","Physical Address Zipcode":"97918","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4100033","School District Name":"Linn Benton Lincoln ESD","Physical Address Line 1":"905 4th Ave SE","Physical Address Line 2":"","Physical Address City":"Albany","Physical Address State":"OR ","Physical Address Zipcode":"97321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100032","School District Name":"Lane ESD","Physical Address Line 1":"1200 Hwy 99N","Physical Address Line 2":"","Physical Address City":"Eugene","Physical Address State":"OR ","Physical Address Zipcode":"97402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100031","School District Name":"Lake ESD","Physical Address Line 1":"357 N L St","Physical Address Line 2":"","Physical Address City":"Lakeview","Physical Address State":"OR ","Physical Address Zipcode":"97630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100030","School District Name":"Jefferson ESD","Physical Address Line 1":"295 SE Buff St","Physical Address Line 2":"","Physical Address City":"Madras","Physical Address State":"OR ","Physical Address Zipcode":"97741","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100029","School District Name":"Southern Oregon ESD","Physical Address Line 1":"101 N Grape St","Physical Address Line 2":"","Physical Address City":"Medford","Physical Address State":"OR ","Physical Address Zipcode":"97501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100028","School District Name":"Harney ESD Region XVII","Physical Address Line 1":"25 Fairview Heights","Physical Address Line 2":"","Physical Address City":"Burns","Physical Address State":"OR ","Physical Address Zipcode":"97720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100027","School District Name":"Grant ESD","Physical Address Line 1":"835-A S Canyon Blvd","Physical Address Line 2":"","Physical Address City":"John Day","Physical Address State":"OR ","Physical Address Zipcode":"97845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4100026","School District Name":"North Central ESD","Physical Address Line 1":"135 S Main St","Physical Address Line 2":"","Physical Address City":"Condon","Physical Address State":"OR ","Physical Address Zipcode":"97823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4100025","School District Name":"Douglas ESD","Physical Address Line 1":"1871 NE Stephens St","Physical Address Line 2":"","Physical Address City":"Roseburg","Physical Address State":"OR ","Physical Address Zipcode":"97470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100024","School District Name":"South Coast ESD","Physical Address Line 1":"1350 Teakwood Ave","Physical Address Line 2":"","Physical Address City":"Coos Bay","Physical Address State":"OR ","Physical Address Zipcode":"97420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100023","School District Name":"Hillsboro SD 1J","Physical Address Line 1":"3083 NE 49th Pl","Physical Address Line 2":"","Physical Address City":"Hillsboro","Physical Address State":"OR ","Physical Address Zipcode":"97124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07264239793620245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4100022","School District Name":"Northwest Regional ESD","Physical Address Line 1":"5825 NE Ray Cir","Physical Address Line 2":"","Physical Address City":"Hillsboro","Physical Address State":"OR ","Physical Address Zipcode":"97124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100021","School District Name":"South Wasco County SD 1","Physical Address Line 1":"699 4th St","Physical Address Line 2":"","Physical Address City":"Maupin","Physical Address State":"OR ","Physical Address Zipcode":"97037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21052631578947367,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4100020","School District Name":"North Santiam SD 29J","Physical Address Line 1":"1155 N 3rd Ave","Physical Address Line 2":"","Physical Address City":"Stayton","Physical Address State":"OR ","Physical Address Zipcode":"97383","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10224274406332454,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4100019","School District Name":"Harrisburg SD 7J","Physical Address Line 1":"865 LaSalle","Physical Address Line 2":"","Physical Address City":"Harrisburg","Physical Address State":"OR ","Physical Address Zipcode":"97446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13074842200180342,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4100016","School District Name":"Yamhill Carlton SD 1","Physical Address Line 1":"120 N Larch Pl","Physical Address Line 2":"","Physical Address City":"Yamhill","Physical Address State":"OR ","Physical Address Zipcode":"97148","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.062244062244062245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4100015","School District Name":"Gervais SD 1","Physical Address Line 1":"290 First St","Physical Address Line 2":"","Physical Address City":"Gervais","Physical Address State":"OR ","Physical Address Zipcode":"97026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12568306010928962,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4100014","School District Name":"Vale SD 84","Physical Address Line 1":"403 E St W","Physical Address Line 2":"","Physical Address City":"Vale","Physical Address State":"OR ","Physical Address Zipcode":"97918","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18058455114822547,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4100009","School District Name":"Oregon Department of Education","Physical Address Line 1":"255 Capitol St NE","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"OR ","Physical Address Zipcode":"97310","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4100003","School District Name":"Falls City SD 57","Physical Address Line 1":"111 N Main St","Physical Address Line 2":"","Physical Address City":"Falls City","Physical Address State":"OR ","Physical Address Zipcode":"97344","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2672413793103448,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4033603","School District Name":"BINGER-ONEY","Physical Address Line 1":"323 South Apache Ave","Physical Address Line 2":"","Physical Address City":"Binger","Physical Address State":"OK ","Physical Address Zipcode":"73009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18994413407821228,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4033602","School District Name":"FORT COBB-BROXTON","Physical Address Line 1":"407 N 6th Street","Physical Address Line 2":"","Physical Address City":"Fort Cobb","Physical Address State":"OK ","Physical Address Zipcode":"73038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18529411764705883,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4033601","School District Name":"ROCK CREEK","Physical Address Line 1":"200 East Steakley Street","Physical Address Line 2":"","Physical Address City":"Bokchito","Physical Address State":"OK ","Physical Address Zipcode":"74726","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21508379888268156,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4033600","School District Name":"ZION","Physical Address Line 1":"470658 E 850 Road","Physical Address Line 2":"","Physical Address City":"Stilwell","Physical Address State":"OK ","Physical Address Zipcode":"74960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1858974358974359,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4033540","School District Name":"ZANEIS","Physical Address Line 1":"30515 U S Highway 70","Physical Address Line 2":"","Physical Address City":"Wilson","Physical Address State":"OK ","Physical Address Zipcode":"73463","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1951219512195122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4033480","School District Name":"YUKON","Physical Address Line 1":"600 Maple Street","Physical Address Line 2":"","Physical Address City":"Yukon","Physical Address State":"OK ","Physical Address Zipcode":"73099","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0785508175697339,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4033390","School District Name":"YARBROUGH","Physical Address Line 1":"8 Mi S on HWY 95","Physical Address Line 2":"","Physical Address City":"Goodwell","Physical Address State":"OK ","Physical Address Zipcode":"73939","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14772727272727273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4033360","School District Name":"YALE","Physical Address Line 1":"315 East Chicago Avenue","Physical Address Line 2":"","Physical Address City":"Yale","Physical Address State":"OK ","Physical Address Zipcode":"74085","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20554649265905384,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4033330","School District Name":"WYNONA","Physical Address Line 1":"108 W Third","Physical Address Line 2":"","Physical Address City":"Wynona","Physical Address State":"OK ","Physical Address Zipcode":"74084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10434782608695652,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4033300","School District Name":"WYNNEWOOD","Physical Address Line 1":"702 E Robert S Kerr Blvd","Physical Address Line 2":"","Physical Address City":"Wynnewood","Physical Address State":"OK ","Physical Address Zipcode":"73098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20445609436435125,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4033240","School District Name":"WYANDOTTE","Physical Address Line 1":"5 SOUTH 1ST STREET","Physical Address Line 2":"","Physical Address City":"Wyandotte","Physical Address State":"OK ","Physical Address Zipcode":"74370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22284122562674094,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4033210","School District Name":"WRIGHT CITY","Physical Address Line 1":"601 School Street","Physical Address Line 2":"","Physical Address City":"Wright City","Physical Address State":"OK ","Physical Address Zipcode":"74766","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20189274447949526,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4033180","School District Name":"WOODWARD","Physical Address Line 1":"1023 10th Street","Physical Address Line 2":"","Physical Address City":"Woodward","Physical Address State":"OK ","Physical Address Zipcode":"73802","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15238817285822592,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4033090","School District Name":"WOODALL","Physical Address Line 1":"14090 West 835 Road","Physical Address Line 2":"","Physical Address City":"Tahlequah","Physical Address State":"OK ","Physical Address Zipcode":"74464","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19572953736654805,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032970","School District Name":"WISTER","Physical Address Line 1":"201 Logan Street","Physical Address Line 2":"","Physical Address City":"Wister","Physical Address State":"OK ","Physical Address Zipcode":"74966","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20707070707070707,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032940","School District Name":"WILSON","Physical Address Line 1":"1860 Hewitt Road","Physical Address Line 2":"","Physical Address City":"Wilson","Physical Address State":"OK ","Physical Address Zipcode":"73463","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12914485165794065,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032880","School District Name":"WILSON","Physical Address Line 1":"8867 Chestnut Road","Physical Address Line 2":"","Physical Address City":"Henryetta","Physical Address State":"OK ","Physical Address Zipcode":"74437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15966386554621848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032790","School District Name":"WILBURTON","Physical Address Line 1":"1201 West Blair Avenue","Physical Address Line 2":"","Physical Address City":"Wilburton","Physical Address State":"OK ","Physical Address Zipcode":"74578","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.27080581241743723,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032760","School District Name":"WICKLIFFE","Physical Address Line 1":"11176 East 470","Physical Address Line 2":"","Physical Address City":"Salina","Physical Address State":"OK ","Physical Address Zipcode":"74365","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2265625,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032730","School District Name":"WHITESBORO","Physical Address Line 1":"35069 St Hwy 63","Physical Address Line 2":"","Physical Address City":"Whitesboro","Physical Address State":"OK ","Physical Address Zipcode":"74577","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24644549763033174,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032700","School District Name":"WHITEFIELD","Physical Address Line 1":"107 South Redding","Physical Address Line 2":"","Physical Address City":"Whitefield","Physical Address State":"OK ","Physical Address Zipcode":"74472","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2426470588235294,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032670","School District Name":"WHITEBEAD","Physical Address Line 1":"16476 North County Road 3200","Physical Address Line 2":"","Physical Address City":"Pauls Valley","Physical Address State":"OK ","Physical Address Zipcode":"73075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1952054794520548,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032640","School District Name":"WHITE ROCK","Physical Address Line 1":"334998 East 1010 Road","Physical Address Line 2":"","Physical Address City":"McLoud","Physical Address State":"OK ","Physical Address Zipcode":"74851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1906779661016949,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032610","School District Name":"WHITE OAK","Physical Address Line 1":"27455 South 4340 Road","Physical Address Line 2":"","Physical Address City":"Vinita","Physical Address State":"OK ","Physical Address Zipcode":"74301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1643835616438356,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032460","School District Name":"WEWOKA","Physical Address Line 1":"924 S Seminole Street","Physical Address Line 2":"","Physical Address City":"Wewoka","Physical Address State":"OK ","Physical Address Zipcode":"74884","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.30779944289693595,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032430","School District Name":"WETUMKA","Physical Address Line 1":"416 South Tiger Street","Physical Address Line 2":"","Physical Address City":"Wetumka","Physical Address State":"OK ","Physical Address Zipcode":"74883","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23785166240409208,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032400","School District Name":"WESTVILLE","Physical Address Line 1":"500 W Chincapin","Physical Address Line 2":"","Physical Address City":"Westville","Physical Address State":"OK ","Physical Address Zipcode":"74965","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26700251889168763,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032370","School District Name":"WESTERN HEIGHTS","Physical Address Line 1":"8401 Southwest 44th Street","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73179","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2755364806866953,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032280","School District Name":"WELLSTON","Physical Address Line 1":"708 Birch","Physical Address Line 2":"","Physical Address City":"Wellston","Physical Address State":"OK ","Physical Address Zipcode":"74881","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16797488226059654,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032220","School District Name":"WELEETKA","Physical Address Line 1":"302 E 6th","Physical Address Line 2":"","Physical Address City":"Weleetka","Physical Address State":"OK ","Physical Address Zipcode":"74880","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22857142857142856,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032190","School District Name":"WELCH","Physical Address Line 1":"707 S Curtis Street","Physical Address Line 2":"","Physical Address City":"Welch","Physical Address State":"OK ","Physical Address Zipcode":"74369","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20205479452054795,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032130","School District Name":"WEBBERS FALLS","Physical Address Line 1":"200 South Stand Watie Blvd","Physical Address Line 2":"","Physical Address City":"Webbers Falls","Physical Address State":"OK ","Physical Address Zipcode":"74470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2716049382716049,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032070","School District Name":"WEATHERFORD","Physical Address Line 1":"1409 Cypress","Physical Address Line 2":"","Physical Address City":"Weatherford","Physical Address State":"OK ","Physical Address Zipcode":"73096","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12135176651305683,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4032040","School District Name":"WAYNOKA","Physical Address Line 1":"2134 Lincoln Street","Physical Address Line 2":"","Physical Address City":"Waynoka","Physical Address State":"OK ","Physical Address Zipcode":"73860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1732283464566929,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4032010","School District Name":"WAYNE","Physical Address Line 1":"212 South Seifried Street","Physical Address Line 2":"","Physical Address City":"Wayne","Physical Address State":"OK ","Physical Address Zipcode":"73095","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1383399209486166,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031980","School District Name":"WAURIKA","Physical Address Line 1":"600 East Florida Avenue","Physical Address Line 2":"","Physical Address City":"Waurika","Physical Address State":"OK ","Physical Address Zipcode":"73573","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2314410480349345,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031950","School District Name":"WAUKOMIS","Physical Address Line 1":"209 West Locust","Physical Address Line 2":"","Physical Address City":"Waukomis","Physical Address State":"OK ","Physical Address Zipcode":"73773","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14325842696629212,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031860","School District Name":"WATTS","Physical Address Line 1":"616 6th Street","Physical Address Line 2":"","Physical Address City":"Watts","Physical Address State":"OK ","Physical Address Zipcode":"74964","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2755417956656347,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031770","School District Name":"WATONGA","Physical Address Line 1":"1200 Eagle Lane","Physical Address Line 2":"","Physical Address City":"Watonga","Physical Address State":"OK ","Physical Address Zipcode":"73772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1933240611961057,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031710","School District Name":"WASHINGTON","Physical Address Line 1":"101 East Kerby","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"OK ","Physical Address Zipcode":"73093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06290672451193059,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031650","School District Name":"WARNER","Physical Address Line 1":"1012 5th Ave","Physical Address Line 2":"","Physical Address City":"Warner","Physical Address State":"OK ","Physical Address Zipcode":"74469","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20521739130434782,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031590","School District Name":"WAPANUCKA","Physical Address Line 1":"502 S Choctaw","Physical Address Line 2":"","Physical Address City":"Wapanucka","Physical Address State":"OK ","Physical Address Zipcode":"73461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19827586206896552,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031500","School District Name":"WANETTE","Physical Address Line 1":"502 North Martin","Physical Address Line 2":"","Physical Address City":"Wanette","Physical Address State":"OK ","Physical Address Zipcode":"74878","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20069204152249134,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031470","School District Name":"WALTERS","Physical Address Line 1":"418 South Broadway Street","Physical Address Line 2":"","Physical Address City":"Walters","Physical Address State":"OK ","Physical Address Zipcode":"73572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2138047138047138,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031380","School District Name":"WAINWRIGHT","Physical Address Line 1":"115 E Walnut","Physical Address Line 2":"","Physical Address City":"Wainwright","Physical Address State":"OK ","Physical Address Zipcode":"74468","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11764705882352941,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031350","School District Name":"WAGONER","Physical Address Line 1":"707 N STORY AVE","Physical Address Line 2":"","Physical Address City":"Wagoner","Physical Address State":"OK ","Physical Address Zipcode":"74467","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22931167826759474,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031290","School District Name":"VINITA","Physical Address Line 1":"114 South Scraper Street","Physical Address Line 2":"","Physical Address City":"Vinita","Physical Address State":"OK ","Physical Address Zipcode":"74301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20521861777150915,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031170","School District Name":"VICI","Physical Address Line 1":"301 North Miller Street","Physical Address Line 2":"","Physical Address City":"Vici","Physical Address State":"OK ","Physical Address Zipcode":"73859","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13240418118466898,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031140","School District Name":"VIAN","Physical Address Line 1":"301 West Hunter","Physical Address Line 2":"","Physical Address City":"Vian","Physical Address State":"OK ","Physical Address Zipcode":"74962","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20268456375838925,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031110","School District Name":"VERDIGRIS","Physical Address Line 1":"26501 S 4110 Rd","Physical Address Line 2":"","Physical Address City":"Claremore","Physical Address State":"OK ","Physical Address Zipcode":"74019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06582506762849413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4031080","School District Name":"VERDEN","Physical Address Line 1":"196 South Locust","Physical Address Line 2":"","Physical Address City":"Verden","Physical Address State":"OK ","Physical Address Zipcode":"73092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20491803278688525,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4031020","School District Name":"VELMA-ALMA","Physical Address Line 1":"901 Main Street","Physical Address Line 2":"","Physical Address City":"Velma","Physical Address State":"OK ","Physical Address Zipcode":"73491","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15591397849462366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030990","School District Name":"VARNUM","Physical Address Line 1":"11929 NS 3550","Physical Address Line 2":"","Physical Address City":"Seminole","Physical Address State":"OK ","Physical Address Zipcode":"74868","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030960","School District Name":"VANOSS","Physical Address Line 1":"4665 County Road 1555","Physical Address Line 2":"","Physical Address City":"Ada","Physical Address State":"OK ","Physical Address Zipcode":"74820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1692524682651622,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030870","School District Name":"VALLIANT","Physical Address Line 1":"604 East Lucas Street","Physical Address Line 2":"","Physical Address City":"Valliant","Physical Address State":"OK ","Physical Address Zipcode":"74764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18904823989569752,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030630","School District Name":"UNION CITY","Physical Address Line 1":"105 W Division","Physical Address Line 2":"","Physical Address City":"Union City","Physical Address State":"OK ","Physical Address Zipcode":"73090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09221902017291066,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030600","School District Name":"UNION","Physical Address Line 1":"8506 East 61st Street","Physical Address Line 2":"","Physical Address City":"Tulsa","Physical Address State":"OK ","Physical Address Zipcode":"74133","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13728843545438463,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4030480","School District Name":"TYRONE","Physical Address Line 1":"6th and beatrice","Physical Address Line 2":"","Physical Address City":"Tyrone","Physical Address State":"OK ","Physical Address Zipcode":"73951","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18090452261306533,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030450","School District Name":"TWIN HILLS","Physical Address Line 1":"7225 Twin Hills Road","Physical Address Line 2":"","Physical Address City":"Okmulgee","Physical Address State":"OK ","Physical Address Zipcode":"74447","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15076923076923077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030420","School District Name":"TUTTLE","Physical Address Line 1":"515 East Main","Physical Address Line 2":"","Physical Address City":"Tuttle","Physical Address State":"OK ","Physical Address Zipcode":"73089","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07453416149068323,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030390","School District Name":"TUSKAHOMA","Physical Address Line 1":"165269 N 4356 Rd","Physical Address Line 2":"","Physical Address City":"Tuskahoma","Physical Address State":"OK ","Physical Address Zipcode":"74574","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21739130434782608,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030360","School District Name":"TUSHKA","Physical Address Line 1":"2661 W Boggy Depot Road","Physical Address Line 2":"","Physical Address City":"Atoka","Physical Address State":"OK ","Physical Address Zipcode":"74525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20833333333333334,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030330","School District Name":"TURPIN","Physical Address Line 1":"316 S LEE","Physical Address Line 2":"","Physical Address City":"Turpin","Physical Address State":"OK ","Physical Address Zipcode":"73950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13903743315508021,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030300","School District Name":"TURNER","Physical Address Line 1":"22069 State Hwy 32","Physical Address Line 2":"","Physical Address City":"Burneyville","Physical Address State":"OK ","Physical Address Zipcode":"73430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13297872340425532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030290","School District Name":"TURKEY FORD","Physical Address Line 1":"23900 S 670 RD","Physical Address Line 2":"","Physical Address City":"WYANDOTTE","Physical Address State":"OK ","Physical Address Zipcode":"74370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2976190476190476,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030270","School District Name":"TUPELO","Physical Address Line 1":"200 South 7th","Physical Address Line 2":"","Physical Address City":"Tupelo","Physical Address State":"OK ","Physical Address Zipcode":"74572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2619047619047619,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030240","School District Name":"TULSA","Physical Address Line 1":"3027 S New Haven Ave","Physical Address Line 2":"","Physical Address City":"Tulsa","Physical Address State":"OK ","Physical Address Zipcode":"74114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22407097092163628,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030197","School District Name":"PORTER CONSOLIDATED","Physical Address Line 1":"125 South Main","Physical Address Line 2":"","Physical Address City":"Porter","Physical Address State":"OK ","Physical Address Zipcode":"74454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13829787234042554,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030120","School District Name":"TONKAWA","Physical Address Line 1":"500 East North Avenue","Physical Address Line 2":"","Physical Address City":"Tonkawa","Physical Address State":"OK ","Physical Address Zipcode":"74653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1632088520055325,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030060","School District Name":"TISHOMINGO","Physical Address Line 1":"1300 East Main Street","Physical Address Line 2":"","Physical Address City":"Tishomingo","Physical Address State":"OK ","Physical Address Zipcode":"73460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22467532467532467,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030048","School District Name":"WOODLAND","Physical Address Line 1":"100 North 6th Street","Physical Address Line 2":"","Physical Address City":"Fairfax","Physical Address State":"OK ","Physical Address Zipcode":"74637","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18509615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4030030","School District Name":"TIPTON","Physical Address Line 1":"1000 South Broadway","Physical Address Line 2":"","Physical Address City":"Tipton","Physical Address State":"OK ","Physical Address Zipcode":"73570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16964285714285715,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029886","School District Name":"MOUNTAIN VIEW-GOTEBO","Physical Address Line 1":"Rural Route 2 # 88","Physical Address Line 2":"","Physical Address City":"Mountain View","Physical Address State":"OK ","Physical Address Zipcode":"73062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029850","School District Name":"THACKERVILLE","Physical Address Line 1":"18943 US HIGHWAY 77","Physical Address Line 2":"","Physical Address City":"Thackerville","Physical Address State":"OK ","Physical Address Zipcode":"73459","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16095890410958905,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029820","School District Name":"TEXHOMA","Physical Address Line 1":"418 Elm Street","Physical Address Line 2":"","Physical Address City":"Texhoma","Physical Address State":"OK ","Physical Address Zipcode":"73949","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10714285714285714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029760","School District Name":"TERRAL","Physical Address Line 1":"340 APACHE AVENUE","Physical Address Line 2":"","Physical Address City":"Terral","Physical Address State":"OK ","Physical Address Zipcode":"73569","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3103448275862069,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029670","School District Name":"TENKILLER","Physical Address Line 1":"26106 East 863 Road","Physical Address Line 2":"","Physical Address City":"Welling","Physical Address State":"OK ","Physical Address Zipcode":"74471","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20610687022900764,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029640","School District Name":"TEMPLE","Physical Address Line 1":"206 School Road","Physical Address Line 2":"","Physical Address City":"Temple","Physical Address State":"OK ","Physical Address Zipcode":"73568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2985781990521327,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029610","School District Name":"TECUMSEH","Physical Address Line 1":"1301 East Highland Street","Physical Address Line 2":"","Physical Address City":"Tecumseh","Physical Address State":"OK ","Physical Address Zipcode":"74873","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17908309455587393,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029520","School District Name":"TANNEHILL","Physical Address Line 1":"9283 Tannehill Road","Physical Address Line 2":"","Physical Address City":"McAlester","Physical Address State":"OK ","Physical Address Zipcode":"74501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1935483870967742,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029430","School District Name":"TALOGA","Physical Address Line 1":"500 West Ruble","Physical Address Line 2":"","Physical Address City":"Taloga","Physical Address State":"OK ","Physical Address Zipcode":"73667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11188811188811189,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029400","School District Name":"TALIHINA","Physical Address Line 1":"301 Isherwood St","Physical Address Line 2":"","Physical Address City":"Talihina","Physical Address State":"OK ","Physical Address Zipcode":"74571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22422680412371135,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029380","School District Name":"TAHLEQUAH","Physical Address Line 1":"225 N Water Street","Physical Address Line 2":"","Physical Address City":"Tahlequah","Physical Address State":"OK ","Physical Address Zipcode":"74464","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.25508037609948436,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029310","School District Name":"SWEETWATER","Physical Address Line 1":"11107 North Highway 30","Physical Address Line 2":"","Physical Address City":"Sweetwater","Physical Address State":"OK ","Physical Address Zipcode":"73666","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2087912087912088,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029160","School District Name":"SULPHUR","Physical Address Line 1":"1021 West 9th Street","Physical Address Line 2":"","Physical Address City":"Sulphur","Physical Address State":"OK ","Physical Address Zipcode":"73086","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1797432239657632,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4029100","School District Name":"STUART","Physical Address Line 1":"8837 Fourth Street","Physical Address Line 2":"","Physical Address City":"Stuart","Physical Address State":"OK ","Physical Address Zipcode":"74570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15483870967741936,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029070","School District Name":"STROUD","Physical Address Line 1":"212 West 7th Street","Physical Address Line 2":"","Physical Address City":"Stroud","Physical Address State":"OK ","Physical Address Zipcode":"74079","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17552533992583436,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029040","School District Name":"STROTHER","Physical Address Line 1":"36085 EW 1140","Physical Address Line 2":"","Physical Address City":"Seminole","Physical Address State":"OK ","Physical Address Zipcode":"74868","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1769436997319035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4029010","School District Name":"STRINGTOWN","Physical Address Line 1":"304 Highland St","Physical Address Line 2":"","Physical Address City":"Stringtown","Physical Address State":"OK ","Physical Address Zipcode":"74569","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4028980","School District Name":"STRATFORD","Physical Address Line 1":"341 NORTH ELM STREET","Physical Address Line 2":"","Physical Address City":"Stratford","Physical Address State":"OK ","Physical Address Zipcode":"74872","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21092757306226176,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4028920","School District Name":"STRAIGHT","Physical Address Line 1":"3210 Road I","Physical Address Line 2":"","Physical Address City":"Guymon","Physical Address State":"OK ","Physical Address Zipcode":"73942","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10869565217391304,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4028800","School District Name":"STONEWALL","Physical Address Line 1":"600 South Highschool","Physical Address Line 2":"","Physical Address City":"Stonewall","Physical Address State":"OK ","Physical Address Zipcode":"74871","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16123778501628663,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4028710","School District Name":"STILWELL","Physical Address Line 1":"1801 West Locust Street","Physical Address Line 2":"","Physical Address City":"Stilwell","Physical Address State":"OK ","Physical Address Zipcode":"74960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3252496433666191,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4028680","School District Name":"STILLWATER","Physical Address Line 1":"314 South Lewis Street","Physical Address Line 2":"","Physical Address City":"Stillwater","Physical Address State":"OK ","Physical Address Zipcode":"74074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1416171033595885,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4028650","School District Name":"STIGLER","Physical Address Line 1":"309 Northwest E Street","Physical Address Line 2":"","Physical Address City":"Stigler","Physical Address State":"OK ","Physical Address Zipcode":"74462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.23411662315056572,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4028620","School District Name":"STIDHAM","Physical Address Line 1":"113074 S 4110 RD","Physical Address Line 2":"","Physical Address City":"Eufaula","Physical Address State":"OK ","Physical Address Zipcode":"74432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3880597014925373,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4028590","School District Name":"STERLING","Physical Address Line 1":"400 S Tiger Blvd","Physical Address Line 2":"","Physical Address City":"Sterling","Physical Address State":"OK ","Physical Address Zipcode":"73567","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12195121951219512,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4028350","School District Name":"SPRINGER","Physical Address Line 1":"16624 US Hwy 77","Physical Address Line 2":"","Physical Address City":"SPRINGER","Physical Address State":"OK ","Physical Address Zipcode":"73458","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13095238095238096,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4028200","School District Name":"SPIRO","Physical Address Line 1":"600 West Broadway Street","Physical Address Line 2":"","Physical Address City":"Spiro","Physical Address State":"OK ","Physical Address Zipcode":"74959","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21782178217821782,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4028170","School District Name":"SPERRY","Physical Address Line 1":"400 West Main Street","Physical Address Line 2":"","Physical Address City":"Sperry","Physical Address State":"OK ","Physical Address Zipcode":"74073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11978221415607986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4027990","School District Name":"SOUTH ROCK CREEK","Physical Address Line 1":"17800 South Rock Creek Road","Physical Address Line 2":"","Physical Address City":"Shawnee","Physical Address State":"OK ","Physical Address Zipcode":"74801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14551083591331268,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4027960","School District Name":"SOPER","Physical Address Line 1":"100 St Louis St","Physical Address Line 2":"","Physical Address City":"Soper","Physical Address State":"OK ","Physical Address Zipcode":"74759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19444444444444445,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4027930","School District Name":"SNYDER","Physical Address Line 1":"218 N Highway 183","Physical Address Line 2":"","Physical Address City":"Mt. Park","Physical Address State":"OK ","Physical Address Zipcode":"73559","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1732776617954071,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4027840","School District Name":"SMITHVILLE","Physical Address Line 1":"339 Main St","Physical Address Line 2":"","Physical Address City":"Smithville","Physical Address State":"OK ","Physical Address Zipcode":"74957","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25573770491803277,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4027750","School District Name":"SKIATOOK","Physical Address Line 1":"355 South Osage Street","Physical Address Line 2":"","Physical Address City":"Skiatook","Physical Address State":"OK ","Physical Address Zipcode":"74070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13927451858486342,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4027640","School District Name":"SILO","Physical Address Line 1":"122 West Bourne Street","Physical Address Line 2":"","Physical Address City":"Durant","Physical Address State":"OK ","Physical Address Zipcode":"74701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13595839524517087,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4027630","School District Name":"SHIDLER","Physical Address Line 1":"213 S WG Ward","Physical Address Line 2":"","Physical Address City":"Shidler","Physical Address State":"OK ","Physical Address Zipcode":"74652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.156,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4027570","School District Name":"SHAWNEE","Physical Address Line 1":"326 North Union Street","Physical Address Line 2":"","Physical Address City":"Shawnee","Physical Address State":"OK ","Physical Address Zipcode":"74801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.256536312849162,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4027540","School District Name":"SHATTUCK","Physical Address Line 1":"602 South Hickory","Physical Address Line 2":"","Physical Address City":"Shattuck","Physical Address State":"OK ","Physical Address Zipcode":"73858","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14741035856573706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4027450","School District Name":"SHADY POINT","Physical Address Line 1":"22838 Wheelus","Physical Address Line 2":"","Physical Address City":"Shady Point","Physical Address State":"OK ","Physical Address Zipcode":"74956","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25116279069767444,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4027420","School District Name":"SHADY GROVE","Physical Address Line 1":"11042 West Shady Grove Road","Physical Address Line 2":"","Physical Address City":"Hulbert","Physical Address State":"OK ","Physical Address Zipcode":"74441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23837209302325582,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4027390","School District Name":"SEQUOYAH","Physical Address Line 1":"16441 South 4180 Road","Physical Address Line 2":"","Physical Address City":"Claremore","Physical Address State":"OK ","Physical Address Zipcode":"74017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07574468085106383,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4027330","School District Name":"SENTINEL","Physical Address Line 1":"708 E Washington","Physical Address Line 2":"","Physical Address City":"Sentinel","Physical Address State":"OK ","Physical Address Zipcode":"73664","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19005847953216373,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4027300","School District Name":"SEMINOLE","Physical Address Line 1":"600 W Strother Avenue","Physical Address Line 2":"","Physical Address City":"Seminole","Physical Address State":"OK ","Physical Address Zipcode":"74868","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25925925925925924,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4027240","School District Name":"SEILING","Physical Address Line 1":"100 N Elm","Physical Address Line 2":"","Physical Address City":"Seiling","Physical Address State":"OK ","Physical Address Zipcode":"73663","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0967741935483871,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4027090","School District Name":"SCHULTER","Physical Address Line 1":"23507 Flax Ave","Physical Address Line 2":"","Physical Address City":"Schulter","Physical Address State":"OK ","Physical Address Zipcode":"74460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1419753086419753,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4027060","School District Name":"SAYRE","Physical Address Line 1":"716 Northeast Highway 66","Physical Address Line 2":"","Physical Address City":"Sayre","Physical Address State":"OK ","Physical Address Zipcode":"73662","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19804741980474197,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4027000","School District Name":"SAVANNA","Physical Address Line 1":"9567 SOUTH US HWY 69","Physical Address Line 2":"","Physical Address City":"Savanna","Physical Address State":"OK ","Physical Address Zipcode":"74565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1115702479338843,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4026940","School District Name":"SASAKWA","Physical Address Line 1":"106 North Olive","Physical Address Line 2":"","Physical Address City":"Sasakwa","Physical Address State":"OK ","Physical Address Zipcode":"74867","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1784037558685446,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4026910","School District Name":"SAPULPA","Physical Address Line 1":"511 East Lee","Physical Address Line 2":"","Physical Address City":"Sapulpa","Physical Address State":"OK ","Physical Address Zipcode":"74066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15479876160990713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4026880","School District Name":"SAND SPRINGS","Physical Address Line 1":"11 West Broadway","Physical Address Line 2":"","Physical Address City":"Sand Springs","Physical Address State":"OK ","Physical Address Zipcode":"74063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11224090731325773,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4026790","School District Name":"SALLISAW","Physical Address Line 1":"701 S JT Stites Blvd","Physical Address Line 2":"","Physical Address City":"Sallisaw","Physical Address State":"OK ","Physical Address Zipcode":"74955","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2147995889003083,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4026730","School District Name":"SALINA","Physical Address Line 1":"212 E Ferry St","Physical Address Line 2":"","Physical Address City":"Salina","Physical Address State":"OK ","Physical Address Zipcode":"74365","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21967963386727687,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4026640","School District Name":"SOUTH COFFEYVILLE","Physical Address Line 1":"600 E 5th","Physical Address Line 2":"","Physical Address City":"South Coffeyville","Physical Address State":"OK ","Physical Address Zipcode":"74072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1596244131455399,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4026610","School District Name":"RYAN","Physical Address Line 1":"1201 Washington Street","Physical Address Line 2":"","Physical Address City":"Ryan","Physical Address State":"OK ","Physical Address Zipcode":"73565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2318840579710145,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4026580","School District Name":"RYAL","Physical Address Line 1":"115035 S 3960 RD","Physical Address Line 2":"","Physical Address City":"Henryetta","Physical Address State":"OK ","Physical Address Zipcode":"74437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24561403508771928,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4026550","School District Name":"RUSH SPRINGS","Physical Address Line 1":"601 West Blakley","Physical Address Line 2":"","Physical Address City":"Rush Springs","Physical Address State":"OK ","Physical Address Zipcode":"73082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17555938037865748,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4026310","School District Name":"ROLAND","Physical Address Line 1":"300 Ranger Boulevard","Physical Address Line 2":"","Physical Address City":"Roland","Physical Address State":"OK ","Physical Address Zipcode":"74954","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1982475355969332,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4026280","School District Name":"ROFF","Physical Address Line 1":"100 N Broadway","Physical Address Line 2":"","Physical Address City":"Roff","Physical Address State":"OK ","Physical Address Zipcode":"74865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13953488372093023,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4026250","School District Name":"ROCKY MOUNTAIN","Physical Address Line 1":"463355 E 835 RD","Physical Address Line 2":"","Physical Address City":"Stilwell","Physical Address State":"OK ","Physical Address Zipcode":"74960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21621621621621623,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4026100","School District Name":"ROBIN HILL","Physical Address Line 1":"4801 East Franklin Road","Physical Address Line 2":"","Physical Address City":"Norman","Physical Address State":"OK ","Physical Address Zipcode":"73026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19285714285714287,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4026010","School District Name":"RIVERSIDE","Physical Address Line 1":"4800 East Foreman Street","Physical Address Line 2":"","Physical Address City":"El Reno","Physical Address State":"OK ","Physical Address Zipcode":"73036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20334261838440112,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4025950","School District Name":"RIPLEY","Physical Address Line 1":"403 E Cook ST","Physical Address Line 2":"","Physical Address City":"Ripley","Physical Address State":"OK ","Physical Address Zipcode":"74062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14028776978417265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4025920","School District Name":"RINGWOOD","Physical Address Line 1":"101 W Fifth","Physical Address Line 2":"","Physical Address City":"Ringwood","Physical Address State":"OK ","Physical Address Zipcode":"73768","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1346153846153846,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4025860","School District Name":"RINGLING","Physical Address Line 1":"706 N 5th St Unit G","Physical Address Line 2":"","Physical Address City":"Ringling","Physical Address State":"OK ","Physical Address Zipcode":"73456","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2071611253196931,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4025800","School District Name":"REYDON","Physical Address Line 1":"205 4th Ave","Physical Address Line 2":"","Physical Address City":"Reydon","Physical Address State":"OK ","Physical Address Zipcode":"73660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15454545454545454,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4025590","School District Name":"RED OAK","Physical Address Line 1":"404 N Main","Physical Address Line 2":"","Physical Address City":"Red Oak","Physical Address State":"OK ","Physical Address Zipcode":"74563","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22748815165876776,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4025530","School District Name":"RAVIA","Physical Address Line 1":"305 Mill Street","Physical Address Line 2":"","Physical Address City":"Ravia","Physical Address State":"OK ","Physical Address Zipcode":"73455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22058823529411764,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4025500","School District Name":"RATTAN","Physical Address Line 1":"420 West Main","Physical Address Line 2":"","Physical Address City":"Rattan","Physical Address State":"OK ","Physical Address Zipcode":"74562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2237960339943343,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4025470","School District Name":"CANEY VALLEY","Physical Address Line 1":"620 Wyandotte Ave","Physical Address Line 2":"","Physical Address City":"Ramona","Physical Address State":"OK ","Physical Address Zipcode":"74061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15090543259557343,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4025410","School District Name":"QUINTON","Physical Address Line 1":"210 N J Street","Physical Address Line 2":"","Physical Address City":"Quinton","Physical Address State":"OK ","Physical Address Zipcode":"74561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2481012658227848,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4025320","School District Name":"QUAPAW","Physical Address Line 1":"305 West First Street","Physical Address Line 2":"","Physical Address City":"Quapaw","Physical Address State":"OK ","Physical Address Zipcode":"74363","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2532347504621072,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4025290","School District Name":"PUTNAM CITY","Physical Address Line 1":"5401 Northwest 40th Street","Physical Address Line 2":"","Physical Address City":"Warr Acres","Physical Address State":"OK ","Physical Address Zipcode":"73122","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19749955508097528,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4025230","School District Name":"PURCELL","Physical Address Line 1":"919 1/2 North Ninth Avenue","Physical Address Line 2":"","Physical Address City":"Purcell","Physical Address State":"OK ","Physical Address Zipcode":"73080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16363636363636364,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4025200","School District Name":"PRYOR","Physical Address Line 1":"405 SW 1st St","Physical Address Line 2":"","Physical Address City":"Pryor","Physical Address State":"OK ","Physical Address Zipcode":"74361","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20479394449116906,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4025170","School District Name":"PRUE","Physical Address Line 1":"104 Broadway","Physical Address Line 2":"","Physical Address City":"Prue","Physical Address State":"OK ","Physical Address Zipcode":"74060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4025080","School District Name":"PRETTY WATER","Physical Address Line 1":"15223 West 81st Street South","Physical Address Line 2":"","Physical Address City":"Sapulpa","Physical Address State":"OK ","Physical Address Zipcode":"74066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16013071895424835,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4025050","School District Name":"PRESTON","Physical Address Line 1":"10061 PRINGEY AVENUE","Physical Address Line 2":"","Physical Address City":"Preston","Physical Address State":"OK ","Physical Address Zipcode":"74456","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08370044052863436,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4024930","School District Name":"PRAGUE","Physical Address Line 1":"1100 BLUE BELL","Physical Address Line 2":"","Physical Address City":"Prague","Physical Address State":"OK ","Physical Address Zipcode":"74864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.176303317535545,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4024870","School District Name":"POTEAU","Physical Address Line 1":"100 Mockingbird Lane","Physical Address Line 2":"","Physical Address City":"Poteau","Physical Address State":"OK ","Physical Address Zipcode":"74953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2091002044989775,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4024840","School District Name":"PORUM","Physical Address Line 1":"410 N 4th St","Physical Address Line 2":"","Physical Address City":"Porum","Physical Address State":"OK ","Physical Address Zipcode":"74455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2457831325301205,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4024720","School District Name":"POND CREEK-HUNTER","Physical Address Line 1":"200 East Broadway","Physical Address Line 2":"","Physical Address City":"Pond Creek","Physical Address State":"OK ","Physical Address Zipcode":"73766","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12403100775193798,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4024690","School District Name":"PONCA CITY","Physical Address Line 1":"613 East Grand Avenue","Physical Address Line 2":"","Physical Address City":"Ponca City","Physical Address State":"OK ","Physical Address Zipcode":"74601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2004445342493433,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4024630","School District Name":"POCOLA","Physical Address Line 1":"600 East Pryor Avenue","Physical Address Line 2":"","Physical Address City":"Pocola","Physical Address State":"OK ","Physical Address Zipcode":"74902","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22175141242937854,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4024510","School District Name":"PIONEER-PLEASANT VALE","Physical Address Line 1":"6520 East Wood Road","Physical Address Line 2":"","Physical Address City":"Waukomis","Physical Address State":"OK ","Physical Address Zipcode":"73773","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14107883817427386,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4024330","School District Name":"PLEASANT GROVE","Physical Address Line 1":"1927 East Walnut Street","Physical Address Line 2":"","Physical Address City":"Shawnee","Physical Address State":"OK ","Physical Address Zipcode":"74801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4024240","School District Name":"PLAINVIEW","Physical Address Line 1":"1140 South Plainview Road","Physical Address Line 2":"","Physical Address City":"Ardmore","Physical Address State":"OK ","Physical Address Zipcode":"73401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13067292644757433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4024180","School District Name":"PITTSBURG","Physical Address Line 1":"200 WEST GRAND","Physical Address Line 2":"","Physical Address City":"Pittsburg","Physical Address State":"OK ","Physical Address Zipcode":"74560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15267175572519084,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4024150","School District Name":"PIONEER","Physical Address Line 1":"3686 State Highway 92","Physical Address Line 2":"","Physical Address City":"Chickasha","Physical Address State":"OK ","Physical Address Zipcode":"73018","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08627450980392157,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4023970","School District Name":"PIEDMONT","Physical Address Line 1":"713 Piedmont Road North","Physical Address Line 2":"","Physical Address City":"Piedmont","Physical Address State":"OK ","Physical Address Zipcode":"73078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05081021697335897,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4023850","School District Name":"PERRY","Physical Address Line 1":"900 Fir Street","Physical Address Line 2":"","Physical Address City":"Perry","Physical Address State":"OK ","Physical Address Zipcode":"73077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11130434782608696,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4023800","School District Name":"PERKINS-TRYON","Physical Address Line 1":"103 SW 2nd","Physical Address Line 2":"","Physical Address City":"Perkins","Physical Address State":"OK ","Physical Address Zipcode":"74059","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14541960281870595,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4023730","School District Name":"PEGGS","Physical Address Line 1":"10821 West Hickory Ave","Physical Address Line 2":"","Physical Address City":"Peggs","Physical Address State":"OK ","Physical Address Zipcode":"74452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2925170068027211,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4023700","School District Name":"PECKHAM","Physical Address Line 1":"7175 West School Street","Physical Address Line 2":"","Physical Address City":"Newkirk","Physical Address State":"OK ","Physical Address Zipcode":"74647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4023610","School District Name":"PAWNEE","Physical Address Line 1":"615 Denver Street","Physical Address Line 2":"","Physical Address City":"Pawnee","Physical Address State":"OK ","Physical Address Zipcode":"74058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.203125,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4023580","School District Name":"PAWHUSKA","Physical Address Line 1":"1801 McKenzie Road","Physical Address Line 2":"","Physical Address City":"Pawhuska","Physical Address State":"OK ","Physical Address Zipcode":"74056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.183206106870229,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4023550","School District Name":"PAULS VALLEY","Physical Address Line 1":"301 North Chickasaw","Physical Address Line 2":"","Physical Address City":"Pauls Valley","Physical Address State":"OK ","Physical Address Zipcode":"73075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22196078431372548,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4023430","School District Name":"PAOLI","Physical Address Line 1":"410 Stewart Street West","Physical Address Line 2":"","Physical Address City":"Paoli","Physical Address State":"OK ","Physical Address Zipcode":"73074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15413533834586465,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4023400","School District Name":"PANOLA","Physical Address Line 1":"5558 NE 104th RD","Physical Address Line 2":"","Physical Address City":"Wilburton","Physical Address State":"OK ","Physical Address Zipcode":"74578","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23673469387755103,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4023370","School District Name":"PANAMA","Physical Address Line 1":"401 High School Drive","Physical Address Line 2":"","Physical Address City":"PANAMA","Physical Address State":"OK ","Physical Address Zipcode":"74951","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20095693779904306,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4023340","School District Name":"PADEN","Physical Address Line 1":"315 W Elm","Physical Address Line 2":"","Physical Address City":"Paden","Physical Address State":"OK ","Physical Address Zipcode":"74860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16901408450704225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4023280","School District Name":"OWASSO","Physical Address Line 1":"1501 North Ash Street","Physical Address Line 2":"","Physical Address City":"Owasso","Physical Address State":"OK ","Physical Address Zipcode":"74055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06865464632454923,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4023220","School District Name":"OSAGE HILLS","Physical Address Line 1":"225 Country Road 2706","Physical Address Line 2":"","Physical Address City":"Bartlesville","Physical Address State":"OK ","Physical Address Zipcode":"74003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09722222222222222,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4023190","School District Name":"OSAGE","Physical Address Line 1":"7960 West 490 Rd","Physical Address Line 2":"","Physical Address City":"Pryor","Physical Address State":"OK ","Physical Address Zipcode":"74361","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13580246913580246,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4023070","School District Name":"OPTIMA","Physical Address Line 1":"107 E 5th st","Physical Address Line 2":"","Physical Address City":"Optima","Physical Address State":"OK ","Physical Address Zipcode":"73945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.144,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4023040","School District Name":"OOLOGAH-TALALA","Physical Address Line 1":"10700 South Hwy 169","Physical Address Line 2":"","Physical Address City":"Oologah","Physical Address State":"OK ","Physical Address Zipcode":"74053","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09161147902869757,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4022950","School District Name":"LOMEGA","Physical Address Line 1":"18319 N 2700 Rd","Physical Address Line 2":"","Physical Address City":"Omega","Physical Address State":"OK ","Physical Address Zipcode":"73764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09740259740259741,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4022860","School District Name":"OLIVE","Physical Address Line 1":"9352 South 436th West Avenue","Physical Address Line 2":"","Physical Address City":"Drumright","Physical Address State":"OK ","Physical Address Zipcode":"74030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1945945945945946,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4022830","School District Name":"OKTAHA","Physical Address Line 1":"531 E Prairie","Physical Address Line 2":"","Physical Address City":"Oktaha","Physical Address State":"OK ","Physical Address Zipcode":"74450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18764302059496568,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4022800","School District Name":"OKMULGEE","Physical Address Line 1":"316 E 8th Street","Physical Address Line 2":"","Physical Address City":"Okmulgee","Physical Address State":"OK ","Physical Address Zipcode":"74447","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24068627450980393,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4022770","School District Name":"OKLAHOMA CITY","Physical Address Line 1":"3100 North Kelley Avenue","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2520068706839135,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4022650","School District Name":"OKEENE","Physical Address Line 1":"301 North Main","Physical Address Line 2":"","Physical Address City":"Okeene","Physical Address State":"OK ","Physical Address Zipcode":"73763","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16257668711656442,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4022620","School District Name":"OKAY","Physical Address Line 1":"8611 North 49th Street East","Physical Address Line 2":"","Physical Address City":"Okay","Physical Address State":"OK ","Physical Address Zipcode":"74446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2164750957854406,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4022590","School District Name":"OKARCHE","Physical Address Line 1":"632 West Oklahoma Avenue","Physical Address Line 2":"","Physical Address City":"Okarche","Physical Address State":"OK ","Physical Address Zipcode":"73762","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09022556390977443,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4022560","School District Name":"OILTON","Physical Address Line 1":"309 E Peterson","Physical Address Line 2":"","Physical Address City":"Oilton","Physical Address State":"OK ","Physical Address Zipcode":"74052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1525974025974026,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4022410","School District Name":"OAKS-MISSION","Physical Address Line 1":"357 W Main","Physical Address Line 2":"","Physical Address City":"Oaks","Physical Address State":"OK ","Physical Address Zipcode":"74359","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2469879518072289,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4022350","School District Name":"OAKDALE","Physical Address Line 1":"5701 E HEFNER ROAD","Physical Address Line 2":"","Physical Address City":"Edmond","Physical Address State":"OK ","Physical Address Zipcode":"73013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03784403669724771,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4022160","School District Name":"OAK GROVE","Physical Address Line 1":"8409 East Ninth Street","Physical Address Line 2":"","Physical Address City":"Cushing","Physical Address State":"OK ","Physical Address Zipcode":"74023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.096,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4021930","School District Name":"NOWATA","Physical Address Line 1":"707 West Osage Avenue","Physical Address Line 2":"","Physical Address City":"Nowata","Physical Address State":"OK ","Physical Address Zipcode":"74048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25836216839677045,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4021900","School District Name":"NORWOOD","Physical Address Line 1":"7966 West 790 Road","Physical Address Line 2":"","Physical Address City":"Hulbert","Physical Address State":"OK ","Physical Address Zipcode":"74441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18021201413427562,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4021870","School District Name":"Greasy 01-C032-000","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4021840","School District Name":"North Rock Creek","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.14653784219001612,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4021780","School District Name":"CHISHOLM","Physical Address Line 1":"305 Utah","Physical Address Line 2":"","Physical Address City":"Enid","Physical Address State":"OK ","Physical Address Zipcode":"73701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06139315230224321,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4021720","School District Name":"NORMAN","Physical Address Line 1":"131 South Flood Avenue","Physical Address Line 2":"","Physical Address City":"Norman","Physical Address State":"OK ","Physical Address Zipcode":"73069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11458786936236393,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4021630","School District Name":"NOBLE","Physical Address Line 1":"111 S 4th","Physical Address Line 2":"","Physical Address City":"Noble","Physical Address State":"OK ","Physical Address Zipcode":"73068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1405741343592779,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4021600","School District Name":"NINNEKAH","Physical Address Line 1":"904 East Dell Street","Physical Address Line 2":"","Physical Address City":"Ninnekah","Physical Address State":"OK ","Physical Address Zipcode":"73067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11518324607329843,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4021540","School District Name":"NEWKIRK","Physical Address Line 1":"625 West South Street","Physical Address Line 2":"","Physical Address City":"Newkirk","Physical Address State":"OK ","Physical Address Zipcode":"74647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17921686746987953,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4021510","School District Name":"NEWCASTLE","Physical Address Line 1":"101 North Main Street","Physical Address Line 2":"","Physical Address City":"Newcastle","Physical Address State":"OK ","Physical Address Zipcode":"73065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07854821235102925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4021360","School District Name":"NEW LIMA","Physical Address Line 1":"116 Gross Street","Physical Address Line 2":"","Physical Address City":"Wewoka","Physical Address State":"OK ","Physical Address Zipcode":"74884","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21171171171171171,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4021180","School District Name":"NAVAJO","Physical Address Line 1":"15695 South County Road 210","Physical Address Line 2":"","Physical Address City":"Altus","Physical Address State":"OK ","Physical Address Zipcode":"73521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13442622950819672,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4021120","School District Name":"NASHOBA","Physical Address Line 1":"439670 State Hwy 144","Physical Address Line 2":"","Physical Address City":"Nashoba","Physical Address State":"OK ","Physical Address Zipcode":"74558","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23636363636363636,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4021030","School District Name":"SHARON-MUTUAL","Physical Address Line 1":"210 S Maple St","Physical Address Line 2":"","Physical Address City":"Mutual","Physical Address State":"OK ","Physical Address Zipcode":"73853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12903225806451613,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4021000","School District Name":"MUSTANG","Physical Address Line 1":"12400 SW 15th St","Physical Address Line 2":"","Physical Address City":"Yukon","Physical Address State":"OK ","Physical Address Zipcode":"73099","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06831781914893617,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4020970","School District Name":"MUSKOGEE","Physical Address Line 1":"202 W BROADWAY","Physical Address Line 2":"","Physical Address City":"MUSKOGEE","Physical Address State":"OK ","Physical Address Zipcode":"74401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3015750463248919,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4020910","School District Name":"MULHALL-ORLANDO","Physical Address Line 1":"215 S Lewis","Physical Address Line 2":"","Physical Address City":"Mulhall","Physical Address State":"OK ","Physical Address Zipcode":"73063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09465020576131687,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4020880","School District Name":"MULDROW","Physical Address Line 1":"715 W SHAWNTEL SMITH BLVD","Physical Address Line 2":"","Physical Address City":"MULDROW","Physical Address State":"OK ","Physical Address Zipcode":"74948","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19319826338639653,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4020640","School District Name":"MOYERS","Physical Address Line 1":"Hwy 2 N Cobb Dr","Physical Address Line 2":"","Physical Address City":"Moyers","Physical Address State":"OK ","Physical Address Zipcode":"74557","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27450980392156865,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4020550","School District Name":"MOUNDS","Physical Address Line 1":"1603 Russell Ave","Physical Address Line 2":"","Physical Address City":"Mounds","Physical Address State":"OK ","Physical Address Zipcode":"74047","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15724137931034482,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4020460","School District Name":"MOSS","Physical Address Line 1":"8087 East 134 Road","Physical Address Line 2":"","Physical Address City":"Holdenville","Physical Address State":"OK ","Physical Address Zipcode":"74848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14189189189189189,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4020430","School District Name":"MOSELEY","Physical Address Line 1":"7904 N MOSELEY RD","Physical Address Line 2":"","Physical Address City":"COLCORD","Physical Address State":"OK ","Physical Address Zipcode":"74338","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1983695652173913,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4020340","School District Name":"MORRISON","Physical Address Line 1":"2nd Street and C Avenue","Physical Address Line 2":"","Physical Address City":"Morrison","Physical Address State":"OK ","Physical Address Zipcode":"73061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15313653136531366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4020310","School District Name":"MORRIS","Physical Address Line 1":"307 South 6th Street","Physical Address Line 2":"","Physical Address City":"Morris","Physical Address State":"OK ","Physical Address Zipcode":"74445","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14491017964071856,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4020280","School District Name":"MOORELAND","Physical Address Line 1":"304 NW 4th","Physical Address Line 2":"","Physical Address City":"Mooreland","Physical Address State":"OK ","Physical Address Zipcode":"73852","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13801452784503632,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4020250","School District Name":"MOORE","Physical Address Line 1":"1500 Southeast 4th Street","Physical Address Line 2":"","Physical Address City":"Moore","Physical Address State":"OK ","Physical Address Zipcode":"73160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09149443561208268,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4020190","School District Name":"MONROE","Physical Address Line 1":"36709 BOYD STREET","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"OK ","Physical Address Zipcode":"74947","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17733990147783252,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4020160","School District Name":"MOFFETT","Physical Address Line 1":"701 Belt Ave","Physical Address Line 2":"","Physical Address City":"Moffett","Physical Address State":"OK ","Physical Address Zipcode":"74946","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22727272727272727,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4020100","School District Name":"MINCO","Physical Address Line 1":"701 SW THIRD ST","Physical Address Line 2":"","Physical Address City":"Minco","Physical Address State":"OK ","Physical Address Zipcode":"73059","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1182170542635659,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4020080","School District Name":"MILLWOOD","Physical Address Line 1":"6724 N Martin Luther King Ave","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23563218390804597,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4020040","School District Name":"MILL CREEK","Physical Address Line 1":"602 South Chickasaw Avenue","Physical Address Line 2":"","Physical Address City":"Mill Creek","Physical Address State":"OK ","Physical Address Zipcode":"74856","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17801047120418848,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4019980","School District Name":"MILBURN","Physical Address Line 1":"200 North 8th Street","Physical Address Line 2":"","Physical Address City":"Milburn","Physical Address State":"OK ","Physical Address Zipcode":"73450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2391304347826087,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4019950","School District Name":"MIDWEST CITY-DEL CITY","Physical Address Line 1":"7217 SE 15th Street","Physical Address Line 2":"","Physical Address City":"Midwest City","Physical Address State":"OK ","Physical Address Zipcode":"73110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18734339865081914,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4019890","School District Name":"MIDDLEBERG","Physical Address Line 1":"2130 County Road 1317","Physical Address Line 2":"","Physical Address City":"Blanchard","Physical Address State":"OK ","Physical Address Zipcode":"73010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08414239482200647,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4019860","School District Name":"MIAMI","Physical Address Line 1":"26 North Main","Physical Address Line 2":"","Physical Address City":"Miami","Physical Address State":"OK ","Physical Address Zipcode":"74354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28418640183346067,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4019800","School District Name":"MERRITT","Physical Address Line 1":"19693 East 1130 Road","Physical Address Line 2":"","Physical Address City":"Elk City","Physical Address State":"OK ","Physical Address Zipcode":"73644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10901162790697674,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4019680","School District Name":"MEEKER","Physical Address Line 1":"214 E Carl Hubbell Blvd","Physical Address Line 2":"","Physical Address City":"Meeker","Physical Address State":"OK ","Physical Address Zipcode":"74855","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15895610913404506,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4019620","School District Name":"MEDFORD","Physical Address Line 1":"301 North Main Street","Physical Address Line 2":"","Physical Address City":"Medford","Physical Address State":"OK ","Physical Address Zipcode":"73759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15315315315315314,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4019560","School District Name":"MCLOUD","Physical Address Line 1":"113 North Main Street","Physical Address Line 2":"","Physical Address City":"McLoud","Physical Address State":"OK ","Physical Address Zipcode":"74851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17360350492880613,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4019500","School District Name":"MCCORD","Physical Address Line 1":"977 South McCord Road","Physical Address Line 2":"","Physical Address City":"Ponca City","Physical Address State":"OK ","Physical Address Zipcode":"74604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4019440","School District Name":"MCALESTER","Physical Address Line 1":"200 East Adams","Physical Address Line 2":"","Physical Address City":"McAlester","Physical Address State":"OK ","Physical Address Zipcode":"74501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.22684515195369032,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4019410","School District Name":"MCCURTAIN","Physical Address Line 1":"Hwy 26 & Cole Street","Physical Address Line 2":"","Physical Address City":"McCurtain","Physical Address State":"OK ","Physical Address Zipcode":"74944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25943396226415094,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4019380","School District Name":"MAYSVILLE","Physical Address Line 1":"600 First Street","Physical Address Line 2":"","Physical Address City":"Maysville","Physical Address State":"OK ","Physical Address Zipcode":"73057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1702127659574468,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4019290","School District Name":"MAUD","Physical Address Line 1":"306 West Main Street","Physical Address Line 2":"","Physical Address City":"Maud","Physical Address State":"OK ","Physical Address Zipcode":"74854","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2140845070422535,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4019260","School District Name":"MASON","Physical Address Line 1":"374006 E 1000 Road","Physical Address Line 2":"","Physical Address City":"Mason","Physical Address State":"OK ","Physical Address Zipcode":"74859","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14009661835748793,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4019200","School District Name":"MARYETTA","Physical Address Line 1":"100 Maryetta Road","Physical Address Line 2":"","Physical Address City":"Stilwell","Physical Address State":"OK ","Physical Address Zipcode":"74960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24806201550387597,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4019080","School District Name":"MARLOW","Physical Address Line 1":"407 W Seminole","Physical Address Line 2":"","Physical Address City":"Marlow","Physical Address State":"OK ","Physical Address Zipcode":"73055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16777408637873753,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4018990","School District Name":"MARIETTA","Physical Address Line 1":"408 Indian Way","Physical Address Line 2":"","Physical Address City":"Marietta","Physical Address State":"OK ","Physical Address Zipcode":"73448","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16919739696312364,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4018960","School District Name":"MARBLE CITY","Physical Address Line 1":"95266 S 4610 Rd","Physical Address Line 2":"","Physical Address City":"MARBLE CITY","Physical Address State":"OK ","Physical Address Zipcode":"74945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4018900","School District Name":"MAPLE","Physical Address Line 1":"904 South Maple Road","Physical Address Line 2":"","Physical Address City":"Calumet","Physical Address State":"OK ","Physical Address Zipcode":"73014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12878787878787878,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4018870","School District Name":"MANNSVILLE","Physical Address Line 1":"509 East School Street","Physical Address Line 2":"","Physical Address City":"Mannsville","Physical Address State":"OK ","Physical Address Zipcode":"73447","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2054794520547945,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4018840","School District Name":"MANNFORD","Physical Address Line 1":"136 Evans Avenue","Physical Address Line 2":"","Physical Address City":"Mannford","Physical Address State":"OK ","Physical Address Zipcode":"74044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1406025824964132,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4018780","School District Name":"MANGUM","Physical Address Line 1":"400 North Pennsylvania Avenue","Physical Address Line 2":"","Physical Address City":"Mangum","Physical Address State":"OK ","Physical Address Zipcode":"73554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2716049382716049,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4018700","School District Name":"MADILL","Physical Address Line 1":"510 W MCARTHUR","Physical Address Line 2":"","Physical Address City":"Madill","Physical Address State":"OK ","Physical Address Zipcode":"73446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1635150166852058,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4018660","School District Name":"MACOMB","Physical Address Line 1":"36591 State Highway 59B","Physical Address Line 2":"","Physical Address City":"Macomb","Physical Address State":"OK ","Physical Address Zipcode":"74852","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1953125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4018630","School District Name":"LUTHER","Physical Address Line 1":"1025 South Dogwood","Physical Address Line 2":"","Physical Address City":"Luther","Physical Address State":"OK ","Physical Address Zipcode":"73054","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13808267370272648,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4018570","School District Name":"LUKFATA","Physical Address Line 1":"1685 Old Broken Bow Hwy","Physical Address Line 2":"","Physical Address City":"Broken Bow","Physical Address State":"OK ","Physical Address Zipcode":"74728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18907563025210083,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4018480","School District Name":"LOWREY","Physical Address Line 1":"21132 East 640 Road","Physical Address Line 2":"","Physical Address City":"Tahlequah","Physical Address State":"OK ","Physical Address Zipcode":"74464","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24571428571428572,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4018390","School District Name":"LOOKEBA SICKLES","Physical Address Line 1":"307 W Sickles Ave","Physical Address Line 2":"","Physical Address City":"Lookeba","Physical Address State":"OK ","Physical Address Zipcode":"73053","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1724137931034483,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4018270","School District Name":"LONE WOLF","Physical Address Line 1":"1001 7th St","Physical Address Line 2":"","Physical Address City":"Lone Wolf","Physical Address State":"OK ","Physical Address Zipcode":"73655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1346153846153846,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4018240","School District Name":"LONE STAR","Physical Address Line 1":"2945 S Hickory St","Physical Address Line 2":"","Physical Address City":"Sapulpa","Physical Address State":"OK ","Physical Address Zipcode":"74066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18038740920096852,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4018090","School District Name":"LONE GROVE","Physical Address Line 1":"16841 US Hwy 70","Physical Address Line 2":"","Physical Address City":"Lone Grove","Physical Address State":"OK ","Physical Address Zipcode":"73443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1612167300380228,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4018000","School District Name":"LOCUST GROVE","Physical Address Line 1":"302 E Joe Koelsch","Physical Address Line 2":"","Physical Address City":"Locust Grove","Physical Address State":"OK ","Physical Address Zipcode":"74352","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21881533101045297,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4017880","School District Name":"LITTLE AXE","Physical Address Line 1":"2000 168th Avenue Northeast","Physical Address Line 2":"","Physical Address City":"Norman","Physical Address State":"OK ","Physical Address Zipcode":"73026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14728682170542637,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4017850","School District Name":"LINDSAY","Physical Address Line 1":"800 West Creek Street","Physical Address Line 2":"","Physical Address City":"Lindsay","Physical Address State":"OK ","Physical Address Zipcode":"73052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21971830985915494,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4017760","School District Name":"LIBERTY","Physical Address Line 1":"2727 East 201st Street South","Physical Address Line 2":"","Physical Address City":"Mounds","Physical Address State":"OK ","Physical Address Zipcode":"74047","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12265758091993186,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4017700","School District Name":"LIBERTY","Physical Address Line 1":"476490 E 1060 ROAD","Physical Address Line 2":"","Physical Address City":"MULDROW","Physical Address State":"OK ","Physical Address Zipcode":"74948","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4017580","School District Name":"LEXINGTON","Physical Address Line 1":"420 Northeast Fourth Street","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"OK ","Physical Address Zipcode":"73051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1400343642611684,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4017370","School District Name":"LEEDEY","Physical Address Line 1":"505 E 6th","Physical Address Line 2":"","Physical Address City":"Leedey","Physical Address State":"OK ","Physical Address Zipcode":"73654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.065,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4017310","School District Name":"LEACH","Physical Address Line 1":"55979 S 530 Road","Physical Address Line 2":"","Physical Address City":"Rose","Physical Address State":"OK ","Physical Address Zipcode":"74364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24102564102564103,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4017280","School District Name":"LE FLORE","Physical Address Line 1":"43172 South Booth Avenue","Physical Address Line 2":"","Physical Address City":"LeFlore","Physical Address State":"OK ","Physical Address Zipcode":"74942","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20216606498194944,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4017250","School District Name":"LAWTON","Physical Address Line 1":"753 NW Fort Sill Blvd","Physical Address Line 2":"","Physical Address City":"Lawton","Physical Address State":"OK ","Physical Address Zipcode":"73507","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2161218873749916,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4017220","School District Name":"LAVERNE","Physical Address Line 1":"605 W Jane Jayroe Blvd","Physical Address Line 2":"","Physical Address City":"Laverne","Physical Address State":"OK ","Physical Address Zipcode":"73848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14349775784753363,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4017190","School District Name":"LATTA","Physical Address Line 1":"13925 County Road 1560","Physical Address Line 2":"","Physical Address City":"Ada","Physical Address State":"OK ","Physical Address Zipcode":"74820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12756598240469208,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4017040","School District Name":"LANE","Physical Address Line 1":"601 W McGee Creek Rd","Physical Address Line 2":"","Physical Address City":"Lane","Physical Address State":"OK ","Physical Address Zipcode":"74555","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19101123595505617,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4017020","School District Name":"DEER CREEK-LAMONT","Physical Address Line 1":"1192 Harrison Avenue","Physical Address Line 2":"","Physical Address City":"Lamont","Physical Address State":"OK ","Physical Address Zipcode":"74643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1141552511415525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4016740","School District Name":"KREMLIN-HILLSDALE","Physical Address Line 1":"705 FIFTH","Physical Address Line 2":"","Physical Address City":"Kremlin","Physical Address State":"OK ","Physical Address Zipcode":"73753","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.058394160583941604,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4016720","School District Name":"KREBS","Physical Address Line 1":"20 Southwest Fifth Street","Physical Address Line 2":"","Physical Address City":"Krebs","Physical Address State":"OK ","Physical Address Zipcode":"74554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14432989690721648,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4016710","School District Name":"KONAWA","Physical Address Line 1":"701 West South Street","Physical Address Line 2":"","Physical Address City":"Konawa","Physical Address State":"OK ","Physical Address Zipcode":"74849","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23289902280130292,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4016650","School District Name":"KIOWA","Physical Address Line 1":"406 East 8th Street","Physical Address Line 2":"","Physical Address City":"Kiowa","Physical Address State":"OK ","Physical Address Zipcode":"74553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4016620","School District Name":"KINTA","Physical Address Line 1":"205 N Main","Physical Address Line 2":"","Physical Address City":"Kinta","Physical Address State":"OK ","Physical Address Zipcode":"74552","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23694779116465864,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4016590","School District Name":"KINGSTON","Physical Address Line 1":"400 NE 3rd","Physical Address Line 2":"","Physical Address City":"Kingston","Physical Address State":"OK ","Physical Address Zipcode":"73439","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18784029038112524,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4016560","School District Name":"KINGFISHER","Physical Address Line 1":"602 West Chisholm Drive","Physical Address Line 2":"","Physical Address City":"Kingfisher","Physical Address State":"OK ","Physical Address Zipcode":"73750","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1033457249070632,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4016530","School District Name":"KILDARE","Physical Address Line 1":"1265 Church St","Physical Address Line 2":"","Physical Address City":"Ponca City","Physical Address State":"OK ","Physical Address Zipcode":"74604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4016500","School District Name":"KIEFER","Physical Address Line 1":"4600 West 151st Street","Physical Address Line 2":"","Physical Address City":"Kiefer","Physical Address State":"OK ","Physical Address Zipcode":"74041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11403508771929824,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4016470","School District Name":"KEYSTONE","Physical Address Line 1":"23810 West Highway 51","Physical Address Line 2":"","Physical Address City":"Sand Springs","Physical Address State":"OK ","Physical Address Zipcode":"74063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14626865671641792,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4016440","School District Name":"Keys Public Schools","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.19416058394160585,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4016380","School District Name":"KETCHUM","Physical Address Line 1":"404 N Boston","Physical Address Line 2":"","Physical Address City":"Ketchum","Physical Address State":"OK ","Physical Address Zipcode":"74349","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4016350","School District Name":"KEOTA","Physical Address Line 1":"110 Northeast 6th Street","Physical Address Line 2":"","Physical Address City":"Keota","Physical Address State":"OK ","Physical Address Zipcode":"74941","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2647058823529412,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4016320","School District Name":"KENWOOD","Physical Address Line 1":"48625 South 502 Road","Physical Address Line 2":"","Physical Address City":"Salina","Physical Address State":"OK ","Physical Address Zipcode":"74365","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25742574257425743,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4016170","School District Name":"KELLYVILLE","Physical Address Line 1":"144 S Elm","Physical Address Line 2":"","Physical Address City":"Kellyville","Physical Address State":"OK ","Physical Address Zipcode":"74039","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12749003984063745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4015990","School District Name":"KANSAS","Physical Address Line 1":"700 N WOOD AVE","Physical Address Line 2":"","Physical Address City":"Kansas","Physical Address State":"OK ","Physical Address Zipcode":"74347","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.279901356350185,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4015930","School District Name":"JUSTUS-TIAWAH","Physical Address Line 1":"14902 East School Road","Physical Address Line 2":"","Physical Address City":"Claremore","Physical Address State":"OK ","Physical Address Zipcode":"74019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07943262411347518,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4015900","School District Name":"JUSTICE","Physical Address Line 1":"36507 EW 1310","Physical Address Line 2":"","Physical Address City":"Wewoka","Physical Address State":"OK ","Physical Address Zipcode":"74884","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2558139534883721,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4015840","School District Name":"JONES","Physical Address Line 1":"9200 N Hiwassee Rd","Physical Address Line 2":"","Physical Address City":"Jones","Physical Address State":"OK ","Physical Address Zipcode":"73049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11954887218045113,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4015750","School District Name":"JENNINGS","Physical Address Line 1":"475 North Oak Street","Physical Address Line 2":"","Physical Address City":"Jennings","Physical Address State":"OK ","Physical Address Zipcode":"74038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16042780748663102,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4015720","School District Name":"JENKS","Physical Address Line 1":"205 East B Street","Physical Address Line 2":"","Physical Address City":"Jenks","Physical Address State":"OK ","Physical Address Zipcode":"74037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08997489802321933,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4015690","School District Name":"JAY","Physical Address Line 1":"821 N Main","Physical Address Line 2":"","Physical Address City":"Jay","Physical Address State":"OK ","Physical Address Zipcode":"74346","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2584916522740357,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4015480","School District Name":"INOLA","Physical Address Line 1":"110 North Broadway","Physical Address Line 2":"","Physical Address City":"Inola","Physical Address State":"OK ","Physical Address Zipcode":"74036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11046025104602511,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4015450","School District Name":"INDIANOLA","Physical Address Line 1":"900 South Hwy 113","Physical Address Line 2":"","Physical Address City":"Indianola","Physical Address State":"OK ","Physical Address Zipcode":"74442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14006514657980457,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4015420","School District Name":"INDIAHOMA","Physical Address Line 1":"307 Chebahtah","Physical Address Line 2":"","Physical Address City":"Indiahoma","Physical Address State":"OK ","Physical Address Zipcode":"73552","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2669902912621359,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4015370","School District Name":"IDABEL","Physical Address Line 1":"200 Northeast Avenue C","Physical Address Line 2":"","Physical Address City":"Idabel","Physical Address State":"OK ","Physical Address Zipcode":"74745","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2862481315396114,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4015240","School District Name":"HULBERT","Physical Address Line 1":"316 Rider Lane","Physical Address Line 2":"","Physical Address City":"Hulbert","Physical Address State":"OK ","Physical Address Zipcode":"74441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22768670309653916,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4015210","School District Name":"HUGO","Physical Address Line 1":"208 North Second Street","Physical Address Line 2":"","Physical Address City":"Hugo","Physical Address State":"OK ","Physical Address Zipcode":"74743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2806354009077156,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4015120","School District Name":"HOWE","Physical Address Line 1":"21444 E N Railroad Street","Physical Address Line 2":"","Physical Address City":"Howe","Physical Address State":"OK ","Physical Address Zipcode":"74940","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17682926829268292,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4015090","School District Name":"HOOKER","Physical Address Line 1":"220 N Swem","Physical Address Line 2":"","Physical Address City":"Hooker","Physical Address State":"OK ","Physical Address Zipcode":"73945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13152804642166344,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4014970","School District Name":"HOMINY","Physical Address Line 1":"200 South Pettit Avenue","Physical Address Line 2":"","Physical Address City":"Hominy","Physical Address State":"OK ","Physical Address Zipcode":"74035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17391304347826086,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4014890","School District Name":"HOLLY CREEK","Physical Address Line 1":"401 Holly Creek Road","Physical Address Line 2":"","Physical Address City":"Broken Bow","Physical Address State":"OK ","Physical Address Zipcode":"74728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17901234567901234,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4014850","School District Name":"HOLLIS","Physical Address Line 1":"415 N Main","Physical Address Line 2":"","Physical Address City":"Hollis","Physical Address State":"OK ","Physical Address Zipcode":"73550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3148936170212766,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4014790","School District Name":"HOLDENVILLE","Physical Address Line 1":"210 Grimes Street","Physical Address Line 2":"","Physical Address City":"Holdenville","Physical Address State":"OK ","Physical Address Zipcode":"74848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2707509881422925,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4014730","School District Name":"HODGEN","Physical Address Line 1":"20520 School House Rd","Physical Address Line 2":"","Physical Address City":"Hodgen","Physical Address State":"OK ","Physical Address Zipcode":"74939","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4014700","School District Name":"HOBART","Physical Address Line 1":"321 North Jefferson Street","Physical Address Line 2":"","Physical Address City":"Hobart","Physical Address State":"OK ","Physical Address Zipcode":"73651","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.21478382147838215,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4014670","School District Name":"MIDWAY","Physical Address Line 1":"316 South Pine","Physical Address Line 2":"","Physical Address City":"Council Hill","Physical Address State":"OK ","Physical Address Zipcode":"74428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2209737827715356,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4014610","School District Name":"HINTON","Physical Address Line 1":"708 N BROADWAY","Physical Address Line 2":"","Physical Address City":"Hinton","Physical Address State":"OK ","Physical Address Zipcode":"73047","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14786585365853658,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4014520","School District Name":"HILLDALE","Physical Address Line 1":"313 E PEAK","Physical Address Line 2":"","Physical Address City":"Muskogee","Physical Address State":"OK ","Physical Address Zipcode":"74403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1489841986455982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4014370","School District Name":"HENRYETTA","Physical Address Line 1":"1600 W Genrty","Physical Address Line 2":"","Physical Address City":"Henryetta","Physical Address State":"OK ","Physical Address Zipcode":"74437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19886363636363635,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4014340","School District Name":"HENNESSEY","Physical Address Line 1":"605 East Oklahoma Street","Physical Address Line 2":"","Physical Address City":"Hennessey","Physical Address State":"OK ","Physical Address Zipcode":"73742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4014160","School District Name":"HEAVENER","Physical Address Line 1":"500 West 2nd Street","Physical Address Line 2":"","Physical Address City":"Heavener","Physical Address State":"OK ","Physical Address Zipcode":"74937","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2514395393474088,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4014130","School District Name":"HEALDTON","Physical Address Line 1":"2763 Texas Street","Physical Address Line 2":"","Physical Address City":"Healdton","Physical Address State":"OK ","Physical Address Zipcode":"73438","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1918032786885246,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4014100","School District Name":"HAYWOOD","Physical Address Line 1":"11461 West State Hwy 31","Physical Address Line 2":"","Physical Address City":"MCAlester","Physical Address State":"OK ","Physical Address Zipcode":"74501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20920502092050208,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4014080","School District Name":"HAWORTH","Physical Address Line 1":"300 North Maple Street","Physical Address Line 2":"","Physical Address City":"Haworth","Physical Address State":"OK ","Physical Address Zipcode":"74740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.249500998003992,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013950","School District Name":"HASKELL","Physical Address Line 1":"900 North Ohio","Physical Address Line 2":"","Physical Address City":"Haskell","Physical Address State":"OK ","Physical Address Zipcode":"74436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18305439330543932,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013920","School District Name":"HARTSHORNE","Physical Address Line 1":"520 South Fifth Street","Physical Address Line 2":"","Physical Address City":"Hartshorne","Physical Address State":"OK ","Physical Address Zipcode":"74547","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23356643356643356,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013890","School District Name":"HARRAH","Physical Address Line 1":"20670 Walker Street","Physical Address Line 2":"","Physical Address City":"Harrah","Physical Address State":"OK ","Physical Address Zipcode":"73045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12769485903814262,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4013830","School District Name":"HARMONY","Physical Address Line 1":"4926 S Bentley Rd","Physical Address Line 2":"","Physical Address City":"Atoka","Physical Address State":"OK ","Physical Address Zipcode":"74525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17681159420289855,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013740","School District Name":"HARDESTY","Physical Address Line 1":"5th and Crawford","Physical Address Line 2":"","Physical Address City":"Guymon","Physical Address State":"OK ","Physical Address Zipcode":"73942","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013680","School District Name":"HANNA","Physical Address Line 1":"301 E Second St","Physical Address Line 2":"","Physical Address City":"Hanna","Physical Address State":"OK ","Physical Address Zipcode":"74845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23076923076923078,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013650","School District Name":"HAMMON","Physical Address Line 1":"802 Shockey St","Physical Address Line 2":"","Physical Address City":"Hammon","Physical Address State":"OK ","Physical Address Zipcode":"73650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013620","School District Name":"HAILEYVILLE","Physical Address Line 1":"3rd & Riley Street","Physical Address Line 2":"","Physical Address City":"Haileyville","Physical Address State":"OK ","Physical Address Zipcode":"74546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1580135440180587,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4013600","School District Name":"GYPSY","Physical Address Line 1":"30899 South 417th West Avenue","Physical Address Line 2":"","Physical Address City":"Depew","Physical Address State":"OK ","Physical Address Zipcode":"74028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13533834586466165,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013590","School District Name":"GUYMON","Physical Address Line 1":"801 N Beaver","Physical Address Line 2":"","Physical Address City":"Guymon","Physical Address State":"OK ","Physical Address Zipcode":"73942","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15172137710168135,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4013560","School District Name":"GUTHRIE","Physical Address Line 1":"802 East Vilas Avenue","Physical Address Line 2":"","Physical Address City":"Guthrie","Physical Address State":"OK ","Physical Address Zipcode":"73044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15428571428571428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4013530","School District Name":"GROVE","Physical Address Line 1":"310 S Broadway","Physical Address Line 2":"","Physical Address City":"Grove","Physical Address State":"OK ","Physical Address Zipcode":"74344","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24133333333333334,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013500","School District Name":"GROVE","Physical Address Line 1":"2800 North Bryan Avenue","Physical Address Line 2":"","Physical Address City":"Shawnee","Physical Address State":"OK ","Physical Address Zipcode":"74804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09470304975922954,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013380","School District Name":"GREENVILLE","Physical Address Line 1":"4671 Wolfpac Road","Physical Address Line 2":"","Physical Address City":"Marietta","Physical Address State":"OK ","Physical Address Zipcode":"73448","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11518324607329843,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013320","School District Name":"Grant Public School","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.27699530516431925,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013290","School District Name":"GRANITE","Physical Address Line 1":"507 West 6th Street","Physical Address Line 2":"","Physical Address City":"Granite","Physical Address State":"OK ","Physical Address Zipcode":"73547","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1744186046511628,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013260","School District Name":"GRANDVIEW","Physical Address Line 1":"# 277062 E 1840 Rd","Physical Address Line 2":"","Physical Address City":"Comanche","Physical Address State":"OK ","Physical Address Zipcode":"73529","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18045112781954886,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013230","School District Name":"GRAND VIEW","Physical Address Line 1":"15481 North Jarvis Road","Physical Address Line 2":"","Physical Address City":"Tahlequah","Physical Address State":"OK ","Physical Address Zipcode":"74464","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013200","School District Name":"GRANDFIELD","Physical Address Line 1":"811 West 3rd Street","Physical Address Line 2":"","Physical Address City":"Grandfield","Physical Address State":"OK ","Physical Address Zipcode":"73546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3015075376884422,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4013080","School District Name":"GRACEMONT","Physical Address Line 1":"417 East McCall","Physical Address Line 2":"","Physical Address City":"Gracemont","Physical Address State":"OK ","Physical Address Zipcode":"73042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22285714285714286,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012900","School District Name":"GORE","Physical Address Line 1":"1200 North Highway 10","Physical Address Line 2":"","Physical Address City":"Gore","Physical Address State":"OK ","Physical Address Zipcode":"74435","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18577981651376146,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012870","School District Name":"GOODWELL","Physical Address Line 1":"326 East Eagle Blvd","Physical Address Line 2":"","Physical Address City":"Goodwell","Physical Address State":"OK ","Physical Address Zipcode":"73939","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15204678362573099,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012750","School District Name":"GLOVER","Physical Address Line 1":"701 Lavender Rd","Physical Address Line 2":"","Physical Address City":"Broken Bow","Physical Address State":"OK ","Physical Address Zipcode":"74728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2601626016260163,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012720","School District Name":"GLENPOOL","Physical Address Line 1":"140 W 141st","Physical Address Line 2":"","Physical Address City":"Glenpool","Physical Address State":"OK ","Physical Address Zipcode":"74033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10353915662650602,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012690","School District Name":"GLENCOE","Physical Address Line 1":"201 East Lone Chimney","Physical Address Line 2":"","Physical Address City":"Glencoe","Physical Address State":"OK ","Physical Address Zipcode":"74032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1598173515981735,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012630","School District Name":"GERONIMO","Physical Address Line 1":"800 West Main Street","Physical Address Line 2":"","Physical Address City":"Geronimo","Physical Address State":"OK ","Physical Address Zipcode":"73543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1623931623931624,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012570","School District Name":"GEARY","Physical Address Line 1":"110 Southwest Embree Drive","Physical Address Line 2":"","Physical Address City":"Geary","Physical Address State":"OK ","Physical Address Zipcode":"73040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1834862385321101,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012420","School District Name":"GARBER","Physical Address Line 1":"108 E Garber Rd","Physical Address Line 2":"","Physical Address City":"Garber","Physical Address State":"OK ","Physical Address Zipcode":"73738","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14929577464788732,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012390","School District Name":"GANS","Physical Address Line 1":"204 N STACY","Physical Address Line 2":"","Physical Address City":"GANS","Physical Address State":"OK ","Physical Address Zipcode":"74936","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14802631578947367,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012300","School District Name":"FORT TOWSON","Physical Address Line 1":"205 Northwest Third Street","Physical Address Line 2":"","Physical Address City":"Fort Towson","Physical Address State":"OK ","Physical Address Zipcode":"74735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20844327176781002,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012240","School District Name":"FRINK-CHAMBERS","Physical Address Line 1":"485 Frink rd","Physical Address Line 2":"","Physical Address City":"McAlester","Physical Address State":"OK ","Physical Address Zipcode":"74501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14232209737827714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4012210","School District Name":"FRIEND","Physical Address Line 1":"1307 County Road 1350","Physical Address Line 2":"","Physical Address City":"Chickasha","Physical Address State":"OK ","Physical Address Zipcode":"73018","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14009661835748793,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012180","School District Name":"FREEDOM","Physical Address Line 1":"1138 Eagle Pass","Physical Address Line 2":"","Physical Address City":"Freedom","Physical Address State":"OK ","Physical Address Zipcode":"73842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09574468085106383,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012150","School District Name":"FREDERICK","Physical Address Line 1":"817 N 15th","Physical Address Line 2":"","Physical Address City":"Frederick","Physical Address State":"OK ","Physical Address Zipcode":"73542","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2403718459495352,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012090","School District Name":"FOYIL","Physical Address Line 1":"17002 East 4th Street","Physical Address Line 2":"","Physical Address City":"Foyil","Physical Address State":"OK ","Physical Address Zipcode":"74031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13213703099510604,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012060","School District Name":"FOX","Physical Address Line 1":"100 Creek Avenue","Physical Address Line 2":"","Physical Address City":"Fox","Physical Address State":"OK ","Physical Address Zipcode":"73435","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19863013698630136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4012000","School District Name":"FORT SUPPLY","Physical Address Line 1":"401 Custer Rd","Physical Address Line 2":"","Physical Address City":"Fort Supply","Physical Address State":"OK ","Physical Address Zipcode":"73841","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16379310344827586,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4011970","School District Name":"FORT GIBSON","Physical Address Line 1":"500 South Ross Avenue","Physical Address Line 2":"","Physical Address City":"Fort Gibson","Physical Address State":"OK ","Physical Address Zipcode":"74434","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1832319134550372,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4011880","School District Name":"FORGAN","Physical Address Line 1":"504 West Main","Physical Address Line 2":"","Physical Address City":"Forgan","Physical Address State":"OK ","Physical Address Zipcode":"73938","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10344827586206896,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4011850","School District Name":"FOREST GROVE","Physical Address Line 1":"1941 Forest Grove Road","Physical Address Line 2":"","Physical Address City":"Garvin","Physical Address State":"OK ","Physical Address Zipcode":"74736","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21287128712871287,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4011760","School District Name":"FLOWER MOUND","Physical Address Line 1":"2805 SE Flower Mound Road","Physical Address Line 2":"","Physical Address City":"Lawton","Physical Address State":"OK ","Physical Address Zipcode":"73501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0784313725490196,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4011700","School District Name":"FLETCHER","Physical Address Line 1":"108 W HORNADAY","Physical Address Line 2":"","Physical Address City":"Fletcher","Physical Address State":"OK ","Physical Address Zipcode":"73541","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18284424379232506,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4011580","School District Name":"FELT","Physical Address Line 1":"101 SOUTH LINCOLN","Physical Address Line 2":"","Physical Address City":"Felt","Physical Address State":"OK ","Physical Address Zipcode":"73937","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1864406779661017,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4011430","School District Name":"FARGO","Physical Address Line 1":"513 S Main","Physical Address Line 2":"","Physical Address City":"Fargo","Physical Address State":"OK ","Physical Address Zipcode":"73840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13284132841328414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4011400","School District Name":"FANSHAWE","Physical Address Line 1":"Hwy 270","Physical Address Line 2":"","Physical Address City":"Fanshawe","Physical Address State":"OK ","Physical Address Zipcode":"74935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16793893129770993,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4011280","School District Name":"FAIRVIEW","Physical Address Line 1":"408 East Broadway Street","Physical Address Line 2":"","Physical Address City":"Fairview","Physical Address State":"OK ","Physical Address Zipcode":"73737","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14688427299703263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4011250","School District Name":"FAIRLAND","Physical Address Line 1":"202 West Washington Avenue","Physical Address Line 2":"","Physical Address City":"Fairland","Physical Address State":"OK ","Physical Address Zipcode":"74343","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24377224199288255,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4011160","School District Name":"EUFAULA","Physical Address Line 1":"1684 J M Bailey Hwy","Physical Address Line 2":"","Physical Address City":"Eufaula","Physical Address State":"OK ","Physical Address Zipcode":"74432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2778904665314402,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4011040","School District Name":"ERICK","Physical Address Line 1":"325 S Pine St","Physical Address Line 2":"","Physical Address City":"Erick","Physical Address State":"OK ","Physical Address Zipcode":"73645","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3346303501945525,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4010920","School District Name":"ENID","Physical Address Line 1":"500 South Independence","Physical Address Line 2":"","Physical Address City":"Enid","Physical Address State":"OK ","Physical Address Zipcode":"73701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17180670228266148,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4010890","School District Name":"EMPIRE","Physical Address Line 1":"276803 E 1760 Road","Physical Address Line 2":"","Physical Address City":"Duncan","Physical Address State":"OK ","Physical Address Zipcode":"73533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10684931506849316,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4010860","School District Name":"ELMORE CITY-PERNELL","Physical Address Line 1":"100 North Muse Avenue","Physical Address Line 2":"","Physical Address City":"Elmore City","Physical Address State":"OK ","Physical Address Zipcode":"73433","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1844331641285956,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4010740","School District Name":"ELK CITY","Physical Address Line 1":"300 N Boone Ave","Physical Address Line 2":"","Physical Address City":"Elk City","Physical Address State":"OK ","Physical Address Zipcode":"73644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22857142857142856,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4010710","School District Name":"ELGIN","Physical Address Line 1":"Hwy 17 & Mighty Owl Ave","Physical Address Line 2":"","Physical Address City":"Elgin","Physical Address State":"OK ","Physical Address Zipcode":"73538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09809456598447425,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4010650","School District Name":"EL RENO","Physical Address Line 1":"100 South Bickford Avenue","Physical Address Line 2":"","Physical Address City":"El Reno","Physical Address State":"OK ","Physical Address Zipcode":"73036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15712581991651758,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4010590","School District Name":"EDMOND","Physical Address Line 1":"1001 West Danforth Road","Physical Address Line 2":"","Physical Address City":"Edmond","Physical Address State":"OK ","Physical Address Zipcode":"73003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07437333907922143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4010560","School District Name":"PEAVINE","Physical Address Line 1":"77943 Hwy 59 N","Physical Address Line 2":"","Physical Address City":"Stilwell","Physical Address State":"OK ","Physical Address Zipcode":"74960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30869565217391304,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4010500","School District Name":"EARLSBORO","Physical Address Line 1":"101 north willie stargell","Physical Address Line 2":"","Physical Address City":"Earlsboro","Physical Address State":"OK ","Physical Address Zipcode":"74840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1925925925925926,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4010440","School District Name":"EAGLETOWN","Physical Address Line 1":"25 School Street","Physical Address Line 2":"","Physical Address City":"Eagletown","Physical Address State":"OK ","Physical Address Zipcode":"74734","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.215,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4010350","School District Name":"DURANT","Physical Address Line 1":"1323 Waco Street","Physical Address Line 2":"","Physical Address City":"Durant","Physical Address State":"OK ","Physical Address Zipcode":"74701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1861229858599145,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4010290","School District Name":"DUNCAN","Physical Address Line 1":"1706 W Spruce","Physical Address Line 2":"","Physical Address City":"Duncan","Physical Address State":"OK ","Physical Address Zipcode":"73533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24154589371980675,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4010260","School District Name":"DUKE","Physical Address Line 1":"300 North Chickasaw","Physical Address Line 2":"","Physical Address City":"Duke","Physical Address State":"OK ","Physical Address Zipcode":"73532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14166666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4010200","School District Name":"DRUMRIGHT","Physical Address Line 1":"56111 W Hwy Ok-16","Physical Address Line 2":"","Physical Address City":"Drumright","Physical Address State":"OK ","Physical Address Zipcode":"74030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18269230769230768,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4010170","School District Name":"DRUMMOND","Physical Address Line 1":"South Hwy 132","Physical Address Line 2":"","Physical Address City":"Drummond","Physical Address State":"OK ","Physical Address Zipcode":"73735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16363636363636364,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4010050","School District Name":"DOVER","Physical Address Line 1":"201 N Taylor","Physical Address Line 2":"","Physical Address City":"Dover","Physical Address State":"OK ","Physical Address Zipcode":"73734","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1659919028340081,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4009910","School District Name":"DICKSON","Physical Address Line 1":"4762 State Highway 199","Physical Address Line 2":"","Physical Address City":"Ardmore","Physical Address State":"OK ","Physical Address Zipcode":"73401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12696629213483146,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4009870","School District Name":"DIBBLE","Physical Address Line 1":"22092 OLD TOWN FIRST","Physical Address Line 2":"","Physical Address City":"BLANCHARD","Physical Address State":"OK ","Physical Address Zipcode":"73010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17042889390519186,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4009810","School District Name":"DEWEY","Physical Address Line 1":"One Bulldogger Road","Physical Address Line 2":"","Physical Address City":"Dewey","Physical Address State":"OK ","Physical Address Zipcode":"74029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19345238095238096,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4009780","School District Name":"DEWAR","Physical Address Line 1":"204 East 5th Street","Physical Address Line 2":"","Physical Address City":"Dewar","Physical Address State":"OK ","Physical Address Zipcode":"74431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21875,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4009750","School District Name":"DEPEW","Physical Address Line 1":"725 Simms St","Physical Address Line 2":"","Physical Address City":"Depew","Physical Address State":"OK ","Physical Address Zipcode":"74028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11528822055137844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4009720","School District Name":"DENISON","Physical Address Line 1":"3001 East Washington","Physical Address Line 2":"","Physical Address City":"Idabel","Physical Address State":"OK ","Physical Address Zipcode":"74745","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22083333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4009570","School District Name":"DEER CREEK","Physical Address Line 1":"20701 N MacArthur Blvd","Physical Address Line 2":"","Physical Address City":"Edmond","Physical Address State":"OK ","Physical Address Zipcode":"73012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05120366832250669,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4009510","School District Name":"DAVIS","Physical Address Line 1":"400 East Atlanta Avenue","Physical Address Line 2":"","Physical Address City":"Davis","Physical Address State":"OK ","Physical Address Zipcode":"73030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18141592920353983,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4009480","School District Name":"Davidson Public Schools","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4009450","School District Name":"DAVENPORT","Physical Address Line 1":"417 Broadway","Physical Address Line 2":"","Physical Address City":"Davenport","Physical Address State":"OK ","Physical Address Zipcode":"74026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1305732484076433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4009420","School District Name":"DARLINGTON","Physical Address Line 1":"4408 North Highway 81","Physical Address Line 2":"","Physical Address City":"El Reno","Physical Address State":"OK ","Physical Address Zipcode":"73036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07758620689655173,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4009390","School District Name":"DALE","Physical Address Line 1":"300 Smith Avenue","Physical Address Line 2":"","Physical Address City":"Dale","Physical Address State":"OK ","Physical Address Zipcode":"74851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10833333333333334,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4009360","School District Name":"DAHLONEGAH","Physical Address Line 1":"468739 East 878 Road","Physical Address Line 2":"","Physical Address City":"Stilwell","Physical Address State":"OK ","Physical Address Zipcode":"74960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26282051282051283,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4009300","School District Name":"CYRIL","Physical Address Line 1":"326 W Windle Avenue","Physical Address Line 2":"","Physical Address City":"Cyril","Physical Address State":"OK ","Physical Address Zipcode":"73029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1755485893416928,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4009240","School District Name":"CUSHING","Physical Address Line 1":"1401 North Little Street","Physical Address Line 2":"","Physical Address City":"Cushing","Physical Address State":"OK ","Physical Address Zipcode":"74023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16246056782334384,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4009150","School District Name":"CRUTCHO","Physical Address Line 1":"2401 North Air Depot Boulevard","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73141","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.29880478087649404,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4009090","School District Name":"CROWDER","Physical Address Line 1":"400 Bond Street","Physical Address Line 2":"","Physical Address City":"Crowder","Physical Address State":"OK ","Physical Address Zipcode":"74430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15575620767494355,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4009060","School District Name":"CROOKED OAK","Physical Address Line 1":"1450 S Eastern Aveneue","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73129","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2867036011080332,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4009000","School District Name":"CRESCENT","Physical Address Line 1":"106 North Magnolia St","Physical Address Line 2":"","Physical Address City":"Crescent","Physical Address State":"OK ","Physical Address Zipcode":"73028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.167427701674277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4008940","School District Name":"COYLE","Physical Address Line 1":"700 S Cottingham","Physical Address Line 2":"","Physical Address City":"Coyle","Physical Address State":"OK ","Physical Address Zipcode":"73027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14957264957264957,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4008850","School District Name":"COWETA","Physical Address Line 1":"14540 S 302nd East Ave","Physical Address Line 2":"","Physical Address City":"Coweta","Physical Address State":"OK ","Physical Address Zipcode":"74429","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14025286680388122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4008790","School District Name":"COVINGTON-DOUGLAS","Physical Address Line 1":"400 E Maine","Physical Address Line 2":"","Physical Address City":"Covington","Physical Address State":"OK ","Physical Address Zipcode":"73730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15488215488215487,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4008730","School District Name":"COTTONWOOD","Physical Address Line 1":"1 Lubbis Street","Physical Address Line 2":"","Physical Address City":"Coalgate","Physical Address State":"OK ","Physical Address Zipcode":"74538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24528301886792453,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4008640","School District Name":"CORDELL","Physical Address Line 1":"606 East Third St","Physical Address Line 2":"","Physical Address City":"Cordell","Physical Address State":"OK ","Physical Address Zipcode":"73632","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2275064267352185,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4008610","School District Name":"COPAN","Physical Address Line 1":"527 Hornet Lane","Physical Address Line 2":"","Physical Address City":"Copan","Physical Address State":"OK ","Physical Address Zipcode":"74022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18322981366459629,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4008490","School District Name":"COMMERCE","Physical Address Line 1":"217 COMMERCE ST","Physical Address Line 2":"","Physical Address City":"COMMERCE","Physical Address State":"OK ","Physical Address Zipcode":"74339","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23421052631578948,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4008460","School District Name":"COMANCHE","Physical Address Line 1":"1030 Ash Avenue","Physical Address Line 2":"","Physical Address City":"Comanche","Physical Address State":"OK ","Physical Address Zipcode":"73529","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17997750281214847,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4008370","School District Name":"COLLINSVILLE","Physical Address Line 1":"1902 West Maple","Physical Address Line 2":"","Physical Address City":"Collinsville","Physical Address State":"OK ","Physical Address Zipcode":"74021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0844306738962045,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4008310","School District Name":"COLEMAN","Physical Address Line 1":"451 W Main","Physical Address Line 2":"","Physical Address City":"Coleman","Physical Address State":"OK ","Physical Address Zipcode":"73432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1676300578034682,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4008250","School District Name":"COLCORD","Physical Address Line 1":"433 South Larmon","Physical Address Line 2":"","Physical Address City":"COLCORD","Physical Address State":"OK ","Physical Address Zipcode":"74338","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2407079646017699,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4008220","School District Name":"COLBERT","Physical Address Line 1":"630 Collins St","Physical Address Line 2":"","Physical Address City":"Colbert","Physical Address State":"OK ","Physical Address Zipcode":"74733","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16337719298245615,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4008130","School District Name":"COALGATE","Physical Address Line 1":"2 West Cedar","Physical Address Line 2":"","Physical Address City":"Coalgate","Physical Address State":"OK ","Physical Address Zipcode":"74538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23874488403819918,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4008070","School District Name":"CLINTON","Physical Address Line 1":"1720 Opal Ave","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"OK ","Physical Address Zipcode":"73601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1628410567345171,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4008040","School District Name":"CLEVELAND","Physical Address Line 1":"600 North Gilbert Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OK ","Physical Address Zipcode":"74020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18574108818011256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4008010","School District Name":"CLEORA","Physical Address Line 1":"451358 East 295 Rd","Physical Address Line 2":"","Physical Address City":"Afton","Physical Address State":"OK ","Physical Address Zipcode":"74331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21666666666666667,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4007800","School District Name":"CLAYTON","Physical Address Line 1":"329 N 1st Street","Physical Address Line 2":"","Physical Address City":"Clayton","Physical Address State":"OK ","Physical Address Zipcode":"74536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2283464566929134,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4007740","School District Name":"CLAREMORE","Physical Address Line 1":"102 W 10th St","Physical Address Line 2":"","Physical Address City":"Claremore","Physical Address State":"OK ","Physical Address Zipcode":"74017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13194077207826546,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4007710","School District Name":"CIMARRON","Physical Address Line 1":"320 Main St","Physical Address Line 2":"","Physical Address City":"Lahoma","Physical Address State":"OK ","Physical Address Zipcode":"73754","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.128,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4007670","School District Name":"CHOUTEAU-MAZIE","Physical Address Line 1":"521 North Mccracken","Physical Address Line 2":"","Physical Address City":"Chouteau","Physical Address State":"OK ","Physical Address Zipcode":"74337","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20903954802259886,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4007620","School District Name":"CHOCTAW-NICOMA PARK","Physical Address Line 1":"12880 Northeast Tenth Street","Physical Address Line 2":"","Physical Address City":"Choctaw","Physical Address State":"OK ","Physical Address Zipcode":"73020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0784313725490196,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4007560","School District Name":"CHICKASHA","Physical Address Line 1":"900 West Choctaw Avenue","Physical Address Line 2":"","Physical Address City":"Chickasha","Physical Address State":"OK ","Physical Address Zipcode":"73018","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2081924088688463,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4007500","School District Name":"CHEYENNE","Physical Address Line 1":"910 E Buster Avenue","Physical Address Line 2":"","Physical Address City":"Cheyenne","Physical Address State":"OK ","Physical Address Zipcode":"73628","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4007410","School District Name":"CHEROKEE","Physical Address Line 1":"412 EAST 5TH STREET","Physical Address Line 2":"","Physical Address City":"CHEROKEE","Physical Address State":"OK ","Physical Address Zipcode":"73728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21766561514195584,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4007380","School District Name":"CHELSEA","Physical Address Line 1":"401 Redbud Lane","Physical Address Line 2":"","Physical Address City":"Chelsea","Physical Address State":"OK ","Physical Address Zipcode":"74016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19148936170212766,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4007350","School District Name":"CHECOTAH","Physical Address Line 1":"320 W Jefferson","Physical Address Line 2":"","Physical Address City":"Checotah","Physical Address State":"OK ","Physical Address Zipcode":"74426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27475409836065573,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4007320","School District Name":"CHATTANOOGA","Physical Address Line 1":"507 4th Street","Physical Address Line 2":"","Physical Address City":"Chattanooga","Physical Address State":"OK ","Physical Address Zipcode":"73528","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14885496183206107,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4007290","School District Name":"CHANDLER","Physical Address Line 1":"901 South CHS Street","Physical Address Line 2":"","Physical Address City":"Chandler","Physical Address State":"OK ","Physical Address Zipcode":"74834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15151515151515152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4007170","School District Name":"CENTRAL HIGH","Physical Address Line 1":"274801 BRONCHO RD","Physical Address Line 2":"","Physical Address City":"Marlow","Physical Address State":"OK ","Physical Address Zipcode":"73055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15702479338842976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4007140","School District Name":"CENTRAL","Physical Address Line 1":"108089 South 4670 Road","Physical Address Line 2":"","Physical Address City":"Sallisaw","Physical Address State":"OK ","Physical Address Zipcode":"74955","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1588235294117647,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006960","School District Name":"CEMENT","Physical Address Line 1":"201 S Main","Physical Address Line 2":"","Physical Address City":"Cement","Physical Address State":"OK ","Physical Address Zipcode":"73017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16304347826086957,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006930","School District Name":"CAVE SPRINGS","Physical Address Line 1":"89660 S 4637 Rd","Physical Address Line 2":"","Physical Address City":"Bunch","Physical Address State":"OK ","Physical Address Zipcode":"74931","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3237410071942446,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006870","School District Name":"CATOOSA","Physical Address Line 1":"2000 South Cherokee Street","Physical Address Line 2":"","Physical Address City":"Catoosa","Physical Address State":"OK ","Physical Address Zipcode":"74015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16104513064133016,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4006850","School District Name":"OKEMAH","Physical Address Line 1":"107 West Date Street","Physical Address Line 2":"","Physical Address City":"Okemah","Physical Address State":"OK ","Physical Address Zipcode":"74859","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25854700854700857,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006810","School District Name":"CASHION","Physical Address Line 1":"101 North Euclid","Physical Address Line 2":"","Physical Address City":"Cashion","Physical Address State":"OK ","Physical Address Zipcode":"73016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10016155088852989,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006690","School District Name":"CARNEY","Physical Address Line 1":"204 South Carney Street","Physical Address Line 2":"","Physical Address City":"Carney","Physical Address State":"OK ","Physical Address Zipcode":"74832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16289592760180996,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006630","School District Name":"CARNEGIE","Physical Address Line 1":"330 West Wildcat Drive","Physical Address Line 2":"","Physical Address City":"Carnegie","Physical Address State":"OK ","Physical Address Zipcode":"73015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26881720430107525,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006510","School District Name":"CANUTE","Physical Address Line 1":"216 E Walk Street","Physical Address Line 2":"","Physical Address City":"Canute","Physical Address State":"OK ","Physical Address Zipcode":"73626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006480","School District Name":"CANTON","Physical Address Line 1":"300 E Main St","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"OK ","Physical Address Zipcode":"73724","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17297297297297298,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006420","School District Name":"CANEY","Physical Address Line 1":"372 N Cobb Ave","Physical Address Line 2":"","Physical Address City":"Caney","Physical Address State":"OK ","Physical Address Zipcode":"74533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2029520295202952,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006390","School District Name":"CANADIAN","Physical Address Line 1":"400 SW BELT","Physical Address Line 2":"","Physical Address City":"Canadian","Physical Address State":"OK ","Physical Address Zipcode":"74425","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25375939849624063,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006330","School District Name":"CAMERON","Physical Address Line 1":"26661 W 5th St","Physical Address Line 2":"","Physical Address City":"Cameron","Physical Address State":"OK ","Physical Address Zipcode":"74932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2009685230024213,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006270","School District Name":"CALVIN","Physical Address Line 1":"229 THIRD STREET","Physical Address Line 2":"","Physical Address City":"Calvin","Physical Address State":"OK ","Physical Address Zipcode":"74531","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2304147465437788,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006240","School District Name":"CALUMET","Physical Address Line 1":"110 N Freehome","Physical Address Line 2":"","Physical Address City":"Calumet","Physical Address State":"OK ","Physical Address Zipcode":"73014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1285140562248996,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006180","School District Name":"CALERA","Physical Address Line 1":"308 West Smiser","Physical Address Line 2":"","Physical Address City":"Calera","Physical Address State":"OK ","Physical Address Zipcode":"74730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14827995255041518,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006150","School District Name":"CADDO","Physical Address Line 1":"600 S McPherren St","Physical Address Line 2":"","Physical Address City":"Caddo","Physical Address State":"OK ","Physical Address Zipcode":"74729","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12939001848428835,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006120","School District Name":"CACHE","Physical Address Line 1":"102 East H Ave","Physical Address Line 2":"","Physical Address City":"Cache","Physical Address State":"OK ","Physical Address Zipcode":"73527","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11291328758577666,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006060","School District Name":"BYNG","Physical Address Line 1":"214 Stokes Drive","Physical Address Line 2":"","Physical Address City":"Ada","Physical Address State":"OK ","Physical Address Zipcode":"74820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4006000","School District Name":"BUTNER","Physical Address Line 1":"Hwy 56 and Yahola","Physical Address Line 2":"","Physical Address City":"Cromwell","Physical Address State":"OK ","Physical Address Zipcode":"74837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20408163265306123,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4005910","School District Name":"BURLINGTON","Physical Address Line 1":"401 Main St","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"OK ","Physical Address Zipcode":"73722","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15151515151515152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4005820","School District Name":"BUFFALO VALLEY","Physical Address Line 1":"4384 Southeast Highway 63","Physical Address Line 2":"","Physical Address City":"Talihina","Physical Address State":"OK ","Physical Address Zipcode":"74571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24489795918367346,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4005760","School District Name":"BUFFALO","Physical Address Line 1":"605 SE 2nd","Physical Address Line 2":"","Physical Address City":"Buffalo","Physical Address State":"OK ","Physical Address Zipcode":"73834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14521452145214522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4005580","School District Name":"BRUSHY","Physical Address Line 1":"100968 S 4650 Rd","Physical Address Line 2":"","Physical Address City":"Sallisaw","Physical Address State":"OK ","Physical Address Zipcode":"74955","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13620071684587814,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4005520","School District Name":"BROKEN BOW","Physical Address Line 1":"108 West Fifth Street","Physical Address Line 2":"","Physical Address City":"Broken Bow","Physical Address State":"OK ","Physical Address Zipcode":"74728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.25757575757575757,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4005490","School District Name":"BROKEN ARROW","Physical Address Line 1":"701 South Main Street","Physical Address Line 2":"","Physical Address City":"Broken Arrow","Physical Address State":"OK ","Physical Address Zipcode":"74012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09490695396669932,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4005460","School District Name":"BRISTOW","Physical Address Line 1":"420 North Main","Physical Address Line 2":"","Physical Address City":"Bristow","Physical Address State":"OK ","Physical Address Zipcode":"74010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19592875318066158,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4005430","School District Name":"BRIGGS","Physical Address Line 1":"17210 South 569 Road","Physical Address Line 2":"","Physical Address City":"Tahlequah","Physical Address State":"OK ","Physical Address Zipcode":"74464","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2536997885835095,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4005400","School District Name":"BRIDGE CREEK","Physical Address Line 1":"2209 East Sooner Rd","Physical Address Line 2":"","Physical Address City":"Blanchard","Physical Address State":"OK ","Physical Address Zipcode":"73010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.109375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4005340","School District Name":"BRAY-DOYLE","Physical Address Line 1":"1205 South Brooks Road","Physical Address Line 2":"","Physical Address City":"Marlow","Physical Address State":"OK ","Physical Address Zipcode":"73055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16957605985037408,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4005280","School District Name":"BRAGGS","Physical Address Line 1":"300 Madden Ave","Physical Address Line 2":"","Physical Address City":"Braggs","Physical Address State":"OK ","Physical Address Zipcode":"74423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27672955974842767,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4005160","School District Name":"BOWRING","Physical Address Line 1":"87 County Road 3304","Physical Address Line 2":"","Physical Address City":"Pawhuska","Physical Address State":"OK ","Physical Address Zipcode":"74056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15789473684210525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4005130","School District Name":"BOWLEGS","Physical Address Line 1":"100 Bison Dr","Physical Address Line 2":"","Physical Address City":"Bowlegs","Physical Address State":"OK ","Physical Address Zipcode":"74830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23043478260869565,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4005040","School District Name":"BOSWELL","Physical Address Line 1":"604 N 7th St","Physical Address Line 2":"","Physical Address City":"Boswell","Physical Address State":"OK ","Physical Address Zipcode":"74727","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25252525252525254,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4005010","School District Name":"BOONE-APACHE","Physical Address Line 1":"522 EAST FLOYD STREET","Physical Address Line 2":"","Physical Address City":"APACHE","Physical Address State":"OK ","Physical Address Zipcode":"73006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2060491493383743,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4004950","School District Name":"BOKOSHE","Physical Address Line 1":"30201 CHICKASAW STREET","Physical Address Line 2":"","Physical Address City":"Bokoshe","Physical Address State":"OK ","Physical Address Zipcode":"74930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4004860","School District Name":"BOISE CITY","Physical Address Line 1":"700 SE 1st Street","Physical Address Line 2":"","Physical Address City":"Boise City","Physical Address State":"OK ","Physical Address Zipcode":"73933","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21983914209115282,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4004830","School District Name":"BLUEJACKET","Physical Address Line 1":"276 NE 3rd St","Physical Address Line 2":"","Physical Address City":"Bluejacket","Physical Address State":"OK ","Physical Address Zipcode":"74333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21561338289962825,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4004680","School District Name":"BLANCHARD","Physical Address Line 1":"211 North Tyler Avenue","Physical Address Line 2":"","Physical Address City":"Blanchard","Physical Address State":"OK ","Physical Address Zipcode":"73010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10534429599177801,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4004650","School District Name":"BLAIR","Physical Address Line 1":"610 Zinn Street","Physical Address Line 2":"","Physical Address City":"Blair","Physical Address State":"OK ","Physical Address Zipcode":"73526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2361111111111111,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4004630","School District Name":"BLACKWELL","Physical Address Line 1":"201 East Blackwell Avenue","Physical Address Line 2":"","Physical Address City":"Blackwell","Physical Address State":"OK ","Physical Address Zipcode":"74631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.21270521056388295,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4004500","School District Name":"BIXBY","Physical Address Line 1":"109 North Armstrong Street","Physical Address Line 2":"","Physical Address City":"Bixby","Physical Address State":"OK ","Physical Address Zipcode":"74008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06079178399867484,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4004470","School District Name":"BISHOP","Physical Address Line 1":"2204 SW Bishop Road","Physical Address Line 2":"","Physical Address City":"Lawton","Physical Address State":"OK ","Physical Address Zipcode":"73505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17954545454545454,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4004360","School District Name":"BILLINGS","Physical Address Line 1":"311 North Central","Physical Address Line 2":"","Physical Address City":"Billings","Physical Address State":"OK ","Physical Address Zipcode":"74630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22580645161290322,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4004350","School District Name":"BIG PASTURE","Physical Address Line 1":"1502 N 10th St","Physical Address Line 2":"","Physical Address City":"Randlett","Physical Address State":"OK ","Physical Address Zipcode":"73562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15204678362573099,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4004230","School District Name":"BETHEL","Physical Address Line 1":"36000 Clear Pond Road","Physical Address Line 2":"","Physical Address City":"Shawnee","Physical Address State":"OK ","Physical Address Zipcode":"74801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10805500982318271,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4004110","School District Name":"BETHANY","Physical Address Line 1":"6721 Northwest 42nd Street","Physical Address Line 2":"","Physical Address City":"Bethany","Physical Address State":"OK ","Physical Address Zipcode":"73008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15303030303030302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4004020","School District Name":"BERRYHILL","Physical Address Line 1":"3128 South 63rd West Avenue","Physical Address Line 2":"","Physical Address City":"Tulsa","Physical Address State":"OK ","Physical Address Zipcode":"74107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09866962305986696,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4003930","School District Name":"BENNINGTON","Physical Address Line 1":"729 North Perry Street","Physical Address Line 2":"","Physical Address City":"Bennington","Physical Address State":"OK ","Physical Address Zipcode":"74723","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18892508143322476,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003840","School District Name":"BELFONTE","Physical Address Line 1":"475751 State Highway 101","Physical Address Line 2":"","Physical Address City":"Muldrow","Physical Address State":"OK ","Physical Address Zipcode":"74948","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2702702702702703,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003810","School District Name":"BEGGS","Physical Address Line 1":"1201 West Ninth Street","Physical Address Line 2":"","Physical Address City":"Beggs","Physical Address State":"OK ","Physical Address Zipcode":"74421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1374187558031569,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003750","School District Name":"BEAVER","Physical Address Line 1":"807 Avenue G","Physical Address Line 2":"","Physical Address City":"Beaver","Physical Address State":"OK ","Physical Address Zipcode":"73932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14325842696629212,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003690","School District Name":"BEARDEN","Physical Address Line 1":"372006 Hwy 48","Physical Address Line 2":"","Physical Address City":"Okemah","Physical Address State":"OK ","Physical Address Zipcode":"74859","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1724137931034483,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003660","School District Name":"BATTIEST","Physical Address Line 1":"5635 Unit E Battiest Pickens","Physical Address Line 2":"","Physical Address City":"Broken Bow","Physical Address State":"OK ","Physical Address Zipcode":"74728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22540983606557377,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003630","School District Name":"BARTLESVILLE","Physical Address Line 1":"1100 SW Jennings","Physical Address Line 2":"","Physical Address City":"Bartlesville","Physical Address State":"OK ","Physical Address Zipcode":"74003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1620835152044231,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4003570","School District Name":"BARNSDALL","Physical Address Line 1":"200 S 8th Street","Physical Address Line 2":"","Physical Address City":"Barnsdall","Physical Address State":"OK ","Physical Address Zipcode":"74002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10256410256410256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003540","School District Name":"BANNER","Physical Address Line 1":"2455 North Banner Road","Physical Address Line 2":"","Physical Address City":"El Reno","Physical Address State":"OK ","Physical Address Zipcode":"73036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04854368932038835,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4003510","School District Name":"BALKO","Physical Address Line 1":"1 Bison Drive","Physical Address Line 2":"","Physical Address City":"Balko","Physical Address State":"OK ","Physical Address Zipcode":"73931","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06716417910447761,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003450","School District Name":"AVANT","Physical Address Line 1":"1st & Cherokee Ave","Physical Address Line 2":"","Physical Address City":"Avant","Physical Address State":"OK ","Physical Address Zipcode":"74001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12033195020746888,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003360","School District Name":"ATOKA","Physical Address Line 1":"1775 S GREATHOUSE DRIVE","Physical Address Line 2":"","Physical Address City":"Atoka","Physical Address State":"OK ","Physical Address Zipcode":"74525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23574144486692014,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003300","School District Name":"ASHER","Physical Address Line 1":"201 South Division","Physical Address Line 2":"","Physical Address City":"Asher","Physical Address State":"OK ","Physical Address Zipcode":"74826","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2742616033755274,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003240","School District Name":"ARNETT","Physical Address Line 1":"102 E Haskell","Physical Address Line 2":"","Physical Address City":"Arnett","Physical Address State":"OK ","Physical Address Zipcode":"73832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14743589743589744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003210","School District Name":"ARKOMA","Physical Address Line 1":"100 Blocker Street","Physical Address Line 2":"","Physical Address City":"Arkoma","Physical Address State":"OK ","Physical Address Zipcode":"74901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.2710843373493976,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003180","School District Name":"ARDMORE","Physical Address Line 1":"611 Veterans Blvd","Physical Address Line 2":"","Physical Address City":"Ardmore","Physical Address State":"OK ","Physical Address Zipcode":"73401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.24097822845213243,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003120","School District Name":"ARAPAHO-BUTLER","Physical Address Line 1":"214 N 12th Street","Physical Address Line 2":"","Physical Address City":"Arapaho","Physical Address State":"OK ","Physical Address Zipcode":"73620","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08814589665653495,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003060","School District Name":"ANTLERS","Physical Address Line 1":"219 Northeast A Street","Physical Address Line 2":"","Physical Address City":"Antlers","Physical Address State":"OK ","Physical Address Zipcode":"74523","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2435064935064935,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4003010","School District Name":"ANDERSON","Physical Address Line 1":"2195 Anderson Road","Physical Address Line 2":"","Physical Address City":"Sand Springs","Physical Address State":"OK ","Physical Address Zipcode":"74063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08923884514435695,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4003000","School District Name":"ANADARKO","Physical Address Line 1":"1400 South Mission Street","Physical Address Line 2":"","Physical Address City":"Anadarko","Physical Address State":"OK ","Physical Address Zipcode":"73005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26043956043956046,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4002910","School District Name":"AMBER-POCASSET","Physical Address Line 1":"401 East Main Street","Physical Address Line 2":"","Physical Address City":"Amber","Physical Address State":"OK ","Physical Address Zipcode":"73004","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10109289617486339,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4002880","School District Name":"ALVA","Physical Address Line 1":"418 Flynn Street","Physical Address Line 2":"","Physical Address City":"Alva","Physical Address State":"OK ","Physical Address Zipcode":"73717","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15819750719079578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4002850","School District Name":"ALTUS","Physical Address Line 1":"219 N Lee","Physical Address Line 2":"","Physical Address City":"Altus","Physical Address State":"OK ","Physical Address Zipcode":"73521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20342548076923078,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4002790","School District Name":"ALLEN-BOWDEN","Physical Address Line 1":"7049 Frankoma Road","Physical Address Line 2":"","Physical Address City":"Tulsa","Physical Address State":"OK ","Physical Address Zipcode":"74131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17616580310880828,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"4002760","School District Name":"ALLEN","Physical Address Line 1":"105 N Denver","Physical Address Line 2":"","Physical Address City":"Allen","Physical Address State":"OK ","Physical Address Zipcode":"74825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17687074829931973,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4002720","School District Name":"ALINE-CLEO","Physical Address Line 1":"301 East Ash","Physical Address Line 2":"","Physical Address City":"Aline","Physical Address State":"OK ","Physical Address Zipcode":"73716","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1282051282051282,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4002670","School District Name":"ALEX","Physical Address Line 1":"209 South 2nd Street","Physical Address Line 2":"","Physical Address City":"Alex","Physical Address State":"OK ","Physical Address Zipcode":"73002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4002580","School District Name":"ALBION","Physical Address Line 1":"206 S Texas Avenue","Physical Address Line 2":"","Physical Address City":"Albion","Physical Address State":"OK ","Physical Address Zipcode":"74521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2236842105263158,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4002550","School District Name":"AGRA","Physical Address Line 1":"112 South Main","Physical Address Line 2":"","Physical Address City":"Agra","Physical Address State":"OK ","Physical Address Zipcode":"74824","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1910828025477707,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4002520","School District Name":"AFTON","Physical Address Line 1":"410 S Main","Physical Address Line 2":"","Physical Address City":"Afton","Physical Address State":"OK ","Physical Address Zipcode":"74331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23809523809523808,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4002460","School District Name":"ADAIR","Physical Address Line 1":"202 SE 1st St","Physical Address Line 2":"","Physical Address City":"Adair","Physical Address State":"OK ","Physical Address Zipcode":"74330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19401197604790418,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4002430","School District Name":"ADA","Physical Address Line 1":"324 W 20th","Physical Address Line 2":"","Physical Address City":"Ada","Physical Address State":"OK ","Physical Address Zipcode":"74821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.23609958506224066,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4002370","School District Name":"ACHILLE","Physical Address Line 1":"101 N 5th Ave","Physical Address Line 2":"","Physical Address City":"Achille","Physical Address State":"OK ","Physical Address Zipcode":"74720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1702127659574468,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000806","School District Name":"OKLAHOMA INFO AND TECH SCHOOL","Physical Address Line 1":"9212 N Kelley Ave Suite 100","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000805","School District Name":"SOVEREIGN COMMUNITY SCHOOL","Physical Address Line 1":"12600 N Kelley Avenue","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000804","School District Name":"eSCHOOL VIRTUAL CHARTER ACAD","Physical Address Line 1":"2403 S Division Suite B","Physical Address Line 2":"","Physical Address City":"Guthrie","Physical Address State":"OK ","Physical Address Zipcode":"73044","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000803","School District Name":"ACADEMY OF SEMINOLE CHARTER","Physical Address Line 1":"600 E Strothers","Physical Address Line 2":"","Physical Address City":"Seminole","Physical Address State":"OK ","Physical Address Zipcode":"74868","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000802","School District Name":"NORTH ROCK CREEK","Physical Address Line 1":"42400 Garrett's Lake Road","Physical Address Line 2":"","Physical Address City":"Shawnee","Physical Address State":"OK ","Physical Address Zipcode":"74804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000801","School District Name":"LE MONDE INTERNATIONAL SCHOOL","Physical Address Line 1":"1123 East Main Street","Physical Address Line 2":"","Physical Address City":"Norman","Physical Address State":"OK ","Physical Address Zipcode":"73071","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000800","School District Name":"EPIC BLENDED LEARNING CHARTER","Physical Address Line 1":"1900 NW Expy Floor R3","Physical Address Line 2":"","Physical Address City":"OKC","Physical Address State":"OK ","Physical Address Zipcode":"73118","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000799","School District Name":"DOVE SCHOOLS OF OKC","Physical Address Line 1":"9212 N KELLEY AVE # 100","Physical Address Line 2":"","Physical Address City":"OKLAHOMA CITY","Physical Address State":"OK ","Physical Address Zipcode":"73131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000798","School District Name":"DAVIDSON","Physical Address Line 1":"500 South Main","Physical Address Line 2":"","Physical Address City":"Davidson","Physical Address State":"OK ","Physical Address Zipcode":"73530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000797","School District Name":"OLUSTEE-ELDORADO","Physical Address Line 1":"606 E 6th Street","Physical Address Line 2":"","Physical Address City":"Olustee","Physical Address State":"OK ","Physical Address Zipcode":"73560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24907063197026022,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000796","School District Name":"SANTA FE SOUTH (CHARTER)","Physical Address Line 1":"4825 S Shields Blvd","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73129","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000795","School District Name":"CARLTON LANDING ACADEMY","Physical Address Line 1":"10 Boulevard Unit A","Physical Address Line 2":"","Physical Address City":"Carlton Landing","Physical Address State":"OK ","Physical Address Zipcode":"74432","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000793","School District Name":"COLLEGIATE HALL(CHARTER)","Physical Address Line 1":"1110 E 45th Pl","Physical Address Line 2":"","Physical Address City":"Tulsa","Physical Address State":"OK ","Physical Address Zipcode":"74105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000792","School District Name":"HONOR ACADEMY(CHARTER)","Physical Address Line 1":"209 S Lakewood Ave","Physical Address Line 2":"","Physical Address City":"Tulsa","Physical Address State":"OK ","Physical Address Zipcode":"74112","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000791","School District Name":"COLLEGE BOUND(CHARTER)","Physical Address Line 1":"2525 S 101st East Avenue","Physical Address Line 2":"","Physical Address City":"Tulsa","Physical Address State":"OK ","Physical Address Zipcode":"74129","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000789","School District Name":"OKLAHOMA YOUTH ACADEMY","Physical Address Line 1":"3812 N Santa Fe","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73118","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000787","School District Name":"JOHN W REX CHARTER ELEMENTARY","Physical Address Line 1":"500 West Sheridan","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000786","School District Name":"OKLAHOMA CONNECTIONS ACADEMY","Physical Address Line 1":"2425 Nowata Place Suite 202","Physical Address Line 2":"","Physical Address City":"BARTLESVILLE","Physical Address State":"OK ","Physical Address Zipcode":"74006","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000785","School District Name":"INSIGHT SCHOOL OF OKLAHOMA","Physical Address Line 1":"1156 S Douglas Blvd","Physical Address Line 2":"","Physical Address City":"Midwest City","Physical Address State":"OK ","Physical Address Zipcode":"73130","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000784","School District Name":"HARDING (CHARTER)","Physical Address Line 1":"1301 NE 101st Street","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000783","School District Name":"ASTEC CHARTERS","Physical Address Line 1":"2401 NW 23rd Street Ste 39A","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73107","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000782","School District Name":"GRAHAM-DUSTIN","Physical Address Line 1":"116118 Highway 84","Physical Address Line 2":"","Physical Address City":"Weleetka","Physical Address State":"OK ","Physical Address Zipcode":"74880","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2894736842105263,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000781","School District Name":"INDEPENDENCE MIDDLE SCHOOL","Physical Address Line 1":"3232 NW 65th","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000780","School District Name":"KIPP (CHARTER)","Physical Address Line 1":"1661 E Virgin Street","Physical Address Line 2":"","Physical Address City":"Tulsa","Physical Address State":"OK ","Physical Address Zipcode":"74106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000778","School District Name":"OKLAHOMA VIRTUAL CHARTER ACAD","Physical Address Line 1":"1160 S Douglas Blvd","Physical Address Line 2":"","Physical Address City":"Midwest City","Physical Address State":"OK ","Physical Address Zipcode":"73130","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000777","School District Name":"EPIC ONE ON ONE CHARTER SCHOOL","Physical Address Line 1":"1900 NW Expy Floor R3","Physical Address Line 2":"","Physical Address City":"OKC","Physical Address State":"OK ","Physical Address Zipcode":"73118","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000775","School District Name":"HUPFELD/W VILLAGE (CHARTER)","Physical Address Line 1":"1508 NW 106th","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000774","School District Name":"SCHL ARTS/SCI (CHARTER)","Physical Address Line 1":"1202 W Easton","Physical Address Line 2":"","Physical Address City":"Tulsa","Physical Address State":"OK ","Physical Address Zipcode":"74127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000773","School District Name":"HARDING FINE ARTS (CHARTER)","Physical Address Line 1":"3333 N Shartel Avenue","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73118","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000772","School District Name":"SANKOFA MIDDLE SCHL (CHARTER)","Physical Address Line 1":"111 East First Street","Physical Address Line 2":"","Physical Address City":"Tulsa","Physical Address State":"OK ","Physical Address Zipcode":"74103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000769","School District Name":"LIGHTHOUSE ACADEMY (CHARTER)","Physical Address Line 1":"105 East 63rd Street North","Physical Address Line 2":"","Physical Address City":"Tulsa","Physical Address State":"OK ","Physical Address Zipcode":"74126","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000766","School District Name":"KIPP REACH COLL (CHARTER)","Physical Address Line 1":"8400 N Robinson Ave","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000764","School District Name":"POOLED INVESTMENT ILC","Physical Address Line 1":"1001 NW 63RD ST SUITE 290","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73116","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000763","School District Name":"CHOCTAW NATION ILC","Physical Address Line 1":"810 Waldon Dr","Physical Address Line 2":"","Physical Address City":"Durant","Physical Address State":"OK ","Physical Address Zipcode":"74702","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000762","School District Name":"FIVE-STAR ILC","Physical Address Line 1":"1405 E Moses","Physical Address Line 2":"","Physical Address City":"Cushing","Physical Address State":"OK ","Physical Address Zipcode":"74023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000759","School District Name":"SEMINOLE COUNTY ILC","Physical Address Line 1":"630 GOLF RD","Physical Address Line 2":"","Physical Address City":"Seminole","Physical Address State":"OK ","Physical Address Zipcode":"74868","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000758","School District Name":"OSAGE COUNTY ILC","Physical Address Line 1":"207 E Main Street","Physical Address Line 2":"","Physical Address City":"Hominy","Physical Address State":"OK ","Physical Address Zipcode":"74035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000757","School District Name":"TRI-COUNTY ILC","Physical Address Line 1":"511 Carter Street","Physical Address Line 2":"","Physical Address City":"Healdton","Physical Address State":"OK ","Physical Address Zipcode":"73438","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000755","School District Name":"CHEROKEE IMMERSION CHARTER SCH","Physical Address Line 1":"16951 W Cherokee St","Physical Address Line 2":"","Physical Address City":"Tahlequah","Physical Address State":"OK ","Physical Address Zipcode":"74465","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000754","School District Name":"NORTHEAST TECH. CENTER- CLAREMORE","Physical Address Line 1":"1901 N HIGHWAY 88","Physical Address Line 2":"","Physical Address City":"CLAREMORE","Physical Address State":"OK ","Physical Address Zipcode":"74017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000753","School District Name":"DOVE SCHOOLS OF TULSA","Physical Address Line 1":"9212 N Kelley Ave Suite:100","Physical Address Line 2":"","Physical Address City":"Oklahoma City","Physical Address State":"OK ","Physical Address Zipcode":"73131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000751","School District Name":"DEBORAH BROWN (CHARTER)","Physical Address Line 1":"2 South Elgin","Physical Address Line 2":"","Physical Address City":"Tulsa","Physical Address State":"OK ","Physical Address Zipcode":"74120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000096","School District Name":"HIGH PLAINS TECH","Physical Address Line 1":"3921 34TH STREET","Physical Address Line 2":"","Physical Address City":"WOODWARD","Physical Address State":"OK ","Physical Address Zipcode":"73801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000095","School District Name":"NORTHWEST TECH. CENTER- ALVA","Physical Address Line 1":"1801 S 11TH ST","Physical Address Line 2":"","Physical Address City":"ALVA","Physical Address State":"OK ","Physical Address Zipcode":"73717","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000094","School District Name":"WESTERN TECHNOLOGY CENTER","Physical Address Line 1":"621 Sooner Drive","Physical Address Line 2":"","Physical Address City":"Burns Flat","Physical Address State":"OK ","Physical Address Zipcode":"73624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000093","School District Name":"TRI-COUNTY TECHNOLOGY CENTER","Physical Address Line 1":"6101 SE NOWATA RD","Physical Address Line 2":"","Physical Address City":"BARTLESVILLE","Physical Address State":"OK ","Physical Address Zipcode":"74006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000092","School District Name":"TULSA TECHNOLOGY CENTER","Physical Address Line 1":"3420 S Memorial","Physical Address Line 2":"","Physical Address City":"Tulsa","Physical Address State":"OK ","Physical Address Zipcode":"74147","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000091","School District Name":"GREAT PLAINS","Physical Address Line 1":"2001 E GLADSTONE AVE","Physical Address Line 2":"","Physical Address City":"FREDERICK","Physical Address State":"OK ","Physical Address Zipcode":"73542","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000090","School District Name":"RED RIVER TECHNOLOGY CENTER","Physical Address Line 1":"3300 West Boisdarc","Physical Address Line 2":"","Physical Address City":"Duncan","Physical Address State":"OK ","Physical Address Zipcode":"73533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000089","School District Name":"INDIAN CAPITAL TECHNOLOGY CTR","Physical Address Line 1":"2403 N 41st St E","Physical Address Line 2":"","Physical Address City":"Muskogee","Physical Address State":"OK ","Physical Address Zipcode":"74403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000088","School District Name":"GORDON COOPER TECHNOLOGY CTR","Physical Address Line 1":"1 JOHN C BRUTON BLVD","Physical Address Line 2":"","Physical Address City":"SHAWNEE","Physical Address State":"OK ","Physical Address Zipcode":"74801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000087","School District Name":"PONTOTOC TECHNOLOGY CENTER","Physical Address Line 1":"601 W 33RD ST","Physical Address Line 2":"","Physical Address City":"ADA","Physical Address State":"OK ","Physical Address Zipcode":"74820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000086","School District Name":"KIAMICHI TECH. CENTER- MCALESTER","Physical Address Line 1":"301 KIAMICHI DR","Physical Address Line 2":"","Physical Address City":"MCALESTER","Physical Address State":"OK ","Physical Address Zipcode":"74501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000084","School District Name":"MERIDIAN TECHNOLOGY CENTER","Physical Address Line 1":"1312 S SANGRE RD","Physical Address Line 2":"","Physical Address City":"STILLWATER","Physical Address State":"OK ","Physical Address Zipcode":"74074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000083","School District Name":"NORTHEAST TECH. CENTER- AFTON","Physical Address Line 1":"19901 South Highway 69","Physical Address Line 2":"","Physical Address City":"Afton","Physical Address State":"OK ","Physical Address Zipcode":"74331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000082","School District Name":"GREEN COUNTRY TECHNOLOGY CTR","Physical Address Line 1":"1100 North Route 56","Physical Address Line 2":"","Physical Address City":"Okmulgee","Physical Address State":"OK ","Physical Address Zipcode":"74447","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000081","School District Name":"MID-DEL TECHNOLOGY CENTER","Physical Address Line 1":"1621 MAPLE DR","Physical Address Line 2":"","Physical Address City":"MIDWEST CITY","Physical Address State":"OK ","Physical Address Zipcode":"73110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000080","School District Name":"EASTERN OKLA COUNTY TECH. CTR","Physical Address Line 1":"4601 N CHOCTAW RD","Physical Address Line 2":"","Physical Address City":"CHOCTAW","Physical Address State":"OK ","Physical Address Zipcode":"73020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000079","School District Name":"METRO TECH","Physical Address Line 1":"1900 SPRINGLAKE DR","Physical Address Line 2":"","Physical Address City":"OKLA CITY","Physical Address State":"OK ","Physical Address Zipcode":"73111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000078","School District Name":"FRANCIS TUTTLE","Physical Address Line 1":"12777 N ROCKWELL AVE","Physical Address Line 2":"","Physical Address City":"OKLAHOMA CITY","Physical Address State":"OK ","Physical Address Zipcode":"73142","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000077","School District Name":"INDIAN CAPITAL TECHNOLOGY CTR","Physical Address Line 1":"2403 N 41ST ST E","Physical Address Line 2":"","Physical Address City":"MUSKOGEE","Physical Address State":"OK ","Physical Address Zipcode":"74403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000076","School District Name":"OKLAHOMA SCHOOL FOR THE BLIND","Physical Address Line 1":"3300 GIBSON STREET","Physical Address Line 2":"","Physical Address City":"MUSKOGEE","Physical Address State":"OK ","Physical Address Zipcode":"74403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000075","School District Name":"OKLAHOMA SCHOOL FOR THE DEAF","Physical Address Line 1":"1100 E Oklahoma Ave","Physical Address Line 2":"","Physical Address City":"Sulphur","Physical Address State":"OK ","Physical Address Zipcode":"73086","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000074","School District Name":"KIAMICHI TECH. CENTER- IDABEL","Physical Address Line 1":"3205 Lincoln Road NE","Physical Address Line 2":"","Physical Address City":"Idabel","Physical Address State":"OK ","Physical Address Zipcode":"74745","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000073","School District Name":"MID-AMERICA TECHNOLOGY CENTER","Physical Address Line 1":"27438 State Highway 59","Physical Address Line 2":"","Physical Address City":"Wayne","Physical Address State":"OK ","Physical Address Zipcode":"73095","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000072","School District Name":"NORTHEAST TECH. CENTER- PRYOR","Physical Address Line 1":"6195 West Highway 20","Physical Address Line 2":"","Physical Address City":"Pryor","Physical Address State":"OK ","Physical Address Zipcode":"74361","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000071","School District Name":"NORTHWEST TECH. CENTER- FAIRVIEW","Physical Address Line 1":"801 Vo-Tech Drive","Physical Address Line 2":"","Physical Address City":"Fairview","Physical Address State":"OK ","Physical Address Zipcode":"73737","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000070","School District Name":"KIAMICHI TECH. CENTER- POTEAU","Physical Address Line 1":"1509 South McKenna","Physical Address Line 2":"","Physical Address City":"Poteau","Physical Address State":"OK ","Physical Address Zipcode":"74953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000069","School District Name":"KIAMICHI TECH. CENTER- TALIHINA","Physical Address Line 1":"1004 Highway 2 North","Physical Address Line 2":"","Physical Address City":"Wilburton","Physical Address State":"OK ","Physical Address Zipcode":"74578","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000068","School District Name":"CHISHOLM TRAIL TECHNOLOGY CTR","Physical Address Line 1":"Highway 33","Physical Address Line 2":"","Physical Address City":"Omega","Physical Address State":"OK ","Physical Address Zipcode":"73764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000067","School District Name":"PIONEER TECHNOLOGY CENTER","Physical Address Line 1":"2101 N ASH ST","Physical Address Line 2":"","Physical Address City":"PONCA CITY","Physical Address State":"OK ","Physical Address Zipcode":"74601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000066","School District Name":"SOUTHWEST TECHNOLOGY CENTER","Physical Address Line 1":"711 W TAMARACK RD","Physical Address Line 2":"","Physical Address City":"ALTUS","Physical Address State":"OK ","Physical Address Zipcode":"73521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000065","School District Name":"WES WATKINS TECHNOLOGY CENTER","Physical Address Line 1":"7892 HIGHWAY 9","Physical Address Line 2":"","Physical Address City":"WETUMKA","Physical Address State":"OK ","Physical Address Zipcode":"74883","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000064","School District Name":"KIAMICHI TECH. CENTER- STIGLER","Physical Address Line 1":"1410 OLD MILITARY RD","Physical Address Line 2":"","Physical Address City":"STIGLER","Physical Address State":"OK ","Physical Address Zipcode":"74462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000063","School District Name":"LAKESIDE SCHOOL","Physical Address Line 1":"1700 E First","Physical Address Line 2":"","Physical Address City":"Granite","Physical Address State":"OK ","Physical Address Zipcode":"73547","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000062","School District Name":"CANADIAN VALLEY","Physical Address Line 1":"1401 W MICHIGAN AVE","Physical Address Line 2":"","Physical Address City":"CHICKASHA","Physical Address State":"OK ","Physical Address Zipcode":"73018","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000061","School District Name":"AUTRY TECHNOLOGY CENTER","Physical Address Line 1":"1201 W WILLOW RD","Physical Address Line 2":"","Physical Address City":"ENID","Physical Address State":"OK ","Physical Address Zipcode":"73703","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000060","School District Name":"NORTHEAST TECH. CENTER- KANSAS","Physical Address Line 1":"450 North Highway 59","Physical Address Line 2":"","Physical Address City":"Kansas","Physical Address State":"OK ","Physical Address Zipcode":"74347","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000058","School District Name":"CENTRAL TECH","Physical Address Line 1":"3 COURT CIR","Physical Address Line 2":"","Physical Address City":"DRUMRIGHT","Physical Address State":"OK ","Physical Address Zipcode":"74030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000057","School District Name":"GREAT PLAINS","Physical Address Line 1":"4500 SW LEE BLVD","Physical Address Line 2":"","Physical Address City":"LAWTON","Physical Address State":"OK ","Physical Address Zipcode":"73505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000056","School District Name":"MOORE NORMAN TECHNOLOGY CENTER","Physical Address Line 1":"4701 12TH AVE NW","Physical Address Line 2":"","Physical Address City":"NORMAN","Physical Address State":"OK ","Physical Address Zipcode":"73069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000055","School District Name":"KIAMICHI TECH. CENTER- HUGO","Physical Address Line 1":"107 South 15th Street","Physical Address Line 2":"","Physical Address City":"Hugo","Physical Address State":"OK ","Physical Address Zipcode":"74743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000054","School District Name":"INDIAN CAPITAL TECHNOLOGY CTR","Physical Address Line 1":"240 VO-TECH RD","Physical Address Line 2":"","Physical Address City":"TAHLEQUAH","Physical Address State":"OK ","Physical Address Zipcode":"74464","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000053","School District Name":"SOUTHERN OKLA. TECHNOLOGY CTR","Physical Address Line 1":"2610 SAM NOBLE PKWY","Physical Address Line 2":"","Physical Address City":"ARDMORE","Physical Address State":"OK ","Physical Address Zipcode":"73401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000052","School District Name":"CANADIAN VALLEY","Physical Address Line 1":"6505 E US HIGHWAY 66","Physical Address Line 2":"","Physical Address City":"EL RENO","Physical Address State":"OK ","Physical Address Zipcode":"73036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000051","School District Name":"CADDO-KIOWA TECHNOLOGY CENTER","Physical Address Line 1":"100 Career Tech Road","Physical Address Line 2":"","Physical Address City":"Fort Cobb","Physical Address State":"OK ","Physical Address Zipcode":"73038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000050","School District Name":"KIAMICHI TECH. CENTER- DURANT","Physical Address Line 1":"810 WALDRON DR","Physical Address Line 2":"","Physical Address City":"DURANT","Physical Address State":"OK ","Physical Address Zipcode":"74701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000049","School District Name":"WESTERN TECHNOLOGY CENTER","Physical Address Line 1":"1000 Northeast Highway 66","Physical Address Line 2":"","Physical Address City":"Sayre","Physical Address State":"OK ","Physical Address Zipcode":"73662","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000048","School District Name":"KIAMICHI TECH. CENTER- ATOKA","Physical Address Line 1":"1301 West Liberty Road","Physical Address Line 2":"","Physical Address City":"Atoka","Physical Address State":"OK ","Physical Address Zipcode":"74525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000047","School District Name":"INDIAN CAPITAL TECHNOLOGY CTR","Physical Address Line 1":"2403 N 41st St E","Physical Address Line 2":"","Physical Address City":"Muskogee","Physical Address State":"OK ","Physical Address Zipcode":"74403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"4000033","School District Name":"KEYS","Physical Address Line 1":"26062 HWY 82","Physical Address Line 2":"","Physical Address City":"Park Hill","Physical Address State":"OK ","Physical Address Zipcode":"74451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000032","School District Name":"HYDRO-EAKLY","Physical Address Line 1":"407 East Seventh Street","Physical Address Line 2":"","Physical Address City":"Hydro","Physical Address State":"OK ","Physical Address Zipcode":"73048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18396226415094338,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000021","School District Name":"OKLAHOMA UNION","Physical Address Line 1":"Rural Route 1 # 377-7","Physical Address Line 2":"","Physical Address City":"South Coffeyville","Physical Address State":"OK ","Physical Address Zipcode":"74072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14867617107942974,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000020","School District Name":"FRONTIER","Physical Address Line 1":"17750 Valley Rd","Physical Address Line 2":"","Physical Address City":"Red Rock","Physical Address State":"OK ","Physical Address Zipcode":"74651","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2116788321167883,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000015","School District Name":"THOMAS-FAY-CUSTER UNIFIED DIST","Physical Address Line 1":"920 N Main","Physical Address Line 2":"","Physical Address City":"Thomas","Physical Address State":"OK ","Physical Address Zipcode":"73669","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21724137931034482,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000014","School District Name":"BURNS FLAT-DILL CITY","Physical Address Line 1":"306 South Hwy 44","Physical Address Line 2":"","Physical Address City":"Burns Flat","Physical Address State":"OK ","Physical Address Zipcode":"73624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17903225806451614,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"4000013","School District Name":"TIMBERLAKE","Physical Address Line 1":"601 N Main","Physical Address Line 2":"","Physical Address City":"Helena","Physical Address State":"OK ","Physical Address Zipcode":"73741","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11730205278592376,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3910033","School District Name":"Northwestern Local","Physical Address Line 1":"7571 N Elyria Rd","Physical Address Line 2":"","Physical Address City":"West Salem","Physical Address State":"OH ","Physical Address Zipcode":"44287","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11162790697674418,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3910032","School District Name":"Wooster City","Physical Address Line 1":"144 N Market St","Physical Address Line 2":"","Physical Address City":"Wooster","Physical Address State":"OH ","Physical Address Zipcode":"44691","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11884057971014493,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910031","School District Name":"Marion Local","Physical Address Line 1":"7956 State Route 119","Physical Address Line 2":"","Physical Address City":"Maria Stein","Physical Address State":"OH ","Physical Address Zipcode":"45860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05188679245283019,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3910030","School District Name":"Celina City","Physical Address Line 1":"585 E Livingston St","Physical Address Line 2":"","Physical Address City":"Celina","Physical Address State":"OH ","Physical Address Zipcode":"45822","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.106703146374829,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910029","School District Name":"Wadsworth City","Physical Address Line 1":"524 Broad St","Physical Address Line 2":"","Physical Address City":"Wadsworth","Physical Address State":"OH ","Physical Address Zipcode":"44281","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.055402833580038065,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910028","School District Name":"Rittman Exempted Village","Physical Address Line 1":"100 Saurer St","Physical Address Line 2":"","Physical Address City":"Rittman","Physical Address State":"OH ","Physical Address Zipcode":"44270","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10843373493975904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910027","School District Name":"Portsmouth City","Physical Address Line 1":"724 Findlay St","Physical Address Line 2":"","Physical Address City":"Portsmouth","Physical Address State":"OH ","Physical Address Zipcode":"45662","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3588850174216028,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3910026","School District Name":"Clay Local","Physical Address Line 1":"44 Clay High St","Physical Address Line 2":"","Physical Address City":"Portsmouth","Physical Address State":"OH ","Physical Address Zipcode":"45662","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3910025","School District Name":"Kenton City","Physical Address Line 1":"222 W Carrol St","Physical Address Line 2":"","Physical Address City":"Kenton","Physical Address State":"OH ","Physical Address Zipcode":"43326","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1884892086330935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910024","School District Name":"Upper Sandusky Exempted Village","Physical Address Line 1":"800 N Sandusky Ave","Physical Address Line 2":"","Physical Address City":"Upper Sandusky","Physical Address State":"OH ","Physical Address Zipcode":"43351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07913669064748201,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910023","School District Name":"Van Wert City","Physical Address Line 1":"205 W Crawford St","Physical Address Line 2":"","Physical Address City":"Van Wert","Physical Address State":"OH ","Physical Address Zipcode":"45891","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11912672045562411,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910022","School District Name":"Lincolnview Local","Physical Address Line 1":"15945 Middle Point Rd","Physical Address Line 2":"","Physical Address City":"Van Wert","Physical Address State":"OH ","Physical Address Zipcode":"45891","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06546854942233633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910021","School District Name":"Old Fort Local","Physical Address Line 1":"7635 N County Rd 51","Physical Address Line 2":"","Physical Address City":"Tiffin","Physical Address State":"OH ","Physical Address Zipcode":"44883","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06333973128598848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3910020","School District Name":"Clyde-Green Springs Exempted Village","Physical Address Line 1":"106 S Main St","Physical Address Line 2":"","Physical Address City":"Clyde","Physical Address State":"OH ","Physical Address Zipcode":"43410","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10651450309082264,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910019","School District Name":"Marietta City","Physical Address Line 1":"111 Academy Dr","Physical Address Line 2":"","Physical Address City":"Marietta","Physical Address State":"OH ","Physical Address Zipcode":"45750","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22314323607427056,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3910018","School District Name":"Warren Local","Physical Address Line 1":"220 Sweetapple Rd","Physical Address Line 2":"","Physical Address City":"Vincent","Physical Address State":"OH ","Physical Address Zipcode":"45784","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1206308610400682,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3910017","School District Name":"Bedford City","Physical Address Line 1":"475 Northfield Rd","Physical Address Line 2":"","Physical Address City":"Bedford","Physical Address State":"OH ","Physical Address Zipcode":"44146","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1718287099380555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910016","School District Name":"Orange City","Physical Address Line 1":"32000 Chagrin Blvd","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05054759898904802,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910015","School District Name":"Painesville City Local","Physical Address Line 1":"58 Jefferson St","Physical Address Line 2":"","Physical Address City":"Painesville","Physical Address State":"OH ","Physical Address Zipcode":"44077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23107142857142857,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3910014","School District Name":"Riverside Local","Physical Address Line 1":"585 Riverside Dr","Physical Address Line 2":"","Physical Address City":"Painesville","Physical Address State":"OH ","Physical Address Zipcode":"44077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06717207334273625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910013","School District Name":"East Knox Local","Physical Address Line 1":"23201 Coshocton Rd","Physical Address Line 2":"","Physical Address City":"Howard","Physical Address State":"OH ","Physical Address Zipcode":"43028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15707098937954164,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910012","School District Name":"Mount Vernon City","Physical Address Line 1":"300 Newark Rd","Physical Address Line 2":"","Physical Address City":"Mount Vernon","Physical Address State":"OH ","Physical Address Zipcode":"43050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14419017996000888,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910011","School District Name":"Washington Court House City","Physical Address Line 1":"306 Highland Ave","Physical Address Line 2":"","Physical Address City":"Washington Court Hou","Physical Address State":"OH ","Physical Address Zipcode":"43160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20516021639617146,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3910010","School District Name":"Miami Trace Local","Physical Address Line 1":"3818 State Route 41 NW","Physical Address Line 2":"","Physical Address City":"Washington Court House","Physical Address State":"OH ","Physical Address Zipcode":"43160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14800759013282733,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910009","School District Name":"Shelby City","Physical Address Line 1":"25 High School Ave","Physical Address Line 2":"","Physical Address City":"Shelby","Physical Address State":"OH ","Physical Address Zipcode":"44875","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11559383499546691,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910008","School District Name":"Crestline Exempted Village","Physical Address Line 1":"401 Heiser Ct","Physical Address Line 2":"","Physical Address City":"Crestline","Physical Address State":"OH ","Physical Address Zipcode":"44827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2047244094488189,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3910007","School District Name":"Leetonia Exempted Village School District","Physical Address Line 1":"450 Walnut St","Physical Address Line 2":"","Physical Address City":"Leetonia","Physical Address State":"OH ","Physical Address Zipcode":"44431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16556291390728478,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910006","School District Name":"Salem City","Physical Address Line 1":"1226 E State St","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"OH ","Physical Address Zipcode":"44460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18804198995892288,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910005","School District Name":"Jackson Center Local","Physical Address Line 1":"204 S Linden St","Physical Address Line 2":"","Physical Address City":"Jackson Center","Physical Address State":"OH ","Physical Address Zipcode":"45334","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07855626326963906,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3910004","School District Name":"Anna Local","Physical Address Line 1":"1 McRill Way","Physical Address Line 2":"","Physical Address City":"Anna","Physical Address State":"OH ","Physical Address Zipcode":"45302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04665492957746479,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3910003","School District Name":"Sidney City","Physical Address Line 1":"750 S 4th Ave","Physical Address Line 2":"","Physical Address City":"Sidney","Physical Address State":"OH ","Physical Address Zipcode":"45365","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15525439847836425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910002","School District Name":"Arcadia Local","Physical Address Line 1":"19033 State Route 12","Physical Address Line 2":"","Physical Address City":"Arcadia","Physical Address State":"OH ","Physical Address Zipcode":"44804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06691449814126393,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3910001","School District Name":"Van Buren Local","Physical Address Line 1":"217 S Main St","Physical Address Line 2":"","Physical Address City":"Van Buren","Physical Address State":"OH ","Physical Address Zipcode":"45889","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06639839034205232,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3910000","School District Name":"Findlay City","Physical Address Line 1":"2019 Broad Ave","Physical Address Line 2":"","Physical Address City":"Findlay","Physical Address State":"OH ","Physical Address Zipcode":"45840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12185472384871024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3906968","School District Name":"East Guernsey Local","Physical Address Line 1":"65591 Wintergreen Rd","Physical Address Line 2":"","Physical Address City":"Lore City","Physical Address State":"OH ","Physical Address Zipcode":"43755","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1467065868263473,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3906568","School District Name":"Gallia County Local","Physical Address Line 1":"4836 State Route 325","Physical Address Line 2":"","Physical Address City":"Patriot","Physical Address State":"OH ","Physical Address Zipcode":"45658","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17998560115190784,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3906526","School District Name":"Tri-Rivers","Physical Address Line 1":"2222 Marion Mount Gilead Rd","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"OH ","Physical Address Zipcode":"43302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3906522","School District Name":"Coshocton County","Physical Address Line 1":"23640 Airport Rd","Physical Address Line 2":"","Physical Address City":"Coshocton","Physical Address State":"OH ","Physical Address Zipcode":"43812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3906496","School District Name":"College Corner Local","Physical Address Line 1":"230 Ramsey St","Physical Address Line 2":"","Physical Address City":"College Corner","Physical Address State":"OH ","Physical Address Zipcode":"45003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21238938053097345,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3906351","School District Name":"Tolles Career & Technical Center","Physical Address Line 1":"7877 Us Highway 42 S","Physical Address Line 2":"","Physical Address City":"Plain City","Physical Address State":"OH ","Physical Address Zipcode":"43064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3906349","School District Name":"Portage Lakes","Physical Address Line 1":"4401 Shriver Rd","Physical Address Line 2":"","Physical Address City":"Uniontown","Physical Address State":"OH ","Physical Address Zipcode":"44685","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3906280","School District Name":"U S Grant","Physical Address Line 1":"718 W Plane St","Physical Address Line 2":"","Physical Address City":"Bethel","Physical Address State":"OH ","Physical Address Zipcode":"45106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3906212","School District Name":"Upper Valley Career Center","Physical Address Line 1":"8811 Career Dr","Physical Address Line 2":"","Physical Address City":"Piqua","Physical Address State":"OH ","Physical Address Zipcode":"45356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3906210","School District Name":"Medina County Joint Vocational School District","Physical Address Line 1":"1101 W Liberty St","Physical Address Line 2":"","Physical Address City":"Medina","Physical Address State":"OH ","Physical Address Zipcode":"44256","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3906206","School District Name":"Gallia-Jackson-Vinton","Physical Address Line 1":"351 Buckeye Hills Rd","Physical Address Line 2":"","Physical Address City":"Rio Grande","Physical Address State":"OH ","Physical Address Zipcode":"45674","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3906204","School District Name":"Ashland County-West Holmes","Physical Address Line 1":"1783 State Route 60","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"OH ","Physical Address Zipcode":"44805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3906202","School District Name":"Stark County Area","Physical Address Line 1":"2800 Richville Dr SE","Physical Address Line 2":"","Physical Address City":"Massillon","Physical Address State":"OH ","Physical Address Zipcode":"44646","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3906190","School District Name":"Adams County Ohio Valley Local","Physical Address Line 1":"141 Lloyd Rd","Physical Address Line 2":"","Physical Address City":"West Union","Physical Address State":"OH ","Physical Address Zipcode":"45693","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24860267314702308,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905171","School District Name":"Wayne County JVSD","Physical Address Line 1":"518 W Prospect St","Physical Address Line 2":"","Physical Address City":"Smithville","Physical Address State":"OH ","Physical Address Zipcode":"44677","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905169","School District Name":"Washington County Career Center","Physical Address Line 1":"21740 State Route 676","Physical Address Line 2":"","Physical Address City":"Marietta","Physical Address State":"OH ","Physical Address Zipcode":"45750","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905167","School District Name":"Vantage Career Center","Physical Address Line 1":"818 N Franklin St","Physical Address Line 2":"","Physical Address City":"Van Wert","Physical Address State":"OH ","Physical Address Zipcode":"45891","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905165","School District Name":"Buckeye","Physical Address Line 1":"545 University Dr NE","Physical Address Line 2":"","Physical Address City":"New Philadelphia","Physical Address State":"OH ","Physical Address Zipcode":"44663","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905163","School District Name":"Trumbull Career & Tech Ctr","Physical Address Line 1":"528 Educational Hwy NW","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"OH ","Physical Address Zipcode":"44483","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905160","School District Name":"Tri-County Career Center","Physical Address Line 1":"15676 State Route 691","Physical Address Line 2":"","Physical Address City":"Nelsonville","Physical Address State":"OH ","Physical Address Zipcode":"45764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905153","School District Name":"Springfield-Clark County","Physical Address Line 1":"1901 Selma Rd","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"OH ","Physical Address Zipcode":"45505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905149","School District Name":"Scioto County Career Technical Center","Physical Address Line 1":"951 Vern Riffe Dr","Physical Address Line 2":"","Physical Address City":"Lucasville","Physical Address State":"OH ","Physical Address Zipcode":"45648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905147","School District Name":"Warren County Vocational School","Physical Address Line 1":"3525 N State Route 48","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"OH ","Physical Address Zipcode":"45036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905145","School District Name":"Vanguard-Sentinel Career & Technology Centers","Physical Address Line 1":"1306 Cedar St","Physical Address Line 2":"","Physical Address City":"Fremont","Physical Address State":"OH ","Physical Address Zipcode":"43420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905143","School District Name":"Pickaway-Ross County JVSD","Physical Address Line 1":"895 Crouse Chapel Rd","Physical Address Line 2":"","Physical Address City":"Chillicothe","Physical Address State":"OH ","Physical Address Zipcode":"45601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905141","School District Name":"Pioneer Career & Technology","Physical Address Line 1":"27 Ryan Rd","Physical Address Line 2":"","Physical Address City":"Shelby","Physical Address State":"OH ","Physical Address Zipcode":"44875","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905139","School District Name":"Maplewood Career Center District","Physical Address Line 1":"7075 State Route 88","Physical Address Line 2":"","Physical Address City":"Ravenna","Physical Address State":"OH ","Physical Address Zipcode":"44266","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905137","School District Name":"Pike County Area","Physical Address Line 1":"175 Beaver Creek Rd","Physical Address Line 2":"","Physical Address City":"Piketon","Physical Address State":"OH ","Physical Address Zipcode":"45661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905135","School District Name":"Penta Career Center - District","Physical Address Line 1":"9301 Buck Rd","Physical Address Line 2":"","Physical Address City":"Perrysburg","Physical Address State":"OH ","Physical Address Zipcode":"43551","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905133","School District Name":"Ohio Hi-Point Career Center","Physical Address Line 1":"2280 State Route 540","Physical Address Line 2":"","Physical Address City":"Bellefontaine","Physical Address State":"OH ","Physical Address Zipcode":"43311","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905130","School District Name":"Mid-East Career and Technology Centers","Physical Address Line 1":"400 Richards Rd","Physical Address Line 2":"","Physical Address City":"Zanesville","Physical Address State":"OH ","Physical Address Zipcode":"43701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905128","School District Name":"Miami Valley Career Tech","Physical Address Line 1":"6800 Hoke Rd","Physical Address Line 2":"","Physical Address City":"Englewood","Physical Address State":"OH ","Physical Address Zipcode":"45315","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905124","School District Name":"Mahoning Co Career & Tech Ctr","Physical Address Line 1":"7300 N Palmyra Rd","Physical Address Line 2":"","Physical Address City":"Canfield","Physical Address State":"OH ","Physical Address Zipcode":"44406","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905122","School District Name":"Lorain County JVS","Physical Address Line 1":"15181 State Route 58","Physical Address Line 2":"","Physical Address City":"Oberlin","Physical Address State":"OH ","Physical Address Zipcode":"44074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905120","School District Name":"Career and Technology Educational Centers","Physical Address Line 1":"150 Price Rd","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"OH ","Physical Address Zipcode":"43055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905118","School District Name":"Lawrence County","Physical Address Line 1":"11627 State Route 243","Physical Address Line 2":"","Physical Address City":"Chesapeake","Physical Address State":"OH ","Physical Address Zipcode":"45619","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905116","School District Name":"Auburn","Physical Address Line 1":"8140 Auburn Rd","Physical Address Line 2":"","Physical Address City":"Painesville","Physical Address State":"OH ","Physical Address Zipcode":"44077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905114","School District Name":"Knox County JVSD","Physical Address Line 1":"306 Martinsburg Rd","Physical Address Line 2":"","Physical Address City":"Mount Vernon","Physical Address State":"OH ","Physical Address Zipcode":"43050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905112","School District Name":"Jefferson County","Physical Address Line 1":"1509 County Highway 22A","Physical Address Line 2":"","Physical Address City":"Bloomingdale","Physical Address State":"OH ","Physical Address Zipcode":"43910","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905106","School District Name":"Great Oaks Career Campuses","Physical Address Line 1":"110 Great Oaks Drive","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905104","School District Name":"Greene County Vocational School District","Physical Address Line 1":"532 Innovation Dr","Physical Address Line 2":"","Physical Address City":"Xenia","Physical Address State":"OH ","Physical Address Zipcode":"45385","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905102","School District Name":"EHOVE Career Center","Physical Address Line 1":"316 Mason Rd W","Physical Address Line 2":"","Physical Address City":"Milan","Physical Address State":"OH ","Physical Address Zipcode":"44846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905100","School District Name":"Eastland-Fairfield Career & Technical Schools","Physical Address Line 1":"4300 Amalgamated Pl","Physical Address Line 2":"","Physical Address City":"Groveport","Physical Address State":"OH ","Physical Address Zipcode":"43125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905098","School District Name":"Delaware Area Career Center","Physical Address Line 1":"4565 Columbus Pike","Physical Address Line 2":"","Physical Address City":"Delaware","Physical Address State":"OH ","Physical Address Zipcode":"43015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905096","School District Name":"Four County Career Center","Physical Address Line 1":"22900 State Route 34","Physical Address Line 2":"","Physical Address City":"Archbold","Physical Address State":"OH ","Physical Address Zipcode":"43502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905094","School District Name":"Polaris","Physical Address Line 1":"7285 Old Oak Blvd","Physical Address Line 2":"","Physical Address City":"Middleburg Heights","Physical Address State":"OH ","Physical Address Zipcode":"44130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905092","School District Name":"Cuyahoga Valley Career Center","Physical Address Line 1":"8001 Brecksville Rd","Physical Address Line 2":"","Physical Address City":"Brecksville","Physical Address State":"OH ","Physical Address Zipcode":"44141","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905090","School District Name":"Columbiana County","Physical Address Line 1":"9364 State Route 45","Physical Address Line 2":"","Physical Address City":"Lisbon","Physical Address State":"OH ","Physical Address Zipcode":"44432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905088","School District Name":"Butler Technology & Career Development Schools","Physical Address Line 1":"3603 Hamilton Middletown Rd","Physical Address Line 2":"","Physical Address City":"Hamilton","Physical Address State":"OH ","Physical Address Zipcode":"45011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905085","School District Name":"Belmont-Harrison","Physical Address Line 1":"68090 Hammond Road","Physical Address Line 2":"","Physical Address City":"Saint Clairsville","Physical Address State":"OH ","Physical Address Zipcode":"43950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905081","School District Name":"Ashtabula County Technical and Career Center","Physical Address Line 1":"1565 State Route 167","Physical Address Line 2":"","Physical Address City":"Jefferson","Physical Address State":"OH ","Physical Address Zipcode":"44047","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905079","School District Name":"Southern Hills","Physical Address Line 1":"9193 Hamer Rd","Physical Address Line 2":"","Physical Address City":"Georgetown","Physical Address State":"OH ","Physical Address Zipcode":"45121","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905077","School District Name":"Apollo","Physical Address Line 1":"3325 Shawnee Rd","Physical Address Line 2":"","Physical Address City":"Lima","Physical Address State":"OH ","Physical Address Zipcode":"45806","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3905074","School District Name":"Mohawk Local","Physical Address Line 1":"295 State Highway 231","Physical Address Line 2":"","Physical Address City":"Sycamore","Physical Address State":"OH ","Physical Address Zipcode":"44882","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.060450819672131145,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905072","School District Name":"Otsego Local","Physical Address Line 1":"18505 Tontogany Creek Rd Ste 1","Physical Address Line 2":"","Physical Address City":"Bowling Green","Physical Address State":"OH ","Physical Address Zipcode":"43402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08389261744966443,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905071","School District Name":"Northwood Local Schools","Physical Address Line 1":"700 Lemoyne Rd","Physical Address Line 2":"","Physical Address City":"Northwood","Physical Address State":"OH ","Physical Address Zipcode":"43619","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10935856992639327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905070","School District Name":"North Baltimore Local","Physical Address Line 1":"201 S Main St","Physical Address Line 2":"","Physical Address City":"North Baltimore","Physical Address State":"OH ","Physical Address Zipcode":"45872","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1181592039800995,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905069","School District Name":"Lake Local","Physical Address Line 1":"28090 Lemoyne Rd","Physical Address Line 2":"","Physical Address City":"Millbury","Physical Address State":"OH ","Physical Address Zipcode":"43447","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10494505494505495,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905068","School District Name":"Elmwood Local","Physical Address Line 1":"7650 Jerry City Rd","Physical Address Line 2":"","Physical Address City":"Bloomdale","Physical Address State":"OH ","Physical Address Zipcode":"44817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07078925956061839,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905067","School District Name":"Eastwood Local","Physical Address Line 1":"120 E College Ave","Physical Address Line 2":"","Physical Address City":"Pemberville","Physical Address State":"OH ","Physical Address Zipcode":"43450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08114856429463171,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905065","School District Name":"Stryker Local","Physical Address Line 1":"400 S Defiance St","Physical Address Line 2":"","Physical Address City":"Stryker","Physical Address State":"OH ","Physical Address Zipcode":"43557","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1171875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905064","School District Name":"North Central Local","Physical Address Line 1":"400 E Baubice St","Physical Address Line 2":"","Physical Address City":"Pioneer","Physical Address State":"OH ","Physical Address Zipcode":"43554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13649851632047477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905063","School District Name":"Millcreek-West Unity Local","Physical Address Line 1":"1401 W Jackson St","Physical Address Line 2":"","Physical Address City":"West Unity","Physical Address State":"OH ","Physical Address Zipcode":"43570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11794019933554817,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905062","School District Name":"Edon Northwest Local","Physical Address Line 1":"802 W Indiana St","Physical Address Line 2":"","Physical Address City":"Edon","Physical Address State":"OH ","Physical Address Zipcode":"43518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12683823529411764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905061","School District Name":"Edgerton Local","Physical Address Line 1":"111 E River St","Physical Address Line 2":"","Physical Address City":"Edgerton","Physical Address State":"OH ","Physical Address Zipcode":"43517","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08683068017366136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905059","School District Name":"Triway Local","Physical Address Line 1":"3205 Shreve Rd","Physical Address Line 2":"","Physical Address City":"Wooster","Physical Address State":"OH ","Physical Address Zipcode":"44691","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11413043478260869,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905058","School District Name":"Southeast Local","Physical Address Line 1":"9048 Dover Rd","Physical Address Line 2":"","Physical Address City":"Apple Creek","Physical Address State":"OH ","Physical Address Zipcode":"44606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10346388951777225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905056","School District Name":"Norwayne Local","Physical Address Line 1":"350 S Main St","Physical Address Line 2":"","Physical Address City":"Creston","Physical Address State":"OH ","Physical Address Zipcode":"44217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07885554780181438,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905055","School District Name":"Green Local","Physical Address Line 1":"100 Smithie Drive","Physical Address Line 2":"","Physical Address City":"Smithville","Physical Address State":"OH ","Physical Address Zipcode":"44677","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08069620253164557,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905054","School District Name":"Dalton Local","Physical Address Line 1":"177 Mill St N","Physical Address Line 2":"","Physical Address City":"Dalton","Physical Address State":"OH ","Physical Address Zipcode":"44618","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12011790714812086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905053","School District Name":"Chippewa Local","Physical Address Line 1":"56 N Portage St","Physical Address Line 2":"","Physical Address City":"Doylestown","Physical Address State":"OH ","Physical Address Zipcode":"44230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06898656898656899,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905051","School District Name":"Wolf Creek Local","Physical Address Line 1":"330 Main St","Physical Address Line 2":"","Physical Address City":"Waterford","Physical Address State":"OH ","Physical Address Zipcode":"45786","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11019736842105263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905049","School District Name":"Frontier Local","Physical Address Line 1":"44870 State Route 7","Physical Address Line 2":"","Physical Address City":"New Matamoras","Physical Address State":"OH ","Physical Address Zipcode":"45767","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15570469798657718,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905048","School District Name":"Fort Frye Local","Physical Address Line 1":"510 5th St","Physical Address Line 2":"","Physical Address City":"Beverly","Physical Address State":"OH ","Physical Address Zipcode":"45715","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1506572295247725,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905046","School District Name":"Wayne Local","Physical Address Line 1":"659 Dayton Rd","Physical Address Line 2":"","Physical Address City":"Waynesville","Physical Address State":"OH ","Physical Address Zipcode":"45068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05028644175684278,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905045","School District Name":"Mason City","Physical Address Line 1":"211 N East St","Physical Address Line 2":"","Physical Address City":"Mason","Physical Address State":"OH ","Physical Address Zipcode":"45040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03155378486055777,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905044","School District Name":"Little Miami Local","Physical Address Line 1":"95 E Us Highway 22 And 3","Physical Address Line 2":"","Physical Address City":"Maineville","Physical Address State":"OH ","Physical Address Zipcode":"45039","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04232424677187949,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905043","School District Name":"Kings Local","Physical Address Line 1":"1797 King Ave","Physical Address Line 2":"","Physical Address City":"Kings Mills","Physical Address State":"OH ","Physical Address Zipcode":"45034","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05274629468177855,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905042","School District Name":"Springboro Community City","Physical Address Line 1":"1685 S Main St","Physical Address Line 2":"","Physical Address City":"Springboro","Physical Address State":"OH ","Physical Address Zipcode":"45066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.029859316681022107,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905041","School District Name":"Carlisle Local","Physical Address Line 1":"230 Jamaica Rd","Physical Address Line 2":"","Physical Address City":"Carlisle","Physical Address State":"OH ","Physical Address Zipcode":"45005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08673176335439403,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905039","School District Name":"Vinton County Local","Physical Address Line 1":"307 W High St","Physical Address Line 2":"","Physical Address City":"Mc Arthur","Physical Address State":"OH ","Physical Address Zipcode":"45651","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22430355427473583,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905035","School District Name":"Crestview Local","Physical Address Line 1":"531 E Tully St","Physical Address Line 2":"","Physical Address City":"Convoy","Physical Address State":"OH ","Physical Address Zipcode":"45832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.059509918319719954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905033","School District Name":"North Union Local School District","Physical Address Line 1":"12920 State Route 739","Physical Address Line 2":"","Physical Address City":"Richwood","Physical Address State":"OH ","Physical Address Zipcode":"43344","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07207752877044216,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905032","School District Name":"Fairbanks Local","Physical Address Line 1":"11158 State Route 38","Physical Address Line 2":"","Physical Address City":"Milford Center","Physical Address State":"OH ","Physical Address Zipcode":"43045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03899926416482708,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905030","School District Name":"Tuscarawas Valley Local","Physical Address Line 1":"2637 Tuscarawas Valley Rd NE","Physical Address Line 2":"","Physical Address City":"Zoarville","Physical Address State":"OH ","Physical Address Zipcode":"44656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08568004793289395,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905029","School District Name":"Strasburg-Franklin Local","Physical Address Line 1":"140 N Bodmer Ave","Physical Address Line 2":"","Physical Address City":"Strasburg","Physical Address State":"OH ","Physical Address Zipcode":"44680","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08358662613981763,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905028","School District Name":"Indian Valley Local","Physical Address Line 1":"100 N Walnut St","Physical Address Line 2":"","Physical Address City":"Gnadenhutten","Physical Address State":"OH ","Physical Address Zipcode":"44629","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1327668613913967,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905027","School District Name":"Garaway Local","Physical Address Line 1":"146 Dover Rd NW","Physical Address Line 2":"","Physical Address City":"Sugarcreek","Physical Address State":"OH ","Physical Address Zipcode":"44681","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08800690250215704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905025","School District Name":"Weathersfield Local","Physical Address Line 1":"1334 Seaborn St","Physical Address Line 2":"","Physical Address City":"Mineral Ridge","Physical Address State":"OH ","Physical Address Zipcode":"44440","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22019635343618513,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905024","School District Name":"LaBrae Local","Physical Address Line 1":"1001 N Leavitt Rd","Physical Address Line 2":"","Physical Address City":"Leavittsburg","Physical Address State":"OH ","Physical Address Zipcode":"44430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2614601018675722,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905023","School District Name":"Southington Local","Physical Address Line 1":"2482 State Route 534","Physical Address Line 2":"","Physical Address City":"Southington","Physical Address State":"OH ","Physical Address Zipcode":"44470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1595744680851064,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905022","School District Name":"McDonald Local","Physical Address Line 1":"600 Iowa Ave","Physical Address Line 2":"","Physical Address City":"Mc Donald","Physical Address State":"OH ","Physical Address Zipcode":"44437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13709677419354838,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905021","School District Name":"Maplewood Local","Physical Address Line 1":"2414 Greenville Rd","Physical Address Line 2":"","Physical Address City":"Cortland","Physical Address State":"OH ","Physical Address Zipcode":"44410","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1821561338289963,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905020","School District Name":"Lordstown Local","Physical Address Line 1":"1824 Salt Springs Rd","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"OH ","Physical Address Zipcode":"44481","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1903765690376569,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905019","School District Name":"Liberty Local","Physical Address Line 1":"4115 Shady Rd","Physical Address Line 2":"","Physical Address City":"Youngstown","Physical Address State":"OH ","Physical Address Zipcode":"44505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2515212981744422,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905018","School District Name":"Lakeview Local","Physical Address Line 1":"300 Hillman Dr","Physical Address Line 2":"","Physical Address City":"Cortland","Physical Address State":"OH ","Physical Address Zipcode":"44410","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13393870601589103,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905017","School District Name":"Joseph Badger Local","Physical Address Line 1":"7119 State Route 7","Physical Address Line 2":"","Physical Address City":"Kinsman","Physical Address State":"OH ","Physical Address Zipcode":"44428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16355653128430298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905016","School District Name":"Howland Local","Physical Address Line 1":"8200 South St SE","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"OH ","Physical Address Zipcode":"44484","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16762383345297918,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905015","School District Name":"Mathews Local","Physical Address Line 1":"4096 Cadwallader Sonk Rd","Physical Address Line 2":"","Physical Address City":"Cortland","Physical Address State":"OH ","Physical Address Zipcode":"44410","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17396593673965938,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905013","School District Name":"Champion Local","Physical Address Line 1":"5976 Mahoning Ave NW","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"OH ","Physical Address Zipcode":"44483","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12772133526850507,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905012","School District Name":"Brookfield Local","Physical Address Line 1":"614 Bedford Rd SE","Physical Address Line 2":"","Physical Address City":"Brookfield","Physical Address State":"OH ","Physical Address Zipcode":"44403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.26235399820305483,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905011","School District Name":"Bristol Local","Physical Address Line 1":"1845 State Route 88","Physical Address Line 2":"","Physical Address City":"Bristolville","Physical Address State":"OH ","Physical Address Zipcode":"44402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1436950146627566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905009","School District Name":"Bloomfield-Mespo Local","Physical Address Line 1":"2077 Park Rd W","Physical Address Line 2":"","Physical Address City":"North Bloomfield","Physical Address State":"OH ","Physical Address Zipcode":"44450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16728280961182995,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3905007","School District Name":"Twinsburg City","Physical Address Line 1":"11136 Ravenna Rd","Physical Address Line 2":"","Physical Address City":"Twinsburg","Physical Address State":"OH ","Physical Address Zipcode":"44087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04748472026328162,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905006","School District Name":"Springfield Local","Physical Address Line 1":"2410 Massillon Rd","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44312","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15601429138547043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905005","School District Name":"Revere Local","Physical Address Line 1":"3496 Everett Rd","Physical Address Line 2":"","Physical Address City":"Richfield","Physical Address State":"OH ","Physical Address Zipcode":"44286","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0329605650382578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905004","School District Name":"Nordonia Hills City","Physical Address Line 1":"9370 Olde Eight Rd","Physical Address Line 2":"","Physical Address City":"Northfield","Physical Address State":"OH ","Physical Address Zipcode":"44067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04585386758088708,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905003","School District Name":"Mogadore Local","Physical Address Line 1":"1 S Cleveland Ave","Physical Address Line 2":"","Physical Address City":"Mogadore","Physical Address State":"OH ","Physical Address Zipcode":"44260","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07969924812030076,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905002","School District Name":"Hudson City","Physical Address Line 1":"2400 Hudson Aurora Rd","Physical Address Line 2":"","Physical Address City":"Hudson","Physical Address State":"OH ","Physical Address Zipcode":"44236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02127255460588794,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905001","School District Name":"Green Local","Physical Address Line 1":"1755 Town Park Blvd","Physical Address Line 2":"","Physical Address City":"Uniontown","Physical Address State":"OH ","Physical Address Zipcode":"44685","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07557323350491343,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3905000","School District Name":"Manchester Local","Physical Address Line 1":"6075 Manchester Rd","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44319","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06203135650988412,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904999","School District Name":"Coventry Local","Physical Address Line 1":"3257 Cormany Rd","Physical Address Line 2":"","Physical Address City":"Coventry Township","Physical Address State":"OH ","Physical Address Zipcode":"44319","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10564663023679417,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904998","School District Name":"Copley-Fairlawn City","Physical Address Line 1":"3797 Ridgewood Rd","Physical Address Line 2":"","Physical Address City":"Copley","Physical Address State":"OH ","Physical Address Zipcode":"44321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04867511520737327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904997","School District Name":"Woodridge Local","Physical Address Line 1":"4411 Quick Rd","Physical Address Line 2":"","Physical Address City":"Peninsula","Physical Address State":"OH ","Physical Address Zipcode":"44264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12626689189189189,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904995","School District Name":"Tuslaw Local","Physical Address Line 1":"1835 Manchester Ave NW","Physical Address Line 2":"","Physical Address City":"Massillon","Physical Address State":"OH ","Physical Address Zipcode":"44647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09256756756756757,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904994","School District Name":"Sandy Valley Local","Physical Address Line 1":"5362 State Route 183 NE","Physical Address Line 2":"","Physical Address City":"Magnolia","Physical Address State":"OH ","Physical Address Zipcode":"44643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16752011704462327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904993","School District Name":"Plain Local","Physical Address Line 1":"901 44th St NW","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"OH ","Physical Address Zipcode":"44709","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13726400495202723,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904992","School District Name":"Perry Local","Physical Address Line 1":"4201 13th St SW","Physical Address Line 2":"","Physical Address City":"Massillon","Physical Address State":"OH ","Physical Address Zipcode":"44646","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11101143754204978,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904991","School District Name":"Osnaburg Local","Physical Address Line 1":"310 Browning Ct N","Physical Address Line 2":"","Physical Address City":"East Canton","Physical Address State":"OH ","Physical Address Zipcode":"44730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10427135678391959,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904990","School District Name":"Northwest Local","Physical Address Line 1":"2309 Locust St S","Physical Address Line 2":"","Physical Address City":"Canal Fulton","Physical Address State":"OH ","Physical Address Zipcode":"44614","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08840037418147802,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904989","School District Name":"Minerva Local","Physical Address Line 1":"406 East St","Physical Address Line 2":"","Physical Address City":"Minerva","Physical Address State":"OH ","Physical Address Zipcode":"44657","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1786492374727669,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904988","School District Name":"Marlington Local","Physical Address Line 1":"10320 Moulin Ave NE","Physical Address Line 2":"","Physical Address City":"Alliance","Physical Address State":"OH ","Physical Address Zipcode":"44601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09676145339652449,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904987","School District Name":"Louisville City","Physical Address Line 1":"407 E Main St","Physical Address Line 2":"","Physical Address City":"Louisville","Physical Address State":"OH ","Physical Address Zipcode":"44641","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09844395046046364,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904986","School District Name":"Lake Local","Physical Address Line 1":"436 King Church Ave SW","Physical Address Line 2":"","Physical Address City":"Uniontown","Physical Address State":"OH ","Physical Address Zipcode":"44685","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06211011662598318,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904985","School District Name":"Jackson Local","Physical Address Line 1":"7602 Fulton Dr NW","Physical Address Line 2":"","Physical Address City":"Massillon","Physical Address State":"OH ","Physical Address Zipcode":"44646","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06545153272576636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904984","School District Name":"Fairless Local","Physical Address Line 1":"11885 Navarre Rd SW","Physical Address Line 2":"","Physical Address City":"Navarre","Physical Address State":"OH ","Physical Address Zipcode":"44662","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12969094922737306,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904983","School District Name":"Canton Local","Physical Address Line 1":"600 Faircrest St SE","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"OH ","Physical Address Zipcode":"44707","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17322050771528125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904981","School District Name":"Russia Local","Physical Address Line 1":"100 School St","Physical Address Line 2":"","Physical Address City":"Russia","Physical Address State":"OH ","Physical Address Zipcode":"45363","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904979","School District Name":"Hardin-Houston Local","Physical Address Line 1":"5300 Houston Rd","Physical Address Line 2":"","Physical Address City":"Houston","Physical Address State":"OH ","Physical Address Zipcode":"45333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09027777777777778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904978","School District Name":"Fort Loramie Local","Physical Address Line 1":"575 Greenback Rd","Physical Address Line 2":"","Physical Address City":"Fort Loramie","Physical Address State":"OH ","Physical Address Zipcode":"45845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.027379400260756193,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904977","School District Name":"Fairlawn Local","Physical Address Line 1":"18800 Johnston Rd","Physical Address Line 2":"","Physical Address City":"Sidney","Physical Address State":"OH ","Physical Address Zipcode":"45365","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1275,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904976","School District Name":"Botkins Local","Physical Address Line 1":"404 E State St","Physical Address Line 2":"","Physical Address City":"Botkins","Physical Address State":"OH ","Physical Address Zipcode":"45306","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03722084367245657,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904971","School District Name":"New Riegel Local","Physical Address Line 1":"44 N Perry St","Physical Address Line 2":"","Physical Address City":"New Riegel","Physical Address State":"OH ","Physical Address Zipcode":"44853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05588235294117647,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904970","School District Name":"Hopewell-Loudon Local","Physical Address Line 1":"181 N. CR 7","Physical Address Line 2":"","Physical Address City":"BASCOM","Physical Address State":"OH ","Physical Address Zipcode":"44809","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0547945205479452,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904968","School District Name":"Seneca East Local","Physical Address Line 1":"13343 E US Highway 224","Physical Address Line 2":"","Physical Address City":"Attica","Physical Address State":"OH ","Physical Address Zipcode":"44807","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06542056074766354,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904966","School District Name":"Wheelersburg Local","Physical Address Line 1":"620 Center St","Physical Address Line 2":"","Physical Address City":"Wheelersburg","Physical Address State":"OH ","Physical Address Zipcode":"45694","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16408668730650156,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904965","School District Name":"Washington-Nile Local","Physical Address Line 1":"15332 Us Highway 52","Physical Address Line 2":"","Physical Address City":"West Portsmouth","Physical Address State":"OH ","Physical Address Zipcode":"45663","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2400312744331509,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904964","School District Name":"Valley Local","Physical Address Line 1":"1821 State Route 728","Physical Address Line 2":"","Physical Address City":"Lucasville","Physical Address State":"OH ","Physical Address Zipcode":"45648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18653421633554085,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904963","School District Name":"Northwest Local","Physical Address Line 1":"800 Mohawk Dr","Physical Address Line 2":"","Physical Address City":"Mc Dermott","Physical Address State":"OH ","Physical Address Zipcode":"45652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20180722891566266,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904962","School District Name":"Minford Local","Physical Address Line 1":"491 Bond Rd","Physical Address Line 2":"","Physical Address City":"Minford","Physical Address State":"OH ","Physical Address Zipcode":"45653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1715758468335788,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904961","School District Name":"Green Local","Physical Address Line 1":"4070 Gallia Pike","Physical Address Line 2":"","Physical Address City":"Franklin Furnace","Physical Address State":"OH ","Physical Address Zipcode":"45629","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18972895863052783,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904959","School District Name":"Bloom-Vernon Local","Physical Address Line 1":"10529 Main Street","Physical Address Line 2":"","Physical Address City":"South Webster","Physical Address State":"OH ","Physical Address Zipcode":"45682","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13516746411483255,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904957","School District Name":"Woodmore Local","Physical Address Line 1":"349 Rice St","Physical Address Line 2":"","Physical Address City":"Elmore","Physical Address State":"OH ","Physical Address Zipcode":"43416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07543520309477757,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904956","School District Name":"Lakota Local","Physical Address Line 1":"5200 County Road 13","Physical Address Line 2":"","Physical Address City":"Kansas","Physical Address State":"OH ","Physical Address Zipcode":"44841","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09066901408450705,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904954","School District Name":"Zane Trace Local","Physical Address Line 1":"946 State Route 180","Physical Address Line 2":"","Physical Address City":"Chillicothe","Physical Address State":"OH ","Physical Address Zipcode":"45601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12588766946417043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904953","School District Name":"Union-Scioto Local","Physical Address Line 1":"1565 Egypt Pike","Physical Address Line 2":"","Physical Address City":"Chillicothe","Physical Address State":"OH ","Physical Address Zipcode":"45601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15160955347871236,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904952","School District Name":"Southeastern Local","Physical Address Line 1":"2003 Lancaster Rd","Physical Address Line 2":"","Physical Address City":"Chillicothe","Physical Address State":"OH ","Physical Address Zipcode":"45601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13768115942028986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904951","School District Name":"Paint Valley Local","Physical Address Line 1":"7454 Us Highway 50 W","Physical Address Line 2":"","Physical Address City":"Bainbridge","Physical Address State":"OH ","Physical Address Zipcode":"45612","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18385214007782102,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904950","School District Name":"Huntington Local","Physical Address Line 1":"188 Huntsman Rd","Physical Address Line 2":"","Physical Address City":"Chillicothe","Physical Address State":"OH ","Physical Address Zipcode":"45601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17922948073701842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904949","School District Name":"Adena Local","Physical Address Line 1":"3367 County Road 550","Physical Address Line 2":"","Physical Address City":"Frankfort","Physical Address State":"OH ","Physical Address Zipcode":"45628","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14610673665791776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904947","School District Name":"Ontario Local","Physical Address Line 1":"457 Shelby Ontario Rd","Physical Address Line 2":"","Physical Address City":"Ontario","Physical Address State":"OH ","Physical Address Zipcode":"44906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07150776053215077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904946","School District Name":"Plymouth-Shiloh Local","Physical Address Line 1":"365 Sandusky St","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"OH ","Physical Address Zipcode":"44865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14761904761904762,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904945","School District Name":"Madison Local","Physical Address Line 1":"1379 Grace St","Physical Address Line 2":"","Physical Address City":"Mansfield","Physical Address State":"OH ","Physical Address Zipcode":"44905","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.14426028238182934,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904944","School District Name":"Lucas Local","Physical Address Line 1":"84 Lucas North Rd","Physical Address Line 2":"","Physical Address City":"Lucas","Physical Address State":"OH ","Physical Address Zipcode":"44843","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09394904458598727,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904943","School District Name":"Lexington Local","Physical Address Line 1":"103 Clever Ln","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"OH ","Physical Address Zipcode":"44904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0738255033557047,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904942","School District Name":"Crestview Local","Physical Address Line 1":"1575 State Route 96","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"OH ","Physical Address Zipcode":"44805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15159401431359792,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904941","School District Name":"Clear Fork Valley Local","Physical Address Line 1":"211 School St","Physical Address Line 2":"","Physical Address City":"Bellville","Physical Address State":"OH ","Physical Address Zipcode":"44813","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09291581108829569,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904939","School District Name":"Pandora-Gilboa Local","Physical Address Line 1":"410 Rocket Ridge","Physical Address Line 2":"","Physical Address City":"Pandora","Physical Address State":"OH ","Physical Address Zipcode":"45877","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05040650406504065,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904938","School District Name":"Ottoville Local","Physical Address Line 1":"650 W 3rd St","Physical Address Line 2":"","Physical Address City":"Ottoville","Physical Address State":"OH ","Physical Address Zipcode":"45876","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.023504273504273504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904937","School District Name":"Ottawa-Glandorf Local","Physical Address Line 1":"630 Glendale Ave","Physical Address Line 2":"","Physical Address City":"Ottawa","Physical Address State":"OH ","Physical Address Zipcode":"45875","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.056534954407294835,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904936","School District Name":"Miller City-New Cleveland Local","Physical Address Line 1":"200 N. Main Street","Physical Address Line 2":"","Physical Address City":"Miller City","Physical Address State":"OH ","Physical Address Zipcode":"45864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04145077720207254,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904935","School District Name":"Leipsic Local","Physical Address Line 1":"232 Oak St","Physical Address Line 2":"","Physical Address City":"Leipsic","Physical Address State":"OH ","Physical Address Zipcode":"45856","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11505681818181818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904934","School District Name":"Kalida Local","Physical Address Line 1":"301 North Third St.","Physical Address Line 2":"","Physical Address City":"Kalida","Physical Address State":"OH ","Physical Address Zipcode":"45853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.034023668639053255,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904933","School District Name":"Jennings Local","Physical Address Line 1":"#1 Musketeer Drive","Physical Address Line 2":"","Physical Address City":"Fort Jennings","Physical Address State":"OH ","Physical Address Zipcode":"45844","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.034210526315789476,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904932","School District Name":"Continental Local","Physical Address Line 1":"5211 State Route 634","Physical Address Line 2":"","Physical Address City":"Continental","Physical Address State":"OH ","Physical Address Zipcode":"45831","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08121827411167512,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904931","School District Name":"Columbus Grove Local","Physical Address Line 1":"201 W Cross St","Physical Address Line 2":"","Physical Address City":"Columbus Grove","Physical Address State":"OH ","Physical Address Zipcode":"45830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09617271835132483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904928","School District Name":"Preble Shawnee Local","Physical Address Line 1":"5495 Somers Gratis Rd","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"OH ","Physical Address Zipcode":"45311","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11332417582417582,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904927","School District Name":"National Trail Local","Physical Address Line 1":"6940 Oxford Gettysburg Rd","Physical Address Line 2":"","Physical Address City":"New Paris","Physical Address State":"OH ","Physical Address Zipcode":"45347","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14601769911504425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904926","School District Name":"Tri-County North Local","Physical Address Line 1":"436 N Commerce St","Physical Address Line 2":"","Physical Address City":"Lewisburg","Physical Address State":"OH ","Physical Address Zipcode":"45338","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09772951628825272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904924","School District Name":"Waterloo Local","Physical Address Line 1":"1464 Industry Rd","Physical Address Line 2":"","Physical Address City":"Atwater","Physical Address State":"OH ","Physical Address Zipcode":"44201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09520182787509521,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904923","School District Name":"Streetsboro City","Physical Address Line 1":"9000 Kirby Ln","Physical Address Line 2":"","Physical Address City":"Streetsboro","Physical Address State":"OH ","Physical Address Zipcode":"44241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0801068090787717,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904922","School District Name":"Southeast Local","Physical Address Line 1":"8245 Tallmadge Rd","Physical Address Line 2":"","Physical Address City":"Ravenna","Physical Address State":"OH ","Physical Address Zipcode":"44266","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10386079390973355,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904921","School District Name":"Rootstown Local","Physical Address Line 1":"4140 State Route 44","Physical Address Line 2":"","Physical Address City":"Rootstown","Physical Address State":"OH ","Physical Address Zipcode":"44272","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06823529411764706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904920","School District Name":"James A Garfield Local","Physical Address Line 1":"10235 State Route 88","Physical Address Line 2":"","Physical Address City":"Garrettsville","Physical Address State":"OH ","Physical Address Zipcode":"44231","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07464788732394366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904919","School District Name":"Field Local","Physical Address Line 1":"2900 State Route 43","Physical Address Line 2":"","Physical Address City":"Mogadore","Physical Address State":"OH ","Physical Address Zipcode":"44260","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08442088091353997,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904918","School District Name":"Crestwood Local","Physical Address Line 1":"11260 Bowen Rd","Physical Address Line 2":"","Physical Address City":"Mantua","Physical Address State":"OH ","Physical Address Zipcode":"44255","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07777777777777778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904917","School District Name":"Aurora City","Physical Address Line 1":"102 E Garfield Rd","Physical Address Line 2":"","Physical Address City":"Aurora","Physical Address State":"OH ","Physical Address Zipcode":"44202","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029961226647867465,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904915","School District Name":"Western Local","Physical Address Line 1":"7959 State Route 124","Physical Address Line 2":"","Physical Address City":"Latham","Physical Address State":"OH ","Physical Address Zipcode":"45646","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27201783723522854,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904914","School District Name":"Waverly City","Physical Address Line 1":"1 Tiger Dr","Physical Address Line 2":"","Physical Address City":"Waverly","Physical Address State":"OH ","Physical Address Zipcode":"45690","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19624101713653952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904913","School District Name":"Scioto Valley Local","Physical Address Line 1":"1414 Piketon Rd","Physical Address Line 2":"","Physical Address City":"Piketon","Physical Address State":"OH ","Physical Address Zipcode":"45661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21512027491408936,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904912","School District Name":"Eastern Local School District","Physical Address Line 1":"1170 Tile Mill Rd","Physical Address Line 2":"","Physical Address City":"Beaver","Physical Address State":"OH ","Physical Address Zipcode":"45613","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2275449101796407,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904910","School District Name":"Westfall Local","Physical Address Line 1":"19463 Pherson Pike","Physical Address Line 2":"","Physical Address City":"Williamsport","Physical Address State":"OH ","Physical Address Zipcode":"43164","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15737298636926889,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904909","School District Name":"Teays Valley Local","Physical Address Line 1":"385 Viking Way","Physical Address Line 2":"","Physical Address City":"Ashville","Physical Address State":"OH ","Physical Address Zipcode":"43103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1107500676956404,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904908","School District Name":"Logan Elm Local","Physical Address Line 1":"9579 Tarlton Rd","Physical Address Line 2":"","Physical Address City":"Circleville","Physical Address State":"OH ","Physical Address Zipcode":"43113","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.150461944566652,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904906","School District Name":"Southern Local","Physical Address Line 1":"10397 State Route 155 SE # 1","Physical Address Line 2":"","Physical Address City":"Corning","Physical Address State":"OH ","Physical Address Zipcode":"43730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16879795396419436,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904905","School District Name":"Northern Local","Physical Address Line 1":"8700 Sheridan Dr","Physical Address Line 2":"","Physical Address City":"Thornville","Physical Address State":"OH ","Physical Address Zipcode":"43076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1066010660106601,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904903","School District Name":"Wayne Trace Local","Physical Address Line 1":"4915 US Route 127","Physical Address Line 2":"","Physical Address City":"Haviland","Physical Address State":"OH ","Physical Address Zipcode":"45851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11238293444328824,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904900","School District Name":"Twin Valley Community Local","Physical Address Line 1":"100 Education Dr","Physical Address Line 2":"","Physical Address City":"West Alexandria","Physical Address State":"OH ","Physical Address Zipcode":"45381","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12280701754385964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904899","School District Name":"Antwerp Local","Physical Address Line 1":"303 S. Harrmann Rd","Physical Address Line 2":"","Physical Address City":"Antwerp","Physical Address State":"OH ","Physical Address Zipcode":"45813","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12957317073170732,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904897","School District Name":"Put-In-Bay Local","Physical Address Line 1":"548 Catawba Ave.","Physical Address Line 2":"","Physical Address City":"Put-in-Bay","Physical Address State":"OH ","Physical Address Zipcode":"43456","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1076923076923077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904896","School District Name":"North Bass Local","Physical Address Line 1":"515 Kenny Rd","Physical Address Line 2":"","Physical Address City":"Isle St George","Physical Address State":"OH ","Physical Address Zipcode":"43436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904895","School District Name":"Middle Bass Local","Physical Address Line 1":"985 Fox Rd","Physical Address Line 2":"","Physical Address City":"Middle Bass","Physical Address State":"OH ","Physical Address Zipcode":"43446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3333333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904894","School District Name":"Genoa Area Local","Physical Address Line 1":"2810 N Genoa Clay Center Rd","Physical Address Line 2":"","Physical Address City":"Genoa","Physical Address State":"OH ","Physical Address Zipcode":"43430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06352941176470588,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904893","School District Name":"Danbury Local","Physical Address Line 1":"9451 E Harbor Rd","Physical Address Line 2":"","Physical Address City":"Lakeside Marblehead","Physical Address State":"OH ","Physical Address Zipcode":"43440","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1016260162601626,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904892","School District Name":"Benton Carroll Salem Local","Physical Address Line 1":"11685 W State Route 163","Physical Address Line 2":"","Physical Address City":"Oak Harbor","Physical Address State":"OH ","Physical Address Zipcode":"43449","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07667934093789606,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904890","School District Name":"Noble Local","Physical Address Line 1":"20977 Zep Rd E","Physical Address Line 2":"","Physical Address City":"Sarahsville","Physical Address State":"OH ","Physical Address Zipcode":"43779","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14616755793226383,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904888","School District Name":"West Muskingum Local","Physical Address Line 1":"4880 West Pike","Physical Address Line 2":"","Physical Address City":"Zanesville","Physical Address State":"OH ","Physical Address Zipcode":"43701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15413943355119825,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904887","School District Name":"Tri-Valley Local","Physical Address Line 1":"36 E Muskingum Ave","Physical Address Line 2":"","Physical Address City":"Dresden","Physical Address State":"OH ","Physical Address Zipcode":"43821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12150127226463105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904885","School District Name":"Maysville Local","Physical Address Line 1":"3715 Panther Dr","Physical Address Line 2":"","Physical Address City":"Zanesville","Physical Address State":"OH ","Physical Address Zipcode":"43701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15191256830601094,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904884","School District Name":"Franklin Local","Physical Address Line 1":"360 Cedar St","Physical Address Line 2":"","Physical Address City":"Duncan Falls","Physical Address State":"OH ","Physical Address Zipcode":"43734","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13312274368231047,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904883","School District Name":"East Muskingum Local","Physical Address Line 1":"13505 John Glenn School Rd","Physical Address Line 2":"","Physical Address City":"New Concord","Physical Address State":"OH ","Physical Address Zipcode":"43762","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10452961672473868,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904881","School District Name":"Northmor Local","Physical Address Line 1":"5247 County Road 29","Physical Address Line 2":"","Physical Address City":"Galion","Physical Address State":"OH ","Physical Address Zipcode":"44833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13338301043219075,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904880","School District Name":"Highland Local","Physical Address Line 1":"6506 State Route 229","Physical Address Line 2":"","Physical Address City":"Marengo","Physical Address State":"OH ","Physical Address Zipcode":"43334","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10423634336677814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904879","School District Name":"Cardington-Lincoln Local","Physical Address Line 1":"121 Nichols St","Physical Address Line 2":"","Physical Address City":"Cardington","Physical Address State":"OH ","Physical Address Zipcode":"43315","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11764705882352941,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904877","School District Name":"Morgan Local","Physical Address Line 1":"65 W Union Ave","Physical Address Line 2":"","Physical Address City":"Mc Connelsville","Physical Address State":"OH ","Physical Address Zipcode":"43756","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1683698296836983,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904875","School District Name":"Huber Heights City","Physical Address Line 1":"5954 Longford Rd","Physical Address Line 2":"","Physical Address City":"Huber Heights","Physical Address State":"OH ","Physical Address Zipcode":"45424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14575394665215025,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904874","School District Name":"Valley View Local","Physical Address Line 1":"59 Peffley St","Physical Address Line 2":"","Physical Address City":"Germantown","Physical Address State":"OH ","Physical Address Zipcode":"45327","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09406438631790745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904873","School District Name":"Northridge Local","Physical Address Line 1":"2008 Timber Ln","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45414","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.36292270531400966,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904872","School District Name":"Northmont City","Physical Address Line 1":"4001 Old Salem Rd","Physical Address Line 2":"","Physical Address City":"Englewood","Physical Address State":"OH ","Physical Address Zipcode":"45322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08827065086725056,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904871","School District Name":"New Lebanon Local School District","Physical Address Line 1":"320 S Fuls Rd","Physical Address Line 2":"","Physical Address City":"New Lebanon","Physical Address State":"OH ","Physical Address Zipcode":"45345","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16773017319963537,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904870","School District Name":"Mad River Local","Physical Address Line 1":"801 Old Harshman Rd","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17093556214613104,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904869","School District Name":"Trotwood-Madison City","Physical Address Line 1":"3594 N Snyder Rd","Physical Address Line 2":"","Physical Address City":"Trotwood","Physical Address State":"OH ","Physical Address Zipcode":"45426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3116279069767442,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904868","School District Name":"Jefferson Township Local","Physical Address Line 1":"2625 S Union Rd","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2469437652811736,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904867","School District Name":"Brookville Local","Physical Address Line 1":"75 June Pl","Physical Address Line 2":"","Physical Address City":"Brookville","Physical Address State":"OH ","Physical Address Zipcode":"45309","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09171410499683745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904865","School District Name":"Switzerland of Ohio Local","Physical Address Line 1":"304 Mill St","Physical Address Line 2":"","Physical Address City":"Woodsfield","Physical Address State":"OH ","Physical Address Zipcode":"43793","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1919232307077169,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904863","School District Name":"Newton Local","Physical Address Line 1":"201 N Long St","Physical Address Line 2":"","Physical Address City":"Pleasant Hill","Physical Address State":"OH ","Physical Address Zipcode":"45359","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07741935483870968,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904862","School District Name":"Miami East Local","Physical Address Line 1":"3825 N State Route 589","Physical Address Line 2":"","Physical Address City":"Casstown","Physical Address State":"OH ","Physical Address Zipcode":"45312","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05232129697862933,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904861","School District Name":"Bethel Local","Physical Address Line 1":"7490 State Route 201","Physical Address Line 2":"","Physical Address City":"Tipp City","Physical Address State":"OH ","Physical Address Zipcode":"45371","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07346938775510205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904859","School District Name":"Fort Recovery Local","Physical Address Line 1":"400 E Butler St","Physical Address Line 2":"","Physical Address City":"Fort Recovery","Physical Address State":"OH ","Physical Address Zipcode":"45846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05419766206163656,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904858","School District Name":"St Henry Consolidated Local","Physical Address Line 1":"391 E Columbus St","Physical Address Line 2":"","Physical Address City":"Saint Henry","Physical Address State":"OH ","Physical Address Zipcode":"45883","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.036093418259023353,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904857","School District Name":"Parkway Local","Physical Address Line 1":"400 Buckeye St","Physical Address Line 2":"","Physical Address City":"Rockford","Physical Address State":"OH ","Physical Address Zipcode":"45882","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11825922421948912,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904853","School District Name":"Southern Local","Physical Address Line 1":"106 N Broadway St","Physical Address Line 2":"","Physical Address City":"Racine","Physical Address State":"OH ","Physical Address Zipcode":"45771","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1943620178041543,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904852","School District Name":"Meigs Local","Physical Address Line 1":"41765 Pomeroy Pike","Physical Address Line 2":"","Physical Address City":"Pomeroy","Physical Address State":"OH ","Physical Address Zipcode":"45769","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24422268907563024,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904851","School District Name":"Eastern Local","Physical Address Line 1":"50008 State Route 681","Physical Address Line 2":"","Physical Address City":"Reedsville","Physical Address State":"OH ","Physical Address Zipcode":"45772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15670650730411687,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904849","School District Name":"Highland Local","Physical Address Line 1":"3880 Ridge Rd","Physical Address Line 2":"","Physical Address City":"Medina","Physical Address State":"OH ","Physical Address Zipcode":"44256","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.029600244125724748,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904848","School District Name":"Cloverleaf Local","Physical Address Line 1":"8525 Friendsville Rd","Physical Address Line 2":"","Physical Address City":"Lodi","Physical Address State":"OH ","Physical Address Zipcode":"44254","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08303249097472924,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904847","School District Name":"Buckeye Local","Physical Address Line 1":"3044 Columbia Rd","Physical Address Line 2":"","Physical Address City":"Medina","Physical Address State":"OH ","Physical Address Zipcode":"44256","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.056734517106972714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904846","School District Name":"Black River Local","Physical Address Line 1":"257A County Road 40","Physical Address Line 2":"","Physical Address City":"Sullivan","Physical Address State":"OH ","Physical Address Zipcode":"44880","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11789038262668046,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904845","School District Name":"Medina County ESC","Physical Address Line 1":"124 W Washington St","Physical Address Line 2":"","Physical Address City":"Medina","Physical Address State":"OH ","Physical Address Zipcode":"44256","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3904844","School District Name":"River Valley Local","Physical Address Line 1":"197 Brockelsby Road","Physical Address Line 2":"","Physical Address City":"Caledonia","Physical Address State":"OH ","Physical Address Zipcode":"43314","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10422380691168404,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904843","School District Name":"Ridgedale Local","Physical Address Line 1":"3103 Hillman Ford Rd","Physical Address Line 2":"","Physical Address City":"Morral","Physical Address State":"OH ","Physical Address Zipcode":"43337","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10331125827814569,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904842","School District Name":"Pleasant Local","Physical Address Line 1":"1107 Owens Rd W","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"OH ","Physical Address Zipcode":"43302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10252237591537836,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904841","School District Name":"Elgin Local","Physical Address Line 1":"1239 Keener Rd S","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"OH ","Physical Address Zipcode":"43302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1337432744043044,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904839","School District Name":"Western Reserve Local","Physical Address Line 1":"13850 W Akron Canfield Rd","Physical Address Line 2":"","Physical Address City":"Berlin Center","Physical Address State":"OH ","Physical Address Zipcode":"44401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08787346221441125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904838","School District Name":"West Branch Local","Physical Address Line 1":"14277 S Main St","Physical Address Line 2":"","Physical Address City":"Beloit","Physical Address State":"OH ","Physical Address Zipcode":"44609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12107396149949341,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904837","School District Name":"Springfield Local","Physical Address Line 1":"11335 Youngstown Pittsburgh Rd","Physical Address Line 2":"","Physical Address City":"New Middletown","Physical Address State":"OH ","Physical Address Zipcode":"44442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09082483781278962,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904836","School District Name":"South Range Local","Physical Address Line 1":"11300 Columbiana Canfield Rd Ste B","Physical Address Line 2":"","Physical Address City":"Canfield","Physical Address State":"OH ","Physical Address Zipcode":"44406","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.073109243697479,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904835","School District Name":"Sebring Local","Physical Address Line 1":"510 N 14th St","Physical Address Line 2":"","Physical Address City":"Sebring","Physical Address State":"OH ","Physical Address Zipcode":"44672","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16140350877192983,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904834","School District Name":"Poland Local","Physical Address Line 1":"3199 Dobbins Rd","Physical Address Line 2":"","Physical Address City":"Poland","Physical Address State":"OH ","Physical Address Zipcode":"44514","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05481225722917566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904833","School District Name":"Lowellville Local","Physical Address Line 1":"52 Rocket Place","Physical Address Line 2":"","Physical Address City":"Lowellville","Physical Address State":"OH ","Physical Address Zipcode":"44436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09480122324159021,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904832","School District Name":"Jackson-Milton Local","Physical Address Line 1":"13910 Mahoning Ave","Physical Address Line 2":"","Physical Address City":"North Jackson","Physical Address State":"OH ","Physical Address Zipcode":"44451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12173913043478261,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904831","School District Name":"Canfield Local","Physical Address Line 1":"100 Wadsworth St","Physical Address Line 2":"","Physical Address City":"Canfield","Physical Address State":"OH ","Physical Address Zipcode":"44406","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.046030687124749836,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904830","School District Name":"Boardman Local","Physical Address Line 1":"7777 Glenwood Ave","Physical Address Line 2":"","Physical Address City":"Youngstown","Physical Address State":"OH ","Physical Address Zipcode":"44512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1483285366393624,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904829","School District Name":"Austintown Local Schools","Physical Address Line 1":"700 S Raccoon Rd","Physical Address Line 2":"","Physical Address City":"Youngstown","Physical Address State":"OH ","Physical Address Zipcode":"44515","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13981958762886598,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904827","School District Name":"Madison-Plains Local","Physical Address Line 1":"55 Linson Rd","Physical Address Line 2":"","Physical Address City":"London","Physical Address State":"OH ","Physical Address Zipcode":"43140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11403508771929824,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904826","School District Name":"Jonathan Alder Local","Physical Address Line 1":"9200 US Route 42 S","Physical Address Line 2":"","Physical Address City":"Plain City","Physical Address State":"OH ","Physical Address Zipcode":"43064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.060955518945634266,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904825","School District Name":"Jefferson Local","Physical Address Line 1":"906 W Main St","Physical Address Line 2":"","Physical Address City":"West Jefferson","Physical Address State":"OH ","Physical Address Zipcode":"43162","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11912751677852348,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904823","School District Name":"Washington Local","Physical Address Line 1":"3505 W Lincolnshire Blvd","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20749608094627334,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904822","School District Name":"Springfield Local","Physical Address Line 1":"6900 Hall St","Physical Address Line 2":"","Physical Address City":"Holland","Physical Address State":"OH ","Physical Address Zipcode":"43528","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1579884290164664,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904821","School District Name":"Ottawa Hills Local","Physical Address Line 1":"3600 Indian Rd","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06693306693306693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904820","School District Name":"Anthony Wayne Local","Physical Address Line 1":"9565 Bucher Rd","Physical Address Line 2":"","Physical Address City":"Whitehouse","Physical Address State":"OH ","Physical Address Zipcode":"43571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06204878048780488,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904817","School District Name":"Midview Local","Physical Address Line 1":"13050 Durkee Rd","Physical Address Line 2":"","Physical Address City":"Grafton","Physical Address State":"OH ","Physical Address Zipcode":"44044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.09764503159103963,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904816","School District Name":"Keystone Local","Physical Address Line 1":"531 Opportunity Way","Physical Address Line 2":"","Physical Address City":"Lagrange","Physical Address State":"OH ","Physical Address Zipcode":"44050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08144796380090498,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904815","School District Name":"Firelands Local","Physical Address Line 1":"112 N Lake St","Physical Address Line 2":"","Physical Address City":"South Amherst","Physical Address State":"OH ","Physical Address Zipcode":"44001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07876530069185737,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904814","School District Name":"Columbia Local","Physical Address Line 1":"25796 Royalton Rd","Physical Address Line 2":"","Physical Address City":"Columbia Station","Physical Address State":"OH ","Physical Address Zipcode":"44028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06954887218045112,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904813","School District Name":"Clearview Local","Physical Address Line 1":"4700 Broadway","Physical Address Line 2":"","Physical Address City":"Lorain","Physical Address State":"OH ","Physical Address Zipcode":"44052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.23084025854108955,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904812","School District Name":"Avon Lake City","Physical Address Line 1":"175 Avon Belden Rd","Physical Address Line 2":"","Physical Address City":"Avon Lake","Physical Address State":"OH ","Physical Address Zipcode":"44012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03554006968641115,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904811","School District Name":"Avon Local","Physical Address Line 1":"36600 Detroit Rd","Physical Address Line 2":"","Physical Address City":"Avon","Physical Address State":"OH ","Physical Address Zipcode":"44011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.042515500442869794,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904809","School District Name":"Riverside Local","Physical Address Line 1":"2096 County Road 24 S","Physical Address Line 2":"","Physical Address City":"De Graff","Physical Address State":"OH ","Physical Address Zipcode":"43318","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11337579617834395,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904808","School District Name":"Indian Lake Local","Physical Address Line 1":"6210 State Route 235 N","Physical Address Line 2":"","Physical Address City":"Lewistown","Physical Address State":"OH ","Physical Address Zipcode":"43333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1393348623853211,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904807","School District Name":"Benjamin Logan Local","Physical Address Line 1":"4740 County Road 26","Physical Address Line 2":"","Physical Address City":"Bellefontaine","Physical Address State":"OH ","Physical Address Zipcode":"43311","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.074034902168165,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904804","School District Name":"Southwest Licking Local","Physical Address Line 1":"927-A South Street","Physical Address Line 2":"","Physical Address City":"Pataskala","Physical Address State":"OH ","Physical Address Zipcode":"43062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06919494344644045,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904803","School District Name":"Northridge Local","Physical Address Line 1":"6097 Johnstown Utica Rd","Physical Address Line 2":"","Physical Address City":"Johnstown","Physical Address State":"OH ","Physical Address Zipcode":"43031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07332101047443007,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904802","School District Name":"North Fork Local","Physical Address Line 1":"312 Maple Ave","Physical Address Line 2":"","Physical Address City":"Utica","Physical Address State":"OH ","Physical Address Zipcode":"43080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11324376199616124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904801","School District Name":"Licking Valley Local","Physical Address Line 1":"1379 Licking Valley Rd","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"OH ","Physical Address Zipcode":"43055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08907901358832411,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904800","School District Name":"Licking Heights Local","Physical Address Line 1":"6539 Summit Rd SW","Physical Address Line 2":"","Physical Address City":"Pataskala","Physical Address State":"OH ","Physical Address Zipcode":"43062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10245901639344263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904799","School District Name":"Lakewood Local","Physical Address Line 1":"525 E Main St","Physical Address Line 2":"","Physical Address City":"Hebron","Physical Address State":"OH ","Physical Address Zipcode":"43025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1125577488450231,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904798","School District Name":"Johnstown-Monroe Local","Physical Address Line 1":"441 S Main St","Physical Address Line 2":"","Physical Address City":"Johnstown","Physical Address State":"OH ","Physical Address Zipcode":"43031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.056246619794483504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904796","School District Name":"Symmes Valley Local","Physical Address Line 1":"14778 State Route 141","Physical Address Line 2":"","Physical Address City":"Willow Wood","Physical Address State":"OH ","Physical Address Zipcode":"45696","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21241379310344827,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904795","School District Name":"South Point Local","Physical Address Line 1":"302 High St","Physical Address Line 2":"","Physical Address City":"South Point","Physical Address State":"OH ","Physical Address Zipcode":"45680","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23732357553580763,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904794","School District Name":"Rock Hill Local","Physical Address Line 1":"2325A Co. Rd. 26","Physical Address Line 2":"","Physical Address City":"Ironton","Physical Address State":"OH ","Physical Address Zipcode":"45638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24007330482590103,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904793","School District Name":"Fairland Local","Physical Address Line 1":"228 Private Drive 10010","Physical Address Line 2":"","Physical Address City":"Proctorville","Physical Address State":"OH ","Physical Address Zipcode":"45669","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1717171717171717,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904792","School District Name":"Dawson-Bryant Local","Physical Address Line 1":"701 High St","Physical Address Line 2":"","Physical Address City":"Coal Grove","Physical Address State":"OH ","Physical Address Zipcode":"45638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.2371031746031746,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904791","School District Name":"Lawrence County ESC","Physical Address Line 1":"304 N 2nd St","Physical Address Line 2":"","Physical Address City":"Ironton","Physical Address State":"OH ","Physical Address Zipcode":"45638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3904790","School District Name":"Perry Local","Physical Address Line 1":"4325 Manchester Ave","Physical Address Line 2":"","Physical Address City":"Perry","Physical Address State":"OH ","Physical Address Zipcode":"44081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0718132854578097,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904788","School District Name":"Madison Local","Physical Address Line 1":"1956 Red Bird Rd","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"OH ","Physical Address Zipcode":"44057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10984974958263773,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904787","School District Name":"Kirtland Local","Physical Address Line 1":"9252 Chillicothe Rd","Physical Address Line 2":"","Physical Address City":"Kirtland","Physical Address State":"OH ","Physical Address Zipcode":"44094","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.046875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904785","School District Name":"Fredericktown Local","Physical Address Line 1":"117 Columbus Rd","Physical Address Line 2":"","Physical Address City":"Fredericktown","Physical Address State":"OH ","Physical Address Zipcode":"43019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13590116279069767,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904783","School District Name":"Danville Local","Physical Address Line 1":"405 Market St","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"OH ","Physical Address Zipcode":"43014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1684848484848485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904782","School District Name":"Centerburg Local","Physical Address Line 1":"119 S Preston St","Physical Address Line 2":"","Physical Address City":"Centerburg","Physical Address State":"OH ","Physical Address Zipcode":"43011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08308383233532934,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904780","School District Name":"Indian Creek Local","Physical Address Line 1":"587 Bantam Ridge Rd","Physical Address Line 2":"","Physical Address City":"Wintersville","Physical Address State":"OH ","Physical Address Zipcode":"43953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18836452400325468,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904779","School District Name":"Edison Local","Physical Address Line 1":"14890 State Route 213","Physical Address Line 2":"","Physical Address City":"Hammondsville","Physical Address State":"OH ","Physical Address Zipcode":"43930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14050751879699247,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904778","School District Name":"Buckeye Local","Physical Address Line 1":"6899 State Highway 150","Physical Address Line 2":"","Physical Address City":"Dillonvale","Physical Address State":"OH ","Physical Address Zipcode":"43917","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15169660678642716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904777","School District Name":"Jefferson County ESC","Physical Address Line 1":"2023 Sunset Blvd","Physical Address Line 2":"","Physical Address City":"Steubenville","Physical Address State":"OH ","Physical Address Zipcode":"43952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3904776","School District Name":"Oak Hill Union Local","Physical Address Line 1":"205 Western Ave","Physical Address Line 2":"","Physical Address City":"Oak Hill","Physical Address State":"OH ","Physical Address Zipcode":"45656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17087667161961367,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904774","School District Name":"Western Reserve Local","Physical Address Line 1":"3765 US Rt 20","Physical Address Line 2":"","Physical Address City":"Collins","Physical Address State":"OH ","Physical Address Zipcode":"44826","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1311336717428088,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904773","School District Name":"South Central Local","Physical Address Line 1":"3305 Greenwich Angling Rd","Physical Address Line 2":"","Physical Address City":"Greenwich","Physical Address State":"OH ","Physical Address Zipcode":"44837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1158974358974359,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904772","School District Name":"New London Local","Physical Address Line 1":"2 Wildcat Dr","Physical Address Line 2":"","Physical Address City":"New London","Physical Address State":"OH ","Physical Address Zipcode":"44851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13165537270087124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904771","School District Name":"Monroeville Local","Physical Address Line 1":"101 West St","Physical Address Line 2":"","Physical Address City":"Monroeville","Physical Address State":"OH ","Physical Address Zipcode":"44847","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08064516129032258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904769","School District Name":"West Holmes Local","Physical Address Line 1":"28 W Jackson St","Physical Address Line 2":"","Physical Address City":"Millersburg","Physical Address State":"OH ","Physical Address Zipcode":"44654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13406896551724137,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904768","School District Name":"East Holmes Local","Physical Address Line 1":"6108 County Road 77","Physical Address Line 2":"","Physical Address City":"Millersburg","Physical Address State":"OH ","Physical Address Zipcode":"44654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09426004034476435,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904763","School District Name":"Lynchburg-Clay Local","Physical Address Line 1":"301 E Pearl St","Physical Address Line 2":"","Physical Address City":"Lynchburg","Physical Address State":"OH ","Physical Address Zipcode":"45142","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15163934426229508,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904762","School District Name":"Fairfield Local","Physical Address Line 1":"11611 State Route 771","Physical Address Line 2":"","Physical Address City":"Leesburg","Physical Address State":"OH ","Physical Address Zipcode":"45135","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14574468085106382,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904761","School District Name":"Bright Local","Physical Address Line 1":"44 N High St","Physical Address Line 2":"","Physical Address City":"Mowrystown","Physical Address State":"OH ","Physical Address Zipcode":"45155","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18116805721096543,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904759","School District Name":"Patrick Henry Local","Physical Address Line 1":"6900 State Route 18","Physical Address Line 2":"","Physical Address City":"Hamler","Physical Address State":"OH ","Physical Address Zipcode":"43524","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10907127429805616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904758","School District Name":"Liberty Center Local","Physical Address Line 1":"100 Tiger Trail","Physical Address Line 2":"","Physical Address City":"Liberty Center","Physical Address State":"OH ","Physical Address Zipcode":"43532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08829174664107485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904757","School District Name":"Holgate Local","Physical Address Line 1":"801 Joe E Brown Ave","Physical Address Line 2":"","Physical Address City":"Holgate","Physical Address State":"OH ","Physical Address Zipcode":"43527","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07380952380952381,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904754","School District Name":"Conotton Valley Union Local","Physical Address Line 1":"21 Mound St","Physical Address Line 2":"","Physical Address City":"Sherrodsville","Physical Address State":"OH ","Physical Address Zipcode":"44675","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17338709677419356,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904752","School District Name":"Upper Scioto Valley Local","Physical Address Line 1":"510 S Courtright St","Physical Address Line 2":"","Physical Address City":"McGuffey","Physical Address State":"OH ","Physical Address Zipcode":"45859","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.128686327077748,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904751","School District Name":"Riverdale Local","Physical Address Line 1":"20613 State Route 37","Physical Address Line 2":"","Physical Address City":"Mt Blanchard","Physical Address State":"OH ","Physical Address Zipcode":"45867","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11753554502369669,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904750","School District Name":"Ridgemont Local","Physical Address Line 1":"560 Taylor St W","Physical Address Line 2":"","Physical Address City":"Mount Victory","Physical Address State":"OH ","Physical Address Zipcode":"43340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12846715328467154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904749","School District Name":"Hardin Northern Local","Physical Address Line 1":"11589 State Route 81","Physical Address Line 2":"","Physical Address City":"Dola","Physical Address State":"OH ","Physical Address Zipcode":"45835","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1448692152917505,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904747","School District Name":"Vanlue Local","Physical Address Line 1":"301 S East St","Physical Address Line 2":"","Physical Address City":"Vanlue","Physical Address State":"OH ","Physical Address Zipcode":"45890","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05905511811023622,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904745","School District Name":"McComb Local","Physical Address Line 1":"328 S Todd St","Physical Address Line 2":"","Physical Address City":"McComb","Physical Address State":"OH ","Physical Address Zipcode":"45858","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0660024906600249,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904744","School District Name":"Liberty-Benton Local","Physical Address Line 1":"9190 County Road 9","Physical Address Line 2":"","Physical Address City":"Findlay","Physical Address State":"OH ","Physical Address Zipcode":"45840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05741626794258373,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904743","School District Name":"Cory-Rawson Local","Physical Address Line 1":"3930 County Road 26","Physical Address Line 2":"","Physical Address City":"Rawson","Physical Address State":"OH ","Physical Address Zipcode":"45881","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09036144578313253,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904742","School District Name":"Arlington Local","Physical Address Line 1":"336 S Main St","Physical Address Line 2":"","Physical Address City":"Arlington","Physical Address State":"OH ","Physical Address Zipcode":"45814","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.065625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904739","School District Name":"Three Rivers Local","Physical Address Line 1":"401 N Miami Ave","Physical Address Line 2":"","Physical Address City":"Cleves","Physical Address State":"OH ","Physical Address Zipcode":"45002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07447833065810594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904738","School District Name":"Southwest Local","Physical Address Line 1":"9860 West Rd","Physical Address Line 2":"","Physical Address City":"Harrison","Physical Address State":"OH ","Physical Address Zipcode":"45030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10644831115660185,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904737","School District Name":"Oak Hills Local","Physical Address Line 1":"6325 Rapid Run Rd","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45233","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0728979940247546,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904736","School District Name":"Northwest Local","Physical Address Line 1":"3240 Banning Rd","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45239","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11431982687859114,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904734","School District Name":"Forest Hills Local","Physical Address Line 1":"7946 Beechmont Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45255","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03976001627008338,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904733","School District Name":"Finneytown Local","Physical Address Line 1":"8916 Fontainebleau Ter","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45231","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10785824345146379,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904730","School District Name":"Rolling Hills Local","Physical Address Line 1":"60851 Southgate Rd","Physical Address Line 2":"","Physical Address City":"Cambridge","Physical Address State":"OH ","Physical Address Zipcode":"43725","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1780160857908847,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904727","School District Name":"Bellbrook-Sugarcreek Local","Physical Address Line 1":"3757 Upper Bellbrook Rd","Physical Address Line 2":"","Physical Address City":"Bellbrook","Physical Address State":"OH ","Physical Address Zipcode":"45305","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.042505592841163314,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904726","School District Name":"Greeneview Local","Physical Address Line 1":"4 S Charleston Rd","Physical Address Line 2":"","Physical Address City":"Jamestown","Physical Address State":"OH ","Physical Address Zipcode":"45335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10049191848208011,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904725","School District Name":"Cedar Cliff Local","Physical Address Line 1":"194 Walnut St","Physical Address Line 2":"","Physical Address City":"Cedarville","Physical Address State":"OH ","Physical Address Zipcode":"45314","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06512890094979647,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904724","School District Name":"Beavercreek City","Physical Address Line 1":"3040 Kemp Rd","Physical Address Line 2":"","Physical Address City":"Beavercreek","Physical Address State":"OH ","Physical Address Zipcode":"45431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.035119555935098204,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904722","School District Name":"West Geauga Local","Physical Address Line 1":"8615 Cedar Rd","Physical Address Line 2":"","Physical Address City":"Chesterland","Physical Address State":"OH ","Physical Address Zipcode":"44026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03727301688435808,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904719","School District Name":"Kenston Local","Physical Address Line 1":"17419 Snyder Rd","Physical Address Line 2":"","Physical Address City":"Chagrin Falls","Physical Address State":"OH ","Physical Address Zipcode":"44023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03581438804110869,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904718","School District Name":"Chardon Local","Physical Address Line 1":"428 North St","Physical Address Line 2":"","Physical Address City":"Chardon","Physical Address State":"OH ","Physical Address Zipcode":"44024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.058018446890806305,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904717","School District Name":"Cardinal Local","Physical Address Line 1":"15982 E High St","Physical Address Line 2":"","Physical Address City":"Middlefield","Physical Address State":"OH ","Physical Address Zipcode":"44062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08200312989045383,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904716","School District Name":"Berkshire Local","Physical Address Line 1":"14259 Claridon Troy Rd","Physical Address Line 2":"","Physical Address City":"Burton","Physical Address State":"OH ","Physical Address Zipcode":"44021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0701999070199907,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904709","School District Name":"Swanton Local","Physical Address Line 1":"108 N Main St","Physical Address Line 2":"","Physical Address City":"Swanton","Physical Address State":"OH ","Physical Address Zipcode":"43558","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1152542372881356,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904708","School District Name":"Pike-Delta-York Local","Physical Address Line 1":"504 Fernwood St.","Physical Address Line 2":"","Physical Address City":"Delta","Physical Address State":"OH ","Physical Address Zipcode":"43515","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10695187165775401,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904707","School District Name":"Pettisville Local","Physical Address Line 1":"232 Summit St","Physical Address Line 2":"","Physical Address City":"Pettisville","Physical Address State":"OH ","Physical Address Zipcode":"43553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07989690721649484,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904706","School District Name":"Fayette Local","Physical Address Line 1":"400 E Gamble Rd","Physical Address Line 2":"","Physical Address City":"Fayette","Physical Address State":"OH ","Physical Address Zipcode":"43521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09865470852017937,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904705","School District Name":"Evergreen Local","Physical Address Line 1":"14544 County Road 6","Physical Address Line 2":"","Physical Address City":"Metamora","Physical Address State":"OH ","Physical Address Zipcode":"43540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07644305772230889,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904704","School District Name":"Archbold-Area Local","Physical Address Line 1":"600 Lafayette St","Physical Address Line 2":"","Physical Address City":"Archbold","Physical Address State":"OH ","Physical Address Zipcode":"43502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0825242718446602,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904702","School District Name":"Dublin City","Physical Address Line 1":"5175 Emerald Pkwy","Physical Address Line 2":"","Physical Address City":"Dublin","Physical Address State":"OH ","Physical Address Zipcode":"43017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06631690639000236,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904701","School District Name":"Hilliard City","Physical Address Line 1":"2140 Atlas St","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43228","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08608884878721937,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904700","School District Name":"Reynoldsburg City","Physical Address Line 1":"7244 E Main St","Physical Address Line 2":"","Physical Address City":"Reynoldsburg","Physical Address State":"OH ","Physical Address Zipcode":"43068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14123711340206185,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904699","School District Name":"New Albany-Plain Local","Physical Address Line 1":"55 N High St","Physical Address Line 2":"","Physical Address City":"New Albany","Physical Address State":"OH ","Physical Address Zipcode":"43054","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.049161364950838636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904697","School District Name":"Groveport Madison Local","Physical Address Line 1":"4400 Marketing Pl Ste B","Physical Address Line 2":"","Physical Address City":"Groveport","Physical Address State":"OH ","Physical Address Zipcode":"43125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19800241466359345,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904696","School District Name":"Gahanna-Jefferson City","Physical Address Line 1":"160 S Hamilton Rd","Physical Address Line 2":"","Physical Address City":"Gahanna","Physical Address State":"OH ","Physical Address Zipcode":"43230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08671663543618571,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904695","School District Name":"Hamilton Local","Physical Address Line 1":"775 Rathmell Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43207","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15608770917484133,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904694","School District Name":"Canal Winchester Local","Physical Address Line 1":"100 Washington St","Physical Address Line 2":"","Physical Address City":"Canal Winchester","Physical Address State":"OH ","Physical Address Zipcode":"43110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0987709497206704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904690","School District Name":"Walnut Township Local","Physical Address Line 1":"11850 Lancaster St","Physical Address Line 2":"","Physical Address City":"Millersport","Physical Address State":"OH ","Physical Address Zipcode":"43046","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07412790697674419,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904689","School District Name":"Pickerington Local","Physical Address Line 1":"90 East St.","Physical Address Line 2":"","Physical Address City":"Pickerington","Physical Address State":"OH ","Physical Address Zipcode":"43147","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05047652665019414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904688","School District Name":"Liberty Union-Thurston Local","Physical Address Line 1":"1108 S Main St","Physical Address Line 2":"","Physical Address City":"Baltimore","Physical Address State":"OH ","Physical Address Zipcode":"43105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08854532677442024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904687","School District Name":"Fairfield Union Local","Physical Address Line 1":"6417 Cincinnati Zanesville Rd NE","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"OH ","Physical Address Zipcode":"43130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08906691800188501,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904686","School District Name":"Bloom-Carroll Local","Physical Address Line 1":"5240 Plum Rd","Physical Address Line 2":"","Physical Address City":"Carroll","Physical Address State":"OH ","Physical Address Zipcode":"43112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03877973112719752,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904685","School District Name":"Berne Union Local","Physical Address Line 1":"506 N Main St","Physical Address Line 2":"","Physical Address City":"Sugar Grove","Physical Address State":"OH ","Physical Address Zipcode":"43155","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0840080971659919,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904684","School District Name":"Amanda-Clearcreek Local","Physical Address Line 1":"328 E Main St","Physical Address Line 2":"","Physical Address City":"Amanda","Physical Address State":"OH ","Physical Address Zipcode":"43102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07202680067001675,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904682","School District Name":"Vermilion Local","Physical Address Line 1":"1250 Sanford St","Physical Address Line 2":"","Physical Address City":"Vermilion","Physical Address State":"OH ","Physical Address Zipcode":"44089","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08716026241799438,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904681","School District Name":"Perkins Local","Physical Address Line 1":"3714 Campbell St Ste B","Physical Address Line 2":"","Physical Address City":"Sandusky","Physical Address State":"OH ","Physical Address Zipcode":"44870","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0679460580912863,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904680","School District Name":"Margaretta Local","Physical Address Line 1":"305 S Washington St","Physical Address Line 2":"","Physical Address City":"Castalia","Physical Address State":"OH ","Physical Address Zipcode":"44824","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08703220191470844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904679","School District Name":"Kelleys Island Local","Physical Address Line 1":"528 Division St","Physical Address Line 2":"","Physical Address City":"Kelleys Island","Physical Address State":"OH ","Physical Address Zipcode":"43438","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.045454545454545456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904678","School District Name":"Edison Local (formerly Berlin-Milan)","Physical Address Line 1":"140 Main St S","Physical Address Line 2":"","Physical Address City":"Milan","Physical Address State":"OH ","Physical Address Zipcode":"44846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0889487870619946,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904676","School District Name":"Olentangy Local","Physical Address Line 1":"7840 Graphics Way","Physical Address Line 2":"","Physical Address City":"Lewis Center","Physical Address State":"OH ","Physical Address Zipcode":"43035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01859183162114758,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904675","School District Name":"Buckeye Valley Local","Physical Address Line 1":"679 Coover Rd","Physical Address Line 2":"","Physical Address City":"Delaware","Physical Address State":"OH ","Physical Address Zipcode":"43015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05132641291810842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904674","School District Name":"Big Walnut Local","Physical Address Line 1":"110 Tippett Ct","Physical Address Line 2":"","Physical Address City":"Sunbury","Physical Address State":"OH ","Physical Address Zipcode":"43074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.030886075949367087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904672","School District Name":"Northeastern Local","Physical Address Line 1":"5921 Domersville Rd","Physical Address Line 2":"","Physical Address City":"Defiance","Physical Address State":"OH ","Physical Address Zipcode":"43512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08198284080076262,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904671","School District Name":"Central Local","Physical Address Line 1":"6289 Us Highway 127","Physical Address Line 2":"","Physical Address City":"Sherwood","Physical Address State":"OH ","Physical Address Zipcode":"43556","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08956521739130435,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904670","School District Name":"Ayersville Local","Physical Address Line 1":"28046 Watson Rd","Physical Address Line 2":"","Physical Address City":"Defiance","Physical Address State":"OH ","Physical Address Zipcode":"43512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07223113964686999,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904668","School District Name":"Tri-Village Local","Physical Address Line 1":"315 S Main St","Physical Address Line 2":"","Physical Address City":"New Madison","Physical Address State":"OH ","Physical Address Zipcode":"45346","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12244897959183673,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904667","School District Name":"Mississinawa Valley Local","Physical Address Line 1":"1469 State Road 47 E","Physical Address Line 2":"","Physical Address City":"Union City","Physical Address State":"OH ","Physical Address Zipcode":"45390","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16951379763469118,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904664","School District Name":"Franklin Monroe Local","Physical Address Line 1":"8639 Oakes Rd","Physical Address Line 2":"","Physical Address City":"Arcanum","Physical Address State":"OH ","Physical Address Zipcode":"45304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08141321044546851,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904663","School District Name":"Arcanum-Butler Local","Physical Address Line 1":"2011 Trojan Ave","Physical Address Line 2":"","Physical Address City":"Arcanum","Physical Address State":"OH ","Physical Address Zipcode":"45304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08919722497522299,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904662","School District Name":"Ansonia Local","Physical Address Line 1":"600 E Canal","Physical Address Line 2":"","Physical Address City":"Ansonia","Physical Address State":"OH ","Physical Address Zipcode":"45303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11604095563139932,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904660","School District Name":"Solon City","Physical Address Line 1":"33800 Inwood Dr","Physical Address Line 2":"","Physical Address City":"Solon","Physical Address State":"OH ","Physical Address Zipcode":"44139","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05006364022061943,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904659","School District Name":"Richmond Heights Local","Physical Address Line 1":"447 Richmond Rd","Physical Address Line 2":"","Physical Address City":"Richmond Heights","Physical Address State":"OH ","Physical Address Zipcode":"44143","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19134199134199134,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904657","School District Name":"Olmsted Falls City","Physical Address Line 1":"26937 Bagley Rd","Physical Address Line 2":"","Physical Address City":"Olmsted Falls","Physical Address State":"OH ","Physical Address Zipcode":"44138","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05318269495728851,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904656","School District Name":"Independence Local","Physical Address Line 1":"7733 Stone Rd","Physical Address Line 2":"","Physical Address City":"Independence","Physical Address State":"OH ","Physical Address Zipcode":"44131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03893805309734513,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904655","School District Name":"Cuyahoga Heights Local","Physical Address Line 1":"4820 E 71st St","Physical Address Line 2":"","Physical Address City":"Cuyahoga Heights","Physical Address State":"OH ","Physical Address Zipcode":"44125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05200594353640416,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904653","School District Name":"ESC of Northeast Ohio","Physical Address Line 1":"6393 Oak Tree Blvd Ste 300","Physical Address Line 2":"","Physical Address City":"Independence","Physical Address State":"OH ","Physical Address Zipcode":"44131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3904652","School District Name":"Wynford Local","Physical Address Line 1":"3288 Holmes Center Rd","Physical Address Line 2":"","Physical Address City":"Bucyrus","Physical Address State":"OH ","Physical Address Zipcode":"44820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11616650532429816,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904651","School District Name":"Colonel Crawford Local","Physical Address Line 1":"2303 State Route 602","Physical Address Line 2":"","Physical Address City":"North Robinson","Physical Address State":"OH ","Physical Address Zipcode":"44827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904650","School District Name":"Buckeye Central Local","Physical Address Line 1":"938 S Kibler St","Physical Address Line 2":"","Physical Address City":"New Washington","Physical Address State":"OH ","Physical Address Zipcode":"44854","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0761904761904762,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904648","School District Name":"River View Local","Physical Address Line 1":"26496 State Route 60","Physical Address Line 2":"","Physical Address City":"Warsaw","Physical Address State":"OH ","Physical Address Zipcode":"43844","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17093023255813952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904647","School District Name":"Ridgewood Local","Physical Address Line 1":"301 S Oak St","Physical Address Line 2":"","Physical Address City":"West Lafayette","Physical Address State":"OH ","Physical Address Zipcode":"43845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1750865051903114,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904645","School District Name":"United Local","Physical Address Line 1":"8143 State Route 9","Physical Address Line 2":"","Physical Address City":"Hanoverton","Physical Address State":"OH ","Physical Address Zipcode":"44423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13624894869638352,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904644","School District Name":"Southern Local","Physical Address Line 1":"38095 State Route 39","Physical Address Line 2":"","Physical Address City":"Salineville","Physical Address State":"OH ","Physical Address Zipcode":"43945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1651685393258427,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904643","School District Name":"Crestview Local","Physical Address Line 1":"44100 Crestview Rd Ste A","Physical Address Line 2":"","Physical Address City":"Columbiana","Physical Address State":"OH ","Physical Address Zipcode":"44408","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13492927094668117,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904642","School District Name":"Beaver Local","Physical Address Line 1":"46088 Bell School Rd","Physical Address Line 2":"","Physical Address City":"East Liverpool","Physical Address State":"OH ","Physical Address Zipcode":"43920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14352818371607515,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904640","School District Name":"East Clinton Local","Physical Address Line 1":"97 Astro Way","Physical Address Line 2":"","Physical Address City":"Sabina","Physical Address State":"OH ","Physical Address Zipcode":"45169","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13445995591476856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904639","School District Name":"Clinton-Massie Local","Physical Address Line 1":"2556 Lebanon Rd","Physical Address Line 2":"","Physical Address City":"Clarksville","Physical Address State":"OH ","Physical Address Zipcode":"45113","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06098219104155424,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904638","School District Name":"Blanchester Local","Physical Address Line 1":"951 Cherry St.","Physical Address Line 2":"","Physical Address City":"Blanchester","Physical Address State":"OH ","Physical Address Zipcode":"45107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15135492399206874,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904636","School District Name":"Williamsburg Local","Physical Address Line 1":"549A W Main St","Physical Address Line 2":"","Physical Address City":"Williamsburg","Physical Address State":"OH ","Physical Address Zipcode":"45176","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12259835315645014,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904635","School District Name":"West Clermont Local","Physical Address Line 1":"4350 Aicholtz Rd","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45245","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09178158777487887,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904634","School District Name":"Goshen Local","Physical Address Line 1":"6694 Goshen Rd","Physical Address Line 2":"","Physical Address City":"Goshen","Physical Address State":"OH ","Physical Address Zipcode":"45122","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10962373371924747,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904633","School District Name":"Felicity-Franklin Local","Physical Address Line 1":"105 Market St","Physical Address Line 2":"","Physical Address City":"Felicity","Physical Address State":"OH ","Physical Address Zipcode":"45120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12297426120114395,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904632","School District Name":"Clermont Northeastern Local","Physical Address Line 1":"2792 Us Highway 50","Physical Address Line 2":"","Physical Address City":"Batavia","Physical Address State":"OH ","Physical Address Zipcode":"45103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11805213969503198,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904631","School District Name":"Bethel-Tate Local","Physical Address Line 1":"675 West Plane Street","Physical Address Line 2":"","Physical Address City":"Bethel","Physical Address State":"OH ","Physical Address Zipcode":"45106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11575931232091691,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904630","School District Name":"Batavia Local","Physical Address Line 1":"800 Bauer Ave","Physical Address Line 2":"","Physical Address City":"Batavia","Physical Address State":"OH ","Physical Address Zipcode":"45103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14121962402567628,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904628","School District Name":"Clark-Shawnee Local","Physical Address Line 1":"3680 Selma Rd","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"OH ","Physical Address Zipcode":"45502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12481426448736999,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904627","School District Name":"Southeastern Local","Physical Address Line 1":"226 Clifton Rd","Physical Address Line 2":"","Physical Address City":"South Charleston","Physical Address State":"OH ","Physical Address Zipcode":"45368","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1043360433604336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904626","School District Name":"Northwestern Local","Physical Address Line 1":"5610 Troy Rd","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"OH ","Physical Address Zipcode":"45502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10650546919976972,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904625","School District Name":"Northeastern Local","Physical Address Line 1":"1414 Bowman Rd","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"OH ","Physical Address Zipcode":"45502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0904480135249366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904624","School District Name":"Tecumseh Local","Physical Address Line 1":"9760 W National Rd","Physical Address Line 2":"","Physical Address City":"New Carlisle","Physical Address State":"OH ","Physical Address Zipcode":"45344","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13747585318737926,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904623","School District Name":"Greenon Local","Physical Address Line 1":"120 S Xenia Dr","Physical Address Line 2":"","Physical Address City":"Enon","Physical Address State":"OH ","Physical Address Zipcode":"45323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09487870619946091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904621","School District Name":"West Liberty-Salem Local","Physical Address Line 1":"7208 US Highway 68 N","Physical Address Line 2":"","Physical Address City":"West Liberty","Physical Address State":"OH ","Physical Address Zipcode":"43357","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07855822550831792,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904620","School District Name":"Triad Local","Physical Address Line 1":"7920 Brush Lake Road","Physical Address Line 2":"","Physical Address City":"North Lewisburg","Physical Address State":"OH ","Physical Address Zipcode":"43060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1160337552742616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904619","School District Name":"Graham Local","Physical Address Line 1":"7790 US Highway 36","Physical Address Line 2":"","Physical Address City":"Saint Paris","Physical Address State":"OH ","Physical Address Zipcode":"43072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0922020598332516,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904617","School District Name":"Brown Local","Physical Address Line 1":"3242 Coral Rd NW","Physical Address Line 2":"","Physical Address City":"Malvern","Physical Address State":"OH ","Physical Address Zipcode":"44644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16332378223495703,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904615","School District Name":"Talawanda City","Physical Address Line 1":"131 W Chestnut St","Physical Address Line 2":"","Physical Address City":"Oxford","Physical Address State":"OH ","Physical Address Zipcode":"45056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07730746619635509,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904614","School District Name":"Ross Local","Physical Address Line 1":"3371 Hamilton Cleves Rd","Physical Address Line 2":"","Physical Address City":"Hamilton","Physical Address State":"OH ","Physical Address Zipcode":"45013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05532459226095299,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904613","School District Name":"New Miami Local","Physical Address Line 1":"600 Seven Mile Ave","Physical Address Line 2":"","Physical Address City":"Hamilton","Physical Address State":"OH ","Physical Address Zipcode":"45011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1326530612244898,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904612","School District Name":"Madison Local","Physical Address Line 1":"1324 Middletown Eaton Rd","Physical Address Line 2":"","Physical Address City":"Middletown","Physical Address State":"OH ","Physical Address Zipcode":"45042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08969210174029452,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904611","School District Name":"Lakota Local","Physical Address Line 1":"5572 Princeton Rd","Physical Address Line 2":"","Physical Address City":"Liberty Township","Physical Address State":"OH ","Physical Address Zipcode":"45011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.053071418279621536,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904610","School District Name":"Fairfield City","Physical Address Line 1":"4641 Bach Ln","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"OH ","Physical Address Zipcode":"45014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08549066827212523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904609","School District Name":"Edgewood City","Physical Address Line 1":"3500 Busenbark Rd","Physical Address Line 2":"","Physical Address City":"Trenton","Physical Address State":"OH ","Physical Address Zipcode":"45067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08802724652868744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904607","School District Name":"Ripley-Union-Lewis-Huntington Local","Physical Address Line 1":"502 S 2nd St","Physical Address Line 2":"","Physical Address City":"Ripley","Physical Address State":"OH ","Physical Address Zipcode":"45167","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18983700862895495,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904606","School District Name":"Western Brown Local","Physical Address Line 1":"524 W Main St","Physical Address Line 2":"","Physical Address City":"Mount Orab","Physical Address State":"OH ","Physical Address Zipcode":"45154","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15001648532805803,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904604","School District Name":"Fayetteville-Perry Local","Physical Address Line 1":"551 S Apple St","Physical Address Line 2":"","Physical Address City":"Fayetteville","Physical Address State":"OH ","Physical Address Zipcode":"45118","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09296482412060302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904603","School District Name":"Eastern Local School District","Physical Address Line 1":"11479 Us Highway 62","Physical Address Line 2":"","Physical Address City":"Winchester","Physical Address State":"OH ","Physical Address Zipcode":"45697","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14965034965034965,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904601","School District Name":"Union Local","Physical Address Line 1":"66779 Belmont Morristown Rd","Physical Address Line 2":"","Physical Address City":"Belmont","Physical Address State":"OH ","Physical Address Zipcode":"43718","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1348973607038123,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904600","School District Name":"Shadyside Local","Physical Address Line 1":"3890 Lincoln Ave","Physical Address Line 2":"","Physical Address City":"Shadyside","Physical Address State":"OH ","Physical Address Zipcode":"43947","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10955056179775281,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904599","School District Name":"St Clairsville-Richland City","Physical Address Line 1":"108 Woodrow Ave","Physical Address Line 2":"","Physical Address City":"Saint Clairsville","Physical Address State":"OH ","Physical Address Zipcode":"43950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09526343799893561,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904597","School District Name":"Waynesfield-Goshen Local","Physical Address Line 1":"500 N Westminster St","Physical Address Line 2":"","Physical Address City":"Waynesfield","Physical Address State":"OH ","Physical Address Zipcode":"45896","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06474820143884892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904596","School District Name":"New Knoxville Local","Physical Address Line 1":"345 S Main St","Physical Address Line 2":"","Physical Address City":"New Knoxville","Physical Address State":"OH ","Physical Address Zipcode":"45871","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.058823529411764705,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904595","School District Name":"New Bremen Local","Physical Address Line 1":"901 E Monroe St","Physical Address Line 2":"","Physical Address City":"New Bremen","Physical Address State":"OH ","Physical Address Zipcode":"45869","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.026058631921824105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904594","School District Name":"Minster Local","Physical Address Line 1":"50 E 7th St","Physical Address Line 2":"","Physical Address City":"Minster","Physical Address State":"OH ","Physical Address Zipcode":"45865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.020047169811320754,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904592","School District Name":"Trimble Local","Physical Address Line 1":"1 Tomcat Dr","Physical Address Line 2":"","Physical Address City":"Glouster","Physical Address State":"OH ","Physical Address Zipcode":"45732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24556962025316456,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904591","School District Name":"Federal Hocking Local","Physical Address Line 1":"8461 State Route 144","Physical Address Line 2":"","Physical Address City":"Stewart","Physical Address State":"OH ","Physical Address Zipcode":"45778","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1975806451612903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904590","School District Name":"Alexander Local","Physical Address Line 1":"6091 Ayers Rd","Physical Address Line 2":"","Physical Address City":"Albany","Physical Address State":"OH ","Physical Address Zipcode":"45710","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13774271844660194,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904588","School District Name":"Pymatuning Valley Local","Physical Address Line 1":"5571 Rt 6 W","Physical Address Line 2":"","Physical Address City":"Andover","Physical Address State":"OH ","Physical Address Zipcode":"44003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23196881091617932,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904587","School District Name":"Jefferson Area Local","Physical Address Line 1":"121 S Poplar St","Physical Address Line 2":"","Physical Address City":"Jefferson","Physical Address State":"OH ","Physical Address Zipcode":"44047","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15806988352745424,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904586","School District Name":"Grand Valley Local","Physical Address Line 1":"111 Grand Valley Ave West","Physical Address Line 2":"","Physical Address City":"Orwell","Physical Address State":"OH ","Physical Address Zipcode":"44076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12479474548440066,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904585","School District Name":"Buckeye Local","Physical Address Line 1":"3436 Edgewood Dr","Physical Address Line 2":"","Physical Address City":"Ashtabula","Physical Address State":"OH ","Physical Address Zipcode":"44004","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16067285382830626,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904583","School District Name":"Mapleton Local","Physical Address Line 1":"635 County Road 801","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"OH ","Physical Address Zipcode":"44805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16077441077441076,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904582","School District Name":"Hillsdale Local","Physical Address Line 1":"485 Township Road 1902","Physical Address Line 2":"","Physical Address City":"Jeromesville","Physical Address State":"OH ","Physical Address Zipcode":"44840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09633418584825235,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904580","School District Name":"Spencerville Local","Physical Address Line 1":"600 School St","Physical Address Line 2":"","Physical Address City":"Spencerville","Physical Address State":"OH ","Physical Address Zipcode":"45887","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08758314855875832,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904579","School District Name":"Shawnee Local","Physical Address Line 1":"3255 Zurmehly Rd","Physical Address Line 2":"","Physical Address City":"Lima","Physical Address State":"OH ","Physical Address Zipcode":"45806","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07353463587921848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904578","School District Name":"Perry Local","Physical Address Line 1":"2770 E Breese Rd","Physical Address Line 2":"","Physical Address City":"Lima","Physical Address State":"OH ","Physical Address Zipcode":"45806","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18134715025906736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904577","School District Name":"Elida Local","Physical Address Line 1":"4380 Sunnydale St","Physical Address Line 2":"","Physical Address City":"Elida","Physical Address State":"OH ","Physical Address Zipcode":"45807","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14421123899796887,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904576","School District Name":"Bath Local","Physical Address Line 1":"2650 Bible Rd","Physical Address Line 2":"","Physical Address City":"Lima","Physical Address State":"OH ","Physical Address Zipcode":"45801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10996189439303211,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904575","School District Name":"Allen East Local","Physical Address Line 1":"9105 Harding Hwy","Physical Address Line 2":"","Physical Address City":"Harrod","Physical Address State":"OH ","Physical Address Zipcode":"45850","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06310679611650485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904567","School District Name":"Yellow Springs Exempted Village","Physical Address Line 1":"201 S Walnut St","Physical Address Line 2":"","Physical Address City":"Yellow Springs","Physical Address State":"OH ","Physical Address Zipcode":"45387","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0718562874251497,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904566","School District Name":"Windham Exempted Village","Physical Address Line 1":"9530 Bauer Ave","Physical Address Line 2":"","Physical Address City":"Windham","Physical Address State":"OH ","Physical Address Zipcode":"44288","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1591240875912409,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904565","School District Name":"Wellington Exempted Village","Physical Address Line 1":"305 Union St","Physical Address Line 2":"","Physical Address City":"Wellington","Physical Address State":"OH ","Physical Address Zipcode":"44090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08914996544574982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904564","School District Name":"Wauseon Exempted Village","Physical Address Line 1":"930 E Oak St","Physical Address Line 2":"","Physical Address City":"Wauseon","Physical Address State":"OH ","Physical Address Zipcode":"43567","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.105119825708061,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904563","School District Name":"Versailles Exempted Village","Physical Address Line 1":"459 S Center St","Physical Address Line 2":"","Physical Address City":"Versailles","Physical Address State":"OH ","Physical Address Zipcode":"45380","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04592240696753761,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904561","School District Name":"Tipp City Exempted Village","Physical Address Line 1":"90 S Tippecanoe Dr","Physical Address Line 2":"","Physical Address City":"Tipp City","Physical Address State":"OH ","Physical Address Zipcode":"45371","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04962779156327544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904560","School District Name":"Rossford Exempted Village","Physical Address Line 1":"701 Superior St","Physical Address Line 2":"","Physical Address City":"Rossford","Physical Address State":"OH ","Physical Address Zipcode":"43460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09773371104815864,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904558","School District Name":"Perrysburg Exempted Village","Physical Address Line 1":"140 E Indiana Ave","Physical Address Line 2":"","Physical Address City":"Perrysburg","Physical Address State":"OH ","Physical Address Zipcode":"43551","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03377586880124951,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904557","School District Name":"Paulding Exempted Village","Physical Address Line 1":"405 N Water St","Physical Address Line 2":"","Physical Address City":"Paulding","Physical Address State":"OH ","Physical Address Zipcode":"45879","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12923976608187135,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904556","School District Name":"Newton Falls Exempted Village","Physical Address Line 1":"909 1/2 Milton Blvd","Physical Address Line 2":"","Physical Address City":"Newton Falls","Physical Address State":"OH ","Physical Address Zipcode":"44444","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18725718725718726,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904555","School District Name":"New Richmond Exempted Village","Physical Address Line 1":"1135 Bethel New Richmond Rd","Physical Address Line 2":"","Physical Address City":"New Richmond","Physical Address State":"OH ","Physical Address Zipcode":"45157","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1408392189447445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904554","School District Name":"Newcomerstown Exempted Village","Physical Address Line 1":"702 S River St","Physical Address Line 2":"","Physical Address City":"Newcomerstown","Physical Address State":"OH ","Physical Address Zipcode":"43832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14867424242424243,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904553","School District Name":"Mount Gilead Exempted Village","Physical Address Line 1":"145 N Cherry St","Physical Address Line 2":"","Physical Address City":"Mount Gilead","Physical Address State":"OH ","Physical Address Zipcode":"43338","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10951239008792965,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904552","School District Name":"Montpelier Exempted Village","Physical Address Line 1":"1015 E Brown Rd","Physical Address Line 2":"","Physical Address City":"Montpelier","Physical Address State":"OH ","Physical Address Zipcode":"43543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1738241308793456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904551","School District Name":"Milton-Union Exempted Village","Physical Address Line 1":"7610 Milton Potsdam Rd","Physical Address Line 2":"","Physical Address City":"West Milton","Physical Address State":"OH ","Physical Address Zipcode":"45383","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0995260663507109,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904550","School District Name":"Milford Exempted Village","Physical Address Line 1":"1099 State Route 131","Physical Address Line 2":"","Physical Address City":"Milford","Physical Address State":"OH ","Physical Address Zipcode":"45150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05364724044770359,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904549","School District Name":"Mentor Exempted Village","Physical Address Line 1":"6451 Center St","Physical Address Line 2":"","Physical Address City":"Mentor","Physical Address State":"OH ","Physical Address Zipcode":"44060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06575498575498576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904548","School District Name":"Mechanicsburg Exempted Village","Physical Address Line 1":"60 High St","Physical Address Line 2":"","Physical Address City":"Mechanicsburg","Physical Address State":"OH ","Physical Address Zipcode":"43044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10283687943262411,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904547","School District Name":"Marysville Exempted Village","Physical Address Line 1":"1000 Edgewood Dr","Physical Address Line 2":"","Physical Address City":"Marysville","Physical Address State":"OH ","Physical Address Zipcode":"43040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04341439529949404,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904546","School District Name":"Loudonville-Perrysville Exempted Village","Physical Address Line 1":"210 E Main St","Physical Address Line 2":"","Physical Address City":"Loudonville","Physical Address State":"OH ","Physical Address Zipcode":"44842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14791502753737215,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904545","School District Name":"Lisbon Exempted Village","Physical Address Line 1":"317 N Market St","Physical Address Line 2":"","Physical Address City":"Lisbon","Physical Address State":"OH ","Physical Address Zipcode":"44432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2091121495327103,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904543","School District Name":"Indian Hill Exempted Village","Physical Address Line 1":"6855 Drake Rd","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03522935779816514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904542","School District Name":"Hubbard Exempted Village","Physical Address Line 1":"108 Orchard Ave","Physical Address Line 2":"","Physical Address City":"Hubbard","Physical Address State":"OH ","Physical Address Zipcode":"44425","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16534541336353342,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904541","School District Name":"Hicksville Exempted Village","Physical Address Line 1":"958 E High St","Physical Address Line 2":"","Physical Address City":"Hicksville","Physical Address State":"OH ","Physical Address Zipcode":"43526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11278195488721804,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904540","School District Name":"Greenfield Exempted Village","Physical Address Line 1":"200 N 5th St","Physical Address Line 2":"","Physical Address City":"Greenfield","Physical Address State":"OH ","Physical Address Zipcode":"45123","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.22423398328690808,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904539","School District Name":"Granville Exempted Village","Physical Address Line 1":"130 N Granger St","Physical Address Line 2":"","Physical Address City":"Granville","Physical Address State":"OH ","Physical Address Zipcode":"43023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.028444772811230146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904538","School District Name":"Gibsonburg Exempted Village","Physical Address Line 1":"301 S Sunset Ave","Physical Address Line 2":"","Physical Address City":"Gibsonburg","Physical Address State":"OH ","Physical Address Zipcode":"43431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08397790055248619,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904537","School District Name":"Georgetown Exempted Village","Physical Address Line 1":"1043 Mount Orab Pike","Physical Address Line 2":"","Physical Address City":"Georgetown","Physical Address State":"OH ","Physical Address Zipcode":"45121","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18892185954500496,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904536","School District Name":"Fairport Harbor Exempted Village","Physical Address Line 1":"329 Vine St","Physical Address Line 2":"","Physical Address City":"Fairport Harbor","Physical Address State":"OH ","Physical Address Zipcode":"44077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12289156626506025,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904535","School District Name":"Crooksville Exempted Village","Physical Address Line 1":"4065 Ceramic Way","Physical Address Line 2":"","Physical Address City":"Crooksville","Physical Address State":"OH ","Physical Address Zipcode":"43731","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16154608523290387,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904533","School District Name":"Covington Exempted Village","Physical Address Line 1":"807 Chestnut St","Physical Address Line 2":"","Physical Address City":"Covington","Physical Address State":"OH ","Physical Address Zipcode":"45318","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07874865156418555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904532","School District Name":"Columbiana Exempted Village","Physical Address Line 1":"700 Columbiana Waterford Rd","Physical Address Line 2":"","Physical Address City":"Columbiana","Physical Address State":"OH ","Physical Address Zipcode":"44408","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11727748691099477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904531","School District Name":"Coldwater Exempted Village","Physical Address Line 1":"310 N 2nd St","Physical Address Line 2":"","Physical Address City":"Coldwater","Physical Address State":"OH ","Physical Address Zipcode":"45828","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0488390712570056,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904529","School District Name":"Chesapeake Union Exempted Village","Physical Address Line 1":"10183 County Road 1","Physical Address Line 2":"","Physical Address City":"Chesapeake","Physical Address State":"OH ","Physical Address Zipcode":"45619","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.19230769230769232,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904528","School District Name":"Chagrin Falls Exempted Village","Physical Address Line 1":"400 E Washington St","Physical Address Line 2":"","Physical Address City":"Chagrin Falls","Physical Address State":"OH ","Physical Address Zipcode":"44022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.033298097251585626,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904527","School District Name":"Carrollton Exempted Village","Physical Address Line 1":"205 Scio Rd SE","Physical Address Line 2":"","Physical Address City":"Carrollton","Physical Address State":"OH ","Physical Address Zipcode":"44615","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13583232567513098,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904526","School District Name":"Carey Exempted Village Schools","Physical Address Line 1":"2016 Blue Devil Drive","Physical Address Line 2":"","Physical Address City":"Carey","Physical Address State":"OH ","Physical Address Zipcode":"43316","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09477124183006536,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904525","School District Name":"Caldwell Exempted Village","Physical Address Line 1":"516 Fairground St","Physical Address Line 2":"","Physical Address City":"Caldwell","Physical Address State":"OH ","Physical Address Zipcode":"43724","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15268817204301074,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904524","School District Name":"Harrison Hills City","Physical Address Line 1":"100 Huskies Way","Physical Address Line 2":"","Physical Address City":"Cadiz","Physical Address State":"OH ","Physical Address Zipcode":"43907","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904523","School District Name":"Bridgeport Exempted Village","Physical Address Line 1":"55781 National Rd","Physical Address Line 2":"","Physical Address City":"Bridgeport","Physical Address State":"OH ","Physical Address Zipcode":"43912","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21330275229357798,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904522","School District Name":"Bradford Exempted Village","Physical Address Line 1":"760 Railroad Ave","Physical Address Line 2":"","Physical Address City":"Bradford","Physical Address State":"OH ","Physical Address Zipcode":"45308","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11232449297971919,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904521","School District Name":"Bluffton Exempted Village","Physical Address Line 1":"102 S Jackson St","Physical Address Line 2":"","Physical Address City":"Bluffton","Physical Address State":"OH ","Physical Address Zipcode":"45817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.044145873320537425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904520","School District Name":"Barnesville Exempted Village","Physical Address Line 1":"210 W Church St","Physical Address Line 2":"","Physical Address City":"Barnesville","Physical Address State":"OH ","Physical Address Zipcode":"43713","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15780445969125215,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904519","School District Name":"Amherst Exempted Village","Physical Address Line 1":"550 Milan Ave","Physical Address Line 2":"","Physical Address City":"Amherst","Physical Address State":"OH ","Physical Address Zipcode":"44001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05594574957616857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904518","School District Name":"Ada Exempted Village","Physical Address Line 1":"725 W North Ave","Physical Address Line 2":"","Physical Address City":"Ada","Physical Address State":"OH ","Physical Address Zipcode":"45810","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11192468619246862,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904517","School District Name":"Zanesville City","Physical Address Line 1":"956 Moxahala Ave","Physical Address Line 2":"","Physical Address City":"Zanesville","Physical Address State":"OH ","Physical Address Zipcode":"43701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2918474537565654,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904516","School District Name":"Youngstown City","Physical Address Line 1":"474 Bennington Ave","Physical Address Line 2":"","Physical Address City":"Youngstown","Physical Address State":"OH ","Physical Address Zipcode":"44505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3897629536396056,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904515","School District Name":"Xenia Community City","Physical Address Line 1":"819 Colorado Dr","Physical Address Line 2":"","Physical Address City":"Xenia","Physical Address State":"OH ","Physical Address Zipcode":"45385","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16003460207612458,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904514","School District Name":"Wyoming City","Physical Address Line 1":"420 Springfield Pike","Physical Address Line 2":"","Physical Address City":"Wyoming","Physical Address State":"OH ","Physical Address Zipcode":"45215","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04349951124144673,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904513","School District Name":"Worthington City","Physical Address Line 1":"200 E Wilson Bridge Rd","Physical Address Line 2":"","Physical Address City":"Worthington","Physical Address State":"OH ","Physical Address Zipcode":"43085","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07012829403606102,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904511","School District Name":"Wilmington City","Physical Address Line 1":"341 S Nelson Ave","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"OH ","Physical Address Zipcode":"45177","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14904574371402604,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904510","School District Name":"Willoughby-Eastlake City","Physical Address Line 1":"35353 Curtis Blvd","Physical Address Line 2":"","Physical Address City":"Eastlake","Physical Address State":"OH ","Physical Address Zipcode":"44095","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10437067112491044,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904509","School District Name":"Willard City","Physical Address Line 1":"123 W Whisler Dr","Physical Address Line 2":"","Physical Address City":"Willard","Physical Address State":"OH ","Physical Address Zipcode":"44890","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18378678511937813,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904508","School District Name":"Wickliffe City","Physical Address Line 1":"2221 Rockefeller Rd","Physical Address Line 2":"","Physical Address City":"Wickliffe","Physical Address State":"OH ","Physical Address Zipcode":"44092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11297071129707113,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904507","School District Name":"Whitehall City","Physical Address Line 1":"625 S Yearling Rd","Physical Address Line 2":"","Physical Address City":"Whitehall","Physical Address State":"OH ","Physical Address Zipcode":"43213","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.27249860257126884,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904506","School District Name":"Westlake City","Physical Address Line 1":"24525 Hilliard Blvd","Physical Address Line 2":"","Physical Address City":"Westlake","Physical Address State":"OH ","Physical Address Zipcode":"44145","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.060973018908009345,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904505","School District Name":"West Carrollton City","Physical Address Line 1":"430 E Pease Ave","Physical Address Line 2":"","Physical Address City":"West Carrollton","Physical Address State":"OH ","Physical Address Zipcode":"45449","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18908725169725923,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904504","School District Name":"Westerville City","Physical Address Line 1":"936 Eastwind Dr Ste 200","Physical Address Line 2":"","Physical Address City":"Westerville","Physical Address State":"OH ","Physical Address Zipcode":"43081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10181425707971424,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904503","School District Name":"Wellsville Local","Physical Address Line 1":"929 Center St","Physical Address Line 2":"","Physical Address City":"Wellsville","Physical Address State":"OH ","Physical Address Zipcode":"43968","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2826086956521739,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904502","School District Name":"Wellston City","Physical Address Line 1":"1 E Broadway St","Physical Address Line 2":"","Physical Address City":"Wellston","Physical Address State":"OH ","Physical Address Zipcode":"45692","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22005044136191676,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904500","School District Name":"Warrensville Heights City","Physical Address Line 1":"4500 Warrensville Center Rd","Physical Address Line 2":"","Physical Address City":"Warrensville Heights","Physical Address State":"OH ","Physical Address Zipcode":"44128","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.26290877796901896,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904499","School District Name":"Warren City","Physical Address Line 1":"105 High Street","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"OH ","Physical Address Zipcode":"44481","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.5146848137535817,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904498","School District Name":"Wapakoneta City","Physical Address Line 1":"1102 Gardenia Dr","Physical Address Line 2":"","Physical Address City":"Wapakoneta","Physical Address State":"OH ","Physical Address Zipcode":"45895","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08094327597195666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904495","School District Name":"Vandalia-Butler City","Physical Address Line 1":"500 S Dixie Dr","Physical Address Line 2":"","Physical Address City":"Vandalia","Physical Address State":"OH ","Physical Address Zipcode":"45377","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10790190735694823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904494","School District Name":"Urbana City","Physical Address Line 1":"711 Wood St","Physical Address Line 2":"","Physical Address City":"Urbana","Physical Address State":"OH ","Physical Address Zipcode":"43078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15462494247583985,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904493","School District Name":"Upper Arlington City","Physical Address Line 1":"1950 N Mallway Dr","Physical Address Line 2":"","Physical Address City":"Upper Arlington","Physical Address State":"OH ","Physical Address Zipcode":"43221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030345406236889947,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904492","School District Name":"Troy City","Physical Address Line 1":"500 N Market St","Physical Address Line 2":"","Physical Address City":"Troy","Physical Address State":"OH ","Physical Address Zipcode":"45373","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0957622454595487,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904491","School District Name":"Toronto City","Physical Address Line 1":"1307 Dennis Way","Physical Address Line 2":"","Physical Address City":"Toronto","Physical Address State":"OH ","Physical Address Zipcode":"43964","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2032967032967033,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904490","School District Name":"Toledo City","Physical Address Line 1":"1609 N Summit St","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3454193266764882,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904489","School District Name":"Tiffin City Schools","Physical Address Line 1":"244 S Monroe St","Physical Address Line 2":"","Physical Address City":"Tiffin","Physical Address State":"OH ","Physical Address Zipcode":"44883","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11384217335058215,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904488","School District Name":"Tallmadge City","Physical Address Line 1":"486 East Ave","Physical Address Line 2":"","Physical Address City":"Tallmadge","Physical Address State":"OH ","Physical Address Zipcode":"44278","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08933933933933934,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904487","School District Name":"Sylvania Schools","Physical Address Line 1":"4747 N Holland Sylvania Rd","Physical Address Line 2":"","Physical Address City":"Sylvania","Physical Address State":"OH ","Physical Address Zipcode":"43560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08830805636226739,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904486","School District Name":"Sycamore Community City","Physical Address Line 1":"5959 Hagewa Dr","Physical Address Line 2":"","Physical Address City":"Blue Ash","Physical Address State":"OH ","Physical Address Zipcode":"45242","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04795284371515055,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904485","School District Name":"Struthers City","Physical Address Line 1":"99 Euclid Ave","Physical Address Line 2":"","Physical Address City":"Struthers","Physical Address State":"OH ","Physical Address Zipcode":"44471","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23281990521327015,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904484","School District Name":"Strongsville City","Physical Address Line 1":"18199 Cook Ave","Physical Address Line 2":"","Physical Address City":"Strongsville","Physical Address State":"OH ","Physical Address Zipcode":"44136","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.058121358533465964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904483","School District Name":"Stow-Munroe Falls City School District","Physical Address Line 1":"4350 Allen Rd","Physical Address Line 2":"","Physical Address City":"Stow","Physical Address State":"OH ","Physical Address Zipcode":"44224","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05762879788639366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904482","School District Name":"Steubenville City","Physical Address Line 1":"611 N 4th St","Physical Address Line 2":"","Physical Address City":"Steubenville","Physical Address State":"OH ","Physical Address Zipcode":"43952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.26834969611968207,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904481","School District Name":"Springfield City School District","Physical Address Line 1":"1500 W Jefferson St","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"OH ","Physical Address Zipcode":"45506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2915162454873646,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904480","School District Name":"South-Western City","Physical Address Line 1":"3805 Marlane Dr","Physical Address Line 2":"","Physical Address City":"Grove City","Physical Address State":"OH ","Physical Address Zipcode":"43123","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19089082384460818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904479","School District Name":"South Euclid-Lyndhurst City","Physical Address Line 1":"5044 Mayfield Rd","Physical Address Line 2":"","Physical Address City":"Lyndhurst","Physical Address State":"OH ","Physical Address Zipcode":"44124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12476410148878171,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904476","School District Name":"Sheffield-Sheffield Lake City","Physical Address Line 1":"1824 Harris Rd","Physical Address Line 2":"","Physical Address City":"Sheffield Village","Physical Address State":"OH ","Physical Address Zipcode":"44054","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12387612387612387,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904475","School District Name":"Shaker Heights City","Physical Address Line 1":"15600 Parkland Dr","Physical Address Line 2":"","Physical Address City":"Shaker Heights","Physical Address State":"OH ","Physical Address Zipcode":"44120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09656181419166057,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904474","School District Name":"Sandusky City","Physical Address Line 1":"407 Decatur St","Physical Address Line 2":"","Physical Address City":"Sandusky","Physical Address State":"OH ","Physical Address Zipcode":"44870","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2352779306549257,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904472","School District Name":"St Marys City","Physical Address Line 1":"2250 State Route 66","Physical Address Line 2":"","Physical Address City":"Saint Marys","Physical Address State":"OH ","Physical Address Zipcode":"45885","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07227332457293036,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904471","School District Name":"St Bernard-Elmwood Place City","Physical Address Line 1":"105 Washington Ave","Physical Address Line 2":"","Physical Address City":"Saint Bernard","Physical Address State":"OH ","Physical Address Zipcode":"45217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19109947643979058,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904470","School District Name":"Rocky River City","Physical Address Line 1":"1101 Morewood Pkwy","Physical Address Line 2":"","Physical Address City":"Rocky River","Physical Address State":"OH ","Physical Address Zipcode":"44116","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04878048780487805,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904469","School District Name":"Reading Community City","Physical Address Line 1":"810 E Columbia Ave","Physical Address Line 2":"","Physical Address City":"Reading","Physical Address State":"OH ","Physical Address Zipcode":"45215","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13869537682077265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904468","School District Name":"Ravenna City","Physical Address Line 1":"534 Summit St","Physical Address Line 2":"","Physical Address City":"Ravenna","Physical Address State":"OH ","Physical Address Zipcode":"44266","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18906840838776212,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904467","School District Name":"Princeton City","Physical Address Line 1":"3900 Cottingham Dr","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15312259059367772,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904465","School District Name":"Port Clinton City","Physical Address Line 1":"811 Jefferson St","Physical Address Line 2":"","Physical Address City":"Port Clinton","Physical Address State":"OH ","Physical Address Zipcode":"43452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13317191283292978,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904464","School District Name":"Piqua City","Physical Address Line 1":"215 Looney Rd","Physical Address Line 2":"","Physical Address City":"Piqua","Physical Address State":"OH ","Physical Address Zipcode":"45356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1634355828220859,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904463","School District Name":"Parma City","Physical Address Line 1":"5311 Longwood Avenue","Physical Address Line 2":"","Physical Address City":"Parma","Physical Address State":"OH ","Physical Address Zipcode":"44134","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12711803302328936,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904461","School District Name":"Orrville City","Physical Address Line 1":"815 N Ella St","Physical Address Line 2":"","Physical Address City":"Orrville","Physical Address State":"OH ","Physical Address Zipcode":"44667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11123110151187905,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904460","School District Name":"Oregon City","Physical Address Line 1":"5721 Seaman St","Physical Address Line 2":"","Physical Address City":"Oregon","Physical Address State":"OH ","Physical Address Zipcode":"43616","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1195881731784583,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904459","School District Name":"Oberlin City Schools","Physical Address Line 1":"153 N Main St","Physical Address Line 2":"","Physical Address City":"Oberlin","Physical Address State":"OH ","Physical Address Zipcode":"44074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1391304347826087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904458","School District Name":"Oakwood City","Physical Address Line 1":"20 Rubicon Rd","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45409","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06644981412639406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904457","School District Name":"Norwood City","Physical Address Line 1":"2132 Williams Ave","Physical Address Line 2":"","Physical Address City":"Norwood","Physical Address State":"OH ","Physical Address Zipcode":"45212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904456","School District Name":"Norwalk City","Physical Address Line 1":"134 Benedict Ave","Physical Address Line 2":"","Physical Address City":"Norwalk","Physical Address State":"OH ","Physical Address Zipcode":"44857","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1384909264565425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904455","School District Name":"Norton City","Physical Address Line 1":"4128 Cleveland Massillon Rd","Physical Address Line 2":"","Physical Address City":"Norton","Physical Address State":"OH ","Physical Address Zipcode":"44203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07653061224489796,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904454","School District Name":"North Royalton City","Physical Address Line 1":"6579 Royalton Rd","Physical Address Line 2":"","Physical Address City":"North Royalton","Physical Address State":"OH ","Physical Address Zipcode":"44133","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06003223207091055,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904453","School District Name":"North Ridgeville City","Physical Address Line 1":"34620 Bainbridge Rd","Physical Address Line 2":"","Physical Address City":"North Ridgeville","Physical Address State":"OH ","Physical Address Zipcode":"44039","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05158994885479208,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904452","School District Name":"North Olmsted City","Physical Address Line 1":"26669 Butternut Ridge Rd","Physical Address Line 2":"","Physical Address City":"North Olmsted","Physical Address State":"OH ","Physical Address Zipcode":"44070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12572354711738828,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904451","School District Name":"North College Hill City","Physical Address Line 1":"1731 Goodman Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45239","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23104508196721313,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904450","School District Name":"North Canton City","Physical Address Line 1":"525 7th St NE","Physical Address Line 2":"","Physical Address City":"North Canton","Physical Address State":"OH ","Physical Address Zipcode":"44720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05714888232813159,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904449","School District Name":"Niles City","Physical Address Line 1":"309 N Rhodes Ave","Physical Address Line 2":"","Physical Address City":"Niles","Physical Address State":"OH ","Physical Address Zipcode":"44446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.33753943217665616,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904448","School District Name":"New Philadelphia City","Physical Address Line 1":"248 Front Ave SW","Physical Address Line 2":"","Physical Address City":"New Philadelphia","Physical Address State":"OH ","Physical Address Zipcode":"44663","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1320012110202846,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904447","School District Name":"New Lexington School District","Physical Address Line 1":"2549 Panther Drive","Physical Address Line 2":"","Physical Address City":"New Lexington","Physical Address State":"OH ","Physical Address Zipcode":"43764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1774110366168128,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904446","School District Name":"New Boston Local","Physical Address Line 1":"#1 Glenwood Tiger Trail","Physical Address Line 2":"","Physical Address City":"New Boston","Physical Address State":"OH ","Physical Address Zipcode":"45662","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.38699690402476783,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904445","School District Name":"Newark City","Physical Address Line 1":"621 Mount Vernon Rd","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"OH ","Physical Address Zipcode":"43055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18871136720796228,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904444","School District Name":"Nelsonville-York City","Physical Address Line 1":"2 Buckeye Dr","Physical Address Line 2":"","Physical Address City":"Nelsonville","Physical Address State":"OH ","Physical Address Zipcode":"45764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24410089503661514,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904443","School District Name":"Napoleon Area City","Physical Address Line 1":"701 Briarheath Ave Ste 108","Physical Address Line 2":"","Physical Address City":"Napoleon","Physical Address State":"OH ","Physical Address Zipcode":"43545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10547576301615799,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904441","School District Name":"Mt Healthy City","Physical Address Line 1":"7615 Harrison Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45231","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.24589100346020762,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904440","School District Name":"Middletown City","Physical Address Line 1":"1 Donham Plz 4th Fl","Physical Address Line 2":"","Physical Address City":"Middletown","Physical Address State":"OH ","Physical Address Zipcode":"45042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2497545409916544,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904439","School District Name":"Miamisburg City","Physical Address Line 1":"540 E Park Ave","Physical Address Line 2":"","Physical Address City":"Miamisburg","Physical Address State":"OH ","Physical Address Zipcode":"45342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13032381560057427,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904438","School District Name":"Medina City SD","Physical Address Line 1":"739 Weymouth Rd","Physical Address Line 2":"","Physical Address City":"Medina","Physical Address State":"OH ","Physical Address Zipcode":"44256","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05265778663015063,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904437","School District Name":"Mayfield City","Physical Address Line 1":"1101 S.O.M. Center Road","Physical Address Line 2":"","Physical Address City":"Mayfield Heights","Physical Address State":"OH ","Physical Address Zipcode":"44124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.064453125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904436","School District Name":"Maumee City","Physical Address Line 1":"716 Askin St","Physical Address Line 2":"","Physical Address City":"Maumee","Physical Address State":"OH ","Physical Address Zipcode":"43537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1217971217971218,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904435","School District Name":"Massillon City","Physical Address Line 1":"930 17th St NE","Physical Address Line 2":"","Physical Address City":"Massillon","Physical Address State":"OH ","Physical Address Zipcode":"44646","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2274065685164213,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904434","School District Name":"Martins Ferry City","Physical Address Line 1":"5001 Ayers Limestone Rd","Physical Address Line 2":"","Physical Address City":"Martins Ferry","Physical Address State":"OH ","Physical Address Zipcode":"43935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.22165697674418605,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904433","School District Name":"Marion City","Physical Address Line 1":"100 Executive Dr","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"OH ","Physical Address Zipcode":"43302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24622030237580994,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904431","School District Name":"Mariemont City","Physical Address Line 1":"2 Warrior Way","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45227","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06453392167677882,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904430","School District Name":"Maple Heights City","Physical Address Line 1":"5740 Lawn Ave","Physical Address Line 2":"","Physical Address City":"Maple Heights","Physical Address State":"OH ","Physical Address Zipcode":"44137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2611363030141371,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904429","School District Name":"Mansfield City","Physical Address Line 1":"856 W Cook Rd","Physical Address Line 2":"","Physical Address City":"Mansfield","Physical Address State":"OH ","Physical Address Zipcode":"44907","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2680901542111507,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904428","School District Name":"Madeira City","Physical Address Line 1":"7465 Loannes Dr","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.026884862653419054,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904427","School District Name":"Loveland City","Physical Address Line 1":"757 S Lebanon Rd","Physical Address Line 2":"","Physical Address City":"Loveland","Physical Address State":"OH ","Physical Address Zipcode":"45140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.043233394069902266,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904426","School District Name":"Lorain City","Physical Address Line 1":"2601 Pole Ave","Physical Address Line 2":"","Physical Address City":"Lorain","Physical Address State":"OH ","Physical Address Zipcode":"44052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.27202790029746643,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904425","School District Name":"London City","Physical Address Line 1":"380 Elm St 2nd Fl","Physical Address Line 2":"","Physical Address City":"London","Physical Address State":"OH ","Physical Address Zipcode":"43140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1279018834866404,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904424","School District Name":"Logan-Hocking Local","Physical Address Line 1":"2019 E Front St","Physical Address Line 2":"","Physical Address City":"Logan","Physical Address State":"OH ","Physical Address Zipcode":"43138","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17929562433297758,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904423","School District Name":"Lockland Local","Physical Address Line 1":"210 N Cooper Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45215","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2753623188405797,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904422","School District Name":"Lima City","Physical Address Line 1":"755 Saint Johns Ave","Physical Address Line 2":"","Physical Address City":"Lima","Physical Address State":"OH ","Physical Address Zipcode":"45804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2700590813798361,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904421","School District Name":"Lebanon City","Physical Address Line 1":"160 Miller Rd","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"OH ","Physical Address Zipcode":"45036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07353818615751789,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904420","School District Name":"Lancaster City","Physical Address Line 1":"345 E Mulberry St","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"OH ","Physical Address Zipcode":"43130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11991434689507495,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904419","School District Name":"Lakewood City","Physical Address Line 1":"13701 Lake Ave","Physical Address Line 2":"","Physical Address City":"Lakewood","Physical Address State":"OH ","Physical Address Zipcode":"44107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12743158588855918,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904418","School District Name":"Kettering City School District","Physical Address Line 1":"500 Lincoln Park Blvd","Physical Address Line 2":"","Physical Address City":"Kettering","Physical Address State":"OH ","Physical Address Zipcode":"45429","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11817956349206349,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904416","School District Name":"Kent City","Physical Address Line 1":"321 N Depeyster St","Physical Address Line 2":"","Physical Address City":"Kent","Physical Address State":"OH ","Physical Address Zipcode":"44240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14186851211072665,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904415","School District Name":"Jackson City","Physical Address Line 1":"450 Vaughn St","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"OH ","Physical Address Zipcode":"45640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17638209853328318,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904414","School District Name":"Ironton City School District","Physical Address Line 1":"105 S 5th St","Physical Address Line 2":"","Physical Address City":"Ironton","Physical Address State":"OH ","Physical Address Zipcode":"45638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.27956254272043746,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904413","School District Name":"Huron City Schools","Physical Address Line 1":"712 Cleveland Rd E","Physical Address Line 2":"","Physical Address City":"Huron","Physical Address State":"OH ","Physical Address Zipcode":"44839","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09174917491749175,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904412","School District Name":"Hillsboro City","Physical Address Line 1":"39 Willetsville Pike","Physical Address Line 2":"","Physical Address City":"Hillsboro","Physical Address State":"OH ","Physical Address Zipcode":"45133","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21026426656453467,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904411","School District Name":"Heath City","Physical Address Line 1":"107 Lancaster Dr","Physical Address Line 2":"","Physical Address City":"Heath","Physical Address State":"OH ","Physical Address Zipcode":"43056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11577270313329793,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904410","School District Name":"Hamilton City","Physical Address Line 1":"1995 Dixie Highway","Physical Address Line 2":"","Physical Address City":"Hamilton","Physical Address State":"OH ","Physical Address Zipcode":"45011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18886641625734374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904409","School District Name":"Greenville City","Physical Address Line 1":"215 W 4th St","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"OH ","Physical Address Zipcode":"45331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14338010982306285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904408","School District Name":"Winton Woods City","Physical Address Line 1":"825 Waycross Rd Ste A","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16043774519925666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904407","School District Name":"Grandview Heights Schools","Physical Address Line 1":"1587 W 3rd Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.045454545454545456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904406","School District Name":"Girard City School District","Physical Address Line 1":"100 W Main St Ste 2","Physical Address Line 2":"","Physical Address City":"Girard","Physical Address State":"OH ","Physical Address Zipcode":"44420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3011734028683181,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904405","School District Name":"Geneva Area City","Physical Address Line 1":"135 S Eagle St","Physical Address Line 2":"","Physical Address City":"Geneva","Physical Address State":"OH ","Physical Address Zipcode":"44041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17744543249797898,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904404","School District Name":"Garfield Heights City Schools","Physical Address Line 1":"5640 Briarcliff Dr","Physical Address Line 2":"","Physical Address City":"Garfield Heights","Physical Address State":"OH ","Physical Address Zipcode":"44125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2312470138557095,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904403","School District Name":"Gallipolis City","Physical Address Line 1":"61 State St","Physical Address Line 2":"","Physical Address City":"Gallipolis","Physical Address State":"OH ","Physical Address Zipcode":"45631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22672064777327935,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904402","School District Name":"Galion City","Physical Address Line 1":"470 Portland Way N","Physical Address Line 2":"","Physical Address City":"Galion","Physical Address State":"OH ","Physical Address Zipcode":"44833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17673267326732672,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904401","School District Name":"Fremont City","Physical Address Line 1":"500 W State St","Physical Address Line 2":"","Physical Address City":"Fremont","Physical Address State":"OH ","Physical Address Zipcode":"43420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15394794883105425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904400","School District Name":"Franklin City","Physical Address Line 1":"150 E 6th St","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"OH ","Physical Address Zipcode":"45005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13962375073486186,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904399","School District Name":"Fostoria City","Physical Address Line 1":"1001 Park Ave","Physical Address Line 2":"","Physical Address City":"Fostoria","Physical Address State":"OH ","Physical Address Zipcode":"44830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2151793160967473,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904397","School District Name":"Fairview Park City","Physical Address Line 1":"21620 Mastick Rd","Physical Address Line 2":"","Physical Address City":"Fairview Park","Physical Address State":"OH ","Physical Address Zipcode":"44126","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07403891789273849,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904396","School District Name":"Fairborn City","Physical Address Line 1":"306 E Whittier Ave","Physical Address Line 2":"","Physical Address City":"Fairborn","Physical Address State":"OH ","Physical Address Zipcode":"45324","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16424840394660475,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904395","School District Name":"Euclid City","Physical Address Line 1":"22800 Fox Ave","Physical Address Line 2":"","Physical Address City":"Euclid","Physical Address State":"OH ","Physical Address Zipcode":"44123","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22638574660633484,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904394","School District Name":"Elyria City Schools","Physical Address Line 1":"42101 Griswold Rd","Physical Address Line 2":"","Physical Address City":"Elyria","Physical Address State":"OH ","Physical Address Zipcode":"44035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.20249787801624833,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904393","School District Name":"Eaton Community City","Physical Address Line 1":"306 Eaton Lewisburg Rd","Physical Address Line 2":"","Physical Address City":"Eaton","Physical Address State":"OH ","Physical Address Zipcode":"45320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10862899693385895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904392","School District Name":"East Palestine City","Physical Address Line 1":"200 West North Avenue","Physical Address Line 2":"","Physical Address City":"East Palestine","Physical Address State":"OH ","Physical Address Zipcode":"44413","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1593959731543624,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904391","School District Name":"East Liverpool City","Physical Address Line 1":"810 W 8th St","Physical Address Line 2":"","Physical Address City":"East Liverpool","Physical Address State":"OH ","Physical Address Zipcode":"43920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2670573461699456,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904390","School District Name":"East Cleveland City School District","Physical Address Line 1":"1843 Stanwood Rd","Physical Address Line 2":"","Physical Address City":"East Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.34166080225193524,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904389","School District Name":"Dover City","Physical Address Line 1":"219 W 6th St","Physical Address Line 2":"","Physical Address City":"Dover","Physical Address State":"OH ","Physical Address Zipcode":"44622","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08365310821181889,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904388","School District Name":"Delphos City","Physical Address Line 1":"901 Wildcat Ln","Physical Address Line 2":"","Physical Address City":"Delphos","Physical Address State":"OH ","Physical Address Zipcode":"45833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08029647930821494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904387","School District Name":"Delaware City","Physical Address Line 1":"74 W William St","Physical Address Line 2":"","Physical Address City":"Delaware","Physical Address State":"OH ","Physical Address Zipcode":"43015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06359393232205368,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904386","School District Name":"Defiance City","Physical Address Line 1":"801 S Clinton St","Physical Address Line 2":"","Physical Address City":"Defiance","Physical Address State":"OH ","Physical Address Zipcode":"43512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14510097232610322,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904385","School District Name":"Deer Park Community City","Physical Address Line 1":"8688 Donna Ln","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11394891944990176,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904384","School District Name":"Dayton City","Physical Address Line 1":"115 S Ludlow St","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.33331840974212035,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904383","School District Name":"Cuyahoga Falls City","Physical Address Line 1":"431 Stow Ave","Physical Address Line 2":"","Physical Address City":"Cuyahoga Falls","Physical Address State":"OH ","Physical Address Zipcode":"44221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09176029962546817,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904382","School District Name":"Coshocton City","Physical Address Line 1":"1207 Cambridge Rd","Physical Address Line 2":"","Physical Address City":"Coshocton","Physical Address State":"OH ","Physical Address Zipcode":"43812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27277716794731066,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904381","School District Name":"Conneaut Area City","Physical Address Line 1":"230 Gateway Ave Ste B","Physical Address Line 2":"","Physical Address City":"Conneaut","Physical Address State":"OH ","Physical Address Zipcode":"44030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23662248404516445,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904380","School District Name":"Columbus City School District","Physical Address Line 1":"270 E State St","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43215","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3021789291520269,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904379","School District Name":"Cleveland Heights-University Heights City","Physical Address Line 1":"2155 Miramar Blvd","Physical Address Line 2":"","Physical Address City":"University Heights","Physical Address State":"OH ","Physical Address Zipcode":"44118","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16649417852522638,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904378","School District Name":"Cleveland Municipal","Physical Address Line 1":"1111 Superior Ave E","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.32030761429899435,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904377","School District Name":"Claymont City","Physical Address Line 1":"201 N 3rd St","Physical Address Line 2":"","Physical Address City":"Dennison","Physical Address State":"OH ","Physical Address Zipcode":"44621","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17845277645942098,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904376","School District Name":"Circleville City","Physical Address Line 1":"388 Clark Dr","Physical Address Line 2":"","Physical Address City":"Circleville","Physical Address State":"OH ","Physical Address Zipcode":"43113","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25788576300085253,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904375","School District Name":"Cincinnati Public Schools","Physical Address Line 1":"2651 Burnet Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45219","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.25444869449526025,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904374","School District Name":"Chillicothe City","Physical Address Line 1":"425 Yoctangee Pkwy","Physical Address Line 2":"","Physical Address City":"Chillicothe","Physical Address State":"OH ","Physical Address Zipcode":"45601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23416391474031822,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904373","School District Name":"Centerville City","Physical Address Line 1":"111 Virginia Ave","Physical Address Line 2":"","Physical Address City":"Centerville","Physical Address State":"OH ","Physical Address Zipcode":"45458","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05863013698630137,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904371","School District Name":"Canton City","Physical Address Line 1":"1312 5th St SW","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"OH ","Physical Address Zipcode":"44707","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3714372346876895,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904370","School District Name":"Campbell City","Physical Address Line 1":"280 6th St","Physical Address Line 2":"","Physical Address City":"Campbell","Physical Address State":"OH ","Physical Address Zipcode":"44405","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.31960461285008235,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904369","School District Name":"Cambridge City","Physical Address Line 1":"518 S 8th St","Physical Address Line 2":"","Physical Address City":"Cambridge","Physical Address State":"OH ","Physical Address Zipcode":"43725","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22841965471447542,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904368","School District Name":"Bucyrus City","Physical Address Line 1":"170 Plymouth St","Physical Address Line 2":"","Physical Address City":"Bucyrus","Physical Address State":"OH ","Physical Address Zipcode":"44820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1931302657161374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904367","School District Name":"Bryan City","Physical Address Line 1":"1350 Fountain Grove Dr","Physical Address Line 2":"","Physical Address City":"Bryan","Physical Address State":"OH ","Physical Address Zipcode":"43506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13801571709233793,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904366","School District Name":"Brunswick City","Physical Address Line 1":"3643 Center Rd","Physical Address Line 2":"","Physical Address City":"Brunswick","Physical Address State":"OH ","Physical Address Zipcode":"44212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.055105143146693694,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904365","School District Name":"Brooklyn City","Physical Address Line 1":"9200 Biddulph Rd","Physical Address Line 2":"","Physical Address City":"Brooklyn","Physical Address State":"OH ","Physical Address Zipcode":"44144","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14743589743589744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904364","School District Name":"Brecksville-Broadview Heights City","Physical Address Line 1":"6638 Mill Rd","Physical Address Line 2":"","Physical Address City":"Brecksville","Physical Address State":"OH ","Physical Address Zipcode":"44141","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.043190127970749545,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904363","School District Name":"Bowling Green City School District","Physical Address Line 1":"137 Clough St","Physical Address Line 2":"","Physical Address City":"Bowling Green","Physical Address State":"OH ","Physical Address Zipcode":"43402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09738984002245299,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904362","School District Name":"Bexley City","Physical Address Line 1":"348 S Cassingham Rd","Physical Address Line 2":"","Physical Address City":"Bexley","Physical Address State":"OH ","Physical Address Zipcode":"43209","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04368063014679556,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904361","School District Name":"Belpre City","Physical Address Line 1":"2014 Rockland Ave","Physical Address Line 2":"","Physical Address City":"Belpre","Physical Address State":"OH ","Physical Address Zipcode":"45714","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.216289592760181,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904360","School District Name":"Berea City","Physical Address Line 1":"390 Fair St","Physical Address Line 2":"","Physical Address City":"Berea","Physical Address State":"OH ","Physical Address Zipcode":"44017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09808936362268693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904359","School District Name":"Bellevue City","Physical Address Line 1":"125 North St","Physical Address Line 2":"","Physical Address City":"Bellevue","Physical Address State":"OH ","Physical Address Zipcode":"44811","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10004486316733961,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904358","School District Name":"Bellefontaine City","Physical Address Line 1":"820 Ludlow Rd","Physical Address Line 2":"","Physical Address City":"Bellefontaine","Physical Address State":"OH ","Physical Address Zipcode":"43311","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1556316590563166,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904357","School District Name":"Bellaire Local","Physical Address Line 1":"340 34th St","Physical Address Line 2":"","Physical Address City":"Bellaire","Physical Address State":"OH ","Physical Address Zipcode":"43906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24671532846715327,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904355","School District Name":"Beachwood City","Physical Address Line 1":"24601 Fairmount Blvd","Physical Address Line 2":"","Physical Address City":"Beachwood","Physical Address State":"OH ","Physical Address Zipcode":"44122","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.056069008009858284,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904354","School District Name":"Bay Village City","Physical Address Line 1":"377 Dover Center Rd","Physical Address Line 2":"","Physical Address City":"Bay Village","Physical Address State":"OH ","Physical Address Zipcode":"44140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029718255499807025,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904353","School District Name":"Barberton City","Physical Address Line 1":"633 Brady Ave","Physical Address Line 2":"","Physical Address City":"Barberton","Physical Address State":"OH ","Physical Address Zipcode":"44203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2052133912599029,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904352","School District Name":"Athens City","Physical Address Line 1":"21 Birge Dr","Physical Address Line 2":"","Physical Address City":"Chauncey","Physical Address State":"OH ","Physical Address Zipcode":"45719","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15840386940749698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904351","School District Name":"Ashtabula Area City","Physical Address Line 1":"6610 Sanborn Rd","Physical Address Line 2":"","Physical Address City":"Ashtabula","Physical Address State":"OH ","Physical Address Zipcode":"44004","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.29116035263283296,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904350","School District Name":"Ashland City","Physical Address Line 1":"1407 Claremont Ave","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"OH ","Physical Address Zipcode":"44805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1300025490695896,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3904349","School District Name":"Alliance City","Physical Address Line 1":"200 Glamorgan St","Physical Address Line 2":"","Physical Address City":"Alliance","Physical Address State":"OH ","Physical Address Zipcode":"44601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25977835723598436,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3904348","School District Name":"Akron City","Physical Address Line 1":"10 N Main St","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44308","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.25976484292526664,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3901629","School District Name":"Focus Learning Academy of Central Columbus","Physical Address Line 1":"2773 Cleveland Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43224","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901628","School District Name":"Dublin Preparatory Academy dba Northside Preparatory Academy","Physical Address Line 1":"4750 Winton Rd","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45232","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901627","School District Name":"Franklinton High School","Physical Address Line 1":"880 S Wayne Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901626","School District Name":"Case Preparatory Academy","Physical Address Line 1":"107 S Arlington St","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44306","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901625","School District Name":"North Shore High School","Physical Address Line 1":"4750 Turney Rd","Physical Address Line 2":"","Physical Address City":"Garfield Heights","Physical Address State":"OH ","Physical Address Zipcode":"44125","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901624","School District Name":"Valor Academy Inc.","Physical Address Line 1":"1330 Atcheson Street","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901623","School District Name":"Franklinton Prep High School","Physical Address Line 1":"40 Chicago Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901622","School District Name":"South Columbus Preparatory Academy at Southfield","Physical Address Line 1":"3220 Groveport Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901621","School District Name":"Central Point Preparatory Academy","Physical Address Line 1":"680 Harrisburg Pike","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43223","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901620","School District Name":"Flex High School Cleveland","Physical Address Line 1":"5222 Wilson Mills Rd","Physical Address Line 2":"","Physical Address City":"Richmond Heights","Physical Address State":"OH ","Physical Address Zipcode":"44143","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901619","School District Name":"Quaker Preparatory Academy","Physical Address Line 1":"400 Mill Ave SE Ste 901","Physical Address Line 2":"","Physical Address City":"New Philadelphia","Physical Address State":"OH ","Physical Address Zipcode":"44663","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901618","School District Name":"Buckeye Community School","Physical Address Line 1":"1404 Park Ave W","Physical Address Line 2":"","Physical Address City":"Ontario","Physical Address State":"OH ","Physical Address Zipcode":"44906","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901617","School District Name":"Cypress High School","Physical Address Line 1":"1160 W 4th St","Physical Address Line 2":"","Physical Address City":"Mansfield","Physical Address State":"OH ","Physical Address Zipcode":"44906","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901616","School District Name":"Priority High School","Physical Address Line 1":"2945 Gilbert Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901615","School District Name":"Ohio Digital Learning School","Physical Address Line 1":"1745 Indian Wood Cir","Physical Address Line 2":"","Physical Address City":"Maumee","Physical Address State":"OH ","Physical Address Zipcode":"43537","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901614","School District Name":"ReGeneration Bond Hill","Physical Address Line 1":"5158 Fishwick Dr","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45216","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901613","School District Name":"Northwest Ohio Classical Academy","Physical Address Line 1":"5025 Glendale Ave","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43614","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901612","School District Name":"Huber Heights Preparatory Academy dba Parma Academy","Physical Address Line 1":"12925 Corporate Dr","Physical Address Line 2":"","Physical Address City":"Parma","Physical Address State":"OH ","Physical Address Zipcode":"44130","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901611","School District Name":"North Columbus Preparatory Academy","Physical Address Line 1":"1965 Gladstone Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43211","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901610","School District Name":"Capital Collegiate Preparatory Academy","Physical Address Line 1":"1414 Gault St","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901609","School District Name":"Marion Preparatory Academy","Physical Address Line 1":"1001 Mount Vernon Ave","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"OH ","Physical Address Zipcode":"43302","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901608","School District Name":"Kenmore Preparatory Academy dba Toledo Preparatory Academy","Physical Address Line 1":"824 6th St","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901606","School District Name":"Horizon Science Academy Primary","Physical Address Line 1":"2899 Morse Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43231","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901605","School District Name":"Mount Auburn Preparatory Academy","Physical Address Line 1":"244 Southern Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45219","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901604","School District Name":"Montgomery Preparatory Academy","Physical Address Line 1":"2745 S Smithville Rd","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45420","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901603","School District Name":"Lorain Bilingual Preparatory Academy","Physical Address Line 1":"309 W 7th St","Physical Address Line 2":"","Physical Address City":"Lorain","Physical Address State":"OH ","Physical Address Zipcode":"44052","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901602","School District Name":"AchievePoint Career Academy - Cincinnati","Physical Address Line 1":"5098 Glencrossing Way","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45238","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901601","School District Name":"Dampe Community School","Physical Address Line 1":"2612 Gilbert Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901600","School District Name":"SMART Academy","Physical Address Line 1":"4351 E 131st St","Physical Address Line 2":"","Physical Address City":"Garfield Heights","Physical Address State":"OH ","Physical Address Zipcode":"44105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901599","School District Name":"Great River Connections Academy","Physical Address Line 1":"3650 Olentangy River Rd Ste 430","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901597","School District Name":"Orchard Park Academy","Physical Address Line 1":"14440 Triskett Rd","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901596","School District Name":"South Columbus Preparatory Academy at German Village","Physical Address Line 1":"387 E Beck St","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901595","School District Name":"Liberty High School","Physical Address Line 1":"140 N Keowee St","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45402","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901594","School District Name":"Citizens Leadership Academy East","Physical Address Line 1":"12523 Woodside Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901593","School District Name":"United Preparatory Academy East","Physical Address Line 1":"1469 E Main St","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901592","School District Name":"Euclid Preparatory School","Physical Address Line 1":"23001 Euclid Ave","Physical Address Line 2":"","Physical Address City":"Euclid","Physical Address State":"OH ","Physical Address Zipcode":"44117","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901591","School District Name":"Kids Care Elementary","Physical Address Line 1":"3360 Kohr Blvd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43224","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901590","School District Name":"Cincinnati Achievement Academy","Physical Address Line 1":"5555 Little Flower Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45239","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901588","School District Name":"Global Ambassadors Language Academy","Physical Address Line 1":"13442 Lorain Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901587","School District Name":"Urban Early College Network","Physical Address Line 1":"3237 W Siebenthaler Ave Unit 20","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901586","School District Name":"Beacon Academy","Physical Address Line 1":"1379 Garfield Ave SW","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"OH ","Physical Address Zipcode":"44706","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901585","School District Name":"iLEAD Spring Meadows","Physical Address Line 1":"1615 Timber Wolf Dr","Physical Address Line 2":"","Physical Address City":"Holland","Physical Address State":"OH ","Physical Address Zipcode":"43528","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901584","School District Name":"East Branch Preparatory AcademydbaWright Preparatory Academy","Physical Address Line 1":"1500 Superior Ave NE","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"OH ","Physical Address Zipcode":"44705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901583","School District Name":"Westwood Preparatory Academy","Physical Address Line 1":"1183 Essex Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901582","School District Name":"Bridge Gate Community School","Physical Address Line 1":"4060 Sullivant Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43228","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901581","School District Name":"Village Preparatory School Willard","Physical Address Line 1":"9401 Willard Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901577","School District Name":"Tri-State STEM+M Early College High School","Physical Address Line 1":"702 Solida Rd","Physical Address Line 2":"","Physical Address City":"South Point","Physical Address State":"OH ","Physical Address Zipcode":"45680","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901576","School District Name":"Zenith Academy West","Physical Address Line 1":"3385 South Blvd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901575","School District Name":"iSTEM Geauga Early College High School","Physical Address Line 1":"1800 Mentor Ave","Physical Address Line 2":"","Physical Address City":"Painesville","Physical Address State":"OH ","Physical Address Zipcode":"44077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901574","School District Name":"Flex High School","Physical Address Line 1":"115 S Gift St","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901570","School District Name":"Citizens Academy Southeast","Physical Address Line 1":"15700 Lotus Dr","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901568","School District Name":"T2 Honors Academy","Physical Address Line 1":"18450 S Miles Rd","Physical Address Line 2":"","Physical Address City":"Warrensville Heights","Physical Address State":"OH ","Physical Address Zipcode":"44128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901567","School District Name":"Steel Academy","Physical Address Line 1":"1570 Creighton Ave","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44310","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901566","School District Name":"Utica Shale Academy of Ohio","Physical Address Line 1":"38095 State Route 39","Physical Address Line 2":"","Physical Address City":"Salineville","Physical Address State":"OH ","Physical Address Zipcode":"43945","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3901565","School District Name":"Valley STEM+ME2 Academy","Physical Address Line 1":"7300 N Palmyra Rd","Physical Address Line 2":"","Physical Address City":"Canfield","Physical Address State":"OH ","Physical Address Zipcode":"44406","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901564","School District Name":"Lakeshore Intergenerational School","Physical Address Line 1":"18025 Marcella Rd","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901555","School District Name":"Rise & Shine Academy","Physical Address Line 1":"3248 Warsaw St","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43608","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901554","School District Name":"East Preparatory Academy","Physical Address Line 1":"4129 Superior Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901551","School District Name":"Liberty Preparatory School","Physical Address Line 1":"243 N Milton St","Physical Address Line 2":"","Physical Address City":"Smithville","Physical Address State":"OH ","Physical Address Zipcode":"44677","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901550","School District Name":"Eastland Preparatory Academy","Physical Address Line 1":"2741 S Hamilton Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43232","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901549","School District Name":"Imagine Leadership Academy","Physical Address Line 1":"2405 Romig Rd","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44320","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901545","School District Name":"Discovery Academy","Physical Address Line 1":"2740 W Central Ave","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43606","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901543","School District Name":"Lincoln Park Academy","Physical Address Line 1":"3185 W 41st St","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901539","School District Name":"Albert Einstein Academy for Letters Arts and Sciences-Ohio","Physical Address Line 1":"26855 Lorain Rd","Physical Address Line 2":"","Physical Address City":"North Olmsted","Physical Address State":"OH ","Physical Address Zipcode":"44070","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901536","School District Name":"Dayton SMART Elementary School","Physical Address Line 1":"601 S Keowee St","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45410","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901535","School District Name":"Global Impact STEM Academy","Physical Address Line 1":"700 S Limestone St Ste B","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"OH ","Physical Address Zipcode":"45505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901530","School District Name":"Ohio Construction Academy","Physical Address Line 1":"1725 Jetway Blvd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43219","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901529","School District Name":"United Preparatory Academy","Physical Address Line 1":"617 W State St","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901526","School District Name":"East Academy","Physical Address Line 1":"15720 Kipling Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44110","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901521","School District Name":"Imagine Columbus Primary School","Physical Address Line 1":"4656 Heaton Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43229","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901520","School District Name":"Hope Learning Academy of Toledo","Physical Address Line 1":"4234 Monroe St","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43606","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901516","School District Name":"Cincinnati Technology Academy","Physical Address Line 1":"3800 Glenway Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901514","School District Name":"West Park Academy","Physical Address Line 1":"12913 Bennington Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44135","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901512","School District Name":"Bio-Med Science Academy STEM School","Physical Address Line 1":"4211 State Route 44","Physical Address Line 2":"","Physical Address City":"Rootstown","Physical Address State":"OH ","Physical Address Zipcode":"44272","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901511","School District Name":"Main Preparatory Academy","Physical Address Line 1":"1035 Clay St","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901508","School District Name":"DECA PREP","Physical Address Line 1":"200 Homewood Ave","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45405","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901505","School District Name":"Village Preparatory School Woodland Hills","Physical Address Line 1":"9201 Crane Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901503","School District Name":"Akron Preparatory School","Physical Address Line 1":"1200 E Market St Ste 3360","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44305","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901502","School District Name":"Academy of Educational Excellence","Physical Address Line 1":"728 Parkside Blvd","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901499","School District Name":"Lake Erie College Preparatory School","Physical Address Line 1":"14405 Saint Clair Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44110","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901498","School District Name":"Stepstone Academy","Physical Address Line 1":"3328 Carnegie Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901496","School District Name":"Cleveland Preparatory Academy","Physical Address Line 1":"4850 Pearl Rd","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901490","School District Name":"Metro Early College High School","Physical Address Line 1":"1929 Kenny Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901488","School District Name":"Imagine Environmental Science Academy","Physical Address Line 1":"1030 Clay Ave","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43608","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901487","School District Name":"Ohio College Preparatory School","Physical Address Line 1":"21100 Southgate Park Blvd","Physical Address Line 2":"","Physical Address City":"Maple Heights","Physical Address State":"OH ","Physical Address Zipcode":"44137","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901482","School District Name":"STEAM Academy of Warrensville Heights","Physical Address Line 1":"4700 Richmond Rd Ste 3000","Physical Address Line 2":"","Physical Address City":"Warrensville Heights","Physical Address State":"OH ","Physical Address Zipcode":"44128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901480","School District Name":"A+ Children's Academy","Physical Address Line 1":"114 Obetz Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901478","School District Name":"Columbus Collegiate Academy - West","Physical Address Line 1":"300 Dana Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43223","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901475","School District Name":"SunBridge Schools","Physical Address Line 1":"2729 124th St","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43611","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901473","School District Name":"The Brilliance School","Physical Address Line 1":"1812 Oak Hill Ave","Physical Address Line 2":"","Physical Address City":"Youngstown","Physical Address State":"OH ","Physical Address Zipcode":"44507","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901472","School District Name":"Academy for Urban Scholars Youngstown","Physical Address Line 1":"3405 Market St","Physical Address Line 2":"","Physical Address City":"Youngstown","Physical Address State":"OH ","Physical Address Zipcode":"44507","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901470","School District Name":"Canton College Preparatory School","Physical Address Line 1":"101 Cleveland Ave NW","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"OH ","Physical Address Zipcode":"44702","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901465","School District Name":"Global Village Academy","Physical Address Line 1":"5720 State Rd","Physical Address Line 2":"","Physical Address City":"Parma","Physical Address State":"OH ","Physical Address Zipcode":"44134","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901463","School District Name":"Beacon Hill Academy","Physical Address Line 1":"10470 Winesburg Rd","Physical Address Line 2":"","Physical Address City":"Dundee","Physical Address State":"OH ","Physical Address Zipcode":"44624","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3901457","School District Name":"University of Cleveland Preparatory School","Physical Address Line 1":"1906 E 40th St","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901454","School District Name":"Eagle Elementary of Akron","Physical Address Line 1":"1338 Virginia Ave","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44306","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901451","School District Name":"Focus North High School","Physical Address Line 1":"4807 Evanswood Dr","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43229","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901450","School District Name":"Townsend North Community School","Physical Address Line 1":"207 Lowell St","Physical Address Line 2":"","Physical Address City":"Castalia","Physical Address State":"OH ","Physical Address Zipcode":"44824","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901444","School District Name":"Citizens Leadership Academy","Physical Address Line 1":"9711 Lamont Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901434","School District Name":"STEAM Academy of Warren","Physical Address Line 1":"261 Elm Rd NE","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"OH ","Physical Address Zipcode":"44483","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901433","School District Name":"The Academy for Urban Scholars","Physical Address Line 1":"1808 E Broad St","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901432","School District Name":"Constellation Schools: Eastside Arts Academy","Physical Address Line 1":"6700 Lansing Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901430","School District Name":"Broadway Academy","Physical Address Line 1":"3398 E 55th St","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901429","School District Name":"Hardin Community School","Physical Address Line 1":"400 Decatur St","Physical Address Line 2":"","Physical Address City":"Kenton","Physical Address State":"OH ","Physical Address Zipcode":"43326","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901428","School District Name":"Akros Middle School","Physical Address Line 1":"265 Park St","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44304","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901427","School District Name":"Southside Academy","Physical Address Line 1":"1400 Oak Hill Ave","Physical Address Line 2":"","Physical Address City":"Youngstown","Physical Address State":"OH ","Physical Address Zipcode":"44507","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901420","School District Name":"North Central Academy","Physical Address Line 1":"928 W Market St Ste B","Physical Address Line 2":"","Physical Address City":"Tiffin","Physical Address State":"OH ","Physical Address Zipcode":"44883","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901417","School District Name":"Patriot Preparatory Academy","Physical Address Line 1":"4938 Beatrice Dr","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43227","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901416","School District Name":"Capital High School","Physical Address Line 1":"640 Harrisburg Pike","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43223","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901415","School District Name":"Frederick Douglass High School","Physical Address Line 1":"3167 Fulton Rd","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901414","School District Name":"George V. Voinovich High School","Physical Address Line 1":"1906 E 40th St","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901413","School District Name":"Central High School","Physical Address Line 1":"840 W State St","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901412","School District Name":"Road to Success Academy","Physical Address Line 1":"3377 Cleveland Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43224","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901411","School District Name":"Old Brook High School","Physical Address Line 1":"4877 Pearl Rd","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901410","School District Name":"Mason Run High School","Physical Address Line 1":"923 S James Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43227","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901409","School District Name":"Regent High School","Physical Address Line 1":"5806 Broadway Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901407","School District Name":"Foxfire Intermediate School","Physical Address Line 1":"2805 Pinkerton Ln","Physical Address Line 2":"","Physical Address City":"Zanesville","Physical Address State":"OH ","Physical Address Zipcode":"43701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901405","School District Name":"Near West Intergenerational School","Physical Address Line 1":"3805 Terrett Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901403","School District Name":"Constellation Schools: Stockyard Community Middle","Physical Address Line 1":"3200 W 65th St","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901398","School District Name":"Columbus Performance Academy","Physical Address Line 1":"274 E 1st Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901397","School District Name":"Cleveland College Preparatory School","Physical Address Line 1":"4906 Fleet Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901396","School District Name":"Zenith Academy East","Physical Address Line 1":"2261 S Hamilton Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43232","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901389","School District Name":"Horizon Science Academy Youngstown","Physical Address Line 1":"3403 Southern Blvd","Physical Address Line 2":"","Physical Address City":"Youngstown","Physical Address State":"OH ","Physical Address Zipcode":"44507","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901383","School District Name":"Horizon Science Academy Dayton Downtown","Physical Address Line 1":"121 S Monmouth St","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45403","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901382","School District Name":"Graham Elementary and Middle School","Physical Address Line 1":"140 E 16th Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901381","School District Name":"The Richland School of Academic Arts","Physical Address Line 1":"1456 Park Ave W","Physical Address Line 2":"","Physical Address City":"Ontario","Physical Address State":"OH ","Physical Address Zipcode":"44906","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901378","School District Name":"Everest High School","Physical Address Line 1":"1555 Graham Rd","Physical Address Line 2":"","Physical Address City":"Reynoldsburg","Physical Address State":"OH ","Physical Address Zipcode":"43068","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901377","School District Name":"Imagine Akron Academy","Physical Address Line 1":"2405 Romig Rd","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44320","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901376","School District Name":"Northeast Ohio College Preparatory School","Physical Address Line 1":"2280 Professor Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901375","School District Name":"Columbus Bilingual Academy-North","Physical Address Line 1":"2100 Morse Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43229","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901374","School District Name":"Dayton Regional STEM School","Physical Address Line 1":"1724 Woodman Dr","Physical Address Line 2":"","Physical Address City":"Kettering","Physical Address State":"OH ","Physical Address Zipcode":"45420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901370","School District Name":"Bella Academy of Excellence","Physical Address Line 1":"19114 Bella Dr","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901369","School District Name":"Greater Summit County Early Learning Center","Physical Address Line 1":"1651 Massillon Rd","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44312","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901368","School District Name":"Village Preparatory School Cliffs","Physical Address Line 1":"1417 E 36th St","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901366","School District Name":"Horizon Science Academy Dayton High School","Physical Address Line 1":"250 Shoup Mill Rd","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45415","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901365","School District Name":"Horizon Science Academy Lorain","Physical Address Line 1":"760 Tower Blvd","Physical Address Line 2":"","Physical Address City":"Lorain","Physical Address State":"OH ","Physical Address Zipcode":"44052","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901363","School District Name":"Lakeland Academy Community School","Physical Address Line 1":"101 E Main St","Physical Address Line 2":"","Physical Address City":"Freeport","Physical Address State":"OH ","Physical Address Zipcode":"43973","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3901362","School District Name":"Achieve Career Preparatory Academy","Physical Address Line 1":"3891 Martha Ave","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43612","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901354","School District Name":"Renaissance Academy","Physical Address Line 1":"1555 Elaine Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43227","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901353","School District Name":"Horizon Science Academy Elementary School","Physical Address Line 1":"2835 Morse Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43231","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901350","School District Name":"Ashland County Community Academy","Physical Address Line 1":"716 Union St","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"OH ","Physical Address Zipcode":"44805","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901347","School District Name":"Klepinger Community School","Physical Address Line 1":"3650 Klepinger Rd","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45416","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901346","School District Name":"Madison Avenue School of Arts","Physical Address Line 1":"1511 Madison Ave","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43604","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901344","School District Name":"Sullivant Avenue Community School","Physical Address Line 1":"3435 Sullivant Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901339","School District Name":"L. Hollingworth School for Talented and Gifted","Physical Address Line 1":"653 Miami St","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901337","School District Name":"Performance Academy Eastland","Physical Address Line 1":"2220 S Hamilton Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43232","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901335","School District Name":"Cesar Chavez College Preparatory School","Physical Address Line 1":"2400 Mock Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43219","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901330","School District Name":"KIPP Columbus","Physical Address Line 1":"2900 INSPIRE Drive","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43224","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901329","School District Name":"Mahoning County High School","Physical Address Line 1":"940 Bryn Mawr Ave","Physical Address Line 2":"","Physical Address City":"Youngstown","Physical Address State":"OH ","Physical Address Zipcode":"44505","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901326","School District Name":"Constellation Schools: Westside Community School of the Arts","Physical Address Line 1":"3727 Bosworth Rd","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901322","School District Name":"Horizon Science Academy Columbus Middle School","Physical Address Line 1":"2350 Morse Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43229","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901314","School District Name":"Zanesville Community School","Physical Address Line 1":"920 Moxahala Ave","Physical Address Line 2":"","Physical Address City":"Zanesville","Physical Address State":"OH ","Physical Address Zipcode":"43701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901313","School District Name":"Central Academy of Ohio","Physical Address Line 1":"2727 Kenwood Blvd","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43606","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901305","School District Name":"Columbus Collegiate Academy","Physical Address Line 1":"1469 E Main St","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901302","School District Name":"Dayton Early College Academy Inc","Physical Address Line 1":"1529 Brown St","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45469","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3901301","School District Name":"Foundation Academy","Physical Address Line 1":"1050 Wyandotte Ave","Physical Address Line 2":"","Physical Address City":"Mansfield","Physical Address State":"OH ","Physical Address Zipcode":"44906","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900647","School District Name":"Eagle Learning Center","Physical Address Line 1":"3220 Navarre Ave","Physical Address Line 2":"","Physical Address City":"Oregon","Physical Address State":"OH ","Physical Address Zipcode":"43616","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900646","School District Name":"Noble Academy-Cleveland","Physical Address Line 1":"1200 E 200th St","Physical Address Line 2":"","Physical Address City":"Euclid","Physical Address State":"OH ","Physical Address Zipcode":"44117","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900645","School District Name":"Noble Academy-Columbus","Physical Address Line 1":"1329 Bethel Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43220","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900644","School District Name":"South Scioto Academy","Physical Address Line 1":"2200 Winslow Dr","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900643","School District Name":"North Woods Career Prep High School","Physical Address Line 1":"1900 E Dublin Granville Rd Ste 200","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43229","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900642","School District Name":"Dayton Business Technology High School","Physical Address Line 1":"348 W 1st St","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45402","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900641","School District Name":"Harvard Avenue Performance Academy","Physical Address Line 1":"12000 Harvard Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900640","School District Name":"Groveport Community School","Physical Address Line 1":"4485 S Hamilton Rd","Physical Address Line 2":"","Physical Address City":"Groveport","Physical Address State":"OH ","Physical Address Zipcode":"43125","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900638","School District Name":"Early College Academy","Physical Address Line 1":"345 E 5th Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900594","School District Name":"Monroe Preparatory Academy","Physical Address Line 1":"328 E Monroe St","Physical Address Line 2":"","Physical Address City":"Sandusky","Physical Address State":"OH ","Physical Address Zipcode":"44870","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900593","School District Name":"Cascade Career Prep High School","Physical Address Line 1":"1458 Brittain Rd","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44310","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900587","School District Name":"Lorain Preparatory Academy","Physical Address Line 1":"4119 Leavitt Rd","Physical Address Line 2":"","Physical Address City":"Lorain","Physical Address State":"OH ","Physical Address Zipcode":"44053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900586","School District Name":"Charles School at Ohio Dominican University","Physical Address Line 1":"1270 Brentnell Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43219","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900584","School District Name":"Cleveland Arts and Social Sciences Academy","Physical Address Line 1":"10701 Shaker Blvd","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900580","School District Name":"Youngstown Academy of Excellence","Physical Address Line 1":"1408 Rigby St","Physical Address Line 2":"","Physical Address City":"Youngstown","Physical Address State":"OH ","Physical Address Zipcode":"44506","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900575","School District Name":"Mt. Healthy Preparatory and Fitness Academy","Physical Address Line 1":"7601 Harrison Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45231","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900574","School District Name":"Columbus Preparatory and Fitness Academy","Physical Address Line 1":"1258 Demorest Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900573","School District Name":"Toledo Preparatory and Fitness Academy","Physical Address Line 1":"3001 Hill Ave","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900567","School District Name":"Par Excellence Academy","Physical Address Line 1":"1350 Granville Rd","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"OH ","Physical Address Zipcode":"43055","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900564","School District Name":"East Bridge Academy of Excellence","Physical Address Line 1":"4795 Evanswood Dr","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43229","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900562","School District Name":"Promise Academy","Physical Address Line 1":"1701 E 13th St","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900552","School District Name":"Northland Preparatory and Fitness Academy","Physical Address Line 1":"1875 Morse Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43229","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900551","School District Name":"Springfield Preparatory and Fitness Academy","Physical Address Line 1":"1615 Selma Rd","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"OH ","Physical Address Zipcode":"45505","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900550","School District Name":"Whitehall Preparatory and Fitness Academy","Physical Address Line 1":"3474 E Livingston Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43227","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900537","School District Name":"Manchester Local","Physical Address Line 1":"130 Wayne Frye Dr","Physical Address Line 2":"","Physical Address City":"Manchester","Physical Address State":"OH ","Physical Address Zipcode":"45144","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24969987995198079,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3900530","School District Name":"Buckeye On-Line School for Success","Physical Address Line 1":"119 E Fifth St","Physical Address Line 2":"","Physical Address City":"East Liverpool","Physical Address State":"OH ","Physical Address Zipcode":"43920","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900528","School District Name":"Findlay Digital Academy","Physical Address Line 1":"1219 W Main Cross St Ste 101","Physical Address Line 2":"","Physical Address City":"Findlay","Physical Address State":"OH ","Physical Address Zipcode":"45840","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900510","School District Name":"Horizon Science Academy Toledo","Physical Address Line 1":"2600 W Sylvania Ave","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43613","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900508","School District Name":"Constellation Schools: Old Brooklyn Community Middle","Physical Address Line 1":"4430 State Rd","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900507","School District Name":"Constellation Schools: Lorain Community Middle","Physical Address Line 1":"1110 W 4th St","Physical Address Line 2":"","Physical Address City":"Lorain","Physical Address State":"OH ","Physical Address Zipcode":"44052","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900506","School District Name":"Constellation Schools: Madison Community Elementary","Physical Address Line 1":"2015 W 95th St","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900505","School District Name":"Menlo Park Academy","Physical Address Line 1":"2149 W 53rd St","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900503","School District Name":"Constellation Schools: Westpark Community Middle","Physical Address Line 1":"16210 Lorain Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900502","School District Name":"Bridges Community Academy","Physical Address Line 1":"190 St Francis Ave","Physical Address Line 2":"","Physical Address City":"Tiffin","Physical Address State":"OH ","Physical Address Zipcode":"44883","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900501","School District Name":"Summit Academy Community School - Cincinnati","Physical Address Line 1":"1660 Sternblock Ln","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45237","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900500","School District Name":"Summit Academy Community School-Warren","Physical Address Line 1":"2106 Arbor Ave SE","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"OH ","Physical Address Zipcode":"44484","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900498","School District Name":"Summit Academy Secondary - Youngstown","Physical Address Line 1":"2800 Shady Run Rd","Physical Address Line 2":"","Physical Address City":"Youngstown","Physical Address State":"OH ","Physical Address Zipcode":"44502","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900497","School District Name":"Summit Academy Community School-Parma","Physical Address Line 1":"5868 Stumph Rd","Physical Address Line 2":"","Physical Address City":"Parma","Physical Address State":"OH ","Physical Address Zipcode":"44130","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900496","School District Name":"Summit Academy - Toledo","Physical Address Line 1":"301 Collingwood Blvd","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43604","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900495","School District Name":"Summit Academy Secondary - Canton","Physical Address Line 1":"2400 Cleveland Ave NW","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"OH ","Physical Address Zipcode":"44709","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900494","School District Name":"Summit Academy Secondary - Akron","Physical Address Line 1":"464 S Hawkins Ave","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44320","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900493","School District Name":"Summit Academy Community School - Dayton","Physical Address Line 1":"4128 Cedar Ridge Rd","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45414","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900492","School District Name":"Summit Academy Community School-Columbus","Physical Address Line 1":"2521 Fairwood Ave Ste 100","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900490","School District Name":"Auglaize County Educational Academy","Physical Address Line 1":"1130A East Albert St","Physical Address Line 2":"","Physical Address City":"Lima","Physical Address State":"OH ","Physical Address Zipcode":"45804","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900488","School District Name":"Greater Ohio Virtual School","Physical Address Line 1":"1879 Deerfield Rd","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"OH ","Physical Address Zipcode":"45036","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900478","School District Name":"Interactive Media & Construction (IMAC)","Physical Address Line 1":"215 N Trimble Rd","Physical Address Line 2":"","Physical Address City":"Mansfield","Physical Address State":"OH ","Physical Address Zipcode":"44906","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900474","School District Name":"Westside Academy","Physical Address Line 1":"4330 Clime Rd North","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43228","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900470","School District Name":"Horizon Science Academy-Cleveland Middle School","Physical Address Line 1":"6100 S Marginal Rd","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900467","School District Name":"Stambaugh Charter Academy","Physical Address Line 1":"2420 Donald Ave","Physical Address Line 2":"","Physical Address City":"Youngstown","Physical Address State":"OH ","Physical Address Zipcode":"44509","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900457","School District Name":"Bennett Venture Academy","Physical Address Line 1":"5130 Bennett Rd","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43612","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900454","School District Name":"Horizon Science Academy-Denison Middle School","Physical Address Line 1":"1700 Denison Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900451","School District Name":"Horizon Science Academy-Springfield","Physical Address Line 1":"630 S Reynolds Rd","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43615","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900448","School District Name":"Gem City Career Prep High School","Physical Address Line 1":"1721 N Main St","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45405","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900444","School District Name":"Horizon Science Academy-Dayton","Physical Address Line 1":"4751 Sue Ann Blvd","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45415","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900441","School District Name":"Horizon Science Academy-Cincinnati","Physical Address Line 1":"1055 Laidlaw Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45237","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900435","School District Name":"Midnimo Cross Cultural Community School","Physical Address Line 1":"1567 Loretta Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43211","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900434","School District Name":"Educational Academy for Boys & Girls","Physical Address Line 1":"35 Midland Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43223","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900428","School District Name":"Maritime Academy of Toledo The","Physical Address Line 1":"803 Water St","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43604","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900399","School District Name":"Wings Academy 1","Physical Address Line 1":"10615 Lamontier Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900396","School District Name":"Zenith Academy","Physical Address Line 1":"4606 Heaton Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43229","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900385","School District Name":"Schnee Learning Center","Physical Address Line 1":"2222 Issaquah St","Physical Address Line 2":"","Physical Address City":"Cuyahoga Falls","Physical Address State":"OH ","Physical Address Zipcode":"44221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900383","School District Name":"Oakstone Community School","Physical Address Line 1":"5747 Cleveland Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43231","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900381","School District Name":"Capital City Career Prep High School","Physical Address Line 1":"2400 S Hamilton Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43232","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900366","School District Name":"Rittman Academy","Physical Address Line 1":"100 Saurer St","Physical Address Line 2":"","Physical Address City":"Rittman","Physical Address State":"OH ","Physical Address Zipcode":"44270","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900361","School District Name":"Summit Academy Secondary School - Middletown","Physical Address Line 1":"7 S Marshall Rd","Physical Address Line 2":"","Physical Address City":"Middletown","Physical Address State":"OH ","Physical Address Zipcode":"45044","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900356","School District Name":"Summit Academy Community School - Painesville","Physical Address Line 1":"268 N State St","Physical Address Line 2":"","Physical Address City":"Painesville","Physical Address State":"OH ","Physical Address Zipcode":"44077","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900350","School District Name":"Summit Academy-Youngstown","Physical Address Line 1":"144 N Schenley Ave","Physical Address Line 2":"","Physical Address City":"Youngstown","Physical Address State":"OH ","Physical Address Zipcode":"44509","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900348","School District Name":"Summit Academy Transition High School Dayton","Physical Address Line 1":"251 Erdiel Dr","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45415","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900344","School District Name":"Summit Academy Alternative LearnersWarren Middle & Secondary","Physical Address Line 1":"1461 Moncrest Dr NW","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"OH ","Physical Address Zipcode":"44485","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900342","School District Name":"Summit Academy Transition High School-Columbus","Physical Address Line 1":"2521 Fairwood Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900341","School District Name":"Heir Force Community School","Physical Address Line 1":"150 W Grand Ave","Physical Address Line 2":"","Physical Address City":"Lima","Physical Address State":"OH ","Physical Address Zipcode":"45801","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900339","School District Name":"Summit Academy Middle School - Columbus","Physical Address Line 1":"2521 Fairwood Ave Ste 200","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900338","School District Name":"Summit Academy School - Lorain","Physical Address Line 1":"346 Illinois Ave","Physical Address Line 2":"","Physical Address City":"Lorain","Physical Address State":"OH ","Physical Address Zipcode":"44052","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900337","School District Name":"Summit Academy Transition High School-Cincinnati","Physical Address Line 1":"5800 Salvia Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45224","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900331","School District Name":"Coshocton Opportunity School","Physical Address Line 1":"1205 Cambridge Rd","Physical Address Line 2":"","Physical Address City":"Coshocton","Physical Address State":"OH ","Physical Address Zipcode":"43812","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900315","School District Name":"Emerson Academy","Physical Address Line 1":"501 Hickory St","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45410","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900314","School District Name":"Elevated Excellence Academy","Physical Address Line 1":"2129 W North Bend Rd","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45224","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900313","School District Name":"Hope Academy Northwest Campus","Physical Address Line 1":"1441 W 116th St","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900309","School District Name":"Apex Academy","Physical Address Line 1":"16005 Terrace Rd","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44112","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900308","School District Name":"Orion Academy","Physical Address Line 1":"1798 Queen City Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900307","School District Name":"Columbus Preparatory Academy","Physical Address Line 1":"3330 Chippewa St","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900306","School District Name":"Columbus Arts & Technology Academy","Physical Address Line 1":"2255 Kimberly Pkwy E","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43232","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900305","School District Name":"A+ Arts Academy","Physical Address Line 1":"1395 Fair Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900304","School District Name":"Columbus Humanities Arts and Technology Academy","Physical Address Line 1":"1333 Morse Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43229","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900302","School District Name":"Winterfield Venture Academy","Physical Address Line 1":"305 Wenz Rd","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43615","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900299","School District Name":"Pinnacle Academy","Physical Address Line 1":"860 E 222nd St","Physical Address Line 2":"","Physical Address City":"Euclid","Physical Address State":"OH ","Physical Address Zipcode":"44123","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900291","School District Name":"Constellation Schools: Puritas Community Middle","Physical Address Line 1":"17720 Puritas Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44135","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900286","School District Name":"Cleveland Academy for Scholarship Technology and Leadership","Physical Address Line 1":"3950 Prospect Ave E","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900285","School District Name":"Canton Harbor High School","Physical Address Line 1":"1731 Grace Ave NE","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"OH ","Physical Address Zipcode":"44705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900279","School District Name":"Randall Park High School","Physical Address Line 1":"4836 Northfield Rd","Physical Address Line 2":"","Physical Address City":"North Randall","Physical Address State":"OH ","Physical Address Zipcode":"44128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900277","School District Name":"Lake Erie International High School","Physical Address Line 1":"11650 Detroit Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900276","School District Name":"West Central Learning Academy II","Physical Address Line 1":"522 W North St","Physical Address Line 2":"","Physical Address City":"Lima","Physical Address State":"OH ","Physical Address Zipcode":"45801","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900252","School District Name":"Quaker Digital Academy","Physical Address Line 1":"400 Mill Ave SE Suite 901","Physical Address Line 2":"","Physical Address City":"New Philadelphia","Physical Address State":"OH ","Physical Address Zipcode":"44663","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900250","School District Name":"Ohio Connections Academy Inc","Physical Address Line 1":"3615 Superior Ave E","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900241","School District Name":"Miami Valley Academies","Physical Address Line 1":"5656 Springboro Pike","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45449","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900238","School District Name":"Ohio Central School System","Physical Address Line 1":"4545 Fisher Rd Ste D","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43228","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900237","School District Name":"Buckeye United School District","Physical Address Line 1":"4545 Fisher Rd Ste D","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43228","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900233","School District Name":"Foxfire High School","Physical Address Line 1":"2805 Pinkerton Ln","Physical Address Line 2":"","Physical Address City":"Zanesville","Physical Address State":"OH ","Physical Address Zipcode":"43701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900231","School District Name":"Skyway Career Prep High School","Physical Address Line 1":"1830 Adams St","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43624","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900223","School District Name":"Arts & College Preparatory Academy","Physical Address Line 1":"4401 Hilton Corporate Dr","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43232","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900216","School District Name":"North Dayton School Of Science & Discovery","Physical Address Line 1":"3901 Turner Rd","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45415","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900212","School District Name":"Constellation Schools: Stockyard Community Elementary","Physical Address Line 1":"3200 W 65th St","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900211","School District Name":"Constellation Schools: Puritas Community Elementary","Physical Address Line 1":"17720 Puritas Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44135","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900203","School District Name":"Alternative Education Academy","Physical Address Line 1":"1830 Adams St","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43604","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900194","School District Name":"Middletown Preparatory & Fitness Academy","Physical Address Line 1":"816 2nd Ave","Physical Address Line 2":"","Physical Address City":"Middletown","Physical Address State":"OH ","Physical Address Zipcode":"45044","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900193","School District Name":"Trotwood Preparatory & Fitness Academy","Physical Address Line 1":"3100 Shiloh Springs Rd","Physical Address Line 2":"","Physical Address City":"Trotwood","Physical Address State":"OH ","Physical Address Zipcode":"45426","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900192","School District Name":"Great Western Academy","Physical Address Line 1":"310 N Wilson Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900190","School District Name":"International Acad Of Columbus","Physical Address Line 1":"2439 Fuji Dr","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43229","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900181","School District Name":"Hope Academy Northcoast","Physical Address Line 1":"4310 E 71st St","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900180","School District Name":"Ohio Virtual Academy","Physical Address Line 1":"1690 Woodlands Dr Ste 200","Physical Address Line 2":"","Physical Address City":"Maumee","Physical Address State":"OH ","Physical Address Zipcode":"43537","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900179","School District Name":"Focus Learning Academy of Northern Columbus","Physical Address Line 1":"1880 E Dublin Granville Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43229","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900178","School District Name":"Focus Learning Academy of Southeastern Columbus","Physical Address Line 1":"4480 Refugee Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43232","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900177","School District Name":"Focus Learning Academy of Southwest Columbus","Physical Address Line 1":"190 Southwood Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900176","School District Name":"Black River Career Prep High School","Physical Address Line 1":"2015 W River Rd N","Physical Address Line 2":"","Physical Address City":"Elyria","Physical Address State":"OH ","Physical Address Zipcode":"44035","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900175","School District Name":"Stark High School","Physical Address Line 1":"1379 Garfield Ave SW Ste B","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"OH ","Physical Address Zipcode":"44706","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900155","School District Name":"Fairborn Digital Academy","Physical Address Line 1":"700 Black Ln","Physical Address Line 2":"","Physical Address City":"Fairborn","Physical Address State":"OH ","Physical Address Zipcode":"45324","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900151","School District Name":"GOAL Digital Academy","Physical Address Line 1":"890 W 4th St Ste 400","Physical Address Line 2":"","Physical Address City":"Mansfield","Physical Address State":"OH ","Physical Address Zipcode":"44906","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900146","School District Name":"Mahoning Unlimited Classroom","Physical Address Line 1":"7320 N Palmyra Rd","Physical Address Line 2":"","Physical Address City":"Canfield","Physical Address State":"OH ","Physical Address Zipcode":"44406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900145","School District Name":"Tomorrow Center","Physical Address Line 1":"3700 County Road 168","Physical Address Line 2":"","Physical Address City":"Cardington","Physical Address State":"OH ","Physical Address Zipcode":"43315","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3900138","School District Name":"Wildwood Environmental Academy","Physical Address Line 1":"1546 Dartford Rd","Physical Address Line 2":"","Physical Address City":"Maumee","Physical Address State":"OH ","Physical Address Zipcode":"43537","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900130","School District Name":"Alliance Academy of Cincinnati","Physical Address Line 1":"1712 Duck Creek Rd","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900129","School District Name":"Pathway School of Discovery","Physical Address Line 1":"173 Avondale Dr","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45404","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900127","School District Name":"Glass City Academy","Physical Address Line 1":"1000 Monroe St","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43604","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900123","School District Name":"Sciotoville","Physical Address Line 1":"224 Marshall St","Physical Address Line 2":"","Physical Address City":"Portsmouth","Physical Address State":"OH ","Physical Address Zipcode":"45662","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900121","School District Name":"Hamilton Cnty Math & Science","Physical Address Line 1":"2675 Civic Center Dr","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45231","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900119","School District Name":"West Preparatory Academy","Physical Address Line 1":"13111 Crossburn Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44135","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900118","School District Name":"TRECA Digital Academy","Physical Address Line 1":"107 N Main St","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"OH ","Physical Address Zipcode":"43302","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900117","School District Name":"The Autism Academy Of Learning","Physical Address Line 1":"110 Arco Dr","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900113","School District Name":"Phoenix Community Learning Ctr","Physical Address Line 1":"3595 Washington Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45229","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900109","School District Name":"Summit Academy Community School Alternative Learners-Lorain","Physical Address Line 1":"2140 E 36th St","Physical Address Line 2":"","Physical Address City":"Lorain","Physical Address State":"OH ","Physical Address Zipcode":"44055","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900107","School District Name":"Washington Park Community School","Physical Address Line 1":"4000 Washington Park Blvd","Physical Address Line 2":"","Physical Address City":"Newburgh Heights","Physical Address State":"OH ","Physical Address Zipcode":"44105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900106","School District Name":"Dohn Community","Physical Address Line 1":"608 E McMillan St","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900105","School District Name":"Constellation Schools: Westpark Community Elementary","Physical Address Line 1":"16210 Lorain Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900104","School District Name":"YB Columbus Community School","Physical Address Line 1":"1183 Essex Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900103","School District Name":"Constellation Schools: Elyria Community","Physical Address Line 1":"300 N Abbe Rd","Physical Address Line 2":"","Physical Address City":"Elyria","Physical Address State":"OH ","Physical Address Zipcode":"44035","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900102","School District Name":"Constellation Schools: Lorain Community Elementary","Physical Address Line 1":"1110 W 4th St","Physical Address Line 2":"","Physical Address City":"Lorain","Physical Address State":"OH ","Physical Address Zipcode":"44052","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900101","School District Name":"Marshall High School","Physical Address Line 1":"4720 Roosevelt Blvd","Physical Address Line 2":"","Physical Address City":"Middletown","Physical Address State":"OH ","Physical Address Zipcode":"45044","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900100","School District Name":"Cliff Park High School","Physical Address Line 1":"821 N Limestone St","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"OH ","Physical Address Zipcode":"45503","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900098","School District Name":"Summit Academy Akron Middle School","Physical Address Line 1":"464 S Hawkins Ave Ste 100","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44320","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900097","School District Name":"Summit Academy Community School Alternative Learners -Xenia","Physical Address Line 1":"1694 Pawnee Dr","Physical Address Line 2":"","Physical Address City":"Xenia","Physical Address State":"OH ","Physical Address Zipcode":"45385","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900096","School District Name":"Summit Acdy Comm Schl for Alternative Learners of Middletown","Physical Address Line 1":"4700 Central Ave","Physical Address Line 2":"","Physical Address City":"Middletown","Physical Address State":"OH ","Physical Address Zipcode":"45044","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900094","School District Name":"Monroe Local","Physical Address Line 1":"500 Yankee Rd","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"OH ","Physical Address Zipcode":"45050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.058172879967226546,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3900086","School District Name":"Queen City Career Prep High School","Physical Address Line 1":"2170 Gilbert Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900084","School District Name":"River Gate High School","Physical Address Line 1":"458 Franklin St SE","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"OH ","Physical Address Zipcode":"44483","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900083","School District Name":"Dayton Leadership Academies-Dayton View Campus","Physical Address Line 1":"1416 W Riverview Ave","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45402","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900081","School District Name":"Cornerstone Academy Community School","Physical Address Line 1":"6015 E Walnut St","Physical Address Line 2":"","Physical Address City":"Westerville","Physical Address State":"OH ","Physical Address Zipcode":"43081","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900080","School District Name":"Graham School The","Physical Address Line 1":"3950 Indianola Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900073","School District Name":"Richard Allen Preparatory","Physical Address Line 1":"545 Odlin Ave","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45405","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900072","School District Name":"T.C.P. World Academy","Physical Address Line 1":"6000 Ridge Ave","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45213","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900071","School District Name":"Summit Academy Community School for Alternative Learn-Canton","Physical Address Line 1":"1620 Market Ave S","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"OH ","Physical Address Zipcode":"44707","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900068","School District Name":"Constellation Schools: Parma Community","Physical Address Line 1":"7667 Day Dr Fl 1ST","Physical Address Line 2":"","Physical Address City":"Parma","Physical Address State":"OH ","Physical Address Zipcode":"44129","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900065","School District Name":"Intergenerational School The","Physical Address Line 1":"11327 Shaker Blvd Ste 200 E.","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900064","School District Name":"Mid-Ohio ESC","Physical Address Line 1":"890 W 4th St","Physical Address Line 2":"","Physical Address City":"Mansfield","Physical Address State":"OH ","Physical Address Zipcode":"44906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900056","School District Name":"Toledo School For The Arts","Physical Address Line 1":"333 14th St","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43604","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900053","School District Name":"Towpath Trail High School","Physical Address Line 1":"275 W Market St","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44303","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900052","School District Name":"Invictus High School","Physical Address Line 1":"3122 Euclid Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900047","School District Name":"Richard Allen Academy","Physical Address Line 1":"1206 Shuler Ave","Physical Address Line 2":"","Physical Address City":"Hamilton","Physical Address State":"OH ","Physical Address Zipcode":"45011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900043","School District Name":"Riverside Academy","Physical Address Line 1":"3280 River Rd","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900042","School District Name":"Horizon Science Academy Columbus","Physical Address Line 1":"1070 Morse Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43229","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900040","School District Name":"Horizon Science Acad Cleveland","Physical Address Line 1":"6000 S Marginal Rd","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900038","School District Name":"Summit Academy Akron Elementary School","Physical Address Line 1":"2503 Leland Ave","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44312","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900036","School District Name":"Millennium Community School","Physical Address Line 1":"3500 Refugee Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43232","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900033","School District Name":"Edge Academy The","Physical Address Line 1":"92 N Union St","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44304","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900032","School District Name":"Citizens Academy","Physical Address Line 1":"10118 Hampden Ave","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900031","School District Name":"Cincinnati College Preparatory Academy","Physical Address Line 1":"1425 Linn St","Physical Address Line 2":"","Physical Address City":"Cincinnati","Physical Address State":"OH ","Physical Address Zipcode":"45214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900029","School District Name":"City Day Community School","Physical Address Line 1":"320 S Main St","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"OH ","Physical Address Zipcode":"45402","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900027","School District Name":"Middlebury Academy","Physical Address Line 1":"88 Kent St","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"OH ","Physical Address Zipcode":"44305","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900025","School District Name":"Green Inspiration Academy","Physical Address Line 1":"4265 Northfield Rd","Physical Address Line 2":"","Physical Address City":"Highland Hills","Physical Address State":"OH ","Physical Address Zipcode":"44128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900022","School District Name":"Autism Model School","Physical Address Line 1":"3020 Tremainsville Rd","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"OH ","Physical Address Zipcode":"43613","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900019","School District Name":"Constellation Schools: Old Brooklyn Community Elementary","Physical Address Line 1":"4430 State Rd","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"OH ","Physical Address Zipcode":"44109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900017","School District Name":"Youngstown Community School","Physical Address Line 1":"50 Essex St","Physical Address Line 2":"","Physical Address City":"Youngstown","Physical Address State":"OH ","Physical Address Zipcode":"44502","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900012","School District Name":"Gallia-Vinton ESC","Physical Address Line 1":"60 Ridge Ave","Physical Address Line 2":"","Physical Address City":"Rio Grande","Physical Address State":"OH ","Physical Address Zipcode":"45674","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3900002","School District Name":"Ohio School For The Blind","Physical Address Line 1":"5220 N High St","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43214","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3900001","School District Name":"Ohio School For The Deaf","Physical Address Line 1":"500 Morse Rd","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"OH ","Physical Address Zipcode":"43214","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880780","School District Name":"MINOT AFB 160","Physical Address Line 1":"215 2nd St SE","Physical Address Line 2":"","Physical Address City":"Minot","Physical Address State":"ND ","Physical Address Zipcode":"58701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880750","School District Name":"BISMARCK TECHNICAL CENTER","Physical Address Line 1":"1200 College Dr","Physical Address Line 2":"","Physical Address City":"Bismarck","Physical Address State":"ND ","Physical Address Zipcode":"58501","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880720","School District Name":"BISMARCK SPECIAL ED UNIT","Physical Address Line 1":"806 N Washington St","Physical Address Line 2":"","Physical Address City":"Bismarck","Physical Address State":"ND ","Physical Address Zipcode":"58501","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880700","School District Name":"NORTH VALLEY AREA CAREER & TECHNICAL CENTER","Physical Address Line 1":"1540 School Rd","Physical Address Line 2":"","Physical Address City":"Grafton","Physical Address State":"ND ","Physical Address Zipcode":"58237","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880680","School District Name":"JAMES VALLEY AREA CAREER & TECHNICAL CENTER","Physical Address Line 1":"910 12th Ave NE","Physical Address Line 2":"","Physical Address City":"Jamestown","Physical Address State":"ND ","Physical Address Zipcode":"58401","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880660","School District Name":"SOUTHEAST REGION CAREER & TECHNICAL CENTER","Physical Address Line 1":"2101 9th St N","Physical Address Line 2":"","Physical Address City":"Wahpeton","Physical Address State":"ND ","Physical Address Zipcode":"58075","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880640","School District Name":"LAKE AREA CAREER & TECHNICAL CENTER","Physical Address Line 1":"205 16th St NW","Physical Address Line 2":"","Physical Address City":"Devils Lake","Physical Address State":"ND ","Physical Address Zipcode":"58301","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880570","School District Name":"WAHPETON SPECIAL ED UNIT","Physical Address Line 1":"508 9th St N","Physical Address Line 2":"","Physical Address City":"Wahpeton","Physical Address State":"ND ","Physical Address Zipcode":"58075","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880560","School District Name":"SHEYENNE VALLEY AREA CAREER & TECHNICAL CENTER","Physical Address Line 1":"801 Valley Ave SE","Physical Address Line 2":"","Physical Address City":"Valley City","Physical Address State":"ND ","Physical Address Zipcode":"58072","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880540","School District Name":"UPPER VALLEY SPECIAL ED UNIT","Physical Address Line 1":"516 Cooper Ave Ste 102","Physical Address Line 2":"","Physical Address City":"Grafton","Physical Address State":"ND ","Physical Address Zipcode":"58237","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880520","School District Name":"SOUTH VALLEY SPECIAL ED UNIT","Physical Address Line 1":"102 6th St SE","Physical Address Line 2":"","Physical Address City":"Hankinson","Physical Address State":"ND ","Physical Address Zipcode":"58041","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3880500","School District Name":"SHEYENNE VALLEY SPECIAL ED UNIT","Physical Address Line 1":"232 3rd St NE","Physical Address Line 2":"","Physical Address City":"Valley City","Physical Address State":"ND ","Physical Address Zipcode":"58072","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880480","School District Name":"PEACE GARDEN STUDENT SUPPORT SERVICES","Physical Address Line 1":"309 2nd St E","Physical Address Line 2":"","Physical Address City":"Bottineau","Physical Address State":"ND ","Physical Address Zipcode":"58318","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3880470","School District Name":"GRAND FORKS SPECIAL ED UNIT","Physical Address Line 1":"2400 47th Ave S","Physical Address Line 2":"","Physical Address City":"Grand Forks","Physical Address State":"ND ","Physical Address Zipcode":"58201","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880460","School District Name":"MORTON-SIOUX SPECIAL ED UNIT","Physical Address Line 1":"901 Division St NW","Physical Address Line 2":"","Physical Address City":"Mandan","Physical Address State":"ND ","Physical Address Zipcode":"58554","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880450","School District Name":"DICKINSON SPECIAL ED UNIT","Physical Address Line 1":"444 4th St W","Physical Address Line 2":"","Physical Address City":"Dickinson","Physical Address State":"ND ","Physical Address Zipcode":"58601","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880430","School District Name":"FT TOTTEN SPECIAL ED UNIT","Physical Address Line 1":"Hwy 57 S","Physical Address Line 2":"","Physical Address City":"Fort Totten","Physical Address State":"ND ","Physical Address Zipcode":"58335","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3880420","School District Name":"GST SPECIAL ED UNIT","Physical Address Line 1":"600 Arnold Ave","Physical Address Line 2":"","Physical Address City":"Portland","Physical Address State":"ND ","Physical Address Zipcode":"58274","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3880410","School District Name":"FARGO SPECIAL ED UNIT","Physical Address Line 1":"415 4th St N","Physical Address Line 2":"","Physical Address City":"Fargo","Physical Address State":"ND ","Physical Address Zipcode":"58102","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880360","School District Name":"WILMAC SPECIAL ED UNIT","Physical Address Line 1":"222 University Ave","Physical Address Line 2":"","Physical Address City":"Williston","Physical Address State":"ND ","Physical Address Zipcode":"58801","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880350","School District Name":"WEST FARGO SPECIAL ED UNIT","Physical Address Line 1":"207 Main Ave W","Physical Address Line 2":"","Physical Address City":"West Fargo","Physical Address State":"ND ","Physical Address Zipcode":"58078","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880340","School District Name":"SOUTH CENTRAL PRAIRIE SPECIAL ED UNIT","Physical Address Line 1":"301 Broadway","Physical Address Line 2":"","Physical Address City":"Napoleon","Physical Address State":"ND ","Physical Address Zipcode":"58561","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3880310","School District Name":"RURAL CASS SPECIAL ED UNIT","Physical Address Line 1":"300 1st St","Physical Address Line 2":"","Physical Address City":"Mapleton","Physical Address State":"ND ","Physical Address Zipcode":"58059","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3880300","School District Name":"OLIVER-MERCER SPECIAL ED UNIT","Physical Address Line 1":"507 1st Ave NW","Physical Address Line 2":"","Physical Address City":"Hazen","Physical Address State":"ND ","Physical Address Zipcode":"58545","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3880280","School District Name":"LAKE REGION SPECIAL ED UNIT","Physical Address Line 1":"801 5th Ave SE","Physical Address Line 2":"","Physical Address City":"Devils Lake","Physical Address State":"ND ","Physical Address Zipcode":"58301","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880260","School District Name":"EAST CENTRAL SPECIAL ED UNIT","Physical Address Line 1":"16 8th St S","Physical Address Line 2":"","Physical Address City":"New Rockford","Physical Address State":"ND ","Physical Address Zipcode":"58356","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3880250","School District Name":"TURTLE MOUNTAIN SPECIAL ED UNIT","Physical Address Line 1":"1210 Wm Hardesty St","Physical Address Line 2":"","Physical Address City":"Belcourt","Physical Address State":"ND ","Physical Address Zipcode":"58316","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3880240","School District Name":"SOUTHWEST SPECIAL ED UNIT","Physical Address Line 1":"507 Brown Ave","Physical Address Line 2":"","Physical Address City":"Mott","Physical Address State":"ND ","Physical Address Zipcode":"58646","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3880220","School District Name":"SOURIS VALLEY SPECIAL ED UNIT","Physical Address Line 1":"1370 20th Ave SW","Physical Address Line 2":"","Physical Address City":"Minot","Physical Address State":"ND ","Physical Address Zipcode":"58701","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880200","School District Name":"PEMBINA SPECIAL ED COOPERATIVE","Physical Address Line 1":"106B Division Ave N","Physical Address Line 2":"","Physical Address City":"Cavalier","Physical Address State":"ND ","Physical Address Zipcode":"58220","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3880180","School District Name":"NORTHERN PLAINS SPECIAL ED UNIT","Physical Address Line 1":"109 8th Ave SW","Physical Address Line 2":"","Physical Address City":"Stanley","Physical Address State":"ND ","Physical Address Zipcode":"58784","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3880160","School District Name":"LONETREE SPECIAL ED UNIT","Physical Address Line 1":"210 North St E","Physical Address Line 2":"","Physical Address City":"Harvey","Physical Address State":"ND ","Physical Address Zipcode":"58341","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3880120","School District Name":"BURLEIGH CO SPECIAL ED UNIT","Physical Address Line 1":"4007 State St Ste 101","Physical Address Line 2":"","Physical Address City":"Bismarck","Physical Address State":"ND ","Physical Address Zipcode":"58503","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3880100","School District Name":"WEST RIVER STUDENT SERVICES UNIT","Physical Address Line 1":"623 State Ave Suite D","Physical Address Line 2":"","Physical Address City":"Dickinson","Physical Address State":"ND ","Physical Address Zipcode":"58601","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3830049","School District Name":"New Salem-Almont School District","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.059322033898305086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3820400","School District Name":"ZEELAND 4","Physical Address Line 1":"510 S Main St","Physical Address Line 2":"","Physical Address City":"Zeeland","Physical Address State":"ND ","Physical Address Zipcode":"58581","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24444444444444444,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3820340","School District Name":"YELLOWSTONE 14","Physical Address Line 1":"301 2nd St S and Prospect Ave","Physical Address Line 2":"","Physical Address City":"Fairview","Physical Address State":"MT ","Physical Address Zipcode":"59221","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07835820895522388,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3820310","School District Name":"WYNDMERE 42","Physical Address Line 1":"101 Date Ave","Physical Address Line 2":"","Physical Address City":"Wyndmere","Physical Address State":"ND ","Physical Address Zipcode":"58081","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10096153846153846,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3820190","School District Name":"WISHEK 19","Physical Address Line 1":"200 Badger St S","Physical Address Line 2":"","Physical Address City":"Wishek","Physical Address State":"ND ","Physical Address Zipcode":"58495","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10416666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3820130","School District Name":"WING 28","Physical Address Line 1":"4th and Main","Physical Address Line 2":"","Physical Address City":"Wing","Physical Address State":"ND ","Physical Address Zipcode":"58494","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12631578947368421,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3819880","School District Name":"WILLISTON 1","Physical Address Line 1":"1201 9th Ave NW","Physical Address Line 2":"","Physical Address City":"Williston","Physical Address State":"ND ","Physical Address Zipcode":"58801","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07836764174792343,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3819680","School District Name":"WHITE SHIELD 85","Physical Address Line 1":"2 2nd Ave W","Physical Address Line 2":"","Physical Address City":"White Shield","Physical Address State":"ND ","Physical Address Zipcode":"58775","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0949367088607595,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3819470","School District Name":"WESTHOPE 17","Physical Address Line 1":"395 Main St","Physical Address Line 2":"","Physical Address City":"Westhope","Physical Address State":"ND ","Physical Address Zipcode":"58793","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1044776119402985,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3819410","School District Name":"WEST FARGO 6","Physical Address Line 1":"207 Main Ave W","Physical Address Line 2":"","Physical Address City":"West Fargo","Physical Address State":"ND ","Physical Address Zipcode":"58078","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06450344149459193,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3819290","School District Name":"WASHBURN 4","Physical Address Line 1":"713 7th St","Physical Address Line 2":"","Physical Address City":"Washburn","Physical Address State":"ND ","Physical Address Zipcode":"58577","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06309148264984227,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3819260","School District Name":"WARWICK 29","Physical Address Line 1":"210 4th Ave","Physical Address Line 2":"","Physical Address City":"Warwick","Physical Address State":"ND ","Physical Address Zipcode":"58381","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3741496598639456,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3819020","School District Name":"WAHPETON 37","Physical Address Line 1":"1021 11th St N","Physical Address Line 2":"","Physical Address City":"Wahpeton","Physical Address State":"ND ","Physical Address Zipcode":"58075","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10475482912332838,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3818850","School District Name":"VALLEY CITY 2","Physical Address Line 1":"460 Central Ave N","Physical Address Line 2":"","Physical Address City":"Valley City","Physical Address State":"ND ","Physical Address Zipcode":"58072","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.0888468809073724,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3818730","School District Name":"UNITED 7","Physical Address Line 1":"317 Roosevelt St","Physical Address Line 2":"","Physical Address City":"Des Lacs","Physical Address State":"ND ","Physical Address Zipcode":"58733","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06481481481481481,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3818660","School District Name":"UNDERWOOD 8","Physical Address Line 1":"123 Summit St","Physical Address Line 2":"","Physical Address City":"Underwood","Physical Address State":"ND ","Physical Address Zipcode":"58576","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09090909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3818600","School District Name":"TWIN BUTTES 37","Physical Address Line 1":"7997 7A St NW","Physical Address Line 2":"","Physical Address City":"Halliday","Physical Address State":"ND ","Physical Address Zipcode":"58636","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21428571428571427,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3818500","School District Name":"TURTLE LAKE-MERCER 72","Physical Address Line 1":"250 3rd Ave W","Physical Address Line 2":"","Physical Address City":"Turtle Lake","Physical Address State":"ND ","Physical Address Zipcode":"58575","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10294117647058823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3818280","School District Name":"THOMPSON 61","Physical Address Line 1":"424 3rd St","Physical Address Line 2":"","Physical Address City":"Thompson","Physical Address State":"ND ","Physical Address Zipcode":"58278","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.019880715705765408,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3817940","School District Name":"SWEET BRIAR 17","Physical Address Line 1":"4060 County Rd 83","Physical Address Line 2":"","Physical Address City":"Mandan","Physical Address State":"ND ","Physical Address Zipcode":"58554","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06060606060606061,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3817910","School District Name":"SURREY 41","Physical Address Line 1":"200 2nd St SE","Physical Address Line 2":"","Physical Address City":"Surrey","Physical Address State":"ND ","Physical Address Zipcode":"58785","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0390625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3817760","School District Name":"STERLING 35","Physical Address Line 1":"118 McKenzie St","Physical Address Line 2":"","Physical Address City":"Sterling","Physical Address State":"ND ","Physical Address Zipcode":"58572","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.33653846153846156,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3817670","School District Name":"STARKWEATHER 44","Physical Address Line 1":"505 E Main","Physical Address Line 2":"","Physical Address City":"Starkweather","Physical Address State":"ND ","Physical Address Zipcode":"58377","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2318840579710145,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3817570","School District Name":"STANLEY 2","Physical Address Line 1":"109 8th Ave SW","Physical Address Line 2":"","Physical Address City":"Stanley","Physical Address State":"ND ","Physical Address Zipcode":"58784","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08609271523178808,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3817520","School District Name":"ST THOMAS 43","Physical Address Line 1":"375 Heritage","Physical Address Line 2":"","Physical Address City":"Saint Thomas","Physical Address State":"ND ","Physical Address Zipcode":"58276","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.05405405405405406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3817460","School District Name":"ST JOHN 3","Physical Address Line 1":"400 Foussard Ave","Physical Address Line 2":"","Physical Address City":"Saint John","Physical Address State":"ND ","Physical Address Zipcode":"58369","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22252747252747251,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3817170","School District Name":"SOUTH PRAIRIE 70","Physical Address Line 1":"100 177th Ave SW","Physical Address Line 2":"","Physical Address City":"Minot","Physical Address State":"ND ","Physical Address Zipcode":"58701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05907172995780591,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3817130","School District Name":"SOUTH HEART 9","Physical Address Line 1":"310 4th St NW","Physical Address Line 2":"","Physical Address City":"South Heart","Physical Address State":"ND ","Physical Address Zipcode":"58655","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07105263157894737,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3817040","School District Name":"VELVA 1","Physical Address Line 1":"101 4th St W","Physical Address Line 2":"","Physical Address City":"Velva","Physical Address State":"ND ","Physical Address Zipcode":"58790","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3816980","School District Name":"SOLEN 3","Physical Address Line 1":"902 E Broadway","Physical Address Line 2":"","Physical Address City":"Solen","Physical Address State":"ND ","Physical Address Zipcode":"58570","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3050847457627119,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3816510","School District Name":"SELFRIDGE 8","Physical Address Line 1":"210 2nd Ave S","Physical Address Line 2":"","Physical Address City":"Selfridge","Physical Address State":"ND ","Physical Address Zipcode":"58568","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3816470","School District Name":"SAWYER 16","Physical Address Line 1":"25 1st Ave SW","Physical Address Line 2":"","Physical Address City":"Sawyer","Physical Address State":"ND ","Physical Address Zipcode":"58781","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.041237113402061855,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3816430","School District Name":"SARGENT CENTRAL 6","Physical Address Line 1":"575 5th St SW","Physical Address Line 2":"","Physical Address City":"Forman","Physical Address State":"ND ","Physical Address Zipcode":"58032","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0891089108910891,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3816130","School District Name":"RUGBY 5","Physical Address Line 1":"1123 S Main Ave","Physical Address Line 2":"","Physical Address City":"Rugby","Physical Address State":"ND ","Physical Address Zipcode":"58368","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1033434650455927,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3816090","School District Name":"ROOSEVELT 18","Physical Address Line 1":"210 2nd Ave W","Physical Address Line 2":"","Physical Address City":"Carson","Physical Address State":"ND ","Physical Address Zipcode":"58529","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2196969696969697,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3816050","School District Name":"ROLETTE 29","Physical Address Line 1":"901 3rd Ave NE","Physical Address Line 2":"","Physical Address City":"Rolette","Physical Address State":"ND ","Physical Address Zipcode":"58366","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2033898305084746,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3815150","School District Name":"PINGREE-BUCHANAN 10","Physical Address Line 1":"111 Lincoln Ave","Physical Address Line 2":"","Physical Address City":"Pingree","Physical Address State":"ND ","Physical Address Zipcode":"58476","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07446808510638298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3814940","School District Name":"PARSHALL 3","Physical Address Line 1":"601 N Main St","Physical Address Line 2":"","Physical Address City":"Parshall","Physical Address State":"ND ","Physical Address Zipcode":"58770","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12105263157894737,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3814880","School District Name":"Park River Area Public School District 8","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.09887640449438202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3814520","School District Name":"OBERON 16","Physical Address Line 1":"315 A St N","Physical Address Line 2":"","Physical Address City":"Oberon","Physical Address State":"ND ","Physical Address Zipcode":"58357","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23711340206185566,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3814500","School District Name":"OAKES 41","Physical Address Line 1":"804 Main Ave","Physical Address Line 2":"","Physical Address City":"Oakes","Physical Address State":"ND ","Physical Address Zipcode":"58474","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08260869565217391,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3814340","School District Name":"NORTHWOOD 129","Physical Address Line 1":"420 Trojan Rd","Physical Address Line 2":"","Physical Address City":"Northwood","Physical Address State":"ND ","Physical Address Zipcode":"58267","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3814290","School District Name":"NORTH SARGENT 3","Physical Address Line 1":"16 1st St SW","Physical Address Line 2":"","Physical Address City":"Gwinner","Physical Address State":"ND ","Physical Address Zipcode":"58040","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08695652173913043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3813920","School District Name":"NEW TOWN 1","Physical Address Line 1":"300 Eagle Dr","Physical Address Line 2":"","Physical Address City":"New Town","Physical Address State":"ND ","Physical Address Zipcode":"58763","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14166031987814165,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3813760","School District Name":"WILLIAMS COUNTY 8","Physical Address Line 1":"111 7th Ave W","Physical Address Line 2":"","Physical Address City":"Williston","Physical Address State":"ND ","Physical Address Zipcode":"58801","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05931198102016608,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3813710","School District Name":"NESSON 2","Physical Address Line 1":"224 2nd Ave W","Physical Address Line 2":"","Physical Address City":"Ray","Physical Address State":"ND ","Physical Address Zipcode":"58849","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.05955334987593052,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3813660","School District Name":"NEDROSE 4","Physical Address Line 1":"5705 15th Ave SE","Physical Address Line 2":"","Physical Address City":"Minot","Physical Address State":"ND ","Physical Address Zipcode":"58701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08174386920980926,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3813510","School District Name":"NAPOLEON 2","Physical Address Line 1":"615 3rd St E","Physical Address Line 2":"","Physical Address City":"Napoleon","Physical Address State":"ND ","Physical Address Zipcode":"58561","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19262295081967212,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3813440","School District Name":"MUNICH 19","Physical Address Line 1":"410 7th Ave","Physical Address Line 2":"","Physical Address City":"Munich","Physical Address State":"ND ","Physical Address Zipcode":"58352","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10101010101010101,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3813400","School District Name":"MT PLEASANT 4","Physical Address Line 1":"201 5th St NE","Physical Address Line 2":"","Physical Address City":"Rolla","Physical Address State":"ND ","Physical Address Zipcode":"58367","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15342465753424658,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3813230","School District Name":"MONTPELIER 14","Physical Address Line 1":"214 7th Ave","Physical Address Line 2":"","Physical Address City":"Montpelier","Physical Address State":"ND ","Physical Address Zipcode":"58472","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3813200","School District Name":"WILTON 1","Physical Address Line 1":"504 Dakota Ave","Physical Address Line 2":"","Physical Address City":"Wilton","Physical Address State":"ND ","Physical Address Zipcode":"58579","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0782312925170068,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3813050","School District Name":"MINTO 20","Physical Address Line 1":"200 4th St","Physical Address Line 2":"","Physical Address City":"Minto","Physical Address State":"ND ","Physical Address Zipcode":"58261","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0670391061452514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3813030","School District Name":"MINOT 1","Physical Address Line 1":"215 2nd St SE","Physical Address Line 2":"","Physical Address City":"Minot","Physical Address State":"ND ","Physical Address Zipcode":"58701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07670521595468492,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3812990","School District Name":"MINNEWAUKAN 5","Physical Address Line 1":"4675 Hwy 281 N","Physical Address Line 2":"","Physical Address City":"Minnewaukan","Physical Address State":"ND ","Physical Address Zipcode":"58351","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25396825396825395,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3812930","School District Name":"MILNOR 2","Physical Address Line 1":"530 5th St","Physical Address Line 2":"","Physical Address City":"Milnor","Physical Address State":"ND ","Physical Address Zipcode":"58060","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07623318385650224,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3812920","School District Name":"MIDWAY 128","Physical Address Line 1":"3202 33rd Ave NE","Physical Address Line 2":"","Physical Address City":"Inkster","Physical Address State":"ND ","Physical Address Zipcode":"58233","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05220883534136546,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3812720","School District Name":"MENOKEN 33","Physical Address Line 1":"412 N Bismarck St","Physical Address Line 2":"","Physical Address City":"Menoken","Physical Address State":"ND ","Physical Address Zipcode":"58558","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3812660","School District Name":"MEDINA 3","Physical Address Line 1":"300 School St SE","Physical Address Line 2":"","Physical Address City":"Medina","Physical Address State":"ND ","Physical Address Zipcode":"58467","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15079365079365079,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3812540","School District Name":"MCKENZIE CO 1","Physical Address Line 1":"100 3rd St NE","Physical Address Line 2":"","Physical Address City":"Watford City","Physical Address State":"ND ","Physical Address Zipcode":"58854","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.04921579232017307,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3812430","School District Name":"MCCLUSKY 19","Physical Address Line 1":"219 Ave D W","Physical Address Line 2":"","Physical Address City":"McClusky","Physical Address State":"ND ","Physical Address Zipcode":"58463","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3372093023255814,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3812350","School District Name":"MAX 50","Physical Address Line 1":"2855 Hwy 83 NW","Physical Address Line 2":"","Physical Address City":"Max","Physical Address State":"ND ","Physical Address Zipcode":"58759","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07339449541284404,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3812120","School District Name":"MARMARTH 12","Physical Address Line 1":"301 2nd Ave SE","Physical Address Line 2":"","Physical Address City":"Marmarth","Physical Address State":"ND ","Physical Address Zipcode":"58643","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2903225806451613,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3812030","School District Name":"MAPLETON 7","Physical Address Line 1":"300 1st St","Physical Address Line 2":"","Physical Address City":"Mapleton","Physical Address State":"ND ","Physical Address Zipcode":"58059","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.022388059701492536,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3812020","School District Name":"MAPLE VALLEY 4","Physical Address Line 1":"207 Broadway","Physical Address Line 2":"","Physical Address City":"Tower City","Physical Address State":"ND ","Physical Address Zipcode":"58071","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10320284697508897,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3812000","School District Name":"MANVEL 125","Physical Address Line 1":"801 Oldham Ave","Physical Address Line 2":"","Physical Address City":"Manvel","Physical Address State":"ND ","Physical Address Zipcode":"58256","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04895104895104895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3811970","School District Name":"MANNING 45","Physical Address Line 1":"10500 Hwy 1804 S","Physical Address Line 2":"","Physical Address City":"Bismarck","Physical Address State":"ND ","Physical Address Zipcode":"58504","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.045454545454545456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3811850","School District Name":"MANDAREE 36","Physical Address Line 1":"1 Warrior Circle","Physical Address Line 2":"","Physical Address City":"Mandaree","Physical Address State":"ND ","Physical Address Zipcode":"58757","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0928462709284627,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3811820","School District Name":"MANDAN 1","Physical Address Line 1":"901 Division St NW","Physical Address Line 2":"","Physical Address City":"Mandan","Physical Address State":"ND ","Physical Address Zipcode":"58554","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0895032802249297,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3811700","School District Name":"MADDOCK 9","Physical Address Line 1":"909 1st St","Physical Address Line 2":"","Physical Address City":"Maddock","Physical Address State":"ND ","Physical Address Zipcode":"58348","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.30538922155688625,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3811610","School District Name":"LONE TREE 6","Physical Address Line 1":"301 Terrell Ave","Physical Address Line 2":"","Physical Address City":"Golva","Physical Address State":"ND ","Physical Address Zipcode":"58632","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2631578947368421,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3811540","School District Name":"LITTLE HEART 4","Physical Address Line 1":"2354 County Rd 136","Physical Address Line 2":"","Physical Address City":"Saint Anthony","Physical Address State":"ND ","Physical Address Zipcode":"58566","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3811430","School District Name":"LISBON 19","Physical Address Line 1":"502 Ash St","Physical Address Line 2":"","Physical Address City":"Lisbon","Physical Address State":"ND ","Physical Address Zipcode":"58054","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0641025641025641,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3811140","School District Name":"LIDGERWOOD 28","Physical Address Line 1":"28 3rd Ave SE","Physical Address Line 2":"","Physical Address City":"Lidgerwood","Physical Address State":"ND ","Physical Address Zipcode":"58053","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09278350515463918,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3810980","School District Name":"LEEDS 6","Physical Address Line 1":"530 1st St SE","Physical Address Line 2":"","Physical Address City":"Leeds","Physical Address State":"ND ","Physical Address Zipcode":"58346","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16774193548387098,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3810860","School District Name":"LARIMORE 44","Physical Address Line 1":"300 Booth Ave","Physical Address Line 2":"","Physical Address City":"Larimore","Physical Address State":"ND ","Physical Address Zipcode":"58251","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07113821138211382,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3810810","School District Name":"LANGDON AREA 23","Physical Address Line 1":"715 14th Ave","Physical Address Line 2":"","Physical Address City":"Langdon","Physical Address State":"ND ","Physical Address Zipcode":"58249","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11845102505694761,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3810740","School District Name":"LAMOURE 8","Physical Address Line 1":"105 6th Ave SE","Physical Address Line 2":"","Physical Address City":"LaMoure","Physical Address State":"ND ","Physical Address Zipcode":"58458","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08668730650154799,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3810600","School District Name":"LAKOTA 66","Physical Address Line 1":"500 Main St N","Physical Address Line 2":"","Physical Address City":"Lakota","Physical Address State":"ND ","Physical Address Zipcode":"58344","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06321839080459771,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3810500","School District Name":"KULM 7","Physical Address Line 1":"217 2nd Ave SE","Physical Address Line 2":"","Physical Address City":"Kulm","Physical Address State":"ND ","Physical Address Zipcode":"58456","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18018018018018017,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3810270","School District Name":"KILLDEER 16","Physical Address Line 1":"101 High St NW","Physical Address Line 2":"","Physical Address City":"Killdeer","Physical Address State":"ND ","Physical Address Zipcode":"58640","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11818181818181818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3810260","School District Name":"KENSAL 19","Physical Address Line 1":"803 1st Ave","Physical Address Line 2":"","Physical Address City":"Kensal","Physical Address State":"ND ","Physical Address Zipcode":"58455","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13513513513513514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3810180","School District Name":"KENMARE 28","Physical Address Line 1":"300 7th Ave NE","Physical Address Line 2":"","Physical Address City":"Kenmare","Physical Address State":"ND ","Physical Address Zipcode":"58746","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.054441260744985676,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3809810","School District Name":"HORSE CREEK 32","Physical Address Line 1":"1812 Horse Creek Rd","Physical Address Line 2":"","Physical Address City":"Cartwright","Physical Address State":"ND ","Physical Address Zipcode":"58838","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3809570","School District Name":"HILLSBORO 9","Physical Address Line 1":"12 4th St NE","Physical Address Line 2":"","Physical Address City":"Hillsboro","Physical Address State":"ND ","Physical Address Zipcode":"58045","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08450704225352113,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3809410","School District Name":"HETTINGER 13","Physical Address Line 1":"209 8th St S","Physical Address Line 2":"","Physical Address City":"Hettinger","Physical Address State":"ND ","Physical Address Zipcode":"58639","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0898876404494382,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3809180","School District Name":"HEBRON 13","Physical Address Line 1":"400 Church Ave","Physical Address Line 2":"","Physical Address City":"Hebron","Physical Address State":"ND ","Physical Address Zipcode":"58638","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09905660377358491,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3809130","School District Name":"HAZELTON-MOFFIT-BRADDOCK 6","Physical Address Line 1":"211 Hazel Ave","Physical Address Line 2":"","Physical Address City":"Hazelton","Physical Address State":"ND ","Physical Address Zipcode":"58544","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1509433962264151,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3809000","School District Name":"HATTON EIELSON 7","Physical Address Line 1":"503 4th St","Physical Address Line 2":"","Physical Address City":"Hatton","Physical Address State":"ND ","Physical Address Zipcode":"58240","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07661290322580645,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3808890","School District Name":"HARVEY 38","Physical Address Line 1":"811 Burke Ave","Physical Address Line 2":"","Physical Address City":"Harvey","Physical Address State":"ND ","Physical Address Zipcode":"58341","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12796208530805686,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3808710","School District Name":"HANKINSON 8","Physical Address Line 1":"415 1st Ave SE","Physical Address Line 2":"","Physical Address City":"Hankinson","Physical Address State":"ND ","Physical Address Zipcode":"58041","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09859154929577464,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3808610","School District Name":"HALLIDAY 19","Physical Address Line 1":"188 4th St S","Physical Address Line 2":"","Physical Address City":"Halliday","Physical Address State":"ND ","Physical Address Zipcode":"58636","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17894736842105263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3808460","School District Name":"GRENORA 99","Physical Address Line 1":"402 Robinson St","Physical Address Line 2":"","Physical Address City":"Grenora","Physical Address State":"ND ","Physical Address Zipcode":"58845","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09405940594059406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3808130","School District Name":"GRAND FORKS 1","Physical Address Line 1":"2400 47th Ave S","Physical Address Line 2":"","Physical Address City":"Grand Forks","Physical Address State":"ND ","Physical Address Zipcode":"58201","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09655172413793103,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3808060","School District Name":"GRAFTON 3","Physical Address Line 1":"1548 School Rd","Physical Address Line 2":"","Physical Address City":"Grafton","Physical Address State":"ND ","Physical Address Zipcode":"58237","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09665871121718377,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3807950","School District Name":"GOODRICH 16","Physical Address Line 1":"211 4th St","Physical Address Line 2":"","Physical Address City":"Goodrich","Physical Address State":"ND ","Physical Address Zipcode":"58444","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20689655172413793,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3807850","School District Name":"GLENBURN 26","Physical Address Line 1":"102 Raymond St","Physical Address Line 2":"","Physical Address City":"Glenburn","Physical Address State":"ND ","Physical Address Zipcode":"58740","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3807830","School District Name":"GLEN ULLIN 48","Physical Address Line 1":"6508 Hwy 49","Physical Address Line 2":"","Physical Address City":"Glen Ullin","Physical Address State":"ND ","Physical Address Zipcode":"58631","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08888888888888889,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3807590","School District Name":"GARRISON 51","Physical Address Line 1":"51 5th Ave NE","Physical Address Line 2":"","Physical Address City":"Garrison","Physical Address State":"ND ","Physical Address Zipcode":"58540","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1164021164021164,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3807200","School District Name":"FT YATES 4","Physical Address Line 1":"9189 1/2 Hwy 24","Physical Address Line 2":"","Physical Address City":"Fort Yates","Physical Address State":"ND ","Physical Address Zipcode":"58538","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25679347826086957,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3807170","School District Name":"FT TOTTEN 30","Physical Address Line 1":"7268 Hwy 57 W","Physical Address Line 2":"","Physical Address City":"Fort Totten","Physical Address State":"ND ","Physical Address Zipcode":"58335","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3184713375796178,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3806930","School District Name":"FLASHER 39","Physical Address Line 1":"206 3rd Ave E","Physical Address Line 2":"","Physical Address City":"Flasher","Physical Address State":"ND ","Physical Address Zipcode":"58535","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1476510067114094,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3806910","School District Name":"FINLEY-SHARON 19","Physical Address Line 1":"201 3rd St E","Physical Address Line 2":"","Physical Address City":"Finley","Physical Address State":"ND ","Physical Address Zipcode":"58230","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11724137931034483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3806780","School District Name":"FARGO 1","Physical Address Line 1":"415 4th St N","Physical Address Line 2":"","Physical Address City":"Fargo","Physical Address State":"ND ","Physical Address Zipcode":"58102","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07617175112576902,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3806690","School District Name":"FAIRMOUNT 18","Physical Address Line 1":"400 E Main","Physical Address Line 2":"","Physical Address City":"Fairmount","Physical Address State":"ND ","Physical Address Zipcode":"58030","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12149532710280374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3806360","School District Name":"EMERADO 127","Physical Address Line 1":"501 Main","Physical Address Line 2":"","Physical Address City":"Emerado","Physical Address State":"ND ","Physical Address Zipcode":"58228","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13636363636363635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3806210","School District Name":"BELFIELD 13","Physical Address Line 1":"302 NE 3rd","Physical Address Line 2":"","Physical Address City":"Belfield","Physical Address State":"ND ","Physical Address Zipcode":"58622","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.056962025316455694,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3806090","School District Name":"ELLENDALE 40","Physical Address Line 1":"321 1st St N","Physical Address Line 2":"","Physical Address City":"Ellendale","Physical Address State":"ND ","Physical Address Zipcode":"58436","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11049723756906077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3806010","School District Name":"EIGHT MILE 6","Physical Address Line 1":"203 1st St E","Physical Address Line 2":"","Physical Address City":"Trenton","Physical Address State":"ND ","Physical Address Zipcode":"58853","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07766990291262135,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3805950","School District Name":"EDMORE 2","Physical Address Line 1":"706 N Main St","Physical Address Line 2":"","Physical Address City":"Edmore","Physical Address State":"ND ","Physical Address Zipcode":"58330","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3805850","School District Name":"EDGELEY 3","Physical Address Line 1":"307 6th St","Physical Address Line 2":"","Physical Address City":"Edgeley","Physical Address State":"ND ","Physical Address Zipcode":"58433","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12871287128712872,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3805670","School District Name":"EARL 18","Physical Address Line 1":"494 Hwy 16 N","Physical Address Line 2":"","Physical Address City":"Sidney","Physical Address State":"MT ","Physical Address Zipcode":"59270","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3805460","School District Name":"DUNSEITH 1","Physical Address Line 1":"101 2nd Ave SW","Physical Address Line 2":"","Physical Address City":"Dunseith","Physical Address State":"ND ","Physical Address Zipcode":"58329","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24516908212560387,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3805340","School District Name":"DRAYTON 19","Physical Address Line 1":"108 S 5th St","Physical Address Line 2":"","Physical Address City":"Drayton","Physical Address State":"ND ","Physical Address Zipcode":"58225","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.04838709677419355,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3805160","School District Name":"DIVIDE COUNTY 1","Physical Address Line 1":"106 1st St NE","Physical Address Line 2":"","Physical Address City":"Crosby","Physical Address State":"ND ","Physical Address Zipcode":"58730","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11647727272727272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3805040","School District Name":"DEVILS LAKE 1","Physical Address Line 1":"1601 College Drive N","Physical Address Line 2":"","Physical Address City":"Devils Lake","Physical Address State":"ND ","Physical Address Zipcode":"58301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16420193778684344,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3804560","School District Name":"GRIGGS COUNTY CENTRAL 18","Physical Address Line 1":"1207 Foster Ave NE","Physical Address Line 2":"","Physical Address City":"Cooperstown","Physical Address State":"ND ","Physical Address Zipcode":"58425","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08865248226950355,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3804140","School District Name":"CENTRAL VALLEY 3","Physical Address Line 1":"1556 Hwy 81 NE","Physical Address Line 2":"","Physical Address City":"Buxton","Physical Address State":"ND ","Physical Address Zipcode":"58218","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05536332179930796,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3804090","School District Name":"CENTRAL CASS 17","Physical Address Line 1":"802 5th St N","Physical Address Line 2":"","Physical Address City":"Casselton","Physical Address State":"ND ","Physical Address Zipcode":"58012","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03320683111954459,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3803790","School District Name":"Carrington Public School District 10","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.07707509881422925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3803590","School District Name":"BURKE CENTRAL 36","Physical Address Line 1":"101 4th Ave W","Physical Address Line 2":"","Physical Address City":"Lignite","Physical Address State":"ND ","Physical Address Zipcode":"58752","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3803200","School District Name":"BOWMAN CO 1","Physical Address Line 1":"102 8th Ave SW","Physical Address Line 2":"","Physical Address City":"Bowman","Physical Address State":"ND ","Physical Address Zipcode":"58623","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10537190082644628,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3803090","School District Name":"BOWBELLS 14","Physical Address Line 1":"200 Madison Ave","Physical Address Line 2":"","Physical Address City":"Bowbells","Physical Address State":"ND ","Physical Address Zipcode":"58721","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08620689655172414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3803060","School District Name":"BOTTINEAU 1","Physical Address Line 1":"301 Brander St","Physical Address Line 2":"","Physical Address City":"Bottineau","Physical Address State":"ND ","Physical Address Zipcode":"58318","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08361204013377926,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3802840","School District Name":"BILLINGS CO 1","Physical Address Line 1":"350 Broadway","Physical Address Line 2":"","Physical Address City":"Medora","Physical Address State":"ND ","Physical Address Zipcode":"58645","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14049586776859505,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3802530","School District Name":"BELCOURT 7","Physical Address Line 1":"1215 Wm Hardesty St","Physical Address Line 2":"","Physical Address City":"Belcourt","Physical Address State":"ND ","Physical Address Zipcode":"58316","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20484708597807272,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3802380","School District Name":"BEACH 3","Physical Address Line 1":"600 N Central Ave","Physical Address Line 2":"","Physical Address City":"Beach","Physical Address State":"ND ","Physical Address Zipcode":"58621","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09649122807017543,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3802240","School District Name":"BAKKER 10","Physical Address Line 1":"880 96th St SE","Physical Address Line 2":"","Physical Address City":"Hague","Physical Address State":"ND ","Physical Address Zipcode":"58542","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3802170","School District Name":"ASHLEY 9","Physical Address Line 1":"703 W Main St","Physical Address Line 2":"","Physical Address City":"Ashley","Physical Address State":"ND ","Physical Address Zipcode":"58413","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14166666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3802014","School District Name":"APPLE CREEK 39","Physical Address Line 1":"2000 93rd St SE","Physical Address Line 2":"","Physical Address City":"Bismarck","Physical Address State":"ND ","Physical Address Zipcode":"58504","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07773851590106007,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3801950","School District Name":"ANAMOOSE 14","Physical Address Line 1":"706 3rd St W","Physical Address Line 2":"","Physical Address City":"Anamoose","Physical Address State":"ND ","Physical Address Zipcode":"58710","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11428571428571428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3801760","School District Name":"ALEXANDER 2","Physical Address Line 1":"601 Delaney St","Physical Address Line 2":"","Physical Address City":"Alexander","Physical Address State":"ND ","Physical Address Zipcode":"58831","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.04046242774566474,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800825","School District Name":"NEWBURG-UNITED 54","Physical Address Line 1":"400 Libbie St","Physical Address Line 2":"","Physical Address City":"Newburg","Physical Address State":"ND ","Physical Address Zipcode":"58762","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12941176470588237,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800406","School District Name":"Grafton 18","Physical Address Line 1":"1548 School Rd","Physical Address Line 2":"","Physical Address City":"Grafton","Physical Address State":"ND ","Physical Address Zipcode":"58237","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3800405","School District Name":"WILLISTON BASIN 7","Physical Address Line 1":"No Street Address","Physical Address Line 2":"","Physical Address City":"Williston","Physical Address State":"ND ","Physical Address Zipcode":"58801","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3800404","School District Name":"HOPE PAGE 85","Physical Address Line 1":"630 May Avenue","Physical Address Line 2":"","Physical Address City":"Page","Physical Address State":"ND ","Physical Address Zipcode":"58064","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0821256038647343,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800403","School District Name":"MINOT SPECIAL ED UNIT","Physical Address Line 1":"215 2nd St SE","Physical Address Line 2":"","Physical Address City":"Minot","Physical Address State":"ND ","Physical Address Zipcode":"58701","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3800402","School District Name":"CASS COUNTY CAREER & TECHNICAL CENTER","Physical Address Line 1":"207 Main Ave W","Physical Address Line 2":"","Physical Address City":"West Fargo","Physical Address State":"ND ","Physical Address Zipcode":"58078","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3800401","School District Name":"PARK RIVER AREA 8","Physical Address Line 1":"704 5th St W","Physical Address Line 2":"","Physical Address City":"Park River","Physical Address State":"ND ","Physical Address Zipcode":"58270","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800400","School District Name":"GRAND FORKS AREA CAREER & TECHNICAL CENTER","Physical Address Line 1":"2400 47th Ave S","Physical Address Line 2":"","Physical Address City":"Grand Forks","Physical Address State":"ND ","Physical Address Zipcode":"58201","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3800399","School District Name":"GREAT NORTHWEST AREA CAREER & TECHNICAL CENTER","Physical Address Line 1":"222 University Ave","Physical Address Line 2":"","Physical Address City":"Williston","Physical Address State":"ND ","Physical Address Zipcode":"58801","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3800398","School District Name":"BISMARCK CAREER ACADEMY","Physical Address Line 1":"1221 College Dr","Physical Address Line 2":"","Physical Address City":"Bismarck","Physical Address State":"ND ","Physical Address Zipcode":"58501","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3800397","School District Name":"VALLEY-EDINBURG 118","Physical Address Line 1":"4013 Euclid Ave","Physical Address Line 2":"","Physical Address City":"Crystal","Physical Address State":"ND ","Physical Address Zipcode":"58222","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10880829015544041,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800396","School District Name":"JAMES RIVER SPECIAL ED COOPERATIVE","Physical Address Line 1":"207 2nd Ave SE","Physical Address Line 2":"","Physical Address City":"Jamestown","Physical Address State":"ND ","Physical Address Zipcode":"58401","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3800395","School District Name":"ROUGHRIDER AREA CAREER & TECHNICAL CENTER","Physical Address Line 1":"400 Church Ave","Physical Address Line 2":"","Physical Address City":"Hebron","Physical Address State":"ND ","Physical Address Zipcode":"58638","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800394","School District Name":"JAMESTOWN SPECIAL ED UNIT","Physical Address Line 1":"207 2nd Ave SE","Physical Address Line 2":"","Physical Address City":"Jamestown","Physical Address State":"ND ","Physical Address Zipcode":"58401","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3800392","School District Name":"NEW SALEM-ALMONT 49","Physical Address Line 1":"310 Elm Ave","Physical Address Line 2":"","Physical Address City":"New Salem","Physical Address State":"ND ","Physical Address Zipcode":"58563","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800391","School District Name":"CENTRAL REGIONAL AREA CAREER & TECHNICAL CENTER","Physical Address Line 1":"128 Soo Line Drive Suite 102","Physical Address Line 2":"","Physical Address City":"Bismarck","Physical Address State":"ND ","Physical Address Zipcode":"58501","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3800390","School District Name":"NORTH STAR 10","Physical Address Line 1":"418 2nd Ave","Physical Address Line 2":"","Physical Address City":"Cando","Physical Address State":"ND ","Physical Address Zipcode":"58324","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14186851211072665,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800389","School District Name":"KIDDER COUNTY 1","Physical Address Line 1":"101 4th St SE","Physical Address Line 2":"","Physical Address City":"Steele","Physical Address State":"ND ","Physical Address Zipcode":"58482","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1820580474934037,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800061","School District Name":"ENDERLIN AREA 24","Physical Address Line 1":"410 Bluff St","Physical Address Line 2":"","Physical Address City":"Enderlin","Physical Address State":"ND ","Physical Address Zipcode":"58027","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10588235294117647,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800060","School District Name":"BARNES COUNTY NORTH 7","Physical Address Line 1":"2184 101st Ave SE","Physical Address Line 2":"","Physical Address City":"Wimbledon","Physical Address State":"ND ","Physical Address Zipcode":"58492","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10835913312693499,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800059","School District Name":"NEW ROCKFORD-SHEYENNE 2","Physical Address Line 1":"437 1st Ave N","Physical Address Line 2":"","Physical Address City":"New Rockford","Physical Address State":"ND ","Physical Address Zipcode":"58356","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13815789473684212,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800058","School District Name":"LEWIS AND CLARK 161","Physical Address Line 1":"401 4th Ave NE","Physical Address Line 2":"","Physical Address City":"Berthold","Physical Address State":"ND ","Physical Address Zipcode":"58718","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07058823529411765,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800057","School District Name":"LITCHVILLE-MARION 46","Physical Address Line 1":"104 2nd St","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"ND ","Physical Address Zipcode":"58466","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09285714285714286,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800056","School District Name":"FORDVILLE-LANKIN 5","Physical Address Line 1":"102 4th Ave W","Physical Address Line 2":"","Physical Address City":"Fordville","Physical Address State":"ND ","Physical Address Zipcode":"58231","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07142857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800055","School District Name":"FT YATES SPECIAL ED UNIT","Physical Address Line 1":"9189 1/2 Hwy 24","Physical Address Line 2":"","Physical Address City":"Fort Yates","Physical Address State":"ND ","Physical Address Zipcode":"58538","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800054","School District Name":"NORTH BORDER 100","Physical Address Line 1":"605 10th St","Physical Address Line 2":"","Physical Address City":"Walhalla","Physical Address State":"ND ","Physical Address Zipcode":"58282","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09347826086956522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800053","School District Name":"CARRINGTON 49","Physical Address Line 1":"100 3rd Ave S","Physical Address Line 2":"","Physical Address City":"Carrington","Physical Address State":"ND ","Physical Address Zipcode":"58421","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800052","School District Name":"CENTER-STANTON 1","Physical Address Line 1":"315 Lincoln Ave","Physical Address Line 2":"","Physical Address City":"Center","Physical Address State":"ND ","Physical Address Zipcode":"58530","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17403314917127072,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800051","School District Name":"GRAND FORKS AFB 140","Physical Address Line 1":"2400 47th Ave S","Physical Address Line 2":"","Physical Address City":"Grand Forks","Physical Address State":"ND ","Physical Address Zipcode":"58201","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06514084507042253,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3800050","School District Name":"MOHALL-LANSFORD-SHERWOOD 1","Physical Address Line 1":"101 3rd St NW","Physical Address Line 2":"","Physical Address City":"Mohall","Physical Address State":"ND ","Physical Address Zipcode":"58761","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0639386189258312,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800049","School District Name":"FESSENDEN-BOWDON 25","Physical Address Line 1":"500 2nd St N","Physical Address Line 2":"","Physical Address City":"Fessenden","Physical Address State":"ND ","Physical Address Zipcode":"58438","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08904109589041095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800048","School District Name":"RICHARDTON-TAYLOR 34","Physical Address Line 1":"320 Raider Rd","Physical Address Line 2":"","Physical Address City":"Richardton","Physical Address State":"ND ","Physical Address Zipcode":"58652","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0932475884244373,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800047","School District Name":"TGU 60","Physical Address Line 1":"302 2nd St SE","Physical Address Line 2":"","Physical Address City":"Towner","Physical Address State":"ND ","Physical Address Zipcode":"58788","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16483516483516483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800046","School District Name":"MOTT-REGENT 1","Physical Address Line 1":"205 Dakota Ave","Physical Address Line 2":"","Physical Address City":"Mott","Physical Address State":"ND ","Physical Address Zipcode":"58646","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18275862068965518,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800045","School District Name":"ELGIN-NEW LEIPZIG 49","Physical Address Line 1":"110 West St N","Physical Address Line 2":"","Physical Address City":"Elgin","Physical Address State":"ND ","Physical Address Zipcode":"58533","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24203821656050956,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800044","School District Name":"NORTHERN CASS 97","Physical Address Line 1":"16021 18th St SE","Physical Address Line 2":"","Physical Address City":"Hunter","Physical Address State":"ND ","Physical Address Zipcode":"58048","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.027538726333907058,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800043","School District Name":"GACKLE-STREETER 56","Physical Address Line 1":"300 2nd Ave E","Physical Address Line 2":"","Physical Address City":"Gackle","Physical Address State":"ND ","Physical Address Zipcode":"58442","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2248062015503876,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800042","School District Name":"MIDKOTA 7","Physical Address Line 1":"203 Curtis Ave W","Physical Address Line 2":"","Physical Address City":"Binford","Physical Address State":"ND ","Physical Address Zipcode":"58416","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18518518518518517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800041","School District Name":"MAY-PORT CG 14","Physical Address Line 1":"900 Main St W","Physical Address Line 2":"","Physical Address City":"Mayville","Physical Address State":"ND ","Physical Address Zipcode":"58257","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06104129263913824,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800040","School District Name":"DAKOTA PRAIRIE 1","Physical Address Line 1":"518 4th Ave","Physical Address Line 2":"","Physical Address City":"Petersburg","Physical Address State":"ND ","Physical Address Zipcode":"58272","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11176470588235295,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800039","School District Name":"TIOGA 15","Physical Address Line 1":"303 N Linda St","Physical Address Line 2":"","Physical Address City":"Tioga","Physical Address State":"ND ","Physical Address Zipcode":"58852","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09157509157509157,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800038","School District Name":"DICKINSON 1","Physical Address Line 1":"444 4th St W","Physical Address Line 2":"","Physical Address City":"Dickinson","Physical Address State":"ND ","Physical Address Zipcode":"58601","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07195357833655706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3800036","School District Name":"RICHLAND 44","Physical Address Line 1":"101 Main Ave","Physical Address Line 2":"","Physical Address City":"Colfax","Physical Address State":"ND ","Physical Address Zipcode":"58018","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0299625468164794,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800033","School District Name":"FT RANSOM 6","Physical Address Line 1":"135 Mill Rd","Physical Address Line 2":"","Physical Address City":"Fort Ransom","Physical Address State":"ND ","Physical Address Zipcode":"58033","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800032","School District Name":"BEULAH 27","Physical Address Line 1":"204 5th St NW","Physical Address Line 2":"","Physical Address City":"Beulah","Physical Address State":"ND ","Physical Address Zipcode":"58523","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06612685560053981,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3800031","School District Name":"HAZEN 3","Physical Address Line 1":"520 1st Ave NE","Physical Address Line 2":"","Physical Address City":"Hazen","Physical Address State":"ND ","Physical Address Zipcode":"58545","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.048576214405360134,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800029","School District Name":"DRAKE 57","Physical Address Line 1":"411 Main","Physical Address Line 2":"","Physical Address City":"Drake","Physical Address State":"ND ","Physical Address Zipcode":"58736","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1415929203539823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800027","School District Name":"NEW ENGLAND 9","Physical Address Line 1":"1200 Main St","Physical Address Line 2":"","Physical Address City":"New England","Physical Address State":"ND ","Physical Address Zipcode":"58647","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1796116504854369,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800025","School District Name":"KINDRED 2","Physical Address Line 1":"255 Dakota St","Physical Address Line 2":"","Physical Address City":"Kindred","Physical Address State":"ND ","Physical Address Zipcode":"58051","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.028089887640449437,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800024","School District Name":"POWERS LAKE 27","Physical Address Line 1":"600 Railroad Ave E","Physical Address Line 2":"","Physical Address City":"Powers Lake","Physical Address State":"ND ","Physical Address Zipcode":"58773","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800023","School District Name":"SCRANTON 33","Physical Address Line 1":"1st and Fries","Physical Address Line 2":"","Physical Address City":"Scranton","Physical Address State":"ND ","Physical Address Zipcode":"58653","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1366906474820144,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800021","School District Name":"JAMESTOWN 1","Physical Address Line 1":"207 2nd Ave SE","Physical Address Line 2":"","Physical Address City":"Jamestown","Physical Address State":"ND ","Physical Address Zipcode":"58401","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08211027370091234,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3800018","School District Name":"CAVALIER 6","Physical Address Line 1":"300 Main St E","Physical Address Line 2":"","Physical Address City":"Cavalier","Physical Address State":"ND ","Physical Address Zipcode":"58220","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07407407407407407,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800017","School District Name":"LINTON 36","Physical Address Line 1":"101 NE 3rd St","Physical Address Line 2":"","Physical Address City":"Linton","Physical Address State":"ND ","Physical Address Zipcode":"58552","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14166666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800016","School District Name":"STRASBURG 15","Physical Address Line 1":"301 1st St N","Physical Address Line 2":"","Physical Address City":"Strasburg","Physical Address State":"ND ","Physical Address Zipcode":"58573","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800015","School District Name":"NAUGHTON 25","Physical Address Line 1":"9101 123rd Ave NE","Physical Address Line 2":"","Physical Address City":"Bismarck","Physical Address State":"ND ","Physical Address Zipcode":"58503","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3800014","School District Name":"BISMARCK 1","Physical Address Line 1":"806 N Washington St","Physical Address Line 2":"","Physical Address City":"Bismarck","Physical Address State":"ND ","Physical Address Zipcode":"58501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07770553016159146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3800006","School District Name":"ND SCHOOL FOR THE DEAF","Physical Address Line 1":"1401 College Drive N","Physical Address Line 2":"","Physical Address City":"Devils Lake","Physical Address State":"ND ","Physical Address Zipcode":"58301","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3800005","School District Name":"MARMOT SCHOOLS","Physical Address Line 1":"701 16th Ave SW","Physical Address Line 2":"","Physical Address City":"Mandan","Physical Address State":"ND ","Physical Address Zipcode":"58554","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3800004","School District Name":"ND VISION SERVICES","Physical Address Line 1":"500 Stanford Rd","Physical Address Line 2":"","Physical Address City":"Grand Forks","Physical Address State":"ND ","Physical Address Zipcode":"58203","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3737099","School District Name":"Eastern Cherokee Reservation","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.17524024872809496,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3705070","School District Name":"Yancey County Schools","Physical Address Line 1":"100 School Circle","Physical Address Line 2":"","Physical Address City":"Burnsville","Physical Address State":"NC ","Physical Address Zipcode":"28714","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21260504201680672,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3705040","School District Name":"Yadkin County Schools","Physical Address Line 1":"121 Washington St","Physical Address Line 2":"","Physical Address City":"Yadkinville","Physical Address State":"NC ","Physical Address Zipcode":"27055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14476223898929635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3705020","School District Name":"Wilson County Schools","Physical Address Line 1":"117 N E Tarboro St","Physical Address Line 2":"","Physical Address City":"Wilson","Physical Address State":"NC ","Physical Address Zipcode":"27893","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.31968343861177667,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3704950","School District Name":"Wilkes County Schools","Physical Address Line 1":"613 Cherry St","Physical Address Line 2":"","Physical Address City":"North Wilkesboro","Physical Address State":"NC ","Physical Address Zipcode":"28659","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17492426463402716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3704920","School District Name":"Whiteville City Schools","Physical Address Line 1":"107 W Walter Street","Physical Address Line 2":"","Physical Address City":"Whiteville","Physical Address State":"NC ","Physical Address Zipcode":"28472","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2981956315289649,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3704890","School District Name":"Weldon City Schools","Physical Address Line 1":"301 Mulberry St","Physical Address Line 2":"","Physical Address City":"Weldon","Physical Address State":"NC ","Physical Address Zipcode":"27890","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.32397003745318353,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3704880","School District Name":"Wayne County Public Schools","Physical Address Line 1":"2001 E Royall Avenue","Physical Address Line 2":"","Physical Address City":"Goldsboro","Physical Address State":"NC ","Physical Address Zipcode":"27533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22881674017077977,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3704830","School District Name":"Watauga County Schools","Physical Address Line 1":"175 Pioneer Trail","Physical Address Line 2":"","Physical Address City":"Boone","Physical Address State":"NC ","Physical Address Zipcode":"28607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11562440959758172,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3704800","School District Name":"Washington County Schools","Physical Address Line 1":"802 Washington St","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"NC ","Physical Address Zipcode":"27962","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3642305407011289,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3704740","School District Name":"Warren County Schools","Physical Address Line 1":"109 Cousin Lucy's Lane","Physical Address Line 2":"","Physical Address City":"Warrenton","Physical Address State":"NC ","Physical Address Zipcode":"27589","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.30630284396617985,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3704720","School District Name":"Wake County Schools","Physical Address Line 1":"5625 Dillard Drive","Physical Address Line 2":"","Physical Address City":"Cary","Physical Address State":"NC ","Physical Address Zipcode":"27518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07812222397068005,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3704650","School District Name":"Vance County Schools","Physical Address Line 1":"1724 Graham Avenue","Physical Address Line 2":"","Physical Address City":"Henderson","Physical Address State":"NC ","Physical Address Zipcode":"27536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23980721636055752,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3704620","School District Name":"Union County Public Schools","Physical Address Line 1":"400 North Church Street","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"NC ","Physical Address Zipcode":"28112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06965679248287944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3704590","School District Name":"Tyrrell County Schools","Physical Address Line 1":"1107 Hwy 64 E","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"NC ","Physical Address Zipcode":"27925","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2808988764044944,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3704530","School District Name":"Transylvania County Schools","Physical Address Line 1":"225 Rosenwald Ln","Physical Address Line 2":"","Physical Address City":"Brevard","Physical Address State":"NC ","Physical Address Zipcode":"28712","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3704500","School District Name":"Thomasville City Schools","Physical Address Line 1":"400 Turner Street","Physical Address Line 2":"","Physical Address City":"Thomasville","Physical Address State":"NC ","Physical Address Zipcode":"27360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.29508196721311475,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3704440","School District Name":"Swain County Schools","Physical Address Line 1":"50 Main Street","Physical Address Line 2":"","Physical Address City":"Bryson City","Physical Address State":"NC ","Physical Address Zipcode":"28713","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.203012912482066,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3704410","School District Name":"Surry County Schools","Physical Address Line 1":"209 N Crutchfield St","Physical Address Line 2":"","Physical Address City":"Dobson","Physical Address State":"NC ","Physical Address Zipcode":"27017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.173188159237836,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3704380","School District Name":"Stokes County Schools","Physical Address Line 1":"100 Courthouse Circle","Physical Address Line 2":"","Physical Address City":"Danbury","Physical Address State":"NC ","Physical Address Zipcode":"27016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1791304347826087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3704320","School District Name":"Stanly County Schools","Physical Address Line 1":"1000-4 N First Street","Physical Address Line 2":"","Physical Address City":"Albemarle","Physical Address State":"NC ","Physical Address Zipcode":"28001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18680334394904458,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3704200","School District Name":"Scotland County Schools","Physical Address Line 1":"322 S Main St","Physical Address Line 2":"","Physical Address City":"Laurinburg","Physical Address State":"NC ","Physical Address Zipcode":"28352","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.39221140472878996,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3704140","School District Name":"Sampson County Schools","Physical Address Line 1":"437 Rowan Rd","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"NC ","Physical Address Zipcode":"28328","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25889741800418703,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3704080","School District Name":"Rutherford County Schools","Physical Address Line 1":"382 West Main Street","Physical Address Line 2":"","Physical Address City":"Forest City","Physical Address State":"NC ","Physical Address Zipcode":"28043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24101145792177006,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3704050","School District Name":"Rowan-Salisbury Schools","Physical Address Line 1":"500 North Main Street","Physical Address Line 2":"","Physical Address City":"Salisbury","Physical Address State":"NC ","Physical Address Zipcode":"28144","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1988151005786718,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3703990","School District Name":"Rockingham County Schools","Physical Address Line 1":"511 Harrington Hwy","Physical Address Line 2":"","Physical Address City":"Eden","Physical Address State":"NC ","Physical Address Zipcode":"27288","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2003656307129799,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3703930","School District Name":"Public Schools of Robeson County","Physical Address Line 1":"100 Hargrave Street","Physical Address Line 2":"","Physical Address City":"Lumberton","Physical Address State":"NC ","Physical Address Zipcode":"28358","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3643887945670628,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3703900","School District Name":"Roanoke Rapids City Schools","Physical Address Line 1":"536 Hamilton St","Physical Address Line 2":"","Physical Address City":"Roanoke Rapids","Physical Address State":"NC ","Physical Address Zipcode":"27870","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2592,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3703870","School District Name":"Richmond County Schools","Physical Address Line 1":"118 Vance Street","Physical Address Line 2":"","Physical Address City":"Hamlet","Physical Address State":"NC ","Physical Address Zipcode":"28345","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3289543524416136,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3703780","School District Name":"Randolph County School System","Physical Address Line 1":"2222-C S Fayetteville Street","Physical Address Line 2":"","Physical Address City":"Asheboro","Physical Address State":"NC ","Physical Address Zipcode":"27205","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1624386463446138,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3703720","School District Name":"Polk County Schools","Physical Address Line 1":"125 E Mills Street","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"NC ","Physical Address Zipcode":"28722","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1735270379338176,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3703630","School District Name":"Person County Schools","Physical Address Line 1":"304 S Morgan St Rm 25","Physical Address Line 2":"","Physical Address City":"Roxboro","Physical Address State":"NC ","Physical Address Zipcode":"27573","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18267952127659576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3703600","School District Name":"Perquimans County Schools","Physical Address Line 1":"411 Edenton Road Street","Physical Address Line 2":"","Physical Address City":"Hertford","Physical Address State":"NC ","Physical Address Zipcode":"27944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24610591900311526,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3703570","School District Name":"Pender County Schools","Physical Address Line 1":"925 Penderlea Hwy","Physical Address Line 2":"","Physical Address City":"Burgaw","Physical Address State":"NC ","Physical Address Zipcode":"28425","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14454799627213422,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3703540","School District Name":"Elizabeth City-Pasquotank Public Schools","Physical Address Line 1":"1200 S Halstead Boulevard","Physical Address Line 2":"","Physical Address City":"Elizabeth City","Physical Address State":"NC ","Physical Address Zipcode":"27906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24130332126554382,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3703510","School District Name":"Pamlico County Schools","Physical Address Line 1":"507 Anderson Drive","Physical Address Line 2":"","Physical Address City":"Bayboro","Physical Address State":"NC ","Physical Address Zipcode":"28515","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24401913875598086,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3703480","School District Name":"Orange County Schools","Physical Address Line 1":"200 E King St","Physical Address Line 2":"","Physical Address City":"Hillsborough","Physical Address State":"NC ","Physical Address Zipcode":"27278","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09792448664164274,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3703450","School District Name":"Onslow County Schools","Physical Address Line 1":"200 Broadhurst Road","Physical Address Line 2":"","Physical Address City":"Jacksonville","Physical Address State":"NC ","Physical Address Zipcode":"28540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17125276548672566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3703420","School District Name":"Northampton County Schools","Physical Address Line 1":"701 N Church St","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"NC ","Physical Address Zipcode":"27845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.28920148944973106,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3703360","School District Name":"Newton Conover City Schools","Physical Address Line 1":"605 North Ashe Avenue","Physical Address Line 2":"","Physical Address City":"Newton","Physical Address State":"NC ","Physical Address Zipcode":"28658","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.15755517826825127,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3703330","School District Name":"New Hanover County Schools","Physical Address Line 1":"6410 Carolina Beach Road","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"NC ","Physical Address Zipcode":"28412","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12553150980516595,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3703310","School District Name":"Craven County Schools","Physical Address Line 1":"3600 Trent Road","Physical Address Line 2":"","Physical Address City":"New Bern","Physical Address State":"NC ","Physical Address Zipcode":"28562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18227078753394543,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3703270","School District Name":"Nash County Public Schools","Physical Address Line 1":"930 Eastern Avenue","Physical Address Line 2":"","Physical Address City":"Nashville","Physical Address State":"NC ","Physical Address Zipcode":"27856","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25671782207326393,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3703210","School District Name":"Mount Airy City Schools","Physical Address Line 1":"351 Riverside Dr.","Physical Address Line 2":"","Physical Address City":"Mount Airy","Physical Address State":"NC ","Physical Address Zipcode":"27030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23382749326145552,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3703120","School District Name":"Mooresville Graded School District","Physical Address Line 1":"305 N Main St","Physical Address Line 2":"","Physical Address City":"Mooresville","Physical Address State":"NC ","Physical Address Zipcode":"28115","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1067062521830248,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3703090","School District Name":"Moore County Schools","Physical Address Line 1":"5277 Hwy 15-501 S","Physical Address Line 2":"","Physical Address City":"Carthage","Physical Address State":"NC ","Physical Address Zipcode":"28327","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1163629578953915,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3703060","School District Name":"Montgomery County Schools","Physical Address Line 1":"441 Page Street","Physical Address Line 2":"","Physical Address City":"Troy","Physical Address State":"NC ","Physical Address Zipcode":"27371","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2124234867377012,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3703000","School District Name":"Mitchell County Schools","Physical Address Line 1":"72 Ledger School Rd","Physical Address Line 2":"","Physical Address City":"Bakersville","Physical Address State":"NC ","Physical Address Zipcode":"28705","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1955533097524002,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3702970","School District Name":"Charlotte-Mecklenburg Schools","Physical Address Line 1":"Charlotte Mecklenburg Schools","Physical Address Line 2":"3301 Stafford Dr Testing Wareh","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28208","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16269706341110626,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3702940","School District Name":"McDowell County Schools","Physical Address Line 1":"334 South Main St","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"NC ","Physical Address Zipcode":"28752","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19265099672716454,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3702880","School District Name":"Martin County Schools","Physical Address Line 1":"300 N Watts Street","Physical Address Line 2":"","Physical Address City":"Williamston","Physical Address State":"NC ","Physical Address Zipcode":"27892","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3237717424473604,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3702820","School District Name":"Madison County Schools","Physical Address Line 1":"5738 US 25-70 Hwy","Physical Address Line 2":"","Physical Address City":"Marshall","Physical Address State":"NC ","Physical Address Zipcode":"28753","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1891989851395433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3702760","School District Name":"Macon County Schools","Physical Address Line 1":"1202 Old Murphy Road","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"NC ","Physical Address Zipcode":"28734","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17094192489226348,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3702680","School District Name":"Lincoln County Schools","Physical Address Line 1":"201 Jeb Seagle Drive","Physical Address Line 2":"","Physical Address City":"Lincolnton","Physical Address State":"NC ","Physical Address Zipcode":"28092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12236133352744213,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3702640","School District Name":"Lexington City Schools","Physical Address Line 1":"1010 Fair Street","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"NC ","Physical Address Zipcode":"27292","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.27912851278812756,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3702610","School District Name":"Lenoir County Public Schools","Physical Address Line 1":"2017 W Vernon Avenue","Physical Address Line 2":"","Physical Address City":"Kinston","Physical Address State":"NC ","Physical Address Zipcode":"28504","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2345718901453958,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3702560","School District Name":"Lee County Schools","Physical Address Line 1":"106 Gordon St","Physical Address Line 2":"","Physical Address City":"Sanford","Physical Address State":"NC ","Physical Address Zipcode":"27330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20996992618244784,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3702430","School District Name":"Kannapolis City Schools","Physical Address Line 1":"100 Denver Street","Physical Address Line 2":"","Physical Address City":"Kannapolis","Physical Address State":"NC ","Physical Address Zipcode":"28083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.18089795918367346,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3702400","School District Name":"Jones County Schools","Physical Address Line 1":"320 West Jones Street","Physical Address Line 2":"","Physical Address City":"Trenton","Physical Address State":"NC ","Physical Address Zipcode":"28585","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27081649151172194,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3702370","School District Name":"Johnston County Public Schools","Physical Address Line 1":"2320 Hwy 70 E Business","Physical Address Line 2":"","Physical Address City":"Smithfield","Physical Address State":"NC ","Physical Address Zipcode":"27577","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12519346517626828,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3702340","School District Name":"Jackson County Public Schools","Physical Address Line 1":"398 Hospital Road","Physical Address Line 2":"","Physical Address City":"Sylva","Physical Address State":"NC ","Physical Address Zipcode":"28779","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18719211822660098,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3702310","School District Name":"Iredell-Statesville Schools","Physical Address Line 1":"549 N Race St","Physical Address Line 2":"","Physical Address City":"Statesville","Physical Address State":"NC ","Physical Address Zipcode":"28677","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12084568875880926,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3702280","School District Name":"Hyde County Schools","Physical Address Line 1":"1430 Main Street","Physical Address Line 2":"","Physical Address City":"Swan Quarter","Physical Address State":"NC ","Physical Address Zipcode":"27885","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.255700325732899,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3702250","School District Name":"Hoke County Schools","Physical Address Line 1":"310 Wooley Street","Physical Address Line 2":"","Physical Address City":"Raeford","Physical Address State":"NC ","Physical Address Zipcode":"28376","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2027579648121731,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3702190","School District Name":"Hickory City Schools","Physical Address Line 1":"432 4th Avenue SW","Physical Address Line 2":"","Physical Address City":"Hickory","Physical Address State":"NC ","Physical Address Zipcode":"28602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18892371995820273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3702160","School District Name":"Hertford County Schools","Physical Address Line 1":"701 N Martin Street","Physical Address Line 2":"","Physical Address City":"Winton","Physical Address State":"NC ","Physical Address Zipcode":"27986","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2527267061389841,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3702100","School District Name":"Henderson County Schools","Physical Address Line 1":"414 4th Ave West","Physical Address Line 2":"","Physical Address City":"Hendersonville","Physical Address State":"NC ","Physical Address Zipcode":"28739","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15545482018736778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3702040","School District Name":"Haywood County Schools","Physical Address Line 1":"1230 N Main St","Physical Address Line 2":"","Physical Address City":"Waynesville","Physical Address State":"NC ","Physical Address Zipcode":"28786","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18861808140232922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3702010","School District Name":"Harnett County Schools","Physical Address Line 1":"1008 South Eleventh St","Physical Address Line 2":"","Physical Address City":"Lillington","Physical Address State":"NC ","Physical Address Zipcode":"27546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17728586702569993,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3701950","School District Name":"Halifax County Schools","Physical Address Line 1":"9525 Hwy 301S","Physical Address Line 2":"","Physical Address City":"Halifax","Physical Address State":"NC ","Physical Address Zipcode":"27839","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.29254437869822486,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3701920","School District Name":"Guilford County Schools","Physical Address Line 1":"712 North Eugene Street","Physical Address Line 2":"","Physical Address City":"Greensboro","Physical Address State":"NC ","Physical Address Zipcode":"27401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17235324769478239,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3701830","School District Name":"Greene County Schools","Physical Address Line 1":"301 Kingold Boulevard","Physical Address Line 2":"","Physical Address City":"Snow Hill","Physical Address State":"NC ","Physical Address Zipcode":"28580","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27927063339731284,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3701800","School District Name":"Granville County Schools","Physical Address Line 1":"101 Delacroix St","Physical Address Line 2":"","Physical Address City":"Oxford","Physical Address State":"NC ","Physical Address Zipcode":"27565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14302677029360966,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3701770","School District Name":"Graham County Schools","Physical Address Line 1":"52 Moose Branch Road","Physical Address Line 2":"","Physical Address City":"Robbinsville","Physical Address State":"NC ","Physical Address Zipcode":"28771","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21879936808846762,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3701680","School District Name":"Gates County Schools","Physical Address Line 1":"205 Main Street","Physical Address Line 2":"","Physical Address City":"Gatesville","Physical Address State":"NC ","Physical Address Zipcode":"27938","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17677946324387397,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3701620","School District Name":"Gaston County Schools","Physical Address Line 1":"943 Osceola Street","Physical Address Line 2":"","Physical Address City":"Gastonia","Physical Address State":"NC ","Physical Address Zipcode":"28054","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.15034880923743085,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3701530","School District Name":"Franklin County Schools","Physical Address Line 1":"53 West River Road","Physical Address Line 2":"","Physical Address City":"Louisburg","Physical Address State":"NC ","Physical Address Zipcode":"27549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14326722338204592,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3701500","School District Name":"Winston Salem / Forsyth County Schools","Physical Address Line 1":"475 Corporate Square Drive","Physical Address Line 2":"","Physical Address City":"Winston Salem","Physical Address State":"NC ","Physical Address Zipcode":"27105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.18124235337845163,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3701380","School District Name":"Elkin City Schools","Physical Address Line 1":"202 West Spring St","Physical Address Line 2":"","Physical Address City":"Elkin","Physical Address State":"NC ","Physical Address Zipcode":"28621","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14123006833712984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3701320","School District Name":"Edgecombe County Public Schools","Physical Address Line 1":"2311 North Main Street","Physical Address Line 2":"","Physical Address City":"Tarboro","Physical Address State":"NC ","Physical Address Zipcode":"27886","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.36129418813660874,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3701260","School District Name":"Durham Public Schools","Physical Address Line 1":"511 Cleveland Street","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13796428180124903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3701200","School District Name":"Duplin County Schools","Physical Address Line 1":"315 N Main Street","Physical Address Line 2":"","Physical Address City":"Kenansville","Physical Address State":"NC ","Physical Address Zipcode":"28349","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2393617021276596,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3701170","School District Name":"Davie County Schools","Physical Address Line 1":"220 Cherry St","Physical Address Line 2":"","Physical Address City":"Mocksville","Physical Address State":"NC ","Physical Address Zipcode":"27028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11684503738454773,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3701140","School District Name":"Davidson County Schools","Physical Address Line 1":"250 County School Road","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"NC ","Physical Address Zipcode":"27292","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13001293661060803,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3701110","School District Name":"Dare County Schools","Physical Address Line 1":"3020 S. Wrightsville Ave","Physical Address Line 2":"","Physical Address City":"Nags Head","Physical Address State":"NC ","Physical Address Zipcode":"27959","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12118945202917523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3701080","School District Name":"Currituck County Schools","Physical Address Line 1":"2958 Caratoke Hwy","Physical Address Line 2":"","Physical Address City":"Currituck","Physical Address State":"NC ","Physical Address Zipcode":"27929","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13579987387008619,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700960","School District Name":"Columbus County Schools","Physical Address Line 1":"817 Washington Street","Physical Address Line 2":"","Physical Address City":"Whiteville","Physical Address State":"NC ","Physical Address Zipcode":"28472","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25260663507109005,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700930","School District Name":"Clinton City Schools","Physical Address Line 1":"300 Westover Rd","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"NC ","Physical Address Zipcode":"28328","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.26879699248120303,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700900","School District Name":"Cleveland County Schools","Physical Address Line 1":"400 West Marion Street","Physical Address Line 2":"","Physical Address City":"Shelby","Physical Address State":"NC ","Physical Address Zipcode":"28150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20948469006721435,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700870","School District Name":"Clay County Schools","Physical Address Line 1":"154 Yellow Jacket Drive","Physical Address Line 2":"","Physical Address City":"Hayesville","Physical Address State":"NC ","Physical Address Zipcode":"28904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2247774480712166,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700840","School District Name":"Edenton-Chowan Schools","Physical Address Line 1":"800 N Oakum Street","Physical Address Line 2":"","Physical Address City":"Edenton","Physical Address State":"NC ","Physical Address Zipcode":"27932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2576288144072036,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700780","School District Name":"Cherokee County Schools","Physical Address Line 1":"911 Andrews Road","Physical Address Line 2":"","Physical Address City":"Murphy","Physical Address State":"NC ","Physical Address Zipcode":"28906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23841059602649006,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700750","School District Name":"Chatham County Schools","Physical Address Line 1":"369 West St","Physical Address Line 2":"","Physical Address City":"Pittsboro","Physical Address State":"NC ","Physical Address Zipcode":"27312","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11151461470327724,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3700720","School District Name":"Chapel Hill-Carrboro City Schools","Physical Address Line 1":"750 S Merritt Mill Rd","Physical Address Line 2":"","Physical Address City":"Chapel Hill","Physical Address State":"NC ","Physical Address Zipcode":"27516","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06714939024390244,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3700690","School District Name":"Catawba County Schools","Physical Address Line 1":"2285 North Anderson Avenue","Physical Address Line 2":"","Physical Address City":"Newton","Physical Address State":"NC ","Physical Address Zipcode":"28658","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1388888888888889,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3700660","School District Name":"Caswell County Schools","Physical Address Line 1":"319 East Main Street","Physical Address Line 2":"","Physical Address City":"Yanceyville","Physical Address State":"NC ","Physical Address Zipcode":"27379","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2305638972305639,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700630","School District Name":"Carteret County Public Schools","Physical Address Line 1":"107 Safrit Drive","Physical Address Line 2":"","Physical Address City":"Beaufort","Physical Address State":"NC ","Physical Address Zipcode":"28516","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.146843853820598,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3700600","School District Name":"Camden County Schools","Physical Address Line 1":"174 NC Hwy 343 N","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"NC ","Physical Address Zipcode":"27921","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07598944591029023,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3700580","School District Name":"Caldwell County Schools","Physical Address Line 1":"1914 Hickory Boulevard SW","Physical Address Line 2":"","Physical Address City":"Lenoir","Physical Address State":"NC ","Physical Address Zipcode":"28645","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.17250270315229144,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3700530","School District Name":"Cabarrus County Schools","Physical Address Line 1":"4401 Old Airport Road","Physical Address Line 2":"","Physical Address City":"Concord","Physical Address State":"NC ","Physical Address Zipcode":"28025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08764886926267898,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3700480","School District Name":"Burke County Schools","Physical Address Line 1":"700 East Parker Road","Physical Address Line 2":"","Physical Address City":"Morganton","Physical Address State":"NC ","Physical Address Zipcode":"28655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.30380691714356806,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700475","School District Name":"Faith Academy","Physical Address Line 1":"200 N Main Street","Physical Address Line 2":"","Physical Address City":"Faith","Physical Address State":"NC ","Physical Address Zipcode":"28041","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700474","School District Name":"Old Main Stream","Physical Address Line 1":"200 South Odom Street","Physical Address Line 2":"","Physical Address City":"Pembroke","Physical Address State":"NC ","Physical Address Zipcode":"28372","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700473","School District Name":"School of the Arts for Boys Academy (SAB","Physical Address Line 1":"To Be Determined","Physical Address Line 2":"","Physical Address City":"Pittsboro","Physical Address State":"NC ","Physical Address Zipcode":"27312","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700472","School District Name":"Telra Institute","Physical Address Line 1":"5803 Summerston Pl","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28277","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700471","School District Name":"Summit Creek Academy","Physical Address Line 1":"No street address","Physical Address Line 2":"","Physical Address City":"Greensboro","Physical Address State":"NC ","Physical Address Zipcode":"27416","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700470","School District Name":"Oak Charter Academy","Physical Address Line 1":"No street address","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27704","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700469","School District Name":"Asheville PEAK Academy","Physical Address Line 1":"42 Elk Mountain Scenic Highway","Physical Address Line 2":"","Physical Address City":"Asheville","Physical Address State":"NC ","Physical Address Zipcode":"28804","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700468","School District Name":"Wake Preparatory Academy","Physical Address Line 1":"301 N. Wilmington Street","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27604","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700467","School District Name":"Alamance Community School","Physical Address Line 1":"195 Kronbergs Court","Physical Address Line 2":"","Physical Address City":"Haw River","Physical Address State":"NC ","Physical Address Zipcode":"27258","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700466","School District Name":"MINA Charter School of Lee County","Physical Address Line 1":"2732 Industrial Drive","Physical Address Line 2":"","Physical Address City":"Sanford","Physical Address State":"NC ","Physical Address Zipcode":"27332","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700465","School District Name":"Cardinal Charter Acad at Wendell Falls","Physical Address Line 1":"6041 Taylor Rd.","Physical Address Line 2":"","Physical Address City":"Wendell","Physical Address State":"NC ","Physical Address Zipcode":"27591","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700464","School District Name":"Doral Academy North Carolina","Physical Address Line 1":"7000 Destiny Dr","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27604","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700463","School District Name":"Revolution Academy","Physical Address Line 1":"300 NC Hwy 68","Physical Address Line 2":"","Physical Address City":"Greensboro","Physical Address State":"NC ","Physical Address Zipcode":"27409","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700462","School District Name":"CE Academy","Physical Address Line 1":"201 Dixie Trail","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700461","School District Name":"Davis Academy Chadbourn","Physical Address Line 1":"No street address","Physical Address Line 2":"","Physical Address City":"Chadbourn","Physical Address State":"NC ","Physical Address Zipcode":"28431","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700460","School District Name":"North Raleigh Charter Academy","Physical Address Line 1":"301 N. Wilmington Street","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27604","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700459","School District Name":"Achievement Charter Academy","Physical Address Line 1":"25 Buttonwood Ct.","Physical Address Line 2":"","Physical Address City":"Fuquay-Varina","Physical Address State":"NC ","Physical Address Zipcode":"27526","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700458","School District Name":"Elaine Riddick Charter School","Physical Address Line 1":"1054 Harvey Point Road","Physical Address Line 2":"","Physical Address City":"Hertford","Physical Address State":"NC ","Physical Address Zipcode":"27944","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700457","School District Name":"Wilmington School of the Arts","Physical Address Line 1":"606 S. College Road","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"NC ","Physical Address Zipcode":"28403","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700456","School District Name":"Kaleidoscope Charter High School","Physical Address Line 1":"100 Airlie Court","Physical Address Line 2":"","Physical Address City":"Cary","Physical Address State":"NC ","Physical Address Zipcode":"27513","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700455","School District Name":"Movement School Eastland","Physical Address Line 1":"5249 Central Ave.","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700454","School District Name":"Steele Creek Preparatory Academy","Physical Address Line 1":"2200 Shopton Road","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28217","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700453","School District Name":"West Lake Preparatory Academy","Physical Address Line 1":"537 N NC Business Highway 16","Physical Address Line 2":"","Physical Address City":"Denver","Physical Address State":"NC ","Physical Address Zipcode":"28037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700452","School District Name":"Community Public Charter","Physical Address Line 1":"400 Ralph Handsel Blvd","Physical Address Line 2":"","Physical Address City":"Stanley","Physical Address State":"NC ","Physical Address Zipcode":"28164","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700451","School District Name":"Ridgeview Charter School","Physical Address Line 1":"207 W. Bradley St.","Physical Address Line 2":"","Physical Address City":"Gastonia","Physical Address State":"NC ","Physical Address Zipcode":"28052","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700450","School District Name":"Buncombe County Schools","Physical Address Line 1":"175 Bingham Road","Physical Address Line 2":"","Physical Address City":"Asheville","Physical Address State":"NC ","Physical Address Zipcode":"28806","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16590161799654915,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3700449","School District Name":"Bonnie Cone Classical Academy","Physical Address Line 1":"10700 Asbury Chapel Road","Physical Address Line 2":"","Physical Address City":"Huntersville","Physical Address State":"NC ","Physical Address Zipcode":"28078","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700448","School District Name":"Pocosin Innovative Charter","Physical Address Line 1":"500 1st St","Physical Address Line 2":"","Physical Address City":"Creswell","Physical Address State":"NC ","Physical Address Zipcode":"27928","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700447","School District Name":"Tillery Charter Academy","Physical Address Line 1":"204 Lambert Rd.","Physical Address Line 2":"","Physical Address City":"Biscoe","Physical Address State":"NC ","Physical Address Zipcode":"27209","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700446","School District Name":"Southwest Charlotte STEM Academy","Physical Address Line 1":"5203 Shopton Rd","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28278","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700445","School District Name":"Hobgood Charter School","Physical Address Line 1":"201 S. Beech Street","Physical Address Line 2":"","Physical Address City":"Hobgood","Physical Address State":"NC ","Physical Address Zipcode":"27843","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700444","School District Name":"B.L.U.E.-G.R.E.E.N. Academy","Physical Address Line 1":"3683-B Old Lexington Rd.","Physical Address Line 2":"","Physical Address City":"Winston-Salem","Physical Address State":"NC ","Physical Address Zipcode":"27107","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700443","School District Name":"Niner University Elementary School","Physical Address Line 1":"2414 Lester Street","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28208","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700442","School District Name":"Innovative School District","Physical Address Line 1":"301 North Wilmington St","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700441","School District Name":"Mountain Island Day Community Charter Sc","Physical Address Line 1":"1209 Little Rock Rd","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700439","School District Name":"Apprentice Academy HS of NC","Physical Address Line 1":"2505 Weddington Rd.","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"NC ","Physical Address Zipcode":"28110","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700438","School District Name":"Ascend Leadership Academy: Lee County","Physical Address Line 1":"283 Harvey Faulk Road","Physical Address Line 2":"","Physical Address City":"Sanford","Physical Address State":"NC ","Physical Address Zipcode":"27332","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700435","School District Name":"Next Generation Academy","Physical Address Line 1":"3740 South Holden Road","Physical Address Line 2":"","Physical Address City":"Greensboro","Physical Address State":"NC ","Physical Address Zipcode":"27406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700434","School District Name":"Essie Mae Kiser Foxx Charter School","Physical Address Line 1":"729 N Long St","Physical Address Line 2":"","Physical Address City":"East Spencer","Physical Address State":"NC ","Physical Address Zipcode":"28039","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700433","School District Name":"Rolesville Charter Academy","Physical Address Line 1":"908 Eagle Scholars Drive","Physical Address Line 2":"","Physical Address City":"Rolesville","Physical Address State":"NC ","Physical Address Zipcode":"27571","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700432","School District Name":"Moore Montessori Community School","Physical Address Line 1":"387 West Pennsylvania Avenue","Physical Address Line 2":"","Physical Address City":"Southern Pines","Physical Address State":"NC ","Physical Address Zipcode":"28387","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700431","School District Name":"Moss Street Partnership School","Physical Address Line 1":"419 Moss Street","Physical Address Line 2":"","Physical Address City":"Reidsville","Physical Address State":"NC ","Physical Address Zipcode":"27320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700430","School District Name":"Johnston Charter Academy","Physical Address Line 1":"40 Scholar Drive","Physical Address Line 2":"","Physical Address City":"Clayton","Physical Address State":"NC ","Physical Address Zipcode":"27520","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700429","School District Name":"D.C. Virgo Preparatory Academy","Physical Address Line 1":"813 Nixon Street","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"NC ","Physical Address Zipcode":"28401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700428","School District Name":"Raleigh Oak Charter School","Physical Address Line 1":"9400 Forum Drive","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27615","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700427","School District Name":"Appalachian State U Academy Middle Fork","Physical Address Line 1":"3125 Williston Rd","Physical Address Line 2":"","Physical Address City":"Walkertown","Physical Address State":"NC ","Physical Address Zipcode":"27051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700426","School District Name":"Monroe Charter Academy","Physical Address Line 1":"200 Tomberlin Street","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"NC ","Physical Address Zipcode":"28112","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700425","School District Name":"The Experiential School of Greensboro","Physical Address Line 1":"301 S Church St","Physical Address Line 2":"","Physical Address City":"Greensboro","Physical Address State":"NC ","Physical Address Zipcode":"27401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700424","School District Name":"East Voyager Academy","Physical Address Line 1":"7429 Tuckaseegee Rd.","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700423","School District Name":"Carolina Charter Academy: CFA","Physical Address Line 1":"8529 NC Highway 55","Physical Address Line 2":"","Physical Address City":"Angier","Physical Address State":"NC ","Physical Address Zipcode":"27501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700422","School District Name":"Davidson Charter Academy","Physical Address Line 1":"500 Biesecker Rd","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"NC ","Physical Address Zipcode":"27295","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700421","School District Name":"Catamount School","Physical Address Line 1":"100 Smoky Mountain Dr","Physical Address Line 2":"","Physical Address City":"Sylva","Physical Address State":"NC ","Physical Address Zipcode":"28779","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700420","School District Name":"Brunswick County Schools","Physical Address Line 1":"35 Referendum Drive","Physical Address Line 2":"","Physical Address City":"Bolivia","Physical Address State":"NC ","Physical Address Zipcode":"28422","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17340678602729434,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3700419","School District Name":"East Carolina Community School","Physical Address Line 1":"811 Howell St","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"NC ","Physical Address Zipcode":"27834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700418","School District Name":"Discovery Charter School","Physical Address Line 1":"1305 W. Club Blvd.","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700417","School District Name":"Pine Springs Preparatory Academy: CFA","Physical Address Line 1":"220 Rosewood Centre Dr","Physical Address Line 2":"","Physical Address City":"Holly Springs","Physical Address State":"NC ","Physical Address Zipcode":"27540","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700416","School District Name":"UpROAR Leadership Academy","Physical Address Line 1":"5500 North Tryon St","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28213","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700413","School District Name":"Emereau: Bladen","Physical Address Line 1":"995 Airport Rd","Physical Address Line 2":"","Physical Address City":"Elizabethtown","Physical Address State":"NC ","Physical Address Zipcode":"28337","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700412","School District Name":"Coastal Preparatory Academy","Physical Address Line 1":"1135 Pandion Dr","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"NC ","Physical Address Zipcode":"28411","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700411","School District Name":"Movement Charter School","Physical Address Line 1":"2701-B Freedom Dr","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700410","School District Name":"Mallard Creek STEM Academy","Physical Address Line 1":"9142 Browne Rd","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28269","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700409","School District Name":"Unity Classical Charter School","Physical Address Line 1":"1929 W Arrowood Rd","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28217","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700408","School District Name":"Gate City Charter Academy","Physical Address Line 1":"123 Flemingfield Road","Physical Address Line 2":"","Physical Address City":"Greensboro","Physical Address State":"NC ","Physical Address Zipcode":"27405","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700407","School District Name":"Girls Leadership Academy of Wilmington","Physical Address Line 1":"4100 Sunglow Drive","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"NC ","Physical Address Zipcode":"28405","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700406","School District Name":"Central Wake Charter High School","Physical Address Line 1":"1425 Rock Quarry Road","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27610","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700405","School District Name":"Matthews Charter Academy","Physical Address Line 1":"2332 Mount Harmony Church Rd","Physical Address Line 2":"","Physical Address City":"Matthews","Physical Address State":"NC ","Physical Address Zipcode":"28104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700404","School District Name":"FernLeaf Community Charter School","Physical Address Line 1":"58 Howard Gap Rd","Physical Address Line 2":"","Physical Address City":"Fletcher","Physical Address State":"NC ","Physical Address Zipcode":"28732","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700403","School District Name":"Union Day School","Physical Address Line 1":"3000 TILLEY MORRIS ROAD","Physical Address Line 2":"","Physical Address City":"WEDDINGTON","Physical Address State":"NC ","Physical Address Zipcode":"28104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700402","School District Name":"Peak Charter Academy","Physical Address Line 1":"1601 Orchard Villas Ave","Physical Address Line 2":"","Physical Address City":"Apex","Physical Address State":"NC ","Physical Address Zipcode":"27502","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700401","School District Name":"Union Preparatory Academy at Indian Trai","Physical Address Line 1":"2324 Younts Rd","Physical Address Line 2":"","Physical Address City":"Indian Trail","Physical Address State":"NC ","Physical Address Zipcode":"28079","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700400","School District Name":"Iredell Charter Academy","Physical Address Line 1":"251 Home Improvement St","Physical Address Line 2":"","Physical Address City":"Troutman","Physical Address State":"NC ","Physical Address Zipcode":"28166","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700399","School District Name":"Concord Lake STEAM Academy","Physical Address Line 1":"1911 Concord Lake Road","Physical Address Line 2":"","Physical Address City":"Kannapolis","Physical Address State":"NC ","Physical Address Zipcode":"28083","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700398","School District Name":"NC Virtual Academy","Physical Address Line 1":"4220 NC Highway 55","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27713","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700397","School District Name":"PAVE Southeast Raleigh Charter School","Physical Address Line 1":"3420 Idlewood Village Dr","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27610","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700396","School District Name":"Winterville Charter Academy","Physical Address Line 1":"4160 Bayswater Rd","Physical Address Line 2":"","Physical Address City":"Winterville","Physical Address State":"NC ","Physical Address Zipcode":"28590","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700394","School District Name":"Northeast Academy of Aerospace & AdvTech","Physical Address Line 1":"1413 W Ehringhaus St","Physical Address Line 2":"","Physical Address City":"Elizabeth City","Physical Address State":"NC ","Physical Address Zipcode":"27909","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700393","School District Name":"VERITAS Community School","Physical Address Line 1":"2600 Grimes Street","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700392","School District Name":"Queen City STEM School","Physical Address Line 1":"8701 Mallard Creek Rd","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28262","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700391","School District Name":"Charlotte Lab School","Physical Address Line 1":"301 E 9th Street","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700390","School District Name":"Bladen County Schools","Physical Address Line 1":"1489 US Hwy 701 South","Physical Address Line 2":"","Physical Address City":"Elizabethtown","Physical Address State":"NC ","Physical Address Zipcode":"28337","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3421105934778205,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700389","School District Name":"Shining Rock Classical Academy: CFA","Physical Address Line 1":"1023 Dellwood Road","Physical Address Line 2":"","Physical Address City":"Waynesville","Physical Address State":"NC ","Physical Address Zipcode":"28786","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700388","School District Name":"Piedmont Classical High School","Physical Address Line 1":"4100 YANCEYVILLE RD","Physical Address Line 2":"","Physical Address City":"BROWNS SUMMIT","Physical Address State":"NC ","Physical Address Zipcode":"27214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700387","School District Name":"Youngsville Academy","Physical Address Line 1":"2045 Hicks Rd","Physical Address Line 2":"","Physical Address City":"Youngsville","Physical Address State":"NC ","Physical Address Zipcode":"27596","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700386","School District Name":"North Carolina Cyber Academy","Physical Address Line 1":"2800 Meridian Parkway","Physical Address Line 2":"Suite 150","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27713","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700385","School District Name":"KIPP Durham College Preparatory","Physical Address Line 1":"1107 Holloway Street","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700384","School District Name":"Excelsior Classical Academy","Physical Address Line 1":"4100 N Roxboro Street","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27704","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700383","School District Name":"Camp Lejeune","Physical Address Line 1":"855 Stone St","Physical Address Line 2":"","Physical Address City":"Camp Lejeune","Physical Address State":"NC ","Physical Address Zipcode":"28547","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"6-Federal agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700382","School District Name":"Commonwealth High School","Physical Address Line 1":"5112 Central Ave","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700381","School District Name":"Anderson Creek Academy","Physical Address Line 1":"4940 Ray Road","Physical Address Line 2":"","Physical Address City":"Spring Lake","Physical Address State":"NC ","Physical Address Zipcode":"28390","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700379","School District Name":"Wilson Preparatory Academy","Physical Address Line 1":"2755 Tilghman Rd N","Physical Address Line 2":"","Physical Address City":"Wilson","Physical Address State":"NC ","Physical Address Zipcode":"27896","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700378","School District Name":"South Brunswick Charter School","Physical Address Line 1":"2260 Achievement Ave SE","Physical Address Line 2":"","Physical Address City":"Bolivia","Physical Address State":"NC ","Physical Address Zipcode":"28422","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700377","School District Name":"Wayne Preparatory","Physical Address Line 1":"600 Tommy's Road","Physical Address Line 2":"Cottage B","Physical Address City":"Goldsboro","Physical Address State":"NC ","Physical Address Zipcode":"27530","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700375","School District Name":"KIPP Halifax College Preparatory","Physical Address Line 1":"9986 Hwy 903","Physical Address Line 2":"","Physical Address City":"Halifax","Physical Address State":"NC ","Physical Address Zipcode":"27839","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700374","School District Name":"Stewart Creek High School","Physical Address Line 1":"2701-F Freedom Dr","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700372","School District Name":"A.C.E. Academy","Physical Address Line 1":"7807 Caldwell Road","Physical Address Line 2":"","Physical Address City":"Harrisburg","Physical Address State":"NC ","Physical Address Zipcode":"28075","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700371","School District Name":"Lakeside Charter Academy","Physical Address Line 1":"17609 Old Statesville Rd","Physical Address Line 2":"","Physical Address City":"Cornelius","Physical Address State":"NC ","Physical Address Zipcode":"28031","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700370","School District Name":"The Capitol Encore Academy","Physical Address Line 1":"126 Hay St","Physical Address Line 2":"","Physical Address City":"Fayetteville","Physical Address State":"NC ","Physical Address Zipcode":"28301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700369","School District Name":"Invest Collegiate - Imagine","Physical Address Line 1":"110 Champion Way","Physical Address Line 2":"","Physical Address City":"Asheville","Physical Address State":"NC ","Physical Address Zipcode":"28806","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700367","School District Name":"United Community School","Physical Address Line 1":"1406 Suther Road","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28213","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700365","School District Name":"Three Rivers Academy","Physical Address Line 1":"118 County Farm Road","Physical Address Line 2":"","Physical Address City":"Windsor","Physical Address State":"NC ","Physical Address Zipcode":"27983","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700364","School District Name":"Wake Forest Charter Academy","Physical Address Line 1":"1851 Friendship Chapel Rd","Physical Address Line 2":"","Physical Address City":"Wake Forest","Physical Address State":"NC ","Physical Address Zipcode":"27587","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700363","School District Name":"Reaching All Minds Academy","Physical Address Line 1":"2703 Holloway St.","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27703","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700362","School District Name":"Envision Science Academy","Physical Address Line 1":"590 Traditions Grande Blvd","Physical Address Line 2":"","Physical Address City":"Wake Forest","Physical Address State":"NC ","Physical Address Zipcode":"27587","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700361","School District Name":"The Franklin School of Innovation","Physical Address Line 1":"21 Innovation Dr","Physical Address Line 2":"","Physical Address City":"Asheville","Physical Address State":"NC ","Physical Address Zipcode":"28806","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700360","School District Name":"Bertie County Schools","Physical Address Line 1":"715 US Highway 13 North","Physical Address Line 2":"","Physical Address City":"Windsor","Physical Address State":"NC ","Physical Address Zipcode":"27983","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30438448566610454,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700359","School District Name":"Pioneer Springs Community School","Physical Address Line 1":"9300 Bob Beatty Rd.","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28269","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700358","School District Name":"Cardinal Charter","Physical Address Line 1":"1020 St. Charles Place","Physical Address Line 2":"","Physical Address City":"Cary","Physical Address State":"NC ","Physical Address Zipcode":"27513","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700356","School District Name":"Bradford Preparatory School","Physical Address Line 1":"2502 Salome Church Rd","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28262","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700355","School District Name":"NC Virtual Public School","Physical Address Line 1":"1017 Main Campus Dr","Physical Address Line 2":"Partners 1 Bldg Suite 3900","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700354","School District Name":"The Expedition School","Physical Address Line 1":"437 Dimmocks Mill Rd Ste 33","Physical Address Line 2":"","Physical Address City":"Hillsborough","Physical Address State":"NC ","Physical Address Zipcode":"27278","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700353","School District Name":"Pinnacle Classical Academy","Physical Address Line 1":"2401 Joes Lake Rd","Physical Address Line 2":"","Physical Address City":"Shelby","Physical Address State":"NC ","Physical Address Zipcode":"28152","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700352","School District Name":"The Institute for the Development of You","Physical Address Line 1":"4300 S. Miami Blvd.","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27703","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700351","School District Name":"Paul R Brown Leadership Academy","Physical Address Line 1":"1360 Martin L King Jr Dr","Physical Address Line 2":"","Physical Address City":"Elizabethtown","Physical Address State":"NC ","Physical Address Zipcode":"28337","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700350","School District Name":"Aristotle Preparatory Academy","Physical Address Line 1":"8101 Fallsdale Drive","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700349","School District Name":"Thomas Academy","Physical Address Line 1":"302 Rube MCCRAY Circle","Physical Address Line 2":"","Physical Address City":"Lake Waccamaw","Physical Address State":"NC ","Physical Address Zipcode":"28450","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700348","School District Name":"Z.E.C.A. School of Arts and Technology","Physical Address Line 1":"1249 Hargett St","Physical Address Line 2":"","Physical Address City":"Jacksonville","Physical Address State":"NC ","Physical Address Zipcode":"28540","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700347","School District Name":"Cabarrus Charter Academy","Physical Address Line 1":"355 Poplar Crossing Dr NW","Physical Address Line 2":"","Physical Address City":"Concord","Physical Address State":"NC ","Physical Address Zipcode":"28027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700346","School District Name":"Southeastern Academy","Physical Address Line 1":"12251 NC Hwy 41 N","Physical Address Line 2":"","Physical Address City":"Lumberton","Physical Address State":"NC ","Physical Address Zipcode":"28358","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700344","School District Name":"Summerfield Charter Academy","Physical Address Line 1":"5303 Hwy 220 N","Physical Address Line 2":"","Physical Address City":"Summerfield","Physical Address State":"NC ","Physical Address Zipcode":"27358","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700343","School District Name":"NC Leadership Charter Academy","Physical Address Line 1":"4353 High Point Rd","Physical Address Line 2":"","Physical Address City":"Kernersville","Physical Address State":"NC ","Physical Address Zipcode":"27284","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700341","School District Name":"Willow Oak Montessori","Physical Address Line 1":"1476 Andrews Store Road","Physical Address Line 2":"","Physical Address City":"Pittsboro","Physical Address State":"NC ","Physical Address Zipcode":"27312","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700340","School District Name":"Douglass Academy","Physical Address Line 1":"507 N 6th St","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"NC ","Physical Address Zipcode":"28401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700339","School District Name":"Eastside STREAM Academy","Physical Address Line 1":"3124 Milton Road","Physical Address Line 2":"Suite C","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700338","School District Name":"Oxford Preparatory School","Physical Address Line 1":"6041 Landis Rd","Physical Address Line 2":"","Physical Address City":"Oxford","Physical Address State":"NC ","Physical Address Zipcode":"27565","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700337","School District Name":"Longleaf School of the Arts","Physical Address Line 1":"322 Chapanoke Road","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27603","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700336","School District Name":"Falls Lake Academy","Physical Address Line 1":"1701 E Lyon Station Rd","Physical Address Line 2":"","Physical Address City":"Creedmoor","Physical Address State":"NC ","Physical Address Zipcode":"27522","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700334","School District Name":"Uwharrie Charter Academy","Physical Address Line 1":"5154 US Hwy 220 Business South","Physical Address Line 2":"","Physical Address City":"Asheboro","Physical Address State":"NC ","Physical Address Zipcode":"27205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700333","School District Name":"Invest Collegiate","Physical Address Line 1":"2045 Suttle Ave","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700332","School District Name":"Island Montessori Charter","Physical Address Line 1":"6339 Carolina Beach Rd","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"NC ","Physical Address Zipcode":"28412","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700331","School District Name":"Langtree Charter Academy","Physical Address Line 1":"154 Foundation Ct","Physical Address Line 2":"","Physical Address City":"Mooresville","Physical Address State":"NC ","Physical Address Zipcode":"28117","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700330","School District Name":"Beaufort County Schools","Physical Address Line 1":"321 Smaw Road","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"NC ","Physical Address Zipcode":"27889","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2598755607003328,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700329","School District Name":"Water's Edge Village School","Physical Address Line 1":"1126 Schoolhouse Lane","Physical Address Line 2":"","Physical Address City":"Corolla","Physical Address State":"NC ","Physical Address Zipcode":"27927","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700328","School District Name":"Cornerstone Charter Academy","Physical Address Line 1":"7800 Airport Center Drive","Physical Address Line 2":"","Physical Address City":"Greensboro","Physical Address State":"NC ","Physical Address Zipcode":"27409","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700327","School District Name":"Corvian Community School","Physical Address Line 1":"4041 Johnston Oehler Road","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28269","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700326","School District Name":"Research Triangle High School","Physical Address Line 1":"3106 East NC Highway 54","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27709","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700325","School District Name":"The College Preparatory and Leadership A","Physical Address Line 1":"4201 Furniture Avenue","Physical Address Line 2":"","Physical Address City":"Jamestown","Physical Address State":"NC ","Physical Address Zipcode":"27282","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700324","School District Name":"Triangle Math and Science Academy","Physical Address Line 1":"312 Gregson Dr","Physical Address Line 2":"","Physical Address City":"Cary","Physical Address State":"NC ","Physical Address Zipcode":"27511","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700323","School District Name":"North East Carolina Preparatory School","Physical Address Line 1":"274 Husky Trail","Physical Address Line 2":"","Physical Address City":"Tarboro","Physical Address State":"NC ","Physical Address Zipcode":"27886","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700322","School District Name":"Bear Grass Charter School","Physical Address Line 1":"6344 E Bear Grass Rd","Physical Address Line 2":"","Physical Address City":"Williamston","Physical Address State":"NC ","Physical Address Zipcode":"27982","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700321","School District Name":"Northeast Regional School - Biotech/Agri","Physical Address Line 1":"1215 Saint Andrews St","Physical Address Line 2":"","Physical Address City":"Jamesville","Physical Address State":"NC ","Physical Address Zipcode":"27846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700320","School District Name":"Deaf and Blind Schools","Physical Address Line 1":"301 Ashe Ave","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700319","School District Name":"Henderson Collegiate","Physical Address Line 1":"1071 Old Epsom Rd","Physical Address Line 2":"","Physical Address City":"Henderson","Physical Address State":"NC ","Physical Address Zipcode":"27536","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700318","School District Name":"Lake Lure Classical Academy","Physical Address Line 1":"1058 Island Creek Rd.","Physical Address Line 2":"","Physical Address City":"Lake Lure","Physical Address State":"NC ","Physical Address Zipcode":"28746","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700317","School District Name":"Mountain Island Charter","Physical Address Line 1":"13440 Lucia-Riverbend Highway","Physical Address Line 2":"","Physical Address City":"Mt. Holly","Physical Address State":"NC ","Physical Address Zipcode":"28120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700316","School District Name":"Global Scholars Academy","Physical Address Line 1":"311 Dowd St","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700315","School District Name":"Triad Math and Science Academy","Physical Address Line 1":"700 Creek Ridge Rd","Physical Address Line 2":"","Physical Address City":"Greensboro","Physical Address State":"NC ","Physical Address Zipcode":"27406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700314","School District Name":"Endeavor Charter","Physical Address Line 1":"4879 One World Way","Physical Address Line 2":"","Physical Address City":"Wake Forest","Physical Address State":"NC ","Physical Address Zipcode":"27587","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700300","School District Name":"Avery County Schools","Physical Address Line 1":"775 Cranberry Street","Physical Address Line 2":"","Physical Address City":"Newland","Physical Address State":"NC ","Physical Address Zipcode":"28657","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22193211488250653,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700270","School District Name":"Asheville City Schools","Physical Address Line 1":"85 Mountain Street","Physical Address Line 2":"","Physical Address City":"Asheville","Physical Address State":"NC ","Physical Address Zipcode":"28801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16158113730929266,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3700240","School District Name":"Asheboro City Schools","Physical Address Line 1":"1126 S Park Street","Physical Address Line 2":"","Physical Address City":"Asheboro","Physical Address State":"NC ","Physical Address Zipcode":"27203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23422625636484393,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700210","School District Name":"Ashe County Schools","Physical Address Line 1":"320 South Street","Physical Address Line 2":"","Physical Address City":"Jefferson","Physical Address State":"NC ","Physical Address Zipcode":"28640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20514253773057575,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700180","School District Name":"Anson County Schools","Physical Address Line 1":"320 Camden Road","Physical Address Line 2":"","Physical Address City":"Wadesboro","Physical Address State":"NC ","Physical Address Zipcode":"28170","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2818466799658022,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700178","School District Name":"WAMY COMM ACTION INC","Physical Address Line 1":"No Local Address","Physical Address Line 2":"","Physical Address City":"Boone","Physical Address State":"NC ","Physical Address Zipcode":"28607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700176","School District Name":"PROJECT EXCEL TEACH ACADEMICS","Physical Address Line 1":"504 East Green Street","Physical Address Line 2":"","Physical Address City":"Wilson","Physical Address State":"NC ","Physical Address Zipcode":"27893","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700175","School District Name":"Roxboro Community School","Physical Address Line 1":"115 Lake Drive","Physical Address Line 2":"","Physical Address City":"Roxboro","Physical Address State":"NC ","Physical Address Zipcode":"27573","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700174","School District Name":"CLEVELAND COUNTY COMMUNITY IN-SCHOOLS","Physical Address Line 1":"502 S Lafayette St","Physical Address Line 2":"","Physical Address City":"Shelby","Physical Address State":"NC ","Physical Address Zipcode":"28150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700173","School District Name":"TRANSYLVANIA COMMUNITY IN-SCHOOLS","Physical Address Line 1":"No Local Address","Physical Address Line 2":"","Physical Address City":"Bervard","Physical Address State":"NC ","Physical Address Zipcode":"28712","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700171","School District Name":"COMMUNITIES IN-SCHOOLS OF BRUNSWICK COUNTY","Physical Address Line 1":"No Local Address","Physical Address Line 2":"","Physical Address City":"Southport","Physical Address State":"NC ","Physical Address Zipcode":"28461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700170","School District Name":"VICTORIOUS COMMUNITY DEVELOPMENT","Physical Address Line 1":"2116 Page Road","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27703","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700168","School District Name":"ASHE COUNTY TRAC","Physical Address Line 1":"134 Government Circle","Physical Address Line 2":"","Physical Address City":"Jefferson","Physical Address State":"NC ","Physical Address Zipcode":"28640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700167","School District Name":"DPS Education Services (fka Div Prisons)","Physical Address Line 1":"831 W Morgan Street","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27699","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700166","School District Name":"LINKS TO LEARNING","Physical Address Line 1":"4418 Fayetteville","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27713","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700159","School District Name":"STATESVILLE HOUSING AUTHORITY","Physical Address Line 1":"110 West Allison Street","Physical Address Line 2":"","Physical Address City":"Statesville","Physical Address State":"NC ","Physical Address Zipcode":"28677","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700157","School District Name":"NCDPS Juvenile Education Services","Physical Address Line 1":"3010 Hammond Business Place","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700156","School District Name":"BOLD KIDS AFTER SCHOOL PROG","Physical Address Line 1":"2425C Westinghouse Road","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28273","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700154","School District Name":"YMCA OF NORTHWEST NC FORSYTH","Physical Address Line 1":"301 N Main St Suite 1900","Physical Address Line 2":"","Physical Address City":"Winston-Salem","Physical Address State":"NC ","Physical Address Zipcode":"27101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700153","School District Name":"Cherokee Central Schools","Physical Address Line 1":"86 Elk Crossing Lane","Physical Address Line 2":"","Physical Address City":"Cherokee","Physical Address State":"NC ","Physical Address Zipcode":"28719","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"6-Federal agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700152","School District Name":"YMCA OF WAKE COUNTY","Physical Address Line 1":"No Local Address","Physical Address Line 2":"","Physical Address City":"Holly Springs","Physical Address State":"NC ","Physical Address Zipcode":"27540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700148","School District Name":"Fort Bragg","Physical Address Line 1":"4958 Bastogne Dr","Physical Address Line 2":"","Physical Address City":"Fort Bragg","Physical Address State":"NC ","Physical Address Zipcode":"28307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"6-Federal agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700147","School District Name":"THINK SMART OUTREACH CENTER","Physical Address Line 1":"55 Think Smart Ln","Physical Address Line 2":"","Physical Address City":"Erwin","Physical Address State":"NC ","Physical Address Zipcode":"28339","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700146","School District Name":"NC CENTRAL UNIVERSITY","Physical Address Line 1":"1801 FAYETTEVILLE STREET","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27707","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700145","School District Name":"Pine Lake Preparatory","Physical Address Line 1":"104 Yellow Wood Circle","Physical Address Line 2":"","Physical Address City":"Mooresville","Physical Address State":"NC ","Physical Address Zipcode":"28115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700144","School District Name":"Neuse Charter School","Physical Address Line 1":"909 Booker Dairy Rd","Physical Address Line 2":"","Physical Address City":"Smithfield","Physical Address State":"NC ","Physical Address Zipcode":"27577","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700143","School District Name":"Charlotte Secondary School","Physical Address Line 1":"8601 McAlpine Park Dr","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28211","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700142","School District Name":"KIPP: Charlotte","Physical Address Line 1":"931 Wilann Dr","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700141","School District Name":"Wilmington Preparatory Academy","Physical Address Line 1":"134 Cinema Dr","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"NC ","Physical Address Zipcode":"28403","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700140","School District Name":"Columbus Charter School","Physical Address Line 1":"35 Bacon's Way","Physical Address Line 2":"","Physical Address City":"Whiteville","Physical Address State":"NC ","Physical Address Zipcode":"28472","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700139","School District Name":"Voyager Academy","Physical Address Line 1":"101 Hock Parc Drive","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27704","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700138","School District Name":"Two Rivers Community School","Physical Address Line 1":"1018 Archie Carroll Road","Physical Address Line 2":"","Physical Address City":"Boone","Physical Address State":"NC ","Physical Address Zipcode":"28607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700137","School District Name":"Socrates Academy","Physical Address Line 1":"3909 Weddington Rd","Physical Address Line 2":"","Physical Address City":"Matthews","Physical Address State":"NC ","Physical Address Zipcode":"28105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700135","School District Name":"Community School of Davidson","Physical Address Line 1":"404 Armour Street","Physical Address Line 2":"","Physical Address City":"Davidson","Physical Address State":"NC ","Physical Address Zipcode":"28036","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700133","School District Name":"Carolina International School","Physical Address Line 1":"9545 Poplar Tent Rd","Physical Address Line 2":"","Physical Address City":"Concord","Physical Address State":"NC ","Physical Address Zipcode":"28027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700132","School District Name":"The Hawbridge School","Physical Address Line 1":"1735 Saxapahaw Bethlehem Churc","Physical Address Line 2":"","Physical Address City":"Saxapahaw","Physical Address State":"NC ","Physical Address Zipcode":"27340","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700131","School District Name":"Casa Esperanza Montessori","Physical Address Line 1":"2600 Sumner Blvd #130","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27616","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700130","School District Name":"Central Park School For Children","Physical Address Line 1":"724 Foster Street","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700129","School District Name":"Mountain Discovery Charter School","Physical Address Line 1":"890 Jenkins Branch Rd N","Physical Address Line 2":"","Physical Address City":"Bryson City","Physical Address State":"NC ","Physical Address Zipcode":"28713","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700128","School District Name":"Gray Stone Day School","Physical Address Line 1":"49464 Merner Terrace","Physical Address Line 2":"","Physical Address City":"Misenheimer","Physical Address State":"NC ","Physical Address Zipcode":"28109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700127","School District Name":"Queen's Grant Community School","Physical Address Line 1":"6400 Matthews-Mint Hill Rd","Physical Address Line 2":"","Physical Address City":"Mint Hill","Physical Address State":"NC ","Physical Address Zipcode":"28227","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700126","School District Name":"Arts Based School","Physical Address Line 1":"1380 Martin Luther King Jr Dr","Physical Address Line 2":"","Physical Address City":"Winston-Salem","Physical Address State":"NC ","Physical Address Zipcode":"27101","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700123","School District Name":"Gaston College Preparatory","Physical Address Line 1":"320 Pleasant Hill Road","Physical Address Line 2":"","Physical Address City":"Gaston","Physical Address State":"NC ","Physical Address Zipcode":"27832","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700121","School District Name":"Guilford Preparatory Academy","Physical Address Line 1":"2210 East Cone Blvd","Physical Address Line 2":"","Physical Address City":"Greensboro","Physical Address State":"NC ","Physical Address Zipcode":"27405","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700120","School District Name":"Alleghany County Schools","Physical Address Line 1":"85 Peachtree Street","Physical Address Line 2":"","Physical Address City":"Sparta","Physical Address State":"NC ","Physical Address Zipcode":"28675","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2797101449275362,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700119","School District Name":"Crosscreek Charter School","Physical Address Line 1":"306 Sandalwood Avenue","Physical Address Line 2":"","Physical Address City":"Louisburg","Physical Address State":"NC ","Physical Address Zipcode":"27549","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700118","School District Name":"The New Dimensions School","Physical Address Line 1":"550 Lenoir Road","Physical Address Line 2":"","Physical Address City":"Morganton","Physical Address State":"NC ","Physical Address Zipcode":"28655","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700117","School District Name":"ArtSpace Charter","Physical Address Line 1":"2030 US Hwy 70","Physical Address Line 2":"","Physical Address City":"Swannanoa","Physical Address State":"NC ","Physical Address Zipcode":"28778","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700116","School District Name":"Clover Garden","Physical Address Line 1":"2454 Altamahaw Union Ridge Roa","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"NC ","Physical Address Zipcode":"27217","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700115","School District Name":"Haliwa-Saponi Tribal School","Physical Address Line 1":"130 Haliwa-Saponi Trail","Physical Address Line 2":"","Physical Address City":"Hollister","Physical Address State":"NC ","Physical Address Zipcode":"27844","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700114","School District Name":"Southern Wake Academy","Physical Address Line 1":"5108 Old Powell Rd","Physical Address Line 2":"","Physical Address City":"Holly Springs","Physical Address State":"NC ","Physical Address Zipcode":"27540","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700113","School District Name":"PreEminent Charter School","Physical Address Line 1":"3815 Rock Quarry Road","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27610","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700112","School District Name":"Union Academy Charter School","Physical Address Line 1":"675 North ML King Jr Blvd","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"NC ","Physical Address Zipcode":"28110","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700111","School District Name":"Millennium Charter Academy","Physical Address Line 1":"500 Old Springs Rd","Physical Address Line 2":"","Physical Address City":"Mount Airy","Physical Address State":"NC ","Physical Address Zipcode":"27030","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700110","School District Name":"Bethany Community School","Physical Address Line 1":"1288 Hudson Rd","Physical Address Line 2":"","Physical Address City":"Summerfield","Physical Address State":"NC ","Physical Address Zipcode":"27358","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700109","School District Name":"Bethel Hill Charter","Physical Address Line 1":"401 Bethel Hill School Road","Physical Address Line 2":"","Physical Address City":"Roxboro","Physical Address State":"NC ","Physical Address Zipcode":"27574","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700108","School District Name":"Cape Fear Center for Inquiry","Physical Address Line 1":"2525 Wonder Way","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"NC ","Physical Address Zipcode":"28401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700107","School District Name":"Metrolina Regional Scholars Academy","Physical Address Line 1":"5225 Seventy-seven Center Dr","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28217","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700106","School District Name":"Success Institute Charter School","Physical Address Line 1":"1424-2 Rickert St","Physical Address Line 2":"","Physical Address City":"Statesville","Physical Address State":"NC ","Physical Address Zipcode":"28677","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700105","School District Name":"Phoenix Academy Inc","Physical Address Line 1":"7847 Clinard Farms Rd.","Physical Address Line 2":"Meeting Way St. & Mendenhall","Physical Address City":"High Point","Physical Address State":"NC ","Physical Address Zipcode":"27265","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700104","School District Name":"Piedmont Community Charter","Physical Address Line 1":"119 E. 2nd Avenue","Physical Address Line 2":"","Physical Address City":"Gastonia","Physical Address State":"NC ","Physical Address Zipcode":"28052","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700103","School District Name":"Alpha Academy","Physical Address Line 1":"8030 Raeford Road","Physical Address Line 2":"","Physical Address City":"Fayetteville","Physical Address State":"NC ","Physical Address Zipcode":"28304","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700102","School District Name":"Charter Day School","Physical Address Line 1":"7055 Bacon's Way","Physical Address Line 2":"","Physical Address City":"Leland","Physical Address State":"NC ","Physical Address Zipcode":"28451","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700101","School District Name":"Washington Montessori","Physical Address Line 1":"2330 Old Bath Hwy","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"NC ","Physical Address Zipcode":"27889","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700099","School District Name":"Quest Academy","Physical Address Line 1":"10908 Strickland Road","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27615","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700098","School District Name":"Torchlight Academy","Physical Address Line 1":"3211 Bramer Drive","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27604","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700097","School District Name":"Raleigh Charter High School","Physical Address Line 1":"1307 Glenwood Ave","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700096","School District Name":"Vance Charter School","Physical Address Line 1":"2090 ROSS MILL ROAD","Physical Address Line 2":"","Physical Address City":"Henderson","Physical Address State":"NC ","Physical Address Zipcode":"27537","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700093","School District Name":"Thomas Jefferson Classical Academy","Physical Address Line 1":"2527 US 221A Hwy","Physical Address Line 2":"","Physical Address City":"Mooresboro","Physical Address State":"NC ","Physical Address Zipcode":"28114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700091","School District Name":"Sandhills Theatre Arts Renaiss","Physical Address Line 1":"140 Southern Dunes Dr","Physical Address Line 2":"","Physical Address City":"Vass","Physical Address State":"NC ","Physical Address Zipcode":"28394","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700090","School District Name":"Alexander County Schools","Physical Address Line 1":"700 Liledoun Road","Physical Address Line 2":"","Physical Address City":"Taylorsville","Physical Address State":"NC ","Physical Address Zipcode":"28681","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15218181818181817,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3700089","School District Name":"Sugar Creek Charter","Physical Address Line 1":"4101 N Tryon Street","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"NC ","Physical Address Zipcode":"28206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700086","School District Name":"American Renaissance School","Physical Address Line 1":"132 East Broad Street","Physical Address Line 2":"","Physical Address City":"Statesville","Physical Address State":"NC ","Physical Address Zipcode":"28677","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700085","School District Name":"The Mountain Community Sch","Physical Address Line 1":"613 Glover Street","Physical Address Line 2":"","Physical Address City":"Hendersonville","Physical Address State":"NC ","Physical Address Zipcode":"28792","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700084","School District Name":"Greensboro Academy","Physical Address Line 1":"4049 Battleground Ave","Physical Address Line 2":"","Physical Address City":"Greensboro","Physical Address State":"NC ","Physical Address Zipcode":"27410","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700083","School District Name":"Forsyth Academy","Physical Address Line 1":"5426 Shattalon Drive","Physical Address Line 2":"","Physical Address City":"Winston-Salem","Physical Address State":"NC ","Physical Address Zipcode":"27106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700081","School District Name":"Research Triangle Charter","Physical Address Line 1":"2418 Ellis Road","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27703","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700078","School District Name":"Evergreen Community Charter","Physical Address Line 1":"50 Bell Road","Physical Address Line 2":"","Physical Address City":"Asheville","Physical Address State":"NC ","Physical Address Zipcode":"28805","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700077","School District Name":"Marjorie Williams Academy","Physical Address Line 1":"129 Allen Circle","Physical Address Line 2":"","Physical Address City":"Crossnore","Physical Address State":"NC ","Physical Address Zipcode":"28616","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700074","School District Name":"Dillard Academy","Physical Address Line 1":"504 West Elm Street","Physical Address Line 2":"","Physical Address City":"Goldsboro","Physical Address State":"NC ","Physical Address Zipcode":"27530","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700070","School District Name":"East Wake Academy","Physical Address Line 1":"821 Charter School Way","Physical Address Line 2":"","Physical Address City":"Zebulon","Physical Address State":"NC ","Physical Address Zipcode":"27597","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700069","School District Name":"Franklin Academy","Physical Address Line 1":"1127 Chalk Rd","Physical Address Line 2":"","Physical Address City":"Wake Forest","Physical Address State":"NC ","Physical Address Zipcode":"27587","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700068","School District Name":"Brevard Academy","Physical Address Line 1":"1110 Hendersonville Highway","Physical Address Line 2":"","Physical Address City":"Pisgah Forest","Physical Address State":"NC ","Physical Address Zipcode":"28768","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700064","School District Name":"Lake Norman Charter","Physical Address Line 1":"12435 Old Statesville Road","Physical Address Line 2":"","Physical Address City":"Huntersville","Physical Address State":"NC ","Physical Address Zipcode":"28078","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700062","School District Name":"Lincoln Charter School","Physical Address Line 1":"7834 Galway Lane","Physical Address Line 2":"","Physical Address City":"Denver","Physical Address State":"NC ","Physical Address Zipcode":"28037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700055","School District Name":"Kestrel Heights School","Physical Address Line 1":"4700 South Alston Ave","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27713","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700054","School District Name":"Carter Community Charter","Physical Address Line 1":"1955 West Cornwallis Road","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700053","School District Name":"Woods Charter School","Physical Address Line 1":"160 Woodland Grove Ln","Physical Address Line 2":"","Physical Address City":"Chapel Hill","Physical Address State":"NC ","Physical Address Zipcode":"27516","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700052","School District Name":"Tiller School","Physical Address Line 1":"1950 Live Oak Street","Physical Address Line 2":"","Physical Address City":"Beaufort","Physical Address State":"NC ","Physical Address Zipcode":"28516","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700050","School District Name":"River Mill Academy","Physical Address Line 1":"235 Cheeks Lane","Physical Address Line 2":"","Physical Address City":"Graham","Physical Address State":"NC ","Physical Address Zipcode":"27253","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700049","School District Name":"Sallie B Howard School","Physical Address Line 1":"1004 Herring Avenue","Physical Address Line 2":"","Physical Address City":"Wilson","Physical Address State":"NC ","Physical Address Zipcode":"27893","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700046","School District Name":"Sterling Montessori Academy","Physical Address Line 1":"202 Treybrooke Drive","Physical Address Line 2":"","Physical Address City":"Morrisville","Physical Address State":"NC ","Physical Address Zipcode":"27560","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700045","School District Name":"Magellan Charter","Physical Address Line 1":"9324 Baileywick Road","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27615","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700043","School District Name":"The Exploris School","Physical Address Line 1":"401 Hillsborough St","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27603","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700041","School District Name":"Bridges Academy","Physical Address Line 1":"2587 Pleasant Ridge Road","Physical Address Line 2":"","Physical Address City":"State Road","Physical Address State":"NC ","Physical Address Zipcode":"28676","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700040","School District Name":"CIS Academy","Physical Address Line 1":"818 West 3rd Street","Physical Address Line 2":"","Physical Address City":"Pembroke","Physical Address State":"NC ","Physical Address Zipcode":"28372","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700038","School District Name":"Arapahoe Charter School","Physical Address Line 1":"9005 NC Hwy 306 S","Physical Address Line 2":"","Physical Address City":"Arapahoe","Physical Address State":"NC ","Physical Address Zipcode":"28510","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700035","School District Name":"Eno River Academy","Physical Address Line 1":"1212 NC Highway 57 North","Physical Address Line 2":"","Physical Address City":"Hillsborough","Physical Address State":"NC ","Physical Address Zipcode":"27278","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700034","School District Name":"Rocky Mount Preparatory","Physical Address Line 1":"3334 Bishop Road","Physical Address Line 2":"","Physical Address City":"Rocky Mount","Physical Address State":"NC ","Physical Address Zipcode":"27804","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700033","School District Name":"The Academy of Moore County","Physical Address Line 1":"12588 US 15-501 Hwy","Physical Address Line 2":"","Physical Address City":"Aberdeen","Physical Address State":"NC ","Physical Address Zipcode":"28315","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700031","School District Name":"Children's Village Academy","Physical Address Line 1":"701 North Adkin Street","Physical Address Line 2":"","Physical Address City":"Kinston","Physical Address State":"NC ","Physical Address Zipcode":"28501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700030","School District Name":"Alamance-Burlington Schools","Physical Address Line 1":"1712 Vaughn Road","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"NC ","Physical Address Zipcode":"27217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16789989118607182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3700029","School District Name":"Summit Charter","Physical Address Line 1":"370 Mitten Lane","Physical Address Line 2":"","Physical Address City":"Cashiers","Physical Address State":"NC ","Physical Address Zipcode":"28717","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700027","School District Name":"Carter G Woodson School","Physical Address Line 1":"437 Goldfloss Street","Physical Address Line 2":"","Physical Address City":"Winston-Salem","Physical Address State":"NC ","Physical Address Zipcode":"27127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700025","School District Name":"Quality Education Academy","Physical Address Line 1":"5012-D Lansing Drive","Physical Address Line 2":"","Physical Address City":"Winston-Salem","Physical Address State":"NC ","Physical Address Zipcode":"27105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700023","School District Name":"Healthy Start Academy","Physical Address Line 1":"807 West Chapel Hill Street","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700022","School District Name":"Maureen Joy Charter","Physical Address Line 1":"107 South Driver Street","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27703","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700021","School District Name":"The Learning Center","Physical Address Line 1":"945 Conaheeta Street","Physical Address Line 2":"","Physical Address City":"Murphy","Physical Address State":"NC ","Physical Address Zipcode":"28906","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700020","School District Name":"Chatham Charter","Physical Address Line 1":"2200 Hamp Stone Rd","Physical Address Line 2":"","Physical Address City":"Siler City","Physical Address State":"NC ","Physical Address Zipcode":"27344","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700017","School District Name":"Francine Delany New School","Physical Address Line 1":"119 Brevard Road","Physical Address Line 2":"","Physical Address City":"Asheville","Physical Address State":"NC ","Physical Address Zipcode":"28806","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700014","School District Name":"Fort Bragg Schools","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.14570637119113575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3700013","School District Name":"Camp Lejeune Schools","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.08870242732993706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3700012","School District Name":"Pitt County Schools","Physical Address Line 1":"1717 W 5th Street","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"NC ","Physical Address Zipcode":"27834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2073685330307436,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700011","School District Name":"Cumberland County Schools","Physical Address Line 1":"2465 Gillespie Street","Physical Address Line 2":"","Physical Address City":"Fayetteville","Physical Address State":"NC ","Physical Address Zipcode":"28306","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.23227245306473138,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3700002","School District Name":"NC School of Science and Math","Physical Address Line 1":"1219 Broad Street","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NC ","Physical Address Zipcode":"27715","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3700001","School District Name":"NC Health and Human Services","Physical Address Line 1":"803 Biggs Dr","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"NC ","Physical Address Zipcode":"27603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680960","School District Name":"WESTCHESTER BOCES","Physical Address Line 1":"17 BERKLEY DR","Physical Address Line 2":"","Physical Address City":"RYE BROOK","Physical Address State":"NY ","Physical Address Zipcode":"10573","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680940","School District Name":"WASHINGTON-SARATOGA-WARREN-HAMILTON-ESSEX BOCES","Physical Address Line 1":"10 LACROSS ST-STE 6","Physical Address Line 2":"","Physical Address City":"HUDSON FALLS","Physical Address State":"NY ","Physical Address Zipcode":"12839","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680920","School District Name":"ULSTER BOCES","Physical Address Line 1":"175 RTE 32 N","Physical Address Line 2":"","Physical Address City":"NEW PALTZ","Physical Address State":"NY ","Physical Address Zipcode":"12561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680900","School District Name":"TOMPKINS-SENECA-TIOGA BOCES","Physical Address Line 1":"555 WARREN RD","Physical Address Line 2":"","Physical Address City":"ITHACA","Physical Address State":"NY ","Physical Address Zipcode":"14850","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680880","School District Name":"SULLIVAN BOCES","Physical Address Line 1":"15 SULLIVAN AVE-STE 1","Physical Address Line 2":"","Physical Address City":"LIBERTY","Physical Address State":"NY ","Physical Address Zipcode":"12754","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680860","School District Name":"WESTERN SUFFOLK BOCES","Physical Address Line 1":"507 DEER PARK RD","Physical Address Line 2":"","Physical Address City":"DIX HILLS","Physical Address State":"NY ","Physical Address Zipcode":"11746","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680820","School District Name":"EASTERN SUFFOLK BOCES","Physical Address Line 1":"201 SUNRISE HWY","Physical Address Line 2":"","Physical Address City":"PATCHOGUE","Physical Address State":"NY ","Physical Address Zipcode":"11772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680780","School District Name":"SCHUYLER-STEUBEN-CHEMUNG-TIOGA-ALLEGANY BOCES","Physical Address Line 1":"9579 VOCATIONAL DR","Physical Address Line 2":"","Physical Address City":"PAINTED POST","Physical Address State":"NY ","Physical Address Zipcode":"14870","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680740","School District Name":"SAINT LAWRENCE-LEWIS BOCES","Physical Address Line 1":"40 W MAIN ST","Physical Address Line 2":"","Physical Address City":"CANTON","Physical Address State":"NY ","Physical Address Zipcode":"13617","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680720","School District Name":"ROCKLAND BOCES","Physical Address Line 1":"65 PARROTT RD","Physical Address Line 2":"","Physical Address City":"WEST NYACK","Physical Address State":"NY ","Physical Address Zipcode":"10994","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680700","School District Name":"RENSSELAER-COLUMBIA-GREENE BOCES","Physical Address Line 1":"10 EMPIRE STATE BLVD-2ND FL","Physical Address Line 2":"","Physical Address City":"CASTLETON","Physical Address State":"NY ","Physical Address Zipcode":"12033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680680","School District Name":"PUTNAM-WESTCHESTER BOCES","Physical Address Line 1":"200 BOCES DR","Physical Address Line 2":"","Physical Address City":"YORKTOWN HEIGHTS","Physical Address State":"NY ","Physical Address Zipcode":"10598","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680660","School District Name":"OSWEGO BOCES","Physical Address Line 1":"179 COUNTY RTE 64","Physical Address Line 2":"","Physical Address City":"MEXICO","Physical Address State":"NY ","Physical Address Zipcode":"13114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3680640","School District Name":"ORLEANS-NIAGARA BOCES","Physical Address Line 1":"4232 SHELBY BASIN RD","Physical Address Line 2":"","Physical Address City":"MEDINA","Physical Address State":"NY ","Physical Address Zipcode":"14103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680620","School District Name":"ORANGE-ULSTER BOCES","Physical Address Line 1":"53 GIBSON RD","Physical Address Line 2":"","Physical Address City":"GOSHEN","Physical Address State":"NY ","Physical Address Zipcode":"10924","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680600","School District Name":"ONTARIO-SENECA-YATES-CAYUGA-WAYNE BOCES","Physical Address Line 1":"131 DRUMLIN CT","Physical Address Line 2":"","Physical Address City":"NEWARK","Physical Address State":"NY ","Physical Address Zipcode":"14513","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680580","School District Name":"ONONDAGA-CORTLAND-MADISON BOCES","Physical Address Line 1":"6820 THOMPSON RD","Physical Address Line 2":"","Physical Address City":"SYRACUSE","Physical Address State":"NY ","Physical Address Zipcode":"13211","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680560","School District Name":"ONEIDA-HERKIMER-MADISON BOCES","Physical Address Line 1":"4747 MIDDLE STTLMNT RD","Physical Address Line 2":"","Physical Address City":"NEW HARTFORD","Physical Address State":"NY ","Physical Address Zipcode":"13413","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680540","School District Name":"NASSAU BOCES","Physical Address Line 1":"71 CLINTON RD","Physical Address Line 2":"","Physical Address City":"GARDEN CITY","Physical Address State":"NY ","Physical Address Zipcode":"11530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680520","School District Name":"MONROE 2-ORLEANS BOCES","Physical Address Line 1":"3599 BIG RIDGE RD","Physical Address Line 2":"","Physical Address City":"SPENCERPORT","Physical Address State":"NY ","Physical Address Zipcode":"14559","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680500","School District Name":"MONROE 1 BOCES","Physical Address Line 1":"41 O'CONNOR RD","Physical Address Line 2":"","Physical Address City":"FAIRPORT","Physical Address State":"NY ","Physical Address Zipcode":"14450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680480","School District Name":"MADISON-ONEIDA BOCES","Physical Address Line 1":"4937 SPRING RD","Physical Address Line 2":"","Physical Address City":"VERONA","Physical Address State":"NY ","Physical Address Zipcode":"13478","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680460","School District Name":"GENESEE VALLEY BOCES","Physical Address Line 1":"80 MUNSON ST","Physical Address Line 2":"","Physical Address City":"LE ROY","Physical Address State":"NY ","Physical Address Zipcode":"14482","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680440","School District Name":"JEFFERSON-LEWIS-HAMILTON-HERKIMER-ONEIDA BOCES","Physical Address Line 1":"20104 STATE RTE 3","Physical Address Line 2":"","Physical Address City":"WATERTOWN","Physical Address State":"NY ","Physical Address Zipcode":"13601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680420","School District Name":"HERKIMER-FULTON-HAMILTON-OTSEGO BOCES","Physical Address Line 1":"352 GROS BLVD","Physical Address Line 2":"","Physical Address City":"HERKIMER","Physical Address State":"NY ","Physical Address Zipcode":"13350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680400","School District Name":"HAMILTON-FULTON-MONTGOMERY BOCES","Physical Address Line 1":"2755 STATE HWY 67","Physical Address Line 2":"","Physical Address City":"JOHNSTOWN","Physical Address State":"NY ","Physical Address Zipcode":"12095","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680380","School District Name":"OTSEGO-DELAWARE-SCHOHARIE-GREENE BOCES","Physical Address Line 1":"2020 JUMP BROOK RD","Physical Address Line 2":"","Physical Address City":"GRAND GORGE","Physical Address State":"NY ","Physical Address Zipcode":"12434","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3680340","School District Name":"FRANKLIN-ESSEX-HAMILTON BOCES","Physical Address Line 1":"23 HUSKY LANE","Physical Address Line 2":"","Physical Address City":"MALONE","Physical Address State":"NY ","Physical Address Zipcode":"12953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680320","School District Name":"ERIE 2-CHAUTAUQUA-CATTARAUGUS BOCES","Physical Address Line 1":"8685 ERIE RD","Physical Address Line 2":"","Physical Address City":"ANGOLA","Physical Address State":"NY ","Physical Address Zipcode":"14006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680300","School District Name":"ERIE 1 BOCES","Physical Address Line 1":"355 HARLEM RD","Physical Address Line 2":"","Physical Address City":"WEST SENECA","Physical Address State":"NY ","Physical Address Zipcode":"14224","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680280","School District Name":"DUTCHESS BOCES","Physical Address Line 1":"5 BOCES RD","Physical Address Line 2":"","Physical Address City":"POUGHKEEPSIE","Physical Address State":"NY ","Physical Address Zipcode":"12601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680260","School District Name":"DELAWARE-CHENANGO-MADISON-OTSEGO BOCES","Physical Address Line 1":"6678 COUNTY RD 32","Physical Address Line 2":"","Physical Address City":"NORWICH","Physical Address State":"NY ","Physical Address Zipcode":"13815","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680220","School District Name":"CLINTON-ESSEX-WARREN-WASHINGTON BOCES","Physical Address Line 1":"1585 MILITARY TURNPIKE","Physical Address Line 2":"","Physical Address City":"PLATTSBURGH","Physical Address State":"NY ","Physical Address Zipcode":"12901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680180","School District Name":"CAYUGA-ONONDAGA BOCES","Physical Address Line 1":"1879 W GENESEE ST RD","Physical Address Line 2":"","Physical Address City":"AUBURN","Physical Address State":"NY ","Physical Address Zipcode":"13021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680150","School District Name":"CATTARAUGUS-ALLEGANY-ERIE-WYOMING BOCES","Physical Address Line 1":"1825 WINDFALL RD","Physical Address Line 2":"","Physical Address City":"OLEAN","Physical Address State":"NY ","Physical Address Zipcode":"14760","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680140","School District Name":"BROOME-DELAWARE-TIOGA BOCES","Physical Address Line 1":"435 GLENWOOD RD","Physical Address Line 2":"","Physical Address City":"BINGHAMTON","Physical Address State":"NY ","Physical Address Zipcode":"13905","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3680100","School District Name":"ALBANY-SCHOHARIE-SCHENECTADY-SARATOGA BOCES","Physical Address Line 1":"900 WATERVLIET-SHAKER RD-STE 102","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"NY ","Physical Address Zipcode":"12205","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3632010","School District Name":"CUBA-RUSHFORD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5476 RT 305 N","Physical Address Line 2":"","Physical Address City":"CUBA","Physical Address State":"NY ","Physical Address Zipcode":"14727","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1989189189189189,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3631980","School District Name":"YORKTOWN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2725 CROMPOND RD","Physical Address Line 2":"","Physical Address City":"YORKTOWN HEIGHTS","Physical Address State":"NY ","Physical Address Zipcode":"10598","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04072398190045249,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3631950","School District Name":"YORK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2578 GENESEE ST","Physical Address Line 2":"","Physical Address City":"RETSOF","Physical Address State":"NY ","Physical Address Zipcode":"14539","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.092,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3631920","School District Name":"YONKERS CITY SCHOOL DISTRICT","Physical Address Line 1":"1 LARKIN CTR","Physical Address Line 2":"","Physical Address City":"YONKERS","Physical Address State":"NY ","Physical Address Zipcode":"10701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14801103621695247,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3631860","School District Name":"WYOMING CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1225 RT 19","Physical Address Line 2":"","Physical Address City":"WYOMING","Physical Address State":"NY ","Physical Address Zipcode":"14591","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07751937984496124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3631830","School District Name":"WYNANTSKILL UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"25 EAST AVE","Physical Address Line 2":"","Physical Address City":"TROY","Physical Address State":"NY ","Physical Address Zipcode":"12180","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.059548254620123205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3631800","School District Name":"WYANDANCH UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1445 STRAIGHT PATH","Physical Address Line 2":"","Physical Address City":"WYANDANCH","Physical Address State":"NY ","Physical Address Zipcode":"11798","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14098201263976665,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3631740","School District Name":"WORCESTER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"198 MAIN ST","Physical Address Line 2":"","Physical Address City":"WORCESTER","Physical Address State":"NY ","Physical Address Zipcode":"12197","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13975155279503104,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3631710","School District Name":"HEWLETT-WOODMERE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1 JOHNSON PL","Physical Address Line 2":"","Physical Address City":"WOODMERE","Physical Address State":"NY ","Physical Address Zipcode":"11598","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05001359064963305,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3631590","School District Name":"WINDHAM-ASHLAND-JEWETT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5411 STATE RT 23","Physical Address Line 2":"","Physical Address City":"WINDHAM","Physical Address State":"NY ","Physical Address Zipcode":"12496","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20738636363636365,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3631560","School District Name":"WILSON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"374 LAKE ST","Physical Address Line 2":"","Physical Address City":"WILSON","Physical Address State":"NY ","Physical Address Zipcode":"14172","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1016,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3631500","School District Name":"WILLSBORO CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"29 SCHOOL LN","Physical Address Line 2":"","Physical Address City":"WILLSBORO","Physical Address State":"NY ","Physical Address Zipcode":"12996","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11328125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3631470","School District Name":"WILLIAMSVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"105 CASEY RD","Physical Address Line 2":"","Physical Address City":"EAST AMHERST","Physical Address State":"NY ","Physical Address Zipcode":"14051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.047017233760494916,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3631440","School District Name":"WILLIAMSON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"4184 MILLER ST","Physical Address Line 2":"","Physical Address City":"WILLIAMSON","Physical Address State":"NY ","Physical Address Zipcode":"14589","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0994263862332696,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3631410","School District Name":"NORTH GREENBUSH COMMON SCHOOL DISTRICT (WILLIAMS)","Physical Address Line 1":"48 N GREENBUSH RD-UNIT B","Physical Address Line 2":"","Physical Address City":"TROY","Physical Address State":"NY ","Physical Address Zipcode":"12180","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05952380952380952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3631380","School District Name":"WHITNEY POINT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"10 KEIBEL RD","Physical Address Line 2":"","Physical Address City":"WHITNEY POINT","Physical Address State":"NY ","Physical Address Zipcode":"13862","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.191044776119403,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3631350","School District Name":"WHITESVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"692 MAIN ST","Physical Address Line 2":"","Physical Address City":"WHITESVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14897","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15763546798029557,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3631320","School District Name":"WHITESBORO CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"65 ORISKANY BLVD-STE 1","Physical Address Line 2":"","Physical Address City":"WHITESBORO","Physical Address State":"NY ","Physical Address Zipcode":"13492","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0872615039281706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3631290","School District Name":"WHITEHALL CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"87 BUCKLEY RD","Physical Address Line 2":"","Physical Address City":"WHITEHALL","Physical Address State":"NY ","Physical Address Zipcode":"12887","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20658682634730538,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3631260","School District Name":"WHITE PLAINS CITY SCHOOL DISTRICT","Physical Address Line 1":"5 HOMESIDE LN","Physical Address Line 2":"","Physical Address City":"WHITE PLAINS","Physical Address State":"NY ","Physical Address Zipcode":"10605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09982368099823681,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3631200","School District Name":"WHEELERVILLE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"2417 STATE HWY 10","Physical Address Line 2":"","Physical Address City":"CAROGA LAKE","Physical Address State":"NY ","Physical Address Zipcode":"12032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17543859649122806,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3631170","School District Name":"WHEATLAND-CHILI CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"13 BECKWITH AVE","Physical Address Line 2":"","Physical Address City":"SCOTTSVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17086834733893558,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3631050","School District Name":"WESTMORELAND CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5176 RT 233","Physical Address Line 2":"","Physical Address City":"WESTMORELAND","Physical Address State":"NY ","Physical Address Zipcode":"13490","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07282051282051281,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3631020","School District Name":"WESTHAMPTON BEACH UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"340 MILL RD","Physical Address Line 2":"","Physical Address City":"WESTHAMPTON BEACH","Physical Address State":"NY ","Physical Address Zipcode":"11978","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06347150259067358,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630990","School District Name":"WESTFIELD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"203 E MAIN ST","Physical Address Line 2":"","Physical Address City":"WESTFIELD","Physical Address State":"NY ","Physical Address Zipcode":"14787","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16129032258064516,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630960","School District Name":"WESTBURY UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"2 HITCHCOCK LN","Physical Address Line 2":"","Physical Address City":"OLD WESTBURY","Physical Address State":"NY ","Physical Address Zipcode":"11568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1205244578920827,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630930","School District Name":"MOUNT MARKHAM CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"500 FAIRGROUND RD","Physical Address Line 2":"","Physical Address City":"WEST WINFIELD","Physical Address State":"NY ","Physical Address Zipcode":"13491","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15905096660808435,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3630900","School District Name":"WEST VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5359 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"WEST VALLEY","Physical Address State":"NY ","Physical Address Zipcode":"14171","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12352941176470589,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3630780","School District Name":"WEST SENECA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"675 POTTERS RD","Physical Address Line 2":"","Physical Address City":"WEST SENECA","Physical Address State":"NY ","Physical Address Zipcode":"14224","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0841886269070735,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630760","School District Name":"WEST PARK UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"2112 RT 9W","Physical Address Line 2":"","Physical Address City":"WEST PARK","Physical Address State":"NY ","Physical Address Zipcode":"12493","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3630690","School District Name":"WEST ISLIP UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"100 SHERMAN AVE","Physical Address Line 2":"","Physical Address City":"WEST ISLIP","Physical Address State":"NY ","Physical Address Zipcode":"11795","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.028070915998311526,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630660","School District Name":"WEST HEMPSTEAD UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"252 CHESTNUT ST","Physical Address Line 2":"","Physical Address City":"WEST HEMPSTEAD","Physical Address State":"NY ","Physical Address Zipcode":"11552","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06616931560168667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630630","School District Name":"WEST GENESEE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"300 SANDERSON DR","Physical Address Line 2":"","Physical Address City":"CAMILLUS","Physical Address State":"NY ","Physical Address Zipcode":"13031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07496902106567534,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630600","School District Name":"WEST CANADA VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5447 STATE RT 28","Physical Address Line 2":"","Physical Address City":"NEWPORT","Physical Address State":"NY ","Physical Address Zipcode":"13416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.167989417989418,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3630540","School District Name":"WEST BABYLON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"10 FARMINGDALE RD","Physical Address Line 2":"","Physical Address City":"WEST BABYLON","Physical Address State":"NY ","Physical Address Zipcode":"11704","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05412438199323445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630480","School District Name":"WELLSVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"126 W STATE ST","Physical Address Line 2":"","Physical Address City":"WELLSVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14895","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19544740973312402,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630450","School District Name":"WELLS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1571 STATE RT 30","Physical Address Line 2":"","Physical Address City":"WELLS","Physical Address State":"NY ","Physical Address Zipcode":"12190","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12280701754385964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3630420","School District Name":"WEEDSPORT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2821 E BRUTUS ST","Physical Address Line 2":"","Physical Address City":"WEEDSPORT","Physical Address State":"NY ","Physical Address Zipcode":"13166","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08248730964467005,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630390","School District Name":"NORTHEAST CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"194 HAIGHT RD","Physical Address Line 2":"","Physical Address City":"AMENIA","Physical Address State":"NY ","Physical Address Zipcode":"12501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12968299711815562,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3630360","School District Name":"WEBSTER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"119 SOUTH AVE","Physical Address Line 2":"","Physical Address City":"WEBSTER","Physical Address State":"NY ","Physical Address Zipcode":"14580","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06836768073274452,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630330","School District Name":"WAYNE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"6200 ONTARIO CTR RD","Physical Address Line 2":"","Physical Address City":"ONTARIO CENTER","Physical Address State":"NY ","Physical Address Zipcode":"14520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06757349714787188,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630270","School District Name":"WAVERLY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"15 FREDERICK ST","Physical Address Line 2":"","Physical Address City":"WAVERLY","Physical Address State":"NY ","Physical Address Zipcode":"14892","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1451831750339213,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630240","School District Name":"WATKINS GLEN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"303 12TH ST","Physical Address Line 2":"","Physical Address City":"WATKINS GLEN","Physical Address State":"NY ","Physical Address Zipcode":"14891","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13575525812619502,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630210","School District Name":"WATERVLIET CITY SCHOOL DISTRICT","Physical Address Line 1":"1245 HILLSIDE DR","Physical Address Line 2":"","Physical Address City":"WATERVLIET","Physical Address State":"NY ","Physical Address Zipcode":"12189","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18898708361658736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630160","School District Name":"WATERVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"381 MADISON ST","Physical Address Line 2":"","Physical Address City":"WATERVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13480","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13496280552603612,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3630120","School District Name":"WATERTOWN CITY SCHOOL DISTRICT","Physical Address Line 1":"1351 WASHINGTON ST","Physical Address Line 2":"","Physical Address City":"WATERTOWN","Physical Address State":"NY ","Physical Address Zipcode":"13601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2447977554360533,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3630060","School District Name":"WATERFORD-HALFMOON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"125 MIDDLETOWN RD","Physical Address Line 2":"","Physical Address City":"WATERFORD","Physical Address State":"NY ","Physical Address Zipcode":"12188","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09195402298850575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3630030","School District Name":"WASHINGTONVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"52 W MAIN ST","Physical Address Line 2":"","Physical Address City":"WASHINGTONVILLE","Physical Address State":"NY ","Physical Address Zipcode":"10992","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10245554614733277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629970","School District Name":"WARWICK VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"225 WEST ST EXT","Physical Address Line 2":"","Physical Address City":"WARWICK","Physical Address State":"NY ","Physical Address Zipcode":"10990","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05442025766326077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629940","School District Name":"WARSAW CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"153 W BUFFALO ST","Physical Address Line 2":"","Physical Address City":"WARSAW","Physical Address State":"NY ","Physical Address Zipcode":"14569","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11147902869757174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629910","School District Name":"WARRENSBURG CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"103 SCHROON RIVER RD","Physical Address Line 2":"","Physical Address City":"WARRENSBURG","Physical Address State":"NY ","Physical Address Zipcode":"12885","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18598382749326145,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629880","School District Name":"WAPPINGERS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"25 CORPORATE PARK DR","Physical Address Line 2":"","Physical Address City":"HOPEWELL JUNCTION","Physical Address State":"NY ","Physical Address Zipcode":"12533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05858384643245201,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629850","School District Name":"WANTAGH UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"3301 BELTAGH AVE","Physical Address Line 2":"","Physical Address City":"WANTAGH","Physical Address State":"NY ","Physical Address Zipcode":"11793","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.017810973858086755,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629820","School District Name":"WALTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"47-49 STOCKTON AVE","Physical Address Line 2":"","Physical Address City":"WALTON","Physical Address State":"NY ","Physical Address Zipcode":"13856","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1812577065351418,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629790","School District Name":"WALLKILL CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"19 MAIN ST","Physical Address Line 2":"","Physical Address City":"WALLKILL","Physical Address State":"NY ","Physical Address Zipcode":"12589","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08666876772770249,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629760","School District Name":"WAINSCOTT COMMON SCHOOL DISTRICT","Physical Address Line 1":"47 MAIN ST","Physical Address Line 2":"","Physical Address City":"WAINSCOTT","Physical Address State":"NY ","Physical Address Zipcode":"11975","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20224719101123595,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3629670","School District Name":"VOORHEESVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"432 NEW SALEM RD","Physical Address Line 2":"","Physical Address City":"VOORHEESVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12186","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0328719723183391,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629640","School District Name":"VICTOR CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"953 HIGH ST","Physical Address Line 2":"","Physical Address City":"VICTOR","Physical Address State":"NY ","Physical Address Zipcode":"14564","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06124938994631528,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629610","School District Name":"VESTAL CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"201 MAIN ST","Physical Address Line 2":"","Physical Address City":"VESTAL","Physical Address State":"NY ","Physical Address Zipcode":"13850","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1023686359923768,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629520","School District Name":"VALLEY STREAM CENTRAL HIGH SCHOOL DISTRICT","Physical Address Line 1":"1 KENT RD","Physical Address Line 2":"","Physical Address City":"VALLEY STREAM","Physical Address State":"NY ","Physical Address Zipcode":"11580","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0633550831403915,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629490","School District Name":"VALLEY STREAM 30 UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"175 N CENTRAL AVE","Physical Address Line 2":"","Physical Address City":"VALLEY STREAM","Physical Address State":"NY ","Physical Address Zipcode":"11580","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09302325581395349,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629460","School District Name":"VALLEY STREAM 24 UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"75 HORTON AVE","Physical Address Line 2":"","Physical Address City":"VALLEY STREAM","Physical Address State":"NY ","Physical Address Zipcode":"11581","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07447774750227067,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629430","School District Name":"VALLEY STREAM 13 UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"585 N CORONA AVE","Physical Address Line 2":"","Physical Address City":"VALLEY STREAM","Physical Address State":"NY ","Physical Address Zipcode":"11580","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.062004662004662,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629400","School District Name":"VALHALLA UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"316 COLUMBUS AVE","Physical Address Line 2":"","Physical Address City":"VALHALLA","Physical Address State":"NY ","Physical Address Zipcode":"10595","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.035392535392535396,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629370","School District Name":"UTICA CITY SCHOOL DISTRICT","Physical Address Line 1":"929 YORK ST","Physical Address Line 2":"","Physical Address City":"UTICA","Physical Address State":"NY ","Physical Address Zipcode":"13502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3208129919298595,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3629280","School District Name":"UNIONDALE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"933 GOODRICH ST","Physical Address Line 2":"","Physical Address City":"UNIONDALE","Physical Address State":"NY ","Physical Address Zipcode":"11553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11342937572445769,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629250","School District Name":"UNION SPRINGS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"239 CAYUGA ST","Physical Address Line 2":"","Physical Address City":"UNION SPRINGS","Physical Address State":"NY ","Physical Address Zipcode":"13160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1056644880174292,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3629240","School District Name":"OTEGO-UNADILLA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2641 STATE HWY 7","Physical Address Line 2":"","Physical Address City":"OTEGO","Physical Address State":"NY ","Physical Address Zipcode":"13825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17011494252873563,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3629190","School District Name":"TUXEDO UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1 TORNADO DR","Physical Address Line 2":"","Physical Address City":"TUXEDO PARK","Physical Address State":"NY ","Physical Address Zipcode":"10987","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.058823529411764705,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629160","School District Name":"TUPPER LAKE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"294 HOSLEY AVE","Physical Address Line 2":"","Physical Address City":"TUPPER LAKE","Physical Address State":"NY ","Physical Address Zipcode":"12986","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13925570228091236,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629130","School District Name":"TULLY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"20 STATE ST","Physical Address Line 2":"","Physical Address City":"TULLY","Physical Address State":"NY ","Physical Address Zipcode":"13159","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06746765249537892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3629070","School District Name":"TUCKAHOE COMMON SCHOOL DISTRICT","Physical Address Line 1":"468 MAGEE ST","Physical Address Line 2":"","Physical Address City":"SOUTHAMPTON","Physical Address State":"NY ","Physical Address Zipcode":"11968","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06666666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3629040","School District Name":"TUCKAHOE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"65 SIWANOY BLVD","Physical Address Line 2":"","Physical Address City":"EASTCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"10709","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04649042844120328,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3628980","School District Name":"TRUMANSBURG CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"100 WHIG ST","Physical Address Line 2":"","Physical Address City":"TRUMANSBURG","Physical Address State":"NY ","Physical Address Zipcode":"14886","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09879963065558633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3628950","School District Name":"TROY CITY SCHOOL DISTRICT","Physical Address Line 1":"475 FIRST ST","Physical Address Line 2":"","Physical Address City":"TROY","Physical Address State":"NY ","Physical Address Zipcode":"12180","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.22874093605800924,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3628890","School District Name":"TRI-VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"34 MOORE HILL RD","Physical Address Line 2":"","Physical Address City":"GRAHAMSVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17395437262357413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3628800","School District Name":"TOWN OF WEBB UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"3002 MAIN ST","Physical Address Line 2":"","Physical Address City":"OLD FORGE","Physical Address State":"NY ","Physical Address Zipcode":"13420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07053941908713693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3628740","School District Name":"TONAWANDA CITY SCHOOL DISTRICT","Physical Address Line 1":"100 HINDS ST","Physical Address Line 2":"","Physical Address City":"TONAWANDA","Physical Address State":"NY ","Physical Address Zipcode":"14150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1328600405679513,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3628710","School District Name":"TIOGA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"3 5TH AVE","Physical Address Line 2":"","Physical Address City":"TIOGA CENTER","Physical Address State":"NY ","Physical Address Zipcode":"13845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1383442265795207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3628680","School District Name":"TICONDEROGA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5 CALKINS PL","Physical Address Line 2":"","Physical Address City":"TICONDEROGA","Physical Address State":"NY ","Physical Address Zipcode":"12883","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1738484398216939,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3628650","School District Name":"UNION FREE SCHOOL DISTRICT OF THE TARRYTOWNS","Physical Address Line 1":"200 N BROADWAY","Physical Address Line 2":"","Physical Address City":"SLEEPY HOLLOW","Physical Address State":"NY ","Physical Address Zipcode":"10591","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08468025298664793,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3628620","School District Name":"TACONIC HILLS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"73 COUNTY ROUTE 11A","Physical Address Line 2":"","Physical Address City":"CRARYVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14177563661390227,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3628590","School District Name":"SYRACUSE CITY SCHOOL DISTRICT","Physical Address Line 1":"725 HARRISON ST","Physical Address Line 2":"","Physical Address City":"SYRACUSE","Physical Address State":"NY ","Physical Address Zipcode":"13210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.3976167315175097,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3628560","School District Name":"SYOSSET CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"99 PELL LN","Physical Address Line 2":"","Physical Address City":"SYOSSET","Physical Address State":"NY ","Physical Address Zipcode":"11791","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03287461773700306,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3628500","School District Name":"SWEET HOME CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1901 SWEET HOME RD","Physical Address Line 2":"","Physical Address City":"AMHERST","Physical Address State":"NY ","Physical Address Zipcode":"14228","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14891274428846682,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3628380","School District Name":"SUSQUEHANNA VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1040 CONKLIN RD","Physical Address Line 2":"","Physical Address City":"CONKLIN","Physical Address State":"NY ","Physical Address Zipcode":"13748","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17424242424242425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3628320","School District Name":"SUFFERN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"45 MOUNTAIN AVE","Physical Address Line 2":"","Physical Address City":"HILLBURN","Physical Address State":"NY ","Physical Address Zipcode":"10931","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1272921488338971,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3628200","School District Name":"THREE VILLAGE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"100 SUFFOLK AVE","Physical Address Line 2":"","Physical Address City":"STONY BROOK","Physical Address State":"NY ","Physical Address Zipcode":"11790","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.025388291517323774,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3628140","School District Name":"STOCKBRIDGE VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"6011 WILLIAMS RD","Physical Address Line 2":"","Physical Address City":"MUNNSVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13409","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1662971175166297,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3628110","School District Name":"STILLWATER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1068 HUDSON AVE","Physical Address Line 2":"","Physical Address City":"STILLWATER","Physical Address State":"NY ","Physical Address Zipcode":"12170","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06902654867256637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3628050","School District Name":"STARPOINT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"4363 MAPLETON RD","Physical Address Line 2":"","Physical Address City":"LOCKPORT","Physical Address State":"NY ","Physical Address Zipcode":"14094","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04281567489114659,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3628020","School District Name":"STAMFORD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1 RIVER ST","Physical Address Line 2":"","Physical Address City":"STAMFORD","Physical Address State":"NY ","Physical Address Zipcode":"12167","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3627990","School District Name":"SAINT REGIS FALLS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"92 N MAIN ST","Physical Address Line 2":"","Physical Address City":"ST REGIS FALLS","Physical Address State":"NY ","Physical Address Zipcode":"12980","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23837209302325582,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3627980","School District Name":"GREENBURGH-NORTH CASTLE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"71 S BROADWAY","Physical Address Line 2":"","Physical Address City":"DOBBS FERRY","Physical Address State":"NY ","Physical Address Zipcode":"10522","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3627960","School District Name":"BRASHER FALLS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1039 STATE HWY 11C","Physical Address Line 2":"","Physical Address City":"BRASHER FALLS","Physical Address State":"NY ","Physical Address Zipcode":"13613","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1565217391304348,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3627900","School District Name":"SPRINGS UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"48 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"EAST HAMPTON","Physical Address State":"NY ","Physical Address Zipcode":"11937","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14081145584725538,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3627810","School District Name":"EAST RAMAPO CENTRAL SCHOOL DISTRICT (SPRING VALLEY)","Physical Address Line 1":"105 S MADISON AVE","Physical Address Line 2":"","Physical Address City":"SPRING VALLEY","Physical Address State":"NY ","Physical Address Zipcode":"10977","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.4160887656033287,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3627780","School District Name":"SPENCERPORT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"71 LYELL AVE","Physical Address Line 2":"","Physical Address City":"SPENCERPORT","Physical Address State":"NY ","Physical Address Zipcode":"14559","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1059720457433291,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3627750","School District Name":"SPENCER-VAN ETTEN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"16 DARTTS CROSSROAD","Physical Address Line 2":"","Physical Address City":"SPENCER","Physical Address State":"NY ","Physical Address Zipcode":"14883","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1500513874614594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3627660","School District Name":"SOUTHWESTERN CENTRAL SCHOOL DISTRICT AT JAMESTOWN","Physical Address Line 1":"600 HUNT RD W","Physical Address Line 2":"","Physical Address City":"JAMESTOWN","Physical Address State":"NY ","Physical Address Zipcode":"14701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11286503551696922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3627620","School District Name":"SOUTHOLD UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"420 OAKLAWN AVE","Physical Address Line 2":"","Physical Address City":"SOUTHOLD","Physical Address State":"NY ","Physical Address Zipcode":"11971","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08230958230958231,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3627570","School District Name":"SOUTHERN CAYUGA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2384 RT 34B","Physical Address Line 2":"","Physical Address City":"AURORA","Physical Address State":"NY ","Physical Address Zipcode":"13026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1029940119760479,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3627540","School District Name":"SOUTHAMPTON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"70 LELAND LN","Physical Address Line 2":"","Physical Address City":"SOUTHAMPTON","Physical Address State":"NY ","Physical Address Zipcode":"11968","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0651277823577906,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3627450","School District Name":"SOUTH ORANGETOWN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"160 VAN WYCK RD","Physical Address Line 2":"","Physical Address City":"BLAUVELT","Physical Address State":"NY ","Physical Address Zipcode":"10913","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05561412756984713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3627360","School District Name":"SOUTH LEWIS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"4264 EAST RD","Physical Address Line 2":"","Physical Address City":"TURIN","Physical Address State":"NY ","Physical Address Zipcode":"13473","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16683022571148184,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3627330","School District Name":"SOUTH KORTRIGHT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"58200 STATE HWY 10","Physical Address Line 2":"","Physical Address City":"SOUTH KORTRIGHT","Physical Address State":"NY ","Physical Address Zipcode":"13842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18902439024390244,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3627300","School District Name":"SOUTH HUNTINGTON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"60 WESTON ST","Physical Address Line 2":"","Physical Address City":"HUNTINGTON STATION","Physical Address State":"NY ","Physical Address Zipcode":"11746","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06716013720888248,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3627240","School District Name":"SOUTH GLENS FALLS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"6 BLUEBIRD RD","Physical Address Line 2":"","Physical Address City":"SOUTH GLENS FALLS","Physical Address State":"NY ","Physical Address Zipcode":"12803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07173553719008265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3627210","School District Name":"SOUTH COLONIE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"102 LORALEE DR","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"NY ","Physical Address Zipcode":"12205","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07934362934362935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3627180","School District Name":"SOMERS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"250 RT 202","Physical Address Line 2":"","Physical Address City":"SOMERS","Physical Address State":"NY ","Physical Address Zipcode":"10589","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.024302678818006077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3627150","School District Name":"SOLVAY UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"299 BURY DR","Physical Address Line 2":"","Physical Address City":"SOLVAY","Physical Address State":"NY ","Physical Address Zipcode":"13209","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2058165548098434,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3627120","School District Name":"SODUS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"6375 ROBINSON RD","Physical Address Line 2":"","Physical Address City":"SODUS","Physical Address State":"NY ","Physical Address Zipcode":"14551","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1650853889943074,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3627060","School District Name":"SMITHTOWN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"26 NEW YORK AVE","Physical Address Line 2":"","Physical Address City":"SMITHTOWN","Physical Address State":"NY ","Physical Address Zipcode":"11787","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.024142440398350267,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3627000","School District Name":"CHEEKTOWAGA-SLOAN UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"166 HALSTEAD AVE","Physical Address Line 2":"","Physical Address City":"SLOAN","Physical Address State":"NY ","Physical Address Zipcode":"14212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1559065934065934,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3626940","School District Name":"SKANEATELES CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"45 E ELIZABETH ST","Physical Address Line 2":"","Physical Address City":"SKANEATELES","Physical Address State":"NY ","Physical Address Zipcode":"13152","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05584415584415584,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3626880","School District Name":"SILVER CREEK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1 DICKINSON ST","Physical Address Line 2":"","Physical Address City":"SILVER CREEK","Physical Address State":"NY ","Physical Address Zipcode":"14136","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1382857142857143,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3626850","School District Name":"SIDNEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"95 W MAIN ST","Physical Address Line 2":"","Physical Address City":"SIDNEY","Physical Address State":"NY ","Physical Address Zipcode":"13838","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1956521739130435,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3626840","School District Name":"SHOREHAM-WADING RIVER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"250B RT 25A","Physical Address Line 2":"","Physical Address City":"SHOREHAM","Physical Address State":"NY ","Physical Address Zipcode":"11786","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.025507998270644185,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3626760","School District Name":"SHERRILL CITY SCHOOL DISTRICT","Physical Address Line 1":"5275 STATE RT 31","Physical Address Line 2":"","Physical Address City":"VERONA","Physical Address State":"NY ","Physical Address Zipcode":"13478","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09995217599234815,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3626730","School District Name":"SHERMAN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"127 PARK ST","Physical Address Line 2":"","Physical Address City":"SHERMAN","Physical Address State":"NY ","Physical Address Zipcode":"14781","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16606498194945848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3626700","School District Name":"SHERBURNE-EARLVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"15 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"SHERBURNE","Physical Address State":"NY ","Physical Address Zipcode":"13460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14772727272727273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3626670","School District Name":"SHENENDEHOWA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5 CHELSEA PL","Physical Address Line 2":"","Physical Address City":"CLIFTON PARK","Physical Address State":"NY ","Physical Address Zipcode":"12065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.034254807692307696,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3626640","School District Name":"SHELTER ISLAND UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"33 N FERRY RD","Physical Address Line 2":"","Physical Address City":"SHELTER ISLAND","Physical Address State":"NY ","Physical Address Zipcode":"11964","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05263157894736842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3626580","School District Name":"SHARON SPRINGS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"514 ST RT 20","Physical Address Line 2":"","Physical Address City":"SHARON SPRINGS","Physical Address State":"NY ","Physical Address Zipcode":"13459","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21993127147766323,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3626520","School District Name":"SEWANHAKA CENTRAL HIGH SCHOOL DISTRICT","Physical Address Line 1":"77 LANDAU AVE","Physical Address Line 2":"","Physical Address City":"FLORAL PARK","Physical Address State":"NY ","Physical Address Zipcode":"11001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05205772314270444,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3626430","School District Name":"SENECA FALLS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"98 CLINTON ST","Physical Address Line 2":"","Physical Address City":"SENECA FALLS","Physical Address State":"NY ","Physical Address Zipcode":"13148","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1698813056379822,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3626400","School District Name":"SEAFORD UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1600 WASHINGTON AVE","Physical Address Line 2":"","Physical Address City":"SEAFORD","Physical Address State":"NY ","Physical Address Zipcode":"11783","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.022778192681105303,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3626370","School District Name":"NORTH SHORE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"112 FRANKLIN AVE","Physical Address Line 2":"","Physical Address City":"SEA CLIFF","Physical Address State":"NY ","Physical Address Zipcode":"11579","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.025804289544235925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3626310","School District Name":"SCOTIA-GLENVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"900 PREDDICE PKWY","Physical Address Line 2":"","Physical Address City":"SCOTIA","Physical Address State":"NY ","Physical Address Zipcode":"12302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07798833819241982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3626190","School District Name":"SCIO CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"3968 WASHINGTON ST","Physical Address Line 2":"","Physical Address City":"SCIO","Physical Address State":"NY ","Physical Address Zipcode":"14880","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21505376344086022,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3626160","School District Name":"SCHUYLERVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"14 SPRING ST","Physical Address Line 2":"","Physical Address City":"SCHUYLERVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12871","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06177156177156177,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3626130","School District Name":"SCHROON LAKE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1125 US RT 9","Physical Address Line 2":"","Physical Address City":"SCHROON LAKE","Physical Address State":"NY ","Physical Address Zipcode":"12870","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17801047120418848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3626100","School District Name":"SCHOHARIE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"136 ACADEMY DR","Physical Address Line 2":"","Physical Address City":"SCHOHARIE","Physical Address State":"NY ","Physical Address Zipcode":"12157","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13106796116504854,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3626070","School District Name":"SCHODACK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1477 S SCHODACK RD","Physical Address Line 2":"","Physical Address City":"CASTLETON","Physical Address State":"NY ","Physical Address Zipcode":"12033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05232558139534884,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3626010","School District Name":"SCHENECTADY CITY SCHOOL DISTRICT","Physical Address Line 1":"108 EDUCATION DR","Physical Address Line 2":"","Physical Address City":"SCHENECTADY","Physical Address State":"NY ","Physical Address Zipcode":"12303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.24953896923226246,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3625980","School District Name":"SCHALMONT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"4 SABRE DR","Physical Address Line 2":"","Physical Address City":"SCHENECTADY","Physical Address State":"NY ","Physical Address Zipcode":"12306","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06443679291687161,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3625950","School District Name":"SCARSDALE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"2 BREWSTER RD","Physical Address Line 2":"","Physical Address City":"SCARSDALE","Physical Address State":"NY ","Physical Address Zipcode":"10583","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.018818380743982493,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3625920","School District Name":"SAYVILLE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"99 GREELEY AVE","Physical Address Line 2":"","Physical Address City":"SAYVILLE","Physical Address State":"NY ","Physical Address Zipcode":"11782","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.049674546077423776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3625800","School District Name":"SAUGERTIES CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"310 WASHINGTON AVE EXT","Physical Address Line 2":"","Physical Address City":"SAUGERTIES","Physical Address State":"NY ","Physical Address Zipcode":"12477","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12897398843930635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3625770","School District Name":"SARATOGA SPRINGS CITY SD","Physical Address Line 1":"3 BLUE STREAK BLVD","Physical Address Line 2":"","Physical Address City":"SARATOGA SPRINGS","Physical Address State":"NY ","Physical Address Zipcode":"12866","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.057417662489070244,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3625740","School District Name":"SARANAC LAKE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"79 CANARAS AVE","Physical Address Line 2":"","Physical Address City":"SARANAC LAKE","Physical Address State":"NY ","Physical Address Zipcode":"12983","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1670235546038544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3625650","School District Name":"SANDY CREEK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"124 SALISBURY ST","Physical Address Line 2":"","Physical Address City":"SANDY CREEK","Physical Address State":"NY ","Physical Address Zipcode":"13145","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14858490566037735,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3625500","School District Name":"SALMON RIVER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"637 COUNTY RT 1","Physical Address Line 2":"","Physical Address City":"FORT COVINGTON","Physical Address State":"NY ","Physical Address Zipcode":"12937","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.34582743988684583,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3625470","School District Name":"SALEM CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"41 E BROADWAY","Physical Address Line 2":"","Physical Address City":"SALEM","Physical Address State":"NY ","Physical Address Zipcode":"12865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16296296296296298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3625440","School District Name":"SALAMANCA CITY SCHOOL DISTRICT","Physical Address Line 1":"50 IROQUOIS DR","Physical Address Line 2":"","Physical Address City":"SALAMANCA","Physical Address State":"NY ","Physical Address Zipcode":"14779","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2554438860971524,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3625410","School District Name":"SAGAPONACK COMMON SCHOOL DISTRICT","Physical Address Line 1":"400 MAIN ST","Physical Address Line 2":"","Physical Address City":"SAGAPONACK","Physical Address State":"NY ","Physical Address Zipcode":"11962","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06060606060606061,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3625380","School District Name":"SAG HARBOR UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"200 JERMAIN AVE","Physical Address Line 2":"","Physical Address City":"SAG HARBOR","Physical Address State":"NY ","Physical Address Zipcode":"11963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05139664804469274,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3625350","School District Name":"SACHEM CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"51 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"LAKE RONKONKOMA","Physical Address State":"NY ","Physical Address Zipcode":"11779","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04212439737611633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3625320","School District Name":"FLORIDA UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"51 N MAIN ST","Physical Address Line 2":"","Physical Address City":"FLORIDA","Physical Address State":"NY ","Physical Address Zipcode":"10921","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.088016967126193,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3625290","School District Name":"RYE NECK UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"310 HORNIDGE RD","Physical Address Line 2":"","Physical Address City":"MAMARONECK","Physical Address State":"NY ","Physical Address Zipcode":"10543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04024767801857585,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3625260","School District Name":"RYE CITY SCHOOL DISTRICT","Physical Address Line 1":"555 THEODORE FREMD AVE-ST B-101","Physical Address Line 2":"","Physical Address City":"RYE","Physical Address State":"NY ","Physical Address Zipcode":"10580","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02222880853586248,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3625170","School District Name":"RUSH-HENRIETTA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2034 LEHIGH STATION RD","Physical Address Line 2":"","Physical Address City":"HENRIETTA","Physical Address State":"NY ","Physical Address Zipcode":"14467","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.137134860941053,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3625140","School District Name":"ROYALTON-HARTLAND CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"54 STATE ST","Physical Address Line 2":"","Physical Address City":"MIDDLEPORT","Physical Address State":"NY ","Physical Address Zipcode":"14105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09587123862841147,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3625110","School District Name":"ROXBURY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"53729 NYS RT 30","Physical Address Line 2":"","Physical Address City":"ROXBURY","Physical Address State":"NY ","Physical Address Zipcode":"12474","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1118421052631579,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3625050","School District Name":"ROSLYN UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"300 HARBOR HILL RD","Physical Address Line 2":"","Physical Address City":"ROSLYN","Physical Address State":"NY ","Physical Address Zipcode":"11576","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.038218477279566655,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3625020","School District Name":"ROSCOE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"6 ACADEMY ST","Physical Address Line 2":"","Physical Address City":"ROSCOE","Physical Address State":"NY ","Physical Address Zipcode":"12776","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14166666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3624990","School District Name":"ROOSEVELT UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"240 DENTON PL","Physical Address Line 2":"","Physical Address City":"ROOSEVELT","Physical Address State":"NY ","Physical Address Zipcode":"11575","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14829931972789115,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3624960","School District Name":"RONDOUT VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"122 KYSERIKE RD","Physical Address Line 2":"","Physical Address City":"ACCORD","Physical Address State":"NY ","Physical Address Zipcode":"12404","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1273071462375769,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3624930","School District Name":"ROMULUS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5705 RT 96","Physical Address Line 2":"","Physical Address City":"ROMULUS","Physical Address State":"NY ","Physical Address Zipcode":"14541","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1765536723163842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3624900","School District Name":"ROME CITY SCHOOL DISTRICT","Physical Address Line 1":"409 BELL RD","Physical Address Line 2":"","Physical Address City":"ROME","Physical Address State":"NY ","Physical Address Zipcode":"13440","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20781818181818182,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3624840","School District Name":"ROCKY POINT UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"90 ROCKY PT-YAPHANK RD","Physical Address Line 2":"","Physical Address City":"ROCKY POINT","Physical Address State":"NY ","Physical Address Zipcode":"11778","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.050552393706059594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3624780","School District Name":"ROCKVILLE CENTRE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"128 SHEPHERD ST","Physical Address Line 2":"","Physical Address City":"ROCKVILLE CENTRE","Physical Address State":"NY ","Physical Address Zipcode":"11570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04217479674796748,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3624750","School District Name":"ROCHESTER CITY SCHOOL DISTRICT","Physical Address Line 1":"131 W BROAD ST","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14614","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.4306441179188615,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3624690","School District Name":"RIVERHEAD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"700 OSBORN AVE","Physical Address Line 2":"","Physical Address City":"RIVERHEAD","Physical Address State":"NY ","Physical Address Zipcode":"11901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0946822308690013,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3624660","School District Name":"RIPLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"12 N STATE ST","Physical Address Line 2":"","Physical Address City":"RIPLEY","Physical Address State":"NY ","Physical Address Zipcode":"14775","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18243243243243243,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3624630","School District Name":"BLIND BROOK-RYE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"390 N RIDGE ST","Physical Address Line 2":"","Physical Address City":"RYE BROOK","Physical Address State":"NY ","Physical Address Zipcode":"10573","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02244039270687237,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3624570","School District Name":"RICHFIELD SPRINGS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"93 MAIN ST","Physical Address Line 2":"","Physical Address City":"RICHFIELD SPRINGS","Physical Address State":"NY ","Physical Address Zipcode":"13439","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16955684007707128,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3624480","School District Name":"RHINEBECK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"45 N PARK RD","Physical Address Line 2":"","Physical Address City":"RHINEBECK","Physical Address State":"NY ","Physical Address Zipcode":"12572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05972850678733032,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3624450","School District Name":"RENSSELAER CITY SCHOOL DISTRICT","Physical Address Line 1":"25 VAN RENSSELAER DR","Physical Address Line 2":"","Physical Address City":"RENSSELAER","Physical Address State":"NY ","Physical Address Zipcode":"12144","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18579234972677597,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3624420","School District Name":"REMSENBURG-SPEONK UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"11 MILL RD","Physical Address Line 2":"","Physical Address City":"REMSENBURG","Physical Address State":"NY ","Physical Address Zipcode":"11960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.040268456375838924,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3624360","School District Name":"REMSEN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"MARGARET DAVIS DR","Physical Address Line 2":"","Physical Address City":"REMSEN","Physical Address State":"NY ","Physical Address Zipcode":"13438","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12938596491228072,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3624270","School District Name":"MANCHESTER-SHORTSVILLE CENTRAL SCHOOL DISTRICT (RED JACKET)","Physical Address Line 1":"1506 RT 21","Physical Address Line 2":"","Physical Address City":"SHORTSVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11161731207289294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3624240","School District Name":"RED HOOK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"9 MILL RD","Physical Address Line 2":"","Physical Address City":"RED HOOK","Physical Address State":"NY ","Physical Address Zipcode":"12571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.055201698513800426,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3624210","School District Name":"RED CREEK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"6624 SOUTH ST","Physical Address Line 2":"","Physical Address City":"RED CREEK","Physical Address State":"NY ","Physical Address Zipcode":"13143","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14130434782608695,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3624150","School District Name":"RAVENA-COEYMANS-SELKIRK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"15 MOUNTAIN RD","Physical Address Line 2":"","Physical Address City":"RAVENA","Physical Address State":"NY ","Physical Address Zipcode":"12143","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08284023668639054,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3624120","School District Name":"RAQUETTE LAKE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"115 RT 28","Physical Address Line 2":"","Physical Address City":"RAQUETTE LAKE","Physical Address State":"NY ","Physical Address Zipcode":"13436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3624090","School District Name":"RANDOLPH CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"18 MAIN ST","Physical Address Line 2":"","Physical Address City":"RANDOLPH","Physical Address State":"NY ","Physical Address Zipcode":"14772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21032934131736528,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3624060","School District Name":"QUOGUE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"10 EDGEWOOD RD","Physical Address Line 2":"","Physical Address City":"QUOGUE","Physical Address State":"NY ","Physical Address Zipcode":"11959","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04580152671755725,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3624030","School District Name":"QUEENSBURY UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"429 AVIATION RD","Physical Address Line 2":"","Physical Address City":"QUEENSBURY","Physical Address State":"NY ","Physical Address Zipcode":"12804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09192284508740205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3624000","School District Name":"PUTNAM VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"171 OSCAWANA LAKE RD","Physical Address Line 2":"","Physical Address City":"PUTNAM VALLEY","Physical Address State":"NY ","Physical Address Zipcode":"10579","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07452657299938913,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3623970","School District Name":"PUTNAM CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"126 COUNTY RT 2","Physical Address Line 2":"","Physical Address City":"PUTNAM STATION","Physical Address State":"NY ","Physical Address Zipcode":"12861","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25842696629213485,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3623880","School District Name":"PULASKI CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2 HINMAN RD","Physical Address Line 2":"","Physical Address City":"PULASKI","Physical Address State":"NY ","Physical Address Zipcode":"13142","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17659574468085107,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3623790","School District Name":"PRATTSBURGH CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1 ACADEMY ST","Physical Address Line 2":"","Physical Address City":"PRATTSBURGH","Physical Address State":"NY ","Physical Address Zipcode":"14873","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1995249406175772,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3623760","School District Name":"POUGHKEEPSIE CITY SCHOOL DISTRICT","Physical Address Line 1":"18 S PERRY ST","Physical Address Line 2":"","Physical Address City":"POUGHKEEPSIE","Physical Address State":"NY ","Physical Address Zipcode":"12601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.23782961460446247,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3623670","School District Name":"POTSDAM CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"29 LEROY ST","Physical Address Line 2":"","Physical Address City":"POTSDAM","Physical Address State":"NY ","Physical Address Zipcode":"13676","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13089373680506686,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3623640","School District Name":"PORTVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"500 ELM ST","Physical Address Line 2":"","Physical Address City":"PORTVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16416040100250626,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3623580","School District Name":"PORT WASHINGTON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"100 CAMPUS DR","Physical Address Line 2":"","Physical Address City":"PORT WASHINGTON","Physical Address State":"NY ","Physical Address Zipcode":"11050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05217558721601848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3623520","School District Name":"PORT JERVIS CITY SCHOOL DISTRICT","Physical Address Line 1":"9 THOMPSON ST","Physical Address Line 2":"","Physical Address City":"PORT JERVIS","Physical Address State":"NY ","Physical Address Zipcode":"12771","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1956081081081081,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3623490","School District Name":"PORT JEFFERSON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"550 SCRAGGY HILL RD","Physical Address Line 2":"","Physical Address City":"PORT JEFFERSON","Physical Address State":"NY ","Physical Address Zipcode":"11777","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.034759358288770054,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3623460","School District Name":"PORT CHESTER-RYE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"113 BOWMAN AVE","Physical Address Line 2":"","Physical Address City":"PORT CHESTER","Physical Address State":"NY ","Physical Address Zipcode":"10573","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1302880288028803,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3623430","School District Name":"PORT BYRON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"30 MAPLE AVE","Physical Address Line 2":"","Physical Address City":"PORT BYRON","Physical Address State":"NY ","Physical Address Zipcode":"13140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11746680286006128,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3623370","School District Name":"POLAND CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"74 COLD BROOK ST","Physical Address Line 2":"","Physical Address City":"POLAND","Physical Address State":"NY ","Physical Address Zipcode":"13431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1303680981595092,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3623340","School District Name":"POCANTICO HILLS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"599 BEDFORD RD","Physical Address Line 2":"","Physical Address City":"SLEEPY HOLLOW","Physical Address State":"NY ","Physical Address Zipcode":"10591","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08091286307053942,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3623310","School District Name":"PLEASANTVILLE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"60 ROMER AVE","Physical Address Line 2":"","Physical Address City":"PLEASANTVILLE","Physical Address State":"NY ","Physical Address Zipcode":"10570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02567313713212273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3623280","School District Name":"PLATTSBURGH CITY SCHOOL DISTRICT","Physical Address Line 1":"49 BROAD ST","Physical Address Line 2":"","Physical Address City":"PLATTSBURGH","Physical Address State":"NY ","Physical Address Zipcode":"12901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14440022740193292,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3623220","School District Name":"PLAINVIEW-OLD BETHPAGE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"106 WASHINGTON AVE","Physical Address Line 2":"","Physical Address City":"PLAINVIEW","Physical Address State":"NY ","Physical Address Zipcode":"11803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.024676375404530743,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3623190","School District Name":"PLAINEDGE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"241 WYNGATE DR","Physical Address Line 2":"","Physical Address City":"N MASSAPEQUA","Physical Address State":"NY ","Physical Address Zipcode":"11758","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.026389320086929523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3623160","School District Name":"PITTSFORD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"75 BARKER RD","Physical Address Line 2":"","Physical Address City":"PITTSFORD","Physical Address State":"NY ","Physical Address Zipcode":"14534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03620661019764159,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3623130","School District Name":"PISECO COMMON SCHOOL DISTRICT","Physical Address Line 1":"1722 RT 8","Physical Address Line 2":"","Physical Address City":"PISECO","Physical Address State":"NY ","Physical Address Zipcode":"12139","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08571428571428572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3623070","School District Name":"PINE VALLEY CENTRAL SCHOOL DISTRICT (SOUTH DAYTON)","Physical Address Line 1":"7755 RT 83","Physical Address Line 2":"","Physical Address City":"SOUTH DAYTON","Physical Address State":"NY ","Physical Address Zipcode":"14138","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20454545454545456,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3623040","School District Name":"PINE PLAINS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2829 CHURCH ST","Physical Address Line 2":"","Physical Address City":"PINE PLAINS","Physical Address State":"NY ","Physical Address Zipcode":"12567","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12696941612604262,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3623010","School District Name":"PINE BUSH CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"156 RT 302","Physical Address Line 2":"","Physical Address City":"PINE BUSH","Physical Address State":"NY ","Physical Address Zipcode":"12566","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12399440363763553,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3622920","School District Name":"PHOENIX CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"116 VOLNEY ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"NY ","Physical Address Zipcode":"13135","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16117021276595744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3622890","School District Name":"PHELPS-CLIFTON SPRINGS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1490 RT 488","Physical Address Line 2":"","Physical Address City":"CLIFTON SPRINGS","Physical Address State":"NY ","Physical Address Zipcode":"14432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09360986547085202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3622830","School District Name":"PERU CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"17 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"PERU","Physical Address State":"NY ","Physical Address Zipcode":"12972","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10135790494665374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3622770","School District Name":"PERRY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"33 WATKINS AVE","Physical Address Line 2":"","Physical Address City":"PERRY","Physical Address State":"NY ","Physical Address Zipcode":"14530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12485414235705951,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3622740","School District Name":"PENN YAN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1 SCHOOL DR","Physical Address Line 2":"","Physical Address City":"PENN YAN","Physical Address State":"NY ","Physical Address Zipcode":"14527","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17843691148775895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3622710","School District Name":"PENFIELD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2590 ATLANTIC AVE","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05433866891322662,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3622680","School District Name":"PELHAM UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"18 FRANKLIN PL","Physical Address Line 2":"","Physical Address City":"PELHAM","Physical Address State":"NY ","Physical Address Zipcode":"10803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.033816425120772944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3622650","School District Name":"PEEKSKILL CITY SCHOOL DISTRICT","Physical Address Line 1":"1031 ELM ST","Physical Address Line 2":"","Physical Address City":"PEEKSKILL","Physical Address State":"NY ","Physical Address Zipcode":"10566","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13490623109497882,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3622560","School District Name":"PEARL RIVER UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"135 W CROOKED HILL RD","Physical Address Line 2":"","Physical Address City":"PEARL RIVER","Physical Address State":"NY ","Physical Address Zipcode":"10965","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09153998678122935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3622530","School District Name":"PAWLING CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"515 RT 22","Physical Address Line 2":"","Physical Address City":"PAWLING","Physical Address State":"NY ","Physical Address Zipcode":"12564","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06412966878083157,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3622500","School District Name":"PAVILION CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"7014 BIG TREE RD","Physical Address Line 2":"","Physical Address City":"PAVILION","Physical Address State":"NY ","Physical Address Zipcode":"14525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10310734463276836,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3622470","School District Name":"PATCHOGUE-MEDFORD UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"241 S OCEAN AVE","Physical Address Line 2":"","Physical Address City":"PATCHOGUE","Physical Address State":"NY ","Physical Address Zipcode":"11772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07126055071260551,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3622440","School District Name":"PARISHVILLE-HOPKINTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"12 COUNTY RT 47","Physical Address Line 2":"","Physical Address City":"PARISHVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13672","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14777327935222673,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3622410","School District Name":"PANAMA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"41 NORTH ST","Physical Address Line 2":"","Physical Address City":"PANAMA","Physical Address State":"NY ","Physical Address Zipcode":"14767","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1575091575091575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3622380","School District Name":"PALMYRA-MACEDON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"151 HYDE PKWY","Physical Address Line 2":"","Physical Address City":"PALMYRA","Physical Address State":"NY ","Physical Address Zipcode":"14522","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10813704496788008,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3622290","School District Name":"OYSTER BAY-EAST NORWICH CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1 MCCOUNS LN","Physical Address Line 2":"","Physical Address City":"OYSTER BAY","Physical Address State":"NY ","Physical Address Zipcode":"11771","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.047142857142857146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3622260","School District Name":"OXFORD ACADEMY AND CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"12 FORT HILL PARK","Physical Address Line 2":"","Physical Address City":"OXFORD","Physical Address State":"NY ","Physical Address Zipcode":"13830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13648648648648648,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3622200","School District Name":"VAN HORNESVILLE-OWEN D YOUNG CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2316 STATE RT 80","Physical Address Line 2":"","Physical Address City":"VAN HORNESVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13475","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2593984962406015,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3622170","School District Name":"OWEGO-APALACHIN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5 SHELDON GUILE BLVD","Physical Address Line 2":"","Physical Address City":"OWEGO","Physical Address State":"NY ","Physical Address Zipcode":"13827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10059760956175298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3622140","School District Name":"SOUTH SENECA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"7263 S MAIN ST","Physical Address Line 2":"","Physical Address City":"OVID","Physical Address State":"NY ","Physical Address Zipcode":"14521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23161033797216699,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3622100","School District Name":"GEORGETOWN-SOUTH OTSELIC CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"125 COUNTY RD 13A","Physical Address Line 2":"","Physical Address City":"SOUTH OTSELIC","Physical Address State":"NY ","Physical Address Zipcode":"13155","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1603563474387528,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3622050","School District Name":"OSWEGO CITY SCHOOL DISTRICT","Physical Address Line 1":"1 BUCCANEER BLVD","Physical Address Line 2":"","Physical Address City":"OSWEGO","Physical Address State":"NY ","Physical Address Zipcode":"13126","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20649895178197064,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3622020","School District Name":"OSSINING UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"400 EXECUTIVE BLVD","Physical Address Line 2":"","Physical Address City":"OSSINING","Physical Address State":"NY ","Physical Address Zipcode":"10562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08542931483087597,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621960","School District Name":"ORISKANY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1313 UTICA ST","Physical Address Line 2":"","Physical Address City":"ORISKANY","Physical Address State":"NY ","Physical Address Zipcode":"13424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08955223880597014,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621930","School District Name":"OYSTERPONDS UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"23405 MAIN RD","Physical Address Line 2":"","Physical Address City":"ORIENT","Physical Address State":"NY ","Physical Address Zipcode":"11957","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07006369426751592,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621900","School District Name":"ORCHARD PARK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2240 SOUTHWESTERN BLVD","Physical Address Line 2":"","Physical Address City":"WEST SENECA","Physical Address State":"NY ","Physical Address Zipcode":"14224","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04370907803928508,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621840","School District Name":"ONTEORA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"4166 RT 28","Physical Address Line 2":"","Physical Address City":"BOICEVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12412","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16252274105518497,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3621810","School District Name":"ONONDAGA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"4466 S ONONDAGA RD","Physical Address Line 2":"","Physical Address City":"NEDROW","Physical Address State":"NY ","Physical Address Zipcode":"13120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14926931106471816,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621780","School District Name":"ONEONTA CITY SCHOOL DISTRICT","Physical Address Line 1":"31 CENTER ST","Physical Address Line 2":"","Physical Address City":"ONEONTA","Physical Address State":"NY ","Physical Address Zipcode":"13820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15920716112531969,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621720","School District Name":"OLEAN CITY SCHOOL DISTRICT","Physical Address Line 1":"410 W SULLIVAN ST","Physical Address Line 2":"","Physical Address City":"OLEAN","Physical Address State":"NY ","Physical Address Zipcode":"14760","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2527520915896081,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3621660","School District Name":"OGDENSBURG CITY SCHOOL DISTRICT","Physical Address Line 1":"1100 STATE ST","Physical Address Line 2":"","Physical Address City":"OGDENSBURG","Physical Address State":"NY ","Physical Address Zipcode":"13669","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17148125384142593,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621630","School District Name":"ODESSA-MONTOUR CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"300 COLLEGE AVE","Physical Address Line 2":"","Physical Address City":"ODESSA","Physical Address State":"NY ","Physical Address Zipcode":"14869","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13624338624338625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621570","School District Name":"OCEANSIDE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"145 MERLE AVE","Physical Address Line 2":"","Physical Address City":"OCEANSIDE","Physical Address State":"NY ","Physical Address Zipcode":"11572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03668152211175866,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621540","School District Name":"FIRE ISLAND UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"SURF RD-CORNEILLE ESTATES","Physical Address Line 2":"","Physical Address City":"FIRE ISLAND","Physical Address State":"NY ","Physical Address Zipcode":"11770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06382978723404255,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621510","School District Name":"OAKFIELD-ALABAMA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"7001 LEWISTON RD","Physical Address Line 2":"","Physical Address City":"OAKFIELD","Physical Address State":"NY ","Physical Address Zipcode":"14125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08220720720720721,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3621480","School District Name":"NYACK UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"13A DICKINSON AVE","Physical Address Line 2":"","Physical Address City":"NYACK","Physical Address State":"NY ","Physical Address Zipcode":"10960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09422321929332586,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621450","School District Name":"DALTON-NUNDA CENTRAL SCHOOL DISTRICT (KESHEQUA)","Physical Address Line 1":"13 MILL ST","Physical Address Line 2":"","Physical Address City":"NUNDA","Physical Address State":"NY ","Physical Address Zipcode":"14517","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1251646903820817,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3621360","School District Name":"NORWOOD-NORFOLK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"7852 STATE HWY 56","Physical Address Line 2":"","Physical Address City":"NORWOOD","Physical Address State":"NY ","Physical Address Zipcode":"13668","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15637065637065636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3621330","School District Name":"NORWICH CITY SCHOOL DISTRICT","Physical Address Line 1":"89 MIDLAND DR","Physical Address Line 2":"","Physical Address City":"NORWICH","Physical Address State":"NY ","Physical Address Zipcode":"13815","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1288632792037716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621300","School District Name":"NORTHVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"131 S 3RD ST","Physical Address Line 2":"","Physical Address City":"NORTHVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12134","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13527851458885942,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3621270","School District Name":"NORTHPORT-EAST NORTHPORT UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"158 LAUREL AVE","Physical Address Line 2":"","Physical Address City":"NORTHPORT","Physical Address State":"NY ","Physical Address Zipcode":"11768","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.025623848601574274,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621260","School District Name":"NORTHERN ADIRONDACK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5572 RT 11","Physical Address Line 2":"","Physical Address City":"ELLENBURG DEPOT","Physical Address State":"NY ","Physical Address Zipcode":"12935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1422070534698521,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3621250","School District Name":"NORTHEASTERN CLINTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"103 RT 276","Physical Address Line 2":"","Physical Address City":"CHAMPLAIN","Physical Address State":"NY ","Physical Address Zipcode":"12919","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14729829755736493,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3621240","School District Name":"NORTH TONAWANDA CITY SCHOOL DISTRICT","Physical Address Line 1":"176 WALCK RD","Physical Address Line 2":"","Physical Address City":"NORTH TONAWANDA","Physical Address State":"NY ","Physical Address Zipcode":"14120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12009120851279453,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621210","School District Name":"NORTH SYRACUSE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5355 W TAFT RD","Physical Address Line 2":"","Physical Address City":"NORTH SYRACUSE","Physical Address State":"NY ","Physical Address Zipcode":"13212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11069915254237288,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621180","School District Name":"NORTH SALEM CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"230 JUNE RD","Physical Address Line 2":"","Physical Address City":"NORTH SALEM","Physical Address State":"NY ","Physical Address Zipcode":"10560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.046199701937406856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621120","School District Name":"NORTH MERRICK UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1057 MERRICK AVE","Physical Address Line 2":"","Physical Address City":"MERRICK","Physical Address State":"NY ","Physical Address Zipcode":"11566","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02202283849918434,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3621000","School District Name":"NORTH COLONIE CSD","Physical Address Line 1":"91 FIDDLERS LN","Physical Address Line 2":"","Physical Address City":"LATHAM","Physical Address State":"NY ","Physical Address Zipcode":"12110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3620970","School District Name":"NORTH COLLINS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2045 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"NORTH COLLINS","Physical Address State":"NY ","Physical Address Zipcode":"14111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11492537313432835,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620940","School District Name":"NORTH BELLMORE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"2616 MARTIN AVE","Physical Address Line 2":"","Physical Address City":"BELLMORE","Physical Address State":"NY ","Physical Address Zipcode":"11710","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0340201245807379,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620910","School District Name":"NORTH BABYLON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"5 JARDINE PL","Physical Address Line 2":"","Physical Address City":"NORTH BABYLON","Physical Address State":"NY ","Physical Address Zipcode":"11703","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0577319587628866,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620880","School District Name":"NISKAYUNA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1239 VAN ANTWERP RD","Physical Address Line 2":"","Physical Address City":"SCHENECTADY","Physical Address State":"NY ","Physical Address Zipcode":"12309","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03648383937316357,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620850","School District Name":"NIAGARA-WHEATFIELD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5700 WEST ST","Physical Address Line 2":"","Physical Address City":"SANBORN","Physical Address State":"NY ","Physical Address Zipcode":"14132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0992063492063492,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3620820","School District Name":"NIAGARA FALLS CITY SCHOOL DISTRICT","Physical Address Line 1":"630 66TH ST","Physical Address Line 2":"","Physical Address City":"NIAGARA FALLS","Physical Address State":"NY ","Physical Address Zipcode":"14304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.28018976423231745,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3620790","School District Name":"NEWFIELD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"247 MAIN ST","Physical Address Line 2":"","Physical Address City":"NEWFIELD","Physical Address State":"NY ","Physical Address Zipcode":"14867","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14499424626006904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3620760","School District Name":"NEWFANE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"6273 CHARLOTTEVILLE RD","Physical Address Line 2":"","Physical Address City":"NEWFANE","Physical Address State":"NY ","Physical Address Zipcode":"14108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09669811320754718,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620730","School District Name":"NEWCOMB CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5535 RT 28N","Physical Address Line 2":"","Physical Address City":"NEWCOMB","Physical Address State":"NY ","Physical Address Zipcode":"12852","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15217391304347827,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3620700","School District Name":"NEWBURGH CITY SCHOOL DISTRICT","Physical Address Line 1":"124 GRAND ST","Physical Address Line 2":"","Physical Address City":"NEWBURGH","Physical Address State":"NY ","Physical Address Zipcode":"12550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1804811697696166,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620670","School District Name":"NEWARK VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"79 WHIG ST","Physical Address Line 2":"","Physical Address City":"NEWARK VALLEY","Physical Address State":"NY ","Physical Address Zipcode":"13811","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1423580786026201,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3620640","School District Name":"NEWARK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"100 E MILLER ST","Physical Address Line 2":"","Physical Address City":"NEWARK","Physical Address State":"NY ","Physical Address Zipcode":"14513","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14802314368370298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620610","School District Name":"NEW YORK MILLS UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1 MARAUDER BLVD","Physical Address Line 2":"","Physical Address City":"NEW YORK MILLS","Physical Address State":"NY ","Physical Address Zipcode":"13417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12425149700598802,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620580","School District Name":"NYC CHANCELLOR'S OFFICE","Physical Address Line 1":"52 CHAMBERS ST-RM 320","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20878732571891345,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3620520","School District Name":"NEW SUFFOLK COMMON SCHOOL DISTRICT","Physical Address Line 1":"1295 4TH ST","Physical Address Line 2":"","Physical Address City":"NEW SUFFOLK","Physical Address State":"NY ","Physical Address Zipcode":"11956","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08695652173913043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620490","School District Name":"NEW ROCHELLE CITY SCHOOL DISTRICT","Physical Address Line 1":"515 NORTH AVE","Physical Address Line 2":"","Physical Address City":"NEW ROCHELLE","Physical Address State":"NY ","Physical Address Zipcode":"10801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09999143175391997,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620460","School District Name":"NEW PALTZ CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"196 MAIN ST","Physical Address Line 2":"","Physical Address City":"NEW PALTZ","Physical Address State":"NY ","Physical Address Zipcode":"12561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07421686746987952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620430","School District Name":"NEW LEBANON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"14665 RT 22","Physical Address Line 2":"","Physical Address City":"NEW LEBANON","Physical Address State":"NY ","Physical Address Zipcode":"12125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10495049504950495,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3620400","School District Name":"NEW HYDE PARK-GARDEN CITY PARK UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1950 HILLSIDE AVE","Physical Address Line 2":"","Physical Address City":"NEW HYDE PARK","Physical Address State":"NY ","Physical Address Zipcode":"11040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0453224869262057,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620370","School District Name":"NEW HARTFORD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"33 OXFORD RD","Physical Address Line 2":"","Physical Address City":"NEW HARTFORD","Physical Address State":"NY ","Physical Address Zipcode":"13413","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04780719083366258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620340","School District Name":"CLARKSTOWN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"62 OLD MIDDLETOWN RD","Physical Address Line 2":"","Physical Address City":"NEW CITY","Physical Address State":"NY ","Physical Address Zipcode":"10956","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05720661324677959,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620220","School District Name":"NAPLES CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"136 N MAIN ST","Physical Address Line 2":"","Physical Address City":"NAPLES","Physical Address State":"NY ","Physical Address Zipcode":"14512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15620998719590268,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3620190","School District Name":"NANUET UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"101 CHURCH ST","Physical Address Line 2":"","Physical Address City":"NANUET","Physical Address State":"NY ","Physical Address Zipcode":"10954","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0759543486816214,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620170","School District Name":"MOUNT PLEASANT-BLYTHEDALE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"95 BRADHURST AVE","Physical Address Line 2":"","Physical Address City":"VALHALLA","Physical Address State":"NY ","Physical Address Zipcode":"10595","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3620160","School District Name":"MOUNT PLEASANT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"825 WESTLAKE DR","Physical Address Line 2":"","Physical Address City":"THORNWOOD","Physical Address State":"NY ","Physical Address Zipcode":"10594","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.027583367641004528,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620100","School District Name":"MOUNT VERNON SCHOOL DISTRICT","Physical Address Line 1":"165 N COLUMBUS AVE","Physical Address Line 2":"","Physical Address City":"MOUNT VERNON","Physical Address State":"NY ","Physical Address Zipcode":"10553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13467677573822825,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620040","School District Name":"MOUNT SINAI UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"118 N COUNTRY RD","Physical Address Line 2":"","Physical Address City":"MOUNT SINAI","Physical Address State":"NY ","Physical Address Zipcode":"11766","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029567519858781994,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3620010","School District Name":"MOUNT MORRIS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"30 BONADONNA AVE","Physical Address Line 2":"","Physical Address City":"MOUNT MORRIS","Physical Address State":"NY ","Physical Address Zipcode":"14510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17970401691331925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3619950","School District Name":"BEDFORD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"632 S BEDFORD RD","Physical Address Line 2":"","Physical Address City":"BEDFORD","Physical Address State":"NY ","Physical Address Zipcode":"10506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08447255662109773,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3619920","School District Name":"MORRISVILLE-EATON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5061 FEARON RD","Physical Address Line 2":"","Physical Address City":"MORRISVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13408","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11950549450549451,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3619890","School District Name":"MORRISTOWN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"408 GOUVERNEUR ST","Physical Address Line 2":"","Physical Address City":"MORRISTOWN","Physical Address State":"NY ","Physical Address Zipcode":"13664","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1607565011820331,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3619860","School District Name":"MORRIS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"65 MAIN ST","Physical Address Line 2":"","Physical Address City":"MORRIS","Physical Address State":"NY ","Physical Address Zipcode":"13808","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3619830","School District Name":"MORIAH CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"39 VIKING LN","Physical Address Line 2":"","Physical Address City":"PORT HENRY","Physical Address State":"NY ","Physical Address Zipcode":"12974","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18384879725085912,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3619800","School District Name":"MORAVIA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"68 S MAIN ST","Physical Address Line 2":"","Physical Address City":"MORAVIA","Physical Address State":"NY ","Physical Address Zipcode":"13118","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12117903930131005,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3619740","School District Name":"MONTICELLO CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"60 JEFFERSON ST-STE 3","Physical Address Line 2":"","Physical Address City":"MONTICELLO","Physical Address State":"NY ","Physical Address Zipcode":"12701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24985524030110018,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3619710","School District Name":"MONTAUK UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"50 S DORSET DR","Physical Address Line 2":"","Physical Address City":"MONTAUK","Physical Address State":"NY ","Physical Address Zipcode":"11954","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05970149253731343,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3619680","School District Name":"VALLEY CENTRAL SCHOOL DISTRICT (MONTGOMERY)","Physical Address Line 1":"944 STATE RT 17K","Physical Address Line 2":"","Physical Address City":"MONTGOMERY","Physical Address State":"NY ","Physical Address Zipcode":"12549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08584456780333069,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3619650","School District Name":"MONROE-WOODBURY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"278 RT 32-EDUC CTR","Physical Address Line 2":"","Physical Address City":"CENTRAL VALLEY","Physical Address State":"NY ","Physical Address Zipcode":"10917","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08089591567852437,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3619560","School District Name":"MINISINK VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2320 RT 6","Physical Address Line 2":"","Physical Address City":"SLATE HILL","Physical Address State":"NY ","Physical Address Zipcode":"10973","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08748866727107887,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3619530","School District Name":"MINERVA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1466 COUNTY RT 29","Physical Address Line 2":"","Physical Address City":"OLMSTEDVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12857","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1595744680851064,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3619500","School District Name":"MINEOLA UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"121 JACKSON AVE","Physical Address Line 2":"","Physical Address City":"MINEOLA","Physical Address State":"NY ","Physical Address Zipcode":"11501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0426098535286285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3619410","School District Name":"MILLER PLACE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"7 MEMORIAL DR","Physical Address Line 2":"","Physical Address City":"MILLER PLACE","Physical Address State":"NY ","Physical Address Zipcode":"11764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.026624068157614485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3619380","School District Name":"MILLBROOK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"43 ALDEN PL","Physical Address Line 2":"","Physical Address City":"MILLBROOK","Physical Address State":"NY ","Physical Address Zipcode":"12545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06053268765133172,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3619350","School District Name":"MILFORD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"42 W MAIN ST","Physical Address Line 2":"","Physical Address City":"MILFORD","Physical Address State":"NY ","Physical Address Zipcode":"13807","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08967391304347826,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3619320","School District Name":"MIDDLETOWN CITY SCHOOL DISTRICT","Physical Address Line 1":"223 WISNER AVE","Physical Address Line 2":"","Physical Address City":"MIDDLETOWN","Physical Address State":"NY ","Physical Address Zipcode":"10940","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17272094641614474,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3619260","School District Name":"MIDDLEBURGH CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"291 MAIN ST","Physical Address Line 2":"","Physical Address City":"MIDDLEBURGH","Physical Address State":"NY ","Physical Address Zipcode":"12122","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13944723618090452,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3619230","School District Name":"LONGWOOD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"35 YAPHNK-MID ISL RD","Physical Address Line 2":"","Physical Address City":"MIDDLE ISLAND","Physical Address State":"NY ","Physical Address Zipcode":"11953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07545164718384698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3619200","School District Name":"MIDDLE COUNTRY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"8 43RD ST-ADM OFF","Physical Address Line 2":"","Physical Address City":"CENTEREACH","Physical Address State":"NY ","Physical Address Zipcode":"11720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.060213255279113524,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3619170","School District Name":"MEXICO CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"16 FRAVOR RD-STE A","Physical Address Line 2":"","Physical Address City":"MEXICO","Physical Address State":"NY ","Physical Address Zipcode":"13114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.141439205955335,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3619110","School District Name":"MERRICK UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"21 BABYLON RD","Physical Address Line 2":"","Physical Address City":"MERRICK","Physical Address State":"NY ","Physical Address Zipcode":"11566","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.026092233009708737,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3619020","School District Name":"BELLMORE-MERRICK CENTRAL HIGH SCHOOL DISTRICT","Physical Address Line 1":"1260 MEADOWBROOK RD","Physical Address Line 2":"","Physical Address City":"NORTH MERRICK","Physical Address State":"NY ","Physical Address Zipcode":"11566","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.023579498935647616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618990","School District Name":"MENANDS UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"19 WARDS LN","Physical Address Line 2":"","Physical Address City":"MENANDS","Physical Address State":"NY ","Physical Address Zipcode":"12204","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12928759894459102,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618960","School District Name":"MEDINA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1 MUSTANG DR","Physical Address Line 2":"","Physical Address City":"MEDINA","Physical Address State":"NY ","Physical Address Zipcode":"14103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19026265214606022,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618900","School District Name":"MECHANICVILLE CITY SCHOOL DISTRICT","Physical Address Line 1":"25 KNISKERN AVE","Physical Address Line 2":"","Physical Address City":"MECHANICVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12118","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10752688172043011,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618840","School District Name":"MCGRAW CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"10 W ACADEMY ST","Physical Address Line 2":"","Physical Address City":"MCGRAW","Physical Address State":"NY ","Physical Address Zipcode":"13101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11531531531531532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618750","School District Name":"MAYFIELD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"27 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"MAYFIELD","Physical Address State":"NY ","Physical Address Zipcode":"12117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12871287128712872,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618690","School District Name":"WILLIAM FLOYD UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"240 MASTIC BEACH RD","Physical Address Line 2":"","Physical Address City":"MASTIC BEACH","Physical Address State":"NY ","Physical Address Zipcode":"11951","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11562385656787413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618660","School District Name":"MASSENA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"84 NIGHTENGALE AVE","Physical Address Line 2":"","Physical Address City":"MASSENA","Physical Address State":"NY ","Physical Address Zipcode":"13662","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18618847768027472,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618630","School District Name":"MASSAPEQUA UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"4925 MERRICK RD","Physical Address Line 2":"","Physical Address City":"MASSAPEQUA","Physical Address State":"NY ","Physical Address Zipcode":"11758","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0187207488299532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618600","School District Name":"CHEEKTOWAGA-MARYVALE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1050 MARYVALE DR","Physical Address Line 2":"","Physical Address City":"CHEEKTOWAGA","Physical Address State":"NY ","Physical Address Zipcode":"14225","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1509433962264151,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618570","School District Name":"MARLBORO CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"21 MILTON TPKE-STE 100","Physical Address Line 2":"","Physical Address City":"MILTON","Physical Address State":"NY ","Physical Address Zipcode":"12547","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08885464817668208,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618540","School District Name":"MARION CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"4034 WARNER RD","Physical Address Line 2":"","Physical Address City":"MARION","Physical Address State":"NY ","Physical Address Zipcode":"14505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10356731875719218,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3618510","School District Name":"MARGARETVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"415 MAIN ST","Physical Address Line 2":"","Physical Address City":"MARGARETVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17444717444717445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3618480","School District Name":"MARCELLUS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2 REED PKWY","Physical Address Line 2":"","Physical Address City":"MARCELLUS","Physical Address State":"NY ","Physical Address Zipcode":"13108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07110352673492605,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618450","School District Name":"MARATHON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1 E MAIN ST","Physical Address Line 2":"","Physical Address City":"MARATHON","Physical Address State":"NY ","Physical Address Zipcode":"13803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18482758620689654,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3618330","School District Name":"FAYETTEVILLE-MANLIUS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"8199 E SENECA TPKE","Physical Address Line 2":"","Physical Address City":"MANLIUS","Physical Address State":"NY ","Physical Address Zipcode":"13104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04047878128400435,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618270","School District Name":"MANHASSET UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"200 MEMORIAL PL","Physical Address Line 2":"","Physical Address City":"MANHASSET","Physical Address State":"NY ","Physical Address Zipcode":"11030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.028370957901159243,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618240","School District Name":"MAMARONECK UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1000 W BOSTON POST RD","Physical Address Line 2":"","Physical Address City":"MAMARONECK","Physical Address State":"NY ","Physical Address Zipcode":"10543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.043710631799961826,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618210","School District Name":"MALVERNE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"301 WICKS LN","Physical Address Line 2":"","Physical Address City":"MALVERNE","Physical Address State":"NY ","Physical Address Zipcode":"11565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04722343681679055,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618180","School District Name":"MALONE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"42 HUSKIE LN","Physical Address Line 2":"","Physical Address City":"MALONE","Physical Address State":"NY ","Physical Address Zipcode":"12953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3618150","School District Name":"MAINE-ENDWELL CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"712 FARM-TO-MARKET RD","Physical Address Line 2":"","Physical Address City":"ENDWELL","Physical Address State":"NY ","Physical Address Zipcode":"13760","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.138255033557047,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618120","School District Name":"MAHOPAC CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"179 E LAKE BLVD","Physical Address Line 2":"","Physical Address City":"MAHOPAC","Physical Address State":"NY ","Physical Address Zipcode":"10541","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.038128654970760234,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3618090","School District Name":"MADRID-WADDINGTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2582 STATE HWY 345","Physical Address Line 2":"","Physical Address City":"MADRID","Physical Address State":"NY ","Physical Address Zipcode":"13660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3618080","School District Name":"MADISON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"7303 RT 20","Physical Address Line 2":"","Physical Address City":"MADISON","Physical Address State":"NY ","Physical Address Zipcode":"13402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15665236051502146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3618030","School District Name":"LYONS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"10 CLYDE RD","Physical Address Line 2":"","Physical Address City":"LYONS","Physical Address State":"NY ","Physical Address Zipcode":"14489","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.172686230248307,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3617970","School District Name":"LYNDONVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"25 HOUSEL AVE","Physical Address Line 2":"","Physical Address City":"LYNDONVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20521172638436483,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3617940","School District Name":"LYNCOURT UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"2707-2709 COURT ST","Physical Address Line 2":"","Physical Address City":"SYRACUSE","Physical Address State":"NY ","Physical Address Zipcode":"13208","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20662768031189083,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3617910","School District Name":"LYNBROOK UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"111 ATLANTIC AVE","Physical Address Line 2":"","Physical Address City":"LYNBROOK","Physical Address State":"NY ","Physical Address Zipcode":"11563","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03308694121788103,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3617880","School District Name":"LYME CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"11868 ACADEMY ST","Physical Address Line 2":"","Physical Address City":"CHAUMONT","Physical Address State":"NY ","Physical Address Zipcode":"13622","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1523809523809524,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3617820","School District Name":"LOWVILLE ACADEMY & CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"7668 N STATE ST","Physical Address Line 2":"","Physical Address City":"LOWVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13367","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15267175572519084,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3617760","School District Name":"LONG LAKE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"20 SCHOOL LN","Physical Address Line 2":"","Physical Address City":"LONG LAKE","Physical Address State":"NY ","Physical Address Zipcode":"12847","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1951219512195122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3617730","School District Name":"LONG BEACH CITY SCHOOL DISTRICT","Physical Address Line 1":"239 LIDO BLVD","Physical Address Line 2":"","Physical Address City":"LONG BEACH","Physical Address State":"NY ","Physical Address Zipcode":"11561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06382483112042861,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3617700","School District Name":"LOCUST VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"99 HORSE HOLLOW RD","Physical Address Line 2":"","Physical Address City":"LOCUST VALLEY","Physical Address State":"NY ","Physical Address Zipcode":"11560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.041328413284132844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3617670","School District Name":"LOCKPORT CITY SCHOOL DISTRICT","Physical Address Line 1":"130 BEATTIE AVE","Physical Address Line 2":"","Physical Address City":"LOCKPORT","Physical Address State":"NY ","Physical Address Zipcode":"14094","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1645718774548311,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3617640","School District Name":"LIVONIA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"40 SPRING ST","Physical Address Line 2":"","Physical Address City":"LIVONIA","Physical Address State":"NY ","Physical Address Zipcode":"14487","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07821901323706378,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3617580","School District Name":"LIVINGSTON MANOR CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"19 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"LIVINGSTON MANOR","Physical Address State":"NY ","Physical Address Zipcode":"12758","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12596899224806202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3617520","School District Name":"LIVERPOOL CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"195 BLACKBERRY RD","Physical Address Line 2":"","Physical Address City":"LIVERPOOL","Physical Address State":"NY ","Physical Address Zipcode":"13090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10606904231625836,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3617460","School District Name":"LITTLE FALLS CITY SCHOOL DISTRICT","Physical Address Line 1":"15 PETRIE ST","Physical Address Line 2":"","Physical Address City":"LITTLE FALLS","Physical Address State":"NY ","Physical Address Zipcode":"13365","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16975881261595546,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3617430","School District Name":"LISBON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"6866 COUNTY RT 10","Physical Address Line 2":"","Physical Address City":"LISBON","Physical Address State":"NY ","Physical Address Zipcode":"13658","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09369951534733441,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3617400","School District Name":"LITTLE FLOWER UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"2460 N WADING RIVER RD","Physical Address Line 2":"","Physical Address City":"WADING RIVER","Physical Address State":"NY ","Physical Address Zipcode":"11792","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3617380","School District Name":"LINDENHURST UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"350 DANIEL ST","Physical Address Line 2":"","Physical Address City":"LINDENHURST","Physical Address State":"NY ","Physical Address Zipcode":"11757","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0542356218253318,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3617220","School District Name":"LIBERTY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"115 BUCKLEY ST","Physical Address Line 2":"","Physical Address City":"LIBERTY","Physical Address State":"NY ","Physical Address Zipcode":"12754","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1942090395480226,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3617190","School District Name":"LEWISTON-PORTER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"4061 CREEK RD","Physical Address Line 2":"","Physical Address City":"YOUNGSTOWN","Physical Address State":"NY ","Physical Address Zipcode":"14174","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0633955709943552,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3617160","School District Name":"LEVITTOWN UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"150 ABBEY LN","Physical Address Line 2":"","Physical Address City":"LEVITTOWN","Physical Address State":"NY ","Physical Address Zipcode":"11756","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03327519119817523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3617130","School District Name":"LETCHWORTH CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5550 SCHOOL RD","Physical Address Line 2":"","Physical Address City":"GAINESVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11327231121281464,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3616980","School District Name":"NORTH ROSE-WOLCOTT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"11631 SALTER-COLVIN RD","Physical Address Line 2":"","Physical Address City":"WOLCOTT","Physical Address State":"NY ","Physical Address Zipcode":"14590","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13216195569136746,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3616960","School District Name":"NORTH WARREN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"6110 STATE RT 8","Physical Address Line 2":"","Physical Address City":"CHESTERTOWN","Physical Address State":"NY ","Physical Address Zipcode":"12817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17159763313609466,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3616950","School District Name":"LE ROY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2-6 TRIGON PARK","Physical Address Line 2":"","Physical Address City":"LE ROY","Physical Address State":"NY ","Physical Address Zipcode":"14482","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08702659145850121,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3616830","School District Name":"LAWRENCE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"2 REILLY RD","Physical Address Line 2":"","Physical Address City":"CEDARHURST","Physical Address State":"NY ","Physical Address Zipcode":"11516","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08217747949291573,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3616800","School District Name":"LAURENS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"55 MAIN ST","Physical Address Line 2":"","Physical Address City":"LAURENS","Physical Address State":"NY ","Physical Address Zipcode":"13796","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3616740","School District Name":"LANSINGBURGH CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"55 NEW TURNPIKE RD","Physical Address Line 2":"","Physical Address City":"TROY","Physical Address State":"NY ","Physical Address Zipcode":"12182","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21406127258444618,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3616710","School District Name":"LANSING CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"284 RIDGE RD","Physical Address Line 2":"","Physical Address City":"LANSING","Physical Address State":"NY ","Physical Address Zipcode":"14882","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09227129337539432,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3616680","School District Name":"LANCASTER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"177 CENTRAL AVE","Physical Address Line 2":"","Physical Address City":"LANCASTER","Physical Address State":"NY ","Physical Address Zipcode":"14086","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.047784810126582276,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3616620","School District Name":"LAKELAND CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1086 MAIN ST","Physical Address Line 2":"","Physical Address City":"SHRUB OAK","Physical Address State":"NY ","Physical Address Zipcode":"10588","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.041565583050299205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3616560","School District Name":"EVANS-BRANT CENTRAL SCHOOL DISTRICT (LAKE SHORE)","Physical Address Line 1":"959 BEACH RD","Physical Address Line 2":"","Physical Address City":"ANGOLA","Physical Address State":"NY ","Physical Address Zipcode":"14006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13109180204004534,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3616530","School District Name":"LAKE PLEASANT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"120 ELM LAKE RD","Physical Address Line 2":"","Physical Address City":"SPECULATOR","Physical Address State":"NY ","Physical Address Zipcode":"12164","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11666666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3616500","School District Name":"LAKE PLACID CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"50 CUMMINGS RD","Physical Address Line 2":"","Physical Address City":"LAKE PLACID","Physical Address State":"NY ","Physical Address Zipcode":"12946","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11757575757575757,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3616470","School District Name":"LAKE GEORGE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"381 CANADA ST","Physical Address Line 2":"","Physical Address City":"LAKE GEORGE","Physical Address State":"NY ","Physical Address Zipcode":"12845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08104738154613467,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3616440","School District Name":"LACKAWANNA CITY SCHOOL DISTRICT","Physical Address Line 1":"245 S SHORE BLVD","Physical Address Line 2":"","Physical Address City":"LACKAWANNA","Physical Address State":"NY ","Physical Address Zipcode":"14218","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3207622072250893,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3616410","School District Name":"LAFAYETTE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5957 ROUTE 20W","Physical Address Line 2":"","Physical Address City":"LAFAYETTE","Physical Address State":"NY ","Physical Address Zipcode":"13084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12883435582822086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3616380","School District Name":"LA FARGEVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"20414 SUNRISE AVE","Physical Address Line 2":"","Physical Address City":"LA FARGEVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13402061855670103,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3616290","School District Name":"KINGSTON CITY SCHOOL DISTRICT","Physical Address Line 1":"21 WYNKOOP PL","Physical Address Line 2":"","Physical Address City":"KINGSTON","Physical Address State":"NY ","Physical Address Zipcode":"12401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15623551228558183,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3616260","School District Name":"KINGS PARK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"180 LAWRENCE RD-RM 208","Physical Address Line 2":"","Physical Address City":"KINGS PARK","Physical Address State":"NY ","Physical Address Zipcode":"11754","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030980603448275863,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3616230","School District Name":"KENMORE-TONAWANDA UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1500 COLVIN BLVD","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14223","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10974509361606136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3616200","School District Name":"KENDALL CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1932 KENDALL RD","Physical Address Line 2":"","Physical Address City":"KENDALL","Physical Address State":"NY ","Physical Address Zipcode":"14476","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12568306010928962,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3616170","School District Name":"AUSABLE VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1273 RT 9N","Physical Address Line 2":"","Physical Address City":"CLINTONVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12924","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1251109139307897,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3616140","School District Name":"KEENE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"33 MARKET ST","Physical Address Line 2":"","Physical Address City":"KEENE VALLEY","Physical Address State":"NY ","Physical Address Zipcode":"12943","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.045871559633027525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3616080","School District Name":"KATONAH-LEWISBORO UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1 SHADY LN","Physical Address Line 2":"","Physical Address City":"SOUTH SALEM","Physical Address State":"NY ","Physical Address Zipcode":"10590","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02278612118073537,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3615990","School District Name":"JORDAN-ELBRIDGE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"9 N CHAPPELL ST","Physical Address Line 2":"","Physical Address City":"JORDAN","Physical Address State":"NY ","Physical Address Zipcode":"13080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1333803810868031,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3615980","School District Name":"JOHNSTOWN CITY SCHOOL DISTRICT","Physical Address Line 1":"400 S PERRY ST","Physical Address Line 2":"","Physical Address City":"JOHNSTOWN","Physical Address State":"NY ","Physical Address Zipcode":"12095","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13750767341927564,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3615900","School District Name":"JOHNSON CITY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"666 REYNOLDS RD","Physical Address Line 2":"","Physical Address City":"JOHNSON CITY","Physical Address State":"NY ","Physical Address Zipcode":"13790","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.29571828731492594,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3615870","School District Name":"JOHNSBURG CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"165 MAIN ST","Physical Address Line 2":"","Physical Address City":"NORTH CREEK","Physical Address State":"NY ","Physical Address Zipcode":"12853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16293929712460065,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3615810","School District Name":"JERICHO UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"99 CEDAR SWAMP RD","Physical Address Line 2":"","Physical Address City":"JERICHO","Physical Address State":"NY ","Physical Address Zipcode":"11753","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04509663564781675,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3615780","School District Name":"BROOKHAVEN-COMSEWOGUE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"290 NORWOOD AVE","Physical Address Line 2":"","Physical Address City":"PORT JEFFERSON STATION","Physical Address State":"NY ","Physical Address Zipcode":"11776","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06847319347319347,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3615720","School District Name":"JEFFERSON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1332 ST RT 10","Physical Address Line 2":"","Physical Address City":"JEFFERSON","Physical Address State":"NY ","Physical Address Zipcode":"12093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15079365079365079,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3615630","School District Name":"JAMESTOWN CITY SCHOOL DISTRICT","Physical Address Line 1":"197 MARTIN RD","Physical Address Line 2":"","Physical Address City":"JAMESTOWN","Physical Address State":"NY ","Physical Address Zipcode":"14701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2788299663299663,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3615570","School District Name":"ITHACA CITY SCHOOL DISTRICT","Physical Address Line 1":"400 LAKE ST","Physical Address Line 2":"","Physical Address City":"ITHACA","Physical Address State":"NY ","Physical Address Zipcode":"14850","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10052122114668652,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3615540","School District Name":"ISLIP UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"215 MAIN ST","Physical Address Line 2":"","Physical Address City":"ISLIP","Physical Address State":"NY ","Physical Address Zipcode":"11751","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04542462146148782,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3615510","School District Name":"ISLAND TREES UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"74 FARMEDGE RD","Physical Address Line 2":"","Physical Address City":"LEVITTOWN","Physical Address State":"NY ","Physical Address Zipcode":"11756","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.043859649122807015,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3615480","School District Name":"ISLAND PARK UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"150 TRAFALGAR BLVD","Physical Address Line 2":"","Physical Address City":"ISLAND PARK","Physical Address State":"NY ","Physical Address Zipcode":"11558","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06716417910447761,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3615450","School District Name":"IRVINGTON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"6 DOWS LN","Physical Address Line 2":"","Physical Address City":"IRVINGTON","Physical Address State":"NY ","Physical Address Zipcode":"10533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03589177250138045,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3615420","School District Name":"HOPEVALE UNION FREE SCHOOL DISTRICT AT HAMBURG","Physical Address Line 1":"3780 HOWARD RD","Physical Address Line 2":"","Physical Address City":"HAMBURG","Physical Address State":"NY ","Physical Address Zipcode":"14075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3615390","School District Name":"WEST IRONDEQUOIT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"321 LIST AVE","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14617","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09858372674257151,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3615360","School District Name":"IROQUOIS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2111 GIRDLE RD","Physical Address Line 2":"","Physical Address City":"ELMA","Physical Address State":"NY ","Physical Address Zipcode":"14059","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.045051698670605614,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3615330","School District Name":"INLET COMMON SCHOOL DISTRICT","Physical Address Line 1":"220 RT 28","Physical Address Line 2":"","Physical Address City":"INLET","Physical Address State":"NY ","Physical Address Zipcode":"13360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20512820512820512,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3615300","School District Name":"INDIAN RIVER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"32735-B COUNTY RT 29","Physical Address Line 2":"","Physical Address City":"PHILADELPHIA","Physical Address State":"NY ","Physical Address Zipcode":"13673","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15021459227467812,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3615270","School District Name":"INDIAN LAKE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"6345 NYS RT 30","Physical Address Line 2":"","Physical Address City":"INDIAN LAKE","Physical Address State":"NY ","Physical Address Zipcode":"12842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10810810810810811,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3615210","School District Name":"KINDERHOOK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2910 RT 9","Physical Address Line 2":"","Physical Address City":"VALATIE","Physical Address State":"NY ","Physical Address Zipcode":"12184","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09202453987730061,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3615180","School District Name":"HYDE PARK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"11 BOICE RD","Physical Address Line 2":"","Physical Address City":"HYDE PARK","Physical Address State":"NY ","Physical Address Zipcode":"12538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10347551342812006,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3615090","School District Name":"HUNTINGTON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"50 TOWER ST","Physical Address Line 2":"","Physical Address City":"HUNTINGTON STATION","Physical Address State":"NY ","Physical Address Zipcode":"11746","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07736207989854153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3615060","School District Name":"HUNTER-TANNERSVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"6094 MAIN ST","Physical Address Line 2":"","Physical Address City":"TANNERSVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12485","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1975,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3615030","School District Name":"GEORGE JUNIOR REPUBLIC UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"24 MCDONALD RD","Physical Address Line 2":"","Physical Address City":"FREEVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3614970","School District Name":"HUDSON FALLS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"80 E LABARGE ST","Physical Address Line 2":"","Physical Address City":"HUDSON FALLS","Physical Address State":"NY ","Physical Address Zipcode":"12839","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16379734382685687,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614940","School District Name":"HUDSON CITY SCHOOL DISTRICT","Physical Address Line 1":"215 HARRY HOWARD AVE","Physical Address Line 2":"","Physical Address City":"HUDSON","Physical Address State":"NY ","Physical Address Zipcode":"12534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2037914691943128,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3614880","School District Name":"SACKETS HARBOR CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"215 S BROAD ST","Physical Address Line 2":"","Physical Address City":"SACKETS HARBOR","Physical Address State":"NY ","Physical Address Zipcode":"13685","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10457516339869281,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614850","School District Name":"HORSEHEADS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"143 HIBBARD RD","Physical Address Line 2":"","Physical Address City":"HORSEHEADS","Physical Address State":"NY ","Physical Address Zipcode":"14845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08877928483353884,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614820","School District Name":"HORNELL CITY SCHOOL DISTRICT","Physical Address Line 1":"120 RAIDER RD","Physical Address Line 2":"","Physical Address City":"HORNELL","Physical Address State":"NY ","Physical Address Zipcode":"14843","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2360097323600973,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3614760","School District Name":"HOOSICK FALLS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"21187 NY RT 22","Physical Address Line 2":"","Physical Address City":"HOOSICK FALLS","Physical Address State":"NY ","Physical Address Zipcode":"12090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.165625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614730","School District Name":"HOOSIC VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2 PLEASANT AVE","Physical Address Line 2":"","Physical Address City":"SCHAGHTICOKE","Physical Address State":"NY ","Physical Address Zipcode":"12154","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07242339832869081,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614700","School District Name":"HONEOYE FALLS-LIMA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"20 CHURCH ST","Physical Address Line 2":"","Physical Address City":"HONEOYE FALLS","Physical Address State":"NY ","Physical Address Zipcode":"14472","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11013916500994035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614670","School District Name":"HONEOYE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"8528 MAIN ST","Physical Address Line 2":"","Physical Address City":"HONEOYE","Physical Address State":"NY ","Physical Address Zipcode":"14471","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07476635514018691,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3614640","School District Name":"HOMER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"80 S WEST ST","Physical Address Line 2":"","Physical Address City":"HOMER","Physical Address State":"NY ","Physical Address Zipcode":"13077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09188660801564028,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614610","School District Name":"HOLLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"3800 N MAIN ST","Physical Address Line 2":"","Physical Address City":"HOLLEY","Physical Address State":"NY ","Physical Address Zipcode":"14470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16829745596868884,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614580","School District Name":"HOLLAND PATENT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"9601 MAIN ST","Physical Address Line 2":"","Physical Address City":"HOLLAND PATENT","Physical Address State":"NY ","Physical Address Zipcode":"13354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10024906600249066,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3614550","School District Name":"HOLLAND CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"103 CANADA ST","Physical Address Line 2":"","Physical Address City":"HOLLAND","Physical Address State":"NY ","Physical Address Zipcode":"14080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08234126984126984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3614490","School District Name":"HINSDALE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"3701 MAIN ST","Physical Address Line 2":"","Physical Address City":"HINSDALE","Physical Address State":"NY ","Physical Address Zipcode":"14743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2017738359201774,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3614460","School District Name":"HILTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"225 WEST AVE","Physical Address Line 2":"","Physical Address City":"HILTON","Physical Address State":"NY ","Physical Address Zipcode":"14468","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07452851624630766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614430","School District Name":"HIGHLAND FALLS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"21 MORGAN RD","Physical Address Line 2":"","Physical Address City":"HIGHLAND FALLS","Physical Address State":"NY ","Physical Address Zipcode":"10928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0650210716435882,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614400","School District Name":"HIGHLAND CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"320 PANCAKE HOLLOW RD","Physical Address Line 2":"","Physical Address City":"HIGHLAND","Physical Address State":"NY ","Physical Address Zipcode":"12528","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09263392857142858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614340","School District Name":"HICKSVILLE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"200 DIVISION AVE-ADM","Physical Address Line 2":"","Physical Address City":"HICKSVILLE","Physical Address State":"NY ","Physical Address Zipcode":"11801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07233592095977417,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614310","School District Name":"HEUVELTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"87 WASHINGTON ST","Physical Address Line 2":"","Physical Address City":"HEUVELTON","Physical Address State":"NY ","Physical Address Zipcode":"13654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2026862026862027,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3614280","School District Name":"HERRICKS UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"999 HERRICKS RD","Physical Address Line 2":"","Physical Address City":"NEW HYDE PARK","Physical Address State":"NY ","Physical Address Zipcode":"11040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.034947578632051925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614250","School District Name":"HERMON-DEKALB CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"709 E DEKALB RD","Physical Address Line 2":"","Physical Address City":"DE KALB JUNCTION","Physical Address State":"NY ","Physical Address Zipcode":"13630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16122004357298475,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3614220","School District Name":"HERKIMER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"801 W GERMAN ST","Physical Address Line 2":"","Physical Address City":"HERKIMER","Physical Address State":"NY ","Physical Address Zipcode":"13350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18065068493150685,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614190","School District Name":"HENDRICK HUDSON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"61 TROLLEY RD","Physical Address Line 2":"","Physical Address City":"MONTROSE","Physical Address State":"NY ","Physical Address Zipcode":"10548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04834198961246504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614130","School District Name":"HEMPSTEAD UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"185 PENINSULA BLVD","Physical Address Line 2":"","Physical Address City":"HEMPSTEAD","Physical Address State":"NY ","Physical Address Zipcode":"11550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1795810751428153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3614070","School District Name":"HAWTHORNE-CEDAR KNOLLS UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"226 LINDA AVE","Physical Address Line 2":"","Physical Address City":"HAWTHORNE","Physical Address State":"NY ","Physical Address Zipcode":"10532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3614010","School District Name":"HAVERSTRAW-STONY POINT CSD (NORTH ROCKLAND)","Physical Address Line 1":"65 CHAPEL ST","Physical Address Line 2":"","Physical Address City":"GARNERVILLE","Physical Address State":"NY ","Physical Address Zipcode":"10923","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15616377883235846,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3613980","School District Name":"HAUPPAUGE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"495 HOFFMAN LN","Physical Address Line 2":"","Physical Address City":"HAUPPAUGE","Physical Address State":"NY ","Physical Address Zipcode":"11788","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030513176144244106,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3613950","School District Name":"HASTINGS-ON-HUDSON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"27 FARRAGUT AVE","Physical Address Line 2":"","Physical Address City":"HASTINGS ON HUDSON","Physical Address State":"NY ","Physical Address Zipcode":"10706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.021634615384615384,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3613830","School District Name":"HARTFORD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"4704 STATE RT 149","Physical Address Line 2":"","Physical Address City":"HARTFORD","Physical Address State":"NY ","Physical Address Zipcode":"12838","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17738359201773837,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3613770","School District Name":"HARRISVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"14371 PIRATE LN","Physical Address Line 2":"","Physical Address City":"HARRISVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1408839779005525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3613740","School District Name":"HARRISON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"50 UNION AVE","Physical Address Line 2":"","Physical Address City":"HARRISON","Physical Address State":"NY ","Physical Address Zipcode":"10528","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04416685255409324,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3613710","School District Name":"HARPURSVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"54 MAIN ST","Physical Address Line 2":"","Physical Address City":"HARPURSVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13787","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2016706443914081,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3613620","School District Name":"HARBORFIELDS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2 OLDFIELD RD","Physical Address Line 2":"","Physical Address City":"GREENLAWN","Physical Address State":"NY ","Physical Address Zipcode":"11740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02507645259938838,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3613590","School District Name":"HANNIBAL CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"928 CAYUGA ST","Physical Address Line 2":"","Physical Address City":"HANNIBAL","Physical Address State":"NY ","Physical Address Zipcode":"13074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2159827213822894,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3613560","School District Name":"HANCOCK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"67 EDUCATION LN","Physical Address Line 2":"","Physical Address City":"HANCOCK","Physical Address State":"NY ","Physical Address Zipcode":"13783","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14921465968586387,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3613530","School District Name":"HAMPTON BAYS UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"86 E ARGONNE RD","Physical Address Line 2":"","Physical Address City":"HAMPTON BAYS","Physical Address State":"NY ","Physical Address Zipcode":"11946","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08097165991902834,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3613470","School District Name":"HAMMONDSPORT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"8272 MAIN ST","Physical Address Line 2":"","Physical Address City":"HAMMONDSPORT","Physical Address State":"NY ","Physical Address Zipcode":"14840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18238993710691823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3613440","School District Name":"HAMMOND CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"51 S MAIN ST","Physical Address Line 2":"","Physical Address City":"HAMMOND","Physical Address State":"NY ","Physical Address Zipcode":"13646","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15753424657534246,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3613380","School District Name":"HAMILTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"47 W KENDRICK AVE","Physical Address Line 2":"","Physical Address City":"HAMILTON","Physical Address State":"NY ","Physical Address Zipcode":"13346","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10485436893203884,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3613350","School District Name":"HAMBURG CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5305 ABBOTT RD","Physical Address Line 2":"","Physical Address City":"HAMBURG","Physical Address State":"NY ","Physical Address Zipcode":"14075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0445507173420589,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3613290","School District Name":"HALF HOLLOW HILLS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"525 HALF HOLLOW RD","Physical Address Line 2":"","Physical Address City":"DIX HILLS","Physical Address State":"NY ","Physical Address Zipcode":"11746","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03751438434982739,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3613230","School District Name":"HALDANE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"15 CRAIGSIDE DR","Physical Address Line 2":"","Physical Address City":"COLD SPRING","Physical Address State":"NY ","Physical Address Zipcode":"10516","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07201086956521739,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3613110","School District Name":"HADLEY-LUZERNE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"27 HYLAND DR","Physical Address Line 2":"","Physical Address City":"LAKE LUZERNE","Physical Address State":"NY ","Physical Address Zipcode":"12846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14081145584725538,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3613080","School District Name":"GUILDERLAND CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"8 SCHOOL RD","Physical Address Line 2":"","Physical Address City":"GUILDERLAND CENTER","Physical Address State":"NY ","Physical Address Zipcode":"12085","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04526987811955891,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3613020","School District Name":"GROTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"400 PERU RD","Physical Address Line 2":"","Physical Address City":"GROTON","Physical Address State":"NY ","Physical Address Zipcode":"13073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14423076923076922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3612990","School District Name":"SPRINGVILLE-GRIFFITH INSTITUTE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"267 NEWMAN ST","Physical Address Line 2":"","Physical Address City":"SPRINGVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14141","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08646080760095012,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3612960","School District Name":"GREENWOOD LAKE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1247 LAKES RD","Physical Address Line 2":"","Physical Address City":"MONROE","Physical Address State":"NY ","Physical Address Zipcode":"10950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09523809523809523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3612900","School District Name":"GREENWICH CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"10 GRAY AVE","Physical Address Line 2":"","Physical Address City":"GREENWICH","Physical Address State":"NY ","Physical Address Zipcode":"12834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08854166666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3612870","School District Name":"GREENVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"4976 SR 81","Physical Address Line 2":"","Physical Address City":"GREENVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10717449069973428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3612840","School District Name":"GREENPORT UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"720 FRONT ST","Physical Address Line 2":"","Physical Address City":"GREENPORT","Physical Address State":"NY ","Physical Address Zipcode":"11944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12354312354312354,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3612750","School District Name":"GREENE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"40 S CANAL ST","Physical Address Line 2":"","Physical Address City":"GREENE","Physical Address State":"NY ","Physical Address Zipcode":"13778","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1071779744346116,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3612720","School District Name":"GREENBURGH CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"475 W HARTSDALE AVE-ADMIN BLDG","Physical Address Line 2":"","Physical Address City":"HARTSDALE","Physical Address State":"NY ","Physical Address Zipcode":"10530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07099143206854346,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3612660","School District Name":"GREEN ISLAND UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"171 HUDSON AVE","Physical Address Line 2":"","Physical Address City":"GREEN ISLAND","Physical Address State":"NY ","Physical Address Zipcode":"12183","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17763157894736842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3612630","School District Name":"GREECE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"750 MAIDEN LN","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14615","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1664181577203446,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3612510","School District Name":"GREAT NECK UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"345 LAKEVILLE RD","Physical Address Line 2":"","Physical Address City":"GREAT NECK","Physical Address State":"NY ","Physical Address Zipcode":"11020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.059113300492610835,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3612450","School District Name":"GRANVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"58 QUAKER ST","Physical Address Line 2":"","Physical Address City":"GRANVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16710642040457344,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3612400","School District Name":"GREENBURGH-GRAHAM UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1 S BROADWAY","Physical Address Line 2":"","Physical Address City":"HASTINGS ON HUDSON","Physical Address State":"NY ","Physical Address Zipcode":"10706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3612390","School District Name":"GOWANDA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"10674 PROSPECT ST","Physical Address Line 2":"","Physical Address City":"GOWANDA","Physical Address State":"NY ","Physical Address Zipcode":"14070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18053596614950634,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3612360","School District Name":"GOUVERNEUR CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"133 E BARNEY ST","Physical Address Line 2":"","Physical Address City":"GOUVERNEUR","Physical Address State":"NY ","Physical Address Zipcode":"13642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16945107398568018,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3612330","School District Name":"GOSHEN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"227 MAIN ST","Physical Address Line 2":"","Physical Address City":"GOSHEN","Physical Address State":"NY ","Physical Address Zipcode":"10924","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07647598654022637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3612300","School District Name":"GORHAM-MIDDLESEX CENTRAL SCHOOL DISTRICT (MARCUS WHITMAN)","Physical Address Line 1":"4100 BALDWIN RD","Physical Address Line 2":"","Physical Address City":"RUSHVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14544","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14159848961611077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3612270","School District Name":"GLOVERSVILLE CITY SCHOOL DISTRICT","Physical Address Line 1":"234 LINCOLN ST","Physical Address Line 2":"","Physical Address City":"GLOVERSVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2618878637331441,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3612240","School District Name":"GLENS FALLS CITY SCHOOL DISTRICT","Physical Address Line 1":"15 QUADE ST","Physical Address Line 2":"","Physical Address City":"GLENS FALLS","Physical Address State":"NY ","Physical Address Zipcode":"12801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.14609164420485174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3612180","School District Name":"GLEN COVE CITY SCHOOL DISTRICT","Physical Address Line 1":"150 DOSORIS LN","Physical Address Line 2":"","Physical Address City":"GLEN COVE","Physical Address State":"NY ","Physical Address Zipcode":"11542","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10170893054024256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3612120","School District Name":"GILBOA-CONESVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"132 WYCKOFF RD","Physical Address Line 2":"","Physical Address City":"GILBOA","Physical Address State":"NY ","Physical Address Zipcode":"12076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14195583596214512,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3612030","School District Name":"GERMANTOWN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"123 MAIN ST","Physical Address Line 2":"","Physical Address City":"GERMANTOWN","Physical Address State":"NY ","Physical Address Zipcode":"12526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611970","School District Name":"GENEVA CITY SCHOOL DISTRICT","Physical Address Line 1":"400 W NORTH ST","Physical Address Line 2":"","Physical Address City":"GENEVA","Physical Address State":"NY ","Physical Address Zipcode":"14456","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17256637168141592,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611940","School District Name":"GENESEO CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"4050 AVON RD","Physical Address Line 2":"","Physical Address City":"GENESEO","Physical Address State":"NY ","Physical Address Zipcode":"14454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13274336283185842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611910","School District Name":"GENERAL BROWN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"17643 CEMETERY RD","Physical Address Line 2":"","Physical Address City":"DEXTER","Physical Address State":"NY ","Physical Address Zipcode":"13634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18036211699164345,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611880","School District Name":"GATES-CHILI CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"3 SPARTAN WAY","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14516843971631205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611860","School District Name":"GARRISON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1100 RT 9D","Physical Address Line 2":"","Physical Address City":"GARRISON","Physical Address State":"NY ","Physical Address Zipcode":"10524","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.048484848484848485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611760","School District Name":"GARDEN CITY UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"56 CATHEDRAL AVE","Physical Address Line 2":"","Physical Address City":"GARDEN CITY","Physical Address State":"NY ","Physical Address Zipcode":"11530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.013065795613625758,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611740","School District Name":"GANANDA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1500 DAYSPRING RDG","Physical Address Line 2":"","Physical Address City":"WALWORTH","Physical Address State":"NY ","Physical Address Zipcode":"14568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04178272980501393,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611730","School District Name":"GALWAY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5317 SACANDAGA RD","Physical Address Line 2":"","Physical Address City":"GALWAY","Physical Address State":"NY ","Physical Address Zipcode":"12074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0660633484162896,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611700","School District Name":"FULTON CITY SCHOOL DISTRICT","Physical Address Line 1":"129 CURTIS ST","Physical Address Line 2":"","Physical Address City":"FULTON","Physical Address State":"NY ","Physical Address Zipcode":"13069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22540473225404734,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3611670","School District Name":"FRONTIER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"S 5120 ORCHARD AVE","Physical Address Line 2":"","Physical Address City":"HAMBURG","Physical Address State":"NY ","Physical Address Zipcode":"14075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07161555721765146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611640","School District Name":"FRIENDSHIP CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"46 W MAIN ST","Physical Address Line 2":"","Physical Address City":"FRIENDSHIP","Physical Address State":"NY ","Physical Address Zipcode":"14739","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25277777777777777,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3611610","School District Name":"FREWSBURG CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"26 INSTITUTE ST","Physical Address Line 2":"","Physical Address City":"FREWSBURG","Physical Address State":"NY ","Physical Address Zipcode":"14738","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12348993288590604,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3611550","School District Name":"FREEPORT UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"235 N OCEAN AVE","Physical Address Line 2":"","Physical Address City":"FREEPORT","Physical Address State":"NY ","Physical Address Zipcode":"11520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12437002113477483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611520","School District Name":"FREDONIA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"425 E MAIN ST","Physical Address Line 2":"","Physical Address City":"FREDONIA","Physical Address State":"NY ","Physical Address Zipcode":"14063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1097647897362794,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611490","School District Name":"FRANKLINVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"31 N MAIN ST","Physical Address Line 2":"","Physical Address City":"FRANKLINVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14737","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1910739191073919,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3611460","School District Name":"FRANKLIN SQUARE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"760 WASHINGTON ST","Physical Address Line 2":"","Physical Address City":"FRANKLIN SQUARE","Physical Address State":"NY ","Physical Address Zipcode":"11010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.044374009508716325,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611430","School District Name":"FRANKLIN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"26 INSTITUTE ST","Physical Address Line 2":"","Physical Address City":"FRANKLIN","Physical Address State":"NY ","Physical Address Zipcode":"13775","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16317991631799164,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3611400","School District Name":"FRANKFORT-SCHUYLER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"605 PALMER ST","Physical Address Line 2":"","Physical Address City":"FRANKFORT","Physical Address State":"NY ","Physical Address Zipcode":"13340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1351118760757315,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611370","School District Name":"FORT PLAIN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"25 HIGH ST","Physical Address Line 2":"","Physical Address City":"FORT PLAIN","Physical Address State":"NY ","Physical Address Zipcode":"13339","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2184873949579832,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3611310","School District Name":"FORT EDWARD UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"220 BROADWAY","Physical Address Line 2":"","Physical Address City":"FORT EDWARD","Physical Address State":"NY ","Physical Address Zipcode":"12828","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.170995670995671,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611280","School District Name":"FORT ANN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1 CATHERINE ST","Physical Address Line 2":"","Physical Address City":"FORT ANN","Physical Address State":"NY ","Physical Address Zipcode":"12827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11740041928721175,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3611250","School District Name":"FORESTVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"12 WATER ST","Physical Address Line 2":"","Physical Address City":"FORESTVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12650602409638553,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3611190","School District Name":"FONDA-FULTONVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"112 OLD JOHNSTOWN RD","Physical Address Line 2":"","Physical Address City":"FONDA","Physical Address State":"NY ","Physical Address Zipcode":"12068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0997229916897507,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611160","School District Name":"FLORAL PARK-BELLEROSE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1 POPPY PL","Physical Address Line 2":"","Physical Address City":"FLORAL PARK","Physical Address State":"NY ","Physical Address Zipcode":"11001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.032667876588021776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611100","School District Name":"FISHERS ISLAND UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"78 GREENWOOD RD #600","Physical Address Line 2":"","Physical Address City":"FISHERS ISLAND","Physical Address State":"NY ","Physical Address Zipcode":"06390","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03571428571428571,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3611070","School District Name":"FILLMORE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"104 W MAIN ST","Physical Address Line 2":"","Physical Address City":"FILLMORE","Physical Address State":"NY ","Physical Address Zipcode":"14735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21596858638743455,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3610980","School District Name":"FARMINGDALE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"50 VAN COTT AVE","Physical Address Line 2":"","Physical Address City":"FARMINGDALE","Physical Address State":"NY ","Physical Address Zipcode":"11735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04527986633249791,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3610950","School District Name":"FALLSBURG CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"115 BRICKMAN RD","Physical Address Line 2":"","Physical Address City":"FALLSBURG","Physical Address State":"NY ","Physical Address Zipcode":"12733","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3128140703517588,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3610920","School District Name":"FALCONER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2 EAST AVE N","Physical Address Line 2":"","Physical Address City":"FALCONER","Physical Address State":"NY ","Physical Address Zipcode":"14733","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14015151515151514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3610890","School District Name":"FAIRPORT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"38 W CHURCH ST","Physical Address Line 2":"","Physical Address City":"FAIRPORT","Physical Address State":"NY ","Physical Address Zipcode":"14450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0779768177028451,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3610860","School District Name":"FABIUS-POMPEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1211 MILL ST","Physical Address Line 2":"","Physical Address City":"FABIUS","Physical Address State":"NY ","Physical Address Zipcode":"13063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06569343065693431,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3610710","School District Name":"UNION-ENDICOTT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1100 E MAIN ST","Physical Address Line 2":"","Physical Address City":"ENDICOTT","Physical Address State":"NY ","Physical Address Zipcode":"13760","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.22993389990557128,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3610680","School District Name":"ELWOOD UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"100 KENNETH AVE","Physical Address Line 2":"","Physical Address City":"GREENLAWN","Physical Address State":"NY ","Physical Address Zipcode":"11740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03888419273034658,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3610650","School District Name":"ELMSFORD UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"98 S GOODWIN AVE","Physical Address Line 2":"","Physical Address City":"ELMSFORD","Physical Address State":"NY ","Physical Address Zipcode":"10523","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08362369337979095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3610620","School District Name":"ELMONT UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"135 ELMONT RD","Physical Address Line 2":"","Physical Address City":"ELMONT","Physical Address State":"NY ","Physical Address Zipcode":"11003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08729757085020243,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3610590","School District Name":"ELMIRA HEIGHTS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2083 COLLEGE AVE","Physical Address Line 2":"","Physical Address City":"ELMIRA HEIGHTS","Physical Address State":"NY ","Physical Address Zipcode":"14903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1606425702811245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3610560","School District Name":"ELMIRA CITY SCHOOL DISTRICT","Physical Address Line 1":"430 W WASHINGTON AVE","Physical Address Line 2":"","Physical Address City":"ELMIRA","Physical Address State":"NY ","Physical Address Zipcode":"14901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2533704572098476,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3610530","School District Name":"ELLICOTTVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5873 RT 219","Physical Address Line 2":"","Physical Address City":"ELLICOTTVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14731","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1693548387096774,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3610500","School District Name":"ELLENVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"28 MAPLE AVE","Physical Address Line 2":"","Physical Address City":"ELLENVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2201776649746193,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3610410","School District Name":"ELDRED CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"600 RT 55","Physical Address Line 2":"","Physical Address City":"ELDRED","Physical Address State":"NY ","Physical Address Zipcode":"12732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10382513661202186,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3610380","School District Name":"ELBA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"57 S MAIN ST","Physical Address Line 2":"","Physical Address City":"ELBA","Physical Address State":"NY ","Physical Address Zipcode":"14058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08126410835214447,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3610260","School District Name":"EDMESTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"11 NORTH ST","Physical Address Line 2":"","Physical Address City":"EDMESTON","Physical Address State":"NY ","Physical Address Zipcode":"13335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21963824289405684,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3610230","School District Name":"EDINBURG COMMON SCHOOL DISTRICT","Physical Address Line 1":"4 JOHNSON RD","Physical Address Line 2":"","Physical Address City":"EDINBURG","Physical Address State":"NY ","Physical Address Zipcode":"12134","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10416666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3610200","School District Name":"EDGEMONT UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"300 WHITE OAK LN","Physical Address Line 2":"","Physical Address City":"SCARSDALE","Physical Address State":"NY ","Physical Address Zipcode":"10583","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.024788391777509067,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3610170","School District Name":"EDEN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"8289 N MAIN ST","Physical Address Line 2":"","Physical Address City":"EDEN","Physical Address State":"NY ","Physical Address Zipcode":"14057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05914302957151479,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3610140","School District Name":"GREENBURGH ELEVEN UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"ON THE CAMPUS OF CHILDREN'S VILLAGE","Physical Address Line 2":"","Physical Address City":"DOBBS FERRY","Physical Address State":"NY ","Physical Address Zipcode":"10522","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3610080","School District Name":"EASTCHESTER UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"580 WHITE PLAINS RD","Physical Address Line 2":"","Physical Address City":"EASTCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"10709","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02458471760797342,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3610050","School District Name":"EAST WILLISTON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"11 BACON RD","Physical Address Line 2":"","Physical Address City":"OLD WESTBURY","Physical Address State":"NY ","Physical Address Zipcode":"11568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03271537622682661,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609990","School District Name":"EAST SYRACUSE MINOA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"407 FREMONT RD","Physical Address Line 2":"","Physical Address City":"EAST SYRACUSE","Physical Address State":"NY ","Physical Address Zipcode":"13057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12248161176846818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609960","School District Name":"EAST ROCKAWAY UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"443 OCEAN AVE","Physical Address Line 2":"","Physical Address City":"EAST ROCKAWAY","Physical Address State":"NY ","Physical Address Zipcode":"11518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04775687409551375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609930","School District Name":"EAST ROCHESTER UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"222 WOODBINE AVE","Physical Address Line 2":"","Physical Address City":"EAST ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14445","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15468227424749165,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609900","School District Name":"EAST QUOGUE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"6 CENTRAL AVE","Physical Address Line 2":"","Physical Address City":"EAST QUOGUE","Physical Address State":"NY ","Physical Address Zipcode":"11942","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04807692307692308,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609870","School District Name":"EAST MORICHES UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"9 ADELAIDE AVE","Physical Address Line 2":"","Physical Address City":"EAST MORICHES","Physical Address State":"NY ","Physical Address Zipcode":"11940","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03269447576099211,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609840","School District Name":"EAST MEADOW UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"718 THE PLAIN RD","Physical Address Line 2":"","Physical Address City":"WESTBURY","Physical Address State":"NY ","Physical Address Zipcode":"11590","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.042326633834686544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609720","School District Name":"EAST ISLIP UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1 C B GARIEPY AVE","Physical Address Line 2":"","Physical Address City":"ISLIP TERRACE","Physical Address State":"NY ","Physical Address Zipcode":"11752","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0329277022190408,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609690","School District Name":"EAST IRONDEQUOIT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"600 PARDEE RD","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19063751154912226,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609660","School District Name":"EAST HAMPTON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"4 LONG LN","Physical Address Line 2":"","Physical Address City":"EAST HAMPTON","Physical Address State":"NY ","Physical Address Zipcode":"11937","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0647887323943662,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609630","School District Name":"EAST GREENBUSH CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"29 ENGLEWOOD AVE","Physical Address Line 2":"","Physical Address City":"EAST GREENBUSH","Physical Address State":"NY ","Physical Address Zipcode":"12061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.051175656984785614,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609540","School District Name":"EAST AURORA UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"430 MAIN ST","Physical Address Line 2":"","Physical Address City":"EAST AURORA","Physical Address State":"NY ","Physical Address Zipcode":"14052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.038028169014084505,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609420","School District Name":"DUNKIRK CITY SCHOOL DISTRICT","Physical Address Line 1":"620 MARAUDER DR","Physical Address Line 2":"","Physical Address City":"DUNKIRK","Physical Address State":"NY ","Physical Address Zipcode":"14048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24986737400530504,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3609390","School District Name":"DUNDEE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"55 WATER ST","Physical Address Line 2":"","Physical Address City":"DUNDEE","Physical Address State":"NY ","Physical Address Zipcode":"14837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2426284751474305,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3609360","School District Name":"DUANESBURG CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"133 SCHOOL DR","Physical Address Line 2":"","Physical Address City":"DELANSON","Physical Address State":"NY ","Physical Address Zipcode":"12053","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0440324449594438,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3609330","School District Name":"DRYDEN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"118 FREEVILLE RD","Physical Address Line 2":"","Physical Address City":"DRYDEN","Physical Address State":"NY ","Physical Address Zipcode":"13053","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1290824261275272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609240","School District Name":"DOWNSVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"14784 STATE HWY 30","Physical Address Line 2":"","Physical Address City":"DOWNSVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13755","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1556420233463035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3609210","School District Name":"DOVER UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"2368 RT 22","Physical Address Line 2":"","Physical Address City":"DOVER PLAINS","Physical Address State":"NY ","Physical Address Zipcode":"12522","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13263157894736843,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609120","School District Name":"DOBBS FERRY UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"505 BROADWAY","Physical Address Line 2":"","Physical Address City":"DOBBS FERRY","Physical Address State":"NY ","Physical Address Zipcode":"10522","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03331314354936402,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609090","School District Name":"JAMESVILLE-DEWITT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"6845 EDINGER DR","Physical Address Line 2":"","Physical Address City":"DEWITT","Physical Address State":"NY ","Physical Address Zipcode":"13214","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10946643717728055,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3609060","School District Name":"DEPOSIT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"171 2ND ST","Physical Address Line 2":"","Physical Address City":"DEPOSIT","Physical Address State":"NY ","Physical Address Zipcode":"13754","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.225177304964539,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3609030","School District Name":"DEPEW UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"5201 S TRANSIT RD","Physical Address Line 2":"","Physical Address City":"DEPEW","Physical Address State":"NY ","Physical Address Zipcode":"14043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13371537726838587,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3608970","School District Name":"YORKSHIRE-PIONEER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"12125 COUNTY LINE RD","Physical Address Line 2":"","Physical Address City":"YORKSHIRE","Physical Address State":"NY ","Physical Address Zipcode":"14173","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1468997086974615,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3608910","School District Name":"DELAWARE ACADEMY CENTRAL SCHOOL DISTRICT AT DELHI","Physical Address Line 1":"2 SHELDON DR","Physical Address Line 2":"","Physical Address City":"DELHI","Physical Address State":"NY ","Physical Address Zipcode":"13753","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12667660208643816,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3608880","School District Name":"DEER PARK UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1881 DEER PARK AVE","Physical Address Line 2":"","Physical Address City":"DEER PARK","Physical Address State":"NY ","Physical Address Zipcode":"11729","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.060388401170524075,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3608850","School District Name":"DERUYTER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"711 RAILROAD ST","Physical Address Line 2":"","Physical Address City":"DERUYTER","Physical Address State":"NY ","Physical Address Zipcode":"13052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2121951219512195,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3608790","School District Name":"DANSVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"337 MAIN ST","Physical Address Line 2":"","Physical Address City":"DANSVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15195071868583163,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3608610","School District Name":"CROWN POINT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2758 MAIN ST","Physical Address Line 2":"","Physical Address City":"CROWN POINT","Physical Address State":"NY ","Physical Address Zipcode":"12928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15668202764976957,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3608580","School District Name":"CROTON-HARMON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"10 GERSTEIN ST","Physical Address Line 2":"","Physical Address City":"CROTON ON HUDSON","Physical Address State":"NY ","Physical Address Zipcode":"10520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.023877202956225127,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3608490","School District Name":"COXSACKIE-ATHENS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"24 SUNSET BLVD","Physical Address Line 2":"","Physical Address City":"COXSACKIE","Physical Address State":"NY ","Physical Address Zipcode":"12051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10814814814814815,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3608470","School District Name":"MOUNT PLEASANT-COTTAGE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"1075 BROADWAY","Physical Address Line 2":"","Physical Address City":"PLEASANTVILLE","Physical Address State":"NY ","Physical Address Zipcode":"10570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3608460","School District Name":"CORTLAND CITY SCHOOL DISTRICT","Physical Address Line 1":"1 VALLEY VIEW DR","Physical Address Line 2":"","Physical Address City":"CORTLAND","Physical Address State":"NY ","Physical Address Zipcode":"13045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16799393249905195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3608430","School District Name":"CORNWALL CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"24 IDLEWILD AVE","Physical Address Line 2":"","Physical Address City":"CORNWALL ON HUDSON","Physical Address State":"NY ","Physical Address Zipcode":"12520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05464949928469242,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3608400","School District Name":"CORNING CITY SCHOOL DISTRICT","Physical Address Line 1":"165 CHARLES ST","Physical Address Line 2":"","Physical Address City":"PAINTED POST","Physical Address State":"NY ","Physical Address Zipcode":"14870","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12293794186959937,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3608370","School District Name":"CORINTH CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"105 OAK ST","Physical Address Line 2":"","Physical Address City":"CORINTH","Physical Address State":"NY ","Physical Address Zipcode":"12822","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10579345088161209,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3608340","School District Name":"PEMBROKE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"8750 ALLEGHANY RD","Physical Address Line 2":"","Physical Address City":"CORFU","Physical Address State":"NY ","Physical Address Zipcode":"14036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10267379679144385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3608310","School District Name":"COPIAGUE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"2650 GREAT NECK RD","Physical Address Line 2":"","Physical Address City":"COPIAGUE","Physical Address State":"NY ","Physical Address Zipcode":"11726","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10595405532114392,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3608280","School District Name":"COPENHAGEN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"3020 MECHANIC ST","Physical Address Line 2":"","Physical Address City":"COPENHAGEN","Physical Address State":"NY ","Physical Address Zipcode":"13626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14855875831485588,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3608250","School District Name":"COOPERSTOWN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"39 LINDEN AVE","Physical Address Line 2":"","Physical Address City":"COOPERSTOWN","Physical Address State":"NY ","Physical Address Zipcode":"13326","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11604938271604938,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3608160","School District Name":"CONNETQUOT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"780 OCEAN AVE","Physical Address Line 2":"","Physical Address City":"BOHEMIA","Physical Address State":"NY ","Physical Address Zipcode":"11716","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03583735354927636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3608130","School District Name":"COMMACK UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"480 CLAY PITTS RD","Physical Address Line 2":"","Physical Address City":"EAST NORTHPORT","Physical Address State":"NY ","Physical Address Zipcode":"11731","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02389233328292757,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3608100","School District Name":"COLTON-PIERREPONT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"4921 STATE HWY 56","Physical Address Line 2":"","Physical Address City":"COLTON","Physical Address State":"NY ","Physical Address Zipcode":"13625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11146496815286625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3608010","School District Name":"COLD SPRING HARBOR CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"75 GOOSE HILL RD","Physical Address Line 2":"","Physical Address City":"COLD SPRING HARBOR","Physical Address State":"NY ","Physical Address Zipcode":"11724","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.022584033613445378,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3607980","School District Name":"COHOES CITY SCHOOL DISTRICT","Physical Address Line 1":"21 PAGE AVE","Physical Address Line 2":"","Physical Address City":"COHOES","Physical Address State":"NY ","Physical Address Zipcode":"12047","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1779233870967742,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3607890","School District Name":"CLYMER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"8672 E MAIN ST","Physical Address Line 2":"","Physical Address City":"CLYMER","Physical Address State":"NY ","Physical Address Zipcode":"14724","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1457286432160804,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3607860","School District Name":"CLYDE-SAVANNAH CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"215 GLASGOW ST","Physical Address Line 2":"","Physical Address City":"CLYDE","Physical Address State":"NY ","Physical Address Zipcode":"14433","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15985997666277713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3607770","School District Name":"CLINTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"75 CHENANGO AVE","Physical Address Line 2":"","Physical Address City":"CLINTON","Physical Address State":"NY ","Physical Address Zipcode":"13323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07163120567375887,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3607710","School District Name":"CLIFTON-FINE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"11 HALL AVE","Physical Address Line 2":"","Physical Address City":"STAR LAKE","Physical Address State":"NY ","Physical Address Zipcode":"13690","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3607680","School District Name":"CLEVELAND HILL UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"105 MAPLEVIEW RD","Physical Address Line 2":"","Physical Address City":"CHEEKTOWAGA","Physical Address State":"NY ","Physical Address Zipcode":"14225","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15527156549520768,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3607650","School District Name":"THOUSAND ISLANDS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"8483 COUNTY RT 9","Physical Address Line 2":"","Physical Address City":"CLAYTON","Physical Address State":"NY ","Physical Address Zipcode":"13624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14742967992240544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3607590","School District Name":"CLARENCE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"9625 MAIN ST","Physical Address Line 2":"","Physical Address City":"CLARENCE","Physical Address State":"NY ","Physical Address Zipcode":"14031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.061076009955964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3607560","School District Name":"CINCINNATUS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2809 CINCINNATUS RD","Physical Address Line 2":"","Physical Address City":"CINCINNATUS","Physical Address State":"NY ","Physical Address Zipcode":"13040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16747967479674797,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3607530","School District Name":"CHURCHVILLE-CHILI CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"139 FAIRBANKS RD","Physical Address Line 2":"","Physical Address City":"CHURCHVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0971927341354093,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3607470","School District Name":"CHITTENANGO CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1732 FYLER RD","Physical Address Line 2":"","Physical Address City":"CHITTENANGO","Physical Address State":"NY ","Physical Address Zipcode":"13037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08417849898580122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3607440","School District Name":"RANDOLPH ACADEMY UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"336 MAIN ST-ER","Physical Address Line 2":"","Physical Address City":"RANDOLPH","Physical Address State":"NY ","Physical Address Zipcode":"14772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3607380","School District Name":"CHESTER UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"64 HAMBLETONIAN AVE","Physical Address Line 2":"","Physical Address City":"CHESTER","Physical Address State":"NY ","Physical Address Zipcode":"10918","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07588075880758807,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3607320","School District Name":"WESTHILL CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"400 WALBERTA RD","Physical Address Line 2":"","Physical Address City":"SYRACUSE","Physical Address State":"NY ","Physical Address Zipcode":"13219","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07780195865070728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3607290","School District Name":"CHENANGO VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"221 CHENANGO BRIDGE RD","Physical Address Line 2":"","Physical Address City":"BINGHAMTON","Physical Address State":"NY ","Physical Address Zipcode":"13901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.14301994301994303,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3607260","School District Name":"CHENANGO FORKS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1 GORDON DR","Physical Address Line 2":"","Physical Address City":"BINGHAMTON","Physical Address State":"NY ","Physical Address Zipcode":"13901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.14009038089089734,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3607230","School District Name":"CHEEKTOWAGA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"3600 UNION RD","Physical Address Line 2":"","Physical Address City":"CHEEKTOWAGA","Physical Address State":"NY ","Physical Address Zipcode":"14225","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1791044776119403,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3607170","School District Name":"CHAZY UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"609 MINER FARM RD","Physical Address Line 2":"","Physical Address City":"CHAZY","Physical Address State":"NY ","Physical Address Zipcode":"12921","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3607110","School District Name":"CHATHAM CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"50 WOODBRIDGE AVE","Physical Address Line 2":"","Physical Address City":"CHATHAM","Physical Address State":"NY ","Physical Address Zipcode":"12037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1049436253252385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3607080","School District Name":"CHATEAUGAY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"42 RIVER ST","Physical Address Line 2":"","Physical Address City":"CHATEAUGAY","Physical Address State":"NY ","Physical Address Zipcode":"12920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14738805970149255,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3607050","School District Name":"CHARLOTTE VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"15611 STATE HWY 23","Physical Address Line 2":"","Physical Address City":"DAVENPORT","Physical Address State":"NY ","Physical Address Zipcode":"13750","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19109947643979058,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3607020","School District Name":"GRAND ISLAND CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1100 RANSOM RD","Physical Address Line 2":"","Physical Address City":"GRAND ISLAND","Physical Address State":"NY ","Physical Address Zipcode":"14072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05401372724559833,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606990","School District Name":"CHAPPAQUA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"66 ROARING BROOK RD","Physical Address Line 2":"","Physical Address City":"CHAPPAQUA","Physical Address State":"NY ","Physical Address Zipcode":"10514","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.018442622950819672,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606900","School District Name":"CENTRAL SQUARE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"44 SCHOOL DR","Physical Address Line 2":"","Physical Address City":"CENTRAL SQUARE","Physical Address State":"NY ","Physical Address Zipcode":"13036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14377948845294264,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606870","School District Name":"CENTRAL ISLIP UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"50 WHEELER RD","Physical Address Line 2":"","Physical Address City":"CENTRAL ISLIP","Physical Address State":"NY ","Physical Address Zipcode":"11722","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11167423977630199,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606840","School District Name":"CENTER MORICHES UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"529 MAIN ST","Physical Address Line 2":"","Physical Address City":"CENTER MORICHES","Physical Address State":"NY ","Physical Address Zipcode":"11934","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04289318755256518,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606780","School District Name":"CAZENOVIA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"31 EMORY AVE","Physical Address Line 2":"","Physical Address City":"CAZENOVIA","Physical Address State":"NY ","Physical Address Zipcode":"13035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0592401802962009,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606750","School District Name":"Cattaraugus-Little Valley Central School District","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.17204301075268819,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606720","School District Name":"CATSKILL CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"343 W MAIN ST","Physical Address Line 2":"","Physical Address City":"CATSKILL","Physical Address State":"NY ","Physical Address Zipcode":"12414","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15687629578438148,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606690","School District Name":"CATO-MERIDIAN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2851 STATE RTE 370","Physical Address Line 2":"","Physical Address City":"CATO","Physical Address State":"NY ","Physical Address Zipcode":"13033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10619469026548672,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3606660","School District Name":"CASSADAGA VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5935 RT 60","Physical Address Line 2":"","Physical Address City":"SINCLAIRVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14782","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3606630","School District Name":"CARTHAGE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"25059 WOOLWORTH ST","Physical Address Line 2":"","Physical Address City":"CARTHAGE","Physical Address State":"NY ","Physical Address Zipcode":"13619","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13080037371535347,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606570","School District Name":"CARMEL CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"81 SOUTH ST","Physical Address Line 2":"","Physical Address City":"PATTERSON","Physical Address State":"NY ","Physical Address Zipcode":"12563","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.057149746804919216,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606540","School District Name":"CARLE PLACE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"168 CHERRY LN","Physical Address Line 2":"","Physical Address City":"CARLE PLACE","Physical Address State":"NY ","Physical Address Zipcode":"11514","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05393586005830904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606500","School District Name":"SPACKENKILL UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"15 CROFT RD","Physical Address Line 2":"","Physical Address City":"POUGHKEEPSIE","Physical Address State":"NY ","Physical Address Zipcode":"12603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04758308157099698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606470","School District Name":"CANTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"99 STATE ST","Physical Address Line 2":"","Physical Address City":"CANTON","Physical Address State":"NY ","Physical Address Zipcode":"13617","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606420","School District Name":"CANDOR CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1 ACADEMY ST","Physical Address Line 2":"","Physical Address City":"CANDOR","Physical Address State":"NY ","Physical Address Zipcode":"13743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1125158027812895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3606390","School District Name":"CANASTOTA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"120 ROBERTS ST","Physical Address Line 2":"","Physical Address City":"CANASTOTA","Physical Address State":"NY ","Physical Address Zipcode":"13032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14033850493653033,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606360","School District Name":"CANASERAGA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"4-8 MAIN ST","Physical Address Line 2":"","Physical Address City":"CANASERAGA","Physical Address State":"NY ","Physical Address Zipcode":"14822","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17391304347826086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3606330","School District Name":"CANANDAIGUA CITY SCHOOL DISTRICT","Physical Address Line 1":"143 N PEARL ST","Physical Address Line 2":"","Physical Address City":"CANANDAIGUA","Physical Address State":"NY ","Physical Address Zipcode":"14424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0888175494917068,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606300","School District Name":"CANAJOHARIE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"136 SCHOLASTIC WAY","Physical Address Line 2":"","Physical Address City":"CANAJOHARIE","Physical Address State":"NY ","Physical Address Zipcode":"13317","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16868592730661697,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606240","School District Name":"CAMDEN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"51 THIRD ST","Physical Address Line 2":"","Physical Address City":"CAMDEN","Physical Address State":"NY ","Physical Address Zipcode":"13316","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13724643936124298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3606210","School District Name":"CAMBRIDGE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"58 S PARK ST","Physical Address Line 2":"","Physical Address City":"CAMBRIDGE","Physical Address State":"NY ","Physical Address Zipcode":"12816","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1262683201803833,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3606180","School District Name":"CALEDONIA-MUMFORD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"99 NORTH ST","Physical Address Line 2":"","Physical Address City":"CALEDONIA","Physical Address State":"NY ","Physical Address Zipcode":"14423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08264462809917356,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3606160","School District Name":"CAIRO-DURHAM CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"424 MAIN ST","Physical Address Line 2":"","Physical Address City":"CAIRO","Physical Address State":"NY ","Physical Address Zipcode":"12413","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16172506738544473,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3606090","School District Name":"BYRON-BERGEN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"6917 W BERGEN RD","Physical Address Line 2":"","Physical Address City":"BERGEN","Physical Address State":"NY ","Physical Address Zipcode":"14416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08565928777670838,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3606060","School District Name":"BYRAM HILLS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"10 TRIPP LN","Physical Address Line 2":"","Physical Address City":"ARMONK","Physical Address State":"NY ","Physical Address Zipcode":"10504","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03166915052160954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3605940","School District Name":"BURNT HILLS-BALLSTON LAKE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"88 LAKEHILL RD","Physical Address Line 2":"","Physical Address City":"BURNT HILLS","Physical Address State":"NY ","Physical Address Zipcode":"12027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03180854286579824,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3605850","School District Name":"BUFFALO CITY SCHOOL DISTRICT","Physical Address Line 1":"712 CITY HALL","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14202","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.32760788653053013,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3605820","School District Name":"BRUSHTON-MOIRA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"758 COUNTY RT 7","Physical Address Line 2":"","Physical Address City":"BRUSHTON","Physical Address State":"NY ","Physical Address Zipcode":"12916","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2651331719128329,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3605670","School District Name":"BROOKFIELD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1910 FAIRGROUND RD","Physical Address Line 2":"","Physical Address City":"BROOKFIELD","Physical Address State":"NY ","Physical Address Zipcode":"13314","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1504424778761062,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3605640","School District Name":"BRONXVILLE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"177 PONDFIELD RD","Physical Address Line 2":"","Physical Address City":"BRONXVILLE","Physical Address State":"NY ","Physical Address Zipcode":"10708","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0422237860661506,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3605610","School District Name":"BROCTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"138 W MAIN ST","Physical Address Line 2":"","Physical Address City":"BROCTON","Physical Address State":"NY ","Physical Address Zipcode":"14716","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1889763779527559,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3605580","School District Name":"BROCKPORT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"40 ALLEN ST","Physical Address Line 2":"","Physical Address City":"BROCKPORT","Physical Address State":"NY ","Physical Address Zipcode":"14420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12911725955204217,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3605520","School District Name":"BRUNSWICK CENTRAL SCHOOL DISTRICT (BRITTONKILL)","Physical Address Line 1":"3992 NY RT 2","Physical Address Line 2":"","Physical Address City":"TROY","Physical Address State":"NY ","Physical Address Zipcode":"12180","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08245755860953921,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3605460","School District Name":"BRIGHTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2035 MONROE AVE","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14618","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06797752808988763,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3605370","School District Name":"BRIDGEHAMPTON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"2685 MONTAUK HWY","Physical Address Line 2":"","Physical Address City":"BRIDGEHAMPTON","Physical Address State":"NY ","Physical Address Zipcode":"11932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06206896551724138,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3605340","School District Name":"BRIARCLIFF MANOR UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"45 INGHAM RD","Physical Address Line 2":"","Physical Address City":"BRIARCLIFF MANOR","Physical Address State":"NY ","Physical Address Zipcode":"10510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.012297734627831715,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3605310","School District Name":"BREWSTER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"30 FARM-TO-MARKET RD","Physical Address Line 2":"","Physical Address City":"BREWSTER","Physical Address State":"NY ","Physical Address Zipcode":"10509","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0806093303713107,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3605280","School District Name":"BRENTWOOD UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"52 3RD AVE","Physical Address Line 2":"","Physical Address City":"BRENTWOOD","Physical Address State":"NY ","Physical Address Zipcode":"11717","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10369676443035238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3605220","School District Name":"BRADFORD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2820 RT 226","Physical Address Line 2":"","Physical Address City":"BRADFORD","Physical Address State":"NY ","Physical Address Zipcode":"14815","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20350877192982456,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3605040","School District Name":"ADIRONDACK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"110 FORD ST","Physical Address Line 2":"","Physical Address City":"BOONVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13309","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1480927449513837,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3605010","School District Name":"BOLTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"26 HORICON AVE","Physical Address Line 2":"","Physical Address City":"BOLTON LANDING","Physical Address State":"NY ","Physical Address Zipcode":"12814","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08108108108108109,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3604920","School District Name":"EAST BLOOMFIELD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"45 MAPLE AVE-STE A","Physical Address Line 2":"","Physical Address City":"BLOOMFIELD","Physical Address State":"NY ","Physical Address Zipcode":"14469","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09266802443991853,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3604870","School District Name":"BINGHAMTON CITY SCHOOL DISTRICT","Physical Address Line 1":"164 HAWLEY ST","Physical Address Line 2":"","Physical Address City":"BINGHAMTON","Physical Address State":"NY ","Physical Address Zipcode":"13901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.39525283797729616,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3604800","School District Name":"Binghamton Common School District","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.07894736842105263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3604758","School District Name":"KIRYAS JOEL VILLAGE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"48 BAKERTOWN RD-STE 401","Physical Address Line 2":"","Physical Address City":"MONROE","Physical Address State":"NY ","Physical Address Zipcode":"10950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.47069175578719374,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3604757","School District Name":"GILBERTSVILLE-MOUNT UPTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"693 STATE HWY 51","Physical Address Line 2":"","Physical Address City":"GILBERTSVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13776","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1675531914893617,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3604740","School District Name":"BETHPAGE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"10 CHERRY AVE","Physical Address Line 2":"","Physical Address City":"BETHPAGE","Physical Address State":"NY ","Physical Address Zipcode":"11714","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0353687020353687,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3604710","School District Name":"BETHLEHEM CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"700 DELAWARE AVE","Physical Address Line 2":"","Physical Address City":"DELMAR","Physical Address State":"NY ","Physical Address Zipcode":"12054","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03461918892185954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3604650","School District Name":"BERNE-KNOX-WESTERLO CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1738 HELDERBERG TRAIL","Physical Address Line 2":"","Physical Address City":"BERNE","Physical Address State":"NY ","Physical Address Zipcode":"12023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06592292089249494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3604620","School District Name":"BERLIN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"17400 NY 22","Physical Address Line 2":"","Physical Address City":"CHERRY PLAIN","Physical Address State":"NY ","Physical Address Zipcode":"12040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09947643979057591,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3604590","School District Name":"BERKSHIRE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"13640 RT 22","Physical Address Line 2":"","Physical Address City":"CANAAN","Physical Address State":"NY ","Physical Address Zipcode":"12029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3604530","School District Name":"BEMUS POINT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"3980 DUTCH HOLLOW RD","Physical Address Line 2":"","Physical Address City":"BEMUS POINT","Physical Address State":"NY ","Physical Address Zipcode":"14712","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08146067415730338,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3604410","School District Name":"BELLMORE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"580 WINTHROP AVE","Physical Address Line 2":"","Physical Address City":"BELLMORE","Physical Address State":"NY ","Physical Address Zipcode":"11710","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.028142589118198873,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3604370","School District Name":"BELLEVILLE-HENDERSON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"8372 COUNTY RT 75","Physical Address Line 2":"","Physical Address City":"ADAMS","Physical Address State":"NY ","Physical Address Zipcode":"13605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19207920792079208,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3604350","School District Name":"BELFAST CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1 KING ST","Physical Address Line 2":"","Physical Address City":"BELFAST","Physical Address State":"NY ","Physical Address Zipcode":"14711","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22701149425287356,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3604290","School District Name":"BEEKMANTOWN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"37 EAGLE WAY","Physical Address Line 2":"","Physical Address City":"WEST CHAZY","Physical Address State":"NY ","Physical Address Zipcode":"12992","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13064259160913436,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3604200","School District Name":"BEAVER RIVER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"9508 ARTZ RD","Physical Address Line 2":"","Physical Address City":"BEAVER FALLS","Physical Address State":"NY ","Physical Address Zipcode":"13305","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15492957746478872,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3604140","School District Name":"BEACON CITY SCHOOL DISTRICT","Physical Address Line 1":"10 EDUCATION DR","Physical Address Line 2":"","Physical Address City":"BEACON","Physical Address State":"NY ","Physical Address Zipcode":"12508","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08152173913043478,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3604110","School District Name":"BAYPORT-BLUE POINT UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"189 ACADEMY ST","Physical Address Line 2":"","Physical Address City":"BAYPORT","Physical Address State":"NY ","Physical Address Zipcode":"11705","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03250222617987533,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3604080","School District Name":"BAY SHORE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"75 W PERKAL ST","Physical Address Line 2":"","Physical Address City":"BAY SHORE","Physical Address State":"NY ","Physical Address Zipcode":"11706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0807140085370586,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3604050","School District Name":"BATH CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"25 ELLAS AVE","Physical Address Line 2":"","Physical Address City":"BATH","Physical Address State":"NY ","Physical Address Zipcode":"14810","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19785378940308518,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3603990","School District Name":"BATAVIA CITY SCHOOL DISTRICT","Physical Address Line 1":"260 STATE ST","Physical Address Line 2":"","Physical Address City":"BATAVIA","Physical Address State":"NY ","Physical Address Zipcode":"14020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3603960","School District Name":"BARKER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1628 QUAKER RD","Physical Address Line 2":"","Physical Address City":"BARKER","Physical Address State":"NY ","Physical Address Zipcode":"14012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13974799541809851,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3603930","School District Name":"BALLSTON SPA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"70 MALTA AVE","Physical Address Line 2":"","Physical Address City":"BALLSTON SPA","Physical Address State":"NY ","Physical Address Zipcode":"12020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0712748146376465,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3603870","School District Name":"BALDWINSVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"29 E ONEIDA ST","Physical Address Line 2":"","Physical Address City":"BALDWINSVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08253358925143954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3603840","School District Name":"BALDWIN UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"960 HASTINGS ST","Physical Address Line 2":"","Physical Address City":"BALDWIN","Physical Address State":"NY ","Physical Address Zipcode":"11510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06264542688383748,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3603810","School District Name":"BAINBRIDGE-GUILFORD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"18 JULIAND ST","Physical Address Line 2":"","Physical Address City":"BAINBRIDGE","Physical Address State":"NY ","Physical Address Zipcode":"13733","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12602739726027398,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3603720","School District Name":"BABYLON UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"50 RAILROAD AVE","Physical Address Line 2":"","Physical Address City":"BABYLON","Physical Address State":"NY ","Physical Address Zipcode":"11702","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03128834355828221,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3603660","School District Name":"AVON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"191 CLINTON ST","Physical Address Line 2":"","Physical Address City":"AVON","Physical Address State":"NY ","Physical Address Zipcode":"14414","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0689289501590668,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3603630","School District Name":"AVOCA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"17 OLIVER ST #29","Physical Address Line 2":"","Physical Address City":"AVOCA","Physical Address State":"NY ","Physical Address Zipcode":"14809","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16376306620209058,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3603480","School District Name":"AUBURN CITY SCHOOL DISTRICT","Physical Address Line 1":"78 THORNTON AVE","Physical Address Line 2":"","Physical Address City":"AUBURN","Physical Address State":"NY ","Physical Address Zipcode":"13021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18475421515079554,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3603420","School District Name":"ATTICA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"3338 E MAIN ST","Physical Address Line 2":"","Physical Address City":"ATTICA","Physical Address State":"NY ","Physical Address Zipcode":"14011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09901685393258428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3603270","School District Name":"ARLINGTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"144 TODD HILL RD","Physical Address Line 2":"","Physical Address City":"LAGRANGEVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.059081974794773964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3603240","School District Name":"ARKPORT CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"35 EAST AVE","Physical Address Line 2":"","Physical Address City":"ARKPORT","Physical Address State":"NY ","Physical Address Zipcode":"14807","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13859275053304904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3603210","School District Name":"ARGYLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"5023 STATE RT 40","Physical Address Line 2":"","Physical Address City":"ARGYLE","Physical Address State":"NY ","Physical Address Zipcode":"12809","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13577981651376148,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3603180","School District Name":"ARDSLEY UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"500 FARM RD","Physical Address Line 2":"","Physical Address City":"ARDSLEY","Physical Address State":"NY ","Physical Address Zipcode":"10502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02085561497326203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3603060","School District Name":"SCHENEVUS CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"159 MAIN ST","Physical Address Line 2":"","Physical Address City":"SCHENEVUS","Physical Address State":"NY ","Physical Address Zipcode":"12155","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08970099667774087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3603030","School District Name":"ANDOVER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"31-35 ELM ST","Physical Address Line 2":"","Physical Address City":"ANDOVER","Physical Address State":"NY ","Physical Address Zipcode":"14806","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16076294277929154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3603000","School District Name":"ANDES CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"85 DELAWARE AVE","Physical Address Line 2":"","Physical Address City":"ANDES","Physical Address State":"NY ","Physical Address Zipcode":"13731","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1827956989247312,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3602970","School District Name":"AMSTERDAM CITY SCHOOL DISTRICT","Physical Address Line 1":"140 SARATOGA AVE","Physical Address Line 2":"","Physical Address City":"AMSTERDAM","Physical Address State":"NY ","Physical Address Zipcode":"12010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2220532319391635,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3602940","School District Name":"AMITYVILLE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"150 PARK AVE","Physical Address Line 2":"","Physical Address City":"AMITYVILLE","Physical Address State":"NY ","Physical Address Zipcode":"11701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10280103956107421,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3602920","School District Name":"AMHERST CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"55 KINGS HWY","Physical Address Line 2":"","Physical Address City":"AMHERST","Physical Address State":"NY ","Physical Address Zipcode":"14226","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09760425909494233,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3602880","School District Name":"AMAGANSETT UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"320 MAIN ST","Physical Address Line 2":"","Physical Address City":"AMAGANSETT","Physical Address State":"NY ","Physical Address Zipcode":"11930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0718954248366013,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3602820","School District Name":"ALTMAR-PARISH-WILLIAMSTOWN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"639 COUNTY RT 22","Physical Address Line 2":"","Physical Address City":"PARISH","Physical Address State":"NY ","Physical Address Zipcode":"13131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1853699085619285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3602730","School District Name":"WINDSOR CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1191 NY RT 79","Physical Address Line 2":"","Physical Address City":"WINDSOR","Physical Address State":"NY ","Physical Address Zipcode":"13865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17045454545454544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3602700","School District Name":"ALFRED-ALMOND CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"6795 RT 21","Physical Address Line 2":"","Physical Address City":"ALMOND","Physical Address State":"NY ","Physical Address Zipcode":"14804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15789473684210525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3602670","School District Name":"ALEXANDRIA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"34 BOLTON AVE","Physical Address Line 2":"","Physical Address City":"ALEXANDRIA BAY","Physical Address State":"NY ","Physical Address Zipcode":"13607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0967741935483871,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3602580","School District Name":"ALEXANDER CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"3314 BUFFALO ST","Physical Address Line 2":"","Physical Address City":"ALEXANDER","Physical Address State":"NY ","Physical Address Zipcode":"14005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0856453558504222,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3602550","School District Name":"ALDEN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"13190 PARK ST","Physical Address Line 2":"","Physical Address City":"ALDEN","Physical Address State":"NY ","Physical Address Zipcode":"14004","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05626034197462769,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3602520","School District Name":"ALBION CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"324 EAST AVE","Physical Address Line 2":"","Physical Address City":"ALBION","Physical Address State":"NY ","Physical Address Zipcode":"14411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2054718034617532,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3602460","School District Name":"ALBANY CITY SCHOOL DISTRICT","Physical Address Line 1":"ACADEMY PARK","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"NY ","Physical Address Zipcode":"12207","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2318654040636205,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3602430","School District Name":"AKRON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"47 BLOOMINGDALE AVE","Physical Address Line 2":"","Physical Address City":"AKRON","Physical Address State":"NY ","Physical Address Zipcode":"14001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09539693128752502,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3602400","School District Name":"AFTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"29 ACADEMY ST","Physical Address Line 2":"","Physical Address City":"AFTON","Physical Address State":"NY ","Physical Address Zipcode":"13730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15689655172413794,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3602370","School District Name":"ADDISON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"7 CLEVELAND DR-STE 101","Physical Address Line 2":"","Physical Address City":"ADDISON","Physical Address State":"NY ","Physical Address Zipcode":"14801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21363258520365752,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3602340","School District Name":"SOUTH JEFFERSON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"13180 US RT 11","Physical Address Line 2":"","Physical Address City":"ADAMS CENTER","Physical Address State":"NY ","Physical Address Zipcode":"13606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11293859649122807,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3602310","School District Name":"GLENS FALLS COMMON SCHOOL DISTRICT","Physical Address Line 1":"120 LAWRENCE ST","Physical Address Line 2":"","Physical Address City":"GLENS FALLS","Physical Address State":"NY ","Physical Address Zipcode":"12801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21262458471760798,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3602300","School District Name":"ABBOTT UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"100 N BROADWAY","Physical Address Line 2":"","Physical Address City":"IRVINGTON","Physical Address State":"NY ","Physical Address Zipcode":"10533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601225","School District Name":"RENAISSANCE CHARTER SCHOOL 2 (THE)","Physical Address Line 1":"60-02 MASPETH AVE","Physical Address Line 2":"","Physical Address City":"MASPETH","Physical Address State":"NY ","Physical Address Zipcode":"11378","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601224","School District Name":"LAMAD ACADEMY CHARTER SCHOOL","Physical Address Line 1":"1060 CLARKSON AVE-4TH FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601223","School District Name":"CAPITAL PREPARATORY BRONX CHARTER SCHOOL","Physical Address Line 1":"755 CO OP CITY BLVD","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10475","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601222","School District Name":"BRILLA PAX CHARTER SCHOOL","Physical Address Line 1":"2336 ANDREWS AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10468","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601221","School District Name":"BRILLA CARITAS CHARTER SCHOOL","Physical Address Line 1":"2336 ANDREWS AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10468","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601220","School District Name":"WILDFLOWER NEW YORK CHARTER SCHOOL","Physical Address Line 1":"1332 FULTON AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10456","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601219","School District Name":"ZETA CHARTER SCHOOL - BRONX 2","Physical Address Line 1":"222 ALEXANDER AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10451","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601218","School District Name":"ZETA CHARTER SCHOOL - BRONX 3","Physical Address Line 1":"222 ALEXANDER AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10451","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601217","School District Name":"GIRLS PREPARATORY CHARTER SCHOOL OF THE BRONX II","Physical Address Line 1":"441 E 148TH ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10455","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601216","School District Name":"BUFFALO ACADEMY OF SCIENCE CHARTER SCHOOL II","Physical Address Line 1":"190 FRANKLIN ST","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601215","School District Name":"BUFFALO CREEK ACADEMY CHARTER SCHOOL","Physical Address Line 1":"33 CHENANGO ST","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14213","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601214","School District Name":"HELLENIC CLASSICAL CHARTER SCHOOL - STATEN ISLAND","Physical Address Line 1":"1641 RICHMOND AVE","Physical Address Line 2":"","Physical Address City":"STATEN ISLAND","Physical Address State":"NY ","Physical Address Zipcode":"10314","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601213","School District Name":"BRIDGE PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"715 OCEAN TERRACE-BLDG E","Physical Address Line 2":"","Physical Address City":"STATEN ISLAND","Physical Address State":"NY ","Physical Address Zipcode":"10301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601212","School District Name":"VALENCE COLLEGE PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"32-20 108TH ST","Physical Address Line 2":"","Physical Address City":"EAST ELMHURST","Physical Address State":"NY ","Physical Address Zipcode":"11369","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601211","School District Name":"NEW DAWN CHARTER HIGH SCHOOL II","Physical Address Line 1":"89-25 161ST ST","Physical Address Line 2":"","Physical Address City":"JAMAICA","Physical Address State":"NY ","Physical Address Zipcode":"11432","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601210","School District Name":"EAST BROOKLYN ASCEND CHARTER SCHOOL (EBACS)","Physical Address Line 1":"396 GRANT AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601209","School District Name":"IVY HILL PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"475 E 57TH ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601208","School District Name":"EAST FLATBUSH ASCEND CHARTER SCHOOL (EFACS)","Physical Address Line 1":"870 ALBANY AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601207","School District Name":"LEFFERTS GARDENS ASCEND CHARTER SCHOOL (LGACS)","Physical Address Line 1":"870 ALBANY AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601206","School District Name":"BROOKLYN PROSPECT CHARTER SCHOOL - CSD 15.2","Physical Address Line 1":"3002 FORT HAMILTON PKWY","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11218","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601205","School District Name":"LEEP DUAL LANGUAGE ACADEMY CHARTER SCHOOL","Physical Address Line 1":"5323 5TH AVE-2ND FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11220","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601204","School District Name":"BROOKLYN RISE CHARTER SCHOOL","Physical Address Line 1":"475 53RD ST-2ND FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11220","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601203","School District Name":"KIPP BRONX CHARTER SCHOOL III","Physical Address Line 1":"2502 LORILLARD PL-4TH FL","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10458","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601202","School District Name":"KIPP BRONX CHARTER SCHOOL II","Physical Address Line 1":"2246 JEROME AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10453","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601201","School District Name":"CARDINAL MCCLOSKEY COMMUNITY CHARTER SCHOOL","Physical Address Line 1":"685 E 182ND ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10457","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601200","School District Name":"BRONX CHARTER SCHOOL FOR EXCELLENCE 5","Physical Address Line 1":"1946 BATHGATE AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10457","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601199","School District Name":"BRONX ARTS AND SCIENCE CHARTER SCHOOL","Physical Address Line 1":"925 HUTCHINSON RIVER PKWAY","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10465","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601198","School District Name":"BOLD CHARTER SCHOOL","Physical Address Line 1":"1090 CLOSE AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10472","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601197","School District Name":"UNIVERSITY PREP CHARTER MIDDLE SCHOOL","Physical Address Line 1":"470 JACKSON AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10455","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601196","School District Name":"DREAM CHARTER SCHOOL MOTT HAVEN","Physical Address Line 1":"411 WALES AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601195","School District Name":"AECI II: NYC CHARTER HS-COMP ENGIN","Physical Address Line 1":"423 EAST 138TH ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601194","School District Name":"CREO COLLEGE PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"524 COURTLANDT AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10451","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601193","School District Name":"NEIGHBORHOOD CHARTER SCHOOL - BRONX","Physical Address Line 1":"411 WALES AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601192","School District Name":"STOREFRONT ACADEMY HARLEM CHARTER SCHOOL","Physical Address Line 1":"70 E 129TH ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10035","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601191","School District Name":"HARLEM VILLAGE ACADEMY WEST 2 CHARTER SCHOOL","Physical Address Line 1":"74 W 124TH ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601190","School District Name":"ACADEMY OF HEALTH SCIENCES CHARTER SCHOOL","Physical Address Line 1":"1001 LAKE AVE","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14613","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601189","School District Name":"BOQUET VALLEY CSD","Physical Address Line 1":"25 SISCO ST","Physical Address Line 2":"","Physical Address City":"WESTPORT","Physical Address State":"NY ","Physical Address Zipcode":"12993","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12391304347826088,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3601188","School District Name":"TRUXTON ACADEMY CHARTER SCHOOL","Physical Address Line 1":"6337 ACADEMY ST","Physical Address Line 2":"","Physical Address City":"TRUXTON","Physical Address State":"NY ","Physical Address Zipcode":"13158","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3601187","School District Name":"URBAN DOVE TEAM CHARTER SCHOOL II","Physical Address Line 1":"860 FOREST AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10456","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601186","School District Name":"EDMUND W GORDON BROOKLYN LABORATORY CHARTER SCHOOL","Physical Address Line 1":"77 SANDS ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601185","School District Name":"KEY COLLEGIATE CHARTER SCHOOL","Physical Address Line 1":"257 CHESTER ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601184","School District Name":"EMBLAZE ACADEMY CHARTER SCHOOL","Physical Address Line 1":"1164 GARRISON AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10474","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601183","School District Name":"OUR WORLD NEIGHBORHOOD CHARTER SCHOOL 2","Physical Address Line 1":"135-25 79TH ST","Physical Address Line 2":"","Physical Address City":"HOWARD BEACH","Physical Address State":"NY ","Physical Address Zipcode":"11414","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601182","School District Name":"URBAN ASSEMBLY CHARTER SCHOOL FOR COMPUTER SCIENCE","Physical Address Line 1":"1300 BOYNTON AVE-3RD FL","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10472","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601181","School District Name":"SYRACUSE ACADEMY OF SCIENCE AND CITIZENSHIP CHARTER SCHOOL","Physical Address Line 1":"301 VALLEY DR","Physical Address Line 2":"","Physical Address City":"SYRACUSE","Physical Address State":"NY ","Physical Address Zipcode":"13207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601180","School District Name":"BRONX CHARTER SCHOOL FOR EXCELLENCE 4","Physical Address Line 1":"3956 CARPENTER AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10466","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601179","School District Name":"LOIS AND RICHARD NICOTRA EARLY COLLEGE CHARTER SCHOOL","Physical Address Line 1":"300 GENESEE AVE","Physical Address Line 2":"","Physical Address City":"STATEN ISLAND","Physical Address State":"NY ","Physical Address Zipcode":"10312","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601178","School District Name":"ELM COMMUNITY CHARTER SCHOOL","Physical Address Line 1":"69-26 COOPER AVE","Physical Address Line 2":"","Physical Address City":"GLENDALE","Physical Address State":"NY ","Physical Address Zipcode":"11385","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601177","School District Name":"ZETA CHARTER SCHOOL - BRONX 1","Physical Address Line 1":"222 ALEXANDER AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601176","School District Name":"KIPP FREEDOM CHARTER SCHOOL","Physical Address Line 1":"338 E 146TH ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10451","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601175","School District Name":"CYPRESS HILLS ASCEND CHARTER SCHOOL","Physical Address Line 1":"396 GRANT AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601174","School District Name":"ONTECH CHARTER HIGH SCHOOL","Physical Address Line 1":"810 WILLIS AVE","Physical Address Line 2":"","Physical Address City":"SYRACUSE","Physical Address State":"NY ","Physical Address Zipcode":"13204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601173","School District Name":"REACH ACADEMY CHARTER SCHOOL","Physical Address Line 1":"115 ASH ST","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601172","School District Name":"PERSISTENCE PREPARATORY ACADEMY CHARTER SCHOOL","Physical Address Line 1":"833 MICHIGAN AVE","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601171","School District Name":"ZETA CHARTER SCHOOL - INWOOD 1","Physical Address Line 1":"652 W 187TH ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10033","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601170","School District Name":"BUFFALO COLLEGIATE CHARTER SCHOOL","Physical Address Line 1":"45 JEWETT AVE","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601169","School District Name":"ACADEMY CHARTER SCHOOL-UNIONDALE","Physical Address Line 1":"100 CHARLES LINDBERGH BLVD","Physical Address Line 2":"","Physical Address City":"UNIONDALE","Physical Address State":"NY ","Physical Address Zipcode":"11553","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601168","School District Name":"EXPLORATION ELE CS - SCIENCE-TECHNOL","Physical Address Line 1":"1001 LAKE AVE","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14613","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601167","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-HUDSON YARDS","Physical Address Line 1":"500 W 41ST ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10018","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601166","School District Name":"HEBREW LANGUAGE ACADEMY CHARTER SCHOOL 2","Physical Address Line 1":"1870 STILLWELL AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11223","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601165","School District Name":"BRILLA VERITAS CHARTER SCHOOL","Physical Address Line 1":"600 E 156TH ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10455","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601164","School District Name":"FORTE PREPARATORY ACADEMY CHARTER SCHOOL","Physical Address Line 1":"51-35 REEDER ST 2ND FL","Physical Address Line 2":"","Physical Address City":"ELMHURST","Physical Address State":"NY ","Physical Address Zipcode":"11373","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601163","School District Name":"ELMWOOD VILLAGE CHARTER SCHOOL HERTEL","Physical Address Line 1":"665 HERTEL AVE","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601162","School District Name":"NEW VISIONS CHARTER HIGH SCHOOL FOR THE HUMANITIES IV","Physical Address Line 1":"100-00 BEACH CHANNEL DR","Physical Address Line 2":"","Physical Address City":"ROCKAWAY PARK","Physical Address State":"NY ","Physical Address Zipcode":"11694","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601161","School District Name":"NYC AUTISM CHARTER SCHOOL BRONX","Physical Address Line 1":"1180 TINTON AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10459","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601160","School District Name":"BROOKLYN EMERGING LEADERS ACADEMY CHARTER SCHOOL","Physical Address Line 1":"125 STUYVESANT AVE-RM 213","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601159","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-HARLEM 6","Physical Address Line 1":"461 W 131ST ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601158","School District Name":"LEGACY COLLEGE PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"400 E 145TH ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601157","School District Name":"BRONX CHARTER SCHOOL FOR EXCELLENCE 3","Physical Address Line 1":"3956 CARPENTER AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10466","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601156","School District Name":"SOUTH BRONX CLASSICAL CHARTER SCHOOL IV","Physical Address Line 1":"3458 3RD AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10456","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601155","School District Name":"WHIN MUSIC COMMUNITY CHARTER SCHOOL","Physical Address Line 1":"401 W 164TH ST-4TH FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10032","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601154","School District Name":"NEW YORK CITY CHARTER SCHOOL OF THE ARTS","Physical Address Line 1":"26 BROADWAY-12TH FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601153","School District Name":"ROCHESTER PREP CHARTER SCHOOL 3","Physical Address Line 1":"85 ST JACOB ST","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14621","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601152","School District Name":"GROWING UP GREEN CHARTER SCHOOL II","Physical Address Line 1":"84-35 152ND ST","Physical Address Line 2":"","Physical Address City":"JAMAICA","Physical Address State":"NY ","Physical Address Zipcode":"11432","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601151","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-FAR ROCKAWAY","Physical Address Line 1":"10-45 NAMEOKE ST-3RD FL","Physical Address Line 2":"","Physical Address City":"FAR ROCKAWAY","Physical Address State":"NY ","Physical Address Zipcode":"11691","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601150","School District Name":"BROOKLYN PROSPECT CHARTER SCHOOL-CSD 13","Physical Address Line 1":"80 WILLOUGHBY ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601149","School District Name":"AMBER CHARTER SCHOOL KINGSBRIDGE","Physical Address Line 1":"3120 CORLEAR AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10463","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601148","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-FLATBUSH","Physical Address Line 1":"15 SNYDER AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11226","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601147","School District Name":"SOUTH BRONX COMMUNITY CHARTER HIGH SCHOOL","Physical Address Line 1":"730 CONCOURSE VILLAGE WEST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10451","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601146","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-BUSHWICK","Physical Address Line 1":"139 MENAHAN ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601145","School District Name":"COLLEGIATE ACADEMY-MATH-PERSONAL AWA","Physical Address Line 1":"1962-84 LINDEN BLVD","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601144","School District Name":"CAPITAL PREPARATORY (CP) HARLEM CHARTER SCHOOL","Physical Address Line 1":"1 E 104TH ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10029","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601143","School District Name":"ACHIEVEMENT FIRST VOYAGER CHARTER SCHOOL","Physical Address Line 1":"601 PARKSIDE AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11226","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601142","School District Name":"BRONX CHARTER SCHOOL FOR EXCELLENCE 2","Physical Address Line 1":"1804 HOLLAND AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10462","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601141","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-SOUTH JAMAICA","Physical Address Line 1":"120-27 141ST ST","Physical Address Line 2":"","Physical Address City":"JAMAICA","Physical Address State":"NY ","Physical Address Zipcode":"11436","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601140","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-BED STUY 3","Physical Address Line 1":"787 LAFAYETTE AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601139","School District Name":"SCHOOL IN THE SQUARE PUBLIC CHARTER SCHOOL","Physical Address Line 1":"120 WADSWORTH AVE","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10033","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601138","School District Name":"ATMOSPHERE ACADEMY PUBLIC CHARTER SCHOOL","Physical Address Line 1":"22 MARBLE HILL AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10463","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601137","School District Name":"STOREFRONT ACADEMY CHARTER SCHOOL","Physical Address Line 1":"609 JACKSON AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10455","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601136","School District Name":"NEW VISIONS CHTR HS-ADV MA/SCI IV","Physical Address Line 1":"156-10 BAISLEY BLVD","Physical Address Line 2":"","Physical Address City":"JAMAICA","Physical Address State":"NY ","Physical Address Zipcode":"11434","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601135","School District Name":"CHARTER SCHOOL OF INQUIRY","Physical Address Line 1":"404 EDISON ST","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601134","School District Name":"INTERNATIONAL CHARTER SCHOOL OF NEW YORK (THE)","Physical Address Line 1":"47-55 WILLOUGHBY ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601133","School District Name":"CHARTER HIGH SCHOOL FOR LAW AND SOCIAL JUSTICE","Physical Address Line 1":"1960 UNIVERSITY AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10453","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601132","School District Name":"SOUTH BRONX CLASSICAL CHARTER SCHOOL III","Physical Address Line 1":"3458 THIRD AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10456","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601131","School District Name":"SOUTH BRONX EARLY COLLEGE ACADEMY CHARTER SCHOOL","Physical Address Line 1":"766 WESTCHESTER AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10455","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601130","School District Name":"NEW VENTURES CHARTER SCHOOL","Physical Address Line 1":"CORPORATE COMMONS ONE AT 1 TELEPORT DR","Physical Address Line 2":"","Physical Address City":"STATEN ISLAND","Physical Address State":"NY ","Physical Address Zipcode":"10311","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601129","School District Name":"ROSALYN YALOW CHARTER SCHOOL","Physical Address Line 1":"116 E 169TH ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10452","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601128","School District Name":"FINN ACADEMY: AN ELMIRA CHARTER SCHOOL","Physical Address Line 1":"610 LAKE ST","Physical Address Line 2":"","Physical Address City":"ELMIRA","Physical Address State":"NY ","Physical Address Zipcode":"14901","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601127","School District Name":"BRONX CHARTER SCHOOL FOR BETTER LEARNING II","Physical Address Line 1":"2545 GUNTHER AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10469","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601125","School District Name":"FAMILY LIFE ACADEMY CHARTER SCHOOL III","Physical Address Line 1":"370 GERARD AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10451","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601124","School District Name":"ACHIEVEMENT FIRST NORTH BROOKLYN PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"200 WOODBINE ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601123","School District Name":"SUCCESS ACADEMY CS - BERGEN BEACH","Physical Address Line 1":"1420 E 68TH ST-3RD FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11234","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601122","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL - BENSONHURST","Physical Address Line 1":"99 AVE P-4TH FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601121","School District Name":"COMPASS CHARTER SCHOOL","Physical Address Line 1":"300 ADELPHI-4TH FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601120","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL - BRONX 4","Physical Address Line 1":"885 BOLTON AVE-3RD FL","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10473","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601119","School District Name":"AMERICAN DREAM CHARTER SCHOOL","Physical Address Line 1":"403 CONCORD AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601118","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL - SPRINGFIELD GARDENS","Physical Address Line 1":"132-55 RIDGEDALE ST-3RD FL","Physical Address Line 2":"","Physical Address City":"SPRINGFIELD GARDENS","Physical Address State":"NY ","Physical Address Zipcode":"11413","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601117","School District Name":"VERTUS CHARTER SCHOOL","Physical Address Line 1":"21 HUMBOLDT ST","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14609","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601116","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL - ROSEDALE","Physical Address Line 1":"147-65 249TH ST","Physical Address Line 2":"","Physical Address City":"ROSEDALE","Physical Address State":"NY ","Physical Address Zipcode":"11422","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601115","School District Name":"BOYS PREPARATORY CHARTER SCHOOL OF NEW YORK","Physical Address Line 1":"192 E 151ST ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10451","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601114","School District Name":"CENTRAL BROOKLYN ASCEND CHARTER SCHOOL","Physical Address Line 1":"465 E 29TH ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11226","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601113","School District Name":"RENAISSANCE ACADEMY CHARTER SCHOOL OF THE ARTS","Physical Address Line 1":"299 KIRK RD","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14612","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601112","School District Name":"ACHIEVEMENT FIRST LINDEN CHARTER SCHOOL","Physical Address Line 1":"800 VAN SICLEN AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601111","School District Name":"BROOKLYN LABORATORY CHARTER SCHOOL","Physical Address Line 1":"240 JAY ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601110","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL - WASHINGTON HEIGHTS","Physical Address Line 1":"701 FORT WASHINGTON AVE","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10040","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601109","School District Name":"ACHIEVEMENT FIRST ASPIRE CHARTER SCHOOL","Physical Address Line 1":"982 HEGEMAN AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601108","School District Name":"BRILLA COLLEGE PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"413 E 144TH ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601107","School District Name":"OPPENHEIM-EPHRATAH-ST. JOHNSVILLE CSD","Physical Address Line 1":"44 CENTER ST","Physical Address Line 2":"","Physical Address City":"ST JOHNSVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1995540691192865,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3601106","School District Name":"LEADERSHIP PREPARATORY CANARSIE CHARTER SCHOOL","Physical Address Line 1":"1070 E 104TH ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11236","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601105","School District Name":"SOUTH BRONX CLASSICAL CHARTER SCHOOL II","Physical Address Line 1":"333 E 135TH ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601103","School District Name":"NEW VISIONS CHARTER HIGH SCHOOL FOR THE HUMANITIES III","Physical Address Line 1":"3000 AVE X","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601102","School District Name":"CANARSIE ASCEND CHARTER SCHOOL","Physical Address Line 1":"9719 FLATLANDS AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11236","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601100","School District Name":"BROOKLYN URBAN GARDEN CHARTER SCHOOL","Physical Address Line 1":"500 19TH ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601099","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-HELL'S KITCHEN","Physical Address Line 1":"439 W 49TH ST-2ND FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10019","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601097","School District Name":"HARLEM HEBREW LANGUAGE ACADEMY CHARTER SCHOOL","Physical Address Line 1":"147 ST NICHOLAS AVE","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601096","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-BRONX 3","Physical Address Line 1":"1000 TELLER AVE-3RD FL","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10469","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601095","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-CROWN HEIGHTS","Physical Address Line 1":"330 CROWN ST-5TH FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11225","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601094","School District Name":"UNITY PREPARATORY CHARTER SCHOOL OF BROOKLYN","Physical Address Line 1":"432 MONROE ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601093","School District Name":"MATH ENGINEERING AND SCIENCE ACADEMY CHARTER HIGH SCHOOL","Physical Address Line 1":"231 PALMETTO ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601092","School District Name":"NEW AMERICAN ACADEMY CHARTER SCHOOL (THE)","Physical Address Line 1":"9301 AVE B","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11236","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601091","School District Name":"ICAHN CHARTER SCHOOL 7","Physical Address Line 1":"1535 STORY AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10473","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601090","School District Name":"EAST HARLEM SCHOLARS ACADEMY CHARTER SCHOOL II","Physical Address Line 1":"1573 MADISON AVE-RM 320","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10029","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601089","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-PROSPECT HEIGHTS","Physical Address Line 1":"801 PARK PL-4TH FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11216","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601088","School District Name":"NEW VISIONS CHTR HS-ADV MA/SCI III","Physical Address Line 1":"3000 AVE X","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601087","School District Name":"CENTRAL VALLEY CSD AT ILION-MOHAWK","Physical Address Line 1":"111 FREDERICK ST","Physical Address Line 2":"","Physical Address City":"ILION","Physical Address State":"NY ","Physical Address Zipcode":"13357","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15956482320942883,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3601086","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-FORT GREENE","Physical Address Line 1":"101 PARK AVE-3RD FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601085","School District Name":"GREAT OAKS CHARTER SCHOOL","Physical Address Line 1":"38 DELANCEY ST-3RD FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10002","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601084","School District Name":"UTICA ACADEMY OF SCIENCE CHARTER SCHOOL","Physical Address Line 1":"1214 LINCOLN AVE","Physical Address Line 2":"","Physical Address City":"UTICA","Physical Address State":"NY ","Physical Address Zipcode":"13502","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601083","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-UNION SQUARE","Physical Address Line 1":"40 IRVING PL-2ND FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601082","School District Name":"MIDDLE VILLAGE PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"6802 METROPOLITAN AVE","Physical Address Line 2":"","Physical Address City":"MIDDLE VILLAGE","Physical Address State":"NY ","Physical Address Zipcode":"11379","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601080","School District Name":"YOUNG WOMEN'S COLLEGE PREP CHARTER","Physical Address Line 1":"133 HOOVER DR","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14615","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601079","School District Name":"MANHATTAN CHARTER SCHOOL II","Physical Address Line 1":"220 HENRY ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10002","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601078","School District Name":"DEMOCRACY PREP ENDURANCE CHARTER SCHOOL","Physical Address Line 1":"250 W 127TH ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601077","School District Name":"NEIGHBORHOOD CHARTER SCHOOL OF HARLEM","Physical Address Line 1":"691 ST NICHOLAS AVE","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10030","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601076","School District Name":"GLOBAL COMMUNITY CHARTER SCHOOL","Physical Address Line 1":"2350 5TH AVE","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601075","School District Name":"KIPP NYC WASHINGTON HEIGHTS ACADEMY CHARTER SCHOOL","Physical Address Line 1":"21 JUMEL PL-RM D109","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10032","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601073","School District Name":"NEW VISIONS CHARTER HIGH SCHOOL FOR THE HUMANITIES II","Physical Address Line 1":"455 SOUTHERN BLVD","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10455","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601072","School District Name":"NEW VISIONS CHTR HS-ADV MA/SCI II","Physical Address Line 1":"900 TINTON AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10456","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601071","School District Name":"MOTT HALL CHARTER SCHOOL","Physical Address Line 1":"1260 FRANKLIN AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10456","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601070","School District Name":"FAMILY LIFE ACADEMY CHARTER SCHOOL II","Physical Address Line 1":"296 E 140TH ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601069","School District Name":"ICAHN CHARTER SCHOOL 6","Physical Address Line 1":"1701 FULTON AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10457","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601067","School District Name":"NEW VISIONS AIM CHARTER HIGH SCHOOL II","Physical Address Line 1":"1010 REV JAMES POLITE AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10459","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601066","School District Name":"CHILDREN'S AID COLLEGE PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"1919 PROSPECT AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10457","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601065","School District Name":"URBAN DOVE TEAM CHARTER SCHOOL","Physical Address Line 1":"1256 E 21ST ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11210","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601064","School District Name":"BEGINNING WITH CHILDREN CHARTER SCHOOL II","Physical Address Line 1":"215 HEYWARD ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601063","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-BED STUY 2","Physical Address Line 1":"211 THROOP AVE-3RD FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601062","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-WILLIAMSBURG","Physical Address Line 1":"183 S 3RD ST-4TH FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11211","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601061","School District Name":"NEW DAWN CHARTER HIGH SCHOOL","Physical Address Line 1":"242 HOYT ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11217","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601060","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-COBBLE HILL","Physical Address Line 1":"284 BALTIC ST-LOWER LEVEL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601059","School District Name":"LAUNCH EXPEDITIONARY LEARNING CHARTER SCHOOL","Physical Address Line 1":"1580 DEAN ST-3RD FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11213","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601058","School District Name":"EXPLORE EXCEED CHARTER SCHOOL","Physical Address Line 1":"443 ST MARKS AVE-RM 114","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11238","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601057","School District Name":"NEW VISIONS AIM CHARTER HIGH SCHOOL I","Physical Address Line 1":"1150 E NEW YORK AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601056","School District Name":"CENTRAL QUEENS ACADEMY CHARTER SCHOOL","Physical Address Line 1":"55-30 JUNCTION BLVD","Physical Address Line 2":"","Physical Address City":"ELMHURST","Physical Address State":"NY ","Physical Address Zipcode":"11373","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601055","School District Name":"WEST BUFFALO CHARTER SCHOOL","Physical Address Line 1":"113 LAFAYETTE AVE","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14213","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601054","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL - BED STUY 1","Physical Address Line 1":"70 TOMPKINS AVE-2ND FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601053","School District Name":"ACADEMY OF THE CITY CHARTER SCHOOL","Physical Address Line 1":"31-29 60TH ST","Physical Address Line 2":"","Physical Address City":"WOODSIDE","Physical Address State":"NY ","Physical Address Zipcode":"11377","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601052","School District Name":"EXPLORE EXCEL CHARTER SCHOOL","Physical Address Line 1":"1077 REMSEN AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11236","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601051","School District Name":"AMANI PUBLIC CHARTER SCHOOL","Physical Address Line 1":"60 S 3RD AVE","Physical Address Line 2":"","Physical Address City":"MOUNT VERNON","Physical Address State":"NY ","Physical Address Zipcode":"10550","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601049","School District Name":"ICAHN CHARTER SCHOOL 5","Physical Address Line 1":"1500 PELHAM PKWY S","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10461","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601048","School District Name":"EMBER CHARTER SCHOOL","Physical Address Line 1":"616 QUINCY ST-3RD FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601047","School District Name":"NEW VISIONS CHARTER HS-ADV MATH/SCIE","Physical Address Line 1":"99 TERRACE VIEW AVE-RM 254","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10463","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601046","School District Name":"DISCOVERY CHARTER SCHOOL","Physical Address Line 1":"133 HOOVER DR","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14615","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601044","School District Name":"NEW YORK CITY MONTESSORI CHARTER SCHOOL","Physical Address Line 1":"423 E 138TH ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601043","School District Name":"BROOME STREET ACADEMY CHARTER HIGH SCHOOL","Physical Address Line 1":"121 AVE OF THE AMERICAS","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10013","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601042","School District Name":"EAST HARLEM SCHOLARS ACADEMY CHARTER SCHOOL","Physical Address Line 1":"2050 2ND AVE","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601041","School District Name":"NEW VISIONS CHARTER HIGH SCHOOL FOR THE HUMANITIES","Physical Address Line 1":"99 TERRACE VIEW AVE-RM 360","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10463","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601040","School District Name":"TRUE NORTH ROCHESTER PREP-WEST CAMP","Physical Address Line 1":"432 CHILI AVE","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14611","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601039","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-UPPER WEST","Physical Address Line 1":"145 W 84TH ST-2ND FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10024","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601036","School District Name":"RENAISSANCE CHARTER HIGH SCHOOL FOR INNOVATION","Physical Address Line 1":"410 E 100TH ST-2ND FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10029","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601035","School District Name":"RIVERTON STREET CHARTER SCHOOL","Physical Address Line 1":"118-34 RIVERTON ST","Physical Address Line 2":"","Physical Address City":"SAINT ALBANS","Physical Address State":"NY ","Physical Address Zipcode":"11412","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601034","School District Name":"ROCHDALE EARLY ADVANTAGE CHARTER SCHOOL","Physical Address Line 1":"122-05 SMITH ST","Physical Address Line 2":"","Physical Address City":"JAMAICA","Physical Address State":"NY ","Physical Address Zipcode":"11434","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601033","School District Name":"BROOKLYN EAST COLLEGIATE CHARTER SCHOOL","Physical Address Line 1":"832 MARCY AVE-1ST FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11216","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601032","School District Name":"OCEAN HILL COLLEGIATE CHARTER SCHOOL","Physical Address Line 1":"1137 HERKIMER ST-2ND FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11233","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601031","School District Name":"IMAGINE ME LEADERSHIP CHARTER SCHOOL","Physical Address Line 1":"818 SCHENCK AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601030","School District Name":"HYDE LEADERSHIP CHARTER SCHOOL - BROOKLYN","Physical Address Line 1":"330 ALABAMA AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601029","School District Name":"BEDFORD STUYVESANT NEW BEGINNINGS CHARTER SCHOOL","Physical Address Line 1":"82 LEWIS AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601028","School District Name":"ACHIEVEMENT FIRST APOLLO CHARTER SCHOOL","Physical Address Line 1":"350 LINWOOD ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601027","School District Name":"DR RICHARD IZQUIERDO HEALTH AND SCIENCE CHARTER SCHOOL","Physical Address Line 1":"800 HOME ST-RM 205","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10456","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601025","School District Name":"METROPOLITAN LIGHTHOUSE CHARTER SCHOOL","Physical Address Line 1":"180 W 165TH ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10452","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601024","School District Name":"INWOOD ACADEMY FOR LEADERSHIP CHARTER SCHOOL","Physical Address Line 1":"3896 10TH AVE","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601023","School District Name":"NEW YORK FRENCH-AMERICAN CHARTER SCHOOL","Physical Address Line 1":"311 W 120TH ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601022","School District Name":"HEALTH SCIENCES CHARTER SCHOOL","Physical Address Line 1":"1140 ELLICOTT ST","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14209","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601019","School District Name":"NEW WORLD PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"26 SHAPE AVE","Physical Address Line 2":"","Physical Address City":"STATEN ISLAND","Physical Address State":"NY ","Physical Address Zipcode":"10302","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601018","School District Name":"CHALLENGE PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"710 HARTMAN LANE","Physical Address Line 2":"","Physical Address City":"FAR ROCKAWAY","Physical Address State":"NY ","Physical Address Zipcode":"11691","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601017","School District Name":"BUSHWICK ASCEND CHARTER SCHOOL","Physical Address Line 1":"751 KNICKERBOCKER AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601016","School District Name":"LEADERSHIP PREPARATORY BROWNSVILLE CHARTER SCHOOL","Physical Address Line 1":"985 ROCKAWAY AVE-3RD FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601015","School District Name":"BROOKLYN DREAMS CHARTER SCHOOL","Physical Address Line 1":"259 PARKVILLE AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11230","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601014","School District Name":"CULTURAL ARTS ACADEMY CHARTER SCHOOL AT SPRING CREEK","Physical Address Line 1":"1400 LINDEN BLVD","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601012","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-BRONX 2","Physical Address Line 1":"450 ST PAUL'S PL-5TH FL","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10456","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601011","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-BRONX 1","Physical Address Line 1":"339 MORRIS AVE-2ND FL","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10451","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601010","School District Name":"DEMOCRACY PREP HARLEM CHARTER SCHOOL","Physical Address Line 1":"207 W 133RD ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10030","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601009","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-HARLEM 5","Physical Address Line 1":"301 W 140TH ST-3RD FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10030","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601008","School District Name":"UNIVERSITY PREPARATORY CHARTER SCHOOL FOR YOUNG MEN","Physical Address Line 1":"1290 LAKE AVE","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14613","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601006","School District Name":"ALBANY LEADERSHIP CHARTER HIGH SCHOOL FOR GIRLS","Physical Address Line 1":"19 HACKETT BLVD","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"NY ","Physical Address Zipcode":"12208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601005","School District Name":"EQUALITY CHARTER SCHOOL","Physical Address Line 1":"4140 HUTCHINSON RIVER PKWY E","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10475","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601004","School District Name":"CONEY ISLAND PREPARATORY PUBLIC CHARTER SCHOOL","Physical Address Line 1":"501 WEST AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601003","School District Name":"HEBREW LANGUAGE ACADEMY CHARTER SCHOOL","Physical Address Line 1":"2186 MILL AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11234","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601002","School District Name":"BROWNSVILLE ASCEND CHARTER SCHOOL","Physical Address Line 1":"1501 PITKIN AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601001","School District Name":"ACADEMIC LEADERSHIP CHARTER SCHOOL","Physical Address Line 1":"677 E 141ST ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3601000","School District Name":"EXCELLENCE GIRLS CHARTER SCHOOL","Physical Address Line 1":"794 MONROE ST-3RD FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600998","School District Name":"SUMMIT ACADEMY CHARTER SCHOOL","Physical Address Line 1":"27 HUNTINGTON ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11231","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600997","School District Name":"ACADEMY CHARTER SCHOOL","Physical Address Line 1":"117 N FRANKLIN AVE","Physical Address Line 2":"","Physical Address City":"HEMPSTEAD","Physical Address State":"NY ","Physical Address Zipcode":"11550","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600996","School District Name":"JOHN W LAVELLE PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"1 CORPORATE COMMONS-1 TELEPORT DR","Physical Address Line 2":"","Physical Address City":"STATEN ISLAND","Physical Address State":"NY ","Physical Address Zipcode":"10311","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600995","School District Name":"ICAHN CHARTER SCHOOL 4","Physical Address Line 1":"1500 PELHAM PKWY SOUTH","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10461","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600994","School District Name":"EXPLORE EMPOWER CHARTER SCHOOL","Physical Address Line 1":"188 ROCHESTER AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11213","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600993","School District Name":"LEADERSHIP PREPARATORY OCEAN HILL CHARTER SCHOOL","Physical Address Line 1":"51 CHRISTOPHER AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600992","School District Name":"TRUE NORTH TROY PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"2 POLK ST","Physical Address Line 2":"","Physical Address City":"TROY","Physical Address State":"NY ","Physical Address Zipcode":"12180","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600991","School District Name":"BROOKLYN PROSPECT CHARTER SCHOOL-CSD 15","Physical Address Line 1":"3002 FORT HAMILTON PKWY","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11218","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600990","School District Name":"NEW ROOTS CHARTER SCHOOL","Physical Address Line 1":"116 N CAYUGA ST","Physical Address Line 2":"","Physical Address City":"ITHACA","Physical Address State":"NY ","Physical Address Zipcode":"14850","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600989","School District Name":"BROOKLYN SCHOLARS CHARTER SCHOOL","Physical Address Line 1":"2635 LINDEN BLVD","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600988","School District Name":"EVERGREEN CHARTER SCHOOL","Physical Address Line 1":"605 PENINSULA BLVD","Physical Address Line 2":"","Physical Address City":"HEMPSTEAD","Physical Address State":"NY ","Physical Address Zipcode":"11550","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600987","School District Name":"GROWING UP GREEN CHARTER SCHOOL","Physical Address Line 1":"39-27 28TH ST","Physical Address Line 2":"","Physical Address City":"LONG ISLAND CITY","Physical Address State":"NY ","Physical Address Zipcode":"11101","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600986","School District Name":"GIRLS PREPARATORY CHARTER SCHOOL OF THE BRONX","Physical Address Line 1":"681 KELLY ST-RM 205","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10455","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600984","School District Name":"BROWNSVILLE COLLEGIATE CHARTER SCHOOL","Physical Address Line 1":"364 SACKMAN ST-4TH FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600971","School District Name":"North Colonie Central School District","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.05356503045503404,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3600969","School District Name":"ACHIEVEMENT FIRST BROWNSVILLE CHARTER SCHOOL","Physical Address Line 1":"2021 BERGEN ST-RM 149","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11233","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600968","School District Name":"BRONX COMMUNITY CHARTER SCHOOL","Physical Address Line 1":"3170 WEBSTER AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10467","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600967","School District Name":"BGLIG-SHIRLEY RODRIGUEZ-REMENESKI CS","Physical Address Line 1":"750 CONCOURSE VILLAGE W-LOWER LEVEL","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10451","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600966","School District Name":"BROOKLYN ASCEND CHARTER SCHOOL","Physical Address Line 1":"205 ROCKAWAY PKWY-2ND FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600965","School District Name":"BEDFORD STUYVESANT COLLEGIATE CHARTER SCHOOL","Physical Address Line 1":"800 GATES AVE-4TH FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600964","School District Name":"DREAM CHARTER SCHOOL","Physical Address Line 1":"1991 2ND AVE","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10029","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600963","School District Name":"UNIVERSITY PREP CHARTER HIGH SCHOOL","Physical Address Line 1":"600 ST ANN'S AVE-4TH FL","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10455","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600962","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-HARLEM 3","Physical Address Line 1":"410 E 100TH ST-4TH FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10029","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600961","School District Name":"LA CIMA CHARTER SCHOOL","Physical Address Line 1":"800 GATES AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600960","School District Name":"MOTT HAVEN ACADEMY CHARTER SCHOOL","Physical Address Line 1":"170 BROWN PL","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600959","School District Name":"NYC CHARTER HS - AECI","Physical Address Line 1":"838 BROOK AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10451","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600958","School District Name":"ST. HOPE LEADERSHIP ACADEMY CHARTER SCHOOL","Physical Address Line 1":"222 W 134TH ST-RM 111","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10030","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600957","School District Name":"VOICE CHARTER SCHOOL OF NEW YORK","Physical Address Line 1":"36-24 12TH ST","Physical Address Line 2":"","Physical Address City":"LONG ISLAND CITY","Physical Address State":"NY ","Physical Address Zipcode":"11106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600956","School District Name":"BRONX ACADEMY OF PROMISE CHARTER SCHOOL","Physical Address Line 1":"1349 INWOOD AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10452","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600955","School District Name":"ICAHN CHARTER SCHOOL 3","Physical Address Line 1":"1500 PELHAM PKWY S","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10461","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600954","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-HARLEM 2","Physical Address Line 1":"144 E 128TH ST-3RD FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10035","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600953","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-HARLEM 4","Physical Address Line 1":"240 W 113TH ST-3RD FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600952","School District Name":"THE EQUITY PROJECT CHARTER SCHOOL","Physical Address Line 1":"549 AUDUBON AVE-TRAILER 30","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10040","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600950","School District Name":"ROCHESTER ACADEMY CHARTER SCHOOL","Physical Address Line 1":"841 GENESEE ST","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14611","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600949","School District Name":"PAVE ACADEMY CHARTER SCHOOL","Physical Address Line 1":"732 HENRY ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11231","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600948","School District Name":"NORTHSIDE CHARTER HIGH SCHOOL","Physical Address Line 1":"424 LEONARD ST-4TH FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600947","School District Name":"NYS OFFICE FOR PEOPLE WITH DEVELOPMENTAL DISABILITIES","Physical Address Line 1":"44 HOLLAND AVE","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"NY ","Physical Address Zipcode":"12229","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600946","School District Name":"HENRY JOHNSON CHARTER SCHOOL","Physical Address Line 1":"30 WATERVLIET AVE","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"NY ","Physical Address Zipcode":"12206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600945","School District Name":"GREEN TECH HIGH CHARTER SCHOOL","Physical Address Line 1":"99 SLINGERLAND ST","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"NY ","Physical Address Zipcode":"12202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600944","School District Name":"KINGS COLLEGIATE CHARTER SCHOOL","Physical Address Line 1":"905 WINTHROP ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600943","School District Name":"ICAHN CHARTER SCHOOL 2","Physical Address Line 1":"1640 BRONXDALE AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10462","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600173","School District Name":"TRUE NORTH ROCHESTER PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"630 BROOKS AVE","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14619","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600172","School District Name":"LEADERSHIP PREPARATORY BEDFORD STUYVESANT CHARTER SCHOOL","Physical Address Line 1":"141 MACON ST-1ST FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11216","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600170","School District Name":"ACHIEVEMENT FIRST ENDEAVOR CHARTER SCHOOL","Physical Address Line 1":"510 WAVERLY AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11238","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600169","School District Name":"SUCCESS ACADEMY CHARTER SCHOOL-HARLEM 1","Physical Address Line 1":"34 W 118TH ST-2ND FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600167","School District Name":"NEW HEIGHTS ACADEMY CHARTER SCHOOL","Physical Address Line 1":"1818 AMSTERDAM AVE","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10031","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600166","School District Name":"ACHIEVEMENT FIRST-BUSHWICK CHARTER SCHOOL","Physical Address Line 1":"1300 GREENE AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11237","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600165","School District Name":"HYDE LEADERSHIP CHARTER SCHOOL","Physical Address Line 1":"730 BRYANT AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10474","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600164","School District Name":"NIAGARA CHARTER SCHOOL","Physical Address Line 1":"2077 LOCKPORT RD","Physical Address Line 2":"","Physical Address City":"NIAGARA FALLS","Physical Address State":"NY ","Physical Address Zipcode":"14304","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600163","School District Name":"INTERNATIONAL LEADERSHIP CHARTER HIGH SCHOOL","Physical Address Line 1":"3030 RIVERDALE AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10463","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600162","School District Name":"ALBANY COMMUNITY CHARTER SCHOOL","Physical Address Line 1":"65 KRANK ST","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"NY ","Physical Address Zipcode":"12202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600161","School District Name":"SOUTH BRONX CLASSICAL CHARTER SCHOOL","Physical Address Line 1":"977 FOX ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10459","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600160","School District Name":"ELMWOOD VILLAGE CHARTER SCHOOL DAYS PARK","Physical Address Line 1":"40 DAYS PARK","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600159","School District Name":"COMMUNITY ROOTS CHARTER SCHOOL","Physical Address Line 1":"51 ST EDWARDS ST-3RD FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600158","School District Name":"DEMOCRACY PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"2230 5TH AVE","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600157","School District Name":"EXPLORE CHARTER SCHOOL","Physical Address Line 1":"655 PARKSIDE AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11226","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600155","School District Name":"CHARTER SCHOOL OF EDUCATIONAL EXCELLENCE","Physical Address Line 1":"260 WARBURTON AVE","Physical Address Line 2":"","Physical Address City":"YONKERS","Physical Address State":"NY ","Physical Address Zipcode":"10701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600154","School District Name":"NEW YORK STATE SCHOOL FOR THE DEAF","Physical Address Line 1":"401 TURIN ST","Physical Address Line 2":"","Physical Address City":"ROME","Physical Address State":"NY ","Physical Address Zipcode":"13440","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600153","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #22","Physical Address Line 1":"5613-19 FLATLANDS AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11234","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600152","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #21","Physical Address Line 1":"501 WEST AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11224","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600151","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #20","Physical Address Line 1":"415 89TH ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11209","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600149","School District Name":"ACHIEVEMENT FIRST EAST NEW YORK CHARTER SCHOOL","Physical Address Line 1":"557 PENNSYLVANIA AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600148","School District Name":"KIPP ALWAYS MENTALLY PREPARED CHARTER SCHOOL","Physical Address Line 1":"1224 PARK PL-4TH FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11213","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600147","School District Name":"ACHIEVEMENT FIRST CROWN HEIGHTS CHARTER SCHOOL","Physical Address Line 1":"790 E NEW YORK AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600146","School District Name":"HELLENIC CLASSICAL CHARTER SCHOOL","Physical Address Line 1":"646 5TH AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600145","School District Name":"WILLIAMSBURG COLLEGIATE CHARTER SCHOOL","Physical Address Line 1":"157 WILSON ST-4TH FL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11211","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600144","School District Name":"SOUTH BRONX CHARTER SCHOOL","Physical Address Line 1":"164 BRUCKNER BLVD","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600143","School District Name":"KIPP INFINITY CHARTER SCHOOL","Physical Address Line 1":"625 W 133 ST-RM 308D","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600142","School District Name":"NYC AUTISM CHARTER SCHOOL EAST HARLEM","Physical Address Line 1":"433 E 100TH ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10029","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600141","School District Name":"HARLEM VILLAGE ACADEMY EAST CHARTER SCHOOL","Physical Address Line 1":"2351 1ST AVE-4TH FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10035","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600140","School District Name":"HARLEM CHILDREN'S ZONE PROMISE ACADEMY II CHARTER SCHOOL","Physical Address Line 1":"2005 MADISON AVE","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10035","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600139","School District Name":"FUTURE LEADERS INSTITUTE CHARTER SCHOOL","Physical Address Line 1":"134 W 122ND ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600138","School District Name":"HARLEM LINK CHARTER SCHOOL","Physical Address Line 1":"21 W 111TH ST-RM 357","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600137","School District Name":"MANHATTAN CHARTER SCHOOL","Physical Address Line 1":"100 ATTORNEY ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10002","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600136","School District Name":"GIRLS PREPARATORY CHARTER SCHOOL OF NEW YORK","Physical Address Line 1":"442 E HOUSTON ST-RM 312","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10002","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600135","School District Name":"NYC SPECIAL SCHOOLS - DISTRICT 75","Physical Address Line 1":"400 FIRST AVE","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600134","School District Name":"URBAN CHOICE CHARTER SCHOOL","Physical Address Line 1":"1020 MAPLE ST","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14611","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600133","School District Name":"NEW YORK STATE SCHOOL FOR THE BLIND","Physical Address Line 1":"2A RICHMOND AVE","Physical Address Line 2":"","Physical Address City":"BATAVIA","Physical Address State":"NY ","Physical Address Zipcode":"14020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600131","School District Name":"NEW YORK STATE OFFICE OF CHILDREN AND FAMILY SERVICES (OCFS)","Physical Address Line 1":"CAPITAL VIEW OFFICE PARK","Physical Address Line 2":"52 WASHINGTON ST","Physical Address City":"RENSSELAER","Physical Address State":"NY ","Physical Address Zipcode":"12144","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600128","School District Name":"KIPP TECH VALLEY CHARTER SCHOOL","Physical Address Line 1":"321 NORTHERN BLVD","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"NY ","Physical Address Zipcode":"12201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600127","School District Name":"NEW YORK STATE OFFICE MENTAL HEALTH (OMH)","Physical Address Line 1":"44 HOLLAND AVE","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"NY ","Physical Address Zipcode":"12208","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600126","School District Name":"NEW YORK STATE DEPARTMENT OF CORRECTIONS","Physical Address Line 1":"1220 WASHINGTON AVE BLDG 2","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"NY ","Physical Address Zipcode":"12226","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600125","School District Name":"EASTPORT-SOUTH MANOR CSD","Physical Address Line 1":"149 DAYTON AVE","Physical Address Line 2":"","Physical Address City":"MANORVILLE","Physical Address State":"NY ","Physical Address Zipcode":"11949","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.037399821905609976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3600124","School District Name":"CANISTEO-GREENWOOD CSD","Physical Address Line 1":"84 GREENWOOD ST","Physical Address Line 2":"","Physical Address City":"CANISTEO","Physical Address State":"NY ","Physical Address Zipcode":"14823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17922374429223745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3600123","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #27","Physical Address Line 1":"82-01 ROCKAWAY BLVD-RM 460","Physical Address Line 2":"","Physical Address City":"OZONE PARK","Physical Address State":"NY ","Physical Address Zipcode":"11416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600122","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #25","Physical Address Line 1":"30-48 LINDEN PL","Physical Address Line 2":"","Physical Address City":"FLUSHING","Physical Address State":"NY ","Physical Address Zipcode":"11354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600121","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #23","Physical Address Line 1":"2021 BERGEN ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11233","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600120","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #19","Physical Address Line 1":"557 PENNSYLVANIA AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11207","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600119","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #14","Physical Address Line 1":"215 HEYWARD ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11206","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600118","School District Name":"PENINSULA PREPARATORY ACADEMY CHARTER SCHOOL","Physical Address Line 1":"611 BEACH 19TH ST","Physical Address Line 2":"","Physical Address City":"FAR ROCKAWAY","Physical Address State":"NY ","Physical Address Zipcode":"11691","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600116","School District Name":"BROOKLYN EXCELSIOR CHARTER SCHOOL","Physical Address Line 1":"856 QUINCY ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600115","School District Name":"WILLIAMSBURG CHARTER HIGH SCHOOL","Physical Address Line 1":"198 VARET ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600114","School District Name":"EXCELLENCE BOYS CHARTER SCHOOL OF BEDFORD STUYVESANT","Physical Address Line 1":"225 PATCHEN AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11233","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600113","School District Name":"BRONX CHARTER SCHOOL FOR EXCELLENCE","Physical Address Line 1":"1960 BENEDICT AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10462","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600112","School District Name":"GRAND CONCOURSE ACADEMY CHARTER SCHOOL","Physical Address Line 1":"625 BOLTON AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10473","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600111","School District Name":"PHAROS ACADEMY CHARTER SCHOOL","Physical Address Line 1":"1001 INTERVALE AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10459","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600110","School District Name":"BRONX CHARTER SCHOOL FOR CHILDREN","Physical Address Line 1":"388 WILLIS AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600109","School District Name":"OPPORTUNITY CHARTER SCHOOL","Physical Address Line 1":"240 W 113TH ST-4TH FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600108","School District Name":"HARLEM CHILDREN'S ZONE PROMISE ACADEMY CHARTER SCHOOL","Physical Address Line 1":"245 W 129TH ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600107","School District Name":"WESTMINSTER COMMUNITY CHARTER SCHOOL","Physical Address Line 1":"24 WESTMINSTER AVE","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600106","School District Name":"WESTERN NEW YORK MARITIME CHARTER SCHOOL","Physical Address Line 1":"2193 S PARK AVE","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14220","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600105","School District Name":"BUFFALO ACADEMY OF SCIENCE CHARTER SCHOOL","Physical Address Line 1":"190 FRANKLIN ST","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600104","School District Name":"SYRACUSE ACADEMY OF SCIENCE CHARTER SCHOOL","Physical Address Line 1":"1001 PARK AVE","Physical Address Line 2":"","Physical Address City":"SYRACUSE","Physical Address State":"NY ","Physical Address Zipcode":"13204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600103","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #31","Physical Address Line 1":"715 OCEAN TERR-RM 129","Physical Address Line 2":"","Physical Address City":"STATEN ISLAND","Physical Address State":"NY ","Physical Address Zipcode":"10301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600102","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #30","Physical Address Line 1":"28-11 QUEENS PLZ N","Physical Address Line 2":"","Physical Address City":"LONG ISLAND CITY","Physical Address State":"NY ","Physical Address Zipcode":"11101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600101","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #29","Physical Address Line 1":"222-14 JAMAICA AVE-RM 217","Physical Address Line 2":"","Physical Address City":"QUEENS VILLAGE","Physical Address State":"NY ","Physical Address Zipcode":"11428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600100","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #28","Physical Address Line 1":"90-27 SUTPHIN BLVD","Physical Address Line 2":"","Physical Address City":"JAMAICA","Physical Address State":"NY ","Physical Address Zipcode":"11435","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600099","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #26","Physical Address Line 1":"61-15 OCEANIA ST","Physical Address Line 2":"","Physical Address City":"BAYSIDE","Physical Address State":"NY ","Physical Address Zipcode":"11361","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600098","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #24","Physical Address Line 1":"98-50 50TH AVE-RM 102","Physical Address Line 2":"","Physical Address City":"CORONA","Physical Address State":"NY ","Physical Address Zipcode":"11368","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600097","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #32","Physical Address Line 1":"797 BUSHWICK AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600096","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #18","Physical Address Line 1":"1106 E 95TH ST","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600095","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #17","Physical Address Line 1":"1224 PARK PL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11213","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600094","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #16","Physical Address Line 1":"1010 LAFAYETTE AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600092","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #15","Physical Address Line 1":"131 LIVINGSTON AVE-RM 301","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600091","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #13","Physical Address Line 1":"355 PARK AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11238","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600090","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #12","Physical Address Line 1":"1970 W FARMS RD","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600089","School District Name":"BRONX CHARTER SCHOOL FOR BETTER LEARNING","Physical Address Line 1":"3740 BAYCHESTER AVE ANNEX","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10466","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600088","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #11","Physical Address Line 1":"2750 THROOP AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10469","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600087","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT #10","Physical Address Line 1":"1 FORDHAM PLAZA-RM 813","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10458","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600086","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT # 9","Physical Address Line 1":"450 ST PAUL'S PL-RM 204","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10456","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600085","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT # 8","Physical Address Line 1":"601 STICKBALL BLVD","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10473","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600084","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT # 7","Physical Address Line 1":"501 COURTLAND AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600083","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT # 6","Physical Address Line 1":"4360 BROADWAY-RM 527","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600082","School District Name":"KIPP STAR COLLEGE PREP CHARTER SCHOOL","Physical Address Line 1":"433 W 123RD ST-4TH FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600081","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT # 5","Physical Address Line 1":"425 W 123RD ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600080","School District Name":"HARLEM VILLAGE ACADEMY WEST CHARTER SCHOOL","Physical Address Line 1":"244 W 144 ST-4TH FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10030","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600079","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT # 4","Physical Address Line 1":"319 E 117TH ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600078","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT # 3","Physical Address Line 1":"154 W 93RD ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600077","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT # 2","Physical Address Line 1":"333 7TH AVE-7TH FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600076","School District Name":"NEW YORK CITY GEOGRAPHIC DISTRICT # 1","Physical Address Line 1":"166 ESSEX ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600073","School District Name":"ENTERPRISE CHARTER SCHOOL","Physical Address Line 1":"275 OAK ST","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600071","School District Name":"BUFFALO UNITED CHARTER SCHOOL","Physical Address Line 1":"325 MANHATTAN AVE","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600070","School District Name":"SOUTHSIDE ACADEMY CHARTER SCHOOL","Physical Address Line 1":"2200 ONONDAGA CREEK BLVD","Physical Address Line 2":"","Physical Address City":"SYRACUSE","Physical Address State":"NY ","Physical Address Zipcode":"13207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600068","School District Name":"HARLEM PREP CHARTER SCHOOL","Physical Address Line 1":"240 E 123RD ST-1ST FL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10035","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600067","School District Name":"GLOBAL CONCEPTS CHARTER SCHOOL","Physical Address Line 1":"1001 RIDGE RD","Physical Address Line 2":"","Physical Address City":"LACKAWANNA","Physical Address State":"NY ","Physical Address Zipcode":"14218","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600066","School District Name":"FAMILY LIFE ACADEMY CHARTER SCHOOL","Physical Address Line 1":"14 W 170TH ST","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10452","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600063","School District Name":"BRONX CHARTER SCHOOL FOR THE ARTS","Physical Address Line 1":"950 LONGFELLOW AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10474","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600061","School District Name":"SISULU-WALKER CHARTER SCHOOL OF HARLEM","Physical Address Line 1":"125 W 115TH ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600060","School District Name":"RIVERHEAD CHARTER SCHOOL","Physical Address Line 1":"3685 MIDDLE COUNTRY RD","Physical Address Line 2":"","Physical Address City":"CALVERTON","Physical Address State":"NY ","Physical Address Zipcode":"11933","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600059","School District Name":"RENAISSANCE CHARTER SCHOOL","Physical Address Line 1":"35-59 81ST ST","Physical Address Line 2":"","Physical Address City":"JACKSON HEIGHTS","Physical Address State":"NY ","Physical Address Zipcode":"11372","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600057","School District Name":"OUR WORLD NEIGHBORHOOD CHARTER SCHOOL","Physical Address Line 1":"36-12 35TH AVE","Physical Address Line 2":"","Physical Address City":"ASTORIA","Physical Address State":"NY ","Physical Address Zipcode":"11106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600055","School District Name":"MERRICK ACADEMY-QUEENS PUBLIC CHARTER SCHOOL","Physical Address Line 1":"136-25 218TH ST","Physical Address Line 2":"","Physical Address City":"SPRINGFIELD GARDENS","Physical Address State":"NY ","Physical Address Zipcode":"11413","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600054","School District Name":"KIPP ACADEMY CHARTER SCHOOL","Physical Address Line 1":"250 E 156TH ST-4TH FL","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10451","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600053","School District Name":"JOHN V LINDSAY WILDCAT ACADEMY CHARTER SCHOOL","Physical Address Line 1":"17 BATTERY PL","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600049","School District Name":"ICAHN CHARTER SCHOOL 1","Physical Address Line 1":"1525 BROOK AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10457","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600048","School District Name":"HARRIET TUBMAN CHARTER SCHOOL","Physical Address Line 1":"3565 3RD AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10456","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600047","School District Name":"HARBOR SCIENCE AND ARTS CHARTER SCHOOL","Physical Address Line 1":"132-142 E 111TH ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10029","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600046","School District Name":"COMMUNITY PARTNERSHIP CHARTER SCHOOL","Physical Address Line 1":"241 EMERSON PL","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600045","School District Name":"BROOKLYN CHARTER SCHOOL (THE)","Physical Address Line 1":"545 WILLOUGHBY AVE","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"NY ","Physical Address Zipcode":"11206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600042","School District Name":"BRONX PREPARATORY CHARTER SCHOOL","Physical Address Line 1":"3872 3RD AVE","Physical Address Line 2":"","Physical Address City":"BRONX","Physical Address State":"NY ","Physical Address Zipcode":"10457","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600039","School District Name":"AMBER CHARTER SCHOOL EAST HARLEM","Physical Address Line 1":"220 E 106TH ST","Physical Address Line 2":"","Physical Address City":"NEW YORK","Physical Address State":"NY ","Physical Address Zipcode":"10029","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600038","School District Name":"TAPESTRY CHARTER SCHOOL","Physical Address Line 1":"65 GREAT ARROW AVE","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14216","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600036","School District Name":"SOUTH BUFFALO CHARTER SCHOOL","Physical Address Line 1":"154 S OGDEN ST","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14210","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600035","School District Name":"KING CENTER CHARTER SCHOOL","Physical Address Line 1":"156 NEWBURGH AVE","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14211","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600033","School District Name":"BRIGHTER CHOICE CHARTER SCHOOL FOR GIRLS","Physical Address Line 1":"250 CENTRAL AVE","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"NY ","Physical Address Zipcode":"12206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600032","School District Name":"BRIGHTER CHOICE CHARTER SCHOOL FOR BOYS","Physical Address Line 1":"116 N LAKE AVE","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"NY ","Physical Address Zipcode":"12206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600030","School District Name":"ROOSEVELT CHILDREN'S ACADEMY CHARTER SCHOOL","Physical Address Line 1":"105 PLEASANT AVE","Physical Address Line 2":"","Physical Address City":"ROOSEVELT","Physical Address State":"NY ","Physical Address Zipcode":"11575","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600029","School District Name":"GENESEE COMMUNITY CHARTER SCHOOL","Physical Address Line 1":"657 EAST AVE","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600026","School District Name":"EUGENIO MARIA DE HOSTOS CHARTER SCHOOL","Physical Address Line 1":"27 ZIMBRICH ST","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"NY ","Physical Address Zipcode":"14621","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600025","School District Name":"CHARTER SCHOOL FOR APPLIED TECHNOLOGIES","Physical Address Line 1":"2303 KENMORE AVE","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"NY ","Physical Address Zipcode":"14207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3600024","School District Name":"CATTARAUGUS-LITTLE VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"25 N FRANKLIN ST","Physical Address Line 2":"","Physical Address City":"CATTARAUGUS","Physical Address State":"NY ","Physical Address Zipcode":"14719","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3600023","School District Name":"SULLIVAN WEST CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"33 SCHOOLHOUSE RD","Physical Address Line 2":"","Physical Address City":"JEFFERSONVILLE","Physical Address State":"NY ","Physical Address Zipcode":"12748","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12716763005780346,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3600021","School District Name":"MATTITUCK-CUTCHOGUE UNION FREE SCHOOL DISTRICT","Physical Address Line 1":"385 DEPOT LN","Physical Address Line 2":"","Physical Address City":"CUTCHOGUE","Physical Address State":"NY ","Physical Address Zipcode":"11935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.042275172943889314,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3600020","School District Name":"CAMPBELL-SAVONA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"8455 COUNTY RT 125","Physical Address Line 2":"","Physical Address City":"CAMPBELL","Physical Address State":"NY ","Physical Address Zipcode":"14821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19114470842332612,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3600019","School District Name":"UNADILLA VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"4238 STATE HWY 8","Physical Address Line 2":"","Physical Address City":"NEW BERLIN","Physical Address State":"NY ","Physical Address Zipcode":"13411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17562254259501967,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3600018","School District Name":"CHAUTAUQUA LAKE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"100 N ERIE ST","Physical Address Line 2":"","Physical Address City":"MAYVILLE","Physical Address State":"NY ","Physical Address Zipcode":"14757","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14805194805194805,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3600017","School District Name":"GENESEE VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"1 JAGUAR DR","Physical Address Line 2":"","Physical Address City":"BELMONT","Physical Address State":"NY ","Physical Address Zipcode":"14813","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19322033898305085,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3600016","School District Name":"AVERILL PARK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"146 GETTLE RD-ST 1","Physical Address Line 2":"","Physical Address City":"AVERILL PARK","Physical Address State":"NY ","Physical Address Zipcode":"12018","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05610972568578554,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3600015","School District Name":"ALLEGANY-LIMESTONE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"3131 FIVE MILE RD","Physical Address Line 2":"","Physical Address City":"ALLEGANY","Physical Address State":"NY ","Physical Address Zipcode":"14706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14202172096908938,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3600014","School District Name":"WATERLOO CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"109 WASHINGTON ST","Physical Address Line 2":"","Physical Address City":"WATERLOO","Physical Address State":"NY ","Physical Address Zipcode":"13165","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15363586659376707,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3600013","School District Name":"ONEIDA CITY SCHOOL DISTRICT","Physical Address Line 1":"565 SAYLES ST","Physical Address Line 2":"","Physical Address City":"ONEIDA","Physical Address State":"NY ","Physical Address Zipcode":"13421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1692032229185318,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3600012","School District Name":"BOLIVAR-RICHBURG CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"100 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"BOLIVAR","Physical Address State":"NY ","Physical Address Zipcode":"14715","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19915254237288135,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3600011","School District Name":"WAYLAND-COHOCTON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2350 RT 63","Physical Address Line 2":"","Physical Address City":"WAYLAND","Physical Address State":"NY ","Physical Address Zipcode":"14572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14492753623188406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3600010","School District Name":"COBLESKILL-RICHMONDVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"155 WASHINGTON AVE","Physical Address Line 2":"","Physical Address City":"COBLESKILL","Physical Address State":"NY ","Physical Address Zipcode":"12043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.138711549622751,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3600009","School District Name":"SARANAC CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"32 EMMONS ST","Physical Address Line 2":"","Physical Address City":"DANNEMORA","Physical Address State":"NY ","Physical Address Zipcode":"12929","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09796186719263643,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3600008","School District Name":"SOUTH COUNTRY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"189 DUNTON AVE","Physical Address Line 2":"","Physical Address City":"EAST PATCHOGUE","Physical Address State":"NY ","Physical Address Zipcode":"11772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09375730652326397,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3600007","School District Name":"JASPER-TROUPSBURG CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"3769 STATE RTE 147","Physical Address Line 2":"","Physical Address City":"JASPER","Physical Address State":"NY ","Physical Address Zipcode":"14855","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2805194805194805,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3600006","School District Name":"CHERRY VALLEY-SPRINGFIELD CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"597 COUNTY HWY 54","Physical Address Line 2":"","Physical Address City":"CHERRY VALLEY","Physical Address State":"NY ","Physical Address Zipcode":"13320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19875776397515527,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3600005","School District Name":"BROADALBIN-PERTH CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"20 PINE ST","Physical Address Line 2":"","Physical Address City":"BROADALBIN","Physical Address State":"NY ","Physical Address Zipcode":"12025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12207943925233646,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3600004","School District Name":"ROTTERDAM-MOHONASEN CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2072 CURRY RD","Physical Address Line 2":"","Physical Address City":"SCHENECTADY","Physical Address State":"NY ","Physical Address Zipcode":"12303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08953214405923932,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3600003","School District Name":"EDWARDS-KNOX CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2512 COUNTY ROUTE 24","Physical Address Line 2":"","Physical Address City":"HERMON","Physical Address State":"NY ","Physical Address Zipcode":"13652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16606498194945848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3600002","School District Name":"SAUQUOIT VALLEY CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"2601 ONEIDA ST","Physical Address Line 2":"","Physical Address City":"SAUQUOIT","Physical Address State":"NY ","Physical Address Zipcode":"13456","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09302325581395349,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3600001","School District Name":"DOLGEVILLE CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"38 SLAWSON ST","Physical Address Line 2":"","Physical Address City":"DOLGEVILLE","Physical Address State":"NY ","Physical Address Zipcode":"13329","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16216216216216217,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502800","School District Name":"ZUNI PUBLIC SCHOOLS","Physical Address Line 1":"12 TWIN BUTTES DRIVE","Physical Address Line 2":"","Physical Address City":"ZUNI","Physical Address State":"NM ","Physical Address Zipcode":"87327","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3702046035805627,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502730","School District Name":"WAGON MOUND PUBLIC SCHOOLS","Physical Address Line 1":"300 PARK AVENUE","Physical Address Line 2":"","Physical Address City":"WAGON MOUND","Physical Address State":"NM ","Physical Address Zipcode":"87752","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.5,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502670","School District Name":"TULAROSA MUNICIPAL SCHOOLS","Physical Address Line 1":"504 FIRST ST","Physical Address Line 2":"","Physical Address City":"TULAROSA","Physical Address State":"NM ","Physical Address Zipcode":"88352","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.23296447291788003,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502640","School District Name":"TUCUMCARI PUBLIC SCHOOLS","Physical Address Line 1":"700 WEST AMAROSA","Physical Address Line 2":"","Physical Address City":"TUCUMCARI","Physical Address State":"NM ","Physical Address Zipcode":"88401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3685800604229607,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502610","School District Name":"T OR C MUNICIPAL SCHOOLS","Physical Address Line 1":"180 NORTH DATE ST","Physical Address Line 2":"","Physical Address City":"T OR C","Physical Address State":"NM ","Physical Address Zipcode":"87901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3333333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502580","School District Name":"TEXICO MUNICIPAL SCHOOLS","Physical Address Line 1":"520 N. GRIFFIN ST.","Physical Address Line 2":"","Physical Address City":"TEXICO","Physical Address State":"NM ","Physical Address Zipcode":"88135","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18322295805739514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502550","School District Name":"TATUM MUNICIPAL SCHOOLS","Physical Address Line 1":"306 WEST 3RD STREET","Physical Address Line 2":"","Physical Address City":"TATUM","Physical Address State":"NM ","Physical Address Zipcode":"88267","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09971509971509972,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502520","School District Name":"TAOS MUNICIPAL SCHOOLS","Physical Address Line 1":"310 CAMINO DE LA PLACITA","Physical Address Line 2":"","Physical Address City":"TAOS","Physical Address State":"NM ","Physical Address Zipcode":"87571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2572509457755359,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502490","School District Name":"SPRINGER MUNICIPAL SCHOOLS","Physical Address Line 1":"1401 8TH ST","Physical Address Line 2":"","Physical Address City":"SPRINGER","Physical Address State":"NM ","Physical Address Zipcode":"87747","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26506024096385544,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502460","School District Name":"SOCORRO CONSOLIDATED SCHOOLS","Physical Address Line 1":"700 FRANKLIN ST","Physical Address Line 2":"","Physical Address City":"SOCORRO","Physical Address State":"NM ","Physical Address Zipcode":"87801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3407755581668625,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502430","School District Name":"SILVER CONSOLIDATED SCHOOLS","Physical Address Line 1":"2810 N. SWAN STREET","Physical Address Line 2":"","Physical Address City":"SILVER CITY","Physical Address State":"NM ","Physical Address Zipcode":"88061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2368141592920354,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502400","School District Name":"SANTA ROSA CONSOLIDATED SCHOOLS","Physical Address Line 1":"344 4TH ST","Physical Address Line 2":"","Physical Address City":"SANTA ROSA","Physical Address State":"NM ","Physical Address Zipcode":"88435","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.30085470085470084,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502370","School District Name":"SANTA FE PUBLIC SCHOOLS","Physical Address Line 1":"610 ALTA VISTA ST.","Physical Address Line 2":"","Physical Address City":"SANTA FE","Physical Address State":"NM ","Physical Address Zipcode":"87501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.151659975785382,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3502340","School District Name":"SAN JON MUNICIPAL SCHOOLS","Physical Address Line 1":"7TH & ELM STREET","Physical Address Line 2":"","Physical Address City":"SAN JON","Physical Address State":"NM ","Physical Address Zipcode":"88434","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21794871794871795,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502310","School District Name":"RUIDOSO MUNICIPAL SCHOOLS","Physical Address Line 1":"200 HORTON CIRCLE","Physical Address Line 2":"","Physical Address City":"RUIDOSO","Physical Address State":"NM ","Physical Address Zipcode":"88345","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2856344326439352,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502280","School District Name":"ROY MUNICIPAL SCHOOLS","Physical Address Line 1":"525 ROOSEVELT ST","Physical Address Line 2":"","Physical Address City":"ROY","Physical Address State":"NM ","Physical Address Zipcode":"87743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502250","School District Name":"ROSWELL INDEPENDENT SCHOOLS","Physical Address Line 1":"300 N. KENTUCKY","Physical Address Line 2":"","Physical Address City":"ROSWELL","Physical Address State":"NM ","Physical Address Zipcode":"88201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.24002182016546958,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502220","School District Name":"RESERVE PUBLIC SCHOOLS","Physical Address Line 1":"24 MOUNTAINEER RD.","Physical Address Line 2":"","Physical Address City":"RESERVE","Physical Address State":"NM ","Physical Address Zipcode":"87830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3279569892473118,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502190","School District Name":"RATON PUBLIC SCHOOLS","Physical Address Line 1":"1550 TIGER CIRCLE","Physical Address Line 2":"","Physical Address City":"RATON","Physical Address State":"NM ","Physical Address Zipcode":"87740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2522704339051463,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502160","School District Name":"QUESTA INDEPENDENT SCHOOLS","Physical Address Line 1":"2556A WILDCAT RD","Physical Address Line 2":"","Physical Address City":"QUESTA","Physical Address State":"NM ","Physical Address Zipcode":"87556","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27607361963190186,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502130","School District Name":"QUEMADO INDEPENDENT SCHOOLS","Physical Address Line 1":"3484 HWY 60","Physical Address Line 2":"","Physical Address City":"QUEMADO","Physical Address State":"NM ","Physical Address Zipcode":"87829","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3005464480874317,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502100","School District Name":"PORTALES MUNICIPAL SCHOOLS","Physical Address Line 1":"501 SOUTH ABILENE","Physical Address Line 2":"","Physical Address City":"PORTALES","Physical Address State":"NM ","Physical Address Zipcode":"88130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.23332169053440446,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502070","School District Name":"POJOAQUE VALLEY PUBLIC SCHOOLS","Physical Address Line 1":"1574 STATE ROAD 502 WEST","Physical Address Line 2":"","Physical Address City":"SANTA FE","Physical Address State":"NM ","Physical Address Zipcode":"87506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16913183279742766,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502040","School District Name":"PENASCO INDEPENDENT SCHOOLS","Physical Address Line 1":"13 SCHOOL RD","Physical Address Line 2":"","Physical Address City":"PENASCO","Physical Address State":"NM ","Physical Address Zipcode":"87553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25869565217391305,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3502010","School District Name":"PECOS INDEPENDENT SCHOOLS","Physical Address Line 1":"28 N. PANTHER PKWY & HIGHWAY 6","Physical Address Line 2":"","Physical Address City":"PECOS","Physical Address State":"NM ","Physical Address Zipcode":"87552","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1439873417721519,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501980","School District Name":"MESA VISTA CONSOLIDATED SCHOOLS","Physical Address Line 1":"HIGHWAY 285 JUNCTION 111","Physical Address Line 2":"","Physical Address City":"OJO CALIENTE","Physical Address State":"NM ","Physical Address Zipcode":"87549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24148606811145512,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501950","School District Name":"MOUNTAINAIR PUBLIC SCHOOLS","Physical Address Line 1":"512 N. ROSS","Physical Address Line 2":"","Physical Address City":"MOUNTAINAIR","Physical Address State":"NM ","Physical Address Zipcode":"87036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24081632653061225,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501920","School District Name":"MOSQUERO MUNICIPAL SCHOOLS","Physical Address Line 1":"43 MCNEIL AVE","Physical Address Line 2":"","Physical Address City":"MOSQUERO","Physical Address State":"NM ","Physical Address Zipcode":"87733","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23809523809523808,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501890","School District Name":"MORIARTY-EDGEWOOD SCHOOL DISTRICT","Physical Address Line 1":"200 CENTER ST","Physical Address Line 2":"","Physical Address City":"MORIARTY","Physical Address State":"NM ","Physical Address Zipcode":"87035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16639522258414766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501860","School District Name":"MORA INDEPENDENT SCHOOLS","Physical Address Line 1":"HWY 518 AND RANGER DR","Physical Address Line 2":"","Physical Address City":"MORA","Physical Address State":"NM ","Physical Address Zipcode":"87732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2292576419213974,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501830","School District Name":"MELROSE PUBLIC SCHOOLS","Physical Address Line 1":"100 MISSOURI AVE","Physical Address Line 2":"","Physical Address City":"MELROSE","Physical Address State":"NM ","Physical Address Zipcode":"88124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14689265536723164,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501800","School District Name":"MAXWELL MUNICIPAL SCHOOLS","Physical Address Line 1":"423 4TH STREET","Physical Address Line 2":"","Physical Address City":"MAXWELL","Physical Address State":"NM ","Physical Address Zipcode":"87728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501770","School District Name":"MAGDALENA MUNICIPAL SCHOOLS","Physical Address Line 1":"201 DUGGINS DR","Physical Address Line 2":"","Physical Address City":"MAGDALENA","Physical Address State":"NM ","Physical Address Zipcode":"87825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.455026455026455,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501740","School District Name":"LOVINGTON MUNICIPAL SCHOOLS","Physical Address Line 1":"18 WEST WASHINGTON","Physical Address Line 2":"","Physical Address City":"LOVINGTON","Physical Address State":"NM ","Physical Address Zipcode":"88260","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11895424836601307,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3501710","School District Name":"LOVING MUNICIPAL SCHOOLS","Physical Address Line 1":"602 S. 6TH STREET","Physical Address Line 2":"","Physical Address City":"LOVING","Physical Address State":"NM ","Physical Address Zipcode":"88256","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.080338266384778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501680","School District Name":"LOS LUNAS PUBLIC SCHOOLS","Physical Address Line 1":"343 MAIN ST NW","Physical Address Line 2":"","Physical Address City":"LOS LUNAS","Physical Address State":"NM ","Physical Address Zipcode":"87031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18867924528301888,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501650","School District Name":"LOS ALAMOS PUBLIC SCHOOLS","Physical Address Line 1":"2075 TRINITY DRIVE","Physical Address Line 2":"","Physical Address City":"LOS ALAMOS","Physical Address State":"NM ","Physical Address Zipcode":"87544","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.02553060596739465,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501620","School District Name":"LORDSBURG MUNICIPAL SCHOOLS","Physical Address Line 1":"401 W 4TH ST","Physical Address Line 2":"","Physical Address City":"LORDSBURG","Physical Address State":"NM ","Physical Address Zipcode":"88045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.279383429672447,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501590","School District Name":"LOGAN MUNICIPAL SCHOOLS","Physical Address Line 1":"301 N 2ND ST","Physical Address Line 2":"","Physical Address City":"LOGAN","Physical Address State":"NM ","Physical Address Zipcode":"88426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501560","School District Name":"WEST LAS VEGAS PUBLIC SCHOOLS","Physical Address Line 1":"179 BRIDGE STREET","Physical Address Line 2":"","Physical Address City":"LAS VEGAS","Physical Address State":"NM ","Physical Address Zipcode":"87701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.30296127562642367,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501530","School District Name":"LAS VEGAS CITY PUBLIC SCHOOLS","Physical Address Line 1":"901 DOUGLAS AVENUE","Physical Address Line 2":"","Physical Address City":"LAS VEGAS","Physical Address State":"NM ","Physical Address Zipcode":"87701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.264426125554851,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501500","School District Name":"LAS CRUCES PUBLIC SCHOOLS","Physical Address Line 1":"505 SOUTH MAIN SUITE 249","Physical Address Line 2":"","Physical Address City":"LAS CRUCES","Physical Address State":"NM ","Physical Address Zipcode":"88001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.21464935474959548,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501470","School District Name":"LAKE ARTHUR MUNICIPAL SCHOOLS","Physical Address Line 1":"700 BROADWAY","Physical Address Line 2":"","Physical Address City":"LAKE ARTHUR","Physical Address State":"NM ","Physical Address Zipcode":"88253","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501410","School District Name":"JEMEZ VALLEY PUBLIC SCHOOLS","Physical Address Line 1":"8501 HIGHWAY 4","Physical Address Line 2":"","Physical Address City":"JEMEZ PUEBLO","Physical Address State":"NM ","Physical Address Zipcode":"87024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18081180811808117,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501380","School District Name":"JEMEZ MOUNTAIN PUBLIC SCHOOLS","Physical Address Line 1":"9935 US HIGHWAY 550","Physical Address Line 2":"","Physical Address City":"CUBA","Physical Address State":"NM ","Physical Address Zipcode":"87013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.36363636363636365,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501350","School District Name":"JAL PUBLIC SCHOOLS","Physical Address Line 1":"200 E PANTHER","Physical Address Line 2":"","Physical Address City":"JAL","Physical Address State":"NM ","Physical Address Zipcode":"88252","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15950920245398773,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501320","School District Name":"HOUSE MUNICIPAL SCHOOLS","Physical Address Line 1":"309 N APPLE ST","Physical Address Line 2":"","Physical Address City":"HOUSE","Physical Address State":"NM ","Physical Address Zipcode":"88121","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22580645161290322,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501290","School District Name":"HONDO VALLEY PUBLIC SCHOOLS","Physical Address Line 1":"111 DON PABLO LANE","Physical Address Line 2":"","Physical Address City":"HONDO","Physical Address State":"NM ","Physical Address Zipcode":"88336","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15476190476190477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501260","School District Name":"HOBBS MUNICIPAL SCHOOLS","Physical Address Line 1":"1515 E SANGER","Physical Address Line 2":"","Physical Address City":"HOBBS","Physical Address State":"NM ","Physical Address Zipcode":"88240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13944795859689477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3501230","School District Name":"HATCH VALLEY PUBLIC SCHOOLS","Physical Address Line 1":"204 E HILL ST","Physical Address Line 2":"","Physical Address City":"HATCH","Physical Address State":"NM ","Physical Address Zipcode":"87937","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25284900284900286,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501200","School District Name":"HAGERMAN MUNICIPAL SCHOOLS","Physical Address Line 1":"406 NORTH CAMBRIDGE AVE","Physical Address Line 2":"","Physical Address City":"HAGERMAN","Physical Address State":"NM ","Physical Address Zipcode":"88232","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18590998043052837,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501170","School District Name":"GRANTS-CIBOLA COUNTY SCHOOLS","Physical Address Line 1":"413 W ROOSEVELT AVE","Physical Address Line 2":"","Physical Address City":"GRANTS","Physical Address State":"NM ","Physical Address Zipcode":"87020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2984749455337691,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501140","School District Name":"GRADY MUNICIPAL SCHOOLS","Physical Address Line 1":"100 FRANKLIN STREET","Physical Address Line 2":"","Physical Address City":"GRADY","Physical Address State":"NM ","Physical Address Zipcode":"88120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501110","School District Name":"GALLUP-MCKINLEY CTY SCHOOLS","Physical Address Line 1":"640 S. BOARDMAN","Physical Address Line 2":"","Physical Address City":"GALLUP","Physical Address State":"NM ","Physical Address Zipcode":"87301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3596184651230523,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501080","School District Name":"GADSDEN INDEPENDENT SCHOOLS","Physical Address Line 1":"6308 HIGHWAY 28","Physical Address Line 2":"","Physical Address City":"ANTHONY","Physical Address State":"NM ","Physical Address Zipcode":"88021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.30770797962648555,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501050","School District Name":"FORT SUMNER MUNICIPAL SCHOOLS","Physical Address Line 1":"1001 SUMNER AVE","Physical Address Line 2":"","Physical Address City":"FORT SUMNER","Physical Address State":"NM ","Physical Address Zipcode":"88119","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26595744680851063,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3501020","School District Name":"FLOYD MUNICIPAL SCHOOLS","Physical Address Line 1":"1564 NM 267","Physical Address Line 2":"","Physical Address City":"FLOYD","Physical Address State":"NM ","Physical Address Zipcode":"88118","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13592233009708737,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500990","School District Name":"FARMINGTON MUNICIPAL SCHOOLS","Physical Address Line 1":"2001 N DUSTIN AVE","Physical Address Line 2":"","Physical Address City":"FARMINGTON","Physical Address State":"NM ","Physical Address Zipcode":"87401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.22988187523071243,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500960","School District Name":"EUNICE MUNICIPAL SCHOOLS","Physical Address Line 1":"1720 AVENUE K","Physical Address Line 2":"","Physical Address City":"EUNICE","Physical Address State":"NM ","Physical Address Zipcode":"88231","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13280212483399734,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3500930","School District Name":"ESTANCIA MUNICIPAL SCHOOLS","Physical Address Line 1":"300 NORTH 9TH STREET","Physical Address Line 2":"","Physical Address City":"ESTANCIA","Physical Address State":"NM ","Physical Address Zipcode":"87016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26594090202177295,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500900","School District Name":"ESPANOLA PUBLIC SCHOOLS","Physical Address Line 1":"714 CALLE DON DIEGO","Physical Address Line 2":"","Physical Address City":"ESPANOLA","Physical Address State":"NM ","Physical Address Zipcode":"87532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24509151414309485,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500840","School District Name":"ELIDA MUNICIPAL SCHOOLS","Physical Address Line 1":"103 N CHURCH STREET","Physical Address Line 2":"","Physical Address City":"ELIDA","Physical Address State":"NM ","Physical Address Zipcode":"88116","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500810","School District Name":"DULCE INDEPENDENT SCHOOLS","Physical Address Line 1":"113 HAWKS DR","Physical Address Line 2":"","Physical Address City":"DULCE","Physical Address State":"NM ","Physical Address Zipcode":"87528","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26639892904953144,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500790","School District Name":"DORA MUNICIPAL SCHOOLS","Physical Address Line 1":"100 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"DORA","Physical Address State":"NM ","Physical Address Zipcode":"88115","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500750","School District Name":"DEXTER CONSOLIDATED SCHOOLS","Physical Address Line 1":"100 N. LINCOLN STREET","Physical Address Line 2":"","Physical Address City":"DEXTER","Physical Address State":"NM ","Physical Address Zipcode":"88230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23838630806845965,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500720","School District Name":"DES MOINES MUNICIPAL SCHOOLS","Physical Address Line 1":"500 DES MOINES AVENUE","Physical Address Line 2":"","Physical Address City":"DES MOINES","Physical Address State":"NM ","Physical Address Zipcode":"88418","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1527777777777778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500690","School District Name":"DEMING PUBLIC SCHOOLS","Physical Address Line 1":"1001 S DIAMOND AVE.","Physical Address Line 2":"","Physical Address City":"DEMING","Physical Address State":"NM ","Physical Address Zipcode":"88030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.35709451838484096,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500660","School District Name":"CUBA INDEPENDENT SCHOOLS","Physical Address Line 1":"50 COUNTY RD 13","Physical Address Line 2":"","Physical Address City":"CUBA","Physical Address State":"NM ","Physical Address Zipcode":"87013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3597560975609756,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500630","School District Name":"CORONA MUNICIPAL SCHOOLS","Physical Address Line 1":"531 FRANKLIN ST","Physical Address Line 2":"","Physical Address City":"CORONA","Physical Address State":"NM ","Physical Address Zipcode":"88318","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.29411764705882354,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500600","School District Name":"COBRE CONSOLIDATED SCHOOLS","Physical Address Line 1":"900 CENTRAL AVENUE","Physical Address Line 2":"","Physical Address City":"BAYARD","Physical Address State":"NM ","Physical Address Zipcode":"88023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.22354014598540145,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500570","School District Name":"CLOVIS MUNICIPAL SCHOOLS","Physical Address Line 1":"1009 N MAIN ST","Physical Address Line 2":"","Physical Address City":"CLOVIS","Physical Address State":"NM ","Physical Address Zipcode":"88101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1900012017786324,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3500540","School District Name":"CLOUDCROFT MUNICIPAL SCHOOLS","Physical Address Line 1":"10 SWALLOW PLACE","Physical Address Line 2":"","Physical Address City":"CLOUDCROFT","Physical Address State":"NM ","Physical Address Zipcode":"88317","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2553846153846154,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500510","School District Name":"CLAYTON MUNICIPAL SCHOOLS","Physical Address Line 1":"323 SOUTH 5TH ST","Physical Address Line 2":"","Physical Address City":"CLAYTON","Physical Address State":"NM ","Physical Address Zipcode":"88415","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2892057026476578,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500480","School District Name":"CIMARRON MUNICIPAL SCHOOLS","Physical Address Line 1":"125 N. COLLISON AVE.","Physical Address Line 2":"","Physical Address City":"CIMARRON","Physical Address State":"NM ","Physical Address Zipcode":"87714","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19197707736389685,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500420","School District Name":"CHAMA VALLEY INDEP. SCHOOLS","Physical Address Line 1":"STATE ROAD 531","Physical Address Line 2":"","Physical Address City":"TIERRA AMARILLA","Physical Address State":"NM ","Physical Address Zipcode":"87575","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2570621468926554,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500390","School District Name":"CENTRAL CONSOLIDATED SCHOOLS","Physical Address Line 1":"OLD HIGH SCHOOL RD","Physical Address Line 2":"","Physical Address City":"SHIPROCK","Physical Address State":"NM ","Physical Address Zipcode":"87420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.301994301994302,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500330","School District Name":"CARRIZOZO MUNICIPAL SCHOOLS","Physical Address Line 1":"800 D AVENUE","Physical Address Line 2":"","Physical Address City":"CARRIZOZO","Physical Address State":"NM ","Physical Address Zipcode":"88301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.48520710059171596,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500300","School District Name":"CARLSBAD MUNICIPAL SCHOOLS","Physical Address Line 1":"408 NORTH CANYON ST","Physical Address Line 2":"","Physical Address City":"CARLSBAD","Physical Address State":"NM ","Physical Address Zipcode":"88220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13150247021214764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3500270","School District Name":"CAPITAN MUNICIPAL SCHOOLS","Physical Address Line 1":"519 SMOKEY BEAR BLVD","Physical Address Line 2":"","Physical Address City":"CAPITAN","Physical Address State":"NM ","Physical Address Zipcode":"88316","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21561338289962825,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500240","School District Name":"BLOOMFIELD SCHOOLS","Physical Address Line 1":"325 NORTH BERGIN LANE","Physical Address Line 2":"","Physical Address City":"BLOOMFIELD","Physical Address State":"NM ","Physical Address Zipcode":"87413","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.29197512585134733,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500210","School District Name":"BERNALILLO PUBLIC SCHOOLS","Physical Address Line 1":"224 N CAMINO DEL PUEBLO","Physical Address Line 2":"","Physical Address City":"BERNALILLO","Physical Address State":"NM ","Physical Address Zipcode":"87004","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17470997679814385,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500187","School District Name":"21ST CENTURY PUBLIC ACADEMY","Physical Address Line 1":"4300 CUTLER AVE. NE","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87110","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500186","School District Name":"MIDDLE COLLEGE HIGH SCHOOL CHARTER - GALLUP","Physical Address Line 1":"200 COLLEGE RD 9","Physical Address Line 2":"","Physical Address City":"GALLUP","Physical Address State":"NM ","Physical Address Zipcode":"87301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500185","School District Name":"ACES TECHNICAL CHARTER SCHOOL","Physical Address Line 1":"300 MENAUL BLVD NW STE A444","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87107","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500184","School District Name":"RAICES DEL SABER XINACHTLI COMMUNITY SCHOOL","Physical Address Line 1":"2211 NORTH VALLEY DRIVE","Physical Address Line 2":"","Physical Address City":"LAS CRUCES","Physical Address State":"NM ","Physical Address Zipcode":"87007","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500183","School District Name":"SOLARE COLLEGIATE CHARTER SCHOOL","Physical Address Line 1":"1623 LA VEGA DR SW","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500181","School District Name":"ALBUQUERQUE COLLEGIATE CHARTER SCHOOL","Physical Address Line 1":"115 GOLD AVE. SW","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500180","School District Name":"BELEN CONSOLIDATED SCHOOLS","Physical Address Line 1":"520 NORTH MAIN ST","Physical Address Line 2":"","Physical Address City":"BELEN","Physical Address State":"NM ","Physical Address Zipcode":"87002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19043871729293724,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3500179","School District Name":"HOZHO ACADEMY","Physical Address Line 1":"104 E AZTEC AVENUE","Physical Address Line 2":"","Physical Address City":"GALLUP","Physical Address State":"NM ","Physical Address Zipcode":"87301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500178","School District Name":"ALTURA PREPARATORY SCHOOL","Physical Address Line 1":"8650 ALAMEDA BLVD BLDG 2B","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500177","School District Name":"SIX DIRECTIONS INDIGENOUS SCHOOL","Physical Address Line 1":"203 E PINE AVE","Physical Address Line 2":"","Physical Address City":"GALLUP","Physical Address State":"NM ","Physical Address Zipcode":"87301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500176","School District Name":"ROOTS AND WINGS COMMUNITY","Physical Address Line 1":"35 OLD LAMA RD","Physical Address Line 2":"","Physical Address City":"QUESTA","Physical Address State":"NM ","Physical Address Zipcode":"87556","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500174","School District Name":"DZIT DIT LOOL SCHOOL OF EMPOWERMENT ACTION AND PERSEVERANCE","Physical Address Line 1":"SHEPARD SPRINGS BOULEVARD AND","Physical Address Line 2":"","Physical Address City":"NAVAJO","Physical Address State":"NM ","Physical Address Zipcode":"87328","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500173","School District Name":"TIERRA ENCANTADA CHARTER SCHOOL","Physical Address Line 1":"4601 MISSION BEND","Physical Address Line 2":"","Physical Address City":"SANTA FE","Physical Address State":"NM ","Physical Address Zipcode":"87507","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500172","School District Name":"SANDOVAL ACADEMY OF BILINGUAL EDUCATION","Physical Address Line 1":"4321 FULCRUM WAY NE SUITE A","Physical Address Line 2":"","Physical Address City":"RIO RANCHO","Physical Address State":"NM ","Physical Address Zipcode":"87144","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500171","School District Name":"TURQUOISE TRAIL CHARTER SCHOOL","Physical Address Line 1":"13A SAN MARCOS LOOP","Physical Address Line 2":"","Physical Address City":"SANTA FE","Physical Address State":"NM ","Physical Address Zipcode":"87508","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500170","School District Name":"MONTE DEL SOL CHARTER","Physical Address Line 1":"4157 WALKING RAIN RD","Physical Address Line 2":"","Physical Address City":"SANTA FE","Physical Address State":"NM ","Physical Address Zipcode":"87507","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500168","School District Name":"LAS MONTANAS CHARTER","Physical Address Line 1":"1405 S. SOLANO AVE","Physical Address Line 2":"","Physical Address City":"LAS CRUCES","Physical Address State":"NM ","Physical Address Zipcode":"88001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500167","School District Name":"EXPLORE ACADEMY","Physical Address Line 1":"5100 MASTHEAD ST NE","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500166","School District Name":"LA ACADEMIA DOLORES HUERTA","Physical Address Line 1":"1480 NORTH MAIN","Physical Address Line 2":"","Physical Address City":"LAS CRUCES","Physical Address State":"NM ","Physical Address Zipcode":"88001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500163","School District Name":"TAOS INTERNATIONAL SCHOOL","Physical Address Line 1":"118 ESTE ES ROAD","Physical Address Line 2":"","Physical Address City":"TAOS","Physical Address State":"NM ","Physical Address Zipcode":"87571","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500160","School District Name":"NEW MEXICO CONNECTIONS ACADEMY","Physical Address Line 1":"4001 OFFICE CT SUITE 201","Physical Address Line 2":"","Physical Address City":"SANTA FE","Physical Address State":"NM ","Physical Address Zipcode":"87507","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500158","School District Name":"WALATOWA CHARTER HIGH","Physical Address Line 1":"147 BEAR HEAD CANYON","Physical Address Line 2":"","Physical Address City":"JEMEZ PUEBLO","Physical Address State":"NM ","Physical Address Zipcode":"87024","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500156","School District Name":"NEW AMERICA SCHOOL - LAS CRUCES","Physical Address Line 1":"207 S MAIN ST","Physical Address Line 2":"","Physical Address City":"LAS CRUCES","Physical Address State":"NM ","Physical Address Zipcode":"88001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500155","School District Name":"LA TIERRA MONTESSORI SCHOOL OF THE ARTS AND SCIENCES","Physical Address Line 1":"659 ROADRUNNER RD","Physical Address Line 2":"","Physical Address City":"ESPANOLA","Physical Address State":"NM ","Physical Address Zipcode":"87532","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500153","School District Name":"MCCURDY CHARTER SCHOOL","Physical Address Line 1":"515 CALLE ARBOLERA","Physical Address Line 2":"","Physical Address City":"ESPANOLA","Physical Address State":"NM ","Physical Address Zipcode":"87532","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500152","School District Name":"ESTANCIA VALLEY CLASSICAL ACADEMY","Physical Address Line 1":"132 IMPALA CT","Physical Address Line 2":"","Physical Address City":"MORIARTY","Physical Address State":"NM ","Physical Address Zipcode":"87035","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500151","School District Name":"SW AERONAUTICS MATHEMATICS AND SCIENCE ACADEMY","Physical Address Line 1":"4100 AEROSPACE PKWY BW","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87121","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500150","School District Name":"AZTEC MUNICIPAL SCHOOLS","Physical Address Line 1":"1118 WEST AZTEC BLVD","Physical Address Line 2":"","Physical Address City":"AZTEC","Physical Address State":"NM ","Physical Address Zipcode":"87410","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25326289620882536,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500148","School District Name":"MISSION ACHIEVEMENT AND SUCCESS","Physical Address Line 1":"1718 YALE BLVD SE","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500143","School District Name":"RED RIVER VALLEY CHARTER SCHOOL","Physical Address Line 1":"500 EAST HIGH STREET","Physical Address Line 2":"","Physical Address City":"RED RIVER","Physical Address State":"NM ","Physical Address Zipcode":"87558","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500142","School District Name":"THE GREAT ACADEMY","Physical Address Line 1":"6001-A SAN MATEO BLVD NE","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500141","School District Name":"J PAUL TAYLOR ACADEMY","Physical Address Line 1":"402 W. COURT AVE BLDG 2","Physical Address Line 2":"","Physical Address City":"LAS CRUCES","Physical Address State":"NM ","Physical Address Zipcode":"88005","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500138","School District Name":"ALDO LEOPOLD CHARTER","Physical Address Line 1":"1422 HIGHWAY 180 EAST","Physical Address Line 2":"","Physical Address City":"SILVER CITY","Physical Address State":"NM ","Physical Address Zipcode":"88062","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500137","School District Name":"SOUTHWEST SECONDARY LEARNING CENTER","Physical Address Line 1":"10301 CANDELARIA RD NE","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87112","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500136","School District Name":"SOUTHWEST PREPARATORY LEARNING CENTER","Physical Address Line 1":"10301 CANDELARIA RD NE","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87112","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500135","School District Name":"MONTESSORI ELEMENTARY SCHOOL","Physical Address Line 1":"1730 MONTANO RD NW","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87107","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500134","School District Name":"ALBUQUERQUE BILINGUAL ACADEMY","Physical Address Line 1":"7500 LA MORADA NW","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500131","School District Name":"AMY BIEHL CHARTER HIGH SCHOOL","Physical Address Line 1":"123 4TH STREET SW","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500130","School District Name":"ALBUQUERQUE INSTITUTE OF MATH & SCIENCE","Physical Address Line 1":"933 BRADBURY SE","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500127","School District Name":"TAOS INTEGRATED SCHOOL OF THE ARTS","Physical Address Line 1":"123 MANZANARES ST","Physical Address Line 2":"","Physical Address City":"TAOS","Physical Address State":"NM ","Physical Address Zipcode":"87571","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500126","School District Name":"THE ASK ACADEMY","Physical Address Line 1":"4550 SUNDT RD NE","Physical Address Line 2":"","Physical Address City":"RIO RANCHO","Physical Address State":"NM ","Physical Address Zipcode":"87124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500125","School District Name":"THE MASTERS PROGRAM","Physical Address Line 1":"SFCC LL325 6401 RICHARDS AVE","Physical Address Line 2":"","Physical Address City":"SANTA FE","Physical Address State":"NM ","Physical Address Zipcode":"87508","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500124","School District Name":"TIERRA ADENTRO","Physical Address Line 1":"1511 CENTRAL AVE NE","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500123","School District Name":"ABQ SIGN LANGUAGE ACADEMY","Physical Address Line 1":"620 LOMAS BLVD NW","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500122","School District Name":"ABQ SCHOOL OF EXCELLENCE","Physical Address Line 1":"13201 LOMAS BLVD NE","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87112","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500121","School District Name":"SOUTH VALLEY PREP","Physical Address Line 1":"2813 GUN CLUB RD SW","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500120","School District Name":"ARTESIA PUBLIC SCHOOLS","Physical Address Line 1":"1106 WEST QUAY AVE","Physical Address Line 2":"","Physical Address City":"ARTESIA","Physical Address State":"NM ","Physical Address Zipcode":"88210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14372623574144486,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3500119","School District Name":"NM SCHOOL FOR ARTS","Physical Address Line 1":"500 MONTEZUMA AVENUE","Physical Address Line 2":"","Physical Address City":"SANTA FE","Physical Address State":"NM ","Physical Address Zipcode":"87501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500118","School District Name":"TAOS ACADEMY","Physical Address Line 1":"110 PASEO DEL CANON W","Physical Address Line 2":"","Physical Address City":"TAOS","Physical Address State":"NM ","Physical Address Zipcode":"87571","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500117","School District Name":"CESAR CHAVEZ COMMUNITY SCHOOL","Physical Address Line 1":"1325 PALOMAS DR SE","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500116","School District Name":"ALMA D'ARTE CHARTER","Physical Address Line 1":"402 WEST COURT AVE","Physical Address Line 2":"","Physical Address City":"LAS CRUCES","Physical Address State":"NM ","Physical Address Zipcode":"88005","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500112","School District Name":"SCHOOL OF DREAMS ACADEMY","Physical Address Line 1":"1800 MAIN STREET NE","Physical Address Line 2":"","Physical Address City":"LOS LUNAS","Physical Address State":"NM ","Physical Address Zipcode":"87031","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500109","School District Name":"MEDIA ARTS COLLABORATIVE CHARTER","Physical Address Line 1":"4401 CENTRAL AVE NE BLDG 2","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500107","School District Name":"HORIZON ACADEMY WEST","Physical Address Line 1":"1900 ATRISCO AVE NW","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500106","School District Name":"NORTH VALLEY ACADEMY CHARTER","Physical Address Line 1":"7939 4TH STREET NW","Physical Address Line 2":"","Physical Address City":"LOS RANCHOS DE ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500090","School District Name":"ANIMAS PUBLIC SCHOOLS","Physical Address Line 1":"1 PANTHER DR","Physical Address Line 2":"","Physical Address City":"ANIMAS","Physical Address State":"NM ","Physical Address Zipcode":"88020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1830065359477124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500060","School District Name":"ALBUQUERQUE PUBLIC SCHOOLS","Physical Address Line 1":"6400 UPTOWN BLVD NE","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15974133949191685,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500030","School District Name":"ALAMOGORDO PUBLIC SCHOOLS","Physical Address Line 1":"1211 HAWAII AVE","Physical Address Line 2":"","Physical Address City":"ALAMOGORDO","Physical Address State":"NM ","Physical Address Zipcode":"88310","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.21900641503804266,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3500016","School District Name":"UNM MIMBRES SCHOOL","Physical Address Line 1":"1001 YALE BLVD NE","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500015","School District Name":"SEQUOYAH","Physical Address Line 1":"3405 PAN AMERICAN FWY","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500014","School District Name":"NM SCHOOL FOR THE DEAF","Physical Address Line 1":"1060 CERRILLOS RD","Physical Address Line 2":"","Physical Address City":"SANTA FE","Physical Address State":"NM ","Physical Address Zipcode":"87505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500013","School District Name":"NM SCHOOL FOR THE BLIND AND VISUALLY IMPAIRED","Physical Address Line 1":"1900 N. WHITE SANDS BLVD","Physical Address Line 2":"","Physical Address City":"ALAMOGORDO","Physical Address State":"NM ","Physical Address Zipcode":"88310","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500012","School District Name":"NM CORRECTIONS","Physical Address Line 1":"615 1ST STREET NW","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500011","School District Name":"JUVENILE JUSTICE","Physical Address Line 1":"300 SAN MATEO","Physical Address Line 2":"","Physical Address City":"ALBUQUERQUE","Physical Address State":"NM ","Physical Address Zipcode":"87110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3500010","School District Name":"RIO RANCHO PUBLIC SCHOOLS","Physical Address Line 1":"500 LASER ROAD NE","Physical Address Line 2":"","Physical Address City":"RIO RANCHO","Physical Address State":"NM ","Physical Address Zipcode":"87124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09065370070232306,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3500001","School District Name":"VAUGHN MUNICIPAL SCHOOLS","Physical Address Line 1":"202 WEST 4TH STREET","Physical Address Line 2":"","Physical Address City":"VAUGHN","Physical Address State":"NM ","Physical Address Zipcode":"88353","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24761904761904763,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3480364","School District Name":"Northern Region Educational Services Commission","Physical Address Line 1":"45 Reinhardt Road","Physical Address Line 2":"","Physical Address City":"Wayne","Physical Address State":"NJ ","Physical Address Zipcode":"07470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3480363","School District Name":"Gloucester County Special Services School District","Physical Address Line 1":"1340 Tanyard Road","Physical Address Line 2":"","Physical Address City":"Sewell","Physical Address State":"NJ ","Physical Address Zipcode":"08080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3480362","School District Name":"Warren County Special Services School District","Physical Address Line 1":"682 Oxford Road","Physical Address Line 2":"","Physical Address City":"Oxford","Physical Address State":"NJ ","Physical Address Zipcode":"07863","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3480361","School District Name":"Salem County Special Services School District","Physical Address Line 1":"880 Route 45","Physical Address Line 2":"PO Box 126","Physical Address City":"Woodstown","Physical Address State":"NJ ","Physical Address Zipcode":"08098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3480360","School District Name":"Hunterdon County Educational Services Commission","Physical Address Line 1":"37 Hoffmans Crossing Rd","Physical Address Line 2":"","Physical Address City":"Califon","Physical Address State":"NJ ","Physical Address Zipcode":"07830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3480340","School District Name":"Camden County Educational Services Commission","Physical Address Line 1":"225 WHITE HORSE AVENUE","Physical Address Line 2":"","Physical Address City":"CLEMENTON","Physical Address State":"NJ ","Physical Address Zipcode":"08021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3480320","School District Name":"Northern Hills Academy School District","Physical Address Line 1":"10 GAIL CT","Physical Address Line 2":"","Physical Address City":"SPARTA","Physical Address State":"NJ ","Physical Address Zipcode":"07871","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3480300","School District Name":"Essex Regional Educational Services Commission","Physical Address Line 1":"333 Fairfield Road","Physical Address Line 2":"","Physical Address City":"FAIRFIELD","Physical Address State":"NJ ","Physical Address Zipcode":"07004","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3480280","School District Name":"Somerset County Educational Services Commission School Distr","Physical Address Line 1":"991 Route 22 West Ste 301","Physical Address Line 2":"","Physical Address City":"Bridgewater","Physical Address State":"NJ ","Physical Address Zipcode":"08807","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3480260","School District Name":"Educational Services Commission of Morris County","Physical Address Line 1":"520 Speedwell Avenue","Physical Address Line 2":"","Physical Address City":"Morris Plains","Physical Address State":"NJ ","Physical Address Zipcode":"07950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3480240","School District Name":"Monmouth-Ocean Educational Services Commission School Distri","Physical Address Line 1":"900 Hope Road","Physical Address Line 2":"","Physical Address City":"Tinton Falls","Physical Address State":"NJ ","Physical Address Zipcode":"07712","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3480200","School District Name":"Mercer County Special Services School District","Physical Address Line 1":"1020 Old Trenton Road","Physical Address Line 2":"2nd Floor","Physical Address City":"Hamilton","Physical Address State":"NJ ","Physical Address Zipcode":"08690","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3480180","School District Name":"Educational Services Commission of New Jersey","Physical Address Line 1":"1660 Stelton Road","Physical Address Line 2":"","Physical Address City":"Piscataway","Physical Address State":"NJ ","Physical Address Zipcode":"08854","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3434001","School District Name":"Joint Base McGuire-Dix-Lakehurst","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.037037037037037035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3418360","School District Name":"Wyckoff Township Public School District","Physical Address Line 1":"241 Morse Avenue","Physical Address Line 2":"","Physical Address City":"Wyckoff","Physical Address State":"NJ ","Physical Address Zipcode":"07481","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01551653736218865,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3418330","School District Name":"Woodstown-Pilesgrove Regional School District","Physical Address Line 1":"135 East Avenue","Physical Address Line 2":"","Physical Address City":"Woodstown","Physical Address State":"NJ ","Physical Address Zipcode":"08098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07765314926660914,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3418300","School District Name":"Wood-Ridge School District","Physical Address Line 1":"540 Windsor Road","Physical Address Line 2":"","Physical Address City":"Wood-Ridge","Physical Address State":"NJ ","Physical Address Zipcode":"07075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04730290456431535,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3418270","School District Name":"Woodlynne School District","Physical Address Line 1":"131 Elm Avenue","Physical Address Line 2":"","Physical Address City":"Woodlynne","Physical Address State":"NJ ","Physical Address Zipcode":"08107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3181818181818182,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3418240","School District Name":"Woodland Township School District","Physical Address Line 1":"2 John Bowker Jr. Blvd.","Physical Address Line 2":"","Physical Address City":"Chatsworth","Physical Address State":"NJ ","Physical Address Zipcode":"08019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05343511450381679,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3418210","School District Name":"Woodcliff Lake School District","Physical Address Line 1":"134 Woodcliff Avenue","Physical Address Line 2":"","Physical Address City":"Woodcliff Lake","Physical Address State":"NJ ","Physical Address Zipcode":"07677","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.020656136087484813,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3418180","School District Name":"Woodbury Heights Public School District","Physical Address Line 1":"100 Academy Avenue","Physical Address Line 2":"","Physical Address City":"Woodbury Heights","Physical Address State":"NJ ","Physical Address Zipcode":"08097","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05217391304347826,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3418150","School District Name":"Woodbury City Public School District","Physical Address Line 1":"25 N. Broad Street","Physical Address Line 2":"","Physical Address City":"Woodbury","Physical Address State":"NJ ","Physical Address Zipcode":"08096","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17405691594970218,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3418120","School District Name":"Woodbridge Township School District","Physical Address Line 1":"421 SCHOOL STREET","Physical Address Line 2":"P.O. BOX 428","Physical Address City":"WOODBRIDGE","Physical Address State":"NJ ","Physical Address Zipcode":"07095","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07991927346115035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3418090","School District Name":"Woodbine School District","Physical Address Line 1":"801 Webster St.","Physical Address Line 2":"","Physical Address City":"Woodbine","Physical Address State":"NJ ","Physical Address Zipcode":"08270","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.35051546391752575,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3418060","School District Name":"Winslow Township School District","Physical Address Line 1":"40 Cooper Folly Rd","Physical Address Line 2":"","Physical Address City":"Atco","Physical Address State":"NJ ","Physical Address Zipcode":"08004","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13408484129338474,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3418040","School District Name":"Union County Vocational-Technical School District","Physical Address Line 1":"1776 Raritan Road","Physical Address Line 2":"","Physical Address City":"Scotch Plains","Physical Address State":"NJ ","Physical Address Zipcode":"07076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3418030","School District Name":"Winfield Township","Physical Address Line 1":"7 1/2 Gulfstream Avenue","Physical Address Line 2":"","Physical Address City":"Winfield Twp","Physical Address State":"NJ ","Physical Address Zipcode":"07036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08762886597938144,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3418000","School District Name":"Willingboro Public School District","Physical Address Line 1":"440 Beverly Rancocas Road","Physical Address Line 2":"","Physical Address City":"Willingboro","Physical Address State":"NJ ","Physical Address Zipcode":"08046","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1256291524058788,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417970","School District Name":"Wildwood Crest Borough School District","Physical Address Line 1":"9100 PACIFIC AVENUE","Physical Address Line 2":"","Physical Address City":"WILDWOOD CREST","Physical Address State":"NJ ","Physical Address Zipcode":"08260","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17714285714285713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417940","School District Name":"Wildwood City School District","Physical Address Line 1":"4300 PACIFIC AVENUE","Physical Address Line 2":"","Physical Address City":"WILDWOOD","Physical Address State":"NJ ","Physical Address Zipcode":"08260","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3986371379897785,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3417920","School District Name":"Warren County Vocational Technical School","Physical Address Line 1":"1500 Route 57","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"NJ ","Physical Address Zipcode":"07882","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3417910","School District Name":"White Township Consolidated School District","Physical Address Line 1":"565 CR 519","Physical Address Line 2":"","Physical Address City":"Belvidere","Physical Address State":"NJ ","Physical Address Zipcode":"07823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04914933837429111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417880","School District Name":"Wharton Borough School District","Physical Address Line 1":"137 EAST CENTRAL AVENUE","Physical Address Line 2":"","Physical Address City":"WHARTON","Physical Address State":"NJ ","Physical Address Zipcode":"07885","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.106544901065449,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417850","School District Name":"Weymouth Township School District","Physical Address Line 1":"1202 Eleventh Avenue","Physical Address Line 2":"","Physical Address City":"Dorothy","Physical Address State":"NJ ","Physical Address Zipcode":"08317","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13015873015873017,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417820","School District Name":"Westwood Regional School District","Physical Address Line 1":"701 RIDGEWOOD ROAD","Physical Address Line 2":"","Physical Address City":"TOWNSHIP OF WASHINGTON","Physical Address State":"NJ ","Physical Address Zipcode":"07676","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.035238095238095235,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417790","School District Name":"Westville Boro Public School District","Physical Address Line 1":"101 Birch Street","Physical Address Line 2":"","Physical Address City":"Westville","Physical Address State":"NJ ","Physical Address Zipcode":"08093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1419141914191419,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417760","School District Name":"Westfield Public School District","Physical Address Line 1":"302 Elm Street","Physical Address Line 2":"","Physical Address City":"Westfield","Physical Address State":"NJ ","Physical Address Zipcode":"07090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.018223234624145785,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417730","School District Name":"Westampton Township Public School District","Physical Address Line 1":"700 Rancocas Road","Physical Address Line 2":"","Physical Address City":"Westampton","Physical Address State":"NJ ","Physical Address Zipcode":"08060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0584016393442623,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417700","School District Name":"West Windsor-Plainsboro Regional School District","Physical Address Line 1":"321 Village Rd East","Physical Address Line 2":"","Physical Address City":"West Windsor","Physical Address State":"NJ ","Physical Address Zipcode":"08550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.02359882005899705,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417670","School District Name":"WEST WILDWOOD","Physical Address Line 1":"701 West Glenwood Avenue","Physical Address Line 2":"","Physical Address City":"West Wildwood","Physical Address State":"NJ ","Physical Address Zipcode":"08260","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07575757575757576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417640","School District Name":"Woodland Park School District","Physical Address Line 1":"853 McBride Avenue","Physical Address Line 2":"","Physical Address City":"Woodland Park","Physical Address State":"NJ ","Physical Address Zipcode":"07424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19600725952813067,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417610","School District Name":"West Orange Public Schools","Physical Address Line 1":"179 Eagle Rock Ave.","Physical Address Line 2":"","Physical Address City":"West Orange","Physical Address State":"NJ ","Physical Address Zipcode":"07052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0920622466326664,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417580","School District Name":"West New York School District","Physical Address Line 1":"6028 Broadway","Physical Address Line 2":"","Physical Address City":"West New York","Physical Address State":"NJ ","Physical Address Zipcode":"07093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2666763763472182,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3417550","School District Name":"West Morris Regional High School District","Physical Address Line 1":"10 SOUTH FOUR BRIDGES ROAD","Physical Address Line 2":"","Physical Address City":"CHESTER","Physical Address State":"NJ ","Physical Address Zipcode":"07930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.018779342723004695,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417520","School District Name":"West Milford Township Public School District","Physical Address Line 1":"46 Highlander Drive","Physical Address Line 2":"","Physical Address City":"West Milford","Physical Address State":"NJ ","Physical Address Zipcode":"07480","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06401506236761591,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417500","School District Name":"Monmouth County Vocational School District","Physical Address Line 1":"4000 Kozloski Road","Physical Address Line 2":"P.O. Box 5033","Physical Address City":"Freehold","Physical Address State":"NJ ","Physical Address Zipcode":"07728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3417490","School District Name":"West Long Branch School District","Physical Address Line 1":"135 Locust Avenue","Physical Address Line 2":"","Physical Address City":"West Long Branch","Physical Address State":"NJ ","Physical Address Zipcode":"07764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06423357664233577,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417460","School District Name":"West Essex Regional School District","Physical Address Line 1":"65 West Greenbrook Road","Physical Address Line 2":"","Physical Address City":"North Caldwell","Physical Address State":"NJ ","Physical Address Zipcode":"07006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030542390731964193,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417430","School District Name":"West Deptford Township School District","Physical Address Line 1":"675 Grove Road","Physical Address Line 2":"","Physical Address City":"West Deptford","Physical Address State":"NJ ","Physical Address Zipcode":"08066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06179422835633626,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417400","School District Name":"West Cape May School District","Physical Address Line 1":"301 MOORE STREET","Physical Address Line 2":"","Physical Address City":"WEST CAPE MAY","Physical Address State":"NJ ","Physical Address Zipcode":"08204","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2571428571428571,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3417340","School District Name":"Wenonah Boro School District","Physical Address Line 1":"200 N. Clinton Avenue","Physical Address Line 2":"","Physical Address City":"Wenonah","Physical Address State":"NJ ","Physical Address Zipcode":"08090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.017391304347826087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417310","School District Name":"Weehawken Public School District","Physical Address Line 1":"53 Liberty Place","Physical Address Line 2":"Weehawken Board of Education","Physical Address City":"Weehawken","Physical Address State":"NJ ","Physical Address Zipcode":"07086","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1127554615926709,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417280","School District Name":"Wayne Township Public School District","Physical Address Line 1":"50 NELLIS DRIVE","Physical Address Line 2":"","Physical Address City":"WAYNE","Physical Address State":"NJ ","Physical Address Zipcode":"07470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06633499170812604,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417250","School District Name":"Waterford Township School District","Physical Address Line 1":"1106 Old White Horse Pike","Physical Address Line 2":"","Physical Address City":"Waterford","Physical Address State":"NJ ","Physical Address Zipcode":"08089","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08253588516746412,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417220","School District Name":"Watchung Hills Regional High School District","Physical Address Line 1":"108 Stirling Road","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"NJ ","Physical Address Zipcode":"07059","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.024496461622210124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417190","School District Name":"Watchung Borough School District","Physical Address Line 1":"1 Dr. Parenty Way","Physical Address Line 2":"","Physical Address City":"Watchung","Physical Address State":"NJ ","Physical Address Zipcode":"07069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03669724770642202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417160","School District Name":"Washington Township School District","Physical Address Line 1":"1 East Front St.","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"NJ ","Physical Address Zipcode":"07882","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.048417132216014895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417130","School District Name":"Washington Township School District","Physical Address Line 1":"53 West Mill Road","Physical Address Line 2":"","Physical Address City":"Long Valley","Physical Address State":"NJ ","Physical Address Zipcode":"07853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.023615635179153095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417100","School District Name":"Robbinsville Public Schools","Physical Address Line 1":"155 Robbinsville Edinburg Rd.","Physical Address Line 2":"","Physical Address City":"Robbinsville","Physical Address State":"NJ ","Physical Address Zipcode":"08691","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.028178936245156744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417070","School District Name":"Washington Township School District","Physical Address Line 1":"206 East Holly Avenue","Physical Address Line 2":"","Physical Address City":"Sewell","Physical Address State":"NJ ","Physical Address Zipcode":"08080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05534531693472091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417040","School District Name":"WASHINGTON TEP","Physical Address Line 1":"2434 Rt. 563","Physical Address Line 2":"","Physical Address City":"Egg Harbor","Physical Address State":"NJ ","Physical Address Zipcode":"08215","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07058823529411765,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3417010","School District Name":"Washington Borough School District","Physical Address Line 1":"300 West Stewart Street","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"NJ ","Physical Address Zipcode":"07882","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1087866108786611,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416980","School District Name":"Warren Township School District","Physical Address Line 1":"213 Mt. Horeb Road","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"NJ ","Physical Address Zipcode":"07059","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03044496487119438,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416970","School District Name":"Warren Hills Regional School District","Physical Address Line 1":"89 Bowerstown Road","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"NJ ","Physical Address Zipcode":"07882","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07138423339540657,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416950","School District Name":"Wanaque School District","Physical Address Line 1":"973A Ringwood Avenue","Physical Address Line 2":"","Physical Address City":"Haskell","Physical Address State":"NJ ","Physical Address Zipcode":"07420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10249307479224377,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416920","School District Name":"Wallington Boro School District","Physical Address Line 1":"32 Pine Street","Physical Address Line 2":"","Physical Address City":"Wallington","Physical Address State":"NJ ","Physical Address Zipcode":"07057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11332312404287902,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416890","School District Name":"Wall Township Public School District","Physical Address Line 1":"1620 18th Avenue","Physical Address Line 2":"Building B","Physical Address City":"Wall","Physical Address State":"NJ ","Physical Address Zipcode":"07719","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.032982791586998086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416870","School District Name":"Wallkill Valley Regional High School","Physical Address Line 1":"10 GRUMM ROAD","Physical Address Line 2":"","Physical Address City":"HARDYSTON TOWNSHIP","Physical Address State":"NJ ","Physical Address Zipcode":"07419","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06702412868632708,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416860","School District Name":"Waldwick School District","Physical Address Line 1":"155 Summit Avenue","Physical Address Line 2":"","Physical Address City":"Waldwick","Physical Address State":"NJ ","Physical Address Zipcode":"07463","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04286553141514973,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416830","School District Name":"Voorhees Township School District","Physical Address Line 1":"329 Rt. 73","Physical Address Line 2":"","Physical Address City":"Voorhees","Physical Address State":"NJ ","Physical Address Zipcode":"08043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05743354118805382,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416800","School District Name":"Vineland Public School District","Physical Address Line 1":"61 W Landis Ave","Physical Address Line 2":"","Physical Address City":"Vineland","Physical Address State":"NJ ","Physical Address Zipcode":"08360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.14766714766714767,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416740","School District Name":"Verona Public School District","Physical Address Line 1":"121 Fairview Avenue","Physical Address Line 2":"","Physical Address City":"Verona","Physical Address State":"NJ ","Physical Address Zipcode":"07044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03010181496237273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416710","School District Name":"Vernon Township School District","Physical Address Line 1":"625 Route 517","Physical Address Line 2":"P O Box 99","Physical Address City":"Vernon","Physical Address State":"NJ ","Physical Address Zipcode":"07462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0550403828896201,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416680","School District Name":"Ventnor City School District","Physical Address Line 1":"400 N. Lafayette Avenue","Physical Address Line 2":"","Physical Address City":"Ventnor City","Physical Address State":"NJ ","Physical Address Zipcode":"08406","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1761904761904762,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416650","School District Name":"Upper Township School District","Physical Address Line 1":"525 Perry Road","Physical Address Line 2":"","Physical Address City":"Petersburg","Physical Address State":"NJ ","Physical Address Zipcode":"08270","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07016658253407371,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416620","School District Name":"Upper Saddle River School District","Physical Address Line 1":"395 West Saddle River Road","Physical Address Line 2":"","Physical Address City":"Upper Saddle River","Physical Address State":"NJ ","Physical Address Zipcode":"07458","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.022878228782287822,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416590","School District Name":"UPPER PITTSGROVE TWP School District","Physical Address Line 1":"235 Pine Tavern Rd.","Physical Address Line 2":"","Physical Address City":"Monroeville","Physical Address State":"NJ ","Physical Address Zipcode":"08343","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11153119092627599,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416560","School District Name":"Upper Freehold Regional School District","Physical Address Line 1":"27 High Street","Physical Address Line 2":"","Physical Address City":"Allentown","Physical Address State":"NJ ","Physical Address Zipcode":"08501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.022179974651457542,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416530","School District Name":"Upper Deerfield Township School District","Physical Address Line 1":"1385 Highway 77","Physical Address Line 2":"","Physical Address City":"Seabrook","Physical Address State":"NJ ","Physical Address Zipcode":"08302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14269535673839184,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416500","School District Name":"Township of Union School District","Physical Address Line 1":"2369 Morris Avenue","Physical Address Line 2":"","Physical Address City":"Union","Physical Address State":"NJ ","Physical Address Zipcode":"07083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06915739268680444,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416470","School District Name":"Barnegat Township School District","Physical Address Line 1":"550 Barnegat Blvd","Physical Address Line 2":"","Physical Address City":"Barnegat","Physical Address State":"NJ ","Physical Address Zipcode":"08005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13111599780098956,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416440","School District Name":"Union Township School District","Physical Address Line 1":"149 Perryville Road","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"NJ ","Physical Address Zipcode":"08827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03002309468822171,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416400","School District Name":"Union County Educational Services Commission","Physical Address Line 1":"45 Cardinal Drive","Physical Address Line 2":"","Physical Address City":"Westfield","Physical Address State":"NJ ","Physical Address Zipcode":"07090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3416380","School District Name":"Union City School District","Physical Address Line 1":"3912 Bergen Turnpike","Physical Address Line 2":"","Physical Address City":"Union City","Physical Address State":"NJ ","Physical Address Zipcode":"07087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.25198198198198196,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3416350","School District Name":"Union Beach Public School District","Physical Address Line 1":"1207 Florence Ave","Physical Address Line 2":"","Physical Address City":"Union Beach","Physical Address State":"NJ ","Physical Address Zipcode":"07735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10427528675703858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416320","School District Name":"Tuckerton Borough School District","Physical Address Line 1":"217 Marine Street","Physical Address Line 2":"","Physical Address City":"Tuckerton","Physical Address State":"NJ ","Physical Address Zipcode":"08087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15087719298245614,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416290","School District Name":"Trenton Public Schools","Physical Address Line 1":"108 North Clinton Avenue","Physical Address Line 2":"","Physical Address City":"Trenton","Physical Address State":"NJ ","Physical Address Zipcode":"08609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2763515998528871,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3416260","School District Name":"Totowa Public School District","Physical Address Line 1":"294 Totowa Road","Physical Address Line 2":"","Physical Address City":"Totowa","Physical Address State":"NJ ","Physical Address Zipcode":"07512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11668273866923819,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416230","School District Name":"Toms River Regional School District","Physical Address Line 1":"1144 Hooper Avenue","Physical Address Line 2":"","Physical Address City":"Toms River","Physical Address State":"NJ ","Physical Address Zipcode":"08753","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11481686734848104,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416200","School District Name":"Tinton Falls School District","Physical Address Line 1":"658 Tinton Avenue","Physical Address Line 2":"","Physical Address City":"Tinton Falls","Physical Address State":"NJ ","Physical Address Zipcode":"07724","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04860661049902787,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416170","School District Name":"Tewksbury Township School District","Physical Address Line 1":"173 Old Turnpike Road","Physical Address Line 2":"","Physical Address City":"Califon","Physical Address State":"NJ ","Physical Address Zipcode":"07830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.02654867256637168,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416110","School District Name":"Tenafly Public School District","Physical Address Line 1":"500 TENAFLY ROAD","Physical Address Line 2":"","Physical Address City":"TENAFLY","Physical Address State":"NJ ","Physical Address Zipcode":"07670","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0405853119823302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416080","School District Name":"Teaneck School District","Physical Address Line 1":"651 Teaneck Road","Physical Address Line 2":"","Physical Address City":"Teaneck","Physical Address State":"NJ ","Physical Address Zipcode":"07666","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.061087267525035766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3416020","School District Name":"Tabernacle Township School District","Physical Address Line 1":"132 New Road","Physical Address Line 2":"","Physical Address City":"Tabernacle","Physical Address State":"NJ ","Physical Address Zipcode":"08088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03508771929824561,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415990","School District Name":"Swedesboro-Woolwich School District","Physical Address Line 1":"15 FREDRICK BLVD","Physical Address Line 2":"","Physical Address City":"WOOLWICH TWP","Physical Address State":"NJ ","Physical Address Zipcode":"08085","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04369230769230769,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415960","School District Name":"Sussex-Wantage Regional School District","Physical Address Line 1":"27 Bank Street","Physical Address Line 2":"","Physical Address City":"Sussex","Physical Address State":"NJ ","Physical Address Zipcode":"07461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07279693486590039,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415930","School District Name":"Sussex County Technical School District","Physical Address Line 1":"105 North Church Road","Physical Address Line 2":"","Physical Address City":"Sparta","Physical Address State":"NJ ","Physical Address Zipcode":"07871","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3415900","School District Name":"Summit Public School District","Physical Address Line 1":"14 Beekman Terrace","Physical Address Line 2":"","Physical Address City":"Summit","Physical Address State":"NJ ","Physical Address Zipcode":"07901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03257191201353638,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415870","School District Name":"Stratford School District","Physical Address Line 1":"111 Warwick Road","Physical Address Line 2":"","Physical Address City":"Stratford","Physical Address State":"NJ ","Physical Address Zipcode":"08084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09029649595687332,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415840","School District Name":"Stow Creek Township School District","Physical Address Line 1":"11 GUM TREE CORNER ROAD","Physical Address Line 2":"","Physical Address City":"BRIDGETON","Physical Address State":"NJ ","Physical Address Zipcode":"08302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08633093525179857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415810","School District Name":"Stone Harbor School District","Physical Address Line 1":"275 93rd Street","Physical Address Line 2":"","Physical Address City":"Stone Harbor","Physical Address State":"NJ ","Physical Address Zipcode":"08247","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.047619047619047616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415750","School District Name":"Stillwater Township School District","Physical Address Line 1":"904 Stillwater Road","Physical Address Line 2":"","Physical Address City":"Stillwater","Physical Address State":"NJ ","Physical Address Zipcode":"07875","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10357142857142858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415720","School District Name":"Stanhope School District","Physical Address Line 1":"24 Valley Road","Physical Address Line 2":"","Physical Address City":"Stanhope","Physical Address State":"NJ ","Physical Address Zipcode":"07874","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.053691275167785234,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415690","School District Name":"Stafford Township School District","Physical Address Line 1":"250 North Main Street","Physical Address Line 2":"","Physical Address City":"Manahawkin","Physical Address State":"NJ ","Physical Address Zipcode":"08050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08503401360544217,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415660","School District Name":"Springfield Township School District","Physical Address Line 1":"2146 Jacksonville-Jobstown Rd","Physical Address Line 2":"","Physical Address City":"Jobstown","Physical Address State":"NJ ","Physical Address Zipcode":"08041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09342560553633218,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415630","School District Name":"Springfield Public School District","Physical Address Line 1":"139 Mountain Avenue","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"NJ ","Physical Address Zipcode":"07081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04111911827045358,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415600","School District Name":"Spring Lake Heights School District","Physical Address Line 1":"1110 Highway 71","Physical Address Line 2":"","Physical Address City":"Spring Lake Heights","Physical Address State":"NJ ","Physical Address Zipcode":"07762","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05027932960893855,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415570","School District Name":"Spring Lake Borough","Physical Address Line 1":"411 Tuttle Avenue","Physical Address Line 2":"","Physical Address City":"Spring Lake","Physical Address State":"NJ ","Physical Address Zipcode":"07762","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07009345794392523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415540","School District Name":"Spotswood Public School District","Physical Address Line 1":"105 Summerhill Road","Physical Address Line 2":"","Physical Address City":"Spotswood","Physical Address State":"NJ ","Physical Address Zipcode":"08884","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.056129032258064517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415510","School District Name":"Sparta Township Public School District","Physical Address Line 1":"18 MOHAWK AVENUE","Physical Address Line 2":"","Physical Address City":"SPARTA","Physical Address State":"NJ ","Physical Address Zipcode":"07871","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.023097423748889546,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415480","School District Name":"Southern Regional School District","Physical Address Line 1":"105 Cedar Bridge Rd.","Physical Address Line 2":"","Physical Address City":"Manahawkin","Physical Address State":"NJ ","Physical Address Zipcode":"08050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08773109243697479,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415450","School District Name":"Delsea Regional High School District","Physical Address Line 1":"242 Fries Mill Road","Physical Address Line 2":"","Physical Address City":"Franklinville","Physical Address State":"NJ ","Physical Address Zipcode":"08322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.062359550561797754,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415420","School District Name":"Southampton Township School District","Physical Address Line 1":"Betty L. Wright Administration Building","Physical Address Line 2":"177 Main Street","Physical Address City":"Southampton","Physical Address State":"NJ ","Physical Address Zipcode":"08088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0546448087431694,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415390","School District Name":"South River Public School District","Physical Address Line 1":"15 Montgomery Street","Physical Address Line 2":"","Physical Address City":"South River","Physical Address State":"NJ ","Physical Address Zipcode":"08882","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09141055949566587,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415360","School District Name":"South Plainfield School District","Physical Address Line 1":"125 Jackson Avenue","Physical Address Line 2":"","Physical Address City":"South Plainfield","Physical Address State":"NJ ","Physical Address Zipcode":"07080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05461010922021844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415330","School District Name":"South Orange-Maplewood School District","Physical Address Line 1":"525 Academy Street","Physical Address Line 2":"","Physical Address City":"Maplewood","Physical Address State":"NJ ","Physical Address Zipcode":"07040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.042515620755229556,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415270","School District Name":"South Harrison Township School District","Physical Address Line 1":"904 Mullica Hill Road","Physical Address Line 2":"PO BOX 112","Physical Address City":"Harrisonville","Physical Address State":"NJ ","Physical Address Zipcode":"08039","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.030985915492957747,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415240","School District Name":"South Hackensack School District","Physical Address Line 1":"1 Dyer Avenue","Physical Address Line 2":"Memorial School","Physical Address City":"South Hackensack","Physical Address State":"NJ ","Physical Address Zipcode":"07606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12215909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415210","School District Name":"South Brunswick School District","Physical Address Line 1":"231 Black Horse Lane","Physical Address Line 2":"","Physical Address City":"North Brunswick","Physical Address State":"NJ ","Physical Address Zipcode":"08902","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04093314612809159,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415180","School District Name":"South Bound Brook Public School District","Physical Address Line 1":"122 Elizabeth Street","Physical Address Line 2":"","Physical Address City":"South Bound Brook","Physical Address State":"NJ ","Physical Address Zipcode":"08880","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08377896613190731,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415150","School District Name":"LAKE COMO","Physical Address Line 1":"1101 Main St","Physical Address Line 2":"","Physical Address City":"Belmar","Physical Address State":"NJ ","Physical Address Zipcode":"07719","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11320754716981132,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415120","School District Name":"South Amboy School District","Physical Address Line 1":"240 John Street","Physical Address Line 2":"","Physical Address City":"South Amboy","Physical Address State":"NJ ","Physical Address Zipcode":"08879","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11256117455138662,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415090","School District Name":"Somerville Public School District","Physical Address Line 1":"51 West Cliff St.","Physical Address Line 2":"","Physical Address City":"Somerville","Physical Address State":"NJ ","Physical Address Zipcode":"08876","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0936058009228741,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415060","School District Name":"Somerset County Vocational and Technical School District","Physical Address Line 1":"14 Vogt Drive","Physical Address Line 2":"","Physical Address City":"Bridgewater","Physical Address State":"NJ ","Physical Address Zipcode":"08807","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3415030","School District Name":"Somers Point School District","Physical Address Line 1":"121 W. New York Avenue","Physical Address Line 2":"","Physical Address City":"Somers Point","Physical Address State":"NJ ","Physical Address Zipcode":"08244","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.18921892189218922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3415000","School District Name":"Somerdale School District","Physical Address Line 1":"301 Grace Street","Physical Address Line 2":"","Physical Address City":"Somerdale","Physical Address State":"NJ ","Physical Address Zipcode":"08083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13829787234042554,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414970","School District Name":"Shrewsbury Borough School District","Physical Address Line 1":"20 Obre Place","Physical Address Line 2":"","Physical Address City":"Shrewsbury","Physical Address State":"NJ ","Physical Address Zipcode":"07702","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.024390243902439025,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414940","School District Name":"Shore Regional High School District","Physical Address Line 1":"132 MONMOUTH PARK HWY 36","Physical Address Line 2":"","Physical Address City":"WEST LONG BRANCH","Physical Address State":"NJ ","Physical Address Zipcode":"07764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.050505050505050504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414880","School District Name":"Shamong Township School District","Physical Address Line 1":"295 Indian Mills Road","Physical Address Line 2":"","Physical Address City":"Shamong","Physical Address State":"NJ ","Physical Address Zipcode":"08088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03864734299516908,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414850","School District Name":"Secaucus School District","Physical Address Line 1":"685 FIFTH STREET","Physical Address Line 2":"","Physical Address City":"SECAUCUS","Physical Address State":"NJ ","Physical Address Zipcode":"07094","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08022549869904597,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414820","School District Name":"SEASIDE PARK BORO","Physical Address Line 1":"128 Central Avenue","Physical Address Line 2":"","Physical Address City":"Seaside Park","Physical Address State":"NJ ","Physical Address Zipcode":"08752","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414790","School District Name":"Seaside Heights School District","Physical Address Line 1":"1200 BAY BLVD","Physical Address Line 2":"","Physical Address City":"SEASIDE HEIGHTS","Physical Address State":"NJ ","Physical Address Zipcode":"08751","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.44907407407407407,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3414760","School District Name":"SEA ISLE CITY BOE","Physical Address Line 1":"4501 Park Road","Physical Address Line 2":"","Physical Address City":"Sea Isle City","Physical Address State":"NJ ","Physical Address Zipcode":"08243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10067114093959731,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414730","School District Name":"Sea Girt Borough School District","Physical Address Line 1":"451 Bell Place","Physical Address Line 2":"","Physical Address City":"Sea Girt","Physical Address State":"NJ ","Physical Address Zipcode":"08750","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02074688796680498,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414670","School District Name":"Scotch Plains-Fanwood School District","Physical Address Line 1":"512 Cedar Street","Physical Address Line 2":"","Physical Address City":"Scotch Plains","Physical Address State":"NJ ","Physical Address Zipcode":"07076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02539258269295022,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414640","School District Name":"Sayreville School District","Physical Address Line 1":"150 Lincoln St.","Physical Address Line 2":"","Physical Address City":"South Amboy","Physical Address State":"NJ ","Physical Address Zipcode":"08879","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08204124642480806,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414610","School District Name":"Sandyston-Walpack Consolidated School District","Physical Address Line 1":"100 Route 560","Physical Address Line 2":"PO Box 128","Physical Address City":"Layton","Physical Address State":"NJ ","Physical Address Zipcode":"07851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03418803418803419,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3414580","School District Name":"Salem County Vocational Technical School District","Physical Address Line 1":"880 Rt 45","Physical Address Line 2":"Box 350","Physical Address City":"Woodstown","Physical Address State":"NJ ","Physical Address Zipcode":"08098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3414550","School District Name":"Salem City School District","Physical Address Line 1":"205 WALNUT ST","Physical Address Line 2":"","Physical Address City":"SALEM","Physical Address State":"NJ ","Physical Address Zipcode":"08079","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.352,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3414520","School District Name":"Saddle River School District","Physical Address Line 1":"97 E. Allendale Road","Physical Address Line 2":"","Physical Address City":"Saddle River","Physical Address State":"NJ ","Physical Address Zipcode":"07458","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.039923954372623575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414490","School District Name":"Saddle Brook School District","Physical Address Line 1":"355 Mayhill Street","Physical Address Line 2":"Administrative Offices","Physical Address City":"Saddle Brook","Physical Address State":"NJ ","Physical Address Zipcode":"07663","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06003078501795793,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414460","School District Name":"Rutherford School District","Physical Address Line 1":"176 Park Avenue","Physical Address Line 2":"","Physical Address City":"Rutherford","Physical Address State":"NJ ","Physical Address Zipcode":"07070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04314442413162706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414430","School District Name":"Runnemede Public School District","Physical Address Line 1":"24 N. Black Horse Pike - 2nd Floor","Physical Address Line 2":"","Physical Address City":"Runnemede","Physical Address State":"NJ ","Physical Address Zipcode":"08078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11681643132220795,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414400","School District Name":"Rumson-Fair Haven Regional High School District","Physical Address Line 1":"74 Ridge Road","Physical Address Line 2":"","Physical Address City":"Rumson","Physical Address State":"NJ ","Physical Address Zipcode":"07760","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.017708333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414370","School District Name":"Rumson Borough School District","Physical Address Line 1":"60 Forrest Avenue","Physical Address Line 2":"","Physical Address City":"Rumson","Physical Address State":"NJ ","Physical Address Zipcode":"07760","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02835538752362949,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414340","School District Name":"Roxbury Township School District","Physical Address Line 1":"42 N. Hillside Avenue","Physical Address Line 2":"","Physical Address City":"Succasunna","Physical Address State":"NJ ","Physical Address Zipcode":"07876","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04470588235294118,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414310","School District Name":"Roselle Park Public School District","Physical Address Line 1":"510 CHESTNUT STREET","Physical Address Line 2":"","Physical Address City":"ROSELLE PARK","Physical Address State":"NJ ","Physical Address Zipcode":"07204","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08310249307479224,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414280","School District Name":"Roselle Public Schools","Physical Address Line 1":"710 LOCUST STREET","Physical Address Line 2":"","Physical Address City":"ROSELLE","Physical Address State":"NJ ","Physical Address Zipcode":"07203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13978494623655913,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414250","School District Name":"Roseland School District","Physical Address Line 1":"100 Passaic Avenue","Physical Address Line 2":"","Physical Address City":"Roseland","Physical Address State":"NJ ","Physical Address Zipcode":"07068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.037109375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414220","School District Name":"Roosevelt Borough Public School District","Physical Address Line 1":"2a School Lane","Physical Address Line 2":"","Physical Address City":"Roosevelt","Physical Address State":"NJ ","Physical Address Zipcode":"08555","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.015267175572519083,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414160","School District Name":"ROCKLEIGH","Physical Address Line 1":"26 Rockleigh Road","Physical Address Line 2":"","Physical Address City":"Rockleigh","Physical Address State":"NJ ","Physical Address Zipcode":"07647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.041666666666666664,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414130","School District Name":"Rockaway Township School District","Physical Address Line 1":"16 School Road","Physical Address Line 2":"PO Box 500","Physical Address City":"Hibernia","Physical Address State":"NJ ","Physical Address Zipcode":"07842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03970826580226904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414100","School District Name":"Rockaway Borough School District","Physical Address Line 1":"103 East Main Street","Physical Address Line 2":"","Physical Address City":"Rockaway","Physical Address State":"NJ ","Physical Address Zipcode":"07866","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07568438003220612,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414070","School District Name":"Rochelle Park School District","Physical Address Line 1":"300 Rochelle Ave","Physical Address Line 2":"","Physical Address City":"Rochelle Park","Physical Address State":"NJ ","Physical Address Zipcode":"07662","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.053857350800582245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414040","School District Name":"Riverton School District","Physical Address Line 1":"600 Fifth Street","Physical Address Line 2":"Riverton School","Physical Address City":"Riverton","Physical Address State":"NJ ","Physical Address Zipcode":"08077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03208556149732621,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3414010","School District Name":"Riverside Township School District","Physical Address Line 1":"112 East Washington Street","Physical Address Line 2":"","Physical Address City":"Riverside","Physical Address State":"NJ ","Physical Address Zipcode":"08075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11043478260869566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413980","School District Name":"Riverdale School District","Physical Address Line 1":"52 Newark Pompton Tpk.","Physical Address Line 2":"","Physical Address City":"Riverdale","Physical Address State":"NJ ","Physical Address Zipcode":"07457","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.061170212765957445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413950","School District Name":"River Vale Public School District","Physical Address Line 1":"609 Westwood Avenue","Physical Address Line 2":"","Physical Address City":"River Vale","Physical Address State":"NJ ","Physical Address Zipcode":"07675","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.024963289280469897,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413890","School District Name":"River Edge School District","Physical Address Line 1":"410 Bogert Road","Physical Address Line 2":"","Physical Address City":"River Edge","Physical Address State":"NJ ","Physical Address Zipcode":"07661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03474576271186441,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413860","School District Name":"Ringwood School District","Physical Address Line 1":"121 Carletondale Road","Physical Address Line 2":"","Physical Address City":"Ringwood","Physical Address State":"NJ ","Physical Address Zipcode":"07456","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0456989247311828,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413830","School District Name":"Ridgewood Public School District","Physical Address Line 1":"49 Cottage Place","Physical Address Line 2":"","Physical Address City":"Ridgewood","Physical Address State":"NJ ","Physical Address Zipcode":"07450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02063983488132095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413800","School District Name":"Ridgefield Park Public School District","Physical Address Line 1":"712 Lincoln Avenue","Physical Address Line 2":"","Physical Address City":"Ridgefield Park","Physical Address State":"NJ ","Physical Address Zipcode":"07660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09391992090954028,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413770","School District Name":"Ridgefield School District","Physical Address Line 1":"555 Chestnut Street","Physical Address Line 2":"","Physical Address City":"Ridgefield","Physical Address State":"NJ ","Physical Address Zipcode":"07657","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12658227848101267,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413750","School District Name":"Red Bank Regional School District","Physical Address Line 1":"101 Ridge Road","Physical Address Line 2":"","Physical Address City":"Little Silver","Physical Address State":"NJ ","Physical Address Zipcode":"07739","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06813417190775681,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413740","School District Name":"Red Bank Borough Public School District","Physical Address Line 1":"76 Branch Avenue","Physical Address Line 2":"","Physical Address City":"Red Bank","Physical Address State":"NJ ","Physical Address Zipcode":"07701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1559917355371901,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413710","School District Name":"Readington Township School District","Physical Address Line 1":"52 Readington Road","Physical Address Line 2":"","Physical Address City":"Whitehouse Station","Physical Address State":"NJ ","Physical Address Zipcode":"08889","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03176542455711668,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413680","School District Name":"Hazlet Township Public School District","Physical Address Line 1":"421 Middle Road","Physical Address Line 2":"","Physical Address City":"Hazlet","Physical Address State":"NJ ","Physical Address Zipcode":"07730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04283845650752126,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413650","School District Name":"Randolph Township School District","Physical Address Line 1":"25 School House Road","Physical Address Line 2":"","Physical Address City":"Randolph","Physical Address State":"NJ ","Physical Address Zipcode":"07869","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02808528085280853,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413620","School District Name":"Rancocas Valley Regional High School District","Physical Address Line 1":"520 Jacksonville Road","Physical Address Line 2":"","Physical Address City":"Mount Holly","Physical Address State":"NJ ","Physical Address Zipcode":"08060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05482362940926477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413590","School District Name":"Ramsey School District","Physical Address Line 1":"25 North Franklin Turnpike","Physical Address Line 2":"","Physical Address City":"Ramsey","Physical Address State":"NJ ","Physical Address Zipcode":"07446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.026879891119428376,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413560","School District Name":"Ramapo Indian Hills Regional High School District","Physical Address Line 1":"131 Yawpo Avenue","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"NJ ","Physical Address Zipcode":"07436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01866475233309404,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413530","School District Name":"Rahway Public School District","Physical Address Line 1":"1157 Kline Place","Physical Address Line 2":"P.O. Box 1024","Physical Address City":"Rahway","Physical Address State":"NJ ","Physical Address Zipcode":"07065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1112401300510915,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413500","School District Name":"Quinton Township School District","Physical Address Line 1":"8 ROBINSON STREET","Physical Address Line 2":"PO BOX 365","Physical Address City":"QUINTON","Physical Address State":"NJ ","Physical Address Zipcode":"08072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413470","School District Name":"Prospect Park Public School District","Physical Address Line 1":"94 Brown Avenue","Physical Address Line 2":"","Physical Address City":"Prospect Park","Physical Address State":"NJ ","Physical Address Zipcode":"07508","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3329253365973072,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3413410","School District Name":"Princeton Public Schools","Physical Address Line 1":"25 Valley Road","Physical Address Line 2":"","Physical Address City":"Princeton","Physical Address State":"NJ ","Physical Address Zipcode":"08540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.03855109961190168,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413380","School District Name":"Port Republic School District","Physical Address Line 1":"137 Pomona Avenue","Physical Address Line 2":"","Physical Address City":"Port Republic","Physical Address State":"NJ ","Physical Address Zipcode":"08241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.059880239520958084,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413350","School District Name":"Pompton Lakes School District","Physical Address Line 1":"237 VAN AVENUE","Physical Address Line 2":"","Physical Address City":"POMPTON LAKES","Physical Address State":"NJ ","Physical Address Zipcode":"07442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2028735632183908,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3413320","School District Name":"Point Pleasant Beach School District","Physical Address Line 1":"299 Cooks Lane","Physical Address Line 2":"","Physical Address City":"Point Pleasant Beach","Physical Address State":"NJ ","Physical Address Zipcode":"08742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08302354399008674,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413290","School District Name":"Point Pleasant Borough School District","Physical Address Line 1":"2100 Panther Path","Physical Address Line 2":"","Physical Address City":"Point Pleasant","Physical Address State":"NJ ","Physical Address Zipcode":"08742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.058533758330918575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413260","School District Name":"Pohatcong Township School District","Physical Address Line 1":"240 Route 519","Physical Address Line 2":"","Physical Address City":"Phillipsburg","Physical Address State":"NJ ","Physical Address Zipcode":"08865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05239179954441914,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413230","School District Name":"Plumsted Township School District","Physical Address Line 1":"131 Evergreen Road","Physical Address Line 2":"","Physical Address City":"New Egypt","Physical Address State":"NJ ","Physical Address Zipcode":"08533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05314256515074093,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413200","School District Name":"Pleasantville Public School District","Physical Address Line 1":"801 Mill Road","Physical Address Line 2":"","Physical Address City":"Pleasantville","Physical Address State":"NJ ","Physical Address Zipcode":"08232","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.2789317507418398,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3413140","School District Name":"Plainfield Public School District","Physical Address Line 1":"1200 Myrtle Avenue","Physical Address Line 2":"","Physical Address City":"Plainfield","Physical Address State":"NJ ","Physical Address Zipcode":"07063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1906038703660527,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413110","School District Name":"Pittsgrove Township School District","Physical Address Line 1":"1076 ALMOND ROAD","Physical Address Line 2":"","Physical Address City":"PITTSGROVE","Physical Address State":"NJ ","Physical Address Zipcode":"08318","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10271546635182999,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413080","School District Name":"Pitman Boro School District","Physical Address Line 1":"420 Hudson Avenue","Physical Address Line 2":"","Physical Address City":"Pitman","Physical Address State":"NJ ","Physical Address Zipcode":"08071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0684248039914469,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413050","School District Name":"Piscataway Township School District","Physical Address Line 1":"1515 Stelton Rd","Physical Address Line 2":"","Physical Address City":"Piscataway","Physical Address State":"NJ ","Physical Address Zipcode":"08854","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06760965481443032,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413020","School District Name":"PINE VALLEY","Physical Address Line 1":"1 East Atlantic Ave","Physical Address Line 2":"Pine Valley BOE","Physical Address City":"Clementon","Physical Address State":"NJ ","Physical Address Zipcode":"08021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3413000","School District Name":"Pinelands Regional School District","Physical Address Line 1":"520 Nugentown Road","Physical Address Line 2":"","Physical Address City":"Little Egg Harbor","Physical Address State":"NJ ","Physical Address Zipcode":"08087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13206672845227063,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412990","School District Name":"Pine Hill School District","Physical Address Line 1":"1003 Turnerville Road","Physical Address Line 2":"","Physical Address City":"Pine HIll","Physical Address State":"NJ ","Physical Address Zipcode":"08021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15979043876882776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412960","School District Name":"Phillipsburg School District","Physical Address Line 1":"50 Sargent Avenue","Physical Address Line 2":"","Physical Address City":"Phillipsburg","Physical Address State":"NJ ","Physical Address Zipcode":"08865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.21109543958627175,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3412930","School District Name":"Perth Amboy Public School District","Physical Address Line 1":"178 Barracks Street","Physical Address Line 2":"","Physical Address City":"Perth Amboy","Physical Address State":"NJ ","Physical Address Zipcode":"08861","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18636791958957177,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412900","School District Name":"Pequannock Township School District","Physical Address Line 1":"538 Newark Pompton Tpke.","Physical Address Line 2":"","Physical Address City":"Pompton Plains","Physical Address State":"NJ ","Physical Address Zipcode":"07444","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03788546255506608,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412870","School District Name":"Pennsauken Township Board of Education School District","Physical Address Line 1":"1695 HYLTON ROAD","Physical Address Line 2":"","Physical Address City":"PENNSAUKEN","Physical Address State":"NJ ","Physical Address Zipcode":"08110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19031493396545884,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412840","School District Name":"Penns Grove-Carneys Point Regional School District","Physical Address Line 1":"100 Iona Avenue","Physical Address Line 2":"","Physical Address City":"Penns Grove","Physical Address State":"NJ ","Physical Address Zipcode":"08069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22360557768924302,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3412810","School District Name":"Pemberton Township School District","Physical Address Line 1":"1 Egbert St.","Physical Address Line 2":"","Physical Address City":"Pemberton","Physical Address State":"NJ ","Physical Address Zipcode":"08068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1053268765133172,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412720","School District Name":"Paulsboro School District","Physical Address Line 1":"662 N. DELAWARE STREET","Physical Address Line 2":"","Physical Address City":"PAULSBORO","Physical Address State":"NJ ","Physical Address Zipcode":"08066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2362982929020665,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3412690","School District Name":"Paterson Public School District","Physical Address Line 1":"90 Delaware Avenue","Physical Address Line 2":"","Physical Address City":"Paterson","Physical Address State":"NJ ","Physical Address Zipcode":"07503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.38571844518852816,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3412660","School District Name":"Long Hill Township School District","Physical Address Line 1":"759 Valley Road","Physical Address Line 2":"","Physical Address City":"Gillette","Physical Address State":"NJ ","Physical Address Zipcode":"07933","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03373015873015873,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412630","School District Name":"Passaic County Vocational School District","Physical Address Line 1":"45 Reinhardt Road","Physical Address Line 2":"","Physical Address City":"Wayne","Physical Address State":"NJ ","Physical Address Zipcode":"07470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3412600","School District Name":"Passaic County Manchester Regional High School District","Physical Address Line 1":"70 CHURCH STREET","Physical Address Line 2":"","Physical Address City":"HALEDON","Physical Address State":"NJ ","Physical Address Zipcode":"07508","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19249592169657423,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412570","School District Name":"Passaic Valley Regional High School District #1","Physical Address Line 1":"170 EAST MAIN STREET","Physical Address Line 2":"","Physical Address City":"LITTLE FALLS","Physical Address State":"NJ ","Physical Address Zipcode":"07424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12144886363636363,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412540","School District Name":"Passaic City School District","Physical Address Line 1":"663 Main Avenue","Physical Address Line 2":"","Physical Address City":"Passaic","Physical Address State":"NJ ","Physical Address Zipcode":"07055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.31245166279969067,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3412510","School District Name":"Pascack Valley Regional High School District","Physical Address Line 1":"28 West Grand Avenue","Physical Address Line 2":"Suite 2","Physical Address City":"Montvale","Physical Address State":"NJ ","Physical Address Zipcode":"07645","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.021953405017921146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412480","School District Name":"Parsippany-Troy Hills Township School District","Physical Address Line 1":"292 Parsippany Road","Physical Address Line 2":"","Physical Address City":"Parsippany","Physical Address State":"NJ ","Physical Address Zipcode":"07054","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03833772314896108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412450","School District Name":"Park Ridge School District","Physical Address Line 1":"85 Pascack Road","Physical Address Line 2":"","Physical Address City":"Park Ridge","Physical Address State":"NJ ","Physical Address Zipcode":"07656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.022696929238985315,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412420","School District Name":"Paramus Public School District","Physical Address Line 1":"145 Spring Valley Road","Physical Address Line 2":"","Physical Address City":"Paramus","Physical Address State":"NJ ","Physical Address Zipcode":"07652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04906860517946388,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412390","School District Name":"Palmyra Public School District","Physical Address Line 1":"301 Delaware Avenue","Physical Address Line 2":"","Physical Address City":"Palmyra","Physical Address State":"NJ ","Physical Address Zipcode":"08065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0895170789163722,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412360","School District Name":"Palisades Park School District","Physical Address Line 1":"410 Second St","Physical Address Line 2":"","Physical Address City":"Palisades Park","Physical Address State":"NJ ","Physical Address Zipcode":"07650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17762460233297986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412300","School District Name":"Oxford Township School District","Physical Address Line 1":"17 Kent Street","Physical Address Line 2":"","Physical Address City":"Oxford","Physical Address State":"NJ ","Physical Address Zipcode":"07863","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412270","School District Name":"ORANGE BOARD OF EDUCATION School District","Physical Address Line 1":"451 LINCOLN AVENUE","Physical Address Line 2":"","Physical Address City":"ORANGE","Physical Address State":"NJ ","Physical Address Zipcode":"07050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23567631423508564,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3412260","School District Name":"River Dell Regional School District","Physical Address Line 1":"230 Woodland Avenue","Physical Address Line 2":"","Physical Address City":"River Edge","Physical Address State":"NJ ","Physical Address Zipcode":"07661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.025099828864803195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412240","School District Name":"Oradell Public School District","Physical Address Line 1":"350 Prospect Avenue","Physical Address Line 2":"","Physical Address City":"Oradell","Physical Address State":"NJ ","Physical Address Zipcode":"07649","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0215311004784689,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412210","School District Name":"Oldmans Township School District","Physical Address Line 1":"10 FREED ROAD","Physical Address Line 2":"","Physical Address City":"PEDRICKTOWN","Physical Address State":"NJ ","Physical Address Zipcode":"08067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08712121212121213,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412180","School District Name":"Old Tappan Public School District","Physical Address Line 1":"277 Old Tappan Rd.","Physical Address Line 2":"","Physical Address City":"Old Tappan","Physical Address State":"NJ ","Physical Address Zipcode":"07675","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03169014084507042,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412150","School District Name":"Ogdensburg Borough School District","Physical Address Line 1":"100 Main Street","Physical Address Line 2":"","Physical Address City":"Ogdensburg","Physical Address State":"NJ ","Physical Address Zipcode":"07439","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0425531914893617,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412120","School District Name":"Oceanport School District","Physical Address Line 1":"29 Wolf Hill Avenue","Physical Address Line 2":"","Physical Address City":"Oceanport","Physical Address State":"NJ ","Physical Address Zipcode":"07757","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03582089552238806,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412090","School District Name":"Ocean Township School District","Physical Address Line 1":"64 Railroad Avenue","Physical Address Line 2":"","Physical Address City":"Waretown","Physical Address State":"NJ ","Physical Address Zipcode":"08758","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.155188246097337,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412060","School District Name":"Township of Ocean School District","Physical Address Line 1":"163 Monmouth Road","Physical Address Line 2":"","Physical Address City":"Oakhurst","Physical Address State":"NJ ","Physical Address Zipcode":"07755","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0715889249189324,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3412030","School District Name":"Ocean Gate School District","Physical Address Line 1":"126 West Arverne Avenue","Physical Address Line 2":"P.O. Box 478","Physical Address City":"Ocean Gate","Physical Address State":"NJ ","Physical Address Zipcode":"08740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20555555555555555,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3411980","School District Name":"Ocean County Vocational Technical School District","Physical Address Line 1":"137 Bey Lea Road","Physical Address Line 2":"","Physical Address City":"Toms River","Physical Address State":"NJ ","Physical Address Zipcode":"08753","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3411970","School District Name":"Ocean City School District","Physical Address Line 1":"501 Atlantic Avenue","Physical Address Line 2":"","Physical Address City":"Ocean City","Physical Address State":"NJ ","Physical Address Zipcode":"08226","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1297440423654016,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411940","School District Name":"Oaklyn Public School District","Physical Address Line 1":"136 Kendall Blvd.","Physical Address Line 2":"","Physical Address City":"Oaklyn","Physical Address State":"NJ ","Physical Address Zipcode":"08107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09248554913294797,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411910","School District Name":"Oakland Public School District","Physical Address Line 1":"315 Ramapo Valley Road","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"NJ ","Physical Address Zipcode":"07436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02645198389879241,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411880","School District Name":"Nutley Public School District","Physical Address Line 1":"315 FRANKLIN AVENUE","Physical Address Line 2":"","Physical Address City":"NUTLEY","Physical Address State":"NJ ","Physical Address Zipcode":"07110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.055293005671077505,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411850","School District Name":"Norwood Public School District","Physical Address Line 1":"177 Summit Street","Physical Address Line 2":"","Physical Address City":"Norwood","Physical Address State":"NJ ","Physical Address Zipcode":"07648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04011461318051576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411820","School District Name":"Northvale Public School District","Physical Address Line 1":"441 TAPPAN ROAD","Physical Address Line 2":"","Physical Address City":"NORTHVALE","Physical Address State":"NJ ","Physical Address Zipcode":"07647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04203152364273205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411790","School District Name":"Northfield City School District","Physical Address Line 1":"2000 New Road","Physical Address Line 2":"","Physical Address City":"Northfield","Physical Address State":"NJ ","Physical Address Zipcode":"08225","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.14331550802139037,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411760","School District Name":"Northern Valley Regional High School District","Physical Address Line 1":"162 Knickerbocker Road","Physical Address Line 2":"","Physical Address City":"Demarest","Physical Address State":"NJ ","Physical Address Zipcode":"07627","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.027758007117437724,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411730","School District Name":"Northern Highlands Regional High School District","Physical Address Line 1":"298 Hillside Avenue","Physical Address Line 2":"","Physical Address City":"Allendale","Physical Address State":"NJ ","Physical Address Zipcode":"07401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.020462633451957295,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411700","School District Name":"Northern Burlington County Regional School District","Physical Address Line 1":"160 Mansfield Road East","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"NJ ","Physical Address Zipcode":"08022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.036282622533418206,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411670","School District Name":"North Wildwood School District","Physical Address Line 1":"1201 Atlantic Avenue","Physical Address Line 2":"","Physical Address City":"North Wildwood","Physical Address State":"NJ ","Physical Address Zipcode":"08260","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2080745341614907,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3411640","School District Name":"North Plainfield School District","Physical Address Line 1":"33 Mountain Avenue","Physical Address Line 2":"","Physical Address City":"North Plainfield","Physical Address State":"NJ ","Physical Address Zipcode":"07060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13038130381303814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411610","School District Name":"North Hunterdon-Voorhees Regional High School District","Physical Address Line 1":"1445 State Route 31","Physical Address Line 2":"","Physical Address City":"Annandale","Physical Address State":"NJ ","Physical Address Zipcode":"08801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.026541445487954268,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411580","School District Name":"North Hanover Township School District","Physical Address Line 1":"331 Monmouth Road","Physical Address Line 2":"","Physical Address City":"Wrightstown","Physical Address State":"NJ ","Physical Address Zipcode":"08562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.072,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411550","School District Name":"North Haledon School District","Physical Address Line 1":"201 Squaw Brook Rd.","Physical Address Line 2":"","Physical Address City":"North Haledon","Physical Address State":"NJ ","Physical Address Zipcode":"07508","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10061349693251534,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411520","School District Name":"North Caldwell School District","Physical Address Line 1":"132A Gould Avenue","Physical Address Line 2":"","Physical Address City":"North Caldwell","Physical Address State":"NJ ","Physical Address Zipcode":"07006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.034782608695652174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411490","School District Name":"North Brunswick Township School District","Physical Address Line 1":"308 Old Georges Rd","Physical Address Line 2":"Maple Meade Administration Building","Physical Address City":"North Brunswick","Physical Address State":"NJ ","Physical Address Zipcode":"08902","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08581738311892062,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411460","School District Name":"North Bergen School District","Physical Address Line 1":"7317 Kennedy Blvd","Physical Address Line 2":"","Physical Address City":"North Bergen","Physical Address State":"NJ ","Physical Address Zipcode":"07047","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1846137476058736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411430","School District Name":"North Arlington School District","Physical Address Line 1":"222 Ridge Road","Physical Address Line 2":"","Physical Address City":"North Arlington","Physical Address State":"NJ ","Physical Address Zipcode":"07031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07278652906029331,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411400","School District Name":"Newton Public School District","Physical Address Line 1":"57 Trinity Street","Physical Address Line 2":"","Physical Address City":"Newton","Physical Address State":"NJ ","Physical Address Zipcode":"07860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1277533039647577,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411370","School District Name":"NEWFIELD","Physical Address Line 1":"879 Beideman Avenue","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"NJ ","Physical Address Zipcode":"08105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06716417910447761,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411340","School District Name":"Newark Public School District","Physical Address Line 1":"765 Broad Street","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.29696719620383744,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3411310","School District Name":"New Providence School District","Physical Address Line 1":"356 Elkwood Avenue","Physical Address Line 2":"","Physical Address City":"New Providence","Physical Address State":"NJ ","Physical Address Zipcode":"07974","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.017227235438884332,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411280","School District Name":"New Milford Public School District","Physical Address Line 1":"145 MADISON AVENUE","Physical Address Line 2":"","Physical Address City":"NEW MILFORD","Physical Address State":"NJ ","Physical Address Zipcode":"07646","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04879048790487905,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411250","School District Name":"New Hanover Township","Physical Address Line 1":"122 Fort Dix Street","Physical Address Line 2":"","Physical Address City":"Wrightstown","Physical Address State":"NJ ","Physical Address Zipcode":"08562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10931174089068826,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411220","School District Name":"New Brunswick School District","Physical Address Line 1":"268 Baldwin Street","Physical Address Line 2":"","Physical Address City":"New Brunswick","Physical Address State":"NJ ","Physical Address Zipcode":"08901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21798328390401725,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3411190","School District Name":"Netcong School District","Physical Address Line 1":"26 College Road","Physical Address Line 2":"","Physical Address City":"Netcong","Physical Address State":"NJ ","Physical Address Zipcode":"07857","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12448132780082988,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411160","School District Name":"Neptune Township School District","Physical Address Line 1":"60 Neptune Blvd","Physical Address Line 2":"","Physical Address City":"Neptune Twp","Physical Address State":"NJ ","Physical Address Zipcode":"07753","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12360468282058262,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411130","School District Name":"Neptune City School District","Physical Address Line 1":"210 West Sylvania Ave.","Physical Address Line 2":"","Physical Address City":"Neptune City","Physical Address State":"NJ ","Physical Address Zipcode":"07753","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11882998171846434,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411100","School District Name":"National Park Boro School District","Physical Address Line 1":"516 Lakehurst Avenue","Physical Address Line 2":"","Physical Address City":"National Park","Physical Address State":"NJ ","Physical Address Zipcode":"08063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09745762711864407,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411070","School District Name":"Mullica Township School District","Physical Address Line 1":"500 Elwood Road","Physical Address Line 2":"","Physical Address City":"Elwood","Physical Address State":"NJ ","Physical Address Zipcode":"08217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14521452145214522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411040","School District Name":"Mountainside School District","Physical Address Line 1":"1497 Woodacres Drive","Physical Address Line 2":"","Physical Address City":"Mountainside","Physical Address State":"NJ ","Physical Address Zipcode":"07092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030716723549488054,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3411010","School District Name":"Mountain Lakes Public School District","Physical Address Line 1":"400 Boulevard","Physical Address Line 2":"","Physical Address City":"Mt Lakes","Physical Address State":"NJ ","Physical Address Zipcode":"07046","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.015977443609022556,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410980","School District Name":"Mount Olive Township School District","Physical Address Line 1":"227 US Highway 206","Physical Address Line 2":"Suite 10","Physical Address City":"Flanders","Physical Address State":"NJ ","Physical Address Zipcode":"07836","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04262019735460844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410950","School District Name":"Mount Laurel Township School District","Physical Address Line 1":"330 Mount Laurel Road","Physical Address Line 2":"","Physical Address City":"Mount Laurel","Physical Address State":"NJ ","Physical Address Zipcode":"08075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03660606060606061,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410920","School District Name":"Mount Holly Township Public School District","Physical Address Line 1":"331 Levis Drive","Physical Address Line 2":"","Physical Address City":"Mt. Holly","Physical Address State":"NJ ","Physical Address Zipcode":"08060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11720430107526882,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410890","School District Name":"Mt. Ephraim School District","Physical Address Line 1":"225 W. Kings Highway","Physical Address Line 2":"","Physical Address City":"Mt. Ephraim","Physical Address State":"NJ ","Physical Address Zipcode":"08059","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13458528951486698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410860","School District Name":"Mount Arlington Public School District","Physical Address Line 1":"446 Howard Boulevard","Physical Address Line 2":"","Physical Address City":"Mount Arlington","Physical Address State":"NJ ","Physical Address Zipcode":"07856","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.051056338028169015,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410810","School District Name":"Morris School District","Physical Address Line 1":"31 HAZEL STREET","Physical Address Line 2":"","Physical Address City":"MORRISTOWN","Physical Address State":"NJ ","Physical Address Zipcode":"07960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07723169508525576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410770","School District Name":"Morris Plains School District","Physical Address Line 1":"520 SPEEDWELL AVENUE","Physical Address Line 2":"Suite 116","Physical Address City":"MORRIS PLAINS","Physical Address State":"NJ ","Physical Address Zipcode":"07950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.031141868512110725,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410740","School District Name":"Morris Hills Regional School District","Physical Address Line 1":"48 Knoll Drive","Physical Address Line 2":"","Physical Address City":"Denville","Physical Address State":"NJ ","Physical Address Zipcode":"07834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03981179876945349,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410720","School District Name":"Morris County Vocational School District","Physical Address Line 1":"400 East Main Street","Physical Address Line 2":"","Physical Address City":"Denville","Physical Address State":"NJ ","Physical Address Zipcode":"07834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3410710","School District Name":"Moorestown Township Public School District","Physical Address Line 1":"803 North Stanwick Road","Physical Address Line 2":"","Physical Address City":"Moorestown","Physical Address State":"NJ ","Physical Address Zipcode":"08057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.027294685990338165,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410680","School District Name":"Moonachie School District","Physical Address Line 1":"20 West Park Street","Physical Address Line 2":"","Physical Address City":"Moonachie","Physical Address State":"NJ ","Physical Address Zipcode":"07074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1335149863760218,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410650","School District Name":"Montville Township School District","Physical Address Line 1":"86 River Road","Physical Address Line 2":"","Physical Address City":"Montville","Physical Address State":"NJ ","Physical Address Zipcode":"07045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0302154492905938,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410620","School District Name":"Montvale Board of Education School District","Physical Address Line 1":"47 Spring Valley Road","Physical Address Line 2":"","Physical Address City":"Montvale","Physical Address State":"NJ ","Physical Address Zipcode":"07645","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029850746268656716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410590","School District Name":"Montgomery Township School District","Physical Address Line 1":"1014 Route 601","Physical Address Line 2":"","Physical Address City":"Skillman","Physical Address State":"NJ ","Physical Address Zipcode":"08558","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03230174081237911,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410560","School District Name":"Montclair Public School District","Physical Address Line 1":"22 Valley Rd.","Physical Address Line 2":"","Physical Address City":"Montclair","Physical Address State":"NJ ","Physical Address Zipcode":"07042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05189204229271007,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410530","School District Name":"Montague Township School District","Physical Address Line 1":"475 ROUTE 206","Physical Address Line 2":"","Physical Address City":"MONTAGUE","Physical Address State":"NJ ","Physical Address Zipcode":"07827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09109730848861283,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410500","School District Name":"Monroe Township School District","Physical Address Line 1":"423 BUCKELEW AVENUE","Physical Address Line 2":"","Physical Address City":"MONROE TOWNSHIP","Physical Address State":"NJ ","Physical Address Zipcode":"08831","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.028012210450709285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410470","School District Name":"Monroe Township Public School District","Physical Address Line 1":"75 East Academy Street","Physical Address Line 2":"","Physical Address City":"Williamstown","Physical Address State":"NJ ","Physical Address Zipcode":"08094","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07519872813990461,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410440","School District Name":"Monmouth Regional High School","Physical Address Line 1":"1 Norman J Field Way","Physical Address Line 2":"","Physical Address City":"Tinton Falls","Physical Address State":"NJ ","Physical Address Zipcode":"07724","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06070287539936102,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410380","School District Name":"Monmouth Beach School District","Physical Address Line 1":"7 Hastings Place","Physical Address Line 2":"","Physical Address City":"Monmouth Beach","Physical Address State":"NJ ","Physical Address Zipcode":"07750","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.026578073089700997,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410350","School District Name":"Mine Hill Township School District","Physical Address Line 1":"42 Canfield Avenue","Physical Address Line 2":"","Physical Address City":"Mine Hill","Physical Address State":"NJ ","Physical Address Zipcode":"07803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08712121212121213,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410320","School District Name":"Millville School District","Physical Address Line 1":"110 N. Third Street","Physical Address Line 2":"","Physical Address City":"Millville","Physical Address State":"NJ ","Physical Address Zipcode":"08332","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17991233085572708,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410290","School District Name":"Milltown School District","Physical Address Line 1":"21 West Church Street","Physical Address Line 2":"","Physical Address City":"Milltown","Physical Address State":"NJ ","Physical Address Zipcode":"08850","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03457943925233645,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410230","School District Name":"Millstone Township School District","Physical Address Line 1":"5 Dawson Court","Physical Address Line 2":"","Physical Address City":"Millstone Township","Physical Address State":"NJ ","Physical Address Zipcode":"08535","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.033166742389822805,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410200","School District Name":"Millburn Township School District","Physical Address Line 1":"434 Millburn Avenue","Physical Address Line 2":"","Physical Address City":"Millburn","Physical Address State":"NJ ","Physical Address Zipcode":"07041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03523884103367267,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410170","School District Name":"Milford Borough School District","Physical Address Line 1":"7 Hillside Avenue","Physical Address Line 2":"","Physical Address City":"Milford","Physical Address State":"NJ ","Physical Address Zipcode":"08848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05813953488372093,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410140","School District Name":"Midland Park School District","Physical Address Line 1":"250 Prospect Street","Physical Address Line 2":"","Physical Address City":"Midland Park","Physical Address State":"NJ ","Physical Address Zipcode":"07432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0273224043715847,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410110","School District Name":"Middletown Township Public School District","Physical Address Line 1":"834 Leonardville Road","Physical Address Line 2":"2nd floor","Physical Address City":"Leonardo","Physical Address State":"NJ ","Physical Address Zipcode":"07737","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.032541859805127235,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410080","School District Name":"Middlesex County Vocational and Technical School District","Physical Address Line 1":"112 Rues Lane","Physical Address Line 2":"","Physical Address City":"East Brunswick","Physical Address State":"NJ ","Physical Address Zipcode":"08816","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3410050","School District Name":"Middlesex Borough School District","Physical Address Line 1":"300 John F. Kennedy Drive","Physical Address Line 2":"","Physical Address City":"Middlesex","Physical Address State":"NJ ","Physical Address Zipcode":"08846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08489722966934764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3410020","School District Name":"Middle Township Public School District","Physical Address Line 1":"216 South Main Street","Physical Address Line 2":"","Physical Address City":"Cape May Court House","Physical Address State":"NJ ","Physical Address Zipcode":"08210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16388996512979465,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409990","School District Name":"Metuchen Public School District","Physical Address Line 1":"16 Simpson Place","Physical Address Line 2":"","Physical Address City":"Metuchen","Physical Address State":"NJ ","Physical Address Zipcode":"08840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02956298200514139,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409960","School District Name":"Merchantville School District","Physical Address Line 1":"130 S. Centre Street","Physical Address Line 2":"","Physical Address City":"Merchantville","Physical Address State":"NJ ","Physical Address Zipcode":"08109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12639405204460966,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409950","School District Name":"Area Vocational Technical Schools of Mercer County","Physical Address Line 1":"1085 Old Trenton Rd","Physical Address Line 2":"","Physical Address City":"Trenton","Physical Address State":"NJ ","Physical Address Zipcode":"08690","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3409930","School District Name":"Mendham Township School District","Physical Address Line 1":"18 West Main Street","Physical Address Line 2":"","Physical Address City":"Brookside","Physical Address State":"NJ ","Physical Address Zipcode":"07926","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01643192488262911,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409900","School District Name":"Mendham Borough School District","Physical Address Line 1":"12 HILLTOP ROAD","Physical Address Line 2":"","Physical Address City":"MENDHAM","Physical Address State":"NJ ","Physical Address Zipcode":"07945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01910828025477707,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409870","School District Name":"Medford Township School District","Physical Address Line 1":"137 Hartford Road","Physical Address Line 2":"","Physical Address City":"Medford","Physical Address State":"NJ ","Physical Address Zipcode":"08055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.021580229725026105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409840","School District Name":"Medford Lakes School District","Physical Address Line 1":"44 Neeta Trail","Physical Address Line 2":"","Physical Address City":"Medford Lakes","Physical Address State":"NJ ","Physical Address Zipcode":"08055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0196078431372549,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409810","School District Name":"Maywood School District","Physical Address Line 1":"452 Maywood Avenue","Physical Address Line 2":"","Physical Address City":"Maywood","Physical Address State":"NJ ","Physical Address Zipcode":"07607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.058522311631309436,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409780","School District Name":"Maurice River Township School District","Physical Address Line 1":"3593 RT 47","Physical Address Line 2":"PO BOX 464","Physical Address City":"PORT ELIZABETH","Physical Address State":"NJ ","Physical Address Zipcode":"08348","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08727272727272728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409750","School District Name":"Matawan-Aberdeen Regional School District","Physical Address Line 1":"1 Crest Way","Physical Address Line 2":"","Physical Address City":"Aberdeen","Physical Address State":"NJ ","Physical Address Zipcode":"07747","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06484733855714672,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409720","School District Name":"Marlboro Township School District","Physical Address Line 1":"1980 Township Drive","Physical Address Line 2":"","Physical Address City":"Marlboro","Physical Address State":"NJ ","Physical Address Zipcode":"07746","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.031038889903231698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409690","School District Name":"Margate City School District","Physical Address Line 1":"8103 Winchester Avenue","Physical Address Line 2":"","Physical Address City":"Margate","Physical Address State":"NJ ","Physical Address Zipcode":"08402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0756578947368421,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409660","School District Name":"Maple Shade School District","Physical Address Line 1":"170 Frederick Avenue","Physical Address Line 2":"","Physical Address City":"Maple Shade","Physical Address State":"NJ ","Physical Address Zipcode":"08052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0868945868945869,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409630","School District Name":"Manville School District","Physical Address Line 1":"1100 Brooks Boulevard","Physical Address Line 2":"","Physical Address City":"Manville","Physical Address State":"NJ ","Physical Address Zipcode":"08835","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11495176848874598,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409600","School District Name":"Mantua Township School District","Physical Address Line 1":"684 Main Street","Physical Address Line 2":"","Physical Address City":"Sewell","Physical Address State":"NJ ","Physical Address Zipcode":"08080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05651846269781462,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409550","School District Name":"North Warren Regional School District","Physical Address Line 1":"10 Noe Road","Physical Address Line 2":"","Physical Address City":"Blairstown","Physical Address State":"NJ ","Physical Address Zipcode":"07825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.045317220543806644,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3409540","School District Name":"Mansfield Township Elementary School District","Physical Address Line 1":"50 Port Murray Road","Physical Address Line 2":"","Physical Address City":"Port Murray","Physical Address State":"NJ ","Physical Address Zipcode":"07865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09156193895870736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409510","School District Name":"Mansfield Township School District","Physical Address Line 1":"200 Mansfied Road East","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"NJ ","Physical Address Zipcode":"08022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.029411764705882353,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409480","School District Name":"Mannington Township School District","Physical Address Line 1":"495 Route 45","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"NJ ","Physical Address Zipcode":"08079","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14215686274509803,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409450","School District Name":"Manchester Township School District","Physical Address Line 1":"121 Route 539","Physical Address Line 2":"","Physical Address City":"Whiting","Physical Address State":"NJ ","Physical Address Zipcode":"08759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11445949682056954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409420","School District Name":"Manasquan School District","Physical Address Line 1":"169 Broad Street","Physical Address Line 2":"","Physical Address City":"Manasquan","Physical Address State":"NJ ","Physical Address Zipcode":"08736","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.034261241970021415,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409390","School District Name":"Manalapan-Englishtown Regional Schools School District","Physical Address Line 1":"54 Main Street","Physical Address Line 2":"","Physical Address City":"Englishtown","Physical Address State":"NJ ","Physical Address Zipcode":"07726","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03404901322923444,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409360","School District Name":"Mainland Regional High School","Physical Address Line 1":"1301 OAK AVENUE","Physical Address Line 2":"","Physical Address City":"LINWOOD","Physical Address State":"NJ ","Physical Address Zipcode":"08221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07583892617449664,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409330","School District Name":"Mahwah Township Public School District","Physical Address Line 1":"60 Ridge Rd.","Physical Address Line 2":"","Physical Address City":"Mahwah","Physical Address State":"NJ ","Physical Address Zipcode":"07430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03753559409785141,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409300","School District Name":"Magnolia School District","Physical Address Line 1":"420 N. Warwick Rd","Physical Address Line 2":"","Physical Address City":"Magnolia","Physical Address State":"NJ ","Physical Address Zipcode":"08049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13033175355450238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409270","School District Name":"Old Bridge Township School District","Physical Address Line 1":"4207 Route 516","Physical Address Line 2":"Patrick A. Torre Admin. Bld.","Physical Address City":"Matawan","Physical Address State":"NJ ","Physical Address Zipcode":"07747","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05584933667316078,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409240","School District Name":"Madison Public School District","Physical Address Line 1":"359 Woodland Road","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"NJ ","Physical Address Zipcode":"07940","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029251984956122024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409210","School District Name":"Lyndhurst School District","Physical Address Line 1":"420 Fern Avenue 2nd Floor","Physical Address Line 2":"","Physical Address City":"Lyndhurst","Physical Address State":"NJ ","Physical Address Zipcode":"07071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08689081979599547,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409180","School District Name":"Lumberton Township Board of Education","Physical Address Line 1":"33 Municipal Drive","Physical Address Line 2":"","Physical Address City":"Lumberton","Physical Address State":"NJ ","Physical Address Zipcode":"08048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07367758186397985,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409150","School District Name":"Lower Township Elementary School District","Physical Address Line 1":"905 Seashore Road","Physical Address Line 2":"Administration","Physical Address City":"Cape May","Physical Address State":"NJ ","Physical Address Zipcode":"08204","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17832167832167833,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409120","School District Name":"Pennsville School District","Physical Address Line 1":"30 CHURCH STREET","Physical Address Line 2":"","Physical Address City":"PENNSVILLE","Physical Address State":"NJ ","Physical Address Zipcode":"08070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10721757322175732,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409090","School District Name":"Lower Cape May Regional School District","Physical Address Line 1":"687 Rt 9","Physical Address Line 2":"","Physical Address City":"Cape May","Physical Address State":"NJ ","Physical Address Zipcode":"08204","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14814814814814814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3409030","School District Name":"The Lower Alloways Creek School District","Physical Address Line 1":"967 Main Street - Canton","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"NJ ","Physical Address Zipcode":"08079","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11068702290076336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3409000","School District Name":"Lopatcong Township School District","Physical Address Line 1":"321 Stonehenge Drive","Physical Address Line 2":"","Physical Address City":"Phillipsburg","Physical Address State":"NJ ","Physical Address Zipcode":"08865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.045167118337850046,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408940","School District Name":"LONG BRANCH PUBLIC SCHOOL District","Physical Address Line 1":"540 BROADWAY","Physical Address Line 2":"","Physical Address City":"LONG BRANCH","Physical Address State":"NJ ","Physical Address Zipcode":"07740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1833864118895966,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408910","School District Name":"Long Beach Island Consolidated School District","Physical Address Line 1":"201 20TH STREET","Physical Address Line 2":"","Physical Address City":"SHIP BOTTOM","Physical Address State":"NJ ","Physical Address Zipcode":"08008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11328125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408880","School District Name":"Logan Township School District","Physical Address Line 1":"110 School Lane","Physical Address Line 2":"","Physical Address City":"Logan Township","Physical Address State":"NJ ","Physical Address Zipcode":"08085","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0395778364116095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408850","School District Name":"Lodi School District","Physical Address Line 1":"8 Hunter Street","Physical Address Line 2":"","Physical Address City":"Lodi","Physical Address State":"NJ ","Physical Address Zipcode":"07644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.131789594053745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408820","School District Name":"Livingston Board of Education School District","Physical Address Line 1":"11 Foxcroft Drive","Physical Address Line 2":"","Physical Address City":"Livingston","Physical Address State":"NJ ","Physical Address Zipcode":"07039","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02940210249671485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408790","School District Name":"Little Silver Boro School District","Physical Address Line 1":"124 WILLOW DRIVE","Physical Address Line 2":"","Physical Address City":"LITTLE SILVER","Physical Address State":"NJ ","Physical Address Zipcode":"07739","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.015604681404421327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408760","School District Name":"Little Ferry Public School District","Physical Address Line 1":"130 Liberty Street","Physical Address Line 2":"","Physical Address City":"Little Ferry","Physical Address State":"NJ ","Physical Address Zipcode":"07643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10526315789473684,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408730","School District Name":"Little Falls Township Public School District","Physical Address Line 1":"Little Falls School # 3","Physical Address Line 2":"560 Main Street","Physical Address City":"Little Falls","Physical Address State":"NJ ","Physical Address Zipcode":"07424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12297734627831715,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408700","School District Name":"Little Egg Harbor Township School District","Physical Address Line 1":"307 Frog Pond Road","Physical Address Line 2":"","Physical Address City":"Little Egg Harbor","Physical Address State":"NJ ","Physical Address Zipcode":"08087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16705882352941176,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408671","School District Name":"LONGPORT","Physical Address Line 1":"2305 Atlantic Avenue","Physical Address Line 2":"","Physical Address City":"Longport","Physical Address State":"NJ ","Physical Address Zipcode":"08403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408670","School District Name":"Linwood City School District","Physical Address Line 1":"51 Belhaven Avenue","Physical Address Line 2":"","Physical Address City":"Linwood","Physical Address State":"NJ ","Physical Address Zipcode":"08221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08860759493670886,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408640","School District Name":"Lindenwold Public School District","Physical Address Line 1":"801 Egg Harbor Road","Physical Address Line 2":"Administration Bldg","Physical Address City":"Lindenwold","Physical Address State":"NJ ","Physical Address Zipcode":"08021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22883597883597884,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3408610","School District Name":"Linden Public School District","Physical Address Line 1":"2 E. Gibbons Street","Physical Address Line 2":"","Physical Address City":"Linden","Physical Address State":"NJ ","Physical Address Zipcode":"07036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12299465240641712,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408580","School District Name":"Lincoln Park School District","Physical Address Line 1":"92 Ryerson Road","Physical Address Line 2":"","Physical Address City":"Lincoln Park","Physical Address State":"NJ ","Physical Address Zipcode":"07035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0494641384995878,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408520","School District Name":"Leonia Public School District","Physical Address Line 1":"566 Grand Avenue","Physical Address Line 2":"","Physical Address City":"Leonia","Physical Address State":"NJ ","Physical Address Zipcode":"07605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07707509881422925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408500","School District Name":"Lenape Valley Regional High School District","Physical Address Line 1":"28 Sparta Road","Physical Address Line 2":"","Physical Address City":"Stanhope","Physical Address State":"NJ ","Physical Address Zipcode":"07874","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06752873563218391,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408490","School District Name":"Lenape Regional High School District","Physical Address Line 1":"93 Willow Grove Road","Physical Address Line 2":"","Physical Address City":"Shamong","Physical Address State":"NJ ","Physical Address Zipcode":"08088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.026940517471325687,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408460","School District Name":"Lebanon Township School District","Physical Address Line 1":"70 Bunnvale Road","Physical Address Line 2":"","Physical Address City":"Califon","Physical Address State":"NJ ","Physical Address Zipcode":"07830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04201680672268908,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408430","School District Name":"Lebanon Borough School District","Physical Address Line 1":"6 Maple Street","Physical Address Line 2":"","Physical Address City":"Lebanon Borough","Physical Address State":"NJ ","Physical Address Zipcode":"08833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05102040816326531,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408400","School District Name":"Lawrence Township Public School District","Physical Address Line 1":"2565 Princeton Pike","Physical Address Line 2":"","Physical Address City":"Lawrenceville","Physical Address State":"NJ ","Physical Address Zipcode":"08648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05569007263922518,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408370","School District Name":"Lawrence Township School District","Physical Address Line 1":"225 Main Street","Physical Address Line 2":"","Physical Address City":"Cedarville","Physical Address State":"NJ ","Physical Address Zipcode":"08311","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19106317411402157,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408340","School District Name":"Lawnside School Distric","Physical Address Line 1":"426 East Charleston Avenue","Physical Address Line 2":"","Physical Address City":"Lawnside","Physical Address State":"NJ ","Physical Address Zipcode":"08045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16768916155419222,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408310","School District Name":"Lavallette Borough School District","Physical Address Line 1":"105 Brooklyn Avenue","Physical Address Line 2":"","Physical Address City":"Lavallette","Physical Address State":"NJ ","Physical Address Zipcode":"08735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14659685863874344,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408280","School District Name":"Laurel Springs School District","Physical Address Line 1":"623 Grand Ave.","Physical Address Line 2":"","Physical Address City":"Laurel Springs","Physical Address State":"NJ ","Physical Address Zipcode":"08021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09797297297297297,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408220","School District Name":"Lakewood Township School District","Physical Address Line 1":"200 Ramsey Avenue","Physical Address Line 2":"","Physical Address City":"Lakewood","Physical Address State":"NJ ","Physical Address Zipcode":"08701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3357857918224581,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3408190","School District Name":"Lakeland Regional High School District","Physical Address Line 1":"205 Conklintown Road","Physical Address Line 2":"","Physical Address City":"Wanaque","Physical Address State":"NJ ","Physical Address Zipcode":"07465","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04784688995215311,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408160","School District Name":"Lakehurst School District","Physical Address Line 1":"401 UNION AVENUE","Physical Address Line 2":"","Physical Address City":"LAKEHURST","Physical Address State":"NJ ","Physical Address Zipcode":"08733","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16802610114192496,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408130","School District Name":"Lafayette Township School District","Physical Address Line 1":"178 Beaver Run Road","Physical Address Line 2":"","Physical Address City":"Lafayette","Physical Address State":"NJ ","Physical Address Zipcode":"07848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.039473684210526314,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408100","School District Name":"Lacey Township School District","Physical Address Line 1":"200 Western Blvd.","Physical Address Line 2":"","Physical Address City":"Lanoka Harbor","Physical Address State":"NJ ","Physical Address Zipcode":"08734","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09136865755476503,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408070","School District Name":"Knowlton Township School District","Physical Address Line 1":"80 Route 46","Physical Address Line 2":"","Physical Address City":"Delaware","Physical Address State":"NJ ","Physical Address Zipcode":"07833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0660377358490566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408060","School District Name":"Kittatinny Regional School District","Physical Address Line 1":"77 Halsey Road","Physical Address Line 2":"","Physical Address City":"Newton","Physical Address State":"NJ ","Physical Address Zipcode":"07860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.036,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408040","School District Name":"Kinnelon School District","Physical Address Line 1":"109 Kiel Avenue","Physical Address Line 2":"","Physical Address City":"Kinnelon","Physical Address State":"NJ ","Physical Address Zipcode":"07405","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.025731584258324926,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3408010","School District Name":"Kingwood Township School District","Physical Address Line 1":"880 COUNTY RD 519","Physical Address Line 2":"","Physical Address City":"Frenchtown","Physical Address State":"NJ ","Physical Address Zipcode":"08825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05217391304347826,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407980","School District Name":"Kingsway Regional School District","Physical Address Line 1":"213 Kings Highway","Physical Address Line 2":"","Physical Address City":"Woolwich Twp.","Physical Address State":"NJ ","Physical Address Zipcode":"08085","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03343166175024582,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407950","School District Name":"Keyport School District","Physical Address Line 1":"370 Broad Street","Physical Address Line 2":"","Physical Address City":"Keyport","Physical Address State":"NJ ","Physical Address Zipcode":"07735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10859188544152745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407920","School District Name":"Kenilworth School District","Physical Address Line 1":"426 Boulevard","Physical Address Line 2":"","Physical Address City":"Kenilworth","Physical Address State":"NJ ","Physical Address Zipcode":"07033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09208523592085235,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407890","School District Name":"Kearny","Physical Address Line 1":"172-174 Midland Avenue","Physical Address Line 2":"","Physical Address City":"Kearny","Physical Address State":"NJ ","Physical Address Zipcode":"07032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1493743069855853,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407860","School District Name":"Keansburg School District","Physical Address Line 1":"100 Palmer Place","Physical Address Line 2":"","Physical Address City":"Keansburg","Physical Address State":"NJ ","Physical Address Zipcode":"07734","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2099370188943317,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3407830","School District Name":"Jersey City Public Schools","Physical Address Line 1":"346 Claremont Avenue","Physical Address Line 2":"","Physical Address City":"Jersey City","Physical Address State":"NJ ","Physical Address Zipcode":"07305","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2079101782893252,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3407800","School District Name":"Jefferson Township Public School District","Physical Address Line 1":"31 Route 181","Physical Address Line 2":"","Physical Address City":"Lake Hopatcong","Physical Address State":"NJ ","Physical Address Zipcode":"07849","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.038120567375886524,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407770","School District Name":"Jamesburg Public School District","Physical Address Line 1":"13 AUGUSTA STREET","Physical Address Line 2":"","Physical Address City":"JAMESBURG","Physical Address State":"NJ ","Physical Address Zipcode":"08831","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09513742071881606,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407740","School District Name":"Jackson Township School District","Physical Address Line 1":"151 Don Connor Boulevard","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"NJ ","Physical Address Zipcode":"08527","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10867509242541484,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407710","School District Name":"Island Heights School District","Physical Address Line 1":"115 Summit Avenue","Physical Address Line 2":"","Physical Address City":"Island Heights","Physical Address State":"NJ ","Physical Address Zipcode":"08732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07913669064748201,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407680","School District Name":"Irvington Public School District","Physical Address Line 1":"1 UNIVERSITY PLACE","Physical Address Line 2":"","Physical Address City":"IRVINGTON","Physical Address State":"NJ ","Physical Address Zipcode":"07111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.24806286150823967,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3407650","School District Name":"INTERLAKEN BOROUGH","Physical Address Line 1":"100 Grassmere Avenue","Physical Address Line 2":"","Physical Address City":"Interlaken","Physical Address State":"NJ ","Physical Address Zipcode":"07712","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0641025641025641,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407590","School District Name":"Hunterdon Central Regional High School District","Physical Address Line 1":"84 Route 31","Physical Address Line 2":"","Physical Address City":"Flemington","Physical Address State":"NJ ","Physical Address Zipcode":"08822","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03424930306650737,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407570","School District Name":"Hudson County Schools of Technology School District","Physical Address Line 1":"One High Tech Way","Physical Address Line 2":"","Physical Address City":"Secaucus","Physical Address State":"NJ ","Physical Address Zipcode":"07094","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3407560","School District Name":"Howell Township Public School District","Physical Address Line 1":"4567 US Route 9","Physical Address Line 2":"Suite D","Physical Address City":"Howell Twp","Physical Address State":"NJ ","Physical Address Zipcode":"07731","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05327659574468085,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407530","School District Name":"Hopewell Valley Regional School District","Physical Address Line 1":"425 South Main St","Physical Address Line 2":"","Physical Address City":"Pennington","Physical Address State":"NJ ","Physical Address Zipcode":"08534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02425629290617849,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407500","School District Name":"Hopewell Township School District","Physical Address Line 1":"122 Sewall Road","Physical Address Line 2":"","Physical Address City":"Bridgeton","Physical Address State":"NJ ","Physical Address Zipcode":"08302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10311284046692606,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407470","School District Name":"Hope Township School District","Physical Address Line 1":"320 Johnsonburg Road","Physical Address Line 2":"","Physical Address City":"Hope","Physical Address State":"NJ ","Physical Address Zipcode":"07844","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03272727272727273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407440","School District Name":"Hopatcong Borough School District","Physical Address Line 1":"2 Windsor Ave","Physical Address Line 2":"","Physical Address City":"Hopatcong","Physical Address State":"NJ ","Physical Address Zipcode":"07843","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05612520237452779,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407410","School District Name":"Holmdel Township School District","Physical Address Line 1":"65 McCampbell Road","Physical Address Line 2":"","Physical Address City":"Holmdel","Physical Address State":"NJ ","Physical Address Zipcode":"07733","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02894736842105263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407380","School District Name":"Holland Township School District","Physical Address Line 1":"710 Milford Warren Glen Rd.","Physical Address Line 2":"","Physical Address City":"Milford","Physical Address State":"NJ ","Physical Address Zipcode":"08848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.026262626262626262,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407350","School District Name":"Hoboken Public School District","Physical Address Line 1":"524 Park Avenue","Physical Address Line 2":"","Physical Address City":"Hoboken","Physical Address State":"NJ ","Physical Address Zipcode":"07030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06495849873691809,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407320","School District Name":"Ho-Ho-Kus School District","Physical Address Line 1":"70 Lloyd Road","Physical Address Line 2":"","Physical Address City":"Ho-Ho-Kus","Physical Address State":"NJ ","Physical Address Zipcode":"07423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.023307436182019976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407290","School District Name":"Hillside Public School District","Physical Address Line 1":"195 Virginia Street","Physical Address Line 2":"","Physical Address City":"Hillside","Physical Address State":"NJ ","Physical Address Zipcode":"07205","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11138079827400216,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407260","School District Name":"Hillsdale School District","Physical Address Line 1":"32 RUCKMAN ROAD","Physical Address Line 2":"","Physical Address City":"HILLSDALE","Physical Address State":"NJ ","Physical Address Zipcode":"07642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030670470756062766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407230","School District Name":"Hillsborough Township Public School District","Physical Address Line 1":"379 South Branch Road","Physical Address Line 2":"","Physical Address City":"Hillsborough","Physical Address State":"NJ ","Physical Address Zipcode":"08844","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.027737855705662548,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407200","School District Name":"Highlands Borough School District","Physical Address Line 1":"360 Navesink Ave","Physical Address Line 2":"","Physical Address City":"Highlands","Physical Address State":"NJ ","Physical Address Zipcode":"07732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11979166666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407170","School District Name":"Highland Park Boro School District","Physical Address Line 1":"435 MANSFIELD STREET","Physical Address Line 2":"","Physical Address City":"HIGHLAND PARK","Physical Address State":"NJ ","Physical Address Zipcode":"08904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07762777242044358,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407140","School District Name":"High Point Regional High School District","Physical Address Line 1":"299 PIDGEON HILL ROAD","Physical Address Line 2":"","Physical Address City":"SUSSEX","Physical Address State":"NJ ","Physical Address Zipcode":"07461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05415860735009671,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407110","School District Name":"High Bridge Borough School District","Physical Address Line 1":"40 Fairview Ave","Physical Address Line 2":"","Physical Address City":"HIGH BRIDGE","Physical Address State":"NJ ","Physical Address Zipcode":"08829","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06927710843373494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407080","School District Name":"HI NELLA","Physical Address Line 1":"111 Warwick Road","Physical Address Line 2":"","Physical Address City":"Stratford","Physical Address State":"NJ ","Physical Address Zipcode":"08084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17272727272727273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3407050","School District Name":"Henry Hudson Regional School District","Physical Address Line 1":"1 Grand Tour","Physical Address Line 2":"","Physical Address City":"Highlands","Physical Address State":"NJ ","Physical Address Zipcode":"07732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05934065934065934,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406990","School District Name":"Hawthorne Public School District","Physical Address Line 1":"445 Lafayette Avenue","Physical Address Line 2":"","Physical Address City":"Hawthorne","Physical Address State":"NJ ","Physical Address Zipcode":"07506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11211247296322999,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406960","School District Name":"Haworth Public School District","Physical Address Line 1":"205 Valley Road","Physical Address Line 2":"","Physical Address City":"Haworth","Physical Address State":"NJ ","Physical Address Zipcode":"07641","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.017716535433070866,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406930","School District Name":"Hasbrouck Heights School District","Physical Address Line 1":"379 Boulevard","Physical Address Line 2":"","Physical Address City":"Hasbrouck Heights","Physical Address State":"NJ ","Physical Address Zipcode":"07604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05426765015806112,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406900","School District Name":"Harrison Township School District","Physical Address Line 1":"120 N. Main Street","Physical Address Line 2":"","Physical Address City":"Mullica Hill","Physical Address State":"NJ ","Physical Address Zipcode":"08062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04396371249127704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406870","School District Name":"Harrison Public Schools","Physical Address Line 1":"501 Hamilton Street","Physical Address Line 2":"","Physical Address City":"Harrison","Physical Address State":"NJ ","Physical Address Zipcode":"07029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18391959798994975,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406840","School District Name":"Harrington Park School District","Physical Address Line 1":"191 Harriot Avenue","Physical Address Line 2":"","Physical Address City":"Harrington Park","Physical Address State":"NJ ","Physical Address Zipcode":"07640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07142857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406810","School District Name":"Harmony Township School District","Physical Address Line 1":"2551 BELVIDERE ROAD","Physical Address Line 2":"","Physical Address City":"PHILLIPSBURG","Physical Address State":"NJ ","Physical Address Zipcode":"08865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.046242774566473986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406780","School District Name":"Hardyston Township School District","Physical Address Line 1":"183 Wheatsworth Road","Physical Address Line 2":"","Physical Address City":"Hamburg","Physical Address State":"NJ ","Physical Address Zipcode":"07419","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06528662420382166,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406720","School District Name":"Harding Township School District","Physical Address Line 1":"34 Lees Hill Road","Physical Address Line 2":"","Physical Address City":"New Vernon","Physical Address State":"NJ ","Physical Address Zipcode":"07976","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.028700906344410877,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406690","School District Name":"Hanover Township School District","Physical Address Line 1":"61 Highland Avenue","Physical Address Line 2":"","Physical Address City":"Whippany","Physical Address State":"NJ ","Physical Address Zipcode":"07981","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029133284777858703,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406660","School District Name":"Hanover Park Regional High School District","Physical Address Line 1":"75 Mount Pleasant Avenue","Physical Address Line 2":"","Physical Address City":"East Hanover","Physical Address State":"NJ ","Physical Address Zipcode":"07936","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.024824952259707194,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406630","School District Name":"Hampton Township School District","Physical Address Line 1":"1 School Road","Physical Address Line 2":"","Physical Address City":"Newton","Physical Address State":"NJ ","Physical Address Zipcode":"07860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04472843450479233,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406600","School District Name":"Hampton Borough School District","Physical Address Line 1":"32-41 SOUTH STREET","Physical Address Line 2":"","Physical Address City":"HAMPTON","Physical Address State":"NJ ","Physical Address Zipcode":"08827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07758620689655173,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406570","School District Name":"Hammonton School District","Physical Address Line 1":"566 Old Forks Road","Physical Address Line 2":"","Physical Address City":"Hammonton","Physical Address State":"NJ ","Physical Address Zipcode":"08037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12208504801097393,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406540","School District Name":"Hamilton Township Public School District","Physical Address Line 1":"90 Park Avenue","Physical Address Line 2":"","Physical Address City":"Hamilton","Physical Address State":"NJ ","Physical Address Zipcode":"08690","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09252534422756847,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406510","School District Name":"Hamilton Township School District","Physical Address Line 1":"1876 DR. DENNIS FOREMAN DR.","Physical Address Line 2":"","Physical Address City":"MAYS LANDING","Physical Address State":"NJ ","Physical Address Zipcode":"08330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.15314659876318662,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406480","School District Name":"Hamburg School District","Physical Address Line 1":"30 Linwood Ave.","Physical Address Line 2":"","Physical Address City":"Hamburg","Physical Address State":"NJ ","Physical Address Zipcode":"07419","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09836065573770492,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406450","School District Name":"Haledon Public School District","Physical Address Line 1":"91 Henry Street","Physical Address Line 2":"","Physical Address City":"Haledon","Physical Address State":"NJ ","Physical Address Zipcode":"07508","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2650485436893204,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3406420","School District Name":"Hainesport Township School District","Physical Address Line 1":"211 Broad St.","Physical Address Line 2":"","Physical Address City":"Hainesport","Physical Address State":"NJ ","Physical Address Zipcode":"08036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.049315068493150684,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406390","School District Name":"Haddonfield School District","Physical Address Line 1":"1 Lincoln Avenue","Physical Address Line 2":"","Physical Address City":"Haddonfield","Physical Address State":"NJ ","Physical Address Zipcode":"08033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.018703784254023487,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406360","School District Name":"Haddon Township School District","Physical Address Line 1":"500 RHOADS AVENUE","Physical Address Line 2":"","Physical Address City":"WESTMONT","Physical Address State":"NJ ","Physical Address Zipcode":"08108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.060906515580736544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406330","School District Name":"HADDON HEIGHTS School District","Physical Address Line 1":"316-A SEVENTH AVE","Physical Address Line 2":"","Physical Address City":"HADDON HEIGHTS","Physical Address State":"NJ ","Physical Address Zipcode":"08035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.050921861281826165,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406300","School District Name":"Hackettstown Public School District","Physical Address Line 1":"315 Washington Street","Physical Address Line 2":"PO Box 465","Physical Address City":"Hackettstown","Physical Address State":"NJ ","Physical Address Zipcode":"07840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07464028776978417,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406270","School District Name":"Hackensack School District","Physical Address Line 1":"191 Second Street","Physical Address Line 2":"","Physical Address City":"Hackensack","Physical Address State":"NJ ","Physical Address Zipcode":"07601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13995215311004786,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406240","School District Name":"Guttenberg School District","Physical Address Line 1":"301 69th Street","Physical Address Line 2":"","Physical Address City":"Guttenberg","Physical Address State":"NJ ","Physical Address Zipcode":"07093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20724094881398253,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3406210","School District Name":"Greenwich Township School District","Physical Address Line 1":"101 Wyndham Farm Boulevard","Physical Address Line 2":"","Physical Address City":"Stewartsville","Physical Address State":"NJ ","Physical Address Zipcode":"08886","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04296545914069082,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406180","School District Name":"Greenwich Township School District","Physical Address Line 1":"415 Swedesboro Road","Physical Address Line 2":"","Physical Address City":"Gibbstown","Physical Address State":"NJ ","Physical Address Zipcode":"08027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07503607503607504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406150","School District Name":"Greenwich Township School District","Physical Address Line 1":"839 YE GREATE STREET","Physical Address Line 2":"","Physical Address City":"GREENWICH","Physical Address State":"NJ ","Physical Address Zipcode":"08323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11904761904761904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3406120","School District Name":"Green Brook Township Public School District","Physical Address Line 1":"132 Jefferson Avenue","Physical Address Line 2":"","Physical Address City":"Green Brook","Physical Address State":"NJ ","Physical Address Zipcode":"08812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03769230769230769,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406090","School District Name":"Green Township School District","Physical Address Line 1":"69 Mackerley Road","Physical Address Line 2":"","Physical Address City":"Greendell","Physical Address State":"NJ ","Physical Address Zipcode":"07839","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.02857142857142857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406060","School District Name":"Greater Egg Harbor Regional High School District","Physical Address Line 1":"1824 Dr. Dennis Foreman Dr.","Physical Address Line 2":"","Physical Address City":"Mays Landing","Physical Address State":"NJ ","Physical Address Zipcode":"08330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12029881504379186,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406040","School District Name":"Gloucester County Vocational-Technical School District","Physical Address Line 1":"1360 Tanyard Road","Physical Address Line 2":"","Physical Address City":"Sewell","Physical Address State":"NJ ","Physical Address Zipcode":"08080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3406030","School District Name":"Gloucester Township Public Schools","Physical Address Line 1":"17 Erial Road","Physical Address Line 2":"","Physical Address City":"Blackwood","Physical Address State":"NJ ","Physical Address Zipcode":"08012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11640581330352152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3406000","School District Name":"Gloucester City Public School District","Physical Address Line 1":"1300 Market Street","Physical Address Line 2":"","Physical Address City":"Gloucester City","Physical Address State":"NJ ","Physical Address Zipcode":"08030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.21530343007915567,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3405970","School District Name":"Glen Rock Public School District","Physical Address Line 1":"620 HARRISTOWN ROAD","Physical Address Line 2":"","Physical Address City":"GLEN ROCK","Physical Address State":"NJ ","Physical Address Zipcode":"07452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.012466943709860219,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405940","School District Name":"Glen Ridge Public School District","Physical Address Line 1":"12 High Street","Physical Address Line 2":"","Physical Address City":"Glen Ridge","Physical Address State":"NJ ","Physical Address Zipcode":"07028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.050082553659878924,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405880","School District Name":"Glassboro School District","Physical Address Line 1":"560 Joseph L Bowe Blvd","Physical Address Line 2":"","Physical Address City":"Glassboro","Physical Address State":"NJ ","Physical Address Zipcode":"08028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1328976034858388,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405850","School District Name":"Gibbsboro Elementary School District","Physical Address Line 1":"37 Kirkwood Rd.","Physical Address Line 2":"","Physical Address City":"Gibbsboro","Physical Address State":"NJ ","Physical Address Zipcode":"08026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1036036036036036,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405820","School District Name":"Gateway Regional High School District","Physical Address Line 1":"775 Tanyard Road","Physical Address Line 2":"","Physical Address City":"Woodbury Heights","Physical Address State":"NJ ","Physical Address Zipcode":"08096","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0728051391862955,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405790","School District Name":"Garwood Boro","Physical Address Line 1":"400 Second Avenue","Physical Address Line 2":"","Physical Address City":"Garwood","Physical Address State":"NJ ","Physical Address Zipcode":"07027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0423728813559322,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405760","School District Name":"Garfield Public School District","Physical Address Line 1":"34 OUTWATER LANE","Physical Address Line 2":"","Physical Address City":"GARFIELD","Physical Address State":"NJ ","Physical Address Zipcode":"07026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15304202383441354,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405730","School District Name":"Galloway Township Public School District","Physical Address Line 1":"101 S REEDS ROAD","Physical Address Line 2":"","Physical Address City":"GALLOWAY","Physical Address State":"NJ ","Physical Address Zipcode":"08205","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.14485010388839417,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405700","School District Name":"Frenchtown Borough School District","Physical Address Line 1":"902 Harrison St.","Physical Address Line 2":"","Physical Address City":"Frenchtown","Physical Address State":"NJ ","Physical Address Zipcode":"08822","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405670","School District Name":"Frelinghuysen Township School District","Physical Address Line 1":"780 Route 94","Physical Address Line 2":"","Physical Address City":"Newton","Physical Address State":"NJ ","Physical Address Zipcode":"07860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.050314465408805034,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405640","School District Name":"Freehold Township School District","Physical Address Line 1":"384 West Main Street","Physical Address Line 2":"","Physical Address City":"Freehold","Physical Address State":"NJ ","Physical Address Zipcode":"07728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04173027989821883,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405610","School District Name":"Freehold Regional High School District","Physical Address Line 1":"11 Pine Street","Physical Address Line 2":"Administration Building","Physical Address City":"Englishtown","Physical Address State":"NJ ","Physical Address Zipcode":"07726","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.039579897578335216,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405580","School District Name":"Freehold Borough School District","Physical Address Line 1":"280 Park Avenue","Physical Address Line 2":"","Physical Address City":"Freehold","Physical Address State":"NJ ","Physical Address Zipcode":"07728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17575757575757575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405550","School District Name":"Fredon Township School District","Physical Address Line 1":"459 Route #94S","Physical Address Line 2":"","Physical Address City":"Newton","Physical Address State":"NJ ","Physical Address Zipcode":"07860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.051470588235294115,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405520","School District Name":"Franklin Township School District","Physical Address Line 1":"52 Asbury-Broadway Road","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"NJ ","Physical Address Zipcode":"07882","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06694560669456066,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405490","School District Name":"Franklin Township Public School District","Physical Address Line 1":"2301 Route 27","Physical Address Line 2":"","Physical Address City":"Somerset","Physical Address State":"NJ ","Physical Address Zipcode":"08873","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07792994788510484,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405460","School District Name":"Franklin Township School District","Physical Address Line 1":"226 Quakertown Road","Physical Address Line 2":"","Physical Address City":"Quakertown","Physical Address State":"NJ ","Physical Address Zipcode":"08868","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.046296296296296294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405430","School District Name":"Township of Franklin School District","Physical Address Line 1":"3228 Coles Mill Road","Physical Address Line 2":"","Physical Address City":"Franklinville","Physical Address State":"NJ ","Physical Address Zipcode":"08322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07834441980783444,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405400","School District Name":"Franklin Borough School District","Physical Address Line 1":"50 Washington Avenue","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"NJ ","Physical Address Zipcode":"07416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1162227602905569,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405370","School District Name":"Franklin Lakes School District","Physical Address Line 1":"490 Pulis Avenue","Physical Address Line 2":"","Physical Address City":"Franklin Lakes","Physical Address State":"NJ ","Physical Address Zipcode":"07417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03253652058432935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405340","School District Name":"Frankford Township Consolidated School District","Physical Address Line 1":"2 Pines Road","Physical Address Line 2":"","Physical Address City":"Branchville","Physical Address State":"NJ ","Physical Address Zipcode":"07826","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0499001996007984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3405310","School District Name":"Fort Lee School District","Physical Address Line 1":"231 Main Street 3Fl.","Physical Address Line 2":"","Physical Address City":"Fort Lee","Physical Address State":"NJ ","Physical Address Zipcode":"07024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405280","School District Name":"Folsom Borough School District","Physical Address Line 1":"1357 Mays Landing Road","Physical Address Line 2":"","Physical Address City":"Folsom","Physical Address State":"NJ ","Physical Address Zipcode":"08037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10416666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405250","School District Name":"Florham Park School District","Physical Address Line 1":"67 Ridgedale Aveune","Physical Address Line 2":"","Physical Address City":"Florham Park","Physical Address State":"NJ ","Physical Address Zipcode":"07932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03228962818003914,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405220","School District Name":"Florence Township School District","Physical Address Line 1":"201 Cedar Street","Physical Address Line 2":"","Physical Address City":"Florence","Physical Address State":"NJ ","Physical Address Zipcode":"08518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07105719237435008,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405190","School District Name":"Flemington-Raritan Regional School District","Physical Address Line 1":"50 Court Street","Physical Address Line 2":"","Physical Address City":"Flemington","Physical Address State":"NJ ","Physical Address Zipcode":"08822","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0479502196193265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405130","School District Name":"Farmingdale Public School District","Physical Address Line 1":"49 Academy Street","Physical Address Line 2":"","Physical Address City":"Farmingdale","Physical Address State":"NJ ","Physical Address Zipcode":"07727","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13675213675213677,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405070","School District Name":"Fairview Public School District","Physical Address Line 1":"130 Hamilton Avenue","Physical Address Line 2":"","Physical Address City":"Fairview","Physical Address State":"NJ ","Physical Address Zipcode":"07022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2426512968299712,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3405040","School District Name":"Fairfield Township School District","Physical Address Line 1":"375 Gouldtown-Woodruff Rd.","Physical Address Line 2":"","Physical Address City":"Bridgeton","Physical Address State":"NJ ","Physical Address Zipcode":"08302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17448405253283303,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3405010","School District Name":"Fairfield Public School District","Physical Address Line 1":"15 Knoll Road","Physical Address Line 2":"Stevenson School","Physical Address City":"Fairfield","Physical Address State":"NJ ","Physical Address Zipcode":"07004","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05365126676602087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404980","School District Name":"Fair Lawn Public School District","Physical Address Line 1":"37-01 Fair Lawn Avenue","Physical Address Line 2":"","Physical Address City":"Fair Lawn","Physical Address State":"NJ ","Physical Address Zipcode":"07410","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04374638658701099,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404950","School District Name":"Fair Haven School District","Physical Address Line 1":"224 Hance Road","Physical Address Line 2":"Fair Haven","Physical Address City":"Fair Haven","Physical Address State":"NJ ","Physical Address Zipcode":"07704","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02510460251046025,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404920","School District Name":"Ewing Township School District","Physical Address Line 1":"2099 Pennington Rd","Physical Address Line 2":"","Physical Address City":"Ewing","Physical Address State":"NJ ","Physical Address Zipcode":"08618","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09812623274161736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404890","School District Name":"Evesham Township School District","Physical Address Line 1":"25 S. Maple Avenue","Physical Address Line 2":"","Physical Address City":"Marlton","Physical Address State":"NJ ","Physical Address Zipcode":"08053","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03336130927402434,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404860","School District Name":"Estell Manor School District","Physical Address Line 1":"128 Cape May Avenue","Physical Address Line 2":"","Physical Address City":"Estell Manor","Physical Address State":"NJ ","Physical Address Zipcode":"08319","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10472972972972973,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404830","School District Name":"Essex Fells School District","Physical Address Line 1":"102 HAWTHORNE ROAD","Physical Address Line 2":"","Physical Address City":"ESSEX FELLS","Physical Address State":"NJ ","Physical Address Zipcode":"07021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02766798418972332,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404800","School District Name":"Essex County Schools of Technology","Physical Address Line 1":"60 Nelson Place 1 North","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3404770","School District Name":"Englewood Cliffs School District","Physical Address Line 1":"143 Charlotte Place","Physical Address Line 2":"","Physical Address City":"Englewood Cliffs","Physical Address State":"NJ ","Physical Address Zipcode":"07632","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06455399061032864,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404740","School District Name":"Englewood Public School District","Physical Address Line 1":"274 Knickerbocker Road","Physical Address Line 2":"","Physical Address City":"Englewood","Physical Address State":"NJ ","Physical Address Zipcode":"07631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11840475600693584,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404710","School District Name":"Emerson Public School District","Physical Address Line 1":"133 Main Street","Physical Address Line 2":"Administration Bldg.","Physical Address City":"Emerson","Physical Address State":"NJ ","Physical Address Zipcode":"07630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.023718439173680182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404680","School District Name":"Elsinboro Township School District","Physical Address Line 1":"631 Salem-Ft. Elfsborg Rd.","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"NJ ","Physical Address Zipcode":"08079","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10833333333333334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404660","School District Name":"Elmwood Park School District","Physical Address Line 1":"60 East 53rd Street","Physical Address Line 2":"","Physical Address City":"Elmwood Park","Physical Address State":"NJ ","Physical Address Zipcode":"07407","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09777138749101366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404620","School District Name":"Elk Township School District","Physical Address Line 1":"900 Clems Run","Physical Address Line 2":"","Physical Address City":"Glassboro","Physical Address State":"NJ ","Physical Address Zipcode":"08028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06837606837606838,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404590","School District Name":"Elizabeth Public Schools","Physical Address Line 1":"500 North Broad Street","Physical Address Line 2":"","Physical Address City":"Elizabeth","Physical Address State":"NJ ","Physical Address Zipcode":"07208","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20194502785133778,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3404560","School District Name":"Egg Harbor Township School District","Physical Address Line 1":"13 Swift Drive","Physical Address Line 2":"","Physical Address City":"Egg Harbor Township","Physical Address State":"NJ ","Physical Address Zipcode":"08234","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12591605596269154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404530","School District Name":"Egg Harbor City School District","Physical Address Line 1":"730 Havana Avenue","Physical Address Line 2":"","Physical Address City":"Egg Harbor City","Physical Address State":"NJ ","Physical Address Zipcode":"08215","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24705882352941178,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3404500","School District Name":"Edison Township School District","Physical Address Line 1":"312 Pierson Avenue","Physical Address Line 2":"","Physical Address City":"Edison","Physical Address State":"NJ ","Physical Address Zipcode":"08837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.059263959390862944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404470","School District Name":"Edgewater Park Township School District","Physical Address Line 1":"25 Washington Avenue","Physical Address Line 2":"","Physical Address City":"Edgewater Park","Physical Address State":"NJ ","Physical Address Zipcode":"08010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10142348754448399,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404440","School District Name":"Edgewater School District","Physical Address Line 1":"251 Undercliff Ave","Physical Address Line 2":"","Physical Address City":"Edgewater","Physical Address State":"NJ ","Physical Address Zipcode":"07020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07046332046332046,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404410","School District Name":"Eatontown Public School District","Physical Address Line 1":"5 Grant Avenue","Physical Address Line 2":"","Physical Address City":"Eatontown","Physical Address State":"NJ ","Physical Address Zipcode":"07724","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11279620853080569,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404380","School District Name":"Eastern Camden County Regional School District","Physical Address Line 1":"1202 LAUREL OAK ROAD","Physical Address Line 2":"SUITE 201","Physical Address City":"VOORHEES","Physical Address State":"NJ ","Physical Address Zipcode":"08043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04716981132075472,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404350","School District Name":"Eastampton Township School District","Physical Address Line 1":"1 Student Drive","Physical Address Line 2":"","Physical Address City":"Eastampton","Physical Address State":"NJ ","Physical Address Zipcode":"08060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04953560371517028,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404320","School District Name":"East Windsor Regional School District","Physical Address Line 1":"25A LESHIN LANE","Physical Address Line 2":"","Physical Address City":"HIGHTSTOWN","Physical Address State":"NJ ","Physical Address Zipcode":"08520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07131960335621663,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404290","School District Name":"East Rutherford School District","Physical Address Line 1":"100 Uhland Street","Physical Address Line 2":"","Physical Address City":"East Rutherford","Physical Address State":"NJ ","Physical Address Zipcode":"07073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08843537414965986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404230","School District Name":"East Orange School District","Physical Address Line 1":"199 4th Ave","Physical Address Line 2":"","Physical Address City":"East Orange","Physical Address State":"NJ ","Physical Address Zipcode":"07017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23910401111304047,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3404200","School District Name":"East Newark School District","Physical Address Line 1":"501-11 North Third Street","Physical Address Line 2":"","Physical Address City":"East Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.27461139896373055,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3404170","School District Name":"East Hanover Township School District","Physical Address Line 1":"20 School Avenue","Physical Address Line 2":"","Physical Address City":"East Hanover","Physical Address State":"NJ ","Physical Address Zipcode":"07936","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029918404351767906,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404140","School District Name":"East Greenwich Township School District","Physical Address Line 1":"559 Kings Highway","Physical Address Line 2":"","Physical Address City":"Mickleton","Physical Address State":"NJ ","Physical Address Zipcode":"08056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.034623217922606926,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404110","School District Name":"East Brunswick Township School District","Physical Address Line 1":"760 Route 18","Physical Address Line 2":"","Physical Address City":"East Brunswick","Physical Address State":"NJ ","Physical Address Zipcode":"08816","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.050317973892669864,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404080","School District Name":"East Amwell Township School District","Physical Address Line 1":"43 Wertsville Road","Physical Address Line 2":"","Physical Address City":"Ringoes","Physical Address State":"NJ ","Physical Address Zipcode":"08551","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03937007874015748,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404050","School District Name":"Eagleswood Township School District","Physical Address Line 1":"511 Route 9","Physical Address Line 2":"","Physical Address City":"West Creek","Physical Address State":"NJ ","Physical Address Zipcode":"08092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16296296296296298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3404020","School District Name":"Dunellen Public School District","Physical Address Line 1":"400 High Street","Physical Address Line 2":"","Physical Address City":"Dunellen","Physical Address State":"NJ ","Physical Address Zipcode":"08812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09016393442622951,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403990","School District Name":"Dumont Public School District","Physical Address Line 1":"25 Depew Street","Physical Address Line 2":"","Physical Address City":"Dumont","Physical Address State":"NJ ","Physical Address Zipcode":"07628","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04313591235878124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403960","School District Name":"Downe Township School District","Physical Address Line 1":"220 Main Street","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"NJ ","Physical Address Zipcode":"08345","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09333333333333334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3403930","School District Name":"Dover Public School District","Physical Address Line 1":"100 Grace Street","Physical Address Line 2":"","Physical Address City":"Dover","Physical Address State":"NJ ","Physical Address Zipcode":"07801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16150793650793652,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403900","School District Name":"Deptford Township Public School District","Physical Address Line 1":"2022 Good Intent Road","Physical Address Line 2":"","Physical Address City":"Deptford","Physical Address State":"NJ ","Physical Address Zipcode":"08096","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08029026217228465,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403870","School District Name":"Denville Township K-8 School District","Physical Address Line 1":"1 St. Mary Place","Physical Address Line 2":"2nd Floor","Physical Address City":"Denville","Physical Address State":"NJ ","Physical Address Zipcode":"07834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029708520179372196,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403840","School District Name":"Dennis Township School District","Physical Address Line 1":"601 HAGAN ROAD","Physical Address Line 2":"","Physical Address City":"CLERMONT","Physical Address State":"NJ ","Physical Address Zipcode":"08210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11363636363636363,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403810","School District Name":"Demarest School District","Physical Address Line 1":"568 Piermont Road","Physical Address Line 2":"","Physical Address City":"Demarest","Physical Address State":"NJ ","Physical Address Zipcode":"07627","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03671071953010279,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403780","School District Name":"Delran Township School District","Physical Address Line 1":"52 Hartford Road","Physical Address Line 2":"","Physical Address City":"Delran","Physical Address State":"NJ ","Physical Address Zipcode":"08075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.053401609363569864,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403750","School District Name":"Delaware Valley Regional High School District","Physical Address Line 1":"19 SENATOR STOUT ROAD","Physical Address Line 2":"","Physical Address City":"FRENCHTOWN","Physical Address State":"NJ ","Physical Address Zipcode":"08825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03225806451612903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3403720","School District Name":"Delaware Township School District","Physical Address Line 1":"501 Rosemont Ringoes Road","Physical Address Line 2":"PO Box 1000","Physical Address City":"Sergeantsville","Physical Address State":"NJ ","Physical Address Zipcode":"08557","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03485254691689008,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403690","School District Name":"Delanco Township School District","Physical Address Line 1":"1301 Burlington Avenue","Physical Address Line 2":"","Physical Address City":"Delanco","Physical Address State":"NJ ","Physical Address Zipcode":"08075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08582089552238806,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403660","School District Name":"Deerfield Township School District","Physical Address Line 1":"419 MORTON AVENUE","Physical Address Line 2":"","Physical Address City":"ROSENHAYN","Physical Address State":"NJ ","Physical Address Zipcode":"08352","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09429280397022333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403630","School District Name":"Deal Boro School District","Physical Address Line 1":"201 Roseld Ave","Physical Address Line 2":"","Physical Address City":"Deal","Physical Address State":"NJ ","Physical Address Zipcode":"07723","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1232876712328767,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403620","School District Name":"Cumberland Regional School District","Physical Address Line 1":"90 Silver Lake Road","Physical Address Line 2":"","Physical Address City":"Bridgeton","Physical Address State":"NJ ","Physical Address Zipcode":"08302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12480499219968799,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403610","School District Name":"Cumberland County Board of Vocational Education","Physical Address Line 1":"3400 College Drive","Physical Address Line 2":"","Physical Address City":"Vineland","Physical Address State":"NJ ","Physical Address Zipcode":"08360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3403600","School District Name":"Cresskill Public School District","Physical Address Line 1":"15 Brookside Ave","Physical Address Line 2":"","Physical Address City":"Cresskill","Physical Address State":"NJ ","Physical Address Zipcode":"07626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03784969829950631,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403570","School District Name":"Cranford Public School District","Physical Address Line 1":"132 Thomas Street","Physical Address Line 2":"","Physical Address City":"Cranford","Physical Address State":"NJ ","Physical Address Zipcode":"07016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02167630057803468,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403540","School District Name":"Cranbury Township School District","Physical Address Line 1":"23 North Main Street","Physical Address Line 2":"","Physical Address City":"Cranbury","Physical Address State":"NJ ","Physical Address Zipcode":"08512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.02364864864864865,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403510","School District Name":"CORBIN CITY","Physical Address Line 1":"501 Atlantic Ave Suite 1","Physical Address Line 2":"c/o Ocean City BOE","Physical Address City":"Ocean City","Physical Address State":"NJ ","Physical Address Zipcode":"08226","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11594202898550725,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403480","School District Name":"Commercial Township School District","Physical Address Line 1":"1308 North Avenue","Physical Address Line 2":"","Physical Address City":"Port Norris","Physical Address State":"NJ ","Physical Address Zipcode":"08349","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1759656652360515,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403450","School District Name":"Colts Neck Township School District","Physical Address Line 1":"70 Conover Road","Physical Address Line 2":"","Physical Address City":"Colts Neck","Physical Address State":"NJ ","Physical Address Zipcode":"07722","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030147058823529412,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403420","School District Name":"Collingswood Public School District","Physical Address Line 1":"200 Lees Avenue","Physical Address Line 2":"","Physical Address City":"Collingswood","Physical Address State":"NJ ","Physical Address Zipcode":"08108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10507462686567164,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403390","School District Name":"Closter Public School District","Physical Address Line 1":"340 Homans Avenue","Physical Address Line 2":"","Physical Address City":"Closter","Physical Address State":"NJ ","Physical Address Zipcode":"07624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.045021645021645025,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403360","School District Name":"Clinton Township School District","Physical Address Line 1":"128 Cokesbury Road","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"NJ ","Physical Address Zipcode":"08833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02457757296466974,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403330","School District Name":"Clinton-Glen Gardner School District","Physical Address Line 1":"10 School Street","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"NJ ","Physical Address Zipcode":"08809","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.033816425120772944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403300","School District Name":"Clifton Public School District","Physical Address Line 1":"745 Clifton Avenue","Physical Address Line 2":"","Physical Address City":"Clifton","Physical Address State":"NJ ","Physical Address Zipcode":"07013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1955953418363305,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403270","School District Name":"Cliffside Park School District","Physical Address Line 1":"525 Palisade Avenue","Physical Address Line 2":"","Physical Address City":"Cliffside Park","Physical Address State":"NJ ","Physical Address Zipcode":"07010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16370106761565836,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403240","School District Name":"Clementon Elementary School District","Physical Address Line 1":"4 Audubon Avenue","Physical Address Line 2":"","Physical Address City":"Clementon","Physical Address State":"NJ ","Physical Address Zipcode":"08021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18129496402877698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403210","School District Name":"Clearview Regional High School District","Physical Address Line 1":"420 Cedar Road","Physical Address Line 2":"","Physical Address City":"Mullica Hill","Physical Address State":"NJ ","Physical Address Zipcode":"08062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.042473919523099854,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403180","School District Name":"Clayton Public School District","Physical Address Line 1":"350 East Clinton Street","Physical Address Line 2":"","Physical Address City":"Clayton","Physical Address State":"NJ ","Physical Address Zipcode":"08312","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10330288123682362,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403150","School District Name":"Clark Township Public School District","Physical Address Line 1":"365 Westfield Ave","Physical Address Line 2":"","Physical Address City":"Clark","Physical Address State":"NJ ","Physical Address Zipcode":"07066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04731727925644275,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403120","School District Name":"Cinnaminson Township School District","Physical Address Line 1":"2195 RIVERTON ROAD","Physical Address Line 2":"","Physical Address City":"CINNAMINSON","Physical Address State":"NJ ","Physical Address Zipcode":"08077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03373594335693461,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403090","School District Name":"Chesterfield Township School District","Physical Address Line 1":"30 Saddle Way","Physical Address Line 2":"","Physical Address City":"Chesterfield","Physical Address State":"NJ ","Physical Address Zipcode":"08515","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01910828025477707,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403060","School District Name":"Chester Township School District","Physical Address Line 1":"50 North Road","Physical Address Line 2":"Building 4","Physical Address City":"Chester","Physical Address State":"NJ ","Physical Address Zipcode":"07930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.020942408376963352,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403030","School District Name":"CHESILHURST BORO","Physical Address Line 1":"511 Edwards Avenue","Physical Address Line 2":"","Physical Address City":"Chesilhurst","Physical Address State":"NJ ","Physical Address Zipcode":"08089","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18407960199004975,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3403000","School District Name":"Cherry Hill School District","Physical Address Line 1":"45 Ranoldo Terrace","Physical Address Line 2":"PO Box 5015","Physical Address City":"Cherry Hill","Physical Address State":"NJ ","Physical Address Zipcode":"08034","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06696856222241575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402910","School District Name":"Central Regional School District","Physical Address Line 1":"509 Forest Hills Parkway","Physical Address Line 2":"","Physical Address City":"Bayville","Physical Address State":"NJ ","Physical Address Zipcode":"08721","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12264545835077438,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402880","School District Name":"Sterling Regional School District","Physical Address Line 1":"801 Preston Ave.","Physical Address Line 2":"","Physical Address City":"Somerdale","Physical Address State":"NJ ","Physical Address Zipcode":"08083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09310761789600967,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402850","School District Name":"Cedar Grove Township School District","Physical Address Line 1":"520 POMPTON AVE","Physical Address Line 2":"","Physical Address City":"CEDAR GROVE","Physical Address State":"NJ ","Physical Address Zipcode":"07009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.037337662337662336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402820","School District Name":"Carteret Public School District","Physical Address Line 1":"599 Roosevelt Avenue","Physical Address Line 2":"","Physical Address City":"Carteret","Physical Address State":"NJ ","Physical Address Zipcode":"07008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16034985422740525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402800","School District Name":"Carlstadt-East Rutherford Regional High School District","Physical Address Line 1":"120 Paterson Avenue","Physical Address Line 2":"","Physical Address City":"East Rutherford","Physical Address State":"NJ ","Physical Address Zipcode":"07073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07272727272727272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402790","School District Name":"Carlstadt PublicSchool District","Physical Address Line 1":"550 WASHINGTON STREET","Physical Address Line 2":"","Physical Address City":"CARLSTADT","Physical Address State":"NJ ","Physical Address Zipcode":"07072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1048252911813644,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402760","School District Name":"CAPE MAY POINT","Physical Address Line 1":"143 Capemay ave","Physical Address Line 2":"","Physical Address City":"Cape May Point","Physical Address State":"NJ ","Physical Address Zipcode":"08212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402740","School District Name":"Cape May County Special Services School District","Physical Address Line 1":"148 Crest Haven Road","Physical Address Line 2":"","Physical Address City":"Cape May Court House","Physical Address State":"NJ ","Physical Address Zipcode":"08210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3402730","School District Name":"Cape May County Technical High School District","Physical Address Line 1":"188 Crest Haven Road","Physical Address Line 2":"","Physical Address City":"Cape May Court House","Physical Address State":"NJ ","Physical Address Zipcode":"08210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3402700","School District Name":"Cape May City School District","Physical Address Line 1":"921 Lafayette Street","Physical Address Line 2":"","Physical Address City":"Cape May","Physical Address State":"NJ ","Physical Address Zipcode":"08204","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13245033112582782,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402670","School District Name":"Camden County Technical School District","Physical Address Line 1":"343 Berlin Cross Keys Road","Physical Address Line 2":"","Physical Address City":"Sicklerville","Physical Address State":"NJ ","Physical Address Zipcode":"08081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3402640","School District Name":"Camden City School District","Physical Address Line 1":"1033 Cambridge Street","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"NJ ","Physical Address Zipcode":"08105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.34326696358396647,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3402610","School District Name":"Califon Borough School District","Physical Address Line 1":"6 School St","Physical Address Line 2":"","Physical Address City":"Califon","Physical Address State":"NJ ","Physical Address Zipcode":"07830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.008064516129032258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402580","School District Name":"Caldwell-West School District","Physical Address Line 1":"104 GRAY STREET","Physical Address Line 2":"HARRISON SCHOOL","Physical Address City":"WEST CALDWELL","Physical Address State":"NJ ","Physical Address Zipcode":"07006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04087837837837838,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402550","School District Name":"Byram Township School District","Physical Address Line 1":"12 Mansfield Drive","Physical Address Line 2":"","Physical Address City":"Stanhope","Physical Address State":"NJ ","Physical Address Zipcode":"07874","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.034360189573459717,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402520","School District Name":"Butler Public School District","Physical Address Line 1":"38 Bartholdi Ave","Physical Address Line 2":"HS Annex","Physical Address City":"Butler","Physical Address State":"NJ ","Physical Address Zipcode":"07405","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06016597510373444,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402490","School District Name":"Burlington County Institute of Technology School District","Physical Address Line 1":"2 Academy Drive","Physical Address Line 2":"Suite 111","Physical Address City":"Westampton","Physical Address State":"NJ ","Physical Address Zipcode":"08060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3402460","School District Name":"Burlington Township School District","Physical Address Line 1":"710 Jacksonville Road","Physical Address Line 2":"Hopkins Building","Physical Address City":"Burlington","Physical Address State":"NJ ","Physical Address Zipcode":"08016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0550122249388753,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402440","School District Name":"Burlington County Special Services School District","Physical Address Line 1":"20 PIONEER BLVD.","Physical Address Line 2":"","Physical Address City":"WESTAMPTON","Physical Address State":"NJ ","Physical Address Zipcode":"08060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3402430","School District Name":"Burlington City Public School District","Physical Address Line 1":"550 High Street","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"NJ ","Physical Address Zipcode":"08016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1544660846205507,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402400","School District Name":"Buena Regional School District","Physical Address Line 1":"914 MAIN AVENUE","Physical Address Line 2":"","Physical Address City":"RICHLAND","Physical Address State":"NJ ","Physical Address Zipcode":"08350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14516971279373367,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402370","School District Name":"Brooklawn Public School District","Physical Address Line 1":"301 Haakon Road","Physical Address Line 2":"","Physical Address City":"Brooklawn","Physical Address State":"NJ ","Physical Address Zipcode":"08030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18791946308724833,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402340","School District Name":"Brigantine Public School District","Physical Address Line 1":"301 East Evans Boulevard","Physical Address Line 2":"PO Box 947","Physical Address City":"Brigantine","Physical Address State":"NJ ","Physical Address Zipcode":"08203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1123152709359606,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402310","School District Name":"Brielle Boro School District","Physical Address Line 1":"605 UNION LANE","Physical Address Line 2":"","Physical Address City":"BRIELLE","Physical Address State":"NJ ","Physical Address Zipcode":"08730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01991150442477876,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402280","School District Name":"Bridgewater-Raritan Regional School District","Physical Address Line 1":"836 Newmans Lane","Physical Address Line 2":"","Physical Address City":"Martinsville","Physical Address State":"NJ ","Physical Address Zipcode":"08836","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.036110482227756396,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402250","School District Name":"Bridgeton City School District","Physical Address Line 1":"41 Bank Street","Physical Address Line 2":"","Physical Address City":"Bridgeton","Physical Address State":"NJ ","Physical Address Zipcode":"08302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.214863044454423,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3402220","School District Name":"Brick Township Public School District","Physical Address Line 1":"101 Hendrickson Avenue","Physical Address Line 2":"","Physical Address City":"Brick","Physical Address State":"NJ ","Physical Address Zipcode":"08724","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0977461079699481,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402160","School District Name":"Branchburg Township School District","Physical Address Line 1":"240 Baird Road","Physical Address Line 2":"","Physical Address City":"Branchburg","Physical Address State":"NJ ","Physical Address Zipcode":"08876","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02195217561740494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402130","School District Name":"Bradley Beach School District","Physical Address Line 1":"515 Brinley Avenue","Physical Address Line 2":"","Physical Address City":"Bradley Beach","Physical Address State":"NJ ","Physical Address Zipcode":"07720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10863509749303621,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402100","School District Name":"Bound Brook School District","Physical Address Line 1":"130 West Maple Ave","Physical Address Line 2":"","Physical Address City":"Bound Brook","Physical Address State":"NJ ","Physical Address Zipcode":"08805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14154281670205238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3402030","School District Name":"Bordentown Regional School District","Physical Address Line 1":"318 Ward Avenue","Physical Address Line 2":"","Physical Address City":"Bordentown","Physical Address State":"NJ ","Physical Address Zipcode":"08505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04121565362198168,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401980","School District Name":"Boonton Township School District","Physical Address Line 1":"11 Valley Road","Physical Address Line 2":"","Physical Address City":"Boonton Township","Physical Address State":"NJ ","Physical Address Zipcode":"07005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.028871391076115485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401950","School District Name":"Boonton Town School District","Physical Address Line 1":"434 Lathrop Avenue","Physical Address Line 2":"","Physical Address City":"Boonton","Physical Address State":"NJ ","Physical Address Zipcode":"07005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10810810810810811,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401920","School District Name":"Bogota Public School District","Physical Address Line 1":"1 Henry C. Luthin Place","Physical Address Line 2":"","Physical Address City":"Bogota","Physical Address State":"NJ ","Physical Address Zipcode":"07603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10872675250357654,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401890","School District Name":"Bloomsbury Borough School District","Physical Address Line 1":"20 Main Street","Physical Address Line 2":"","Physical Address City":"Bloomsbury","Physical Address State":"NJ ","Physical Address Zipcode":"08804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.061068702290076333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401860","School District Name":"Bloomingdale School District","Physical Address Line 1":"225 Glenwild Avenue","Physical Address Line 2":"","Physical Address City":"Bloomingdale","Physical Address State":"NJ ","Physical Address Zipcode":"07403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16755793226381463,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401830","School District Name":"Bloomfield Township School District","Physical Address Line 1":"155 Broad Street","Physical Address Line 2":"","Physical Address City":"Bloomfield","Physical Address State":"NJ ","Physical Address Zipcode":"07003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10894141829393628,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401800","School District Name":"Blairstown Elementary Township School District","Physical Address Line 1":"1 Sunset Hill Road","Physical Address Line 2":"PO Box E","Physical Address City":"Blairstown","Physical Address State":"NJ ","Physical Address Zipcode":"07825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.047872340425531915,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3401770","School District Name":"Black Horse Pike Regional School District","Physical Address Line 1":"580 Erial Road","Physical Address Line 2":"","Physical Address City":"Blackwood","Physical Address State":"NJ ","Physical Address Zipcode":"08012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09336823734729494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401740","School District Name":"Beverly City School District","Physical Address Line 1":"601 Bentley Ave.","Physical Address Line 2":"","Physical Address City":"Beverly","Physical Address State":"NJ ","Physical Address Zipcode":"08010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15041782729805014,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401710","School District Name":"Bethlehem Township School District","Physical Address Line 1":"280 Asbury West Portal Road","Physical Address Line 2":"","Physical Address City":"Asbury","Physical Address State":"NJ ","Physical Address Zipcode":"08802","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.019650655021834062,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401650","School District Name":"Bernards Township School District","Physical Address Line 1":"101 Peachtree Road","Physical Address Line 2":"","Physical Address City":"Basking Ridge","Physical Address State":"NJ ","Physical Address Zipcode":"07920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.017636363636363638,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401620","School District Name":"Berlin Township School District","Physical Address Line 1":"225 Grove Avenue","Physical Address Line 2":"","Physical Address City":"West Berlin","Physical Address State":"NJ ","Physical Address Zipcode":"08091","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1518987341772152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401590","School District Name":"Berlin Borough School District","Physical Address Line 1":"215 South Franklin Avenue","Physical Address Line 2":"","Physical Address City":"Berlin","Physical Address State":"NJ ","Physical Address Zipcode":"08009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05875299760191847,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401560","School District Name":"Berkeley Township School District","Physical Address Line 1":"53 Central Parkway","Physical Address Line 2":"","Physical Address City":"Bayville","Physical Address State":"NJ ","Physical Address Zipcode":"08721","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1228467815049864,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401530","School District Name":"Berkeley Heights School District","Physical Address Line 1":"345 Plainfield Avenue","Physical Address Line 2":"","Physical Address City":"Berkeley Heights","Physical Address State":"NJ ","Physical Address Zipcode":"07922","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.015602322206095792,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401500","School District Name":"Bergenfield Borough School District","Physical Address Line 1":"225 W. Clinton Avenue","Physical Address Line 2":"","Physical Address City":"Bergenfield","Physical Address State":"NJ ","Physical Address Zipcode":"07621","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06850853548966757,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401470","School District Name":"Bergen County Vocational Technical School District","Physical Address Line 1":"540 Farview Avenue","Physical Address Line 2":"","Physical Address City":"Paramus","Physical Address State":"NJ ","Physical Address Zipcode":"07652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3401450","School District Name":"Bergen County Special Services School District","Physical Address Line 1":"540 Farview Avenue","Physical Address Line 2":"","Physical Address City":"Paramus","Physical Address State":"NJ ","Physical Address Zipcode":"07652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3401440","School District Name":"Belvidere School District","Physical Address Line 1":"300 THIRD STREET","Physical Address Line 2":"","Physical Address City":"BELVIDERE","Physical Address State":"NJ ","Physical Address Zipcode":"07823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07655502392344497,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401410","School District Name":"Belmar Elementary School District","Physical Address Line 1":"1101 Main St","Physical Address Line 2":"","Physical Address City":"Belmar","Physical Address State":"NJ ","Physical Address Zipcode":"07719","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1013745704467354,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401380","School District Name":"Bellmawr Public School District","Physical Address Line 1":"256 Anderson Ave","Physical Address Line 2":"","Physical Address City":"Bellmawr","Physical Address State":"NJ ","Physical Address Zipcode":"08031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19367588932806323,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401350","School District Name":"Belleville Public School District","Physical Address Line 1":"102 Passaic Ave","Physical Address Line 2":"","Physical Address City":"Belleville","Physical Address State":"NJ ","Physical Address Zipcode":"07109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14755309325946445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401320","School District Name":"Bedminster Township Public School District","Physical Address Line 1":"234 Somerville Road","Physical Address Line 2":"","Physical Address City":"Bedminster","Physical Address State":"NJ ","Physical Address Zipcode":"07921","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.045303867403314914,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401290","School District Name":"Beach Haven School District","Physical Address Line 1":"8th Street & Beach Avenue","Physical Address Line 2":"8th Street & Beach Avenue","Physical Address City":"Beach Haven","Physical Address State":"NJ ","Physical Address Zipcode":"08008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401260","School District Name":"Bayonne School District","Physical Address Line 1":"669 Avenue A","Physical Address Line 2":"","Physical Address City":"Bayonne","Physical Address State":"NJ ","Physical Address Zipcode":"07002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1887152115897827,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401230","School District Name":"Bay Head Borough School District","Physical Address Line 1":"145 Grove Street","Physical Address Line 2":"","Physical Address City":"Bay Head","Physical Address State":"NJ ","Physical Address Zipcode":"08742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05755395683453238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401200","School District Name":"Bass River Township Board of Education","Physical Address Line 1":"11 NORTH MAPLE AVE","Physical Address Line 2":"","Physical Address City":"NEW GRETNA","Physical Address State":"NJ ","Physical Address Zipcode":"08224","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16129032258064516,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401170","School District Name":"Barrington School District","Physical Address Line 1":"311 Reading Avenue","Physical Address Line 2":"","Physical Address City":"Barrington","Physical Address State":"NJ ","Physical Address Zipcode":"08007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08387096774193549,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401140","School District Name":"Avon Boro School District","Physical Address Line 1":"505 LINCOLN AVE","Physical Address Line 2":"","Physical Address City":"AVON","Physical Address State":"NJ ","Physical Address Zipcode":"07717","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10526315789473684,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401110","School District Name":"Avalon School District","Physical Address Line 1":"235 32ND STREET","Physical Address Line 2":"","Physical Address City":"AVALON","Physical Address State":"NJ ","Physical Address Zipcode":"08202","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.09333333333333334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401050","School District Name":"Audubon Public School District","Physical Address Line 1":"350 Edgewood Avenue","Physical Address Line 2":"","Physical Address City":"Audubon","Physical Address State":"NJ ","Physical Address Zipcode":"08106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05440613026819923,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3401020","School District Name":"Atlantic Highlands School District","Physical Address Line 1":"140 First Avenue","Physical Address Line 2":"","Physical Address City":"Atlantic Highlands","Physical Address State":"NJ ","Physical Address Zipcode":"07716","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03690036900369004,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3400990","School District Name":"Atlantic County Vocational School District","Physical Address Line 1":"5080 Atlantic Avenue","Physical Address Line 2":"","Physical Address City":"Mays Landing","Physical Address State":"NJ ","Physical Address Zipcode":"08330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400960","School District Name":"Atlantic City School District","Physical Address Line 1":"1300 Atlantic Avenue","Physical Address Line 2":"Citi Center","Physical Address City":"Atlantic City","Physical Address State":"NJ ","Physical Address Zipcode":"08401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3854835909011981,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3400930","School District Name":"Asbury Park School District","Physical Address Line 1":"910 4th Ave","Physical Address Line 2":"","Physical Address City":"Asbury Park","Physical Address State":"NJ ","Physical Address Zipcode":"07712","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.21812386156648453,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3400900","School District Name":"Andover Regional School District","Physical Address Line 1":"707 Limecrest Rd.","Physical Address Line 2":"","Physical Address City":"Newton","Physical Address State":"NJ ","Physical Address Zipcode":"07860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03682393555811277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3400870","School District Name":"Alpine School District","Physical Address Line 1":"500 Hillside Ave.","Physical Address Line 2":"","Physical Address City":"Alpine","Physical Address State":"NJ ","Physical Address Zipcode":"07620","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.040498442367601244,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3400840","School District Name":"Alpha Borough School District","Physical Address Line 1":"817 North Blvd.","Physical Address Line 2":"","Physical Address City":"Alpha","Physical Address State":"NJ ","Physical Address Zipcode":"08865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1189710610932476,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3400810","School District Name":"Alloway Twp School District","Physical Address Line 1":"43 Cedar Street","Physical Address Line 2":"","Physical Address City":"ALLOWAY","Physical Address State":"NJ ","Physical Address Zipcode":"08001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06349206349206349,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3400805","School District Name":"Creativity CoLaboratory Charter School","Physical Address Line 1":"457 Shirley Road","Physical Address Line 2":"","Physical Address City":"Elmer","Physical Address State":"NJ ","Physical Address Zipcode":"08318","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400804","School District Name":"MORRIS CO JDC","Physical Address Line 1":"460 WEST HANOVER AVE","Physical Address Line 2":"","Physical Address City":"MORRISTOWN","Physical Address State":"NJ ","Physical Address Zipcode":"07963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400803","School District Name":"ATLANTIC CO JDC","Physical Address Line 1":"800 BUFFALO AVENUE","Physical Address Line 2":"","Physical Address City":"EGG HARBOR CITY","Physical Address State":"NJ ","Physical Address Zipcode":"08215","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400802","School District Name":"CAMDEN CO JDC","Physical Address Line 1":"WOODBURY TURNERSVILLE RD LAKE","Physical Address Line 2":"","Physical Address City":"BLACKWOODLEX","Physical Address State":"NJ ","Physical Address Zipcode":"08012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400800","School District Name":"BURLINGTON CO JDC","Physical Address Line 1":"620 PEMBERTON BROWNS MILLS RD","Physical Address Line 2":"","Physical Address City":"MT HOLLY","Physical Address State":"NJ ","Physical Address Zipcode":"08060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400799","School District Name":"MIDDLESEX CO JDC","Physical Address Line 1":"US HIGHWAY 130","Physical Address Line 2":"","Physical Address City":"NEW BRUNSWICK","Physical Address State":"NJ ","Physical Address Zipcode":"08902","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400798","School District Name":"OCEAN CO JDC","Physical Address Line 1":"165 SUNSET AVENUE","Physical Address Line 2":"","Physical Address City":"TOMS RIVER","Physical Address State":"NJ ","Physical Address Zipcode":"08754","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400797","School District Name":"ESSEX CO JDC","Physical Address Line 1":"80 DURYEA STREET","Physical Address Line 2":"","Physical Address City":"NEWARK","Physical Address State":"NJ ","Physical Address Zipcode":"08302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400796","School District Name":"BERGEN CO JDC","Physical Address Line 1":"296 E Ridgewood Ave","Physical Address Line 2":"","Physical Address City":"PARAMUS","Physical Address State":"NJ ","Physical Address Zipcode":"07652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400795","School District Name":"Middlesex County STEM Charter School","Physical Address Line 1":"430 Market Street","Physical Address Line 2":"","Physical Address City":"Perth Amboy","Physical Address State":"NJ ","Physical Address Zipcode":"08861","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400794","School District Name":"Achievers Early College Prep Charter School","Physical Address Line 1":"500 Smith Street","Physical Address Line 2":"","Physical Address City":"Trenton","Physical Address State":"NJ ","Physical Address Zipcode":"08611","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400793","School District Name":"College Achieve Paterson Charter School","Physical Address Line 1":"21 Market Street","Physical Address Line 2":"","Physical Address City":"Paterson","Physical Address State":"NJ ","Physical Address Zipcode":"07501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400792","School District Name":"Achieve Community Charter School","Physical Address Line 1":"534 Clinton Ave","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400791","School District Name":"College Achieve Greater Asbury Park Charter School","Physical Address Line 1":"3455 W. Bangs Avenue","Physical Address Line 2":"","Physical Address City":"Neptune","Physical Address State":"NJ ","Physical Address Zipcode":"07753","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400790","School District Name":"LOCH ARBOUR","Physical Address Line 1":"550 Main St.","Physical Address Line 2":"","Physical Address City":"Loch Arbour","Physical Address State":"NJ ","Physical Address Zipcode":"07711","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07407407407407407,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3400789","School District Name":"Ocean Academy Charter School","Physical Address Line 1":"678- 5th Street","Physical Address Line 2":"","Physical Address City":"Lakewood","Physical Address State":"NJ ","Physical Address Zipcode":"08701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400788","School District Name":"LEAD Charter School","Physical Address Line 1":"201 Bergen St","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400787","School District Name":"Hudson Arts and Science Charter School","Physical Address Line 1":"131 Midland Ave","Physical Address Line 2":"","Physical Address City":"Kearny","Physical Address State":"NJ ","Physical Address Zipcode":"07032","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400786","School District Name":"Cresthaven Academy Charter School","Physical Address Line 1":"530 West 7th Street","Physical Address Line 2":"","Physical Address City":"Plainfield","Physical Address State":"NJ ","Physical Address Zipcode":"07060","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400785","School District Name":"Camden's Promise Charter School","Physical Address Line 1":"879 Beideman Ave","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"NJ ","Physical Address Zipcode":"08105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400784","School District Name":"Philip's Academy Charter School of Paterson","Physical Address Line 1":"47 State Street","Physical Address Line 2":"","Physical Address City":"Paterson","Physical Address State":"NJ ","Physical Address Zipcode":"07501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400783","School District Name":"Principle Academy Charter School","Physical Address Line 1":"6718 Black Horse Pike","Physical Address Line 2":"Suite 16","Physical Address City":"Egg Harbor Township","Physical Address State":"NJ ","Physical Address Zipcode":"08234","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400782","School District Name":"Bridgeton Public Charter School","Physical Address Line 1":"790 E. Commerce Street","Physical Address Line 2":"","Physical Address City":"Bridgeton","Physical Address State":"NJ ","Physical Address Zipcode":"08302","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400781","School District Name":"Empowerment Academy Charter School","Physical Address Line 1":"240 Ege Avenue","Physical Address Line 2":"","Physical Address City":"Jersey City","Physical Address State":"NJ ","Physical Address Zipcode":"07304","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400780","School District Name":"ALLENHURST","Physical Address Line 1":"125 Corlies Ave","Physical Address Line 2":"","Physical Address City":"Allenhurst","Physical Address State":"NJ ","Physical Address Zipcode":"07711","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3400779","School District Name":"College Achieve Central Charter School","Physical Address Line 1":"365 Emerson Ave","Physical Address Line 2":"","Physical Address City":"Plainfield","Physical Address State":"NJ ","Physical Address Zipcode":"07062","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400778","School District Name":"Marie H. Katzenbach School for the Deaf","Physical Address Line 1":"320 Sullivan Way","Physical Address Line 2":"","Physical Address City":"West Trenton","Physical Address State":"NJ ","Physical Address Zipcode":"08628","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400777","School District Name":"KIPP: Cooper Norcross A New Jersey Nonprofit Corporation","Physical Address Line 1":"525 Clinton Street","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"NJ ","Physical Address Zipcode":"08103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400776","School District Name":"Camden Prep Inc.","Physical Address Line 1":"1575 Mt Ephraim Ave","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"NJ ","Physical Address Zipcode":"08104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400773","School District Name":"Link Community Charter School","Physical Address Line 1":"23 Pennsylvania Avenue","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400772","School District Name":"Mastery Schools of Camden Inc.","Physical Address Line 1":"1001 North 17th Street","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"NJ ","Physical Address Zipcode":"08105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400771","School District Name":"Atlantic Community Charter School","Physical Address Line 1":"112 South New York Rd.","Physical Address Line 2":"","Physical Address City":"Galloway","Physical Address State":"NJ ","Physical Address Zipcode":"08205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400770","School District Name":"Trenton Stem-to-Civics Charter School","Physical Address Line 1":"1555 Pennington Road","Physical Address Line 2":"","Physical Address City":"Ewing","Physical Address State":"NJ ","Physical Address Zipcode":"08618","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400769","School District Name":"South Hunterdon Regional School District","Physical Address Line 1":"301 Mt. Airy-Harbourton Rd","Physical Address Line 2":"","Physical Address City":"Lambertville","Physical Address State":"NJ ","Physical Address Zipcode":"08530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04871060171919771,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3400767","School District Name":"Jersey City Global Charter School","Physical Address Line 1":"255 Congress Street","Physical Address Line 2":"","Physical Address City":"Jersey City","Physical Address State":"NJ ","Physical Address Zipcode":"07307","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400766","School District Name":"Compass Academy Charter School","Physical Address Line 1":"23 W Chestnut Ave","Physical Address Line 2":"","Physical Address City":"Vineland","Physical Address State":"NJ ","Physical Address Zipcode":"08360","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400765","School District Name":"Paterson Arts and Science Charter School","Physical Address Line 1":"225 Grand Street","Physical Address Line 2":"","Physical Address City":"Paterson","Physical Address State":"NJ ","Physical Address Zipcode":"07501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400764","School District Name":"Phillip's Academy Charter School","Physical Address Line 1":"342 Central Avenue","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400763","School District Name":"Hope Community Charter School","Physical Address Line 1":"836 S. 4th Street","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"NJ ","Physical Address Zipcode":"08103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400759","School District Name":"BelovED Community Charter School","Physical Address Line 1":"508 Grand Street","Physical Address Line 2":"","Physical Address City":"Jersey City","Physical Address State":"NJ ","Physical Address Zipcode":"07302","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400756","School District Name":"Dr Lena Edwards Academic Charter School","Physical Address Line 1":"509 Bramhall Ave.","Physical Address Line 2":"","Physical Address City":"Jersey City","Physical Address State":"NJ ","Physical Address Zipcode":"07304","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400755","School District Name":"Roseville Community Charter School","Physical Address Line 1":"540 ORANGE STREET","Physical Address Line 2":"","Physical Address City":"NEWARK","Physical Address State":"NJ ","Physical Address Zipcode":"07107","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400754","School District Name":"Peoples Preparatory Charter School District","Physical Address Line 1":"321 Bergen Street","Physical Address Line 2":"Room 211","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400751","School District Name":"Great Oaks Legacy Charter School","Physical Address Line 1":"909 Broad Street","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400750","School District Name":"Allendale Public School District","Physical Address Line 1":"100 Brookside Avenue","Physical Address Line 2":"","Physical Address City":"Allendale","Physical Address State":"NJ ","Physical Address Zipcode":"07401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.024185068349106203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3400749","School District Name":"Millville Public Charter School","Physical Address Line 1":"1101 Wheaton Avenue","Physical Address Line 2":"Suite 220","Physical Address City":"Millville","Physical Address State":"NJ ","Physical Address Zipcode":"08333","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400748","School District Name":"John P Holland Charter School","Physical Address Line 1":"190 Oliver Street","Physical Address Line 2":"","Physical Address City":"Paterson","Physical Address State":"NJ ","Physical Address Zipcode":"07501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400746","School District Name":"Thomas Edison EnergySmart Charter School","Physical Address Line 1":"150 Pierce Street","Physical Address Line 2":"2nd Floor","Physical Address City":"Somerset","Physical Address State":"NJ ","Physical Address Zipcode":"08873","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400745","School District Name":"Passaic Arts and Science Charter School","Physical Address Line 1":"7 St. Francis Way","Physical Address Line 2":"","Physical Address City":"Passaic","Physical Address State":"NJ ","Physical Address Zipcode":"07055","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400744","School District Name":"Benjamin Banneker Preparatory Charter School","Physical Address Line 1":"300 Willingboro Way","Physical Address Line 2":"","Physical Address City":"Wilingboro","Physical Address State":"NJ ","Physical Address Zipcode":"08060","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400741","School District Name":"Academy for Urban Leadership Charter School","Physical Address Line 1":"612 Amboy Ave","Physical Address Line 2":"","Physical Address City":"Perth Amboy","Physical Address State":"NJ ","Physical Address Zipcode":"08861","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400740","School District Name":"The Barack Obama Green Charter High School District","Physical Address Line 1":"35 Watchung Ave","Physical Address Line 2":"","Physical Address City":"Plainfield","Physical Address State":"NJ ","Physical Address Zipcode":"07060","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400735","School District Name":"Hatikvah International Academy Charter School","Physical Address Line 1":"7 Lexington Avenue","Physical Address Line 2":"","Physical Address City":"East Brunswick","Physical Address State":"NJ ","Physical Address Zipcode":"08816","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400734","School District Name":"Hoboken Dual Language Charter School","Physical Address Line 1":"123 Jefferson Street","Physical Address Line 2":"","Physical Address City":"Hoboken","Physical Address State":"NJ ","Physical Address Zipcode":"07030","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400731","School District Name":"Riverbank Charter School of Excellence","Physical Address Line 1":"1300 Hornberger Ave","Physical Address Line 2":"","Physical Address City":"Roebling","Physical Address State":"NJ ","Physical Address Zipcode":"08554","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400730","School District Name":"Newark Educators Community Charter School","Physical Address Line 1":"9-11 Hill Street","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400729","School District Name":"Vineland Public Charter School","Physical Address Line 1":"1480 Pennsylvania Ave","Physical Address Line 2":"","Physical Address City":"Vineland","Physical Address State":"NJ ","Physical Address Zipcode":"08332","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400727","School District Name":"The Ethical Community Charter School","Physical Address Line 1":"95 Broadway","Physical Address Line 2":"","Physical Address City":"Jersey City","Physical Address State":"NJ ","Physical Address Zipcode":"07306","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400724","School District Name":"Burch Charter School of Excellence","Physical Address Line 1":"100 Linden Avenue","Physical Address Line 2":"","Physical Address City":"Irvington","Physical Address State":"NJ ","Physical Address Zipcode":"07111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400723","School District Name":"Paul Robeson Charter School for the Humanities","Physical Address Line 1":"643 Indiana Ave.","Physical Address Line 2":"","Physical Address City":"Trenton","Physical Address State":"NJ ","Physical Address Zipcode":"08638","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400720","School District Name":"Allamuchy Township School District","Physical Address Line 1":"20 Johnsonburg Road","Physical Address Line 2":"","Physical Address City":"Allamuchy","Physical Address State":"NJ ","Physical Address Zipcode":"07820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.029535864978902954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3400719","School District Name":"Pride Academy Charter School District","Physical Address Line 1":"117 Elmwood Ave","Physical Address Line 2":"","Physical Address City":"East Orange","Physical Address State":"NJ ","Physical Address Zipcode":"07018","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400718","School District Name":"Community Charter School of Paterson","Physical Address Line 1":"75 Spruce St","Physical Address Line 2":"","Physical Address City":"Paterson","Physical Address State":"NJ ","Physical Address Zipcode":"07501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400717","School District Name":"Foundation Academy Charter School","Physical Address Line 1":"363 West State St","Physical Address Line 2":"","Physical Address City":"Trenton","Physical Address State":"NJ ","Physical Address Zipcode":"08618","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400715","School District Name":"Bergen Arts and Science Charter School","Physical Address Line 1":"200 MacArthur Ave","Physical Address Line 2":"","Physical Address City":"Garfield","Physical Address State":"NJ ","Physical Address Zipcode":"07026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400690","School District Name":"Alexandria Township School District","Physical Address Line 1":"557 County Road 513","Physical Address Line 2":"","Physical Address City":"Pittstown","Physical Address State":"NJ ","Physical Address Zipcode":"08867","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03529411764705882,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3400660","School District Name":"Absecon Public Schools District","Physical Address Line 1":"800 Irelan Avenue","Physical Address Line 2":"","Physical Address City":"Absecon","Physical Address State":"NJ ","Physical Address Zipcode":"08201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1500441306266549,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3400090","School District Name":"Central Jersey College Prep Charter School","Physical Address Line 1":"101 Mettlers Road","Physical Address Line 2":"","Physical Address City":"Somerset","Physical Address State":"NJ ","Physical Address Zipcode":"08873","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400089","School District Name":"OFFICE OF EDUCATION JUVENILE JUSTICE COMMISSION","Physical Address Line 1":"1001 SPRUCE STREET SUITE 202","Physical Address Line 2":"","Physical Address City":"TRENTON","Physical Address State":"NJ ","Physical Address Zipcode":"08625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400088","School District Name":"OFFICE OF EDUCATIONAL SERVICES DEPARTMENT OF CORRECTIONS","Physical Address Line 1":"WHITTLESEY ROAD","Physical Address Line 2":"","Physical Address City":"TRENTON","Physical Address State":"NJ ","Physical Address Zipcode":"08625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400087","School District Name":"Paterson Charter School for Science and Technology","Physical Address Line 1":"196 W Railway Ave","Physical Address Line 2":"","Physical Address City":"Paterson","Physical Address State":"NJ ","Physical Address Zipcode":"07503","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400085","School District Name":"OFFICE OF EDUCATION DEPARTMENT OF CHILDREN AND FAMILIES","Physical Address Line 1":"Katzenbach Campus 320 Sullivan Way","Physical Address Line 2":"Bldg #14 (Rear Entrance)","Physical Address City":"WEST TRENTON","Physical Address State":"NJ ","Physical Address Zipcode":"08628","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400084","School District Name":"University Heights Charter School","Physical Address Line 1":"74 Hartford St","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400083","School District Name":"Union County TEAMS Charter School-High School/College LA","Physical Address Line 1":"515 West Fourth Street","Physical Address Line 2":"","Physical Address City":"Plainfield","Physical Address State":"NJ ","Physical Address Zipcode":"07060","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400082","School District Name":"Ridge and Valley Charter School","Physical Address Line 1":"1234 State Route 94","Physical Address Line 2":"","Physical Address City":"Frelinghuysen","Physical Address State":"NJ ","Physical Address Zipcode":"07825","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3400080","School District Name":"Freedom Prep Charter School","Physical Address Line 1":"1000 Atlantic Ave","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"NJ ","Physical Address Zipcode":"08104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400079","School District Name":"Environment Community Opportunity (ECO) Charter School","Physical Address Line 1":"817 Carpenter Street","Physical Address Line 2":"Bridge View Complex","Physical Address City":"Camden","Physical Address State":"NJ ","Physical Address Zipcode":"08102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400078","School District Name":"LEAP Academy University Charter School","Physical Address Line 1":"130 N. Broadway","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"NJ ","Physical Address Zipcode":"08102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400076","School District Name":"Hope Academy Charter School","Physical Address Line 1":"601 Grand Avenue","Physical Address Line 2":"","Physical Address City":"Asbury Park","Physical Address State":"NJ ","Physical Address Zipcode":"07712","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400073","School District Name":"University Academy Charter High School","Physical Address Line 1":"275 West Side Avenue","Physical Address Line 2":"","Physical Address City":"Jersey City","Physical Address State":"NJ ","Physical Address Zipcode":"07305","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400070","School District Name":"TEAM Academy Charter School","Physical Address Line 1":"60 Park Place","Physical Address Line 2":"Suite 802","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400069","School District Name":"Bayshore Jointure Commission School District","Physical Address Line 1":"100 Tornillo Way","Physical Address Line 2":"","Physical Address City":"Tinton Falls","Physical Address State":"NJ ","Physical Address Zipcode":"07712","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400064","School District Name":"Gray Charter School","Physical Address Line 1":"55 Liberty Street","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400061","School District Name":"The Queen City Academy Charter School District","Physical Address Line 1":"815 West Seventh","Physical Address Line 2":"Street","Physical Address City":"Plainfield","Physical Address State":"NJ ","Physical Address Zipcode":"07063","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400055","School District Name":"Sussex County Technology Charter School","Physical Address Line 1":"385 N. Church Rd.","Physical Address Line 2":"","Physical Address City":"Sparta","Physical Address State":"NJ ","Physical Address Zipcode":"07871","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400052","School District Name":"Classical Academy Charter School of Clifton","Physical Address Line 1":"1255 Main Ave","Physical Address Line 2":"","Physical Address City":"Clifton","Physical Address State":"NJ ","Physical Address Zipcode":"07013","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400051","School District Name":"Unity Charter School","Physical Address Line 1":"1 Evergreen Place","Physical Address Line 2":"Suite A","Physical Address City":"Morristown","Physical Address State":"NJ ","Physical Address Zipcode":"07960","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400050","School District Name":"Hunterdon County Vocational School District","Physical Address Line 1":"10 Junction Road","Physical Address Line 2":"","Physical Address City":"Flemington","Physical Address State":"NJ ","Physical Address Zipcode":"08822","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400049","School District Name":"Red Bank Charter School","Physical Address Line 1":"58 Oakland Street","Physical Address Line 2":"","Physical Address City":"Red Bank","Physical Address State":"NJ ","Physical Address Zipcode":"07701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400048","School District Name":"Academy Charter High School","Physical Address Line 1":"1725 Main Street","Physical Address Line 2":"","Physical Address City":"Lake Como","Physical Address State":"NJ ","Physical Address Zipcode":"07719","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400047","School District Name":"Greater Brunswick Charter School","Physical Address Line 1":"429 Joyce Kilmer Avenue","Physical Address Line 2":"","Physical Address City":"New Brunswick","Physical Address State":"NJ ","Physical Address Zipcode":"08901","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400046","School District Name":"The Village Charter School","Physical Address Line 1":"101 Sullivan Way","Physical Address Line 2":"","Physical Address City":"Trenton","Physical Address State":"NJ ","Physical Address Zipcode":"08628","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400043","School District Name":"Princeton Charter School","Physical Address Line 1":"100 Bunn Drive","Physical Address Line 2":"","Physical Address City":"Princeton","Physical Address State":"NJ ","Physical Address Zipcode":"08540","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400042","School District Name":"Pace Charter School of Hamilton","Physical Address Line 1":"1949 Hamilton Ave.","Physical Address Line 2":"","Physical Address City":"Hamilton","Physical Address State":"NJ ","Physical Address Zipcode":"08619","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400041","School District Name":"International Charter School of Trenton","Physical Address Line 1":"105 Grand Street","Physical Address Line 2":"","Physical Address City":"Trenton","Physical Address State":"NJ ","Physical Address Zipcode":"08611","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400036","School District Name":"Soaring Heights Charter School","Physical Address Line 1":"1 Romar Avenue","Physical Address Line 2":"","Physical Address City":"Jersey City","Physical Address State":"NJ ","Physical Address Zipcode":"07305","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400035","School District Name":"The Learning Community Charter School","Physical Address Line 1":"2495 John F Kennedy Blvd","Physical Address Line 2":"","Physical Address City":"Jersey City","Physical Address State":"NJ ","Physical Address Zipcode":"07304","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400034","School District Name":"Jersey City Golden Door Charter School","Physical Address Line 1":"3044 Kennedy Blvd","Physical Address Line 2":"","Physical Address City":"Jersey City","Physical Address State":"NJ ","Physical Address Zipcode":"07306","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400033","School District Name":"Jersey City Community Charter School","Physical Address Line 1":"128 Danforth Avenue","Physical Address Line 2":"","Physical Address City":"Jersey City","Physical Address State":"NJ ","Physical Address Zipcode":"07305","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400032","School District Name":"Hoboken Charter School","Physical Address Line 1":"713 Washington St","Physical Address Line 2":"","Physical Address City":"Hoboken","Physical Address State":"NJ ","Physical Address Zipcode":"07030","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400029","School District Name":"Elysian Charter School","Physical Address Line 1":"1460 Garden Street","Physical Address Line 2":"","Physical Address City":"Hoboken","Physical Address State":"NJ ","Physical Address Zipcode":"07030","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400026","School District Name":"Maria L. Varisco-Rogers Charter School","Physical Address Line 1":"243 Woodside Avenue","Physical Address Line 2":"18 Heller Parkway","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400025","School District Name":"Robert Treat Academy Charter School","Physical Address Line 1":"443 Clifton Avenue","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400024","School District Name":"North Star Academy Charter School","Physical Address Line 1":"18 Washington Place","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400023","School District Name":"New Horizons Community Charter School","Physical Address Line 1":"45-59 Hayes Street","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400022","School District Name":"Marion P. Thomas Charter School","Physical Address Line 1":"125 Sussex Avenue","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400021","School District Name":"East Orange Community Charter School","Physical Address Line 1":"99 Washington Street","Physical Address Line 2":"","Physical Address City":"East Orange","Physical Address State":"NJ ","Physical Address Zipcode":"07017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400020","School District Name":"Discovery Charter School","Physical Address Line 1":"240 Halsey St.","Physical Address Line 2":"2nd Fl.","Physical Address City":"Newark","Physical Address State":"NJ ","Physical Address Zipcode":"07102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400019","School District Name":"Chartertech High School for the Performing Arts","Physical Address Line 1":"413 New Rd.","Physical Address Line 2":"","Physical Address City":"Somers Point","Physical Address State":"NJ ","Physical Address Zipcode":"08244","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400015","School District Name":"Teaneck Community Charter School","Physical Address Line 1":"563 Chestnut Ave.","Physical Address Line 2":"","Physical Address City":"Teaneck","Physical Address State":"NJ ","Physical Address Zipcode":"07666","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400014","School District Name":"Englewood on the Palisades Charter School","Physical Address Line 1":"65 West Demarest Avenue","Physical Address Line 2":"","Physical Address City":"Englewood","Physical Address State":"NJ ","Physical Address Zipcode":"07631","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400009","School District Name":"Somerset Hills Regional School District","Physical Address Line 1":"25 Olcott Avenue","Physical Address Line 2":"","Physical Address City":"Bernardsville","Physical Address State":"NJ ","Physical Address Zipcode":"07924","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.031293143120110445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3400008","School District Name":"Great Meadows Regional School District","Physical Address Line 1":"281 Route 46","Physical Address Line 2":"","Physical Address City":"Great Meadows","Physical Address State":"NJ ","Physical Address Zipcode":"07838","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05578011317704123,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3400007","School District Name":"South Bergen Jointure Commission School District","Physical Address Line 1":"500 Route 17 South","Physical Address Line 2":"Suite 307","Physical Address City":"Hasbrouck Heights","Physical Address State":"NJ ","Physical Address Zipcode":"07604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400006","School District Name":"Atlantic County Special Services School District","Physical Address Line 1":"4805 Nawakwa Boulevard","Physical Address Line 2":"","Physical Address City":"Mays Landing","Physical Address State":"NJ ","Physical Address Zipcode":"08330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400005","School District Name":"Morris-Union Jointure Commisson School District","Physical Address Line 1":"340 Central Avenue","Physical Address Line 2":"","Physical Address City":"New Providence","Physical Address State":"NJ ","Physical Address Zipcode":"07094","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3400004","School District Name":"School District of the Chathams","Physical Address Line 1":"259 Lafayette Avenue","Physical Address Line 2":"","Physical Address City":"Chatham","Physical Address State":"NJ ","Physical Address Zipcode":"07928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01494460190672507,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3399969","School District Name":"Hillsboro-Deering SAU Office","Physical Address Line 1":"78 School Street","Physical Address Line 2":"","Physical Address City":"Hillsboro","Physical Address State":"NH ","Physical Address Zipcode":"03244","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399968","School District Name":"Sanborn Regional SAU Office","Physical Address Line 1":"17 Danville Road","Physical Address Line 2":"Room 346","Physical Address City":"Kingston","Physical Address State":"NH ","Physical Address Zipcode":"03848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399967","School District Name":"Tamworth SAU Office","Physical Address Line 1":"881A Tamworth Road","Physical Address Line 2":"","Physical Address City":"Tamworth","Physical Address State":"NH ","Physical Address Zipcode":"03886","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3399965","School District Name":"Pemi-baker Regional School District","Physical Address Line 1":"47 Old Ward Bridge Rd.","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"NH ","Physical Address Zipcode":"03264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08390646492434663,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3399964","School District Name":"Kearsarge Regional SAU Office","Physical Address Line 1":"114 Cougar Court","Physical Address Line 2":"","Physical Address City":"New London","Physical Address State":"NH ","Physical Address Zipcode":"03257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3399963","School District Name":"Wilton SAU Office","Physical Address Line 1":"192 Forest Road","Physical Address Line 2":"","Physical Address City":"Lyndeborough","Physical Address State":"NH ","Physical Address Zipcode":"03082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399960","School District Name":"Fall Mountain Regional SAU Office","Physical Address Line 1":"122 NH Rte. 12A Unit 5","Physical Address Line 2":"","Physical Address City":"Langdon NH 03602","Physical Address State":"NH ","Physical Address Zipcode":"03602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3399958","School District Name":"Northumberland SAU Office","Physical Address Line 1":"15 Preble St.","Physical Address Line 2":"","Physical Address City":"Groveton","Physical Address State":"NH ","Physical Address Zipcode":"03582","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3399957","School District Name":"Salem SAU Office","Physical Address Line 1":"38 Geremonty Dr.","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"NH ","Physical Address Zipcode":"03079","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399956","School District Name":"Oyster River SAU Office","Physical Address Line 1":"36 Coe Dr.","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NH ","Physical Address Zipcode":"03824","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399955","School District Name":"Timberlane Regional SAU Office","Physical Address Line 1":"30 Greenough Rd.","Physical Address Line 2":"","Physical Address City":"Plaistow","Physical Address State":"NH ","Physical Address Zipcode":"03865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399954","School District Name":"Rochester SAU Office","Physical Address Line 1":"150 Wakefield St.","Physical Address Line 2":"Ste. 8","Physical Address City":"Rochester","Physical Address State":"NH ","Physical Address Zipcode":"03867","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399953","School District Name":"Pembroke SAU Office","Physical Address Line 1":"Pembroke Academy","Physical Address Line 2":"267 Pembroke St.","Physical Address City":"Pembroke","Physical Address State":"NH ","Physical Address Zipcode":"03275","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399952","School District Name":"Portsmouth SAU Office","Physical Address Line 1":"1 Junkins Avenue","Physical Address Line 2":"Suite 402","Physical Address City":"Portsmouth","Physical Address State":"NH ","Physical Address Zipcode":"03801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399951","School District Name":"Pittsfield SAU Office","Physical Address Line 1":"23 Oneida Street Unit 1","Physical Address Line 2":"","Physical Address City":"Pittsfield","Physical Address State":"NH ","Physical Address Zipcode":"03263","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3399950","School District Name":"Greenland SAU Office","Physical Address Line 1":"48 Post Rd.","Physical Address Line 2":"","Physical Address City":"Greenland","Physical Address State":"NH ","Physical Address Zipcode":"03840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399949","School District Name":"Governor Wentworth Regional SAU Office","Physical Address Line 1":"140 Pine Hill Road","Physical Address Line 2":"","Physical Address City":"Wolfeboro","Physical Address State":"NH ","Physical Address Zipcode":"03894","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3399948","School District Name":"Plymouth SAU Office","Physical Address Line 1":"47 Old Ward Bridge Rd.","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"NH ","Physical Address Zipcode":"03264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399947","School District Name":"Contoocook Valley SAU Office","Physical Address Line 1":"106 Hancock Rd.","Physical Address Line 2":"","Physical Address City":"Peterborough","Physical Address State":"NH ","Physical Address Zipcode":"03458","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399946","School District Name":"Merrimack Valley SAU Office","Physical Address Line 1":"105 Community Dr.","Physical Address Line 2":"","Physical Address City":"Penacook","Physical Address State":"NH ","Physical Address Zipcode":"03303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399945","School District Name":"Moultonborough SAU Office","Physical Address Line 1":"25 Blake Rd","Physical Address Line 2":"","Physical Address City":"Moultonborough","Physical Address State":"NH ","Physical Address Zipcode":"03254","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3399944","School District Name":"Northwood SAU Office","Physical Address Line 1":"Greenbriar Building","Physical Address Line 2":"23A Mountain Avenue","Physical Address City":"Northwood","Physical Address State":"NH ","Physical Address Zipcode":"03261","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3399943","School District Name":"Newport SAU Office","Physical Address Line 1":"86 North Main Street","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"NH ","Physical Address Zipcode":"03773","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399942","School District Name":"Nashua SAU Office","Physical Address Line 1":"141 Ledge St.","Physical Address Line 2":"","Physical Address City":"Nashua","Physical Address State":"NH ","Physical Address Zipcode":"03061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399941","School District Name":"Hollis-Brookline SAU Office","Physical Address Line 1":"4 Lund Ln.","Physical Address Line 2":"","Physical Address City":"Hollis","Physical Address State":"NH ","Physical Address Zipcode":"03049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399940","School District Name":"Milford SAU Office","Physical Address Line 1":"100 West St.","Physical Address Line 2":"","Physical Address City":"Milford","Physical Address State":"NH ","Physical Address Zipcode":"03055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399939","School District Name":"Amherst SAU Office","Physical Address Line 1":"1 School St.","Physical Address Line 2":"","Physical Address City":"Amherst","Physical Address State":"NH ","Physical Address Zipcode":"03031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399937","School District Name":"Manchester SAU Office","Physical Address Line 1":"20 Hecker Street","Physical Address Line 2":"","Physical Address City":"Manchester","Physical Address State":"NH ","Physical Address Zipcode":"03102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399936","School District Name":"White Mountains Regional SAU Office","Physical Address Line 1":"14 King Square.","Physical Address Line 2":"","Physical Address City":"Whitefield","Physical Address State":"NH ","Physical Address Zipcode":"03598","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3399935","School District Name":"White Mountains SAU Office","Physical Address Line 1":"260 Cottage Street","Physical Address Line 2":"Suite C","Physical Address City":"Littleton","Physical Address State":"NH ","Physical Address Zipcode":"03561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399932","School District Name":"Plainfield SAU Office","Physical Address Line 1":"92 Bonner Rd.","Physical Address Line 2":"","Physical Address City":"Meriden","Physical Address State":"NH ","Physical Address Zipcode":"03770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3399930","School District Name":"Laconia SAU Office","Physical Address Line 1":"39 Harvard St.","Physical Address Line 2":"","Physical Address City":"Laconia","Physical Address State":"NH ","Physical Address Zipcode":"03246","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399929","School District Name":"Keene SAU Office","Physical Address Line 1":"193 Maple Avenue","Physical Address Line 2":"","Physical Address City":"Keene","Physical Address State":"NH ","Physical Address Zipcode":"03431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399928","School District Name":"SAU #28 Office","Physical Address Line 1":"59A Marsh Road","Physical Address Line 2":"","Physical Address City":"Pelham","Physical Address State":"NH ","Physical Address Zipcode":"03076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399927","School District Name":"Litchfield SAU Office","Physical Address Line 1":"c/o Campbell High School","Physical Address Line 2":"1 Highlander Court","Physical Address City":"Litchfield","Physical Address State":"NH ","Physical Address Zipcode":"03052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399926","School District Name":"Merrimack SAU Office","Physical Address Line 1":"36 McElwain St.","Physical Address Line 2":"","Physical Address City":"Merrimack","Physical Address State":"NH ","Physical Address Zipcode":"03054","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399923","School District Name":"Haverhill Cooperative SAU Office","Physical Address Line 1":"2975 Dartmouth College Hwy.","Physical Address Line 2":"","Physical Address City":"N. Haverhill","Physical Address State":"NH ","Physical Address Zipcode":"03774","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3399921","School District Name":"Winnacunnet SAU Office","Physical Address Line 1":"2 Alumni Dr.","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"NH ","Physical Address Zipcode":"03842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399920","School District Name":"Gorham SAU Office","Physical Address Line 1":"123 Main St.","Physical Address Line 2":"","Physical Address City":"Gorham","Physical Address State":"NH ","Physical Address Zipcode":"03581","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399919","School District Name":"Goffstown SAU Office","Physical Address Line 1":"11 School St.","Physical Address Line 2":"","Physical Address City":"Goffstown","Physical Address State":"NH ","Physical Address Zipcode":"03045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399918","School District Name":"Franklin SAU Office","Physical Address Line 1":"119 Central St.","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"NH ","Physical Address Zipcode":"03235","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399916","School District Name":"Exeter SAU Office","Physical Address Line 1":"30 Linden St.","Physical Address Line 2":"","Physical Address City":"Exeter","Physical Address State":"NH ","Physical Address Zipcode":"03833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399915","School District Name":"Hooksett SAU Office","Physical Address Line 1":"90 Farmer Rd.","Physical Address Line 2":"","Physical Address City":"Hooksett","Physical Address State":"NH ","Physical Address Zipcode":"03106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399914","School District Name":"Epping SAU Office","Physical Address Line 1":"213 Main St.","Physical Address Line 2":"","Physical Address City":"Epping","Physical Address State":"NH ","Physical Address Zipcode":"03042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399912","School District Name":"Londonderry SAU Office","Physical Address Line 1":"6A Kitty Hawk Landing","Physical Address Line 2":"Suite 101","Physical Address City":"Londonderry","Physical Address State":"NH ","Physical Address Zipcode":"03053","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399911","School District Name":"Dover SAU Office","Physical Address Line 1":"McConnell Center 61 Locust St","Physical Address Line 2":"Suite 409","Physical Address City":"Dover","Physical Address State":"NH ","Physical Address Zipcode":"03820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399910","School District Name":"Derry Cooperative SAU Office","Physical Address Line 1":"18 South Main St.","Physical Address Line 2":"","Physical Address City":"Derry","Physical Address State":"NH ","Physical Address Zipcode":"03038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399909","School District Name":"Conway SAU Office","Physical Address Line 1":"176A Main St.","Physical Address Line 2":"","Physical Address City":"Conway","Physical Address State":"NH ","Physical Address Zipcode":"03818","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399908","School District Name":"Concord SAU Office","Physical Address Line 1":"38 Liberty St.","Physical Address Line 2":"","Physical Address City":"Concord","Physical Address State":"NH ","Physical Address Zipcode":"03301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399907","School District Name":"Colebrook SAU Office","Physical Address Line 1":"21 Academy St.","Physical Address Line 2":"","Physical Address City":"Colebrook","Physical Address State":"NH ","Physical Address Zipcode":"03576","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3399906","School District Name":"Claremont SAU Office","Physical Address Line 1":"165 Broad St.","Physical Address Line 2":"","Physical Address City":"Claremont","Physical Address State":"NH ","Physical Address Zipcode":"03743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399904","School District Name":"Newfound Area SAU Office","Physical Address Line 1":"20 North Main St.","Physical Address Line 2":"","Physical Address City":"Bristol","Physical Address State":"NH ","Physical Address Zipcode":"03222","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3399903","School District Name":"Berlin SAU Office","Physical Address Line 1":"183 Hillside Ave.","Physical Address Line 2":"","Physical Address City":"Berlin","Physical Address State":"NH ","Physical Address Zipcode":"03570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3399902","School District Name":"Inter-Lakes Cooperative SAU Office","Physical Address Line 1":"103 Main St.","Physical Address Line 2":"Ste. 2","Physical Address City":"Meredith","Physical Address State":"NH ","Physical Address Zipcode":"03253","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3333009","School District Name":"Rivendell Interstate School District","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.08982035928143713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3307360","School District Name":"Pinkerton Academy School District","Physical Address Line 1":"5 Pinkerton St","Physical Address Line 2":"","Physical Address City":"Derry","Physical Address State":"NH ","Physical Address Zipcode":"03038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3307330","School District Name":"Coe Brown Academy School District","Physical Address Line 1":"907 First NH Tpke.","Physical Address Line 2":"","Physical Address City":"Northwood","Physical Address State":"NH ","Physical Address Zipcode":"03261","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3307300","School District Name":"Winnisquam Regional School District","Physical Address Line 1":"433 West Main St.","Physical Address Line 2":"","Physical Address City":"Tilton","Physical Address State":"NH ","Physical Address Zipcode":"03276","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07588739290085679,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3307290","School District Name":"Winnisquam Regional SAU Office","Physical Address Line 1":"433 West Main St.","Physical Address Line 2":"","Physical Address City":"Tilton","Physical Address State":"NH ","Physical Address Zipcode":"03276","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3307230","School District Name":"Winnacunnet Coop School District","Physical Address Line 1":"2 Alumni Dr.","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"NH ","Physical Address Zipcode":"03842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.042768273716951785,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3307200","School District Name":"Windsor School District","Physical Address Line 1":"78 School Street","Physical Address Line 2":"","Physical Address City":"Hillsboro","Physical Address State":"NH ","Physical Address Zipcode":"03244","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09090909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3307170","School District Name":"Windham School District","Physical Address Line 1":"19 Haverhill Road","Physical Address Line 2":"","Physical Address City":"Windham","Physical Address State":"NH ","Physical Address Zipcode":"03087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.01940962393853619,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3307140","School District Name":"Winchester School District","Physical Address Line 1":"Winchester School District","Physical Address Line 2":"","Physical Address City":"Winchester","Physical Address State":"NH ","Physical Address Zipcode":"03470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1552,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3307115","School District Name":"Wilton-Lyndeboro School District","Physical Address Line 1":"192 Forest Road","Physical Address Line 2":"","Physical Address City":"Lyndeborough","Physical Address State":"NH ","Physical Address Zipcode":"03082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07526881720430108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3307050","School District Name":"White Mountain Regional School District","Physical Address Line 1":"14 King Square.","Physical Address Line 2":"","Physical Address City":"Whitefield","Physical Address State":"NH ","Physical Address Zipcode":"03598","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11900369003690037,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3307020","School District Name":"Westmoreland School District","Physical Address Line 1":"193 Maple Avenue","Physical Address Line 2":"","Physical Address City":"Keene","Physical Address State":"NH ","Physical Address Zipcode":"03431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05429864253393665,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306990","School District Name":"Wentworth School District","Physical Address Line 1":"47 Old Ward Bridge Rd.","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"NH ","Physical Address Zipcode":"03264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14925373134328357,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306930","School District Name":"Weare School District","Physical Address Line 1":"258 Western Avenue","Physical Address Line 2":"","Physical Address City":"Henniker","Physical Address State":"NH ","Physical Address Zipcode":"03242","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05673076923076923,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306910","School District Name":"Waterville Valley School District","Physical Address Line 1":"47 Old Ward Bridge Rd.","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"NH ","Physical Address Zipcode":"03264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.029411764705882353,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306900","School District Name":"Washington School District","Physical Address Line 1":"78 School Street","Physical Address Line 2":"","Physical Address City":"Hillsboro","Physical Address State":"NH ","Physical Address Zipcode":"03244","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10119047619047619,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306870","School District Name":"Warren School District","Physical Address Line 1":"2975 Dartmouth College Hwy.","Physical Address Line 2":"","Physical Address City":"N. Haverhill","Physical Address State":"NH ","Physical Address Zipcode":"03774","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10655737704918032,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306780","School District Name":"Wakefield School District","Physical Address Line 1":"76 Taylor Way","Physical Address Line 2":"","Physical Address City":"Sanbornville","Physical Address State":"NH ","Physical Address Zipcode":"03872","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08763693270735524,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306750","School District Name":"Unity School District","Physical Address Line 1":"165 Broad St.","Physical Address Line 2":"","Physical Address City":"Claremont","Physical Address State":"NH ","Physical Address Zipcode":"03743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10112359550561797,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306720","School District Name":"Timberlane Regional School District","Physical Address Line 1":"30 Greenough Rd.","Physical Address Line 2":"","Physical Address City":"Plaistow","Physical Address State":"NH ","Physical Address Zipcode":"03865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.034421665401164266,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3306660","School District Name":"Thornton School District","Physical Address Line 1":"47 Old Ward Bridge Rd.","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"NH ","Physical Address Zipcode":"03264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306600","School District Name":"Tamworth School District","Physical Address Line 1":"881A Tamworth Road","Physical Address Line 2":"","Physical Address City":"Tamworth","Physical Address State":"NH ","Physical Address Zipcode":"03886","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19254658385093168,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306540","School District Name":"Sunapee School District","Physical Address Line 1":"70 Lower Main Street","Physical Address Line 2":"","Physical Address City":"Sunapee","Physical Address State":"NH ","Physical Address Zipcode":"03782","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05274725274725275,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3306480","School District Name":"Stratham School District","Physical Address Line 1":"30 Linden St.","Physical Address Line 2":"","Physical Address City":"Exeter","Physical Address State":"NH ","Physical Address Zipcode":"03833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.019891500904159132,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3306450","School District Name":"Stratford School District","Physical Address Line 1":"15 Preble St.","Physical Address Line 2":"","Physical Address City":"Groveton","Physical Address State":"NH ","Physical Address Zipcode":"03582","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21794871794871795,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306420","School District Name":"Strafford School District","Physical Address Line 1":"Greenbriar Building","Physical Address Line 2":"23A Mountain Avenue","Physical Address City":"Northwood","Physical Address State":"NH ","Physical Address Zipcode":"03261","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.02592087312414734,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306390","School District Name":"Stoddard School District","Physical Address Line 1":"258 Western Avenue","Physical Address Line 2":"","Physical Address City":"Henniker","Physical Address State":"NH ","Physical Address Zipcode":"03242","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07272727272727272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306360","School District Name":"Stewartstown School District","Physical Address Line 1":"21 Academy St.","Physical Address Line 2":"","Physical Address City":"Colebrook","Physical Address State":"NH ","Physical Address Zipcode":"03576","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306330","School District Name":"Stark School District","Physical Address Line 1":"15 Preble St.","Physical Address Line 2":"","Physical Address City":"Groveton","Physical Address State":"NH ","Physical Address Zipcode":"03582","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19642857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306270","School District Name":"South Hampton School District","Physical Address Line 1":"2 Alumni Dr.","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"NH ","Physical Address Zipcode":"03842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05454545454545454,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3306260","School District Name":"Souhegan Cooperative School District","Physical Address Line 1":"1 School St.","Physical Address Line 2":"","Physical Address City":"Amherst","Physical Address State":"NH ","Physical Address Zipcode":"03031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.022099447513812154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3306240","School District Name":"Somersworth School District","Physical Address Line 1":"51 West High Street","Physical Address Line 2":"","Physical Address City":"Somersworth","Physical Address State":"NH ","Physical Address Zipcode":"03878","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08710033076074973,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3306180","School District Name":"Shaker Regional School District","Physical Address Line 1":"58 School St.","Physical Address Line 2":"","Physical Address City":"Belmont","Physical Address State":"NH ","Physical Address Zipcode":"03220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07127734650670431,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3306150","School District Name":"Seabrook School District","Physical Address Line 1":"2 Alumni Dr.","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"NH ","Physical Address Zipcode":"03842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12241653418124006,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3306080","School District Name":"Sanborn Regional School District","Physical Address Line 1":"17 Danville Road","Physical Address Line 2":"Room 346","Physical Address City":"Kingston","Physical Address State":"NH ","Physical Address Zipcode":"03848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04502219403931516,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3306060","School District Name":"Salem School District","Physical Address Line 1":"38 Geremonty Dr.","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"NH ","Physical Address Zipcode":"03079","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04525862068965517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3306030","School District Name":"Rye School District","Physical Address Line 1":"48 Post Rd.","Physical Address Line 2":"","Physical Address City":"Greenland","Physical Address State":"NH ","Physical Address Zipcode":"03840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.04065040650406504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3306000","School District Name":"Rumney School District","Physical Address Line 1":"47 Old Ward Bridge Rd.","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"NH ","Physical Address Zipcode":"03264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12213740458015267,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3305970","School District Name":"Rollinsford School District","Physical Address Line 1":"51 West High Street","Physical Address Line 2":"","Physical Address City":"SOMERSWORTH","Physical Address State":"NH ","Physical Address Zipcode":"03878","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.038834951456310676,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305940","School District Name":"Rochester School District","Physical Address Line 1":"150 Wakefield St.","Physical Address Line 2":"Ste. 8","Physical Address City":"Rochester","Physical Address State":"NH ","Physical Address Zipcode":"03867","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08705307572729291,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305880","School District Name":"Raymond School District","Physical Address Line 1":"43 Harriman Hill Rd.","Physical Address Line 2":"","Physical Address City":"Raymond","Physical Address State":"NH ","Physical Address Zipcode":"03077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07253886010362694,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305830","School District Name":"Profile School District","Physical Address Line 1":"260 Cottage Street","Physical Address Line 2":"Suite C","Physical Address City":"Littleton","Physical Address State":"NH ","Physical Address Zipcode":"03561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05357142857142857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305820","School District Name":"Portsmouth School District","Physical Address Line 1":"1 Junkins Avenue","Physical Address Line 2":"Suite 402","Physical Address City":"Portsmouth","Physical Address State":"NH ","Physical Address Zipcode":"03801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.05455407969639469,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305790","School District Name":"Plymouth School District","Physical Address Line 1":"47 Old Ward Bridge Rd.","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"NH ","Physical Address Zipcode":"03264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13709677419354838,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305760","School District Name":"Plainfield School District","Physical Address Line 1":"92 Bonner Rd.","Physical Address Line 2":"","Physical Address City":"Meriden","Physical Address State":"NH ","Physical Address Zipcode":"03770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04918032786885246,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3305730","School District Name":"Pittsfield School District","Physical Address Line 1":"23 Oneida Street Unit 1","Physical Address Line 2":"","Physical Address City":"Pittsfield","Physical Address State":"NH ","Physical Address Zipcode":"03263","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13412563667232597,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3305700","School District Name":"Pittsburg School District","Physical Address Line 1":"21 Academy St.","Physical Address Line 2":"","Physical Address City":"Colebrook","Physical Address State":"NH ","Physical Address Zipcode":"03576","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09195402298850575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3305670","School District Name":"Piermont School District","Physical Address Line 1":"2975 Dartmouth College Hwy.","Physical Address Line 2":"","Physical Address City":"N. Haverhill","Physical Address State":"NH ","Physical Address Zipcode":"03774","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10909090909090909,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3305580","School District Name":"Pembroke School District","Physical Address Line 1":"Pembroke Academy","Physical Address Line 2":"267 Pembroke St.","Physical Address City":"Pembroke","Physical Address State":"NH ","Physical Address Zipcode":"03275","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06394316163410302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305550","School District Name":"Pelham School District","Physical Address Line 1":"59A Marsh Road","Physical Address Line 2":"","Physical Address City":"Pelham","Physical Address State":"NH ","Physical Address Zipcode":"03076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02832244008714597,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305520","School District Name":"Oyster River Coop School District","Physical Address Line 1":"36 Coe Dr.","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"NH ","Physical Address Zipcode":"03824","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.018043684710351376,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305460","School District Name":"Nottingham School District","Physical Address Line 1":"Greenbriar Building","Physical Address Line 2":"23A Mountain Avenue","Physical Address City":"Northwood","Physical Address State":"NH ","Physical Address Zipcode":"03261","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03581267217630854,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3305430","School District Name":"Northwood School District","Physical Address Line 1":"Greenbriar Building","Physical Address Line 2":"23A Mountain Avenue","Physical Address City":"Northwood","Physical Address State":"NH ","Physical Address Zipcode":"03261","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05666156202143951,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3305400","School District Name":"Northumberland School District","Physical Address Line 1":"15 Preble St.","Physical Address Line 2":"","Physical Address City":"Groveton","Physical Address State":"NH ","Physical Address Zipcode":"03582","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12152777777777778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3305370","School District Name":"North Hampton School District","Physical Address Line 1":"2 Alumni Dr.","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"NH ","Physical Address Zipcode":"03842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.052873563218390804,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305310","School District Name":"Newport School District","Physical Address Line 1":"86 North Main Street","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"NH ","Physical Address Zipcode":"03773","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11449579831932773,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305280","School District Name":"Newmarket School District","Physical Address Line 1":"186A Main St.","Physical Address Line 2":"","Physical Address City":"Newmarket","Physical Address State":"NH ","Physical Address Zipcode":"03857","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.05964214711729622,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305250","School District Name":"Newington School District","Physical Address Line 1":"48 Post Rd.","Physical Address Line 2":"","Physical Address City":"Greenland","Physical Address State":"NH ","Physical Address Zipcode":"03840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04597701149425287,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305220","School District Name":"Newfound Area School District","Physical Address Line 1":"20 North Main St.","Physical Address Line 2":"","Physical Address City":"Bristol","Physical Address State":"NH ","Physical Address Zipcode":"03222","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09558823529411764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3305190","School District Name":"Newfields School District","Physical Address Line 1":"30 Linden St.","Physical Address Line 2":"","Physical Address City":"Exeter","Physical Address State":"NH ","Physical Address Zipcode":"03833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04827586206896552,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305070","School District Name":"New Castle School District","Physical Address Line 1":"48 Post Rd.","Physical Address Line 2":"","Physical Address City":"Greenland","Physical Address State":"NH ","Physical Address Zipcode":"03840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.009900990099009901,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305040","School District Name":"New Boston School District","Physical Address Line 1":"11 School St.","Physical Address Line 2":"","Physical Address City":"Goffstown","Physical Address State":"NH ","Physical Address Zipcode":"03045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03409090909090909,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3305010","School District Name":"Nelson School District","Physical Address Line 1":"193 Maple Avenue","Physical Address Line 2":"","Physical Address City":"Keene","Physical Address State":"NH ","Physical Address Zipcode":"03431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28421052631578947,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3304980","School District Name":"Nashua School District","Physical Address Line 1":"141 Ledge St.","Physical Address Line 2":"","Physical Address City":"Nashua","Physical Address State":"NH ","Physical Address Zipcode":"03061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10384519142547335,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304960","School District Name":"Moultonborough School District","Physical Address Line 1":"25 Blake Rd","Physical Address Line 2":"","Physical Address City":"Moultonborough","Physical Address State":"NH ","Physical Address Zipcode":"03254","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08897485493230174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3304950","School District Name":"Mont Vernon School District","Physical Address Line 1":"1 School St.","Physical Address Line 2":"","Physical Address City":"Amherst","Physical Address State":"NH ","Physical Address Zipcode":"03031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.065625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304920","School District Name":"Monroe School District","Physical Address Line 1":"77 Woodsville Rd.","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"NH ","Physical Address Zipcode":"03771","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07758620689655173,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3304890","School District Name":"Monadnock Regional School District","Physical Address Line 1":"Monadnock Reg. School District","Physical Address Line 2":"600 Old Homestead Highway","Physical Address City":"Swanzey","Physical Address State":"NH ","Physical Address Zipcode":"03446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10145681581685743,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304830","School District Name":"Milford School District","Physical Address Line 1":"100 West St.","Physical Address Line 2":"","Physical Address City":"Milford","Physical Address State":"NH ","Physical Address Zipcode":"03055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05861386138613861,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304800","School District Name":"Milan School District","Physical Address Line 1":"123 Main St.","Physical Address Line 2":"","Physical Address City":"Gorham","Physical Address State":"NH ","Physical Address Zipcode":"03581","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13245033112582782,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3304770","School District Name":"Middleton School District","Physical Address Line 1":"C/O Governor Wentworth Regiona","Physical Address Line 2":"","Physical Address City":"Wolfeboro Falls","Physical Address State":"NH ","Physical Address Zipcode":"03896","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05862068965517241,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304760","School District Name":"Merrimack Valley School District","Physical Address Line 1":"105 Community Dr.","Physical Address Line 2":"","Physical Address City":"Penacook","Physical Address State":"NH ","Physical Address Zipcode":"03303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0672012218403971,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304740","School District Name":"Merrimack School District","Physical Address Line 1":"36 McElwain St.","Physical Address Line 2":"","Physical Address City":"Merrimack","Physical Address State":"NH ","Physical Address Zipcode":"03054","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.027253668763102725,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304680","School District Name":"Mascoma Valley Reg School District","Physical Address Line 1":"547 US Route 4","Physical Address Line 2":"","Physical Address City":"Enfield","Physical Address State":"NH ","Physical Address Zipcode":"03748","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07651912978244561,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3304670","School District Name":"Mascenic Regional School District","Physical Address Line 1":"16 School Street","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"NH ","Physical Address Zipcode":"03048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0875796178343949,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304650","School District Name":"Marlow School District","Physical Address Line 1":"193 Maple Avenue","Physical Address Line 2":"","Physical Address City":"Keene","Physical Address State":"NH ","Physical Address Zipcode":"03431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3304620","School District Name":"Marlborough School District","Physical Address Line 1":"193 Maple Avenue","Physical Address Line 2":"","Physical Address City":"Keene","Physical Address State":"NH ","Physical Address Zipcode":"03431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12313432835820895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304590","School District Name":"Manchester School District","Physical Address Line 1":"20 Hecker Street","Physical Address Line 2":"","Physical Address City":"Manchester","Physical Address State":"NH ","Physical Address Zipcode":"03102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.15748360998744595,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304560","School District Name":"Madison School District","Physical Address Line 1":"881A Tamworth Road","Physical Address Line 2":"","Physical Address City":"Tamworth","Physical Address State":"NH ","Physical Address Zipcode":"03886","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12693498452012383,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3304500","School District Name":"Lyme School District","Physical Address Line 1":"Rte. 10","Physical Address Line 2":"","Physical Address City":"Lyme","Physical Address State":"NH ","Physical Address Zipcode":"03768","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.025179856115107913,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3304410","School District Name":"Londonderry School District","Physical Address Line 1":"6A Kitty Hawk Landing","Physical Address Line 2":"Suite 101","Physical Address City":"Londonderry","Physical Address State":"NH ","Physical Address Zipcode":"03053","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.03148558758314856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304380","School District Name":"Littleton School District","Physical Address Line 1":"65 Maple St.","Physical Address Line 2":"","Physical Address City":"Littleton","Physical Address State":"NH ","Physical Address Zipcode":"03561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11936662606577345,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304350","School District Name":"Litchfield School District","Physical Address Line 1":"c/o Campbell High School","Physical Address Line 2":"1 Highlander Court","Physical Address City":"Litchfield","Physical Address State":"NH ","Physical Address Zipcode":"03052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.030061349693251534,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304290","School District Name":"Lisbon Regional School District","Physical Address Line 1":"260 Cottage Street","Physical Address Line 2":"Suite C","Physical Address City":"Littleton","Physical Address State":"NH ","Physical Address Zipcode":"03561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14381270903010032,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3304260","School District Name":"Lincoln-Woodstock School District","Physical Address Line 1":"78 Main Street","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"NH ","Physical Address Zipcode":"03251","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09873417721518987,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3304230","School District Name":"Lebanon School District","Physical Address Line 1":"Seminary Hill School","Physical Address Line 2":"20 Seminary Hill","Physical Address City":"West Lebanon","Physical Address State":"NH ","Physical Address Zipcode":"03784","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.0860655737704918,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304170","School District Name":"Landaff School District","Physical Address Line 1":"260 Cottage Street","Physical Address Line 2":"Suite C","Physical Address City":"Littleton","Physical Address State":"NH ","Physical Address Zipcode":"03561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10638297872340426,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3304150","School District Name":"Lafayette Regional School District","Physical Address Line 1":"260 Cottage Street","Physical Address Line 2":"Suite C","Physical Address City":"Littleton","Physical Address State":"NH ","Physical Address Zipcode":"03561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0660377358490566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3304140","School District Name":"Laconia School District","Physical Address Line 1":"39 Harvard St.","Physical Address Line 2":"","Physical Address City":"Laconia","Physical Address State":"NH ","Physical Address Zipcode":"03246","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11833489242282506,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304080","School District Name":"Kensington School District","Physical Address Line 1":"30 Linden St.","Physical Address Line 2":"","Physical Address City":"Exeter","Physical Address State":"NH ","Physical Address Zipcode":"03833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03389830508474576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304050","School District Name":"Keene School District","Physical Address Line 1":"193 Maple Avenue","Physical Address Line 2":"","Physical Address City":"Keene","Physical Address State":"NH ","Physical Address Zipcode":"03431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11611917494270435,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3304040","School District Name":"Kearsarge Regional School District","Physical Address Line 1":"114 Cougar Court","Physical Address Line 2":"","Physical Address City":"New London","Physical Address State":"NH ","Physical Address Zipcode":"03257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04937655860349127,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3304030","School District Name":"Jaffrey-Rindge Coop School District","Physical Address Line 1":"1 Conant Way","Physical Address Line 2":"","Physical Address City":"Jaffrey","Physical Address State":"NH ","Physical Address Zipcode":"03452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07134220072551391,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303990","School District Name":"Jackson School District","Physical Address Line 1":"176A Main St.","Physical Address Line 2":"","Physical Address City":"Conway","Physical Address State":"NH ","Physical Address Zipcode":"03818","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08108108108108109,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303960","School District Name":"Inter-lakes School District","Physical Address Line 1":"103 Main St.","Physical Address Line 2":"Ste. 2","Physical Address City":"Meredith","Physical Address State":"NH ","Physical Address Zipcode":"03253","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07567567567567568,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303930","School District Name":"Hudson School District","Physical Address Line 1":"20 Library St.","Physical Address Line 2":"","Physical Address City":"Hudson","Physical Address State":"NH ","Physical Address Zipcode":"03051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05094293411707078,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303900","School District Name":"Hopkinton School District","Physical Address Line 1":"204 Maple St.","Physical Address Line 2":"","Physical Address City":"Contoocook","Physical Address State":"NH ","Physical Address Zipcode":"03229","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04030501089324619,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303870","School District Name":"Hooksett School District","Physical Address Line 1":"90 Farmer Rd.","Physical Address Line 2":"","Physical Address City":"Hooksett","Physical Address State":"NH ","Physical Address Zipcode":"03106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04598825831702544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303850","School District Name":"Hollis/Brookline Coop School District","Physical Address Line 1":"4 Lund Ln.","Physical Address Line 2":"","Physical Address City":"Hollis","Physical Address State":"NH ","Physical Address Zipcode":"03049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.019593067068575734,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303840","School District Name":"Hollis School District","Physical Address Line 1":"4 Lund Ln.","Physical Address Line 2":"","Physical Address City":"Hollis","Physical Address State":"NH ","Physical Address Zipcode":"03049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0264797507788162,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303810","School District Name":"Holderness School District","Physical Address Line 1":"47 Old Ward Bridge Rd.","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"NH ","Physical Address Zipcode":"03264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0979381443298969,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303780","School District Name":"Hinsdale School District","Physical Address Line 1":"Hinsdale School District","Physical Address Line 2":"","Physical Address City":"Hinsdale","Physical Address State":"NH ","Physical Address Zipcode":"03451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1082024432809773,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303750","School District Name":"Hillsboro Deering Coop School District","Physical Address Line 1":"78 School Street","Physical Address Line 2":"","Physical Address City":"Hillsboro","Physical Address State":"NH ","Physical Address Zipcode":"03244","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09290953545232274,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303720","School District Name":"Hill School District","Physical Address Line 1":"32 Crescent Street","Physical Address Line 2":"","Physical Address City":"Hill","Physical Address State":"NH ","Physical Address Zipcode":"03243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303690","School District Name":"Henniker School District","Physical Address Line 1":"258 Western Avenue","Physical Address Line 2":"","Physical Address City":"Henniker","Physical Address State":"NH ","Physical Address Zipcode":"03242","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06845965770171149,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303660","School District Name":"Haverhill Cooperative School District","Physical Address Line 1":"2975 Dartmouth College Hwy.","Physical Address Line 2":"","Physical Address City":"N. Haverhill","Physical Address State":"NH ","Physical Address Zipcode":"03774","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11019736842105263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303640","School District Name":"Hart's Location School District","Physical Address Line 1":"176A Main St.","Physical Address Line 2":"","Physical Address City":"Conway","Physical Address State":"NH ","Physical Address Zipcode":"03818","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303630","School District Name":"Harrisville School District","Physical Address Line 1":"193 Maple Avenue","Physical Address Line 2":"","Physical Address City":"Keene","Physical Address State":"NH ","Physical Address Zipcode":"03431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13402061855670103,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303600","School District Name":"Hanover School District","Physical Address Line 1":"41 Lebanon St.","Physical Address Line 2":"Suite 2","Physical Address City":"Hanover","Physical Address State":"NH ","Physical Address Zipcode":"03755","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.024896265560165973,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303540","School District Name":"Hampton Falls School District","Physical Address Line 1":"2 Alumni Dr.","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"NH ","Physical Address Zipcode":"03842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03361344537815126,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303510","School District Name":"Hampton School District","Physical Address Line 1":"6 Marston Way","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"NH ","Physical Address Zipcode":"03842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.05751072961373391,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303480","School District Name":"Hampstead School District","Physical Address Line 1":"30 Greenough Rd.","Physical Address Line 2":"","Physical Address City":"Plaistow","Physical Address State":"NH ","Physical Address Zipcode":"03865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03338391502276176,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303420","School District Name":"Greenland School District","Physical Address Line 1":"48 Post Rd.","Physical Address Line 2":"","Physical Address City":"Greenland","Physical Address State":"NH ","Physical Address Zipcode":"03840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.02973977695167286,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303360","School District Name":"Grantham School District","Physical Address Line 1":"300 Route 10 South","Physical Address Line 2":"","Physical Address City":"Grantham","Physical Address State":"NH ","Physical Address Zipcode":"03753","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.039119804400977995,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303330","School District Name":"Governor Wentworth Reg School District","Physical Address Line 1":"140 Pine Hill Road","Physical Address Line 2":"","Physical Address City":"Wolfeboro","Physical Address State":"NH ","Physical Address Zipcode":"03894","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08583877995642701,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303317","School District Name":"Rollinsford SAU Office","Physical Address Line 1":"51 West High Street","Physical Address Line 2":"","Physical Address City":"SOMERSWORTH","Physical Address State":"NH ","Physical Address Zipcode":"03878","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303316","School District Name":"Northeast Woodland Chartered Public School","Physical Address Line 1":"53 Technology Lane","Physical Address Line 2":"","Physical Address City":"Conway","Physical Address State":"NH ","Physical Address Zipcode":"03818","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303315","School District Name":"Spark Academy of Advanced Technologies","Physical Address Line 1":"1066 Front Street","Physical Address Line 2":"","Physical Address City":"Manchestter","Physical Address State":"NH ","Physical Address Zipcode":"03102","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303314","School District Name":"Windham Academy Public Charter School","Physical Address Line 1":"1 Industrial Dr","Physical Address Line 2":"","Physical Address City":"Windham","Physical Address State":"NH ","Physical Address Zipcode":"03087","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303312","School District Name":"Goshen SAU Office","Physical Address Line 1":"54 Mill Village Rd","Physical Address Line 2":"","Physical Address City":"Goshen","Physical Address State":"NH ","Physical Address Zipcode":"03752","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303311","School District Name":"Cornish SAU Office","Physical Address Line 1":"274 Townhouse Road","Physical Address Line 2":"","Physical Address City":"Cornish","Physical Address State":"NH ","Physical Address Zipcode":"03745","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303310","School District Name":"Wakefield SAU Office","Physical Address Line 1":"76 Taylor Way","Physical Address Line 2":"","Physical Address City":"Sanbornville","Physical Address State":"NH ","Physical Address Zipcode":"03872","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303309","School District Name":"Hill SAU Office","Physical Address Line 1":"32 Crescent Street","Physical Address Line 2":"","Physical Address City":"Hill","Physical Address State":"NH ","Physical Address Zipcode":"03243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303308","School District Name":"Kreiva Academy Public Charter School District","Physical Address Line 1":"470 Pine St.","Physical Address Line 2":"","Physical Address City":"Manchester","Physical Address State":"NH ","Physical Address Zipcode":"03105","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303307","School District Name":"Middleton SAU","Physical Address Line 1":"C/O Governor Wentworth Regiona","Physical Address Line 2":"","Physical Address City":"Wolfeboro Falls","Physical Address State":"NH ","Physical Address Zipcode":"03896","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303306","School District Name":"Croydon SAU Office","Physical Address Line 1":"889 NH Rt. 10","Physical Address Line 2":"","Physical Address City":"Croydon","Physical Address State":"NH ","Physical Address Zipcode":"03773","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303305","School District Name":"LEAF Charter School","Physical Address Line 1":"6A Baine Rd","Physical Address Line 2":"","Physical Address City":"Alstead","Physical Address State":"NH ","Physical Address Zipcode":"03602","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303304","School District Name":"Goshen School District","Physical Address Line 1":"54 Mill Village Rd","Physical Address Line 2":"","Physical Address City":"Goshen","Physical Address State":"NH ","Physical Address Zipcode":"03752","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09574468085106383,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303303","School District Name":"Lempster School District","Physical Address Line 1":"29 School Rd.","Physical Address Line 2":"","Physical Address City":"Lempster","Physical Address State":"NH ","Physical Address Zipcode":"03605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12056737588652482,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303302","School District Name":"MicroSociety Academy Charter School of Southern NH","Physical Address Line 1":"591 West Hollis Street","Physical Address Line 2":"","Physical Address City":"Nashua","Physical Address State":"NH ","Physical Address Zipcode":"03062","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303301","School District Name":"Compass Classical Academy Charter School","Physical Address Line 1":"15 Elkins St.","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"NH ","Physical Address Zipcode":"03235","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303299","School District Name":"Gate City Charter School For the Arts District","Physical Address Line 1":"7 Henry Clay Dr.","Physical Address Line 2":"","Physical Address City":"Merrimack","Physical Address State":"NH ","Physical Address Zipcode":"03054","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303298","School District Name":"The Founders Academy Charter School District","Physical Address Line 1":"5 Perimeter Rd.","Physical Address Line 2":"","Physical Address City":"Manchester","Physical Address State":"NH ","Physical Address Zipcode":"03103","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303297","School District Name":"Mountain Village Charter School","Physical Address Line 1":"13 NH Route 25","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"NH ","Physical Address Zipcode":"03264","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303296","School District Name":"Granite State Arts Academy Charter School","Physical Address Line 1":"19 Keewaydin Dr.","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"NH ","Physical Address Zipcode":"03079","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303295","School District Name":"Sullivan SAU Office","Physical Address Line 1":"Sullivan School District","Physical Address Line 2":"","Physical Address City":"Keene","Physical Address State":"NH ","Physical Address Zipcode":"03431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303294","School District Name":"Windham SAU Office","Physical Address Line 1":"19 Haverhill Road","Physical Address Line 2":"","Physical Address City":"Windham","Physical Address State":"NH ","Physical Address Zipcode":"03087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303293","School District Name":"Sullivan School District","Physical Address Line 1":"Sullivan School District","Physical Address Line 2":"","Physical Address City":"Keene","Physical Address State":"NH ","Physical Address Zipcode":"03431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10256410256410256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303292","School District Name":"PACE Career Academy Charter School","Physical Address Line 1":"716 Riverwood Drive","Physical Address Line 2":"","Physical Address City":"Pembroke","Physical Address State":"NH ","Physical Address Zipcode":"03275","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303291","School District Name":"Next Charter School District","Physical Address Line 1":"5 Hood Rd","Physical Address Line 2":"","Physical Address City":"Derry","Physical Address State":"NH ","Physical Address Zipcode":"03038","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303290","School District Name":"Polaris Charter School","Physical Address Line 1":"100 Coolidge Ave.","Physical Address Line 2":"","Physical Address City":"Manchester","Physical Address State":"NH ","Physical Address Zipcode":"03102","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303289","School District Name":"Making Community Connections Charter School","Physical Address Line 1":"100 William Loeb Dr.","Physical Address Line 2":"Unit 2","Physical Address City":"Manchester","Physical Address State":"NH ","Physical Address Zipcode":"03109","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303287","School District Name":"Robert Frost Charter School","Physical Address Line 1":"110 Main Street","Physical Address Line 2":"","Physical Address City":"Conway","Physical Address State":"NH ","Physical Address Zipcode":"03818","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303286","School District Name":"The Birches Academy for Academics & Art:A Public Charter Sch","Physical Address Line 1":"419 South Broadway","Physical Address Line 2":"2nd Floor","Physical Address City":"Salem","Physical Address State":"NH ","Physical Address Zipcode":"03079","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303285","School District Name":"Surry SAU Office","Physical Address Line 1":"1 Village Road","Physical Address Line 2":"","Physical Address City":"Surry","Physical Address State":"NH ","Physical Address Zipcode":"03431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303284","School District Name":"Winchester SAU Office","Physical Address Line 1":"Winchester School District","Physical Address Line 2":"","Physical Address City":"Winchester","Physical Address State":"NH ","Physical Address Zipcode":"03470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303283","School District Name":"Monadnock Regional SAU Office","Physical Address Line 1":"Monadnock Reg. School District","Physical Address Line 2":"600 Old Homestead Highway","Physical Address City":"Swanzey","Physical Address State":"NH ","Physical Address Zipcode":"03446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303282","School District Name":"Hampton SAU Office","Physical Address Line 1":"6 Marston Way","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"NH ","Physical Address Zipcode":"03842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303281","School District Name":"Hinsdale SAU Office","Physical Address Line 1":"Hinsdale School District","Physical Address Line 2":"","Physical Address City":"Hinsdale","Physical Address State":"NH ","Physical Address Zipcode":"03451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303280","School District Name":"Mill Falls Charter School District","Physical Address Line 1":"100 William Loeb Dr.","Physical Address Line 2":"Unit 1","Physical Address City":"Manchester","Physical Address State":"NH ","Physical Address Zipcode":"03109","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303279","School District Name":"Hale's Location District","Physical Address Line 1":"91 Samuel Hale Dr.","Physical Address Line 2":"","Physical Address City":"Hale's Location","Physical Address State":"NH ","Physical Address Zipcode":"03860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303278","School District Name":"Mason SAU Office","Physical Address Line 1":"13 Darling Hill Road","Physical Address Line 2":"","Physical Address City":"Mason","Physical Address State":"NH ","Physical Address Zipcode":"03048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303277","School District Name":"Mascenic Regional SAU Office","Physical Address Line 1":"16 School Street","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"NH ","Physical Address Zipcode":"03048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303276","School District Name":"Mason School District","Physical Address Line 1":"13 Darling Hill Road","Physical Address Line 2":"","Physical Address City":"Mason","Physical Address State":"NH ","Physical Address Zipcode":"03048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04716981132075472,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303275","School District Name":"Surry School District","Physical Address Line 1":"1 Village Road","Physical Address Line 2":"","Physical Address City":"Surry","Physical Address State":"NH ","Physical Address Zipcode":"03431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.028169014084507043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303274","School District Name":"Barnstead SAU Office","Physical Address Line 1":"1 Suncook Valley Road","Physical Address Line 2":"","Physical Address City":"Barnstead","Physical Address State":"NH ","Physical Address Zipcode":"03218","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303273","School District Name":"Sunapee SAU Office","Physical Address Line 1":"70 Lower Main Street","Physical Address Line 2":"","Physical Address City":"Sunapee","Physical Address State":"NH ","Physical Address Zipcode":"03782","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303272","School District Name":"Hale's Location","Physical Address Line 1":"91 Samuel Hale Dr.","Physical Address Line 2":"","Physical Address City":"Hale's Location","Physical Address State":"NH ","Physical Address Zipcode":"03860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303271","School District Name":"Virtual Learning Academy Charter School","Physical Address Line 1":"30 Linden St.","Physical Address Line 2":"","Physical Address City":"Exeter","Physical Address State":"NH ","Physical Address Zipcode":"03833","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3303240","School District Name":"Goffstown School District","Physical Address Line 1":"11 School St.","Physical Address Line 2":"","Physical Address City":"Goffstown","Physical Address State":"NH ","Physical Address Zipcode":"03045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06429780033840947,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303210","School District Name":"Gilmanton School District","Physical Address Line 1":"9 Currier Hill Rd.","Physical Address Line 2":"","Physical Address City":"Gilmanton","Physical Address State":"NH ","Physical Address Zipcode":"03237","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08302583025830258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303180","School District Name":"Gilford School District","Physical Address Line 1":"2 Belknap Mountain Road","Physical Address Line 2":"","Physical Address City":"Gilford","Physical Address State":"NH ","Physical Address Zipcode":"03249","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0525328330206379,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303150","School District Name":"Fremont School District","Physical Address Line 1":"432 Main Street","Physical Address Line 2":"Suite 1","Physical Address City":"Fremont","Physical Address State":"NH ","Physical Address Zipcode":"03049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.034236804564907276,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303120","School District Name":"Freedom School District","Physical Address Line 1":"881A Tamworth Road","Physical Address Line 2":"","Physical Address City":"Tamworth","Physical Address State":"NH ","Physical Address Zipcode":"03886","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.047619047619047616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3303090","School District Name":"Franklin School District","Physical Address Line 1":"119 Central St.","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"NH ","Physical Address Zipcode":"03235","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1243822075782537,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3303000","School District Name":"Farmington School District","Physical Address Line 1":"35 School Street","Physical Address Line 2":"","Physical Address City":"Farmington","Physical Address State":"NH ","Physical Address Zipcode":"03835","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11981981981981982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302990","School District Name":"Fall Mountain Regional School District","Physical Address Line 1":"122 NH Rte. 12A Unit 5","Physical Address Line 2":"","Physical Address City":"Langdon NH 03602","Physical Address State":"NH ","Physical Address Zipcode":"03602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07226107226107226,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302970","School District Name":"Exeter School District","Physical Address Line 1":"30 Linden St.","Physical Address Line 2":"","Physical Address City":"Exeter","Physical Address State":"NH ","Physical Address Zipcode":"03833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.05660377358490566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302940","School District Name":"Errol School District","Physical Address Line 1":"123 Main St.","Physical Address Line 2":"","Physical Address City":"Gorham","Physical Address State":"NH ","Physical Address Zipcode":"03581","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3302910","School District Name":"Epsom School District","Physical Address Line 1":"Pembroke Academy","Physical Address Line 2":"267 Pembroke St.","Physical Address City":"Pembroke","Physical Address State":"NH ","Physical Address Zipcode":"03275","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.045779685264663805,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3302880","School District Name":"Epping School District","Physical Address Line 1":"213 Main St.","Physical Address Line 2":"","Physical Address City":"Epping","Physical Address State":"NH ","Physical Address Zipcode":"03042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05537098560354374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302870","School District Name":"Ellsworth School District","Physical Address Line 1":"47 Old Ward Bridge Rd.","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"NH ","Physical Address Zipcode":"03264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302850","School District Name":"Eaton School District","Physical Address Line 1":"176A Main St.","Physical Address Line 2":"","Physical Address City":"Conway","Physical Address State":"NH ","Physical Address Zipcode":"03818","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302790","School District Name":"East Kingston School District","Physical Address Line 1":"30 Linden St.","Physical Address Line 2":"","Physical Address City":"Exeter","Physical Address State":"NH ","Physical Address Zipcode":"03833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.027472527472527472,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302760","School District Name":"Dunbarton School District","Physical Address Line 1":"55 Falcon Way","Physical Address Line 2":"","Physical Address City":"Bow","Physical Address State":"NH ","Physical Address Zipcode":"03304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.010615711252653927,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302730","School District Name":"Dummer School District","Physical Address Line 1":"123 Main St.","Physical Address Line 2":"","Physical Address City":"Gorham","Physical Address State":"NH ","Physical Address Zipcode":"03581","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16216216216216217,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302670","School District Name":"Dresden School District","Physical Address Line 1":"41 Lebanon St.","Physical Address Line 2":"Suite 2","Physical Address City":"Hanover","Physical Address State":"NH ","Physical Address Zipcode":"03755","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.029288702928870293,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302640","School District Name":"Dover School District","Physical Address Line 1":"McConnell Center 61 Locust St","Physical Address Line 2":"Suite 409","Physical Address City":"Dover","Physical Address State":"NH ","Physical Address Zipcode":"03820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.059915820747709826,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302610","School District Name":"Derry School District","Physical Address Line 1":"18 South Main St.","Physical Address Line 2":"","Physical Address City":"Derry","Physical Address State":"NH ","Physical Address Zipcode":"03038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06646695375397865,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302580","School District Name":"Deerfield School District","Physical Address Line 1":"Pembroke Academy","Physical Address Line 2":"267 Pembroke St.","Physical Address City":"Pembroke","Physical Address State":"NH ","Physical Address Zipcode":"03275","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05319148936170213,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3302550","School District Name":"Croydon School District","Physical Address Line 1":"889 NH Rt. 10","Physical Address Line 2":"","Physical Address City":"Croydon","Physical Address State":"NH ","Physical Address Zipcode":"03773","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08860759493670886,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3302520","School District Name":"Cornish School District","Physical Address Line 1":"274 Townhouse Road","Physical Address Line 2":"","Physical Address City":"Cornish","Physical Address State":"NH ","Physical Address Zipcode":"03745","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14423076923076922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302510","School District Name":"Coos County School District","Physical Address Line 1":"County Farm Road","Physical Address Line 2":"","Physical Address City":"W. Stewartstown","Physical Address State":"NH ","Physical Address Zipcode":"03597","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3302490","School District Name":"Conway School District","Physical Address Line 1":"176A Main St.","Physical Address Line 2":"","Physical Address City":"Conway","Physical Address State":"NH ","Physical Address Zipcode":"03818","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1464401294498382,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302480","School District Name":"Contoocook Valley School District","Physical Address Line 1":"106 Hancock Rd.","Physical Address Line 2":"","Physical Address City":"Peterborough","Physical Address State":"NH ","Physical Address Zipcode":"03458","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07492795389048991,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302460","School District Name":"Concord School District","Physical Address Line 1":"38 Liberty St.","Physical Address Line 2":"","Physical Address City":"Concord","Physical Address State":"NH ","Physical Address Zipcode":"03301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0840113913751017,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302430","School District Name":"Columbia School District","Physical Address Line 1":"21 Academy St.","Physical Address Line 2":"","Physical Address City":"Colebrook","Physical Address State":"NH ","Physical Address Zipcode":"03576","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10526315789473684,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3302400","School District Name":"Colebrook School District","Physical Address Line 1":"21 Academy St.","Physical Address Line 2":"","Physical Address City":"Colebrook","Physical Address State":"NH ","Physical Address Zipcode":"03576","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17293233082706766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3302370","School District Name":"Clarksville School District","Physical Address Line 1":"21 Academy St.","Physical Address Line 2":"","Physical Address City":"Colebrook","Physical Address State":"NH ","Physical Address Zipcode":"03576","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3302340","School District Name":"Claremont School District","Physical Address Line 1":"165 Broad St.","Physical Address Line 2":"","Physical Address City":"Claremont","Physical Address State":"NH ","Physical Address Zipcode":"03743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1394204483324221,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302310","School District Name":"Chichester School District","Physical Address Line 1":"Pembroke Academy","Physical Address Line 2":"267 Pembroke St.","Physical Address City":"Pembroke","Physical Address State":"NH ","Physical Address Zipcode":"03275","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0340632603406326,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3302280","School District Name":"Chesterfield School District","Physical Address Line 1":"193 Maple Avenue","Physical Address Line 2":"","Physical Address City":"Keene","Physical Address State":"NH ","Physical Address Zipcode":"03431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05791505791505792,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3302250","School District Name":"Chester School District","Physical Address Line 1":"Chester Academy","Physical Address Line 2":"22 Murphy Drive","Physical Address City":"Chester","Physical Address State":"NH ","Physical Address Zipcode":"03036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.028907922912205567,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302200","School District Name":"Chatham School District","Physical Address Line 1":"176A Main St.","Physical Address Line 2":"","Physical Address City":"Conway","Physical Address State":"NH ","Physical Address Zipcode":"03818","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11904761904761904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302130","School District Name":"Candia School District","Physical Address Line 1":"90 Farmer Rd.","Physical Address Line 2":"","Physical Address City":"Hooksett","Physical Address State":"NH ","Physical Address Zipcode":"03106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05405405405405406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302100","School District Name":"Campton School District","Physical Address Line 1":"47 Old Ward Bridge Rd.","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"NH ","Physical Address Zipcode":"03264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12974683544303797,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3302070","School District Name":"Brookline School District","Physical Address Line 1":"4 Lund Ln.","Physical Address Line 2":"","Physical Address City":"Hollis","Physical Address State":"NH ","Physical Address Zipcode":"03049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.02857142857142857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3302010","School District Name":"Brentwood School District","Physical Address Line 1":"30 Linden St.","Physical Address Line 2":"","Physical Address City":"Exeter","Physical Address State":"NH ","Physical Address Zipcode":"03833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.013736263736263736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3301950","School District Name":"Bow School District","Physical Address Line 1":"55 Falcon Way","Physical Address Line 2":"","Physical Address City":"Bow","Physical Address State":"NH ","Physical Address Zipcode":"03304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.029372496662216287,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3301890","School District Name":"Bethlehem School District","Physical Address Line 1":"260 Cottage Street","Physical Address Line 2":"Suite C","Physical Address City":"Littleton","Physical Address State":"NH ","Physical Address Zipcode":"03561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07065217391304347,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3301860","School District Name":"Berlin School District","Physical Address Line 1":"183 Hillside Ave.","Physical Address Line 2":"","Physical Address City":"Berlin","Physical Address State":"NH ","Physical Address Zipcode":"03570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20345140781108084,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3301830","School District Name":"Benton School District","Physical Address Line 1":"2975 Dartmouth College Hwy.","Physical Address Line 2":"","Physical Address City":"N. Haverhill","Physical Address State":"NH ","Physical Address Zipcode":"03774","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06451612903225806,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3301740","School District Name":"Bedford School District","Physical Address Line 1":"103 County Rd.","Physical Address Line 2":"","Physical Address City":"Bedford","Physical Address State":"NH ","Physical Address Zipcode":"03110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.035240274599542334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3301710","School District Name":"Bath School District","Physical Address Line 1":"2975 Dartmouth College Hwy.","Physical Address Line 2":"","Physical Address City":"N. Haverhill","Physical Address State":"NH ","Physical Address Zipcode":"03774","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07894736842105263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3301680","School District Name":"Bartlett School District","Physical Address Line 1":"176A Main St.","Physical Address Line 2":"","Physical Address City":"Conway","Physical Address State":"NH ","Physical Address Zipcode":"03818","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10670731707317073,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3301650","School District Name":"Barrington School District","Physical Address Line 1":"572 Calef Highway","Physical Address Line 2":"","Physical Address City":"Barrington","Physical Address State":"NH ","Physical Address Zipcode":"03825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03596614950634697,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3301620","School District Name":"Barnstead School District","Physical Address Line 1":"1 Suncook Valley Road","Physical Address Line 2":"","Physical Address City":"Barnstead","Physical Address State":"NH ","Physical Address Zipcode":"03218","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07240704500978473,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3301590","School District Name":"Auburn School District","Physical Address Line 1":"90 Farmer Rd.","Physical Address Line 2":"","Physical Address City":"Hooksett","Physical Address State":"NH ","Physical Address Zipcode":"03106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.029887920298879204,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3301560","School District Name":"Ashland School District","Physical Address Line 1":"103 Main St.","Physical Address Line 2":"Ste. 2","Physical Address City":"Meredith","Physical Address State":"NH ","Physical Address Zipcode":"03253","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15602836879432624,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3301500","School District Name":"Andover School District","Physical Address Line 1":"105 Community Dr.","Physical Address Line 2":"","Physical Address City":"Penacook","Physical Address State":"NH ","Physical Address Zipcode":"03303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.051597051597051594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3301470","School District Name":"Amherst School District","Physical Address Line 1":"1 School St.","Physical Address Line 2":"","Physical Address City":"Amherst","Physical Address State":"NH ","Physical Address Zipcode":"03031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.035955056179775284,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3301440","School District Name":"Alton School District","Physical Address Line 1":"252 Suncook Valley Rd.","Physical Address Line 2":"","Physical Address City":"Alton","Physical Address State":"NH ","Physical Address Zipcode":"03809","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0694980694980695,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3301380","School District Name":"Allenstown School District","Physical Address Line 1":"Pembroke Academy","Physical Address Line 2":"267 Pembroke St.","Physical Address City":"Pembroke","Physical Address State":"NH ","Physical Address Zipcode":"03275","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10118043844856661,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3301350","School District Name":"Albany School District","Physical Address Line 1":"176A Main St.","Physical Address Line 2":"","Physical Address City":"Conway","Physical Address State":"NH ","Physical Address Zipcode":"03818","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16279069767441862,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3300616","School District Name":"Milton School District","Physical Address Line 1":"20 School Street","Physical Address Line 2":"","Physical Address City":"Milton","Physical Address State":"NH ","Physical Address Zipcode":"03851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0723055934515689,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3300050","School District Name":"Hudson SAU Office","Physical Address Line 1":"20 Library St.","Physical Address Line 2":"","Physical Address City":"Hudson","Physical Address State":"NH ","Physical Address Zipcode":"03051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300049","School District Name":"Prospect Mountain School District","Physical Address Line 1":"242 Suncook Valley Rd.","Physical Address Line 2":"","Physical Address City":"Alton","Physical Address State":"NH ","Physical Address Zipcode":"03809","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.045275590551181105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3300048","School District Name":"Great Bay Elearning Charter School","Physical Address Line 1":"30 Linden St.","Physical Address Line 2":"","Physical Address City":"Exeter","Physical Address State":"NH ","Physical Address Zipcode":"03833","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300046","School District Name":"Chester SAU Office","Physical Address Line 1":"Chester Academy","Physical Address Line 2":"22 Murphy Drive","Physical Address City":"Chester","Physical Address State":"NH ","Physical Address Zipcode":"03036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300045","School District Name":"Fremont SAU Office","Physical Address Line 1":"432 Main Street","Physical Address Line 2":"Suite 1","Physical Address City":"Fremont","Physical Address State":"NH ","Physical Address Zipcode":"03049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300044","School District Name":"Littleton SAU Office","Physical Address Line 1":"65 Maple St.","Physical Address Line 2":"","Physical Address City":"Littleton","Physical Address State":"NH ","Physical Address Zipcode":"03561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300043","School District Name":"Ledyard Charter Academy","Physical Address Line 1":"39 Hanover St.","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"NH ","Physical Address Zipcode":"03766","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300042","School District Name":"Strong Foundations Charter School","Physical Address Line 1":"715 Riverwood Dr.","Physical Address Line 2":"","Physical Address City":"Pembroke","Physical Address State":"NH ","Physical Address Zipcode":"03275","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300041","School District Name":"CSI Charter School","Physical Address Line 1":"26 Washington St.","Physical Address Line 2":"","Physical Address City":"Penacook","Physical Address State":"NH ","Physical Address Zipcode":"03303","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300040","School District Name":"Academy for Science and Design Charter School","Physical Address Line 1":"486 Amherst St.","Physical Address Line 2":"","Physical Address City":"Nashua","Physical Address State":"NH ","Physical Address Zipcode":"03063","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300039","School District Name":"Surry Village Charter School","Physical Address Line 1":"449 Route 12A","Physical Address Line 2":"","Physical Address City":"Surry","Physical Address State":"NH ","Physical Address Zipcode":"03431","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300036","School District Name":"Cocheco Arts And Technology Academy","Physical Address Line 1":"40 Hampshire Circle","Physical Address Line 2":"","Physical Address City":"Dover","Physical Address State":"NH ","Physical Address Zipcode":"03820","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300035","School District Name":"Gorham Randolph Shelburne Coop School District","Physical Address Line 1":"123 Main St.","Physical Address Line 2":"","Physical Address City":"Gorham","Physical Address State":"NH ","Physical Address Zipcode":"03581","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09068627450980392,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3300034","School District Name":"Coos County","Physical Address Line 1":"County Farm Road","Physical Address Line 2":"","Physical Address City":"W. Stewartstown","Physical Address State":"NH ","Physical Address Zipcode":"03597","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3300033","School District Name":"Gilmanton SAU Office","Physical Address Line 1":"9 Currier Hill Rd.","Physical Address Line 2":"","Physical Address City":"Gilmanton","Physical Address State":"NH ","Physical Address Zipcode":"03237","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3300032","School District Name":"Prospect Mountain JMA","Physical Address Line 1":"242 Suncook Valley Rd.","Physical Address Line 2":"","Physical Address City":"Alton","Physical Address State":"NH ","Physical Address Zipcode":"03809","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3300031","School District Name":"Seacoast Charter School","Physical Address Line 1":"171 Watson Rd.","Physical Address Line 2":"","Physical Address City":"Dover","Physical Address State":"NH ","Physical Address Zipcode":"03848","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300030","School District Name":"North Country Charter Academy","Physical Address Line 1":"260 Cottage St. Suite A","Physical Address Line 2":"","Physical Address City":"Littleton","Physical Address State":"NH ","Physical Address Zipcode":"03561","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300028","School District Name":"Shaker Regional SAU Office","Physical Address Line 1":"58 School St.","Physical Address Line 2":"","Physical Address City":"Belmont","Physical Address State":"NH ","Physical Address Zipcode":"03220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3300027","School District Name":"Lebanon SAU Office","Physical Address Line 1":"Seminary Hill School","Physical Address Line 2":"20 Seminary Hill","Physical Address City":"West Lebanon","Physical Address State":"NH ","Physical Address Zipcode":"03784","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300025","School District Name":"Monroe SAU Office","Physical Address Line 1":"77 Woodsville Rd.","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"NH ","Physical Address Zipcode":"03771","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3300024","School District Name":"Bow SAU Office","Physical Address Line 1":"55 Falcon Way","Physical Address Line 2":"","Physical Address City":"Bow","Physical Address State":"NH ","Physical Address Zipcode":"03304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300023","School District Name":"Lyme SAU Office","Physical Address Line 1":"Rte. 10","Physical Address Line 2":"","Physical Address City":"Lyme","Physical Address State":"NH ","Physical Address Zipcode":"03768","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3300022","School District Name":"Grantham SAU Office","Physical Address Line 1":"300 Route 10 South","Physical Address Line 2":"","Physical Address City":"Grantham","Physical Address State":"NH ","Physical Address Zipcode":"03753","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3300021","School District Name":"Gilford SAU Office","Physical Address Line 1":"2 Belknap Mountain Road","Physical Address Line 2":"","Physical Address City":"Gilford","Physical Address State":"NH ","Physical Address Zipcode":"03249","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300020","School District Name":"Alton SAU Office","Physical Address Line 1":"252 Suncook Valley Rd.","Physical Address Line 2":"","Physical Address City":"Alton","Physical Address State":"NH ","Physical Address Zipcode":"03809","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3300019","School District Name":"Goshen-Lempster SAU Office","Physical Address Line 1":"29 School Rd.","Physical Address Line 2":"","Physical Address City":"Lempster","Physical Address State":"NH ","Physical Address Zipcode":"03605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3300018","School District Name":"Hanover SAU Office","Physical Address Line 1":"41 Lebanon St.","Physical Address Line 2":"Suite 2","Physical Address City":"Hanover","Physical Address State":"NH ","Physical Address Zipcode":"03755","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300017","School District Name":"Exeter Region Coop School District","Physical Address Line 1":"30 Linden St.","Physical Address Line 2":"","Physical Address City":"Exeter","Physical Address State":"NH ","Physical Address Zipcode":"03833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.026706231454005934,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3300016","School District Name":"Barrington SAU Office","Physical Address Line 1":"572 Calef Highway","Physical Address Line 2":"","Physical Address City":"Barrington","Physical Address State":"NH ","Physical Address Zipcode":"03825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300015","School District Name":"Lincoln-Woodstock SAU Office","Physical Address Line 1":"78 Main Street","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"NH ","Physical Address Zipcode":"03251","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3300014","School District Name":"Hopkinton SAU Office","Physical Address Line 1":"204 Maple St.","Physical Address Line 2":"","Physical Address City":"Contoocook","Physical Address State":"NH ","Physical Address Zipcode":"03229","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3300013","School District Name":"Wakefield SAU Office","Physical Address Line 1":"20 School Street","Physical Address Line 2":"","Physical Address City":"Milton","Physical Address State":"NH ","Physical Address Zipcode":"03851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3300012","School District Name":"Jaffrey-Rindge SAU Office","Physical Address Line 1":"1 Conant Way","Physical Address Line 2":"","Physical Address City":"Jaffrey","Physical Address State":"NH ","Physical Address Zipcode":"03452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300011","School District Name":"Bedford SAU Office","Physical Address Line 1":"103 County Rd.","Physical Address Line 2":"","Physical Address City":"Bedford","Physical Address State":"NH ","Physical Address Zipcode":"03110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300010","School District Name":"Mascoma Valley SAU Office","Physical Address Line 1":"547 US Route 4","Physical Address Line 2":"","Physical Address City":"Enfield","Physical Address State":"NH ","Physical Address Zipcode":"03748","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300009","School District Name":"Farmington SAU Office","Physical Address Line 1":"35 School Street","Physical Address Line 2":"","Physical Address City":"Farmington","Physical Address State":"NH ","Physical Address Zipcode":"03835","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300008","School District Name":"Somersworth SAU Office","Physical Address Line 1":"51 West High Street","Physical Address Line 2":"","Physical Address City":"Somersworth","Physical Address State":"NH ","Physical Address Zipcode":"03878","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300007","School District Name":"Henniker SAU Office","Physical Address Line 1":"258 Western Avenue","Physical Address Line 2":"","Physical Address City":"Henniker","Physical Address State":"NH ","Physical Address Zipcode":"03242","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3300003","School District Name":"John Stark Regional School District","Physical Address Line 1":"258 Western Avenue","Physical Address Line 2":"","Physical Address City":"Henniker","Physical Address State":"NH ","Physical Address Zipcode":"03242","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.037227214377406934,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3300002","School District Name":"Raymond SAU Office","Physical Address Line 1":"43 Harriman Hill Rd.","Physical Address Line 2":"","Physical Address City":"Raymond","Physical Address State":"NH ","Physical Address Zipcode":"03077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3300001","School District Name":"Newmarket SAU Office","Physical Address Line 1":"186A Main St.","Physical Address Line 2":"","Physical Address City":"Newmarket","Physical Address State":"NH ","Physical Address Zipcode":"03857","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3200510","School District Name":"WHITE PINE COUNTY SCHOOL DISTRICT","Physical Address Line 1":"1135 Avenue C","Physical Address Line 2":"","Physical Address City":"ELY","Physical Address State":"NV ","Physical Address Zipcode":"89301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11600587371512482,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3200480","School District Name":"WASHOE COUNTY SCHOOL DISTRICT","Physical Address Line 1":"425 EAST NINTH","Physical Address Line 2":"","Physical Address City":"RENO","Physical Address State":"NV ","Physical Address Zipcode":"89520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09362485117436951,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3200450","School District Name":"STOREY COUNTY SCHOOL DISTRICT","Physical Address Line 1":"30 North B Street","Physical Address Line 2":"","Physical Address City":"VIRGINIA CITY","Physical Address State":"NV ","Physical Address Zipcode":"89440","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1048780487804878,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3200420","School District Name":"PERSHING COUNTY SCHOOL DISTRICT","Physical Address Line 1":"12TH AND GRINNELL","Physical Address Line 2":"","Physical Address City":"LOVELOCK","Physical Address State":"NV ","Physical Address Zipcode":"89419","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18963337547408343,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3200390","School District Name":"CARSON CITY SCHOOL DISTRICT","Physical Address Line 1":"1402 WEST KING","Physical Address Line 2":"","Physical Address City":"CARSON CITY","Physical Address State":"NV ","Physical Address Zipcode":"89702","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13673246941988615,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3200360","School District Name":"NYE COUNTY SCHOOL DISTRICT","Physical Address Line 1":"MILITARY CIRCLE","Physical Address Line 2":"","Physical Address City":"TON0PAH","Physical Address State":"NV ","Physical Address Zipcode":"89049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20894239036973344,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3200330","School District Name":"MINERAL COUNTY SCHOOL DISTRICT","Physical Address Line 1":"503 C STREET","Physical Address Line 2":"","Physical Address City":"HAWTHORNE","Physical Address State":"NV ","Physical Address Zipcode":"89415","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1869009584664537,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3200300","School District Name":"LYON COUNTY SCHOOL DISTRICT","Physical Address Line 1":"25 EAST GOLDFIELD AVENUE","Physical Address Line 2":"","Physical Address City":"YERINGTON","Physical Address State":"NV ","Physical Address Zipcode":"89447","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12226978377785094,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3200270","School District Name":"LINCOLN COUNTY SCHOOL DISTRICT","Physical Address Line 1":"495 EAST EDWARDS","Physical Address Line 2":"","Physical Address City":"PANACA","Physical Address State":"NV ","Physical Address Zipcode":"89042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15220293724966621,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3200240","School District Name":"LANDER COUNTY SCHOOL DISTRICT","Physical Address Line 1":"625 Weaver Avenue","Physical Address Line 2":"","Physical Address City":"BATTLE MOUNTAIN","Physical Address State":"NV ","Physical Address Zipcode":"89820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10849056603773585,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3200210","School District Name":"HUMBOLDT COUNTY SCHOOL DISTRICT","Physical Address Line 1":"310 EAST FOURTH STREET","Physical Address Line 2":"","Physical Address City":"WINNEMUCCA","Physical Address State":"NV ","Physical Address Zipcode":"89445","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11949685534591195,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3200180","School District Name":"EUREKA COUNTY SCHOOL DISTRICT","Physical Address Line 1":"ADAMS STREET","Physical Address Line 2":"","Physical Address City":"EUREKA","Physical Address State":"NV ","Physical Address Zipcode":"89316","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10617283950617284,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3200150","School District Name":"ESMERALDA COUNTY SCHOOL DISTRICT","Physical Address Line 1":"5TH AND RAMSEY","Physical Address Line 2":"","Physical Address City":"GOLDFIELD","Physical Address State":"NV ","Physical Address Zipcode":"89013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14953271028037382,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3200120","School District Name":"ELKO COUNTY SCHOOL DISTRICT","Physical Address Line 1":"1092 BURNS ROAD","Physical Address Line 2":"","Physical Address City":"ELKO","Physical Address State":"NV ","Physical Address Zipcode":"89803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11547981721249048,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3200090","School District Name":"DOUGLAS COUNTY SCHOOL DISTRICT","Physical Address Line 1":"1638 Mono Avenue","Physical Address Line 2":"","Physical Address City":"MINDEN","Physical Address State":"NV ","Physical Address Zipcode":"89423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09282630355363666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3200060","School District Name":"CLARK COUNTY SCHOOL DISTRICT","Physical Address Line 1":"5100 WEST SAHARA AVE.","Physical Address Line 2":"","Physical Address City":"LAS VEGAS","Physical Address State":"NV ","Physical Address Zipcode":"89146","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16171255817324368,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3200030","School District Name":"CHURCHILL COUNTY SCHOOL DISTRICT","Physical Address Line 1":"545 EAST RICHARDS STREET","Physical Address Line 2":"","Physical Address City":"FALLON","Physical Address State":"NV ","Physical Address Zipcode":"89406","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13924050632911392,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3200023","School District Name":"CORRECTIONAL SCHOOL DISTRICT","Physical Address Line 1":"100 Youth Center Rd","Physical Address Line 2":"","Physical Address City":"ELKO","Physical Address State":"NV ","Physical Address Zipcode":"89803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3200021","School District Name":"DAVIDSON ACADEMY SCHOOL DISTRICT","Physical Address Line 1":"1164 N Virgina St","Physical Address Line 2":"","Physical Address City":"Reno","Physical Address State":"NV ","Physical Address Zipcode":"89503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3200001","School District Name":"STATE-SPONSORED CHARTER SCHOOLS","Physical Address Line 1":"700 East Fifth Street","Physical Address Line 2":"","Physical Address City":"CARSON CITY","Physical Address State":"NV ","Physical Address Zipcode":"89701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3180190","School District Name":"EDUCATIONAL SERVICE UNIT 19","Physical Address Line 1":"3215 CUMING STREET","Physical Address Line 2":"","Physical Address City":"OMAHA","Physical Address State":"NE ","Physical Address Zipcode":"68131","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3180180","School District Name":"EDUCATIONAL SERVICE UNIT 18","Physical Address Line 1":"5905 O STREET","Physical Address Line 2":"","Physical Address City":"LINCOLN","Physical Address State":"NE ","Physical Address Zipcode":"68510","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3180170","School District Name":"EDUCATIONAL SERVICE UNIT 17","Physical Address Line 1":"207 N MAIN STREET","Physical Address Line 2":"","Physical Address City":"AINSWORTH","Physical Address State":"NE ","Physical Address Zipcode":"69210","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3180160","School District Name":"EDUCATIONAL SERVICE UNIT 16","Physical Address Line 1":"314 W FIRST ST","Physical Address Line 2":"","Physical Address City":"OGALLALA","Physical Address State":"NE ","Physical Address Zipcode":"69153","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3180150","School District Name":"EDUCATIONAL SERVICE UNIT 15","Physical Address Line 1":"344 MAIN ST","Physical Address Line 2":"","Physical Address City":"TRENTON","Physical Address State":"NE ","Physical Address Zipcode":"69044","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3180110","School District Name":"EDUCATIONAL SERVICE UNIT 11","Physical Address Line 1":"412 W 14TH ST","Physical Address Line 2":"","Physical Address City":"HOLDREGE","Physical Address State":"NE ","Physical Address Zipcode":"68949","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3180100","School District Name":"EDUCATIONAL SERVICE UNIT 10","Physical Address Line 1":"76 PLAZA BOULEVARD","Physical Address Line 2":"","Physical Address City":"KEARNEY","Physical Address State":"NE ","Physical Address Zipcode":"68845","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3180090","School District Name":"EDUCATIONAL SERVICE UNIT 09","Physical Address Line 1":"5807 OSBORNE DRIVE WEST","Physical Address Line 2":"","Physical Address City":"HASTINGS","Physical Address State":"NE ","Physical Address Zipcode":"68901","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3180080","School District Name":"EDUCATIONAL SERVICE UNIT 08","Physical Address Line 1":"110 W 3RD STREET","Physical Address Line 2":"","Physical Address City":"NELIGH","Physical Address State":"NE ","Physical Address Zipcode":"68756","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3180070","School District Name":"EDUCATIONAL SERVICE UNIT 07","Physical Address Line 1":"2657 44TH AVE","Physical Address Line 2":"","Physical Address City":"COLUMBUS","Physical Address State":"NE ","Physical Address Zipcode":"68601","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3180060","School District Name":"EDUCATIONAL SERVICE UNIT 06","Physical Address Line 1":"210 5TH ST","Physical Address Line 2":"","Physical Address City":"MILFORD","Physical Address State":"NE ","Physical Address Zipcode":"68405","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3180050","School District Name":"EDUCATIONAL SERVICE UNIT 05","Physical Address Line 1":"900 WEST COURT","Physical Address Line 2":"","Physical Address City":"BEATRICE","Physical Address State":"NE ","Physical Address Zipcode":"68310","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3180040","School District Name":"EDUCATIONAL SERVICE UNIT 04","Physical Address Line 1":"919 16TH ST","Physical Address Line 2":"","Physical Address City":"AUBURN","Physical Address State":"NE ","Physical Address Zipcode":"68305","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3180020","School District Name":"EDUCATIONAL SERVICE UNIT 02","Physical Address Line 1":"2320 N COLORADO AVE","Physical Address Line 2":"","Physical Address City":"FREMONT","Physical Address State":"NE ","Physical Address Zipcode":"68025","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3180010","School District Name":"EDUCATIONAL SERVICE UNIT 01","Physical Address Line 1":"211 TENTH ST","Physical Address Line 2":"","Physical Address City":"WAKEFIELD","Physical Address State":"NE ","Physical Address Zipcode":"68784","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3179080","School District Name":"YUTAN PUBLIC SCHOOLS","Physical Address Line 1":"1200 2ND ST","Physical Address Line 2":"","Physical Address City":"YUTAN","Physical Address State":"NE ","Physical Address Zipcode":"68073","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04772234273318872,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3179050","School District Name":"YORK PUBLIC SCHOOLS","Physical Address Line 1":"1715 N DELAWARE AVE","Physical Address Line 2":"","Physical Address City":"YORK","Physical Address State":"NE ","Physical Address Zipcode":"68467","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10073875083948959,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3178990","School District Name":"WYNOT PUBLIC SCHOOLS","Physical Address Line 1":"709 ST JAMES AVE","Physical Address Line 2":"","Physical Address City":"WYNOT","Physical Address State":"NE ","Physical Address Zipcode":"68792","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.058823529411764705,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3178940","School District Name":"WOOD RIVER RURAL SCHOOLS","Physical Address Line 1":"13800 W WOOD RIVER RD","Physical Address Line 2":"","Physical Address City":"WOOD RIVER","Physical Address State":"NE ","Physical Address Zipcode":"68883","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12954186413902052,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3178840","School District Name":"WINSIDE PUBLIC SCHOOLS","Physical Address Line 1":"203 CRAWFORD AVE","Physical Address Line 2":"","Physical Address City":"WINSIDE","Physical Address State":"NE ","Physical Address Zipcode":"68790","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09090909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3178810","School District Name":"WINNEBAGO PUBLIC SCHOOLS DISTRICT 17","Physical Address Line 1":"202 OSBORNE ST","Physical Address Line 2":"","Physical Address City":"WINNEBAGO","Physical Address State":"NE ","Physical Address Zipcode":"68071","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25163398692810457,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3178720","School District Name":"WILBER-CLATONIA PUBLIC SCHOOLS","Physical Address Line 1":"900 S FRANKLIN STREET","Physical Address Line 2":"","Physical Address City":"WILBER","Physical Address State":"NE ","Physical Address Zipcode":"68465","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.077834179357022,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3178670","School District Name":"WHEELER CENTRAL SCHOOLS","Physical Address Line 1":"600 RANDOLPH WEST","Physical Address Line 2":"","Physical Address City":"BARTLETT","Physical Address State":"NE ","Physical Address Zipcode":"68622","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25742574257425743,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3178660","School District Name":"WESTSIDE COMMUNITY SCHOOLS","Physical Address Line 1":"909 S 76TH ST","Physical Address Line 2":"","Physical Address City":"OMAHA","Physical Address State":"NE ","Physical Address Zipcode":"68114","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06169568508705526,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3178540","School District Name":"WEEPING WATER PUBLIC SCHOOLS","Physical Address Line 1":"204 WEST O","Physical Address Line 2":"","Physical Address City":"WEEPING WATER","Physical Address State":"NE ","Physical Address Zipcode":"68463","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.057971014492753624,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3178520","School District Name":"WAYNE COMMUNITY SCHOOLS","Physical Address Line 1":"611 W 7TH ST","Physical Address Line 2":"","Physical Address City":"WAYNE","Physical Address State":"NE ","Physical Address Zipcode":"68787","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06923950056753689,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3178450","School District Name":"WAUSA PUBLIC SCHOOLS","Physical Address Line 1":"300 SOUTH BISMARCK STREET","Physical Address Line 2":"","Physical Address City":"WAUSA","Physical Address State":"NE ","Physical Address Zipcode":"68786","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09292035398230089,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3178300","School District Name":"WALTHILL PUBLIC SCHOOLS","Physical Address Line 1":"602 MAIN ST","Physical Address Line 2":"","Physical Address City":"WALTHILL","Physical Address State":"NE ","Physical Address Zipcode":"68067","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24867724867724866,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3178260","School District Name":"WALLACE PUBLIC SCH DIST 65 R","Physical Address Line 1":"151 N WALLACE RD","Physical Address Line 2":"","Physical Address City":"WALLACE","Physical Address State":"NE ","Physical Address Zipcode":"69169","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0684931506849315,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3178240","School District Name":"WAKEFIELD PUBLIC SCHOOLS","Physical Address Line 1":"802 HIGHLAND","Physical Address Line 2":"","Physical Address City":"WAKEFIELD","Physical Address State":"NE ","Physical Address Zipcode":"68784","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08469945355191257,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3178210","School District Name":"WAHOO PUBLIC SCHOOLS","Physical Address Line 1":"2201 N LOCUST","Physical Address Line 2":"","Physical Address City":"WAHOO","Physical Address State":"NE ","Physical Address Zipcode":"68066","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05603448275862069,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3178120","School District Name":"VERDIGRE PUBLIC SCHOOLS","Physical Address Line 1":"201 SOUTH 3RD ST","Physical Address Line 2":"","Physical Address City":"VERDIGRE","Physical Address State":"NE ","Physical Address Zipcode":"68783","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23863636363636365,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3178020","School District Name":"VALENTINE COMMUNITY SCHOOLS","Physical Address Line 1":"431 N GREEN ST","Physical Address Line 2":"","Physical Address City":"VALENTINE","Physical Address State":"NE ","Physical Address Zipcode":"69201","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12231182795698925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3177730","School District Name":"THEDFORD PUBLIC SCHOOLS","Physical Address Line 1":"304 MAPLE ST","Physical Address Line 2":"","Physical Address City":"THEDFORD","Physical Address State":"NE ","Physical Address Zipcode":"69166","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17796610169491525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3177550","School District Name":"SYRACUSE-DUNBAR-AVOCA SCHOOLS","Physical Address Line 1":"550 7TH ST","Physical Address Line 2":"","Physical Address City":"SYRACUSE","Physical Address State":"NE ","Physical Address Zipcode":"68446","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05665349143610013,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3177520","School District Name":"SUTTON PUBLIC SCHOOLS","Physical Address Line 1":"1107 N SAUNDERS","Physical Address Line 2":"","Physical Address City":"SUTTON","Physical Address State":"NE ","Physical Address Zipcode":"68979","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09259259259259259,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3177340","School District Name":"SUMNER-EDDYVILLE-MILLER SCHS","Physical Address Line 1":"205 E 5TH AVE","Physical Address Line 2":"","Physical Address City":"SUMNER","Physical Address State":"NE ","Physical Address Zipcode":"68878","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09815950920245399,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3177190","School District Name":"STERLING PUBLIC SCHOOLS","Physical Address Line 1":"250 MAIN ST","Physical Address Line 2":"","Physical Address City":"STERLING","Physical Address State":"NE ","Physical Address Zipcode":"68443","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08527131782945736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3177180","School District Name":"SOUTHERN SCHOOL DISTRICT 1","Physical Address Line 1":"115 S 11TH ST","Physical Address Line 2":"","Physical Address City":"WYMORE","Physical Address State":"NE ","Physical Address Zipcode":"68466","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09744779582366589,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3177100","School District Name":"STAPLETON PUBLIC SCHOOLS","Physical Address Line 1":"702 6TH STREET","Physical Address Line 2":"","Physical Address City":"STAPLETON","Physical Address State":"NE ","Physical Address Zipcode":"69163","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09090909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3176980","School District Name":"ST EDWARD PUBLIC SCHOOLS","Physical Address Line 1":"601 CLARK ST","Physical Address Line 2":"","Physical Address City":"ST EDWARD","Physical Address State":"NE ","Physical Address Zipcode":"68660","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12727272727272726,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3176860","School District Name":"SO SIOUX CITY COMMUNITY SCHS","Physical Address Line 1":"210 WEST 39TH ST","Physical Address Line 2":"","Physical Address City":"SO SIOUX CITY","Physical Address State":"NE ","Physical Address Zipcode":"68776","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.13480600396488246,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3176800","School District Name":"SIOUX COUNTY PUBLIC SCHOOLS","Physical Address Line 1":"435 KATE","Physical Address Line 2":"","Physical Address City":"HARRISON","Physical Address State":"NE ","Physical Address Zipcode":"69346","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2631578947368421,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3176710","School District Name":"SIDNEY PUBLIC SCHOOLS","Physical Address Line 1":"1101 21ST AVE","Physical Address Line 2":"","Physical Address City":"SIDNEY","Physical Address State":"NE ","Physical Address Zipcode":"69162","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1258445945945946,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3176650","School District Name":"SHICKLEY PUBLIC SCHOOLS","Physical Address Line 1":"104 E MURRAY","Physical Address Line 2":"","Physical Address City":"SHICKLEY","Physical Address State":"NE ","Physical Address Zipcode":"68436","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3176620","School District Name":"SHELTON PUBLIC SCHOOLS","Physical Address Line 1":"210 9TH ST","Physical Address Line 2":"","Physical Address City":"SHELTON","Physical Address State":"NE ","Physical Address Zipcode":"68876","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06611570247933884,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3176590","School District Name":"SHELBY - RISING CITY PUBLIC SCHOOLS","Physical Address Line 1":"650 N WALNUT","Physical Address Line 2":"","Physical Address City":"SHELBY","Physical Address State":"NE ","Physical Address Zipcode":"68662","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07692307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3176560","School District Name":"SEWARD PUBLIC SCHOOLS","Physical Address Line 1":"410 SOUTH ST","Physical Address Line 2":"","Physical Address City":"SEWARD","Physical Address State":"NE ","Physical Address Zipcode":"68434","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04843918191603875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3176470","School District Name":"SCOTTSBLUFF PUBLIC SCHOOLS","Physical Address Line 1":"1722 1ST AVENUE","Physical Address Line 2":"","Physical Address City":"SCOTTSBLUFF","Physical Address State":"NE ","Physical Address Zipcode":"69361","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16942794623319787,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3176450","School District Name":"SCHUYLER COMMUNITY SCHOOLS","Physical Address Line 1":"120 W 20TH STREET","Physical Address Line 2":"","Physical Address City":"SCHUYLER","Physical Address State":"NE ","Physical Address Zipcode":"68661","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10246781115879829,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3176410","School District Name":"SARGENT PUBLIC SCHOOLS","Physical Address Line 1":"400 N 5TH ST","Physical Address Line 2":"","Physical Address City":"SARGENT","Physical Address State":"NE ","Physical Address Zipcode":"68874","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14444444444444443,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3176400","School District Name":"SANTEE COMMUNITY SCHOOLS","Physical Address Line 1":"206 FRAZIER AVE EAST","Physical Address Line 2":"","Physical Address City":"NIOBRARA","Physical Address State":"NE ","Physical Address Zipcode":"68760","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24358974358974358,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3176380","School District Name":"SANDHILLS PUBLIC SCHOOLS","Physical Address Line 1":"107 GANDY AVE","Physical Address Line 2":"","Physical Address City":"DUNNING","Physical Address State":"NE ","Physical Address Zipcode":"68833","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21428571428571427,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3176170","School District Name":"ROCK COUNTY PUBLIC SCHOOLS","Physical Address Line 1":"EAST HWY 20","Physical Address Line 2":"","Physical Address City":"BASSETT","Physical Address State":"NE ","Physical Address Zipcode":"68714","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16826923076923078,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3175990","School District Name":"RED CLOUD COMMUNITY SCHOOLS","Physical Address Line 1":"334 N CHERRY","Physical Address Line 2":"","Physical Address City":"RED CLOUD","Physical Address State":"NE ","Physical Address Zipcode":"68970","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11616161616161616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3175960","School District Name":"RAVENNA PUBLIC SCHOOLS","Physical Address Line 1":"41750 CARTHAGE RD","Physical Address Line 2":"","Physical Address City":"RAVENNA","Physical Address State":"NE ","Physical Address Zipcode":"68869","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10559006211180125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3175930","School District Name":"RANDOLPH PUBLIC SCHOOLS","Physical Address Line 1":"207 N PIERCE ST","Physical Address Line 2":"","Physical Address City":"RANDOLPH","Physical Address State":"NE ","Physical Address Zipcode":"68771","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10410094637223975,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3175900","School District Name":"RALSTON PUBLIC SCHOOLS","Physical Address Line 1":"8545 PARK DR","Physical Address Line 2":"","Physical Address City":"RALSTON","Physical Address State":"NE ","Physical Address Zipcode":"68127","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09156076898012382,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3175810","School District Name":"POTTER-DIX PUBLIC SCHOOLS","Physical Address Line 1":"303 WALNUT","Physical Address Line 2":"","Physical Address City":"POTTER","Physical Address State":"NE ","Physical Address Zipcode":"69156","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.087248322147651,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3175770","School District Name":"PONCA PUBLIC SCHOOLS","Physical Address Line 1":"505 3RD ST","Physical Address Line 2":"","Physical Address City":"PONCA","Physical Address State":"NE ","Physical Address Zipcode":"68770","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06948640483383686,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3175690","School District Name":"PLEASANTON PUBLIC SCHOOLS","Physical Address Line 1":"303 CHURCH ST","Physical Address Line 2":"","Physical Address City":"PLEASANTON","Physical Address State":"NE ","Physical Address Zipcode":"68866","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06751054852320675,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3175660","School District Name":"PLATTSMOUTH COMMUNITY SCHOOLS","Physical Address Line 1":"1912 OLD HWY 34","Physical Address Line 2":"","Physical Address City":"PLATTSMOUTH","Physical Address State":"NE ","Physical Address Zipcode":"68048","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07142857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3175630","School District Name":"SPRINGFIELD PLATTEVIEW COMMUNITY SCHOOLS","Physical Address Line 1":"14801 S 108TH ST","Physical Address Line 2":"","Physical Address City":"SPRINGFIELD","Physical Address State":"NE ","Physical Address Zipcode":"68059","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.021108179419525065,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3175570","School District Name":"PLAINVIEW PUBLIC SCHOOLS","Physical Address Line 1":"301 W PILCHER","Physical Address Line 2":"","Physical Address City":"PLAINVIEW","Physical Address State":"NE ","Physical Address Zipcode":"68769","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1634349030470914,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3175510","School District Name":"PIERCE PUBLIC SCHOOLS","Physical Address Line 1":"201 N SUNSET","Physical Address Line 2":"","Physical Address City":"PIERCE","Physical Address State":"NE ","Physical Address Zipcode":"68767","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.05531914893617021,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3175390","School District Name":"PENDER PUBLIC SCHOOLS","Physical Address Line 1":"609 WHITNEY ST","Physical Address Line 2":"","Physical Address City":"PENDER","Physical Address State":"NE ","Physical Address Zipcode":"68047","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10610932475884244,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3175360","School District Name":"PAXTON CONSOLIDATED SCHOOLS","Physical Address Line 1":"308 N ELM","Physical Address Line 2":"","Physical Address City":"PAXTON","Physical Address State":"NE ","Physical Address Zipcode":"69155","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.109375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3175330","School District Name":"PAWNEE CITY PUBLIC SCHOOLS","Physical Address Line 1":"729 E ST","Physical Address Line 2":"","Physical Address City":"PAWNEE CITY","Physical Address State":"NE ","Physical Address Zipcode":"68420","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22388059701492538,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3175270","School District Name":"PAPILLION LA VISTA COMMUNITY SCHOOLS","Physical Address Line 1":"420 S WASHINGTON ST","Physical Address Line 2":"","Physical Address City":"PAPILLION","Physical Address State":"NE ","Physical Address Zipcode":"68046","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03408491064022321,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3175210","School District Name":"PALMYRA DISTRICT O R 1","Physical Address Line 1":"425 F ST","Physical Address Line 2":"","Physical Address City":"PALMYRA","Physical Address State":"NE ","Physical Address Zipcode":"68418","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.056466302367941715,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3175060","School District Name":"OVERTON PUBLIC SCHOOLS","Physical Address Line 1":"401 7TH ST","Physical Address Line 2":"","Physical Address City":"OVERTON","Physical Address State":"NE ","Physical Address Zipcode":"68863","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1152073732718894,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3175030","School District Name":"OSMOND COMMUNITY SCHOOLS","Physical Address Line 1":"202 W PRAIRIE ST","Physical Address Line 2":"","Physical Address City":"OSMOND","Physical Address State":"NE ","Physical Address Zipcode":"68765","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08759124087591241,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3175000","School District Name":"OSCEOLA PUBLIC SCHOOLS","Physical Address Line 1":"565 S KIMMEL","Physical Address Line 2":"","Physical Address City":"OSCEOLA","Physical Address State":"NE ","Physical Address Zipcode":"68651","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10116731517509728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3174940","School District Name":"ORD PUBLIC SCHOOLS","Physical Address Line 1":"320 N 19TH","Physical Address Line 2":"","Physical Address City":"ORD","Physical Address State":"NE ","Physical Address Zipcode":"68862","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12203389830508475,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3174850","School District Name":"O'NEILL PUBLIC SCHOOLS","Physical Address Line 1":"410 E BENTON","Physical Address Line 2":"","Physical Address City":"O'NEILL","Physical Address State":"NE ","Physical Address Zipcode":"68763","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1162079510703364,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3174820","School District Name":"OMAHA PUBLIC SCHOOLS","Physical Address Line 1":"3215 CUMING ST","Physical Address Line 2":"","Physical Address City":"OMAHA","Physical Address State":"NE ","Physical Address Zipcode":"68131","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1300214566694481,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3174760","School District Name":"OGALLALA PUBLIC SCHOOLS","Physical Address Line 1":"801 EAST O ST","Physical Address Line 2":"","Physical Address City":"OGALLALA","Physical Address State":"NE ","Physical Address Zipcode":"69153","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18048268625393493,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3174640","School District Name":"OAKLAND CRAIG PUBLIC SCHOOLS","Physical Address Line 1":"309 N DAVIS","Physical Address Line 2":"","Physical Address City":"OAKLAND","Physical Address State":"NE ","Physical Address Zipcode":"68045","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12894736842105264,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3174580","School District Name":"NORTHWEST PUBLIC SCHOOLS","Physical Address Line 1":"2710 N NORTH RD","Physical Address Line 2":"","Physical Address City":"GRAND ISLAND","Physical Address State":"NE ","Physical Address Zipcode":"68803","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1256218905472637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3174430","School District Name":"NORFOLK PUBLIC SCHOOLS","Physical Address Line 1":"512 PHILIP AVE","Physical Address Line 2":"","Physical Address City":"NORFOLK","Physical Address State":"NE ","Physical Address Zipcode":"68701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.104162706709751,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3174370","School District Name":"NIOBRARA PUBLIC SCHOOLS","Physical Address Line 1":"247 N HWY 12","Physical Address Line 2":"","Physical Address City":"NIOBRARA","Physical Address State":"NE ","Physical Address Zipcode":"68760","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2682926829268293,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3174340","School District Name":"NEWMAN GROVE PUBLIC SCHOOLS","Physical Address Line 1":"101 S 8TH ST","Physical Address Line 2":"","Physical Address City":"NEWMAN GROVE","Physical Address State":"NE ","Physical Address Zipcode":"68758","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12698412698412698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3174220","School District Name":"NELIGH-OAKDALE SCHOOLS","Physical Address Line 1":"600 J ST","Physical Address Line 2":"","Physical Address City":"NELIGH","Physical Address State":"NE ","Physical Address Zipcode":"68756","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14936708860759493,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3174200","School District Name":"CONESTOGA PUBLIC SCHOOLS","Physical Address Line 1":"8404 42ND STREET","Physical Address Line 2":"","Physical Address City":"MURRAY","Physical Address State":"NE ","Physical Address Zipcode":"68409","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.043795620437956206,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3174160","School District Name":"NEBRASKA CITY PUBLIC SCHOOLS","Physical Address Line 1":"1700 14TH AVENUE","Physical Address Line 2":"","Physical Address City":"NEBRASKA CITY","Physical Address State":"NE ","Physical Address Zipcode":"68410","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10754604872251931,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3174040","School District Name":"MULLEN PUBLIC SCHOOLS","Physical Address Line 1":"404 N BLAINE","Physical Address Line 2":"","Physical Address City":"MULLEN","Physical Address State":"NE ","Physical Address Zipcode":"69152","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09655172413793103,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3173890","School District Name":"MITCHELL PUBLIC SCHOOLS","Physical Address Line 1":"1819 19TH AVE","Physical Address Line 2":"","Physical Address City":"MITCHELL","Physical Address State":"NE ","Physical Address Zipcode":"69357","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13194444444444445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3173830","School District Name":"MINDEN PUBLIC SCHOOLS","Physical Address Line 1":"543 WEST FIFTH","Physical Address Line 2":"","Physical Address City":"MINDEN","Physical Address State":"NE ","Physical Address Zipcode":"68959","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10648714810281518,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3173800","School District Name":"MINATARE PUBLIC SCHOOLS","Physical Address Line 1":"1107 7TH ST","Physical Address Line 2":"","Physical Address City":"MINATARE","Physical Address State":"NE ","Physical Address Zipcode":"69356","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08900523560209424,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3173740","School District Name":"MILLARD PUBLIC SCHOOLS","Physical Address Line 1":"5606 S 147TH ST","Physical Address Line 2":"","Physical Address City":"OMAHA","Physical Address State":"NE ","Physical Address Zipcode":"68137","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.032943088229862985,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3173710","School District Name":"MILFORD PUBLIC SCHOOLS","Physical Address Line 1":"1200 W 1ST STREET","Physical Address Line 2":"","Physical Address City":"MILFORD","Physical Address State":"NE ","Physical Address Zipcode":"68405","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.044444444444444446,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3173660","School District Name":"MERIDIAN PUBLIC SCHOOLS","Physical Address Line 1":"72380 560TH AVE","Physical Address Line 2":"","Physical Address City":"DAYKIN","Physical Address State":"NE ","Physical Address Zipcode":"68338","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09826589595375723,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3173600","School District Name":"MEDICINE VALLEY PUBLIC SCHOOLS","Physical Address Line 1":"303 CROOK AVE","Physical Address Line 2":"","Physical Address City":"CURTIS","Physical Address State":"NE ","Physical Address Zipcode":"69025","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17714285714285713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3173590","School District Name":"MEAD PUBLIC SCHOOLS","Physical Address Line 1":"115 N ELM","Physical Address Line 2":"","Physical Address City":"MEAD","Physical Address State":"NE ","Physical Address Zipcode":"68041","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.023972602739726026,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3173560","School District Name":"MC PHERSON COUNTY SCHOOLS","Physical Address Line 1":"525 HWY 92","Physical Address Line 2":"","Physical Address City":"TRYON","Physical Address State":"NE ","Physical Address Zipcode":"69167","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20967741935483872,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3173500","School District Name":"MC COOL JUNCTION PUBLIC SCHS","Physical Address Line 1":"209 SOUTH GRAGAN AVE","Physical Address Line 2":"","Physical Address City":"MCCOOL JUNCTION","Physical Address State":"NE ","Physical Address Zipcode":"68401","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11475409836065574,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3173470","School District Name":"MC COOK PUBLIC SCHOOLS","Physical Address Line 1":"700 W 7TH","Physical Address Line 2":"","Physical Address City":"MC COOK","Physical Address State":"NE ","Physical Address Zipcode":"69001","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11202389843166542,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3173440","School District Name":"MAYWOOD PUBLIC SCHOOLS","Physical Address Line 1":"1 TIGER DR","Physical Address Line 2":"","Physical Address City":"MAYWOOD","Physical Address State":"NE ","Physical Address Zipcode":"69038","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3173290","School District Name":"MALCOLM PUBLIC SCHOOLS","Physical Address Line 1":"10004 N W 112TH ST","Physical Address Line 2":"","Physical Address City":"MALCOLM","Physical Address State":"NE ","Physical Address Zipcode":"68402","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.028017241379310345,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3173230","School District Name":"MADISON PUBLIC SCHOOLS","Physical Address Line 1":"700 S KENT","Physical Address Line 2":"","Physical Address City":"MADISON","Physical Address State":"NE ","Physical Address Zipcode":"68748","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07975460122699386,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3173210","School District Name":"LYONS-DECATUR NORTHEAST SCHS","Physical Address Line 1":"400 S 5TH ST","Physical Address Line 2":"","Physical Address City":"LYONS","Physical Address State":"NE ","Physical Address Zipcode":"68038","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20647773279352227,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3173120","School District Name":"LOUP COUNTY PUBLIC SCHOOLS","Physical Address Line 1":"608 WILLIAMS ST","Physical Address Line 2":"","Physical Address City":"TAYLOR","Physical Address State":"NE ","Physical Address Zipcode":"68879","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28125,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3173090","School District Name":"LOUP CITY PUBLIC SCHOOLS","Physical Address Line 1":"800 N 8TH ST","Physical Address Line 2":"","Physical Address City":"LOUP CITY","Physical Address State":"NE ","Physical Address Zipcode":"68853","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17288135593220338,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3173050","School District Name":"LOUISVILLE PUBLIC SCHOOLS","Physical Address Line 1":"202 W 3RD","Physical Address Line 2":"","Physical Address City":"LOUISVILLE","Physical Address State":"NE ","Physical Address Zipcode":"68037","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0499001996007984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3172990","School District Name":"LOOMIS PUBLIC SCHOOLS","Physical Address Line 1":"101 BRYAN ST","Physical Address Line 2":"","Physical Address City":"LOOMIS","Physical Address State":"NE ","Physical Address Zipcode":"68958","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06547619047619048,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3172910","School District Name":"LITCHFIELD PUBLIC SCHOOLS","Physical Address Line 1":"500 N MAIN","Physical Address Line 2":"","Physical Address City":"LITCHFIELD","Physical Address State":"NE ","Physical Address Zipcode":"68852","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16551724137931034,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3172840","School District Name":"LINCOLN PUBLIC SCHOOLS","Physical Address Line 1":"5905 O STREET","Physical Address Line 2":"","Physical Address City":"LINCOLN","Physical Address State":"NE ","Physical Address Zipcode":"68510","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09109170490347408,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3172810","School District Name":"LEXINGTON PUBLIC SCHOOLS","Physical Address Line 1":"300 S WASHINGTON ST","Physical Address Line 2":"","Physical Address City":"LEXINGTON","Physical Address State":"NE ","Physical Address Zipcode":"68850","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1186161449752883,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3172780","School District Name":"LEWISTON CONSOLIDATED SCHOOLS","Physical Address Line 1":"306 TIGER AVE","Physical Address Line 2":"","Physical Address City":"LEWISTON","Physical Address State":"NE ","Physical Address Zipcode":"68380","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14772727272727273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3172720","School District Name":"LEIGH COMMUNITY SCHOOLS","Physical Address Line 1":"222 W 4TH ST","Physical Address Line 2":"","Physical Address City":"LEIGH","Physical Address State":"NE ","Physical Address Zipcode":"68643","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09036144578313253,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3172570","School District Name":"KIMBALL PUBLIC SCHOOLS","Physical Address Line 1":"901 S NADINE ST","Physical Address Line 2":"","Physical Address City":"KIMBALL","Physical Address State":"NE ","Physical Address Zipcode":"69145","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14725274725274726,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3172480","School District Name":"KEYA PAHA COUNTY SCHOOLS","Physical Address Line 1":"101 FOOTBALL AVE","Physical Address Line 2":"","Physical Address City":"SPRINGVIEW","Physical Address State":"NE ","Physical Address Zipcode":"68778","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2037037037037037,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3172420","School District Name":"KENESAW PUBLIC SCHOOLS","Physical Address Line 1":"110 N 5TH AVE","Physical Address Line 2":"","Physical Address City":"KENESAW","Physical Address State":"NE ","Physical Address Zipcode":"68956","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07407407407407407,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3172390","School District Name":"KEARNEY PUBLIC SCHOOLS","Physical Address Line 1":"320 W 24TH ST","Physical Address Line 2":"","Physical Address City":"KEARNEY","Physical Address State":"NE ","Physical Address Zipcode":"68845","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0833467417538214,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3172335","School District Name":"JOHNSON-BROCK PUBLIC SCHOOLS","Physical Address Line 1":"310 MAIN ST","Physical Address Line 2":"","Physical Address City":"JOHNSON","Physical Address State":"NE ","Physical Address Zipcode":"68378","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08849557522123894,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3172210","School District Name":"HYANNIS AREA SCHOOLS","Physical Address Line 1":"332 EAST HWY 2","Physical Address Line 2":"","Physical Address City":"HYANNIS","Physical Address State":"NE ","Physical Address Zipcode":"69350","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3172150","School District Name":"HUMPHREY PUBLIC SCHOOLS","Physical Address Line 1":"405 S 7TH ST","Physical Address Line 2":"","Physical Address City":"HUMPHREY","Physical Address State":"NE ","Physical Address Zipcode":"68642","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.032586558044806514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3172000","School District Name":"HOMER COMMUNITY SCHOOLS","Physical Address Line 1":"212 S 3RD","Physical Address Line 2":"","Physical Address City":"HOMER","Physical Address State":"NE ","Physical Address Zipcode":"68030","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0594059405940594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3171940","School District Name":"HOLDREGE PUBLIC SCHOOLS","Physical Address Line 1":"505 14TH AVE","Physical Address Line 2":"","Physical Address City":"HOLDREGE","Physical Address State":"NE ","Physical Address Zipcode":"68949","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11888111888111888,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3171820","School District Name":"HERSHEY PUBLIC SCHOOLS","Physical Address Line 1":"301 S LINCOLN","Physical Address Line 2":"","Physical Address City":"HERSHEY","Physical Address State":"NE ","Physical Address Zipcode":"69143","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08505154639175258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3171730","School District Name":"HEMINGFORD PUBLIC SCHOOLS","Physical Address Line 1":"911 NIOBRARA ST","Physical Address Line 2":"","Physical Address City":"HEMINGFORD","Physical Address State":"NE ","Physical Address Zipcode":"69348","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08709677419354839,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3171610","School District Name":"HAY SPRINGS PUBLIC SCHOOLS","Physical Address Line 1":"407 N BAKER ST","Physical Address Line 2":"","Physical Address City":"HAY SPRINGS","Physical Address State":"NE ","Physical Address Zipcode":"69347","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13043478260869565,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3171580","School District Name":"HASTINGS PUBLIC SCHOOLS","Physical Address Line 1":"1924 WEST A STREET","Physical Address Line 2":"","Physical Address City":"HASTINGS","Physical Address State":"NE ","Physical Address Zipcode":"68901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11786179921773142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3171550","School District Name":"HARVARD PUBLIC SCHOOLS","Physical Address Line 1":"506 E NORTH ST","Physical Address Line 2":"","Physical Address City":"HARVARD","Physical Address State":"NE ","Physical Address Zipcode":"68944","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1306122448979592,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3171520","School District Name":"HARTINGTON NEWCASTLE PUBLIC SCHOOLS","Physical Address Line 1":"501 S BROADWAY","Physical Address Line 2":"","Physical Address City":"HARTINGTON","Physical Address State":"NE ","Physical Address Zipcode":"68739","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09457755359394704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3171370","School District Name":"HAMPTON PUBLIC SCHOOL","Physical Address Line 1":"458 5TH ST","Physical Address Line 2":"","Physical Address City":"HAMPTON","Physical Address State":"NE ","Physical Address Zipcode":"68843","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07142857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3171220","School District Name":"GRETNA PUBLIC SCHOOLS","Physical Address Line 1":"11717 S 216TH ST","Physical Address Line 2":"","Physical Address City":"GRETNA","Physical Address State":"NE ","Physical Address Zipcode":"68028","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01782905086523335,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3171100","School District Name":"GOTHENBURG PUBLIC SCHOOLS","Physical Address Line 1":"1322 AVENUE I","Physical Address Line 2":"","Physical Address City":"GOTHENBURG","Physical Address State":"NE ","Physical Address Zipcode":"69138","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07314148681055156,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3171010","School District Name":"GILTNER PUBLIC SCHOOLS","Physical Address Line 1":"#2 WEST 6TH RD","Physical Address Line 2":"","Physical Address City":"GILTNER","Physical Address State":"NE ","Physical Address Zipcode":"68841","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07462686567164178,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3170980","School District Name":"GIBBON PUBLIC SCHOOLS","Physical Address Line 1":"1030 COURT STREET","Physical Address Line 2":"","Physical Address City":"GIBBON","Physical Address State":"NE ","Physical Address Zipcode":"68840","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05856515373352855,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3170800","School District Name":"GARDEN COUNTY SCHOOLS","Physical Address Line 1":"200 W 4TH ST","Physical Address Line 2":"","Physical Address City":"OSHKOSH","Physical Address State":"NE ","Physical Address Zipcode":"69154","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17785234899328858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3170710","School District Name":"FREMONT PUBLIC SCHOOLS","Physical Address Line 1":"130 E 9TH STREET","Physical Address Line 2":"","Physical Address City":"FREMONT","Physical Address State":"NE ","Physical Address Zipcode":"68025","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09936452917388792,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3170650","School District Name":"FORT CALHOUN COMMUNITY SCHS","Physical Address Line 1":"5876 COUNTY ROAD P43","Physical Address Line 2":"","Physical Address City":"FORT CALHOUN","Physical Address State":"NE ","Physical Address Zipcode":"68023","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04059040590405904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3170530","School District Name":"FALLS CITY PUBLIC SCHOOLS","Physical Address Line 1":"1415 MORTON ST","Physical Address Line 2":"","Physical Address City":"FALLS CITY","Physical Address State":"NE ","Physical Address Zipcode":"68355","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11431513903192585,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3170440","School District Name":"FAIRBURY PUBLIC SCHOOLS","Physical Address Line 1":"703 K ST","Physical Address Line 2":"","Physical Address City":"FAIRBURY","Physical Address State":"NE ","Physical Address Zipcode":"68352","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11175115207373272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3170220","School District Name":"ELWOOD PUBLIC SCHOOLS","Physical Address Line 1":"502 FIRST AVE","Physical Address Line 2":"","Physical Address City":"ELWOOD","Physical Address State":"NE ","Physical Address Zipcode":"68937","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0995850622406639,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3170140","School District Name":"ELM CREEK PUBLIC SCHOOLS","Physical Address Line 1":"230 EAST CALKINS AVENUE","Physical Address Line 2":"","Physical Address City":"ELM CREEK","Physical Address State":"NE ","Physical Address Zipcode":"68836","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06521739130434782,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3170110","School District Name":"ELKHORN PUBLIC SCHOOLS","Physical Address Line 1":"20650 GLENN ST","Physical Address Line 2":"","Physical Address City":"ELKHORN","Physical Address State":"NE ","Physical Address Zipcode":"68022","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01725765134151274,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3170050","School District Name":"ELGIN PUBLIC SCHOOLS","Physical Address Line 1":"101 N 4TH ST","Physical Address Line 2":"","Physical Address City":"ELGIN","Physical Address State":"NE ","Physical Address Zipcode":"68636","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06511627906976744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3170020","School District Name":"ELBA PUBLIC SCHOOLS","Physical Address Line 1":"711 CAROLINE ST","Physical Address Line 2":"","Physical Address City":"ELBA","Physical Address State":"NE ","Physical Address Zipcode":"68835","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14666666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3169840","School District Name":"DORCHESTER PUBLIC SCHOOL","Physical Address Line 1":"506 W 9TH","Physical Address Line 2":"","Physical Address City":"DORCHESTER","Physical Address State":"NE ","Physical Address Zipcode":"68343","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06565656565656566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3162950","School District Name":"CENTURA PUBLIC SCHOOLS","Physical Address Line 1":"201 N HWY 11","Physical Address Line 2":"","Physical Address City":"CAIRO","Physical Address State":"NE ","Physical Address Zipcode":"68824","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09505703422053231,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3119560","School District Name":"UMO N HO N NATION PUBLIC SCHS","Physical Address Line 1":"470 MAIN ST","Physical Address Line 2":"","Physical Address City":"MACY","Physical Address State":"NE ","Physical Address Zipcode":"68039","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3010989010989011,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3109120","School District Name":"HAYES CENTER PUBLIC SCHOOLS","Physical Address Line 1":"501 TROTH ST","Physical Address Line 2":"","Physical Address City":"HAYES CENTER","Physical Address State":"NE ","Physical Address Zipcode":"69032","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22123893805309736,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3105970","School District Name":"TRI COUNTY PUBLIC SCHOOLS","Physical Address Line 1":"72520 HWY 103","Physical Address Line 2":"","Physical Address City":"DEWITT","Physical Address State":"NE ","Physical Address Zipcode":"68341","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08823529411764706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3105910","School District Name":"DESHLER PUBLIC SCHOOLS","Physical Address Line 1":"1402 3RD ST","Physical Address Line 2":"","Physical Address City":"DESHLER","Physical Address State":"NE ","Physical Address Zipcode":"68340","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1449814126394052,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3105630","School District Name":"CROFTON COMMUNITY SCHOOLS","Physical Address Line 1":"89048 N HWY 121","Physical Address Line 2":"","Physical Address City":"CROFTON","Physical Address State":"NE ","Physical Address Zipcode":"68730","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09045226130653267,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3105550","School District Name":"CREIGHTON COMMUNITY PUBLIC SCHOOLS","Physical Address Line 1":"1609 REDICK AVE","Physical Address Line 2":"","Physical Address City":"CREIGHTON","Physical Address State":"NE ","Physical Address Zipcode":"68729","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13866666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3105520","School District Name":"CRAWFORD PUBLIC SCHOOLS","Physical Address Line 1":"908 5TH ST","Physical Address Line 2":"","Physical Address City":"CRAWFORD","Physical Address State":"NE ","Physical Address Zipcode":"69339","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19889502762430938,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3105460","School District Name":"COZAD COMMUNITY SCHOOLS","Physical Address Line 1":"1910 MERIDIAN AVE","Physical Address Line 2":"","Physical Address City":"COZAD","Physical Address State":"NE ","Physical Address Zipcode":"69130","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10136674259681093,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3105340","School District Name":"COLUMBUS PUBLIC SCHOOLS","Physical Address Line 1":"2508 27TH ST","Physical Address Line 2":"","Physical Address City":"COLUMBUS","Physical Address State":"NE ","Physical Address Zipcode":"68602","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07092972501091227,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3105280","School District Name":"CODY-KILGORE PUBLIC SCHS","Physical Address Line 1":"360 W 4TH ST","Physical Address Line 2":"","Physical Address City":"CODY","Physical Address State":"NE ","Physical Address Zipcode":"69211","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14563106796116504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3105160","School District Name":"CLARKSON PUBLIC SCHOOLS","Physical Address Line 1":"649 CHERRY ST","Physical Address Line 2":"","Physical Address City":"CLARKSON","Physical Address State":"NE ","Physical Address Zipcode":"68629","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.065,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3105010","School District Name":"CHAMBERS PUBLIC SCHOOLS","Physical Address Line 1":"201 SOUTH A ST","Physical Address Line 2":"","Physical Address City":"CHAMBERS","Physical Address State":"NE ","Physical Address Zipcode":"68725","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17886178861788618,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3104980","School District Name":"CHADRON PUBLIC SCHOOLS","Physical Address Line 1":"602 E 10TH","Physical Address Line 2":"","Physical Address City":"CHADRON","Physical Address State":"NE ","Physical Address Zipcode":"69337","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12080536912751678,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3104950","School District Name":"RAYMOND CENTRAL PUBLIC SCHOOLS","Physical Address Line 1":"1800 W AGNEW RD","Physical Address Line 2":"","Physical Address City":"RAYMOND","Physical Address State":"NE ","Physical Address Zipcode":"68428","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03791982665222102,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3104920","School District Name":"CENTRAL CITY PUBLIC SCHOOLS","Physical Address Line 1":"1711 15TH AVE","Physical Address Line 2":"","Physical Address City":"CENTRAL CITY","Physical Address State":"NE ","Physical Address Zipcode":"68826","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09314359637774904,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3104870","School District Name":"CEDAR BLUFFS PUBLIC SCHOOLS","Physical Address Line 1":"110 E MAIN ST","Physical Address Line 2":"","Physical Address City":"CEDAR BLUFFS","Physical Address State":"NE ","Physical Address Zipcode":"68015","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09649122807017543,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3104640","School District Name":"BURWELL PUBLIC SCHOOLS","Physical Address Line 1":"190 I ST","Physical Address Line 2":"","Physical Address City":"BURWELL","Physical Address State":"NE ","Physical Address Zipcode":"68823","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18110236220472442,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3104290","School District Name":"BRADY PUBLIC SCHOOLS","Physical Address Line 1":"112 E POPLETON AVE","Physical Address Line 2":"","Physical Address City":"BRADY","Physical Address State":"NE ","Physical Address Zipcode":"69123","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1443850267379679,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3104200","School District Name":"BLUE HILL COMMUNITY SCHOOLS","Physical Address Line 1":"606 S SYCAMORE","Physical Address Line 2":"","Physical Address City":"BLUE HILL","Physical Address State":"NE ","Physical Address Zipcode":"68930","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.054982817869415807,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3104140","School District Name":"BLOOMFIELD COMMUNITY SCHOOLS","Physical Address Line 1":"311 E BENTON","Physical Address Line 2":"","Physical Address City":"BLOOMFIELD","Physical Address State":"NE ","Physical Address Zipcode":"68718","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06037735849056604,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3104100","School District Name":"BLAIR COMMUNITY SCHOOLS","Physical Address Line 1":"1100 DEERFIELD BLVD","Physical Address Line 2":"","Physical Address City":"BLAIR","Physical Address State":"NE ","Physical Address Zipcode":"68008","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05691699604743083,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3104020","School District Name":"BERTRAND PUBLIC SCHOOLS","Physical Address Line 1":"503 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"BERTRAND","Physical Address State":"NE ","Physical Address Zipcode":"68927","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10902255639097744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3103990","School District Name":"BENNINGTON PUBLIC SCHOOLS","Physical Address Line 1":"11620 N 156TH ST","Physical Address Line 2":"","Physical Address City":"BENNINGTON","Physical Address State":"NE ","Physical Address Zipcode":"68007","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.025374855824682813,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3103810","School District Name":"BELLEVUE PUBLIC SCHOOLS","Physical Address Line 1":"2600 ARBORETUM DRIVE","Physical Address Line 2":"","Physical Address City":"BELLEVUE","Physical Address State":"NE ","Physical Address Zipcode":"68005","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.055365296803652965,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3103600","School District Name":"BEATRICE PUBLIC SCHOOLS","Physical Address Line 1":"320 N 5TH STREET","Physical Address Line 2":"","Physical Address City":"BEATRICE","Physical Address State":"NE ","Physical Address Zipcode":"68310","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09725906277630415,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3103540","School District Name":"BATTLE CREEK PUBLIC SCHOOLS","Physical Address Line 1":"605 WEST MARTIN ST","Physical Address Line 2":"","Physical Address City":"BATTLE CREEK","Physical Address State":"NE ","Physical Address Zipcode":"68715","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05168986083499006,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3103440","School District Name":"BANCROFT-ROSALIE COMM SCHOOLS","Physical Address Line 1":"708 MAIN ST","Physical Address Line 2":"","Physical Address City":"BANCROFT","Physical Address State":"NE ","Physical Address Zipcode":"68004","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21226415094339623,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3103420","School District Name":"AXTELL COMMUNITY SCHOOLS","Physical Address Line 1":"500 MAIN ST","Physical Address Line 2":"","Physical Address City":"AXTELL","Physical Address State":"NE ","Physical Address Zipcode":"68924","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06312292358803986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3103360","School District Name":"AURORA PUBLIC SCHOOLS","Physical Address Line 1":"300 L ST","Physical Address Line 2":"","Physical Address City":"AURORA","Physical Address State":"NE ","Physical Address Zipcode":"68818","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08361486486486487,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3103330","School District Name":"AUBURN PUBLIC SCHOOLS","Physical Address Line 1":"1713 J ST","Physical Address Line 2":"","Physical Address City":"AUBURN","Physical Address State":"NE ","Physical Address Zipcode":"68305","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1050228310502283,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3103210","School District Name":"ARTHUR COUNTY SCHOOLS","Physical Address Line 1":"111 ELM ST","Physical Address Line 2":"","Physical Address City":"ARTHUR","Physical Address State":"NE ","Physical Address Zipcode":"69121","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15053763440860216,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3103130","School District Name":"ARLINGTON PUBLIC SCHOOLS","Physical Address Line 1":"705 N 9TH","Physical Address Line 2":"","Physical Address City":"ARLINGTON","Physical Address State":"NE ","Physical Address Zipcode":"68002","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05873261205564142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3103120","School District Name":"ARCADIA PUBLIC SCHOOLS","Physical Address Line 1":"320 W OWENS ST","Physical Address Line 2":"","Physical Address City":"ARCADIA","Physical Address State":"NE ","Physical Address Zipcode":"68815","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07368421052631578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3103090","School District Name":"ARAPAHOE PUBLIC SCHOOLS","Physical Address Line 1":"610 WALNUT","Physical Address Line 2":"","Physical Address City":"ARAPAHOE","Physical Address State":"NE ","Physical Address Zipcode":"68922","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12686567164179105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3103060","School District Name":"ANSLEY PUBLIC SCHOOLS","Physical Address Line 1":"1124 CAMERON ST","Physical Address Line 2":"","Physical Address City":"ANSLEY","Physical Address State":"NE ","Physical Address Zipcode":"68814","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3102910","School District Name":"ALLIANCE PUBLIC SCHOOLS","Physical Address Line 1":"1604 SWEETWATER AVE","Physical Address Line 2":"","Physical Address City":"ALLIANCE","Physical Address State":"NE ","Physical Address Zipcode":"69301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11300397501419648,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3102880","School District Name":"ALLEN CONSOLIDATED SCHOOLS","Physical Address Line 1":"126 E 5TH","Physical Address Line 2":"","Physical Address City":"ALLEN","Physical Address State":"NE ","Physical Address Zipcode":"68710","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09569377990430622,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3102820","School District Name":"BOONE CENTRAL SCHOOLS","Physical Address Line 1":"605 S 6TH ST","Physical Address Line 2":"","Physical Address City":"ALBION","Physical Address State":"NE ","Physical Address Zipcode":"68620","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08347826086956522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3102790","School District Name":"AINSWORTH COMMUNITY SCHOOLS","Physical Address Line 1":"520 E 2ND ST","Physical Address Line 2":"","Physical Address City":"AINSWORTH","Physical Address State":"NE ","Physical Address Zipcode":"69210","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13211382113821138,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3102770","School District Name":"ADAMS CENTRAL PUBLIC SCHOOLS","Physical Address Line 1":"1090 S ADAMS CENTRAL RD","Physical Address Line 2":"","Physical Address City":"HASTINGS","Physical Address State":"NE ","Physical Address Zipcode":"68901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04122722914669223,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3101992","School District Name":"ELMWOOD-MURDOCK PUBLIC SCHOOLS","Physical Address Line 1":"300 WYOMING ST","Physical Address Line 2":"","Physical Address City":"MURDOCK","Physical Address State":"NE ","Physical Address Zipcode":"68407","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03631961259079903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100189","School District Name":"SUMMERLAND PUBLIC SCHOOLS","Physical Address Line 1":"420 EAST 4TH ST","Physical Address Line 2":"","Physical Address City":"ORCHARD","Physical Address State":"NE ","Physical Address Zipcode":"68764","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17943107221006566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100188","School District Name":"YOUTH CARE AND BEYOND LEARNING CENTER","Physical Address Line 1":"2819 S 125TH AVE; SUITE 276","Physical Address Line 2":"","Physical Address City":"OMAHA","Physical Address State":"NE ","Physical Address Zipcode":"68144","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3100187","School District Name":"BOYD COUNTY SCHOOLS","Physical Address Line 1":"106 E GREIG ST","Physical Address Line 2":"","Physical Address City":"SPENCER","Physical Address State":"NE ","Physical Address Zipcode":"68777","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1601423487544484,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100186","School District Name":"OMAHA HOME FOR BOYS SCHOOL","Physical Address Line 1":"4343 N 52ND ST","Physical Address Line 2":"","Physical Address City":"OMAHA","Physical Address State":"NE ","Physical Address Zipcode":"68104","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3100185","School District Name":"CENTRAL VALLEY PUBLIC SCHOOLS","Physical Address Line 1":"304 NORTH SHANNON STREET","Physical Address Line 2":"","Physical Address City":"GREELEY","Physical Address State":"NE ","Physical Address Zipcode":"68842","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100184","School District Name":"RIVERSIDE PUBLIC SCHOOLS","Physical Address Line 1":"124 SOUTH ASH STREET","Physical Address Line 2":"","Physical Address City":"SPALDING","Physical Address State":"NE ","Physical Address Zipcode":"68665","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100183","School District Name":"HOWELLS-DODGE CONSOLIDATED SCHOOLS","Physical Address Line 1":"417 CENTER STREET","Physical Address Line 2":"","Physical Address City":"HOWELLS","Physical Address State":"NE ","Physical Address Zipcode":"68641","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06585365853658537,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100181","School District Name":"ALEGENT/IMMANUEL RTC","Physical Address Line 1":"6845 N 68TH PLAZA","Physical Address Line 2":"","Physical Address City":"OMAHA","Physical Address State":"NE ","Physical Address Zipcode":"68122","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3100179","School District Name":"HUMBOLDT TABLE ROCK STEINAUER","Physical Address Line 1":"810 CENTRAL AVE","Physical Address Line 2":"","Physical Address City":"HUMBOLDT","Physical Address State":"NE ","Physical Address Zipcode":"68376","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16743119266055045,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100178","School District Name":"SOUTHWEST PUBLIC SCHOOLS","Physical Address Line 1":"900 COKE ST","Physical Address Line 2":"","Physical Address City":"BARTLEY","Physical Address State":"NE ","Physical Address Zipcode":"69020","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1452991452991453,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100177","School District Name":"NCYF COMMUNITY HIGH SCHOOL","Physical Address Line 1":"2610 N 20TH ST EAST","Physical Address Line 2":"","Physical Address City":"OMAHA","Physical Address State":"NE ","Physical Address Zipcode":"68110","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3100176","School District Name":"JOHNSON CO CENTRAL PUBLIC SCHS","Physical Address Line 1":"358 N 6TH","Physical Address Line 2":"","Physical Address City":"TECUMSEH","Physical Address State":"NE ","Physical Address Zipcode":"68450","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12629757785467127,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100174","School District Name":"NEBRASKA YOUTH ACADEMY","Physical Address Line 1":"5845 HUNTINGTON AVE","Physical Address Line 2":"","Physical Address City":"LINCOLN","Physical Address State":"NE ","Physical Address Zipcode":"68507","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3100172","School District Name":"WEST HOLT PUBLIC SCHOOLS","Physical Address Line 1":"1000 N MAIN","Physical Address Line 2":"","Physical Address City":"ATKINSON","Physical Address State":"NE ","Physical Address Zipcode":"68713","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11971830985915492,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100170","School District Name":"GORDON-RUSHVILLE PUBLIC SCHS","Physical Address Line 1":"810 N OAK ST","Physical Address Line 2":"","Physical Address City":"GORDON","Physical Address State":"NE ","Physical Address Zipcode":"69343","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21818181818181817,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100166","School District Name":"UTA HALEE ACADEMY PROGRAM","Physical Address Line 1":"10625 CALHOUN ROAD","Physical Address Line 2":"","Physical Address City":"OMAHA","Physical Address State":"NE ","Physical Address Zipcode":"68112","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3100165","School District Name":"DOUGLAS CO WEST COMMUNITY SCHS","Physical Address Line 1":"401 S PINE ST","Physical Address Line 2":"","Physical Address City":"VALLEY","Physical Address State":"NE ","Physical Address Zipcode":"68064","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06422924901185771,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3100163","School District Name":"CHASE COUNTY SCHOOLS","Physical Address Line 1":"520 E 9TH ST","Physical Address Line 2":"","Physical Address City":"IMPERIAL","Physical Address State":"NE ","Physical Address Zipcode":"69033","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08319467554076539,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100160","School District Name":"PATRICK J THOMAS JUVENILE JUSTICE CNTR","Physical Address Line 1":"9701 PORTAL ROAD","Physical Address Line 2":"","Physical Address City":"LAVISTA","Physical Address State":"NE ","Physical Address Zipcode":"68128","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3100157","School District Name":"PERKINS COUNTY SCHOOLS","Physical Address Line 1":"740 SHERMAN AVE","Physical Address Line 2":"","Physical Address City":"GRANT","Physical Address State":"NE ","Physical Address Zipcode":"69140","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10772357723577236,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100154","School District Name":"NORTHEAST NE JUVENILE SERVICES","Physical Address Line 1":"1313 1/2 N MAIN STREET","Physical Address Line 2":"","Physical Address City":"MADISON","Physical Address State":"NE ","Physical Address Zipcode":"68748","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100152","School District Name":"CHILD GUIDANCE SCHOOL","Physical Address Line 1":"904 SUMNER","Physical Address Line 2":"","Physical Address City":"LINCOLN","Physical Address State":"NE ","Physical Address Zipcode":"68502","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3100151","School District Name":"PATHFINDER ED PRG-LANCASTER CO","Physical Address Line 1":"1200 RADCLIFF STREET","Physical Address Line 2":"","Physical Address City":"LINCOLN","Physical Address State":"NE ","Physical Address Zipcode":"68512","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3100150","School District Name":"MORTON SCHOOL","Physical Address Line 1":"2311 N 60TH ST","Physical Address Line 2":"","Physical Address City":"LINCOLN","Physical Address State":"NE ","Physical Address Zipcode":"68507","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3100147","School District Name":"DOUGLAS COUNTY YOUTH CENTER","Physical Address Line 1":"1301 S 41ST STREET","Physical Address Line 2":"","Physical Address City":"OMAHA","Physical Address State":"NE ","Physical Address Zipcode":"68105","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3100146","School District Name":"BOYS TOWN INTERIM PRG SCHS","Physical Address Line 1":"13803 FLANAGAN BLVD","Physical Address Line 2":"","Physical Address City":"BOYS TOWN","Physical Address State":"NE ","Physical Address Zipcode":"68010","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3100145","School District Name":"NOVA ALTERNATIVE SCHOOL","Physical Address Line 1":"8502 MORMON BRIDGE RD","Physical Address Line 2":"","Physical Address City":"OMAHA","Physical Address State":"NE ","Physical Address Zipcode":"68152","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3100141","School District Name":"EMERSON-HUBBARD PUBLIC SCHOOLS","Physical Address Line 1":"109 W THIRD ST","Physical Address Line 2":"","Physical Address City":"EMERSON","Physical Address State":"NE ","Physical Address Zipcode":"68733","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10749185667752444,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100140","School District Name":"CREEK VALLEY SCHOOLS","Physical Address Line 1":"6TH & HAYWARD","Physical Address Line 2":"","Physical Address City":"CHAPPELL","Physical Address State":"NE ","Physical Address Zipcode":"69129","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14098360655737704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100134","School District Name":"WILCOX-HILDRETH PUBLIC SCHOOLS","Physical Address Line 1":"404 E SAPP ST","Physical Address Line 2":"","Physical Address City":"WILCOX","Physical Address State":"NE ","Physical Address Zipcode":"68982","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10619469026548672,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100133","School District Name":"EXETER-MILLIGAN PUBLIC SCHOOLS","Physical Address Line 1":"318 S RIVER AVE","Physical Address Line 2":"","Physical Address City":"EXETER","Physical Address State":"NE ","Physical Address Zipcode":"68351","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07339449541284404,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100132","School District Name":"THAYER CENTRAL COMMUNITY SCHS","Physical Address Line 1":"930 EADS AVE","Physical Address Line 2":"","Physical Address City":"HEBRON","Physical Address State":"NE ","Physical Address Zipcode":"68370","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08040201005025126,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100130","School District Name":"CROSS COUNTY COMMUNITY SCHOOLS","Physical Address Line 1":"1270 123RD RD","Physical Address Line 2":"","Physical Address City":"STROMSBURG","Physical Address State":"NE ","Physical Address Zipcode":"68666","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07027027027027027,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100129","School District Name":"TWIN RIVER PUBLIC SCHOOLS","Physical Address Line 1":"816 WILLARD AVE","Physical Address Line 2":"","Physical Address City":"GENOA","Physical Address State":"NE ","Physical Address Zipcode":"68640","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07661290322580645,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100125","School District Name":"DILLER-ODELL PUBLIC SCHOOLS","Physical Address Line 1":"506 PERRY ST","Physical Address Line 2":"","Physical Address City":"ODELL","Physical Address State":"NE ","Physical Address Zipcode":"68415","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.04780876494023904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100124","School District Name":"BRUNING-DAVENPORT UNIFIED SYS","Physical Address Line 1":"106 N JUNIPER AVE","Physical Address Line 2":"","Physical Address City":"DAVENPORT","Physical Address State":"NE ","Physical Address Zipcode":"68335","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1588785046728972,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100123","School District Name":"HIGH PLAINS COMMUNITY SCHOOLS","Physical Address Line 1":"260 S PINE","Physical Address Line 2":"","Physical Address City":"POLK","Physical Address State":"NE ","Physical Address Zipcode":"68654","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13090909090909092,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100122","School District Name":"SOUTH CENTRAL NEBRASKA UNIFIED 5","Physical Address Line 1":"30671 HWY 14","Physical Address Line 2":"","Physical Address City":"FAIRFIELD","Physical Address State":"NE ","Physical Address Zipcode":"68938","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09388335704125178,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100121","School District Name":"DONIPHAN-TRUMBULL PUBLIC SCHS","Physical Address Line 1":"302 W PLUM","Physical Address Line 2":"","Physical Address City":"DONIPHAN","Physical Address State":"NE ","Physical Address Zipcode":"68832","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.060077519379844964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100120","School District Name":"HITCHCOCK CO SCH SYSTEM","Physical Address Line 1":"318 WEST D","Physical Address Line 2":"","Physical Address City":"TRENTON","Physical Address State":"NE ","Physical Address Zipcode":"69044","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09580838323353294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100118","School District Name":"FILLMORE CENTRAL PUBLIC SCHS","Physical Address Line 1":"1410 L STREET","Physical Address Line 2":"","Physical Address City":"GENEVA","Physical Address State":"NE ","Physical Address Zipcode":"68361","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11267605633802817,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100117","School District Name":"HEARTLAND COMMUNITY SCHOOLS","Physical Address Line 1":"1501 FRONT ST","Physical Address Line 2":"","Physical Address City":"HENDERSON","Physical Address State":"NE ","Physical Address Zipcode":"68371","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0997229916897507,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100116","School District Name":"FREEMAN PUBLIC SCHOOLS","Physical Address Line 1":"415 EIGHTH ST","Physical Address Line 2":"","Physical Address City":"ADAMS","Physical Address State":"NE ","Physical Address Zipcode":"68301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.02168021680216802,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100115","School District Name":"NORTH BEND CENTRAL PUBLIC SCHS","Physical Address Line 1":"1320 WALNUT ST","Physical Address Line 2":"","Physical Address City":"NORTH BEND","Physical Address State":"NE ","Physical Address Zipcode":"68649","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09009009009009009,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100114","School District Name":"LOGAN VIEW PUBLIC SCHOOLS","Physical Address Line 1":"2163 COUNTY ROAD G","Physical Address Line 2":"","Physical Address City":"HOOPER","Physical Address State":"NE ","Physical Address Zipcode":"68031","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.05555555555555555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100112","School District Name":"LAKEVIEW COMMUNITY SCHOOLS","Physical Address Line 1":"3744 83RD ST","Physical Address Line 2":"","Physical Address City":"COLUMBUS","Physical Address State":"NE ","Physical Address Zipcode":"68601","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07621671258034894,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100111","School District Name":"EUSTIS-FARNAM PUBLIC SCHOOLS","Physical Address Line 1":"504 N INGALL ST","Physical Address Line 2":"","Physical Address City":"EUSTIS","Physical Address State":"NE ","Physical Address Zipcode":"69028","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11392405063291139,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100110","School District Name":"SOUTH PLATTE PUBLIC SCHOOLS","Physical Address Line 1":"610 PLUM ST","Physical Address Line 2":"","Physical Address City":"BIG SPRINGS","Physical Address State":"NE ","Physical Address Zipcode":"69122","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10067114093959731,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100109","School District Name":"SOUTHERN VALLEY SCHOOLS","Physical Address Line 1":"43739 HWY 89","Physical Address Line 2":"","Physical Address City":"OXFORD","Physical Address State":"NE ","Physical Address Zipcode":"68967","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15417558886509636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100105","School District Name":"BRIDGEPORT PUBLIC SCHOOLS","Physical Address Line 1":"800 Q ST","Physical Address Line 2":"","Physical Address City":"BRIDGEPORT","Physical Address State":"NE ","Physical Address Zipcode":"69336","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15294117647058825,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100099","School District Name":"CENTENNIAL PUBLIC SCHOOLS","Physical Address Line 1":"1301 CENTENNIAL","Physical Address Line 2":"","Physical Address City":"UTICA","Physical Address State":"NE ","Physical Address Zipcode":"68456","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08631921824104234,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100098","School District Name":"GERING PUBLIC SCHOOLS","Physical Address Line 1":"1519 10TH ST","Physical Address Line 2":"","Physical Address City":"GERING","Physical Address State":"NE ","Physical Address Zipcode":"69341","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1359691417550627,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3100097","School District Name":"MORRILL PUBLIC SCHOOLS","Physical Address Line 1":"508 JEFFERSON AVE","Physical Address Line 2":"","Physical Address City":"MORRILL","Physical Address State":"NE ","Physical Address Zipcode":"69358","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14492753623188406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100096","School District Name":"FRIEND PUBLIC SCHOOLS","Physical Address Line 1":"501 MAIN ST","Physical Address Line 2":"","Physical Address City":"FRIEND","Physical Address State":"NE ","Physical Address Zipcode":"68359","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09507042253521127,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100095","School District Name":"CRETE PUBLIC SCHOOLS","Physical Address Line 1":"920 LINDEN AVE","Physical Address Line 2":"","Physical Address City":"CRETE","Physical Address State":"NE ","Physical Address Zipcode":"68333","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08054711246200608,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3100091","School District Name":"FULLERTON PUBLIC SCHOOLS","Physical Address Line 1":"606 4TH ST","Physical Address Line 2":"","Physical Address City":"FULLERTON","Physical Address State":"NE ","Physical Address Zipcode":"68638","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13015873015873017,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100090","School District Name":"BAYARD PUBLIC SCHOOLS","Physical Address Line 1":"726 4TH AVE","Physical Address Line 2":"","Physical Address City":"BAYARD","Physical Address State":"NE ","Physical Address Zipcode":"69334","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15691489361702127,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100089","School District Name":"PALMER PUBLIC SCHOOLS","Physical Address Line 1":"202 COMMERCIAL ST","Physical Address Line 2":"","Physical Address City":"PALMER","Physical Address State":"NE ","Physical Address Zipcode":"68864","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10240963855421686,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100088","School District Name":"NORRIS SCHOOL DIST 160","Physical Address Line 1":"25211 S 68TH ST","Physical Address Line 2":"","Physical Address City":"FIRTH","Physical Address State":"NE ","Physical Address Zipcode":"68358","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03153910849453322,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100085","School District Name":"ST PAUL PUBLIC SCHOOLS","Physical Address Line 1":"1305 HOWARD AVE","Physical Address Line 2":"","Physical Address City":"ST. PAUL","Physical Address State":"NE ","Physical Address Zipcode":"68873","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08047690014903129,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100082","School District Name":"STUART PUBLIC SCHOOLS","Physical Address Line 1":"404 E 2ND","Physical Address Line 2":"","Physical Address City":"STUART","Physical Address State":"NE ","Physical Address Zipcode":"68780","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13286713286713286,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100080","School District Name":"ALMA PUBLIC SCHOOLS","Physical Address Line 1":"515 JEWELL ST","Physical Address Line 2":"","Physical Address City":"ALMA","Physical Address State":"NE ","Physical Address Zipcode":"68920","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10877192982456141,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100077","School District Name":"DUNDY CO STRATTON PUBLIC SCHS","Physical Address Line 1":"400 9TH AVE WEST","Physical Address Line 2":"","Physical Address City":"BENKELMAN","Physical Address State":"NE ","Physical Address Zipcode":"69021","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.168141592920354,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100076","School District Name":"SCRIBNER-SNYDER COMMUNITY SCHS","Physical Address Line 1":"400 PEBBLE","Physical Address Line 2":"","Physical Address City":"SCRIBNER","Physical Address State":"NE ","Physical Address Zipcode":"68057","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10385756676557864,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100073","School District Name":"ARNOLD PUBLIC SCHOOLS","Physical Address Line 1":"405 N HASKELL","Physical Address Line 2":"","Physical Address City":"ARNOLD","Physical Address State":"NE ","Physical Address Zipcode":"69120","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15172413793103448,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100072","School District Name":"LEYTON PUBLIC SCHOOLS","Physical Address Line 1":"504 MAIN ST","Physical Address Line 2":"","Physical Address City":"DALTON","Physical Address State":"NE ","Physical Address Zipcode":"69131","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09340659340659341,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100071","School District Name":"TEKAMAH-HERMAN COMMUNITY SCHS","Physical Address Line 1":"112 N 13TH ST","Physical Address Line 2":"","Physical Address City":"TEKAMAH","Physical Address State":"NE ","Physical Address Zipcode":"68061","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08629441624365482,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100070","School District Name":"AMHERST PUBLIC SCHOOLS","Physical Address Line 1":"100 N SYCAMORE","Physical Address Line 2":"","Physical Address City":"AMHERST","Physical Address State":"NE ","Physical Address Zipcode":"68812","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100067","School District Name":"BANNER COUNTY PUBLIC SCHOOLS","Physical Address Line 1":"200 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"HARRISBURG","Physical Address State":"NE ","Physical Address Zipcode":"69345","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12686567164179105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100066","School District Name":"SILVER LAKE PUBLIC SCHOOLS","Physical Address Line 1":"9405 S LINCOLN AVE","Physical Address Line 2":"","Physical Address City":"ROSELAND","Physical Address State":"NE ","Physical Address Zipcode":"68973","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07251908396946564,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100065","School District Name":"FRANKLIN PUBLIC SCHOOLS","Physical Address Line 1":"1001 M ST","Physical Address Line 2":"","Physical Address City":"FRANKLIN","Physical Address State":"NE ","Physical Address Zipcode":"68939","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19367588932806323,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100059","School District Name":"UNIVERSITY OF NEBRASKA HIGH SCHOOL","Physical Address Line 1":"206 S 13TH ST STE 800","Physical Address Line 2":"","Physical Address City":"LINCOLN","Physical Address State":"NE ","Physical Address Zipcode":"68588","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3100051","School District Name":"GENEVA NORTH SCHOOL","Physical Address Line 1":"2802 30TH AVENUE","Physical Address Line 2":"","Physical Address City":"KEARNEY","Physical Address State":"NE ","Physical Address Zipcode":"68845","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100047","School District Name":"PINE RIDGE JOB CORPS","Physical Address Line 1":"15710 HWY 385","Physical Address Line 2":"","Physical Address City":"CHADRON","Physical Address State":"NE ","Physical Address Zipcode":"69337","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100046","School District Name":"WEST KEARNEY HIGH SCHOOL","Physical Address Line 1":"2802 30TH AVE","Physical Address Line 2":"","Physical Address City":"KEARNEY","Physical Address State":"NE ","Physical Address Zipcode":"68845","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3100041","School District Name":"STANTON COMMUNITY SCHOOLS","Physical Address Line 1":"1007 KINGWOOD ST","Physical Address Line 2":"","Physical Address City":"STANTON","Physical Address State":"NE ","Physical Address Zipcode":"68779","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06807511737089202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100034","School District Name":"ASHLAND-GREENWOOD PUBLIC SCHS","Physical Address Line 1":"1842 FURNAS STREET","Physical Address Line 2":"","Physical Address City":"ASHLAND","Physical Address State":"NE ","Physical Address Zipcode":"68003","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05815279361459521,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3100029","School District Name":"SUPERIOR PUBLIC SCHOOLS","Physical Address Line 1":"601 W 8TH ST","Physical Address Line 2":"","Physical Address City":"SUPERIOR","Physical Address State":"NE ","Physical Address Zipcode":"68978","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15104166666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100025","School District Name":"ELKHORN VALLEY SCHOOLS","Physical Address Line 1":"601 S MADISON STREET","Physical Address Line 2":"","Physical Address City":"TILDEN","Physical Address State":"NE ","Physical Address Zipcode":"68781","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10457516339869281,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100024","School District Name":"SUTHERLAND PUBLIC SCHOOLS","Physical Address Line 1":"401 WALNUT","Physical Address Line 2":"","Physical Address City":"SUTHERLAND","Physical Address State":"NE ","Physical Address Zipcode":"69165","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.038461538461538464,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100023","School District Name":"MAXWELL PUBLIC SCHOOLS","Physical Address Line 1":"415 E HWY 30","Physical Address Line 2":"","Physical Address City":"MAXWELL","Physical Address State":"NE ","Physical Address Zipcode":"69151","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100022","School District Name":"NORTH PLATTE PUBLIC SCHOOLS","Physical Address Line 1":"301 WEST F","Physical Address Line 2":"","Physical Address City":"NORTH PLATTE","Physical Address State":"NE ","Physical Address Zipcode":"69103","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11964324559495323,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3100021","School District Name":"WAVERLY SCHOOL DISTRICT 145","Physical Address Line 1":"14511 HEYWOOD ST","Physical Address Line 2":"","Physical Address City":"WAVERLY","Physical Address State":"NE ","Physical Address Zipcode":"68462","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03145478374836173,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3100018","School District Name":"WAUNETA-PALISADE PUBLIC SCHS","Physical Address Line 1":"214 W WICHITA","Physical Address Line 2":"","Physical Address City":"WAUNETA","Physical Address State":"NE ","Physical Address Zipcode":"69045","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100016","School District Name":"GRAND ISLAND PUBLIC SCHOOLS","Physical Address Line 1":"123 S WEBB RD","Physical Address Line 2":"","Physical Address City":"GRAND ISLAND","Physical Address State":"NE ","Physical Address Zipcode":"68803","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1438449552006233,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3100015","School District Name":"CAMBRIDGE PUBLIC SCHOOLS","Physical Address Line 1":"1003 NELSON ST","Physical Address Line 2":"","Physical Address City":"CAMBRIDGE","Physical Address State":"NE ","Physical Address Zipcode":"69022","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08372093023255814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100012","School District Name":"CALLAWAY PUBLIC SCHOOLS","Physical Address Line 1":"101 N NEEDHAM","Physical Address Line 2":"","Physical Address City":"CALLAWAY","Physical Address State":"NE ","Physical Address Zipcode":"68825","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08898305084745763,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100011","School District Name":"BROKEN BOW PUBLIC SCHOOLS","Physical Address Line 1":"323 N 7TH AVE","Physical Address Line 2":"","Physical Address City":"BROKEN BOW","Physical Address State":"NE ","Physical Address Zipcode":"68822","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1163895486935867,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3100010","School District Name":"ANSELMO-MERNA PUBLIC SCHOOLS","Physical Address Line 1":"750 N CONWAY ST","Physical Address Line 2":"","Physical Address City":"MERNA","Physical Address State":"NE ","Physical Address Zipcode":"68856","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12322274881516587,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100008","School District Name":"WISNER-PILGER PUBLIC SCHOOLS","Physical Address Line 1":"801 18TH ST","Physical Address Line 2":"","Physical Address City":"WISNER","Physical Address State":"NE ","Physical Address Zipcode":"68791","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09004739336492891,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100006","School District Name":"WEST POINT PUBLIC SCHOOLS","Physical Address Line 1":"1200 E WASHINGTON","Physical Address Line 2":"","Physical Address City":"WEST POINT","Physical Address State":"NE ","Physical Address Zipcode":"68788","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07337723424270931,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3100004","School District Name":"LAUREL-CONCORD-COLERIDGE SCHOOL","Physical Address Line 1":"502 WAKEFIELD ST","Physical Address Line 2":"","Physical Address City":"LAUREL","Physical Address State":"NE ","Physical Address Zipcode":"68745","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11428571428571428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100003","School District Name":"EAST BUTLER PUBLIC SCHOOLS","Physical Address Line 1":"212 S MADISON ST","Physical Address Line 2":"","Physical Address City":"BRAINARD","Physical Address State":"NE ","Physical Address Zipcode":"68626","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08018867924528301,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3100002","School District Name":"DAVID CITY PUBLIC SCHOOLS","Physical Address Line 1":"750 D ST","Physical Address Line 2":"","Physical Address City":"DAVID CITY","Physical Address State":"NE ","Physical Address Zipcode":"68632","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0694006309148265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3028911","School District Name":"Rocky Boy H S","Physical Address Line 1":"81 Mission Taylor Road","Physical Address Line 2":"","Physical Address City":"Box Elder","Physical Address State":"MT ","Physical Address Zipcode":"59521","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20588235294117646,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3028910","School District Name":"Zurich Elem","Physical Address Line 1":"265 Park Rd","Physical Address Line 2":"","Physical Address City":"Zurich","Physical Address State":"MT ","Physical Address Zipcode":"59547","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3028860","School District Name":"Yellowstone Academy Elem","Physical Address Line 1":"1750 Ray of Hope Lane","Physical Address Line 2":"","Physical Address City":"Billings","Physical Address State":"MT ","Physical Address Zipcode":"59106","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0392156862745098,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3028830","School District Name":"Yaak Elem","Physical Address Line 1":"29893 Yaak River Road","Physical Address Line 2":"","Physical Address City":"Troy","Physical Address State":"MT ","Physical Address Zipcode":"59935","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.36363636363636365,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3028800","School District Name":"Wyola Elem","Physical Address Line 1":"1 Mondell Avenue","Physical Address Line 2":"","Physical Address City":"Wyola","Physical Address State":"MT ","Physical Address Zipcode":"59089","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.38571428571428573,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3028770","School District Name":"White Sulphur Spgs K-12","Physical Address Line 1":"405 Central Avenue South","Physical Address Line 2":"","Physical Address City":"White Sulphur Springs","Physical Address State":"MT ","Physical Address Zipcode":"59645","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1893939393939394,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3028650","School District Name":"Woodman Elem","Physical Address Line 1":"18470 Highway 12 West","Physical Address Line 2":"","Physical Address City":"Lolo","Physical Address State":"MT ","Physical Address Zipcode":"59847","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3028620","School District Name":"Wolf Point H S","Physical Address Line 1":"213 6th Avenue South","Physical Address Line 2":"","Physical Address City":"Wolf Point","Physical Address State":"MT ","Physical Address Zipcode":"59201","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19653179190751446,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3028590","School District Name":"Wolf Point Elem","Physical Address Line 1":"213 6th Avenue South","Physical Address Line 2":"","Physical Address City":"Wolf Point","Physical Address State":"MT ","Physical Address Zipcode":"59201","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2712975098296199,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3028550","School District Name":"Wolf Creek Elem","Physical Address Line 1":"150 Walsh St","Physical Address Line 2":"","Physical Address City":"Wolf Creek","Physical Address State":"MT ","Physical Address Zipcode":"59648","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18421052631578946,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3028500","School District Name":"Wisdom Elem","Physical Address Line 1":"408 Elm Street","Physical Address Line 2":"","Physical Address City":"Wisdom","Physical Address State":"MT ","Physical Address Zipcode":"59761","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3028470","School District Name":"Winnett K-12 Schools","Physical Address Line 1":"305 South Broadway","Physical Address Line 2":"","Physical Address City":"Winnett","Physical Address State":"MT ","Physical Address Zipcode":"59087","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27586206896551724,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3028380","School District Name":"Winifred K-12 Schools","Physical Address Line 1":"507 Main Street","Physical Address Line 2":"","Physical Address City":"Winifred","Physical Address State":"MT ","Physical Address Zipcode":"59489","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14457831325301204,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3028170","School District Name":"Willow Creek H S","Physical Address Line 1":"407 Main Street","Physical Address Line 2":"","Physical Address City":"Willow Creek","Physical Address State":"MT ","Physical Address Zipcode":"59760","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3028140","School District Name":"Willow Creek Elem","Physical Address Line 1":"407 Main Street","Physical Address Line 2":"","Physical Address City":"Willow Creek","Physical Address State":"MT ","Physical Address Zipcode":"59760","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08108108108108109,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3028020","School District Name":"Wibaux K-12 Schools","Physical Address Line 1":"121 F Street N","Physical Address Line 2":"","Physical Address City":"Wibaux","Physical Address State":"MT ","Physical Address Zipcode":"59353","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12162162162162163,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3027930","School District Name":"Whitewater K-12 Schools","Physical Address Line 1":"1 Main Street","Physical Address Line 2":"","Physical Address City":"Whitewater","Physical Address State":"MT ","Physical Address Zipcode":"59544","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2857142857142857,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3027840","School District Name":"Whitehall H S","Physical Address Line 1":"1 West Yellowstone","Physical Address Line 2":"","Physical Address City":"Whitehall","Physical Address State":"MT ","Physical Address Zipcode":"59759","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11594202898550725,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3027810","School District Name":"Whitehall Elem","Physical Address Line 1":"1 West Yellowstone","Physical Address Line 2":"","Physical Address City":"Whitehall","Physical Address State":"MT ","Physical Address Zipcode":"59759","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14106583072100312,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3027790","School District Name":"Whitefish H S","Physical Address Line 1":"600 East Second Street","Physical Address Line 2":"","Physical Address City":"Whitefish","Physical Address State":"MT ","Physical Address Zipcode":"59937","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07555555555555556,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3027740","School District Name":"Whitefish Elem","Physical Address Line 1":"600 East Second Street","Physical Address Line 2":"","Physical Address City":"Whitefish","Physical Address State":"MT ","Physical Address Zipcode":"59937","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10184552289815448,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3027730","School District Name":"Westby K-12 Schools","Physical Address Line 1":"101 5th Ave East","Physical Address Line 2":"","Physical Address City":"Westby","Physical Address State":"MT ","Physical Address Zipcode":"59275","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1320754716981132,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3027630","School District Name":"West Yellowstone K-12","Physical Address Line 1":"411 N Geyser St","Physical Address Line 2":"","Physical Address City":"West Yellowstone","Physical Address State":"MT ","Physical Address Zipcode":"59758","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06962025316455696,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3027570","School District Name":"West Valley Elem","Physical Address Line 1":"2290 Farm To Market Road","Physical Address Line 2":"","Physical Address City":"Kalispell","Physical Address State":"MT ","Physical Address Zipcode":"59901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12248062015503876,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3027340","School District Name":"Vida Elem","Physical Address Line 1":"1004 C Avenue","Physical Address Line 2":"","Physical Address City":"Circle","Physical Address State":"MT ","Physical Address Zipcode":"59215","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17857142857142858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3027270","School District Name":"Victor K-12 Schools","Physical Address Line 1":"425 4th Avenue","Physical Address Line 2":"","Physical Address City":"Victor","Physical Address State":"MT ","Physical Address Zipcode":"59875","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18633540372670807,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3027150","School District Name":"Valley View Elem","Physical Address Line 1":"42448 Valley View Road","Physical Address Line 2":"","Physical Address City":"Polson","Physical Address State":"MT ","Physical Address Zipcode":"59860","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13157894736842105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3027090","School District Name":"Valier H S","Physical Address Line 1":"804 4th Street","Physical Address Line 2":"","Physical Address City":"Valier","Physical Address State":"MT ","Physical Address Zipcode":"59486","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14492753623188406,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3027060","School District Name":"Valier Elem","Physical Address Line 1":"804 4th Street","Physical Address Line 2":"","Physical Address City":"Valier","Physical Address State":"MT ","Physical Address Zipcode":"59486","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21359223300970873,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3026880","School District Name":"Ulm Elem","Physical Address Line 1":"6 Ulm Vaughn Road","Physical Address Line 2":"","Physical Address City":"Ulm","Physical Address State":"MT ","Physical Address Zipcode":"59485","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11290322580645161,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3026730","School District Name":"Twin Bridges K-12 Schools","Physical Address Line 1":"216 West 6th Street","Physical Address Line 2":"","Physical Address City":"Twin Bridges","Physical Address State":"MT ","Physical Address Zipcode":"59754","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12280701754385964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3026670","School District Name":"Turner H S","Physical Address Line 1":"190 First Street East","Physical Address Line 2":"","Physical Address City":"Turner","Physical Address State":"MT ","Physical Address Zipcode":"59542","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09523809523809523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3026640","School District Name":"Turner Elem","Physical Address Line 1":"190 First Street East","Physical Address Line 2":"","Physical Address City":"Turner","Physical Address State":"MT ","Physical Address Zipcode":"59542","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3026580","School District Name":"Troy H S","Physical Address Line 1":"218 Spokane Ave","Physical Address Line 2":"","Physical Address City":"Troy","Physical Address State":"MT ","Physical Address Zipcode":"59935","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24489795918367346,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3026550","School District Name":"Troy Elem","Physical Address Line 1":"218 Spokane Ave","Physical Address Line 2":"","Physical Address City":"Troy","Physical Address State":"MT ","Physical Address Zipcode":"59935","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3074074074074074,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3026520","School District Name":"Trout Creek Elem","Physical Address Line 1":"4 School Lane","Physical Address Line 2":"","Physical Address City":"Trout Creek","Physical Address State":"MT ","Physical Address Zipcode":"59874","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23684210526315788,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3026490","School District Name":"Trinity Elem","Physical Address Line 1":"7435 Duffy Lane","Physical Address Line 2":"","Physical Address City":"Canyon Creek","Physical Address State":"MT ","Physical Address Zipcode":"59633","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09523809523809523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3026460","School District Name":"Trego Elem","Physical Address Line 1":"64 Loon Lake Rd","Physical Address Line 2":"","Physical Address City":"Trego","Physical Address State":"MT ","Physical Address Zipcode":"59934","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2978723404255319,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3026400","School District Name":"Trail Creek Elem","Physical Address Line 1":"1734 Road 506","Physical Address Line 2":"","Physical Address City":"Miles City","Physical Address State":"MT ","Physical Address Zipcode":"59301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3026190","School District Name":"Three Forks H S","Physical Address Line 1":"212 East Neal","Physical Address Line 2":"","Physical Address City":"Three Forks","Physical Address State":"MT ","Physical Address Zipcode":"59752","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.05090909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3026160","School District Name":"Three Forks Elem","Physical Address Line 1":"212 East Neal","Physical Address Line 2":"","Physical Address City":"Three Forks","Physical Address State":"MT ","Physical Address Zipcode":"59752","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08737864077669903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3026100","School District Name":"Thompson Falls H S","Physical Address Line 1":"307 3rd Ave West","Physical Address Line 2":"","Physical Address City":"Thompson Falls","Physical Address State":"MT ","Physical Address Zipcode":"59873","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1839080459770115,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3026070","School District Name":"Thompson Falls Elem","Physical Address Line 1":"307 3rd Ave West","Physical Address Line 2":"","Physical Address City":"Thompson Falls","Physical Address State":"MT ","Physical Address Zipcode":"59873","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25524475524475526,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3025950","School District Name":"Terry K-12 Schools","Physical Address Line 1":"215 E Park","Physical Address Line 2":"","Physical Address City":"Terry","Physical Address State":"MT ","Physical Address Zipcode":"59349","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21323529411764705,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3025890","School District Name":"Target Range Elem","Physical Address Line 1":"4095 South Avenue West","Physical Address Line 2":"","Physical Address City":"Missoula","Physical Address State":"MT ","Physical Address Zipcode":"59804","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12121212121212122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3025560","School District Name":"Sweet Grass County H S","Physical Address Line 1":"501 West 5th Ave","Physical Address Line 2":"","Physical Address City":"Big Timber","Physical Address State":"MT ","Physical Address Zipcode":"59011","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09574468085106383,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3025530","School District Name":"Swan Valley Elem","Physical Address Line 1":"6423 Highway 83","Physical Address Line 2":"","Physical Address City":"Condon","Physical Address State":"MT ","Physical Address Zipcode":"59826","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2608695652173913,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3025500","School District Name":"Swan River Elem","Physical Address Line 1":"1205 Swan Highway 83","Physical Address Line 2":"","Physical Address City":"Bigfork","Physical Address State":"MT ","Physical Address Zipcode":"59911","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14583333333333334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3025470","School District Name":"Superior K-12 Schools","Physical Address Line 1":"1003 E 5th Ave","Physical Address Line 2":"","Physical Address City":"Superior","Physical Address State":"MT ","Physical Address Zipcode":"59872","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1834862385321101,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3025380","School District Name":"Sunset Elem","Physical Address Line 1":"5024 Sunset Hill Road","Physical Address Line 2":"","Physical Address City":"Greenough","Physical Address State":"MT ","Physical Address Zipcode":"59823","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15789473684210525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3025320","School District Name":"Sunburst K-12 Schools","Physical Address Line 1":"414 3rd St S","Physical Address Line 2":"","Physical Address City":"Sunburst","Physical Address State":"MT ","Physical Address Zipcode":"59482","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17346938775510204,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3025140","School District Name":"Centerville H S","Physical Address Line 1":"693 Stockett Rd","Physical Address Line 2":"","Physical Address City":"Sand Coulee","Physical Address State":"MT ","Physical Address Zipcode":"59472","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08860759493670886,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3025130","School District Name":"Centerville Elem","Physical Address Line 1":"693 Stockett Rd","Physical Address Line 2":"","Physical Address City":"Sand Coulee","Physical Address State":"MT ","Physical Address Zipcode":"59472","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11347517730496454,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3025050","School District Name":"Stevensville H S","Physical Address Line 1":"300 Park Street","Physical Address Line 2":"","Physical Address City":"Stevensville","Physical Address State":"MT ","Physical Address Zipcode":"59870","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11612903225806452,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3025020","School District Name":"Stevensville Elem","Physical Address Line 1":"300 Park Street","Physical Address Line 2":"","Physical Address City":"Stevensville","Physical Address State":"MT ","Physical Address Zipcode":"59870","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16149068322981366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3024990","School District Name":"Stanford K-12 Schools","Physical Address Line 1":"104 4th Ave South","Physical Address Line 2":"","Physical Address City":"Stanford","Physical Address State":"MT ","Physical Address Zipcode":"59479","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3024930","School District Name":"St Regis K-12 Schools","Physical Address Line 1":"90 Tiger Street","Physical Address Line 2":"","Physical Address City":"St Regis","Physical Address State":"MT ","Physical Address Zipcode":"59866","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.265625,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3024810","School District Name":"Springhill Elem","Physical Address Line 1":"6020 Springhill Comm Road","Physical Address Line 2":"","Physical Address City":"Belgrade","Physical Address State":"MT ","Physical Address Zipcode":"59714","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3024690","School District Name":"Spring Creek Colony Elem","Physical Address Line 1":"8992 Hanover Rd","Physical Address Line 2":"","Physical Address City":"Lewistown","Physical Address State":"MT ","Physical Address Zipcode":"59457","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3024330","School District Name":"Simms H S","Physical Address Line 1":"123 Walker Street","Physical Address Line 2":"","Physical Address City":"Simms","Physical Address State":"MT ","Physical Address Zipcode":"59477","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14035087719298245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3024300","School District Name":"Sun River Valley Elem","Physical Address Line 1":"123 Walker Street","Physical Address Line 2":"","Physical Address City":"Simms","Physical Address State":"MT ","Physical Address Zipcode":"59477","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15702479338842976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3024230","School District Name":"Sidney H S","Physical Address Line 1":"200 3rd Ave SE","Physical Address Line 2":"","Physical Address City":"Sidney","Physical Address State":"MT ","Physical Address Zipcode":"59270","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.050880626223091974,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3024200","School District Name":"Sidney Elem","Physical Address Line 1":"200 3rd Ave SE","Physical Address Line 2":"","Physical Address City":"Sidney","Physical Address State":"MT ","Physical Address Zipcode":"59270","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08205128205128205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3024180","School District Name":"Sheridan H S","Physical Address Line 1":"211 Madison Street","Physical Address Line 2":"","Physical Address City":"Sheridan","Physical Address State":"MT ","Physical Address Zipcode":"59749","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12643678160919541,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3024150","School District Name":"Sheridan Elem","Physical Address Line 1":"211 Madison Street","Physical Address Line 2":"","Physical Address City":"Sheridan","Physical Address State":"MT ","Physical Address Zipcode":"59749","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17037037037037037,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3023970","School District Name":"Shepherd H S","Physical Address Line 1":"7842 Shepherd Road","Physical Address Line 2":"","Physical Address City":"Shepherd","Physical Address State":"MT ","Physical Address Zipcode":"59079","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05785123966942149,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3023940","School District Name":"Shepherd Elem","Physical Address Line 1":"7842 Shepherd Road","Physical Address Line 2":"","Physical Address City":"Shepherd","Physical Address State":"MT ","Physical Address Zipcode":"59079","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08943089430894309,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3023910","School District Name":"Shelby H S","Physical Address Line 1":"1010 Oilfield Avenue","Physical Address Line 2":"","Physical Address City":"Shelby","Physical Address State":"MT ","Physical Address Zipcode":"59474","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10471204188481675,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3023900","School District Name":"Shelby Elem","Physical Address Line 1":"1010 Oilfield Avenue","Physical Address Line 2":"","Physical Address City":"Shelby","Physical Address State":"MT ","Physical Address Zipcode":"59474","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1551155115511551,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3023730","School District Name":"Seeley Lake Elem","Physical Address Line 1":"200 School Lane","Physical Address Line 2":"","Physical Address City":"Seeley Lake","Physical Address State":"MT ","Physical Address Zipcode":"59868","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16355140186915887,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3023670","School District Name":"Scobey K-12 Schools","Physical Address Line 1":"205 2nd Ave E","Physical Address Line 2":"","Physical Address City":"Scobey","Physical Address State":"MT ","Physical Address Zipcode":"59263","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11851851851851852,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3023550","School District Name":"Savage H S","Physical Address Line 1":"368 Mesa South","Physical Address Line 2":"","Physical Address City":"Savage","Physical Address State":"MT ","Physical Address Zipcode":"59262","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.02040816326530612,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3023520","School District Name":"Savage Elem","Physical Address Line 1":"368 Mesa South","Physical Address Line 2":"","Physical Address City":"Savage","Physical Address State":"MT ","Physical Address Zipcode":"59262","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.036585365853658534,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3023400","School District Name":"Saco H S","Physical Address Line 1":"321 Hwy 243","Physical Address Line 2":"","Physical Address City":"Saco","Physical Address State":"MT ","Physical Address Zipcode":"59261","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3023370","School District Name":"Saco Elem","Physical Address Line 1":"321 Hwy 243","Physical Address Line 2":"","Physical Address City":"Saco","Physical Address State":"MT ","Physical Address Zipcode":"59261","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17391304347826086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3023340","School District Name":"Ryegate K-12 Schools","Physical Address Line 1":"207 2nd Ave W","Physical Address Line 2":"","Physical Address City":"Ryegate","Physical Address State":"MT ","Physical Address Zipcode":"59074","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21875,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3023160","School District Name":"Roy K-12 Schools","Physical Address Line 1":"500 Davis Street","Physical Address Line 2":"","Physical Address City":"Roy","Physical Address State":"MT ","Physical Address Zipcode":"59471","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3023070","School District Name":"Roundup High School","Physical Address Line 1":"12 Main Street","Physical Address Line 2":"","Physical Address City":"Roundup","Physical Address State":"MT ","Physical Address Zipcode":"59072","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18274111675126903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3023040","School District Name":"Roundup Elem","Physical Address Line 1":"12 Main Street","Physical Address Line 2":"","Physical Address City":"Roundup","Physical Address State":"MT ","Physical Address Zipcode":"59072","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24808184143222506,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3022920","School District Name":"Rosebud K-12","Physical Address Line 1":"601 Main Street","Physical Address Line 2":"","Physical Address City":"Rosebud","Physical Address State":"MT ","Physical Address Zipcode":"59347","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1388888888888889,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3022800","School District Name":"Ronan H S","Physical Address Line 1":"421 Andrew Street NW","Physical Address Line 2":"","Physical Address City":"Ronan","Physical Address State":"MT ","Physical Address Zipcode":"59864","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17790262172284643,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3022790","School District Name":"Ronan Elem","Physical Address Line 1":"421 Andrew Street NW","Physical Address Line 2":"","Physical Address City":"Ronan","Physical Address State":"MT ","Physical Address Zipcode":"59864","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2307080350039777,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3022750","School District Name":"Rocky Boy Elem","Physical Address Line 1":"81 Mission Taylor Road","Physical Address Line 2":"","Physical Address City":"Box Elder","Physical Address State":"MT ","Physical Address Zipcode":"59521","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2707993474714519,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3022710","School District Name":"Roberts K-12 Schools","Physical Address Line 1":"106 Maple St","Physical Address Line 2":"","Physical Address City":"Roberts","Physical Address State":"MT ","Physical Address Zipcode":"59070","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3022410","School District Name":"Richey H S","Physical Address Line 1":"202 Royal Ave","Physical Address Line 2":"","Physical Address City":"Richey","Physical Address State":"MT ","Physical Address Zipcode":"59259","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3022370","School District Name":"Richey Elem","Physical Address Line 1":"202 Royal Ave","Physical Address Line 2":"","Physical Address City":"Richey","Physical Address State":"MT ","Physical Address Zipcode":"59259","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2727272727272727,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3022290","School District Name":"Reichle Elem","Physical Address Line 1":"6715 Schoolhouse Rd","Physical Address Line 2":"","Physical Address City":"Glen","Physical Address State":"MT ","Physical Address Zipcode":"59732","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3022260","School District Name":"Reed Point H S","Physical Address Line 1":"308 Central Ave","Physical Address Line 2":"","Physical Address City":"Reed Point","Physical Address State":"MT ","Physical Address Zipcode":"59069","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1724137931034483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3022230","School District Name":"Reed Point Elem","Physical Address Line 1":"308 Central Ave","Physical Address Line 2":"","Physical Address City":"Reed Point","Physical Address State":"MT ","Physical Address Zipcode":"59069","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07692307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3022110","School District Name":"Red Lodge H S","Physical Address Line 1":"413 S Oakes","Physical Address Line 2":"","Physical Address City":"Red Lodge","Physical Address State":"MT ","Physical Address Zipcode":"59068","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12921348314606743,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3022080","School District Name":"Red Lodge Elem","Physical Address Line 1":"413 S Oakes","Physical Address Line 2":"","Physical Address City":"Red Lodge","Physical Address State":"MT ","Physical Address Zipcode":"59068","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10256410256410256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3021960","School District Name":"Rau Elem","Physical Address Line 1":"12138 County Rd 350","Physical Address Line 2":"","Physical Address City":"Sidney","Physical Address State":"MT ","Physical Address Zipcode":"59270","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09433962264150944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3021900","School District Name":"Rapelje H S","Physical Address Line 1":"714 Main St","Physical Address Line 2":"","Physical Address City":"Rapelje","Physical Address State":"MT ","Physical Address Zipcode":"59067","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.047619047619047616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3021870","School District Name":"Rapelje Elem","Physical Address Line 1":"714 Main St","Physical Address Line 2":"","Physical Address City":"Rapelje","Physical Address State":"MT ","Physical Address Zipcode":"59067","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3021850","School District Name":"Ramsay Elem","Physical Address Line 1":"3 Russell St","Physical Address Line 2":"","Physical Address City":"Ramsay","Physical Address State":"MT ","Physical Address Zipcode":"59748","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07857142857142857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3021720","School District Name":"Pryor Elem","Physical Address Line 1":"1 High School Lane","Physical Address Line 2":"","Physical Address City":"Pryor","Physical Address State":"MT ","Physical Address Zipcode":"59066","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.408,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3021540","School District Name":"Power H S","Physical Address Line 1":"402 Teton Ave","Physical Address Line 2":"","Physical Address City":"Power","Physical Address State":"MT ","Physical Address Zipcode":"59468","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3021510","School District Name":"Power Elem","Physical Address Line 1":"402 Teton Ave","Physical Address Line 2":"","Physical Address City":"Power","Physical Address State":"MT ","Physical Address Zipcode":"59468","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3021480","School District Name":"Garrison Elem","Physical Address Line 1":"33 Schoolhouse Rd","Physical Address Line 2":"","Physical Address City":"Garrison","Physical Address State":"MT ","Physical Address Zipcode":"59731","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3021450","School District Name":"Powell County H S","Physical Address Line 1":"709 Missouri Avenue","Physical Address Line 2":"","Physical Address City":"Deer Lodge","Physical Address State":"MT ","Physical Address Zipcode":"59722","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13442622950819672,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3021330","School District Name":"Potomac Elem","Physical Address Line 1":"29750 Potomac Road","Physical Address Line 2":"","Physical Address City":"Bonner","Physical Address State":"MT ","Physical Address Zipcode":"59823","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07894736842105263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3021270","School District Name":"Poplar H S","Physical Address Line 1":"400 4th Ave West","Physical Address Line 2":"","Physical Address City":"Poplar","Physical Address State":"MT ","Physical Address Zipcode":"59255","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20625,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3021240","School District Name":"Poplar Elem","Physical Address Line 1":"400 4th Ave West","Physical Address Line 2":"","Physical Address City":"Poplar","Physical Address State":"MT ","Physical Address Zipcode":"59255","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3032544378698225,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3021150","School District Name":"Miami Elem","Physical Address Line 1":"400 New Miami Colony Lane","Physical Address Line 2":"","Physical Address City":"Conrad","Physical Address State":"MT ","Physical Address Zipcode":"59425","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3021090","School District Name":"Polson H S","Physical Address Line 1":"111 4th Avenue East","Physical Address Line 2":"","Physical Address City":"Polson","Physical Address State":"MT ","Physical Address Zipcode":"59860","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14629948364888123,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3021060","School District Name":"Polson Elem","Physical Address Line 1":"111 4th Avenue East","Physical Address Line 2":"","Physical Address City":"Polson","Physical Address State":"MT ","Physical Address Zipcode":"59860","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20716783216783216,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3021030","School District Name":"Polaris Elem","Physical Address Line 1":"4210 Pioneer Mountain Scenic B","Physical Address Line 2":"","Physical Address City":"Polaris","Physical Address State":"MT ","Physical Address Zipcode":"59746","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3021000","School District Name":"Plevna K-12 Schools","Physical Address Line 1":"327 N Main Street","Physical Address Line 2":"","Physical Address City":"Plevna","Physical Address State":"MT ","Physical Address Zipcode":"59344","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20238095238095238,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3020960","School District Name":"Plentywood K-12 Schools","Physical Address Line 1":"100 East Laurel Ave","Physical Address Line 2":"","Physical Address City":"Plentywood","Physical Address State":"MT ","Physical Address Zipcode":"59254","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15249266862170088,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3020880","School District Name":"Pleasant Valley Elem","Physical Address Line 1":"7975 Pleasant Valley Road","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"MT ","Physical Address Zipcode":"59925","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3020850","School District Name":"Plains K-12","Physical Address Line 1":"412 Rittenour","Physical Address Line 2":"","Physical Address City":"Plains","Physical Address State":"MT ","Physical Address Zipcode":"59859","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19222462203023757,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3020790","School District Name":"Pioneer Elem","Physical Address Line 1":"1937 Dover Road","Physical Address Line 2":"","Physical Address City":"Billings","Physical Address State":"MT ","Physical Address Zipcode":"59105","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06944444444444445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3020690","School District Name":"Pine Grove Elem","Physical Address Line 1":"37 Miles NW of Jordan","Physical Address Line 2":"","Physical Address City":"Brusett","Physical Address State":"MT ","Physical Address Zipcode":"59318","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.5,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3020670","School District Name":"Pine Creek Elem","Physical Address Line 1":"2575 East River Rd","Physical Address Line 2":"","Physical Address City":"Livingston","Physical Address State":"MT ","Physical Address Zipcode":"59047","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07142857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3020240","School District Name":"Pendroy Elem","Physical Address Line 1":"700 W. Pendry Road","Physical Address Line 2":"","Physical Address City":"Pendroy","Physical Address State":"MT ","Physical Address Zipcode":"59467","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06779661016949153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3020170","School District Name":"Pass Creek Elem","Physical Address Line 1":"3747 Pass Creek Road","Physical Address Line 2":"","Physical Address City":"Belgrade","Physical Address State":"MT ","Physical Address Zipcode":"59714","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3020100","School District Name":"Park H S","Physical Address Line 1":"132 South B Street","Physical Address Line 2":"","Physical Address City":"Livingston","Physical Address State":"MT ","Physical Address Zipcode":"59047","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08955223880597014,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3020070","School District Name":"Park City H S","Physical Address Line 1":"10 2nd Ave SW","Physical Address Line 2":"","Physical Address City":"Park City","Physical Address State":"MT ","Physical Address Zipcode":"59063","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06140350877192982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3020040","School District Name":"Park City Elem","Physical Address Line 1":"10 2nd Ave SW","Physical Address Line 2":"","Physical Address City":"Park City","Physical Address State":"MT ","Physical Address Zipcode":"59063","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08389261744966443,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3019950","School District Name":"Ovando Elem","Physical Address Line 1":"108 Birch Street","Physical Address Line 2":"","Physical Address City":"Ovando","Physical Address State":"MT ","Physical Address Zipcode":"59854","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3333333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3019740","School District Name":"Opheim K-12 Schools","Physical Address Line 1":"100 Rock Street","Physical Address Line 2":"","Physical Address City":"Opheim","Physical Address State":"MT ","Physical Address Zipcode":"59250","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.34285714285714286,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3019530","School District Name":"Nye Elem","Physical Address Line 1":"1970 Nye Road","Physical Address Line 2":"","Physical Address City":"Nye","Physical Address State":"MT ","Physical Address Zipcode":"59061","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3019500","School District Name":"Noxon H S","Physical Address Line 1":"300 Noxon Ave","Physical Address Line 2":"","Physical Address City":"Noxon","Physical Address State":"MT ","Physical Address Zipcode":"59853","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16091954022988506,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3019310","School District Name":"North Harlem Colony Elem","Physical Address Line 1":"755 Hillcrest Road","Physical Address Line 2":"","Physical Address City":"Harlem","Physical Address State":"MT ","Physical Address Zipcode":"59526","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3019170","School District Name":"Nashua K-12 Schools","Physical Address Line 1":"222 Mabel","Physical Address Line 2":"","Physical Address City":"Nashua","Physical Address State":"MT ","Physical Address Zipcode":"59248","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1282051282051282,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3018960","School District Name":"Morin Elem","Physical Address Line 1":"8824 Pryor Road","Physical Address Line 2":"","Physical Address City":"Billings","Physical Address State":"MT ","Physical Address Zipcode":"59101","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19117647058823528,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3018900","School District Name":"Moore H S","Physical Address Line 1":"509 Highland","Physical Address Line 2":"","Physical Address City":"Moore","Physical Address State":"MT ","Physical Address Zipcode":"59464","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3018870","School District Name":"Moore Elem","Physical Address Line 1":"509 Highland","Physical Address Line 2":"","Physical Address City":"Moore","Physical Address State":"MT ","Physical Address Zipcode":"59464","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3018780","School District Name":"Montana City Elem","Physical Address Line 1":"11 McClellan Creek Road","Physical Address Line 2":"","Physical Address City":"Clancy","Physical Address State":"MT ","Physical Address Zipcode":"59634","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.02142857142857143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3018750","School District Name":"Monforton Elem","Physical Address Line 1":"6001 Monforton School Rd","Physical Address Line 2":"","Physical Address City":"Bozeman","Physical Address State":"MT ","Physical Address Zipcode":"59718","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05639097744360902,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3018660","School District Name":"Molt Elem","Physical Address Line 1":"214 Lake Ave","Physical Address Line 2":"","Physical Address City":"Molt","Physical Address State":"MT ","Physical Address Zipcode":"59057","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3018570","School District Name":"Missoula Elem","Physical Address Line 1":"215 South 6th West","Physical Address Line 2":"","Physical Address City":"Missoula","Physical Address State":"MT ","Physical Address Zipcode":"59801","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1303411725736999,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3018540","School District Name":"Missoula H S","Physical Address Line 1":"215 South 6th West","Physical Address Line 2":"","Physical Address City":"Missoula","Physical Address State":"MT ","Physical Address Zipcode":"59801","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08827404479578392,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3018410","School District Name":"Miles City Elem","Physical Address Line 1":"1604 Main Street","Physical Address Line 2":"","Physical Address City":"Miles City","Physical Address State":"MT ","Physical Address Zipcode":"59301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1408296943231441,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3018290","School District Name":"Melville Elem","Physical Address Line 1":"50 Melville Main St","Physical Address Line 2":"","Physical Address City":"Melville","Physical Address State":"MT ","Physical Address Zipcode":"59055","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22727272727272727,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3018270","School District Name":"Melstone H S","Physical Address Line 1":"5 6th Avenue N","Physical Address Line 2":"","Physical Address City":"Melstone","Physical Address State":"MT ","Physical Address Zipcode":"59054","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3018240","School District Name":"Melstone Elem","Physical Address Line 1":"5 6th Avenue N","Physical Address Line 2":"","Physical Address City":"Melstone","Physical Address State":"MT ","Physical Address Zipcode":"59054","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3404255319148936,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3018210","School District Name":"Melrose Elem","Physical Address Line 1":"377 Hecla Street","Physical Address Line 2":"","Physical Address City":"Melrose","Physical Address State":"MT ","Physical Address Zipcode":"59743","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3018170","School District Name":"Medicine Lake K-12 Schools","Physical Address Line 1":"311 Young St","Physical Address Line 2":"","Physical Address City":"Medicine Lake","Physical Address State":"MT ","Physical Address Zipcode":"59247","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3018060","School District Name":"McLeod Elem","Physical Address Line 1":"23 Main Street","Physical Address Line 2":"","Physical Address City":"McLeod","Physical Address State":"MT ","Physical Address Zipcode":"59052","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3017700","School District Name":"Marion Elem","Physical Address Line 1":"205 Gopher Lane","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"MT ","Physical Address Zipcode":"59925","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27230046948356806,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3017640","School District Name":"Manhattan High School","Physical Address Line 1":"416 N Broadway","Physical Address Line 2":"","Physical Address City":"Manhattan","Physical Address State":"MT ","Physical Address Zipcode":"59741","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.02967359050445104,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3017610","School District Name":"Manhattan School","Physical Address Line 1":"416 N Broadway","Physical Address Line 2":"","Physical Address City":"Manhattan","Physical Address State":"MT ","Physical Address Zipcode":"59741","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05518763796909492,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3017580","School District Name":"Malta K-12 Schools","Physical Address Line 1":"1 HS Lane S 9th St W","Physical Address Line 2":"","Physical Address City":"Malta","Physical Address State":"MT ","Physical Address Zipcode":"59538","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19958847736625515,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3017520","School District Name":"Malmborg Elem","Physical Address Line 1":"375 Jackson Creek Road","Physical Address Line 2":"","Physical Address City":"Bozeman","Physical Address State":"MT ","Physical Address Zipcode":"59715","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.057692307692307696,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3017460","School District Name":"Alder Elem","Physical Address Line 1":"36 Upper Ruby River Road","Physical Address Line 2":"","Physical Address City":"Alder","Physical Address State":"MT ","Physical Address Zipcode":"59710","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3017370","School District Name":"Luther Elem","Physical Address Line 1":"4 Luther Roscoe Road","Physical Address Line 2":"","Physical Address City":"Luther","Physical Address State":"MT ","Physical Address Zipcode":"59068","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08823529411764706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3017340","School District Name":"Lustre Elem","Physical Address Line 1":"282 Lustre Road","Physical Address Line 2":"","Physical Address City":"Frazer","Physical Address State":"MT ","Physical Address Zipcode":"59225","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3017190","School District Name":"Lone Rock Elem","Physical Address Line 1":"1112 Three Mile Creek Rd","Physical Address Line 2":"","Physical Address City":"Stevensville","Physical Address State":"MT ","Physical Address Zipcode":"59870","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1497005988023952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3017130","School District Name":"Lolo Elem","Physical Address Line 1":"11395 Highway 93 South","Physical Address Line 2":"","Physical Address City":"Lolo","Physical Address State":"MT ","Physical Address Zipcode":"59847","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09574468085106383,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3017040","School District Name":"Lodge Grass H S","Physical Address Line 1":"124 N St George","Physical Address Line 2":"","Physical Address City":"Lodge Grass","Physical Address State":"MT ","Physical Address Zipcode":"59050","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3128834355828221,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3017010","School District Name":"Lodge Grass Elem","Physical Address Line 1":"124 N St George","Physical Address Line 2":"","Physical Address City":"Lodge Grass","Physical Address State":"MT ","Physical Address Zipcode":"59050","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.33254716981132076,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3016950","School District Name":"Lockwood K-12","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.10167658193618172,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3016880","School District Name":"Livingston Elem","Physical Address Line 1":"132 South B Street","Physical Address Line 2":"","Physical Address City":"Livingston","Physical Address State":"MT ","Physical Address Zipcode":"59047","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12486992715920915,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3016810","School District Name":"Lincoln K-12 Schools","Physical Address Line 1":"808 Main St","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"MT ","Physical Address Zipcode":"59639","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12727272727272726,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3016770","School District Name":"Lincoln County H S","Physical Address Line 1":"430 9th Street","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"MT ","Physical Address Zipcode":"59917","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18991097922848665,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3016710","School District Name":"Lima K-12 Schools","Physical Address Line 1":"1 North Harrison","Physical Address Line 2":"","Physical Address City":"Lima","Physical Address State":"MT ","Physical Address Zipcode":"59739","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18888888888888888,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3016530","School District Name":"Libby K-12 Schools","Physical Address Line 1":"724 Louisiana Ave","Physical Address Line 2":"","Physical Address City":"Libby","Physical Address State":"MT ","Physical Address Zipcode":"59923","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2521865889212828,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3016490","School District Name":"Lewistown Elem","Physical Address Line 1":"215 7th Avenue South","Physical Address Line 2":"","Physical Address City":"Lewistown","Physical Address State":"MT ","Physical Address Zipcode":"59457","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13108614232209737,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3016290","School District Name":"Lavina K-12 Schools","Physical Address Line 1":"214 1st Street E","Physical Address Line 2":"","Physical Address City":"Lavina","Physical Address State":"MT ","Physical Address Zipcode":"59046","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3148148148148148,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3016230","School District Name":"Laurel H S","Physical Address Line 1":"410 Colorado Avenue","Physical Address Line 2":"","Physical Address City":"Laurel","Physical Address State":"MT ","Physical Address Zipcode":"59044","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06805555555555555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3016200","School District Name":"Laurel Elem","Physical Address Line 1":"410 Colorado Avenue","Physical Address Line 2":"","Physical Address City":"Laurel","Physical Address State":"MT ","Physical Address Zipcode":"59044","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09237445753254804,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3016110","School District Name":"LaMotte Elem","Physical Address Line 1":"841 Bear Canyon Road","Physical Address Line 2":"","Physical Address City":"Bozeman","Physical Address State":"MT ","Physical Address Zipcode":"59715","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05357142857142857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3016050","School District Name":"Lame Deer Elem","Physical Address Line 1":"101 West Boundary St","Physical Address Line 2":"","Physical Address City":"Lame Deer","Physical Address State":"MT ","Physical Address Zipcode":"59043","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2981220657276995,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3016020","School District Name":"Lambert H S","Physical Address Line 1":"121 3rd Ave NW","Physical Address Line 2":"","Physical Address City":"Lambert","Physical Address State":"MT ","Physical Address Zipcode":"59243","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3015990","School District Name":"Lambert Elem","Physical Address Line 1":"121 3rd Ave NW","Physical Address Line 2":"","Physical Address City":"Lambert","Physical Address State":"MT ","Physical Address Zipcode":"59243","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14814814814814814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3015930","School District Name":"Swan Lake-Salmon Elem","Physical Address Line 1":"23187 Hwy 83","Physical Address Line 2":"","Physical Address City":"Swan Lake","Physical Address State":"MT ","Physical Address Zipcode":"59911","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17857142857142858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3015900","School District Name":"Upper West Shore Elem","Physical Address Line 1":"506 B Street","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"MT ","Physical Address Zipcode":"59914","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15463917525773196,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3015690","School District Name":"Knees Elem","Physical Address Line 1":"23831 Brady Road E","Physical Address Line 2":"","Physical Address City":"Brady","Physical Address State":"MT ","Physical Address Zipcode":"59416","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3015640","School District Name":"Kircher Elem","Physical Address Line 1":"331 Kircher Creek Rd","Physical Address Line 2":"","Physical Address City":"Miles City","Physical Address State":"MT ","Physical Address Zipcode":"59301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13924050632911392,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3015610","School District Name":"King Colony Elem","Physical Address Line 1":"982 Jenni Road","Physical Address Line 2":"","Physical Address City":"Lewistown","Physical Address State":"MT ","Physical Address Zipcode":"59457","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3015570","School District Name":"Kila Elem","Physical Address Line 1":"395 Kila Road","Physical Address Line 2":"","Physical Address City":"Kila","Physical Address State":"MT ","Physical Address Zipcode":"59920","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13438735177865613,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3015510","School District Name":"Kester Elem","Physical Address Line 1":"26 Miles NE of Jordan","Physical Address Line 2":"","Physical Address City":"Jordan","Physical Address State":"MT ","Physical Address Zipcode":"59337","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.42857142857142855,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3015450","School District Name":"Kalispell Elem","Physical Address Line 1":"233 First Ave East","Physical Address Line 2":"","Physical Address City":"Kalispell","Physical Address State":"MT ","Physical Address Zipcode":"59901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11916083916083917,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3015420","School District Name":"Flathead H S","Physical Address Line 1":"233 First Ave East","Physical Address Line 2":"","Physical Address City":"Kalispell","Physical Address State":"MT ","Physical Address Zipcode":"59901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.0901473562554175,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3015390","School District Name":"Judith Gap H S","Physical Address Line 1":"306 4th Ave","Physical Address Line 2":"","Physical Address City":"Judith Gap","Physical Address State":"MT ","Physical Address Zipcode":"59453","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3333333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3015360","School District Name":"Judith Gap Elem","Physical Address Line 1":"306 4th Ave","Physical Address Line 2":"","Physical Address City":"Judith Gap","Physical Address State":"MT ","Physical Address Zipcode":"59453","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.40625,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3015340","School District Name":"Jordan Elem","Physical Address Line 1":"324 Marguerite St","Physical Address Line 2":"","Physical Address City":"Jordan","Physical Address State":"MT ","Physical Address Zipcode":"59337","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21686746987951808,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3015260","School District Name":"Joliet H S","Physical Address Line 1":"300 N Park St","Physical Address Line 2":"","Physical Address City":"Joliet","Physical Address State":"MT ","Physical Address Zipcode":"59041","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08609271523178808,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3015200","School District Name":"Joliet Elem","Physical Address Line 1":"300 N Park St","Physical Address Line 2":"","Physical Address City":"Joliet","Physical Address State":"MT ","Physical Address Zipcode":"59041","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1278538812785388,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3015120","School District Name":"Jefferson H S","Physical Address Line 1":"312 So Main","Physical Address Line 2":"","Physical Address City":"Boulder","Physical Address State":"MT ","Physical Address Zipcode":"59632","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.041176470588235294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3015060","School District Name":"Jackson Elem","Physical Address Line 1":"415 Jardine Ave","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"MT ","Physical Address Zipcode":"59736","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.05,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3014820","School District Name":"Independent Elem","Physical Address Line 1":"2907 Roundup Road","Physical Address Line 2":"","Physical Address City":"Billings","Physical Address State":"MT ","Physical Address Zipcode":"59105","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0502092050209205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3014760","School District Name":"Hysham K-12 Schools","Physical Address Line 1":"115 Summit Street","Physical Address Line 2":"","Physical Address City":"Hysham","Physical Address State":"MT ","Physical Address Zipcode":"59038","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2777777777777778,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3014700","School District Name":"Huntley Project K-12 Schools","Physical Address Line 1":"2428 N 15 Road","Physical Address Line 2":"","Physical Address City":"Worden","Physical Address State":"MT ","Physical Address Zipcode":"59088","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12057522123893805,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3014640","School District Name":"Hot Springs K-12","Physical Address Line 1":"301 Broadway","Physical Address Line 2":"","Physical Address City":"Hot Springs","Physical Address State":"MT ","Physical Address Zipcode":"59845","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3113207547169811,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3014430","School District Name":"Hobson K-12 Schools","Physical Address Line 1":"108 6th Street E","Physical Address Line 2":"","Physical Address City":"Hobson","Physical Address State":"MT ","Physical Address Zipcode":"59452","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24468085106382978,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3014370","School District Name":"Hinsdale H S","Physical Address Line 1":"600 N Montana","Physical Address Line 2":"","Physical Address City":"Hinsdale","Physical Address State":"MT ","Physical Address Zipcode":"59241","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3014340","School District Name":"Hinsdale Elem","Physical Address Line 1":"600 N Montana","Physical Address Line 2":"","Physical Address City":"Hinsdale","Physical Address State":"MT ","Physical Address Zipcode":"59241","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21739130434782608,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3014150","School District Name":"Cottonwood Elem","Physical Address Line 1":"14627 Wildhorse Road","Physical Address Line 2":"","Physical Address City":"Havre","Physical Address State":"MT ","Physical Address Zipcode":"59501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08108108108108109,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3014070","School District Name":"Highwood K-12","Physical Address Line 1":"160 West Street South","Physical Address Line 2":"","Physical Address City":"Highwood","Physical Address State":"MT ","Physical Address Zipcode":"59450","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14705882352941177,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3013890","School District Name":"Helmville Elem","Physical Address Line 1":"201 Schoolhouse Rd","Physical Address Line 2":"","Physical Address City":"Helmville","Physical Address State":"MT ","Physical Address Zipcode":"59843","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3013860","School District Name":"Hellgate Elem","Physical Address Line 1":"2385 Flynn Lane","Physical Address Line 2":"","Physical Address City":"Missoula","Physical Address State":"MT ","Physical Address Zipcode":"59808","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08692852543464263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3013830","School District Name":"Helena H S","Physical Address Line 1":"55 South Rodney","Physical Address Line 2":"","Physical Address City":"Helena","Physical Address State":"MT ","Physical Address Zipcode":"59601","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07604832977967306,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3013800","School District Name":"Helena Flats Elem","Physical Address Line 1":"1000 Helena Flats Road","Physical Address Line 2":"","Physical Address City":"Kalispell","Physical Address State":"MT ","Physical Address Zipcode":"59901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09863945578231292,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3013660","School District Name":"Hays-Lodge Pole K-12 Schls","Physical Address Line 1":"197 School Road","Physical Address Line 2":"","Physical Address City":"Hays","Physical Address State":"MT ","Physical Address Zipcode":"59527","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24033149171270718,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3013590","School District Name":"Havre H S","Physical Address Line 1":"425 6th Street","Physical Address Line 2":"","Physical Address City":"Havre","Physical Address State":"MT ","Physical Address Zipcode":"59501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15677966101694915,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3013560","School District Name":"Havre Elem","Physical Address Line 1":"425 6th Street","Physical Address Line 2":"","Physical Address City":"Havre","Physical Address State":"MT ","Physical Address Zipcode":"59501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18829516539440203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3013530","School District Name":"Harrison K-12 Schools","Physical Address Line 1":"120 Harrison St","Physical Address Line 2":"","Physical Address City":"Harrison","Physical Address State":"MT ","Physical Address Zipcode":"59735","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3013470","School District Name":"Harlowton K-12","Physical Address Line 1":"304 Division St","Physical Address Line 2":"","Physical Address City":"Harlowton","Physical Address State":"MT ","Physical Address Zipcode":"59036","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18421052631578946,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3013400","School District Name":"Harlem H S","Physical Address Line 1":"610 1st Ave SE","Physical Address Line 2":"","Physical Address City":"Harlem","Physical Address State":"MT ","Physical Address Zipcode":"59526","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19662921348314608,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3013395","School District Name":"Harlem Elem","Physical Address Line 1":"610 1st Ave SE","Physical Address Line 2":"","Physical Address City":"Harlem","Physical Address State":"MT ","Physical Address Zipcode":"59526","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2668269230769231,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3013360","School District Name":"Plenty Coups H S","Physical Address Line 1":"1 High School Lane","Physical Address Line 2":"","Physical Address City":"Pryor","Physical Address State":"MT ","Physical Address Zipcode":"59066","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30357142857142855,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3013340","School District Name":"Hardin H S","Physical Address Line 1":"401 Park Road","Physical Address Line 2":"","Physical Address City":"Hardin","Physical Address State":"MT ","Physical Address Zipcode":"59034","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.28171334431630973,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3013310","School District Name":"Hardin Elem","Physical Address Line 1":"401 Park Road","Physical Address Line 2":"","Physical Address City":"Hardin","Physical Address State":"MT ","Physical Address Zipcode":"59034","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.31495098039215685,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3013280","School District Name":"Hawks Home Elem","Physical Address Line 1":"11 Talcott Lane","Physical Address Line 2":"","Physical Address City":"Hammond","Physical Address State":"MT ","Physical Address Zipcode":"59332","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23076923076923078,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3013260","School District Name":"Hamilton K-12 Schools","Physical Address Line 1":"217 Daly Avenue","Physical Address Line 2":"","Physical Address City":"Hamilton","Physical Address State":"MT ","Physical Address Zipcode":"59840","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17402597402597403,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3013200","School District Name":"Hall Elem","Physical Address Line 1":"109 West Main","Physical Address Line 2":"","Physical Address City":"Hall","Physical Address State":"MT ","Physical Address Zipcode":"59837","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10714285714285714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3013140","School District Name":"Greycliff Elem","Physical Address Line 1":"301 A Street","Physical Address Line 2":"","Physical Address City":"Greycliff","Physical Address State":"MT ","Physical Address Zipcode":"59033","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10810810810810811,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3013110","School District Name":"Greenfield Elem","Physical Address Line 1":"590 Hwy 431","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"MT ","Physical Address Zipcode":"59436","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05405405405405406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3013050","School District Name":"Great Falls H S","Physical Address Line 1":"1100 4th St So","Physical Address Line 2":"","Physical Address City":"Great Falls","Physical Address State":"MT ","Physical Address Zipcode":"59405","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12212915428262631,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3013040","School District Name":"Great Falls Elem","Physical Address Line 1":"1100 4th St So","Physical Address Line 2":"","Physical Address City":"Great Falls","Physical Address State":"MT ","Physical Address Zipcode":"59405","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1692327268100267,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3012990","School District Name":"Grass Range H S","Physical Address Line 1":"310 East 2nd Street","Physical Address Line 2":"","Physical Address City":"Grass Range","Physical Address State":"MT ","Physical Address Zipcode":"59032","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07692307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3012960","School District Name":"Grass Range Elem","Physical Address Line 1":"310 East 2nd Street","Physical Address Line 2":"","Physical Address City":"Grass Range","Physical Address State":"MT ","Physical Address Zipcode":"59032","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17142857142857143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3012900","School District Name":"Grant Elem","Physical Address Line 1":"811 E Orr","Physical Address Line 2":"","Physical Address City":"Dillon","Physical Address State":"MT ","Physical Address Zipcode":"59725","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3012840","School District Name":"Philipsburg K-12 Schools","Physical Address Line 1":"407 Schnepel Street","Physical Address Line 2":"","Physical Address City":"Philipsburg","Physical Address State":"MT ","Physical Address Zipcode":"59858","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16113744075829384,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3012600","School District Name":"Golden Ridge Elem","Physical Address Line 1":"1374 Hiway 408","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"MT ","Physical Address Zipcode":"59436","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3012570","School District Name":"Gold Creek Elem","Physical Address Line 1":"825 Gold Creek Rd","Physical Address Line 2":"","Physical Address City":"Gold Creek","Physical Address State":"MT ","Physical Address Zipcode":"59733","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12903225806451613,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3012510","School District Name":"Glendive Elem","Physical Address Line 1":"900 N Merrill Ave","Physical Address Line 2":"","Physical Address City":"Glendive","Physical Address State":"MT ","Physical Address Zipcode":"59330","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12595419847328243,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3012420","School District Name":"Glasgow K-12 Schools","Physical Address Line 1":"229 7th St N","Physical Address Line 2":"","Physical Address City":"Glasgow","Physical Address State":"MT ","Physical Address Zipcode":"59230","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11393939393939394,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3012350","School District Name":"Gildford Colony Elem","Physical Address Line 1":"21719 Road 160 N","Physical Address Line 2":"","Physical Address City":"Gildford","Physical Address State":"MT ","Physical Address Zipcode":"59525","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3012300","School District Name":"Geyser K-12 Schools","Physical Address Line 1":"103 3rd St E","Physical Address Line 2":"","Physical Address City":"Geyser","Physical Address State":"MT ","Physical Address Zipcode":"59447","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21818181818181817,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3012210","School District Name":"Geraldine K-12","Physical Address Line 1":"238 Brewster Street","Physical Address Line 2":"","Physical Address City":"Geraldine","Physical Address State":"MT ","Physical Address Zipcode":"59446","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1836734693877551,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3012060","School District Name":"Sand Springs Elem","Physical Address Line 1":"3194 Highway 200 W","Physical Address Line 2":"","Physical Address City":"Sand Springs","Physical Address State":"MT ","Physical Address Zipcode":"59077","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011990","School District Name":"Ross Elem","Physical Address Line 1":"1491 Old Stage Road","Physical Address Line 2":"","Physical Address City":"Mosby","Physical Address State":"MT ","Physical Address Zipcode":"59058","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3333333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011880","School District Name":"Garfield County H S","Physical Address Line 1":"324 Marguerite St","Physical Address Line 2":"","Physical Address City":"Jordan","Physical Address State":"MT ","Physical Address Zipcode":"59337","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21666666666666667,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011850","School District Name":"Gardiner H S","Physical Address Line 1":"510 Stone Street","Physical Address Line 2":"","Physical Address City":"Gardiner","Physical Address State":"MT ","Physical Address Zipcode":"59030","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0967741935483871,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011820","School District Name":"Gardiner Elem","Physical Address Line 1":"510 Stone Street","Physical Address Line 2":"","Physical Address City":"Gardiner","Physical Address State":"MT ","Physical Address Zipcode":"59030","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09009009009009009,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011790","School District Name":"Gallatin Gateway Elem","Physical Address Line 1":"100 Mill Street","Physical Address Line 2":"","Physical Address City":"Gallatin Gateway","Physical Address State":"MT ","Physical Address Zipcode":"59730","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05652173913043478,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011730","School District Name":"Galata Elem","Physical Address Line 1":"10 Division Avenue","Physical Address Line 2":"","Physical Address City":"Galata","Physical Address State":"MT ","Physical Address Zipcode":"59444","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11538461538461539,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011670","School District Name":"Frontier Elem","Physical Address Line 1":"6996 Roy St.","Physical Address Line 2":"","Physical Address City":"Wolf Point","Physical Address State":"MT ","Physical Address Zipcode":"59201","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25806451612903225,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011650","School District Name":"Fromberg K-12","Physical Address Line 1":"319 School Street","Physical Address Line 2":"","Physical Address City":"Fromberg","Physical Address State":"MT ","Physical Address Zipcode":"59029","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1962025316455696,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011580","School District Name":"Froid H S","Physical Address Line 1":"408 1st Street S","Physical Address Line 2":"","Physical Address City":"Froid","Physical Address State":"MT ","Physical Address Zipcode":"59226","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11538461538461539,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011550","School District Name":"Froid Elem","Physical Address Line 1":"408 1st Street S","Physical Address Line 2":"","Physical Address City":"Froid","Physical Address State":"MT ","Physical Address Zipcode":"59226","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14583333333333334,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011520","School District Name":"Frenchtown K-12 Schools","Physical Address Line 1":"17620 Frenchtown Frontage Rd.","Physical Address Line 2":"","Physical Address City":"Frenchtown","Physical Address State":"MT ","Physical Address Zipcode":"59834","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07482014388489208,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011460","School District Name":"Frazer H S","Physical Address Line 1":"325 6th Street","Physical Address Line 2":"","Physical Address City":"Frazer","Physical Address State":"MT ","Physical Address Zipcode":"59225","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.36923076923076925,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011420","School District Name":"Frazer Elem","Physical Address Line 1":"325 6th Street","Physical Address Line 2":"","Physical Address City":"Frazer","Physical Address State":"MT ","Physical Address Zipcode":"59225","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24324324324324326,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011340","School District Name":"Fortine Elem","Physical Address Line 1":"358 Meadow Creek Rd","Physical Address Line 2":"","Physical Address City":"Fortine","Physical Address State":"MT ","Physical Address Zipcode":"59918","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26153846153846155,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011260","School District Name":"Fort Benton H S","Physical Address Line 1":"1820 Washington","Physical Address Line 2":"","Physical Address City":"Fort Benton","Physical Address State":"MT ","Physical Address Zipcode":"59442","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011240","School District Name":"Fort Benton Elem","Physical Address Line 1":"1820 Washington","Physical Address Line 2":"","Physical Address City":"Fort Benton","Physical Address State":"MT ","Physical Address Zipcode":"59442","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12582781456953643,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011190","School District Name":"Forsyth H S","Physical Address Line 1":"425 N 10th Ave","Physical Address Line 2":"","Physical Address City":"Forsyth","Physical Address State":"MT ","Physical Address Zipcode":"59327","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11538461538461539,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011160","School District Name":"Forsyth Elem","Physical Address Line 1":"425 N 10th Ave","Physical Address Line 2":"","Physical Address City":"Forsyth","Physical Address State":"MT ","Physical Address Zipcode":"59327","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14615384615384616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3011100","School District Name":"Florence-Carlton K-12 Schls","Physical Address Line 1":"Old Highway 93 and Long Ave","Physical Address Line 2":"","Physical Address City":"Florence","Physical Address State":"MT ","Physical Address Zipcode":"59833","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08959835221421215,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3010950","School District Name":"Olney-Bissell Elem","Physical Address Line 1":"5955 Farm To Market Road","Physical Address Line 2":"","Physical Address City":"Whitefish","Physical Address State":"MT ","Physical Address Zipcode":"59937","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19834710743801653,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3010920","School District Name":"Evergreen Elem","Physical Address Line 1":"18 West Evergreen Drive","Physical Address Line 2":"","Physical Address City":"Kalispell","Physical Address State":"MT ","Physical Address Zipcode":"59901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17572254335260115,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3010820","School District Name":"Wise River Elem","Physical Address Line 1":"175 Swamp Creek Road","Physical Address Line 2":"","Physical Address City":"Wise River","Physical Address State":"MT ","Physical Address Zipcode":"59762","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08695652173913043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3010800","School District Name":"Fishtail Elem","Physical Address Line 1":"119 Easton Ave","Physical Address Line 2":"","Physical Address City":"Fishtail","Physical Address State":"MT ","Physical Address Zipcode":"59028","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18518518518518517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3010530","School District Name":"Fergus H S","Physical Address Line 1":"215 7th Avenue South","Physical Address Line 2":"","Physical Address City":"Lewistown","Physical Address State":"MT ","Physical Address Zipcode":"59457","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14847161572052403,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3010290","School District Name":"Fairview H S","Physical Address Line 1":"713 S Western Ave","Physical Address Line 2":"","Physical Address City":"Fairview","Physical Address State":"MT ","Physical Address Zipcode":"59221","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07017543859649122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3010230","School District Name":"Fair-Mont-Egan Elem","Physical Address Line 1":"797 Fairmont Road","Physical Address Line 2":"","Physical Address City":"Kalispell","Physical Address State":"MT ","Physical Address Zipcode":"59901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08280254777070063,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3010210","School District Name":"Fairview Elem","Physical Address Line 1":"713 S Western Ave","Physical Address Line 2":"","Physical Address City":"Fairview","Physical Address State":"MT ","Physical Address Zipcode":"59221","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22110552763819097,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3010170","School District Name":"Fairfield H S","Physical Address Line 1":"13 7th Street","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"MT ","Physical Address Zipcode":"59436","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.05555555555555555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3010140","School District Name":"Fairfield Elem","Physical Address Line 1":"13 7th Street","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"MT ","Physical Address Zipcode":"59436","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07344632768361582,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3010080","School District Name":"Eureka Elem","Physical Address Line 1":"430 9th Street","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"MT ","Physical Address Zipcode":"59917","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2523719165085389,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3009930","School District Name":"Ennis K-12 Schools","Physical Address Line 1":"223 S Charles Ave","Physical Address Line 2":"","Physical Address City":"Ennis","Physical Address State":"MT ","Physical Address Zipcode":"59729","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08396946564885496,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3009840","School District Name":"Elysian Elem","Physical Address Line 1":"6416 Elysian Road","Physical Address Line 2":"","Physical Address City":"Billings","Physical Address State":"MT ","Physical Address Zipcode":"59101","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.058394160583941604,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3009780","School District Name":"Elliston Elem","Physical Address Line 1":"205 W Main St","Physical Address Line 2":"","Physical Address City":"Elliston","Physical Address State":"MT ","Physical Address Zipcode":"59728","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3009720","School District Name":"Elder Grove Elem","Physical Address Line 1":"1532 South 64 Street W","Physical Address Line 2":"","Physical Address City":"Billings","Physical Address State":"MT ","Physical Address Zipcode":"59106","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.046511627906976744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3009670","School District Name":"Ekalaka Elem","Physical Address Line 1":"111 W Speelmon St","Physical Address Line 2":"","Physical Address City":"Ekalaka","Physical Address State":"MT ","Physical Address Zipcode":"59324","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21839080459770116,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3009560","School District Name":"East Helena K-12","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.097736057426836,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3009510","School District Name":"East Glacier Park Elem","Physical Address Line 1":"125 Washington St","Physical Address Line 2":"","Physical Address City":"E Glacier Park","Physical Address State":"MT ","Physical Address Zipcode":"59434","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2112676056338028,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3009330","School District Name":"Dupuyer Elem","Physical Address Line 1":"319 Columbus Loop","Physical Address Line 2":"","Physical Address City":"Dupuyer","Physical Address State":"MT ","Physical Address Zipcode":"59432","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11538461538461539,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3009210","School District Name":"Drummond H S","Physical Address Line 1":"108 West Edwards","Physical Address Line 2":"","Physical Address City":"Drummond","Physical Address State":"MT ","Physical Address Zipcode":"59832","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12280701754385964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3009180","School District Name":"Drummond Elem","Physical Address Line 1":"108 West Edwards","Physical Address Line 2":"","Physical Address City":"Drummond","Physical Address State":"MT ","Physical Address Zipcode":"59832","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1590909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3009120","School District Name":"Dodson K-12","Physical Address Line 1":"124 First Ave W","Physical Address Line 2":"","Physical Address City":"Dodson","Physical Address State":"MT ","Physical Address Zipcode":"59524","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3333333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3009030","School District Name":"Dixon Elem","Physical Address Line 1":"411 B Street","Physical Address Line 2":"","Physical Address City":"Dixon","Physical Address State":"MT ","Physical Address Zipcode":"59831","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.37037037037037035,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3009000","School District Name":"Divide Elem","Physical Address Line 1":"50 Schoolhouse Road","Physical Address Line 2":"","Physical Address City":"Divide","Physical Address State":"MT ","Physical Address Zipcode":"59727","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3008910","School District Name":"Dillon Elem","Physical Address Line 1":"22 North Cottom","Physical Address Line 2":"","Physical Address City":"Dillon","Physical Address State":"MT ","Physical Address Zipcode":"59725","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1532258064516129,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3008880","School District Name":"DeSmet Elem","Physical Address Line 1":"6355 Padre Lane","Physical Address Line 2":"","Physical Address City":"Missoula","Physical Address State":"MT ","Physical Address Zipcode":"59808","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15025906735751296,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3008860","School District Name":"Denton Elem","Physical Address Line 1":"1200 Lehman Ave","Physical Address Line 2":"","Physical Address City":"Denton","Physical Address State":"MT ","Physical Address Zipcode":"59430","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1206896551724138,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3008850","School District Name":"Denton H S","Physical Address Line 1":"1200 Lehman Ave","Physical Address Line 2":"","Physical Address City":"Denton","Physical Address State":"MT ","Physical Address Zipcode":"59430","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3008730","School District Name":"Deerfield Elem","Physical Address Line 1":"360 Deerfield Road","Physical Address Line 2":"","Physical Address City":"Lewistown","Physical Address State":"MT ","Physical Address Zipcode":"59457","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3008700","School District Name":"Deer Park Elem","Physical Address Line 1":"2105 Middle Road","Physical Address Line 2":"","Physical Address City":"Columbia Falls","Physical Address State":"MT ","Physical Address Zipcode":"59912","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08064516129032258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3008670","School District Name":"Deer Lodge Elem","Physical Address Line 1":"444 Montana Avenue","Physical Address Line 2":"","Physical Address City":"Deer Lodge","Physical Address State":"MT ","Physical Address Zipcode":"59722","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1925287356321839,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3008470","School District Name":"Deer Creek Elem","Physical Address Line 1":"12 Road 564","Physical Address Line 2":"","Physical Address City":"Glendive","Physical Address State":"MT ","Physical Address Zipcode":"59330","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15151515151515152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3008400","School District Name":"Lindsay Elem","Physical Address Line 1":"Main Street","Physical Address Line 2":"","Physical Address City":"Lindsay","Physical Address State":"MT ","Physical Address Zipcode":"59339","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3008340","School District Name":"Dawson H S","Physical Address Line 1":"900 N Merrill Ave","Physical Address Line 2":"","Physical Address City":"Glendive","Physical Address State":"MT ","Physical Address Zipcode":"59330","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09296482412060302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3008310","School District Name":"Davey Elem","Physical Address Line 1":"56182 Clear Ck Rd 7 Miles SE","Physical Address Line 2":"","Physical Address City":"Havre","Physical Address State":"MT ","Physical Address Zipcode":"59501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3008280","School District Name":"Darby K-12 Schools","Physical Address Line 1":"209 School Drive","Physical Address Line 2":"","Physical Address City":"Darby","Physical Address State":"MT ","Physical Address Zipcode":"59829","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3008190","School District Name":"Cut Bank H S","Physical Address Line 1":"101 3rd Avenue SE","Physical Address Line 2":"","Physical Address City":"Cut Bank","Physical Address State":"MT ","Physical Address Zipcode":"59427","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20270270270270271,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3008130","School District Name":"Custer K-12 Schools","Physical Address Line 1":"304 4th Ave","Physical Address Line 2":"","Physical Address City":"Custer","Physical Address State":"MT ","Physical Address Zipcode":"59024","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3008040","School District Name":"S H Elem","Physical Address Line 1":"6281 Moon Creek Rd","Physical Address Line 2":"","Physical Address City":"Miles City","Physical Address State":"MT ","Physical Address Zipcode":"59301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2857142857142857,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3008010","School District Name":"S Y Elem","Physical Address Line 1":"1 Road 664","Physical Address Line 2":"","Physical Address City":"Miles City","Physical Address State":"MT ","Physical Address Zipcode":"59301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3333333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3007980","School District Name":"Kinsey Elem","Physical Address Line 1":"7 Mastin Road","Physical Address Line 2":"","Physical Address City":"Kinsey","Physical Address State":"MT ","Physical Address Zipcode":"59338","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0641025641025641,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3007950","School District Name":"Spring Creek Elem","Physical Address Line 1":"12 Road 561","Physical Address Line 2":"","Physical Address City":"Powderville","Physical Address State":"MT ","Physical Address Zipcode":"59345","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.375,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3007930","School District Name":"Custer County H S","Physical Address Line 1":"1604 Main Street","Physical Address Line 2":"","Physical Address City":"Miles City","Physical Address State":"MT ","Physical Address Zipcode":"59301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.100169779286927,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3007860","School District Name":"Culbertson H S","Physical Address Line 1":"423 First Ave West","Physical Address Line 2":"","Physical Address City":"Culbertson","Physical Address State":"MT ","Physical Address Zipcode":"59218","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10126582278481013,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3007830","School District Name":"Culbertson Elem","Physical Address Line 1":"423 First Ave West","Physical Address Line 2":"","Physical Address City":"Culbertson","Physical Address State":"MT ","Physical Address Zipcode":"59218","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1346153846153846,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3007710","School District Name":"Creston Elem","Physical Address Line 1":"4495 Montana 35","Physical Address Line 2":"","Physical Address City":"Kalispell","Physical Address State":"MT ","Physical Address Zipcode":"59901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09271523178807947,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3007500","School District Name":"Cottonwood Elem","Physical Address Line 1":"13233 Cottonwood Road","Physical Address Line 2":"","Physical Address City":"Bozeman","Physical Address State":"MT ","Physical Address Zipcode":"59718","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05263157894736842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3007410","School District Name":"Corvallis K-12 Schools","Physical Address Line 1":"1045 Main","Physical Address Line 2":"","Physical Address City":"Corvallis","Physical Address State":"MT ","Physical Address Zipcode":"59828","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13745928338762214,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3007350","School District Name":"Cooke City Elem","Physical Address Line 1":"101 Broadway","Physical Address Line 2":"","Physical Address City":"Cooke City","Physical Address State":"MT ","Physical Address Zipcode":"59020","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3007330","School District Name":"Conrad Elem","Physical Address Line 1":"215 South Maryland St","Physical Address Line 2":"","Physical Address City":"Conrad","Physical Address State":"MT ","Physical Address Zipcode":"59425","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19584569732937684,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3007320","School District Name":"Conrad H S","Physical Address Line 1":"215 South Maryland St","Physical Address Line 2":"","Physical Address City":"Conrad","Physical Address State":"MT ","Physical Address Zipcode":"59425","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1414141414141414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3007200","School District Name":"Columbus H S","Physical Address Line 1":"433 N 3rd St","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"MT ","Physical Address Zipcode":"59019","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06639004149377593,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3007190","School District Name":"Columbus Elem","Physical Address Line 1":"433 N 3rd St","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"MT ","Physical Address Zipcode":"59019","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08853118712273642,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3007140","School District Name":"Columbia Falls H S","Physical Address Line 1":"501 6th Ave West","Physical Address Line 2":"","Physical Address City":"Columbia Falls","Physical Address State":"MT ","Physical Address Zipcode":"59912","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08449197860962566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3007110","School District Name":"Columbia Falls Elem","Physical Address Line 1":"501 6th Ave West","Physical Address Line 2":"","Physical Address City":"Columbia Falls","Physical Address State":"MT ","Physical Address Zipcode":"59912","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13262451035254616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3007080","School District Name":"Colstrip H S","Physical Address Line 1":"216 Olive Drive","Physical Address Line 2":"","Physical Address City":"Colstrip","Physical Address State":"MT ","Physical Address Zipcode":"59323","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1165644171779141,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3007050","School District Name":"Colstrip Elem","Physical Address Line 1":"216 Olive Drive","Physical Address Line 2":"","Physical Address City":"Colstrip","Physical Address State":"MT ","Physical Address Zipcode":"59323","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10153846153846154,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3007030","School District Name":"Cohagen Elem","Physical Address Line 1":"19 3rd St. E.","Physical Address Line 2":"","Physical Address City":"Cohagen","Physical Address State":"MT ","Physical Address Zipcode":"59322","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2608695652173913,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3006870","School District Name":"Clinton Elem","Physical Address Line 1":"20397 East Mullan Road","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"MT ","Physical Address Zipcode":"59825","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.102803738317757,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3006840","School District Name":"Clancy Elem","Physical Address Line 1":"18 Clancy Creek Road","Physical Address Line 2":"","Physical Address City":"Clancy","Physical Address State":"MT ","Physical Address Zipcode":"59634","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.043333333333333335,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3006810","School District Name":"Circle H S","Physical Address Line 1":"1105 F Avenue","Physical Address Line 2":"","Physical Address City":"Circle","Physical Address State":"MT ","Physical Address Zipcode":"59215","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13131313131313133,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3006790","School District Name":"Circle Elem","Physical Address Line 1":"1105 F Avenue","Physical Address Line 2":"","Physical Address City":"Circle","Physical Address State":"MT ","Physical Address Zipcode":"59215","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1450381679389313,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3006330","School District Name":"Choteau H S","Physical Address Line 1":"204 7th Ave NW","Physical Address Line 2":"","Physical Address City":"Choteau","Physical Address State":"MT ","Physical Address Zipcode":"59422","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12690355329949238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3006320","School District Name":"Choteau Elem","Physical Address Line 1":"204 7th Ave NW","Physical Address Line 2":"","Physical Address City":"Choteau","Physical Address State":"MT ","Physical Address Zipcode":"59422","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3006270","School District Name":"Chinook H S","Physical Address Line 1":"528 Ohio Street","Physical Address Line 2":"","Physical Address City":"Chinook","Physical Address State":"MT ","Physical Address Zipcode":"59523","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12280701754385964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3006260","School District Name":"Chinook Elem","Physical Address Line 1":"528 Ohio Street","Physical Address Line 2":"","Physical Address City":"Chinook","Physical Address State":"MT ","Physical Address Zipcode":"59523","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.144,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3006115","School District Name":"Charlo H S","Physical Address Line 1":"404 1st Ave West","Physical Address Line 2":"","Physical Address City":"Charlo","Physical Address State":"MT ","Physical Address Zipcode":"59824","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14634146341463414,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3006112","School District Name":"Charlo Elem","Physical Address Line 1":"404 1st Ave West","Physical Address Line 2":"","Physical Address City":"Charlo","Physical Address State":"MT ","Physical Address Zipcode":"59824","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.203125,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3006110","School District Name":"St Ignatius K-12 Schools","Physical Address Line 1":"75 3rd Avenue","Physical Address Line 2":"","Physical Address City":"St Ignatius","Physical Address State":"MT ","Physical Address Zipcode":"59865","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25176803394625175,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3006030","School District Name":"McCormick Elem","Physical Address Line 1":"1564 Old Highway 2 North","Physical Address Line 2":"","Physical Address City":"Troy","Physical Address State":"MT ","Physical Address Zipcode":"59935","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3333333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3005990","School District Name":"Cayuse Prairie Elem","Physical Address Line 1":"897 Lake Blaine Road","Physical Address Line 2":"","Physical Address City":"Kalispell","Physical Address State":"MT ","Physical Address Zipcode":"59901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09939759036144578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3005910","School District Name":"Cascade H S","Physical Address Line 1":"321 Central Avenue West","Physical Address Line 2":"","Physical Address City":"Cascade","Physical Address State":"MT ","Physical Address Zipcode":"59421","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11731843575418995,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3005880","School District Name":"Cascade Elem","Physical Address Line 1":"321 Central Avenue West","Physical Address Line 2":"","Physical Address City":"Cascade","Physical Address State":"MT ","Physical Address Zipcode":"59421","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12560386473429952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3005850","School District Name":"Vaughn Elem","Physical Address Line 1":"480 Central Avenue","Physical Address Line 2":"","Physical Address City":"Vaughn","Physical Address State":"MT ","Physical Address Zipcode":"59487","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1834862385321101,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3005760","School District Name":"Carter Elem","Physical Address Line 1":"438 Second Ave","Physical Address Line 2":"","Physical Address City":"Carter","Physical Address State":"MT ","Physical Address Zipcode":"59420","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07142857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3005610","School District Name":"Carter County H S","Physical Address Line 1":"111 W Speelmon St","Physical Address Line 2":"","Physical Address City":"Ekalaka","Physical Address State":"MT ","Physical Address Zipcode":"59324","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18840579710144928,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3005550","School District Name":"Cardwell Elem","Physical Address Line 1":"80 Highway 359","Physical Address Line 2":"","Physical Address City":"Cardwell","Physical Address State":"MT ","Physical Address Zipcode":"59721","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3005460","School District Name":"Canyon Creek Elem","Physical Address Line 1":"3139 Duck Creek Road","Physical Address Line 2":"","Physical Address City":"Billings","Physical Address State":"MT ","Physical Address Zipcode":"59101","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05855855855855856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3005330","School District Name":"Bynum Elem","Physical Address Line 1":"210 Central Avenue","Physical Address Line 2":"","Physical Address City":"Bynum","Physical Address State":"MT ","Physical Address Zipcode":"59419","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3005310","School District Name":"Butte H S","Physical Address Line 1":"111 North Montana","Physical Address Line 2":"","Physical Address City":"Butte","Physical Address State":"MT ","Physical Address Zipcode":"59701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09902130109383996,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3005280","School District Name":"Butte Elem","Physical Address Line 1":"111 North Montana","Physical Address Line 2":"","Physical Address City":"Butte","Physical Address State":"MT ","Physical Address Zipcode":"59701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1414141414141414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3005190","School District Name":"Browning H S","Physical Address Line 1":"129 1st Ave SE","Physical Address Line 2":"","Physical Address City":"Browning","Physical Address State":"MT ","Physical Address Zipcode":"59417","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22258064516129034,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3005140","School District Name":"Browning Elem","Physical Address Line 1":"129 1st Ave SE","Physical Address Line 2":"","Physical Address City":"Browning","Physical Address State":"MT ","Physical Address Zipcode":"59417","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2528813559322034,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3005130","School District Name":"Brorson Elem","Physical Address Line 1":"12917 CR344","Physical Address Line 2":"","Physical Address City":"Sidney","Physical Address State":"MT ","Physical Address Zipcode":"59270","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13043478260869565,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3005040","School District Name":"Brockton H S","Physical Address Line 1":"529 5th Street","Physical Address Line 2":"","Physical Address City":"Brockton","Physical Address State":"MT ","Physical Address Zipcode":"59213","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2962962962962963,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3005010","School District Name":"Brockton Elem","Physical Address Line 1":"529 5th Street","Physical Address Line 2":"","Physical Address City":"Brockton","Physical Address State":"MT ","Physical Address Zipcode":"59213","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.36666666666666664,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3004980","School District Name":"Townsend K-12 Schools","Physical Address Line 1":"201 N Spruce","Physical Address Line 2":"","Physical Address City":"Townsend","Physical Address State":"MT ","Physical Address Zipcode":"59644","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13959390862944163,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3004920","School District Name":"Broadview H S","Physical Address Line 1":"13935 1st Street","Physical Address Line 2":"","Physical Address City":"Broadview","Physical Address State":"MT ","Physical Address Zipcode":"59015","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0641025641025641,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3004890","School District Name":"Broadview Elem","Physical Address Line 1":"13935 1st Street","Physical Address Line 2":"","Physical Address City":"Broadview","Physical Address State":"MT ","Physical Address Zipcode":"59015","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11206896551724138,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3004860","School District Name":"Powder River Co Dist H S","Physical Address Line 1":"500 North Trautman","Physical Address Line 2":"","Physical Address City":"Broadus","Physical Address State":"MT ","Physical Address Zipcode":"59317","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18666666666666668,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3004800","School District Name":"Bridger K-12 Schools","Physical Address Line 1":"106 North 4th Street","Physical Address Line 2":"","Physical Address City":"Bridger","Physical Address State":"MT ","Physical Address Zipcode":"59014","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0851063829787234,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3004590","School District Name":"Bozeman H S","Physical Address Line 1":"404 West Main","Physical Address Line 2":"","Physical Address City":"Bozeman","Physical Address State":"MT ","Physical Address Zipcode":"59715","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06186317321688501,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3004560","School District Name":"Bozeman Elem","Physical Address Line 1":"404 West Main","Physical Address Line 2":"","Physical Address City":"Bozeman","Physical Address State":"MT ","Physical Address Zipcode":"59715","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06487232574189096,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3004500","School District Name":"Box Elder H S","Physical Address Line 1":"205 Main Street","Physical Address Line 2":"","Physical Address City":"Box Elder","Physical Address State":"MT ","Physical Address Zipcode":"59521","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19444444444444445,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3004440","School District Name":"Box Elder Elem","Physical Address Line 1":"205 Main Street","Physical Address Line 2":"","Physical Address City":"Box Elder","Physical Address State":"MT ","Physical Address Zipcode":"59521","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2625,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3004380","School District Name":"Boulder Elem","Physical Address Line 1":"205 S Washington","Physical Address Line 2":"","Physical Address City":"Boulder","Physical Address State":"MT ","Physical Address Zipcode":"59632","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15083798882681565,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3004260","School District Name":"Bonner Elem","Physical Address Line 1":"9045 Hwy 200 E.","Physical Address Line 2":"","Physical Address City":"Bonner","Physical Address State":"MT ","Physical Address Zipcode":"59823","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13687150837988826,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3004230","School District Name":"Blue Creek Elem","Physical Address Line 1":"3652 Blue Creek Road","Physical Address Line 2":"","Physical Address City":"Billings","Physical Address State":"MT ","Physical Address Zipcode":"59101","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09491525423728814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3004200","School District Name":"Bloomfield Elem","Physical Address Line 1":"2285 Fas 470","Physical Address Line 2":"","Physical Address City":"Bloomfield","Physical Address State":"MT ","Physical Address Zipcode":"59315","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23076923076923078,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3004050","School District Name":"Cleveland Elem","Physical Address Line 1":"22820 Cleveland Road","Physical Address Line 2":"","Physical Address City":"Chinook","Physical Address State":"MT ","Physical Address Zipcode":"59523","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3003990","School District Name":"Birney Elem","Physical Address Line 1":"205 Commercial Street","Physical Address Line 2":"","Physical Address City":"Birney","Physical Address State":"MT ","Physical Address Zipcode":"59012","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23529411764705882,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3003900","School District Name":"Billings H S","Physical Address Line 1":"415 North 30th Street","Physical Address Line 2":"","Physical Address City":"Billings","Physical Address State":"MT ","Physical Address Zipcode":"59101","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07662376533971865,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3003870","School District Name":"Billings Elem","Physical Address Line 1":"415 North 30th Street","Physical Address Line 2":"","Physical Address City":"Billings","Physical Address State":"MT ","Physical Address Zipcode":"59101","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11230227153459779,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3003840","School District Name":"Bigfork H S","Physical Address Line 1":"600 Commerce St","Physical Address Line 2":"","Physical Address City":"Bigfork","Physical Address State":"MT ","Physical Address Zipcode":"59911","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09610389610389611,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3003820","School District Name":"Bigfork Elem","Physical Address Line 1":"600 Commerce St","Physical Address Line 2":"","Physical Address City":"Bigfork","Physical Address State":"MT ","Physical Address Zipcode":"59911","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1310592459605027,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3003800","School District Name":"Big Timber Elem","Physical Address Line 1":"5th and Anderson","Physical Address Line 2":"","Physical Address City":"Big Timber","Physical Address State":"MT ","Physical Address Zipcode":"59011","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3003750","School District Name":"Big Sandy K-12","Physical Address Line 1":"398 First Avenue","Physical Address Line 2":"","Physical Address City":"Big Sandy","Physical Address State":"MT ","Physical Address Zipcode":"59520","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15730337078651685,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3003660","School District Name":"Spring Creek Elem","Physical Address Line 1":"Lakeshore Drive","Physical Address Line 2":"","Physical Address City":"Decker","Physical Address State":"MT ","Physical Address Zipcode":"59025","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3333333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3003600","School District Name":"Biddle Elem","Physical Address Line 1":"Hwy 59 N in Biddle","Physical Address Line 2":"","Physical Address City":"Biddle","Physical Address State":"MT ","Physical Address Zipcode":"59314","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2857142857142857,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3003480","School District Name":"Benton Lake Elem","Physical Address Line 1":"17557 Bootlegger Trail","Physical Address Line 2":"","Physical Address City":"Floweree","Physical Address State":"MT ","Physical Address Zipcode":"59440","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3003450","School District Name":"Belt H S","Physical Address Line 1":"1 Church Street","Physical Address Line 2":"","Physical Address City":"Belt","Physical Address State":"MT ","Physical Address Zipcode":"59412","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16101694915254236,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3003420","School District Name":"Belt Elem","Physical Address Line 1":"1 Church Street","Physical Address Line 2":"","Physical Address City":"Belt","Physical Address State":"MT ","Physical Address Zipcode":"59412","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16071428571428573,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3003330","School District Name":"Belgrade H S","Physical Address Line 1":"312 N Weaver","Physical Address Line 2":"","Physical Address City":"Belgrade","Physical Address State":"MT ","Physical Address Zipcode":"59714","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.060495626822157436,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3003290","School District Name":"Belgrade Elem","Physical Address Line 1":"312 N Weaver","Physical Address Line 2":"","Physical Address City":"Belgrade","Physical Address State":"MT ","Physical Address Zipcode":"59714","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06399538771980398,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3003270","School District Name":"Belfry K-12 Schools","Physical Address Line 1":"200 Wisconsin St","Physical Address Line 2":"","Physical Address City":"Belfry","Physical Address State":"MT ","Physical Address Zipcode":"59008","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13414634146341464,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3003090","School District Name":"Beaverhead County H S","Physical Address Line 1":"104 North Pacific Street","Physical Address Line 2":"","Physical Address City":"Dillon","Physical Address State":"MT ","Physical Address Zipcode":"59725","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11217183770883055,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3003000","School District Name":"Bear Paw Elem","Physical Address Line 1":"29815 Clear Creek Road","Physical Address Line 2":"","Physical Address City":"Chinook","Physical Address State":"MT ","Physical Address Zipcode":"59523","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3002850","School District Name":"Smith Valley Elem","Physical Address Line 1":"2901 Highway 2 West","Physical Address Line 2":"","Physical Address City":"Kalispell","Physical Address State":"MT ","Physical Address Zipcode":"59901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1602787456445993,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3002820","School District Name":"Basin Elem","Physical Address Line 1":"30 N. Quartz","Physical Address Line 2":"","Physical Address City":"Basin","Physical Address State":"MT ","Physical Address Zipcode":"59631","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13043478260869565,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3002730","School District Name":"Baker K-12 Schools","Physical Address Line 1":"1015 S 3rd W","Physical Address Line 2":"","Physical Address City":"Baker","Physical Address State":"MT ","Physical Address Zipcode":"59313","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09053497942386832,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3002640","School District Name":"Bainville K-12 Schools","Physical Address Line 1":"409 Tubman","Physical Address Line 2":"","Physical Address City":"Bainville","Physical Address State":"MT ","Physical Address Zipcode":"59212","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11538461538461539,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3002570","School District Name":"Ayers Elem","Physical Address Line 1":"106007 Hwy. 87 W (7 Miles W Gr","Physical Address Line 2":"","Physical Address City":"Grass Range","Physical Address State":"MT ","Physical Address Zipcode":"59032","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3002550","School District Name":"Avon Elem","Physical Address Line 1":"603 Main Street E.","Physical Address Line 2":"","Physical Address City":"Avon","Physical Address State":"MT ","Physical Address Zipcode":"59713","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3002490","School District Name":"Auchard Creek Elem","Physical Address Line 1":"9605 Hwy 287","Physical Address Line 2":"","Physical Address City":"Wolf Creek","Physical Address State":"MT ","Physical Address Zipcode":"59648","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10714285714285714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3002450","School District Name":"Augusta H S","Physical Address Line 1":"410 Broadway","Physical Address Line 2":"","Physical Address City":"Augusta","Physical Address State":"MT ","Physical Address Zipcode":"59410","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21739130434782608,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3002430","School District Name":"Augusta Elem","Physical Address Line 1":"410 Broadway","Physical Address Line 2":"","Physical Address City":"Augusta","Physical Address State":"MT ","Physical Address Zipcode":"59410","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1794871794871795,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3002300","School District Name":"Arrowhead Elem","Physical Address Line 1":"1489 East River Rd","Physical Address Line 2":"","Physical Address City":"Livingston","Physical Address State":"MT ","Physical Address Zipcode":"59047","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12422360248447205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3002250","School District Name":"Arlee H S","Physical Address Line 1":"72220 Fyant Street","Physical Address Line 2":"","Physical Address City":"Arlee","Physical Address State":"MT ","Physical Address Zipcode":"59821","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13664596273291926,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3002220","School District Name":"Arlee Elem","Physical Address Line 1":"72220 Fyant Street","Physical Address Line 2":"","Physical Address City":"Arlee","Physical Address State":"MT ","Physical Address Zipcode":"59821","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1927710843373494,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3002070","School District Name":"Anderson Elem","Physical Address Line 1":"10040 Cottonwood Road","Physical Address Line 2":"","Physical Address City":"Bozeman","Physical Address State":"MT ","Physical Address Zipcode":"59718","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05392156862745098,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3002030","School District Name":"Anaconda H S","Physical Address Line 1":"1410 West Park Ave.","Physical Address Line 2":"","Physical Address City":"Anaconda","Physical Address State":"MT ","Physical Address Zipcode":"59711","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16352201257861634,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3002010","School District Name":"Anaconda Elem","Physical Address Line 1":"1410 West Park Ave.","Physical Address Line 2":"","Physical Address City":"Anaconda","Physical Address State":"MT ","Physical Address Zipcode":"59711","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2199630314232902,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3001980","School District Name":"Amsterdam Elem","Physical Address Line 1":"6360 Camp Creek Road","Physical Address Line 2":"","Physical Address City":"Manhattan","Physical Address State":"MT ","Physical Address Zipcode":"59741","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.041666666666666664,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3001950","School District Name":"Alzada Elem","Physical Address Line 1":"236 Spring Street","Physical Address Line 2":"","Physical Address City":"Alzada","Physical Address State":"MT ","Physical Address Zipcode":"59311","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3001860","School District Name":"Alberton K-12 Schools","Physical Address Line 1":"306 Railroad Ave","Physical Address Line 2":"","Physical Address City":"Alberton","Physical Address State":"MT ","Physical Address Zipcode":"59820","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3001740","School District Name":"Absarokee H S","Physical Address Line 1":"327 S Woodard Ave","Physical Address Line 2":"","Physical Address City":"Absarokee","Physical Address State":"MT ","Physical Address Zipcode":"59001","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07194244604316546,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3001710","School District Name":"Absarokee Elem","Physical Address Line 1":"327 S Woodard Ave","Physical Address Line 2":"","Physical Address City":"Absarokee","Physical Address State":"MT ","Physical Address Zipcode":"59001","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09326424870466321,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000933","School District Name":"Shields Valley H S","Physical Address Line 1":"405 1st Street East","Physical Address Line 2":"","Physical Address City":"Clyde Park","Physical Address State":"MT ","Physical Address Zipcode":"59018","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.208955223880597,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000932","School District Name":"Shields Valley Elem","Physical Address Line 1":"405 1st Street East","Physical Address Line 2":"","Physical Address City":"Clyde Park","Physical Address State":"MT ","Physical Address Zipcode":"59018","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08843537414965986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000656","School District Name":"Lockwood K-12","Physical Address Line 1":"1932 US Highway 87 E.","Physical Address Line 2":"","Physical Address City":"Lockwood","Physical Address State":"MT ","Physical Address Zipcode":"59101","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000655","School District Name":"East Helena K-12","Physical Address Line 1":"226 E Clinton","Physical Address Line 2":"","Physical Address City":"East Helena","Physical Address State":"MT ","Physical Address Zipcode":"59635","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000654","School District Name":"Big Sky School K-12","Physical Address Line 1":"45465 Gallatin Rd-30 miles S.","Physical Address Line 2":"","Physical Address City":"Gallatin Gateway","Physical Address State":"MT ","Physical Address Zipcode":"59730","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10211267605633803,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000653","School District Name":"Dept of Corrections-Adult","Physical Address Line 1":"1539 11th Ave","Physical Address Line 2":"","Physical Address City":"Helena","Physical Address State":"MT ","Physical Address Zipcode":"59620","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000652","School District Name":"Mt Developmental Ctr","Physical Address Line 1":"310 4th Avenue","Physical Address Line 2":"","Physical Address City":"Boulder","Physical Address State":"MT ","Physical Address Zipcode":"59632","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000106","School District Name":"Shodair Specialty Hosp","Physical Address Line 1":"2755 Colonial Dr","Physical Address Line 2":"","Physical Address City":"Helena","Physical Address State":"MT ","Physical Address Zipcode":"59604","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000105","School District Name":"Yellowstone Boys & Girls Ranch","Physical Address Line 1":"1732 South 72nd Street W","Physical Address Line 2":"","Physical Address City":"Billings","Physical Address State":"MT ","Physical Address Zipcode":"59106","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000104","School District Name":"Intermtn Childrens Home","Physical Address Line 1":"500 South Lamborn","Physical Address Line 2":"","Physical Address City":"Helena","Physical Address State":"MT ","Physical Address Zipcode":"59601","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000103","School District Name":"REO Inc","Physical Address Line 1":"318 North Last Chance Gulch 2A","Physical Address Line 2":"","Physical Address City":"Helena","Physical Address State":"MT ","Physical Address Zipcode":"59624","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000102","School District Name":"Dutton/Brady K-12 Schools","Physical Address Line 1":"101 2nd St NE","Physical Address Line 2":"","Physical Address City":"Dutton","Physical Address State":"MT ","Physical Address Zipcode":"59433","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22758620689655173,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000101","School District Name":"Chester-Joplin-Inverness HS","Physical Address Line 1":"School and Main","Physical Address Line 2":"","Physical Address City":"Chester","Physical Address State":"MT ","Physical Address Zipcode":"59522","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12121212121212122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000100","School District Name":"Mont Sch for Deaf Blind","Physical Address Line 1":"3911 Central Avenue","Physical Address Line 2":"","Physical Address City":"Great Falls","Physical Address State":"MT ","Physical Address Zipcode":"59405","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000099","School District Name":"Heart Butte K-12 Schools","Physical Address Line 1":"1 School Road","Physical Address Line 2":"","Physical Address City":"Heart Butte","Physical Address State":"MT ","Physical Address Zipcode":"59448","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.30177514792899407,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000098","School District Name":"Chester-Joplin-Inverness El","Physical Address Line 1":"School and Main","Physical Address Line 2":"","Physical Address City":"Chester","Physical Address State":"MT ","Physical Address Zipcode":"59522","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11538461538461539,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000097","School District Name":"North Star HS","Physical Address Line 1":"105 3rd Ave NE","Physical Address Line 2":"","Physical Address City":"Rudyard","Physical Address State":"MT ","Physical Address Zipcode":"59540","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14814814814814814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000096","School District Name":"North Star Elem","Physical Address Line 1":"105 3rd Ave NE","Physical Address Line 2":"","Physical Address City":"Rudyard","Physical Address State":"MT ","Physical Address Zipcode":"59540","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09009009009009009,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000095","School District Name":"Lame Deer H S","Physical Address Line 1":"101 West Boundary St","Physical Address Line 2":"","Physical Address City":"Lame Deer","Physical Address State":"MT ","Physical Address Zipcode":"59043","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26823529411764707,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000094","School District Name":"West Glacier Elem","Physical Address Line 1":"160 Old Bridge Rd","Physical Address Line 2":"","Physical Address City":"West Glacier","Physical Address State":"MT ","Physical Address Zipcode":"59936","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06818181818181818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000093","School District Name":"Liberty Elem","Physical Address Line 1":"333 2100 Rd S","Physical Address Line 2":"","Physical Address City":"Galata","Physical Address State":"MT ","Physical Address Zipcode":"59444","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.7631578947368421,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000091","School District Name":"Dept of Corrections-Youth","Physical Address Line 1":"5 S. Last Chance Gulch","Physical Address Line 2":"","Physical Address City":"Helena","Physical Address State":"MT ","Physical Address Zipcode":"59601","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000090","School District Name":"Noxon Elem","Physical Address Line 1":"300 Noxon Ave","Physical Address Line 2":"","Physical Address City":"Noxon","Physical Address State":"MT ","Physical Address Zipcode":"59853","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21621621621621623,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000088","School District Name":"Yellowstone/W Carbon Coop","Physical Address Line 1":"410 Colorado Avenue","Physical Address Line 2":"","Physical Address City":"Laurel","Physical Address State":"MT ","Physical Address Zipcode":"59044","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000087","School District Name":"E. Yellowstone Spec. Ser Coop","Physical Address Line 1":"1477 Ash Street","Physical Address Line 2":"","Physical Address City":"Worden","Physical Address State":"MT ","Physical Address Zipcode":"59088","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000086","School District Name":"Yellowstone","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Billings","Physical Address State":"MT ","Physical Address Zipcode":"59107","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000085","School District Name":"Wibaux","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Wibaux","Physical Address State":"MT ","Physical Address Zipcode":"59353","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000084","School District Name":"Wheatland","Physical Address Line 1":"No address","Physical Address Line 2":"","Physical Address City":"Harlowton","Physical Address State":"MT ","Physical Address Zipcode":"59036","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000083","School District Name":"Valley","Physical Address Line 1":"501 Court Square #2","Physical Address Line 2":"","Physical Address City":"Glasgow","Physical Address State":"MT ","Physical Address Zipcode":"59230","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000082","School District Name":"Treasure","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Hysham","Physical Address State":"MT ","Physical Address Zipcode":"59038","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000081","School District Name":"Toole","Physical Address Line 1":"226 1st Street South","Physical Address Line 2":"","Physical Address City":"Shelby","Physical Address State":"MT ","Physical Address Zipcode":"59474","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000080","School District Name":"Teton","Physical Address Line 1":"1 Main Avenue South","Physical Address Line 2":"","Physical Address City":"Choteau","Physical Address State":"MT ","Physical Address Zipcode":"59422","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000079","School District Name":"Sweet Grass","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Big Timber","Physical Address State":"MT ","Physical Address Zipcode":"59011","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000078","School District Name":"Stillwater/Swt Grass Coop","Physical Address Line 1":"42 N 4th Street","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"MT ","Physical Address Zipcode":"59019","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000077","School District Name":"Stillwater","Physical Address Line 1":"809 E 4th St N Ste B","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"MT ","Physical Address Zipcode":"59019","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000076","School District Name":"Silver Bow","Physical Address Line 1":"155 West Granite","Physical Address Line 2":"","Physical Address City":"Butte","Physical Address State":"MT ","Physical Address Zipcode":"59701","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000075","School District Name":"Sheridan","Physical Address Line 1":"100 West Laurel Ave","Physical Address Line 2":"","Physical Address City":"Plentywood","Physical Address State":"MT ","Physical Address Zipcode":"59254","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000074","School District Name":"Cabinet Mountain Cooperative","Physical Address Line 1":"307 3rd Ave W","Physical Address Line 2":"","Physical Address City":"Thompson Falls","Physical Address State":"MT ","Physical Address Zipcode":"59873","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000073","School District Name":"Sanders","Physical Address Line 1":"800 S Main","Physical Address Line 2":"","Physical Address City":"Thompson Falls","Physical Address State":"MT ","Physical Address Zipcode":"59873","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000072","School District Name":"Rosebud","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Forsyth","Physical Address State":"MT ","Physical Address Zipcode":"59327","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000071","School District Name":"Roosevelt","Physical Address Line 1":"400 2nd Avenue South","Physical Address Line 2":"","Physical Address City":"Wolf Point","Physical Address State":"MT ","Physical Address Zipcode":"59201","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000070","School District Name":"Roose-Valley Sp Ed Coop","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Culbertson","Physical Address State":"MT ","Physical Address Zipcode":"59218","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000069","School District Name":"Richland","Physical Address Line 1":"201 West Main","Physical Address Line 2":"","Physical Address City":"Sidney","Physical Address State":"MT ","Physical Address Zipcode":"59270","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000068","School District Name":"Bitterroot Valley Coop","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Stevensville","Physical Address State":"MT ","Physical Address Zipcode":"59870","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000067","School District Name":"Ravalli","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Hamilton","Physical Address State":"MT ","Physical Address Zipcode":"59840","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000066","School District Name":"Prairie","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Terry","Physical Address State":"MT ","Physical Address Zipcode":"59349","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000065","School District Name":"Great Divide Educ Serv","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Deer Lodge","Physical Address State":"MT ","Physical Address Zipcode":"59722","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000064","School District Name":"Powell","Physical Address Line 1":"409 Missouri Ave","Physical Address Line 2":"","Physical Address City":"Deer Lodge","Physical Address State":"MT ","Physical Address Zipcode":"59722","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000063","School District Name":"Tri County Coop","Physical Address Line 1":"Courthouse Square Room 208","Physical Address Line 2":"","Physical Address City":"Broadus","Physical Address State":"MT ","Physical Address Zipcode":"59317","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000062","School District Name":"Powder River","Physical Address Line 1":"Courthouse Square Room 208","Physical Address Line 2":"","Physical Address City":"Broadus","Physical Address State":"MT ","Physical Address Zipcode":"59317","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000060","School District Name":"Big Sky Special Needs Coop","Physical Address Line 1":"215 South Maryland","Physical Address Line 2":"","Physical Address City":"Conrad","Physical Address State":"MT ","Physical Address Zipcode":"59425","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000059","School District Name":"Pondera","Physical Address Line 1":"20 4th Ave SW","Physical Address Line 2":"","Physical Address City":"Conrad","Physical Address State":"MT ","Physical Address Zipcode":"59425","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000058","School District Name":"Phillips","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Malta","Physical Address State":"MT ","Physical Address Zipcode":"59538","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000057","School District Name":"Petroleum","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Winnett","Physical Address State":"MT ","Physical Address Zipcode":"59087","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000056","School District Name":"Park County Coop","Physical Address Line 1":"129 River Drive","Physical Address Line 2":"","Physical Address City":"Livingston","Physical Address State":"MT ","Physical Address Zipcode":"59047","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000055","School District Name":"Park","Physical Address Line 1":"414 East Callender","Physical Address Line 2":"","Physical Address City":"Livingston","Physical Address State":"MT ","Physical Address Zipcode":"59047","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000054","School District Name":"Musselshell","Physical Address Line 1":"506 Main Street","Physical Address Line 2":"","Physical Address City":"Roundup","Physical Address State":"MT ","Physical Address Zipcode":"59072","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000053","School District Name":"Missoula Area Education Coop","Physical Address Line 1":"2825 Stockyard Road Suite I-2","Physical Address Line 2":"","Physical Address City":"Missoula","Physical Address State":"MT ","Physical Address Zipcode":"59808","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000052","School District Name":"Missoula","Physical Address Line 1":"410 West Spruce","Physical Address Line 2":"","Physical Address City":"Missoula","Physical Address State":"MT ","Physical Address Zipcode":"59802","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000051","School District Name":"Mineral","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Superior","Physical Address State":"MT ","Physical Address Zipcode":"59872","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000050","School District Name":"Meagher","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"White Sulphur Sprgs","Physical Address State":"MT ","Physical Address Zipcode":"59645","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000049","School District Name":"McCone","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Circle","Physical Address State":"MT ","Physical Address Zipcode":"59215","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000048","School District Name":"Madison","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Virginia City","Physical Address State":"MT ","Physical Address Zipcode":"59755","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000047","School District Name":"Lincoln","Physical Address Line 1":"512 California Avenue","Physical Address Line 2":"","Physical Address City":"Libby","Physical Address State":"MT ","Physical Address Zipcode":"59923","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000046","School District Name":"Liberty","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Chester","Physical Address State":"MT ","Physical Address Zipcode":"59522","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000045","School District Name":"Prickly Pear Coop","Physical Address Line 1":"2525 Lake Helena Drive","Physical Address Line 2":"","Physical Address City":"East Helena","Physical Address State":"MT ","Physical Address Zipcode":"59635","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000044","School District Name":"Lewis & Clark","Physical Address Line 1":"316 N Park Ave","Physical Address Line 2":"","Physical Address City":"Helena","Physical Address State":"MT ","Physical Address Zipcode":"59601","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000042","School District Name":"Lake","Physical Address Line 1":"106 4th Avenue East","Physical Address Line 2":"","Physical Address City":"Polson","Physical Address State":"MT ","Physical Address Zipcode":"59860","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000041","School District Name":"Judith Basin","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Stanford","Physical Address State":"MT ","Physical Address Zipcode":"59479","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000039","School District Name":"Jefferson","Physical Address Line 1":"No address","Physical Address Line 2":"","Physical Address City":"Boulder","Physical Address State":"MT ","Physical Address Zipcode":"59632","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000038","School District Name":"Hill","Physical Address Line 1":"315 4th Street","Physical Address Line 2":"","Physical Address City":"Havre","Physical Address State":"MT ","Physical Address Zipcode":"59501","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000037","School District Name":"Granite","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Philipsburg","Physical Address State":"MT ","Physical Address Zipcode":"59858","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000036","School District Name":"Golden Valley","Physical Address Line 1":"107 Kemp","Physical Address Line 2":"","Physical Address City":"Ryegate","Physical Address State":"MT ","Physical Address Zipcode":"59074","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000035","School District Name":"Glacier","Physical Address Line 1":"1210 East Main","Physical Address Line 2":"","Physical Address City":"Cut Bank","Physical Address State":"MT ","Physical Address Zipcode":"59427","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000034","School District Name":"Garfield","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Jordan","Physical Address State":"MT ","Physical Address Zipcode":"59337","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000033","School District Name":"Gallatin/Madison Coop","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Belgrade","Physical Address State":"MT ","Physical Address Zipcode":"59714","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000032","School District Name":"Gallatin","Physical Address Line 1":"311 West Main Room 107","Physical Address Line 2":"","Physical Address City":"Bozeman","Physical Address State":"MT ","Physical Address Zipcode":"59715","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000031","School District Name":"Flathead Special Ed. Coop.","Physical Address Line 1":"15 Meridian Court","Physical Address Line 2":"","Physical Address City":"Kalispell","Physical Address State":"MT ","Physical Address Zipcode":"59901","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000030","School District Name":"Flathead","Physical Address Line 1":"935 1st Ave. West Suite SS","Physical Address Line 2":"","Physical Address City":"Kalispell","Physical Address State":"MT ","Physical Address Zipcode":"59901","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000029","School District Name":"Central Mt Learn Res Ctr","Physical Address Line 1":"215 7th Avenue South","Physical Address Line 2":"","Physical Address City":"Lewistown","Physical Address State":"MT ","Physical Address Zipcode":"59457","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000028","School District Name":"Fergus","Physical Address Line 1":"712 W Main St","Physical Address Line 2":"","Physical Address City":"Lewistown","Physical Address State":"MT ","Physical Address Zipcode":"59457","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000026","School District Name":"Fallon","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Baker","Physical Address State":"MT ","Physical Address Zipcode":"59313","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000025","School District Name":"Deer Lodge","Physical Address Line 1":"County Courthouse","Physical Address Line 2":"","Physical Address City":"Anaconda","Physical Address State":"MT ","Physical Address Zipcode":"59711","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000024","School District Name":"Prairie View Coop","Physical Address Line 1":"30 Highway 200 S","Physical Address Line 2":"","Physical Address City":"Glendive","Physical Address State":"MT ","Physical Address Zipcode":"59330","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000023","School District Name":"Dawson","Physical Address Line 1":"207 West Bell St","Physical Address Line 2":"","Physical Address City":"Glendive","Physical Address State":"MT ","Physical Address Zipcode":"59330","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000022","School District Name":"Sheridan/Daniels Coop","Physical Address Line 1":"100 E Laurel Ave","Physical Address Line 2":"","Physical Address City":"Plentywood","Physical Address State":"MT ","Physical Address Zipcode":"59254","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000021","School District Name":"Daniels","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Scobey","Physical Address State":"MT ","Physical Address Zipcode":"59263","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000020","School District Name":"Big Country Coop","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Miles City","Physical Address State":"MT ","Physical Address Zipcode":"59301","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000019","School District Name":"Custer","Physical Address Line 1":"1010 Main Street","Physical Address Line 2":"","Physical Address City":"Miles City","Physical Address State":"MT ","Physical Address Zipcode":"59301","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000018","School District Name":"Chouteau","Physical Address Line 1":"1308 Franklin","Physical Address Line 2":"","Physical Address City":"Fort Benton","Physical Address State":"MT ","Physical Address Zipcode":"59442","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000017","School District Name":"North Ctrl Learn Res Ctr","Physical Address Line 1":"1601 2nd Ave N Suite 234","Physical Address Line 2":"","Physical Address City":"Great Falls","Physical Address State":"MT ","Physical Address Zipcode":"59401","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000016","School District Name":"Cascade","Physical Address Line 1":"325 Second Avenue North","Physical Address Line 2":"","Physical Address City":"Great Falls","Physical Address State":"MT ","Physical Address Zipcode":"59401","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000015","School District Name":"Carter","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Ekalaka","Physical Address State":"MT ","Physical Address Zipcode":"59324","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000014","School District Name":"Carbon","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Red Lodge","Physical Address State":"MT ","Physical Address Zipcode":"59068","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000013","School District Name":"Broadwater","Physical Address Line 1":"515 Broadway","Physical Address Line 2":"","Physical Address City":"Townsend","Physical Address State":"MT ","Physical Address Zipcode":"59644","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000012","School District Name":"Bear Paw Cooperative","Physical Address Line 1":"431 Ohio Street","Physical Address Line 2":"","Physical Address City":"Chinook","Physical Address State":"MT ","Physical Address Zipcode":"59523","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000011","School District Name":"Blaine","Physical Address Line 1":"420 Ohio Street","Physical Address Line 2":"","Physical Address City":"Chinook","Physical Address State":"MT ","Physical Address Zipcode":"59523","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000010","School District Name":"Big Horn","Physical Address Line 1":"No Address","Physical Address Line 2":"","Physical Address City":"Hardin","Physical Address State":"MT ","Physical Address Zipcode":"59034","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000009","School District Name":"Beaverhead","Physical Address Line 1":"2 South Pacific CL #7","Physical Address Line 2":"","Physical Address City":"Dillon","Physical Address State":"MT ","Physical Address Zipcode":"59725","LEA Charter Status":"","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"3000008","School District Name":"Ashland Elem","Physical Address Line 1":"8 Old Mission Road","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"MT ","Physical Address Zipcode":"59003","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.33649289099526064,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000007","School District Name":"South Stacey Elem","Physical Address Line 1":"124 Stacey Road","Physical Address Line 2":"","Physical Address City":"Volborg","Physical Address State":"MT ","Physical Address Zipcode":"59351","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000006","School District Name":"Broadus Elem","Physical Address Line 1":"500 North Trautman","Physical Address Line 2":"","Physical Address City":"Broadus","Physical Address State":"MT ","Physical Address Zipcode":"59317","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24691358024691357,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000005","School District Name":"Helena Elem","Physical Address Line 1":"55 South Rodney","Physical Address Line 2":"","Physical Address City":"Helena","Physical Address State":"MT ","Physical Address Zipcode":"59601","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10677479303936475,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"3000004","School District Name":"Mountain View Elem","Physical Address Line 1":"Pardue Rd Seville Colony","Physical Address Line 2":"","Physical Address City":"Cut Bank","Physical Address State":"MT ","Physical Address Zipcode":"59427","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000003","School District Name":"Cut Bank Elem","Physical Address Line 1":"101 3rd Avenue SE","Physical Address Line 2":"","Physical Address City":"Cut Bank","Physical Address State":"MT ","Physical Address Zipcode":"59427","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.22019867549668873,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000002","School District Name":"Somers Elem","Physical Address Line 1":"315 School Addition Rd","Physical Address Line 2":"","Physical Address City":"Somers","Physical Address State":"MT ","Physical Address Zipcode":"59932","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11400247831474597,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"3000001","School District Name":"Chouteau Co Joint Service","Physical Address Line 1":"1820 Washington St","Physical Address Line 2":"","Physical Address City":"Fort Benton","Physical Address State":"MT ","Physical Address Zipcode":"59442","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2932490","School District Name":"ZALMA R-V","Physical Address Line 1":"7013 School Street","Physical Address Line 2":"","Physical Address City":"Zalma","Physical Address State":"MO ","Physical Address Zipcode":"63787","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2932310","School District Name":"WRIGHT CITY R-II OF WARREN CO.","Physical Address Line 1":"90 BELL RD","Physical Address Line 2":"","Physical Address City":"WRIGHT CITY","Physical Address State":"MO ","Physical Address Zipcode":"63390","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11189873417721519,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2932300","School District Name":"WORTH CO. R-III","Physical Address Line 1":"510 EAST AVE","Physical Address Line 2":"","Physical Address City":"GRANT CITY","Physical Address State":"MO ","Physical Address Zipcode":"64456","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1709090909090909,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2932250","School District Name":"WINSTON R-VI","Physical Address Line 1":"200 W THIRD","Physical Address Line 2":"","Physical Address City":"WINSTON","Physical Address State":"MO ","Physical Address Zipcode":"64689","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12626262626262627,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2932220","School District Name":"WINONA R-III","Physical Address Line 1":"8256 State Hwy 19","Physical Address Line 2":"","Physical Address City":"WINONA","Physical Address State":"MO ","Physical Address Zipcode":"65588","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2866666666666667,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2932190","School District Name":"WINFIELD R-IV","Physical Address Line 1":"100 8th Street","Physical Address Line 2":"","Physical Address City":"Winfield","Physical Address State":"MO ","Physical Address Zipcode":"63389","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12306153076538269,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2932110","School District Name":"HENRY CO. R-I","Physical Address Line 1":"210 NORTH ST","Physical Address Line 2":"","Physical Address City":"WINDSOR","Physical Address State":"MO ","Physical Address Zipcode":"65360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.24159402241594022,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2932100","School District Name":"WINDSOR C-1","Physical Address Line 1":"6208 HWY 61-67","Physical Address Line 2":"","Physical Address City":"IMPERIAL","Physical Address State":"MO ","Physical Address Zipcode":"63052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07473102646118057,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2932070","School District Name":"WILLOW SPRINGS R-IV","Physical Address Line 1":"215 W 4th Street","Physical Address Line 2":"","Physical Address City":"WILLOW SPRINGS","Physical Address State":"MO ","Physical Address Zipcode":"65793","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21857142857142858,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2932010","School District Name":"WILLARD R-II","Physical Address Line 1":"500 E KIME ST","Physical Address Line 2":"","Physical Address City":"WILLARD","Physical Address State":"MO ","Physical Address Zipcode":"65781","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09817729908864954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2931950","School District Name":"WHEATON R-III","Physical Address Line 1":"116 MCCALL","Physical Address Line 2":"","Physical Address City":"WHEATON","Physical Address State":"MO ","Physical Address Zipcode":"64874","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26997840172786175,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2931920","School District Name":"WHEATLAND R-II","Physical Address Line 1":"18808 STATE HIGHWAY 83","Physical Address Line 2":"","Physical Address City":"WHEATLAND","Physical Address State":"MO ","Physical Address Zipcode":"65779","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3055555555555556,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2931890","School District Name":"WESTVIEW C-6","Physical Address Line 1":"7441 WESTVIEW RD","Physical Address Line 2":"","Physical Address City":"NEOSHO","Physical Address State":"MO ","Physical Address Zipcode":"64850","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2100456621004566,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2931860","School District Name":"WESTRAN R-I","Physical Address Line 1":"228 HUNTSVILLE AVE.","Physical Address Line 2":"","Physical Address City":"HUNTSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65259","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12152777777777778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2931830","School District Name":"OSAGE CO. R-III","Physical Address Line 1":"143 E MAIN ST","Physical Address Line 2":"","Physical Address City":"WESTPHALIA","Physical Address State":"MO ","Physical Address Zipcode":"65085","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04895104895104895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2931800","School District Name":"MIDWAY R-I","Physical Address Line 1":"5801 E STATE RTE 2","Physical Address Line 2":"","Physical Address City":"CLEVELAND","Physical Address State":"MO ","Physical Address Zipcode":"64734","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15120274914089346,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2931710","School District Name":"WEST PLATTE CO. R-II","Physical Address Line 1":"1103 WASHINGTON","Physical Address Line 2":"","Physical Address City":"WESTON","Physical Address State":"MO ","Physical Address Zipcode":"64098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.053475935828877004,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2931680","School District Name":"WEST PLAINS R-VII","Physical Address Line 1":"610 East Olden Street","Physical Address Line 2":"","Physical Address City":"WEST PLAINS","Physical Address State":"MO ","Physical Address Zipcode":"65775","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2857777777777778,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2931650","School District Name":"WENTZVILLE R-IV","Physical Address Line 1":"280 INTERSTATE DRIVE","Physical Address Line 2":"","Physical Address City":"WENTZVILLE","Physical Address State":"MO ","Physical Address Zipcode":"63385","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04454957618766016,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2931620","School District Name":"WELLSVILLE MIDDLETOWN R-I","Physical Address Line 1":"900 BURLINGTON RD","Physical Address Line 2":"","Physical Address City":"WELLSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"63384","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20588235294117646,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2931560","School District Name":"WELLINGTON-NAPOLEON R-IX","Physical Address Line 1":"800 HWY 131","Physical Address Line 2":"","Physical Address City":"WELLINGTON","Physical Address State":"MO ","Physical Address Zipcode":"64097","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08706467661691543,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2931530","School District Name":"WEBSTER GROVES","Physical Address Line 1":"400 E LOCKWOOD AVE","Physical Address Line 2":"","Physical Address City":"WEBSTER GROVES","Physical Address State":"MO ","Physical Address Zipcode":"63119","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.033428844317096466,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2931500","School District Name":"WEBB CITY R-VII","Physical Address Line 1":"411 N MADISON","Physical Address Line 2":"","Physical Address City":"WEBB CITY","Physical Address State":"MO ","Physical Address Zipcode":"64870","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.14631976873471203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2931460","School District Name":"WEAUBLEAU R-III","Physical Address Line 1":"509 N CENTER","Physical Address Line 2":"","Physical Address City":"WEAUBLEAU","Physical Address State":"MO ","Physical Address Zipcode":"65774","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3589108910891089,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2931440","School District Name":"WAYNESVILLE R-VI","Physical Address Line 1":"200 FLEETWOOD DR","Physical Address Line 2":"","Physical Address City":"WAYNESVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65583","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10847522479433709,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2931230","School District Name":"RICHWOODS R-VII","Physical Address Line 1":"10788 STATE HWY A","Physical Address Line 2":"","Physical Address City":"RICHWOODS","Physical Address State":"MO ","Physical Address Zipcode":"63071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2533783783783784,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2931140","School District Name":"KINGSTON K-14","Physical Address Line 1":"10047 DIAMOND RD","Physical Address Line 2":"","Physical Address City":"CADET","Physical Address State":"MO ","Physical Address Zipcode":"63630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25787631271878647,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2931110","School District Name":"WASHINGTON","Physical Address Line 1":"220 LOCUST ST","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"MO ","Physical Address Zipcode":"63090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06342419383573847,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2931070","School District Name":"WARSAW R-IX","Physical Address Line 1":"20363 LANE OF CHAMPIONS","Physical Address Line 2":"","Physical Address City":"WARSAW","Physical Address State":"MO ","Physical Address Zipcode":"65355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.29800796812749003,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2931050","School District Name":"WARREN CO. R-III","Physical Address Line 1":"385 W. VETERANS MEMORIAL PKWY","Physical Address Line 2":"","Physical Address City":"WARRENTON","Physical Address State":"MO ","Physical Address Zipcode":"63383","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12799564270152505,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2931020","School District Name":"WARRENSBURG R-VI","Physical Address Line 1":"201 S. HOLDEN ST.","Physical Address Line 2":"","Physical Address City":"WARRENSBURG","Physical Address State":"MO ","Physical Address Zipcode":"64093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12070971495055265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2930990","School District Name":"WALNUT GROVE R-V","Physical Address Line 1":"300 E COLLEGE","Physical Address Line 2":"","Physical Address City":"WALNUT GROVE","Physical Address State":"MO ","Physical Address Zipcode":"65770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1225071225071225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2930900","School District Name":"WEST NODAWAY CO. R-I","Physical Address Line 1":"17665 US HWY 136","Physical Address Line 2":"","Physical Address City":"BURLINGTON JCT","Physical Address State":"MO ","Physical Address Zipcode":"64428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21940928270042195,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2930870","School District Name":"MARIES CO. R-I","Physical Address Line 1":"300 FOURTH STREET","Physical Address Line 2":"","Physical Address City":"VIENNA","Physical Address State":"MO ","Physical Address Zipcode":"65582","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12105263157894737,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2930840","School District Name":"MORGAN CO. R-II","Physical Address Line 1":"913 W NEWTON","Physical Address Line 2":"","Physical Address City":"VERSAILLES","Physical Address State":"MO ","Physical Address Zipcode":"65084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20649281532730177,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2930810","School District Name":"VERONA R-VII","Physical Address Line 1":"101 E ELLA ST","Physical Address Line 2":"","Physical Address City":"VERONA","Physical Address State":"MO ","Physical Address Zipcode":"65769","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3126177024482109,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2930780","School District Name":"VAN-FAR R-I","Physical Address Line 1":"2200 HWY 54 WEST","Physical Address Line 2":"","Physical Address City":"VANDALIA","Physical Address State":"MO ","Physical Address Zipcode":"63382","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2465986394557823,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2930750","School District Name":"VAN BUREN R-I","Physical Address Line 1":"906 BROADWAY","Physical Address Line 2":"","Physical Address City":"VAN BUREN","Physical Address State":"MO ","Physical Address Zipcode":"63965","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.33101851851851855,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2930720","School District Name":"VALLEY R-VI","Physical Address Line 1":"1 VIKING DR","Physical Address Line 2":"","Physical Address City":"CALEDONIA","Physical Address State":"MO ","Physical Address Zipcode":"63631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20861678004535147,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2930690","School District Name":"VALLEY PARK","Physical Address Line 1":"1 MAIN ST","Physical Address Line 2":"","Physical Address City":"VALLEY PARK","Physical Address State":"MO ","Physical Address Zipcode":"63088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09625126646403243,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2930660","School District Name":"UNIVERSITY CITY","Physical Address Line 1":"8136 GROBY RD","Physical Address Line 2":"","Physical Address City":"UNIVERSITY CITY","Physical Address State":"MO ","Physical Address Zipcode":"63130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1409090909090909,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2930600","School District Name":"UNION STAR R-II","Physical Address Line 1":"6132 NW STATE RTE Z","Physical Address Line 2":"","Physical Address City":"UNION STAR","Physical Address State":"MO ","Physical Address Zipcode":"64494","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13924050632911392,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2930570","School District Name":"UNION R-XI","Physical Address Line 1":"21 PROGRESS PARKWAY","Physical Address Line 2":"","Physical Address City":"UNION","Physical Address State":"MO ","Physical Address Zipcode":"63084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1035958904109589,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2930520","School District Name":"TWIN RIVERS R-X","Physical Address Line 1":"9348 HWY 51","Physical Address Line 2":"","Physical Address City":"BROSELEY","Physical Address State":"MO ","Physical Address Zipcode":"63932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23875802997858672,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2930510","School District Name":"MILLER CO. R-III","Physical Address Line 1":"526 SCHOOL RD","Physical Address Line 2":"","Physical Address City":"TUSCUMBIA","Physical Address State":"MO ","Physical Address Zipcode":"65082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15853658536585366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2930450","School District Name":"TROY R-III","Physical Address Line 1":"951 W COLLEGE","Physical Address Line 2":"","Physical Address City":"TROY","Physical Address State":"MO ","Physical Address Zipcode":"63379","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09750692520775624,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2930420","School District Name":"EAST NEWTON CO. R-VI","Physical Address Line 1":"22808 E HWY 86","Physical Address Line 2":"","Physical Address City":"GRANBY","Physical Address State":"MO ","Physical Address Zipcode":"64844","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17963721474546518,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2930390","School District Name":"TRI-COUNTY R-VII","Physical Address Line 1":"904 W AUBERRY GRV","Physical Address Line 2":"","Physical Address City":"Jamesport","Physical Address State":"MO ","Physical Address Zipcode":"64648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.284796573875803,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2930360","School District Name":"TRENTON R-IX","Physical Address Line 1":"3517 E 10th Street","Physical Address Line 2":"","Physical Address City":"Trenton","Physical Address State":"MO ","Physical Address Zipcode":"64683","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2202429149797571,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2930330","School District Name":"TIPTON R-VI","Physical Address Line 1":"334 U.S. HIGHWAY 50 WEST","Physical Address Line 2":"","Physical Address City":"TIPTON","Physical Address State":"MO ","Physical Address Zipcode":"65081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.193717277486911,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2930300","School District Name":"TINA-AVALON R-II","Physical Address Line 1":"11896 HWY 65","Physical Address Line 2":"","Physical Address City":"TINA","Physical Address State":"MO ","Physical Address Zipcode":"64682","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12080536912751678,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2930270","School District Name":"THAYER R-II","Physical Address Line 1":"401 E WALNUT ST","Physical Address Line 2":"","Physical Address City":"THAYER","Physical Address State":"MO ","Physical Address Zipcode":"65791","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2759146341463415,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929940","School District Name":"TARKIO R-I","Physical Address Line 1":"312 S ELEVENTH ST","Physical Address Line 2":"","Physical Address City":"TARKIO","Physical Address State":"MO ","Physical Address Zipcode":"64491","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16393442622950818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929910","School District Name":"TANEYVILLE R-II","Physical Address Line 1":"302 MYRTLE ST","Physical Address Line 2":"","Physical Address City":"TANEYVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17751479289940827,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929880","School District Name":"SWEET SPRINGS R-VII","Physical Address Line 1":"600 EAST MARSHALL ST.","Physical Address Line 2":"","Physical Address City":"SWEET SPRINGS","Physical Address State":"MO ","Physical Address Zipcode":"65351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13429752066115702,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929850","School District Name":"SWEDEBORG R-III","Physical Address Line 1":"17507 HWY T","Physical Address Line 2":"","Physical Address City":"RICHLAND","Physical Address State":"MO ","Physical Address Zipcode":"65556","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14772727272727273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929820","School District Name":"SUNRISE R-IX","Physical Address Line 1":"4485 SUNRISE SCHOOL RD","Physical Address Line 2":"","Physical Address City":"DESOTO","Physical Address State":"MO ","Physical Address Zipcode":"63020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10327022375215146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929810","School District Name":"SUMMERSVILLE R-II","Physical Address Line 1":"525 ROGERS AVE","Physical Address Line 2":"","Physical Address City":"SUMMERSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27740492170022374,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929760","School District Name":"SULLIVAN","Physical Address Line 1":"138 TAYLOR ST","Physical Address Line 2":"","Physical Address City":"SULLIVAN","Physical Address State":"MO ","Physical Address Zipcode":"63080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15802348336594912,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2929730","School District Name":"SUCCESS R-VI","Physical Address Line 1":"10341 HWY 17","Physical Address Line 2":"","Physical Address City":"SUCCESS","Physical Address State":"MO ","Physical Address Zipcode":"65570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22077922077922077,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929700","School District Name":"STURGEON R-V","Physical Address Line 1":"210 W PATTON","Physical Address Line 2":"","Physical Address City":"STURGEON","Physical Address State":"MO ","Physical Address Zipcode":"65284","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.32611311672683513,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929670","School District Name":"STRASBURG C-3","Physical Address Line 1":"608 W STATE RTE E","Physical Address Line 2":"","Physical Address City":"STRASBURG","Physical Address State":"MO ","Physical Address Zipcode":"64090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11229946524064172,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929640","School District Name":"STRAFFORD R-VI","Physical Address Line 1":"201 W MCCABE","Physical Address Line 2":"","Physical Address City":"STRAFFORD","Physical Address State":"MO ","Physical Address Zipcode":"65757","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1098981077147016,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2929610","School District Name":"MORGAN CO. R-I","Physical Address Line 1":"701 N OAK ST","Physical Address Line 2":"","Physical Address City":"STOVER","Physical Address State":"MO ","Physical Address Zipcode":"65078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28413284132841327,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929580","School District Name":"STOUTLAND R-II","Physical Address Line 1":"7584 STATE RD T","Physical Address Line 2":"","Physical Address City":"STOUTLAND","Physical Address State":"MO ","Physical Address Zipcode":"65567","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23542116630669546,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929520","School District Name":"STOCKTON R-I","Physical Address Line 1":"906 SOUTH ST","Physical Address Line 2":"","Physical Address City":"STOCKTON","Physical Address State":"MO ","Physical Address Zipcode":"65785","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27152831652443754,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929490","School District Name":"STEWARTSVILLE C-2","Physical Address Line 1":"902 BUCHANAN","Physical Address Line 2":"","Physical Address City":"STEWARTSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"64490","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08717948717948718,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929430","School District Name":"STEELVILLE R-III","Physical Address Line 1":"817 W MAIN","Physical Address Line 2":"","Physical Address City":"STEELVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1961577350859454,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929370","School District Name":"STE. GENEVIEVE CO. R-II","Physical Address Line 1":"375 N FIFTH STREET","Physical Address Line 2":"","Physical Address City":"STE GENEVIEVE","Physical Address State":"MO ","Physical Address Zipcode":"63670","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1054590570719603,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2929340","School District Name":"STANBERRY R-II","Physical Address Line 1":"610 N PARK ST","Physical Address Line 2":"","Physical Address City":"STANBERRY","Physical Address State":"MO ","Physical Address Zipcode":"64489","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13291139240506328,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929280","School District Name":"ST. LOUIS CITY","Physical Address Line 1":"801 N 11TH ST","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2815204615877765,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929250","School District Name":"ST. JAMES R-I","Physical Address Line 1":"122 E SCIOTO ST","Physical Address Line 2":"","Physical Address City":"ST JAMES","Physical Address State":"MO ","Physical Address Zipcode":"65559","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15207877461706784,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2929170","School District Name":"CENTRAL R-III","Physical Address Line 1":"200 HIGH ST","Physical Address Line 2":"","Physical Address City":"PARK HILLS","Physical Address State":"MO ","Physical Address Zipcode":"63601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19063706563706564,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2929130","School District Name":"ST. ELIZABETH R-IV","Physical Address Line 1":"240 CHURCH ST","Physical Address Line 2":"","Physical Address City":"ST ELIZABETH","Physical Address State":"MO ","Physical Address Zipcode":"65075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09787234042553192,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2929100","School District Name":"ST. CLAIR R-XIII","Physical Address Line 1":"905 BARDOT ST","Physical Address Line 2":"","Physical Address City":"ST CLAIR","Physical Address State":"MO ","Physical Address Zipcode":"63077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2928950","School District Name":"FRANCIS HOWELL R-III","Physical Address Line 1":"4545 CENTRAL SCHOOL RD","Physical Address Line 2":"","Physical Address City":"ST CHARLES","Physical Address State":"MO ","Physical Address Zipcode":"63304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04162867043589276,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2928920","School District Name":"ST. CHARLES R-VI","Physical Address Line 1":"400 N SIXTH STREET","Physical Address Line 2":"","Physical Address City":"ST CHARLES","Physical Address State":"MO ","Physical Address Zipcode":"63301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0817671809256662,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2928860","School District Name":"SPRINGFIELD R-XII","Physical Address Line 1":"1359 E. ST. LOUIS","Physical Address Line 2":"","Physical Address City":"SPRINGFIELD","Physical Address State":"MO ","Physical Address Zipcode":"65802","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.14027380465876585,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2928800","School District Name":"SPOKANE R-VII","Physical Address Line 1":"167 Kentling Ave","Physical Address Line 2":"","Physical Address City":"Highlandville","Physical Address State":"MO ","Physical Address Zipcode":"65669","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.096875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928770","School District Name":"SPICKARD R-II","Physical Address Line 1":"105 N 4TH ST","Physical Address Line 2":"","Physical Address City":"SPICKARD","Physical Address State":"MO ","Physical Address Zipcode":"64679","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.34285714285714286,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928740","School District Name":"SPARTA R-III","Physical Address Line 1":"217 DIVISION ST","Physical Address Line 2":"","Physical Address City":"SPARTA","Physical Address State":"MO ","Physical Address Zipcode":"65753","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15560640732265446,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928710","School District Name":"SOUTHWEST R-V","Physical Address Line 1":"529 E PINEVILLE ROAD","Physical Address Line 2":"","Physical Address City":"WASHBURN","Physical Address State":"MO ","Physical Address Zipcode":"65772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2490842490842491,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928680","School District Name":"SOUTHWEST LIVINGSTON CO. R-I","Physical Address Line 1":"4944 HWY DD","Physical Address Line 2":"","Physical Address City":"LUDLOW","Physical Address State":"MO ","Physical Address Zipcode":"64656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16753926701570682,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928620","School District Name":"SOUTHLAND C-9","Physical Address Line 1":"500 S MAIN","Physical Address Line 2":"","Physical Address City":"CARDWELL","Physical Address State":"MO ","Physical Address Zipcode":"63829","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.275,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928590","School District Name":"SOUTHERN REYNOLDS CO. R-II","Physical Address Line 1":"ONE SCHOOL ST","Physical Address Line 2":"","Physical Address City":"ELLINGTON","Physical Address State":"MO ","Physical Address Zipcode":"63638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28442437923250563,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928560","School District Name":"SOUTHERN BOONE CO. R-I","Physical Address Line 1":"5275 W Red Tail Dr","Physical Address Line 2":"","Physical Address City":"ASHLAND","Physical Address State":"MO ","Physical Address Zipcode":"65010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0548885077186964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2928530","School District Name":"SOUTH PEMISCOT CO. R-V","Physical Address Line 1":"611 BEASLEY RD","Physical Address Line 2":"","Physical Address City":"STEELE","Physical Address State":"MO ","Physical Address Zipcode":"63877","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3810375670840787,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928500","School District Name":"SOUTH NODAWAY CO. R-IV","Physical Address Line 1":"209 MOREHOUSE","Physical Address Line 2":"","Physical Address City":"BARNARD","Physical Address State":"MO ","Physical Address Zipcode":"64423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0896551724137931,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928470","School District Name":"SOUTH IRON CO. R-I","Physical Address Line 1":"210 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"ANNAPOLIS","Physical Address State":"MO ","Physical Address Zipcode":"63620","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2911764705882353,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928430","School District Name":"SOUTH CALLAWAY CO. R-II","Physical Address Line 1":"10135 STATE RD C","Physical Address Line 2":"","Physical Address City":"MOKANE","Physical Address State":"MO ","Physical Address Zipcode":"65059","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09570552147239264,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928410","School District Name":"SMITHVILLE R-II","Physical Address Line 1":"655 S COMMERCIAL","Physical Address Line 2":"","Physical Address City":"SMITHVILLE","Physical Address State":"MO ","Physical Address Zipcode":"64089","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04772313296903461,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2928380","School District Name":"SMITHTON R-VI","Physical Address Line 1":"505 S MYRTLE","Physical Address Line 2":"","Physical Address City":"SMITHTON","Physical Address State":"MO ","Physical Address Zipcode":"65350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1388101983002833,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928360","School District Name":"SLATER","Physical Address Line 1":"515 N ELM","Physical Address Line 2":"","Physical Address City":"SLATER","Physical Address State":"MO ","Physical Address Zipcode":"65349","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1572700296735905,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928290","School District Name":"SILEX R-I","Physical Address Line 1":"64 HWY UU","Physical Address Line 2":"","Physical Address City":"SILEX","Physical Address State":"MO ","Physical Address Zipcode":"63377","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09430255402750491,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928260","School District Name":"SIKESTON R-6","Physical Address Line 1":"1002 Virginia Street","Physical Address Line 2":"","Physical Address City":"SIKESTON","Physical Address State":"MO ","Physical Address Zipcode":"63801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24875183553597652,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928200","School District Name":"SHELL KNOB 78","Physical Address Line 1":"24400 STATE HWY 39","Physical Address Line 2":"","Physical Address City":"SHELL KNOB","Physical Address State":"MO ","Physical Address Zipcode":"65747","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24390243902439024,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928170","School District Name":"SHELDON R-VIII","Physical Address Line 1":"100 E GENE LATHROP DR","Physical Address Line 2":"","Physical Address City":"SHELDON","Physical Address State":"MO ","Physical Address Zipcode":"64784","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21025641025641026,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928140","School District Name":"NORTH SHELBY","Physical Address Line 1":"3071 HWY 15","Physical Address Line 2":"","Physical Address City":"SHELBYVILLE","Physical Address State":"MO ","Physical Address Zipcode":"63469","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13445378151260504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928110","School District Name":"SHELBY CO. R-IV","Physical Address Line 1":"4154 HWY 36","Physical Address Line 2":"","Physical Address City":"SHELBINA","Physical Address State":"MO ","Physical Address Zipcode":"63468","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21045392022008252,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2928080","School District Name":"SHAWNEE R-III","Physical Address Line 1":"11913 N HIGHWAY 13","Physical Address Line 2":"","Physical Address City":"CHILHOWEE","Physical Address State":"MO ","Physical Address Zipcode":"64733","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2927930","School District Name":"SEYMOUR R-II","Physical Address Line 1":"416 E CLINTON AVE","Physical Address Line 2":"","Physical Address City":"SEYMOUR","Physical Address State":"MO ","Physical Address Zipcode":"65746","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.43006993006993005,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2927900","School District Name":"SENECA R-VII","Physical Address Line 1":"914 FRISCO ST","Physical Address Line 2":"","Physical Address City":"SENECA","Physical Address State":"MO ","Physical Address Zipcode":"64865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19487820112429732,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2927870","School District Name":"SENATH-HORNERSVILLE C-8","Physical Address Line 1":"803 S STATE","Physical Address Line 2":"","Physical Address City":"SENATH","Physical Address State":"MO ","Physical Address Zipcode":"63876","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20736196319018405,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2927830","School District Name":"SEDALIA 200","Physical Address Line 1":"2806 MATTHEW DR","Physical Address Line 2":"","Physical Address City":"SEDALIA","Physical Address State":"MO ","Physical Address Zipcode":"65301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.23176785032455136,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2927660","School District Name":"SCHUYLER CO. R-I","Physical Address Line 1":"21701 HWY 63","Physical Address Line 2":"","Physical Address City":"QUEEN CITY","Physical Address State":"MO ","Physical Address Zipcode":"63561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2630937880633374,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2927630","School District Name":"SCHOOL OF THE OSAGE","Physical Address Line 1":"1501 SCHOOL RD","Physical Address Line 2":"","Physical Address City":"LAKE OZARK","Physical Address State":"MO ","Physical Address Zipcode":"65049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18727366787377134,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2927600","School District Name":"NORTHEAST VERNON CO. R-I","Physical Address Line 1":"216 E LESLIE AVE","Physical Address Line 2":"","Physical Address City":"WALKER","Physical Address State":"MO ","Physical Address Zipcode":"64790","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20903954802259886,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2927570","School District Name":"SAVANNAH R-III","Physical Address Line 1":"408 W MARKET ST","Physical Address Line 2":"","Physical Address City":"SAVANNAH","Physical Address State":"MO ","Physical Address Zipcode":"64485","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.100169779286927,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2927540","School District Name":"SARCOXIE R-II","Physical Address Line 1":"101 S 17TH ST","Physical Address Line 2":"","Physical Address City":"SARCOXIE","Physical Address State":"MO ","Physical Address Zipcode":"64862","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15688487584650113,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2927520","School District Name":"SALISBURY R-IV","Physical Address Line 1":"1000 S MAPLE AVE","Physical Address Line 2":"","Physical Address City":"SALISBURY","Physical Address State":"MO ","Physical Address Zipcode":"65281","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14742451154529307,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2927450","School District Name":"OREARVILLE R-IV","Physical Address Line 1":"32524 E. HIGHWAY P","Physical Address Line 2":"","Physical Address City":"SLATER","Physical Address State":"MO ","Physical Address Zipcode":"65349","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16129032258064516,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2927330","School District Name":"HARDEMAN R-X","Physical Address Line 1":"21051 HWY D","Physical Address Line 2":"","Physical Address City":"MARSHALL","Physical Address State":"MO ","Physical Address Zipcode":"65340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07317073170731707,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2927090","School District Name":"SALEM R-80","Physical Address Line 1":"1409 W ROLLA RD","Physical Address Line 2":"","Physical Address City":"SALEM","Physical Address State":"MO ","Physical Address Zipcode":"65560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.22259696458684655,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2927060","School District Name":"ST. JOSEPH","Physical Address Line 1":"925 FELIX","Physical Address Line 2":"","Physical Address City":"ST JOSEPH","Physical Address State":"MO ","Physical Address Zipcode":"64501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17087750059775245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2926970","School District Name":"COLE CO. R-I","Physical Address Line 1":"13600 RTE C","Physical Address Line 2":"","Physical Address City":"RUSSELLVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0678617157490397,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2926940","School District Name":"ROSCOE C-1","Physical Address Line 1":"1515 SW 300 RD","Physical Address Line 2":"","Physical Address City":"OSCEOLA","Physical Address State":"MO ","Physical Address Zipcode":"64776","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.29473684210526313,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2926890","School District Name":"ROLLA 31","Physical Address Line 1":"500A FORUM DR","Physical Address Line 2":"","Physical Address City":"ROLLA","Physical Address State":"MO ","Physical Address Zipcode":"65401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1548460661345496,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2926850","School District Name":"ROCKWOOD R-VI","Physical Address Line 1":"111 E NORTH ST","Physical Address Line 2":"","Physical Address City":"EUREKA","Physical Address State":"MO ","Physical Address Zipcode":"63025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0282256375895138,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2926790","School District Name":"ROCK PORT R-II","Physical Address Line 1":"600 S Nebraska Street","Physical Address Line 2":"","Physical Address City":"Rock Port","Physical Address State":"MO ","Physical Address Zipcode":"64482","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12195121951219512,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2926760","School District Name":"SPECL. SCH. DST. ST. LOUIS CO.","Physical Address Line 1":"12110 CLAYTON RD","Physical Address Line 2":"","Physical Address City":"TOWN & COUNTRY","Physical Address State":"MO ","Physical Address Zipcode":"63131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2926670","School District Name":"RIVERVIEW GARDENS","Physical Address Line 1":"1370 NORTHUMBERLAND","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3008423586040915,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2926640","School District Name":"RITENOUR","Physical Address Line 1":"2420 WOODSON RD","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19246153846153846,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2926610","School District Name":"RISCO R-II","Physical Address Line 1":"HWY 62","Physical Address Line 2":"","Physical Address City":"RISCO","Physical Address State":"MO ","Physical Address Zipcode":"63874","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25862068965517243,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2926580","School District Name":"RIPLEY CO. R-IV","Physical Address Line 1":"3277 US HIGHWAY 160 W","Physical Address Line 2":"","Physical Address City":"Doniphan","Physical Address State":"MO ","Physical Address Zipcode":"63935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2833333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2926550","School District Name":"RIPLEY CO. R-III","Physical Address Line 1":"11111 State Highway 142W","Physical Address Line 2":"","Physical Address City":"GATEWOOD","Physical Address State":"MO ","Physical Address Zipcode":"63942","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2846715328467153,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2926490","School District Name":"RIDGEWAY R-V","Physical Address Line 1":"305 MAIN ST","Physical Address Line 2":"","Physical Address City":"RIDGEWAY","Physical Address State":"MO ","Physical Address Zipcode":"64481","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20161290322580644,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2926480","School District Name":"RICHMOND R-XVI","Physical Address Line 1":"1017 E MAIN ST","Physical Address Line 2":"","Physical Address City":"RICHMOND","Physical Address State":"MO ","Physical Address Zipcode":"64085","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14602960969044415,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2926430","School District Name":"RICHLAND R-IV","Physical Address Line 1":"714 E JEFFERSON","Physical Address Line 2":"","Physical Address City":"RICHLAND","Physical Address State":"MO ","Physical Address Zipcode":"65556","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19400352733686066,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2926400","School District Name":"RICHLAND R-I","Physical Address Line 1":"24456 STATE HWY 114","Physical Address Line 2":"","Physical Address City":"ESSEX","Physical Address State":"MO ","Physical Address Zipcode":"63846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19574468085106383,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2926370","School District Name":"RICHARDS R-V","Physical Address Line 1":"3461 COUNTY RD 1710","Physical Address Line 2":"","Physical Address City":"WEST PLAINS","Physical Address State":"MO ","Physical Address Zipcode":"65775","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20853080568720378,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2926310","School District Name":"RICH HILL R-IV","Physical Address Line 1":"703 N. 3rd Street","Physical Address Line 2":"","Physical Address City":"Rich Hill","Physical Address State":"MO ","Physical Address Zipcode":"64779","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22943722943722944,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2926220","School District Name":"REPUBLIC R-III","Physical Address Line 1":"518 N HAMPTON","Physical Address Line 2":"","Physical Address City":"REPUBLIC","Physical Address State":"MO ","Physical Address Zipcode":"65738","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07938991005084083,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2926190","School District Name":"RENICK R-V","Physical Address Line 1":"101 MIDDLE ST","Physical Address Line 2":"","Physical Address City":"RENICK","Physical Address State":"MO ","Physical Address Zipcode":"65278","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2926160","School District Name":"REEDS SPRING R-IV","Physical Address Line 1":"20281 STATE HWY 413","Physical Address Line 2":"","Physical Address City":"REEDS SPRING","Physical Address State":"MO ","Physical Address Zipcode":"65737","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2207721587819467,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2926070","School District Name":"RAYTOWN C-2","Physical Address Line 1":"6608 RAYTOWN RD","Physical Address Line 2":"","Physical Address City":"RAYTOWN","Physical Address State":"MO ","Physical Address Zipcode":"64133","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16359515127623928,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2926040","School District Name":"RAYMONDVILLE R-VII","Physical Address Line 1":"135 W HWY B","Physical Address Line 2":"","Physical Address City":"RAYMONDVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65555","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.31666666666666665,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925710","School District Name":"RALLS CO. R-II","Physical Address Line 1":"21622 HWY 19","Physical Address Line 2":"","Physical Address City":"CENTER","Physical Address State":"MO ","Physical Address Zipcode":"63436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11633986928104575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925650","School District Name":"PUXICO R-VIII","Physical Address Line 1":"481 N BEDFORD ST","Physical Address Line 2":"","Physical Address City":"PUXICO","Physical Address State":"MO ","Physical Address Zipcode":"63960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2542372881355932,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925640","School District Name":"PUTNAM CO. R-I","Physical Address Line 1":"803 S 20TH","Physical Address Line 2":"","Physical Address City":"UNIONVILLE","Physical Address State":"MO ","Physical Address Zipcode":"63565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.200836820083682,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925620","School District Name":"PURDY R-II","Physical Address Line 1":"201 S GABBY GIBBONS DRIVE","Physical Address Line 2":"","Physical Address City":"PURDY","Physical Address State":"MO ","Physical Address Zipcode":"65734","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21699544764795145,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925590","School District Name":"PRINCETON R-V","Physical Address Line 1":"1008 E COLEMAN","Physical Address Line 2":"","Physical Address City":"PRINCETON","Physical Address State":"MO ","Physical Address Zipcode":"64673","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1598173515981735,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925530","School District Name":"PRAIRIE HOME R-V","Physical Address Line 1":"301 HWY DRIVE","Physical Address Line 2":"","Physical Address City":"PRAIRIE HOME","Physical Address State":"MO ","Physical Address Zipcode":"65068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2702702702702703,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925500","School District Name":"POTOSI R-III","Physical Address Line 1":"400 North Mine","Physical Address Line 2":"","Physical Address City":"Potosi","Physical Address State":"MO ","Physical Address Zipcode":"63664","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20670647680293983,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925450","School District Name":"POPLAR BLUFF R-I","Physical Address Line 1":"1110 N WESTWOOD BLVD","Physical Address Line 2":"","Physical Address City":"POPLAR BLUFF","Physical Address State":"MO ","Physical Address Zipcode":"63901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2597957288765088,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925410","School District Name":"POLO R-VII","Physical Address Line 1":"300 W SCHOOL ST","Physical Address Line 2":"","Physical Address City":"POLO","Physical Address State":"MO ","Physical Address Zipcode":"64671","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925350","School District Name":"PLEASANT HOPE R-VI","Physical Address Line 1":"303 N MAIN ST","Physical Address Line 2":"","Physical Address City":"PLEASANT HOPE","Physical Address State":"MO ","Physical Address Zipcode":"65725","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1683991683991684,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925330","School District Name":"PLEASANT HILL R-III","Physical Address Line 1":"318 CEDAR ST","Physical Address Line 2":"","Physical Address City":"PLEASANT HILL","Physical Address State":"MO ","Physical Address Zipcode":"64080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05284738041002278,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2925290","School District Name":"CLINTON CO. R-III","Physical Address Line 1":"800 W FROST","Physical Address Line 2":"","Physical Address City":"PLATTSBURG","Physical Address State":"MO ","Physical Address Zipcode":"64477","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11200923787528869,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925230","School District Name":"PLATTE CO. R-III","Physical Address Line 1":"998 PLATTE FALLS RD","Physical Address Line 2":"","Physical Address City":"PLATTE CITY","Physical Address State":"MO ","Physical Address Zipcode":"64079","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05242125058768218,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2925210","School District Name":"PLATO R-V","Physical Address Line 1":"10645 PLATO DR","Physical Address Line 2":"","Physical Address City":"PLATO","Physical Address State":"MO ","Physical Address Zipcode":"65552","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1791530944625407,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925170","School District Name":"PILOT GROVE C-4","Physical Address Line 1":"107 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"PILOT GROVE","Physical Address State":"MO ","Physical Address Zipcode":"65276","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09803921568627451,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925140","School District Name":"PIKE CO. R-III","Physical Address Line 1":"28176 HWY WW","Physical Address Line 2":"","Physical Address City":"CLARKSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"63336","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12380952380952381,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925110","School District Name":"PIERCE CITY R-VI","Physical Address Line 1":"300 MYRTLE ST","Physical Address Line 2":"","Physical Address City":"PIERCE CITY","Physical Address State":"MO ","Physical Address Zipcode":"65723","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1994851994851995,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2925080","School District Name":"PHELPS CO. R-III","Physical Address Line 1":"17790 State Route M","Physical Address Line 2":"","Physical Address City":"Edgar Springs","Physical Address State":"MO ","Physical Address Zipcode":"65462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1585014409221902,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2924690","School District Name":"PETTIS CO. R-XII","Physical Address Line 1":"22675 DEPOT RD","Physical Address Line 2":"","Physical Address City":"SEDALIA","Physical Address State":"MO ","Physical Address Zipcode":"65301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19662921348314608,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2924530","School District Name":"PERRY CO. 32","Physical Address Line 1":"326 COLLEGE ST","Physical Address Line 2":"","Physical Address City":"PERRYVILLE","Physical Address State":"MO ","Physical Address Zipcode":"63775","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1180668180343821,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2923790","School District Name":"PEMISCOT CO. R-III","Physical Address Line 1":"1727 COUNTY HIGHWAY 536","Physical Address Line 2":"","Physical Address City":"Caruthersville","Physical Address State":"MO ","Physical Address Zipcode":"63830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21232876712328766,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923780","School District Name":"PEMISCOT CO. SPEC. SCH. DIST.","Physical Address Line 1":"1317 W STATE HWY 84","Physical Address Line 2":"","Physical Address City":"HAYTI","Physical Address State":"MO ","Physical Address Zipcode":"63851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923760","School District Name":"NORTH PEMISCOT CO. R-I","Physical Address Line 1":"102 SCHOOL DR","Physical Address Line 2":"","Physical Address City":"WARDELL","Physical Address State":"MO ","Physical Address Zipcode":"63879","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3783783783783784,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923730","School District Name":"RAYMORE-PECULIAR R-II","Physical Address Line 1":"21005 S SCHOOL RD","Physical Address Line 2":"","Physical Address City":"PECULIAR","Physical Address State":"MO ","Physical Address Zipcode":"64078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05485429328346579,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2923700","School District Name":"PATTONVILLE R-III","Physical Address Line 1":"11097 ST CHARLES ROCK RD","Physical Address Line 2":"","Physical Address City":"ST ANN","Physical Address State":"MO ","Physical Address Zipcode":"63074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09922964049889949,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2923670","School District Name":"PATTONSBURG R-II","Physical Address Line 1":"1 PANTHER DR","Physical Address Line 2":"","Physical Address City":"PATTONSBURG","Physical Address State":"MO ","Physical Address Zipcode":"64670","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22818791946308725,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923640","School District Name":"MEADOW HEIGHTS R-II","Physical Address Line 1":"RTE 5 BOX 2365","Physical Address Line 2":"","Physical Address City":"PATTON","Physical Address State":"MO ","Physical Address Zipcode":"63662","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1992818671454219,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923580","School District Name":"PARKWAY C-2","Physical Address Line 1":"455 N WOODS MILL RD","Physical Address Line 2":"","Physical Address City":"CHESTERFIELD","Physical Address State":"MO ","Physical Address Zipcode":"63017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0369328833895763,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2923550","School District Name":"PARK HILL","Physical Address Line 1":"7703 NW BARRY RD","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64153","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05757026291931097,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2923530","School District Name":"PARIS R-II","Physical Address Line 1":"740 CLEVELAND ST","Physical Address Line 2":"","Physical Address City":"PARIS","Physical Address State":"MO ","Physical Address Zipcode":"65275","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15594059405940594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923490","School District Name":"PALMYRA R-I","Physical Address Line 1":"1703 S MAIN","Physical Address Line 2":"","Physical Address City":"PALMYRA","Physical Address State":"MO ","Physical Address Zipcode":"63461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.0903277378097522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2923460","School District Name":"MERAMEC VALLEY R-III","Physical Address Line 1":"126 N PAYNE ST","Physical Address Line 2":"","Physical Address City":"PACIFIC","Physical Address State":"MO ","Physical Address Zipcode":"63069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11564245810055866,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2923430","School District Name":"OZARK R-VI","Physical Address Line 1":"1600 West Jackson","Physical Address Line 2":"","Physical Address City":"OZARK","Physical Address State":"MO ","Physical Address Zipcode":"65721","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10789595197783593,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2923400","School District Name":"LUTIE R-VI","Physical Address Line 1":"5802 US HWY 160","Physical Address Line 2":"","Physical Address City":"THEODOSIA","Physical Address State":"MO ","Physical Address Zipcode":"65761","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.32947976878612717,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923370","School District Name":"THORNFIELD R-I","Physical Address Line 1":"37 COUNTY ROAD 855","Physical Address Line 2":"","Physical Address City":"THORNFIELD","Physical Address State":"MO ","Physical Address Zipcode":"65762","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3020833333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923340","School District Name":"GASCONADE CO. R-II","Physical Address Line 1":"402 E LINCOLN","Physical Address Line 2":"","Physical Address City":"OWENSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12648893930799773,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2923310","School District Name":"OTTERVILLE R-VI","Physical Address Line 1":"101 W GEORGETOWN ST","Physical Address Line 2":"","Physical Address City":"OTTERVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65348","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1552346570397112,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923270","School District Name":"OSCEOLA","Physical Address Line 1":"76 SE Hwy WW","Physical Address Line 2":"","Physical Address City":"Osceola","Physical Address State":"MO ","Physical Address Zipcode":"64776","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28316831683168314,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923250","School District Name":"OSBORN R-O","Physical Address Line 1":"275 CLINTON AVE","Physical Address Line 2":"","Physical Address City":"OSBORN","Physical Address State":"MO ","Physical Address Zipcode":"64474","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923220","School District Name":"ORRICK R-XI","Physical Address Line 1":"100 KIRKHAM","Physical Address Line 2":"","Physical Address City":"ORRICK","Physical Address State":"MO ","Physical Address Zipcode":"64077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06628242074927954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923190","School District Name":"SOUTH HOLT CO. R-I","Physical Address Line 1":"201 S BARBOUR","Physical Address Line 2":"","Physical Address City":"OREGON","Physical Address State":"MO ","Physical Address Zipcode":"64473","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09649122807017543,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923160","School District Name":"ORCHARD FARM R-V","Physical Address Line 1":"3489 Boschertown Rd","Physical Address Line 2":"","Physical Address City":"Saint Charles","Physical Address State":"MO ","Physical Address Zipcode":"63301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08730583824317087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2923130","School District Name":"ORAN R-III","Physical Address Line 1":"310 CHURCH ST.","Physical Address Line 2":"","Physical Address City":"ORAN","Physical Address State":"MO ","Physical Address Zipcode":"63771","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10945273631840796,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923100","School District Name":"ODESSA R-VII","Physical Address Line 1":"701 S THIRD","Physical Address Line 2":"","Physical Address City":"ODESSA","Physical Address State":"MO ","Physical Address Zipcode":"64076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1167608286252354,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2923070","School District Name":"OAK RIDGE R-VI","Physical Address Line 1":"4198 STATE HWY E","Physical Address Line 2":"","Physical Address City":"OAK RIDGE","Physical Address State":"MO ","Physical Address Zipcode":"63769","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11959287531806616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923040","School District Name":"OAK HILL R-I","Physical Address Line 1":"6200 S HWY 19","Physical Address Line 2":"","Physical Address City":"SALEM","Physical Address State":"MO ","Physical Address Zipcode":"65560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17307692307692307,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2923010","School District Name":"OAK GROVE R-VI","Physical Address Line 1":"601 SE 12TH STREET","Physical Address Line 2":"","Physical Address City":"OAK GROVE","Physical Address State":"MO ","Physical Address Zipcode":"64075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0997453310696095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2922980","School District Name":"ADAIR CO. R-I","Physical Address Line 1":"600 ROMBAUER AVE","Physical Address Line 2":"","Physical Address City":"NOVINGER","Physical Address State":"MO ","Physical Address Zipcode":"63559","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21724137931034482,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2922950","School District Name":"NORWOOD R-I","Physical Address Line 1":"675 N HAWK AVE","Physical Address Line 2":"","Physical Address City":"NORWOOD","Physical Address State":"MO ","Physical Address Zipcode":"65717","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.251063829787234,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2922920","School District Name":"NORTHWESTERN R-I","Physical Address Line 1":"18475 HWY 11","Physical Address Line 2":"","Physical Address City":"MENDON","Physical Address State":"MO ","Physical Address Zipcode":"64660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1411042944785276,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2922890","School District Name":"NORTHWEST R-I","Physical Address Line 1":"4290 Gravois Road","Physical Address Line 2":"","Physical Address City":"House Springs","Physical Address State":"MO ","Physical Address Zipcode":"63051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10334099824157987,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2922860","School District Name":"NORTHEAST RANDOLPH CO. R-IV","Physical Address Line 1":"301 W MARTIN","Physical Address Line 2":"","Physical Address City":"CAIRO","Physical Address State":"MO ","Physical Address Zipcode":"65239","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07650273224043716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2922830","School District Name":"NORTH PLATTE CO. R-I","Physical Address Line 1":"212 W SIXTH ST","Physical Address Line 2":"","Physical Address City":"DEARBORN","Physical Address State":"MO ","Physical Address Zipcode":"64439","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05754475703324808,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2922800","School District Name":"NORTH KANSAS CITY 74","Physical Address Line 1":"2000 NE 46TH ST","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64116","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10856555912826009,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2922770","School District Name":"NORTH HARRISON R-III","Physical Address Line 1":"12023 FIR ST","Physical Address Line 2":"","Physical Address City":"EAGLEVILLE","Physical Address State":"MO ","Physical Address Zipcode":"64442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2508710801393728,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2922740","School District Name":"NORTH CALLAWAY CO. R-I","Physical Address Line 1":"2690 THUNDERBIRD DR.","Physical Address Line 2":"","Physical Address City":"KINGDOM CITY","Physical Address State":"MO ","Physical Address Zipcode":"65262","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13240131578947367,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2922710","School District Name":"NORTH ANDREW CO. R-VI","Physical Address Line 1":"9120 HWY 48","Physical Address Line 2":"","Physical Address City":"ROSENDALE","Physical Address State":"MO ","Physical Address Zipcode":"64483","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1362397820163488,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2922650","School District Name":"NORMANDY SCHOOLS COLLABORATIVE","Physical Address Line 1":"3855 LUCAS AND HUNT RD","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63121","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2978657111699642,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2922620","School District Name":"NORBORNE R-VIII","Physical Address Line 1":"405 PIRATE LN","Physical Address Line 2":"","Physical Address City":"NORBORNE","Physical Address State":"MO ","Physical Address Zipcode":"64668","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11173184357541899,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2922560","School District Name":"NODAWAY-HOLT R-VII","Physical Address Line 1":"318 S TAYLOR","Physical Address Line 2":"","Physical Address City":"GRAHAM","Physical Address State":"MO ","Physical Address Zipcode":"64455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1724137931034483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2922530","School District Name":"Nixa Public Schools","Physical Address Line 1":"301 SOUTH MAIN STREET","Physical Address Line 2":"","Physical Address City":"NIXA","Physical Address State":"MO ","Physical Address Zipcode":"65714","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08744951848400125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2922500","School District Name":"NIANGUA R-V","Physical Address Line 1":"301 RUMSEY ST","Physical Address Line 2":"","Physical Address City":"NIANGUA","Physical Address State":"MO ","Physical Address Zipcode":"65713","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21951219512195122,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2922470","School District Name":"NEWTOWN-HARRIS R-III","Physical Address Line 1":"306 N MAIN","Physical Address Line 2":"","Physical Address City":"NEWTOWN","Physical Address State":"MO ","Physical Address Zipcode":"64667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23255813953488372,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2922140","School District Name":"NEWBURG R-II","Physical Address Line 1":"701 WOLF PRIDE DR","Physical Address Line 2":"","Physical Address City":"NEWBURG","Physical Address State":"MO ","Physical Address Zipcode":"65550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14838709677419354,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2922110","School District Name":"NEW YORK R-IV","Physical Address Line 1":"6061 NE STATE RTE U","Physical Address Line 2":"","Physical Address City":"HAMILTON","Physical Address State":"MO ","Physical Address Zipcode":"64644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07407407407407407,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921960","School District Name":"NEW HAVEN","Physical Address Line 1":"100 PARK DR","Physical Address Line 2":"","Physical Address City":"NEW HAVEN","Physical Address State":"MO ","Physical Address Zipcode":"63068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08968609865470852,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921940","School District Name":"NEW FRANKLIN R-I","Physical Address Line 1":"412 WEST BROADWAY","Physical Address Line 2":"","Physical Address City":"NEW FRANKLIN","Physical Address State":"MO ","Physical Address Zipcode":"65274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1300639658848614,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2921880","School District Name":"MACON CO. R-IV","Physical Address Line 1":"501 S MAIN","Physical Address Line 2":"","Physical Address City":"NEW CAMBRIA","Physical Address State":"MO ","Physical Address Zipcode":"63558","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18382352941176472,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921875","School District Name":"NEW BLOOMFIELD R-III","Physical Address Line 1":"307 REDWOOD DR","Physical Address Line 2":"","Physical Address City":"NEW BLOOMFIELD","Physical Address State":"MO ","Physical Address Zipcode":"65063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11840411840411841,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2921840","School District Name":"NEVADA R-V","Physical Address Line 1":"811 W HICKORY","Physical Address Line 2":"","Physical Address City":"NEVADA","Physical Address State":"MO ","Physical Address Zipcode":"64772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18689710610932475,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2921810","School District Name":"NEOSHO SCHOOL DISTRICT","Physical Address Line 1":"418 FAIRGROUND ROAD","Physical Address Line 2":"","Physical Address City":"NEOSHO","Physical Address State":"MO ","Physical Address Zipcode":"64850","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17886358611541012,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2921750","School District Name":"NEELYVILLE R-IV","Physical Address Line 1":"289 BROADWAY ST","Physical Address Line 2":"","Physical Address City":"NEELYVILLE","Physical Address State":"MO ","Physical Address Zipcode":"63954","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21351766513056836,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921720","School District Name":"NAYLOR R-II","Physical Address Line 1":"RT 62 BOX 512","Physical Address Line 2":"","Physical Address City":"NAYLOR","Physical Address State":"MO ","Physical Address Zipcode":"63953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2627986348122867,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921690","School District Name":"NORTH NODAWAY CO. R-VI","Physical Address Line 1":"705 E Barnard","Physical Address Line 2":"","Physical Address City":"Hopkins","Physical Address State":"MO ","Physical Address Zipcode":"64461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14925373134328357,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921660","School District Name":"NORTHEAST NODAWAY CO. R-V","Physical Address Line 1":"126 S HIGH SCHOOL AVE","Physical Address Line 2":"","Physical Address City":"RAVENWOOD","Physical Address State":"MO ","Physical Address Zipcode":"64479","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13636363636363635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921600","School District Name":"MT. VERNON R-V","Physical Address Line 1":"801 S LANDRUM ST","Physical Address Line 2":"","Physical Address City":"MT VERNON","Physical Address State":"MO ","Physical Address Zipcode":"65712","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1676300578034682,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2921540","School District Name":"MOUNTAIN VIEW-BIRCH TREE R-III","Physical Address Line 1":"1054 OLD HIGHWAY 60","Physical Address Line 2":"","Physical Address City":"MOUNTAIN VIEW","Physical Address State":"MO ","Physical Address Zipcode":"65548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2851879145173176,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921510","School District Name":"MOUNTAIN GROVE R-III","Physical Address Line 1":"207 E FIFTH","Physical Address Line 2":"","Physical Address City":"MOUNTAIN GROVE","Physical Address State":"MO ","Physical Address Zipcode":"65711","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.26232501521606816,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921480","School District Name":"MOUND CITY R-II","Physical Address Line 1":"708 NEBRASKA ST","Physical Address Line 2":"","Physical Address City":"MOUND CITY","Physical Address State":"MO ","Physical Address Zipcode":"64470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921420","School District Name":"SCOTT CO. CENTRAL","Physical Address Line 1":"20794 US HWY 61","Physical Address Line 2":"","Physical Address City":"SIKESTON","Physical Address State":"MO ","Physical Address Zipcode":"63801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21568627450980393,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921360","School District Name":"MONTROSE R-XIV","Physical Address Line 1":"307 E 2ND STREET","Physical Address Line 2":"","Physical Address City":"MONTROSE","Physical Address State":"MO ","Physical Address Zipcode":"64770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14545454545454545,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921330","School District Name":"MONTGOMERY CO. R-II","Physical Address Line 1":"418 N HWY 19","Physical Address Line 2":"","Physical Address City":"MONTGOMERY CITY","Physical Address State":"MO ","Physical Address Zipcode":"63361","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14252517428350117,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2921210","School District Name":"MONROE CITY R-I","Physical Address Line 1":"401 HWY 24/36 EAST","Physical Address Line 2":"","Physical Address City":"Monroe City","Physical Address State":"MO ","Physical Address Zipcode":"63456","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14126807563959956,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921180","School District Name":"MONITEAU CO. R-V","Physical Address Line 1":"156 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"LATHAM","Physical Address State":"MO ","Physical Address Zipcode":"65050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30293159609120524,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921150","School District Name":"HIGH POINT R-III","Physical Address Line 1":"60909 HIGHWAY C","Physical Address Line 2":"","Physical Address City":"HIGH POINT","Physical Address State":"MO ","Physical Address Zipcode":"65042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921120","School District Name":"MONETT R-I","Physical Address Line 1":"900 E. Scott Street","Physical Address Line 2":"","Physical Address City":"Monett","Physical Address State":"MO ","Physical Address Zipcode":"65708","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17212756662297946,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2921100","School District Name":"MOBERLY","Physical Address Line 1":"926 Shepherd Brothers Blvd","Physical Address Line 2":"","Physical Address City":"MOBERLY","Physical Address State":"MO ","Physical Address Zipcode":"65270","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14914958569559528,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2921060","School District Name":"MISSOURI CITY 56","Physical Address Line 1":"700 E MAIN","Physical Address Line 2":"","Physical Address City":"MISSOURI CITY","Physical Address State":"MO ","Physical Address Zipcode":"64072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0684931506849315,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921030","School District Name":"MIRABILE C-1","Physical Address Line 1":"2954 SW STATE RTE D","Physical Address Line 2":"","Physical Address City":"POLO","Physical Address State":"MO ","Physical Address Zipcode":"64671","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2921000","School District Name":"MILLER R-II","Physical Address Line 1":"110 W. SIXTH ST.","Physical Address Line 2":"","Physical Address City":"MILLER","Physical Address State":"MO ","Physical Address Zipcode":"65707","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19293478260869565,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920940","School District Name":"MILAN C-2","Physical Address Line 1":"373 S MARKET ST","Physical Address Line 2":"","Physical Address City":"MILAN","Physical Address State":"MO ","Physical Address Zipcode":"63556","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1773308957952468,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920880","School District Name":"MIDDLE GROVE C-1","Physical Address Line 1":"11476 RTE M","Physical Address Line 2":"","Physical Address City":"MADISON","Physical Address State":"MO ","Physical Address Zipcode":"65263","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.4823529411764706,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920840","School District Name":"MIAMI R-I","Physical Address Line 1":"34520 N. HWY. 41","Physical Address Line 2":"","Physical Address City":"MIAMI","Physical Address State":"MO ","Physical Address Zipcode":"65344","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13953488372093023,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920820","School District Name":"MIAMI R-I","Physical Address Line 1":"7638 NW STATE ROUTE J","Physical Address Line 2":"","Physical Address City":"AMORET","Physical Address State":"MO ","Physical Address Zipcode":"64722","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14468085106382977,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920810","School District Name":"MEXICO 59","Physical Address Line 1":"2101 LAKEVIEW","Physical Address Line 2":"","Physical Address City":"MEXICO","Physical Address State":"MO ","Physical Address Zipcode":"65265","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21898385191020087,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920750","School District Name":"NORTH MERCER CO. R-III","Physical Address Line 1":"22931 MAIN ST","Physical Address Line 2":"","Physical Address City":"MERCER","Physical Address State":"MO ","Physical Address Zipcode":"64661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18471337579617833,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920700","School District Name":"SCOTLAND CO. R-I","Physical Address Line 1":"438 WEST LOVERS LANE","Physical Address Line 2":"","Physical Address City":"MEMPHIS","Physical Address State":"MO ","Physical Address Zipcode":"63555","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22704339051463168,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920670","School District Name":"MEHLVILLE R-IX","Physical Address Line 1":"3120 LEMAY FERRY RD","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06253735803945008,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2920640","School District Name":"MEADVILLE R-IV","Physical Address Line 1":"101 W CRANDALL","Physical Address Line 2":"","Physical Address City":"MEADVILLE","Physical Address State":"MO ","Physical Address Zipcode":"64659","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10869565217391304,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920610","School District Name":"MCDONALD CO. R-I","Physical Address Line 1":"10 STAMPEDE DRIVE","Physical Address Line 2":"","Physical Address City":"ANDERSON","Physical Address State":"MO ","Physical Address Zipcode":"64831","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24977538185085355,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920550","School District Name":"MAYSVILLE R-I","Physical Address Line 1":"601 W MAIN","Physical Address Line 2":"","Physical Address City":"MAYSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"64469","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09932885906040269,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920490","School District Name":"MARYVILLE R-II","Physical Address Line 1":"1501 South Munn Avenue","Physical Address Line 2":"","Physical Address City":"Maryville","Physical Address State":"MO ","Physical Address Zipcode":"64468","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11150317572335922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2920430","School District Name":"MARSHFIELD R-I","Physical Address Line 1":"170 STATE HWY DD","Physical Address Line 2":"","Physical Address City":"MARSHFIELD","Physical Address State":"MO ","Physical Address Zipcode":"65706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15884373211219233,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2920410","School District Name":"MARSHALL","Physical Address Line 1":"860 W VEST","Physical Address Line 2":"","Physical Address City":"MARSHALL","Physical Address State":"MO ","Physical Address Zipcode":"65340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14326414326414327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2920370","School District Name":"MARQUAND-ZION R-VI","Physical Address Line 1":"205 E MORLEY ST","Physical Address Line 2":"","Physical Address City":"MARQUAND","Physical Address State":"MO ","Physical Address Zipcode":"63655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.35,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920340","School District Name":"MARK TWAIN R-VIII","Physical Address Line 1":"37707 US HWY 160","Physical Address Line 2":"","Physical Address City":"RUETER","Physical Address State":"MO ","Physical Address Zipcode":"65744","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920310","School District Name":"MARIONVILLE R-IX","Physical Address Line 1":"COLLEGE AND O'DELL","Physical Address Line 2":"","Physical Address City":"MARIONVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65705","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18324607329842932,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920280","School District Name":"MARION CO. R-II","Physical Address Line 1":"2905 Hwy D","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"MO ","Physical Address Zipcode":"63463","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12121212121212122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920160","School District Name":"MARION C. EARLY R-V","Physical Address Line 1":"5309 South Main","Physical Address Line 2":"","Physical Address City":"Morrisville","Physical Address State":"MO ","Physical Address Zipcode":"65710","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18352601156069365,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920050","School District Name":"MARCELINE R-V","Physical Address Line 1":"400 E SANTA FE AVE","Physical Address Line 2":"","Physical Address City":"MARCELINE","Physical Address State":"MO ","Physical Address Zipcode":"64658","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15025906735751296,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2920010","School District Name":"MAPLEWOOD-RICHMOND HEIGHTS","Physical Address Line 1":"7539 MANCHESTER RD","Physical Address Line 2":"","Physical Address City":"MAPLEWOOD","Physical Address State":"MO ","Physical Address Zipcode":"63143","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07663690476190477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2919980","School District Name":"MANSFIELD R-IV","Physical Address Line 1":"316 W OHIO ST.","Physical Address Line 2":"","Physical Address City":"MANSFIELD","Physical Address State":"MO ","Physical Address Zipcode":"65704","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.29441624365482233,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2919950","School District Name":"MANES R-V","Physical Address Line 1":"8939 HWY 95","Physical Address Line 2":"","Physical Address City":"MOUNTAIN GROVE","Physical Address State":"MO ","Physical Address Zipcode":"65711","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23469387755102042,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2919920","School District Name":"MALTA BEND R-V","Physical Address Line 1":"200 S LINN","Physical Address Line 2":"","Physical Address City":"MALTA BEND","Physical Address State":"MO ","Physical Address Zipcode":"65339","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19834710743801653,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2919890","School District Name":"MALDEN R-I","Physical Address Line 1":"505 BURKHART ST","Physical Address Line 2":"","Physical Address City":"MALDEN","Physical Address State":"MO ","Physical Address Zipcode":"63863","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2924901185770751,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2919840","School District Name":"MADISON C-3","Physical Address Line 1":"309 THOMAS ST","Physical Address Line 2":"","Physical Address City":"MADISON","Physical Address State":"MO ","Physical Address Zipcode":"65263","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1906779661016949,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2919410","School District Name":"MACON CO. R-I","Physical Address Line 1":"702 N MISSOURI","Physical Address Line 2":"","Physical Address City":"MACON","Physical Address State":"MO ","Physical Address Zipcode":"63552","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15242165242165243,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2919380","School District Name":"MACKS CREEK R-V","Physical Address Line 1":"245 STATE ROAD N","Physical Address Line 2":"","Physical Address City":"MACKS CREEK","Physical Address State":"MO ","Physical Address Zipcode":"65786","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15934065934065933,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2919350","School District Name":"WOODLAND R-IV","Physical Address Line 1":"RTE 5 BOX 3210","Physical Address Line 2":"","Physical Address City":"MARBLE HILL","Physical Address State":"MO ","Physical Address Zipcode":"63764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.246875,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2919260","School District Name":"LOUISIANA R-II","Physical Address Line 1":"3321 W GEORGIA ST","Physical Address Line 2":"","Physical Address City":"LOUISIANA","Physical Address State":"MO ","Physical Address Zipcode":"63353","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.23481781376518218,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2919230","School District Name":"LONE JACK C-6","Physical Address Line 1":"313 S BYNUM ROAD","Physical Address Line 2":"","Physical Address City":"LONE JACK","Physical Address State":"MO ","Physical Address Zipcode":"64070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06271186440677966,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2919200","School District Name":"LONEDELL R-14","Physical Address Line 1":"7466 HWY FF","Physical Address Line 2":"","Physical Address City":"LONEDELL","Physical Address State":"MO ","Physical Address Zipcode":"63060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17825311942959002,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2919170","School District Name":"LOGAN-ROGERSVILLE R-VIII","Physical Address Line 1":"100 E FRONT ST","Physical Address Line 2":"","Physical Address City":"ROGERSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09808518952715904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2919140","School District Name":"LOCKWOOD R-I","Physical Address Line 1":"400 W 4TH ST","Physical Address Line 2":"","Physical Address City":"LOCKWOOD","Physical Address State":"MO ","Physical Address Zipcode":"65682","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17326732673267325,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2919080","School District Name":"OSAGE CO. R-II","Physical Address Line 1":"141 WILDCAT DRIVE","Physical Address Line 2":"","Physical Address City":"LINN","Physical Address State":"MO ","Physical Address Zipcode":"65051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09878048780487805,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2918690","School District Name":"LINDBERGH SCHOOLS","Physical Address Line 1":"9350 Sappington Road","Physical Address Line 2":"","Physical Address City":"St. Louis","Physical Address State":"MO ","Physical Address Zipcode":"63126","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04258487194758785,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2918670","School District Name":"LINCOLN R-II","Physical Address Line 1":"101 W LAMINE ST #39","Physical Address Line 2":"","Physical Address City":"LINCOLN","Physical Address State":"MO ","Physical Address Zipcode":"65338","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2302025782688766,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2918600","School District Name":"LICKING R-VIII","Physical Address Line 1":"125 COLLEGE AVE","Physical Address Line 2":"","Physical Address City":"LICKING","Physical Address State":"MO ","Physical Address Zipcode":"65542","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2998790810157195,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2918540","School District Name":"LIBERTY 53","Physical Address Line 1":"8 VICTORY LANE","Physical Address Line 2":"","Physical Address City":"LIBERTY","Physical Address State":"MO ","Physical Address Zipcode":"64068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04480767666910629,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2918510","School District Name":"LIBERAL R-II","Physical Address Line 1":"107 S PAYNE","Physical Address Line 2":"","Physical Address City":"LIBERAL","Physical Address State":"MO ","Physical Address Zipcode":"64762","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1851179673321234,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2918480","School District Name":"LEXINGTON R-V","Physical Address Line 1":"2323A HIGH SCHOOL DRIVE","Physical Address Line 2":"","Physical Address City":"LEXINGTON","Physical Address State":"MO ","Physical Address Zipcode":"64067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18082788671023964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2918460","School District Name":"LEWIS CO. C-1","Physical Address Line 1":"21504 STATE HWY 6","Physical Address Line 2":"","Physical Address City":"LEWISTOWN","Physical Address State":"MO ","Physical Address Zipcode":"63452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1536231884057971,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2918450","School District Name":"LESTERVILLE R-IV","Physical Address Line 1":"33415 HWY 21","Physical Address Line 2":"","Physical Address City":"LESTERVILLE","Physical Address State":"MO ","Physical Address Zipcode":"63654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22346368715083798,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2918420","School District Name":"LEOPOLD R-III","Physical Address Line 1":"16797 Main Street","Physical Address Line 2":"","Physical Address City":"LEOPOLD","Physical Address State":"MO ","Physical Address Zipcode":"63760","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07042253521126761,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2918360","School District Name":"LEETON R-X","Physical Address Line 1":"500 N MAIN","Physical Address Line 2":"","Physical Address City":"LEETON","Physical Address State":"MO ","Physical Address Zipcode":"64761","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11382113821138211,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2918330","School District Name":"LEESVILLE R-IX","Physical Address Line 1":"8229 E Highway 7","Physical Address Line 2":"","Physical Address City":"CLINTON","Physical Address State":"MO ","Physical Address Zipcode":"64735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2918300","School District Name":"LEE'S SUMMIT R-VII","Physical Address Line 1":"301 NE TUDOR RD","Physical Address Line 2":"","Physical Address City":"LEE'S SUMMIT","Physical Address State":"MO ","Physical Address Zipcode":"64086","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.05124562382667817,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2918270","School District Name":"LEBANON R-III","Physical Address Line 1":"224 W. Commercial Street","Physical Address Line 2":"","Physical Address City":"LEBANON","Physical Address State":"MO ","Physical Address Zipcode":"65536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18917700112739572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2918240","School District Name":"WEST ST. FRANCOIS CO. R-IV","Physical Address Line 1":"1124 MAIN","Physical Address Line 2":"","Physical Address City":"LEADWOOD","Physical Address State":"MO ","Physical Address Zipcode":"63653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19318181818181818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2918220","School District Name":"LAWSON R-XIV","Physical Address Line 1":"401 N ALLISON","Physical Address Line 2":"","Physical Address City":"LAWSON","Physical Address State":"MO ","Physical Address Zipcode":"64062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08648648648648649,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2917970","School District Name":"LATHROP R-II","Physical Address Line 1":"700 EAST ST","Physical Address Line 2":"","Physical Address City":"LATHROP","Physical Address State":"MO ","Physical Address Zipcode":"64465","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08294930875576037,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2917910","School District Name":"LAREDO R-VII","Physical Address Line 1":"106 W MAIN","Physical Address Line 2":"","Physical Address City":"LAREDO","Physical Address State":"MO ","Physical Address Zipcode":"64652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2917880","School District Name":"LAQUEY R-V","Physical Address Line 1":"27600 Hwy. AA","Physical Address Line 2":"","Physical Address City":"laquey","Physical Address State":"MO ","Physical Address Zipcode":"65534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1591240875912409,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2917850","School District Name":"LAMAR R-I","Physical Address Line 1":"202 W 7TH","Physical Address Line 2":"","Physical Address City":"LAMAR","Physical Address State":"MO ","Physical Address Zipcode":"64759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2112321877619447,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2917820","School District Name":"LADUE","Physical Address Line 1":"9703 CONWAY RD","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03216947822675559,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2917000","School District Name":"LACLEDE CO. C-5","Physical Address Line 1":"16050 HWY KK","Physical Address Line 2":"","Physical Address City":"LEBANON","Physical Address State":"MO ","Physical Address Zipcode":"65536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19838056680161945,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2916950","School District Name":"LA PLATA R-II","Physical Address Line 1":"201 W MOORE","Physical Address Line 2":"","Physical Address City":"LA PLATA","Physical Address State":"MO ","Physical Address Zipcode":"63549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24752475247524752,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2916920","School District Name":"LA MONTE R-IV","Physical Address Line 1":"301 S WASHINGTON","Physical Address Line 2":"","Physical Address City":"LA MONTE","Physical Address State":"MO ","Physical Address Zipcode":"65337","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18882978723404256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2916860","School District Name":"OREGON-HOWELL R-III","Physical Address Line 1":"100 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"KOSHKONONG","Physical Address State":"MO ","Physical Address Zipcode":"65692","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2607003891050584,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2916830","School District Name":"KNOB NOSTER R-VIII","Physical Address Line 1":"401 E WIMER","Physical Address Line 2":"","Physical Address City":"KNOB NOSTER","Physical Address State":"MO ","Physical Address Zipcode":"65336","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09587217043941411,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2916770","School District Name":"KIRKWOOD R-VII","Physical Address Line 1":"11289 MANCHESTER RD","Physical Address Line 2":"","Physical Address City":"KIRKWOOD","Physical Address State":"MO ","Physical Address Zipcode":"63122","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029293080257061725,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2916740","School District Name":"KIRKSVILLE R-III","Physical Address Line 1":"1901 E HAMILTON ST","Physical Address Line 2":"","Physical Address City":"KIRKSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"63501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1684334511189635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2916710","School District Name":"KIRBYVILLE R-VI","Physical Address Line 1":"6225 STATE HWY 76 E","Physical Address Line 2":"","Physical Address City":"KIRBYVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65679","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2060491493383743,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2916660","School District Name":"KINGSVILLE R-I","Physical Address Line 1":"101 E ADRIATIC","Physical Address Line 2":"","Physical Address City":"KINGSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"64061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13043478260869565,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2916620","School District Name":"KINGSTON 42","Physical Address Line 1":"139 E LINCOLN","Physical Address Line 2":"","Physical Address City":"KINGSTON","Physical Address State":"MO ","Physical Address Zipcode":"64650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2826086956521739,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2916590","School District Name":"KING CITY R-I","Physical Address Line 1":"300 N GRAND","Physical Address Line 2":"","Physical Address City":"KING CITY","Physical Address State":"MO ","Physical Address Zipcode":"64463","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18518518518518517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2916530","School District Name":"KEYTESVILLE R-III","Physical Address Line 1":"27247 HWY 5","Physical Address Line 2":"","Physical Address City":"KEYTESVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65261","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11827956989247312,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2916500","School District Name":"KENNETT 39","Physical Address Line 1":"510 COLLEGE AVE","Physical Address Line 2":"","Physical Address City":"KENNETT","Physical Address State":"MO ","Physical Address Zipcode":"63857","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3153846153846154,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2916470","School District Name":"KELSO C-7","Physical Address Line 1":"820 STATE HWY A","Physical Address Line 2":"","Physical Address City":"BENTON","Physical Address State":"MO ","Physical Address Zipcode":"63736","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08192090395480225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2916450","School District Name":"KEARNEY R-I","Physical Address Line 1":"150 W State Route 92","Physical Address Line 2":"","Physical Address City":"KEARNEY","Physical Address State":"MO ","Physical Address Zipcode":"64060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03628750872295883,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2916400","School District Name":"KANSAS CITY 33","Physical Address Line 1":"2901 Troost Avenue","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2466708941027267,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2916380","School District Name":"CLARK CO. R-I","Physical Address Line 1":"427 W CHESTNUT","Physical Address Line 2":"","Physical Address City":"KAHOKA","Physical Address State":"MO ","Physical Address Zipcode":"63445","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18386816999132696,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2916350","School District Name":"JOPLIN SCHOOLS","Physical Address Line 1":"310 W 8TH STREET","Physical Address Line 2":"","Physical Address City":"JOPLIN","Physical Address State":"MO ","Physical Address Zipcode":"64804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.19053791315618923,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2916290","School District Name":"JENNINGS","Physical Address Line 1":"2559 DORWOOD","Physical Address Line 2":"","Physical Address City":"JENNINGS","Physical Address State":"MO ","Physical Address Zipcode":"63136","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2811472960860472,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2916230","School District Name":"JEFFERSON CO. R-VII","Physical Address Line 1":"1250 DOOLING HOLLOW RD","Physical Address Line 2":"","Physical Address City":"FESTUS","Physical Address State":"MO ","Physical Address Zipcode":"63028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08159392789373814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2916200","School District Name":"JEFFERSON C-123","Physical Address Line 1":"37614 US HWY 136","Physical Address Line 2":"","Physical Address City":"CONCEPTION JCT","Physical Address State":"MO ","Physical Address Zipcode":"64434","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11023622047244094,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2916190","School District Name":"JEFFERSON CITY","Physical Address Line 1":"315 E DUNKLIN ST","Physical Address Line 2":"","Physical Address City":"JEFFERSON CITY","Physical Address State":"MO ","Physical Address Zipcode":"65101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11611311778697912,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2916140","School District Name":"JASPER CO. R-V","Physical Address Line 1":"201 W Mercer","Physical Address Line 2":"","Physical Address City":"Jasper","Physical Address State":"MO ","Physical Address Zipcode":"64755","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2915660","School District Name":"JAMESTOWN C-1","Physical Address Line 1":"222 School St","Physical Address Line 2":"","Physical Address City":"Jamestown","Physical Address State":"MO ","Physical Address Zipcode":"65046","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1067193675889328,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2915630","School District Name":"NORTH DAVIESS R-III","Physical Address Line 1":"413 E 2ND ST","Physical Address Line 2":"","Physical Address City":"JAMESON","Physical Address State":"MO ","Physical Address Zipcode":"64647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27049180327868855,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2915600","School District Name":"JACKSON R-II","Physical Address Line 1":"614 E ADAMS ST","Physical Address Line 2":"","Physical Address City":"JACKSON","Physical Address State":"MO ","Physical Address Zipcode":"63755","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08352105354357997,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2915510","School District Name":"IRON CO. C-4","Physical Address Line 1":"35 HWY 49","Physical Address Line 2":"","Physical Address City":"VIBURNUM","Physical Address State":"MO ","Physical Address Zipcode":"65566","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1894273127753304,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2915480","School District Name":"INDEPENDENCE 30","Physical Address Line 1":"201 NORTH FOREST AVENUE","Physical Address Line 2":"","Physical Address City":"INDEPENDENCE","Physical Address State":"MO ","Physical Address Zipcode":"64050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17121620732750115,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2915450","School District Name":"SCOTT CITY R-I","Physical Address Line 1":"3000 MAIN ST","Physical Address Line 2":"","Physical Address City":"SCOTT CITY","Physical Address State":"MO ","Physical Address Zipcode":"63780","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1959686450167973,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2915420","School District Name":"IBERIA R-V","Physical Address Line 1":"201 PEMBERTON DR","Physical Address Line 2":"","Physical Address City":"IBERIA","Physical Address State":"MO ","Physical Address Zipcode":"65486","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1507537688442211,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2915390","School District Name":"HURLEY R-I","Physical Address Line 1":"86 HOLT SPRING RD","Physical Address Line 2":"","Physical Address City":"HURLEY","Physical Address State":"MO ","Physical Address Zipcode":"65675","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20155038759689922,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2915330","School District Name":"HUME R-VIII","Physical Address Line 1":"9163 SW 2ND STREET","Physical Address Line 2":"","Physical Address City":"HUME","Physical Address State":"MO ","Physical Address Zipcode":"64752","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2915300","School District Name":"HUMANSVILLE R-IV","Physical Address Line 1":"300 N OAK ST","Physical Address Line 2":"","Physical Address City":"HUMANSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65674","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3564154786150713,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2915270","School District Name":"PETTIS CO. R-V","Physical Address Line 1":"16215 HWY H","Physical Address Line 2":"","Physical Address City":"HUGHESVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65334","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19469026548672566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2915240","School District Name":"HUDSON R-IX","Physical Address Line 1":"15012 NE STATE ROUTE 52","Physical Address Line 2":"","Physical Address City":"APPLETON CITY","Physical Address State":"MO ","Physical Address Zipcode":"64724","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2915210","School District Name":"HOWELL VALLEY R-I","Physical Address Line 1":"6461 STATE RTE ZZ","Physical Address Line 2":"","Physical Address City":"WEST PLAINS","Physical Address State":"MO ","Physical Address Zipcode":"65775","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2599009900990099,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2915180","School District Name":"GLENWOOD R-VIII","Physical Address Line 1":"10286 STATE RTE 17","Physical Address Line 2":"","Physical Address City":"WEST PLAINS","Physical Address State":"MO ","Physical Address Zipcode":"65775","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16831683168316833,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2915060","School District Name":"JUNCTION HILL C-12","Physical Address Line 1":"8004 COUNTY RD 3010","Physical Address Line 2":"","Physical Address City":"WEST PLAINS","Physical Address State":"MO ","Physical Address Zipcode":"65775","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16422287390029325,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2914840","School District Name":"HOUSTON R-I","Physical Address Line 1":"423 W PINE","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"MO ","Physical Address Zipcode":"65483","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24411134903640258,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2914550","School District Name":"HOLLISTER R-V","Physical Address Line 1":"1914 STATE HWY BB","Physical Address Line 2":"","Physical Address City":"HOLLISTER","Physical Address State":"MO ","Physical Address Zipcode":"65672","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21339779005524862,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2914520","School District Name":"HOLLIDAY C-2","Physical Address Line 1":"201 CURTRIGHT ST","Physical Address Line 2":"","Physical Address City":"HOLLIDAY","Physical Address State":"MO ","Physical Address Zipcode":"65258","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11578947368421053,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2914490","School District Name":"HOLDEN R-III","Physical Address Line 1":"1612 S MAIN","Physical Address Line 2":"","Physical Address City":"HOLDEN","Physical Address State":"MO ","Physical Address Zipcode":"64040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13525935653315824,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2914460","School District Name":"HOLCOMB R-III","Physical Address Line 1":"102 S CHERRY","Physical Address Line 2":"","Physical Address City":"HOLCOMB","Physical Address State":"MO ","Physical Address Zipcode":"63852","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2297551789077213,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2914430","School District Name":"HILLSBORO R-III","Physical Address Line 1":"5 RIDGEWOOD DRIVE","Physical Address Line 2":"","Physical Address City":"HILLSBORO","Physical Address State":"MO ","Physical Address Zipcode":"63050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08182057353328072,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2914400","School District Name":"LAFAYETTE CO. C-1","Physical Address Line 1":"805 W 31ST ST","Physical Address Line 2":"","Physical Address City":"HIGGINSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"64037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16026871401151632,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2914370","School District Name":"HIGBEE R-VIII","Physical Address Line 1":"101 EVANS ST","Physical Address Line 2":"","Physical Address City":"HIGBEE","Physical Address State":"MO ","Physical Address Zipcode":"65257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13488372093023257,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2914340","School District Name":"HICKMAN MILLS C-1","Physical Address Line 1":"5401 E. 103rd St","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2286925479696564,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2914320","School District Name":"HICKORY CO. R-I","Physical Address Line 1":"20663 US HIGHWAY 65","Physical Address Line 2":"","Physical Address City":"URBANA","Physical Address State":"MO ","Physical Address Zipcode":"65767","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3083140877598152,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2914310","School District Name":"HERMITAGE R-IV","Physical Address Line 1":"23824 Polk Street","Physical Address Line 2":"","Physical Address City":"HERMITAGE","Physical Address State":"MO ","Physical Address Zipcode":"65668","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.30272108843537415,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2914280","School District Name":"GASCONADE CO. R-I","Physical Address Line 1":"170 BLUE PRIDE DR","Physical Address Line 2":"","Physical Address City":"HERMANN","Physical Address State":"MO ","Physical Address Zipcode":"65041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11274060494958753,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2914250","School District Name":"DUNKLIN R-V","Physical Address Line 1":"497 JOACHIM","Physical Address Line 2":"","Physical Address City":"HERCULANEUM","Physical Address State":"MO ","Physical Address Zipcode":"63048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2913830","School District Name":"HAZELWOOD","Physical Address Line 1":"15955 NEW HALLS FERRY RD","Physical Address Line 2":"","Physical Address City":"FLORISSANT","Physical Address State":"MO ","Physical Address Zipcode":"63031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17966372299555955,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2913800","School District Name":"HAYTI R-II","Physical Address Line 1":"500 N FOURTH","Physical Address Line 2":"","Physical Address City":"HAYTI","Physical Address State":"MO ","Physical Address Zipcode":"63851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.6028938906752411,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2913770","School District Name":"HARTVILLE R-II","Physical Address Line 1":"175 N. School Ave","Physical Address Line 2":"","Physical Address City":"HARTVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.31565656565656564,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2913760","School District Name":"HARRISONVILLE R-IX","Physical Address Line 1":"503 S LEXINGTON","Physical Address Line 2":"","Physical Address City":"HARRISONVILLE","Physical Address State":"MO ","Physical Address Zipcode":"64701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09153057349031522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2913710","School District Name":"HARRISBURG R-VIII","Physical Address Line 1":"1000 S HARRIS","Physical Address Line 2":"","Physical Address City":"HARRISBURG","Physical Address State":"MO ","Physical Address Zipcode":"65256","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07936507936507936,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2913680","School District Name":"HARDIN-CENTRAL C-2","Physical Address Line 1":"500 NE 1ST ST","Physical Address Line 2":"","Physical Address City":"HARDIN","Physical Address State":"MO ","Physical Address Zipcode":"64035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11981566820276497,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2913650","School District Name":"HANNIBAL 60","Physical Address Line 1":"4650 MCMASTERS AVE","Physical Address Line 2":"","Physical Address City":"HANNIBAL","Physical Address State":"MO ","Physical Address Zipcode":"63401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17867909016168812,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2913620","School District Name":"HANCOCK PLACE","Physical Address Line 1":"9417 S BROADWAY","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.21237585943468296,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2913590","School District Name":"HAMILTON R-II","Physical Address Line 1":"419 S HUGHES","Physical Address Line 2":"","Physical Address City":"HAMILTON","Physical Address State":"MO ","Physical Address Zipcode":"64644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1489971346704871,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2913560","School District Name":"HALLSVILLE R-IV","Physical Address Line 1":"421 HWY 124 E","Physical Address Line 2":"","Physical Address City":"HALLSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65255","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09175449473031617,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2913530","School District Name":"HALFWAY R-III","Physical Address Line 1":"2150 HIGHWAY 32","Physical Address Line 2":"","Physical Address City":"HALF WAY","Physical Address State":"MO ","Physical Address Zipcode":"65663","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19077568134171907,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2913500","School District Name":"HALE R-I","Physical Address Line 1":"518 MAIN ST","Physical Address Line 2":"","Physical Address City":"HALE","Physical Address State":"MO ","Physical Address Zipcode":"64643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16541353383458646,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2913440","School District Name":"PLEASANT VIEW R-VI","Physical Address Line 1":"128 SE 20TH ST","Physical Address Line 2":"","Physical Address City":"TRENTON","Physical Address State":"MO ","Physical Address Zipcode":"64683","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2913380","School District Name":"GREENVILLE R-II","Physical Address Line 1":"127 WALNUT","Physical Address Line 2":"","Physical Address City":"GREENVILLE","Physical Address State":"MO ","Physical Address Zipcode":"63944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.30357142857142855,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2913320","School District Name":"GREENFIELD R-IV","Physical Address Line 1":"410 W COLLEGE","Physical Address Line 2":"","Physical Address City":"GREENFIELD","Physical Address State":"MO ","Physical Address Zipcode":"65661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2537634408602151,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2913290","School District Name":"GREEN RIDGE R-VIII","Physical Address Line 1":"401 W PETTIS ST","Physical Address Line 2":"","Physical Address City":"GREEN RIDGE","Physical Address State":"MO ","Physical Address Zipcode":"65332","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1891891891891892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2913260","School District Name":"GREEN FOREST R-II","Physical Address Line 1":"6111 HWY F","Physical Address Line 2":"","Physical Address City":"SALEM","Physical Address State":"MO ","Physical Address Zipcode":"65560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21794871794871795,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2913230","School District Name":"GREEN CITY R-I","Physical Address Line 1":"301 N EAST ST","Physical Address Line 2":"","Physical Address City":"GREEN CITY","Physical Address State":"MO ","Physical Address Zipcode":"63545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.226890756302521,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2913170","School District Name":"GRANDVIEW R-II","Physical Address Line 1":"11470 HWY C","Physical Address Line 2":"","Physical Address City":"HILLSBORO","Physical Address State":"MO ","Physical Address Zipcode":"63050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15230224321133412,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2913140","School District Name":"GRANDVIEW C-4","Physical Address Line 1":"13015 10TH ST","Physical Address Line 2":"","Physical Address City":"GRANDVIEW","Physical Address State":"MO ","Physical Address Zipcode":"64030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15922044493473064,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2913080","School District Name":"GRAIN VALLEY R-V","Physical Address Line 1":"31606 E PINK HILL RD","Physical Address Line 2":"","Physical Address City":"GRAIN VALLEY","Physical Address State":"MO ","Physical Address Zipcode":"64029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05386232264844982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2912930","School District Name":"GOLDEN CITY R-III","Physical Address Line 1":"1208 WALNUT ST","Physical Address Line 2":"","Physical Address City":"GOLDEN CITY","Physical Address State":"MO ","Physical Address Zipcode":"64748","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21455938697318008,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2912900","School District Name":"GLASGOW","Physical Address Line 1":"860 RANDOLPH ST","Physical Address Line 2":"","Physical Address City":"GLASGOW","Physical Address State":"MO ","Physical Address Zipcode":"65254","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12054794520547946,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2912870","School District Name":"GILMAN CITY R-IV","Physical Address Line 1":"141 LINDSEY AVE","Physical Address Line 2":"","Physical Address City":"GILMAN CITY","Physical Address State":"MO ","Physical Address Zipcode":"64642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22137404580152673,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2912840","School District Name":"GILLIAM C-4","Physical Address Line 1":"102 NORTH ST","Physical Address Line 2":"","Physical Address City":"GILLIAM","Physical Address State":"MO ","Physical Address Zipcode":"65330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09259259259259259,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2912780","School District Name":"GIDEON 37","Physical Address Line 1":"400 S MAIN ST","Physical Address Line 2":"","Physical Address City":"GIDEON","Physical Address State":"MO ","Physical Address Zipcode":"63848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2074074074074074,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2912720","School District Name":"GASCONADE C-4","Physical Address Line 1":"32959 HWY 32","Physical Address Line 2":"","Physical Address City":"FALCON","Physical Address State":"MO ","Physical Address Zipcode":"65470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2605633802816901,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2912690","School District Name":"GRUNDY CO. R-V","Physical Address Line 1":"205 SW BORDER ST","Physical Address Line 2":"","Physical Address City":"GALT","Physical Address State":"MO ","Physical Address Zipcode":"64641","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20710059171597633,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2912660","School District Name":"GALLATIN R-V","Physical Address Line 1":"602 S OLIVE ST","Physical Address Line 2":"","Physical Address City":"GALLATIN","Physical Address State":"MO ","Physical Address Zipcode":"64640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2314647377938517,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2912630","School District Name":"GALENA R-II","Physical Address Line 1":"30925 STATE HWY 413","Physical Address Line 2":"","Physical Address City":"GALENA","Physical Address State":"MO ","Physical Address Zipcode":"65656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30078125,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2912600","School District Name":"GAINESVILLE R-V","Physical Address Line 1":"422 BULLDOG DRIVE","Physical Address Line 2":"","Physical Address City":"GAINESVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28719723183391005,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2912550","School District Name":"FULTON 58","Physical Address Line 1":"2 HORNET DR","Physical Address Line 2":"","Physical Address City":"FULTON","Physical Address State":"MO ","Physical Address Zipcode":"65251","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.157308009909166,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2912540","School District Name":"FREDERICKTOWN R-I","Physical Address Line 1":"704 E Hwy 72","Physical Address Line 2":"","Physical Address City":"Fredericktown","Physical Address State":"MO ","Physical Address Zipcode":"63645","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18977332630469163,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2912510","School District Name":"FRANKLIN CO. R-II","Physical Address Line 1":"3128 HWY Y","Physical Address Line 2":"","Physical Address City":"NEW HAVEN","Physical Address State":"MO ","Physical Address Zipcode":"63068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05485232067510549,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2912480","School District Name":"STRAIN-JAPAN R-XVI","Physical Address Line 1":"4640 HWY H","Physical Address Line 2":"","Physical Address City":"SULLIVAN","Physical Address State":"MO ","Physical Address Zipcode":"63080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08571428571428572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2912450","School District Name":"SPRING BLUFF R-XV","Physical Address Line 1":"9374 HWY 185","Physical Address Line 2":"","Physical Address City":"SULLIVAN","Physical Address State":"MO ","Physical Address Zipcode":"63080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03910614525139665,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2912300","School District Name":"FOX C-6","Physical Address Line 1":"745 JEFFCO BLVD","Physical Address Line 2":"","Physical Address City":"ARNOLD","Physical Address State":"MO ","Physical Address Zipcode":"63010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07935083999347578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2912290","School District Name":"FORT OSAGE R-I","Physical Address Line 1":"2101 N TWYMAN RD","Physical Address Line 2":"","Physical Address City":"INDEPENDENCE","Physical Address State":"MO ","Physical Address Zipcode":"64058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13476144109055502,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2912240","School District Name":"FORSYTH R-III","Physical Address Line 1":"178 PANTHER STREET","Physical Address Line 2":"","Physical Address City":"FORSYTH","Physical Address State":"MO ","Physical Address Zipcode":"65653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2553846153846154,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2912180","School District Name":"FORDLAND R-III","Physical Address Line 1":"1230 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"FORDLAND","Physical Address State":"MO ","Physical Address Zipcode":"65652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27110582639714625,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2912030","School District Name":"FESTUS R-VI","Physical Address Line 1":"1515 MID-MEADOW LN","Physical Address Line 2":"","Physical Address City":"FESTUS","Physical Address State":"MO ","Physical Address Zipcode":"63028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09805735430157261,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2912010","School District Name":"FERGUSON-FLORISSANT R-II","Physical Address Line 1":"8855 Dunn Rd","Physical Address Line 2":"","Physical Address City":"Hazelwood","Physical Address State":"MO ","Physical Address Zipcode":"63042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20895765472312702,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911990","School District Name":"FAYETTE R-III","Physical Address Line 1":"705 LUCKY","Physical Address Line 2":"","Physical Address City":"FAYETTE","Physical Address State":"MO ","Physical Address Zipcode":"65248","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15040650406504066,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2911940","School District Name":"MID-BUCHANAN CO. R-V","Physical Address Line 1":"3221 Route H SE","Physical Address Line 2":"","Physical Address City":"Faucett","Physical Address State":"MO ","Physical Address Zipcode":"64448","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06703146374829001,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2911910","School District Name":"FARMINGTON R-VII","Physical Address Line 1":"510 S Franklin St","Physical Address Line 2":"","Physical Address City":"FARMINGTON","Physical Address State":"MO ","Physical Address Zipcode":"63640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13521400778210116,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2911850","School District Name":"FAIRVIEW R-XI","Physical Address Line 1":"4036 STATE RTE K","Physical Address Line 2":"","Physical Address City":"WEST PLAINS","Physical Address State":"MO ","Physical Address Zipcode":"65775","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16145833333333334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2911760","School District Name":"FAIRFAX R-III","Physical Address Line 1":"500 MAIN ST","Physical Address Line 2":"","Physical Address City":"FAIRFAX","Physical Address State":"MO ","Physical Address Zipcode":"64446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1360544217687075,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911730","School District Name":"FAIR PLAY R-II","Physical Address Line 1":"301 N WALNUT","Physical Address Line 2":"","Physical Address City":"FAIR PLAY","Physical Address State":"MO ","Physical Address Zipcode":"65649","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23503325942350334,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911700","School District Name":"FAIR GROVE R-X","Physical Address Line 1":"132 N MAIN ST","Physical Address Line 2":"","Physical Address City":"FAIR GROVE","Physical Address State":"MO ","Physical Address Zipcode":"65648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12964563526361278,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911670","School District Name":"EXETER R-VI","Physical Address Line 1":"101 LOCUST ST","Physical Address Line 2":"","Physical Address City":"EXETER","Physical Address State":"MO ","Physical Address Zipcode":"65647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2369146005509642,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911650","School District Name":"EXCELSIOR SPRINGS 40","Physical Address Line 1":"300 W BROADWAY","Physical Address Line 2":"","Physical Address City":"EXCELSIOR SPRINGS","Physical Address State":"MO ","Physical Address Zipcode":"64024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11794708320051005,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2911580","School District Name":"EVERTON R-III","Physical Address Line 1":"509 E SCHOOL ST","Physical Address Line 2":"","Physical Address City":"EVERTON","Physical Address State":"MO ","Physical Address Zipcode":"65646","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17486338797814208,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911550","School District Name":"COLE CO. R-V","Physical Address Line 1":"14803 HWY 17","Physical Address Line 2":"","Physical Address City":"EUGENE","Physical Address State":"MO ","Physical Address Zipcode":"65032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0958904109589041,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911450","School District Name":"EMINENCE R-I","Physical Address Line 1":"17829 6th Street","Physical Address Line 2":"","Physical Address City":"EMINENCE","Physical Address State":"MO ","Physical Address Zipcode":"65466","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.30405405405405406,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911400","School District Name":"ELSBERRY R-II","Physical Address Line 1":"138 TOMAHAWK DR","Physical Address Line 2":"","Physical Address City":"ELSBERRY","Physical Address State":"MO ","Physical Address Zipcode":"63343","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16608594657375145,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911340","School District Name":"ELDON R-I","Physical Address Line 1":"112 S PINE ST","Physical Address Line 2":"","Physical Address City":"ELDON","Physical Address State":"MO ","Physical Address Zipcode":"65026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1852394916911046,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2911310","School District Name":"EL DORADO SPRINGS R-II","Physical Address Line 1":"901 S GRAND AVE","Physical Address Line 2":"","Physical Address City":"EL DORADO SPRINGS","Physical Address State":"MO ","Physical Address Zipcode":"64744","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.25234318673395817,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911280","School District Name":"KNOX CO. R-I","Physical Address Line 1":"55701 STATE HWY 6","Physical Address Line 2":"","Physical Address City":"EDINA","Physical Address State":"MO ","Physical Address Zipcode":"63537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2937595129375951,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911250","School District Name":"EAST BUCHANAN CO. C-1","Physical Address Line 1":"100 SMITH ST","Physical Address Line 2":"","Physical Address City":"GOWER","Physical Address State":"MO ","Physical Address Zipcode":"64454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0774365821094793,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911220","School District Name":"EAST PRAIRIE R-II","Physical Address Line 1":"304 E WALNUT","Physical Address Line 2":"","Physical Address City":"EAST PRAIRIE","Physical Address State":"MO ","Physical Address Zipcode":"63845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2286652078774617,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911160","School District Name":"EAST LYNNE 40","Physical Address Line 1":"24706 S STATE RTE K","Physical Address Line 2":"","Physical Address City":"EAST LYNNE","Physical Address State":"MO ","Physical Address Zipcode":"64743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07326007326007326,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911100","School District Name":"EAST CARTER CO. R-II","Physical Address Line 1":"24 S HERREN AVE","Physical Address Line 2":"","Physical Address City":"ELLSINORE","Physical Address State":"MO ","Physical Address Zipcode":"63937","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.254259501965924,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911070","School District Name":"DREXEL R-IV","Physical Address Line 1":"207 S FOURTH ST","Physical Address Line 2":"","Physical Address City":"DREXEL","Physical Address State":"MO ","Physical Address Zipcode":"64742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09615384615384616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911040","School District Name":"PLAINVIEW R-VIII","Physical Address Line 1":"RTE 3 BOX 145","Physical Address Line 2":"","Physical Address City":"AVA","Physical Address State":"MO ","Physical Address Zipcode":"65608","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21428571428571427,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2911010","School District Name":"SKYLINE R-II","Physical Address Line 1":"RTE 72 BOX 486","Physical Address Line 2":"","Physical Address City":"NORWOOD","Physical Address State":"MO ","Physical Address Zipcode":"65717","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.34,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910950","School District Name":"DORA R-III","Physical Address Line 1":"613 COUNTY ROAD 379","Physical Address Line 2":"","Physical Address City":"DORA","Physical Address State":"MO ","Physical Address Zipcode":"65634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2889733840304182,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910920","School District Name":"DONIPHAN R-I","Physical Address Line 1":"401 Walnut Street","Physical Address Line 2":"","Physical Address City":"Doniphan","Physical Address State":"MO ","Physical Address Zipcode":"63935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.300357568533969,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910830","School District Name":"DIXON R-I","Physical Address Line 1":"106 W FOURTH ST","Physical Address Line 2":"","Physical Address City":"DIXON","Physical Address State":"MO ","Physical Address Zipcode":"65459","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2088724584103512,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910800","School District Name":"DIAMOND R-IV","Physical Address Line 1":"401 S MAIN","Physical Address Line 2":"","Physical Address City":"DIAMOND","Physical Address State":"MO ","Physical Address Zipcode":"64840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14797360980207352,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910770","School District Name":"DEXTER R-XI","Physical Address Line 1":"1031 BROWN PILOT LN","Physical Address Line 2":"","Physical Address City":"DEXTER","Physical Address State":"MO ","Physical Address Zipcode":"63841","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19969434538970962,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2910710","School District Name":"DENT-PHELPS R-III","Physical Address Line 1":"27870 HWY C","Physical Address Line 2":"","Physical Address City":"SALEM","Physical Address State":"MO ","Physical Address Zipcode":"65560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22654462242562928,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910650","School District Name":"NORTH WOOD R-IV","Physical Address Line 1":"3734 N HWY 19","Physical Address Line 2":"","Physical Address City":"SALEM","Physical Address State":"MO ","Physical Address Zipcode":"65560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22950819672131148,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910620","School District Name":"DELTA R-V","Physical Address Line 1":"324 LIBERTY ST","Physical Address Line 2":"","Physical Address City":"DELTA","Physical Address State":"MO ","Physical Address Zipcode":"63744","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10734463276836158,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910590","School District Name":"BUCHANAN CO. R-IV","Physical Address Line 1":"702 MAIN ST","Physical Address Line 2":"","Physical Address City":"DEKALB","Physical Address State":"MO ","Physical Address Zipcode":"64440","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08908045977011494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910520","School District Name":"LAKELAND R-III","Physical Address Line 1":"12530 LAKELAND SCHOOL DR","Physical Address Line 2":"","Physical Address City":"DEEPWATER","Physical Address State":"MO ","Physical Address Zipcode":"64740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910500","School District Name":"DESOTO 73","Physical Address Line 1":"610 VINELAND SCHOOL RD","Physical Address Line 2":"","Physical Address City":"DESOTO","Physical Address State":"MO ","Physical Address Zipcode":"63020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12382281130101151,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2910470","School District Name":"DAVIS R-XII","Physical Address Line 1":"6714 SW Hwy T","Physical Address Line 2":"","Physical Address City":"CLINTON","Physical Address State":"MO ","Physical Address Zipcode":"64735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11864406779661017,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910440","School District Name":"DADEVILLE R-II","Physical Address Line 1":"17 BEARCAT TRAIL","Physical Address Line 2":"","Physical Address City":"DADEVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.175,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910410","School District Name":"CRAWFORD CO. R-II","Physical Address Line 1":"1 WILDCAT PRIDE DR","Physical Address Line 2":"","Physical Address City":"CUBA","Physical Address State":"MO ","Physical Address Zipcode":"65453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.21321961620469082,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910380","School District Name":"CRYSTAL CITY 47","Physical Address Line 1":"1100 MISSISSIPPI AVE","Physical Address Line 2":"","Physical Address City":"CRYSTAL CITY","Physical Address State":"MO ","Physical Address Zipcode":"63019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10449927431059507,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2910350","School District Name":"CROCKER R-II","Physical Address Line 1":"104 SCHOOL STREET","Physical Address Line 2":"","Physical Address City":"CROCKER","Physical Address State":"MO ","Physical Address Zipcode":"65452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1651705565529623,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910320","School District Name":"SHERWOOD CASS R-VIII","Physical Address Line 1":"33300 S SHERWOOD DR","Physical Address Line 2":"","Physical Address City":"CREIGHTON","Physical Address State":"MO ","Physical Address Zipcode":"64739","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10903426791277258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910290","School District Name":"CRANE R-III","Physical Address Line 1":"209 PIRATE LANE","Physical Address Line 2":"","Physical Address City":"CRANE","Physical Address State":"MO ","Physical Address Zipcode":"65633","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23247863247863249,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910260","School District Name":"CRAIG R-III","Physical Address Line 1":"402 N WARD","Physical Address Line 2":"","Physical Address City":"CRAIG","Physical Address State":"MO ","Physical Address Zipcode":"64437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.32558139534883723,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910230","School District Name":"COWGILL R-VI","Physical Address Line 1":"341 E 6TH ST","Physical Address Line 2":"","Physical Address City":"COWGILL","Physical Address State":"MO ","Physical Address Zipcode":"64637","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16326530612244897,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910200","School District Name":"COUCH R-I","Physical Address Line 1":"22206 MO 142","Physical Address Line 2":"","Physical Address City":"MYRTLE","Physical Address State":"MO ","Physical Address Zipcode":"65778","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.33774834437086093,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910140","School District Name":"COOTER R-IV","Physical Address Line 1":"1867 State Highway E","Physical Address Line 2":"","Physical Address City":"Cooter","Physical Address State":"MO ","Physical Address Zipcode":"63839","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2565789473684211,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910110","School District Name":"LACLEDE CO. R-I","Physical Address Line 1":"726 W JEFFERSON","Physical Address Line 2":"","Physical Address City":"CONWAY","Physical Address State":"MO ","Physical Address Zipcode":"65632","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1884393063583815,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910080","School District Name":"CONCORDIA R-II","Physical Address Line 1":"204 SW 11TH ST","Physical Address Line 2":"","Physical Address City":"CONCORDIA","Physical Address State":"MO ","Physical Address Zipcode":"64020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.121875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2910020","School District Name":"COMMUNITY R-VI","Physical Address Line 1":"35063 HIGHWAY BB","Physical Address Line 2":"","Physical Address City":"LADDONIA","Physical Address State":"MO ","Physical Address Zipcode":"63352","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24722222222222223,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2909930","School District Name":"BLAIR OAKS R-II","Physical Address Line 1":"6124 FALCON LN","Physical Address Line 2":"","Physical Address City":"JEFFERSON CITY","Physical Address State":"MO ","Physical Address Zipcode":"65101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.029181494661921707,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2909900","School District Name":"COLE CAMP R-I","Physical Address Line 1":"500 SOUTH KEENEY STREET","Physical Address Line 2":"","Physical Address City":"COLE CAMP","Physical Address State":"MO ","Physical Address Zipcode":"65325","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19212410501193317,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2909860","School District Name":"CLINTON","Physical Address Line 1":"701 S 8TH ST","Physical Address Line 2":"","Physical Address City":"CLINTON","Physical Address State":"MO ","Physical Address Zipcode":"64735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1878144214645053,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2909810","School District Name":"CLIMAX SPRINGS R-IV","Physical Address Line 1":"571 CLIMAX AVE","Physical Address Line 2":"","Physical Address City":"CLIMAX SPRINGS","Physical Address State":"MO ","Physical Address Zipcode":"65324","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2833333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2909780","School District Name":"CLEVER R-V","Physical Address Line 1":"103 S PUBLIC AVE","Physical Address Line 2":"","Physical Address City":"CLEVER","Physical Address State":"MO ","Physical Address Zipcode":"65631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.099601593625498,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2909750","School District Name":"CLEARWATER R-I","Physical Address Line 1":"200 HENRY WHITE BLVD","Physical Address Line 2":"","Physical Address City":"PIEDMONT","Physical Address State":"MO ","Physical Address Zipcode":"63957","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.33042635658914726,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2909720","School District Name":"CLAYTON","Physical Address Line 1":"#2 MARK TWAIN CIRCLE","Physical Address Line 2":"","Physical Address City":"CLAYTON","Physical Address State":"MO ","Physical Address Zipcode":"63105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03851573508689526,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2909120","School District Name":"CLARKTON C-4","Physical Address Line 1":"HWY 162","Physical Address Line 2":"","Physical Address City":"CLARKTON","Physical Address State":"MO ","Physical Address Zipcode":"63837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26704545454545453,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2909090","School District Name":"CLARKSBURG C-2","Physical Address Line 1":"401 S HWY H","Physical Address Line 2":"","Physical Address City":"CLARKSBURG","Physical Address State":"MO ","Physical Address Zipcode":"65025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16756756756756758,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2908790","School District Name":"LIVINGSTON CO. R-III","Physical Address Line 1":"205 WAITE ST","Physical Address Line 2":"","Physical Address City":"CHULA","Physical Address State":"MO ","Physical Address Zipcode":"64635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13157894736842105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2908760","School District Name":"CHILLICOTHE R-II","Physical Address Line 1":"2005 Washington St","Physical Address Line 2":"","Physical Address City":"CHILLICOTHE","Physical Address State":"MO ","Physical Address Zipcode":"64601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1580826109127996,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2908730","School District Name":"CHILHOWEE R-IV","Physical Address Line 1":"101 SW State Route 2","Physical Address Line 2":"","Physical Address City":"Chilhowee","Physical Address State":"MO ","Physical Address Zipcode":"64733","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16145833333333334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2908670","School District Name":"CHARLESTON R-I","Physical Address Line 1":"311 E. TOM BROWN","Physical Address Line 2":"","Physical Address City":"CHARLESTON","Physical Address State":"MO ","Physical Address Zipcode":"63834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.35240690281562215,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2908490","School District Name":"OSAGE CO. R-I","Physical Address Line 1":"614 S POPLAR ST","Physical Address Line 2":"","Physical Address City":"CHAMOIS","Physical Address State":"MO ","Physical Address Zipcode":"65024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19270833333333334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2908460","School District Name":"CHAFFEE R-II","Physical Address Line 1":"517 W YOAKUM AVE","Physical Address Line 2":"","Physical Address City":"CHAFFEE","Physical Address State":"MO ","Physical Address Zipcode":"63740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19968051118210864,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2908430","School District Name":"CHADWICK R-I","Physical Address Line 1":"7090 STATE HWY 125 S","Physical Address Line 2":"","Physical Address City":"CHADWICK","Physical Address State":"MO ","Physical Address Zipcode":"65629","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2459016393442623,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2908400","School District Name":"CENTRALIA R-VI","Physical Address Line 1":"1399 E. Highway 22 Suite B","Physical Address Line 2":"","Physical Address City":"CENTRALIA","Physical Address State":"MO ","Physical Address Zipcode":"65240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1160655737704918,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2908370","School District Name":"FT. ZUMWALT R-II","Physical Address Line 1":"555 E. TERRA LANE","Physical Address Line 2":"","Physical Address City":"O'FALLON","Physical Address State":"MO ","Physical Address Zipcode":"63366","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04900047699579376,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2908340","School District Name":"CENTERVILLE R-I","Physical Address Line 1":"2354 S GREEN ST","Physical Address Line 2":"","Physical Address City":"CENTERVILLE","Physical Address State":"MO ","Physical Address Zipcode":"63633","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3157894736842105,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2908320","School District Name":"JOHNSON CO. R-VII","Physical Address Line 1":"92 NW Hwy 58","Physical Address Line 2":"","Physical Address City":"Centerview","Physical Address State":"MO ","Physical Address Zipcode":"64019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11789772727272728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2908250","School District Name":"CENTER 58","Physical Address Line 1":"8701 HOLMES RD","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1700031776294884,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2908170","School District Name":"CASSVILLE R-IV","Physical Address Line 1":"1501 MAIN","Physical Address Line 2":"","Physical Address City":"CASSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21934758155230596,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2907470","School District Name":"CARUTHERSVILLE 18","Physical Address Line 1":"1711 WARD AVE","Physical Address Line 2":"","Physical Address City":"CARUTHERSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"63830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.5384615384615384,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2907460","School District Name":"CARTHAGE R-IX","Physical Address Line 1":"709 W CENTENNIAL AVE.","Physical Address Line 2":"","Physical Address City":"CARTHAGE","Physical Address State":"MO ","Physical Address Zipcode":"64836","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1828218149701921,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2907380","School District Name":"CARROLLTON R-VII","Physical Address Line 1":"103 EAST 9TH STREET","Physical Address Line 2":"","Physical Address City":"CARROLLTON","Physical Address State":"MO ","Physical Address Zipcode":"64633","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18097447795823665,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2907350","School District Name":"CARL JUNCTION R-I","Physical Address Line 1":"206 S RONEY","Physical Address Line 2":"","Physical Address City":"CARL JUNCTION","Physical Address State":"MO ","Physical Address Zipcode":"64834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11290322580645161,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2907320","School District Name":"NELL HOLCOMB R-IV","Physical Address Line 1":"6547 STATE HWY 177","Physical Address Line 2":"","Physical Address City":"CAPE GIRARDEAU","Physical Address State":"MO ","Physical Address Zipcode":"63701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13725490196078433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2907120","School District Name":"CAPE GIRARDEAU 63","Physical Address Line 1":"301 N CLARK ST","Physical Address Line 2":"","Physical Address City":"CAPE GIRARDEAU","Physical Address State":"MO ","Physical Address Zipcode":"63701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1873465533522191,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2907080","School District Name":"CANTON R-V","Physical Address Line 1":"200 S FOURTH ST","Physical Address Line 2":"","Physical Address City":"CANTON","Physical Address State":"MO ","Physical Address Zipcode":"63435","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17944535073409462,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2907050","School District Name":"CAMPBELL R-II","Physical Address Line 1":"801 S STATE RTE 53","Physical Address Line 2":"","Physical Address City":"CAMPBELL","Physical Address State":"MO ","Physical Address Zipcode":"63933","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28052805280528054,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2907020","School District Name":"CAMERON R-I","Physical Address Line 1":"423 N CHESTNUT ST","Physical Address Line 2":"","Physical Address City":"CAMERON","Physical Address State":"MO ","Physical Address Zipcode":"64429","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13131313131313133,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2906990","School District Name":"CAMDENTON R-III","Physical Address Line 1":"119 SERVICE RD","Physical Address Line 2":"","Physical Address City":"CAMDENTON","Physical Address State":"MO ","Physical Address Zipcode":"65020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18550454439524586,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2906540","School District Name":"CALLAO C-8","Physical Address Line 1":"403 PINE STREET","Physical Address Line 2":"","Physical Address City":"CALLAO","Physical Address State":"MO ","Physical Address Zipcode":"63534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21495327102803738,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2906510","School District Name":"MONITEAU CO. R-I","Physical Address Line 1":"211 S OWEN ST STE B","Physical Address Line 2":"","Physical Address City":"CALIFORNIA","Physical Address State":"MO ","Physical Address Zipcode":"65018","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12222222222222222,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2906480","School District Name":"CALHOUN R-VIII","Physical Address Line 1":"409 S COLLEGE","Physical Address Line 2":"","Physical Address City":"CALHOUN","Physical Address State":"MO ","Physical Address Zipcode":"65323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14215686274509803,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2906450","School District Name":"CAINSVILLE R-I","Physical Address Line 1":"1308 DEPOT ST","Physical Address Line 2":"","Physical Address City":"CAINSVILLE","Physical Address State":"MO ","Physical Address Zipcode":"64632","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2857142857142857,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2906430","School District Name":"CABOOL R-IV","Physical Address Line 1":"725 MAIN STREET","Physical Address Line 2":"","Physical Address City":"CABOOL","Physical Address State":"MO ","Physical Address Zipcode":"65689","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28833693304535635,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2906360","School District Name":"BUTLER R-V","Physical Address Line 1":"420 S FULTON ST","Physical Address Line 2":"","Physical Address City":"BUTLER","Physical Address State":"MO ","Physical Address Zipcode":"64730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2118918918918919,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2906170","School District Name":"BUNKER R-III","Physical Address Line 1":"HWY 72 EAGLE PRIDE DRIVE","Physical Address Line 2":"","Physical Address City":"BUNKER","Physical Address State":"MO ","Physical Address Zipcode":"63629","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.29906542056074764,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2906150","School District Name":"COOPER CO. R-IV","Physical Address Line 1":"500 EAST MAIN","Physical Address Line 2":"","Physical Address City":"BUNCETON","Physical Address State":"MO ","Physical Address Zipcode":"65237","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2074074074074074,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2906120","School District Name":"DALLAS CO. R-I","Physical Address Line 1":"1323 SOUTH ASH","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"MO ","Physical Address Zipcode":"65622","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.29149425287356323,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2906090","School District Name":"BUCKLIN R-II","Physical Address Line 1":"26832 HWY 129","Physical Address Line 2":"","Physical Address City":"BUCKLIN","Physical Address State":"MO ","Physical Address Zipcode":"64631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20714285714285716,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2906030","School District Name":"BRUNSWICK R-II","Physical Address Line 1":"1008 COUNTY RD","Physical Address Line 2":"","Physical Address City":"BRUNSWICK","Physical Address State":"MO ","Physical Address Zipcode":"65236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2906000","School District Name":"LINN CO. R-I","Physical Address Line 1":"15533 HWY KK","Physical Address Line 2":"","Physical Address City":"PURDIN","Physical Address State":"MO ","Physical Address Zipcode":"64674","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15162454873646208,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2905940","School District Name":"BROOKFIELD R-III","Physical Address Line 1":"124A PERSHING RD","Physical Address Line 2":"","Physical Address City":"BROOKFIELD","Physical Address State":"MO ","Physical Address Zipcode":"64628","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2014995313964386,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2905910","School District Name":"BRONAUGH R-VII","Physical Address Line 1":"527 E 6TH ST","Physical Address Line 2":"","Physical Address City":"BRONAUGH","Physical Address State":"MO ","Physical Address Zipcode":"64728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15767634854771784,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2905880","School District Name":"BRENTWOOD","Physical Address Line 1":"1201 HANLEY INDUSTRIAL COURT","Physical Address Line 2":"","Physical Address City":"BRENTWOOD","Physical Address State":"MO ","Physical Address Zipcode":"63144","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0405982905982906,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2905850","School District Name":"BRECKENRIDGE R-I","Physical Address Line 1":"400 W COLFAX ST","Physical Address Line 2":"","Physical Address City":"BRECKENRIDGE","Physical Address State":"MO ","Physical Address Zipcode":"64625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.32323232323232326,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2905820","School District Name":"BRAYMER C-4","Physical Address Line 1":"400 BOBCAT AVE","Physical Address Line 2":"","Physical Address City":"BRAYMER","Physical Address State":"MO ","Physical Address Zipcode":"64624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17586206896551723,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2905790","School District Name":"ADAIR CO. R-II","Physical Address Line 1":"205 W DEWEY","Physical Address Line 2":"","Physical Address City":"BRASHEAR","Physical Address State":"MO ","Physical Address Zipcode":"63533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2727272727272727,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2905760","School District Name":"BRANSON R-IV","Physical Address Line 1":"1756 BEE CREEK ROAD","Physical Address Line 2":"","Physical Address City":"BRANSON","Physical Address State":"MO ","Physical Address Zipcode":"65616","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2238427393785669,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2905730","School District Name":"DELTA C-7","Physical Address Line 1":"20 CHARGER LN","Physical Address Line 2":"","Physical Address City":"DEERING","Physical Address State":"MO ","Physical Address Zipcode":"63840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.35294117647058826,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2905700","School District Name":"BRADLEYVILLE R-I","Physical Address Line 1":"16474 N. State Highway 125","Physical Address Line 2":"","Physical Address City":"Bradleyville","Physical Address State":"MO ","Physical Address Zipcode":"65614","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3197969543147208,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2905660","School District Name":"BOWLING GREEN R-I","Physical Address Line 1":"700 W. ADAMS STREET","Physical Address Line 2":"","Physical Address City":"BOWLING GREEN","Physical Address State":"MO ","Physical Address Zipcode":"63334","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17938021454112038,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2905640","School District Name":"CRAWFORD CO. R-I","Physical Address Line 1":"1444 OLD HWY 66","Physical Address Line 2":"","Physical Address City":"BOURBON","Physical Address State":"MO ","Physical Address Zipcode":"65441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1877431906614786,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2905610","School District Name":"BOSWORTH R-V","Physical Address Line 1":"102 E ELDRIDGE ST","Physical Address Line 2":"","Physical Address City":"BOSWORTH","Physical Address State":"MO ","Physical Address Zipcode":"64623","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14018691588785046,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2905580","School District Name":"BOONVILLE R-I","Physical Address Line 1":"736 MAIN ST","Physical Address Line 2":"","Physical Address City":"BOONVILLE","Physical Address State":"MO ","Physical Address Zipcode":"65233","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15008726003490402,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2905430","School District Name":"NORTH ST. FRANCOIS CO. R-I","Physical Address Line 1":"300 BERRY RD","Physical Address Line 2":"","Physical Address City":"BONNE TERRE","Physical Address State":"MO ","Physical Address Zipcode":"63628","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17759121730707136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2905400","School District Name":"BONCL R-X","Physical Address Line 1":"23526 PIKE 9247","Physical Address Line 2":"","Physical Address City":"LOUISIANA","Physical Address State":"MO ","Physical Address Zipcode":"63353","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2905370","School District Name":"BOLIVAR R-I","Physical Address Line 1":"524 W MADISON","Physical Address Line 2":"","Physical Address City":"BOLIVAR","Physical Address State":"MO ","Physical Address Zipcode":"65613","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18091603053435115,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2905310","School District Name":"BLUE SPRINGS R-IV","Physical Address Line 1":"1801 NW VESPER","Physical Address Line 2":"","Physical Address City":"BLUE SPRINGS","Physical Address State":"MO ","Physical Address Zipcode":"64015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06994614475239722,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2905280","School District Name":"BLUE EYE R-V","Physical Address Line 1":"658 STATE HWY EE","Physical Address Line 2":"","Physical Address City":"BLUE EYE","Physical Address State":"MO ","Physical Address Zipcode":"65611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21124031007751937,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2905250","School District Name":"BLOOMFIELD R-XIV","Physical Address Line 1":"505 COURT St","Physical Address Line 2":"","Physical Address City":"BLOOMFIELD","Physical Address State":"MO ","Physical Address Zipcode":"63825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17012448132780084,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2905190","School District Name":"BLACKWATER R-II","Physical Address Line 1":"300 DODDRIDGE","Physical Address Line 2":"","Physical Address City":"BLACKWATER","Physical Address State":"MO ","Physical Address Zipcode":"65322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18497109826589594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2905130","School District Name":"BISMARCK R-V","Physical Address Line 1":"165 CAMPUS DRIVE","Physical Address Line 2":"","Physical Address City":"BISMARCK","Physical Address State":"MO ","Physical Address Zipcode":"63624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19803600654664485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2905070","School District Name":"BILLINGS R-IV","Physical Address Line 1":"118 W MT VERNON","Physical Address Line 2":"","Physical Address City":"BILLINGS","Physical Address State":"MO ","Physical Address Zipcode":"65610","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1266891891891892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2904980","School District Name":"BEVIER C-4","Physical Address Line 1":"400 BLOOMINGTON ST","Physical Address Line 2":"","Physical Address City":"BEVIER","Physical Address State":"MO ","Physical Address Zipcode":"63532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2904950","School District Name":"BERNIE R-XIII","Physical Address Line 1":"516 W MAIN","Physical Address Line 2":"","Physical Address City":"BERNIE","Physical Address State":"MO ","Physical Address Zipcode":"63822","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2199248120300752,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2904890","School District Name":"SCOTT CO. R-IV","Physical Address Line 1":"4035 STATE HWY 77","Physical Address Line 2":"","Physical Address City":"BENTON","Physical Address State":"MO ","Physical Address Zipcode":"63736","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17153628652214892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2904620","School District Name":"BELTON 124","Physical Address Line 1":"110 W WALNUT","Physical Address Line 2":"","Physical Address City":"BELTON","Physical Address State":"MO ","Physical Address Zipcode":"64012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11778894472361809,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2904590","School District Name":"BELLEVIEW R-III","Physical Address Line 1":"27431 HWY 32","Physical Address Line 2":"","Physical Address City":"BELLEVIEW","Physical Address State":"MO ","Physical Address Zipcode":"63623","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21195652173913043,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2904530","School District Name":"BELL CITY R-II","Physical Address Line 1":"25254 WALNUT ST","Physical Address Line 2":"","Physical Address City":"BELL CITY","Physical Address State":"MO ","Physical Address Zipcode":"63735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23529411764705882,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2904500","School District Name":"BAYLESS","Physical Address Line 1":"4530 WEBER ROAD","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63123","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15035799522673032,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2904170","School District Name":"BALLARD R-II","Physical Address Line 1":"10247 NE STATE ROUTE 18","Physical Address Line 2":"","Physical Address City":"BUTLER","Physical Address State":"MO ","Physical Address Zipcode":"64730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17037037037037037,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2904140","School District Name":"BAKERSFIELD R-IV","Physical Address Line 1":"357 STATE HIGHWAY O","Physical Address Line 2":"","Physical Address City":"BAKERSFIELD","Physical Address State":"MO ","Physical Address Zipcode":"65609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26296296296296295,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2904110","School District Name":"AVILLA R-XIII","Physical Address Line 1":"400 SARCOXIE ST","Physical Address Line 2":"","Physical Address City":"AVILLA","Physical Address State":"MO ","Physical Address Zipcode":"64833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14556962025316456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2904080","School District Name":"AVENUE CITY R-IX","Physical Address Line 1":"18069 HWY 169","Physical Address Line 2":"","Physical Address City":"COSBY","Physical Address State":"MO ","Physical Address Zipcode":"64436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2904050","School District Name":"AVA R-I","Physical Address Line 1":"507 North Spring Street","Physical Address Line 2":"","Physical Address City":"AVA","Physical Address State":"MO ","Physical Address Zipcode":"65608","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25756556825823806,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2904020","School District Name":"AURORA R-VIII","Physical Address Line 1":"201 S MADISON","Physical Address Line 2":"","Physical Address City":"AURORA","Physical Address State":"MO ","Physical Address Zipcode":"65605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19433781190019195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2903480","School District Name":"ATLANTA C-3","Physical Address Line 1":"600 S ATTERBERRY","Physical Address Line 2":"","Physical Address City":"ATLANTA","Physical Address State":"MO ","Physical Address Zipcode":"63530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09174311926605505,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2903270","School District Name":"ASH GROVE R-IV","Physical Address Line 1":"100 N MAPLE LN","Physical Address Line 2":"","Physical Address City":"ASH GROVE","Physical Address State":"MO ","Physical Address Zipcode":"65604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11726384364820847,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2903200","School District Name":"ARCHIE R-V","Physical Address Line 1":"302 W STATE RT A","Physical Address Line 2":"","Physical Address City":"ARCHIE","Physical Address State":"MO ","Physical Address Zipcode":"64725","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06554621848739496,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2903150","School District Name":"ARCADIA VALLEY R-II","Physical Address Line 1":"750 PARK DR","Physical Address Line 2":"","Physical Address City":"IRONTON","Physical Address State":"MO ","Physical Address Zipcode":"63650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2747126436781609,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2903120","School District Name":"APPLETON CITY R-II","Physical Address Line 1":"408 W 4TH","Physical Address Line 2":"","Physical Address City":"APPLETON CITY","Physical Address State":"MO ","Physical Address Zipcode":"64724","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19760479041916168,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2903060","School District Name":"ALTON R-IV","Physical Address Line 1":"505 School Street","Physical Address Line 2":"","Physical Address City":"Alton","Physical Address State":"MO ","Physical Address Zipcode":"65606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28484107579462103,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2903040","School District Name":"ALTENBURG 48","Physical Address Line 1":"8432 MAIN ST","Physical Address Line 2":"","Physical Address City":"ALTENBURG","Physical Address State":"MO ","Physical Address Zipcode":"63732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2903000","School District Name":"SANTA FE R-X","Physical Address Line 1":"108 N CHIEFS","Physical Address Line 2":"","Physical Address City":"ALMA","Physical Address State":"MO ","Physical Address Zipcode":"64001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06465517241379311,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2902970","School District Name":"ALBANY R-III","Physical Address Line 1":"101 W JEFFERSON ST","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"MO ","Physical Address Zipcode":"64402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2018140589569161,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2902910","School District Name":"AFFTON 101","Physical Address Line 1":"8701 MACKENZIE RD","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63123","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08028698325930987,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2902880","School District Name":"ADVANCE R-IV","Physical Address Line 1":"201 SCHOOL ST - GYM ENTRANCE","Physical Address Line 2":"","Physical Address City":"ADVANCE","Physical Address State":"MO ","Physical Address Zipcode":"63730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16515837104072398,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2902850","School District Name":"ADRIAN R-III","Physical Address Line 1":"601 N HOUSTON","Physical Address Line 2":"","Physical Address City":"ADRIAN","Physical Address State":"MO ","Physical Address Zipcode":"64720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10610465116279069,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2901000","School District Name":"COLUMBIA 93","Physical Address Line 1":"1818 W WORLEY ST","Physical Address Line 2":"","Physical Address City":"COLUMBIA","Physical Address State":"MO ","Physical Address Zipcode":"65203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12161024873760988,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2900617","School District Name":"THE SOULARD SCHOOL","Physical Address Line 1":"1110 Victor St.","Physical Address Line 2":"","Physical Address City":"Saint Louis","Physical Address State":"MO ","Physical Address Zipcode":"63104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900616","School District Name":"KAIROS ACADEMIES","Physical Address Line 1":"2315 MIAMI ST.","Physical Address Line 2":"","Physical Address City":"ST. LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63118","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900615","School District Name":"KANSAS CITY GIRLS PREP ACADEMY","Physical Address Line 1":"5000 E.17TH ST.","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"63127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900614","School District Name":"THE ARCH COMMUNITY SCHOOL","Physical Address Line 1":"2153 SALISBURY STREET","Physical Address Line 2":"","Physical Address City":"ST.LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63107","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900612","School District Name":"CITIZENS OF THE WORLD CHARTER","Physical Address Line 1":"4324 MCGEE STREET","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900611","School District Name":"LA SALLE CHARTER SCHOOL","Physical Address Line 1":"1106 N. Jefferson Ave","Physical Address Line 2":"","Physical Address City":"ST. LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900609","School District Name":"THE BIOME","Physical Address Line 1":"4471 OLIVE STREET","Physical Address Line 2":"","Physical Address City":"ST. LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900608","School District Name":"HAWTHORN LEADERSHIP SCHL GIRLS","Physical Address Line 1":"1901 N Kingshighway Blvd","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900607","School District Name":"MO VIRTUAL INSTRUCTION PROGRAM","Physical Address Line 1":"205 JEFFERSON ST","Physical Address Line 2":"","Physical Address City":"JEFFERSON CITY","Physical Address State":"MO ","Physical Address Zipcode":"65102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900606","School District Name":"LAFAYETTE PREPARATORY ACADEMY","Physical Address Line 1":"1900 Lafayette Avenue","Physical Address Line 2":"","Physical Address City":"ST. LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900605","School District Name":"EAGLE COLLEGE PREP ENDEAVOR","Physical Address Line 1":"3630 Ohio Ave","Physical Address Line 2":"","Physical Address City":"St. Louis","Physical Address State":"MO ","Physical Address Zipcode":"63118","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900604","School District Name":"ACADEMY FOR INTEGRATED ARTS","Physical Address Line 1":"7910 Troost","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900603","School District Name":"CROSSROADS CHARTER SCHOOLS","Physical Address Line 1":"1011 CENTRAL","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900601","School District Name":"HOPE LEADERSHIP ACADEMY","Physical Address Line 1":"2800 LINWOOD BLVD.","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900597","School District Name":"EWING MARION KAUFFMAN SCHOOL","Physical Address Line 1":"6401 THE PASEO BLVD","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900593","School District Name":"DELASALLE CHARTER SCHOOL","Physical Address Line 1":"3737 TROOST AVE","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900592","School District Name":"GATEWAY SCIENCE ACAD/ST LOUIS","Physical Address Line 1":"6025 CHIPPEWA SUITE 206","Physical Address Line 2":"","Physical Address City":"ST. LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900591","School District Name":"KIPP ST LOUIS PUBLIC SCHOOLS","Physical Address Line 1":"1310 Papin Street Suite 203","Physical Address Line 2":"","Physical Address City":"ST. LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900590","School District Name":"FRONTIER SCHOOLS","Physical Address Line 1":"30 WEST PERSHING RD UNIT 402","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900589","School District Name":"NORTH SIDE COMMUNITY SCHOOL","Physical Address Line 1":"3033 N EUCLID AVENUE","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900586","School District Name":"ST. LOUIS LANG IMMERSION SCH","Physical Address Line 1":"1881 Pine St","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900585","School District Name":"CITY GARDEN MONTESSORI","Physical Address Line 1":"1618 TOWER GROVE AVE","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63110","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900579","School District Name":"CONFLUENCE ACADEMIES","Physical Address Line 1":"611 N 10TH ST STE 550","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63101","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900576","School District Name":"PREMIER CHARTER SCHOOL","Physical Address Line 1":"5279 FYLER AVE","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63139","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900574","School District Name":"LIFT FOR LIFE ACADEMY","Physical Address Line 1":"1731 S BROADWAY","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900031","School District Name":"KIPP: ENDEAVOR ACADEMY","Physical Address Line 1":"2700 E 18th Street","Physical Address Line 2":"","Physical Address City":"Kansas City","Physical Address State":"MO ","Physical Address Zipcode":"64127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900030","School District Name":"DEPARTMENT OF CORRECTIONS","Physical Address Line 1":"2729 PLAZA DRIVE","Physical Address Line 2":"","Physical Address City":"JEFFERSON CITY","Physical Address State":"MO ","Physical Address Zipcode":"65102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900029","School District Name":"GUADALUPE CENTERS SCHOOLS","Physical Address Line 1":"5123 E. Truman Rd","Physical Address Line 2":"","Physical Address City":"Kansas City","Physical Address State":"MO ","Physical Address Zipcode":"64127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900028","School District Name":"LEE A. TOLBERT COM. ACADEMY","Physical Address Line 1":"3400 PASEO BLVD","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900027","School District Name":"UNIVERSITY ACADEMY","Physical Address Line 1":"6801 HOLMES RD","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900025","School District Name":"ALLEN VILLAGE","Physical Address Line 1":"706 W 42ND ST","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900024","School District Name":"BROOKSIDE CHARTER SCH.","Physical Address Line 1":"1815 EAST 63 STREET","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64130","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900022","School District Name":"MO SCHLS FOR THE SEV DISABLED","Physical Address Line 1":"205 JEFFERSON ST","Physical Address Line 2":"","Physical Address City":"JEFFERSON CITY","Physical Address State":"MO ","Physical Address Zipcode":"65102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900021","School District Name":"MO SCHOOL FOR THE BLIND","Physical Address Line 1":"3815 MAGNOLIA AVE","Physical Address Line 2":"","Physical Address City":"ST LOUIS","Physical Address State":"MO ","Physical Address Zipcode":"63110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900020","School District Name":"MO SCHOOL FOR THE DEAF","Physical Address Line 1":"505 E 5TH ST","Physical Address Line 2":"","Physical Address City":"FULTON","Physical Address State":"MO ","Physical Address Zipcode":"65251","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900019","School District Name":"SCUOLA VITA NUOVA","Physical Address Line 1":"535 GARFIELD AVE","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900017","School District Name":"ACADEMIE LAFAYETTE","Physical Address Line 1":"201 East Armour Blvd","Physical Address Line 2":"","Physical Address City":"Kansas City","Physical Address State":"MO ","Physical Address Zipcode":"64111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900016","School District Name":"GENESIS SCHOOL INC.","Physical Address Line 1":"4301 Cleveland Ave","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64130","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900015","School District Name":"GORDON PARKS ELEM.","Physical Address Line 1":"3715 WYOMING ST.","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900014","School District Name":"HOGAN PREPARATORY ACADEMY","Physical Address Line 1":"5809 MICHIGAN AVE","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64130","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900013","School District Name":"KC INTERNATIONAL ACADEMY","Physical Address Line 1":"414 WALLACE","Physical Address Line 2":"","Physical Address City":"KANSAS CITY","Physical Address State":"MO ","Physical Address Zipcode":"64125","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900009","School District Name":"DIVISION OF YOUTH SERVICE","Physical Address Line 1":"3418 KNIPP SUITE A-1","Physical Address Line 2":"","Physical Address City":"JEFFERSON CITY","Physical Address State":"MO ","Physical Address Zipcode":"65102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2900008","School District Name":"OZARKS TECHNICAL COMM COLLEGE","Physical Address Line 1":"1001 E CHESTNUT EXPY","Physical Address Line 2":"","Physical Address City":"SPRINGFIELD","Physical Address State":"MO ","Physical Address Zipcode":"65802","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900007","School District Name":"CROWDER COLLEGE","Physical Address Line 1":"601 LACLEDE AVE","Physical Address Line 2":"","Physical Address City":"NEOSHO","Physical Address State":"MO ","Physical Address Zipcode":"64850","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900006","School District Name":"JEFFERSON COLLEGE","Physical Address Line 1":"1000 VIKING DR","Physical Address Line 2":"","Physical Address City":"HILLSBORO","Physical Address State":"MO ","Physical Address Zipcode":"63050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900005","School District Name":"STATE FAIR COMMUNITY COLLEGE","Physical Address Line 1":"3201 W 16TH ST","Physical Address Line 2":"","Physical Address City":"SEDALIA","Physical Address State":"MO ","Physical Address Zipcode":"65301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2900004","School District Name":"NEW MADRID CO. R-I","Physical Address Line 1":"310 US HWY 61","Physical Address Line 2":"","Physical Address City":"NEW MADRID","Physical Address State":"MO ","Physical Address Zipcode":"63869","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2804270462633452,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2900003","School District Name":"PORTAGEVILLE","Physical Address Line 1":"904 KING AVE","Physical Address Line 2":"","Physical Address City":"PORTAGEVILLE","Physical Address State":"MO ","Physical Address Zipcode":"63873","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2391304347826087,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2900002","School District Name":"SOUTH HARRISON CO. R-II","Physical Address Line 1":"3400 BULLDOG AVE","Physical Address Line 2":"","Physical Address City":"BETHANY","Physical Address State":"MO ","Physical Address Zipcode":"64424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2470960929250264,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2900001","School District Name":"MARIES CO. R-II","Physical Address Line 1":"503 W THIRD ST","Physical Address Line 2":"","Physical Address City":"BELLE","Physical Address State":"MO ","Physical Address Zipcode":"65013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18789407313997478,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804800","School District Name":"YAZOO CO SCHOOL DIST","Physical Address Line 1":"94 PANTHER DRIVE","Physical Address Line 2":"","Physical Address City":"YAZOO CITY","Physical Address State":"MS ","Physical Address Zipcode":"39194","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25841184387617766,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804770","School District Name":"YAZOO CITY MUNICIPAL SCHOOL DIST","Physical Address Line 1":"1133 Calhoun Avenue","Physical Address Line 2":"","Physical Address City":"Yazoo City","Physical Address State":"MS ","Physical Address Zipcode":"39194","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3972481136262761,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804710","School District Name":"WILKINSON CO SCHOOL DIST","Physical Address Line 1":"488 Main Street","Physical Address Line 2":"Post Office Box 785","Physical Address City":"Woodville","Physical Address State":"MS ","Physical Address Zipcode":"39669","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.35042081101759753,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804680","School District Name":"WESTERN LINE SCHOOL DISTRICT","Physical Address Line 1":"102 MADDOX ROAD","Physical Address Line 2":"","Physical Address City":"AVON","Physical Address State":"MS ","Physical Address Zipcode":"38723","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2857142857142857,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804650","School District Name":"WEST TALLAHATCHIE SCHOOL DISTRICT","Physical Address Line 1":"1096 Friendship Rd.","Physical Address Line 2":"","Physical Address City":"Sumner","Physical Address State":"MS ","Physical Address Zipcode":"38957","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3988439306358382,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804590","School District Name":"WEST JASPER CONSOLIDATED SCHOOLS","Physical Address Line 1":"510 HIGHWAY 18","Physical Address Line 2":"","Physical Address City":"BAY SPRINGS","Physical Address State":"MS ","Physical Address Zipcode":"39422","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2597714972940469,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804560","School District Name":"WEBSTER CO SCHOOL DIST","Physical Address Line 1":"95 CLARK AVENUE","Physical Address Line 2":"","Physical Address City":"Eupora","Physical Address State":"MS ","Physical Address Zipcode":"39744","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21568627450980393,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804530","School District Name":"WAYNE CO SCHOOL DIST","Physical Address Line 1":"810 Chickasawhay Street","Physical Address Line 2":"","Physical Address City":"Waynesboro","Physical Address State":"MS ","Physical Address Zipcode":"39367","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.28233351678591084,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804500","School District Name":"WATER VALLEY SCHOOL DISTRICT","Physical Address Line 1":"544 Markette Street","Physical Address Line 2":"","Physical Address City":"Water Valley","Physical Address State":"MS ","Physical Address Zipcode":"38965","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2760791366906475,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804470","School District Name":"VICKSBURG WARREN SCHOOL DIST","Physical Address Line 1":"1500 Mission 66","Physical Address Line 2":"","Physical Address City":"Vicksburg","Physical Address State":"MS ","Physical Address Zipcode":"39180","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2994700788419284,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804440","School District Name":"WALTHALL CO SCHOOL DIST","Physical Address Line 1":"814A Morse Avenue","Physical Address Line 2":"","Physical Address City":"Tylertown","Physical Address State":"MS ","Physical Address Zipcode":"39667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.34303534303534305,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804380","School District Name":"UNION PUBLIC SCHOOL DIST","Physical Address Line 1":"417 S DECATUR ST","Physical Address Line 2":"","Physical Address City":"UNION","Physical Address State":"MS ","Physical Address Zipcode":"39365","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2318840579710145,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804350","School District Name":"UNION CO SCHOOL DIST","Physical Address Line 1":"250 CARTER AVE.","Physical Address Line 2":"P. O. Box 939","Physical Address City":"NEW ALBANY","Physical Address State":"MS ","Physical Address Zipcode":"38652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1566078613432374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804320","School District Name":"TUPELO PUBLIC SCHOOL DIST","Physical Address Line 1":"72 South Green Street","Physical Address Line 2":"","Physical Address City":"Tupelo","Physical Address State":"MS ","Physical Address Zipcode":"38804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17606676537892044,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2804290","School District Name":"TUNICA COUNTY SCHOOL DISTRICT","Physical Address Line 1":"744 School Street","Physical Address Line 2":"","Physical Address City":"Tunica","Physical Address State":"MS ","Physical Address Zipcode":"38676","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.4217252396166134,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804260","School District Name":"TISHOMINGO CO SP MUN SCH DIST","Physical Address Line 1":"1620 Paul Edmondson Drive","Physical Address Line 2":"","Physical Address City":"Iuka","Physical Address State":"MS ","Physical Address Zipcode":"38852","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18697883258499037,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804230","School District Name":"TATE CO SCHOOL DIST","Physical Address Line 1":"574 Parkway St","Physical Address Line 2":"","Physical Address City":"Coldwater","Physical Address State":"MS ","Physical Address Zipcode":"38618","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18793650793650793,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804170","School District Name":"STONE CO SCHOOL DIST","Physical Address Line 1":"214 Critz Street","Physical Address Line 2":"","Physical Address City":"Wiggins","Physical Address State":"MS ","Physical Address Zipcode":"39577","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21720067453625633,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804110","School District Name":"SOUTH TIPPAH SCHOOL DIST","Physical Address Line 1":"402 Greenlee Avenue","Physical Address Line 2":"","Physical Address City":"Ripley","Physical Address State":"MS ","Physical Address Zipcode":"38663","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1861355802374569,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2804080","School District Name":"SOUTH PIKE SCHOOL DIST","Physical Address Line 1":"250 West Bay Street","Physical Address Line 2":"","Physical Address City":"Magnolia","Physical Address State":"MS ","Physical Address Zipcode":"39652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.37749287749287747,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804050","School District Name":"SOUTH PANOLA SCHOOL DISTRICT","Physical Address Line 1":"209 Boothe St","Physical Address Line 2":"","Physical Address City":"Batesville","Physical Address State":"MS ","Physical Address Zipcode":"38606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26673326673326675,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2804020","School District Name":"SMITH CO SCHOOL DIST","Physical Address Line 1":"212 Sylvarena Ave.","Physical Address Line 2":"","Physical Address City":"Raleigh","Physical Address State":"MS ","Physical Address Zipcode":"39153","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.205,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803990","School District Name":"SIMPSON CO SCHOOL DIST","Physical Address Line 1":"111 Education Lane","Physical Address Line 2":"","Physical Address City":"Mendenhall","Physical Address State":"MS ","Physical Address Zipcode":"39114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2807625649913345,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803960","School District Name":"SOUTH DELTA SCHOOL DISTRICT","Physical Address Line 1":"106 Athletic Drive","Physical Address Line 2":"","Physical Address City":"ROLLING FORK","Physical Address State":"MS ","Physical Address Zipcode":"39159","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.421760391198044,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803930","School District Name":"SENATOBIA MUNICIPAL SCHOOL DIST","Physical Address Line 1":"104 McKie Street","Physical Address Line 2":"","Physical Address City":"Senatobia","Physical Address State":"MS ","Physical Address Zipcode":"38668","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.190176322418136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2803900","School District Name":"SCOTT CO SCHOOL DIST","Physical Address Line 1":"110 Commerce Loop","Physical Address Line 2":"","Physical Address City":"FOREST","Physical Address State":"MS ","Physical Address Zipcode":"39074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23351206434316354,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803870","School District Name":"RICHTON SCHOOL DIST","Physical Address Line 1":"701 Elm Avenue","Physical Address Line 2":"Post Office Box 568","Physical Address City":"Richton","Physical Address State":"MS ","Physical Address Zipcode":"39476","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27330173775671407,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803830","School District Name":"RANKIN CO SCHOOL DIST","Physical Address Line 1":"1220 Apple Park Place","Physical Address Line 2":"","Physical Address City":"Brandon","Physical Address State":"MS ","Physical Address Zipcode":"39042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10312543667613769,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2803810","School District Name":"QUITMAN CO SCHOOL DIST","Physical Address Line 1":"310 Pecan Street","Physical Address Line 2":"","Physical Address City":"Marks","Physical Address State":"MS ","Physical Address Zipcode":"38646","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.4352100089365505,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803780","School District Name":"QUITMAN SCHOOL DIST","Physical Address Line 1":"104 East Franklin Street","Physical Address Line 2":"","Physical Address City":"Quitman","Physical Address State":"MS ","Physical Address Zipcode":"39355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.40482874789444134,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803750","School District Name":"PRENTISS CO SCHOOL DIST","Physical Address Line 1":"105 North College Street","Physical Address Line 2":"","Physical Address City":"Booneville","Physical Address State":"MS ","Physical Address Zipcode":"38829","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20316027088036118,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803720","School District Name":"POPLARVILLE SEPARATE SCHOOL DIST","Physical Address Line 1":"302 South Julia Street","Physical Address Line 2":"","Physical Address City":"Poplarville","Physical Address State":"MS ","Physical Address Zipcode":"39470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18078324225865208,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803690","School District Name":"PONTOTOC CITY SCHOOLS","Physical Address Line 1":"140 Education Drive","Physical Address Line 2":"","Physical Address City":"Pontotoc","Physical Address State":"MS ","Physical Address Zipcode":"38863","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16881547139403708,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2803660","School District Name":"PONTOTOC CO SCHOOL DIST","Physical Address Line 1":"354 Center Ridge Drive","Physical Address Line 2":"","Physical Address City":"Pontotoc","Physical Address State":"MS ","Physical Address Zipcode":"38863","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18507777484840496,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803630","School District Name":"PICAYUNE SCHOOL DISTRICT","Physical Address Line 1":"706 Goodyear Blvd.","Physical Address Line 2":"","Physical Address City":"Picayune","Physical Address State":"MS ","Physical Address Zipcode":"39466","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26810639978930734,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803600","School District Name":"PHILADELPHIA PUBLIC SCHOOL DIST","Physical Address Line 1":"248 Byrd Ave","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"MS ","Physical Address Zipcode":"39350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2807160292921074,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803570","School District Name":"PERRY CO SCHOOL DIST","Physical Address Line 1":"105 Main Street","Physical Address Line 2":"P.O. Box 137","Physical Address City":"New Augusta","Physical Address State":"MS ","Physical Address Zipcode":"39426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2572741194486983,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803540","School District Name":"PEARL RIVER CO SCHOOL DIST","Physical Address Line 1":"7441 HWY 11","Physical Address Line 2":"","Physical Address City":"CARRIERE","Physical Address State":"MS ","Physical Address Zipcode":"39426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1535748637383777,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2803530","School District Name":"PETAL SCHOOL DIST","Physical Address Line 1":"115 HIGHWAY 42","Physical Address Line 2":"","Physical Address City":"PETAL","Physical Address State":"MS ","Physical Address Zipcode":"39465","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17438349270256667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2803520","School District Name":"PEARL PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"3375 HIGHWAY 80 EAST","Physical Address Line 2":"","Physical Address City":"PEARL","Physical Address State":"MS ","Physical Address Zipcode":"39208","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16437230326689953,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2803510","School District Name":"PASS CHRISTIAN PUBLIC SCHOOL DIST","Physical Address Line 1":"6457 KILN-DELISLE RD","Physical Address Line 2":"","Physical Address City":"PASS CHRISTIAN","Physical Address State":"MS ","Physical Address Zipcode":"39571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1605120630231413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2803480","School District Name":"PASCAGOULA-GAUTIER SCHOOL DISTRICT","Physical Address Line 1":"1006 Communy Avenue","Physical Address Line 2":"","Physical Address City":"Pascagoula","Physical Address State":"MS ","Physical Address Zipcode":"39567","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.20518934081346424,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803450","School District Name":"OXFORD SCHOOL DISTRICT","Physical Address Line 1":"224 BRAMLETT BOULEVARD","Physical Address Line 2":"","Physical Address City":"OXFORD","Physical Address State":"MS ","Physical Address Zipcode":"38655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16094370474188274,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2803390","School District Name":"OKOLONA SEPARATE SCHOOL DIST","Physical Address Line 1":"411 WEST MAIN STREET","Physical Address Line 2":"PO BOX 510","Physical Address City":"OKOLONA","Physical Address State":"MS ","Physical Address Zipcode":"38860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30269058295964124,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803360","School District Name":"OCEAN SPRINGS SCHOOL DIST","Physical Address Line 1":"2300 Government Street","Physical Address Line 2":"","Physical Address City":"Ocean Springs","Physical Address State":"MS ","Physical Address Zipcode":"39564","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08825757575757576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2803300","School District Name":"NOXUBEE COUNTY SCHOOL DISTRICT","Physical Address Line 1":"37 Gandy Tindal Rd","Physical Address Line 2":"P O BOX 540","Physical Address City":"MACON","Physical Address State":"MS ","Physical Address Zipcode":"39341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.370244179443498,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803270","School District Name":"NORTH TIPPAH SCHOOL DIST","Physical Address Line 1":"24111 HWY 15","Physical Address Line 2":"","Physical Address City":"TIPLERSVILLE","Physical Address State":"MS ","Physical Address Zipcode":"38674","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1951219512195122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803240","School District Name":"NORTH PIKE SCHOOL DIST","Physical Address Line 1":"1036 Jaguar Trail","Physical Address Line 2":"","Physical Address City":"Summit","Physical Address State":"MS ","Physical Address Zipcode":"39666","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2965009208103131,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803210","School District Name":"NORTH PANOLA SCHOOL DISTRICT","Physical Address Line 1":"470 U S HIGHWAY 51 NORTH","Physical Address Line 2":"","Physical Address City":"SARDIS","Physical Address State":"MS ","Physical Address Zipcode":"38666","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3489583333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803180","School District Name":"NEWTON MUNICIPAL SCHOOL DISTRICT","Physical Address Line 1":"205 School Street","Physical Address Line 2":"","Physical Address City":"Newton","Physical Address State":"MS ","Physical Address Zipcode":"39345","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.29551954242135364,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803150","School District Name":"NEWTON COUNTY SCHOOL DISTRICT","Physical Address Line 1":"15305 Highway 15","Physical Address Line 2":"","Physical Address City":"Decatur","Physical Address State":"MS ","Physical Address Zipcode":"39327","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1928912006935414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803120","School District Name":"NEW ALBANY PUBLIC SCHOOLS","Physical Address Line 1":"301 Highway 15 North","Physical Address Line 2":"","Physical Address City":"New Albany","Physical Address State":"MS ","Physical Address Zipcode":"38652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17919621749408984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2803090","School District Name":"NETTLETON SCHOOL DIST","Physical Address Line 1":"179 Mullen Avenue","Physical Address Line 2":"","Physical Address City":"Nettleton","Physical Address State":"MS ","Physical Address Zipcode":"38858","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16624685138539042,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803060","School District Name":"NESHOBA COUNTY SCHOOL DISTRICT","Physical Address Line 1":"580 East Main Street","Physical Address Line 2":"","Physical Address City":"Philadelphia","Physical Address State":"MS ","Physical Address Zipcode":"39350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.24707996406109614,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803030","School District Name":"NATCHEZ-ADAMS SCHOOL DISTRICT","Physical Address Line 1":"10 Homochitto St","Physical Address Line 2":"","Physical Address City":"Natchez","Physical Address State":"MS ","Physical Address Zipcode":"39120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3686868686868687,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2803000","School District Name":"MOSS POINT SEPARATE SCHOOL DIST","Physical Address Line 1":"4924 Church St","Physical Address Line 2":"","Physical Address City":"Moss Point","Physical Address State":"MS ","Physical Address Zipcode":"39563","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.22299872935196952,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802940","School District Name":"MONROE CO SCHOOL DIST","Physical Address Line 1":"1619 HWY. 25 N.","Physical Address Line 2":"P.O. Box 209","Physical Address City":"AMORY","Physical Address State":"MS ","Physical Address Zipcode":"38821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16224719101123594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802910","School District Name":"MERIDIAN PUBLIC SCHOOLS","Physical Address Line 1":"1019 25th Avenue","Physical Address Line 2":"","Physical Address City":"Meridian","Physical Address State":"MS ","Physical Address Zipcode":"39301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.34865269461077847,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802880","School District Name":"MCCOMB SCHOOL DISTRICT","Physical Address Line 1":"695 Minnesota Ave.","Physical Address Line 2":"","Physical Address City":"McComb","Physical Address State":"MS ","Physical Address Zipcode":"39648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.4305509732761465,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802850","School District Name":"MARSHALL CO SCHOOL DIST","Physical Address Line 1":"122 South Spring Street","Physical Address Line 2":"","Physical Address City":"HOLLY SPRINGS","Physical Address State":"MS ","Physical Address Zipcode":"38635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.29220246238030095,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802820","School District Name":"MARION CO SCHOOL DIST","Physical Address Line 1":"1010 Highway 13 N","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"MS ","Physical Address Zipcode":"39429","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.27720894956389835,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802790","School District Name":"MADISON CO SCHOOL DIST","Physical Address Line 1":"476 Highland Colony Parkway","Physical Address Line 2":"","Physical Address City":"Ridgeland","Physical Address State":"MS ","Physical Address Zipcode":"39157","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10065104166666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2802730","School District Name":"LOWNDES CO SCHOOL DIST","Physical Address Line 1":"1053 HWY 45 SOUTH","Physical Address Line 2":"","Physical Address City":"COLUMBUS","Physical Address State":"MS ","Physical Address Zipcode":"39701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19202823334025326,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802700","School District Name":"LOUISVILLE MUNICIPAL SCHOOL DIST","Physical Address Line 1":"891 SOUTH COLUMBUS AVE","Physical Address Line 2":"P. O. BOX 909","Physical Address City":"LOUISVILLE","Physical Address State":"MS ","Physical Address Zipcode":"39339","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.31728232189973615,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802670","School District Name":"LONG BEACH SCHOOL DIST","Physical Address Line 1":"19148 Commission Road","Physical Address Line 2":"","Physical Address City":"Long Beach","Physical Address State":"MS ","Physical Address Zipcode":"39560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.139055023923445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2802640","School District Name":"LINCOLN COUNTY SCHOOL DISTRICT","Physical Address Line 1":"233 East Monticello Street","Physical Address Line 2":"","Physical Address City":"Brookhaven","Physical Address State":"MS ","Physical Address Zipcode":"39601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1853035143769968,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802610","School District Name":"LELAND SCHOOL DIST","Physical Address Line 1":"408 E. Fourth Street","Physical Address Line 2":"","Physical Address City":"Leland","Physical Address State":"MS ","Physical Address Zipcode":"38756","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.32897862232779096,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802550","School District Name":"LEE COUNTY SCHOOL DISTRICT","Physical Address Line 1":"1280 College View Drive","Physical Address Line 2":"","Physical Address City":"Tupelo","Physical Address State":"MS ","Physical Address Zipcode":"38804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14872364039955605,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2802520","School District Name":"LEAKE CO SCHOOL DIST","Physical Address Line 1":"111 West Main Street","Physical Address Line 2":"","Physical Address City":"Carthage","Physical Address State":"MS ","Physical Address Zipcode":"39051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24158229338356488,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802490","School District Name":"LAWRENCE CO SCHOOL DIST","Physical Address Line 1":"346 THOMAS E. JOLLY DRIVE","Physical Address Line 2":"","Physical Address City":"MONTICELLO","Physical Address State":"MS ","Physical Address Zipcode":"39654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2349582784365393,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802460","School District Name":"LAUREL SCHOOL DISTRICT","Physical Address Line 1":"303 West 8th Street","Physical Address Line 2":"","Physical Address City":"Laurel","Physical Address State":"MS ","Physical Address Zipcode":"39440","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.31620777746239,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802430","School District Name":"LAUDERDALE CO SCHOOL DIST","Physical Address Line 1":"301 46th Court","Physical Address Line 2":"","Physical Address City":"Meridian","Physical Address State":"MS ","Physical Address Zipcode":"39305","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18524842069318764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802400","School District Name":"LAMAR COUNTY SCHOOL DISTRICT","Physical Address Line 1":"424 Martin Luther King Drive","Physical Address Line 2":"PO Box 609","Physical Address City":"Purvis","Physical Address State":"MS ","Physical Address Zipcode":"39475","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14972337482710926,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802370","School District Name":"LAFAYETTE CO SCHOOL DIST","Physical Address Line 1":"100 Commodore Dr.","Physical Address Line 2":"","Physical Address City":"Oxford","Physical Address State":"MS ","Physical Address Zipcode":"38655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2802340","School District Name":"KOSCIUSKO SCHOOL DISTRICT","Physical Address Line 1":"229 West Washington St.","Physical Address Line 2":"","Physical Address City":"KOSCIUSKO","Physical Address State":"MS ","Physical Address Zipcode":"39090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.28879310344827586,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802310","School District Name":"KEMPER CO SCHOOL DIST","Physical Address Line 1":"159 Main Avenue","Physical Address Line 2":"","Physical Address City":"DeKalb","Physical Address State":"MS ","Physical Address Zipcode":"39328","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3523076923076923,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802280","School District Name":"JONES CO SCHOOL DIST","Physical Address Line 1":"5204 Highway 11 North","Physical Address Line 2":"","Physical Address City":"Ellisville","Physical Address State":"MS ","Physical Address Zipcode":"39437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22664866081476479,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802250","School District Name":"JEFFERSON DAVIS CO SCHOOL DIST","Physical Address Line 1":"1025 3RD STREET","Physical Address Line 2":"","Physical Address City":"PRENTISS","Physical Address State":"MS ","Physical Address Zipcode":"39474","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.4021879021879022,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802220","School District Name":"JEFFERSON CO SCHOOL DIST","Physical Address Line 1":"942 Main Street","Physical Address Line 2":"","Physical Address City":"FAYETTE","Physical Address State":"MS ","Physical Address Zipcode":"39069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4010600706713781,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802190","School District Name":"JACKSON PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"662 S. PRESIDENT ST","Physical Address Line 2":"","Physical Address City":"JACKSON","Physical Address State":"MS ","Physical Address Zipcode":"39201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.4246697927479686,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802160","School District Name":"JACKSON CO SCHOOL DIST","Physical Address Line 1":"4700 Colonel Vickrey Rd.","Physical Address Line 2":"","Physical Address City":"Vancleave","Physical Address State":"MS ","Physical Address Zipcode":"39565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13318087770880976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802100","School District Name":"ITAWAMBA COUNTY SCHOOL DIST","Physical Address Line 1":"605 S. Cummings St.","Physical Address Line 2":"","Physical Address City":"Fulton","Physical Address State":"MS ","Physical Address Zipcode":"38843","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16657754010695186,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802040","School District Name":"HUMPHREYS CO SCHOOL DIST","Physical Address Line 1":"401 Fourth Street","Physical Address Line 2":"","Physical Address City":"Belzoni","Physical Address State":"MS ","Physical Address Zipcode":"39038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.46297488731487446,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2802010","School District Name":"HOUSTON SCHOOL DIST","Physical Address Line 1":"636 Starkville Road","Physical Address Line 2":"","Physical Address City":"Houston","Physical Address State":"MS ","Physical Address Zipcode":"38851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.29445397369925674,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801950","School District Name":"HOLLY SPRINGS SCHOOL DIST","Physical Address Line 1":"840 HIGHWAY 178 EAST","Physical Address Line 2":"","Physical Address City":"HOLLY SPRINGS","Physical Address State":"MS ","Physical Address Zipcode":"38635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.37147992810065905,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801890","School District Name":"HOLLANDALE SCHOOL DIST","Physical Address Line 1":"101 WEST WASHINGTON","Physical Address Line 2":"","Physical Address City":"HOLLANDALE","Physical Address State":"MS ","Physical Address Zipcode":"38748","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3774597495527728,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801860","School District Name":"HINDS CO SCHOOL DIST","Physical Address Line 1":"13192 HWY 18","Physical Address Line 2":"","Physical Address City":"Raymond","Physical Address State":"MS ","Physical Address Zipcode":"39154","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21563751899433622,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801830","School District Name":"HAZLEHURST CITY SCHOOL DISTRICT","Physical Address Line 1":"119 Robert McDaniel Drive","Physical Address Line 2":"","Physical Address City":"Hazlehurst","Physical Address State":"MS ","Physical Address Zipcode":"39083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3505908835115363,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801800","School District Name":"HATTIESBURG PUBLIC SCHOOL DIST","Physical Address Line 1":"301 MAMIE STREET","Physical Address Line 2":"","Physical Address City":"HATTIESBURG","Physical Address State":"MS ","Physical Address Zipcode":"39401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3908471275559883,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801770","School District Name":"HARRISON CO SCHOOL DIST","Physical Address Line 1":"11072 Highway 49","Physical Address Line 2":"","Physical Address City":"Gulfport","Physical Address State":"MS ","Physical Address Zipcode":"39503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.181506656929386,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2801740","School District Name":"HANCOCK CO SCHOOL DIST","Physical Address Line 1":"17304 Highway 603","Physical Address Line 2":"","Physical Address City":"Kiln","Physical Address State":"MS ","Physical Address Zipcode":"39556","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18241805023414218,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2801710","School District Name":"GULFPORT SCHOOL DIST","Physical Address Line 1":"2001 Pass Road","Physical Address Line 2":"","Physical Address City":"Gulfport","Physical Address State":"MS ","Physical Address Zipcode":"39501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.25251011539037915,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801680","School District Name":"GRENADA SCHOOL DIST","Physical Address Line 1":"253 S. MAIN STREET","Physical Address Line 2":"","Physical Address City":"GRENADA","Physical Address State":"MS ","Physical Address Zipcode":"38901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2854803493449782,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801620","School District Name":"GREENVILLE PUBLIC SCHOOLS","Physical Address Line 1":"412 South Main St.","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"MS ","Physical Address Zipcode":"38701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.41805955811719503,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801590","School District Name":"GREENE COUNTY SCHOOL DISTRICT","Physical Address Line 1":"530 Main Street","Physical Address Line 2":"P O Box 1329","Physical Address City":"Leakesville","Physical Address State":"MS ","Physical Address Zipcode":"39451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22412868632707775,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801560","School District Name":"GEORGE CO SCHOOL DIST","Physical Address Line 1":"5152 Main Street","Physical Address Line 2":"","Physical Address City":"Lucedale","Physical Address State":"MS ","Physical Address Zipcode":"39452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2268108108108108,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801530","School District Name":"FRANKLIN CO SCHOOL DIST","Physical Address Line 1":"41 First Street","Physical Address Line 2":"P. O. Box 605","Physical Address City":"Meadville","Physical Address State":"MS ","Physical Address Zipcode":"39653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24427480916030533,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801510","School District Name":"FORREST COUNTY AG HIGH SCHOOL","Physical Address Line 1":"215 Old Hwy 49 East","Physical Address Line 2":"","Physical Address City":"Brooklyn","Physical Address State":"MS ","Physical Address Zipcode":"39425","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801490","School District Name":"FORREST COUNTY SCHOOL DISTRICT","Physical Address Line 1":"400 Forrest Street","Physical Address Line 2":"","Physical Address City":"Hattiesburg","Physical Address State":"MS ","Physical Address Zipcode":"39403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2784075200442356,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801470","School District Name":"FOREST MUNICIPAL SCHOOL DIST","Physical Address Line 1":"325 CLEVELAND","Physical Address Line 2":"","Physical Address City":"FOREST","Physical Address State":"MS ","Physical Address Zipcode":"39074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2501547987616099,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801440","School District Name":"ENTERPRISE SCHOOL DIST","Physical Address Line 1":"503 River Road","Physical Address Line 2":"","Physical Address City":"Enterprise","Physical Address State":"MS ","Physical Address Zipcode":"39330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1737012987012987,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801410","School District Name":"EAST TALLAHATCHIE CONSOL SCH DIST","Physical Address Line 1":"411 East Cheastnut Street","Physical Address Line 2":"","Physical Address City":"Charleston","Physical Address State":"MS ","Physical Address Zipcode":"38921","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.38796861377506536,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801380","School District Name":"EAST JASPER CONSOLIDATED SCH DIST","Physical Address Line 1":"714 North Pine Ave.","Physical Address Line 2":"","Physical Address City":"Heidelberg","Physical Address State":"MS ","Physical Address Zipcode":"39439","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.30879541108986613,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801320","School District Name":"DESOTO CO SCHOOL DIST","Physical Address Line 1":"Five East South Street","Physical Address Line 2":"","Physical Address City":"Hernando","Physical Address State":"MS ","Physical Address Zipcode":"38632","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11709491638055156,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2801290","School District Name":"COVINGTON COUNTY SCHOOL DISTRICT","Physical Address Line 1":"1211 S. DOGWOOD ST.","Physical Address Line 2":"","Physical Address City":"Collins","Physical Address State":"MS ","Physical Address Zipcode":"39428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2923958961979481,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801260","School District Name":"CORINTH SCHOOL DIST","Physical Address Line 1":"1204 North Harper Road","Physical Address Line 2":"","Physical Address City":"Corinth","Physical Address State":"MS ","Physical Address Zipcode":"38834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2507753655294639,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801220","School District Name":"COPIAH CO SCHOOL DIST","Physical Address Line 1":"254 West Gallatin Street","Physical Address Line 2":"","Physical Address City":"Hazlehurst","Physical Address State":"MS ","Physical Address Zipcode":"39083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2752454417952314,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801200","School District Name":"COLUMBUS MUNICIPAL SCHOOL DIST","Physical Address Line 1":"2630 McArthur Drive","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"MS ","Physical Address Zipcode":"39705","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2956894870294519,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801196","School District Name":"HUDSPETH CENTER ADMINISTRATION","Physical Address Line 1":"100 Hudspeth Center Drive","Physical Address Line 2":"","Physical Address City":"WHITFIELD","Physical Address State":"MS ","Physical Address Zipcode":"39193","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2801194","School District Name":"MS SCHOOL FOR MATH AND SCIENCE","Physical Address Line 1":"5th Ave South and MSCW Dr","Physical Address Line 2":"","Physical Address City":"COLUMBUS","Physical Address State":"MS ","Physical Address Zipcode":"39701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2801193","School District Name":"STOVALL SPED COMPLEX ADMINISTRATION","Physical Address Line 1":"967 REGIONAL CENTER DRIVE","Physical Address Line 2":"","Physical Address City":"OXFORD","Physical Address State":"MS ","Physical Address Zipcode":"38655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2801192","School District Name":"ELLISVILLE STATE SCHOOL ADM","Physical Address Line 1":"1101 HIGHWAY 11 SOUTH","Physical Address Line 2":"","Physical Address City":"ELLISVILLE","Physical Address State":"MS ","Physical Address Zipcode":"39437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2801191","School District Name":"MDHS DIVISION OF YOUTH SERVICES","Physical Address Line 1":"2375 Oakley Road","Physical Address Line 2":"","Physical Address City":"Raymond","Physical Address State":"MS ","Physical Address Zipcode":"39154","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801189","School District Name":"MS SCHS FOR THE BLIND AND DEAF","Physical Address Line 1":"1252 EASTOVER DRIVE","Physical Address Line 2":"","Physical Address City":"JACKSON","Physical Address State":"MS ","Physical Address Zipcode":"39211","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2801170","School District Name":"COLUMBIA SCHOOL DISTRICT","Physical Address Line 1":"613 Wildcat Way","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"MS ","Physical Address Zipcode":"39429","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30407124681933845,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801140","School District Name":"COFFEEVILLE SCHOOL DIST","Physical Address Line 1":"96 Mississippi Street","Physical Address Line 2":"","Physical Address City":"Coffeeville","Physical Address State":"MS ","Physical Address Zipcode":"38922","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.29620253164556964,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801110","School District Name":"COAHOMA COUNTY SCHOOL DISTRICT","Physical Address Line 1":"1555 LEE DRIVE","Physical Address Line 2":"P. O. Box 820","Physical Address City":"CLARKSDALE","Physical Address State":"MS ","Physical Address Zipcode":"38614","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.48050847457627116,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801100","School District Name":"COAHOMA EARLY COLLEGE","Physical Address Line 1":"3240 FRIARS POINT ROAD","Physical Address Line 2":"","Physical Address City":"CLARKSDALE","Physical Address State":"MS ","Physical Address Zipcode":"38614","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2801090","School District Name":"CLINTON PUBLIC SCHOOL DIST","Physical Address Line 1":"201 Easthaven Drive","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"MS ","Physical Address Zipcode":"39056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15470352206865803,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2801050","School District Name":"CLARKSDALE MUNICIPAL SCHOOL DIST","Physical Address Line 1":"526 S Choctaw Street","Physical Address Line 2":"PO Box 1088","Physical Address City":"CLARKSDALE","Physical Address State":"MS ","Physical Address Zipcode":"38614","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.5530973451327433,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2801020","School District Name":"CLAIBORNE CO SCHOOL DIST","Physical Address Line 1":"404 Market Street","Physical Address Line 2":"","Physical Address City":"PORT GIBSON","Physical Address State":"MS ","Physical Address Zipcode":"39150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.43086325439266615,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800990","School District Name":"CHOCTAW CO SCHOOL DIST","Physical Address Line 1":"19 East Main Street","Physical Address Line 2":"Post Office Drawer 398","Physical Address City":"ACKERMAN","Physical Address State":"MS ","Physical Address Zipcode":"39735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2587685113016368,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800960","School District Name":"CHICKASAW CO SCHOOL DIST","Physical Address Line 1":"501 GRIFFIN AVENUE","Physical Address Line 2":"","Physical Address City":"HOULKA","Physical Address State":"MS ","Physical Address Zipcode":"38850","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3378076062639821,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800930","School District Name":"CARROLL COUNTY SCHOOL DIST","Physical Address Line 1":"603 LEXINGTON ST","Physical Address Line 2":"","Physical Address City":"CARROLLTON","Physical Address State":"MS ","Physical Address Zipcode":"38917","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21068249258160238,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800900","School District Name":"CANTON PUBLIC SCHOOL DIST","Physical Address Line 1":"403 East Lincoln Street","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"MS ","Physical Address Zipcode":"39046","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3154394299287411,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800870","School District Name":"CALHOUN CO SCHOOL DIST","Physical Address Line 1":"119 WEST MAIN STREET","Physical Address Line 2":"","Physical Address City":"PITTSBORO","Physical Address State":"MS ","Physical Address Zipcode":"38951","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24080958281701775,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800840","School District Name":"BROOKHAVEN SCHOOL DIST","Physical Address Line 1":"326 East Court St.","Physical Address Line 2":"","Physical Address City":"Brookhaven","Physical Address State":"MS ","Physical Address Zipcode":"39601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.25901422428051607,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800820","School District Name":"BOONEVILLE SCHOOL DIST","Physical Address Line 1":"201 N. First Street","Physical Address Line 2":"P.O. Box 358","Physical Address City":"Booneville","Physical Address State":"MS ","Physical Address Zipcode":"38829","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.23563218390804597,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800750","School District Name":"CLEVELAND SCHOOL DIST","Physical Address Line 1":"305 Merritt Drive","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"MS ","Physical Address Zipcode":"38732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.340697273041077,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800630","School District Name":"BILOXI PUBLIC SCHOOL DIST","Physical Address Line 1":"160 ST. PETER STREET","Physical Address Line 2":"","Physical Address City":"BILOXI","Physical Address State":"MS ","Physical Address Zipcode":"39530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.20164013506994694,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800600","School District Name":"BENTON CO SCHOOL DIST","Physical Address Line 1":"31 Main Street","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"MS ","Physical Address Zipcode":"38603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2925117004680187,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800570","School District Name":"BAY ST LOUIS WAVELAND SCHOOL DIST","Physical Address Line 1":"200 N. Second St.","Physical Address Line 2":"","Physical Address City":"Bay St. Louis","Physical Address State":"MS ","Physical Address Zipcode":"39520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.20611702127659576,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800540","School District Name":"BALDWYN SCHOOL DISTRICT","Physical Address Line 1":"107 WEST MAIN STREET","Physical Address Line 2":"","Physical Address City":"BALDWYN","Physical Address State":"MS ","Physical Address Zipcode":"38824","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2367601246105919,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800510","School District Name":"ATTALA CO SCHOOL DIST","Physical Address Line 1":"100 Courthouse Bldg Ste 3","Physical Address Line 2":"","Physical Address City":"Kosciusko","Physical Address State":"MS ","Physical Address Zipcode":"39090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23246650906225375,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800450","School District Name":"AMORY SCHOOL DIST","Physical Address Line 1":"124 N. Main St.","Physical Address Line 2":"","Physical Address City":"Amory","Physical Address State":"MS ","Physical Address Zipcode":"38821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18877551020408162,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2800420","School District Name":"AMITE COUNTY SCHOOL DISTRICT","Physical Address Line 1":"533 Maggie St","Physical Address Line 2":"P.O. Box 378","Physical Address City":"Liberty","Physical Address State":"MS ","Physical Address Zipcode":"39645","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24579489962018447,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800390","School District Name":"ALCORN SCHOOL DIST","Physical Address Line 1":"31 CR 401","Physical Address Line 2":"","Physical Address City":"Corinth","Physical Address State":"MS ","Physical Address Zipcode":"38834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17628865979381445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800360","School District Name":"ABERDEEN SCHOOL DIST","Physical Address Line 1":"1100 W Commerce","Physical Address Line 2":"","Physical Address City":"Aberdeen","Physical Address State":"MS ","Physical Address Zipcode":"39730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.24149214659685864,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800199","School District Name":"Leflore Legacy Academy","Physical Address Line 1":"500 W. Washington Street","Physical Address Line 2":"","Physical Address City":"Greenwood","Physical Address State":"MS ","Physical Address Zipcode":"38930","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2800198","School District Name":"GREENWOOD-LEFLORE CONS SCH DISTRICT","Physical Address Line 1":"401 Howard Street","Physical Address Line 2":"P.O. Box 1497","Physical Address City":"Greenwood","Physical Address State":"MS ","Physical Address Zipcode":"38935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.34224977856510186,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800197","School District Name":"Ambition Preparatory Charter School","Physical Address Line 1":"5331 Clinton Blvd","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"MS ","Physical Address Zipcode":"39209","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2800196","School District Name":"WINONA-MONTGOMERY CONSOLIDATED","Physical Address Line 1":"218 Fairground Street","Physical Address Line 2":"","Physical Address City":"Winona","Physical Address State":"MS ","Physical Address Zipcode":"38967","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.30510665804783454,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800195","School District Name":"HOLMES COUNTY CONSOLIDATED SD","Physical Address Line 1":"313 Olive Street","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"MS ","Physical Address Zipcode":"39095","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4296320206584893,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800194","School District Name":"CLARKSDALE COLLEGIATE DISTRICT","Physical Address Line 1":"1012 W 2nd Street","Physical Address Line 2":"","Physical Address City":"Clarksdale","Physical Address State":"MS ","Physical Address Zipcode":"38614","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2800193","School District Name":"JOEL E SMILOW COLLEGIATE","Physical Address Line 1":"787 E Northside Drive","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"MS ","Physical Address Zipcode":"39206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2800192","School District Name":"JOEL E. SMILLOW PREP","Physical Address Line 1":"787 E. NORTHSIDE DRIVE","Physical Address Line 2":"","Physical Address City":"JACKSON","Physical Address State":"MS ","Physical Address Zipcode":"39206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2800191","School District Name":"WEST POINT CONSOLIDATED SCHOOL DIST","Physical Address Line 1":"359 Commerce Street","Physical Address Line 2":"","Physical Address City":"West Point","Physical Address State":"MS ","Physical Address Zipcode":"39773","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3167701863354037,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800190","School District Name":"MIDTOWN PUBLIC CHARTER SCHOOL","Physical Address Line 1":"301 ADELE ST","Physical Address Line 2":"","Physical Address City":"JACKSON","Physical Address State":"MS ","Physical Address Zipcode":"39202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2800189","School District Name":"STARKVILLE- OKTIBBEHA CONS DIST","Physical Address Line 1":"401 Greensboro Street","Physical Address Line 2":"","Physical Address City":"Starkville","Physical Address State":"MS ","Physical Address Zipcode":"39759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2425270641460656,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800188","School District Name":"REIMAGINE PREP","Physical Address Line 1":"309 W MCDOWELL RD","Physical Address Line 2":"","Physical Address City":"JACKSON","Physical Address State":"MS ","Physical Address Zipcode":"39212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2800187","School District Name":"SUNFLOWER CTY CONS SCHOOL DISTRICT","Physical Address Line 1":"196 MARTIN LUTHER KING DRIVE","Physical Address Line 2":"","Physical Address City":"INDIANOLA","Physical Address State":"MS ","Physical Address Zipcode":"38751","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3844208396560445,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800186","School District Name":"NORTH BOLIVAR CONS SCHOOL DIST","Physical Address Line 1":"204 N Edwards St.","Physical Address Line 2":"","Physical Address City":"MOUND BAYOU","Physical Address State":"MS ","Physical Address Zipcode":"38762","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.4676190476190476,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800185","School District Name":"WEST BOLIVAR CONS SCHOOL DIST","Physical Address Line 1":"909 Hwy 8","Physical Address Line 2":"PO Box 189","Physical Address City":"ROSEDALE","Physical Address State":"MS ","Physical Address Zipcode":"38769","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.42857142857142855,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2800183","School District Name":"ROGER AMOS MCMURTRY ADM","Physical Address Line 1":"14426 JAMES BOND ROAD","Physical Address Line 2":"","Physical Address City":"GULFPORT","Physical Address State":"MS ","Physical Address Zipcode":"39503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2800031","School District Name":"MS SCHOOL FOR THE ARTS","Physical Address Line 1":"308 West Cherokee Street","Physical Address Line 2":"P.O. Box 229","Physical Address City":"Brookhaven","Physical Address State":"MS ","Physical Address Zipcode":"39601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2791456","School District Name":"PERPICH CENTER FOR ARTS EDUCATION","Physical Address Line 1":"6125 OLSON MEMORIAL HWY","Physical Address Line 2":"","Physical Address City":"GOLDEN VALLEY","Physical Address State":"MN ","Physical Address Zipcode":"55422","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2791455","School District Name":"WEST CENTRAL EDUCATION DISTRICT","Physical Address Line 1":"9 2ND STREET SOUTHWEST","Physical Address Line 2":"","Physical Address City":"MELROSE","Physical Address State":"MN ","Physical Address Zipcode":"56352","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2791451","School District Name":"JANESVILLE-WALDORF-PEMBERTON","Physical Address Line 1":"110 E 3RD ST","Physical Address Line 2":"","Physical Address City":"JANESVILLE","Physical Address State":"MN ","Physical Address Zipcode":"56048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06812933025404157,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2791450","School District Name":"MESABI EAST SCHOOL DISTRICT","Physical Address Line 1":"601 N 1ST ST W","Physical Address Line 2":"","Physical Address City":"AURORA","Physical Address State":"MN ","Physical Address Zipcode":"55705","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14488636363636365,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2791449","School District Name":"WIN-E-MAC SCHOOL DISTRICT","Physical Address Line 1":"23130 345 ST SE","Physical Address Line 2":"","Physical Address City":"ERSKINE","Physical Address State":"MN ","Physical Address Zipcode":"56535","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10824742268041238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2791448","School District Name":"NORMAN COUNTY WEST SCHOOL DISTRICT","Physical Address Line 1":"320 MAIN STREET EAST","Physical Address Line 2":"","Physical Address City":"HENDRUM","Physical Address State":"MN ","Physical Address Zipcode":"56550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14222222222222222,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2791447","School District Name":"KITTSON CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"444 N ASH","Physical Address Line 2":"","Physical Address City":"HALLOCK","Physical Address State":"MN ","Physical Address Zipcode":"56728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10380622837370242,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2791446","School District Name":"TRI-COUNTY SCHOOL DISTRICT","Physical Address Line 1":"303 PEMBINA TR","Physical Address Line 2":"","Physical Address City":"KARLSTAD","Physical Address State":"MN ","Physical Address Zipcode":"56732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12536443148688048,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2791445","School District Name":"LAKE CRYSTAL-WELLCOME MEMORIAL","Physical Address Line 1":"607 KNIGHTS LN","Physical Address Line 2":"","Physical Address City":"LAKE CRYSTAL","Physical Address State":"MN ","Physical Address Zipcode":"56055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06633906633906633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2791443","School District Name":"Goodhue County Education District","Physical Address Line 1":"395 GUERNSEY LANE","Physical Address Line 2":"","Physical Address City":"RED WING","Physical Address State":"MN ","Physical Address Zipcode":"55066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2791353","School District Name":"RIVER BEND EDUCATION DISTRICT","Physical Address Line 1":"1315 S BROADWAY","Physical Address Line 2":"","Physical Address City":"NEW ULM","Physical Address State":"MN ","Physical Address Zipcode":"56073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2745735","School District Name":"ZUMBROTA-MAZEPPA SCHOOL DISTRICT","Physical Address Line 1":"343 3RD AVE NE","Physical Address Line 2":"","Physical Address City":"MAZEPPA","Physical Address State":"MN ","Physical Address Zipcode":"55956","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04525674499564839,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2744190","School District Name":"WRENSHALL PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"207 PIONEER DR","Physical Address Line 2":"","Physical Address City":"WRENSHALL","Physical Address State":"MN ","Physical Address Zipcode":"55797","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09646302250803858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2744160","School District Name":"WORTHINGTON PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1117 MARINE AVE","Physical Address Line 2":"","Physical Address City":"WORTHINGTON","Physical Address State":"MN ","Physical Address Zipcode":"56187","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11640907596185465,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2744070","School District Name":"WINONA AREA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"903 GILMORE AVE","Physical Address Line 2":"","Physical Address City":"WINONA","Physical Address State":"MN ","Physical Address Zipcode":"55987","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09801737580752952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2742780","School District Name":"WINDOM PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1400 17TH ST","Physical Address Line 2":"","Physical Address City":"WINDOM","Physical Address State":"MN ","Physical Address Zipcode":"56101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11020408163265306,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2742750","School District Name":"WILLOW RIVER PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"8142 PINE ST","Physical Address Line 2":"","Physical Address City":"WILLOW RIVER","Physical Address State":"MN ","Physical Address Zipcode":"55795","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09832635983263599,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2742720","School District Name":"WILLMAR PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"611 5TH ST SW","Physical Address Line 2":"","Physical Address City":"WILLMAR","Physical Address State":"MN ","Physical Address Zipcode":"56201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13526469362234264,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2742360","School District Name":"WHITE BEAR LAKE SCHOOL DISTRICT","Physical Address Line 1":"4855 BLOOM AVE","Physical Address Line 2":"","Physical Address City":"WHITE BEAR LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05660722450845908,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2742330","School District Name":"WHEATON AREA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1700 3RD AVE S","Physical Address Line 2":"","Physical Address City":"WHEATON","Physical Address State":"MN ","Physical Address Zipcode":"56296","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16774193548387098,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2742270","School District Name":"West St. Paul-Mendota Heights-Eagan","Physical Address Line 1":"1897 DELAWARE AVE","Physical Address Line 2":"","Physical Address City":"MENDOTA HEIGHTS","Physical Address State":"MN ","Physical Address Zipcode":"55118","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.055896805896805894,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2742160","School District Name":"WAYZATA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"210 COUNTY ROAD 101 N","Physical Address Line 2":"","Physical Address City":"WAYZATA","Physical Address State":"MN ","Physical Address Zipcode":"55391","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.03392248553538876,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2742120","School District Name":"WAUBUN-OGEMA-WHITE EARTH PUBLIC SCH","Physical Address Line 1":"1013 3RD ST","Physical Address Line 2":"","Physical Address City":"WAUBUN","Physical Address State":"MN ","Physical Address Zipcode":"56589","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21891891891891893,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2741910","School District Name":"Watertown-Mayer Public School Dist","Physical Address Line 1":"1001 HWY 25 NW","Physical Address Line 2":"","Physical Address City":"WATERTOWN","Physical Address State":"MN ","Physical Address Zipcode":"55388","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03832576903681291,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2741880","School District Name":"WASECA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"501 ELM AVE E","Physical Address Line 2":"","Physical Address City":"WASECA","Physical Address State":"MN ","Physical Address Zipcode":"56093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09927360774818401,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2741850","School District Name":"WARROAD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"510 CEDAR AVE","Physical Address Line 2":"","Physical Address City":"WARROAD","Physical Address State":"MN ","Physical Address Zipcode":"56763","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0886426592797784,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2741460","School District Name":"WACONIA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"512 INDUSTRIAL BLVD","Physical Address Line 2":"","Physical Address City":"WACONIA","Physical Address State":"MN ","Physical Address Zipcode":"55387","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0205620287868403,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2741430","School District Name":"WABASSO PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1333 MAY ST","Physical Address Line 2":"","Physical Address City":"WABASSO","Physical Address State":"MN ","Physical Address Zipcode":"56293","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0702576112412178,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2741060","School District Name":"WABASHA-KELLOGG PUBLIC SCHOOL DIST.","Physical Address Line 1":"2113 HIAWATHA DR E","Physical Address Line 2":"","Physical Address City":"WABASHA","Physical Address State":"MN ","Physical Address Zipcode":"55981","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08490566037735849,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2740920","School District Name":"VERNDALE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"411 SW BROWN ST","Physical Address Line 2":"","Physical Address City":"VERNDALE","Physical Address State":"MN ","Physical Address Zipcode":"56481","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1340782122905028,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2740860","School District Name":"UPSALA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"415 S MAIN ST","Physical Address Line 2":"","Physical Address City":"UPSALA","Physical Address State":"MN ","Physical Address Zipcode":"56384","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07951807228915662,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2740830","School District Name":"UNDERWOOD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"100 SOUTHERN AVE E","Physical Address Line 2":"","Physical Address City":"UNDERWOOD","Physical Address State":"MN ","Physical Address Zipcode":"56586","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12082262210796915,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2740810","School District Name":"ULEN-HITTERDAL PUBLIC SCHOOL DIST","Physical Address Line 1":"27 NW 2ND ST","Physical Address Line 2":"","Physical Address City":"ULEN","Physical Address State":"MN ","Physical Address Zipcode":"56585","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06756756756756757,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2740740","School District Name":"LAKE SUPERIOR PUBLIC SCHOOL DIST.","Physical Address Line 1":"1640 HWY 2 STE 200","Physical Address Line 2":"","Physical Address City":"TWO HARBORS","Physical Address State":"MN ","Physical Address Zipcode":"55616","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07723372034326098,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2740680","School District Name":"TRUMAN PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"401 E 1ST ST S","Physical Address Line 2":"","Physical Address City":"TRUMAN","Physical Address State":"MN ","Physical Address Zipcode":"56088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11401425178147269,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2740665","School District Name":"TRITON SCHOOL DISTRICT","Physical Address Line 1":"813 W HWY ST","Physical Address Line 2":"","Physical Address City":"DODGE CENTER","Physical Address State":"MN ","Physical Address Zipcode":"55927","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09466019417475728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2738880","School District Name":"ESKO PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"2 E HIGHWAY 61","Physical Address Line 2":"","Physical Address City":"ESKO","Physical Address State":"MN ","Physical Address Zipcode":"55733","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0249500998003992,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2738850","School District Name":"THIEF RIVER FALLS SCHOOL DISTRICT","Physical Address Line 1":"230 S LABREE AVE","Physical Address Line 2":"","Physical Address City":"THIEF RIVER FALLS","Physical Address State":"MN ","Physical Address Zipcode":"56701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.0760127446517979,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2738280","School District Name":"SWANVILLE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"602 DEGRAF ST","Physical Address Line 2":"","Physical Address City":"SWANVILLE","Physical Address State":"MN ","Physical Address Zipcode":"56382","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07352941176470588,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2738190","School District Name":"STILLWATER AREA PUBLIC SCHOOL DIST.","Physical Address Line 1":"1875 GREELEY ST S","Physical Address Line 2":"","Physical Address City":"STILLWATER","Physical Address State":"MN ","Physical Address Zipcode":"55082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03623002648893446,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2738160","School District Name":"STEWARTVILLE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"301 2ND STREET SW","Physical Address Line 2":"","Physical Address City":"STEWARTVILLE","Physical Address State":"MN ","Physical Address Zipcode":"55976","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06088362068965517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2733900","School District Name":"STAPLES-MOTLEY SCHOOL DISTRICT","Physical Address Line 1":"905 4TH ST NE","Physical Address Line 2":"","Physical Address City":"STAPLES","Physical Address State":"MN ","Physical Address Zipcode":"56479","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15828571428571428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2733870","School District Name":"ST. PETER PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"100 LINCOLN DRIVE STE 229","Physical Address Line 2":"","Physical Address City":"SAINT PETER","Physical Address State":"MN ","Physical Address Zipcode":"56082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0730593607305936,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2733840","School District Name":"ST. PAUL PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"360 COLBORNE ST","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20440709617180206,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2733810","School District Name":"SOUTH WASHINGTON COUNTY SCHOOL DIST","Physical Address Line 1":"7362 E POINT DOUGLAS RD S","Physical Address Line 2":"","Physical Address City":"COTTAGE GROVE","Physical Address State":"MN ","Physical Address Zipcode":"55016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.031436762062096106,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2733790","School District Name":"ST. MICHAEL-ALBERTVILLE SCHOOL DIST","Physical Address Line 1":"11343 50TH ST NE","Physical Address Line 2":"","Physical Address City":"ALBERTVILLE","Physical Address State":"MN ","Physical Address Zipcode":"55301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.021557271557271558,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2733780","School District Name":"ST. LOUIS PARK PUBLIC SCHOOL DIST.","Physical Address Line 1":"6311 WAYZATA BLVD","Physical Address Line 2":"","Physical Address City":"SAINT LOUIS PARK","Physical Address State":"MN ","Physical Address Zipcode":"55416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0815024805102764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2733720","School District Name":"NETT LAKE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"13090 WESTLEY DR","Physical Address Line 2":"","Physical Address City":"NETT LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18556701030927836,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2733600","School District Name":"ST. JAMES PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"500 3RD AVE S","Physical Address Line 2":"","Physical Address City":"SAINT JAMES","Physical Address State":"MN ","Physical Address Zipcode":"56081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11971830985915492,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2733540","School District Name":"St. Francis Area Schools","Physical Address Line 1":"4115 AMBASSADOR BLVD","Physical Address Line 2":"","Physical Address City":"SAINT FRANCIS","Physical Address State":"MN ","Physical Address Zipcode":"55070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05444478621962473,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2733510","School District Name":"ST. CLOUD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1201 2ND STREET S","Physical Address Line 2":"","Physical Address City":"WAITE PARK","Physical Address State":"MN ","Physical Address Zipcode":"56387","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16755451381490163,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2733480","School District Name":"ST. CLAIR PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"121 W MAIN ST","Physical Address Line 2":"","Physical Address City":"SAINT CLAIR","Physical Address State":"MN ","Physical Address Zipcode":"56080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.020338983050847456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2733450","School District Name":"ST. CHARLES PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"600 E 6TH ST","Physical Address Line 2":"","Physical Address City":"SAINT CHARLES","Physical Address State":"MN ","Physical Address Zipcode":"55972","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09511343804537521,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2733420","School District Name":"ST. ANTHONY-NEW BRIGHTON SCHOOLS","Physical Address Line 1":"3303 33RD AVE NE","Physical Address Line 2":"","Physical Address City":"SAINT ANTHONY","Physical Address State":"MN ","Physical Address Zipcode":"55418","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06312548113933796,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2733390","School District Name":"SPRINGFIELD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"12 S BURNS","Physical Address Line 2":"","Physical Address City":"SPRINGFIELD","Physical Address State":"MN ","Physical Address Zipcode":"56087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07853403141361257,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2733330","School District Name":"SPRING LAKE PARK PUBLIC SCHOOLS","Physical Address Line 1":"1415 81ST AVE NE","Physical Address Line 2":"","Physical Address City":"SPRING LAKE PARK","Physical Address State":"MN ","Physical Address Zipcode":"55432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07781804310509251,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2733300","School District Name":"SPRING GROVE SCHOOL DISTRICT","Physical Address Line 1":"113 2ND AVE NW","Physical Address Line 2":"","Physical Address City":"SPRING GROVE","Physical Address State":"MN ","Physical Address Zipcode":"55974","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10126582278481013,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2733270","School District Name":"South St. Paul Public School Dist","Physical Address Line 1":"104 5TH AVE S","Physical Address Line 2":"","Physical Address City":"SOUTH SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08175137783221066,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2733210","School District Name":"SLEEPY EYE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"400 4TH AVE SW","Physical Address Line 2":"","Physical Address City":"SLEEPY EYE","Physical Address State":"MN ","Physical Address Zipcode":"56085","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06357214934409687,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2733000","School District Name":"SHAKOPEE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1200 TOWN SQUARE MALL","Physical Address Line 2":"","Physical Address City":"SHAKOPEE","Physical Address State":"MN ","Physical Address Zipcode":"55379","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05053843693357501,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2732970","School District Name":"SEBEKA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"200 1ST ST NW","Physical Address Line 2":"","Physical Address City":"SEBEKA","Physical Address State":"MN ","Physical Address Zipcode":"56477","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16612377850162866,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2732880","School District Name":"SAUK RAPIDS-RICE PUBLIC SCHOOLS","Physical Address Line 1":"1833 OSAUKA RD NE","Physical Address Line 2":"","Physical Address City":"SAUK RAPIDS","Physical Address State":"MN ","Physical Address Zipcode":"56379","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.060240963855421686,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2732850","School District Name":"SAUK CENTRE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"903 STATE RD","Physical Address Line 2":"","Physical Address City":"SAUK CENTRE","Physical Address State":"MN ","Physical Address Zipcode":"56378","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08948863636363637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2732820","School District Name":"SARTELL-ST. STEPHEN SCHOOL DISTRICT","Physical Address Line 1":"212 3RD AVE N","Physical Address Line 2":"","Physical Address City":"SARTELL","Physical Address State":"MN ","Physical Address Zipcode":"56377","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.03745583038869258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2732700","School District Name":"SOUTH KOOCHICHING SCHOOL DISTRICT","Physical Address Line 1":"11731 HWY 1","Physical Address Line 2":"","Physical Address City":"NORTHOME","Physical Address State":"MN ","Physical Address Zipcode":"56661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1390728476821192,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2732550","School District Name":"RUSH CITY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"51001 FAIRFIELD AVE","Physical Address Line 2":"","Physical Address City":"RUSH CITY","Physical Address State":"MN ","Physical Address Zipcode":"55069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09436133486766399,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2732520","School District Name":"ROYALTON PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"120 S HAWTHORN ST","Physical Address Line 2":"","Physical Address City":"ROYALTON","Physical Address State":"MN ","Physical Address Zipcode":"56373","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08104395604395605,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2732460","School District Name":"ROTHSAY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"2040 CO RD 52","Physical Address Line 2":"","Physical Address City":"ROTHSAY","Physical Address State":"MN ","Physical Address Zipcode":"56579","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.062111801242236024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2732430","School District Name":"ROSEVILLE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1251 W COUNTY RD B2","Physical Address Line 2":"","Physical Address City":"ROSEVILLE","Physical Address State":"MN ","Physical Address Zipcode":"55113","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10567375886524823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2732390","School District Name":"ROSEMOUNT-APPLE VALLEY-EAGAN","Physical Address Line 1":"3455 153RD ST WEST","Physical Address Line 2":"","Physical Address City":"ROSEMOUNT","Physical Address State":"MN ","Physical Address Zipcode":"55068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04435607219333129,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2732250","School District Name":"ROSEAU PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"509 3RD ST NE","Physical Address Line 2":"","Physical Address City":"ROSEAU","Physical Address State":"MN ","Physical Address Zipcode":"56751","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06422018348623854,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2732070","School District Name":"ROCKFORD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"6051 ASH ST","Physical Address Line 2":"","Physical Address City":"ROCKFORD","Physical Address State":"MN ","Physical Address Zipcode":"55373","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.054285714285714284,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2731800","School District Name":"ROCHESTER PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"615 7TH ST SW","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"MN ","Physical Address Zipcode":"55902","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06909413854351687,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2731780","School District Name":"ROBBINSDALE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"4148 WINNETKA AVE N","Physical Address Line 2":"","Physical Address City":"NEW HOPE","Physical Address State":"MN ","Physical Address Zipcode":"55427","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1013400852220095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2731750","School District Name":"RICHFIELD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"7001 HARRIET AVE S","Physical Address Line 2":"","Physical Address City":"RICHFIELD","Physical Address State":"MN ","Physical Address Zipcode":"55423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11077955986572174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2730870","School District Name":"NORTHLAND COMMUNITY SCHOOLS","Physical Address Line 1":"316 MAIN ST E","Physical Address Line 2":"","Physical Address City":"REMER","Physical Address State":"MN ","Physical Address Zipcode":"56672","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23157894736842105,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2730510","School District Name":"RED LAKE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"23990 HWY 1 E","Physical Address Line 2":"","Physical Address City":"RED LAKE","Physical Address State":"MN ","Physical Address Zipcode":"56671","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25759416767922233,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2730480","School District Name":"Red Wing Public School District","Physical Address Line 1":"2451 EAGLE RIDGE DR","Physical Address Line 2":"","Physical Address City":"RED WING","Physical Address State":"MN ","Physical Address Zipcode":"55066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08532200065380843,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2730450","School District Name":"RED LAKE FALLS PUBLIC SCHOOL DIST.","Physical Address Line 1":"404 CHAMPAGNE AVE","Physical Address Line 2":"","Physical Address City":"RED LAKE FALLS","Physical Address State":"MN ","Physical Address Zipcode":"56750","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07920792079207921,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2730150","School District Name":"RANDOLPH PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"29110 DAVISSON AVE","Physical Address Line 2":"","Physical Address City":"RANDOLPH","Physical Address State":"MN ","Physical Address Zipcode":"55065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.024444444444444446,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2730090","School District Name":"PROCTOR PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"131 9TH AVE","Physical Address Line 2":"","Physical Address City":"PROCTOR","Physical Address State":"MN ","Physical Address Zipcode":"55810","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04124236252545825,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2730060","School District Name":"PRIOR LAKE-SAVAGE AREA SCHOOLS","Physical Address Line 1":"4540 TOWER ST SE","Physical Address Line 2":"","Physical Address City":"PRIOR LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55372","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02988248461108002,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2730030","School District Name":"PRINCETON PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"706 1ST ST","Physical Address Line 2":"","Physical Address City":"PRINCETON","Physical Address State":"MN ","Physical Address Zipcode":"55371","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.054447852760736194,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2728970","School District Name":"PINE RIVER-BACKUS SCHOOL DISTRICT","Physical Address Line 1":"401 MURRAY AVE","Physical Address Line 2":"","Physical Address City":"PINE RIVER","Physical Address State":"MN ","Physical Address Zipcode":"56474","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16265060240963855,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2728960","School District Name":"PINE POINT PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"48075 POW WOW HWY","Physical Address Line 2":"","Physical Address City":"PONSFORD","Physical Address State":"MN ","Physical Address Zipcode":"56575","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.35443037974683544,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2728950","School District Name":"Pine Island Public School District","Physical Address Line 1":"223 1ST AVE SE","Physical Address Line 2":"","Physical Address City":"PINE ISLAND","Physical Address State":"MN ","Physical Address Zipcode":"55963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04067536454336147,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2728380","School District Name":"PINE CITY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1400 MAIN ST S","Physical Address Line 2":"","Physical Address City":"PINE CITY","Physical Address State":"MN ","Physical Address Zipcode":"55063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08850645359557467,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2728350","School District Name":"PILLAGER PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"323 E 2ND ST S","Physical Address Line 2":"","Physical Address City":"PILLAGER","Physical Address State":"MN ","Physical Address Zipcode":"56473","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09010989010989011,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2728320","School District Name":"PIERZ PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"112 KAMNIC ST","Physical Address Line 2":"","Physical Address City":"PIERZ","Physical Address State":"MN ","Physical Address Zipcode":"56364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09509509509509509,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2728290","School District Name":"RUSHFORD-PETERSON PUBLIC SCHOOLS","Physical Address Line 1":"1000 PINE MEADOWS LANE","Physical Address Line 2":"","Physical Address City":"RUSHFORD","Physical Address State":"MN ","Physical Address Zipcode":"55971","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09361702127659574,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2728230","School District Name":"PERHAM-DENT PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"800 CONEY STREET WEST","Physical Address Line 2":"","Physical Address City":"PERHAM","Physical Address State":"MN ","Physical Address Zipcode":"56573","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08717624763108023,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2728200","School District Name":"PEQUOT LAKES PUBLIC SCHOOLS","Physical Address Line 1":"30805 OLSON ST","Physical Address Line 2":"","Physical Address City":"PEQUOT LAKES","Physical Address State":"MN ","Physical Address Zipcode":"56472","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06898656898656899,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2728170","School District Name":"PELICAN RAPIDS PUBLIC SCHOOL DIST.","Physical Address Line 1":"310 S BROADWAY","Physical Address Line 2":"","Physical Address City":"PELICAN RAPIDS","Physical Address State":"MN ","Physical Address Zipcode":"56572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11456628477905073,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2728140","School District Name":"PAYNESVILLE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"217 W MILL ST","Physical Address Line 2":"","Physical Address City":"PAYNESVILLE","Physical Address State":"MN ","Physical Address Zipcode":"56362","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07713248638838476,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2728110","School District Name":"PARKERS PRAIRIE PUBLIC SCHOOL DIST.","Physical Address Line 1":"411 S OTTER AVE","Physical Address Line 2":"","Physical Address City":"PARKERS PRAIRIE","Physical Address State":"MN ","Physical Address Zipcode":"56361","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09552845528455285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2728080","School District Name":"PARK RAPIDS PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"301 HUNTSINGER AVE","Physical Address Line 2":"","Physical Address City":"PARK RAPIDS","Physical Address State":"MN ","Physical Address Zipcode":"56470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14534883720930233,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2728050","School District Name":"OWATONNA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"515 W BRIDGE ST","Physical Address Line 2":"","Physical Address City":"OWATONNA","Physical Address State":"MN ","Physical Address Zipcode":"55060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08650646950092422,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2725200","School District Name":"OSSEO PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"11200 93RD AVE N","Physical Address Line 2":"","Physical Address City":"MAPLE GROVE","Physical Address State":"MN ","Physical Address Zipcode":"55369","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07940770849967337,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2725140","School District Name":"OSAKIS PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"500 1ST AVE E","Physical Address Line 2":"","Physical Address City":"OSAKIS","Physical Address State":"MN ","Physical Address Zipcode":"56360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12219101123595505,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2725080","School District Name":"ORONO PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"685 OLD CRYSTAL BAY RD N","Physical Address Line 2":"","Physical Address City":"LONG LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04137199434229137,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2725050","School District Name":"ONAMIA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"35465 125TH AVE","Physical Address Line 2":"","Physical Address City":"ONAMIA","Physical Address State":"MN ","Physical Address Zipcode":"56359","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15076923076923077,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2723970","School District Name":"OGILVIE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"333 SCHOOL DR","Physical Address Line 2":"","Physical Address City":"OGILVIE","Physical Address State":"MN ","Physical Address Zipcode":"56358","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11396468699839486,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2723910","School District Name":"CENTRAL PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"531 MORSE ST","Physical Address Line 2":"","Physical Address City":"NORWOOD YOUNG AMERICA","Physical Address State":"MN ","Physical Address Zipcode":"55368","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.039440203562340966,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2723880","School District Name":"NORTHFIELD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"201 ORCHARD STREET S","Physical Address Line 2":"","Physical Address City":"NORTHFIELD","Physical Address State":"MN ","Physical Address Zipcode":"55057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04941451990632319,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2723850","School District Name":"North St. Paul-Maplewood Oakdale","Physical Address Line 1":"2520 E 12TH AVE","Physical Address Line 2":"","Physical Address City":"MAPLEWOOD","Physical Address State":"MN ","Physical Address Zipcode":"55109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09911798727588202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2723820","School District Name":"NORTH BRANCH PUBLIC SCHOOLS","Physical Address Line 1":"38705 GRAND AVE","Physical Address Line 2":"","Physical Address City":"NORTH BRANCH","Physical Address State":"MN ","Physical Address Zipcode":"55056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05910416114497747,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2723580","School District Name":"NICOLLET PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1 PINE ST","Physical Address Line 2":"","Physical Address City":"NICOLLET","Physical Address State":"MN ","Physical Address Zipcode":"56074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2723550","School District Name":"MARSHALL COUNTY CENTRAL SCHOOLS","Physical Address Line 1":"310 MINNESOTA AVE W","Physical Address Line 2":"","Physical Address City":"NEWFOLDEN","Physical Address State":"MN ","Physical Address Zipcode":"56738","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08139534883720931,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2723520","School District Name":"NEW YORK MILLS PUBLIC SCHOOL DIST.","Physical Address Line 1":"209 HAYES ST","Physical Address Line 2":"","Physical Address City":"NEW YORK MILLS","Physical Address State":"MN ","Physical Address Zipcode":"56567","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10124610591900311,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2723490","School District Name":"NEW ULM PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"414 SOUTH PAYNE STREET","Physical Address Line 2":"DISTRICT ADMINISTRATIVE CENTER","Physical Address City":"NEW ULM","Physical Address State":"MN ","Physical Address Zipcode":"56073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06723842195540308,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2723430","School District Name":"NEW PRAGUE AREA SCHOOLS","Physical Address Line 1":"410 CENTRAL AVE N","Physical Address Line 2":"SUITE 100","Physical Address City":"NEW PRAGUE","Physical Address State":"MN ","Physical Address Zipcode":"56071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.030832949838932353,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2723400","School District Name":"NEW LONDON-SPICER SCHOOL DISTRICT","Physical Address Line 1":"101 4TH AVE SW","Physical Address Line 2":"","Physical Address City":"NEW LONDON","Physical Address State":"MN ","Physical Address Zipcode":"56273","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.04122423485321674,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2723380","School District Name":"NEW HEIGHTS SCHOOL INC.","Physical Address Line 1":"614 W MULBERRY ST","Physical Address Line 2":"","Physical Address City":"STILLWATER","Physical Address State":"MN ","Physical Address Zipcode":"55082","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2723370","School District Name":"NEVIS PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"210 PLEASANT ST","Physical Address Line 2":"","Physical Address City":"NEVIS","Physical Address State":"MN ","Physical Address Zipcode":"56467","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1339031339031339,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2723310","School District Name":"NASHWAUK-KEEWATIN SCHOOL DISTRICT","Physical Address Line 1":"400 2ND STREET","Physical Address Line 2":"","Physical Address City":"NASHWAUK","Physical Address State":"MN ","Physical Address Zipcode":"55769","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17169811320754716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2723010","School District Name":"MOUNTAIN LAKE PUBLIC SCHOOLS","Physical Address Line 1":"450 12TH ST","Physical Address Line 2":"","Physical Address City":"MOUNTAIN LAKE","Physical Address State":"MN ","Physical Address Zipcode":"56159","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2722950","School District Name":"MOUNDS VIEW PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"4570 VICTORIA ST N","Physical Address Line 2":"","Physical Address City":"SHOREVIEW","Physical Address State":"MN ","Physical Address Zipcode":"55126","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07234076947946977,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2722920","School District Name":"WESTONKA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"5901 SUNNYFIELD RD E","Physical Address Line 2":"","Physical Address City":"MINNETRISTA","Physical Address State":"MN ","Physical Address Zipcode":"55364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.045187248529866914,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2721480","School District Name":"MORA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"400 MAPLE AVE E","Physical Address Line 2":"","Physical Address City":"MORA","Physical Address State":"MN ","Physical Address Zipcode":"55051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09900410076157,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2721450","School District Name":"MOOSE LAKE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"4812 COUNTY RD 10","Physical Address Line 2":"","Physical Address City":"MOOSE LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55767","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06476683937823834,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2721420","School District Name":"MOORHEAD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"2410 14TH ST S","Physical Address Line 2":"","Physical Address City":"MOORHEAD","Physical Address State":"MN ","Physical Address Zipcode":"56560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1020515518148343,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2721390","School District Name":"MONTICELLO PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"302 WASHINGTON ST","Physical Address Line 2":"","Physical Address City":"MONTICELLO","Physical Address State":"MN ","Physical Address Zipcode":"55362","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.044192997438087106,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2721320","School District Name":"MONTEVIDEO PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"2001 WILLIAM AVE","Physical Address Line 2":"","Physical Address City":"MONTEVIDEO","Physical Address State":"MN ","Physical Address Zipcode":"56265","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11128903122497999,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2721270","School District Name":"MINNEOTA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"504 N MONROE ST","Physical Address Line 2":"","Physical Address City":"MINNEOTA","Physical Address State":"MN ","Physical Address Zipcode":"56264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06839186691312385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2721240","School District Name":"Minneapolis Public School District","Physical Address Line 1":"1250 WEST BROADWAY AVE","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1905742265746717,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2721210","School District Name":"MILROY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"103 PROSPECT ST","Physical Address Line 2":"","Physical Address City":"MILROY","Physical Address State":"MN ","Physical Address Zipcode":"56263","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06201550387596899,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2720670","School District Name":"MILACA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"500 HWY 23 W","Physical Address Line 2":"","Physical Address City":"MILACA","Physical Address State":"MN ","Physical Address Zipcode":"56353","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09373549883990719,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2720580","School District Name":"MENAHGA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"216 ASPEN AVE SE","Physical Address Line 2":"","Physical Address City":"MENAHGA","Physical Address State":"MN ","Physical Address Zipcode":"56464","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10451612903225807,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2720550","School District Name":"MELROSE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"546 5TH AVE NE","Physical Address Line 2":"","Physical Address City":"MELROSE","Physical Address State":"MN ","Physical Address Zipcode":"56352","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05765086206896552,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2719320","School District Name":"MEDFORD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"750 2ND AVE SE","Physical Address Line 2":"","Physical Address City":"MEDFORD","Physical Address State":"MN ","Physical Address Zipcode":"55049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05678670360110803,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2719170","School District Name":"MCGREGOR PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"148 S 2ND ST","Physical Address Line 2":"","Physical Address City":"MCGREGOR","Physical Address State":"MN ","Physical Address Zipcode":"55760","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15434782608695652,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2718960","School District Name":"MARTIN COUNTY WEST SCHOOL DISTRICT","Physical Address Line 1":"105 E 5TH ST","Physical Address Line 2":"","Physical Address City":"SHERBURN","Physical Address State":"MN ","Physical Address Zipcode":"56171","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10325318246110325,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2718940","School District Name":"MARSHALL PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"401 S SARATOGA ST","Physical Address Line 2":"","Physical Address City":"MARSHALL","Physical Address State":"MN ","Physical Address Zipcode":"56258","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11157814291173099,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2718920","School District Name":"GRYGLA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"114 N FLADLAND AVE","Physical Address Line 2":"","Physical Address City":"GRYGLA","Physical Address State":"MN ","Physical Address Zipcode":"56727","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0963855421686747,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2718810","School District Name":"MAPLE LAKE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"200 HIGHWAY 55 E","Physical Address Line 2":"","Physical Address City":"MAPLE LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55358","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05415162454873646,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2718780","School District Name":"MANKATO PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"10 CIVIC CENTER PLAZA STE 2","Physical Address Line 2":"","Physical Address City":"MANKATO","Physical Address State":"MN ","Physical Address Zipcode":"56001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08990200255645504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2718750","School District Name":"MAHTOMEDI PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1520 MAHTOMEDI AVE","Physical Address Line 2":"","Physical Address City":"MAHTOMEDI","Physical Address State":"MN ","Physical Address Zipcode":"55115","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03962017026850033,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2718660","School District Name":"MAHNOMEN PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"310 WEST MADISON AVE.","Physical Address Line 2":"","Physical Address City":"MAHNOMEN","Physical Address State":"MN ","Physical Address Zipcode":"56557","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23854289071680376,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2718570","School District Name":"MADELIA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"320 BUCK AVE SE","Physical Address Line 2":"","Physical Address City":"MADELIA","Physical Address State":"MN ","Physical Address Zipcode":"56062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12226277372262774,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2718540","School District Name":"MABEL-CANTON PUBLIC SCHOOL DIST.","Physical Address Line 1":"316 W FILLMORE AVE","Physical Address Line 2":"","Physical Address City":"MABEL","Physical Address State":"MN ","Physical Address Zipcode":"55954","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1449814126394052,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2718390","School District Name":"LYND PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"106 ST. ALBANS STREET","Physical Address Line 2":"","Physical Address City":"LYND","Physical Address State":"MN ","Physical Address Zipcode":"56157","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0990990990990991,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2718360","School District Name":"LYLE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"700 2ND STREET","Physical Address Line 2":"","Physical Address City":"LYLE","Physical Address State":"MN ","Physical Address Zipcode":"55953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07272727272727272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2718330","School District Name":"LUVERNE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"709 N KNISS","Physical Address Line 2":"","Physical Address City":"LUVERNE","Physical Address State":"MN ","Physical Address Zipcode":"56156","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09346504559270517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2718270","School District Name":"LITTLEFORK-BIG FALLS SCHOOL DIST.","Physical Address Line 1":"700 MAIN ST","Physical Address Line 2":"","Physical Address City":"LITTLEFORK","Physical Address State":"MN ","Physical Address Zipcode":"56653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0673076923076923,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2718240","School District Name":"LITTLE FALLS PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1001 SE 5TH AVE","Physical Address Line 2":"","Physical Address City":"LITTLE FALLS","Physical Address State":"MN ","Physical Address Zipcode":"56345","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13210130047912388,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2718210","School District Name":"LITCHFIELD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"307 E 6TH ST.","Physical Address Line 2":"SUITE#100","Physical Address City":"LITCHFIELD","Physical Address State":"MN ","Physical Address Zipcode":"55355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06475531389026198,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2718090","School District Name":"Lewiston-Altura Public School Dist","Physical Address Line 1":"100 COUNTY RD 25","Physical Address Line 2":"","Physical Address City":"LEWISTON","Physical Address State":"MN ","Physical Address Zipcode":"55952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1421628189550425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2718070","School District Name":"LE SUEUR-HENDERSON SCHOOL DISTRICT","Physical Address Line 1":"115 1/2 N 5TH STREET SUITE 200","Physical Address Line 2":"","Physical Address City":"LE SUEUR","Physical Address State":"MN ","Physical Address Zipcode":"56058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08320373250388803,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2718060","School District Name":"LEROY-OSTRANDER PUBLIC SCHOOLS","Physical Address Line 1":"406 W MAIN ST","Physical Address Line 2":"","Physical Address City":"LEROY","Physical Address State":"MN ","Physical Address Zipcode":"55951","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11290322580645161,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2717940","School District Name":"Laporte Public School District","Physical Address Line 1":"315 MAIN ST W","Physical Address Line 2":"","Physical Address City":"LAPORTE","Physical Address State":"MN ","Physical Address Zipcode":"56461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12589928057553956,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2717910","School District Name":"LANESBORO PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"100 KIRKWOOD ST E","Physical Address Line 2":"","Physical Address City":"LANESBORO","Physical Address State":"MN ","Physical Address Zipcode":"55949","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07534246575342465,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2717880","School District Name":"LANCASTER PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"401 CENTRAL AVE S","Physical Address Line 2":"","Physical Address City":"LANCASTER","Physical Address State":"MN ","Physical Address Zipcode":"56735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06428571428571428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2717780","School District Name":"LAKEVILLE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"17630 JUNIPER PATH SUITE A","Physical Address Line 2":"","Physical Address City":"LAKEVILLE","Physical Address State":"MN ","Physical Address Zipcode":"55044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02860294697029391,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2717570","School District Name":"LAKE OF THE WOODS SCHOOL DISTRICT","Physical Address Line 1":"236 15TH AVE SW","Physical Address Line 2":"","Physical Address City":"BAUDETTE","Physical Address State":"MN ","Physical Address Zipcode":"56623","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1006423982869379,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2717520","School District Name":"LAKE CITY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"300 S GARDEN STREET","Physical Address Line 2":"","Physical Address City":"LAKE CITY","Physical Address State":"MN ","Physical Address Zipcode":"55041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.060259344012204424,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2717460","School District Name":"LAKE BENTON PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"101 GARFIELD ST","Physical Address Line 2":"","Physical Address City":"LAKE BENTON","Physical Address State":"MN ","Physical Address Zipcode":"56149","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09917355371900827,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2717250","School District Name":"LA CRESCENT-HOKAH SCHOOL DISTRICT","Physical Address Line 1":"703 S 11TH ST","Physical Address Line 2":"","Physical Address City":"LA CRESCENT","Physical Address State":"MN ","Physical Address Zipcode":"55947","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.044700793078586876,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2717220","School District Name":"KIMBALL PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"100 HWY 55 W","Physical Address Line 2":"","Physical Address City":"KIMBALL","Physical Address State":"MN ","Physical Address Zipcode":"55353","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04880694143167028,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2717120","School District Name":"KERKHOVEN-MURDOCK-SUNBURG","Physical Address Line 1":"302 15TH ST N","Physical Address Line 2":"","Physical Address City":"KERKHOVEN","Physical Address State":"MN ","Physical Address Zipcode":"56252","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10810810810810811,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2717100","School District Name":"KENYON-WANAMINGO SCHOOL DISTRICT","Physical Address Line 1":"225 3RD AVE","Physical Address Line 2":"","Physical Address City":"WANAMINGO","Physical Address State":"MN ","Physical Address Zipcode":"55983","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06852248394004283,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2717010","School District Name":"KELLIHER PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"345 4TH ST NW","Physical Address Line 2":"","Physical Address City":"KELLIHER","Physical Address State":"MN ","Physical Address Zipcode":"56650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14835164835164835,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2716980","School District Name":"KASSON-MANTORVILLE SCHOOL DISTRICT","Physical Address Line 1":"101 16TH ST NE","Physical Address Line 2":"","Physical Address City":"KASSON","Physical Address State":"MN ","Physical Address Zipcode":"55944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03287037037037037,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2716830","School District Name":"PRINSBURG PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"404 PARK AVE","Physical Address Line 2":"","Physical Address City":"PRINSBURG","Physical Address State":"MN ","Physical Address Zipcode":"56281","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.05333333333333334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2715750","School District Name":"JORDAN PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"500 SUNSET DR","Physical Address Line 2":"","Physical Address City":"JORDAN","Physical Address State":"MN ","Physical Address Zipcode":"55352","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.045146726862302484,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2715540","School District Name":"IVANHOE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"421 N REBECCA","Physical Address Line 2":"","Physical Address City":"IVANHOE","Physical Address State":"MN ","Physical Address Zipcode":"56142","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07211538461538461,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2715510","School District Name":"ISLE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"730 5TH AVE S","Physical Address Line 2":"","Physical Address City":"ISLE","Physical Address State":"MN ","Physical Address Zipcode":"56342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12808988764044943,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2715030","School District Name":"INVER GROVE HEIGHTS SCHOOLS","Physical Address Line 1":"2990 80TH ST E","Physical Address Line 2":"","Physical Address City":"INVER GROVE HEIGHTS","Physical Address State":"MN ","Physical Address Zipcode":"55076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06626380495936654,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2715000","School District Name":"INTERNATIONAL FALLS SCHOOL DISTRICT","Physical Address Line 1":"1515 11TH ST","Physical Address Line 2":"","Physical Address City":"INTERNATIONAL FALLS","Physical Address State":"MN ","Physical Address Zipcode":"56649","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15215622457282343,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2714970","School District Name":"HUTCHINSON PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"30 GLEN ST NW","Physical Address Line 2":"","Physical Address City":"HUTCHINSON","Physical Address State":"MN ","Physical Address Zipcode":"55350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06366307541625857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2714280","School District Name":"HOUSTON PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"306 W ELM ST","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"MN ","Physical Address Zipcode":"55943","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08071748878923767,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2714260","School District Name":"HOPKINS PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1001 HWY 7","Physical Address Line 2":"","Physical Address City":"HOPKINS","Physical Address State":"MN ","Physical Address Zipcode":"55305","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08152290815229081,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2714220","School District Name":"EDEN PRAIRIE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"8100 SCHOOL RD","Physical Address Line 2":"","Physical Address City":"EDEN PRAIRIE","Physical Address State":"MN ","Physical Address Zipcode":"55344","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07099173553719008,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2714190","School District Name":"HOLDINGFORD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"900 5TH ST","Physical Address Line 2":"","Physical Address City":"HOLDINGFORD","Physical Address State":"MN ","Physical Address Zipcode":"56340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04330708661417323,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2714070","School District Name":"HINCKLEY-FINLAYSON SCHOOL DISTRICT","Physical Address Line 1":"201 MAIN STREET E","Physical Address Line 2":"","Physical Address City":"HINCKLEY","Physical Address State":"MN ","Physical Address Zipcode":"55037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14872262773722628,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2714040","School District Name":"HILLS-BEAVER CREEK SCHOOL DISTRICT","Physical Address Line 1":"301 N SUMMIT AVE","Physical Address Line 2":"","Physical Address City":"HILLS","Physical Address State":"MN ","Physical Address Zipcode":"56138","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09523809523809523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2714010","School District Name":"HILL CITY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"500 IONE AVE","Physical Address Line 2":"","Physical Address City":"HILL CITY","Physical Address State":"MN ","Physical Address Zipcode":"55748","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15730337078651685,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2713980","School District Name":"HIBBING PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"800 E 21ST ST","Physical Address Line 2":"","Physical Address City":"HIBBING","Physical Address State":"MN ","Physical Address Zipcode":"55746","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1359375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2713930","School District Name":"HERON LAKE-OKABENA SCHOOL DISTRICT","Physical Address Line 1":"124 N MINNESOTA AVE","Physical Address Line 2":"","Physical Address City":"OKABENA","Physical Address State":"MN ","Physical Address Zipcode":"56161","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1079136690647482,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2713920","School District Name":"HERMANTOWN PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"4307 UGSTAD RD","Physical Address Line 2":"","Physical Address City":"HERMANTOWN","Physical Address State":"MN ","Physical Address Zipcode":"55811","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0350109409190372,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2713890","School District Name":"HERMAN-NORCROSS SCHOOL DISTRICT","Physical Address Line 1":"504 LOIS AVE N","Physical Address Line 2":"","Physical Address City":"HERMAN","Physical Address State":"MN ","Physical Address Zipcode":"56248","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07262569832402235,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2713860","School District Name":"HENNING PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"500 SCHOOL AVE","Physical Address Line 2":"","Physical Address City":"HENNING","Physical Address State":"MN ","Physical Address Zipcode":"56551","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2713680","School District Name":"HENDRICKS PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"200 E LINCOLN","Physical Address Line 2":"","Physical Address City":"HENDRICKS","Physical Address State":"MN ","Physical Address Zipcode":"56136","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09395973154362416,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2713590","School District Name":"HAYFIELD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"9 6TH AVE SE","Physical Address Line 2":"","Physical Address City":"HAYFIELD","Physical Address State":"MN ","Physical Address Zipcode":"55940","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0787037037037037,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2713560","School District Name":"HAWLEY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"714 JOSEPH ST","Physical Address Line 2":"","Physical Address City":"HAWLEY","Physical Address State":"MN ","Physical Address Zipcode":"56549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.030723488602576808,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2713530","School District Name":"HASTINGS PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1000 11TH ST W","Physical Address Line 2":"","Physical Address City":"HASTINGS","Physical Address State":"MN ","Physical Address Zipcode":"55033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04493407356002776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2713380","School District Name":"HANCOCK PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"371 HANCOCK AVE","Physical Address Line 2":"","Physical Address City":"HANCOCK","Physical Address State":"MN ","Physical Address Zipcode":"56244","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07851239669421488,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2713170","School District Name":"GRAND RAPIDS PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"820 NW 1ST AVE","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MN ","Physical Address Zipcode":"55744","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09784735812133072,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2713140","School District Name":"GRAND MEADOW PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"710 4TH AVE NE","Physical Address Line 2":"","Physical Address City":"GRAND MEADOW","Physical Address State":"MN ","Physical Address Zipcode":"55936","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0737913486005089,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2713110","School District Name":"COOK COUNTY PUBLIC SCHOOLS","Physical Address Line 1":"101 W 5TH ST","Physical Address Line 2":"","Physical Address City":"GRAND MARAIS","Physical Address State":"MN ","Physical Address Zipcode":"55604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10132890365448505,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2713040","School District Name":"Granada Huntley East Chain","Physical Address Line 1":"300 REYNOLDS ST","Physical Address Line 2":"","Physical Address City":"GRANADA","Physical Address State":"MN ","Physical Address Zipcode":"56039","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10344827586206896,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2713020","School District Name":"GOODRIDGE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"201 OSMUND AVE","Physical Address Line 2":"","Physical Address City":"GOODRIDGE","Physical Address State":"MN ","Physical Address Zipcode":"56725","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09142857142857143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2712900","School District Name":"GOODHUE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"510 3RD AVE","Physical Address Line 2":"","Physical Address City":"GOODHUE","Physical Address State":"MN ","Physical Address Zipcode":"55027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04067796610169491,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2712580","School District Name":"G.F.W.","Physical Address Line 1":"323 E 11TH ST","Physical Address Line 2":"","Physical Address City":"GIBBON","Physical Address State":"MN ","Physical Address Zipcode":"55335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10311493018259936,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2712480","School District Name":"FULDA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"410 N COLLEGE AVE","Physical Address Line 2":"","Physical Address City":"FULDA","Physical Address State":"MN ","Physical Address Zipcode":"56131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1192214111922141,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2712420","School District Name":"FRIDLEY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"6000 W MOORE LAKE DR","Physical Address Line 2":"","Physical Address City":"FRIDLEY","Physical Address State":"MN ","Physical Address Zipcode":"55432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12220916568742655,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2712360","School District Name":"FRAZEE-VERGAS PUBLIC SCHOOL DIST.","Physical Address Line 1":"305 N LAKE ST","Physical Address Line 2":"","Physical Address City":"FRAZEE","Physical Address State":"MN ","Physical Address Zipcode":"56544","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12318286151491967,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2712300","School District Name":"FOSSTON PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"301 E 1ST ST","Physical Address Line 2":"","Physical Address City":"FOSSTON","Physical Address State":"MN ","Physical Address Zipcode":"56542","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10623229461756374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2712270","School District Name":"FOREST LAKE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"6100 210TH ST N","Physical Address Line 2":"","Physical Address City":"FOREST LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05027221128228889,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2712240","School District Name":"FOLEY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"840 NORMAN AVE N","Physical Address Line 2":"","Physical Address City":"FOLEY","Physical Address State":"MN ","Physical Address Zipcode":"56329","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05495537811178957,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2712210","School District Name":"FLOODWOOD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"115 W 4TH AVE","Physical Address Line 2":"","Physical Address City":"FLOODWOOD","Physical Address State":"MN ","Physical Address Zipcode":"55736","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07883817427385892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2712180","School District Name":"FISHER PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"313 PARK AVE","Physical Address Line 2":"","Physical Address City":"FISHER","Physical Address State":"MN ","Physical Address Zipcode":"56723","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04597701149425287,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2711910","School District Name":"FERTILE-BELTRAMI SCHOOL DISTRICT","Physical Address Line 1":"210 S MILL ST","Physical Address Line 2":"","Physical Address City":"FERTILE","Physical Address State":"MN ","Physical Address Zipcode":"56540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10412573673870335,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2711880","School District Name":"FERGUS FALLS PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"601 RANDOLPH AVE","Physical Address Line 2":"","Physical Address City":"FERGUS FALLS","Physical Address State":"MN ","Physical Address Zipcode":"56537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07736943907156674,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2711820","School District Name":"FARMINGTON PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"20655 FLAGSTAFF AVENUE","Physical Address Line 2":"","Physical Address City":"FARMINGTON","Physical Address State":"MN ","Physical Address Zipcode":"55024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03230582850989366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2711760","School District Name":"FARIBAULT PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"710 17TH STREET SW","Physical Address Line 2":"","Physical Address City":"FARIBAULT","Physical Address State":"MN ","Physical Address Zipcode":"55021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0979691613388492,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2711670","School District Name":"MINNETONKA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"5621 COUNTY RD 101","Physical Address Line 2":"","Physical Address City":"MINNETONKA","Physical Address State":"MN ","Physical Address Zipcode":"55345","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.02915387987724682,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2711520","School District Name":"ELY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"600 E HARVEY ST","Physical Address Line 2":"","Physical Address City":"ELY","Physical Address State":"MN ","Physical Address Zipcode":"55731","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08617594254937164,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2711460","School District Name":"ELLSWORTH PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"513 S BROADWAY","Physical Address Line 2":"","Physical Address City":"ELLSWORTH","Physical Address State":"MN ","Physical Address Zipcode":"56129","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12790697674418605,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2711370","School District Name":"Elk River School District","Physical Address Line 1":"11500 193RD AVE NW","Physical Address Line 2":"","Physical Address City":"ELK RIVER","Physical Address State":"MN ","Physical Address Zipcode":"55330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03375024816358944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2711250","School District Name":"EDINA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"5701 NORMANDALE RD","Physical Address Line 2":"","Physical Address City":"EDINA","Physical Address State":"MN ","Physical Address Zipcode":"55424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.025879682179341657,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2711220","School District Name":"EDGERTON PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"423 1ST AVE W","Physical Address Line 2":"","Physical Address City":"EDGERTON","Physical Address State":"MN ","Physical Address Zipcode":"56128","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08415841584158416,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2711190","School District Name":"EDEN VALLEY-WATKINS SCHOOL DISTRICT","Physical Address Line 1":"298 BROOKS ST N","Physical Address Line 2":"","Physical Address City":"EDEN VALLEY","Physical Address State":"MN ","Physical Address Zipcode":"55329","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06397306397306397,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2711130","School District Name":"EAST GRAND FORKS PUBLIC SCHOOL DIST","Physical Address Line 1":"1420 4TH AVENUE NW","Physical Address Line 2":"","Physical Address City":"EAST GRAND FORKS","Physical Address State":"MN ","Physical Address Zipcode":"56721","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10363836824696802,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2711085","School District Name":"EAST CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"61085 STATE HWY 23","Physical Address Line 2":"","Physical Address City":"FINLAYSON","Physical Address State":"MN ","Physical Address Zipcode":"55735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1281437125748503,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2711040","School District Name":"DULUTH PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"215 N 1ST AVE E","Physical Address Line 2":"","Physical Address City":"DULUTH","Physical Address State":"MN ","Physical Address Zipcode":"55802","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1072253381722204,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2711010","School District Name":"DOVER-EYOTA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"615 S AVE SW","Physical Address Line 2":"","Physical Address City":"EYOTA","Physical Address State":"MN ","Physical Address Zipcode":"55934","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0328042328042328,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2710260","School District Name":"DILWORTH-GLYNDON-FELTON","Physical Address Line 1":"108 N MAIN","Physical Address Line 2":"","Physical Address City":"DILWORTH","Physical Address State":"MN ","Physical Address Zipcode":"56529","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06633601983880967,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2710230","School District Name":"DETROIT LAKES PUBLIC SCHOOL DIST.","Physical Address Line 1":"702 LAKE AVE","Physical Address Line 2":"","Physical Address City":"DETROIT LAKES","Physical Address State":"MN ","Physical Address Zipcode":"56501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12697878073425395,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2710170","School District Name":"DELANO PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"700 ELM AVE E","Physical Address Line 2":"","Physical Address City":"DELANO","Physical Address State":"MN ","Physical Address Zipcode":"55328","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.022658610271903322,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2710140","School District Name":"DEER RIVER PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"101 1ST AVE NE","Physical Address Line 2":"","Physical Address City":"DEER RIVER","Physical Address State":"MN ","Physical Address Zipcode":"56636","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14164004259850904,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2710090","School District Name":"DAWSON-BOYD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"848 CHESTNUT ST","Physical Address Line 2":"","Physical Address City":"DAWSON","Physical Address State":"MN ","Physical Address Zipcode":"56232","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10430839002267574,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2710060","School District Name":"DASSEL-COKATO PUBLIC SCHOOL DIST.","Physical Address Line 1":"4852 REARDON AVE SW STE 1700","Physical Address Line 2":"","Physical Address City":"COKATO","Physical Address State":"MN ","Physical Address Zipcode":"55321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.049937578027465665,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2709750","School District Name":"CROSBY-IRONTON PUBLIC SCHOOL DIST.","Physical Address Line 1":"711 POPLAR ST","Physical Address Line 2":"","Physical Address City":"CROSBY","Physical Address State":"MN ","Physical Address Zipcode":"56441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.0967741935483871,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2709720","School District Name":"CROOKSTON PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"402 FISHER AVE STE 593","Physical Address Line 2":"","Physical Address City":"CROOKSTON","Physical Address State":"MN ","Physical Address Zipcode":"56716","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13849033063006863,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2709690","School District Name":"CROMWELL-WRIGHT PUBLIC SCHOOLS","Physical Address Line 1":"5624 HWY 210","Physical Address Line 2":"","Physical Address City":"CROMWELL","Physical Address State":"MN ","Physical Address Zipcode":"55726","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0802675585284281,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2709540","School District Name":"COMFREY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"305 OCHRE ST W","Physical Address Line 2":"","Physical Address City":"COMFREY","Physical Address State":"MN ","Physical Address Zipcode":"56019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2709510","School District Name":"COLUMBIA HEIGHTS PUBLIC SCHOOL DIST","Physical Address Line 1":"1440 49TH AVE NE","Physical Address Line 2":"","Physical Address City":"COLUMBIA HEIGHTS","Physical Address State":"MN ","Physical Address Zipcode":"55421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15237589593841253,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2709480","School District Name":"GREENWAY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"499 POWELL AVE","Physical Address Line 2":"","Physical Address City":"COLERAINE","Physical Address State":"MN ","Physical Address Zipcode":"55722","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11732229123533472,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2709440","School District Name":"ROCORI PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"534 N 5TH AVE","Physical Address Line 2":"","Physical Address City":"COLD SPRING","Physical Address State":"MN ","Physical Address Zipcode":"56320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04137678506041743,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2709420","School District Name":"CLOQUET PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"302 14TH ST","Physical Address Line 2":"","Physical Address City":"CLOQUET","Physical Address State":"MN ","Physical Address Zipcode":"55720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09727164887307237,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2709360","School District Name":"CLIMAX-SHELLY PUBLIC SCHOOLS","Physical Address Line 1":"111 E BROADWAY","Physical Address Line 2":"","Physical Address City":"CLIMAX","Physical Address State":"MN ","Physical Address Zipcode":"56523","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10828025477707007,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2709330","School District Name":"CLEVELAND PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"400 6TH ST","Physical Address Line 2":"","Physical Address City":"CLEVELAND","Physical Address State":"MN ","Physical Address Zipcode":"56017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.02823529411764706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2708955","School District Name":"City Academy","Physical Address Line 1":"958 JESSIE ST","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55130","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2708940","School District Name":"CHOKIO-ALBERTA PUBLIC SCHOOL DIST.","Physical Address Line 1":"311 1ST ST WEST","Physical Address Line 2":"","Physical Address City":"CHOKIO","Physical Address State":"MN ","Physical Address Zipcode":"56221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09859154929577464,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2708910","School District Name":"CHISHOLM PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"300 SW 3RD AVE","Physical Address Line 2":"","Physical Address City":"CHISHOLM","Physical Address State":"MN ","Physical Address Zipcode":"55719","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1723744292237443,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2708880","School District Name":"FRANCONIA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"999 NOFOUND street","Physical Address Line 2":"","Physical Address City":"SCANDIA","Physical Address State":"MN ","Physical Address Zipcode":"55073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.022727272727272728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2708220","School District Name":"CHATFIELD PUBLIC SCHOOLS","Physical Address Line 1":"205 UNION ST NE","Physical Address Line 2":"","Physical Address City":"CHATFIELD","Physical Address State":"MN ","Physical Address Zipcode":"55923","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.041666666666666664,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2708190","School District Name":"EASTERN CARVER COUNTY PUBLIC SCHOOL","Physical Address Line 1":"11 PEAVEY RD","Physical Address Line 2":"","Physical Address City":"CHASKA","Physical Address State":"MN ","Physical Address Zipcode":"55318","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030600365873939796,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2708100","School District Name":"CENTENNIAL PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"4707 N RD","Physical Address Line 2":"","Physical Address City":"CIRCLE PINES","Physical Address State":"MN ","Physical Address Zipcode":"55014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.034116083296411165,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2708070","School District Name":"CASS LAKE-BENA PUBLIC SCHOOLS","Physical Address Line 1":"208 CENTRAL AVE NW","Physical Address Line 2":"","Physical Address City":"CASS LAKE","Physical Address State":"MN ","Physical Address Zipcode":"56633","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2604698672114402,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2707590","School District Name":"CARLTON PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"405 SCHOOL AVE","Physical Address Line 2":"","Physical Address City":"CARLTON","Physical Address State":"MN ","Physical Address Zipcode":"55718","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07793923381770146,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2707500","School District Name":"CANNON FALLS PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"820 E MINNESOTA ST","Physical Address Line 2":"","Physical Address City":"CANNON FALLS","Physical Address State":"MN ","Physical Address Zipcode":"55009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05075757575757576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2707470","School District Name":"CANBY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"307 1ST ST W","Physical Address Line 2":"","Physical Address City":"CANBY","Physical Address State":"MN ","Physical Address Zipcode":"56220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12352941176470589,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2707450","School District Name":"CAMPBELL-TINTAH PUBLIC SCHOOL DIST.","Physical Address Line 1":"430 CONNECTICUT AVE","Physical Address Line 2":"","Physical Address City":"CAMPBELL","Physical Address State":"MN ","Physical Address Zipcode":"56522","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23853211009174313,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2707410","School District Name":"CAMBRIDGE-ISANTI PUBLIC SCHOOL DIST","Physical Address Line 1":"625A MAIN ST N","Physical Address Line 2":"","Physical Address City":"CAMBRIDGE","Physical Address State":"MN ","Physical Address Zipcode":"55008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06754086581641817,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2707380","School District Name":"CALEDONIA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"511 W MAIN ST","Physical Address Line 2":"","Physical Address City":"CALEDONIA","Physical Address State":"MN ","Physical Address Zipcode":"55921","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07933194154488518,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2707350","School District Name":"BYRON PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"630 1ST AVE NW","Physical Address Line 2":"","Physical Address City":"BYRON","Physical Address State":"MN ","Physical Address Zipcode":"55920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.022375215146299483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2707320","School District Name":"BUTTERFIELD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"440 HUBBARD AVE","Physical Address Line 2":"","Physical Address City":"BUTTERFIELD","Physical Address State":"MN ","Physical Address Zipcode":"56120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1348314606741573,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2707290","School District Name":"BURNSVILLE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"200 WEST BURNSVILLE PKWY","Physical Address Line 2":"","Physical Address City":"BURNSVILLE","Physical Address State":"MN ","Physical Address Zipcode":"55337","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09546061415220294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2707200","School District Name":"BUFFALO-HANOVER-MONTROSE PUBLIC SCH","Physical Address Line 1":"214 1ST AVE NE","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"MN ","Physical Address Zipcode":"55313","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04088007605595545,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2707110","School District Name":"Browns Valley Public School Dist","Physical Address Line 1":"118 CHURCH ST","Physical Address Line 2":"","Physical Address City":"BROWNS VALLEY","Physical Address State":"MN ","Physical Address Zipcode":"56219","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18584070796460178,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2706300","School District Name":"BROWERVILLE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"620 PARK AVE N","Physical Address Line 2":"","Physical Address City":"BROWERVILLE","Physical Address State":"MN ","Physical Address Zipcode":"56438","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17867867867867868,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2706240","School District Name":"BROOKLYN CENTER SCHOOL DISTRICT","Physical Address Line 1":"6300 SHINGLE CREEK PARKWAY","Physical Address Line 2":"SUITE 286","Physical Address City":"BROOKLYN CENTER","Physical Address State":"MN ","Physical Address Zipcode":"55430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1618705035971223,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2706150","School District Name":"BRECKENRIDGE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"810 BEEDE AVE","Physical Address Line 2":"","Physical Address City":"BRECKENRIDGE","Physical Address State":"MN ","Physical Address Zipcode":"56520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2706090","School District Name":"BRAINERD PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"804 OAK ST","Physical Address Line 2":"","Physical Address City":"BRAINERD","Physical Address State":"MN ","Physical Address Zipcode":"56401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09739991745769706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2706060","School District Name":"BRAHAM PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"531 ELMHURST AVE S","Physical Address Line 2":"","Physical Address City":"BRAHAM","Physical Address State":"MN ","Physical Address Zipcode":"55006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11293103448275862,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2705850","School District Name":"BLUFFVIEW MONTESSORI","Physical Address Line 1":"1321 GILMORE AVE","Physical Address Line 2":"","Physical Address City":"WINONA","Physical Address State":"MN ","Physical Address Zipcode":"55987","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2705790","School District Name":"BLOOMINGTON PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1350 W 106TH ST","Physical Address Line 2":"","Physical Address City":"BLOOMINGTON","Physical Address State":"MN ","Physical Address Zipcode":"55431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09575988565983802,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2705760","School District Name":"BLOOMING PRAIRIE PUBLIC SCHOOL DIST","Physical Address Line 1":"202 4TH AVE NW","Physical Address Line 2":"","Physical Address City":"BLOOMING PRAIRIE","Physical Address State":"MN ","Physical Address Zipcode":"55917","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06273525721455459,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2705730","School District Name":"BLACKDUCK PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"156 1ST ST NE","Physical Address Line 2":"","Physical Address City":"BLACKDUCK","Physical Address State":"MN ","Physical Address Zipcode":"56630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17146596858638743,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2705660","School District Name":"BIRD ISLAND-OLIVIA-LAKE LILLIAN","Physical Address Line 1":"701 S 9TH ST","Physical Address Line 2":"","Physical Address City":"OLIVIA","Physical Address State":"MN ","Physical Address Zipcode":"56277","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08354755784061697,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2705460","School District Name":"BIG LAKE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"501 MINNESOTA AVE","Physical Address Line 2":"","Physical Address City":"BIG LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55309","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.043047158403869405,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2705430","School District Name":"BERTHA-HEWITT PUBLIC SCHOOL DIST.","Physical Address Line 1":"310 CENTRAL AVE S","Physical Address Line 2":"","Physical Address City":"BERTHA","Physical Address State":"MN ","Physical Address Zipcode":"56437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18567251461988304,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2704470","School District Name":"BENSON PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1400 MONTANA AVE","Physical Address Line 2":"","Physical Address City":"BENSON","Physical Address State":"MN ","Physical Address Zipcode":"56215","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09777777777777778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2704440","School District Name":"BEMIDJI PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"502 MINNESOTA AVE NW","Physical Address Line 2":"","Physical Address City":"BEMIDJI","Physical Address State":"MN ","Physical Address Zipcode":"56601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1279087452471483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2704050","School District Name":"BELLE PLAINE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"130 S WILLOW ST","Physical Address Line 2":"","Physical Address City":"BELLE PLAINE","Physical Address State":"MN ","Physical Address Zipcode":"56011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05126877265665458,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2703870","School District Name":"BECKER PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"12000 HANCOCK ST","Physical Address Line 2":"","Physical Address City":"BECKER","Physical Address State":"MN ","Physical Address Zipcode":"55308","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.031630170316301706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2703750","School District Name":"BATTLE LAKE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"402 SUMMIT ST W","Physical Address Line 2":"","Physical Address City":"BATTLE LAKE","Physical Address State":"MN ","Physical Address Zipcode":"56515","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06645056726094004,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2703690","School District Name":"BARNUM PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"3675 COUNTY RD 13","Physical Address Line 2":"","Physical Address City":"BARNUM","Physical Address State":"MN ","Physical Address Zipcode":"55707","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08548168249660787,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2703660","School District Name":"BARNESVILLE PUBLIC SCHOOL DIST.","Physical Address Line 1":"302 3RD ST SE","Physical Address Line 2":"","Physical Address City":"BARNESVILLE","Physical Address State":"MN ","Physical Address Zipcode":"56514","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04103053435114504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2703570","School District Name":"BAGLEY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"202 BAGLEY AVE NW","Physical Address Line 2":"","Physical Address City":"BAGLEY","Physical Address State":"MN ","Physical Address Zipcode":"56621","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12318220701454234,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2703540","School District Name":"BADGER PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"110 CARPENTER AVE","Physical Address Line 2":"","Physical Address City":"BADGER","Physical Address State":"MN ","Physical Address Zipcode":"56714","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10555555555555556,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2703450","School District Name":"AUSTIN PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"401 NW 3RD AVE","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"MN ","Physical Address Zipcode":"55912","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10777988614800758,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2703300","School District Name":"ASHBY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"300 BIRCH AVE","Physical Address Line 2":"","Physical Address City":"ASHBY","Physical Address State":"MN ","Physical Address Zipcode":"56309","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10077519379844961,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2703180","School District Name":"ANOKA-HENNEPIN PUBLIC SCHOOL DIST.","Physical Address Line 1":"2727 N FERRY ST","Physical Address Line 2":"","Physical Address City":"ANOKA","Physical Address State":"MN ","Physical Address Zipcode":"55303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06235307287585358,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2703150","School District Name":"ANNANDALE PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"125 CHERRY AVE N","Physical Address Line 2":"","Physical Address City":"ANNANDALE","Physical Address State":"MN ","Physical Address Zipcode":"55302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.045754956786985254,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2703060","School District Name":"ALEXANDRIA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"1410 MCKAY AVE S STE 201","Physical Address Line 2":"","Physical Address City":"ALEXANDRIA","Physical Address State":"MN ","Physical Address Zipcode":"56308","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07224177188987788,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2703030","School District Name":"ALDEN-CONGER PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"215 N BROADWAY","Physical Address Line 2":"","Physical Address City":"ALDEN","Physical Address State":"MN ","Physical Address Zipcode":"56009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.061371841155234655,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2702970","School District Name":"ALBERT LEA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"211 W RICHWAY DR","Physical Address Line 2":"","Physical Address City":"ALBERT LEA","Physical Address State":"MN ","Physical Address Zipcode":"56007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1280774550484094,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2702930","School District Name":"ALBANY PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"30 FOREST AVE","Physical Address Line 2":"","Physical Address City":"ALBANY","Physical Address State":"MN ","Physical Address Zipcode":"56307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0541922290388548,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2702910","School District Name":"WALKER-HACKENSACK-AKELEY SCHL. DIST","Physical Address Line 1":"301 4TH ST","Physical Address Line 2":"","Physical Address City":"WALKER","Physical Address State":"MN ","Physical Address Zipcode":"56484","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1643192488262911,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2702760","School District Name":"AITKIN PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"306 2ND ST NW","Physical Address Line 2":"","Physical Address City":"AITKIN","Physical Address State":"MN ","Physical Address Zipcode":"56431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12822647793505412,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2702730","School District Name":"ADRIAN PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"410 INDIANA AVE","Physical Address Line 2":"","Physical Address City":"ADRIAN","Physical Address State":"MN ","Physical Address Zipcode":"56110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13465346534653466,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2702720","School District Name":"SOUTHLAND PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"200 WATER ST. NW","Physical Address Line 2":"","Physical Address City":"ADAMS","Physical Address State":"MN ","Physical Address Zipcode":"55909","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.059782608695652176,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2702640","School District Name":"LESTER PRAIRIE PUBLIC SCHOOL DIST.","Physical Address Line 1":"131 HICKORY ST N","Physical Address Line 2":"","Physical Address City":"LESTER PRAIRIE","Physical Address State":"MN ","Physical Address Zipcode":"55354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06286836935166994,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2702264","School District Name":"NORTHEAST METRO 916","Physical Address Line 1":"2540 E COUNTY RD F","Physical Address Line 2":"","Physical Address City":"WHITE BEAR LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700466","School District Name":"Rock Ridge Public Schools","Physical Address Line 1":"411 S 5TH AVE","Physical Address Line 2":"","Physical Address City":"VIRGINIA","Physical Address State":"MN ","Physical Address Zipcode":"55792","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11968680089485459,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2700465","School District Name":"Aspire Academy Charter School","Physical Address Line 1":"1260 SHAKOPEE TOWN SQUARE","Physical Address Line 2":"","Physical Address City":"SHAKOPEE","Physical Address State":"MN ","Physical Address Zipcode":"55379","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700464","School District Name":"Innovation Sci & Tech Academy","Physical Address Line 1":"13001 CENTRAL AVE NE","Physical Address Line 2":"","Physical Address City":"BLAINE","Physical Address State":"MN ","Physical Address Zipcode":"55434","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700463","School District Name":"Enspire Academy Charter School","Physical Address Line 1":"999 NOFOUND street","Physical Address Line 2":"","Physical Address City":"NOFOUNDCITY","Physical Address State":"MN ","Physical Address Zipcode":"88888","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700460","School District Name":"Metro Tech Academy Charter School","Physical Address Line 1":"2511 TAYLOR ST NE","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55418","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700459","School District Name":"Notre Ecole Academy","Physical Address Line 1":"5920 GOLDEN VALLEY RD","Physical Address Line 2":"","Physical Address City":"GOLDEN VALLEY","Physical Address State":"MN ","Physical Address Zipcode":"55422","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700458","School District Name":"St. Paul School of Northern Lights","Physical Address Line 1":"426 OSCEOLA AVE","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700456","School District Name":"Modern Montessori Charter School","Physical Address Line 1":"111 DEAN AVENUE WEST","Physical Address Line 2":"","Physical Address City":"CHAMPLIN","Physical Address State":"MN ","Physical Address Zipcode":"55316","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700455","School District Name":"Aurora Waasakone Community of Learn","Physical Address Line 1":"616 AMERICA AVENUE STE 110","Physical Address Line 2":"","Physical Address City":"BEMIDJI","Physical Address State":"MN ","Physical Address Zipcode":"56601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700454","School District Name":"Great Oaks Academy Charter School","Physical Address Line 1":"6300 212TH ST. W.","Physical Address Line 2":"","Physical Address City":"FARMINGTON","Physical Address State":"MN ","Physical Address Zipcode":"55024","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700451","School District Name":"Quantum STEAM Academy Charter","Physical Address Line 1":"497 HUMBOLDT AVE","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55107","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700450","School District Name":"Horizon Science Academy Twin Cities","Physical Address Line 1":"7735 2ND AVE S.","Physical Address Line 2":"","Physical Address City":"RICHFIELD","Physical Address State":"MN ","Physical Address Zipcode":"55423","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700449","School District Name":"Three Rivers Montessori School","Physical Address Line 1":"17267 YALE ST NW","Physical Address Line 2":"","Physical Address City":"ELK RIVER","Physical Address State":"MN ","Physical Address Zipcode":"55330","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700448","School District Name":"Minnesota Healthcare Consortium (MH","Physical Address Line 1":"999 NOFOUND street","Physical Address Line 2":"","Physical Address City":"NOFOUNDCITY","Physical Address State":"MN ","Physical Address Zipcode":"88888","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700447","School District Name":"West Metro Schools Network (WMSN)","Physical Address Line 1":"5701 NORMANDALE ROAD","Physical Address Line 2":"","Physical Address City":"EDINA","Physical Address State":"MN ","Physical Address Zipcode":"55424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700446","School District Name":"Minnesota Wildflower Montessori Sch","Physical Address Line 1":"1330 LAGOON AVE","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55408","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700445","School District Name":"Gateway STEM Academy","Physical Address Line 1":"12119 16TH AVENUE SOUTH","Physical Address Line 2":"","Physical Address City":"BURNSVILLE","Physical Address State":"MN ","Physical Address Zipcode":"55337","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700444","School District Name":"Progeny Academy Charter School","Physical Address Line 1":"5929 BROOKLYN BOULEVARD","Physical Address Line 2":"","Physical Address City":"BROOKLYN CENTER","Physical Address State":"MN ","Physical Address Zipcode":"55429","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700442","School District Name":"Northern Lights Academy Cooperative","Physical Address Line 1":"302 14TH STREET","Physical Address Line 2":"","Physical Address City":"CLOQUET","Physical Address State":"MN ","Physical Address Zipcode":"55720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700440","School District Name":"Education Innovation Partners Coope","Physical Address Line 1":"26152 COUNTY ROAD 439","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MN ","Physical Address Zipcode":"55744","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700439","School District Name":"SciTech Academy Charter School","Physical Address Line 1":"100 W 66TH ST","Physical Address Line 2":"","Physical Address City":"RICHFIELD","Physical Address State":"MN ","Physical Address Zipcode":"55423","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700438","School District Name":"The Journey School","Physical Address Line 1":"775 LEXINGTON PARKWAY N","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700437","School District Name":"Marine Area Community School","Physical Address Line 1":"14189 OSTLUND TRAIL NORTH","Physical Address Line 2":"","Physical Address City":"MARINE ON ST CROIX","Physical Address State":"MN ","Physical Address Zipcode":"55047","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700433","School District Name":"Skyline Math and Science Academy","Physical Address Line 1":"2600 26TH AVE S SUITE 100","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700430","School District Name":"Athlos Academy of Saint Cloud","Physical Address Line 1":"3701 33RD STREET SOUTH","Physical Address Line 2":"","Physical Address City":"SAINT CLOUD","Physical Address State":"MN ","Physical Address Zipcode":"56301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700429","School District Name":"Phoenix Academy Charter School","Physical Address Line 1":"38460 LINCOLN TRAIL SUITE 1","Physical Address Line 2":"","Physical Address City":"NORTH BRANCH","Physical Address State":"MN ","Physical Address Zipcode":"55056","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700426","School District Name":"Austin Albert Lea Area Special Educ","Physical Address Line 1":"2001 2ND AVE NW","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"MN ","Physical Address Zipcode":"55912","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700425","School District Name":"FIT Academy","Physical Address Line 1":"7200 147TH STREET W","Physical Address Line 2":"","Physical Address City":"APPLE VALLEY","Physical Address State":"MN ","Physical Address Zipcode":"55124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700424","School District Name":"Cannon Valley Special Education Coo","Physical Address Line 1":"128 8TH AVENUE NW","Physical Address Line 2":"","Physical Address City":"FARIBAULT","Physical Address State":"MN ","Physical Address Zipcode":"55021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700423","School District Name":"North Metro Flex Academy","Physical Address Line 1":"2350 HELEN STREET","Physical Address Line 2":"","Physical Address City":"NORTH SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700420","School District Name":"Southwest Metro Intermediate 288","Physical Address Line 1":"792 CANTERBURY ROAD S STE 211","Physical Address Line 2":"","Physical Address City":"SHAKOPEE","Physical Address State":"MN ","Physical Address Zipcode":"55379","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700417","School District Name":"SouthWest Educational Cooperative (","Physical Address Line 1":"100 STRONG STREET","Physical Address Line 2":"","Physical Address City":"TYLER","Physical Address State":"MN ","Physical Address Zipcode":"56178","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700415","School District Name":"Tesfa International School","Physical Address Line 1":"1555 40TH AVENUE NORTHEAST","Physical Address Line 2":"","Physical Address City":"COLUMBIA HEIGHTS","Physical Address State":"MN ","Physical Address Zipcode":"55421","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700413","School District Name":"Sherburne and Northern Wright Speci","Physical Address Line 1":"302 WASHINGTON STREET","Physical Address Line 2":"","Physical Address City":"MONTICELLO","Physical Address State":"MN ","Physical Address Zipcode":"55362","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700412","School District Name":"Rochester Beacon Academy","Physical Address Line 1":"2521 PENNINGTON DR. NW","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"MN ","Physical Address Zipcode":"55901","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700410","School District Name":"New Century School","Physical Address Line 1":"1380 ENERGY LANE","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700408","School District Name":"Level Up Academy","Physical Address Line 1":"2600 CO RD E EAST","Physical Address Line 2":"","Physical Address City":"WHITE BEAR LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55110","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700407","School District Name":"Carver County Schools Network","Physical Address Line 1":"1001 HIGHWAY 25 NW","Physical Address Line 2":"","Physical Address City":"WATERTOWN","Physical Address State":"MN ","Physical Address Zipcode":"55388","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700406","School District Name":"Minnesota Excellence in Learning Ac","Physical Address Line 1":"9060 ZANZIBAR LANE","Physical Address Line 2":"","Physical Address City":"MAPLE GROVE","Physical Address State":"MN ","Physical Address Zipcode":"55311","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700404","School District Name":"Success Academy","Physical Address Line 1":"8201 PARK AVE. S.","Physical Address Line 2":"SUITE B","Physical Address City":"BLOOMINGTON","Physical Address State":"MN ","Physical Address Zipcode":"55420","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700403","School District Name":"Jane Goodall Environmental Science","Physical Address Line 1":"8008 83RD STREET NW","Physical Address Line 2":"","Physical Address City":"MAPLE LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55358","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700402","School District Name":"Career Pathways","Physical Address Line 1":"1355 PIERCE BUTLER RT","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700401","School District Name":"Woodbury Leadership Academy","Physical Address Line 1":"8089 GLOBE DRIVE","Physical Address Line 2":"","Physical Address City":"WOODBURY","Physical Address State":"MN ","Physical Address Zipcode":"55125","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700399","School District Name":"Minnesota Math and Science Academy","Physical Address Line 1":"169 JENKS AVENUE","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55117","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700398","School District Name":"Northeast College Prep","Physical Address Line 1":"300 INDUSTRIAL BLVD. NE","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55413","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700397","School District Name":"Art and Science Academy","Physical Address Line 1":"903 6TH AVENUE CT NE STE A","Physical Address Line 2":"","Physical Address City":"ISANTI","Physical Address State":"MN ","Physical Address Zipcode":"55040","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700396","School District Name":"Bdote Learning Center","Physical Address Line 1":"3216 E 29TH STREET","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700395","School District Name":"Saint Cloud Math and Science Academ","Physical Address Line 1":"1025 18TH ST. N","Physical Address Line 2":"","Physical Address City":"ST. CLOUD","Physical Address State":"MN ","Physical Address Zipcode":"56303","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700394","School District Name":"Agamim Classical Academy","Physical Address Line 1":"5300 FRANCE AVENUE SOUTH","Physical Address Line 2":"","Physical Address City":"EDINA","Physical Address State":"MN ","Physical Address Zipcode":"55410","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700393","School District Name":"Universal Academy Charter School","Physical Address Line 1":"2912 28TH AVE SO.","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700391","School District Name":"Discovery Charter School","Physical Address Line 1":"4100 EAST 66TH STREET STE 2","Physical Address Line 2":"","Physical Address City":"INVER GROVE HEIGHTS","Physical Address State":"MN ","Physical Address Zipcode":"55076","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700390","School District Name":"Star of the North Academy Charter S","Physical Address Line 1":"1562 VIKING BLVD","Physical Address Line 2":"","Physical Address City":"EAST BETHEL","Physical Address State":"MN ","Physical Address Zipcode":"55011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700389","School District Name":"TECHNICAL ACADEMIES OF MINNESOTA","Physical Address Line 1":"1705 16TH STREET NE","Physical Address Line 2":"","Physical Address City":"WILLMAR","Physical Address State":"MN ","Physical Address Zipcode":"56201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700388","School District Name":"ROUND LAKE-BREWSTER PUBLIC SCHOOLS","Physical Address Line 1":"915 4TH AVE","Physical Address Line 2":"","Physical Address City":"BREWSTER","Physical Address State":"MN ","Physical Address Zipcode":"56119","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13190184049079753,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700386","School District Name":"Sejong Academy of Minnesota","Physical Address Line 1":"1330 BLAIR AVE N","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700385","School District Name":"RED LAKE COUNTY CENTRAL PUBLIC SCH","Physical Address Line 1":"201 GOVERNOR ST","Physical Address Line 2":"","Physical Address City":"OKLEE","Physical Address State":"MN ","Physical Address Zipcode":"56742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1043956043956044,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700384","School District Name":"Venture Academy","Physical Address Line 1":"315 27TH AVE. SE","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55414","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700383","School District Name":"MORRIS AREA PUBLIC SCHOOLS","Physical Address Line 1":"201 S COLUMBIA AVE","Physical Address Line 2":"","Physical Address City":"MORRIS","Physical Address State":"MN ","Physical Address Zipcode":"56267","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0748936170212766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2700382","School District Name":"BRANDON-EVANSVILLE PUBLIC SCHOOLS","Physical Address Line 1":"206 W 3RD ST","Physical Address Line 2":"","Physical Address City":"BRANDON","Physical Address State":"MN ","Physical Address Zipcode":"56315","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0726950354609929,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700380","School District Name":"Prodeo Academy","Physical Address Line 1":"4141 UNIVERSITY AVE NE","Physical Address Line 2":"","Physical Address City":"COLUMBIA HEIGHTS","Physical Address State":"MN ","Physical Address Zipcode":"55421","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700379","School District Name":"TRI-CITY UNITED SCHOOL DISTRICT","Physical Address Line 1":"101 2ND ST NE","Physical Address Line 2":"","Physical Address City":"MONTGOMERY","Physical Address State":"MN ","Physical Address Zipcode":"56069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06357615894039735,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2700378","School District Name":"NASHA SHKOLA CHARTER SCHOOL","Physical Address Line 1":"6717 85TH AVENUE N.","Physical Address Line 2":"","Physical Address City":"BROOKLYN PARK","Physical Address State":"MN ","Physical Address Zipcode":"55443","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700376","School District Name":"Upper Mississippi Academy","Physical Address Line 1":"19 E EXCHANGE ST.","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55101","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700373","School District Name":"MASTERY SCHOOL","Physical Address Line 1":"1301 7TH AVE N","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55411","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700372","School District Name":"Vermilion Country School","Physical Address Line 1":"1 ENTERPRISE DRIVE","Physical Address Line 2":"","Physical Address City":"TOWER","Physical Address State":"MN ","Physical Address Zipcode":"55790","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700370","School District Name":"ROCHESTER STEM ACADEMY","Physical Address Line 1":"415 16TH ST SW","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"MN ","Physical Address Zipcode":"55902","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700369","School District Name":"Discovery Woods","Physical Address Line 1":"604 N 7TH ST","Physical Address Line 2":"","Physical Address City":"BRAINERD","Physical Address State":"MN ","Physical Address Zipcode":"56401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700368","School District Name":"CORNERSTONE MONTESSORI ELEMENTARY","Physical Address Line 1":"1611 AMES AVE","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700367","School District Name":"STEP ACADEMY CHARTER SCHOOL","Physical Address Line 1":"835 5TH ST E.","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700366","School District Name":"BEACON ACADEMY","Physical Address Line 1":"3415 LOUISIANA AVENUE NORTH","Physical Address Line 2":"","Physical Address City":"CRYSTAL","Physical Address State":"MN ","Physical Address Zipcode":"55427","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700364","School District Name":"EAGLE RIDGE ACADEMY CHARTER SCHOOL","Physical Address Line 1":"11111 BREN ROAD WEST","Physical Address Line 2":"","Physical Address City":"MINNETONKA","Physical Address State":"MN ","Physical Address Zipcode":"55343","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700363","School District Name":"UBAH MEDICAL ACADEMY CHARTER SCHOOL","Physical Address Line 1":"1600 MAIN ST","Physical Address Line 2":"","Physical Address City":"HOPKINS","Physical Address State":"MN ","Physical Address Zipcode":"55343","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700362","School District Name":"ST. CROIX PREPARATORY ACADEMY","Physical Address Line 1":"4260 STAGECOACH TRL N","Physical Address Line 2":"","Physical Address City":"STILLWATER","Physical Address State":"MN ","Physical Address Zipcode":"55082","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700361","School District Name":"ACADEMIC ARTS HIGH SCHOOL","Physical Address Line 1":"60 E MARIE AVE STE #220","Physical Address Line 2":"","Physical Address City":"WEST SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55118","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700360","School District Name":"KALEIDOSCOPE CHARTER SCHOOL","Physical Address Line 1":"7525 KALLAND AVE NE","Physical Address Line 2":"","Physical Address City":"OTSEGO","Physical Address State":"MN ","Physical Address Zipcode":"55301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700358","School District Name":"Lakes International Language Academ","Physical Address Line 1":"246 SE 11TH AVE","Physical Address Line 2":"","Physical Address City":"FOREST LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55025","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700355","School District Name":"ARCADIA CHARTER SCHOOL","Physical Address Line 1":"1719 CANNON RD","Physical Address Line 2":"","Physical Address City":"NORTHFIELD","Physical Address State":"MN ","Physical Address Zipcode":"55057","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700354","School District Name":"NEW CITY SCHOOL","Physical Address Line 1":"1500 6TH ST. NE","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55413","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700353","School District Name":"URBAN ACADEMY CHARTER SCHOOL","Physical Address Line 1":"1668 MONTREAL AVENUE","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700352","School District Name":"Spero Academy","Physical Address Line 1":"2701 CALIFORNIA ST. NE","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55418","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700351","School District Name":"ST PAUL CONSERVATORY PERFORMING ART","Physical Address Line 1":"16 W 5TH STREET","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700350","School District Name":"AUGSBURG FAIRVIEW ACADEMY","Physical Address Line 1":"2504 COLUMBUS AVE","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55404","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700349","School District Name":"PIM Arts High School","Physical Address Line 1":"7255 FLYING CLOUD DRIVE","Physical Address Line 2":"","Physical Address City":"EDEN PRAIRIE","Physical Address State":"MN ","Physical Address Zipcode":"55344","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700346","School District Name":"VOYAGEURS EXPEDITIONARY","Physical Address Line 1":"3724 BEMIDJI AVE N","Physical Address Line 2":"","Physical Address City":"BEMIDJI","Physical Address State":"MN ","Physical Address Zipcode":"56601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700345","School District Name":"TREKNORTH HIGH SCHOOL","Physical Address Line 1":"2400 PINE RIDGE AVENUE NW","Physical Address Line 2":"","Physical Address City":"BEMIDJI","Physical Address State":"MN ","Physical Address Zipcode":"56601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700344","School District Name":"GREAT RIVER SCHOOL","Physical Address Line 1":"1326 ENERGY PARK DR","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700343","School District Name":"Paladin Career and Tech High School","Physical Address Line 1":"308 NORTHTOWN DR","Physical Address Line 2":"","Physical Address City":"BLAINE","Physical Address State":"MN ","Physical Address Zipcode":"55434","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700342","School District Name":"HMONG COLLEGE PREP ACADEMY","Physical Address Line 1":"1515 BREWSTER ST","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700341","School District Name":"MINNESOTA INTERNSHIP CENTER","Physical Address Line 1":"2507 FREMONT AVE N","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55411","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700339","School District Name":"GREAT EXPECTATIONS","Physical Address Line 1":"550 E 5TH ST","Physical Address Line 2":"","Physical Address City":"GRAND MARAIS","Physical Address State":"MN ","Physical Address Zipcode":"55604","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700337","School District Name":"Nova Classical Academy","Physical Address Line 1":"1455 VICTORIA WAY","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700335","School District Name":"HENNEPIN ELEMENTARY SCHOOL","Physical Address Line 1":"2123 CLINTON AVE S","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55404","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700333","School District Name":"PARNASSUS PREPARATORY CHARTER SCH","Physical Address Line 1":"11201 96TH AVE NO","Physical Address Line 2":"","Physical Address City":"MAPLE GROVE","Physical Address State":"MN ","Physical Address Zipcode":"55369","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700331","School District Name":"NOBLES COUNTY INTG COLLABORATIVE","Physical Address Line 1":"1117 MARINE AVE","Physical Address Line 2":"","Physical Address City":"WORTHINGTON","Physical Address State":"MN ","Physical Address Zipcode":"56187","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700328","School District Name":"ORTONVILLE PUBLIC SCHOOLS","Physical Address Line 1":"200 TROJAN DR","Physical Address Line 2":"","Physical Address City":"ORTONVILLE","Physical Address State":"MN ","Physical Address Zipcode":"56278","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12098298676748583,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700327","School District Name":"SOUTHERN MN EDUCATION CONSORTIUM","Physical Address Line 1":"21697 STATE HWY 56","Physical Address Line 2":"","Physical Address City":"AUSTIN","Physical Address State":"MN ","Physical Address Zipcode":"55912","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700326","School District Name":"TRACY AREA PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"934 PINE ST","Physical Address Line 2":"","Physical Address City":"TRACY","Physical Address State":"MN ","Physical Address Zipcode":"56175","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12032355915065723,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700325","School District Name":"COLLEGE PREPARATORY ELEMENTARY","Physical Address Line 1":"355 RANDOLPH AVENUE","Physical Address Line 2":"SUITE 300","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700324","School District Name":"CANNON RIVER STEM SCHOOL","Physical Address Line 1":"1800 14TH ST NE","Physical Address Line 2":"","Physical Address City":"FARIBAULT","Physical Address State":"MN ","Physical Address Zipcode":"55021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700323","School District Name":"SCOTT COUNTY SCHOOLS NETWORK (SCSN)","Physical Address Line 1":"505 S HOLMES ST","Physical Address Line 2":"","Physical Address City":"SHAKOPEE","Physical Address State":"MN ","Physical Address Zipcode":"55379","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700322","School District Name":"REDWOOD AREA TELECOM COOPERATIVE","Physical Address Line 1":"100 GEORGE RAMSETH DR","Physical Address Line 2":"","Physical Address City":"REDWOOD FALLS","Physical Address State":"MN ","Physical Address Zipcode":"56283","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700321","School District Name":"OSHKI OGIMAAG CHARTER SCHOOL","Physical Address Line 1":"73 UPPER RD","Physical Address Line 2":"","Physical Address City":"GRAND PORTAGE","Physical Address State":"MN ","Physical Address Zipcode":"55605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700320","School District Name":"DAVINCI ACADEMY","Physical Address Line 1":"532 BUNKER LAKE BOULEVARD NE","Physical Address Line 2":"","Physical Address City":"HAM LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55304","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700319","School District Name":"COLOGNE ACADEMY","Physical Address Line 1":"1221 S VILLAGE PARKWAY","Physical Address Line 2":"","Physical Address City":"COLOGNE","Physical Address State":"MN ","Physical Address Zipcode":"55322","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700318","School District Name":"RUM RIVER SPECIAL EDUCATION COOP","Physical Address Line 1":"140 N BUCHANAN ST. STE 150","Physical Address Line 2":"","Physical Address City":"CAMBRIDGE","Physical Address State":"MN ","Physical Address Zipcode":"55008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700316","School District Name":"Legacy of Dr Josie R Johnson Montes","Physical Address Line 1":"5140 FREMONT AVE N","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55430","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700315","School District Name":"LIONSGATE ACADEMY","Physical Address Line 1":"5605 GREEN CIRCLE DRIVE","Physical Address Line 2":"","Physical Address City":"MINNETONKA","Physical Address State":"MN ","Physical Address Zipcode":"55343","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700313","School District Name":"GLOBAL ACADEMY","Physical Address Line 1":"3000 5TH STREET NW","Physical Address Line 2":"","Physical Address City":"NEW BRIGHTON","Physical Address State":"MN ","Physical Address Zipcode":"55112","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700312","School District Name":"Infinity: Minnesota Digital Academy","Physical Address Line 1":"308 ROOSEVELT","Physical Address Line 2":"","Physical Address City":"COLERAINE","Physical Address State":"MN ","Physical Address Zipcode":"55722","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700311","School District Name":"ASPEN ACADEMY","Physical Address Line 1":"14825 ZINRAN AVE","Physical Address Line 2":"","Physical Address City":"SAVAGE","Physical Address State":"MN ","Physical Address Zipcode":"55378","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700309","School District Name":"BEST ACADEMY","Physical Address Line 1":"1300 OLSON MEMORIAL HWY","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55411","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700308","School District Name":"KIPP MINNESOTA CHARTER SCHOOL","Physical Address Line 1":"5034 OLIVER AVE. N","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55430","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700304","School District Name":"COMMUNITY SCHOOL OF EXCELLENCE","Physical Address Line 1":"270 LARPENTEUR AVENUE WEST","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700300","School District Name":"MINISINAAKWAANG LEADERSHIP ACADEMY","Physical Address Line 1":"20930 367TH LN","Physical Address Line 2":"","Physical Address City":"MCGREGOR","Physical Address State":"MN ","Physical Address Zipcode":"55760","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700299","School District Name":"LINCOLN INTERNATIONAL SCHOOL","Physical Address Line 1":"2520 MINNEHAHA AVE","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55404","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700298","School District Name":"PAUL BUNYAN EDUCATION COOPERATIVE","Physical Address Line 1":"WASHINGTON EDUCATIONAL SERVICE","Physical Address Line 2":"804 OAK ST","Physical Address City":"BRAINERD","Physical Address State":"MN ","Physical Address Zipcode":"56401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700296","School District Name":"International Spanish Language Acad","Physical Address Line 1":"5959 SHADY OAK RD S","Physical Address Line 2":"","Physical Address City":"MINNETONKA","Physical Address State":"MN ","Physical Address Zipcode":"55343","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700295","School District Name":"NOBLE ACADEMY","Physical Address Line 1":"9477 DECATUR DRIVE NORTH","Physical Address Line 2":"","Physical Address City":"BROOKLYN PARK","Physical Address State":"MN ","Physical Address Zipcode":"55445","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700294","School District Name":"RTR PUBLIC SCHOOLS","Physical Address Line 1":"100 STRONG ST","Physical Address Line 2":"","Physical Address City":"TYLER","Physical Address State":"MN ","Physical Address Zipcode":"56178","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07413249211356467,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700293","School District Name":"GLACIAL HILLS ELEMENTARY","Physical Address Line 1":"610 W 6TH ST","Physical Address Line 2":"","Physical Address City":"STARBUCK","Physical Address State":"MN ","Physical Address Zipcode":"56381","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700292","School District Name":"LAURA JEFFREY ACADEMY CHARTER","Physical Address Line 1":"1550 SUMMIT AVE","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700291","School District Name":"EAST RANGE ACADEMY OF TECH-SCIENCE","Physical Address Line 1":"2000 SIEGEL BLVD","Physical Address Line 2":"","Physical Address City":"EVELETH","Physical Address State":"MN ","Physical Address Zipcode":"55734","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700290","School District Name":"CLARKFIELD CHARTER SCHOOL","Physical Address Line 1":"301 13TH ST","Physical Address Line 2":"","Physical Address City":"CLARKFIELD","Physical Address State":"MN ","Physical Address Zipcode":"56223","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700289","School District Name":"Stonebridge World School","Physical Address Line 1":"4530 LYNDALE AVE S","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55419","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700288","School District Name":"HIAWATHA ACADEMIES","Physical Address Line 1":"3500 E 28TH ST.","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700287","School District Name":"PLAINVIEW-ELGIN-MILLVILLE","Physical Address Line 1":"500 WEST BROADWAY","Physical Address Line 2":"","Physical Address City":"PLAINVIEW","Physical Address State":"MN ","Physical Address Zipcode":"55964","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06559571619812583,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2700284","School District Name":"Seven Hills Preparatory Academy","Physical Address Line 1":"8600 BLOOMINGTON AVE S","Physical Address Line 2":"","Physical Address City":"BLOOMINGTON","Physical Address State":"MN ","Physical Address Zipcode":"55425","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700281","School District Name":"YINGHUA ACADEMY","Physical Address Line 1":"1616 BUCHANAN ST NE","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55413","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700278","School District Name":"SOUTHSIDE FAMILY CHARTER SCHOOL","Physical Address Line 1":"4500 CLINTON AVE S","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55419","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700277","School District Name":"NEW DISCOVERIES MONTESSORI ACADEMY","Physical Address Line 1":"1000 5TH AVE SE","Physical Address Line 2":"","Physical Address City":"HUTCHINSON","Physical Address State":"MN ","Physical Address Zipcode":"55350","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700276","School District Name":"SPECTRUM HIGH SCHOOL","Physical Address Line 1":"17796 INDUSTRIAL CIRCLE NW","Physical Address Line 2":"","Physical Address City":"ELK RIVER","Physical Address State":"MN ","Physical Address Zipcode":"55330","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700275","School District Name":"NAYTAHWAUSH COMMUNITY SCHOOL","Physical Address Line 1":"2531 310TH AVE","Physical Address Line 2":"","Physical Address City":"NAYTAHWAUSH","Physical Address State":"MN ","Physical Address Zipcode":"56566","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700273","School District Name":"LOVEWORKS ACADEMY FOR ARTS","Physical Address Line 1":"900 MOUNT CURVE AVENUE","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55403","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700272","School District Name":"MINNESOTA DEPARTMENT OF CORRECTIONS","Physical Address Line 1":"1450 ENERGY PARK DRIVE STE 200","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700263","School District Name":"Midway Star Academy","Physical Address Line 1":"1091 SNELLING AVE N","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700262","School District Name":"Twin Cities German Immersion Chtr","Physical Address Line 1":"1031 COMO AVENUE","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700261","School District Name":"EDVISIONS OFF CAMPUS SCHOOL","Physical Address Line 1":"501 MAIN ST","Physical Address Line 2":"","Physical Address City":"HENDERSON","Physical Address State":"MN ","Physical Address Zipcode":"56044","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700260","School District Name":"MINNESOTA ONLINE HIGH SCHOOL","Physical Address Line 1":"2314 UNIVERSITY AVE W STE 10","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700256","School District Name":"NORTHERN LIGHTS COMMUNITY SCHOOL","Physical Address Line 1":"305 BRIDGE ST","Physical Address Line 2":"","Physical Address City":"WARBA","Physical Address State":"MN ","Physical Address Zipcode":"55793","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700255","School District Name":"BIRCH GROVE COMMUNITY SCHOOL","Physical Address Line 1":"9 GOOD NEIGHBOR HILL RD STE B","Physical Address Line 2":"","Physical Address City":"TOFTE","Physical Address State":"MN ","Physical Address Zipcode":"55615","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700254","School District Name":"GREEN ISLE COMMUNITY SCHOOL","Physical Address Line 1":"190 MCGRANN ST","Physical Address Line 2":"","Physical Address City":"GREEN ISLE","Physical Address State":"MN ","Physical Address Zipcode":"55338","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700253","School District Name":"NEW MILLENNIUM ACADEMY CHARTER SCH","Physical Address Line 1":"5105 BROOKLYN BLVD","Physical Address Line 2":"","Physical Address City":"BROOKLYN CENTER","Physical Address State":"MN ","Physical Address Zipcode":"55429","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700252","School District Name":"Stride Academy Charter School","Physical Address Line 1":"3241 OAKHAM LANE","Physical Address Line 2":"","Physical Address City":"SAINT CLOUD","Physical Address State":"MN ","Physical Address Zipcode":"56301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700249","School District Name":"Swan River Montessori Charter Sch","Physical Address Line 1":"500 MAPLE ST","Physical Address Line 2":"","Physical Address City":"MONTICELLO","Physical Address State":"MN ","Physical Address Zipcode":"55362","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700247","School District Name":"ROCHESTER MATH AND SCIENCE ACADEMY","Physical Address Line 1":"415 16TH ST SW","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"MN ","Physical Address Zipcode":"55902","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700246","School District Name":"TWIN CITIES ACADEMY","Physical Address Line 1":"690 BIRMINGHAM","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700245","School District Name":"METRO SCHOOLS CHARTER","Physical Address Line 1":"620 OLSON MEMORIAL HWY","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55411","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700241","School District Name":"TEAM ACADEMY","Physical Address Line 1":"220 17TH AVE NE","Physical Address Line 2":"","Physical Address City":"WASECA","Physical Address State":"MN ","Physical Address Zipcode":"56093","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700240","School District Name":"PRAIRIE SEEDS ACADEMY","Physical Address Line 1":"6200 WEST BROADWAY AVE N","Physical Address Line 2":"","Physical Address City":"BROOKLYN PARK","Physical Address State":"MN ","Physical Address Zipcode":"55428","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700238","School District Name":"Socrates","Physical Address Line 1":"2075 LOOKOUT DR","Physical Address Line 2":"","Physical Address City":"NORTH MANKATO","Physical Address State":"MN ","Physical Address Zipcode":"56003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700237","School District Name":"PARTNERSHIP ACADEMY INC.","Physical Address Line 1":"6500 NICOLLET AVENUE S","Physical Address Line 2":"","Physical Address City":"RICHFIELD","Physical Address State":"MN ","Physical Address Zipcode":"55423","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700235","School District Name":"TRIO WOLF CREEK DISTANCE LEARNING","Physical Address Line 1":"10363 LIBERTY LN","Physical Address Line 2":"","Physical Address City":"CHISAGO CITY","Physical Address State":"MN ","Physical Address Zipcode":"55013","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700231","School District Name":"JACKSON COUNTY CENTRAL SCHOOL DIST.","Physical Address Line 1":"1128 NORTH HIGHWAY","Physical Address Line 2":"","Physical Address City":"JACKSON","Physical Address State":"MN ","Physical Address Zipcode":"56143","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1053082191780822,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2700230","School District Name":"HOPE COMMUNITY ACADEMY","Physical Address Line 1":"720 PAYNE AVENUE","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55130","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700226","School District Name":"Kato Public Charter School","Physical Address Line 1":"110 N 6TH ST","Physical Address Line 2":"","Physical Address City":"MANKATO","Physical Address State":"MN ","Physical Address Zipcode":"56001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700225","School District Name":"SCHOOLCRAFT LEARNING COMMUNITY CHTR","Physical Address Line 1":"8955 DEER SCHOOL RD","Physical Address Line 2":"","Physical Address City":"BEMIDJI","Physical Address State":"MN ","Physical Address Zipcode":"56601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700224","School District Name":"NORTHLAND LEARNING CENTER","Physical Address Line 1":"1201 S 13TH AVE","Physical Address Line 2":"","Physical Address City":"VIRGINIA","Physical Address State":"MN ","Physical Address Zipcode":"55792","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700221","School District Name":"Riverway Learning Community Charter","Physical Address Line 1":"1733 SERVICE DRIVE STE 18","Physical Address Line 2":"","Physical Address City":"WINONA","Physical Address State":"MN ","Physical Address Zipcode":"55987","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700220","School District Name":"AURORA CHARTER SCHOOL","Physical Address Line 1":"2101 E 26TH ST","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55404","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700218","School District Name":"CROSSLAKE COMMUNITY CHARTER SCHOOL","Physical Address Line 1":"35808 COUNTY RD 66","Physical Address Line 2":"","Physical Address City":"CROSSLAKE","Physical Address State":"MN ","Physical Address Zipcode":"56442","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700214","School District Name":"New Century Academy","Physical Address Line 1":"950 SCHOOL ROAD SW","Physical Address Line 2":"","Physical Address City":"HUTCHINSON","Physical Address State":"MN ","Physical Address Zipcode":"55350","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700213","School District Name":"WATERSHED HIGH SCHOOL","Physical Address Line 1":"6541 16TH AVE SO","Physical Address Line 2":"","Physical Address City":"RICHFIELD","Physical Address State":"MN ","Physical Address Zipcode":"55423","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700212","School District Name":"PRAIRIE CREEK COMMUNITY SCHOOL","Physical Address Line 1":"27695 DENMARK AVE","Physical Address Line 2":"","Physical Address City":"NORTHFIELD","Physical Address State":"MN ","Physical Address Zipcode":"55057","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700211","School District Name":"SAGE ACADEMY CHARTER SCHOOL","Physical Address Line 1":"3900 85TH AVE N","Physical Address Line 2":"","Physical Address City":"BROOKLYN PARK","Physical Address State":"MN ","Physical Address Zipcode":"55443","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700209","School District Name":"HARBOR CITY INTERNATIONAL CHARTER","Physical Address Line 1":"332 W MICHIGAN ST STE.300","Physical Address Line 2":"","Physical Address City":"DULUTH","Physical Address State":"MN ","Physical Address Zipcode":"55802","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700208","School District Name":"NORTH SHORE COMMUNITY SCHOOL","Physical Address Line 1":"5926 RYAN RD","Physical Address Line 2":"","Physical Address City":"DULUTH","Physical Address State":"MN ","Physical Address Zipcode":"55804","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700205","School District Name":"CENTRAL MN ED TELECOM SYSTEM","Physical Address Line 1":"1410 MCKAY AVE S","Physical Address Line 2":"","Physical Address City":"ALEXANDRIA","Physical Address State":"MN ","Physical Address Zipcode":"56308","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700203","School District Name":"Little Crow Tele-Media Network","Physical Address Line 1":"2 CENTURY AVE SE","Physical Address Line 2":"","Physical Address City":"HUTCHINSON","Physical Address State":"MN ","Physical Address Zipcode":"55350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700202","School District Name":"EAST CENTRAL MN ED. CABLE COOP.","Physical Address Line 1":"531 ELMHURST AVE S","Physical Address Line 2":"","Physical Address City":"BRAHAM","Physical Address State":"MN ","Physical Address Zipcode":"55006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700199","School District Name":"WASIOJA ED. TECHNOLOGY COOP.","Physical Address Line 1":"705 MILL ST","Physical Address Line 2":"","Physical Address City":"ZUMBROTA","Physical Address State":"MN ","Physical Address Zipcode":"55992","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700196","School District Name":"ITASCA AREA SCHOOLS COLLABORATIVE","Physical Address Line 1":"101 1ST AVENUE NE","Physical Address Line 2":"","Physical Address City":"DEER RIVER","Physical Address State":"MN ","Physical Address Zipcode":"56636","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700195","School District Name":"N.W.SUBURBAN INTEGRATION DISTRICT","Physical Address Line 1":"9201 W BROADWAY STE 690","Physical Address Line 2":"","Physical Address City":"BROOKLYN PARK","Physical Address State":"MN ","Physical Address Zipcode":"55445","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700194","School District Name":"RIDGEWAY COMMUNITY SCHOOL","Physical Address Line 1":"35564 COUNTY RD 12","Physical Address Line 2":"","Physical Address City":"HOUSTON","Physical Address State":"MN ","Physical Address Zipcode":"55943","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700193","School District Name":"BLUESKY CHARTER SCHOOL","Physical Address Line 1":"2051 KILLEBREW DRIVE","Physical Address Line 2":"SUITE #500","Physical Address City":"BLOOMINGTON","Physical Address State":"MN ","Physical Address Zipcode":"55425","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700192","School District Name":"DISCOVERY PUBLIC SCHOOL FARIBAULT","Physical Address Line 1":"126 8TH STREET NW","Physical Address Line 2":"","Physical Address City":"FARIBAULT","Physical Address State":"MN ","Physical Address Zipcode":"55021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700191","School District Name":"PILLAGER AREA CHARTER SCHOOL","Physical Address Line 1":"12763 COUNTY RD 1","Physical Address Line 2":"","Physical Address City":"PILLAGER","Physical Address State":"MN ","Physical Address Zipcode":"56473","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700190","School District Name":"FRIENDSHIP ACDMY OF FINE ARTS CHTR.","Physical Address Line 1":"2600 E 38TH ST","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700189","School District Name":"Twin Cities International Schools","Physical Address Line 1":"277 12TH AVE N","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700187","School District Name":"AVALON SCHOOL","Physical Address Line 1":"700 GLENDALE ST","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700186","School District Name":"AFSA HIGH SCHOOL","Physical Address Line 1":"100 VADNAIS BLVD","Physical Address Line 2":"","Physical Address City":"VADNAIS HEIGHTS","Physical Address State":"MN ","Physical Address Zipcode":"55127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700185","School District Name":"ACADEMIA CESAR CHAVEZ CHARTER SCH.","Physical Address Line 1":"1801 LACROSSE AVE","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700184","School District Name":"EXCELL ACADEMY CHARTER","Physical Address Line 1":"5800 65TH AVE N","Physical Address Line 2":"","Physical Address City":"BROOKLYN PARK","Physical Address State":"MN ","Physical Address Zipcode":"55429","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700183","School District Name":"WESTBROOK-WALNUT GROVE SCHOOLS","Physical Address Line 1":"344 8TH ST","Physical Address Line 2":"","Physical Address City":"WESTBROOK","Physical Address State":"MN ","Physical Address Zipcode":"56183","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14862385321100918,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700182","School District Name":"REDWOOD AREA SCHOOL DISTRICT","Physical Address Line 1":"100 GEORGE RAMSETH DR","Physical Address Line 2":"","Physical Address City":"REDWOOD FALLS","Physical Address State":"MN ","Physical Address Zipcode":"56283","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10675381263616558,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700181","School District Name":"EL COLEGIO CHARTER SCHOOL","Physical Address Line 1":"4137 BLOOMINGTON AVE","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55407","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700180","School District Name":"Rosa Parks Charter High School","Physical Address Line 1":"2450 MARION ROAD SE","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"MN ","Physical Address Zipcode":"55904","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700179","School District Name":"NERSTRAND CHARTER SCHOOL","Physical Address Line 1":"205 S 2ND ST","Physical Address Line 2":"","Physical Address City":"NERSTRAND","Physical Address State":"MN ","Physical Address Zipcode":"55053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700178","School District Name":"La Crescent Montessori & STEM Schoo","Physical Address Line 1":"1116 S OAK ST","Physical Address Line 2":"","Physical Address City":"LA CRESCENT","Physical Address State":"MN ","Physical Address Zipcode":"55947","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700177","School District Name":"NORTH LAKES ACADEMY","Physical Address Line 1":"308 15TH ST SW","Physical Address Line 2":"","Physical Address City":"FOREST LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55025","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700174","School District Name":"LAFAYETTE PUBLIC CHARTER SCHOOL","Physical Address Line 1":"351 6TH ST","Physical Address Line 2":"","Physical Address City":"LAFAYETTE","Physical Address State":"MN ","Physical Address Zipcode":"56054","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700173","School District Name":"NORTHWEST PASSAGE HIGH SCHOOL","Physical Address Line 1":"11345 ROBINSON DR NW","Physical Address Line 2":"","Physical Address City":"COON RAPIDS","Physical Address State":"MN ","Physical Address Zipcode":"55443","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700167","School District Name":"MATH AND SCIENCE ACADEMY","Physical Address Line 1":"8430 WOODBURY CROSSING","Physical Address Line 2":"","Physical Address City":"WOODBURY","Physical Address State":"MN ","Physical Address Zipcode":"55125","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700163","School District Name":"RENVILLE COUNTY WEST SCHOOL DIST.","Physical Address Line 1":"301 NE 3RD ST","Physical Address Line 2":"","Physical Address City":"RENVILLE","Physical Address State":"MN ","Physical Address Zipcode":"56284","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12298682284040996,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700162","School District Name":"LAKE PARK AUDUBON SCHOOL DISTRICT","Physical Address Line 1":"611 VIGEN RD","Physical Address Line 2":"","Physical Address City":"LAKE PARK","Physical Address State":"MN ","Physical Address Zipcode":"56554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09561304836895389,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700160","School District Name":"HIGH SCHOOL FOR RECORDING ARTS","Physical Address Line 1":"1166 UNIVERSITY AVE W","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700159","School District Name":"SOJOURNER TRUTH ACADEMY","Physical Address Line 1":"3820 EMERSON AVE N","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55412","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700157","School District Name":"FACE TO FACE ACADEMY","Physical Address Line 1":"1165 ARCADE ST","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700156","School District Name":"LIFE PREP","Physical Address Line 1":"930 GERANIUM AVE EAST","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700152","School District Name":"JENNINGS COMMUNITY SCHOOL","Physical Address Line 1":"2455 UNIVERSITY AVE WEST","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700150","School District Name":"CLINTON-GRACEVILLE-BEARDSLEY","Physical Address Line 1":"601 1ST STREET","Physical Address Line 2":"","Physical Address City":"CLINTON","Physical Address State":"MN ","Physical Address Zipcode":"56225","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11910669975186104,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700148","School District Name":"GLENVILLE-EMMONS SCHOOL DISTRICT","Physical Address Line 1":"230 5TH ST SE","Physical Address Line 2":"","Physical Address City":"GLENVILLE","Physical Address State":"MN ","Physical Address Zipcode":"56036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08968609865470852,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700147","School District Name":"CENTRAL MINNESOTA E.R.D.C.","Physical Address Line 1":"570 1ST ST SE","Physical Address Line 2":"","Physical Address City":"SAINT CLOUD","Physical Address State":"MN ","Physical Address Zipcode":"56304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700145","School District Name":"Equity Alliance MN","Physical Address Line 1":"6063 HUDSON RD.","Physical Address Line 2":"SUITE 218","Physical Address City":"WOODBURY","Physical Address State":"MN ","Physical Address Zipcode":"55125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700143","School District Name":"CENTRAL MINNESOTA JT. POWERS DIST.","Physical Address Line 1":"216 N 8TH AVE","Physical Address Line 2":"","Physical Address City":"WAITE PARK","Physical Address State":"MN ","Physical Address Zipcode":"56387","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700142","School District Name":"ST. PAUL CITY SCHOOL","Physical Address Line 1":"260 EDMUND AVE","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700140","School District Name":"HIGHER GROUND ACADEMY","Physical Address Line 1":"1381 MARSHALL AVE","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700139","School District Name":"E.C.H.O. CHARTER SCHOOL","Physical Address Line 1":"101 ROCKET AVE","Physical Address Line 2":"","Physical Address City":"ECHO","Physical Address State":"MN ","Physical Address Zipcode":"56237","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700138","School District Name":"CYBER VILLAGE ACADEMY","Physical Address Line 1":"768 HAMLINE AVE S","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700133","School District Name":"DULUTH PUBLIC SCHOOLS ACADEMY","Physical Address Line 1":"3301 TECHNOLOGY DR","Physical Address Line 2":"","Physical Address City":"DULUTH","Physical Address State":"MN ","Physical Address Zipcode":"55811","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700132","School District Name":"RED ROCK CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"100 6TH AVE E","Physical Address Line 2":"","Physical Address City":"LAMBERTON","Physical Address State":"MN ","Physical Address Zipcode":"56152","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12937062937062938,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700130","School District Name":"BLUE EARTH AREA PUBLIC SCHOOL","Physical Address Line 1":"315 E 6TH ST","Physical Address Line 2":"","Physical Address City":"BLUE EARTH","Physical Address State":"MN ","Physical Address Zipcode":"56013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11228641171684296,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2700129","School District Name":"MINNESOTA STATE ACADEMIES","Physical Address Line 1":"615 OLOF HANSON DR","Physical Address Line 2":"","Physical Address City":"FARIBAULT","Physical Address State":"MN ","Physical Address Zipcode":"55021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700128","School District Name":"GLENCOE-SILVER LAKE SCHOOL DISTRICT","Physical Address Line 1":"1621 16TH ST E","Physical Address Line 2":"","Physical Address City":"GLENCOE","Physical Address State":"MN ","Physical Address Zipcode":"55336","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06494117647058824,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2700127","School District Name":"STEPHEN-ARGYLE CENTRAL SCHOOLS","Physical Address Line 1":"500 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"STEPHEN","Physical Address State":"MN ","Physical Address Zipcode":"56757","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06042296072507553,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700126","School District Name":"ADA-BORUP PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"604 THORPE AVE W","Physical Address Line 2":"","Physical Address City":"ADA","Physical Address State":"MN ","Physical Address Zipcode":"56510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1278538812785388,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700125","School District Name":"LAC QUI PARLE VALLEY SCHOOL DIST.","Physical Address Line 1":"2860 291ST AVE","Physical Address Line 2":"","Physical Address City":"MADISON","Physical Address State":"MN ","Physical Address Zipcode":"56256","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1252847380410023,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700124","School District Name":"FAIRMONT AREA SCHOOL DISTRICT","Physical Address Line 1":"714 VICTORIA STREET STE 103","Physical Address Line 2":"STE 103","Physical Address City":"FAIRMONT","Physical Address State":"MN ","Physical Address Zipcode":"56031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13129689174705253,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2700123","School District Name":"HOWARD LAKE-WAVERLY-WINSTED","Physical Address Line 1":"8700 COUNTY ROAD 6 SW","Physical Address Line 2":"","Physical Address City":"HOWARD LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55349","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05412054120541206,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700118","School District Name":"ACHIEVE LANGUAGE ACADEMY","Physical Address Line 1":"2169 STILLWATER AVE","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700117","School District Name":"Minnesota Transitions Charter Sch","Physical Address Line 1":"350 CENTRAL PARKWAY","Physical Address Line 2":"","Physical Address City":"BLOOMINGTON","Physical Address State":"MN ","Physical Address Zipcode":"55425","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700116","School District Name":"WORLD LEARNER CHARTER SCHOOL","Physical Address Line 1":"112050 HUNDERTMARK RD","Physical Address Line 2":"","Physical Address City":"CHASKA","Physical Address State":"MN ","Physical Address Zipcode":"55318","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700115","School District Name":"COMMUNITY OF PEACE ACADEMY","Physical Address Line 1":"471 MAGNOLIA AVE E","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55130","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700110","School District Name":"CEDAR MOUNTAIN SCHOOL DISTRICT","Physical Address Line 1":"310 SOMERVILLE AVE","Physical Address Line 2":"","Physical Address City":"MORGAN","Physical Address State":"MN ","Physical Address Zipcode":"56266","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10138248847926268,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700109","School District Name":"Long Prairie-Grey Eagle School Dist","Physical Address Line 1":"205 2ND ST S","Physical Address Line 2":"","Physical Address City":"LONG PRAIRIE","Physical Address State":"MN ","Physical Address Zipcode":"56347","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1483021483021483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2700108","School District Name":"PIPESTONE AREA SCHOOL DISTRICT","Physical Address Line 1":"1401 SW 7TH ST","Physical Address Line 2":"","Physical Address City":"PIPESTONE","Physical Address State":"MN ","Physical Address Zipcode":"56164","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12464387464387465,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2700107","School District Name":"GREENBUSH-MIDDLE RIVER SCHOOL DIST.","Physical Address Line 1":"401 PARK AVE","Physical Address Line 2":"","Physical Address City":"GREENBUSH","Physical Address State":"MN ","Physical Address Zipcode":"56726","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09684684684684684,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700106","School District Name":"A.C.G.C. Public School District","Physical Address Line 1":"27250 MN HWY 4","Physical Address Line 2":"","Physical Address City":"GROVE CITY","Physical Address State":"MN ","Physical Address Zipcode":"56243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07646474677259185,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700105","School District Name":"BELGRADE-BROOTEN-ELROSA SCHOOL DIST","Physical Address Line 1":"710 WASHBURN AVENUE","Physical Address Line 2":"","Physical Address City":"BELGRADE","Physical Address State":"MN ","Physical Address Zipcode":"56312","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08649289099526067,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700104","School District Name":"WEST CENTRAL AREA","Physical Address Line 1":"301 COUNTY RD 2","Physical Address Line 2":"","Physical Address City":"BARRETT","Physical Address State":"MN ","Physical Address Zipcode":"56311","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11023622047244094,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700103","School District Name":"CLEARBROOK-GONVICK SCHOOL DISTRICT","Physical Address Line 1":"16770 CLEARWATER LAKE RD","Physical Address Line 2":"","Physical Address City":"CLEARBROOK","Physical Address State":"MN ","Physical Address Zipcode":"56634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16412213740458015,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700102","School District Name":"SIBLEY EAST SCHOOL DISTRICT","Physical Address Line 1":"202 3RD AVE NW","Physical Address Line 2":"","Physical Address City":"ARLINGTON","Physical Address State":"MN ","Physical Address Zipcode":"55307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08494208494208494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700101","School District Name":"NORMAN COUNTY EAST SCHOOL DISTRICT","Physical Address Line 1":"408 W MAIN AVE","Physical Address Line 2":"","Physical Address City":"TWIN VALLEY","Physical Address State":"MN ","Physical Address Zipcode":"56584","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18032786885245902,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700100","School District Name":"FILLMORE CENTRAL","Physical Address Line 1":"700 CHATFIELD AVE","Physical Address Line 2":"","Physical Address City":"PRESTON","Physical Address State":"MN ","Physical Address Zipcode":"55965","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12284730195177956,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700099","School District Name":"YELLOW MEDICINE EAST","Physical Address Line 1":"450 9TH AVE","Physical Address Line 2":"","Physical Address City":"GRANITE FALLS","Physical Address State":"MN ","Physical Address Zipcode":"56241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09383145091225022,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700096","School District Name":"Athlos Leadership Academy","Physical Address Line 1":"10100 NOBLE PARKWAY NORTH","Physical Address Line 2":"","Physical Address City":"BROOKLYN PARK","Physical Address State":"MN ","Physical Address Zipcode":"55443","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700093","School District Name":"PACT CHARTER SCHOOL","Physical Address Line 1":"7250 E RAMSEY PKWY","Physical Address Line 2":"","Physical Address City":"RAMSEY","Physical Address State":"MN ","Physical Address Zipcode":"55303","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700092","School District Name":"Minnesota New Country School","Physical Address Line 1":"210 MAIN ST","Physical Address Line 2":"","Physical Address City":"HENDERSON","Physical Address State":"MN ","Physical Address Zipcode":"56044","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700091","School District Name":"MACCRAY SCHOOL DISTRICT","Physical Address Line 1":"711 WOLVERINE DR","Physical Address Line 2":"","Physical Address City":"CLARA CITY","Physical Address State":"MN ","Physical Address Zipcode":"56222","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08427672955974842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700090","School District Name":"MURRAY COUNTY CENTRAL SCHOOL DIST.","Physical Address Line 1":"2420 28TH ST","Physical Address Line 2":"","Physical Address City":"SLAYTON","Physical Address State":"MN ","Physical Address Zipcode":"56172","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09536784741144415,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700089","School District Name":"NRHEG SCHOOL DISTRICT","Physical Address Line 1":"306 ASH AVE S","Physical Address Line 2":"","Physical Address City":"NEW RICHLAND","Physical Address State":"MN ","Physical Address Zipcode":"56072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700088","School District Name":"LAKEVIEW SCHOOL DISTRICT","Physical Address Line 1":"875 BARSTAD RD N","Physical Address Line 2":"","Physical Address City":"COTTONWOOD","Physical Address State":"MN ","Physical Address Zipcode":"56229","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06994328922495274,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700086","School District Name":"Region 6 and 8-SW/WC Service Coop","Physical Address Line 1":"1420 E COLLEGE DR","Physical Address Line 2":"","Physical Address City":"MARSHALL","Physical Address State":"MN ","Physical Address Zipcode":"56258","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700085","School District Name":"Region 1 and 2-Northwest Srvc Coop","Physical Address Line 1":"114 WEST 1ST ST","Physical Address Line 2":"","Physical Address City":"THIEF RIVER FALLS","Physical Address State":"MN ","Physical Address Zipcode":"56701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700084","School District Name":"REGION 3 - NORTHEAST SERVICE COOP","Physical Address Line 1":"5525 EMERALD AVE","Physical Address Line 2":"","Physical Address City":"MOUNTAIN IRON","Physical Address State":"MN ","Physical Address Zipcode":"55768","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700083","School District Name":"REGION 4-LAKES COUNTRY SERVICE COOP","Physical Address Line 1":"1001 E MOUNT FAITH","Physical Address Line 2":"","Physical Address City":"FERGUS FALLS","Physical Address State":"MN ","Physical Address Zipcode":"56537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700082","School District Name":"Sourcewell","Physical Address Line 1":"202 12TH ST NE","Physical Address Line 2":"","Physical Address City":"STAPLES","Physical Address State":"MN ","Physical Address Zipcode":"56479","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700081","School District Name":"Region 7-Resource Training/Solution","Physical Address Line 1":"137 23RD STREET SOUTH","Physical Address Line 2":"","Physical Address City":"SARTELL","Physical Address State":"MN ","Physical Address Zipcode":"56377","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700080","School District Name":"Region 9-South Central Service Coop","Physical Address Line 1":"2075 LOOKOUT DR","Physical Address Line 2":"","Physical Address City":"NORTH MANKATO","Physical Address State":"MN ","Physical Address Zipcode":"56003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700079","School District Name":"Region 10-Southeast Service Coop","Physical Address Line 1":"210 WOODLAKE DR SE","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"MN ","Physical Address Zipcode":"55904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700078","School District Name":"REGION 11-METRO EDUC. SERVICE UNIT","Physical Address Line 1":"2 PINE TREE DRIVE STE 101","Physical Address Line 2":"","Physical Address City":"ARDEN HILLS","Physical Address State":"MN ","Physical Address Zipcode":"55112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700073","School District Name":"MID STATE EDUCATION DISTRICT","Physical Address Line 1":"15770 18TH STREET NE","Physical Address Line 2":"","Physical Address City":"LITTLE FALLS","Physical Address State":"MN ","Physical Address Zipcode":"56345","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700071","School District Name":"Benton-Stearns Education District","Physical Address Line 1":"517 2ND ST S","Physical Address Line 2":"","Physical Address City":"SARTELL","Physical Address State":"MN ","Physical Address Zipcode":"56377","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700063","School District Name":"MN VALLEY EDUCATION DISTRICT","Physical Address Line 1":"801 DAVIS ST.","Physical Address Line 2":"","Physical Address City":"ST. PETER","Physical Address State":"MN ","Physical Address Zipcode":"56082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700058","School District Name":"MN River Valley Education District","Physical Address Line 1":"1315 E BLACK OAK AVE","Physical Address Line 2":"","Physical Address City":"MONTEVIDEO","Physical Address State":"MN ","Physical Address Zipcode":"56265","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700055","School District Name":"HIAWATHA VALLEY ED. DISTRICT","Physical Address Line 1":"1410 BUNDY BLVD","Physical Address Line 2":"","Physical Address City":"WINONA","Physical Address State":"MN ","Physical Address Zipcode":"55987","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700054","School District Name":"ZUMBRO EDUCATION DISTRICT","Physical Address Line 1":"801 FRONTAGE RD NW","Physical Address Line 2":"","Physical Address City":"BYRON","Physical Address State":"MN ","Physical Address Zipcode":"55920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700050","School District Name":"AREA SPECIAL EDUCATION COOPERATIVE","Physical Address Line 1":"1505 CENTRAL AVE NW","Physical Address Line 2":"","Physical Address City":"EAST GRAND FORKS","Physical Address State":"MN ","Physical Address Zipcode":"56721","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700047","School District Name":"MINNESOTA VALLEY COOPERATIVE","Physical Address Line 1":"450 9TH AVE","Physical Address Line 2":"","Physical Address City":"GRANITE FALLS","Physical Address State":"MN ","Physical Address Zipcode":"56241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700046","School District Name":"SOUTHERN PLAINS EDUCATION COOP.","Physical Address Line 1":"1200 NORTH PARK STREET","Physical Address Line 2":"","Physical Address City":"FAIRMONT","Physical Address State":"MN ","Physical Address Zipcode":"56031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700045","School District Name":"MEEKER AND WRIGHT SPECIAL EDUCATION","Physical Address Line 1":"720 9TH AVENUE","Physical Address Line 2":"","Physical Address City":"HOWARD LAKE","Physical Address State":"MN ","Physical Address Zipcode":"55349","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700043","School District Name":"FERGUS FALLS AREA SP. ED. COOP.","Physical Address Line 1":"518 FRIBERG AVE","Physical Address Line 2":"","Physical Address City":"FERGUS FALLS","Physical Address State":"MN ","Physical Address Zipcode":"56537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700040","School District Name":"Lake Agassiz Education Cooperative","Physical Address Line 1":"1010 HOBART ST","Physical Address Line 2":"","Physical Address City":"HAWLEY","Physical Address State":"MN ","Physical Address Zipcode":"56549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700039","School District Name":"NW REGION INTERDISTRICT COUNCIL","Physical Address Line 1":"201 W MINNESOTA AVE","Physical Address Line 2":"","Physical Address City":"NEWFOLDEN","Physical Address State":"MN ","Physical Address Zipcode":"56738","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700038","School District Name":"PINE TO PRAIRIE COOPERATIVE CTR.","Physical Address Line 1":"2604 WHEAT DR","Physical Address Line 2":"","Physical Address City":"RED LAKE FALLS","Physical Address State":"MN ","Physical Address Zipcode":"56750","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700036","School District Name":"WRIGHT TECHNICAL CENTER","Physical Address Line 1":"1405 3RD AVE NE","Physical Address Line 2":"","Physical Address City":"BUFFALO","Physical Address State":"MN ","Physical Address Zipcode":"55313","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700034","School District Name":"EAST RANGE SEC. TECHNICAL CENTER","Physical Address Line 1":"601 N 1ST ST W","Physical Address Line 2":"","Physical Address City":"AURORA","Physical Address State":"MN ","Physical Address Zipcode":"55705","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700031","School District Name":"NORTH COUNTRY VOC. COOP. CTR.","Physical Address Line 1":"905 GRANT AVE SE","Physical Address Line 2":"","Physical Address City":"BEMIDJI","Physical Address State":"MN ","Physical Address Zipcode":"56619","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700028","School District Name":"METRO DEAF SCHOOL","Physical Address Line 1":"1125 ENERGY PARK DRIVE","Physical Address Line 2":"","Physical Address City":"SAINT PAUL","Physical Address State":"MN ","Physical Address Zipcode":"55108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700027","School District Name":"CEDAR RIVERSIDE COMMUNITY SCHOOL","Physical Address Line 1":"1610 S 6TH STREET","Physical Address Line 2":"","Physical Address City":"MINNEAPOLIS","Physical Address State":"MN ","Physical Address Zipcode":"55454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700026","School District Name":"INTERMEDIATE SCHOOL DISTRICT 917","Physical Address Line 1":"1300 145TH ST E","Physical Address Line 2":"","Physical Address City":"ROSEMOUNT","Physical Address State":"MN ","Physical Address Zipcode":"55068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700025","School District Name":"Intermediate School District 287","Physical Address Line 1":"1820 N XENIUM LN","Physical Address Line 2":"","Physical Address City":"PLYMOUTH","Physical Address State":"MN ","Physical Address Zipcode":"55441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700024","School District Name":"WARREN-ALVARADO-OSLO SCHOOL DIST.","Physical Address Line 1":"224 E BRIDGE AVE","Physical Address Line 2":"","Physical Address City":"WARREN","Physical Address State":"MN ","Physical Address Zipcode":"56762","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1097770154373928,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700023","School District Name":"BUFFALO LK-HECTOR-STEWART PUBLIC SC","Physical Address Line 1":"220 W 3RD ST","Physical Address Line 2":"","Physical Address City":"HECTOR","Physical Address State":"MN ","Physical Address Zipcode":"55342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08500772797527048,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700022","School District Name":"WADENA-DEER CREEK SCHOOL DISTRICT","Physical Address Line 1":"600 COLFAX AVE SW","Physical Address Line 2":"","Physical Address City":"WADENA","Physical Address State":"MN ","Physical Address Zipcode":"56482","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1512784090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2700019","School District Name":"MINNEWASKA SCHOOL DISTRICT","Physical Address Line 1":"25122 STATE HWY 28","Physical Address Line 2":"","Physical Address City":"GLENWOOD","Physical Address State":"MN ","Physical Address Zipcode":"56334","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08029197080291971,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700017","School District Name":"CHISAGO LAKES SCHOOL DISTRICT","Physical Address Line 1":"29678 KARMEL AVE.","Physical Address Line 2":"","Physical Address City":"CHISAGO CITY","Physical Address State":"MN ","Physical Address Zipcode":"55013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.047487575924903366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2700016","School District Name":"RUNESTONE AREA ED. DISTRICT","Physical Address Line 1":"1204 34TH AVENUE WEST","Physical Address Line 2":"","Physical Address City":"ALEXANDRIA","Physical Address State":"MN ","Physical Address Zipcode":"56308","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700015","School District Name":"ST. CROIX RIVER EDUCATION DISTRICT","Physical Address Line 1":"425 S DANA AVE","Physical Address Line 2":"","Physical Address City":"RUSH CITY","Physical Address State":"MN ","Physical Address Zipcode":"55069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700014","School District Name":"Freshwater Education District","Physical Address Line 1":"2222 INDUSTRIAL DRIVE","Physical Address Line 2":"","Physical Address City":"WADENA","Physical Address State":"MN ","Physical Address Zipcode":"56482","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2700013","School District Name":"WATERVILLE-ELYSIAN-MORRISTOWN","Physical Address Line 1":"500 E PAQUIN ST","Physical Address Line 2":"","Physical Address City":"WATERVILLE","Physical Address State":"MN ","Physical Address Zipcode":"56096","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05518553758325404,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700008","School District Name":"ST. LOUIS COUNTY SCHOOL DISTRICT","Physical Address Line 1":"1701 N 9TH AVE","Physical Address Line 2":"","Physical Address City":"VIRGINIA","Physical Address State":"MN ","Physical Address Zipcode":"55792","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08496993987975952,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700007","School District Name":"KINGSLAND PUBLIC SCHOOL DISTRICT","Physical Address Line 1":"705 N SECTION AVE","Physical Address Line 2":"","Physical Address City":"SPRING VALLEY","Physical Address State":"MN ","Physical Address Zipcode":"55975","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09664292980671414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700006","School District Name":"MAPLE RIVER SCHOOL DISTRICT","Physical Address Line 1":"101 6TH AVE NE","Physical Address Line 2":"","Physical Address City":"MAPLETON","Physical Address State":"MN ","Physical Address Zipcode":"56065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10040816326530612,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700005","School District Name":"UNITED SOUTH CENTRAL SCHOOL DIST.","Physical Address Line 1":"600 11TH STREET. SW","Physical Address Line 2":"","Physical Address City":"WELLS","Physical Address State":"MN ","Physical Address Zipcode":"56097","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12815338042381433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2700001","School District Name":"MOUNTAIN IRON-BUHL SCHOOL DISTRICT","Physical Address Line 1":"8659 UNITY DRIVE","Physical Address Line 2":"","Physical Address City":"MOUNTAIN IRON","Physical Address State":"MN ","Physical Address Zipcode":"55768","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07183908045977011,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2680995","School District Name":"Wayne RESA","Physical Address Line 1":"33500 VAN BORN RD","Physical Address Line 2":"","Physical Address City":"WAYNE","Physical Address State":"MI ","Physical Address Zipcode":"48184","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680990","School District Name":"Washtenaw ISD","Physical Address Line 1":"1819 SOUTH WAGNER RD","Physical Address Line 2":"","Physical Address City":"ANN ARBOR","Physical Address State":"MI ","Physical Address Zipcode":"48103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680985","School District Name":"Van Buren ISD","Physical Address Line 1":"490 SOUTH PAW PAW ST","Physical Address Line 2":"","Physical Address City":"LAWRENCE","Physical Address State":"MI ","Physical Address Zipcode":"49064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2680980","School District Name":"Tuscola ISD","Physical Address Line 1":"1385 CLEAVER RD","Physical Address Line 2":"","Physical Address City":"CARO","Physical Address State":"MI ","Physical Address Zipcode":"48723","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680975","School District Name":"Shiawassee Regional ESD","Physical Address Line 1":"1025 NORTH SHIAWASSEE ST","Physical Address Line 2":"","Physical Address City":"CORUNNA","Physical Address State":"MI ","Physical Address Zipcode":"48817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680965","School District Name":"Sanilac ISD","Physical Address Line 1":"175 EAST AITKEN RD","Physical Address Line 2":"","Physical Address City":"PECK","Physical Address State":"MI ","Physical Address Zipcode":"48466","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680960","School District Name":"St. Joseph County ISD","Physical Address Line 1":"62445 Shimmel Road","Physical Address Line 2":"","Physical Address City":"Centreville","Physical Address State":"MI ","Physical Address Zipcode":"49032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2680940","School District Name":"St. Clair County RESA","Physical Address Line 1":"499 RANGE RD","Physical Address Line 2":"","Physical Address City":"MARYSVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680930","School District Name":"Saginaw ISD","Physical Address Line 1":"3933 Barnard Road","Physical Address Line 2":"","Physical Address City":"Saginaw","Physical Address State":"MI ","Physical Address Zipcode":"48603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680920","School District Name":"C.O.O.R. ISD","Physical Address Line 1":"11051 NORTH CUT RD","Physical Address Line 2":"","Physical Address City":"ROSCOMMON","Physical Address State":"MI ","Physical Address Zipcode":"48653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2680900","School District Name":"Ottawa Area ISD","Physical Address Line 1":"13565 PORT SHELDON ST","Physical Address Line 2":"","Physical Address City":"HOLLAND","Physical Address State":"MI ","Physical Address Zipcode":"49424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680880","School District Name":"Oakland Schools","Physical Address Line 1":"2111 PONTIAC LAKE RD","Physical Address Line 2":"","Physical Address City":"WATERFORD","Physical Address State":"MI ","Physical Address Zipcode":"48328","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680860","School District Name":"Newaygo County RESA","Physical Address Line 1":"4747 WEST 48TH ST","Physical Address Line 2":"","Physical Address City":"FREMONT","Physical Address State":"MI ","Physical Address Zipcode":"49412","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680850","School District Name":"Muskegon Area ISD","Physical Address Line 1":"630 HARVEY ST","Physical Address Line 2":"","Physical Address City":"MUSKEGON","Physical Address State":"MI ","Physical Address Zipcode":"49442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680830","School District Name":"Montcalm Area ISD","Physical Address Line 1":"621 NORTH NEW ST","Physical Address Line 2":"","Physical Address City":"STANTON","Physical Address State":"MI ","Physical Address Zipcode":"48888","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680820","School District Name":"Monroe ISD","Physical Address Line 1":"1101 SOUTH RAISINVILLE RD","Physical Address Line 2":"","Physical Address City":"MONROE","Physical Address State":"MI ","Physical Address Zipcode":"48161","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680800","School District Name":"Midland County Educational Service Agency","Physical Address Line 1":"3917 JEFFERSON AVE","Physical Address Line 2":"","Physical Address City":"MIDLAND","Physical Address State":"MI ","Physical Address Zipcode":"48640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680790","School District Name":"Menominee ISD","Physical Address Line 1":"1201 41ST AVE","Physical Address Line 2":"","Physical Address City":"MENOMINEE","Physical Address State":"MI ","Physical Address Zipcode":"49858","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680770","School District Name":"Mecosta-Osceola ISD","Physical Address Line 1":"15760 190TH AVE","Physical Address Line 2":"","Physical Address City":"BIG RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680755","School District Name":"West Shore Educational Service District","Physical Address Line 1":"2130 WEST US HIGHWAY 10","Physical Address Line 2":"","Physical Address City":"LUDINGTON","Physical Address State":"MI ","Physical Address Zipcode":"49431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680750","School District Name":"Marquette-Alger RESA","Physical Address Line 1":"321 EAST OHIO ST","Physical Address Line 2":"","Physical Address City":"MARQUETTE","Physical Address State":"MI ","Physical Address Zipcode":"49855","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680740","School District Name":"Manistee ISD","Physical Address Line 1":"772 EAST PARKDALE AVE","Physical Address Line 2":"","Physical Address City":"MANISTEE","Physical Address State":"MI ","Physical Address Zipcode":"49660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680720","School District Name":"Macomb ISD","Physical Address Line 1":"44001 GARFIELD RD","Physical Address Line 2":"","Physical Address City":"CLINTON TOWNSHIP","Physical Address State":"MI ","Physical Address Zipcode":"48038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680700","School District Name":"Livingston ESA","Physical Address Line 1":"1425 WEST GRAND RIVER AVE","Physical Address Line 2":"","Physical Address City":"HOWELL","Physical Address State":"MI ","Physical Address Zipcode":"48843","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680680","School District Name":"Lenawee ISD","Physical Address Line 1":"4107 NORTH ADRIAN HWY","Physical Address Line 2":"","Physical Address City":"ADRIAN","Physical Address State":"MI ","Physical Address Zipcode":"49221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680660","School District Name":"Lapeer ISD","Physical Address Line 1":"1996 WEST OREGON ST","Physical Address Line 2":"","Physical Address City":"LAPEER","Physical Address State":"MI ","Physical Address Zipcode":"48446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2680620","School District Name":"Kent ISD","Physical Address Line 1":"2930 KNAPP ST NE","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680600","School District Name":"Kalamazoo RESA","Physical Address Line 1":"1819 EAST MILHAM AVE","Physical Address Line 2":"","Physical Address City":"KALAMAZOO","Physical Address State":"MI ","Physical Address Zipcode":"49002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680580","School District Name":"Jackson ISD","Physical Address Line 1":"6700 BROWNS LAKE RD","Physical Address Line 2":"","Physical Address City":"JACKSON","Physical Address State":"MI ","Physical Address Zipcode":"49201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680560","School District Name":"Iosco RESA","Physical Address Line 1":"27 NORTH REMPERT RD","Physical Address Line 2":"","Physical Address City":"TAWAS CITY","Physical Address State":"MI ","Physical Address Zipcode":"48763","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2680540","School District Name":"Ionia ISD","Physical Address Line 1":"2191 HARWOOD RD","Physical Address Line 2":"","Physical Address City":"IONIA","Physical Address State":"MI ","Physical Address Zipcode":"48846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680520","School District Name":"Ingham ISD","Physical Address Line 1":"2630 WEST HOWELL RD","Physical Address Line 2":"","Physical Address City":"MASON","Physical Address State":"MI ","Physical Address Zipcode":"48854","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680505","School District Name":"Copper Country ISD","Physical Address Line 1":"809 HECLA ST","Physical Address Line 2":"","Physical Address City":"HANCOCK","Physical Address State":"MI ","Physical Address Zipcode":"49930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680504","School District Name":"Bay-Arenac ISD","Physical Address Line 1":"4228 2 MILE RD","Physical Address Line 2":"","Physical Address City":"BAY CITY","Physical Address State":"MI ","Physical Address Zipcode":"48706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680500","School District Name":"Huron ISD","Physical Address Line 1":"1299 South Thomas Road Suite 1","Physical Address Line 2":"","Physical Address City":"Bad Axe","Physical Address State":"MI ","Physical Address Zipcode":"48413","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680480","School District Name":"Hillsdale ISD","Physical Address Line 1":"310 WEST BACON ST","Physical Address Line 2":"","Physical Address City":"HILLSDALE","Physical Address State":"MI ","Physical Address Zipcode":"49242","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680460","School District Name":"Gratiot-Isabella RESD","Physical Address Line 1":"1131 EAST CENTER ST","Physical Address Line 2":"","Physical Address City":"ITHACA","Physical Address State":"MI ","Physical Address Zipcode":"48847","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680440","School District Name":"Traverse Bay Area ISD","Physical Address Line 1":"1101 RED DR","Physical Address Line 2":"","Physical Address City":"TRAVERSE CITY","Physical Address State":"MI ","Physical Address Zipcode":"49684","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680420","School District Name":"Gogebic-Ontonagon ISD","Physical Address Line 1":"202 ELM ST","Physical Address Line 2":"","Physical Address City":"BERGLAND","Physical Address State":"MI ","Physical Address Zipcode":"49910","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2680400","School District Name":"Genesee ISD","Physical Address Line 1":"2413 WEST MAPLE AVE","Physical Address Line 2":"","Physical Address City":"FLINT","Physical Address State":"MI ","Physical Address Zipcode":"48507","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680380","School District Name":"Eaton RESA","Physical Address Line 1":"1790 Packard Hwy","Physical Address Line 2":"","Physical Address City":"Charlotte","Physical Address State":"MI ","Physical Address Zipcode":"48813","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680360","School District Name":"Dickinson-Iron ISD","Physical Address Line 1":"1074 PYLE DR","Physical Address Line 2":"","Physical Address City":"KINGSFORD","Physical Address State":"MI ","Physical Address Zipcode":"49802","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680340","School District Name":"Delta-Schoolcraft ISD","Physical Address Line 1":"2525 3RD AVE S","Physical Address Line 2":"","Physical Address City":"ESCANABA","Physical Address State":"MI ","Physical Address Zipcode":"49829","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680320","School District Name":"Clinton County RESA","Physical Address Line 1":"1013 SOUTH US HIGHWAY 27 STE A","Physical Address Line 2":"","Physical Address City":"SAINT JOHNS","Physical Address State":"MI ","Physical Address Zipcode":"48879","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680300","School District Name":"Clare-Gladwin Regional Education Service District","Physical Address Line 1":"4041 EAST MANNSIDING RD","Physical Address Line 2":"","Physical Address City":"CLARE","Physical Address State":"MI ","Physical Address Zipcode":"48617","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2680280","School District Name":"Eastern Upper Peninsula ISD","Physical Address Line 1":"315 ARMORY PL","Physical Address Line 2":"","Physical Address City":"SAULT SAINTE MARIE","Physical Address State":"MI ","Physical Address Zipcode":"49783","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2680260","School District Name":"Cheb-Otsego-Presque Isle ESD","Physical Address Line 1":"6065 LEARNING LN","Physical Address Line 2":"","Physical Address City":"INDIAN RIVER","Physical Address State":"MI ","Physical Address Zipcode":"49749","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2680240","School District Name":"Charlevoix-Emmet ISD","Physical Address Line 1":"8568 MERCER RD","Physical Address Line 2":"","Physical Address City":"CHARLEVOIX","Physical Address State":"MI ","Physical Address Zipcode":"49720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680220","School District Name":"Lewis Cass ISD","Physical Address Line 1":"61682 DAILEY RD","Physical Address Line 2":"","Physical Address City":"CASSOPOLIS","Physical Address State":"MI ","Physical Address Zipcode":"49031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680200","School District Name":"Calhoun Intermediate School District","Physical Address Line 1":"17111 G DR N","Physical Address Line 2":"","Physical Address City":"MARSHALL","Physical Address State":"MI ","Physical Address Zipcode":"49068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680180","School District Name":"Branch ISD","Physical Address Line 1":"370 MORSE ST","Physical Address Line 2":"","Physical Address City":"COLDWATER","Physical Address State":"MI ","Physical Address Zipcode":"49036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680160","School District Name":"Berrien RESA","Physical Address Line 1":"711 SAINT JOSEPH AVE","Physical Address Line 2":"","Physical Address City":"BERRIEN SPRINGS","Physical Address State":"MI ","Physical Address Zipcode":"49103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680140","School District Name":"Barry ISD","Physical Address Line 1":"535 WEST WOODLAWN AVE","Physical Address Line 2":"","Physical Address City":"HASTINGS","Physical Address State":"MI ","Physical Address Zipcode":"49058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680120","School District Name":"Alpena-Montmorency-Alcona ESD","Physical Address Line 1":"2118 US HIGHWAY 23 S","Physical Address Line 2":"","Physical Address City":"ALPENA","Physical Address State":"MI ","Physical Address Zipcode":"49707","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680100","School District Name":"Allegan Area Educational Service Agency","Physical Address Line 1":"310 THOMAS ST","Physical Address Line 2":"","Physical Address City":"ALLEGAN","Physical Address State":"MI ","Physical Address Zipcode":"49010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2680000","School District Name":"Wexford-Missaukee ISD","Physical Address Line 1":"9907 EAST 13TH ST","Physical Address Line 2":"","Physical Address City":"CADILLAC","Physical Address State":"MI ","Physical Address Zipcode":"49601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2636660","School District Name":"Zeeland Public Schools","Physical Address Line 1":"183 WEST ROOSEVELT AVE","Physical Address Line 2":"","Physical Address City":"ZEELAND","Physical Address State":"MI ","Physical Address Zipcode":"49464","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.03230417381360778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2636630","School District Name":"Ypsilanti Community Schools","Physical Address Line 1":"1885 PACKARD RD","Physical Address Line 2":"","Physical Address City":"YPSILANTI","Physical Address State":"MI ","Physical Address Zipcode":"48197","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22571618920719522,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2636600","School District Name":"Yale Public Schools","Physical Address Line 1":"198 SCHOOL DR","Physical Address Line 2":"","Physical Address City":"YALE","Physical Address State":"MI ","Physical Address Zipcode":"48097","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1463917525773196,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2636570","School District Name":"Wyoming Public Schools","Physical Address Line 1":"3575 GLADIOLA AVE SW","Physical Address Line 2":"","Physical Address City":"WYOMING","Physical Address State":"MI ","Physical Address Zipcode":"49519","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12987886944818305,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2636540","School District Name":"Wyandotte School District of the City of","Physical Address Line 1":"639 OAK ST","Physical Address Line 2":"","Physical Address City":"WYANDOTTE","Physical Address State":"MI ","Physical Address Zipcode":"48192","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14637559473831513,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2636485","School District Name":"Woodhaven-Brownstown School District","Physical Address Line 1":"24821 HALL RD","Physical Address Line 2":"","Physical Address City":"WOODHAVEN","Physical Address State":"MI ","Physical Address Zipcode":"48183","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14086124401913874,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2636480","School District Name":"Wolverine Community School District","Physical Address Line 1":"5993 SHOLES ST","Physical Address Line 2":"","Physical Address City":"WOLVERINE","Physical Address State":"MI ","Physical Address Zipcode":"49799","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22997416020671835,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2636420","School District Name":"Williamston Community Schools","Physical Address Line 1":"418 HIGHLAND ST","Physical Address Line 2":"","Physical Address City":"WILLIAMSTON","Physical Address State":"MI ","Physical Address Zipcode":"48895","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04284274193548387,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2636390","School District Name":"Whittemore-Prescott Area Schools","Physical Address Line 1":"8970 PRESCOTT RD","Physical Address Line 2":"","Physical Address City":"WHITTEMORE","Physical Address State":"MI ","Physical Address Zipcode":"48770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.32179226069246436,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2636330","School District Name":"Whitmore Lake Public School District","Physical Address Line 1":"8845 MAIN ST","Physical Address Line 2":"","Physical Address City":"WHITMORE LAKE","Physical Address State":"MI ","Physical Address Zipcode":"48189","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07787201233616037,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2636300","School District Name":"Whitehall District Schools","Physical Address Line 1":"541 EAST SLOCUM ST","Physical Address Line 2":"","Physical Address City":"WHITEHALL","Physical Address State":"MI ","Physical Address Zipcode":"49461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.107981220657277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2636270","School District Name":"Whiteford Agricultural School District of the Counties of Le","Physical Address Line 1":"6655 Consear Rd","Physical Address Line 2":"","Physical Address City":"Ottawa Lake","Physical Address State":"MI ","Physical Address Zipcode":"49267","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0471841704718417,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2636240","School District Name":"Whitefish Township Schools","Physical Address Line 1":"7221 NORTH M 123","Physical Address Line 2":"","Physical Address City":"PARADISE","Physical Address State":"MI ","Physical Address Zipcode":"49768","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28846153846153844,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2636120","School District Name":"White Pigeon Community Schools","Physical Address Line 1":"410 PRAIRIE AVE","Physical Address Line 2":"","Physical Address City":"WHITE PIGEON","Physical Address State":"MI ","Physical Address Zipcode":"49099","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14021421616358326,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2636060","School District Name":"White Cloud Public Schools","Physical Address Line 1":"555 EAST WILCOX AVE","Physical Address Line 2":"","Physical Address City":"WHITE CLOUD","Physical Address State":"MI ","Physical Address Zipcode":"49349","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21630615640599002,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2635970","School District Name":"Westwood Heights Schools","Physical Address Line 1":"3400 N JENNINGS ROAD","Physical Address Line 2":"ADMINISTRATION OFFICE","Physical Address City":"Flint","Physical Address State":"MI ","Physical Address Zipcode":"48504","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3971861471861472,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2635940","School District Name":"Western School District","Physical Address Line 1":"1400 S Dearing Rd","Physical Address Line 2":"","Physical Address City":"Parma","Physical Address State":"MI ","Physical Address Zipcode":"49269","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10136727958510136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2635910","School District Name":"West Ottawa Public School District","Physical Address Line 1":"1138 136TH AVE","Physical Address Line 2":"","Physical Address City":"HOLLAND","Physical Address State":"MI ","Physical Address Zipcode":"49424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07037784828381886,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2635850","School District Name":"West Branch-Rose City Area Schools","Physical Address Line 1":"960 S M 33","Physical Address Line 2":"","Physical Address City":"West Branch","Physical Address State":"MI ","Physical Address Zipcode":"48661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20536499560246263,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2635820","School District Name":"West Bloomfield School District","Physical Address Line 1":"5810 COMMERCE RD","Physical Address Line 2":"","Physical Address City":"WEST BLOOMFIELD","Physical Address State":"MI ","Physical Address Zipcode":"48324","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.058459297031506104,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2635790","School District Name":"Wells Township School District","Physical Address Line 1":"38211 CO RD 426","Physical Address Line 2":"","Physical Address City":"ARNOLD","Physical Address State":"MI ","Physical Address Zipcode":"49819","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2635730","School District Name":"Webberville Community Schools","Physical Address Line 1":"309 EAST GRAND RIVER RD","Physical Address Line 2":"","Physical Address City":"WEBBERVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48892","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10015174506828528,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2635550","School District Name":"Wayland Union Schools","Physical Address Line 1":"850 E SUPERIOR ST","Physical Address Line 2":"","Physical Address City":"WAYLAND","Physical Address State":"MI ","Physical Address Zipcode":"49348","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05356125356125356,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2635520","School District Name":"Waverly Community Schools","Physical Address Line 1":"515 SNOW RD","Physical Address Line 2":"","Physical Address City":"LANSING","Physical Address State":"MI ","Physical Address Zipcode":"48917","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12581868321268527,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2635460","School District Name":"Watervliet School District","Physical Address Line 1":"450 EAST SAINT JOSEPH ST","Physical Address Line 2":"","Physical Address City":"WATERVLIET","Physical Address State":"MI ","Physical Address Zipcode":"49098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18929254302103252,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2635340","School District Name":"Watersmeet Township School District","Physical Address Line 1":"N4720 HIGHWAY US45","Physical Address Line 2":"","Physical Address City":"WATERSMEET","Physical Address State":"MI ","Physical Address Zipcode":"49969","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24489795918367346,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2635310","School District Name":"Waterford School District","Physical Address Line 1":"501 North Cass","Physical Address Line 2":"","Physical Address City":"WATERFORD","Physical Address State":"MI ","Physical Address Zipcode":"48328","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09612320764737121,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2635220","School District Name":"Warren Woods Public Schools","Physical Address Line 1":"12900 FRAZHO RD","Physical Address Line 2":"","Physical Address City":"WARREN","Physical Address State":"MI ","Physical Address Zipcode":"48089","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10524450744153083,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2635190","School District Name":"Warren Consolidated Schools","Physical Address Line 1":"31300 ANITA DRIVE","Physical Address Line 2":"","Physical Address City":"WARREN","Physical Address State":"MI ","Physical Address Zipcode":"48093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.15810598933835057,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2635160","School District Name":"Walled Lake Consolidated Schools","Physical Address Line 1":"850 LADD RD","Physical Address Line 2":"","Physical Address City":"WALLED LAKE","Physical Address State":"MI ","Physical Address Zipcode":"48390","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.060581122998037605,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2635130","School District Name":"Walkerville Public Schools","Physical Address Line 1":"145 EAST LATHROP STREET","Physical Address Line 2":"","Physical Address City":"WALKERVILLE","Physical Address State":"MI ","Physical Address Zipcode":"49459","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2324561403508772,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2635040","School District Name":"Waldron Area Schools","Physical Address Line 1":"13380 WALDRON RD","Physical Address Line 2":"","Physical Address City":"WALDRON","Physical Address State":"MI ","Physical Address Zipcode":"49288","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20949720670391062,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2635010","School District Name":"Wakefield-Marenisco School District","Physical Address Line 1":"715 PUTNAM ST","Physical Address Line 2":"","Physical Address City":"WAKEFIELD","Physical Address State":"MI ","Physical Address Zipcode":"49968","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17153284671532848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2634950","School District Name":"Vicksburg Community Schools","Physical Address Line 1":"301 SOUTH KALAMAZOO ST","Physical Address Line 2":"","Physical Address City":"VICKSBURG","Physical Address State":"MI ","Physical Address Zipcode":"49097","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06404494382022471,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2634920","School District Name":"Vestaburg Community Schools","Physical Address Line 1":"7188 AVENUE B","Physical Address Line 2":"","Physical Address City":"VESTABURG","Physical Address State":"MI ","Physical Address Zipcode":"48891","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16129032258064516,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2634860","School District Name":"Verona Township S/D #1F","Physical Address Line 1":"3487 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"BAD AXE","Physical Address State":"MI ","Physical Address Zipcode":"48413","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03571428571428571,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2634710","School District Name":"Vassar Public Schools","Physical Address Line 1":"220 ATHLETIC ST","Physical Address Line 2":"","Physical Address City":"VASSAR","Physical Address State":"MI ","Physical Address Zipcode":"48768","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1317241379310345,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2634680","School District Name":"Van Dyke Public Schools","Physical Address Line 1":"23500 MAC ARTHUR BLVD","Physical Address Line 2":"","Physical Address City":"WARREN","Physical Address State":"MI ","Physical Address Zipcode":"48089","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.2759240246406571,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2634650","School District Name":"Vandercook Lake Public Schools","Physical Address Line 1":"1000 EAST GOLF AVE","Physical Address Line 2":"","Physical Address City":"JACKSON","Physical Address State":"MI ","Physical Address Zipcode":"49203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.20072992700729927,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2634620","School District Name":"Vanderbilt Area Schools","Physical Address Line 1":"947 DONOVAN ST","Physical Address Line 2":"","Physical Address City":"VANDERBILT","Physical Address State":"MI ","Physical Address Zipcode":"49795","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12374581939799331,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2634560","School District Name":"Van Buren Public Schools","Physical Address Line 1":"555 WEST COLUMBIA AVE","Physical Address Line 2":"","Physical Address City":"BELLEVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13776030289791757,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2634470","School District Name":"Utica Community Schools","Physical Address Line 1":"11303 GREENDALE DR","Physical Address Line 2":"","Physical Address City":"STERLING HEIGHTS","Physical Address State":"MI ","Physical Address Zipcode":"48312","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08597469732009251,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2634440","School District Name":"Unionville-Sebewaing Area S.D.","Physical Address Line 1":"2203 WILDNER RD","Physical Address Line 2":"","Physical Address City":"SEBEWAING","Physical Address State":"MI ","Physical Address Zipcode":"48759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10402219140083217,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2634410","School District Name":"Union City Community Schools","Physical Address Line 1":"430 SAINT JOSEPH ST","Physical Address Line 2":"","Physical Address City":"UNION CITY","Physical Address State":"MI ","Physical Address Zipcode":"49094","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17309501411100658,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2634380","School District Name":"Ubly Community Schools","Physical Address Line 1":"2020 UNION ST","Physical Address Line 2":"","Physical Address City":"UBLY","Physical Address State":"MI ","Physical Address Zipcode":"48475","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10463378176382661,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2634260","School District Name":"Troy School District","Physical Address Line 1":"4400 LIVERNOIS RD","Physical Address Line 2":"","Physical Address City":"TROY","Physical Address State":"MI ","Physical Address Zipcode":"48098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0361478284326949,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2633930","School District Name":"Tri County Area Schools","Physical Address Line 1":"94 CHERRY ST","Physical Address Line 2":"","Physical Address City":"SAND LAKE","Physical Address State":"MI ","Physical Address Zipcode":"49343","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13632686084142395,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2633900","School District Name":"Trenton Public Schools","Physical Address Line 1":"2603 CHARLTON RD","Physical Address Line 2":"","Physical Address City":"TRENTON","Physical Address State":"MI ","Physical Address Zipcode":"48183","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11400528501321253,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2633870","School District Name":"Traverse City Area Public Schools","Physical Address Line 1":"412 WEBSTER ST","Physical Address Line 2":"","Physical Address City":"TRAVERSE CITY","Physical Address State":"MI ","Physical Address Zipcode":"49686","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08559684049326993,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2633840","School District Name":"Three Rivers Community Schools","Physical Address Line 1":"851 6TH AVENUE RD","Physical Address Line 2":"","Physical Address City":"THREE RIVERS","Physical Address State":"MI ","Physical Address Zipcode":"49093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16943521594684385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2633810","School District Name":"Thornapple Kellogg School District","Physical Address Line 1":"10051 GREEN LAKE RD","Physical Address Line 2":"","Physical Address City":"MIDDLEVILLE","Physical Address State":"MI ","Physical Address Zipcode":"49333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0614323258869908,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2633750","School District Name":"Tekonsha Community Schools","Physical Address Line 1":"245 SOUTH ELM ST","Physical Address Line 2":"","Physical Address City":"TEKONSHA","Physical Address State":"MI ","Physical Address Zipcode":"49092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2513089005235602,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2633720","School District Name":"Tecumseh Public Schools","Physical Address Line 1":"212 NORTH OTTAWA ST","Physical Address Line 2":"","Physical Address City":"TECUMSEH","Physical Address State":"MI ","Physical Address Zipcode":"49286","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.061740243122200895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2633540","School District Name":"Taylor School District","Physical Address Line 1":"23033 NORTHLINE RD","Physical Address Line 2":"","Physical Address City":"TAYLOR","Physical Address State":"MI ","Physical Address Zipcode":"48180","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2385596399099775,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2633510","School District Name":"Tawas Area Schools","Physical Address Line 1":"245 WEST M 55","Physical Address Line 2":"","Physical Address City":"TAWAS CITY","Physical Address State":"MI ","Physical Address Zipcode":"48763","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20463320463320464,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2633420","School District Name":"Swartz Creek Community Schools","Physical Address Line 1":"8354 CAPPY LN","Physical Address Line 2":"","Physical Address City":"SWARTZ CREEK","Physical Address State":"MI ","Physical Address Zipcode":"48473","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13749664969177164,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2633410","School District Name":"Swan Valley School District","Physical Address Line 1":"8380 OHERN RD","Physical Address Line 2":"","Physical Address City":"SAGINAW","Physical Address State":"MI ","Physical Address Zipcode":"48609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0711523588553751,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2633360","School District Name":"Suttons Bay Public Schools","Physical Address Line 1":"310 SOUTH ELM ST","Physical Address Line 2":"","Physical Address City":"SUTTONS BAY","Physical Address State":"MI ","Physical Address Zipcode":"49682","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12433862433862433,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2633120","School District Name":"Summerfield Schools","Physical Address Line 1":"17555 IDA WEST RD","Physical Address Line 2":"","Physical Address City":"PETERSBURG","Physical Address State":"MI ","Physical Address Zipcode":"49270","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08169014084507042,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2633090","School District Name":"Sturgis Public Schools","Physical Address Line 1":"107 WEST WEST ST","Physical Address Line 2":"","Physical Address City":"STURGIS","Physical Address State":"MI ","Physical Address Zipcode":"49091","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15881435257410295,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2633030","School District Name":"Stockbridge Community Schools","Physical Address Line 1":"100 Price Ave Ste A","Physical Address Line 2":"","Physical Address City":"STOCKBRIDGE","Physical Address State":"MI ","Physical Address Zipcode":"49285","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08916478555304741,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2633000","School District Name":"Stephenson Area Public Schools","Physical Address Line 1":"526 DIVISION ST","Physical Address Line 2":"","Physical Address City":"STEPHENSON","Physical Address State":"MI ","Physical Address Zipcode":"49887","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14136904761904762,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2632970","School District Name":"Stanton Township Public Schools","Physical Address Line 1":"50870 HOLMAN SCHOOL RD","Physical Address Line 2":"","Physical Address City":"ATLANTIC MINE","Physical Address State":"MI ","Physical Address Zipcode":"49905","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08609271523178808,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2632940","School District Name":"Standish-Sterling Community Schools","Physical Address Line 1":"3789 WYATT RD","Physical Address Line 2":"","Physical Address City":"STANDISH","Physical Address State":"MI ","Physical Address Zipcode":"48658","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.182370820668693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2632910","School District Name":"West Iron County Public Schools","Physical Address Line 1":"601 GARFIELD AVE","Physical Address Line 2":"","Physical Address City":"IRON RIVER","Physical Address State":"MI ","Physical Address Zipcode":"49935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.23751387347391786,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2632880","School District Name":"St. Louis Public Schools","Physical Address Line 1":"113 EAST SAGINAW ST","Physical Address Line 2":"","Physical Address City":"SAINT LOUIS","Physical Address State":"MI ","Physical Address Zipcode":"48880","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14371772805507746,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2632850","School District Name":"St. Joseph Public Schools","Physical Address Line 1":"3275 LINCOLN AVE","Physical Address Line 2":"","Physical Address City":"SAINT JOSEPH","Physical Address State":"MI ","Physical Address Zipcode":"49085","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.055938975662913185,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2632820","School District Name":"St. Johns Public Schools","Physical Address Line 1":"501 WEST SICKLES ST","Physical Address Line 2":"","Physical Address City":"SAINT JOHNS","Physical Address State":"MI ","Physical Address Zipcode":"48879","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08806424813071172,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2632670","School District Name":"Lake Shore Public Schools (Macomb)","Physical Address Line 1":"28850 HARPER AVE","Physical Address Line 2":"","Physical Address City":"SAINT CLAIR SHORES","Physical Address State":"MI ","Physical Address Zipcode":"48081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09103078982597054,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2632640","School District Name":"St. Charles Community Schools","Physical Address Line 1":"891 WEST WALNUT ST","Physical Address Line 2":"","Physical Address City":"SAINT CHARLES","Physical Address State":"MI ","Physical Address Zipcode":"48655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13144590495449948,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2632610","School District Name":"Springport Public Schools","Physical Address Line 1":"300 W MAIN ST","Physical Address Line 2":"","Physical Address City":"SPRINGPORT","Physical Address State":"MI ","Physical Address Zipcode":"49284","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12349726775956284,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2632550","School District Name":"Spring Lake Public Schools","Physical Address Line 1":"345 HAMMOND ST","Physical Address Line 2":"","Physical Address City":"SPRING LAKE","Physical Address State":"MI ","Physical Address Zipcode":"49456","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0365902694008846,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2632370","School District Name":"Sparta Area Schools","Physical Address Line 1":"465 SOUTH UNION ST","Physical Address Line 2":"","Physical Address City":"SPARTA","Physical Address State":"MI ","Physical Address Zipcode":"49345","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08752136752136752,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2632340","School District Name":"Southgate Community School District","Physical Address Line 1":"13940 LEROY ST","Physical Address Line 2":"","Physical Address City":"SOUTHGATE","Physical Address State":"MI ","Physical Address Zipcode":"48195","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14114258281325012,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2632310","School District Name":"Southfield Public School District","Physical Address Line 1":"24661 LAHSER RD","Physical Address Line 2":"","Physical Address City":"SOUTHFIELD","Physical Address State":"MI ","Physical Address Zipcode":"48033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13389296956977964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2632300","School District Name":"South Haven Public Schools","Physical Address Line 1":"554 GREEN ST","Physical Address Line 2":"","Physical Address City":"SOUTH HAVEN","Physical Address State":"MI ","Physical Address Zipcode":"49090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1727408886669995,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2632280","School District Name":"South Redford School District","Physical Address Line 1":"26141 SCHOOLCRAFT","Physical Address Line 2":"","Physical Address City":"REDFORD","Physical Address State":"MI ","Physical Address Zipcode":"48239","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18141222439296678,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2632250","School District Name":"South Lyon Community Schools","Physical Address Line 1":"345 SOUTH WARREN ST","Physical Address Line 2":"","Physical Address City":"SOUTH LYON","Physical Address State":"MI ","Physical Address Zipcode":"48178","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04363842448285633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2632220","School District Name":"South Lake Schools","Physical Address Line 1":"23101 STADIUM DR","Physical Address Line 2":"","Physical Address City":"SAINT CLAIR SHORES","Physical Address State":"MI ","Physical Address Zipcode":"48080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11084998041519781,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2632070","School District Name":"Sodus Township S/D #5","Physical Address Line 1":"4439 RIVER RD","Physical Address Line 2":"","Physical Address City":"SODUS","Physical Address State":"MI ","Physical Address Zipcode":"49126","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12903225806451613,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2631830","School District Name":"Sigel Township School District 6","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.05555555555555555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2631380","School District Name":"Shepherd Public Schools","Physical Address Line 1":"258 WEST WRIGHT AVE","Physical Address Line 2":"","Physical Address City":"SHEPHERD","Physical Address State":"MI ","Physical Address Zipcode":"48883","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14133016627078385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2631320","School District Name":"Shelby Public Schools","Physical Address Line 1":"525 NORTH STATE ST","Physical Address Line 2":"","Physical Address City":"SHELBY","Physical Address State":"MI ","Physical Address Zipcode":"49455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1734623358673117,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2631020","School District Name":"Schoolcraft Community Schools","Physical Address Line 1":"551 E Lyons St","Physical Address Line 2":"","Physical Address City":"Schoolcraft","Physical Address State":"MI ","Physical Address Zipcode":"49087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.061243144424131625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2630990","School District Name":"Sault Ste. Marie Area Schools","Physical Address Line 1":"876 MARQUETTE AVE","Physical Address Line 2":"","Physical Address City":"SAULT SAINTE MARIE","Physical Address State":"MI ","Physical Address Zipcode":"49783","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15146115466856735,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2630960","School District Name":"Saugatuck Public Schools","Physical Address Line 1":"201 RANDOLPH ST","Physical Address Line 2":"","Physical Address City":"DOUGLAS","Physical Address State":"MI ","Physical Address Zipcode":"49406","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07774390243902439,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2630930","School District Name":"Saranac Community Schools","Physical Address Line 1":"225 PLEASANT ST","Physical Address Line 2":"","Physical Address City":"SARANAC","Physical Address State":"MI ","Physical Address Zipcode":"48881","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07970419063270337,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2630840","School District Name":"Sandusky Community School District","Physical Address Line 1":"191 PINE TREE LN","Physical Address Line 2":"","Physical Address City":"SANDUSKY","Physical Address State":"MI ","Physical Address Zipcode":"48471","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18048780487804877,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2630780","School District Name":"Sand Creek Community Schools","Physical Address Line 1":"6850 SAND CREEK HWY","Physical Address Line 2":"","Physical Address City":"SAND CREEK","Physical Address State":"MI ","Physical Address Zipcode":"49279","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08823529411764706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2630660","School District Name":"Saline Area Schools","Physical Address Line 1":"7265 SalineAnn Arbor Road","Physical Address Line 2":"","Physical Address City":"SALINE","Physical Address State":"MI ","Physical Address Zipcode":"48176","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.028643036161833155,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2630480","School District Name":"North Dickinson County Schools","Physical Address Line 1":"W6588 STATE HIGHWAY M69","Physical Address Line 2":"","Physical Address City":"FELCH","Physical Address State":"MI ","Physical Address Zipcode":"49831","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12962962962962962,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2630450","School District Name":"Saginaw Township Community Schools","Physical Address Line 1":"3465 NORTH CENTER RD","Physical Address Line 2":"","Physical Address City":"SAGINAW","Physical Address State":"MI ","Physical Address Zipcode":"48603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11007390120575651,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2630390","School District Name":"Saginaw School District of the City of","Physical Address Line 1":"550 MILLARD ST","Physical Address Line 2":"","Physical Address City":"SAGINAW","Physical Address State":"MI ","Physical Address Zipcode":"48607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.35712845331720106,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2630360","School District Name":"Rudyard Area Schools","Physical Address Line 1":"11185 W 2ND ST","Physical Address Line 2":"","Physical Address City":"RUDYARD","Physical Address State":"MI ","Physical Address Zipcode":"49780","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20130475302889095,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2630300","School District Name":"Royal Oak Schools","Physical Address Line 1":"800 DeVillen Avenue","Physical Address Line 2":"","Physical Address City":"ROYAL OAK","Physical Address State":"MI ","Physical Address Zipcode":"48073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.037148951297547105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2630210","School District Name":"Roseville Community Schools","Physical Address Line 1":"18975 CHURCH ST","Physical Address Line 2":"","Physical Address City":"ROSEVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16995747266099637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2630120","School District Name":"Romulus Community Schools","Physical Address Line 1":"36540 GRANT ST","Physical Address Line 2":"","Physical Address City":"ROMULUS","Physical Address State":"MI ","Physical Address Zipcode":"48174","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.26135585482766494,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2630090","School District Name":"Romeo Community Schools","Physical Address Line 1":"316 NORTH MAIN ST","Physical Address Line 2":"","Physical Address City":"ROMEO","Physical Address State":"MI ","Physical Address Zipcode":"48065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05905245346869712,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2630060","School District Name":"Rogers City Area Schools","Physical Address Line 1":"1033 West Huron Avenue Ste B","Physical Address Line 2":"","Physical Address City":"Rogers City","Physical Address State":"MI ","Physical Address Zipcode":"49779","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19521178637200737,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2630030","School District Name":"Rockford Public Schools","Physical Address Line 1":"350 NORTH MAIN ST","Physical Address Line 2":"","Physical Address City":"ROCKFORD","Physical Address State":"MI ","Physical Address Zipcode":"49341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.036883871688834245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2629940","School District Name":"Rochester Community School District","Physical Address Line 1":"501 WEST UNIVERSITY DR","Physical Address Line 2":"","Physical Address City":"ROCHESTER","Physical Address State":"MI ","Physical Address Zipcode":"48307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03096212896622313,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2629910","School District Name":"Riverview Community School District","Physical Address Line 1":"13425 COLVIN ST","Physical Address Line 2":"","Physical Address City":"RIVERVIEW","Physical Address State":"MI ","Physical Address Zipcode":"48193","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10845481049562682,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2629790","School District Name":"River Valley School District","Physical Address Line 1":"15480 THREE OAKS RD","Physical Address Line 2":"","Physical Address City":"THREE OAKS","Physical Address State":"MI ","Physical Address Zipcode":"49128","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16652506372132542,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2629760","School District Name":"River Rouge School District of the City of","Physical Address Line 1":"1460 COOLIDGE HWY","Physical Address Line 2":"","Physical Address City":"RIVER ROUGE","Physical Address State":"MI ","Physical Address Zipcode":"48218","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.446875,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2629670","School District Name":"Richmond Community Schools","Physical Address Line 1":"35276 DIVISION RD","Physical Address Line 2":"","Physical Address City":"RICHMOND","Physical Address State":"MI ","Physical Address Zipcode":"48062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07841191066997519,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2629580","School District Name":"Republic-Michigamme Schools","Physical Address Line 1":"227 MAPLE ST","Physical Address Line 2":"","Physical Address City":"REPUBLIC","Physical Address State":"MI ","Physical Address Zipcode":"49879","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12574850299401197,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2629540","School District Name":"Reeths-Puffer Schools","Physical Address Line 1":"991 WEST GILES RD","Physical Address Line 2":"","Physical Address City":"MUSKEGON","Physical Address State":"MI ","Physical Address Zipcode":"49445","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.09026871901904514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2629520","School District Name":"Reese Public Schools","Physical Address Line 1":"1696 SOUTH VAN BUREN RD","Physical Address Line 2":"","Physical Address City":"REESE","Physical Address State":"MI ","Physical Address Zipcode":"48757","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12101063829787234,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2629490","School District Name":"Reed City Area Public Schools","Physical Address Line 1":"225 W Church Ave","Physical Address Line 2":"","Physical Address City":"Reed City","Physical Address State":"MI ","Physical Address Zipcode":"49677","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17424242424242425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2629460","School District Name":"Redford Union Schools District No. 1","Physical Address Line 1":"17715 Brady","Physical Address Line 2":"","Physical Address City":"Redford","Physical Address State":"MI ","Physical Address Zipcode":"48240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22440509131156613,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2629400","School District Name":"Reading Community Schools","Physical Address Line 1":"301 Chestnut Street","Physical Address Line 2":"","Physical Address City":"READING","Physical Address State":"MI ","Physical Address Zipcode":"49274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17653390742734124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2629370","School District Name":"Ravenna Public Schools","Physical Address Line 1":"12322 STAFFORD ST","Physical Address Line 2":"","Physical Address City":"RAVENNA","Physical Address State":"MI ","Physical Address Zipcode":"49451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1018348623853211,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2629340","School District Name":"Rapid River Public Schools","Physical Address Line 1":"10070 US HIGHWAY 2","Physical Address Line 2":"","Physical Address City":"RAPID RIVER","Physical Address State":"MI ","Physical Address Zipcode":"49878","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11461318051575932,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2629250","School District Name":"Quincy Community Schools","Physical Address Line 1":"1 EDUCATIONAL PKWY","Physical Address Line 2":"","Physical Address City":"QUINCY","Physical Address State":"MI ","Physical Address Zipcode":"49082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17083051991897366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2629220","School District Name":"North Central Area Schools","Physical Address Line 1":"W5465 E 3RD ST","Physical Address Line 2":"","Physical Address City":"HERMANSVILLE","Physical Address State":"MI ","Physical Address Zipcode":"49847","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17346938775510204,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2629190","School District Name":"Powell Township Schools","Physical Address Line 1":"101 DEUTSCH AVE","Physical Address Line 2":"","Physical Address City":"BIG BAY","Physical Address State":"MI ","Physical Address Zipcode":"49808","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08433734939759036,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2629160","School District Name":"Potterville Public Schools","Physical Address Line 1":"420 NORTH HIGH ST","Physical Address Line 2":"","Physical Address City":"POTTERVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48876","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11234567901234568,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2629130","School District Name":"Posen Consolidated School District No. 9","Physical Address Line 1":"10575 MICHIGAN AVE","Physical Address Line 2":"","Physical Address City":"POSEN","Physical Address State":"MI ","Physical Address Zipcode":"49776","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2019704433497537,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2629120","School District Name":"Portland Public Schools","Physical Address Line 1":"1100 IONIA RD","Physical Address Line 2":"","Physical Address City":"PORTLAND","Physical Address State":"MI ","Physical Address Zipcode":"48875","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05707865168539326,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2628950","School District Name":"Portage Public Schools","Physical Address Line 1":"8107 Mustang Drive","Physical Address Line 2":"","Physical Address City":"PORTAGE","Physical Address State":"MI ","Physical Address Zipcode":"49002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06235874255188001,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2628890","School District Name":"Houghton-Portage Township School District","Physical Address Line 1":"1603 GUNDLACH RD","Physical Address Line 2":"","Physical Address City":"HOUGHTON","Physical Address State":"MI ","Physical Address Zipcode":"49931","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09645232815964523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2628830","School District Name":"Port Huron Area School District","Physical Address Line 1":"2720 Riverside Drive","Physical Address Line 2":"PO Box 5013","Physical Address City":"PORT HURON","Physical Address State":"MI ","Physical Address Zipcode":"48060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.24015551789452697,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2628740","School District Name":"Pontiac City School District","Physical Address Line 1":"47200 WOODWARD AVE","Physical Address Line 2":"","Physical Address City":"PONTIAC","Physical Address State":"MI ","Physical Address Zipcode":"48342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2715438687841708,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2628560","School District Name":"Plymouth-Canton Community Schools","Physical Address Line 1":"454 SOUTH HARVEY ST","Physical Address Line 2":"","Physical Address City":"PLYMOUTH","Physical Address State":"MI ","Physical Address Zipcode":"48170","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04819626213357802,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2628530","School District Name":"Plainwell Community Schools","Physical Address Line 1":"600 SCHOOL DR","Physical Address Line 2":"","Physical Address City":"PLAINWELL","Physical Address State":"MI ","Physical Address Zipcode":"49080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07262569832402235,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2628500","School District Name":"Pittsford Area Schools","Physical Address Line 1":"9304 Hamilton Rd","Physical Address Line 2":"","Physical Address City":"Pittsford","Physical Address State":"MI ","Physical Address Zipcode":"49271","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1583011583011583,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2628200","School District Name":"Pine River Area Schools","Physical Address Line 1":"17445 PINE RIVER RD","Physical Address Line 2":"","Physical Address City":"LEROY","Physical Address State":"MI ","Physical Address Zipcode":"49655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18744971842316976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2628170","School District Name":"Pinconning Area Schools","Physical Address Line 1":"605 WEST 5TH ST","Physical Address Line 2":"","Physical Address City":"PINCONNING","Physical Address State":"MI ","Physical Address Zipcode":"48650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12728380024360536,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2628140","School District Name":"Pinckney Community Schools","Physical Address Line 1":"2130 EAST M 36","Physical Address Line 2":"","Physical Address City":"PINCKNEY","Physical Address State":"MI ","Physical Address Zipcode":"48169","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04373246024321796,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2628020","School District Name":"Pickford Public Schools","Physical Address Line 1":"333 SOUTH PLEASANT ST","Physical Address Line 2":"","Physical Address City":"PICKFORD","Physical Address State":"MI ","Physical Address Zipcode":"49774","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2627960","School District Name":"Pewamo-Westphalia Community Schools","Physical Address Line 1":"5101 SOUTH CLINTONIA RD","Physical Address Line 2":"","Physical Address City":"WESTPHALIA","Physical Address State":"MI ","Physical Address Zipcode":"48894","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.055323590814196244,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2627930","School District Name":"Public Schools of Petoskey","Physical Address Line 1":"1130 HOWARD ST","Physical Address Line 2":"","Physical Address City":"PETOSKEY","Physical Address State":"MI ","Physical Address Zipcode":"49770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09644859813084113,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2627900","School District Name":"Perry Public Schools","Physical Address Line 1":"2665 W Britton Rd","Physical Address Line 2":"","Physical Address City":"Perry","Physical Address State":"MI ","Physical Address Zipcode":"48872","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10829639012032932,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2627840","School District Name":"Pentwater Public School District","Physical Address Line 1":"600 PARK ST","Physical Address Line 2":"","Physical Address City":"PENTWATER","Physical Address State":"MI ","Physical Address Zipcode":"49449","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14979757085020243,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2627810","School District Name":"Pennfield Schools","Physical Address Line 1":"8587 PENNFIELD RD","Physical Address Line 2":"","Physical Address City":"BATTLE CREEK","Physical Address State":"MI ","Physical Address Zipcode":"49017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11507402422611036,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2627720","School District Name":"Pellston Public Schools","Physical Address Line 1":"172 PARK ST","Physical Address Line 2":"","Physical Address City":"PELLSTON","Physical Address State":"MI ","Physical Address Zipcode":"49769","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17135549872122763,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2627690","School District Name":"Peck Community School District","Physical Address Line 1":"222 EAST LAPEER ST","Physical Address Line 2":"","Physical Address City":"PECK","Physical Address State":"MI ","Physical Address Zipcode":"48466","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16626506024096385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2627660","School District Name":"Paw Paw Public School District","Physical Address Line 1":"119 Johnson Rd","Physical Address Line 2":"","Physical Address City":"Paw Paw","Physical Address State":"MI ","Physical Address Zipcode":"49079","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09711406321575813,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2627420","School District Name":"Parchment School District","Physical Address Line 1":"520 NORTH ORIENT ST","Physical Address Line 2":"","Physical Address City":"KALAMAZOO","Physical Address State":"MI ","Physical Address Zipcode":"49004","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1282194848824188,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2627240","School District Name":"Oxford Community Schools","Physical Address Line 1":"10 N Washington St","Physical Address Line 2":"","Physical Address City":"OXFORD","Physical Address State":"MI ","Physical Address Zipcode":"48371","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05123087159015303,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2627210","School District Name":"Owosso Public Schools","Physical Address Line 1":"645 Alger Ave","Physical Address Line 2":"","Physical Address City":"Owosso","Physical Address State":"MI ","Physical Address Zipcode":"48867","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1942711287577992,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2627180","School District Name":"Owendale-Gagetown Area School District","Physical Address Line 1":"7166 EAST MAIN ST","Physical Address Line 2":"","Physical Address City":"OWENDALE","Physical Address State":"MI ","Physical Address Zipcode":"48754","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12446351931330472,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2627150","School District Name":"Ovid-Elsie Area Schools","Physical Address Line 1":"8989 EAST COLONY RD","Physical Address Line 2":"","Physical Address City":"ELSIE","Physical Address State":"MI ","Physical Address Zipcode":"48831","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1290898274836407,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2627060","School District Name":"Otsego Public Schools","Physical Address Line 1":"400 SHERWOOD ST","Physical Address Line 2":"","Physical Address City":"OTSEGO","Physical Address State":"MI ","Physical Address Zipcode":"49078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08009708737864078,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2626970","School District Name":"Oscoda Area Schools","Physical Address Line 1":"3550 EAST RIVER RD","Physical Address Line 2":"","Physical Address City":"OSCODA","Physical Address State":"MI ","Physical Address Zipcode":"48750","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24528301886792453,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2626940","School District Name":"Dollar Bay-Tamarack City Area K-12 School","Physical Address Line 1":"48475 MAPLE DR","Physical Address Line 2":"","Physical Address City":"DOLLAR BAY","Physical Address State":"MI ","Physical Address Zipcode":"49922","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12084592145015106,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2626760","School District Name":"Orchard View Schools","Physical Address Line 1":"35 SOUTH SHERIDAN DR","Physical Address Line 2":"","Physical Address City":"MUSKEGON","Physical Address State":"MI ","Physical Address Zipcode":"49442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18038528896672504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2626550","School District Name":"Ontonagon Area School District","Physical Address Line 1":"701 PARKER AVENUE","Physical Address Line 2":"","Physical Address City":"ONTONAGON","Physical Address State":"MI ","Physical Address Zipcode":"49953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18258426966292135,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2626520","School District Name":"Onsted Community Schools","Physical Address Line 1":"10109 SLEE RD","Physical Address Line 2":"","Physical Address City":"ONSTED","Physical Address State":"MI ","Physical Address Zipcode":"49265","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07200538358008075,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2626490","School District Name":"Onekama Consolidated Schools","Physical Address Line 1":"5016 MAIN ST","Physical Address Line 2":"","Physical Address City":"ONEKAMA","Physical Address State":"MI ","Physical Address Zipcode":"49675","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12470023980815348,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2626430","School District Name":"Oneida Township S/D #3","Physical Address Line 1":"8981 ONEIDA RD","Physical Address Line 2":"","Physical Address City":"GRAND LEDGE","Physical Address State":"MI ","Physical Address Zipcode":"48837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2626400","School District Name":"Onaway Area Community School District","Physical Address Line 1":"4549 M 33","Physical Address Line 2":"","Physical Address City":"ONAWAY","Physical Address State":"MI ","Physical Address Zipcode":"49765","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21745350500715308,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2626370","School District Name":"Olivet Community Schools","Physical Address Line 1":"255 FIRST ST","Physical Address Line 2":"","Physical Address City":"OLIVET","Physical Address State":"MI ","Physical Address Zipcode":"49076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07410562180579217,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2626280","School District Name":"Okemos Public Schools","Physical Address Line 1":"4406 OKEMOS RD","Physical Address Line 2":"","Physical Address City":"OKEMOS","Physical Address State":"MI ","Physical Address Zipcode":"48864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03391626921038686,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2626220","School District Name":"Oakridge Public Schools","Physical Address Line 1":"275 SOUTH WOLF LAKE RD","Physical Address Line 2":"","Physical Address City":"MUSKEGON","Physical Address State":"MI ","Physical Address Zipcode":"49442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1588683351468988,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2626190","School District Name":"Oak Park School District of the City of","Physical Address Line 1":"13900 GRANZON ST","Physical Address Line 2":"","Physical Address City":"OAK PARK","Physical Address State":"MI ","Physical Address Zipcode":"48237","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.198798470780994,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2626130","School District Name":"Novi Community School District","Physical Address Line 1":"25345 TAFT RD","Physical Address Line 2":"","Physical Address City":"NOVI","Physical Address State":"MI ","Physical Address Zipcode":"48374","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.026079734219269103,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2626100","School District Name":"Nottawa Community School","Physical Address Line 1":"26438 M 86","Physical Address Line 2":"","Physical Address City":"Sturgis","Physical Address State":"MI ","Physical Address Zipcode":"49091","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17701863354037267,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2626040","School District Name":"Norway-Vulcan Area Schools","Physical Address Line 1":"300 SECTION ST","Physical Address Line 2":"","Physical Address City":"NORWAY","Physical Address State":"MI ","Physical Address Zipcode":"49870","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11772665764546685,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2626010","School District Name":"Northwest Community Schools","Physical Address Line 1":"6900 Rives Junction Rd","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"MI ","Physical Address Zipcode":"49201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12469806763285024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2625980","School District Name":"Northville Public Schools","Physical Address Line 1":"405 W MAIN ST","Physical Address Line 2":"","Physical Address City":"NORTHVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48167","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03571428571428571,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2625950","School District Name":"Northview Public Schools","Physical Address Line 1":"4365 HUNSBERGER AVE NE","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10675909878682842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2625920","School District Name":"Northport Public School District","Physical Address Line 1":"104 WING ST","Physical Address Line 2":"","Physical Address City":"NORTHPORT","Physical Address State":"MI ","Physical Address Zipcode":"49670","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10429447852760736,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2625800","School District Name":"North Muskegon Public Schools","Physical Address Line 1":"1600 MILLS AVE","Physical Address Line 2":"","Physical Address City":"MUSKEGON","Physical Address State":"MI ","Physical Address Zipcode":"49445","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06643952299829642,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2625780","School District Name":"North Huron School District","Physical Address Line 1":"21 MAIN ST","Physical Address Line 2":"","Physical Address City":"KINDE","Physical Address State":"MI ","Physical Address Zipcode":"48445","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14446529080675422,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2625740","School District Name":"Grosse Pointe Public Schools","Physical Address Line 1":"389 SAINT CLAIR ST","Physical Address Line 2":"","Physical Address City":"GROSSE POINTE","Physical Address State":"MI ","Physical Address Zipcode":"48230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05544868167930293,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2625680","School District Name":"North Branch Area Schools","Physical Address Line 1":"6655 JEFFERSON RD","Physical Address Line 2":"","Physical Address City":"NORTH BRANCH","Physical Address State":"MI ","Physical Address Zipcode":"48461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12473684210526316,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2625650","School District Name":"North Adams-Jerome Public Schools","Physical Address Line 1":"4555 KNOWLES RD","Physical Address Line 2":"","Physical Address City":"NORTH ADAMS","Physical Address State":"MI ","Physical Address Zipcode":"49262","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16111111111111112,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2625560","School District Name":"Niles Community Schools","Physical Address Line 1":"1 TYLER ST","Physical Address Line 2":"","Physical Address City":"NILES","Physical Address State":"MI ","Physical Address Zipcode":"49120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.20088178561587214,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2625400","School District Name":"NICE Community School District","Physical Address Line 1":"300 Westwood Dr","Physical Address Line 2":"","Physical Address City":"Ishpeming","Physical Address State":"MI ","Physical Address Zipcode":"49849","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08961845607808341,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2625350","School District Name":"Tahquamenon Area Schools","Physical Address Line 1":"700 NEWBERRY AVE","Physical Address Line 2":"","Physical Address City":"NEWBERRY","Physical Address State":"MI ","Physical Address Zipcode":"49868","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2593939393939394,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2625320","School District Name":"Newaygo Public School District","Physical Address Line 1":"360 S Mill Street","Physical Address Line 2":"","Physical Address City":"NEWAYGO","Physical Address State":"MI ","Physical Address Zipcode":"49337","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16801385681293302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2625290","School District Name":"New Lothrop Area Public Schools","Physical Address Line 1":"9285 Easton Rd","Physical Address Line 2":"","Physical Address City":"NEW LOTHROP","Physical Address State":"MI ","Physical Address Zipcode":"48460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07836456558773425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2625230","School District Name":"New Haven Community Schools","Physical Address Line 1":"30375 Clark Street","Physical Address Line 2":"","Physical Address City":"NEW HAVEN","Physical Address State":"MI ","Physical Address Zipcode":"48048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07713125845737483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2625140","School District Name":"New Buffalo Area Schools","Physical Address Line 1":"1112 EAST CLAY ST","Physical Address Line 2":"","Physical Address City":"NEW BUFFALO","Physical Address State":"MI ","Physical Address Zipcode":"49117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11962616822429907,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2625020","School District Name":"Negaunee Public Schools","Physical Address Line 1":"101 SOUTH PIONEER AVE","Physical Address Line 2":"","Physical Address City":"NEGAUNEE","Physical Address State":"MI ","Physical Address Zipcode":"49866","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07412898443291327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2624960","School District Name":"Napoleon Community Schools","Physical Address Line 1":"200 WEST","Physical Address Line 2":"","Physical Address City":"NAPOLEON","Physical Address State":"MI ","Physical Address Zipcode":"49261","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10629067245119306,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2624870","School District Name":"Muskegon Heights School District","Physical Address Line 1":"2603 LEAHY ST","Physical Address Line 2":"","Physical Address City":"MUSKEGON","Physical Address State":"MI ","Physical Address Zipcode":"49444","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.37941976427923846,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2624840","School District Name":"Muskegon Public Schools of the City of","Physical Address Line 1":"1458 5TH ST","Physical Address Line 2":"","Physical Address City":"MUSKEGON","Physical Address State":"MI ","Physical Address Zipcode":"49441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.277094414893617,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2624810","School District Name":"Munising Public Schools","Physical Address Line 1":"810 State Highway M28 West","Physical Address Line 2":"","Physical Address City":"Munising","Physical Address State":"MI ","Physical Address Zipcode":"49862","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2624750","School District Name":"Mt. Pleasant City School District","Physical Address Line 1":"720 NORTH KINNEY AVE","Physical Address Line 2":"","Physical Address City":"MOUNT PLEASANT","Physical Address State":"MI ","Physical Address Zipcode":"48858","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16562916851934192,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2624720","School District Name":"Mt. Morris Consolidated Schools","Physical Address Line 1":"12356 WALTER ST","Physical Address Line 2":"","Physical Address City":"MOUNT MORRIS","Physical Address State":"MI ","Physical Address Zipcode":"48458","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2709240445089502,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2624690","School District Name":"Mount Clemens Community School District","Physical Address Line 1":"167 CASS AVE","Physical Address Line 2":"","Physical Address City":"MOUNT CLEMENS","Physical Address State":"MI ","Physical Address Zipcode":"48043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.200473292765382,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2624630","School District Name":"Morrice Area Schools","Physical Address Line 1":"111 EAST MASON","Physical Address Line 2":"","Physical Address City":"MORRICE","Physical Address State":"MI ","Physical Address Zipcode":"48857","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0943683409436834,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2624600","School District Name":"Morley Stanwood Community Schools","Physical Address Line 1":"4700 NORTHLAND DR","Physical Address Line 2":"","Physical Address City":"MORLEY","Physical Address State":"MI ","Physical Address Zipcode":"49336","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21778277996623524,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2624570","School District Name":"Morenci Area Schools","Physical Address Line 1":"788 Coomer St","Physical Address Line 2":"","Physical Address City":"Morenci","Physical Address State":"MI ","Physical Address Zipcode":"49256","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1329639889196676,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2624540","School District Name":"Moran Township School District","Physical Address Line 1":"W 1828 GROS CAP RD","Physical Address Line 2":"","Physical Address City":"SAINT IGNACE","Physical Address State":"MI ","Physical Address Zipcode":"49781","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10655737704918032,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2624420","School District Name":"Montrose Community Schools","Physical Address Line 1":"300 NANITA DR","Physical Address Line 2":"","Physical Address City":"MONTROSE","Physical Address State":"MI ","Physical Address Zipcode":"48457","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18196588139723802,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2624180","School District Name":"Montague Area Public Schools","Physical Address Line 1":"4882 STANTON BLVD","Physical Address Line 2":"","Physical Address City":"MONTAGUE","Physical Address State":"MI ","Physical Address Zipcode":"49437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12368972746331237,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2624150","School District Name":"Monroe Public Schools","Physical Address Line 1":"1275 NORTH MACOMB ST","Physical Address Line 2":"","Physical Address City":"MONROE","Physical Address State":"MI ","Physical Address Zipcode":"48162","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16117314677788241,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2624120","School District Name":"Mona Shores Public School District","Physical Address Line 1":"121 Randall Road","Physical Address Line 2":"","Physical Address City":"Norton Shores","Physical Address State":"MI ","Physical Address Zipcode":"49441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07807807807807808,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2624000","School District Name":"Mio-AuSable Schools","Physical Address Line 1":"1110 WEST 8TH ST","Physical Address Line 2":"","Physical Address City":"MIO","Physical Address State":"MI ","Physical Address Zipcode":"48647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2789473684210526,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2623910","School District Name":"Millington Community Schools","Physical Address Line 1":"8664 DEAN DR","Physical Address Line 2":"","Physical Address City":"MILLINGTON","Physical Address State":"MI ","Physical Address Zipcode":"48746","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12879348630643966,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2623850","School District Name":"Milan Area Schools","Physical Address Line 1":"100 BIG RED DR","Physical Address Line 2":"","Physical Address City":"MILAN","Physical Address State":"MI ","Physical Address Zipcode":"48160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07566089334548769,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2623830","School District Name":"Mid Peninsula School District","Physical Address Line 1":"5055 SAINT NICHOLAS 31ST RD","Physical Address Line 2":"","Physical Address City":"ROCK","Physical Address State":"MI ","Physical Address Zipcode":"49880","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09243697478991597,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2623820","School District Name":"Midland Public Schools","Physical Address Line 1":"600 EAST CARPENTER ST","Physical Address Line 2":"","Physical Address City":"MIDLAND","Physical Address State":"MI ","Physical Address Zipcode":"48640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08982683982683982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2623790","School District Name":"Michigan Center School District","Physical Address Line 1":"400 S State St","Physical Address Line 2":"","Physical Address City":"Michigan Center","Physical Address State":"MI ","Physical Address Zipcode":"49254","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10738255033557047,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2623670","School District Name":"Mesick Consolidated Schools","Physical Address Line 1":"210 EAST MESICK AVE","Physical Address Line 2":"","Physical Address City":"MESICK","Physical Address State":"MI ","Physical Address Zipcode":"49668","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1689989235737352,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2623610","School District Name":"Merrill Community Schools","Physical Address Line 1":"555 WEST ALICE ST","Physical Address Line 2":"","Physical Address City":"MERRILL","Physical Address State":"MI ","Physical Address Zipcode":"48637","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11576354679802955,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2623580","School District Name":"Meridian Public Schools","Physical Address Line 1":"3361 NORTH MERIDIAN RD","Physical Address Line 2":"","Physical Address City":"SANFORD","Physical Address State":"MI ","Physical Address Zipcode":"48657","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13793103448275862,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2623550","School District Name":"Menominee Area Public Schools","Physical Address Line 1":"1230 13TH ST","Physical Address Line 2":"","Physical Address City":"MENOMINEE","Physical Address State":"MI ","Physical Address Zipcode":"49858","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14839133289560077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2623520","School District Name":"Mendon Community School District","Physical Address Line 1":"148 KIRBY RD","Physical Address Line 2":"","Physical Address City":"MENDON","Physical Address State":"MI ","Physical Address Zipcode":"49072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0948905109489051,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2623490","School District Name":"Memphis Community Schools","Physical Address Line 1":"34110 BORDMAN RD","Physical Address Line 2":"","Physical Address City":"MEMPHIS","Physical Address State":"MI ","Physical Address Zipcode":"48041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11316872427983539,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2623460","School District Name":"Melvindale-North Allen Park Schools","Physical Address Line 1":"18530 PROSPECT ST","Physical Address Line 2":"","Physical Address City":"MELVINDALE","Physical Address State":"MI ","Physical Address Zipcode":"48122","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2832,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2623310","School District Name":"McBain Rural Agricultural Schools","Physical Address Line 1":"107 EAST MAPLE ST","Physical Address Line 2":"","Physical Address City":"MC BAIN","Physical Address State":"MI ","Physical Address Zipcode":"49657","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12274368231046931,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2623280","School District Name":"Mayville Community School District","Physical Address Line 1":"6250 FULTON ST","Physical Address Line 2":"","Physical Address City":"MAYVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48744","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1330049261083744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2623250","School District Name":"Mattawan Consolidated School","Physical Address Line 1":"56720 MURRAY ST","Physical Address Line 2":"","Physical Address City":"MATTAWAN","Physical Address State":"MI ","Physical Address Zipcode":"49071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.057222787385554426,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2623160","School District Name":"Mason County Eastern Schools","Physical Address Line 1":"18 SOUTH MAIN ST","Physical Address Line 2":"","Physical Address City":"CUSTER","Physical Address State":"MI ","Physical Address Zipcode":"49405","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1991701244813278,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2623130","School District Name":"Mason County Central Schools","Physical Address Line 1":"300 WEST BROADWAY AVE","Physical Address Line 2":"","Physical Address City":"SCOTTVILLE","Physical Address State":"MI ","Physical Address Zipcode":"49454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17329332333083272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2623100","School District Name":"Mason Consolidated Schools (Monroe)","Physical Address Line 1":"2400 MASON EAGLE DR","Physical Address Line 2":"","Physical Address City":"ERIE","Physical Address State":"MI ","Physical Address Zipcode":"48133","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10596616206589493,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2623070","School District Name":"Mason Public Schools (Ingham)","Physical Address Line 1":"201 W ASH ST","Physical Address Line 2":"STE 2A","Physical Address City":"MASON","Physical Address State":"MI ","Physical Address Zipcode":"48854","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06572619429304265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2623040","School District Name":"Marysville Public Schools","Physical Address Line 1":"495 East Huron Blvd","Physical Address Line 2":"","Physical Address City":"MARYSVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08681214421252371,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2622980","School District Name":"Martin Public Schools","Physical Address Line 1":"1556 CHALMERS ST","Physical Address Line 2":"","Physical Address City":"MARTIN","Physical Address State":"MI ","Physical Address Zipcode":"49070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0768409818569904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2622970","School District Name":"Marshall Public Schools","Physical Address Line 1":"100 EAST GREEN ST","Physical Address Line 2":"","Physical Address City":"MARSHALL","Physical Address State":"MI ","Physical Address Zipcode":"49068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17159464240586303,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2622860","School District Name":"Marlette Community Schools","Physical Address Line 1":"6230 Euclid St","Physical Address Line 2":"","Physical Address City":"MARLETTE","Physical Address State":"MI ","Physical Address Zipcode":"48453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20524835988753515,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2622830","School District Name":"Mar Lee School District","Physical Address Line 1":"21236 H DR N","Physical Address Line 2":"","Physical Address City":"MARSHALL","Physical Address State":"MI ","Physical Address Zipcode":"49068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08305647840531562,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2622800","School District Name":"Marion Public Schools","Physical Address Line 1":"510 WEST MAIN ST","Physical Address Line 2":"","Physical Address City":"MARION","Physical Address State":"MI ","Physical Address Zipcode":"49665","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18903318903318903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2622740","School District Name":"Marcellus Community Schools","Physical Address Line 1":"305 ARBOR ST","Physical Address Line 2":"","Physical Address City":"MARCELLUS","Physical Address State":"MI ","Physical Address Zipcode":"49067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13788968824940048,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2622620","School District Name":"Maple Valley Schools","Physical Address Line 1":"11090 NASHVILLE HWY","Physical Address Line 2":"","Physical Address City":"VERMONTVILLE","Physical Address State":"MI ","Physical Address Zipcode":"49096","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15631691648822268,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2622500","School District Name":"Manton Consolidated Schools","Physical Address Line 1":"105 5TH ST","Physical Address Line 2":"","Physical Address City":"MANTON","Physical Address State":"MI ","Physical Address Zipcode":"49663","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15013404825737264,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2622470","School District Name":"Manistique Area Schools","Physical Address Line 1":"100 NORTH CEDAR ST","Physical Address Line 2":"","Physical Address City":"MANISTIQUE","Physical Address State":"MI ","Physical Address Zipcode":"49854","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17578947368421052,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2622410","School District Name":"Manistee Area Public Schools","Physical Address Line 1":"550 MAPLE ST","Physical Address Line 2":"","Physical Address City":"MANISTEE","Physical Address State":"MI ","Physical Address Zipcode":"49660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14719173660426083,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2622380","School District Name":"Manchester Community Schools","Physical Address Line 1":"710 E MAIN ST","Physical Address Line 2":"","Physical Address City":"MANCHESTER","Physical Address State":"MI ","Physical Address Zipcode":"48158","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.056827150749802685,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2622350","School District Name":"Mancelona Public Schools","Physical Address Line 1":"112 ST JOHN ST","Physical Address Line 2":"","Physical Address City":"MANCELONA","Physical Address State":"MI ","Physical Address Zipcode":"49659","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19490695396669933,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2622320","School District Name":"Madison School District (Lenawee)","Physical Address Line 1":"3498 TREAT HWY","Physical Address Line 2":"","Physical Address City":"ADRIAN","Physical Address State":"MI ","Physical Address Zipcode":"49221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18029350104821804,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2622290","School District Name":"Madison District Public Schools","Physical Address Line 1":"26524 JOHN R RD","Physical Address Line 2":"","Physical Address City":"MADISON HEIGHTS","Physical Address State":"MI ","Physical Address Zipcode":"48071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17773306505700873,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2622260","School District Name":"Mackinaw City Public Schools","Physical Address Line 1":"609 WEST CENTRAL AVE","Physical Address Line 2":"","Physical Address City":"MACKINAW CITY","Physical Address State":"MI ","Physical Address Zipcode":"49701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22627737226277372,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2622230","School District Name":"Mackinac Island Public Schools","Physical Address Line 1":"340 LAKESHORE DR","Physical Address Line 2":"","Physical Address City":"MACKINAC ISLAND","Physical Address State":"MI ","Physical Address Zipcode":"49757","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10416666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2622200","School District Name":"Ludington Area School District","Physical Address Line 1":"809 EAST TINKHAM AVE","Physical Address Line 2":"","Physical Address City":"LUDINGTON","Physical Address State":"MI ","Physical Address Zipcode":"49431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2622050","School District Name":"Lowell Area Schools","Physical Address Line 1":"300 HIGH ST","Physical Address Line 2":"","Physical Address City":"LOWELL","Physical Address State":"MI ","Physical Address Zipcode":"49331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05540960114640554,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2621870","School District Name":"L'Anse Creuse Public Schools","Physical Address Line 1":"24076 FV Pankow Blvd","Physical Address Line 2":"","Physical Address City":"Clinton Township","Physical Address State":"MI ","Physical Address Zipcode":"48036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08380187416331995,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2621840","School District Name":"Livonia Public Schools School District","Physical Address Line 1":"15125 FARMINGTON RD","Physical Address Line 2":"","Physical Address City":"LIVONIA","Physical Address State":"MI ","Physical Address Zipcode":"48154","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07338174928954846,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2621810","School District Name":"Alanson Public Schools","Physical Address Line 1":"7400 NORTH ST","Physical Address Line 2":"","Physical Address City":"ALANSON","Physical Address State":"MI ","Physical Address Zipcode":"49706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14396887159533073,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2621750","School District Name":"Litchfield Community Schools","Physical Address Line 1":"210 WILLIAMS ST","Physical Address Line 2":"","Physical Address City":"LITCHFIELD","Physical Address State":"MI ","Physical Address Zipcode":"49252","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21910112359550563,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2621690","School District Name":"Linden Community Schools","Physical Address Line 1":"7205 SILVER LAKE RD","Physical Address Line 2":"","Physical Address City":"LINDEN","Physical Address State":"MI ","Physical Address Zipcode":"48451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07140538786108407,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2621600","School District Name":"Lincoln Park School District of the City of","Physical Address Line 1":"1650 CHAMPAIGN RD","Physical Address Line 2":"","Physical Address City":"LINCOLN PARK","Physical Address State":"MI ","Physical Address Zipcode":"48146","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2276463680590505,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2621570","School District Name":"Lincoln Consolidated School District","Physical Address Line 1":"7425 WILLIS RD","Physical Address Line 2":"","Physical Address City":"YPSILANTI","Physical Address State":"MI ","Physical Address Zipcode":"48197","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1085619285120532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2621450","School District Name":"Leslie Public Schools","Physical Address Line 1":"4141 HULL RD","Physical Address Line 2":"","Physical Address City":"LESLIE","Physical Address State":"MI ","Physical Address Zipcode":"49251","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10719424460431655,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2621420","School District Name":"Les Cheneaux Community Schools","Physical Address Line 1":"298 EAST HIGHWAY M134","Physical Address Line 2":"","Physical Address City":"CEDARVILLE","Physical Address State":"MI ","Physical Address Zipcode":"49719","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1885245901639344,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2621390","School District Name":"Leland Public School District","Physical Address Line 1":"200 NORTH GRAND AVE","Physical Address Line 2":"","Physical Address City":"LELAND","Physical Address State":"MI ","Physical Address Zipcode":"49654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11796246648793565,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2621240","School District Name":"Lawton Community School District","Physical Address Line 1":"101 PRIMARY WAY","Physical Address Line 2":"","Physical Address City":"LAWTON","Physical Address State":"MI ","Physical Address Zipcode":"49065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12933753943217666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2621210","School District Name":"Lawrence Public Schools","Physical Address Line 1":"650 WEST SAINT JOSEPH ST","Physical Address Line 2":"","Physical Address City":"LAWRENCE","Physical Address State":"MI ","Physical Address Zipcode":"49064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16766467065868262,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2621180","School District Name":"Lapeer Community Schools","Physical Address Line 1":"250 2ND ST","Physical Address Line 2":"","Physical Address City":"LAPEER","Physical Address State":"MI ","Physical Address Zipcode":"48446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11081441922563418,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2621150","School District Name":"Lansing Public School District","Physical Address Line 1":"519 WEST KALAMAZOO ST","Physical Address Line 2":"","Physical Address City":"LANSING","Physical Address State":"MI ","Physical Address Zipcode":"48933","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.23321648608455492,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2621120","School District Name":"Lamphere Public Schools","Physical Address Line 1":"31201 DORCHESTER AVE","Physical Address Line 2":"","Physical Address City":"MADISON HEIGHTS","Physical Address State":"MI ","Physical Address Zipcode":"48071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12065894924309885,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2620980","School District Name":"Lakewood Public Schools","Physical Address Line 1":"223 W Broadway St","Physical Address Line 2":"","Physical Address City":"Woodland","Physical Address State":"MI ","Physical Address Zipcode":"48897","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08422939068100359,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2620940","School District Name":"LakeVille Community School District","Physical Address Line 1":"11107 WASHBURN RD","Physical Address Line 2":"","Physical Address City":"OTISVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48463","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13848817080207732,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2620910","School District Name":"Lakeview Community Schools (Montcalm)","Physical Address Line 1":"602 WASHINGTON ST","Physical Address Line 2":"","Physical Address City":"LAKEVIEW","Physical Address State":"MI ","Physical Address Zipcode":"48850","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20632183908045976,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2620880","School District Name":"Lakeview Public Schools (Macomb)","Physical Address Line 1":"27575 Harper Ave","Physical Address Line 2":"","Physical Address City":"Saint Clair Shores","Physical Address State":"MI ","Physical Address Zipcode":"48081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07258687258687259,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2620850","School District Name":"Lakeview Sch. District (Calhoun)","Physical Address Line 1":"15 ARBOR ST","Physical Address Line 2":"","Physical Address City":"BATTLE CREEK","Physical Address State":"MI ","Physical Address Zipcode":"49015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12257712257712258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2620820","School District Name":"Lakeshore School District (Berrien)","Physical Address Line 1":"5771 CLEVELAND AVE","Physical Address Line 2":"","Physical Address City":"STEVENSVILLE","Physical Address State":"MI ","Physical Address Zipcode":"49127","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08166042871725077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2620730","School District Name":"Lake Orion Community Schools","Physical Address Line 1":"315 NORTH LAPEER ST","Physical Address Line 2":"","Physical Address City":"LAKE ORION","Physical Address State":"MI ","Physical Address Zipcode":"48362","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.034782608695652174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2620700","School District Name":"Lake Linden-Hubbell School District","Physical Address Line 1":"601 CALUMET ST","Physical Address Line 2":"","Physical Address City":"LAKE LINDEN","Physical Address State":"MI ","Physical Address Zipcode":"49945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1757679180887372,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2620670","School District Name":"Lake Fenton Community Schools","Physical Address Line 1":"11425 TORREY RD","Physical Address Line 2":"","Physical Address City":"FENTON","Physical Address State":"MI ","Physical Address Zipcode":"48430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.061200923787528866,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2620610","School District Name":"Lake City Area School District","Physical Address Line 1":"710 EAST MITCHELL ST","Physical Address Line 2":"","Physical Address City":"LAKE CITY","Physical Address State":"MI ","Physical Address Zipcode":"49651","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19446704637917006,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2620550","School District Name":"Laingsburg Community Schools","Physical Address Line 1":"205 SOUTH WOODHULL RD","Physical Address Line 2":"","Physical Address City":"LAINGSBURG","Physical Address State":"MI ","Physical Address Zipcode":"48848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06498545101842872,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2620400","School District Name":"Kingston Community School District","Physical Address Line 1":"5790 STATE ST","Physical Address Line 2":"","Physical Address City":"KINGSTON","Physical Address State":"MI ","Physical Address Zipcode":"48741","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14864864864864866,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2620380","School District Name":"Kingsley Area Schools","Physical Address Line 1":"402 FENTON ST","Physical Address Line 2":"","Physical Address City":"KINGSLEY","Physical Address State":"MI ","Physical Address Zipcode":"49649","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0778405524168236,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2620340","School District Name":"Kentwood Public Schools","Physical Address Line 1":"5820 EASTERN AVE SE","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49508","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1306385989739961,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2620310","School District Name":"Kent City Community Schools","Physical Address Line 1":"200 NORTH CLOVER ST","Physical Address Line 2":"","Physical Address City":"KENT CITY","Physical Address State":"MI ","Physical Address Zipcode":"49330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10091743119266056,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2620280","School District Name":"Kenowa Hills Public Schools","Physical Address Line 1":"2325 4 MILE RD NW","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49544","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08682926829268292,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2620160","School District Name":"Kelloggsville Public Schools","Physical Address Line 1":"242 52ND ST SE","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18359020852221214,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2620070","School District Name":"Kearsley Community School District","Physical Address Line 1":"4396 UNDERHILL DR","Physical Address Line 2":"","Physical Address City":"FLINT","Physical Address State":"MI ","Physical Address Zipcode":"48506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18497757847533633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2620050","School District Name":"Kalkaska Public Schools","Physical Address Line 1":"315 S Coral Street","Physical Address Line 2":"","Physical Address City":"Kalkaska","Physical Address State":"MI ","Physical Address Zipcode":"49646","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16425619834710745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2620010","School District Name":"Kaleva Norman Dickson School District","Physical Address Line 1":"4400 NORTH HIGH BRIDGE RD","Physical Address Line 2":"","Physical Address City":"BRETHREN","Physical Address State":"MI ","Physical Address Zipcode":"49619","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2305593451568895,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2619950","School District Name":"Kalamazoo Public Schools","Physical Address Line 1":"1220 HOWARD ST","Physical Address Line 2":"","Physical Address City":"KALAMAZOO","Physical Address State":"MI ","Physical Address Zipcode":"49008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2082760516909541,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2619920","School District Name":"Jonesville Community Schools","Physical Address Line 1":"115 East Street","Physical Address Line 2":"","Physical Address City":"Jonesville","Physical Address State":"MI ","Physical Address Zipcode":"49250","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1442400774443369,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2619890","School District Name":"Johannesburg-Lewiston Area Schools","Physical Address Line 1":"10854 M 32 E","Physical Address Line 2":"","Physical Address City":"JOHANNESBURG","Physical Address State":"MI ","Physical Address Zipcode":"49751","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15168539325842698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2619830","School District Name":"Jenison Public Schools","Physical Address Line 1":"8375 20th Ave","Physical Address Line 2":"","Physical Address City":"Jenison","Physical Address State":"MI ","Physical Address Zipcode":"49428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03569243320416072,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2619800","School District Name":"Jefferson Schools (Monroe)","Physical Address Line 1":"5707 WILLIAMS RD","Physical Address Line 2":"","Physical Address City":"NEWPORT","Physical Address State":"MI ","Physical Address Zipcode":"48166","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11067193675889328,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2619620","School District Name":"Jackson Public Schools","Physical Address Line 1":"522 WILDWOOD AVE","Physical Address Line 2":"","Physical Address City":"JACKSON","Physical Address State":"MI ","Physical Address Zipcode":"49201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.22533103051237766,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2619580","School District Name":"Ithaca Public Schools","Physical Address Line 1":"710 NORTH UNION ST","Physical Address Line 2":"","Physical Address City":"ITHACA","Physical Address State":"MI ","Physical Address Zipcode":"48847","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11860068259385666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2619530","School District Name":"Ishpeming Public School District No. 1","Physical Address Line 1":"319 EAST DIVISION ST","Physical Address Line 2":"","Physical Address City":"ISHPEMING","Physical Address State":"MI ","Physical Address Zipcode":"49849","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17964693665628245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2619470","School District Name":"Ironwood Area Schools of Gogebic County","Physical Address Line 1":"650 EAST AYER ST","Physical Address Line 2":"","Physical Address City":"IRONWOOD","Physical Address State":"MI ","Physical Address Zipcode":"49938","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2257360959651036,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2619410","School District Name":"Iron Mountain Public Schools","Physical Address Line 1":"217 Izzo Mariucci Way","Physical Address Line 2":"","Physical Address City":"IRON MOUNTAIN","Physical Address State":"MI ","Physical Address Zipcode":"49801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15243342516069788,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2619290","School District Name":"Ionia Township S/D #2","Physical Address Line 1":"2120 NORTH STATE RD","Physical Address Line 2":"","Physical Address City":"IONIA","Physical Address State":"MI ","Physical Address Zipcode":"48846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17058823529411765,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2619250","School District Name":"Ionia Public Schools","Physical Address Line 1":"250 EAST TUTTLE RD","Physical Address Line 2":"","Physical Address City":"IONIA","Physical Address State":"MI ","Physical Address Zipcode":"48846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13538032100488487,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2619170","School District Name":"Inland Lakes Schools","Physical Address Line 1":"4363 SOUTH STRAITS HWY","Physical Address Line 2":"","Physical Address City":"INDIAN RIVER","Physical Address State":"MI ","Physical Address Zipcode":"49749","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15254237288135594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2619100","School District Name":"Imlay City Community Schools","Physical Address Line 1":"634 WEST BORLAND RD","Physical Address Line 2":"","Physical Address City":"IMLAY CITY","Physical Address State":"MI ","Physical Address Zipcode":"48444","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2619050","School District Name":"Ida Public School District","Physical Address Line 1":"3145 PRAIRIE ST","Physical Address Line 2":"","Physical Address City":"IDA","Physical Address State":"MI ","Physical Address Zipcode":"48140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.045692883895131084,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2618990","School District Name":"Huron Valley Schools","Physical Address Line 1":"2390 SOUTH MILFORD RD","Physical Address Line 2":"","Physical Address City":"HIGHLAND","Physical Address State":"MI ","Physical Address Zipcode":"48357","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05939707491791862,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2618930","School District Name":"Huron School District","Physical Address Line 1":"32044 HURON RIVER DR","Physical Address Line 2":"","Physical Address City":"NEW BOSTON","Physical Address State":"MI ","Physical Address Zipcode":"48164","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10848041325871717,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2618840","School District Name":"Hudsonville Public School District","Physical Address Line 1":"3886 VAN BUREN ST","Physical Address Line 2":"","Physical Address City":"HUDSONVILLE","Physical Address State":"MI ","Physical Address Zipcode":"49426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02652050919377652,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2618810","School District Name":"Hudson Area Schools","Physical Address Line 1":"781 NORTH MAPLE GROVE AVE","Physical Address Line 2":"","Physical Address City":"HUDSON","Physical Address State":"MI ","Physical Address Zipcode":"49247","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12330198537095088,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2618720","School District Name":"Howell Public Schools","Physical Address Line 1":"411 NORTH HIGHLANDER WAY","Physical Address Line 2":"","Physical Address City":"HOWELL","Physical Address State":"MI ","Physical Address Zipcode":"48843","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.058616233995066366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2618600","School District Name":"Houghton Lake Community Schools","Physical Address Line 1":"6001 WEST HOUGHTON LAKE DR","Physical Address Line 2":"","Physical Address City":"HOUGHTON LAKE","Physical Address State":"MI ","Physical Address Zipcode":"48629","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2636085626911315,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2618570","School District Name":"Hopkins Public Schools","Physical Address Line 1":"400 S CLARK ST","Physical Address Line 2":"","Physical Address City":"HOPKINS","Physical Address State":"MI ","Physical Address Zipcode":"49328","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0431832202344232,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2618540","School District Name":"Homer Community School District","Physical Address Line 1":"403 SOUTH HILLSDALE ST","Physical Address Line 2":"","Physical Address City":"HOMER","Physical Address State":"MI ","Physical Address Zipcode":"49245","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17411225658648338,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2618510","School District Name":"Holton Public Schools","Physical Address Line 1":"6500 Fourth Street","Physical Address Line 2":"","Physical Address City":"HOLTON","Physical Address State":"MI ","Physical Address Zipcode":"49425","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16773017319963537,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2618480","School District Name":"Holt Public Schools","Physical Address Line 1":"5780 HOLT RD","Physical Address Line 2":"","Physical Address City":"HOLT","Physical Address State":"MI ","Physical Address Zipcode":"48842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09588523971309929,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2618450","School District Name":"Holly Area School District","Physical Address Line 1":"920 BAIRD ST","Physical Address Line 2":"","Physical Address City":"HOLLY","Physical Address State":"MI ","Physical Address Zipcode":"48442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12388027091981647,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2618420","School District Name":"Holland City School District","Physical Address Line 1":"320 W 24th St","Physical Address Line 2":"","Physical Address City":"HOLLAND","Physical Address State":"MI ","Physical Address Zipcode":"49423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.100163132137031,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2618390","School District Name":"Hillsdale Community Schools","Physical Address Line 1":"30 SOUTH NORWOOD AVE","Physical Address Line 2":"","Physical Address City":"HILLSDALE","Physical Address State":"MI ","Physical Address Zipcode":"49242","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1824953445065177,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2618360","School District Name":"Hillman Community Schools","Physical Address Line 1":"26042 M 32 S","Physical Address Line 2":"","Physical Address City":"HILLMAN","Physical Address State":"MI ","Physical Address Zipcode":"49746","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2119815668202765,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2618330","School District Name":"Highland Park City Schools","Physical Address Line 1":"131 Pilgrim St","Physical Address Line 2":"","Physical Address City":"Highland Park","Physical Address State":"MI ","Physical Address Zipcode":"48203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.42615558060879366,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2618270","School District Name":"Hesperia Community Schools","Physical Address Line 1":"96 SOUTH DIVISION ST","Physical Address Line 2":"PO Box 338","Physical Address City":"HESPERIA","Physical Address State":"MI ","Physical Address Zipcode":"49421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17404737384140062,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2618180","School District Name":"Hemlock Public School District","Physical Address Line 1":"200 Wilson St","Physical Address Line 2":"","Physical Address City":"Hemlock","Physical Address State":"MI ","Physical Address Zipcode":"48626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08011653313911143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2618030","School District Name":"Hazel Park School District of the City of","Physical Address Line 1":"1620 EAST ELZA AVE","Physical Address Line 2":"","Physical Address City":"HAZEL PARK","Physical Address State":"MI ","Physical Address Zipcode":"48030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15034168564920272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2617970","School District Name":"Hastings Area School District","Physical Address Line 1":"232 West Grand Street","Physical Address Line 2":"","Physical Address City":"Hastings","Physical Address State":"MI ","Physical Address Zipcode":"49058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09764414135151891,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2617940","School District Name":"Haslett Public Schools","Physical Address Line 1":"5593 FRANKLIN ST","Physical Address Line 2":"","Physical Address City":"HASLETT","Physical Address State":"MI ","Physical Address Zipcode":"48840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06487341772151899,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2617910","School District Name":"Hartland Consolidated Schools","Physical Address Line 1":"9525 EAST HIGHLAND RD","Physical Address Line 2":"","Physical Address City":"HARTLAND","Physical Address State":"MI ","Physical Address Zipcode":"48353","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04021937842778794,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2617880","School District Name":"Hartford Public Schools","Physical Address Line 1":"115 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"HARTFORD","Physical Address State":"MI ","Physical Address Zipcode":"49057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2045639771801141,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2617860","School District Name":"Hart Public School District","Physical Address Line 1":"301 JOHNSON ST W","Physical Address Line 2":"","Physical Address City":"HART","Physical Address State":"MI ","Physical Address Zipcode":"49420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17851739788199697,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2617820","School District Name":"Harrison Community Schools","Physical Address Line 1":"224 WEST MAIN ST","Physical Address Line 2":"","Physical Address City":"HARRISON","Physical Address State":"MI ","Physical Address Zipcode":"48625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2617760","School District Name":"Harper Woods The School District of the City of","Physical Address Line 1":"19851 ANITA ST","Physical Address Line 2":"","Physical Address City":"HARPER WOODS","Physical Address State":"MI ","Physical Address Zipcode":"48225","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.30155510480054093,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2617730","School District Name":"Harper Creek Community Schools","Physical Address Line 1":"7454 B DR N","Physical Address Line 2":"","Physical Address City":"BATTLE CREEK","Physical Address State":"MI ","Physical Address Zipcode":"49014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09665271966527196,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2617700","School District Name":"Harbor Springs School District","Physical Address Line 1":"800 STATE ROAD","Physical Address Line 2":"","Physical Address City":"HARBOR SPRINGS","Physical Address State":"MI ","Physical Address Zipcode":"49740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07622298065984073,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2617640","School District Name":"Hanover-Horton School District","Physical Address Line 1":"10000 Moscow Rd","Physical Address Line 2":"","Physical Address City":"Horton","Physical Address State":"MI ","Physical Address Zipcode":"49246","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08991825613079019,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2617550","School District Name":"Hancock Public Schools","Physical Address Line 1":"501 Campus Drive","Physical Address Line 2":"","Physical Address City":"HANCOCK","Physical Address State":"MI ","Physical Address Zipcode":"49930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10599571734475374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2617520","School District Name":"Hamtramck School District of the City of","Physical Address Line 1":"3201 ROOSEVELT ST","Physical Address Line 2":"","Physical Address City":"HAMTRAMCK","Physical Address State":"MI ","Physical Address Zipcode":"48212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.4837723424270931,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2617400","School District Name":"Hamilton Community Schools","Physical Address Line 1":"4815 136TH AVE","Physical Address Line 2":"","Physical Address City":"HAMILTON","Physical Address State":"MI ","Physical Address Zipcode":"49419","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03925692253767964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2617370","School District Name":"Hale Area Schools","Physical Address Line 1":"200 WEST MAIN ST","Physical Address Line 2":"","Physical Address City":"HALE","Physical Address State":"MI ","Physical Address Zipcode":"48739","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26103646833013433,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2617340","School District Name":"Hagar Township S/D #6","Physical Address Line 1":"3422 RIVERSIDE RD","Physical Address Line 2":"","Physical Address City":"BENTON HARBOR","Physical Address State":"MI ","Physical Address Zipcode":"49022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21333333333333335,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2617250","School District Name":"Gull Lake Community Schools","Physical Address Line 1":"10100 EAST D AVE","Physical Address Line 2":"","Physical Address City":"RICHLAND","Physical Address State":"MI ","Physical Address Zipcode":"49083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08198614318706697,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2617220","School District Name":"Grosse Ile Township Schools","Physical Address Line 1":"23276 EAST RIVER RD","Physical Address Line 2":"","Physical Address City":"GROSSE ILE","Physical Address State":"MI ","Physical Address Zipcode":"48138","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05555555555555555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2617160","School District Name":"Greenville Public Schools","Physical Address Line 1":"1414 CHASE ST","Physical Address Line 2":"","Physical Address City":"GREENVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48838","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13477495599698264,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2616830","School District Name":"Grass Lake Community Schools","Physical Address Line 1":"899 SOUTH UNION ST","Physical Address Line 2":"","Physical Address City":"GRASS LAKE","Physical Address State":"MI ","Physical Address Zipcode":"49240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0580875781948168,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2616560","School District Name":"Grant Township S/D #2","Physical Address Line 1":"346 GRATIOT","Physical Address Line 2":"","Physical Address City":"COPPER HARBOR","Physical Address State":"MI ","Physical Address Zipcode":"49918","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09090909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2616500","School District Name":"Grant Public School District","Physical Address Line 1":"148 Elder St","Physical Address Line 2":"","Physical Address City":"Grant","Physical Address State":"MI ","Physical Address Zipcode":"49327","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11758584807492195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2616470","School District Name":"Grandville Public Schools","Physical Address Line 1":"3839 PRAIRIE ST SW","Physical Address Line 2":"","Physical Address City":"GRANDVILLE","Physical Address State":"MI ","Physical Address Zipcode":"49418","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05313942105999161,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2616440","School District Name":"Grand Rapids Public Schools","Physical Address Line 1":"1331 FRANKLIN ST SE","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.19553351527657592,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2616410","School District Name":"Grand Ledge Public Schools","Physical Address Line 1":"220 LAMSON ST","Physical Address Line 2":"","Physical Address City":"GRAND LEDGE","Physical Address State":"MI ","Physical Address Zipcode":"48837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.058378588052754074,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2616380","School District Name":"Grand Haven Area Public Schools","Physical Address Line 1":"1415 SOUTH BEECHTREE ST","Physical Address Line 2":"","Physical Address City":"GRAND HAVEN","Physical Address State":"MI ","Physical Address Zipcode":"49417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0651812897868807,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2616350","School District Name":"Grand Blanc Community Schools","Physical Address Line 1":"11920 SOUTH SAGINAW ST G","Physical Address Line 2":"","Physical Address City":"GRAND BLANC","Physical Address State":"MI ","Physical Address Zipcode":"48439","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08714544357272179,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2616320","School District Name":"Goodrich Area Schools","Physical Address Line 1":"8029 GALE RD","Physical Address Line 2":"","Physical Address City":"GOODRICH","Physical Address State":"MI ","Physical Address Zipcode":"48438","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05203252032520325,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2616110","School District Name":"Godwin Heights Public Schools","Physical Address Line 1":"15 36TH ST SW","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1590909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2616080","School District Name":"Godfrey-Lee Public Schools","Physical Address Line 1":"1324 BURTON ST SW","Physical Address Line 2":"","Physical Address City":"WYOMING","Physical Address State":"MI ","Physical Address Zipcode":"49509","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17580452920143028,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2616050","School District Name":"Gobles Public School District","Physical Address Line 1":"409 NORTH STATE ST","Physical Address Line 2":"","Physical Address City":"GOBLES","Physical Address State":"MI ","Physical Address Zipcode":"49055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2616020","School District Name":"Glen Lake Community Schools","Physical Address Line 1":"3375 WEST BURDICKVILLE RD","Physical Address Line 2":"","Physical Address City":"MAPLE CITY","Physical Address State":"MI ","Physical Address Zipcode":"49664","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12939297124600638,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2615990","School District Name":"Gladwin Community Schools","Physical Address Line 1":"401 NORTH BOWERY AVE FL 2","Physical Address Line 2":"","Physical Address City":"GLADWIN","Physical Address State":"MI ","Physical Address Zipcode":"48624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2928053541550474,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2615970","School District Name":"Gladstone Area Schools","Physical Address Line 1":"400 SOUTH 10TH ST","Physical Address Line 2":"","Physical Address City":"GLADSTONE","Physical Address State":"MI ","Physical Address Zipcode":"49837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13795518207282914,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2615870","School District Name":"Gibraltar School District","Physical Address Line 1":"19370 VREELAND RD","Physical Address Line 2":"","Physical Address City":"WOODHAVEN","Physical Address State":"MI ","Physical Address Zipcode":"48183","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09387981168651344,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2615830","School District Name":"Roscommon Area Public Schools","Physical Address Line 1":"299H W Sunset","Physical Address Line 2":"","Physical Address City":"ROSCOMMON","Physical Address State":"MI ","Physical Address Zipcode":"48653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2211126961483595,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2615750","School District Name":"Genesee School District","Physical Address Line 1":"7347 NORTH GENESEE RD","Physical Address Line 2":"","Physical Address City":"GENESEE","Physical Address State":"MI ","Physical Address Zipcode":"48437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.28468468468468466,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2615730","School District Name":"Gaylord Community Schools","Physical Address Line 1":"615 SOUTH ELM AVE","Physical Address Line 2":"","Physical Address City":"GAYLORD","Physical Address State":"MI ","Physical Address Zipcode":"49735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1400790033424491,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2615600","School District Name":"Engadine Consolidated Schools","Physical Address Line 1":"13920 MELVILLE ST","Physical Address Line 2":"","Physical Address City":"ENGADINE","Physical Address State":"MI ","Physical Address Zipcode":"49827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.35648148148148145,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2615540","School District Name":"Garden City Public Schools","Physical Address Line 1":"1333 RADCLIFF ST","Physical Address Line 2":"","Physical Address City":"GARDEN CITY","Physical Address State":"MI ","Physical Address Zipcode":"48135","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16370280146163216,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2615510","School District Name":"Glenn Public School District","Physical Address Line 1":"1394 ADAMS","Physical Address Line 2":"","Physical Address City":"GLENN","Physical Address State":"MI ","Physical Address Zipcode":"49416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06666666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2615450","School District Name":"Galesburg-Augusta Community Schools","Physical Address Line 1":"1076 NORTH 37TH ST","Physical Address Line 2":"","Physical Address City":"GALESBURG","Physical Address State":"MI ","Physical Address Zipcode":"49053","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11864406779661017,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2615420","School District Name":"Fulton Schools","Physical Address Line 1":"8060 ELY HWY","Physical Address Line 2":"","Physical Address City":"MIDDLETON","Physical Address State":"MI ","Physical Address Zipcode":"48856","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11901681759379043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2615390","School District Name":"Fruitport Community Schools","Physical Address Line 1":"3255 PONTALUNA RD","Physical Address Line 2":"","Physical Address City":"FRUITPORT","Physical Address State":"MI ","Physical Address Zipcode":"49415","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.09110764430577223,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2615150","School District Name":"Fremont Public School District","Physical Address Line 1":"450 E Pine St","Physical Address Line 2":"","Physical Address City":"Fremont","Physical Address State":"MI ","Physical Address Zipcode":"49412","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13547008547008546,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2615060","School District Name":"Freeland Community School District","Physical Address Line 1":"710 POWLEY DR","Physical Address Line 2":"","Physical Address City":"FREELAND","Physical Address State":"MI ","Physical Address Zipcode":"48623","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0514829322887521,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2614820","School District Name":"Fraser Public Schools","Physical Address Line 1":"33466 GARFIELD RD","Physical Address Line 2":"","Physical Address City":"FRASER","Physical Address State":"MI ","Physical Address Zipcode":"48026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0955607476635514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2614790","School District Name":"Frankfort-Elberta Area Schools","Physical Address Line 1":"534 11TH ST","Physical Address Line 2":"","Physical Address City":"FRANKFORT","Physical Address State":"MI ","Physical Address Zipcode":"49635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15702479338842976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2614760","School District Name":"Frankenmuth School District","Physical Address Line 1":"525 EAST GENESEE ST","Physical Address Line 2":"","Physical Address City":"FRANKENMUTH","Physical Address State":"MI ","Physical Address Zipcode":"48734","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04019746121297602,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2614730","School District Name":"Fowlerville Community Schools","Physical Address Line 1":"7677 WEST SHARPE RD","Physical Address Line 2":"","Physical Address City":"FOWLERVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48836","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07580071174377224,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2614700","School District Name":"Fowler Public Schools","Physical Address Line 1":"700 S Main St","Physical Address Line 2":"","Physical Address City":"FOWLER","Physical Address State":"MI ","Physical Address Zipcode":"48835","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05152671755725191,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2614690","School District Name":"Gwinn Area Community Schools","Physical Address Line 1":"50 WEST STATE HIGHWAY M35","Physical Address Line 2":"","Physical Address City":"GWINN","Physical Address State":"MI ","Physical Address Zipcode":"49841","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.202961135101789,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2614610","School District Name":"Forest Hills Public Schools","Physical Address Line 1":"6590 CASCADE RD SE","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030495312056065916,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2614570","School District Name":"Forest Area Community Schools","Physical Address Line 1":"7741 SHIPPY RD SW","Physical Address Line 2":"","Physical Address City":"FIFE LAKE","Physical Address State":"MI ","Physical Address Zipcode":"49633","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1695108077360637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2614550","School District Name":"Flushing Community Schools","Physical Address Line 1":"522 NORTH MCKINLEY RD","Physical Address Line 2":"","Physical Address City":"FLUSHING","Physical Address State":"MI ","Physical Address Zipcode":"48433","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11247888003861936,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2614520","School District Name":"Flint School District of the City of","Physical Address Line 1":"923 EAST KEARSLEY ST","Physical Address Line 2":"","Physical Address City":"FLINT","Physical Address State":"MI ","Physical Address Zipcode":"48503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.428744400048432,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2614460","School District Name":"Fitzgerald Public Schools","Physical Address Line 1":"23200 RYAN RD","Physical Address Line 2":"","Physical Address City":"WARREN","Physical Address State":"MI ","Physical Address Zipcode":"48091","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.26634382566585957,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2614280","School District Name":"Ferndale Public Schools","Physical Address Line 1":"871 Pinecrest","Physical Address Line 2":"","Physical Address City":"FERNDALE","Physical Address State":"MI ","Physical Address Zipcode":"48220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09590517241379311,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2614250","School District Name":"Fenton Area Public Schools","Physical Address Line 1":"3100 OWEN RD","Physical Address Line 2":"","Physical Address City":"FENTON","Physical Address State":"MI ","Physical Address Zipcode":"48430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07366482504604052,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2614230","School District Name":"Fennville Public Schools","Physical Address Line 1":"5 MEMORIAL DR","Physical Address Line 2":"","Physical Address City":"FENNVILLE","Physical Address State":"MI ","Physical Address Zipcode":"49408","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10269953051643192,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2614100","School District Name":"Farwell Area Schools","Physical Address Line 1":"399 E Michigan St","Physical Address Line 2":"","Physical Address City":"Farwell","Physical Address State":"MI ","Physical Address Zipcode":"48622","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24100946372239748,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2614070","School District Name":"Farmington Public School District","Physical Address Line 1":"32500 SHIAWASSEE RD","Physical Address Line 2":"","Physical Address City":"FARMINGTON","Physical Address State":"MI ","Physical Address Zipcode":"48336","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.05430011380263372,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2613680","School District Name":"Excelsior Township S/D #1","Physical Address Line 1":"5521 M 72 NE","Physical Address Line 2":"","Physical Address City":"KALKASKA","Physical Address State":"MI ","Physical Address Zipcode":"49646","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20689655172413793,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2613560","School District Name":"Evart Public Schools","Physical Address Line 1":"321 NORTH HEMLOCK ST","Physical Address Line 2":"","Physical Address City":"EVART","Physical Address State":"MI ","Physical Address Zipcode":"49631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19490131578947367,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2613530","School District Name":"Essexville-Hampton Public Schools","Physical Address Line 1":"303 PINE ST","Physical Address Line 2":"","Physical Address City":"ESSEXVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10299488677867057,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2613500","School District Name":"Escanaba Area Public Schools","Physical Address Line 1":"1500 LUDINGTON ST","Physical Address Line 2":"","Physical Address City":"ESCANABA","Physical Address State":"MI ","Physical Address Zipcode":"49829","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16534582132564843,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2613140","School District Name":"Elm River Township School District","Physical Address Line 1":"3999 E WINONA RD","Physical Address Line 2":"","Physical Address City":"TOIVOLA","Physical Address State":"MI ","Physical Address Zipcode":"49965","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.5,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2613110","School District Name":"Ellsworth Community School","Physical Address Line 1":"9467 PARK ST","Physical Address Line 2":"","Physical Address City":"ELLSWORTH","Physical Address State":"MI ","Physical Address Zipcode":"49729","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12719298245614036,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2613090","School District Name":"Elkton-Pigeon-Bay Port Laker Schools","Physical Address Line 1":"6136 PIGEON RD","Physical Address Line 2":"","Physical Address City":"PIGEON","Physical Address State":"MI ","Physical Address Zipcode":"48755","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11194833153928956,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2613050","School District Name":"Elk Rapids Schools","Physical Address Line 1":"707 EAST 3RD ST","Physical Address Line 2":"","Physical Address City":"ELK RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49629","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09438775510204081,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2612990","School District Name":"Edwardsburg Public Schools","Physical Address Line 1":"27145 US HIGHWAY 12","Physical Address Line 2":"","Physical Address City":"EDWARDSBURG","Physical Address State":"MI ","Physical Address Zipcode":"49112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08618391825855176,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2612960","School District Name":"Montabella Community Schools","Physical Address Line 1":"1390 E NORTH COUNTY LINE RD","Physical Address Line 2":"","Physical Address City":"BLANCHARD","Physical Address State":"MI ","Physical Address Zipcode":"49310","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1950439648281375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2612930","School District Name":"Ecorse Public Schools","Physical Address Line 1":"27225 W Outer Dr","Physical Address Line 2":"","Physical Address City":"Ecorse","Physical Address State":"MI ","Physical Address Zipcode":"48229","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3907103825136612,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2612810","School District Name":"Eau Claire Public Schools","Physical Address Line 1":"6190 West Main Street","Physical Address Line 2":"","Physical Address City":"Eau Claire","Physical Address State":"MI ","Physical Address Zipcode":"49111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23591549295774647,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2612690","School District Name":"Eaton Rapids Public Schools","Physical Address Line 1":"912 GREYHOUND DR","Physical Address Line 2":"","Physical Address City":"EATON RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"48827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08599670510708401,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2612660","School District Name":"Easton Township S/D #6","Physical Address Line 1":"1779 HAYNOR RD","Physical Address Line 2":"","Physical Address City":"IONIA","Physical Address State":"MI ","Physical Address Zipcode":"48846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10344827586206896,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2612600","School District Name":"East Lansing School District","Physical Address Line 1":"509 Burcham Dr","Physical Address Line 2":"","Physical Address City":"East Lansing","Physical Address State":"MI ","Physical Address Zipcode":"48823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09742300439974859,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2612560","School District Name":"East Jordan Public Schools","Physical Address Line 1":"304 4TH ST","Physical Address Line 2":"","Physical Address City":"EAST JORDAN","Physical Address State":"MI ","Physical Address Zipcode":"49727","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1695736434108527,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2612540","School District Name":"East Jackson Community Schools","Physical Address Line 1":"1404 NORTH SUTTON RD","Physical Address Line 2":"","Physical Address City":"JACKSON","Physical Address State":"MI ","Physical Address Zipcode":"49202","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.20295489891135304,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2612480","School District Name":"East Grand Rapids Public Schools","Physical Address Line 1":"2915 HALL ST SE","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01569746699964324,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2612450","School District Name":"Eastpointe Community Schools","Physical Address Line 1":"24685 Kelly Rd","Physical Address Line 2":"","Physical Address City":"Eastpointe","Physical Address State":"MI ","Physical Address Zipcode":"48021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20592134334953602,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2612420","School District Name":"East China School District","Physical Address Line 1":"1585 MEISNER RD","Physical Address Line 2":"","Physical Address City":"EAST CHINA","Physical Address State":"MI ","Physical Address Zipcode":"48054","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10749615300065948,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2612330","School District Name":"Durand Area Schools","Physical Address Line 1":"310 NORTH SAGINAW ST","Physical Address Line 2":"","Physical Address City":"DURAND","Physical Address State":"MI ","Physical Address Zipcode":"48429","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14977404777275663,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2612300","School District Name":"Dundee Community Schools","Physical Address Line 1":"420 YPSILANTI ST","Physical Address Line 2":"","Physical Address City":"DUNDEE","Physical Address State":"MI ","Physical Address Zipcode":"48131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0786593707250342,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2612240","School District Name":"Dryden Community Schools","Physical Address Line 1":"3866 ROCHESTER RD","Physical Address Line 2":"","Physical Address City":"DRYDEN","Physical Address State":"MI ","Physical Address Zipcode":"48428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06499261447562776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2612150","School District Name":"Dowagiac Union School District","Physical Address Line 1":"243 S Front St","Physical Address Line 2":"","Physical Address City":"Dowagiac","Physical Address State":"MI ","Physical Address Zipcode":"49047","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19584055459272098,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2612030","School District Name":"Dexter Community School District","Physical Address Line 1":"2704 BAKER RD","Physical Address Line 2":"","Physical Address City":"DEXTER","Physical Address State":"MI ","Physical Address Zipcode":"48130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0350383631713555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2611970","School District Name":"DeTour Area Schools","Physical Address Line 1":"202 SOUTH DIVISION ST","Physical Address Line 2":"","Physical Address City":"DE TOUR VILLAGE","Physical Address State":"MI ","Physical Address Zipcode":"49725","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13425925925925927,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2611910","School District Name":"Delton Kellogg Schools","Physical Address Line 1":"327 NORTH GROVE ST","Physical Address Line 2":"","Physical Address City":"DELTON","Physical Address State":"MI ","Physical Address Zipcode":"49046","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10141643059490085,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2611700","School District Name":"Deckerville Community School District","Physical Address Line 1":"2633 BLACK RIVER ST","Physical Address Line 2":"","Physical Address City":"DECKERVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48427","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22278056951423786,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2611670","School District Name":"Decatur Public Schools","Physical Address Line 1":"110 CEDAR ST","Physical Address Line 2":"","Physical Address City":"DECATUR","Physical Address State":"MI ","Physical Address Zipcode":"49045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15027027027027026,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2611640","School District Name":"Westwood Community School District","Physical Address Line 1":"3335 SOUTH BEECH DALY ST","Physical Address Line 2":"","Physical Address City":"DEARBORN HEIGHTS","Physical Address State":"MI ","Physical Address Zipcode":"48125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.361024575977847,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2611610","School District Name":"Dearborn Heights School District #7","Physical Address Line 1":"20629 ANNAPOLIS ST","Physical Address Line 2":"","Physical Address City":"DEARBORN HEIGHTS","Physical Address State":"MI ","Physical Address Zipcode":"48125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.25956144824069355,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2611600","School District Name":"Dearborn City School District","Physical Address Line 1":"18700 AUDETTE ST","Physical Address Line 2":"","Physical Address City":"DEARBORN","Physical Address State":"MI ","Physical Address Zipcode":"48124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3323962046287464,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2611550","School District Name":"DeWitt Public Schools","Physical Address Line 1":"2957 WEST HERBISON RD","Physical Address Line 2":"","Physical Address City":"DEWITT","Physical Address State":"MI ","Physical Address Zipcode":"48820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03342428376534789,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2611430","School District Name":"Davison Community Schools","Physical Address Line 1":"1490 NORTH OAK RD","Physical Address Line 2":"","Physical Address City":"DAVISON","Physical Address State":"MI ","Physical Address Zipcode":"48423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11535303776683087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2611400","School District Name":"Dansville Schools","Physical Address Line 1":"1264 ADAMS ST","Physical Address Line 2":"","Physical Address City":"DANSVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48819","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05263157894736842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2611190","School District Name":"Forest Park School District","Physical Address Line 1":"801 FOREST PKWY","Physical Address Line 2":"","Physical Address City":"CRYSTAL FALLS","Physical Address State":"MI ","Physical Address Zipcode":"49920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1568627450980392,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2611140","School District Name":"Croswell-Lexington Community Schools","Physical Address Line 1":"5407 PECK RD","Physical Address Line 2":"","Physical Address City":"CROSWELL","Physical Address State":"MI ","Physical Address Zipcode":"48422","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16737188528443817,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2611030","School District Name":"Crawford AuSable Schools","Physical Address Line 1":"1135 NORTH OLD 27","Physical Address Line 2":"","Physical Address City":"GRAYLING","Physical Address State":"MI ","Physical Address Zipcode":"49738","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.21717485998755445,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2610980","School District Name":"Covert Public Schools","Physical Address Line 1":"35323 M 140 HWY","Physical Address Line 2":"","Physical Address City":"COVERT","Physical Address State":"MI ","Physical Address Zipcode":"49043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23974763406940064,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2610860","School District Name":"Corunna Public Schools","Physical Address Line 1":"124 NORTH SHIAWASSEE ST","Physical Address Line 2":"","Physical Address City":"CORUNNA","Physical Address State":"MI ","Physical Address Zipcode":"48817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1667782987273945,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2610830","School District Name":"Coopersville Area Public School District","Physical Address Line 1":"198 EAST ST","Physical Address Line 2":"","Physical Address City":"COOPERSVILLE","Physical Address State":"MI ","Physical Address Zipcode":"49404","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06639765223771094,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2610750","School District Name":"Constantine Public School District","Physical Address Line 1":"1 FALCON DR","Physical Address Line 2":"","Physical Address City":"CONSTANTINE","Physical Address State":"MI ","Physical Address Zipcode":"49042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13206046141607,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2610650","School District Name":"Concord Community Schools","Physical Address Line 1":"405 SOUTH MAIN ST","Physical Address Line 2":"","Physical Address City":"CONCORD","Physical Address State":"MI ","Physical Address Zipcode":"49237","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11198208286674133,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2610620","School District Name":"Comstock Park Public Schools","Physical Address Line 1":"101 SCHOOL ST NE","Physical Address Line 2":"","Physical Address City":"COMSTOCK PARK","Physical Address State":"MI ","Physical Address Zipcode":"49321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1110285926476049,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2610590","School District Name":"Comstock Public Schools","Physical Address Line 1":"3010 GULL RD","Physical Address Line 2":"","Physical Address City":"KALAMAZOO","Physical Address State":"MI ","Physical Address Zipcode":"49048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.19153593578985773,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2610560","School District Name":"Fairview Area School District","Physical Address Line 1":"1879 EAST MILLER RD","Physical Address Line 2":"","Physical Address City":"FAIRVIEW","Physical Address State":"MI ","Physical Address Zipcode":"48621","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21983914209115282,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2610410","School District Name":"Colon Community School District","Physical Address Line 1":"400 DALLAS ST","Physical Address Line 2":"","Physical Address City":"COLON","Physical Address State":"MI ","Physical Address Zipcode":"49040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18503538928210314,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2610380","School District Name":"Coloma Community Schools","Physical Address Line 1":"302 St Joseph Street","Physical Address Line 2":"","Physical Address City":"COLOMA","Physical Address State":"MI ","Physical Address Zipcode":"49038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18017414601473544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2610230","School District Name":"Colfax Township S/D #1F","Physical Address Line 1":"1509 NORTH VAN DYKE RD","Physical Address Line 2":"","Physical Address City":"BAD AXE","Physical Address State":"MI ","Physical Address Zipcode":"48413","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09523809523809523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2610200","School District Name":"Coleman Community Schools","Physical Address Line 1":"991 EAST RAILWAY ST","Physical Address Line 2":"","Physical Address City":"COLEMAN","Physical Address State":"MI ","Physical Address Zipcode":"48618","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16790648246546228,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2610140","School District Name":"Coldwater Community Schools","Physical Address Line 1":"401 SAUK RIVER DR","Physical Address Line 2":"","Physical Address City":"COLDWATER","Physical Address State":"MI ","Physical Address Zipcode":"49036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1671134941912422,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2610110","School District Name":"Clio Area School District","Physical Address Line 1":"430 NORTH MILL ST","Physical Address Line 2":"","Physical Address City":"CLIO","Physical Address State":"MI ","Physical Address Zipcode":"48420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14202401372212692,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2610080","School District Name":"Clintondale Community Schools","Physical Address Line 1":"35100 LITTLE MACK AVE","Physical Address Line 2":"","Physical Address City":"CLINTON TOWNSHIP","Physical Address State":"MI ","Physical Address Zipcode":"48035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17385159010600706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2610050","School District Name":"Clinton Community Schools","Physical Address Line 1":"341 EAST MICHIGAN AVE","Physical Address Line 2":"","Physical Address City":"CLINTON","Physical Address State":"MI ","Physical Address Zipcode":"49236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08299595141700405,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2610020","School District Name":"Climax-Scotts Community Schools","Physical Address Line 1":"372 SOUTH MAIN ST","Physical Address Line 2":"","Physical Address City":"CLIMAX","Physical Address State":"MI ","Physical Address Zipcode":"49034","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08806818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2609930","School District Name":"Clawson Public Schools","Physical Address Line 1":"626 PHILLIPS AVE","Physical Address Line 2":"","Physical Address City":"CLAWSON","Physical Address State":"MI ","Physical Address Zipcode":"48017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06269113149847094,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2609900","School District Name":"Clarkston Community School District","Physical Address Line 1":"6389 CLARKSTON RD","Physical Address Line 2":"","Physical Address City":"CLARKSTON","Physical Address State":"MI ","Physical Address Zipcode":"48346","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05065176908752328,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2609840","School District Name":"Clarenceville School District","Physical Address Line 1":"20210 MIDDLEBELT RD","Physical Address Line 2":"","Physical Address City":"LIVONIA","Physical Address State":"MI ","Physical Address Zipcode":"48152","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18811234487263226,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2609750","School District Name":"Clare Public Schools","Physical Address Line 1":"201 EAST STATE ST","Physical Address Line 2":"","Physical Address City":"CLARE","Physical Address State":"MI ","Physical Address Zipcode":"48617","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18874172185430463,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2609630","School District Name":"Church School District","Physical Address Line 1":"2927 CROCKARD RD","Physical Address Line 2":"","Physical Address City":"BAD AXE","Physical Address State":"MI ","Physical Address Zipcode":"48413","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2609570","School District Name":"Chippewa Valley Schools","Physical Address Line 1":"19120 CASS AVE","Physical Address Line 2":"","Physical Address City":"CLINTON TOWNSHIP","Physical Address State":"MI ","Physical Address Zipcode":"48038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06771463119709795,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2609560","School District Name":"Chippewa Hills School District","Physical Address Line 1":"3226 ARTHUR RD","Physical Address Line 2":"","Physical Address City":"REMUS","Physical Address State":"MI ","Physical Address Zipcode":"49340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1789250353606789,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2609150","School District Name":"Chesaning Union Schools","Physical Address Line 1":"850 NORTH 4TH ST","Physical Address Line 2":"","Physical Address City":"CHESANING","Physical Address State":"MI ","Physical Address Zipcode":"48616","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1375878220140515,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2608940","School District Name":"Chelsea School District","Physical Address Line 1":"500 WASHINGTON ST","Physical Address Line 2":"","Physical Address City":"CHELSEA","Physical Address State":"MI ","Physical Address Zipcode":"48118","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03497555471981948,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2608910","School District Name":"Cheboygan Area Schools","Physical Address Line 1":"7461 N Straits Hwy","Physical Address Line 2":"","Physical Address City":"Cheboygan","Physical Address State":"MI ","Physical Address Zipcode":"49721","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20228091236494597,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2608880","School District Name":"Chassell Township School District","Physical Address Line 1":"41585 US HIGHWAY 41","Physical Address Line 2":"","Physical Address City":"CHASSELL","Physical Address State":"MI ","Physical Address Zipcode":"49916","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09294871794871795,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2608770","School District Name":"Charlotte Public Schools","Physical Address Line 1":"378 STATE ST","Physical Address Line 2":"","Physical Address City":"CHARLOTTE","Physical Address State":"MI ","Physical Address Zipcode":"48813","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10141661300708306,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2608730","School District Name":"Charlevoix Public Schools","Physical Address Line 1":"104 EAST SAINT MARYS DR","Physical Address Line 2":"","Physical Address City":"CHARLEVOIX","Physical Address State":"MI ","Physical Address Zipcode":"49720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10008857395925598,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2608670","School District Name":"Centreville Public Schools","Physical Address Line 1":"190 HOGAN ST","Physical Address Line 2":"","Physical Address City":"CENTREVILLE","Physical Address State":"MI ","Physical Address Zipcode":"49032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12395709177592372,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2608640","School District Name":"Central Montcalm Public Schools","Physical Address Line 1":"1480 SOUTH SHERIDAN RD","Physical Address Line 2":"","Physical Address City":"STANTON","Physical Address State":"MI ","Physical Address Zipcode":"48888","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19931662870159453,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2608610","School District Name":"Central Lake Public Schools","Physical Address Line 1":"8169 W State St","Physical Address Line 2":"","Physical Address City":"Central Lake","Physical Address State":"MI ","Physical Address Zipcode":"49622","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19220779220779222,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2608580","School District Name":"Center Line Public Schools","Physical Address Line 1":"26400 ARSENAL","Physical Address Line 2":"","Physical Address City":"CENTER LINE","Physical Address State":"MI ","Physical Address Zipcode":"48015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18451342867108475,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2608520","School District Name":"Cedar Springs Public Schools","Physical Address Line 1":"204 EAST MUSKEGON ST","Physical Address Line 2":"","Physical Address City":"CEDAR SPRINGS","Physical Address State":"MI ","Physical Address Zipcode":"49319","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08569242540168324,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2608430","School District Name":"Cassopolis Public Schools","Physical Address Line 1":"725 Center St","Physical Address Line 2":"","Physical Address City":"Cassopolis","Physical Address State":"MI ","Physical Address Zipcode":"49031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1646090534979424,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2608400","School District Name":"Cass City Public Schools","Physical Address Line 1":"4868 Seeger St","Physical Address Line 2":"","Physical Address City":"Cass City","Physical Address State":"MI ","Physical Address Zipcode":"48726","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17583333333333334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2608280","School District Name":"Caseville Public Schools","Physical Address Line 1":"6609 VINE ST","Physical Address Line 2":"","Physical Address City":"CASEVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48725","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1282051282051282,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2608160","School District Name":"Carsonville-Port Sanilac School District","Physical Address Line 1":"100 NORTH GOETZE RD","Physical Address Line 2":"","Physical Address City":"CARSONVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48419","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2011173184357542,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2608130","School District Name":"Carson City-Crystal Area Schools","Physical Address Line 1":"213 E Sherman St","Physical Address Line 2":"","Physical Address City":"CARSON CITY","Physical Address State":"MI ","Physical Address Zipcode":"48811","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16643059490084985,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2608070","School District Name":"Carrollton Public Schools","Physical Address Line 1":"3211 CARLA DR","Physical Address Line 2":"","Physical Address City":"SAGINAW","Physical Address State":"MI ","Physical Address Zipcode":"48604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.2414553472987872,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2608040","School District Name":"Caro Community Schools","Physical Address Line 1":"301 NORTH HOOPER ST","Physical Address Line 2":"","Physical Address City":"CARO","Physical Address State":"MI ","Physical Address Zipcode":"48723","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15112321307011573,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2608010","School District Name":"Carney-Nadeau Public Schools","Physical Address Line 1":"151 US 41","Physical Address Line 2":"","Physical Address City":"CARNEY","Physical Address State":"MI ","Physical Address Zipcode":"49812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15048543689320387,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2607890","School District Name":"Carman-Ainsworth Community Schools","Physical Address Line 1":"G3475 W Court St","Physical Address Line 2":"","Physical Address City":"Flint","Physical Address State":"MI ","Physical Address Zipcode":"48532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.27286652078774615,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2607800","School District Name":"Capac Community Schools","Physical Address Line 1":"541 N GLASSFORD ST","Physical Address Line 2":"","Physical Address City":"Capac","Physical Address State":"MI ","Physical Address Zipcode":"48014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1191879502292076,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2607710","School District Name":"Camden-Frontier School","Physical Address Line 1":"4971 WEST MONTGOMERY RD","Physical Address Line 2":"","Physical Address City":"CAMDEN","Physical Address State":"MI ","Physical Address Zipcode":"49232","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2949438202247191,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2607690","School District Name":"Public Schools of Calumet Laurium & Keweenaw","Physical Address Line 1":"57070 MINE ST","Physical Address Line 2":"","Physical Address City":"CALUMET","Physical Address State":"MI ","Physical Address Zipcode":"49913","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15828804347826086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2607620","School District Name":"Caledonia Community Schools","Physical Address Line 1":"9753 DUNCAN LAKE AVE SE","Physical Address Line 2":"","Physical Address City":"CALEDONIA","Physical Address State":"MI ","Physical Address Zipcode":"49316","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.038608305274971944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2607590","School District Name":"Cadillac Area Public Schools","Physical Address Line 1":"421 SOUTH MITCHELL ST","Physical Address Line 2":"","Physical Address City":"CADILLAC","Physical Address State":"MI ","Physical Address Zipcode":"49601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14405311778290994,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2607560","School District Name":"Byron Center Public Schools","Physical Address Line 1":"8542 BYRON CENTER AVE SW","Physical Address Line 2":"","Physical Address City":"BYRON CENTER","Physical Address State":"MI ","Physical Address Zipcode":"49315","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0445945945945946,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2607530","School District Name":"Byron Area Schools","Physical Address Line 1":"312 WEST MAPLE ST","Physical Address Line 2":"","Physical Address City":"BYRON","Physical Address State":"MI ","Physical Address Zipcode":"48418","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10849909584086799,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2607470","School District Name":"Burt Township School District","Physical Address Line 1":"27 Colwell St","Physical Address Line 2":"","Physical Address City":"GRAND MARAIS","Physical Address State":"MI ","Physical Address Zipcode":"49839","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3103448275862069,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2607410","School District Name":"Burr Oak Community School District","Physical Address Line 1":"326 EAST EAGLE ST","Physical Address Line 2":"","Physical Address City":"BURR OAK","Physical Address State":"MI ","Physical Address Zipcode":"49030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14779874213836477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2607320","School District Name":"Bullock Creek School District","Physical Address Line 1":"1420 SOUTH BADOUR RD","Physical Address Line 2":"","Physical Address City":"MIDLAND","Physical Address State":"MI ","Physical Address Zipcode":"48640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13024420788979335,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2607170","School District Name":"Buckley Community Schools","Physical Address Line 1":"305 S First Street","Physical Address Line 2":"","Physical Address City":"BUCKLEY","Physical Address State":"MI ","Physical Address Zipcode":"49620","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11313131313131314,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2607140","School District Name":"Buchanan Community Schools","Physical Address Line 1":"401 WEST CHICAGO ST","Physical Address Line 2":"","Physical Address City":"BUCHANAN","Physical Address State":"MI ","Physical Address Zipcode":"49107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1439954467842914,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2607080","School District Name":"Flat Rock Community Schools","Physical Address Line 1":"28639 DIVISION ST","Physical Address Line 2":"","Physical Address City":"FLAT ROCK","Physical Address State":"MI ","Physical Address Zipcode":"48134","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13624408206207259,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2607040","School District Name":"Brown City Community Schools","Physical Address Line 1":"4349 2ND ST","Physical Address Line 2":"","Physical Address City":"BROWN CITY","Physical Address State":"MI ","Physical Address Zipcode":"48416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21262458471760798,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2606990","School District Name":"Columbia School District","Physical Address Line 1":"11775 HEWITT RD","Physical Address Line 2":"","Physical Address City":"BROOKLYN","Physical Address State":"MI ","Physical Address Zipcode":"49230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.082122552116235,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2606960","School District Name":"Bronson Community School District","Physical Address Line 1":"501 E Chicago St","Physical Address Line 2":"","Physical Address City":"Bronson","Physical Address State":"MI ","Physical Address Zipcode":"49028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14099783080260303,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2606930","School District Name":"Britton Deerfield Schools","Physical Address Line 1":"201 COLLEGE AVE","Physical Address Line 2":"","Physical Address City":"BRITTON","Physical Address State":"MI ","Physical Address Zipcode":"49229","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07729468599033816,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2606900","School District Name":"Brimley Area Schools","Physical Address Line 1":"7134 SOUTH M 221","Physical Address Line 2":"","Physical Address City":"BRIMLEY","Physical Address State":"MI ","Physical Address Zipcode":"49715","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14634146341463414,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2606870","School District Name":"Brighton Area Schools","Physical Address Line 1":"125 S CHURCH ST","Physical Address Line 2":"","Physical Address City":"BRIGHTON","Physical Address State":"MI ","Physical Address Zipcode":"48116","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.03728407730460065,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2606840","School District Name":"Bridgman Public Schools","Physical Address Line 1":"9964 GAST RD","Physical Address Line 2":"","Physical Address City":"BRIDGMAN","Physical Address State":"MI ","Physical Address Zipcode":"49106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.14040114613180515,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2606780","School District Name":"Bridgeport-Spaulding Community School District","Physical Address Line 1":"4691 Bearcat Blvd","Physical Address Line 2":"","Physical Address City":"Bridgeport","Physical Address State":"MI ","Physical Address Zipcode":"48722","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.2866865163760102,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2606720","School District Name":"Breitung Township School District","Physical Address Line 1":"2000 WEST PYLE DR","Physical Address Line 2":"","Physical Address City":"KINGSFORD","Physical Address State":"MI ","Physical Address Zipcode":"49802","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1118508655126498,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2606630","School District Name":"Breckenridge Community Schools","Physical Address Line 1":"700 WRIGHT ST","Physical Address Line 2":"","Physical Address City":"BRECKENRIDGE","Physical Address State":"MI ","Physical Address Zipcode":"48615","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1664779161947905,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2606600","School District Name":"Brandywine Community Schools","Physical Address Line 1":"1830 S 3RD ST","Physical Address Line 2":"","Physical Address City":"NILES","Physical Address State":"MI ","Physical Address Zipcode":"49120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15861571737563085,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2606570","School District Name":"Brandon School District in the Counties of Oakland and Lapee","Physical Address Line 1":"1025 SOUTH ORTONVILLE RD","Physical Address Line 2":"","Physical Address City":"ORTONVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07348138471587198,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2606510","School District Name":"Boyne Falls Public School District","Physical Address Line 1":"1662 M75 S","Physical Address Line 2":"","Physical Address City":"BOYNE FALLS","Physical Address State":"MI ","Physical Address Zipcode":"49713","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1016949152542373,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2606500","School District Name":"Boyne City Public Schools","Physical Address Line 1":"321 SOUTH PARK ST","Physical Address Line 2":"","Physical Address City":"BOYNE CITY","Physical Address State":"MI ","Physical Address Zipcode":"49712","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09758281110116383,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2606300","School District Name":"Bois Blanc Pines School District","Physical Address Line 1":"100 SIOUX AVE","Physical Address Line 2":"","Physical Address City":"POINTE AUX PINS","Physical Address State":"MI ","Physical Address Zipcode":"49775","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2606270","School District Name":"Bloomingdale Public School District","Physical Address Line 1":"203 NORTH VAN BUREN ST","Physical Address Line 2":"","Physical Address City":"BLOOMINGDALE","Physical Address State":"MI ","Physical Address Zipcode":"49026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18707015130674004,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2606090","School District Name":"Bloomfield Hills Schools","Physical Address Line 1":"7273 Wing Lake Rd","Physical Address Line 2":"","Physical Address City":"Bloomfield Hills","Physical Address State":"MI ","Physical Address Zipcode":"48301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03476021886063727,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2606000","School District Name":"Blissfield Community Schools","Physical Address Line 1":"630 SOUTH LANE ST","Physical Address Line 2":"","Physical Address City":"BLISSFIELD","Physical Address State":"MI ","Physical Address Zipcode":"49228","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08541846419327007,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2605850","School District Name":"Birmingham Public Schools","Physical Address Line 1":"31301 Evergreen Rd","Physical Address Line 2":"","Physical Address City":"Beverly Hills","Physical Address State":"MI ","Physical Address Zipcode":"48025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.024559967253376995,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2605820","School District Name":"Birch Run Area Schools","Physical Address Line 1":"12450 CHURCH ST SUITE 2","Physical Address Line 2":"","Physical Address City":"BIRCH RUN","Physical Address State":"MI ","Physical Address Zipcode":"48415","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11396574440052701,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2605780","School District Name":"Big Rapids Public Schools","Physical Address Line 1":"21034 15 MILE RD","Physical Address Line 2":"","Physical Address City":"BIG RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13981160138820029,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2605690","School District Name":"Big Bay De Noc School District","Physical Address Line 1":"8928 OO 25 RD","Physical Address Line 2":"","Physical Address City":"COOKS","Physical Address State":"MI ","Physical Address Zipcode":"49817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22267206477732793,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2605430","School District Name":"Berrien Springs Public Schools","Physical Address Line 1":"1 SYLVESTER AVE","Physical Address Line 2":"","Physical Address City":"BERRIEN SPRINGS","Physical Address State":"MI ","Physical Address Zipcode":"49103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1838831800973499,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2605100","School District Name":"Berlin Township S/D #3","Physical Address Line 1":"6679 SOUTH STATE RD","Physical Address Line 2":"","Physical Address City":"IONIA","Physical Address State":"MI ","Physical Address Zipcode":"48846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13559322033898305,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2605010","School District Name":"Berkley School District","Physical Address Line 1":"14501 TALBOT ST","Physical Address Line 2":"","Physical Address City":"OAK PARK","Physical Address State":"MI ","Physical Address Zipcode":"48237","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04853412170485341,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2604950","School District Name":"Benzie County Central Schools","Physical Address Line 1":"9222 HOMESTEAD RD","Physical Address Line 2":"","Physical Address City":"BENZONIA","Physical Address State":"MI ","Physical Address Zipcode":"49616","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12582781456953643,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2604830","School District Name":"Benton Harbor Area Schools","Physical Address Line 1":"870 COLFAX AVE","Physical Address Line 2":"","Physical Address City":"BENTON HARBOR","Physical Address State":"MI ","Physical Address Zipcode":"49022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3991331045692613,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2604800","School District Name":"Bentley Community School District","Physical Address Line 1":"1170 NORTH BELSAY RD","Physical Address Line 2":"","Physical Address City":"BURTON","Physical Address State":"MI ","Physical Address Zipcode":"48509","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18607181719260066,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2604740","School District Name":"Bendle Public Schools","Physical Address Line 1":"3420 COLUMBINE AVE","Physical Address Line 2":"","Physical Address City":"BURTON","Physical Address State":"MI ","Physical Address Zipcode":"48529","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3074626865671642,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2604650","School District Name":"Bellevue Community Schools","Physical Address Line 1":"904 W CAPITAL AVE","Physical Address Line 2":"","Physical Address City":"BELLEVUE","Physical Address State":"MI ","Physical Address Zipcode":"49021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12485414235705951,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2604620","School District Name":"Bellaire Public Schools","Physical Address Line 1":"204 W Forest Home Ave","Physical Address Line 2":"","Physical Address City":"Bellaire","Physical Address State":"MI ","Physical Address Zipcode":"49615","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12719298245614036,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2604530","School District Name":"Belding Area School District","Physical Address Line 1":"850 Hall St","Physical Address Line 2":"","Physical Address City":"Belding","Physical Address State":"MI ","Physical Address Zipcode":"48809","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11458333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2604500","School District Name":"Beecher Community School District","Physical Address Line 1":"1386 Coldwater Road","Physical Address Line 2":"","Physical Address City":"FLINT","Physical Address State":"MI ","Physical Address Zipcode":"48505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.44498644986449865,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2604470","School District Name":"Bedford Public Schools","Physical Address Line 1":"1623 WEST STERNS RD","Physical Address Line 2":"","Physical Address City":"TEMPERANCE","Physical Address State":"MI ","Physical Address Zipcode":"48182","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05915267785771383,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2604440","School District Name":"Beaverton Schools","Physical Address Line 1":"468 SOUTH ROSS ST","Physical Address Line 2":"","Physical Address City":"BEAVERTON","Physical Address State":"MI ","Physical Address Zipcode":"48612","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2531734837799718,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2604350","School District Name":"Beaver Island Community School","Physical Address Line 1":"37895 KINGS HWY","Physical Address Line 2":"","Physical Address City":"BEAVER ISLAND","Physical Address State":"MI ","Physical Address Zipcode":"49782","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11290322580645161,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2604320","School District Name":"Bear Lake Schools","Physical Address Line 1":"7748 CODY ST","Physical Address Line 2":"","Physical Address City":"BEAR LAKE","Physical Address State":"MI ","Physical Address Zipcode":"49614","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18269230769230768,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2604290","School District Name":"Beal City Public Schools","Physical Address Line 1":"3117 Elias Rd","Physical Address Line 2":"","Physical Address City":"Mount Pleasant","Physical Address State":"MI ","Physical Address Zipcode":"48858","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14715189873417722,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2604260","School District Name":"Bay City School District","Physical Address Line 1":"910 NORTH WALNUT ST","Physical Address Line 2":"","Physical Address City":"BAY CITY","Physical Address State":"MI ","Physical Address Zipcode":"48706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16140929826264194,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2604170","School District Name":"Bath Community Schools","Physical Address Line 1":"6175 Clark Rd","Physical Address Line 2":"","Physical Address City":"Bath","Physical Address State":"MI ","Physical Address Zipcode":"48808","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10526315789473684,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2604020","School District Name":"Bark River-Harris School District","Physical Address Line 1":"W471 HWY US 2 41","Physical Address Line 2":"","Physical Address City":"HARRIS","Physical Address State":"MI ","Physical Address Zipcode":"49845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1364522417153996,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2603990","School District Name":"Baraga Area Schools","Physical Address Line 1":"210 Lyons St","Physical Address Line 2":"","Physical Address City":"Baraga","Physical Address State":"MI ","Physical Address Zipcode":"49908","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.148068669527897,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2603960","School District Name":"Bangor Township S/D #8","Physical Address Line 1":"29842 66TH ST","Physical Address Line 2":"","Physical Address City":"BANGOR","Physical Address State":"MI ","Physical Address Zipcode":"49013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23684210526315788,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2603900","School District Name":"Bangor Township Schools","Physical Address Line 1":"3359 EAST MIDLAND RD","Physical Address Line 2":"","Physical Address City":"BAY CITY","Physical Address State":"MI ","Physical Address Zipcode":"48706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17273221075502446,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2603870","School District Name":"Bangor Public Schools (Van Buren)","Physical Address Line 1":"801 WEST ARLINGTON ST","Physical Address Line 2":"","Physical Address City":"BANGOR","Physical Address State":"MI ","Physical Address Zipcode":"49013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22906793048973143,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2603810","School District Name":"Baldwin Community Schools","Physical Address Line 1":"525 4TH ST","Physical Address Line 2":"","Physical Address City":"BALDWIN","Physical Address State":"MI ","Physical Address Zipcode":"49304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3701226309921962,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2603690","School District Name":"Avondale School District","Physical Address Line 1":"2940 WAUKEGAN ST","Physical Address Line 2":"","Physical Address City":"AUBURN HILLS","Physical Address State":"MI ","Physical Address Zipcode":"48326","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06928281461434371,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2603660","School District Name":"AuTrain-Onota Public Schools","Physical Address Line 1":"8790 DEERTON RD","Physical Address Line 2":"","Physical Address City":"DEERTON","Physical Address State":"MI ","Physical Address Zipcode":"49822","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13636363636363635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2603600","School District Name":"Au Gres-Sims School District","Physical Address Line 1":"310 S COURT ST","Physical Address Line 2":"","Physical Address City":"AU GRES","Physical Address State":"MI ","Physical Address Zipcode":"48703","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22843822843822845,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2603570","School District Name":"Atlanta Community Schools","Physical Address Line 1":"10500 COUNTY ROAD 489","Physical Address Line 2":"","Physical Address City":"ATLANTA","Physical Address State":"MI ","Physical Address Zipcode":"49709","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.34838709677419355,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2603540","School District Name":"Atherton Community Schools","Physical Address Line 1":"3354 SOUTH GENESEE RD","Physical Address Line 2":"","Physical Address City":"BURTON","Physical Address State":"MI ","Physical Address Zipcode":"48519","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2283628779979145,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2603510","School District Name":"Athens Area Schools","Physical Address Line 1":"4320 K Dr S","Physical Address Line 2":"","Physical Address City":"East Leroy","Physical Address State":"MI ","Physical Address Zipcode":"49051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12005277044854881,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2603480","School District Name":"Ashley Community Schools","Physical Address Line 1":"104 NEW ST","Physical Address Line 2":"","Physical Address City":"ASHLEY","Physical Address State":"MI ","Physical Address Zipcode":"48806","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13636363636363635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2603270","School District Name":"Arvon Township School District","Physical Address Line 1":"21798 SKANEE RD","Physical Address Line 2":"","Physical Address City":"SKANEE","Physical Address State":"MI ","Physical Address Zipcode":"49962","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2603240","School District Name":"Armada Area Schools","Physical Address Line 1":"74500 BURK ST","Physical Address Line 2":"","Physical Address City":"ARMADA","Physical Address State":"MI ","Physical Address Zipcode":"48005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.038461538461538464,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2602820","School District Name":"Ann Arbor Public Schools","Physical Address Line 1":"2555 S STATE ST","Physical Address Line 2":"","Physical Address City":"ANN ARBOR","Physical Address State":"MI ","Physical Address Zipcode":"48104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06652058225074346,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2602790","School District Name":"Anchor Bay School District","Physical Address Line 1":"5201 COUNTY LINE RD","Physical Address Line 2":"","Physical Address City":"CASCO","Physical Address State":"MI ","Physical Address Zipcode":"48064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05693499920923612,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2602730","School District Name":"Alpena Public Schools","Physical Address Line 1":"2373 GORDON RD","Physical Address Line 2":"","Physical Address City":"ALPENA","Physical Address State":"MI ","Physical Address Zipcode":"49707","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1892704938581098,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2602670","School District Name":"Almont Community Schools","Physical Address Line 1":"4701 Howland Rd","Physical Address Line 2":"","Physical Address City":"ALMONT","Physical Address State":"MI ","Physical Address Zipcode":"48003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06276150627615062,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2602640","School District Name":"Alma Public Schools","Physical Address Line 1":"1500 PINE AVE","Physical Address Line 2":"","Physical Address City":"ALMA","Physical Address State":"MI ","Physical Address Zipcode":"48801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16515513126491646,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2602550","School District Name":"Allendale Public Schools","Physical Address Line 1":"10505 LEARNING LN","Physical Address Line 2":"","Physical Address City":"ALLENDALE","Physical Address State":"MI ","Physical Address Zipcode":"49401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05359937402190924,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2602520","School District Name":"Allen Park Public Schools","Physical Address Line 1":"9601 VINE AVE","Physical Address Line 2":"","Physical Address City":"ALLEN PARK","Physical Address State":"MI ","Physical Address Zipcode":"48101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2602220","School District Name":"Allegan Public Schools","Physical Address Line 1":"550 5TH ST","Physical Address Line 2":"","Physical Address City":"ALLEGAN","Physical Address State":"MI ","Physical Address Zipcode":"49010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10295616717635066,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2602190","School District Name":"Algonac Community School District","Physical Address Line 1":"5200 TAFT RD","Physical Address Line 2":"","Physical Address City":"CLAY","Physical Address State":"MI ","Physical Address Zipcode":"48001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14199890770071,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2602160","School District Name":"Alcona Community Schools","Physical Address Line 1":"51 NORTH BARLOW RD","Physical Address Line 2":"","Physical Address City":"LINCOLN","Physical Address State":"MI ","Physical Address Zipcode":"48742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22137404580152673,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2602040","School District Name":"Alba Public Schools","Physical Address Line 1":"5935 ELM ST","Physical Address Line 2":"","Physical Address City":"ALBA","Physical Address State":"MI ","Physical Address Zipcode":"49611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1791907514450867,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2602010","School District Name":"Akron-Fairgrove Schools","Physical Address Line 1":"2800 NORTH THOMAS RD","Physical Address Line 2":"","Physical Address City":"FAIRGROVE","Physical Address State":"MI ","Physical Address Zipcode":"48733","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13768115942028986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601980","School District Name":"Airport Community Schools","Physical Address Line 1":"11270 GRAFTON RD","Physical Address Line 2":"","Physical Address City":"CARLETON","Physical Address State":"MI ","Physical Address Zipcode":"48117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12067226890756302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2601950","School District Name":"Adrian Public Schools","Physical Address Line 1":"785 RIVERSIDE AVE STE 1","Physical Address Line 2":"","Physical Address City":"ADRIAN","Physical Address State":"MI ","Physical Address Zipcode":"49221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13344635504964883,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2601920","School District Name":"Addison Community Schools","Physical Address Line 1":"219 NORTH COMSTOCK ST","Physical Address Line 2":"","Physical Address City":"ADDISON","Physical Address State":"MI ","Physical Address Zipcode":"49220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11425959780621572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601890","School District Name":"Adams Township School District","Physical Address Line 1":"43084 GOODELL ST","Physical Address Line 2":"","Physical Address City":"PAINESDALE","Physical Address State":"MI ","Physical Address Zipcode":"49955","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08703703703703704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601138","School District Name":"Drive One Career Technical High School","Physical Address Line 1":"15900 COMMON RD","Physical Address Line 2":"","Physical Address City":"ROSEVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48066","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601137","School District Name":"Copper Island Academy","Physical Address Line 1":"52125 Industrial Dr N","Physical Address Line 2":"","Physical Address City":"Calumet","Physical Address State":"MI ","Physical Address Zipcode":"49913","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601136","School District Name":"Bridge Academy of Southwest Michigan","Physical Address Line 1":"499 W Main Street","Physical Address Line 2":"","Physical Address City":"Benton Harbor","Physical Address State":"MI ","Physical Address Zipcode":"49022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601135","School District Name":"New Dawn Academy of Warren","Physical Address Line 1":"8200 IRVING RD","Physical Address Line 2":"","Physical Address City":"STERLING HTS","Physical Address State":"MI ","Physical Address Zipcode":"48312","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601134","School District Name":"The Building Trades School","Physical Address Line 1":"34705 West 12 Mile Road 160","Physical Address Line 2":"","Physical Address City":"Farmington Hlls","Physical Address State":"MI ","Physical Address Zipcode":"48331","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601133","School District Name":"Fostering Leadership Academy","Physical Address Line 1":"26645 W 6 MILE RD","Physical Address Line 2":"","Physical Address City":"REDFORD","Physical Address State":"MI ","Physical Address Zipcode":"48240","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601132","School District Name":"Michigan Preparatory Virtual School","Physical Address Line 1":"3755 36TH ST SE","Physical Address Line 2":"STE 250","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49512","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601131","School District Name":"Center Line Preparatory Academy","Physical Address Line 1":"8155 RITTER","Physical Address Line 2":"","Physical Address City":"CENTER LINE","Physical Address State":"MI ","Physical Address Zipcode":"48015","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601130","School District Name":"Royal Academy of Michigan","Physical Address Line 1":"34540 W MICHIGAN AVE","Physical Address Line 2":"","Physical Address City":"WAYNE","Physical Address State":"MI ","Physical Address Zipcode":"48184","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601129","School District Name":"Sigma Academy for Leadership and Early Middle College","Physical Address Line 1":"53 CANDLER ST","Physical Address Line 2":"","Physical Address City":"HIGHLAND PARK","Physical Address State":"MI ","Physical Address Zipcode":"48203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601128","School District Name":"New Hope Public School Academy","Physical Address Line 1":"3145 RUSSELL ST","Physical Address Line 2":"","Physical Address City":"SAGINAW","Physical Address State":"MI ","Physical Address Zipcode":"48601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601127","School District Name":"Orchard Academy","Physical Address Line 1":"278 MACK AVE","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601125","School District Name":"Westfield Charter Academy","Physical Address Line 1":"27201 W CHICAGO","Physical Address Line 2":"","Physical Address City":"REDFORD","Physical Address State":"MI ","Physical Address Zipcode":"48239","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601124","School District Name":"Flint Cultural Center Academy","Physical Address Line 1":"1200 ROBERT T LONGWAY BLVD","Physical Address Line 2":"","Physical Address City":"FLINT","Physical Address State":"MI ","Physical Address Zipcode":"48503","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601123","School District Name":"Ivywood Classical Academy","Physical Address Line 1":"14356 GENOA CT","Physical Address Line 2":"","Physical Address City":"PLYMOUTH","Physical Address State":"MI ","Physical Address Zipcode":"48170","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601122","School District Name":"Flextech High School Shepherd","Physical Address Line 1":"380 W BLANCHARD RD","Physical Address Line 2":"","Physical Address City":"SHEPHERD","Physical Address State":"MI ","Physical Address Zipcode":"48883","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601121","School District Name":"The Woodley Leadership Academy","Physical Address Line 1":"1300 MALZAHN ST","Physical Address Line 2":"","Physical Address City":"SAGINAW","Physical Address State":"MI ","Physical Address Zipcode":"48602","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601120","School District Name":"Uplift Michigan Academy","Physical Address Line 1":"W526 DIVISION ST","Physical Address Line 2":"","Physical Address City":"STEPHENSON","Physical Address State":"MI ","Physical Address Zipcode":"49887","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601119","School District Name":"Old Mission Peninsula School","Physical Address Line 1":"2699 ISLAND VIEW RD","Physical Address Line 2":"","Physical Address City":"TRAVERSE CITY","Physical Address State":"MI ","Physical Address Zipcode":"49686","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601118","School District Name":"Lighthouse Connections Academy","Physical Address Line 1":"3150 LIVERNOIS RD","Physical Address Line 2":"STE 201","Physical Address City":"TROY","Physical Address State":"MI ","Physical Address Zipcode":"48083","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601117","School District Name":"Flex High School of Michigan","Physical Address Line 1":"4945 CLIO RD","Physical Address Line 2":"","Physical Address City":"FLINT","Physical Address State":"MI ","Physical Address Zipcode":"48504","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601116","School District Name":"Pembroke Academy","Physical Address Line 1":"19940 MANSFIELD ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601115","School District Name":"Distinctive College Prep.","Physical Address Line 1":"19360 Harper Avenue","Physical Address Line 2":"","Physical Address City":"Harper Woods","Physical Address State":"MI ","Physical Address Zipcode":"48225","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601114","School District Name":"Michigan International Prep School","Physical Address Line 1":"8989 E Colony Road","Physical Address Line 2":"","Physical Address City":"Elsie","Physical Address State":"MI ","Physical Address Zipcode":"48831","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601112","School District Name":"Michigan Online School","Physical Address Line 1":"209 S STATE ST","Physical Address Line 2":"","Physical Address City":"GOBLES","Physical Address State":"MI ","Physical Address Zipcode":"49055","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601111","School District Name":"Francis Street Primary School","Physical Address Line 1":"1320 S MARTIN LUTHER KING JR DR","Physical Address Line 2":"","Physical Address City":"JACKSON","Physical Address State":"MI ","Physical Address Zipcode":"49203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601110","School District Name":"Inkster Preparatory Academy","Physical Address Line 1":"27355 Woodsfield Street","Physical Address Line 2":"","Physical Address City":"Wixom","Physical Address State":"MI ","Physical Address Zipcode":"48141","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601108","School District Name":"Livingston Classical Academy","Physical Address Line 1":"8877 Main Street","Physical Address Line 2":"","Physical Address City":"Whitmore Lake","Physical Address State":"MI ","Physical Address Zipcode":"48189","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601107","School District Name":"Highpoint Virtual Academy of Michigan","Physical Address Line 1":"210 E Mesick Avenue","Physical Address Line 2":"","Physical Address City":"Mesick","Physical Address State":"MI ","Physical Address Zipcode":"49668","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601106","School District Name":"Saginaw Covenant Academy","Physical Address Line 1":"508 S WASHINGTON AVE","Physical Address Line 2":"","Physical Address City":"SAGINAW","Physical Address State":"MI ","Physical Address Zipcode":"48607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601104","School District Name":"Success Virtual Learning Centers of Michigan","Physical Address Line 1":"7188 Avenue B","Physical Address Line 2":"","Physical Address City":"Vestaburg","Physical Address State":"MI ","Physical Address Zipcode":"48891","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601103","School District Name":"Detroit Public Schools Community District","Physical Address Line 1":"3011 W GRAND BLVD","Physical Address Line 2":"STE 1400","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48202","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.4063217200381126,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601101","School District Name":"Cornerstone Jefferson-Douglass Academy","Physical Address Line 1":"6861 E NEVADA ST","Physical Address Line 2":"STE 3","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48234","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601100","School District Name":"Keys Grace Academy","Physical Address Line 1":"27321 Hampden","Physical Address Line 2":"","Physical Address City":"Madison Heights","Physical Address State":"MI ","Physical Address Zipcode":"48071","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601099","School District Name":"Kalamazoo Covenant Academy","Physical Address Line 1":"400 W Crosstown Parkway","Physical Address Line 2":"","Physical Address City":"Kalamazoo","Physical Address State":"MI ","Physical Address Zipcode":"49001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601098","School District Name":"Augusta Academy","Physical Address Line 1":"600 West Michigan","Physical Address Line 2":"","Physical Address City":"Augusta","Physical Address State":"MI ","Physical Address Zipcode":"49012","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601097","School District Name":"Gateway To Success Academy","Physical Address Line 1":"526 N SCOTTVILLE RD","Physical Address Line 2":"","Physical Address City":"SCOTTVILLE","Physical Address State":"MI ","Physical Address Zipcode":"49454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601096","School District Name":"Light of the World Academy","Physical Address Line 1":"550 E Hamburg","Physical Address Line 2":"","Physical Address City":"Pinckney","Physical Address State":"MI ","Physical Address Zipcode":"48169","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601095","School District Name":"Grand River Preparatory High School","Physical Address Line 1":"650 52nd Street","Physical Address Line 2":"","Physical Address City":"Kentwood","Physical Address State":"MI ","Physical Address Zipcode":"49548","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601093","School District Name":"Lake Superior Academy","Physical Address Line 1":"8936 S MACKINAC TRL","Physical Address Line 2":"","Physical Address City":"SAULT S MARIE","Physical Address State":"MI ","Physical Address Zipcode":"49783","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601092","School District Name":"Alternative Educational Academy of Ogemaw County","Physical Address Line 1":"2389 S M 76","Physical Address Line 2":"","Physical Address City":"West Branch","Physical Address State":"MI ","Physical Address Zipcode":"48661","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601090","School District Name":"East Shore Leadership Academy","Physical Address Line 1":"1403 7th St","Physical Address Line 2":"","Physical Address City":"Port Huron","Physical Address State":"MI ","Physical Address Zipcode":"48060","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601089","School District Name":"New School High","Physical Address Line 1":"46250 Ann Arbor Road","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"MI ","Physical Address Zipcode":"48170","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601088","School District Name":"Muskegon Covenant Academy","Physical Address Line 1":"125 Catherine Ave","Physical Address Line 2":"","Physical Address City":"Muskegon","Physical Address State":"MI ","Physical Address Zipcode":"49442","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601083","School District Name":"Eagle's Nest Academy","Physical Address Line 1":"5005 Cloverlawn Dr","Physical Address Line 2":"","Physical Address City":"Flint","Physical Address State":"MI ","Physical Address Zipcode":"48504","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601082","School District Name":"Grand River Academy","Physical Address Line 1":"28111 8 Mile Rd","Physical Address Line 2":"","Physical Address City":"Livonia","Physical Address State":"MI ","Physical Address Zipcode":"48152","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601080","School District Name":"Canton Preparatory High School","Physical Address Line 1":"46610 Cherry Hill Rd","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"MI ","Physical Address Zipcode":"48187","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601077","School District Name":"Insight School of Michigan","Physical Address Line 1":"6512 Centurion Dr Ste 320","Physical Address Line 2":"","Physical Address City":"Lansing","Physical Address State":"MI ","Physical Address Zipcode":"48917","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601076","School District Name":"Pathways Academy","Physical Address Line 1":"11340 E Jefferson Ave","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601075","School District Name":"New Paradigm College Prep","Physical Address Line 1":"4001 29TH ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48210","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601074","School District Name":"WAY Michigan","Physical Address Line 1":"407 E Fort St","Physical Address Line 2":"Suite 201","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48226","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601072","School District Name":"Blended Learning Academies Credit Recovery High School","Physical Address Line 1":"1754 E Clark Rd","Physical Address Line 2":"","Physical Address City":"Lansing","Physical Address State":"MI ","Physical Address Zipcode":"48906","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601071","School District Name":"Innocademy Allegan Campus","Physical Address Line 1":"2611 56th St","Physical Address Line 2":"","Physical Address City":"Fennville","Physical Address State":"MI ","Physical Address Zipcode":"49408","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601070","School District Name":"Michigan Great Lakes Virtual Academy","Physical Address Line 1":"1309 MADISON RD","Physical Address Line 2":"","Physical Address City":"MANISTEE","Physical Address State":"MI ","Physical Address Zipcode":"49660","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601068","School District Name":"Oakside Scholars Charter Academy","Physical Address Line 1":"355 Summit Dr","Physical Address Line 2":"","Physical Address City":"Waterford","Physical Address State":"MI ","Physical Address Zipcode":"48328","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601067","School District Name":"Muskegon Montessori Academy for Environmental Change","Physical Address Line 1":"2950 Mccracken St","Physical Address Line 2":"","Physical Address City":"Muskegon","Physical Address State":"MI ","Physical Address Zipcode":"49441","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601066","School District Name":"Covenant House Academy Grand Rapids","Physical Address Line 1":"50 Antoine St SW","Physical Address Line 2":"","Physical Address City":"Grand Rapids","Physical Address State":"MI ","Physical Address Zipcode":"49507","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601064","School District Name":"Global Tech Academy","Physical Address Line 1":"1715 E Forest Ave","Physical Address Line 2":"","Physical Address City":"Ypsilanti","Physical Address State":"MI ","Physical Address Zipcode":"48198","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601063","School District Name":"Lakeside Charter School - Kalamazoo","Physical Address Line 1":"3921 Oakland Dr","Physical Address Line 2":"","Physical Address City":"Kalamazoo","Physical Address State":"MI ","Physical Address Zipcode":"49008","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601062","School District Name":"Detroit Public Safety Academy","Physical Address Line 1":"1250 Rosa Parks Blvd","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48216","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601061","School District Name":"Taylor Preparatory High School","Physical Address Line 1":"9540 Telegraph Rd","Physical Address Line 2":"","Physical Address City":"Taylor","Physical Address State":"MI ","Physical Address Zipcode":"48180","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601058","School District Name":"LifeTech Academy","Physical Address Line 1":"3101 TECHNOLOGY BLVD","Physical Address Line 2":"STE A","Physical Address City":"LANSING","Physical Address State":"MI ","Physical Address Zipcode":"48910","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601056","School District Name":"WAY Academy - Flint","Physical Address Line 1":"817 E Kearsley St","Physical Address Line 2":"","Physical Address City":"Flint","Physical Address State":"MI ","Physical Address Zipcode":"48503","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601055","School District Name":"Battle Creek Montessori Academy","Physical Address Line 1":"399 20th St N","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"MI ","Physical Address Zipcode":"49037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601053","School District Name":"Waterford Montessori Academy","Physical Address Line 1":"4860 Midland Ave","Physical Address Line 2":"","Physical Address City":"Waterford","Physical Address State":"MI ","Physical Address Zipcode":"48329","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601051","School District Name":"The James and Grace Lee Boggs School","Physical Address Line 1":"7600 GOETHE ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601050","School District Name":"Great Lakes Learning Academy","Physical Address Line 1":"2875 EYDE PKWY","Physical Address Line 2":"STE 200","Physical Address City":"EAST LANSING","Physical Address State":"MI ","Physical Address Zipcode":"48823","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601048","School District Name":"Detroit Achievement Academy","Physical Address Line 1":"7000 Outer Drive","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601047","School District Name":"Rising Stars Academy","Physical Address Line 1":"23855 Lawrence","Physical Address Line 2":"","Physical Address City":"Center Line","Physical Address State":"MI ","Physical Address Zipcode":"48015","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601046","School District Name":"Kingsbury Country Day School","Physical Address Line 1":"5000 Hosner Rd","Physical Address Line 2":"","Physical Address City":"Oxford","Physical Address State":"MI ","Physical Address Zipcode":"48370","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601045","School District Name":"Momentum Academy","Physical Address Line 1":"60 S LYNN AVE","Physical Address Line 2":"","Physical Address City":"WATERFORD","Physical Address State":"MI ","Physical Address Zipcode":"48328","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601044","School District Name":"Jackson Preparatory & Early College","Physical Address Line 1":"2111 Emmons Rd","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"MI ","Physical Address Zipcode":"49201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601043","School District Name":"Oakland FlexTech High School","Physical Address Line 1":"23801 Industrial Park Drive","Physical Address Line 2":"","Physical Address City":"Farmington Hills","Physical Address State":"MI ","Physical Address Zipcode":"48335","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601042","School District Name":"Branch Line School","Physical Address Line 1":"16360 Hubbard St","Physical Address Line 2":"","Physical Address City":"Livonia","Physical Address State":"MI ","Physical Address Zipcode":"48154","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601041","School District Name":"Oakland County Academy of Media & Technology","Physical Address Line 1":"48980 Woodward Ave","Physical Address Line 2":"","Physical Address City":"Pontiac","Physical Address State":"MI ","Physical Address Zipcode":"48342","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601040","School District Name":"ICademy Global","Physical Address Line 1":"8485 Homestead Dr","Physical Address Line 2":"","Physical Address City":"Zeeland","Physical Address State":"MI ","Physical Address Zipcode":"49464","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601039","School District Name":"Genesee STEM Academy","Physical Address Line 1":"5240 Calkins Road","Physical Address Line 2":"","Physical Address City":"Flint","Physical Address State":"MI ","Physical Address Zipcode":"48532","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601037","School District Name":"Greater Heights Academy","Physical Address Line 1":"3196 W Pasadena Ave","Physical Address Line 2":"","Physical Address City":"Flint","Physical Address State":"MI ","Physical Address Zipcode":"48504","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601036","School District Name":"Tipton Academy","Physical Address Line 1":"1615 Belton St","Physical Address Line 2":"","Physical Address City":"Garden City","Physical Address State":"MI ","Physical Address Zipcode":"48135","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601035","School District Name":"Macomb Montessori Academy","Physical Address Line 1":"14057 East Nine Mile Road","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"MI ","Physical Address Zipcode":"48089","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601034","School District Name":"Alternative Educational Academy of Iosco County","Physical Address Line 1":"1230 East US 23","Physical Address Line 2":"","Physical Address City":"East Tawas","Physical Address State":"MI ","Physical Address Zipcode":"48730","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601033","School District Name":"MacDowell Preparatory Academy","Physical Address Line 1":"4201 West Outer Drive","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601032","School District Name":"Escuela Avancemos","Physical Address Line 1":"2635 HOWARD ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48216","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601031","School District Name":"River City Scholars Charter Academy","Physical Address Line 1":"944 Evergreen Street","Physical Address Line 2":"","Physical Address City":"Grand Rapids","Physical Address State":"MI ","Physical Address Zipcode":"49507","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601030","School District Name":"Cornerstone Health and Technology School","Physical Address Line 1":"17351 Southfield Road","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601029","School District Name":"Muskegon Heights Public School Academy System","Physical Address Line 1":"2441 Sanford Street","Physical Address Line 2":"","Physical Address City":"Muskegon Heights","Physical Address State":"MI ","Physical Address Zipcode":"49444","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601028","School District Name":"Charlton Heston Academy","Physical Address Line 1":"1350 N Saint Helen Rd","Physical Address Line 2":"","Physical Address City":"Saint Helen","Physical Address State":"MI ","Physical Address Zipcode":"48656","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2601027","School District Name":"Faxon Academy","Physical Address Line 1":"26275 NORTHWESTERN HWY","Physical Address Line 2":"","Physical Address City":"SOUTHFIELD","Physical Address State":"MI ","Physical Address Zipcode":"48076","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601023","School District Name":"W-A-Y Academy","Physical Address Line 1":"8701 West Vernor Highway","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48209","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601021","School District Name":"South Pointe Scholars Charter Academy","Physical Address Line 1":"10550 Geddes Road","Physical Address Line 2":"","Physical Address City":"Ypsilanti","Physical Address State":"MI ","Physical Address Zipcode":"48198","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601020","School District Name":"Plymouth Scholars Charter Academy","Physical Address Line 1":"48484 N Territorial Road","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"MI ","Physical Address Zipcode":"48170","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601019","School District Name":"NexTech High School of Lansing","Physical Address Line 1":"2175 University Park Drive","Physical Address Line 2":"","Physical Address City":"Okemos","Physical Address State":"MI ","Physical Address Zipcode":"48864","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601018","School District Name":"The New Standard Academy","Physical Address Line 1":"2040 W Carpenter","Physical Address Line 2":"","Physical Address City":"Flint","Physical Address State":"MI ","Physical Address Zipcode":"48505","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601017","School District Name":"NexTech High School","Physical Address Line 1":"801 Broadway Ave NW","Physical Address Line 2":"","Physical Address City":"Grand Rapids","Physical Address State":"MI ","Physical Address Zipcode":"49504","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601016","School District Name":"Caniff Liberty Academy","Physical Address Line 1":"2650 Caniff Street","Physical Address Line 2":"","Physical Address City":"Hamtramck","Physical Address State":"MI ","Physical Address Zipcode":"48212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601014","School District Name":"Highland Park Public School Academy System","Physical Address Line 1":"15900 Woodward Ave","Physical Address Line 2":"","Physical Address City":"Highland Park","Physical Address State":"MI ","Physical Address Zipcode":"48203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601013","School District Name":"Capstone Academy Charter School (SDA)","Physical Address Line 1":"3500 John R Street","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601012","School District Name":"Rutherford Winans Academy","Physical Address Line 1":"16411 Curtis","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601011","School District Name":"Innocademy","Physical Address Line 1":"8485 Homestead Dr","Physical Address Line 2":"","Physical Address City":"Zeeland","Physical Address State":"MI ","Physical Address Zipcode":"49464","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601010","School District Name":"Michigan Educational Choice Center","Physical Address Line 1":"20045 JOANN ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601008","School District Name":"Madison-Carver Academy","Physical Address Line 1":"19900 Mcintyre St","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48219","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601006","School District Name":"WSC Academy","Physical Address Line 1":"855 Jefferson","Physical Address Line 2":"","Physical Address City":"Ypsilanti","Physical Address State":"MI ","Physical Address Zipcode":"48197","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601003","School District Name":"Detroit Innovation Academy","Physical Address Line 1":"18211 Plymouth Rd","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48228","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2601000","School District Name":"Bay City Academy","Physical Address Line 1":"301 North Farragut Street","Physical Address Line 2":"","Physical Address City":"Bay City","Physical Address State":"MI ","Physical Address Zipcode":"48708","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600998","School District Name":"New Paradigm Glazer-Loving Academy","Physical Address Line 1":"1000 Lynn St","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48211","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600997","School District Name":"South Canton Scholars Charter Academy","Physical Address Line 1":"3085 South Canton Center Road","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"MI ","Physical Address Zipcode":"48188","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600996","School District Name":"East Arbor Charter Academy","Physical Address Line 1":"6885 Merritt Road","Physical Address Line 2":"","Physical Address City":"Ypsilanti","Physical Address State":"MI ","Physical Address Zipcode":"48197","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600995","School District Name":"Noor International Academy","Physical Address Line 1":"37412 DEQUINDRE RD","Physical Address Line 2":"","Physical Address City":"STERLING HEIGHTS","Physical Address State":"MI ","Physical Address Zipcode":"48310","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600993","School District Name":"Jalen Rose Leadership Academy","Physical Address Line 1":"15000 Trojan Street","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600992","School District Name":"Blue Water Middle College","Physical Address Line 1":"323 Erie Street","Physical Address Line 2":"","Physical Address City":"Port Huron","Physical Address State":"MI ","Physical Address Zipcode":"48060","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600990","School District Name":"Forest Academy","Physical Address Line 1":"5196 COMSTOCK AVE","Physical Address Line 2":"","Physical Address City":"KALAMAZOO","Physical Address State":"MI ","Physical Address Zipcode":"49048","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600989","School District Name":"Arbor Preparatory High School","Physical Address Line 1":"6800 Hitchingham Road","Physical Address Line 2":"","Physical Address City":"Ypsilanti","Physical Address State":"MI ","Physical Address Zipcode":"48197","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600988","School District Name":"Hope Academy of West Michigan","Physical Address Line 1":"240 Brown Street SE","Physical Address Line 2":"","Physical Address City":"Grand Rapids","Physical Address State":"MI ","Physical Address Zipcode":"49507","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600986","School District Name":"American International Academy","Physical Address Line 1":"300 Henry Ruff Road","Physical Address Line 2":"","Physical Address City":"Westland","Physical Address State":"MI ","Physical Address Zipcode":"48186","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600985","School District Name":"Regent Park Scholars Charter Academy","Physical Address Line 1":"15865 East Seven Mile Road","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600984","School District Name":"FlexTech High School","Physical Address Line 1":"7707 Conference Center Road","Physical Address Line 2":"","Physical Address City":"Brighton","Physical Address State":"MI ","Physical Address Zipcode":"48114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600983","School District Name":"The Greenspire School","Physical Address Line 1":"1026 Red Drive","Physical Address Line 2":"","Physical Address City":"Traverse City","Physical Address State":"MI ","Physical Address Zipcode":"49684","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600982","School District Name":"Relevant Academy of Eaton County","Physical Address Line 1":"220 LAMSON ST","Physical Address Line 2":"","Physical Address City":"GRAND LEDGE","Physical Address State":"MI ","Physical Address Zipcode":"48837","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600981","School District Name":"Wellspring Preparatory High School","Physical Address Line 1":"1031 PAGE NE","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49505","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600980","School District Name":"DeTour Arts and Technology Academy","Physical Address Line 1":"202 DIVISION ST","Physical Address Line 2":"","Physical Address City":"DE TOUR VLG","Physical Address State":"MI ","Physical Address Zipcode":"49725","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600979","School District Name":"Legacy Charter Academy","Physical Address Line 1":"4900 E Hildale St","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48234","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600977","School District Name":"West Michigan Aviation Academy","Physical Address Line 1":"5363 44th Street SE","Physical Address Line 2":"","Physical Address City":"Grand Rapids","Physical Address State":"MI ","Physical Address Zipcode":"49512","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600974","School District Name":"Detroit Leadership Academy","Physical Address Line 1":"13550 Virgil","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48223","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600973","School District Name":"Global Heights Academy","Physical Address Line 1":"23713 Joy Road","Physical Address Line 2":"","Physical Address City":"Dearborn Heights","Physical Address State":"MI ","Physical Address Zipcode":"48127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600972","School District Name":"Michigan Virtual Charter Academy","Physical Address Line 1":"1620 E ELZA AVE","Physical Address Line 2":"","Physical Address City":"HAZEL PARK","Physical Address State":"MI ","Physical Address Zipcode":"48030","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600971","School District Name":"University Yes Academy","Physical Address Line 1":"14717 Curtis Street","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600970","School District Name":"Leelanau Montessori Public School Academy","Physical Address Line 1":"7401 E Duck Lake Road","Physical Address Line 2":"","Physical Address City":"Lake Leelanau","Physical Address State":"MI ","Physical Address Zipcode":"49653","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600969","School District Name":"Michigan Connections Academy","Physical Address Line 1":"3950 Heritage Ave","Physical Address Line 2":"","Physical Address City":"Okemos","Physical Address State":"MI ","Physical Address Zipcode":"48864","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600968","School District Name":"Virtual Learning Academy of St. Clair County","Physical Address Line 1":"499 RANGE RD","Physical Address Line 2":"","Physical Address City":"MARYSVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48040","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600967","School District Name":"Michigan Mathematics and Science Academy","Physical Address Line 1":"27300 Dequindre Road","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"MI ","Physical Address Zipcode":"48092","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600966","School District Name":"Three Lakes Academy","Physical Address Line 1":"W17540 MAIN ST","Physical Address Line 2":"","Physical Address City":"CURTIS","Physical Address State":"MI ","Physical Address Zipcode":"49820","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600965","School District Name":"Quest Charter Academy","Physical Address Line 1":"24745 VAN BORN RD","Physical Address Line 2":"","Physical Address City":"TAYLOR","Physical Address State":"MI ","Physical Address Zipcode":"48180","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600964","School District Name":"Four Corners Montessori Academy","Physical Address Line 1":"1075 EAST GARDENIA AVE","Physical Address Line 2":"","Physical Address City":"MADISON HEIGHTS","Physical Address State":"MI ","Physical Address Zipcode":"48071","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600963","School District Name":"Achieve Charter Academy","Physical Address Line 1":"3250 DENTON RD","Physical Address Line 2":"","Physical Address City":"CANTON","Physical Address State":"MI ","Physical Address Zipcode":"48188","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600961","School District Name":"University Preparatory Art & Design","Physical Address Line 1":"485 W Milwaukee St","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600960","School District Name":"Michigan Department of Community Health","Physical Address Line 1":"201 Townsend St","Physical Address Line 2":"","Physical Address City":"Lansing","Physical Address State":"MI ","Physical Address Zipcode":"48933","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600959","School District Name":"Lansing Charter Academy","Physical Address Line 1":"3300 EXPRESS CT","Physical Address Line 2":"","Physical Address City":"LANSING","Physical Address State":"MI ","Physical Address Zipcode":"48910","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600958","School District Name":"Washington-Parks Academy","Physical Address Line 1":"11685 APPLETON","Physical Address Line 2":"","Physical Address City":"REDFORD","Physical Address State":"MI ","Physical Address Zipcode":"48239","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600956","School District Name":"University Preparatory Academy (PSAD)","Physical Address Line 1":"600 ANTOINETTE ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600955","School District Name":"Youth Advancement Academy","Physical Address Line 1":"6750 Chime St","Physical Address Line 2":"","Physical Address City":"Kalamazoo","Physical Address State":"MI ","Physical Address Zipcode":"49009","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600952","School District Name":"University Preparatory Science and Math (PSAD)","Physical Address Line 1":"5100 JOHN R ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600951","School District Name":"Vista Meadows Academy","Physical Address Line 1":"20651 WEST WARREN ST","Physical Address Line 2":"","Physical Address City":"DEARBORN HEIGHTS","Physical Address State":"MI ","Physical Address Zipcode":"48127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600950","School District Name":"Reach Charter Academy","Physical Address Line 1":"25275 CHIPPENDALE ST","Physical Address Line 2":"","Physical Address City":"ROSEVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48066","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600949","School District Name":"Lighthouse Academy","Physical Address Line 1":"3300 36TH ST SE","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49512","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600947","School District Name":"Clara B. Ford Academy (SDA)","Physical Address Line 1":"20651 WEST WARREN ST","Physical Address Line 2":"","Physical Address City":"DEARBORN HEIGHTS","Physical Address State":"MI ","Physical Address Zipcode":"48127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600946","School District Name":"International Academy of Saginaw","Physical Address Line 1":"1944 IOWA AVE","Physical Address Line 2":"","Physical Address City":"SAGINAW","Physical Address State":"MI ","Physical Address Zipcode":"48601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600945","School District Name":"Flagship Charter Academy","Physical Address Line 1":"13661 Wisconsin St","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48238","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600943","School District Name":"ACE Academy (SDA)","Physical Address Line 1":"330 GLENDALE ST","Physical Address Line 2":"","Physical Address City":"HIGHLAND PARK","Physical Address State":"MI ","Physical Address Zipcode":"48203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600333","School District Name":"David Ellis Academy West","Physical Address Line 1":"19800 BEECH DALY RD","Physical Address Line 2":"","Physical Address City":"REDFORD","Physical Address State":"MI ","Physical Address Zipcode":"48240","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600331","School District Name":"Taylor Exemplar Academy","Physical Address Line 1":"26727 GODDARD RD","Physical Address Line 2":"","Physical Address City":"TAYLOR","Physical Address State":"MI ","Physical Address Zipcode":"48180","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600330","School District Name":"Academic and Career Education Academy","Physical Address Line 1":"884 EAST ISABELLA RD","Physical Address Line 2":"","Physical Address City":"MIDLAND","Physical Address State":"MI ","Physical Address Zipcode":"48640","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600322","School District Name":"Covenant House Academy Detroit","Physical Address Line 1":"1450 25TH ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48216","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600318","School District Name":"Saginaw Learn to Earn Academy","Physical Address Line 1":"1000 Tuscola St","Physical Address Line 2":"","Physical Address City":"Saginaw","Physical Address State":"MI ","Physical Address Zipcode":"48607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600317","School District Name":"Madison Academy","Physical Address Line 1":"6170 TORREY RD","Physical Address Line 2":"","Physical Address City":"FLINT","Physical Address State":"MI ","Physical Address Zipcode":"48507","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600316","School District Name":"St. Clair County Intervention Academy","Physical Address Line 1":"1170 MICHIGAN RD","Physical Address Line 2":"","Physical Address City":"PORT HURON","Physical Address State":"MI ","Physical Address Zipcode":"48060","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600315","School District Name":"Multicultural Academy","Physical Address Line 1":"5550 PLATT RD","Physical Address Line 2":"","Physical Address City":"ANN ARBOR","Physical Address State":"MI ","Physical Address Zipcode":"48108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600314","School District Name":"Fortis Academy","Physical Address Line 1":"3875 GOLFSIDE DR","Physical Address Line 2":"","Physical Address City":"YPSILANTI","Physical Address State":"MI ","Physical Address Zipcode":"48197","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600312","School District Name":"American Montessori Academy","Physical Address Line 1":"14800 MIDDLEBELT RD","Physical Address Line 2":"","Physical Address City":"LIVONIA","Physical Address State":"MI ","Physical Address Zipcode":"48154","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600311","School District Name":"Triumph Academy","Physical Address Line 1":"3000 VIVIAN RD","Physical Address Line 2":"","Physical Address City":"MONROE","Physical Address State":"MI ","Physical Address Zipcode":"48162","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600310","School District Name":"Prevail Academy","Physical Address Line 1":"353 CASS AVE","Physical Address Line 2":"","Physical Address City":"MOUNT CLEMENS","Physical Address State":"MI ","Physical Address Zipcode":"48043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600308","School District Name":"Academy of Warren","Physical Address Line 1":"13943 EAST 8 MILE RD","Physical Address Line 2":"","Physical Address City":"WARREN","Physical Address State":"MI ","Physical Address Zipcode":"48089","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600307","School District Name":"Detroit Premier Academy","Physical Address Line 1":"7781 ASBURY PARK","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48228","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600306","School District Name":"Bridge Academy","Physical Address Line 1":"9600 BUFFALO ST","Physical Address Line 2":"","Physical Address City":"HAMTRAMCK","Physical Address State":"MI ","Physical Address Zipcode":"48212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600305","School District Name":"Hanley International Academy","Physical Address Line 1":"2400 Denton St","Physical Address Line 2":"","Physical Address City":"Hamtramck","Physical Address State":"MI ","Physical Address Zipcode":"48212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600302","School District Name":"Detroit Enterprise Academy","Physical Address Line 1":"11224 KERCHEVAL ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600301","School District Name":"Frontier International Academy","Physical Address Line 1":"13322 Conant St","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600300","School District Name":"Universal Learning Academy","Physical Address Line 1":"28015 Joy Rd","Physical Address Line 2":"","Physical Address City":"Westland","Physical Address State":"MI ","Physical Address Zipcode":"48185","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600297","School District Name":"Mildred C. Wells Preparatory Academy","Physical Address Line 1":"248 9TH ST","Physical Address Line 2":"","Physical Address City":"BENTON HARBOR","Physical Address State":"MI ","Physical Address Zipcode":"49022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600296","School District Name":"Laurus Academy","Physical Address Line 1":"24590 LAHSER RD","Physical Address Line 2":"","Physical Address City":"SOUTHFIELD","Physical Address State":"MI ","Physical Address Zipcode":"48033","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600295","School District Name":"Crescent Academy","Physical Address Line 1":"17570 WEST 12 MILE RD","Physical Address Line 2":"","Physical Address City":"SOUTHFIELD","Physical Address State":"MI ","Physical Address Zipcode":"48076","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600294","School District Name":"Great Oaks Academy","Physical Address Line 1":"4257 BART AVE","Physical Address Line 2":"","Physical Address City":"WARREN","Physical Address State":"MI ","Physical Address Zipcode":"48091","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600292","School District Name":"Life Skills Center of Pontiac","Physical Address Line 1":"142 AUBURN AVE","Physical Address Line 2":"","Physical Address City":"PONTIAC","Physical Address State":"MI ","Physical Address Zipcode":"48342","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600291","School District Name":"Riverside Academy","Physical Address Line 1":"6409 Schaefer Rd","Physical Address Line 2":"","Physical Address City":"Dearborn","Physical Address State":"MI ","Physical Address Zipcode":"48126","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600289","School District Name":"Keystone Academy","Physical Address Line 1":"47925 BEMIS RD","Physical Address Line 2":"","Physical Address City":"BELLEVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600288","School District Name":"Three Oaks Public School Academy","Physical Address Line 1":"1212 KINGSLEY ST","Physical Address Line 2":"","Physical Address City":"MUSKEGON","Physical Address State":"MI ","Physical Address Zipcode":"49442","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600287","School District Name":"Hamtramck Academy","Physical Address Line 1":"11420 CONANT ST","Physical Address Line 2":"","Physical Address City":"HAMTRAMCK","Physical Address State":"MI ","Physical Address Zipcode":"48212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600286","School District Name":"Richfield Public School Academy","Physical Address Line 1":"3807 NORTH CENTER RD","Physical Address Line 2":"","Physical Address City":"FLINT","Physical Address State":"MI ","Physical Address Zipcode":"48506","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600285","School District Name":"Ojibwe Charter School","Physical Address Line 1":"11507 WEST INDUSTRIAL DR","Physical Address Line 2":"","Physical Address City":"BRIMLEY","Physical Address State":"MI ","Physical Address Zipcode":"49715","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600284","School District Name":"Bradford Academy","Physical Address Line 1":"24218 Garner St","Physical Address Line 2":"","Physical Address City":"Southfield","Physical Address State":"MI ","Physical Address Zipcode":"48033","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600283","School District Name":"Mt. Clemens Montessori Academy","Physical Address Line 1":"1070 HAMPTON RD","Physical Address Line 2":"","Physical Address City":"MOUNT CLEMENS","Physical Address State":"MI ","Physical Address Zipcode":"48043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600281","School District Name":"Merritt Academy","Physical Address Line 1":"59900 HAVENRIDGE RD","Physical Address Line 2":"","Physical Address City":"NEW HAVEN","Physical Address State":"MI ","Physical Address Zipcode":"48048","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600280","School District Name":"Michigan School for the Deaf","Physical Address Line 1":"1235 W Court St","Physical Address Line 2":"","Physical Address City":"Flint","Physical Address State":"MI ","Physical Address Zipcode":"48503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600278","School District Name":"Detroit Merit Charter Academy","Physical Address Line 1":"1091 ALTER RD","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600277","School District Name":"Trillium Academy","Physical Address Line 1":"15740 RACHO BLVD","Physical Address Line 2":"","Physical Address City":"TAYLOR","Physical Address State":"MI ","Physical Address Zipcode":"48180","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600275","School District Name":"Battle Creek Area Learning Center","Physical Address Line 1":"765 UPTON AVE","Physical Address Line 2":"","Physical Address City":"SPRINGFIELD","Physical Address State":"MI ","Physical Address Zipcode":"49037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600274","School District Name":"Outlook Academy","Physical Address Line 1":"2879 116th Ave","Physical Address Line 2":"","Physical Address City":"Allegan","Physical Address State":"MI ","Physical Address Zipcode":"49010","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600273","School District Name":"Arts Academy in the Woods","Physical Address Line 1":"32101 CAROLINE","Physical Address Line 2":"","Physical Address City":"FRASER","Physical Address State":"MI ","Physical Address Zipcode":"48026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600271","School District Name":"Warrendale Charter Academy","Physical Address Line 1":"19400 SAWYER ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48228","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600270","School District Name":"Creative Montessori Academy","Physical Address Line 1":"12701 MCCANN ST","Physical Address Line 2":"","Physical Address City":"SOUTHGATE","Physical Address State":"MI ","Physical Address Zipcode":"48195","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600269","School District Name":"Presque Isle Academy","Physical Address Line 1":"20830 Cedar Street","Physical Address Line 2":"","Physical Address City":"Onaway","Physical Address State":"MI ","Physical Address Zipcode":"49765","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600267","School District Name":"Arts and Technology Academy of Pontiac","Physical Address Line 1":"888 Enterprise Dr","Physical Address Line 2":"","Physical Address City":"Pontiac","Physical Address State":"MI ","Physical Address Zipcode":"48341","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600265","School District Name":"Grand Traverse Academy","Physical Address Line 1":"1245 HAMMOND RD E","Physical Address Line 2":"","Physical Address City":"TRAVERSE CITY","Physical Address State":"MI ","Physical Address Zipcode":"49686","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600264","School District Name":"State Street Academy","Physical Address Line 1":"1110 STATE ST","Physical Address Line 2":"","Physical Address City":"BAY CITY","Physical Address State":"MI ","Physical Address Zipcode":"48706","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600263","School District Name":"Canton Charter Academy","Physical Address Line 1":"49100 FORD RD","Physical Address Line 2":"","Physical Address City":"CANTON","Physical Address State":"MI ","Physical Address Zipcode":"48187","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600262","School District Name":"Metro Charter Academy","Physical Address Line 1":"34800 ECORSE RD","Physical Address Line 2":"","Physical Address City":"ROMULUS","Physical Address State":"MI ","Physical Address Zipcode":"48174","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600255","School District Name":"Advanced Technology Academy","Physical Address Line 1":"4801 OAKMAN BLVD","Physical Address Line 2":"","Physical Address City":"DEARBORN","Physical Address State":"MI ","Physical Address Zipcode":"48126","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600254","School District Name":"Walton Charter Academy","Physical Address Line 1":"744 EAST WALTON BLVD","Physical Address Line 2":"","Physical Address City":"PONTIAC","Physical Address State":"MI ","Physical Address Zipcode":"48340","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600252","School District Name":"Grand Rapids Child Discovery Center","Physical Address Line 1":"409 Lafayette Ave SE","Physical Address Line 2":"","Physical Address City":"Grand Rapids","Physical Address State":"MI ","Physical Address Zipcode":"49503","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600251","School District Name":"Burton Glen Charter Academy","Physical Address Line 1":"4171 EAST ATHERTON RD","Physical Address Line 2":"","Physical Address City":"BURTON","Physical Address State":"MI ","Physical Address Zipcode":"48519","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600250","School District Name":"Marshall Academy","Physical Address Line 1":"18203 HOMER RD","Physical Address Line 2":"","Physical Address City":"MARSHALL","Physical Address State":"MI ","Physical Address Zipcode":"49068","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600249","School District Name":"George Washington Carver Academy","Physical Address Line 1":"14510 2ND AVE","Physical Address Line 2":"","Physical Address City":"HIGHLAND PARK","Physical Address State":"MI ","Physical Address Zipcode":"48203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600245","School District Name":"West Village Academy","Physical Address Line 1":"3530 WESTWOOD ST","Physical Address Line 2":"","Physical Address City":"DEARBORN","Physical Address State":"MI ","Physical Address Zipcode":"48124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600244","School District Name":"Joy Preparatory Academy","Physical Address Line 1":"15055 DEXTER Blvd","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48238","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600243","School District Name":"Hope of Detroit Academy","Physical Address Line 1":"4443 NORTH CAMPBELL ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48210","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600242","School District Name":"Old Redford Academy","Physical Address Line 1":"17195 REDFORD ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48219","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600239","School District Name":"Detroit Service Learning Academy","Physical Address Line 1":"21605 WEST 7 MILE RD","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48219","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600237","School District Name":"Universal Academy","Physical Address Line 1":"4833 Ogden","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48210","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600234","School District Name":"David Ellis Academy","Physical Address Line 1":"18977 SCHAEFER HWY","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600232","School District Name":"Detroit Edison Public School Academy","Physical Address Line 1":"1903 WILKINS ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600230","School District Name":"Weston Preparatory Academy","Physical Address Line 1":"22930 CHIPPEWA ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48219","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600229","School District Name":"Hope Academy","Physical Address Line 1":"12121 Broadstreet Ave","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600228","School District Name":"Star International Academy","Physical Address Line 1":"24425 HASS ST","Physical Address Line 2":"","Physical Address City":"DEARBORN HEIGHTS","Physical Address State":"MI ","Physical Address Zipcode":"48127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600227","School District Name":"Voyageur Academy","Physical Address Line 1":"4321 MILITARY ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48210","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600225","School District Name":"Summit Academy North","Physical Address Line 1":"28697 SIBLEY RD","Physical Address Line 2":"","Physical Address City":"ROMULUS","Physical Address State":"MI ","Physical Address Zipcode":"48174","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600224","School District Name":"George Crockett Academy","Physical Address Line 1":"4851 14TH ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600223","School District Name":"South Arbor Charter Academy","Physical Address Line 1":"8200 CARPENTER RD","Physical Address Line 2":"","Physical Address City":"YPSILANTI","Physical Address State":"MI ","Physical Address Zipcode":"48197","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600222","School District Name":"Ann Arbor Learning Community","Physical Address Line 1":"4377 TEXTILE RD","Physical Address Line 2":"","Physical Address City":"YPSILANTI","Physical Address State":"MI ","Physical Address Zipcode":"48197","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600220","School District Name":"Landmark Academy","Physical Address Line 1":"4800 LAPEER RD","Physical Address Line 2":"","Physical Address City":"KIMBALL","Physical Address State":"MI ","Physical Address Zipcode":"48074","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600219","School District Name":"North Saginaw Charter Academy","Physical Address Line 1":"2332 Trautner Dr","Physical Address Line 2":"","Physical Address City":"Saginaw","Physical Address State":"MI ","Physical Address Zipcode":"48604","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600218","School District Name":"Francis Reh PSA","Physical Address Line 1":"2201 OWEN ST","Physical Address Line 2":"","Physical Address City":"SAGINAW","Physical Address State":"MI ","Physical Address Zipcode":"48601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600217","School District Name":"Oakland International Academy","Physical Address Line 1":"8228 Conant Street","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48211","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600216","School District Name":"Holly Academy","Physical Address Line 1":"820 ACADEMY RD","Physical Address Line 2":"","Physical Address City":"HOLLY","Physical Address State":"MI ","Physical Address Zipcode":"48442","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600215","School District Name":"Dr. Joseph F. Pollack Academic Center of Excellence","Physical Address Line 1":"23777 SOUTHFIELD RD","Physical Address Line 2":"","Physical Address City":"SOUTHFIELD","Physical Address State":"MI ","Physical Address Zipcode":"48075","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600214","School District Name":"Timberland Academy","Physical Address Line 1":"2574 MCLAUGHLIN AVE","Physical Address Line 2":"","Physical Address City":"MUSKEGON","Physical Address State":"MI ","Physical Address Zipcode":"49442","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600213","School District Name":"New Bedford Academy","Physical Address Line 1":"6315 SECOR RD","Physical Address Line 2":"","Physical Address City":"LAMBERTVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48144","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600211","School District Name":"Huron Academy","Physical Address Line 1":"11401 METROPOLITAN PKWY","Physical Address Line 2":"","Physical Address City":"STERLING HEIGHTS","Physical Address State":"MI ","Physical Address Zipcode":"48312","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600210","School District Name":"Conner Creek Academy East","Physical Address Line 1":"16911 EASTLAND ST","Physical Address Line 2":"","Physical Address City":"ROSEVILLE","Physical Address State":"MI ","Physical Address Zipcode":"48066","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600209","School District Name":"Chandler Woods Charter Academy","Physical Address Line 1":"6895 Samrick Ave NE","Physical Address Line 2":"","Physical Address City":"Belmont","Physical Address State":"MI ","Physical Address Zipcode":"49306","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600208","School District Name":"Ridge Park Charter Academy","Physical Address Line 1":"4120 CAMELOT RIDGE DR SE","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49546","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600207","School District Name":"Creative Technologies Academy","Physical Address Line 1":"350 PINE ST","Physical Address Line 2":"","Physical Address City":"CEDAR SPRINGS","Physical Address State":"MI ","Physical Address Zipcode":"49319","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600206","School District Name":"Paramount Charter Academy","Physical Address Line 1":"3624 SOUTH WESTNEDGE AVE","Physical Address Line 2":"","Physical Address City":"KALAMAZOO","Physical Address State":"MI ","Physical Address Zipcode":"49008","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600204","School District Name":"Paragon Charter Academy","Physical Address Line 1":"3750 MCCAIN RD","Physical Address Line 2":"","Physical Address City":"JACKSON","Physical Address State":"MI ","Physical Address Zipcode":"49201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600203","School District Name":"Windemere Park Charter Academy","Physical Address Line 1":"3100 W SAGINAW ST","Physical Address Line 2":"","Physical Address City":"LANSING","Physical Address State":"MI ","Physical Address Zipcode":"48917","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600200","School District Name":"White Pine Academy","Physical Address Line 1":"510 RUSSELL ST","Physical Address Line 2":"","Physical Address City":"LESLIE","Physical Address State":"MI ","Physical Address Zipcode":"49251","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600197","School District Name":"Linden Charter Academy","Physical Address Line 1":"3244 N Linden Rd","Physical Address Line 2":"","Physical Address City":"Flint","Physical Address State":"MI ","Physical Address Zipcode":"48504","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600195","School District Name":"International Academy of Flint","Physical Address Line 1":"2820 SOUTH SAGINAW ST","Physical Address Line 2":"","Physical Address City":"FLINT","Physical Address State":"MI ","Physical Address Zipcode":"48503","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600194","School District Name":"Northridge Academy","Physical Address Line 1":"4100 Coldwater Road","Physical Address Line 2":"","Physical Address City":"FLINT","Physical Address State":"MI ","Physical Address Zipcode":"48504","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600193","School District Name":"Grand Blanc Academy","Physical Address Line 1":"5135 EAST HILL RD","Physical Address Line 2":"","Physical Address City":"GRAND BLANC","Physical Address State":"MI ","Physical Address Zipcode":"48439","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600192","School District Name":"Endeavor Charter Academy","Physical Address Line 1":"380 Helmer Rd N","Physical Address Line 2":"","Physical Address City":"Battle Creek","Physical Address State":"MI ","Physical Address Zipcode":"49037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600191","School District Name":"Benton Harbor Charter School Academy","Physical Address Line 1":"455 Riverview Dr","Physical Address Line 2":"","Physical Address City":"Benton Harbor","Physical Address State":"MI ","Physical Address Zipcode":"49022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600186","School District Name":"Crossroads Charter Academy","Physical Address Line 1":"215 SPRUCE ST W","Physical Address Line 2":"","Physical Address City":"BIG RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49307","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600185","School District Name":"William C. Abney Academy","Physical Address Line 1":"1435 FULTON ST E","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49503","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600184","School District Name":"Oakland Academy","Physical Address Line 1":"6325 OAKLAND DR","Physical Address Line 2":"","Physical Address City":"PORTAGE","Physical Address State":"MI ","Physical Address Zipcode":"49024","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600182","School District Name":"Will Carleton Charter School Academy","Physical Address Line 1":"2001 WEST HALLETT RD","Physical Address Line 2":"","Physical Address City":"HILLSDALE","Physical Address State":"MI ","Physical Address Zipcode":"49242","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600181","School District Name":"Arbor Academy","Physical Address Line 1":"55 ARBOR ST","Physical Address Line 2":"","Physical Address City":"BATTLE CREEK","Physical Address State":"MI ","Physical Address Zipcode":"49015","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600178","School District Name":"Barack Obama Leadership Academy","Physical Address Line 1":"10800 EAST CANFIELD ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600175","School District Name":"Dove Academy of Detroit","Physical Address Line 1":"20001 Wexford","Physical Address Line 2":"","Physical Address City":"Detroit","Physical Address State":"MI ","Physical Address Zipcode":"48234","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600174","School District Name":"Detroit Academy of Arts and Sciences","Physical Address Line 1":"2985 EAST JEFFERSON AVE","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600173","School District Name":"The Dearborn Academy","Physical Address Line 1":"19310 FORD RD","Physical Address Line 2":"","Physical Address City":"DEARBORN","Physical Address State":"MI ","Physical Address Zipcode":"48128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600171","School District Name":"Henry Ford Academy","Physical Address Line 1":"20900 OAKWOOD BLVD","Physical Address Line 2":"","Physical Address City":"DEARBORN","Physical Address State":"MI ","Physical Address Zipcode":"48124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600170","School District Name":"Detroit Community Schools","Physical Address Line 1":"12675 BURT RD","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48223","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600169","School District Name":"Marvin L. Winans Academy of Performing Arts","Physical Address Line 1":"7616 EAST NEVADA ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48234","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600168","School District Name":"Chandler Park Academy","Physical Address Line 1":"20100 KELLY RD","Physical Address Line 2":"","Physical Address City":"HARPER WOODS","Physical Address State":"MI ","Physical Address Zipcode":"48225","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600166","School District Name":"Academy for Business and Technology","Physical Address Line 1":"19625 WOOD ST","Physical Address Line 2":"","Physical Address City":"MELVINDALE","Physical Address State":"MI ","Physical Address Zipcode":"48122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600164","School District Name":"Washtenaw Technical Middle College","Physical Address Line 1":"4800 EAST HURON RIVER DR","Physical Address Line 2":"","Physical Address City":"ANN ARBOR","Physical Address State":"MI ","Physical Address Zipcode":"48105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600163","School District Name":"Central Academy","Physical Address Line 1":"2459 SOUTH INDUSTRIAL HWY","Physical Address Line 2":"","Physical Address City":"ANN ARBOR","Physical Address State":"MI ","Physical Address Zipcode":"48104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600161","School District Name":"Saginaw Preparatory Academy","Physical Address Line 1":"5173 LODGE ST","Physical Address Line 2":"","Physical Address City":"SAGINAW","Physical Address State":"MI ","Physical Address Zipcode":"48601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600159","School District Name":"Eagle Crest Charter Academy","Physical Address Line 1":"11950 RILEY ST","Physical Address Line 2":"","Physical Address City":"HOLLAND","Physical Address State":"MI ","Physical Address Zipcode":"49424","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600157","School District Name":"Great Lakes Academy","Physical Address Line 1":"46312 WOODWARD AVE","Physical Address Line 2":"","Physical Address City":"PONTIAC","Physical Address State":"MI ","Physical Address Zipcode":"48342","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600156","School District Name":"Pontiac Academy for Excellence","Physical Address Line 1":"196 CESAR E CHAVEZ AVE","Physical Address Line 2":"","Physical Address City":"PONTIAC","Physical Address State":"MI ","Physical Address Zipcode":"48342","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600153","School District Name":"North Star Academy","Physical Address Line 1":"3030 WRIGHT ST","Physical Address Line 2":"","Physical Address City":"MARQUETTE","Physical Address State":"MI ","Physical Address Zipcode":"49855","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600152","School District Name":"Casman Alternative Academy","Physical Address Line 1":"225 9TH ST","Physical Address Line 2":"","Physical Address City":"MANISTEE","Physical Address State":"MI ","Physical Address Zipcode":"49660","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600151","School District Name":"Chatfield School","Physical Address Line 1":"231 LAKE DR","Physical Address Line 2":"","Physical Address City":"LAPEER","Physical Address State":"MI ","Physical Address Zipcode":"48446","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600150","School District Name":"Cross Creek Charter Academy","Physical Address Line 1":"7701 KALAMAZOO AVE SE","Physical Address Line 2":"","Physical Address City":"BYRON CENTER","Physical Address State":"MI ","Physical Address Zipcode":"49315","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600149","School District Name":"Walker Charter Academy","Physical Address Line 1":"1801 3 MILE RD NW","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49544","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600148","School District Name":"Knapp Charter Academy","Physical Address Line 1":"1759 LEFFINGWELL AVE NE","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49525","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600145","School District Name":"Flat River Academy","Physical Address Line 1":"9481 Jordan Road","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"MI ","Physical Address Zipcode":"48838","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600143","School District Name":"Hillsdale Preparatory School","Physical Address Line 1":"160 MECHANIC RD","Physical Address Line 2":"","Physical Address City":"HILLSDALE","Physical Address State":"MI ","Physical Address Zipcode":"49242","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600142","School District Name":"Countryside Academy","Physical Address Line 1":"4800 MEADOWBROOK RD","Physical Address Line 2":"","Physical Address City":"BENTON HARBOR","Physical Address State":"MI ","Physical Address Zipcode":"49022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600140","School District Name":"Commonwealth Community Development Academy","Physical Address Line 1":"13477 EUREKA ST","Physical Address Line 2":"","Physical Address City":"HAMTRAMCK","Physical Address State":"MI ","Physical Address Zipcode":"48212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600139","School District Name":"Cesar Chavez Academy","Physical Address Line 1":"8126 WEST VERNOR HWY","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48209","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600137","School District Name":"River Heights Academy","Physical Address Line 1":"30100 OLMSTEAD RD","Physical Address Line 2":"","Physical Address City":"FLAT ROCK","Physical Address State":"MI ","Physical Address Zipcode":"48134","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600136","School District Name":"Eaton Academy","Physical Address Line 1":"21450 UNIVERSAL AVE","Physical Address Line 2":"","Physical Address City":"EASTPOINTE","Physical Address State":"MI ","Physical Address Zipcode":"48021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600131","School District Name":"Martin Luther King Jr. Education Center Academy","Physical Address Line 1":"16827 APPOLINE ST","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600125","School District Name":"Plymouth Educational Center Charter School","Physical Address Line 1":"1460 EAST FOREST AVE","Physical Address Line 2":"","Physical Address City":"DETROIT","Physical Address State":"MI ","Physical Address Zipcode":"48207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600121","School District Name":"Honey Creek Community School","Physical Address Line 1":"235 SPENCER LN","Physical Address Line 2":"","Physical Address City":"YPSILANTI","Physical Address State":"MI ","Physical Address Zipcode":"48198","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600115","School District Name":"Vanderbilt Charter Academy","Physical Address Line 1":"301 WEST 16TH ST","Physical Address Line 2":"","Physical Address City":"HOLLAND","Physical Address State":"MI ","Physical Address Zipcode":"49423","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600114","School District Name":"Black River Public School","Physical Address Line 1":"491 COLUMBIA AVE","Physical Address Line 2":"","Physical Address City":"HOLLAND","Physical Address State":"MI ","Physical Address Zipcode":"49423","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600113","School District Name":"West MI Academy of Arts and Academics","Physical Address Line 1":"17350 HAZEL ST","Physical Address Line 2":"","Physical Address City":"SPRING LAKE","Physical Address State":"MI ","Physical Address Zipcode":"49456","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600112","School District Name":"Walden Green Montessori","Physical Address Line 1":"17339 ROOSEVELT RD","Physical Address Line 2":"","Physical Address City":"SPRING LAKE","Physical Address State":"MI ","Physical Address Zipcode":"49456","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600106","School District Name":"AGBU Alex-Marie Manoogian School","Physical Address Line 1":"22001 NORTHWESTERN HWY","Physical Address Line 2":"","Physical Address City":"SOUTHFIELD","Physical Address State":"MI ","Physical Address Zipcode":"48075","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600105","School District Name":"Big Jackson School District","Physical Address Line 1":"4020 13 MILE RD","Physical Address Line 2":"","Physical Address City":"PARIS","Physical Address State":"MI ","Physical Address Zipcode":"49338","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600103","School District Name":"Nah Tah Wahsh Public School Academy","Physical Address Line 1":"14911 HANNAHVILLE ROAD B1","Physical Address Line 2":"","Physical Address City":"WILSON","Physical Address State":"MI ","Physical Address Zipcode":"49896","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600101","School District Name":"Macomb Academy","Physical Address Line 1":"39092 GARFIELD RD","Physical Address Line 2":"","Physical Address City":"CLINTON TOWNSHIP","Physical Address State":"MI ","Physical Address Zipcode":"48038","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600100","School District Name":"Charyl Stockwell Academy","Physical Address Line 1":"9758 EAST HIGHLAND RD","Physical Address Line 2":"","Physical Address City":"HOWELL","Physical Address State":"MI ","Physical Address Zipcode":"48843","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600099","School District Name":"Kensington Woods Schools","Physical Address Line 1":"9501 Pettys Road","Physical Address Line 2":"","Physical Address City":"Lakeland","Physical Address State":"MI ","Physical Address Zipcode":"48143","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600098","School District Name":"Vanguard Charter Academy","Physical Address Line 1":"1620 52ND ST SW","Physical Address Line 2":"","Physical Address City":"WYOMING","Physical Address State":"MI ","Physical Address Zipcode":"49519","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600097","School District Name":"Vista Charter Academy","Physical Address Line 1":"711 32ND ST SE","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49548","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600096","School District Name":"Byron Center Charter School","Physical Address Line 1":"9930 BURLINGAME AVE SW","Physical Address Line 2":"","Physical Address City":"BYRON CENTER","Physical Address State":"MI ","Physical Address Zipcode":"49315","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600093","School District Name":"Excel Charter Academy","Physical Address Line 1":"4201 BRETON RD SE","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49512","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600092","School District Name":"West MI Academy of Environmental Science","Physical Address Line 1":"4463 LEONARD ST NW","Physical Address Line 2":"","Physical Address City":"GRAND RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"49534","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600090","School District Name":"New Branches Charter Academy","Physical Address Line 1":"3662 Poinsettia Ave SE","Physical Address Line 2":"","Physical Address City":"Grand Rapids","Physical Address State":"MI ","Physical Address Zipcode":"49508","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600088","School District Name":"Da Vinci Institute","Physical Address Line 1":"2985 SPRINGPORT RD","Physical Address Line 2":"","Physical Address City":"JACKSON","Physical Address State":"MI ","Physical Address Zipcode":"49201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600087","School District Name":"Renaissance Public School Academy","Physical Address Line 1":"2797 SOUTH ISABELLA RD","Physical Address Line 2":"","Physical Address City":"MOUNT PLEASANT","Physical Address State":"MI ","Physical Address Zipcode":"48858","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600082","School District Name":"Mid-Michigan Leadership Academy","Physical Address Line 1":"730 WEST MAPLE ST","Physical Address Line 2":"","Physical Address City":"LANSING","Physical Address State":"MI ","Physical Address Zipcode":"48906","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600079","School District Name":"Cole Academy","Physical Address Line 1":"1915 WEST MOUNT HOPE AVE","Physical Address Line 2":"","Physical Address City":"LANSING","Physical Address State":"MI ","Physical Address Zipcode":"48910","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600078","School District Name":"Woodland School","Physical Address Line 1":"7224 SUPPLY RD","Physical Address Line 2":"","Physical Address City":"TRAVERSE CITY","Physical Address State":"MI ","Physical Address Zipcode":"49686","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600076","School District Name":"Woodland Park Academy","Physical Address Line 1":"2083 GRAND BLANC RD","Physical Address Line 2":"","Physical Address City":"GRAND BLANC","Physical Address State":"MI ","Physical Address Zipcode":"48439","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600074","School District Name":"Concord Academy - Petoskey","Physical Address Line 1":"2468 ATKINS RD","Physical Address Line 2":"","Physical Address City":"PETOSKEY","Physical Address State":"MI ","Physical Address Zipcode":"49770","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600073","School District Name":"Island City Academy","Physical Address Line 1":"6421 CLINTON RD","Physical Address Line 2":"","Physical Address City":"EATON RAPIDS","Physical Address State":"MI ","Physical Address Zipcode":"48827","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600071","School District Name":"Joseph K. Lumsden Bahweting Anishnabe Academy","Physical Address Line 1":"1301 MARQUETTE AVE","Physical Address Line 2":"","Physical Address City":"SAULT SAINTE MARIE","Physical Address State":"MI ","Physical Address Zipcode":"49783","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600070","School District Name":"Charlevoix Montessori Academy for the Arts","Physical Address Line 1":"115 WEST HURLBUT ST","Physical Address Line 2":"","Physical Address City":"CHARLEVOIX","Physical Address State":"MI ","Physical Address Zipcode":"49720","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600069","School District Name":"Concord Academy - Boyne","Physical Address Line 1":"401 EAST DIETZ RD","Physical Address Line 2":"","Physical Address City":"BOYNE CITY","Physical Address State":"MI ","Physical Address Zipcode":"49712","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600068","School District Name":"Pansophia Academy","Physical Address Line 1":"52 ABBOTT AVE","Physical Address Line 2":"","Physical Address City":"COLDWATER","Physical Address State":"MI ","Physical Address Zipcode":"49036","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600067","School District Name":"Bay-Arenac Community High School","Physical Address Line 1":"805 Langstaff St","Physical Address Line 2":"","Physical Address City":"Essexville","Physical Address State":"MI ","Physical Address Zipcode":"48732","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600020","School District Name":"Windover High School","Physical Address Line 1":"919 Smith Rd","Physical Address Line 2":"","Physical Address City":"Midland","Physical Address State":"MI ","Physical Address Zipcode":"48640","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600019","School District Name":"Superior Central School District","Physical Address Line 1":"2865 EAST STATE ROAD 94","Physical Address Line 2":"","Physical Address City":"EBEN JUNCTION","Physical Address State":"MI ","Physical Address Zipcode":"49825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11728395061728394,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600018","School District Name":"L'Anse Area Schools","Physical Address Line 1":"201 NORTH 4TH ST","Physical Address Line 2":"","Physical Address City":"LANSE","Physical Address State":"MI ","Physical Address Zipcode":"49946","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1621212121212121,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600017","School District Name":"Bad Axe Public Schools","Physical Address Line 1":"200 NORTH BARRIE STE 100","Physical Address Line 2":"","Physical Address City":"BAD AXE","Physical Address State":"MI ","Physical Address Zipcode":"48413","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13507625272331156,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2600016","School District Name":"Crestwood School District","Physical Address Line 1":"27235 JOY RD","Physical Address Line 2":"","Physical Address City":"DEARBORN HTS","Physical Address State":"MI ","Physical Address Zipcode":"48127","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3038559224197645,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600015","School District Name":"Wayne-Westland Community School District","Physical Address Line 1":"36745 MARQUETTE ST","Physical Address Line 2":"","Physical Address City":"WESTLAND","Physical Address State":"MI ","Physical Address Zipcode":"48185","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2099036930310154,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600014","School District Name":"Ewen-Trout Creek Consolidated School District","Physical Address Line 1":"14312 AIRPORT RD","Physical Address Line 2":"","Physical Address City":"EWEN","Physical Address State":"MI ","Physical Address Zipcode":"49925","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28402366863905326,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600013","School District Name":"Marquette Area Public Schools","Physical Address Line 1":"1201 WEST FAIR AVE","Physical Address Line 2":"","Physical Address City":"MARQUETTE","Physical Address State":"MI ","Physical Address Zipcode":"49855","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10892270963891376,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2600012","School District Name":"St. Ignace Area Schools","Physical Address Line 1":"429 PORTAGE ST","Physical Address Line 2":"","Physical Address City":"SAINT IGNACE","Physical Address State":"MI ","Physical Address Zipcode":"49781","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2159827213822894,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600011","School District Name":"Sigel Township S/D #4F","Physical Address Line 1":"5754 SECTION LINE RD","Physical Address Line 2":"","Physical Address City":"HARBOR BEACH","Physical Address State":"MI ","Physical Address Zipcode":"48441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600010","School District Name":"Sigel Township S/D #3F","Physical Address Line 1":"4151 SECTION LINE RD","Physical Address Line 2":"","Physical Address City":"BAD AXE","Physical Address State":"MI ","Physical Address Zipcode":"48413","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600009","School District Name":"Bloomfield Township School District 7F","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.07692307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2600007","School District Name":"Harbor Beach Community Schools","Physical Address Line 1":"402 S FIFTH STREET","Physical Address Line 2":"","Physical Address City":"HARBOR BEACH","Physical Address State":"MI ","Physical Address Zipcode":"48441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1050080775444265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600006","School District Name":"Bessemer Area School District","Physical Address Line 1":"301 EAST SELLAR ST","Physical Address Line 2":"","Physical Address City":"BESSEMER","Physical Address State":"MI ","Physical Address Zipcode":"49911","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2037037037037037,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600005","School District Name":"Battle Creek Public Schools","Physical Address Line 1":"3 VAN BUREN ST W","Physical Address Line 2":"","Physical Address City":"BATTLE CREEK","Physical Address State":"MI ","Physical Address Zipcode":"49017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2783908367090376,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2600004","School District Name":"Michigan Department of Human Services","Physical Address Line 1":"235 SOUTH GRAND AVE","Physical Address Line 2":"","Physical Address City":"LANSING","Physical Address State":"MI ","Physical Address Zipcode":"48933","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2600001","School District Name":"Michigan Department of Corrections","Physical Address Line 1":"206 EAST MICHIGAN AVE","Physical Address Line 2":"","Physical Address City":"LANSING","Physical Address State":"MI ","Physical Address Zipcode":"48933","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2525015","School District Name":"Lee/Berkshire Hills in Farmington River Regional (7-12)","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.06504065040650407,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2525013","School District Name":"Mount Greylock/New Lebanon (NY) School Districts in Hancock (7-12)","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2525012","School District Name":"Nauset/Provincetown School Districts in Turo (7-12)","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.08860759493670886,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2525010","School District Name":"Fairhaven/New Bedford School Districts in Acushnet (9-12)","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.05454545454545454,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2513321","School District Name":"Farmington River Reg","Physical Address Line 1":"555 N Main Street","Physical Address Line 2":"PO Box 656","Physical Address City":"Otis","Physical Address State":"MA ","Physical Address Zipcode":"01253","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07874015748031496,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2513290","School District Name":"Wrentham","Physical Address Line 1":"120 Taunton Street","Physical Address Line 2":"","Physical Address City":"Wrentham","Physical Address State":"MA ","Physical Address Zipcode":"02093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02714535901926445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2513260","School District Name":"Worthington","Physical Address Line 1":"147 Huntington Road","Physical Address Line 2":"","Physical Address City":"Worthington","Physical Address State":"MA ","Physical Address Zipcode":"01098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19166666666666668,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2513230","School District Name":"Worcester","Physical Address Line 1":"20 Irving Street","Physical Address Line 2":"","Physical Address City":"Worcester","Physical Address State":"MA ","Physical Address Zipcode":"01609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.19036248336334455,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2513200","School District Name":"Woburn","Physical Address Line 1":"55 Locust Street","Physical Address Line 2":"","Physical Address City":"Woburn","Physical Address State":"MA ","Physical Address Zipcode":"01801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08341304763726803,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2513170","School District Name":"Winthrop","Physical Address Line 1":"1 Metcalf Square","Physical Address Line 2":"","Physical Address City":"Winthrop","Physical Address State":"MA ","Physical Address Zipcode":"02152","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09605488850771869,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2513110","School District Name":"Winchester","Physical Address Line 1":"40 Samoset Road","Physical Address Line 2":"","Physical Address City":"Winchester","Physical Address State":"MA ","Physical Address Zipcode":"01890","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.023170993349066724,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2513080","School District Name":"Winchendon","Physical Address Line 1":"175 Grove Street","Physical Address Line 2":"","Physical Address City":"Winchendon","Physical Address State":"MA ","Physical Address Zipcode":"01475","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11917659804983749,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2513050","School District Name":"Wilmington","Physical Address Line 1":"161 Church Street","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"MA ","Physical Address Zipcode":"01887","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.032432432432432434,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512990","School District Name":"Williamsburg","Physical Address Line 1":"1 Petticoat Hill Road","Physical Address Line 2":"","Physical Address City":"Williamsburg","Physical Address State":"MA ","Physical Address Zipcode":"01096","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12418300653594772,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512950","School District Name":"Whittier Regional Vocational Technical","Physical Address Line 1":"115 Amesbury Line Rd","Physical Address Line 2":"","Physical Address City":"Haverhill","Physical Address State":"MA ","Physical Address Zipcode":"01830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2512930","School District Name":"Whitman-Hanson","Physical Address Line 1":"610 Franklin Street","Physical Address Line 2":"","Physical Address City":"Whitman","Physical Address State":"MA ","Physical Address Zipcode":"02382","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04572610294117647,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512870","School District Name":"Whately","Physical Address Line 1":"113 North Main Street Office","Physical Address Line 2":"","Physical Address City":"South Deerfield","Physical Address State":"MA ","Physical Address Zipcode":"01373","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03896103896103896,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512840","School District Name":"Weymouth","Physical Address Line 1":"111 Middle Street","Physical Address Line 2":"","Physical Address City":"Weymouth","Physical Address State":"MA ","Physical Address Zipcode":"02189","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07255395207202436,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512810","School District Name":"Westwood","Physical Address Line 1":"220 Nahatan Street","Physical Address Line 2":"","Physical Address City":"Westwood","Physical Address State":"MA ","Physical Address Zipcode":"02090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.012967430639324488,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512780","School District Name":"Westport","Physical Address Line 1":"17 Main Rd","Physical Address Line 2":"","Physical Address City":"Westport","Physical Address State":"MA ","Physical Address Zipcode":"02790","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07306140744060959,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512750","School District Name":"Weston","Physical Address Line 1":"89 Wellesley Street","Physical Address Line 2":"","Physical Address City":"Weston","Physical Address State":"MA ","Physical Address Zipcode":"02493","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05911708253358925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512690","School District Name":"Westhampton","Physical Address Line 1":"37 Kings Highway","Physical Address Line 2":"","Physical Address City":"Westhampton","Physical Address State":"MA ","Physical Address Zipcode":"01027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03508771929824561,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512660","School District Name":"Westford","Physical Address Line 1":"23 Depot Street","Physical Address Line 2":"","Physical Address City":"Westford","Physical Address State":"MA ","Physical Address Zipcode":"01886","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02168992832893248,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512630","School District Name":"Westfield","Physical Address Line 1":"94 North Elm Street","Physical Address Line 2":"Suite 101","Physical Address City":"Westfield","Physical Address State":"MA ","Physical Address Zipcode":"01085","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1252339629062447,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512600","School District Name":"Westborough","Physical Address Line 1":"45 W Main Street","Physical Address Line 2":"","Physical Address City":"Westborough","Physical Address State":"MA ","Physical Address Zipcode":"01581","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03676470588235294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512570","School District Name":"Tisbury","Physical Address Line 1":"4 Pine Street","Physical Address Line 2":"","Physical Address City":"Vineyard Haven","Physical Address State":"MA ","Physical Address Zipcode":"02568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13119533527696792,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512510","School District Name":"West Springfield","Physical Address Line 1":"26 Central Street","Physical Address Line 2":"","Physical Address City":"West Springfield","Physical Address State":"MA ","Physical Address Zipcode":"01089","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16805411030176898,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512420","School District Name":"West Bridgewater","Physical Address Line 1":"2 Spring Street","Physical Address Line 2":"","Physical Address City":"West Bridgewater","Physical Address State":"MA ","Physical Address Zipcode":"02379","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.050514499532273154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512390","School District Name":"West Boylston","Physical Address Line 1":"125 Crescent Street","Physical Address Line 2":"","Physical Address City":"West Boylston","Physical Address State":"MA ","Physical Address Zipcode":"01583","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06921487603305786,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512300","School District Name":"Wellfleet","Physical Address Line 1":"78 Eldredge Pkwy","Physical Address Line 2":"","Physical Address City":"Orleans","Physical Address State":"MA ","Physical Address Zipcode":"02653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12380952380952381,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512270","School District Name":"Wellesley","Physical Address Line 1":"40 Kingsbury Street","Physical Address Line 2":"","Physical Address City":"Wellesley","Physical Address State":"MA ","Physical Address Zipcode":"02481","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02404274265360641,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512240","School District Name":"Webster","Physical Address Line 1":"77 Poland Street","Physical Address Line 2":"","Physical Address City":"Webster","Physical Address State":"MA ","Physical Address Zipcode":"01570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1651534803285776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512210","School District Name":"Wayland","Physical Address Line 1":"41 Cochituate Rd","Physical Address Line 2":"","Physical Address City":"Wayland","Physical Address State":"MA ","Physical Address Zipcode":"01778","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.023521026372059873,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512180","School District Name":"Watertown","Physical Address Line 1":"30 Common Street","Physical Address Line 2":"","Physical Address City":"Watertown","Physical Address State":"MA ","Physical Address Zipcode":"02472","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512100","School District Name":"Quaboag Regional","Physical Address Line 1":"284 Old West Brookfield Road","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"MA ","Physical Address Zipcode":"01083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1032258064516129,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512060","School District Name":"Wareham","Physical Address Line 1":"48 Marion Road","Physical Address Line 2":"","Physical Address City":"Wareham","Physical Address State":"MA ","Physical Address Zipcode":"02571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1316818774445893,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512030","School District Name":"Ware","Physical Address Line 1":"239 West Street","Physical Address Line 2":"","Physical Address City":"Ware","Physical Address State":"MA ","Physical Address Zipcode":"01082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1441374159820762,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2512000","School District Name":"Waltham","Physical Address Line 1":"617 Lexington Street","Physical Address Line 2":"","Physical Address City":"Waltham","Physical Address State":"MA ","Physical Address Zipcode":"02452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10138663785341256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511970","School District Name":"Walpole","Physical Address Line 1":"135 School Street","Physical Address Line 2":"","Physical Address City":"Walpole","Physical Address State":"MA ","Physical Address Zipcode":"02081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.026990854338612535,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511940","School District Name":"Wales","Physical Address Line 1":"320 Brookfield Rd","Physical Address Line 2":"","Physical Address City":"Fiskdale","Physical Address State":"MA ","Physical Address Zipcode":"01518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08270676691729323,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511910","School District Name":"Wakefield","Physical Address Line 1":"60 Farm Street","Physical Address Line 2":"","Physical Address City":"Wakefield","Physical Address State":"MA ","Physical Address Zipcode":"01880","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03747433264887064,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511880","School District Name":"Wachusett","Physical Address Line 1":"1745 Main Street","Physical Address Line 2":"c/o Jefferson School","Physical Address City":"Jefferson","Physical Address State":"MA ","Physical Address Zipcode":"01522","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03149501661129568,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511850","School District Name":"Uxbridge","Physical Address Line 1":"9 North Main Street","Physical Address Line 2":"","Physical Address City":"Uxbridge","Physical Address State":"MA ","Physical Address Zipcode":"01569","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07890070921985816,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511800","School District Name":"Upper Cape Cod Regional Vocational Technical","Physical Address Line 1":"220 Sandwich Rd","Physical Address Line 2":"","Physical Address City":"Bourne","Physical Address State":"MA ","Physical Address Zipcode":"02532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2511760","School District Name":"Tyngsborough","Physical Address Line 1":"50 Norris Rd","Physical Address Line 2":"","Physical Address City":"Tyngsborough","Physical Address State":"MA ","Physical Address Zipcode":"01879","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04876957494407159,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511740","School District Name":"Triton","Physical Address Line 1":"112 Elm Street","Physical Address Line 2":"","Physical Address City":"Byfield","Physical Address State":"MA ","Physical Address Zipcode":"01922","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06372840976771887,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511735","School District Name":"Tri-County Regional Vocational Technical","Physical Address Line 1":"147 Pond Street","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"MA ","Physical Address Zipcode":"02038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2511730","School District Name":"Truro","Physical Address Line 1":"317 Route 6","Physical Address Line 2":"","Physical Address City":"Truro","Physical Address State":"MA ","Physical Address Zipcode":"02666","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10112359550561797,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511670","School District Name":"Topsfield","Physical Address Line 1":"28 Middleton Road","Physical Address Line 2":"","Physical Address City":"Boxford","Physical Address State":"MA ","Physical Address Zipcode":"01921","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04950495049504951,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511580","School District Name":"Tewksbury","Physical Address Line 1":"139 Pleasant Street","Physical Address Line 2":"","Physical Address City":"Tewksbury","Physical Address State":"MA ","Physical Address Zipcode":"01876","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04889336016096579,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511520","School District Name":"Taunton","Physical Address Line 1":"215 Harris Street","Physical Address Line 2":"","Physical Address City":"Taunton","Physical Address State":"MA ","Physical Address Zipcode":"02780","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15001159285879898,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511490","School District Name":"Tantasqua","Physical Address Line 1":"320 Brookfield Rd","Physical Address Line 2":"","Physical Address City":"Fiskdale","Physical Address State":"MA ","Physical Address Zipcode":"01518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.052398989898989896,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511460","School District Name":"Swansea","Physical Address Line 1":"1 Gardners Neck Road","Physical Address Line 2":"","Physical Address City":"Swansea","Physical Address State":"MA ","Physical Address Zipcode":"02777","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07345360824742268,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511430","School District Name":"Swampscott","Physical Address Line 1":"207 Forest Avenue","Physical Address Line 2":"","Physical Address City":"Swampscott","Physical Address State":"MA ","Physical Address Zipcode":"01907","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05265289590927501,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511400","School District Name":"Sutton","Physical Address Line 1":"383 Boston Rd","Physical Address Line 2":"","Physical Address City":"Sutton","Physical Address State":"MA ","Physical Address Zipcode":"01590","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.032825322391559206,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511370","School District Name":"Sunderland","Physical Address Line 1":"113 North Main Street Office","Physical Address Line 2":"","Physical Address City":"South Deerfield","Physical Address State":"MA ","Physical Address Zipcode":"01373","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0915032679738562,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511340","School District Name":"Sudbury","Physical Address Line 1":"40 Fairbank Road","Physical Address Line 2":"","Physical Address City":"Sudbury","Physical Address State":"MA ","Physical Address Zipcode":"01776","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0270184361093452,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511310","School District Name":"Sturbridge","Physical Address Line 1":"320 Brookfield Rd","Physical Address Line 2":"","Physical Address City":"Fiskdale","Physical Address State":"MA ","Physical Address Zipcode":"01518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04981773997569866,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511250","School District Name":"Stoughton","Physical Address Line 1":"31 Pierce Street","Physical Address Line 2":"","Physical Address City":"Stoughton","Physical Address State":"MA ","Physical Address Zipcode":"02072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07181505164781112,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511220","School District Name":"Stoneham","Physical Address Line 1":"149 Franklin Street","Physical Address Line 2":"","Physical Address City":"Stoneham","Physical Address State":"MA ","Physical Address Zipcode":"02180","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06008997429305912,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2511150","School District Name":"Institutional Schools","Physical Address Line 1":"75 Pleasant Street","Physical Address Line 2":"Room 4-429","Physical Address City":"Malden","Physical Address State":"MA ","Physical Address Zipcode":"02148","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2511130","School District Name":"Springfield","Physical Address Line 1":"1550 Main Street","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"MA ","Physical Address Zipcode":"01103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.29148300336197236,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2511060","School District Name":"South Middlesex Regional Vocational Technical","Physical Address Line 1":"750 Winter Street","Physical Address Line 2":"","Physical Address City":"Framingham","Physical Address State":"MA ","Physical Address Zipcode":"01702","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2511050","School District Name":"Southern Worcester County Regional Vocational Technical","Physical Address Line 1":"57 Old Muggett Hill Road","Physical Address Line 2":"","Physical Address City":"Charlton","Physical Address State":"MA ","Physical Address Zipcode":"01507","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2511040","School District Name":"Southern Berkshire","Physical Address Line 1":"491 Berkshire School Rd","Physical Address Line 2":"","Physical Address City":"Sheffield","Physical Address State":"MA ","Physical Address Zipcode":"01257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07827102803738317,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2511020","School District Name":"Southeastern Regional Vocational Technical","Physical Address Line 1":"250 Foundry Street","Physical Address Line 2":"","Physical Address City":"South Easton","Physical Address State":"MA ","Physical Address Zipcode":"02375","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2511010","School District Name":"Southbridge","Physical Address Line 1":"132 Torry Road","Physical Address Line 2":"","Physical Address City":"Southbridge","Physical Address State":"MA ","Physical Address Zipcode":"01550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19945987654320987,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510980","School District Name":"Southborough","Physical Address Line 1":"53 Parkerville Road","Physical Address Line 2":"","Physical Address City":"Southborough","Physical Address State":"MA ","Physical Address Zipcode":"01772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.022501654533421574,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510950","School District Name":"Southampton","Physical Address Line 1":"34 Pomeroy Meadow Road","Physical Address Line 2":"","Physical Address City":"Southampton","Physical Address State":"MA ","Physical Address Zipcode":"01073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.028846153846153848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510930","School District Name":"South Shore Regional Vocational Technical","Physical Address Line 1":"476 Webster Street","Physical Address Line 2":"","Physical Address City":"Hanover","Physical Address State":"MA ","Physical Address Zipcode":"02339","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2510920","School District Name":"South Hadley","Physical Address Line 1":"116 Main Street","Physical Address Line 2":"","Physical Address City":"South Hadley","Physical Address State":"MA ","Physical Address Zipcode":"01075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07164634146341463,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510890","School District Name":"Somerville","Physical Address Line 1":"8 Bonair Street","Physical Address Line 2":"","Physical Address City":"Somerville","Physical Address State":"MA ","Physical Address Zipcode":"02145","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11761517615176152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510860","School District Name":"Somerset","Physical Address Line 1":"580 Whetstone Hill Road","Physical Address Line 2":"","Physical Address City":"Somerset","Physical Address State":"MA ","Physical Address Zipcode":"02726","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06927175843694494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510830","School District Name":"Silver Lake","Physical Address Line 1":"250 Pembroke Street","Physical Address Line 2":"","Physical Address City":"Kingston","Physical Address State":"MA ","Physical Address Zipcode":"02364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03416978109983983,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510800","School District Name":"Shutesbury","Physical Address Line 1":"23 West Pelham Road","Physical Address Line 2":"","Physical Address City":"Shutesbury","Physical Address State":"MA ","Physical Address Zipcode":"01072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08888888888888889,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510770","School District Name":"Shrewsbury","Physical Address Line 1":"100 Maple Avenue","Physical Address Line 2":"","Physical Address City":"Shrewsbury","Physical Address State":"MA ","Physical Address Zipcode":"01545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03295349553433939,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510710","School District Name":"Sherborn","Physical Address Line 1":"157 Farm Street","Physical Address Line 2":"","Physical Address City":"Dover","Physical Address State":"MA ","Physical Address Zipcode":"02030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05301204819277108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510620","School District Name":"Sharon","Physical Address Line 1":"75 Mountain Street","Physical Address Line 2":"","Physical Address City":"Sharon","Physical Address State":"MA ","Physical Address Zipcode":"02067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02153682531241691,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510615","School District Name":"Shawsheen Valley Regional Vocational Technical","Physical Address Line 1":"100 Cook Street","Physical Address Line 2":"","Physical Address City":"Billerica","Physical Address State":"MA ","Physical Address Zipcode":"01821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2510590","School District Name":"Seekonk","Physical Address Line 1":"25 Water Lane","Physical Address Line 2":"","Physical Address City":"Seekonk","Physical Address State":"MA ","Physical Address Zipcode":"02771","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06077831219938785,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510560","School District Name":"Scituate","Physical Address Line 1":"606 C J Cushing Hwy","Physical Address Line 2":"","Physical Address City":"Scituate","Physical Address State":"MA ","Physical Address Zipcode":"02066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.026621787025703794,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510530","School District Name":"Savoy","Physical Address Line 1":"26 Chapel Road","Physical Address Line 2":"","Physical Address City":"Savoy","Physical Address State":"MA ","Physical Address Zipcode":"01256","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21428571428571427,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2510500","School District Name":"Saugus","Physical Address Line 1":"23 Main Street","Physical Address Line 2":"","Physical Address City":"Saugus","Physical Address State":"MA ","Physical Address Zipcode":"01906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08133584702396983,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510470","School District Name":"Sandwich","Physical Address Line 1":"33 Water St","Physical Address Line 2":"","Physical Address City":"Sandwish","Physical Address State":"MA ","Physical Address Zipcode":"02563","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04150375939849624,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510380","School District Name":"Salem","Physical Address Line 1":"29 Highland Avenue","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"MA ","Physical Address Zipcode":"01970","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1449106449106449,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510230","School District Name":"Rowe","Physical Address Line 1":"86 Pond Road","Physical Address Line 2":"","Physical Address City":"Rowe","Physical Address State":"MA ","Physical Address Zipcode":"01367","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06060606060606061,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2510200","School District Name":"Rockport","Physical Address Line 1":"24 Jerdens Lane","Physical Address Line 2":"","Physical Address City":"Rockport","Physical Address State":"MA ","Physical Address Zipcode":"01966","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08108108108108109,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510170","School District Name":"Rockland","Physical Address Line 1":"34 MacKinlay Way","Physical Address Line 2":"","Physical Address City":"Rockland","Physical Address State":"MA ","Physical Address Zipcode":"02370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08869093725793958,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510140","School District Name":"Rochester","Physical Address Line 1":"135 Marion Rd","Physical Address Line 2":"","Physical Address City":"Mattapoisett","Physical Address State":"MA ","Physical Address Zipcode":"02739","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04222648752399232,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2510080","School District Name":"Richmond","Physical Address Line 1":"1831 State Road","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"MA ","Physical Address Zipcode":"01254","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21782178217821782,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2510050","School District Name":"Revere","Physical Address Line 1":"101 School Street","Physical Address Line 2":"","Physical Address City":"Revere","Physical Address State":"MA ","Physical Address Zipcode":"02151","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17125748502994012,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509990","School District Name":"Reading","Physical Address Line 1":"82 Oakland Road","Physical Address Line 2":"","Physical Address City":"Reading","Physical Address State":"MA ","Physical Address Zipcode":"01867","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.021453590192644482,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509930","School District Name":"Randolph","Physical Address Line 1":"40 Highland Avenue","Physical Address Line 2":"","Physical Address City":"Randolph","Physical Address State":"MA ","Physical Address Zipcode":"02368","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10256410256410256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509900","School District Name":"Ralph C Mahar","Physical Address Line 1":"507 South Main Street","Physical Address Line 2":"","Physical Address City":"Orange","Physical Address State":"MA ","Physical Address Zipcode":"01364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13358778625954199,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509870","School District Name":"Quincy","Physical Address Line 1":"34 Coddington Street","Physical Address Line 2":"","Physical Address City":"Quincy","Physical Address State":"MA ","Physical Address Zipcode":"02169","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09693251533742331,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509840","School District Name":"Provincetown","Physical Address Line 1":"12 Winslow Street","Physical Address Line 2":"","Physical Address City":"Provincetown","Physical Address State":"MA ","Physical Address Zipcode":"02657","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15833333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509780","School District Name":"Plympton","Physical Address Line 1":"250 Pembroke Street","Physical Address Line 2":"","Physical Address City":"Kingston","Physical Address State":"MA ","Physical Address Zipcode":"02364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04291845493562232,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509720","School District Name":"Plymouth","Physical Address Line 1":"11 Lincoln Street","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"MA ","Physical Address Zipcode":"02360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0669281978126486,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509690","School District Name":"Plainville","Physical Address Line 1":"68 Messenger Street","Physical Address Line 2":"","Physical Address City":"Plainville","Physical Address State":"MA ","Physical Address Zipcode":"02762","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.058823529411764705,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509630","School District Name":"Pittsfield","Physical Address Line 1":"269 First Street","Physical Address Line 2":"","Physical Address City":"Pittsfield","Physical Address State":"MA ","Physical Address Zipcode":"01201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16849290461649002,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509600","School District Name":"Pioneer Valley","Physical Address Line 1":"97 F Sumner Turner Road","Physical Address Line 2":"","Physical Address City":"Northfield","Physical Address State":"MA ","Physical Address Zipcode":"01360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07627118644067797,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2509540","School District Name":"Petersham","Physical Address Line 1":"2 Spring Street","Physical Address Line 2":"","Physical Address City":"Petersham","Physical Address State":"MA ","Physical Address Zipcode":"01366","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11688311688311688,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2509450","School District Name":"Pentucket","Physical Address Line 1":"22 Main Street","Physical Address Line 2":"","Physical Address City":"West Newbury","Physical Address State":"MA ","Physical Address Zipcode":"01985","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.037477691850089236,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509420","School District Name":"Pembroke","Physical Address Line 1":"72 Pilgrim Road","Physical Address Line 2":"","Physical Address City":"Pembroke","Physical Address State":"MA ","Physical Address Zipcode":"02359","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030587522713506964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509390","School District Name":"Pelham","Physical Address Line 1":"45 Amherst Rd","Physical Address Line 2":"","Physical Address City":"Pelham","Physical Address State":"MA ","Physical Address Zipcode":"01002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10144927536231885,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509360","School District Name":"Peabody","Physical Address Line 1":"27 Lowell Street","Physical Address Line 2":"","Physical Address City":"Peabody","Physical Address State":"MA ","Physical Address Zipcode":"01960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08861307547986723,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509310","School District Name":"Pathfinder Regional Vocational Technical","Physical Address Line 1":"240 Sykes Street","Physical Address Line 2":"","Physical Address City":"Palmer","Physical Address State":"MA ","Physical Address Zipcode":"01069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2509300","School District Name":"Palmer","Physical Address Line 1":"4107 Main Street","Physical Address Line 2":"","Physical Address City":"Palmer","Physical Address State":"MA ","Physical Address Zipcode":"01069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13846153846153847,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509270","School District Name":"Oxford","Physical Address Line 1":"4 Maple Road","Physical Address Line 2":"","Physical Address City":"Oxford","Physical Address State":"MA ","Physical Address Zipcode":"01540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10296067167476801,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509210","School District Name":"Orleans","Physical Address Line 1":"78 Eldredge Pkwy","Physical Address Line 2":"","Physical Address City":"Orleans","Physical Address State":"MA ","Physical Address Zipcode":"02653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07913669064748201,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509180","School District Name":"Orange","Physical Address Line 1":"507 S. Main Street","Physical Address Line 2":"","Physical Address City":"Orange","Physical Address State":"MA ","Physical Address Zipcode":"01364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19087837837837837,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509150","School District Name":"Old Rochester","Physical Address Line 1":"135 Marion Rd","Physical Address Line 2":"","Physical Address City":"Mattapoisett","Physical Address State":"MA ","Physical Address Zipcode":"02739","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.036281179138321996,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509140","School District Name":"Old Colony Regional Vocational Technical","Physical Address Line 1":"476 North Avenue","Physical Address Line 2":"","Physical Address City":"Rochester","Physical Address State":"MA ","Physical Address Zipcode":"02770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2509090","School District Name":"Edgartown","Physical Address Line 1":"4 Pine Street","Physical Address Line 2":"","Physical Address City":"Vineyard Haven","Physical Address State":"MA ","Physical Address Zipcode":"02568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09947643979057591,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509060","School District Name":"Norwood","Physical Address Line 1":"275 Prospect Street","Physical Address Line 2":"","Physical Address City":"Norwood","Physical Address State":"MA ","Physical Address Zipcode":"02062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06723338485316847,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509030","School District Name":"Norwell","Physical Address Line 1":"322 Main Street","Physical Address Line 2":"","Physical Address City":"Norwell","Physical Address State":"MA ","Physical Address Zipcode":"02061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01783264746227709,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2509000","School District Name":"Norton","Physical Address Line 1":"64 West Main Street","Physical Address Line 2":"","Physical Address City":"Norton","Physical Address State":"MA ","Physical Address Zipcode":"02766","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.052680508211961574,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508960","School District Name":"Northeast Metropolitan Regional Vocational Technical","Physical Address Line 1":"100 Hemlock Rd","Physical Address Line 2":"","Physical Address City":"Wakefield","Physical Address State":"MA ","Physical Address Zipcode":"01880","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2508950","School District Name":"Northern Berkshire Regional Vocational Technical","Physical Address Line 1":"70 Hodges Cross Rd","Physical Address Line 2":"","Physical Address City":"North Adams","Physical Address State":"MA ","Physical Address Zipcode":"01247","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2508940","School District Name":"Northbridge","Physical Address Line 1":"87 Linwood Avenue","Physical Address Line 2":"","Physical Address City":"Whitinsville","Physical Address State":"MA ","Physical Address Zipcode":"01588","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07649871276204487,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508910","School District Name":"Northboro-Southboro","Physical Address Line 1":"53 Parkerville Road","Physical Address Line 2":"","Physical Address City":"Southborough","Physical Address State":"MA ","Physical Address Zipcode":"01772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.022850270595309682,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508880","School District Name":"Northborough","Physical Address Line 1":"53 Parkerville Road","Physical Address Line 2":"","Physical Address City":"Southborough","Physical Address State":"MA ","Physical Address Zipcode":"01772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03252885624344176,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508860","School District Name":"Northampton-Smith Vocational Agricultural","Physical Address Line 1":"80 Locust Street","Physical Address Line 2":"","Physical Address City":"Northampton","Physical Address State":"MA ","Physical Address Zipcode":"01060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2508850","School District Name":"Northampton","Physical Address Line 1":"212 Main Street","Physical Address Line 2":"","Physical Address City":"Northampton","Physical Address State":"MA ","Physical Address Zipcode":"01060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07850834151128558,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508820","School District Name":"North Reading","Physical Address Line 1":"189 Park Street","Physical Address Line 2":"","Physical Address City":"North Reading","Physical Address State":"MA ","Physical Address Zipcode":"01864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02889784946236559,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508790","School District Name":"North Middlesex","Physical Address Line 1":"66 Brookline Street","Physical Address Line 2":"","Physical Address City":"Townsend","Physical Address State":"MA ","Physical Address Zipcode":"01469","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05273480061015472,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508760","School District Name":"North Brookfield","Physical Address Line 1":"10 New School Drive","Physical Address Line 2":"","Physical Address City":"North Brookfield","Physical Address State":"MA ","Physical Address Zipcode":"01535","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09103641456582633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508730","School District Name":"North Attleborough","Physical Address Line 1":"6 Morse Street","Physical Address Line 2":"","Physical Address City":"North Attleborough","Physical Address State":"MA ","Physical Address Zipcode":"02760","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06476881925869316,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508700","School District Name":"North Andover","Physical Address Line 1":"566 Main Street","Physical Address Line 2":"","Physical Address City":"North Andover","Physical Address State":"MA ","Physical Address Zipcode":"01845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05148804089830199,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508670","School District Name":"North Adams","Physical Address Line 1":"10 Main Street","Physical Address Line 2":"Second Floor","Physical Address City":"North Adams","Physical Address State":"MA ","Physical Address Zipcode":"01247","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21606475716064757,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2508650","School District Name":"Norfolk County Agricultural","Physical Address Line 1":"400 Main Street","Physical Address Line 2":"","Physical Address City":"Walpole","Physical Address State":"MA ","Physical Address Zipcode":"02081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2508640","School District Name":"Norfolk","Physical Address Line 1":"70 Boardman Street","Physical Address Line 2":"","Physical Address City":"Norfolk","Physical Address State":"MA ","Physical Address Zipcode":"02056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.012,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508610","School District Name":"Newton","Physical Address Line 1":"100 Walnut Street","Physical Address Line 2":"","Physical Address City":"Newtonville","Physical Address State":"MA ","Physical Address Zipcode":"02460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.035123664569003364,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508580","School District Name":"Newburyport","Physical Address Line 1":"70 Low Street","Physical Address Line 2":"","Physical Address City":"Newburyport","Physical Address State":"MA ","Physical Address Zipcode":"01950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05191256830601093,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508530","School District Name":"New Salem-Wendell","Physical Address Line 1":"201 Wendell Road","Physical Address Line 2":"","Physical Address City":"New Salem","Physical Address State":"MA ","Physical Address Zipcode":"01355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11016949152542373,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2508440","School District Name":"Greater New Bedford Regional Vocational Technical","Physical Address Line 1":"1121 Ashley Blvd","Physical Address Line 2":"","Physical Address City":"New Bedford","Physical Address State":"MA ","Physical Address Zipcode":"02745","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2508430","School District Name":"New Bedford","Physical Address Line 1":"455 County Street","Physical Address Line 2":"C/O Paul Rodrigues Administrat","Physical Address City":"New Bedford","Physical Address State":"MA ","Physical Address Zipcode":"02740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.227705274605764,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2508370","School District Name":"Needham","Physical Address Line 1":"1330 Highland Avenue","Physical Address Line 2":"","Physical Address City":"Needham","Physical Address State":"MA ","Physical Address Zipcode":"02492","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.014216424151195853,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508340","School District Name":"Natick","Physical Address Line 1":"13 East Central Street","Physical Address Line 2":"","Physical Address City":"Natick","Physical Address State":"MA ","Physical Address Zipcode":"01760","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03916967509025271,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508320","School District Name":"Nashoba Valley Regional Vocational Technical","Physical Address Line 1":"100 Littleton Road","Physical Address Line 2":"","Physical Address City":"Westford","Physical Address State":"MA ","Physical Address Zipcode":"01886","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2508310","School District Name":"Nashoba","Physical Address Line 1":"50 Mechanic Street","Physical Address Line 2":"","Physical Address City":"Bolton","Physical Address State":"MA ","Physical Address Zipcode":"01740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.031163049526989426,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508280","School District Name":"Narragansett","Physical Address Line 1":"462 Baldwinville Road","Physical Address Line 2":"","Physical Address City":"Baldwinville","Physical Address State":"MA ","Physical Address Zipcode":"01436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08819875776397515,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508250","School District Name":"Nantucket","Physical Address Line 1":"10 Surfside Road","Physical Address Line 2":"","Physical Address City":"Nantucket","Physical Address State":"MA ","Physical Address Zipcode":"02554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04466501240694789,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508220","School District Name":"Nahant","Physical Address Line 1":"290 Castle Road","Physical Address Line 2":"","Physical Address City":"Nahant","Physical Address State":"MA ","Physical Address Zipcode":"01908","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04932735426008968,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508160","School District Name":"Mount Greylock","Physical Address Line 1":"1781 Cold Spring Rd","Physical Address Line 2":"","Physical Address City":"Williamstown","Physical Address State":"MA ","Physical Address Zipcode":"01267","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07532956685499058,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2508050","School District Name":"Montachusett Regional Vocational Technical","Physical Address Line 1":"1050 Westminster Street","Physical Address Line 2":"","Physical Address City":"Fitchburg","Physical Address State":"MA ","Physical Address Zipcode":"01420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2508040","School District Name":"Monson","Physical Address Line 1":"43 Margaret Street","Physical Address Line 2":"","Physical Address City":"Monson","Physical Address State":"MA ","Physical Address Zipcode":"01057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07658959537572255,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507990","School District Name":"Mohawk Trail","Physical Address Line 1":"24 Ashfield Rd","Physical Address Line 2":"","Physical Address City":"Shelburne Falls","Physical Address State":"MA ","Physical Address Zipcode":"01370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11676396997497915,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2507985","School District Name":"Minuteman Regional Vocational Technical","Physical Address Line 1":"758 Marrett Rd","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"MA ","Physical Address Zipcode":"02421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2507980","School District Name":"Milton","Physical Address Line 1":"25 Gile Road","Physical Address Line 2":"","Physical Address City":"Milton","Physical Address State":"MA ","Physical Address Zipcode":"02186","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02563051055977035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507920","School District Name":"Millis","Physical Address Line 1":"245 Plain Street","Physical Address Line 2":"","Physical Address City":"Millis","Physical Address State":"MA ","Physical Address Zipcode":"02054","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029787234042553193,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507890","School District Name":"Millbury","Physical Address Line 1":"12 Martin Street","Physical Address Line 2":"","Physical Address City":"Millbury","Physical Address State":"MA ","Physical Address Zipcode":"01527","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07415143603133159,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507860","School District Name":"Milford","Physical Address Line 1":"31 West Fountain Street","Physical Address Line 2":"","Physical Address City":"Milford","Physical Address State":"MA ","Physical Address Zipcode":"01757","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10009694619486185,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507830","School District Name":"Middleton","Physical Address Line 1":"28 Middleton Road","Physical Address Line 2":"","Physical Address City":"Boxford","Physical Address State":"MA ","Physical Address Zipcode":"01921","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.032552083333333336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507770","School District Name":"Middleborough","Physical Address Line 1":"30 Forest Street","Physical Address Line 2":"","Physical Address City":"Middleborough","Physical Address State":"MA ","Physical Address Zipcode":"02346","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07444777747477502,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507740","School District Name":"Methuen","Physical Address Line 1":"10 Ditson Place","Physical Address Line 2":"","Physical Address City":"Methuen","Physical Address State":"MA ","Physical Address Zipcode":"01844","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10581613508442776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507680","School District Name":"Mendon-Upton","Physical Address Line 1":"150 North Ave","Physical Address Line 2":"","Physical Address City":"Mendon","Physical Address State":"MA ","Physical Address Zipcode":"01756","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.037446504992867335,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507620","School District Name":"Melrose","Physical Address Line 1":"360 Lynn Fells Pkwy","Physical Address Line 2":"","Physical Address City":"Melrose","Physical Address State":"MA ","Physical Address Zipcode":"02176","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03615872270486029,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507590","School District Name":"Medway","Physical Address Line 1":"45 Holliston Street","Physical Address Line 2":"","Physical Address City":"Medway","Physical Address State":"MA ","Physical Address Zipcode":"02053","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02259475218658892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507560","School District Name":"Medford","Physical Address Line 1":"489 Winthrop Street","Physical Address Line 2":"","Physical Address City":"Medford","Physical Address State":"MA ","Physical Address Zipcode":"02155","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08451151707704527,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507530","School District Name":"Medfield","Physical Address Line 1":"459 Main St","Physical Address Line 2":"3rd Fl","Physical Address City":"Medfield","Physical Address State":"MA ","Physical Address Zipcode":"02052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01804209822920147,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507500","School District Name":"Maynard","Physical Address Line 1":"3-R Tiger Drive","Physical Address Line 2":"","Physical Address City":"Maynard","Physical Address State":"MA ","Physical Address Zipcode":"01754","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07001321003963012,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507470","School District Name":"Mattapoisett","Physical Address Line 1":"135 Marion Rd","Physical Address Line 2":"","Physical Address City":"Mattapoisett","Physical Address State":"MA ","Physical Address Zipcode":"02739","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.037444933920704845,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507440","School District Name":"Mashpee","Physical Address Line 1":"150-A Old Barnstable Road","Physical Address Line 2":"","Physical Address City":"Mashpee","Physical Address State":"MA ","Physical Address Zipcode":"02649","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08422301304863583,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507410","School District Name":"Masconomet","Physical Address Line 1":"20 Endicott Rd","Physical Address Line 2":"","Physical Address City":"Boxford","Physical Address State":"MA ","Physical Address Zipcode":"01921","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.036758563074352546,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507380","School District Name":"Martha's Vineyard","Physical Address Line 1":"4 Pine Street","Physical Address Line 2":"","Physical Address City":"Vineyard Haven","Physical Address State":"MA ","Physical Address Zipcode":"02568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08020698576972833,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507350","School District Name":"Marshfield","Physical Address Line 1":"76 South River Street","Physical Address Line 2":"","Physical Address City":"Marshfield","Physical Address State":"MA ","Physical Address Zipcode":"02050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.039299348753649224,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507320","School District Name":"Marlborough","Physical Address Line 1":"25 Union Street","Physical Address Line 2":"","Physical Address City":"Marlborough","Physical Address State":"MA ","Physical Address Zipcode":"01752","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1175326970661011,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507290","School District Name":"Marion","Physical Address Line 1":"135 Marion Rd","Physical Address Line 2":"","Physical Address City":"Mattapoisett","Physical Address State":"MA ","Physical Address Zipcode":"02739","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.052256532066508314,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507260","School District Name":"Marblehead","Physical Address Line 1":"9 Widger Road","Physical Address Line 2":"","Physical Address City":"Marblehead","Physical Address State":"MA ","Physical Address Zipcode":"01945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03323505762530153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507230","School District Name":"Mansfield","Physical Address Line 1":"2 Park Row","Physical Address Line 2":"","Physical Address City":"Mansfield","Physical Address State":"MA ","Physical Address Zipcode":"02048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04538401861908456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507170","School District Name":"Malden","Physical Address Line 1":"77 Salem Street","Physical Address Line 2":"","Physical Address City":"Malden","Physical Address State":"MA ","Physical Address Zipcode":"02148","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1444901104546622,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507140","School District Name":"Lynnfield","Physical Address Line 1":"525 Salem Street","Physical Address Line 2":"","Physical Address City":"Lynnfield","Physical Address State":"MA ","Physical Address Zipcode":"01940","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.028297779712668697,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507110","School District Name":"Lynn","Physical Address Line 1":"100 Bennett St","Physical Address Line 2":"","Physical Address City":"Lynn","Physical Address State":"MA ","Physical Address Zipcode":"01905","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1833944648216072,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507080","School District Name":"Lunenburg","Physical Address Line 1":"1025 Mass Avenue","Physical Address Line 2":"","Physical Address City":"Lunenburg","Physical Address State":"MA ","Physical Address Zipcode":"01462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.061371841155234655,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507050","School District Name":"Ludlow","Physical Address Line 1":"63 Chestnut Street","Physical Address Line 2":"","Physical Address City":"Ludlow","Physical Address State":"MA ","Physical Address Zipcode":"01056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1021923620933522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2507020","School District Name":"Lowell","Physical Address Line 1":"155 Merrimack Street","Physical Address Line 2":"","Physical Address City":"Lowell","Physical Address State":"MA ","Physical Address Zipcode":"01852","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18779589689637033,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506990","School District Name":"Longmeadow","Physical Address Line 1":"535 Bliss Road","Physical Address Line 2":"","Physical Address City":"Longmeadow","Physical Address State":"MA ","Physical Address Zipcode":"01106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03305785123966942,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506960","School District Name":"Littleton","Physical Address Line 1":"33 Shattuck Street","Physical Address Line 2":"","Physical Address City":"Littleton","Physical Address State":"MA ","Physical Address Zipcode":"01460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030743432084963666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506930","School District Name":"Lincoln-Sudbury","Physical Address Line 1":"390 Lincoln Rd","Physical Address Line 2":"","Physical Address City":"Sudbury","Physical Address State":"MA ","Physical Address Zipcode":"01776","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.02947481243301179,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506900","School District Name":"Lincoln","Physical Address Line 1":"1 Ballfield Road","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"MA ","Physical Address Zipcode":"01773","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03304904051172708,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506840","School District Name":"Lexington","Physical Address Line 1":"146 Maple Street","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"MA ","Physical Address Zipcode":"02420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.033243080625752104,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506810","School District Name":"Leverett","Physical Address Line 1":"85 Montague Road","Physical Address Line 2":"","Physical Address City":"Leverett","Physical Address State":"MA ","Physical Address Zipcode":"01054","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.075,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506780","School District Name":"Leominster","Physical Address Line 1":"24 Church Street","Physical Address Line 2":"","Physical Address City":"Leominster","Physical Address State":"MA ","Physical Address Zipcode":"01453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12320230105465005,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506750","School District Name":"Lenox","Physical Address Line 1":"6 Walker Street","Physical Address Line 2":"","Physical Address City":"Lenox","Physical Address State":"MA ","Physical Address Zipcode":"01240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05023547880690738,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506720","School District Name":"Leicester","Physical Address Line 1":"3 Washburn Square","Physical Address Line 2":"3rd Floor","Physical Address City":"Leicester","Physical Address State":"MA ","Physical Address Zipcode":"01524","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506690","School District Name":"Lee","Physical Address Line 1":"300A Greylock","Physical Address Line 2":"","Physical Address City":"Lee","Physical Address State":"MA ","Physical Address Zipcode":"01238","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08600583090379009,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506660","School District Name":"Lawrence","Physical Address Line 1":"237 Essex Street","Physical Address Line 2":"","Physical Address City":"Lawrence","Physical Address State":"MA ","Physical Address Zipcode":"01840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22165877093481018,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2506540","School District Name":"Kingston","Physical Address Line 1":"250 Pembroke Street","Physical Address Line 2":"","Physical Address City":"Kingston","Physical Address State":"MA ","Physical Address Zipcode":"02364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03993344425956739,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506510","School District Name":"King Philip","Physical Address Line 1":"18 King Street","Physical Address Line 2":"","Physical Address City":"Norfolk","Physical Address State":"MA ","Physical Address Zipcode":"02056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02443609022556391,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506480","School District Name":"Ipswich","Physical Address Line 1":"1 Lord Square","Physical Address Line 2":"","Physical Address City":"Ipswich","Physical Address State":"MA ","Physical Address Zipcode":"01938","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.047391096218286265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506420","School District Name":"Hull","Physical Address Line 1":"18 Harborview Rd","Physical Address Line 2":"","Physical Address City":"Hull","Physical Address State":"MA ","Physical Address Zipcode":"02045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06991869918699187,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506390","School District Name":"Hudson","Physical Address Line 1":"155 Apsley Street","Physical Address Line 2":"","Physical Address City":"Hudson","Physical Address State":"MA ","Physical Address Zipcode":"01749","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06747681483850336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506330","School District Name":"Hopkinton","Physical Address Line 1":"89 Hayden Rowe Street","Physical Address Line 2":"","Physical Address City":"Hopkinton","Physical Address State":"MA ","Physical Address Zipcode":"01748","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.026343519494204427,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506300","School District Name":"Hopedale","Physical Address Line 1":"25 Adin Street","Physical Address Line 2":"","Physical Address City":"Hopedale","Physical Address State":"MA ","Physical Address Zipcode":"01747","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05224564619615032,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506270","School District Name":"Holyoke","Physical Address Line 1":"57 Suffolk Street","Physical Address Line 2":"","Physical Address City":"Holyoke","Physical Address State":"MA ","Physical Address Zipcode":"01040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2814534443603331,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2506240","School District Name":"Holliston","Physical Address Line 1":"370 Hollis Street","Physical Address Line 2":"","Physical Address City":"Holliston","Physical Address State":"MA ","Physical Address Zipcode":"01746","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.024225151407196294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506210","School District Name":"Holland","Physical Address Line 1":"320 Brookfield Rd","Physical Address Line 2":"","Physical Address City":"Fiskdale","Physical Address State":"MA ","Physical Address Zipcode":"01518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08421052631578947,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506150","School District Name":"Holbrook","Physical Address Line 1":"245 So. Franklin Street","Physical Address Line 2":"","Physical Address City":"Holbrook","Physical Address State":"MA ","Physical Address Zipcode":"02343","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06727272727272728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506090","School District Name":"Hingham","Physical Address Line 1":"220 Central Street","Physical Address Line 2":"","Physical Address City":"Hingham","Physical Address State":"MA ","Physical Address Zipcode":"02043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.017171476269973767,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2506000","School District Name":"Hawlemont","Physical Address Line 1":"24 Ashfield Rd","Physical Address Line 2":"","Physical Address City":"Shelburne Falls","Physical Address State":"MA ","Physical Address Zipcode":"01370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17391304347826086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2505970","School District Name":"Haverhill","Physical Address Line 1":"4 Summer Street","Physical Address Line 2":"","Physical Address City":"Haverhill","Physical Address State":"MA ","Physical Address Zipcode":"01830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.142365221134187,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505940","School District Name":"Hatfield","Physical Address Line 1":"34 School Street","Physical Address Line 2":"","Physical Address City":"Hatfield","Physical Address State":"MA ","Physical Address Zipcode":"01038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05641025641025641,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505880","School District Name":"Harvard","Physical Address Line 1":"39 Massachusetts Avenue","Physical Address Line 2":"","Physical Address City":"Harvard","Physical Address State":"MA ","Physical Address Zipcode":"01451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.029787234042553193,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505790","School District Name":"Hanover","Physical Address Line 1":"188 Broadway Street","Physical Address Line 2":"","Physical Address City":"Hanover","Physical Address State":"MA ","Physical Address Zipcode":"02339","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.025522864232541652,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505760","School District Name":"Hancock","Physical Address Line 1":"3080 Hancock Road","Physical Address Line 2":"","Physical Address City":"Hancock","Physical Address State":"MA ","Physical Address Zipcode":"02137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505740","School District Name":"Hampshire","Physical Address Line 1":"19 Stage Rd","Physical Address Line 2":"","Physical Address City":"Westhampton","Physical Address State":"MA ","Physical Address Zipcode":"01027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03135498320268757,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505730","School District Name":"Hampden-Wilbraham","Physical Address Line 1":"621 Main Street","Physical Address Line 2":"","Physical Address City":"Wilbraham","Physical Address State":"MA ","Physical Address Zipcode":"01095","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04725609756097561,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505670","School District Name":"Hamilton-Wenham","Physical Address Line 1":"5 School Street","Physical Address Line 2":"","Physical Address City":"Wenham","Physical Address State":"MA ","Physical Address Zipcode":"01984","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04774193548387097,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505610","School District Name":"Halifax","Physical Address Line 1":"250 Pembroke Street","Physical Address Line 2":"","Physical Address City":"Kingston","Physical Address State":"MA ","Physical Address Zipcode":"02364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0430622009569378,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505580","School District Name":"Hadley","Physical Address Line 1":"125 Russell Street","Physical Address Line 2":"","Physical Address City":"Hadley","Physical Address State":"MA ","Physical Address Zipcode":"01035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04962406015037594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505500","School District Name":"Groton-Dunstable","Physical Address Line 1":"344 Main Street","Physical Address Line 2":"","Physical Address City":"Groton","Physical Address State":"MA ","Physical Address Zipcode":"01450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0226576852418861,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505490","School District Name":"Greenfield","Physical Address Line 1":"195 Federal Street Suite 100","Physical Address Line 2":"","Physical Address City":"Greenfield","Physical Address State":"MA ","Physical Address Zipcode":"01301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1729106628242075,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505485","School District Name":"Greater Fall River Regional Vocational Technical","Physical Address Line 1":"251 Stonehaven Rd","Physical Address Line 2":"","Physical Address City":"Fall River","Physical Address State":"MA ","Physical Address Zipcode":"02723","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2505480","School District Name":"Greater Lowell Regional Vocational Technical","Physical Address Line 1":"250 Pawtucket Blvd","Physical Address Line 2":"","Physical Address City":"Tyngsborough","Physical Address State":"MA ","Physical Address Zipcode":"01879","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2505470","School District Name":"Greater Lawrence Regional Vocational Technical","Physical Address Line 1":"57 River Rd","Physical Address Line 2":"","Physical Address City":"Andover","Physical Address State":"MA ","Physical Address Zipcode":"01810","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2505400","School District Name":"Granby","Physical Address Line 1":"387 East State Street","Physical Address Line 2":"","Physical Address City":"Granby","Physical Address State":"MA ","Physical Address Zipcode":"01033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0553877139979859,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505370","School District Name":"Grafton","Physical Address Line 1":"30 Providence Rd","Physical Address Line 2":"","Physical Address City":"Grafton","Physical Address State":"MA ","Physical Address Zipcode":"01519","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03116883116883117,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505340","School District Name":"Gosnold","Physical Address Line 1":"263 Hill Plain Road","Physical Address Line 2":"","Physical Address City":"East Falmouth","Physical Address State":"MA ","Physical Address Zipcode":"02536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2505280","School District Name":"Gloucester","Physical Address Line 1":"2 Blackburn Drive","Physical Address Line 2":"","Physical Address City":"Gloucester","Physical Address State":"MA ","Physical Address Zipcode":"01930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505270","School District Name":"Gill-Montague","Physical Address Line 1":"35 Crocker Avenue","Physical Address Line 2":"","Physical Address City":"Turners Falls","Physical Address State":"MA ","Physical Address Zipcode":"01376","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13711583924349882,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505220","School District Name":"Georgetown","Physical Address Line 1":"51 North Street","Physical Address Line 2":"","Physical Address City":"Georgetown","Physical Address State":"MA ","Physical Address Zipcode":"01833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.034167175106772425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505160","School District Name":"Gateway","Physical Address Line 1":"12 Littleville Road","Physical Address Line 2":"","Physical Address City":"Huntington","Physical Address State":"MA ","Physical Address Zipcode":"01050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09075043630017451,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505130","School District Name":"Gardner","Physical Address Line 1":"70 Waterford Street","Physical Address Line 2":"","Physical Address City":"Gardner","Physical Address State":"MA ","Physical Address Zipcode":"01440","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.15803013597941934,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505100","School District Name":"Frontier","Physical Address Line 1":"113 North Main Street Office","Physical Address Line 2":"","Physical Address City":"South Deerfield","Physical Address State":"MA ","Physical Address Zipcode":"01373","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05193075898801598,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505070","School District Name":"Freetown-Lakeville","Physical Address Line 1":"98 Howland Rd","Physical Address Line 2":"","Physical Address City":"Lakeville","Physical Address State":"MA ","Physical Address Zipcode":"02347","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04625107727664464,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2505020","School District Name":"Franklin County Regional Vocational Technical","Physical Address Line 1":"82 Industrial Blvd","Physical Address Line 2":"","Physical Address City":"Turners Falls","Physical Address State":"MA ","Physical Address Zipcode":"01376","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2505010","School District Name":"Franklin","Physical Address Line 1":"355 East Central Street","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"MA ","Physical Address Zipcode":"02038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.026163222833358108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504980","School District Name":"Framingham","Physical Address Line 1":"73 Mt. Wayte Avenue","Physical Address Line 2":"Suite 5","Physical Address City":"Framingham","Physical Address State":"MA ","Physical Address Zipcode":"01702","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11197153620761825,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504950","School District Name":"Foxborough","Physical Address Line 1":"60 South Street","Physical Address Line 2":"C/O Igo Administration","Physical Address City":"Foxborough","Physical Address State":"MA ","Physical Address Zipcode":"02035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03779840848806366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504920","School District Name":"Florida","Physical Address Line 1":"56 North County Rd","Physical Address Line 2":"","Physical Address City":"Florida","Physical Address State":"MA ","Physical Address Zipcode":"01247","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16901408450704225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504890","School District Name":"Fitchburg","Physical Address Line 1":"376 South Street","Physical Address Line 2":"","Physical Address City":"Fitchburg","Physical Address State":"MA ","Physical Address Zipcode":"01420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.19224936815501265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504860","School District Name":"Falmouth","Physical Address Line 1":"340 Teaticket Hwy","Physical Address Line 2":"","Physical Address City":"East Falmouth","Physical Address State":"MA ","Physical Address Zipcode":"02536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08513119533527697,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504830","School District Name":"Fall River","Physical Address Line 1":"417 Rock Street","Physical Address Line 2":"","Physical Address City":"Fall River","Physical Address State":"MA ","Physical Address Zipcode":"02720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23302505730772272,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2504800","School District Name":"Fairhaven","Physical Address Line 1":"128 Washington Street","Physical Address Line 2":"","Physical Address City":"Fairhaven","Physical Address State":"MA ","Physical Address Zipcode":"02719","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0978509373571102,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504770","School District Name":"Everett","Physical Address Line 1":"121 Vine Street","Physical Address Line 2":"","Physical Address City":"Everett","Physical Address State":"MA ","Physical Address Zipcode":"02149","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15702860658258996,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504710","School District Name":"Erving","Physical Address Line 1":"201 Wendell Road","Physical Address Line 2":"","Physical Address City":"New Salem","Physical Address State":"MA ","Physical Address Zipcode":"01355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09740259740259741,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504650","School District Name":"Oak Bluffs","Physical Address Line 1":"4 Pine Street","Physical Address Line 2":"","Physical Address City":"Vineyard Haven","Physical Address State":"MA ","Physical Address Zipcode":"02568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11369509043927649,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504620","School District Name":"Easton","Physical Address Line 1":"50 Oliver Street","Physical Address Line 2":"","Physical Address City":"North Easton","Physical Address State":"MA ","Physical Address Zipcode":"02356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.042693773824650574,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504590","School District Name":"Easthampton","Physical Address Line 1":"50 Payson Avenue","Physical Address Line 2":"","Physical Address City":"Easthampton","Physical Address State":"MA ","Physical Address Zipcode":"01027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08447613823368075,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504560","School District Name":"Nauset","Physical Address Line 1":"78 Eldredge Pkwy","Physical Address Line 2":"","Physical Address City":"Orleans","Physical Address State":"MA ","Physical Address Zipcode":"02653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09170653907496013,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504530","School District Name":"Eastham","Physical Address Line 1":"78 Eldredge Pkwy","Physical Address Line 2":"","Physical Address City":"Orleans","Physical Address State":"MA ","Physical Address Zipcode":"02653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.21264367816091953,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2504500","School District Name":"East Longmeadow","Physical Address Line 1":"180 Maple Street","Physical Address Line 2":"","Physical Address City":"East Longmeadow","Physical Address State":"MA ","Physical Address Zipcode":"01028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07300970873786408,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504440","School District Name":"East Bridgewater","Physical Address Line 1":"143 Plymouth Street","Physical Address Line 2":"","Physical Address City":"East Bridgewater","Physical Address State":"MA ","Physical Address Zipcode":"02333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04081632653061224,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504410","School District Name":"Duxbury","Physical Address Line 1":"93 Chandler Street","Physical Address Line 2":"","Physical Address City":"Duxbury","Physical Address State":"MA ","Physical Address Zipcode":"02332","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0280986575085857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504360","School District Name":"Dudley-Charlton Reg","Physical Address Line 1":"68 Dudley Oxford Road","Physical Address Line 2":"","Physical Address City":"Dudley","Physical Address State":"MA ","Physical Address Zipcode":"01571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0660287081339713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504320","School District Name":"Dracut","Physical Address Line 1":"2063 Lakeview Avenue","Physical Address Line 2":"","Physical Address City":"Dracut","Physical Address State":"MA ","Physical Address Zipcode":"01826","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07259347653142402,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504290","School District Name":"Dover-Sherborn","Physical Address Line 1":"157 Farm Street","Physical Address Line 2":"","Physical Address City":"Dover","Physical Address State":"MA ","Physical Address Zipcode":"02030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04371963913948647,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504260","School District Name":"Dover","Physical Address Line 1":"157 Farm Street","Physical Address Line 2":"","Physical Address City":"Dover","Physical Address State":"MA ","Physical Address Zipcode":"02030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030252100840336135,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504230","School District Name":"Douglas","Physical Address Line 1":"21 Davis Street","Physical Address Line 2":"","Physical Address City":"Douglas","Physical Address State":"MA ","Physical Address Zipcode":"01516","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04900744416873449,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504200","School District Name":"Dighton-Rehoboth","Physical Address Line 1":"2700 Regional Road","Physical Address Line 2":"","Physical Address City":"North Dighton","Physical Address State":"MA ","Physical Address Zipcode":"02764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.054284037558685445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504140","School District Name":"Dennis-Yarmouth","Physical Address Line 1":"296 Station Avenue","Physical Address Line 2":"","Physical Address City":"South Yarmouth","Physical Address State":"MA ","Physical Address Zipcode":"02664","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10757663389242336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504080","School District Name":"Deerfield","Physical Address Line 1":"113 North Main Street Office","Physical Address Line 2":"","Physical Address City":"South Deerfield","Physical Address State":"MA ","Physical Address Zipcode":"01373","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.056555269922879174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504050","School District Name":"Dedham","Physical Address Line 1":"100 Whiting Avenue","Physical Address Line 2":"","Physical Address City":"Dedham","Physical Address State":"MA ","Physical Address Zipcode":"02026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05223880597014925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2504020","School District Name":"Dartmouth","Physical Address Line 1":"8 Bush Street","Physical Address Line 2":"","Physical Address City":"Dartmouth","Physical Address State":"MA ","Physical Address Zipcode":"02748","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0703125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503990","School District Name":"Danvers","Physical Address Line 1":"64 Cabot Road","Physical Address Line 2":"","Physical Address City":"Danvers","Physical Address State":"MA ","Physical Address Zipcode":"01923","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05504358655043586,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503900","School District Name":"Conway","Physical Address Line 1":"113 North Main Street Office","Physical Address Line 2":"","Physical Address City":"South Deerfield","Physical Address State":"MA ","Physical Address Zipcode":"01373","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06015037593984962,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503870","School District Name":"Concord-Carlisle","Physical Address Line 1":"120 Meriam Rd","Physical Address Line 2":"","Physical Address City":"Concord","Physical Address State":"MA ","Physical Address Zipcode":"01742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.021696252465483234,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503840","School District Name":"Concord","Physical Address Line 1":"120 Meriam Rd","Physical Address Line 2":"","Physical Address City":"Concord","Physical Address State":"MA ","Physical Address Zipcode":"01742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.027522935779816515,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503780","School District Name":"Cohasset","Physical Address Line 1":"143 Pond Street","Physical Address Line 2":"","Physical Address City":"Cohasset","Physical Address State":"MA ","Physical Address Zipcode":"02025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03046594982078853,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503750","School District Name":"Clinton","Physical Address Line 1":"150 School Street","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"MA ","Physical Address Zipcode":"01510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08814270724029381,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503720","School District Name":"Clarksburg","Physical Address Line 1":"777 West Crossroad","Physical Address Line 2":"","Physical Address City":"Clarksburg","Physical Address State":"MA ","Physical Address Zipcode":"01247","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10828025477707007,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503660","School District Name":"Chicopee","Physical Address Line 1":"180 Broadway Street","Physical Address Line 2":"","Physical Address City":"Chicopee","Physical Address State":"MA ","Physical Address Zipcode":"01020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1838848533763788,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503540","School District Name":"Chelsea","Physical Address Line 1":"500 Broadway Street","Physical Address Line 2":"c/o City Hall Room 216","Physical Address City":"Chelsea","Physical Address State":"MA ","Physical Address Zipcode":"02150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.21352253756260434,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2503510","School District Name":"Chelmsford","Physical Address Line 1":"230 North Road","Physical Address Line 2":"","Physical Address City":"Chelmsford","Physical Address State":"MA ","Physical Address Zipcode":"01824","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.046830092983939135,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503390","School District Name":"Central Berkshire","Physical Address Line 1":"254 Hinsdale Road","Physical Address Line 2":"","Physical Address City":"Dalton","Physical Address State":"MA ","Physical Address Zipcode":"01227","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0957387935805202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503360","School District Name":"Carver","Physical Address Line 1":"3 Carver Square Blvd.","Physical Address Line 2":"","Physical Address City":"Carver","Physical Address State":"MA ","Physical Address Zipcode":"02330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07150715071507151,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503330","School District Name":"Carlisle","Physical Address Line 1":"83 School Street","Physical Address Line 2":"","Physical Address City":"Carlisle","Physical Address State":"MA ","Physical Address Zipcode":"01741","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.02710413694721826,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503310","School District Name":"Cape Cod Regional Vocational Technical","Physical Address Line 1":"351 Pleasant Lake Avenue","Physical Address Line 2":"","Physical Address City":"Harwich","Physical Address State":"MA ","Physical Address Zipcode":"02645","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2503300","School District Name":"Canton","Physical Address Line 1":"960 Washington Street","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"MA ","Physical Address Zipcode":"02021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03891156462585034,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503270","School District Name":"Cambridge","Physical Address Line 1":"135 Berkshire St","Physical Address Line 2":"","Physical Address City":"Cambridge","Physical Address State":"MA ","Physical Address Zipcode":"02141","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1114580505023079,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503240","School District Name":"Burlington","Physical Address Line 1":"123 Cambridge Street","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"MA ","Physical Address Zipcode":"01803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.040998217468805706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503150","School District Name":"Brookline","Physical Address Line 1":"333 Washington Street","Physical Address Line 2":"","Physical Address City":"Brookline","Physical Address State":"MA ","Physical Address Zipcode":"02445","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03866998681704995,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503120","School District Name":"Brookfield","Physical Address Line 1":"320 Brookfield Rd","Physical Address Line 2":"","Physical Address City":"Fiskdale","Physical Address State":"MA ","Physical Address Zipcode":"01518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07468879668049792,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503090","School District Name":"Brockton","Physical Address Line 1":"43 Crescent Street","Physical Address Line 2":"","Physical Address City":"Brockton","Physical Address State":"MA ","Physical Address Zipcode":"02301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12644411821025084,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503080","School District Name":"Bristol-Plymouth Regional Vocational Technical","Physical Address Line 1":"207 Hart Street","Physical Address Line 2":"","Physical Address City":"Taunton","Physical Address State":"MA ","Physical Address Zipcode":"02780","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2503070","School District Name":"Bristol County Agricultural","Physical Address Line 1":"135 Center Street","Physical Address Line 2":"","Physical Address City":"Dighton","Physical Address State":"MA ","Physical Address Zipcode":"02715","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2503060","School District Name":"Brimfield","Physical Address Line 1":"320A Brookfield Rd","Physical Address Line 2":"","Physical Address City":"Fiskdale","Physical Address State":"MA ","Physical Address Zipcode":"01518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09811320754716982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2503030","School District Name":"Bridgewater-Raynham","Physical Address Line 1":"166 Mt. Prospect Street","Physical Address Line 2":"","Physical Address City":"Bridgewater","Physical Address State":"MA ","Physical Address Zipcode":"02324","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.050710274198876776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502970","School District Name":"Brewster","Physical Address Line 1":"78 Eldredge Pkwy","Physical Address Line 2":"","Physical Address City":"Orleans","Physical Address State":"MA ","Physical Address Zipcode":"02653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1044776119402985,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502940","School District Name":"Braintree","Physical Address Line 1":"348 Pond Street","Physical Address Line 2":"","Physical Address City":"Braintree","Physical Address State":"MA ","Physical Address Zipcode":"02184","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0514820592823713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502880","School District Name":"Boxford","Physical Address Line 1":"28 Middleton Road","Physical Address Line 2":"","Physical Address City":"Boxford","Physical Address State":"MA ","Physical Address Zipcode":"01921","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.019675925925925927,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502820","School District Name":"Bourne","Physical Address Line 1":"36 Sandwich Rd","Physical Address Line 2":"","Physical Address City":"Bourne","Physical Address State":"MA ","Physical Address Zipcode":"02532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06934628975265017,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502790","School District Name":"Boston","Physical Address Line 1":"2300 Washington Street","Physical Address Line 2":"","Physical Address City":"Roxbury","Physical Address State":"MA ","Physical Address Zipcode":"02119","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2092423560230854,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2502740","School District Name":"Blue Hills Regional Vocational Technical","Physical Address Line 1":"800 Randolph Street","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"MA ","Physical Address Zipcode":"02021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2502715","School District Name":"Blackstone-Millville","Physical Address Line 1":"175 Lincoln Street","Physical Address Line 2":"","Physical Address City":"Blackstone","Physical Address State":"MA ","Physical Address Zipcode":"01504","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06133828996282528,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502710","School District Name":"Blackstone Valley Regional Vocational Technical","Physical Address Line 1":"65 Pleasant Street","Physical Address Line 2":"","Physical Address City":"Upton","Physical Address State":"MA ","Physical Address Zipcode":"01568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2502670","School District Name":"Billerica","Physical Address Line 1":"365 Boston Rd","Physical Address Line 2":"","Physical Address City":"Billerica","Physical Address State":"MA ","Physical Address Zipcode":"01821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04605921899585181,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502640","School District Name":"Beverly","Physical Address Line 1":"70 Balch St","Physical Address Line 2":"","Physical Address City":"Beverly","Physical Address State":"MA ","Physical Address Zipcode":"01915","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07160354249104955,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502580","School District Name":"Berlin-Boylston","Physical Address Line 1":"215 Main Street","Physical Address Line 2":"","Physical Address City":"Boylston","Physical Address State":"MA ","Physical Address Zipcode":"01505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03806228373702422,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502530","School District Name":"Berkshire Hills","Physical Address Line 1":"50 Main Street","Physical Address Line 2":"","Physical Address City":"Stockbridge","Physical Address State":"MA ","Physical Address Zipcode":"01262","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08505367464905036,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502520","School District Name":"Berkley","Physical Address Line 1":"21 North Main Street","Physical Address Line 2":"","Physical Address City":"Berkley","Physical Address State":"MA ","Physical Address Zipcode":"02779","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.044740024183796856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502490","School District Name":"Belmont","Physical Address Line 1":"644 Pleasant Street","Physical Address Line 2":"","Physical Address City":"Belmont","Physical Address State":"MA ","Physical Address Zipcode":"02478","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03313049357674104,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502460","School District Name":"Bellingham","Physical Address Line 1":"4 Mechanic Street","Physical Address Line 2":"","Physical Address City":"Bellingham","Physical Address State":"MA ","Physical Address Zipcode":"02019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05249441548771407,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502430","School District Name":"Belchertown","Physical Address Line 1":"14 Maple St.","Physical Address Line 2":"","Physical Address City":"Belchertown","Physical Address State":"MA ","Physical Address Zipcode":"01007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0600480384307446,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502400","School District Name":"Bedford","Physical Address Line 1":"97 McMahon Road","Physical Address Line 2":"","Physical Address City":"Bedford","Physical Address State":"MA ","Physical Address Zipcode":"01730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02595744680851064,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502310","School District Name":"Barnstable","Physical Address Line 1":"230 South Street","Physical Address Line 2":"","Physical Address City":"Hyannis","Physical Address State":"MA ","Physical Address Zipcode":"02601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10473570446060129,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502250","School District Name":"Avon","Physical Address Line 1":"1 Patrick Clark Drive","Physical Address Line 2":"","Physical Address City":"Avon","Physical Address State":"MA ","Physical Address Zipcode":"02322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06811145510835913,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502220","School District Name":"Auburn","Physical Address Line 1":"5 West Street","Physical Address Line 2":"","Physical Address City":"Auburn","Physical Address State":"MA ","Physical Address Zipcode":"01501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.054690786705931846,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502190","School District Name":"Attleboro","Physical Address Line 1":"100 Rathbun Willard Drive","Physical Address Line 2":"","Physical Address City":"Attleboro","Physical Address State":"MA ","Physical Address Zipcode":"02703","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09369903632320237,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502160","School District Name":"Athol-Royalston","Physical Address Line 1":"1062 Pleasant Street","Physical Address Line 2":"","Physical Address City":"Athol","Physical Address State":"MA ","Physical Address Zipcode":"01331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1495049504950495,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502110","School District Name":"Assabet Valley Regional Vocational Technical","Physical Address Line 1":"215 Fitchburg Street","Physical Address Line 2":"","Physical Address City":"Marlborough","Physical Address State":"MA ","Physical Address Zipcode":"01752","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2502100","School District Name":"Ashland","Physical Address Line 1":"87 West Union Street","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"MA ","Physical Address Zipcode":"01721","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04963805584281282,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2502040","School District Name":"Ashburnham-Westminster","Physical Address Line 1":"11 Oakmont Drive","Physical Address Line 2":"","Physical Address City":"Ashburnham","Physical Address State":"MA ","Physical Address Zipcode":"01430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04130162703379224,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2501980","School District Name":"Arlington","Physical Address Line 1":"869 Massachusetts Avenue","Physical Address Line 2":"","Physical Address City":"Arlington","Physical Address State":"MA ","Physical Address Zipcode":"02476","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03211163416274378,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2501950","School District Name":"Andover","Physical Address Line 1":"36 Bartlet Street","Physical Address Line 2":"","Physical Address City":"Andover","Physical Address State":"MA ","Physical Address Zipcode":"01810","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.026410026857654433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2501920","School District Name":"Amherst-Pelham","Physical Address Line 1":"170 Chestnut Street","Physical Address Line 2":"","Physical Address City":"Amherst","Physical Address State":"MA ","Physical Address Zipcode":"01002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09001837109614207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2501890","School District Name":"Amherst","Physical Address Line 1":"170 Chestnut Street","Physical Address Line 2":"","Physical Address City":"Amherst","Physical Address State":"MA ","Physical Address Zipcode":"01002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10339384372533544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2501860","School District Name":"Amesbury","Physical Address Line 1":"5 Highland Street","Physical Address Line 2":"","Physical Address City":"Amesbury","Physical Address State":"MA ","Physical Address Zipcode":"01913","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07469209376241558,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2501800","School District Name":"Agawam","Physical Address Line 1":"1305 Springfield Street","Physical Address Line 2":"Suite 1","Physical Address City":"Feeding Hills","Physical Address State":"MA ","Physical Address Zipcode":"01030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10687991876110688,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2501780","School District Name":"Hoosac Valley Regional","Physical Address Line 1":"191 Church St","Physical Address Line 2":"","Physical Address City":"Cheshire","Physical Address State":"MA ","Physical Address Zipcode":"01225","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14363512593601088,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2501740","School District Name":"Acushnet","Physical Address Line 1":"708 Middle Road","Physical Address Line 2":"Suite 1","Physical Address City":"Acushnet","Physical Address State":"MA ","Physical Address Zipcode":"02743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06847935548841894,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2501710","School District Name":"Acton-Boxborough","Physical Address Line 1":"15 Charter Rd","Physical Address Line 2":"","Physical Address City":"Acton","Physical Address State":"MA ","Physical Address Zipcode":"01720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02667757774140753,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2501650","School District Name":"Abington","Physical Address Line 1":"1071 Washington St.","Physical Address Line 2":"","Physical Address City":"Abington","Physical Address State":"MA ","Physical Address Zipcode":"02351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04693140794223827,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2500590","School District Name":"Phoenix Academy Public Charter High School Lawrence (Distric","Physical Address Line 1":"15 Union Street","Physical Address Line 2":"","Physical Address City":"Lawrence","Physical Address State":"MA ","Physical Address Zipcode":"01840","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500589","School District Name":"Map Academy Charter School (District)","Physical Address Line 1":"11 Resnik Road","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"MA ","Physical Address Zipcode":"02360","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500588","School District Name":"Hampden Charter School of Science West (District)","Physical Address Line 1":"511 Main St.","Physical Address Line 2":"","Physical Address City":"West Springfield","Physical Address State":"MA ","Physical Address Zipcode":"01089","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500587","School District Name":"Old Sturbridge Academy Charter Public School (District)","Physical Address Line 1":"2 Old Sturbridge Village Road","Physical Address Line 2":"","Physical Address City":"Sturbridge","Physical Address State":"MA ","Physical Address Zipcode":"01566","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500586","School District Name":"Libertas Academy Charter School (District)","Physical Address Line 1":"146 Chestnut Street","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"MA ","Physical Address Zipcode":"01103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500585","School District Name":"Collaborative for Regional Educational Service and Training","Physical Address Line 1":"1 Branch Street","Physical Address Line 2":"","Physical Address City":"Methuen","Physical Address State":"MA ","Physical Address Zipcode":"01844","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500584","School District Name":"Lower Pioneer Valley Educational Collaborative","Physical Address Line 1":"174 Brush Hill Avenue","Physical Address Line 2":"","Physical Address City":"West Springfield","Physical Address State":"MA ","Physical Address Zipcode":"01089","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500583","School District Name":"Shore Educational Collaborative","Physical Address Line 1":"100 Revere Beach Parkway","Physical Address Line 2":"","Physical Address City":"Chelsea","Physical Address State":"MA ","Physical Address Zipcode":"02150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500582","School District Name":"Bi-County Collaborative (BICO)","Physical Address Line 1":"397 East Central Street","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"MA ","Physical Address Zipcode":"02038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500581","School District Name":"South Shore Educational Collaborative (SSEC)","Physical Address Line 1":"75 Abington Street","Physical Address Line 2":"","Physical Address City":"Hingham","Physical Address State":"MA ","Physical Address Zipcode":"02043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500580","School District Name":"C.A.S.E. Concord Area SPED Collaborative","Physical Address Line 1":"120 Meriam Rd","Physical Address Line 2":"","Physical Address City":"Concord","Physical Address State":"MA ","Physical Address Zipcode":"01742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500579","School District Name":"South Coast Educational Collaborative","Physical Address Line 1":"2201 G.A.R. Highway","Physical Address Line 2":"","Physical Address City":"Swansea","Physical Address State":"MA ","Physical Address Zipcode":"02777","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500578","School District Name":"ACCEPT Education Collaborative","Physical Address Line 1":"4 Tech Circle","Physical Address Line 2":"","Physical Address City":"Natick","Physical Address State":"MA ","Physical Address Zipcode":"01760","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500577","School District Name":"North River Collaborative","Physical Address Line 1":"198 Spring Street","Physical Address Line 2":"","Physical Address City":"Rockland","Physical Address State":"MA ","Physical Address Zipcode":"02370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500575","School District Name":"Keystone Educational Collaborative","Physical Address Line 1":"2 Shaker Road Suite D215","Physical Address Line 2":"","Physical Address City":"Shirley","Physical Address State":"MA ","Physical Address Zipcode":"01464","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500574","School District Name":"LABBB Collaborative","Physical Address Line 1":"36 Middlesex Turnpike","Physical Address Line 2":"","Physical Address City":"Bedford","Physical Address State":"MA ","Physical Address Zipcode":"01730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500573","School District Name":"SEEM Collaborative","Physical Address Line 1":"92 Montvale Ave","Physical Address Line 2":"Suite 3500","Physical Address City":"Stoneham","Physical Address State":"MA ","Physical Address Zipcode":"02180","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500572","School District Name":"Assabet Valley Collaborative","Physical Address Line 1":"28 Lord Road","Physical Address Line 2":"","Physical Address City":"Marlborough","Physical Address State":"MA ","Physical Address Zipcode":"01752","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500571","School District Name":"Southern Worcester County Educational Collaborative","Physical Address Line 1":"185 Southbridge Road","Physical Address Line 2":"","Physical Address City":"Dudley","Physical Address State":"MA ","Physical Address Zipcode":"01571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500570","School District Name":"CAPS Education Collaborative","Physical Address Line 1":"2 Narrows Rd.","Physical Address Line 2":"Suite C105","Physical Address City":"Westminster","Physical Address State":"MA ","Physical Address Zipcode":"01475","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500569","School District Name":"Valley Collaborative","Physical Address Line 1":"40 Linnell Circle","Physical Address Line 2":"","Physical Address City":"Billerica","Physical Address State":"MA ","Physical Address Zipcode":"01821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500568","School District Name":"Pilgrim Area Collaborative (PAC)","Physical Address Line 1":"120 Center Street","Physical Address Line 2":"","Physical Address City":"Pembroke","Physical Address State":"MA ","Physical Address Zipcode":"02359","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500567","School District Name":"Collaborative for Educational Services","Physical Address Line 1":"97 Hawley Street","Physical Address Line 2":"","Physical Address City":"Northampton","Physical Address State":"MA ","Physical Address Zipcode":"01060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500566","School District Name":"The Education Cooperative (TEC)","Physical Address Line 1":"141 Mansion Drive","Physical Address Line 2":"Suite 200","Physical Address City":"E. Walpole","Physical Address State":"MA ","Physical Address Zipcode":"02032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500565","School District Name":"Central Massachusetts SPED Collaborative","Physical Address Line 1":"14 New Bond Street","Physical Address Line 2":"","Physical Address City":"Worcester","Physical Address State":"MA ","Physical Address Zipcode":"01606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500564","School District Name":"EDCO Collaborative","Physical Address Line 1":"36 Middlesex Turnpike","Physical Address Line 2":"","Physical Address City":"Bedford","Physical Address State":"MA ","Physical Address Zipcode":"01730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500563","School District Name":"Cape Cod Collaborative","Physical Address Line 1":"418 Bumps River Road","Physical Address Line 2":"","Physical Address City":"Osterville","Physical Address State":"MA ","Physical Address Zipcode":"02655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500562","School District Name":"Northshore Education Consortium","Physical Address Line 1":"112 Sohier Rd","Physical Address Line 2":"","Physical Address City":"Beverly","Physical Address State":"MA ","Physical Address Zipcode":"01915","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500561","School District Name":"READS Collaborative","Physical Address Line 1":"105 East Grove Street","Physical Address Line 2":"","Physical Address City":"Middleborough","Physical Address State":"MA ","Physical Address Zipcode":"02346","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500560","School District Name":"Southeastern Mass. Educational Collaborative (SMEC)","Physical Address Line 1":"25 Russells Mills Road","Physical Address Line 2":"","Physical Address City":"Dartmouth","Physical Address State":"MA ","Physical Address Zipcode":"02748","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500559","School District Name":"New Heights Charter School of Brockton (District)","Physical Address Line 1":"1690 Main Street","Physical Address Line 2":"","Physical Address City":"Brockton","Physical Address State":"MA ","Physical Address Zipcode":"02301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500557","School District Name":"Springfield Preparatory Charter School (District)","Physical Address Line 1":"594 Converse St.","Physical Address Line 2":"","Physical Address City":"Longmeadow","Physical Address State":"MA ","Physical Address Zipcode":"01106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500556","School District Name":"TEC Connections Academy Commonwealth Virtual School District","Physical Address Line 1":"141 Mansion Drive","Physical Address Line 2":"","Physical Address City":"East Walpole","Physical Address State":"MA ","Physical Address Zipcode":"02032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500555","School District Name":"Phoenix Academy Public Charter High School Springfield (Dist","Physical Address Line 1":"65 Lincoln Street","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"MA ","Physical Address Zipcode":"01105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500554","School District Name":"Essex North Shore Agricultural and Technical School District","Physical Address Line 1":"565 Maple Street","Physical Address Line 2":"","Physical Address City":"Hathorne","Physical Address State":"MA ","Physical Address Zipcode":"01937","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500552","School District Name":"Argosy Collegiate Charter School (District)","Physical Address Line 1":"263 Hamlet Street","Physical Address Line 2":"","Physical Address City":"Fall River","Physical Address State":"MA ","Physical Address Zipcode":"02724","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500551","School District Name":"Greenfield Commonwealth Virtual District","Physical Address Line 1":"238 Main St.","Physical Address Line 2":"3rd Floor","Physical Address City":"Greenfield","Physical Address State":"MA ","Physical Address Zipcode":"01301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500550","School District Name":"Baystate Academy Charter Public School (District)","Physical Address Line 1":"2001 Roosevelt Avenue","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"MA ","Physical Address Zipcode":"01104","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500549","School District Name":"UP Academy Charter School of Dorchester (District)","Physical Address Line 1":"35 Westville Street","Physical Address Line 2":"","Physical Address City":"Boston","Physical Address State":"MA ","Physical Address Zipcode":"02124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500547","School District Name":"Paulo Freire Social Justice Charter School (District)","Physical Address Line 1":"134 Springfield St","Physical Address Line 2":"","Physical Address City":"Chicopee","Physical Address State":"MA ","Physical Address Zipcode":"01020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500546","School District Name":"Pioneer Charter School of Science II (PCSS-II) (District)","Physical Address Line 1":"97 Main Street","Physical Address Line 2":"","Physical Address City":"Saugus","Physical Address State":"MA ","Physical Address Zipcode":"01906","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500545","School District Name":"Collegiate Charter School of Lowell (District)","Physical Address Line 1":"1857 Middlesex Street","Physical Address Line 2":"","Physical Address City":"Lowell","Physical Address State":"MA ","Physical Address Zipcode":"01851","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500544","School District Name":"Monomoy Regional School District","Physical Address Line 1":"425 Crowell Rd","Physical Address Line 2":"","Physical Address City":"Chatham","Physical Address State":"MA ","Physical Address Zipcode":"02633","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08177570093457943,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2500543","School District Name":"Dudley Street Neighborhood Charter School (District)","Physical Address Line 1":"6 Shirley Street","Physical Address Line 2":"","Physical Address City":"Boston","Physical Address State":"MA ","Physical Address Zipcode":"02119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500542","School District Name":"Ayer Shirley School District","Physical Address Line 1":"115 Washington Street","Physical Address Line 2":"","Physical Address City":"Ayer","Physical Address State":"MA ","Physical Address Zipcode":"01432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06694367497691597,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2500541","School District Name":"Somerset Berkley Regional School District","Physical Address Line 1":"580 Whetstone Hill","Physical Address Line 2":"","Physical Address City":"Somerset","Physical Address State":"MA ","Physical Address Zipcode":"02726","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04965622612681436,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2500538","School District Name":"Community Day Charter Public School - Gateway (District)","Physical Address Line 1":"50 Pleasant Street","Physical Address Line 2":"","Physical Address City":"Lawrence","Physical Address State":"MA ","Physical Address Zipcode":"01841","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500537","School District Name":"KIPP Academy Boston Charter School (District)","Physical Address Line 1":"37 Babson Street","Physical Address Line 2":"KIPP Academy Boston","Physical Address City":"Mattapan","Physical Address State":"MA ","Physical Address Zipcode":"02126","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500536","School District Name":"Veritas Preparatory Charter School (District)","Physical Address Line 1":"370 Pine Street","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"MA ","Physical Address Zipcode":"01105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500535","School District Name":"Community Day Charter Public School - R. Kingman Webster (Di","Physical Address Line 1":"439 South Union St Bldg 2 3rd","Physical Address Line 2":"","Physical Address City":"Lawrence","Physical Address State":"MA ","Physical Address Zipcode":"01843","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500533","School District Name":"UP Academy Charter School of Boston (District)","Physical Address Line 1":"215 Dorchester Street","Physical Address Line 2":"","Physical Address City":"Boston","Physical Address State":"MA ","Physical Address Zipcode":"02127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500527","School District Name":"Bridge Boston Charter School (District)","Physical Address Line 1":"435 Warren St.","Physical Address Line 2":"","Physical Address City":"Roxbury","Physical Address State":"MA ","Physical Address Zipcode":"02119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500526","School District Name":"Boston Green Academy Horace Mann Charter School (District)","Physical Address Line 1":"20 Warren St.","Physical Address Line 2":"","Physical Address City":"Brighton","Physical Address State":"MA ","Physical Address Zipcode":"02135","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500525","School District Name":"Alma del Mar Charter School (District)","Physical Address Line 1":"515 Belleville Ave","Physical Address Line 2":"","Physical Address City":"New Bedford","Physical Address State":"MA ","Physical Address Zipcode":"02746","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500522","School District Name":"Hampden Charter School of Science East (District)","Physical Address Line 1":"20 Johnson Road","Physical Address Line 2":"","Physical Address City":"Chicopee","Physical Address State":"MA ","Physical Address Zipcode":"01022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500519","School District Name":"Global Learning Charter Public (District)","Physical Address Line 1":"190 Ashley Boulevard","Physical Address Line 2":"","Physical Address City":"New Bedford","Physical Address State":"MA ","Physical Address Zipcode":"02746","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500518","School District Name":"Pioneer Charter School of Science (District)","Physical Address Line 1":"51-59 Summer Street","Physical Address Line 2":"","Physical Address City":"Everett","Physical Address State":"MA ","Physical Address Zipcode":"02149","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500517","School District Name":"Pioneer Valley Chinese Immersion Charter (District)","Physical Address Line 1":"317 Russell Street","Physical Address Line 2":"","Physical Address City":"Hadley","Physical Address State":"MA ","Physical Address Zipcode":"01035","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500090","School District Name":"Phoenix Charter Academy (District)","Physical Address Line 1":"175 Hawthorne Street","Physical Address Line 2":"","Physical Address City":"Chelsea","Physical Address State":"MA ","Physical Address Zipcode":"02150","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500089","School District Name":"Martin Luther King Jr. Charter School of Excellence (Distric","Physical Address Line 1":"285 Dorset Street","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"MA ","Physical Address Zipcode":"01108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500087","School District Name":"Holyoke Community Charter (District)","Physical Address Line 1":"2200 Northampton Street","Physical Address Line 2":"","Physical Address City":"Holyoke","Physical Address State":"MA ","Physical Address Zipcode":"01040","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500086","School District Name":"Community Charter School of Cambridge (District)","Physical Address Line 1":"245 Bent Street","Physical Address Line 2":"","Physical Address City":"Cambridge","Physical Address State":"MA ","Physical Address Zipcode":"02141","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500085","School District Name":"Advanced Math and Science Academy Charter (District)","Physical Address Line 1":"201 Forest Street","Physical Address Line 2":"","Physical Address City":"Marlborough","Physical Address State":"MA ","Physical Address Zipcode":"01752","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500084","School District Name":"Salem Academy Charter (District)","Physical Address Line 1":"45 Congress Street","Physical Address Line 2":"c/o Shetland Pk","Physical Address City":"Salem","Physical Address State":"MA ","Physical Address Zipcode":"01970","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500083","School District Name":"Hill View Montessori Charter Public (District)","Physical Address Line 1":"75 Foundation Ave","Physical Address Line 2":"Ward Hill Business Park","Physical Address City":"Haverhill","Physical Address State":"MA ","Physical Address Zipcode":"01835","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500082","School District Name":"KIPP Academy Lynn Charter (District)","Physical Address Line 1":"90 High Rock Street","Physical Address Line 2":"","Physical Address City":"Lynn","Physical Address State":"MA ","Physical Address Zipcode":"01902","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500080","School District Name":"Boston Preparatory Charter Public (District)","Physical Address Line 1":"885 River Street","Physical Address Line 2":"","Physical Address City":"Hyde Park","Physical Address State":"MA ","Physical Address Zipcode":"02136","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500079","School District Name":"Berkshire Arts and Technology Charter Public (District)","Physical Address Line 1":"1 Commercial Pl","Physical Address Line 2":"","Physical Address City":"Adams","Physical Address State":"MA ","Physical Address Zipcode":"01220","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500077","School District Name":"Helen Y. Davis Leadership Academy Charter Public (District)","Physical Address Line 1":"23 Leonard Street","Physical Address Line 2":"","Physical Address City":"Boston","Physical Address State":"MA ","Physical Address Zipcode":"02122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500076","School District Name":"Four Rivers Charter Public (District)","Physical Address Line 1":"248 Colrain Road","Physical Address Line 2":"","Physical Address City":"Greenfield","Physical Address State":"MA ","Physical Address Zipcode":"01301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500075","School District Name":"Excel Academy Charter (District)","Physical Address Line 1":"58 Moore Street","Physical Address Line 2":"","Physical Address City":"East Boston","Physical Address State":"MA ","Physical Address Zipcode":"02128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500073","School District Name":"Sizer School: A North Central Charter Essential (District)","Physical Address Line 1":"500 Rindge Road","Physical Address Line 2":"","Physical Address City":"Fitchburg","Physical Address State":"MA ","Physical Address Zipcode":"01420","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500071","School District Name":"Brooke Charter School (District)","Physical Address Line 1":"190 Cummins Highway","Physical Address Line 2":"","Physical Address City":"Roslindale","Physical Address State":"MA ","Physical Address Zipcode":"02131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500070","School District Name":"Codman Academy Charter Public (District)","Physical Address Line 1":"637 Washington Street","Physical Address Line 2":"","Physical Address City":"Dorchester","Physical Address State":"MA ","Physical Address Zipcode":"02124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500068","School District Name":"Christa McAuliffe Charter Public (District)","Physical Address Line 1":"139 Newbury Street","Physical Address Line 2":"","Physical Address City":"Framingham","Physical Address State":"MA ","Physical Address Zipcode":"01701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500067","School District Name":"Manchester Essex Regional","Physical Address Line 1":"36 Lincoln Street","Physical Address Line 2":"","Physical Address City":"Manchester","Physical Address State":"MA ","Physical Address Zipcode":"01944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03479381443298969,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2500066","School District Name":"MATCH Charter Public School (District)","Physical Address Line 1":"1001 Commonwealth Avenue","Physical Address Line 2":"","Physical Address City":"Boston","Physical Address State":"MA ","Physical Address Zipcode":"02215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500065","School District Name":"Lowell Community Charter Public (District)","Physical Address Line 1":"206 Jackson Street","Physical Address Line 2":"","Physical Address City":"Lowell","Physical Address State":"MA ","Physical Address Zipcode":"01852","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500063","School District Name":"Roxbury Preparatory Charter (District)","Physical Address Line 1":"120 Fisher Avenue","Physical Address Line 2":"","Physical Address City":"Roxbury","Physical Address State":"MA ","Physical Address Zipcode":"02120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500062","School District Name":"River Valley Charter (District)","Physical Address Line 1":"2 Perry Way","Physical Address Line 2":"","Physical Address City":"Newburyport","Physical Address State":"MA ","Physical Address Zipcode":"01950","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500060","School District Name":"Conservatory Lab Charter (District)","Physical Address Line 1":"395 Columbia Road","Physical Address Line 2":"","Physical Address City":"Dorchester","Physical Address State":"MA ","Physical Address Zipcode":"02125","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500058","School District Name":"Sturgis Charter Public (District)","Physical Address Line 1":"427 Main Street","Physical Address Line 2":"","Physical Address City":"Hyannis","Physical Address State":"MA ","Physical Address Zipcode":"02601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500057","School District Name":"Rising Tide Charter Public (District)","Physical Address Line 1":"59 Armstrong Road","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"MA ","Physical Address Zipcode":"02360","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500055","School District Name":"Mystic Valley Regional Charter (District)","Physical Address Line 1":"4 Laurel Street","Physical Address Line 2":"","Physical Address City":"Malden","Physical Address State":"MA ","Physical Address Zipcode":"02148","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500054","School District Name":"Edward M. Kennedy Academy for Health Careers (Horace Mann Ch","Physical Address Line 1":"360 Huntington Avenue","Physical Address Line 2":"c/o 102 Cahners Hall","Physical Address City":"Boston","Physical Address State":"MA ","Physical Address Zipcode":"02115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500053","School District Name":"Boston Collegiate Charter (District)","Physical Address Line 1":"11 Mayhew Street","Physical Address Line 2":"","Physical Address City":"Dorchester","Physical Address State":"MA ","Physical Address Zipcode":"02125","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500052","School District Name":"Foxborough Regional Charter (District)","Physical Address Line 1":"131 Central Street","Physical Address Line 2":"35 Commercial Street","Physical Address City":"Foxborough","Physical Address State":"MA ","Physical Address Zipcode":"02035","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500051","School District Name":"Abby Kelley Foster Charter Public (District)","Physical Address Line 1":"10 New Bond Street","Physical Address Line 2":"","Physical Address City":"Worcester","Physical Address State":"MA ","Physical Address Zipcode":"01606","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500049","School District Name":"Boston Day and Evening Academy Charter (District)","Physical Address Line 1":"20 Kearsarge Ave","Physical Address Line 2":"","Physical Address City":"Roxbury","Physical Address State":"MA ","Physical Address Zipcode":"02119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500046","School District Name":"Prospect Hill Academy Charter (District)","Physical Address Line 1":"50 Essex Street","Physical Address Line 2":"","Physical Address City":"Cambridge","Physical Address State":"MA ","Physical Address Zipcode":"02139","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500045","School District Name":"Learning First Charter Public School (District)","Physical Address Line 1":"51 Gage Street","Physical Address Line 2":"","Physical Address City":"Worcester","Physical Address State":"MA ","Physical Address Zipcode":"01605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500044","School District Name":"Pioneer Valley Performing Arts Charter Public (District)","Physical Address Line 1":"15 Mulligan Drive","Physical Address Line 2":"","Physical Address City":"South Hadley","Physical Address State":"MA ","Physical Address Zipcode":"01075","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500043","School District Name":"Up-Island Regional","Physical Address Line 1":"4 Pine Street","Physical Address Line 2":"","Physical Address City":"Vineyard Haven","Physical Address State":"MA ","Physical Address Zipcode":"02568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08288770053475936,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2500041","School District Name":"Atlantis Charter (District)","Physical Address Line 1":"991 Jefferson St","Physical Address Line 2":"","Physical Address City":"Fall River","Physical Address State":"MA ","Physical Address Zipcode":"02721","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500040","School District Name":"South Shore Charter Public (District)","Physical Address Line 1":"100 Longwater Circle","Physical Address Line 2":"","Physical Address City":"Norwell","Physical Address State":"MA ","Physical Address Zipcode":"02061","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500039","School District Name":"Boston Renaissance Charter Public (District)","Physical Address Line 1":"1415 Hyde Park Ave","Physical Address Line 2":"","Physical Address City":"Hyde Park","Physical Address State":"MA ","Physical Address Zipcode":"02136","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500038","School District Name":"Francis W. Parker Charter Essential (District)","Physical Address Line 1":"49 Antietam Street","Physical Address Line 2":"","Physical Address City":"Devens","Physical Address State":"MA ","Physical Address Zipcode":"01434","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500036","School District Name":"Ma Academy for Math and Science","Physical Address Line 1":"85 Prescott Street","Physical Address Line 2":"","Physical Address City":"Worcester","Physical Address State":"MA ","Physical Address Zipcode":"01605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500035","School District Name":"Martha's Vineyard Charter (District)","Physical Address Line 1":"424 State Road","Physical Address Line 2":"","Physical Address City":"West Tisbury","Physical Address State":"MA ","Physical Address Zipcode":"02575","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500034","School District Name":"Marblehead Community Charter Public (District)","Physical Address Line 1":"17 Lime Street","Physical Address Line 2":"","Physical Address City":"Marblehead","Physical Address State":"MA ","Physical Address Zipcode":"01945","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500033","School District Name":"Lowell Middlesex Academy Charter (District)","Physical Address Line 1":"67 Middle St","Physical Address Line 2":"","Physical Address City":"Lowell","Physical Address State":"MA ","Physical Address Zipcode":"01852","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500032","School District Name":"Lawrence Family Development Charter (District)","Physical Address Line 1":"34 West Street","Physical Address Line 2":"","Physical Address City":"Lawrence","Physical Address State":"MA ","Physical Address Zipcode":"01841","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500031","School District Name":"Hilltown Cooperative Charter Public (District)","Physical Address Line 1":"1 Industrial Parkway","Physical Address Line 2":"","Physical Address City":"Easthampton","Physical Address State":"MA ","Physical Address Zipcode":"01027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500030","School District Name":"Benjamin Franklin Classical Charter Public (District)","Physical Address Line 1":"500 Financial Park","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"MA ","Physical Address Zipcode":"02038","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500029","School District Name":"Neighborhood House Charter (District)","Physical Address Line 1":"21 Queen Street","Physical Address Line 2":"","Physical Address City":"Dorchester","Physical Address State":"MA ","Physical Address Zipcode":"02122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500028","School District Name":"Sabis International Charter (District)","Physical Address Line 1":"160 Joan Street","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"MA ","Physical Address Zipcode":"01129","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500027","School District Name":"Community Day Charter Public School - Prospect (District)","Physical Address Line 1":"190 Hampshire Street","Physical Address Line 2":"","Physical Address City":"Lawrence","Physical Address State":"MA ","Physical Address Zipcode":"01840","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500026","School District Name":"City on a Hill Charter Public School (District)","Physical Address Line 1":"58 Circuit Street","Physical Address Line 2":"","Physical Address City":"Roxbury","Physical Address State":"MA ","Physical Address Zipcode":"02119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500025","School District Name":"Innovation Academy Charter (District)","Physical Address Line 1":"72 Tyng Road","Physical Address Line 2":"","Physical Address City":"Tyngsborough","Physical Address State":"MA ","Physical Address Zipcode":"01879","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500024","School District Name":"Cape Cod Lighthouse Charter (District)","Physical Address Line 1":"195 Route 137","Physical Address Line 2":"","Physical Address City":"East Harwich","Physical Address State":"MA ","Physical Address Zipcode":"02645","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500022","School District Name":"Benjamin Banneker Charter Public (District)","Physical Address Line 1":"21 Notre Dame Avenue","Physical Address Line 2":"","Physical Address City":"Cambridge","Physical Address State":"MA ","Physical Address Zipcode":"02140","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500021","School District Name":"Academy Of the Pacific Rim Charter Public (District)","Physical Address Line 1":"1 Westinghouse Plaza Bldg B","Physical Address Line 2":"","Physical Address City":"Hyde Park","Physical Address State":"MA ","Physical Address Zipcode":"02136","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2500014","School District Name":"Chesterfield-Goshen","Physical Address Line 1":"30 Smith Road","Physical Address Line 2":"","Physical Address City":"Chesterfield","Physical Address State":"MA ","Physical Address Zipcode":"01012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.02631578947368421,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2500013","School District Name":"Southwick-Tolland-Granville Regional School District","Physical Address Line 1":"86 Powder Mill Road","Physical Address Line 2":"","Physical Address City":"Southwick","Physical Address State":"MA ","Physical Address Zipcode":"01077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07925151348376444,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2500002","School District Name":"Spencer-E Brookfield","Physical Address Line 1":"306 Main Street","Physical Address Line 2":"","Physical Address City":"Spencer","Physical Address State":"MA ","Physical Address Zipcode":"01562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09931840311587146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2500001","School District Name":"Quabbin","Physical Address Line 1":"872 South Street","Physical Address Line 2":"","Physical Address City":"Barre","Physical Address State":"MA ","Physical Address Zipcode":"01005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.062300884955752214,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2400720","School District Name":"Worcester County Public Schools","Physical Address Line 1":"6270 Worcester Highway","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"MD ","Physical Address Zipcode":"21841","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16978353703431012,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400690","School District Name":"Wicomico County Public Schools","Physical Address Line 1":"2424 Northgate Drive #100","Physical Address Line 2":"","Physical Address City":"Salisbury","Physical Address State":"MD ","Physical Address Zipcode":"21801","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17310986053339858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400660","School District Name":"Washington County Public Schools","Physical Address Line 1":"10435 Downsville Pike","Physical Address Line 2":"","Physical Address City":"Hagerstown","Physical Address State":"MD ","Physical Address Zipcode":"21740","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1546077056348486,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400630","School District Name":"Talbot County Public Schools","Physical Address Line 1":"12 Magnolia Street","Physical Address Line 2":"","Physical Address City":"Easton","Physical Address State":"MD ","Physical Address Zipcode":"21601","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13847396043601132,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400600","School District Name":"St. Mary's County Public Schools","Physical Address Line 1":"23160 Moakley Street","Physical Address Line 2":"","Physical Address City":"Leonardtown","Physical Address State":"MD ","Physical Address Zipcode":"20650","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0819372374598468,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400570","School District Name":"Somerset County Public Schools","Physical Address Line 1":"7982-A Tawes Campus Drive","Physical Address Line 2":"","Physical Address City":"Westover","Physical Address State":"MD ","Physical Address Zipcode":"21871","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2464274372816767,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2400540","School District Name":"Queen Anne's County Public Schools","Physical Address Line 1":"202 Chesterfield Avenue","Physical Address Line 2":"","Physical Address City":"Centreville","Physical Address State":"MD ","Physical Address Zipcode":"21617","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07373328425960005,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400510","School District Name":"Prince George's County Public Schools","Physical Address Line 1":"14201 School Lane","Physical Address Line 2":"","Physical Address City":"Upper Marlboro","Physical Address State":"MD ","Physical Address Zipcode":"20772","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1356731900030281,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400480","School District Name":"Montgomery County Public Schools","Physical Address Line 1":"850 Hungerford Drive","Physical Address Line 2":"","Physical Address City":"Rockville","Physical Address State":"MD ","Physical Address Zipcode":"20850","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06932710605643844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400450","School District Name":"Kent County Public Schools","Physical Address Line 1":"5608 Boundary Avenue","Physical Address Line 2":"","Physical Address City":"Rock Hall","Physical Address State":"MD ","Physical Address Zipcode":"21661","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16281221091581868,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2400420","School District Name":"Howard County Public Schools","Physical Address Line 1":"10910 Clarksville Pike","Physical Address Line 2":"","Physical Address City":"Ellicott City","Physical Address State":"MD ","Physical Address Zipcode":"21042","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05198523692093809,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400390","School District Name":"Harford County Public Schools","Physical Address Line 1":"102 South Hickory Avenue","Physical Address Line 2":"","Physical Address City":"Bel Air","Physical Address State":"MD ","Physical Address Zipcode":"21014","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06443444006752955,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400360","School District Name":"Garrett County Public Schools","Physical Address Line 1":"40 South Second Street","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"MD ","Physical Address Zipcode":"21550","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16207792207792207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400330","School District Name":"Frederick County Public Schools","Physical Address Line 1":"191 South East Street","Physical Address Line 2":"","Physical Address City":"Frederick","Physical Address State":"MD ","Physical Address Zipcode":"21701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07239331280246371,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400300","School District Name":"Dorchester County Public Schools","Physical Address Line 1":"700 Glasgow Street","Physical Address Line 2":"","Physical Address City":"Cambridge","Physical Address State":"MD ","Physical Address Zipcode":"21613","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2176155115511551,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2400270","School District Name":"Charles County Public Schools","Physical Address Line 1":"5980 Radio Station Road","Physical Address Line 2":"","Physical Address City":"La Plata","Physical Address State":"MD ","Physical Address Zipcode":"20646","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07987112090893675,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400240","School District Name":"Cecil County Public Schools","Physical Address Line 1":"201 Booth Street","Physical Address Line 2":"","Physical Address City":"Elkton","Physical Address State":"MD ","Physical Address Zipcode":"21921","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11118255684807389,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400210","School District Name":"Carroll County Public Schools","Physical Address Line 1":"125 North Court Street","Physical Address Line 2":"","Physical Address City":"Westminster","Physical Address State":"MD ","Physical Address Zipcode":"21157","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0510614934114202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400180","School District Name":"Caroline County Public Schools","Physical Address Line 1":"204 Franklin Street","Physical Address Line 2":"","Physical Address City":"Denton","Physical Address State":"MD ","Physical Address Zipcode":"21629","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15793091596494244,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2400150","School District Name":"Calvert County Public Schools","Physical Address Line 1":"1305 Dares Beach Road","Physical Address Line 2":"","Physical Address City":"Prince Frederick","Physical Address State":"MD ","Physical Address Zipcode":"20678","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.052689553882871304,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400120","School District Name":"Baltimore County Public Schools","Physical Address Line 1":"6901 Charles Street","Physical Address Line 2":"","Physical Address City":"Towson","Physical Address State":"MD ","Physical Address Zipcode":"21204","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09928092888332937,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400090","School District Name":"Baltimore City Public Schools","Physical Address Line 1":"200 East North Avenue","Physical Address Line 2":"","Physical Address City":"Baltimore","Physical Address State":"MD ","Physical Address Zipcode":"21202","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.252845469137604,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2400060","School District Name":"Anne Arundel County Public Schools","Physical Address Line 1":"2644 Riva Road","Physical Address Line 2":"","Physical Address City":"Annapolis","Physical Address State":"MD ","Physical Address Zipcode":"21401","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06003164590567821,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400030","School District Name":"Allegany County Public Schools","Physical Address Line 1":"108 Washington Street","Physical Address Line 2":"","Physical Address City":"Cumberland","Physical Address State":"MD ","Physical Address Zipcode":"21502","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16973461321287409,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2400027","School District Name":"SEED School of Maryland","Physical Address Line 1":"200 Font Hill Avenue","Physical Address Line 2":"","Physical Address City":"Baltimore","Physical Address State":"MD ","Physical Address Zipcode":"21223","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2382013","School District Name":"Louds Island Unorganized Territory","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2382012","School District Name":"Washington Unorganized Territory","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.19186046511627908,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2382011","School District Name":"Hancock Unorganized Territory","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.15151515151515152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2382010","School District Name":"Penobscot Unorganized Territory","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.1488095238095238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2382009","School District Name":"Piscataquis Unorganized Territory","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2382008","School District Name":"Somerset Unorganized Territory","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.13580246913580246,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2382007","School District Name":"Knox Unorganized Territory","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2382006","School District Name":"Lincoln Unorganized Territory","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2382005","School District Name":"Kennebec Unorganized Territory","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2382004","School District Name":"Sagadahoc Unorganized Territory","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2382003","School District Name":"Franklin Unorganized Territory","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.12949640287769784,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2382002","School District Name":"Oxford Unorganized Territory","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.1836734693877551,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2382001","School District Name":"Aroostook Unorganized Territory","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.24550898203592814,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314843","School District Name":"ME Educational Ctr for the Deaf & Hard of Hearing","Physical Address Line 1":"One Mackworth Island","Physical Address Line 2":"","Physical Address City":"Falmouth","Physical Address State":"ME ","Physical Address Zipcode":"04105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2314842","School District Name":"Limestone Public Schools","Physical Address Line 1":"93 Main St","Physical Address Line 2":"","Physical Address City":"Limestone","Physical Address State":"ME ","Physical Address Zipcode":"04750","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19373219373219372,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314841","School District Name":"Ecology Learning Center","Physical Address Line 1":"230 Main Street","Physical Address Line 2":"","Physical Address City":"Unity","Physical Address State":"ME ","Physical Address Zipcode":"04988","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314840","School District Name":"Maine Ocean School","Physical Address Line 1":"5 Church St","Physical Address Line 2":"","Physical Address City":"Searsport","Physical Address State":"ME ","Physical Address Zipcode":"04974","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314839","School District Name":"Eagle Lake Public Schools","Physical Address Line 1":"Main St","Physical Address Line 2":"","Physical Address City":"Eagle Lake","Physical Address State":"ME ","Physical Address Zipcode":"04739","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10465116279069768,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314838","School District Name":"RSU 89","Physical Address Line 1":"800 Station Road","Physical Address Line 2":"","Physical Address City":"Stacyville","Physical Address State":"ME ","Physical Address Zipcode":"04777","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2347560975609756,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314837","School District Name":"Sebago Public Schools","Physical Address Line 1":"283 Sebago Road","Physical Address Line 2":"","Physical Address City":"Sebago","Physical Address State":"ME ","Physical Address Zipcode":"04029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06779661016949153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314836","School District Name":"Moro Plantation Public Schools","Physical Address Line 1":"21 Katahdin Street","Physical Address Line 2":"","Physical Address City":"Patten","Physical Address State":"ME ","Physical Address Zipcode":"04765","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314835","School District Name":"Byron Public Schools","Physical Address Line 1":"1 Byron Village Rd","Physical Address Line 2":"","Physical Address City":"Byron","Physical Address State":"ME ","Physical Address Zipcode":"04275","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07692307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314834","School District Name":"Burlington Public Schools","Physical Address Line 1":"1523 Long Ridge Road","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"ME ","Physical Address Zipcode":"04417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17777777777777778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314833","School District Name":"RSU 56","Physical Address Line 1":"147 Weld Street","Physical Address Line 2":"","Physical Address City":"Dixfield","Physical Address State":"ME ","Physical Address Zipcode":"04224","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14338235294117646,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314832","School District Name":"Maine Arts Academy","Physical Address Line 1":"11 Goldenrod Lane","Physical Address Line 2":"","Physical Address City":"Sidney","Physical Address State":"ME ","Physical Address Zipcode":"04330","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314831","School District Name":"Acadia Academy","Physical Address Line 1":"12 Westminster Street","Physical Address Line 2":"","Physical Address City":"Lewiston","Physical Address State":"ME ","Physical Address Zipcode":"04240","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2314825","School District Name":"Winterville Plt Public Schools","Physical Address Line 1":"35 Borskis Way","Physical Address Line 2":"","Physical Address City":"Wiscasset","Physical Address State":"ME ","Physical Address Zipcode":"04578","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314824","School District Name":"Northport Public Schools","Physical Address Line 1":"56 Bayside Rd","Physical Address Line 2":"","Physical Address City":"Northport","Physical Address State":"ME ","Physical Address Zipcode":"04849","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08673469387755102,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314823","School District Name":"Andover Public Schools","Physical Address Line 1":"85 Pine Street","Physical Address Line 2":"","Physical Address City":"Andover","Physical Address State":"ME ","Physical Address Zipcode":"04216","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314822","School District Name":"RSU 71","Physical Address Line 1":"41 Lions Way","Physical Address Line 2":"","Physical Address City":"Belfast","Physical Address State":"ME ","Physical Address Zipcode":"04915","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14052697616060225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314821","School District Name":"Maine Virtual Academy","Physical Address Line 1":"6 East Chestnut St. Suite 230","Physical Address Line 2":"","Physical Address City":"Augusta","Physical Address State":"ME ","Physical Address Zipcode":"04330","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2314820","School District Name":"St George Public Schools","Physical Address Line 1":"65 Main street","Physical Address Line 2":"","Physical Address City":"Tenants Harbor","Physical Address State":"ME ","Physical Address Zipcode":"04860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08917197452229299,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314819","School District Name":"Maine Connections Academy","Physical Address Line 1":"8 Science Park Road","Physical Address Line 2":"Floor 3","Physical Address City":"Scarborough","Physical Address State":"ME ","Physical Address Zipcode":"04074","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2314818","School District Name":"Eustis Public Schools","Physical Address Line 1":"65 School Street","Physical Address Line 2":"","Physical Address City":"Stratton","Physical Address State":"ME ","Physical Address Zipcode":"04982","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314817","School District Name":"Athens Public Schools","Physical Address Line 1":"8 Fox Hill Road","Physical Address Line 2":"","Physical Address City":"Athens","Physical Address State":"ME ","Physical Address Zipcode":"04912","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21232876712328766,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314816","School District Name":"Harpswell Coastal Academy","Physical Address Line 1":"9 Ash Point Road","Physical Address Line 2":"","Physical Address City":"Harpswell","Physical Address State":"ME ","Physical Address Zipcode":"04079","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2314815","School District Name":"RSU 22","Physical Address Line 1":"24 Main Road North","Physical Address Line 2":"","Physical Address City":"Hampden","Physical Address State":"ME ","Physical Address Zipcode":"04444","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2314814","School District Name":"Cherryfield Public Schools","Physical Address Line 1":"12 Municipal Way","Physical Address Line 2":"","Physical Address City":"Cherryfield","Physical Address State":"ME ","Physical Address Zipcode":"04622","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314813","School District Name":"Fiddlehead School of Arts and Sciences","Physical Address Line 1":"25 Shaker Rd","Physical Address Line 2":"","Physical Address City":"Gray","Physical Address State":"ME ","Physical Address Zipcode":"04039","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2314812","School District Name":"Baxter Academy for Technology and Science","Physical Address Line 1":"185 Lancaster street","Physical Address Line 2":"","Physical Address City":"Portland","Physical Address State":"ME ","Physical Address Zipcode":"04101","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2314811","School District Name":"Brighton Plt School Department","Physical Address Line 1":"72 Dinsmore Rd","Physical Address Line 2":"","Physical Address City":"Anson","Physical Address State":"ME ","Physical Address Zipcode":"04911","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.5,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314810","School District Name":"Portage Lake Public Schools","Physical Address Line 1":"180 Presque Isle Rd","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"ME ","Physical Address Zipcode":"04732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314809","School District Name":"RSU 09","Physical Address Line 1":"129 Seamon Rd Suite #2","Physical Address Line 2":"","Physical Address City":"Farmington","Physical Address State":"ME ","Physical Address Zipcode":"04938","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2314808","School District Name":"Maine Academy of Natural Sciences","Physical Address Line 1":"13 Easler Road","Physical Address Line 2":"","Physical Address City":"Hinckley","Physical Address State":"ME ","Physical Address Zipcode":"04944","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314807","School District Name":"Community Regional Charter School","Physical Address Line 1":"48 South Factory Street","Physical Address Line 2":"","Physical Address City":"Cornville","Physical Address State":"ME ","Physical Address Zipcode":"04976","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2314806","School District Name":"RSU 50","Physical Address Line 1":"922 Dyer Brook Road","Physical Address Line 2":"","Physical Address City":"Dyer Brook","Physical Address State":"ME ","Physical Address Zipcode":"04747","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1724137931034483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314805","School District Name":"RSU 73","Physical Address Line 1":"9 Cedar Street","Physical Address Line 2":"","Physical Address City":"Livermore Falls","Physical Address State":"ME ","Physical Address Zipcode":"04254","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14303638644918445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314803","School District Name":"RSU 78","Physical Address Line 1":"43 Mendolia Road","Physical Address Line 2":"","Physical Address City":"Rangeley","Physical Address State":"ME ","Physical Address Zipcode":"04970","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10047846889952153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314796","School District Name":"RSU 25","Physical Address Line 1":"62 Mechanic Street","Physical Address Line 2":"","Physical Address City":"Bucksport","Physical Address State":"ME ","Physical Address Zipcode":"04416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13527851458885942,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314795","School District Name":"RSU 10","Physical Address Line 1":"799 Hancock Street Suite 1","Physical Address Line 2":"","Physical Address City":"Rumford","Physical Address State":"ME ","Physical Address Zipcode":"04276","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19540906415538553,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314794","School District Name":"RSU 39","Physical Address Line 1":"75 Glenn Street","Physical Address Line 2":"","Physical Address City":"Caribou","Physical Address State":"ME ","Physical Address Zipcode":"04736","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.160603371783496,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314793","School District Name":"RSU 14","Physical Address Line 1":"228 Windham Center Road","Physical Address Line 2":"","Physical Address City":"Windham","Physical Address State":"ME ","Physical Address Zipcode":"04062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06684733514001806,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314791","School District Name":"RSU 20","Physical Address Line 1":"6 Mortland Road","Physical Address Line 2":"","Physical Address City":"Searsport","Physical Address State":"ME ","Physical Address Zipcode":"04974","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15283018867924528,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314790","School District Name":"RSU 24","Physical Address Line 1":"2165 US Highway 1","Physical Address Line 2":"","Physical Address City":"Sullivan","Physical Address State":"ME ","Physical Address Zipcode":"04664","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17412935323383086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314789","School District Name":"RSU 05","Physical Address Line 1":"17 West Street","Physical Address Line 2":"","Physical Address City":"Freeport","Physical Address State":"ME ","Physical Address Zipcode":"04032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06660231660231661,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314788","School District Name":"RSU 38","Physical Address Line 1":"45 Millard Harrison Drive","Physical Address Line 2":"","Physical Address City":"Readfield","Physical Address State":"ME ","Physical Address Zipcode":"04355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0778395552025417,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314787","School District Name":"RSU 13","Physical Address Line 1":"28 Lincoln Street","Physical Address Line 2":"","Physical Address City":"Rockland","Physical Address State":"ME ","Physical Address Zipcode":"04841","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1420181526962093,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314785","School District Name":"RSU 19","Physical Address Line 1":"182 Moosehead Trail","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"ME ","Physical Address Zipcode":"04953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15502793296089384,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314784","School District Name":"RSU 23","Physical Address Line 1":"40 E Emerson Cummings Blvd","Physical Address Line 2":"","Physical Address City":"Old Orchard Beach","Physical Address State":"ME ","Physical Address Zipcode":"04064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10837438423645321,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314783","School District Name":"RSU 04","Physical Address Line 1":"971 Gardiner Road","Physical Address Line 2":"","Physical Address City":"Wales","Physical Address State":"ME ","Physical Address Zipcode":"04280","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1260239445494644,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314782","School District Name":"RSU 34","Physical Address Line 1":"156 Oak Street","Physical Address Line 2":"","Physical Address City":"Old Town","Physical Address State":"ME ","Physical Address Zipcode":"04468","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12081632653061225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314780","School District Name":"RSU 12","Physical Address Line 1":"665 Patricktown Road","Physical Address Line 2":"","Physical Address City":"Somerville","Physical Address State":"ME ","Physical Address Zipcode":"04348","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1353904282115869,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314779","School District Name":"RSU 18","Physical Address Line 1":"41 Heath Street","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"ME ","Physical Address Zipcode":"04963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0813614262560778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314778","School District Name":"RSU 26","Physical Address Line 1":"10 Goodridge Drive","Physical Address Line 2":"","Physical Address City":"Orono","Physical Address State":"ME ","Physical Address Zipcode":"04473","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07628524046434494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314777","School District Name":"RSU 67","Physical Address Line 1":"25 Reed Drive","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"ME ","Physical Address Zipcode":"04457","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314776","School District Name":"RSU 02","Physical Address Line 1":"7 Reed Street","Physical Address Line 2":"","Physical Address City":"Hallowell","Physical Address State":"ME ","Physical Address Zipcode":"04347","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10772163965681601,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314775","School District Name":"RSU 16","Physical Address Line 1":"3 Aggregate Road","Physical Address Line 2":"","Physical Address City":"Poland","Physical Address State":"ME ","Physical Address Zipcode":"04274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09252286175363099,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314773","School District Name":"RSU 21","Physical Address Line 1":"177 Alewive Road","Physical Address Line 2":"","Physical Address City":"Kennebunk","Physical Address State":"ME ","Physical Address Zipcode":"04043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05851851851851852,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314772","School District Name":"RSU 01 - LKRSU","Physical Address Line 1":"34 Wing Farm Parkway","Physical Address Line 2":"","Physical Address City":"Bath","Physical Address State":"ME ","Physical Address Zipcode":"04530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12139917695473251,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314771","School District Name":"Chebeague Island Public Schools","Physical Address Line 1":"14 School House Road","Physical Address Line 2":"","Physical Address City":"Chebeague Island","Physical Address State":"ME ","Physical Address Zipcode":"04017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314768","School District Name":"RSU 75/MSAD 75","Physical Address Line 1":"50 Republic Avenue","Physical Address Line 2":"","Physical Address City":"Topsham","Physical Address State":"ME ","Physical Address Zipcode":"04086","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07452276064610866,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314767","School District Name":"RSU 74/MSAD 74","Physical Address Line 1":"56 N. Main St.","Physical Address Line 2":"","Physical Address City":"North Anson","Physical Address State":"ME ","Physical Address Zipcode":"04958","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16537867078825347,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314765","School District Name":"RSU 72/MSAD 72","Physical Address Line 1":"25 Molly Ockett Drive","Physical Address Line 2":"","Physical Address City":"Fryeburg","Physical Address State":"ME ","Physical Address Zipcode":"04037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11442385173247381,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314762","School District Name":"RSU 70/MSAD 70","Physical Address Line 1":"175 Hodgdon Mills Road","Physical Address Line 2":"","Physical Address City":"Hodgdon","Physical Address State":"ME ","Physical Address Zipcode":"04730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17849462365591398,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314761","School District Name":"RSU 68/MSAD 68","Physical Address Line 1":"63 Harrison Avenue Suite C","Physical Address Line 2":"","Physical Address City":"Dover-Foxcroft","Physical Address State":"ME ","Physical Address Zipcode":"04426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15637860082304528,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314760","School District Name":"School Administrative District 67","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.1491891891891892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314700","School District Name":"RSU 60/MSAD 60","Physical Address Line 1":"100 Noble Way","Physical Address Line 2":"","Physical Address City":"North Berwick","Physical Address State":"ME ","Physical Address Zipcode":"03906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0678949164107813,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314670","School District Name":"RSU 57/MSAD 57","Physical Address Line 1":"86 West Road","Physical Address Line 2":"","Physical Address City":"Waterboro","Physical Address State":"ME ","Physical Address Zipcode":"04087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07410586552217453,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314610","School District Name":"RSU 53/MSAD 53","Physical Address Line 1":"167 School Street Suite A","Physical Address Line 2":"","Physical Address City":"Pittsfield","Physical Address State":"ME ","Physical Address Zipcode":"04967","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17423442449841606,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314590","School District Name":"RSU 54/MSAD 54","Physical Address Line 1":"196 West Front Street","Physical Address Line 2":"","Physical Address City":"Skowhegan","Physical Address State":"ME ","Physical Address Zipcode":"04976","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16393442622950818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314560","School District Name":"RSU 59/MSAD 59","Physical Address Line 1":"205 Main Street","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"ME ","Physical Address Zipcode":"04950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15940054495912806,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314530","School District Name":"MSAD 46","Physical Address Line 1":"175 Fern Rd Suite 1","Physical Address Line 2":"","Physical Address City":"Dexter","Physical Address State":"ME ","Physical Address Zipcode":"04930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1671891327063741,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314470","School District Name":"RSU 63/MSAD 63","Physical Address Line 1":"202 Kidder Hill Road","Physical Address Line 2":"","Physical Address City":"Holden","Physical Address State":"ME ","Physical Address Zipcode":"04429","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06326304106548279,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314440","School District Name":"RSU 64/MSAD 64","Physical Address Line 1":"118 Main Street","Physical Address Line 2":"","Physical Address City":"East Corinth","Physical Address State":"ME ","Physical Address Zipcode":"04427","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1026045777426993,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314410","School District Name":"RSU 65/MSAD 65","Physical Address Line 1":"37 Second St.","Physical Address Line 2":"","Physical Address City":"Hallowell","Physical Address State":"ME ","Physical Address Zipcode":"04347","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314330","School District Name":"RSU 49/MSAD 49","Physical Address Line 1":"41 West Street","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"ME ","Physical Address Zipcode":"04937","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14304753442914261,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314300","School District Name":"RSU 58/MSAD 58","Physical Address Line 1":"1401 Rangeley Road","Physical Address Line 2":"","Physical Address City":"Phillips","Physical Address State":"ME ","Physical Address Zipcode":"04966","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15769944341372913,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314240","School District Name":"RSU 51/MSAD 51","Physical Address Line 1":"357 Tuttle Rd","Physical Address Line 2":"","Physical Address City":"Cumberland","Physical Address State":"ME ","Physical Address Zipcode":"04021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.021942110177404293,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314210","School District Name":"RSU 61/MSAD 61","Physical Address Line 1":"900 Portland Road","Physical Address Line 2":"","Physical Address City":"Bridgton","Physical Address State":"ME ","Physical Address Zipcode":"04009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11362351611079706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314190","School District Name":"RSU 55/MSAD 55","Physical Address Line 1":"137 South Hiram Road","Physical Address Line 2":"","Physical Address City":"Hiram","Physical Address State":"ME ","Physical Address Zipcode":"04041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11294311624072548,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314160","School District Name":"RSU 52/MSAD 52","Physical Address Line 1":"486 Turner Center Road","Physical Address Line 2":"","Physical Address City":"Turner","Physical Address State":"ME ","Physical Address Zipcode":"04282","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07727272727272727,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314130","School District Name":"York Public Schools","Physical Address Line 1":"469 US Route 1","Physical Address Line 2":"","Physical Address City":"York","Physical Address State":"ME ","Physical Address Zipcode":"03909","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0431266846361186,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314100","School District Name":"Yarmouth Schools","Physical Address Line 1":"101 McCartney Street","Physical Address Line 2":"","Physical Address City":"Yarmouth","Physical Address State":"ME ","Physical Address Zipcode":"04096","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.03182461103253183,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2314040","School District Name":"Woodville Public Schools","Physical Address Line 1":"45 North Steet","Physical Address Line 2":"","Physical Address City":"East Millinocket","Physical Address State":"ME ","Physical Address Zipcode":"04430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1951219512195122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2314010","School District Name":"Woodland Public Schools","Physical Address Line 1":"843 Woodland Ctr Rd","Physical Address Line 2":"Suite 3","Physical Address City":"Woodland","Physical Address State":"ME ","Physical Address Zipcode":"04736","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16447368421052633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2313980","School District Name":"Wiscasset Public Schools","Physical Address Line 1":"225 Gardiner Road","Physical Address Line 2":"","Physical Address City":"Wiscasset","Physical Address State":"ME ","Physical Address Zipcode":"04578","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1425531914893617,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2313970","School District Name":"Winthrop Public Schools","Physical Address Line 1":"17A Highland Avenue","Physical Address Line 2":"","Physical Address City":"Winthrop","Physical Address State":"ME ","Physical Address Zipcode":"04364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10011918951132301,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2313860","School District Name":"Winslow Schools","Physical Address Line 1":"20 Dean Street","Physical Address Line 2":"","Physical Address City":"Winslow","Physical Address State":"ME ","Physical Address Zipcode":"04901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12448812448812449,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2313740","School District Name":"Willimantic Public Schools","Physical Address Line 1":"100 Pritham Ave","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"ME ","Physical Address Zipcode":"04441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2313710","School District Name":"Whitneyville Public Schools","Physical Address Line 1":"291 Court Street","Physical Address Line 2":"","Physical Address City":"Machias","Physical Address State":"ME ","Physical Address Zipcode":"04654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17391304347826086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2313590","School District Name":"Westmanland Public Schools","Physical Address Line 1":"843 Woodland Ctr Rd","Physical Address Line 2":"Suite 3","Physical Address City":"Woodland","Physical Address State":"ME ","Physical Address Zipcode":"04736","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2313560","School District Name":"Westbrook Public Schools","Physical Address Line 1":"117 Stroudwater Street","Physical Address Line 2":"","Physical Address City":"Westbrook","Physical Address State":"ME ","Physical Address Zipcode":"04092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.17667238421955403,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2313530","School District Name":"West Bath Public Schools","Physical Address Line 1":"126 New Meadows Road","Physical Address Line 2":"","Physical Address City":"West Bath","Physical Address State":"ME ","Physical Address Zipcode":"04530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07171314741035857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2313500","School District Name":"Wesley Public Schools","Physical Address Line 1":"291 Court Street","Physical Address Line 2":"","Physical Address City":"Machias","Physical Address State":"ME ","Physical Address Zipcode":"04654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2313490","School District Name":"Wells-Ogunquit CSD","Physical Address Line 1":"1460 Post Road","Physical Address Line 2":"","Physical Address City":"Wells","Physical Address State":"ME ","Physical Address Zipcode":"04090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0801209372637944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2313350","School District Name":"Waterville Public Schools","Physical Address Line 1":"25 Messalonskee Ave","Physical Address Line 2":"","Physical Address City":"Waterville","Physical Address State":"ME ","Physical Address Zipcode":"04901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19943977591036416,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2313210","School District Name":"Waldo-Region 7","Physical Address Line 1":"1022 Waterville Road","Physical Address Line 2":"","Physical Address City":"Waldo","Physical Address State":"ME ","Physical Address Zipcode":"04915","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2313200","School District Name":"Waite Public Schools","Physical Address Line 1":"63 Broadway","Physical Address Line 2":"","Physical Address City":"Baileyville","Physical Address State":"ME ","Physical Address Zipcode":"04694","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2313140","School District Name":"Veazie Public Schools","Physical Address Line 1":"1040 School Street","Physical Address Line 2":"","Physical Address City":"Veazie","Physical Address State":"ME ","Physical Address Zipcode":"04401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17120622568093385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2313110","School District Name":"Vassalboro Public Schools","Physical Address Line 1":"1116 Webber Pond Rd","Physical Address Line 2":"","Physical Address City":"Vassalboro","Physical Address State":"ME ","Physical Address Zipcode":"04989","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10698365527488855,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2313080","School District Name":"Vanceboro Public Schools","Physical Address Line 1":"20 3rd St.Ste B","Physical Address Line 2":"","Physical Address City":"Vanceboro","Physical Address State":"ME ","Physical Address Zipcode":"04491","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2313070","School District Name":"Upton Public Schools","Physical Address Line 1":"One Parkway Suite 204","Physical Address Line 2":"","Physical Address City":"Bethel","Physical Address State":"ME ","Physical Address Zipcode":"04217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2312980","School District Name":"Trenton Public Schools","Physical Address Line 1":"1081 Eagle Lake Rd","Physical Address Line 2":"","Physical Address City":"Bar Harbor","Physical Address State":"ME ","Physical Address Zipcode":"04609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08571428571428572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2312960","School District Name":"Tremont Public Schools","Physical Address Line 1":"1081 Eagle Lake Rd","Physical Address Line 2":"","Physical Address City":"Bar Harbor","Physical Address State":"ME ","Physical Address Zipcode":"04609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.088,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2312810","School District Name":"Talmadge Public Schools","Physical Address Line 1":"63 Broadway","Physical Address Line 2":"","Physical Address City":"Baileyville","Physical Address State":"ME ","Physical Address Zipcode":"04694","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2312750","School District Name":"Surry Public Schools","Physical Address Line 1":"20 Hinckley Ridge Rd","Physical Address Line 2":"","Physical Address City":"Blue Hill","Physical Address State":"ME ","Physical Address Zipcode":"04614","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12209302325581395,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2312390","School District Name":"Southwest Harbor Public Schools","Physical Address Line 1":"1081 Eagle Lake Rd","Physical Address Line 2":"","Physical Address City":"Bar Harbor","Physical Address State":"ME ","Physical Address Zipcode":"04609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10666666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2312370","School District Name":"Bangor-Region 4","Physical Address Line 1":"200 Hogan Road","Physical Address Line 2":"","Physical Address City":"Bangor","Physical Address State":"ME ","Physical Address Zipcode":"04401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2312360","School District Name":"Southport Public Schools","Physical Address Line 1":"51 Emery Lane","Physical Address Line 2":"","Physical Address City":"Boothbay Harbor","Physical Address State":"ME ","Physical Address Zipcode":"04538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2312330","School District Name":"South Portland Public Schools","Physical Address Line 1":"130 Wescott Road","Physical Address Line 2":"","Physical Address City":"South Portland","Physical Address State":"ME ","Physical Address Zipcode":"04106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.100669099756691,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2312320","School District Name":"Oxford-Region 11","Physical Address Line 1":"256 Main Street","Physical Address Line 2":"","Physical Address City":"Paris","Physical Address State":"ME ","Physical Address Zipcode":"04271","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2312300","School District Name":"South Bristol Public Schools","Physical Address Line 1":"767 Main Street 1-A","Physical Address Line 2":"","Physical Address City":"Damariscotta","Physical Address State":"ME ","Physical Address Zipcode":"04543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10869565217391304,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2312260","School District Name":"Houlton-Region 2","Physical Address Line 1":"5 Bird Street","Physical Address Line 2":"","Physical Address City":"Houlton","Physical Address State":"ME ","Physical Address Zipcode":"04730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2312180","School District Name":"Shirley Public Schools","Physical Address Line 1":"89 West Road","Physical Address Line 2":"","Physical Address City":"Shirley","Physical Address State":"ME ","Physical Address Zipcode":"04485","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2312140","School District Name":"Sedgwick Public Schools","Physical Address Line 1":"272 Snow's Cove Rd","Physical Address Line 2":"","Physical Address City":"Sedgwick","Physical Address State":"ME ","Physical Address Zipcode":"04676","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17222222222222222,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2312100","School District Name":"Education in Unorganized Terr","Physical Address Line 1":"90 Blossom Lane","Physical Address Line 2":"","Physical Address City":"Augusta","Physical Address State":"ME ","Physical Address Zipcode":"04333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311910","School District Name":"MSAD 76","Physical Address Line 1":"1081 Eagle Lake Rd","Physical Address Line 2":"","Physical Address City":"Bar Harbor","Physical Address State":"ME ","Physical Address Zipcode":"04609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14583333333333334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311880","School District Name":"School Administrative District 09","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.15013525698827773,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2311850","School District Name":"RSU 08/MSAD 08","Physical Address Line 1":"22 Arcola Lane","Physical Address Line 2":"","Physical Address City":"Vinalhaven","Physical Address State":"ME ","Physical Address Zipcode":"04863","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1411764705882353,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311820","School District Name":"RSU 07/MSAD 07","Physical Address Line 1":"93 Pulpit Harbor Road","Physical Address Line 2":"","Physical Address City":"North Haven","Physical Address State":"ME ","Physical Address Zipcode":"04853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08695652173913043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311790","School District Name":"RSU 06/MSAD 06","Physical Address Line 1":"94 Main Street","Physical Address Line 2":"","Physical Address City":"Buxton","Physical Address State":"ME ","Physical Address Zipcode":"04093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08409552845528455,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311730","School District Name":"RSU 80/MSAD 04","Physical Address Line 1":"25 Campus Drive","Physical Address Line 2":"","Physical Address City":"Guilford","Physical Address State":"ME ","Physical Address Zipcode":"04443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22128378378378377,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311700","School District Name":"RSU 45/MSAD 45","Physical Address Line 1":"33 School Street","Physical Address Line 2":"","Physical Address City":"Washburn","Physical Address State":"ME ","Physical Address Zipcode":"04786","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12341772151898735,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311670","School District Name":"RSU 44/MSAD 44","Physical Address Line 1":"One Parkway Suite 204","Physical Address Line 2":"","Physical Address City":"Bethel","Physical Address State":"ME ","Physical Address Zipcode":"04217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1173974540311174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311610","School District Name":"RSU 42/MSAD 42","Physical Address Line 1":"35 Pleasant Street","Physical Address Line 2":"","Physical Address City":"Mars Hill","Physical Address State":"ME ","Physical Address Zipcode":"04758","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10902255639097744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311580","School District Name":"RSU 41/MSAD 41","Physical Address Line 1":"20 Howland Road","Physical Address Line 2":"","Physical Address City":"Lagrange","Physical Address State":"ME ","Physical Address Zipcode":"04453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26352530541012215,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311550","School District Name":"RSU 40/MSAD 40","Physical Address Line 1":"1070 Heald Highway","Physical Address Line 2":"","Physical Address City":"Union","Physical Address State":"ME ","Physical Address Zipcode":"04862","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14408060453400504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311520","School District Name":"RSU 03/MSAD 03","Physical Address Line 1":"84 School Street","Physical Address Line 2":"","Physical Address City":"Unity","Physical Address State":"ME ","Physical Address Zipcode":"04988","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17527173913043478,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311430","School District Name":"RSU 37/MSAD 37","Physical Address Line 1":"1020 Sacarap Road","Physical Address Line 2":"","Physical Address City":"Harrington","Physical Address State":"ME ","Physical Address Zipcode":"04643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311370","School District Name":"RSU 35/MSAD 35","Physical Address Line 1":"180 Depot Road","Physical Address Line 2":"","Physical Address City":"Eliot","Physical Address State":"ME ","Physical Address Zipcode":"03903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04905335628227195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2311310","School District Name":"RSU 33/MSAD 33","Physical Address Line 1":"431 US Rte 1","Physical Address Line 2":"","Physical Address City":"Frenchville","Physical Address State":"ME ","Physical Address Zipcode":"04745","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15217391304347827,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311280","School District Name":"RSU 32/MSAD 32","Physical Address Line 1":"180 Presque Isle Rd","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"ME ","Physical Address Zipcode":"04732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1645021645021645,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311250","School District Name":"RSU 31/MSAD 31","Physical Address Line 1":"20 Howland Road","Physical Address Line 2":"","Physical Address City":"Lagrange","Physical Address State":"ME ","Physical Address Zipcode":"04453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13852813852813853,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311220","School District Name":"RSU 30/MSAD 30","Physical Address Line 1":"31 Winn Rd.","Physical Address Line 2":"","Physical Address City":"Lee","Physical Address State":"ME ","Physical Address Zipcode":"04455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15057915057915058,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311160","School District Name":"RSU 29/MSAD 29","Physical Address Line 1":"7 Bird Street","Physical Address Line 2":"","Physical Address City":"Houlton","Physical Address State":"ME ","Physical Address Zipcode":"04730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22925958965209633,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311130","School District Name":"RSU 28/MSAD 28","Physical Address Line 1":"7 Lions Lane","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"ME ","Physical Address Zipcode":"04843","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08819714656290532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2311100","School District Name":"MSAD 27","Physical Address Line 1":"84 PLEASANT ST SUITE 1","Physical Address Line 2":"","Physical Address City":"Fort Kent","Physical Address State":"ME ","Physical Address Zipcode":"04743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1404494382022472,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2311010","School District Name":"RSU 88/MSAD 24","Physical Address Line 1":"169 Main Street Suite 101","Physical Address Line 2":"","Physical Address City":"Van Buren","Physical Address State":"ME ","Physical Address Zipcode":"04785","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24897959183673468,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2310980","School District Name":"RSU 87/MSAD 23","Physical Address Line 1":"44 Plymouth Road","Physical Address Line 2":"","Physical Address City":"Carmel","Physical Address State":"ME ","Physical Address Zipcode":"04419","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08955223880597014,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2310950","School District Name":"Regional School Unit 22","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.0739051094890511,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2310890","School District Name":"RSU 86/MSAD 20","Physical Address Line 1":"28 High School Drive Suite B","Physical Address Line 2":"","Physical Address City":"Fort Fairfield","Physical Address State":"ME ","Physical Address Zipcode":"04742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.196,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2310860","School District Name":"RSU 79/MSAD 01","Physical Address Line 1":"79 Blake St Suite #1","Physical Address Line 2":"","Physical Address City":"Presque Isle","Physical Address State":"ME ","Physical Address Zipcode":"04769","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16211180124223604,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2310830","School District Name":"RSU 85/MSAD 19","Physical Address Line 1":"100 High Street","Physical Address Line 2":"","Physical Address City":"Eastport","Physical Address State":"ME ","Physical Address Zipcode":"04631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2589928057553957,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2310770","School District Name":"RSU 17/MSAD 17","Physical Address Line 1":"232 Main St Suite 2","Physical Address Line 2":"","Physical Address City":"South Paris","Physical Address State":"ME ","Physical Address Zipcode":"04281","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1460843373493976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2310710","School District Name":"RSU 15/MSAD 15","Physical Address Line 1":"14 Shaker Road","Physical Address Line 2":"","Physical Address City":"Gray","Physical Address State":"ME ","Physical Address Zipcode":"04039","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0717896865520728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2310680","School District Name":"RSU 84/MSAD 14","Physical Address Line 1":"31A Houlton","Physical Address Line 2":"","Physical Address City":"Danforth","Physical Address State":"ME ","Physical Address Zipcode":"04424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17142857142857143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2310650","School District Name":"RSU 83/MSAD 13","Physical Address Line 1":"110 Meadow St.","Physical Address Line 2":"n/a","Physical Address City":"Bingham","Physical Address State":"ME ","Physical Address Zipcode":"04920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2310620","School District Name":"RSU 82/MSAD 12","Physical Address Line 1":"606 Main Street","Physical Address Line 2":"","Physical Address City":"Jackman","Physical Address State":"ME ","Physical Address Zipcode":"04945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1044776119402985,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2310590","School District Name":"RSU 11/MSAD 11","Physical Address Line 1":"150 Highland Avenue","Physical Address Line 2":"","Physical Address City":"Gardiner","Physical Address State":"ME ","Physical Address Zipcode":"04345","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1156735102653981,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2310560","School District Name":"MSAD 10","Physical Address Line 1":"35 Borskis Way","Physical Address Line 2":"","Physical Address City":"Wiscasset","Physical Address State":"ME ","Physical Address Zipcode":"04578","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2631578947368421,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2310530","School District Name":"Scarborough Public Schools","Physical Address Line 1":"259 US ROUTE 1","Physical Address Line 2":"","Physical Address City":"Scarborough","Physical Address State":"ME ","Physical Address Zipcode":"04074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.036096665646986846,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2310500","School District Name":"Sanford Public Schools","Physical Address Line 1":"917 Maine St Suite 200","Physical Address Line 2":"","Physical Address City":"Sanford","Physical Address State":"ME ","Physical Address Zipcode":"04073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13433333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2310380","School District Name":"Saco Public Schools","Physical Address Line 1":"90 Beach Street","Physical Address Line 2":"","Physical Address City":"Saco","Physical Address State":"ME ","Physical Address Zipcode":"04072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0737294201861131,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2310320","School District Name":"Roque Bluffs Public Schools","Physical Address Line 1":"291 Court Street","Physical Address Line 2":"","Physical Address City":"Machias","Physical Address State":"ME ","Physical Address Zipcode":"04654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07894736842105263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2310190","School District Name":"Robbinston Public Schools","Physical Address Line 1":"32 Blue Devil Hill","Physical Address Line 2":"","Physical Address City":"Calais","Physical Address State":"ME ","Physical Address Zipcode":"04619","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1326530612244898,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2310140","School District Name":"Reed Plt Public Schools","Physical Address Line 1":"31 Winn Rd.","Physical Address Line 2":"","Physical Address City":"Lee","Physical Address State":"ME ","Physical Address Zipcode":"04455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07692307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2309990","School District Name":"Princeton Public Schools","Physical Address Line 1":"63 Broadway","Physical Address Line 2":"","Physical Address City":"Baileyville","Physical Address State":"ME ","Physical Address Zipcode":"04694","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22321428571428573,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2309930","School District Name":"Portland Public Schools","Physical Address Line 1":"353 Cumberland Ave","Physical Address Line 2":"","Physical Address City":"Portland","Physical Address State":"ME ","Physical Address Zipcode":"04101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13552854720180893,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2309810","School District Name":"Pleasant Ridge Plt School Dept","Physical Address Line 1":"343 Ridge Pond Road","Physical Address Line 2":"","Physical Address City":"Pleasant Ridge Plantation","Physical Address State":"ME ","Physical Address Zipcode":"04920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2309650","School District Name":"Perry Public Schools","Physical Address Line 1":"100 High Street","Physical Address Line 2":"","Physical Address City":"Eastport","Physical Address State":"ME ","Physical Address Zipcode":"04631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14482758620689656,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2309630","School District Name":"Penobscot Public Schools","Physical Address Line 1":"20 Hinckley Ridge Rd","Physical Address Line 2":"","Physical Address City":"Blue Hill","Physical Address State":"ME ","Physical Address Zipcode":"04614","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.144,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2309560","School District Name":"Pembroke Public Schools","Physical Address Line 1":"100 High Street","Physical Address Line 2":"","Physical Address City":"Eastport","Physical Address State":"ME ","Physical Address Zipcode":"04631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2309390","School District Name":"Otis Public Schools","Physical Address Line 1":"105 Otis Road","Physical Address Line 2":"","Physical Address City":"Otis","Physical Address State":"ME ","Physical Address Zipcode":"04605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2309330","School District Name":"Orrington Public Schools","Physical Address Line 1":"19 School Street","Physical Address Line 2":"","Physical Address City":"Orrington","Physical Address State":"ME ","Physical Address Zipcode":"04474","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06620209059233449,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2309240","School District Name":"Orient Public Schools","Physical Address Line 1":"82 School House Lane","Physical Address Line 2":"","Physical Address City":"Orient","Physical Address State":"ME ","Physical Address Zipcode":"04471","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.47058823529411764,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2309110","School District Name":"Rumford-Region 9","Physical Address Line 1":"377 River Road","Physical Address Line 2":"","Physical Address City":"Mexico","Physical Address State":"ME ","Physical Address Zipcode":"04257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2309100","School District Name":"Lincoln-Region 3","Physical Address Line 1":"35 West Broadway","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"ME ","Physical Address Zipcode":"04457","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2309090","School District Name":"Northfield Public Schools","Physical Address Line 1":"291 Court Street","Physical Address Line 2":"","Physical Address City":"Machias","Physical Address State":"ME ","Physical Address Zipcode":"04654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11764705882352941,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2308940","School District Name":"Nobleboro Public Schools","Physical Address Line 1":"767 Main Street 1-A","Physical Address Line 2":"","Physical Address City":"Damariscotta","Physical Address State":"ME ","Physical Address Zipcode":"04543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0825242718446602,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2308760","School District Name":"Newcastle Public Schools","Physical Address Line 1":"767 Main Street 1-A","Physical Address Line 2":"","Physical Address City":"Damariscotta","Physical Address State":"ME ","Physical Address Zipcode":"04543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.039473684210526314,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2308700","School District Name":"New Sweden Public Schools","Physical Address Line 1":"843 Woodland Ctr Rd","Physical Address Line 2":"Suite 3","Physical Address City":"Woodland","Physical Address State":"ME ","Physical Address Zipcode":"04736","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2361111111111111,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2308580","School District Name":"Nashville Plt Public Schools","Physical Address Line 1":"180 Presque Isle Rd","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"ME ","Physical Address Zipcode":"04732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2308500","School District Name":"Mt Desert CSD","Physical Address Line 1":"1081 Eagle Lake Rd","Physical Address Line 2":"","Physical Address City":"Bar Harbor","Physical Address State":"ME ","Physical Address Zipcode":"04609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04387990762124711,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2308490","School District Name":"Mount Desert Public Schools","Physical Address Line 1":"1081 Eagle Lake Rd","Physical Address Line 2":"","Physical Address City":"Bar Harbor","Physical Address State":"ME ","Physical Address Zipcode":"04609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08441558441558442,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2308400","School District Name":"Moosabec CSD","Physical Address Line 1":"127 Snare Creek Lane","Physical Address Line 2":"","Physical Address City":"Jonesport","Physical Address State":"ME ","Physical Address Zipcode":"04649","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12048192771084337,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2308340","School District Name":"Monhegan Plt School Dept","Physical Address Line 1":"8 Mystery Lane","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"ME ","Physical Address Zipcode":"04357","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2308280","School District Name":"Millinocket Public Schools","Physical Address Line 1":"199 State Street","Physical Address Line 2":"","Physical Address City":"Millinocket","Physical Address State":"ME ","Physical Address Zipcode":"04462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1864754098360656,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2308250","School District Name":"Milford Public Schools","Physical Address Line 1":"13 School Street","Physical Address Line 2":"","Physical Address City":"Milford","Physical Address State":"ME ","Physical Address Zipcode":"04461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17223650385604114,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2308160","School District Name":"Medway Public Schools","Physical Address Line 1":"25 Middle School Drive","Physical Address Line 2":"","Physical Address City":"Medway","Physical Address State":"ME ","Physical Address Zipcode":"04460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22340425531914893,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2308140","School District Name":"Medford Public Schools","Physical Address Line 1":"492 North Road","Physical Address Line 2":"","Physical Address City":"Medford","Physical Address State":"ME ","Physical Address Zipcode":"04453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.34782608695652173,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2308135","School District Name":"Meddybemps Public Schools","Physical Address Line 1":"63 Broadway","Physical Address Line 2":"","Physical Address City":"Baileyville","Physical Address State":"ME ","Physical Address Zipcode":"04694","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2307980","School District Name":"Marshfield Public Schools","Physical Address Line 1":"291 Court Street","Physical Address Line 2":"","Physical Address City":"Machias","Physical Address State":"ME ","Physical Address Zipcode":"04654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15730337078651685,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2307800","School District Name":"Madawaska Public Schools","Physical Address Line 1":"328 St. Thomas Street Suite 201","Physical Address Line 2":"","Physical Address City":"Madawaska","Physical Address State":"ME ","Physical Address Zipcode":"04756","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16192560175054704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2307770","School District Name":"Macwahoc Plt School Dept","Physical Address Line 1":"31 Winn Rd.","Physical Address Line 2":"","Physical Address City":"Lee","Physical Address State":"ME ","Physical Address Zipcode":"04455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2307710","School District Name":"Machias Public Schools","Physical Address Line 1":"291 Court Street","Physical Address Line 2":"","Physical Address City":"Machias","Physical Address State":"ME ","Physical Address Zipcode":"04654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2320675105485232,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2307590","School District Name":"Frenchboro Public Schools","Physical Address Line 1":"1081 Eagle Lake Rd","Physical Address Line 2":"","Physical Address City":"Bar Harbor","Physical Address State":"ME ","Physical Address Zipcode":"04609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2307530","School District Name":"Lisbon Public Schools","Physical Address Line 1":"19 Gartley Street","Physical Address Line 2":"","Physical Address City":"Lisbon","Physical Address State":"ME ","Physical Address Zipcode":"04250","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12978142076502733,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2307450","School District Name":"Lincolnville Public Schools","Physical Address Line 1":"444 Camden Road","Physical Address Line 2":"","Physical Address City":"Hope","Physical Address State":"ME ","Physical Address Zipcode":"04847","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08947368421052632,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2307440","School District Name":"Lincoln Plt Public Schools","Physical Address Line 1":"226 Wilsons Mills Rd","Physical Address Line 2":"","Physical Address City":"Lincoln Plantation","Physical Address State":"ME ","Physical Address Zipcode":"03579","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2307320","School District Name":"Lewiston Public Schools","Physical Address Line 1":"Dingley Bldg 36 Oak St","Physical Address Line 2":"","Physical Address City":"Lewiston","Physical Address State":"ME ","Physical Address Zipcode":"04240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21610965076980848,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2307250","School District Name":"Lamoine Public Schools","Physical Address Line 1":"66 Main St. Suite 201","Physical Address Line 2":"","Physical Address City":"Ellsworth","Physical Address State":"ME ","Physical Address Zipcode":"04605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08737864077669903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2307200","School District Name":"Lakeville Public Schools","Physical Address Line 1":"31 Winn Rd.","Physical Address Line 2":"","Physical Address City":"Lee","Physical Address State":"ME ","Physical Address Zipcode":"04455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2307180","School District Name":"Rockland-Region 8","Physical Address Line 1":"One Main Street","Physical Address Line 2":"","Physical Address City":"Rockland","Physical Address State":"ME ","Physical Address Zipcode":"04841","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2307140","School District Name":"Kittery Public Schools","Physical Address Line 1":"200 Rogers Road","Physical Address Line 2":"","Physical Address City":"Kittery","Physical Address State":"ME ","Physical Address Zipcode":"03904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.05858987090367428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2307110","School District Name":"Kingsbury Plt Public Schools","Physical Address Line 1":"9 Wellington Rd","Physical Address Line 2":"","Physical Address City":"Parkman","Physical Address State":"ME ","Physical Address Zipcode":"04443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2307100","School District Name":"Jonesport Public Schools","Physical Address Line 1":"139 Snare Creek Lane","Physical Address Line 2":"","Physical Address City":"Jonesport","Physical Address State":"ME ","Physical Address Zipcode":"04649","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19672131147540983,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2306900","School District Name":"Jonesboro Public Schools","Physical Address Line 1":"291 Court Street","Physical Address Line 2":"","Physical Address City":"Machias","Physical Address State":"ME ","Physical Address Zipcode":"04654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15476190476190477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2306870","School District Name":"Jefferson Public Schools","Physical Address Line 1":"767 Main Street 1-A","Physical Address Line 2":"","Physical Address City":"Damariscotta","Physical Address State":"ME ","Physical Address Zipcode":"04543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0926517571884984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2306810","School District Name":"Islesboro Public Schools","Physical Address Line 1":"159 Alumni Drive","Physical Address Line 2":"","Physical Address City":"Islesboro","Physical Address State":"ME ","Physical Address Zipcode":"04848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.045454545454545456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2306780","School District Name":"Isle Au Haut Public Schools","Physical Address Line 1":"251 N. Deer Isle Road","Physical Address Line 2":"Unit 1","Physical Address City":"Deer Isle","Physical Address State":"ME ","Physical Address Zipcode":"04627","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2306610","School District Name":"Hope Public Schools","Physical Address Line 1":"444 Camden Road","Physical Address Line 2":"","Physical Address City":"Hope","Physical Address State":"ME ","Physical Address Zipcode":"04847","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10919540229885058,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2306600","School District Name":"Highland Plt Public Schools","Physical Address Line 1":"130 Howard Hill Road","Physical Address Line 2":"","Physical Address City":"Highland Plantation","Physical Address State":"ME ","Physical Address Zipcode":"04961","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2306510","School District Name":"Hermon Public Schools","Physical Address Line 1":"31 Billings Road","Physical Address Line 2":"","Physical Address City":"Hermon","Physical Address State":"ME ","Physical Address Zipcode":"04401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05244755244755245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2306330","School District Name":"Harmony Public Schools","Physical Address Line 1":"175 Fern Rd Suite 1","Physical Address Line 2":"","Physical Address City":"Dexter","Physical Address State":"ME ","Physical Address Zipcode":"04930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07377049180327869,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2306260","School District Name":"Hancock Public Schools","Physical Address Line 1":"66 Main Street Suite 201","Physical Address Line 2":"","Physical Address City":"Ellsworth","Physical Address State":"ME ","Physical Address Zipcode":"04605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12698412698412698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2306250","School District Name":"Greenville Public Schools","Physical Address Line 1":"130 Pritham Ave","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"ME ","Physical Address Zipcode":"04441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16463414634146342,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2306180","School District Name":"Greenbush Public Schools","Physical Address Line 1":"129 Military Rd","Physical Address Line 2":"","Physical Address City":"Greenbush","Physical Address State":"ME ","Physical Address Zipcode":"04418","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15418502202643172,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2306160","School District Name":"Great Salt Bay CSD","Physical Address Line 1":"767 Main Street 1-A","Physical Address Line 2":"","Physical Address City":"Damariscotta","Physical Address State":"ME ","Physical Address Zipcode":"04543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12972972972972974,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2306150","School District Name":"Grand Lake Stream Plt School Dept","Physical Address Line 1":"63 Broadway","Physical Address Line 2":"","Physical Address City":"Baileyville","Physical Address State":"ME ","Physical Address Zipcode":"04694","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2306060","School District Name":"Gorham Public Schools","Physical Address Line 1":"75 South St.","Physical Address Line 2":"","Physical Address City":"Gorham","Physical Address State":"ME ","Physical Address Zipcode":"04038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04868913857677903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2306030","School District Name":"Glenwood Plt Public Schools","Physical Address Line 1":"188 south shore road","Physical Address Line 2":"","Physical Address City":"Linneus","Physical Address State":"ME ","Physical Address Zipcode":"04730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2306000","School District Name":"Glenburn Public Schools","Physical Address Line 1":"991 Hudson Rd","Physical Address Line 2":"","Physical Address City":"Glenburn","Physical Address State":"ME ","Physical Address Zipcode":"04401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07670043415340087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2305980","School District Name":"Gilead Public Schools","Physical Address Line 1":"844 Mayville Rd","Physical Address Line 2":"One Parkway Suite 204","Physical Address City":"Bethel","Physical Address State":"ME ","Physical Address Zipcode":"04217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2305970","School District Name":"Georgetown Public Schools","Physical Address Line 1":"51 Emery Drive","Physical Address Line 2":"","Physical Address City":"Boothbay Harbor","Physical Address State":"ME ","Physical Address Zipcode":"04538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13385826771653545,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2305670","School District Name":"Falmouth Public Schools","Physical Address Line 1":"51 Woodville Road","Physical Address Line 2":"","Physical Address City":"Falmouth","Physical Address State":"ME ","Physical Address Zipcode":"04105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.030961182994454713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2305500","School District Name":"Ellsworth Public Schools","Physical Address Line 1":"66 Main Street Suite 201","Physical Address Line 2":"","Physical Address City":"Ellsworth","Physical Address State":"ME ","Physical Address Zipcode":"04605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11609498680738786,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2305400","School District Name":"Edgecomb Public Schools","Physical Address Line 1":"51 Emery Lane","Physical Address Line 2":"","Physical Address City":"Boothbay Harbor","Physical Address State":"ME ","Physical Address Zipcode":"04538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2305380","School District Name":"East Range CSD","Physical Address Line 1":"63 Broadway","Physical Address Line 2":"","Physical Address City":"Baileyville","Physical Address State":"ME ","Physical Address Zipcode":"04694","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23076923076923078,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2305360","School District Name":"Eastport Public Schools","Physical Address Line 1":"100 High Street","Physical Address Line 2":"","Physical Address City":"Eastport","Physical Address State":"ME ","Physical Address Zipcode":"04631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19424460431654678,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2305310","School District Name":"Easton Public Schools","Physical Address Line 1":"33 Bangor Road","Physical Address Line 2":"","Physical Address City":"Easton","Physical Address State":"ME ","Physical Address Zipcode":"04740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1358695652173913,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2305300","School District Name":"Brunswick-Region 10","Physical Address Line 1":"68 Church Road","Physical Address Line 2":"","Physical Address City":"Brunswick","Physical Address State":"ME ","Physical Address Zipcode":"04011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2305280","School District Name":"East Millinocket Public Schools","Physical Address Line 1":"45 North Street","Physical Address Line 2":"","Physical Address City":"East Millinocket","Physical Address State":"ME ","Physical Address Zipcode":"04430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15261044176706828,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2305160","School District Name":"Drew Plt Public Schools","Physical Address Line 1":"31 Winn Rd.","Physical Address Line 2":"","Physical Address City":"Lee","Physical Address State":"ME ","Physical Address Zipcode":"04455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2304900","School District Name":"Dennysville Public Schools","Physical Address Line 1":"100 High Street","Physical Address Line 2":"","Physical Address City":"Eastport","Physical Address State":"ME ","Physical Address Zipcode":"04631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14814814814814814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2304897","School District Name":"Dennistown Plt Public Schools","Physical Address Line 1":"6 MORTLAND AVENUE","Physical Address Line 2":"","Physical Address City":"Searsport","Physical Address State":"ME ","Physical Address Zipcode":"04974","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2304895","School District Name":"Deer Isle-Stonington CSD","Physical Address Line 1":"251 N. Deer Isle Road Unit 1","Physical Address Line 2":"","Physical Address City":"Deer Isle","Physical Address State":"ME ","Physical Address Zipcode":"04627","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1686046511627907,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2304890","School District Name":"Dedham Public Schools","Physical Address Line 1":"19 School Street","Physical Address Line 2":"","Physical Address City":"Orrington","Physical Address State":"ME ","Physical Address Zipcode":"04474","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06880733944954129,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2304880","School District Name":"Deblois Public Schools","Physical Address Line 1":"192 RIDGE ROAD","Physical Address Line 2":"","Physical Address City":"Harrington","Physical Address State":"ME ","Physical Address Zipcode":"04643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2304860","School District Name":"Dayton Public Schools","Physical Address Line 1":"21 Clarks Mills Road","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"ME ","Physical Address Zipcode":"04005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0440771349862259,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2304830","School District Name":"Damariscotta Public Schools","Physical Address Line 1":"767 Main Street 1-A","Physical Address Line 2":"","Physical Address City":"Damariscotta","Physical Address State":"ME ","Physical Address Zipcode":"04543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2304650","School District Name":"Crawford Public Schools","Physical Address Line 1":"100 High Street","Physical Address Line 2":"","Physical Address City":"Eastport","Physical Address State":"ME ","Physical Address Zipcode":"04631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2304620","School District Name":"Cranberry Isles Public Schools","Physical Address Line 1":"1081 Eagle Lake Rd","Physical Address Line 2":"","Physical Address City":"Bar Harbor","Physical Address State":"ME ","Physical Address Zipcode":"04609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15789473684210525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2304500","School District Name":"Coplin Plt Public Schools","Physical Address Line 1":"5 Currie Street","Physical Address Line 2":"","Physical Address City":"Coplin Plantation","Physical Address State":"ME ","Physical Address Zipcode":"04982","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2304440","School District Name":"Cooper Public Schools","Physical Address Line 1":"63 Broadway","Physical Address Line 2":"","Physical Address City":"Baileyville","Physical Address State":"ME ","Physical Address Zipcode":"04694","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2304160","School District Name":"Charlotte Public Schools","Physical Address Line 1":"100 High Street","Physical Address Line 2":"","Physical Address City":"Eastport","Physical Address State":"ME ","Physical Address Zipcode":"04631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12962962962962962,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2304110","School District Name":"Caswell Public Schools","Physical Address Line 1":"1025 Van Buren Road","Physical Address Line 2":"","Physical Address City":"Caswell","Physical Address State":"ME ","Physical Address Zipcode":"04750","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3333333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2304080","School District Name":"Castine Public Schools","Physical Address Line 1":"20 Hinckley Ridge Rd","Physical Address Line 2":"","Physical Address City":"Blue Hill","Physical Address State":"ME ","Physical Address Zipcode":"04614","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08860759493670886,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2303990","School District Name":"Carroll Plt Public Schools","Physical Address Line 1":"31 Winn Rd.","Physical Address Line 2":"","Physical Address City":"Lee","Physical Address State":"ME ","Physical Address Zipcode":"04455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2303980","School District Name":"Carrabassett Valley Public Schools","Physical Address Line 1":"1001 Carriage Rd","Physical Address Line 2":"","Physical Address City":"Carrabassett Valley","Physical Address State":"ME ","Physical Address Zipcode":"04947","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.052083333333333336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2303930","School District Name":"Cape Elizabeth Public Schools","Physical Address Line 1":"320 Ocean House Rd 2FL","Physical Address Line 2":"","Physical Address City":"Cape Elizabeth","Physical Address State":"ME ","Physical Address Zipcode":"04107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.031783402001177165,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2303870","School District Name":"Calais Public Schools","Physical Address Line 1":"32 Blue Devil Hill","Physical Address Line 2":"","Physical Address City":"Calais","Physical Address State":"ME ","Physical Address Zipcode":"04619","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15258215962441316,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2303780","School District Name":"Brunswick Public Schools","Physical Address Line 1":"46 Federal Street","Physical Address Line 2":"","Physical Address City":"Brunswick","Physical Address State":"ME ","Physical Address Zipcode":"04011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08172531214528944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2303640","School District Name":"Brooksville Public Schools","Physical Address Line 1":"20 Hinckley Ridge Road","Physical Address Line 2":"","Physical Address City":"Blue Hill","Physical Address State":"ME ","Physical Address Zipcode":"04614","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1568627450980392,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2303610","School District Name":"Brooklin Public Schools","Physical Address Line 1":"251 N Deer Isle Road #1","Physical Address Line 2":"","Physical Address City":"Deer Isle","Physical Address State":"ME ","Physical Address Zipcode":"04627","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11818181818181818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2303600","School District Name":"Bristol Public Schools","Physical Address Line 1":"767 Main Street 1-A","Physical Address Line 2":"","Physical Address City":"Damariscotta","Physical Address State":"ME ","Physical Address Zipcode":"04543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09491525423728814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2303510","School District Name":"Brewer Public Schools","Physical Address Line 1":"261 Center Street","Physical Address Line 2":"","Physical Address City":"Brewer","Physical Address State":"ME ","Physical Address Zipcode":"04412","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10015772870662461,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2303480","School District Name":"Bremen Public Schools","Physical Address Line 1":"767 Main Street 1-A","Physical Address Line 2":"","Physical Address City":"Damariscotta","Physical Address State":"ME ","Physical Address Zipcode":"04543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10810810810810811,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2303390","School District Name":"Bowerbank Public Schools","Physical Address Line 1":"24 Hayes Rd","Physical Address Line 2":"","Physical Address City":"Parkman","Physical Address State":"ME ","Physical Address Zipcode":"04443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2303290","School District Name":"Boothbay-Boothbay Hbr CSD","Physical Address Line 1":"51 Emery Lane","Physical Address Line 2":"","Physical Address City":"Boothbay Harbor","Physical Address State":"ME ","Physical Address Zipcode":"04538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10018214936247723,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2303210","School District Name":"Blue Hill Public Schools","Physical Address Line 1":"20 Hinckley Ridge Road","Physical Address Line 2":"","Physical Address City":"Blue Hill","Physical Address State":"ME ","Physical Address Zipcode":"04614","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10795454545454546,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2303150","School District Name":"Biddeford Public Schools","Physical Address Line 1":"18 Maplewood Avenue","Physical Address Line 2":"","Physical Address City":"Biddeford","Physical Address State":"ME ","Physical Address Zipcode":"04005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1411353032659409,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2302980","School District Name":"Beddington Public Schools","Physical Address Line 1":"1020 Sacarap Road","Physical Address Line 2":"","Physical Address City":"Harrington","Physical Address State":"ME ","Physical Address Zipcode":"04643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2302960","School District Name":"Beaver Cove Public Schools","Physical Address Line 1":"130 Pritham Ave.","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"ME ","Physical Address Zipcode":"04441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2302950","School District Name":"Beals Public Schools","Physical Address Line 1":"127 Snare Creek Lane","Physical Address Line 2":"","Physical Address City":"Jonesport","Physical Address State":"ME ","Physical Address Zipcode":"04649","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2302880","School District Name":"Baring Plt Public Schools","Physical Address Line 1":"100 High Street","Physical Address Line 2":"","Physical Address City":"Eastport","Physical Address State":"ME ","Physical Address Zipcode":"04631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2619047619047619,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2302850","School District Name":"Bar Harbor Public Schools","Physical Address Line 1":"1081 Eagle Lake Rd","Physical Address Line 2":"","Physical Address City":"Bar Harbor","Physical Address State":"ME ","Physical Address Zipcode":"04609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.04878048780487805,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2302820","School District Name":"Bangor Public Schools","Physical Address Line 1":"73 Harlow Street","Physical Address Line 2":"","Physical Address City":"Bangor","Physical Address State":"ME ","Physical Address Zipcode":"04401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13556531284302964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2302730","School District Name":"Baileyville Public Schools","Physical Address Line 1":"63 Broadway","Physical Address Line 2":"","Physical Address City":"Baileyville","Physical Address State":"ME ","Physical Address Zipcode":"04694","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19911504424778761,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2302640","School District Name":"Augusta Public Schools","Physical Address Line 1":"40 Pierce Drive Suite # 3","Physical Address Line 2":"","Physical Address City":"Augusta","Physical Address State":"ME ","Physical Address Zipcode":"04330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19884341637010677,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2302610","School District Name":"Auburn Public Schools","Physical Address Line 1":"60 Court St 4th Floor","Physical Address Line 2":"","Physical Address City":"Auburn","Physical Address State":"ME ","Physical Address Zipcode":"04210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13170325090302862,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2302510","School District Name":"Appleton Public Schools","Physical Address Line 1":"444 Camden Road","Physical Address Line 2":"","Physical Address City":"Hope","Physical Address State":"ME ","Physical Address Zipcode":"04847","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1836734693877551,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2302500","School District Name":"Airline CSD","Physical Address Line 1":"19 School Street","Physical Address Line 2":"","Physical Address City":"Orrington","Physical Address State":"ME ","Physical Address Zipcode":"04474","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12698412698412698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2302280","School District Name":"Alexander Public Schools","Physical Address Line 1":"100 High Street","Physical Address Line 2":"","Physical Address City":"Eastport","Physical Address State":"ME ","Physical Address Zipcode":"04631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15517241379310345,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2302220","School District Name":"Acton Public Schools","Physical Address Line 1":"700 Milton Mills Road","Physical Address Line 2":"","Physical Address City":"Acton","Physical Address State":"ME ","Physical Address Zipcode":"04001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06629834254143646,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300069","School District Name":"Pleasant Point","Physical Address Line 1":"39A Union Street","Physical Address Line 2":"","Physical Address City":"Calais","Physical Address State":"ME ","Physical Address Zipcode":"04619","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300068","School District Name":"Whiting Public Schools","Physical Address Line 1":"291 Court Street","Physical Address Line 2":"","Physical Address City":"Machias","Physical Address State":"ME ","Physical Address Zipcode":"04654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300067","School District Name":"Machiasport Public Schools","Physical Address Line 1":"291 Court Street","Physical Address Line 2":"","Physical Address City":"Machias","Physical Address State":"ME ","Physical Address Zipcode":"04654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19718309859154928,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300066","School District Name":"Indian Island","Physical Address Line 1":"39A Union Street","Physical Address Line 2":"","Physical Address City":"Calais","Physical Address State":"ME ","Physical Address Zipcode":"04619","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300065","School District Name":"Cutler Public Schools","Physical Address Line 1":"291 Court Street","Physical Address Line 2":"","Physical Address City":"Machias","Physical Address State":"ME ","Physical Address Zipcode":"04654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13157894736842105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300064","School District Name":"Indian Township","Physical Address Line 1":"39A Union Street","Physical Address Line 2":"","Physical Address City":"Calais","Physical Address State":"ME ","Physical Address Zipcode":"04619","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300063","School District Name":"Lowell Public Schools","Physical Address Line 1":"31 Winn Road","Physical Address Line 2":"","Physical Address City":"Lee","Physical Address State":"ME ","Physical Address Zipcode":"04455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300062","School District Name":"East Machias Public Schools","Physical Address Line 1":"291 Court Street","Physical Address Line 2":"","Physical Address City":"Machias","Physical Address State":"ME ","Physical Address Zipcode":"04654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1642512077294686,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300061","School District Name":"Caratunk Public Schools","Physical Address Line 1":"72 Dinsmore Road","Physical Address Line 2":"","Physical Address City":"Anson","Physical Address State":"ME ","Physical Address Zipcode":"04911","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300059","School District Name":"Lake View Plt. Public Schools","Physical Address Line 1":"27 Church Street","Physical Address Line 2":"","Physical Address City":"Brownville","Physical Address State":"ME ","Physical Address Zipcode":"04414","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.5,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300058","School District Name":"West Forks Plt Public Schools","Physical Address Line 1":"72 Dinsmore Road","Physical Address Line 2":"","Physical Address City":"Anson","Physical Address State":"ME ","Physical Address Zipcode":"04911","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.5,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300057","School District Name":"Seboeis Plt Public Schools","Physical Address Line 1":"31 Winn Road","Physical Address Line 2":"","Physical Address City":"Lee","Physical Address State":"ME ","Physical Address Zipcode":"04455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300053","School District Name":"Five Town CSD","Physical Address Line 1":"7 Lions Lane","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"ME ","Physical Address Zipcode":"04843","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06485671191553545,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2300052","School District Name":"The Forks Plt School Dept","Physical Address Line 1":"72 Dinsmore Road","Physical Address Line 2":"","Physical Address City":"Anson","Physical Address State":"ME ","Physical Address Zipcode":"04911","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.5,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300050","School District Name":"Arthur R. Gould Sch--LCYDC","Physical Address Line 1":"675 Westbrook Street","Physical Address Line 2":"","Physical Address City":"South Portland","Physical Address State":"ME ","Physical Address Zipcode":"04106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2300049","School District Name":"ME Sch of Science & Mathematics","Physical Address Line 1":"95 High St.","Physical Address Line 2":"","Physical Address City":"Limestone","Physical Address State":"ME ","Physical Address Zipcode":"04750","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300009","School District Name":"Long Island Public Schools","Physical Address Line 1":"33 Fern Avenue","Physical Address Line 2":"","Physical Address City":"Long Island","Physical Address State":"ME ","Physical Address Zipcode":"04050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06060606060606061,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2300008","School District Name":"Fayette Public Schools","Physical Address Line 1":"2023 Main Street","Physical Address Line 2":"","Physical Address City":"Fayette","Physical Address State":"ME ","Physical Address Zipcode":"04349","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06802721088435375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300005","School District Name":"Grand Isle Public Schools","Physical Address Line 1":"366 Main St","Physical Address Line 2":"","Physical Address City":"Grand Isle","Physical Address State":"ME ","Physical Address Zipcode":"04746","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3018867924528302,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300004","School District Name":"Bridgewater Public Schools","Physical Address Line 1":"33 Bangor Road","Physical Address Line 2":"","Physical Address City":"Easton","Physical Address State":"ME ","Physical Address Zipcode":"04740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1744186046511628,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300003","School District Name":"Pleasant Point","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.2582781456953642,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2300002","School District Name":"Indian Township","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.19631901840490798,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2300001","School District Name":"Indian Island","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.17857142857142858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2280100","School District Name":"Special School District","Physical Address Line 1":"2888 Brightside Lane Building","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2206840","School District Name":"Central Community School District","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.09713209127067197,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2202010","School District Name":"Winn Parish","Physical Address Line 1":"304 East Court Street","Physical Address Line 2":"","Physical Address City":"Winnfield","Physical Address State":"LA ","Physical Address Zipcode":"71483","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26034063260340634,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201980","School District Name":"West Feliciana Parish","Physical Address Line 1":"4727 Fidelity Street","Physical Address Line 2":"","Physical Address City":"St. Francisville","Physical Address State":"LA ","Physical Address Zipcode":"70775","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1649048625792812,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201950","School District Name":"West Carroll Parish","Physical Address Line 1":"314 East Main Street","Physical Address Line 2":"","Physical Address City":"Oak Grove","Physical Address State":"LA ","Physical Address Zipcode":"71263","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27146814404432135,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201920","School District Name":"West Baton Rouge Parish","Physical Address Line 1":"3761 Rosedale Road","Physical Address Line 2":"","Physical Address City":"Port Allen","Physical Address State":"LA ","Physical Address Zipcode":"70767","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19642857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2201890","School District Name":"Webster Parish","Physical Address Line 1":"1442 Sheppard Street","Physical Address Line 2":"","Physical Address City":"Minden","Physical Address State":"LA ","Physical Address Zipcode":"71055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25625400898011547,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201860","School District Name":"Washington Parish","Physical Address Line 1":"800 Main Street","Physical Address Line 2":"","Physical Address City":"Franklinton","Physical Address State":"LA ","Physical Address Zipcode":"70438","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28975265017667845,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201830","School District Name":"Vernon Parish","Physical Address Line 1":"201 Belview Road","Physical Address Line 2":"","Physical Address City":"Leesville","Physical Address State":"LA ","Physical Address Zipcode":"71446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1949853633702431,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201800","School District Name":"Vermilion Parish","Physical Address Line 1":"220 South Jefferson Street","Physical Address Line 2":"","Physical Address City":"Abbeville","Physical Address State":"LA ","Physical Address Zipcode":"70510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19929116684841874,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2201770","School District Name":"Union Parish","Physical Address Line 1":"1206 Marion Highway","Physical Address Line 2":"","Physical Address City":"Farmerville","Physical Address State":"LA ","Physical Address Zipcode":"71241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3619102416570771,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201740","School District Name":"Terrebonne Parish","Physical Address Line 1":"201 Stadium Drive","Physical Address Line 2":"","Physical Address City":"Houma","Physical Address State":"LA ","Physical Address Zipcode":"70360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.19452781112444978,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2201710","School District Name":"Tensas Parish","Physical Address Line 1":"512 Plank Road","Physical Address Line 2":"","Physical Address City":"St. Joseph","Physical Address State":"LA ","Physical Address Zipcode":"71366","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4588068181818182,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201680","School District Name":"Tangipahoa Parish","Physical Address Line 1":"59656 Puleston Road","Physical Address Line 2":"","Physical Address City":"Amite","Physical Address State":"LA ","Physical Address Zipcode":"70422","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2558080701606443,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201650","School District Name":"St. Tammany Parish","Physical Address Line 1":"321 N Theard Street","Physical Address Line 2":"","Physical Address City":"Covington","Physical Address State":"LA ","Physical Address Zipcode":"70433","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1210369704364952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2201620","School District Name":"St. Mary Parish","Physical Address Line 1":"474 Highway 317","Physical Address Line 2":"","Physical Address City":"Centerville","Physical Address State":"LA ","Physical Address Zipcode":"70522","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2809206541490006,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201590","School District Name":"St. Martin Parish","Physical Address Line 1":"600 Corporate Blvd.","Physical Address Line 2":"","Physical Address City":"Breaux Bridge","Physical Address State":"LA ","Physical Address Zipcode":"70517","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23290972830850132,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201560","School District Name":"St. Landry Parish","Physical Address Line 1":"1013 Creswell Lane","Physical Address Line 2":"","Physical Address City":"Opelousas","Physical Address State":"LA ","Physical Address Zipcode":"70570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.29255626081938835,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201530","School District Name":"St. John the Baptist Parish","Physical Address Line 1":"118 West Tenth Street","Physical Address Line 2":"","Physical Address City":"Reserve","Physical Address State":"LA ","Physical Address Zipcode":"70084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23590348806713873,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201500","School District Name":"St. James Parish","Physical Address Line 1":"1876 West Main Street","Physical Address Line 2":"","Physical Address City":"Lutcher","Physical Address State":"LA ","Physical Address Zipcode":"70071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2012779552715655,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201470","School District Name":"St. Helena Parish","Physical Address Line 1":"354 Sitman Street","Physical Address Line 2":"","Physical Address City":"Greensburg","Physical Address State":"LA ","Physical Address Zipcode":"70441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.36537195523370636,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201440","School District Name":"St. Charles Parish","Physical Address Line 1":"13855 River Road","Physical Address Line 2":"","Physical Address City":"Luling","Physical Address State":"LA ","Physical Address Zipcode":"70070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1396117306897976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2201410","School District Name":"St. Bernard Parish","Physical Address Line 1":"200 East St. Bernard Highway","Physical Address Line 2":"","Physical Address City":"Chalmette","Physical Address State":"LA ","Physical Address Zipcode":"70043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.256563245823389,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201380","School District Name":"Sabine Parish","Physical Address Line 1":"695 Peterson Street","Physical Address Line 2":"","Physical Address City":"Many","Physical Address State":"LA ","Physical Address Zipcode":"71449","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1998548270021776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201350","School District Name":"Richland Parish","Physical Address Line 1":"411 Foster Street","Physical Address Line 2":"","Physical Address City":"Rayville","Physical Address State":"LA ","Physical Address Zipcode":"71269","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3063170441001192,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201320","School District Name":"Red River Parish","Physical Address Line 1":"1922 Alonzo Street","Physical Address Line 2":"","Physical Address City":"Coushatta","Physical Address State":"LA ","Physical Address Zipcode":"71019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3157172271791352,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201290","School District Name":"Rapides Parish","Physical Address Line 1":"619 Sixth Street","Physical Address Line 2":"","Physical Address City":"Alexandria","Physical Address State":"LA ","Physical Address Zipcode":"71301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2056771397616468,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201260","School District Name":"Pointe Coupee Parish","Physical Address Line 1":"337 Napoleon Street","Physical Address Line 2":"","Physical Address City":"New Roads","Physical Address State":"LA ","Physical Address Zipcode":"70760","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24528301886792453,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201230","School District Name":"Plaquemines Parish","Physical Address Line 1":"1484 Woodland Hwy.","Physical Address Line 2":"","Physical Address City":"Belle Chasse","Physical Address State":"LA ","Physical Address Zipcode":"70037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17856333559936552,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2201200","School District Name":"Ouachita Parish","Physical Address Line 1":"100 Bry Street","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"LA ","Physical Address Zipcode":"71201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.2679943716852473,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201170","School District Name":"Orleans Parish","Physical Address Line 1":"2401 Westbend Parkway","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2772411517806411,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201140","School District Name":"Natchitoches Parish","Physical Address Line 1":"310 Royal Street","Physical Address Line 2":"","Physical Address City":"Natchitoches","Physical Address State":"LA ","Physical Address Zipcode":"71457","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2754108823998723,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201110","School District Name":"Morehouse Parish","Physical Address Line 1":"4099 Naff Avenue","Physical Address Line 2":"","Physical Address City":"Bastrop","Physical Address State":"LA ","Physical Address Zipcode":"71220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.4248792270531401,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201080","School District Name":"City of Monroe School District","Physical Address Line 1":"2006 Tower Drive","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"LA ","Physical Address Zipcode":"71201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.45445205479452055,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201050","School District Name":"Madison Parish","Physical Address Line 1":"301 South Chestnut Street","Physical Address Line 2":"","Physical Address City":"Tallulah","Physical Address State":"LA ","Physical Address Zipcode":"71282","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.4384318056322474,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2201020","School District Name":"Livingston Parish","Physical Address Line 1":"13909 Florida Boulevard","Physical Address Line 2":"","Physical Address City":"Livingston","Physical Address State":"LA ","Physical Address Zipcode":"70754","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13566625803335933,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2200990","School District Name":"Lincoln Parish","Physical Address Line 1":"410 South Farmerville Street","Physical Address Line 2":"","Physical Address City":"Ruston","Physical Address State":"LA ","Physical Address Zipcode":"71270","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24278155706727136,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200960","School District Name":"LaSalle Parish","Physical Address Line 1":"3012 North First Street","Physical Address Line 2":"","Physical Address City":"Jena","Physical Address State":"LA ","Physical Address Zipcode":"71342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18878580072609924,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200900","School District Name":"Lafourche Parish","Physical Address Line 1":"805 East Seventh Street","Physical Address Line 2":"","Physical Address City":"Thibodaux","Physical Address State":"LA ","Physical Address Zipcode":"70301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17620691743897268,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2200870","School District Name":"Lafayette Parish","Physical Address Line 1":"113 Chaplin Drive","Physical Address Line 2":"","Physical Address City":"Lafayette","Physical Address State":"LA ","Physical Address Zipcode":"70508","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.18320355419672288,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2200840","School District Name":"Jefferson Parish","Physical Address Line 1":"1901 Manhattan Suite A201","Physical Address Line 2":"","Physical Address City":"Harvey","Physical Address State":"LA ","Physical Address Zipcode":"70058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.25241186015636524,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200810","School District Name":"Jefferson Davis Parish","Physical Address Line 1":"203 East Plaquemine Street","Physical Address Line 2":"","Physical Address City":"Jennings","Physical Address State":"LA ","Physical Address Zipcode":"70546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2171457905544148,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200780","School District Name":"Jackson Parish","Physical Address Line 1":"315 Pershing Highway","Physical Address Line 2":"","Physical Address City":"Jonesboro","Physical Address State":"LA ","Physical Address Zipcode":"71251","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23873517786561266,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200750","School District Name":"Iberville Parish","Physical Address Line 1":"58030 Plaquemine Street","Physical Address Line 2":"","Physical Address City":"Plaquemine","Physical Address State":"LA ","Physical Address Zipcode":"70764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2998707453683757,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200720","School District Name":"Iberia Parish","Physical Address Line 1":"1500 Jane Street","Physical Address Line 2":"","Physical Address City":"New Iberia","Physical Address State":"LA ","Physical Address Zipcode":"70563","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3207576584301193,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200690","School District Name":"Grant Parish","Physical Address Line 1":"512 Main Street","Physical Address Line 2":"","Physical Address City":"Colfax","Physical Address State":"LA ","Physical Address Zipcode":"71417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20635391923990498,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200660","School District Name":"Franklin Parish","Physical Address Line 1":"7293 Prairie Road","Physical Address Line 2":"","Physical Address City":"Winnsboro","Physical Address State":"LA ","Physical Address Zipcode":"71295","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3450803495912038,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200630","School District Name":"Evangeline Parish","Physical Address Line 1":"1123 Te Mamou Road","Physical Address Line 2":"","Physical Address City":"Ville Platte","Physical Address State":"LA ","Physical Address Zipcode":"70586","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3197119410484006,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200600","School District Name":"East Feliciana Parish","Physical Address Line 1":"12732 Silliman Street","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"LA ","Physical Address Zipcode":"70722","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20566194837635304,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200570","School District Name":"East Carroll Parish","Physical Address Line 1":"514 Third Street","Physical Address Line 2":"","Physical Address City":"Lake Providence","Physical Address State":"LA ","Physical Address Zipcode":"71254","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.4464438731790917,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200540","School District Name":"East Baton Rouge Parish","Physical Address Line 1":"1050 South Foster Drive","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70806","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.20790270471422048,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200510","School District Name":"DeSoto Parish","Physical Address Line 1":"201 Crosby Street","Physical Address Line 2":"","Physical Address City":"Mansfield","Physical Address State":"LA ","Physical Address Zipcode":"71052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24300202839756593,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200480","School District Name":"Concordia Parish","Physical Address Line 1":"4358 Highway 84 West","Physical Address Line 2":"","Physical Address City":"Vidalia","Physical Address State":"LA ","Physical Address Zipcode":"71373","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3645412130637636,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200450","School District Name":"Claiborne Parish","Physical Address Line 1":"415 East Main Street","Physical Address Line 2":"","Physical Address City":"Homer","Physical Address State":"LA ","Physical Address Zipcode":"71040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.34592445328031807,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200420","School District Name":"Catahoula Parish","Physical Address Line 1":"200 Bushley Street","Physical Address Line 2":"","Physical Address City":"Harrisonburg","Physical Address State":"LA ","Physical Address Zipcode":"71340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3715083798882682,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200390","School District Name":"Cameron Parish","Physical Address Line 1":"510 Marshall Street","Physical Address Line 2":"","Physical Address City":"Cameron","Physical Address State":"LA ","Physical Address Zipcode":"70631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17399103139013453,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200360","School District Name":"Caldwell Parish","Physical Address Line 1":"7112 HWY 165","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"LA ","Physical Address Zipcode":"71418","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24739103744628607,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200330","School District Name":"Calcasieu Parish","Physical Address Line 1":"3310 Broad Street","Physical Address Line 2":"","Physical Address City":"Lake Charles","Physical Address State":"LA ","Physical Address Zipcode":"70615","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21747540621200398,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200324","School District Name":"New Orleans Accelerated High School","Physical Address Line 1":"1614 Oretha Castle Haley Blvd","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200323","School District Name":"Esperanza Charter School","Physical Address Line 1":"4407 S Carrollton Ave","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200322","School District Name":"Lafayette Academy Charter School","Physical Address Line 1":"2727 S Carrollton Ave","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70118","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200321","School District Name":"Foundation Preparatory Academy","Physical Address Line 1":"3121 Saint Bernard Avenue","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200320","School District Name":"Pierre A. Capdau Charter School","Physical Address Line 1":"2401 Westbend Parkway Suite 3","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200319","School District Name":"John F. Kennedy High School","Physical Address Line 1":"1307 Oretha Castle Haley Blvd","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200318","School District Name":"Edward Hynes Charter School - UNO","Physical Address Line 1":"6101 Chatham Dr","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200317","School District Name":"Edward Hynes Charter School - Lakeview","Physical Address Line 1":"990 Harrison Ave","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200316","School District Name":"Warren Easton Charter Foundation Inc.","Physical Address Line 1":"3019 Canal Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200315","School District Name":"RSD-Capitol Education Foundation","Physical Address Line 1":"1000 N. 23rd Street","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70802","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200314","School District Name":"Living School Inc.","Physical Address Line 1":"6003 Bullard Ave. Suite 16","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200313","School District Name":"GEO Next Generation High School","Physical Address Line 1":"2311 N Sherwood Forest Dr","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70815","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200312","School District Name":"McDonogh 35 Senior High School","Physical Address Line 1":"4000 Cadillac St.","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200311","School District Name":"Glen Oaks Middle School","Physical Address Line 1":"5300 Monarch Ave","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70811","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200310","School District Name":"IDEA Public Schools","Physical Address Line 1":"804 Main Street Suite D","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70802","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200309","School District Name":"Opportunities Academy","Physical Address Line 1":"2625 Thalia St.","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200308","School District Name":"Red River Charter Academy","Physical Address Line 1":"1869 Saint Jean Street","Physical Address Line 2":"","Physical Address City":"Mansura","Physical Address State":"LA ","Physical Address Zipcode":"71350","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200307","School District Name":"Rosenwald Collegiate Academy","Physical Address Line 1":"6501 Berkley Dr.","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200306","School District Name":"Dwight D. Eisenhower Charter School","Physical Address Line 1":"3520 General DeGaulle Dr.","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200305","School District Name":"Athlos Academy of Jefferson Parish","Physical Address Line 1":"979 Behrman Hwy","Physical Address Line 2":"","Physical Address City":"Terrytown","Physical Address State":"LA ","Physical Address Zipcode":"70056","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200304","School District Name":"New Harmony High Institute","Physical Address Line 1":"5400 Douglas","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70117","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200303","School District Name":"Audubon Charter School - Gentilly","Physical Address Line 1":"4720 Painters Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200302","School District Name":"FirstLine Live Oak","Physical Address Line 1":"300 N. Broad Street Suite 207","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200301","School District Name":"JCFA Lafayette","Physical Address Line 1":"475 Manhattan Blvd","Physical Address Line 2":"","Physical Address City":"Lafayette","Physical Address State":"LA ","Physical Address Zipcode":"70506","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200300","School District Name":"Caddo Parish","Physical Address Line 1":"1961 Midway Street","Physical Address Line 2":"","Physical Address City":"Shreveport","Physical Address State":"LA ","Physical Address Zipcode":"71108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.23060916094829936,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200299","School District Name":"Benjamin Franklin High School","Physical Address Line 1":"2001 Leon C Simons Drive","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200298","School District Name":"GEO Prep Mid-City of Greater Baton Rouge","Physical Address Line 1":"1900 Lobdell Blvd","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70806","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200297","School District Name":"Lusher Charter School","Physical Address Line 1":"5624 Freret Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200296","School District Name":"Wilson Charter School","Physical Address Line 1":"3617 General Pershing Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70125","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200295","School District Name":"Einstein Charter High School at Sarah Towles Reed","Physical Address Line 1":"5316 Michoud Blvd","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70129","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200294","School District Name":"Edna Karr High School","Physical Address Line 1":"3332 Huntlee Drive","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200293","School District Name":"The NET 2 Charter High School","Physical Address Line 1":"6601 Franklin Ave","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200292","School District Name":"Einstein Charter at Sherwood Forest","Physical Address Line 1":"4801 Maid Marion","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70129","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200291","School District Name":"Eleanor McMain Secondary School","Physical Address Line 1":"5712 South Claiborne Avenue","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70125","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200290","School District Name":"Thrive Academy","Physical Address Line 1":"2585 Brightside Drive","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200289","School District Name":"Bricolage Academy","Physical Address Line 1":"3368 Esplanade","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200288","School District Name":"Collegiate Baton Rouge","Physical Address Line 1":"1900 N Lobdell Blvd","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70805","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200287","School District Name":"ENCORE Academy","Physical Address Line 1":"4217 Orleans Ave","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70117","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200286","School District Name":"Robert Russa Moton Charter School","Physical Address Line 1":"8550 Curran Blvd","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200285","School District Name":"Audubon Charter School","Physical Address Line 1":"428 Broadway Avenue","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200284","School District Name":"McDonogh 42 Charter School","Physical Address Line 1":"1651 N Tonti St","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200283","School District Name":"Einstein Charter School at Village De L'Est","Physical Address Line 1":"3520 General de Gaulle Ste. 5","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200282","School District Name":"Lake Forest Elementary Charter School","Physical Address Line 1":"11110 Lake Forest Blvd","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200281","School District Name":"New Orleans Charter Science and Mathematics HS","Physical Address Line 1":"5625 Loyola Avenue","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200280","School District Name":"Einstein Charter Middle Sch at Sarah Towles Reed","Physical Address Line 1":"5316 Michoud Blvd","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70129","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200279","School District Name":"Alice M. Harte Elementary Charter School","Physical Address Line 1":"3520 General de Gaulle Ste. 5","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200278","School District Name":"Noble Minds","Physical Address Line 1":"3819 Herschel Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200277","School District Name":"KIPP Booker T Washington","Physical Address Line 1":"2514 Third Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200276","School District Name":"Livingston Collegiate Academy","Physical Address Line 1":"7301 Dwyer Rd","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70126","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200275","School District Name":"Lincoln Preparatory School","Physical Address Line 1":"407 Central Avenue","Physical Address Line 2":"","Physical Address City":"Grambling","Physical Address State":"LA ","Physical Address Zipcode":"71245","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200270","School District Name":"Bossier Parish","Physical Address Line 1":"316 Sibley Street","Physical Address Line 2":"","Physical Address City":"Benton","Physical Address State":"LA ","Physical Address Zipcode":"71006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18208929041312166,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2200268","School District Name":"Advantage Charter Academy","Physical Address Line 1":"14740 Plank Rd","Physical Address Line 2":"","Physical Address City":"Lafayette","Physical Address State":"LA ","Physical Address Zipcode":"70501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200267","School District Name":"Fannie C. Williams Charter School","Physical Address Line 1":"11755 Dwyer Road","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200266","School District Name":"Lawrence D. Crocker College Prep","Physical Address Line 1":"2301 Marengo Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70125","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200265","School District Name":"G W Carver High School","Physical Address Line 1":"3059 Higgins Blvd","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70126","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200263","School District Name":"Willow Charter Academy","Physical Address Line 1":"1818 Northeast Evangeline Thro","Physical Address Line 2":"","Physical Address City":"Lafayette","Physical Address State":"LA ","Physical Address Zipcode":"70501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200262","School District Name":"KIPP Morial","Physical Address Line 1":"721 St. Phillip Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200260","School District Name":"Baton Rouge University Preparatory Elementary","Physical Address Line 1":"5300 Monarch Ave","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70811","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200259","School District Name":"Samuel J. Green Charter School","Physical Address Line 1":"2319 Valence St","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200258","School District Name":"Kenilworth Science and Technology Charter School","Physical Address Line 1":"5552 Read Blvd.","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200255","School District Name":"ReNEW Schaumburg Elementary","Physical Address Line 1":"9501 Grant Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70118","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200254","School District Name":"Democracy Prep Baton Rouge","Physical Address Line 1":"4055 Prescott Road","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70805","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200253","School District Name":"Phillis Wheatley Community School","Physical Address Line 1":"2300 Dumaine St.","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200252","School District Name":"Northeast Claiborne Charter","Physical Address Line 1":"100 West Holly","Physical Address Line 2":"","Physical Address City":"Junction City","Physical Address State":"LA ","Physical Address Zipcode":"71749","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200249","School District Name":"Mildred Osborne Charter School","Physical Address Line 1":"3819 St. Claude Avenue","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70117","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200248","School District Name":"KIPP East Community","Physical Address Line 1":"6519 Virgilian St","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200247","School District Name":"Delta Charter Group","Physical Address Line 1":"300 Lynwood Drive","Physical Address Line 2":"","Physical Address City":"Ferriday","Physical Address State":"LA ","Physical Address Zipcode":"71334","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200246","School District Name":"KIPP Central City","Physical Address Line 1":"2625 Thalia Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200243","School District Name":"Paul Habans Charter School","Physical Address Line 1":"3501 Seine St","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70117","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200242","School District Name":"ReNEW SciTech Academy at Laurel","Physical Address Line 1":"820 Jackson Avenue","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70118","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200241","School District Name":"JCFA-East","Physical Address Line 1":"475 Manhattan Blvd","Physical Address Line 2":"","Physical Address City":"Jefferson","Physical Address State":"LA ","Physical Address Zipcode":"70121","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200240","School District Name":"City of Bogalusa School District","Physical Address Line 1":"1705 Sullivan Drive","Physical Address Line 2":"","Physical Address City":"Bogalusa","Physical Address State":"LA ","Physical Address Zipcode":"70427","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.4161951909476662,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200238","School District Name":"Walter L. Cohen College Prep","Physical Address Line 1":"3520 Dryades Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70125","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200237","School District Name":"Abramson Sci Academy","Physical Address Line 1":"7301 Dwyer Rd","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70126","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200236","School District Name":"Martin Behrman Charter Acad of Creative Arts & Sci","Physical Address Line 1":"715 Opelousas Avenue","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200235","School District Name":"Lafayette Charter Foundation","Physical Address Line 1":"600 Savoy Road","Physical Address Line 2":"","Physical Address City":"Lafayette","Physical Address State":"LA ","Physical Address Zipcode":"70507","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200233","School District Name":"Louisiana Virtual Charter Academy","Physical Address Line 1":"1477 Louisiana Avenue","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70802","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200231","School District Name":"Acadiana Renaissance Charter Academy","Physical Address Line 1":"205 Vienne","Physical Address Line 2":"","Physical Address City":"Youngsville","Physical Address State":"LA ","Physical Address Zipcode":"70592","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200230","School District Name":"GEO Prep Academy of Greater Baton Rouge","Physical Address Line 1":"4006 Platt Dr","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70815","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200226","School District Name":"Celerity Lanier Charter School","Physical Address Line 1":"4705 Lanier Dr","Physical Address Line 2":"","Physical Address City":"Sorrento","Physical Address State":"LA ","Physical Address Zipcode":"70778","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200220","School District Name":"Harriet Tubman Charter School","Physical Address Line 1":"2832 General Meyer Ave","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70117","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200219","School District Name":"Iberville Charter Academy","Physical Address Line 1":"24360 Enterprise Blvd","Physical Address Line 2":"","Physical Address City":"Plaquemine","Physical Address State":"LA ","Physical Address Zipcode":"70765","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200217","School District Name":"Dr Martin Luther King Charter School for Sci Tech","Physical Address Line 1":"1617 Caffin Avenue","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70117","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200216","School District Name":"KIPP Believe","Physical Address Line 1":"9330 Forshey Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200215","School District Name":"JS Clark Leadership Academy","Physical Address Line 1":"1203 South Union Street","Physical Address Line 2":"","Physical Address City":"Opelousas","Physical Address State":"LA ","Physical Address Zipcode":"70570","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200213","School District Name":"Louisiana Key Academy","Physical Address Line 1":"2900 Westfork Suite 401","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70806","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200212","School District Name":"Arise Academy","Physical Address Line 1":"3819 St. Claude Avenue","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70117","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200211","School District Name":"KIPP Leadership","Physical Address Line 1":"2300 St. Claude Ave","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200210","School District Name":"Bienville Parish","Physical Address Line 1":"1956 First Street","Physical Address Line 2":"","Physical Address City":"Arcadia","Physical Address State":"LA ","Physical Address Zipcode":"71001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.34631828978622325,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200208","School District Name":"Akili Academy of New Orleans","Physical Address Line 1":"3811 North Galvez St.","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70117","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200207","School District Name":"Lord Beaconsfield Landry-Oliver Perry Walker High","Physical Address Line 1":"1200 L.B. Landry Avenue","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200206","School District Name":"Langston Hughes Charter Academy","Physical Address Line 1":"3519 Trafalgar Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200203","School District Name":"Morris Jeff Community School","Physical Address Line 1":"2239 Poydras Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200199","School District Name":"James M. Singleton Charter School","Physical Address Line 1":"2220 Oretha Castle Haley Boule","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200198","School District Name":"Lake Charles College Prep","Physical Address Line 1":"2750 Power Center Parkway","Physical Address Line 2":"","Physical Address City":"Lake Charles","Physical Address State":"LA ","Physical Address Zipcode":"70607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200197","School District Name":"KIPP Renaissance","Physical Address Line 1":"3820 St. Claude Ave","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200196","School District Name":"Celerity Dalton Charter School","Physical Address Line 1":"3605 Ontario Street","Physical Address Line 2":"","Physical Address City":"Sorrento","Physical Address State":"LA ","Physical Address Zipcode":"70778","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200195","School District Name":"ReNEW Dolores T. Aaron Elementary","Physical Address Line 1":"10200 Curran Blvd","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70118","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200192","School District Name":"Arthur Ashe Charter School","Physical Address Line 1":"1456 Gardena Drive","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200190","School District Name":"Impact Charter School","Physical Address Line 1":"4815 Lavey Ln.","Physical Address Line 2":"","Physical Address City":"Baker","Physical Address State":"LA ","Physical Address Zipcode":"70714","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200189","School District Name":"Southwest Louisiana Charter Academy","Physical Address Line 1":"1700 East McNeese Street","Physical Address Line 2":"","Physical Address City":"Lake Charles","Physical Address State":"LA ","Physical Address Zipcode":"70607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200188","School District Name":"The NET Charter High School","Physical Address Line 1":"1614 Oretha Castle Haley Blvd","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200187","School District Name":"Success Preparatory Academy","Physical Address Line 1":"2011 Bienville Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70119","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200186","School District Name":"Sophie B. Wright Institute of Academic Excellence","Physical Address Line 1":"6400 Press Drive","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70126","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200180","School District Name":"Beauregard Parish","Physical Address Line 1":"202 West Third Street","Physical Address Line 2":"","Physical Address City":"DeRidder","Physical Address State":"LA ","Physical Address Zipcode":"70634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17466467958271237,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200160","School District Name":"New Orleans Military & Maritime Academy","Physical Address Line 1":"425 O Bannon Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200159","School District Name":"Lycee Francais de la Nouvelle-Orleans","Physical Address Line 1":"5951 Patton Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200158","School District Name":"Lake Charles Charter Academy Foundation Inc.","Physical Address Line 1":"2750 Power Center Parkway","Physical Address Line 2":"","Physical Address City":"Lake Charles","Physical Address State":"LA ","Physical Address Zipcode":"70607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200157","School District Name":"University View Academy Inc. (FRM LA Connections)","Physical Address Line 1":"4664 Jamestown Ave Suite 100","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70808","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200156","School District Name":"Voices for International Business & Education","Physical Address Line 1":"727 Carondelet Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70130","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200151","School District Name":"Howard School","Physical Address Line 1":"904 Deville Lane","Physical Address Line 2":"","Physical Address City":"Ruston","Physical Address State":"LA ","Physical Address Zipcode":"71270","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200150","School District Name":"Avoyelles Parish","Physical Address Line 1":"221 Tunica Drive West","Physical Address Line 2":"","Physical Address City":"Marksville","Physical Address State":"LA ","Physical Address Zipcode":"71351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28413610251878035,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200148","School District Name":"Community School for Apprenticeship Learning Inc.","Physical Address Line 1":"1555 Madison Avenue","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70802","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200146","School District Name":"D'Arbonne Woods Charter School","Physical Address Line 1":"1002 Sterlington Highway","Physical Address Line 2":"","Physical Address City":"Farmerville","Physical Address State":"LA ","Physical Address Zipcode":"71241","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200126","School District Name":"The MAX Charter School","Physical Address Line 1":"100 Afton Drive","Physical Address Line 2":"","Physical Address City":"Thibodaux","Physical Address State":"LA ","Physical Address Zipcode":"70301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200125","School District Name":"Central Community School District","Physical Address Line 1":"10510 Joor Road Suite 300","Physical Address Line 2":"","Physical Address City":"Central","Physical Address State":"LA ","Physical Address Zipcode":"70818","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200120","School District Name":"Assumption Parish","Physical Address Line 1":"4901 Highway 308","Physical Address Line 2":"","Physical Address City":"Napoleonville","Physical Address State":"LA ","Physical Address Zipcode":"70390","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.24433174224343676,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200090","School District Name":"Ascension Parish","Physical Address Line 1":"1100 Webster Street","Physical Address Line 2":"","Physical Address City":"Donaldsonville","Physical Address State":"LA ","Physical Address Zipcode":"70346","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11802915082382763,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2200060","School District Name":"Allen Parish","Physical Address Line 1":"414 N. 12th Street","Physical Address Line 2":"","Physical Address City":"Kinder","Physical Address State":"LA ","Physical Address Zipcode":"70648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21843340746231776,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200056","School District Name":"A.E. Phillips Laboratory School","Physical Address Line 1":"Hergot Street - LA Tech Campus","Physical Address Line 2":"","Physical Address City":"Ruston","Physical Address State":"LA ","Physical Address Zipcode":"71272","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200054","School District Name":"Recovery School District-LDE","Physical Address Line 1":"1201 N 3rd Street","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70802","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200047","School District Name":"Office of Juvenile Justice","Physical Address Line 1":"7919 Independence Blvd","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70806","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200041","School District Name":"Belle Chasse Academy","Physical Address Line 1":"100 Fifth St. NAS-JRB","Physical Address Line 2":"","Physical Address City":"Belle Chasse","Physical Address State":"LA ","Physical Address Zipcode":"70037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200040","School District Name":"City of Baker School District","Physical Address Line 1":"14750 Plank Road","Physical Address Line 2":"","Physical Address City":"Baker","Physical Address State":"LA ","Physical Address Zipcode":"70714","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1989814477991997,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2200039","School District Name":"Zachary Community School District","Physical Address Line 1":"3755 Church Street","Physical Address Line 2":"","Physical Address City":"Zachary","Physical Address State":"LA ","Physical Address Zipcode":"70791","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1287758346581876,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2200038","School District Name":"Delhi Charter School","Physical Address Line 1":"6940 Highway 17","Physical Address Line 2":"","Physical Address City":"Delhi","Physical Address State":"LA ","Physical Address Zipcode":"71232","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200036","School District Name":"New Orleans Center for Creative Arts","Physical Address Line 1":"2800 Chartres Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200035","School District Name":"Avoyelles Public Charter School","Physical Address Line 1":"201 Longfellow Road","Physical Address Line 2":"","Physical Address City":"Mansura","Physical Address State":"LA ","Physical Address Zipcode":"71350","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200033","School District Name":"International School of Louisiana","Physical Address Line 1":"1400 Camp Street","Physical Address Line 2":"","Physical Address City":"New Orleans","Physical Address State":"LA ","Physical Address Zipcode":"70130","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200032","School District Name":"V. B. Glencoe Charter School","Physical Address Line 1":"4491 LA 83","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"LA ","Physical Address Zipcode":"70538","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200030","School District Name":"Acadia Parish","Physical Address Line 1":"2402 North Parkerson Avenue","Physical Address Line 2":"","Physical Address City":"Crowley","Physical Address State":"LA ","Physical Address Zipcode":"70526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27663599621635565,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2200025","School District Name":"New Vision Learning Academy","Physical Address Line 1":"507 Swayze Street","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"LA ","Physical Address Zipcode":"71201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200023","School District Name":"Southern University Lab School","Physical Address Line 1":"129 Swan Street","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70813","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200022","School District Name":"LSU Laboratory School","Physical Address Line 1":"45 Dalrymple Drive","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200018","School District Name":"LA Schools for the Deaf and Visually Impaired","Physical Address Line 1":"2888 Brightside Lane","Physical Address Line 2":"","Physical Address City":"Baton Rouge","Physical Address State":"LA ","Physical Address Zipcode":"70821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2200017","School District Name":"Louisiana School for Math Science & the Arts","Physical Address Line 1":"715 University Parkway","Physical Address Line 2":"","Physical Address City":"Natchitoches","Physical Address State":"LA ","Physical Address Zipcode":"71457","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2106000","School District Name":"Woodford County","Physical Address Line 1":"330 Pisgah Pk","Physical Address Line 2":"","Physical Address City":"Versailles","Physical Address State":"KY ","Physical Address Zipcode":"40383","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09862385321100918,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2105970","School District Name":"Wolfe County","Physical Address Line 1":"85 Main Street","Physical Address Line 2":"","Physical Address City":"Campton","Physical Address State":"KY ","Physical Address Zipcode":"41301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3706597222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105940","School District Name":"Williamstown Independent","Physical Address Line 1":"300 Helton Street","Physical Address Line 2":"","Physical Address City":"Williamstown","Physical Address State":"KY ","Physical Address Zipcode":"41097","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2105910","School District Name":"Williamsburg Independent","Physical Address Line 1":"1000 Main Street","Physical Address Line 2":"","Physical Address City":"Williamsburg","Physical Address State":"KY ","Physical Address Zipcode":"40769","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.33672172808132145,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105880","School District Name":"Whitley County","Physical Address Line 1":"300 Main Street","Physical Address Line 2":"","Physical Address City":"Williamsburg","Physical Address State":"KY ","Physical Address Zipcode":"40769","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2774332061068702,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105850","School District Name":"West Point Independent School District","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2105820","School District Name":"Webster County","Physical Address Line 1":"28 State Rt 1340","Physical Address Line 2":"","Physical Address City":"Dixon","Physical Address State":"KY ","Physical Address Zipcode":"42409","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18405192396847472,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105790","School District Name":"Wayne County","Physical Address Line 1":"1025 S Main St","Physical Address Line 2":"","Physical Address City":"Monticello","Physical Address State":"KY ","Physical Address Zipcode":"42633","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.29753989361702127,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105760","School District Name":"Washington County","Physical Address Line 1":"120 Mackville Hill Rd","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"KY ","Physical Address Zipcode":"40069","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16444444444444445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105730","School District Name":"Warren County","Physical Address Line 1":"303 Lovers Ln","Physical Address Line 2":"","Physical Address City":"Bowling Green","Physical Address State":"KY ","Physical Address Zipcode":"42102","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17972128784238348,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2105700","School District Name":"Walton-Verona Independent","Physical Address Line 1":"16 School Rd","Physical Address Line 2":"","Physical Address City":"Walton","Physical Address State":"KY ","Physical Address Zipcode":"41094","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07341772151898734,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2105640","School District Name":"Union County","Physical Address Line 1":"510 S Mart St","Physical Address Line 2":"","Physical Address City":"Morganfield","Physical Address State":"KY ","Physical Address Zipcode":"42437","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18122977346278318,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105610","School District Name":"Trimble County","Physical Address Line 1":"116 Wentworth Ave","Physical Address Line 2":"","Physical Address City":"Bedford","Physical Address State":"KY ","Physical Address Zipcode":"40006","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14595375722543352,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105580","School District Name":"Trigg County","Physical Address Line 1":"202 Main St","Physical Address Line 2":"","Physical Address City":"Cadiz","Physical Address State":"KY ","Physical Address Zipcode":"42211","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23685317627261254,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105550","School District Name":"Todd County","Physical Address Line 1":"205 Airport Rd","Physical Address Line 2":"","Physical Address City":"Elkton","Physical Address State":"KY ","Physical Address Zipcode":"42220","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22725401399752984,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105520","School District Name":"Taylor County","Physical Address Line 1":"1209 E Broadway","Physical Address Line 2":"","Physical Address City":"Campbellsville","Physical Address State":"KY ","Physical Address Zipcode":"42718","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.177886292291594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2105490","School District Name":"Spencer County","Physical Address Line 1":"207 W Main St","Physical Address Line 2":"","Physical Address City":"Taylorsville","Physical Address State":"KY ","Physical Address Zipcode":"40071","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07371601208459215,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105460","School District Name":"Southgate Independent","Physical Address Line 1":"Wm Blatt and Evergreen","Physical Address Line 2":"","Physical Address City":"Southgate","Physical Address State":"KY ","Physical Address Zipcode":"41071","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20711974110032363,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105430","School District Name":"Somerset Independent","Physical Address Line 1":"305 College St","Physical Address Line 2":"","Physical Address City":"Somerset","Physical Address State":"KY ","Physical Address Zipcode":"42501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.34172387490465295,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105400","School District Name":"Simpson County","Physical Address Line 1":"430 S College St","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"KY ","Physical Address Zipcode":"42135","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16972477064220184,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2105320","School District Name":"Shelby County","Physical Address Line 1":"1155 Main Street","Physical Address Line 2":"","Physical Address City":"Shelbyville","Physical Address State":"KY ","Physical Address Zipcode":"40066","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11059850374064838,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2105260","School District Name":"Scott County","Physical Address Line 1":"2168 Frankfort Pk","Physical Address Line 2":"","Physical Address City":"Georgetown","Physical Address State":"KY ","Physical Address Zipcode":"40324","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09048288795124239,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2105220","School District Name":"Science Hill Independent","Physical Address Line 1":"6007 N Hwy 27","Physical Address Line 2":"","Physical Address City":"Science Hill","Physical Address State":"KY ","Physical Address Zipcode":"42553","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3917525773195876,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105190","School District Name":"Russellville Independent","Physical Address Line 1":"355 South Summer Street","Physical Address Line 2":"","Physical Address City":"Russellville","Physical Address State":"KY ","Physical Address Zipcode":"42276","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28494041170097506,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105160","School District Name":"Russell County","Physical Address Line 1":"404 S Main St","Physical Address Line 2":"","Physical Address City":"Jamestown","Physical Address State":"KY ","Physical Address Zipcode":"42629","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24147157190635452,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105130","School District Name":"Russell Independent","Physical Address Line 1":"908 Powell Lane","Physical Address Line 2":"","Physical Address City":"Flatwoods","Physical Address State":"KY ","Physical Address Zipcode":"41139","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.13344051446945338,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2105100","School District Name":"Rowan County","Physical Address Line 1":"415 West Sun St","Physical Address Line 2":"","Physical Address City":"Morehead","Physical Address State":"KY ","Physical Address Zipcode":"40351","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.26253602305475504,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105070","School District Name":"Rockcastle County","Physical Address Line 1":"245 Richmond St","Physical Address Line 2":"","Physical Address City":"Mount Vernon","Physical Address State":"KY ","Physical Address Zipcode":"40456","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23965058868211167,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2105040","School District Name":"Robertson County","Physical Address Line 1":"1762 Sardis Road","Physical Address Line 2":"","Physical Address City":"Mount Olivet","Physical Address State":"KY ","Physical Address Zipcode":"41064","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21794871794871795,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104980","School District Name":"Raceland-Worthington Independent","Physical Address Line 1":"600 Ram Blvd","Physical Address Line 2":"","Physical Address City":"Raceland","Physical Address State":"KY ","Physical Address Zipcode":"41169","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.18723404255319148,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2104950","School District Name":"Pulaski County","Physical Address Line 1":"925 N. Main Street","Physical Address Line 2":"","Physical Address City":"Somerset","Physical Address State":"KY ","Physical Address Zipcode":"42503","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2252850658695893,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104890","School District Name":"Powell County","Physical Address Line 1":"691 Breckinridge St","Physical Address Line 2":"","Physical Address City":"Stanton","Physical Address State":"KY ","Physical Address Zipcode":"40380","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2793770646531383,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104860","School District Name":"Pineville Independent","Physical Address Line 1":"401 Virginia Avenue","Physical Address Line 2":"","Physical Address City":"Pineville","Physical Address State":"KY ","Physical Address Zipcode":"40977","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3177966101694915,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104830","School District Name":"Pikeville Independent","Physical Address Line 1":"148 Second Street","Physical Address Line 2":"","Physical Address City":"Pikeville","Physical Address State":"KY ","Physical Address Zipcode":"41501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2658569500674764,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104800","School District Name":"Pike County","Physical Address Line 1":"316 South Mayo Trail","Physical Address Line 2":"","Physical Address City":"Pikeville","Physical Address State":"KY ","Physical Address Zipcode":"41501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25938354461844393,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104770","School District Name":"Perry County","Physical Address Line 1":"315 Park Ave","Physical Address Line 2":"","Physical Address City":"Hazard","Physical Address State":"KY ","Physical Address Zipcode":"41701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.251925820256776,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104740","School District Name":"Pendleton County","Physical Address Line 1":"2525 Hwy 27 N","Physical Address Line 2":"","Physical Address City":"Falmouth","Physical Address State":"KY ","Physical Address Zipcode":"41040","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1861788617886179,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104710","School District Name":"Paris Independent","Physical Address Line 1":"310 W Seventh St","Physical Address Line 2":"","Physical Address City":"Paris","Physical Address State":"KY ","Physical Address Zipcode":"40361","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26595744680851063,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104680","School District Name":"Paintsville Independent","Physical Address Line 1":"305 2nd St","Physical Address Line 2":"","Physical Address City":"Paintsville","Physical Address State":"KY ","Physical Address Zipcode":"41240","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3160270880361174,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104650","School District Name":"Paducah Independent","Physical Address Line 1":"800 Caldwell St","Physical Address Line 2":"","Physical Address City":"Paducah","Physical Address State":"KY ","Physical Address Zipcode":"42003","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2806349206349206,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104620","School District Name":"Owsley County","Physical Address Line 1":"14 Old KY 11","Physical Address Line 2":"","Physical Address City":"Booneville","Physical Address State":"KY ","Physical Address Zipcode":"41314","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4062947067238913,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104590","School District Name":"Owensboro Independent","Physical Address Line 1":"450 Griffith Ave","Physical Address Line 2":"","Physical Address City":"Owensboro","Physical Address State":"KY ","Physical Address Zipcode":"42301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.22215409769057837,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104560","School District Name":"Owen County","Physical Address Line 1":"1600 Hwy 22 E","Physical Address Line 2":"","Physical Address City":"Owenton","Physical Address State":"KY ","Physical Address Zipcode":"40359","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18147138964577655,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104530","School District Name":"Oldham County","Physical Address Line 1":"1350 N Hwy 393","Physical Address Line 2":"","Physical Address City":"Buckner","Physical Address State":"KY ","Physical Address Zipcode":"40010","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.036725268176400476,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2104500","School District Name":"Ohio County","Physical Address Line 1":"315 E Union St","Physical Address Line 2":"","Physical Address City":"Hartford","Physical Address State":"KY ","Physical Address Zipcode":"42347","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1882544103992572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2104470","School District Name":"Nicholas County","Physical Address Line 1":"395 West Main St.","Physical Address Line 2":"","Physical Address City":"Carlisle","Physical Address State":"KY ","Physical Address Zipcode":"40311","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24268104776579352,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104440","School District Name":"Newport Independent","Physical Address Line 1":"30 W. 8th Street","Physical Address Line 2":"","Physical Address City":"Newport","Physical Address State":"KY ","Physical Address Zipcode":"41071","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2517916865742953,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104410","School District Name":"Nelson County","Physical Address Line 1":"288 Wildcat Ln","Physical Address Line 2":"","Physical Address City":"Bardstown","Physical Address State":"KY ","Physical Address Zipcode":"40004","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1010280042538107,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2104380","School District Name":"Murray Independent","Physical Address Line 1":"208 S 13th St","Physical Address Line 2":"","Physical Address City":"Murray","Physical Address State":"KY ","Physical Address Zipcode":"42071","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19418960244648317,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2104290","School District Name":"Morgan County","Physical Address Line 1":"155 University Drive","Physical Address Line 2":"","Physical Address City":"West Liberty","Physical Address State":"KY ","Physical Address Zipcode":"41472","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2651558073654391,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104250","School District Name":"Montgomery County","Physical Address Line 1":"700 Woodford Dr","Physical Address Line 2":"","Physical Address City":"Mount Sterling","Physical Address State":"KY ","Physical Address Zipcode":"40353","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18034511784511784,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2104200","School District Name":"Monroe County","Physical Address Line 1":"309 Emberton St","Physical Address Line 2":"","Physical Address City":"Tompkinsville","Physical Address State":"KY ","Physical Address Zipcode":"42167","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2943871706758305,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104170","School District Name":"Middlesboro Independent","Physical Address Line 1":"220 N 20th St","Physical Address Line 2":"","Physical Address City":"Middlesboro","Physical Address State":"KY ","Physical Address Zipcode":"40965","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3743435858964741,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104140","School District Name":"Metcalfe County","Physical Address Line 1":"709 West Stockton Street","Physical Address Line 2":"","Physical Address City":"Edmonton","Physical Address State":"KY ","Physical Address Zipcode":"42129","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3073367995378394,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104110","School District Name":"Mercer County","Physical Address Line 1":"530 Perryville Rd","Physical Address Line 2":"","Physical Address City":"Harrodsburg","Physical Address State":"KY ","Physical Address Zipcode":"40330","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17806451612903226,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2104080","School District Name":"Menifee County","Physical Address Line 1":"202 Back Street","Physical Address Line 2":"","Physical Address City":"Frenchburg","Physical Address State":"KY ","Physical Address Zipcode":"40322","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3190751445086705,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104050","School District Name":"Meade County","Physical Address Line 1":"1155 Old Ekron Rd","Physical Address Line 2":"","Physical Address City":"Brandenburg","Physical Address State":"KY ","Physical Address Zipcode":"40108","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13186813186813187,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2104020","School District Name":"McLean County","Physical Address Line 1":"410 Highway 136 East","Physical Address Line 2":"","Physical Address City":"Calhoun","Physical Address State":"KY ","Physical Address Zipcode":"42327","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1549560853199498,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103990","School District Name":"McCreary County","Physical Address Line 1":"120 Raider Way","Physical Address Line 2":"","Physical Address City":"Stearns","Physical Address State":"KY ","Physical Address Zipcode":"42647","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3659248449470996,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103960","School District Name":"McCracken County","Physical Address Line 1":"5347 Benton Rd","Physical Address Line 2":"","Physical Address City":"Paducah","Physical Address State":"KY ","Physical Address Zipcode":"42003","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1485584623598505,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2103900","School District Name":"Mayfield Independent","Physical Address Line 1":"914 E College St","Physical Address Line 2":"","Physical Address City":"Mayfield","Physical Address State":"KY ","Physical Address Zipcode":"42066","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.33163590070019094,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103870","School District Name":"Mason County","Physical Address Line 1":"34 East 2nd Street","Physical Address Line 2":"","Physical Address City":"Maysville","Physical Address State":"KY ","Physical Address Zipcode":"41056","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20654044750430292,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103840","School District Name":"Martin County","Physical Address Line 1":"104 East Main St.","Physical Address Line 2":"","Physical Address City":"Inez","Physical Address State":"KY ","Physical Address Zipcode":"41224","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.32626325639426074,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103810","School District Name":"Marshall County","Physical Address Line 1":"86 High School Rd","Physical Address Line 2":"","Physical Address City":"Benton","Physical Address State":"KY ","Physical Address Zipcode":"42025","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13187276174425952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103780","School District Name":"Marion County","Physical Address Line 1":"755 E Main St","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"KY ","Physical Address Zipcode":"40033","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19665394775462283,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2103750","School District Name":"Magoffin County","Physical Address Line 1":"109 Gardner Trail","Physical Address Line 2":"","Physical Address City":"Salyersville","Physical Address State":"KY ","Physical Address Zipcode":"41465","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3280531425651507,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103720","School District Name":"Madison County","Physical Address Line 1":"301 Highland Park Dr.","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"KY ","Physical Address Zipcode":"40475","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13843660776294467,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2103690","School District Name":"Lyon County","Physical Address Line 1":"217 Jenkins Rd","Physical Address Line 2":"","Physical Address City":"Eddyville","Physical Address State":"KY ","Physical Address Zipcode":"42038","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16319824753559695,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103630","School District Name":"Ludlow Independent","Physical Address Line 1":"525 Elm St","Physical Address Line 2":"","Physical Address City":"Ludlow","Physical Address State":"KY ","Physical Address Zipcode":"41016","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15675675675675677,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2103540","School District Name":"Logan County","Physical Address Line 1":"2222 Bowling Green Rd","Physical Address Line 2":"","Physical Address City":"Russellville","Physical Address State":"KY ","Physical Address Zipcode":"42276","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17096774193548386,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103510","School District Name":"Livingston County","Physical Address Line 1":"127 E Adair St","Physical Address Line 2":"","Physical Address City":"Smithland","Physical Address State":"KY ","Physical Address Zipcode":"42081","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18168389955686853,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103480","School District Name":"Lincoln County","Physical Address Line 1":"305 Danville Ave","Physical Address Line 2":"","Physical Address City":"Stanford","Physical Address State":"KY ","Physical Address Zipcode":"40484","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21256620125180548,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103390","School District Name":"Lewis County","Physical Address Line 1":"65 Central Elementary","Physical Address Line 2":"","Physical Address City":"Vanceburg","Physical Address State":"KY ","Physical Address Zipcode":"41179","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.307798800184587,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103360","School District Name":"Letcher County","Physical Address Line 1":"224 Park St","Physical Address Line 2":"","Physical Address City":"Whitesburg","Physical Address State":"KY ","Physical Address Zipcode":"41858","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25999328182734294,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103330","School District Name":"Leslie County","Physical Address Line 1":"108 Maple St","Physical Address Line 2":"","Physical Address City":"Hyden","Physical Address State":"KY ","Physical Address Zipcode":"41749","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2936610608020699,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103270","School District Name":"Lee County","Physical Address Line 1":"242 Lee Avenue","Physical Address Line 2":"","Physical Address City":"Beattyville","Physical Address State":"KY ","Physical Address Zipcode":"41311","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3806998939554613,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103240","School District Name":"Lawrence County","Physical Address Line 1":"Hwy 644","Physical Address Line 2":"50 Bulldog Lane","Physical Address City":"Louisa","Physical Address State":"KY ","Physical Address Zipcode":"41230","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2686180066691367,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103210","School District Name":"Laurel County","Physical Address Line 1":"718 North Main Street","Physical Address Line 2":"","Physical Address City":"London","Physical Address State":"KY ","Physical Address Zipcode":"40741","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2324621733149931,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103180","School District Name":"LaRue County","Physical Address Line 1":"208 College St","Physical Address Line 2":"","Physical Address City":"Hodgenville","Physical Address State":"KY ","Physical Address Zipcode":"42748","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18117451062057477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2103150","School District Name":"Knox County","Physical Address Line 1":"200 Daniel Boone Dr","Physical Address Line 2":"","Physical Address City":"Barbourville","Physical Address State":"KY ","Physical Address Zipcode":"40906","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3293438768967728,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103120","School District Name":"Knott County","Physical Address Line 1":"1156 Hindman Bypass","Physical Address Line 2":"","Physical Address City":"Hindman","Physical Address State":"KY ","Physical Address Zipcode":"41822","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.31149053991693587,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103090","School District Name":"Kenton County","Physical Address Line 1":"1055 Eaton Dr","Physical Address Line 2":"","Physical Address City":"Fort Wright","Physical Address State":"KY ","Physical Address Zipcode":"41017","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07742038897200257,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2103060","School District Name":"Johnson County","Physical Address Line 1":"253 North Mayo Trail","Physical Address Line 2":"","Physical Address City":"Paintsville","Physical Address State":"KY ","Physical Address Zipcode":"41240","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2573208722741433,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2103030","School District Name":"Jessamine County","Physical Address Line 1":"871 Wilmore Rd","Physical Address Line 2":"","Physical Address City":"Nicholasville","Physical Address State":"KY ","Physical Address Zipcode":"40356","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13885955649419218,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2103000","School District Name":"Jenkins Independent","Physical Address Line 1":"9409 Hwy 805","Physical Address Line 2":"","Physical Address City":"Jenkins","Physical Address State":"KY ","Physical Address Zipcode":"41537","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3303964757709251,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102990","School District Name":"Jefferson County","Physical Address Line 1":"3332 Newburg Rd","Physical Address Line 2":"","Physical Address City":"Louisville","Physical Address State":"KY ","Physical Address Zipcode":"40218","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14611511090765325,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2102940","School District Name":"Jackson County","Physical Address Line 1":"3331 Hwy 421 S","Physical Address Line 2":"","Physical Address City":"McKee","Physical Address State":"KY ","Physical Address Zipcode":"40447","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3070902394106814,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102910","School District Name":"Jackson Independent","Physical Address Line 1":"940 Highland Ave","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"KY ","Physical Address Zipcode":"41339","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.4166666666666667,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102860","School District Name":"Hopkins County","Physical Address Line 1":"320 S Seminary St","Physical Address Line 2":"","Physical Address City":"Madisonville","Physical Address State":"KY ","Physical Address Zipcode":"42431","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1893917555491496,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2102790","School District Name":"Hickman County","Physical Address Line 1":"416 Waterfield Drive North","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"KY ","Physical Address Zipcode":"42031","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3058637083993661,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102760","School District Name":"Henry County","Physical Address Line 1":"326 S Main St","Physical Address Line 2":"","Physical Address City":"New Castle","Physical Address State":"KY ","Physical Address Zipcode":"40050","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14872262773722628,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102710","School District Name":"Henderson County","Physical Address Line 1":"1805 Second St","Physical Address Line 2":"","Physical Address City":"Henderson","Physical Address State":"KY ","Physical Address Zipcode":"42420","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.16042356055592322,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2102670","School District Name":"Hazard Independent","Physical Address Line 1":"705 Main St","Physical Address Line 2":"","Physical Address City":"Hazard","Physical Address State":"KY ","Physical Address Zipcode":"41701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.28,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102640","School District Name":"Hart County","Physical Address Line 1":"25 Quality Street","Physical Address Line 2":"","Physical Address City":"Munfordville","Physical Address State":"KY ","Physical Address Zipcode":"42765","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23527361449982573,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102580","School District Name":"Harrison County","Physical Address Line 1":"308 Webster Ave","Physical Address Line 2":"Harrison County Board of Education","Physical Address City":"Cynthiana","Physical Address State":"KY ","Physical Address Zipcode":"41031","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17541036369488253,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2102540","School District Name":"Harlan County","Physical Address Line 1":"251 Ball Park Rd","Physical Address Line 2":"","Physical Address City":"Harlan","Physical Address State":"KY ","Physical Address Zipcode":"40831","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3259182617692706,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102520","School District Name":"Harlan Independent","Physical Address Line 1":"420 E Central St","Physical Address Line 2":"","Physical Address City":"Harlan","Physical Address State":"KY ","Physical Address Zipcode":"40831","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3595744680851064,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102490","School District Name":"Hardin County","Physical Address Line 1":"65 W A Jenkins Rd","Physical Address Line 2":"","Physical Address City":"Elizabethtown","Physical Address State":"KY ","Physical Address Zipcode":"42701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13330834582708645,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2102460","School District Name":"Hancock County","Physical Address Line 1":"83 State Route 3543","Physical Address Line 2":"","Physical Address City":"Hawesville","Physical Address State":"KY ","Physical Address Zipcode":"42348","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.138871667699938,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2102400","School District Name":"Greenup County","Physical Address Line 1":"45 Musketeer Drive","Physical Address Line 2":"","Physical Address City":"Greenup","Physical Address State":"KY ","Physical Address Zipcode":"41144","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1694915254237288,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2102340","School District Name":"Green County","Physical Address Line 1":"402 East Hodgenville Ave","Physical Address Line 2":"","Physical Address City":"Greensburg","Physical Address State":"KY ","Physical Address Zipcode":"42743","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23854848304580606,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102300","School District Name":"Grayson County","Physical Address Line 1":"790 Shaw Station RD","Physical Address Line 2":"","Physical Address City":"Leitchfield","Physical Address State":"KY ","Physical Address Zipcode":"42754","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22493887530562348,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102280","School District Name":"Graves County","Physical Address Line 1":"2290 State Rt 121 N","Physical Address Line 2":"","Physical Address City":"Mayfield","Physical Address State":"KY ","Physical Address Zipcode":"42066","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18246794198023963,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102250","School District Name":"Grant County","Physical Address Line 1":"820 Arnie Risen Boulevard","Physical Address Line 2":"","Physical Address City":"Williamstown","Physical Address State":"KY ","Physical Address Zipcode":"41097","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16383640277445588,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2102220","School District Name":"Glasgow Independent","Physical Address Line 1":"711 S. L. Rogers Wells Blvd","Physical Address Line 2":"","Physical Address City":"Glasgow","Physical Address State":"KY ","Physical Address Zipcode":"42142","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2956521739130435,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102160","School District Name":"Garrard County","Physical Address Line 1":"322 West Maple Avenue","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"KY ","Physical Address Zipcode":"40444","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16324399582318133,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2102130","School District Name":"Gallatin County","Physical Address Line 1":"600 E Main St","Physical Address Line 2":"","Physical Address City":"Warsaw","Physical Address State":"KY ","Physical Address Zipcode":"41095","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17826375082836315,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102100","School District Name":"Fulton County","Physical Address Line 1":"2780 Moscow Ave","Physical Address Line 2":"","Physical Address City":"Hickman","Physical Address State":"KY ","Physical Address Zipcode":"42050","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3368237347294939,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102070","School District Name":"Fulton Independent","Physical Address Line 1":"304 West State Line","Physical Address Line 2":"","Physical Address City":"Fulton","Physical Address State":"KY ","Physical Address Zipcode":"42041","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3804347826086957,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2102040","School District Name":"Fort Thomas Independent","Physical Address Line 1":"28 N Ft Thomas Ave","Physical Address Line 2":"","Physical Address City":"Fort Thomas","Physical Address State":"KY ","Physical Address Zipcode":"41075","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.031746031746031744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2102010","School District Name":"Franklin County","Physical Address Line 1":"190 Kings Daughters Drive #300","Physical Address Line 2":"","Physical Address City":"Frankfort","Physical Address State":"KY ","Physical Address Zipcode":"40601","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1574254667038172,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2101980","School District Name":"Frankfort Independent","Physical Address Line 1":"959 Leestown Lane","Physical Address Line 2":"","Physical Address City":"Frankfort","Physical Address State":"KY ","Physical Address Zipcode":"40601","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2750759878419453,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101950","School District Name":"Floyd County","Physical Address Line 1":"442 KY RT 550","Physical Address Line 2":"","Physical Address City":"Eastern","Physical Address State":"KY ","Physical Address Zipcode":"41622","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.36097388849682427,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101920","School District Name":"Fleming County","Physical Address Line 1":"211 W Water St","Physical Address Line 2":"","Physical Address City":"Flemingsburg","Physical Address State":"KY ","Physical Address Zipcode":"41041","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22965571205007826,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101860","School District Name":"Fayette County","Physical Address Line 1":"701 East Main Street","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"KY ","Physical Address Zipcode":"40502","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14448495897903374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2101800","School District Name":"Fairview Independent","Physical Address Line 1":"2100 Main St","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"KY ","Physical Address Zipcode":"41102","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.24096385542168675,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101760","School District Name":"Estill County","Physical Address Line 1":"253 Main St","Physical Address Line 2":"","Physical Address City":"Irvine","Physical Address State":"KY ","Physical Address Zipcode":"40336","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2631810193321617,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101740","School District Name":"Erlanger-Elsmere Independent","Physical Address Line 1":"500 Graves Ave","Physical Address Line 2":"","Physical Address City":"Erlanger","Physical Address State":"KY ","Physical Address Zipcode":"41018","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15843976527442183,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2101710","School District Name":"Eminence Independent","Physical Address Line 1":"291 West Broadway Street","Physical Address Line 2":"","Physical Address City":"Eminence","Physical Address State":"KY ","Physical Address Zipcode":"40019","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1610305958132045,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101680","School District Name":"Elliott County","Physical Address Line 1":"Main St","Physical Address Line 2":"Courthouse Square","Physical Address City":"Sandy Hook","Physical Address State":"KY ","Physical Address Zipcode":"41171","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3364389233954451,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101650","School District Name":"Elizabethtown Independent","Physical Address Line 1":"219 Helm St","Physical Address Line 2":"","Physical Address City":"Elizabethtown","Physical Address State":"KY ","Physical Address Zipcode":"42701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16928044280442806,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2101620","School District Name":"Edmonson County","Physical Address Line 1":"100 Wildcat Way","Physical Address Line 2":"","Physical Address City":"Brownsville","Physical Address State":"KY ","Physical Address Zipcode":"42210","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2109090909090909,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101590","School District Name":"East Bernstadt Independent","Physical Address Line 1":"296 East Highway 3094","Physical Address Line 2":"","Physical Address City":"East Bernstadt","Physical Address State":"KY ","Physical Address Zipcode":"40729","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.30201342281879195,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101530","School District Name":"Dayton Independent","Physical Address Line 1":"200 Clay St","Physical Address Line 2":"","Physical Address City":"Dayton","Physical Address State":"KY ","Physical Address Zipcode":"41074","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.25487944890929964,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101500","School District Name":"Dawson Springs Independent","Physical Address Line 1":"118 E Arcadia Ave","Physical Address Line 2":"","Physical Address City":"Dawson Springs","Physical Address State":"KY ","Physical Address Zipcode":"42408","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26954732510288065,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101470","School District Name":"Daviess County","Physical Address Line 1":"1622 Southeastern Parkway","Physical Address Line 2":"","Physical Address City":"Owensboro","Physical Address State":"KY ","Physical Address Zipcode":"42303","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11036941515588257,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2101440","School District Name":"Danville Independent","Physical Address Line 1":"115 E. Lexington Ave.","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"KY ","Physical Address Zipcode":"40422","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21613545816733068,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101410","School District Name":"Cumberland County","Physical Address Line 1":"810 N Main St","Physical Address Line 2":"","Physical Address City":"Burkesville","Physical Address State":"KY ","Physical Address Zipcode":"42717","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2883248730964467,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101380","School District Name":"Crittenden County","Physical Address Line 1":"601 W Elm Street","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"KY ","Physical Address Zipcode":"42064","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.239501312335958,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101350","School District Name":"Covington Independent","Physical Address Line 1":"25 E Seventh St","Physical Address Line 2":"","Physical Address City":"Covington","Physical Address State":"KY ","Physical Address Zipcode":"41011","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.28768577494692144,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101320","School District Name":"Corbin Independent","Physical Address Line 1":"108 Roy Kidd Ave","Physical Address Line 2":"","Physical Address City":"Corbin","Physical Address State":"KY ","Physical Address Zipcode":"40701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2172686230248307,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101290","School District Name":"Cloverport Independent","Physical Address Line 1":"301 Poplar Street","Physical Address Line 2":"","Physical Address City":"Cloverport","Physical Address State":"KY ","Physical Address Zipcode":"40111","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23504273504273504,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101260","School District Name":"Clinton County","Physical Address Line 1":"1273 KY HWY 90 West Ste 103","Physical Address Line 2":"","Physical Address City":"Albany","Physical Address State":"KY ","Physical Address Zipcode":"42602","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2718808193668529,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101230","School District Name":"Clay County","Physical Address Line 1":"128 Richmond Road","Physical Address Line 2":"","Physical Address City":"Manchester","Physical Address State":"KY ","Physical Address Zipcode":"40962","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.41725888324873095,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101200","School District Name":"Clark County","Physical Address Line 1":"1600 W Lexington Ave","Physical Address Line 2":"","Physical Address City":"Winchester","Physical Address State":"KY ","Physical Address Zipcode":"40391","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19043638187594047,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2101150","School District Name":"Christian County","Physical Address Line 1":"200 Glass Ave","Physical Address Line 2":"","Physical Address City":"Hopkinsville","Physical Address State":"KY ","Physical Address Zipcode":"42240","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22548028311425683,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101110","School District Name":"Caverna Independent","Physical Address Line 1":"1102 N Dixie Hwy","Physical Address Line 2":"","Physical Address City":"Cave City","Physical Address State":"KY ","Physical Address Zipcode":"42127","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.36049107142857145,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101050","School District Name":"Casey County","Physical Address Line 1":"1922 N Us 127","Physical Address Line 2":"","Physical Address City":"Liberty","Physical Address State":"KY ","Physical Address Zipcode":"42539","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3085777942814705,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2101020","School District Name":"Carter County","Physical Address Line 1":"228 S Carol Malone Blvd","Physical Address Line 2":"","Physical Address City":"Grayson","Physical Address State":"KY ","Physical Address Zipcode":"41143","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22102115915363385,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100990","School District Name":"Carroll County","Physical Address Line 1":"813 Hawkins St","Physical Address Line 2":"","Physical Address City":"Carrollton","Physical Address State":"KY ","Physical Address Zipcode":"41008","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2167076167076167,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100960","School District Name":"Carlisle County","Physical Address Line 1":"4557 State Rt 1377","Physical Address Line 2":"","Physical Address City":"Bardwell","Physical Address State":"KY ","Physical Address Zipcode":"42023","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21530479896238652,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100930","School District Name":"Campbellsville Independent","Physical Address Line 1":"136 S Columbia","Physical Address Line 2":"","Physical Address City":"Campbellsville","Physical Address State":"KY ","Physical Address Zipcode":"42718","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.32643312101910826,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100900","School District Name":"Campbell County","Physical Address Line 1":"101 Orchard Ln","Physical Address Line 2":"","Physical Address City":"Alexandria","Physical Address State":"KY ","Physical Address Zipcode":"41001","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0757049590220864,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100870","School District Name":"Calloway County","Physical Address Line 1":"2110 College Farm Rd","Physical Address Line 2":"","Physical Address City":"Murray","Physical Address State":"KY ","Physical Address Zipcode":"42071","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15788079470198677,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100840","School District Name":"Caldwell County","Physical Address Line 1":"612 West Washington Street","Physical Address Line 2":"","Physical Address City":"Princeton","Physical Address State":"KY ","Physical Address Zipcode":"42445","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21225071225071226,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100810","School District Name":"Butler County","Physical Address Line 1":"203 N Tyler St","Physical Address Line 2":"","Physical Address City":"Morgantown","Physical Address State":"KY ","Physical Address Zipcode":"42261","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20220412074748442,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100780","School District Name":"Burgin Independent","Physical Address Line 1":"140 Burgin/Danville Rd","Physical Address Line 2":"","Physical Address City":"Burgin","Physical Address State":"KY ","Physical Address Zipcode":"40310","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1383219954648526,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100750","School District Name":"Bullitt County","Physical Address Line 1":"1040 Hwy 44 E","Physical Address Line 2":"","Physical Address City":"Shepherdsville","Physical Address State":"KY ","Physical Address Zipcode":"40165","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10190698726162659,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100720","School District Name":"Breckinridge County","Physical Address Line 1":"86 Airport Rd","Physical Address Line 2":"","Physical Address City":"Hardinsburg","Physical Address State":"KY ","Physical Address Zipcode":"40143","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20945083014048532,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100690","School District Name":"Breathitt County","Physical Address Line 1":"420 Court Street","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"KY ","Physical Address Zipcode":"41339","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.33125707814269534,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100660","School District Name":"Bracken County","Physical Address Line 1":"348 W Miami St","Physical Address Line 2":"","Physical Address City":"Brooksville","Physical Address State":"KY ","Physical Address Zipcode":"41004","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16476345840130505,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100630","School District Name":"Boyle County","Physical Address Line 1":"101 Citation Drive","Physical Address Line 2":"Suite C","Physical Address City":"Danville","Physical Address State":"KY ","Physical Address Zipcode":"40422","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12038140643623362,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100620","School District Name":"Boyd County","Physical Address Line 1":"1104 Bob McCullough Dr","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"KY ","Physical Address Zipcode":"41102","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.16071428571428573,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100570","School District Name":"Bowling Green Independent","Physical Address Line 1":"1211 Center St","Physical Address Line 2":"","Physical Address City":"Bowling Green","Physical Address State":"KY ","Physical Address Zipcode":"42101","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3020283412058905,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100540","School District Name":"Bourbon County","Physical Address Line 1":"3343 Lexington Road","Physical Address Line 2":"","Physical Address City":"Paris","Physical Address State":"KY ","Physical Address Zipcode":"40361","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1729472431574772,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100510","School District Name":"Boone County","Physical Address Line 1":"8330 US 42","Physical Address Line 2":"","Physical Address City":"Florence","Physical Address State":"KY ","Physical Address Zipcode":"41042","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07024338538056994,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100480","School District Name":"Berea Independent","Physical Address Line 1":"3 Pirate Pkwy","Physical Address Line 2":"","Physical Address City":"Berea","Physical Address State":"KY ","Physical Address Zipcode":"40403","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18081180811808117,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100420","School District Name":"Bellevue Independent","Physical Address Line 1":"219 Center St","Physical Address Line 2":"","Physical Address City":"Bellevue","Physical Address State":"KY ","Physical Address Zipcode":"41073","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12408759124087591,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100390","School District Name":"Bell County","Physical Address Line 1":"211 Virginia Ave","Physical Address Line 2":"","Physical Address City":"Pineville","Physical Address State":"KY ","Physical Address Zipcode":"40977","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.32402482269503546,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100360","School District Name":"Beechwood Independent","Physical Address Line 1":"50 Beechwood Rd","Physical Address Line 2":"","Physical Address City":"Fort Mitchell","Physical Address State":"KY ","Physical Address Zipcode":"41017","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03420843277645187,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100330","School District Name":"Bath County","Physical Address Line 1":"405 W Main St","Physical Address Line 2":"","Physical Address City":"Owingsville","Physical Address State":"KY ","Physical Address Zipcode":"40360","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2843956043956044,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100300","School District Name":"Barren County","Physical Address Line 1":"202 W Washington St","Physical Address Line 2":"","Physical Address City":"Glasgow","Physical Address State":"KY ","Physical Address Zipcode":"42141","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21463319712006226,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100291","School District Name":"Model Laboratory Schools at EKU","Physical Address Line 1":"521 Lancaster Avenue","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"KY ","Physical Address Zipcode":"40475","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2100290","School District Name":"Craft Academy","Physical Address Line 1":"Grote-Thompson Hall","Physical Address Line 2":"260 University Blvd","Physical Address City":"Morehead","Physical Address State":"KY ","Physical Address Zipcode":"40351","LEA Charter Status":"","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2100289","School District Name":"Kentucky Tech System","Physical Address Line 1":"300 Sower Blvd.","Physical Address Line 2":"","Physical Address City":"Frankfort","Physical Address State":"KY ","Physical Address Zipcode":"40601","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2100270","School District Name":"Bardstown Independent","Physical Address Line 1":"308 N Fifth St","Physical Address Line 2":"","Physical Address City":"Bardstown","Physical Address State":"KY ","Physical Address Zipcode":"40004","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16851535836177475,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100240","School District Name":"Barbourville Independent","Physical Address Line 1":"140 School St","Physical Address Line 2":"","Physical Address City":"Barbourville","Physical Address State":"KY ","Physical Address Zipcode":"40906","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.30117647058823527,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100210","School District Name":"Ballard County","Physical Address Line 1":"3465 Paducah Rd","Physical Address Line 2":"","Physical Address City":"Barlow","Physical Address State":"KY ","Physical Address Zipcode":"42024","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20268006700167504,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100180","School District Name":"Augusta Independent","Physical Address Line 1":"307 Bracken St","Physical Address Line 2":"","Physical Address City":"Augusta","Physical Address State":"KY ","Physical Address Zipcode":"41002","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25206611570247933,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100150","School District Name":"Ashland Independent","Physical Address Line 1":"1420 Central Ave","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"KY ","Physical Address Zipcode":"41101","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.22035964644925327,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100120","School District Name":"Anderson County","Physical Address Line 1":"1160 By Pass North","Physical Address Line 2":"","Physical Address City":"Lawrenceburg","Physical Address State":"KY ","Physical Address Zipcode":"40342","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11312673217435122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100113","School District Name":"Central Kentucky Educational Cooperative","Physical Address Line 1":"2331 Fortune Drive","Physical Address Line 2":"","Physical Address City":"LEXINGTON","Physical Address State":"KY ","Physical Address Zipcode":"40509","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2100112","School District Name":"Northern Kentucky Cooperative for Educational Services","Physical Address Line 1":"5516 East Alexandria Pike","Physical Address Line 2":"","Physical Address City":"Cold Spring","Physical Address State":"KY ","Physical Address Zipcode":"41076","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2100109","School District Name":"Southeast/Southcentral Education Cooperative","Physical Address Line 1":"707 North Second Street","Physical Address Line 2":"","Physical Address City":"RICHMOND","Physical Address State":"KY ","Physical Address Zipcode":"40475","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2100108","School District Name":"Green River Regional Educational Cooperative","Physical Address Line 1":"230 Technology Way","Physical Address Line 2":"","Physical Address City":"BOWLING GREEN","Physical Address State":"KY ","Physical Address Zipcode":"42101","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2100104","School District Name":"Kentucky Valley Educational Corporation","Physical Address Line 1":"412 Roy Campbell Drive","Physical Address Line 2":"","Physical Address City":"Hazard","Physical Address State":"KY ","Physical Address Zipcode":"41701","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2100103","School District Name":"Jefferson County Exceptional Child Education Services","Physical Address Line 1":"2501 Rockford Ln","Physical Address Line 2":"","Physical Address City":"Louisville","Physical Address State":"KY ","Physical Address Zipcode":"40232","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2100102","School District Name":"West Kentucky Educational Cooperative","Physical Address Line 1":"201 General Services Building","Physical Address Line 2":"","Physical Address City":"MURRAY","Physical Address State":"KY ","Physical Address Zipcode":"42071","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2100101","School District Name":"Kentucky Educational Development Corporation","Physical Address Line 1":"904 West Rose Road","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"KY ","Physical Address Zipcode":"41102","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2100099","School District Name":"Ohio Valley Educational Cooperative","Physical Address Line 1":"100 Alpine Drive","Physical Address Line 2":"","Physical Address City":"Shelbyville","Physical Address State":"KY ","Physical Address Zipcode":"40066","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2100095","School District Name":"Kentucky School for the Deaf District","Physical Address Line 1":"S 2nd St","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"KY ","Physical Address Zipcode":"40423","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2100094","School District Name":"Kentucky School for the Blind District","Physical Address Line 1":"1867 Frankfort Avenue","Physical Address Line 2":"","Physical Address City":"Louisville","Physical Address State":"KY ","Physical Address Zipcode":"40206","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2100090","School District Name":"Anchorage Independent","Physical Address Line 1":"11400 Ridge Rd","Physical Address Line 2":"","Physical Address City":"Anchorage","Physical Address State":"KY ","Physical Address Zipcode":"40223","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.042352941176470586,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100081","School District Name":"Muhlenberg County","Physical Address Line 1":"510 W Main St","Physical Address Line 2":"","Physical Address City":"Powderly","Physical Address State":"KY ","Physical Address Zipcode":"42367","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19902482269503546,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100079","School District Name":"Fort Knox Dependent Schools","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.07658450704225352,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100078","School District Name":"Fort Campbell Dependent Schools","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.16433823529411765,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2100070","School District Name":"Allen County","Physical Address Line 1":"570 Oliver St","Physical Address Line 2":"","Physical Address City":"Scottsville","Physical Address State":"KY ","Physical Address Zipcode":"42164","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20027972027972027,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2100030","School District Name":"Adair County","Physical Address Line 1":"1204 Greensburg St","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"KY ","Physical Address Zipcode":"42728","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.291220556745182,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2093310","School District Name":"Sedgwick Co Area Educational Servs","Physical Address Line 1":"620 Industrial","Physical Address Line 2":"","Physical Address City":"Goddard","Physical Address State":"KS ","Physical Address Zipcode":"67052","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2013110","School District Name":"Woodson","Physical Address Line 1":"101 W Butler","Physical Address Line 2":"","Physical Address City":"Yates Center","Physical Address State":"KS ","Physical Address Zipcode":"66783","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18877551020408162,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2013050","School District Name":"Winfield","Physical Address Line 1":"1407 Wheat Road","Physical Address Line 2":"","Physical Address City":"Winfield","Physical Address State":"KS ","Physical Address Zipcode":"67156","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1566265060240964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2013020","School District Name":"Jefferson County North","Physical Address Line 1":"310 5th Street","Physical Address Line 2":"","Physical Address City":"Winchester","Physical Address State":"KS ","Physical Address Zipcode":"66097","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09326424870466321,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012990","School District Name":"Wichita","Physical Address Line 1":"903 S Edgemoor","Physical Address Line 2":"","Physical Address City":"Wichita","Physical Address State":"KS ","Physical Address Zipcode":"67218","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20835142693369926,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012900","School District Name":"Weskan","Physical Address Line 1":"219 Coyote Boulevard","Physical Address Line 2":"","Physical Address City":"Weskan","Physical Address State":"KS ","Physical Address Zipcode":"67762","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19444444444444445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012870","School District Name":"Wellsville","Physical Address Line 1":"602 Walnut","Physical Address Line 2":"","Physical Address City":"Wellsville","Physical Address State":"KS ","Physical Address Zipcode":"66092","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05423728813559322,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012840","School District Name":"Wellington","Physical Address Line 1":"221 South Washington","Physical Address Line 2":"","Physical Address City":"Wellington","Physical Address State":"KS ","Physical Address Zipcode":"67152","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15309246785058175,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2012810","School District Name":"Lebo-Waverly","Physical Address Line 1":"411 Pearson","Physical Address Line 2":"","Physical Address City":"Waverly","Physical Address State":"KS ","Physical Address Zipcode":"66871","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09480812641083522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012780","School District Name":"Valley Heights","Physical Address Line 1":"121 E Commercial","Physical Address Line 2":"","Physical Address City":"Waterville","Physical Address State":"KS ","Physical Address Zipcode":"66548","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08571428571428572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012630","School District Name":"Wakeeney","Physical Address Line 1":"527 Russell Ave","Physical Address Line 2":"","Physical Address City":"WaKeeney","Physical Address State":"KS ","Physical Address Zipcode":"67672","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1532033426183844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012600","School District Name":"Victoria","Physical Address Line 1":"1105 10th Street","Physical Address Line 2":"","Physical Address City":"Victoria","Physical Address State":"KS ","Physical Address Zipcode":"67671","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06876790830945559,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012540","School District Name":"Valley Falls","Physical Address Line 1":"700 Oak Street","Physical Address Line 2":"","Physical Address City":"Valley Falls","Physical Address State":"KS ","Physical Address Zipcode":"66088","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0671462829736211,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012510","School District Name":"Valley Center Pub Sch","Physical Address Line 1":"143 S. Meridian","Physical Address Line 2":"","Physical Address City":"Valley Center","Physical Address State":"KS ","Physical Address Zipcode":"67147","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07454017424975799,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2012450","School District Name":"Uniontown","Physical Address Line 1":"601 Fifth Street","Physical Address Line 2":"","Physical Address City":"Uniontown","Physical Address State":"KS ","Physical Address Zipcode":"66779","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19438444924406048,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012420","School District Name":"Ulysses","Physical Address Line 1":"111 S. Baughman","Physical Address Line 2":"","Physical Address City":"Ulysses","Physical Address State":"KS ","Physical Address Zipcode":"67880","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1414790996784566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2012390","School District Name":"Udall","Physical Address Line 1":"303 South Seymour","Physical Address Line 2":"","Physical Address City":"Udall","Physical Address State":"KS ","Physical Address Zipcode":"67146","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11294765840220386,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012360","School District Name":"Turner-Kansas City","Physical Address Line 1":"800 South 55th Street","Physical Address Line 2":"","Physical Address City":"Kansas City","Physical Address State":"KS ","Physical Address Zipcode":"66106","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1938195302843016,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2012330","School District Name":"Troy Public Schools","Physical Address Line 1":"230 W Poplar","Physical Address Line 2":"","Physical Address City":"Troy","Physical Address State":"KS ","Physical Address Zipcode":"66087","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07119741100323625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012300","School District Name":"Circle","Physical Address Line 1":"901 Main","Physical Address Line 2":"","Physical Address City":"Towanda","Physical Address State":"KS ","Physical Address Zipcode":"67144","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0825214899713467,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012260","School District Name":"Topeka Public Schools","Physical Address Line 1":"624 SW 24th","Physical Address Line 2":"","Physical Address City":"Topeka","Physical Address State":"KS ","Physical Address Zipcode":"66611","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1694651539708266,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2012210","School District Name":"Tonganoxie","Physical Address Line 1":"330 E Hwy 24/40","Physical Address Line 2":"","Physical Address City":"Tonganoxie","Physical Address State":"KS ","Physical Address Zipcode":"66086","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05740472744814279,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2012180","School District Name":"Shawnee Heights","Physical Address Line 1":"4401 SE Shawnee Heights Rd","Physical Address Line 2":"","Physical Address City":"Tecumseh","Physical Address State":"KS ","Physical Address Zipcode":"66542","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.056011315417256013,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2012150","School District Name":"Syracuse","Physical Address Line 1":"103 West Avenue F","Physical Address Line 2":"","Physical Address City":"Syracuse","Physical Address State":"KS ","Physical Address Zipcode":"67878","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13894324853228962,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012120","School District Name":"Sylvan Grove","Physical Address Line 1":"504 W. 4th.","Physical Address Line 2":"","Physical Address City":"Sylvan Grove","Physical Address State":"KS ","Physical Address Zipcode":"67481","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19831223628691982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012090","School District Name":"Sublette","Physical Address Line 1":"105 W Fern","Physical Address Line 2":"","Physical Address City":"Sublette","Physical Address State":"KS ","Physical Address Zipcode":"67877","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1341991341991342,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012060","School District Name":"Stockton","Physical Address Line 1":"421 Main","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"KS ","Physical Address Zipcode":"67669","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14885496183206107,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012030","School District Name":"Sterling","Physical Address Line 1":"308 E. Washington","Physical Address Line 2":"","Physical Address City":"Sterling","Physical Address State":"KS ","Physical Address Zipcode":"67579","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09480812641083522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2012000","School District Name":"Blue Valley","Physical Address Line 1":"15020 Metcalf Ave.","Physical Address Line 2":"","Physical Address City":"Overland Park","Physical Address State":"KS ","Physical Address Zipcode":"66223","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.01742225552641439,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2011970","School District Name":"Stafford","Physical Address Line 1":"418 E Broadway","Physical Address Line 2":"","Physical Address City":"Stafford","Physical Address State":"KS ","Physical Address Zipcode":"67578","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1782178217821782,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2011910","School District Name":"St John-Hudson","Physical Address Line 1":"505 North Broadway","Physical Address Line 2":"","Physical Address City":"St. John","Physical Address State":"KS ","Physical Address Zipcode":"67576","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14383561643835616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2011880","School District Name":"St Francis Comm Sch","Physical Address Line 1":"100 S. College Street","Physical Address Line 2":"","Physical Address City":"St Francis","Physical Address State":"KS ","Physical Address Zipcode":"67756","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16176470588235295,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2011850","School District Name":"Spring Hill","Physical Address Line 1":"101 E South Street","Physical Address Line 2":"","Physical Address City":"Spring Hill","Physical Address State":"KS ","Physical Address Zipcode":"66083","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.028239845261121856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2011820","School District Name":"Spearville","Physical Address Line 1":"304 E Avenue B","Physical Address Line 2":"","Physical Address City":"Spearville","Physical Address State":"KS ","Physical Address Zipcode":"67876","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08438818565400844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2011790","School District Name":"South Haven","Physical Address Line 1":"229 Kickapoo Avenue","Physical Address Line 2":"","Physical Address City":"South Haven","Physical Address State":"KS ","Physical Address Zipcode":"67140","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18238993710691823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2011760","School District Name":"Solomon","Physical Address Line 1":"113 E 7th Street","Physical Address Line 2":"","Physical Address City":"Solomon","Physical Address State":"KS ","Physical Address Zipcode":"67580","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09798270893371758,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2011700","School District Name":"Silver Lake","Physical Address Line 1":"200 Rice Rd.","Physical Address Line 2":"","Physical Address City":"Silver Lake","Physical Address State":"KS ","Physical Address Zipcode":"66539","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05991440798858773,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2011640","School District Name":"Shawnee Mission Pub Sch","Physical Address Line 1":"8200 W. 71st Street","Physical Address Line 2":"","Physical Address City":"Shawnee Mission","Physical Address State":"KS ","Physical Address Zipcode":"66204","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04654724068188385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2011610","School District Name":"Wallace County Schools","Physical Address Line 1":"521 N. Main","Physical Address Line 2":"","Physical Address City":"Sharon Springs","Physical Address State":"KS ","Physical Address Zipcode":"67758","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25125628140703515,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2011550","School District Name":"Sedgwick Public Schools","Physical Address Line 1":"400 W 4th","Physical Address Line 2":"","Physical Address City":"Sedgwick","Physical Address State":"KS ","Physical Address Zipcode":"67135","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07531380753138076,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2011520","School District Name":"Chautauqua Co Community","Physical Address Line 1":"416 E. Elm; Ste. B","Physical Address Line 2":"","Physical Address City":"Sedan","Physical Address State":"KS ","Physical Address Zipcode":"67361","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26625386996904027,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2011490","School District Name":"Seaman","Physical Address Line 1":"901 NW Lyman Rd","Physical Address Line 2":"","Physical Address City":"Topeka","Physical Address State":"KS ","Physical Address Zipcode":"66608","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06048180420297283,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2011430","School District Name":"Skyline Schools","Physical Address Line 1":"20269 W. Hwy 54","Physical Address Line 2":"","Physical Address City":"Pratt","Physical Address State":"KS ","Physical Address Zipcode":"67124","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2011400","School District Name":"Satanta","Physical Address Line 1":"100 Caddo","Physical Address Line 2":"","Physical Address City":"Satanta","Physical Address State":"KS ","Physical Address Zipcode":"67870","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13069908814589665,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2011370","School District Name":"Salina","Physical Address Line 1":"1511 Gypsum","Physical Address Line 2":"","Physical Address City":"Salina","Physical Address State":"KS ","Physical Address Zipcode":"67402","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12377405338299192,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2011310","School District Name":"Russell County","Physical Address Line 1":"802 N Main St","Physical Address Line 2":"","Physical Address City":"Russell","Physical Address State":"KS ","Physical Address Zipcode":"67665","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1684322033898305,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2011280","School District Name":"Pawnee Heights","Physical Address Line 1":"100 West Grand","Physical Address Line 2":"","Physical Address City":"Rozel","Physical Address State":"KS ","Physical Address Zipcode":"67574","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22972972972972974,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2011250","School District Name":"Rose Hill Public Schools","Physical Address Line 1":"104 N Rose Hill Rd","Physical Address Line 2":"","Physical Address City":"Rose Hill","Physical Address State":"KS ","Physical Address Zipcode":"67133","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05952380952380952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2011220","School District Name":"Flinthills","Physical Address Line 1":"806 SE Rosalia","Physical Address Line 2":"","Physical Address City":"Rosalia","Physical Address State":"KS ","Physical Address Zipcode":"67132","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12213740458015267,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2011190","School District Name":"Rolla","Physical Address Line 1":"204 Van Buren","Physical Address Line 2":"","Physical Address City":"Rolla","Physical Address State":"KS ","Physical Address Zipcode":"67954","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21367521367521367,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2011130","School District Name":"Riverton","Physical Address Line 1":"6860 SE Highway 66","Physical Address Line 2":"","Physical Address City":"Riverton","Physical Address State":"KS ","Physical Address Zipcode":"66770","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13468013468013468,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2011100","School District Name":"Riley County","Physical Address Line 1":"204 W. Kansas Ave.","Physical Address Line 2":"","Physical Address City":"Riley","Physical Address State":"KS ","Physical Address Zipcode":"66531","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12024539877300613,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2011080","School District Name":"Renwick","Physical Address Line 1":"600 West Rush","Physical Address Line 2":"","Physical Address City":"Andale","Physical Address State":"KS ","Physical Address Zipcode":"67001","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04085257548845471,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2011040","School District Name":"Golden Plains","Physical Address Line 1":"210 W. 6th Street","Physical Address Line 2":"","Physical Address City":"Selden","Physical Address State":"KS ","Physical Address Zipcode":"67757","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10179640718562874,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010980","School District Name":"Blue Valley","Physical Address Line 1":"3 Ram Way","Physical Address Line 2":"","Physical Address City":"Randolph","Physical Address State":"KS ","Physical Address Zipcode":"66554","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08921933085501858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010950","School District Name":"Quinter Public Schools","Physical Address Line 1":"601 Gove","Physical Address Line 2":"","Physical Address City":"Quinter","Physical Address State":"KS ","Physical Address Zipcode":"67752","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16140350877192983,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010920","School District Name":"Pretty Prairie","Physical Address Line 1":"206 E Main","Physical Address Line 2":"","Physical Address City":"Pretty Prairie","Physical Address State":"KS ","Physical Address Zipcode":"67570","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.156,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010890","School District Name":"Pratt","Physical Address Line 1":"401 S. Hamilton","Physical Address Line 2":"","Physical Address City":"Pratt","Physical Address State":"KS ","Physical Address Zipcode":"67124","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11962750716332378,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2010800","School District Name":"West Franklin","Physical Address Line 1":"510 E Franklin St","Physical Address Line 2":"","Physical Address City":"Pomona","Physical Address State":"KS ","Physical Address Zipcode":"66076","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12009803921568628,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010770","School District Name":"Pleasanton","Physical Address Line 1":"309 W. 13th","Physical Address Line 2":"","Physical Address City":"Pleasanton","Physical Address State":"KS ","Physical Address Zipcode":"66075","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15178571428571427,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010740","School District Name":"Plainville","Physical Address Line 1":"203 SE Cardinal","Physical Address Line 2":"","Physical Address City":"Plainville","Physical Address State":"KS ","Physical Address Zipcode":"67663","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09302325581395349,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010710","School District Name":"Pittsburg","Physical Address Line 1":"510 Deill St","Physical Address Line 2":"","Physical Address City":"Pittsburg","Physical Address State":"KS ","Physical Address Zipcode":"66762","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20189274447949526,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010680","School District Name":"Piper-Kansas City","Physical Address Line 1":"3130 N 122nd St Suite A","Physical Address Line 2":"","Physical Address City":"Kansas City","Physical Address State":"KS ","Physical Address Zipcode":"66109","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05511811023622047,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2010650","School District Name":"Phillipsburg","Physical Address Line 1":"240 S 7th","Physical Address Line 2":"","Physical Address City":"Phillipsburg","Physical Address State":"KS ","Physical Address Zipcode":"67661","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1285444234404537,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2010620","School District Name":"Perry Public Schools","Physical Address Line 1":"205 W Bridge St","Physical Address Line 2":"","Physical Address City":"Perry","Physical Address State":"KS ","Physical Address Zipcode":"66073","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08240081383519837,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010590","School District Name":"Peabody-Burns","Physical Address Line 1":"506 Elm Street","Physical Address Line 2":"","Physical Address City":"Peabody","Physical Address State":"KS ","Physical Address Zipcode":"66866","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09326424870466321,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010560","School District Name":"Parsons","Physical Address Line 1":"2900 Southern","Physical Address Line 2":"","Physical Address City":"Parsons","Physical Address State":"KS ","Physical Address Zipcode":"67357","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19291338582677164,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2010500","School District Name":"Paola","Physical Address Line 1":"1115 E 303rd Street","Physical Address Line 2":"","Physical Address City":"Paola","Physical Address State":"KS ","Physical Address Zipcode":"66071","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06896551724137931,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2010470","School District Name":"Palco","Physical Address Line 1":"402 3rd Street","Physical Address Line 2":"","Physical Address City":"Damar","Physical Address State":"KS ","Physical Address Zipcode":"67632","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15789473684210525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010440","School District Name":"Oxford","Physical Address Line 1":"515 N. Water St.","Physical Address Line 2":"","Physical Address City":"Oxford","Physical Address State":"KS ","Physical Address Zipcode":"67119","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11191335740072202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010410","School District Name":"Santa Fe Trail","Physical Address Line 1":"104 S Burlingame Ave","Physical Address Line 2":"","Physical Address City":"Scranton","Physical Address State":"KS ","Physical Address Zipcode":"66537","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10261569416498995,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010350","School District Name":"Oswego","Physical Address Line 1":"719 Fourth Street","Physical Address Line 2":"","Physical Address City":"Oswego","Physical Address State":"KS ","Physical Address Zipcode":"67356","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12790697674418605,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010320","School District Name":"Oskaloosa Public Schools","Physical Address Line 1":"404 Park Street","Physical Address Line 2":"","Physical Address City":"Oskaloosa","Physical Address State":"KS ","Physical Address Zipcode":"66066","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10118043844856661,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010290","School District Name":"Osborne County","Physical Address Line 1":"234 W Washington","Physical Address Line 2":"","Physical Address City":"Osborne","Physical Address State":"KS ","Physical Address Zipcode":"67473","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1527777777777778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010260","School District Name":"Osawatomie","Physical Address Line 1":"1200 Trojan Dr","Physical Address Line 2":"","Physical Address City":"Osawatomie","Physical Address State":"KS ","Physical Address Zipcode":"66064","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1392,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2010230","School District Name":"Osage City","Physical Address Line 1":"520 Main Street","Physical Address Line 2":"","Physical Address City":"Osage City","Physical Address State":"KS ","Physical Address Zipcode":"66523","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12678288431061807,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2010170","School District Name":"Onaga-Havensville-Wheaton","Physical Address Line 1":"500 High","Physical Address Line 2":"","Physical Address City":"Onaga","Physical Address State":"KS ","Physical Address Zipcode":"66521","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06818181818181818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010140","School District Name":"Olathe","Physical Address Line 1":"14160 Black Bob Road","Physical Address Line 2":"","Physical Address City":"Olathe","Physical Address State":"KS ","Physical Address Zipcode":"66063","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04054447282485693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2010080","School District Name":"Oberlin","Physical Address Line 1":"131 E Commercial","Physical Address Line 2":"","Physical Address City":"Oberlin","Physical Address State":"KS ","Physical Address Zipcode":"67749","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.185378590078329,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010050","School District Name":"Oakley","Physical Address Line 1":"621 Center Avenue; Suite 103","Physical Address Line 2":"","Physical Address City":"Oakley","Physical Address State":"KS ","Physical Address Zipcode":"67748","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12614678899082568,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2010020","School District Name":"Norton Community Schools","Physical Address Line 1":"105 E. Waverly","Physical Address Line 2":"","Physical Address City":"Norton","Physical Address State":"KS ","Physical Address Zipcode":"67654","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14308426073131955,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2009990","School District Name":"Nickerson","Physical Address Line 1":"4501 West Fourth","Physical Address Line 2":"","Physical Address City":"Hutchinson","Physical Address State":"KS ","Physical Address Zipcode":"67501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1038961038961039,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009960","School District Name":"Newton","Physical Address Line 1":"308 East First","Physical Address Line 2":"","Physical Address City":"Newton","Physical Address State":"KS ","Physical Address Zipcode":"67114","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09662077596996245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2009930","School District Name":"Ness City","Physical Address Line 1":"414 E Chestnut St","Physical Address Line 2":"","Physical Address City":"Ness City","Physical Address State":"KS ","Physical Address Zipcode":"67560","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09523809523809523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009900","School District Name":"Neodesha","Physical Address Line 1":"522 Wisconsin","Physical Address Line 2":"","Physical Address City":"Neodesha","Physical Address State":"KS ","Physical Address Zipcode":"66757","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16498316498316498,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2009850","School District Name":"Paradise","Physical Address Line 1":"710 5th Street","Physical Address Line 2":"","Physical Address City":"Natoma","Physical Address State":"KS ","Physical Address Zipcode":"67651","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15702479338842976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009840","School District Name":"Mulvane","Physical Address Line 1":"628 E. Mulvane","Physical Address Line 2":"","Physical Address City":"Mulvane","Physical Address State":"KS ","Physical Address Zipcode":"67110","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0801583374567046,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2009780","School District Name":"Moundridge","Physical Address Line 1":"526 E. Cole","Physical Address Line 2":"","Physical Address City":"Moundridge","Physical Address State":"KS ","Physical Address Zipcode":"67107","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05405405405405406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009720","School District Name":"Moscow Public Schools","Physical Address Line 1":"301 High Road","Physical Address Line 2":"","Physical Address City":"Moscow","Physical Address State":"KS ","Physical Address Zipcode":"67952","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11046511627906977,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009660","School District Name":"Marmaton Valley","Physical Address Line 1":"128 West Oak Street","Physical Address Line 2":"","Physical Address City":"Moran","Physical Address State":"KS ","Physical Address Zipcode":"66755","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13074204946996468,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009630","School District Name":"Montezuma","Physical Address Line 1":"103 W. Sunnyside","Physical Address Line 2":"","Physical Address City":"Montezuma","Physical Address State":"KS ","Physical Address Zipcode":"67867","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07371794871794872,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009600","School District Name":"Minneola","Physical Address Line 1":"111 E. Locust","Physical Address Line 2":"","Physical Address City":"Minneola","Physical Address State":"KS ","Physical Address Zipcode":"67865","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09693877551020408,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009570","School District Name":"North Ottawa County","Physical Address Line 1":"716 E Seventh St","Physical Address Line 2":"","Physical Address City":"Minneapolis","Physical Address State":"KS ","Physical Address Zipcode":"67467","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12589928057553956,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009510","School District Name":"Jefferson West","Physical Address Line 1":"3675 74th Street","Physical Address Line 2":"","Physical Address City":"Meriden","Physical Address State":"KS ","Physical Address Zipcode":"66512","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05915813424345848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2009480","School District Name":"Marais Des Cygnes Valley","Physical Address Line 1":"105 SW Main","Physical Address Line 2":"","Physical Address City":"Melvern","Physical Address State":"KS ","Physical Address Zipcode":"66510","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11272727272727273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009450","School District Name":"Barber County North","Physical Address Line 1":"100 E. First","Physical Address Line 2":"","Physical Address City":"Medicine Lodge","Physical Address State":"KS ","Physical Address Zipcode":"67104","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17357001972386588,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009420","School District Name":"Meade","Physical Address Line 1":"409 School Addition","Physical Address Line 2":"","Physical Address City":"Meade","Physical Address State":"KS ","Physical Address Zipcode":"67864","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09392265193370165,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009390","School District Name":"McPherson","Physical Address Line 1":"514 North Main","Physical Address Line 2":"","Physical Address City":"McPherson","Physical Address State":"KS ","Physical Address Zipcode":"67460","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06994713298088653,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2009360","School District Name":"McLouth","Physical Address Line 1":"217 Summit","Physical Address Line 2":"","Physical Address City":"McLouth","Physical Address State":"KS ","Physical Address Zipcode":"66054","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08404802744425385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009320","School District Name":"Royal Valley","Physical Address Line 1":"101 W Main","Physical Address Line 2":"","Physical Address City":"Mayetta","Physical Address State":"KS ","Physical Address Zipcode":"66509","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10034602076124567,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009240","School District Name":"Marion-Florence","Physical Address Line 1":"101 N Thorp","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"KS ","Physical Address Zipcode":"66861","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07421150278293136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009180","School District Name":"Manhattan-Ogden","Physical Address Line 1":"2031 Poyntz","Physical Address Line 2":"","Physical Address City":"Manhattan","Physical Address State":"KS ","Physical Address Zipcode":"66502","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1468856523086458,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2009140","School District Name":"Maize","Physical Address Line 1":"905 W Academy Ave","Physical Address Line 2":"","Physical Address City":"Maize","Physical Address State":"KS ","Physical Address Zipcode":"67101","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.050880867315510656,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2009090","School District Name":"Madison-Virgil","Physical Address Line 1":"1500 SW Blvd.","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"KS ","Physical Address Zipcode":"66860","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13761467889908258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009060","School District Name":"Macksville","Physical Address Line 1":"433 N. Gilmore","Physical Address Line 2":"","Physical Address City":"Macksville","Physical Address State":"KS ","Physical Address Zipcode":"67557","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1700404858299595,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2009030","School District Name":"Lyons","Physical Address Line 1":"800 South Workman","Physical Address Line 2":"","Physical Address City":"Lyons","Physical Address State":"KS ","Physical Address Zipcode":"67554","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12979351032448377,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2009000","School District Name":"Lyndon","Physical Address Line 1":"421 East 6th St","Physical Address Line 2":"","Physical Address City":"Lyndon","Physical Address State":"KS ","Physical Address Zipcode":"66451","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11428571428571428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008970","School District Name":"Louisburg","Physical Address Line 1":"29020 Mission Belleview Road","Physical Address Line 2":"","Physical Address City":"Louisburg","Physical Address State":"KS ","Physical Address Zipcode":"66053","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.041189931350114416,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2008940","School District Name":"Centre","Physical Address Line 1":"2382 310th St","Physical Address Line 2":"","Physical Address City":"Lost Springs","Physical Address State":"KS ","Physical Address Zipcode":"66859","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16071428571428573,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008910","School District Name":"Logan","Physical Address Line 1":"305 N Sherman","Physical Address Line 2":"","Physical Address City":"Logan","Physical Address State":"KS ","Physical Address Zipcode":"67646","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15217391304347827,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008880","School District Name":"Little River","Physical Address Line 1":"455 Prairie","Physical Address Line 2":"","Physical Address City":"Little River","Physical Address State":"KS ","Physical Address Zipcode":"67457","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09771986970684039,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008790","School District Name":"Lincoln","Physical Address Line 1":"133 E Lincoln Ave","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"KS ","Physical Address Zipcode":"67455","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13740458015267176,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008730","School District Name":"Liberal","Physical Address Line 1":"7 Parkway Blvd","Physical Address Line 2":"","Physical Address City":"Liberal","Physical Address State":"KS ","Physical Address Zipcode":"67901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1315235197753335,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2008700","School District Name":"Lewis","Physical Address Line 1":"401 Sunnyside Drive","Physical Address Line 2":"","Physical Address City":"Lewis","Physical Address State":"KS ","Physical Address Zipcode":"67552","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08661417322834646,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008670","School District Name":"LeRoy-Gridley","Physical Address Line 1":"1013 N. Main Street","Physical Address Line 2":"","Physical Address City":"LeRoy","Physical Address State":"KS ","Physical Address Zipcode":"66857","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12295081967213115,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008610","School District Name":"Leoti","Physical Address Line 1":"106 S Indian Rd","Physical Address Line 2":"","Physical Address City":"Leoti","Physical Address State":"KS ","Physical Address Zipcode":"67861","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12296983758700696,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008550","School District Name":"Bluestem","Physical Address Line 1":"625 S. Mill Road","Physical Address Line 2":"","Physical Address City":"Leon","Physical Address State":"KS ","Physical Address Zipcode":"67074","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08497723823975721,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008430","School District Name":"Leavenworth","Physical Address Line 1":"200 N 4th","Physical Address Line 2":"","Physical Address City":"Leavenworth","Physical Address State":"KS ","Physical Address Zipcode":"66048","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15335533553355335,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2008400","School District Name":"Lawrence","Physical Address Line 1":"110 McDonald Drive","Physical Address Line 2":"","Physical Address City":"Lawrence","Physical Address State":"KS ","Physical Address Zipcode":"66044","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08559550012227929,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2008370","School District Name":"Ft Larned","Physical Address Line 1":"120 East 6th","Physical Address Line 2":"","Physical Address City":"Larned","Physical Address State":"KS ","Physical Address Zipcode":"67550","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12379642365887207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2008340","School District Name":"Lansing","Physical Address Line 1":"200 E Mary St","Physical Address Line 2":"","Physical Address City":"Lansing","Physical Address State":"KS ","Physical Address Zipcode":"66043","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06546707503828483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2008310","School District Name":"Fairfield","Physical Address Line 1":"16115 S Langdon Road","Physical Address Line 2":"","Physical Address City":"Langdon","Physical Address State":"KS ","Physical Address Zipcode":"67583","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11192214111922141,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008280","School District Name":"Lakin","Physical Address Line 1":"1003 W Kingman","Physical Address Line 2":"","Physical Address City":"Lakin","Physical Address State":"KS ","Physical Address Zipcode":"67860","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1174496644295302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008250","School District Name":"Prairie View","Physical Address Line 1":"13799 Kansas Hwy 152","Physical Address Line 2":"","Physical Address City":"LaCygne","Physical Address State":"KS ","Physical Address Zipcode":"66040","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11349693251533742,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008220","School District Name":"LaCrosse","Physical Address Line 1":"616 Main","Physical Address Line 2":"","Physical Address City":"La Crosse","Physical Address State":"KS ","Physical Address Zipcode":"67548","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1505016722408027,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008190","School District Name":"Kismet-Plains","Physical Address Line 1":"17222 Mustang Drive","Physical Address Line 2":"","Physical Address City":"Kismet","Physical Address State":"KS ","Physical Address Zipcode":"67859","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1411764705882353,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008130","School District Name":"South Barber","Physical Address Line 1":"512 Main","Physical Address Line 2":"","Physical Address City":"Kiowa","Physical Address State":"KS ","Physical Address Zipcode":"67070","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15765765765765766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008100","School District Name":"Kinsley-Offerle","Physical Address Line 1":"120 W 8th St","Physical Address Line 2":"","Physical Address City":"Kinsley","Physical Address State":"KS ","Physical Address Zipcode":"67547","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15161290322580645,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2008070","School District Name":"Kingman - Norwich","Physical Address Line 1":"115 North Main Street","Physical Address Line 2":"","Physical Address City":"Kingman","Physical Address State":"KS ","Physical Address Zipcode":"67068","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.138801261829653,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2008040","School District Name":"Crest","Physical Address Line 1":"603 E Broad","Physical Address Line 2":"","Physical Address City":"Colony","Physical Address State":"KS ","Physical Address Zipcode":"66015","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13445378151260504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007970","School District Name":"Kaw Valley","Physical Address Line 1":"411 West Lasley","Physical Address Line 2":"","Physical Address City":"St. Marys","Physical Address State":"KS ","Physical Address Zipcode":"66536","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07699316628701594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007950","School District Name":"Kansas City","Physical Address Line 1":"2010 N. 59th Street","Physical Address Line 2":"","Physical Address City":"Kansas City","Physical Address State":"KS ","Physical Address Zipcode":"66104","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.2585602137965592,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007890","School District Name":"Geary County Schools","Physical Address Line 1":"123 N. Eisenhower","Physical Address Line 2":"","Physical Address City":"Junction City","Physical Address State":"KS ","Physical Address Zipcode":"66441","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1677565728012812,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2007860","School District Name":"Stanton County","Physical Address Line 1":"200 W Weaver Street","Physical Address Line 2":"","Physical Address City":"Johnson","Physical Address State":"KS ","Physical Address Zipcode":"67855","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12698412698412698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007800","School District Name":"Hodgeman County Schools","Physical Address Line 1":"401 Douglas","Physical Address Line 2":"","Physical Address City":"Jetmore","Physical Address State":"KS ","Physical Address Zipcode":"67854","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07308970099667775,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007750","School District Name":"Jayhawk","Physical Address Line 1":"414 South 5th Street","Physical Address Line 2":"","Physical Address City":"Mound City","Physical Address State":"KS ","Physical Address Zipcode":"66056","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1752988047808765,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007740","School District Name":"Iola","Physical Address Line 1":"305 North Washington Street","Physical Address Line 2":"","Physical Address City":"Iola","Physical Address State":"KS ","Physical Address Zipcode":"66749","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1931637519872814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2007710","School District Name":"Inman","Physical Address Line 1":"119 S Main","Physical Address Line 2":"","Physical Address City":"Inman","Physical Address State":"KS ","Physical Address Zipcode":"67546","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07172995780590717,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007680","School District Name":"Ingalls","Physical Address Line 1":"100 Bulldog Drive","Physical Address Line 2":"","Physical Address City":"Ingalls","Physical Address State":"KS ","Physical Address Zipcode":"67853","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007650","School District Name":"Independence","Physical Address Line 1":"517 North 10th Street","Physical Address Line 2":"","Physical Address City":"Independence","Physical Address State":"KS ","Physical Address Zipcode":"67301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2158671586715867,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007620","School District Name":"Hutchinson Public Schools","Physical Address Line 1":"1520 North Plum","Physical Address Line 2":"","Physical Address City":"Hutchinson","Physical Address State":"KS ","Physical Address Zipcode":"67501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1398695318495779,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2007590","School District Name":"Humboldt","Physical Address Line 1":"801 New York","Physical Address Line 2":"","Physical Address City":"Humboldt","Physical Address State":"KS ","Physical Address Zipcode":"66748","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16740088105726872,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007560","School District Name":"Hugoton Public Schools","Physical Address Line 1":"529 S Main St","Physical Address Line 2":"","Physical Address City":"Hugoton","Physical Address State":"KS ","Physical Address Zipcode":"67951","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11846001974333663,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2007530","School District Name":"Hoxie Community Schools","Physical Address Line 1":"1100 Queen Ave.","Physical Address Line 2":"","Physical Address City":"Hoxie","Physical Address State":"KS ","Physical Address Zipcode":"67740","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17191977077363896,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007500","School District Name":"West Elk","Physical Address Line 1":"1201 State Highway 99","Physical Address Line 2":"","Physical Address City":"Howard","Physical Address State":"KS ","Physical Address Zipcode":"67349","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24920127795527156,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007470","School District Name":"South Brown County","Physical Address Line 1":"522 Central Ave","Physical Address Line 2":"","Physical Address City":"Horton","Physical Address State":"KS ","Physical Address Zipcode":"66439","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18787878787878787,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007440","School District Name":"Rural Vista","Physical Address Line 1":"414 E Goodnow","Physical Address Line 2":"","Physical Address City":"White City","Physical Address State":"KS ","Physical Address Zipcode":"66872","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14619883040935672,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007380","School District Name":"Holton","Physical Address Line 1":"515 Pennsylvania","Physical Address Line 2":"","Physical Address City":"Holton","Physical Address State":"KS ","Physical Address Zipcode":"66436","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12612612612612611,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2007350","School District Name":"Holcomb","Physical Address Line 1":"305 Wiley","Physical Address Line 2":"","Physical Address City":"Holcomb","Physical Address State":"KS ","Physical Address Zipcode":"67851","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09785522788203753,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007320","School District Name":"Hoisington","Physical Address Line 1":"165 West Third Street","Physical Address Line 2":"","Physical Address City":"Hoisington","Physical Address State":"KS ","Physical Address Zipcode":"67544","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13590604026845637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2007290","School District Name":"Durham-Hillsboro-Lehigh","Physical Address Line 1":"416 S. Date Street","Physical Address Line 2":"","Physical Address City":"Hillsboro","Physical Address State":"KS ","Physical Address Zipcode":"67063","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08754208754208755,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2007260","School District Name":"Graham County","Physical Address Line 1":"117 N. 3rd Ave","Physical Address Line 2":"","Physical Address City":"Hill City","Physical Address State":"KS ","Physical Address Zipcode":"67642","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12371134020618557,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007170","School District Name":"Hesston","Physical Address Line 1":"150 N Ridge Road","Physical Address Line 2":"","Physical Address City":"Hesston","Physical Address State":"KS ","Physical Address Zipcode":"67062","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.047503045066991476,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2007110","School District Name":"Herington","Physical Address Line 1":"19 North Broadway","Physical Address Line 2":"","Physical Address City":"Herington","Physical Address State":"KS ","Physical Address Zipcode":"67449","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16481069042316257,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007080","School District Name":"Healy Public Schools","Physical Address Line 1":"5006 North Dodge Rd","Physical Address Line 2":"","Physical Address City":"Healy","Physical Address State":"KS ","Physical Address Zipcode":"67850","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18032786885245902,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2007050","School District Name":"Haysville","Physical Address Line 1":"1745 W Grand Ave","Physical Address Line 2":"","Physical Address City":"Haysville","Physical Address State":"KS ","Physical Address Zipcode":"67060","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13411908148750254,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2007020","School District Name":"Hays","Physical Address Line 1":"323 W. 12th St","Physical Address Line 2":"","Physical Address City":"Hays","Physical Address State":"KS ","Physical Address Zipcode":"67601","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10828025477707007,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2006990","School District Name":"Haviland","Physical Address Line 1":"400 N. Topeka St","Physical Address Line 2":"","Physical Address City":"Haviland","Physical Address State":"KS ","Physical Address Zipcode":"67059","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20300751879699247,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006960","School District Name":"Haven Public Schools","Physical Address Line 1":"414 West Main","Physical Address Line 2":"","Physical Address City":"Haven","Physical Address State":"KS ","Physical Address Zipcode":"67543","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12522202486678508,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006930","School District Name":"Southern Lyon County","Physical Address Line 1":"100 Commercial St.; Ste. A","Physical Address Line 2":"","Physical Address City":"Hartford","Physical Address State":"KS ","Physical Address Zipcode":"66854","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08614232209737828,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006870","School District Name":"Hamilton","Physical Address Line 1":"2596 W Road","Physical Address Line 2":"","Physical Address City":"Hamilton","Physical Address State":"KS ","Physical Address Zipcode":"66853","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14634146341463414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006840","School District Name":"Halstead","Physical Address Line 1":"521 W 6th Street","Physical Address Line 2":"","Physical Address City":"Halstead","Physical Address State":"KS ","Physical Address Zipcode":"67056","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10075839653304441,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006780","School District Name":"Grinnell Public Schools","Physical Address Line 1":"402 S Monroe","Physical Address Line 2":"","Physical Address City":"Grinnell","Physical Address State":"KS ","Physical Address Zipcode":"67738","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18888888888888888,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006720","School District Name":"Kiowa County","Physical Address Line 1":"710 S. Main St.","Physical Address Line 2":"","Physical Address City":"Greensburg","Physical Address State":"KS ","Physical Address Zipcode":"67054","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11929824561403508,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006690","School District Name":"Greeley County Schools","Physical Address Line 1":"400 W Lawrence St","Physical Address Line 2":"","Physical Address City":"Tribune","Physical Address State":"KS ","Physical Address Zipcode":"67879","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12916666666666668,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006660","School District Name":"Great Bend","Physical Address Line 1":"201 S. Patton Road","Physical Address Line 2":"","Physical Address City":"Great Bend","Physical Address State":"KS ","Physical Address Zipcode":"67530","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13909177516671958,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2006630","School District Name":"Wheatland","Physical Address Line 1":"2920 K-23","Physical Address Line 2":"","Physical Address City":"Grainfield","Physical Address State":"KS ","Physical Address Zipcode":"67737","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13970588235294118,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006580","School District Name":"Goodland","Physical Address Line 1":"1311 Main Street","Physical Address Line 2":"","Physical Address City":"Goodland","Physical Address State":"KS ","Physical Address Zipcode":"67735","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1650197628458498,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2006570","School District Name":"Goessel","Physical Address Line 1":"500 E. Main","Physical Address Line 2":"","Physical Address City":"GOESSEL","Physical Address State":"KS ","Physical Address Zipcode":"67053","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06048387096774194,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006540","School District Name":"Goddard","Physical Address Line 1":"201 South Main","Physical Address Line 2":"","Physical Address City":"Goddard","Physical Address State":"KS ","Physical Address Zipcode":"67052","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.041762276273519965,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2006510","School District Name":"Southern Cloud","Physical Address Line 1":"619 Tootle Avenue","Physical Address Line 2":"","Physical Address City":"Miltonvale","Physical Address State":"KS ","Physical Address Zipcode":"67466","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15853658536585366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006480","School District Name":"Girard","Physical Address Line 1":"415 North Summit","Physical Address Line 2":"","Physical Address City":"Girard","Physical Address State":"KS ","Physical Address Zipcode":"66743","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16810758885686838,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2006450","School District Name":"Garnett","Physical Address Line 1":"305 N. Oak","Physical Address Line 2":"","Physical Address City":"Garnett","Physical Address State":"KS ","Physical Address Zipcode":"66032","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1441578148710167,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2006420","School District Name":"Gardner Edgerton","Physical Address Line 1":"231 East Madison Street","Physical Address Line 2":"","Physical Address City":"Gardner","Physical Address State":"KS ","Physical Address Zipcode":"66030","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.047819433817903594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2006390","School District Name":"Garden City","Physical Address Line 1":"1205 Fleming Street","Physical Address Line 2":"","Physical Address City":"Garden City","Physical Address State":"KS ","Physical Address Zipcode":"67846","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1498550724637681,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2006360","School District Name":"Galena","Physical Address Line 1":"702 E. 7th Street","Physical Address Line 2":"","Physical Address City":"Galena","Physical Address State":"KS ","Physical Address Zipcode":"66739","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23518850987432674,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006330","School District Name":"Ft Leavenworth","Physical Address Line 1":"Building 332","Physical Address Line 2":"","Physical Address City":"Fort Leavenworth","Physical Address State":"KS ","Physical Address Zipcode":"66027","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.025958702064896755,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2006300","School District Name":"Frontenac Public Schools","Physical Address Line 1":"208 S Cayuga","Physical Address Line 2":"","Physical Address City":"Frontenac","Physical Address State":"KS ","Physical Address Zipcode":"66763","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09192200557103064,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2006270","School District Name":"Fredonia","Physical Address Line 1":"300 N. 6th","Physical Address Line 2":"","Physical Address City":"Fredonia","Physical Address State":"KS ","Physical Address Zipcode":"66736","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17569546120058566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006240","School District Name":"Remington-Whitewater","Physical Address Line 1":"110 S Main","Physical Address Line 2":"","Physical Address City":"Whitewater","Physical Address State":"KS ","Physical Address Zipcode":"67154","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07919463087248323,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006210","School District Name":"Fowler","Physical Address Line 1":"100 E 8th Ave","Physical Address Line 2":"","Physical Address City":"Fowler","Physical Address State":"KS ","Physical Address Zipcode":"67844","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10884353741496598,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006180","School District Name":"Fort Scott","Physical Address Line 1":"424 S Main","Physical Address Line 2":"","Physical Address City":"Fort Scott","Physical Address State":"KS ","Physical Address Zipcode":"66701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18533333333333332,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2006120","School District Name":"Eureka","Physical Address Line 1":"216 N Main Street","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"KS ","Physical Address Zipcode":"67045","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17480314960629922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2006090","School District Name":"Eudora","Physical Address Line 1":"1310 Winchester Road","Physical Address Line 2":"","Physical Address City":"Eudora","Physical Address State":"KS ","Physical Address Zipcode":"66025","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07394156231365534,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2006060","School District Name":"Mission Valley","Physical Address Line 1":"511 East 2nd Avenue","Physical Address Line 2":"","Physical Address City":"Eskridge","Physical Address State":"KS ","Physical Address Zipcode":"66423","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07961165048543689,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2006000","School District Name":"Erie-Galesburg","Physical Address Line 1":"205 S Main","Physical Address Line 2":"","Physical Address City":"Erie","Physical Address State":"KS ","Physical Address Zipcode":"66733","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21846153846153846,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005940","School District Name":"Emporia","Physical Address Line 1":"1700 West 7th","Physical Address Line 2":"","Physical Address City":"Emporia","Physical Address State":"KS ","Physical Address Zipcode":"66801","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13543156890796376,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2005870","School District Name":"Ellsworth","Physical Address Line 1":"145 W 15th Street","Physical Address Line 2":"","Physical Address City":"Ellsworth","Physical Address State":"KS ","Physical Address Zipcode":"67439","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08900523560209424,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2005850","School District Name":"Ellis","Physical Address Line 1":"1011 Washington","Physical Address Line 2":"","Physical Address City":"Ellis","Physical Address State":"KS ","Physical Address Zipcode":"67637","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10453648915187377,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005820","School District Name":"Ellinwood Public Schools","Physical Address Line 1":"300 N. Schiller","Physical Address Line 2":"","Physical Address City":"Ellinwood","Physical Address State":"KS ","Physical Address Zipcode":"67526","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07906976744186046,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005800","School District Name":"Ell-Saline","Physical Address Line 1":"412 E. Anderson","Physical Address Line 2":"","Physical Address City":"Brookville","Physical Address State":"KS ","Physical Address Zipcode":"67425","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06687898089171974,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2005790","School District Name":"Elkhart","Physical Address Line 1":"542 Morton St.","Physical Address Line 2":"","Physical Address City":"Elkhart","Physical Address State":"KS ","Physical Address Zipcode":"67950","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1466275659824047,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005760","School District Name":"Elk Valley","Physical Address Line 1":"701 Delaware","Physical Address Line 2":"","Physical Address City":"Longton","Physical Address State":"KS ","Physical Address Zipcode":"67352","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26993865030674846,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005730","School District Name":"El Dorado","Physical Address Line 1":"124 West Central Avenue","Physical Address Line 2":"","Physical Address City":"El Dorado","Physical Address State":"KS ","Physical Address Zipcode":"67042","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1329810656098635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2005700","School District Name":"Atchison Co Comm Schools","Physical Address Line 1":"306 Main Street","Physical Address Line 2":"","Physical Address City":"Effingham","Physical Address State":"KS ","Physical Address Zipcode":"66023","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08706786171574904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005640","School District Name":"Easton","Physical Address Line 1":"32502 Easton Rd","Physical Address Line 2":"","Physical Address City":"Easton","Physical Address State":"KS ","Physical Address Zipcode":"66020","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0513595166163142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005610","School District Name":"Douglass Public Schools","Physical Address Line 1":"921 E. First","Physical Address Line 2":"","Physical Address City":"Douglass","Physical Address State":"KS ","Physical Address Zipcode":"67039","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09264705882352942,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005580","School District Name":"Dodge City","Physical Address Line 1":"2112 N First Ave","Physical Address Line 2":"","Physical Address City":"Dodge City","Physical Address State":"KS ","Physical Address Zipcode":"67801","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11637931034482758,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2005550","School District Name":"Dighton","Physical Address Line 1":"710 E Lincoln St","Physical Address Line 2":"","Physical Address City":"Dighton","Physical Address State":"KS ","Physical Address Zipcode":"67839","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12871287128712872,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005520","School District Name":"Dexter","Physical Address Line 1":"311 N Main","Physical Address Line 2":"","Physical Address City":"Dexter","Physical Address State":"KS ","Physical Address Zipcode":"67038","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14035087719298245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005490","School District Name":"De Soto","Physical Address Line 1":"35200 W. 91st Street","Physical Address Line 2":"","Physical Address City":"De Soto","Physical Address State":"KS ","Physical Address Zipcode":"66018","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01949195171026157,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2005460","School District Name":"Derby","Physical Address Line 1":"1550 E. Walnut Grove Rd","Physical Address Line 2":"","Physical Address City":"Derby","Physical Address State":"KS ","Physical Address Zipcode":"67037","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10151157953127167,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2005400","School District Name":"Deerfield","Physical Address Line 1":"803 Beech Street","Physical Address Line 2":"","Physical Address City":"Deerfield","Physical Address State":"KS ","Physical Address Zipcode":"67838","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12385321100917432,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005370","School District Name":"Cunningham","Physical Address Line 1":"104 W 4th","Physical Address Line 2":"","Physical Address City":"Cunningham","Physical Address State":"KS ","Physical Address Zipcode":"67035","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12318840579710146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005310","School District Name":"Pike Valley","Physical Address Line 1":"101 School St.","Physical Address Line 2":"","Physical Address City":"Scandia","Physical Address State":"KS ","Physical Address Zipcode":"66966","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09090909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005280","School District Name":"Morris County","Physical Address Line 1":"17 South Wood Street","Physical Address Line 2":"","Physical Address City":"Council Grove","Physical Address State":"KS ","Physical Address Zipcode":"66846","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15471167369901548,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005250","School District Name":"Chase County","Physical Address Line 1":"219 Broadway","Physical Address Line 2":"","Physical Address City":"Cottonwood Falls","Physical Address State":"KS ","Physical Address Zipcode":"66845","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11688311688311688,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005190","School District Name":"Copeland","Physical Address Line 1":"105 Thatcher","Physical Address Line 2":"","Physical Address City":"Copeland","Physical Address State":"KS ","Physical Address Zipcode":"67837","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06417112299465241,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005130","School District Name":"Conway Springs","Physical Address Line 1":"110 N. Monnet","Physical Address Line 2":"","Physical Address City":"Conway Springs","Physical Address State":"KS ","Physical Address Zipcode":"67031","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0730050933786078,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005100","School District Name":"Concordia","Physical Address Line 1":"217 W 7th","Physical Address Line 2":"","Physical Address City":"Concordia","Physical Address State":"KS ","Physical Address Zipcode":"66901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14272211720226843,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2005070","School District Name":"Columbus","Physical Address Line 1":"802 South High School Avenue","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"KS ","Physical Address Zipcode":"66725","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16636690647482014,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2005040","School District Name":"Comanche County","Physical Address Line 1":"600 E Garfield","Physical Address Line 2":"","Physical Address City":"Coldwater","Physical Address State":"KS ","Physical Address Zipcode":"67029","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13149847094801223,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2005010","School District Name":"Colby Public Schools","Physical Address Line 1":"600 W Third St","Physical Address Line 2":"","Physical Address City":"Colby","Physical Address State":"KS ","Physical Address Zipcode":"67701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08256029684601113,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2004980","School District Name":"Coffeyville","Physical Address Line 1":"615 Ellis","Physical Address Line 2":"","Physical Address City":"Coffeyville","Physical Address State":"KS ","Physical Address Zipcode":"67337","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2373046875,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004950","School District Name":"Clifton-Clyde","Physical Address Line 1":"616 North High; Suite 2","Physical Address Line 2":"","Physical Address City":"Clyde","Physical Address State":"KS ","Physical Address Zipcode":"66938","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1056338028169014,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004920","School District Name":"Clearwater","Physical Address Line 1":"151 S. 1st Avenue","Physical Address Line 2":"","Physical Address City":"Clearwater","Physical Address State":"KS ","Physical Address Zipcode":"67026","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10482019892884469,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004890","School District Name":"Clay Center","Physical Address Line 1":"807 Dexter","Physical Address Line 2":"","Physical Address City":"Clay Center","Physical Address State":"KS ","Physical Address Zipcode":"67432","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11494252873563218,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2004830","School District Name":"North Jackson","Physical Address Line 1":"12692 266th Road","Physical Address Line 2":"","Physical Address City":"Holton","Physical Address State":"KS ","Physical Address Zipcode":"66436","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08841463414634146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004800","School District Name":"Cimarron-Ensign","Physical Address Line 1":"314 N. First","Physical Address Line 2":"","Physical Address City":"Cimarron","Physical Address State":"KS ","Physical Address Zipcode":"67835","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07162534435261708,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004790","School District Name":"Cheylin","Physical Address Line 1":"605 Bird Ave.","Physical Address Line 2":"","Physical Address City":"Bird City","Physical Address State":"KS ","Physical Address Zipcode":"67731","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28378378378378377,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004770","School District Name":"Chetopa-St. Paul","Physical Address Line 1":"430 Elm Street","Physical Address Line 2":"","Physical Address City":"Chetopa","Physical Address State":"KS ","Physical Address Zipcode":"67336","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14317180616740088,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004740","School District Name":"Cherryvale","Physical Address Line 1":"618 East 4th Street","Physical Address Line 2":"","Physical Address City":"Cherryvale","Physical Address State":"KS ","Physical Address Zipcode":"67335","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21100917431192662,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004710","School District Name":"Cherokee","Physical Address Line 1":"506 South Smelter","Physical Address Line 2":"","Physical Address City":"Cherokee","Physical Address State":"KS ","Physical Address Zipcode":"66724","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004670","School District Name":"Cheney","Physical Address Line 1":"100 W 6th Ave.","Physical Address Line 2":"","Physical Address City":"Cheney","Physical Address State":"KS ","Physical Address Zipcode":"67025","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004650","School District Name":"Chase-Raymond","Physical Address Line 1":"313 East C Avenue","Physical Address Line 2":"","Physical Address City":"Chase","Physical Address State":"KS ","Physical Address Zipcode":"67524","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23026315789473684,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004620","School District Name":"Chapman","Physical Address Line 1":"822 N Marshall","Physical Address Line 2":"","Physical Address City":"Chapman","Physical Address State":"KS ","Physical Address Zipcode":"67431","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09919839679358718,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004590","School District Name":"Chanute Public Schools","Physical Address Line 1":"321 E. Main","Physical Address Line 2":"","Physical Address City":"Chanute","Physical Address State":"KS ","Physical Address Zipcode":"66720","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.153315649867374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2004560","School District Name":"Vermillion","Physical Address Line 1":"209 School Street","Physical Address Line 2":"","Physical Address City":"Vermillion","Physical Address State":"KS ","Physical Address Zipcode":"66544","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08798283261802575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004500","School District Name":"Cedar Vale","Physical Address Line 1":"508 Dora","Physical Address Line 2":"","Physical Address City":"Cedar Vale","Physical Address State":"KS ","Physical Address Zipcode":"67024","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1865671641791045,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004470","School District Name":"Waconda","Physical Address Line 1":"708 Locust","Physical Address Line 2":"","Physical Address City":"Cawker City","Physical Address State":"KS ","Physical Address Zipcode":"67430","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12368421052631579,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004440","School District Name":"Canton-Galva","Physical Address Line 1":"109 S. Main","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"KS ","Physical Address Zipcode":"67428","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05161290322580645,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004410","School District Name":"Caney Valley","Physical Address Line 1":"700 E. Bullpup Blvd.","Physical Address Line 2":"","Physical Address City":"Caney","Physical Address State":"KS ","Physical Address Zipcode":"67333","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18070652173913043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004380","School District Name":"Caldwell","Physical Address Line 1":"22 N. Webb St.","Physical Address Line 2":"","Physical Address City":"Caldwell","Physical Address State":"KS ","Physical Address Zipcode":"67022","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18324607329842932,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004350","School District Name":"Burrton","Physical Address Line 1":"105 East Lincoln","Physical Address Line 2":"","Physical Address City":"Burrton","Physical Address State":"KS ","Physical Address Zipcode":"67020","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15985130111524162,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004290","School District Name":"Burlington","Physical Address Line 1":"301 Neosho Street","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"KS ","Physical Address Zipcode":"66839","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.0819935691318328,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2004260","School District Name":"Burlingame Public School","Physical Address Line 1":"100 Bloomquist Dr.; Suite A","Physical Address Line 2":"","Physical Address City":"Burlingame","Physical Address State":"KS ","Physical Address Zipcode":"66413","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1152542372881356,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004230","School District Name":"Central","Physical Address Line 1":"700 N Main","Physical Address Line 2":"","Physical Address City":"Burden","Physical Address State":"KS ","Physical Address Zipcode":"67019","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1783625730994152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004200","School District Name":"Buhler","Physical Address Line 1":"406 W 7th","Physical Address Line 2":"","Physical Address City":"Buhler","Physical Address State":"KS ","Physical Address Zipcode":"67522","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06843764070238631,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2004170","School District Name":"Altoona-Midway","Physical Address Line 1":"20584 US 75 Hwy","Physical Address Line 2":"","Physical Address City":"Buffalo","Physical Address State":"KS ","Physical Address Zipcode":"66717","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14732142857142858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004140","School District Name":"Bucklin","Physical Address Line 1":"422 S Main","Physical Address Line 2":"","Physical Address City":"Bucklin","Physical Address State":"KS ","Physical Address Zipcode":"67834","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08045977011494253,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004080","School District Name":"Brewster","Physical Address Line 1":"127 Kansas Avenue","Physical Address Line 2":"","Physical Address City":"Brewster","Physical Address State":"KS ","Physical Address Zipcode":"67732","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.05825242718446602,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2004050","School District Name":"Bonner Springs","Physical Address Line 1":"2200 S 138th Street","Physical Address Line 2":"","Physical Address City":"Bonner Springs","Physical Address State":"KS ","Physical Address Zipcode":"66012","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13122171945701358,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2004020","School District Name":"Otis-Bison","Physical Address Line 1":"301 W. Eagle Street","Physical Address Line 2":"","Physical Address City":"Otis","Physical Address State":"KS ","Physical Address Zipcode":"67565","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1179245283018868,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2003960","School District Name":"Twin Valley","Physical Address Line 1":"107 N. Nelson","Physical Address Line 2":"","Physical Address City":"Bennington","Physical Address State":"KS ","Physical Address Zipcode":"67422","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09662921348314607,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2003900","School District Name":"Belle Plaine","Physical Address Line 1":"719 N Main","Physical Address Line 2":"","Physical Address City":"Belle Plaine","Physical Address State":"KS ","Physical Address Zipcode":"67013","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09265734265734266,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2003870","School District Name":"Beloit","Physical Address Line 1":"2020 N Independence","Physical Address Line 2":"","Physical Address City":"Beloit","Physical Address State":"KS ","Physical Address Zipcode":"67420","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1349009900990099,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2003810","School District Name":"Baxter Springs","Physical Address Line 1":"1108 Military Ave","Physical Address Line 2":"","Physical Address City":"Baxter Springs","Physical Address State":"KS ","Physical Address Zipcode":"66713","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18356867779204109,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2003780","School District Name":"Basehor-Linwood","Physical Address Line 1":"2008 N 155th St","Physical Address Line 2":"","Physical Address City":"Basehor","Physical Address State":"KS ","Physical Address Zipcode":"66007","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04025044722719141,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2003720","School District Name":"Baldwin City","Physical Address Line 1":"715 Chapel Street","Physical Address Line 2":"","Physical Address City":"Baldwin City","Physical Address State":"KS ","Physical Address Zipcode":"66006","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06480920654149,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2003630","School District Name":"Augusta","Physical Address Line 1":"2345 Greyhound Drive","Physical Address Line 2":"","Physical Address City":"Augusta","Physical Address State":"KS ","Physical Address Zipcode":"67010","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08258451005562688,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2003570","School District Name":"Attica","Physical Address Line 1":"718 N Main","Physical Address Line 2":"","Physical Address City":"Attica","Physical Address State":"KS ","Physical Address Zipcode":"67009","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13953488372093023,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2003540","School District Name":"Atchison Public Schools","Physical Address Line 1":"626 Commercial Street","Physical Address Line 2":"","Physical Address City":"Atchison","Physical Address State":"KS ","Physical Address Zipcode":"66002","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15452653485952134,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2003510","School District Name":"Ashland","Physical Address Line 1":"311 J.E. Humphreys St.","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"KS ","Physical Address Zipcode":"67831","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13861386138613863,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2003480","School District Name":"Northeast","Physical Address Line 1":"1001 E South Street","Physical Address Line 2":"","Physical Address City":"Arma","Physical Address State":"KS ","Physical Address Zipcode":"66712","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20542082738944364,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2003450","School District Name":"Arkansas City","Physical Address Line 1":"2545 Greenway","Physical Address Line 2":"","Physical Address City":"Arkansas City","Physical Address State":"KS ","Physical Address Zipcode":"67005","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1719944405837387,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2003430","School District Name":"Argonia Public Schools","Physical Address Line 1":"202 E. Allen","Physical Address Line 2":"","Physical Address City":"Argonia","Physical Address State":"KS ","Physical Address Zipcode":"67004","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17365269461077845,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2003390","School District Name":"Chaparral Schools","Physical Address Line 1":"124 N Jennings","Physical Address Line 2":"","Physical Address City":"Anthony","Physical Address State":"KS ","Physical Address Zipcode":"67003","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16488730723606168,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2003360","School District Name":"Andover","Physical Address Line 1":"1432 N Andover Rd","Physical Address Line 2":"","Physical Address City":"Andover","Physical Address State":"KS ","Physical Address Zipcode":"67002","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03694068678459938,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2003300","School District Name":"Labette County","Physical Address Line 1":"401 S. High School","Physical Address Line 2":"","Physical Address City":"Altamont","Physical Address State":"KS ","Physical Address Zipcode":"67330","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17470760233918128,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2003270","School District Name":"Northern Valley","Physical Address Line 1":"512 W Bryant","Physical Address Line 2":"","Physical Address City":"Almena","Physical Address State":"KS ","Physical Address Zipcode":"67622","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18493150684931506,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2003240","School District Name":"Wabaunsee","Physical Address Line 1":"213 E 9th","Physical Address Line 2":"","Physical Address City":"Alma","Physical Address State":"KS ","Physical Address Zipcode":"66401","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06359300476947535,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2003210","School District Name":"North Lyon County","Physical Address Line 1":"614 Main St","Physical Address Line 2":"","Physical Address City":"Americus","Physical Address State":"KS ","Physical Address Zipcode":"66835","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09866220735785954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2003200","School District Name":"Auburn Washburn","Physical Address Line 1":"5928 SW 53rd","Physical Address Line 2":"","Physical Address City":"Topeka","Physical Address State":"KS ","Physical Address Zipcode":"66610","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.057298335467349554,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2003180","School District Name":"Abilene","Physical Address Line 1":"213 N. Broadway","Physical Address Line 2":"","Physical Address City":"Abilene","Physical Address State":"KS ","Physical Address Zipcode":"67410","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10897875257025359,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2000378","School District Name":"Technology Excellence Education Network","Physical Address Line 1":"416 S. Date","Physical Address Line 2":"","Physical Address City":"Hillsboro","Physical Address State":"KS ","Physical Address Zipcode":"67063","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000377","School District Name":"Smoky Hill/Central KS Educ Serv","Physical Address Line 1":"605 E Crawford ST","Physical Address Line 2":"","Physical Address City":"Salina","Physical Address State":"KS ","Physical Address Zipcode":"67401","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000376","School District Name":"Ed. Services & Staff Dev. Asn. of Central KS","Physical Address Line 1":"1500 East 11th Avenue","Physical Address Line 2":"Suite 200","Physical Address City":"Hutchinson","Physical Address State":"KS ","Physical Address Zipcode":"67501","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000375","School District Name":"Barton Co Coop. Program of Special Services","Physical Address Line 1":"2535 Lakin","Physical Address Line 2":"","Physical Address City":"Great Bend","Physical Address State":"KS ","Physical Address Zipcode":"67530","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000374","School District Name":"Cowley County Special Services Cooperative","Physical Address Line 1":"1317 Wheat Road","Physical Address Line 2":"","Physical Address City":"Winfield","Physical Address State":"KS ","Physical Address Zipcode":"67156","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000373","School District Name":"Tri-County Sp. Services Coop.","Physical Address Line 1":"904 Corse Ave.","Physical Address Line 2":"","Physical Address City":"Larned","Physical Address State":"KS ","Physical Address Zipcode":"67550","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000372","School District Name":"McPherson County Sp. Ed. Coop.","Physical Address Line 1":"514 North Main","Physical Address Line 2":"","Physical Address City":"McPherson","Physical Address State":"KS ","Physical Address Zipcode":"67460","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000371","School District Name":"Learning Cooperative of North Central Kansas","Physical Address Line 1":"219 W 7th","Physical Address Line 2":"","Physical Address City":"Concordia","Physical Address State":"KS ","Physical Address Zipcode":"66901","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000370","School District Name":"Marshall-Nemaha Co. Ed. Serv. Coop.","Physical Address Line 1":"316 Main","Physical Address Line 2":"","Physical Address City":"Seneca","Physical Address State":"KS ","Physical Address Zipcode":"66538","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000369","School District Name":"Chautauqua & Elk Co Sp. Ed. Services","Physical Address Line 1":"1201 State Highway 99","Physical Address Line 2":"","Physical Address City":"Howard","Physical Address State":"KS ","Physical Address Zipcode":"67349","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000368","School District Name":"Holton Special Education Coop.","Physical Address Line 1":"515 Pennsylvania","Physical Address Line 2":"","Physical Address City":"Holton","Physical Address State":"KS ","Physical Address Zipcode":"66436","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000367","School District Name":"Hays West Central KS Special Ed. Coop.","Physical Address Line 1":"323 West 12th","Physical Address Line 2":"","Physical Address City":"Hays","Physical Address State":"KS ","Physical Address Zipcode":"67601","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000366","School District Name":"Wyandotte Comprehensive Sp. Ed. Coop.","Physical Address Line 1":"2010 N. 59th Street","Physical Address Line 2":"","Physical Address City":"Kansas City","Physical Address State":"KS ","Physical Address Zipcode":"66104","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000365","School District Name":"Twin Lakes Education Cooperative","Physical Address Line 1":"807 Dexter","Physical Address Line 2":"","Physical Address City":"Clay Center","Physical Address State":"KS ","Physical Address Zipcode":"67432","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000364","School District Name":"Marshall County Sp. Ed. Coop.","Physical Address Line 1":"406 N. 3rd Street; Suite 1","Physical Address Line 2":"","Physical Address City":"Marysville","Physical Address State":"KS ","Physical Address Zipcode":"66508","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000363","School District Name":"Flint Hills Special Ed. Cooperative","Physical Address Line 1":"1700 W. 7th Avenue","Physical Address Line 2":"","Physical Address City":"Emporia","Physical Address State":"KS ","Physical Address Zipcode":"66801","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000362","School District Name":"Tonganoxie Basehor-Linwood Special Ed Coop","Physical Address Line 1":"3102 N. 155th St","Physical Address Line 2":"","Physical Address City":"Basehor","Physical Address State":"KS ","Physical Address Zipcode":"66007","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000361","School District Name":"Rice County Sp. Services Coop.","Physical Address Line 1":"800 South Workman","Physical Address Line 2":"","Physical Address City":"Lyons","Physical Address State":"KS ","Physical Address Zipcode":"67554","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000360","School District Name":"East Central KS Sp. Ed. Coop.","Physical Address Line 1":"22795 W. 255th St.","Physical Address Line 2":"","Physical Address City":"Paola","Physical Address State":"KS ","Physical Address Zipcode":"66071","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000359","School District Name":"Coffey County Special Education Cooperative","Physical Address Line 1":"301 Neosho","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"KS ","Physical Address Zipcode":"66839","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000358","School District Name":"Harvey Co. Sp. Ed. Coop.","Physical Address Line 1":"308 East 1st Street","Physical Address Line 2":"","Physical Address City":"Newton","Physical Address State":"KS ","Physical Address Zipcode":"67114","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000357","School District Name":"Special Services Cooperative of Wamego","Physical Address Line 1":"1010 8th St","Physical Address Line 2":"","Physical Address City":"Wamego","Physical Address State":"KS ","Physical Address Zipcode":"66547","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000356","School District Name":"Beloit Special Education Cooperative","Physical Address Line 1":"1714 N Hersey Ave.","Physical Address Line 2":"","Physical Address City":"Beloit","Physical Address State":"KS ","Physical Address Zipcode":"67420","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000355","School District Name":"Central Kansas Cooperative in Education","Physical Address Line 1":"409 W Cloud","Physical Address Line 2":"","Physical Address City":"Salina","Physical Address State":"KS ","Physical Address Zipcode":"67401","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000354","School District Name":"Butler Co Special Education Interlocal","Physical Address Line 1":"9110 SW Haverhill","Physical Address Line 2":"","Physical Address City":"Augusta","Physical Address State":"KS ","Physical Address Zipcode":"67010","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000353","School District Name":"Nemaha Central","Physical Address Line 1":"318 Main Street","Physical Address Line 2":"","Physical Address City":"Seneca","Physical Address State":"KS ","Physical Address Zipcode":"66538","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09718309859154929,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000351","School District Name":"Riverside","Physical Address Line 1":"1409 Vermont","Physical Address Line 2":"","Physical Address City":"Elwood","Physical Address State":"KS ","Physical Address Zipcode":"66024","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13761467889908258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2000350","School District Name":"Prairie Hills","Physical Address Line 1":"1619 S. Old Hwy 75","Physical Address Line 2":"","Physical Address City":"Sabetha","Physical Address State":"KS ","Physical Address Zipcode":"66534","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08620689655172414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2000349","School District Name":"Central Plains","Physical Address Line 1":"600 S. Main","Physical Address Line 2":"","Physical Address City":"Holyrood","Physical Address State":"KS ","Physical Address Zipcode":"67450","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11586452762923351,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000348","School District Name":"Doniphan West Schools","Physical Address Line 1":"402 E Main","Physical Address Line 2":"","Physical Address City":"Highland","Physical Address State":"KS ","Physical Address Zipcode":"66035","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12738853503184713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000347","School District Name":"Southwest Plains Regional Svc Ctr","Physical Address Line 1":"900 Lark Avenue","Physical Address Line 2":"","Physical Address City":"Sublette","Physical Address State":"KS ","Physical Address Zipcode":"67877","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000346","School District Name":"Thunder Ridge Schools","Physical Address Line 1":"128 S Kansas","Physical Address Line 2":"","Physical Address City":"Kensington","Physical Address State":"KS ","Physical Address Zipcode":"66951","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13147410358565736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000053","School District Name":"South Central KS Spec Ed Coop","Physical Address Line 1":"412 Sandy Lane","Physical Address Line 2":"","Physical Address City":"Pratt","Physical Address State":"KS ","Physical Address Zipcode":"67124","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000052","School District Name":"North Central Kansas Sp. Ed. Coop. Interlocal","Physical Address Line 1":"205 F Street","Physical Address Line 2":"","Physical Address City":"Phillipsburg","Physical Address State":"KS ","Physical Address Zipcode":"67661","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000051","School District Name":"East Central KS Coop in Educ","Physical Address Line 1":"715 Chapel","Physical Address Line 2":"","Physical Address City":"Baldwin City","Physical Address State":"KS ","Physical Address Zipcode":"66006","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000049","School District Name":"South Central KS Education Serv Cnt (ORION)","Physical Address Line 1":"13939 Diagonal Road","Physical Address Line 2":"","Physical Address City":"Clearwater","Physical Address State":"KS ","Physical Address Zipcode":"67026","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000048","School District Name":"ANW Special Education Cooperative","Physical Address Line 1":"710 Bridge","Physical Address Line 2":"","Physical Address City":"Humboldt","Physical Address State":"KS ","Physical Address Zipcode":"66748","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000047","School District Name":"Southwest Kansas Area Cooperative","Physical Address Line 1":"001 Ford Road","Physical Address Line 2":"","Physical Address City":"Ensign","Physical Address State":"KS ","Physical Address Zipcode":"67841","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000046","School District Name":"Northwest KS Educational Serv Cntr","Physical Address Line 1":"703 W 2nd","Physical Address Line 2":"","Physical Address City":"Oakley","Physical Address State":"KS ","Physical Address Zipcode":"67748","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000045","School District Name":"Three Lakes Educational Cooperative","Physical Address Line 1":"1318 Topeka Ave","Physical Address Line 2":"","Physical Address City":"Lyndon","Physical Address State":"KS ","Physical Address Zipcode":"66451","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000044","School District Name":"High Plains Educational Cooperative","Physical Address Line 1":"621 E Oklahoma","Physical Address Line 2":"","Physical Address City":"Ulysses","Physical Address State":"KS ","Physical Address Zipcode":"67880","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000043","School District Name":"Sumner Co Educational Services","Physical Address Line 1":"201 North B St.","Physical Address Line 2":"","Physical Address City":"Wellington","Physical Address State":"KS ","Physical Address Zipcode":"67152","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000042","School District Name":"Reno County Education Cooperative","Physical Address Line 1":"2500 E 30th Ave","Physical Address Line 2":"","Physical Address City":"Hutchinson","Physical Address State":"KS ","Physical Address Zipcode":"67502","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000041","School District Name":"Southeast KS Education Serv Center","Physical Address Line 1":"947 W 47 Highway","Physical Address Line 2":"","Physical Address City":"Girard","Physical Address State":"KS ","Physical Address Zipcode":"66743","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000040","School District Name":"Marion County Special Education","Physical Address Line 1":"1500 E. Lawrence","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"KS ","Physical Address Zipcode":"66861","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000039","School District Name":"Northeast KS Education Serv Cntr","Physical Address Line 1":"500 Sunflower Blvd.","Physical Address Line 2":"","Physical Address City":"Ozawkie","Physical Address State":"KS ","Physical Address Zipcode":"66070","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000037","School District Name":"Doniphan Co Education Coop","Physical Address Line 1":"135 S Main","Physical Address Line 2":"","Physical Address City":"Troy","Physical Address State":"KS ","Physical Address Zipcode":"66087","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000035","School District Name":"Tri County Special Education Coop","Physical Address Line 1":"2207 N. 10th","Physical Address Line 2":"","Physical Address City":"Independence","Physical Address State":"KS ","Physical Address Zipcode":"67301","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000034","School District Name":"Southeast Kansas Special Education Interlocal","Physical Address Line 1":"400 N. Pine","Physical Address Line 2":"","Physical Address City":"Pittsburg","Physical Address State":"KS ","Physical Address Zipcode":"66762","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000033","School District Name":"Brown Co KS Special Ed Coop","Physical Address Line 1":"301 S 1st","Physical Address Line 2":"","Physical Address City":"Hiawatha","Physical Address State":"KS ","Physical Address Zipcode":"66434","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000030","School District Name":"Republic County","Physical Address Line 1":"1205 19th Street","Physical Address Line 2":"","Physical Address City":"Belleville","Physical Address State":"KS ","Physical Address Zipcode":"66935","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13610586011342155,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000029","School District Name":"Rock Hills","Physical Address Line 1":"109 E Main Street","Physical Address Line 2":"","Physical Address City":"Mankato","Physical Address State":"KS ","Physical Address Zipcode":"66956","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20159151193633953,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000028","School District Name":"Washington Co. Schools","Physical Address Line 1":"101 West College","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"KS ","Physical Address Zipcode":"66968","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13541666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000024","School District Name":"Department of Corrections","Physical Address Line 1":"714 SW Jackson #300","Physical Address Line 2":"","Physical Address City":"Topeka","Physical Address State":"KS ","Physical Address Zipcode":"66603","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000023","School District Name":"Rawlins County","Physical Address Line 1":"205 North 4th Street","Physical Address Line 2":"","Physical Address City":"Atwood","Physical Address State":"KS ","Physical Address Zipcode":"67730","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14153846153846153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000022","School District Name":"St. Hosp. Training Center Parsons","Physical Address Line 1":"2601 Gabriel","Physical Address Line 2":"","Physical Address City":"Parsons","Physical Address State":"KS ","Physical Address Zipcode":"67357","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000020","School District Name":"Western Plains","Physical Address Line 1":"100 School St.","Physical Address Line 2":"","Physical Address City":"Ransom","Physical Address State":"KS ","Physical Address Zipcode":"67572","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17045454545454544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000019","School District Name":"School for Deaf","Physical Address Line 1":"450 East Park Street","Physical Address Line 2":"","Physical Address City":"Olathe","Physical Address State":"KS ","Physical Address Zipcode":"66061","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000018","School District Name":"School for Blind","Physical Address Line 1":"1100 State Avenue","Physical Address Line 2":"","Physical Address City":"Kansas City","Physical Address State":"KS ","Physical Address Zipcode":"66102","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"2000017","School District Name":"Scott County","Physical Address Line 1":"704 S. College","Physical Address Line 2":"","Physical Address City":"Scott City","Physical Address State":"KS ","Physical Address Zipcode":"67871","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09071729957805907,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2000016","School District Name":"Marysville","Physical Address Line 1":"211 S 10th St","Physical Address Line 2":"","Physical Address City":"Marysville","Physical Address State":"KS ","Physical Address Zipcode":"66508","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12984054669703873,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2000015","School District Name":"Ottawa","Physical Address Line 1":"1404 S Ash St","Physical Address Line 2":"","Physical Address City":"Ottawa","Physical Address State":"KS ","Physical Address Zipcode":"66067","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1139189731247493,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2000014","School District Name":"Central Heights","Physical Address Line 1":"3521 Ellis Rd","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"KS ","Physical Address Zipcode":"66080","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1026694045174538,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000013","School District Name":"Triplains","Physical Address Line 1":"503 Wilson","Physical Address Line 2":"","Physical Address City":"Winona","Physical Address State":"KS ","Physical Address Zipcode":"67764","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2261904761904762,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000012","School District Name":"Barnes","Physical Address Line 1":"212 N. Tripp","Physical Address Line 2":"","Physical Address City":"Barnes","Physical Address State":"KS ","Physical Address Zipcode":"66933","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10379746835443038,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000007","School District Name":"Smith Center","Physical Address Line 1":"216 S. Jefferson","Physical Address Line 2":"","Physical Address City":"Smith Center","Physical Address State":"KS ","Physical Address Zipcode":"66967","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15343915343915343,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000006","School District Name":"Hiawatha","Physical Address Line 1":"706 South First St","Physical Address Line 2":"","Physical Address City":"Hiawatha","Physical Address State":"KS ","Physical Address Zipcode":"66434","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1384928716904277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2000004","School District Name":"Rock Creek","Physical Address Line 1":"9353 Flush Road","Physical Address Line 2":"","Physical Address City":"St. George","Physical Address State":"KS ","Physical Address Zipcode":"66535","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06989247311827956,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"2000003","School District Name":"Wamego","Physical Address Line 1":"1008 8th Street","Physical Address Line 2":"","Physical Address City":"Wamego","Physical Address State":"KS ","Physical Address Zipcode":"66547","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09803921568627451,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2000002","School District Name":"Smoky Valley","Physical Address Line 1":"126 S Main","Physical Address Line 2":"","Physical Address City":"Lindsborg","Physical Address State":"KS ","Physical Address Zipcode":"67456","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06786427145708583,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"2000001","School District Name":"Southeast Of Saline","Physical Address Line 1":"5056 East K-4 Highway","Physical Address Line 2":"","Physical Address City":"Gypsum","Physical Address State":"KS ","Physical Address Zipcode":"67448","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08732876712328767,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1999019","School District Name":"Southeast Webster Grand Comm School District","Physical Address Line 1":"30850 Paragon Ave.","Physical Address Line 2":"","Physical Address City":"Burnside","Physical Address State":"IA ","Physical Address Zipcode":"50521","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.080078125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1999017","School District Name":"PCM Comm School District","Physical Address Line 1":"400 E Hwy 163","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"IA ","Physical Address Zipcode":"50170","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.054307116104868915,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1999015","School District Name":"Great Prairie AEA","Physical Address Line 1":"2814 N Court St","Physical Address Line 2":"","Physical Address City":"Ottumwa","Physical Address State":"IA ","Physical Address Zipcode":"52501","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1999013","School District Name":"AEA 13 Green Hills AEA","Physical Address Line 1":"24997 Highway 92","Physical Address Line 2":"","Physical Address City":"Council Bluffs","Physical Address State":"IA ","Physical Address Zipcode":"51503","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1999012","School District Name":"Northwest AEA","Physical Address Line 1":"1520 Morningside Ave","Physical Address Line 2":"","Physical Address City":"Sioux City","Physical Address State":"IA ","Physical Address Zipcode":"51106","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1999011","School District Name":"Heartland Area Education Agency","Physical Address Line 1":"6500 Corporate Dr","Physical Address Line 2":"","Physical Address City":"Johnston","Physical Address State":"IA ","Physical Address Zipcode":"50131","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1999010","School District Name":"Grant Wood AEA","Physical Address Line 1":"4401 6th St SW","Physical Address Line 2":"","Physical Address City":"Cedar Rapids","Physical Address State":"IA ","Physical Address Zipcode":"52404","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1999009","School District Name":"Mississippi Bend AEA","Physical Address Line 1":"729 21st St","Physical Address Line 2":"","Physical Address City":"Bettendorf","Physical Address State":"IA ","Physical Address Zipcode":"52722","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1999007","School District Name":"Central Rivers AEA","Physical Address Line 1":"1521 Technology Pkwy","Physical Address Line 2":"","Physical Address City":"Cedar Falls","Physical Address State":"IA ","Physical Address Zipcode":"50613","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1999005","School District Name":"Prairie Lakes AEA","Physical Address Line 1":"500 NE 6th St","Physical Address Line 2":"","Physical Address City":"Pocahontas","Physical Address State":"IA ","Physical Address Zipcode":"50574","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1999001","School District Name":"Keystone AEA","Physical Address Line 1":"1400 2nd St NW","Physical Address Line 2":"","Physical Address City":"Elkader","Physical Address State":"IA ","Physical Address Zipcode":"52043","LEA Charter Status":"","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1932010","School District Name":"Woodward-Granger Comm School District","Physical Address Line 1":"1904 State Street","Physical Address Line 2":"","Physical Address City":"Granger","Physical Address State":"IA ","Physical Address Zipcode":"50109","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03924646781789639,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1931950","School District Name":"Woodbury Central Comm School District","Physical Address Line 1":"408 South 4th Street","Physical Address Line 2":"","Physical Address City":"Moville","Physical Address State":"IA ","Physical Address Zipcode":"51039","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07154471544715447,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1931920","School District Name":"Woodbine Comm School District","Physical Address Line 1":"501 Weare St","Physical Address Line 2":"","Physical Address City":"Woodbine","Physical Address State":"IA ","Physical Address Zipcode":"51579","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10335917312661498,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1931860","School District Name":"Winterset Comm School District","Physical Address Line 1":"303 Wambold Dr.","Physical Address Line 2":"","Physical Address City":"Winterset","Physical Address State":"IA ","Physical Address Zipcode":"50273","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07763300760043432,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1931830","School District Name":"Winfield-Mt Union Comm School District","Physical Address Line 1":"208 S Olive","Physical Address Line 2":"","Physical Address City":"Winfield","Physical Address State":"IA ","Physical Address Zipcode":"52659","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11239193083573487,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1931800","School District Name":"Wilton Comm School District","Physical Address Line 1":"1002 Cypress St","Physical Address Line 2":"","Physical Address City":"Wilton","Physical Address State":"IA ","Physical Address Zipcode":"52778","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07289002557544758,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1931680","School District Name":"Williamsburg Comm School District","Physical Address Line 1":"810 W Walnut","Physical Address Line 2":"","Physical Address City":"Williamsburg","Physical Address State":"IA ","Physical Address Zipcode":"52361","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0421792618629174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1931620","School District Name":"Whiting Comm School District","Physical Address Line 1":"606 West St","Physical Address Line 2":"","Physical Address City":"Whiting","Physical Address State":"IA ","Physical Address Zipcode":"51063","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1534090909090909,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1931470","School District Name":"Westwood Comm School District","Physical Address Line 1":"1000 Rebel Way","Physical Address Line 2":"","Physical Address City":"Sloan","Physical Address State":"IA ","Physical Address Zipcode":"51055","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05843071786310518,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1931350","School District Name":"Western Dubuque Comm School District","Physical Address Line 1":"310 4th Street SW","Physical Address Line 2":"","Physical Address City":"Farley","Physical Address State":"IA ","Physical Address Zipcode":"52046","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06000466962409526,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1931290","School District Name":"West Sioux Comm School District","Physical Address Line 1":"1300 Falcon Drive","Physical Address Line 2":"","Physical Address City":"Hawarden","Physical Address State":"IA ","Physical Address Zipcode":"51023","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08633093525179857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1931110","School District Name":"West Monona Comm School District","Physical Address Line 1":"1314 15th St","Physical Address Line 2":"","Physical Address City":"Onawa","Physical Address State":"IA ","Physical Address Zipcode":"51040","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13132911392405064,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1931080","School District Name":"West Marshall Comm School District","Physical Address Line 1":"601 3rd St. NW","Physical Address Line 2":"","Physical Address City":"State Center","Physical Address State":"IA ","Physical Address Zipcode":"50247","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05805038335158817,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1931020","School District Name":"West Lyon Comm School District","Physical Address Line 1":"1787 182nd Street","Physical Address Line 2":"","Physical Address City":"Inwood","Physical Address State":"IA ","Physical Address Zipcode":"51240","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06435137895812053,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1930990","School District Name":"West Liberty Comm School District","Physical Address Line 1":"1103 N Elm St","Physical Address Line 2":"","Physical Address City":"West Liberty","Physical Address State":"IA ","Physical Address Zipcode":"52776","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07969151670951156,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1930960","School District Name":"West Harrison Comm School District","Physical Address Line 1":"410 Pine St","Physical Address Line 2":"","Physical Address City":"Mondamin","Physical Address State":"IA ","Physical Address Zipcode":"51557","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12614678899082568,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1930930","School District Name":"West Des Moines Comm School District","Physical Address Line 1":"3550 Mills Civic Parkway","Physical Address Line 2":"","Physical Address City":"West Des Moines","Physical Address State":"IA ","Physical Address Zipcode":"50265","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08960400032260667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1930900","School District Name":"West Delaware County Comm School District","Physical Address Line 1":"701 New St","Physical Address Line 2":"","Physical Address City":"Manchester","Physical Address State":"IA ","Physical Address Zipcode":"52057","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08667941363926067,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1930870","School District Name":"West Central Comm School District","Physical Address Line 1":"305 Pember","Physical Address Line 2":"","Physical Address City":"Maynard","Physical Address State":"IA ","Physical Address Zipcode":"50655","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14675767918088736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1930780","School District Name":"West Burlington Ind School District","Physical Address Line 1":"607 Ramsey St","Physical Address Line 2":"","Physical Address City":"West Burlington","Physical Address State":"IA ","Physical Address Zipcode":"52655","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1309823677581864,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1930750","School District Name":"West Branch Comm School District","Physical Address Line 1":"148 N Oliphant","Physical Address Line 2":"","Physical Address City":"West Branch","Physical Address State":"IA ","Physical Address Zipcode":"52358","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05673758865248227,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1930720","School District Name":"West Bend-Mallard Comm School District","Physical Address Line 1":"300 3rd Ave. SW","Physical Address Line 2":"","Physical Address City":"West Bend","Physical Address State":"IA ","Physical Address Zipcode":"50597","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.119533527696793,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1930630","School District Name":"Webster City Comm School District","Physical Address Line 1":"820 Des Moines St","Physical Address Line 2":"","Physical Address City":"Webster City","Physical Address State":"IA ","Physical Address Zipcode":"50595","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11598384304673975,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1930560","School District Name":"Wayne Comm School District","Physical Address Line 1":"102 N Dekalb Street","Physical Address Line 2":"","Physical Address City":"Corydon","Physical Address State":"IA ","Physical Address Zipcode":"50060","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16323731138545952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1930540","School District Name":"Waverly-Shell Rock Comm School District","Physical Address Line 1":"1415 4th Ave SW","Physical Address Line 2":"","Physical Address City":"Waverly","Physical Address State":"IA ","Physical Address Zipcode":"50677","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04665769403319874,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1930510","School District Name":"Waukee Comm School District","Physical Address Line 1":"560 SE University Avenue","Physical Address Line 2":"","Physical Address City":"Waukee","Physical Address State":"IA ","Physical Address Zipcode":"50263","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03162486368593239,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1930480","School District Name":"Waterloo Comm School District","Physical Address Line 1":"1516 Washington St","Physical Address Line 2":"","Physical Address City":"Waterloo","Physical Address State":"IA ","Physical Address Zipcode":"50702","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16801075268817203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1930240","School District Name":"Washington Comm School District","Physical Address Line 1":"404 West Main","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"IA ","Physical Address Zipcode":"52353","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13300220750551878,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1929760","School District Name":"Wapsie Valley Comm School District","Physical Address Line 1":"2535 Viking Avenue","Physical Address Line 2":"","Physical Address City":"Fairbank","Physical Address State":"IA ","Physical Address Zipcode":"50629","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09709962168978563,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1929730","School District Name":"Wapello Comm School District","Physical Address Line 1":"406 Mechanic Street","Physical Address Line 2":"","Physical Address City":"Wapello","Physical Address State":"IA ","Physical Address Zipcode":"52653","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08319738988580751,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1929580","School District Name":"East Sac County Comm School District","Physical Address Line 1":"801 Jackson","Physical Address Line 2":"","Physical Address City":"Lake View","Physical Address State":"IA ","Physical Address Zipcode":"51450","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13137893593919653,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1929490","School District Name":"Waco Comm School District","Physical Address Line 1":"706 N. Pearl","Physical Address Line 2":"","Physical Address City":"Wayland","Physical Address State":"IA ","Physical Address Zipcode":"52654","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14484126984126985,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1929310","School District Name":"Vinton-Shellsburg Comm School District","Physical Address Line 1":"1502 C Avenue","Physical Address Line 2":"","Physical Address City":"Vinton","Physical Address State":"IA ","Physical Address Zipcode":"52349","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10248447204968944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1929280","School District Name":"Villisca Comm School District","Physical Address Line 1":"406 East Third Street","Physical Address Line 2":"","Physical Address City":"Villisca","Physical Address State":"IA ","Physical Address Zipcode":"50864","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.147239263803681,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1929010","School District Name":"Van Meter Comm School District","Physical Address Line 1":"520 1st Ave","Physical Address Line 2":"","Physical Address City":"Van Meter","Physical Address State":"IA ","Physical Address Zipcode":"50261","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.026932084309133488,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1928980","School District Name":"Van Buren County Comm School District","Physical Address Line 1":"807 1st St","Physical Address Line 2":"","Physical Address City":"Keosauqua","Physical Address State":"IA ","Physical Address Zipcode":"52565","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22124600638977635,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1928680","School District Name":"Urbandale Comm School District","Physical Address Line 1":"11152 Aurora Avenue","Physical Address Line 2":"","Physical Address City":"Urbandale","Physical Address State":"IA ","Physical Address Zipcode":"50322","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06626365961404325,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1928560","School District Name":"United Comm School District","Physical Address Line 1":"1284 U Ave","Physical Address Line 2":"","Physical Address City":"Boone","Physical Address State":"IA ","Physical Address Zipcode":"50036","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08498583569405099,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1928230","School District Name":"Underwood Comm School District","Physical Address Line 1":"601 Third Street","Physical Address Line 2":"","Physical Address City":"Underwood","Physical Address State":"IA ","Physical Address Zipcode":"51576","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.029797377830750895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1928200","School District Name":"Twin Rivers Comm School District","Physical Address Line 1":"200 College Ave","Physical Address Line 2":"","Physical Address City":"Bode","Physical Address State":"IA ","Physical Address Zipcode":"50519","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14646464646464646,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1928170","School District Name":"Twin Cedars Comm School District","Physical Address Line 1":"2204 Highway G71","Physical Address Line 2":"","Physical Address City":"Bussey","Physical Address State":"IA ","Physical Address Zipcode":"50044","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07990314769975787,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1928110","School District Name":"Turkey Valley Comm School District","Physical Address Line 1":"3219 St Hwy 24","Physical Address Line 2":"","Physical Address City":"Jackson Junction","Physical Address State":"IA ","Physical Address Zipcode":"52171","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08993576017130621,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1928050","School District Name":"Tripoli Comm School District","Physical Address Line 1":"209 8th Ave SW","Physical Address Line 2":"","Physical Address City":"Tripoli","Physical Address State":"IA ","Physical Address Zipcode":"50676","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08300395256916997,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1928020","School District Name":"Tri-County Comm School District","Physical Address Line 1":"3003 Highway 22","Physical Address Line 2":"","Physical Address City":"Thornburg","Physical Address State":"IA ","Physical Address Zipcode":"50255","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16312056737588654,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1927990","School District Name":"Tri-Center Comm School District","Physical Address Line 1":"33980 310th Street","Physical Address Line 2":"","Physical Address City":"Neola","Physical Address State":"IA ","Physical Address Zipcode":"51559","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.055793991416309016,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1927960","School District Name":"Treynor Comm School District","Physical Address Line 1":"102 E Main St","Physical Address Line 2":"","Physical Address City":"Treynor","Physical Address State":"IA ","Physical Address Zipcode":"51575","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.02599388379204893,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1927870","School District Name":"Tipton Comm School District","Physical Address Line 1":"400 E 6th St","Physical Address Line 2":"","Physical Address City":"Tipton","Physical Address State":"IA ","Physical Address Zipcode":"52772","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06580645161290323,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1927600","School District Name":"Sumner-Fredericksburg Comm School District","Physical Address Line 1":"802 West Sixth Street","Physical Address Line 2":"","Physical Address City":"Sumner","Physical Address State":"IA ","Physical Address Zipcode":"50674","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07482185273159145,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1927500","School District Name":"West Central Valley Comm School District","Physical Address Line 1":"3299 White Pole Rd","Physical Address Line 2":"","Physical Address City":"Stuart","Physical Address State":"IA ","Physical Address Zipcode":"50250","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0829576194770063,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1927480","School District Name":"Stratford Comm School District","Physical Address Line 1":"1000 Shakespeare Ave","Physical Address Line 2":"","Physical Address City":"Stratford","Physical Address State":"IA ","Physical Address Zipcode":"50249","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08947368421052632,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1927390","School District Name":"Storm Lake Comm School District","Physical Address Line 1":"419 Lake Ave","Physical Address Line 2":"","Physical Address City":"Storm Lake","Physical Address State":"IA ","Physical Address Zipcode":"50588","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11416122004357299,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1927270","School District Name":"Starmont Comm School District","Physical Address Line 1":"3202 40th St","Physical Address Line 2":"","Physical Address City":"Arlington","Physical Address State":"IA ","Physical Address Zipcode":"50606","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10377358490566038,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1927240","School District Name":"Stanton Comm School District","Physical Address Line 1":"605 Elliott Street","Physical Address Line 2":"","Physical Address City":"Stanton","Physical Address State":"IA ","Physical Address Zipcode":"51573","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09146341463414634,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1927060","School District Name":"Springville Comm School District","Physical Address Line 1":"400 Academy St","Physical Address Line 2":"","Physical Address City":"Springville","Physical Address State":"IA ","Physical Address Zipcode":"52336","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04516129032258064,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1927000","School District Name":"Spirit Lake Comm School District","Physical Address Line 1":"2701 Hill Avenue","Physical Address Line 2":"","Physical Address City":"Spirit Lake","Physical Address State":"IA ","Physical Address Zipcode":"51360","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06289808917197452,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1926910","School District Name":"Spencer Comm School District","Physical Address Line 1":"23 E 7th St","Physical Address Line 2":"","Physical Address City":"Spencer","Physical Address State":"IA ","Physical Address Zipcode":"51301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.097,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1926850","School District Name":"Southeast Warren Comm School District","Physical Address Line 1":"16331 Tyler St","Physical Address Line 2":"","Physical Address City":"Liberty Center","Physical Address State":"IA ","Physical Address Zipcode":"50145","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.049679487179487176,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1926820","School District Name":"Southeast Polk Comm School District","Physical Address Line 1":"407 8th Street SE","Physical Address Line 2":"","Physical Address City":"Altoona","Physical Address State":"IA ","Physical Address Zipcode":"50009","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07825851078258511,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1926790","School District Name":"South Winneshiek Comm School District","Physical Address Line 1":"304 S Webster St","Physical Address Line 2":"","Physical Address City":"Calmar","Physical Address State":"IA ","Physical Address Zipcode":"52132","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07692307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1926730","School District Name":"South Tama County","Physical Address Line 1":"1702 Harding Street","Physical Address Line 2":"","Physical Address City":"Tama","Physical Address State":"IA ","Physical Address Zipcode":"52339","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15374841168996187,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1926670","School District Name":"South Page Comm School District","Physical Address Line 1":"606 Iowa Ave","Physical Address Line 2":"","Physical Address City":"College Springs","Physical Address State":"IA ","Physical Address Zipcode":"51637","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12021857923497267,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1926640","School District Name":"South Hamilton Comm School District","Physical Address Line 1":"315 Division St","Physical Address Line 2":"","Physical Address City":"Jewell","Physical Address State":"IA ","Physical Address Zipcode":"50130","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07244094488188976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1926580","School District Name":"Solon Comm School District","Physical Address Line 1":"301 S Iowa Street","Physical Address Line 2":"","Physical Address City":"Solon","Physical Address State":"IA ","Physical Address Zipcode":"52333","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.02165605095541401,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1926400","School District Name":"Sioux City Comm School District","Physical Address Line 1":"627 4th St","Physical Address Line 2":"","Physical Address City":"Sioux City","Physical Address State":"IA ","Physical Address Zipcode":"51101","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12896244430299172,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1926370","School District Name":"Sioux Center Comm School District","Physical Address Line 1":"550 9th St NE","Physical Address Line 2":"","Physical Address City":"Sioux Center","Physical Address State":"IA ","Physical Address Zipcode":"51250","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.04697226938313526,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1926280","School District Name":"Sigourney Comm School District","Physical Address Line 1":"909 E. Plesant Valley","Physical Address Line 2":"","Physical Address City":"Sigourney","Physical Address State":"IA ","Physical Address Zipcode":"52591","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1616871704745167,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1926250","School District Name":"Sidney Comm School District","Physical Address Line 1":"2754 Knox Road","Physical Address Line 2":"","Physical Address City":"Sidney","Physical Address State":"IA ","Physical Address Zipcode":"51652","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1099476439790576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1926070","School District Name":"Shenandoah Comm School District","Physical Address Line 1":"304 West Nishna","Physical Address Line 2":"","Physical Address City":"Shenandoah","Physical Address State":"IA ","Physical Address Zipcode":"51601","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1475748194014448,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1925980","School District Name":"Sheldon Comm School District","Physical Address Line 1":"1700 East Fourth Street","Physical Address Line 2":"","Physical Address City":"Sheldon","Physical Address State":"IA ","Physical Address Zipcode":"51201","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07790143084260731,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1925920","School District Name":"West Fork Comm School District","Physical Address Line 1":"210 South Second Street","Physical Address Line 2":"","Physical Address City":"Rockwell","Physical Address State":"IA ","Physical Address Zipcode":"50469","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09137709137709138,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1925620","School District Name":"Seymour Comm School District","Physical Address Line 1":"100 South Park","Physical Address Line 2":"","Physical Address City":"Seymour","Physical Address State":"IA ","Physical Address Zipcode":"52590","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3202479338842975,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1925590","School District Name":"Sergeant Bluff-Luton Comm School District","Physical Address Line 1":"201 Port Neal Road","Physical Address Line 2":"","Physical Address City":"Sergeant Bluff","Physical Address State":"IA ","Physical Address Zipcode":"51054","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08689655172413793,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1925410","School District Name":"Schleswig Comm School District","Physical Address Line 1":"714 Date Street","Physical Address Line 2":"","Physical Address City":"Schleswig","Physical Address State":"IA ","Physical Address Zipcode":"51461","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1925380","School District Name":"Schaller-Crestland Comm School District","Physical Address Line 1":"300 S Berwick","Physical Address Line 2":"","Physical Address City":"Schaller","Physical Address State":"IA ","Physical Address Zipcode":"51053","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11959287531806616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1925320","School District Name":"Saydel Comm School District","Physical Address Line 1":"5740 NE 14th Street","Physical Address Line 2":"","Physical Address City":"Des Moines","Physical Address State":"IA ","Physical Address Zipcode":"50313","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11833105335157319,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1925200","School District Name":"St Ansgar Comm School District","Physical Address Line 1":"206 E 8th","Physical Address Line 2":"","Physical Address City":"St. Ansgar","Physical Address State":"IA ","Physical Address Zipcode":"50472","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10843373493975904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1925050","School District Name":"Ruthven-Ayrshire Comm School District","Physical Address Line 1":"1505 Washington St","Physical Address Line 2":"","Physical Address City":"Ruthven","Physical Address State":"IA ","Physical Address Zipcode":"51358","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10740740740740741,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1924960","School District Name":"Rudd-Rockford-Marble Rk Comm School District","Physical Address Line 1":"1460 210th Street","Physical Address Line 2":"","Physical Address City":"Rockford","Physical Address State":"IA ","Physical Address Zipcode":"50468","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07724425887265135,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1924870","School District Name":"Roland-Story Comm School District","Physical Address Line 1":"1009 Story St","Physical Address Line 2":"","Physical Address City":"Story City","Physical Address State":"IA ","Physical Address Zipcode":"50248","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.053420805998125584,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1924660","School District Name":"Rock Valley Comm School District","Physical Address Line 1":"1712 20th Avenue","Physical Address Line 2":"","Physical Address City":"Rock Valley","Physical Address State":"IA ","Physical Address Zipcode":"51247","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0726457399103139,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1924150","School District Name":"Riceville Comm School District","Physical Address Line 1":"912 Woodland Ave","Physical Address Line 2":"","Physical Address City":"Riceville","Physical Address State":"IA ","Physical Address Zipcode":"50466","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18518518518518517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1924120","School District Name":"Remsen-Union Comm School District","Physical Address Line 1":"511 Roosevelt St","Physical Address Line 2":"","Physical Address City":"Remsen","Physical Address State":"IA ","Physical Address Zipcode":"51050","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06386554621848739,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1924000","School District Name":"Red Oak Comm School District","Physical Address Line 1":"604 S Broadway","Physical Address Line 2":"","Physical Address City":"Red Oak","Physical Address State":"IA ","Physical Address Zipcode":"51566","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1722880583409298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1923340","School District Name":"Postville Comm School District","Physical Address Line 1":"314 W Post","Physical Address Line 2":"","Physical Address City":"Postville","Physical Address State":"IA ","Physical Address Zipcode":"52162","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2631578947368421,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1923190","School District Name":"Pocahontas Area Comm School District","Physical Address Line 1":"202 1st Ave SW","Physical Address Line 2":"","Physical Address City":"Pocahontas","Physical Address State":"IA ","Physical Address Zipcode":"50574","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13481675392670156,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1923160","School District Name":"Pleasantville Comm School District","Physical Address Line 1":"415 Jones St","Physical Address Line 2":"","Physical Address City":"Pleasantville","Physical Address State":"IA ","Physical Address Zipcode":"50225","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08270676691729323,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1923110","School District Name":"Pleasant Valley Comm School District","Physical Address Line 1":"525 Belmont Rd","Physical Address Line 2":"","Physical Address City":"Bettendorf","Physical Address State":"IA ","Physical Address Zipcode":"52722","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03722879684418146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1922530","School District Name":"Perry Comm School District","Physical Address Line 1":"1102 Willis Ave. Ste 200","Physical Address Line 2":"","Physical Address City":"Perry","Physical Address State":"IA ","Physical Address Zipcode":"50220","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0867178924259056,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1922470","School District Name":"Pella Comm School District","Physical Address Line 1":"212 E University St","Physical Address Line 2":"","Physical Address City":"Pella","Physical Address State":"IA ","Physical Address Zipcode":"50219","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.039647577092511016,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1922440","School District Name":"Pekin Comm School District","Physical Address Line 1":"1062 Birch Ave","Physical Address Line 2":"","Physical Address City":"Packwood","Physical Address State":"IA ","Physical Address Zipcode":"52580","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12324492979719189,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1922380","School District Name":"Paton-Churdan Comm School District","Physical Address Line 1":"606 Adrian St","Physical Address Line 2":"","Physical Address City":"Churdan","Physical Address State":"IA ","Physical Address Zipcode":"50050","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18235294117647058,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1922110","School District Name":"Ottumwa Comm School District","Physical Address Line 1":"1112 N Van Buren","Physical Address Line 2":"","Physical Address City":"Ottumwa","Physical Address State":"IA ","Physical Address Zipcode":"52501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18333694944673465,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1921870","School District Name":"Oskaloosa Comm School District","Physical Address Line 1":"1800 North 3rd","Physical Address Line 2":"","Physical Address City":"Oskaloosa","Physical Address State":"IA ","Physical Address Zipcode":"52577","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11550387596899225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1921840","School District Name":"Osage Comm School District","Physical Address Line 1":"820 Sawyer","Physical Address Line 2":"","Physical Address City":"Osage","Physical Address State":"IA ","Physical Address Zipcode":"50461","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.125590179414542,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1921810","School District Name":"Orient-Macksburg Comm School District","Physical Address Line 1":"201 South School Street","Physical Address Line 2":"","Physical Address City":"Orient","Physical Address State":"IA ","Physical Address Zipcode":"50858","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15311004784688995,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1921720","School District Name":"Olin Consolidated School District","Physical Address Line 1":"212 Trilby St","Physical Address Line 2":"","Physical Address City":"Olin","Physical Address State":"IA ","Physical Address Zipcode":"52320","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13135593220338984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1921660","School District Name":"Ogden Comm School District","Physical Address Line 1":"732 W Division","Physical Address Line 2":"","Physical Address City":"Ogden","Physical Address State":"IA ","Physical Address Zipcode":"50212","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06188925081433225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1921630","School District Name":"Oelwein Comm School District","Physical Address Line 1":"307 8th Ave SE","Physical Address Line 2":"","Physical Address City":"Oelwein","Physical Address State":"IA ","Physical Address Zipcode":"50662","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1921600","School District Name":"Odebolt Arthur Battle Creek Ida Grove Comm School District","Physical Address Line 1":"900 John Montgomery Dr","Physical Address Line 2":"","Physical Address City":"Ida Grove","Physical Address State":"IA ","Physical Address Zipcode":"51445","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11473788328387735,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1921240","School District Name":"Norwalk Comm School District","Physical Address Line 1":"380 Wright Road","Physical Address Line 2":"","Physical Address City":"Norwalk","Physical Address State":"IA ","Physical Address Zipcode":"50211","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.034095166729112024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1921210","School District Name":"Northwood-Kensett Comm School District","Physical Address Line 1":"1200 1st Ave North","Physical Address Line 2":"","Physical Address City":"Northwood","Physical Address State":"IA ","Physical Address Zipcode":"50459","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11607142857142858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1921090","School District Name":"Northeast Comm School District","Physical Address Line 1":"1450 370th Ave","Physical Address Line 2":"","Physical Address City":"Goose Lake","Physical Address State":"IA ","Physical Address Zipcode":"52750","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.076171875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1921000","School District Name":"North Tama County Comm School District","Physical Address Line 1":"605 Walnut","Physical Address Line 2":"","Physical Address City":"Traer","Physical Address State":"IA ","Physical Address Zipcode":"50675","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11704312114989733,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1920940","School District Name":"North Scott Comm School District","Physical Address Line 1":"251 E Iowa St","Physical Address Line 2":"","Physical Address City":"Eldridge","Physical Address State":"IA ","Physical Address Zipcode":"52748","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06819610307982402,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1920910","School District Name":"North Polk Comm School District","Physical Address Line 1":"13930 NE 6th St","Physical Address Line 2":"","Physical Address City":"Alleman","Physical Address State":"IA ","Physical Address Zipcode":"50007","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.030524220305242204,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1920850","School District Name":"North Mahaska Comm School District","Physical Address Line 1":"2163 135th St","Physical Address Line 2":"","Physical Address City":"New Sharon","Physical Address State":"IA ","Physical Address Zipcode":"50207","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05575539568345324,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1920830","School District Name":"North Kossuth Comm School District","Physical Address Line 1":"203 5th Street North","Physical Address Line 2":"","Physical Address City":"Swea City","Physical Address State":"IA ","Physical Address Zipcode":"50590","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1282051282051282,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1920820","School District Name":"North Linn Comm School District","Physical Address Line 1":"3033 Lynx Drive","Physical Address Line 2":"","Physical Address City":"Troy Mills","Physical Address State":"IA ","Physical Address Zipcode":"52344","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04875148632580262,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1920760","School District Name":"Central Springs Comm School District","Physical Address Line 1":"105 S East St","Physical Address Line 2":"","Physical Address City":"Manly","Physical Address State":"IA ","Physical Address Zipcode":"50456","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10308056872037914,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1920610","School District Name":"Newton Comm School District","Physical Address Line 1":"1302 1st Ave W","Physical Address Line 2":"","Physical Address City":"Newton","Physical Address State":"IA ","Physical Address Zipcode":"50208","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10976368159203981,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1920580","School District Name":"Newell-Fonda Comm School District","Physical Address Line 1":"205 Clark St","Physical Address Line 2":"","Physical Address City":"Newell","Physical Address State":"IA ","Physical Address Zipcode":"50568","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12837837837837837,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1920460","School District Name":"New London Comm School District","Physical Address Line 1":"106 West Wilson Drive","Physical Address Line 2":"","Physical Address City":"New London","Physical Address State":"IA ","Physical Address Zipcode":"52645","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08317214700193423,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1920340","School District Name":"New Hampton Comm School District","Physical Address Line 1":"710 W Main","Physical Address Line 2":"","Physical Address City":"New Hampton","Physical Address State":"IA ","Physical Address Zipcode":"50659","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08803418803418804,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1920250","School District Name":"Nevada Comm School District","Physical Address Line 1":"1035 15th St","Physical Address Line 2":"","Physical Address City":"Nevada","Physical Address State":"IA ","Physical Address Zipcode":"50201","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07423580786026202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1920190","School District Name":"Nashua-Plainfield Comm School District","Physical Address Line 1":"612 Greeley St","Physical Address Line 2":"","Physical Address City":"Nashua","Physical Address State":"IA ","Physical Address Zipcode":"50658","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0943952802359882,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1920130","School District Name":"Muscatine Comm School District","Physical Address Line 1":"2900 Mulberry Avenue","Physical Address Line 2":"","Physical Address City":"Muscatine","Physical Address State":"IA ","Physical Address Zipcode":"52761","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12043586312368572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1920100","School District Name":"Murray Comm School District","Physical Address Line 1":"216 Sherman","Physical Address Line 2":"","Physical Address City":"Murray","Physical Address State":"IA ","Physical Address Zipcode":"50174","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18484848484848485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1920040","School District Name":"Mount Vernon Comm School District","Physical Address Line 1":"525 Palisades Rd SW","Physical Address Line 2":"","Physical Address City":"Mount Vernon","Physical Address State":"IA ","Physical Address Zipcode":"52314","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.02824360105913504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1919890","School District Name":"Mount Pleasant Comm School District","Physical Address Line 1":"1010 E. Washington St.","Physical Address Line 2":"","Physical Address City":"Mount Pleasant","Physical Address State":"IA ","Physical Address Zipcode":"52641","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1242004264392324,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1919860","School District Name":"Mount Ayr Comm School District","Physical Address Line 1":"1001 E Columbus St","Physical Address Line 2":"","Physical Address City":"Mount Ayr","Physical Address State":"IA ","Physical Address Zipcode":"50854","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1798063623789765,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1919800","School District Name":"Moulton-Udell Comm School District","Physical Address Line 1":"305 E 8th","Physical Address Line 2":"","Physical Address City":"Moulton","Physical Address State":"IA ","Physical Address Zipcode":"52572","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17167381974248927,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1919770","School District Name":"Morning Sun Comm School District","Physical Address Line 1":"311 Division Street","Physical Address Line 2":"","Physical Address City":"Morning Sun","Physical Address State":"IA ","Physical Address Zipcode":"52640","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13612565445026178,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1919740","School District Name":"Mormon Trail Comm School District","Physical Address Line 1":"403 S Front St","Physical Address Line 2":"","Physical Address City":"Humeston","Physical Address State":"IA ","Physical Address Zipcode":"50123","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1971326164874552,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1919710","School District Name":"Moravia Comm School District","Physical Address Line 1":"505 N Trussell St","Physical Address Line 2":"","Physical Address City":"Moravia","Physical Address State":"IA ","Physical Address Zipcode":"52571","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1540880503144654,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1919650","School District Name":"Monticello Comm School District","Physical Address Line 1":"711 S Maple St","Physical Address Line 2":"","Physical Address City":"Monticello","Physical Address State":"IA ","Physical Address Zipcode":"52310","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0706618962432916,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1919590","School District Name":"Montezuma Comm School District","Physical Address Line 1":"504 N 4th St","Physical Address Line 2":"","Physical Address City":"Montezuma","Physical Address State":"IA ","Physical Address Zipcode":"50171","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1366223908918406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1919440","School District Name":"Missouri Valley Comm School District","Physical Address Line 1":"109 East Michigan Street","Physical Address Line 2":"","Physical Address City":"Missouri Valley","Physical Address State":"IA ","Physical Address Zipcode":"51555","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10328068043742406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1919200","School District Name":"Midland Comm School District","Physical Address Line 1":"106 W. Webster Street","Physical Address Line 2":"","Physical Address City":"Wyoming","Physical Address State":"IA ","Physical Address Zipcode":"52362","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11194029850746269,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1919140","School District Name":"Mid-Prairie Comm School District","Physical Address Line 1":"1635 Highway 22 E","Physical Address Line 2":"","Physical Address City":"Wellman","Physical Address State":"IA ","Physical Address Zipcode":"52356","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15437902028698663,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1918960","School District Name":"Melcher-Dallas Comm School District","Physical Address Line 1":"214 S Main","Physical Address Line 2":"","Physical Address City":"Melcher-Dallas","Physical Address State":"IA ","Physical Address Zipcode":"50163","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11513157894736842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1918930","School District Name":"Mediapolis Comm School District","Physical Address Line 1":"725 N. Northfield","Physical Address Line 2":"","Physical Address City":"Mediapolis","Physical Address State":"IA ","Physical Address Zipcode":"52637","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1918840","School District Name":"MOC-Floyd Valley Comm School District","Physical Address Line 1":"709 8th St. S.E.","Physical Address Line 2":"","Physical Address City":"Orange City","Physical Address State":"IA ","Physical Address Zipcode":"51041","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0456950456950457,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1918780","School District Name":"Mason City Comm School District","Physical Address Line 1":"1515 S. Pennsylvania Ave","Physical Address Line 2":"","Physical Address City":"Mason City","Physical Address State":"IA ","Physical Address Zipcode":"50401","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13298872180451127,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1918750","School District Name":"Martensdale-St Marys Comm School District","Physical Address Line 1":"390 Burlington","Physical Address Line 2":"","Physical Address City":"Martensdale","Physical Address State":"IA ","Physical Address Zipcode":"50160","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.033391915641476276,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1918720","School District Name":"Marshalltown Comm School District","Physical Address Line 1":"1002 South 3rd Ave.","Physical Address Line 2":"","Physical Address City":"Marshalltown","Physical Address State":"IA ","Physical Address Zipcode":"50158","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12906104962513387,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1918690","School District Name":"Marion Independent School District","Physical Address Line 1":"777 S 15th St","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"IA ","Physical Address Zipcode":"52302","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0847457627118644,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1918630","School District Name":"Marcus-Meriden-Cleghorn Comm School District","Physical Address Line 1":"400 East Fenton","Physical Address Line 2":"","Physical Address City":"Marcus","Physical Address State":"IA ","Physical Address Zipcode":"51035","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06896551724137931,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1918540","School District Name":"Maquoketa Valley Comm School District","Physical Address Line 1":"107 South Street","Physical Address Line 2":"","Physical Address City":"Delhi","Physical Address State":"IA ","Physical Address Zipcode":"52223","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1111111111111111,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1918510","School District Name":"Maquoketa Comm School District","Physical Address Line 1":"612 S Vermont","Physical Address Line 2":"","Physical Address City":"Maquoketa","Physical Address State":"IA ","Physical Address Zipcode":"52060","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19089574155653452,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1918480","School District Name":"Maple Valley-Anthon Oto Comm School District","Physical Address Line 1":"501 S 7th St","Physical Address Line 2":"","Physical Address City":"Mapleton","Physical Address State":"IA ","Physical Address Zipcode":"51034","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11140939597315436,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1918330","School District Name":"Manson Northwest Webster Comm School District","Physical Address Line 1":"1030 Main Street","Physical Address Line 2":"","Physical Address City":"Manson","Physical Address State":"IA ","Physical Address Zipcode":"50563","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07482014388489208,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1918240","School District Name":"East Mills Comm School District","Physical Address Line 1":"58962 380th Steet","Physical Address Line 2":"","Physical Address City":"Hastings","Physical Address State":"IA ","Physical Address Zipcode":"51540","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08775137111517367,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1918180","School District Name":"Madrid Comm School District","Physical Address Line 1":"201 N. Main","Physical Address Line 2":"","Physical Address City":"Madrid","Physical Address State":"IA ","Physical Address Zipcode":"50156","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0633116883116883,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1918120","School District Name":"MFL MarMac Comm School District","Physical Address Line 1":"700 S Page St","Physical Address Line 2":"","Physical Address City":"Monona","Physical Address State":"IA ","Physical Address Zipcode":"52159","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09196891191709844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1918030","School District Name":"Lynnville-Sully Comm School District","Physical Address Line 1":"12476 Hwy F62 E","Physical Address Line 2":"","Physical Address City":"Sully","Physical Address State":"IA ","Physical Address Zipcode":"50251","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08576998050682261,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1917880","School District Name":"LuVerne Comm School District","Physical Address Line 1":"405 Hanna Ave","Physical Address Line 2":"","Physical Address City":"LuVerne","Physical Address State":"IA ","Physical Address Zipcode":"50560","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12307692307692308,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1917820","School District Name":"Louisa-Muscatine Comm School District","Physical Address Line 1":"14478 170th St","Physical Address Line 2":"","Physical Address City":"Letts","Physical Address State":"IA ","Physical Address Zipcode":"52754","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09806629834254144,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1917550","School District Name":"Lone Tree Comm School District","Physical Address Line 1":"303 S Devoe St","Physical Address Line 2":"","Physical Address City":"Lone Tree","Physical Address State":"IA ","Physical Address Zipcode":"52755","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07045009784735812,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1917460","School District Name":"Logan-Magnolia Comm School District","Physical Address Line 1":"1200 N 2nd Ave","Physical Address Line 2":"","Physical Address City":"Logan","Physical Address State":"IA ","Physical Address Zipcode":"51546","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06788990825688074,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1917250","School District Name":"Lisbon Comm School District","Physical Address Line 1":"235 W School St","Physical Address Line 2":"","Physical Address City":"Lisbon","Physical Address State":"IA ","Physical Address Zipcode":"52253","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06442166910688141,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1917220","School District Name":"Linn-Mar Comm School District","Physical Address Line 1":"2999 N 10th St","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"IA ","Physical Address Zipcode":"52302","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04686060286955377,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1917100","School District Name":"North Cedar Comm School District","Physical Address Line 1":"102 E North Street","Physical Address Line 2":"","Physical Address City":"Stanwood","Physical Address State":"IA ","Physical Address Zipcode":"52337","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08568207440811725,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1916680","School District Name":"Lewis Central Comm School District","Physical Address Line 1":"4121 Harry Langdon Blvd","Physical Address Line 2":"","Physical Address City":"Council Bluffs","Physical Address State":"IA ","Physical Address Zipcode":"51503","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07811447811447811,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1916620","School District Name":"Lenox Comm School District","Physical Address Line 1":"600 S Locust St","Physical Address Line 2":"","Physical Address City":"Lenox","Physical Address State":"IA ","Physical Address Zipcode":"50851","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09468822170900693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1916530","School District Name":"Le Mars Comm School District","Physical Address Line 1":"940 Lincoln Street SW","Physical Address Line 2":"","Physical Address City":"Le Mars","Physical Address State":"IA ","Physical Address Zipcode":"51031","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.080173775671406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1916440","School District Name":"Lawton-Bronson Comm School District","Physical Address Line 1":"100 Tara Way","Physical Address Line 2":"","Physical Address City":"Lawton","Physical Address State":"IA ","Physical Address Zipcode":"51030","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0513950073421439,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1916420","School District Name":"Laurens-Marathon Comm School District","Physical Address Line 1":"300 W. Garfield St.","Physical Address Line 2":"","Physical Address City":"Laurens","Physical Address State":"IA ","Physical Address Zipcode":"50554","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1916320","School District Name":"Lamoni Comm School District","Physical Address Line 1":"202 N Walnut St","Physical Address Line 2":"","Physical Address City":"Lamoni","Physical Address State":"IA ","Physical Address Zipcode":"50140","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24129353233830847,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1916140","School District Name":"Harris-Lake Park Comm School District","Physical Address Line 1":"905 South Market","Physical Address Line 2":"","Physical Address City":"Lake Park","Physical Address State":"IA ","Physical Address Zipcode":"51347","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05704697986577181,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1916110","School District Name":"Lake Mills Comm School District","Physical Address Line 1":"102 S 4th Ave E","Physical Address Line 2":"","Physical Address City":"Lake Mills","Physical Address State":"IA ","Physical Address Zipcode":"50450","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1310116086235489,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1915840","School District Name":"Knoxville Comm School District","Physical Address Line 1":"309 W Main","Physical Address Line 2":"","Physical Address City":"Knoxville","Physical Address State":"IA ","Physical Address Zipcode":"50138","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1120603015075377,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1915750","School District Name":"Kingsley-Pierson Comm School District","Physical Address Line 1":"322 Quest Avenue","Physical Address Line 2":"","Physical Address City":"Kingsley","Physical Address State":"IA ","Physical Address Zipcode":"51028","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08951965065502183,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1915660","School District Name":"Keota Comm School District","Physical Address Line 1":"505 N Ellis St","Physical Address Line 2":"","Physical Address City":"Keota","Physical Address State":"IA ","Physical Address Zipcode":"52248","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1915630","School District Name":"Keokuk Comm School District","Physical Address Line 1":"500 N 20TH STREET","Physical Address Line 2":"","Physical Address City":"Keokuk","Physical Address State":"IA ","Physical Address Zipcode":"52632","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18036870951669157,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1915450","School District Name":"Johnston Comm School District","Physical Address Line 1":"6510 NW 62nd Ave","Physical Address Line 2":"","Physical Address City":"Johnston","Physical Address State":"IA ","Physical Address Zipcode":"50131","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.058715113217482885,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1915330","School District Name":"Jesup Comm School District","Physical Address Line 1":"531 Prospect","Physical Address Line 2":"","Physical Address City":"Jesup","Physical Address State":"IA ","Physical Address Zipcode":"50648","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09572490706319703,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1915210","School District Name":"Greene County Comm School District","Physical Address Line 1":"204 W Madison Ave","Physical Address Line 2":"","Physical Address City":"Jefferson","Physical Address State":"IA ","Physical Address Zipcode":"50129","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10192616372391654,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1915180","School District Name":"Janesville Consolidated School District","Physical Address Line 1":"505 Barrick Rd","Physical Address Line 2":"","Physical Address City":"Janesville","Physical Address State":"IA ","Physical Address Zipcode":"50647","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04187192118226601,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1914880","School District Name":"IKM-Manning Comm School District","Physical Address Line 1":"209 10th St","Physical Address Line 2":"","Physical Address City":"Manning","Physical Address State":"IA ","Physical Address Zipcode":"51455","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09772423025435073,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1914850","School District Name":"Iowa Valley Comm School District","Physical Address Line 1":"359 E Hilton St","Physical Address Line 2":"","Physical Address City":"Marengo","Physical Address State":"IA ","Physical Address Zipcode":"52301","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0667779632721202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1914730","School District Name":"Iowa Falls Comm School District","Physical Address Line 1":"710 North Street","Physical Address Line 2":"","Physical Address City":"Iowa Falls","Physical Address State":"IA ","Physical Address Zipcode":"50126","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11697247706422019,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1914700","School District Name":"Iowa City Comm School District","Physical Address Line 1":"1725 N. Dodge Street","Physical Address Line 2":"","Physical Address City":"Iowa City","Physical Address State":"IA ","Physical Address Zipcode":"52245","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09616342800199303,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1914670","School District Name":"Interstate 35 Comm School District","Physical Address Line 1":"405 E North St","Physical Address Line 2":"","Physical Address City":"Truro","Physical Address State":"IA ","Physical Address Zipcode":"50257","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07351460221550855,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1914640","School District Name":"Indianola Comm School District","Physical Address Line 1":"1301 E 2nd Ave","Physical Address Line 2":"","Physical Address City":"Indianola","Physical Address State":"IA ","Physical Address Zipcode":"50125","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05422008547008547,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1914580","School District Name":"Independence Comm School District","Physical Address Line 1":"1207 1st St W","Physical Address Line 2":"","Physical Address City":"Independence","Physical Address State":"IA ","Physical Address Zipcode":"50644","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08489388264669163,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1914370","School District Name":"Humboldt Comm School District","Physical Address Line 1":"23 3rd St N","Physical Address Line 2":"","Physical Address City":"Dakota City","Physical Address State":"IA ","Physical Address Zipcode":"50529","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09049773755656108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1914340","School District Name":"Hudson Comm School District","Physical Address Line 1":"136 S. Washington","Physical Address Line 2":"","Physical Address City":"Hudson","Physical Address State":"IA ","Physical Address Zipcode":"50643","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06182795698924731,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1914310","School District Name":"Hubbard-Radcliffe Comm School District","Physical Address Line 1":"200 Chestnut","Physical Address Line 2":"","Physical Address City":"Hubbard","Physical Address State":"IA ","Physical Address Zipcode":"50122","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.069164265129683,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1914280","School District Name":"Howard-Winneshiek Comm School District","Physical Address Line 1":"1000 Schroder Dr","Physical Address Line 2":"","Physical Address City":"Cresco","Physical Address State":"IA ","Physical Address Zipcode":"52136","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10892307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1914160","School District Name":"Hinton Comm School District","Physical Address Line 1":"315 W Grand","Physical Address Line 2":"","Physical Address City":"Hinton","Physical Address State":"IA ","Physical Address Zipcode":"51024","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.041025641025641026,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1914010","School District Name":"Highland Comm School District","Physical Address Line 1":"1715 Vine Avenue","Physical Address Line 2":"","Physical Address City":"Riverside","Physical Address State":"IA ","Physical Address Zipcode":"52327","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06351550960118169,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1913660","School District Name":"Hartley-Melvin-Sanborn Comm School District","Physical Address Line 1":"300 N. 8th Ave. W.","Physical Address Line 2":"","Physical Address City":"Hartley","Physical Address State":"IA ","Physical Address Zipcode":"51346","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07724137931034483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1913500","School District Name":"Harlan Comm School District","Physical Address Line 1":"2102 Durant","Physical Address Line 2":"","Physical Address City":"Harlan","Physical Address State":"IA ","Physical Address Zipcode":"51537","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08593208593208593,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1913470","School District Name":"Hampton-Dumont Comm School District","Physical Address Line 1":"601 - 12th Avenue NE","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"IA ","Physical Address Zipcode":"50441","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1913440","School District Name":"Hamburg Comm School District","Physical Address Line 1":"309 S Street","Physical Address Line 2":"","Physical Address City":"Hamburg","Physical Address State":"IA ","Physical Address Zipcode":"51640","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1282051282051282,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1913380","School District Name":"H-L-V Comm School District","Physical Address Line 1":"402 5th St","Physical Address Line 2":"","Physical Address City":"Victor","Physical Address State":"IA ","Physical Address Zipcode":"52347","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0702247191011236,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1913350","School District Name":"Clayton Ridge Comm School District","Physical Address Line 1":"131 S River Park Dr","Physical Address Line 2":"","Physical Address City":"Guttenberg","Physical Address State":"IA ","Physical Address Zipcode":"52052","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08461538461538462,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1913320","School District Name":"Guthrie Center Comm School District","Physical Address Line 1":"906 School St","Physical Address Line 2":"","Physical Address City":"Guthrie Center","Physical Address State":"IA ","Physical Address Zipcode":"50115","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10779816513761468,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1913290","School District Name":"Grundy Center Comm School District","Physical Address Line 1":"1301 12th St","Physical Address Line 2":"","Physical Address City":"Grundy Center","Physical Address State":"IA ","Physical Address Zipcode":"50638","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06310679611650485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1913230","School District Name":"Griswold Comm School District","Physical Address Line 1":"20 Madison","Physical Address Line 2":"","Physical Address City":"Griswold","Physical Address State":"IA ","Physical Address Zipcode":"51535","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10221465076660988,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1913200","School District Name":"Grinnell-Newburg Comm School District","Physical Address Line 1":"1333 Sunset Street","Physical Address Line 2":"","Physical Address City":"Grinnell","Physical Address State":"IA ","Physical Address Zipcode":"50112","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08833922261484099,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1913110","School District Name":"Nodaway Valley Comm School District","Physical Address Line 1":"410 NW 2nd","Physical Address Line 2":"","Physical Address City":"Greenfield","Physical Address State":"IA ","Physical Address Zipcode":"50849","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13570274636510501,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1912810","School District Name":"Graettinger-Terril Comm School District","Physical Address Line 1":"400 W Lost Island St","Physical Address Line 2":"","Physical Address City":"Graettinger","Physical Address State":"IA ","Physical Address Zipcode":"51342","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09895833333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1912750","School District Name":"Glidden-Ralston Comm School District","Physical Address Line 1":"602 Idaho","Physical Address Line 2":"","Physical Address City":"Glidden","Physical Address State":"IA ","Physical Address Zipcode":"51443","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06489675516224189,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1912690","School District Name":"Glenwood Comm School District","Physical Address Line 1":"103 Central St Ste 300","Physical Address Line 2":"","Physical Address City":"Glenwood","Physical Address State":"IA ","Physical Address Zipcode":"51534","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07826520438683948,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1912660","School District Name":"Gladbrook-Reinbeck Comm School District","Physical Address Line 1":"600 Blackhawk Street","Physical Address Line 2":"","Physical Address City":"Reinbeck","Physical Address State":"IA ","Physical Address Zipcode":"50669","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07655502392344497,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1912600","School District Name":"Gilmore City-Bradgate Comm School District","Physical Address Line 1":"402 SE E Ave","Physical Address Line 2":"","Physical Address City":"Gilmore City","Physical Address State":"IA ","Physical Address Zipcode":"50541","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12598425196850394,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1912510","School District Name":"Gilbert Comm School District","Physical Address Line 1":"103 Mathews Dr","Physical Address Line 2":"","Physical Address City":"Gilbert","Physical Address State":"IA ","Physical Address Zipcode":"50105","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0193596425912137,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1912480","School District Name":"George-Little Rock Comm School District","Physical Address Line 1":"500 E Indiana Ave","Physical Address Line 2":"","Physical Address City":"George","Physical Address State":"IA ","Physical Address Zipcode":"51237","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07157057654075547,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1912330","School District Name":"Garner-Hayfield-Ventura Comm School District","Physical Address Line 1":"605 West Lyon Street","Physical Address Line 2":"","Physical Address City":"Garner","Physical Address State":"IA ","Physical Address Zipcode":"50438","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08565072302558398,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1912230","School District Name":"Galva-Holstein Comm School District","Physical Address Line 1":"519 E Maple","Physical Address Line 2":"","Physical Address City":"Holstein","Physical Address State":"IA ","Physical Address Zipcode":"51025","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11482254697286012,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1912120","School District Name":"Fremont-Mills Comm School District","Physical Address Line 1":"1114 U.S. Highway 275","Physical Address Line 2":"","Physical Address City":"Tabor","Physical Address State":"IA ","Physical Address Zipcode":"51653","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1056701030927835,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1911850","School District Name":"Fort Madison Comm School District","Physical Address Line 1":"1930 Ave M","Physical Address Line 2":"","Physical Address City":"Fort Madison","Physical Address State":"IA ","Physical Address Zipcode":"52627","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1403951240016814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1911820","School District Name":"Fort Dodge Comm School District","Physical Address Line 1":"109 N 25th St","Physical Address Line 2":"","Physical Address City":"Fort Dodge","Physical Address State":"IA ","Physical Address Zipcode":"50501","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1304654442877292,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1911790","School District Name":"Forest City Comm School District","Physical Address Line 1":"145 S Clark St","Physical Address Line 2":"","Physical Address City":"Forest City","Physical Address State":"IA ","Physical Address Zipcode":"50436","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1174496644295302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1911340","School District Name":"Fairfield Comm School District","Physical Address Line 1":"403 South 20th Street","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"IA ","Physical Address Zipcode":"52556","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17124394184168013,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1911250","School District Name":"Exira-Elk Horn- Kimballton Comm Sch Dist","Physical Address Line 1":"4114 Madison St","Physical Address Line 2":"","Physical Address City":"Elk Horn","Physical Address State":"IA ","Physical Address Zipcode":"51531","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11409395973154363,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1911070","School District Name":"Estherville Lincoln Central Com Sch Dist","Physical Address Line 1":"1814 7th Ave S","Physical Address Line 2":"","Physical Address City":"Estherville","Physical Address State":"IA ","Physical Address Zipcode":"51334","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12967798085291557,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1911040","School District Name":"Essex Comm School District","Physical Address Line 1":"111 Forbes St","Physical Address Line 2":"","Physical Address City":"Essex","Physical Address State":"IA ","Physical Address Zipcode":"51638","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10837438423645321,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1910980","School District Name":"English Valleys Comm School District","Physical Address Line 1":"211 S College Street","Physical Address Line 2":"","Physical Address City":"North English","Physical Address State":"IA ","Physical Address Zipcode":"52316","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1303538175046555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1910950","School District Name":"Emmetsburg Comm School District","Physical Address Line 1":"205 King Street","Physical Address Line 2":"","Physical Address City":"Emmetsburg","Physical Address State":"IA ","Physical Address Zipcode":"50536","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10684931506849316,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1910690","School District Name":"Eldora-New Providence Comm School District","Physical Address Line 1":"1010 Edgington Ave","Physical Address Line 2":"","Physical Address City":"Eldora","Physical Address State":"IA ","Physical Address Zipcode":"50627","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13650306748466257,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1910500","School District Name":"Edgewood-Colesburg Comm School District","Physical Address Line 1":"403 W Union","Physical Address Line 2":"","Physical Address City":"Edgewood","Physical Address State":"IA ","Physical Address Zipcode":"52042","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15728476821192053,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1910410","School District Name":"Eastern Allamakee Comm School District","Physical Address Line 1":"569 Center St.","Physical Address Line 2":"","Physical Address City":"Lansing","Physical Address State":"IA ","Physical Address Zipcode":"52151","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12690355329949238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1910350","School District Name":"East Union Comm School District","Physical Address Line 1":"1916 High School Dr","Physical Address Line 2":"","Physical Address City":"Afton","Physical Address State":"IA ","Physical Address Zipcode":"50830","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1374764595103578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1910340","School District Name":"River Valley Comm School District","Physical Address Line 1":"916 Hackberry St","Physical Address Line 2":"","Physical Address City":"Correctionville","Physical Address State":"IA ","Physical Address Zipcode":"51016","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12527964205816555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1910130","School District Name":"Easton Valley Comm School District","Physical Address Line 1":"321 W. School Street","Physical Address Line 2":"","Physical Address City":"Preston","Physical Address State":"IA ","Physical Address Zipcode":"52069","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11027190332326284,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1910110","School District Name":"East Buchanan Comm School District","Physical Address Line 1":"414 5th St North","Physical Address Line 2":"","Physical Address City":"Winthrop","Physical Address State":"IA ","Physical Address Zipcode":"50682","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08797127468581688,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1910050","School District Name":"Earlham Comm School District","Physical Address Line 1":"535 N Chestnut Ave","Physical Address Line 2":"","Physical Address City":"Earlham","Physical Address State":"IA ","Physical Address Zipcode":"50072","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.051771117166212535,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1909990","School District Name":"Eagle Grove Comm School District","Physical Address Line 1":"325 N Commercial","Physical Address Line 2":"","Physical Address City":"Eagle Grove","Physical Address State":"IA ","Physical Address Zipcode":"50533","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14339622641509434,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1909600","School District Name":"Durant Comm School District","Physical Address Line 1":"408 7th Street","Physical Address Line 2":"","Physical Address City":"Durant","Physical Address State":"IA ","Physical Address Zipcode":"52747","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06319702602230483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1909570","School District Name":"Boyer Valley Comm School District","Physical Address Line 1":"1102 Iowa Ave","Physical Address Line 2":"","Physical Address City":"Dunlap","Physical Address State":"IA ","Physical Address Zipcode":"51529","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14251781472684086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1909540","School District Name":"Dunkerton Comm School District","Physical Address Line 1":"509 Canfield","Physical Address Line 2":"","Physical Address City":"Dunkerton","Physical Address State":"IA ","Physical Address Zipcode":"50626","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0710172744721689,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1909480","School District Name":"Dubuque Comm School District","Physical Address Line 1":"2300 Chaney Road","Physical Address Line 2":"","Physical Address City":"Dubuque","Physical Address State":"IA ","Physical Address Zipcode":"52001","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1018496467412876,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1909120","School District Name":"Dike-New Hartford Comm School District","Physical Address Line 1":"330 Main St","Physical Address Line 2":"","Physical Address City":"Dike","Physical Address State":"IA ","Physical Address Zipcode":"50624","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.050492610837438424,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1909060","School District Name":"Diagonal Comm School District","Physical Address Line 1":"403 W 2nd Street","Physical Address Line 2":"","Physical Address City":"Diagonal","Physical Address State":"IA ","Physical Address Zipcode":"50845","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2072072072072072,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1908970","School District Name":"Des Moines Independent Comm School District","Physical Address Line 1":"2100 Fleur Drive","Physical Address Line 2":"","Physical Address City":"Des Moines","Physical Address State":"IA ","Physical Address Zipcode":"50321","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.20106421449604794,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1908940","School District Name":"Denver Comm School District","Physical Address Line 1":"520 Lincoln Street","Physical Address Line 2":"","Physical Address City":"Denver","Physical Address State":"IA ","Physical Address Zipcode":"50622","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.035202086049543675,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1908910","School District Name":"Denison Comm School District","Physical Address Line 1":"819 N 16th St","Physical Address Line 2":"","Physical Address City":"Denison","Physical Address State":"IA ","Physical Address Zipcode":"51442","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11867905056759546,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1908880","School District Name":"Delwood Comm School District","Physical Address Line 1":"311 Delmar Ave","Physical Address Line 2":"","Physical Address City":"Delmar","Physical Address State":"IA ","Physical Address Zipcode":"52037","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0995260663507109,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1908730","School District Name":"Decorah Community School District","Physical Address Line 1":"510 Winnebago Street","Physical Address Line 2":"","Physical Address City":"Decorah","Physical Address State":"IA ","Physical Address Zipcode":"52101","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07142857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1908610","School District Name":"Davis County Comm School District","Physical Address Line 1":"608 S. Washington","Physical Address Line 2":"","Physical Address City":"Bloomfield","Physical Address State":"IA ","Physical Address Zipcode":"52537","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16639388979814512,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1908580","School District Name":"Davenport Comm School District","Physical Address Line 1":"1702 Main Street","Physical Address Line 2":"","Physical Address City":"Davenport","Physical Address State":"IA ","Physical Address Zipcode":"52803","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.18239097085250933,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1908550","School District Name":"Danville Comm School District","Physical Address Line 1":"419 S Main","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"IA ","Physical Address Zipcode":"52623","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05947136563876652,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1908520","School District Name":"Dallas Center-Grimes Comm School District","Physical Address Line 1":"1205 13th St","Physical Address Line 2":"","Physical Address City":"Dallas Center","Physical Address State":"IA ","Physical Address Zipcode":"50063","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04328832406671962,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1908310","School District Name":"Creston Comm School District","Physical Address Line 1":"801 N. Elm Street","Physical Address Line 2":"","Physical Address City":"Creston","Physical Address State":"IA ","Physical Address Zipcode":"50801","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14431749849669273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1908220","School District Name":"Council Bluffs Comm School District","Physical Address Line 1":"300 W Broadway Ste 1600","Physical Address Line 2":"","Physical Address City":"Council Bluffs","Physical Address State":"IA ","Physical Address Zipcode":"51503","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1274327122153209,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1908130","School District Name":"Corning Comm School District","Physical Address Line 1":"904 8th St","Physical Address Line 2":"","Physical Address City":"Corning","Physical Address State":"IA ","Physical Address Zipcode":"50841","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15267175572519084,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1908070","School District Name":"Coon Rapids-Bayard Comm School District","Physical Address Line 1":"905 North St","Physical Address Line 2":"","Physical Address City":"Coon Rapids","Physical Address State":"IA ","Physical Address Zipcode":"50058","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12325581395348838,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1907980","School District Name":"Columbus Comm School District","Physical Address Line 1":"1208 Colton St","Physical Address Line 2":"","Physical Address City":"Columbus Junction","Physical Address State":"IA ","Physical Address Zipcode":"52738","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11710526315789474,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1907920","School District Name":"Colo-NESCO Comm School District","Physical Address Line 1":"919 West St.","Physical Address Line 2":"","Physical Address City":"Colo","Physical Address State":"IA ","Physical Address Zipcode":"50056","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0721830985915493,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1907900","School District Name":"Collins-Maxwell Comm School District","Physical Address Line 1":"400 Metcalf","Physical Address Line 2":"","Physical Address City":"Maxwell","Physical Address State":"IA ","Physical Address Zipcode":"50161","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05128205128205128,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1907860","School District Name":"College Comm School District","Physical Address Line 1":"8005 Prairie Spirit DrSW","Physical Address Line 2":"","Physical Address City":"Cedar Rapids","Physical Address State":"IA ","Physical Address Zipcode":"52404","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07189268497170405,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1907710","School District Name":"Clinton Comm School District","Physical Address Line 1":"1401 12th Ave N","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"IA ","Physical Address Zipcode":"52732","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1865049279757392,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1907620","School District Name":"Clear Lake Comm School District","Physical Address Line 1":"1529 3rd Avenue North","Physical Address Line 2":"","Physical Address City":"Clear Lake","Physical Address State":"IA ","Physical Address Zipcode":"50428","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.0890625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1907590","School District Name":"Clear Creek Amana Comm School District","Physical Address Line 1":"1486 Hwy 6","Physical Address Line 2":"","Physical Address City":"Oxford","Physical Address State":"IA ","Physical Address Zipcode":"52322","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05263157894736842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1907470","School District Name":"Clay Central-Everly Comm School District","Physical Address Line 1":"401 Church Street","Physical Address Line 2":"","Physical Address City":"Royal","Physical Address State":"IA ","Physical Address Zipcode":"51357","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08651399491094147,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1907440","School District Name":"Clarksville Comm School District","Physical Address Line 1":"318 N Mather","Physical Address Line 2":"","Physical Address City":"Clarksville","Physical Address State":"IA ","Physical Address Zipcode":"50619","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06940874035989718,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1907410","School District Name":"Clarke Comm School District","Physical Address Line 1":"802 North Jackson","Physical Address Line 2":"","Physical Address City":"Osceola","Physical Address State":"IA ","Physical Address Zipcode":"50213","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1307011572498298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1907380","School District Name":"Clarion-Goldfield-Dows Comm School District","Physical Address Line 1":"120 Central Avenue East","Physical Address Line 2":"","Physical Address City":"Clarion","Physical Address State":"IA ","Physical Address Zipcode":"50525","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14044350580781415,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1907350","School District Name":"Clarinda Comm School District","Physical Address Line 1":"423 E. Nodaway","Physical Address Line 2":"","Physical Address City":"Clarinda","Physical Address State":"IA ","Physical Address Zipcode":"51632","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1907170","School District Name":"Cherokee Comm School District","Physical Address Line 1":"600 W. Bluff Street","Physical Address Line 2":"","Physical Address City":"Cherokee","Physical Address State":"IA ","Physical Address Zipcode":"51012","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09766454352441614,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1907110","School District Name":"Charter Oak-Ute Comm School District","Physical Address Line 1":"321 Main St","Physical Address Line 2":"","Physical Address City":"Charter Oak","Physical Address State":"IA ","Physical Address Zipcode":"51439","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16083916083916083,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1907080","School District Name":"Charles City Comm School District","Physical Address Line 1":"500 N Grand Ave","Physical Address Line 2":"","Physical Address City":"Charles City","Physical Address State":"IA ","Physical Address Zipcode":"50616","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16458569807037457,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1907050","School District Name":"Chariton Comm School District","Physical Address Line 1":"140 East Albia Road","Physical Address Line 2":"","Physical Address City":"Chariton","Physical Address State":"IA ","Physical Address Zipcode":"50049","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2018348623853211,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1906960","School District Name":"Central Lyon Comm School District","Physical Address Line 1":"1010 S. Greene Street","Physical Address Line 2":"","Physical Address City":"Rock Rapids","Physical Address State":"IA ","Physical Address Zipcode":"51246","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07918552036199095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1906930","School District Name":"Central Lee Comm School District","Physical Address Line 1":"2642 Highway 218","Physical Address Line 2":"","Physical Address City":"Donnellson","Physical Address State":"IA ","Physical Address Zipcode":"52625","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11083743842364532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1906900","School District Name":"Central Decatur Comm School District","Physical Address Line 1":"1201 NE Poplar St","Physical Address Line 2":"","Physical Address City":"Leon","Physical Address State":"IA ","Physical Address Zipcode":"50144","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2052401746724891,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1906840","School District Name":"Central Comm School District","Physical Address Line 1":"400 1st Street NW","Physical Address Line 2":"","Physical Address City":"Elkader","Physical Address State":"IA ","Physical Address Zipcode":"52043","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0826271186440678,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1906810","School District Name":"Central DeWitt School District","Physical Address Line 1":"331 E. 8th St","Physical Address Line 2":"","Physical Address City":"De Witt","Physical Address State":"IA ","Physical Address Zipcode":"52742","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07423857868020305,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1906780","School District Name":"Central City Comm School District","Physical Address Line 1":"400 Barber Street","Physical Address Line 2":"","Physical Address City":"Central City","Physical Address State":"IA ","Physical Address Zipcode":"52214","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05870841487279843,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1906750","School District Name":"Centerville Comm School District","Physical Address Line 1":"634 North Main","Physical Address Line 2":"","Physical Address City":"Centerville","Physical Address State":"IA ","Physical Address Zipcode":"52544","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17420212765957446,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1906660","School District Name":"Center Point-Urbana Comm School District","Physical Address Line 1":"145 Iowa Street","Physical Address Line 2":"","Physical Address City":"Center Point","Physical Address State":"IA ","Physical Address Zipcode":"52213","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03461841070023604,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1906540","School District Name":"Cedar Rapids Comm School District","Physical Address Line 1":"2500 Edgewood Rd NW","Physical Address Line 2":"","Physical Address City":"Cedar Rapids","Physical Address State":"IA ","Physical Address Zipcode":"52405","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11375953432356484,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1906510","School District Name":"Cedar Falls Comm School District","Physical Address Line 1":"1002 W 1st St","Physical Address Line 2":"","Physical Address City":"Cedar Falls","Physical Address State":"IA ","Physical Address Zipcode":"50613","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.060884549109707066,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1906330","School District Name":"Carroll Comm School District","Physical Address Line 1":"1026 N. Adams St","Physical Address Line 2":"","Physical Address City":"Carroll","Physical Address State":"IA ","Physical Address Zipcode":"51401","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07257417802726544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1906270","School District Name":"Carlisle Comm School District","Physical Address Line 1":"430 School St","Physical Address Line 2":"","Physical Address City":"Carlisle","Physical Address State":"IA ","Physical Address Zipcode":"50047","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05389514943655071,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1906240","School District Name":"Cardinal Comm School District","Physical Address Line 1":"4045 Ashland Rd","Physical Address Line 2":"","Physical Address City":"Eldon","Physical Address State":"IA ","Physical Address Zipcode":"52554","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14710743801652892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1906060","School District Name":"Camanche Comm School District","Physical Address Line 1":"702 13th Ave","Physical Address Line 2":"","Physical Address City":"Camanche","Physical Address State":"IA ","Physical Address Zipcode":"52730","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09327036599763873,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1906000","School District Name":"Calamus-Wheatland Comm School District","Physical Address Line 1":"110 E Park Rd","Physical Address Line 2":"","Physical Address City":"Wheatland","Physical Address State":"IA ","Physical Address Zipcode":"52777","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11185682326621924,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1905970","School District Name":"CAL Comm School District","Physical Address Line 1":"1441 Gull Ave","Physical Address Line 2":"","Physical Address City":"Latimer","Physical Address State":"IA ","Physical Address Zipcode":"50452","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1422924901185771,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1905940","School District Name":"CAM Comm School District","Physical Address Line 1":"1000 Victory Park Road","Physical Address Line 2":"","Physical Address City":"Anita","Physical Address State":"IA ","Physical Address Zipcode":"50020","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1127659574468085,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1905790","School District Name":"Burlington Comm School District","Physical Address Line 1":"1429 West Ave","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"IA ","Physical Address Zipcode":"52601","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16782334384858044,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1905750","School District Name":"North Iowa Comm School District","Physical Address Line 1":"111 3rd Ave NW","Physical Address Line 2":"","Physical Address City":"Buffalo Center","Physical Address State":"IA ","Physical Address Zipcode":"50424","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11632653061224489,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1905490","School District Name":"Brooklyn-Guernsey-Malcom Comm School District","Physical Address Line 1":"1090 Jackson St","Physical Address Line 2":"","Physical Address City":"Brooklyn","Physical Address State":"IA ","Physical Address Zipcode":"52211","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0821917808219178,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1905430","School District Name":"West Hancock Comm School District","Physical Address Line 1":"510 9th Ave SW","Physical Address Line 2":"","Physical Address City":"Britt","Physical Address State":"IA ","Physical Address Zipcode":"50423","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09380530973451327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1905190","School District Name":"Boyden-Hull Comm School District","Physical Address Line 1":"801 First Street","Physical Address Line 2":"","Physical Address City":"Hull","Physical Address State":"IA ","Physical Address Zipcode":"51239","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.059266227657572904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1905130","School District Name":"Boone Comm School District","Physical Address Line 1":"500 7th St","Physical Address Line 2":"","Physical Address City":"Boone","Physical Address State":"IA ","Physical Address Zipcode":"50036","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08261287223823247,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1905070","School District Name":"Bondurant-Farrar Comm School District","Physical Address Line 1":"300 Garfield St. SW","Physical Address Line 2":"","Physical Address City":"Bondurant","Physical Address State":"IA ","Physical Address Zipcode":"50035","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.044863459037711315,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1904950","School District Name":"Eddyville-Blakesburg- Fremont CSD","Physical Address Line 1":"222 Walnut","Physical Address Line 2":"","Physical Address City":"Eddyville","Physical Address State":"IA ","Physical Address Zipcode":"52553","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10647639956092206,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1904860","School District Name":"Bettendorf Comm School District","Physical Address Line 1":"3311 18th Street","Physical Address Line 2":"","Physical Address City":"Bettendorf","Physical Address State":"IA ","Physical Address Zipcode":"52722","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08248816768086545,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1904830","School District Name":"Benton Comm School District","Physical Address Line 1":"304 1st St","Physical Address Line 2":"","Physical Address City":"Van Horne","Physical Address State":"IA ","Physical Address Zipcode":"52346","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06125080593165699,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1904740","School District Name":"Bennett Comm School District","Physical Address Line 1":"300 Cedar St","Physical Address Line 2":"","Physical Address City":"Bennett","Physical Address State":"IA ","Physical Address Zipcode":"52721","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12053571428571429,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1904680","School District Name":"Belmond-Klemme Comm School District","Physical Address Line 1":"303 E. Main Street","Physical Address Line 2":"","Physical Address City":"Belmond","Physical Address State":"IA ","Physical Address Zipcode":"50421","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13956834532374102,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1904650","School District Name":"Bellevue Comm School District","Physical Address Line 1":"1601 State St","Physical Address Line 2":"","Physical Address City":"Bellevue","Physical Address State":"IA ","Physical Address Zipcode":"52031","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06723891273247497,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1904620","School District Name":"Belle Plaine Comm School District","Physical Address Line 1":"707-7th Street","Physical Address Line 2":"","Physical Address City":"Belle Plaine","Physical Address State":"IA ","Physical Address Zipcode":"52208","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07763401109057301,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1904560","School District Name":"Bedford Comm School District","Physical Address Line 1":"906 Pennsylvania St","Physical Address Line 2":"","Physical Address City":"Bedford","Physical Address State":"IA ","Physical Address Zipcode":"50833","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15730337078651685,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1904440","School District Name":"BCLUW Comm School District","Physical Address Line 1":"610 East Center Street","Physical Address Line 2":"","Physical Address City":"Conrad","Physical Address State":"IA ","Physical Address Zipcode":"50621","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.085,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1904380","School District Name":"Baxter Comm School District","Physical Address Line 1":"202 E State","Physical Address Line 2":"","Physical Address City":"Baxter","Physical Address State":"IA ","Physical Address Zipcode":"50028","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07417582417582418,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1904200","School District Name":"Ballard Comm School District","Physical Address Line 1":"509 N Main Ave","Physical Address Line 2":"","Physical Address City":"Huxley","Physical Address State":"IA ","Physical Address Zipcode":"50124","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.035671100362756954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1904080","School District Name":"AHSTW Comm School District","Physical Address Line 1":"768 South Maple Street","Physical Address Line 2":"","Physical Address City":"Avoca","Physical Address State":"IA ","Physical Address Zipcode":"51521","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07434944237918216,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1903960","School District Name":"Audubon Comm School District","Physical Address Line 1":"800 3rd Ave","Physical Address Line 2":"","Physical Address City":"Audubon","Physical Address State":"IA ","Physical Address Zipcode":"50025","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13279678068410464,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1903930","School District Name":"Atlantic Comm School District","Physical Address Line 1":"1100 Linn St","Physical Address Line 2":"","Physical Address City":"Atlantic","Physical Address State":"IA ","Physical Address Zipcode":"50022","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13269088213491476,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1903850","School District Name":"North Union Comm School District","Physical Address Line 1":"600 4th Ave","Physical Address Line 2":"","Physical Address City":"Armstrong","Physical Address State":"IA ","Physical Address Zipcode":"50514","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11221945137157108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1903780","School District Name":"Ar-We-Va Comm School District","Physical Address Line 1":"108 Clinton St","Physical Address Line 2":"","Physical Address City":"Westside","Physical Address State":"IA ","Physical Address Zipcode":"51467","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10160427807486631,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1903750","School District Name":"Aplington-Parkersburg Comm School District","Physical Address Line 1":"610 N. Johnson St","Physical Address Line 2":"","Physical Address City":"Parkersburg","Physical Address State":"IA ","Physical Address Zipcode":"50665","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0606826801517067,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1903690","School District Name":"Ankeny Comm School District","Physical Address Line 1":"306 SW School Street","Physical Address Line 2":"","Physical Address City":"Ankeny","Physical Address State":"IA ","Physical Address Zipcode":"50023","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.041293485434147265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1903630","School District Name":"Andrew Comm School District","Physical Address Line 1":"13 S Marion","Physical Address Line 2":"","Physical Address City":"Andrew","Physical Address State":"IA ","Physical Address Zipcode":"52030","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11721611721611722,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1903570","School District Name":"Anamosa Comm School District","Physical Address Line 1":"200 South Garnavillo St.","Physical Address Line 2":"","Physical Address City":"Anamosa","Physical Address State":"IA ","Physical Address Zipcode":"52205","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10021786492374728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1903540","School District Name":"Ames Comm School District","Physical Address Line 1":"2005 24th St","Physical Address Line 2":"","Physical Address City":"Ames","Physical Address State":"IA ","Physical Address Zipcode":"50010","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07345876701361088,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1903480","School District Name":"Alta-Aurelia Comm School District","Physical Address Line 1":"101 W 5th St","Physical Address Line 2":"","Physical Address City":"Alta","Physical Address State":"IA ","Physical Address Zipcode":"51002","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09419354838709677,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1903450","School District Name":"North Butler Comm School District","Physical Address Line 1":"513 Birch","Physical Address Line 2":"","Physical Address City":"Allison","Physical Address State":"IA ","Physical Address Zipcode":"50602","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09982174688057041,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1903390","School District Name":"Allamakee Comm School District","Physical Address Line 1":"1059 3rd Ave NW","Physical Address Line 2":"","Physical Address City":"Waukon","Physical Address State":"IA ","Physical Address Zipcode":"52172","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1362653208363374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1903360","School District Name":"Algona Comm School District","Physical Address Line 1":"600 S. Hale Street","Physical Address Line 2":"","Physical Address City":"Algona","Physical Address State":"IA ","Physical Address Zipcode":"50511","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08558842039018251,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1903300","School District Name":"Alburnett Comm School District","Physical Address Line 1":"131 Roosevelt Street","Physical Address Line 2":"","Physical Address City":"Alburnett","Physical Address State":"IA ","Physical Address Zipcode":"52202","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03150912106135987,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1903270","School District Name":"Albia Comm School District","Physical Address Line 1":"701 Washington Ave E","Physical Address Line 2":"","Physical Address City":"Albia","Physical Address State":"IA ","Physical Address Zipcode":"52531","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13453650533223954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1903220","School District Name":"Akron Westfield Comm School District","Physical Address Line 1":"850 Kerr Dr","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"IA ","Physical Address Zipcode":"51001","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07289719626168224,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1903150","School District Name":"Adel DeSoto Minburn Comm School District","Physical Address Line 1":"215 N. 11th Street","Physical Address Line 2":"","Physical Address City":"Adel","Physical Address State":"IA ","Physical Address Zipcode":"50003","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03464419475655431,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1903090","School District Name":"Adair-Casey Comm School District","Physical Address Line 1":"3384 Indigo Ave.","Physical Address Line 2":"","Physical Address City":"Adair","Physical Address State":"IA ","Physical Address Zipcode":"50002","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13846153846153847,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1903060","School District Name":"AGWSR Comm School District","Physical Address Line 1":"918 4th Ave","Physical Address Line 2":"","Physical Address City":"Ackley","Physical Address State":"IA ","Physical Address Zipcode":"50601","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0878594249201278,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1900060","School District Name":"GMG Comm School District","Physical Address Line 1":"1710 Wallace Avenue","Physical Address Line 2":"","Physical Address City":"Green Mountain","Physical Address State":"IA ","Physical Address Zipcode":"50632","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11074918566775244,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1900040","School District Name":"East Marshall Comm School District","Physical Address Line 1":"204 West Center","Physical Address Line 2":"","Physical Address City":"Gilman","Physical Address State":"IA ","Physical Address Zipcode":"50106","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08134642356241234,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1900032","School District Name":"Alden Comm School District","Physical Address Line 1":"209 Center Street","Physical Address Line 2":"","Physical Address City":"Alden","Physical Address State":"IA ","Physical Address Zipcode":"50006","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13574660633484162,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1900031","School District Name":"Albert City-Truesdale Comm School District","Physical Address Line 1":"300 Orchard","Physical Address Line 2":"","Physical Address City":"Albert City","Physical Address State":"IA ","Physical Address Zipcode":"50510","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14068441064638784,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1900028","School District Name":"Prairie Valley Comm School District","Physical Address Line 1":"1111 Beek St","Physical Address Line 2":"","Physical Address City":"Gowrie","Physical Address State":"IA ","Physical Address Zipcode":"50543","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07790143084260731,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1900027","School District Name":"Riverside Comm School District","Physical Address Line 1":"330 Pleasant St","Physical Address Line 2":"","Physical Address City":"Carson","Physical Address State":"IA ","Physical Address Zipcode":"51525","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06870229007633588,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1900026","School District Name":"South O'Brien Comm School District","Physical Address Line 1":"216 S Rutledge","Physical Address Line 2":"","Physical Address City":"Paullina","Physical Address State":"IA ","Physical Address Zipcode":"51046","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11448275862068966,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1900025","School District Name":"Panorama Comm School District","Physical Address Line 1":"701 W Main","Physical Address Line 2":"","Physical Address City":"Panora","Physical Address State":"IA ","Physical Address Zipcode":"50216","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07483870967741936,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1900024","School District Name":"South Central Calhoun Comm School District","Physical Address Line 1":"1000 Tonawanda Street","Physical Address Line 2":"","Physical Address City":"Rockwell City","Physical Address State":"IA ","Physical Address Zipcode":"50579","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1259029927760578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1900023","School District Name":"Sioux Central Comm School District","Physical Address Line 1":"4440 U.S. Hwy 71","Physical Address Line 2":"","Physical Address City":"Sioux Rapids","Physical Address State":"IA ","Physical Address Zipcode":"50585","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09302325581395349,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1900022","School District Name":"Union Comm School District","Physical Address Line 1":"200 Adams St","Physical Address Line 2":"","Physical Address City":"La Porte City","Physical Address State":"IA ","Physical Address Zipcode":"50651","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07879295892707461,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1900021","School District Name":"Okoboji Comm School District","Physical Address Line 1":"1205 7th St","Physical Address Line 2":"","Physical Address City":"Milford","Physical Address State":"IA ","Physical Address Zipcode":"51351","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06838565022421525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1900015","School District Name":"Sibley-Ocheyedan Comm School District","Physical Address Line 1":"120 11th Ave NE","Physical Address Line 2":"","Physical Address City":"Sibley","Physical Address State":"IA ","Physical Address Zipcode":"51249","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10424710424710425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1900009","School District Name":"Colfax-Mingo Comm School District","Physical Address Line 1":"1000 NORTH WALNUT","Physical Address Line 2":"","Physical Address City":"Colfax","Physical Address State":"IA ","Physical Address Zipcode":"50054","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08280254777070063,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1900006","School District Name":"North Fayette Valley Comm School District","Physical Address Line 1":"600 N. Pine Street","Physical Address Line 2":"","Physical Address City":"West Union","Physical Address State":"IA ","Physical Address Zipcode":"52175","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11984126984126985,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1813230","School District Name":"Whitko Community School Corp","Physical Address Line 1":"710 N SR 5 - Suite B","Physical Address Line 2":"","Physical Address City":"Larwill","Physical Address State":"IN ","Physical Address Zipcode":"46764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11585993820803296,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1813200","School District Name":"School City of Whiting","Physical Address Line 1":"1500 Center St","Physical Address Line 2":"","Physical Address City":"Whiting","Physical Address State":"IN ","Physical Address Zipcode":"46394","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.21085080147965474,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1813110","School District Name":"Westview School Corporation","Physical Address Line 1":"1545 S 600 W","Physical Address Line 2":"","Physical Address City":"Topeka","Physical Address State":"IN ","Physical Address Zipcode":"46571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11308123756106386,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1813080","School District Name":"Westfield-Washington Schools","Physical Address Line 1":"1143 East 181st Street","Physical Address Line 2":"","Physical Address City":"Westfield","Physical Address State":"IN ","Physical Address Zipcode":"46074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0425531914893617,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1813050","School District Name":"Western Wayne Schools","Physical Address Line 1":"519 Queen St - 217","Physical Address Line 2":"","Physical Address City":"Pershing","Physical Address State":"IN ","Physical Address Zipcode":"47370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14130434782608695,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1812990","School District Name":"Western Boone Co Com Sch Dist","Physical Address Line 1":"1201 N SR 75","Physical Address Line 2":"","Physical Address City":"Thorntown","Physical Address State":"IN ","Physical Address Zipcode":"46071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.060418648905804,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1812930","School District Name":"West Washington School Corp","Physical Address Line 1":"8026 W Batt Rd","Physical Address Line 2":"","Physical Address City":"Campbellsburg","Physical Address State":"IN ","Physical Address Zipcode":"47108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14215202369200394,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1812900","School District Name":"West Noble School Corporation","Physical Address Line 1":"5050 N US 33","Physical Address Line 2":"","Physical Address City":"Ligonier","Physical Address State":"IN ","Physical Address Zipcode":"46767","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12013473053892215,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1812880","School District Name":"Frankton-Lapel Community Schools","Physical Address Line 1":"7916 W 300 N","Physical Address Line 2":"","Physical Address City":"Anderson","Physical Address State":"IN ","Physical Address Zipcode":"46011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07977736549165121,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1812870","School District Name":"West Lafayette Com School Corp","Physical Address Line 1":"1130 N Salisbury","Physical Address Line 2":"","Physical Address City":"West Lafayette","Physical Address State":"IN ","Physical Address Zipcode":"47906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09042984590429846,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1812810","School District Name":"MSD Wayne Township","Physical Address Line 1":"1220 S High Sch Rd","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18224147966112655,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1812720","School District Name":"MSD Washington Township","Physical Address Line 1":"8550 Woodfield Crossing Blvd","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12531310384312602,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1812450","School District Name":"Washington Community Schools","Physical Address Line 1":"301 E South St","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"IN ","Physical Address Zipcode":"47501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17068031306441903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1812420","School District Name":"Warsaw Community Schools","Physical Address Line 1":"1 Administration Dr","Physical Address Line 2":"","Physical Address City":"Warsaw","Physical Address State":"IN ","Physical Address Zipcode":"46580","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0928317955997161,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1812390","School District Name":"Warrick County School Corp","Physical Address Line 1":"300 E Gum","Physical Address Line 2":"","Physical Address City":"Boonville","Physical Address State":"IN ","Physical Address Zipcode":"47601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06718460316058975,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1812360","School District Name":"MSD Warren Township","Physical Address Line 1":"975 N Post Rd","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46219","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17507505308632937,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1812240","School District Name":"Wa-Nee Community Schools","Physical Address Line 1":"1300 N Main St","Physical Address Line 2":"","Physical Address City":"Nappanee","Physical Address State":"IN ","Physical Address Zipcode":"46550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08429715302491103,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1812180","School District Name":"MSD Wabash County Schools","Physical Address Line 1":"204 N 300 W","Physical Address Line 2":"","Physical Address City":"Wabash","Physical Address State":"IN ","Physical Address Zipcode":"46992","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08902791145332051,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1812150","School District Name":"Wabash City Schools","Physical Address Line 1":"189 W Market St 744","Physical Address Line 2":"","Physical Address City":"Wabash","Physical Address State":"IN ","Physical Address Zipcode":"46992","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15135135135135136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1812120","School District Name":"Vincennes Community School Corp","Physical Address Line 1":"1712 S Quail Run Road","Physical Address Line 2":"","Physical Address City":"Vincennes","Physical Address State":"IN ","Physical Address Zipcode":"47591","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1880790611488573,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1812090","School District Name":"Vigo County School Corp","Physical Address Line 1":"686 Wabash Av","Physical Address Line 2":"","Physical Address City":"Terre Haute","Physical Address State":"IN ","Physical Address Zipcode":"47807","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2387622564624984,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1812060","School District Name":"Crothersville Community Schools","Physical Address Line 1":"201 S Preston St","Physical Address Line 2":"","Physical Address City":"Crothersville","Physical Address State":"IN ","Physical Address Zipcode":"47229","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11418685121107267,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1811970","School District Name":"Valparaiso Community Schools","Physical Address Line 1":"3801 N Campbell St","Physical Address Line 2":"","Physical Address City":"Valparaiso","Physical Address State":"IN ","Physical Address Zipcode":"46385","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07494743166115951,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1811930","School District Name":"Heartland Career Center","Physical Address Line 1":"79 S 200 W","Physical Address Line 2":"","Physical Address City":"Wabash","Physical Address State":"IN ","Physical Address Zipcode":"46992","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1811910","School District Name":"Union-North United School Corp","Physical Address Line 1":"22601 Tyler Rd","Physical Address Line 2":"","Physical Address City":"Lakeville","Physical Address State":"IN ","Physical Address Zipcode":"46536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11142256482130343,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1811730","School District Name":"Union School Corporation","Physical Address Line 1":"8707 W US Hwy 36","Physical Address Line 2":"","Physical Address City":"Modoc","Physical Address State":"IN ","Physical Address Zipcode":"47358","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18681318681318682,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1811700","School District Name":"Union Township School Corp","Physical Address Line 1":"599 W 300 N Suite A","Physical Address Line 2":"","Physical Address City":"Valparaiso","Physical Address State":"IN ","Physical Address Zipcode":"46385","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.056790123456790124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1811610","School District Name":"Union Co/Clg Corner Joint Sch Dist","Physical Address Line 1":"107 S Layman St","Physical Address Line 2":"","Physical Address City":"Liberty","Physical Address State":"IN ","Physical Address Zipcode":"47353","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13730569948186527,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1811600","School District Name":"Twin Rivers Career & Tech Ed Area","Physical Address Line 1":"20 N Third St","Physical Address Line 2":"","Physical Address City":"Vincennes","Physical Address State":"IN ","Physical Address Zipcode":"47591","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1811580","School District Name":"Twin Lakes School Corp","Physical Address Line 1":"565 S Main St","Physical Address Line 2":"","Physical Address City":"Monticello","Physical Address State":"IN ","Physical Address Zipcode":"47960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12371575342465753,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1811490","School District Name":"Triton School Corporation","Physical Address Line 1":"100 Triton Dr","Physical Address Line 2":"","Physical Address City":"Bourbon","Physical Address State":"IN ","Physical Address Zipcode":"46504","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09044368600682594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1811460","School District Name":"Tri-Creek School Corporation","Physical Address Line 1":"19290 Cline Avenue","Physical Address Line 2":"","Physical Address City":"Lowell","Physical Address State":"IN ","Physical Address Zipcode":"46356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0825636719843269,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1811430","School District Name":"Tri-County School Corporation","Physical Address Line 1":"105 N 2nd St","Physical Address Line 2":"","Physical Address City":"Wolcott","Physical Address State":"IN ","Physical Address Zipcode":"47995","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10416666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1811400","School District Name":"Tipton Community School Corp","Physical Address Line 1":"1051 S Main St","Physical Address Line 2":"","Physical Address City":"Tipton","Physical Address State":"IN ","Physical Address Zipcode":"46072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08974358974358974,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1811370","School District Name":"Tippecanoe Valley School Corp","Physical Address Line 1":"8343 S SR 19","Physical Address Line 2":"","Physical Address City":"Akron","Physical Address State":"IN ","Physical Address Zipcode":"46910","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12265512265512266,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1811340","School District Name":"Tippecanoe School Corp","Physical Address Line 1":"21 Elston Rd","Physical Address Line 2":"","Physical Address City":"Lafayette","Physical Address State":"IN ","Physical Address Zipcode":"47909","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0892530728017649,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1811260","School District Name":"Tell City-Troy Twp School Corp","Physical Address Line 1":"837 17th St","Physical Address Line 2":"","Physical Address City":"Tell City","Physical Address State":"IN ","Physical Address Zipcode":"47586","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12051915945611867,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1811250","School District Name":"Taylor Community School Corp","Physical Address Line 1":"3750 E CR 300 S","Physical Address Line 2":"","Physical Address City":"Kokomo","Physical Address State":"IN ","Physical Address Zipcode":"46902","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12783505154639174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1811220","School District Name":"Switzerland County School Corp","Physical Address Line 1":"1040 W Main St","Physical Address Line 2":"","Physical Address City":"Vevay","Physical Address State":"IN ","Physical Address Zipcode":"47043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17815211842776926,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1811190","School District Name":"Sunman-Dearborn Com Sch Corp","Physical Address Line 1":"1 Trojan Place Ste B","Physical Address Line 2":"","Physical Address City":"St Leon","Physical Address State":"IN ","Physical Address Zipcode":"47012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0499767549976755,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1811100","School District Name":"MSD Steuben County","Physical Address Line 1":"400 S Martha St","Physical Address Line 2":"","Physical Address City":"Angola","Physical Address State":"IN ","Physical Address Zipcode":"46703","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1289366432011856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1810980","School District Name":"Springs Valley Com School Corp","Physical Address Line 1":"498 S Larry Bird Blvd","Physical Address Line 2":"","Physical Address City":"French Lick","Physical Address State":"IN ","Physical Address Zipcode":"47432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14994363021420518,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810950","School District Name":"Spencer-Owen Community Schools","Physical Address Line 1":"205 E Hillside","Physical Address Line 2":"","Physical Address City":"Spencer","Physical Address State":"IN ","Physical Address Zipcode":"47460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14865377322715206,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810920","School District Name":"School Town of Speedway","Physical Address Line 1":"5335 W 25th St","Physical Address Line 2":"","Physical Address City":"Speedway","Physical Address State":"IN ","Physical Address Zipcode":"46224","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13739224137931033,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1810900","School District Name":"Southwest Parke Com Sch Corp","Physical Address Line 1":"4851 S Coxville Rd","Physical Address Line 2":"","Physical Address City":"Montezuma","Physical Address State":"IN ","Physical Address Zipcode":"47862","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14675767918088736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810870","School District Name":"Southwest Dubois Co Sch Corp","Physical Address Line 1":"113 N Jackson St","Physical Address Line 2":"","Physical Address City":"Huntingburg","Physical Address State":"IN ","Physical Address Zipcode":"47542","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0825214899713467,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1810860","School District Name":"Southwest School Corporation","Physical Address Line 1":"1502 North Section Street","Physical Address Line 2":"","Physical Address City":"Sullivan","Physical Address State":"IN ","Physical Address Zipcode":"47882","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15283018867924528,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1810830","School District Name":"Southwestern Con Sch Shelby Co","Physical Address Line 1":"3406 W 600 S","Physical Address Line 2":"","Physical Address City":"Shelbyville","Physical Address State":"IN ","Physical Address Zipcode":"46176","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06615776081424936,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810800","School District Name":"Southwestern-Jefferson Co Con","Physical Address Line 1":"239 S Main Cross St","Physical Address Line 2":"","Physical Address City":"Hanover","Physical Address State":"IN ","Physical Address Zipcode":"47243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12970069071373752,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1810770","School District Name":"Southern Wells Com Schools","Physical Address Line 1":"9120 S 300 W","Physical Address Line 2":"","Physical Address City":"Poneto","Physical Address State":"IN ","Physical Address Zipcode":"46781","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07593307593307594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810740","School District Name":"Randolph Southern School Corp","Physical Address Line 1":"1 Rebel Dr","Physical Address Line 2":"","Physical Address City":"Lynn","Physical Address State":"IN ","Physical Address Zipcode":"47355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16023166023166024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810710","School District Name":"Southern Hancock Co Com Sch Corp","Physical Address Line 1":"4711 S 500 W","Physical Address Line 2":"","Physical Address City":"New Palestine","Physical Address State":"IN ","Physical Address Zipcode":"46163","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.034683684794672584,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1810680","School District Name":"Lewis Cass Schools","Physical Address Line 1":"100 S Main Street","Physical Address Line 2":"","Physical Address City":"Walton","Physical Address State":"IN ","Physical Address Zipcode":"46994","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10390567428150331,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810660","School District Name":"Southeastern Career Center","Physical Address Line 1":"901 W US 50","Physical Address Line 2":"","Physical Address City":"Versailles","Physical Address State":"IN ","Physical Address Zipcode":"47042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810650","School District Name":"Hamilton Southeastern Schools","Physical Address Line 1":"13485 Cumberland Rd","Physical Address Line 2":"","Physical Address City":"Fishers","Physical Address State":"IN ","Physical Address Zipcode":"46038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.036358249386269366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1810640","School District Name":"Southeast Dubois Co Sch Corp","Physical Address Line 1":"432 E 15th St","Physical Address Line 2":"","Physical Address City":"Ferdinand","Physical Address State":"IN ","Physical Address Zipcode":"47532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04048892284186402,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810620","School District Name":"Southeast Fountain School Corp","Physical Address Line 1":"744 E US HWY 136","Physical Address Line 2":"","Physical Address City":"Veedersburg","Physical Address State":"IN ","Physical Address Zipcode":"47987","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12476894639556377,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810590","School District Name":"South Vermillion Com Sch Corp","Physical Address Line 1":"800 W Wildcat Dr","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"IN ","Physical Address Zipcode":"47842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14596949891067537,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1810560","School District Name":"South Spencer County Sch Corp","Physical Address Line 1":"321 S 5th St","Physical Address Line 2":"","Physical Address City":"Rockport","Physical Address State":"IN ","Physical Address Zipcode":"47635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09681881051175657,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810530","School District Name":"South Ripley Com Sch Corp","Physical Address Line 1":"207 W Tyson St","Physical Address Line 2":"","Physical Address City":"Versailles","Physical Address State":"IN ","Physical Address Zipcode":"47042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16440677966101694,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810500","School District Name":"South Putnam Community Schools","Physical Address Line 1":"3999 S US Hwy 231","Physical Address Line 2":"","Physical Address City":"Greencastle","Physical Address State":"IN ","Physical Address Zipcode":"46135","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1013745704467354,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810470","School District Name":"South Newton School Corp","Physical Address Line 1":"13232 S 50 E","Physical Address Line 2":"","Physical Address City":"Kentland","Physical Address State":"IN ","Physical Address Zipcode":"47951","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18461538461538463,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810450","School District Name":"South Montgomery Com Sch Corp","Physical Address Line 1":"6425 US 231 South - Back","Physical Address Line 2":"","Physical Address City":"Crawfordsville","Physical Address State":"IN ","Physical Address Zipcode":"47933","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1104199066874028,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810440","School District Name":"South Madison Com Sch Corp","Physical Address Line 1":"203 S Heritage Way","Physical Address Line 2":"","Physical Address City":"Pendleton","Physical Address State":"IN ","Physical Address Zipcode":"46064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.059214903526280775,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1810410","School District Name":"South Knox School Corp","Physical Address Line 1":"6116 E SR 61","Physical Address Line 2":"","Physical Address City":"Vincennes","Physical Address State":"IN ","Physical Address Zipcode":"47591","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09306569343065693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810380","School District Name":"South Henry School Corp","Physical Address Line 1":"6972 S SR 103","Physical Address Line 2":"","Physical Address City":"Straughn","Physical Address State":"IN ","Physical Address Zipcode":"47387","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810360","School District Name":"South Harrison Com Schools","Physical Address Line 1":"315 S Harrison Dr","Physical Address Line 2":"","Physical Address City":"Corydon","Physical Address State":"IN ","Physical Address Zipcode":"47112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11563657077755625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1810350","School District Name":"South Gibson School Corporation","Physical Address Line 1":"3321 W 800 S","Physical Address Line 2":"","Physical Address City":"Fort Branch","Physical Address State":"IN ","Physical Address Zipcode":"47648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06340425531914894,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810310","School District Name":"South Central Area Special Ed","Physical Address Line 1":"600 Elm St Suite 2","Physical Address Line 2":"","Physical Address City":"Paoli","Physical Address State":"IN ","Physical Address Zipcode":"47454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1810290","School District Name":"South Bend Community School Corp","Physical Address Line 1":"215 Dr Martin Luther King Jr B","Physical Address Line 2":"","Physical Address City":"South Bend","Physical Address State":"IN ","Physical Address Zipcode":"46601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1917257230415629,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1810260","School District Name":"South Adams Schools","Physical Address Line 1":"1075 Starfire Way","Physical Address Line 2":"","Physical Address City":"Berne","Physical Address State":"IN ","Physical Address Zipcode":"46711","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.29026073619631904,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810230","School District Name":"Smith-Green Community Schools","Physical Address Line 1":"222 W Tulley St","Physical Address Line 2":"","Physical Address City":"Churubusco","Physical Address State":"IN ","Physical Address Zipcode":"46723","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07517084282460136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810170","School District Name":"Shoals Community School Corp","Physical Address Line 1":"11741 Ironton Rd","Physical Address Line 2":"","Physical Address City":"Shoals","Physical Address State":"IN ","Physical Address Zipcode":"47581","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16890881913303438,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810140","School District Name":"Shelbyville Central Schools","Physical Address Line 1":"1121 E State Road 44","Physical Address Line 2":"","Physical Address City":"Shelbyville","Physical Address State":"IN ","Physical Address Zipcode":"46176","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12545079855744462,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1810110","School District Name":"MSD Shakamak Schools","Physical Address Line 1":"9233 Shakamak School Rd","Physical Address Line 2":"","Physical Address City":"Jasonville","Physical Address State":"IN ","Physical Address Zipcode":"47438","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1611047180667434,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1810080","School District Name":"Seymour Community Schools","Physical Address Line 1":"1638 S Walnut St","Physical Address Line 2":"","Physical Address City":"Seymour","Physical Address State":"IN ","Physical Address Zipcode":"47274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09987990392313852,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1810020","School District Name":"Scott County School District 2","Physical Address Line 1":"375 E McClain Ave","Physical Address Line 2":"","Physical Address City":"Scottsburg","Physical Address State":"IN ","Physical Address Zipcode":"47170","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14423420207068904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1809990","School District Name":"Scott County School District 1","Physical Address Line 1":"255 Hwy 31S","Physical Address Line 2":"","Physical Address City":"Austin","Physical Address State":"IN ","Physical Address Zipcode":"47102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22013651877133106,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1809840","School District Name":"Daleville Community Schools","Physical Address Line 1":"14300 W 2nd St","Physical Address Line 2":"","Physical Address City":"Daleville","Physical Address State":"IN ","Physical Address Zipcode":"47334","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1377049180327869,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1809810","School District Name":"Salem Community Schools","Physical Address Line 1":"500 N Harrison St","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"IN ","Physical Address Zipcode":"47167","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16857284932869218,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1809750","School District Name":"Rush County Schools","Physical Address Line 1":"330 W 8th St","Physical Address Line 2":"","Physical Address City":"Rushville","Physical Address State":"IN ","Physical Address Zipcode":"46173","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12571662571662573,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1809720","School District Name":"Rossville Con School District","Physical Address Line 1":"1 Robert Egly Dr","Physical Address Line 2":"","Physical Address City":"Rossville","Physical Address State":"IN ","Physical Address Zipcode":"46065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06820365033621517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1809690","School District Name":"Merrillville Community School Corp","Physical Address Line 1":"6701 Delaware St","Physical Address Line 2":"","Physical Address City":"Merrillville","Physical Address State":"IN ","Physical Address Zipcode":"46410","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19242259641499185,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1809630","School District Name":"Rochester Community School Corp","Physical Address Line 1":"690 Zebra Ln","Physical Address Line 2":"","Physical Address City":"Rochester","Physical Address State":"IN ","Physical Address Zipcode":"46975","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19159388646288208,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1809600","School District Name":"Rising Sun-Ohio Co Com","Physical Address Line 1":"110 S Henrietta St","Physical Address Line 2":"","Physical Address City":"Rising Sun","Physical Address State":"IN ","Physical Address Zipcode":"47040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12485414235705951,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1809510","School District Name":"Richmond Community Schools","Physical Address Line 1":"300 Hub Etchison Parkway","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"IN ","Physical Address Zipcode":"47374","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21639624252775405,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1809480","School District Name":"Richland-Bean Blossom C S C","Physical Address Line 1":"600 S Edgewood Dr","Physical Address Line 2":"","Physical Address City":"Ellettsville","Physical Address State":"IN ","Physical Address Zipcode":"47429","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10497237569060773,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1809420","School District Name":"Rensselaer Central School Corp","Physical Address Line 1":"900 E Washington St","Physical Address Line 2":"","Physical Address City":"Rensselaer","Physical Address State":"IN ","Physical Address Zipcode":"47978","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12217718587145339,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1809360","School District Name":"West Central School Corp","Physical Address Line 1":"1850 S US 421","Physical Address Line 2":"","Physical Address City":"Francesville","Physical Address State":"IN ","Physical Address Zipcode":"47946","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1288265306122449,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1809300","School District Name":"Prairie Heights Community Sch Corp","Physical Address Line 1":"0305 S 1150 E","Physical Address Line 2":"","Physical Address City":"LaGrange","Physical Address State":"IN ","Physical Address Zipcode":"46761","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11125238397965671,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1809180","School District Name":"Porter Township School Corp","Physical Address Line 1":"248 S 500 W","Physical Address Line 2":"","Physical Address City":"Valparaiso","Physical Address State":"IN ","Physical Address Zipcode":"46385","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06115810019518542,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1809150","School District Name":"Portage Township Schools","Physical Address Line 1":"6240 US Hwy 6","Physical Address Line 2":"","Physical Address City":"Portage","Physical Address State":"IN ","Physical Address Zipcode":"46368","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13912209162868794,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1809130","School District Name":"Porter County Education Services","Physical Address Line 1":"750 Ransom Rd","Physical Address Line 2":"","Physical Address City":"Valparaiso","Physical Address State":"IN ","Physical Address Zipcode":"46385","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1809120","School District Name":"John Glenn School Corporation","Physical Address Line 1":"101 John Glenn Dr","Physical Address Line 2":"","Physical Address City":"Walkerton","Physical Address State":"IN ","Physical Address Zipcode":"46574","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08504875406283857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1809060","School District Name":"Plymouth Community School Corp","Physical Address Line 1":"611 Berkley St","Physical Address Line 2":"","Physical Address City":"Plymouth","Physical Address State":"IN ","Physical Address Zipcode":"46563","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11707460925980537,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1809000","School District Name":"East Porter County School Corp","Physical Address Line 1":"502 E College Ave","Physical Address Line 2":"","Physical Address City":"Kouts","Physical Address State":"IN ","Physical Address Zipcode":"46347","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05291005291005291,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1808970","School District Name":"Plainfield Community School Corp","Physical Address Line 1":"985 S Longfellow Dr","Physical Address Line 2":"","Physical Address City":"Plainfield","Physical Address State":"IN ","Physical Address Zipcode":"46168","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05907889769724424,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1808940","School District Name":"Pioneer Regional School Corp","Physical Address Line 1":"413 S Chicago St","Physical Address Line 2":"","Physical Address City":"Royal Center","Physical Address State":"IN ","Physical Address Zipcode":"46978","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10304449648711944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1808910","School District Name":"MSD Pike Township","Physical Address Line 1":"6901 Zionsville Rd","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46268","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14390801314097987,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1808900","School District Name":"Pike County School Corp","Physical Address Line 1":"211 South 12th St","Physical Address Line 2":"","Physical Address City":"Petersburg","Physical Address State":"IN ","Physical Address Zipcode":"47567","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10260260260260261,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1808850","School District Name":"Peru Community Schools","Physical Address Line 1":"35 W 3rd St","Physical Address Line 2":"","Physical Address City":"Peru","Physical Address State":"IN ","Physical Address Zipcode":"46970","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18904761904761905,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1808820","School District Name":"Perry Township Schools","Physical Address Line 1":"6548 Orinoco Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46227","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12219259259259259,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1808760","School District Name":"Penn-Harris-Madison School Corp","Physical Address Line 1":"55900 Bittersweet Rd","Physical Address Line 2":"","Physical Address City":"Mishawaka","Physical Address State":"IN ","Physical Address Zipcode":"46545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06840722217512928,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1808640","School District Name":"Paoli Community School Corp","Physical Address Line 1":"501 Elm St - Ofc Supt","Physical Address Line 2":"","Physical Address City":"Paoli","Physical Address State":"IN ","Physical Address Zipcode":"47454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19481382978723405,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1808490","School District Name":"Orleans Community Schools","Physical Address Line 1":"173 W Marley St","Physical Address Line 2":"","Physical Address City":"Orleans","Physical Address State":"IN ","Physical Address Zipcode":"47452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18170731707317073,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1808460","School District Name":"Oregon-Davis School Corp","Physical Address Line 1":"5998 N 750 E","Physical Address Line 2":"","Physical Address City":"Hamlet","Physical Address State":"IN ","Physical Address Zipcode":"46532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14714285714285713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1808340","School District Name":"Oak Hill United School Corp","Physical Address Line 1":"1474 N 800 W","Physical Address Line 2":"","Physical Address City":"Converse","Physical Address State":"IN ","Physical Address Zipcode":"46919","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11428571428571428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1808320","School District Name":"NW Indiana Special Education Coop","Physical Address Line 1":"2150 W 97th Pl","Physical Address Line 2":"","Physical Address City":"Crown Point","Physical Address State":"IN ","Physical Address Zipcode":"46307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1808310","School District Name":"Northwestern Con School Corp","Physical Address Line 1":"4920 W 600 N","Physical Address Line 2":"","Physical Address City":"Fairland","Physical Address State":"IN ","Physical Address Zipcode":"46126","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10828025477707007,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1808280","School District Name":"Shenandoah School Corporation","Physical Address Line 1":"5100 N Raider Rd","Physical Address Line 2":"","Physical Address City":"Middletown","Physical Address State":"IN ","Physical Address Zipcode":"47356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08723747980613894,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1808250","School District Name":"Northwest Allen County Schools","Physical Address Line 1":"13119 Coldwater Rd","Physical Address Line 2":"","Physical Address City":"Fort Wayne","Physical Address State":"IN ","Physical Address Zipcode":"46845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03695295749779291,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1808220","School District Name":"Northern Wells Community Schools","Physical Address Line 1":"312 N Jefferson St","Physical Address Line 2":"","Physical Address City":"Ossian","Physical Address State":"IN ","Physical Address Zipcode":"46777","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08048433048433049,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1808190","School District Name":"Northeastern Wayne Schools","Physical Address Line 1":"314 West Main Street","Physical Address Line 2":"","Physical Address City":"Fountian City","Physical Address State":"IN ","Physical Address Zipcode":"47341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20152091254752852,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1808160","School District Name":"Northeast School Corp","Physical Address Line 1":"406 N Vine St","Physical Address Line 2":"","Physical Address City":"Hymera","Physical Address State":"IN ","Physical Address Zipcode":"47855","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17984496124031008,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1808130","School District Name":"North White School Corp","Physical Address Line 1":"402 E Broadway St","Physical Address Line 2":"","Physical Address City":"Monon","Physical Address State":"IN ","Physical Address Zipcode":"47959","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1416490486257928,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1808120","School District Name":"Northeast Dubois Co Sch Corp","Physical Address Line 1":"5379 E Main St","Physical Address Line 2":"","Physical Address City":"Dubois","Physical Address State":"IN ","Physical Address Zipcode":"47527","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04809619238476954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1808100","School District Name":"North West Hendricks Schools","Physical Address Line 1":"104 N Church St","Physical Address Line 2":"","Physical Address City":"Lizton","Physical Address State":"IN ","Physical Address Zipcode":"46149","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.037852112676056336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1808070","School District Name":"North Vermillion Com Sch Corp","Physical Address Line 1":"5551 N Falcon Dr","Physical Address Line 2":"","Physical Address City":"Cayuga","Physical Address State":"IN ","Physical Address Zipcode":"47928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1808040","School District Name":"Tri-Central Community Schools","Physical Address Line 1":"4774 N 200 W","Physical Address Line 2":"","Physical Address City":"Sharpsville","Physical Address State":"IN ","Physical Address Zipcode":"46068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06961178045515395,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1808010","School District Name":"North Spencer County Sch Corp","Physical Address Line 1":"3720 E SR 162","Physical Address Line 2":"","Physical Address City":"Lincoln City","Physical Address State":"IN ","Physical Address Zipcode":"47552","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07284413497589716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1807980","School District Name":"North Putnam Community Schools","Physical Address Line 1":"300 N Washington","Physical Address Line 2":"","Physical Address City":"Bainbridge","Physical Address State":"IN ","Physical Address Zipcode":"46105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10913404507710557,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1807950","School District Name":"MSD North Posey Co Schools","Physical Address Line 1":"101 N Church St","Physical Address Line 2":"","Physical Address City":"Poseyville","Physical Address State":"IN ","Physical Address Zipcode":"47633","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06607369758576874,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1807920","School District Name":"North Newton School Corp","Physical Address Line 1":"310 S Lincoln St","Physical Address Line 2":"","Physical Address City":"Morocco","Physical Address State":"IN ","Physical Address Zipcode":"47963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11527377521613832,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1807900","School District Name":"North Montgomery Com Sch Corp","Physical Address Line 1":"480 W 580 N","Physical Address Line 2":"","Physical Address City":"Crawfordsville","Physical Address State":"IN ","Physical Address Zipcode":"47933","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07976025818349469,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1807890","School District Name":"North Miami Community Schools","Physical Address Line 1":"394 E 900 N","Physical Address Line 2":"","Physical Address City":"Denver","Physical Address State":"IN ","Physical Address Zipcode":"46926","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11002921129503408,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1807860","School District Name":"North Lawrence Com Schools","Physical Address Line 1":"460 'W' St","Physical Address Line 2":"","Physical Address City":"Bedford","Physical Address State":"IN ","Physical Address Zipcode":"47421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.140962485790072,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1807830","School District Name":"North Knox School Corp","Physical Address Line 1":"11110 N SR 159","Physical Address Line 2":"","Physical Address City":"Bicknell","Physical Address State":"IN ","Physical Address Zipcode":"47512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16594827586206898,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1807800","School District Name":"North Judson-San Pierre Sch Corp","Physical Address Line 1":"801 Campbell Dr","Physical Address Line 2":"","Physical Address City":"North Judson","Physical Address State":"IN ","Physical Address Zipcode":"46366","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17795275590551182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1807770","School District Name":"North Gibson School Corporation","Physical Address Line 1":"1104 N Embree St","Physical Address Line 2":"","Physical Address City":"Princeton","Physical Address State":"IN ","Physical Address Zipcode":"47670","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14417300760913096,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1807710","School District Name":"North Daviess Com Schools","Physical Address Line 1":"5494 E SR 58","Physical Address Line 2":"","Physical Address City":"Elnora","Physical Address State":"IN ","Physical Address Zipcode":"47529","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10565870910698497,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1807680","School District Name":"North Adams Community Schools","Physical Address Line 1":"625 Stadium Dr","Physical Address Line 2":"","Physical Address City":"Decatur","Physical Address State":"IN ","Physical Address Zipcode":"46733","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11143481427530955,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1807650","School District Name":"Noblesville Schools","Physical Address Line 1":"18025 River Ave","Physical Address Line 2":"","Physical Address City":"Noblesville","Physical Address State":"IN ","Physical Address Zipcode":"46062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05049640534063677,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1807620","School District Name":"Nineveh-Hensley-Jackson United","Physical Address Line 1":"802 S Indian Creek Dr","Physical Address Line 2":"","Physical Address City":"Trafalgar","Physical Address State":"IN ","Physical Address Zipcode":"46181","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0769990128331688,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1807560","School District Name":"New Prairie United School Corp","Physical Address Line 1":"5327 N Cougar Rd","Physical Address Line 2":"","Physical Address City":"New Carlisle","Physical Address State":"IN ","Physical Address Zipcode":"46552","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09151291512915129,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1807470","School District Name":"MSD of New Durham Township","Physical Address Line 1":"207 E Valparaiso St","Physical Address Line 2":"","Physical Address City":"Westville","Physical Address State":"IN ","Physical Address Zipcode":"46391","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10192525481313704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1807440","School District Name":"New Castle Community School Corp","Physical Address Line 1":"322 Elliott Ave","Physical Address Line 2":"","Physical Address City":"New Castle","Physical Address State":"IN ","Physical Address Zipcode":"47362","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14001728608470182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1807410","School District Name":"New Albany-Floyd Co Con Sch","Physical Address Line 1":"2813 Grant Line Rd","Physical Address Line 2":"","Physical Address City":"New Albany","Physical Address State":"IN ","Physical Address Zipcode":"47150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12906897336671977,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1807380","School District Name":"Nettle Creek School Corporation","Physical Address Line 1":"297 E Northmarket St","Physical Address Line 2":"","Physical Address City":"Hagerstown","Physical Address State":"IN ","Physical Address Zipcode":"47346","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1411764705882353,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1807350","School District Name":"School Town of Munster","Physical Address Line 1":"8616 Columbia Ave","Physical Address Line 2":"","Physical Address City":"Munster","Physical Address State":"IN ","Physical Address Zipcode":"46321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0633506557782727,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1807320","School District Name":"Muncie Community Schools","Physical Address Line 1":"2500 North Elgin Street","Physical Address Line 2":"","Physical Address City":"Muncie","Physical Address State":"IN ","Physical Address Zipcode":"47303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.275974025974026,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1807290","School District Name":"MSD Mount Vernon","Physical Address Line 1":"1000 W 4th St","Physical Address Line 2":"","Physical Address City":"Mount Vernon","Physical Address State":"IN ","Physical Address Zipcode":"47620","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10609567901234568,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1807260","School District Name":"Mt Vernon Community School Corp","Physical Address Line 1":"1806 W SR 234","Physical Address Line 2":"","Physical Address City":"Fortville","Physical Address State":"IN ","Physical Address Zipcode":"46040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0465,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1807230","School District Name":"Yorktown Community Schools","Physical Address Line 1":"2311 S Broadway St","Physical Address Line 2":"","Physical Address City":"Yorktown","Physical Address State":"IN ","Physical Address Zipcode":"47396","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09910313901345291,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1807140","School District Name":"Mooresville Con School Corp","Physical Address Line 1":"11 W Carlisle St","Physical Address Line 2":"","Physical Address City":"Mooresville","Physical Address State":"IN ","Physical Address Zipcode":"46158","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1012002824193928,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1807110","School District Name":"Eastern Pulaski Community Sch Corp","Physical Address Line 1":"711 School Dr","Physical Address Line 2":"","Physical Address City":"Winamac","Physical Address State":"IN ","Physical Address Zipcode":"46996","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.151487826871055,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1807080","School District Name":"Monroe Central School Corp","Physical Address Line 1":"1918 N CR 1000 W","Physical Address Line 2":"","Physical Address City":"Parker City","Physical Address State":"IN ","Physical Address Zipcode":"47368","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13588850174216027,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1807020","School District Name":"Cowan Community School Corp","Physical Address Line 1":"9401 S Nottingham","Physical Address Line 2":"","Physical Address City":"Muncie","Physical Address State":"IN ","Physical Address Zipcode":"47302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07679465776293823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1806900","School District Name":"Mitchell Community Schools","Physical Address Line 1":"441 N 8th St","Physical Address Line 2":"","Physical Address City":"Mitchell","Physical Address State":"IN ","Physical Address Zipcode":"47446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13636363636363635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1806870","School District Name":"Mississinewa Community School Corp","Physical Address Line 1":"424 E S 'A' St","Physical Address Line 2":"","Physical Address City":"Gas City","Physical Address State":"IN ","Physical Address Zipcode":"46933","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1364665911664779,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1806840","School District Name":"School City of Mishawaka","Physical Address Line 1":"1402 S Main St","Physical Address Line 2":"","Physical Address City":"Mishawaka","Physical Address State":"IN ","Physical Address Zipcode":"46544","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16562440780746637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1806660","School District Name":"Mill Creek Community Sch Corp","Physical Address Line 1":"6631 S CR 200 W","Physical Address Line 2":"","Physical Address City":"Clayton","Physical Address State":"IN ","Physical Address Zipcode":"46118","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06159238858287431,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1806630","School District Name":"Milan Community Schools","Physical Address Line 1":"412 E Carr St","Physical Address Line 2":"","Physical Address City":"Milan","Physical Address State":"IN ","Physical Address Zipcode":"47031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09863013698630137,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1806600","School District Name":"Middlebury Community Schools","Physical Address Line 1":"56853 Northridge Dr","Physical Address Line 2":"","Physical Address City":"Middlebury","Physical Address State":"IN ","Physical Address Zipcode":"46540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06647940074906367,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1806570","School District Name":"Michigan City Area Schools","Physical Address Line 1":"408 S Carroll Ave","Physical Address Line 2":"","Physical Address City":"Michigan City","Physical Address State":"IN ","Physical Address Zipcode":"46360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.22322322322322322,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1806510","School District Name":"MSD Martinsville Schools","Physical Address Line 1":"389 E Jackson Street","Physical Address Line 2":"","Physical Address City":"Martinsville","Physical Address State":"IN ","Physical Address Zipcode":"46151","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11416156428994667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1806480","School District Name":"Sheridan Community Schools","Physical Address Line 1":"24795 N Hinesley Rd","Physical Address Line 2":"","Physical Address City":"Sheridan","Physical Address State":"IN ","Physical Address Zipcode":"46069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08146487294469357,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1806390","School District Name":"Marion Community Schools","Physical Address Line 1":"750 W 26th St","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"IN ","Physical Address Zipcode":"46953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2637803590285111,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1806270","School District Name":"Manchester Community Schools","Physical Address Line 1":"404 W Ninth St","Physical Address Line 2":"","Physical Address City":"N Manchester","Physical Address State":"IN ","Physical Address Zipcode":"46962","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12006079027355623,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1806240","School District Name":"Madison-Grant United School Corp","Physical Address Line 1":"11580 S/E 00 W","Physical Address Line 2":"","Physical Address City":"Fairmount","Physical Address State":"IN ","Physical Address Zipcode":"46928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1384282624369142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1806120","School District Name":"Madison Consolidated Schools","Physical Address Line 1":"2421 Wilson Ave","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"IN ","Physical Address Zipcode":"47250","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15177771138332835,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1806100","School District Name":"Madison Area Ed Spec Srv Unit","Physical Address Line 1":"702 Elm St","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"IN ","Physical Address Zipcode":"47250","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1806090","School District Name":"Maconaquah School Corp","Physical Address Line 1":"7932 S Strawtown Pike","Physical Address Line 2":"","Physical Address City":"Bunker Hill","Physical Address State":"IN ","Physical Address Zipcode":"46914","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1678520625889047,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1806080","School District Name":"MSD Warren County","Physical Address Line 1":"101 N Monroe St","Physical Address Line 2":"","Physical Address City":"Williamsport","Physical Address State":"IN ","Physical Address Zipcode":"47993","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10726351351351351,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1806060","School District Name":"Loogootee Community Sch Corp","Physical Address Line 1":"201 Brooks Ave","Physical Address Line 2":"","Physical Address City":"Loogootee","Physical Address State":"IN ","Physical Address Zipcode":"47553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10642781875658588,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1806030","School District Name":"Logansport Community Sch Corp","Physical Address Line 1":"2829 George St","Physical Address Line 2":"","Physical Address City":"Logansport","Physical Address State":"IN ","Physical Address Zipcode":"46947","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1470435684647303,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1805910","School District Name":"Linton-Stockton School Corporation","Physical Address Line 1":"801 NE 1st St","Physical Address Line 2":"","Physical Address City":"Linton","Physical Address State":"IN ","Physical Address Zipcode":"47441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16282764098490865,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1805880","School District Name":"Liberty-Perry Community Sch Corp","Physical Address Line 1":"105 S CR 650 E","Physical Address Line 2":"","Physical Address City":"Selma","Physical Address State":"IN ","Physical Address Zipcode":"47383","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13003095975232198,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1805790","School District Name":"Lebanon Community School Corp","Physical Address Line 1":"1810 N Grant St","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"IN ","Physical Address Zipcode":"46052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07171408417587585,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1805700","School District Name":"Lawrenceburg Community School Corp","Physical Address Line 1":"300 Tiger Blvd","Physical Address Line 2":"","Physical Address City":"Lawrenceburg","Physical Address State":"IN ","Physical Address Zipcode":"47025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12225519287833828,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1805670","School District Name":"MSD Lawrence Township","Physical Address Line 1":"6501 Sunnyside Rd","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1227113762600288,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1805580","School District Name":"LaPorte Community School Corp","Physical Address Line 1":"1921 'A' St","Physical Address Line 2":"","Physical Address City":"LaPorte","Physical Address State":"IN ","Physical Address Zipcode":"46350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12143426294820717,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1805550","School District Name":"Wawasee Community School Corp","Physical Address Line 1":"801 S Sycamore St","Physical Address Line 2":"","Physical Address City":"Syracuse","Physical Address State":"IN ","Physical Address Zipcode":"46567","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09529664924684907,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1805520","School District Name":"Lakeland School Corporation","Physical Address Line 1":"0825 E 075 N","Physical Address Line 2":"","Physical Address City":"LaGrange","Physical Address State":"IN ","Physical Address Zipcode":"46761","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13841166936790925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1805460","School District Name":"Lake Ridge New Tech Schools","Physical Address Line 1":"6111 W Ridge Rd","Physical Address Line 2":"","Physical Address City":"Gary","Physical Address State":"IN ","Physical Address Zipcode":"46408","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3622679377822378,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1805450","School District Name":"Lake Central School Corporation","Physical Address Line 1":"8260 Wicker Ave","Physical Address Line 2":"","Physical Address City":"Saint John","Physical Address State":"IN ","Physical Address Zipcode":"46373","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07250303653181352,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1805400","School District Name":"Lafayette School Corporation","Physical Address Line 1":"2300 Cason St","Physical Address Line 2":"","Physical Address City":"Lafayette","Physical Address State":"IN ","Physical Address Zipcode":"47904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1888153938665063,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1805370","School District Name":"Kokomo School Corporation","Physical Address Line 1":"1500 S Washington","Physical Address Line 2":"","Physical Address City":"Kokomo","Physical Address State":"IN ","Physical Address Zipcode":"46904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21401842256764536,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1805340","School District Name":"Knox Community School Corp","Physical Address Line 1":"2 Redskin Trl","Physical Address Line 2":"","Physical Address City":"Knox","Physical Address State":"IN ","Physical Address Zipcode":"46534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20200951877313592,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1805280","School District Name":"Kankakee Valley School Corp","Physical Address Line 1":"12021 N 550 W","Physical Address Line 2":"","Physical Address City":"Wheatfield","Physical Address State":"IN ","Physical Address Zipcode":"46392","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08245419211549139,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1805240","School District Name":"Earlywood Educational Services","Physical Address Line 1":"500 Earlywood Dr","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"IN ","Physical Address Zipcode":"46131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1805190","School District Name":"Jennings County School Corporation","Physical Address Line 1":"34 Main St","Physical Address Line 2":"","Physical Address City":"North Vernon","Physical Address State":"IN ","Physical Address Zipcode":"47265","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14954265049989365,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1804980","School District Name":"Jay School Corporation","Physical Address Line 1":"1976 W Tyson Rd","Physical Address Line 2":"","Physical Address City":"Portland","Physical Address State":"IN ","Physical Address Zipcode":"47371","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20337168852020338,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1804800","School District Name":"Jac-Cen-Del Community Sch Corp","Physical Address Line 1":"723 N Buckeye St","Physical Address Line 2":"","Physical Address City":"Osgood","Physical Address State":"IN ","Physical Address Zipcode":"47037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13953488372093023,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1804770","School District Name":"Indianapolis Public Schools","Physical Address Line 1":"120 E Walnut St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46204","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.25775517335093373,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1804710","School District Name":"Huntington Co Com Sch Corp","Physical Address Line 1":"1063 E 900 S","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"IN ","Physical Address Zipcode":"46792","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1018822310481782,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1804620","School District Name":"River Forest Community Sch Corp","Physical Address Line 1":"3250 Michigan St","Physical Address Line 2":"","Physical Address City":"Hobart","Physical Address State":"IN ","Physical Address Zipcode":"46342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.31319554848966613,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1804590","School District Name":"School City of Hobart","Physical Address Line 1":"32 E 7th St","Physical Address Line 2":"","Physical Address City":"Hobart","Physical Address State":"IN ","Physical Address Zipcode":"46342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14634146341463414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1804560","School District Name":"School Town of Highland","Physical Address Line 1":"9145 Kennedy Ave","Physical Address Line 2":"","Physical Address City":"Highland","Physical Address State":"IN ","Physical Address Zipcode":"46322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11794414735591206,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1804500","School District Name":"Wes-Del Community Schools","Physical Address Line 1":"10290 N CR 600 W","Physical Address Line 2":"","Physical Address City":"Gaston","Physical Address State":"IN ","Physical Address Zipcode":"47342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12089356110381078,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1804470","School District Name":"Western School Corporation","Physical Address Line 1":"2600 S 600 W","Physical Address Line 2":"","Physical Address City":"Russiaville","Physical Address State":"IN ","Physical Address Zipcode":"46979","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08462455303933254,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1804350","School District Name":"Hanover Community School Corp","Physical Address Line 1":"9520 W 133rd Ave","Physical Address Line 2":"","Physical Address City":"Cedar Lake","Physical Address State":"IN ","Physical Address Zipcode":"46303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05823863636363636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1804320","School District Name":"School City of Hammond","Physical Address Line 1":"41 Williams Street","Physical Address Line 2":"","Physical Address City":"Hammond","Physical Address State":"IN ","Physical Address Zipcode":"46320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2798755186721992,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1804260","School District Name":"Hamilton Heights School Corp","Physical Address Line 1":"410 W Main St","Physical Address Line 2":"","Physical Address City":"Arcadia","Physical Address State":"IN ","Physical Address Zipcode":"46030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06366237482117311,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1804230","School District Name":"Hamilton Community Schools","Physical Address Line 1":"903 S Wayne St","Physical Address Line 2":"","Physical Address City":"Hamilton","Physical Address State":"IN ","Physical Address Zipcode":"46742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10550458715596331,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1804170","School District Name":"Griffith Public Schools","Physical Address Line 1":"602 N Raymond","Physical Address Line 2":"","Physical Address City":"Griffith","Physical Address State":"IN ","Physical Address Zipcode":"46319","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1631442343344457,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1804140","School District Name":"Monroe-Gregg School District","Physical Address Line 1":"135 S Chestnut St","Physical Address Line 2":"","Physical Address City":"Monrovia","Physical Address State":"IN ","Physical Address Zipcode":"46157","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06954612005856516,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1804110","School District Name":"Greenwood Community Sch Corp","Physical Address Line 1":"605 W Smith Valley Rd","Physical Address Line 2":"","Physical Address City":"Greenwood","Physical Address State":"IN ","Physical Address Zipcode":"46142","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08834302951950011,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1804080","School District Name":"Greensburg Community Schools","Physical Address Line 1":"1312 W Westridge Pky","Physical Address Line 2":"","Physical Address City":"Greensburg","Physical Address State":"IN ","Physical Address Zipcode":"47240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11170872983036823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1804050","School District Name":"Greenfield-Central Com Schools","Physical Address Line 1":"110 W North St","Physical Address Line 2":"","Physical Address City":"Greenfield","Physical Address State":"IN ","Physical Address Zipcode":"46140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07000983284169125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803990","School District Name":"Greencastle Community School Corp","Physical Address Line 1":"1002 Mill Pond Lane","Physical Address Line 2":"","Physical Address City":"Greencastle","Physical Address State":"IN ","Physical Address Zipcode":"46135","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13811280969952558,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803960","School District Name":"Greater Jasper Consolidated Schs","Physical Address Line 1":"1520 St Charles St Suite 1","Physical Address Line 2":"","Physical Address City":"Jasper","Physical Address State":"IN ","Physical Address Zipcode":"47546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0665524135961154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803940","School District Name":"Greater Clark County Schools","Physical Address Line 1":"2112 Utica-Sellersburg Rd","Physical Address Line 2":"","Physical Address City":"Jeffersonville","Physical Address State":"IN ","Physical Address Zipcode":"47130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10278457048197523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803930","School District Name":"Goshen Community Schools","Physical Address Line 1":"613 E Purl St","Physical Address Line 2":"","Physical Address City":"Goshen","Physical Address State":"IN ","Physical Address Zipcode":"46526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11187214611872145,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803870","School District Name":"Gary Community School Corp","Physical Address Line 1":"900 Gerry St","Physical Address Line 2":"","Physical Address City":"Gary","Physical Address State":"IN ","Physical Address Zipcode":"46406","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.46467806475081846,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1803840","School District Name":"Garrett-Keyser-Butler Com Sch Corp","Physical Address Line 1":"900 E Warfield","Physical Address Line 2":"","Physical Address City":"Garrett","Physical Address State":"IN ","Physical Address Zipcode":"46738","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11160714285714286,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803810","School District Name":"Frontier School Corporation","Physical Address Line 1":"126 E Main St","Physical Address Line 2":"","Physical Address City":"Chalmers","Physical Address State":"IN ","Physical Address Zipcode":"47929","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07923497267759563,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1803780","School District Name":"Fremont Community Schools","Physical Address Line 1":"1100 W Toledo St","Physical Address Line 2":"","Physical Address City":"Fremont","Physical Address State":"IN ","Physical Address Zipcode":"46737","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13654618473895583,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1803750","School District Name":"Franklin Township Com Sch Corp","Physical Address Line 1":"6141 S Franklin Rd","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46259","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07404873877725524,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803720","School District Name":"Lanesville Community School Corp","Physical Address Line 1":"2725 Crestview Ave NE","Physical Address Line 2":"","Physical Address City":"Lanesville","Physical Address State":"IN ","Physical Address Zipcode":"47136","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.056241426611796985,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803700","School District Name":"Franklin County Community Sch Corp","Physical Address Line 1":"225 E 10th St","Physical Address Line 2":"","Physical Address City":"Brookville","Physical Address State":"IN ","Physical Address Zipcode":"47012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10843806104129264,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1803690","School District Name":"Franklin Community School Corp","Physical Address Line 1":"998 Grizzly Cub Dr","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"IN ","Physical Address Zipcode":"46131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07720649807402445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803660","School District Name":"Community Schools of Frankfort","Physical Address Line 1":"2400 E Wabash Ave","Physical Address Line 2":"","Physical Address City":"Frankfort","Physical Address State":"IN ","Physical Address Zipcode":"46041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15138282387190685,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803630","School District Name":"Fort Wayne Community Schools","Physical Address Line 1":"1200 S Clinton St","Physical Address Line 2":"","Physical Address City":"Fort Wayne","Physical Address State":"IN ","Physical Address Zipcode":"46802","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17972794640138057,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803570","School District Name":"Flat Rock-Hawcreek School Corp","Physical Address Line 1":"9423 N SR 9","Physical Address Line 2":"","Physical Address City":"Hope","Physical Address State":"IN ","Physical Address Zipcode":"47246","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08612873980054397,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1803510","School District Name":"Fayette County School Corporation","Physical Address Line 1":"1401 Spartan Drive","Physical Address Line 2":"","Physical Address City":"Connersville","Physical Address State":"IN ","Physical Address Zipcode":"47331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1549067315490673,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803480","School District Name":"Fairfield Community Schools","Physical Address Line 1":"67240 CR 31","Physical Address Line 2":"","Physical Address City":"Goshen","Physical Address State":"IN ","Physical Address Zipcode":"46528","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.061129568106312294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803450","School District Name":"Evansville Vanderburgh School Corp","Physical Address Line 1":"951 Walnut St","Physical Address Line 2":"","Physical Address City":"Evansville","Physical Address State":"IN ","Physical Address Zipcode":"47713","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.16054254007398275,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803330","School District Name":"Eminence Community School Corp","Physical Address Line 1":"6764 N SR 42","Physical Address Line 2":"","Physical Address City":"Eminence","Physical Address State":"IN ","Physical Address Zipcode":"46125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09456740442655935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1803300","School District Name":"Elwood Community School Corp","Physical Address Line 1":"1306 N Anderson St","Physical Address Line 2":"","Physical Address City":"Elwood","Physical Address State":"IN ","Physical Address Zipcode":"46036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16202844774273345,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803270","School District Name":"Elkhart Community Schools","Physical Address Line 1":"2720 California Rd","Physical Address Line 2":"","Physical Address City":"Elkhart","Physical Address State":"IN ","Physical Address Zipcode":"46514","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15852997016544615,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803240","School District Name":"Edinburgh Community School Corp","Physical Address Line 1":"202 S Keeley St","Physical Address Line 2":"","Physical Address City":"Edinburgh","Physical Address State":"IN ","Physical Address Zipcode":"46124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1442516268980477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803210","School District Name":"Shelby Eastern Schools","Physical Address Line 1":"2451 N 600 E","Physical Address Line 2":"","Physical Address City":"Shelbyville","Physical Address State":"IN ","Physical Address Zipcode":"46176","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07241129616220131,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1803180","School District Name":"Randolph Eastern School Corp","Physical Address Line 1":"731 N Plum St","Physical Address Line 2":"","Physical Address City":"Union City","Physical Address State":"IN ","Physical Address Zipcode":"47390","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20528211284513806,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1803150","School District Name":"Eastern Howard School Corporation","Physical Address Line 1":"221 W Main Suite One","Physical Address Line 2":"","Physical Address City":"Greentown","Physical Address State":"IN ","Physical Address Zipcode":"46936","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06710853355426678,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803120","School District Name":"Eastern Hancock Co Com Sch Corp","Physical Address Line 1":"10370 E 250 N","Physical Address Line 2":"","Physical Address City":"Charlottesville","Physical Address State":"IN ","Physical Address Zipcode":"46117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.060839760068551844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1803090","School District Name":"Eastern Greene Schools","Physical Address Line 1":"1471 N SR 43","Physical Address Line 2":"","Physical Address City":"Bloomfield","Physical Address State":"IN ","Physical Address Zipcode":"47424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1375089992800576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1803060","School District Name":"DeKalb Co Eastern Com Sch Dist","Physical Address Line 1":"300 E Washington St","Physical Address Line 2":"","Physical Address City":"Butler","Physical Address State":"IN ","Physical Address Zipcode":"46721","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10440985732814527,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1803030","School District Name":"Eastbrook Community Sch Corp","Physical Address Line 1":"CR 560 S 900 E","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"IN ","Physical Address Zipcode":"46953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15334207077326342,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1803000","School District Name":"East Washington School Corp","Physical Address Line 1":"1050 N Eastern School Rd","Physical Address Line 2":"","Physical Address City":"Pekin","Physical Address State":"IN ","Physical Address Zipcode":"47165","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16981132075471697,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1802970","School District Name":"East Noble School Corporation","Physical Address Line 1":"126 W Rush St","Physical Address Line 2":"","Physical Address City":"Kendallville","Physical Address State":"IN ","Physical Address Zipcode":"46755","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.123941493456505,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802940","School District Name":"East Gibson School Corporation","Physical Address Line 1":"9724 E Main","Physical Address Line 2":"","Physical Address City":"Oakland City","Physical Address State":"IN ","Physical Address Zipcode":"47660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11413043478260869,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802910","School District Name":"Lake Station Community Schools","Physical Address Line 1":"2500 Pike St","Physical Address Line 2":"","Physical Address City":"Lake Station","Physical Address State":"IN ","Physical Address Zipcode":"46405","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.27789623312011374,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1802880","School District Name":"School City of East Chicago","Physical Address Line 1":"1401 E 144th Street","Physical Address Line 2":"","Physical Address City":"East Chicago","Physical Address State":"IN ","Physical Address Zipcode":"46312","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.41521476625840953,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1802850","School District Name":"East Allen County Schools","Physical Address Line 1":"1240 SR 930 E","Physical Address Line 2":"","Physical Address City":"New Haven","Physical Address State":"IN ","Physical Address Zipcode":"46774","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13613793103448277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802830","School District Name":"Zionsville Community Schools","Physical Address Line 1":"900 Mulberry St","Physical Address Line 2":"","Physical Address City":"Zionsville","Physical Address State":"IN ","Physical Address Zipcode":"46077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.016300392955901615,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802800","School District Name":"Duneland School Corporation","Physical Address Line 1":"601 W Morgan Ave","Physical Address Line 2":"","Physical Address City":"Chesterton","Physical Address State":"IN ","Physical Address Zipcode":"46304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07420494699646643,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802700","School District Name":"Delphi Community School Corp","Physical Address Line 1":"501 Armory Rd","Physical Address Line 2":"","Physical Address City":"Delphi","Physical Address State":"IN ","Physical Address Zipcode":"46923","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1034920634920635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802660","School District Name":"Delaware Community School Corp","Physical Address Line 1":"9750 N CR 200 E","Physical Address Line 2":"","Physical Address City":"Muncie","Physical Address State":"IN ","Physical Address Zipcode":"47303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10548346588530766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802640","School District Name":"MSD Decatur Township","Physical Address Line 1":"5275 Kentucky Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1500611662362376,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802610","School District Name":"Decatur County Community Schools","Physical Address Line 1":"2020 N Montgomery Rd","Physical Address Line 2":"","Physical Address City":"Greensburg","Physical Address State":"IN ","Physical Address Zipcode":"47240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10004446420631392,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802580","School District Name":"Daviess-Martin Special Ed Coop","Physical Address Line 1":"9 W Main St","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"IN ","Physical Address Zipcode":"47501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1802550","School District Name":"Danville Community School Corp","Physical Address Line 1":"200 Warrior Way","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"IN ","Physical Address Zipcode":"46122","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05747126436781609,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802520","School District Name":"Culver Community Schools Corp","Physical Address Line 1":"700 School St","Physical Address Line 2":"","Physical Address City":"Culver","Physical Address State":"IN ","Physical Address Zipcode":"46511","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15537488708220415,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1802490","School District Name":"Crown Point Community School Corp","Physical Address Line 1":"200 E North St","Physical Address Line 2":"","Physical Address City":"Crown Point","Physical Address State":"IN ","Physical Address Zipcode":"46307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07160804020100503,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802460","School District Name":"Crawfordsville Community Schools","Physical Address Line 1":"1000 Fairview Ave","Physical Address Line 2":"","Physical Address City":"Crawfordsville","Physical Address State":"IN ","Physical Address Zipcode":"47933","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17297979797979798,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802440","School District Name":"Crawford County Community Sch Corp","Physical Address Line 1":"5805 E Administration Rd","Physical Address Line 2":"","Physical Address City":"Marengo","Physical Address State":"IN ","Physical Address Zipcode":"47140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20248868778280543,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1802430","School District Name":"Covington Community School Corp","Physical Address Line 1":"601 Market St","Physical Address Line 2":"","Physical Address City":"Covington","Physical Address State":"IN ","Physical Address Zipcode":"47932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0843520782396088,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802420","School District Name":"Covered Bridge Spec Ed Dist","Physical Address Line 1":"1320 Walnut St","Physical Address Line 2":"","Physical Address City":"Terre Haute","Physical Address State":"IN ","Physical Address Zipcode":"47807","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1802400","School District Name":"Concord Community Schools","Physical Address Line 1":"59040 Minuteman Way","Physical Address Line 2":"","Physical Address City":"Elkhart","Physical Address State":"IN ","Physical Address Zipcode":"46517","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1119637937819756,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802280","School District Name":"Whitley County Con Schools","Physical Address Line 1":"107 N Walnut St","Physical Address Line 2":"","Physical Address City":"Columbia City","Physical Address State":"IN ","Physical Address Zipcode":"46725","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07255600814663951,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802220","School District Name":"Cloverdale Community Schools","Physical Address Line 1":"310 E Logan","Physical Address Line 2":"","Physical Address City":"Cloverdale","Physical Address State":"IN ","Physical Address Zipcode":"46120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14708520179372198,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1802190","School District Name":"South Central Com School Corp","Physical Address Line 1":"9808 S 600 W","Physical Address Line 2":"","Physical Address City":"Union Mills","Physical Address State":"IN ","Physical Address Zipcode":"46382","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0925414364640884,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1802160","School District Name":"Clinton Prairie School Corporation","Physical Address Line 1":"2390 S CR 450 W","Physical Address Line 2":"","Physical Address City":"Frankfort","Physical Address State":"IN ","Physical Address Zipcode":"46041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07778915046059365,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1802130","School District Name":"Clinton Central School Corporation","Physical Address Line 1":"725 N SR 29","Physical Address Line 2":"","Physical Address City":"Michigantown","Physical Address State":"IN ","Physical Address Zipcode":"46057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09943181818181818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1802040","School District Name":"Northwestern School Corp","Physical Address Line 1":"3075 N Washington St","Physical Address Line 2":"","Physical Address City":"Kokomo","Physical Address State":"IN ","Physical Address Zipcode":"46901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08099489795918367,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1801920","School District Name":"Clarksville Community School Corp","Physical Address Line 1":"200 Ettel Ln","Physical Address Line 2":"","Physical Address City":"Clarksville","Physical Address State":"IN ","Physical Address Zipcode":"47129","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13040494166094715,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1801890","School District Name":"Clark-Pleasant Community Sch Corp","Physical Address Line 1":"50 Center St","Physical Address Line 2":"","Physical Address City":"Whiteland","Physical Address State":"IN ","Physical Address Zipcode":"46184","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07671582529778787,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1801770","School District Name":"Randolph Central School Corp","Physical Address Line 1":"103 N East St","Physical Address Line 2":"","Physical Address City":"Winchester","Physical Address State":"IN ","Physical Address Zipcode":"47394","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16791808873720138,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1801740","School District Name":"Perry Central Com Schools Corp","Physical Address Line 1":"18677 Old SR 37","Physical Address Line 2":"","Physical Address City":"Leopold","Physical Address State":"IN ","Physical Address Zipcode":"47551","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08086253369272237,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1801710","School District Name":"Central Noble Com School Corp","Physical Address Line 1":"200 E Main St","Physical Address Line 2":"","Physical Address City":"Albion","Physical Address State":"IN ","Physical Address Zipcode":"46701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10578279266572638,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1801590","School District Name":"DeKalb Co Ctl United Sch Dist","Physical Address Line 1":"3326 CR 427","Physical Address Line 2":"","Physical Address City":"Waterloo","Physical Address State":"IN ","Physical Address Zipcode":"46793","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09112259276655707,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1801560","School District Name":"Centerville-Abington Com Schs","Physical Address Line 1":"115 W South St","Physical Address Line 2":"","Physical Address City":"Centerville","Physical Address State":"IN ","Physical Address Zipcode":"47330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1438618925831202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1801470","School District Name":"Central Nine Career Center","Physical Address Line 1":"1999 US 31 S","Physical Address Line 2":"","Physical Address City":"Greenwood","Physical Address State":"IN ","Physical Address Zipcode":"46143","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1801440","School District Name":"Center Grove Community School Corp","Physical Address Line 1":"4800 W Stones Crossing Rd","Physical Address Line 2":"","Physical Address City":"Greenwood","Physical Address State":"IN ","Physical Address Zipcode":"46143","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03931177175215071,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1801410","School District Name":"Caston School Corporation","Physical Address Line 1":"9815 SR 25 S","Physical Address Line 2":"","Physical Address City":"Fulton","Physical Address State":"IN ","Physical Address Zipcode":"46931","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1118421052631579,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1801290","School District Name":"Carroll Consolidated School Corp","Physical Address Line 1":"2 S 3rd St","Physical Address Line 2":"","Physical Address City":"Flora","Physical Address State":"IN ","Physical Address Zipcode":"46929","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08528584817244611,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1801230","School District Name":"Medora Community School Corp","Physical Address Line 1":"31 S Perry St","Physical Address Line 2":"","Physical Address City":"Medora","Physical Address State":"IN ","Physical Address Zipcode":"47260","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17725752508361203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1801200","School District Name":"Carmel Clay Schools","Physical Address Line 1":"5201 E Main St","Physical Address Line 2":"","Physical Address City":"Carmel","Physical Address State":"IN ","Physical Address Zipcode":"46033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.028582227051542494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1801170","School District Name":"Cannelton City Schools","Physical Address Line 1":"109 S Third St","Physical Address Line 2":"","Physical Address City":"Cannelton","Physical Address State":"IN ","Physical Address Zipcode":"47520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2536764705882353,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1801060","School District Name":"C A Beard Memorial School Corp","Physical Address Line 1":"8139 W US 40","Physical Address Line 2":"","Physical Address City":"Knightstown","Physical Address State":"IN ","Physical Address Zipcode":"46148","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10672853828306264,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1801050","School District Name":"Brownstown Cnt Com Sch Corp","Physical Address Line 1":"608 W Commerce St","Physical Address Line 2":"","Physical Address City":"Brownstown","Physical Address State":"IN ","Physical Address Zipcode":"47220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10108864696734059,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1801020","School District Name":"Brownsburg Community School Corp","Physical Address Line 1":"310 Stadium Dr","Physical Address Line 2":"","Physical Address City":"Brownsburg","Physical Address State":"IN ","Physical Address Zipcode":"46112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.040827091465344446,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800960","School District Name":"Brown County School Corporation","Physical Address Line 1":"357 E Main St","Physical Address Line 2":"","Physical Address City":"Nashville","Physical Address State":"IN ","Physical Address Zipcode":"47448","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1319796954314721,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800900","School District Name":"Bremen Public Schools","Physical Address Line 1":"512 W Grant St","Physical Address Line 2":"","Physical Address City":"Bremen","Physical Address State":"IN ","Physical Address Zipcode":"46506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07930258717660292,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800840","School District Name":"Clay Community Schools","Physical Address Line 1":"1013 S Forest Ave","Physical Address Line 2":"","Physical Address City":"Brazil","Physical Address State":"IN ","Physical Address Zipcode":"47834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1488469601677149,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800750","School District Name":"MSD Boone Township","Physical Address Line 1":"307 S Main St","Physical Address Line 2":"","Physical Address City":"Hebron","Physical Address State":"IN ","Physical Address Zipcode":"46341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08436018957345971,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800720","School District Name":"MSD Bluffton-Harrison","Physical Address Line 1":"805 E Harrison St","Physical Address Line 2":"","Physical Address City":"Bluffton","Physical Address State":"IN ","Physical Address Zipcode":"46714","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12540822991508818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800690","School District Name":"North Harrison Com School Corp","Physical Address Line 1":"1260 Hwy 64 NW","Physical Address Line 2":"","Physical Address City":"Ramsey","Physical Address State":"IN ","Physical Address Zipcode":"47166","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10530546623794212,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800660","School District Name":"Blue River Valley Schools","Physical Address Line 1":"303 S Walnut St","Physical Address Line 2":"","Physical Address City":"Mount Summit","Physical Address State":"IN ","Physical Address Zipcode":"47361","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12769010043041606,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800630","School District Name":"Monroe County Community Sch Corp","Physical Address Line 1":"315 E North Dr","Physical Address Line 2":"","Physical Address City":"Bloomington","Physical Address State":"IN ","Physical Address Zipcode":"47401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13862268776465345,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800600","School District Name":"Bloomfield School District","Physical Address Line 1":"500 W South St","Physical Address Line 2":"","Physical Address City":"Bloomfield","Physical Address State":"IN ","Physical Address Zipcode":"47424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13508260447035958,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800570","School District Name":"Blackford County Schools","Physical Address Line 1":"0668 W 200 S","Physical Address Line 2":"","Physical Address City":"Hartford City","Physical Address State":"IN ","Physical Address Zipcode":"47348","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1886592474827769,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800480","School District Name":"Benton Community School Corp","Physical Address Line 1":"405 S Grant Ave","Physical Address Line 2":"","Physical Address City":"Fowler","Physical Address State":"IN ","Physical Address Zipcode":"47944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11867612293144209,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800450","School District Name":"Beech Grove City Schools","Physical Address Line 1":"5334 Hornet Ave","Physical Address Line 2":"","Physical Address City":"Beech Grove","Physical Address State":"IN ","Physical Address Zipcode":"46107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18886019918849134,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800420","School District Name":"Baugo Community Schools","Physical Address Line 1":"29125 CR 22 W","Physical Address Line 2":"","Physical Address City":"Elkhart","Physical Address State":"IN ","Physical Address Zipcode":"46517","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07650273224043716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800390","School District Name":"Batesville Community School Corp","Physical Address Line 1":"626 N Huntersville Rd","Physical Address Line 2":"","Physical Address City":"Batesville","Physical Address State":"IN ","Physical Address Zipcode":"47006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06365313653136531,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800360","School District Name":"Bartholomew Con School Corp","Physical Address Line 1":"1200 Central Ave","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"IN ","Physical Address Zipcode":"47201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0999191830137389,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800330","School District Name":"Barr-Reeve Community Schools Inc","Physical Address Line 1":"373 N Main St","Physical Address Line 2":"","Physical Address City":"Montgomery","Physical Address State":"IN ","Physical Address Zipcode":"47558","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11261872455902307,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800270","School District Name":"Avon Community School Corp","Physical Address Line 1":"7203 E US Hwy 36","Physical Address Line 2":"","Physical Address City":"Avon","Physical Address State":"IN ","Physical Address Zipcode":"46123","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04963322854148804,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800240","School District Name":"South Dearborn Community Sch Corp","Physical Address Line 1":"6109 Squire Pl","Physical Address Line 2":"","Physical Address City":"Aurora","Physical Address State":"IN ","Physical Address Zipcode":"47001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11716524216524217,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800225","School District Name":"Phalen Leadership Academy at Louis","Physical Address Line 1":"3445 N Central Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800224","School District Name":"Rooted School Indianapolis","Physical Address Line 1":"5750 E 30th St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46218","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800223","School District Name":"BELIEVE Circle City High School","Physical Address Line 1":"2540 North Capitol Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800222","School District Name":"Phalen Virtual Leadership Academy","Physical Address Line 1":"4352 Mitthoeffer Rd","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800221","School District Name":"HIM By HER Collegiate School for t","Physical Address Line 1":"4501 East 32nd Street","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46218","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800220","School District Name":"The PATH School","Physical Address Line 1":"653 Somerset Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800219","School District Name":"GEO Next Generation Academy","Physical Address Line 1":"4002 N Franklin Road","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46226","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800218","School District Name":"Phalen Leadership Academy at Franc","Physical Address Line 1":"3920 Baker Dr","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46236","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800217","School District Name":"The Hope Academy Inc.","Physical Address Line 1":"3919 Madison Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46227","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800216","School District Name":"Adelante Schools","Physical Address Line 1":"1202 E Troy Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800215","School District Name":"James and Rosemary Phalen Leadersh","Physical Address Line 1":"4352 Mitthoeffer Rd","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800214","School District Name":"Purdue Polytechnic High School Sou","Physical Address Line 1":"635 S Lafayette Blvd","Physical Address Line 2":"","Physical Address City":"South Bend","Physical Address State":"IN ","Physical Address Zipcode":"46601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800213","School District Name":"Silver Creek School Corporation","Physical Address Line 1":"601 Renz Ave","Physical Address Line 2":"","Physical Address City":"Sellersburg","Physical Address State":"IN ","Physical Address Zipcode":"47172","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05714285714285714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800212","School District Name":"Borden-Henryville School Corp","Physical Address Line 1":"601 Renz Ave","Physical Address Line 2":"","Physical Address City":"Sellersburg","Physical Address State":"IN ","Physical Address Zipcode":"47172","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.059665871121718374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800211","School District Name":"Purdue Polytechnic High Sch North","Physical Address Line 1":"1405 Broad Ripple Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46220","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800210","School District Name":"Attica Consolidated School Corp","Physical Address Line 1":"205 E Sycamore St","Physical Address Line 2":"","Physical Address City":"Attica","Physical Address State":"IN ","Physical Address Zipcode":"47918","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14340588988476313,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800209","School District Name":"Excel Center - Bloomington","Physical Address Line 1":"2088 Liberty Drive","Physical Address Line 2":"","Physical Address City":"Bloomington","Physical Address State":"IN ","Physical Address Zipcode":"47403","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800208","School District Name":"Paramount Englewood","Physical Address Line 1":"1849 E Pleasant Run S Pkwy Dr","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800207","School District Name":"Invent Learning Hub","Physical Address Line 1":"1849 E Pleasant Run Pkwy S Dr","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800206","School District Name":"KIPP Indy Legacy High","Physical Address Line 1":"2255 N Ralston Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46218","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800205","School District Name":"Dynamic Minds Academy","Physical Address Line 1":"8350 Craig St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46250","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800204","School District Name":"PLA at George H Fisher School 93","Physical Address Line 1":"7151 E 35th St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46226","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800203","School District Name":"Timothy L. Johnson Academy Middle","Physical Address Line 1":"4625 Werling Drive","Physical Address Line 2":"","Physical Address City":"Fort Wayne","Physical Address State":"IN ","Physical Address Zipcode":"46806","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800202","School District Name":"pilotED Schools","Physical Address Line 1":"2710 Bethel Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800200","School District Name":"Excel Center - Gary","Physical Address Line 1":"3710 Clark Road","Physical Address Line 2":"","Physical Address City":"Gary","Physical Address State":"IN ","Physical Address Zipcode":"46408","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800199","School District Name":"Allegiant Preparatory Academy","Physical Address Line 1":"3125 Concord Ct - Suite B","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800198","School District Name":"Indiana Agriculture and Technology","Physical Address Line 1":"1982 S Morgantown Road","Physical Address Line 2":"","Physical Address City":"Morgantown","Physical Address State":"IN ","Physical Address Zipcode":"46160","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800197","School District Name":"Excel Center - Muncie","Physical Address Line 1":"1023 W Jackson St","Physical Address Line 2":"","Physical Address City":"Muncie","Physical Address State":"IN ","Physical Address Zipcode":"47305","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800196","School District Name":"Paramount Cottage Home","Physical Address Line 1":"1203 E St. Clair Street","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800195","School District Name":"Gary Middle College West","Physical Address Line 1":"1630 N Meridian St 350","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800194","School District Name":"Matchbook Learning","Physical Address Line 1":"1163 Belmont Avenue","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800193","School District Name":"Vanguard Collegiate of Indy","Physical Address Line 1":"2440 W Ohio St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800192","School District Name":"Urban ACT Academy","Physical Address Line 1":"1250 E Market Street","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800191","School District Name":"Indiana Connections Career Academy","Physical Address Line 1":"6640 Intech Boulevard - Ste 250","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46278","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800190","School District Name":"Ignite Achievement Academy","Physical Address Line 1":"1002 W 25 Street","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800189","School District Name":"Otwell Miller Academy","Physical Address Line 1":"9958 East County Road 150 N","Physical Address Line 2":"","Physical Address City":"Otwell","Physical Address State":"IN ","Physical Address Zipcode":"47564","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800188","School District Name":"James & Rosemary Phalen Leadership","Physical Address Line 1":"4352 Mitthoeffer Road","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800187","School District Name":"Riverside High School","Physical Address Line 1":"3010 N white River Parkway","Physical Address Line 2":"","Physical Address City":"Indianpolis","Physical Address State":"IN ","Physical Address Zipcode":"46208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800185","School District Name":"Excel Center - Hammond","Physical Address Line 1":"3438 169th Street","Physical Address Line 2":"","Physical Address City":"Hammond","Physical Address State":"IN ","Physical Address Zipcode":"46323","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800184","School District Name":"Avondale Meadows Middle School","Physical Address Line 1":"3980 Meadows Dr","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800183","School District Name":"Purdue Polytechnic High School Ind","Physical Address Line 1":"49 W Maryland St H10B","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800182","School District Name":"Excel Center - Clarksville","Physical Address Line 1":"1329 Applegate Lane","Physical Address Line 2":"","Physical Address City":"Clarksville","Physical Address State":"IN ","Physical Address Zipcode":"47129","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800181","School District Name":"Circle City Prep Charter School","Physical Address Line 1":"4002 N Franklin Rd","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46226","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800180","School District Name":"Argos Community Schools","Physical Address Line 1":"500 Yearick Ave","Physical Address Line 2":"","Physical Address City":"Argos","Physical Address State":"IN ","Physical Address Zipcode":"46501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14777618364418937,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800179","School District Name":"Insight School of Indiana","Physical Address Line 1":"2855 North Franklin Road","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46219","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800178","School District Name":"Higher Institute of Arts & Tech","Physical Address Line 1":"5861 Harrison Street","Physical Address Line 2":"","Physical Address City":"Merrillville","Physical Address State":"IN ","Physical Address Zipcode":"46410","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800177","School District Name":"Kindezi Academy","Physical Address Line 1":"3725 Kiel Avenue","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46224","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800176","School District Name":"Seven Oaks Classical School","Physical Address Line 1":"200 E Association St","Physical Address Line 2":"","Physical Address City":"Bloomington","Physical Address State":"IN ","Physical Address Zipcode":"47429","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800175","School District Name":"Excel Center - Shelbyville","Physical Address Line 1":"111 North Harrison Street","Physical Address Line 2":"","Physical Address City":"Shelbyville","Physical Address State":"IN ","Physical Address Zipcode":"46176","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800172","School District Name":"ACE Preparatory Academy","Physical Address Line 1":"5326 Hillside Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46220","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800171","School District Name":"Steel City Academy","Physical Address Line 1":"2650 West 35th Avenue","Physical Address Line 2":"","Physical Address City":"Gary","Physical Address State":"IN ","Physical Address Zipcode":"46408","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800170","School District Name":"Global Preparatory Academy","Physical Address Line 1":"2033 Sugar Grove Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800169","School District Name":"Excel Center - South Bend","Physical Address Line 1":"2721 Kenwood Ave","Physical Address Line 2":"","Physical Address City":"South Bend","Physical Address State":"IN ","Physical Address Zipcode":"46628","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800168","School District Name":"Mays Community Academy","Physical Address Line 1":"929 E South Street","Physical Address Line 2":"","Physical Address City":"Mays","Physical Address State":"IN ","Physical Address Zipcode":"46155","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800165","School District Name":"Dugger Union Community School Corp","Physical Address Line 1":"7356 E County Road 50 South","Physical Address Line 2":"","Physical Address City":"Dugger","Physical Address State":"IN ","Physical Address Zipcode":"47848","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800164","School District Name":"Career Academy Middle School","Physical Address Line 1":"3801 Crescent Circle - Suite B","Physical Address Line 2":"","Physical Address City":"South Bend","Physical Address State":"IN ","Physical Address Zipcode":"46628","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800163","School District Name":"Excel Center - Noblesville","Physical Address Line 1":"300 N 17th St","Physical Address Line 2":"","Physical Address City":"Noblesville","Physical Address State":"IN ","Physical Address Zipcode":"46060","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800161","School District Name":"Success Academy Primary School","Physical Address Line 1":"3408 Ardmore Trail","Physical Address Line 2":"","Physical Address City":"South Bend","Physical Address State":"IN ","Physical Address Zipcode":"46628","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800159","School District Name":"Excel Center - University Heights","Physical Address Line 1":"3919 Madison Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46227","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800150","School District Name":"Anderson Community School Corp","Physical Address Line 1":"1600 Hillcrest Ave","Physical Address Line 2":"","Physical Address City":"Anderson","Physical Address State":"IN ","Physical Address Zipcode":"46011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18751210067763796,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800149","School District Name":"Christel House Academy West","Physical Address Line 1":"2717 S East St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46225","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800148","School District Name":"Tindley Summit Academy","Physical Address Line 1":"3698 Dubarry","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46226","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800147","School District Name":"KIPP Indy Unite Elementary","Physical Address Line 1":"1740 E 30th St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46218","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800146","School District Name":"Vision Academy","Physical Address Line 1":"1751 E Riverside Drive","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800145","School District Name":"Tindley Genesis Academy","Physical Address Line 1":"2540 N Capitol Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800142","School District Name":"Excel Center - Lafayette","Physical Address Line 1":"615 N 18th St 2nd Floor","Physical Address Line 2":"","Physical Address City":"Lafayette","Physical Address State":"IN ","Physical Address Zipcode":"47904","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800140","School District Name":"Central IN Education Service Ctr","Physical Address Line 1":"3500 DePauw Blv - Suite 2020","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46268","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800138","School District Name":"Excel Center - Lafayette Square","Physical Address Line 1":"6000 W 34th Street","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46224","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800137","School District Name":"Enlace Academy","Physical Address Line 1":"3725 Kiel Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46224","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800135","School District Name":"Excel Center - Kokomo","Physical Address Line 1":"101 W Superior St","Physical Address Line 2":"","Physical Address City":"Kokomo","Physical Address State":"IN ","Physical Address Zipcode":"46901","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800134","School District Name":"Excel Center - Richmond","Physical Address Line 1":"1215 S 'J' St","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"IN ","Physical Address Zipcode":"47374","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800133","School District Name":"Ripley-Ohio-Dearborn Sp Ed Coop","Physical Address Line 1":"925 N Meridian St Ste 100","Physical Address Line 2":"","Physical Address City":"Sunman","Physical Address State":"IN ","Physical Address Zipcode":"47041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800131","School District Name":"Smith Academy for Excellence","Physical Address Line 1":"725 W Washington Blvd","Physical Address Line 2":"","Physical Address City":"Fort Wayne","Physical Address State":"IN ","Physical Address Zipcode":"46802","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800130","School District Name":"Northwest IN Education Center","Physical Address Line 1":"2939 41st St","Physical Address Line 2":"","Physical Address City":"Highland","Physical Address State":"IN ","Physical Address Zipcode":"46322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800129","School District Name":"Canaan Community Academy","Physical Address Line 1":"8775 N Canaan Main St","Physical Address Line 2":"","Physical Address City":"Canaan","Physical Address State":"IN ","Physical Address Zipcode":"47224","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800124","School District Name":"Phalen Leadership Academy - IN Inc","Physical Address Line 1":"2323 North Illinois Street","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46208","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800123","School District Name":"Inspire Academy - A Sch of Inquiry","Physical Address Line 1":"2801 E 16th St","Physical Address Line 2":"","Physical Address City":"Muncie","Physical Address State":"IN ","Physical Address Zipcode":"47302","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800122","School District Name":"Christel House DORS","Physical Address Line 1":"2717 S East St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46225","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800120","School District Name":"Alexandria Community School Corp","Physical Address Line 1":"202 E Washington St","Physical Address Line 2":"","Physical Address City":"Alexandria","Physical Address State":"IN ","Physical Address Zipcode":"46001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.14325068870523416,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800118","School District Name":"North Central Parke Comm Schl Corp","Physical Address Line 1":"602 Howard Ave","Physical Address Line 2":"","Physical Address City":"Rockville","Physical Address State":"IN ","Physical Address Zipcode":"47872","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22055137844611528,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800116","School District Name":"Excel Center - Anderson","Physical Address Line 1":"630 Nichol Ave","Physical Address Line 2":"","Physical Address City":"Anderson","Physical Address State":"IN ","Physical Address Zipcode":"46016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800113","School District Name":"Neighbors' New Vistas High School","Physical Address Line 1":"5201 US Hwy 6","Physical Address Line 2":"","Physical Address City":"Portage","Physical Address State":"IN ","Physical Address Zipcode":"46368","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800110","School District Name":"Region 8 Education Service Center","Physical Address Line 1":"1027 W Rudisill Blvd - Box #17","Physical Address Line 2":"","Physical Address City":"Fort Wayne","Physical Address State":"IN ","Physical Address Zipcode":"46807","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800108","School District Name":"Damar Charter Academy","Physical Address Line 1":"5125 Decatur Blvd - Suite D","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46241","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800107","School District Name":"Tri-Township Cons School Corp","Physical Address Line 1":"309 School Dr","Physical Address Line 2":"","Physical Address City":"Wanatah","Physical Address State":"IN ","Physical Address Zipcode":"46390","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10398230088495575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800105","School District Name":"Southside Sp Srvs Of Marion Co","Physical Address Line 1":"5391 S Shelby St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46227","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800102","School District Name":"Gary Middle College","Physical Address Line 1":"1630 N Meridian St 350","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800101","School District Name":"Career Academy High School","Physical Address Line 1":"3801 Crescent Cir","Physical Address Line 2":"","Physical Address City":"South Bend","Physical Address State":"IN ","Physical Address Zipcode":"46628","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800099","School District Name":"Rock Creek Community Academy","Physical Address Line 1":"8000 Diefenbach Ln","Physical Address Line 2":"","Physical Address City":"Sellersburg","Physical Address State":"IN ","Physical Address Zipcode":"47172","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800098","School District Name":"Indiana Connections Academy","Physical Address Line 1":"6640 INTECH Blvd - Suite 250","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46278","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800094","School District Name":"IN Math & Science Academy - North","Physical Address Line 1":"7435 N Keystone Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46240","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800093","School District Name":"Excel Center for Adult Learners","Physical Address Line 1":"1635 W Michigan St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800090","School District Name":"Wabash Valley Education Center","Physical Address Line 1":"3061 Benton St","Physical Address Line 2":"","Physical Address City":"West Lafayette","Physical Address State":"IN ","Physical Address Zipcode":"47906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800088","School District Name":"Discovery Charter School","Physical Address Line 1":"800 Canonie Dr","Physical Address Line 2":"","Physical Address City":"Porter","Physical Address State":"IN ","Physical Address Zipcode":"46304","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800086","School District Name":"Paramount Brookside","Physical Address Line 1":"3020 Nowland Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800083","School District Name":"The Bloomington Project School","Physical Address Line 1":"349 S Walnut St","Physical Address Line 2":"","Physical Address City":"Bloomington","Physical Address State":"IN ","Physical Address Zipcode":"47401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800082","School District Name":"Hammond Academy of Science & Tech","Physical Address Line 1":"33 Muenich Ct","Physical Address Line 2":"","Physical Address City":"Hammond","Physical Address State":"IN ","Physical Address Zipcode":"46320","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800080","School District Name":"Wilson Education Center","Physical Address Line 1":"2101 Grace Ave","Physical Address Line 2":"","Physical Address City":"Charlestown","Physical Address State":"IN ","Physical Address Zipcode":"47111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800079","School District Name":"Wabash River CTE Center","Physical Address Line 1":"615 East Strawberry Rd","Physical Address Line 2":"","Physical Address City":"Montezuma","Physical Address State":"IN ","Physical Address Zipcode":"47862","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800078","School District Name":"Old National Trail Spec Serv Coop","Physical Address Line 1":"1 N Calbert Way - Suite B","Physical Address Line 2":"","Physical Address City":"Greencastle","Physical Address State":"IN ","Physical Address Zipcode":"46135","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800077","School District Name":"Anderson Preparatory Academy","Physical Address Line 1":"101 W 29th St","Physical Address Line 2":"","Physical Address City":"Anderson","Physical Address State":"IN ","Physical Address Zipcode":"46016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800072","School District Name":"Hoosier Academy - Indianapolis","Physical Address Line 1":"2855 North Franklin Rd","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46219","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800071","School District Name":"Aspire Charter Academy","Physical Address Line 1":"4900 W 15th Ave","Physical Address Line 2":"","Physical Address City":"Gary","Physical Address State":"IN ","Physical Address Zipcode":"46406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800070","School District Name":"East Central Education Service Ctr","Physical Address Line 1":"1601 Indiana Ave","Physical Address Line 2":"","Physical Address City":"Connersville","Physical Address State":"IN ","Physical Address Zipcode":"47331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800067","School District Name":"IN Math & Science Academy","Physical Address Line 1":"4575 W 38th St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46254","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800065","School District Name":"Renaissance Academy Charter School","Physical Address Line 1":"4093 W US 20","Physical Address Line 2":"","Physical Address City":"LaPorte","Physical Address State":"IN ","Physical Address Zipcode":"46350","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800064","School District Name":"Indianapolis Metropolitan High Sch","Physical Address Line 1":"1635 W Michigan St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800061","School District Name":"Geist Montessori Academy","Physical Address Line 1":"6058 W 900 N","Physical Address Line 2":"","Physical Address City":"McCordsville","Physical Address State":"IN ","Physical Address Zipcode":"46055","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800060","School District Name":"Adams Central Community Schools","Physical Address Line 1":"222 W Washington St","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"IN ","Physical Address Zipcode":"46772","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2134433962264151,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800058","School District Name":"Herron Charter","Physical Address Line 1":"110 E 16th St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800057","School District Name":"Avondale Meadows Academy","Physical Address Line 1":"3980 Meadows Dr","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800054","School District Name":"East Chicago Lighthouse Charter","Physical Address Line 1":"3916 Pulaski St","Physical Address Line 2":"","Physical Address City":"East Chicago","Physical Address State":"IN ","Physical Address Zipcode":"46312","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800052","School District Name":"Gary Lighthouse Charter School","Physical Address Line 1":"725 Clark Road","Physical Address Line 2":"","Physical Address City":"Gary","Physical Address State":"IN ","Physical Address Zipcode":"46406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800051","School District Name":"Victory College Prep Academy","Physical Address Line 1":"1780 Sloan Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800050","School District Name":"Southern IN Education Center","Physical Address Line 1":"1102 Tree Lane Dr","Physical Address Line 2":"","Physical Address City":"Jasper","Physical Address State":"IN ","Physical Address Zipcode":"47546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800048","School District Name":"East Chicago Urban Enterprise Acad","Physical Address Line 1":"1402 E Chicago Ave","Physical Address Line 2":"","Physical Address City":"East Chicago","Physical Address State":"IN ","Physical Address Zipcode":"46312","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800046","School District Name":"21st Century Charter Sch of Gary","Physical Address Line 1":"1630 N Meridian St 350","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800045","School District Name":"Charles A Tindley Accelerated Sch","Physical Address Line 1":"3960 Meadows Dr","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800043","School District Name":"Rural Community Schools Inc","Physical Address Line 1":"2385 N State Rd 63","Physical Address Line 2":"","Physical Address City":"Sullivan","Physical Address State":"IN ","Physical Address Zipcode":"47882","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800042","School District Name":"Andrew J Brown Academy","Physical Address Line 1":"3600 N German Church Rd","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46235","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800041","School District Name":"Indiana Academy for Sci Math Hmn","Physical Address Line 1":"BSU - Teachers College(TC-912)","Physical Address Line 2":"","Physical Address City":"Muncie","Physical Address State":"IN ","Physical Address Zipcode":"47306","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800040","School District Name":"Northern IN Education Center","Physical Address Line 1":"56535 Magnetic Dr","Physical Address Line 2":"","Physical Address City":"Mishawaka","Physical Address State":"IN ","Physical Address Zipcode":"46545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800038","School District Name":"Burris Laboratory School","Physical Address Line 1":"Dean's Office-Teachers Clg BSU","Physical Address Line 2":"","Physical Address City":"Muncie","Physical Address State":"IN ","Physical Address Zipcode":"47306","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800037","School District Name":"Joshua Academy","Physical Address Line 1":"1230 E Illinois St","Physical Address Line 2":"","Physical Address City":"Evansville","Physical Address State":"IN ","Physical Address Zipcode":"47711","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800036","School District Name":"Lost River Career Cooperative","Physical Address Line 1":"600 Elm St - Suite One","Physical Address Line 2":"","Physical Address City":"Paoli","Physical Address State":"IN ","Physical Address Zipcode":"47454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800034","School District Name":"Area 30 Career Center Edu Inter","Physical Address Line 1":"1 N Calbert Way Suite A","Physical Address Line 2":"","Physical Address City":"Greencastle","Physical Address State":"IN ","Physical Address Zipcode":"46135","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800033","School District Name":"SE Neighborhood Sch of Excellence","Physical Address Line 1":"1601 S Barth Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800030","School District Name":"MSD Southwest Allen County Schls","Physical Address Line 1":"4824 Homestead Rd","Physical Address Line 2":"","Physical Address City":"Fort Wayne","Physical Address State":"IN ","Physical Address Zipcode":"46814","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.044805571677307025,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1800028","School District Name":"KIPP Indy College Prep Middle","Physical Address Line 1":"1740 E 30th St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46218","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800027","School District Name":"Charter School of the Dunes","Physical Address Line 1":"7300 E Melton Road","Physical Address Line 2":"","Physical Address City":"Gary","Physical Address State":"IN ","Physical Address Zipcode":"46403","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800025","School District Name":"Thea Bowman Leadership Academy","Physical Address Line 1":"975 W 6th Ave","Physical Address Line 2":"","Physical Address City":"Gary","Physical Address State":"IN ","Physical Address Zipcode":"46402","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800024","School District Name":"Indiana School For The Deaf","Physical Address Line 1":"1200 E 42nd St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46205","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800023","School District Name":"IN Sch for the Blind & Vis Imprd","Physical Address Line 1":"7725 N College Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800021","School District Name":"Signature School Inc","Physical Address Line 1":"610 Main St","Physical Address Line 2":"","Physical Address City":"Evansville","Physical Address State":"IN ","Physical Address Zipcode":"47708","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800020","School District Name":"West Central Education Service Ctr","Physical Address Line 1":"522 Anderson St","Physical Address Line 2":"","Physical Address City":"Greencastle","Physical Address State":"IN ","Physical Address Zipcode":"46135","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800018","School District Name":"Christel House Academy South","Physical Address Line 1":"2717 S East St","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46225","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800016","School District Name":"Options Charter Schools","Physical Address Line 1":"530 W Carmel Dr","Physical Address Line 2":"","Physical Address City":"Carmel","Physical Address State":"IN ","Physical Address Zipcode":"46032","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800014","School District Name":"Irvington Community School","Physical Address Line 1":"6705 E Julian Ave","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46219","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800013","School District Name":"Timothy L Johnson Academy","Physical Address Line 1":"4625 Werling Dr","Physical Address Line 2":"","Physical Address City":"Fort Wayne","Physical Address State":"IN ","Physical Address Zipcode":"46806","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800011","School District Name":"Community Montessori Inc","Physical Address Line 1":"4102 St Joseph Rd","Physical Address Line 2":"","Physical Address City":"New Albany","Physical Address State":"IN ","Physical Address Zipcode":"47150","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800010","School District Name":"Greater Randolph Interlocal Coop","Physical Address Line 1":"325 S Oak St - Suite 301","Physical Address Line 2":"","Physical Address City":"Winchester","Physical Address State":"IN ","Physical Address Zipcode":"47394","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800009","School District Name":"Blue River Career Programs","Physical Address Line 1":"801 St Joseph St","Physical Address Line 2":"","Physical Address City":"Shelbyville","Physical Address State":"IN ","Physical Address Zipcode":"46176","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800008","School District Name":"White River Valley School District","Physical Address Line 1":"5644 W State Rd 54","Physical Address Line 2":"","Physical Address City":"Switz City","Physical Address State":"IN ","Physical Address Zipcode":"47465","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14831981460023175,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1800007","School District Name":"Greene-Sullivan Sp Ed Coop","Physical Address Line 1":"77 'A' St NE","Physical Address Line 2":"","Physical Address City":"Linton","Physical Address State":"IN ","Physical Address Zipcode":"47441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1800006","School District Name":"Indiana Department of Correction","Physical Address Line 1":"302 W Washington St Rm E334","Physical Address Line 2":"","Physical Address City":"Indianapolis","Physical Address State":"IN ","Physical Address Zipcode":"46204","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1743963","School District Name":"Belleville Area Special Services","Physical Address Line 1":"2411 Pathways Xing","Physical Address Line 2":"","Physical Address City":"Belleville","Physical Address State":"IL ","Physical Address Zipcode":"62221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1743962","School District Name":"Midwest Central CUSD 191","Physical Address Line 1":"1010 S Washington St","Physical Address Line 2":"","Physical Address City":"Manito","Physical Address State":"IL ","Physical Address Zipcode":"61546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11508704061895551,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1743960","School District Name":"Yorkville CUSD 115","Physical Address Line 1":"602 Center Pkwy Ste A","Physical Address Line 2":"","Physical Address City":"Yorkville","Physical Address State":"IL ","Physical Address Zipcode":"60560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03351614868982328,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1743890","School District Name":"Zion-Benton Twp HSD 126","Physical Address Line 1":"3901 21st St","Physical Address Line 2":"","Physical Address City":"Zion","Physical Address State":"IL ","Physical Address Zipcode":"60099","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1387739751786386,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1743860","School District Name":"Zion ESD 6","Physical Address Line 1":"2800 29th St","Physical Address Line 2":"","Physical Address City":"Zion","Physical Address State":"IL ","Physical Address Zipcode":"60099","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.24615384615384617,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1743800","School District Name":"Zeigler-Royalton CUSD 188","Physical Address Line 1":"PO Box 38","Physical Address Line 2":"","Physical Address City":"Zeigler","Physical Address State":"IL ","Physical Address Zipcode":"62999","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23417721518987342,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1743380","School District Name":"Worth SD 127","Physical Address Line 1":"11218 S Ridgeland Ave","Physical Address Line 2":"","Physical Address City":"Worth","Physical Address State":"IL ","Physical Address Zipcode":"60482","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2495069033530572,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1743330","School District Name":"Woodstock CUSD 200","Physical Address Line 1":"2990 Raffel Rd","Physical Address Line 2":"","Physical Address City":"Woodstock","Physical Address State":"IL ","Physical Address Zipcode":"60098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08943514644351465,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1743110","School District Name":"Woodland CCSD 50","Physical Address Line 1":"1105 N Hunt Club Rd","Physical Address Line 2":"","Physical Address City":"Gurnee","Physical Address State":"IL ","Physical Address Zipcode":"60031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06841540113514342,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1743050","School District Name":"Wood River-Hartford ESD 15","Physical Address Line 1":"501 E Lorena Ave","Physical Address Line 2":"","Physical Address City":"Wood River","Physical Address State":"IL ","Physical Address Zipcode":"62095","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16591928251121077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1743020","School District Name":"Wood Dale SD 7","Physical Address Line 1":"543 N Wood Dale Rd","Physical Address Line 2":"","Physical Address City":"Wood Dale","Physical Address State":"IL ","Physical Address Zipcode":"60191","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09650735294117647,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1742990","School District Name":"Shawnee CUSD 84","Physical Address Line 1":"3365 State Hwy 3 N","Physical Address Line 2":"","Physical Address City":"Wolf Lake","Physical Address State":"IL ","Physical Address Zipcode":"62998","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2584856396866841,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1742960","School District Name":"Wolf Branch SD 113","Physical Address Line 1":"410 Huntwood Rd","Physical Address Line 2":"","Physical Address City":"Swansea","Physical Address State":"IL ","Physical Address Zipcode":"62226","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06339712918660287,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1742900","School District Name":"Winthrop Harbor SD 1","Physical Address Line 1":"500 North Ave","Physical Address Line 2":"","Physical Address City":"Winthrop Harbor","Physical Address State":"IL ","Physical Address Zipcode":"60096","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10823909531502424,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1742840","School District Name":"Winnetka SD 36","Physical Address Line 1":"1235 Oak St","Physical Address Line 2":"","Physical Address City":"Winnetka","Physical Address State":"IL ","Physical Address Zipcode":"60093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03836813987372511,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1742810","School District Name":"Winnebago County Spec Educ Coop","Physical Address Line 1":"11971 Wagon Wheel Rd","Physical Address Line 2":"","Physical Address City":"Rockton","Physical Address State":"IL ","Physical Address Zipcode":"61072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1742790","School District Name":"Winnebago CUSD 323","Physical Address Line 1":"304 E McNair Rd","Physical Address Line 2":"","Physical Address City":"Winnebago","Physical Address State":"IL ","Physical Address Zipcode":"61088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10337837837837838,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1742720","School District Name":"Winfield SD 34","Physical Address Line 1":"0S150 Winfield Rd","Physical Address Line 2":"","Physical Address City":"Winfield","Physical Address State":"IL ","Physical Address Zipcode":"60190","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05249343832020997,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1742690","School District Name":"Windsor CUSD 1","Physical Address Line 1":"1424 Minnesota Ave","Physical Address Line 2":"","Physical Address City":"Windsor","Physical Address State":"IL ","Physical Address Zipcode":"61957","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13896457765667575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1742660","School District Name":"Winchester CUSD 1","Physical Address Line 1":"149 S Elm St","Physical Address Line 2":"","Physical Address City":"Winchester","Physical Address State":"IL ","Physical Address Zipcode":"62694","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13764510779436154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1742630","School District Name":"Wilmington CUSD 209U","Physical Address Line 1":"209U Wildcat Ct","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"IL ","Physical Address Zipcode":"60481","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10112359550561797,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1742600","School District Name":"Wilmette SD 39","Physical Address Line 1":"615 Locust Rd","Physical Address Line 2":"","Physical Address City":"Wilmette","Physical Address State":"IL ","Physical Address Zipcode":"60091","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.024864024864024864,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1742570","School District Name":"Willow Springs SD 108","Physical Address Line 1":"8345 Archer Ave","Physical Address Line 2":"","Physical Address City":"Willow Springs","Physical Address State":"IL ","Physical Address Zipcode":"60480","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20821114369501467,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1742510","School District Name":"Willow Grove SD 46","Physical Address Line 1":"815 W 7th St","Physical Address Line 2":"","Physical Address City":"Centralia","Physical Address State":"IL ","Physical Address Zipcode":"62801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16352201257861634,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1742480","School District Name":"Williamsville CUSD 15","Physical Address Line 1":"800 S Walnut St","Physical Address Line 2":"","Physical Address City":"Williamsville","Physical Address State":"IL ","Physical Address Zipcode":"62693","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.038461538461538464,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1742450","School District Name":"Williamsfield CUSD 210","Physical Address Line 1":"325 W Kentucky Ave","Physical Address Line 2":"","Physical Address City":"Williamsfield","Physical Address State":"IL ","Physical Address Zipcode":"61489","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1572052401746725,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1742310","School District Name":"Sterling CUSD 5","Physical Address Line 1":"410 E Le Fevre Rd","Physical Address Line 2":"","Physical Address City":"Sterling","Physical Address State":"IL ","Physical Address Zipcode":"61081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13513513513513514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1742300","School District Name":"Whiteside SD 115","Physical Address Line 1":"111 Warrior Way","Physical Address Line 2":"","Physical Address City":"Belleville","Physical Address State":"IL ","Physical Address Zipcode":"62221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13220338983050847,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1742240","School District Name":"North Greene CUSD 3","Physical Address Line 1":"250 E Sherman St","Physical Address Line 2":"","Physical Address City":"White Hall","Physical Address State":"IL ","Physical Address Zipcode":"62092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19181286549707602,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1742210","School District Name":"Wheeling CCSD 21","Physical Address Line 1":"999 W Dundee Rd","Physical Address Line 2":"","Physical Address City":"Wheeling","Physical Address State":"IL ","Physical Address Zipcode":"60090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10721682332324359,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1742180","School District Name":"CUSD 200","Physical Address Line 1":"130 W Park Ave","Physical Address Line 2":"","Physical Address City":"Wheaton","Physical Address State":"IL ","Physical Address Zipcode":"60189","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.052083333333333336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1742060","School District Name":"Wethersfield CUSD 230","Physical Address Line 1":"439 Willard St","Physical Address Line 2":"","Physical Address City":"Kewanee","Physical Address State":"IL ","Physical Address Zipcode":"61443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0985663082437276,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1741980","School District Name":"CUSD 201","Physical Address Line 1":"133 S Grant St","Physical Address Line 2":"","Physical Address City":"Westmont","Physical Address State":"IL ","Physical Address Zipcode":"60559","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09987893462469734,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1741820","School District Name":"Western Springs SD 101","Physical Address Line 1":"4225 Wolf Rd","Physical Address Line 2":"","Physical Address City":"Western Springs","Physical Address State":"IL ","Physical Address Zipcode":"60558","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.044548651817116064,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1741790","School District Name":"Westchester SD 92-5","Physical Address Line 1":"9981 Canterbury St","Physical Address Line 2":"","Physical Address City":"Westchester","Physical Address State":"IL ","Physical Address Zipcode":"60154","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09252669039145907,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1741750","School District Name":"West Washington Co CUD 10","Physical Address Line 1":"PO Box 27","Physical Address Line 2":"","Physical Address City":"Okawville","Physical Address State":"IL ","Physical Address Zipcode":"62271","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06433823529411764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1741700","School District Name":"West Northfield SD 31","Physical Address Line 1":"3131 Techny Rd","Physical Address Line 2":"","Physical Address City":"Northbrook","Physical Address State":"IL ","Physical Address Zipcode":"60062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10479375696767002,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1741690","School District Name":"Indian Prairie CUSD 204","Physical Address Line 1":"780 Shoreline Dr","Physical Address Line 2":"","Physical Address City":"Aurora","Physical Address State":"IL ","Physical Address Zipcode":"60504","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.040677328316086545,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1741600","School District Name":"West Lincoln-Broadwell ESD 92","Physical Address Line 1":"2695 Woodlawn Rd","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"IL ","Physical Address Zipcode":"62656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08695652173913043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1741580","School District Name":"Frankfort CUSD 168","Physical Address Line 1":"900 N Cherry St","Physical Address Line 2":"","Physical Address City":"West Frankfort","Physical Address State":"IL ","Physical Address Zipcode":"62896","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24260355029585798,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1741550","School District Name":"West Chicago ESD 33","Physical Address Line 1":"312 E Forest Ave","Physical Address Line 2":"","Physical Address City":"West Chicago","Physical Address State":"IL ","Physical Address Zipcode":"60185","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10976239669421488,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1741520","School District Name":"Calumet City SD 155","Physical Address Line 1":"540 Superior Ave","Physical Address Line 2":"","Physical Address City":"Calumet City","Physical Address State":"IL ","Physical Address Zipcode":"60409","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22122674017918678,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1741360","School District Name":"Wayne City CUSD 100","Physical Address Line 1":"408 E Mill St","Physical Address Line 2":"","Physical Address City":"Wayne City","Physical Address State":"IL ","Physical Address Zipcode":"62895","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16981132075471697,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1741280","School District Name":"Waverly CUSD 6","Physical Address Line 1":"201 N Miller St","Physical Address Line 2":"","Physical Address City":"Waverly","Physical Address State":"IL ","Physical Address Zipcode":"62692","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11144578313253012,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1741250","School District Name":"Waukegan CUSD 60","Physical Address Line 1":"1201 N Sheridan Rd","Physical Address Line 2":"","Physical Address City":"Waukegan","Physical Address State":"IL ","Physical Address Zipcode":"60085","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18351497748482673,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1741190","School District Name":"Wauconda CUSD 118","Physical Address Line 1":"555 N Main St","Physical Address Line 2":"Wauconda CUSD 118","Physical Address City":"Wauconda","Physical Address State":"IL ","Physical Address Zipcode":"60084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06310904872389791,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1741070","School District Name":"Waterloo CUSD 5","Physical Address Line 1":"302 Bellefontaine Dr","Physical Address Line 2":"","Physical Address City":"Waterloo","Physical Address State":"IL ","Physical Address Zipcode":"62298","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.031007751937984496,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1741040","School District Name":"Washington SD 52","Physical Address Line 1":"303 Jackson St","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"IL ","Physical Address Zipcode":"61571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.044147843942505136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1741010","School District Name":"District 50 Schools","Physical Address Line 1":"304 E Almond Dr","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"IL ","Physical Address Zipcode":"61571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12260536398467432,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1740980","School District Name":"Washington CHSD 308","Physical Address Line 1":"115 Bondurant St","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"IL ","Physical Address Zipcode":"61571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04467084639498432,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1740920","School District Name":"Lowpoint-Washburn CUSD 21","Physical Address Line 1":"PO Box 580","Physical Address Line 2":"","Physical Address City":"Washburn","Physical Address State":"IL ","Physical Address Zipcode":"61570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10047846889952153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1740890","School District Name":"Warsaw CUSD 316","Physical Address Line 1":"340 S 11th St","Physical Address Line 2":"","Physical Address City":"Warsaw","Physical Address State":"IL ","Physical Address Zipcode":"62379","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10084033613445378,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1740830","School District Name":"Warrensburg-Latham CUSD 11","Physical Address Line 1":"430 W North St","Physical Address Line 2":"","Physical Address City":"Warrensburg","Physical Address State":"IL ","Physical Address Zipcode":"62573","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0637065637065637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1740800","School District Name":"Warren Twp HSD 121","Physical Address Line 1":"34090 N Almond Rd","Physical Address Line 2":"","Physical Address City":"Gurnee","Physical Address State":"IL ","Physical Address Zipcode":"60031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06045400238948626,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1740740","School District Name":"Warren CUSD 205","Physical Address Line 1":"311 S Water St","Physical Address Line 2":"","Physical Address City":"Warren","Physical Address State":"IL ","Physical Address Zipcode":"61087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09574468085106383,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1740680","School District Name":"North Wamac SD 186","Physical Address Line 1":"1500 Case St","Physical Address Line 2":"","Physical Address City":"Centralia","Physical Address State":"IL ","Physical Address Zipcode":"62801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.28695652173913044,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1740650","School District Name":"Waltonville CUSD 1","Physical Address Line 1":"804 W Knob St","Physical Address Line 2":"","Physical Address City":"Waltonville","Physical Address State":"IL ","Physical Address Zipcode":"62894","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1239193083573487,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1740620","School District Name":"Waltham CCSD 185","Physical Address Line 1":"2902 IL Rte 178","Physical Address Line 2":"","Physical Address City":"Utica","Physical Address State":"IL ","Physical Address Zipcode":"61373","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06870229007633588,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1740530","School District Name":"Wallace CCSD 195","Physical Address Line 1":"1463 N 33rd Rd","Physical Address Line 2":"","Physical Address City":"Ottawa","Physical Address State":"IL ","Physical Address Zipcode":"61350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09398496240601503,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1740500","School District Name":"CCSD 89","Physical Address Line 1":"22W600 Butterfield Rd","Physical Address Line 2":"","Physical Address City":"Glen Ellyn","Physical Address State":"IL ","Physical Address Zipcode":"60137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04470359572400389,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1740480","School District Name":"Wabash & Ohio Valley Sp Ed Dist","Physical Address Line 1":"800 S Division St","Physical Address Line 2":"","Physical Address City":"Norris City","Physical Address State":"IL ","Physical Address Zipcode":"62869","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1740470","School District Name":"Wabash CUSD 348","Physical Address Line 1":"218 W 13th St","Physical Address Line 2":"","Physical Address City":"Mount Carmel","Physical Address State":"IL ","Physical Address Zipcode":"62863","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13006134969325153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1740440","School District Name":"CHSD 94","Physical Address Line 1":"326 Joliet St","Physical Address Line 2":"","Physical Address City":"West Chicago","Physical Address State":"IL ","Physical Address Zipcode":"60185","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07394668959587274,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1740410","School District Name":"Virginia CUSD 64","Physical Address Line 1":"651 S Morgan St","Physical Address Line 2":"","Physical Address City":"Virginia","Physical Address State":"IL ","Physical Address Zipcode":"62691","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14893617021276595,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1740350","School District Name":"SD 45 DuPage County","Physical Address Line 1":"255 W Vermont St","Physical Address Line 2":"","Physical Address City":"Villa Park","Physical Address State":"IL ","Physical Address Zipcode":"60181","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09550865800865802,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1740320","School District Name":"Villa Grove CUSD 302","Physical Address Line 1":"400 N Sycamore St","Physical Address Line 2":"","Physical Address City":"Villa Grove","Physical Address State":"IL ","Physical Address Zipcode":"61956","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10030395136778116,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1740290","School District Name":"Vienna HSD 133","Physical Address Line 1":"601 N 1st St","Physical Address Line 2":"","Physical Address City":"Vienna","Physical Address State":"IL ","Physical Address Zipcode":"62995","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13440860215053763,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1740260","School District Name":"Vienna SD 55","Physical Address Line 1":"PO Box 427","Physical Address Line 2":"","Physical Address City":"Vienna","Physical Address State":"IL ","Physical Address Zipcode":"62995","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20266666666666666,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1740220","School District Name":"Vermilion Assoc for Spec Educ","Physical Address Line 1":"15009 Catlin Tilton Rd","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"IL ","Physical Address Zipcode":"61834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1740200","School District Name":"Venice CUSD 3","Physical Address Line 1":"300 4th St","Physical Address Line 2":"","Physical Address City":"Venice","Physical Address State":"IL ","Physical Address Zipcode":"62090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14792899408284024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1740140","School District Name":"Vandalia CUSD 203","Physical Address Line 1":"1109 N 8th St","Physical Address Line 2":"","Physical Address City":"Vandalia","Physical Address State":"IL ","Physical Address Zipcode":"62471","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1865524060646012,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1740080","School District Name":"Valmeyer CUSD 3","Physical Address Line 1":"300 S Cedar Bluff Dr","Physical Address Line 2":"","Physical Address City":"Valmeyer","Physical Address State":"IL ","Physical Address Zipcode":"62295","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.039832285115303984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1740070","School District Name":"Valley View CUSD 365U","Physical Address Line 1":"801 W Normantown Rd","Physical Address Line 2":"","Physical Address City":"Romeoville","Physical Address State":"IL ","Physical Address Zipcode":"60446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11135817307692308,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1739960","School District Name":"Urbana SD 116","Physical Address Line 1":"PO Box 3039","Physical Address Line 2":"","Physical Address City":"Urbana","Physical Address State":"IL ","Physical Address Zipcode":"61803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.19138561560341324,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1739930","School District Name":"Unity Point CCSD 140","Physical Address Line 1":"4033 S Illinois Ave","Physical Address Line 2":"","Physical Address City":"Carbondale","Physical Address State":"IL ","Physical Address Zipcode":"62903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16972477064220184,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1739870","School District Name":"United Twp HSD 30","Physical Address Line 1":"1275 Avenue of The Cities","Physical Address Line 2":"","Physical Address City":"East Moline","Physical Address State":"IL ","Physical Address Zipcode":"61244","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16549104720564298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1739780","School District Name":"Union Ridge SD 86","Physical Address Line 1":"4600 N Oak Park Ave","Physical Address Line 2":"","Physical Address City":"Harwood Heights","Physical Address State":"IL ","Physical Address Zipcode":"60706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15859030837004406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1739660","School District Name":"Union SD 81","Physical Address Line 1":"1661 Cherry Hill Rd","Physical Address Line 2":"","Physical Address City":"Joliet","Physical Address State":"IL ","Physical Address Zipcode":"60433","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.112,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1739630","School District Name":"Century CUSD 100","Physical Address Line 1":"4721 Shawnee College Rd","Physical Address Line 2":"","Physical Address City":"Ullin","Physical Address State":"IL ","Physical Address Zipcode":"62992","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2303370786516854,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1739600","School District Name":"Tuscola CUSD 301","Physical Address Line 1":"409 S Prairie St","Physical Address Line 2":"","Physical Address City":"Tuscola","Physical Address State":"IL ","Physical Address Zipcode":"61953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0979765708200213,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1739510","School District Name":"Troy CCSD 30C","Physical Address Line 1":"5800 Theodore Dr","Physical Address Line 2":"","Physical Address City":"Plainfield","Physical Address State":"IL ","Physical Address Zipcode":"60586","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09084490468345494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1739480","School District Name":"Tri Point CUSD 6-J","Physical Address Line 1":"PO Box 128","Physical Address Line 2":"","Physical Address City":"Kempton","Physical Address State":"IL ","Physical Address Zipcode":"60946","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1425233644859813,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1739460","School District Name":"Tri-County Spec Educ Assoc","Physical Address Line 1":"105 E Hamilton Rd","Physical Address Line 2":"","Physical Address City":"Bloomington","Physical Address State":"IL ","Physical Address Zipcode":"61704","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1739450","School District Name":"Tri City CUSD 1","Physical Address Line 1":"324 W Charles St","Physical Address Line 2":"","Physical Address City":"Buffalo","Physical Address State":"IL ","Physical Address Zipcode":"62515","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08376963350785341,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1739420","School District Name":"Wesclin CUSD 3","Physical Address Line 1":"699 Wesclin Rd","Physical Address Line 2":"","Physical Address City":"Trenton","Physical Address State":"IL ","Physical Address Zipcode":"62293","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07628398791540786,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1739390","School District Name":"Tremont CUSD 702","Physical Address Line 1":"400 W Pearl St","Physical Address Line 2":"","Physical Address City":"Tremont","Physical Address State":"IL ","Physical Address Zipcode":"61568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03434739941118744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1739180","School District Name":"Tonica CCSD 79","Physical Address Line 1":"535 N 1981st Rd","Physical Address Line 2":"","Physical Address City":"Tonica","Physical Address State":"IL ","Physical Address Zipcode":"61370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05714285714285714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1739120","School District Name":"Tolono CUSD 7","Physical Address Line 1":"PO Box 720","Physical Address Line 2":"","Physical Address City":"Tolono","Physical Address State":"IL ","Physical Address Zipcode":"61880","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.058695652173913045,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1739090","School District Name":"Cumberland CUSD 77","Physical Address Line 1":"1496 Illinois Route 121","Physical Address Line 2":"","Physical Address City":"Toledo","Physical Address State":"IL ","Physical Address Zipcode":"62468","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1118421052631579,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1739030","School District Name":"CCSD 146","Physical Address Line 1":"6611 171st St","Physical Address Line 2":"","Physical Address City":"Tinley Park","Physical Address State":"IL ","Physical Address Zipcode":"60477","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11218082879866052,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1738970","School District Name":"Thornton Twp HSD 205","Physical Address Line 1":"465 E 170Th St","Physical Address Line 2":"","Physical Address City":"South Holland","Physical Address State":"IL ","Physical Address Zipcode":"60473","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1806207616066771,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1738940","School District Name":"Thornton Fractional Twp HSD 215","Physical Address Line 1":"18601 Torrence Ave","Physical Address Line 2":"","Physical Address City":"Lansing","Physical Address State":"IL ","Physical Address Zipcode":"60438","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1868159837108679,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1738910","School District Name":"Thornton SD 154","Physical Address Line 1":"200 N Wolcott St","Physical Address Line 2":"","Physical Address City":"Thornton","Physical Address State":"IL ","Physical Address Zipcode":"60476","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14028776978417265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1738790","School District Name":"Thomasboro CCSD 130","Physical Address Line 1":"201 N Phillips St","Physical Address Line 2":"","Physical Address City":"Thomasboro","Physical Address State":"IL ","Physical Address Zipcode":"61878","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23859649122807017,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1738760","School District Name":"Teutopolis CUSD 50","Physical Address Line 1":"PO Box 607","Physical Address Line 2":"","Physical Address City":"Teutopolis","Physical Address State":"IL ","Physical Address Zipcode":"62467","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.04377682403433476,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1738700","School District Name":"Taylorville CUSD 3","Physical Address Line 1":"815B W Springfield Rd","Physical Address Line 2":"@Taylorville High School","Physical Address City":"Taylorville","Physical Address State":"IL ","Physical Address Zipcode":"62568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13185433235663457,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1738550","School District Name":"Tamaroa School Dist 5","Physical Address Line 1":"PO Box 175","Physical Address Line 2":"","Physical Address City":"Tamaroa","Physical Address State":"IL ","Physical Address Zipcode":"62888","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12280701754385964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1738520","School District Name":"Taft SD 90","Physical Address Line 1":"1605 S Washington St","Physical Address Line 2":"","Physical Address City":"Lockport","Physical Address State":"IL ","Physical Address Zipcode":"60441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08133971291866028,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1738490","School District Name":"V I T CUSD 2","Physical Address Line 1":"1502 E US Highway 136","Physical Address Line 2":"","Physical Address City":"Table Grove","Physical Address State":"IL ","Physical Address Zipcode":"61482","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1617161716171617,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1738460","School District Name":"Sycamore CUSD 427","Physical Address Line 1":"245 W Exchange St","Physical Address Line 2":"","Physical Address City":"Sycamore","Physical Address State":"IL ","Physical Address Zipcode":"60178","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.054558859670680755,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1738400","School District Name":"Sunset Ridge SD 29","Physical Address Line 1":"525 Sunset Ridge Rd","Physical Address Line 2":"","Physical Address City":"Northfield","Physical Address State":"IL ","Physical Address Zipcode":"60093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06157112526539278,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1738370","School District Name":"Sunnybrook SD 171","Physical Address Line 1":"19266 Burnham Ave","Physical Address Line 2":"","Physical Address City":"Lansing","Physical Address State":"IL ","Physical Address Zipcode":"60438","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17128874388254486,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1738220","School District Name":"Summit Hill SD 161","Physical Address Line 1":"20100 S Spruce Dr","Physical Address Line 2":"","Physical Address City":"Frankfort","Physical Address State":"IL ","Physical Address Zipcode":"60423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04253308128544423,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1738190","School District Name":"Summersville SD 79","Physical Address Line 1":"1118 Fairfield Rd","Physical Address Line 2":"","Physical Address City":"Mount Vernon","Physical Address State":"IL ","Physical Address Zipcode":"62864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13617021276595745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1738130","School District Name":"Sullivan CUSD 300","Physical Address Line 1":"725 N Main St","Physical Address Line 2":"","Physical Address City":"Sullivan","Physical Address State":"IL ","Physical Address Zipcode":"61951","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09803921568627451,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1738100","School District Name":"Streator Twp HSD 40","Physical Address Line 1":"202 W Lincoln Ave","Physical Address Line 2":"","Physical Address City":"Streator","Physical Address State":"IL ","Physical Address Zipcode":"61364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16981132075471697,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1738070","School District Name":"Woodland CUSD 5","Physical Address Line 1":"5800 E 3000 North Rd","Physical Address Line 2":"","Physical Address City":"Streator","Physical Address State":"IL ","Physical Address Zipcode":"61364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13592233009708737,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1737980","School District Name":"Stockton CUSD 206","Physical Address Line 1":"540 N Rush St","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"IL ","Physical Address Zipcode":"61085","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12427184466019417,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1737860","School District Name":"Central Stickney SD 110","Physical Address Line 1":"5001 S Long Ave","Physical Address Line 2":"","Physical Address City":"Chicago","Physical Address State":"IL ","Physical Address Zipcode":"60638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12195121951219512,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1737830","School District Name":"Stewardson-Strasburg CUD 5A","Physical Address Line 1":"2806 E 600 North Rd","Physical Address Line 2":"","Physical Address City":"Strasburg","Physical Address State":"IL ","Physical Address Zipcode":"62465","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1024390243902439,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1737800","School District Name":"Steward ESD 220","Physical Address Line 1":"PO Box 76","Physical Address Line 2":"","Physical Address City":"Steward","Physical Address State":"IL ","Physical Address Zipcode":"60553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1016949152542373,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1737680","School District Name":"Steger SD 194","Physical Address Line 1":"3753 Park Ave","Physical Address Line 2":"","Physical Address City":"Steger","Physical Address State":"IL ","Physical Address Zipcode":"60475","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19256308100929614,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1737650","School District Name":"Steeleville CUSD 138","Physical Address Line 1":"609 S Sparta St","Physical Address Line 2":"","Physical Address City":"Steeleville","Physical Address State":"IL ","Physical Address Zipcode":"62288","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10444444444444445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1737590","School District Name":"Staunton CUSD 6","Physical Address Line 1":"801 N Deneen St","Physical Address Line 2":"","Physical Address City":"Staunton","Physical Address State":"IL ","Physical Address Zipcode":"62088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1020066889632107,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1737490","School District Name":"Stark County CUSD 100","Physical Address Line 1":"300 W Van Buren St","Physical Address Line 2":"","Physical Address City":"Wyoming","Physical Address State":"IL ","Physical Address Zipcode":"61491","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1358609794628752,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1737470","School District Name":"St Rose SD 14-15","Physical Address Line 1":"18004 ST. ROSE ROAD","Physical Address Line 2":"","Physical Address City":"ST. ROSE","Physical Address State":"IL ","Physical Address Zipcode":"62230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06756756756756757,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1737440","School District Name":"St Libory Cons SD 30","Physical Address Line 1":"PO Box 323","Physical Address Line 2":"","Physical Address City":"Saint Libory","Physical Address State":"IL ","Physical Address Zipcode":"62282","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1737410","School District Name":"St Joseph Ogden CHSD 305","Physical Address Line 1":"PO Box 890","Physical Address Line 2":"","Physical Address City":"Saint Joseph","Physical Address State":"IL ","Physical Address Zipcode":"61873","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04638218923933209,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1737380","School District Name":"St Joseph CCSD 169","Physical Address Line 1":"PO Box 409","Physical Address Line 2":"","Physical Address City":"Saint Joseph","Physical Address State":"IL ","Physical Address Zipcode":"61873","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.058315334773218146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1737350","School District Name":"Triad CUSD 2","Physical Address Line 1":"203 E Throp St","Physical Address Line 2":"","Physical Address City":"Troy","Physical Address State":"IL ","Physical Address Zipcode":"62294","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03874933190807055,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1737320","School District Name":"St George CCSD 258","Physical Address Line 1":"5200 E Center St","Physical Address Line 2":"","Physical Address City":"Bourbonnais","Physical Address State":"IL ","Physical Address Zipcode":"60914","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07113821138211382,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1737230","School District Name":"St Elmo CUSD 202","Physical Address Line 1":"1200 N Walnut St","Physical Address Line 2":"","Physical Address City":"Saint Elmo","Physical Address State":"IL ","Physical Address Zipcode":"62458","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18385650224215247,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1737170","School District Name":"St Charles CUSD 303","Physical Address Line 1":"201 S 7Th St","Physical Address Line 2":"","Physical Address City":"Saint Charles","Physical Address State":"IL ","Physical Address Zipcode":"60174","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029780564263322883,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1737140","School District Name":"St Anne CHSD 302","Physical Address Line 1":"100 W Dixie Hwy","Physical Address Line 2":"","Physical Address City":"Saint Anne","Physical Address State":"IL ","Physical Address Zipcode":"60964","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18875502008032127,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1737120","School District Name":"St Anne CCSD 256","Physical Address Line 1":"PO Box 530","Physical Address Line 2":"","Physical Address City":"Saint Anne","Physical Address State":"IL ","Physical Address Zipcode":"60964","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15181518151815182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1737080","School District Name":"Springfield SD 186","Physical Address Line 1":"1900 W Monroe St","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"IL ","Physical Address Zipcode":"62704","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.22118491921005387,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1737050","School District Name":"Spring Valley CCSD 99","Physical Address Line 1":"999 N Strong Ave","Physical Address Line 2":"","Physical Address City":"Spring Valley","Physical Address State":"IL ","Physical Address Zipcode":"61362","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15855572998430142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1737020","School District Name":"Spring Lake CCSD 606","Physical Address Line 1":"13650 N Manito Rd","Physical Address Line 2":"","Physical Address City":"Manito","Physical Address State":"IL ","Physical Address Zipcode":"61546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11904761904761904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1736960","School District Name":"Spoon River Valley CUSD 4","Physical Address Line 1":"35265 North IL Hwy 97","Physical Address Line 2":"","Physical Address City":"London Mills","Physical Address State":"IL ","Physical Address Zipcode":"61544","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07520891364902507,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1736920","School District Name":"Spec Educ Assoc of Adams County","Physical Address Line 1":"1416 Maine St","Physical Address Line 2":"","Physical Address City":"Quincy","Physical Address State":"IL ","Physical Address Zipcode":"62301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1736900","School District Name":"Sparta CUSD 140","Physical Address Line 1":"203B Dean Ave","Physical Address Line 2":"","Physical Address City":"Sparta","Physical Address State":"IL ","Physical Address Zipcode":"62286","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18160561184723303,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1736840","School District Name":"South Wilmington CCSD 74","Physical Address Line 1":"PO Box 459","Physical Address Line 2":"","Physical Address City":"South Wilmington","Physical Address State":"IL ","Physical Address Zipcode":"60474","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05194805194805195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1736810","School District Name":"Burbank SD 111","Physical Address Line 1":"7600 Central Ave","Physical Address Line 2":"","Physical Address City":"Burbank","Physical Address State":"IL ","Physical Address Zipcode":"60459","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19049070405364218,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1736780","School District Name":"South Pekin SD 137","Physical Address Line 1":"PO Box 430","Physical Address Line 2":"","Physical Address City":"South Pekin","Physical Address State":"IL ","Physical Address Zipcode":"61564","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11382113821138211,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1736750","School District Name":"South Holland SD 151","Physical Address Line 1":"525 E 162nd St","Physical Address Line 2":"","Physical Address City":"South Holland","Physical Address State":"IL ","Physical Address Zipcode":"60473","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.25961538461538464,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1736720","School District Name":"South Holland SD 150","Physical Address Line 1":"848 E 170th St","Physical Address Line 2":"","Physical Address City":"South Holland","Physical Address State":"IL ","Physical Address Zipcode":"60473","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1900610287707062,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1736640","School District Name":"South Fork SD 14","Physical Address Line 1":"PO Box 20","Physical Address Line 2":"","Physical Address City":"Kincaid","Physical Address State":"IL ","Physical Address Zipcode":"62540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12857142857142856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1736610","School District Name":"Southeastern CUSD 337","Physical Address Line 1":"PO Box 215","Physical Address Line 2":"","Physical Address City":"Augusta","Physical Address State":"IL ","Physical Address Zipcode":"62311","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1761252446183953,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1736600","School District Name":"County of Winnebago SD 320","Physical Address Line 1":"850 Hayes Ave","Physical Address Line 2":"","Physical Address City":"South Beloit","Physical Address State":"IL ","Physical Address Zipcode":"61080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1560353287536801,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1736570","School District Name":"Somonauk CUSD 432","Physical Address Line 1":"501 W Market St","Physical Address Line 2":"","Physical Address City":"Somonauk","Physical Address State":"IL ","Physical Address Zipcode":"60552","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08114035087719298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1736510","School District Name":"Smithton CCSD 130","Physical Address Line 1":"PO Box 395","Physical Address Line 2":"","Physical Address City":"Smithton","Physical Address State":"IL ","Physical Address Zipcode":"62285","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04743833017077799,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1736480","School District Name":"Skokie SD 69","Physical Address Line 1":"5050 Madison St","Physical Address Line 2":"","Physical Address City":"Skokie","Physical Address State":"IL ","Physical Address Zipcode":"60077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17422867513611615,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1736450","School District Name":"Skokie SD 68","Physical Address Line 1":"9440 Kenton Ave","Physical Address Line 2":"","Physical Address City":"Skokie","Physical Address State":"IL ","Physical Address Zipcode":"60076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15792291220556745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1736360","School District Name":"Silvis SD 34","Physical Address Line 1":"4280 4th Ave","Physical Address Line 2":"","Physical Address City":"East Moline","Physical Address State":"IL ","Physical Address Zipcode":"61244","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20222929936305734,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1736330","School District Name":"Signal Hill SD 181","Physical Address Line 1":"40 Signal Hill Pl","Physical Address Line 2":"","Physical Address City":"Belleville","Physical Address State":"IL ","Physical Address Zipcode":"62223","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1751412429378531,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1736300","School District Name":"ESD 159","Physical Address Line 1":"6202 Vollmer Rd","Physical Address Line 2":"","Physical Address City":"Matteson","Physical Address State":"IL ","Physical Address Zipcode":"60443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18587896253602307,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1736240","School District Name":"Shirland CCSD 134","Physical Address Line 1":"PO Box 99","Physical Address Line 2":"","Physical Address City":"Shirland","Physical Address State":"IL ","Physical Address Zipcode":"61079","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09929078014184398,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1736210","School District Name":"Shiloh Village SD 85","Physical Address Line 1":"125 Diamond Ct","Physical Address Line 2":"","Physical Address City":"Shiloh","Physical Address State":"IL ","Physical Address Zipcode":"62269","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07829181494661921,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1736180","School District Name":"Sherrard CUSD 200","Physical Address Line 1":"PO Box 369","Physical Address Line 2":"","Physical Address City":"Sherrard","Physical Address State":"IL ","Physical Address Zipcode":"61281","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09801233721727211,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1736090","School District Name":"Shelbyville CUSD 4","Physical Address Line 1":"720 W Main St","Physical Address Line 2":"","Physical Address City":"Shelbyville","Physical Address State":"IL ","Physical Address Zipcode":"62565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11924882629107982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1735970","School District Name":"Indian Creek CUSD 425","Physical Address Line 1":"506 S Shabbona Rd","Physical Address Line 2":"","Physical Address City":"Shabbona","Physical Address State":"IL ","Physical Address Zipcode":"60550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09651162790697675,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1735940","School District Name":"Sesser-Valier CUSD 196","Physical Address Line 1":"4626 State Highway 154","Physical Address Line 2":"Sesser-Valier CUSD #196","Physical Address City":"Sesser","Physical Address State":"IL ","Physical Address Zipcode":"62884","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1527165932452276,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1735850","School District Name":"Seneca Twp HSD 160","Physical Address Line 1":"PO Box 20","Physical Address Line 2":"","Physical Address City":"Seneca","Physical Address State":"IL ","Physical Address Zipcode":"61360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09237875288683603,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1735820","School District Name":"Seneca CCSD 170","Physical Address Line 1":"174 Oak St","Physical Address Line 2":"","Physical Address City":"Seneca","Physical Address State":"IL ","Physical Address Zipcode":"61360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11670480549199085,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1735770","School District Name":"Selmaville CCSD 10","Physical Address Line 1":"3185 Selmaville Rd","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"IL ","Physical Address Zipcode":"62881","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1085972850678733,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1735640","School District Name":"Schiller Park SD 81","Physical Address Line 1":"9760 Soreng Ave","Physical Address Line 2":"","Physical Address City":"Schiller Park","Physical Address State":"IL ","Physical Address Zipcode":"60176","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16984402079722705,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1735610","School District Name":"Scales Mound CUSD 211","Physical Address Line 1":"210 Main St","Physical Address Line 2":"","Physical Address City":"Scales Mound","Physical Address State":"IL ","Physical Address Zipcode":"61075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1043956043956044,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1735460","School District Name":"CCSD 168","Physical Address Line 1":"21899 Torrence Ave","Physical Address Line 2":"","Physical Address City":"Sauk Village","Physical Address State":"IL ","Physical Address Zipcode":"60411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.33877038895859474,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1735400","School District Name":"Saratoga CCSD 60C","Physical Address Line 1":"4040 N Division St","Physical Address Line 2":"","Physical Address City":"Morris","Physical Address State":"IL ","Physical Address Zipcode":"60450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08409986859395532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1735370","School District Name":"Sandwich CUSD 430","Physical Address Line 1":"720 S Wells St","Physical Address Line 2":"","Physical Address City":"Sandwich","Physical Address State":"IL ","Physical Address Zipcode":"60548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08722871452420701,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1735340","School District Name":"Sandridge SD 172","Physical Address Line 1":"2950 Glenwood Dyer Rd","Physical Address Line 2":"","Physical Address City":"Lynwood","Physical Address State":"IL ","Physical Address Zipcode":"60411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.24817518248175183,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1735310","School District Name":"Sandoval CUSD 501","Physical Address Line 1":"859 W Missouri Ave","Physical Address Line 2":"","Physical Address City":"Sandoval","Physical Address State":"IL ","Physical Address Zipcode":"62882","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2224622030237581,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1735220","School District Name":"Salt Creek SD 48","Physical Address Line 1":"1110 S Villa Ave","Physical Address Line 2":"","Physical Address City":"Villa Park","Physical Address State":"IL ","Physical Address Zipcode":"60181","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09477756286266925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1735190","School District Name":"Salem CHSD 600","Physical Address Line 1":"1200 N Broadway Ave","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"IL ","Physical Address Zipcode":"62881","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11448598130841121,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1735160","School District Name":"Salem SD 111","Physical Address Line 1":"1300 Bobcat Cir","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"IL ","Physical Address Zipcode":"62881","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17256162915326903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1735100","School District Name":"Rutland CCSD 230","Physical Address Line 1":"RR 71 E 3231","Physical Address Line 2":"","Physical Address City":"Ottawa","Physical Address State":"IL ","Physical Address Zipcode":"61350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.058823529411764705,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1735010","School District Name":"Roxana CUSD 1","Physical Address Line 1":"401 Chaffer Ave","Physical Address Line 2":"","Physical Address City":"Roxana","Physical Address State":"IL ","Physical Address Zipcode":"62084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13428874734607218,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1734990","School District Name":"Round Lake CUSD 116","Physical Address Line 1":"884 W Nippersink Rd","Physical Address Line 2":"","Physical Address City":"Round Lake","Physical Address State":"IL ","Physical Address Zipcode":"60073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1497887221331779,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1734870","School District Name":"Rossville-Alvin CUSD 7","Physical Address Line 1":"350 N Chicago St","Physical Address Line 2":"","Physical Address City":"Rossville","Physical Address State":"IL ","Physical Address Zipcode":"60963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15025906735751296,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1734770","School District Name":"Rosemont ESD 78","Physical Address Line 1":"6101 Ruby St","Physical Address Line 2":"","Physical Address City":"Rosemont","Physical Address State":"IL ","Physical Address Zipcode":"60018","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08583690987124463,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1734740","School District Name":"Schaumburg CCSD 54","Physical Address Line 1":"524 E Schaumburg Rd","Physical Address Line 2":"","Physical Address City":"Schaumburg","Physical Address State":"IL ","Physical Address Zipcode":"60194","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08628167085140379,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1734710","School District Name":"Roselle SD 12","Physical Address Line 1":"100 E Walnut St","Physical Address Line 2":"","Physical Address City":"Roselle","Physical Address State":"IL ","Physical Address Zipcode":"60172","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04376657824933687,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1734650","School District Name":"Rooks Creek CCSD 425","Physical Address Line 1":"PO Box 117","Physical Address Line 2":"","Physical Address City":"Graymont","Physical Address State":"IL ","Physical Address Zipcode":"61743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.034482758620689655,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1734620","School District Name":"Rondout SD 72","Physical Address Line 1":"28593 N Bradley Rd","Physical Address Line 2":"","Physical Address City":"Lake Forest","Physical Address State":"IL ","Physical Address Zipcode":"60045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.045454545454545456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1734590","School District Name":"Rome CCSD 2","Physical Address Line 1":"233 W South St","Physical Address Line 2":"","Physical Address City":"Dix","Physical Address State":"IL ","Physical Address Zipcode":"62830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1734540","School District Name":"Rockton SD 140","Physical Address Line 1":"1050 E Union St","Physical Address Line 2":"","Physical Address City":"Rockton","Physical Address State":"IL ","Physical Address Zipcode":"61072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06339869281045751,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1734510","School District Name":"Rockford SD 205","Physical Address Line 1":"501 7th St","Physical Address Line 2":"","Physical Address City":"Rockford","Physical Address State":"IL ","Physical Address Zipcode":"61104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.2306752114164905,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1734470","School District Name":"Rockdale SD 84","Physical Address Line 1":"715 Meadow Ave","Physical Address Line 2":"","Physical Address City":"Rockdale","Physical Address State":"IL ","Physical Address Zipcode":"60436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22267206477732793,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1734440","School District Name":"Rockridge CUSD 300","Physical Address Line 1":"14110 134th Ave W","Physical Address Line 2":"","Physical Address City":"Taylor Ridge","Physical Address State":"IL ","Physical Address Zipcode":"61284","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.048956661316211875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1734410","School District Name":"Rock Island SD 41","Physical Address Line 1":"2101 6th Ave","Physical Address Line 2":"","Physical Address City":"Rock Island","Physical Address State":"IL ","Physical Address Zipcode":"61201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2229187928269427,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1734380","School District Name":"Rock Falls Twp HSD 301","Physical Address Line 1":"101 12th Ave","Physical Address Line 2":"","Physical Address City":"Rock Falls","Physical Address State":"IL ","Physical Address Zipcode":"61071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14771048744460857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1734350","School District Name":"Rock Falls ESD 13","Physical Address Line 1":"602 4th Ave","Physical Address Line 2":"","Physical Address City":"Rock Falls","Physical Address State":"IL ","Physical Address Zipcode":"61071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2282958199356913,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1734320","School District Name":"Rochester CUSD 3A","Physical Address Line 1":"4 Rocket Dr","Physical Address Line 2":"","Physical Address City":"Rochester","Physical Address State":"IL ","Physical Address Zipcode":"62563","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.030103480714957668,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1734290","School District Name":"Rochelle Twp HSD 212","Physical Address Line 1":"1401 Flagg Rd","Physical Address Line 2":"","Physical Address City":"Rochelle","Physical Address State":"IL ","Physical Address Zipcode":"61068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1038374717832957,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1734260","School District Name":"Rochelle CCSD 231","Physical Address Line 1":"1401 Flagg Rd","Physical Address Line 2":"","Physical Address City":"Rochelle","Physical Address State":"IL ","Physical Address Zipcode":"61068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13639344262295083,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1734230","School District Name":"Robinson CUSD 2","Physical Address Line 1":"PO Box 190","Physical Address Line 2":"","Physical Address City":"Robinson","Physical Address State":"IL ","Physical Address Zipcode":"62454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1423027166882277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1734170","School District Name":"Robein SD 85","Physical Address Line 1":"200 Campus Ave","Physical Address Line 2":"","Physical Address City":"East Peoria","Physical Address State":"IL ","Physical Address Zipcode":"61611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09047619047619047,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1734140","School District Name":"Roanoke Benson CUSD 60","Physical Address Line 1":"PO Box 320","Physical Address Line 2":"","Physical Address City":"Roanoke","Physical Address State":"IL ","Physical Address Zipcode":"61561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05501618122977346,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1734110","School District Name":"Riverview CCSD 2","Physical Address Line 1":"1421 Spring Bay Rd","Physical Address Line 2":"","Physical Address City":"East Peoria","Physical Address State":"IL ","Physical Address Zipcode":"61611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11646586345381527,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1734100","School District Name":"Riverton CUSD 14","Physical Address Line 1":"PO Box 1010","Physical Address Line 2":"","Physical Address City":"Riverton","Physical Address State":"IL ","Physical Address Zipcode":"62561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.15276752767527677,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1734020","School District Name":"Riverside-Brookfield Twp SD 208","Physical Address Line 1":"160 Ridgewood Rd","Physical Address Line 2":"","Physical Address City":"Riverside","Physical Address State":"IL ","Physical Address Zipcode":"60546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0440467997247075,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733990","School District Name":"Riverside SD 96","Physical Address Line 1":"3340 Harlem Ave","Physical Address Line 2":"","Physical Address City":"Riverside","Physical Address State":"IL ","Physical Address Zipcode":"60546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05608667941363926,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733950","School District Name":"River Bend CUSD 2","Physical Address Line 1":"1110 3rd St","Physical Address Line 2":"","Physical Address City":"Fulton","Physical Address State":"IL ","Physical Address Zipcode":"61252","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08227848101265822,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733930","School District Name":"Riverdale CUSD 100","Physical Address Line 1":"9624 256th St N","Physical Address Line 2":"","Physical Address City":"Port Byron","Physical Address State":"IL ","Physical Address Zipcode":"61275","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11120996441281139,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733870","School District Name":"River Trails SD 26","Physical Address Line 1":"1900 E Kensington Rd","Physical Address Line 2":"","Physical Address City":"Mt Prospect","Physical Address State":"IL ","Physical Address Zipcode":"60056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07613868116927261,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733840","School District Name":"River Grove SD 85-5","Physical Address Line 1":"2650 Thatcher Ave","Physical Address Line 2":"","Physical Address City":"River Grove","Physical Address State":"IL ","Physical Address Zipcode":"60171","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12401883830455258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733810","School District Name":"River Forest SD 90","Physical Address Line 1":"7776 Lake St","Physical Address Line 2":"","Physical Address City":"River Forest","Physical Address State":"IL ","Physical Address Zipcode":"60305","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04389880952380952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733750","School District Name":"Riley CCSD 18","Physical Address Line 1":"9406 Riley Rd","Physical Address Line 2":"","Physical Address City":"Marengo","Physical Address State":"IL ","Physical Address Zipcode":"60152","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08035714285714286,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1733720","School District Name":"Ridgewood CHSD 234","Physical Address Line 1":"7500 W Montrose Ave","Physical Address Line 2":"","Physical Address City":"Norridge","Physical Address State":"IL ","Physical Address Zipcode":"60706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09655172413793103,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733690","School District Name":"Ridgeland SD 122","Physical Address Line 1":"6500 W 95th St","Physical Address Line 2":"","Physical Address City":"Oak Lawn","Physical Address State":"IL ","Physical Address Zipcode":"60453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.24682395644283123,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1733510","School District Name":"Richmond-Burton CHSD 157","Physical Address Line 1":"4213 US Highway 12","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"IL ","Physical Address Zipcode":"60071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04539007092198582,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733450","School District Name":"Richland GSD 88A","Physical Address Line 1":"1919 Caton Farm Rd","Physical Address Line 2":"","Physical Address City":"Crest Hill","Physical Address State":"IL ","Physical Address Zipcode":"60403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10831509846827134,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733420","School District Name":"Rich Twp HSD 227","Physical Address Line 1":"20550 S Cicero Ave","Physical Address Line 2":"","Physical Address City":"Matteson","Physical Address State":"IL ","Physical Address Zipcode":"60443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14455584052226625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733390","School District Name":"Rhodes SD 84-5","Physical Address Line 1":"8931 Fullerton Ave","Physical Address Line 2":"","Physical Address City":"River Grove","Physical Address State":"IL ","Physical Address Zipcode":"60171","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.24436741767764297,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1733380","School District Name":"Reed Custer CUSD 255U","Physical Address Line 1":"255 Comet Dr","Physical Address Line 2":"","Physical Address City":"Braidwood","Physical Address State":"IL ","Physical Address Zipcode":"60408","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10306588388780169,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733300","School District Name":"Red Bud CUSD 132","Physical Address Line 1":"815 Locust St","Physical Address Line 2":"","Physical Address City":"Red Bud","Physical Address State":"IL ","Physical Address Zipcode":"62278","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09042076991942703,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733270","School District Name":"Reavis Twp HSD 220","Physical Address Line 1":"6034 W 77th St","Physical Address Line 2":"","Physical Address City":"Burbank","Physical Address State":"IL ","Physical Address Zipcode":"60459","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14556962025316456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733240","School District Name":"Rantoul Township HSD 193","Physical Address Line 1":"200 S Sheldon St","Physical Address Line 2":"","Physical Address City":"Rantoul","Physical Address State":"IL ","Physical Address Zipcode":"61866","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19850498338870431,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733210","School District Name":"Rantoul City SD 137","Physical Address Line 1":"400 E Wabash Ave","Physical Address Line 2":"","Physical Address City":"Rantoul","Physical Address State":"IL ","Physical Address Zipcode":"61866","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.27935723114956734,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1733120","School District Name":"Rankin CSD 98","Physical Address Line 1":"13716 5th St","Physical Address Line 2":"","Physical Address City":"Pekin","Physical Address State":"IL ","Physical Address Zipcode":"61554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10714285714285714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1733090","School District Name":"Ramsey CUSD 204","Physical Address Line 1":"702 W 6th St","Physical Address Line 2":"","Physical Address City":"Ramsey","Physical Address State":"IL ","Physical Address Zipcode":"62080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14925373134328357,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1733030","School District Name":"Raccoon Cons SD 1","Physical Address Line 1":"3601 State Route 161","Physical Address Line 2":"","Physical Address City":"Centralia","Physical Address State":"IL ","Physical Address Zipcode":"62801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12272727272727273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1733000","School District Name":"Quincy SD 172","Physical Address Line 1":"1416 Maine St","Physical Address Line 2":"","Physical Address City":"Quincy","Physical Address State":"IL ","Physical Address Zipcode":"62301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13327324233839816,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1732970","School District Name":"Queen Bee SD 16","Physical Address Line 1":"1560 Bloomingdale Rd","Physical Address Line 2":"","Physical Address City":"Glendale Heights","Physical Address State":"IL ","Physical Address Zipcode":"60139","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09067357512953368,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1732960","School District Name":"Putnam County CUSD 535","Physical Address Line 1":"400 E Silverspoon Ave","Physical Address Line 2":"","Physical Address City":"Granville","Physical Address State":"IL ","Physical Address Zipcode":"61326","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10736579275905118,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1732910","School District Name":"Proviso Twp HSD 209","Physical Address Line 1":"8601 Roosevelt Rd","Physical Address Line 2":"","Physical Address City":"Forest Park","Physical Address State":"IL ","Physical Address Zipcode":"60130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1412420628774973,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1732850","School District Name":"Prospect Heights SD 23","Physical Address Line 1":"700 N Schoenbeck Rd","Physical Address Line 2":"","Physical Address City":"Prospect Heights","Physical Address State":"IL ","Physical Address Zipcode":"60070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06940509915014165,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1732830","School District Name":"Prophetstown-Lyndon-Tampico CUSD3","Physical Address Line 1":"79 Grove St","Physical Address Line 2":"","Physical Address City":"Prophetstown","Physical Address State":"IL ","Physical Address Zipcode":"61277","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13005464480874318,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1732770","School District Name":"Princeville CUSD 326","Physical Address Line 1":"909 N Town Ave","Physical Address Line 2":"","Physical Address City":"Princeville","Physical Address State":"IL ","Physical Address Zipcode":"61559","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07474226804123711,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1732700","School District Name":"Princeton HSD 500","Physical Address Line 1":"103 S Euclid Ave","Physical Address Line 2":"","Physical Address City":"Princeton","Physical Address State":"IL ","Physical Address Zipcode":"61356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11035653650254669,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1732670","School District Name":"Princeton ESD 115","Physical Address Line 1":"506 E Dover Rd","Physical Address Line 2":"","Physical Address City":"Princeton","Physical Address State":"IL ","Physical Address Zipcode":"61356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11781076066790352,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1732580","School District Name":"Adlai E Stevenson HSD 125","Physical Address Line 1":"2 Stevenson Dr","Physical Address Line 2":"","Physical Address City":"Lincolnshire","Physical Address State":"IL ","Physical Address Zipcode":"60069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029389409678236635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1732550","School District Name":"Prairie Hill CCSD 133","Physical Address Line 1":"6605 Prairie Hill Rd","Physical Address Line 2":"","Physical Address City":"South Beloit","Physical Address State":"IL ","Physical Address Zipcode":"61080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.04892086330935252,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1732520","School District Name":"Prairie Grove CSD 46","Physical Address Line 1":"3223 IL Route 176","Physical Address Line 2":"","Physical Address City":"Crystal Lake","Physical Address State":"IL ","Physical Address Zipcode":"60014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04504504504504504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1732490","School District Name":"Prairie Du Rocher CCSD 134","Physical Address Line 1":"714 Middle St","Physical Address Line 2":"","Physical Address City":"Prairie Du Rocher","Physical Address State":"IL ","Physical Address Zipcode":"62277","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06779661016949153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1732370","School District Name":"Posen-Robbins ESD 143-5","Physical Address Line 1":"14011 S Harrison Ave","Physical Address Line 2":"","Physical Address City":"Posen","Physical Address State":"IL ","Physical Address Zipcode":"60469","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2092343658679135,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1732280","School District Name":"Pope Co CUD 1","Physical Address Line 1":"125 State Highway 146 W","Physical Address Line 2":"","Physical Address City":"Golconda","Physical Address State":"IL ","Physical Address Zipcode":"62938","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1732220","School District Name":"Pontiac Twp HSD 90","Physical Address Line 1":"1100 E Indiana Ave","Physical Address Line 2":"","Physical Address City":"Pontiac","Physical Address State":"IL ","Physical Address Zipcode":"61764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11946308724832215,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1732190","School District Name":"Pontiac-W Holliday SD 105","Physical Address Line 1":"400 Ashland Ave","Physical Address Line 2":"","Physical Address City":"Fairview Heights","Physical Address State":"IL ","Physical Address Zipcode":"62208","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12907801418439716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1732160","School District Name":"Pontiac CCSD 429","Physical Address Line 1":"600 N Morrow St","Physical Address Line 2":"","Physical Address City":"Pontiac","Physical Address State":"IL ","Physical Address Zipcode":"61764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15645161290322582,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1732100","School District Name":"Polo CUSD 222","Physical Address Line 1":"100 S Union Ave","Physical Address Line 2":"","Physical Address City":"Polo","Physical Address State":"IL ","Physical Address Zipcode":"61064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11954765751211632,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1732090","School District Name":"Potomac CUSD 10","Physical Address Line 1":"7915 US Route 136","Physical Address Line 2":"","Physical Address City":"Potomac","Physical Address State":"IL ","Physical Address Zipcode":"61865","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17766497461928935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1732040","School District Name":"Pleasantdale SD 107","Physical Address Line 1":"7450 Wolf Rd","Physical Address Line 2":"","Physical Address City":"Burr Ridge","Physical Address State":"IL ","Physical Address Zipcode":"60527","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04461942257217848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1731950","School District Name":"Pleasant Valley SD 62","Physical Address Line 1":"3314 W Richwoods Blvd","Physical Address Line 2":"","Physical Address City":"Peoria","Physical Address State":"IL ","Physical Address Zipcode":"61604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.354,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1731920","School District Name":"Pleasant Plains CUSD 8","Physical Address Line 1":"315 W Church St","Physical Address Line 2":"","Physical Address City":"Pleasant Plains","Physical Address State":"IL ","Physical Address Zipcode":"62677","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05491525423728814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1731890","School District Name":"Pleasant Hill CUSD 3","Physical Address Line 1":"PO Box 277","Physical Address Line 2":"","Physical Address City":"Pleasant Hill","Physical Address State":"IL ","Physical Address Zipcode":"62366","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.213768115942029,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1731860","School District Name":"Pleasant Hill SD 69","Physical Address Line 1":"3717 W Malone St","Physical Address Line 2":"","Physical Address City":"Peoria","Physical Address State":"IL ","Physical Address Zipcode":"61605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.25416666666666665,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1731770","School District Name":"Plano CUSD 88","Physical Address Line 1":"800 S Hale St","Physical Address Line 2":"","Physical Address City":"Plano","Physical Address State":"IL ","Physical Address Zipcode":"60545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07297297297297298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1731740","School District Name":"Plainfield SD 202","Physical Address Line 1":"15732 S Howard St","Physical Address Line 2":"","Physical Address City":"Plainfield","Physical Address State":"IL ","Physical Address Zipcode":"60544","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.057559534797858594,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1731710","School District Name":"Pikeland CUSD 10","Physical Address Line 1":"512 S Madison St","Physical Address Line 2":"","Physical Address City":"Pittsfield","Physical Address State":"IL ","Physical Address Zipcode":"62363","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15931372549019607,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1731620","School District Name":"Pinckneyville CHSD 101","Physical Address Line 1":"600 E Water St","Physical Address Line 2":"","Physical Address City":"Pinckneyville","Physical Address State":"IL ","Physical Address Zipcode":"62274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08644859813084112,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1731560","School District Name":"CCSD 204","Physical Address Line 1":"6067 State Route 154","Physical Address Line 2":"","Physical Address City":"Pinckneyville","Physical Address State":"IL ","Physical Address Zipcode":"62274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06470588235294118,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1731500","School District Name":"Southwestern CUSD 9","Physical Address Line 1":"PO Box 728","Physical Address Line 2":"","Physical Address City":"Brighton","Physical Address State":"IL ","Physical Address Zipcode":"62012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09765625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1731410","School District Name":"Porta CUSD 202","Physical Address Line 1":"PO Box 202","Physical Address Line 2":"","Physical Address City":"Petersburg","Physical Address State":"IL ","Physical Address Zipcode":"62675","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12166172106824925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1731380","School District Name":"Peru ESD 124","Physical Address Line 1":"1800 Church St","Physical Address Line 2":"","Physical Address City":"Peru","Physical Address State":"IL ","Physical Address Zipcode":"61354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12917115177610333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1731310","School District Name":"Perandoe Spec Educ District","Physical Address Line 1":"PO Box 169","Physical Address Line 2":"","Physical Address City":"Red Bud","Physical Address State":"IL ","Physical Address Zipcode":"62278","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1731290","School District Name":"Peotone CUSD 207U","Physical Address Line 1":"212 W Wilson St","Physical Address Line 2":"","Physical Address City":"Peotone","Physical Address State":"IL ","Physical Address Zipcode":"60468","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05968586387434555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1731270","School District Name":"Peoria Heights CUSD 325","Physical Address Line 1":"500 E Glen Ave","Physical Address Line 2":"","Physical Address City":"Peoria Heights","Physical Address State":"IL ","Physical Address Zipcode":"61616","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15828220858895706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1731230","School District Name":"Peoria SD 150","Physical Address Line 1":"3202 N Wisconsin Ave","Physical Address Line 2":"","Physical Address City":"Peoria","Physical Address State":"IL ","Physical Address Zipcode":"61603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.25243153314563604,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1731200","School District Name":"Pennoyer SD 79","Physical Address Line 1":"5200 N Cumberland Ave","Physical Address Line 2":"","Physical Address City":"Norridge","Physical Address State":"IL ","Physical Address Zipcode":"60706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1731140","School District Name":"Pembroke CCSD 259","Physical Address Line 1":"PO Box 546","Physical Address Line 2":"","Physical Address City":"Hopkins Park","Physical Address State":"IL ","Physical Address Zipcode":"60944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3459715639810427,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1731110","School District Name":"Pekin CSD 303","Physical Address Line 1":"320 Stadium Dr","Physical Address Line 2":"","Physical Address City":"Pekin","Physical Address State":"IL ","Physical Address Zipcode":"61554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1056338028169014,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1731080","School District Name":"Pekin PSD 108","Physical Address Line 1":"501 Washington St","Physical Address Line 2":"","Physical Address City":"Pekin","Physical Address State":"IL ","Physical Address Zipcode":"61554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13948256467941508,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1731050","School District Name":"Pecatonica CUSD 321","Physical Address Line 1":"PO Box 419","Physical Address Line 2":"","Physical Address City":"Pecatonica","Physical Address State":"IL ","Physical Address Zipcode":"61063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06483516483516484,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1731020","School District Name":"Pearl City CUSD 200","Physical Address Line 1":"PO Box 9","Physical Address Line 2":"","Physical Address City":"Pearl City","Physical Address State":"IL ","Physical Address Zipcode":"61062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09307359307359307,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1730990","School District Name":"Payson CUSD 1","Physical Address Line 1":"406 W State St","Physical Address Line 2":"","Physical Address City":"Payson","Physical Address State":"IL ","Physical Address Zipcode":"62360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1294559099437148,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1730930","School District Name":"Pawnee CUSD 11","Physical Address Line 1":"810 4th St","Physical Address Line 2":"","Physical Address City":"Pawnee","Physical Address State":"IL ","Physical Address Zipcode":"62558","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09787928221859707,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1730900","School District Name":"Gen George Patton SD 133","Physical Address Line 1":"150 W 137Th St","Physical Address Line 2":"","Physical Address City":"Riverdale","Physical Address State":"IL ","Physical Address Zipcode":"60827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2413793103448276,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1730870","School District Name":"Patoka CUSD 100","Physical Address Line 1":"1220 Kinoka Rd","Physical Address Line 2":"","Physical Address City":"Patoka","Physical Address State":"IL ","Physical Address Zipcode":"62875","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09465020576131687,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1730840","School District Name":"Park Ridge CCSD 64","Physical Address Line 1":"164 S Prospect Ave","Physical Address Line 2":"","Physical Address City":"Park Ridge","Physical Address State":"IL ","Physical Address Zipcode":"60068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04258150365934797,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1730810","School District Name":"Park Forest SD 163","Physical Address Line 1":"242 S Orchard Dr","Physical Address Line 2":"","Physical Address City":"Park Forest","Physical Address State":"IL ","Physical Address Zipcode":"60466","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.27366020524515394,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1730780","School District Name":"Paris CUSD 4","Physical Address Line 1":"15601 US Highway 150","Physical Address Line 2":"","Physical Address City":"Paris","Physical Address State":"IL ","Physical Address Zipcode":"61944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07153965785381027,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1730750","School District Name":"Paris-Union SD 95","Physical Address Line 1":"509 E Newton St","Physical Address Line 2":"","Physical Address City":"Paris","Physical Address State":"IL ","Physical Address Zipcode":"61944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22865013774104684,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1730660","School District Name":"Panhandle CUSD 2","Physical Address Line 1":"509 N Prairie St","Physical Address Line 2":"","Physical Address City":"Raymond","Physical Address State":"IL ","Physical Address Zipcode":"62560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11842105263157894,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1730630","School District Name":"Pana CUSD 8","Physical Address Line 1":"PO Box 377","Physical Address Line 2":"","Physical Address City":"Pana","Physical Address State":"IL ","Physical Address Zipcode":"62557","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15793151642208245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1730600","School District Name":"Palos CCSD 118","Physical Address Line 1":"8800 W 119th St","Physical Address Line 2":"","Physical Address City":"Palos Park","Physical Address State":"IL ","Physical Address Zipcode":"60464","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08715336728919072,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1730570","School District Name":"Palos Heights SD 128","Physical Address Line 1":"12809 S McVickers Ave","Physical Address Line 2":"","Physical Address City":"Palos Heights","Physical Address State":"IL ","Physical Address Zipcode":"60463","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10651629072681704,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1730540","School District Name":"Northwestern CUSD 2","Physical Address Line 1":"30953 Route 111","Physical Address Line 2":"","Physical Address City":"Palmyra","Physical Address State":"IL ","Physical Address Zipcode":"62674","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14968152866242038,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1730510","School District Name":"CCSD 180","Physical Address Line 1":"15W451 91st St","Physical Address Line 2":"","Physical Address City":"Burr Ridge","Physical Address State":"IL ","Physical Address Zipcode":"60527","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16404199475065617,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1730480","School District Name":"Palestine CUSD 3","Physical Address Line 1":"100 S Main St","Physical Address Line 2":"","Physical Address City":"Palestine","Physical Address State":"IL ","Physical Address Zipcode":"62451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11411411411411411,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1730450","School District Name":"Township HSD 211","Physical Address Line 1":"1750 S Roselle Rd","Physical Address Line 2":"","Physical Address City":"Palatine","Physical Address State":"IL ","Physical Address Zipcode":"60067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0656617271333674,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1730420","School District Name":"Palatine CCSD 15","Physical Address Line 1":"580 N 1st Bank Dr","Physical Address Line 2":"","Physical Address City":"Palatine","Physical Address State":"IL ","Physical Address Zipcode":"60067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10124623279302761,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1730330","School District Name":"Ottawa Twp HSD 140","Physical Address Line 1":"211 E Main St","Physical Address Line 2":"","Physical Address City":"Ottawa","Physical Address State":"IL ","Physical Address Zipcode":"61350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11789772727272728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1730300","School District Name":"Ottawa ESD 141","Physical Address Line 1":"320 W Main St","Physical Address Line 2":"","Physical Address City":"Ottawa","Physical Address State":"IL ","Physical Address Zipcode":"61350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15964638585543423,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1730270","School District Name":"CUSD 308","Physical Address Line 1":"4175 State Route 71","Physical Address Line 2":"","Physical Address City":"Oswego","Physical Address State":"IL ","Physical Address Zipcode":"60543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03759274525968673,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1730220","School District Name":"Orland SD 135","Physical Address Line 1":"15100 S 94th Ave","Physical Address Line 2":"","Physical Address City":"Orland Park","Physical Address State":"IL ","Physical Address Zipcode":"60462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09572589191098552,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1730200","School District Name":"Orion CUSD 223","Physical Address Line 1":"PO Box 189","Physical Address Line 2":"","Physical Address City":"Orion","Physical Address State":"IL ","Physical Address Zipcode":"61273","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03629417382999045,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1730160","School District Name":"Oregon CUSD 220","Physical Address Line 1":"206 S 10th St","Physical Address Line 2":"","Physical Address City":"Oregon","Physical Address State":"IL ","Physical Address Zipcode":"61061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13942307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1730060","School District Name":"Orangeville CUSD 203","Physical Address Line 1":"201 S Orange St","Physical Address Line 2":"","Physical Address City":"Orangeville","Physical Address State":"IL ","Physical Address Zipcode":"61060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08055555555555556,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1729940","School District Name":"R O W V A CUSD 208","Physical Address Line 1":"PO Box 69","Physical Address Line 2":"","Physical Address City":"Oneida","Physical Address State":"IL ","Physical Address Zipcode":"61467","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07120253164556962,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1729890","School District Name":"Olympia CUSD 16","Physical Address Line 1":"903 E 800 North Rd","Physical Address Line 2":"","Physical Address City":"Stanford","Physical Address State":"IL ","Physical Address Zipcode":"61774","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0756385068762279,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1729790","School District Name":"O Fallon Twp HSD 203","Physical Address Line 1":"600 S Smiley St","Physical Address Line 2":"","Physical Address City":"O Fallon","Physical Address State":"IL ","Physical Address Zipcode":"62269","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.054875474883917266,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1729760","School District Name":"O Fallon CCSD 90","Physical Address Line 1":"118 E Washington St","Physical Address Line 2":"","Physical Address City":"O Fallon","Physical Address State":"IL ","Physical Address Zipcode":"62269","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0571509009009009,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1729730","School District Name":"Ohio CHSD 505","Physical Address Line 1":"PO Box 478","Physical Address Line 2":"","Physical Address City":"Ohio","Physical Address State":"IL ","Physical Address Zipcode":"61349","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1388888888888889,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1729700","School District Name":"Ohio CCSD 17","Physical Address Line 1":"PO Box 478","Physical Address Line 2":"","Physical Address City":"Ohio","Physical Address State":"IL ","Physical Address Zipcode":"61349","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15555555555555556,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1729670","School District Name":"Oglesby ESD 125","Physical Address Line 1":"755 Bennett Ave","Physical Address Line 2":"","Physical Address City":"Oglesby","Physical Address State":"IL ","Physical Address Zipcode":"61348","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12184873949579832,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1729520","School District Name":"Odell CCSD 435","Physical Address Line 1":"203 N East St","Physical Address Line 2":"","Physical Address City":"Odell","Physical Address State":"IL ","Physical Address Zipcode":"60460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12582781456953643,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1729420","School District Name":"Oblong CUSD 4","Physical Address Line 1":"PO Box 40","Physical Address Line 2":"","Physical Address City":"Oblong","Physical Address State":"IL ","Physical Address Zipcode":"62449","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15333333333333332,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1729340","School District Name":"Oakland CUSD 5","Physical Address Line 1":"310 Teeter St","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"IL ","Physical Address Zipcode":"61943","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11636363636363636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1729310","School District Name":"Oakdale CCSD 1","Physical Address Line 1":"280 E Main St","Physical Address Line 2":"","Physical Address City":"Oakdale","Physical Address State":"IL ","Physical Address Zipcode":"62268","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04597701149425287,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1729280","School District Name":"Oak Park - River Forest SD 200","Physical Address Line 1":"201 N Scoville Ave","Physical Address Line 2":"","Physical Address City":"Oak Park","Physical Address State":"IL ","Physical Address Zipcode":"60302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03631886734379809,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1729250","School District Name":"Oak Park ESD 97","Physical Address Line 1":"260 Madison St","Physical Address Line 2":"","Physical Address City":"Oak Park","Physical Address State":"IL ","Physical Address Zipcode":"60302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0494944119212347,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1729220","School District Name":"Oak Lawn CHSD 229","Physical Address Line 1":"9400 Southwest Hwy","Physical Address Line 2":"","Physical Address City":"Oak Lawn","Physical Address State":"IL ","Physical Address Zipcode":"60453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1493280238924838,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1729190","School District Name":"Oak Lawn-Hometown SD 123","Physical Address Line 1":"4201 W 93rd St","Physical Address Line 2":"","Physical Address City":"Oak Lawn","Physical Address State":"IL ","Physical Address Zipcode":"60453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11387900355871886,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1729130","School District Name":"Oak Grove SD 68 Green Oaks","Physical Address Line 1":"1700 Oplaine Rd","Physical Address Line 2":"","Physical Address City":"Libertyville","Physical Address State":"IL ","Physical Address Zipcode":"60048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.023206751054852322,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1729100","School District Name":"Oak Grove SD 68 Bartonville","Physical Address Line 1":"6018 W Lancaster Rd","Physical Address Line 2":"","Physical Address City":"Bartonville","Physical Address State":"IL ","Physical Address Zipcode":"61607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10688836104513064,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1729040","School District Name":"Norwood ESD 63","Physical Address Line 1":"6521 W Farmington Rd","Physical Address Line 2":"","Physical Address City":"Peoria","Physical Address State":"IL ","Physical Address Zipcode":"61604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22084367245657568,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1729020","School District Name":"Northwestern Illinois Assn","Physical Address Line 1":"245 W Exchange St Ste 4","Physical Address Line 2":"","Physical Address City":"Sycamore","Physical Address State":"IL ","Physical Address Zipcode":"60178","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1729010","School District Name":"Northfield Twp HSD 225","Physical Address Line 1":"3801 W Lake Ave","Physical Address Line 2":"","Physical Address City":"Glenview","Physical Address State":"IL ","Physical Address Zipcode":"60026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.049443493150684935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1728980","School District Name":"Northbrook SD 28","Physical Address Line 1":"1475 Maple Ave","Physical Address Line 2":"","Physical Address City":"Northbrook","Physical Address State":"IL ","Physical Address Zipcode":"60062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05216360403082395,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1728920","School District Name":"N Pekin & Marquette Hght SD 102","Physical Address Line 1":"51 Yates Rd","Physical Address Line 2":"","Physical Address City":"Marquette Heights","Physical Address State":"IL ","Physical Address Zipcode":"61554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11326378539493294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1728890","School District Name":"North Palos SD 117","Physical Address Line 1":"7825 W 103rd St","Physical Address Line 2":"","Physical Address City":"Palos Hills","Physical Address State":"IL ","Physical Address Zipcode":"60465","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23329641934293097,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1728810","School District Name":"North Clay CUSD 25","Physical Address Line 1":"PO Box C","Physical Address Line 2":"","Physical Address City":"Louisville","Physical Address State":"IL ","Physical Address Zipcode":"62858","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15555555555555556,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1728700","School District Name":"North Boone CUSD 200","Physical Address Line 1":"6248 N Boone School Rd","Physical Address Line 2":"","Physical Address City":"Poplar Grove","Physical Address State":"IL ","Physical Address Zipcode":"61065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09929078014184398,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1728650","School District Name":"Norridge SD 80","Physical Address Line 1":"8151 W Lawrence Ave","Physical Address Line 2":"","Physical Address City":"Norridge","Physical Address State":"IL ","Physical Address Zipcode":"60706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10427528675703858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1728620","School District Name":"McLean County USD 5","Physical Address Line 1":"1809 Hovey Ave","Physical Address Line 2":"","Physical Address City":"Normal","Physical Address State":"IL ","Physical Address Zipcode":"61761","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07490326147042566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1728560","School District Name":"Nokomis CUSD 22","Physical Address Line 1":"511 Oberle St","Physical Address Line 2":"","Physical Address City":"Nokomis","Physical Address State":"IL ","Physical Address Zipcode":"62075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16744186046511628,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1728530","School District Name":"Niles Twp HSD 219","Physical Address Line 1":"7700 Gross Point Rd","Physical Address Line 2":"","Physical Address City":"Skokie","Physical Address State":"IL ","Physical Address Zipcode":"60077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10380848748639826,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1728500","School District Name":"Niles ESD 71","Physical Address Line 1":"6901 W Oakton St","Physical Address Line 2":"","Physical Address City":"Niles","Physical Address State":"IL ","Physical Address Zipcode":"60714","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14035087719298245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1728270","School District Name":"Newark CCSD 66","Physical Address Line 1":"503 Chicago Rd","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"IL ","Physical Address Zipcode":"60541","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.038011695906432746,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1728260","School District Name":"Newark CHSD 18","Physical Address Line 1":"413 Chicago Rd","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"IL ","Physical Address Zipcode":"60541","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06818181818181818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1728200","School District Name":"New Trier Twp HSD 203","Physical Address Line 1":"7 Happ Rd","Physical Address Line 2":"","Physical Address City":"Northfield","Physical Address State":"IL ","Physical Address Zipcode":"60093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.025866050808314087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1728160","School District Name":"New Simpson Hill SD 32","Physical Address Line 1":"95 Tunnel Hill Rd","Physical Address Line 2":"","Physical Address City":"Tunnel Hill","Physical Address State":"IL ","Physical Address Zipcode":"62972","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15948275862068967,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1728140","School District Name":"New Lenox SD 122","Physical Address Line 1":"102 S Cedar Rd","Physical Address Line 2":"","Physical Address City":"New Lenox","Physical Address State":"IL ","Physical Address Zipcode":"60451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.033820138355111454,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1728110","School District Name":"New Hope CCSD 6","Physical Address Line 1":"1804 County Road 445 N","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"IL ","Physical Address Zipcode":"62837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1276595744680851,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1727990","School District Name":"New Berlin CUSD 16","Physical Address Line 1":"600 N Cedar St","Physical Address Line 2":"","Physical Address City":"New Berlin","Physical Address State":"IL ","Physical Address Zipcode":"62670","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07037457434733257,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1727960","School District Name":"New Athens CUSD 60","Physical Address Line 1":"501 Hanft St","Physical Address Line 2":"","Physical Address City":"New Athens","Physical Address State":"IL ","Physical Address Zipcode":"62264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08291873963515754,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1727930","School District Name":"Nettle Creek CCSD 24C","Physical Address Line 1":"8820 Scott School Rd","Physical Address Line 2":"","Physical Address City":"Morris","Physical Address State":"IL ","Physical Address Zipcode":"60450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.045871559633027525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1727840","School District Name":"Neoga CUSD 3","Physical Address Line 1":"PO Box 280","Physical Address Line 2":"","Physical Address City":"Neoga","Physical Address State":"IL ","Physical Address Zipcode":"62447","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1727780","School District Name":"Nauvoo-Colusa CUSD 325","Physical Address Line 1":"2461 N State Highway 96","Physical Address Line 2":"","Physical Address City":"Nauvoo","Physical Address State":"IL ","Physical Address Zipcode":"62354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13636363636363635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1727740","School District Name":"Nashville CHSD 99","Physical Address Line 1":"1300 S Mill St","Physical Address Line 2":"","Physical Address City":"Nashville","Physical Address State":"IL ","Physical Address Zipcode":"62263","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06804123711340206,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1727720","School District Name":"Nashville CCSD 49","Physical Address Line 1":"750 E Gorman St","Physical Address Line 2":"","Physical Address City":"Nashville","Physical Address State":"IL ","Physical Address Zipcode":"62263","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09247648902821316,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1727710","School District Name":"Naperville CUSD 203","Physical Address Line 1":"203 W Hillside Rd","Physical Address Line 2":"","Physical Address City":"Naperville","Physical Address State":"IL ","Physical Address Zipcode":"60540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.035867513300154454,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1727610","School District Name":"Murphysboro CUSD 186","Physical Address Line 1":"593 Ava Rd","Physical Address Line 2":"","Physical Address City":"Murphysboro","Physical Address State":"IL ","Physical Address Zipcode":"62966","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2225481978206203,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1727570","School District Name":"Mundelein Cons HSD 120","Physical Address Line 1":"1500 W Hawley St","Physical Address Line 2":"","Physical Address City":"Mundelein","Physical Address State":"IL ","Physical Address Zipcode":"60060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.057667103538663174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1727540","School District Name":"Mundelein ESD 75","Physical Address Line 1":"470 N Lake St","Physical Address Line 2":"","Physical Address City":"Mundelein","Physical Address State":"IL ","Physical Address Zipcode":"60060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08383594692400483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1727450","School District Name":"Mulberry Grove CUSD 1","Physical Address Line 1":"801 W Wall St","Physical Address Line 2":"","Physical Address City":"Mulberry Grove","Physical Address State":"IL ","Physical Address Zipcode":"62262","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1527777777777778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1727390","School District Name":"Mt Zion CUSD 3","Physical Address Line 1":"1595 W Main St","Physical Address Line 2":"","Physical Address City":"Mt Zion","Physical Address State":"IL ","Physical Address Zipcode":"62549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06147186147186147,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1727360","School District Name":"Mt Vernon Twp HSD 201","Physical Address Line 1":"11101 N Wells Bypass Rd","Physical Address Line 2":"","Physical Address City":"Mount Vernon","Physical Address State":"IL ","Physical Address Zipcode":"62864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17768595041322313,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1727340","School District Name":"Mount Vernon SD 80","Physical Address Line 1":"2710 North St","Physical Address Line 2":"","Physical Address City":"Mount Vernon","Physical Address State":"IL ","Physical Address Zipcode":"62864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.29579375848032563,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1727300","School District Name":"Brown County CUSD 1","Physical Address Line 1":"502 E Main St","Physical Address Line 2":"","Physical Address City":"Mt Sterling","Physical Address State":"IL ","Physical Address Zipcode":"62353","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1112618724559023,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1727290","School District Name":"Mt Pulaski CUSD 23","Physical Address Line 1":"119 N Garden St","Physical Address Line 2":"","Physical Address City":"Mount Pulaski","Physical Address State":"IL ","Physical Address Zipcode":"62548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1727210","School District Name":"Mount Prospect SD 57","Physical Address Line 1":"701 W Gregory St","Physical Address Line 2":"Mount Prospect SD 57","Physical Address City":"Mt Prospect","Physical Address State":"IL ","Physical Address Zipcode":"60056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03711985688729875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1727180","School District Name":"Mount Olive CUSD 5","Physical Address Line 1":"804 W Main St","Physical Address Line 2":"","Physical Address City":"Mount Olive","Physical Address State":"IL ","Physical Address Zipcode":"62069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12749003984063745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1726970","School District Name":"Meridian CUSD 101","Physical Address Line 1":"1401 Mounds Rd","Physical Address Line 2":"","Physical Address City":"Mounds","Physical Address State":"IL ","Physical Address Zipcode":"62964","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3231707317073171,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1726880","School District Name":"J S Morton HSD 201","Physical Address Line 1":"5801 W Cermak Rd","Physical Address Line 2":"","Physical Address City":"Cicero","Physical Address State":"IL ","Physical Address Zipcode":"60804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13985475352112675,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726850","School District Name":"Morton Grove SD 70","Physical Address Line 1":"6200 Lake St","Physical Address Line 2":"","Physical Address City":"Morton Grove","Physical Address State":"IL ","Physical Address Zipcode":"60053","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0925700365408039,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726820","School District Name":"Golf ESD 67","Physical Address Line 1":"9401 Waukegan Rd","Physical Address Line 2":"","Physical Address City":"Morton Grove","Physical Address State":"IL ","Physical Address Zipcode":"60053","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08239700374531835,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726800","School District Name":"Morton CUSD 709","Physical Address Line 1":"1050 S 4th Ave Ste 200","Physical Address Line 2":"","Physical Address City":"Morton","Physical Address State":"IL ","Physical Address Zipcode":"61550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03401797175866496,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726760","School District Name":"Morrisonville CUSD 1","Physical Address Line 1":"PO Box 13","Physical Address Line 2":"","Physical Address City":"Morrisonville","Physical Address State":"IL ","Physical Address Zipcode":"62546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10884353741496598,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1726710","School District Name":"Morrison CUSD 6","Physical Address Line 1":"643 Genesee Ave","Physical Address Line 2":"","Physical Address City":"Morrison","Physical Address State":"IL ","Physical Address Zipcode":"61270","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0935856992639327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726640","School District Name":"Morris CHSD 101","Physical Address Line 1":"1000 Union St","Physical Address Line 2":"","Physical Address City":"Morris","Physical Address State":"IL ","Physical Address Zipcode":"60450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07064676616915423,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726610","School District Name":"Morris SD 54","Physical Address Line 1":"54 White Oak Dr","Physical Address Line 2":"","Physical Address City":"Morris","Physical Address State":"IL ","Physical Address Zipcode":"60450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0976965845909452,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726590","School District Name":"Montmorency CCSD 145","Physical Address Line 1":"9415 Hoover Rd","Physical Address Line 2":"","Physical Address City":"Rock Falls","Physical Address State":"IL ","Physical Address Zipcode":"61071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12110726643598616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1726550","School District Name":"Monticello CUSD 25","Physical Address Line 1":"2 Sage Dr","Physical Address Line 2":"","Physical Address City":"Monticello","Physical Address State":"IL ","Physical Address Zipcode":"61856","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0398936170212766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726490","School District Name":"Monroe SD 70","Physical Address Line 1":"5137 W Cisna Rd","Physical Address Line 2":"","Physical Address City":"Bartonville","Physical Address State":"IL ","Physical Address Zipcode":"61607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08469055374592833,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726430","School District Name":"Momence CUSD 1","Physical Address Line 1":"400 N Pine St","Physical Address Line 2":"","Physical Address City":"Momence","Physical Address State":"IL ","Physical Address Zipcode":"60954","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17901828681424448,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726400","School District Name":"Moline-Coal Valley CUSD 40","Physical Address Line 1":"1619 11th Ave","Physical Address Line 2":"","Physical Address City":"Moline","Physical Address State":"IL ","Physical Address Zipcode":"61265","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15331238544121498,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726370","School District Name":"Mokena SD 159","Physical Address Line 1":"11244 Willow Crest Ln","Physical Address Line 2":"","Physical Address City":"Mokena","Physical Address State":"IL ","Physical Address Zipcode":"60448","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04079497907949791,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726340","School District Name":"Minooka CHSD 111","Physical Address Line 1":"26655 W Eames St","Physical Address Line 2":"","Physical Address City":"Channahon","Physical Address State":"IL ","Physical Address Zipcode":"60410","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.035510204081632656,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726310","School District Name":"Minooka CCSD 201","Physical Address Line 1":"PO Box 467","Physical Address Line 2":"","Physical Address City":"Minooka","Physical Address State":"IL ","Physical Address Zipcode":"60447","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0463222193942479,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726250","School District Name":"Miller Twp CCSD 210","Physical Address Line 1":"3197 E 28th Rd","Physical Address Line 2":"","Physical Address City":"Marseilles","Physical Address State":"IL ","Physical Address Zipcode":"61341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1726190","School District Name":"Millstadt CCSD 160","Physical Address Line 1":"211 W Mill St","Physical Address Line 2":"","Physical Address City":"Millstadt","Physical Address State":"IL ","Physical Address Zipcode":"62260","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.062360801781737196,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726180","School District Name":"Fairfield Comm H S Dist 225","Physical Address Line 1":"300 W King St","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"IL ","Physical Address Zipcode":"62837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16173120728929385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1726100","School District Name":"Millburn CCSD 24","Physical Address Line 1":"18550 W Millburn Rd","Physical Address Line 2":"","Physical Address City":"Old Mill Creek","Physical Address State":"IL ","Physical Address Zipcode":"60083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.02664890073284477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1725920","School District Name":"Midlothian SD 143","Physical Address Line 1":"14959 Pulaski Rd","Physical Address Line 2":"","Physical Address City":"Midlothian","Physical Address State":"IL ","Physical Address Zipcode":"60445","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18025513033832502,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1725770","School District Name":"County of Woodford School","Physical Address Line 1":"PO Box 109","Physical Address Line 2":"","Physical Address City":"Metamora","Physical Address State":"IL ","Physical Address Zipcode":"61548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04016477857878476,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1725740","School District Name":"Metamora CCSD 1","Physical Address Line 1":"815 E Chatham St","Physical Address Line 2":"","Physical Address City":"Metamora","Physical Address State":"IL ","Physical Address Zipcode":"61548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05420991926182238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1725690","School District Name":"Meridian CUSD 223","Physical Address Line 1":"207 W Main St","Physical Address Line 2":"","Physical Address City":"Stillman Valley","Physical Address State":"IL ","Physical Address Zipcode":"61084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0718562874251497,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1725680","School District Name":"Meredosia-Chambersburg CUSD 11","Physical Address Line 1":"830 Main St","Physical Address Line 2":"","Physical Address City":"Meredosia","Physical Address State":"IL ","Physical Address Zipcode":"62665","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13095238095238096,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1725650","School District Name":"Mendota Twp HSD 280","Physical Address Line 1":"2300 W Main St","Physical Address Line 2":"","Physical Address City":"Mendota","Physical Address State":"IL ","Physical Address Zipcode":"61342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11512027491408934,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1725620","School District Name":"Mendota CCSD 289","Physical Address Line 1":"1806 Guiles Ave","Physical Address Line 2":"","Physical Address City":"Mendota","Physical Address State":"IL ","Physical Address Zipcode":"61342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14017094017094017,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1725590","School District Name":"CUSD 4","Physical Address Line 1":"453 W Collins St","Physical Address Line 2":"","Physical Address City":"Mendon","Physical Address State":"IL ","Physical Address Zipcode":"62351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0993103448275862,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1725500","School District Name":"Medinah SD 11","Physical Address Line 1":"700 E Granville Ave","Physical Address Line 2":"","Physical Address City":"Roselle","Physical Address State":"IL ","Physical Address Zipcode":"60172","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06993006993006994,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1725320","School District Name":"McHenry CHSD 156","Physical Address Line 1":"4716 W Crystal Lake Rd","Physical Address Line 2":"","Physical Address City":"McHenry","Physical Address State":"IL ","Physical Address Zipcode":"60050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07164436771687527,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1725290","School District Name":"McHenry CCSD 15","Physical Address Line 1":"1011 N Green St","Physical Address Line 2":"","Physical Address City":"McHenry","Physical Address State":"IL ","Physical Address Zipcode":"60050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08805870580386925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1725260","School District Name":"McClellan CCSD 12","Physical Address Line 1":"9475 N IL Highway 148","Physical Address Line 2":"","Physical Address City":"Mount Vernon","Physical Address State":"IL ","Physical Address Zipcode":"62864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12280701754385964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1725190","School District Name":"Mazon-Verona-Kinsman ESD 2C","Physical Address Line 1":"1013 North St","Physical Address Line 2":"","Physical Address City":"Mazon","Physical Address State":"IL ","Physical Address Zipcode":"60444","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09322033898305085,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1725110","School District Name":"Maywood-Melrose Park-Broadview 89","Physical Address Line 1":"906 Walton St","Physical Address Line 2":"","Physical Address City":"Melrose Park","Physical Address State":"IL ","Physical Address Zipcode":"60160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2144922298518251,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1725050","School District Name":"Mattoon CUSD 2","Physical Address Line 1":"1701 Charleston Ave","Physical Address Line 2":"","Physical Address City":"Mattoon","Physical Address State":"IL ","Physical Address Zipcode":"61938","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18152773743828057,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1725020","School District Name":"Matteson ESD 162","Physical Address Line 1":"4601 Sauk Trl","Physical Address Line 2":"","Physical Address City":"Richton Park","Physical Address State":"IL ","Physical Address Zipcode":"60471","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18833063209076176,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1725000","School District Name":"Massac UD 1","Physical Address Line 1":"PO Box 530","Physical Address Line 2":"","Physical Address City":"Metropolis","Physical Address State":"IL ","Physical Address Zipcode":"62960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2173689619732785,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1724940","School District Name":"Mascoutah CUD 19","Physical Address Line 1":"421 W Harnett St","Physical Address Line 2":"","Physical Address City":"Mascoutah","Physical Address State":"IL ","Physical Address Zipcode":"62258","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.047893301000303125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1724900","School District Name":"Martinsville CUSD 3C","Physical Address Line 1":"PO Box K","Physical Address Line 2":"","Physical Address City":"Martinsville","Physical Address State":"IL ","Physical Address Zipcode":"62442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1488095238095238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1724870","School District Name":"Marshall CUSD 2C","Physical Address Line 1":"503 Pine St","Physical Address Line 2":"","Physical Address City":"Marshall","Physical Address State":"IL ","Physical Address Zipcode":"62441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13234142521534847,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1724780","School District Name":"Marquardt SD 15","Physical Address Line 1":"1860 Glen Ellyn Rd","Physical Address Line 2":"","Physical Address City":"Glendale Heights","Physical Address State":"IL ","Physical Address Zipcode":"60139","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1402974983096687,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1724750","School District Name":"Maroa Forsyth CUSD 2","Physical Address Line 1":"641 E Shafer St","Physical Address Line 2":"","Physical Address City":"Forsyth","Physical Address State":"IL ","Physical Address Zipcode":"62535","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0728363324764353,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1724720","School District Name":"Prairie-Hills ESD 144","Physical Address Line 1":"3015 W 163rd St","Physical Address Line 2":"","Physical Address City":"Markham","Physical Address State":"IL ","Physical Address Zipcode":"60428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3106686701728024,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1724650","School District Name":"Marissa CUSD 40","Physical Address Line 1":"1 E Marissa St","Physical Address Line 2":"","Physical Address City":"Marissa","Physical Address State":"IL ","Physical Address Zipcode":"62257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18052738336713997,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1724600","School District Name":"Marion CUSD 2","Physical Address Line 1":"1700 W Cherry St","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"IL ","Physical Address Zipcode":"62959","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18443733070672247,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1724570","School District Name":"Marengo CHSD 154","Physical Address Line 1":"110 Franks Rd","Physical Address Line 2":"","Physical Address City":"Marengo","Physical Address State":"IL ","Physical Address Zipcode":"60152","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07421875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1724480","School District Name":"Kaneland CUSD 302","Physical Address Line 1":"47W326 Keslinger Rd","Physical Address Line 2":"","Physical Address City":"Maple Park","Physical Address State":"IL ","Physical Address Zipcode":"60151","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.02902155887230514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1724420","School District Name":"Northbrook/Glenview SD 30","Physical Address Line 1":"2374 Shermer Rd","Physical Address Line 2":"","Physical Address City":"Northbrook","Physical Address State":"IL ","Physical Address Zipcode":"60062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.027216856892010536,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1724390","School District Name":"Manteno CUSD 5","Physical Address Line 1":"84 N Oak St","Physical Address Line 2":"","Physical Address City":"Manteno","Physical Address State":"IL ","Physical Address Zipcode":"60950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0916988416988417,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1724330","School District Name":"Mannheim SD 83","Physical Address Line 1":"10401 Grand Ave","Physical Address Line 2":"","Physical Address City":"Franklin Park","Physical Address State":"IL ","Physical Address Zipcode":"60131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13858466722830665,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1724270","School District Name":"Manhattan SD 114","Physical Address Line 1":"25440 S Gougar Rd","Physical Address Line 2":"","Physical Address City":"Manhattan","Physical Address State":"IL ","Physical Address Zipcode":"60442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03148936170212766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1724120","School District Name":"Malden CCSD 84","Physical Address Line 1":"PO Box 216","Physical Address Line 2":"","Physical Address City":"Malden","Physical Address State":"IL ","Physical Address Zipcode":"61337","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1232876712328767,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1724090","School District Name":"Maine Township HSD 207","Physical Address Line 1":"1177 S Dee Rd","Physical Address Line 2":"","Physical Address City":"Park Ridge","Physical Address State":"IL ","Physical Address Zipcode":"60068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07752053771471247,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1724060","School District Name":"Mahomet-Seymour CUSD 3","Physical Address Line 1":"1301 S Bulldog Dr","Physical Address Line 2":"","Physical Address City":"Mahomet","Physical Address State":"IL ","Physical Address Zipcode":"61853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0501918158567775,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1724000","School District Name":"Maercker SD 60","Physical Address Line 1":"1 S Cass Ave Ste 202","Physical Address Line 2":"","Physical Address City":"Westmont","Physical Address State":"IL ","Physical Address Zipcode":"60559","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08075842696629214,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1723990","School District Name":"Madison County Voc Adj Counseling","Physical Address Line 1":"157 N Main St Rm 438","Physical Address Line 2":"","Physical Address City":"Edwardsville","Physical Address State":"IL ","Physical Address Zipcode":"62025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1723985","School District Name":"Madison Co Reg I Spec Educ Coop","Physical Address Line 1":"3200 Maryville Rd","Physical Address Line 2":"","Physical Address City":"Granite City","Physical Address State":"IL ","Physical Address Zipcode":"62040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1723970","School District Name":"Madison CUSD 12","Physical Address Line 1":"602 Farrish St","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"IL ","Physical Address Zipcode":"62060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2638105975197294,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1723920","School District Name":"Macomb CUSD 185","Physical Address Line 1":"323 W Washington St","Physical Address Line 2":"","Physical Address City":"Macomb","Physical Address State":"IL ","Physical Address Zipcode":"61455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17105917454002983,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1723880","School District Name":"Lyons Twp HSD 204","Physical Address Line 1":"100 S Brainard Ave","Physical Address Line 2":"","Physical Address City":"La Grange","Physical Address State":"IL ","Physical Address Zipcode":"60525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03853023730543506,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1723850","School District Name":"Lyons SD 103","Physical Address Line 1":"4100 Joliet Ave","Physical Address Line 2":"","Physical Address City":"Lyons","Physical Address State":"IL ","Physical Address Zipcode":"60534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1474850809889173,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1723730","School District Name":"Will County SD 92","Physical Address Line 1":"708 N State St","Physical Address Line 2":"","Physical Address City":"Lockport","Physical Address State":"IL ","Physical Address Zipcode":"60441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.061832490163012926,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1723700","School District Name":"Ludlow CCSD 142","Physical Address Line 1":"PO Box 130","Physical Address Line 2":"","Physical Address City":"Ludlow","Physical Address State":"IL ","Physical Address Zipcode":"60949","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26666666666666666,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1723640","School District Name":"Brooklyn UD 188","Physical Address Line 1":"PO Box 250","Physical Address Line 2":"","Physical Address City":"Lovejoy","Physical Address State":"IL ","Physical Address Zipcode":"62059","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.4351145038167939,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1723460","School District Name":"Lombard SD 44","Physical Address Line 1":"150 W Madison St","Physical Address Line 2":"","Physical Address City":"Lombard","Physical Address State":"IL ","Physical Address Zipcode":"60148","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06588669950738917,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1723350","School District Name":"Lockport Twp HSD 205","Physical Address Line 1":"1323 E 7th St","Physical Address Line 2":"","Physical Address City":"Lockport","Physical Address State":"IL ","Physical Address Zipcode":"60441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06206896551724138,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1723340","School District Name":"Lockport Area Spec Educ Coop","Physical Address Line 1":"1343 E 7th St","Physical Address Line 2":"","Physical Address City":"Lockport","Physical Address State":"IL ","Physical Address Zipcode":"60441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1723250","School District Name":"Litchfield CUSD 12","Physical Address Line 1":"601 S State St","Physical Address Line 2":"","Physical Address City":"Litchfield","Physical Address State":"IL ","Physical Address Zipcode":"62056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17352281226626776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1723200","School District Name":"Lisle CUSD 202","Physical Address Line 1":"5211 Center Ave","Physical Address Line 2":"","Physical Address City":"Lisle","Physical Address State":"IL ","Physical Address Zipcode":"60532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.052451539338654506,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1723160","School District Name":"Lisbon CCSD 90","Physical Address Line 1":"127 S Canal St","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"IL ","Physical Address Zipcode":"60541","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.029850746268656716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1723100","School District Name":"Lincolnwood SD 74","Physical Address Line 1":"6950 N East Prairie Rd","Physical Address Line 2":"","Physical Address City":"Lincolnwood","Physical Address State":"IL ","Physical Address Zipcode":"60712","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12695924764890282,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1723090","School District Name":"Lincolnshire-Prairieview SD 103","Physical Address Line 1":"111 Barclay Blvd Ste 100","Physical Address Line 2":"","Physical Address City":"Lincolnshire","Physical Address State":"IL ","Physical Address Zipcode":"60069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02600780234070221,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1723070","School District Name":"Lincoln Way CHSD 210","Physical Address Line 1":"1801 E Lincoln Hwy","Physical Address Line 2":"","Physical Address City":"New Lenox","Physical Address State":"IL ","Physical Address Zipcode":"60451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02789379474940334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1723050","School District Name":"Lincoln CHSD 404","Physical Address Line 1":"1000 Railer Way","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"IL ","Physical Address Zipcode":"62656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1273957158962796,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1722980","School District Name":"Lincoln ESD 27","Physical Address Line 1":"304 8th St","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"IL ","Physical Address Zipcode":"62656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1921875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1722950","School District Name":"Limestone CHSD 310","Physical Address Line 1":"4201 Airport Rd","Physical Address Line 2":"","Physical Address City":"Peoria","Physical Address State":"IL ","Physical Address Zipcode":"61607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13667820069204153,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1722920","School District Name":"Limestone Walters CCSD 316","Physical Address Line 1":"8223 W Smithville Rd","Physical Address Line 2":"","Physical Address City":"Peoria","Physical Address State":"IL ","Physical Address Zipcode":"61607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04975124378109453,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1722870","School District Name":"Leland CUSD 1","Physical Address Line 1":"370 N Main St","Physical Address Line 2":"","Physical Address City":"Leland","Physical Address State":"IL ","Physical Address Zipcode":"60531","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09157509157509157,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1722860","School District Name":"Lick Creek CCSD 16","Physical Address Line 1":"7355 Lick Creek Rd","Physical Address Line 2":"","Physical Address City":"Buncombe","Physical Address State":"IL ","Physical Address Zipcode":"62912","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0782608695652174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1722830","School District Name":"CHSD 128","Physical Address Line 1":"50 Lakeview Pkwy Ste 101","Physical Address Line 2":"","Physical Address City":"Vernon Hills","Physical Address State":"IL ","Physical Address Zipcode":"60061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.027106466361854997,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1722800","School District Name":"Libertyville SD 70","Physical Address Line 1":"1381 Lake St","Physical Address Line 2":"","Physical Address City":"Libertyville","Physical Address State":"IL ","Physical Address Zipcode":"60048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.023130937629078894,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1722770","School District Name":"Liberty CUSD 2","Physical Address Line 1":"505 N Park St","Physical Address Line 2":"","Physical Address City":"Liberty","Physical Address State":"IL ","Physical Address Zipcode":"62347","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.050381679389312976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1722740","School District Name":"Leyden CHSD 212","Physical Address Line 1":"3400 Rose St","Physical Address Line 2":"","Physical Address City":"Franklin Park","Physical Address State":"IL ","Physical Address Zipcode":"60131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10357583230579531,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1722730","School District Name":"Leyden Area Spec Educ Coop","Physical Address Line 1":"10401 Grand Ave","Physical Address Line 2":"","Physical Address City":"Franklin Park","Physical Address State":"IL ","Physical Address Zipcode":"60131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1722710","School District Name":"Lexington CUSD 7","Physical Address Line 1":"100 E Wall St","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"IL ","Physical Address Zipcode":"61753","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08785046728971962,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1722620","School District Name":"LeRoy CUSD 2","Physical Address Line 1":"107 W Cherry St","Physical Address Line 2":"","Physical Address City":"Le Roy","Physical Address State":"IL ","Physical Address Zipcode":"61752","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08205128205128205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1722530","School District Name":"Lena Winslow CUSD 202","Physical Address Line 1":"401 Fremont St","Physical Address Line 2":"","Physical Address City":"Lena","Physical Address State":"IL ","Physical Address Zipcode":"61048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08427672955974842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1722500","School District Name":"Lemont Twp HSD 210","Physical Address Line 1":"800 Porter St","Physical Address Line 2":"","Physical Address City":"Lemont","Physical Address State":"IL ","Physical Address Zipcode":"60439","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05252790544977019,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1722360","School District Name":"Lee County Spec Educ Assoc","Physical Address Line 1":"1335 Franklin Grove Rd","Physical Address Line 2":"","Physical Address City":"Dixon","Physical Address State":"IL ","Physical Address Zipcode":"61021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1722350","School District Name":"Paw Paw CUSD 271","Physical Address Line 1":"PO Box 508","Physical Address Line 2":"","Physical Address City":"Paw Paw","Physical Address State":"IL ","Physical Address Zipcode":"61353","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08679245283018867,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1722300","School District Name":"Lebanon CUSD 9","Physical Address Line 1":"200 W Schuetz St","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"IL ","Physical Address Zipcode":"62254","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11800302571860817,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1722150","School District Name":"Lawrence County CUD 20","Physical Address Line 1":"1802 Cedar St","Physical Address Line 2":"","Physical Address City":"Lawrenceville","Physical Address State":"IL ","Physical Address Zipcode":"62439","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19173553719008266,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1722130","School District Name":"Red Hill CUSD 10","Physical Address Line 1":"1250 Judy Ave","Physical Address Line 2":"","Physical Address City":"Bridgeport","Physical Address State":"IL ","Physical Address Zipcode":"62417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15826612903225806,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1722110","School District Name":"La Salle-Peru Twp HSD 120","Physical Address Line 1":"541 Chartres St","Physical Address Line 2":"","Physical Address City":"La Salle","Physical Address State":"IL ","Physical Address Zipcode":"61301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12081060015588464,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1722080","School District Name":"La Salle ESD 122","Physical Address Line 1":"1165 Saint Vincents Ave","Physical Address Line 2":"","Physical Address City":"La Salle","Physical Address State":"IL ","Physical Address Zipcode":"61301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2383073496659243,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1722050","School District Name":"Laraway CCSD 70C","Physical Address Line 1":"1715 Rowell Ave","Physical Address Line 2":"","Physical Address City":"Joliet","Physical Address State":"IL ","Physical Address Zipcode":"60433","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.25225225225225223,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1722020","School District Name":"Lansing SD 158","Physical Address Line 1":"18300 Greenbay Ave","Physical Address Line 2":"","Physical Address City":"Lansing","Physical Address State":"IL ","Physical Address Zipcode":"60438","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1959433601224646,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721900","School District Name":"Lake Zurich CUSD 95","Physical Address Line 1":"832 S Rand Rd","Physical Address Line 2":"","Physical Address City":"Lake Zurich","Physical Address State":"IL ","Physical Address Zipcode":"60047","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03259762308998302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721870","School District Name":"Lake Villa CCSD 41","Physical Address Line 1":"131 McKinley Ave","Physical Address Line 2":"","Physical Address City":"Lake Villa","Physical Address State":"IL ","Physical Address Zipcode":"60046","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.060526315789473685,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721840","School District Name":"Lake Park CHSD 108","Physical Address Line 1":"590 S Medinah Rd","Physical Address Line 2":"","Physical Address City":"Roselle","Physical Address State":"IL ","Physical Address Zipcode":"60172","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.050245561012466945,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721780","School District Name":"Lake Forest CHSD 115","Physical Address Line 1":"300 S Waukegan Rd","Physical Address Line 2":"","Physical Address City":"Lake Forest","Physical Address State":"IL ","Physical Address Zipcode":"60045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.024322830292979547,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721750","School District Name":"Lake Forest SD 67","Physical Address Line 1":"300 S Waukegan Rd","Physical Address Line 2":"","Physical Address City":"Lake Forest","Physical Address State":"IL ","Physical Address Zipcode":"60045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.027426160337552744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721720","School District Name":"Lake Bluff ESD 65","Physical Address Line 1":"121 E Sheridan Pl","Physical Address Line 2":"","Physical Address City":"Lake Bluff","Physical Address State":"IL ","Physical Address Zipcode":"60044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04196519959058342,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721680","School District Name":"La Moille CUSD 303","Physical Address Line 1":"801 S Main St","Physical Address Line 2":"","Physical Address City":"La Moille","Physical Address State":"IL ","Physical Address Zipcode":"61330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08835341365461848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1721630","School District Name":"La Grange SD 105 South","Physical Address Line 1":"701 7th Ave","Physical Address Line 2":"","Physical Address City":"La Grange","Physical Address State":"IL ","Physical Address Zipcode":"60525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09834834834834835,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721600","School District Name":"La Grange SD 102","Physical Address Line 1":"333 N Park Rd","Physical Address Line 2":"","Physical Address City":"La Grange Park","Physical Address State":"IL ","Physical Address Zipcode":"60526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04345107846201938,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721590","School District Name":"Lagrange Area Dept Spec Ed-Ladse","Physical Address Line 1":"1301 W Cossitt Ave","Physical Address Line 2":"","Physical Address City":"La Grange","Physical Address State":"IL ","Physical Address Zipcode":"60525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1721510","School District Name":"Ladd CCSD 94","Physical Address Line 1":"232 E Cleveland St","Physical Address Line 2":"","Physical Address City":"Ladd","Physical Address State":"IL ","Physical Address Zipcode":"61329","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15422885572139303,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721450","School District Name":"Darien SD 61","Physical Address Line 1":"7414 S Cass Ave","Physical Address Line 2":"","Physical Address City":"Darien","Physical Address State":"IL ","Physical Address Zipcode":"60561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07370393504059962,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721420","School District Name":"Komarek SD 94","Physical Address Line 1":"8940 W 24th St","Physical Address Line 2":"","Physical Address City":"North Riverside","Physical Address State":"IL ","Physical Address Zipcode":"60546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10085836909871244,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721390","School District Name":"Knoxville CUSD 202","Physical Address Line 1":"809 E Main St","Physical Address Line 2":"","Physical Address City":"Knoxville","Physical Address State":"IL ","Physical Address Zipcode":"61448","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12054507337526206,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721300","School District Name":"Hiawatha CUSD 426","Physical Address Line 1":"PO Box 428","Physical Address Line 2":"","Physical Address City":"Kirkland","Physical Address State":"IL ","Physical Address Zipcode":"60146","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10305958132045089,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1721270","School District Name":"Kirby SD 140","Physical Address Line 1":"16931 Grissom Dr","Physical Address Line 2":"","Physical Address City":"Tinley Park","Physical Address State":"IL ","Physical Address Zipcode":"60477","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10059012875536481,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721180","School District Name":"Kinnikinnick CCSD 131","Physical Address Line 1":"5410 Pine Ln","Physical Address Line 2":"","Physical Address City":"Roscoe","Physical Address State":"IL ","Physical Address Zipcode":"61073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06444906444906445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721130","School District Name":"Kings Cons SD 144","Physical Address Line 1":"100 1st St","Physical Address Line 2":"","Physical Address City":"Kings","Physical Address State":"IL ","Physical Address Zipcode":"61068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1721030","School District Name":"Kildeer Countryside CCSD 96","Physical Address Line 1":"1050 Ivy Hall Ln","Physical Address Line 2":"","Physical Address City":"Buffalo Grove","Physical Address State":"IL ","Physical Address Zipcode":"60089","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03407557354925776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1721000","School District Name":"Kewanee CUSD 229","Physical Address Line 1":"1001 N Main St","Physical Address Line 2":"","Physical Address City":"Kewanee","Physical Address State":"IL ","Physical Address Zipcode":"61443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22527763088313063,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1720970","School District Name":"Kenilworth SD 38","Physical Address Line 1":"542 Abbotsford Rd","Physical Address Line 2":"","Physical Address City":"Kenilworth","Physical Address State":"IL ","Physical Address Zipcode":"60043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06041666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1720910","School District Name":"Kell Cons SD 2","Physical Address Line 1":"207 N Johnson St","Physical Address Line 2":"","Physical Address City":"Kell","Physical Address State":"IL ","Physical Address Zipcode":"62853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08108108108108109,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1720880","School District Name":"Keeneyville SD 20","Physical Address Line 1":"5540 Arlington Dr E","Physical Address Line 2":"","Physical Address City":"Hanover Park","Physical Address State":"IL ","Physical Address Zipcode":"60133","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09472422062350119,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1720790","School District Name":"Kansas CUSD 3","Physical Address Line 1":"310 S Front St","Physical Address Line 2":"","Physical Address City":"Kansas","Physical Address State":"IL ","Physical Address Zipcode":"61933","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15609756097560976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1720760","School District Name":"Kankakee SD 111","Physical Address Line 1":"240 Warren Ave","Physical Address Line 2":"","Physical Address City":"Kankakee","Physical Address State":"IL ","Physical Address Zipcode":"60901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2770061728395062,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1720640","School District Name":"County of Union Sch Dist No43","Physical Address Line 1":"309 Cook Ave","Physical Address Line 2":"","Physical Address City":"Jonesboro","Physical Address State":"IL ","Physical Address Zipcode":"62952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17417417417417416,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1720610","School District Name":"Joliet Twp HSD 204","Physical Address Line 1":"300 Caterpillar Dr","Physical Address Line 2":"","Physical Address City":"Joliet","Physical Address State":"IL ","Physical Address Zipcode":"60436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1338191454123882,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1720580","School District Name":"Joliet PSD 86","Physical Address Line 1":"420 N Raynor Ave","Physical Address Line 2":"","Physical Address City":"Joliet","Physical Address State":"IL ","Physical Address Zipcode":"60435","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20287052117263843,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1720550","School District Name":"Johnston City CUSD 1","Physical Address Line 1":"PO Box 147","Physical Address Line 2":"","Physical Address City":"Johnston City","Physical Address State":"IL ","Physical Address Zipcode":"62951","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17517674783974863,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1720490","School District Name":"Johnsburg CUSD 12","Physical Address Line 1":"2222 Church St","Physical Address Line 2":"","Physical Address City":"Johnsburg","Physical Address State":"IL ","Physical Address Zipcode":"60051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06951102588686481,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1720430","School District Name":"Jersey CUSD 100","Physical Address Line 1":"100 Lincoln Ave","Physical Address Line 2":"","Physical Address City":"Jerseyville","Physical Address State":"IL ","Physical Address Zipcode":"62052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11254019292604502,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1720380","School District Name":"Jasper County CUD 1","Physical Address Line 1":"609 S Lafayette St","Physical Address Line 2":"","Physical Address City":"Newton","Physical Address State":"IL ","Physical Address Zipcode":"62448","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1218872870249017,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1720370","School District Name":"Jasper CCSD 17","Physical Address Line 1":"2030 County Road 1020 N","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"IL ","Physical Address Zipcode":"62837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1791907514450867,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1720280","School District Name":"Jacksonville SD 117","Physical Address Line 1":"211 W State St","Physical Address Line 2":"","Physical Address City":"Jacksonville","Physical Address State":"IL ","Physical Address Zipcode":"62650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1537157389092964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1720250","School District Name":"Iuka CCSD 7","Physical Address Line 1":"405 S Main St","Physical Address Line 2":"","Physical Address City":"Iuka","Physical Address State":"IL ","Physical Address Zipcode":"62849","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13617021276595745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1720220","School District Name":"Itasca SD 10","Physical Address Line 1":"200 N Maple St","Physical Address Line 2":"","Physical Address City":"Itasca","Physical Address State":"IL ","Physical Address Zipcode":"60143","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.043897216274089934,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1720190","School District Name":"Irvington CCSD 11","Physical Address Line 1":"PO Box 130","Physical Address Line 2":"","Physical Address City":"Irvington","Physical Address State":"IL ","Physical Address Zipcode":"62848","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.0975609756097561,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1720180","School District Name":"Iroquois West CUSD 10","Physical Address Line 1":"529 E 2Nd St","Physical Address Line 2":"","Physical Address City":"Gilman","Physical Address State":"IL ","Physical Address Zipcode":"60938","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12698412698412698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1720170","School District Name":"Iroquois County CUSD 9","Physical Address Line 1":"1411 W Lafayette St","Physical Address Line 2":"","Physical Address City":"Watseka","Physical Address State":"IL ","Physical Address Zipcode":"60970","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16753926701570682,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1719970","School District Name":"Il Valley Central USD 321","Physical Address Line 1":"1300 W Sycamore St","Physical Address Line 2":"","Physical Address City":"Chillicothe","Physical Address State":"IL ","Physical Address Zipcode":"61523","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09506726457399103,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1719960","School District Name":"Illini Bluffs CUSD 327","Physical Address Line 1":"9611 S Hanna City Glasford Rd","Physical Address Line 2":"","Physical Address City":"Glasford","Physical Address State":"IL ","Physical Address Zipcode":"61533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05982905982905983,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1719920","School District Name":"Hutsonville CUSD 1","Physical Address Line 1":"500 W Clover St","Physical Address Line 2":"","Physical Address City":"Hutsonville","Physical Address State":"IL ","Physical Address Zipcode":"62433","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1719830","School District Name":"Huntley Community School District 158","Physical Address Line 1":"650 Dr John Burkey Dr","Physical Address Line 2":"","Physical Address City":"Algonquin","Physical Address State":"IL ","Physical Address Zipcode":"60102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03288375080282595,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1719680","School District Name":"Hoover-Schrum Memorial SD 157","Physical Address Line 1":"1255 Superior Ave","Physical Address Line 2":"","Physical Address City":"Calumet City","Physical Address State":"IL ","Physical Address Zipcode":"60409","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.266025641025641,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1719660","School District Name":"Hoopeston Area CUSD 11","Physical Address Line 1":"615 E Orange St","Physical Address Line 2":"","Physical Address City":"Hoopeston","Physical Address State":"IL ","Physical Address Zipcode":"60942","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2580919931856899,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1719620","School District Name":"Hononegah CHD 207","Physical Address Line 1":"307 Salem St","Physical Address Line 2":"","Physical Address City":"Rockton","Physical Address State":"IL ","Physical Address Zipcode":"61072","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.04309133489461359,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1719560","School District Name":"Homewood Flossmoor CHSD 233","Physical Address Line 1":"999 Kedzie Ave","Physical Address Line 2":"","Physical Address City":"Flossmoor","Physical Address State":"IL ","Physical Address Zipcode":"60422","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0679576178297406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1719530","School District Name":"Homewood SD 153","Physical Address Line 1":"18205 Aberdeen St","Physical Address Line 2":"","Physical Address City":"Homewood","Physical Address State":"IL ","Physical Address Zipcode":"60430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10535211267605633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1719500","School District Name":"Homer CCSD 33C","Physical Address Line 1":"15733 S Bell Rd","Physical Address Line 2":"","Physical Address City":"Homer Glen","Physical Address State":"IL ","Physical Address Zipcode":"60491","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.053806525472238124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1719420","School District Name":"Hollis Cons SD 328","Physical Address Line 1":"5613 W Tuscarora Rd","Physical Address Line 2":"","Physical Address City":"Peoria","Physical Address State":"IL ","Physical Address Zipcode":"61607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.02857142857142857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1719320","School District Name":"Hinsdale Twp HSD 86","Physical Address Line 1":"5500 S Grant St","Physical Address Line 2":"","Physical Address City":"Hinsdale","Physical Address State":"IL ","Physical Address Zipcode":"60521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04310344827586207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1719290","School District Name":"Hinsdale CCSD 181","Physical Address Line 1":"115 55th St","Physical Address Line 2":"","Physical Address City":"Clarendon Hills","Physical Address State":"IL ","Physical Address Zipcode":"60514","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02382654276864427,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1719260","School District Name":"Hinckley Big Rock CUSD 429","Physical Address Line 1":"700 E Lincoln Ave","Physical Address Line 2":"","Physical Address City":"Hinckley","Physical Address State":"IL ","Physical Address Zipcode":"60520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06086956521739131,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1719230","School District Name":"Hillside SD 93","Physical Address Line 1":"4804 Harrison St","Physical Address Line 2":"","Physical Address City":"Hillside","Physical Address State":"IL ","Physical Address Zipcode":"60162","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15163934426229508,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1719200","School District Name":"Hillsboro CUSD 3","Physical Address Line 1":"1311 Vandalia Rd","Physical Address Line 2":"","Physical Address City":"Hillsboro","Physical Address State":"IL ","Physical Address Zipcode":"62049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1486161251504212,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1719110","School District Name":"LaGrange Highlands SD 106","Physical Address Line 1":"1750 W Plainfield Rd","Physical Address Line 2":"","Physical Address City":"La Grange Highlands","Physical Address State":"IL ","Physical Address Zipcode":"60525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.031413612565445025,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1719080","School District Name":"Twp HSD 113","Physical Address Line 1":"1040 Park Ave W","Physical Address Line 2":"","Physical Address City":"Highland Park","Physical Address State":"IL ","Physical Address Zipcode":"60035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03430079155672823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1718990","School District Name":"Highland CUSD 5","Physical Address Line 1":"400 Broadway","Physical Address Line 2":"","Physical Address City":"Highland","Physical Address State":"IL ","Physical Address Zipcode":"62249","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06513647642679901,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1718960","School District Name":"High Mount SD 116","Physical Address Line 1":"1721 Boul Ave","Physical Address Line 2":"","Physical Address City":"Swansea","Physical Address State":"IL ","Physical Address Zipcode":"62226","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18230563002680966,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1718870","School District Name":"Heyworth CUSD 4","Physical Address Line 1":"308 W Cleveland St","Physical Address Line 2":"","Physical Address City":"Heyworth","Physical Address State":"IL ","Physical Address Zipcode":"61745","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05642633228840126,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1718840","School District Name":"Herscher CUSD 2","Physical Address Line 1":"PO Box 504","Physical Address Line 2":"","Physical Address City":"Herscher","Physical Address State":"IL ","Physical Address Zipcode":"60941","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07621776504297995,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1718810","School District Name":"Herrin CUSD 4","Physical Address Line 1":"500 N 10th St","Physical Address Line 2":"","Physical Address City":"Herrin","Physical Address State":"IL ","Physical Address Zipcode":"62948","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1854280510018215,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1718600","School District Name":"Hazel Crest SD 152-5","Physical Address Line 1":"1910 170Th St","Physical Address Line 2":"","Physical Address City":"Hazel Crest","Physical Address State":"IL ","Physical Address Zipcode":"60429","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.31351351351351353,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1718570","School District Name":"Hawthorn CCSD 73","Physical Address Line 1":"841 W End Ct","Physical Address Line 2":"","Physical Address City":"Vernon Hills","Physical Address State":"IL ","Physical Address Zipcode":"60061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05929919137466307,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1718510","School District Name":"Havana CUSD 126","Physical Address Line 1":"501 S McKinley St","Physical Address Line 2":"","Physical Address City":"Havana","Physical Address State":"IL ","Physical Address Zipcode":"62644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18906605922551253,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1718480","School District Name":"W Harvey-Dixmoor PSD 147","Physical Address Line 1":"191 W 155th Pl","Physical Address Line 2":"","Physical Address City":"Harvey","Physical Address State":"IL ","Physical Address Zipcode":"60426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3722772277227723,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1718450","School District Name":"Harvey SD 152","Physical Address Line 1":"16001 Lincoln Ave","Physical Address Line 2":"","Physical Address City":"Harvey","Physical Address State":"IL ","Physical Address Zipcode":"60426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3314655172413793,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1718420","School District Name":"Harvard CUSD 50","Physical Address Line 1":"401 N Division St","Physical Address Line 2":"","Physical Address City":"Harvard","Physical Address State":"IL ","Physical Address Zipcode":"60033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11695906432748537,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1718390","School District Name":"Hartsburg Emden CUSD 21","Physical Address Line 1":"400 W Front St","Physical Address Line 2":"","Physical Address City":"Hartsburg","Physical Address State":"IL ","Physical Address Zipcode":"62643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1267605633802817,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1718360","School District Name":"Harrison SD 36","Physical Address Line 1":"6809 Mccullom Lake Rd","Physical Address Line 2":"","Physical Address City":"Wonder Lake","Physical Address State":"IL ","Physical Address Zipcode":"60097","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14146341463414633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1718270","School District Name":"Harrisburg CUSD 3","Physical Address Line 1":"411 W Poplar St","Physical Address Line 2":"","Physical Address City":"Harrisburg","Physical Address State":"IL ","Physical Address Zipcode":"62946","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1991636173549399,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1718240","School District Name":"Harlem UD 122","Physical Address Line 1":"8605 N 2nd St","Physical Address Line 2":"","Physical Address City":"Machesney Park","Physical Address State":"IL ","Physical Address Zipcode":"61115","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12786697247706422,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1718200","School District Name":"Hardin County CUSD 1","Physical Address Line 1":"PO Box 218","Physical Address Line 2":"","Physical Address City":"Elizabethtown","Physical Address State":"IL ","Physical Address Zipcode":"62931","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25609756097560976,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1718180","School District Name":"Calhoun CUSD 40","Physical Address Line 1":"101 Calhoun Ave","Physical Address Line 2":"","Physical Address City":"Hardin","Physical Address State":"IL ","Physical Address Zipcode":"62047","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11522633744855967,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1718090","School District Name":"Hampton SD 29","Physical Address Line 1":"206 5th St","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"IL ","Physical Address Zipcode":"61256","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10931174089068826,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1718060","School District Name":"Hamilton CCSD 328","Physical Address Line 1":"270 N 10th St","Physical Address Line 2":"","Physical Address City":"Hamilton","Physical Address State":"IL ","Physical Address Zipcode":"62341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1461794019933555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1718030","School District Name":"Hall HSD 502","Physical Address Line 1":"800 W Erie St","Physical Address Line 2":"","Physical Address City":"Spring Valley","Physical Address State":"IL ","Physical Address Zipcode":"61362","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1383495145631068,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1717850","School District Name":"Northbrook ESD 27","Physical Address Line 1":"1250 Sanders Rd","Physical Address Line 2":"","Physical Address City":"Northbrook","Physical Address State":"IL ","Physical Address Zipcode":"60062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03281519861830743,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1717800","School District Name":"Gurnee SD 56","Physical Address Line 1":"3706 Florida Ave","Physical Address Line 2":"","Physical Address City":"Gurnee","Physical Address State":"IL ","Physical Address Zipcode":"60031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09804902451225612,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1717790","School District Name":"Griggsville-Perry CUSD 4","Physical Address Line 1":"PO Box 439","Physical Address Line 2":"","Physical Address City":"Griggsville","Physical Address State":"IL ","Physical Address Zipcode":"62340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20610687022900764,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1717730","School District Name":"Bond County CUSD 2","Physical Address Line 1":"1008 N Hena St","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"IL ","Physical Address Zipcode":"62246","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12873025160912815,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1717700","School District Name":"Greenview CUSD 200","Physical Address Line 1":"147 E Palmer St","Physical Address Line 2":"","Physical Address City":"Greenview","Physical Address State":"IL ","Physical Address Zipcode":"62642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06132075471698113,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1717670","School District Name":"Greenfield CUSD 10","Physical Address Line 1":"311 Mulberry St","Physical Address Line 2":"","Physical Address City":"Greenfield","Physical Address State":"IL ","Physical Address Zipcode":"62044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15676959619952494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1717580","School District Name":"Grayville CUSD 1","Physical Address Line 1":"728 W North St","Physical Address Line 2":"","Physical Address City":"Grayville","Physical Address State":"IL ","Physical Address Zipcode":"62844","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20068027210884354,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1717550","School District Name":"Grayslake CHSD 127","Physical Address Line 1":"400 N Lake St","Physical Address Line 2":"","Physical Address City":"Grayslake","Physical Address State":"IL ","Physical Address Zipcode":"60030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04996186117467582,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1717520","School District Name":"Grayslake CCSD 46","Physical Address Line 1":"565 Frederick Rd","Physical Address Line 2":"","Physical Address City":"Grayslake","Physical Address State":"IL ","Physical Address Zipcode":"60030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05679314565483476,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1717490","School District Name":"Grass Lake SD 36","Physical Address Line 1":"26177 W Grass Lake Rd","Physical Address Line 2":"","Physical Address City":"Antioch","Physical Address State":"IL ","Physical Address Zipcode":"60002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1256544502617801,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1717370","School District Name":"Grant Park CUSD 6","Physical Address Line 1":"PO Box 549","Physical Address Line 2":"","Physical Address City":"Grant Park","Physical Address State":"IL ","Physical Address Zipcode":"60940","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09760589318600368,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1717340","School District Name":"Grant CHSD 124","Physical Address Line 1":"285 E Grand Ave","Physical Address Line 2":"","Physical Address City":"Fox Lake","Physical Address State":"IL ","Physical Address Zipcode":"60020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06908874329958309,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1717310","School District Name":"Grant CCSD 110","Physical Address Line 1":"10110 Old Lincoln Trl","Physical Address Line 2":"","Physical Address City":"Fairview Heights","Physical Address State":"IL ","Physical Address Zipcode":"62208","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15405046480743692,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1717280","School District Name":"Granite City CUSD 9","Physical Address Line 1":"3200 Maryville Rd","Physical Address Line 2":"","Physical Address City":"Granite City","Physical Address State":"IL ","Physical Address Zipcode":"62040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17561406089130754,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1717220","School District Name":"Grand Ridge CCSD 95","Physical Address Line 1":"400 W Main St","Physical Address Line 2":"","Physical Address City":"Grand Ridge","Physical Address State":"IL ","Physical Address Zipcode":"61325","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07920792079207921,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1717190","School District Name":"Grand Prairie CCSD 6","Physical Address Line 1":"21462 N Richview Ln","Physical Address Line 2":"","Physical Address City":"Centralia","Physical Address State":"IL ","Physical Address Zipcode":"62801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18681318681318682,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1717160","School District Name":"Gower SD 62","Physical Address Line 1":"7700 Clarendon Hills Rd","Physical Address Line 2":"","Physical Address City":"Willowbrook","Physical Address State":"IL ","Physical Address Zipcode":"60527","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08304891922639362,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1717040","School District Name":"Woodridge SD 68","Physical Address Line 1":"7925 Janes Ave","Physical Address Line 2":"","Physical Address City":"Woodridge","Physical Address State":"IL ","Physical Address Zipcode":"60517","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08734220402592972,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1716950","School District Name":"Brookwood SD 167","Physical Address Line 1":"201 E Glenwood Dyer Rd","Physical Address Line 2":"","Physical Address City":"Glenwood","Physical Address State":"IL ","Physical Address Zipcode":"60425","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22782750203417412,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1716920","School District Name":"Glenview CCSD 34","Physical Address Line 1":"1401 Greenwood Rd","Physical Address Line 2":"","Physical Address City":"Glenview","Physical Address State":"IL ","Physical Address Zipcode":"60026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0675541426584542,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1716860","School District Name":"Glencoe SD 35","Physical Address Line 1":"620 Greenwood Ave","Physical Address Line 2":"","Physical Address City":"Glencoe","Physical Address State":"IL ","Physical Address Zipcode":"60022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030303030303030304,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1716830","School District Name":"Glenbard Twp HSD 87","Physical Address Line 1":"596 Crescent Blvd","Physical Address Line 2":"","Physical Address City":"Glen Ellyn","Physical Address State":"IL ","Physical Address Zipcode":"60137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.058688937192540896,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1716800","School District Name":"Glen Ellyn SD 41","Physical Address Line 1":"793 N Main St","Physical Address Line 2":"","Physical Address City":"Glen Ellyn","Physical Address State":"IL ","Physical Address Zipcode":"60137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.043021766965428934,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1716680","School District Name":"Gillespie CUSD 7","Physical Address Line 1":"510 W Elm St","Physical Address Line 2":"","Physical Address City":"Gillespie","Physical Address State":"IL ","Physical Address Zipcode":"62033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.171238570241064,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1716650","School District Name":"Gifford CCSD 188","Physical Address Line 1":"PO Box 70","Physical Address Line 2":"","Physical Address City":"Gifford","Physical Address State":"IL ","Physical Address Zipcode":"61847","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09722222222222222,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1716590","School District Name":"Giant City CCSD 130","Physical Address Line 1":"1062 Boskydell Rd","Physical Address Line 2":"","Physical Address City":"Carbondale","Physical Address State":"IL ","Physical Address Zipcode":"62902","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19732441471571907,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1716560","School District Name":"Germantown Hills SD 69","Physical Address Line 1":"103 Warrior Way","Physical Address Line 2":"","Physical Address City":"Germantown Hills","Physical Address State":"IL ","Physical Address Zipcode":"61548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.038751345532831,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1716530","School District Name":"Germantown SD 60","Physical Address Line 1":"PO Box 400","Physical Address Line 2":"","Physical Address City":"Germantown","Physical Address State":"IL ","Physical Address Zipcode":"62245","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05217391304347826,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1716410","School District Name":"Genoa Kingston CUSD 424","Physical Address Line 1":"980 Park Ave","Physical Address Line 2":"","Physical Address City":"Genoa","Physical Address State":"IL ","Physical Address Zipcode":"60135","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.061113849186791525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1716380","School District Name":"Geneva CUSD 304","Physical Address Line 1":"227 N 4th St","Physical Address Line 2":"","Physical Address City":"Geneva","Physical Address State":"IL ","Physical Address Zipcode":"60134","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.025443204202232436,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1716350","School District Name":"Geneseo CUSD 228","Physical Address Line 1":"648 N Chicago St","Physical Address Line 2":"","Physical Address City":"Geneseo","Physical Address State":"IL ","Physical Address Zipcode":"61254","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0568445475638051,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1716320","School District Name":"Geff CCSD 14","Physical Address Line 1":"201 E Lafayette St","Physical Address Line 2":"","Physical Address City":"Geff","Physical Address State":"IL ","Physical Address Zipcode":"62842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20430107526881722,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1716290","School District Name":"Gavin SD 37","Physical Address Line 1":"25775 W IL Route 134","Physical Address Line 2":"","Physical Address City":"Ingleside","Physical Address State":"IL ","Physical Address Zipcode":"60041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1716260","School District Name":"Gardner S Wilmington Twp HSD 73","Physical Address Line 1":"500 E Main St","Physical Address Line 2":"","Physical Address City":"Gardner","Physical Address State":"IL ","Physical Address Zipcode":"60424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.061946902654867256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1716230","School District Name":"Gardner CCSD 72C","Physical Address Line 1":"598 N Elm St","Physical Address Line 2":"","Physical Address City":"Gardner","Physical Address State":"IL ","Physical Address Zipcode":"60424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07692307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1716140","School District Name":"Galva CUSD 224","Physical Address Line 1":"224 Morgan Rd","Physical Address Line 2":"","Physical Address City":"Galva","Physical Address State":"IL ","Physical Address Zipcode":"61434","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14232209737827714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1716080","School District Name":"Galesburg CUSD 205","Physical Address Line 1":"PO Box 1206","Physical Address Line 2":"","Physical Address City":"Galesburg","Physical Address State":"IL ","Physical Address Zipcode":"61402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21024195442800095,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1716050","School District Name":"Galena USD 120","Physical Address Line 1":"1206 Franklin St","Physical Address Line 2":"","Physical Address City":"Galena","Physical Address State":"IL ","Physical Address Zipcode":"61036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09605263157894736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1716020","School District Name":"Galatia CUSD 1","Physical Address Line 1":"200 N Hickory St","Physical Address Line 2":"","Physical Address City":"Galatia","Physical Address State":"IL ","Physical Address Zipcode":"62935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1531791907514451,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1715930","School District Name":"Fremont SD 79","Physical Address Line 1":"28855 N Fremont Center Rd","Physical Address Line 2":"","Physical Address City":"Mundelein","Physical Address State":"IL ","Physical Address Zipcode":"60060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.027789839339991317,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1715900","School District Name":"Freeport SD 145","Physical Address Line 1":"501 E South St","Physical Address Line 2":"","Physical Address City":"Freeport","Physical Address State":"IL ","Physical Address Zipcode":"61032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20894462849029816,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1715880","School District Name":"Serena CUSD 2","Physical Address Line 1":"PO Box 107","Physical Address Line 2":"","Physical Address City":"Serena","Physical Address State":"IL ","Physical Address Zipcode":"60549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11964735516372796,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1715840","School District Name":"Freeburg CHSD 77","Physical Address Line 1":"401 S Monroe St","Physical Address Line 2":"","Physical Address City":"Freeburg","Physical Address State":"IL ","Physical Address Zipcode":"62243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04866562009419152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1715820","School District Name":"Freeburg CCSD 70","Physical Address Line 1":"408 S Belleville St","Physical Address Line 2":"","Physical Address City":"Freeburg","Physical Address State":"IL ","Physical Address Zipcode":"62243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05357142857142857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1715780","School District Name":"Franklin Park SD 84","Physical Address Line 1":"2915 Maple St","Physical Address Line 2":"","Physical Address City":"Franklin Park","Physical Address State":"IL ","Physical Address Zipcode":"60131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12809564474807855,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1715750","School District Name":"Franklin CUSD 1","Physical Address Line 1":"412 Wyatt St","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"IL ","Physical Address Zipcode":"62638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10984848484848485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1715700","School District Name":"Frankfort CCSD 157C","Physical Address Line 1":"10482 Nebraska St","Physical Address Line 2":"","Physical Address City":"Frankfort","Physical Address State":"IL ","Physical Address Zipcode":"60423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029502421840598855,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1715660","School District Name":"Fox River Grove Cons SD 3","Physical Address Line 1":"403 Orchard St","Physical Address Line 2":"","Physical Address City":"Fox River Grove","Physical Address State":"IL ","Physical Address Zipcode":"60021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04781704781704782,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1715630","School District Name":"Fox Lake GSD 114","Physical Address Line 1":"29067 W Grass Lake Rd","Physical Address Line 2":"","Physical Address City":"Spring Grove","Physical Address State":"IL ","Physical Address Zipcode":"60081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13098591549295774,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1715490","School District Name":"Forrestville Valley CUSD 221","Physical Address Line 1":"PO Box 665","Physical Address Line 2":"","Physical Address City":"Forreston","Physical Address State":"IL ","Physical Address Zipcode":"61030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08494208494208494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1715480","School District Name":"Forest Ridge SD 142","Physical Address Line 1":"5800 151St St","Physical Address Line 2":"","Physical Address City":"Oak Forest","Physical Address State":"IL ","Physical Address Zipcode":"60452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11666666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1715450","School District Name":"Forest Park SD 91","Physical Address Line 1":"424 Des Plaines Ave","Physical Address Line 2":"","Physical Address City":"Forest Park","Physical Address State":"IL ","Physical Address Zipcode":"60130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13598326359832635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1715420","School District Name":"Flossmoor SD 161","Physical Address Line 1":"41 E Elmwood Dr","Physical Address Line 2":"","Physical Address City":"Chicago Heights","Physical Address State":"IL ","Physical Address Zipcode":"60411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11923233973050225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1715400","School District Name":"Flora CUSD 35","Physical Address Line 1":"630 Vincennes Ave","Physical Address Line 2":"","Physical Address City":"Flora","Physical Address State":"IL ","Physical Address Zipcode":"62839","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.18693693693693694,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1715180","School District Name":"Fisher CUSD 1","Physical Address Line 1":"801 S 5th St","Physical Address Line 2":"","Physical Address City":"Fisher","Physical Address State":"IL ","Physical Address Zipcode":"61843","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09090909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1715100","School District Name":"Fieldcrest CUSD 6","Physical Address Line 1":"1 Dornbush Dr","Physical Address Line 2":"","Physical Address City":"Minonk","Physical Address State":"IL ","Physical Address Zipcode":"61760","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10724365004703669,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1715090","School District Name":"Field CCSD 3","Physical Address Line 1":"21075 N Hails Ln","Physical Address Line 2":"","Physical Address City":"Texico","Physical Address State":"IL ","Physical Address Zipcode":"62889","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12048192771084337,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1715030","School District Name":"Fenton CHSD 100","Physical Address Line 1":"1000 W Green St","Physical Address Line 2":"","Physical Address City":"Bensenville","Physical Address State":"IL ","Physical Address Zipcode":"60106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07456724367509987,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1714940","School District Name":"Farrington CCSD 99","Physical Address Line 1":"20941 E Divide Rd","Physical Address Line 2":"","Physical Address City":"Bluford","Physical Address State":"IL ","Physical Address Zipcode":"62814","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06666666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1714820","School District Name":"Fairview SD 72","Physical Address Line 1":"7040 Laramie Ave","Physical Address Line 2":"","Physical Address City":"Skokie","Physical Address State":"IL ","Physical Address Zipcode":"60077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1714760","School District Name":"Fairmont SD 89","Physical Address Line 1":"735 Green Garden Pl","Physical Address Line 2":"","Physical Address City":"Lockport","Physical Address State":"IL ","Physical Address Zipcode":"60441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.24666666666666667,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1714710","School District Name":"Fairfield PSD 112","Physical Address Line 1":"806 N 1st St","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"IL ","Physical Address Zipcode":"62837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.24545454545454545,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1714640","School District Name":"Ewing Northern CCSD 115","Physical Address Line 1":"51 N Main St","Physical Address Line 2":"","Physical Address City":"Ewing","Physical Address State":"IL ","Physical Address Zipcode":"62836","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11627906976744186,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1714580","School District Name":"Evergreen Park CHSD 231","Physical Address Line 1":"9901 S Kedzie Ave","Physical Address Line 2":"","Physical Address City":"Evergreen Park","Physical Address State":"IL ","Physical Address Zipcode":"60805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06775510204081632,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1714550","School District Name":"Evergreen Park ESD 124","Physical Address Line 1":"2929 W 87th St","Physical Address Line 2":"","Physical Address City":"Evergreen Park","Physical Address State":"IL ","Physical Address Zipcode":"60805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08615245827695084,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1714490","School District Name":"Evanston Twp HSD 202","Physical Address Line 1":"1600 Dodge Ave","Physical Address Line 2":"","Physical Address City":"Evanston","Physical Address State":"IL ","Physical Address Zipcode":"60201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06651598320955764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1714460","School District Name":"Evanston CCSD 65","Physical Address Line 1":"1500 Mcdaniel Ave","Physical Address Line 2":"","Physical Address City":"Evanston","Physical Address State":"IL ","Physical Address Zipcode":"60201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08439337983859937,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1714430","School District Name":"Eureka CUD 140","Physical Address Line 1":"109 W Cruger Ave","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"IL ","Physical Address Zipcode":"61530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05678421996413628,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1714410","School District Name":"Eswood CCSD 269","Physical Address Line 1":"304 Main St","Physical Address Line 2":"","Physical Address City":"Lindenwood","Physical Address State":"IL ","Physical Address Zipcode":"61049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11504424778761062,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1714350","School District Name":"Erie CUSD 1","Physical Address Line 1":"520 5th Ave","Physical Address Line 2":"","Physical Address City":"Erie","Physical Address State":"IL ","Physical Address Zipcode":"61250","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08121827411167512,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1714250","School District Name":"Emmons SD 33","Physical Address Line 1":"24226 W Beach Grove Rd","Physical Address Line 2":"","Physical Address City":"Antioch","Physical Address State":"IL ","Physical Address Zipcode":"60002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04430379746835443,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1714220","School District Name":"Harmony Emge SD 175","Physical Address Line 1":"7401 Westchester Dr","Physical Address Line 2":"","Physical Address City":"Belleville","Physical Address State":"IL ","Physical Address Zipcode":"62223","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16104461371055495,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1714160","School District Name":"Elwood CCSD 203","Physical Address Line 1":"409 N Chicago St","Physical Address Line 2":"","Physical Address City":"Elwood","Physical Address State":"IL ","Physical Address Zipcode":"60421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0703883495145631,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1714100","School District Name":"Elmwood Park CUSD 401","Physical Address Line 1":"8201 W Fullerton Ave","Physical Address Line 2":"","Physical Address City":"Elmwood Park","Physical Address State":"IL ","Physical Address Zipcode":"60707","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11167211167211168,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1714050","School District Name":"Elmwood CUSD 322","Physical Address Line 1":"301 W Butternut St","Physical Address Line 2":"","Physical Address City":"Elmwood","Physical Address State":"IL ","Physical Address Zipcode":"61529","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0646900269541779,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1713970","School District Name":"Elmhurst SD 205","Physical Address Line 1":"162 S York St","Physical Address Line 2":"","Physical Address City":"Elmhurst","Physical Address State":"IL ","Physical Address Zipcode":"60126","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.028188539741219962,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1713940","School District Name":"DuPage HSD 88","Physical Address Line 1":"2 Friendship Plz","Physical Address Line 2":"","Physical Address City":"Addison","Physical Address State":"IL ","Physical Address Zipcode":"60101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07608969513731419,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1713920","School District Name":"Tri Valley CUSD 3","Physical Address Line 1":"410 E Washington St","Physical Address Line 2":"","Physical Address City":"Downs","Physical Address State":"IL ","Physical Address Zipcode":"61736","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.023496240601503758,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1713860","School District Name":"Elverado CUSD 196","Physical Address Line 1":"PO Box 130","Physical Address Line 2":"","Physical Address City":"Elkville","Physical Address State":"IL ","Physical Address Zipcode":"62932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2018867924528302,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1713770","School District Name":"Comm Cons SD 59","Physical Address Line 1":"1001 Leicester Rd","Physical Address Line 2":"","Physical Address City":"Elk Grove Vlg","Physical Address State":"IL ","Physical Address Zipcode":"60007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11353784594864955,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1713710","School District Name":"SD U-46","Physical Address Line 1":"355 E Chicago St","Physical Address Line 2":"","Physical Address City":"Elgin","Physical Address State":"IL ","Physical Address Zipcode":"60120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09180091128650748,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1713660","School District Name":"Eldorado CUSD 4","Physical Address Line 1":"2200A Illinois Ave","Physical Address Line 2":"","Physical Address City":"Eldorado","Physical Address State":"IL ","Physical Address Zipcode":"62930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2014388489208633,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1713590","School District Name":"Egyptian CUSD 5","Physical Address Line 1":"20023 Diswood Rd","Physical Address Line 2":"","Physical Address City":"Tamms","Physical Address State":"IL ","Physical Address Zipcode":"62988","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.29916897506925205,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1713560","School District Name":"Effingham CUSD 40","Physical Address Line 1":"PO Box 130","Physical Address Line 2":"","Physical Address City":"Effingham","Physical Address State":"IL ","Physical Address Zipcode":"62401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11807668898356664,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1713530","School District Name":"Edwardsville CUSD 7","Physical Address Line 1":"708 Saint Louis St","Physical Address Line 2":"","Physical Address City":"Edwardsville","Physical Address State":"IL ","Physical Address Zipcode":"62025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04376724354150991,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1713500","School District Name":"Edwards County CUSD 1","Physical Address Line 1":"361 W Main St # 100","Physical Address Line 2":"","Physical Address City":"Albion","Physical Address State":"IL ","Physical Address Zipcode":"62806","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12421052631578948,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1713440","School District Name":"Lindop SD 92","Physical Address Line 1":"2400 S 18th Ave","Physical Address Line 2":"","Physical Address City":"Broadview","Physical Address State":"IL ","Physical Address Zipcode":"60155","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15417558886509636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1713410","School District Name":"Edinburg CUSD 4","Physical Address Line 1":"100 E Martin St","Physical Address Line 2":"","Physical Address City":"Edinburg","Physical Address State":"IL ","Physical Address Zipcode":"62531","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12773722627737227,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1713370","School District Name":"Edgar County CUD 6","Physical Address Line 1":"23231 IL Highway 1","Physical Address Line 2":"","Physical Address City":"Chrisman","Physical Address State":"IL ","Physical Address Zipcode":"61924","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17406143344709898,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1713320","School District Name":"East St Louis SD 189","Physical Address Line 1":"1005 State St","Physical Address Line 2":"","Physical Address City":"East Saint Louis","Physical Address State":"IL ","Physical Address Zipcode":"62201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.36606487597240567,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1713290","School District Name":"Richland County CUSD 1","Physical Address Line 1":"1100 E Laurel St","Physical Address Line 2":"","Physical Address City":"Olney","Physical Address State":"IL ","Physical Address Zipcode":"62450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14797864225781845,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1713260","School District Name":"East Prairie SD 73","Physical Address Line 1":"7616 E Prairie Rd","Physical Address Line 2":"","Physical Address City":"Skokie","Physical Address State":"IL ","Physical Address Zipcode":"60076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10467706013363029,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1713240","School District Name":"East Peoria SD 86","Physical Address Line 1":"601 Taylor St","Physical Address Line 2":"","Physical Address City":"East Peoria","Physical Address State":"IL ","Physical Address Zipcode":"61611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10922587486744433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1713230","School District Name":"East Peoria CHSD 309","Physical Address Line 1":"1401 E Washington St","Physical Address Line 2":"","Physical Address City":"East Peoria","Physical Address State":"IL ","Physical Address Zipcode":"61611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09592326139088729,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1713170","School District Name":"East Moline SD 37","Physical Address Line 1":"3451 Morton Dr","Physical Address Line 2":"","Physical Address City":"East Moline","Physical Address State":"IL ","Physical Address Zipcode":"61244","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22598454177401545,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1713140","School District Name":"East Maine SD 63","Physical Address Line 1":"10150 Dee Rd","Physical Address Line 2":"","Physical Address City":"Des Plaines","Physical Address State":"IL ","Physical Address Zipcode":"60016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1416871416871417,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1713050","School District Name":"East Dubuque USD 119","Physical Address Line 1":"100 N School Rd","Physical Address Line 2":"","Physical Address City":"East Dubuque","Physical Address State":"IL ","Physical Address Zipcode":"61025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07799442896935933,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1712990","School District Name":"East Alton-Wood River CHSD 14","Physical Address Line 1":"777 N Wood River Ave","Physical Address Line 2":"","Physical Address City":"Wood River","Physical Address State":"IL ","Physical Address Zipcode":"62095","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.14746543778801843,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1712960","School District Name":"East Alton SD 13","Physical Address Line 1":"210 E Saint Louis Ave","Physical Address Line 2":"","Physical Address City":"East Alton","Physical Address State":"IL ","Physical Address Zipcode":"62024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.22814207650273224,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1712930","School District Name":"Earlville CUSD 9","Physical Address Line 1":"PO Box 539","Physical Address Line 2":"","Physical Address City":"Earlville","Physical Address State":"IL ","Physical Address Zipcode":"60518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11611374407582939,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1712900","School District Name":"E St Louis Area Joint Agreement","Physical Address Line 1":"1005 State St","Physical Address Line 2":"","Physical Address City":"East Saint Louis","Physical Address State":"IL ","Physical Address Zipcode":"62201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1712870","School District Name":"Dwight Twp HSD 230","Physical Address Line 1":"801 S Franklin St","Physical Address Line 2":"","Physical Address City":"Dwight","Physical Address State":"IL ","Physical Address Zipcode":"60420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09364548494983277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1712840","School District Name":"Dwight Common SD 232","Physical Address Line 1":"801 S Franklin St","Physical Address Line 2":"","Physical Address City":"Dwight","Physical Address State":"IL ","Physical Address Zipcode":"60420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10526315789473684,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1712810","School District Name":"Durand CUSD 322","Physical Address Line 1":"200 W South St","Physical Address Line 2":"","Physical Address City":"Durand","Physical Address State":"IL ","Physical Address Zipcode":"61024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07221350078492936,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1712760","School District Name":"Du Quoin CUSD 300","Physical Address Line 1":"845 E Jackson St","Physical Address Line 2":"","Physical Address City":"Du Quoin","Physical Address State":"IL ","Physical Address Zipcode":"62832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16391085549964055,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1712720","School District Name":"Dupo CUSD 196","Physical Address Line 1":"600 Louisa Ave","Physical Address Line 2":"","Physical Address City":"Dupo","Physical Address State":"IL ","Physical Address Zipcode":"62239","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18564593301435406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1712700","School District Name":"Dunlap CUSD 323","Physical Address Line 1":"400 S 4Th St","Physical Address Line 2":"","Physical Address City":"Dunlap","Physical Address State":"IL ","Physical Address Zipcode":"61525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04435288414929714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1712570","School District Name":"CHSD 99","Physical Address Line 1":"6301 Springside Ave","Physical Address Line 2":"","Physical Address City":"Downers Grove","Physical Address State":"IL ","Physical Address Zipcode":"60516","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04550669216061185,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1712540","School District Name":"Downers Grove GSD 58","Physical Address Line 1":"1860 63rd St","Physical Address Line 2":"","Physical Address City":"Downers Grove","Physical Address State":"IL ","Physical Address Zipcode":"60516","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03682771194165907,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1712510","School District Name":"Donovan CUSD 3","Physical Address Line 1":"PO Box 186","Physical Address Line 2":"","Physical Address City":"Donovan","Physical Address State":"IL ","Physical Address Zipcode":"60931","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17784256559766765,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1712480","School District Name":"Dongola USD 66","Physical Address Line 1":"PO Box 190","Physical Address Line 2":"","Physical Address City":"Dongola","Physical Address State":"IL ","Physical Address Zipcode":"62926","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17406143344709898,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1712450","School District Name":"Dolton SD 148","Physical Address Line 1":"114 W 144th St","Physical Address Line 2":"","Physical Address City":"Riverdale","Physical Address State":"IL ","Physical Address Zipcode":"60827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.29967660797700324,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1712420","School District Name":"Dolton SD 149","Physical Address Line 1":"292 Torrence Ave","Physical Address Line 2":"","Physical Address City":"Calumet City","Physical Address State":"IL ","Physical Address Zipcode":"60409","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2631420847101232,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1712330","School District Name":"Dixon USD 170","Physical Address Line 1":"1335 Franklin Grove Rd","Physical Address Line 2":"","Physical Address City":"Dixon","Physical Address State":"IL ","Physical Address Zipcode":"61021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1250446588067167,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1712270","School District Name":"Dimmick Community Consolidated School District 175","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.10967741935483871,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1712240","School District Name":"Dieterich CUSD 30","Physical Address Line 1":"PO Box 187","Physical Address Line 2":"","Physical Address City":"Dieterich","Physical Address State":"IL ","Physical Address Zipcode":"62424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10869565217391304,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1712210","School District Name":"Diamond Lake SD 76","Physical Address Line 1":"26156 N Acorn Ln","Physical Address Line 2":"","Physical Address City":"Mundelein","Physical Address State":"IL ","Physical Address Zipcode":"60060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12218963831867058,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1712150","School District Name":"DeSoto Cons SD 86","Physical Address Line 1":"311 Hurst Rd","Physical Address Line 2":"","Physical Address City":"De Soto","Physical Address State":"IL ","Physical Address Zipcode":"62924","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1626984126984127,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1712120","School District Name":"CCSD 62","Physical Address Line 1":"777 E Algonquin Rd","Physical Address Line 2":"","Physical Address City":"Des Plaines","Physical Address State":"IL ","Physical Address Zipcode":"60016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12059207662168045,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1712090","School District Name":"DePue USD 103","Physical Address Line 1":"PO Box 800","Physical Address Line 2":"","Physical Address City":"DePue","Physical Address State":"IL ","Physical Address Zipcode":"61322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12041884816753927,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1712060","School District Name":"Delavan CUSD 703","Physical Address Line 1":"907 Locust St","Physical Address Line 2":"","Physical Address City":"Delavan","Physical Address State":"IL ","Physical Address Zipcode":"61734","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06918238993710692,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1712030","School District Name":"Deland-Weldon CUSD 57","Physical Address Line 1":"304 E IL Route 10","Physical Address Line 2":"","Physical Address City":"De Land","Physical Address State":"IL ","Physical Address Zipcode":"61839","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16062176165803108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1712000","School District Name":"DeKalb CUSD 428","Physical Address Line 1":"901 S 4th St","Physical Address Line 2":"","Physical Address City":"Dekalb","Physical Address State":"IL ","Physical Address Zipcode":"60115","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.161531279178338,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1711980","School District Name":"Deerfield SD 109","Physical Address Line 1":"517 Deerfield Rd","Physical Address Line 2":"","Physical Address City":"Deerfield","Physical Address State":"IL ","Physical Address Zipcode":"60015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02461005199306759,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1711910","School District Name":"Deer Park CCSD 82","Physical Address Line 1":"2350 E 1025th Rd","Physical Address Line 2":"","Physical Address City":"Ottawa","Physical Address State":"IL ","Physical Address Zipcode":"61350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13636363636363635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1711880","School District Name":"Deer Creek-Mackinaw CUSD 701","Physical Address Line 1":"401 E Fifth St","Physical Address Line 2":"","Physical Address City":"Mackinaw","Physical Address State":"IL ","Physical Address Zipcode":"61755","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05445116681071737,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1711850","School District Name":"Decatur SD 61","Physical Address Line 1":"101 W Cerro Gordo St","Physical Address Line 2":"","Physical Address City":"Decatur","Physical Address State":"IL ","Physical Address Zipcode":"62523","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.24688149688149688,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1711790","School District Name":"Danville CCSD 118","Physical Address Line 1":"110 E Williams St","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"IL ","Physical Address Zipcode":"61832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3146417445482866,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1711730","School District Name":"Damiansville SD 62","Physical Address Line 1":"101 E Main St","Physical Address Line 2":"","Physical Address City":"Damiansville","Physical Address State":"IL ","Physical Address Zipcode":"62215","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.018518518518518517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1711700","School District Name":"Dalzell SD 98","Physical Address Line 1":"307 Chestnut St","Physical Address Line 2":"","Physical Address City":"Dalzell","Physical Address State":"IL ","Physical Address Zipcode":"61320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12857142857142856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1711610","School District Name":"Dakota CUSD 201","Physical Address Line 1":"400 Campus Dr","Physical Address Line 2":"","Physical Address City":"Dakota","Physical Address State":"IL ","Physical Address Zipcode":"61018","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08322496749024708,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1711520","School District Name":"Cypress SD 64","Physical Address Line 1":"4580 Mount Pisgah Rd","Physical Address Line 2":"","Physical Address City":"Cypress","Physical Address State":"IL ","Physical Address Zipcode":"62923","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19811320754716982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1711400","School District Name":"CUSD 3 Fulton County","Physical Address Line 1":"652 E Main St","Physical Address Line 2":"","Physical Address City":"Cuba","Physical Address State":"IL ","Physical Address Zipcode":"61427","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1638655462184874,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1711370","School District Name":"CHSD 155","Physical Address Line 1":"1 Virginia Rd","Physical Address Line 2":"","Physical Address City":"Crystal Lake","Physical Address State":"IL ","Physical Address Zipcode":"60014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04245132460900096,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1711350","School District Name":"Crystal Lake CCSD 47","Physical Address Line 1":"300 Commerce Dr","Physical Address Line 2":"","Physical Address City":"Crystal Lake","Physical Address State":"IL ","Physical Address Zipcode":"60014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0560289181513039,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1711290","School District Name":"Creve Coeur SD 76","Physical Address Line 1":"400 N Highland St","Physical Address Line 2":"District Office","Physical Address City":"Creve Coeur","Physical Address State":"IL ","Physical Address Zipcode":"61610","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1809672386895476,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1711250","School District Name":"Crete Monee CUSD 201U","Physical Address Line 1":"1500 S Sangamon St","Physical Address Line 2":"","Physical Address City":"Crete","Physical Address State":"IL ","Physical Address Zipcode":"60417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16827560098428923,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1711220","School District Name":"Creston CCSD 161","Physical Address Line 1":"PO Box 37","Physical Address Line 2":"","Physical Address City":"Creston","Physical Address State":"IL ","Physical Address Zipcode":"60113","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1711100","School District Name":"Crab Orchard CUSD 3","Physical Address Line 1":"19189 Bailey St","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"IL ","Physical Address Zipcode":"62959","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13054187192118227,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1711010","School District Name":"Country Club Hills SD 160","Physical Address Line 1":"4411 185th St","Physical Address Line 2":"","Physical Address City":"Country Club Hills","Physical Address State":"IL ","Physical Address Zipcode":"60478","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2809278350515464,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1710980","School District Name":"Coulterville USD 1","Physical Address Line 1":"PO Box 396","Physical Address Line 2":"","Physical Address City":"Coulterville","Physical Address State":"IL ","Physical Address Zipcode":"62237","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1780821917808219,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1710950","School District Name":"Ford Heights SD 169","Physical Address Line 1":"910 Woodlawn Ave","Physical Address Line 2":"","Physical Address City":"Ford Heights","Physical Address State":"IL ","Physical Address Zipcode":"60411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3916849015317287,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1710860","School District Name":"Cornell CCSD 426","Physical Address Line 1":"300 N 7th St","Physical Address Line 2":"","Physical Address City":"Cornell","Physical Address State":"IL ","Physical Address Zipcode":"61319","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11607142857142858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1710830","School District Name":"Triopia CUSD 27","Physical Address Line 1":"2204 Concord Arenzville Rd","Physical Address Line 2":"","Physical Address City":"Concord","Physical Address State":"IL ","Physical Address Zipcode":"62631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1710820","School District Name":"Westville CUSD 2","Physical Address Line 1":"125 W Ellsworth St","Physical Address Line 2":"","Physical Address City":"Westville","Physical Address State":"IL ","Physical Address Zipcode":"61883","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21062106210621062,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1710800","School District Name":"Oakwood CUSD 76","Physical Address Line 1":"12190 US Route 150","Physical Address Line 2":"","Physical Address City":"Oakwood","Physical Address State":"IL ","Physical Address Zipcode":"61858","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1553784860557769,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1710790","School District Name":"Hamilton Co CUSD 10","Physical Address Line 1":"PO Box 369","Physical Address Line 2":"","Physical Address City":"Mc Leansboro","Physical Address State":"IL ","Physical Address Zipcode":"62859","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16719745222929935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1710740","School District Name":"Columbia CUSD 4","Physical Address Line 1":"5 Veterans Pkwy","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"IL ","Physical Address Zipcode":"62236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029898804047838085,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1710690","School District Name":"Colona SD 190","Physical Address Line 1":"700 1st St","Physical Address Line 2":"","Physical Address City":"Colona","Physical Address State":"IL ","Physical Address Zipcode":"61241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11479591836734694,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1710650","School District Name":"Collinsville CUSD 10","Physical Address Line 1":"201 W Clay St","Physical Address Line 2":"","Physical Address City":"Collinsville","Physical Address State":"IL ","Physical Address Zipcode":"62234","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12817976257772754,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1710570","School District Name":"Cobden SUD 17","Physical Address Line 1":"413 N Appleknocker St","Physical Address Line 2":"","Physical Address City":"Cobden","Physical Address State":"IL ","Physical Address Zipcode":"62920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16390423572744015,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1710530","School District Name":"Coal City CUSD 1","Physical Address Line 1":"550 S Carbon Hill Rd","Physical Address Line 2":"","Physical Address City":"Coal City","Physical Address State":"IL ","Physical Address Zipcode":"60416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06418918918918919,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1710470","School District Name":"CCSD 93","Physical Address Line 1":"230 Covington Dr","Physical Address Line 2":"","Physical Address City":"Bloomingdale","Physical Address State":"IL ","Physical Address Zipcode":"60108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08073496659242761,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1710440","School District Name":"Clinton CUSD 15","Physical Address Line 1":"1210 State Route 54W","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"IL ","Physical Address Zipcode":"61727","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1307113938692886,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1710410","School District Name":"Central CUSD 4","Physical Address Line 1":"PO Box 158","Physical Address Line 2":"","Physical Address City":"Ashkum","Physical Address State":"IL ","Physical Address Zipcode":"60911","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07987551867219916,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1710380","School District Name":"Skokie SD 73-5","Physical Address Line 1":"8000 E Prairie Rd","Physical Address Line 2":"","Physical Address City":"Skokie","Physical Address State":"IL ","Physical Address Zipcode":"60076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12340842311459353,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1710340","School District Name":"Clay City CUSD 10","Physical Address Line 1":"PO Box 542","Physical Address Line 2":"","Physical Address City":"Clay City","Physical Address State":"IL ","Physical Address Zipcode":"62824","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20521172638436483,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1710290","School District Name":"Cissna Park CUSD 6","Physical Address Line 1":"511 N 2nd St","Physical Address Line 2":"","Physical Address City":"Cissna Park","Physical Address State":"IL ","Physical Address Zipcode":"60924","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10822510822510822,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1710240","School District Name":"North Wayne CUSD 200","Physical Address Line 1":"PO Box 235","Physical Address Line 2":"","Physical Address City":"Cisne","Physical Address State":"IL ","Physical Address Zipcode":"62823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1492842535787321,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1710200","School District Name":"Cicero SD 99","Physical Address Line 1":"5110 W 24th St","Physical Address Line 2":"","Physical Address City":"Cicero","Physical Address State":"IL ","Physical Address Zipcode":"60804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.179282244162357,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1709990","School District Name":"Chicago Ridge SD 127-5","Physical Address Line 1":"6135 108th St","Physical Address Line 2":"","Physical Address City":"Chicago Ridge","Physical Address State":"IL ","Physical Address Zipcode":"60415","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.30793650793650795,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1709960","School District Name":"Chicago Heights SD 170","Physical Address Line 1":"30 W 16th St","Physical Address Line 2":"","Physical Address City":"Chicago Heights","Physical Address State":"IL ","Physical Address Zipcode":"60411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.282370820668693,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1709930","School District Name":"City of Chicago SD 299","Physical Address Line 1":"42 W Madison St 2nd Flr","Physical Address Line 2":"","Physical Address City":"Chicago","Physical Address State":"IL ","Physical Address Zipcode":"60602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19990232743442443,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1709850","School District Name":"Chester-East Lincoln CCSD 61","Physical Address Line 1":"1300 1500th St","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"IL ","Physical Address Zipcode":"62656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1709810","School District Name":"Chester CUSD 139","Physical Address Line 1":"1940 Swanwick St","Physical Address Line 2":"","Physical Address City":"Chester","Physical Address State":"IL ","Physical Address Zipcode":"62233","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1572832886505809,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1709780","School District Name":"Chester Non-High School District 122","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.06382978723404255,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1709600","School District Name":"Charleston CUSD 1","Physical Address Line 1":"410 W Polk Ave","Physical Address Line 2":"","Physical Address City":"Charleston","Physical Address State":"IL ","Physical Address Zipcode":"61920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17236415976970132,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1709540","School District Name":"Channahon SD 17","Physical Address Line 1":"24920 S Sage St","Physical Address Line 2":"","Physical Address City":"Channahon","Physical Address State":"IL ","Physical Address Zipcode":"60410","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08702175543885972,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1709510","School District Name":"Chaney-Monge SD 88","Physical Address Line 1":"400 Elsie Ave","Physical Address Line 2":"","Physical Address City":"Crest Hill","Physical Address State":"IL ","Physical Address Zipcode":"60403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16511627906976745,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1709420","School District Name":"Champaign CUSD 4","Physical Address Line 1":"502 W Windsor Rd","Physical Address Line 2":"","Physical Address City":"Champaign","Physical Address State":"IL ","Physical Address Zipcode":"61820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.14730377723563556,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1709400","School District Name":"Chadwick-Milledgeville CUSD 399","Physical Address Line 1":"100 E 8Th St","Physical Address Line 2":"","Physical Address City":"Milledgeville","Physical Address State":"IL ","Physical Address Zipcode":"61051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10514541387024609,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1709330","School District Name":"Cerro Gordo CUSD 100","Physical Address Line 1":"PO Box 79","Physical Address Line 2":"","Physical Address City":"Cerro Gordo","Physical Address State":"IL ","Physical Address Zipcode":"61818","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09618874773139746,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1709300","School District Name":"Centralia HSD 200","Physical Address Line 1":"2100 E Calumet St","Physical Address Line 2":"","Physical Address City":"Centralia","Physical Address State":"IL ","Physical Address Zipcode":"62801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17548746518105848,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1709270","School District Name":"Centralia SD 135","Physical Address Line 1":"400 S Elm St","Physical Address Line 2":"","Physical Address City":"Centralia","Physical Address State":"IL ","Physical Address Zipcode":"62801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2403560830860534,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1709210","School District Name":"Lockport SD 91","Physical Address Line 1":"808 Adams St","Physical Address Line 2":"","Physical Address City":"Lockport","Physical Address State":"IL ","Physical Address Zipcode":"60441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0806697108066971,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1709180","School District Name":"Central City SD 133","Physical Address Line 1":"129 Douglas St","Physical Address Line 2":"","Physical Address City":"Centralia","Physical Address State":"IL ","Physical Address Zipcode":"62801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.23580786026200873,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1709170","School District Name":"Central SD 104","Physical Address Line 1":"309 Hartman Ln","Physical Address Line 2":"","Physical Address City":"O Fallon","Physical Address State":"IL ","Physical Address Zipcode":"62269","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1360824742268041,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1709150","School District Name":"Central SD 51","Physical Address Line 1":"1301 Eagle Ave","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"IL ","Physical Address Zipcode":"61571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03220191470844212,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1709100","School District Name":"Central A & M CUD 21","Physical Address Line 1":"406 E Colegrove","Physical Address Line 2":"","Physical Address City":"Assumption","Physical Address State":"IL ","Physical Address Zipcode":"62510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08415841584158416,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1708970","School District Name":"Center Cass SD 66","Physical Address Line 1":"699 Plainfield Rd","Physical Address Line 2":"","Physical Address City":"Downers Grove","Physical Address State":"IL ","Physical Address Zipcode":"60516","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03857008466603951,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1708790","School District Name":"Cass SD 63","Physical Address Line 1":"8502 Bailey Rd","Physical Address Line 2":"","Physical Address City":"Darien","Physical Address State":"IL ","Physical Address Zipcode":"60561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06777493606138107,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1708730","School District Name":"Cary CCSD 26","Physical Address Line 1":"2115 Crystal Lake Rd","Physical Address Line 2":"","Physical Address City":"Cary","Physical Address State":"IL ","Physical Address Zipcode":"60013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.052108330476516966,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1708640","School District Name":"Carterville CUSD 5","Physical Address Line 1":"306 Virginia Ave","Physical Address Line 2":"","Physical Address City":"Carterville","Physical Address State":"IL ","Physical Address Zipcode":"62918","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11474558670820353,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1708610","School District Name":"Carrollton CUSD 1","Physical Address Line 1":"950A 3rd St","Physical Address Line 2":"","Physical Address City":"Carrollton","Physical Address State":"IL ","Physical Address Zipcode":"62016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13239875389408098,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1708580","School District Name":"Carrier Mills-Stonefort CUSD 2","Physical Address Line 1":"7071 US 45 S","Physical Address Line 2":"","Physical Address City":"Carrier Mills","Physical Address State":"IL ","Physical Address Zipcode":"62917","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23846153846153847,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1708550","School District Name":"CUSD 300","Physical Address Line 1":"2550 Harnish Dr","Physical Address Line 2":"","Physical Address City":"Algonquin","Physical Address State":"IL ","Physical Address Zipcode":"60102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0681145608667302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1708500","School District Name":"Carmi-White County CUSD 5","Physical Address Line 1":"211 W Robinson St","Physical Address Line 2":"","Physical Address City":"Carmi","Physical Address State":"IL ","Physical Address Zipcode":"62821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1862673484295106,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1708460","School District Name":"Carlyle CUSD 1","Physical Address Line 1":"1400 13th St","Physical Address Line 2":"","Physical Address City":"Carlyle","Physical Address State":"IL ","Physical Address Zipcode":"62231","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10989867498051442,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1708430","School District Name":"Carlinville CUSD 1","Physical Address Line 1":"829 W Main St","Physical Address Line 2":"","Physical Address City":"Carlinville","Physical Address State":"IL ","Physical Address Zipcode":"62626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1441932969602494,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1708400","School District Name":"Cons HSD 230","Physical Address Line 1":"15100 S 94th Ave","Physical Address Line 2":"","Physical Address City":"Orland Park","Physical Address State":"IL ","Physical Address Zipcode":"60462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1106968072710324,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1708370","School District Name":"Carbondale CHSD 165","Physical Address Line 1":"330 S Giant City Rd","Physical Address Line 2":"","Physical Address City":"Carbondale","Physical Address State":"IL ","Physical Address Zipcode":"62902","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.23070539419087138,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1708340","School District Name":"Carbondale ESD 95","Physical Address Line 1":"925 S Giant City Rd","Physical Address Line 2":"","Physical Address City":"Carbondale","Physical Address State":"IL ","Physical Address Zipcode":"62902","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.32306639288158795,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1708310","School District Name":"Carbon Cliff-Barstow SD 36","Physical Address Line 1":"2002 Eagle Ridge Dr","Physical Address Line 2":"","Physical Address City":"Silvis","Physical Address State":"IL ","Physical Address Zipcode":"61282","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22568093385214008,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1708280","School District Name":"Canton Union SD 66","Physical Address Line 1":"20 W Walnut St","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"IL ","Physical Address Zipcode":"61520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16301369863013698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1708250","School District Name":"Trico CUSD 176","Physical Address Line 1":"PO Box 220","Physical Address Line 2":"","Physical Address City":"Campbell Hill","Physical Address State":"IL ","Physical Address Zipcode":"62916","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17615658362989323,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1708220","School District Name":"Central CUSD 3","Physical Address Line 1":"2110 Highway 94 N","Physical Address Line 2":"","Physical Address City":"Camp Point","Physical Address State":"IL ","Physical Address Zipcode":"62320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09652076318742986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1708160","School District Name":"Cambridge CUSD 227","Physical Address Line 1":"300 S West St","Physical Address Line 2":"","Physical Address City":"Cambridge","Physical Address State":"IL ","Physical Address Zipcode":"61238","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09713024282560706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1708130","School District Name":"Calumet Public SD 132","Physical Address Line 1":"1440 W Vermont Ave","Physical Address Line 2":"","Physical Address City":"Calumet Park","Physical Address State":"IL ","Physical Address Zipcode":"60827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.26542207792207795,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1708100","School District Name":"Lincoln ESD 156","Physical Address Line 1":"410 157th St","Physical Address Line 2":"","Physical Address City":"Calumet City","Physical Address State":"IL ","Physical Address Zipcode":"60409","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.28413654618473894,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1708070","School District Name":"Cairo USD 1","Physical Address Line 1":"4201 Sycamore St","Physical Address Line 2":"","Physical Address City":"Cairo","Physical Address State":"IL ","Physical Address Zipcode":"62914","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.4296875,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1708040","School District Name":"Cahokia CUSD 187","Physical Address Line 1":"1700 Jerome Ln","Physical Address Line 2":"","Physical Address City":"Cahokia","Physical Address State":"IL ","Physical Address Zipcode":"62206","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3564259485924113,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1708010","School District Name":"Byron CUSD 226","Physical Address Line 1":"696 N Colfax St","Physical Address Line 2":"","Physical Address City":"Byron","Physical Address State":"IL ","Physical Address Zipcode":"61010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05543237250554324,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1707980","School District Name":"Butler SD 53","Physical Address Line 1":"2801 York Rd","Physical Address Line 2":"","Physical Address City":"Oak Brook","Physical Address State":"IL ","Physical Address Zipcode":"60523","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04336734693877551,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1707950","School District Name":"Bushnell Prairie City CUSD 170","Physical Address Line 1":"845 Walnut St","Physical Address Line 2":"","Physical Address City":"Bushnell","Physical Address State":"IL ","Physical Address Zipcode":"61422","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1453104359313078,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1707860","School District Name":"Burnham SD 154-5","Physical Address Line 1":"13945 S Green Bay Ave","Physical Address Line 2":"","Physical Address City":"Burnham","Physical Address State":"IL ","Physical Address Zipcode":"60633","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23737373737373738,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1707830","School District Name":"Central CUSD 301","Physical Address Line 1":"PO Box 396","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"IL ","Physical Address Zipcode":"60109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.034163288940359006,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1707770","School District Name":"Bunker Hill CUSD 8","Physical Address Line 1":"504 E Warren St","Physical Address Line 2":"","Physical Address City":"Bunker Hill","Physical Address State":"IL ","Physical Address Zipcode":"62014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11428571428571428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1707740","School District Name":"Buncombe Cons SD 43","Physical Address Line 1":"PO Box 40","Physical Address Line 2":"","Physical Address City":"Buncombe","Physical Address State":"IL ","Physical Address Zipcode":"62912","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13953488372093023,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1707650","School District Name":"Paxton-Buckley-Loda CUD 10","Physical Address Line 1":"PO Box 50","Physical Address Line 2":"","Physical Address City":"Paxton","Physical Address State":"IL ","Physical Address Zipcode":"60957","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12105263157894737,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1707440","School District Name":"Brownstown CUSD 201","Physical Address Line 1":"421 S College Ave","Physical Address Line 2":"","Physical Address City":"Brownstown","Physical Address State":"IL ","Physical Address Zipcode":"62418","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16997167138810199,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1707320","School District Name":"Brookfield Lagrange Park SD 95","Physical Address Line 1":"3724 Prairie Ave","Physical Address Line 2":"","Physical Address City":"Brookfield","Physical Address State":"IL ","Physical Address Zipcode":"60513","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05032618825722274,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1707290","School District Name":"Lemont-Bromberek CSD 113A","Physical Address Line 1":"16100 W 127th St","Physical Address Line 2":"","Physical Address City":"Lemont","Physical Address State":"IL ","Physical Address Zipcode":"60439","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07033639143730887,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1707200","School District Name":"Brimfield CUSD 309","Physical Address Line 1":"PO Box 380","Physical Address Line 2":"","Physical Address City":"Brimfield","Physical Address State":"IL ","Physical Address Zipcode":"61517","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.043115438108484005,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1707170","School District Name":"Indian Springs SD 109","Physical Address Line 1":"7540 S 86th Ave","Physical Address Line 2":"","Physical Address City":"Justice","Physical Address State":"IL ","Physical Address Zipcode":"60458","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2418154761904762,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1707050","School District Name":"Bremen CHSD 228","Physical Address Line 1":"15233 Pulaski Rd","Physical Address Line 2":"","Physical Address City":"Midlothian","Physical Address State":"IL ","Physical Address Zipcode":"60445","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13823368074602305,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1707010","School District Name":"Breese ESD 12","Physical Address Line 1":"777 Memorial Dr","Physical Address Line 2":"","Physical Address City":"Breese","Physical Address State":"IL ","Physical Address Zipcode":"62230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06727037516170763,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1706960","School District Name":"Bradley Bourbonnais CHSD 307","Physical Address Line 1":"700 W North St","Physical Address Line 2":"","Physical Address City":"Bradley","Physical Address State":"IL ","Physical Address Zipcode":"60915","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11172069825436409,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1706930","School District Name":"Bradley SD 61","Physical Address Line 1":"111 N Crosswell Ave","Physical Address Line 2":"","Physical Address City":"Bradley","Physical Address State":"IL ","Physical Address Zipcode":"60915","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1916072842438638,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1706880","School District Name":"Bradford CUSD 1","Physical Address Line 1":"115 High St","Physical Address Line 2":"","Physical Address City":"Bradford","Physical Address State":"IL ","Physical Address Zipcode":"61421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.148014440433213,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1706840","School District Name":"Braceville SD 75","Physical Address Line 1":"209 N Mitchell St","Physical Address Line 2":"","Physical Address City":"Braceville","Physical Address State":"IL ","Physical Address Zipcode":"60407","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12365591397849462,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1706750","School District Name":"Bourbonnais SD 53","Physical Address Line 1":"281 W John Casey Rd","Physical Address Line 2":"","Physical Address City":"Bourbonnais","Physical Address State":"IL ","Physical Address Zipcode":"60914","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13085559427022841,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1706600","School District Name":"Scott-Morgan CUSD 2","Physical Address Line 1":"PO Box 230","Physical Address Line 2":"","Physical Address City":"Bluffs","Physical Address State":"IL ","Physical Address Zipcode":"62621","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22641509433962265,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1706540","School District Name":"CHSD 218","Physical Address Line 1":"10701 Kilpatrick Ave","Physical Address Line 2":"","Physical Address City":"Oak Lawn","Physical Address State":"IL ","Physical Address Zipcode":"60453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15097402597402598,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1706510","School District Name":"Cook County SD 130","Physical Address Line 1":"12300 Greenwood Ave","Physical Address Line 2":"","Physical Address City":"Blue Island","Physical Address State":"IL ","Physical Address Zipcode":"60406","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18247333525511675,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1706480","School District Name":"Bloomington SD 87","Physical Address Line 1":"300 E Monroe St","Physical Address Line 2":"","Physical Address City":"Bloomington","Physical Address State":"IL ","Physical Address Zipcode":"61701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.14627617698000314,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1706450","School District Name":"Bloomingdale SD 13","Physical Address Line 1":"164 Euclid Ave","Physical Address Line 2":"","Physical Address City":"Bloomingdale","Physical Address State":"IL ","Physical Address Zipcode":"60108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05030891438658429,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1706420","School District Name":"Bloom Twp HSD 206","Physical Address Line 1":"100 W 10th St","Physical Address Line 2":"","Physical Address City":"Chicago Heights","Physical Address State":"IL ","Physical Address Zipcode":"60411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2503043584124665,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1706390","School District Name":"Bismarck Henning CUSD","Physical Address Line 1":"PO Box 350","Physical Address Line 2":"","Physical Address City":"Bismarck","Physical Address State":"IL ","Physical Address Zipcode":"61814","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13815789473684212,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1706270","School District Name":"Big Hollow SD 38","Physical Address Line 1":"26051 W Nippersink Rd","Physical Address Line 2":"","Physical Address City":"Ingleside","Physical Address State":"IL ","Physical Address Zipcode":"60041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06503067484662577,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1706180","School District Name":"Bethel SD 82","Physical Address Line 1":"1201 Bethel Rd","Physical Address Line 2":"","Physical Address City":"Mount Vernon","Physical Address State":"IL ","Physical Address Zipcode":"62864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2835820895522388,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1706120","School District Name":"Bethalto CUSD 8","Physical Address Line 1":"101 School St","Physical Address Line 2":"","Physical Address City":"Bethalto","Physical Address State":"IL ","Physical Address Zipcode":"62010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11898344243357721,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1706090","School District Name":"Berwyn South SD 100","Physical Address Line 1":"3401 Gunderson Ave","Physical Address Line 2":"","Physical Address City":"Berwyn","Physical Address State":"IL ","Physical Address Zipcode":"60402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14426229508196722,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1706060","School District Name":"Berwyn North SD 98","Physical Address Line 1":"6633 16th St","Physical Address Line 2":"","Physical Address City":"Berwyn","Physical Address State":"IL ","Physical Address Zipcode":"60402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1706000","School District Name":"Berkeley SD 87","Physical Address Line 1":"1200 N Wolf Rd","Physical Address Line 2":"","Physical Address City":"Berkeley","Physical Address State":"IL ","Physical Address Zipcode":"60163","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15475749722325063,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1705970","School District Name":"Benton Cons HSD 103","Physical Address Line 1":"511 E Main St","Physical Address Line 2":"","Physical Address City":"Benton","Physical Address State":"IL ","Physical Address Zipcode":"62812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15202702702702703,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1705950","School District Name":"Benton CCSD 47","Physical Address Line 1":"1000 Forrest St","Physical Address Line 2":"","Physical Address City":"Benton","Physical Address State":"IL ","Physical Address Zipcode":"62812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21166306695464362,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1705910","School District Name":"Bensenville SD 2","Physical Address Line 1":"210 S Church Rd","Physical Address Line 2":"Dr Kay Dugan","Physical Address City":"Bensenville","Physical Address State":"IL ","Physical Address Zipcode":"60106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09458775923115832,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1705880","School District Name":"Benjamin SD 25","Physical Address Line 1":"28W250 Saint Charles Rd","Physical Address Line 2":"","Physical Address City":"West Chicago","Physical Address State":"IL ","Physical Address Zipcode":"60185","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.038366336633663366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1705820","School District Name":"Bement CUSD 5","Physical Address Line 1":"201 S Champaign St","Physical Address Line 2":"","Physical Address City":"Bement","Physical Address State":"IL ","Physical Address Zipcode":"61813","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10353535353535354,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1705790","School District Name":"Belvidere CUSD 100","Physical Address Line 1":"1201 5th Ave","Physical Address Line 2":"","Physical Address City":"Belvidere","Physical Address State":"IL ","Physical Address Zipcode":"61008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09275962944904924,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1705760","School District Name":"Bellwood SD 88","Physical Address Line 1":"640 Eastern Ave","Physical Address Line 2":"","Physical Address City":"Bellwood","Physical Address State":"IL ","Physical Address Zipcode":"60104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1957710535909588,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1705640","School District Name":"Belleville Twp HSD 201","Physical Address Line 1":"920 N Illinois St","Physical Address Line 2":"","Physical Address City":"Belleville","Physical Address State":"IL ","Physical Address Zipcode":"62220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12001526426254532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1705610","School District Name":"Belleville SD 118","Physical Address Line 1":"105 W A St","Physical Address Line 2":"","Physical Address City":"Belleville","Physical Address State":"IL ","Physical Address Zipcode":"62220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1916736518580609,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1705580","School District Name":"Belle Valley SD 119","Physical Address Line 1":"2465 Amann Dr","Physical Address Line 2":"","Physical Address City":"Belleville","Physical Address State":"IL ","Physical Address Zipcode":"62220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1737142857142857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1705570","School District Name":"Opdyke-Belle-Rive CCSD 5","Physical Address Line 1":"PO Box 189","Physical Address Line 2":"","Physical Address City":"Opdyke","Physical Address State":"IL ","Physical Address Zipcode":"62872","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18587360594795538,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1705466","School District Name":"Marseilles ESD 150","Physical Address Line 1":"201 Chicago St","Physical Address Line 2":"","Physical Address City":"Marseilles","Physical Address State":"IL ","Physical Address Zipcode":"61341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20168067226890757,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1705460","School District Name":"Beecher City CUSD 20","Physical Address Line 1":"438 E State Highway 33","Physical Address Line 2":"","Physical Address City":"Beecher City","Physical Address State":"IL ","Physical Address Zipcode":"62414","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10187667560321716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1705430","School District Name":"Beecher CUSD 200U","Physical Address Line 1":"PO Box 338","Physical Address Line 2":"","Physical Address City":"Beecher","Physical Address State":"IL ","Physical Address Zipcode":"60401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07231040564373897,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1705310","School District Name":"Beardstown CUSD 15","Physical Address Line 1":"500 E 15th St","Physical Address Line 2":"","Physical Address City":"Beardstown","Physical Address State":"IL ","Physical Address Zipcode":"62618","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15462315462315462,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1705220","School District Name":"Batavia USD 101","Physical Address Line 1":"335 W Wilson St","Physical Address Line 2":"","Physical Address City":"Batavia","Physical Address State":"IL ","Physical Address Zipcode":"60510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.034334763948497854,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1705190","School District Name":"Bartonville SD 66","Physical Address Line 1":"6000 S Adams St","Physical Address Line 2":"","Physical Address City":"Bartonville","Physical Address State":"IL ","Physical Address Zipcode":"61607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15789473684210525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1705160","School District Name":"Bartelso SD 57","Physical Address Line 1":"PO Box 267","Physical Address Line 2":"","Physical Address City":"Bartelso","Physical Address State":"IL ","Physical Address Zipcode":"62218","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.047244094488188976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1705050","School District Name":"Barrington CUSD 220","Physical Address Line 1":"515 W Main St","Physical Address Line 2":"","Physical Address City":"Barrington","Physical Address State":"IL ","Physical Address Zipcode":"60010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.051378876301636345,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1704950","School District Name":"Bannockburn SD 106","Physical Address Line 1":"2165 Telegraph Rd","Physical Address Line 2":"","Physical Address City":"Bannockburn","Physical Address State":"IL ","Physical Address Zipcode":"60015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13812154696132597,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1704920","School District Name":"Ball Chatham CUSD 5","Physical Address Line 1":"201 W Mulberry St","Physical Address Line 2":"","Physical Address City":"Chatham","Physical Address State":"IL ","Physical Address Zipcode":"62629","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05148381294964029,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1704800","School District Name":"Avoca SD 37","Physical Address Line 1":"2921 Illinois Rd","Physical Address Line 2":"","Physical Address City":"Wilmette","Physical Address State":"IL ","Physical Address Zipcode":"60091","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.059941520467836254,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1704770","School District Name":"Central CHSD 71","Physical Address Line 1":"7740 Old US Highway 50","Physical Address Line 2":"","Physical Address City":"Breese","Physical Address State":"IL ","Physical Address Zipcode":"62230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03925845147219193,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1704740","School District Name":"Aviston SD 21","Physical Address Line 1":"350 S Hull St","Physical Address Line 2":"","Physical Address City":"Aviston","Physical Address State":"IL ","Physical Address Zipcode":"62216","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.015873015873015872,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1704710","School District Name":"Aurora West USD 129","Physical Address Line 1":"1877 W. Downer Pl","Physical Address Line 2":"District Administration Office","Physical Address City":"Aurora","Physical Address State":"IL ","Physical Address Zipcode":"60506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10119800580400327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1704680","School District Name":"Aurora East USD 131","Physical Address Line 1":"417 5th St","Physical Address Line 2":"","Physical Address City":"Aurora","Physical Address State":"IL ","Physical Address Zipcode":"60505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13539003465712177,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1704620","School District Name":"Auburn CUSD 10","Physical Address Line 1":"606 W North St","Physical Address Line 2":"","Physical Address City":"Auburn","Physical Address State":"IL ","Physical Address Zipcode":"62615","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0944700460829493,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1704560","School District Name":"Atwood Heights SD 125","Physical Address Line 1":"12150 S Hamlin Ave","Physical Address Line 2":"","Physical Address City":"Alsip","Physical Address State":"IL ","Physical Address Zipcode":"60803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13925729442970822,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1704470","School District Name":"Athens CUSD 213","Physical Address Line 1":"501 Warrior Way","Physical Address Line 2":"","Physical Address City":"Athens","Physical Address State":"IL ","Physical Address Zipcode":"62613","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07910750507099391,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1704440","School District Name":"Astoria CUSD 1","Physical Address Line 1":"402 N Jefferson St","Physical Address Line 2":"","Physical Address City":"Astoria","Physical Address State":"IL ","Physical Address Zipcode":"61501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15151515151515152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1704380","School District Name":"Ashton-Franklin Center CUSD 275","Physical Address Line 1":"611 Western Ave","Physical Address Line 2":"","Physical Address City":"Ashton","Physical Address State":"IL ","Physical Address Zipcode":"61006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11219512195121951,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1704340","School District Name":"Ashley CCSD 15","Physical Address Line 1":"450 N Third St","Physical Address Line 2":"","Physical Address City":"Ashley","Physical Address State":"IL ","Physical Address Zipcode":"62808","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1704260","School District Name":"Arthur CUSD 305","Physical Address Line 1":"301 E Columbia St","Physical Address Line 2":"","Physical Address City":"Arthur","Physical Address State":"IL ","Physical Address Zipcode":"61911","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11948717948717949,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1704230","School District Name":"Armstrong Twp HSD 225","Physical Address Line 1":"PO Box 37","Physical Address Line 2":"","Physical Address City":"Armstrong","Physical Address State":"IL ","Physical Address Zipcode":"61812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10227272727272728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1704200","School District Name":"Armstrong-Ellis Cons SD 61","Physical Address Line 1":"PO Box 7","Physical Address Line 2":"","Physical Address City":"Armstrong","Physical Address State":"IL ","Physical Address Zipcode":"61812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1704170","School District Name":"Township HSD 214","Physical Address Line 1":"2121 S Goebbert Rd","Physical Address Line 2":"","Physical Address City":"Arlington Heights","Physical Address State":"IL ","Physical Address Zipcode":"60005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06302521008403361,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1704140","School District Name":"Arlington Heights SD 25","Physical Address Line 1":"1200 S Dunton Ave","Physical Address Line 2":"","Physical Address City":"Arlington Heights","Physical Address State":"IL ","Physical Address Zipcode":"60005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.030963096309630962,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1704050","School District Name":"Summit SD 104","Physical Address Line 1":"6021 S 74th Ave","Physical Address Line 2":"","Physical Address City":"Summit","Physical Address State":"IL ","Physical Address Zipcode":"60501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19632678910702978,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1704020","School District Name":"Argo CHSD 217","Physical Address Line 1":"7329 W 63rd St","Physical Address Line 2":"","Physical Address City":"Summit","Physical Address State":"IL ","Physical Address Zipcode":"60501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1703990","School District Name":"Argenta-Oreana CUSD 1","Physical Address Line 1":"PO Box 440","Physical Address Line 2":"","Physical Address City":"Argenta","Physical Address State":"IL ","Physical Address Zipcode":"62501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10782241014799154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1703960","School District Name":"Arcola CUSD 306","Physical Address Line 1":"351 W Washington St","Physical Address Line 2":"","Physical Address City":"Arcola","Physical Address State":"IL ","Physical Address Zipcode":"61910","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08833151581243184,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1703930","School District Name":"Arbor Park SD 145","Physical Address Line 1":"17301 Central Ave","Physical Address Line 2":"","Physical Address City":"Oak Forest","Physical Address State":"IL ","Physical Address Zipcode":"60452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1328928046989721,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1703900","School District Name":"Aptakisic-Tripp CCSD 102","Physical Address Line 1":"1351 Abbott Court","Physical Address Line 2":"","Physical Address City":"Buffalo Grove","Physical Address State":"IL ","Physical Address Zipcode":"60089","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.044647967945048654,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1703870","School District Name":"CHSD 117","Physical Address Line 1":"1625 Deep Lake Rd","Physical Address Line 2":"","Physical Address City":"Lake Villa","Physical Address State":"IL ","Physical Address Zipcode":"60046","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.045892788276128034,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1703840","School District Name":"Antioch CCSD 34","Physical Address Line 1":"964 Spafford St","Physical Address Line 2":"","Physical Address City":"Antioch","Physical Address State":"IL ","Physical Address Zipcode":"60002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06276841757515692,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1703810","School District Name":"Annawan CUSD 226","Physical Address Line 1":"501 W South St","Physical Address Line 2":"","Physical Address City":"Annawan","Physical Address State":"IL ","Physical Address Zipcode":"61234","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10030395136778116,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1703780","School District Name":"Anna Jonesboro CHSD 81","Physical Address Line 1":"608 S Main St","Physical Address Line 2":"","Physical Address City":"Anna","Physical Address State":"IL ","Physical Address Zipcode":"62906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13636363636363635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1703750","School District Name":"Anna CCSD 37","Physical Address Line 1":"301 S Green St","Physical Address Line 2":"","Physical Address City":"Anna","Physical Address State":"IL ","Physical Address Zipcode":"62906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20652173913043478,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1703690","School District Name":"Amboy CUSD 272","Physical Address Line 1":"11 E Hawley St","Physical Address Line 2":"","Physical Address City":"Amboy","Physical Address State":"IL ","Physical Address Zipcode":"61310","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10199004975124377,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1703660","School District Name":"AlWood CUSD 225","Physical Address Line 1":"301 E 5th Ave","Physical Address Line 2":"","Physical Address City":"Woodhull","Physical Address State":"IL ","Physical Address Zipcode":"61490","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07780979827089338,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1703600","School District Name":"Alton CUSD 11","Physical Address Line 1":"550 Landmarks Blvd Ste A","Physical Address Line 2":"","Physical Address City":"Alton","Physical Address State":"IL ","Physical Address Zipcode":"62002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1510810810810811,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1703510","School District Name":"Altamont CUSD 10","Physical Address Line 1":"7 S Ewing St","Physical Address Line 2":"","Physical Address City":"Altamont","Physical Address State":"IL ","Physical Address Zipcode":"62411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11073059360730593,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1703480","School District Name":"Alsip-Hazlgrn-Oaklwn SD 126","Physical Address Line 1":"11900 S Kostner Ave","Physical Address Line 2":"","Physical Address City":"Alsip","Physical Address State":"IL ","Physical Address Zipcode":"60803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14763897190675435,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1703450","School District Name":"Allendale CCSD 17","Physical Address Line 1":"PO Box 130","Physical Address Line 2":"","Physical Address City":"Allendale","Physical Address State":"IL ","Physical Address Zipcode":"62410","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12578616352201258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1703420","School District Name":"Allen-Otter Creek CCSD 65","Physical Address Line 1":"400 S Lane St","Physical Address Line 2":"","Physical Address City":"Ransom","Physical Address State":"IL ","Physical Address Zipcode":"60470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1703300","School District Name":"Alden Hebron SD 19","Physical Address Line 1":"9604 Illinois St","Physical Address Line 2":"","Physical Address City":"Hebron","Physical Address State":"IL ","Physical Address Zipcode":"60034","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1425339366515837,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1703270","School District Name":"Albers SD 63","Physical Address Line 1":"PO Box 104","Physical Address Line 2":"","Physical Address City":"Albers","Physical Address State":"IL ","Physical Address Zipcode":"62215","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.050955414012738856,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1703210","School District Name":"Akin CCSD 91","Physical Address Line 1":"21962 Akin Blacktop","Physical Address Line 2":"","Physical Address City":"Akin","Physical Address State":"IL ","Physical Address Zipcode":"62890","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1485148514851485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1703150","School District Name":"Addison SD 4","Physical Address Line 1":"222 Kennedy Dr","Physical Address Line 2":"","Physical Address City":"Addison","Physical Address State":"IL ","Physical Address Zipcode":"60101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09663564781675017,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1701440","School District Name":"NPT Special Education Cooperative","Physical Address Line 1":"512 W Spresser St","Physical Address Line 2":"","Physical Address City":"Taylorville","Physical Address State":"IL ","Physical Address Zipcode":"62568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701439","School District Name":"S Will Co Coop for Spec Ed","Physical Address Line 1":"1207 N Larkin Ave","Physical Address Line 2":"","Physical Address City":"Joliet","Physical Address State":"IL ","Physical Address Zipcode":"60435","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701438","School District Name":"Intrinsic 2 Charter High School","Physical Address Line 1":"79 W Monroe St Ste 400","Physical Address Line 2":"","Physical Address City":"Chicago","Physical Address State":"IL ","Physical Address Zipcode":"60603","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701437","School District Name":"Woodford Cty Special Ed Assoc","Physical Address Line 1":"205 S Engelwood Dr","Physical Address Line 2":"","Physical Address City":"Metamora","Physical Address State":"IL ","Physical Address Zipcode":"61548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1701436","School District Name":"Urban Prep West Charter School","Physical Address Line 1":"425 S Wabash Ave","Physical Address Line 2":"Roosevelt University c/o Urban Prep HS AUD 442","Physical Address City":"Chicago","Physical Address State":"IL ","Physical Address Zipcode":"60605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701435","School District Name":"Elgin Math and Science Academy Charter School","Physical Address Line 1":"1600 Dundee Ave","Physical Address Line 2":"","Physical Address City":"Elgin","Physical Address State":"IL ","Physical Address Zipcode":"60120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701434","School District Name":"Dimmick Community Consolidated SD #175","Physical Address Line 1":"297 N 33rd Rd","Physical Address Line 2":"","Physical Address City":"La Salle","Physical Address State":"IL ","Physical Address Zipcode":"61301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701433","School District Name":"Bismarck Henning Rossville Alvin Cooperative High School","Physical Address Line 1":"PO Box 350","Physical Address Line 2":"","Physical Address City":"Bismarck","Physical Address State":"IL ","Physical Address Zipcode":"61814","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701432","School District Name":"Knox Warren Special Education Districts","Physical Address Line 1":"311 E Main St Ste 632","Physical Address Line 2":"","Physical Address City":"Galesburg","Physical Address State":"IL ","Physical Address Zipcode":"61401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701431","School District Name":"Bronzeville Academy Chtr School","Physical Address Line 1":"4930 S Cottage Grove Ave","Physical Address Line 2":"","Physical Address City":"Chicago","Physical Address State":"IL ","Physical Address Zipcode":"60615","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701430","School District Name":"Career Preparation Network","Physical Address Line 1":"202 S Halsted St","Physical Address Line 2":"ATOC-#A170","Physical Address City":"Chicago Heights","Physical Address State":"IL ","Physical Address Zipcode":"60411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701429","School District Name":"IL Dept of Children and Family Services","Physical Address Line 1":"100 W Randolph St 6-229","Physical Address Line 2":"","Physical Address City":"Chicago","Physical Address State":"IL ","Physical Address Zipcode":"60601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701428","School District Name":"Plano Area Special Ed Coop","Physical Address Line 1":"800 S Hale St","Physical Address Line 2":"(PASEC)","Physical Address City":"Plano","Physical Address State":"IL ","Physical Address Zipcode":"60545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1701426","School District Name":"Amandla Charter School","Physical Address Line 1":"6820 S Washtenaw Ave","Physical Address Line 2":"","Physical Address City":"Chicago","Physical Address State":"IL ","Physical Address Zipcode":"60629","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701425","School District Name":"School Assn For Special Educ","Physical Address Line 1":"2900 Ogden Ave","Physical Address Line 2":"In Dupage County (SASED)","Physical Address City":"Lisle","Physical Address State":"IL ","Physical Address Zipcode":"60532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701424","School District Name":"Betty Shabazz International Charter School","Physical Address Line 1":"7823 S Ellis Ave","Physical Address Line 2":"","Physical Address City":"Chicago","Physical Address State":"IL ","Physical Address Zipcode":"60619","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701423","School District Name":"LEARN Charter 9 Campus in Waukegan","Physical Address Line 1":"1200 W Glen Flora Ave","Physical Address Line 2":"","Physical Address City":"Waukegan","Physical Address State":"IL ","Physical Address Zipcode":"60085","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701422","School District Name":"Woodlawn Unit School District 209","Physical Address Line 1":"300 N Central St","Physical Address Line 2":"","Physical Address City":"Woodlawn","Physical Address State":"IL ","Physical Address Zipcode":"62898","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11530815109343936,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1701421","School District Name":"Northwest Sp Ed Cooperative","Physical Address Line 1":"310 N West St","Physical Address Line 2":"","Physical Address City":"Elizabeth","Physical Address State":"IL ","Physical Address Zipcode":"61028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1701420","School District Name":"Exceptional Learners","Physical Address Line 1":"990 Corporate Woods Pkwy","Physical Address Line 2":"","Physical Address City":"Vernon Hills","Physical Address State":"IL ","Physical Address Zipcode":"60061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701419","School District Name":"Spring Garden Community Consolidated School District 178","Physical Address Line 1":"14975 E Bakerville Rd","Physical Address Line 2":"","Physical Address City":"Mount Vernon","Physical Address State":"IL ","Physical Address Zipcode":"62864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16141732283464566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1701418","School District Name":"Salt Fork Community Unit District 512","Physical Address Line 1":"701 1/2 W Vermilion St","Physical Address Line 2":"","Physical Address City":"Catlin","Physical Address State":"IL ","Physical Address Zipcode":"61817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10595238095238095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1701417","School District Name":"Bluford Unit School District 318","Physical Address Line 1":"901 6th St","Physical Address Line 2":"","Physical Address City":"Bluford","Physical Address State":"IL ","Physical Address Zipcode":"62814","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11368421052631579,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1701416","School District Name":"Milford Area Public Schools District 124","Physical Address Line 1":"208 S Chicago St","Physical Address Line 2":"","Physical Address City":"Milford","Physical Address State":"IL ","Physical Address Zipcode":"60953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16308243727598568,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1701415","School District Name":"John C Dunham STEM Partnership School","Physical Address Line 1":"405 S Gladstone Ave","Physical Address Line 2":"","Physical Address City":"Aurora","Physical Address State":"IL ","Physical Address Zipcode":"60506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701414","School District Name":"Rural Champaign Co Spec Ed Coop","Physical Address Line 1":"807 N Mattis Ave","Physical Address Line 2":"","Physical Address City":"Champaign","Physical Address State":"IL ","Physical Address Zipcode":"61821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701413","School District Name":"Abingdon-Avon CUSD 276","Physical Address Line 1":"507 N Monroe St Ste 3","Physical Address Line 2":"","Physical Address City":"Abingdon","Physical Address State":"IL ","Physical Address Zipcode":"61410","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17488262910798122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1701412","School District Name":"Horizon Science Acad-Belmont Charter Sch","Physical Address Line 1":"2456 N Mango Ave","Physical Address Line 2":"","Physical Address City":"Chicago","Physical Address State":"IL ","Physical Address Zipcode":"60639","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701411","School District Name":"East Coloma - Nelson CESD 20","Physical Address Line 1":"1602 Dixon Rd","Physical Address Line 2":"","Physical Address City":"Rock Falls","Physical Address State":"IL ","Physical Address Zipcode":"61071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13307984790874525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1701410","School District Name":"Horizon Science Acad-McKinley Park Charter Sch","Physical Address Line 1":"2245 W Pershing Rd","Physical Address Line 2":"","Physical Address City":"Chicago","Physical Address State":"IL ","Physical Address Zipcode":"60609","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701409","School District Name":"Williamson Co CTE System","Physical Address Line 1":"411 S Court St","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"IL ","Physical Address Zipcode":"62959","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701408","School District Name":"South Macoupin Association","Physical Address Line 1":"701 N Deneen St","Physical Address Line 2":"For Special Education","Physical Address City":"Staunton","Physical Address State":"IL ","Physical Address Zipcode":"62088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701404","School District Name":"Odin PSD 722","Physical Address Line 1":"102 S Merritt St","Physical Address Line 2":"","Physical Address City":"Odin","Physical Address State":"IL ","Physical Address Zipcode":"62870","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20955882352941177,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1701403","School District Name":"North Mac CUSD 34","Physical Address Line 1":"525 N 3rd St","Physical Address Line 2":"","Physical Address City":"Girard","Physical Address State":"IL ","Physical Address Zipcode":"62640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14150943396226415,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1701400","School District Name":"Southland College Prep Charter High School","Physical Address Line 1":"4601 Sauk Trl","Physical Address Line 2":"","Physical Address City":"Richton Park","Physical Address State":"IL ","Physical Address Zipcode":"60471","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701397","School District Name":"Paris Cooperative High School","Physical Address Line 1":"14040 E 1200th Rd","Physical Address Line 2":"","Physical Address City":"Paris","Physical Address State":"IL ","Physical Address Zipcode":"61944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701396","School District Name":"Coop Assoc for Spec Educ","Physical Address Line 1":"22W600 Butterfield Rd","Physical Address Line 2":"","Physical Address City":"Glen Ellyn","Physical Address State":"IL ","Physical Address Zipcode":"60137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701395","School District Name":"Mercer County School District 404","Physical Address Line 1":"1002 SW 6th St","Physical Address Line 2":"","Physical Address City":"Aledo","Physical Address State":"IL ","Physical Address Zipcode":"61231","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1340549542048293,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1701394","School District Name":"Des Plaines Valley EFE","Physical Address Line 1":"2000 5th Ave M100","Physical Address Line 2":"","Physical Address City":"River Grove","Physical Address State":"IL ","Physical Address Zipcode":"60171","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701393","School District Name":"Grundy County Spec Educ Coop","Physical Address Line 1":"725 School St","Physical Address Line 2":"","Physical Address City":"Morris","Physical Address State":"IL ","Physical Address Zipcode":"60450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701392","School District Name":"Southwest Cook Coop Spec Ed","Physical Address Line 1":"6020 151st St","Physical Address Line 2":"","Physical Address City":"Oak Forest","Physical Address State":"IL ","Physical Address Zipcode":"60452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701391","School District Name":"Wilmette Community Sp Ed Agreement","Physical Address Line 1":"615 Locust Rd","Physical Address Line 2":"","Physical Address City":"Wilmette","Physical Address State":"IL ","Physical Address Zipcode":"60091","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701390","School District Name":"Flanagan-Cornell Dist 74","Physical Address Line 1":"202 E Falcon Hwy","Physical Address Line 2":"","Physical Address City":"Flanagan","Physical Address State":"IL ","Physical Address Zipcode":"61740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11147540983606558,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1701388","School District Name":"Dallas ESD 327","Physical Address Line 1":"921 Creamery Hill Rd","Physical Address Line 2":"","Physical Address City":"Dallas City","Physical Address State":"IL ","Physical Address Zipcode":"62330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2640449438202247,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1701387","School District Name":"Western CUSD 12","Physical Address Line 1":"401 McDonough St","Physical Address Line 2":"","Physical Address City":"Barry","Physical Address State":"IL ","Physical Address Zipcode":"62312","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16636528028933092,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1701385","School District Name":"Carthage ESD 317","Physical Address Line 1":"210 S Adams St","Physical Address Line 2":"","Physical Address City":"Carthage","Physical Address State":"IL ","Physical Address Zipcode":"62321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1291139240506329,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1701384","School District Name":"Illini West H S Dist 307","Physical Address Line 1":"600 Miller St","Physical Address Line 2":"","Physical Address City":"Carthage","Physical Address State":"IL ","Physical Address Zipcode":"62321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1388888888888889,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1701383","School District Name":"Exc Children Have Opportunities","Physical Address Line 1":"350 W 154th St","Physical Address Line 2":"","Physical Address City":"South Holland","Physical Address State":"IL ","Physical Address Zipcode":"60473","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1701382","School District Name":"Thompsonville CUSD 174","Physical Address Line 1":"21191 Shawneetown Rd","Physical Address Line 2":"","Physical Address City":"Thompsonville","Physical Address State":"IL ","Physical Address Zipcode":"62890","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17117117117117117,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1701381","School District Name":"La Harpe CSD 347","Physical Address Line 1":"404 W Main St","Physical Address Line 2":"","Physical Address City":"La Harpe","Physical Address State":"IL ","Physical Address Zipcode":"61450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16113744075829384,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700333","School District Name":"Chester N HSD 122","Physical Address Line 1":"107 E Mill St","Physical Address Line 2":"","Physical Address City":"Waterloo","Physical Address State":"IL ","Physical Address Zipcode":"62298","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700332","School District Name":"Schuyler-Industry CUSD 5","Physical Address Line 1":"740 Maple Ave","Physical Address Line 2":"","Physical Address City":"Rushville","Physical Address State":"IL ","Physical Address Zipcode":"62681","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14388489208633093,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1700330","School District Name":"Prairieview-Ogden CCSD 197","Physical Address Line 1":"PO Box 27","Physical Address Line 2":"","Physical Address City":"Royal","Physical Address State":"IL ","Physical Address Zipcode":"61871","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06985294117647059,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700329","School District Name":"Jamp Spec Educ Services","Physical Address Line 1":"PO Box 107","Physical Address Line 2":"","Physical Address City":"Grand Chain","Physical Address State":"IL ","Physical Address Zipcode":"62941","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700327","School District Name":"McHenry Co Coop for Employ Educ","Physical Address Line 1":"2200 N Seminary Ave","Physical Address Line 2":"","Physical Address City":"Woodstock","Physical Address State":"IL ","Physical Address Zipcode":"60098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700326","School District Name":"El Paso-Gridley CUSD 11","Physical Address Line 1":"97 W 5th St","Physical Address Line 2":"","Physical Address City":"El Paso","Physical Address State":"IL ","Physical Address Zipcode":"61738","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07217321571772253,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1700325","School District Name":"Region III Spec Ed Coop","Physical Address Line 1":"1800 Storey Ln","Physical Address Line 2":"","Physical Address City":"Cottage Hills","Physical Address State":"IL ","Physical Address Zipcode":"62018","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700324","School District Name":"Sangamon Valley CUSD 9","Physical Address Line 1":"398 N Illinois St","Physical Address Line 2":"","Physical Address City":"Niantic","Physical Address State":"IL ","Physical Address Zipcode":"62551","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08321964529331514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700323","School District Name":"Crescent Iroquois CUSD 249","Physical Address Line 1":"PO Box 190","Physical Address Line 2":"","Physical Address City":"Crescent City","Physical Address State":"IL ","Physical Address Zipcode":"60928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09558823529411764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700322","School District Name":"Henry-Stark County Spec Ed Dist","Physical Address Line 1":"PO Box 597","Physical Address Line 2":"","Physical Address City":"Kewanee","Physical Address State":"IL ","Physical Address Zipcode":"61443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700321","School District Name":"United CUSD 304","Physical Address Line 1":"1905 100th St","Physical Address Line 2":"","Physical Address City":"Monmouth","Physical Address State":"IL ","Physical Address Zipcode":"61462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11428571428571428,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700320","School District Name":"Monmouth-Roseville CUSD 238","Physical Address Line 1":"105 N E St","Physical Address Line 2":"","Physical Address City":"Monmouth","Physical Address State":"IL ","Physical Address Zipcode":"61462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15730337078651685,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1700319","School District Name":"West Central CUSD 235","Physical Address Line 1":"1514 US Route 34","Physical Address Line 2":"","Physical Address City":"Biggsville","Physical Address State":"IL ","Physical Address Zipcode":"61418","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.134640522875817,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700317","School District Name":"Northwest Educational Council for Student Success","Physical Address Line 1":"2121 S Goebbert Rd","Physical Address Line 2":"","Physical Address City":"Arlington Heights","Physical Address State":"IL ","Physical Address Zipcode":"60005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700314","School District Name":"West Prairie CUSD 103","Physical Address Line 1":"204 S Hun St","Physical Address Line 2":"","Physical Address City":"Colchester","Physical Address State":"IL ","Physical Address Zipcode":"62326","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16200294550810015,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700313","School District Name":"Educ for Employment Sys 330","Physical Address Line 1":"2400 W Bradley Ave # A113","Physical Address Line 2":"","Physical Address City":"Champaign","Physical Address State":"IL ","Physical Address Zipcode":"61821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700312","School District Name":"Eisenhower Cooperative","Physical Address Line 1":"5318 135th St","Physical Address Line 2":"","Physical Address City":"Crestwood","Physical Address State":"IL ","Physical Address Zipcode":"60445","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700311","School District Name":"South Eastern Sp Ed Program","Physical Address Line 1":"PO Box 185","Physical Address Line 2":"","Physical Address City":"Sainte Marie","Physical Address State":"IL ","Physical Address Zipcode":"62459","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700310","School District Name":"West Carroll CUSD 314","Physical Address Line 1":"642 S East St","Physical Address Line 2":"","Physical Address City":"Mount Carroll","Physical Address State":"IL ","Physical Address Zipcode":"61053","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1607773851590106,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1700309","School District Name":"Tazewell Co Area EFE RDS","Physical Address Line 1":"200 S 2nd St Ste 12","Physical Address Line 2":"","Physical Address City":"Pekin","Physical Address State":"IL ","Physical Address Zipcode":"61554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700308","School District Name":"Three Rivers EFE System","Physical Address Line 1":"214 N Ottawa St Ste 309","Physical Address Line 2":"","Physical Address City":"Joliet","Physical Address State":"IL ","Physical Address Zipcode":"60432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700306","School District Name":"Whiteside Regional Voc System","Physical Address Line 1":"1608 5th Ave","Physical Address Line 2":"","Physical Address City":"Sterling","Physical Address State":"IL ","Physical Address Zipcode":"61081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700304","School District Name":"Vermilion Voc Ed Deliver System","Physical Address Line 1":"2000 E Main 110 LH","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"IL ","Physical Address Zipcode":"61832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700299","School District Name":"Regional Office of Car/Tech Educ","Physical Address Line 1":"2450 Foundation Dr","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"IL ","Physical Address Zipcode":"62703","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700298","School District Name":"ESL Regional Vocational System","Physical Address Line 1":"1005 State St","Physical Address Line 2":"","Physical Address City":"East Saint Louis","Physical Address State":"IL ","Physical Address Zipcode":"62201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700297","School District Name":"Southwestern Illinois Career & Technical Education System","Physical Address Line 1":"600 S Smiley St","Physical Address Line 2":"","Physical Address City":"O Fallon","Physical Address State":"IL ","Physical Address Zipcode":"62269","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700295","School District Name":"Quad City Career and Tech Ed Cons","Physical Address Line 1":"1275 Avenue of The Cities","Physical Address Line 2":"","Physical Address City":"East Moline","Physical Address State":"IL ","Physical Address Zipcode":"61244","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700294","School District Name":"Peoria Educ Reg for Empl Traing","Physical Address Line 1":"2000 W Pioneer Pkwy","Physical Address Line 2":"","Physical Address City":"Peoria","Physical Address State":"IL ","Physical Address Zipcode":"61615","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700293","School District Name":"Two Rivers Career Educ System","Physical Address Line 1":"651 S Morgan St Rm 119","Physical Address Line 2":"Virginia High School","Physical Address City":"Virginia","Physical Address State":"IL ","Physical Address Zipcode":"62691","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700292","School District Name":"Okaw Regional Voc System","Physical Address Line 1":"1 Taylor St Rm 101","Physical Address Line 2":"","Physical Address City":"Chester","Physical Address State":"IL ","Physical Address Zipcode":"62233","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700289","School District Name":"Central IL Voc Ed Coop","Physical Address Line 1":"101 W Madison St","Physical Address Line 2":"","Physical Address City":"Metamora","Physical Address State":"IL ","Physical Address Zipcode":"61548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700288","School District Name":"Madison Co Career & Tech Ed Sys","Physical Address Line 1":"6161 Center Grove Rd","Physical Address Line 2":"","Physical Address City":"Edwardsville","Physical Address State":"IL ","Physical Address Zipcode":"62025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700286","School District Name":"Central Ill Rural Region","Physical Address Line 1":"201 W Exchange St","Physical Address Line 2":"","Physical Address City":"Jerseyville","Physical Address State":"IL ","Physical Address Zipcode":"62052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700285","School District Name":"Heartland Region","Physical Address Line 1":"1 College Park","Physical Address Line 2":"","Physical Address City":"Decatur","Physical Address State":"IL ","Physical Address Zipcode":"62521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700284","School District Name":"Lincolnland Reg Del System","Physical Address Line 1":"1000 Railer Way","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"IL ","Physical Address Zipcode":"62656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700283","School District Name":"Starved Rock for Voc Tech Ed","Physical Address Line 1":"200 9th St","Physical Address Line 2":"","Physical Address City":"Peru","Physical Address State":"IL ","Physical Address Zipcode":"61354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700281","School District Name":"Lake County Area Voc System","Physical Address Line 1":"19525 W Washington St","Physical Address Line 2":"","Physical Address City":"Grayslake","Physical Address State":"IL ","Physical Address Zipcode":"60030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700279","School District Name":"Northern Kane Co Reg Voc System","Physical Address Line 1":"PO Box 396","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"IL ","Physical Address Zipcode":"60109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700278","School District Name":"Valley Educ for Employ System","Physical Address Line 1":"RR 47 Waubonsee","Physical Address Line 2":"","Physical Address City":"Sugar Grove","Physical Address State":"IL ","Physical Address Zipcode":"60554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700277","School District Name":"Iroquois Area Reg Del System","Physical Address Line 1":"1001 E Grant St STE112B","Physical Address Line 2":"","Physical Address City":"Watseka","Physical Address State":"IL ","Physical Address Zipcode":"60970","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700276","School District Name":"Kankakee Area Reg Voc Ed System","Physical Address Line 1":"PO Box 570","Physical Address Line 2":"","Physical Address City":"Bourbonnais","Physical Address State":"IL ","Physical Address Zipcode":"60914","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700274","School District Name":"Jackson/Perry Co Reg Del System","Physical Address Line 1":"3764 State Route 13/127","Physical Address Line 2":"","Physical Address City":"Pinckneyville","Physical Address State":"IL ","Physical Address Zipcode":"62274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700273","School District Name":"Delabar CTE System","Physical Address Line 1":"105 N E St Ste 1","Physical Address Line 2":"","Physical Address City":"Monmouth","Physical Address State":"IL ","Physical Address Zipcode":"61462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700272","School District Name":"West Central IL Spec Educ Coop","Physical Address Line 1":"130 S Lafayette St Ste 201","Physical Address Line 2":"","Physical Address City":"Macomb","Physical Address State":"IL ","Physical Address Zipcode":"61455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700271","School District Name":"Western Area Career System 265","Physical Address Line 1":"130 S Lafayette St Ste 200","Physical Address Line 2":"","Physical Address City":"Macomb","Physical Address State":"IL ","Physical Address Zipcode":"61455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700270","School District Name":"Rend Lake Area Reg Del System","Physical Address Line 1":"1710 Broadway St","Physical Address Line 2":"","Physical Address City":"Mount Vernon","Physical Address State":"IL ","Physical Address Zipcode":"62864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700266","School District Name":"Franklin County Reg Del System","Physical Address Line 1":"901 Public Sq","Physical Address Line 2":"","Physical Address City":"Benton","Physical Address State":"IL ","Physical Address Zipcode":"62812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700265","School District Name":"Ohio & Wabash Valley Reg Voc Sys","Physical Address Line 1":"800 S Division St","Physical Address Line 2":"","Physical Address City":"Norris City","Physical Address State":"IL ","Physical Address Zipcode":"62869","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700264","School District Name":"DuPage Area Occup Educ Sys","Physical Address Line 1":"301 S Swift Rd","Physical Address Line 2":"","Physical Address City":"Addison","Physical Address State":"IL ","Physical Address Zipcode":"60101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700263","School District Name":"McLean/Dewitt Reg Voc System","Physical Address Line 1":"PO Box 5187","Physical Address Line 2":"","Physical Address City":"Bloomington","Physical Address State":"IL ","Physical Address Zipcode":"61702","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700262","School District Name":"Heart of IL Low Incidence Hilia","Physical Address Line 1":"905 N Main St Ste 1","Physical Address Line 2":"","Physical Address City":"Normal","Physical Address State":"IL ","Physical Address Zipcode":"61761","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700261","School District Name":"Livingston Area Educ for Employ","Physical Address Line 1":"1100 E Indiana Ave","Physical Address Line 2":"","Physical Address City":"Pontiac","Physical Address State":"IL ","Physical Address Zipcode":"61764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700258","School District Name":"Kishwaukee Educ Consortium","Physical Address Line 1":"PO Box 263","Physical Address Line 2":"","Physical Address City":"Malta","Physical Address State":"IL ","Physical Address Zipcode":"60150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700255","School District Name":"Niles Twp District for Spec Educ","Physical Address Line 1":"8701 Menard Ave","Physical Address Line 2":"","Physical Address City":"Morton Grove","Physical Address State":"IL ","Physical Address Zipcode":"60053","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700252","School District Name":"Moraine Area Career System","Physical Address Line 1":"4625 W 107th St","Physical Address Line 2":"","Physical Address City":"Oak Lawn","Physical Address State":"IL ","Physical Address Zipcode":"60453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700250","School District Name":"North Suburban Educ Reg for Voc","Physical Address Line 1":"1131 S Dee Rd","Physical Address Line 2":"","Physical Address City":"Park Ridge","Physical Address State":"IL ","Physical Address Zipcode":"60068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700249","School District Name":"Career Development System","Physical Address Line 1":"16333 Kilbourne Ave","Physical Address Line 2":"","Physical Address City":"Oak Forest","Physical Address State":"IL ","Physical Address Zipcode":"60452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700248","School District Name":"Morton Regional Del Sys","Physical Address Line 1":"2400 Home Ave","Physical Address Line 2":"","Physical Address City":"Berwyn","Physical Address State":"IL ","Physical Address Zipcode":"60402","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700246","School District Name":"Evanston Dists 65/202 Jnt Agr","Physical Address Line 1":"1500 Mcdaniel Ave","Physical Address Line 2":"Joseph E Hill Admin Ctr","Physical Address City":"Evanston","Physical Address State":"IL ","Physical Address Zipcode":"60201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700245","School District Name":"Marion/Clinton/Wash Co CTES","Physical Address Line 1":"200 E Schwartz St","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"IL ","Physical Address Zipcode":"62881","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700244","School District Name":"Clay/Jasper/Richland/N Wayne RDS","Physical Address Line 1":"600 S Locust St","Physical Address Line 2":"","Physical Address City":"Flora","Physical Address State":"IL ","Physical Address Zipcode":"62839","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700243","School District Name":"Twin Rivers Career & Tech Ed Sys","Physical Address Line 1":"301 S Cross St Ste 235","Physical Address Line 2":"","Physical Address City":"Robinson","Physical Address State":"IL ","Physical Address Zipcode":"62454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700242","School District Name":"Eastern IL EFE System","Physical Address Line 1":"1617 Lake Land Blvd","Physical Address Line 2":"","Physical Address City":"Mattoon","Physical Address State":"IL ","Physical Address Zipcode":"61938","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700239","School District Name":"Ford Special Education Coop","Physical Address Line 1":"307 N Sangamon Ave","Physical Address Line 2":"","Physical Address City":"Gibson City","Physical Address State":"IL ","Physical Address Zipcode":"60936","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700238","School District Name":"Career & Tech Educ Consortium","Physical Address Line 1":"2037 W Galena Ave","Physical Address Line 2":"","Physical Address City":"Freeport","Physical Address State":"IL ","Physical Address Zipcode":"61032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700236","School District Name":"Eagle Ridge Vocational Del Sys","Physical Address Line 1":"950 US Highway 20 W","Physical Address Line 2":"","Physical Address City":"Elizabeth","Physical Address State":"IL ","Physical Address Zipcode":"61028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700235","School District Name":"Career Educ Assoc of N Central IL","Physical Address Line 1":"300 Heart Blvd","Physical Address Line 2":"","Physical Address City":"Loves Park","Physical Address State":"IL ","Physical Address Zipcode":"61111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700234","School District Name":"Bond Fayette Effingham EFE 410","Physical Address Line 1":"1109 N 8th St","Physical Address Line 2":"","Physical Address City":"Vandalia","Physical Address State":"IL ","Physical Address Zipcode":"62471","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700233","School District Name":"Five County Reg Voc System","Physical Address Line 1":"130 Washington Ave","Physical Address Line 2":"","Physical Address City":"Tamms","Physical Address State":"IL ","Physical Address Zipcode":"62988","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700231","School District Name":"West Central Regional System","Physical Address Line 1":"219 Baldwin Dr","Physical Address Line 2":"","Physical Address City":"Quincy","Physical Address State":"IL ","Physical Address Zipcode":"62301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700229","School District Name":"Livingston Co Spec Services Unit","Physical Address Line 1":"205 N Adams St","Physical Address Line 2":"","Physical Address City":"Flanagan","Physical Address State":"IL ","Physical Address Zipcode":"61740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700228","School District Name":"LaSalle Putnam Alliance","Physical Address Line 1":"1009 Boyce Memorial Dr","Physical Address Line 2":"","Physical Address City":"Ottawa","Physical Address State":"IL ","Physical Address Zipcode":"61350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700227","School District Name":"Bi-County Special Educ Coop","Physical Address Line 1":"2317 E Lincolnway Ste A","Physical Address Line 2":"","Physical Address City":"Sterling","Physical Address State":"IL ","Physical Address Zipcode":"61081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700225","School District Name":"Spec Educ Assoc of Peoria County","Physical Address Line 1":"4812 Pfeiffer Rd","Physical Address Line 2":"","Physical Address City":"Peoria","Physical Address State":"IL ","Physical Address Zipcode":"61607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700223","School District Name":"Okaw Valley CUSD 302","Physical Address Line 1":"PO Box 97","Physical Address Line 2":"","Physical Address City":"Bethany","Physical Address State":"IL ","Physical Address Zipcode":"61914","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11469534050179211,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700222","School District Name":"Nippersink SD 2","Physical Address Line 1":"4213 US Highway 12","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"IL ","Physical Address Zipcode":"60071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05970149253731343,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1700221","School District Name":"Region 06 West Cook ISC 2","Physical Address Line 1":"4413 Roosevelt Rd Ste 104","Physical Address Line 2":"","Physical Address City":"Hillside","Physical Address State":"IL ","Physical Address Zipcode":"60162","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700220","School District Name":"Region 05 North Cook ISC 1","Physical Address Line 1":"1001 E Touhy Ave Ste 200","Physical Address Line 2":"","Physical Address City":"Des Plaines","Physical Address State":"IL ","Physical Address Zipcode":"60018","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700218","School District Name":"Prairie Crossing Charter School","Physical Address Line 1":"1531 Jones Point Rd","Physical Address Line 2":"","Physical Address City":"Grayslake","Physical Address State":"IL ","Physical Address Zipcode":"60030","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700217","School District Name":"Christopher USD 99","Physical Address Line 1":"1 Bearcat Dr","Physical Address Line 2":"","Physical Address City":"Christopher","Physical Address State":"IL ","Physical Address Zipcode":"62822","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19012345679012346,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1700213","School District Name":"Will ROE","Physical Address Line 1":"116 N Chicago St Ste 400","Physical Address Line 2":"","Physical Address City":"Joliet","Physical Address State":"IL ","Physical Address Zipcode":"60432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700211","School District Name":"Vermilion ROE","Physical Address Line 1":"200 S College St Ste B","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"IL ","Physical Address Zipcode":"61832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700209","School District Name":"Mason/Tazewell/Woodford ROE","Physical Address Line 1":"414 Court St Ste 100","Physical Address Line 2":"","Physical Address City":"Pekin","Physical Address State":"IL ","Physical Address Zipcode":"61554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700208","School District Name":"Saint Clair ROE","Physical Address Line 1":"1000 S Illinois St","Physical Address Line 2":"","Physical Address City":"Belleville","Physical Address State":"IL ","Physical Address Zipcode":"62220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700207","School District Name":"Spec Ed Dist of McHenry Co-Sedom","Physical Address Line 1":"1200 Claussen Dr","Physical Address Line 2":"","Physical Address City":"Woodstock","Physical Address State":"IL ","Physical Address Zipcode":"60098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700206","School District Name":"Menard/Sangamon ROE","Physical Address Line 1":"2201 S Dirksen Pkwy","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"IL ","Physical Address Zipcode":"62703","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700204","School District Name":"Rock Island ROE","Physical Address Line 1":"3430 Avenue of The Cities","Physical Address Line 2":"","Physical Address City":"Moline","Physical Address State":"IL ","Physical Address Zipcode":"61265","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700203","School District Name":"Peoria ROE","Physical Address Line 1":"324 Main St Rm 401","Physical Address Line 2":"","Physical Address City":"Peoria","Physical Address State":"IL ","Physical Address Zipcode":"61602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700202","School District Name":"Monroe/Randolph ROE","Physical Address Line 1":"107 E Mill St","Physical Address Line 2":"","Physical Address City":"Waterloo","Physical Address State":"IL ","Physical Address Zipcode":"62298","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700201","School District Name":"Mid-State Spec Educ Jnt Agr","Physical Address Line 1":"PO Box 46","Physical Address Line 2":"","Physical Address City":"Morrisonville","Physical Address State":"IL ","Physical Address Zipcode":"62546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700200","School District Name":"McHenry ROE","Physical Address Line 1":"2200 N Seminary Ave","Physical Address Line 2":"","Physical Address City":"Woodstock","Physical Address State":"IL ","Physical Address Zipcode":"60098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700198","School District Name":"Madison ROE","Physical Address Line 1":"157 N Main St Ste 438","Physical Address Line 2":"","Physical Address City":"Edwardsville","Physical Address State":"IL ","Physical Address Zipcode":"62025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700197","School District Name":"Macon/Piatt ROE","Physical Address Line 1":"1690 Huston Dr","Physical Address Line 2":"","Physical Address City":"Decatur","Physical Address State":"IL ","Physical Address Zipcode":"62526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700195","School District Name":"Lee/Ogle/Whiteside ROE","Physical Address Line 1":"1001 W 23rd St","Physical Address Line 2":"","Physical Address City":"Sterling","Physical Address State":"IL ","Physical Address Zipcode":"61081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700194","School District Name":"La Salle/Marshall/Putnam ROE","Physical Address Line 1":"119 W Madison St Ste 102","Physical Address Line 2":"","Physical Address City":"Ottawa","Physical Address State":"IL ","Physical Address Zipcode":"61350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700193","School District Name":"Lake ROE","Physical Address Line 1":"500 W Winchester Rd #202","Physical Address Line 2":"","Physical Address City":"Libertyville","Physical Address State":"IL ","Physical Address Zipcode":"60048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700192","School District Name":"Henderson/Knox/Mercer/Warren ROE","Physical Address Line 1":"105 N E St Ste 1","Physical Address Line 2":"","Physical Address City":"Monmouth","Physical Address State":"IL ","Physical Address Zipcode":"61462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700191","School District Name":"Kane ROE","Physical Address Line 1":"28 N 1st St","Physical Address Line 2":"","Physical Address City":"Geneva","Physical Address State":"IL ","Physical Address Zipcode":"60134","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700190","School District Name":"Alxndr/Jcksn/Pulsk/Prry/Union ROE","Physical Address Line 1":"1001 Walnut St","Physical Address Line 2":"","Physical Address City":"Murphysboro","Physical Address State":"IL ","Physical Address Zipcode":"62966","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700189","School District Name":"Iroquois/Kankakee ROE","Physical Address Line 1":"1 Stuart Dr","Physical Address Line 2":"","Physical Address City":"Kankakee","Physical Address State":"IL ","Physical Address Zipcode":"60901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700188","School District Name":"Region 07 South Cook ISC 4","Physical Address Line 1":"253 W Joe Orr Rd","Physical Address Line 2":"","Physical Address City":"Chicago Heights","Physical Address State":"IL ","Physical Address Zipcode":"60411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700186","School District Name":"Hancck/Fultn/Schuylr/McDonogh ROE","Physical Address Line 1":"130 S Lafayette St Ste 200","Physical Address Line 2":"","Physical Address City":"Macomb","Physical Address State":"IL ","Physical Address Zipcode":"61455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700184","School District Name":"Grundy/Kendall ROE","Physical Address Line 1":"1320 Union St","Physical Address Line 2":"","Physical Address City":"Morris","Physical Address State":"IL ","Physical Address Zipcode":"60450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700182","School District Name":"Frankln/Johnsn/Massc/Willimsn ROE","Physical Address Line 1":"901 Public Square","Physical Address Line 2":"","Physical Address City":"Benton","Physical Address State":"IL ","Physical Address Zipcode":"62812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700180","School District Name":"Edw/Glt/Hlt/Hdn/Pop/Sln/Wbh/Wn/Wh ROE","Physical Address Line 1":"512 N Main St","Physical Address Line 2":"","Physical Address City":"Harrisburg","Physical Address State":"IL ","Physical Address Zipcode":"62946","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700179","School District Name":"DuPage ROE","Physical Address Line 1":"421 N County Farm Rd","Physical Address Line 2":"","Physical Address City":"Wheaton","Physical Address State":"IL ","Physical Address Zipcode":"60187","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700178","School District Name":"De Kalb ROE","Physical Address Line 1":"2500 N Annie Glidden Rd Ste C","Physical Address Line 2":"","Physical Address City":"Dekalb","Physical Address State":"IL ","Physical Address Zipcode":"60115","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700177","School District Name":"DeWitt/Livingstn/Logan/McLean ROE","Physical Address Line 1":"201 E Grove St Ste 300","Physical Address Line 2":"","Physical Address City":"Bloomington","Physical Address State":"IL ","Physical Address Zipcode":"61701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700176","School District Name":"Cowden-Herrick CUSD 3A","Physical Address Line 1":"633 County Highway 22","Physical Address Line 2":"","Physical Address City":"Cowden","Physical Address State":"IL ","Physical Address Zipcode":"62422","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14047619047619048,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700175","School District Name":"Clk/Cls/Cmbn/Dglas/Edgr/Mltr/Shlb","Physical Address Line 1":"730 7th St","Physical Address Line 2":"","Physical Address City":"Charleston","Physical Address State":"IL ","Physical Address Zipcode":"61920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700174","School District Name":"Clintn/Jeffrsn/Marin/Washngtn ROE","Physical Address Line 1":"1710 Broadway St","Physical Address Line 2":"","Physical Address City":"Mount Vernon","Physical Address State":"IL ","Physical Address Zipcode":"62864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700173","School District Name":"Clay/Cwford/Jsper/Lwrnce/Rhland","Physical Address Line 1":"103 W Main St","Physical Address Line 2":"","Physical Address City":"Olney","Physical Address State":"IL ","Physical Address Zipcode":"62450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700171","School District Name":"Champaign/Ford ROE","Physical Address Line 1":"3358 Big Pine Trail","Physical Address Line 2":"","Physical Address City":"Champaign","Physical Address State":"IL ","Physical Address Zipcode":"61822","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700170","School District Name":"Carroll/Jo Daviess/Stephenson ROE","Physical Address Line 1":"27 S State Ave Ste 101","Physical Address Line 2":"","Physical Address City":"Freeport","Physical Address State":"IL ","Physical Address Zipcode":"61032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700169","School District Name":"Calhoun/Greene/Jersy/Macoupin ROE","Physical Address Line 1":"225 E. Nicholas Street","Physical Address Line 2":"Regional Office of Education #40","Physical Address City":"Carlinville","Physical Address State":"IL ","Physical Address Zipcode":"62626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700168","School District Name":"Bureau/Henry/Stark ROE","Physical Address Line 1":"107 S State St","Physical Address Line 2":"","Physical Address City":"Atkinson","Physical Address State":"IL ","Physical Address Zipcode":"61235","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700166","School District Name":"Boone/Winnebago ROE","Physical Address Line 1":"300 Heart Blvd","Physical Address Line 2":"","Physical Address City":"Loves Park","Physical Address State":"IL ","Physical Address Zipcode":"61111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700165","School District Name":"Bond/Christian/Effingham/Fayette/Montgomery ROE","Physical Address Line 1":"1500 W Jefferson St","Physical Address Line 2":"","Physical Address City":"Vandalia","Physical Address State":"IL ","Physical Address Zipcode":"62471","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700164","School District Name":"BMP Tri County Special Ed Coop","Physical Address Line 1":"PO Box 239","Physical Address Line 2":"","Physical Address City":"Tiskilwa","Physical Address State":"IL ","Physical Address Zipcode":"61368","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700162","School District Name":"Adam/Brwn/Cass/Morgn/Pik/Sctt ROE","Physical Address Line 1":"507 Vermont St","Physical Address Line 2":"","Physical Address City":"Quincy","Physical Address State":"IL ","Physical Address Zipcode":"62301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700153","School District Name":"Lewistown CUSD 97","Physical Address Line 1":"15501 E Avenue L","Physical Address Line 2":"","Physical Address City":"Lewistown","Physical Address State":"IL ","Physical Address Zipcode":"61542","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13385826771653545,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700152","School District Name":"North DuPage Sp Ed Cooperative","Physical Address Line 1":"132 E Pine Ave","Physical Address Line 2":"","Physical Address City":"Roselle","Physical Address State":"IL ","Physical Address Zipcode":"60172","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700147","School District Name":"St Clair ROE Special Education","Physical Address Line 1":"1000 S Illinois St","Physical Address Line 2":"","Physical Address City":"Belleville","Physical Address State":"IL ","Physical Address Zipcode":"62220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700126","School District Name":"Midland CUSD 7","Physical Address Line 1":"901 Hilltop Dr","Physical Address Line 2":"","Physical Address City":"Sparland","Physical Address State":"IL ","Physical Address Zipcode":"61565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12518853695324283,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700125","School District Name":"Bureau Valley CUSD 340","Physical Address Line 1":"PO Box 289","Physical Address Line 2":"","Physical Address City":"Manlius","Physical Address State":"IL ","Physical Address Zipcode":"61338","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1306005719733079,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700123","School District Name":"Meridian CUSD 15","Physical Address Line 1":"PO Box 347","Physical Address Line 2":"","Physical Address City":"Macon","Physical Address State":"IL ","Physical Address Zipcode":"62544","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08855721393034825,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700122","School District Name":"Shiloh CUSD 1","Physical Address Line 1":"21751 N 575th St","Physical Address Line 2":"","Physical Address City":"Hume","Physical Address State":"IL ","Physical Address Zipcode":"61932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14917127071823205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700120","School District Name":"Lostant CUSD 425","Physical Address Line 1":"315 W 3rd St","Physical Address Line 2":"","Physical Address City":"Lostant","Physical Address State":"IL ","Physical Address Zipcode":"61334","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06870229007633588,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700119","School District Name":"North Shore SD 112","Physical Address Line 1":"1936 Green Bay Rd","Physical Address Line 2":"","Physical Address City":"Highland Park","Physical Address State":"IL ","Physical Address Zipcode":"60035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.052520515826494724,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1700118","School District Name":"Williamson Co Spec Educ District","Physical Address Line 1":"411 S Court St","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"IL ","Physical Address Zipcode":"62959","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700116","School District Name":"Sangamon Area Spec Ed Dist","Physical Address Line 1":"2500 Taylor Ave","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"IL ","Physical Address Zipcode":"62703","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700115","School District Name":"Henry-Senachwine CUSD 5","Physical Address Line 1":"1023 College St","Physical Address Line 2":"","Physical Address City":"Henry","Physical Address State":"IL ","Physical Address Zipcode":"61537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11797752808988764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700114","School District Name":"South Central CUD 401","Physical Address Line 1":"501 S Madison St","Physical Address Line 2":"","Physical Address City":"Kinmundy","Physical Address State":"IL ","Physical Address Zipcode":"62854","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13636363636363635,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700113","School District Name":"Illini Central CUSD 189","Physical Address Line 1":"208 N West Ave","Physical Address Line 2":"","Physical Address City":"Mason City","Physical Address State":"IL ","Physical Address Zipcode":"62664","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1750358680057389,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700112","School District Name":"Streator ESD 44","Physical Address Line 1":"1520 N Bloomington St","Physical Address Line 2":"","Physical Address City":"Streator","Physical Address State":"IL ","Physical Address Zipcode":"61364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2134387351778656,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700110","School District Name":"North Chicago SD 187","Physical Address Line 1":"2000 Lewis Ave","Physical Address Line 2":"","Physical Address City":"North Chicago","Physical Address State":"IL ","Physical Address Zipcode":"60064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19967444384156266,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1700109","School District Name":"Ridgeview CUSD 19","Physical Address Line 1":"300 S Harrison St","Physical Address Line 2":"","Physical Address City":"Colfax","Physical Address State":"IL ","Physical Address Zipcode":"61728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1065989847715736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700106","School District Name":"Heritage CUSD 8","Physical Address Line 1":"512 W 1st St","Physical Address Line 2":"","Physical Address City":"Homer","Physical Address State":"IL ","Physical Address Zipcode":"61849","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09484193011647254,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700105","School District Name":"A-C Central CUSD 262","Physical Address Line 1":"PO Box 260","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"IL ","Physical Address Zipcode":"62612","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12299465240641712,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700103","School District Name":"New Holland-Middletown ED 88","Physical Address Line 1":"75 1250th St","Physical Address Line 2":"","Physical Address City":"Middletown","Physical Address State":"IL ","Physical Address Zipcode":"62666","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1565217391304348,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700102","School District Name":"Brussels CUSD 42","Physical Address Line 1":"PO Box 128","Physical Address Line 2":"","Physical Address City":"Brussels","Physical Address State":"IL ","Physical Address Zipcode":"62013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0670391061452514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700101","School District Name":"Illinois Mathematics & Science Academy","Physical Address Line 1":"1500 Sullivan Rd","Physical Address Line 2":"","Physical Address City":"Aurora","Physical Address State":"IL ","Physical Address Zipcode":"60506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700100","School District Name":"University of Ill Lab School","Physical Address Line 1":"1212 W Springfield Ave","Physical Address Line 2":"","Physical Address City":"Urbana","Physical Address State":"IL ","Physical Address Zipcode":"61801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700099","School District Name":"ISU Laboratory Schools","Physical Address Line 1":"ISU Campus Box 5300","Physical Address Line 2":"","Physical Address City":"Normal","Physical Address State":"IL ","Physical Address Zipcode":"61790","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700098","School District Name":"Dept of Human Services","Physical Address Line 1":"PO Box 19429","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"IL ","Physical Address Zipcode":"62794","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700097","School District Name":"Lincoln-Way Area Spec Ed JA Dist","Physical Address Line 1":"601 Willow St","Physical Address Line 2":"","Physical Address City":"Frankfort","Physical Address State":"IL ","Physical Address Zipcode":"60423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700092","School District Name":"Georgetown-Ridge Farm CUD 4","Physical Address Line 1":"502 W Mulberry St","Physical Address Line 2":"","Physical Address City":"Georgetown","Physical Address State":"IL ","Physical Address Zipcode":"61846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19469026548672566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1700091","School District Name":"Tazewell-Mason Cntys Sp Ed Assoc","Physical Address Line 1":"300 Cedar St","Physical Address Line 2":"","Physical Address City":"Pekin","Physical Address State":"IL ","Physical Address Zipcode":"61554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700084","School District Name":"Black Hawk Area Sp Ed District","Physical Address Line 1":"4670 11th St","Physical Address Line 2":"","Physical Address City":"East Moline","Physical Address State":"IL ","Physical Address Zipcode":"61244","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700081","School District Name":"Ogle Co Education Cooperative","Physical Address Line 1":"PO Box 582","Physical Address Line 2":"","Physical Address City":"Byron","Physical Address State":"IL ","Physical Address Zipcode":"61010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700080","School District Name":"Four Rivers Spec Educ Dist","Physical Address Line 1":"936 W Michigan Ave","Physical Address Line 2":"","Physical Address City":"Jacksonville","Physical Address State":"IL ","Physical Address Zipcode":"62650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700077","School District Name":"Marengo-Union E Cons D 165","Physical Address Line 1":"816 E Grant Hwy","Physical Address Line 2":"","Physical Address City":"Marengo","Physical Address State":"IL ","Physical Address Zipcode":"60152","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09875444839857651,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1700074","School District Name":"Kaskaskia Spec Educ District","Physical Address Line 1":"224 S Locust St","Physical Address Line 2":"","Physical Address City":"Centralia","Physical Address State":"IL ","Physical Address Zipcode":"62801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700069","School District Name":"Macon-Piatt Spec Educ Jnt Agr","Physical Address Line 1":"335 E Cerro Gordo St","Physical Address Line 2":"","Physical Address City":"Decatur","Physical Address State":"IL ","Physical Address Zipcode":"62523","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700065","School District Name":"Saunemin CCSD 438","Physical Address Line 1":"39 Main St","Physical Address Line 2":"","Physical Address City":"Saunemin","Physical Address State":"IL ","Physical Address Zipcode":"61769","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15833333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700059","School District Name":"Spec Educ Dist Lake County/Sedol","Physical Address Line 1":"18160 W Gages Lake Rd","Physical Address Line 2":"","Physical Address City":"Grayslake","Physical Address State":"IL ","Physical Address Zipcode":"60030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700056","School District Name":"Kankakee Area Spec Educ Coop","Physical Address Line 1":"PO Box 71","Physical Address Line 2":"","Physical Address City":"Saint Anne","Physical Address State":"IL ","Physical Address Zipcode":"60964","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700054","School District Name":"Mid-Valley Special Ed Coop","Physical Address Line 1":"1304 Ronzheimer Ave","Physical Address Line 2":"","Physical Address City":"St Charles","Physical Address State":"IL ","Physical Address Zipcode":"60174","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700052","School District Name":"Tri-County Sp Ed Jnt Agreement","Physical Address Line 1":"1725 Shomaker Dr","Physical Address Line 2":"","Physical Address City":"Murphysboro","Physical Address State":"IL ","Physical Address Zipcode":"62966","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700051","School District Name":"Iroquois Special Education","Physical Address Line 1":"106 E Front St","Physical Address Line 2":"","Physical Address City":"Gilman","Physical Address State":"IL ","Physical Address Zipcode":"60938","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700048","School District Name":"Franklin-Jefferson Co Sp Ed Dist","Physical Address Line 1":"PO Box 1027","Physical Address Line 2":"","Physical Address City":"Benton","Physical Address State":"IL ","Physical Address Zipcode":"62812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700045","School District Name":"Gallatin CUSD 7","Physical Address Line 1":"5175 Highway 13","Physical Address Line 2":"","Physical Address City":"Junction","Physical Address State":"IL ","Physical Address Zipcode":"62954","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.191800878477306,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700044","School District Name":"Farmington Central CUSD 265","Physical Address Line 1":"212 N Lightfoot Rd","Physical Address Line 2":"","Physical Address City":"Farmington","Physical Address State":"IL ","Physical Address Zipcode":"61531","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09672262190247802,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700041","School District Name":"Gibson City-Melvin-Sibley CUSD 5","Physical Address Line 1":"307 N Sangamon Ave","Physical Address Line 2":"","Physical Address City":"Gibson City","Physical Address State":"IL ","Physical Address Zipcode":"60936","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11099476439790576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1700039","School District Name":"Philip J Rock Center and School","Physical Address Line 1":"818 Du Page Blvd","Physical Address Line 2":"","Physical Address City":"Glen Ellyn","Physical Address State":"IL ","Physical Address Zipcode":"60137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700032","School District Name":"NW Suburban Spec Educ Org","Physical Address Line 1":"799 W Kensington Rd","Physical Address Line 2":"","Physical Address City":"Mt Prospect","Physical Address State":"IL ","Physical Address Zipcode":"60056","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700031","School District Name":"Northern Suburban Spec Ed Dist","Physical Address Line 1":"760 Red Oak Ln","Physical Address Line 2":"","Physical Address City":"Highland Park","Physical Address State":"IL ","Physical Address Zipcode":"60035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700030","School District Name":"Proviso Area Exceptional Child","Physical Address Line 1":"1000 Van Buren St","Physical Address Line 2":"","Physical Address City":"Maywood","Physical Address State":"IL ","Physical Address Zipcode":"60153","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700029","School District Name":"Speed SEJA #802","Physical Address Line 1":"1125 Division St","Physical Address Line 2":"","Physical Address City":"Chicago Heights","Physical Address State":"IL ","Physical Address Zipcode":"60411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700024","School District Name":"A E R O Spec Educ Coop","Physical Address Line 1":"7600 Mason Ave","Physical Address Line 2":"","Physical Address City":"Burbank","Physical Address State":"IL ","Physical Address Zipcode":"60459","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700023","School District Name":"Eastern IL Area of Spec Educ","Physical Address Line 1":"5837 Park Dr Ste 1","Physical Address Line 2":"","Physical Address City":"Charleston","Physical Address State":"IL ","Physical Address Zipcode":"61920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700015","School District Name":"Joppa-Maple Grove UD 38","Physical Address Line 1":"PO Box 10","Physical Address Line 2":"","Physical Address City":"Joppa","Physical Address State":"IL ","Physical Address Zipcode":"62953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20600858369098712,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700014","School District Name":"Goreville CUD 1","Physical Address Line 1":"201 S Ferne Clyffe Rd","Physical Address Line 2":"","Physical Address City":"Goreville","Physical Address State":"IL ","Physical Address Zipcode":"62939","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11870503597122302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700010","School District Name":"Beach Park CCSD 3","Physical Address Line 1":"11315 W Wadsworth Rd","Physical Address Line 2":"","Physical Address City":"Beach Park","Physical Address State":"IL ","Physical Address Zipcode":"60099","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12747160286074885,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1700009","School District Name":"Pinckneyville SD 50","Physical Address Line 1":"301 W Mulberry St","Physical Address Line 2":"","Physical Address City":"Pinckneyville","Physical Address State":"IL ","Physical Address Zipcode":"62274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13179571663920922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1700007","School District Name":"Eastland CUSD 308","Physical Address Line 1":"601 S Chestnut St","Physical Address Line 2":"","Physical Address City":"Shannon","Physical Address State":"IL ","Physical Address Zipcode":"61078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10787671232876712,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700006","School District Name":"IDJJ Sch Dist 428","Physical Address Line 1":"1112 S Wabash Ave Ste 200","Physical Address Line 2":"","Physical Address City":"Chicago","Physical Address State":"IL ","Physical Address Zipcode":"60605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1700005","School District Name":"Prairie Central CUSD 8","Physical Address Line 1":"605 N 7th St","Physical Address Line 2":"","Physical Address City":"Fairbury","Physical Address State":"IL ","Physical Address Zipcode":"61739","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10214772132006286,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1700004","School District Name":"Norris City-Omaha-Enfield CUSD 3","Physical Address Line 1":"PO Box 399","Physical Address Line 2":"","Physical Address City":"Norris City","Physical Address State":"IL ","Physical Address Zipcode":"62869","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17138810198300283,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700003","School District Name":"Blue Ridge CUSD 18","Physical Address Line 1":"411 N John St","Physical Address Line 2":"","Physical Address City":"Farmer City","Physical Address State":"IL ","Physical Address Zipcode":"61842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09575923392612859,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1700002","School District Name":"Casey-Westfield CUSD 4C","Physical Address Line 1":"502 E Delaware Ave","Physical Address Line 2":"","Physical Address City":"Casey","Physical Address State":"IL ","Physical Address Zipcode":"62420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14331210191082802,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1700001","School District Name":"River Ridge CUSD 210","Physical Address Line 1":"4141 IL Route 84 S","Physical Address Line 2":"","Physical Address City":"Hanover","Physical Address State":"IL ","Physical Address Zipcode":"61041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18683651804670912,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1603511","School District Name":"IDAHO BUREAU OF EDUCATIONAL SERVICES FOR THE DEAF AND THE BL","Physical Address Line 1":"1450 MAIN STREET","Physical Address Line 2":"","Physical Address City":"GOODING","Physical Address State":"ID ","Physical Address Zipcode":"83330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1603480","School District Name":"WILDER DISTRICT","Physical Address Line 1":"210 A AVENUE EAST","Physical Address Line 2":"","Physical Address City":"WILDER","Physical Address State":"ID ","Physical Address Zipcode":"83676","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11156462585034013,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1603420","School District Name":"WEST SIDE JOINT DISTRICT","Physical Address Line 1":"626 NORTH WEST SIDE HIGHWAY","Physical Address Line 2":"","Physical Address City":"DAYTON","Physical Address State":"ID ","Physical Address Zipcode":"83232","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1056782334384858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1603400","School District Name":"WEST JEFFERSON DISTRICT","Physical Address Line 1":"1256 EAST 1500 NORTH","Physical Address Line 2":"","Physical Address City":"TERRETON","Physical Address State":"ID ","Physical Address Zipcode":"83450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1603360","School District Name":"WENDELL DISTRICT","Physical Address Line 1":"150 EAST MAIN STREET","Physical Address Line 2":"","Physical Address City":"WENDELL","Physical Address State":"ID ","Physical Address Zipcode":"83355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15268456375838926,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1603330","School District Name":"WEISER DISTRICT","Physical Address Line 1":"925 PIONEER ROAD","Physical Address Line 2":"","Physical Address City":"WEISER","Physical Address State":"ID ","Physical Address Zipcode":"83672","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17128139085640695,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1603300","School District Name":"WALLACE DISTRICT","Physical Address Line 1":"501 WESTERN AVENUE","Physical Address Line 2":"","Physical Address City":"SILVERTON","Physical Address State":"ID ","Physical Address Zipcode":"83867","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.22916666666666666,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1603270","School District Name":"VALLEY DISTRICT","Physical Address Line 1":"882 VALLEY ROAD SOUTH","Physical Address Line 2":"","Physical Address City":"HAZELTON","Physical Address State":"ID ","Physical Address Zipcode":"83335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11724137931034483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1603240","School District Name":"TWIN FALLS DISTRICT","Physical Address Line 1":"201 MAIN AVENUE WEST","Physical Address Line 2":"","Physical Address City":"TWIN FALLS","Physical Address State":"ID ","Physical Address Zipcode":"83301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1161156652553824,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1603210","School District Name":"THREE CREEK JOINT ELEMENTARY DISTRICT","Physical Address Line 1":"49907 THREE CREEK ROAD","Physical Address Line 2":"","Physical Address City":"ROGERSON","Physical Address State":"ID ","Physical Address Zipcode":"83302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1603180","School District Name":"TETON COUNTY DISTRICT","Physical Address Line 1":"210 NORTH MAIN","Physical Address Line 2":"","Physical Address City":"DRIGGS","Physical Address State":"ID ","Physical Address Zipcode":"83422","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08783783783783784,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1603120","School District Name":"SWAN VALLEY ELEMENTARY DISTRICT","Physical Address Line 1":"3389 HIGHWAY 26","Physical Address Line 2":"","Physical Address City":"IRWIN","Physical Address State":"ID ","Physical Address Zipcode":"83428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13131313131313133,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1603090","School District Name":"SUGAR-SALEM JOINT DISTRICT","Physical Address Line 1":"105 WEST CENTER STREET","Physical Address Line 2":"","Physical Address City":"SUGAR CITY","Physical Address State":"ID ","Physical Address Zipcode":"83448","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0910344827586207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1603060","School District Name":"ST MARIES JOINT DISTRICT","Physical Address Line 1":"720 MAIN AVENUE","Physical Address Line 2":"","Physical Address City":"ST MARIES","Physical Address State":"ID ","Physical Address Zipcode":"83861","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13938260056127222,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1603030","School District Name":"SOUTH LEMHI DISTRICT","Physical Address Line 1":"111 SOUTH THIRD STREET","Physical Address Line 2":"","Physical Address City":"LEADORE","Physical Address State":"ID ","Physical Address Zipcode":"83464","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2111111111111111,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1603000","School District Name":"SODA SPRINGS JOINT DISTRICT","Physical Address Line 1":"250 EAST 2ND SOUTH","Physical Address Line 2":"","Physical Address City":"SODA SPRINGS","Physical Address State":"ID ","Physical Address Zipcode":"83276","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08259911894273128,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1602970","School District Name":"SNAKE RIVER DISTRICT","Physical Address Line 1":"103 SOUTH 900 WEST","Physical Address Line 2":"","Physical Address City":"BLACKFOOT","Physical Address State":"ID ","Physical Address Zipcode":"83221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10791729702471003,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1602940","School District Name":"SHOSHONE JOINT DISTRICT","Physical Address Line 1":"61 EAST HIGHWAY 24","Physical Address Line 2":"","Physical Address City":"SHOSHONE","Physical Address State":"ID ","Physical Address Zipcode":"83352","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11616954474097331,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602910","School District Name":"SHELLEY JOINT DISTRICT","Physical Address Line 1":"545 SEMINARY AVENUE","Physical Address Line 2":"","Physical Address City":"SHELLEY","Physical Address State":"ID ","Physical Address Zipcode":"83274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08695652173913043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1602850","School District Name":"SALMON DISTRICT","Physical Address Line 1":"1501 BEAN LANE","Physical Address Line 2":"","Physical Address City":"SALMON","Physical Address State":"ID ","Physical Address Zipcode":"83467","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20208333333333334,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602820","School District Name":"ROCKLAND DISTRICT","Physical Address Line 1":"321 EAST CENTER STREET","Physical Address Line 2":"","Physical Address City":"ROCKLAND","Physical Address State":"ID ","Physical Address Zipcode":"83271","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12244897959183673,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602790","School District Name":"RIRIE JOINT DISTRICT","Physical Address Line 1":"260 1ST WEST","Physical Address Line 2":"","Physical Address City":"RIRIE","Physical Address State":"ID ","Physical Address Zipcode":"83443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10699588477366255,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602760","School District Name":"RICHFIELD DISTRICT","Physical Address Line 1":"555 NORTH TIGER DRIVE","Physical Address Line 2":"","Physical Address City":"RICHFIELD","Physical Address State":"ID ","Physical Address Zipcode":"83349","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14925373134328357,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602730","School District Name":"PRAIRIE ELEMENTARY DISTRICT","Physical Address Line 1":"73 SMITH CREEK ROAD","Physical Address Line 2":"","Physical Address City":"PRAIRIE","Physical Address State":"ID ","Physical Address Zipcode":"83647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11764705882352941,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602700","School District Name":"POTLATCH DISTRICT","Physical Address Line 1":"635 PINE STREET","Physical Address Line 2":"","Physical Address City":"POTLATCH","Physical Address State":"ID ","Physical Address Zipcode":"83855","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1059001512859304,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602670","School District Name":"POST FALLS DISTRICT","Physical Address Line 1":"206 WEST MULLAN AVENUE","Physical Address Line 2":"","Physical Address City":"POST FALLS","Physical Address State":"ID ","Physical Address Zipcode":"83877","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09156479217603912,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1602640","School District Name":"POCATELLO DISTRICT","Physical Address Line 1":"3115 POLE LINE ROAD","Physical Address Line 2":"","Physical Address City":"POCATELLO","Physical Address State":"ID ","Physical Address Zipcode":"83201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12891597850308034,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1602610","School District Name":"PLEASANT VALLEY ELEMENTARY DISTRICT","Physical Address Line 1":"28026 JUNIPER MOUNTAIN ROAD","Physical Address Line 2":"","Physical Address City":"JORDAN VALLEY","Physical Address State":"OR ","Physical Address Zipcode":"97910","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602580","School District Name":"PAYETTE JOINT DISTRICT","Physical Address Line 1":"20 NORTH 12TH STREET","Physical Address Line 2":"","Physical Address City":"PAYETTE","Physical Address State":"ID ","Physical Address Zipcode":"83661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16527196652719664,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1602550","School District Name":"PARMA DISTRICT","Physical Address Line 1":"805 EAST MCCONNELL","Physical Address Line 2":"","Physical Address City":"PARMA","Physical Address State":"ID ","Physical Address Zipcode":"83660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11936936936936937,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602520","School District Name":"OROFINO JOINT DISTRICT","Physical Address Line 1":"1051 MICHIGAN","Physical Address Line 2":"","Physical Address City":"OROFINO","Physical Address State":"ID ","Physical Address Zipcode":"83544","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19078341013824884,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1602490","School District Name":"ONEIDA COUNTY DISTRICT","Physical Address Line 1":"195 SOUTH 300 EAST","Physical Address Line 2":"","Physical Address City":"MALAD","Physical Address State":"ID ","Physical Address Zipcode":"83252","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11758241758241758,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602460","School District Name":"NOTUS DISTRICT","Physical Address Line 1":"25260 NOTUS ROAD","Physical Address Line 2":"","Physical Address City":"CALDWELL","Physical Address State":"ID ","Physical Address Zipcode":"83607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09567198177676538,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1602430","School District Name":"NORTH GEM DISTRICT","Physical Address Line 1":"360 SOUTH MAIN STREET","Physical Address Line 2":"","Physical Address City":"BANCROFT","Physical Address State":"ID ","Physical Address Zipcode":"83217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11557788944723618,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602400","School District Name":"NEZPERCE JOINT DISTRICT","Physical Address Line 1":"615 2ND AVENUE","Physical Address Line 2":"","Physical Address City":"NEZPERCE","Physical Address State":"ID ","Physical Address Zipcode":"83543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11351351351351352,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602370","School District Name":"NEW PLYMOUTH DISTRICT","Physical Address Line 1":"103 SE AVENUE","Physical Address Line 2":"","Physical Address City":"NEW PLYMOUTH","Physical Address State":"ID ","Physical Address Zipcode":"83655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13861386138613863,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602340","School District Name":"NAMPA SCHOOL DISTRICT","Physical Address Line 1":"619 SOUTH CANYON STREET","Physical Address Line 2":"","Physical Address City":"NAMPA","Physical Address State":"ID ","Physical Address Zipcode":"83686","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1016838775700065,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1602310","School District Name":"MURTAUGH JOINT DISTRICT","Physical Address Line 1":"500 WEST BOYD STREET","Physical Address Line 2":"","Physical Address City":"MURTAUGH","Physical Address State":"ID ","Physical Address Zipcode":"83344","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10726643598615918,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602280","School District Name":"MULLAN DISTRICT","Physical Address Line 1":"345 PARK AVENUE","Physical Address Line 2":"","Physical Address City":"MULLAN","Physical Address State":"ID ","Physical Address Zipcode":"83846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23300970873786409,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602250","School District Name":"MOUNTAIN HOME DISTRICT","Physical Address Line 1":"470 NORTH 3RD EAST","Physical Address Line 2":"","Physical Address City":"MOUNTAIN HOME","Physical Address State":"ID ","Physical Address Zipcode":"83647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13880349964530622,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1602220","School District Name":"MOSCOW DISTRICT","Physical Address Line 1":"650 NORTH CLEVELAND","Physical Address Line 2":"","Physical Address City":"MOSCOW","Physical Address State":"ID ","Physical Address Zipcode":"83843","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08726752503576538,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1602190","School District Name":"MINIDOKA COUNTY JOINT DISTRICT","Physical Address Line 1":"310 10TH STREET","Physical Address Line 2":"","Physical Address City":"RUPERT","Physical Address State":"ID ","Physical Address Zipcode":"83350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16691316289879568,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1602160","School District Name":"MIDVALE DISTRICT","Physical Address Line 1":"56 NORTH SCHOOL ROAD","Physical Address Line 2":"","Physical Address City":"MIDVALE","Physical Address State":"ID ","Physical Address Zipcode":"83645","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.32142857142857145,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602130","School District Name":"MIDDLETON DISTRICT","Physical Address Line 1":"5 SOUTH VIKING AVENUE","Physical Address Line 2":"","Physical Address City":"MIDDLETON","Physical Address State":"ID ","Physical Address Zipcode":"83644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1602100","School District Name":"JOINT SCHOOL DISTRICT NO. 2","Physical Address Line 1":"1303 EAST CENTRAL DRIVE","Physical Address Line 2":"","Physical Address City":"MERIDIAN","Physical Address State":"ID ","Physical Address Zipcode":"83642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.049943942631100205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1602070","School District Name":"MELBA JOINT DISTRICT","Physical Address Line 1":"511 BROADWAY AVENUE","Physical Address Line 2":"","Physical Address City":"MELBA","Physical Address State":"ID ","Physical Address Zipcode":"83641","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09914320685434516,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602060","School District Name":"MEADOWS VALLEY DISTRICT","Physical Address Line 1":"500 NORTH MILLER AVENUE","Physical Address Line 2":"","Physical Address City":"NEW MEADOWS","Physical Address State":"ID ","Physical Address Zipcode":"83654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17573221757322174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1602030","School District Name":"MCCALL-DONNELLY JOINT SCHOOL DISTRICT","Physical Address Line 1":"120 IDAHO STREET","Physical Address Line 2":"","Physical Address City":"MCCALL","Physical Address State":"ID ","Physical Address Zipcode":"83638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09335443037974683,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601980","School District Name":"MARSING JOINT DISTRICT","Physical Address Line 1":"209 8TH AVENUE WEST","Physical Address Line 2":"","Physical Address City":"MARSING","Physical Address State":"ID ","Physical Address Zipcode":"83639","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14731182795698924,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601950","School District Name":"MARSH VALLEY JOINT DISTRICT","Physical Address Line 1":"40 SCHOOL STREET","Physical Address Line 2":"","Physical Address City":"ARIMO","Physical Address State":"ID ","Physical Address Zipcode":"83214","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09845559845559845,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601920","School District Name":"MADISON DISTRICT","Physical Address Line 1":"60 WEST MAIN","Physical Address Line 2":"","Physical Address City":"REXBURG","Physical Address State":"ID ","Physical Address Zipcode":"83440","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11148528890464374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1601900","School District Name":"MACKAY JOINT DISTRICT","Physical Address Line 1":"400 EAST SPRUCE STREET","Physical Address Line 2":"","Physical Address City":"MACKAY","Physical Address State":"ID ","Physical Address Zipcode":"83251","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11538461538461539,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601860","School District Name":"LEWISTON INDEPENDENT DISTRICT","Physical Address Line 1":"3317 12TH STREET","Physical Address Line 2":"","Physical Address City":"LEWISTON","Physical Address State":"ID ","Physical Address Zipcode":"83501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09954586739327884,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1601830","School District Name":"LAPWAI DISTRICT","Physical Address Line 1":"404 SOUTH MAIN STREET","Physical Address Line 2":"","Physical Address City":"LAPWAI","Physical Address State":"ID ","Physical Address Zipcode":"83540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19614711033274956,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601800","School District Name":"LAKELAND DISTRICT","Physical Address Line 1":"15506 NORTH WASHINGTON STREET","Physical Address Line 2":"","Physical Address City":"RATHDRUM","Physical Address State":"ID ","Physical Address Zipcode":"83858","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07532769205243073,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601770","School District Name":"KUNA JOINT DISTRICT","Physical Address Line 1":"711 EAST PORTER ROAD","Physical Address Line 2":"","Physical Address City":"KUNA","Physical Address State":"ID ","Physical Address Zipcode":"83634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05660923700593601,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1601740","School District Name":"KOOTENAI DISTRICT","Physical Address Line 1":"13030 EAST OGARA ROAD","Physical Address Line 2":"","Physical Address City":"HARRISON","Physical Address State":"ID ","Physical Address Zipcode":"83833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06642066420664207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601710","School District Name":"KIMBERLY DISTRICT","Physical Address Line 1":"141 CENTER STREET WEST","Physical Address Line 2":"","Physical Address City":"KIMBERLY","Physical Address State":"ID ","Physical Address Zipcode":"83341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06398640996602492,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1601680","School District Name":"KENDRICK JOINT DISTRICT","Physical Address Line 1":"202 BEAR CREEK ROAD","Physical Address Line 2":"","Physical Address City":"KENDRICK","Physical Address State":"ID ","Physical Address Zipcode":"83537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1324200913242009,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601650","School District Name":"KELLOGG JOINT DISTRICT","Physical Address Line 1":"800 BUNKER AVENUE","Physical Address Line 2":"","Physical Address City":"KELLOGG","Physical Address State":"ID ","Physical Address Zipcode":"83837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15318818040435458,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1601620","School District Name":"KAMIAH JOINT DISTRICT","Physical Address Line 1":"1102 HILL STREET","Physical Address Line 2":"","Physical Address City":"KAMIAH","Physical Address State":"ID ","Physical Address Zipcode":"83536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2625,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601590","School District Name":"JEROME JOINT DISTRICT","Physical Address Line 1":"125 4TH AVENUE WEST","Physical Address Line 2":"","Physical Address City":"JEROME","Physical Address State":"ID ","Physical Address Zipcode":"83338","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14781872088098263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1601570","School District Name":"JEFFERSON COUNTY JOINT DISTRICT","Physical Address Line 1":"3850 E 300 N","Physical Address Line 2":"","Physical Address City":"RIGBY","Physical Address State":"ID ","Physical Address Zipcode":"83442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08193639354535485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1601530","School District Name":"IDAHO FALLS DISTRICT","Physical Address Line 1":"690 JOHN ADAMS PARKWAY","Physical Address Line 2":"","Physical Address City":"IDAHO FALLS","Physical Address State":"ID ","Physical Address Zipcode":"83401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12367228700883905,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1601500","School District Name":"HORSESHOE BEND SCHOOL DISTRICT","Physical Address Line 1":"398 SCHOOL DRIVE","Physical Address Line 2":"","Physical Address City":"HORSESHOE BEND","Physical Address State":"ID ","Physical Address Zipcode":"83629","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1897810218978102,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601470","School District Name":"HOMEDALE JOINT DISTRICT","Physical Address Line 1":"116 EAST OWYHEE AVENUE","Physical Address Line 2":"","Physical Address City":"HOMEDALE","Physical Address State":"ID ","Physical Address Zipcode":"83628","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16227347611202636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1601440","School District Name":"HIGHLAND JOINT DISTRICT","Physical Address Line 1":"112 BOULEVARD","Physical Address Line 2":"","Physical Address City":"CRAIGMONT","Physical Address State":"ID ","Physical Address Zipcode":"83523","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12149532710280374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601410","School District Name":"HANSEN DISTRICT","Physical Address Line 1":"550 MAIN STREET","Physical Address Line 2":"","Physical Address City":"HANSEN","Physical Address State":"ID ","Physical Address Zipcode":"83334","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10247349823321555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601380","School District Name":"HAGERMAN JOINT DISTRICT","Physical Address Line 1":"324 NORTH 2ND AVENUE","Physical Address Line 2":"","Physical Address City":"HAGERMAN","Physical Address State":"ID ","Physical Address Zipcode":"83332","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12864077669902912,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601290","School District Name":"GRACE JOINT DISTRICT","Physical Address Line 1":"710 SOUTH MAIN","Physical Address Line 2":"","Physical Address City":"GRACE","Physical Address State":"ID ","Physical Address Zipcode":"83241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14757281553398058,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601260","School District Name":"GOODING JOINT DISTRICT","Physical Address Line 1":"1050 7TH AVENUE WEST","Physical Address Line 2":"","Physical Address City":"GOODING","Physical Address State":"ID ","Physical Address Zipcode":"83330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14985795454545456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1601230","School District Name":"GLENNS FERRY JOINT DISTRICT","Physical Address Line 1":"800 OLD HIGHWAY 30","Physical Address Line 2":"","Physical Address City":"GLENNS FERRY","Physical Address State":"ID ","Physical Address Zipcode":"83623","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2371364653243848,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601200","School District Name":"GENESEE JOINT DISTRICT","Physical Address Line 1":"330 WEST ASH STREET","Physical Address Line 2":"","Physical Address City":"GENESEE","Physical Address State":"ID ","Physical Address Zipcode":"83832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0851063829787234,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601170","School District Name":"GARDEN VALLEY DISTRICT","Physical Address Line 1":"1076 BANKS LOWMAN ROAD","Physical Address Line 2":"","Physical Address City":"GARDEN VALLEY","Physical Address State":"ID ","Physical Address Zipcode":"83622","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12941176470588237,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601140","School District Name":"FRUITLAND DISTRICT","Physical Address Line 1":"401 IOWA AVENUE","Physical Address Line 2":"","Physical Address City":"FRUITLAND","Physical Address State":"ID ","Physical Address Zipcode":"83619","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09166666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1601110","School District Name":"FREMONT COUNTY JOINT DISTRICT","Physical Address Line 1":"945 WEST 1ST NORTH","Physical Address Line 2":"","Physical Address City":"ST ANTHONY","Physical Address State":"ID ","Physical Address Zipcode":"83445","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1427909133055169,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1601080","School District Name":"FIRTH DISTRICT","Physical Address Line 1":"319 LINCOLN STREET","Physical Address Line 2":"","Physical Address City":"FIRTH","Physical Address State":"ID ","Physical Address Zipcode":"83236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07949308755760369,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1601050","School District Name":"FILER DISTRICT","Physical Address Line 1":"700 B STEVENS AVENUE","Physical Address Line 2":"","Physical Address City":"FILER","Physical Address State":"ID ","Physical Address Zipcode":"83328","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10116279069767442,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1601020","School District Name":"EMMETT INDEPENDENT DISTRICT","Physical Address Line 1":"601 EAST THIRD STREET","Physical Address Line 2":"","Physical Address City":"EMMETT","Physical Address State":"ID ","Physical Address Zipcode":"83617","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14106583072100312,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1600960","School District Name":"PRESTON JOINT DISTRICT","Physical Address Line 1":"120 EAST 2ND SOUTH STREET","Physical Address Line 2":"","Physical Address City":"PRESTON","Physical Address State":"ID ","Physical Address Zipcode":"83263","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08891411275066213,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1600930","School District Name":"BONNEVILLE JOINT DISTRICT","Physical Address Line 1":"3497 NORTH AMMON ROAD","Physical Address Line 2":"","Physical Address City":"IDAHO FALLS","Physical Address State":"ID ","Physical Address Zipcode":"83401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09599639450161496,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1600900","School District Name":"DIETRICH DISTRICT","Physical Address Line 1":"406 NORTH PARK STREET","Physical Address Line 2":"","Physical Address City":"DIETRICH","Physical Address State":"ID ","Physical Address Zipcode":"83324","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15348837209302327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600870","School District Name":"CULDESAC JOINT DISTRICT","Physical Address Line 1":"600 CULDESAC AVENUE","Physical Address Line 2":"","Physical Address City":"CULDESAC","Physical Address State":"ID ","Physical Address Zipcode":"83524","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600840","School District Name":"COUNCIL DISTRICT","Physical Address Line 1":"101 EAST BLEEKER AVENUE","Physical Address Line 2":"","Physical Address City":"COUNCIL","Physical Address State":"ID ","Physical Address Zipcode":"83612","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22181818181818183,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600815","School District Name":"PLUMMER-WORLEY JOINT DISTRICT","Physical Address Line 1":"1255 E STREET","Physical Address Line 2":"","Physical Address City":"PLUMMER","Physical Address State":"ID ","Physical Address Zipcode":"83851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14960629921259844,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600810","School District Name":"COTTONWOOD JOINT DISTRICT","Physical Address Line 1":"1916 EAST STREET","Physical Address Line 2":"","Physical Address City":"COTTONWOOD","Physical Address State":"ID ","Physical Address Zipcode":"83522","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09598214285714286,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600780","School District Name":"COEUR D'ALENE DISTRICT","Physical Address Line 1":"1400 N NORTHWOOD CENTER COURT","Physical Address Line 2":"","Physical Address City":"COEUR D'ALENE","Physical Address State":"ID ","Physical Address Zipcode":"83814","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07503111046043481,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1600750","School District Name":"CLARK COUNTY DISTRICT","Physical Address Line 1":"137 WEST 2ND SOUTH","Physical Address Line 2":"","Physical Address City":"DUBOIS","Physical Address State":"ID ","Physical Address Zipcode":"83423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19148936170212766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600720","School District Name":"CHALLIS JOINT DISTRICT","Physical Address Line 1":"721 EAST MAIN AVENUE SUITE 6","Physical Address Line 2":"","Physical Address City":"CHALLIS","Physical Address State":"ID ","Physical Address Zipcode":"83226","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21236559139784947,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600690","School District Name":"CASTLEFORD DISTRICT","Physical Address Line 1":"500 MAIN STREET","Physical Address Line 2":"","Physical Address City":"CASTLEFORD","Physical Address State":"ID ","Physical Address Zipcode":"83321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14035087719298245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600660","School District Name":"CASSIA COUNTY JOINT DISTRICT","Physical Address Line 1":"3650 OVERLAND AVENUE","Physical Address Line 2":"","Physical Address City":"BURLEY","Physical Address State":"ID ","Physical Address Zipcode":"83318","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11375274323335771,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1600630","School District Name":"CASCADE DISTRICT","Physical Address Line 1":"209 NORTH SCHOOL STREET","Physical Address Line 2":"","Physical Address City":"CASCADE","Physical Address State":"ID ","Physical Address Zipcode":"83611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1396011396011396,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600600","School District Name":"VALLIVUE SCHOOL DISTRICT","Physical Address Line 1":"5207 SOUTH MONTANA AVENUE","Physical Address Line 2":"","Physical Address City":"CALDWELL","Physical Address State":"ID ","Physical Address Zipcode":"83607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09453676982784356,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1600570","School District Name":"CAMBRIDGE JOINT DISTRICT","Physical Address Line 1":"40 NORTH 4TH STREET","Physical Address Line 2":"","Physical Address City":"CAMBRIDGE","Physical Address State":"ID ","Physical Address Zipcode":"83610","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13286713286713286,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600540","School District Name":"CAMAS COUNTY DISTRICT","Physical Address Line 1":"610 SOLDIER ROAD","Physical Address Line 2":"","Physical Address City":"FAIRFIELD","Physical Address State":"ID ","Physical Address Zipcode":"83327","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07142857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600510","School District Name":"CALDWELL DISTRICT","Physical Address Line 1":"1502 FILLMORE STREET","Physical Address Line 2":"","Physical Address City":"CALDWELL","Physical Address State":"ID ","Physical Address Zipcode":"83605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.15212636695018225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1600490","School District Name":"BUTTE COUNTY JOINT DISTRICT","Physical Address Line 1":"246 SUNSET DRIVE","Physical Address Line 2":"","Physical Address City":"ARCO","Physical Address State":"ID ","Physical Address Zipcode":"83213","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1504237288135593,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600480","School District Name":"BUHL JOINT DISTRICT","Physical Address Line 1":"920 MAIN STREET","Physical Address Line 2":"","Physical Address City":"BUHL","Physical Address State":"ID ","Physical Address Zipcode":"83316","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1341152473227945,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1600450","School District Name":"BRUNEAU-GRAND VIEW JOINT SCHOOL DISTRICT","Physical Address Line 1":"39678 STATE HIGHWAY 78","Physical Address Line 2":"","Physical Address City":"BRUNEAU","Physical Address State":"ID ","Physical Address Zipcode":"83604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18029350104821804,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600420","School District Name":"BOUNDARY COUNTY DISTRICT","Physical Address Line 1":"7188 OAK STREET","Physical Address Line 2":"","Physical Address City":"BONNERS FERRY","Physical Address State":"ID ","Physical Address Zipcode":"83805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1956928838951311,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1600360","School District Name":"BOISE INDEPENDENT DISTRICT","Physical Address Line 1":"8169 WEST VICTORY ROAD","Physical Address Line 2":"","Physical Address City":"BOISE","Physical Address State":"ID ","Physical Address Zipcode":"83709","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07605711994571755,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1600330","School District Name":"BLISS JOINT DISTRICT","Physical Address Line 1":"EAST MAIN STREET","Physical Address Line 2":"","Physical Address City":"BLISS","Physical Address State":"ID ","Physical Address Zipcode":"83314","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22377622377622378,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600300","School District Name":"BLAINE COUNTY DISTRICT","Physical Address Line 1":"118 WEST BULLION STREET","Physical Address Line 2":"","Physical Address City":"HAILEY","Physical Address State":"ID ","Physical Address Zipcode":"83333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06704210244033253,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1600270","School District Name":"BLACKFOOT DISTRICT","Physical Address Line 1":"270 EAST BRIDGE STREET","Physical Address Line 2":"","Physical Address City":"BLACKFOOT","Physical Address State":"ID ","Physical Address Zipcode":"83221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11243088265410608,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600240","School District Name":"BEAR LAKE COUNTY DISTRICT","Physical Address Line 1":"39 FIELDING STREET","Physical Address Line 2":"","Physical Address City":"PARIS","Physical Address State":"ID ","Physical Address Zipcode":"83261","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11288963774220724,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600201","School District Name":"GEM PREP: MERIDIAN SOUTH LLC","Physical Address Line 1":"PO BOX 86","Physical Address Line 2":"","Physical Address City":"DEARY","Physical Address State":"ID ","Physical Address Zipcode":"83823","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600200","School District Name":"CARDINAL ACADEMY INCORPORATED","Physical Address Line 1":"9492 WEST EMERALD STREET","Physical Address Line 2":"","Physical Address City":"BOISE","Physical Address State":"ID ","Physical Address Zipcode":"83704","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600199","School District Name":"ALTURAS PREPARATORY ACADEMY INC","Physical Address Line 1":"2300 EAST 17TH STREET","Physical Address Line 2":"","Physical Address City":"IDAHO FALLS","Physical Address State":"ID ","Physical Address Zipcode":"83404","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600198","School District Name":"PINECREST ACADEMY OF IDAHO IN","Physical Address Line 1":"209 5TH AVE N.","Physical Address Line 2":"","Physical Address City":"TWIN FALLS","Physical Address State":"ID ","Physical Address Zipcode":"83301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600197","School District Name":"DORAL ACADEMY OF IDAHO INC.","Physical Address Line 1":"2511 WEST CHERRY LANE","Physical Address Line 2":"","Physical Address City":"MERIDIAN","Physical Address State":"ID ","Physical Address Zipcode":"83642","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600196","School District Name":"GEM PREP: MERIDIAN NORTH LLC","Physical Address Line 1":"5390 NORTH MCDERMOTT ROAD","Physical Address Line 2":"","Physical Address City":"MERIDIAN","Physical Address State":"ID ","Physical Address Zipcode":"83642","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600195","School District Name":"ANSER OF IDAHO INC.","Physical Address Line 1":"202 EAST 42ND STREET","Physical Address Line 2":"","Physical Address City":"GARDEN CITY","Physical Address State":"ID ","Physical Address Zipcode":"83714","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600194","School District Name":"THOMAS JEFFERSON CHARTER SCHOOL INC.","Physical Address Line 1":"1209 ADAM SMITH AVENUE","Physical Address Line 2":"","Physical Address City":"CALDWELL","Physical Address State":"ID ","Physical Address Zipcode":"83605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600193","School District Name":"MCCALL COMMUNITY SCHOOL INC","Physical Address Line 1":"PO BOX 2811","Physical Address Line 2":"","Physical Address City":"MCCALL","Physical Address State":"ID ","Physical Address Zipcode":"83638","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600192","School District Name":"ISLAND PARK CHARTER SCHOOL INC.","Physical Address Line 1":"4133 SHOSHONE AVENUE","Physical Address Line 2":"","Physical Address City":"ISLAND PARK","Physical Address State":"ID ","Physical Address Zipcode":"83429","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600191","School District Name":"MOSAICS PUBLIC SCHOOL INC.","Physical Address Line 1":"3121 LINCOLN ROAD","Physical Address Line 2":"","Physical Address City":"CALDWELL","Physical Address State":"ID ","Physical Address Zipcode":"83605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600190","School District Name":"FORGE INTERNATIONAL LLC","Physical Address Line 1":"1747 FAIRMEADOW DRIVE","Physical Address Line 2":"","Physical Address City":"BOISE","Physical Address State":"ID ","Physical Address Zipcode":"83704","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600189","School District Name":"ELEVATE ACADEMY INC.","Physical Address Line 1":"114 W. CHICAGO STREET","Physical Address Line 2":"","Physical Address City":"CALDWELL","Physical Address State":"ID ","Physical Address Zipcode":"83605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600188","School District Name":"TREASURE VALLEY CLASSICAL ACADEMY INC.","Physical Address Line 1":"500 SW 3RD STREET","Physical Address Line 2":"","Physical Address City":"FRUITLAND","Physical Address State":"ID ","Physical Address Zipcode":"83619","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600187","School District Name":"Idaho Digital Learning Academy","Physical Address Line 1":"3324 SOUTH PRO TECH DRIVE","Physical Address Line 2":"","Physical Address City":"BOISE","Physical Address State":"ID ","Physical Address Zipcode":"83709","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600186","School District Name":"FERN-WATERS PUBLIC CHARTER SCHOOL INC.","Physical Address Line 1":"103 VAN DREFF STREET","Physical Address Line 2":"","Physical Address City":"SALMON","Physical Address State":"ID ","Physical Address Zipcode":"83647","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600184","School District Name":"HAYDEN CANYON CHARTER SCHOOL INC.","Physical Address Line 1":"13732 NORTH GOVERNMENT WAY","Physical Address Line 2":"","Physical Address City":"HAYDEN","Physical Address State":"ID ","Physical Address Zipcode":"83835","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600183","School District Name":"PATHWAYS IN EDUCATION - NAMPA INC.","Physical Address Line 1":"124 HOLLY STREET","Physical Address Line 2":"","Physical Address City":"NAMPA","Physical Address State":"ID ","Physical Address Zipcode":"83686","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600182","School District Name":"PROJECT IMPACT STEM ACADEMY INC.","Physical Address Line 1":"2275 WEST HUBBARD ROAD","Physical Address Line 2":"","Physical Address City":"KUNA","Physical Address State":"ID ","Physical Address Zipcode":"83634","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600181","School District Name":"FUTURE PUBLIC SCHOOL INC.","Physical Address Line 1":"511 EAST 43RD STREET","Physical Address Line 2":"","Physical Address City":"GARDEN CITY","Physical Address State":"ID ","Physical Address Zipcode":"83714","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600180","School District Name":"BASIN SCHOOL DISTRICT","Physical Address Line 1":"100 CENTERVILLE ROAD","Physical Address Line 2":"","Physical Address City":"IDAHO CITY","Physical Address State":"ID ","Physical Address Zipcode":"83631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13024282560706402,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600179","School District Name":"GEM PREP: MERIDIAN LLC","Physical Address Line 1":"2750 GALA COURT","Physical Address Line 2":"","Physical Address City":"MERIDIAN","Physical Address State":"ID ","Physical Address Zipcode":"83642","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600178","School District Name":"PEACE VALLEY CHARTER SCHOOL INC.","Physical Address Line 1":"1845 SOUTH FEDERAL WAY","Physical Address Line 2":"","Physical Address City":"BOISE","Physical Address State":"ID ","Physical Address Zipcode":"83705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600177","School District Name":"GEM PREP: POCATELLO LLC","Physical Address Line 1":"4145 YELLOWSTONE AVENUE","Physical Address Line 2":"","Physical Address City":"POCATELLO","Physical Address State":"ID ","Physical Address Zipcode":"83203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600176","School District Name":"THE POCATELLO COMMUNITY CHARTER SCHOOL INC.","Physical Address Line 1":"995 S ARTHUR AVE","Physical Address Line 2":"","Physical Address City":"POCATELLO","Physical Address State":"ID ","Physical Address Zipcode":"83204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600175","School District Name":"ALTURAS INTERNATIONAL ACADEMY INC.","Physical Address Line 1":"151 NORTH RIDGE AVENUE","Physical Address Line 2":"","Physical Address City":"IDAHO FALLS","Physical Address State":"ID ","Physical Address Zipcode":"83402","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600174","School District Name":"NORTH STAR CHARTER SCHOOL INC.","Physical Address Line 1":"839 NORTH LINDER ROAD","Physical Address Line 2":"","Physical Address City":"EAGLE","Physical Address State":"ID ","Physical Address Zipcode":"83616","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600173","School District Name":"COEUR D'ALENE CHARTER ACADEMY INC.","Physical Address Line 1":"4904 NORTH DUNCAN DRIVE","Physical Address Line 2":"","Physical Address City":"COEUR D'ALENE","Physical Address State":"ID ","Physical Address Zipcode":"83815","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600172","School District Name":"GEM PREP: ONLINE LLC","Physical Address Line 1":"2750 EAST GALA STREET","Physical Address Line 2":"","Physical Address City":"MERIDIAN","Physical Address State":"ID ","Physical Address Zipcode":"83642","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600171","School District Name":"IDAHO COLLEGE AND CAREER READI","Physical Address Line 1":"1965 SOUTH EAGLE ROAD SUITE 1","Physical Address Line 2":"","Physical Address City":"MERIDIAN","Physical Address State":"ID ","Physical Address Zipcode":"83642","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600170","School District Name":"UPPER CARMEN PUBLIC CHARTER SCHOOL INC.","Physical Address Line 1":"12 ETHEL'S WAY","Physical Address Line 2":"","Physical Address City":"CARMEN","Physical Address State":"ID ","Physical Address Zipcode":"83462","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600169","School District Name":"IDAHO STEM ACADEMY INC.","Physical Address Line 1":"1350 PARKWAY DRIVE #18","Physical Address Line 2":"RIVERSIDE PLAZA","Physical Address City":"BLACKFOOT","Physical Address State":"ID ","Physical Address Zipcode":"83221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600167","School District Name":"KTEC - Kootenai Tech Ed Campus","Physical Address Line 1":"6838 WEST LANCASTER ROAD","Physical Address Line 2":"","Physical Address City":"RATHDRUM","Physical Address State":"ID ","Physical Address Zipcode":"83858","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600166","School District Name":"SYRINGA MOUNTAIN SCHOOL INC.","Physical Address Line 1":"4021 GLENBROOK DRIVE","Physical Address Line 2":"","Physical Address City":"HAILEY","Physical Address State":"ID ","Physical Address Zipcode":"83333","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600165","School District Name":"SANDPOINT CHARTER SCHOOL INC.","Physical Address Line 1":"614 SOUTH MADISON AVENUE","Physical Address Line 2":"","Physical Address City":"SANDPOINT","Physical Address State":"ID ","Physical Address Zipcode":"83864","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600163","School District Name":"CHIEF TAHGEE ELEMENTARY ACADEMY INC.","Physical Address Line 1":"34 SOUTH HI-LINE ROAD","Physical Address Line 2":"","Physical Address City":"FORT HALL","Physical Address State":"ID ","Physical Address Zipcode":"83203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600162","School District Name":"AMERICAN HERITAGE CHARTER SCHOOL INC.","Physical Address Line 1":"1736 SOUTH 35TH WEST","Physical Address Line 2":"","Physical Address City":"IDAHO FALLS","Physical Address State":"ID ","Physical Address Zipcode":"83402","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600161","School District Name":"HERITAGE COMMUNITY CHARTER SCHOOL INC.","Physical Address Line 1":"1803 EAST USTICK ROAD","Physical Address Line 2":"","Physical Address City":"CALDWELL","Physical Address State":"ID ","Physical Address Zipcode":"83605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600160","School District Name":"NORTH IDAHO STEM CHARTER ACADEMY INC.","Physical Address Line 1":"15633 N. MEYER RD","Physical Address Line 2":"","Physical Address City":"RATHDRUM","Physical Address State":"ID ","Physical Address Zipcode":"83858","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600159","School District Name":"HERITAGE ACADEMY INC.","Physical Address Line 1":"500 SOUTH LINCOLN AVENUE","Physical Address Line 2":"","Physical Address City":"JEROME","Physical Address State":"ID ","Physical Address Zipcode":"83338","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600158","School District Name":"LEGACY PUBLIC CHARTER SCHOOL","Physical Address Line 1":"4015 SOUTH LEGACY WAY","Physical Address Line 2":"","Physical Address City":"NAMPA","Physical Address State":"ID ","Physical Address Zipcode":"83686","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600157","School District Name":"THE VILLAGE CHARTER SCHOOL IN","Physical Address Line 1":"219 NORTH ROOSEVELT STREET","Physical Address Line 2":"","Physical Address City":"BOISE","Physical Address State":"ID ","Physical Address Zipcode":"83706","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600156","School District Name":"THE SAGE INTERNATIONAL SCHOOL OF BOISE A PUBLIC CHARTER SCH","Physical Address Line 1":"1513 TYRELL LANE SUITE #110","Physical Address Line 2":"","Physical Address City":"BOISE","Physical Address State":"ID ","Physical Address Zipcode":"83707","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600155","School District Name":"ANOTHER CHOICE VIRTUAL CHARTER SCHOOL INC.","Physical Address Line 1":"1014 WEST HEMINGWAY BOULEVARD","Physical Address Line 2":"","Physical Address City":"NAMPA","Physical Address State":"ID ","Physical Address Zipcode":"83651","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600154","School District Name":"MONTICELLO MONTESSORI CHARTER SCHOOL INC.","Physical Address Line 1":"4707 SOUTH SWEETWATER WAY","Physical Address Line 2":"","Physical Address City":"AMMON","Physical Address State":"ID ","Physical Address Zipcode":"83406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600153","School District Name":"BLACKFOOT CHARTER COMMUNITY LEARNING CENTER INC.","Physical Address Line 1":"2801 HUNTERS LOOP","Physical Address Line 2":"","Physical Address City":"BLACKFOOT","Physical Address State":"ID ","Physical Address Zipcode":"83221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600152","School District Name":"CANYON-OWYHEE SCHOOL SERVICE AGENCY (COSSA)","Physical Address Line 1":"109 PENNY LANE","Physical Address Line 2":"","Physical Address City":"WILDER","Physical Address State":"ID ","Physical Address Zipcode":"83676","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600151","School District Name":"PALOUSE PRAIRIE EDUCATIONAL ORGANIZATION INC.","Physical Address Line 1":"406 POWERS AVENUE","Physical Address Line 2":"","Physical Address City":"MOSCOW","Physical Address State":"ID ","Physical Address Zipcode":"83843","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600150","School District Name":"AVERY SCHOOL DISTRICT","Physical Address Line 1":"#1 SCHOOLHOUSE HILLL LANE","Physical Address Line 2":"","Physical Address City":"CALDER","Physical Address State":"ID ","Physical Address Zipcode":"83808","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10256410256410256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600149","School District Name":"THE KOOTENAI BRIDGE ACADEMY INC.","Physical Address Line 1":"637 NORTH PARK DRIVE","Physical Address Line 2":"","Physical Address City":"COEUR D'ALENE","Physical Address State":"ID ","Physical Address Zipcode":"83814","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600148","School District Name":"IDAHO VIRTUAL EDUCATION PARTNERS INC.","Physical Address Line 1":"1012 NORTH 18TH STREET","Physical Address Line 2":"","Physical Address City":"BOISE","Physical Address State":"ID ","Physical Address Zipcode":"83702","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600145","School District Name":"IDAHO SCIENCE AND TECHNOLOGY CHARTER SCHOOL INC.","Physical Address Line 1":"21 N 550 W","Physical Address Line 2":"","Physical Address City":"BLACKFOOT","Physical Address State":"ID ","Physical Address Zipcode":"83221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600144","School District Name":"ISUCCEED VIRTUAL HIGH SCHOOL","Physical Address Line 1":"6148 NORTH DISCOVERY WAY SUIT","Physical Address Line 2":"","Physical Address City":"BOISE","Physical Address State":"ID ","Physical Address Zipcode":"83713","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600143","School District Name":"NORTH VALLEY ACADEMY INC.","Physical Address Line 1":"906 MAIN STREET","Physical Address Line 2":"","Physical Address City":"GOODING","Physical Address State":"ID ","Physical Address Zipcode":"83330","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600142","School District Name":"WHITE PINE CHARTER SCHOOL INC.","Physical Address Line 1":"2959 EAST JOHN ADAMS PARKWAY","Physical Address Line 2":"","Physical Address City":"AMMON","Physical Address State":"ID ","Physical Address Zipcode":"83406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600141","School District Name":"VISION CHARTER SCHOOL INC.","Physical Address Line 1":"19291 WARD ROAD","Physical Address Line 2":"","Physical Address City":"CALDWELL","Physical Address State":"ID ","Physical Address Zipcode":"83605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600140","School District Name":"XAVIER CHARTER SCHOOL INC.","Physical Address Line 1":"1218 NORTH COLLEGE ROAD WEST","Physical Address Line 2":"","Physical Address City":"TWIN FALLS","Physical Address State":"ID ","Physical Address Zipcode":"83301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600139","School District Name":"MOUNTAIN VIEW SCHOOL DISTRICT","Physical Address Line 1":"714 JEFFERSON STREET","Physical Address Line 2":"","Physical Address City":"GRANGEVILLE","Physical Address State":"ID ","Physical Address Zipcode":"83530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15922718187874751,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1600138","School District Name":"SALMON RIVER JOINT SCHOOL DISTRICT","Physical Address Line 1":"711 ACE'S PLACE ROAD","Physical Address Line 2":"","Physical Address City":"RIGGINS","Physical Address State":"ID ","Physical Address Zipcode":"83549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21951219512195122,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600090","School District Name":"ARBON ELEMENTARY DISTRICT","Physical Address Line 1":"4405 ARBON VALLEY HIGHWAY","Physical Address Line 2":"","Physical Address City":"ARBON","Physical Address State":"ID ","Physical Address Zipcode":"83212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600060","School District Name":"AMERICAN FALLS JOINT DISTRICT","Physical Address Line 1":"827 FORT HALL AVENUE","Physical Address Line 2":"","Physical Address City":"AMERICAN FALLS","Physical Address State":"ID ","Physical Address Zipcode":"83211","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1600030","School District Name":"ABERDEEN DISTRICT","Physical Address Line 1":"318 WEST WASHINGTON","Physical Address Line 2":"","Physical Address City":"ABERDEEN","Physical Address State":"ID ","Physical Address Zipcode":"83210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13405405405405404,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600017","School District Name":"IDAHO DEPARTMENT OF CORRECTIONS","Physical Address Line 1":"954 WEST JEFFERSON STREET","Physical Address Line 2":"","Physical Address City":"BOISE","Physical Address State":"ID ","Physical Address Zipcode":"83720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600016","School District Name":"IDAHO DEPARTMENT OF JUVENILE C","Physical Address Line 1":"954 WEST JEFFERSON STREET FIR","Physical Address Line 2":"","Physical Address City":"BOISE","Physical Address State":"ID ","Physical Address Zipcode":"83702","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600015","School District Name":"TAYLOR'S CROSSING PUBLIC CHARTER SCHOOL INC.","Physical Address Line 1":"1445 NORTH WOOD RIVER DRIVE","Physical Address Line 2":"","Physical Address City":"IDAHO FALLS","Physical Address State":"ID ","Physical Address Zipcode":"83401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600014","School District Name":"THE ACADEMY INC.","Physical Address Line 1":"1295 ALPINE AVENUE","Physical Address Line 2":"","Physical Address City":"CHUBBUCK","Physical Address State":"ID ","Physical Address Zipcode":"83202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600012","School District Name":"LIBERTY CHARTER SCHOOL INC.","Physical Address Line 1":"9955 KRIS JENSEN LANE","Physical Address Line 2":"","Physical Address City":"NAMPA","Physical Address State":"ID ","Physical Address Zipcode":"83686","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600011","School District Name":"INSPIRE ACADEMICS INC.","Physical Address Line 1":"600 NORTH STEELHEAD WAY BUILD","Physical Address Line 2":"","Physical Address City":"BOISE","Physical Address State":"ID ","Physical Address Zipcode":"83702","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600010","School District Name":"WHITEPINE JOINT SCHOOL DISTRICT","Physical Address Line 1":"502 FIRST AVENUE","Physical Address Line 2":"","Physical Address City":"DEARY","Physical Address State":"ID ","Physical Address Zipcode":"83823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1509433962264151,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600009","School District Name":"TROY SCHOOL DISTRICT","Physical Address Line 1":"102 WEST 5TH STREET","Physical Address Line 2":"","Physical Address City":"TROY","Physical Address State":"ID ","Physical Address Zipcode":"83871","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08184143222506395,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1600008","School District Name":"FALCON RIDGE PUBLIC CHARTER SCHOOL INC.","Physical Address Line 1":"278 SOUTH TEN MILE","Physical Address Line 2":"","Physical Address City":"KUNA","Physical Address State":"ID ","Physical Address Zipcode":"83634","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600007","School District Name":"COMPASS PUBLIC CHARTER SCHOOL INC.","Physical Address Line 1":"4667 WEST AVIATOR STREET","Physical Address Line 2":"","Physical Address City":"MERIDIAN","Physical Address State":"ID ","Physical Address Zipcode":"83642","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600006","School District Name":"ROLLING HILLS PUBLIC CHARTER SCHOOL INC.","Physical Address Line 1":"8900 HORSESHOE BEND ROAD","Physical Address Line 2":"","Physical Address City":"BOISE","Physical Address State":"ID ","Physical Address Zipcode":"83714","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600005","School District Name":"IDAHO VIRTUAL HIGH SCHOOL INC.","Physical Address Line 1":"675 SOUTH HASKETT STREET","Physical Address Line 2":"","Physical Address City":"MOUNTAIN HOME","Physical Address State":"ID ","Physical Address Zipcode":"83647","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600004","School District Name":"IDAHO VIRTUAL ACADEMY INC.","Physical Address Line 1":"1965 SOUTH EAGLE ROAD SUITE 1","Physical Address Line 2":"","Physical Address City":"MERIDIAN","Physical Address State":"ID ","Physical Address Zipcode":"83642","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600003","School District Name":"VICTORY CHARTER SCHOOL INC.","Physical Address Line 1":"9779 KRIS JENSEN LANE","Physical Address Line 2":"","Physical Address City":"NAMPA","Physical Address State":"ID ","Physical Address Zipcode":"83686","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1600002","School District Name":"LAKE PEND OREILLE SCHOOL DISTRICT","Physical Address Line 1":"920 TRIANGLE DRIVE","Physical Address Line 2":"","Physical Address City":"PONDERAY","Physical Address State":"ID ","Physical Address Zipcode":"83852","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1442051282051282,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1600001","School District Name":"WEST BONNER COUNTY DISTRICT","Physical Address Line 1":"221 MAIN STREET","Physical Address Line 2":"","Physical Address City":"PRIEST RIVER","Physical Address State":"ID ","Physical Address Zipcode":"83856","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17338282078472958,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1500030","School District Name":"Hawaii Department of Education","Physical Address Line 1":"1390 Miller St","Physical Address Line 2":"Room 411","Physical Address City":"Honolulu","Physical Address State":"HI ","Physical Address Zipcode":"96813","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09470294364853762,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1305850","School District Name":"Worth County","Physical Address Line 1":"504 East Price Street","Physical Address Line 2":"","Physical Address City":"Sylvester","Physical Address State":"GA ","Physical Address Zipcode":"31791","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28475404827375494,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305790","School District Name":"Wilkinson County","Physical Address Line 1":"197 West Main Street","Physical Address Line 2":"","Physical Address City":"Irwinton","Physical Address State":"GA ","Physical Address Zipcode":"31042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30401662049861494,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305760","School District Name":"Wilkes County","Physical Address Line 1":"313-A North Alexander Avenue","Physical Address Line 2":"","Physical Address City":"Washington","Physical Address State":"GA ","Physical Address Zipcode":"30673","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.30955585464333785,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305730","School District Name":"Wilcox County","Physical Address Line 1":"103 North Broad Street","Physical Address Line 2":"","Physical Address City":"Abbeville","Physical Address State":"GA ","Physical Address Zipcode":"31001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3010204081632653,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305700","School District Name":"Whitfield County","Physical Address Line 1":"1306 S. Thornton Ave.","Physical Address Line 2":"","Physical Address City":"Dalton","Physical Address State":"GA ","Physical Address Zipcode":"30720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1450907743608744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1305670","School District Name":"White County","Physical Address Line 1":"113 North Brooks St.","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"GA ","Physical Address Zipcode":"30528","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17469352014010509,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1305640","School District Name":"Wheeler County","Physical Address Line 1":"404 McRae Street","Physical Address Line 2":"","Physical Address City":"Alamo","Physical Address State":"GA ","Physical Address Zipcode":"30411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.31842966194111233,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305580","School District Name":"Webster County","Physical Address Line 1":"Highway 280 East","Physical Address Line 2":"","Physical Address City":"Preston","Physical Address State":"GA ","Physical Address Zipcode":"31824","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2704225352112676,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305550","School District Name":"Wayne County","Physical Address Line 1":"555 South Sunset Boulvard","Physical Address Line 2":"","Physical Address City":"Jesup","Physical Address State":"GA ","Physical Address Zipcode":"31545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2666918144096567,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305490","School District Name":"Washington County","Physical Address Line 1":"501 Industrial Drive","Physical Address Line 2":"","Physical Address City":"Sandersville","Physical Address State":"GA ","Physical Address Zipcode":"31082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2730364873222016,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305460","School District Name":"Warren County","Physical Address Line 1":"107 Academy St.","Physical Address Line 2":"","Physical Address City":"Warrenton","Physical Address State":"GA ","Physical Address Zipcode":"30828","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.39342105263157895,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305430","School District Name":"Ware County","Physical Address Line 1":"1301 Bailey Street","Physical Address Line 2":"","Physical Address City":"Waycross","Physical Address State":"GA ","Physical Address Zipcode":"31501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3486800754242615,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305390","School District Name":"Walton County","Physical Address Line 1":"200 Double Springs Church Rd","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"GA ","Physical Address Zipcode":"30656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1440134300617543,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1305370","School District Name":"Walker County","Physical Address Line 1":"201 South Duke Street","Physical Address Line 2":"","Physical Address City":"LaFayette","Physical Address State":"GA ","Physical Address Zipcode":"30728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17770767613038907,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1305340","School District Name":"Vidalia City","Physical Address Line 1":"301 Adams St.","Physical Address Line 2":"","Physical Address City":"Vidalia","Physical Address State":"GA ","Physical Address Zipcode":"30474","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3347480106100796,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305310","School District Name":"Valdosta City","Physical Address Line 1":"1204 Williams St.","Physical Address Line 2":"","Physical Address City":"Valdosta","Physical Address State":"GA ","Physical Address Zipcode":"31601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.33923660763392366,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305280","School District Name":"Thomaston-Upson County","Physical Address Line 1":"205 Civic Center Drive","Physical Address Line 2":"","Physical Address City":"Thomaston","Physical Address State":"GA ","Physical Address Zipcode":"30286","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.27040110650069155,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305250","School District Name":"Union County","Physical Address Line 1":"10 Hughes St.","Physical Address Line 2":"","Physical Address City":"Blairsville","Physical Address State":"GA ","Physical Address Zipcode":"30512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20461591457113332,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305220","School District Name":"Twiggs County","Physical Address Line 1":"952 Main Street","Physical Address Line 2":"","Physical Address City":"Jeffersonville","Physical Address State":"GA ","Physical Address Zipcode":"31044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27892918825561314,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305190","School District Name":"Turner County","Physical Address Line 1":"423 N. Cleveland Street","Physical Address Line 2":"","Physical Address City":"Ashburn","Physical Address State":"GA ","Physical Address Zipcode":"31714","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.38273381294964026,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305130","School District Name":"Trion City","Physical Address Line 1":"1255 Pine St","Physical Address Line 2":"","Physical Address City":"Trion","Physical Address State":"GA ","Physical Address Zipcode":"30753","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.257372654155496,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305100","School District Name":"Treutlen County","Physical Address Line 1":"202 Third Street","Physical Address Line 2":"","Physical Address City":"Soperton","Physical Address State":"GA ","Physical Address Zipcode":"30457","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2896551724137931,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305070","School District Name":"Towns County","Physical Address Line 1":"67 Lakeview Circle. Suite C","Physical Address Line 2":"","Physical Address City":"Hiawassee","Physical Address State":"GA ","Physical Address Zipcode":"30546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2061762034514078,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1305040","School District Name":"Toombs County","Physical Address Line 1":"117 E. Wesley Avenue","Physical Address Line 2":"","Physical Address City":"Lyons","Physical Address State":"GA ","Physical Address Zipcode":"30436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3000601322910403,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304980","School District Name":"Tift County","Physical Address Line 1":"207 North Ridge Ave","Physical Address Line 2":"","Physical Address City":"Tifton","Physical Address State":"GA ","Physical Address Zipcode":"31794","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2927500343926262,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304950","School District Name":"Thomasville City","Physical Address Line 1":"915 E. Jackson Street","Physical Address Line 2":"","Physical Address City":"Thomasville","Physical Address State":"GA ","Physical Address Zipcode":"31792","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2650676506765068,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304890","School District Name":"Thomas County","Physical Address Line 1":"11343 U.S. Hwy. 319N","Physical Address Line 2":"","Physical Address City":"Thomasville","Physical Address State":"GA ","Physical Address Zipcode":"31757","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18794642857142857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1304860","School District Name":"Terrell County","Physical Address Line 1":"955 Forrester Drive SE","Physical Address Line 2":"","Physical Address City":"Dawson","Physical Address State":"GA ","Physical Address Zipcode":"31742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.4219292158223456,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304830","School District Name":"Telfair County","Physical Address Line 1":"910 W Huckabee Street","Physical Address Line 2":"","Physical Address City":"McRae","Physical Address State":"GA ","Physical Address Zipcode":"31055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.31500824628916985,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304800","School District Name":"Taylor County","Physical Address Line 1":"229 Mulberry Street","Physical Address Line 2":"","Physical Address City":"Butler","Physical Address State":"GA ","Physical Address Zipcode":"31006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3097418817651957,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304770","School District Name":"Tattnall County","Physical Address Line 1":"147 Brazell Street","Physical Address Line 2":"","Physical Address City":"Reidsville","Physical Address State":"GA ","Physical Address Zipcode":"30453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2605579728692091,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304680","School District Name":"Taliaferro County","Physical Address Line 1":"557 Broad Street","Physical Address Line 2":"","Physical Address City":"Crawfordville","Physical Address State":"GA ","Physical Address Zipcode":"30631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.35638297872340424,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304650","School District Name":"Talbot County","Physical Address Line 1":"405 Tyler Street","Physical Address Line 2":"","Physical Address City":"Talbotton","Physical Address State":"GA ","Physical Address Zipcode":"31827","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3647887323943662,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304620","School District Name":"Sumter County","Physical Address Line 1":"100 Learning Lane","Physical Address Line 2":"","Physical Address City":"Americus","Physical Address State":"GA ","Physical Address Zipcode":"31719","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.33049615943533317,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304590","School District Name":"Stewart County","Physical Address Line 1":"Old Eufaula Highway","Physical Address Line 2":"","Physical Address City":"Lumpkin","Physical Address State":"GA ","Physical Address Zipcode":"31815","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3058823529411765,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304560","School District Name":"Stephens County","Physical Address Line 1":"Highway 106 South","Physical Address Line 2":"","Physical Address City":"Toccoa","Physical Address State":"GA ","Physical Address Zipcode":"30577","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21671753932848087,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304540","School District Name":"Social Circle City","Physical Address Line 1":"240-B West Hightower Trail","Physical Address Line 2":"","Physical Address City":"Social Circle","Physical Address State":"GA ","Physical Address Zipcode":"30025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19863013698630136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1304530","School District Name":"Seminole County","Physical Address Line 1":"800 South Woolfork Ave.","Physical Address Line 2":"","Physical Address City":"Donalsonville","Physical Address State":"GA ","Physical Address Zipcode":"39845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3221586263286999,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304500","School District Name":"Screven County","Physical Address Line 1":"216 Mims Road","Physical Address Line 2":"","Physical Address City":"Sylvania","Physical Address State":"GA ","Physical Address Zipcode":"30467","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.30382196419932267,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304470","School District Name":"Schley County","Physical Address Line 1":"401 Perry Drive","Physical Address Line 2":"","Physical Address City":"Ellaville","Physical Address State":"GA ","Physical Address Zipcode":"31806","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19916142557651992,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304440","School District Name":"Rome City","Physical Address Line 1":"508 East 2nd Street","Physical Address Line 2":"","Physical Address City":"Rome","Physical Address State":"GA ","Physical Address Zipcode":"30161","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.30772893191556894,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304410","School District Name":"Rockdale County","Physical Address Line 1":"954 North Main Street","Physical Address Line 2":"","Physical Address City":"Conyers","Physical Address State":"GA ","Physical Address Zipcode":"30012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18566209498712344,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1304380","School District Name":"Richmond County","Physical Address Line 1":"864 Broad Street","Physical Address Line 2":"","Physical Address City":"Augusta","Physical Address State":"GA ","Physical Address Zipcode":"30901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.3766002622868919,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304350","School District Name":"Randolph County","Physical Address Line 1":"1208 Andrew Street","Physical Address Line 2":"","Physical Address City":"Cuthbert","Physical Address State":"GA ","Physical Address Zipcode":"39840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3670886075949367,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304320","School District Name":"Rabun County","Physical Address Line 1":"41 Education Street","Physical Address Line 2":"","Physical Address City":"Clayton","Physical Address State":"GA ","Physical Address Zipcode":"30525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20925747348119575,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304290","School District Name":"Quitman County","Physical Address Line 1":"215 Kaigler Road","Physical Address Line 2":"","Physical Address City":"Georgetown","Physical Address State":"GA ","Physical Address Zipcode":"31754","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.4075342465753425,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304260","School District Name":"Putnam County","Physical Address Line 1":"158 Old Glenwood Springs Road","Physical Address Line 2":"","Physical Address City":"Eatonton","Physical Address State":"GA ","Physical Address Zipcode":"31024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2549800796812749,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304220","School District Name":"Pulaski County","Physical Address Line 1":"206 McCormick Avenue","Physical Address Line 2":"","Physical Address City":"Hawkinsville","Physical Address State":"GA ","Physical Address Zipcode":"31036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26741130091984233,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304200","School District Name":"Polk County","Physical Address Line 1":"612 South College Street","Physical Address Line 2":"","Physical Address City":"Cedartown","Physical Address State":"GA ","Physical Address Zipcode":"30125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22451288497800126,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304170","School District Name":"Pike County","Physical Address Line 1":"115 West Jackson Street","Physical Address Line 2":"","Physical Address City":"Zebulon","Physical Address State":"GA ","Physical Address Zipcode":"30295","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11897767332549941,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304140","School District Name":"Pierce County","Physical Address Line 1":"834 East Main Street","Physical Address Line 2":"","Physical Address City":"Blackshear","Physical Address State":"GA ","Physical Address Zipcode":"31516","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22495706926159129,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304110","School District Name":"Pickens County","Physical Address Line 1":"159 Stegall Drive","Physical Address Line 2":"","Physical Address City":"Jasper","Physical Address State":"GA ","Physical Address Zipcode":"30143","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17097791798107256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1304080","School District Name":"Pelham City","Physical Address Line 1":"188 West Railroad St South","Physical Address Line 2":"","Physical Address City":"Pelham","Physical Address State":"GA ","Physical Address Zipcode":"31779","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.4946236559139785,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304050","School District Name":"Peach County","Physical Address Line 1":"523 Vineville Street","Physical Address Line 2":"","Physical Address City":"Fort Valley","Physical Address State":"GA ","Physical Address Zipcode":"31030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2588542904682672,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1304020","School District Name":"Paulding County","Physical Address Line 1":"522 Hardee Street","Physical Address Line 2":"","Physical Address City":"Dallas","Physical Address State":"GA ","Physical Address Zipcode":"30132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.093195618526015,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1303990","School District Name":"Oglethorpe County","Physical Address Line 1":"735 Athens Road","Physical Address Line 2":"","Physical Address City":"Lexington","Physical Address State":"GA ","Physical Address Zipcode":"30648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19931565440547477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303960","School District Name":"Oconee County","Physical Address Line 1":"34 School Street","Physical Address Line 2":"","Physical Address City":"Watkinsville","Physical Address State":"GA ","Physical Address Zipcode":"30677","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0586527293844367,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1303930","School District Name":"Newton County","Physical Address Line 1":"3187 Newton Drive NE","Physical Address Line 2":"","Physical Address City":"Covington","Physical Address State":"GA ","Physical Address Zipcode":"30014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20554918596652144,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303870","School District Name":"Muscogee County","Physical Address Line 1":"1200 Bradley Dr.","Physical Address Line 2":"","Physical Address City":"Columbus","Physical Address State":"GA ","Physical Address Zipcode":"31901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.28462117788823615,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303840","School District Name":"Murray County","Physical Address Line 1":"715 Chestnut St","Physical Address Line 2":"","Physical Address City":"Chatsworth","Physical Address State":"GA ","Physical Address Zipcode":"30705","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.20030687683079929,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303780","School District Name":"Morgan County","Physical Address Line 1":"1065 East Avenue","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"GA ","Physical Address Zipcode":"30650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17488372093023255,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1303750","School District Name":"Montgomery County","Physical Address Line 1":"305 South Richardson Street","Physical Address Line 2":"","Physical Address City":"Mt. Vernon","Physical Address State":"GA ","Physical Address Zipcode":"30445","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2490211433046202,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303720","School District Name":"Monroe County","Physical Address Line 1":"25 Brooklyn Avenue","Physical Address Line 2":"","Physical Address City":"Forsyth","Physical Address State":"GA ","Physical Address Zipcode":"31029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17084387215451827,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1303690","School District Name":"Mitchell County","Physical Address Line 1":"108 South Harney Street","Physical Address Line 2":"","Physical Address City":"Camilla","Physical Address State":"GA ","Physical Address Zipcode":"31730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.44482522275531183,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303660","School District Name":"Miller County","Physical Address Line 1":"111 North First Street","Physical Address Line 2":"","Physical Address City":"Colquitt","Physical Address State":"GA ","Physical Address Zipcode":"39837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2831001076426265,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303630","School District Name":"Meriwether County","Physical Address Line 1":"2100 Gaston Street","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"GA ","Physical Address Zipcode":"30222","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2954971857410882,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303600","School District Name":"McIntosh County","Physical Address Line 1":"200 Pine Street","Physical Address Line 2":"","Physical Address City":"Darien","Physical Address State":"GA ","Physical Address Zipcode":"31305","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3031591737545565,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303570","School District Name":"McDuffie County","Physical Address Line 1":"716 N. Lee St.","Physical Address Line 2":"","Physical Address City":"Thomson","Physical Address State":"GA ","Physical Address Zipcode":"30824","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2910870685213807,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303540","School District Name":"Marion County","Physical Address Line 1":"1697 Pineville Road","Physical Address Line 2":"","Physical Address City":"Buena Vista","Physical Address State":"GA ","Physical Address Zipcode":"31803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.29316960859554875,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303510","School District Name":"Marietta City","Physical Address Line 1":"250 Howard Street","Physical Address Line 2":"","Physical Address City":"Marietta","Physical Address State":"GA ","Physical Address Zipcode":"30060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.14475048980062233,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1303480","School District Name":"Madison County","Physical Address Line 1":"55 Mary Ellen Court","Physical Address Line 2":"","Physical Address City":"Danielsville","Physical Address State":"GA ","Physical Address Zipcode":"30633","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18611378977820636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303450","School District Name":"Macon County","Physical Address Line 1":"Highway 49","Physical Address Line 2":"","Physical Address City":"Oglethorpe","Physical Address State":"GA ","Physical Address Zipcode":"31068","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.36634844868735084,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303420","School District Name":"Lumpkin County","Physical Address Line 1":"51 Mountain View Dr","Physical Address Line 2":"","Physical Address City":"Dahlonega","Physical Address State":"GA ","Physical Address Zipcode":"30533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15560165975103735,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1303390","School District Name":"Lowndes County","Physical Address Line 1":"1592 Norman Drive","Physical Address Line 2":"","Physical Address City":"Valdosta","Physical Address State":"GA ","Physical Address Zipcode":"31601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17302333681644028,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1303360","School District Name":"Long County","Physical Address Line 1":"468 S. McDonald Street","Physical Address Line 2":"","Physical Address City":"Ludowici","Physical Address State":"GA ","Physical Address Zipcode":"31316","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22017189079878666,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303330","School District Name":"Lincoln County","Physical Address Line 1":"423 Metasville Road","Physical Address Line 2":"","Physical Address City":"Lincolnton","Physical Address State":"GA ","Physical Address Zipcode":"30817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2877094972067039,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303300","School District Name":"Liberty County","Physical Address Line 1":"110 S. Gause St.","Physical Address Line 2":"","Physical Address City":"Hinesville","Physical Address State":"GA ","Physical Address Zipcode":"31313","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.24899300402798388,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303270","School District Name":"Lee County","Physical Address Line 1":"126 Starksville Ave.N","Physical Address Line 2":"","Physical Address City":"Leesburg","Physical Address State":"GA ","Physical Address Zipcode":"31763","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13880646224859874,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1303240","School District Name":"Lanier County","Physical Address Line 1":"Hwy 221 South","Physical Address Line 2":"","Physical Address City":"Lakeland","Physical Address State":"GA ","Physical Address Zipcode":"31635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2925026399155227,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303210","School District Name":"Lamar County","Physical Address Line 1":"#3 Trojan Way","Physical Address Line 2":"","Physical Address City":"Barnesville","Physical Address State":"GA ","Physical Address Zipcode":"30204","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20243902439024392,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303150","School District Name":"Jones County","Physical Address Line 1":"125 Stewart Avenue","Physical Address Line 2":"","Physical Address City":"Gray","Physical Address State":"GA ","Physical Address Zipcode":"31032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15323854660347552,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1303120","School District Name":"Johnson County","Physical Address Line 1":"325 Lee Street","Physical Address Line 2":"","Physical Address City":"Wrightsville","Physical Address State":"GA ","Physical Address Zipcode":"31096","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.30414386239249414,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303090","School District Name":"Jenkins County","Physical Address Line 1":"527 Barney Ave","Physical Address Line 2":"","Physical Address City":"Millen","Physical Address State":"GA ","Physical Address Zipcode":"30442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.33568627450980393,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303060","School District Name":"Jefferson County","Physical Address Line 1":"1001 Peachtree Street","Physical Address Line 2":"","Physical Address City":"Louisville","Physical Address State":"GA ","Physical Address Zipcode":"30434","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3132530120481928,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1303030","School District Name":"Jefferson City","Physical Address Line 1":"575 Washington St.","Physical Address Line 2":"","Physical Address City":"Jefferson","Physical Address State":"GA ","Physical Address Zipcode":"30549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06770635222518068,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1303000","School District Name":"Jeff Davis County","Physical Address Line 1":"44 Charles Rogers Blvd","Physical Address Line 2":"","Physical Address City":"Hazlehurst","Physical Address State":"GA ","Physical Address Zipcode":"31539","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2824375213967819,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302970","School District Name":"Jasper County","Physical Address Line 1":"1125A Fred Smith Street","Physical Address Line 2":"","Physical Address City":"Monticello","Physical Address State":"GA ","Physical Address Zipcode":"31064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20434276851492827,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302940","School District Name":"Jackson County","Physical Address Line 1":"1660 Winder Highway","Physical Address Line 2":"","Physical Address City":"Jefferson","Physical Address State":"GA ","Physical Address Zipcode":"30549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11035222948580349,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1302910","School District Name":"Irwin County","Physical Address Line 1":"210 Apple St.","Physical Address Line 2":"","Physical Address City":"Ocilla","Physical Address State":"GA ","Physical Address Zipcode":"31774","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2981586402266289,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302880","School District Name":"Houston County","Physical Address Line 1":"1100 Main Street","Physical Address Line 2":"","Physical Address City":"Perry","Physical Address State":"GA ","Physical Address Zipcode":"31069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15076467686235817,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1302820","School District Name":"Henry County","Physical Address Line 1":"396 Tomlinson Street","Physical Address Line 2":"","Physical Address City":"McDonough","Physical Address State":"GA ","Physical Address Zipcode":"30253","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12273993908366276,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1302790","School District Name":"Heard County","Physical Address Line 1":"131 East Court Square","Physical Address Line 2":"","Physical Address City":"Franklin","Physical Address State":"GA ","Physical Address Zipcode":"30217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19463414634146342,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302730","School District Name":"Hart County","Physical Address Line 1":"284 Campbell Drive","Physical Address Line 2":"","Physical Address City":"Hartwell","Physical Address State":"GA ","Physical Address Zipcode":"30643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2123915737298637,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302700","School District Name":"Harris County","Physical Address Line 1":"132 Barnes Mill Rd","Physical Address Line 2":"","Physical Address City":"Hamilton","Physical Address State":"GA ","Physical Address Zipcode":"31811","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10331611398100317,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302670","School District Name":"Haralson County","Physical Address Line 1":"10 Van Wert Street","Physical Address Line 2":"","Physical Address City":"Buchanan","Physical Address State":"GA ","Physical Address Zipcode":"30113","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19759154583435734,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302640","School District Name":"Hancock County","Physical Address Line 1":"12480 Augusta Highway","Physical Address Line 2":"","Physical Address City":"Sparta","Physical Address State":"GA ","Physical Address Zipcode":"31087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3861788617886179,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302610","School District Name":"Hall County","Physical Address Line 1":"711 Green St. Suite 100","Physical Address Line 2":"","Physical Address City":"Gainesville","Physical Address State":"GA ","Physical Address Zipcode":"30505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17106582024724357,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1302580","School District Name":"Habersham County","Physical Address Line 1":"132 West Stanford Mill Rd","Physical Address Line 2":"","Physical Address City":"Clarkesville","Physical Address State":"GA ","Physical Address Zipcode":"30523","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15885002649708532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1302550","School District Name":"Gwinnett County","Physical Address Line 1":"52 Gwinnett Dr","Physical Address Line 2":"","Physical Address City":"Lawrenceville","Physical Address State":"GA ","Physical Address Zipcode":"30045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13049160658617845,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1302520","School District Name":"Griffin-Spalding County","Physical Address Line 1":"216 South Sixth Street","Physical Address Line 2":"","Physical Address City":"Griffin","Physical Address State":"GA ","Physical Address Zipcode":"30224","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.25911674682990815,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302490","School District Name":"Greene County","Physical Address Line 1":"101 East Third Street","Physical Address Line 2":"","Physical Address City":"Greensboro","Physical Address State":"GA ","Physical Address Zipcode":"30642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2634050880626223,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302460","School District Name":"Grady County","Physical Address Line 1":"122 Noth Broad Street","Physical Address Line 2":"","Physical Address City":"Cairo","Physical Address State":"GA ","Physical Address Zipcode":"39828","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2613865829032982,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302430","School District Name":"Gordon County","Physical Address Line 1":"205 Warrior Path","Physical Address Line 2":"","Physical Address City":"Calhoun","Physical Address State":"GA ","Physical Address Zipcode":"30701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1421244432447024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1302400","School District Name":"Glynn County","Physical Address Line 1":"1313 Egmont St","Physical Address Line 2":"","Physical Address City":"Brunswick","Physical Address State":"GA ","Physical Address Zipcode":"31520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2139997033961145,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302370","School District Name":"Glascock County","Physical Address Line 1":"738 Railroad Ave.","Physical Address Line 2":"","Physical Address City":"Gibson","Physical Address State":"GA ","Physical Address Zipcode":"30810","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1732776617954071,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302340","School District Name":"Gilmer County","Physical Address Line 1":"497 Bobcat Trail","Physical Address Line 2":"","Physical Address City":"Ellijay","Physical Address State":"GA ","Physical Address Zipcode":"30540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21747126436781608,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302310","School District Name":"Gainesville City","Physical Address Line 1":"508 Oak Street. NW","Physical Address Line 2":"","Physical Address City":"Gainesville","Physical Address State":"GA ","Physical Address Zipcode":"30501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2447298617897529,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302280","School District Name":"Fulton County","Physical Address Line 1":"786 Cleveland Avenue. SW","Physical Address Line 2":"","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30315","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12031443791100443,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1302250","School District Name":"Franklin County","Physical Address Line 1":"919 Hull Avenue","Physical Address Line 2":"","Physical Address City":"Carnesville","Physical Address State":"GA ","Physical Address Zipcode":"30521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2311598075895243,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302220","School District Name":"Forsyth County","Physical Address Line 1":"1120 Dahlonega Highway","Physical Address Line 2":"","Physical Address City":"Cumming","Physical Address State":"GA ","Physical Address Zipcode":"30040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04769648733450677,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1302190","School District Name":"Floyd County","Physical Address Line 1":"600 Riverside Parkway NE","Physical Address Line 2":"","Physical Address City":"Rome","Physical Address State":"GA ","Physical Address Zipcode":"30161","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21473278767453058,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302130","School District Name":"Fayette County","Physical Address Line 1":"210 Stonewall Avenue West","Physical Address Line 2":"","Physical Address City":"Fayetteville","Physical Address State":"GA ","Physical Address Zipcode":"30214","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06563724795768995,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1302100","School District Name":"Fannin County","Physical Address Line 1":"2290 East First Street","Physical Address Line 2":"","Physical Address City":"Blue Ridge","Physical Address State":"GA ","Physical Address Zipcode":"30513","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22669161209853445,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302070","School District Name":"Evans County","Physical Address Line 1":"613 West Main Street","Physical Address Line 2":"","Physical Address City":"Claxton","Physical Address State":"GA ","Physical Address Zipcode":"30417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2626921285514672,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302040","School District Name":"Emanuel County","Physical Address Line 1":"201 North Main Street","Physical Address Line 2":"","Physical Address City":"Swainsboro","Physical Address State":"GA ","Physical Address Zipcode":"30401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.326007326007326,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1302010","School District Name":"Elbert County","Physical Address Line 1":"50 Laurel Drive","Physical Address Line 2":"","Physical Address City":"Elberton","Physical Address State":"GA ","Physical Address Zipcode":"30635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3918354226936676,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301980","School District Name":"Effingham County","Physical Address Line 1":"405 North Ash Street","Physical Address Line 2":"","Physical Address City":"Springfield","Physical Address State":"GA ","Physical Address Zipcode":"31329","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10684973536856639,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1301950","School District Name":"Echols County","Physical Address Line 1":"216 Hwy 129 North","Physical Address Line 2":"","Physical Address City":"Statenville","Physical Address State":"GA ","Physical Address Zipcode":"31648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27884615384615385,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301920","School District Name":"Early County","Physical Address Line 1":"11927 Columbia Street","Physical Address Line 2":"","Physical Address City":"Blakely","Physical Address State":"GA ","Physical Address Zipcode":"39823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.34570637119113573,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301890","School District Name":"Laurens County","Physical Address Line 1":"467 Firetower Road","Physical Address Line 2":"","Physical Address City":"Dublin","Physical Address State":"GA ","Physical Address Zipcode":"31021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2756276150627615,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301870","School District Name":"Dublin City","Physical Address Line 1":"207 Shamrock Dr.","Physical Address Line 2":"","Physical Address City":"Dublin","Physical Address State":"GA ","Physical Address Zipcode":"31021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.4075268817204301,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301860","School District Name":"Douglas County","Physical Address Line 1":"9030 Highway 5","Physical Address Line 2":"","Physical Address City":"Douglasville","Physical Address State":"GA ","Physical Address Zipcode":"30134","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14409685772272376,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1301830","School District Name":"Dougherty County","Physical Address Line 1":"200 Pine Avenue","Physical Address Line 2":"","Physical Address City":"Albany","Physical Address State":"GA ","Physical Address Zipcode":"31701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3702967582756494,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301800","School District Name":"Dooly County","Physical Address Line 1":"202 Cotton Street","Physical Address Line 2":"","Physical Address City":"Vienna","Physical Address State":"GA ","Physical Address Zipcode":"31092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3177570093457944,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301770","School District Name":"Dodge County","Physical Address Line 1":"700 College Street","Physical Address Line 2":"","Physical Address City":"Eastman","Physical Address State":"GA ","Physical Address Zipcode":"31023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2631578947368421,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301740","School District Name":"DeKalb County","Physical Address Line 1":"3770 N Decatur Rd","Physical Address Line 2":"","Physical Address City":"Decatur","Physical Address State":"GA ","Physical Address Zipcode":"30032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2690322636796435,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301710","School District Name":"Decatur County","Physical Address Line 1":"100 South West Street","Physical Address Line 2":"","Physical Address City":"Bainbridge","Physical Address State":"GA ","Physical Address Zipcode":"39817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.35093099671412925,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301680","School District Name":"City Schools of Decatur","Physical Address Line 1":"758 Scott Boulevard","Physical Address Line 2":"","Physical Address City":"Decatur","Physical Address State":"GA ","Physical Address Zipcode":"30030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0848034664190653,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1301650","School District Name":"Dawson County","Physical Address Line 1":"517 Allen Street","Physical Address Line 2":"","Physical Address City":"Dawsonville","Physical Address State":"GA ","Physical Address Zipcode":"30534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1185881157948197,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1301620","School District Name":"Dalton Public Schools","Physical Address Line 1":"100 South Hamilton Street","Physical Address Line 2":"","Physical Address City":"Dalton","Physical Address State":"GA ","Physical Address Zipcode":"30720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18775639002840014,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1301590","School District Name":"Dade County","Physical Address Line 1":"52 Tradition Lane","Physical Address Line 2":"","Physical Address City":"Trenton","Physical Address State":"GA ","Physical Address Zipcode":"30752","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1531332744924978,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1301560","School District Name":"Crisp County","Physical Address Line 1":"201 7th Street South","Physical Address Line 2":"","Physical Address City":"Cordele","Physical Address State":"GA ","Physical Address Zipcode":"31015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3359093250901597,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301530","School District Name":"Crawford County","Physical Address Line 1":"348 Crusselle Street","Physical Address Line 2":"","Physical Address City":"Roberta","Physical Address State":"GA ","Physical Address Zipcode":"31078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23248407643312102,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301500","School District Name":"Coweta County","Physical Address Line 1":"237 Jackson Street","Physical Address Line 2":"","Physical Address City":"Newnan","Physical Address State":"GA ","Physical Address Zipcode":"30264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10358061030589813,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1301470","School District Name":"Cook County","Physical Address Line 1":"1109 N PARRISH AVE","Physical Address Line 2":"","Physical Address City":"ADEL","Physical Address State":"GA ","Physical Address Zipcode":"31620","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.27030340177750534,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301440","School District Name":"Commerce City","Physical Address Line 1":"270 Lakeview Drive","Physical Address Line 2":"","Physical Address City":"Commerce","Physical Address State":"GA ","Physical Address Zipcode":"30529","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16538729937194696,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1301410","School District Name":"Columbia County","Physical Address Line 1":"4781 Hereford Farm Road","Physical Address Line 2":"","Physical Address City":"Evans","Physical Address State":"GA ","Physical Address Zipcode":"30809","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08037512795958128,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1301380","School District Name":"Colquitt County","Physical Address Line 1":"710 28th Ave SE","Physical Address Line 2":"","Physical Address City":"Moultrie","Physical Address State":"GA ","Physical Address Zipcode":"31768","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2705499360539472,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301350","School District Name":"Coffee County","Physical Address Line 1":"1311 S. Peterson Ave.","Physical Address Line 2":"","Physical Address City":"Douglas","Physical Address State":"GA ","Physical Address Zipcode":"31533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3162642610772088,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301290","School District Name":"Cobb County","Physical Address Line 1":"514 Glover Street","Physical Address Line 2":"","Physical Address City":"Marietta","Physical Address State":"GA ","Physical Address Zipcode":"30061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09474806585994842,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1301260","School District Name":"Clinch County","Physical Address Line 1":"119 S. College Street","Physical Address Line 2":"","Physical Address City":"Homerville","Physical Address State":"GA ","Physical Address Zipcode":"31634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2801330008312552,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301230","School District Name":"Clayton County","Physical Address Line 1":"1058 Fifth Avenue","Physical Address Line 2":"","Physical Address City":"Jonesboro","Physical Address State":"GA ","Physical Address Zipcode":"30236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23786911752191303,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301200","School District Name":"Clay County","Physical Address Line 1":"111 Commerce St.","Physical Address Line 2":"","Physical Address City":"Fort Gaines","Physical Address State":"GA ","Physical Address Zipcode":"31751","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4292565947242206,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301170","School District Name":"Clarke County","Physical Address Line 1":"240 Mitchell Bridge Road","Physical Address Line 2":"","Physical Address City":"Athens","Physical Address State":"GA ","Physical Address Zipcode":"30606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.21312329123812004,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301140","School District Name":"Chickamauga City","Physical Address Line 1":"402 Cove Road","Physical Address Line 2":"","Physical Address City":"Chickamauga","Physical Address State":"GA ","Physical Address Zipcode":"30707","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13408723747980614,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1301110","School District Name":"Cherokee County","Physical Address Line 1":"221 W. Main St.","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"GA ","Physical Address Zipcode":"30114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08233659029649595,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1301080","School District Name":"Chattooga County","Physical Address Line 1":"33 Middle School Road","Physical Address Line 2":"","Physical Address City":"Summerville","Physical Address State":"GA ","Physical Address Zipcode":"30747","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25130172650041105,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301050","School District Name":"Chattahoochee County","Physical Address Line 1":"326 Broad Street","Physical Address Line 2":"","Physical Address City":"Cusseta","Physical Address State":"GA ","Physical Address Zipcode":"31805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1301020","School District Name":"Savannah-Chatham County","Physical Address Line 1":"208 Bull St","Physical Address Line 2":"","Physical Address City":"Savannah","Physical Address State":"GA ","Physical Address Zipcode":"31401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.23681370248709527,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300990","School District Name":"Charlton County","Physical Address Line 1":"500 South Third Street","Physical Address Line 2":"","Physical Address City":"Folkston","Physical Address State":"GA ","Physical Address Zipcode":"31537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2621145374449339,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300930","School District Name":"Catoosa County","Physical Address Line 1":"307 Cleveland Street","Physical Address Line 2":"","Physical Address City":"Ringgold","Physical Address State":"GA ","Physical Address Zipcode":"30736","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1292212267401792,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1300900","School District Name":"Cartersville City","Physical Address Line 1":"15 Nelson Street","Physical Address Line 2":"","Physical Address City":"Cartersville","Physical Address State":"GA ","Physical Address Zipcode":"30120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16699137211244086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1300870","School District Name":"Carrollton City","Physical Address Line 1":"106 Trojan Drive","Physical Address Line 2":"","Physical Address City":"Carrollton","Physical Address State":"GA ","Physical Address Zipcode":"30117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23161871548968324,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300840","School District Name":"Carroll County","Physical Address Line 1":"164 Independence Dr.","Physical Address Line 2":"","Physical Address City":"Carrollton","Physical Address State":"GA ","Physical Address Zipcode":"30116","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17706400742115028,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1300810","School District Name":"Candler County","Physical Address Line 1":"210 South College Street","Physical Address Line 2":"","Physical Address City":"Metter","Physical Address State":"GA ","Physical Address Zipcode":"30439","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.29343629343629346,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300780","School District Name":"Camden County","Physical Address Line 1":"311 South East Street","Physical Address Line 2":"","Physical Address City":"Kingsland","Physical Address State":"GA ","Physical Address Zipcode":"31548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13871854514696552,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1300750","School District Name":"Calhoun County","Physical Address Line 1":"10877 Dickey Street","Physical Address Line 2":"","Physical Address City":"Morgan","Physical Address State":"GA ","Physical Address Zipcode":"39866","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.337468982630273,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300720","School District Name":"Calhoun City","Physical Address Line 1":"380 Barrett Rd.","Physical Address Line 2":"","Physical Address City":"Calhoun","Physical Address State":"GA ","Physical Address Zipcode":"30701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17840531561461795,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1300690","School District Name":"Butts County","Physical Address Line 1":"181 N. Mulberry St.","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"GA ","Physical Address Zipcode":"30233","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3954169997335465,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300660","School District Name":"Burke County","Physical Address Line 1":"789 Perimeter Road","Physical Address Line 2":"","Physical Address City":"Waynesboro","Physical Address State":"GA ","Physical Address Zipcode":"30830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2974817604142151,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300630","School District Name":"Bulloch County","Physical Address Line 1":"150 Williams Rd. Suite A","Physical Address Line 2":"","Physical Address City":"Statesboro","Physical Address State":"GA ","Physical Address Zipcode":"30458","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2323205866946045,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300600","School District Name":"Buford City","Physical Address Line 1":"70 Wiley Drive. Suite 200","Physical Address Line 2":"","Physical Address City":"Buford","Physical Address State":"GA ","Physical Address Zipcode":"30518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12899543378995434,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1300570","School District Name":"Bryan County","Physical Address Line 1":"66 Industrial Blvd.","Physical Address Line 2":"","Physical Address City":"Pembroke","Physical Address State":"GA ","Physical Address Zipcode":"31321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09674562762895728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1300540","School District Name":"Brooks County","Physical Address Line 1":"704 N. Tallokas Road","Physical Address Line 2":"","Physical Address City":"Quitman","Physical Address State":"GA ","Physical Address Zipcode":"31643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3148604269293924,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300510","School District Name":"Bremen City","Physical Address Line 1":"504 Laurel Street","Physical Address Line 2":"","Physical Address City":"Bremen","Physical Address State":"GA ","Physical Address Zipcode":"30110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10610687022900764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1300480","School District Name":"Brantley County","Physical Address Line 1":"122 School Circle","Physical Address Line 2":"","Physical Address City":"Nahunta","Physical Address State":"GA ","Physical Address Zipcode":"31553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300440","School District Name":"Bleckley County","Physical Address Line 1":"909 N.E Dykes St.","Physical Address Line 2":"","Physical Address City":"Cochran","Physical Address State":"GA ","Physical Address Zipcode":"31014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2663526949241235,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300420","School District Name":"Bibb County","Physical Address Line 1":"484 Mulberry St","Physical Address Line 2":"","Physical Address City":"Macon","Physical Address State":"GA ","Physical Address Zipcode":"31201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.34470276523491433,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300390","School District Name":"Berrien County","Physical Address Line 1":"100 E. Smith Ave.","Physical Address Line 2":"","Physical Address City":"Nashville","Physical Address State":"GA ","Physical Address Zipcode":"31639","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2516886930983847,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300360","School District Name":"Ben Hill County","Physical Address Line 1":"509 West Palm Street","Physical Address Line 2":"","Physical Address City":"Fitzgerald","Physical Address State":"GA ","Physical Address Zipcode":"31750","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.30579613590939375,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300330","School District Name":"Bartow County","Physical Address Line 1":"65 Gilreath Road NW","Physical Address Line 2":"","Physical Address City":"Cartersville","Physical Address State":"GA ","Physical Address Zipcode":"30120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13552640082724746,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1300290","School District Name":"Barrow County","Physical Address Line 1":"179 W. Athens Street","Physical Address Line 2":"","Physical Address City":"Winder","Physical Address State":"GA ","Physical Address Zipcode":"30680","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1315208052043697,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1300263","School District Name":"State Charter Schools II- Georgia Fugees Academy Charter Sc","Physical Address Line 1":"4046 Chamblee Tucker Rd","Physical Address Line 2":"","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30340","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300262","School District Name":"State Charter Schools II- D.E.L.T.A. STEAM Academy","Physical Address Line 1":"7131 Mount Vernon Rd","Physical Address Line 2":"","Physical Address City":"Lithia Springs","Physical Address State":"GA ","Physical Address Zipcode":"30122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300261","School District Name":"State Charter Schools II- Atlanta Unbound Academy","Physical Address Line 1":"1743 Hardin Ave","Physical Address Line 2":"","Physical Address City":"College Park","Physical Address State":"GA ","Physical Address Zipcode":"30337","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300260","School District Name":"State Charter Schools II- Harriet Tubman School of Science","Physical Address Line 1":"3828 Old Gordon Rd NW","Physical Address Line 2":"","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30336","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300259","School District Name":"State Charter Schools II- Atlanta SMART Academy","Physical Address Line 1":"2636 Martin Luther King Jr Dr","Physical Address Line 2":"SW Ste 14","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30311","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300258","School District Name":"State Charter Schools II- Furlow Charter School","Physical Address Line 1":"63 Valley Dr","Physical Address Line 2":"","Physical Address City":"Americus","Physical Address State":"GA ","Physical Address Zipcode":"31709","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300257","School District Name":"State Charter Schools II- Yi Hwang Academy of Language Exce","Physical Address Line 1":"1664 Old Peachtree Rd NW","Physical Address Line 2":"","Physical Address City":"Suwanee","Physical Address State":"GA ","Physical Address Zipcode":"30024","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300256","School District Name":"State Charter Schools II- Baconton Community Charter School","Physical Address Line 1":"260 E Walton St","Physical Address Line 2":"","Physical Address City":"Baconton","Physical Address State":"GA ","Physical Address Zipcode":"31716","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300255","School District Name":"State Charter Schools II- Ethos Classical Charter School","Physical Address Line 1":"2295 Springdale Cir SW","Physical Address Line 2":"","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30315","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300254","School District Name":"State Schools","Physical Address Line 1":"205 Jesse Hill Jr. Drive. SE","Physical Address Line 2":"Suite 1566 Twin Towers East","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30334","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300253","School District Name":"State Charter Schools II- Spring Creek Charter Academy","Physical Address Line 1":"2501 Vada Rd","Physical Address Line 2":"","Physical Address City":"Bainbridge","Physical Address State":"GA ","Physical Address Zipcode":"39817","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300252","School District Name":"State Charter Schools II- Academy For Classical Education","Physical Address Line 1":"5665 New Forsyth Rd","Physical Address Line 2":"","Physical Address City":"Macon","Physical Address State":"GA ","Physical Address Zipcode":"31210","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300251","School District Name":"State Charter Schools II- SLAM Academy of Atlanta","Physical Address Line 1":"1150 Westview Dr SW","Physical Address Line 2":"","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30310","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300250","School District Name":"State Charter Schools II- International Charter Academy of","Physical Address Line 1":"3705 Engineering Dr","Physical Address Line 2":"","Physical Address City":"Peachtree Corners","Physical Address State":"GA ","Physical Address Zipcode":"30092","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300249","School District Name":"State Charter Schools II- International Academy of Smyrna","Physical Address Line 1":"2144 S Cobb Dr SE","Physical Address Line 2":"","Physical Address City":"Smyrna","Physical Address State":"GA ","Physical Address Zipcode":"30080","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300248","School District Name":"State Charter Schools II- Genesis Innovation Academy for Bo","Physical Address Line 1":"1049 Custer Avenue SE","Physical Address Line 2":"","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30316","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300247","School District Name":"State Charter Schools II- Resurgence Hall Charter School","Physical Address Line 1":"1706 Washington Rd","Physical Address Line 2":"","Physical Address City":"East Point","Physical Address State":"GA ","Physical Address Zipcode":"30344","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300246","School District Name":"State Charter Schools- Coastal Plains Charter High School -","Physical Address Line 1":"210 South College Street","Physical Address Line 2":"","Physical Address City":"Metter","Physical Address State":"GA ","Physical Address Zipcode":"30439","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300245","School District Name":"State Charter Schools II- SAIL Charter Academy - School for","Physical Address Line 1":"4575 Blanchard Woods Dr","Physical Address Line 2":"","Physical Address City":"Evans","Physical Address State":"GA ","Physical Address Zipcode":"30809","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300244","School District Name":"State Charter Schools II- Genesis Innovation Academy for Gi","Physical Address Line 1":"1049 Custer Avenue SE","Physical Address Line 2":"","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30316","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300243","School District Name":"State Charter Schools II- Southwest Georgia S.T.E.M. Charte","Physical Address Line 1":"185 Pecan St","Physical Address Line 2":"","Physical Address City":"Shellman","Physical Address State":"GA ","Physical Address Zipcode":"39886","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300242","School District Name":"State Charter Schools II- Brookhaven Innovation Academy","Physical Address Line 1":"186 Hunter St","Physical Address Line 2":"","Physical Address City":"Norcross","Physical Address State":"GA ","Physical Address Zipcode":"30071","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300241","School District Name":"State Charter Schools II- Liberty Tech Charter Academy","Physical Address Line 1":"119 Price Rd","Physical Address Line 2":"","Physical Address City":"Brooks","Physical Address State":"GA ","Physical Address Zipcode":"30205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300240","School District Name":"Banks County","Physical Address Line 1":"102 Hwy 51 South","Physical Address Line 2":"","Physical Address City":"Homer","Physical Address State":"GA ","Physical Address Zipcode":"30547","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15592447916666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300239","School District Name":"State Charter Schools II- Cirrus Charter Academy","Physical Address Line 1":"1870 Pio Nono Ave","Physical Address Line 2":"","Physical Address City":"Macon","Physical Address State":"GA ","Physical Address Zipcode":"31204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300238","School District Name":"State Charter Schools- Georgia School for Innovation and th","Physical Address Line 1":"5073 Storey Mill Rd","Physical Address Line 2":"","Physical Address City":"Hephzibah","Physical Address State":"GA ","Physical Address Zipcode":"30815","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300237","School District Name":"State Charter Schools- Dubois Integrity Academy","Physical Address Line 1":"6479 Church St","Physical Address Line 2":"","Physical Address City":"Riverdale","Physical Address State":"GA ","Physical Address Zipcode":"30274","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300236","School District Name":"State Charter Schools- Scintilla Charter Academy","Physical Address Line 1":"2171 E Park Ave","Physical Address Line 2":"","Physical Address City":"Valdosta","Physical Address State":"GA ","Physical Address Zipcode":"31602","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300235","School District Name":"State Charter Schools- Foothills Charter High School (Centr","Physical Address Line 1":"2415 Jefferson Rd Ste B","Physical Address Line 2":"","Physical Address City":"Athens","Physical Address State":"GA ","Physical Address Zipcode":"30607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300234","School District Name":"State Charter Schools- International Charter School of Atla","Physical Address Line 1":"1335 Northmeadow Pkwy Ste 100","Physical Address Line 2":"","Physical Address City":"Roswell","Physical Address State":"GA ","Physical Address Zipcode":"30076","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300233","School District Name":"State Charter Schools- Utopian Academy for the Arts Charter","Physical Address Line 1":"2750 Forest Pkwy","Physical Address Line 2":"","Physical Address City":"Ellenwood","Physical Address State":"GA ","Physical Address Zipcode":"30294","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300232","School District Name":"State Charter Schools- Georgia Cyber Academy","Physical Address Line 1":"1745 Phoenix Blvd Ste 100","Physical Address Line 2":"","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30349","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300230","School District Name":"State Charter Schools- Cherokee Charter Academy","Physical Address Line 1":"2126 Sixes Rd","Physical Address Line 2":"","Physical Address City":"Canton","Physical Address State":"GA ","Physical Address Zipcode":"30114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300227","School District Name":"State Charter Schools- Georgia Connections Academy","Physical Address Line 1":"2763 Meadow Church Rd Ste 208","Physical Address Line 2":"","Physical Address City":"Duluth","Physical Address State":"GA ","Physical Address Zipcode":"30097","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300226","School District Name":"State Charter Schools- Ivy Preparatory Academy- Inc","Physical Address Line 1":"1807 Memorial Dr SE","Physical Address Line 2":"","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30317","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300222","School District Name":"State Charter Schools II- Coweta Charter Academy","Physical Address Line 1":"6675 Highway 16","Physical Address Line 2":"","Physical Address City":"Senoia","Physical Address State":"GA ","Physical Address Zipcode":"30276","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300221","School District Name":"State Charter Schools II- Atlanta Heights Charter School","Physical Address Line 1":"3712 Martin Luther King Jr Dr","Physical Address Line 2":"SW","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30331","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300218","School District Name":"State Charter Schools II- Pataula Charter Academy","Physical Address Line 1":"18637 Hartford St","Physical Address Line 2":"","Physical Address City":"Edison","Physical Address State":"GA ","Physical Address Zipcode":"39846","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300217","School District Name":"State Charter Schools II- Fulton Leadership Academy","Physical Address Line 1":"2575 Dodson Dr","Physical Address Line 2":"","Physical Address City":"East Point","Physical Address State":"GA ","Physical Address Zipcode":"30344","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300214","School District Name":"State Charter Schools- Mountain Education Charter High Scho","Physical Address Line 1":"1963 Tom Bell Rd","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"GA ","Physical Address Zipcode":"30528","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300210","School District Name":"Baldwin County","Physical Address Line 1":"110 N. ABC Street","Physical Address Line 2":"","Physical Address City":"Milledgeville","Physical Address State":"GA ","Physical Address Zipcode":"31061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2934939759036145,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300180","School District Name":"Baker County","Physical Address Line 1":"400 Hillcrest Drive","Physical Address Line 2":"","Physical Address City":"Newton","Physical Address State":"GA ","Physical Address Zipcode":"31770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.39847715736040606,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300150","School District Name":"Bacon County","Physical Address Line 1":"601 North Pierce Street","Physical Address Line 2":"","Physical Address City":"Alma","Physical Address State":"GA ","Physical Address Zipcode":"31510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2655172413793103,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300120","School District Name":"Atlanta Public Schools","Physical Address Line 1":"210 Pryor Rd.","Physical Address Line 2":"","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2255021773929807,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300090","School District Name":"Atkinson County","Physical Address Line 1":"506 East Roberts Ave.","Physical Address Line 2":"","Physical Address City":"Pearson","Physical Address State":"GA ","Physical Address Zipcode":"31642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.31775110549589386,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300060","School District Name":"Appling County","Physical Address Line 1":"249 Blackshear Highway","Physical Address Line 2":"","Physical Address City":"Baxley","Physical Address State":"GA ","Physical Address Zipcode":"31513","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2825166364186328,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300028","School District Name":"Department of Labor","Physical Address Line 1":"148 Andrew Young International","Physical Address Line 2":"","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300027","School District Name":"Department of Human Resources","Physical Address Line 1":"2 Peachtree Street. Suite 23","Physical Address Line 2":"","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300026","School District Name":"Department of Juvenile Justice","Physical Address Line 1":"3408 Covington Highway","Physical Address Line 2":"","Physical Address City":"Decatur","Physical Address State":"GA ","Physical Address Zipcode":"30032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300025","School District Name":"Department of Corrections","Physical Address Line 1":"Suite 852. 205 Jessie Hill Jr.","Physical Address Line 2":"","Physical Address City":"Atlanta","Physical Address State":"GA ","Physical Address Zipcode":"30334","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300023","School District Name":"State Charter Schools- Odyssey Charter School","Physical Address Line 1":"14 Saint John Cir","Physical Address Line 2":"","Physical Address City":"Newnan","Physical Address State":"GA ","Physical Address Zipcode":"30265","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300021","School District Name":"Okefenokee RESA","Physical Address Line 1":"1450 North Augusta Avenue","Physical Address Line 2":"","Physical Address City":"Waycross","Physical Address State":"GA ","Physical Address Zipcode":"31503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300020","School District Name":"Coastal Plains RESA","Physical Address Line 1":"414 North Robinson","Physical Address Line 2":"","Physical Address City":"Lenox","Physical Address State":"GA ","Physical Address Zipcode":"31637","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300019","School District Name":"Southwest Georgia RESA","Physical Address Line 1":"118 McLaughlin Street SW","Physical Address Line 2":"","Physical Address City":"Pelham","Physical Address State":"GA ","Physical Address Zipcode":"31779","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300018","School District Name":"First District RESA","Physical Address Line 1":"201 West Lee Street","Physical Address Line 2":"","Physical Address City":"Brooklet","Physical Address State":"GA ","Physical Address Zipcode":"30415","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300017","School District Name":"Heart of Georgia RESA","Physical Address Line 1":"1141 Cochran Hwy","Physical Address Line 2":"","Physical Address City":"Eastman","Physical Address State":"GA ","Physical Address Zipcode":"31023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300016","School District Name":"Chattahoochee-Flint RESA","Physical Address Line 1":"203 East College Street","Physical Address Line 2":"","Physical Address City":"Ellaville","Physical Address State":"GA ","Physical Address Zipcode":"31806","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300015","School District Name":"Central Savannah River RESA","Physical Address Line 1":"Highway 78","Physical Address Line 2":"","Physical Address City":"Dearing","Physical Address State":"GA ","Physical Address Zipcode":"30808","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300014","School District Name":"Oconee RESA","Physical Address Line 1":"518 North Harris Street","Physical Address Line 2":"","Physical Address City":"Sandersville","Physical Address State":"GA ","Physical Address Zipcode":"31082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300013","School District Name":"Middle Georgia RESA","Physical Address Line 1":"510 Riley Avenue","Physical Address Line 2":"","Physical Address City":"Fort Valley","Physical Address State":"GA ","Physical Address Zipcode":"31030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300012","School District Name":"Griffin RESA","Physical Address Line 1":"119 West Vineyard Road","Physical Address Line 2":"","Physical Address City":"Griffin","Physical Address State":"GA ","Physical Address Zipcode":"30224","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300011","School District Name":"West Georgia RESA","Physical Address Line 1":"99 Brown School Drive","Physical Address Line 2":"","Physical Address City":"Grantville","Physical Address State":"GA ","Physical Address Zipcode":"30220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300010","School District Name":"Northeast Georgia RESA","Physical Address Line 1":"375 Winter Street","Physical Address Line 2":"","Physical Address City":"Winterville","Physical Address State":"GA ","Physical Address Zipcode":"30683","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300009","School District Name":"Metro RESA","Physical Address Line 1":"1870 Teasley Drive. SE","Physical Address Line 2":"","Physical Address City":"Smyrna","Physical Address State":"GA ","Physical Address Zipcode":"30080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300008","School District Name":"Pioneer RESA","Physical Address Line 1":"1342 Highway 254","Physical Address Line 2":"","Physical Address City":"Cleveland","Physical Address State":"GA ","Physical Address Zipcode":"30528","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1300007","School District Name":"North Georgia RESA","Physical Address Line 1":"4731 Old Highway 5 South","Physical Address Line 2":"","Physical Address City":"Ellijay","Physical Address State":"GA ","Physical Address Zipcode":"30540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300006","School District Name":"Northwest Georgia RESA","Physical Address Line 1":"3167 Cedartown Hwy SE","Physical Address Line 2":"","Physical Address City":"Rome","Physical Address State":"GA ","Physical Address Zipcode":"30161","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300005","School District Name":"State Charter Schools II- Statesboro STEAM Academy","Physical Address Line 1":"1718 Northside Dr E","Physical Address Line 2":"","Physical Address City":"Statesboro","Physical Address State":"GA ","Physical Address Zipcode":"30458","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1300003","School District Name":"Fort Stewart School District","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.15240793201133143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1300002","School District Name":"Fort Benning Schools","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.08340461933276304,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1300001","School District Name":"Troup County","Physical Address Line 1":"200 Mooty Bridge Road","Physical Address Line 2":"","Physical Address City":"LaGrange","Physical Address State":"GA ","Physical Address Zipcode":"30240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22466854158296504,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1202016","School District Name":"DEAF/BLIND","Physical Address Line 1":"207 N SAN MARCO AVE","Physical Address Line 2":"","Physical Address City":"ST AUGUSTINE","Physical Address State":"FL ","Physical Address Zipcode":"32084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1202015","School District Name":"UF LAB SCH","Physical Address Line 1":"1080 SW 11TH ST","Physical Address Line 2":"","Physical Address City":"GAINESVILLE","Physical Address State":"FL ","Physical Address Zipcode":"32601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1202014","School District Name":"FAMU LAB SCH","Physical Address Line 1":"400 W ORANGE AVE","Physical Address Line 2":"","Physical Address City":"TALLAHASSEE","Physical Address State":"FL ","Physical Address Zipcode":"32307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1202013","School District Name":"FSU LAB SCH","Physical Address Line 1":"3000 SCHOOL HOUSE RD","Physical Address Line 2":"","Physical Address City":"TALLAHASSEE","Physical Address State":"FL ","Physical Address Zipcode":"32311","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1202012","School District Name":"FAU LAB SCH","Physical Address Line 1":"777 GLADES RD BLDG 47","Physical Address Line 2":"","Physical Address City":"BOCA RATON","Physical Address State":"FL ","Physical Address Zipcode":"33431","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1202010","School District Name":"WASHINGTON","Physical Address Line 1":"652 3RD ST","Physical Address Line 2":"","Physical Address City":"CHIPLEY","Physical Address State":"FL ","Physical Address Zipcode":"32428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2616355508808835,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1201980","School District Name":"WALTON","Physical Address Line 1":"145 S PARK ST","Physical Address Line 2":"","Physical Address City":"DEFUNIAK SPRINGS","Physical Address State":"FL ","Physical Address Zipcode":"32435","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1688070144362767,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1201950","School District Name":"WAKULLA","Physical Address Line 1":"69 ARRAN RD","Physical Address Line 2":"","Physical Address City":"CRAWFORDVILLE","Physical Address State":"FL ","Physical Address Zipcode":"32327","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1428842145158234,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1201920","School District Name":"VOLUSIA","Physical Address Line 1":"200 N CLARA AVE","Physical Address Line 2":"","Physical Address City":"DELAND","Physical Address State":"FL ","Physical Address Zipcode":"32720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1438257939657213,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201890","School District Name":"UNION","Physical Address Line 1":"55 SW 6TH ST","Physical Address Line 2":"","Physical Address City":"LAKE BUTLER","Physical Address State":"FL ","Physical Address Zipcode":"32054","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1904127829560586,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201860","School District Name":"TAYLOR","Physical Address Line 1":"318 N CLARK ST","Physical Address Line 2":"","Physical Address City":"PERRY","Physical Address State":"FL ","Physical Address Zipcode":"32347","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24943602964872705,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1201830","School District Name":"SUWANNEE","Physical Address Line 1":"1729 WALKER AVE SW","Physical Address Line 2":"","Physical Address City":"LIVE OAK","Physical Address State":"FL ","Physical Address Zipcode":"32064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2625250501002004,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1201800","School District Name":"SUMTER","Physical Address Line 1":"2680 WEST COUNTY ROAD 476","Physical Address Line 2":"","Physical Address City":"BUSHNELL","Physical Address State":"FL ","Physical Address Zipcode":"33513","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.31111729511618197,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1201770","School District Name":"ST. LUCIE","Physical Address Line 1":"501 NW UNIVERSITY BLVD","Physical Address Line 2":"","Physical Address City":"PORT ST LUCIE","Physical Address State":"FL ","Physical Address Zipcode":"34986","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.19772142594634326,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201740","School District Name":"ST. JOHNS","Physical Address Line 1":"40 ORANGE ST","Physical Address Line 2":"","Physical Address City":"ST AUGUSTINE","Physical Address State":"FL ","Physical Address Zipcode":"32084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08079271558650242,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201710","School District Name":"SEMINOLE","Physical Address Line 1":"400 E LAKE MARY BLVD","Physical Address Line 2":"","Physical Address City":"SANFORD","Physical Address State":"FL ","Physical Address Zipcode":"32773","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09967236197232678,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201680","School District Name":"SARASOTA","Physical Address Line 1":"1960 LANDINGS BLVD","Physical Address Line 2":"","Physical Address City":"SARASOTA","Physical Address State":"FL ","Physical Address Zipcode":"34231","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13326168726491133,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201650","School District Name":"SANTA ROSA","Physical Address Line 1":"5086 CANAL ST","Physical Address Line 2":"","Physical Address City":"MILTON","Physical Address State":"FL ","Physical Address Zipcode":"32570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11099228725128006,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201620","School District Name":"PUTNAM","Physical Address Line 1":"200 REID ST","Physical Address Line 2":"","Physical Address City":"PALATKA","Physical Address State":"FL ","Physical Address Zipcode":"32177","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3067389620449264,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1201590","School District Name":"POLK","Physical Address Line 1":"1915 S FLORAL AVE","Physical Address Line 2":"","Physical Address City":"BARTOW","Physical Address State":"FL ","Physical Address Zipcode":"33830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.21471708785998303,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1201560","School District Name":"PINELLAS","Physical Address Line 1":"301 4TH ST SW","Physical Address Line 2":"","Physical Address City":"LARGO","Physical Address State":"FL ","Physical Address Zipcode":"33770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.151376593053799,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201530","School District Name":"PASCO","Physical Address Line 1":"7227 LAND O LAKES BLVD","Physical Address Line 2":"","Physical Address City":"LAND O LAKES","Physical Address State":"FL ","Physical Address Zipcode":"34638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1470219435736677,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201500","School District Name":"PALM BEACH","Physical Address Line 1":"3300 FOREST HILL BLVD # C-316","Physical Address Line 2":"","Physical Address City":"WEST PALM BEACH","Physical Address State":"FL ","Physical Address Zipcode":"33406","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15405693041891197,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201470","School District Name":"OSCEOLA","Physical Address Line 1":"817 BILL BECK BLVD","Physical Address Line 2":"","Physical Address City":"KISSIMMEE","Physical Address State":"FL ","Physical Address Zipcode":"34744","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17661854291155987,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201440","School District Name":"ORANGE","Physical Address Line 1":"445 W AMELIA ST","Physical Address Line 2":"","Physical Address City":"ORLANDO","Physical Address State":"FL ","Physical Address Zipcode":"32801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15903977691969923,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201410","School District Name":"OKEECHOBEE","Physical Address Line 1":"700 SW 2ND AVE","Physical Address Line 2":"","Physical Address City":"OKEECHOBEE","Physical Address State":"FL ","Physical Address Zipcode":"34974","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22561452951307343,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1201380","School District Name":"OKALOOSA","Physical Address Line 1":"120 LOWERY PL SE","Physical Address Line 2":"","Physical Address City":"FORT WALTON BEACH","Physical Address State":"FL ","Physical Address Zipcode":"32548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12893974336230857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201350","School District Name":"NASSAU","Physical Address Line 1":"1201 ATLANTIC AVE","Physical Address Line 2":"","Physical Address City":"FERNANDINA BEACH","Physical Address State":"FL ","Physical Address Zipcode":"32034","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10928098676293622,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201320","School District Name":"MONROE","Physical Address Line 1":"241 TRUMBO RD","Physical Address Line 2":"","Physical Address City":"KEY WEST","Physical Address State":"FL ","Physical Address Zipcode":"33040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14494354442808052,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201290","School District Name":"MARTIN","Physical Address Line 1":"500 E OCEAN BLVD","Physical Address Line 2":"","Physical Address City":"STUART","Physical Address State":"FL ","Physical Address Zipcode":"34994","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16164015699235695,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201260","School District Name":"MARION","Physical Address Line 1":"512 SE 3RD ST","Physical Address Line 2":"","Physical Address City":"OCALA","Physical Address State":"FL ","Physical Address Zipcode":"34471","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18142527283850723,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201230","School District Name":"MANATEE","Physical Address Line 1":"215 MANATEE AVE W","Physical Address Line 2":"","Physical Address City":"BRADENTON","Physical Address State":"FL ","Physical Address Zipcode":"34205","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15457674538460123,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201200","School District Name":"MADISON","Physical Address Line 1":"210 NE DUVAL AVE","Physical Address Line 2":"","Physical Address City":"MADISON","Physical Address State":"FL ","Physical Address Zipcode":"32340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2776049766718507,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1201170","School District Name":"LIBERTY","Physical Address Line 1":"12926 NW COUNTY ROAD 12","Physical Address Line 2":"","Physical Address City":"BRISTOL","Physical Address State":"FL ","Physical Address Zipcode":"32321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23244781783681215,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1201140","School District Name":"LEVY","Physical Address Line 1":"480 MARSHBURN DR","Physical Address Line 2":"","Physical Address City":"BRONSON","Physical Address State":"FL ","Physical Address Zipcode":"32621","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25541054022798615,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1201110","School District Name":"LEON","Physical Address Line 1":"2757 W PENSACOLA ST","Physical Address Line 2":"","Physical Address City":"TALLAHASSEE","Physical Address State":"FL ","Physical Address Zipcode":"32304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.20058930190389845,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1201080","School District Name":"LEE","Physical Address Line 1":"2855 COLONIAL BLVD","Physical Address Line 2":"","Physical Address City":"FORT MYERS","Physical Address State":"FL ","Physical Address Zipcode":"33966","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1307963608672999,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201050","School District Name":"LAKE","Physical Address Line 1":"201 W BURLEIGH BLVD","Physical Address Line 2":"","Physical Address City":"TAVARES","Physical Address State":"FL ","Physical Address Zipcode":"32778","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12776268029874005,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1201020","School District Name":"LAFAYETTE","Physical Address Line 1":"363 NE CRAWFORD ST","Physical Address Line 2":"","Physical Address City":"MAYO","Physical Address State":"FL ","Physical Address Zipcode":"32066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2296983758700696,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200990","School District Name":"JEFFERSON","Physical Address Line 1":"1490 W WASHINGTON ST","Physical Address Line 2":"","Physical Address City":"MONTICELLO","Physical Address State":"FL ","Physical Address Zipcode":"32344","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24543501611170784,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200960","School District Name":"JACKSON","Physical Address Line 1":"2903 JEFFERSON ST","Physical Address Line 2":"","Physical Address City":"MARIANNA","Physical Address State":"FL ","Physical Address Zipcode":"32446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.275965801139962,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200930","School District Name":"INDIAN RIVER","Physical Address Line 1":"6500 57TH ST","Physical Address Line 2":"","Physical Address City":"VERO BEACH","Physical Address State":"FL ","Physical Address Zipcode":"32967","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.15688942098389203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1200900","School District Name":"HOLMES","Physical Address Line 1":"701 E PENNSYLVANIA AVE","Physical Address Line 2":"","Physical Address City":"BONIFAY","Physical Address State":"FL ","Physical Address Zipcode":"32425","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2765814266487214,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200870","School District Name":"HILLSBOROUGH","Physical Address Line 1":"901 E KENNEDY BLVD","Physical Address Line 2":"","Physical Address City":"TAMPA","Physical Address State":"FL ","Physical Address Zipcode":"33602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1403157846383844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1200840","School District Name":"HIGHLANDS","Physical Address Line 1":"426 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"SEBRING","Physical Address State":"FL ","Physical Address Zipcode":"33870","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.24644585601935876,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200810","School District Name":"HERNANDO","Physical Address Line 1":"919 N BROAD ST","Physical Address Line 2":"","Physical Address City":"BROOKSVILLE","Physical Address State":"FL ","Physical Address Zipcode":"34601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.18181153325776137,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1200780","School District Name":"HENDRY","Physical Address Line 1":"25 E HICKPOCHEE AVE","Physical Address Line 2":"","Physical Address City":"LABELLE","Physical Address State":"FL ","Physical Address Zipcode":"33935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30653689017063207,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200750","School District Name":"HARDEE","Physical Address Line 1":"1009 N 6TH AVE","Physical Address Line 2":"","Physical Address City":"WAUCHULA","Physical Address State":"FL ","Physical Address Zipcode":"33873","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24462680734661976,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200720","School District Name":"HAMILTON","Physical Address Line 1":"5683 US HIGHWAY 129 S STE 1","Physical Address Line 2":"","Physical Address City":"JASPER","Physical Address State":"FL ","Physical Address Zipcode":"32052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3209068010075567,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200690","School District Name":"GULF","Physical Address Line 1":"150 MIDDLE SCHOOL RD","Physical Address Line 2":"","Physical Address City":"PORT ST JOE","Physical Address State":"FL ","Physical Address Zipcode":"32456","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22411953041622198,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200660","School District Name":"GLADES","Physical Address Line 1":"400 10TH ST SW","Physical Address Line 2":"","Physical Address City":"MOORE HAVEN","Physical Address State":"FL ","Physical Address Zipcode":"33471","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20189274447949526,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200630","School District Name":"GILCHRIST","Physical Address Line 1":"310 NW 11TH AVE","Physical Address Line 2":"","Physical Address City":"TRENTON","Physical Address State":"FL ","Physical Address Zipcode":"32693","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2165582067968185,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200600","School District Name":"GADSDEN","Physical Address Line 1":"35 MARTIN LUTHER KING JR BLVD","Physical Address Line 2":"","Physical Address City":"QUINCY","Physical Address State":"FL ","Physical Address Zipcode":"32351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.32112436115843274,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200570","School District Name":"FRANKLIN","Physical Address Line 1":"85 SCHOOL RD STE 1","Physical Address Line 2":"","Physical Address City":"EASTPOINT","Physical Address State":"FL ","Physical Address Zipcode":"32328","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2824817518248175,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200540","School District Name":"FLAGLER","Physical Address Line 1":"1769 E MOODY BLVD BLDG 2","Physical Address Line 2":"","Physical Address City":"BUNNELL","Physical Address State":"FL ","Physical Address Zipcode":"32110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14898450026723678,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1200510","School District Name":"ESCAMBIA","Physical Address Line 1":"75 N PACE BLVD","Physical Address Line 2":"","Physical Address City":"PENSACOLA","Physical Address State":"FL ","Physical Address Zipcode":"32505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18249911327171442,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1200480","School District Name":"DUVAL","Physical Address Line 1":"1701 PRUDENTIAL DR","Physical Address Line 2":"","Physical Address City":"JACKSONVILLE","Physical Address State":"FL ","Physical Address Zipcode":"32207","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22236846413253447,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200450","School District Name":"DIXIE","Physical Address Line 1":"16077 NE 19 HWY BLDG 2","Physical Address Line 2":"","Physical Address City":"CROSS CITY","Physical Address State":"FL ","Physical Address Zipcode":"32628","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2954446854663774,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200420","School District Name":"DESOTO","Physical Address Line 1":"530 LASOLONA AVE","Physical Address Line 2":"","Physical Address City":"ARCADIA","Physical Address State":"FL ","Physical Address Zipcode":"34266","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.248946763692072,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200390","School District Name":"MIAMI-DADE","Physical Address Line 1":"1450 NE 2ND AVE # 912","Physical Address Line 2":"","Physical Address City":"MIAMI","Physical Address State":"FL ","Physical Address Zipcode":"33132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17967982150470108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1200360","School District Name":"COLUMBIA","Physical Address Line 1":"372 W DUVAL ST","Physical Address Line 2":"","Physical Address City":"LAKE CITY","Physical Address State":"FL ","Physical Address Zipcode":"32055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21217920835145715,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200330","School District Name":"COLLIER","Physical Address Line 1":"5775 OSCEOLA TRL","Physical Address Line 2":"","Physical Address City":"NAPLES","Physical Address State":"FL ","Physical Address Zipcode":"34109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13721816122722125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1200300","School District Name":"CLAY","Physical Address Line 1":"900 WALNUT ST","Physical Address Line 2":"","Physical Address City":"GREEN COVE SPRINGS","Physical Address State":"FL ","Physical Address Zipcode":"32043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12054386100187627,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1200270","School District Name":"CITRUS","Physical Address Line 1":"1007 W MAIN ST","Physical Address Line 2":"","Physical Address City":"INVERNESS","Physical Address State":"FL ","Physical Address Zipcode":"34450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2249065115450822,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200240","School District Name":"CHARLOTTE","Physical Address Line 1":"1445 EDUCATION WAY","Physical Address Line 2":"","Physical Address City":"PORT CHARLOTTE","Physical Address State":"FL ","Physical Address Zipcode":"33948","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.14199184624344788,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1200210","School District Name":"CALHOUN","Physical Address Line 1":"20859 CENTRAL AVE E RM G20","Physical Address Line 2":"","Physical Address City":"BLOUNTSTOWN","Physical Address State":"FL ","Physical Address Zipcode":"32424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2573044297832234,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200180","School District Name":"BROWARD","Physical Address Line 1":"600 SE 3RD AVE FL 10","Physical Address Line 2":"","Physical Address City":"FORT LAUDERDALE","Physical Address State":"FL ","Physical Address Zipcode":"33301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13620946726486313,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1200150","School District Name":"BREVARD","Physical Address Line 1":"2700 JUDGE FRAN JAMIESON WAY","Physical Address Line 2":"","Physical Address City":"VIERA","Physical Address State":"FL ","Physical Address Zipcode":"32940","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12801551703236755,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1200120","School District Name":"BRADFORD","Physical Address Line 1":"501 W WASHINGTON ST","Physical Address Line 2":"","Physical Address City":"STARKE","Physical Address State":"FL ","Physical Address Zipcode":"32091","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20847967887606622,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1200090","School District Name":"BAY","Physical Address Line 1":"1311 BALBOA AVE","Physical Address Line 2":"","Physical Address City":"PANAMA CITY","Physical Address State":"FL ","Physical Address Zipcode":"32401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1840366039654296,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1200083","School District Name":"KIPP CHARTER","Physical Address Line 1":"3400 NW 87TH ST","Physical Address Line 2":"","Physical Address City":"MIAMI","Physical Address State":"FL ","Physical Address Zipcode":"33147","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1200082","School District Name":"UCP","Physical Address Line 1":"3305 S ORANGE AVENUE","Physical Address Line 2":"","Physical Address City":"ORLANDO","Physical Address State":"FL ","Physical Address Zipcode":"32806","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1200081","School District Name":"SOUTH TECH ACADEMY","Physical Address Line 1":"1300 SW 30TH AVENUE","Physical Address Line 2":"","Physical Address City":"BOYNTON BEACH","Physical Address State":"FL ","Physical Address Zipcode":"33426","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1200080","School District Name":"LAKE WALES CHARTER SCHOOLS","Physical Address Line 1":"151 CENTRAL AVENUE EAST","Physical Address Line 2":"","Physical Address City":"LAKE WALES","Physical Address State":"FL ","Physical Address Zipcode":"33853","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1200060","School District Name":"BAKER","Physical Address Line 1":"270 SOUTH BLVD E","Physical Address Line 2":"","Physical Address City":"MACCLENNY","Physical Address State":"FL ","Physical Address Zipcode":"32063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18150222050588916,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1200030","School District Name":"ALACHUA","Physical Address Line 1":"620 E UNIVERSITY AVE","Physical Address Line 2":"","Physical Address City":"GAINESVILLE","Physical Address State":"FL ","Physical Address Zipcode":"32601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.13932295386373375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1200002","School District Name":"FL VIRTUAL","Physical Address Line 1":"2145 METROCENTER BLVD STE 100","Physical Address Line 2":"","Physical Address City":"ORLANDO","Physical Address State":"FL ","Physical Address Zipcode":"32835","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100115","School District Name":"Social Justice PCS","Physical Address Line 1":"2202 15TH STREET NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20018","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100114","School District Name":"I Dream PCS","Physical Address Line 1":"2220 BRANCH AVENUE SE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100113","School District Name":"Girls Global Academy PCS","Physical Address Line 1":"733 8th St NW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100112","School District Name":"Capital Village PCS","Physical Address Line 1":"705 EDGEWOOD STREET NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100111","School District Name":"The Sojourner Truth School PCS","Physical Address Line 1":"3025 4TH STREET NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100110","School District Name":"Statesmen College Preparatory Academy for Boys PCS","Physical Address Line 1":"1805 7th Street NW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100109","School District Name":"Digital Pioneers Academy PCS","Physical Address Line 1":"709 12TH STREET SE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100106","School District Name":"Rocketship Education DC PCS","Physical Address Line 1":"2335 Raynolds Place SE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100105","School District Name":"Goodwill Excel Center PCS","Physical Address Line 1":"1140 3RD STREET NE SUITE #350","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20002","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100104","School District Name":"Breakthrough Montessori PCS","Physical Address Line 1":"1244 Taylor St NW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100103","School District Name":"Washington Leadership Academy PCS","Physical Address Line 1":"3015 4th St NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100102","School District Name":"Washington Global PCS","Physical Address Line 1":"525 School St SW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20024","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100101","School District Name":"The Children's Guild DC PCS","Physical Address Line 1":"2146 24th Place NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20018","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100100","School District Name":"Monument Academy PCS","Physical Address Line 1":"500 19th St NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20002","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100099","School District Name":"Kingsman Academy PCS","Physical Address Line 1":"1375 E St NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20002","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100097","School District Name":"District of Columbia International School","Physical Address Line 1":"1400 Main Drive NW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20012","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100096","School District Name":"Harmony DC PCS","Physical Address Line 1":"62 T St NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20002","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100093","School District Name":"Lee Montessori PCS","Physical Address Line 1":"2220 BRANCH AVENUE SE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100090","School District Name":"Ingenuity Prep PCS","Physical Address Line 1":"4600 Livingston Rd SE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20032","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100088","School District Name":"Sela PCS","Physical Address Line 1":"6015 Chillum Pl NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100087","School District Name":"DYRS","Physical Address Line 1":"8400 River Rd","Physical Address Line 2":"","Physical Address City":"LAUREL","Physical Address State":"MD ","Physical Address Zipcode":"20724","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100086","School District Name":"Mundo Verde Bilingual PCS","Physical Address Line 1":"30 P St NW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100085","School District Name":"DC Scholars PCS","Physical Address Line 1":"5601 E Capitol SE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20019","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100084","School District Name":"Creative Minds International PCS","Physical Address Line 1":"3700 North Capitol St NW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100083","School District Name":"BASIS DC PCS","Physical Address Line 1":"410 8th St NW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100082","School District Name":"Richard Wright PCS for Journalism and Media Arts","Physical Address Line 1":"475 SCHOOL STREET SW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20024","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100081","School District Name":"Shining Stars Montessori Academy PCS","Physical Address Line 1":"1240 Randolph St NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100080","School District Name":"Inspired Teaching Demonstration PCS","Physical Address Line 1":"200 Douglas Street NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20002","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100077","School District Name":"Washington Yu Ying PCS","Physical Address Line 1":"220 Taylor St NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100073","School District Name":"Center City PCS","Physical Address Line 1":"900 2nd Street NE Suite 221","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100072","School District Name":"Achievement Preparatory Academy PCS","Physical Address Line 1":"908 Wahler Pl SE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20032","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100064","School District Name":"St. Coletta Special Education PCS","Physical Address Line 1":"1901 Independence Ave SE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100058","School District Name":"Howard University Middle School of Math and Science PCS","Physical Address Line 1":"405 Howard Pl NW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20059","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100057","School District Name":"Early Childhood Academy PCS","Physical Address Line 1":"885 BARNABY STREET SE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20032","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100055","School District Name":"Bridges PCS","Physical Address Line 1":"100 Gallatin St NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100051","School District Name":"Hope Community PCS","Physical Address Line 1":"2917 8th St NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100049","School District Name":"Eagle Academy PCS","Physical Address Line 1":"400 VIRGINIA AVENUE SW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20024","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100048","School District Name":"DC Prep PCS","Physical Address Line 1":"707 Edgewood St NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100045","School District Name":"Two Rivers PCS","Physical Address Line 1":"1227 4th St NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20002","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100044","School District Name":"Mary McLeod Bethune Day Academy PCS","Physical Address Line 1":"1404 Jackson St NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100043","School District Name":"E.L. Haynes PCS","Physical Address Line 1":"3600 Georgia Ave NW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20010","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100042","School District Name":"DC Bilingual PCS","Physical Address Line 1":"33 Riggs Rd NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100039","School District Name":"Paul PCS","Physical Address Line 1":"5800 8th St NW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100035","School District Name":"Capital City PCS","Physical Address Line 1":"100 Peabody St NW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100034","School District Name":"Thurgood Marshall Academy PCS","Physical Address Line 1":"2427 Martin Luther King Jr Av SE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100032","School District Name":"Latin American Montessori Bilingual PCS","Physical Address Line 1":"5000 14TH STREET NW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100031","School District Name":"KIPP DC PCS","Physical Address Line 1":"2600 Virginia Ave NW Suite 900","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100030","School District Name":"District of Columbia Public Schools","Physical Address Line 1":"1200 First St NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22943438701810337,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1100029","School District Name":"Cedar Tree Academy PCS","Physical Address Line 1":"701 Howard Rd SE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100022","School District Name":"SEED PCS","Physical Address Line 1":"4300 C St SE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20019","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100020","School District Name":"Roots PCS","Physical Address Line 1":"15 Kennedy St NW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100019","School District Name":"Washington Latin PCS","Physical Address Line 1":"5200 2nd St NW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100015","School District Name":"Meridian PCS","Physical Address Line 1":"2120 13th St NW","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20009","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100014","School District Name":"Maya Angelou PCS","Physical Address Line 1":"5600 EAST CAPITOL STREET NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20019","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100013","School District Name":"IDEA PCS","Physical Address Line 1":"1027 45th St NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20019","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100011","School District Name":"Perry Street Preparatory PCS","Physical Address Line 1":"1800 Perry St NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20018","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100009","School District Name":"Elsie Whitlow Stokes Community Freedom PCS","Physical Address Line 1":"3700 Oakview Terrace NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100008","School District Name":"Friendship PCS","Physical Address Line 1":"1400 First St NW Suite 300","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1100005","School District Name":"Cesar Chavez PCS for Public Policy","Physical Address Line 1":"3701 Hayes St NE","Physical Address Line 2":"","Physical Address City":"WASHINGTON","Physical Address State":"DC ","Physical Address Zipcode":"20019","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1001850","School District Name":"Woodbridge School District","Physical Address Line 1":"16359 Sussex Highway","Physical Address Line 2":"","Physical Address City":"Bridgeville","Physical Address State":"DE ","Physical Address Zipcode":"19933","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20265339966832505,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1001680","School District Name":"Sussex Technical School District","Physical Address Line 1":"17137 County Seat Highway","Physical Address Line 2":"","Physical Address City":"Georgetown","Physical Address State":"DE ","Physical Address Zipcode":"19947","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"1001620","School District Name":"Smyrna School District","Physical Address Line 1":"82 Monrovia Avenue","Physical Address Line 2":"","Physical Address City":"Smyrna","Physical Address State":"DE ","Physical Address Zipcode":"19977","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09520725388601037,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1001530","School District Name":"Seaford School District","Physical Address Line 1":"390 North Market Street Extend","Physical Address Line 2":"","Physical Address City":"Seaford","Physical Address State":"DE ","Physical Address Zipcode":"19973","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18998048145738453,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1001300","School District Name":"Red Clay Consolidated School District","Physical Address Line 1":"1502 Spruce Avenue","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12189501820360385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1001280","School District Name":"New Castle County Vocational-Technical School District","Physical Address Line 1":"1417 Newport Road","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1001240","School District Name":"Brandywine School District","Physical Address Line 1":"1311 Brandywine Boulevard","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19809","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12171322160148976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1001080","School District Name":"Milford School District","Physical Address Line 1":"906 Lakeview Avenue","Physical Address Line 2":"","Physical Address City":"Milford","Physical Address State":"DE ","Physical Address Zipcode":"19963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1452599388379205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1000810","School District Name":"Laurel School District","Physical Address Line 1":"1160 South Central Avenue","Physical Address Line 2":"","Physical Address City":"Laurel","Physical Address State":"DE ","Physical Address Zipcode":"19956","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1878489326765189,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1000790","School District Name":"Lake Forest School District","Physical Address Line 1":"5423 Killens Pond Road","Physical Address Line 2":"","Physical Address City":"Felton","Physical Address State":"DE ","Physical Address Zipcode":"19943","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15029761904761904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1000750","School District Name":"POLYTECH School District","Physical Address Line 1":"823 Walnut Shade Road","Physical Address Line 2":"","Physical Address City":"Woodside","Physical Address State":"DE ","Physical Address Zipcode":"19980","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000680","School District Name":"Indian River School District","Physical Address Line 1":"31 Hosier Street","Physical Address Line 2":"","Physical Address City":"Selbyville","Physical Address State":"DE ","Physical Address Zipcode":"19975","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16744490100859172,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1000270","School District Name":"Delmar School District","Physical Address Line 1":"200 North Eighth Street","Physical Address Line 2":"","Physical Address City":"Delmar","Physical Address State":"DE ","Physical Address Zipcode":"19940","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.14403600900225055,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1000230","School District Name":"Colonial School District","Physical Address Line 1":"318 East Basin Road","Physical Address Line 2":"","Physical Address City":"New Castle","Physical Address State":"DE ","Physical Address Zipcode":"19720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1468551438566431,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1000200","School District Name":"Christina School District","Physical Address Line 1":"600 N. Lombard Street","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1465414830427285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1000190","School District Name":"Capital School District","Physical Address Line 1":"198 Commerce Way","Physical Address Line 2":"","Physical Address City":"Dover","Physical Address State":"DE ","Physical Address Zipcode":"19904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1933498866457951,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1000180","School District Name":"Caesar Rodney School District","Physical Address Line 1":"7 Front Street","Physical Address Line 2":"","Physical Address City":"Wyoming","Physical Address State":"DE ","Physical Address Zipcode":"19934","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12225526075022873,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1000170","School District Name":"Cape Henlopen School District","Physical Address Line 1":"1270 Kings Hwy","Physical Address Line 2":"","Physical Address City":"Lewes","Physical Address State":"DE ","Physical Address Zipcode":"19958","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12386756712238511,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1000080","School District Name":"Appoquinimink School District","Physical Address Line 1":"313 South Fifth Street","Physical Address Line 2":"","Physical Address City":"Odessa","Physical Address State":"DE ","Physical Address Zipcode":"19730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0551089748901964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"1000063","School District Name":"Sussex Montessori School","Physical Address Line 1":"3029 Bowlerama Drive","Physical Address Line 2":"","Physical Address City":"New Castle","Physical Address State":"DE ","Physical Address Zipcode":"19720","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000062","School District Name":"Great Oaks Charter School","Physical Address Line 1":"1200 North French St","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19801","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000059","School District Name":"Freire Charter School Wilmington","Physical Address Line 1":"201 W 14th Street","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19801","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000057","School District Name":"First State Military Academy","Physical Address Line 1":"355 West Duck Creek Road","Physical Address Line 2":"","Physical Address City":"Clayton","Physical Address State":"DE ","Physical Address Zipcode":"19938","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000055","School District Name":"Early College High School at Del State","Physical Address Line 1":"1570 North DuPont Highway","Physical Address Line 2":"","Physical Address City":"Dover","Physical Address State":"DE ","Physical Address Zipcode":"19901","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000054","School District Name":"First State Montessori Academy","Physical Address Line 1":"1000 N. French Street","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19801","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000053","School District Name":"Academia Antonia Alonso","Physical Address Line 1":"4403 Lancaster Pike","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19805","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000052","School District Name":"Gateway Lab School","Physical Address Line 1":"2501 Centerville Road","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19808","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000050","School District Name":"Las Americas Aspira Academy","Physical Address Line 1":"326 Ruthar Drive","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"DE ","Physical Address Zipcode":"19711","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000026","School District Name":"Odyssey Charter School","Physical Address Line 1":"Building 22","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19805","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000024","School District Name":"Charter School of New Castle","Physical Address Line 1":"170 Lukens Drive","Physical Address Line 2":"","Physical Address City":"New Castle","Physical Address State":"DE ","Physical Address Zipcode":"19720","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000022","School District Name":"Dept. of Svs. for Children Youth & Their Families","Physical Address Line 1":"1825 Faulkland Road","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000021","School District Name":"Corrections - DOE","Physical Address Line 1":"245 McKee Road","Physical Address Line 2":"","Physical Address City":"Dover","Physical Address State":"DE ","Physical Address Zipcode":"19904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000020","School District Name":"Delaware Adolescent Program Inc. (DAPI)","Physical Address Line 1":"2900 N Van Buren Street","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19711","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000019","School District Name":"MOT Charter School","Physical Address Line 1":"1156 Levels Road","Physical Address Line 2":"","Physical Address City":"Middletown","Physical Address State":"DE ","Physical Address Zipcode":"19709","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000018","School District Name":"Providence Creek Academy Charter School","Physical Address Line 1":"273 Duck Creek Road","Physical Address Line 2":"","Physical Address City":"Clayton","Physical Address State":"DE ","Physical Address Zipcode":"19938","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000017","School District Name":"Academy of Dover Charter School","Physical Address Line 1":"104 Saulsbury Road","Physical Address Line 2":"","Physical Address City":"Dover","Physical Address State":"DE ","Physical Address Zipcode":"19904","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000016","School District Name":"Delaware Military Academy","Physical Address Line 1":"112 Middleboro Road","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19804","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000015","School District Name":"Newark Charter School","Physical Address Line 1":"200 McIntire Drive","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"DE ","Physical Address Zipcode":"19711","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000014","School District Name":"Kuumba Academy Charter School","Physical Address Line 1":"1200 North French Street","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19801","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000011","School District Name":"Sussex Academy","Physical Address Line 1":"21150 Airport","Physical Address Line 2":"","Physical Address City":"Georgetown","Physical Address State":"DE ","Physical Address Zipcode":"19947","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000010","School District Name":"Edison (Thomas A.) Charter School","Physical Address Line 1":"2200 North Locust Street","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19802","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000007","School District Name":"Campus Community School","Physical Address Line 1":"350 Pear Street","Physical Address Line 2":"","Physical Address City":"Dover","Physical Address State":"DE ","Physical Address Zipcode":"19904","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000006","School District Name":"East Side Charter School","Physical Address Line 1":"3000 North Claymont Street","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19802","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000005","School District Name":"Positive Outcomes Charter School","Physical Address Line 1":"3337 South DuPont Highway","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"DE ","Physical Address Zipcode":"19934","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"1000004","School District Name":"Charter School of Wilmington","Physical Address Line 1":"100 North duPont Road","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"DE ","Physical Address Zipcode":"19807","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0905373","School District Name":"The Woodstock Academy District","Physical Address Line 1":"57 Academy Road","Physical Address Line 2":"","Physical Address City":"Woodstock","Physical Address State":"CT ","Physical Address Zipcode":"06281","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0905372","School District Name":"The Gilbert School District","Physical Address Line 1":"200 Williams Avenue","Physical Address Line 2":"","Physical Address City":"Winsted","Physical Address State":"CT ","Physical Address Zipcode":"06098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0905371","School District Name":"Norwich Free Academy District","Physical Address Line 1":"305 Broadway","Physical Address Line 2":"","Physical Address City":"Norwich","Physical Address State":"CT ","Physical Address Zipcode":"06360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0905370","School District Name":"Woodstock School District","Physical Address Line 1":"147 A Route 169","Physical Address Line 2":"","Physical Address City":"Woodstock","Physical Address State":"CT ","Physical Address Zipcode":"06281","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0705521472392638,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0905310","School District Name":"Woodbridge School District","Physical Address Line 1":"40 Beecher Road","Physical Address Line 2":"","Physical Address City":"Woodbridge","Physical Address State":"CT ","Physical Address Zipcode":"06525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.043235704323570434,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0905280","School District Name":"Wolcott School District","Physical Address Line 1":"1488 Woodtick Road","Physical Address Line 2":"","Physical Address City":"Wolcott","Physical Address State":"CT ","Physical Address Zipcode":"06716","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.055855855855855854,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0905250","School District Name":"Windsor Locks School District","Physical Address Line 1":"58 South Elm Street","Physical Address Line 2":"","Physical Address City":"Windsor Locks","Physical Address State":"CT ","Physical Address Zipcode":"06096","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0991404011461318,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0905220","School District Name":"Windsor School District","Physical Address Line 1":"601 Matianuck Avenue","Physical Address Line 2":"","Physical Address City":"Windsor","Physical Address State":"CT ","Physical Address Zipcode":"06095","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.089058524173028,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0905190","School District Name":"Windham School District","Physical Address Line 1":"355 High Street - Unit B","Physical Address Line 2":"","Physical Address City":"Willimantic","Physical Address State":"CT ","Physical Address Zipcode":"06226","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20571077678845565,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0905160","School District Name":"Winchester School District","Physical Address Line 1":"338 Main Street","Physical Address Line 2":"","Physical Address City":"Winsted","Physical Address State":"CT ","Physical Address Zipcode":"06098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12481089258698941,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0905130","School District Name":"Wilton School District","Physical Address Line 1":"395 Danbury Road","Physical Address Line 2":"","Physical Address City":"Wilton","Physical Address State":"CT ","Physical Address Zipcode":"06897","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.029917550058892815,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0905100","School District Name":"Willington School District","Physical Address Line 1":"40A Old Farms Road","Physical Address Line 2":"","Physical Address City":"Willington","Physical Address State":"CT ","Physical Address Zipcode":"06279","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06557377049180328,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0905070","School District Name":"Wethersfield School District","Physical Address Line 1":"127 Hartford Avenue","Physical Address Line 2":"","Physical Address City":"Wethersfield","Physical Address State":"CT ","Physical Address Zipcode":"06109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05807478122513922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0905040","School District Name":"Westport School District","Physical Address Line 1":"110 Myrtle Avenue","Physical Address Line 2":"","Physical Address City":"Westport","Physical Address State":"CT ","Physical Address Zipcode":"06880","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.039925562510573505,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0905010","School District Name":"Weston School District","Physical Address Line 1":"24 School Road","Physical Address Line 2":"","Physical Address City":"Weston","Physical Address State":"CT ","Physical Address Zipcode":"06883","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.032971295577967415,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904980","School District Name":"Westbrook School District","Physical Address Line 1":"158 McVeagh Road","Physical Address Line 2":"","Physical Address City":"Westbrook","Physical Address State":"CT ","Physical Address Zipcode":"06498","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0683453237410072,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904950","School District Name":"West Haven School District","Physical Address Line 1":"355 Main Street","Physical Address Line 2":"","Physical Address City":"West Haven","Physical Address State":"CT ","Physical Address Zipcode":"06516","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16110344827586207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904920","School District Name":"West Hartford School District","Physical Address Line 1":"50 South Main Street","Physical Address Line 2":"","Physical Address City":"West Hartford","Physical Address State":"CT ","Physical Address Zipcode":"06107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0626611144160222,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904890","School District Name":"Watertown School District","Physical Address Line 1":"10 DeForest Street","Physical Address Line 2":"","Physical Address City":"Watertown","Physical Address State":"CT ","Physical Address Zipcode":"06795","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.059208261617900174,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904860","School District Name":"Waterford School District","Physical Address Line 1":"15 Rope Ferry Road","Physical Address Line 2":"","Physical Address City":"Waterford","Physical Address State":"CT ","Physical Address Zipcode":"06385","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0655260283946123,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904830","School District Name":"Waterbury School District","Physical Address Line 1":"236 Grand Street","Physical Address Line 2":"","Physical Address City":"Waterbury","Physical Address State":"CT ","Physical Address Zipcode":"06702","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.24094895435124802,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0904740","School District Name":"Wallingford School District","Physical Address Line 1":"100 South Turnpike Road","Physical Address Line 2":"","Physical Address City":"Wallingford","Physical Address State":"CT ","Physical Address Zipcode":"06492","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06074027206580196,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904710","School District Name":"Voluntown School District","Physical Address Line 1":"195 Main Street","Physical Address Line 2":"","Physical Address City":"Voluntown","Physical Address State":"CT ","Physical Address Zipcode":"06384","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07277628032345014,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904680","School District Name":"Vernon School District","Physical Address Line 1":"30 Park Street","Physical Address Line 2":"","Physical Address City":"Vernon","Physical Address State":"CT ","Physical Address Zipcode":"06066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10957217605417051,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904650","School District Name":"Union School District","Physical Address Line 1":"18 Kinney Hollow Road","Physical Address Line 2":"","Physical Address City":"Union","Physical Address State":"CT ","Physical Address Zipcode":"06076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06363636363636363,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0904620","School District Name":"Trumbull School District","Physical Address Line 1":"6254 Main Street","Physical Address Line 2":"","Physical Address City":"Trumbull","Physical Address State":"CT ","Physical Address Zipcode":"06611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0407380073800738,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904590","School District Name":"Torrington School District","Physical Address Line 1":"355 Migeon Avenue","Physical Address Line 2":"","Physical Address City":"Torrington","Physical Address State":"CT ","Physical Address Zipcode":"06790","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1440697948597029,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904560","School District Name":"Tolland School District","Physical Address Line 1":"51 Tolland Grn","Physical Address Line 2":"","Physical Address City":"Tolland","Physical Address State":"CT ","Physical Address Zipcode":"06084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.018539538403329548,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904530","School District Name":"Thompson School District","Physical Address Line 1":"785 Riverside Drive","Physical Address Line 2":"","Physical Address City":"North Grosvenor Dale","Physical Address State":"CT ","Physical Address Zipcode":"06255","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05793991416309013,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904500","School District Name":"Thomaston School District","Physical Address Line 1":"185 Branch Road","Physical Address Line 2":"","Physical Address City":"Thomaston","Physical Address State":"CT ","Physical Address Zipcode":"06787","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.057116953762466005,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904470","School District Name":"Suffield School District","Physical Address Line 1":"350 Mountain Road","Physical Address Line 2":"","Physical Address City":"Suffield","Physical Address State":"CT ","Physical Address Zipcode":"06078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04175634954799828,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904440","School District Name":"Stratford School District","Physical Address Line 1":"1000 East Broadway","Physical Address Line 2":"","Physical Address City":"Stratford","Physical Address State":"CT ","Physical Address Zipcode":"06615","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11864406779661017,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904380","School District Name":"Stonington School District","Physical Address Line 1":"40 Field Street","Physical Address Line 2":"","Physical Address City":"Pawcatuck","Physical Address State":"CT ","Physical Address Zipcode":"06379","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06354249404289118,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904350","School District Name":"Sterling School District","Physical Address Line 1":"251 Sterling Road","Physical Address Line 2":"","Physical Address City":"Sterling","Physical Address State":"CT ","Physical Address Zipcode":"06377","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08842443729903537,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904320","School District Name":"Stamford School District","Physical Address Line 1":"888 Washingto Boulevard","Physical Address Line 2":"","Physical Address City":"Stamford","Physical Address State":"CT ","Physical Address Zipcode":"06901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1376750867951634,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904290","School District Name":"Stafford School District","Physical Address Line 1":"16 Levinthal Run","Physical Address Line 2":"","Physical Address City":"Stafford Springs","Physical Address State":"CT ","Physical Address Zipcode":"06076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07927927927927927,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904260","School District Name":"Sprague School District","Physical Address Line 1":"25 Scotland Road","Physical Address Line 2":"","Physical Address City":"Baltic","Physical Address State":"CT ","Physical Address Zipcode":"06330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08616780045351474,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904230","School District Name":"Southington School District","Physical Address Line 1":"200 North Main Street","Physical Address Line 2":"","Physical Address City":"Southington","Physical Address State":"CT ","Physical Address Zipcode":"06489","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04776785714285714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904170","School District Name":"South Windsor School District","Physical Address Line 1":"1737 Main Street","Physical Address Line 2":"","Physical Address City":"South Windsor","Physical Address State":"CT ","Physical Address Zipcode":"06074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.038280725319006045,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904140","School District Name":"Somers School District","Physical Address Line 1":"1 Vision Blvd","Physical Address Line 2":"","Physical Address City":"Somers","Physical Address State":"CT ","Physical Address Zipcode":"06071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029473684210526315,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904110","School District Name":"Simsbury School District","Physical Address Line 1":"933 Hopmeadow Street","Physical Address Line 2":"","Physical Address City":"Simsbury","Physical Address State":"CT ","Physical Address Zipcode":"06070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02937447168216399,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904080","School District Name":"Sherman School District","Physical Address Line 1":"2 Route 37 East","Physical Address Line 2":"","Physical Address City":"Sherman","Physical Address State":"CT ","Physical Address Zipcode":"06784","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0430622009569378,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904050","School District Name":"Shelton School District","Physical Address Line 1":"124 Meadow Street","Physical Address Line 2":"","Physical Address City":"Shelton","Physical Address State":"CT ","Physical Address Zipcode":"06484","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07067492882264277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0904020","School District Name":"Sharon School District","Physical Address Line 1":"80 Hilltop Road","Physical Address Line 2":"","Physical Address City":"Sharon","Physical Address State":"CT ","Physical Address Zipcode":"06069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12138728323699421,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0903990","School District Name":"Seymour School District","Physical Address Line 1":"98 Bank Street","Physical Address Line 2":"","Physical Address City":"Seymour","Physical Address State":"CT ","Physical Address Zipcode":"06483","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07207953603976802,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903960","School District Name":"Scotland School District","Physical Address Line 1":"68 Brook Road","Physical Address Line 2":"","Physical Address City":"Scotland","Physical Address State":"CT ","Physical Address Zipcode":"06264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06818181818181818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0903930","School District Name":"Salisbury School District","Physical Address Line 1":"45 Lincoln City Road","Physical Address Line 2":"","Physical Address City":"Lakeville","Physical Address State":"CT ","Physical Address Zipcode":"06039","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06274509803921569,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0903900","School District Name":"Salem School District","Physical Address Line 1":"200 Hartford Road","Physical Address Line 2":"","Physical Address City":"Salem","Physical Address State":"CT ","Physical Address Zipcode":"06420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04735376044568245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903840","School District Name":"Rocky Hill School District","Physical Address Line 1":"761 Old Main St","Physical Address Line 2":"","Physical Address City":"Rocky Hill","Physical Address State":"CT ","Physical Address Zipcode":"06067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.051008303677342826,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903810","School District Name":"Ridgefield School District","Physical Address Line 1":"70 Prospect Street","Physical Address Line 2":"","Physical Address City":"Ridgefield","Physical Address State":"CT ","Physical Address Zipcode":"06877","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.027632291854795016,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903780","School District Name":"Regional School District 09","Physical Address Line 1":"654 Morehouse Road","Physical Address Line 2":"","Physical Address City":"Easton","Physical Address State":"CT ","Physical Address Zipcode":"06612","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.034830430797433545,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903750","School District Name":"Regional School District 08","Physical Address Line 1":"85 Wall Street","Physical Address Line 2":"","Physical Address City":"Hebron","Physical Address State":"CT ","Physical Address Zipcode":"06248","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.024925816023738872,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903720","School District Name":"Regional School District 07","Physical Address Line 1":"100 Battistoni Drive","Physical Address Line 2":"","Physical Address City":"Winsted","Physical Address State":"CT ","Physical Address Zipcode":"06098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03954214360041623,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903660","School District Name":"Regional School District 05","Physical Address Line 1":"25 Newton Road","Physical Address Line 2":"","Physical Address City":"Woodbridge","Physical Address State":"CT ","Physical Address Zipcode":"06525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03017070265978563,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903630","School District Name":"Regional School District 04","Physical Address Line 1":"1 Winthrop Road","Physical Address Line 2":"","Physical Address City":"Deep River","Physical Address State":"CT ","Physical Address Zipcode":"06417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03759398496240601,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903600","School District Name":"Regional School District 01","Physical Address Line 1":"246 Warren Turnpike Road","Physical Address Line 2":"","Physical Address City":"Falls Village","Physical Address State":"CT ","Physical Address Zipcode":"06031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05811965811965812,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0903570","School District Name":"Regional School District 11","Physical Address Line 1":"304 Parish Hill Road","Physical Address Line 2":"","Physical Address City":"Chaplin","Physical Address State":"CT ","Physical Address Zipcode":"06235","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06506024096385542,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903540","School District Name":"Regional School District 18","Physical Address Line 1":"49 Lyme Street","Physical Address Line 2":"","Physical Address City":"Old Lyme","Physical Address State":"CT ","Physical Address Zipcode":"06371","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.038623595505617975,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903539","School District Name":"Regional School District 17","Physical Address Line 1":"57 Little City Road","Physical Address Line 2":"","Physical Address City":"Higganum","Physical Address State":"CT ","Physical Address Zipcode":"06441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03359410952600092,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903538","School District Name":"Regional School District 16","Physical Address Line 1":"30 Coer Road","Physical Address Line 2":"","Physical Address City":"Prospect","Physical Address State":"CT ","Physical Address Zipcode":"06712","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04376823676531888,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903537","School District Name":"Regional School District 15","Physical Address Line 1":"286 Whittemore Road","Physical Address Line 2":"","Physical Address City":"Middlebury","Physical Address State":"CT ","Physical Address Zipcode":"06762","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0296680009418413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903536","School District Name":"Regional School District 14","Physical Address Line 1":"5 Minortown Road","Physical Address Line 2":"","Physical Address City":"Woodbury","Physical Address State":"CT ","Physical Address Zipcode":"06798","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.050799086757990865,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903535","School District Name":"Regional School District 13","Physical Address Line 1":"135-A Pickett Lane","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"CT ","Physical Address Zipcode":"06422","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03485254691689008,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903530","School District Name":"Regional School District 12","Physical Address Line 1":"11A School Street","Physical Address Line 2":"","Physical Address City":"Washington Depot","Physical Address State":"CT ","Physical Address Zipcode":"06794","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.052808988764044947,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903520","School District Name":"Regional School District 10","Physical Address Line 1":"24 Lyon Road","Physical Address Line 2":"","Physical Address City":"Burlington","Physical Address State":"CT ","Physical Address Zipcode":"06013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.02531645569620253,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903515","School District Name":"Regional School District 06","Physical Address Line 1":"35 Wamogo Road","Physical Address Line 2":"","Physical Address City":"Litchfield","Physical Address State":"CT ","Physical Address Zipcode":"06759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05491990846681922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903512","School District Name":"EdAdvance","Physical Address Line 1":"355 Goshen Road","Physical Address Line 2":"","Physical Address City":"Litchfield","Physical Address State":"CT ","Physical Address Zipcode":"06759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0903510","School District Name":"Redding School District","Physical Address Line 1":"654 Morehouse Road","Physical Address Line 2":"","Physical Address City":"Easton","Physical Address State":"CT ","Physical Address Zipcode":"06612","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.040160642570281124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903480","School District Name":"Putnam School District","Physical Address Line 1":"152 Woodstock Avenue","Physical Address Line 2":"","Physical Address City":"Putnam","Physical Address State":"CT ","Physical Address Zipcode":"06260","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12965722801788376,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903450","School District Name":"Learn","Physical Address Line 1":"44 Hatchetts Hill Road","Physical Address Line 2":"","Physical Address City":"Old Lyme","Physical Address State":"CT ","Physical Address Zipcode":"06371","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0903420","School District Name":"Preston School District","Physical Address Line 1":"325 Shetucket Turnpike","Physical Address Line 2":"","Physical Address City":"Preston","Physical Address State":"CT ","Physical Address Zipcode":"06365","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0782472613458529,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903390","School District Name":"Portland School District","Physical Address Line 1":"33 East Main Street","Physical Address Line 2":"","Physical Address City":"Portland","Physical Address State":"CT ","Physical Address Zipcode":"06480","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05491990846681922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903360","School District Name":"Pomfret School District","Physical Address Line 1":"20 Pomfret Street","Physical Address Line 2":"","Physical Address City":"Pomfret Center","Physical Address State":"CT ","Physical Address Zipcode":"06259","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903330","School District Name":"Plymouth School District","Physical Address Line 1":"27 N Harwinton Ave","Physical Address Line 2":"","Physical Address City":"Terryville","Physical Address State":"CT ","Physical Address Zipcode":"06786","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0870105655686762,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903300","School District Name":"Plainville School District","Physical Address Line 1":"1 Central Square","Physical Address Line 2":"","Physical Address City":"Plainville","Physical Address State":"CT ","Physical Address Zipcode":"06062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09562607204116638,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903270","School District Name":"Plainfield School District","Physical Address Line 1":"651 Norwich Road","Physical Address Line 2":"","Physical Address City":"Plainfield","Physical Address State":"CT ","Physical Address Zipcode":"06374","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11776945484810654,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903240","School District Name":"Oxford School District","Physical Address Line 1":"462 Oxford Road","Physical Address Line 2":"","Physical Address City":"Oxford","Physical Address State":"CT ","Physical Address Zipcode":"06478","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03092293054234063,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903210","School District Name":"Orange School District","Physical Address Line 1":"637 Orange Center Road","Physical Address Line 2":"","Physical Address City":"Orange","Physical Address State":"CT ","Physical Address Zipcode":"06477","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.039198606271777,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903180","School District Name":"Old Saybrook School District","Physical Address Line 1":"50 Sheffield Street","Physical Address Line 2":"","Physical Address City":"Old Saybrook","Physical Address State":"CT ","Physical Address Zipcode":"06475","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0475448168355417,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903120","School District Name":"Norwich School District","Physical Address Line 1":"90 Town Street","Physical Address Line 2":"","Physical Address City":"Norwich","Physical Address State":"CT ","Physical Address Zipcode":"06360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18901890189018902,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903090","School District Name":"Norwalk School District","Physical Address Line 1":"125 East Avenue","Physical Address Line 2":"","Physical Address City":"Norwalk","Physical Address State":"CT ","Physical Address Zipcode":"06852","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1522248243559719,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903060","School District Name":"North Stonington School District","Physical Address Line 1":"298 Norwich/Westerly Road","Physical Address Line 2":"","Physical Address City":"North Stonington","Physical Address State":"CT ","Physical Address Zipcode":"06359","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.042953020134228186,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903030","School District Name":"North Haven School District","Physical Address Line 1":"5 Linsley Street","Physical Address Line 2":"","Physical Address City":"North Haven","Physical Address State":"CT ","Physical Address Zipcode":"06473","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04838247924420269,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0903000","School District Name":"North Canaan School District","Physical Address Line 1":"90 Pease Street","Physical Address Line 2":"","Physical Address City":"Canaan","Physical Address State":"CT ","Physical Address Zipcode":"06018","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09737827715355805,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0902970","School District Name":"North Branford School District","Physical Address Line 1":"1332 Middletown Avenue","Physical Address Line 2":"","Physical Address City":"Northford","Physical Address State":"CT ","Physical Address Zipcode":"06472","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0387038703870387,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902940","School District Name":"Norfolk School District","Physical Address Line 1":"128 Greenwoods Rd East","Physical Address Line 2":"","Physical Address City":"Norfolk","Physical Address State":"CT ","Physical Address Zipcode":"06058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0761904761904762,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0902910","School District Name":"Newtown School District","Physical Address Line 1":"3 Primrose Street","Physical Address Line 2":"","Physical Address City":"Newtown","Physical Address State":"CT ","Physical Address Zipcode":"06470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.03529207232267038,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902880","School District Name":"Newington School District","Physical Address Line 1":"131 Cedar Street","Physical Address Line 2":"","Physical Address City":"Newington","Physical Address State":"CT ","Physical Address Zipcode":"06111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07254138266796495,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902850","School District Name":"New Milford School District","Physical Address Line 1":"50 East Street","Physical Address Line 2":"","Physical Address City":"New Milford","Physical Address State":"CT ","Physical Address Zipcode":"06776","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06468531468531469,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902820","School District Name":"New London School District","Physical Address Line 1":"134 Williams Street","Physical Address Line 2":"","Physical Address City":"New London","Physical Address State":"CT ","Physical Address Zipcode":"06320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.23760330578512398,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0902790","School District Name":"New Haven School District","Physical Address Line 1":"54 Meadow Street","Physical Address Line 2":"","Physical Address City":"New Haven","Physical Address State":"CT ","Physical Address Zipcode":"06519","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.23641137366627563,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0902760","School District Name":"New Hartford School District","Physical Address Line 1":"530 Main Street","Physical Address Line 2":"","Physical Address City":"New Hartford","Physical Address State":"CT ","Physical Address Zipcode":"06057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04642166344294004,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902730","School District Name":"New Fairfield School District","Physical Address Line 1":"3 Brush Hill Road","Physical Address Line 2":"","Physical Address City":"New Fairfield","Physical Address State":"CT ","Physical Address Zipcode":"06812","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07740152038700761,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902700","School District Name":"New Canaan School District","Physical Address Line 1":"39 Locust Avenue","Physical Address Line 2":"","Physical Address City":"New Canaan","Physical Address State":"CT ","Physical Address Zipcode":"06840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04277070728145212,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902670","School District Name":"New Britain School District","Physical Address Line 1":"272 Main St","Physical Address Line 2":"","Physical Address City":"New Britain","Physical Address State":"CT ","Physical Address Zipcode":"06050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2593662628145387,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0902640","School District Name":"Naugatuck School District","Physical Address Line 1":"497 Rubber Avenue","Physical Address Line 2":"","Physical Address City":"Naugatuck","Physical Address State":"CT ","Physical Address Zipcode":"06770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11870727159726538,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902580","School District Name":"Montville School District","Physical Address Line 1":"800 Old Colchester Road","Physical Address Line 2":"","Physical Address City":"Oakdale","Physical Address State":"CT ","Physical Address Zipcode":"06370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07609942638623327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902550","School District Name":"Monroe School District","Physical Address Line 1":"375 Monroe Turnpike","Physical Address Line 2":"","Physical Address City":"Monroe","Physical Address State":"CT ","Physical Address Zipcode":"06468","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03491655969191271,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902520","School District Name":"Milford School District","Physical Address Line 1":"70 West River Street","Physical Address Line 2":"","Physical Address City":"Milford","Physical Address State":"CT ","Physical Address Zipcode":"06460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.05305602716468591,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902490","School District Name":"Middletown School District","Physical Address Line 1":"311 Hunting Hill Avenue","Physical Address Line 2":"","Physical Address City":"Middletown","Physical Address State":"CT ","Physical Address Zipcode":"06457","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10603363006923838,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902400","School District Name":"Meriden School District","Physical Address Line 1":"22 Liberty Street","Physical Address Line 2":"","Physical Address City":"Meriden","Physical Address State":"CT ","Physical Address Zipcode":"06450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16444493006993008,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902370","School District Name":"Marlborough School District","Physical Address Line 1":"25 School Drive","Physical Address Line 2":"","Physical Address City":"Marlborough","Physical Address State":"CT ","Physical Address Zipcode":"06447","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04111842105263158,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902340","School District Name":"Mansfield School District","Physical Address Line 1":"4 South Eagleville Road","Physical Address Line 2":"","Physical Address City":"Storrs","Physical Address State":"CT ","Physical Address Zipcode":"06268","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06492248062015504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902310","School District Name":"Manchester School District","Physical Address Line 1":"45 North School Street","Physical Address Line 2":"","Physical Address City":"Manchester","Physical Address State":"CT ","Physical Address Zipcode":"06042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13617245005257625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902280","School District Name":"Madison School District","Physical Address Line 1":"10 Campus Drive","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"CT ","Physical Address Zipcode":"06443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03295168947221447,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902220","School District Name":"Litchfield School District","Physical Address Line 1":"35 Plumb Hill Road","Physical Address Line 2":"","Physical Address City":"Litchfield","Physical Address State":"CT ","Physical Address Zipcode":"06759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05866177818515124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902190","School District Name":"Lisbon School District","Physical Address Line 1":"15 Newent Road","Physical Address Line 2":"","Physical Address City":"Lisbon","Physical Address State":"CT ","Physical Address Zipcode":"06351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05718475073313783,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902160","School District Name":"Ledyard School District","Physical Address Line 1":"4 Blonder Boulevard","Physical Address Line 2":"","Physical Address City":"Ledyard","Physical Address State":"CT ","Physical Address Zipcode":"06339","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05133555926544241,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0902130","School District Name":"Lebanon School District","Physical Address Line 1":"891 Exeter Road","Physical Address Line 2":"","Physical Address City":"Lebanon","Physical Address State":"CT ","Physical Address Zipcode":"06249","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08437761069340016,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0902070","School District Name":"Killingly School District","Physical Address Line 1":"79 Westfield Avenue","Physical Address Line 2":"","Physical Address City":"Danielson","Physical Address State":"CT ","Physical Address Zipcode":"06239","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11600646725949879,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0902040","School District Name":"Kent School District","Physical Address Line 1":"9 Judd Avenue","Physical Address Line 2":"","Physical Address City":"Kent","Physical Address State":"CT ","Physical Address Zipcode":"06757","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0794392523364486,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0902010","School District Name":"Hebron School District","Physical Address Line 1":"580 Gilead Street","Physical Address Line 2":"","Physical Address City":"Hebron","Physical Address State":"CT ","Physical Address Zipcode":"06248","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.021119324181626188,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901950","School District Name":"Hartland School District","Physical Address Line 1":"30 South Road","Physical Address Line 2":"","Physical Address City":"East Hartland","Physical Address State":"CT ","Physical Address Zipcode":"06027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05864197530864197,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901920","School District Name":"Hartford School District","Physical Address Line 1":"300 Wethersfield Avenue","Physical Address Line 2":"","Physical Address City":"Hartford","Physical Address State":"CT ","Physical Address Zipcode":"06114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.30618972643180475,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0901890","School District Name":"Hampton School District","Physical Address Line 1":"380 Main Street","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"CT ","Physical Address Zipcode":"06247","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09734513274336283,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0901860","School District Name":"Hamden School District","Physical Address Line 1":"60 Putnam Avenue","Physical Address Line 2":"","Physical Address City":"Hamden","Physical Address State":"CT ","Physical Address Zipcode":"06517","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10224337185588035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901800","School District Name":"Guilford School District","Physical Address Line 1":"55 Park Street","Physical Address Line 2":"","Physical Address City":"Guilford","Physical Address State":"CT ","Physical Address Zipcode":"06437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02975073706781024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901770","School District Name":"Groton School District","Physical Address Line 1":"1300 Flanders Road","Physical Address Line 2":"","Physical Address City":"Mystic","Physical Address State":"CT ","Physical Address Zipcode":"06355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10959488272921108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901740","School District Name":"Griswold School District","Physical Address Line 1":"211 Slater Avenue","Physical Address Line 2":"","Physical Address City":"Griswold","Physical Address State":"CT ","Physical Address Zipcode":"06351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10920526014865638,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901710","School District Name":"Greenwich School District","Physical Address Line 1":"290 Greenwich Avenue","Physical Address Line 2":"","Physical Address City":"Greenwich","Physical Address State":"CT ","Physical Address Zipcode":"06830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06420518116877529,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901680","School District Name":"Granby School District","Physical Address Line 1":"15-B North Granby Road","Physical Address Line 2":"","Physical Address City":"Granby","Physical Address State":"CT ","Physical Address Zipcode":"06035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03216650898770104,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901620","School District Name":"Glastonbury School District","Physical Address Line 1":"628 Hebron Avenue","Physical Address Line 2":"","Physical Address City":"Glastonbury","Physical Address State":"CT ","Physical Address Zipcode":"06033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03470847922058152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901590","School District Name":"Franklin School District","Physical Address Line 1":"206 Pond Road","Physical Address Line 2":"","Physical Address City":"North Franklin","Physical Address State":"CT ","Physical Address Zipcode":"06254","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05693950177935943,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901560","School District Name":"Farmington School District","Physical Address Line 1":"One Monteith Drive","Physical Address Line 2":"","Physical Address City":"Farmington","Physical Address State":"CT ","Physical Address Zipcode":"06032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04552390640895219,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901530","School District Name":"Fairfield School District","Physical Address Line 1":"501 Kings Highway East","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"CT ","Physical Address Zipcode":"06825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.047427125316337054,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901500","School District Name":"Essex School District","Physical Address Line 1":"1 Winthrop Road","Physical Address Line 2":"","Physical Address City":"Deep River","Physical Address State":"CT ","Physical Address Zipcode":"06417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.038876889848812095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901470","School District Name":"Enfield School District","Physical Address Line 1":"1010 Enfield Street","Physical Address Line 2":"","Physical Address City":"Enfield","Physical Address State":"CT ","Physical Address Zipcode":"06082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10432266848196052,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901440","School District Name":"Ellington School District","Physical Address Line 1":"47 Main Street","Physical Address Line 2":"","Physical Address City":"Ellington","Physical Address State":"CT ","Physical Address Zipcode":"06029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.031236442516268982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901410","School District Name":"Easton School District","Physical Address Line 1":"654 Morehouse Road","Physical Address Line 2":"","Physical Address City":"Easton","Physical Address State":"CT ","Physical Address Zipcode":"06612","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.058447488584474884,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901380","School District Name":"Eastford School District","Physical Address Line 1":"12 Westford Road","Physical Address Line 2":"","Physical Address City":"Eastford","Physical Address State":"CT ","Physical Address Zipcode":"06242","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05737704918032787,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0901360","School District Name":"Eastern Connecticut Regional Educational Service Center (EAS","Physical Address Line 1":"376 Hartford Turnpike","Physical Address Line 2":"","Physical Address City":"Hampton","Physical Address State":"CT ","Physical Address Zipcode":"06247","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0901350","School District Name":"East Windsor School District","Physical Address Line 1":"70 South Main Street","Physical Address Line 2":"","Physical Address City":"East Windsor","Physical Address State":"CT ","Physical Address Zipcode":"06088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17705382436260622,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901320","School District Name":"East Lyme School District","Physical Address Line 1":"165 Boston Post Road","Physical Address Line 2":"","Physical Address City":"East Lyme","Physical Address State":"CT ","Physical Address Zipcode":"06333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04656669297553275,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901290","School District Name":"East Haven School District","Physical Address Line 1":"35 Wheelbarrow Lane","Physical Address Line 2":"","Physical Address City":"East Haven","Physical Address State":"CT ","Physical Address Zipcode":"06513","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1094473182684454,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901260","School District Name":"East Hartford School District","Physical Address Line 1":"1110 Main Street","Physical Address Line 2":"","Physical Address City":"East Hartford","Physical Address State":"CT ","Physical Address Zipcode":"06108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1745949449125081,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901230","School District Name":"East Hampton School District","Physical Address Line 1":"94 Main Street","Physical Address Line 2":"","Physical Address City":"East Hampton","Physical Address State":"CT ","Physical Address Zipcode":"06424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03834979662986636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901200","School District Name":"East Haddam School District","Physical Address Line 1":"1 Plain Roads","Physical Address Line 2":"","Physical Address City":"Moodus","Physical Address State":"CT ","Physical Address Zipcode":"06469","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.035856573705179286,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901170","School District Name":"East Granby School District","Physical Address Line 1":"33 Turkey Hills Road","Physical Address Line 2":"","Physical Address City":"East Granby","Physical Address State":"CT ","Physical Address Zipcode":"06026","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.042382588774341354,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901110","School District Name":"Derby School District","Physical Address Line 1":"35 Fifth Street","Physical Address Line 2":"","Physical Address City":"Derby","Physical Address State":"CT ","Physical Address Zipcode":"06418","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15555555555555556,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901080","School District Name":"Deep River School District","Physical Address Line 1":"1 Winthrop Road","Physical Address Line 2":"","Physical Address City":"Deep River","Physical Address State":"CT ","Physical Address Zipcode":"06417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05333333333333334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901050","School District Name":"Darien School District","Physical Address Line 1":"2 Renshaw Road","Physical Address Line 2":"","Physical Address City":"Darien","Physical Address State":"CT ","Physical Address Zipcode":"06820","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03597259231062048,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0901020","School District Name":"Danbury School District","Physical Address Line 1":"63 Beaver Brook Road","Physical Address Line 2":"","Physical Address City":"Danbury","Physical Address State":"CT ","Physical Address Zipcode":"06810","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15717625058438522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900990","School District Name":"Cromwell School District","Physical Address Line 1":"9 Captain James Mann Memorial Drive","Physical Address Line 2":"","Physical Address City":"Cromwell","Physical Address State":"CT ","Physical Address Zipcode":"06416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04107981220657277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900960","School District Name":"Coventry School District","Physical Address Line 1":"1700 Main Street","Physical Address Line 2":"","Physical Address City":"Coventry","Physical Address State":"CT ","Physical Address Zipcode":"06238","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.047933884297520664,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900930","School District Name":"Cornwall School District","Physical Address Line 1":"5 Cream Hill Road","Physical Address Line 2":"","Physical Address City":"Cornwall","Physical Address State":"CT ","Physical Address Zipcode":"06796","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0900910","School District Name":"Cooperative Educational Services","Physical Address Line 1":"40 Lindeman Drive","Physical Address Line 2":"","Physical Address City":"Trumbull","Physical Address State":"CT ","Physical Address Zipcode":"06611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900900","School District Name":"Columbia School District","Physical Address Line 1":"3 Schoolhouse Road","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"CT ","Physical Address Zipcode":"06237","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.03590425531914894,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0900870","School District Name":"Colebrook School District","Physical Address Line 1":"452 Smith Hill Road","Physical Address Line 2":"","Physical Address City":"Colebrook","Physical Address State":"CT ","Physical Address Zipcode":"06021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06666666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0900840","School District Name":"Colchester School District","Physical Address Line 1":"127 Norwich Avenue","Physical Address Line 2":"","Physical Address City":"Colchester","Physical Address State":"CT ","Physical Address Zipcode":"06415","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06558533145275035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900810","School District Name":"Clinton School District","Physical Address Line 1":"137 B Glenwood Road","Physical Address Line 2":"","Physical Address City":"Clinton","Physical Address State":"CT ","Physical Address Zipcode":"06413","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06283029947152084,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900780","School District Name":"Chester School District","Physical Address Line 1":"1 Winthrop Road","Physical Address Line 2":"","Physical Address City":"Deep River","Physical Address State":"CT ","Physical Address Zipcode":"06417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04583333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900750","School District Name":"Cheshire School District","Physical Address Line 1":"29 Main Street","Physical Address Line 2":"","Physical Address City":"Cheshire","Physical Address State":"CT ","Physical Address Zipcode":"06410","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.028745816105532587,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900720","School District Name":"Chaplin School District","Physical Address Line 1":"304 Parish Hill","Physical Address Line 2":"","Physical Address City":"Chaplin","Physical Address State":"CT ","Physical Address Zipcode":"06235","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11594202898550725,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900700","School District Name":"Capitol Region Education Council","Physical Address Line 1":"111 Charter Oak Avenue","Physical Address Line 2":"","Physical Address City":"Hartford","Physical Address State":"CT ","Physical Address Zipcode":"06106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900690","School District Name":"Canton School District","Physical Address Line 1":"4 Market Street","Physical Address Line 2":"","Physical Address City":"Collinsville","Physical Address State":"CT ","Physical Address Zipcode":"06022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04244186046511628,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900660","School District Name":"Canterbury School District","Physical Address Line 1":"45 Westminster Road","Physical Address Line 2":"","Physical Address City":"Canterbury","Physical Address State":"CT ","Physical Address Zipcode":"06331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06530089628681178,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900630","School District Name":"Canaan School District","Physical Address Line 1":"246 Warren Turnpike Road","Physical Address Line 2":"","Physical Address City":"Falls Village","Physical Address State":"CT ","Physical Address Zipcode":"06031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07894736842105263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0900570","School District Name":"Brooklyn School District","Physical Address Line 1":"119 Gorman Road","Physical Address Line 2":"","Physical Address City":"Brooklyn","Physical Address State":"CT ","Physical Address Zipcode":"06234","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09364548494983277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900540","School District Name":"Brookfield School District","Physical Address Line 1":"100 Pocono Road","Physical Address Line 2":"","Physical Address City":"Brookfield","Physical Address State":"CT ","Physical Address Zipcode":"06804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05824284304047384,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900510","School District Name":"Bristol School District","Physical Address Line 1":"29 Church Street","Physical Address Line 2":"","Physical Address City":"Bristol","Physical Address State":"CT ","Physical Address Zipcode":"06011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1450515947467167,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900450","School District Name":"Bridgeport School District","Physical Address Line 1":"45 Lyon Terrace","Physical Address Line 2":"","Physical Address City":"Bridgeport","Physical Address State":"CT ","Physical Address Zipcode":"06604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.2694073724413166,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0900420","School District Name":"Branford School District","Physical Address Line 1":"1111 Main Street","Physical Address Line 2":"","Physical Address City":"Branford","Physical Address State":"CT ","Physical Address Zipcode":"06405","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07079119571683522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900390","School District Name":"Bozrah School District","Physical Address Line 1":"8 Bozrah Street Extension","Physical Address Line 2":"","Physical Address City":"Bozrah","Physical Address State":"CT ","Physical Address Zipcode":"06334","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04838709677419355,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900360","School District Name":"Bolton School District","Physical Address Line 1":"72 Brandy Street","Physical Address Line 2":"","Physical Address City":"Bolton","Physical Address State":"CT ","Physical Address Zipcode":"06043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.031081081081081083,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900330","School District Name":"Bloomfield School District","Physical Address Line 1":"1133 Blue Hills Avenue","Physical Address Line 2":"","Physical Address City":"Bloomfield","Physical Address State":"CT ","Physical Address Zipcode":"06002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12094861660079051,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900270","School District Name":"Bethel School District","Physical Address Line 1":"One School Street","Physical Address Line 2":"","Physical Address City":"Bethel","Physical Address State":"CT ","Physical Address Zipcode":"06801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07719410634208841,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900240","School District Name":"Bethany School District","Physical Address Line 1":"44 Peck Road","Physical Address Line 2":"","Physical Address City":"Bethany","Physical Address State":"CT ","Physical Address Zipcode":"06524","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08898305084745763,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900225","School District Name":"Office of Higher Education","Physical Address Line 1":"450 Columbus Blvd","Physical Address Line 2":"","Physical Address City":"Hartford","Physical Address State":"CT ","Physical Address Zipcode":"06106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900224","School District Name":"Project Oceanology","Physical Address Line 1":"1084 Shennecossette Road","Physical Address Line 2":"","Physical Address City":"Groton","Physical Address State":"CT ","Physical Address Zipcode":"06340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900223","School District Name":"Shared Services","Physical Address Line 1":"94 Battistoni Drive","Physical Address Line 2":"","Physical Address City":"Winsted","Physical Address State":"CT ","Physical Address Zipcode":"06098","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900222","School District Name":"Judicial Centers","Physical Address Line 1":"936 Silas Deane Hwy.","Physical Address Line 2":"","Physical Address City":"Wethersfield","Physical Address State":"CT ","Physical Address Zipcode":"06109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900221","School District Name":"Capital Preparatory Harbor School District","Physical Address Line 1":"777 Main St.","Physical Address Line 2":"","Physical Address City":"Bridgeport","Physical Address State":"CT ","Physical Address Zipcode":"06604","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900220","School District Name":"Stamford Charter School for Excellence District","Physical Address Line 1":"1 Schuyler Ave.","Physical Address Line 2":"","Physical Address City":"Stamford","Physical Address State":"CT ","Physical Address Zipcode":"06902","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900219","School District Name":"Great Oaks Charter School District","Physical Address Line 1":"375 Howard Avenue","Physical Address Line 2":"","Physical Address City":"Bridgeport","Physical Address State":"CT ","Physical Address Zipcode":"06605","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900217","School District Name":"Booker T. Washington Academy District","Physical Address Line 1":"804 State Street","Physical Address Line 2":"","Physical Address City":"New Haven","Physical Address State":"CT ","Physical Address Zipcode":"06511","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900216","School District Name":"Elm City Montessori School District","Physical Address Line 1":"495 Blake Street","Physical Address Line 2":"","Physical Address City":"New Haven","Physical Address State":"CT ","Physical Address Zipcode":"06515","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900215","School District Name":"Brass City Charter School District","Physical Address Line 1":"289 Willow St.","Physical Address Line 2":"","Physical Address City":"Waterbury","Physical Address State":"CT ","Physical Address Zipcode":"06710","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900214","School District Name":"Elm City College Preparatory School District","Physical Address Line 1":"370 James Street","Physical Address Line 2":"","Physical Address City":"New Haven","Physical Address State":"CT ","Physical Address Zipcode":"06513","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900212","School District Name":"Achievement First Hartford Academy District","Physical Address Line 1":"370 James Street","Physical Address Line 2":"","Physical Address City":"New Haven","Physical Address State":"CT ","Physical Address Zipcode":"06513","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900210","School District Name":"Berlin School District","Physical Address Line 1":"238 Kensington Road","Physical Address Line 2":"","Physical Address City":"Berlin","Physical Address State":"CT ","Physical Address Zipcode":"06037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04721030042918455,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900208","School District Name":"Achievement First Bridgeport Academy District","Physical Address Line 1":"370 James Street","Physical Address Line 2":"","Physical Address City":"New Haven","Physical Address State":"CT ","Physical Address Zipcode":"06513","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900207","School District Name":"Highville Charter School District","Physical Address Line 1":"One Science Park","Physical Address Line 2":"","Physical Address City":"New Haven","Physical Address State":"CT ","Physical Address Zipcode":"06511","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900150","School District Name":"Barkhamsted School District","Physical Address Line 1":"65 Ripley Hill Road","Physical Address Line 2":"","Physical Address City":"Barkhamsted","Physical Address State":"CT ","Physical Address Zipcode":"06063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.056338028169014086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900120","School District Name":"Avon School District","Physical Address Line 1":"34 Simsbury Road","Physical Address Line 2":"","Physical Address City":"Avon","Physical Address State":"CT ","Physical Address Zipcode":"06001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02817695125387433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900090","School District Name":"Ashford School District","Physical Address Line 1":"440 Westford Rd.","Physical Address Line 2":"","Physical Address City":"Ashford","Physical Address State":"CT ","Physical Address Zipcode":"06278","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09024390243902439,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0900070","School District Name":"Area Cooperative Educational Services","Physical Address Line 1":"350 State Street","Physical Address Line 2":"","Physical Address City":"North Haven","Physical Address State":"CT ","Physical Address Zipcode":"06473","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900060","School District Name":"Ansonia School District","Physical Address Line 1":"42 Grove Street","Physical Address Line 2":"","Physical Address City":"Ansonia","Physical Address State":"CT ","Physical Address Zipcode":"06401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15752271962302256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900033","School District Name":"Park City Prep Charter School District","Physical Address Line 1":"1550 State Street","Physical Address Line 2":"","Physical Address City":"Bridgeport","Physical Address State":"CT ","Physical Address Zipcode":"06605","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900030","School District Name":"Andover School District","Physical Address Line 1":"35 School Road","Physical Address Line 2":"","Physical Address City":"Andover","Physical Address State":"CT ","Physical Address Zipcode":"06232","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.041353383458646614,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900028","School District Name":"New Beginnings Inc Family Academy District","Physical Address Line 1":"184 Garden St.","Physical Address Line 2":"","Physical Address City":"Bridgeport","Physical Address State":"CT ","Physical Address Zipcode":"06605","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900027","School District Name":"Department of Mental Health and Addiction Services","Physical Address Line 1":"410 Capital Avenue","Physical Address Line 2":"","Physical Address City":"Hartford","Physical Address State":"CT ","Physical Address Zipcode":"06134","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900026","School District Name":"Department of Social Services","Physical Address Line 1":"25 Sigourney Street","Physical Address Line 2":"","Physical Address City":"Hartford","Physical Address State":"CT ","Physical Address Zipcode":"06106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900024","School District Name":"Amistad Academy District","Physical Address Line 1":"370 James Street","Physical Address Line 2":"","Physical Address City":"New Haven","Physical Address State":"CT ","Physical Address Zipcode":"06513","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900018","School District Name":"Explorations District","Physical Address Line 1":"71 Spencer St.","Physical Address Line 2":"","Physical Address City":"Winsted","Physical Address State":"CT ","Physical Address Zipcode":"06098","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900016","School District Name":"Side By Side Charter School District","Physical Address Line 1":"10 Chestnut St.","Physical Address Line 2":"","Physical Address City":"Norwalk","Physical Address State":"CT ","Physical Address Zipcode":"06854","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900015","School District Name":"The Bridge Academy District","Physical Address Line 1":"160 Pulaski Street","Physical Address Line 2":"","Physical Address City":"Bridgeport","Physical Address State":"CT ","Physical Address Zipcode":"06608","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900014","School District Name":"Common Ground High School District","Physical Address Line 1":"358 Springside Ave.","Physical Address Line 2":"","Physical Address City":"New Haven","Physical Address State":"CT ","Physical Address Zipcode":"06515","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900011","School District Name":"Interdistrict School for Arts and Comm District","Physical Address Line 1":"190 Governor Winthrop Blvd.","Physical Address Line 2":"","Physical Address City":"New London","Physical Address State":"CT ","Physical Address Zipcode":"06320","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900010","School District Name":"Integrated Day Charter School District","Physical Address Line 1":"68 Thermos Ave.","Physical Address Line 2":"","Physical Address City":"Norwich","Physical Address State":"CT ","Physical Address Zipcode":"06360","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900009","School District Name":"Odyssey Community School District","Physical Address Line 1":"579 Middle Tpke West","Physical Address Line 2":"","Physical Address City":"Manchester","Physical Address State":"CT ","Physical Address Zipcode":"06040","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900007","School District Name":"Jumoke Academy District","Physical Address Line 1":"999 Asylum Avenue","Physical Address Line 2":"","Physical Address City":"Hartford","Physical Address State":"CT ","Physical Address Zipcode":"06105","LEA Charter Status":"Charter district which is an LEA for programs authorized under ESEA and Perkins but not under IDEA","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900005","School District Name":"Regional School District 19","Physical Address Line 1":"1235 Storrs Road","Physical Address Line 2":"","Physical Address City":"Storrs","Physical Address State":"CT ","Physical Address Zipcode":"06268","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0671077504725898,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0900004","School District Name":"Unified School District #2","Physical Address Line 1":"505 Hudson Street","Physical Address Line 2":"","Physical Address City":"Hartford","Physical Address State":"CT ","Physical Address Zipcode":"06106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900003","School District Name":"Unified School District #1","Physical Address Line 1":"24 Wolcott Hill Road","Physical Address Line 2":"","Physical Address City":"Wethersfield","Physical Address State":"CT ","Physical Address Zipcode":"06109","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900002","School District Name":"Connecticut Technical Education and Career System","Physical Address Line 1":"39 Woodland Street","Physical Address Line 2":"","Physical Address City":"Hartford","Physical Address State":"CT ","Physical Address Zipcode":"06105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0900001","School District Name":"Office of Early Childhood (OEC)","Physical Address Line 1":"460 Capitol Avenue","Physical Address Line 2":"","Physical Address City":"Hartford","Physical Address State":"CT ","Physical Address Zipcode":"06106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0899400","School District Name":"Southeastern BOCES","Physical Address Line 1":"703 SOUTH 3RD STREET","Physical Address Line 2":"","Physical Address City":"LAMAR","Physical Address State":"CO ","Physical Address Zipcode":"81052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0899340","School District Name":"South Central BOCES","Physical Address Line 1":"323 SOUTH PURCELL BOULEVARD","Physical Address Line 2":"","Physical Address City":"PUEBLO WEST","Physical Address State":"CO ","Physical Address Zipcode":"81007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0899320","School District Name":"San Luis Valley BOCES","Physical Address Line 1":"2261 ENTERPRISE DR","Physical Address Line 2":"","Physical Address City":"ALAMOSA","Physical Address State":"CO ","Physical Address Zipcode":"81101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0899300","School District Name":"San Juan boces","Physical Address Line 1":"162 STEWART ST. STE. A","Physical Address Line 2":"","Physical Address City":"DURANGO","Physical Address State":"CO ","Physical Address Zipcode":"81303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0899280","School District Name":"Rio Blanco BOCES","Physical Address Line 1":"402 WEST MAIN STREET STE 219","Physical Address Line 2":"","Physical Address City":"RANGELY","Physical Address State":"CO ","Physical Address Zipcode":"81648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0899240","School District Name":"Pikes Peak BOCES","Physical Address Line 1":"2883 SOUTH CIRCLE DRIVE","Physical Address Line 2":"","Physical Address City":"COLORADO SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"80906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0899220","School District Name":"Northwest Colo BOCES","Physical Address Line 1":"325 7TH STREET","Physical Address Line 2":"","Physical Address City":"STEAMBOAT SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"80487","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0899200","School District Name":"Centennial BOCES","Physical Address Line 1":"2020 CLUBHOUSE DR.","Physical Address Line 2":"","Physical Address City":"GREELEY","Physical Address State":"CO ","Physical Address Zipcode":"80634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0899180","School District Name":"Northeast BOCES","Physical Address Line 1":"301 WEST POWELL","Physical Address Line 2":"","Physical Address City":"HAXTUN","Physical Address State":"CO ","Physical Address Zipcode":"80731","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0899160","School District Name":"Mountain BOCES","Physical Address Line 1":"1713 MOUNT LINCOLN DRIVE WEST","Physical Address Line 2":"","Physical Address City":"LEADVILLE","Physical Address State":"CO ","Physical Address Zipcode":"80461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0899080","School District Name":"East Central BOCES","Physical Address Line 1":"820 2ND STREET","Physical Address Line 2":"","Physical Address City":"LIMON","Physical Address State":"CO ","Physical Address Zipcode":"80828","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0807410","School District Name":"Woodlin School District No. R-104","Physical Address Line 1":"15400 CO RD L","Physical Address Line 2":"","Physical Address City":"WOODROW","Physical Address State":"CO ","Physical Address Zipcode":"80757","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20930232558139536,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0807380","School District Name":"Woodland Park School District No. Re-2","Physical Address Line 1":"155 PANTHER WAY","Physical Address Line 2":"","Physical Address City":"WOODLAND PARK","Physical Address State":"CO ","Physical Address Zipcode":"80863","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09975062344139651,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0807350","School District Name":"Weld County Reorganized School District No. Re-4","Physical Address Line 1":"1020 MAIN STREET","Physical Address Line 2":"","Physical Address City":"WINDSOR","Physical Address State":"CO ","Physical Address Zipcode":"80550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04246696035242291,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0807320","School District Name":"Wiley School District No. Re-13 Jt","Physical Address Line 1":"510 WARD STREET","Physical Address Line 2":"","Physical Address City":"WILEY","Physical Address State":"CO ","Physical Address Zipcode":"81092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16292134831460675,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0807290","School District Name":"School District No. Re-50 Wiggins","Physical Address Line 1":"404 CHAPMAN ST","Physical Address Line 2":"","Physical Address City":"WIGGINS","Physical Address State":"CO ","Physical Address Zipcode":"80654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09215686274509804,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0807260","School District Name":"Primero Reorganized School District No. 2","Physical Address Line 1":"20200 STATE HIGHWAY 12","Physical Address Line 2":"","Physical Address City":"WESTON","Physical Address State":"CO ","Physical Address Zipcode":"81091","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2571428571428571,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0807230","School District Name":"Westminster Public Schools","Physical Address Line 1":"6933 RALEIGH STREET","Physical Address Line 2":"","Physical Address City":"WESTMINSTER","Physical Address State":"CO ","Physical Address Zipcode":"80030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12342711720627739,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0807200","School District Name":"Custer County School District Consolidate 1","Physical Address Line 1":"709 MAIN STREET","Physical Address Line 2":"","Physical Address City":"WESTCLIFFE","Physical Address State":"CO ","Physical Address Zipcode":"81252","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22336065573770492,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0807140","School District Name":"School District No. Re-20 Weldon Valley","Physical Address Line 1":"911 NORTH AVENUE","Physical Address Line 2":"","Physical Address City":"WELDONA","Physical Address State":"CO ","Physical Address Zipcode":"80653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0807110","School District Name":"Walsh School District No. Re-1","Physical Address Line 1":"301 WEST POPLAR","Physical Address Line 2":"","Physical Address City":"WALSH","Physical Address State":"CO ","Physical Address Zipcode":"81090","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0807080","School District Name":"Huerfano School District Re-1","Physical Address Line 1":"201 EAST FIFTH STREET","Physical Address Line 2":"","Physical Address City":"WALSENBURG","Physical Address State":"CO ","Physical Address Zipcode":"81089","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.28263988522238165,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0807050","School District Name":"North Park School District R-1","Physical Address Line 1":"910 4TH STREET","Physical Address Line 2":"","Physical Address City":"WALDEN","Physical Address State":"CO ","Physical Address Zipcode":"80480","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16568047337278108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806990","School District Name":"Vilas School District Re-5","Physical Address Line 1":"202 COLLINGWOOD STREET","Physical Address Line 2":"","Physical Address City":"VILAS","Physical Address State":"CO ","Physical Address Zipcode":"81087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3023255813953488,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806960","School District Name":"Trinidad School District 1 in the county of Las Animas and","Physical Address Line 1":"612 PARK STREET","Physical Address Line 2":"","Physical Address City":"TRINIDAD","Physical Address State":"CO ","Physical Address Zipcode":"81082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20729092208720515,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806930","School District Name":"Kiowa County School District No. Re-2","Physical Address Line 1":"13997 COUNTY ROAD 71","Physical Address Line 2":"","Physical Address City":"SHERIDAN LAKE","Physical Address State":"CO ","Physical Address Zipcode":"81071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19718309859154928,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806900","School District Name":"Adams 12 Five Star Schools","Physical Address Line 1":"1500 E 128TH AVENUE","Physical Address Line 2":"","Physical Address City":"THORNTON","Physical Address State":"CO ","Physical Address Zipcode":"80241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08257394601348586,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0806870","School District Name":"Telluride School District No. R-1","Physical Address Line 1":"725 WEST COLORADO AVE.","Physical Address Line 2":"","Physical Address City":"TELLURIDE","Physical Address State":"CO ","Physical Address Zipcode":"81435","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07134220072551391,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806840","School District Name":"Swink School District No. 33 in the county of Otero and St","Physical Address Line 1":"610 COLUMBIA AVENUE","Physical Address Line 2":"","Physical Address City":"SWINK","Physical Address State":"CO ","Physical Address Zipcode":"81077","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1810344827586207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0806810","School District Name":"Summit School District No. Re 1","Physical Address Line 1":"0150 SCHOOL ROAD","Physical Address Line 2":"","Physical Address City":"FRISCO","Physical Address State":"CO ","Physical Address Zipcode":"80443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05455584118823193,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0806780","School District Name":"School District No. R-4 in the county of Kit Carson and Stat","Physical Address Line 1":"219 ILLINOIS AVE","Physical Address Line 2":"","Physical Address City":"STRATTON","Physical Address State":"CO ","Physical Address Zipcode":"80836","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806750","School District Name":"Strasburg School District 31J","Physical Address Line 1":"56729 EAST COLORADO AVENUE","Physical Address Line 2":"","Physical Address City":"STRASBURG","Physical Address State":"CO ","Physical Address Zipcode":"80136","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05357142857142857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806720","School District Name":"School District No. Re-11 in the county of Weld and State of","Physical Address Line 1":"42315 WCR 133","Physical Address Line 2":"","Physical Address City":"NEW RAYMER","Physical Address State":"CO ","Physical Address Zipcode":"80742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07368421052631578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806690","School District Name":"School District No. Re-1 Valley","Physical Address Line 1":"301 HAGEN STREET","Physical Address Line 2":"","Physical Address City":"STERLING","Physical Address State":"CO ","Physical Address Zipcode":"80751","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14031540638900122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0806660","School District Name":"Steamboat Springs School District No. Re 2","Physical Address Line 1":"325 7TH STREET","Physical Address Line 2":"","Physical Address City":"STEAMBOAT SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"80487","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.0547945205479452,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0806630","School District Name":"Springfield School District No. Re-4","Physical Address Line 1":"389 TIPTON STREET","Physical Address Line 2":"","Physical Address City":"SPRINGFIELD","Physical Address State":"CO ","Physical Address Zipcode":"81073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20134228187919462,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806600","School District Name":"Big Sandy School District No. 100J","Physical Address Line 1":"18091 CR 125","Physical Address Line 2":"","Physical Address City":"SIMLA","Physical Address State":"CO ","Physical Address Zipcode":"80835","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09243697478991597,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806570","School District Name":"Silverton School District No. 1 in the county of San Juan","Physical Address Line 1":"1160 SNOWDEN ST","Physical Address Line 2":"","Physical Address City":"SILVERTON","Physical Address State":"CO ","Physical Address Zipcode":"81433","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15714285714285714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806540","School District Name":"Sheridan School District No. 2","Physical Address Line 1":"4150 SOUTH HAZEL COURT","Physical Address Line 2":"","Physical Address City":"ENGLEWOOD","Physical Address State":"CO ","Physical Address Zipcode":"80110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12653061224489795,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0806510","School District Name":"Hi-Plains R-23","Physical Address Line 1":"350 PATRIOT DRIVE","Physical Address Line 2":"","Physical Address City":"SEIBERT","Physical Address State":"CO ","Physical Address Zipcode":"80834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.30927835051546393,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806480","School District Name":"School District No. 3 in the county of El Paso and State of","Physical Address Line 1":"1820 MAIN STREET","Physical Address Line 2":"","Physical Address City":"COLORADO SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"80911","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10207115251213952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0806450","School District Name":"Sargent School District No. Re-33J","Physical Address Line 1":"7090 NORTH COUNTY RD 2 EAST","Physical Address Line 2":"","Physical Address City":"MONTE VISTA","Physical Address State":"CO ","Physical Address Zipcode":"81144","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13829787234042554,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806420","School District Name":"Sangre de Cristo School District No. Re-22J","Physical Address Line 1":"8751 LANE 7 N","Physical Address Line 2":"","Physical Address City":"MOSCA","Physical Address State":"CO ","Physical Address Zipcode":"81146","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16842105263157894,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806390","School District Name":"Sanford School District No. 6 in the county of Conejos and","Physical Address Line 1":"755 SECOND STREET","Physical Address Line 2":"","Physical Address City":"SANFORD","Physical Address State":"CO ","Physical Address Zipcode":"81151","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1708185053380783,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806360","School District Name":"Centennial School District No. R-1","Physical Address Line 1":"14644 HWY 159","Physical Address Line 2":"","Physical Address City":"SAN LUIS","Physical Address State":"CO ","Physical Address Zipcode":"81152","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.34563758389261745,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806330","School District Name":"Salida School District No. R-32","Physical Address Line 1":"349 EAST 9TH STREET","Physical Address Line 2":"","Physical Address City":"SALIDA","Physical Address State":"CO ","Physical Address Zipcode":"81201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.11949685534591195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0806300","School District Name":"Mountain Valley School District No. Re 1","Physical Address Line 1":"403 PITKIN AVENUE","Physical Address Line 2":"","Physical Address City":"SAGUACHE","Physical Address State":"CO ","Physical Address Zipcode":"81149","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26627218934911245,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806270","School District Name":"Rocky Ford School District No. R2","Physical Address Line 1":"601 SOUTH 8TH STREET","Physical Address Line 2":"","Physical Address City":"ROCKY FORD","Physical Address State":"CO ","Physical Address Zipcode":"81067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.23640399556048836,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806240","School District Name":"Garfield School District No. Re-2","Physical Address Line 1":"839 WHITERIVER AVE","Physical Address Line 2":"","Physical Address City":"RIFLE","Physical Address State":"CO ","Physical Address Zipcode":"81650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08873656909966654,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0806210","School District Name":"Ridgway School District No. R-2 of the county of Ouray a","Physical Address Line 1":"1115 WEST CLINTON STREET","Physical Address Line 2":"","Physical Address City":"RIDGWAY","Physical Address State":"CO ","Physical Address Zipcode":"81432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.051194539249146756,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806180","School District Name":"Rangely School District RE4","Physical Address Line 1":"402 WEST MAIN ST.","Physical Address Line 2":"","Physical Address City":"RANGELY","Physical Address State":"CO ","Physical Address Zipcode":"81648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09327548806941431,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806150","School District Name":"Pueblo County School District 70","Physical Address Line 1":"301 LANE 28","Physical Address Line 2":"","Physical Address City":"PUEBLO","Physical Address State":"CO ","Physical Address Zipcode":"81001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.09104076143182288,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0806120","School District Name":"Pueblo School District No. 60 in the county of Pueblo and","Physical Address Line 1":"315 WEST 11TH STREET","Physical Address Line 2":"","Physical Address City":"PUEBLO","Physical Address State":"CO ","Physical Address Zipcode":"81003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1925998263888889,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0806090","School District Name":"Pritchett School District No. Re-3","Physical Address Line 1":"533 IRVING STREET","Physical Address Line 2":"","Physical Address City":"PRITCHETT","Physical Address State":"CO ","Physical Address Zipcode":"81064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2708333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806060","School District Name":"Peyton School District No. 23 in the county of El Paso and","Physical Address Line 1":"18320 MAIN STREET","Physical Address Line 2":"","Physical Address City":"PEYTON","Physical Address State":"CO ","Physical Address Zipcode":"80831","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05970149253731343,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806030","School District Name":"School District No. Re-5 Plateau","Physical Address Line 1":"311 COLEMAN AVE","Physical Address Line 2":"","Physical Address City":"PEETZ","Physical Address State":"CO ","Physical Address Zipcode":"80747","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12643678160919541,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0806000","School District Name":"Revere School District","Physical Address Line 1":"500 MAIN ST","Physical Address Line 2":"","Physical Address City":"OVID","Physical Address State":"CO ","Physical Address Zipcode":"80744","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17543859649122806,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805970","School District Name":"Ouray School District No. R-1 of the county of Ouray and","Physical Address Line 1":"400 7TH AVENUE","Physical Address Line 2":"","Physical Address City":"OURAY","Physical Address State":"CO ","Physical Address Zipcode":"81427","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09274193548387097,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805940","School District Name":"Otis School District No. R-3","Physical Address Line 1":"518 DUNGAN STREET","Physical Address Line 2":"","Physical Address City":"OTIS","Physical Address State":"CO ","Physical Address Zipcode":"80743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17142857142857143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805910","School District Name":"South Routt School District No. Re 3","Physical Address Line 1":"305 SOUTH GRANT STREET","Physical Address Line 2":"","Physical Address City":"OAK CREEK","Physical Address State":"CO ","Physical Address Zipcode":"80467","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06918238993710692,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805880","School District Name":"Norwood School District No. R-2J","Physical Address Line 1":"1225 WEST SUMMIT AVENUE","Physical Address Line 2":"","Physical Address City":"NORWOOD","Physical Address State":"CO ","Physical Address Zipcode":"81423","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805850","School District Name":"West End School District No. Re-2","Physical Address Line 1":"225 WEST 4TH STREET","Physical Address Line 2":"","Physical Address City":"NUCLA","Physical Address State":"CO ","Physical Address Zipcode":"81424","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15451895043731778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805820","School District Name":"Lewis-Palmer Consolidated School District No. 38 in the co","Physical Address Line 1":"146 JEFFERSON ST","Physical Address Line 2":"","Physical Address City":"MONUMENT","Physical Address State":"CO ","Physical Address Zipcode":"80132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03762601164276587,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0805790","School District Name":"Montrose County School District Re-1J","Physical Address Line 1":"930 COLORADO AVENUE","Physical Address Line 2":"","Physical Address City":"MONTROSE","Physical Address State":"CO ","Physical Address Zipcode":"81401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1360363180964308,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0805760","School District Name":"Monte Vista School District No. C-8","Physical Address Line 1":"345 EAST PROSPECT","Physical Address Line 2":"","Physical Address City":"MONTE VISTA","Physical Address State":"CO ","Physical Address Zipcode":"81144","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19278252611585944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0805730","School District Name":"Moffat County School District RE: No. 1","Physical Address Line 1":"600 TEXAS AVENUE","Physical Address Line 2":"","Physical Address City":"CRAIG","Physical Address State":"CO ","Physical Address Zipcode":"81625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.10284552845528455,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0805700","School District Name":"Moffat School District No. 2 in the county of Saguache and","Physical Address Line 1":"501 GARFIELD AVENUE","Physical Address Line 2":"","Physical Address City":"MOFFAT","Physical Address State":"CO ","Physical Address Zipcode":"81143","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3157894736842105,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805670","School District Name":"Miami-Yoder Joint District No. 60 of the counties of El Pas","Physical Address Line 1":"420 S RUSH RD","Physical Address Line 2":"","Physical Address City":"RUSH","Physical Address State":"CO ","Physical Address Zipcode":"80833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15333333333333332,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805640","School District Name":"School District No. Re-4 Buffalo","Physical Address Line 1":"315 LEE STREET","Physical Address Line 2":"","Physical Address City":"MERINO","Physical Address State":"CO ","Physical Address Zipcode":"80741","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0975609756097561,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805610","School District Name":"Meeker School District Re1","Physical Address Line 1":"555 GARFIELD","Physical Address Line 2":"","Physical Address City":"MEEKER","Physical Address State":"CO ","Physical Address Zipcode":"81641","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10704225352112676,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805580","School District Name":"McClave School District No. Re-2","Physical Address Line 1":"308 LINCOLN STREET","Physical Address Line 2":"","Physical Address City":"MC CLAVE","Physical Address State":"CO ","Physical Address Zipcode":"81057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17094017094017094,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805550","School District Name":"Mapleton School District No. 1 in the county of Adams & St","Physical Address Line 1":"7350 N. BROADWAY","Physical Address Line 2":"","Physical Address City":"DENVER","Physical Address State":"CO ","Physical Address Zipcode":"80221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.124871757291514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0805520","School District Name":"Manzanola Joint District No. 3J of the counties of Otero a","Physical Address Line 1":"301 S. CATALPA STREET","Physical Address Line 2":"","Physical Address City":"MANZANOLA","Physical Address State":"CO ","Physical Address Zipcode":"81058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1813186813186813,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805490","School District Name":"Manitou Springs School District No. 14 in the county of El","Physical Address Line 1":"405 EL MONTE PLACE","Physical Address Line 2":"","Physical Address City":"MANITOU SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"80829","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09555189456342669,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0805460","School District Name":"Mancos School District Re-6","Physical Address Line 1":"355 WEST GRAND AVENUE","Physical Address Line 2":"","Physical Address City":"MANCOS","Physical Address State":"CO ","Physical Address Zipcode":"81328","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14225053078556263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805400","School District Name":"Thompson School District R-2J","Physical Address Line 1":"800 SOUTH TAFT AVENUE","Physical Address Line 2":"","Physical Address City":"LOVELAND","Physical Address State":"CO ","Physical Address Zipcode":"80537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06597876773489433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0805370","School District Name":"St. Vrain Valley School District No. Re1J","Physical Address Line 1":"395 SOUTH PRATT PARKWAY","Physical Address Line 2":"","Physical Address City":"LONGMONT","Physical Address State":"CO ","Physical Address Zipcode":"80501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.061117395676219204,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0805340","School District Name":"Lone Star School District No. 101","Physical Address Line 1":"44940 COUNTY ROAD 54","Physical Address Line 2":"","Physical Address City":"OTIS","Physical Address State":"CO ","Physical Address Zipcode":"80743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805310","School District Name":"Littleton School District No. 6 in the county of Arapahoe","Physical Address Line 1":"5776 SOUTH CROCKER STREET","Physical Address Line 2":"","Physical Address City":"LITTLETON","Physical Address State":"CO ","Physical Address Zipcode":"80120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0344806239940572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0805280","School District Name":"Limon School District No. Re 4J","Physical Address Line 1":"912 BADGER WAY","Physical Address Line 2":"","Physical Address City":"LIMON","Physical Address State":"CO ","Physical Address Zipcode":"80828","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16596638655462184,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805250","School District Name":"Las Animas School District No. Re-1","Physical Address Line 1":"1021 2ND STREET","Physical Address Line 2":"","Physical Address City":"LAS ANIMAS","Physical Address State":"CO ","Physical Address Zipcode":"81054","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.301255230125523,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805220","School District Name":"Lamar School District No. Re-2","Physical Address Line 1":"210 W PEARL","Physical Address Line 2":"","Physical Address City":"LAMAR","Physical Address State":"CO ","Physical Address Zipcode":"81052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20738137082601055,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805190","School District Name":"Lake County School District No. R-1","Physical Address Line 1":"328 WEST 5TH STREET","Physical Address Line 2":"","Physical Address City":"LEADVILLE","Physical Address State":"CO ","Physical Address Zipcode":"80461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1263782866836302,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0805160","School District Name":"La Veta School District Re-2","Physical Address Line 1":"126 EAST GARLAND","Physical Address Line 2":"","Physical Address City":"LA VETA","Physical Address State":"CO ","Physical Address Zipcode":"81055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26875,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805130","School District Name":"East Otero School District No. R1","Physical Address Line 1":"301 RATON AVENUE","Physical Address Line 2":"","Physical Address City":"LA JUNTA","Physical Address State":"CO ","Physical Address Zipcode":"81050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.22977566281441197,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805100","School District Name":"North Conejos School District No. Re1J","Physical Address Line 1":"17890 US HWY 285","Physical Address Line 2":"","Physical Address City":"LA JARA","Physical Address State":"CO ","Physical Address Zipcode":"81140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21299254526091588,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805070","School District Name":"West Grand School District No. 1","Physical Address Line 1":"715 KINSEY AVENUE","Physical Address Line 2":"","Physical Address City":"KREMMLING","Physical Address State":"CO ","Physical Address Zipcode":"80459","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10495049504950495,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805040","School District Name":"Kit Carson School District No. R-1","Physical Address Line 1":"102 W. 5TH AVENUE","Physical Address Line 2":"","Physical Address City":"KIT CARSON","Physical Address State":"CO ","Physical Address Zipcode":"80825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2736842105263158,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0805010","School District Name":"School District No. C-2 in the county of Elbert and State of","Physical Address Line 1":"525 COMANCHE ST","Physical Address Line 2":"","Physical Address City":"KIOWA","Physical Address State":"CO ","Physical Address Zipcode":"80117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.048484848484848485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804980","School District Name":"Kim Reorganized School District No. 88","Physical Address Line 1":"425 STATE STREET","Physical Address Line 2":"","Physical Address City":"KIM","Physical Address State":"CO ","Physical Address Zipcode":"81049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804950","School District Name":"Weld County School District No. Re-7","Physical Address Line 1":"501 CLARK STREET","Physical Address Line 2":"","Physical Address City":"KERSEY","Physical Address State":"CO ","Physical Address Zipcode":"80644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10088365243004419,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0804920","School District Name":"Weld County School District RE-3J","Physical Address Line 1":"1101 4TH AVE","Physical Address Line 2":"","Physical Address City":"HUDSON","Physical Address State":"CO ","Physical Address Zipcode":"80642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08925619834710743,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804890","School District Name":"Karval School District No. Re 23","Physical Address Line 1":"16232 COUNTY ROAD 29","Physical Address Line 2":"","Physical Address City":"KARVAL","Physical Address State":"CO ","Physical Address Zipcode":"80823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2727272727272727,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804860","School District Name":"Julesburg School District No. Re1","Physical Address Line 1":"102 WEST 6TH STREET","Physical Address Line 2":"","Physical Address City":"JULESBURG","Physical Address State":"CO ","Physical Address Zipcode":"80737","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2413793103448276,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804830","School District Name":"Weld County School District No. Re-5J","Physical Address Line 1":"110 SO CENTENNIAL DR SUITE 1","Physical Address Line 2":"","Physical Address City":"MILLIKEN","Physical Address State":"CO ","Physical Address Zipcode":"80543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05231522707034728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0804800","School District Name":"Jefferson County School District No. R-1","Physical Address Line 1":"1829 DENVER WEST DR. BLDG #27","Physical Address Line 2":"","Physical Address City":"GOLDEN","Physical Address State":"CO ","Physical Address Zipcode":"80401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0605582582727229,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0804770","School District Name":"Ignacio School District No. 11Jt","Physical Address Line 1":"455 BECKER STREET","Physical Address Line 2":"","Physical Address City":"IGNACIO","Physical Address State":"CO ","Physical Address Zipcode":"81137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18822393822393824,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804740","School District Name":"Genoa-Hugo School District No. C-113","Physical Address Line 1":"220 W 7TH STREET","Physical Address Line 2":"","Physical Address City":"HUGO","Physical Address State":"CO ","Physical Address Zipcode":"80821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16444444444444445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804710","School District Name":"Holyoke School District No. Re-1J","Physical Address Line 1":"435 SOUTH MORLAN","Physical Address Line 2":"","Physical Address City":"HOLYOKE","Physical Address State":"CO ","Physical Address Zipcode":"80734","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1549053356282272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804680","School District Name":"Holly School District No. Re-3","Physical Address Line 1":"206 NORTH THIRD STREET","Physical Address Line 2":"","Physical Address City":"HOLLY","Physical Address State":"CO ","Physical Address Zipcode":"81047","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18032786885245902,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804650","School District Name":"Hoehne Reorganized School District No. 3","Physical Address Line 1":"19851 COUNTY RD. 75.1","Physical Address Line 2":"","Physical Address City":"TRINIDAD","Physical Address State":"CO ","Physical Address Zipcode":"81082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17695473251028807,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804620","School District Name":"Hinsdale County School District No. Re-1","Physical Address Line 1":"614 N. SILVER STREET","Physical Address Line 2":"","Physical Address City":"LAKE CITY","Physical Address State":"CO ","Physical Address Zipcode":"81235","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17391304347826086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804590","School District Name":"Hayden School District No. Re 1","Physical Address Line 1":"300 BREEZE BASIN BLVD","Physical Address Line 2":"","Physical Address City":"HAYDEN","Physical Address State":"CO ","Physical Address Zipcode":"81639","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.060542797494780795,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804560","School District Name":"Haxtun School District No. Re-2J","Physical Address Line 1":"201 WEST POWELL STREET","Physical Address Line 2":"","Physical Address City":"HAXTUN","Physical Address State":"CO ","Physical Address Zipcode":"80731","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10714285714285714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804530","School District Name":"Harrison School District No. 2 in the county of El Paso an","Physical Address Line 1":"1060 HARRISON ROAD","Physical Address Line 2":"","Physical Address City":"COLORADO SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"80905","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18465973750094833,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0804500","School District Name":"Hanover School District No. 28 in the county of El Paso an","Physical Address Line 1":"17050 SOUTH PEYTON HIGHWAY","Physical Address Line 2":"","Physical Address City":"COLORADO SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"80928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16483516483516483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804470","School District Name":"Gunnison Watershed School District Re1J","Physical Address Line 1":"800 NORTH BOULEVARD","Physical Address Line 2":"","Physical Address City":"GUNNISON","Physical Address State":"CO ","Physical Address Zipcode":"81230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.075990675990676,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804440","School District Name":"School District No. Re-12 in the county of Weld and State of","Physical Address Line 1":"19 CHATOGA","Physical Address Line 2":"","Physical Address City":"GROVER","Physical Address State":"CO ","Physical Address Zipcode":"80729","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804410","School District Name":"GreeleySchool District No. 6 in the county of Weld and Sta","Physical Address Line 1":"1025 9TH AVENUE","Physical Address Line 2":"","Physical Address City":"GREELEY","Physical Address State":"CO ","Physical Address Zipcode":"80631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.13531128036072904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0804380","School District Name":"Grand Valley School District No. 16 in the county of Garfi","Physical Address Line 1":"0460 STONE QUARRY ROAD","Physical Address Line 2":"","Physical Address City":"PARACHUTE","Physical Address State":"CO ","Physical Address Zipcode":"81635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10024449877750612,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0804350","School District Name":"Mesa County Valley School District No. 51","Physical Address Line 1":"2115 GRAND AVENUE","Physical Address Line 2":"","Physical Address City":"GRAND JUNCTION","Physical Address State":"CO ","Physical Address Zipcode":"81501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12125426729042862,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0804320","School District Name":"East Grand School District No. 2","Physical Address Line 1":"299 COUNTY ROAD 611","Physical Address Line 2":"","Physical Address City":"GRANBY","Physical Address State":"CO ","Physical Address Zipcode":"80446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07205387205387205,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804290","School District Name":"Granada School District No. Re-1","Physical Address Line 1":"201 S HOISINGTON AVENUE","Physical Address Line 2":"","Physical Address City":"GRANADA","Physical Address State":"CO ","Physical Address Zipcode":"81041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17307692307692307,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804260","School District Name":"Roaring Fork School District No. Re-1","Physical Address Line 1":"1405 GRAND AVENUE","Physical Address Line 2":"","Physical Address City":"GLENWOOD SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"81601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06738627602158828,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0804230","School District Name":"Gilpin County School District No. Re-1","Physical Address Line 1":"10595 HIGHWAY 119","Physical Address Line 2":"","Physical Address City":"BLACK HAWK","Physical Address State":"CO ","Physical Address Zipcode":"80422","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.052795031055900624,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804200","School District Name":"Weld County Reorganized School District No. Re-1","Physical Address Line 1":"14827 COUNTY ROAD 42","Physical Address Line 2":"","Physical Address City":"GILCREST","Physical Address State":"CO ","Physical Address Zipcode":"80623","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07145913564398802,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804140","School District Name":"Sierra Grande School District No. R-30","Physical Address Line 1":"17523 HIGHWAY 160","Physical Address Line 2":"","Physical Address City":"BLANCA","Physical Address State":"CO ","Physical Address Zipcode":"81123","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25092250922509224,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804110","School District Name":"Fowler School District No. R4J","Physical Address Line 1":"600 W. EUGENE","Physical Address Line 2":"","Physical Address City":"FOWLER","Physical Address State":"CO ","Physical Address Zipcode":"81039","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22070844686648503,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0804080","School District Name":"Fountain School District No. 8 in the county of El Paso an","Physical Address Line 1":"10665 JIMMY CAMP ROAD","Physical Address Line 2":"","Physical Address City":"FOUNTAIN","Physical Address State":"CO ","Physical Address Zipcode":"80817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1284369581372306,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0804050","School District Name":"School District No. Re-3 Fort Morgan","Physical Address Line 1":"715 W. PLATTE AVENUE","Physical Address Line 2":"","Physical Address City":"FORT MORGAN","Physical Address State":"CO ","Physical Address Zipcode":"80701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12634730538922156,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0804020","School District Name":"Weld re-8 schools","Physical Address Line 1":"200 S FULTON AVE","Physical Address Line 2":"","Physical Address City":"FORT LUPTON","Physical Address State":"CO ","Physical Address Zipcode":"80621","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0928125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0803990","School District Name":"Poudre School District R-1","Physical Address Line 1":"2407 LAPORTE AVENUE","Physical Address Line 2":"","Physical Address City":"FORT COLLINS","Physical Address State":"CO ","Physical Address Zipcode":"80521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0635010301056689,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0803960","School District Name":"Fremont Re-2","Physical Address Line 1":"403 WEST 5TH STREET","Physical Address Line 2":"","Physical Address City":"FLORENCE","Physical Address State":"CO ","Physical Address Zipcode":"81226","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15991116046640755,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0803930","School District Name":"School District No. Re-3 Frenchman","Physical Address Line 1":"506 NORTH FREMONT AVE","Physical Address Line 2":"","Physical Address City":"FLEMING","Physical Address State":"CO ","Physical Address Zipcode":"80728","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20134228187919462,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803870","School District Name":"El Paso County Colorado School District 49","Physical Address Line 1":"10850 EAST WOODMEN ROAD","Physical Address Line 2":"","Physical Address City":"PEYTON","Physical Address State":"CO ","Physical Address Zipcode":"80831","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0690264477884177,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0803840","School District Name":"Park County School District No. Re-2","Physical Address Line 1":"640 HATHAWAY ST","Physical Address Line 2":"","Physical Address City":"FAIRPLAY","Physical Address State":"CO ","Physical Address Zipcode":"80440","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11139896373056994,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803810","School District Name":"Estes Park School District R-3","Physical Address Line 1":"1605 BRODIE AVENUE","Physical Address Line 2":"","Physical Address City":"ESTES PARK","Physical Address State":"CO ","Physical Address Zipcode":"80517","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.058091286307053944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0803780","School District Name":"Englewood School District No. 1 in the county of Arapahoe","Physical Address Line 1":"4101 SOUTH BANNOCK STREET","Physical Address Line 2":"","Physical Address City":"ENGLEWOOD","Physical Address State":"CO ","Physical Address Zipcode":"80110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12155059132720106,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0803750","School District Name":"Ellicott School District No. 22 in the county of El Paso a","Physical Address Line 1":"322 SOUTH ELLICOTT HIGHWAY","Physical Address Line 2":"","Physical Address City":"ELLICOTT","Physical Address State":"CO ","Physical Address Zipcode":"80808","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14271457085828343,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803720","School District Name":"ELIZABETH SCHOOL DISTRICT","Physical Address Line 1":"634 SOUTH ELBERT STREET","Physical Address Line 2":"","Physical Address City":"ELIZABETH","Physical Address State":"CO ","Physical Address Zipcode":"80107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05555555555555555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803690","School District Name":"Elbert School District No. 200","Physical Address Line 1":"24489 MAIN STREET","Physical Address Line 2":"","Physical Address City":"ELBERT","Physical Address State":"CO ","Physical Address Zipcode":"80106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09034267912772585,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803630","School District Name":"Edison Joint District No. 54 of the counties of El Paso and","Physical Address Line 1":"14550 EDISON ROAD","Physical Address Line 2":"","Physical Address City":"YODER","Physical Address State":"CO ","Physical Address Zipcode":"80864","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15853658536585366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803600","School District Name":"Weld County School District No. Re-2","Physical Address Line 1":"211 1ST ST","Physical Address Line 2":"","Physical Address City":"EATON","Physical Address State":"CO ","Physical Address Zipcode":"80615","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.055361982191250485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0803540","School District Name":"Eagle County School District No. Re 50","Physical Address Line 1":"948 CHAMBERS AVENUE","Physical Address Line 2":"","Physical Address City":"EAGLE","Physical Address State":"CO ","Physical Address Zipcode":"81631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.060334115697915226,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0803510","School District Name":"Kiowa County School District No. Re-1","Physical Address Line 1":"210 WEST 10TH","Physical Address Line 2":"","Physical Address City":"EADS","Physical Address State":"CO ","Physical Address Zipcode":"81036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1411042944785276,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803480","School District Name":"Durango School District No. 9-R","Physical Address Line 1":"201 EAST 12TH STREET","Physical Address Line 2":"","Physical Address City":"DURANGO","Physical Address State":"CO ","Physical Address Zipcode":"81301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10272693313410534,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0803450","School District Name":"Douglas County School District No. Re 1","Physical Address Line 1":"701 PRAIRIE HAWK DRIVE","Physical Address Line 2":"","Physical Address City":"CASTLE ROCK","Physical Address State":"CO ","Physical Address Zipcode":"80108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02274475651353509,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0803420","School District Name":"Dolores County School District RE-2J","Physical Address Line 1":"425 NORTH MAIN STREET SUITE B","Physical Address Line 2":"","Physical Address City":"DOVE CREEK","Physical Address State":"CO ","Physical Address Zipcode":"81324","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13095238095238096,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803390","School District Name":"Dolores School District No. Re-4A","Physical Address Line 1":"100 N. 6TH STREET","Physical Address Line 2":"","Physical Address City":"DOLORES","Physical Address State":"CO ","Physical Address Zipcode":"81323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15730337078651685,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803360","School District Name":"School District No. 1 in the county of Denver and State of C","Physical Address Line 1":"1860 LINCOLN ST.","Physical Address Line 2":"","Physical Address City":"DENVER","Physical Address State":"CO ","Physical Address Zipcode":"80203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1750772507098714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0803330","School District Name":"Delta County Joint District No. 50","Physical Address Line 1":"145 WEST 4TH STREET","Physical Address Line 2":"","Physical Address City":"DELTA","Physical Address State":"CO ","Physical Address Zipcode":"81416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13489361702127659,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0803300","School District Name":"Upper Rio Grande School District C-7","Physical Address Line 1":"950 FRENCH STREET","Physical Address Line 2":"","Physical Address City":"DEL NORTE","Physical Address State":"CO ","Physical Address Zipcode":"81132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19964973730297722,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803270","School District Name":"Deer Trail School District No. 26J","Physical Address Line 1":"130 SOUTH SECOND AVENUE","Physical Address Line 2":"","Physical Address City":"DEER TRAIL","Physical Address State":"CO ","Physical Address Zipcode":"80105","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07920792079207921,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803240","School District Name":"De Beque Joint District No. 49 of the counties of Mesa and","Physical Address Line 1":"730 MINTER AVENUE","Physical Address Line 2":"","Physical Address City":"DE BEQUE","Physical Address State":"CO ","Physical Address Zipcode":"81630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.061224489795918366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803210","School District Name":"Crowley County School District No. Re-1-J","Physical Address Line 1":"1001 MAIN STREET","Physical Address Line 2":"","Physical Address City":"ORDWAY","Physical Address State":"CO ","Physical Address Zipcode":"81063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.249500998003992,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803180","School District Name":"Cripple Creek-Victor School District No. Re-1","Physical Address Line 1":"410 NORTH B STREET","Physical Address Line 2":"","Physical Address City":"CRIPPLE CREEK","Physical Address State":"CO ","Physical Address Zipcode":"80813","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15028901734104047,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803150","School District Name":"Creede School District","Physical Address Line 1":"450 CORSAIRE DRIVE","Physical Address Line 2":"","Physical Address City":"CREEDE","Physical Address State":"CO ","Physical Address Zipcode":"81130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803120","School District Name":"Fremont Re-3","Physical Address Line 1":"0345 COUNTY ROAD 12","Physical Address Line 2":"","Physical Address City":"COTOPAXI","Physical Address State":"CO ","Physical Address Zipcode":"81223","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1449814126394052,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803090","School District Name":"Montezuma-Cortez School District No. Re-1","Physical Address Line 1":"400 NORTH ELM","Physical Address Line 2":"","Physical Address City":"CORTEZ","Physical Address State":"CO ","Physical Address Zipcode":"81321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19501691787142417,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803060","School District Name":"Colorado Springs School District No. 11 in the county of E","Physical Address Line 1":"1115 NORTH EL PASO STREET","Physical Address Line 2":"","Physical Address City":"COLORADO SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"80903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13722521158370063,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0803030","School District Name":"Plateau Valley School District No. 50 in the county of Mesa","Physical Address Line 1":"56600 HIGHWAY 330","Physical Address Line 2":"","Physical Address City":"COLLBRAN","Physical Address State":"CO ","Physical Address Zipcode":"81624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13924050632911392,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0803000","School District Name":"Clear Creek School District No. Re-1","Physical Address Line 1":"320 HIGHWAY 103","Physical Address Line 2":"","Physical Address City":"IDAHO SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"80452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08712871287128712,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0802940","School District Name":"Cheyenne Mountain School District No. 12 in the county of E","Physical Address Line 1":"1775 LACLEDE STREET","Physical Address Line 2":"","Physical Address City":"COLORADO SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"80905","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.060721544715447155,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0802910","School District Name":"Cherry Creek School District No. 5 in the county of Arapah","Physical Address Line 1":"4700 SOUTH YOSEMITE STREET","Physical Address Line 2":"","Physical Address City":"GREENWOOD VILLAGE","Physical Address State":"CO ","Physical Address Zipcode":"80111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05689078719344618,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0802880","School District Name":"Cheraw School District No. 31 in the county of Otero and S","Physical Address Line 1":"110 LAKEVIEW AVE.","Physical Address Line 2":"","Physical Address City":"CHERAW","Physical Address State":"CO ","Physical Address Zipcode":"81030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14173228346456693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0802850","School District Name":"Center Consolidated School District No. 26 Jt. of the count","Physical Address Line 1":"550 S. SYLVESTER AVENUE","Physical Address Line 2":"","Physical Address City":"CENTER","Physical Address State":"CO ","Physical Address Zipcode":"81125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1988555078683834,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0802790","School District Name":"Fremont Re-1","Physical Address Line 1":"101 NORTH 14TH STREET","Physical Address Line 2":"","Physical Address City":"CANON CITY","Physical Address State":"CO ","Physical Address Zipcode":"81212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1706275033377837,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0802760","School District Name":"Campo School District No. Re-6","Physical Address Line 1":"480 MAPLE STREET","Physical Address Line 2":"","Physical Address City":"CAMPO","Physical Address State":"CO ","Physical Address Zipcode":"81029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.34375,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0802730","School District Name":"Calhan District No. RJ1","Physical Address Line 1":"800 BULLDOG DRIVE","Physical Address Line 2":"","Physical Address City":"CALHAN","Physical Address State":"CO ","Physical Address Zipcode":"80808","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0802700","School District Name":"Byers School District No. 32J","Physical Address Line 1":"444 EAST FRONT STREET","Physical Address Line 2":"","Physical Address City":"BYERS","Physical Address State":"CO ","Physical Address Zipcode":"80103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06715063520871144,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0802670","School District Name":"Burlington Public School District No. RE-6J","Physical Address Line 1":"2600 ROSE AVENUE","Physical Address Line 2":"","Physical Address City":"BURLINGTON","Physical Address State":"CO ","Physical Address Zipcode":"80807","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0802640","School District Name":"Buena Vista School District No. R-31","Physical Address Line 1":"113 NORTH COURT STREET","Physical Address Line 2":"","Physical Address City":"BUENA VISTA","Physical Address State":"CO ","Physical Address Zipcode":"81211","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08547008547008547,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0802610","School District Name":"School District No. Re-2 Brush","Physical Address Line 1":"527 INDUSTRIAL PARK ROAD","Physical Address Line 2":"","Physical Address City":"BRUSH","Physical Address State":"CO ","Physical Address Zipcode":"80723","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12081005586592179,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0802580","School District Name":"School District 27J","Physical Address Line 1":"18551 EAST 160TH AVENUE","Physical Address Line 2":"","Physical Address City":"BRIGHTON","Physical Address State":"CO ","Physical Address Zipcode":"80601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06496225687365695,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0802550","School District Name":"School District No. Re-10 in the county of Weld and State o","Physical Address Line 1":"515 LESLIE STREET","Physical Address Line 2":"","Physical Address City":"BRIGGSDALE","Physical Address State":"CO ","Physical Address Zipcode":"80611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13013698630136986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0802520","School District Name":"Branson Reorganized School District No. 82","Physical Address Line 1":"101 SADDLEROCK DRIVE","Physical Address Line 2":"","Physical Address City":"BRANSON","Physical Address State":"CO ","Physical Address Zipcode":"81027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2857142857142857,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0802490","School District Name":"Boulder Valley School District No. Re2","Physical Address Line 1":"6500 ARAPAHOE ROAD","Physical Address Line 2":"","Physical Address City":"BOULDER","Physical Address State":"CO ","Physical Address Zipcode":"80303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.045862348178137655,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0802460","School District Name":"Bethune School District No. R- 5","Physical Address Line 1":"145 WEST 3RD AVENUE","Physical Address Line 2":"","Physical Address City":"BETHUNE","Physical Address State":"CO ","Physical Address Zipcode":"80805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08264462809917356,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0802430","School District Name":"Bennett School District No. 29J","Physical Address Line 1":"610 7TH STREET","Physical Address Line 2":"","Physical Address City":"BENNETT","Physical Address State":"CO ","Physical Address Zipcode":"80102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.062320916905444126,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0802400","School District Name":"Bayfield School District No. 10Jt-R","Physical Address Line 1":"24 S CLOVER DRIVE","Physical Address Line 2":"","Physical Address City":"BAYFIELD","Physical Address State":"CO ","Physical Address Zipcode":"81122","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08678500986193294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0802370","School District Name":"Platte Canyon School District No. 1 of the county of Park","Physical Address Line 1":"57393 US HIGHWAY 285","Physical Address Line 2":"","Physical Address City":"BAILEY","Physical Address State":"CO ","Physical Address Zipcode":"80421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08754448398576513,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0802340","School District Name":"Aurora Joint District No. 28 of the counties of Adams and A","Physical Address Line 1":"15701 E. 1ST AVE. SUITE 206","Physical Address Line 2":"","Physical Address City":"AURORA","Physical Address State":"CO ","Physical Address Zipcode":"80011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1286521811720371,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0802310","School District Name":"Weld County School District No. Re-9","Physical Address Line 1":"210 W. 1ST STREET","Physical Address Line 2":"","Physical Address City":"AULT","Physical Address State":"CO ","Physical Address Zipcode":"80610","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0688378978534419,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0802280","School District Name":"Aspen School District No. 1 in the county of Pitkin and Sta","Physical Address Line 1":"0235 HIGH SCHOOL ROAD","Physical Address Line 2":"","Physical Address City":"ASPEN","Physical Address State":"CO ","Physical Address Zipcode":"81611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.04758620689655172,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0802260","School District Name":"Arriba-Flagler Consolidated School District No. 20","Physical Address Line 1":"421 JULIAN STREET","Physical Address Line 2":"","Physical Address City":"FLAGLER","Physical Address State":"CO ","Physical Address Zipcode":"80815","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10650887573964497,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0802220","School District Name":"Arickaree School District No. R-2","Physical Address Line 1":"12155 COUNTY ROAD NN","Physical Address Line 2":"","Physical Address City":"ANTON","Physical Address State":"CO ","Physical Address Zipcode":"80801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1826086956521739,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0802190","School District Name":"Archuleta County School District No. 50 Jt","Physical Address Line 1":"800 B SOUTH 8TH STREET","Physical Address Line 2":"","Physical Address City":"PAGOSA SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"81147","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15901639344262294,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0802130","School District Name":"South Conejos School District No. Re10","Physical Address Line 1":"13099 COUNTY ROAD G","Physical Address Line 2":"","Physical Address City":"ANTONITO","Physical Address State":"CO ","Physical Address Zipcode":"81120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21364985163204747,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0802070","School District Name":"Alamosa School District No. Re-11J","Physical Address Line 1":"209 VICTORIA AVENUE","Physical Address Line 2":"","Physical Address City":"ALAMOSA","Physical Address State":"CO ","Physical Address Zipcode":"81101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19802356518434056,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0802040","School District Name":"Akron School District No. R-1","Physical Address Line 1":"600 ELM AVENUE","Physical Address Line 2":"","Physical Address City":"AKRON","Physical Address State":"CO ","Physical Address Zipcode":"80720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14138817480719795,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0802010","School District Name":"Aguilar Reorganized School District No. 6","Physical Address Line 1":"420 NORTH BALSAM","Physical Address Line 2":"","Physical Address City":"AGUILAR","Physical Address State":"CO ","Physical Address Zipcode":"81020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26277372262773724,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0801980","School District Name":"Agate School District No. 300","Physical Address Line 1":"41032 2ND AVENUE","Physical Address Line 2":"","Physical Address City":"AGATE","Physical Address State":"CO ","Physical Address Zipcode":"80101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10679611650485436,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0801950","School District Name":"School District N. 14 in the county of Adams & State of Colo","Physical Address Line 1":"5291 EAST 60TH AVENUE","Physical Address Line 2":"","Physical Address City":"COMMERCE CITY","Physical Address State":"CO ","Physical Address Zipcode":"80022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16980100590422043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0801920","School District Name":"Academy School District No. 20 in the county of El Paso an","Physical Address Line 1":"1110 CHAPEL HILLS DRIVE","Physical Address Line 2":"","Physical Address City":"COLORADO SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"80920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04617466067298041,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0800295","School District Name":"Roaring Fork School District AU","Physical Address Line 1":"400 SOPRIS AVE","Physical Address Line 2":"","Physical Address City":"CARBONDALE","Physical Address State":"CO ","Physical Address Zipcode":"81623","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800294","School District Name":"Education reEnvisioned BOCES AU","Physical Address Line 1":"430 BEACON LITE ROAD SUITE 135","Physical Address Line 2":"","Physical Address City":"MONUMENT","Physical Address State":"CO ","Physical Address Zipcode":"80132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800293","School District Name":"Colorado River BOCES AU","Physical Address Line 1":"460 STONE QUARRY ROAD","Physical Address Line 2":"","Physical Address City":"PARACHUTE","Physical Address State":"CO ","Physical Address Zipcode":"81635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800292","School District Name":"Colorado River BOCES","Physical Address Line 1":"460 STONE QUARRY ROAD","Physical Address Line 2":"","Physical Address City":"PARACHUTE","Physical Address State":"CO ","Physical Address Zipcode":"81635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800291","School District Name":"Durango 9-R AU","Physical Address Line 1":"201 EAST 12TH STREET","Physical Address Line 2":"","Physical Address City":"DURANGO","Physical Address State":"CO ","Physical Address Zipcode":"81301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800289","School District Name":"Aspen 1 AU","Physical Address Line 1":"0235 HIGH SCHOOL ROAD","Physical Address Line 2":"","Physical Address City":"ASPEN","Physical Address State":"CO ","Physical Address Zipcode":"81611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800288","School District Name":"Summit RE-1 AU","Physical Address Line 1":"150 SCHOOL ROAD","Physical Address Line 2":"","Physical Address City":"FRISCO","Physical Address State":"CO ","Physical Address Zipcode":"80443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800287","School District Name":"CMHI Pueblo","Physical Address Line 1":"1600 WEST 24TH STREET","Physical Address Line 2":"","Physical Address City":"PUEBLO","Physical Address State":"CO ","Physical Address Zipcode":"81003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800286","School District Name":"Division of Youth Services","Physical Address Line 1":"4141 SOUTH JULIAN WAY","Physical Address Line 2":"","Physical Address City":"DENVER","Physical Address State":"CO ","Physical Address Zipcode":"80236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800285","School District Name":"Department of Corrections","Physical Address Line 1":"2862 SOUTH CIRCLE DRIVE","Physical Address Line 2":"","Physical Address City":"COLORADO SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"80906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800284","School District Name":"Elizabeth School District AU","Physical Address Line 1":"634 SOUTH ELBERT","Physical Address Line 2":"","Physical Address City":"ELIZABETH","Physical Address State":"CO ","Physical Address Zipcode":"80107","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0800283","School District Name":"Eagle County School District RE-50J AU","Physical Address Line 1":"948 CHAMBERS AVENUE","Physical Address Line 2":"","Physical Address City":"Eagle","Physical Address State":"CO ","Physical Address Zipcode":"81631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800282","School District Name":"EDUCATION REENVISIONED BOCES","Physical Address Line 1":"430 BEACON LITE ROAD SUITE 135","Physical Address Line 2":"","Physical Address City":"MONUMENT","Physical Address State":"CO ","Physical Address Zipcode":"80132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800281","School District Name":"Weld RE-5J Johnstown-Milliken AU","Physical Address Line 1":"110 SO CENTENNIAL DR SUITE 1","Physical Address Line 2":"","Physical Address City":"MILLIKEN","Physical Address State":"CO ","Physical Address Zipcode":"80543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800280","School District Name":"Colorado School for the Deaf and Blind AU","Physical Address Line 1":"33 North Institute Street","Physical Address Line 2":"","Physical Address City":"Colorado Springs","Physical Address State":"CO ","Physical Address Zipcode":"80903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800279","School District Name":"El Paso 11 Colo Springs AU","Physical Address Line 1":"1115 North El Paso Street","Physical Address Line 2":"","Physical Address City":"Colorado Springs","Physical Address State":"CO ","Physical Address Zipcode":"80903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800278","School District Name":"Pueblo 70 Rural AU","Physical Address Line 1":"24951 East Highway 50","Physical Address Line 2":"","Physical Address City":"Pueblo","Physical Address State":"CO ","Physical Address Zipcode":"81006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800277","School District Name":"Rio Blanco BOCES AU","Physical Address Line 1":"234 South Jones Avenue #103","Physical Address Line 2":"","Physical Address City":"Rangely","Physical Address State":"CO ","Physical Address Zipcode":"81648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0800276","School District Name":"Pikes Peak BOCES AU","Physical Address Line 1":"4825 Lorna Place","Physical Address Line 2":"","Physical Address City":"Colorado Springs","Physical Address State":"CO ","Physical Address Zipcode":"80915","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800275","School District Name":"Ute Pass BOCES AU","Physical Address Line 1":"211 North Baldwin","Physical Address Line 2":"","Physical Address City":"Woodland Park","Physical Address State":"CO ","Physical Address Zipcode":"80866","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800274","School District Name":"Mountain BOCES AU","Physical Address Line 1":"995 Cowen Drive Suite 10","Physical Address Line 2":"","Physical Address City":"Carbondale","Physical Address State":"CO ","Physical Address Zipcode":"81623","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800273","School District Name":"Arapahoe 1 Englewood AU","Physical Address Line 1":"4101 South Bannock","Physical Address Line 2":"","Physical Address City":"Englewood","Physical Address State":"CO ","Physical Address Zipcode":"80110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800272","School District Name":"Adams 14 Commerce City AU","Physical Address Line 1":"5291 East 60th Avenue","Physical Address Line 2":"","Physical Address City":"Commerce City","Physical Address State":"CO ","Physical Address Zipcode":"80022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800271","School District Name":"Santa Fe Trail BOCES AU","Physical Address Line 1":"315 Santa Fe Avenue","Physical Address Line 2":"","Physical Address City":"La Junta","Physical Address State":"CO ","Physical Address Zipcode":"81050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800270","School District Name":"Weld 6 Greeley AU","Physical Address Line 1":"1025 9th Avenue","Physical Address Line 2":"","Physical Address City":"Greeley","Physical Address State":"CO ","Physical Address Zipcode":"80631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800269","School District Name":"Montrose RE-1J AU","Physical Address Line 1":"526 North 6th Street","Physical Address Line 2":"","Physical Address City":"Montrose","Physical Address State":"CO ","Physical Address Zipcode":"81401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800268","School District Name":"Adams 12 Northglenn AU","Physical Address Line 1":"1500 East 128th Avenue","Physical Address Line 2":"","Physical Address City":"Thornton","Physical Address State":"CO ","Physical Address Zipcode":"80241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800267","School District Name":"Larimer R-3 Park AU","Physical Address Line 1":"1605 Brodie Avenue","Physical Address Line 2":"","Physical Address City":"Estes Park","Physical Address State":"CO ","Physical Address Zipcode":"80517","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800266","School District Name":"Charter School Institute AU","Physical Address Line 1":"1580 Logan Street Ste. 760","Physical Address Line 2":"","Physical Address City":"Denver","Physical Address State":"CO ","Physical Address Zipcode":"80203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA but not under ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800265","School District Name":"Fort Lupton/Keenesburg AU","Physical Address Line 1":"99 West Broadway","Physical Address Line 2":"","Physical Address City":"Keenesburg","Physical Address State":"CO ","Physical Address Zipcode":"80643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0800264","School District Name":"El Paso 12 Cheyenne Mountain AU","Physical Address Line 1":"1805 Preserve Drive","Physical Address Line 2":"","Physical Address City":"Colorado Springs","Physical Address State":"CO ","Physical Address Zipcode":"80906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800263","School District Name":"Boulder RE-1J St Vrain AU","Physical Address Line 1":"395 South Pratt Pkwy","Physical Address Line 2":"","Physical Address City":"Longmont","Physical Address State":"CO ","Physical Address Zipcode":"80501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800262","School District Name":"Uncompahgre BOCES AU","Physical Address Line 1":"1115 CLINTON AVE","Physical Address Line 2":"","Physical Address City":"RIDGWAY","Physical Address State":"CO ","Physical Address Zipcode":"81432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0800261","School District Name":"San Luis Valley BOCES AU","Physical Address Line 1":"2261 Enterprise Drive","Physical Address Line 2":"","Physical Address City":"Alamosa","Physical Address State":"CO ","Physical Address Zipcode":"81101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800260","School District Name":"Douglas RE-1 AU","Physical Address Line 1":"620 Wilcox Street","Physical Address Line 2":"","Physical Address City":"Castle Rock","Physical Address State":"CO ","Physical Address Zipcode":"80104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800259","School District Name":"Colorado Mental Health Institute Pueblo AU","Physical Address Line 1":"1600 West 24th Street","Physical Address Line 2":"","Physical Address City":"Pueblo","Physical Address State":"CO ","Physical Address Zipcode":"81003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800258","School District Name":"Adams 1 Mapleton AU","Physical Address Line 1":"591 East 80th Avenue","Physical Address Line 2":"","Physical Address City":"Denver","Physical Address State":"CO ","Physical Address Zipcode":"80229","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800257","School District Name":"Westminster Public Schools AU","Physical Address Line 1":"4476 WEST 68TH AVENUE","Physical Address Line 2":"","Physical Address City":"WESTMINSTER","Physical Address State":"CO ","Physical Address Zipcode":"80030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800256","School District Name":"Southeastern BOCES AU","Physical Address Line 1":"703 South 3rd Street","Physical Address Line 2":"","Physical Address City":"Lamar","Physical Address State":"CO ","Physical Address Zipcode":"81052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800255","School District Name":"Adams-Arap 28J Aurora AU","Physical Address Line 1":"15751 East First Avenue","Physical Address Line 2":"","Physical Address City":"Aurora","Physical Address State":"CO ","Physical Address Zipcode":"80011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800254","School District Name":"Moffat Re-1 Craig AU","Physical Address Line 1":"775 Yampa Avenue","Physical Address Line 2":"","Physical Address City":"Craig","Physical Address State":"CO ","Physical Address Zipcode":"81625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800253","School District Name":"San Juan BOCES AU","Physical Address Line 1":"201 East 12th Street","Physical Address Line 2":"","Physical Address City":"Durango","Physical Address State":"CO ","Physical Address Zipcode":"81301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800251","School District Name":"Larimer R-2J Thompson AU","Physical Address Line 1":"800 South Taft Avenue","Physical Address Line 2":"","Physical Address City":"Loveland","Physical Address State":"CO ","Physical Address Zipcode":"80537","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800250","School District Name":"Weld RE-4 Windsor AU","Physical Address Line 1":"1020 Main Street","Physical Address Line 2":"","Physical Address City":"Windsor","Physical Address State":"CO ","Physical Address Zipcode":"80550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800249","School District Name":"Larimer R-1 Poudre AU","Physical Address Line 1":"2407 LaPorte Avenue","Physical Address Line 2":"","Physical Address City":"Fort Collins","Physical Address State":"CO ","Physical Address Zipcode":"80521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800248","School District Name":"Northwest BOCES AU","Physical Address Line 1":"325 7th Street","Physical Address Line 2":"","Physical Address City":"Steamboat Springs","Physical Address State":"CO ","Physical Address Zipcode":"80477","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800247","School District Name":"Arapahoe 5 Cherry Creek AU","Physical Address Line 1":"4700 South Yosemite Street #240","Physical Address Line 2":"","Physical Address City":"Greenwood Village","Physical Address State":"CO ","Physical Address Zipcode":"80111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800246","School District Name":"Mesa 51 Grand Junction AU","Physical Address Line 1":"2523 Patterson Road","Physical Address Line 2":"","Physical Address City":"Grand Junction","Physical Address State":"CO ","Physical Address Zipcode":"81505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800245","School District Name":"Denver 1 AU","Physical Address Line 1":"900 Grant Street 2nd Floor","Physical Address Line 2":"","Physical Address City":"Denver","Physical Address State":"CO ","Physical Address Zipcode":"80203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800243","School District Name":"Morgan Re-3 Fort Morgan AU","Physical Address Line 1":"715 West Platte Avenue","Physical Address Line 2":"","Physical Address City":"Fort Morgan","Physical Address State":"CO ","Physical Address Zipcode":"80701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800242","School District Name":"EL PASO COUNTY COLORADO SCHOOL DISTRICT 49 AU","Physical Address Line 1":"7545 MOHAWK ROAD","Physical Address Line 2":"","Physical Address City":"COLORADO SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"80908","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800241","School District Name":"South Central BOCES AU","Physical Address Line 1":"323 South Purcell Blvd","Physical Address Line 2":"","Physical Address City":"Pueblo West","Physical Address State":"CO ","Physical Address Zipcode":"81007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800240","School District Name":"Gunnison Re-1J AU","Physical Address Line 1":"800 North Boulevard","Physical Address Line 2":"","Physical Address City":"Gunnison","Physical Address State":"CO ","Physical Address Zipcode":"81230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800239","School District Name":"Delta 50J AU","Physical Address Line 1":"1002 Hastings Street","Physical Address Line 2":"","Physical Address City":"Delta","Physical Address State":"CO ","Physical Address Zipcode":"81416","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800238","School District Name":"Mt Evans BOCES AU","Physical Address Line 1":"320 Highway 103","Physical Address Line 2":"","Physical Address City":"Idaho Springs","Physical Address State":"CO ","Physical Address Zipcode":"80452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0800237","School District Name":"Adams 27J School District 27J AU","Physical Address Line 1":"18551 EAST 160TH AVENUE","Physical Address Line 2":"","Physical Address City":"BRIGHTON","Physical Address State":"CO ","Physical Address Zipcode":"80601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800236","School District Name":"El Paso 2 Harrison AU","Physical Address Line 1":"2883 South Circle Drive","Physical Address Line 2":"","Physical Address City":"Colorado Springs","Physical Address State":"CO ","Physical Address Zipcode":"80906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800235","School District Name":"Logan Re-1 Valley AU","Physical Address Line 1":"415 Beattie Street","Physical Address Line 2":"","Physical Address City":"Sterling","Physical Address State":"CO ","Physical Address Zipcode":"80751","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800234","School District Name":"East Central BOCES AU","Physical Address Line 1":"820 Second Street","Physical Address Line 2":"","Physical Address City":"Limon","Physical Address State":"CO ","Physical Address Zipcode":"80828","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0800233","School District Name":"Fremont Re-1 Canon City AU","Physical Address Line 1":"101 North 14th Street","Physical Address Line 2":"","Physical Address City":"Canon City","Physical Address State":"CO ","Physical Address Zipcode":"81212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800232","School District Name":"Division of Youth Services AU","Physical Address Line 1":"4141 SOUTH JULIAN WAY","Physical Address Line 2":"","Physical Address City":"DENVER","Physical Address State":"CO ","Physical Address Zipcode":"80236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800231","School District Name":"El Paso 38 Lewis Palmer AU","Physical Address Line 1":"146 Jefferson Street","Physical Address Line 2":"","Physical Address City":"Monument","Physical Address State":"CO ","Physical Address Zipcode":"80132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800230","School District Name":"Department of Corrections AU","Physical Address Line 1":"2862 South Circle Drive","Physical Address Line 2":"","Physical Address City":"Colorado Springs","Physical Address State":"CO ","Physical Address Zipcode":"80906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800229","School District Name":"Northeast BOCES AU","Physical Address Line 1":"301 West Powell","Physical Address Line 2":"","Physical Address City":"Haxtun","Physical Address State":"CO ","Physical Address Zipcode":"80731","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0800228","School District Name":"Arapahoe 2 Sheridan AU","Physical Address Line 1":"4000 South Lowell Blvd","Physical Address Line 2":"","Physical Address City":"Sheridan","Physical Address State":"CO ","Physical Address Zipcode":"80236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800227","School District Name":"Boulder Re-2 Boulder AU","Physical Address Line 1":"6500 East Arapahoe Road","Physical Address Line 2":"","Physical Address City":"Boulder","Physical Address State":"CO ","Physical Address Zipcode":"80303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800226","School District Name":"Centennial BOCES AU","Physical Address Line 1":"2020 Club House Drive Ste #230","Physical Address Line 2":"","Physical Address City":"Greeley","Physical Address State":"CO ","Physical Address Zipcode":"80634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800225","School District Name":"El Paso 20 Academy AU","Physical Address Line 1":"1110 Chapel Hills Drive","Physical Address Line 2":"","Physical Address City":"Colorado Springs","Physical Address State":"CO ","Physical Address Zipcode":"80920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800224","School District Name":"Arapahoe 6 Littleton AU","Physical Address Line 1":"5776 South Crocker Street","Physical Address Line 2":"","Physical Address City":"Littleton","Physical Address State":"CO ","Physical Address Zipcode":"80120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800223","School District Name":"El Paso 3 Widefield AU","Physical Address Line 1":"930 Leta Drive","Physical Address Line 2":"","Physical Address City":"Colorado Springs","Physical Address State":"CO ","Physical Address Zipcode":"80911","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800222","School District Name":"Jefferson R-1 AU","Physical Address Line 1":"1829 Denver West Drive Bldg.#27","Physical Address Line 2":"","Physical Address City":"Golden","Physical Address State":"CO ","Physical Address Zipcode":"80401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800221","School District Name":"Pueblo 60 Urban AU","Physical Address Line 1":"315 West 11th Street","Physical Address Line 2":"","Physical Address City":"Pueblo","Physical Address State":"CO ","Physical Address Zipcode":"81003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800220","School District Name":"El Paso 8 Fountain AU","Physical Address Line 1":"10665 Jimmy Camp Road","Physical Address Line 2":"","Physical Address City":"Fountain","Physical Address State":"CO ","Physical Address Zipcode":"80817","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800023","School District Name":"Colorado School for the Deaf and Blind","Physical Address Line 1":"33 N INSTITUTE ST","Physical Address Line 2":"","Physical Address City":"COLORADO SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"80903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800022","School District Name":"Ute Pass BOCES","Physical Address Line 1":"405 EL MONTE PLACE","Physical Address Line 2":"","Physical Address City":"MANITOU SPRINGS","Physical Address State":"CO ","Physical Address Zipcode":"80829","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800020","School District Name":"State Charter School Institute","Physical Address Line 1":"1600 N BROADWAY SUITE 1250","Physical Address Line 2":"","Physical Address City":"DENVER","Physical Address State":"CO ","Physical Address Zipcode":"80202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800019","School District Name":"Liberty J-4 School District","Physical Address Line 1":"9332 HIGHWAY 36","Physical Address Line 2":"","Physical Address City":"JOES","Physical Address State":"CO ","Physical Address Zipcode":"80822","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0800018","School District Name":"Idalia RJ-3 School District","Physical Address Line 1":"26845 COUNTY ROAD 9.2","Physical Address Line 2":"","Physical Address City":"IDALIA","Physical Address State":"CO ","Physical Address Zipcode":"80735","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16161616161616163,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0800017","School District Name":"Wray RD-2 School District","Physical Address Line 1":"30222 COUNTY ROAD 35","Physical Address Line 2":"","Physical Address City":"WRAY","Physical Address State":"CO ","Physical Address Zipcode":"80758","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15197956577266922,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0800016","School District Name":"Yuma 1 School District","Physical Address Line 1":"418 SOUTH MAIN STREET","Physical Address Line 2":"","Physical Address City":"YUMA","Physical Address State":"CO ","Physical Address Zipcode":"80759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14543726235741444,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0800015","School District Name":"Front Range BOCES","Physical Address Line 1":"6500 ARAPAHOE ROAD","Physical Address Line 2":"","Physical Address City":"BOULDER","Physical Address State":"CO ","Physical Address Zipcode":"80303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800014","School District Name":"Santa Fe Trail BOCES","Physical Address Line 1":"302 COLORADO AVE","Physical Address Line 2":"","Physical Address City":"LA JUNTA","Physical Address State":"CO ","Physical Address Zipcode":"81050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800013","School District Name":"Uncompahgre BOCES","Physical Address Line 1":"1115 CLINTON AVE","Physical Address Line 2":"","Physical Address City":"RIDGWAY","Physical Address State":"CO ","Physical Address Zipcode":"81432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0800012","School District Name":"Mt Evans BOCES","Physical Address Line 1":"57393 US HIGHWAY 285","Physical Address Line 2":"","Physical Address City":"BAILEY","Physical Address State":"CO ","Physical Address Zipcode":"80421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0800011","School District Name":"Grand Valley BOCES","Physical Address Line 1":"2508 BLICHMANN AVENUE","Physical Address Line 2":"","Physical Address City":"GRAND JUNCTION","Physical Address State":"CO ","Physical Address Zipcode":"81505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800009","School District Name":"Adams County BOCES","Physical Address Line 1":"1400 W. 122ND AVE","Physical Address Line 2":"","Physical Address City":"WESTMINSTER","Physical Address State":"CO ","Physical Address Zipcode":"80234","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800004","School District Name":"DENVER 1","Physical Address Line 1":"1700 SOUTH HOLLY STREET","Physical Address Line 2":"","Physical Address City":"DENVER","Physical Address State":"CO ","Physical Address Zipcode":"80222","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0800001","School District Name":"Cheyenne County School District No. Re-5","Physical Address Line 1":"395 NORTH 5TH WEST","Physical Address Line 2":"","Physical Address City":"CHEYENNE WELLS","Physical Address State":"CO ","Physical Address Zipcode":"80810","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11740890688259109,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0691137","School District Name":"Big Oak Flat-Groveland Unified","Physical Address Line 1":"19177 Hwy 120","Physical Address Line 2":"","Physical Address City":"Groveland","Physical Address State":"CA ","Physical Address Zipcode":"95321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14751286449399656,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0691136","School District Name":"Aromas - San Juan Unified","Physical Address Line 1":"2300 San Juan Hwy.","Physical Address Line 2":"","Physical Address City":"San Juan Bautista","Physical Address State":"CA ","Physical Address Zipcode":"95045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06190172303765156,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0691135","School District Name":"Val Verde Unified","Physical Address Line 1":"975 W. Morgan St.","Physical Address Line 2":"","Physical Address City":"Perris","Physical Address State":"CA ","Physical Address Zipcode":"92571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14880177443464004,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0691134","School District Name":"Golden Plains Unified","Physical Address Line 1":"22000 Nevada St.","Physical Address Line 2":"","Physical Address City":"San Joaquin","Physical Address State":"CA ","Physical Address Zipcode":"93660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1944177093358999,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0691122","School District Name":"Solano County Office of Education","Physical Address Line 1":"5100 Business Center Dr.","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"CA ","Physical Address Zipcode":"94534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691120","School District Name":"Sierra County Office of Education","Physical Address Line 1":"109 Beckwith Rd.","Physical Address Line 2":"","Physical Address City":"Loyalton","Physical Address State":"CA ","Physical Address Zipcode":"96118","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0691111","School District Name":"San Francisco County Office of Education","Physical Address Line 1":"555 Franklin St.","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691102","School District Name":"Plumas County Office of Education","Physical Address Line 1":"50 Church St.","Physical Address Line 2":"","Physical Address City":"Quincy","Physical Address State":"CA ","Physical Address Zipcode":"95971","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691093","School District Name":"Modoc County Office of Education","Physical Address Line 1":"139 Henderson St.","Physical Address Line 2":"","Physical Address City":"Alturas","Physical Address State":"CA ","Physical Address Zipcode":"96101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691090","School District Name":"Mariposa County Office of Education","Physical Address Line 1":"5082 Old Highway N.","Physical Address Line 2":"","Physical Address City":"Mariposa","Physical Address State":"CA ","Physical Address Zipcode":"95338","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0691078","School District Name":"Los Angeles County Office of Education","Physical Address Line 1":"9300 Imperial Hwy.","Physical Address Line 2":"","Physical Address City":"Downey","Physical Address State":"CA ","Physical Address Zipcode":"90242","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691063","School District Name":"Del Norte County Office of Education","Physical Address Line 1":"301 W. Washington Blvd.","Physical Address Line 2":"","Physical Address City":"Crescent City","Physical Address State":"CA ","Physical Address Zipcode":"95531","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691058","School District Name":"Alpine County Office of Education","Physical Address Line 1":"43 Hawkside Dr.","Physical Address Line 2":"","Physical Address City":"Markleeville","Physical Address State":"CA ","Physical Address Zipcode":"96120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0691052","School District Name":"Mono County Office of Education","Physical Address Line 1":"451 Sierra Park Rd","Physical Address Line 2":"","Physical Address City":"Mammoth Lakes","Physical Address State":"CA ","Physical Address Zipcode":"93546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691051","School District Name":"Alameda County Office of Education","Physical Address Line 1":"313 W. Winton Ave.","Physical Address Line 2":"","Physical Address City":"Hayward","Physical Address State":"CA ","Physical Address Zipcode":"94544","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691049","School District Name":"Yolo County Office of Education","Physical Address Line 1":"1280 Santa Anita Ct. Ste. 100","Physical Address Line 2":"","Physical Address City":"Woodland","Physical Address State":"CA ","Physical Address Zipcode":"95776","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691048","School District Name":"Yuba County Office of Education","Physical Address Line 1":"935 14th St.","Physical Address Line 2":"","Physical Address City":"Marysville","Physical Address State":"CA ","Physical Address Zipcode":"95901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691047","School District Name":"Ventura County Office of Education","Physical Address Line 1":"5189 Verdugo Way","Physical Address Line 2":"","Physical Address City":"Camarillo","Physical Address State":"CA ","Physical Address Zipcode":"93012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691046","School District Name":"Tuolumne County Superintendent of Schools","Physical Address Line 1":"175 Fairview Ln.","Physical Address Line 2":"","Physical Address City":"Sonora","Physical Address State":"CA ","Physical Address Zipcode":"95370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691045","School District Name":"Tulare County Office of Education","Physical Address Line 1":"6200 S. Mooney Blvd.","Physical Address Line 2":"","Physical Address City":"Visalia","Physical Address State":"CA ","Physical Address Zipcode":"93277","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691044","School District Name":"Trinity County Office of Education","Physical Address Line 1":"201 Memorial Dr.","Physical Address Line 2":"","Physical Address City":"Weaverville","Physical Address State":"CA ","Physical Address Zipcode":"96093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0691043","School District Name":"Tehama County Department of Education","Physical Address Line 1":"1135 Lincoln St.","Physical Address Line 2":"","Physical Address City":"Red Bluff","Physical Address State":"CA ","Physical Address Zipcode":"96080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691042","School District Name":"Sutter County Office of Education","Physical Address Line 1":"970 Klamath Ln.","Physical Address Line 2":"","Physical Address City":"Yuba City","Physical Address State":"CA ","Physical Address Zipcode":"95993","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691041","School District Name":"Stanislaus County Office of Education","Physical Address Line 1":"1100 H St.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691040","School District Name":"Sonoma County Office of Education","Physical Address Line 1":"5340 Skylane Blvd.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691038","School District Name":"Siskiyou County Office of Education","Physical Address Line 1":"609 S. Gold St.","Physical Address Line 2":"","Physical Address City":"Yreka","Physical Address State":"CA ","Physical Address Zipcode":"96097","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691037","School District Name":"Shasta County Office of Education","Physical Address Line 1":"1644 Magnolia Ave.","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691036","School District Name":"Santa Cruz County Office of Education","Physical Address Line 1":"400 Encinal St.","Physical Address Line 2":"","Physical Address City":"Santa Cruz","Physical Address State":"CA ","Physical Address Zipcode":"95060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691035","School District Name":"Santa Clara County Office of Education","Physical Address Line 1":"1290 Ridder Park Dr.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691034","School District Name":"Santa Barbara County Office of Education","Physical Address Line 1":"4400 Cathedral Oaks Rd.","Physical Address Line 2":"","Physical Address City":"Santa Barbara","Physical Address State":"CA ","Physical Address Zipcode":"93110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691033","School District Name":"San Mateo County Office of Education","Physical Address Line 1":"101 Twin Dolphin Dr.","Physical Address Line 2":"","Physical Address City":"Redwood City","Physical Address State":"CA ","Physical Address Zipcode":"94065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691032","School District Name":"San Luis Obispo County Office of Education","Physical Address Line 1":"3350 Ed Dr.","Physical Address Line 2":"","Physical Address City":"San Luis Obispo","Physical Address State":"CA ","Physical Address Zipcode":"93405","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691031","School District Name":"San Joaquin County Office of Education","Physical Address Line 1":"2922 Transworld Dr.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95206","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691030","School District Name":"San Diego County Office of Education","Physical Address Line 1":"6401 Linda Vista Rd.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691029","School District Name":"San Bernardino County Office of Education","Physical Address Line 1":"601 N. E St.","Physical Address Line 2":"","Physical Address City":"San Bernardino","Physical Address State":"CA ","Physical Address Zipcode":"92415","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691028","School District Name":"San Benito County Office of Education","Physical Address Line 1":"460 Fifth St.","Physical Address Line 2":"","Physical Address City":"Hollister","Physical Address State":"CA ","Physical Address Zipcode":"95023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691027","School District Name":"Sacramento County Office of Education","Physical Address Line 1":"10474 Mather Blvd.","Physical Address Line 2":"","Physical Address City":"Mather","Physical Address State":"CA ","Physical Address Zipcode":"95655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691026","School District Name":"Riverside County Office of Education","Physical Address Line 1":"3939 13th St.","Physical Address Line 2":"","Physical Address City":"Riverside","Physical Address State":"CA ","Physical Address Zipcode":"92502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691025","School District Name":"Placer County Office of Education","Physical Address Line 1":"360 Nevada St.","Physical Address Line 2":"","Physical Address City":"Auburn","Physical Address State":"CA ","Physical Address Zipcode":"95603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691024","School District Name":"Orange County Department of Education","Physical Address Line 1":"200 Kalmus Dr.","Physical Address Line 2":"","Physical Address City":"Costa Mesa","Physical Address State":"CA ","Physical Address Zipcode":"92628","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691023","School District Name":"Nevada County Office of Education","Physical Address Line 1":"380 Crown Point Cir.","Physical Address Line 2":"","Physical Address City":"Grass Valley","Physical Address State":"CA ","Physical Address Zipcode":"95945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691022","School District Name":"Napa County Office of Education","Physical Address Line 1":"2121 Imola Ave.","Physical Address Line 2":"","Physical Address City":"Napa","Physical Address State":"CA ","Physical Address Zipcode":"94559","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691021","School District Name":"Monterey County Office of Education","Physical Address Line 1":"901 Blanco Cir.","Physical Address Line 2":"","Physical Address City":"Salinas","Physical Address State":"CA ","Physical Address Zipcode":"93912","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691020","School District Name":"Merced County Office of Education","Physical Address Line 1":"632 W. 13th St.","Physical Address Line 2":"","Physical Address City":"Merced","Physical Address State":"CA ","Physical Address Zipcode":"95341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691019","School District Name":"Mendocino County Office of Education","Physical Address Line 1":"2240 Old River Rd.","Physical Address Line 2":"","Physical Address City":"Ukiah","Physical Address State":"CA ","Physical Address Zipcode":"95482","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691018","School District Name":"Marin County Office of Education","Physical Address Line 1":"1111 Las Gallinas Ave.","Physical Address Line 2":"","Physical Address City":"San Rafael","Physical Address State":"CA ","Physical Address Zipcode":"94903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691017","School District Name":"Madera County Superintendent of Schools","Physical Address Line 1":"1105 S. Madera Ave.","Physical Address Line 2":"","Physical Address City":"Madera","Physical Address State":"CA ","Physical Address Zipcode":"93637","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691015","School District Name":"Lassen County Office of Education","Physical Address Line 1":"472-013 Johnstonville Rd. N.","Physical Address Line 2":"","Physical Address City":"Susanville","Physical Address State":"CA ","Physical Address Zipcode":"96130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691014","School District Name":"Lake County Office of Education","Physical Address Line 1":"1152 S. Main St.","Physical Address Line 2":"","Physical Address City":"Lakeport","Physical Address State":"CA ","Physical Address Zipcode":"95453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691013","School District Name":"Kings County Office of Education","Physical Address Line 1":"1144 W. Lacey Blvd.","Physical Address Line 2":"","Physical Address City":"Hanford","Physical Address State":"CA ","Physical Address Zipcode":"93230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691012","School District Name":"Kern County Office of Education","Physical Address Line 1":"1300 17th St. City Centre","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691011","School District Name":"Inyo County Office of Education","Physical Address Line 1":"166 Grandview Dr.","Physical Address Line 2":"","Physical Address City":"Bishop","Physical Address State":"CA ","Physical Address Zipcode":"93514","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0691010","School District Name":"Imperial County Office of Education","Physical Address Line 1":"1398 Sperber Rd.","Physical Address Line 2":"","Physical Address City":"El Centro","Physical Address State":"CA ","Physical Address Zipcode":"92243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691009","School District Name":"Humboldt County Office of Education","Physical Address Line 1":"901 Myrtle Ave.","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"CA ","Physical Address Zipcode":"95501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691008","School District Name":"Glenn County Office of Education","Physical Address Line 1":"311 S. Villa Ave.","Physical Address Line 2":"","Physical Address City":"Willows","Physical Address State":"CA ","Physical Address Zipcode":"95988","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691007","School District Name":"Fresno County Office of Education","Physical Address Line 1":"1111 Van Ness Ave.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93721","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691006","School District Name":"El Dorado County Office of Education","Physical Address Line 1":"6767 Green Valley Rd.","Physical Address Line 2":"","Physical Address City":"Placerville","Physical Address State":"CA ","Physical Address Zipcode":"95667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691005","School District Name":"Contra Costa County Office of Education","Physical Address Line 1":"77 Santa Barbara Rd.","Physical Address Line 2":"","Physical Address City":"Pleasant Hill","Physical Address State":"CA ","Physical Address Zipcode":"94523","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691004","School District Name":"Colusa County Office of Education","Physical Address Line 1":"345 5th St. Ste. A","Physical Address Line 2":"","Physical Address City":"Colusa","Physical Address State":"CA ","Physical Address Zipcode":"95932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691003","School District Name":"Calaveras County Office of Education","Physical Address Line 1":"185 S. Main St.","Physical Address Line 2":"","Physical Address City":"Angels Camp","Physical Address State":"CA ","Physical Address Zipcode":"95221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0691002","School District Name":"Butte County Office of Education","Physical Address Line 1":"1859 Bird St.","Physical Address Line 2":"","Physical Address City":"Oroville","Physical Address State":"CA ","Physical Address Zipcode":"95965","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0691001","School District Name":"Amador County Office of Education","Physical Address Line 1":"217 Rex Ave.","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"CA ","Physical Address Zipcode":"95642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0684500","School District Name":"Irvine Unified","Physical Address Line 1":"5050 Barranca Pkwy.","Physical Address Line 2":"","Physical Address City":"Irvine","Physical Address State":"CA ","Physical Address Zipcode":"92604","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06847913469268435,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0643560","School District Name":"Yucaipa-Calimesa Joint Unified","Physical Address Line 1":"12797 Third St.","Physical Address Line 2":"","Physical Address City":"Yucaipa","Physical Address State":"CA ","Physical Address Zipcode":"92399","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12508006221978224,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0643470","School District Name":"Yuba City Unified","Physical Address Line 1":"750 Palora Ave.","Physical Address Line 2":"","Physical Address City":"Yuba City","Physical Address State":"CA ","Physical Address Zipcode":"95991","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15942234178111284,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0643410","School District Name":"Yreka Union High","Physical Address Line 1":"400 Preece Way","Physical Address Line 2":"","Physical Address City":"Yreka","Physical Address State":"CA ","Physical Address Zipcode":"96097","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16444981862152358,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0643380","School District Name":"Yreka Union Elementary","Physical Address Line 1":"309 Jackson St.","Physical Address Line 2":"","Physical Address City":"Yreka","Physical Address State":"CA ","Physical Address Zipcode":"96097","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1925343811394892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0643200","School District Name":"Wright Elementary","Physical Address Line 1":"4385 Price Ave.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95407","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10101010101010101,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0643170","School District Name":"Woodville Union Elementary","Physical Address Line 1":"16541 Rd. 168","Physical Address Line 2":"","Physical Address City":"Porterville","Physical Address State":"CA ","Physical Address Zipcode":"93257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.286527514231499,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0643140","School District Name":"Woodside Elementary","Physical Address Line 1":"3195 Woodside Rd.","Physical Address Line 2":"","Physical Address City":"Woodside","Physical Address State":"CA ","Physical Address Zipcode":"94062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02702702702702703,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0643080","School District Name":"Woodland Joint Unified","Physical Address Line 1":"435 Sixth St.","Physical Address Line 2":"","Physical Address City":"Woodland","Physical Address State":"CA ","Physical Address Zipcode":"95695","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1039579569715881,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0642960","School District Name":"Winton","Physical Address Line 1":"7000 N. Center St.","Physical Address Line 2":"","Physical Address City":"Winton","Physical Address State":"CA ","Physical Address Zipcode":"95388","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.24539877300613497,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0642930","School District Name":"Winters Joint Unified","Physical Address Line 1":"909 W. Grant Ave.","Physical Address Line 2":"","Physical Address City":"Winters","Physical Address State":"CA ","Physical Address Zipcode":"95694","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0904899135446686,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0642900","School District Name":"Winship-Robbins","Physical Address Line 1":"17451 Pepper St.","Physical Address Line 2":"","Physical Address City":"Robbins","Physical Address State":"CA ","Physical Address Zipcode":"95676","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18055555555555555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0642810","School District Name":"Wilsona Elementary","Physical Address Line 1":"18050 E. Ave. O","Physical Address Line 2":"","Physical Address City":"Palmdale","Physical Address State":"CA ","Physical Address Zipcode":"93591","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.30528511821974963,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0642750","School District Name":"Wilmar Union Elementary","Physical Address Line 1":"3775 Bodega Ave.","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07792207792207792,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0642710","School District Name":"Willows Unified","Physical Address Line 1":"823 W. Laurel St.","Physical Address Line 2":"","Physical Address City":"Willows","Physical Address State":"CA ","Physical Address Zipcode":"95988","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1560475161987041,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0642630","School District Name":"Willow Grove Union Elementary","Physical Address Line 1":"11655 Airline Hwy.","Physical Address Line 2":"","Physical Address City":"Paicines","Physical Address State":"CA ","Physical Address Zipcode":"95043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0642600","School District Name":"Willow Creek Elementary","Physical Address Line 1":"5321 York Rd.","Physical Address Line 2":"","Physical Address City":"Montague","Physical Address State":"CA ","Physical Address Zipcode":"96064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0642580","School District Name":"Laytonville Unified","Physical Address Line 1":"150 Ramsey Rd.","Physical Address Line 2":"","Physical Address City":"Laytonville","Physical Address State":"CA ","Physical Address Zipcode":"95454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19362745098039216,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0642560","School District Name":"Willits Unified","Physical Address Line 1":"1277 Blosser Ln.","Physical Address Line 2":"","Physical Address City":"Willits","Physical Address State":"CA ","Physical Address Zipcode":"95490","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17170731707317075,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0642540","School District Name":"Williams Unified","Physical Address Line 1":"260 11th St.","Physical Address Line 2":"","Physical Address City":"Williams","Physical Address State":"CA ","Physical Address Zipcode":"95987","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11146245059288537,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0642510","School District Name":"William S. Hart Union High","Physical Address Line 1":"21380 Centre Pointe Pkwy.","Physical Address Line 2":"","Physical Address City":"Santa Clarita","Physical Address State":"CA ","Physical Address Zipcode":"91350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06962159413534472,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0642480","School District Name":"Whittier Union High","Physical Address Line 1":"9401 S. Painter Ave.","Physical Address Line 2":"","Physical Address City":"Whittier","Physical Address State":"CA ","Physical Address Zipcode":"90605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09945694336695113,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0642450","School District Name":"Whittier City Elementary","Physical Address Line 1":"7211 S. Whittier Ave.","Physical Address Line 2":"","Physical Address City":"Whittier","Physical Address State":"CA ","Physical Address Zipcode":"90602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1293874741913283,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0642420","School District Name":"Whitmore Union Elementary","Physical Address Line 1":"30611 WHITMORE Rd.","Physical Address Line 2":"","Physical Address City":"WHITMORE","Physical Address State":"CA ","Physical Address Zipcode":"96096","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.109375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0642350","School District Name":"Wheatland Union High","Physical Address Line 1":"1010 Wheatland Rd.","Physical Address Line 2":"","Physical Address City":"Wheatland","Physical Address State":"CA ","Physical Address Zipcode":"95692","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07211538461538461,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0642330","School District Name":"Wheatland","Physical Address Line 1":"111 Main St.","Physical Address Line 2":"","Physical Address City":"Wheatland","Physical Address State":"CA ","Physical Address Zipcode":"95692","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11563367252543941,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0642300","School District Name":"Westwood Unified","Physical Address Line 1":"Fourth and Greenwood Sts.","Physical Address Line 2":"","Physical Address City":"Westwood","Physical Address State":"CA ","Physical Address Zipcode":"96137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14728682170542637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0642270","School District Name":"West Side Union Elementary","Physical Address Line 1":"1201 Felta Rd.","Physical Address Line 2":"","Physical Address City":"Healdsburg","Physical Address State":"CA ","Physical Address Zipcode":"95448","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.04081632653061224,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0642210","School District Name":"Westside Elementary","Physical Address Line 1":"19191 Excelsior Ave.","Physical Address Line 2":"","Physical Address City":"Five Points","Physical Address State":"CA ","Physical Address Zipcode":"93624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22878228782287824,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0642180","School District Name":"Westmorland Union Elementary","Physical Address Line 1":"200 S. C St.","Physical Address Line 2":"","Physical Address City":"Westmorland","Physical Address State":"CA ","Physical Address Zipcode":"92281","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23113207547169812,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0642150","School District Name":"Westminster","Physical Address Line 1":"14121 Cedarwood Ave.","Physical Address Line 2":"","Physical Address City":"Westminster","Physical Address State":"CA ","Physical Address Zipcode":"92683","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15462836775343328,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0642140","School District Name":"Western Placer Unified","Physical Address Line 1":"600 Sixth St. Ste. 400","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"CA ","Physical Address Zipcode":"95648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06591401528110388,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0642120","School District Name":"Westside Union Elementary","Physical Address Line 1":"41914 50th St. W.","Physical Address Line 2":"","Physical Address City":"Quartz Hill","Physical Address State":"CA ","Physical Address Zipcode":"93536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1189108168873345,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0642060","School District Name":"West Park Elementary","Physical Address Line 1":"2695 S. Valentine Ave.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.29900332225913623,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0642000","School District Name":"West Covina Unified","Physical Address Line 1":"1717 W. Merced Ave.","Physical Address Line 2":"","Physical Address City":"West Covina","Physical Address State":"CA ","Physical Address Zipcode":"91790","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12656807751147373,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0641980","School District Name":"Weed Union Elementary","Physical Address Line 1":"575 White Ave.","Physical Address Line 2":"","Physical Address City":"Weed","Physical Address State":"CA ","Physical Address Zipcode":"96094","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2169576059850374,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0641880","School District Name":"Weaver Union","Physical Address Line 1":"1240 D St.","Physical Address Line 2":"","Physical Address City":"Merced","Physical Address State":"CA ","Physical Address Zipcode":"95341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.29376854599406527,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0641820","School District Name":"Waukena Joint Union Elementary","Physical Address Line 1":"19113 Rd. 28","Physical Address Line 2":"","Physical Address City":"Tulare","Physical Address State":"CA ","Physical Address Zipcode":"93274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21195652173913043,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0641790","School District Name":"Waugh Elementary","Physical Address Line 1":"1851 Hartman Ln.","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94954","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.047619047619047616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0641610","School District Name":"Washington Union Elementary","Physical Address Line 1":"43 San Benancio Rd.","Physical Address Line 2":"","Physical Address City":"Salinas","Physical Address State":"CA ","Physical Address Zipcode":"93908","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06872852233676977,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0641580","School District Name":"Washington Unified","Physical Address Line 1":"930 W.acre Rd.","Physical Address Line 2":"","Physical Address City":"West Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95691","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13620972146368104,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0641460","School District Name":"Washington Colony Elementary","Physical Address Line 1":"130 E. Lincoln Ave.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23979591836734693,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0641430","School District Name":"Wasco Union High","Physical Address Line 1":"2100 Seventh St.","Physical Address Line 2":"","Physical Address City":"Wasco","Physical Address State":"CA ","Physical Address Zipcode":"93280","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21321029626032054,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0641400","School District Name":"Wasco Union Elementary","Physical Address Line 1":"1102 Fifth St.","Physical Address Line 2":"","Physical Address City":"Wasco","Physical Address State":"CA ","Physical Address Zipcode":"93280","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2583397982932506,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0641280","School District Name":"Walnut Valley Unified","Physical Address Line 1":"880 S. Lemon Ave.","Physical Address Line 2":"","Physical Address City":"Walnut","Physical Address State":"CA ","Physical Address Zipcode":"91789","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1064701972080656,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0641250","School District Name":"Walnut Creek Elementary","Physical Address Line 1":"960 Ygnacio Valley Rd.","Physical Address Line 2":"","Physical Address City":"Walnut Creek","Physical Address State":"CA ","Physical Address Zipcode":"94596","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.03871335041275263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0641220","School District Name":"Vista del Mar Union","Physical Address Line 1":"9467 San Julian Rd.","Physical Address Line 2":"","Physical Address City":"Gaviota","Physical Address State":"CA ","Physical Address Zipcode":"93117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08695652173913043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0641190","School District Name":"Vista Unified","Physical Address Line 1":"1234 Arcadia Ave.","Physical Address Line 2":"","Physical Address City":"Vista","Physical Address State":"CA ","Physical Address Zipcode":"92084","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10051238586893708,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0641160","School District Name":"Visalia Unified","Physical Address Line 1":"5000 W. Cypress Ave.","Physical Address Line 2":"","Physical Address City":"Visalia","Physical Address State":"CA ","Physical Address Zipcode":"93277","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.17257041920323,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0641130","School District Name":"Vineland Elementary","Physical Address Line 1":"14713 Weedpatch Hwy.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.35128205128205126,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0641040","School District Name":"Victor Elementary","Physical Address Line 1":"12219 2nd Ave.","Physical Address Line 2":"","Physical Address City":"Victorville","Physical Address State":"CA ","Physical Address Zipcode":"92395","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2767713004484305,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0640980","School District Name":"Ventura Unified","Physical Address Line 1":"255 W. Stanley Ave. Ste. 100","Physical Address Line 2":"","Physical Address City":"Ventura","Physical Address State":"CA ","Physical Address Zipcode":"93001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11794785345021352,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0640800","School District Name":"Valley Home Joint Elementary","Physical Address Line 1":"13231 Pioneer Ave.","Physical Address Line 2":"","Physical Address City":"Valley Home","Physical Address State":"CA ","Physical Address Zipcode":"95361","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12844036697247707,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0640740","School District Name":"Vallejo City Unified","Physical Address Line 1":"665 Walnut Ave.","Physical Address Line 2":"","Physical Address City":"Vallejo","Physical Address State":"CA ","Physical Address Zipcode":"94592","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12837448236095822,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0640710","School District Name":"Vallecitos Elementary","Physical Address Line 1":"5211 Fifth St.","Physical Address Line 2":"","Physical Address City":"Rainbow","Physical Address State":"CA ","Physical Address Zipcode":"92028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13186813186813187,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0640680","School District Name":"Vallecito Union","Physical Address Line 1":"4545 B Moran Rd.","Physical Address Line 2":"","Physical Address City":"Avery","Physical Address State":"CA ","Physical Address Zipcode":"95224","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15013774104683195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0640650","School District Name":"Valle Lindo Elementary","Physical Address Line 1":"1431 N. Central Ave.","Physical Address Line 2":"","Physical Address City":"South El Monte","Physical Address State":"CA ","Physical Address Zipcode":"91733","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16459627329192547,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0640590","School District Name":"Vacaville Unified","Physical Address Line 1":"401 Nut Tree Rd.","Physical Address Line 2":"","Physical Address City":"Vacaville","Physical Address State":"CA ","Physical Address Zipcode":"95687","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07895126647904015,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0640380","School District Name":"Union Hill Elementary","Physical Address Line 1":"10879 Bartlett Dr.","Physical Address Line 2":"","Physical Address City":"Grass Valley","Physical Address State":"CA ","Physical Address Zipcode":"95945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17714285714285713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0640320","School District Name":"Union Elementary","Physical Address Line 1":"5175 Union Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.028081123244929798,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0640300","School District Name":"Ukiah Unified","Physical Address Line 1":"511 S. Orchard Ave.","Physical Address Line 2":"","Physical Address City":"Ukiah","Physical Address State":"CA ","Physical Address Zipcode":"95482","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16309918601145615,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0640260","School District Name":"Two Rock Union","Physical Address Line 1":"5001 Spring Hill Rd.","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0641025641025641,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0640230","School District Name":"Twin Hills Union Elementary","Physical Address Line 1":"700 Watertrough Rd.","Physical Address Line 2":"","Physical Address City":"Sebastopol","Physical Address State":"CA ","Physical Address Zipcode":"95472","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07741935483870968,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0640200","School District Name":"Twain Harte","Physical Address Line 1":"22974 Twain Harte Dr. Rm. 21","Physical Address Line 2":"","Physical Address City":"Twain Harte","Physical Address State":"CA ","Physical Address Zipcode":"95383","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08823529411764706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0640150","School District Name":"Tustin Unified","Physical Address Line 1":"300 S. C St.","Physical Address Line 2":"","Physical Address City":"Tustin","Physical Address State":"CA ","Physical Address Zipcode":"92780","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07521058965102287,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0639940","School District Name":"Tulelake Basin Joint Unified","Physical Address Line 1":"400 G St.","Physical Address Line 2":"","Physical Address City":"Tulelake","Physical Address State":"CA ","Physical Address Zipcode":"96134","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.29494949494949496,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0639930","School District Name":"Tulare Joint Union High","Physical Address Line 1":"426 N. Blackstone","Physical Address Line 2":"","Physical Address City":"Tulare","Physical Address State":"CA ","Physical Address Zipcode":"93274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.17204301075268819,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0639870","School District Name":"Tulare City","Physical Address Line 1":"600 N. Cherry St.","Physical Address Line 2":"","Physical Address City":"Tulare","Physical Address State":"CA ","Physical Address Zipcode":"93274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.19487577639751552,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0639840","School District Name":"Trona Joint Unified","Physical Address Line 1":"83600 Trona Rd.","Physical Address Line 2":"","Physical Address City":"Trona","Physical Address State":"CA ","Physical Address Zipcode":"93562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24915824915824916,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0639750","School District Name":"Trinity Center Elementary","Physical Address Line 1":"1 Trinity Vista Dr.","Physical Address Line 2":"","Physical Address City":"Trinity Center","Physical Address State":"CA ","Physical Address Zipcode":"96091","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0639720","School District Name":"Trinidad Union Elementary","Physical Address Line 1":"300 Trinity St.","Physical Address Line 2":"","Physical Address City":"Trinidad","Physical Address State":"CA ","Physical Address Zipcode":"95570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1073170731707317,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0639690","School District Name":"Tres Pinos Union Elementary","Physical Address Line 1":"5635 Airline Hwy.","Physical Address Line 2":"","Physical Address City":"Tres Pinos","Physical Address State":"CA ","Physical Address Zipcode":"95075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05154639175257732,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0639630","School District Name":"Travis Unified","Physical Address Line 1":"2751 De Ronde Dr.","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"CA ","Physical Address Zipcode":"94533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04708904109589041,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0639600","School District Name":"Traver Joint Elementary","Physical Address Line 1":"36736 Canal Dr.","Physical Address Line 2":"","Physical Address City":"Traver","Physical Address State":"CA ","Physical Address Zipcode":"93673","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24257425742574257,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0639420","School District Name":"Torrance Unified","Physical Address Line 1":"2335 Plaza Del Amo","Physical Address Line 2":"","Physical Address City":"Torrance","Physical Address State":"CA ","Physical Address Zipcode":"90501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0789559848449413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0639300","School District Name":"Tipton Elementary","Physical Address Line 1":"370 N. Evans Rd.","Physical Address Line 2":"","Physical Address City":"Tipton","Physical Address State":"CA ","Physical Address Zipcode":"93272","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23809523809523808,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0639210","School District Name":"Three Rivers Union Elementary","Physical Address Line 1":"41932 Sierra Dr.","Physical Address Line 2":"","Physical Address City":"Three Rivers","Physical Address State":"CA ","Physical Address Zipcode":"93271","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17857142857142858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0639180","School District Name":"Thermalito Union Elementary","Physical Address Line 1":"400 Grand Ave.","Physical Address Line 2":"","Physical Address City":"Oroville","Physical Address State":"CA ","Physical Address Zipcode":"95965","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24665775401069517,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0639060","School District Name":"Terra Bella Union Elementary","Physical Address Line 1":"9121 Rd. 240","Physical Address Line 2":"","Physical Address City":"Terra Bella","Physical Address State":"CA ","Physical Address Zipcode":"93270","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2673956262425447,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0639000","School District Name":"Templeton Unified","Physical Address Line 1":"960 Old Co Rd.","Physical Address Line 2":"","Physical Address City":"Templeton","Physical Address State":"CA ","Physical Address Zipcode":"93465","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07375381485249237,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0638980","School District Name":"Temple City Unified","Physical Address Line 1":"9700 Las Tunas Dr.","Physical Address Line 2":"","Physical Address City":"Temple City","Physical Address State":"CA ","Physical Address Zipcode":"91780","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11919892162526478,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0638880","School District Name":"Tehachapi Unified","Physical Address Line 1":"300 S. Robinson St.","Physical Address Line 2":"","Physical Address City":"Tehachapi","Physical Address State":"CA ","Physical Address Zipcode":"93561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12851474900810764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0638790","School District Name":"Tamalpais Union High","Physical Address Line 1":"395 Doherty Dr.","Physical Address Line 2":"","Physical Address City":"Larkspur","Physical Address State":"CA ","Physical Address Zipcode":"94977","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02983425414364641,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0638770","School District Name":"Tahoe-Truckee Unified","Physical Address Line 1":"11603 Donner Pass Rd.","Physical Address Line 2":"","Physical Address City":"Truckee","Physical Address State":"CA ","Physical Address Zipcode":"96161","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08173402573944456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0638730","School District Name":"Taft Union High","Physical Address Line 1":"701 Wildcat Way","Physical Address Line 2":"","Physical Address City":"Taft","Physical Address State":"CA ","Physical Address Zipcode":"93268","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21106719367588933,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0638700","School District Name":"Taft City","Physical Address Line 1":"820 Sixth St.","Physical Address Line 2":"","Physical Address City":"Taft","Physical Address State":"CA ","Physical Address Zipcode":"93268","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3466942148760331,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0638670","School District Name":"Sylvan Union Elementary","Physical Address Line 1":"605 Sylvan Ave.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1301313628899836,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0638640","School District Name":"Sweetwater Union High","Physical Address Line 1":"1130 Fifth Ave.","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91911","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11524457812252652,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0638610","School District Name":"Sutter Union High","Physical Address Line 1":"2665 Acacia St.","Physical Address Line 2":"","Physical Address City":"Sutter","Physical Address State":"CA ","Physical Address Zipcode":"95982","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06191369606003752,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0638550","School District Name":"Susanville Elementary","Physical Address Line 1":"109 S. Gilman St.","Physical Address Line 2":"","Physical Address City":"Susanville","Physical Address State":"CA ","Physical Address Zipcode":"96130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16971279373368145,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0638520","School District Name":"Surprise Valley Joint Unified","Physical Address Line 1":"470 Lincoln St.","Physical Address Line 2":"","Physical Address City":"Cedarville","Physical Address State":"CA ","Physical Address Zipcode":"96104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16793893129770993,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0638460","School District Name":"Sunnyvale","Physical Address Line 1":"819 W. Iowa Ave.","Physical Address Line 2":"","Physical Address City":"Sunnyvale","Physical Address State":"CA ","Physical Address Zipcode":"94088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04325130499627144,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0638430","School District Name":"Sunnyside Union Elementary","Physical Address Line 1":"21644 Ave. 196","Physical Address Line 2":"","Physical Address City":"Strathmore","Physical Address State":"CA ","Physical Address Zipcode":"93267","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2979214780600462,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0638340","School District Name":"Sundale Union Elementary","Physical Address Line 1":"13990 Ave. 240","Physical Address Line 2":"","Physical Address City":"Tulare","Physical Address State":"CA ","Physical Address Zipcode":"93274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13507109004739337,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0638280","School District Name":"Summerville Union High","Physical Address Line 1":"17555 Tuolumne Rd.","Physical Address Line 2":"","Physical Address City":"Tuolumne","Physical Address State":"CA ","Physical Address Zipcode":"95379","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07142857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0638250","School District Name":"Summerville Elementary","Physical Address Line 1":"18451 Carter St.","Physical Address Line 2":"","Physical Address City":"Tuolumne","Physical Address State":"CA ","Physical Address Zipcode":"95379","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12472647702407003,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0638220","School District Name":"Sulphur Springs Union","Physical Address Line 1":"27000 Weyerhaeuser Way","Physical Address Line 2":"","Physical Address City":"Canyon Country","Physical Address State":"CA ","Physical Address Zipcode":"91351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10755395683453238,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0638130","School District Name":"Strathmore Union Elementary","Physical Address Line 1":"19811 Orange Belt Dr.","Physical Address Line 2":"","Physical Address City":"Strathmore","Physical Address State":"CA ","Physical Address Zipcode":"93267","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3326226012793177,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0638070","School District Name":"Stony Creek Joint Unified","Physical Address Line 1":"3430 Co Rd. 309","Physical Address Line 2":"","Physical Address City":"Elk Creek","Physical Address State":"CA ","Physical Address Zipcode":"95939","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21951219512195122,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0638040","School District Name":"Stone Corral Elementary","Physical Address Line 1":"15590 Ave. 383","Physical Address Line 2":"","Physical Address City":"Visalia","Physical Address State":"CA ","Physical Address Zipcode":"93292","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.32432432432432434,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0638010","School District Name":"Stockton Unified","Physical Address Line 1":"701 N. Madison St.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95202","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.24850921885352648,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0637950","School District Name":"Stanislaus Union Elementary","Physical Address Line 1":"2410 Janna Ave.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.16035288012454593,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0637890","School District Name":"Standard Elementary","Physical Address Line 1":"1200 N. Chester Ave.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93308","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.28624650729587087,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0637830","School District Name":"Saint Helena Unified","Physical Address Line 1":"465 Main St.","Physical Address Line 2":"","Physical Address City":"St. Helena","Physical Address State":"CA ","Physical Address Zipcode":"94574","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09063214013709063,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0637770","School District Name":"Springville Union Elementary","Physical Address Line 1":"35424 Ward Ave.","Physical Address Line 2":"","Physical Address City":"Springville","Physical Address State":"CA ","Physical Address Zipcode":"93265","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28391167192429023,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0637710","School District Name":"Spreckels Union Elementary","Physical Address Line 1":"130 RailRd. Ave.","Physical Address Line 2":"","Physical Address City":"Spreckels","Physical Address State":"CA ","Physical Address Zipcode":"93962","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.047979797979797977,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0637680","School District Name":"Spencer Valley Elementary","Physical Address Line 1":"4414 Highway 78 and 79","Physical Address Line 2":"","Physical Address City":"Santa Ysabel","Physical Address State":"CA ","Physical Address Zipcode":"92070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0637650","School District Name":"Southside Elementary","Physical Address Line 1":"4991 S.side Rd.","Physical Address Line 2":"","Physical Address City":"Hollister","Physical Address State":"CA ","Physical Address Zipcode":"95023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.050761421319796954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0637630","School District Name":"Southern Trinity Joint Unified","Physical Address Line 1":"680 Van Duzen Rd.","Physical Address Line 2":"","Physical Address City":"Mad River","Physical Address State":"CA ","Physical Address Zipcode":"95526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2857142857142857,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0637620","School District Name":"Southern Kern Unified","Physical Address Line 1":"2601 Rosamond Blvd.","Physical Address Line 2":"","Physical Address City":"Rosamond","Physical Address State":"CA ","Physical Address Zipcode":"93560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20971098265895954,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0637590","School District Name":"Southern Humboldt Joint Unified","Physical Address Line 1":"110 Sch Rd.","Physical Address Line 2":"","Physical Address City":"Miranda","Physical Address State":"CA ","Physical Address Zipcode":"95553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12340842311459353,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0637560","School District Name":"South Whittier Elementary","Physical Address Line 1":"11200 Telechron Ave.","Physical Address Line 2":"","Physical Address City":"Whittier","Physical Address State":"CA ","Physical Address Zipcode":"90605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15801825293350716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0637530","School District Name":"South San Francisco Unified","Physical Address Line 1":"398 B St.","Physical Address Line 2":"","Physical Address City":"South San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.05378714399082973,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0637500","School District Name":"South Pasadena Unified","Physical Address Line 1":"1020 El Centro St.","Physical Address Line 2":"","Physical Address City":"South Pasadena","Physical Address State":"CA ","Physical Address Zipcode":"91030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.055690661478599225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0637470","School District Name":"South Fork Union","Physical Address Line 1":"5225 Kelso Valley Rd.","Physical Address Line 2":"","Physical Address City":"Weldon","Physical Address State":"CA ","Physical Address Zipcode":"93283","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.44256756756756754,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0637380","School District Name":"South Bay Union","Physical Address Line 1":"601 Elm Ave.","Physical Address Line 2":"","Physical Address City":"Imperial Beach","Physical Address State":"CA ","Physical Address Zipcode":"91932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16122004357298475,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0637350","School District Name":"South Bay Union Elementary","Physical Address Line 1":"6077 Loma Ave.","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"CA ","Physical Address Zipcode":"95503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15618661257606492,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0637320","School District Name":"Soulsbyville Elementary","Physical Address Line 1":"20300 Soulsbyville Rd.","Physical Address Line 2":"","Physical Address City":"Soulsbyville","Physical Address State":"CA ","Physical Address Zipcode":"95372","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09572301425661914,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0637290","School District Name":"Soquel Union Elementary","Physical Address Line 1":"620 Monterey Ave.","Physical Address Line 2":"","Physical Address City":"Capitola","Physical Address State":"CA ","Physical Address Zipcode":"95010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.061915367483296214,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0637260","School District Name":"Sonora Union High","Physical Address Line 1":"100 Sch St.","Physical Address Line 2":"","Physical Address City":"Sonora","Physical Address State":"CA ","Physical Address Zipcode":"95370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10993533215755438,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0637230","School District Name":"Sonora Elementary","Physical Address Line 1":"830 Greenley Rd.","Physical Address Line 2":"","Physical Address City":"Sonora","Physical Address State":"CA ","Physical Address Zipcode":"95370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16201117318435754,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0637200","School District Name":"Sonoma Valley Unified","Physical Address Line 1":"17850 RailRd. Ave.","Physical Address Line 2":"","Physical Address City":"Sonoma","Physical Address State":"CA ","Physical Address Zipcode":"95476","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05892383478590375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0637140","School District Name":"Somis Union","Physical Address Line 1":"5268 N. St.","Physical Address Line 2":"","Physical Address City":"Somis","Physical Address State":"CA ","Physical Address Zipcode":"93066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1362126245847176,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0637110","School District Name":"Solvang Elementary","Physical Address Line 1":"565 Atterdag Rd.","Physical Address Line 2":"","Physical Address City":"Solvang","Physical Address State":"CA ","Physical Address Zipcode":"93463","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2543859649122807,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0637050","School District Name":"Soledad Unified","Physical Address Line 1":"1261 Metz Rd.","Physical Address Line 2":"","Physical Address City":"Soledad","Physical Address State":"CA ","Physical Address Zipcode":"93960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14585660040205495,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0636990","School District Name":"Solana Beach Elementary","Physical Address Line 1":"309 N. Rios Ave.","Physical Address Line 2":"","Physical Address City":"Solana Beach","Physical Address State":"CA ","Physical Address Zipcode":"92075","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.048569725864123954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0636972","School District Name":"Victor Valley Union High","Physical Address Line 1":"16350 Mojave Dr.","Physical Address Line 2":"","Physical Address City":"Victorville","Physical Address State":"CA ","Physical Address Zipcode":"92395","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23699081704732752,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0636970","School District Name":"Snowline Joint Unified","Physical Address Line 1":"4075 Nielson Rd.","Physical Address Line 2":"","Physical Address City":"Phelan","Physical Address State":"CA ","Physical Address Zipcode":"92329","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13613306594314026,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0636960","School District Name":"Snelling-Merced Falls Union Elementary","Physical Address Line 1":"16099 N. Highway 59","Physical Address Line 2":"","Physical Address City":"Snelling","Physical Address State":"CA ","Physical Address Zipcode":"95369","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22340425531914893,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0636940","School District Name":"Siskiyou Union High","Physical Address Line 1":"624 Everitt Memorial Hwy.","Physical Address Line 2":"","Physical Address City":"Mount Shasta","Physical Address State":"CA ","Physical Address Zipcode":"96067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13242574257425743,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0636840","School District Name":"Simi Valley Unified","Physical Address Line 1":"101 W. Cochran St","Physical Address Line 2":"","Physical Address City":"Simi Valley","Physical Address State":"CA ","Physical Address Zipcode":"93065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08352603829432985,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0636820","School District Name":"Silver Valley Unified","Physical Address Line 1":"35320 Daggett-Yermo Rd.","Physical Address Line 2":"","Physical Address City":"Yermo","Physical Address State":"CA ","Physical Address Zipcode":"92398","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14969072164948455,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0636810","School District Name":"Silver Fork Elementary","Physical Address Line 1":"2701 Amber Trail","Physical Address Line 2":"","Physical Address City":"Pollock Pines","Physical Address State":"CA ","Physical Address Zipcode":"95726","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11764705882352941,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0636805","School District Name":"Sierra Unified","Physical Address Line 1":"29143 Auberry Rd.","Physical Address Line 2":"","Physical Address City":"Prather","Physical Address State":"CA ","Physical Address Zipcode":"93651","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09548521017125065,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0636800","School District Name":"Sierra Sands Unified","Physical Address Line 1":"113 W. Felspar Ave.","Physical Address Line 2":"","Physical Address City":"Ridgecrest","Physical Address State":"CA ","Physical Address Zipcode":"93555","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17312775330396477,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0636780","School District Name":"Sierra-Plumas Joint Unified","Physical Address Line 1":"109 Beckwith Rd.","Physical Address Line 2":"","Physical Address City":"Loyalton","Physical Address State":"CA ","Physical Address Zipcode":"96118","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12946428571428573,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0636670","School District Name":"Shoreline Unified","Physical Address Line 1":"10 John St.","Physical Address Line 2":"","Physical Address City":"Tomales","Physical Address State":"CA ","Physical Address Zipcode":"94971","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.05200594353640416,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0636660","School District Name":"Shiloh Elementary","Physical Address Line 1":"6633 Paradise Rd.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95358","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1565217391304348,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0636600","School District Name":"Shasta Union High","Physical Address Line 1":"2200 Eureka Way Ste. B","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13115060804490178,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0636570","School District Name":"Shasta Union Elementary","Physical Address Line 1":"10446 Red Bluff Rd.","Physical Address Line 2":"","Physical Address City":"Shasta","Physical Address State":"CA ","Physical Address Zipcode":"96087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14414414414414414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0636450","School District Name":"Shandon Joint Unified","Physical Address Line 1":"101 S. First St.","Physical Address Line 2":"","Physical Address City":"Shandon","Physical Address State":"CA ","Physical Address Zipcode":"93461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07908163265306123,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0636420","School District Name":"Shaffer Union Elementary","Physical Address Line 1":"722-055 Highway 395 N.","Physical Address Line 2":"","Physical Address City":"Litchfield","Physical Address State":"CA ","Physical Address Zipcode":"96117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1583011583011583,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0636390","School District Name":"Sequoia Union High","Physical Address Line 1":"480 James Ave.","Physical Address Line 2":"","Physical Address City":"Redwood City","Physical Address State":"CA ","Physical Address Zipcode":"94062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.048564189189189186,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0636360","School District Name":"Sequoia Union Elementary","Physical Address Line 1":"23958 Ave. 324","Physical Address Line 2":"","Physical Address City":"Lemon Cove","Physical Address State":"CA ","Physical Address Zipcode":"93244","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18835616438356165,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0636330","School District Name":"Semitropic Elementary","Physical Address Line 1":"25300 Highway 46","Physical Address Line 2":"","Physical Address City":"Wasco","Physical Address State":"CA ","Physical Address Zipcode":"93280","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2777777777777778,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0636270","School District Name":"Selma Unified","Physical Address Line 1":"3036 Thompson Ave.","Physical Address Line 2":"","Physical Address City":"Selma","Physical Address State":"CA ","Physical Address Zipcode":"93662","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22912761355443403,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0636240","School District Name":"Seiad Elementary","Physical Address Line 1":"44539 Highway 96","Physical Address Line 2":"","Physical Address City":"Seiad Valley","Physical Address State":"CA ","Physical Address Zipcode":"96086","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.30434782608695654,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0636210","School District Name":"Seeley Union Elementary","Physical Address Line 1":"1812 W. Rio Vista St.","Physical Address Line 2":"","Physical Address City":"Seeley","Physical Address State":"CA ","Physical Address Zipcode":"92273","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19953051643192488,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0636180","School District Name":"Sebastopol Union Elementary","Physical Address Line 1":"7611 Huntley St.","Physical Address Line 2":"","Physical Address City":"Sebastopol","Physical Address State":"CA ","Physical Address Zipcode":"95472","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07115009746588694,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0636100","School District Name":"Scotia Union Elementary","Physical Address Line 1":"417 Church St.","Physical Address Line 2":"","Physical Address City":"Scotia","Physical Address State":"CA ","Physical Address Zipcode":"95565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09137055837563451,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0636030","School District Name":"Savanna Elementary","Physical Address Line 1":"1330 S. Knott Ave.","Physical Address Line 2":"","Physical Address City":"Anaheim","Physical Address State":"CA ","Physical Address Zipcode":"92804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12223101265822785,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0636000","School District Name":"Sausalito Marin City","Physical Address Line 1":"200 Phillips Dr.","Physical Address Line 2":"","Physical Address City":"Sausalito","Physical Address State":"CA ","Physical Address Zipcode":"94965","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10915492957746478,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635970","School District Name":"Saugus Union","Physical Address Line 1":"24930 Ave. Stanford","Physical Address Line 2":"","Physical Address City":"Santa Clarita","Physical Address State":"CA ","Physical Address Zipcode":"91355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05783060327606872,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635940","School District Name":"Saucelito Elementary","Physical Address Line 1":"17615 Ave. 104","Physical Address Line 2":"","Physical Address City":"Terra Bella","Physical Address State":"CA ","Physical Address Zipcode":"93270","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2413793103448276,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0635910","School District Name":"Saratoga Union Elementary","Physical Address Line 1":"20460 Forrest Hills Dr.","Physical Address Line 2":"","Physical Address City":"Saratoga","Physical Address State":"CA ","Physical Address Zipcode":"95070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03078721745908028,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635880","School District Name":"Santee","Physical Address Line 1":"9625 Cuyamaca St.","Physical Address Line 2":"","Physical Address City":"Santee","Physical Address State":"CA ","Physical Address Zipcode":"92071","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07239030571835894,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0635850","School District Name":"Santa Ynez Valley Union High","Physical Address Line 1":"2975 E. Highway 246","Physical Address Line 2":"","Physical Address City":"Santa Ynez","Physical Address State":"CA ","Physical Address Zipcode":"93460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.036401098901098904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635830","School District Name":"Santa Rosa High","Physical Address Line 1":"211 Ridgway Ave.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07666145160193184,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635810","School District Name":"Santa Rosa Elementary","Physical Address Line 1":"211 Ridgway Ave.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.13207216675424768,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635790","School District Name":"Santa Rita Union Elementary","Physical Address Line 1":"57 Russell Rd.","Physical Address Line 2":"","Physical Address City":"Salinas","Physical Address State":"CA ","Physical Address Zipcode":"93906","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.17015034836817014,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635700","School District Name":"Santa Monica-Malibu Unified","Physical Address Line 1":"1651 16th St.","Physical Address Line 2":"","Physical Address City":"Santa Monica","Physical Address State":"CA ","Physical Address Zipcode":"90404","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09279252990954187,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635670","School District Name":"Santa Maria Joint Union High","Physical Address Line 1":"2560 Skyway Dr.","Physical Address Line 2":"","Physical Address City":"Santa Maria","Physical Address State":"CA ","Physical Address Zipcode":"93455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12571486928104575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635600","School District Name":"Santa Cruz City High","Physical Address Line 1":"133 Mission St. Ste. 100","Physical Address Line 2":"","Physical Address City":"Santa Cruz","Physical Address State":"CA ","Physical Address Zipcode":"95060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07102171591313634,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635590","School District Name":"Santa Cruz City Elementary","Physical Address Line 1":"133 Mission St. Ste. 100","Physical Address Line 2":"","Physical Address City":"Santa Cruz","Physical Address State":"CA ","Physical Address Zipcode":"95060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08264150943396227,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635490","School District Name":"Santa Clara Elementary","Physical Address Line 1":"20030 E. Telegraph Rd.","Physical Address Line 2":"","Physical Address City":"Santa Paula","Physical Address State":"CA ","Physical Address Zipcode":"93060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23529411764705882,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0635430","School District Name":"Santa Clara Unified","Physical Address Line 1":"1889 Lawrence Rd.","Physical Address Line 2":"","Physical Address City":"Santa Clara","Physical Address State":"CA ","Physical Address Zipcode":"95051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04988355088555489,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635310","School District Name":"Santa Ana Unified","Physical Address Line 1":"1601 E. Chestnut Ave.","Physical Address Line 2":"","Physical Address City":"Santa Ana","Physical Address State":"CA ","Physical Address Zipcode":"92701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13719187536974956,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635250","School District Name":"Sanger Unified","Physical Address Line 1":"1905 Seventh St.","Physical Address Line 2":"","Physical Address City":"Sanger","Physical Address State":"CA ","Physical Address Zipcode":"93657","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15163263547859052,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635220","School District Name":"San Ysidro Elementary","Physical Address Line 1":"4350 Otay Mesa Rd.","Physical Address Line 2":"","Physical Address City":"San Ysidro","Physical Address State":"CA ","Physical Address Zipcode":"92173","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19272168118913377,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635130","School District Name":"San Ramon Valley Unified","Physical Address Line 1":"699 Old Orchard Dr.","Physical Address Line 2":"","Physical Address City":"Danville","Physical Address State":"CA ","Physical Address Zipcode":"94526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.01971314638538719,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635110","School District Name":"San Rafael City High","Physical Address Line 1":"310 Nova Albion Way","Physical Address Line 2":"","Physical Address City":"San Rafael","Physical Address State":"CA ","Physical Address Zipcode":"94903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0609050697516162,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635090","School District Name":"San Rafael City Elementary","Physical Address Line 1":"310 Nova Albion Way","Physical Address Line 2":"","Physical Address City":"San Rafael","Physical Address State":"CA ","Physical Address Zipcode":"94903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0864669640960272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635070","School District Name":"San Pasqual Valley Unified","Physical Address Line 1":"676 Base Line Rd.","Physical Address Line 2":"","Physical Address City":"Winterhaven","Physical Address State":"CA ","Physical Address Zipcode":"92283","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.32602739726027397,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0635040","School District Name":"San Pasqual Union Elementary","Physical Address Line 1":"15305 Rockwood Rd.","Physical Address Line 2":"","Physical Address City":"Escondido","Physical Address State":"CA ","Physical Address Zipcode":"92027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0575139146567718,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0635010","School District Name":"San Miguel Joint Union","Physical Address Line 1":"1601 L St.","Physical Address Line 2":"","Physical Address City":"San Miguel","Physical Address State":"CA ","Physical Address Zipcode":"93451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09815950920245399,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0634980","School District Name":"San Mateo Union High","Physical Address Line 1":"650 N. Delaware St.","Physical Address Line 2":"","Physical Address City":"San Mateo","Physical Address State":"CA ","Physical Address Zipcode":"94401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.04221057646498332,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634920","School District Name":"San Mateo-Foster City","Physical Address Line 1":"1170 Chess Dr.","Physical Address Line 2":"","Physical Address City":"Foster City","Physical Address State":"CA ","Physical Address Zipcode":"94404","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05077913016512908,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634880","School District Name":"San Marcos Unified","Physical Address Line 1":"255 Pico Ave. Ste. 250","Physical Address Line 2":"","Physical Address City":"San Marcos","Physical Address State":"CA ","Physical Address Zipcode":"92069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0698977585528903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634860","School District Name":"San Marino Unified","Physical Address Line 1":"1665 W. Dr.","Physical Address Line 2":"","Physical Address City":"San Marino","Physical Address State":"CA ","Physical Address Zipcode":"91108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0801658604008293,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634800","School District Name":"San Luis Coastal Unified","Physical Address Line 1":"1500 Lizzie St.","Physical Address Line 2":"","Physical Address City":"San Luis Obispo","Physical Address State":"CA ","Physical Address Zipcode":"93401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07066916823014384,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634770","School District Name":"San Lucas Union Elementary","Physical Address Line 1":"53675 San Benito St.","Physical Address Line 2":"","Physical Address City":"San Lucas","Physical Address State":"CA ","Physical Address Zipcode":"93954","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.140625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0634740","School District Name":"San Lorenzo Valley Unified","Physical Address Line 1":"325 Marion Ave.","Physical Address Line 2":"","Physical Address City":"Ben Lomond","Physical Address State":"CA ","Physical Address Zipcode":"95005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06219787302610377,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634710","School District Name":"San Lorenzo Unified","Physical Address Line 1":"15510 Usher St.","Physical Address Line 2":"","Physical Address City":"San Lorenzo","Physical Address State":"CA ","Physical Address Zipcode":"94580","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10756206872021057,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634680","School District Name":"San Leandro Unified","Physical Address Line 1":"835 E. 14th St. Ste. 200","Physical Address Line 2":"","Physical Address City":"San Leandro","Physical Address State":"CA ","Physical Address Zipcode":"94577","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10600290170475155,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634620","School District Name":"San Juan Unified","Physical Address Line 1":"3738 Walnut Ave.","Physical Address Line 2":"","Physical Address City":"Carmichael","Physical Address State":"CA ","Physical Address Zipcode":"95608","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16811502607046927,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634590","School District Name":"San Jose Unified","Physical Address Line 1":"855 Lenzen Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95126","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06650265241792881,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634440","School District Name":"San Jacinto Unified","Physical Address Line 1":"2045 S. San Jacinto Ave.","Physical Address Line 2":"","Physical Address City":"San Jacinto","Physical Address State":"CA ","Physical Address Zipcode":"92583","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1832771040393909,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634425","School District Name":"San Gabriel Unified","Physical Address Line 1":"408 Junipero Serra Dr.","Physical Address Line 2":"","Physical Address City":"San Gabriel","Physical Address State":"CA ","Physical Address Zipcode":"91776","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13883336361984372,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634410","School District Name":"San Francisco Unified","Physical Address Line 1":"555 Franklin St.","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09358485772357723,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634380","School District Name":"San Dieguito Union High","Physical Address Line 1":"710 Encinitas Blvd.","Physical Address Line 2":"","Physical Address City":"Encinitas","Physical Address State":"CA ","Physical Address Zipcode":"92024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03607720111846143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634320","School District Name":"San Diego Unified","Physical Address Line 1":"4100 Normal St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92103","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11894500446970413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634290","School District Name":"San Carlos Elementary","Physical Address Line 1":"1200 Industrial Rd. Unit 9","Physical Address Line 2":"","Physical Address City":"San Carlos","Physical Address State":"CA ","Physical Address Zipcode":"94070","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.015014075695964968,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634230","School District Name":"San Bruno Park Elementary","Physical Address Line 1":"500 Acacia Ave","Physical Address Line 2":"","Physical Address City":"San Bruno","Physical Address State":"CA ","Physical Address Zipcode":"94066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05993951058564751,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634170","School District Name":"San Bernardino City Unified","Physical Address Line 1":"777 N. F St.","Physical Address Line 2":"","Physical Address City":"San Bernardino","Physical Address State":"CA ","Physical Address Zipcode":"92410","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.2543962697222172,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0634140","School District Name":"San Benito High","Physical Address Line 1":"1220 Monterey St.","Physical Address Line 2":"","Physical Address City":"Hollister","Physical Address State":"CA ","Physical Address Zipcode":"95023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08852459016393442,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0634080","School District Name":"San Ardo Union Elementary","Physical Address Line 1":"62428 Center St.","Physical Address Line 2":"","Physical Address City":"San Ardo","Physical Address State":"CA ","Physical Address Zipcode":"93450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15503875968992248,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0634050","School District Name":"San Antonio Union Elementary","Physical Address Line 1":"67550 Lockwood/Jolon Rd.","Physical Address Line 2":"","Physical Address City":"Lockwood","Physical Address State":"CA ","Physical Address Zipcode":"93932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08695652173913043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0633980","School District Name":"Salinas Union High","Physical Address Line 1":"431 W. Alisal St.","Physical Address Line 2":"","Physical Address City":"Salinas","Physical Address State":"CA ","Physical Address Zipcode":"93901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.14141357118663203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0633930","School District Name":"Salinas City Elementary","Physical Address Line 1":"840 S. Main St.","Physical Address Line 2":"","Physical Address City":"Salinas","Physical Address State":"CA ","Physical Address Zipcode":"93901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.18813131313131312,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0633900","School District Name":"Salida Union Elementary","Physical Address Line 1":"4801 Sisk Rd.","Physical Address Line 2":"","Physical Address City":"Salida","Physical Address State":"CA ","Physical Address Zipcode":"95368","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13039183404675667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0633860","School District Name":"Saddleback Valley Unified","Physical Address Line 1":"25631 Peter A. Hartman Way","Physical Address Line 2":"","Physical Address City":"Mission Viejo","Physical Address State":"CA ","Physical Address Zipcode":"92691","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05320164707286507,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0633840","School District Name":"Sacramento City Unified","Physical Address Line 1":"5735 47th Ave.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95824","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18668294515401954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0633750","School District Name":"Rowland Unified","Physical Address Line 1":"1830 S. Nogales St.","Physical Address Line 2":"","Physical Address City":"Rowland Heights","Physical Address State":"CA ","Physical Address Zipcode":"91748","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15728516562650025,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0633720","School District Name":"Round Valley Unified","Physical Address Line 1":"76280 High Sch St.","Physical Address Line 2":"","Physical Address City":"Covelo","Physical Address State":"CA ","Physical Address Zipcode":"95428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28507795100222716,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0633690","School District Name":"Round Valley Joint Elementary","Physical Address Line 1":"300 N. Round Valley Rd.","Physical Address Line 2":"","Physical Address City":"Bishop","Physical Address State":"CA ","Physical Address Zipcode":"93514","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1232876712328767,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0633660","School District Name":"Ross Elementary","Physical Address Line 1":"9 Lagunitas Rd.","Physical Address Line 2":"","Physical Address City":"Ross","Physical Address State":"CA ","Physical Address Zipcode":"94957","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.019148936170212766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0633630","School District Name":"Roseville Joint Union High","Physical Address Line 1":"1750 Cirby Way","Physical Address Line 2":"","Physical Address City":"Roseville","Physical Address State":"CA ","Physical Address Zipcode":"95661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06423906236020399,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0633600","School District Name":"Roseville City Elementary","Physical Address Line 1":"1050 Main St.","Physical Address Line 2":"","Physical Address City":"Roseville","Physical Address State":"CA ","Physical Address Zipcode":"95678","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05990823305341529,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0633570","School District Name":"Rosemead Elementary","Physical Address Line 1":"3907 Rosemead Blvd.","Physical Address Line 2":"","Physical Address City":"Rosemead","Physical Address State":"CA ","Physical Address Zipcode":"91770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20107858243451462,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0633510","School District Name":"Roseland","Physical Address Line 1":"1691 Burbank Ave.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95407","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11993769470404984,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0633480","School District Name":"Rosedale Union Elementary","Physical Address Line 1":"2553 Old Farm Rd.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93312","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08896379891543309,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0633390","School District Name":"Romoland Elementary","Physical Address Line 1":"25900 Leon Rd","Physical Address Line 2":"","Physical Address City":"Homeland","Physical Address State":"CA ","Physical Address Zipcode":"92548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13053097345132744,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0633270","School District Name":"Rockford Elementary","Physical Address Line 1":"14983 Rd. 208","Physical Address Line 2":"","Physical Address City":"Porterville","Physical Address State":"CA ","Physical Address Zipcode":"93257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18025751072961374,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0633240","School District Name":"Robla Elementary","Physical Address Line 1":"5248 Rose St.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95838","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1931350114416476,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0633210","School District Name":"Roberts Ferry Union Elementary","Physical Address Line 1":"101 Roberts Ferry Rd","Physical Address Line 2":"","Physical Address City":"Waterford","Physical Address State":"CA ","Physical Address Zipcode":"95386","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0633150","School District Name":"Riverside Unified","Physical Address Line 1":"3380 14th St.","Physical Address Line 2":"","Physical Address City":"Riverside","Physical Address State":"CA ","Physical Address Zipcode":"92501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12029116986348713,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0633110","School District Name":"River Delta Joint Unified","Physical Address Line 1":"445 Montezuma St.","Physical Address Line 2":"","Physical Address City":"Rio Vista","Physical Address State":"CA ","Physical Address Zipcode":"94571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1561771561771562,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632880","School District Name":"Ripon Unified","Physical Address Line 1":"304 N. Acacia Ave.","Physical Address Line 2":"","Physical Address City":"Ripon","Physical Address State":"CA ","Physical Address Zipcode":"95366","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09084065244667504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632760","School District Name":"Rio Elementary","Physical Address Line 1":"1800 Solar Dr.","Physical Address Line 2":"","Physical Address City":"Oxnard","Physical Address State":"CA ","Physical Address Zipcode":"93030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1436367605326348,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632730","School District Name":"Rio Dell Elementary","Physical Address Line 1":"95 Center St.","Physical Address Line 2":"","Physical Address City":"Rio Dell","Physical Address State":"CA ","Physical Address Zipcode":"95562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1913265306122449,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632710","School District Name":"Rio Bravo-Greeley Union Elementary","Physical Address Line 1":"6521 Enos Ln.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93314","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632640","School District Name":"Rincon Valley Union Elementary","Physical Address Line 1":"1000 Yulupa Ave.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95405","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06403079076277117,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632610","School District Name":"Rim of the World Unified","Physical Address Line 1":"27315 N. Bay Rd.","Physical Address Line 2":"","Physical Address City":"Blue Jay","Physical Address State":"CA ","Physical Address Zipcode":"92317","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12888707037643207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632550","School District Name":"West Contra Costa Unified","Physical Address Line 1":"1108 Bissell Ave.","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"CA ","Physical Address Zipcode":"94801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09550590134167256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632520","School District Name":"Richmond Elementary","Physical Address Line 1":"700-585 Richmond Rd. E.","Physical Address Line 2":"","Physical Address City":"Susanville","Physical Address State":"CA ","Physical Address Zipcode":"96130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.039603960396039604,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632430","School District Name":"Richgrove Elementary","Physical Address Line 1":"20812 Grove Dr.","Physical Address Line 2":"","Physical Address City":"Richgrove","Physical Address State":"CA ","Physical Address Zipcode":"93261","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3475699558173785,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0632400","School District Name":"Richfield Elementary","Physical Address Line 1":"23875 River Rd.","Physical Address Line 2":"","Physical Address City":"Corning","Physical Address State":"CA ","Physical Address Zipcode":"96021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14545454545454545,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632370","School District Name":"Rialto Unified","Physical Address Line 1":"182 E. Walnut Ave.","Physical Address Line 2":"","Physical Address City":"Rialto","Physical Address State":"CA ","Physical Address Zipcode":"92376","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18381378692927483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632340","School District Name":"Kashia Elementary","Physical Address Line 1":"31510 Skaggs Springs Rd.","Physical Address Line 2":"","Physical Address City":"Stewarts Point","Physical Address State":"CA ","Physical Address Zipcode":"95480","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0632310","School District Name":"Rescue Union Elementary","Physical Address Line 1":"2390 Bass Lake Rd.","Physical Address Line 2":"","Physical Address City":"Rescue","Physical Address State":"CA ","Physical Address Zipcode":"95672","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.046834901625320786,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632270","School District Name":"Reef-Sunset Unified","Physical Address Line 1":"205 N. Park Ave.","Physical Address Line 2":"","Physical Address City":"Avenal","Physical Address State":"CA ","Physical Address Zipcode":"93204","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23705926481620404,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0632250","School District Name":"Reeds Creek Elementary","Physical Address Line 1":"18335 Johnson Rd.","Physical Address Line 2":"","Physical Address City":"Red Bluff","Physical Address State":"CA ","Physical Address Zipcode":"96080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14772727272727273,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0632160","School District Name":"Reed Union Elementary","Physical Address Line 1":"277-A Karen Way","Physical Address Line 2":"","Physical Address City":"Tiburon","Physical Address State":"CA ","Physical Address Zipcode":"94920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03798882681564246,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632130","School District Name":"Redwood City Elementary","Physical Address Line 1":"750 Bradford St.","Physical Address Line 2":"","Physical Address City":"Redwood City","Physical Address State":"CA ","Physical Address Zipcode":"94063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07356386467997376,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632070","School District Name":"Redlands Unified","Physical Address Line 1":"20 W. Lugonia Ave.","Physical Address Line 2":"","Physical Address City":"Redlands","Physical Address State":"CA ","Physical Address Zipcode":"92374","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1249475890985325,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632040","School District Name":"Redding Elementary","Physical Address Line 1":"5885 E. Bonnyview Rd.","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15419119708438464,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0632010","School District Name":"Red Bluff Joint Union High","Physical Address Line 1":"1525 Douglass St.","Physical Address Line 2":"","Physical Address City":"Red Bluff","Physical Address State":"CA ","Physical Address Zipcode":"96080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13690952762209768,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0631980","School District Name":"Red Bluff Union Elementary","Physical Address Line 1":"1755 Airport Blvd. Administration Bldg.","Physical Address Line 2":"","Physical Address City":"Red Bluff","Physical Address State":"CA ","Physical Address Zipcode":"96080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1797426317974263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0631920","School District Name":"Raymond-Knowles Union Elementary","Physical Address Line 1":"31828 Rd. 600","Physical Address Line 2":"","Physical Address City":"Raymond","Physical Address State":"CA ","Physical Address Zipcode":"93653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12598425196850394,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0631860","School District Name":"Ravenswood City Elementary","Physical Address Line 1":"2120 Euclid Ave.","Physical Address Line 2":"","Physical Address City":"East Palo Alto","Physical Address State":"CA ","Physical Address Zipcode":"94303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10279263220439691,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0631830","School District Name":"Ravendale-Termo Elementary","Physical Address Line 1":"709-855 Termo-Grasshopper Rd.","Physical Address Line 2":"","Physical Address City":"Termo","Physical Address State":"CA ","Physical Address Zipcode":"96132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4666666666666667,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0631740","School District Name":"Rancho Santa Fe Elementary","Physical Address Line 1":"5927 La Granada","Physical Address Line 2":"","Physical Address City":"Rancho Santa Fe","Physical Address State":"CA ","Physical Address Zipcode":"92067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1308411214953271,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0631710","School District Name":"Ramona City Unified","Physical Address Line 1":"720 Ninth St.","Physical Address Line 2":"","Physical Address City":"Ramona","Physical Address State":"CA ","Physical Address Zipcode":"92065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0696827083649613,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0631680","School District Name":"Raisin City Elementary","Physical Address Line 1":"6425 W. Bowles Ave.","Physical Address Line 2":"","Physical Address City":"Raisin City","Physical Address State":"CA ","Physical Address Zipcode":"93652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.29201101928374656,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0631620","School District Name":"Princeton Joint Unified","Physical Address Line 1":"473 State St.","Physical Address Line 2":"","Physical Address City":"Princeton","Physical Address State":"CA ","Physical Address Zipcode":"95970","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11013215859030837,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0631530","School District Name":"Poway Unified","Physical Address Line 1":"15250 Ave. of Sci","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92128","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04266764299997183,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0631470","School District Name":"Portola Valley Elementary","Physical Address Line 1":"4575 Alpine Rd.","Physical Address Line 2":"","Physical Address City":"Portola Valley","Physical Address State":"CA ","Physical Address Zipcode":"94028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.021739130434782608,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0631400","School District Name":"Potter Valley Community Unified","Physical Address Line 1":"10401 Main St.","Physical Address Line 2":"","Physical Address City":"Potter Valley","Physical Address State":"CA ","Physical Address Zipcode":"95469","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15185185185185185,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0631380","School District Name":"Pope Valley Union Elementary","Physical Address Line 1":"6200 Pope Valley Rd.","Physical Address Line 2":"","Physical Address City":"Pope Valley","Physical Address State":"CA ","Physical Address Zipcode":"94567","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08403361344537816,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0631350","School District Name":"Pond Union Elementary","Physical Address Line 1":"29585 Pond Rd.","Physical Address Line 2":"","Physical Address City":"Wasco","Physical Address State":"CA ","Physical Address Zipcode":"93280","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.34057971014492755,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0631320","School District Name":"Pomona Unified","Physical Address Line 1":"800 S. Garey Ave.","Physical Address Line 2":"","Physical Address City":"Pomona","Physical Address State":"CA ","Physical Address Zipcode":"91766","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17549712624694458,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0631290","School District Name":"Pollock Pines Elementary","Physical Address Line 1":"2701 Amber Trail","Physical Address Line 2":"","Physical Address City":"Pollock Pines","Physical Address State":"CA ","Physical Address Zipcode":"95726","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11123986095017381,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0631230","School District Name":"Point Arena Joint Union High","Physical Address Line 1":"45 Lake St.","Physical Address Line 2":"","Physical Address City":"Point Arena","Physical Address State":"CA ","Physical Address Zipcode":"95468","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24878048780487805,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0631180","School District Name":"Plumas Lake Elementary","Physical Address Line 1":"2743 Plumas Sch Rd.","Physical Address Line 2":"","Physical Address City":"Plumas Lake","Physical Address State":"CA ","Physical Address Zipcode":"95961","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0773067331670823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0631170","School District Name":"Plumas Unified","Physical Address Line 1":"50 Church St.","Physical Address Line 2":"","Physical Address City":"Quincy","Physical Address State":"CA ","Physical Address Zipcode":"95971","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16774193548387098,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0631050","School District Name":"Pleasant View Elementary","Physical Address Line 1":"14004 Rd. 184","Physical Address Line 2":"","Physical Address City":"Porterville","Physical Address State":"CA ","Physical Address Zipcode":"93257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24489795918367346,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0631020","School District Name":"Pleasant Valley Joint Union Elementary","Physical Address Line 1":"2025 Ranchita Canyon Rd.","Physical Address Line 2":"","Physical Address City":"San Miguel","Physical Address State":"CA ","Physical Address Zipcode":"93451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10869565217391304,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630990","School District Name":"Pleasant Valley","Physical Address Line 1":"600 Temple Ave.","Physical Address Line 2":"","Physical Address City":"Camarillo","Physical Address State":"CA ","Physical Address Zipcode":"93010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08674916215519464,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630930","School District Name":"Pleasant Ridge Union Elementary","Physical Address Line 1":"22580 Kingston Ln.","Physical Address Line 2":"","Physical Address City":"Grass Valley","Physical Address State":"CA ","Physical Address Zipcode":"95949","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09158986175115208,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630900","School District Name":"Pleasant Grove Joint Union","Physical Address Line 1":"3075 Howsley Rd.","Physical Address Line 2":"","Physical Address City":"Pleasant Grove","Physical Address State":"CA ","Physical Address Zipcode":"95668","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10476190476190476,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0630870","School District Name":"Plaza Elementary","Physical Address Line 1":"7322 Co Rd. 24","Physical Address Line 2":"","Physical Address City":"Orland","Physical Address State":"CA ","Physical Address Zipcode":"95963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17307692307692307,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0630840","School District Name":"Planada Elementary","Physical Address Line 1":"9722 E. Haskell Ave.","Physical Address Line 2":"","Physical Address City":"Planada","Physical Address State":"CA ","Physical Address Zipcode":"95365","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.28077753779697623,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0630810","School District Name":"Plainsburg Union Elementary","Physical Address Line 1":"3708 S. Plainsburg Rd.","Physical Address Line 2":"","Physical Address City":"Merced","Physical Address State":"CA ","Physical Address Zipcode":"95341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23728813559322035,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0630780","School District Name":"Placerville Union Elementary","Physical Address Line 1":"1032 Thompson Way","Physical Address Line 2":"","Physical Address City":"Placerville","Physical Address State":"CA ","Physical Address Zipcode":"95667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12138728323699421,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630750","School District Name":"Placer Union High","Physical Address Line 1":"13000 New Airport Rd.","Physical Address Line 2":"","Physical Address City":"Auburn","Physical Address State":"CA ","Physical Address Zipcode":"95603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.060932565483930896,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630720","School District Name":"Placer Hills Union Elementary","Physical Address Line 1":"16801 Placer Hills Rd.","Physical Address Line 2":"","Physical Address City":"Meadow Vista","Physical Address State":"CA ","Physical Address Zipcode":"95722","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.060215053763440864,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630660","School District Name":"Placentia-Yorba Linda Unified","Physical Address Line 1":"1301 E. Orangethorpe Ave.","Physical Address Line 2":"","Physical Address City":"Placentia","Physical Address State":"CA ","Physical Address Zipcode":"92870","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06559183223768776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630630","School District Name":"Pixley Union Elementary","Physical Address Line 1":"300 N. Sch St.","Physical Address Line 2":"","Physical Address City":"Pixley","Physical Address State":"CA ","Physical Address Zipcode":"93256","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2706333973128599,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0630600","School District Name":"Pittsburg Unified","Physical Address Line 1":"2000 RailRd. Ave.","Physical Address Line 2":"","Physical Address City":"Pittsburg","Physical Address State":"CA ","Physical Address Zipcode":"94565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1224526438639016,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630520","School District Name":"Pioneer Union Elementary","Physical Address Line 1":"286 Rockerfeller Rd.","Physical Address Line 2":"","Physical Address City":"Berry Creek","Physical Address State":"CA ","Physical Address Zipcode":"95916","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.43373493975903615,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0630510","School District Name":"Pioneer Union Elementary","Physical Address Line 1":"1888 N. Mustang Dr.","Physical Address Line 2":"","Physical Address City":"Hanford","Physical Address State":"CA ","Physical Address Zipcode":"93230","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07550535077288942,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630480","School District Name":"Pioneer Union Elementary","Physical Address Line 1":"6862 Mt. Aukum Rd.","Physical Address Line 2":"","Physical Address City":"Somerset","Physical Address State":"CA ","Physical Address Zipcode":"95684","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1277056277056277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0630450","School District Name":"Piner-Olivet Union Elementary","Physical Address Line 1":"3450 Coffey Ln.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06646058732612056,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630390","School District Name":"Pine Ridge Elementary","Physical Address Line 1":"45828 Auberry Rd.","Physical Address Line 2":"","Physical Address City":"Auberry","Physical Address State":"CA ","Physical Address Zipcode":"93602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1917808219178082,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0630360","School District Name":"Pierce Joint Unified","Physical Address Line 1":"540 A Sixth St.","Physical Address Line 2":"","Physical Address City":"Arbuckle","Physical Address State":"CA ","Physical Address Zipcode":"95912","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10686482661004953,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630330","School District Name":"Piedmont City Unified","Physical Address Line 1":"760 Magnolia Ave.","Physical Address Line 2":"","Physical Address City":"Piedmont","Physical Address State":"CA ","Physical Address Zipcode":"94611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.017172523961661343,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630250","School District Name":"Petaluma Joint Union High","Physical Address Line 1":"200 Douglas St.","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.04990512333965844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630230","School District Name":"Petaluma City Elementary","Physical Address Line 1":"200 Douglas St.","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06236275801493193,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630210","School District Name":"Perris Union High","Physical Address Line 1":"155 E. Fourth St.","Physical Address Line 2":"","Physical Address City":"Perris","Physical Address State":"CA ","Physical Address Zipcode":"92570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1251347605113199,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630180","School District Name":"Perris Elementary","Physical Address Line 1":"143 E. First St.","Physical Address Line 2":"","Physical Address City":"Perris","Physical Address State":"CA ","Physical Address Zipcode":"92570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20304802955665024,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0630090","School District Name":"Peninsula Union","Physical Address Line 1":"909 Vance Ave.","Physical Address Line 2":"","Physical Address City":"Samoa","Physical Address State":"CA ","Physical Address Zipcode":"95564","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.19047619047619047,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0630030","School District Name":"Patterson Joint Unified","Physical Address Line 1":"510 Keystone Blvd.","Physical Address Line 2":"","Physical Address City":"Patterson","Physical Address State":"CA ","Physical Address Zipcode":"95363","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1325585047903251,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0629940","School District Name":"Pasadena Unified","Physical Address Line 1":"351 S. Hudson Ave.","Physical Address Line 2":"","Physical Address City":"Pasadena","Physical Address State":"CA ","Physical Address Zipcode":"91101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11571366041940233,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0629910","School District Name":"Parlier Unified","Physical Address Line 1":"900 S. Newmark Ave.","Physical Address Line 2":"","Physical Address City":"Parlier","Physical Address State":"CA ","Physical Address Zipcode":"93648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24533856722276742,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0629850","School District Name":"Paramount Unified","Physical Address Line 1":"15110 CA Ave.","Physical Address Line 2":"","Physical Address City":"Paramount","Physical Address State":"CA ","Physical Address Zipcode":"90723","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18762716174974567,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0629820","School District Name":"Paradise Unified","Physical Address Line 1":"6696 Clark Rd.","Physical Address Line 2":"","Physical Address City":"Paradise","Physical Address State":"CA ","Physical Address Zipcode":"95969","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21697341513292434,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0629790","School District Name":"Paradise Elementary","Physical Address Line 1":"3361 CA Ave.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95358","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0629770","School District Name":"Panoche Elementary","Physical Address Line 1":"31441 Panoche Rd.","Physical Address Line 2":"","Physical Address City":"Paicines","Physical Address State":"CA ","Physical Address Zipcode":"95043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0629700","School District Name":"Palos Verdes Peninsula Unified","Physical Address Line 1":"375 Via Almar","Physical Address Line 2":"","Physical Address City":"Palos Verdes Estates","Physical Address State":"CA ","Physical Address Zipcode":"90274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04698118782625825,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0629670","School District Name":"Palo Verde Union Elementary","Physical Address Line 1":"9637 Ave. 196","Physical Address Line 2":"","Physical Address City":"Tulare","Physical Address State":"CA ","Physical Address Zipcode":"93274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16602316602316602,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0629640","School District Name":"Palo Verde Unified","Physical Address Line 1":"825 N. Lovekin Blvd.","Physical Address Line 2":"","Physical Address City":"Blythe","Physical Address State":"CA ","Physical Address Zipcode":"92225","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17034700315457413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0629610","School District Name":"Palo Alto Unified","Physical Address Line 1":"25 Churchill Ave","Physical Address Line 2":"","Physical Address City":"Palo Alto","Physical Address State":"CA ","Physical Address Zipcode":"94306","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.03645664176680741,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0629580","School District Name":"Palmdale Elementary","Physical Address Line 1":"39139 10th St. E.","Physical Address Line 2":"","Physical Address City":"Palmdale","Physical Address State":"CA ","Physical Address Zipcode":"93550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23481099294514057,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0629550","School District Name":"Palm Springs Unified","Physical Address Line 1":"150 District Center Dr.","Physical Address Line 2":"","Physical Address City":"Palm Springs","Physical Address State":"CA ","Physical Address Zipcode":"92264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20252782493869081,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0629540","School District Name":"Palermo Union Elementary","Physical Address Line 1":"7390 Bulldog Way","Physical Address Line 2":"","Physical Address City":"Palermo","Physical Address State":"CA ","Physical Address Zipcode":"95968","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2441860465116279,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0629490","School District Name":"Pajaro Valley Unified","Physical Address Line 1":"294 Green Valley Rd.","Physical Address Line 2":"","Physical Address City":"Watsonville","Physical Address State":"CA ","Physical Address Zipcode":"95076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.136530474258669,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0629430","School District Name":"Pacific Union Elementary","Physical Address Line 1":"3001 Janes Rd.","Physical Address Line 2":"","Physical Address City":"Arcata","Physical Address State":"CA ","Physical Address Zipcode":"95521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.25892857142857145,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0629400","School District Name":"Pacific Union Elementary","Physical Address Line 1":"2065 E. Bowles Ave.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93725","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.27880184331797236,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0629370","School District Name":"Pacific Grove Unified","Physical Address Line 1":"435 Hillcrest Ave.","Physical Address Line 2":"","Physical Address City":"Pacific Grove","Physical Address State":"CA ","Physical Address Zipcode":"93950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05194805194805195,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0629340","School District Name":"Pacific Elementary","Physical Address Line 1":"50 Ocean St.","Physical Address Line 2":"","Physical Address City":"Davenport","Physical Address State":"CA ","Physical Address Zipcode":"95017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07142857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0629280","School District Name":"Pacheco Union Elementary","Physical Address Line 1":"7424 Pacheco Sch Rd.","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11162790697674418,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0629270","School District Name":"Oxnard Union High","Physical Address Line 1":"309 S. K St.","Physical Address Line 2":"","Physical Address City":"Oxnard","Physical Address State":"CA ","Physical Address Zipcode":"93030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.12680818045779527,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0629220","School District Name":"Oxnard","Physical Address Line 1":"1051 S. A St.","Physical Address Line 2":"","Physical Address City":"Oxnard","Physical Address State":"CA ","Physical Address Zipcode":"93030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1759653961885657,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0629190","School District Name":"Owens Valley Unified","Physical Address Line 1":"202 S. Clay St.","Physical Address Line 2":"","Physical Address City":"Independence","Physical Address State":"CA ","Physical Address Zipcode":"93526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14705882352941177,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0629160","School District Name":"Outside Creek Elementary","Physical Address Line 1":"26452 Rd. 164","Physical Address Line 2":"","Physical Address City":"Visalia","Physical Address State":"CA ","Physical Address Zipcode":"93292","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23300970873786409,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0629130","School District Name":"Oroville Union High","Physical Address Line 1":"2211 Washington Ave.","Physical Address Line 2":"","Physical Address City":"Oroville","Physical Address State":"CA ","Physical Address Zipcode":"95966","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21464731690853864,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0629100","School District Name":"Oroville City Elementary","Physical Address Line 1":"2795 Yard St.","Physical Address Line 2":"","Physical Address City":"Oroville","Physical Address State":"CA ","Physical Address Zipcode":"95966","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24703770197486535,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0628950","School District Name":"Oro Grande","Physical Address Line 1":"19900 National Trails Hwy","Physical Address Line 2":"","Physical Address City":"Oro Grande","Physical Address State":"CA ","Physical Address Zipcode":"92368","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23529411764705882,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0628860","School District Name":"Orinda Union Elementary","Physical Address Line 1":"8 Altarinda Rd.","Physical Address Line 2":"","Physical Address City":"Orinda","Physical Address State":"CA ","Physical Address Zipcode":"94563","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.021081941129673827,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0628830","School District Name":"Orick Elementary","Physical Address Line 1":"120918 Highway 101","Physical Address Line 2":"","Physical Address City":"Orick","Physical Address State":"CA ","Physical Address Zipcode":"95555","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0628710","School District Name":"Orcutt Union Elementary","Physical Address Line 1":"500 Dyer St.","Physical Address Line 2":"","Physical Address City":"Orcutt","Physical Address State":"CA ","Physical Address Zipcode":"93455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0754674476233386,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0628680","School District Name":"Orchard Elementary","Physical Address Line 1":"921 Fox Ln.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0748502994011976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0628650","School District Name":"Orange Unified","Physical Address Line 1":"1401 N. Handy St.","Physical Address Line 2":"","Physical Address City":"Orange","Physical Address State":"CA ","Physical Address Zipcode":"92867","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08005834906469882,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0628530","School District Name":"Orange Center","Physical Address Line 1":"3530 S. Cherry Ave.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.27586206896551724,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0628470","School District Name":"Ontario-Montclair","Physical Address Line 1":"950 W. D St.","Physical Address Line 2":"","Physical Address City":"Ontario","Physical Address State":"CA ","Physical Address Zipcode":"91762","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.19457675273669256,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0628320","School District Name":"Old Adobe Union","Physical Address Line 1":"845 Crinella Dr.","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94954","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.05333333333333334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0628270","School District Name":"Ojai Unified","Physical Address Line 1":"414 E. Ojai Ave.","Physical Address Line 2":"","Physical Address City":"Ojai","Physical Address State":"CA ","Physical Address Zipcode":"93023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11054313099041534,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0628250","School District Name":"Oceanside Unified","Physical Address Line 1":"2111 Mission Ave.","Physical Address Line 2":"","Physical Address City":"Oceanside","Physical Address State":"CA ","Physical Address Zipcode":"92058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09435766656040803,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0628170","School District Name":"Ocean View","Physical Address Line 1":"4200 Olds Rd.","Physical Address Line 2":"","Physical Address City":"Oxnard","Physical Address State":"CA ","Physical Address Zipcode":"93033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.16390728476821192,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0628140","School District Name":"Ocean View","Physical Address Line 1":"17200 Pinehurst Ln.","Physical Address Line 2":"","Physical Address City":"Huntington Beach","Physical Address State":"CA ","Physical Address Zipcode":"92647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09131640708342223,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0628080","School District Name":"Oakley Union Elementary","Physical Address Line 1":"91 Mercedes Ln.","Physical Address Line 2":"","Physical Address City":"Oakley","Physical Address State":"CA ","Physical Address Zipcode":"94561","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06775178026449644,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0628050","School District Name":"Oakland Unified","Physical Address Line 1":"1000 BRd.way Ste. 300","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1595132003029289,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627930","School District Name":"Oak View Union Elementary","Physical Address Line 1":"7474 E. Collier Rd.","Physical Address Line 2":"","Physical Address City":"Acampo","Physical Address State":"CA ","Physical Address Zipcode":"95220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1710843373493976,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627900","School District Name":"Oak Valley Union Elementary","Physical Address Line 1":"24500 Rd. 68","Physical Address Line 2":"","Physical Address City":"Tulare","Physical Address State":"CA ","Physical Address Zipcode":"93274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19469026548672566,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627870","School District Name":"Oak Run Elementary","Physical Address Line 1":"27635 Oak Run to Fern Rd.","Physical Address Line 2":"","Physical Address City":"Oak Run","Physical Address State":"CA ","Physical Address Zipcode":"96069","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3090909090909091,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0627850","School District Name":"Oak Park Unified","Physical Address Line 1":"5801 Conifer St.","Physical Address Line 2":"","Physical Address City":"Oak Park","Physical Address State":"CA ","Physical Address Zipcode":"91377","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.040793825799338476,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627840","School District Name":"Oak Grove Union Elementary","Physical Address Line 1":"5299 Hall Rd.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.03794642857142857,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627810","School District Name":"Oak Grove Elementary","Physical Address Line 1":"6578 Santa Teresa Blvd.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95119","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07875038191261839,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627780","School District Name":"Nuview Union","Physical Address Line 1":"29780 Lakeview Ave.","Physical Address Line 2":"","Physical Address City":"Nuevo","Physical Address State":"CA ","Physical Address Zipcode":"92567","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14452054794520547,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627750","School District Name":"Nuestro Elementary","Physical Address Line 1":"3934 BRd.way Rd.","Physical Address Line 2":"","Physical Address City":"Live Oak","Physical Address State":"CA ","Physical Address Zipcode":"95953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2413793103448276,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0627720","School District Name":"Novato Unified","Physical Address Line 1":"1015 Seventh St.","Physical Address Line 2":"","Physical Address City":"Novato","Physical Address State":"CA ","Physical Address Zipcode":"94945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05522221092240415,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627690","School District Name":"Norwalk-La Mirada Unified","Physical Address Line 1":"12820 Pioneer Blvd.","Physical Address Line 2":"","Physical Address City":"Norwalk","Physical Address State":"CA ","Physical Address Zipcode":"90650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11913802923865578,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627590","School District Name":"North Monterey County Unified","Physical Address Line 1":"8142 Moss Landing Rd.","Physical Address Line 2":"","Physical Address City":"Moss Landing","Physical Address State":"CA ","Physical Address Zipcode":"95039","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.14693952802359883,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627510","School District Name":"North Cow Creek Elementary","Physical Address Line 1":"10619 Swede Creek Rd.","Physical Address Line 2":"","Physical Address City":"Palo Cedro","Physical Address State":"CA ","Physical Address Zipcode":"96073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06923076923076923,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627480","School District Name":"North County Joint Union Elementary","Physical Address Line 1":"500 Spring Grove Rd.","Physical Address Line 2":"","Physical Address City":"Hollister","Physical Address State":"CA ","Physical Address Zipcode":"95023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09567198177676538,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0627450","School District Name":"Norris Elementary","Physical Address Line 1":"6940 Calloway Dr.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93312","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0745697896749522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627300","School District Name":"Nicasio","Physical Address Line 1":"5555 Nicasio Valley Rd.","Physical Address Line 2":"","Physical Address City":"Nicasio","Physical Address State":"CA ","Physical Address Zipcode":"94946","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06329113924050633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627240","School District Name":"Newport-Mesa Unified","Physical Address Line 1":"2985 Bear St. Bldg. A","Physical Address Line 2":"","Physical Address City":"Costa Mesa","Physical Address State":"CA ","Physical Address Zipcode":"92626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08047318857498638,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627200","School District Name":"Newman-Crows Landing Unified","Physical Address Line 1":"1223 Main St.","Physical Address Line 2":"","Physical Address City":"Newman","Physical Address State":"CA ","Physical Address Zipcode":"95360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14940686117345303,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627180","School District Name":"Newhall","Physical Address Line 1":"25375 Orchard Village Rd. Ste. 200","Physical Address Line 2":"","Physical Address City":"Valencia","Physical Address State":"CA ","Physical Address Zipcode":"91355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11465243726564753,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627120","School District Name":"Newcastle Elementary","Physical Address Line 1":"645 Kentucky Greens Way","Physical Address Line 2":"","Physical Address City":"Newcastle","Physical Address State":"CA ","Physical Address Zipcode":"95658","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06418918918918919,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627060","School District Name":"Newark Unified","Physical Address Line 1":"5715 Musick Ave.","Physical Address Line 2":"","Physical Address City":"Newark","Physical Address State":"CA ","Physical Address Zipcode":"94560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0629746006808065,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0627040","School District Name":"Mountain Union Elementary","Physical Address Line 1":"30365 Highway 299 E.","Physical Address Line 2":"","Physical Address City":"Montgomery Creek","Physical Address State":"CA ","Physical Address Zipcode":"96065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2872340425531915,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0627030","School District Name":"New Jerusalem Elementary","Physical Address Line 1":"31400 S. Koster Rd.","Physical Address Line 2":"","Physical Address City":"Tracy","Physical Address State":"CA ","Physical Address Zipcode":"95304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1477832512315271,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0626970","School District Name":"New Hope Elementary","Physical Address Line 1":"26675 N. Sacramento Blvd.","Physical Address Line 2":"","Physical Address City":"Thornton","Physical Address State":"CA ","Physical Address Zipcode":"95686","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2271062271062271,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0626910","School District Name":"New Haven Unified","Physical Address Line 1":"34200 Alvarado-Niles Rd.","Physical Address Line 2":"","Physical Address City":"Union City","Physical Address State":"CA ","Physical Address Zipcode":"94587","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07210365853658536,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0626880","School District Name":"Nevada Joint Union High","Physical Address Line 1":"11645 Ridge Rd.","Physical Address Line 2":"","Physical Address City":"Grass Valley","Physical Address State":"CA ","Physical Address Zipcode":"95945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09334394059931053,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0626820","School District Name":"Nevada City Elementary","Physical Address Line 1":"800 Hoover Ln.","Physical Address Line 2":"","Physical Address City":"Nevada City","Physical Address State":"CA ","Physical Address Zipcode":"95959","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10740740740740741,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0626760","School District Name":"Needles Unified","Physical Address Line 1":"1900 Erin Dr.","Physical Address Line 2":"","Physical Address City":"Needles","Physical Address State":"CA ","Physical Address Zipcode":"92363","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2583258325832583,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0626670","School District Name":"National Elementary","Physical Address Line 1":"1500 N Ave.","Physical Address Line 2":"","Physical Address City":"National City","Physical Address State":"CA ","Physical Address Zipcode":"91950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16445815937556726,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0626640","School District Name":"Napa Valley Unified","Physical Address Line 1":"2425 Jefferson St.","Physical Address Line 2":"","Physical Address City":"Napa","Physical Address State":"CA ","Physical Address Zipcode":"94558","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07928147696401841,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0626490","School District Name":"Muroc Joint Unified","Physical Address Line 1":"17100 Foothill Ave.","Physical Address Line 2":"","Physical Address City":"North Edwards","Physical Address State":"CA ","Physical Address Zipcode":"93523","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2372742200328407,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0626460","School District Name":"Mupu Elementary","Physical Address Line 1":"4410 N. Ojai Rd.","Physical Address Line 2":"","Physical Address City":"Santa Paula","Physical Address State":"CA ","Physical Address Zipcode":"93060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0626430","School District Name":"Mulberry Elementary","Physical Address Line 1":"1391 E. Rutherford Rd.","Physical Address Line 2":"","Physical Address City":"Brawley","Physical Address State":"CA ","Physical Address Zipcode":"92227","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17647058823529413,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0626400","School District Name":"Mount Pleasant Elementary","Physical Address Line 1":"3434 Marten Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95148","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11653999276149113,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0626370","School District Name":"Mt. Diablo Unified","Physical Address Line 1":"1936 Carlotta Dr.","Physical Address Line 2":"","Physical Address City":"Concord","Physical Address State":"CA ","Physical Address Zipcode":"94519","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07126905048224409,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0626340","School District Name":"Mt. Baldy Joint Elementary","Physical Address Line 1":"1 Mt. Baldy Rd.","Physical Address Line 2":"","Physical Address City":"Mt. Baldy","Physical Address State":"CA ","Physical Address Zipcode":"91759","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07894736842105263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0626310","School District Name":"Mountain View-Los Altos Union High","Physical Address Line 1":"1299 Bryant Ave.","Physical Address Line 2":"","Physical Address City":"Mountain View","Physical Address State":"CA ","Physical Address Zipcode":"94040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.030329864954615895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0626280","School District Name":"Mountain View Whisman","Physical Address Line 1":"1400 Montecito Ave.","Physical Address Line 2":"","Physical Address City":"Mountain View","Physical Address State":"CA ","Physical Address Zipcode":"94043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.04424778761061947,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0626220","School District Name":"Mountain View Elementary","Physical Address Line 1":"2585 S. Archibald Ave.","Physical Address Line 2":"","Physical Address City":"Ontario","Physical Address State":"CA ","Physical Address Zipcode":"91761","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10534293292913982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0626190","School District Name":"Mountain View Elementary","Physical Address Line 1":"3320 Gilman Rd.","Physical Address Line 2":"","Physical Address City":"El Monte","Physical Address State":"CA ","Physical Address Zipcode":"91732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.25839454354669467,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0626130","School District Name":"Mountain House Elementary","Physical Address Line 1":"3950 Mountain House Rd.","Physical Address Line 2":"","Physical Address City":"Byron","Physical Address State":"CA ","Physical Address Zipcode":"94514","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08928571428571429,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0626100","School District Name":"Mountain Empire Unified","Physical Address Line 1":"3305 Buckman Springs Rd.","Physical Address Line 2":"","Physical Address City":"Pine Valley","Physical Address State":"CA ","Physical Address Zipcode":"91962","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1635537607269056,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0626070","School District Name":"Mountain Elementary","Physical Address Line 1":"3042 Old San Jose Rd.","Physical Address Line 2":"","Physical Address City":"Soquel","Physical Address State":"CA ","Physical Address Zipcode":"95073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07692307692307693,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0626040","School District Name":"Mt. Shasta Union Elementary","Physical Address Line 1":"595 E. Alma St.","Physical Address Line 2":"","Physical Address City":"Mount Shasta","Physical Address State":"CA ","Physical Address Zipcode":"96067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17684887459807075,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0625980","School District Name":"Mother Lode Union Elementary","Physical Address Line 1":"3783 Forni Rd.","Physical Address Line 2":"","Physical Address City":"Placerville","Physical Address State":"CA ","Physical Address Zipcode":"95667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09467040673211781,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0625860","School District Name":"Morongo Unified","Physical Address Line 1":"5715 Utah Trail","Physical Address Line 2":"","Physical Address City":"Twentynine Palms","Physical Address State":"CA ","Physical Address Zipcode":"92277","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23283315114776906,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0625830","School District Name":"Morgan Hill Unified","Physical Address Line 1":"15600 Concord Cir.","Physical Address Line 2":"","Physical Address City":"Morgan Hill","Physical Address State":"CA ","Physical Address Zipcode":"95037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06069070594210259,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0625800","School District Name":"Moreno Valley Unified","Physical Address Line 1":"25634 Alessandro Blvd.","Physical Address Line 2":"","Physical Address City":"Moreno Valley","Physical Address State":"CA ","Physical Address Zipcode":"92553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16259039775010045,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0625770","School District Name":"Moreland","Physical Address Line 1":"4711 Campbell Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05782185628742515,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0625740","School District Name":"Moraga Elementary","Physical Address Line 1":"1540 Sch St.","Physical Address Line 2":"","Physical Address City":"Moraga","Physical Address State":"CA ","Physical Address Zipcode":"94556","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.021810250817884406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0625690","School District Name":"Moorpark Unified","Physical Address Line 1":"5297 Maureen Ln.","Physical Address Line 2":"","Physical Address City":"Moorpark","Physical Address State":"CA ","Physical Address Zipcode":"93021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0766839378238342,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0625650","School District Name":"Montgomery Elementary","Physical Address Line 1":"18620 Fort Ross Rd.","Physical Address Line 2":"","Physical Address City":"Cazadero","Physical Address State":"CA ","Physical Address Zipcode":"95421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1323529411764706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0625530","School District Name":"Monterey Peninsula Unified","Physical Address Line 1":"700 Pacific St.","Physical Address Line 2":"","Physical Address City":"Monterey","Physical Address State":"CA ","Physical Address Zipcode":"93940","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.11304788080428178,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0625500","School District Name":"Montecito Union Elementary","Physical Address Line 1":"385 San Ysidro Rd.","Physical Address Line 2":"","Physical Address City":"Santa Barbara","Physical Address State":"CA ","Physical Address Zipcode":"93108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10386965376782077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0625470","School District Name":"Montebello Unified","Physical Address Line 1":"123 S. Montebello Blvd.","Physical Address Line 2":"","Physical Address City":"Montebello","Physical Address State":"CA ","Physical Address Zipcode":"90640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20511369311182875,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0625410","School District Name":"Monte Rio Union Elementary","Physical Address Line 1":"20700 Foothill Dr.","Physical Address Line 2":"","Physical Address City":"Monte Rio","Physical Address State":"CA ","Physical Address Zipcode":"95462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08045977011494253,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0625380","School District Name":"Montague Elementary","Physical Address Line 1":"430 E. Prather St.","Physical Address Line 2":"","Physical Address City":"Montague","Physical Address State":"CA ","Physical Address Zipcode":"96064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11885245901639344,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0625350","School District Name":"Monson-Sultana Joint Union Elementary","Physical Address Line 1":"10643 Ave. 416","Physical Address Line 2":"","Physical Address City":"Dinuba","Physical Address State":"CA ","Physical Address Zipcode":"93618","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23515439429928742,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0625320","School District Name":"Monrovia Unified","Physical Address Line 1":"325 E. Hntngtn Dr.","Physical Address Line 2":"","Physical Address City":"Monrovia","Physical Address State":"CA ","Physical Address Zipcode":"91016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10822578137148188,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0625290","School District Name":"Monroe Elementary","Physical Address Line 1":"11842 S. Chestnut Ave.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93725","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2111111111111111,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0625230","School District Name":"Mojave Unified","Physical Address Line 1":"3500 Douglas Ave.","Physical Address Line 2":"","Physical Address City":"Mojave","Physical Address State":"CA ","Physical Address Zipcode":"93501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.37617728531855954,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0625190","School District Name":"Modoc Joint Unified","Physical Address Line 1":"906 W. Fourth St.","Physical Address Line 2":"","Physical Address City":"Alturas","Physical Address State":"CA ","Physical Address Zipcode":"96101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.27367205542725176,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0625150","School District Name":"Modesto City High","Physical Address Line 1":"426 Locust St.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1501597444089457,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0625130","School District Name":"Modesto City Elementary","Physical Address Line 1":"426 Locust St.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.2276642874723111,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0625110","School District Name":"Mission Union Elementary","Physical Address Line 1":"36825 Foothill Rd.","Physical Address Line 2":"","Physical Address City":"Soledad","Physical Address State":"CA ","Physical Address Zipcode":"93960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.225,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0624930","School District Name":"Millville Elementary","Physical Address Line 1":"8570 Brookdale Rd.","Physical Address Line 2":"","Physical Address City":"Millville","Physical Address State":"CA ","Physical Address Zipcode":"96062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13690476190476192,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0624900","School District Name":"Millbrae Elementary","Physical Address Line 1":"555 Richmond Dr.","Physical Address Line 2":"","Physical Address City":"Millbrae","Physical Address State":"CA ","Physical Address Zipcode":"94030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05415944540727903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0624870","School District Name":"Mill Valley Elementary","Physical Address Line 1":"411 Sycamore Ave.","Physical Address Line 2":"","Physical Address City":"Mill Valley","Physical Address State":"CA ","Physical Address Zipcode":"94941","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.025600835945663532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0624780","School District Name":"Midway Elementary","Physical Address Line 1":"259 F St.","Physical Address Line 2":"","Physical Address City":"Fellows","Physical Address State":"CA ","Physical Address Zipcode":"93224","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24074074074074073,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0624750","School District Name":"Middletown Unified","Physical Address Line 1":"20932 Big Canyon Rd.","Physical Address Line 2":"","Physical Address City":"Middletown","Physical Address State":"CA ","Physical Address Zipcode":"95461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11979752530933634,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0624720","School District Name":"Mesa Union Elementary","Physical Address Line 1":"3901 N. Mesa Sch Rd.","Physical Address Line 2":"","Physical Address City":"Somis","Physical Address State":"CA ","Physical Address Zipcode":"93066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11271676300578035,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0624690","School District Name":"Meridian Elementary","Physical Address Line 1":"15898 Central St.","Physical Address Line 2":"","Physical Address City":"Meridian","Physical Address State":"CA ","Physical Address Zipcode":"95957","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.078125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0624660","School District Name":"Merced Union High","Physical Address Line 1":"3430 A St.","Physical Address Line 2":"","Physical Address City":"Atwater","Physical Address State":"CA ","Physical Address Zipcode":"95301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.20407023144453312,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0624630","School District Name":"Merced River Union Elementary","Physical Address Line 1":"4402 W. Oakdale Rd.","Physical Address Line 2":"","Physical Address City":"Winton","Physical Address State":"CA ","Physical Address Zipcode":"95388","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23076923076923078,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0624600","School District Name":"Merced City Elementary","Physical Address Line 1":"444 W. 23rd St.","Physical Address Line 2":"","Physical Address City":"Merced","Physical Address State":"CA ","Physical Address Zipcode":"95340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.26744090272629933,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0624570","School District Name":"Menlo Park City Elementary","Physical Address Line 1":"181 Encinal Ave.","Physical Address Line 2":"","Physical Address City":"Atherton","Physical Address State":"CA ","Physical Address Zipcode":"94027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.01652892561983471,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0624540","School District Name":"Menifee Union Elementary","Physical Address Line 1":"29775 Haun Rd.","Physical Address Line 2":"","Physical Address City":"Menifee","Physical Address State":"CA ","Physical Address Zipcode":"92586","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09749117619002194,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0624500","School District Name":"Milpitas Unified","Physical Address Line 1":"1331 E. Calaveras Blvd.","Physical Address Line 2":"","Physical Address City":"Milpitas","Physical Address State":"CA ","Physical Address Zipcode":"95035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.05479715439338589,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0624480","School District Name":"Mendocino Unified","Physical Address Line 1":"44141 Little Lake Rd.","Physical Address Line 2":"","Physical Address City":"Mendocino","Physical Address State":"CA ","Physical Address Zipcode":"95460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17857142857142858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0624390","School District Name":"Meadows Union Elementary","Physical Address Line 1":"2059 Bowker Rd.","Physical Address Line 2":"","Physical Address City":"El Centro","Physical Address State":"CA ","Physical Address Zipcode":"92243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.30538922155688625,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0624360","School District Name":"McSwain Union Elementary","Physical Address Line 1":"926 Scott Rd.","Physical Address Line 2":"","Physical Address City":"Merced","Physical Address State":"CA ","Physical Address Zipcode":"95341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1039119804400978,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0624330","School District Name":"McKittrick Elementary","Physical Address Line 1":"23250 Second St.","Physical Address Line 2":"","Physical Address City":"McKittrick","Physical Address State":"CA ","Physical Address Zipcode":"93251","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0624300","School District Name":"McKinleyville Union Elementary","Physical Address Line 1":"2275 Central Ave.","Physical Address Line 2":"","Physical Address City":"McKinleyville","Physical Address State":"CA ","Physical Address Zipcode":"95519","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12367270455965022,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0624230","School District Name":"McFarland Unified","Physical Address Line 1":"601 Second St.","Physical Address Line 2":"","Physical Address City":"McFarland","Physical Address State":"CA ","Physical Address Zipcode":"93250","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2996863416025093,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0624210","School District Name":"McCloud Union Elementary","Physical Address Line 1":"332 Hamilton Way","Physical Address Line 2":"","Physical Address City":"McCloud","Physical Address State":"CA ","Physical Address Zipcode":"96057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0624180","School District Name":"McCabe Union Elementary","Physical Address Line 1":"701 W. McCabe Rd.","Physical Address Line 2":"","Physical Address City":"El Centro","Physical Address State":"CA ","Physical Address Zipcode":"92243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12007332722273144,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0624150","School District Name":"Maxwell Unified","Physical Address Line 1":"515 Oak St.","Physical Address Line 2":"","Physical Address City":"Maxwell","Physical Address State":"CA ","Physical Address Zipcode":"95955","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09444444444444444,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0624090","School District Name":"Marysville Joint Unified","Physical Address Line 1":"1919 B St.","Physical Address Line 2":"","Physical Address City":"Marysville","Physical Address State":"CA ","Physical Address Zipcode":"95901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.20325846251186333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0624030","School District Name":"Martinez Unified","Physical Address Line 1":"921 Susana St.","Physical Address Line 2":"","Physical Address City":"Martinez","Physical Address State":"CA ","Physical Address Zipcode":"94553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.056513844757149344,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0624000","School District Name":"Mark West Union Elementary","Physical Address Line 1":"305 Mark W. Springs Rd.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95404","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07336956521739131,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0623970","School District Name":"Mark Twain Union Elementary","Physical Address Line 1":"981 Tuolumne Ave.","Physical Address Line 2":"","Physical Address City":"Angels Camp","Physical Address State":"CA ","Physical Address Zipcode":"95222","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15734720416124837,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0623940","School District Name":"Mariposa County Unified","Physical Address Line 1":"5082 Old Highway N.","Physical Address Line 2":"","Physical Address City":"Mariposa","Physical Address State":"CA ","Physical Address Zipcode":"95338","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17779960707269155,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0623820","School District Name":"Maricopa Unified","Physical Address Line 1":"955 Stanislaus St.","Physical Address Line 2":"","Physical Address City":"Maricopa","Physical Address State":"CA ","Physical Address Zipcode":"93252","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20448179271708683,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0623800","School District Name":"Marcum-Illinois Union Elementary","Physical Address Line 1":"2452 El Centro Blvd.","Physical Address Line 2":"","Physical Address City":"East Nicolaus","Physical Address State":"CA ","Physical Address Zipcode":"95659","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09722222222222222,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0623760","School District Name":"Maple Elementary","Physical Address Line 1":"29161 Fresno Ave.","Physical Address Line 2":"","Physical Address City":"Shafter","Physical Address State":"CA ","Physical Address Zipcode":"93263","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22641509433962265,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0623730","School District Name":"Maple Creek Elementary","Physical Address Line 1":"15933 Maple Creek Rd.","Physical Address Line 2":"","Physical Address City":"Korbel","Physical Address State":"CA ","Physical Address Zipcode":"95550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0623700","School District Name":"Manzanita Elementary","Physical Address Line 1":"627 E. Evans-Reimer Rd.","Physical Address Line 2":"","Physical Address City":"Gridley","Physical Address State":"CA ","Physical Address Zipcode":"95948","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20588235294117646,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0623610","School District Name":"Manteca Unified","Physical Address Line 1":"2271 W. Louise Ave.","Physical Address Line 2":"","Physical Address City":"Manteca","Physical Address State":"CA ","Physical Address Zipcode":"95337","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13122838006918378,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0623550","School District Name":"Manchester Union Elementary","Physical Address Line 1":"19550 S. Highway 1","Physical Address Line 2":"","Physical Address City":"Manchester","Physical Address State":"CA ","Physical Address Zipcode":"95459","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1282051282051282,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0623530","School District Name":"Mammoth Unified","Physical Address Line 1":"461 Sierra Park Rd.","Physical Address Line 2":"","Physical Address City":"Mammoth Lakes","Physical Address State":"CA ","Physical Address Zipcode":"93546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.07734806629834254,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0623460","School District Name":"Magnolia Union Elementary","Physical Address Line 1":"4502 Casey Rd.","Physical Address Line 2":"","Physical Address City":"Brawley","Physical Address State":"CA ","Physical Address Zipcode":"92227","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22727272727272727,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0623430","School District Name":"Magnolia Elementary","Physical Address Line 1":"2705 W. Orange Ave.","Physical Address Line 2":"","Physical Address City":"Anaheim","Physical Address State":"CA ","Physical Address Zipcode":"92804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16074393889073396,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0623340","School District Name":"Madera Unified","Physical Address Line 1":"1902 Howard Rd.","Physical Address Line 2":"","Physical Address City":"Madera","Physical Address State":"CA ","Physical Address Zipcode":"93637","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.19290137720676587,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0623160","School District Name":"Lynwood Unified","Physical Address Line 1":"11321 Bullis Rd.","Physical Address Line 2":"","Physical Address City":"Lynwood","Physical Address State":"CA ","Physical Address Zipcode":"90262","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18556562604900972,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0623130","School District Name":"Luther Burbank","Physical Address Line 1":"4 Wabash Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95128","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14182692307692307,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0623080","School District Name":"Lucia Mar Unified","Physical Address Line 1":"602 Orchard St.","Physical Address Line 2":"","Physical Address City":"Arroyo Grande","Physical Address State":"CA ","Physical Address Zipcode":"93420","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08642602948652771,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0623040","School District Name":"Lucerne Elementary","Physical Address Line 1":"3351 Country Club Dr.","Physical Address Line 2":"","Physical Address City":"Lucerne","Physical Address State":"CA ","Physical Address Zipcode":"95458","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3248175182481752,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0623010","School District Name":"Lowell Joint","Physical Address Line 1":"11019 Valley Home Ave.","Physical Address Line 2":"","Physical Address City":"Whittier","Physical Address State":"CA ","Physical Address Zipcode":"90603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08071342200725513,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622950","School District Name":"Lost Hills Union Elementary","Physical Address Line 1":"20951 Pavilion Way","Physical Address Line 2":"","Physical Address City":"Lost Hills","Physical Address State":"CA ","Physical Address Zipcode":"93249","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2336448598130841,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0622920","School District Name":"Los Olivos Elementary","Physical Address Line 1":"2540 Alamo Pintado Ave.","Physical Address Line 2":"","Physical Address City":"Los Olivos","Physical Address State":"CA ","Physical Address Zipcode":"93441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.046632124352331605,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622890","School District Name":"Los Nietos","Physical Address Line 1":"8324 S. W.man Ave.","Physical Address Line 2":"","Physical Address City":"Whittier","Physical Address State":"CA ","Physical Address Zipcode":"90606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15570175438596492,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622860","School District Name":"Los Molinos Unified","Physical Address Line 1":"7851 Highway 99-E","Physical Address Line 2":"","Physical Address City":"Los Molinos","Physical Address State":"CA ","Physical Address Zipcode":"96055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12457912457912458,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622830","School District Name":"Los Gatos Union Elementary","Physical Address Line 1":"17010 Roberts Rd.","Physical Address Line 2":"","Physical Address City":"Los Gatos","Physical Address State":"CA ","Physical Address Zipcode":"95032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.025889967637540454,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622800","School District Name":"Los Gatos-Saratoga Union High","Physical Address Line 1":"17421 Farley Rd. W.","Physical Address Line 2":"","Physical Address City":"Los Gatos","Physical Address State":"CA ","Physical Address Zipcode":"95030","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0216787103946637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622740","School District Name":"Los Banos Unified","Physical Address Line 1":"1717 S. 11th St.","Physical Address Line 2":"","Physical Address City":"Los Banos","Physical Address State":"CA ","Physical Address Zipcode":"93635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17913924050632912,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622710","School District Name":"Los Angeles Unified","Physical Address Line 1":"333 S. Beaudry Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19001769963499093,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622650","School District Name":"Los Altos Elementary","Physical Address Line 1":"201 Covington Rd.","Physical Address Line 2":"","Physical Address City":"Los Altos","Physical Address State":"CA ","Physical Address Zipcode":"94024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.024918152055292835,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622590","School District Name":"Los Alamitos Unified","Physical Address Line 1":"10293 Bloomfield St.","Physical Address Line 2":"","Physical Address City":"Los Alamitos","Physical Address State":"CA ","Physical Address Zipcode":"90720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03884093711467324,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622560","School District Name":"Loomis Union Elementary","Physical Address Line 1":"3290 Humphrey Rd.","Physical Address Line 2":"","Physical Address City":"Loomis","Physical Address State":"CA ","Physical Address Zipcode":"95650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04800936768149883,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622500","School District Name":"Long Beach Unified","Physical Address Line 1":"1515 Hughes Way","Physical Address Line 2":"","Physical Address City":"Long Beach","Physical Address State":"CA ","Physical Address Zipcode":"90810","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16764066831497715,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622440","School District Name":"Lone Pine Unified","Physical Address Line 1":"301 S. Hay St.","Physical Address Line 2":"","Physical Address City":"Lone Pine","Physical Address State":"CA ","Physical Address Zipcode":"93545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1707920792079208,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0622410","School District Name":"Lompoc Unified","Physical Address Line 1":"1301 N. A St.","Physical Address Line 2":"","Physical Address City":"Lompoc","Physical Address State":"CA ","Physical Address Zipcode":"93436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.15059746419775608,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622380","School District Name":"Las Lomitas Elementary","Physical Address Line 1":"1011 Altschul Ave.","Physical Address Line 2":"","Physical Address City":"Menlo Park","Physical Address State":"CA ","Physical Address Zipcode":"94025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.029593943565037854,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622350","School District Name":"Loma Prieta Joint Union Elementary","Physical Address Line 1":"23800 Summit Rd.","Physical Address Line 2":"","Physical Address City":"Los Gatos","Physical Address State":"CA ","Physical Address Zipcode":"95033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.02564102564102564,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622320","School District Name":"Loleta Union Elementary","Physical Address Line 1":"700 Loleta Dr.","Physical Address Line 2":"","Physical Address City":"Loleta","Physical Address State":"CA ","Physical Address Zipcode":"95551","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1518987341772152,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0622230","School District Name":"Lodi Unified","Physical Address Line 1":"1305 E. Vine St.","Physical Address Line 2":"","Physical Address City":"Lodi","Physical Address State":"CA ","Physical Address Zipcode":"95240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16995638559606352,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622170","School District Name":"Livingston Union","Physical Address Line 1":"922 B St.","Physical Address Line 2":"","Physical Address City":"Livingston","Physical Address State":"CA ","Physical Address Zipcode":"95334","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.20621802439984258,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0622110","School District Name":"Livermore Valley Joint Unified","Physical Address Line 1":"685 E. Jack London Blvd.","Physical Address Line 2":"","Physical Address City":"Livermore","Physical Address State":"CA ","Physical Address Zipcode":"94551","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0464018132594598,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0622050","School District Name":"Live Oak Unified","Physical Address Line 1":"2201 Pennington Rd.","Physical Address Line 2":"","Physical Address City":"Live Oak","Physical Address State":"CA ","Physical Address Zipcode":"95953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17862165963431786,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0621990","School District Name":"Live Oak Elementary","Physical Address Line 1":"984 Bostwick Ln. Ste. 1","Physical Address Line 2":"","Physical Address City":"Santa Cruz","Physical Address State":"CA ","Physical Address Zipcode":"95062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10083160083160084,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0621960","School District Name":"Little Shasta Elementary","Physical Address Line 1":"8409 Lower Little Shasta Rd.","Physical Address Line 2":"","Physical Address City":"Montague","Physical Address State":"CA ","Physical Address Zipcode":"96064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09090909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0621930","School District Name":"Little Lake City Elementary","Physical Address Line 1":"10515 S. Pioneer Blvd.","Physical Address Line 2":"","Physical Address City":"Santa Fe Springs","Physical Address State":"CA ","Physical Address Zipcode":"90670","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11181102362204724,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0621900","School District Name":"Linns Valley-Poso Flat Union","Physical Address Line 1":"158 White River Rd.","Physical Address Line 2":"","Physical Address City":"Glennville","Physical Address State":"CA ","Physical Address Zipcode":"93226","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11320754716981132,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0621870","School District Name":"Lindsay Unified","Physical Address Line 1":"371 E. Hermosa St.","Physical Address Line 2":"","Physical Address City":"Lindsay","Physical Address State":"CA ","Physical Address Zipcode":"93247","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.29513809632503996,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0621810","School District Name":"Linden Unified","Physical Address Line 1":"18527 E. Main St.","Physical Address Line 2":"","Physical Address City":"Linden","Physical Address State":"CA ","Physical Address Zipcode":"95236","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1408221408221408,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0621690","School District Name":"Lincoln Unified","Physical Address Line 1":"2010 W. Swain Rd.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95207","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15853269537480064,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0621660","School District Name":"Lincoln Elementary","Physical Address Line 1":"1300 Hicks Valley Rd.","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0621600","School District Name":"Liberty Union High","Physical Address Line 1":"20 Oak St.","Physical Address Line 2":"","Physical Address City":"Brentwood","Physical Address State":"CA ","Physical Address Zipcode":"94513","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0509537496733734,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0621570","School District Name":"Liberty Elementary","Physical Address Line 1":"1771 E. Pacific Ave.","Physical Address Line 2":"","Physical Address City":"Tulare","Physical Address State":"CA ","Physical Address Zipcode":"93274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25274725274725274,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0621540","School District Name":"Liberty Elementary","Physical Address Line 1":"170 Liberty Sch Rd.","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.046052631578947366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0621480","School District Name":"Lewiston Elementary","Physical Address Line 1":"685 Lewiston Rd.","Physical Address Line 2":"","Physical Address City":"Lewiston","Physical Address State":"CA ","Physical Address Zipcode":"96052","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0621450","School District Name":"Richland Union Elementary","Physical Address Line 1":"300 N. Valley","Physical Address Line 2":"","Physical Address City":"Shafter","Physical Address State":"CA ","Physical Address Zipcode":"93263","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.26489510489510487,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0621420","School District Name":"Lennox","Physical Address Line 1":"10319 S. Firmona Ave.","Physical Address Line 2":"","Physical Address City":"Lennox","Physical Address State":"CA ","Physical Address Zipcode":"90304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.21313904667819214,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0621400","School District Name":"Lemoore Union High","Physical Address Line 1":"5 Powell Ave.","Physical Address Line 2":"","Physical Address City":"Lemoore","Physical Address State":"CA ","Physical Address Zipcode":"93245","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12107247591118558,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0621360","School District Name":"Lemoore Union Elementary","Physical Address Line 1":"1200 W. Cinnamon Dr.","Physical Address Line 2":"","Physical Address City":"Lemoore","Physical Address State":"CA ","Physical Address Zipcode":"93245","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13843774168600154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0621330","School District Name":"Lemon Grove","Physical Address Line 1":"8025 Lincoln St.","Physical Address Line 2":"","Physical Address City":"Lemon Grove","Physical Address State":"CA ","Physical Address Zipcode":"91945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13192419825072887,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0621270","School District Name":"Le Grand Union High","Physical Address Line 1":"12961 E. Le Grand Rd.","Physical Address Line 2":"","Physical Address City":"Le Grand","Physical Address State":"CA ","Physical Address Zipcode":"95333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28823529411764703,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0621240","School District Name":"Le Grand Union Elementary","Physical Address Line 1":"13071 E. Le Grand Rd.","Physical Address Line 2":"","Physical Address City":"Le Grand","Physical Address State":"CA ","Physical Address Zipcode":"95333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20107238605898123,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0621210","School District Name":"Lawndale Elementary","Physical Address Line 1":"4161 W. 147th St.","Physical Address Line 2":"","Physical Address City":"Lawndale","Physical Address State":"CA ","Physical Address Zipcode":"90260","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18476702508960574,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0621180","School District Name":"Latrobe","Physical Address Line 1":"7900 S. Shingle Rd.","Physical Address Line 2":"","Physical Address City":"Shingle Springs","Physical Address State":"CA ","Physical Address Zipcode":"95682","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04602510460251046,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0621150","School District Name":"Laton Joint Unified","Physical Address Line 1":"6259 DeWoody","Physical Address Line 2":"","Physical Address City":"Laton","Physical Address State":"CA ","Physical Address Zipcode":"93242","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18586088939566706,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0621090","School District Name":"Lassen View Union Elementary","Physical Address Line 1":"10818 Highway 99-E","Physical Address Line 2":"","Physical Address City":"Los Molinos","Physical Address State":"CA ","Physical Address Zipcode":"96055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14331210191082802,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0621060","School District Name":"Lassen Union High","Physical Address Line 1":"1000 Main St.","Physical Address Line 2":"","Physical Address City":"Susanville","Physical Address State":"CA ","Physical Address Zipcode":"96130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12233549582947173,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0621000","School District Name":"Las Virgenes Unified","Physical Address Line 1":"4111 Las Virgenes Rd.","Physical Address Line 2":"","Physical Address City":"Calabasas","Physical Address State":"CA ","Physical Address Zipcode":"91302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05653210847098313,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620910","School District Name":"Larkspur-Corte Madera","Physical Address Line 1":"230 Doherty Dr.","Physical Address Line 2":"","Physical Address City":"Larkspur","Physical Address State":"CA ","Physical Address Zipcode":"94939","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02645198389879241,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620880","School District Name":"Lancaster Elementary","Physical Address Line 1":"44711 N. Cedar Ave.","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"CA ","Physical Address Zipcode":"93534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.257326565143824,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0620850","School District Name":"Lamont Elementary","Physical Address Line 1":"7915 Burgundy Ave.","Physical Address Line 2":"","Physical Address City":"Lamont","Physical Address State":"CA ","Physical Address Zipcode":"93241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3307365439093484,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0620790","School District Name":"Lakeside Union Elementary","Physical Address Line 1":"12335 Woodside Ave.","Physical Address Line 2":"","Physical Address City":"Lakeside","Physical Address State":"CA ","Physical Address Zipcode":"92040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09840255591054313,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0620760","School District Name":"Lakeside Union Elementary","Physical Address Line 1":"9100 Jersey Ave.","Physical Address Line 2":"","Physical Address City":"Hanford","Physical Address State":"CA ","Physical Address Zipcode":"93230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2716049382716049,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0620730","School District Name":"Lakeside Union","Physical Address Line 1":"14535 Old River Rd.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93311","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16488651535380508,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620700","School District Name":"Lakeside Joint","Physical Address Line 1":"19621 Black Rd.","Physical Address Line 2":"","Physical Address City":"Los Gatos","Physical Address State":"CA ","Physical Address Zipcode":"95033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.055944055944055944,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620670","School District Name":"Lakeport Unified","Physical Address Line 1":"2508 Howard Ave.","Physical Address Line 2":"","Physical Address City":"Lakeport","Physical Address State":"CA ","Physical Address Zipcode":"95453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17247820672478206,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620640","School District Name":"Lake Tahoe Unified","Physical Address Line 1":"1021 Al Tahoe Blvd.","Physical Address Line 2":"","Physical Address City":"South Lake Tahoe","Physical Address State":"CA ","Physical Address Zipcode":"96150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09418070444104135,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620610","School District Name":"Lake Elementary","Physical Address Line 1":"4672 Co Rd. N","Physical Address Line 2":"","Physical Address City":"Orland","Physical Address State":"CA ","Physical Address Zipcode":"95963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16393442622950818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620520","School District Name":"Lagunitas Elementary","Physical Address Line 1":"One Lagunitas Sch Rd.","Physical Address Line 2":"","Physical Address City":"San Geronimo","Physical Address State":"CA ","Physical Address Zipcode":"94963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07936507936507936,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620490","School District Name":"Lagunita Elementary","Physical Address Line 1":"975 San Juan Grade Rd.","Physical Address Line 2":"","Physical Address City":"Salinas","Physical Address State":"CA ","Physical Address Zipcode":"93907","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620460","School District Name":"Pacifica","Physical Address Line 1":"375 Reina del Mar Ave.","Physical Address Line 2":"","Physical Address City":"Pacifica","Physical Address State":"CA ","Physical Address Zipcode":"94044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0364625850340136,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620430","School District Name":"Laguna Joint Elementary","Physical Address Line 1":"2657 Chileno Valley Rd.","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.0625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620370","School District Name":"Laguna Beach Unified","Physical Address Line 1":"550 Blumont St.","Physical Address Line 2":"","Physical Address City":"Laguna Beach","Physical Address State":"CA ","Physical Address Zipcode":"92651","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05798782255726297,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620310","School District Name":"Lafayette Elementary","Physical Address Line 1":"3477 Sch St.","Physical Address Line 2":"","Physical Address City":"Lafayette","Physical Address State":"CA ","Physical Address Zipcode":"94549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.017867435158501442,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620250","School District Name":"La Mesa-Spring Valley","Physical Address Line 1":"4750 Date Ave.","Physical Address Line 2":"","Physical Address City":"La Mesa","Physical Address State":"CA ","Physical Address Zipcode":"91942","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10592686002522068,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620220","School District Name":"La Honda-Pescadero Unified","Physical Address Line 1":"360 Butano Cut Off","Physical Address Line 2":"","Physical Address City":"Pescadero","Physical Address State":"CA ","Physical Address Zipcode":"94060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.02197802197802198,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0620190","School District Name":"La Habra City Elementary","Physical Address Line 1":"500 N. Walnut St.","Physical Address Line 2":"","Physical Address City":"La Habra","Physical Address State":"CA ","Physical Address Zipcode":"90631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1128794093519278,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620130","School District Name":"La Canada Unified","Physical Address Line 1":"4490 Cornishon Ave.","Physical Address Line 2":"","Physical Address City":"La Canada","Physical Address State":"CA ","Physical Address Zipcode":"91011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03595317725752508,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620070","School District Name":"Konocti Unified","Physical Address Line 1":"9430 B Lake St.","Physical Address Line 2":"","Physical Address City":"Lower Lake","Physical Address State":"CA ","Physical Address Zipcode":"95457","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.29387269482450923,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0620040","School District Name":"Knightsen Elementary","Physical Address Line 1":"1923 Delta Rd.","Physical Address Line 2":"","Physical Address City":"Knightsen","Physical Address State":"CA ","Physical Address Zipcode":"94548","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06845238095238096,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0620010","School District Name":"Knights Ferry Elementary","Physical Address Line 1":"12726 Dent St.","Physical Address Line 2":"","Physical Address City":"Knights Ferry","Physical Address State":"CA ","Physical Address Zipcode":"95361","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11392405063291139,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619980","School District Name":"Kneeland Elementary","Physical Address Line 1":"9313 Kneeland Rd.","Physical Address Line 2":"","Physical Address City":"Kneeland","Physical Address State":"CA ","Physical Address Zipcode":"95549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13953488372093023,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619950","School District Name":"Klamath-Trinity Joint Unified","Physical Address Line 1":"11800 Highway 96","Physical Address Line 2":"","Physical Address City":"Hoopa","Physical Address State":"CA ","Physical Address Zipcode":"95546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2136089577950043,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619920","School District Name":"Klamath River Union Elementary","Physical Address Line 1":"30438 Walker Rd.","Physical Address Line 2":"","Physical Address City":"Horse Creek","Physical Address State":"CA ","Physical Address Zipcode":"96050","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3548387096774194,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619890","School District Name":"Kit Carson Union Elementary","Physical Address Line 1":"9895 Seventh Ave.","Physical Address Line 2":"","Physical Address City":"Hanford","Physical Address State":"CA ","Physical Address Zipcode":"93230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18126888217522658,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0619860","School District Name":"Kirkwood Elementary","Physical Address Line 1":"2049 Kirkwood Rd.","Physical Address Line 2":"","Physical Address City":"Corning","Physical Address State":"CA ","Physical Address Zipcode":"96021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619830","School District Name":"Kingsburg Joint Union High","Physical Address Line 1":"1900 18th Ave.","Physical Address Line 2":"","Physical Address City":"Kingsburg","Physical Address State":"CA ","Physical Address Zipcode":"93631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1375921375921376,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0619800","School District Name":"Kingsburg Elementary Charter","Physical Address Line 1":"1310 Stroud Ave.","Physical Address Line 2":"","Physical Address City":"Kingsburg","Physical Address State":"CA ","Physical Address Zipcode":"93631","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16794582392776525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0619770","School District Name":"Kings River-Hardwick Union Elementary","Physical Address Line 1":"10300 Excelsior Ave.","Physical Address Line 2":"","Physical Address City":"Hanford","Physical Address State":"CA ","Physical Address Zipcode":"93230","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11374407582938388,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0619740","School District Name":"Kings River Union Elementary","Physical Address Line 1":"3961 Ave. 400","Physical Address Line 2":"","Physical Address City":"Kingsburg","Physical Address State":"CA ","Physical Address Zipcode":"93631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.30241187384044527,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619700","School District Name":"Kings Canyon Joint Unified","Physical Address Line 1":"1801 Tenth St.","Physical Address Line 2":"","Physical Address City":"Reedley","Physical Address State":"CA ","Physical Address Zipcode":"93654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23431416930737892,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619680","School District Name":"King City Union","Physical Address Line 1":"104 S. Vanderhurst Ave.","Physical Address Line 2":"","Physical Address City":"King City","Physical Address State":"CA ","Physical Address Zipcode":"93930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17376554843573314,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0619650","School District Name":"South Monterey County Joint Union High","Physical Address Line 1":"800 BRd.way St.","Physical Address Line 2":"","Physical Address City":"King City","Physical Address State":"CA ","Physical Address Zipcode":"93930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11775562938353636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0619620","School District Name":"Keyes Union","Physical Address Line 1":"4801 Lucinda Ave.","Physical Address Line 2":"","Physical Address City":"Keyes","Physical Address State":"CA ","Physical Address Zipcode":"95328","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.24115755627009647,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619590","School District Name":"Kernville Union Elementary","Physical Address Line 1":"3240 Erskine Creek Rd.","Physical Address Line 2":"","Physical Address City":"Lake Isabella","Physical Address State":"CA ","Physical Address Zipcode":"93240","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3137673425827108,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619540","School District Name":"Kern High","Physical Address Line 1":"5801 Sundale Ave.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93309","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2088248337028825,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619490","School District Name":"Kerman Unified","Physical Address Line 1":"15218 W. Whitesbridge Ave.","Physical Address Line 2":"","Physical Address City":"Kerman","Physical Address State":"CA ","Physical Address Zipcode":"93630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20635250155698567,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619440","School District Name":"Keppel Union Elementary","Physical Address Line 1":"34004 128th St. E.","Physical Address Line 2":"","Physical Address City":"Pearblossom","Physical Address State":"CA ","Physical Address Zipcode":"93553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2651072124756335,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619410","School District Name":"Kenwood","Physical Address Line 1":"230 Randolph Ave.","Physical Address Line 2":"","Physical Address City":"Kenwood","Physical Address State":"CA ","Physical Address Zipcode":"95452","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.022222222222222223,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0619380","School District Name":"Kentfield Elementary","Physical Address Line 1":"750 College Ave.","Physical Address Line 2":"","Physical Address City":"Kentfield","Physical Address State":"CA ","Physical Address Zipcode":"94904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03028009084027252,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0619320","School District Name":"Kelseyville Unified","Physical Address Line 1":"4410 Konocti Rd.","Physical Address Line 2":"","Physical Address City":"Kelseyville","Physical Address State":"CA ","Physical Address Zipcode":"95451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1712121212121212,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0619260","School District Name":"Jurupa Unified","Physical Address Line 1":"4850 Pedley Rd.","Physical Address Line 2":"","Physical Address City":"Jurupa Valley","Physical Address State":"CA ","Physical Address Zipcode":"92509","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.142240191123771,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0619230","School District Name":"Junction Elementary","Physical Address Line 1":"98821 Highway 96","Physical Address Line 2":"","Physical Address City":"Somes Bar","Physical Address State":"CA ","Physical Address Zipcode":"95568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23076923076923078,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619200","School District Name":"Junction Elementary","Physical Address Line 1":"9087 Deschutes Rd.","Physical Address Line 2":"","Physical Address City":"Palo Cedro","Physical Address State":"CA ","Physical Address Zipcode":"96073","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08527131782945736,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0619170","School District Name":"Junction City Elementary","Physical Address Line 1":"430 Red Hill Rd.","Physical Address Line 2":"","Physical Address City":"Junction City","Physical Address State":"CA ","Physical Address Zipcode":"96048","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619140","School District Name":"Julian Union Elementary","Physical Address Line 1":"1704 Cape Horn","Physical Address Line 2":"","Physical Address City":"Julian","Physical Address State":"CA ","Physical Address Zipcode":"92036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.061764705882352944,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619110","School District Name":"Julian Union High","Physical Address Line 1":"1656 Highway 78","Physical Address Line 2":"","Physical Address City":"Julian","Physical Address State":"CA ","Physical Address Zipcode":"92036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.04433497536945813,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0619050","School District Name":"Johnstonville Elementary","Physical Address Line 1":"704-795 Bangham Ln.","Physical Address Line 2":"","Physical Address City":"Susanville","Physical Address State":"CA ","Physical Address Zipcode":"96130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12345679012345678,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0618990","School District Name":"John Swett Unified","Physical Address Line 1":"400 Parker Ave.","Physical Address Line 2":"","Physical Address City":"Rodeo","Physical Address State":"CA ","Physical Address Zipcode":"94572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13222416812609458,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0618930","School District Name":"Jefferson Union High","Physical Address Line 1":"699 Serramonte Blvd. Ste.100","Physical Address Line 2":"","Physical Address City":"Daly City","Physical Address State":"CA ","Physical Address Zipcode":"94015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.052220983919758,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0618870","School District Name":"Jefferson Elementary","Physical Address Line 1":"101 Lincoln Ave.","Physical Address Line 2":"","Physical Address City":"Daly City","Physical Address State":"CA ","Physical Address Zipcode":"94015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07606207071991859,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0618840","School District Name":"Jefferson Elementary","Physical Address Line 1":"1219 Whispering Wind Dr.","Physical Address Line 2":"","Physical Address City":"Tracy","Physical Address State":"CA ","Physical Address Zipcode":"95377","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0710017574692443,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0618810","School District Name":"Jefferson Elementary","Physical Address Line 1":"221 Old Hernandez Rd.","Physical Address Line 2":"","Physical Address City":"Paicines","Physical Address State":"CA ","Physical Address Zipcode":"95043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0618780","School District Name":"Janesville Union Elementary","Physical Address Line 1":"464-555 Main St.","Physical Address Line 2":"","Physical Address City":"Janesville","Physical Address State":"CA ","Physical Address Zipcode":"96114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09585492227979274,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0618730","School District Name":"Jamul-Dulzura Union Elementary","Physical Address Line 1":"14581 Lyons Valley Rd.","Physical Address Line 2":"","Physical Address City":"Jamul","Physical Address State":"CA ","Physical Address Zipcode":"91935","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11512415349887133,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0618690","School District Name":"Jamestown Elementary","Physical Address Line 1":"18299 Fifth Ave.","Physical Address Line 2":"","Physical Address City":"Jamestown","Physical Address State":"CA ","Physical Address Zipcode":"95327","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16565656565656567,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0618660","School District Name":"Jacoby Creek Elementary","Physical Address Line 1":"1617 Old Arcata Rd.","Physical Address Line 2":"","Physical Address City":"Bayside","Physical Address State":"CA ","Physical Address Zipcode":"95524","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09821428571428571,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0618510","School District Name":"Island Union Elementary","Physical Address Line 1":"7799 21st Ave.","Physical Address Line 2":"","Physical Address City":"Lemoore","Physical Address State":"CA ","Physical Address Zipcode":"93245","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1783783783783784,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0618390","School District Name":"Inglewood Unified","Physical Address Line 1":"401 S. Inglewood Ave.","Physical Address Line 2":"","Physical Address City":"Inglewood","Physical Address State":"CA ","Physical Address Zipcode":"90301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18842054523057147,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0618270","School District Name":"Indian Springs Elementary","Physical Address Line 1":"25299 Big Bend Rd.","Physical Address Line 2":"","Physical Address City":"Big Bend","Physical Address State":"CA ","Physical Address Zipcode":"96011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.5555555555555556,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0618240","School District Name":"Indian Diggings Elementary","Physical Address Line 1":"6020 Omo Ranch Rd.","Physical Address Line 2":"","Physical Address City":"Somerset","Physical Address State":"CA ","Physical Address Zipcode":"95684","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0618210","School District Name":"Imperial Unified","Physical Address Line 1":"219 N. E St.","Physical Address Line 2":"","Physical Address City":"Imperial","Physical Address State":"CA ","Physical Address Zipcode":"92251","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10981366459627329,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0618160","School District Name":"Igo Ono Platina Union Elementary","Physical Address Line 1":"6429 Placer St.","Physical Address Line 2":"","Physical Address City":"Igo","Physical Address State":"CA ","Physical Address Zipcode":"96047","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2727272727272727,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0618120","School District Name":"Hydesville Elementary","Physical Address Line 1":"3050 Johnson Rd.","Physical Address Line 2":"","Physical Address City":"Hydesville","Physical Address State":"CA ","Physical Address Zipcode":"95547","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20945945945945946,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0618060","School District Name":"Huntington Beach Union High","Physical Address Line 1":"5832 Bolsa Ave.","Physical Address Line 2":"","Physical Address City":"Huntington Beach","Physical Address State":"CA ","Physical Address Zipcode":"92649","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08051298091961213,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0618030","School District Name":"Huntington Beach City Elementary","Physical Address Line 1":"8750 Dorsett Dr.","Physical Address Line 2":"","Physical Address City":"Huntington Beach","Physical Address State":"CA ","Physical Address Zipcode":"92646","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05570517363571935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0617880","School District Name":"Hughes-Elizabeth Lakes Union Elementary","Physical Address Line 1":"16633 Elizabeth Lake Rd.","Physical Address Line 2":"","Physical Address City":"Lake Hughes","Physical Address State":"CA ","Physical Address Zipcode":"93532","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1189710610932476,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0617850","School District Name":"Hueneme Elementary","Physical Address Line 1":"205 N. Ventura Rd.","Physical Address Line 2":"","Physical Address City":"Port Hueneme","Physical Address State":"CA ","Physical Address Zipcode":"93041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.19759524844270607,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0617760","School District Name":"Howell Mountain Elementary","Physical Address Line 1":"525 White Cottage Rd. N.","Physical Address Line 2":"","Physical Address City":"Angwin","Physical Address State":"CA ","Physical Address Zipcode":"94508","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06497175141242938,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0617640","School District Name":"Hot Springs Elementary","Physical Address Line 1":"40505 Hot Springs Dr.","Physical Address Line 2":"","Physical Address City":"California Hot Springs","Physical Address State":"CA ","Physical Address Zipcode":"93207","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30434782608695654,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0617620","School District Name":"Hornbrook Elementary","Physical Address Line 1":"15430 Oregon Rd.","Physical Address Line 2":"","Physical Address City":"Hornbrook","Physical Address State":"CA ","Physical Address Zipcode":"96044","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3230769230769231,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0617580","School District Name":"Horicon Elementary","Physical Address Line 1":"35555 Annapolis Rd.","Physical Address Line 2":"","Physical Address City":"Annapolis","Physical Address State":"CA ","Physical Address Zipcode":"95412","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0617520","School District Name":"Hope Elementary","Physical Address Line 1":"613 W. Teapot Dome Ave.","Physical Address Line 2":"","Physical Address City":"Porterville","Physical Address State":"CA ","Physical Address Zipcode":"93257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.22549019607843138,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0617490","School District Name":"Hope Elementary","Physical Address Line 1":"3970 La Colina Rd. Ste. 14","Physical Address Line 2":"","Physical Address City":"Santa Barbara","Physical Address State":"CA ","Physical Address Zipcode":"93110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08432776451869531,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0617430","School District Name":"Holtville Unified","Physical Address Line 1":"621 E. Sixth St.","Physical Address Line 2":"","Physical Address City":"Holtville","Physical Address State":"CA ","Physical Address Zipcode":"92250","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20224719101123595,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0617340","School District Name":"Hollister","Physical Address Line 1":"2690 Cienega Rd.","Physical Address Line 2":"","Physical Address City":"Hollister","Physical Address State":"CA ","Physical Address Zipcode":"95023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09785381960078043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0617220","School District Name":"Hilmar Unified","Physical Address Line 1":"7807 N. Lander Ave.","Physical Address Line 2":"","Physical Address City":"Hilmar","Physical Address State":"CA ","Physical Address Zipcode":"95324","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17418728772440562,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0617190","School District Name":"Hillsborough City Elementary","Physical Address Line 1":"300 El Cerrito Ave","Physical Address Line 2":"","Physical Address City":"Hillsborough","Physical Address State":"CA ","Physical Address Zipcode":"94010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.024253731343283583,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0617160","School District Name":"Hickman Community Charter","Physical Address Line 1":"13306 Fourth St.","Physical Address Line 2":"","Physical Address City":"Hickman","Physical Address State":"CA ","Physical Address Zipcode":"95323","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0617040","School District Name":"Hermosa Beach City Elementary","Physical Address Line 1":"425 Valley Dr.","Physical Address Line 2":"","Physical Address City":"Hermosa Beach","Physical Address State":"CA ","Physical Address Zipcode":"90254","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05405405405405406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616920","School District Name":"Hemet Unified","Physical Address Line 1":"1791 W. Acacia Ave.","Physical Address Line 2":"","Physical Address City":"Hemet","Physical Address State":"CA ","Physical Address Zipcode":"92545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.18997696767532365,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616860","School District Name":"Helendale Elementary","Physical Address Line 1":"15350 Riverview Rd.","Physical Address Line 2":"","Physical Address City":"Helendale","Physical Address State":"CA ","Physical Address Zipcode":"92342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12310606060606061,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616830","School District Name":"Heber Elementary","Physical Address Line 1":"1052 Heber Ave.","Physical Address Line 2":"","Physical Address City":"Heber","Physical Address State":"CA ","Physical Address Zipcode":"92249","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.18547140649149924,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616740","School District Name":"Hayward Unified","Physical Address Line 1":"24411 Amador St.","Physical Address Line 2":"","Physical Address City":"Hayward","Physical Address State":"CA ","Physical Address Zipcode":"94544","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10150714003093414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616680","School District Name":"Hawthorne","Physical Address Line 1":"14120 S. Hawthorne Blvd.","Physical Address Line 2":"","Physical Address City":"Hawthorne","Physical Address State":"CA ","Physical Address Zipcode":"90250","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20176330959647337,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0616650","School District Name":"Hart-Ransom Union Elementary","Physical Address Line 1":"3920 Shoemake Ave.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95358","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11912751677852348,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616620","School District Name":"Harmony Union Elementary","Physical Address Line 1":"1935 Bohemian Hwy.","Physical Address Line 2":"","Physical Address City":"Occidental","Physical Address State":"CA ","Physical Address Zipcode":"95465","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08984375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616570","School District Name":"Happy Valley Union Elementary","Physical Address Line 1":"16300 Cloverdale Rd.","Physical Address Line 2":"","Physical Address City":"Anderson","Physical Address State":"CA ","Physical Address Zipcode":"96007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15847860538827258,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616560","School District Name":"Happy Valley Elementary","Physical Address Line 1":"3125 Branciforte Dr.","Physical Address Line 2":"","Physical Address City":"Santa Cruz","Physical Address State":"CA ","Physical Address Zipcode":"95065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09615384615384616,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616530","School District Name":"Happy Camp Union Elementary","Physical Address Line 1":"114 Park Way","Physical Address Line 2":"","Physical Address City":"Happy Camp","Physical Address State":"CA ","Physical Address Zipcode":"96039","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23076923076923078,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0616500","School District Name":"Hanford Joint Union High","Physical Address Line 1":"823 W. Lacey Blvd.","Physical Address Line 2":"","Physical Address City":"Hanford","Physical Address State":"CA ","Physical Address Zipcode":"93230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13453389830508475,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616470","School District Name":"Hanford Elementary","Physical Address Line 1":"714 N. White St.","Physical Address Line 2":"","Physical Address City":"Hanford","Physical Address State":"CA ","Physical Address Zipcode":"93230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17432432432432432,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616325","School District Name":"Hacienda la Puente Unified","Physical Address Line 1":"15959 E. Gale Ave.","Physical Address Line 2":"","Physical Address City":"City Of Industry","Physical Address State":"CA ","Physical Address Zipcode":"91745","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14358354729899814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616323","School District Name":"Gustine Unified","Physical Address Line 1":"1500 Meredith Ave.","Physical Address Line 2":"","Physical Address City":"Gustine","Physical Address State":"CA ","Physical Address Zipcode":"95322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18921668362156663,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616320","School District Name":"Guerneville Elementary","Physical Address Line 1":"14630 Armstrong Woods Rd.","Physical Address Line 2":"","Physical Address City":"Guerneville","Physical Address State":"CA ","Physical Address Zipcode":"95446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1619047619047619,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616300","School District Name":"Cucamonga Elementary","Physical Address Line 1":"8776 Archibald Ave.","Physical Address Line 2":"","Physical Address City":"Rancho Cucamonga","Physical Address State":"CA ","Physical Address Zipcode":"91730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1692780337941628,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616260","School District Name":"Guadalupe Union Elementary","Physical Address Line 1":"4465 Ninth St.","Physical Address Line 2":"","Physical Address City":"Guadalupe","Physical Address State":"CA ","Physical Address Zipcode":"93434","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15964343598055106,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616230","School District Name":"Grossmont Union High","Physical Address Line 1":"1100 Murray Dr.","Physical Address Line 2":"","Physical Address City":"El Cajon","Physical Address State":"CA ","Physical Address Zipcode":"92020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10278811821013446,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616110","School District Name":"Grenada Elementary","Physical Address Line 1":"516 Shasta Blvd.","Physical Address Line 2":"","Physical Address City":"Grenada","Physical Address State":"CA ","Physical Address Zipcode":"96038","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11538461538461539,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0616080","School District Name":"Greenfield Union Elementary","Physical Address Line 1":"493 El Camino Real","Physical Address Line 2":"","Physical Address City":"Greenfield","Physical Address State":"CA ","Physical Address Zipcode":"93927","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16304347826086957,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0616050","School District Name":"Greenfield Union","Physical Address Line 1":"1624 Fairview Rd.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.27670987930263746,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0615990","School District Name":"Green Point Elementary","Physical Address Line 1":"180 Valkensar Ln.","Physical Address Line 2":"","Physical Address City":"Blue Lake","Physical Address State":"CA ","Physical Address Zipcode":"95525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19047619047619047,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0615870","School District Name":"Graves Elementary","Physical Address Line 1":"15 McFadden Rd.","Physical Address Line 2":"","Physical Address City":"Salinas","Physical Address State":"CA ","Physical Address Zipcode":"93908","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0615840","School District Name":"Gravenstein Union Elementary","Physical Address Line 1":"3840 Twig Ave.","Physical Address Line 2":"","Physical Address City":"Sebastopol","Physical Address State":"CA ","Physical Address Zipcode":"95472","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04523809523809524,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0615810","School District Name":"Gratton Elementary","Physical Address Line 1":"4500 S. Gratton Rd","Physical Address Line 2":"","Physical Address City":"Denair","Physical Address State":"CA ","Physical Address Zipcode":"95316","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2191780821917808,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0615780","School District Name":"Grass Valley Elementary","Physical Address Line 1":"10840 Gilmore Way","Physical Address Line 2":"","Physical Address City":"Grass Valley","Physical Address State":"CA ","Physical Address Zipcode":"95945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14805941542884524,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0615690","School District Name":"Grant Elementary","Physical Address Line 1":"8835 Swasey Dr.","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.05913978494623656,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0615600","School District Name":"Gorman Joint","Physical Address Line 1":"49847 Gorman Sch Rd.","Physical Address Line 2":"","Physical Address City":"Gorman","Physical Address State":"CA ","Physical Address Zipcode":"93243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2857142857142857,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0615510","School District Name":"Goleta Union Elementary","Physical Address Line 1":"401 N. Fairview Ave.","Physical Address Line 2":"","Physical Address City":"Goleta","Physical Address State":"CA ","Physical Address Zipcode":"93117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06819211599456275,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0615480","School District Name":"Golden Feather Union Elementary","Physical Address Line 1":"2771 Pentz Rd.","Physical Address Line 2":"","Physical Address City":"Oroville","Physical Address State":"CA ","Physical Address Zipcode":"95965","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30927835051546393,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0615450","School District Name":"Gold Trail Union Elementary","Physical Address Line 1":"1575 Old Ranch Rd.","Physical Address Line 2":"","Physical Address City":"Placerville","Physical Address State":"CA ","Physical Address Zipcode":"95667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08073394495412844,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0615390","School District Name":"Gold Oak Union Elementary","Physical Address Line 1":"3171 Pleasant Valley Rd.","Physical Address Line 2":"","Physical Address City":"Placerville","Physical Address State":"CA ","Physical Address Zipcode":"95667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08771929824561403,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0615270","School District Name":"Glendora Unified","Physical Address Line 1":"500 N. Loraine Ave.","Physical Address Line 2":"","Physical Address City":"Glendora","Physical Address State":"CA ","Physical Address Zipcode":"91741","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07430588990531214,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0615240","School District Name":"Glendale Unified","Physical Address Line 1":"223 N. Jackson St.","Physical Address Line 2":"","Physical Address City":"Glendale","Physical Address State":"CA ","Physical Address Zipcode":"91206","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.15028560899207666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0615180","School District Name":"Gilroy Unified","Physical Address Line 1":"7810 Arroyo Cir.","Physical Address Line 2":"","Physical Address City":"Gilroy","Physical Address State":"CA ","Physical Address Zipcode":"95020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0903986981285598,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0615150","School District Name":"Geyserville Unified","Physical Address Line 1":"1300 Moody Ln.","Physical Address Line 2":"","Physical Address City":"Geyserville","Physical Address State":"CA ","Physical Address Zipcode":"95441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08571428571428572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0615090","School District Name":"Gerber Union Elementary","Physical Address Line 1":"23014 Chard Ave.","Physical Address Line 2":"","Physical Address City":"Gerber","Physical Address State":"CA ","Physical Address Zipcode":"96035","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19534883720930232,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0615000","School District Name":"General Shafter Elementary","Physical Address Line 1":"1825 Shafter Rd.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93313","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1390728476821192,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614970","School District Name":"Gazelle Union Elementary","Physical Address Line 1":"25305 Gazelle-Callahan Rd.","Physical Address Line 2":"","Physical Address City":"Gazelle","Physical Address State":"CA ","Physical Address Zipcode":"96034","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0614950","School District Name":"Gateway Unified","Physical Address Line 1":"4411 Mountain Lakes Blvd.","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.18443166740380362,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614940","School District Name":"Garvey Elementary","Physical Address Line 1":"2730 N. Del Mar Ave.","Physical Address Line 2":"","Physical Address City":"Rosemead","Physical Address State":"CA ","Physical Address Zipcode":"91770","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23952445916975248,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0614910","School District Name":"Garfield Elementary","Physical Address Line 1":"2200 Freshwater Rd.","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"CA ","Physical Address Zipcode":"95503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09523809523809523,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0614880","School District Name":"Garden Grove Unified","Physical Address Line 1":"10331 Stanford Ave.","Physical Address Line 2":"","Physical Address City":"Garden Grove","Physical Address State":"CA ","Physical Address Zipcode":"92840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1418533991644512,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614820","School District Name":"Galt Joint Union High","Physical Address Line 1":"12945 Marengo Rd.","Physical Address Line 2":"","Physical Address City":"Galt","Physical Address State":"CA ","Physical Address Zipcode":"95632","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08768115942028985,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614790","School District Name":"Galt Joint Union Elementary","Physical Address Line 1":"1018 C St. Ste. 210","Physical Address Line 2":"","Physical Address City":"Galt","Physical Address State":"CA ","Physical Address Zipcode":"95632","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11096316023080337,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614760","School District Name":"Fullerton Joint Union High","Physical Address Line 1":"1051 W. Bastanchury Rd.","Physical Address Line 2":"","Physical Address City":"Fullerton","Physical Address State":"CA ","Physical Address Zipcode":"92833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08327437385029009,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614730","School District Name":"Fullerton Elementary","Physical Address Line 1":"1401 W. Valencia Dr.","Physical Address Line 2":"","Physical Address City":"Fullerton","Physical Address State":"CA ","Physical Address Zipcode":"92833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10219667742697425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614700","School District Name":"Fruitvale Elementary","Physical Address Line 1":"7311 Rosedale Hwy.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93308","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13896103896103895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614550","School District Name":"Fresno Unified","Physical Address Line 1":"2309 Tulare St.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93721","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.27158115284116224,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0614520","School District Name":"Freshwater Elementary","Physical Address Line 1":"75 Greenwood Heights Dr.","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"CA ","Physical Address Zipcode":"95503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12025316455696203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614490","School District Name":"French Gulch-Whiskeytown Elementary","Physical Address Line 1":"11442 Cline Gulch Rd.","Physical Address Line 2":"","Physical Address City":"French Gulch","Physical Address State":"CA ","Physical Address Zipcode":"96033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0614430","School District Name":"Fremont Union High","Physical Address Line 1":"589 W. Fremont Ave.","Physical Address Line 2":"","Physical Address City":"Sunnyvale","Physical Address State":"CA ","Physical Address Zipcode":"94087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.026822916666666665,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614400","School District Name":"Fremont Unified","Physical Address Line 1":"4210 Tech Dr.","Physical Address Line 2":"","Physical Address City":"Fremont","Physical Address State":"CA ","Physical Address Zipcode":"94538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04466809308714372,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614370","School District Name":"Franklin-McKinley Elementary","Physical Address Line 1":"645 Wool Creek Dr.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1403172389750741,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614340","School District Name":"Franklin Elementary","Physical Address Line 1":"332 N. Township Rd.","Physical Address Line 2":"","Physical Address City":"Yuba City","Physical Address State":"CA ","Physical Address Zipcode":"95993","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10984848484848485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614250","School District Name":"Fowler Unified","Physical Address Line 1":"658 E. Adams Ave.","Physical Address Line 2":"","Physical Address City":"Fowler","Physical Address State":"CA ","Physical Address Zipcode":"93625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18650250797993617,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614220","School District Name":"Fountain Valley Elementary","Physical Address Line 1":"10055 Slater Ave.","Physical Address Line 2":"","Physical Address City":"Fountain Valley","Physical Address State":"CA ","Physical Address Zipcode":"92708","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07197039777983348,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614190","School District Name":"Fortuna Union High","Physical Address Line 1":"379 12th St.","Physical Address Line 2":"","Physical Address City":"Fortuna","Physical Address State":"CA ","Physical Address Zipcode":"95540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15169491525423728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614130","School District Name":"Fort Ross Elementary","Physical Address Line 1":"30600 Seaview Rd.","Physical Address Line 2":"","Physical Address City":"Cazadero","Physical Address State":"CA ","Physical Address Zipcode":"95421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16216216216216217,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0614070","School District Name":"Fort Bragg Unified","Physical Address Line 1":"312 S. Lincoln St.","Physical Address Line 2":"","Physical Address City":"Fort Bragg","Physical Address State":"CA ","Physical Address Zipcode":"95437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17339312406576982,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0614040","School District Name":"Forks of Salmon Elementary","Physical Address Line 1":"15616 Salmon River Rd.","Physical Address Line 2":"","Physical Address City":"Forks Of Salmon","Physical Address State":"CA ","Physical Address Zipcode":"96031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.29411764705882354,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0614010","School District Name":"Forestville Union Elementary","Physical Address Line 1":"6321 Highway 116","Physical Address Line 2":"","Physical Address City":"Forestville","Physical Address State":"CA ","Physical Address Zipcode":"95436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06235565819861432,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0613980","School District Name":"Foresthill Union Elementary","Physical Address Line 1":"24750 Main St.","Physical Address Line 2":"","Physical Address City":"Foresthill","Physical Address State":"CA ","Physical Address Zipcode":"95631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07563025210084033,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0613920","School District Name":"Fontana Unified","Physical Address Line 1":"9680 Citrus Ave.","Physical Address Line 2":"","Physical Address City":"Fontana","Physical Address State":"CA ","Physical Address Zipcode":"92335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16843533459320637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0613890","School District Name":"Folsom-Cordova Unified","Physical Address Line 1":"1965 Birkmont Dr.","Physical Address Line 2":"","Physical Address City":"Rancho Cordova","Physical Address State":"CA ","Physical Address Zipcode":"95742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09881004847950639,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0613860","School District Name":"Flournoy Union Elementary","Physical Address Line 1":"15850 Paskenta Rd.","Physical Address Line 2":"","Physical Address City":"Flournoy","Physical Address State":"CA ","Physical Address Zipcode":"96029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0613840","School District Name":"Firebaugh-Las Deltas Unified","Physical Address Line 1":"1976 Morris Kyle Dr.","Physical Address Line 2":"","Physical Address City":"Firebaugh","Physical Address State":"CA ","Physical Address Zipcode":"93622","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19273984442523767,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0613800","School District Name":"Fillmore Unified","Physical Address Line 1":"627 Sespe Ave.","Physical Address Line 2":"","Physical Address City":"Fillmore","Physical Address State":"CA ","Physical Address Zipcode":"93016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13026521060842433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0613740","School District Name":"Fieldbrook Elementary","Physical Address Line 1":"4070 Fieldbrook Rd.","Physical Address Line 2":"","Physical Address City":"McKinleyville","Physical Address State":"CA ","Physical Address Zipcode":"95519","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14432989690721648,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0613530","School District Name":"Fallbrook Union High","Physical Address Line 1":"2234 S. Stage Coach Ln.","Physical Address Line 2":"","Physical Address City":"Fallbrook","Physical Address State":"CA ","Physical Address Zipcode":"92028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09137240626137605,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0613500","School District Name":"Fallbrook Union Elementary","Physical Address Line 1":"321 N. Iowa St.","Physical Address Line 2":"","Physical Address City":"Fallbrook","Physical Address State":"CA ","Physical Address Zipcode":"92028","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11143543956043957,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0613470","School District Name":"Fall River Joint Unified","Physical Address Line 1":"20375 Tamarack Ave.","Physical Address Line 2":"","Physical Address City":"Burney","Physical Address State":"CA ","Physical Address Zipcode":"96013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16170212765957448,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0613360","School District Name":"Fairfield-Suisun Unified","Physical Address Line 1":"2490 Hilborn Rd.","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"CA ","Physical Address Zipcode":"94534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.10204593950043932,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0613290","School District Name":"Fairfax Elementary","Physical Address Line 1":"1500 S. Fairfax Rd.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2894636744009129,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0613170","School District Name":"Evergreen Union","Physical Address Line 1":"19500 Lrng Way","Physical Address Line 2":"","Physical Address City":"Cottonwood","Physical Address State":"CA ","Physical Address Zipcode":"96022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15035587188612098,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0613140","School District Name":"Evergreen Elementary","Physical Address Line 1":"3188 Quimby Rd.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95148","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08079786080797861,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0613080","School District Name":"Eureka Union","Physical Address Line 1":"5455 Eureka Rd.","Physical Address Line 2":"","Physical Address City":"Granite Bay","Physical Address State":"CA ","Physical Address Zipcode":"95746","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04121863799283154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612960","School District Name":"Etiwanda Elementary","Physical Address Line 1":"6061 E. Ave.","Physical Address Line 2":"","Physical Address City":"Etiwanda","Physical Address State":"CA ","Physical Address Zipcode":"91739","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09473186865107489,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612930","School District Name":"Esparto Unified","Physical Address Line 1":"26675 Plainfield St.","Physical Address Line 2":"","Physical Address City":"Esparto","Physical Address State":"CA ","Physical Address Zipcode":"95627","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07626459143968872,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612910","School District Name":"Escondido Union High","Physical Address Line 1":"302 N. Midway Dr.","Physical Address Line 2":"","Physical Address City":"Escondido","Physical Address State":"CA ","Physical Address Zipcode":"92027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11843553065919776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612880","School District Name":"Escondido Union","Physical Address Line 1":"2310 Aldergrove Ave.","Physical Address Line 2":"","Physical Address City":"Escondido","Physical Address State":"CA ","Physical Address Zipcode":"92029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1173129651390521,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612840","School District Name":"Escalon Unified","Physical Address Line 1":"1520 E. Yosemite Ave.","Physical Address Line 2":"","Physical Address City":"Escalon","Physical Address State":"CA ","Physical Address Zipcode":"95320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14216005204944698,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612810","School District Name":"Enterprise Elementary","Physical Address Line 1":"1155 Mistletoe Ln.","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.18884797475013151,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612750","School District Name":"Encinitas Union Elementary","Physical Address Line 1":"101 S. Rancho Santa Fe Rd.","Physical Address Line 2":"","Physical Address City":"Encinitas","Physical Address State":"CA ","Physical Address Zipcode":"92024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.046091861402095084,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612690","School District Name":"Empire Union Elementary","Physical Address Line 1":"116 N. McClure Rd.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95357","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1737733644859813,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612630","School District Name":"Emery Unified","Physical Address Line 1":"4727 San Pablo Ave.","Physical Address Line 2":"","Physical Address City":"Emeryville","Physical Address State":"CA ","Physical Address Zipcode":"94608","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14262295081967213,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612600","School District Name":"Elverta Joint Elementary","Physical Address Line 1":"7900 Eloise Ave.","Physical Address Line 2":"","Physical Address City":"Elverta","Physical Address State":"CA ","Physical Address Zipcode":"95626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14596273291925466,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612360","School District Name":"Elk Hills Elementary","Physical Address Line 1":"501 Kern St.","Physical Address Line 2":"","Physical Address City":"Tupman","Physical Address State":"CA ","Physical Address Zipcode":"93276","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0612330","School District Name":"Elk Grove Unified","Physical Address Line 1":"9510 Elk Grove-Florin Rd.","Physical Address Line 2":"","Physical Address City":"Elk Grove","Physical Address State":"CA ","Physical Address Zipcode":"95624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13529698289447295,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612210","School District Name":"El Segundo Unified","Physical Address Line 1":"641 Sheldon St.","Physical Address Line 2":"","Physical Address City":"El Segundo","Physical Address State":"CA ","Physical Address Zipcode":"90245","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0403960396039604,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612180","School District Name":"El Rancho Unified","Physical Address Line 1":"9333 Loch Lomond Dr.","Physical Address Line 2":"","Physical Address City":"Pico Rivera","Physical Address State":"CA ","Physical Address Zipcode":"90660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13353172698473648,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612150","School District Name":"El Nido Elementary","Physical Address Line 1":"161 E. El Nido Rd.","Physical Address Line 2":"","Physical Address City":"El Nido","Physical Address State":"CA ","Physical Address Zipcode":"95317","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15675675675675677,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0612120","School District Name":"El Monte Union High","Physical Address Line 1":"3537 Johnson Ave.","Physical Address Line 2":"","Physical Address City":"El Monte","Physical Address State":"CA ","Physical Address Zipcode":"91731","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1816414244781007,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612090","School District Name":"El Monte City","Physical Address Line 1":"3540 N. Lexington Ave.","Physical Address Line 2":"","Physical Address City":"El Monte","Physical Address State":"CA ","Physical Address Zipcode":"91731","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2146123693379791,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0612070","School District Name":"El Dorado Union High","Physical Address Line 1":"4675 Missouri Flat Rd.","Physical Address Line 2":"","Physical Address City":"Placerville","Physical Address State":"CA ","Physical Address Zipcode":"95667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05848787446504993,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0612030","School District Name":"El Centro Elementary","Physical Address Line 1":"1256 BRd.way","Physical Address Line 2":"","Physical Address City":"El Centro","Physical Address State":"CA ","Physical Address Zipcode":"92243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.26766004415011035,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0611940","School District Name":"Edison Elementary","Physical Address Line 1":"11518 Sch St.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2918572735590119,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0611910","School District Name":"Eastside Union Elementary","Physical Address Line 1":"44938 N. 30th St. E.","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"CA ","Physical Address Zipcode":"93535","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2542924807578449,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0611870","School District Name":"Eastern Sierra Unified","Physical Address Line 1":"231 Kingsley St.","Physical Address Line 2":"","Physical Address City":"Bridgeport","Physical Address State":"CA ","Physical Address Zipcode":"93517","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11504424778761062,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0611850","School District Name":"East Whittier City Elementary","Physical Address Line 1":"14535 Whittier Blvd.","Physical Address Line 2":"","Physical Address City":"Whittier","Physical Address State":"CA ","Physical Address Zipcode":"90605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09692840922672404,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0611820","School District Name":"East Side Union High","Physical Address Line 1":"830 N. Capitol Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95133","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08403792831958375,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0611780","School District Name":"East Nicolaus Joint Union High","Physical Address Line 1":"2454 Nicolaus Ave.","Physical Address Line 2":"","Physical Address City":"Nicolaus","Physical Address State":"CA ","Physical Address Zipcode":"95659","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07547169811320754,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0611760","School District Name":"Earlimart Elementary","Physical Address Line 1":"785 E. Center Ave.","Physical Address Line 2":"","Physical Address City":"Earlimart","Physical Address State":"CA ","Physical Address Zipcode":"93219","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.28306264501160094,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0611730","School District Name":"Durham Unified","Physical Address Line 1":"9420 Putney Dr.","Physical Address Line 2":"","Physical Address City":"Durham","Physical Address State":"CA ","Physical Address Zipcode":"95938","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11038251366120219,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0611700","School District Name":"Dunsmuir Joint Union High","Physical Address Line 1":"5805 High Sch Way","Physical Address Line 2":"","Physical Address City":"Dunsmuir","Physical Address State":"CA ","Physical Address Zipcode":"96025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24299065420560748,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0611670","School District Name":"Dunsmuir Elementary","Physical Address Line 1":"4760 Siskiyou Ave.","Physical Address Line 2":"","Physical Address City":"Dunsmuir","Physical Address State":"CA ","Physical Address Zipcode":"96025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27956989247311825,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0611610","School District Name":"Dunham Elementary","Physical Address Line 1":"4111 Roblar Rd.","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08196721311475409,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0611550","School District Name":"Ducor Union Elementary","Physical Address Line 1":"23761 Ave. 56","Physical Address Line 2":"","Physical Address City":"Ducor","Physical Address State":"CA ","Physical Address Zipcode":"93218","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.29949238578680204,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0611520","School District Name":"Duarte Unified","Physical Address Line 1":"1620 Hntngtn Dr.","Physical Address Line 2":"","Physical Address City":"Duarte","Physical Address State":"CA ","Physical Address Zipcode":"91010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1328162869607368,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0611490","School District Name":"Dry Creek Joint Elementary","Physical Address Line 1":"8849 Cook Riolo Rd.","Physical Address Line 2":"","Physical Address City":"Roseville","Physical Address State":"CA ","Physical Address Zipcode":"95747","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09550561797752809,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0611460","School District Name":"Downey Unified","Physical Address Line 1":"11627 Brookshire Ave.","Physical Address Line 2":"","Physical Address City":"Downey","Physical Address State":"CA ","Physical Address Zipcode":"90241","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13767909668849038,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0611430","School District Name":"Douglas City Elementary","Physical Address Line 1":"100 Sch Rd.","Physical Address Line 2":"","Physical Address City":"Douglas City","Physical Address State":"CA ","Physical Address Zipcode":"96024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.35714285714285715,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0611280","School District Name":"Dixon Unified","Physical Address Line 1":"180 S. First St. Ste. 6","Physical Address Line 2":"","Physical Address City":"Dixon","Physical Address State":"CA ","Physical Address Zipcode":"95620","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08452655889145497,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0611220","School District Name":"Miller Creek Elementary","Physical Address Line 1":"380 Nova Albion Way","Physical Address Line 2":"","Physical Address City":"San Rafael","Physical Address State":"CA ","Physical Address Zipcode":"94903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03875619648490311,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0611130","School District Name":"Di Giorgio Elementary","Physical Address Line 1":"19405 Buena Vista Blvd.","Physical Address Line 2":"","Physical Address City":"Arvin","Physical Address State":"CA ","Physical Address Zipcode":"93203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3375796178343949,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0611110","School District Name":"Desert Sands Unified","Physical Address Line 1":"47-950 Dune Palms Rd.","Physical Address Line 2":"","Physical Address City":"La Quinta","Physical Address State":"CA ","Physical Address Zipcode":"92253","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15727032717307757,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0611100","School District Name":"Desert Center Unified","Physical Address Line 1":"1434 Kaiser Rd.","Physical Address Line 2":"","Physical Address City":"Desert Center","Physical Address State":"CA ","Physical Address Zipcode":"92239","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3548387096774194,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0611040","School District Name":"Denair Unified","Physical Address Line 1":"3460 Lester Rd.","Physical Address Line 2":"","Physical Address City":"Denair","Physical Address State":"CA ","Physical Address Zipcode":"95316","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10803004043905257,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0610980","School District Name":"Delphic Elementary","Physical Address Line 1":"1420 Delphic Rd.","Physical Address Line 2":"","Physical Address City":"Montague","Physical Address State":"CA ","Physical Address Zipcode":"96064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2857142857142857,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0610890","School District Name":"Delano Union Elementary","Physical Address Line 1":"1405 12th Ave.","Physical Address Line 2":"","Physical Address City":"Delano","Physical Address State":"CA ","Physical Address Zipcode":"93215","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.30440539239287434,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0610860","School District Name":"Delano Joint Union High","Physical Address Line 1":"1720 Norwalk St.","Physical Address Line 2":"","Physical Address City":"Delano","Physical Address State":"CA ","Physical Address Zipcode":"93215","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21531763308925392,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0610770","School District Name":"Del Norte County Unified","Physical Address Line 1":"301 W. Washington Blvd.","Physical Address Line 2":"","Physical Address City":"Crescent City","Physical Address State":"CA ","Physical Address Zipcode":"95531","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20948888379555353,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0610740","School District Name":"Del Mar Union Elementary","Physical Address Line 1":"11232 El Camino Real","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04047818791946309,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0610710","School District Name":"Dehesa Elementary","Physical Address Line 1":"4612 Dehesa Rd.","Physical Address Line 2":"","Physical Address City":"El Cajon","Physical Address State":"CA ","Physical Address Zipcode":"92019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07075471698113207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0610680","School District Name":"Death Valley Unified","Physical Address Line 1":"Old State Highway 127","Physical Address Line 2":"","Physical Address City":"Shoshone","Physical Address State":"CA ","Physical Address Zipcode":"92384","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2826086956521739,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0610620","School District Name":"Davis Joint Unified","Physical Address Line 1":"526 B St.","Physical Address Line 2":"","Physical Address City":"Davis","Physical Address State":"CA ","Physical Address Zipcode":"95616","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.056482390142841565,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0610440","School District Name":"Cypress Elementary","Physical Address Line 1":"9470 Moody St.","Physical Address Line 2":"","Physical Address City":"Cypress","Physical Address State":"CA ","Physical Address Zipcode":"90630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06902404526166903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0610380","School District Name":"Cutten Elementary","Physical Address Line 1":"4182 Walnut Dr.","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"CA ","Physical Address Zipcode":"95503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17674418604651163,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0610350","School District Name":"Cutler-Orosi Joint Unified","Physical Address Line 1":"12623 Ave. 416","Physical Address Line 2":"","Physical Address City":"Orosi","Physical Address State":"CA ","Physical Address Zipcode":"93647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28053807767411587,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0610320","School District Name":"Curtis Creek Elementary","Physical Address Line 1":"18755 Standard Rd.","Physical Address Line 2":"","Physical Address City":"Sonora","Physical Address State":"CA ","Physical Address Zipcode":"95370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10752688172043011,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0610290","School District Name":"Cupertino Union","Physical Address Line 1":"1309 S. Mary Ave.","Physical Address Line 2":"","Physical Address City":"Sunnyvale","Physical Address State":"CA ","Physical Address Zipcode":"94087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.024847229937881927,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0610260","School District Name":"Culver City Unified","Physical Address Line 1":"4034 Irving Pl.","Physical Address Line 2":"","Physical Address City":"Culver City","Physical Address State":"CA ","Physical Address Zipcode":"90232","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07175373943203989,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0610230","School District Name":"Cuddeback Union Elementary","Physical Address Line 1":"300 Wilder Rd.","Physical Address Line 2":"","Physical Address City":"Carlotta","Physical Address State":"CA ","Physical Address Zipcode":"95528","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15217391304347827,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0610050","School District Name":"Covina-Valley Unified","Physical Address Line 1":"519 E. Badillo St","Physical Address Line 2":"","Physical Address City":"Covina","Physical Address State":"CA ","Physical Address Zipcode":"91723","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12442502299908004,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0609990","School District Name":"Cottonwood Union Elementary","Physical Address Line 1":"20512 W. First St.","Physical Address Line 2":"","Physical Address City":"Cottonwood","Physical Address State":"CA ","Physical Address Zipcode":"96022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1398264223722276,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0609940","School District Name":"Cotati-Rohnert Park Unified","Physical Address Line 1":"7165 Burton Ave.","Physical Address Line 2":"","Physical Address City":"Rohnert Park","Physical Address State":"CA ","Physical Address Zipcode":"94928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06840530141085935,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0609870","School District Name":"Coronado Unified","Physical Address Line 1":"201 Sixth St.","Physical Address Line 2":"","Physical Address City":"Coronado","Physical Address State":"CA ","Physical Address Zipcode":"92118","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04196766425868593,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0609850","School District Name":"Corona-Norco Unified","Physical Address Line 1":"2820 Clark Ave.","Physical Address Line 2":"","Physical Address City":"Norco","Physical Address State":"CA ","Physical Address Zipcode":"92860","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0931499047856342,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0609810","School District Name":"Corning Union High","Physical Address Line 1":"643 Blackburn Ave.","Physical Address Line 2":"","Physical Address City":"Corning","Physical Address State":"CA ","Physical Address Zipcode":"96021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15087719298245614,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0609780","School District Name":"Corning Union Elementary","Physical Address Line 1":"1590 S. St.","Physical Address Line 2":"","Physical Address City":"Corning","Physical Address State":"CA ","Physical Address Zipcode":"96021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2109016811003566,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0609690","School District Name":"Corcoran Joint Unified","Physical Address Line 1":"1520 Patterson Ave.","Physical Address Line 2":"","Physical Address City":"Corcoran","Physical Address State":"CA ","Physical Address Zipcode":"93212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22101555620780747,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0609665","School District Name":"Leggett Valley Unified","Physical Address Line 1":"1 Sch Way","Physical Address Line 2":"","Physical Address City":"Leggett","Physical Address State":"CA ","Physical Address Zipcode":"95585","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13793103448275862,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0609640","School District Name":"Conejo Valley Unified","Physical Address Line 1":"1400 E. Janss Rd.","Physical Address Line 2":"","Physical Address City":"Thousand Oaks","Physical Address State":"CA ","Physical Address Zipcode":"91362","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.07071510651462919,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0609620","School District Name":"Compton Unified","Physical Address Line 1":"501 S. Santa Fe Ave.","Physical Address Line 2":"","Physical Address City":"Compton","Physical Address State":"CA ","Physical Address Zipcode":"90221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2208938407611417,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0609570","School District Name":"Colusa Unified","Physical Address Line 1":"745 10th St.","Physical Address Line 2":"","Physical Address City":"Colusa","Physical Address State":"CA ","Physical Address Zipcode":"95932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14353419092755584,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0609510","School District Name":"Columbine Elementary","Physical Address Line 1":"2240 Rd. 160","Physical Address Line 2":"","Physical Address City":"Delano","Physical Address State":"CA ","Physical Address Zipcode":"93215","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.4090909090909091,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0609480","School District Name":"Columbia Union","Physical Address Line 1":"22540 Parrotts Ferry Rd.","Physical Address Line 2":"","Physical Address City":"Columbia","Physical Address State":"CA ","Physical Address Zipcode":"95310","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1431095406360424,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0609450","School District Name":"Columbia Elementary","Physical Address Line 1":"10140 Old Oregon Trail","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.09442870632672333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0609390","School District Name":"Colton Joint Unified","Physical Address Line 1":"1212 Valencia Dr.","Physical Address Line 2":"","Physical Address City":"Colton","Physical Address State":"CA ","Physical Address Zipcode":"92324","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18032049709753903,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0609330","School District Name":"College Elementary","Physical Address Line 1":"3525 Pine St.","Physical Address Line 2":"","Physical Address City":"Santa Ynez","Physical Address State":"CA ","Physical Address Zipcode":"93460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08301158301158301,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0609300","School District Name":"Colfax Elementary","Physical Address Line 1":"24825 Ben Taylor Rd.","Physical Address Line 2":"","Physical Address City":"Colfax","Physical Address State":"CA ","Physical Address Zipcode":"95713","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14113597246127366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0609270","School District Name":"Cold Spring Elementary","Physical Address Line 1":"2243 Sycamore Canyon Rd.","Physical Address Line 2":"","Physical Address City":"Santa Barbara","Physical Address State":"CA ","Physical Address Zipcode":"93108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06349206349206349,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0609240","School District Name":"Coffee Creek Elementary","Physical Address Line 1":"Coffee Creek Rd. & Ridgewood Rd.","Physical Address Line 2":"","Physical Address City":"Coffee Creek","Physical Address State":"CA ","Physical Address Zipcode":"96091","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2727272727272727,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0609120","School District Name":"Coalinga-Huron Unified","Physical Address Line 1":"657 Sunset St.","Physical Address Line 2":"","Physical Address City":"Coalinga","Physical Address State":"CA ","Physical Address Zipcode":"93210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24791709002235318,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0609070","School District Name":"Coachella Valley Unified","Physical Address Line 1":"87-225 Church St.","Physical Address Line 2":"","Physical Address City":"Thermal","Physical Address State":"CA ","Physical Address Zipcode":"92274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2081443776029616,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0609030","School District Name":"Clovis Unified","Physical Address Line 1":"1450 Herndon Ave.","Physical Address Line 2":"","Physical Address City":"Clovis","Physical Address State":"CA ","Physical Address Zipcode":"93611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10243455432548233,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0608970","School District Name":"Cloverdale Unified","Physical Address Line 1":"97 Sch St.","Physical Address Line 2":"","Physical Address City":"Cloverdale","Physical Address State":"CA ","Physical Address Zipcode":"95425","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06799230275817832,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0608880","School District Name":"Clear Creek Elementary","Physical Address Line 1":"17700 McCt.ney Rd.","Physical Address Line 2":"","Physical Address City":"Grass Valley","Physical Address State":"CA ","Physical Address Zipcode":"95949","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16176470588235295,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0608850","School District Name":"Clay Joint Elementary","Physical Address Line 1":"12449 S. Smith Ave.","Physical Address Line 2":"","Physical Address City":"Kingsburg","Physical Address State":"CA ","Physical Address Zipcode":"93631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0608760","School District Name":"Claremont Unified","Physical Address Line 1":"170 W. San Jose Ave.","Physical Address Line 2":"","Physical Address City":"Claremont","Physical Address State":"CA ","Physical Address Zipcode":"91711","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09103765246597137,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0608700","School District Name":"Cinnabar Elementary","Physical Address Line 1":"286 Skillman Ln.","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12345679012345678,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0608640","School District Name":"Cienega Union Elementary","Physical Address Line 1":"11936 Cienega Rd.","Physical Address Line 2":"","Physical Address City":"Hollister","Physical Address State":"CA ","Physical Address Zipcode":"95023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0608610","School District Name":"Chula Vista Elementary","Physical Address Line 1":"84 E. J St.","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91910","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10372036684547499,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0608580","School District Name":"Chualar Union","Physical Address Line 1":"24285 Lincoln St.","Physical Address Line 2":"","Physical Address City":"Chualar","Physical Address State":"CA ","Physical Address Zipcode":"93925","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1432225063938619,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0608550","School District Name":"Chowchilla Union High","Physical Address Line 1":"805 Humboldt Ave.","Physical Address Line 2":"","Physical Address City":"Chowchilla","Physical Address State":"CA ","Physical Address Zipcode":"93610","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15202108963093147,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0608520","School District Name":"Chowchilla Elementary","Physical Address Line 1":"355 N. Fifth St.","Physical Address Line 2":"","Physical Address City":"Chowchilla","Physical Address State":"CA ","Physical Address Zipcode":"93610","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0608460","School District Name":"Chino Valley Unified","Physical Address Line 1":"5130 Riverside Dr.","Physical Address Line 2":"","Physical Address City":"Chino","Physical Address State":"CA ","Physical Address Zipcode":"91710","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10981224587419278,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0608370","School District Name":"Chico Unified","Physical Address Line 1":"1163 E. Seventh St.","Physical Address Line 2":"","Physical Address City":"Chico","Physical Address State":"CA ","Physical Address Zipcode":"95928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.14304765915631362,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0608340","School District Name":"Chicago Park Elementary","Physical Address Line 1":"15725 Mt. Olive Rd.","Physical Address Line 2":"","Physical Address City":"Grass Valley","Physical Address State":"CA ","Physical Address Zipcode":"95945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17567567567567569,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0608250","School District Name":"Chatom Union","Physical Address Line 1":"7201 Clayton Rd.","Physical Address Line 2":"","Physical Address City":"Turlock","Physical Address State":"CA ","Physical Address Zipcode":"95380","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15588235294117647,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0608190","School District Name":"Charter Oak Unified","Physical Address Line 1":"20240 E. Cienega Ave.","Physical Address Line 2":"","Physical Address City":"Covina","Physical Address State":"CA ","Physical Address Zipcode":"91724","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10854305769560006,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0608160","School District Name":"Chaffey Joint Union High","Physical Address Line 1":"211 W. Fifth St.","Physical Address Line 2":"","Physical Address City":"Ontario","Physical Address State":"CA ","Physical Address Zipcode":"91762","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11522755958126067,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0608130","School District Name":"Ceres Unified","Physical Address Line 1":"2503 Lawrence St.","Physical Address Line 2":"","Physical Address City":"Ceres","Physical Address State":"CA ","Physical Address Zipcode":"95307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17573559048770657,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0608070","School District Name":"Centralia Elementary","Physical Address Line 1":"6625 La Palma Ave.","Physical Address Line 2":"","Physical Address City":"Buena Park","Physical Address State":"CA ","Physical Address Zipcode":"90620","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11059806508355322,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0608010","School District Name":"Central Union High","Physical Address Line 1":"351 Ross Ave.","Physical Address Line 2":"","Physical Address City":"El Centro","Physical Address State":"CA ","Physical Address Zipcode":"92243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21689334287759485,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0607980","School District Name":"Central Union Elementary","Physical Address Line 1":"15783 18th Ave.","Physical Address Line 2":"","Physical Address City":"Lemoore","Physical Address State":"CA ","Physical Address Zipcode":"93245","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11171497584541062,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0607970","School District Name":"Central Unified","Physical Address Line 1":"5652 W. Gettysburg Ave.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93722","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.185130155711399,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607950","School District Name":"Central Elementary","Physical Address Line 1":"8316 Red Oak St.","Physical Address Line 2":"","Physical Address City":"Rancho Cucamonga","Physical Address State":"CA ","Physical Address Zipcode":"91730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15347038469366986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607920","School District Name":"Centinela Valley Union High","Physical Address Line 1":"14901 S. Inglewood Ave.","Physical Address Line 2":"","Physical Address City":"Lawndale","Physical Address State":"CA ","Physical Address Zipcode":"90260","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16801760074108382,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607900","School District Name":"Center Joint Unified","Physical Address Line 1":"8408 Watt Ave.","Physical Address Line 2":"","Physical Address City":"Antelope","Physical Address State":"CA ","Physical Address Zipcode":"95843","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16336150845253575,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607840","School District Name":"Cayucos Elementary","Physical Address Line 1":"301 Cayucos Dr.","Physical Address Line 2":"","Physical Address City":"Cayucos","Physical Address State":"CA ","Physical Address Zipcode":"93430","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14356435643564355,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607800","School District Name":"Castro Valley Unified","Physical Address Line 1":"4400 Alma Ave.","Physical Address Line 2":"","Physical Address City":"Castro Valley","Physical Address State":"CA ","Physical Address Zipcode":"94546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.050145186508822874,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607770","School District Name":"Castle Rock Union Elementary","Physical Address Line 1":"29373 Main St.","Physical Address Line 2":"","Physical Address City":"Castella","Physical Address State":"CA ","Physical Address Zipcode":"96017","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16666666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0607740","School District Name":"Castaic Union","Physical Address Line 1":"28131 Livingston Ave.","Physical Address Line 2":"","Physical Address City":"Valencia","Physical Address State":"CA ","Physical Address Zipcode":"91355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07104502271788517,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607680","School District Name":"Cascade Union Elementary","Physical Address Line 1":"1645 W. Mill St.","Physical Address Line 2":"","Physical Address City":"Anderson","Physical Address State":"CA ","Physical Address Zipcode":"96007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.20146726862302483,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0607560","School District Name":"Carpinteria Unified","Physical Address Line 1":"1400 Linden Ave.","Physical Address Line 2":"","Physical Address City":"Carpinteria","Physical Address State":"CA ","Physical Address Zipcode":"93013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.08439897698209718,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607530","School District Name":"Carmel Unified","Physical Address Line 1":"4380 Carmel Valley Rd.","Physical Address Line 2":"","Physical Address City":"Carmel","Physical Address State":"CA ","Physical Address Zipcode":"93922","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06680440771349862,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607500","School District Name":"Carlsbad Unified","Physical Address Line 1":"6225 El Camino Real","Physical Address Line 2":"","Physical Address City":"Carlsbad","Physical Address State":"CA ","Physical Address Zipcode":"92009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05206418184857095,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607470","School District Name":"Cardiff Elementary","Physical Address Line 1":"1888 Montgomery Ave.","Physical Address Line 2":"","Physical Address City":"Cardiff-by-the-Sea","Physical Address State":"CA ","Physical Address Zipcode":"92007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.057571964956195244,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607440","School District Name":"Capistrano Unified","Physical Address Line 1":"33122 Valle Rd.","Physical Address Line 2":"","Physical Address City":"San Juan Capistrano","Physical Address State":"CA ","Physical Address Zipcode":"92675","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.051851350436607324,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607410","School District Name":"Capay Joint Union Elementary","Physical Address Line 1":"7504 Cutting Ave.","Physical Address Line 2":"","Physical Address City":"Orland","Physical Address State":"CA ","Physical Address Zipcode":"95963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14655172413793102,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0607350","School District Name":"Canyon Elementary","Physical Address Line 1":"187 Pinehurst Rd.","Physical Address Line 2":"PO Box 187","Physical Address City":"Canyon","Physical Address State":"CA ","Physical Address Zipcode":"94516","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607260","School District Name":"Camptonville Elementary","Physical Address Line 1":"16585 Sch St.","Physical Address Line 2":"","Physical Address City":"Camptonville","Physical Address State":"CA ","Physical Address Zipcode":"95922","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0607230","School District Name":"Campbell Union High","Physical Address Line 1":"3235 Union Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04187069051663835,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607200","School District Name":"Campbell Union","Physical Address Line 1":"155 N. Third St.","Physical Address Line 2":"","Physical Address City":"Campbell","Physical Address State":"CA ","Physical Address Zipcode":"95008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06412868632707774,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607170","School District Name":"Camino Union Elementary","Physical Address Line 1":"3060 Snows Rd.","Physical Address Line 2":"","Physical Address City":"Camino","Physical Address State":"CA ","Physical Address Zipcode":"95709","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.258130081300813,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0607140","School District Name":"Cambrian","Physical Address Line 1":"4115 Jacksol Dr.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0343995171997586,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0607020","School District Name":"Calistoga Joint Unified","Physical Address Line 1":"1520 Lake St.","Physical Address Line 2":"","Physical Address City":"Calistoga","Physical Address State":"CA ","Physical Address Zipcode":"94515","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08602150537634409,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606990","School District Name":"Calipatria Unified","Physical Address Line 1":"501 W. Main St.","Physical Address Line 2":"","Physical Address City":"Calipatria","Physical Address State":"CA ","Physical Address Zipcode":"92233","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26025236593059936,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0606960","School District Name":"Caliente Union Elementary","Physical Address Line 1":"12400 Caliente Creek Rd.","Physical Address Line 2":"","Physical Address City":"Caliente","Physical Address State":"CA ","Physical Address Zipcode":"93518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17204301075268819,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0606900","School District Name":"Calexico Unified","Physical Address Line 1":"901 Andrade Ave.","Physical Address Line 2":"","Physical Address City":"Calexico","Physical Address State":"CA ","Physical Address Zipcode":"92231","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.311507719259827,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0606870","School District Name":"Calaveras Unified","Physical Address Line 1":"3304 B Highway 12","Physical Address Line 2":"","Physical Address City":"San Andreas","Physical Address State":"CA ","Physical Address Zipcode":"95249","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1508252703471827,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0606810","School District Name":"Cajon Valley Union","Physical Address Line 1":"750 E. Main St.","Physical Address Line 2":"","Physical Address City":"El Cajon","Physical Address State":"CA ","Physical Address Zipcode":"92020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1926350157897554,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606780","School District Name":"Cabrillo Unified","Physical Address Line 1":"498 Kelly Ave.","Physical Address Line 2":"","Physical Address City":"Half Moon Bay","Physical Address State":"CA ","Physical Address Zipcode":"94019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.036471168063085264,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606750","School District Name":"Byron Union Elementary","Physical Address Line 1":"14301 Byron Hwy.","Physical Address Line 2":"","Physical Address City":"Byron","Physical Address State":"CA ","Physical Address Zipcode":"94514","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10815939278937381,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606720","School District Name":"Buttonwillow Union Elementary","Physical Address Line 1":"42600 Highway 58","Physical Address Line 2":"","Physical Address City":"Buttonwillow","Physical Address State":"CA ","Physical Address Zipcode":"93206","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3300970873786408,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0606690","School District Name":"Butteville Union Elementary","Physical Address Line 1":"24512 Edgewood Rd.","Physical Address Line 2":"","Physical Address City":"Weed","Physical Address State":"CA ","Physical Address Zipcode":"96094","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606580","School District Name":"Butte Valley Unified","Physical Address Line 1":"615 W. Third St.","Physical Address Line 2":"","Physical Address City":"Dorris","Physical Address State":"CA ","Physical Address Zipcode":"96023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18233618233618235,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0606570","School District Name":"Burton Elementary","Physical Address Line 1":"264 N. W.wood St.","Physical Address Line 2":"","Physical Address City":"Porterville","Physical Address State":"CA ","Physical Address Zipcode":"93257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1742837653478854,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606540","School District Name":"Burrel Union Elementary","Physical Address Line 1":"16704 S. Jameson Ave.","Physical Address Line 2":"","Physical Address City":"Riverdale","Physical Address State":"CA ","Physical Address Zipcode":"93656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15306122448979592,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0606510","School District Name":"Burnt Ranch Elementary","Physical Address Line 1":"251 Burnt Ranch Sch Rd.","Physical Address Line 2":"","Physical Address City":"Burnt Ranch","Physical Address State":"CA ","Physical Address Zipcode":"95527","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3404255319148936,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0606480","School District Name":"Burlingame Elementary","Physical Address Line 1":"1825 Trousdale Dr.","Physical Address Line 2":"","Physical Address City":"Burlingame","Physical Address State":"CA ","Physical Address Zipcode":"94010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03812224322621298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606450","School District Name":"Burbank Unified","Physical Address Line 1":"1900 W. Olive Ave.","Physical Address Line 2":"","Physical Address City":"Burbank","Physical Address State":"CA ","Physical Address Zipcode":"91506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0932071845664868,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606420","School District Name":"Buena Vista Elementary","Physical Address Line 1":"21660 Rd. 60","Physical Address Line 2":"","Physical Address City":"Tulare","Physical Address State":"CA ","Physical Address Zipcode":"93274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2638888888888889,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0606390","School District Name":"Panama-Buena Vista Union","Physical Address Line 1":"4200 Ashe Rd.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93313","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17597885880703268,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606360","School District Name":"Buena Park Elementary","Physical Address Line 1":"6885 Orangethorpe Ave.","Physical Address Line 2":"","Physical Address City":"Buena Park","Physical Address State":"CA ","Physical Address Zipcode":"90620","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12611991729841487,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606330","School District Name":"Buellton Union Elementary","Physical Address Line 1":"301 Second St.","Physical Address Line 2":"","Physical Address City":"Buellton","Physical Address State":"CA ","Physical Address Zipcode":"93427","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.06,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606270","School District Name":"Buckeye Union Elementary","Physical Address Line 1":"5049 Robert J Mathews Pkwy.","Physical Address Line 2":"","Physical Address City":"El Dorado Hills","Physical Address State":"CA ","Physical Address Zipcode":"95762","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.050334168755221384,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606100","School District Name":"Browns Elementary","Physical Address Line 1":"1248 Pacific Ave.","Physical Address Line 2":"","Physical Address City":"Rio Oso","Physical Address State":"CA ","Physical Address Zipcode":"95674","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.11403508771929824,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606090","School District Name":"Brittan Elementary","Physical Address Line 1":"2340 Pepper St.","Physical Address Line 2":"","Physical Address City":"Sutter","Physical Address State":"CA ","Physical Address Zipcode":"95982","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09004739336492891,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606060","School District Name":"Brisbane Elementary","Physical Address Line 1":"1 Solano St.","Physical Address Line 2":"","Physical Address City":"Brisbane","Physical Address State":"CA ","Physical Address Zipcode":"94005","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05084745762711865,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606030","School District Name":"Briggs Elementary","Physical Address Line 1":"12465 Foothill Rd.","Physical Address Line 2":"","Physical Address City":"Santa Paula","Physical Address State":"CA ","Physical Address Zipcode":"93036","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15060240963855423,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0606000","School District Name":"Bridgeville Elementary","Physical Address Line 1":"38717 Kneeland Rd.","Physical Address Line 2":"","Physical Address City":"Bridgeville","Physical Address State":"CA ","Physical Address Zipcode":"95526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.30434782608695654,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0605940","School District Name":"Bret Harte Union High","Physical Address Line 1":"323 S. Main St.","Physical Address Line 2":"","Physical Address City":"Angels Camp","Physical Address State":"CA ","Physical Address Zipcode":"95221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12468193384223919,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0605910","School District Name":"Brentwood Union Elementary","Physical Address Line 1":"255 Guthrie Ln.","Physical Address Line 2":"","Physical Address City":"Brentwood","Physical Address State":"CA ","Physical Address Zipcode":"94513","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05434167327068946,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0605880","School District Name":"Brea-Olinda Unified","Physical Address Line 1":"1 Civic Center Cir.","Physical Address Line 2":"Level 2","Physical Address City":"Brea","Physical Address State":"CA ","Physical Address Zipcode":"92821","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05249297752808989,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0605820","School District Name":"Brawley Union High","Physical Address Line 1":"480 N. Imperial Ave.","Physical Address Line 2":"","Physical Address City":"Brawley","Physical Address State":"CA ","Physical Address Zipcode":"92227","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20467557251908397,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0605790","School District Name":"Brawley Elementary","Physical Address Line 1":"261 D St.","Physical Address Line 2":"","Physical Address City":"Brawley","Physical Address State":"CA ","Physical Address Zipcode":"92227","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24465971187282662,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0605730","School District Name":"Bradley Union Elementary","Physical Address Line 1":"65600 Dixie St.","Physical Address Line 2":"","Physical Address City":"Bradley","Physical Address State":"CA ","Physical Address Zipcode":"93426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13157894736842105,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0605700","School District Name":"Borrego Springs Unified","Physical Address Line 1":"2281 Diegueno Rd.","Physical Address Line 2":"","Physical Address City":"Borrego Springs","Physical Address State":"CA ","Physical Address Zipcode":"92004","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.049800796812749,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0605640","School District Name":"Bonny Doon Union Elementary","Physical Address Line 1":"1492 Pine Flat Rd.","Physical Address Line 2":"","Physical Address City":"Santa Cruz","Physical Address State":"CA ","Physical Address Zipcode":"95060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1751412429378531,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0605610","School District Name":"Bonita Unified","Physical Address Line 1":"115 W. Allen Ave.","Physical Address Line 2":"","Physical Address City":"San Dimas","Physical Address State":"CA ","Physical Address Zipcode":"91773","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08754245644790183,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0605580","School District Name":"Santa Maria-Bonita","Physical Address Line 1":"708 S. Miller St.","Physical Address Line 2":"","Physical Address City":"Santa Maria","Physical Address State":"CA ","Physical Address Zipcode":"93454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.16494568861472442,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0605520","School District Name":"Bolinas-Stinson Union","Physical Address Line 1":"125 Olema-Bolinas Rd.","Physical Address Line 2":"","Physical Address City":"Bolinas","Physical Address State":"CA ","Physical Address Zipcode":"94924","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12025316455696203,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0605490","School District Name":"Bogus Elementary","Physical Address Line 1":"13735 Ager-Beswick Rd.","Physical Address Line 2":"","Physical Address City":"Montague","Physical Address State":"CA ","Physical Address Zipcode":"96064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0605400","School District Name":"Blue Lake Union Elementary","Physical Address Line 1":"631 Greenwood Ave.","Physical Address Line 2":"","Physical Address City":"Blue Lake","Physical Address State":"CA ","Physical Address Zipcode":"95525","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18303571428571427,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0605280","School District Name":"Blochman Union Elementary","Physical Address Line 1":"4949 Foxen Canyon Rd.","Physical Address Line 2":"","Physical Address City":"Santa Maria","Physical Address State":"CA ","Physical Address Zipcode":"93454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19230769230769232,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0605250","School District Name":"Blake Elementary","Physical Address Line 1":"19165 Main St.","Physical Address Line 2":"","Physical Address City":"Woody","Physical Address State":"CA ","Physical Address Zipcode":"93287","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0605240","School District Name":"Black Oak Mine Unified","Physical Address Line 1":"6540 Wentworth Springs Rd.","Physical Address Line 2":"","Physical Address City":"Georgetown","Physical Address State":"CA ","Physical Address Zipcode":"95634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09076517150395778,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0605220","School District Name":"Black Butte Union Elementary","Physical Address Line 1":"7752 Ponderosa Way","Physical Address Line 2":"","Physical Address City":"Shingletown","Physical Address State":"CA ","Physical Address Zipcode":"96088","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19528619528619529,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0605190","School District Name":"Bitterwater-Tully Elementary","Physical Address Line 1":"45980 Airline Hwy State Highway 25","Physical Address Line 2":"","Physical Address City":"King City","Physical Address State":"CA ","Physical Address Zipcode":"93930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0605040","School District Name":"Biggs Unified","Physical Address Line 1":"300 B St.","Physical Address Line 2":"","Physical Address City":"Biggs","Physical Address State":"CA ","Physical Address Zipcode":"95917","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22255639097744362,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0605010","School District Name":"Big Valley Joint Unified","Physical Address Line 1":"400 Bridge St.","Physical Address Line 2":"","Physical Address City":"Bieber","Physical Address State":"CA ","Physical Address Zipcode":"96009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14166666666666666,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0604980","School District Name":"Big Springs Union Elementary","Physical Address Line 1":"7405 Highway A-12","Physical Address Line 2":"","Physical Address City":"Montague","Physical Address State":"CA ","Physical Address Zipcode":"96064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.192090395480226,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0604950","School District Name":"Big Pine Unified","Physical Address Line 1":"500 S. Main St.","Physical Address Line 2":"","Physical Address City":"Big Pine","Physical Address State":"CA ","Physical Address Zipcode":"93513","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11814345991561181,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0604890","School District Name":"Big Lagoon Union Elementary","Physical Address Line 1":"269 Big Lagoon Park Rd.","Physical Address Line 2":"","Physical Address City":"Trinidad","Physical Address State":"CA ","Physical Address Zipcode":"95570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12121212121212122,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0604860","School District Name":"Big Creek Elementary","Physical Address Line 1":"55190 Point Rd.","Physical Address Line 2":"","Physical Address City":"Big Creek","Physical Address State":"CA ","Physical Address Zipcode":"93605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13043478260869565,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0604830","School District Name":"Beverly Hills Unified","Physical Address Line 1":"255 S. Lasky Dr.","Physical Address Line 2":"","Physical Address City":"Beverly Hills","Physical Address State":"CA ","Physical Address Zipcode":"90212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11840986394557823,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0604800","School District Name":"Berryessa Union Elementary","Physical Address Line 1":"1376 Piedmont Rd.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0656656207978485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0604740","School District Name":"Berkeley Unified","Physical Address Line 1":"2020 Bonar St.","Physical Address Line 2":"","Physical Address City":"Berkeley","Physical Address State":"CA ","Physical Address Zipcode":"94702","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.06735430634347601,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0604650","School District Name":"Bennett Valley Union Elementary","Physical Address Line 1":"2250 Mesquite Dr.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95405","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.05547652916073969,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0604620","School District Name":"Benicia Unified","Physical Address Line 1":"350 E. K St.","Physical Address Line 2":"","Physical Address City":"Benicia","Physical Address State":"CA ","Physical Address Zipcode":"94510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.059140900601784605,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0604560","School District Name":"Belridge Elementary","Physical Address Line 1":"19447 Wagon Wheel Rd.","Physical Address Line 2":"","Physical Address City":"McKittrick","Physical Address State":"CA ","Physical Address Zipcode":"93251","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3333333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0604530","School District Name":"Belmont-Redwood Shores Elementary","Physical Address Line 1":"2960 Hallmark Dr.","Physical Address Line 2":"","Physical Address City":"Belmont","Physical Address State":"CA ","Physical Address Zipcode":"94002","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02309357709886938,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0604500","School District Name":"Belleview Elementary","Physical Address Line 1":"22736 Kuien Mill Rd.","Physical Address Line 2":"","Physical Address City":"Sonora","Physical Address State":"CA ","Physical Address Zipcode":"95370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13138686131386862,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0604440","School District Name":"Bellflower Unified","Physical Address Line 1":"16703 S. Clark Ave.","Physical Address Line 2":"","Physical Address City":"Bellflower","Physical Address State":"CA ","Physical Address Zipcode":"90706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1381272992295412,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0604380","School District Name":"Bellevue Union","Physical Address Line 1":"3150 Ed Dr.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95407","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10554197229013855,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0604350","School District Name":"Bella Vista Elementary","Physical Address Line 1":"22661 Old Alturas Rd.","Physical Address Line 2":"","Physical Address City":"Bella Vista","Physical Address State":"CA ","Physical Address Zipcode":"96008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12394366197183099,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0604290","School District Name":"Beaumont Unified","Physical Address Line 1":"350 W. Brookside Ave.","Physical Address Line 2":"","Physical Address City":"Beaumont","Physical Address State":"CA ","Physical Address Zipcode":"92223","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08931524975190208,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0604260","School District Name":"Beardsley Elementary","Physical Address Line 1":"1001 Roberts Ln.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93308","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3887785501489573,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0604230","School District Name":"Bear Valley Unified","Physical Address Line 1":"42271 Moonridge Rd.","Physical Address Line 2":"","Physical Address City":"Big Bear Lake","Physical Address State":"CA ","Physical Address Zipcode":"92315","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17193469954845433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0604200","School District Name":"Bayshore Elementary","Physical Address Line 1":"155 Oriente St.","Physical Address Line 2":"","Physical Address City":"Daly City","Physical Address State":"CA ","Physical Address Zipcode":"94014","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05530642750373692,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0604110","School District Name":"Bassett Unified","Physical Address Line 1":"904 N. Willow Ave.","Physical Address Line 2":"","Physical Address City":"La Puente","Physical Address State":"CA ","Physical Address Zipcode":"91746","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17580266249021143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0604080","School District Name":"Bass Lake Joint Union Elementary","Physical Address Line 1":"40096 Indian Springs Rd.","Physical Address Line 2":"","Physical Address City":"Oakhurst","Physical Address State":"CA ","Physical Address Zipcode":"93644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21095890410958903,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0604020","School District Name":"Barstow Unified","Physical Address Line 1":"551 S. Ave. H","Physical Address Line 2":"","Physical Address City":"Barstow","Physical Address State":"CA ","Physical Address Zipcode":"92311","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.31891891891891894,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0603870","School District Name":"Banta Elementary","Physical Address Line 1":"22375 S. El Rancho Rd.","Physical Address Line 2":"","Physical Address City":"Tracy","Physical Address State":"CA ","Physical Address Zipcode":"95304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06437768240343347,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0603840","School District Name":"Banning Unified","Physical Address Line 1":"161 W. Williams St.","Physical Address Line 2":"","Physical Address City":"Banning","Physical Address State":"CA ","Physical Address Zipcode":"92220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.18665977249224405,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0603780","School District Name":"Bangor Union Elementary","Physical Address Line 1":"7549 Oro-Bangor Hwy.","Physical Address Line 2":"","Physical Address City":"Bangor","Physical Address State":"CA ","Physical Address Zipcode":"95914","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2962962962962963,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0603750","School District Name":"Ballico-Cressey Elementary","Physical Address Line 1":"11818 Gregg St.","Physical Address Line 2":"","Physical Address City":"Ballico","Physical Address State":"CA ","Physical Address Zipcode":"95303","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19504643962848298,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0603720","School District Name":"Ballard Elementary","Physical Address Line 1":"2425 Sch St.","Physical Address Line 2":"","Physical Address City":"Solvang","Physical Address State":"CA ","Physical Address Zipcode":"93463","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.045454545454545456,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0603690","School District Name":"Baldwin Park Unified","Physical Address Line 1":"3699 N. Holly Ave.","Physical Address Line 2":"","Physical Address City":"Baldwin Park","Physical Address State":"CA ","Physical Address Zipcode":"91706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17910036508920577,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0603630","School District Name":"Bakersfield City","Physical Address Line 1":"1300 Baker St.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93305","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3694460755529458,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0603610","School District Name":"Baker Valley Unified","Physical Address Line 1":"72100 Sch House Ln.","Physical Address Line 2":"","Physical Address City":"Baker","Physical Address State":"CA ","Physical Address Zipcode":"92309","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20454545454545456,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0603600","School District Name":"Azusa Unified","Physical Address Line 1":"546 S. Citrus Ave.","Physical Address Line 2":"","Physical Address City":"Azusa","Physical Address State":"CA ","Physical Address Zipcode":"91702","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15712074303405574,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0603480","School District Name":"Auburn Union Elementary","Physical Address Line 1":"255 Epperle Ln.","Physical Address Line 2":"","Physical Address City":"Auburn","Physical Address State":"CA ","Physical Address Zipcode":"95603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09931199521387975,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0603420","School District Name":"Atwater Elementary","Physical Address Line 1":"1401 BRd.way Ave.","Physical Address Line 2":"","Physical Address City":"Atwater","Physical Address State":"CA ","Physical Address Zipcode":"95301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.20561486753657574,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0603300","School District Name":"Atascadero Unified","Physical Address Line 1":"5601 W. Mall","Physical Address Line 2":"","Physical Address City":"Atascadero","Physical Address State":"CA ","Physical Address Zipcode":"93422","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0747350808700502,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0603270","School District Name":"Arvin Union","Physical Address Line 1":"737 Bear Mountain Blvd.","Physical Address Line 2":"","Physical Address City":"Arvin","Physical Address State":"CA ","Physical Address Zipcode":"93203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3291139240506329,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0603180","School District Name":"Armona Union Elementary","Physical Address Line 1":"11115 C St.","Physical Address Line 2":"","Physical Address City":"Armona","Physical Address State":"CA ","Physical Address Zipcode":"93202","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17137809187279152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0603090","School District Name":"Arena Union Elementary","Physical Address Line 1":"45 Lake St.","Physical Address Line 2":"","Physical Address City":"Point Arena","Physical Address State":"CA ","Physical Address Zipcode":"95468","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"2-Local school district that is a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18604651162790697,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0603060","School District Name":"Arcohe Union Elementary","Physical Address Line 1":"11755 Ivie Rd.","Physical Address Line 2":"","Physical Address City":"Herald","Physical Address State":"CA ","Physical Address Zipcode":"95638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09437386569872959,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0603030","School District Name":"Northern Humboldt Union High","Physical Address Line 1":"2755 McKinleyville Ave.","Physical Address Line 2":"","Physical Address City":"McKinleyville","Physical Address State":"CA ","Physical Address Zipcode":"95519","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16647531572904709,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0603000","School District Name":"Arcata Elementary","Physical Address Line 1":"1435 Buttermilk Ln.","Physical Address Line 2":"","Physical Address City":"Arcata","Physical Address State":"CA ","Physical Address Zipcode":"95521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.24193548387096775,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602970","School District Name":"Arcadia Unified","Physical Address Line 1":"150 S. 3rd Ave.","Physical Address Line 2":"","Physical Address City":"Arcadia","Physical Address State":"CA ","Physical Address Zipcode":"91006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.0956287223283515,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0602850","School District Name":"Antioch Unified","Physical Address Line 1":"510 G St.","Physical Address Line 2":"","Physical Address City":"Antioch","Physical Address State":"CA ","Physical Address Zipcode":"94509","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11275473721844834,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0602820","School District Name":"Antelope Valley Union High","Physical Address Line 1":"44811 N. Sierra Hwy.","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"CA ","Physical Address Zipcode":"93534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.175297291136355,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0602760","School District Name":"Antelope Elementary","Physical Address Line 1":"22630 Antelope Blvd.","Physical Address Line 2":"","Physical Address City":"Red Bluff","Physical Address State":"CA ","Physical Address Zipcode":"96080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18612521150592218,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0602730","School District Name":"Anderson Valley Unified","Physical Address Line 1":"12300 Anderson Valley Way","Physical Address Line 2":"","Physical Address City":"Boonville","Physical Address State":"CA ","Physical Address Zipcode":"95415","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15354330708661418,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602700","School District Name":"Anderson Union High","Physical Address Line 1":"1469 Ferry St.","Physical Address Line 2":"","Physical Address City":"Anderson","Physical Address State":"CA ","Physical Address Zipcode":"96007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1254416961130742,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0602670","School District Name":"West Sonoma County Union High","Physical Address Line 1":"462 Johnson St.","Physical Address Line 2":"","Physical Address City":"Sebastopol","Physical Address State":"CA ","Physical Address Zipcode":"95472","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.056925996204933584,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0602630","School District Name":"Anaheim Union High","Physical Address Line 1":"501 Crescent Way","Physical Address Line 2":"","Physical Address City":"Anaheim","Physical Address State":"CA ","Physical Address Zipcode":"92803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11667008406807464,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0602610","School District Name":"Anaheim Elementary","Physical Address Line 1":"1001 S. E. St.","Physical Address Line 2":"","Physical Address City":"Anaheim","Physical Address State":"CA ","Physical Address Zipcode":"92805","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14551898734177215,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0602552","School District Name":"Irvine International Academy District","Physical Address Line 1":"4782 Karen Ann Ln.","Physical Address Line 2":"","Physical Address City":"Irvine","Physical Address State":"CA ","Physical Address Zipcode":"92604","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602551","School District Name":"Banta Charter District","Physical Address Line 1":"22345 El Rancho Rd.","Physical Address Line 2":"","Physical Address City":"Tracy","Physical Address State":"CA ","Physical Address Zipcode":"95304","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602549","School District Name":"Liberty Independent Study District","Physical Address Line 1":"170 Liberty Sch Rd.","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94952","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602548","School District Name":"Clovis Global Academy District","Physical Address Line 1":"44 Shaw Ave.","Physical Address Line 2":"","Physical Address City":"Clovis","Physical Address State":"CA ","Physical Address Zipcode":"93612","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602547","School District Name":"Invictus Leadership Academy District","Physical Address Line 1":"6715 S. W.ern Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90047","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602546","School District Name":"El Rio Community District","Physical Address Line 1":"2635 Pasadena Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90031","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602545","School District Name":"Voices College Bound Language Academy at Stockton District","Physical Address Line 1":"321 E. Weber Ave.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602544","School District Name":"Tehama eLearning Academy District","Physical Address Line 1":"715 Jackson St. Ste. B","Physical Address Line 2":"","Physical Address City":"Red Bluff","Physical Address State":"CA ","Physical Address Zipcode":"96080","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602543","School District Name":"Agnes J. Johnson Charter District","Physical Address Line 1":"73 Sch Rd.","Physical Address Line 2":"","Physical Address City":"Weott","Physical Address State":"CA ","Physical Address Zipcode":"95571","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602542","School District Name":"Pacific Collegiate Charter District","Physical Address Line 1":"3004 Mission St.","Physical Address Line 2":"","Physical Address City":"Santa Cruz","Physical Address State":"CA ","Physical Address Zipcode":"95060","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602541","School District Name":"American River Collegiate Academy District","Physical Address Line 1":"7755 Hazel Ave.","Physical Address Line 2":"","Physical Address City":"Orangevale","Physical Address State":"CA ","Physical Address Zipcode":"95662","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602540","School District Name":"Ednovate College Prep 7 District","Physical Address Line 1":"700 Wilshire Blvd. Ste. 400","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602539","School District Name":"OCASA College Prep District","Physical Address Line 1":"31522 El Camino Real","Physical Address Line 2":"","Physical Address City":"San Juan Capistrano","Physical Address State":"CA ","Physical Address Zipcode":"92675","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602538","School District Name":"Endeavor Charter District","Physical Address Line 1":"777 W. Shaw","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93704","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602537","School District Name":"Vision Quest & Career Pathway District","Physical Address Line 1":"1777 E. Hammer Ln.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95210","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602536","School District Name":"Virtual Preparatory Academy at Monterey District","Physical Address Line 1":"73101 Pleyto St. #86","Physical Address Line 2":"","Physical Address City":"Bradley","Physical Address State":"CA ","Physical Address Zipcode":"93426","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602535","School District Name":"Orange County Classical Academy District","Physical Address Line 1":"4100 E. Walnut Ave.","Physical Address Line 2":"","Physical Address City":"Orange","Physical Address State":"CA ","Physical Address Zipcode":"92869","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602534","School District Name":"Aspire Stockton TK-5 Elementary Academy District","Physical Address Line 1":"1930 S. D St.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602533","School District Name":"KIPP Esperanza High District","Physical Address Line 1":"1039 Garden St.","Physical Address Line 2":"","Physical Address City":"East Palo Alto","Physical Address State":"CA ","Physical Address Zipcode":"94303","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602532","School District Name":"Aspire Stockton 6-12 Secondary Academy District","Physical Address Line 1":"1540 Arriba Rd.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602531","School District Name":"Citizens of the World Charter School 5 District","Physical Address Line 1":"19452 Hart St.","Physical Address Line 2":"","Physical Address City":"Reseda","Physical Address State":"CA ","Physical Address Zipcode":"91335","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602530","School District Name":"Griffin Academy High District","Physical Address Line 1":"425 Corcoran Ave.","Physical Address Line 2":"","Physical Address City":"Vallejo","Physical Address State":"CA ","Physical Address Zipcode":"94589","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602529","School District Name":"We the People High District","Physical Address Line 1":"1635 Long Beach Blvd.","Physical Address Line 2":"","Physical Address City":"Long Beach","Physical Address State":"CA ","Physical Address Zipcode":"90813","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602528","School District Name":"Open Door Charter District","Physical Address Line 1":"901 Blanco Cir.","Physical Address Line 2":"","Physical Address City":"Salinas","Physical Address State":"CA ","Physical Address Zipcode":"93901","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602527","School District Name":"Mountain Valley Special Education JPA","Physical Address Line 1":"10140 Old Oregon Trail","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602525","School District Name":"Education Technology JPA","Physical Address Line 1":"1450 Herndon Ave.","Physical Address Line 2":"","Physical Address City":"Clovis","Physical Address State":"CA ","Physical Address Zipcode":"93611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602524","School District Name":"Cottonwood District","Physical Address Line 1":"7006 Rossmore Ln.","Physical Address Line 2":"","Physical Address City":"El Dorado Hills","Physical Address State":"CA ","Physical Address Zipcode":"95762","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602523","School District Name":"Hayward Collegiate Charter District","Physical Address Line 1":"166 W. Harder Rd.","Physical Address Line 2":"","Physical Address City":"Hayward","Physical Address State":"CA ","Physical Address Zipcode":"94544","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602522","School District Name":"Equitas Academy 5 District","Physical Address Line 1":"1050 Beacon Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90015","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602521","School District Name":"Compass Charter School of Yolo District","Physical Address Line 1":"850 Hampshire Rd. Ste. P","Physical Address Line 2":"","Physical Address City":"Thousand Oaks","Physical Address State":"CA ","Physical Address Zipcode":"91361","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602520","School District Name":"Lake View Charter District","Physical Address Line 1":"4672 Co Rd. N.","Physical Address Line 2":"","Physical Address City":"Orland","Physical Address State":"CA ","Physical Address Zipcode":"95963","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602518","School District Name":"Sycamore Academy of Science and Cultural Arts Chino VLY DIST","Physical Address Line 1":"15650 Pipeline Ave.","Physical Address Line 2":"","Physical Address City":"Chino Hills","Physical Address State":"CA ","Physical Address Zipcode":"91709","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602517","School District Name":"California Connections Academy Monterey Bay District","Physical Address Line 1":"4444 Scotts Valley Rd.","Physical Address Line 2":"","Physical Address City":"Scotts Valley","Physical Address State":"CA ","Physical Address Zipcode":"95066","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602516","School District Name":"Granite Mountain Charter District","Physical Address Line 1":"8560 Aliento Rd.","Physical Address Line 2":"","Physical Address City":"Lucerne Valley","Physical Address State":"CA ","Physical Address Zipcode":"92356","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602515","School District Name":"Vista Horizon Global Academy District","Physical Address Line 1":"980 S. Hobart Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90006","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602514","School District Name":"Maya Lin District","Physical Address Line 1":"825 Taylor Ave.","Physical Address Line 2":"","Physical Address City":"Alameda","Physical Address State":"CA ","Physical Address Zipcode":"94501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602513","School District Name":"Mission Vista Academy District","Physical Address Line 1":"1440 Beaumont Ave","Physical Address Line 2":"Ste. A2 #412","Physical Address City":"Beaumont","Physical Address State":"CA ","Physical Address Zipcode":"92223","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602512","School District Name":"Heartwood Charter District","Physical Address Line 1":"170 Liberty Sch Rd.","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94952","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602511","School District Name":"Garvey/Allen Visual & Performing Arts Academy for STEM DIST","Physical Address Line 1":"22515 Alessandro Blvd.","Physical Address Line 2":"","Physical Address City":"Moreno Valley","Physical Address State":"CA ","Physical Address Zipcode":"92553","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602510","School District Name":"California Pacific Charter - Sonoma District","Physical Address Line 1":"14630 Armstrong Woods Rd.","Physical Address Line 2":"","Physical Address City":"Guerneville","Physical Address State":"CA ","Physical Address Zipcode":"95466","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602509","School District Name":"California Innovative Career Academy District","Physical Address Line 1":"1333 Grand Ave.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95838","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602508","School District Name":"Monarch River Academy District","Physical Address Line 1":"2293 E. Crabtree Ave.","Physical Address Line 2":"","Physical Address City":"Porterville","Physical Address State":"CA ","Physical Address Zipcode":"93257","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602507","School District Name":"International School for Science and Culture District","Physical Address Line 1":"1770 Tustin Ave.","Physical Address Line 2":"","Physical Address City":"Costa Mesa","Physical Address State":"CA ","Physical Address Zipcode":"92627","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602506","School District Name":"Shasta View Academy District","Physical Address Line 1":"675 Shasta View Dr.","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602505","School District Name":"Sage Oak Charter - South District","Physical Address Line 1":"1473 Ford St.","Physical Address Line 2":"Ste. #105","Physical Address City":"Redlands","Physical Address State":"CA ","Physical Address Zipcode":"92373","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602504","School District Name":"Equitas Academy 6 District","Physical Address Line 1":"631 S. Commonwealth Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90005","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602503","School District Name":"Academy of Media Arts District","Physical Address Line 1":"2009 W. MLK Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90062","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602502","School District Name":"Options For Youth - Duarte Inc District","Physical Address Line 1":"16030 Amar Rd.","Physical Address Line 2":"","Physical Address City":"City Of Industry","Physical Address State":"CA ","Physical Address Zipcode":"91744","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602501","School District Name":"Brookfield Engineering Science Technology Academy District","Physical Address Line 1":"1704 Cape Horn","Physical Address Line 2":"","Physical Address City":"Julian","Physical Address State":"CA ","Physical Address Zipcode":"92036","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602500","School District Name":"Excel Academy Charter District","Physical Address Line 1":"1 Tech Dr.","Physical Address Line 2":"Bldg. I Ste. 811","Physical Address City":"Irvine","Physical Address State":"CA ","Physical Address Zipcode":"92618","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602499","School District Name":"GANAS Academy District","Physical Address Line 1":"23536 Catskill Ave.","Physical Address Line 2":"","Physical Address City":"Carson","Physical Address State":"CA ","Physical Address Zipcode":"90745","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602498","School District Name":"The Learning Choice Academy - East County District","Physical Address Line 1":"4215 Spring St.","Physical Address Line 2":"Ste. 104","Physical Address City":"La Mesa","Physical Address State":"CA ","Physical Address Zipcode":"91941","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602497","School District Name":"Watsonville Prep District","Physical Address Line 1":"201 Brewington Ave.","Physical Address Line 2":"","Physical Address City":"Watsonville","Physical Address State":"CA ","Physical Address Zipcode":"95076","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602496","School District Name":"KIPP Pueblo Unido District","Physical Address Line 1":"3759 E. 57th St.","Physical Address Line 2":"","Physical Address City":"Maywood","Physical Address State":"CA ","Physical Address Zipcode":"90270","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602495","School District Name":"Kidinnu Academy District","Physical Address Line 1":"1025 N. Second St.","Physical Address Line 2":"","Physical Address City":"El Cajon","Physical Address State":"CA ","Physical Address Zipcode":"92021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602494","School District Name":"Peak Prep Pleasant Valley District","Physical Address Line 1":"6520 Lonetree Blvd. Ste. 130","Physical Address Line 2":"","Physical Address City":"Rocklin","Physical Address State":"CA ","Physical Address Zipcode":"95765","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602493","School District Name":"Scholarship Prep - South Bay District","Physical Address Line 1":"24910 S. Avalon Blvd.","Physical Address Line 2":"","Physical Address City":"Wilmington","Physical Address State":"CA ","Physical Address Zipcode":"90744","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602492","School District Name":"Paradise Ridge Elementary District","Physical Address Line 1":"5657 Recreation Dr.","Physical Address Line 2":"","Physical Address City":"Paradise","Physical Address State":"CA ","Physical Address Zipcode":"95969","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602491","School District Name":"Pathways Academy Charter - Adult Education District","Physical Address Line 1":"100 E. San Marcos Blvd.","Physical Address Line 2":"Ste. 350","Physical Address City":"San Marcos","Physical Address State":"CA ","Physical Address Zipcode":"92069","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602489","School District Name":"Lashon Academy City District","Physical Address Line 1":"3109 Sixth Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90018","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602488","School District Name":"California Connections Academy Central Coast District","Physical Address Line 1":"2300 Highway 166","Physical Address Line 2":"","Physical Address City":"New Cuyama","Physical Address State":"CA ","Physical Address Zipcode":"93254","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602487","School District Name":"Excel Academy Charter District","Physical Address Line 1":"1 Tech Dr.","Physical Address Line 2":"Bldg. I Ste. 811","Physical Address City":"Irvine","Physical Address State":"CA ","Physical Address Zipcode":"92618","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602486","School District Name":"Sycamore Creek Community Charter District","Physical Address Line 1":"17131 Emerald Ln.","Physical Address Line 2":"","Physical Address City":"Huntington Beach","Physical Address State":"CA ","Physical Address Zipcode":"92647","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602485","School District Name":"Elite Public District","Physical Address Line 1":"100 Whitney Ave.","Physical Address Line 2":"","Physical Address City":"Vallejo","Physical Address State":"CA ","Physical Address Zipcode":"94589","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602484","School District Name":"Equitas Academy #2 District","Physical Address Line 1":"2723 W. 8th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90005","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602483","School District Name":"MIT Academy District","Physical Address Line 1":"2 Positive Pl.","Physical Address Line 2":"","Physical Address City":"Vallejo","Physical Address State":"CA ","Physical Address Zipcode":"94589","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602482","School District Name":"iLEAD Hybrid District","Physical Address Line 1":"3720 Sierra Hwy. Ste. A","Physical Address Line 2":"","Physical Address City":"Acton","Physical Address State":"CA ","Physical Address Zipcode":"93510","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602481","School District Name":"KIPP Valiant Community Prep District","Physical Address Line 1":"2086 Clarke St.","Physical Address Line 2":"","Physical Address City":"East Palo Alto","Physical Address State":"CA ","Physical Address Zipcode":"94303","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602480","School District Name":"Olive Grove Charter - Santa Barbara District","Physical Address Line 1":"1933 Cliff Dr.","Physical Address Line 2":"Ste.11","Physical Address City":"Santa Barbara","Physical Address State":"CA ","Physical Address Zipcode":"93109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602478","School District Name":"Valley View Charter Prep District","Physical Address Line 1":"31400 S Koster Rd.","Physical Address Line 2":"","Physical Address City":"Tracy","Physical Address State":"CA ","Physical Address Zipcode":"95304","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602477","School District Name":"Sebastopol Independent Charter District","Physical Address Line 1":"1111 Gravenstein Hwy. N","Physical Address Line 2":"","Physical Address City":"Sebastopol","Physical Address State":"CA ","Physical Address Zipcode":"95472","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602476","School District Name":"Aspire Vincent Shalvey Academy District","Physical Address Line 1":"10038 Hwy. 99 E. Frontage Rd.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602475","School District Name":"New Los Angeles Charter Elementary District","Physical Address Line 1":"5421 Obama Rd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602473","School District Name":"Western Sierra Collegiate Academy District","Physical Address Line 1":"660 Menlo Dr.","Physical Address Line 2":"","Physical Address City":"Rocklin","Physical Address State":"CA ","Physical Address Zipcode":"95765","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602472","School District Name":"Aspire Gateway Academy Charter District","Physical Address Line 1":"8929 Kauffman Ave.","Physical Address Line 2":"","Physical Address City":"South Gate","Physical Address State":"CA ","Physical Address Zipcode":"90280","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602471","School District Name":"Animo Inglewood Charter High District","Physical Address Line 1":"3425 W. Manchester Blvd.","Physical Address Line 2":"","Physical Address City":"Inglewood","Physical Address State":"CA ","Physical Address Zipcode":"90305","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602470","School District Name":"TEACH Tech Charter High District","Physical Address Line 1":"10616 S. W.ern Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90047","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602469","School District Name":"Big Sur Charter District","Physical Address Line 1":"304 Foam St.","Physical Address Line 2":"","Physical Address City":"Monterey","Physical Address State":"CA ","Physical Address Zipcode":"93940","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602468","School District Name":"Valley Charter Middle District","Physical Address Line 1":"14646 Sherman Way","Physical Address Line 2":"","Physical Address City":"Van Nuys","Physical Address State":"CA ","Physical Address Zipcode":"91405","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602467","School District Name":"Sherman Thomas Charter District","Physical Address Line 1":"101 W. Adell St.","Physical Address Line 2":"","Physical Address City":"Madera","Physical Address State":"CA ","Physical Address Zipcode":"93638","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602466","School District Name":"Century Academy for Excellence District","Physical Address Line 1":"2400 W. 85th St.","Physical Address Line 2":"","Physical Address City":"Inglewood","Physical Address State":"CA ","Physical Address Zipcode":"90305","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602465","School District Name":"Vista Real Charter High District","Physical Address Line 1":"401 S. A St. Ste. 3","Physical Address Line 2":"","Physical Address City":"Oxnard","Physical Address State":"CA ","Physical Address Zipcode":"93030","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602464","School District Name":"iEmpire Academy District","Physical Address Line 1":"2050 E. Pacific St.","Physical Address Line 2":"","Physical Address City":"San Bernardino","Physical Address State":"CA ","Physical Address Zipcode":"92404","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602463","School District Name":"Rocky Point Charter District","Physical Address Line 1":"3500 Tamarack Dr.","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602462","School District Name":"ARISE High District","Physical Address Line 1":"3301 E. 12th St. Ste. 205","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602461","School District Name":"Animo Venice Charter High District","Physical Address Line 1":"820 BRd.way St.","Physical Address Line 2":"","Physical Address City":"Venice","Physical Address State":"CA ","Physical Address Zipcode":"90291","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602460","School District Name":"Yosemite Valley Charter District","Physical Address Line 1":"3610 E. Ashlan Ave","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93726","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602459","School District Name":"Aurum Preparatory Academy District","Physical Address Line 1":"1034 66th Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94621","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602458","School District Name":"Oakland School for the Arts District","Physical Address Line 1":"530 18th St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94612","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602457","School District Name":"KIPP Summit Academy District","Physical Address Line 1":"2005 Via Barrett","Physical Address Line 2":"Ste. A","Physical Address City":"San Lorenzo","Physical Address State":"CA ","Physical Address Zipcode":"94580","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602456","School District Name":"Fenton Charter Leadership Academy District","Physical Address Line 1":"8926 Sunland Blvd.","Physical Address Line 2":"","Physical Address City":"Sun Valley","Physical Address State":"CA ","Physical Address Zipcode":"91352","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602455","School District Name":"Puente Charter District","Physical Address Line 1":"501 S. Boyle Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90033","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602454","School District Name":"Grimmway Academy District","Physical Address Line 1":"901 Nectarine Ct.","Physical Address Line 2":"","Physical Address City":"Arvin","Physical Address State":"CA ","Physical Address Zipcode":"93203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602453","School District Name":"Alliance College-Ready Middle Academy 12 District","Physical Address Line 1":"131 E. 50th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602452","School District Name":"Aspire River Oaks Charter District","Physical Address Line 1":"1801 Pyrenees Ave.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95210","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602451","School District Name":"California Virtual Academy at Maricopa District","Physical Address Line 1":"50 Moreland Rd.","Physical Address Line 2":"","Physical Address City":"Simi Valley","Physical Address State":"CA ","Physical Address Zipcode":"93065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602450","School District Name":"Amador County Unified","Physical Address Line 1":"217 Rex Ave.","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"CA ","Physical Address Zipcode":"95642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1227242076871207,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0602449","School District Name":"Wilder's Preparatory Academy Charter District","Physical Address Line 1":"830 N. La Brea Ave.","Physical Address Line 2":"","Physical Address City":"Inglewood","Physical Address State":"CA ","Physical Address Zipcode":"90302","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602448","School District Name":"Aspire Monarch Academy District","Physical Address Line 1":"1445 101st Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94603","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602447","School District Name":"Capitol Collegiate Academy District","Physical Address Line 1":"2118 Meadowview Rd.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95832","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602446","School District Name":"Alliance Marc & Eva Stern Math and Science District","Physical Address Line 1":"5151 State Univ Dr. Lot 2","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90032","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602445","School District Name":"Aspire Port City Academy District","Physical Address Line 1":"2040 W. Ln.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602444","School District Name":"Rocketship Mosaic Elementary District","Physical Address Line 1":"950 Owsley Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602443","School District Name":"Escondido Charter High District","Physical Address Line 1":"1868 E. Valley Pkwy.","Physical Address Line 2":"","Physical Address City":"Escondido","Physical Address State":"CA ","Physical Address Zipcode":"92027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602442","School District Name":"Highlands Community Charter District","Physical Address Line 1":"1333 Grand Ave.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95838","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602439","School District Name":"The New School of San Francisco District","Physical Address Line 1":"655 De Haro St. 1st Fl.","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94107","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602437","School District Name":"Assurance Learning Academy District","Physical Address Line 1":"43145 Business Center Ste. 102-103","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"CA ","Physical Address Zipcode":"93535","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602436","School District Name":"Julia Lee Performing Arts Academy District","Physical Address Line 1":"19740 Grande Ave.","Physical Address Line 2":"","Physical Address City":"Lake Elsinore","Physical Address State":"CA ","Physical Address Zipcode":"92530","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602435","School District Name":"Animo South Los Angeles Charter District","Physical Address Line 1":"11130 W.ern Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90047","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602434","School District Name":"Vista Heritage Global Academy District","Physical Address Line 1":"2609 W. Fifth St.","Physical Address Line 2":"","Physical Address City":"Santa Ana","Physical Address State":"CA ","Physical Address Zipcode":"92703","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602433","School District Name":"Community Collaborative Charter District","Physical Address Line 1":"5715 Skvarla Ave.","Physical Address Line 2":"","Physical Address City":"McClellan","Physical Address State":"CA ","Physical Address Zipcode":"95652","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602432","School District Name":"Fortune District","Physical Address Line 1":"6829 Stockton Blvd. Ste. 380","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95823","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602431","School District Name":"High Tech Elementary North County District","Physical Address Line 1":"1480 W. San Marcos Blvd.","Physical Address Line 2":"","Physical Address City":"San Marcos","Physical Address State":"CA ","Physical Address Zipcode":"92078","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602430","School District Name":"Alvord Unified","Physical Address Line 1":"9 KPC Pkwy.","Physical Address Line 2":"","Physical Address City":"Corona","Physical Address State":"CA ","Physical Address Zipcode":"92879","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13209602230645232,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0602429","School District Name":"High Tech Elementary District","Physical Address Line 1":"2150 Cushing Rd.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602428","School District Name":"Ceiba College Preparatory Academy District","Physical Address Line 1":"260 W. Riverside Dr.","Physical Address Line 2":"","Physical Address City":"Watsonville","Physical Address State":"CA ","Physical Address Zipcode":"95076","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602427","School District Name":"Mojave River Academy - Rockview Park District","Physical Address Line 1":"14466 Main St.","Physical Address Line 2":"","Physical Address City":"Hesperia","Physical Address State":"CA ","Physical Address Zipcode":"92345","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602426","School District Name":"Gateway High District","Physical Address Line 1":"1430 Scott St.","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602425","School District Name":"Equitas Academy Charter District","Physical Address Line 1":"1700 W. Pico Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90015","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602424","School District Name":"Nevada City School of the Arts District","Physical Address Line 1":"13032 Bitney Springs Rd. Bldg. 8","Physical Address Line 2":"","Physical Address City":"Nevada City","Physical Address State":"CA ","Physical Address Zipcode":"95959","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602423","School District Name":"Hardy Brown College Prep District","Physical Address Line 1":"655 W. 2nd St.","Physical Address Line 2":"","Physical Address City":"San Bernardino","Physical Address State":"CA ","Physical Address Zipcode":"92410","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602422","School District Name":"Winship Community District","Physical Address Line 1":"4305 S. Meridian Rd.","Physical Address Line 2":"","Physical Address City":"Meridian","Physical Address State":"CA ","Physical Address Zipcode":"95957","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602421","School District Name":"Stanislaus Alternative Charter District","Physical Address Line 1":"1100 H St.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95354","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602420","School District Name":"Walden Academy District","Physical Address Line 1":"1149 W. Wood St.","Physical Address Line 2":"","Physical Address City":"Willows","Physical Address State":"CA ","Physical Address Zipcode":"95988","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602419","School District Name":"Century Community Charter District","Physical Address Line 1":"901 S. Maple St.","Physical Address Line 2":"","Physical Address City":"Inglewood","Physical Address State":"CA ","Physical Address Zipcode":"90301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602418","School District Name":"Stockton Collegiate International Elementary District","Physical Address Line 1":"400 E. Main St.","Physical Address Line 2":"Ste. 131","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602417","School District Name":"Aspire Inskeep Academy Charter District","Physical Address Line 1":"123 W. 59th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602416","School District Name":"Da Vinci Science District","Physical Address Line 1":"201 N. Douglas St.","Physical Address Line 2":"","Physical Address City":"El Segundo","Physical Address State":"CA ","Physical Address Zipcode":"90245","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602415","School District Name":"Bullis Charter District","Physical Address Line 1":"102 W. Portola Ave.","Physical Address Line 2":"","Physical Address City":"Los Altos","Physical Address State":"CA ","Physical Address Zipcode":"94022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602414","School District Name":"River Oak Charter District","Physical Address Line 1":"555 Leslie St.","Physical Address Line 2":"","Physical Address City":"Ukiah","Physical Address State":"CA ","Physical Address Zipcode":"95482","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602413","School District Name":"Wallis Annenberg High District","Physical Address Line 1":"4000 S. Main St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602412","School District Name":"Lemoore Middle College High District","Physical Address Line 1":"555 College Ave.","Physical Address Line 2":"","Physical Address City":"Lemoore","Physical Address State":"CA ","Physical Address Zipcode":"93245","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602411","School District Name":"California Connections Academy@Central District","Physical Address Line 1":"5313 Rd. 39","Physical Address Line 2":"","Physical Address City":"Alpaugh","Physical Address State":"CA ","Physical Address Zipcode":"93201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602410","School District Name":"Discovery Charter II District","Physical Address Line 1":"762 Sunset Glen Dr.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95123","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602409","School District Name":"Albert Einstein Academy Charter Elementary District","Physical Address Line 1":"3035 Ash St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602408","School District Name":"Alma Fuerte Public District","Physical Address Line 1":"119 W. Palm St.","Physical Address Line 2":"","Physical Address City":"Altadena","Physical Address State":"CA ","Physical Address Zipcode":"91001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602407","School District Name":"Alliance Morgan McKinzie High District","Physical Address Line 1":"110 S. Townsend Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90063","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602406","School District Name":"Connecting Waters Charter School - Central Valley District","Physical Address Line 1":"2000 W. Briggsmore Ave.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95350","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602405","School District Name":"Lazear Charter Academy District","Physical Address Line 1":"824 29th Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602403","School District Name":"Aspire Richmond Ca. College Preparatory Academy District","Physical Address Line 1":"3040 Hilltop Mall Rd.","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"CA ","Physical Address Zipcode":"94806","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602401","School District Name":"Trivium Charter District","Physical Address Line 1":"1550 S. College Dr.","Physical Address Line 2":"","Physical Address City":"Santa Maria","Physical Address State":"CA ","Physical Address Zipcode":"93454","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602400","School District Name":"Inspire Charter School - North District","Physical Address Line 1":"4305 S. Meridian Rd.","Physical Address Line 2":"","Physical Address City":"Meridian","Physical Address State":"CA ","Physical Address Zipcode":"95957","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602399","School District Name":"OCS - South District","Physical Address Line 1":"524 Palisade St.","Physical Address Line 2":"","Physical Address City":"Pasadena","Physical Address State":"CA ","Physical Address Zipcode":"91103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602398","School District Name":"Options for Youth San Gabriel District","Physical Address Line 1":"215 S. Mission Dr.","Physical Address Line 2":"","Physical Address City":"San Gabriel","Physical Address State":"CA ","Physical Address Zipcode":"91776","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602397","School District Name":"New Horizons Charter Academy District","Physical Address Line 1":"5955 Lankershim Blvd.","Physical Address Line 2":"","Physical Address City":"North Hollywood","Physical Address State":"CA ","Physical Address Zipcode":"91601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602396","School District Name":"Matrix for Success Academy District","Physical Address Line 1":"1010 E. 34th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602395","School District Name":"Crescent View South II District","Physical Address Line 1":"4348 W. Shaw Ave.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93706","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602393","School District Name":"PUC Nueva Esperanza Charter Academy District","Physical Address Line 1":"1218 N. Fourth St.","Physical Address Line 2":"","Physical Address City":"San Fernando","Physical Address State":"CA ","Physical Address Zipcode":"91340","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602392","School District Name":"Escuela Popular/CTR for TRN and Careers FAM Lrng District","Physical Address Line 1":"149 N. White Rd.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602390","School District Name":"San Jacinto Valley Academy District","Physical Address Line 1":"480 N. San Jacinto Ave.","Physical Address Line 2":"","Physical Address City":"San Jacinto","Physical Address State":"CA ","Physical Address Zipcode":"92583","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602389","School District Name":"Arts In Action Community Charter District","Physical Address Line 1":"5115 Via Corona St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602388","School District Name":"California Connections Academy @ Ripon District","Physical Address Line 1":"580 N. Wilma Ave. Ste. G","Physical Address Line 2":"","Physical Address City":"Ripon","Physical Address State":"CA ","Physical Address Zipcode":"95366","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602387","School District Name":"Magnolia Science Academy San Diego District","Physical Address Line 1":"6525 Estrella Ave.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602386","School District Name":"Diego Valley East Public Charter District","Physical Address Line 1":"511 N. Second St.","Physical Address Line 2":"","Physical Address City":"El Cajon","Physical Address State":"CA ","Physical Address Zipcode":"92021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602385","School District Name":"Redding School of the Arts District","Physical Address Line 1":"955 Inspiration Pl.","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602384","School District Name":"KIPP Academy of Innovation District","Physical Address Line 1":"4240 E. Olympic Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90023","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602383","School District Name":"Carter G. Woodson Public Charter District","Physical Address Line 1":"3333 N. Bond Ave.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93726","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602381","School District Name":"COM Collaborative Virtual - Keppel Partnership ACAD District","Physical Address Line 1":"1473 Ford St.","Physical Address Line 2":"Ste. #105","Physical Address City":"Redlands","Physical Address State":"CA ","Physical Address Zipcode":"92373","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602380","School District Name":"LA's Promise Charter Middle #1 District","Physical Address Line 1":"1700 W. 46th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90062","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602379","School District Name":"Rocketship Fuerza Community Prep District","Physical Address Line 1":"70 S. Jackson Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602378","School District Name":"Family Partnership Charter District","Physical Address Line 1":"1157 E. Clark Ave. Ste. H","Physical Address Line 2":"","Physical Address City":"Santa Maria","Physical Address State":"CA ","Physical Address Zipcode":"93455","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602377","School District Name":"Marconi Learning Academy District","Physical Address Line 1":"2444 Marconi Ave.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95821","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602376","School District Name":"Aspire Benjamin Holt College Preparatory Academy District","Physical Address Line 1":"3201 E. Morada Ln.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602375","School District Name":"Empower Charter District","Physical Address Line 1":"6402 Linda Vista Rd.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602374","School District Name":"Health Sciences High District","Physical Address Line 1":"3910 Univ Ave. Ste. 100","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602372","School District Name":"Imagine Schools Riverside County District","Physical Address Line 1":"50-930 Calhoun St.","Physical Address Line 2":"","Physical Address City":"Coachella","Physical Address State":"CA ","Physical Address Zipcode":"92236","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602371","School District Name":"Heritage Peak Charter District","Physical Address Line 1":"631 L St.","Physical Address Line 2":"","Physical Address City":"Rio Linda","Physical Address State":"CA ","Physical Address Zipcode":"95673","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602370","School District Name":"Alvina Elementary","Physical Address Line 1":"295 W. Saginaw Ave.","Physical Address Line 2":"","Physical Address City":"Caruthers","Physical Address State":"CA ","Physical Address Zipcode":"93609","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22522522522522523,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602369","School District Name":"KIPP Sol Academy District","Physical Address Line 1":"4800 E. Cesar Chavez Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602368","School District Name":"ICEF Vista Elementary Academy District","Physical Address Line 1":"4471 Inglewood Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90066","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602367","School District Name":"Aspire APEX Academy District","Physical Address Line 1":"444 N. American St.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602366","School District Name":"JCS - Pine Valley District","Physical Address Line 1":"28876 Old Highway 80","Physical Address Line 2":"","Physical Address City":"Pine Valley","Physical Address State":"CA ","Physical Address Zipcode":"91962","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602365","School District Name":"Mountain Home Charter (Alternative) District","Physical Address Line 1":"41267 Highway 41","Physical Address Line 2":"","Physical Address City":"Oakhurst","Physical Address State":"CA ","Physical Address Zipcode":"93644","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602364","School District Name":"Darnall Charter District","Physical Address Line 1":"6020 Hughes St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602363","School District Name":"Great Valley Academy District","Physical Address Line 1":"3200 Tully Rd.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95350","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602362","School District Name":"Alliance Patti & Peter Neuwirth Leadership Academy District","Physical Address Line 1":"4610 S. Main St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602361","School District Name":"Academia Moderna District","Physical Address Line 1":"2410 BRd.way","Physical Address Line 2":"","Physical Address City":"Walnut Park","Physical Address State":"CA ","Physical Address Zipcode":"90255","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602360","School District Name":"Alview-Dairyland Union Elementary","Physical Address Line 1":"12861 Ave. 18 1/2","Physical Address Line 2":"","Physical Address City":"Chowchilla","Physical Address State":"CA ","Physical Address Zipcode":"93610","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1618705035971223,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602359","School District Name":"Options for Youth-Victorville Charter District","Physical Address Line 1":"14120 Bear Valley Rd.","Physical Address Line 2":"Ste. # 104","Physical Address City":"Victorville","Physical Address State":"CA ","Physical Address Zipcode":"92392","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602358","School District Name":"Manzanita Middle District","Physical Address Line 1":"461 33rd St.","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"CA ","Physical Address Zipcode":"94804","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602357","School District Name":"Connect Community Charter District","Physical Address Line 1":"635 Oakside Ave.","Physical Address Line 2":"","Physical Address City":"Redwood City","Physical Address State":"CA ","Physical Address Zipcode":"94063","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602356","School District Name":"Lighthouse Community Charter High District","Physical Address Line 1":"444 Hegenberger Rd.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94621","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602355","School District Name":"Prepa Tec Los Angeles High District","Physical Address Line 1":"4210 E. Gage St.","Physical Address Line 2":"","Physical Address City":"Bell","Physical Address State":"CA ","Physical Address Zipcode":"90201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602354","School District Name":"California Pacific Charter- Los Angeles District","Physical Address Line 1":"4101 Birch St. Ste. 150","Physical Address Line 2":"","Physical Address City":"Newport Beach","Physical Address State":"CA ","Physical Address Zipcode":"92660","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602353","School District Name":"Visions In Education District","Physical Address Line 1":"5030 El Camino Ave.","Physical Address Line 2":"","Physical Address City":"Carmichael","Physical Address State":"CA ","Physical Address Zipcode":"95608","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602352","School District Name":"Team Charter Academy District","Physical Address Line 1":"540 E. Main St.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602351","School District Name":"Para Los Ni?os Middle District","Physical Address Line 1":"835 Stanford Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602350","School District Name":"e3 Civic High District","Physical Address Line 1":"395 11th Ave. 6th Fl.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92101","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602348","School District Name":"SAVA- Sacramento ACAD and Vocational Academy- SCUSD District","Physical Address Line 1":"5330 Power Inn Rd. Ste. A","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95820","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602346","School District Name":"Oakland Unity Middle District","Physical Address Line 1":"1180 70th Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94621","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602345","School District Name":"Ednovate - USC Hybrid High College Prep District","Physical Address Line 1":"3939 S. Vermont Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90071","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602344","School District Name":"Animo Jefferson Charter Middle District","Physical Address Line 1":"1655 E. 27th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602343","School District Name":"Adelante Charter District","Physical Address Line 1":"1102 E. Yanonali St.","Physical Address Line 2":"","Physical Address City":"Santa Barbara","Physical Address State":"CA ","Physical Address Zipcode":"93103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602342","School District Name":"Clayton Valley Charter High District","Physical Address Line 1":"1101 Alberta Way","Physical Address Line 2":"","Physical Address City":"Concord","Physical Address State":"CA ","Physical Address Zipcode":"94521","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602341","School District Name":"High Tech High Mesa District","Physical Address Line 1":"5331 Mt. Alifan","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602340","School District Name":"one.Charter District","Physical Address Line 1":"2707 Transworld Dr.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602339","School District Name":"HomeTech Charter District","Physical Address Line 1":"6249 Skyway","Physical Address Line 2":"","Physical Address City":"Paradise","Physical Address State":"CA ","Physical Address Zipcode":"95969","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602338","School District Name":"Northern Summit Academy Shasta District","Physical Address Line 1":"2301 Balls Ferry Rd.","Physical Address Line 2":"","Physical Address City":"Anderson","Physical Address State":"CA ","Physical Address Zipcode":"96007","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602337","School District Name":"Peak to Peak Mountain Charter District","Physical Address Line 1":"19009 Cerro Noroeste Rd.","Physical Address Line 2":"","Physical Address City":"Pine Mountain Club","Physical Address State":"CA ","Physical Address Zipcode":"93222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602336","School District Name":"Contra Costa School of Performing Arts District","Physical Address Line 1":"2730 Mitchell Dr.","Physical Address Line 2":"","Physical Address City":"Walnut Creek","Physical Address State":"CA ","Physical Address Zipcode":"94598","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602335","School District Name":"Aspire Juanita Tate Academy Charter District","Physical Address Line 1":"123 W. 59th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602334","School District Name":"Roseland Charter District","Physical Address Line 1":"1691 Burbank Ave.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95407","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602333","School District Name":"Woodward Leadership Academy District","Physical Address Line 1":"1777 W. Baseline St.","Physical Address Line 2":"","Physical Address City":"San Bernardino","Physical Address State":"CA ","Physical Address Zipcode":"92411","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602331","School District Name":"Community Roots Academy District","Physical Address Line 1":"29292 Crown Valley Pkwy.","Physical Address Line 2":"","Physical Address City":"Laguna Niguel","Physical Address State":"CA ","Physical Address Zipcode":"92677","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602330","School District Name":"Pivot Charter School - North Bay District","Physical Address Line 1":"2999 Cleveland Ave.","Physical Address Line 2":"Ste.s A B D E F","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95403","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602329","School District Name":"Public Policy Charter District","Physical Address Line 1":"1701 Browning Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90062","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602328","School District Name":"California Pacific Charter - San Diego District","Physical Address Line 1":"4101 Birch St.","Physical Address Line 2":"Ste. 150","Physical Address City":"Newport Beach","Physical Address State":"CA ","Physical Address Zipcode":"92660","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602326","School District Name":"Entrepreneur High District","Physical Address Line 1":"26655 Highland Ave.","Physical Address Line 2":"","Physical Address City":"Highland","Physical Address State":"CA ","Physical Address Zipcode":"92346","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602325","School District Name":"James Jordan Middle District","Physical Address Line 1":"7911 Winnetka Ave.","Physical Address Line 2":"","Physical Address City":"Winnetka","Physical Address State":"CA ","Physical Address Zipcode":"91306","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602324","School District Name":"Design Tech High District","Physical Address Line 1":"275 Oracle Pkwy.","Physical Address Line 2":"","Physical Address City":"Redwood City","Physical Address State":"CA ","Physical Address Zipcode":"94065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602323","School District Name":"Learning Choice Academy District","Physical Address Line 1":"9950 Scripps Lake Dr. Ste. #105","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92131","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602322","School District Name":"Stella Elementary Charter Academy District","Physical Address Line 1":"2636 S. Mansfield Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602321","School District Name":"Aspen Meadow Public District","Physical Address Line 1":"1400 E. Saginaw Way","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93704","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602320","School District Name":"Hollister Prep District","Physical Address Line 1":"881 Line St.","Physical Address Line 2":"","Physical Address City":"Hollister","Physical Address State":"CA ","Physical Address Zipcode":"95023","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602319","School District Name":"Magnolia Science Academy 2 District","Physical Address Line 1":"17125 Victory Blvd.","Physical Address Line 2":"","Physical Address City":"Van Nuys","Physical Address State":"CA ","Physical Address Zipcode":"91406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602318","School District Name":"Learning for Life Charter District","Physical Address Line 1":"3180 Imjin Rd. Ste. 110","Physical Address Line 2":"","Physical Address City":"Marina","Physical Address State":"CA ","Physical Address Zipcode":"93933","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602317","School District Name":"Citrus Springs Charter District","Physical Address Line 1":"2121 N. Grand Ave.","Physical Address Line 2":"","Physical Address City":"Santa Ana","Physical Address State":"CA ","Physical Address Zipcode":"92705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602316","School District Name":"California Virtual Academy @ Sonoma District","Physical Address Line 1":"50 Morland Rd.","Physical Address Line 2":"","Physical Address City":"Simi Valley","Physical Address State":"CA ","Physical Address Zipcode":"93065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602315","School District Name":"Wonderful College Prep Academy District","Physical Address Line 1":"2070 Veneto St.","Physical Address Line 2":"","Physical Address City":"Delano","Physical Address State":"CA ","Physical Address Zipcode":"93215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602314","School District Name":"River Charter Schools Lighthouse Charter District","Physical Address Line 1":"899 Bryte Ave.","Physical Address Line 2":"","Physical Address City":"West Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602313","School District Name":"Excelsior Charter District","Physical Address Line 1":"18422 Bear Valley Rd. Bldg. 11","Physical Address Line 2":"","Physical Address City":"Victorville","Physical Address State":"CA ","Physical Address Zipcode":"92395","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602312","School District Name":"Rocklin Academy District","Physical Address Line 1":"6532 Turnstone Way","Physical Address Line 2":"","Physical Address City":"Rocklin","Physical Address State":"CA ","Physical Address Zipcode":"95765","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602311","School District Name":"Opportunities for Learning - Capistrano District","Physical Address Line 1":"31878 Del Obispo St. Ste. 105","Physical Address Line 2":"","Physical Address City":"San Juan Capistrano","Physical Address State":"CA ","Physical Address Zipcode":"92675","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602310","School District Name":"Alum Rock Union Elementary","Physical Address Line 1":"2930 Gay Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95127","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11869535978480161,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0602309","School District Name":"Inland Leaders Charter District","Physical Address Line 1":"12375 CA St.","Physical Address Line 2":"","Physical Address City":"Yucaipa","Physical Address State":"CA ","Physical Address Zipcode":"92399","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602308","School District Name":"W.E.B. DuBois Public Charter District","Physical Address Line 1":"2604 MLK Blvd.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93706","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602307","School District Name":"Animo City of Champions Charter High District","Physical Address Line 1":"9330 S. Eighth Ave.","Physical Address Line 2":"","Physical Address City":"Inglewood","Physical Address State":"CA ","Physical Address Zipcode":"90305","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602306","School District Name":"Shasta Charter Academy District","Physical Address Line 1":"307 Park Marina Cir.","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602305","School District Name":"California Montessori Project - Capitol Campus District","Physical Address Line 1":"2635 Chestnut Hill Dr.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95826","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602304","School District Name":"Paradise Charter Middle District","Physical Address Line 1":"6473 Clark Rd.","Physical Address Line 2":"","Physical Address City":"Paradise","Physical Address State":"CA ","Physical Address Zipcode":"95928","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602303","School District Name":"Sacramento Charter High District","Physical Address Line 1":"2315 34th St.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95820","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602302","School District Name":"Holly Drive Leadership Academy District","Physical Address Line 1":"4801 Elm St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602301","School District Name":"Savant Preparatory Academy of Business District","Physical Address Line 1":"1406 Pacific St.","Physical Address Line 2":"","Physical Address City":"San Bernardino","Physical Address State":"CA ","Physical Address Zipcode":"92404","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602300","School District Name":"ICEF View Park Preparatory Middle District","Physical Address Line 1":"5311 Crenshaw Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602299","School District Name":"Blue Oak Academy District","Physical Address Line 1":"28050 Rd. 148","Physical Address Line 2":"","Physical Address City":"Visalia","Physical Address State":"CA ","Physical Address Zipcode":"93292","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602298","School District Name":"Sparrow Academy District","Physical Address Line 1":"4207 Spring Gardens Rd.","Physical Address Line 2":"","Physical Address City":"La Mesa","Physical Address State":"CA ","Physical Address Zipcode":"91941","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602297","School District Name":"New Millennium Secondary District","Physical Address Line 1":"1301 W. 182nd St.","Physical Address Line 2":"","Physical Address City":"Gardena","Physical Address State":"CA ","Physical Address Zipcode":"90248","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602296","School District Name":"Long Valley District","Physical Address Line 1":"436-965 Susan Dr.","Physical Address Line 2":"","Physical Address City":"Doyle","Physical Address State":"CA ","Physical Address Zipcode":"96109","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602295","School District Name":"Baypoint Preparatory Academy - San Diego District","Physical Address Line 1":"520 E. Carmel St.","Physical Address Line 2":"","Physical Address City":"San Marcos","Physical Address State":"CA ","Physical Address Zipcode":"92078","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602294","School District Name":"San Diego Mission Academy District","Physical Address Line 1":"30951 Highway 79","Physical Address Line 2":"","Physical Address City":"Warner Springs","Physical Address State":"CA ","Physical Address Zipcode":"92086","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602293","School District Name":"Da Vinci Connect District","Physical Address Line 1":"12501 Isis Ave.","Physical Address Line 2":"","Physical Address City":"Hawthorne","Physical Address State":"CA ","Physical Address Zipcode":"90250","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602292","School District Name":"Oakland Unity High District","Physical Address Line 1":"6038 Brann St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602291","School District Name":"Academia Avance Charter District","Physical Address Line 1":"115 N. Ave. 53","Physical Address Line 2":"","Physical Address City":"Highland Park","Physical Address State":"CA ","Physical Address Zipcode":"90042","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602290","School District Name":"Discovery Charter District","Physical Address Line 1":"1100 Camino Biscay","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91910","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602289","School District Name":"Alliance Tennenbaum Family Technology High District","Physical Address Line 1":"2050 N. San Fernando Rd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602288","School District Name":"Elite Academic Academy - Mountain Empire District","Physical Address Line 1":"43414 Business Park Dr.","Physical Address Line 2":"","Physical Address City":"Temecula","Physical Address State":"CA ","Physical Address Zipcode":"92590","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602287","School District Name":"Summit Preparatory Charter High District","Physical Address Line 1":"890 BRd.way","Physical Address Line 2":"","Physical Address City":"Redwood City","Physical Address State":"CA ","Physical Address Zipcode":"94063","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602286","School District Name":"Rocketship Delta Prep District","Physical Address Line 1":"1700 Cavallo Rd.","Physical Address Line 2":"","Physical Address City":"Antioch","Physical Address State":"CA ","Physical Address Zipcode":"94509","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602285","School District Name":"SAVA - Sacramento Academic and Vocational Academy District","Physical Address Line 1":"1214 N. Market Blvd.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95834","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602284","School District Name":"OCSA District","Physical Address Line 1":"1010 N. Main St.","Physical Address Line 2":"","Physical Address City":"Santa Ana","Physical Address State":"CA ","Physical Address Zipcode":"92701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602282","School District Name":"Valley Charter High District","Physical Address Line 1":"108 Campus Way","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95350","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602281","School District Name":"Yosemite-Wawona Elementary Charter District","Physical Address Line 1":"7925 Chilnualna Falls Rd.","Physical Address Line 2":"","Physical Address City":"Wawona","Physical Address State":"CA ","Physical Address Zipcode":"95389","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602280","School District Name":"King-Chavez Arts Academy District","Physical Address Line 1":"415 31st St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602279","School District Name":"Alliance Renee and Meyer Luskin Academy High District","Physical Address Line 1":"2941 W. 70th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602278","School District Name":"Twin Rivers Charter District","Physical Address Line 1":"2510 Live Oak Blvd.","Physical Address Line 2":"","Physical Address City":"Yuba City","Physical Address State":"CA ","Physical Address Zipcode":"95991","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602277","School District Name":"ArchitectureConstruction & Engineer CHTR High(ACE) District","Physical Address Line 1":"570 Airport Way","Physical Address Line 2":"","Physical Address City":"Camarillo","Physical Address State":"CA ","Physical Address Zipcode":"93010","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602276","School District Name":"KIPP Bridge Academy District","Physical Address Line 1":"1700 Market St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602275","School District Name":"McGill School of Success District","Physical Address Line 1":"3025 Fir St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602274","School District Name":"Cabrillo Point Academy District","Physical Address Line 1":"4612 Dehesa Rd.","Physical Address Line 2":"","Physical Address City":"El Cajon","Physical Address State":"CA ","Physical Address Zipcode":"92019","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602272","School District Name":"Tomorrow's Leadership Collaborative (TLC) Charter District","Physical Address Line 1":"1130 E. Walnut Ave.","Physical Address Line 2":"","Physical Address City":"Orange","Physical Address State":"CA ","Physical Address Zipcode":"92867","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602271","School District Name":"Temecula International Academy District","Physical Address Line 1":"39600 N. General Kearny Rd.","Physical Address Line 2":"","Physical Address City":"Temecula","Physical Address State":"CA ","Physical Address Zipcode":"92591","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602270","School District Name":"Citizens of the World Charter School Silver Lake District","Physical Address Line 1":"110 N. Coronado St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602269","School District Name":"Credo High District","Physical Address Line 1":"1300 Valley House Dr. Ste. 100","Physical Address Line 2":"","Physical Address City":"Rohnert Park","Physical Address State":"CA ","Physical Address Zipcode":"94928","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602268","School District Name":"Rocklin Academy Gateway District","Physical Address Line 1":"6550 Lonetree Blvd.","Physical Address Line 2":"","Physical Address City":"Rocklin","Physical Address State":"CA ","Physical Address Zipcode":"95765","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602267","School District Name":"Tree of Life Charter District","Physical Address Line 1":"241 Ford Rd.","Physical Address Line 2":"","Physical Address City":"Ukiah","Physical Address State":"CA ","Physical Address Zipcode":"95482","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602266","School District Name":"Alliance Ouchi-O'Donovan 6-12 Complex District","Physical Address Line 1":"5356 S. Fifth Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602265","School District Name":"CATCH Prep Charter High Inc. District","Physical Address Line 1":"4120 11th Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90008","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602264","School District Name":"Montague Charter Academy District","Physical Address Line 1":"13000 Montague St.","Physical Address Line 2":"","Physical Address City":"Pacoima","Physical Address State":"CA ","Physical Address Zipcode":"91331","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602263","School District Name":"ICEF Innovation Los Angeles Charter District","Physical Address Line 1":"5029 S. Vermont Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602262","School District Name":"Aspire Firestone Academy Charter District","Physical Address Line 1":"8929 Kauffman Ave.","Physical Address Line 2":"","Physical Address City":"South Gate","Physical Address State":"CA ","Physical Address Zipcode":"90280","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602261","School District Name":"John Adams Academy - Roseville District","Physical Address Line 1":"One Sierra Gate Plaza","Physical Address Line 2":"","Physical Address City":"Roseville","Physical Address State":"CA ","Physical Address Zipcode":"95678","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602260","School District Name":"Sonoma Charter District","Physical Address Line 1":"17202 Sonoma Hwy.","Physical Address Line 2":"","Physical Address City":"Sonoma","Physical Address State":"CA ","Physical Address Zipcode":"95476","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602259","School District Name":"KIPP Heritage Academy District","Physical Address Line 1":"423 Los Arboles St.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602258","School District Name":"Coastal Academy Charter District","Physical Address Line 1":"4096 Calle Platino","Physical Address Line 2":"","Physical Address City":"Oceanside","Physical Address State":"CA ","Physical Address Zipcode":"92056","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602257","School District Name":"Animo Pat Brown District","Physical Address Line 1":"8255 Beach St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602256","School District Name":"Valiente College Preparatory Charter District","Physical Address Line 1":"8691 CA Ave.","Physical Address Line 2":"","Physical Address City":"South Gate","Physical Address State":"CA ","Physical Address Zipcode":"90280","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602255","School District Name":"Discovery Charter Preparatory #2 District","Physical Address Line 1":"13570 Eldridge Ave.","Physical Address Line 2":"","Physical Address City":"Sylmar","Physical Address State":"CA ","Physical Address Zipcode":"91342","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602254","School District Name":"Magnolia Science Academy 7 District","Physical Address Line 1":"18355 Roscoe Blvd.","Physical Address Line 2":"","Physical Address City":"Northridge","Physical Address State":"CA ","Physical Address Zipcode":"91325","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602253","School District Name":"Chrysalis Charter District","Physical Address Line 1":"21945 Old Forty-Four Dr.","Physical Address Line 2":"","Physical Address City":"Palo Cedro","Physical Address State":"CA ","Physical Address Zipcode":"96073","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602252","School District Name":"Dixon Montessori Charter District","Physical Address Line 1":"355 N. Almond St.","Physical Address Line 2":"","Physical Address City":"Dixon","Physical Address State":"CA ","Physical Address Zipcode":"95620","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602251","School District Name":"Downtown College Preparatory Middle District","Physical Address Line 1":"1402 Monterey Hwy.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95110","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602250","School District Name":"Alta-Dutch Flat Union Elementary","Physical Address Line 1":"34050 Alta-Bonny Nook Rd.","Physical Address Line 2":"","Physical Address City":"Alta","Physical Address State":"CA ","Physical Address Zipcode":"95701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1390728476821192,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602249","School District Name":"Para Los Ni?os Charter District","Physical Address Line 1":"1617 E. Seventh St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602248","School District Name":"Audeo Charter School III District","Physical Address Line 1":"200 E. Via Rancho Pkwy.","Physical Address Line 2":"","Physical Address City":"Escondido","Physical Address State":"CA ","Physical Address Zipcode":"92025","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602247","School District Name":"Guajome Learning Center District","Physical Address Line 1":"2000 N. Santa Fe Ave.","Physical Address Line 2":"","Physical Address City":"Vista","Physical Address State":"CA ","Physical Address Zipcode":"92083","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602246","School District Name":"Sierra Foothill Charter District","Physical Address Line 1":"4952 Sch House Rd.","Physical Address Line 2":"","Physical Address City":"Catheys Valley","Physical Address State":"CA ","Physical Address Zipcode":"95306","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602245","School District Name":"Orange County Educational Arts Academy District","Physical Address Line 1":"825 N. BRd.way","Physical Address Line 2":"","Physical Address City":"Santa Ana","Physical Address State":"CA ","Physical Address Zipcode":"92701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602244","School District Name":"Great Valley Academy - Salida District","Physical Address Line 1":"5901 Sisk Rd.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95356","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602243","School District Name":"Orange County Academy of Sciences and Arts District","Physical Address Line 1":"29292 Crown Valley Pkwy.","Physical Address Line 2":"","Physical Address City":"Laguna Niguel","Physical Address State":"CA ","Physical Address Zipcode":"92677","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602242","School District Name":"Fenton Primary Center District","Physical Address Line 1":"11351 Dronfield Ave.","Physical Address Line 2":"","Physical Address City":"Pacoima","Physical Address State":"CA ","Physical Address Zipcode":"91331","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602241","School District Name":"ISANA Octavia Academy District","Physical Address Line 1":"3010 Estara Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602240","School District Name":"Kipp Prize Preparatory Academy District","Physical Address Line 1":"1250 S. King Rd.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602239","School District Name":"Wildflower Open Classroom District","Physical Address Line 1":"2414 Cohasset Rd. Ste. 3","Physical Address Line 2":"","Physical Address City":"Chico","Physical Address State":"CA ","Physical Address Zipcode":"95926","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602238","School District Name":"Silver Oak High Public Montessori Charter District","Physical Address Line 1":"22100 Princeton St.","Physical Address Line 2":"","Physical Address City":"Hayward","Physical Address State":"CA ","Physical Address Zipcode":"94541","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602237","School District Name":"Camino Nuevo Charter Academy District","Physical Address Line 1":"697 S. Burlington Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90057","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602236","School District Name":"Mission Preparatory District","Physical Address Line 1":"1050 York St.","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94110","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602235","School District Name":"Oscar De La Hoya Animo Charter High District","Physical Address Line 1":"1114 S. Lorena St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90023","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602234","School District Name":"Ross Valley Charter District","Physical Address Line 1":"102 Marinda Dr.","Physical Address Line 2":"","Physical Address City":"Fairfax","Physical Address State":"CA ","Physical Address Zipcode":"94930","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602233","School District Name":"University Preparatory Academy Charter District","Physical Address Line 1":"2315 Canoas Garden Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95125","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602232","School District Name":"High Tech Middle Mesa District","Physical Address Line 1":"5331 Mt. Alifan Dr.","Physical Address Line 2":"Bldg. 400","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602231","School District Name":"Collegiate Charter High School of Los Angeles District","Physical Address Line 1":"725 S. Indiana St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90023","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602230","School District Name":"YouthBuild Charter School of California District","Physical Address Line 1":"155 W. Washington Blvd. Ste. 517","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90015","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602229","School District Name":"Everest Public High District","Physical Address Line 1":"455 Fifth Ave.","Physical Address Line 2":"","Physical Address City":"Redwood City","Physical Address State":"CA ","Physical Address Zipcode":"94063","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602228","School District Name":"Synergy Charter Academy District","Physical Address Line 1":"900 E. 33rd St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602227","School District Name":"American Indian Public High District","Physical Address Line 1":"746 Grand Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602226","School District Name":"Ocean Charter District","Physical Address Line 1":"12606 Culver Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90066","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602225","School District Name":"Sherman Thomas STEM Academy District","Physical Address Line 1":"51 E. Adell St.","Physical Address Line 2":"","Physical Address City":"Madera","Physical Address State":"CA ","Physical Address Zipcode":"93638","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602223","School District Name":"Epic Charter District","Physical Address Line 1":"1045 Derby Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602222","School District Name":"Summit Public School: Tahoma District","Physical Address Line 1":"285 Blossom Hill Rd.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95123","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602221","School District Name":"Alpha: Blanca Alvarado District","Physical Address Line 1":"1601 Cunningham Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602220","School District Name":"Alta Vista Elementary","Physical Address Line 1":"2293 E. Crabtree Ave.","Physical Address Line 2":"","Physical Address City":"Porterville","Physical Address State":"CA ","Physical Address Zipcode":"93257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3782771535580524,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602219","School District Name":"Animo Watts College Preparatory Academy District","Physical Address Line 1":"12628 Avalon Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90061","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602218","School District Name":"PREPA TEC - Los Angeles District","Physical Address Line 1":"2665 Clarendon Ave.","Physical Address Line 2":"","Physical Address City":"Huntington Park","Physical Address State":"CA ","Physical Address Zipcode":"90255","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602217","School District Name":"ACE Empower Academy District","Physical Address Line 1":"625 S. Sunset Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602216","School District Name":"Harvest Ridge Cooperative Charter District","Physical Address Line 1":"9050 Old State Hwy.","Physical Address Line 2":"","Physical Address City":"Newcastle","Physical Address State":"CA ","Physical Address Zipcode":"95658","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602215","School District Name":"Da Vinci RISE High District","Physical Address Line 1":"201 N. Douglas St.","Physical Address Line 2":"","Physical Address City":"El Segundo","Physical Address State":"CA ","Physical Address Zipcode":"90245","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602214","School District Name":"Pivot Charter School Riverside District","Physical Address Line 1":"700 N. Main St.","Physical Address Line 2":"","Physical Address City":"Corona","Physical Address State":"CA ","Physical Address Zipcode":"92880","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602213","School District Name":"WISH Community District","Physical Address Line 1":"6550 W. 80th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90045","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602212","School District Name":"Aspire Lionel Wilson College Preparatory Academy District","Physical Address Line 1":"400 105th Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94603","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602211","School District Name":"Helix High District","Physical Address Line 1":"7323 Univ Ave.","Physical Address Line 2":"","Physical Address City":"La Mesa","Physical Address State":"CA ","Physical Address Zipcode":"91941","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602210","School District Name":"Kinetic Academy District","Physical Address Line 1":"721 Utica Ave.","Physical Address Line 2":"","Physical Address City":"Huntington Beach","Physical Address State":"CA ","Physical Address Zipcode":"92648","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602209","School District Name":"Mojave River Academy - Oro Grande District","Physical Address Line 1":"12384 Palmdale Rd.","Physical Address Line 2":"","Physical Address City":"Victorville","Physical Address State":"CA ","Physical Address Zipcode":"92392","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602208","School District Name":"Oakland Charter Academy District","Physical Address Line 1":"4215 Foothill Blvd.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602207","School District Name":"Elite Academic Academy - Lucerne District","Physical Address Line 1":"43414 Business Park Dr.","Physical Address Line 2":"","Physical Address City":"Temecula","Physical Address State":"CA ","Physical Address Zipcode":"92590","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602206","School District Name":"Granada Hills Charter District","Physical Address Line 1":"10535 Zelzah Ave.","Physical Address Line 2":"","Physical Address City":"Granada Hills","Physical Address State":"CA ","Physical Address Zipcode":"91344","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602205","School District Name":"Magnolia Science Academy 6 District","Physical Address Line 1":"3754 Dunn Dr.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602204","School District Name":"River Montessori Elementary Charter District","Physical Address Line 1":"3880 Cypress Dr. Ste. B","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94954","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602203","School District Name":"North County Trade Tech High District","Physical Address Line 1":"1132 N Melrose Dr. Ste. 501","Physical Address Line 2":"","Physical Address City":"Vista","Physical Address State":"CA ","Physical Address Zipcode":"92083","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602202","School District Name":"TEACH Academy of Technologies District","Physical Address Line 1":"10045 S. W.ern Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90047","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602201","School District Name":"Grove District","Physical Address Line 1":"200 Nevada St.","Physical Address Line 2":"","Physical Address City":"Redlands","Physical Address State":"CA ","Physical Address Zipcode":"92373","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602200","School District Name":"Intellectual Virtues Academy of Long Beach District","Physical Address Line 1":"3601 Linden Ave.","Physical Address Line 2":"","Physical Address City":"Long Beach","Physical Address State":"CA ","Physical Address Zipcode":"90807","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602199","School District Name":"Life Source International Charter District","Physical Address Line 1":"44339 Beech Ave.","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"CA ","Physical Address Zipcode":"93534","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602197","School District Name":"Santa Ynez Valley Charter District","Physical Address Line 1":"3525 Pine St.","Physical Address Line 2":"","Physical Address City":"Santa Ynez","Physical Address State":"CA ","Physical Address Zipcode":"93460","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602196","School District Name":"Aspire Slauson Academy Charter District","Physical Address Line 1":"123 W. 59th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602195","School District Name":"New Opportunities Charter District","Physical Address Line 1":"110 S. La Brea Ave.","Physical Address Line 2":"Ste. 305A","Physical Address City":"Inglewood","Physical Address State":"CA ","Physical Address Zipcode":"90301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602194","School District Name":"Magnolia Science Academy 3 District","Physical Address Line 1":"1254 E. Helmick St.","Physical Address Line 2":"","Physical Address City":"Carson","Physical Address State":"CA ","Physical Address Zipcode":"90746","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602193","School District Name":"Ventura Charter School of Arts and Global Education District","Physical Address Line 1":"2060 Cameron St.","Physical Address Line 2":"","Physical Address City":"Ventura","Physical Address State":"CA ","Physical Address Zipcode":"93001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602192","School District Name":"East Bay Innovation Academy District","Physical Address Line 1":"3400 Malcolm Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602191","School District Name":"Rocketship Los Suenos Academy District","Physical Address Line 1":"331 S. 34th St.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602190","School District Name":"Alliance Susan and Eric Smidt Technology High District","Physical Address Line 1":"211 S. Ave. 20","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90031","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602189","School District Name":"Para Los Ni?os - Evelyn Thurman Gratts Primary District","Physical Address Line 1":"474 S. Hartford Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602188","School District Name":"Paseo Grande Charter District","Physical Address Line 1":"5248 Rose St.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95838","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602187","School District Name":"Animo Compton Charter District","Physical Address Line 1":"13305 S. San Pedro St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90061","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602186","School District Name":"Citizens of the World Charter School Mar Vista District","Physical Address Line 1":"11561 Gateway Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90064","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602185","School District Name":"King-Chavez Community High District","Physical Address Line 1":"201 A St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92101","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602184","School District Name":"KIPP Navigate College Prep District","Physical Address Line 1":"1750 S. White Rd.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602183","School District Name":"Growth Public District","Physical Address Line 1":"9320 Tech Center Dr.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95826","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602182","School District Name":"PUC Comm CHRTR Mid & PUC Comm CHRTR Early College High DIST","Physical Address Line 1":"11500 Eldridge Ave.","Physical Address Line 2":"","Physical Address City":"Lake View Terrace","Physical Address State":"CA ","Physical Address Zipcode":"91342","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602181","School District Name":"Aveson Global Leadership Academy District","Physical Address Line 1":"575 W. Altadena Dr.","Physical Address Line 2":"","Physical Address City":"Altadena","Physical Address State":"CA ","Physical Address Zipcode":"91001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602180","School District Name":"School of Arts and Enterprise District","Physical Address Line 1":"295 N. Garey Ave.","Physical Address Line 2":"","Physical Address City":"Pomona","Physical Address State":"CA ","Physical Address Zipcode":"91767","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602179","School District Name":"The Academy of Alameda Elementary District","Physical Address Line 1":"401 Pacific Ave.","Physical Address Line 2":"","Physical Address City":"Alameda","Physical Address State":"CA ","Physical Address Zipcode":"94501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602178","School District Name":"Goethe International Charter District","Physical Address Line 1":"12500 Braddock Dr.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90066","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602177","School District Name":"Blue Oak Charter District","Physical Address Line 1":"450 W. E. Ave.","Physical Address Line 2":"","Physical Address City":"Chico","Physical Address State":"CA ","Physical Address Zipcode":"95926","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602176","School District Name":"Alliance Gertz-Ressler Richard Merkin 6-12 Complex District","Physical Address Line 1":"2023 S. Union Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90007","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602175","School District Name":"Allegiance STEAM Academy - Thrive District","Physical Address Line 1":"5862 C St.","Physical Address Line 2":"","Physical Address City":"Chino","Physical Address State":"CA ","Physical Address Zipcode":"91710","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602174","School District Name":"iLead Agua Dulce District","Physical Address Line 1":"11311 Frascati St.","Physical Address Line 2":"","Physical Address City":"Agua Dulce","Physical Address State":"CA ","Physical Address Zipcode":"91390","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602173","School District Name":"Feaster (Mae L.) Charter District","Physical Address Line 1":"670 Flower St.","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91910","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602172","School District Name":"KIPP Bayview Academy District","Physical Address Line 1":"1060 Key Ave.","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602171","School District Name":"Insight @ San Joaquin District","Physical Address Line 1":"50 Moreland Rd.","Physical Address Line 2":"","Physical Address City":"Simi Valley","Physical Address State":"CA ","Physical Address Zipcode":"93065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602170","School District Name":"Connecting Waters Charter District","Physical Address Line 1":"12420 Bentley St.","Physical Address Line 2":"","Physical Address City":"Waterford","Physical Address State":"CA ","Physical Address Zipcode":"95386","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602169","School District Name":"Summit Public School: Denali District","Physical Address Line 1":"539 E. Weddell Dr.","Physical Address Line 2":"","Physical Address City":"Sunnyvale","Physical Address State":"CA ","Physical Address Zipcode":"94089","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602168","School District Name":"Coastal Grove Charter District","Physical Address Line 1":"1897 S St.","Physical Address Line 2":"","Physical Address City":"Arcata","Physical Address State":"CA ","Physical Address Zipcode":"95521","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602167","School District Name":"Ambassador Phillip V. Sanchez II Public Charter District","Physical Address Line 1":"830 Fresno St.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93706","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602166","School District Name":"Sunrise Middle District","Physical Address Line 1":"1149 E. Julian St.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602165","School District Name":"Achieve Academy District","Physical Address Line 1":"1700 28th Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94621","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602164","School District Name":"School of Unlimited Learning District","Physical Address Line 1":"2336 Calaveras St.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93721","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602163","School District Name":"Perseverance Preparatory District","Physical Address Line 1":"484 E. San Fernando St.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95112","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602162","School District Name":"Rocketship Futuro Academy District","Physical Address Line 1":"2351 Olivera Rd.","Physical Address Line 2":"","Physical Address City":"Concord","Physical Address State":"CA ","Physical Address Zipcode":"94520","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602161","School District Name":"Live Oak Charter District","Physical Address Line 1":"100 Gnoss Concourse Bldg. 1","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94952","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602160","School District Name":"Alta Loma Elementary","Physical Address Line 1":"9390 Base Line Rd.","Physical Address Line 2":"","Physical Address City":"Alta Loma","Physical Address State":"CA ","Physical Address Zipcode":"91701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0977030087350372,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0602159","School District Name":"Connecting Waters Charter - East Bay District","Physical Address Line 1":"703 C St.","Physical Address Line 2":"","Physical Address City":"Union City","Physical Address State":"CA ","Physical Address Zipcode":"94587","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602157","School District Name":"Tree of Life International Charter District","Physical Address Line 1":"19415 Jacqueline St.","Physical Address Line 2":"","Physical Address City":"Anderson","Physical Address State":"CA ","Physical Address Zipcode":"96007","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602156","School District Name":"Placer Academy Charter District","Physical Address Line 1":"2213 Sunset Blvd.","Physical Address Line 2":"","Physical Address City":"Rocklin","Physical Address State":"CA ","Physical Address Zipcode":"95765","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602155","School District Name":"Creative Arts Charter District","Physical Address Line 1":"1601 Turk St.","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602154","School District Name":"KIPP Scholar Academy District","Physical Address Line 1":"1729 W. MLK Jr. Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90062","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602153","School District Name":"Ezequiel Tafoya Alvarado Academy District","Physical Address Line 1":"26247 Ellis St.","Physical Address Line 2":"","Physical Address City":"Madera","Physical Address State":"CA ","Physical Address Zipcode":"93638","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602152","School District Name":"KIPP King Collegiate High District","Physical Address Line 1":"2005B Via Barrett","Physical Address Line 2":"","Physical Address City":"San Lorenzo","Physical Address State":"CA ","Physical Address Zipcode":"94580","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602151","School District Name":"Vincent Academy District","Physical Address Line 1":"2501 Chestnut St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602150","School District Name":"Method Schools LA District","Physical Address Line 1":"24620 Jefferson Ave.","Physical Address Line 2":"","Physical Address City":"Murrieta","Physical Address State":"CA ","Physical Address Zipcode":"92562","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602149","School District Name":"Village Charter District","Physical Address Line 1":"2590 Piner Rd.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602148","School District Name":"Preuss School UCSD District","Physical Address Line 1":"9500 Gilman Dr.","Physical Address Line 2":"","Physical Address City":"La Jolla","Physical Address State":"CA ","Physical Address Zipcode":"92093","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602147","School District Name":"Empowering Possibilities International Charter District","Physical Address Line 1":"2945 Ramco St.","Physical Address Line 2":"","Physical Address City":"West Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95691","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602145","School District Name":"N.E.W. Academy Canoga Park District","Physical Address Line 1":"21425 Cohasset St.","Physical Address Line 2":"","Physical Address City":"Canoga Park","Physical Address State":"CA ","Physical Address Zipcode":"91303","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602144","School District Name":"Alpha: Jose Hernandez District","Physical Address Line 1":"1601 Cunningham Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602143","School District Name":"Gabriella Charter District","Physical Address Line 1":"1435 Logan St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602142","School District Name":"KIPP Iluminar Academy District","Physical Address Line 1":"4800 E. Cesar Chavez Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602140","School District Name":"KIPP Empower Academy District","Physical Address Line 1":"8466 S. Figueroa St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602139","School District Name":"Alliance College-Ready Middle Academy 5 District","Physical Address Line 1":"211 S. Ave. 20","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90031","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602138","School District Name":"ACE Inspire Academy District","Physical Address Line 1":"1155 E. Julian St.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95112","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602137","School District Name":"Santa Clarita Valley International District","Physical Address Line 1":"28060 Hasley Canyon Rd. Ste. 200","Physical Address Line 2":"","Physical Address City":"Castaic","Physical Address State":"CA ","Physical Address Zipcode":"91384","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602136","School District Name":"The O'Farrell Charter District","Physical Address Line 1":"6130 Skyline Dr.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602135","School District Name":"PUC Early College ACAD for Leaders&Scholars(ECALS) District","Physical Address Line 1":"2050 San Fernando Rd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602134","School District Name":"IvyTech Charter District","Physical Address Line 1":"6591 Collins Dr. Ste. E4","Physical Address Line 2":"","Physical Address City":"Moorpark","Physical Address State":"CA ","Physical Address Zipcode":"93021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602133","School District Name":"Achieve Charter School of Paradise Inc. District","Physical Address Line 1":"1494 E. Ave.","Physical Address Line 2":"","Physical Address City":"Chico","Physical Address State":"CA ","Physical Address Zipcode":"95928","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602132","School District Name":"Olive Grove Charter - Lompoc District","Physical Address Line 1":"820 N. H St.","Physical Address Line 2":"Second Fl.","Physical Address City":"Lompoc","Physical Address State":"CA ","Physical Address Zipcode":"93436","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602131","School District Name":"Central City Value District","Physical Address Line 1":"221 N. W.moreland Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602130","School District Name":"Edward B. Cole Academy District","Physical Address Line 1":"333 E. Walnut St.","Physical Address Line 2":"","Physical Address City":"Santa Ana","Physical Address State":"CA ","Physical Address Zipcode":"92701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602129","School District Name":"Greater San Diego Academy District","Physical Address Line 1":"14545 Lyons Valley Rd.","Physical Address Line 2":"","Physical Address City":"Jamul","Physical Address State":"CA ","Physical Address Zipcode":"91935","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602128","School District Name":"Equitas Academy 4 District","Physical Address Line 1":"631 S. Commonwealth Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90005","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602127","School District Name":"California Connections Academy North Bay District","Physical Address Line 1":"20932 Big Canyon Rd.","Physical Address Line 2":"","Physical Address City":"Middletown","Physical Address State":"CA ","Physical Address Zipcode":"95461","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602126","School District Name":"Fenton Avenue Charter District","Physical Address Line 1":"11828 Gain St.","Physical Address Line 2":"","Physical Address City":"Lake View Terrace","Physical Address State":"CA ","Physical Address Zipcode":"91342","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602124","School District Name":"Career Technical Education Charter District","Physical Address Line 1":"1320 N. Mariposa St.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93703","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602123","School District Name":"Aspire Alexander Twilight College Preparatory ACAD District","Physical Address Line 1":"2360 El Camino Ave.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95821","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602122","School District Name":"Learning Choice Academy - Chula Vista District","Physical Address Line 1":"881 Kuhn Dr.","Physical Address Line 2":"Ste. 106","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91914","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602121","School District Name":"Richmond Charter Academy District","Physical Address Line 1":"1450 Marina Way S.","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"CA ","Physical Address Zipcode":"94804","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602120","School District Name":"Bay View Academy District","Physical Address Line 1":"222 Casa Verde Ave.","Physical Address Line 2":"","Physical Address City":"Monterey","Physical Address State":"CA ","Physical Address Zipcode":"93940","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602119","School District Name":"Alliance Cindy and Bill Simon Technology ACAD High District","Physical Address Line 1":"10720 S. Wilmington Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90059","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602118","School District Name":"Five Keys Independence HS (SF Sheriff's) District","Physical Address Line 1":"70 Oak Grove","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94107","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602117","School District Name":"Gorman Learning Center District","Physical Address Line 1":"1826 Orange Tree Ln.","Physical Address Line 2":"","Physical Address City":"Redlands","Physical Address State":"CA ","Physical Address Zipcode":"92374","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602116","School District Name":"Bert Corona Charter High District","Physical Address Line 1":"12513 Gain St.","Physical Address Line 2":"","Physical Address City":"Pacoima","Physical Address State":"CA ","Physical Address Zipcode":"91331","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602115","School District Name":"Public Safety Academy District","Physical Address Line 1":"1482 E. Enterprise Dr.","Physical Address Line 2":"","Physical Address City":"San Bernardino","Physical Address State":"CA ","Physical Address Zipcode":"92408","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602113","School District Name":"Unity Middle College High District","Physical Address Line 1":"1937 W. Chapman Ave.","Physical Address Line 2":"","Physical Address City":"Orange","Physical Address State":"CA ","Physical Address Zipcode":"92868","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602112","School District Name":"Aspire College Academy District","Physical Address Line 1":"8030 Atherton St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602111","School District Name":"Center for Advanced Learning District","Physical Address Line 1":"4016 S. Central Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602110","School District Name":"School for Entrepreneurship and Technology District","Physical Address Line 1":"3540 Aero Ct.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92123","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602109","School District Name":"John Muir Charter District","Physical Address Line 1":"117 New Mohawk Rd. Ste. F","Physical Address Line 2":"","Physical Address City":"Nevada City","Physical Address State":"CA ","Physical Address Zipcode":"95959","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602108","School District Name":"San Diego Workforce Innovation High District","Physical Address Line 1":"2 Euclid Ave.","Physical Address Line 2":"Ste. A","Physical Address City":"National City","Physical Address State":"CA ","Physical Address Zipcode":"91950","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602106","School District Name":"Museum District","Physical Address Line 1":"211 Maple St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92103","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602105","School District Name":"Animo Westside Charter Middle District","Physical Address Line 1":"5456 McConnell Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90066","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602104","School District Name":"Escalon Charter Academy District","Physical Address Line 1":"1520 Yosemite Ave.","Physical Address Line 2":"","Physical Address City":"Escalon","Physical Address State":"CA ","Physical Address Zipcode":"95320","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602103","School District Name":"City Arts and Tech High District","Physical Address Line 1":"325 La Grande Ave.","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94112","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602102","School District Name":"PUC Excel Charter Academy District","Physical Address Line 1":"1855 N. Main St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90031","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602101","School District Name":"Santa Rosa Academy District","Physical Address Line 1":"27587 La Piedra Rd.","Physical Address Line 2":"","Physical Address City":"Menifee","Physical Address State":"CA ","Physical Address Zipcode":"92584","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602100","School District Name":"Alpine Union Elementary","Physical Address Line 1":"2001 Tavern Rd","Physical Address Line 2":"","Physical Address City":"Alpine","Physical Address State":"CA ","Physical Address Zipcode":"91901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06057781919850885,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602099","School District Name":"Ivy Bound Acad of Math Sci and Tech Charter Mid District","Physical Address Line 1":"15355 Morrison St.","Physical Address Line 2":"","Physical Address City":"Sherman Oaks","Physical Address State":"CA ","Physical Address Zipcode":"91403","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602098","School District Name":"Literacy First Charter District","Physical Address Line 1":"799 E. Washington Ave.","Physical Address Line 2":"","Physical Address City":"El Cajon","Physical Address State":"CA ","Physical Address Zipcode":"92020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602097","School District Name":"High Tech Elementary Chula Vista District","Physical Address Line 1":"1949 Discovery Falls Dr.","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91915","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602096","School District Name":"Animo Florence-Firestone Charter Middle District","Physical Address Line 1":"8255 Beach St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602095","School District Name":"Aspire Summit Charter Academy District","Physical Address Line 1":"2036 E. Hatch Rd.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95351","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602094","School District Name":"St. HOPE Public School 7 District","Physical Address Line 1":"5201 Strawberry Ln.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95820","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602093","School District Name":"Bert Corona Charter District","Physical Address Line 1":"9400 Remick Ave.","Physical Address Line 2":"","Physical Address City":"Pacoima","Physical Address State":"CA ","Physical Address Zipcode":"91331","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602092","School District Name":"Alain Leroy Locke College Preparatory Academy District","Physical Address Line 1":"325 E. 111th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90061","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602091","School District Name":"Grimmway Academy Shafter District","Physical Address Line 1":"471 W. Los Angeles St.","Physical Address Line 2":"","Physical Address City":"Shafter","Physical Address State":"CA ","Physical Address Zipcode":"93263","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602090","School District Name":"Learning by Design Charter District","Physical Address Line 1":"7019 S. Van Ness Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90047","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602089","School District Name":"River Springs Charter District","Physical Address Line 1":"27740 Jefferson Ave.","Physical Address Line 2":"","Physical Address City":"Temecula","Physical Address State":"CA ","Physical Address Zipcode":"92590","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602088","School District Name":"Pathways Charter District","Physical Address Line 1":"150 Professional Center Dr. Ste. C","Physical Address Line 2":"","Physical Address City":"Rohnert Park","Physical Address State":"CA ","Physical Address Zipcode":"94928","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602087","School District Name":"Rocketship Spark Academy District","Physical Address Line 1":"683 Sylvandale Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602085","School District Name":"Everest Value District","Physical Address Line 1":"668 S. Catalina St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90005","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602084","School District Name":"Temecula Preparatory District","Physical Address Line 1":"35777 Abelia St.","Physical Address Line 2":"","Physical Address City":"Winchester","Physical Address State":"CA ","Physical Address Zipcode":"92596","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602083","School District Name":"University Preparatory Value High District","Physical Address Line 1":"1929 W. Pico Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90006","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602082","School District Name":"PUC Inspire Charter Academy District","Physical Address Line 1":"12550 Van Nuys Blvd.","Physical Address Line 2":"","Physical Address City":"Pacoima","Physical Address State":"CA ","Physical Address Zipcode":"91331","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602081","School District Name":"Community Outreach Academy District","Physical Address Line 1":"5637 Skvarla Ave.","Physical Address Line 2":"","Physical Address City":"McClellan","Physical Address State":"CA ","Physical Address Zipcode":"95652","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602080","School District Name":"Journey District","Physical Address Line 1":"27102 Foxborough","Physical Address Line 2":"","Physical Address City":"Aliso Viejo","Physical Address State":"CA ","Physical Address Zipcode":"92656","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602079","School District Name":"Diego Hills Central Public Charter District","Physical Address Line 1":"4348 54th St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602078","School District Name":"Synergy Kinetic Academy District","Physical Address Line 1":"1420 E. Adams Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602077","School District Name":"Camino Nuevo Elementary School #3 District","Physical Address Line 1":"1723 Cordova St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90007","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602076","School District Name":"Environmental Charter High District","Physical Address Line 1":"16315 Grevillea Ave.","Physical Address Line 2":"","Physical Address City":"Lawndale","Physical Address State":"CA ","Physical Address Zipcode":"90260","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602075","School District Name":"Hawking S.T.E.A.M. Charter District","Physical Address Line 1":"489 E St.","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91910","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602074","School District Name":"Aveson School of Leaders District","Physical Address Line 1":"1919 E. Pinecrest Dr.","Physical Address Line 2":"","Physical Address City":"Altadena","Physical Address State":"CA ","Physical Address Zipcode":"91001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602073","School District Name":"Highland Academy District","Physical Address Line 1":"715 Wellwood Ave.","Physical Address Line 2":"","Physical Address City":"Beaumont","Physical Address State":"CA ","Physical Address Zipcode":"92223","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602072","School District Name":"Alder Grove Charter School 2 District","Physical Address Line 1":"714 F St.","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"CA ","Physical Address Zipcode":"95501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602071","School District Name":"Chula Vista Learning Community Charter District","Physical Address Line 1":"590 K St.","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91911","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602070","School District Name":"Alpine County Unified","Physical Address Line 1":"43 Hawkside Dr.","Physical Address Line 2":"","Physical Address City":"Markleeville","Physical Address State":"CA ","Physical Address Zipcode":"96120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19753086419753085,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602069","School District Name":"Aspire Benjamin Holt Middle District","Physical Address Line 1":"3293 E. Morada Ln.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602068","School District Name":"Temecula Valley Charter District","Physical Address Line 1":"35755 Abelia St.","Physical Address Line 2":"","Physical Address City":"Winchester","Physical Address State":"CA ","Physical Address Zipcode":"92596","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602067","School District Name":"Golden Gate Community District","Physical Address Line 1":"1111 Stoneman Ave.","Physical Address Line 2":"","Physical Address City":"Pittsburg","Physical Address State":"CA ","Physical Address Zipcode":"94565","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602065","School District Name":"Sacramento Valley Charter District","Physical Address Line 1":"2399 Sellers Way","Physical Address Line 2":"","Physical Address City":"West Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95691","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602064","School District Name":"Voices College-Bound Language ACAD at Mt. Pleasant District","Physical Address Line 1":"14271 Story Rd.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602063","School District Name":"Ingenium Clarion Charter Middle District","Physical Address Line 1":"13305 S. San Pedro St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90061","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602062","School District Name":"Blue Ridge Academy District","Physical Address Line 1":"955 Stanislaus St.","Physical Address Line 2":"","Physical Address City":"Maricopa","Physical Address State":"CA ","Physical Address Zipcode":"93252","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602061","School District Name":"High Tech High Chula Vista District","Physical Address Line 1":"1945 Discovery Falls Dr.","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91915","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602060","School District Name":"iLEAD Lancaster Charter District","Physical Address Line 1":"254 E. Ave. K-4","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"CA ","Physical Address Zipcode":"93535","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602059","School District Name":"Aspire Rosa Parks Academy District","Physical Address Line 1":"1930 S. D St.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602058","School District Name":"Union Street Charter District","Physical Address Line 1":"470 Union St.","Physical Address Line 2":"","Physical Address City":"Arcata","Physical Address State":"CA ","Physical Address Zipcode":"95521","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602057","School District Name":"STREAM Charter District","Physical Address Line 1":"455 E. Oro Dam Blvd. E.","Physical Address Line 2":"","Physical Address City":"Oroville","Physical Address State":"CA ","Physical Address Zipcode":"95965","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602056","School District Name":"KIPP Philosophers Academy District","Physical Address Line 1":"8300 S. Central Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602055","School District Name":"Paragon Collegiate Academy District","Physical Address Line 1":"1608 Sampson St.","Physical Address Line 2":"","Physical Address City":"Marysville","Physical Address State":"CA ","Physical Address Zipcode":"95901","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602054","School District Name":"Thomas Edison Charter Academy District","Physical Address Line 1":"3531 22nd St.","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602053","School District Name":"Maria Montessori Charter Academy District","Physical Address Line 1":"1850 Wildcat Blvd.","Physical Address Line 2":"","Physical Address City":"Rocklin","Physical Address State":"CA ","Physical Address Zipcode":"95765","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602052","School District Name":"Animo Leadership High District","Physical Address Line 1":"11044 S. Freeman Ave.","Physical Address Line 2":"","Physical Address City":"Inglewood","Physical Address State":"CA ","Physical Address Zipcode":"90301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602051","School District Name":"Samueli Academy District","Physical Address Line 1":"1901 N. Fairview St.","Physical Address Line 2":"","Physical Address City":"Santa Ana","Physical Address State":"CA ","Physical Address Zipcode":"92706","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602050","School District Name":"Citizens of the World Charter School Hollywood District","Physical Address Line 1":"1316 N. Bronson Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90028","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602049","School District Name":"High Tech Elementary Mesa District","Physical Address Line 1":"5331 Mt. Alifan Dr.","Physical Address Line 2":"Bldg. 200","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602048","School District Name":"Grace Hopper STEM Academy District","Physical Address Line 1":"601 Grace Ave.","Physical Address Line 2":"","Physical Address City":"Inglewood","Physical Address State":"CA ","Physical Address Zipcode":"90301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602047","School District Name":"KIPP San Jose Collegiate District","Physical Address Line 1":"1790 Edal Park Dr.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95133","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602046","School District Name":"Aspire Berkley Maynard Academy District","Physical Address Line 1":"6200 San Pablo Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94608","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602045","School District Name":"STEM Preparatory Elementary District","Physical Address Line 1":"1374 W. 35th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90007","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602044","School District Name":"Desert Trails Preparatory Academy District","Physical Address Line 1":"14350 Bellflower Rd.","Physical Address Line 2":"","Physical Address City":"Adelanto","Physical Address State":"CA ","Physical Address Zipcode":"92301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602043","School District Name":"Ednovate - Legacy College Prep. District","Physical Address Line 1":"1500 17th St.","Physical Address Line 2":"","Physical Address City":"Santa Ana","Physical Address State":"CA ","Physical Address Zipcode":"92705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602042","School District Name":"Olive Grove Charter - Orcutt/Santa Maria District","Physical Address Line 1":"5075 Bradley Rd.","Physical Address Line 2":"Ste. 234","Physical Address City":"Orcutt","Physical Address State":"CA ","Physical Address Zipcode":"93455","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602041","School District Name":"KIPP Vida Preparatory Academy District","Physical Address Line 1":"4410 S. Budlong Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602040","School District Name":"NOVA Academy - Coachella District","Physical Address Line 1":"52-780 Frederick St.","Physical Address Line 2":"","Physical Address City":"Coachella","Physical Address State":"CA ","Physical Address Zipcode":"92236","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602039","School District Name":"Golden Eagle Charter District","Physical Address Line 1":"2405 S. Mount Shasta Blvd.","Physical Address Line 2":"","Physical Address City":"Mount Shasta","Physical Address State":"CA ","Physical Address Zipcode":"96067","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602038","School District Name":"Luis Valdez Leadership Academy District","Physical Address Line 1":"1855 Lucretia Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602037","School District Name":"Invictus Academy of Richmond District","Physical Address Line 1":"1121 Allview Ave.","Physical Address Line 2":"","Physical Address City":"El Sobrante","Physical Address State":"CA ","Physical Address Zipcode":"94803","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602036","School District Name":"Eleanor Roosevelt Community Learning Center District","Physical Address Line 1":"31191 Rd. 180","Physical Address Line 2":"","Physical Address City":"Visalia","Physical Address State":"CA ","Physical Address Zipcode":"93292","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602035","School District Name":"Pacific Springs Charter District","Physical Address Line 1":"1615 Mater Dei Dr.","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91913","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602034","School District Name":"Gateway International District","Physical Address Line 1":"900 Morse Ave.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95864","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602032","School District Name":"Global Education Academy 2 District","Physical Address Line 1":"1717 Seventh Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90019","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602030","School District Name":"KIPP Excelencia Community Preparatory District","Physical Address Line 1":"2950 Fair Oaks Ave.","Physical Address Line 2":"","Physical Address City":"Redwood City","Physical Address State":"CA ","Physical Address Zipcode":"94063","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602028","School District Name":"Santa Cruz County Career Advancement Charter District","Physical Address Line 1":"229 Green Valley Rd.","Physical Address Line 2":"","Physical Address City":"Freedom","Physical Address State":"CA ","Physical Address Zipcode":"95076","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602027","School District Name":"Antioch Charter Academy District","Physical Address Line 1":"3325 Hacienda Way","Physical Address Line 2":"","Physical Address City":"Antioch","Physical Address State":"CA ","Physical Address Zipcode":"94509","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602026","School District Name":"Summit Public School: Tamalpais District","Physical Address Line 1":"3020 Hilltop Mall Rd.","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"CA ","Physical Address Zipcode":"94806","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602025","School District Name":"Ivy Academia District","Physical Address Line 1":"5975 Shoup Ave.","Physical Address Line 2":"","Physical Address City":"Woodland Hills","Physical Address State":"CA ","Physical Address Zipcode":"91367","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602024","School District Name":"La Vida Charter District","Physical Address Line 1":"16201 N. Highway 101","Physical Address Line 2":"","Physical Address City":"Willits","Physical Address State":"CA ","Physical Address Zipcode":"95490","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602023","School District Name":"Ingenium Charter District","Physical Address Line 1":"22250 Elkwood St.","Physical Address Line 2":"","Physical Address City":"Canoga Park","Physical Address State":"CA ","Physical Address Zipcode":"91304","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602022","School District Name":"Camarillo Academy of Progressive Education District","Physical Address Line 1":"777 Aileen St.","Physical Address Line 2":"","Physical Address City":"Camarillo","Physical Address State":"CA ","Physical Address Zipcode":"93010","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602021","School District Name":"Sierra Academy of Expeditionary Learning District","Physical Address Line 1":"505 Main St.","Physical Address Line 2":"","Physical Address City":"Nevada City","Physical Address State":"CA ","Physical Address Zipcode":"95959","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602020","School District Name":"KIPP Los Angeles College Preparatory District","Physical Address Line 1":"2810 Whittier Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90023","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602019","School District Name":"Jardin de la Infancia District","Physical Address Line 1":"307 E. Seventh St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90014","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602018","School District Name":"Barack Obama Charter District","Physical Address Line 1":"13305 S. San Pedro St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90061","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602017","School District Name":"KIPP Promesa Prep District","Physical Address Line 1":"207 S. Dacotah St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90063","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602016","School District Name":"Oxford Day Academy District","Physical Address Line 1":"1001 Beech St.","Physical Address Line 2":"","Physical Address City":"East Palo Alto","Physical Address State":"CA ","Physical Address Zipcode":"94303","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602015","School District Name":"King-Chavez Primary Academy District","Physical Address Line 1":"415 31st St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602014","School District Name":"Nord Country District","Physical Address Line 1":"5554 CA St.","Physical Address Line 2":"","Physical Address City":"Chico","Physical Address State":"CA ","Physical Address Zipcode":"95973","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602013","School District Name":"Yu Ming Charter District","Physical Address Line 1":"1086 Alcatraz Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94608","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602012","School District Name":"Golden Valley Charter District","Physical Address Line 1":"3585 Maple St. Ste. 101","Physical Address Line 2":"","Physical Address City":"Ventura","Physical Address State":"CA ","Physical Address Zipcode":"93003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602011","School District Name":"UNIV Preparation Charter SCH @ CSU Channel Islands District","Physical Address Line 1":"1099 Bedford Dr.","Physical Address Line 2":"","Physical Address City":"Camarillo","Physical Address State":"CA ","Physical Address Zipcode":"93010","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602010","School District Name":"Alpaugh Unified","Physical Address Line 1":"5313 Rd. 39","Physical Address Line 2":"","Physical Address City":"Alpaugh","Physical Address State":"CA ","Physical Address Zipcode":"93201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26861702127659576,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602009","School District Name":"Sycamore Academy of Science and Cultural Arts District","Physical Address Line 1":"23151 Palomar St.","Physical Address Line 2":"","Physical Address City":"Wildomar","Physical Address State":"CA ","Physical Address Zipcode":"92595","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602008","School District Name":"Gateway College and Career Academy District","Physical Address Line 1":"4800 Magnolia Ave.","Physical Address Line 2":"","Physical Address City":"Riverside","Physical Address State":"CA ","Physical Address Zipcode":"92506","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602007","School District Name":"Pasadena Rosebud Academy District","Physical Address Line 1":"3544 N. Canon Blvd.","Physical Address Line 2":"","Physical Address City":"Altadena","Physical Address State":"CA ","Physical Address Zipcode":"91001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602006","School District Name":"Northwest Prep Charter District","Physical Address Line 1":"2590 Piner Rd.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602005","School District Name":"Julian Charter District","Physical Address Line 1":"1704 Cape Horn","Physical Address Line 2":"","Physical Address City":"Julian","Physical Address State":"CA ","Physical Address Zipcode":"92036","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0602004","School District Name":"Ednovate - Esperanza College Prep District","Physical Address Line 1":"319 N. Humphreys Ave.","Physical Address Line 2":"","Physical Address City":"East Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602003","School District Name":"Natomas Charter District","Physical Address Line 1":"4600 Blackrock Dr.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95835","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602002","School District Name":"Old Town Academy K-8 Charter District","Physical Address Line 1":"2120 San Diego Ave.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92110","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602001","School District Name":"NextGeneration STEAM Academy District","Physical Address Line 1":"18001 Commercial St.","Physical Address Line 2":"","Physical Address City":"Lathrop","Physical Address State":"CA ","Physical Address Zipcode":"95330","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0602000","School District Name":"Camino Nuevo High #2 District","Physical Address Line 1":"3500 W. Temple St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601999","School District Name":"Three Rivers Charter District","Physical Address Line 1":"1211 Del Mar Dr. #301","Physical Address Line 2":"","Physical Address City":"Fort Bragg","Physical Address State":"CA ","Physical Address Zipcode":"95437","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601998","School District Name":"Five Keys Charter (SF Sheriff's) District","Physical Address Line 1":"1 Moreland Dr.","Physical Address Line 2":"","Physical Address City":"San Bruno","Physical Address State":"CA ","Physical Address Zipcode":"94066","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601997","School District Name":"Monarch Learning Center District","Physical Address Line 1":"5307 Cedars Rd.","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601996","School District Name":"Yuba City Charter District","Physical Address Line 1":"256 Wilbur Ave.","Physical Address Line 2":"","Physical Address City":"Yuba City","Physical Address State":"CA ","Physical Address Zipcode":"95991","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601995","School District Name":"Redwood Preparatory Charter District","Physical Address Line 1":"1480 Ross Hill Rd.","Physical Address Line 2":"","Physical Address City":"Fortuna","Physical Address State":"CA ","Physical Address Zipcode":"95540","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601994","School District Name":"Aspire ERES Academy District","Physical Address Line 1":"1936 Ct.land Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601993","School District Name":"Voices College-Bound Language Academy District","Physical Address Line 1":"715 Hellyer Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601992","School District Name":"Leonardo da Vinci Health Sciences Charter District","Physical Address Line 1":"229 E. Naples","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91911","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601991","School District Name":"Dimensions Collaborative District","Physical Address Line 1":"1441 Montiel Rd. Ste. 143","Physical Address Line 2":"","Physical Address City":"Escondido","Physical Address State":"CA ","Physical Address Zipcode":"92026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601990","School District Name":"California Virtual Academy @ San Joaquin District","Physical Address Line 1":"50 Moreland Rd.","Physical Address Line 2":"","Physical Address City":"Simi Valley","Physical Address State":"CA ","Physical Address Zipcode":"93065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601989","School District Name":"All Tribes Charter District","Physical Address Line 1":"34320 Valley Center Rd.","Physical Address Line 2":"","Physical Address City":"Valley Center","Physical Address State":"CA ","Physical Address Zipcode":"92082","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601988","School District Name":"MAAC Community Charter District","Physical Address Line 1":"1385 Third Ave.","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91911","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601987","School District Name":"National University Academy 1001 STEAM District","Physical Address Line 1":"3678 Aero Ct.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92123","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601986","School District Name":"John Adams Academy - Lincoln District","Physical Address Line 1":"1797 Bella Breeze Dr.","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"CA ","Physical Address Zipcode":"95648","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601983","School District Name":"Camino Polytechnic District","Physical Address Line 1":"3060 Snows Rd.","Physical Address Line 2":"","Physical Address City":"Camino","Physical Address State":"CA ","Physical Address Zipcode":"95709","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601982","School District Name":"Golden Valley Tahoe District","Physical Address Line 1":"908 N.star Dr.","Physical Address Line 2":"","Physical Address City":"Truckee","Physical Address State":"CA ","Physical Address Zipcode":"96161","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601980","School District Name":"Allensworth Elementary","Physical Address Line 1":"3320 Young Rd.","Physical Address Line 2":"","Physical Address City":"Allensworth","Physical Address State":"CA ","Physical Address Zipcode":"93219","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3917525773195876,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601979","School District Name":"Delta Elementary Charter District","Physical Address Line 1":"36230 N. Sch St.","Physical Address Line 2":"","Physical Address City":"Clarksburg","Physical Address State":"CA ","Physical Address Zipcode":"95612","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601978","School District Name":"Stone Bridge District","Physical Address Line 1":"1680 Los Carneros Way","Physical Address Line 2":"","Physical Address City":"Napa","Physical Address State":"CA ","Physical Address Zipcode":"94558","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601977","School District Name":"Knowledge Enlightens You (KEY) Academy District","Physical Address Line 1":"1570 Ward St.","Physical Address Line 2":"","Physical Address City":"Hayward","Physical Address State":"CA ","Physical Address Zipcode":"94541","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601976","School District Name":"CA Montessori Project-Shingle Springs Campus District","Physical Address Line 1":"4645 Buckeye Rd.","Physical Address Line 2":"","Physical Address City":"Shingle Springs","Physical Address State":"CA ","Physical Address Zipcode":"95682","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601975","School District Name":"Clarksville Charter District","Physical Address Line 1":"5049 Robert J. Mathews Pkwy.","Physical Address Line 2":"","Physical Address City":"El Dorado Hills","Physical Address State":"CA ","Physical Address Zipcode":"95762","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601974","School District Name":"Vox Collegiate of Los Angeles District","Physical Address Line 1":"1100 W. Manchester Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90044","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601973","School District Name":"Da Vinci Design District","Physical Address Line 1":"12501 Isis Ave.","Physical Address Line 2":"","Physical Address City":"Hawthorne","Physical Address State":"CA ","Physical Address Zipcode":"90250","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601972","School District Name":"Woodland Star Charter District","Physical Address Line 1":"17811 Arnold Dr.","Physical Address Line 2":"","Physical Address City":"Sonoma","Physical Address State":"CA ","Physical Address Zipcode":"95476","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601971","School District Name":"Oakland Military InstituteCollege Preparatory ACAD District","Physical Address Line 1":"3877 Lusk St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94608","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601970","School District Name":"Taylion High Desert Academy/Adelanto District","Physical Address Line 1":"11336 Bartlett Ave.","Physical Address Line 2":"Ste. 9","Physical Address City":"Adelanto","Physical Address State":"CA ","Physical Address Zipcode":"92301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601969","School District Name":"John Adams Academy - El Dorado Hills District","Physical Address Line 1":"1102 Investment Blvd.","Physical Address Line 2":"","Physical Address City":"El Dorado Hills","Physical Address State":"CA ","Physical Address Zipcode":"95762","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601968","School District Name":"Ednovate - East College Prep District","Physical Address Line 1":"3825 N. Mission Rd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90031","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601967","School District Name":"LPS Oakland R & D Campus District","Physical Address Line 1":"8601 MacArthur Blvd. Bldg. 100","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601966","School District Name":"Excelsior Charter School Corona-Norco District","Physical Address Line 1":"1400 Fullerton Ave.","Physical Address Line 2":"","Physical Address City":"Corona","Physical Address State":"CA ","Physical Address Zipcode":"92879","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601965","School District Name":"Soleil Academy Charter District","Physical Address Line 1":"3900 Agnes Ave.","Physical Address Line 2":"","Physical Address City":"Lynwood","Physical Address State":"CA ","Physical Address Zipcode":"90262","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601964","School District Name":"iQ Academy California-Los Angeles District","Physical Address Line 1":"50 Moreland Rd.","Physical Address Line 2":"","Physical Address City":"Simi Valley","Physical Address State":"CA ","Physical Address Zipcode":"93065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601963","School District Name":"Venture Academy District","Physical Address Line 1":"2829 Transworld Dr.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601962","School District Name":"Oxford Preparatory Academy - South Orange County District","Physical Address Line 1":"23000 Via Santa Maria","Physical Address Line 2":"","Physical Address City":"Mission Viejo","Physical Address State":"CA ","Physical Address Zipcode":"92692","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601961","School District Name":"Pacific Coast Academy District","Physical Address Line 1":"13915 Danielson St. #103","Physical Address Line 2":"","Physical Address City":"Poway","Physical Address State":"CA ","Physical Address Zipcode":"92064","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601960","School District Name":"Animo James B. Taylor Charter Middle District","Physical Address Line 1":"810 E. 111th Pl.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90059","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601959","School District Name":"Pacoima Charter Elementary District","Physical Address Line 1":"11016 Norris Ave.","Physical Address Line 2":"","Physical Address City":"Pacoima","Physical Address State":"CA ","Physical Address Zipcode":"91331","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601958","School District Name":"Libertas College Preparatory Charter District","Physical Address Line 1":"3875 Dublin Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90008","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601957","School District Name":"KIPP San Francisco College Preparatory District","Physical Address Line 1":"1195 Hudson Ave.","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601956","School District Name":"Elite ACAD Academy - Adult Work Force Investment District","Physical Address Line 1":"8560 Aliento Rd.","Physical Address Line 2":"","Physical Address City":"Lucerne Valley","Physical Address State":"CA ","Physical Address Zipcode":"92356","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601955","School District Name":"Lashon Academy District","Physical Address Line 1":"7477 Kester Ave.","Physical Address Line 2":"","Physical Address City":"Van Nuys","Physical Address State":"CA ","Physical Address Zipcode":"91405","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601954","School District Name":"National University Academy Dual Language Institute District","Physical Address Line 1":"2030 Univ Dr.","Physical Address Line 2":"","Physical Address City":"Vista","Physical Address State":"CA ","Physical Address Zipcode":"92803","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601953","School District Name":"Valley International Preparatory High District","Physical Address Line 1":"10027 Lurline Ave.","Physical Address Line 2":"","Physical Address City":"Chatsworth","Physical Address State":"CA ","Physical Address Zipcode":"91311","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601952","School District Name":"Today's Fresh Start-Compton District","Physical Address Line 1":"4476 Crenshaw Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601950","School District Name":"Alisal Union","Physical Address Line 1":"155 Bardin Rd.","Physical Address Line 2":"","Physical Address City":"Salinas","Physical Address State":"CA ","Physical Address Zipcode":"93905","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.19522857856607545,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0601948","School District Name":"GOALS Academy District","Physical Address Line 1":"412 W. Carl Karcher Way","Physical Address Line 2":"","Physical Address City":"Anaheim","Physical Address State":"CA ","Physical Address Zipcode":"92801","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601947","School District Name":"Empower Generations District","Physical Address Line 1":"43301 Division St. Ste. 305","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"CA ","Physical Address Zipcode":"93535","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601946","School District Name":"Rise Kohyang High District","Physical Address Line 1":"600 S. Lafayette Park Pl.","Physical Address Line 2":"Third Fl.","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90057","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601945","School District Name":"Palmdale Aerospace Academy District","Physical Address Line 1":"3300 E. Palmdale Blvd.","Physical Address Line 2":"","Physical Address City":"Palmdale","Physical Address State":"CA ","Physical Address Zipcode":"93550","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601944","School District Name":"Equitas Academy #3 Charter District","Physical Address Line 1":"1050 Beacon Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90015","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601943","School District Name":"Almond Acres Charter Academy District","Physical Address Line 1":"1601 L St.","Physical Address Line 2":"","Physical Address City":"San Miguel","Physical Address State":"CA ","Physical Address Zipcode":"93451","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601942","School District Name":"Northcoast Preparatory and Performing Arts Academy District","Physical Address Line 1":"1761 11th St.","Physical Address Line 2":"","Physical Address City":"Arcata","Physical Address State":"CA ","Physical Address Zipcode":"95521","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601941","School District Name":"Ipakanni Early College Charter District","Physical Address Line 1":"1459 Downer St.","Physical Address Line 2":"","Physical Address City":"Oroville","Physical Address State":"CA ","Physical Address Zipcode":"95966","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601940","School District Name":"Grossmont Secondary District","Physical Address Line 1":"111 Fletcher Pkwy.","Physical Address Line 2":"","Physical Address City":"El Cajon","Physical Address State":"CA ","Physical Address Zipcode":"92020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601939","School District Name":"Arts in Action Community Middle District","Physical Address Line 1":"745 S. Kern Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601938","School District Name":"Trivium Charter School Voyage District","Physical Address Line 1":"4597 Hollister Dr.","Physical Address Line 2":"","Physical Address City":"Santa Barbara","Physical Address State":"CA ","Physical Address Zipcode":"93110","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601937","School District Name":"Lighthouse Community Charter District","Physical Address Line 1":"444 Hegenberger St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94621","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601936","School District Name":"Novato Charter District","Physical Address Line 1":"940 C St.","Physical Address Line 2":"","Physical Address City":"Novato","Physical Address State":"CA ","Physical Address Zipcode":"94949","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601935","School District Name":"Mojave River Academy - National Trails District","Physical Address Line 1":"851 S. Mt. Vernon","Physical Address Line 2":"","Physical Address City":"Colton","Physical Address State":"CA ","Physical Address Zipcode":"92324","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601934","School District Name":"Alliance Judy Ivie Burton Technology Academy High District","Physical Address Line 1":"10101 S. BRd.way","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601933","School District Name":"Primary Charter District","Physical Address Line 1":"51 E. Beverly Pl.","Physical Address Line 2":"","Physical Address City":"Tracy","Physical Address State":"CA ","Physical Address Zipcode":"95376","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601932","School District Name":"Latino College Preparatory Academy District","Physical Address Line 1":"14271 Story Rd.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601931","School District Name":"Ridgecrest Elem Acad for Language Music and Sci District","Physical Address Line 1":"325 S. Downs St.","Physical Address Line 2":"","Physical Address City":"Ridgecrest","Physical Address State":"CA ","Physical Address Zipcode":"93555","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601929","School District Name":"JCS - Mountain Oaks District","Physical Address Line 1":"539 Encinitas Blvd.","Physical Address Line 2":"","Physical Address City":"Encinitas","Physical Address State":"CA ","Physical Address Zipcode":"92024","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601928","School District Name":"Integrity Charter District","Physical Address Line 1":"701 National City Blvd.","Physical Address Line 2":"","Physical Address City":"National City","Physical Address State":"CA ","Physical Address Zipcode":"91950","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601927","School District Name":"Phoenix Charter Academy District","Physical Address Line 1":"2195 Larkspur Ln.","Physical Address Line 2":"Ste. 100","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96002","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601926","School District Name":"Alliance Dr. Olga Mohan High District","Physical Address Line 1":"644 W. 17th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90015","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601925","School District Name":"Anahuacalmecac International Univ Prep N. America District","Physical Address Line 1":"4736 Hntngtn Dr. S.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90032","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601924","School District Name":"Olivet Elementary Charter District","Physical Address Line 1":"1825 Willowside Rd.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601923","School District Name":"N.E.W. Academy of Science and Arts District","Physical Address Line 1":"379 S. Loma Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601922","School District Name":"Redwood Coast Montessori District","Physical Address Line 1":"1611 Peninsula Dr.","Physical Address Line 2":"","Physical Address City":"Manila","Physical Address State":"CA ","Physical Address Zipcode":"95521","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601921","School District Name":"Voices College-Bound Lang Acad @ W. Contra Costa Co District","Physical Address Line 1":"1575 Mann Dr.","Physical Address Line 2":"","Physical Address City":"Pinole","Physical Address State":"CA ","Physical Address Zipcode":"94564","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601920","School District Name":"KIPP Corazon Academy District","Physical Address Line 1":"9325 Long Beach Blvd.","Physical Address Line 2":"","Physical Address City":"South Gate","Physical Address State":"CA ","Physical Address Zipcode":"90280","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601919","School District Name":"Ballington Acad for Arts & Scis - San Bernardino District","Physical Address Line 1":"799 E. Rialto Ave.","Physical Address Line 2":"","Physical Address City":"San Bernardino","Physical Address State":"CA ","Physical Address Zipcode":"92408","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601918","School District Name":"ICEF Vista Middle Academy District","Physical Address Line 1":"4471 Inglewood Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90066","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601917","School District Name":"Our Community Charter District","Physical Address Line 1":"10045 Jumilla Ave.","Physical Address Line 2":"","Physical Address City":"Chatsworth","Physical Address State":"CA ","Physical Address Zipcode":"91311","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601916","School District Name":"Willits Charter District","Physical Address Line 1":"1431 S. Main St.","Physical Address Line 2":"","Physical Address City":"Willits","Physical Address State":"CA ","Physical Address Zipcode":"95490","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601915","School District Name":"Odyssey Charter District","Physical Address Line 1":"725 W. Altadena Dr.","Physical Address Line 2":"","Physical Address City":"Altadena","Physical Address State":"CA ","Physical Address Zipcode":"91001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601914","School District Name":"California School of the Arts - San Gabriel Valley District","Physical Address Line 1":"1401 Highland Ave.","Physical Address Line 2":"","Physical Address City":"Duarte","Physical Address State":"CA ","Physical Address Zipcode":"91010","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601913","School District Name":"Charter School of Morgan Hill District","Physical Address Line 1":"9530 Monterey Rd.","Physical Address Line 2":"","Physical Address City":"Morgan Hill","Physical Address State":"CA ","Physical Address Zipcode":"95037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601912","School District Name":"Summit Public School K2 District","Physical Address Line 1":"1800 Elm St.","Physical Address Line 2":"","Physical Address City":"El Cerrito","Physical Address State":"CA ","Physical Address Zipcode":"94530","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601911","School District Name":"Academy for Academic Excellence District","Physical Address Line 1":"17500 Mana Rd.","Physical Address Line 2":"","Physical Address City":"Apple Valley","Physical Address State":"CA ","Physical Address Zipcode":"92307","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601909","School District Name":"Northern United - Humboldt Charter District","Physical Address Line 1":"2020 Campton Rd.","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"CA ","Physical Address Zipcode":"95503","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601908","School District Name":"River Oaks Academy District","Physical Address Line 1":"920 Hampshire Rd. Ste. X","Physical Address Line 2":"","Physical Address City":"Westlake Village","Physical Address State":"CA ","Physical Address Zipcode":"91361","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601907","School District Name":"Downtown Value District","Physical Address Line 1":"950 W. Washington Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90015","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601906","School District Name":"Escuela Popular Accelerated Family Learning District","Physical Address Line 1":"149 N. White Rd.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601905","School District Name":"PUC Milagro Charter District","Physical Address Line 1":"1855 N. Main St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90031","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601904","School District Name":"Larchmont Charter District","Physical Address Line 1":"1265 N. Fairfax Ave.","Physical Address Line 2":"","Physical Address City":"West Hollywood","Physical Address State":"CA ","Physical Address Zipcode":"90046","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601903","School District Name":"Children's Community Charter District","Physical Address Line 1":"6830 Pentz Rd","Physical Address Line 2":"","Physical Address City":"Paradise","Physical Address State":"CA ","Physical Address Zipcode":"95969","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601902","School District Name":"El Camino Real Charter High District","Physical Address Line 1":"5440 Valley Cir. Blvd.","Physical Address Line 2":"","Physical Address City":"Woodland Hills","Physical Address State":"CA ","Physical Address Zipcode":"91367","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601901","School District Name":"East Palo Alto Academy District","Physical Address Line 1":"1050 Myrtle St.","Physical Address Line 2":"","Physical Address City":"East Palo Alto","Physical Address State":"CA ","Physical Address Zipcode":"94303","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601900","School District Name":"Alliance Piera Barbaglia Shaheen HLT SRVs Academy District","Physical Address Line 1":"8515 Kansas Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90044","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601899","School District Name":"Animo Ralph Bunche Charter High District","Physical Address Line 1":"1655 E. 27th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601898","School District Name":"Vaughn Next Century Learning Center District","Physical Address Line 1":"13330 Vaughn St.","Physical Address Line 2":"","Physical Address City":"San Fernando","Physical Address State":"CA ","Physical Address Zipcode":"91340","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601897","School District Name":"Scale Leadership Academy - East District","Physical Address Line 1":"295 N. First St.","Physical Address Line 2":"","Physical Address City":"Blythe","Physical Address State":"CA ","Physical Address Zipcode":"92225","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601896","School District Name":"Albert Einstein Academy Charter Middle District","Physical Address Line 1":"458 26th St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601895","School District Name":"Forest Ranch Charter District","Physical Address Line 1":"15815 Cedar Creek Rd.","Physical Address Line 2":"","Physical Address City":"Forest Ranch","Physical Address State":"CA ","Physical Address Zipcode":"95942","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601894","School District Name":"Santiago Middle District","Physical Address Line 1":"515 N. Rancho Santiago Blvd.","Physical Address Line 2":"","Physical Address City":"Orange","Physical Address State":"CA ","Physical Address Zipcode":"92869","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601893","School District Name":"San Diego Virtual District","Physical Address Line 1":"2878 Camino Del Rio S. Ste. 410","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601892","School District Name":"Leadership Public Schools: Richmond District","Physical Address Line 1":"880 Bissell Ave.","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"CA ","Physical Address Zipcode":"94801","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601891","School District Name":"High Tech High International District","Physical Address Line 1":"2855 Farragut Rd.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601890","School District Name":"Alexander Valley Union Elementary","Physical Address Line 1":"8511 Highway 128","Physical Address Line 2":"","Physical Address City":"Healdsburg","Physical Address State":"CA ","Physical Address Zipcode":"95448","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0601889","School District Name":"Stella Middle Charter Academy District","Physical Address Line 1":"4301 W. MLK Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601888","School District Name":"Discovery Charter District","Physical Address Line 1":"51 E. Beverly Pl.","Physical Address Line 2":"","Physical Address City":"Tracy","Physical Address State":"CA ","Physical Address Zipcode":"95376","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601887","School District Name":"Nea Community Learning Center District","Physical Address Line 1":"1900 Third St.","Physical Address Line 2":"","Physical Address City":"Alameda","Physical Address State":"CA ","Physical Address Zipcode":"94501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601886","School District Name":"Learning Without Limits District","Physical Address Line 1":"2035 40th Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601885","School District Name":"Magnolia Science Academy 5 District","Physical Address Line 1":"18230 Kittridge St.","Physical Address Line 2":"","Physical Address City":"Reseda","Physical Address State":"CA ","Physical Address Zipcode":"91335","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601884","School District Name":"California Virtual Academy at Kings District","Physical Address Line 1":"50 Moreland Rd.","Physical Address Line 2":"","Physical Address City":"Simi Valley","Physical Address State":"CA ","Physical Address Zipcode":"93065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601883","School District Name":"Endeavor College Preparatory Charter District","Physical Address Line 1":"1263 S. Soto St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90023","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601882","School District Name":"Fuente Nueva Charter District","Physical Address Line 1":"1730 Janes Rd.","Physical Address Line 2":"","Physical Address City":"Arcata","Physical Address State":"CA ","Physical Address Zipcode":"95521","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601881","School District Name":"ICEF View Park Preparatory Elementary District","Physical Address Line 1":"5311 S. Crenshaw Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601880","School District Name":"American Indian Public Charter II District","Physical Address Line 1":"171 12th St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601879","School District Name":"BRIDGES Charter District","Physical Address Line 1":"1335 Calle Bouganvilla","Physical Address Line 2":"","Physical Address City":"Thousand Oaks","Physical Address State":"CA ","Physical Address Zipcode":"91360","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601878","School District Name":"High Tech Middle Media Arts District","Physical Address Line 1":"2230 Truxtun Rd. 2nd Fl.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601877","School District Name":"Accelerated Achievement Academy District","Physical Address Line 1":"1031 N. State St.","Physical Address Line 2":"","Physical Address City":"Ukiah","Physical Address State":"CA ","Physical Address Zipcode":"95482","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601876","School District Name":"Charter School of San Diego District","Physical Address Line 1":"10170 Huennekens St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92121","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601875","School District Name":"MIT Griffin Academy Middle District","Physical Address Line 1":"425 Corcoran Ave.","Physical Address Line 2":"","Physical Address City":"Vallejo","Physical Address State":"CA ","Physical Address Zipcode":"94589","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601873","School District Name":"The Education Corps District","Physical Address Line 1":"3635 Atlantic Ave.","Physical Address Line 2":"","Physical Address City":"Long Beach","Physical Address State":"CA ","Physical Address Zipcode":"90807","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601872","School District Name":"John Henry High District","Physical Address Line 1":"1402 Marina Way S.","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"CA ","Physical Address Zipcode":"94804","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601871","School District Name":"Vista Charter Middle District","Physical Address Line 1":"2900 W. Temple St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601870","School District Name":"Options for Youth-San Bernardino District","Physical Address Line 1":"985-A S. E St.","Physical Address Line 2":"","Physical Address City":"San Bernardino","Physical Address State":"CA ","Physical Address Zipcode":"92408","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601869","School District Name":"Learning Works District","Physical Address Line 1":"90 N. Daisy Ave.","Physical Address Line 2":"","Physical Address City":"Pasadena","Physical Address State":"CA ","Physical Address Zipcode":"91107","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601868","School District Name":"Rising Sun Montessori District","Physical Address Line 1":"4940 Robert J. Mathews Pkwy.","Physical Address Line 2":"","Physical Address City":"El Dorado Hills","Physical Address State":"CA ","Physical Address Zipcode":"95762","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601867","School District Name":"Synergy Quantum Academy District","Physical Address Line 1":"300 E. 53rd St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601866","School District Name":"New Los Angeles Charter District","Physical Address Line 1":"1919 S. Burnside Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601865","School District Name":"Alliance College-Ready Middle Academy 4 District","Physical Address Line 1":"9719 S. Main St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601864","School District Name":"Resolute Academy Charter District","Physical Address Line 1":"1265 E. 112th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90059","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601863","School District Name":"ISANA Cardinal Academy District","Physical Address Line 1":"7330 Bakman Ave.","Physical Address Line 2":"","Physical Address City":"Sun Valley","Physical Address State":"CA ","Physical Address Zipcode":"91352","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601862","School District Name":"Kepler Neighborhood District","Physical Address Line 1":"1462 BRd.way St.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93721","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601861","School District Name":"Gateway Middle District","Physical Address Line 1":"1512 Golden Gate Ave.","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601860","School District Name":"Albany City Unified","Physical Address Line 1":"819 Bancroft Way","Physical Address Line 2":"","Physical Address City":"Berkeley","Physical Address State":"CA ","Physical Address Zipcode":"94710","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05220633934120572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0601859","School District Name":"EJE Middle Academy District","Physical Address Line 1":"851 S. Johnson Ave.","Physical Address Line 2":"","Physical Address City":"El Cajon","Physical Address State":"CA ","Physical Address Zipcode":"92020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601858","School District Name":"Ingenium Charter Middle District","Physical Address Line 1":"7330 Winnetka Ave.","Physical Address Line 2":"","Physical Address City":"Winnetka","Physical Address State":"CA ","Physical Address Zipcode":"91306","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601857","School District Name":"Aspire Ollin University Preparatory Academy District","Physical Address Line 1":"2540 E. 58th St.","Physical Address Line 2":"","Physical Address City":"Huntington Park","Physical Address State":"CA ","Physical Address Zipcode":"90255","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601856","School District Name":"Fusion Charter District","Physical Address Line 1":"441 W. Linwood Ave.","Physical Address Line 2":"","Physical Address City":"Turlock","Physical Address State":"CA ","Physical Address Zipcode":"95380","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601855","School District Name":"Audeo Charter II District","Physical Address Line 1":"3821 Plaza Dr. Ste. 402","Physical Address Line 2":"","Physical Address City":"Oceanside","Physical Address State":"CA ","Physical Address Zipcode":"92056","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601854","School District Name":"Antelope Valley Learning Academy District","Physical Address Line 1":"37212 47th St. E.","Physical Address Line 2":"","Physical Address City":"Palmdale","Physical Address State":"CA ","Physical Address Zipcode":"93550","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601853","School District Name":"Wonderful College Prep Academy - Lost Hills District","Physical Address Line 1":"14848 Lamberson Ave.","Physical Address Line 2":"","Physical Address City":"Lost Hills","Physical Address State":"CA ","Physical Address Zipcode":"93249","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601852","School District Name":"ACE Esperanza Middle District","Physical Address Line 1":"1665 Santee Dr.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95112","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601851","School District Name":"California Connections Academy Southern California District","Physical Address Line 1":"33272 Valle Rd.","Physical Address Line 2":"","Physical Address City":"San Juan Capistrano","Physical Address State":"CA ","Physical Address Zipcode":"92675","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601850","School District Name":"Port of Los Angeles High District","Physical Address Line 1":"250 W. Fifth St.","Physical Address Line 2":"","Physical Address City":"San Pedro","Physical Address State":"CA ","Physical Address Zipcode":"90731","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601849","School District Name":"Crown Preparatory Academy District","Physical Address Line 1":"2055 W. 24th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90018","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601848","School District Name":"Rocketship Academy Brilliant Minds District","Physical Address Line 1":"2960 Story Rd.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601847","School District Name":"Mirus Secondary District","Physical Address Line 1":"14135 Main St. Ste. 201","Physical Address Line 2":"","Physical Address City":"Hesperia","Physical Address State":"CA ","Physical Address Zipcode":"92345","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601846","School District Name":"TEAM Charter District","Physical Address Line 1":"600 E. Main St.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601845","School District Name":"Sherwood Montessori District","Physical Address Line 1":"1010 Cleveland Ave.","Physical Address Line 2":"","Physical Address City":"Chico","Physical Address State":"CA ","Physical Address Zipcode":"95928","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601844","School District Name":"New West Charter District","Physical Address Line 1":"1905 Armacost Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90025","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601843","School District Name":"CORE Butte Charter District","Physical Address Line 1":"2847 Notre Dame Blvd.","Physical Address Line 2":"","Physical Address City":"Chico","Physical Address State":"CA ","Physical Address Zipcode":"95928","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601842","School District Name":"San Carlos Charter Learning Center District","Physical Address Line 1":"750 Dartmouth Ave.","Physical Address Line 2":"","Physical Address City":"San Carlos","Physical Address State":"CA ","Physical Address Zipcode":"94070","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601841","School District Name":"JCS - Manzanita District","Physical Address Line 1":"5300 Jackson Dr.","Physical Address Line 2":"","Physical Address City":"La Mesa","Physical Address State":"CA ","Physical Address Zipcode":"91942","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601840","School District Name":"Thompson Peak Charter District","Physical Address Line 1":"995 Paiute Ln.","Physical Address Line 2":"","Physical Address City":"Susanville","Physical Address State":"CA ","Physical Address Zipcode":"96130","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601839","School District Name":"Francophone Charter School of Oakland District","Physical Address Line 1":"9736 Lawlor St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601838","School District Name":"Steele Canyon High District","Physical Address Line 1":"12440 Campo Rd.","Physical Address Line 2":"","Physical Address City":"Spring Valley","Physical Address State":"CA ","Physical Address Zipcode":"91978","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601837","School District Name":"Camino Nuevo Charter Academy #4 District","Physical Address Line 1":"1018 Mohawk St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601835","School District Name":"Alliance Marine - Innovation and Techn 6-12 Complex District","Physical Address Line 1":"11933 Allegheny St.","Physical Address Line 2":"","Physical Address City":"Sun Valley","Physical Address State":"CA ","Physical Address Zipcode":"91352","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601834","School District Name":"University High District","Physical Address Line 1":"2611 E. Matoian M/S UH134","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93740","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601833","School District Name":"PUC CALS Middle School and Early College High District","Physical Address Line 1":"7350 N. Figueroa St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90041","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601832","School District Name":"Kairos Public School Vacaville Academy District","Physical Address Line 1":"129 Elm St.","Physical Address Line 2":"","Physical Address City":"Vacaville","Physical Address State":"CA ","Physical Address Zipcode":"95688","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601831","School District Name":"Gilroy Prep (a Navigator School) District","Physical Address Line 1":"277 IOOF Ave.","Physical Address Line 2":"","Physical Address City":"Gilroy","Physical Address State":"CA ","Physical Address Zipcode":"95020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601830","School District Name":"EJE Elementary Academy Charter District","Physical Address Line 1":"851 S. Johnson Ave.","Physical Address Line 2":"","Physical Address City":"El Cajon","Physical Address State":"CA ","Physical Address Zipcode":"92020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601829","School District Name":"Big Picture Educational Academy District","Physical Address Line 1":"1207 S. Trinity St.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93706","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601828","School District Name":"Journey District","Physical Address Line 1":"25560 Alessandsro Blvd.","Physical Address Line 2":"","Physical Address City":"Moreno Valley","Physical Address State":"CA ","Physical Address Zipcode":"92553","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601827","School District Name":"Bay Area Technology District","Physical Address Line 1":"8251 Fontaine St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601826","School District Name":"Aspire Vanguard College Preparatory Academy District","Physical Address Line 1":"819 Sunset Ave.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95351","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601825","School District Name":"Opportunities for Learning - Duarte District","Physical Address Line 1":"1202-1204 Hntngtn Dr.","Physical Address Line 2":"","Physical Address City":"Duarte","Physical Address State":"CA ","Physical Address Zipcode":"91010","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601824","School District Name":"Higher Learning Academy District","Physical Address Line 1":"900 Grace Ave.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95838","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601823","School District Name":"Gorman Learning Center San Bernardino/Santa Clarita District","Physical Address Line 1":"16530 Lost Canyon Rd.","Physical Address Line 2":"","Physical Address City":"Santa Clarita","Physical Address State":"CA ","Physical Address Zipcode":"91387","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601822","School District Name":"Antioch Charter Academy II District","Physical Address Line 1":"1201 W. Tenth St.","Physical Address Line 2":"","Physical Address City":"Antioch","Physical Address State":"CA ","Physical Address Zipcode":"94509","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601821","School District Name":"Aspire Antonio Maria Lugo Academy District","Physical Address Line 1":"6100 Carmelita Ave.","Physical Address Line 2":"","Physical Address City":"Huntington Park","Physical Address State":"CA ","Physical Address Zipcode":"90255","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601820","School District Name":"Lemoore Online College Preparatory High District","Physical Address Line 1":"555 College Ave.","Physical Address Line 2":"","Physical Address City":"Lemoore","Physical Address State":"CA ","Physical Address Zipcode":"93245","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601819","School District Name":"Conservatory of Vocal/Instrumental Arts High District","Physical Address Line 1":"12500 Campus Dr. Bldg. D","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94619","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601818","School District Name":"High Tech High North County District","Physical Address Line 1":"1420 San Marcos Blvd.","Physical Address Line 2":"","Physical Address City":"San Marcos","Physical Address State":"CA ","Physical Address Zipcode":"92078","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601817","School District Name":"Harriet Tubman Village Charter District","Physical Address Line 1":"6880 Mohawk St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601816","School District Name":"Urban Montessori Charter District","Physical Address Line 1":"4551 Steele St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94619","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601815","School District Name":"Leadership Public Schools - Hayward District","Physical Address Line 1":"28000 Calaroga Ave.","Physical Address Line 2":"","Physical Address City":"Hayward","Physical Address State":"CA ","Physical Address Zipcode":"94545","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601814","School District Name":"Barona Indian Charter District","Physical Address Line 1":"1095 Barona Rd.","Physical Address Line 2":"","Physical Address City":"Lakeside","Physical Address State":"CA ","Physical Address Zipcode":"92040","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601813","School District Name":"Bellevue-Santa Fe Charter District","Physical Address Line 1":"1401 San Luis Bay Dr.","Physical Address Line 2":"","Physical Address City":"San Luis Obispo","Physical Address State":"CA ","Physical Address Zipcode":"93405","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601812","School District Name":"REACH District","Physical Address Line 1":"487 Watertrough Rd.","Physical Address Line 2":"","Physical Address City":"Sebastopol","Physical Address State":"CA ","Physical Address Zipcode":"95472","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601811","School District Name":"Cottonwood Creek Charter District","Physical Address Line 1":"3425 Brush St.","Physical Address Line 2":"","Physical Address City":"Cottonwood","Physical Address State":"CA ","Physical Address Zipcode":"96022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601810","School District Name":"California Virtual Academy at Sutter District","Physical Address Line 1":"50 Moreland Rd.","Physical Address Line 2":"","Physical Address City":"Simi Valley","Physical Address State":"CA ","Physical Address Zipcode":"93065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601809","School District Name":"San Diego Cooperative Charter District","Physical Address Line 1":"7260 Linda Vista Rd.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601808","School District Name":"High Tech Middle District","Physical Address Line 1":"2359 Truxtun Rd.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601806","School District Name":"iLEAD Online District","Physical Address Line 1":"3720 Sierra Hwy.","Physical Address Line 2":"Ste. A","Physical Address City":"Acton","Physical Address State":"CA ","Physical Address Zipcode":"93510","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601805","School District Name":"California Virtual Academy @ San Diego District","Physical Address Line 1":"50 Moreland Rd.","Physical Address Line 2":"","Physical Address City":"Simi Valley","Physical Address State":"CA ","Physical Address Zipcode":"93065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601804","School District Name":"Extera Public District","Physical Address Line 1":"2226 E. Third St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90033","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601803","School District Name":"Valley Oak Charter District","Physical Address Line 1":"907 El Centro St.","Physical Address Line 2":"","Physical Address City":"Ojai","Physical Address State":"CA ","Physical Address Zipcode":"93023","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601802","School District Name":"California Virtual Academy San Mateo District","Physical Address Line 1":"50 Moreland Rd.","Physical Address Line 2":"","Physical Address City":"Simi Valley","Physical Address State":"CA ","Physical Address Zipcode":"93065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601801","School District Name":"Aspire Langston Hughes Academy District","Physical Address Line 1":"2050 W. Ln.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601800","School District Name":"High Tech Middle Chula Vista District","Physical Address Line 1":"1949 Discovery Falls Dr.","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91915","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601799","School District Name":"Ednovate - Brio College Prep District","Physical Address Line 1":"350 S. Figueroa St. Ste. 100","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90071","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601798","School District Name":"Math and Science College Preparatory District","Physical Address Line 1":"3202 W. Adams Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90018","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601797","School District Name":"Los Angeles Leadership Primary Academy District","Physical Address Line 1":"2670 Griffin Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90031","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601796","School District Name":"SAVA- Sacramento ACAD and Vocational Academy- EGUSD District","Physical Address Line 1":"3141 Dwight Rd. Ste. 400","Physical Address Line 2":"","Physical Address City":"Elk Grove","Physical Address State":"CA ","Physical Address Zipcode":"95758","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601795","School District Name":"Extera Public School No. 2 District","Physical Address Line 1":"1015 S. Lorena St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90023","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601794","School District Name":"Options for Youth-San Juan District","Physical Address Line 1":"5825 Windmill Way","Physical Address Line 2":"","Physical Address City":"Carmichael","Physical Address State":"CA ","Physical Address Zipcode":"95608","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601793","School District Name":"Rocketship Redwood City District","Physical Address Line 1":"909 Roosevelt Ave","Physical Address Line 2":"","Physical Address City":"Redwood City","Physical Address State":"CA ","Physical Address Zipcode":"94061","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601792","School District Name":"Stockton Collegiate International Secondary District","Physical Address Line 1":"400 E. Main St.","Physical Address Line 2":"Ste. 131","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601791","School District Name":"KIPP Ignite Academy District","Physical Address Line 1":"9110 S. Central Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90002","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601790","School District Name":"Compass Charter Schools of Los Angeles District","Physical Address Line 1":"850 Hampshire Rd. Ste. P","Physical Address Line 2":"","Physical Address City":"Thousand Oaks","Physical Address State":"CA ","Physical Address Zipcode":"91361","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601789","School District Name":"Valor Academy High District","Physical Address Line 1":"9356 Lemona Ave.","Physical Address Line 2":"","Physical Address City":"North Hills","Physical Address State":"CA ","Physical Address Zipcode":"91343","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601788","School District Name":"Gompers Preparatory Academy District","Physical Address Line 1":"1005 47th St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601787","School District Name":"High Tech LA Middle District","Physical Address Line 1":"5435 Vesper Ave. Rm. B50","Physical Address Line 2":"","Physical Address City":"Van Nuys","Physical Address State":"CA ","Physical Address Zipcode":"91411","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601786","School District Name":"The Language Academy of Sacramento District","Physical Address Line 1":"2850 49th St.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95817","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601785","School District Name":"PUC Lakeview Charter High District","Physical Address Line 1":"13361 Glenoaks Blvd.","Physical Address Line 2":"","Physical Address City":"Sylmar","Physical Address State":"CA ","Physical Address Zipcode":"91342","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601784","School District Name":"Desert Sands Charter District","Physical Address Line 1":"44130 20th St. W.","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"CA ","Physical Address Zipcode":"93534","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601783","School District Name":"Mare Island Technology Academy District","Physical Address Line 1":"2 Positive Pl.","Physical Address Line 2":"","Physical Address City":"Vallejo","Physical Address State":"CA ","Physical Address Zipcode":"94589","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601782","School District Name":"Rocketship Mateo Sheedy Elementary District","Physical Address Line 1":"788 Locust St.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95110","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601781","School District Name":"SIATech District","Physical Address Line 1":"2611 Temple Heights Dr. Ste. A","Physical Address Line 2":"","Physical Address City":"Oceanside","Physical Address State":"CA ","Physical Address Zipcode":"92056","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601780","School District Name":"Gold Rush Charter District","Physical Address Line 1":"16331 Hidden Valley Rd.","Physical Address Line 2":"","Physical Address City":"Sonora","Physical Address State":"CA ","Physical Address Zipcode":"95370","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601779","School District Name":"Vista Oaks Charter District","Physical Address Line 1":"315 S. Lower Sacramento Ste. A","Physical Address Line 2":"","Physical Address City":"Lodi","Physical Address State":"CA ","Physical Address Zipcode":"95242","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601778","School District Name":"Aspire University Charter District","Physical Address Line 1":"819 Sunset Ave.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95351","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601777","School District Name":"ISANA Achernar Academy District","Physical Address Line 1":"310 E. El Segundo Blvd.","Physical Address Line 2":"","Physical Address City":"Compton","Physical Address State":"CA ","Physical Address Zipcode":"90222","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601776","School District Name":"California Montessori Project - Elk Grove Campus District","Physical Address Line 1":"8828 Elk Grove Blvd. Ste. 4","Physical Address Line 2":"","Physical Address City":"Elk Grove","Physical Address State":"CA ","Physical Address Zipcode":"95624","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601775","School District Name":"Futures High District","Physical Address Line 1":"900 Grace Ave.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95838","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601773","School District Name":"Plumas Charter District","Physical Address Line 1":"80 Main St.","Physical Address Line 2":"","Physical Address City":"Quincy","Physical Address State":"CA ","Physical Address Zipcode":"95971","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601771","School District Name":"Voices College-Bound Language ACAD at Morgan Hill District","Physical Address Line 1":"610 Jarvis Dr.","Physical Address Line 2":"","Physical Address City":"Morgan Hill","Physical Address State":"CA ","Physical Address Zipcode":"95037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601770","School District Name":"Alameda Unified","Physical Address Line 1":"2060 Challenger Dr","Physical Address Line 2":"","Physical Address City":"Alameda","Physical Address State":"CA ","Physical Address Zipcode":"94501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07265188390120786,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0601769","School District Name":"City Language Immersion Charter District","Physical Address Line 1":"4001 Venice Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90019","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601768","School District Name":"High Tech Elementary Explorer District","Physical Address Line 1":"2230 Truxtun Rd.","Physical Address Line 2":"1st Fl.","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601767","School District Name":"Yav Pem Suab Academy - Preparing for Future Charter District","Physical Address Line 1":"7555 S. Land Park Dr.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95831","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601766","School District Name":"Renaissance Arts Academy District","Physical Address Line 1":"2558 N. San Fernando Rd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601765","School District Name":"Rio Valley Charter District","Physical Address Line 1":"1110 W. Kettleman Dr. Ste. 10","Physical Address Line 2":"","Physical Address City":"Lodi","Physical Address State":"CA ","Physical Address Zipcode":"95240","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601764","School District Name":"KIPP Raices Academy District","Physical Address Line 1":"668 Atlantic Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601763","School District Name":"Classical Academy High District","Physical Address Line 1":"207 E. Pennsylvania Ave.","Physical Address Line 2":"","Physical Address City":"Escondido","Physical Address State":"CA ","Physical Address Zipcode":"92025","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601762","School District Name":"EPIC de Cesar Chavez District","Physical Address Line 1":"122 E. Tehachapi Blvd. Ste. C","Physical Address Line 2":"","Physical Address City":"Tehachapi","Physical Address State":"CA ","Physical Address Zipcode":"93561","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601761","School District Name":"APEX Academy District","Physical Address Line 1":"1309 N. Wilton Pl. 3rd Fl.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90028","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601760","School District Name":"Vista Condor Global Academy District","Physical Address Line 1":"2519 W. Fifth St.","Physical Address Line 2":"","Physical Address City":"Santa Ana","Physical Address State":"CA ","Physical Address Zipcode":"92703","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601759","School District Name":"University Preparatory District","Physical Address Line 1":"2200 Eureka Way","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601758","School District Name":"El Sol Santa Ana Science and Arts Academy District","Physical Address Line 1":"328 W. Halesworth St.","Physical Address Line 2":"","Physical Address City":"Santa Ana","Physical Address State":"CA ","Physical Address Zipcode":"92701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601757","School District Name":"National Univ Acad HomeSch/Independent Study Orange Co DIST","Physical Address Line 1":"1980 Univ Dr.","Physical Address Line 2":"Ste. 300","Physical Address City":"Vista","Physical Address State":"CA ","Physical Address Zipcode":"92083","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601756","School District Name":"River Islands Technology Academy II District","Physical Address Line 1":"1175 Marina Dr.","Physical Address Line 2":"","Physical Address City":"Lathrop","Physical Address State":"CA ","Physical Address Zipcode":"95330","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601755","School District Name":"Lodestar: A Lighthouse Community Charter Public District","Physical Address Line 1":"701 105th Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94603","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601754","School District Name":"Scholarship Prep District","Physical Address Line 1":"1010 W. 17th St.","Physical Address Line 2":"","Physical Address City":"Santa Ana","Physical Address State":"CA ","Physical Address Zipcode":"92706","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601753","School District Name":"High Tech High District","Physical Address Line 1":"2861 Womble Rd.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601752","School District Name":"Hume Lake Charter District","Physical Address Line 1":"64144 Hume Lake Rd.","Physical Address Line 2":"","Physical Address City":"Hume","Physical Address State":"CA ","Physical Address Zipcode":"93628","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601751","School District Name":"Mojave River Academy - Marble City District","Physical Address Line 1":"9723 Sierra Vista Rd.","Physical Address Line 2":"","Physical Address City":"Phelan","Physical Address State":"CA ","Physical Address Zipcode":"92371","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601748","School District Name":"Dr. Lewis Dolphin Stallworth Sr. Charter District","Physical Address Line 1":"1610 E. Main St.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601747","School District Name":"North Oakland Community Charter District","Physical Address Line 1":"1000 42nd St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94608","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601746","School District Name":"Mission Academy District","Physical Address Line 1":"32248 Crown Valley Rd. Rm.114","Physical Address Line 2":"","Physical Address City":"Acton","Physical Address State":"CA ","Physical Address Zipcode":"93510","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601745","School District Name":"Insight School of California District","Physical Address Line 1":"50 Moreland Rd.","Physical Address Line 2":"","Physical Address City":"Simi Valley","Physical Address State":"CA ","Physical Address Zipcode":"93065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601744","School District Name":"Ballington Academy for the Arts and Sciences District","Physical Address Line 1":"1525 W. Main St.","Physical Address Line 2":"","Physical Address City":"El Centro","Physical Address State":"CA ","Physical Address Zipcode":"92243","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601743","School District Name":"Sky Mountain Charter District","Physical Address Line 1":"4535 Missouri Flat Rd. Ste. 1A","Physical Address Line 2":"","Physical Address City":"Placerville","Physical Address State":"CA ","Physical Address Zipcode":"95667","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601742","School District Name":"Ararat Charter District","Physical Address Line 1":"6555 Sylmar Ave.","Physical Address Line 2":"","Physical Address City":"Van Nuys","Physical Address State":"CA ","Physical Address Zipcode":"91401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601741","School District Name":"Camino Nuevo Charter Academy #2 District","Physical Address Line 1":"3400 W. 3rd St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601740","School District Name":"South Sutter Charter District","Physical Address Line 1":"2452 El Centro Blvd.","Physical Address Line 2":"","Physical Address City":"East Nicolaus","Physical Address State":"CA ","Physical Address Zipcode":"95659","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601739","School District Name":"Epiphany Prep Charter District","Physical Address Line 1":"725 N. Escondido Blvd.","Physical Address Line 2":"","Physical Address City":"Escondido","Physical Address State":"CA ","Physical Address Zipcode":"92025","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601738","School District Name":"REACH Leadership STEAM Academy District","Physical Address Line 1":"3422 Rustin Ave.","Physical Address Line 2":"","Physical Address City":"Riverside","Physical Address State":"CA ","Physical Address Zipcode":"92507","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601737","School District Name":"Bella Mente Montessori Academy District","Physical Address Line 1":"1737 W. Vista Way","Physical Address Line 2":"","Physical Address City":"Vista","Physical Address State":"CA ","Physical Address Zipcode":"92083","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601736","School District Name":"Village Charter Academy District","Physical Address Line 1":"7357 Jordan Ave.","Physical Address Line 2":"","Physical Address City":"Canoga Park","Physical Address State":"CA ","Physical Address Zipcode":"91303","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601735","School District Name":"Los Feliz Charter Middle School for the Arts District","Physical Address Line 1":"2709 Media Center Dr.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601734","School District Name":"CORE Charter District","Physical Address Line 1":"321 16th St.","Physical Address Line 2":"","Physical Address City":"Marysville","Physical Address State":"CA ","Physical Address Zipcode":"95901","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601733","School District Name":"Opportunities for Learning - Baldwin Park District","Physical Address Line 1":"12731 Ramona Blvd. Ste. 201","Physical Address Line 2":"","Physical Address City":"Irwindale","Physical Address State":"CA ","Physical Address Zipcode":"91706","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601732","School District Name":"Accelerated District","Physical Address Line 1":"4000 S. Main St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601731","School District Name":"ICEF View Park Preparatory High District","Physical Address Line 1":"5701 S. Crenshaw Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601730","School District Name":"Horizon Charter District","Physical Address Line 1":"2800 Nicolaus Rd. Ste. 100","Physical Address Line 2":"","Physical Address City":"Lincoln","Physical Address State":"CA ","Physical Address Zipcode":"95648","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601729","School District Name":"Rocketship Rising Stars District","Physical Address Line 1":"3173 Senter Rd.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601728","School District Name":"Kings Valley Academy II District","Physical Address Line 1":"312 W. Seventh St.","Physical Address Line 2":"","Physical Address City":"Hanford","Physical Address State":"CA ","Physical Address Zipcode":"93280","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601726","School District Name":"Caliber: Beta Academy District","Physical Address Line 1":"4301 Berk Ave.","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"CA ","Physical Address Zipcode":"94804","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601725","School District Name":"ICEF Inglewood Elementary Charter Academy District","Physical Address Line 1":"434 S. Grevillea Ave.","Physical Address Line 2":"","Physical Address City":"Inglewood","Physical Address State":"CA ","Physical Address Zipcode":"90301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601724","School District Name":"AeroSTEM Academy District","Physical Address Line 1":"82 Second St.","Physical Address Line 2":"","Physical Address City":"Yuba City","Physical Address State":"CA ","Physical Address Zipcode":"95991","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601723","School District Name":"Rise Kohyang Middle District","Physical Address Line 1":"3020 Wilshire Blvd. 2nd Fl.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90013","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601722","School District Name":"Richmond College Preparatory District","Physical Address Line 1":"214 S. 11th St.","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"CA ","Physical Address Zipcode":"94804","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601721","School District Name":"Rise Kohyang Elementary District","Physical Address Line 1":"600 S. La Fayette Park Pl.","Physical Address Line 2":"1st Fl.","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90057","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601719","School District Name":"Manzanita Public Charter District","Physical Address Line 1":"991 Mountain View Blvd.","Physical Address Line 2":"","Physical Address City":"Vandenberg Air Force Base","Physical Address State":"CA ","Physical Address Zipcode":"93437","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601718","School District Name":"Cox Academy District","Physical Address Line 1":"9860 Sunnyside St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94603","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601717","School District Name":"Civicorps Corpsmember Academy District","Physical Address Line 1":"101 Myrtle St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601716","School District Name":"California Virtual Academy @ Los Angeles District","Physical Address Line 1":"50 Moreland Rd.","Physical Address Line 2":"","Physical Address City":"Simi Valley","Physical Address State":"CA ","Physical Address Zipcode":"93065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601715","School District Name":"Vista Norte Public Charter District","Physical Address Line 1":"248 E. Base Line Rd.","Physical Address Line 2":"","Physical Address City":"Rialto","Physical Address State":"CA ","Physical Address Zipcode":"92376","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601714","School District Name":"Aspen Valley Prep Academy District","Physical Address Line 1":"4221 N. Hughes","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601713","School District Name":"Los Angeles College Prep Academy District","Physical Address Line 1":"625 Coleman Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90042","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601712","School District Name":"Kid Street Learning Center Charter District","Physical Address Line 1":"709 Davis St.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95401","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601711","School District Name":"ASA Charter District","Physical Address Line 1":"3512 N. E St.","Physical Address Line 2":"","Physical Address City":"San Bernardino","Physical Address State":"CA ","Physical Address Zipcode":"92405","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601710","School District Name":"Adelanto Elementary","Physical Address Line 1":"11824 Air Expressway","Physical Address Line 2":"","Physical Address City":"Adelanto","Physical Address State":"CA ","Physical Address Zipcode":"92301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2624612785130949,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601709","School District Name":"New Vision Middle District","Physical Address Line 1":"26655 Highland Ave.","Physical Address Line 2":"","Physical Address City":"Highland","Physical Address State":"CA ","Physical Address Zipcode":"92346","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601708","School District Name":"Environmental Charter Middle District","Physical Address Line 1":"812 W. 165th Pl.","Physical Address Line 2":"","Physical Address City":"Gardena","Physical Address State":"CA ","Physical Address Zipcode":"90247","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601707","School District Name":"Alliance Margaret M.Bloomfield Technology ACAD High District","Physical Address Line 1":"7907 Santa Fe Ave.","Physical Address Line 2":"","Physical Address City":"Huntington Park","Physical Address State":"CA ","Physical Address Zipcode":"90255","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601706","School District Name":"Magnolia Science Academy District","Physical Address Line 1":"18238 Sherman Way","Physical Address Line 2":"","Physical Address City":"Reseda","Physical Address State":"CA ","Physical Address Zipcode":"91335","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601705","School District Name":"Guajome Park Academy Charter District","Physical Address Line 1":"2000 N. Santa Fe Ave.","Physical Address Line 2":"","Physical Address City":"Vista","Physical Address State":"CA ","Physical Address Zipcode":"92083","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601704","School District Name":"ASCEND District","Physical Address Line 1":"3709 E. 12th St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601703","School District Name":"Aspire Alexander Twilight Secondary Academy District","Physical Address Line 1":"2360 El Camino Ave.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95821","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601702","School District Name":"Global Education Academy District","Physical Address Line 1":"4141 S. Figueroa St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601701","School District Name":"Empire Springs Charter District","Physical Address Line 1":"15350 Riverview Rd.","Physical Address Line 2":"","Physical Address City":"Helendale","Physical Address State":"CA ","Physical Address Zipcode":"92342","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601700","School District Name":"City Heights Preparatory Charter District","Physical Address Line 1":"4260 54th St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601699","School District Name":"Watts Learning Center Charter Middle District","Physical Address Line 1":"8800 S. San Pedro St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601698","School District Name":"Millennium Charter District","Physical Address Line 1":"51 E. Beverly Pl.","Physical Address Line 2":"","Physical Address City":"Tracy","Physical Address State":"CA ","Physical Address Zipcode":"95376","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601697","School District Name":"San Jose Conservation Corps Charter District","Physical Address Line 1":"1560 Berger Dr.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95112","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601696","School District Name":"KIPP Compton Community District","Physical Address Line 1":"13305 S. San Pedro St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90061","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601695","School District Name":"San Jose Charter Academy District","Physical Address Line 1":"2021 W. Alwood St.","Physical Address Line 2":"","Physical Address City":"West Covina","Physical Address State":"CA ","Physical Address Zipcode":"91790","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601694","School District Name":"Alliance Jack H. Skirball Middle District","Physical Address Line 1":"603 E. 115th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90059","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601693","School District Name":"KIPP Academy of Opportunity District","Physical Address Line 1":"8500 S. Figueroa St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601691","School District Name":"Community School for Creative Education District","Physical Address Line 1":"2111 International Blvd.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94606","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601690","School District Name":"Alliance Leichtman-Levine FAM Foundation Env Sci High DIST","Physical Address Line 1":"2930 Fletcher Dr.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601689","School District Name":"Pivot Charter School - San Diego II District","Physical Address Line 1":"1030 La Bonita Dr.","Physical Address Line 2":"Ste. 100","Physical Address City":"San Marcos","Physical Address State":"CA ","Physical Address Zipcode":"92078","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601688","School District Name":"JCS - Cedar Cove District","Physical Address Line 1":"777 Santa Fe","Physical Address Line 2":"","Physical Address City":"Encinitas","Physical Address State":"CA ","Physical Address Zipcode":"92024","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601687","School District Name":"King-Chavez Preparatory Academy District","Physical Address Line 1":"500 30th St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601686","School District Name":"LaVerne Elementary Preparatory Academy District","Physical Address Line 1":"7280 Oxford Ave.","Physical Address Line 2":"","Physical Address City":"Hesperia","Physical Address State":"CA ","Physical Address Zipcode":"92345","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601685","School District Name":"Morrice Schaefer Charter District","Physical Address Line 1":"1370 San Miguel Ave.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95403","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601684","School District Name":"High Tech LA District","Physical Address Line 1":"17111 Victory Blvd.","Physical Address Line 2":"","Physical Address City":"Lake Balboa","Physical Address State":"CA ","Physical Address Zipcode":"91406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601683","School District Name":"Lifeline Education Charter District","Physical Address Line 1":"225 S. Santa Fe Ave.","Physical Address Line 2":"","Physical Address City":"Compton","Physical Address State":"CA ","Physical Address Zipcode":"90221","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601682","School District Name":"MethodSchools District","Physical Address Line 1":"4612 Dehesa Rd.","Physical Address Line 2":"","Physical Address City":"El Cajon","Physical Address State":"CA ","Physical Address Zipcode":"92019","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601681","School District Name":"SIATech Academy South District","Physical Address Line 1":"501 S. Boyle Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90033","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601680","School District Name":"Ackerman Charter","Physical Address Line 1":"13777 Bowman Rd.","Physical Address Line 2":"","Physical Address City":"Auburn","Physical Address State":"CA ","Physical Address Zipcode":"95603","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09285714285714286,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0601679","School District Name":"Valor Academy Middle District","Physical Address Line 1":"9034 Burnet Ave.","Physical Address Line 2":"","Physical Address City":"North Hills","Physical Address State":"CA ","Physical Address Zipcode":"91343","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601678","School District Name":"Magnolia Science Academy 4 District","Physical Address Line 1":"11330 W. Graham Pl. B-9","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90064","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601677","School District Name":"Crescent View West Public Charter District","Physical Address Line 1":"1901 E. Shields Ave. Ste. 105","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93726","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601674","School District Name":"Rocklin Academy at Meyers Street District","Physical Address Line 1":"6532 Turnstone Way","Physical Address Line 2":"","Physical Address City":"Rocklin","Physical Address State":"CA ","Physical Address Zipcode":"95765","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601672","School District Name":"Oxford Preparatory Academy - Saddleback Valley District","Physical Address Line 1":"22882 Loumont Dr.","Physical Address Line 2":"","Physical Address City":"Lake Forest","Physical Address State":"CA ","Physical Address Zipcode":"92630","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601671","School District Name":"Alpha: Cornerstone Academy Preparatory District","Physical Address Line 1":"1598 Lucretia Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601670","School District Name":"Richmond Charter Elementary-Benito Juarez District","Physical Address Line 1":"1450 Marina Way S.","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"CA ","Physical Address Zipcode":"94804","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601669","School District Name":"Golden Valley River District","Physical Address Line 1":"9601 Lake Natoma Dr.","Physical Address Line 2":"","Physical Address City":"Orangevale","Physical Address State":"CA ","Physical Address Zipcode":"95662","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601668","School District Name":"The City District","Physical Address Line 1":"5753 Obama Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601667","School District Name":"Aspire Pacific Academy District","Physical Address Line 1":"2565 58th St.","Physical Address Line 2":"","Physical Address City":"Huntington Park","Physical Address State":"CA ","Physical Address Zipcode":"90255","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601666","School District Name":"Alliance Collins Family College-Ready High District","Physical Address Line 1":"2071 Saturn Ave.","Physical Address Line 2":"","Physical Address City":"Huntington Park","Physical Address State":"CA ","Physical Address Zipcode":"90255","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601665","School District Name":"Chico Country Day District","Physical Address Line 1":"102 W. 11th St.","Physical Address Line 2":"","Physical Address City":"Chico","Physical Address State":"CA ","Physical Address Zipcode":"95928","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601664","School District Name":"Alameda Community Learning Center District","Physical Address Line 1":"1900 Third St.","Physical Address Line 2":"","Physical Address City":"Alameda","Physical Address State":"CA ","Physical Address Zipcode":"94501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601662","School District Name":"Kavod Charter District","Physical Address Line 1":"6991 Balboa Ave.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92111","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601661","School District Name":"eCademy Charter at Crane District","Physical Address Line 1":"1100 Cahill Ave.","Physical Address Line 2":"","Physical Address City":"Turlock","Physical Address State":"CA ","Physical Address Zipcode":"95380","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601660","School District Name":"Heritage K-8 Charter District","Physical Address Line 1":"1855 E. Valley Pkwy.","Physical Address Line 2":"","Physical Address City":"Escondido","Physical Address State":"CA ","Physical Address Zipcode":"92027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601658","School District Name":"Animo Ellen Ochoa Charter Middle District","Physical Address Line 1":"4360 Dozier St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601657","School District Name":"Animo Jackie Robinson High District","Physical Address Line 1":"3500 S. Hill St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90007","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601656","School District Name":"Downtown College Prep - Alum Rock District","Physical Address Line 1":"1776 Edal Park Dr.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601655","School District Name":"Golden Oak Montessori of Hayward District","Physical Address Line 1":"2652 Vergil Ct.","Physical Address Line 2":"","Physical Address City":"Castro Valley","Physical Address State":"CA ","Physical Address Zipcode":"94546","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601654","School District Name":"Alliance Virgil Roberts Leadership Academy District","Physical Address Line 1":"2941 W. 70th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601653","School District Name":"California Montessori Project-San Juan Campuses District","Physical Address Line 1":"5330A Gibbons Dr. Ste. 700","Physical Address Line 2":"","Physical Address City":"Carmichael","Physical Address State":"CA ","Physical Address Zipcode":"95608","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601652","School District Name":"Gabriella Charter 2 District","Physical Address Line 1":"3736 Trinity St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90011","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601651","School District Name":"California Collegiate Charter District","Physical Address Line 1":"5101 S. W.ern Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90062","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601650","School District Name":"Acalanes Union High","Physical Address Line 1":"1212 Pleasant Hill Rd.","Physical Address Line 2":"","Physical Address City":"Lafayette","Physical Address State":"CA ","Physical Address Zipcode":"94549","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.020446096654275093,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0601649","School District Name":"Animo Mae Jemison Charter Middle District","Physical Address Line 1":"12700 S. Avalon Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90061","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601648","School District Name":"Summit Public School: Shasta District","Physical Address Line 1":"905 Campus Dr.","Physical Address Line 2":"","Physical Address City":"Daly City","Physical Address State":"CA ","Physical Address Zipcode":"94015","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601647","School District Name":"Impact Academy of Arts & Technology District","Physical Address Line 1":"2560 Darwin St.","Physical Address Line 2":"","Physical Address City":"Hayward","Physical Address State":"CA ","Physical Address Zipcode":"94545","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601645","School District Name":"Arroyo Vista Charter District","Physical Address Line 1":"2491 Sch House Rd.","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91915","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601644","School District Name":"Eel River Charter District","Physical Address Line 1":"76350 Main St.","Physical Address Line 2":"","Physical Address City":"Covelo","Physical Address State":"CA ","Physical Address Zipcode":"95428","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601643","School District Name":"Pathways Academy Charter Adult Education District","Physical Address Line 1":"100 E. San Marcos Blvd. Ste. 350","Physical Address Line 2":"","Physical Address City":"San Marcos","Physical Address State":"CA ","Physical Address Zipcode":"92069","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601642","School District Name":"The Academy of Alameda District","Physical Address Line 1":"401 Pacific Ave.","Physical Address Line 2":"","Physical Address City":"Alameda","Physical Address State":"CA ","Physical Address Zipcode":"94501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601641","School District Name":"Provisional Accelerated Learning Academy District","Physical Address Line 1":"2450 Blake St.","Physical Address Line 2":"","Physical Address City":"San Bernardino","Physical Address State":"CA ","Physical Address Zipcode":"92407","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601640","School District Name":"Leadership Military Academy District","Physical Address Line 1":"13730 Perris Blvd.","Physical Address Line 2":"","Physical Address City":"Moreno Valley","Physical Address State":"CA ","Physical Address Zipcode":"92553","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601639","School District Name":"County Collaborative Charter District","Physical Address Line 1":"100 E San Marcos Blvd. Ste 350","Physical Address Line 2":"","Physical Address City":"San Marcos","Physical Address State":"CA ","Physical Address Zipcode":"92069","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601638","School District Name":"College Preparatory Middle District","Physical Address Line 1":"10269 Madrid Way","Physical Address Line 2":"","Physical Address City":"Spring Valley","Physical Address State":"CA ","Physical Address Zipcode":"91977","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601637","School District Name":"Rocketship Alma Academy District","Physical Address Line 1":"198 W. Alma Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95110","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601636","School District Name":"Alpha Cindy Avitia High District","Physical Address Line 1":"1881 Cunningham Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601635","School District Name":"Alternatives in Action District","Physical Address Line 1":"6221 E. 17th St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94621","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601634","School District Name":"New Day Academy District","Physical Address Line 1":"214 W. First St.","Physical Address Line 2":"","Physical Address City":"Alturas","Physical Address State":"CA ","Physical Address Zipcode":"96101","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601633","School District Name":"College Bridge Academy District","Physical Address Line 1":"1827 E. 103rd St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90007","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601632","School District Name":"Pacific View Charter 2.0 District","Physical Address Line 1":"115 Henderson St.","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"CA ","Physical Address Zipcode":"95501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601631","School District Name":"Trivium Charter School Adventure District","Physical Address Line 1":"1600 Berkeley Dr.","Physical Address Line 2":"","Physical Address City":"Lompoc","Physical Address State":"CA ","Physical Address Zipcode":"93436","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601630","School District Name":"Magnolia Science Academy Bell District","Physical Address Line 1":"6411 Orchard Ave.","Physical Address Line 2":"","Physical Address City":"Bell","Physical Address State":"CA ","Physical Address Zipcode":"90201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601629","School District Name":"Community Collaborative Virtual - Sage Oak Charter District","Physical Address Line 1":"1473 Ford St.","Physical Address Line 2":"Ste. #105","Physical Address City":"Redlands","Physical Address State":"CA ","Physical Address Zipcode":"92373","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601628","School District Name":"Humphreys College Academy of Business Law and ED District","Physical Address Line 1":"6515 Inglewood Ave.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601627","School District Name":"Innovations Academy District","Physical Address Line 1":"5454 Ruffin Rd.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92123","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601626","School District Name":"KIPP San Francisco Bay Academy District","Physical Address Line 1":"1430 Scott St.","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601625","School District Name":"Alta Vista Innovation High District","Physical Address Line 1":"11988 Hesperia Rd.","Physical Address Line 2":"","Physical Address City":"Hesperia","Physical Address State":"CA ","Physical Address Zipcode":"92345","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601624","School District Name":"Animo Legacy Charter Middle District","Physical Address Line 1":"12226 S. W.ern Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90047","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601622","School District Name":"High Tech Middle North County District","Physical Address Line 1":"1460 W. San Marcos Blvd.","Physical Address Line 2":"","Physical Address City":"San Marcos","Physical Address State":"CA ","Physical Address Zipcode":"92078","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601621","School District Name":"Rocketship Discovery Prep District","Physical Address Line 1":"370 Wooster St.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601620","School District Name":"ABC Unified","Physical Address Line 1":"16700 Norwalk Blvd.","Physical Address Line 2":"","Physical Address City":"Cerritos","Physical Address State":"CA ","Physical Address Zipcode":"90703","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11693976187669457,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0601619","School District Name":"KIPP Heartwood Academy District","Physical Address Line 1":"1250 S. King Rd.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601617","School District Name":"Lennox Mathematics Science and Technology Academy District","Physical Address Line 1":"11036 Hawthorne Blvd.","Physical Address Line 2":"","Physical Address City":"Lennox","Physical Address State":"CA ","Physical Address Zipcode":"90304","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601616","School District Name":"California Virtual Academy at Fresno District","Physical Address Line 1":"50 Moreland Rd.","Physical Address Line 2":"","Physical Address City":"Simi Valley","Physical Address State":"CA ","Physical Address Zipcode":"93065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601615","School District Name":"Achieve Charter High District","Physical Address Line 1":"1494 E. Ave.","Physical Address Line 2":"","Physical Address City":"Chico","Physical Address State":"CA ","Physical Address Zipcode":"95926","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601614","School District Name":"Envision Academy for Arts & Technology District","Physical Address Line 1":"1515 Webster St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94612","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601613","School District Name":"Fenton STEM Acad: Elem CTR for Sci Tech Engr & Math District","Physical Address Line 1":"8926 Sunland Blvd.","Physical Address Line 2":"","Physical Address City":"Sun Valley","Physical Address State":"CA ","Physical Address Zipcode":"91352","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601612","School District Name":"LA's Promise Charter High #1 District","Physical Address Line 1":"1755 W. 52nd St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90062","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601611","School District Name":"Orange County Workforce Innovation High District","Physical Address Line 1":"505 N. Euclid St.","Physical Address Line 2":"","Physical Address City":"Anaheim","Physical Address State":"CA ","Physical Address Zipcode":"92801","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601610","School District Name":"Redwood Academy of Ukiah District","Physical Address Line 1":"1059 N. State St.","Physical Address Line 2":"","Physical Address City":"Ukiah","Physical Address State":"CA ","Physical Address Zipcode":"95482","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601609","School District Name":"Sierra Charter District","Physical Address Line 1":"1931 N. Fine Ave.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93727","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601608","School District Name":"Willow Creek Academy Charter District","Physical Address Line 1":"636 Nevada St.","Physical Address Line 2":"","Physical Address City":"Sausalito","Physical Address State":"CA ","Physical Address Zipcode":"94965","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601607","School District Name":"Summit Leadership Academy-High Desert District","Physical Address Line 1":"12850 Muscatel St.","Physical Address Line 2":"","Physical Address City":"Hesperia","Physical Address State":"CA ","Physical Address Zipcode":"92345","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601606","School District Name":"Northern United - Siskiyou Charter District","Physical Address Line 1":"423 S. BRd.way","Physical Address Line 2":"","Physical Address City":"Yreka","Physical Address State":"CA ","Physical Address Zipcode":"96097","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601605","School District Name":"Family First Charter District","Physical Address Line 1":"12500 Ramona Ave.","Physical Address Line 2":"","Physical Address City":"Hawthorne","Physical Address State":"CA ","Physical Address Zipcode":"90250","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601604","School District Name":"Aspire East Palo Alto Charter District","Physical Address Line 1":"1286 Runnymede St.","Physical Address Line 2":"","Physical Address City":"East Palo Alto","Physical Address State":"CA ","Physical Address Zipcode":"94303","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601603","School District Name":"Oasis Charter Public District","Physical Address Line 1":"1135 W.ridge Pkwy.","Physical Address Line 2":"","Physical Address City":"Salinas","Physical Address State":"CA ","Physical Address Zipcode":"93907","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601602","School District Name":"Piner-Olivet Charter District","Physical Address Line 1":"2707 Francisco Ave.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95403","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601601","School District Name":"Mojave River Academy - Gold Canyon District","Physical Address Line 1":"8922 Beech Ave.","Physical Address Line 2":"","Physical Address City":"Fontana","Physical Address State":"CA ","Physical Address Zipcode":"92335","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601600","School District Name":"Scholarship Prep - Oceanside District","Physical Address Line 1":"4070 Mission Ave.","Physical Address Line 2":"","Physical Address City":"Oceanside","Physical Address State":"CA ","Physical Address Zipcode":"92057","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601599","School District Name":"ISANA Nascent Academy District","Physical Address Line 1":"3417 W. Jefferson Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90018","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601598","School District Name":"Aspire Capitol Heights Academy District","Physical Address Line 1":"2520 33rd St.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95817","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601597","School District Name":"Downtown College Preparatory District","Physical Address Line 1":"1402 Monterey Hwy.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95110","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601596","School District Name":"Birmingham Community Charter High District","Physical Address Line 1":"17000 Haynes St.","Physical Address Line 2":"","Physical Address City":"Lake Balboa","Physical Address State":"CA ","Physical Address Zipcode":"91406","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601595","School District Name":"Redding STEM Academy District","Physical Address Line 1":"3711 Oasis Rd.","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601594","School District Name":"Santa Monica Boulevard Community Charter District","Physical Address Line 1":"1022 N. Van Ness Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90038","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601593","School District Name":"Clear Passage Educational Center District","Physical Address Line 1":"1471 MLK Jr. Ave.","Physical Address Line 2":"","Physical Address City":"Long Beach","Physical Address State":"CA ","Physical Address Zipcode":"90813","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601592","School District Name":"JCS - Pine Hills District","Physical Address Line 1":"29141 Vallejo Ave.","Physical Address Line 2":"","Physical Address City":"Temecula","Physical Address State":"CA ","Physical Address Zipcode":"92592","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601591","School District Name":"Discovery Charter District","Physical Address Line 1":"4021 Teale Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95117","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601590","School District Name":"Heartland Charter District","Physical Address Line 1":"955 Stanislaus","Physical Address Line 2":"","Physical Address City":"Maricopa","Physical Address State":"CA ","Physical Address Zipcode":"93252","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601589","School District Name":"Alliance College-Ready Middle Academy 8 District","Physical Address Line 1":"113 S. Rowan Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90063","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601588","School District Name":"Edison-Bethune Charter Academy District","Physical Address Line 1":"1616 S. Fruit Ave.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93706","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601587","School District Name":"Golden Valley Orchard District","Physical Address Line 1":"6550 Filbert Ave.","Physical Address Line 2":"","Physical Address City":"Orangevale","Physical Address State":"CA ","Physical Address Zipcode":"95662","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601586","School District Name":"Valley Charter Elementary District","Physical Address Line 1":"16514 Nordhoff St.","Physical Address Line 2":"","Physical Address City":"North Hills","Physical Address State":"CA ","Physical Address Zipcode":"91343","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601585","School District Name":"King-Chavez Academy of Excellence District","Physical Address Line 1":"2716 Marcy Ave.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601584","School District Name":"PUC Lakeview Charter Academy District","Physical Address Line 1":"11465 Kagel Canyon St.","Physical Address Line 2":"","Physical Address City":"Lake View Terrace","Physical Address State":"CA ","Physical Address Zipcode":"91342","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601583","School District Name":"Five Keys Adult School (SF Sheriff's) District","Physical Address Line 1":"70 Oak Grove","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94107","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601582","School District Name":"Caliber: ChangeMakers Academy District","Physical Address Line 1":"500 Oregon St.","Physical Address Line 2":"","Physical Address City":"Vallejo","Physical Address State":"CA ","Physical Address Zipcode":"94590","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601581","School District Name":"Laurel Tree Charter District","Physical Address Line 1":"4555 Valley W. Blvd.","Physical Address Line 2":"","Physical Address City":"Arcata","Physical Address State":"CA ","Physical Address Zipcode":"95521","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601580","School District Name":"CHAMPS - Charter HS of Arts-Multimedia & Performing District","Physical Address Line 1":"6842 Van Nuys Blvd.","Physical Address Line 2":"","Physical Address City":"Van Nuys","Physical Address State":"CA ","Physical Address Zipcode":"91405","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601579","School District Name":"Opportunities for Learning - Santa Clarita District","Physical Address Line 1":"27616 Newhall Ranch Rd.","Physical Address Line 2":"","Physical Address City":"Valencia","Physical Address State":"CA ","Physical Address Zipcode":"91355","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601578","School District Name":"Mueller Charter (Robert L.) District","Physical Address Line 1":"715 I St.","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91910","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601577","School District Name":"Mojave River Academy - Silver Mountain District","Physical Address Line 1":"2151 W. Main St.","Physical Address Line 2":"","Physical Address City":"Barstow","Physical Address State":"CA ","Physical Address Zipcode":"92311","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601576","School District Name":"KIPP Adelante Preparatory Academy District","Physical Address Line 1":"426 Euclid Ave.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601575","School District Name":"TEACH Prep Mildred S. Cunningham & Edith H. Morris Elem DIST","Physical Address Line 1":"8505 S. W.ern Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90047","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601574","School District Name":"Yuba Environmental Science Charter Academy District","Physical Address Line 1":"9841 Texas Hill Rd.","Physical Address Line 2":"","Physical Address City":"Oregon House","Physical Address State":"CA ","Physical Address Zipcode":"95962","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601573","School District Name":"Watts Learning Center District","Physical Address Line 1":"310 W. 95th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601572","School District Name":"Alliance Alice M. Baxter College-Ready High District","Physical Address Line 1":"461 W. 9th St.","Physical Address Line 2":"","Physical Address City":"San Pedro","Physical Address State":"CA ","Physical Address Zipcode":"90731","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601571","School District Name":"New Village Girls Academy District","Physical Address Line 1":"147 N. Occidental Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601570","School District Name":"Monterey Bay Charter District","Physical Address Line 1":"1004 David Ave.","Physical Address Line 2":"","Physical Address City":"Pacific Grove","Physical Address State":"CA ","Physical Address Zipcode":"93950","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601569","School District Name":"WISH Academy High District","Physical Address Line 1":"7400 W. Manchester Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90045","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601568","School District Name":"Alliance Ted K. Tajima High District","Physical Address Line 1":"1552 W. Rockwood St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601567","School District Name":"International School of Monterey District","Physical Address Line 1":"1720 Yosemite St.","Physical Address Line 2":"","Physical Address City":"Seaside","Physical Address State":"CA ","Physical Address Zipcode":"93955","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601565","School District Name":"Nova Academy Early College High District","Physical Address Line 1":"500 W. Santa Ana Blvd.","Physical Address Line 2":"","Physical Address City":"Santa Ana","Physical Address State":"CA ","Physical Address Zipcode":"92701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601564","School District Name":"North Valley Military INST College ACAD District","Physical Address Line 1":"12105 Allegheny St.","Physical Address Line 2":"","Physical Address City":"Sun Valley","Physical Address State":"CA ","Physical Address Zipcode":"91352","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601563","School District Name":"Sherman Thomas Charter High District","Physical Address Line 1":"26303 Adell St.","Physical Address Line 2":"","Physical Address City":"Madera","Physical Address State":"CA ","Physical Address Zipcode":"93638","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601562","School District Name":"Mission View Public District","Physical Address Line 1":"26334 Citrus St.","Physical Address Line 2":"","Physical Address City":"Santa Clarita","Physical Address State":"CA ","Physical Address Zipcode":"91355","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601561","School District Name":"ACE Charter High District","Physical Address Line 1":"1776 Edal Park Dr.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95133","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601560","School District Name":"Classical Academy District","Physical Address Line 1":"2950 S. Bear Valley Pkwy.","Physical Address Line 2":"","Physical Address City":"Escondido","Physical Address State":"CA ","Physical Address Zipcode":"92025","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601559","School District Name":"Lake County International Charter District","Physical Address Line 1":"15850 Armstrong St.","Physical Address Line 2":"","Physical Address City":"Middletown","Physical Address State":"CA ","Physical Address Zipcode":"95461","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601558","School District Name":"Norton Science and Language Academy District","Physical Address Line 1":"503 E. Central Ave.","Physical Address Line 2":"","Physical Address City":"San Bernardino","Physical Address State":"CA ","Physical Address Zipcode":"92408","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601557","School District Name":"Aspire Junior Collegiate Academy District","Physical Address Line 1":"6724 S. Alameda St.","Physical Address Line 2":"","Physical Address City":"Huntington Park","Physical Address State":"CA ","Physical Address Zipcode":"90255","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601556","School District Name":"Uncharted Shores Academy District","Physical Address Line 1":"330 E St.","Physical Address Line 2":"","Physical Address City":"Crescent City","Physical Address State":"CA ","Physical Address Zipcode":"95531","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601555","School District Name":"Glacier High School Charter District","Physical Address Line 1":"41267 Highway 41","Physical Address Line 2":"","Physical Address City":"Oakhurst","Physical Address State":"CA ","Physical Address Zipcode":"93644","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601554","School District Name":"Inspire School of Arts and Sciences District","Physical Address Line 1":"335 W. Sacramento Ave.","Physical Address Line 2":"","Physical Address City":"Chico","Physical Address State":"CA ","Physical Address Zipcode":"95926","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601553","School District Name":"Aspire Centennial College Preparatory Academy District","Physical Address Line 1":"2079 Saturn Ave.","Physical Address Line 2":"","Physical Address City":"Huntington Park","Physical Address State":"CA ","Physical Address Zipcode":"90255","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601552","School District Name":"Aspire Golden State College Preparatory Academy District","Physical Address Line 1":"1009 66th Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94610","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601551","School District Name":"Urban Discovery Academy Charter District","Physical Address Line 1":"840 14th St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92101","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601550","School District Name":"Los Feliz Charter School for the Arts District","Physical Address Line 1":"2709 Media Center Dr.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601549","School District Name":"Pivot Charter School North Valley II District","Physical Address Line 1":"1350 E. Ninth St. Ste. 150","Physical Address Line 2":"","Physical Address City":"Chico","Physical Address State":"CA ","Physical Address Zipcode":"95928","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601548","School District Name":"New Designs Charter District","Physical Address Line 1":"2303 S. Figueroa Way","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90007","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601547","School District Name":"Aspire Richmond Technology Academy District","Physical Address Line 1":"3170 Hilltop Mall Rd.","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"CA ","Physical Address Zipcode":"94806","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601546","School District Name":"Ivy Bound Acad Math Sci and Tech Charter Mid 2 District","Physical Address Line 1":"20040 Parthenia St.","Physical Address Line 2":"","Physical Address City":"Northridge","Physical Address State":"CA ","Physical Address Zipcode":"91324","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601545","School District Name":"Keiller Leadership Academy District","Physical Address Line 1":"7270 Lisbon St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601544","School District Name":"KIPP Comienza Community Prep District","Physical Address Line 1":"7300 Roseberry Ave.","Physical Address Line 2":"","Physical Address City":"Huntington Park","Physical Address State":"CA ","Physical Address Zipcode":"90255","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601543","School District Name":"New Designs Charter School-Watts District","Physical Address Line 1":"12714 S. Avalon Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90061","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601542","School District Name":"Alliance Kory Hunter Middle District","Physical Address Line 1":"5886 Compton Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601541","School District Name":"ISANA Palmati Academy District","Physical Address Line 1":"6501 Laurel Canyon Blvd.","Physical Address Line 2":"","Physical Address City":"North Hollywood","Physical Address State":"CA ","Physical Address Zipcode":"91606","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601540","School District Name":"Environmental Charter Middle - Inglewood District","Physical Address Line 1":"3600 W. Imperial Hwy.","Physical Address Line 2":"","Physical Address City":"Inglewood","Physical Address State":"CA ","Physical Address Zipcode":"90303","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601538","School District Name":"Multicultural Learning Center District","Physical Address Line 1":"7510 DeSoto Ave.","Physical Address Line 2":"","Physical Address City":"Canoga Park","Physical Address State":"CA ","Physical Address Zipcode":"91303","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601537","School District Name":"Pacific View Charter District","Physical Address Line 1":"3670 Ocean Ranch Blvd.","Physical Address Line 2":"","Physical Address City":"Oceanside","Physical Address State":"CA ","Physical Address Zipcode":"92056","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601536","School District Name":"Rocketship Si Se Puede Academy District","Physical Address Line 1":"2249 Dobern Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601535","School District Name":"Intellectual Virtues Academy District","Physical Address Line 1":"1637 Long Beach Blvd.","Physical Address Line 2":"","Physical Address City":"Long Beach","Physical Address State":"CA ","Physical Address Zipcode":"90813","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601534","School District Name":"Los Angeles Academy of Arts and Enterprise District","Physical Address Line 1":"1200 W. Colton St.","Physical Address Line 2":"Bldg. 3","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601533","School District Name":"Ingenuity Charter District","Physical Address Line 1":"6130 Skyline Dr.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92114","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601532","School District Name":"Bright Star Secondary Charter Academy District","Physical Address Line 1":"1600 W. Imperial Hwy.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90047","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601531","School District Name":"California Heritage Youthbuild Academy II District","Physical Address Line 1":"8544 Airport Rd.","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96002","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601530","School District Name":"PUC Community Charter Elementary District","Physical Address Line 1":"14019 Sayre St.","Physical Address Line 2":"","Physical Address City":"Sylmar","Physical Address State":"CA ","Physical Address Zipcode":"91342","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601529","School District Name":"Valor Academy Elementary District","Physical Address Line 1":"8755 Woodman Ave.","Physical Address Line 2":"","Physical Address City":"Arleta","Physical Address State":"CA ","Physical Address Zipcode":"91331","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601528","School District Name":"Insight @ San Diego District","Physical Address Line 1":"50 Moreland Rd.","Physical Address Line 2":"","Physical Address City":"Simi Valley","Physical Address State":"CA ","Physical Address Zipcode":"93065","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601527","School District Name":"Iftin Charter District","Physical Address Line 1":"5465 El Cajon Blvd.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92115","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601526","School District Name":"Monsenor Oscar Romero Charter Middle District","Physical Address Line 1":"2670 W. 11th St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90006","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601524","School District Name":"Aspire Titan Academy District","Physical Address Line 1":"6720 S. Alameda St.","Physical Address Line 2":"","Physical Address City":"Huntington Park","Physical Address State":"CA ","Physical Address Zipcode":"90255","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601523","School District Name":"Encore Jr./Sr. High Sch for the Perf & Visual Arts District","Physical Address Line 1":"16955 Lemon St.","Physical Address Line 2":"","Physical Address City":"Hesperia","Physical Address State":"CA ","Physical Address Zipcode":"92345","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601522","School District Name":"Audeo Charter District","Physical Address Line 1":"10170 Huennekens St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92121","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601521","School District Name":"All Tribes Elementary Charter District","Physical Address Line 1":"34320 Valley Center Rd. Ste. B","Physical Address Line 2":"","Physical Address City":"Valley Center","Physical Address State":"CA ","Physical Address Zipcode":"92082","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601520","School District Name":"Howard Gardner Community Charter District","Physical Address Line 1":"647 E St.","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91910","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601519","School District Name":"EPIC CHRTR(Excellence Perf Innovation Citzenship) DIST","Physical Address Line 1":"100 S. Anaheim Blvd. Ste. 150","Physical Address Line 2":"","Physical Address City":"Anaheim","Physical Address State":"CA ","Physical Address Zipcode":"92805","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601517","School District Name":"Compass Charter Schools of San Diego District","Physical Address Line 1":"850 Hampshire Rd. Ste. P","Physical Address Line 2":"","Physical Address City":"Thousand Oaks","Physical Address State":"CA ","Physical Address Zipcode":"91361","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601516","School District Name":"Harbor Springs Charter District","Physical Address Line 1":"1704 Cape Horn","Physical Address Line 2":"","Physical Address City":"Julian","Physical Address State":"CA ","Physical Address Zipcode":"92036","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601515","School District Name":"High Tech High Media Arts District","Physical Address Line 1":"2230 Truxtun Rd.","Physical Address Line 2":"Third Fl.","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92106","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601514","School District Name":"Latitude 37.8 High District","Physical Address Line 1":"1112 29th Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601513","School District Name":"Peabody Charter District","Physical Address Line 1":"3018 Calle Noguera","Physical Address Line 2":"","Physical Address City":"Santa Barbara","Physical Address State":"CA ","Physical Address Zipcode":"93105","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601512","School District Name":"Sutter Peak Charter Academy District","Physical Address Line 1":"3934 BRd.way Rd.","Physical Address Line 2":"","Physical Address City":"Live Oak","Physical Address State":"CA ","Physical Address Zipcode":"95953","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601511","School District Name":"Creekside Charter District","Physical Address Line 1":"1916 Chamonix Pl.","Physical Address Line 2":"","Physical Address City":"Olympic Valley","Physical Address State":"CA ","Physical Address Zipcode":"96146","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601509","School District Name":"Sweetwater Secondary District","Physical Address Line 1":"3252 Bonita Rd.","Physical Address Line 2":"","Physical Address City":"Chula Vista","Physical Address State":"CA ","Physical Address Zipcode":"91910","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601508","School District Name":"Valley Life Charter District","Physical Address Line 1":"3737 W. Walnut Ave.","Physical Address Line 2":"","Physical Address City":"Visalia","Physical Address State":"CA ","Physical Address Zipcode":"93277","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601507","School District Name":"ISANA Himalia Academy District","Physical Address Line 1":"5100 S. BRd.way Ave.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601505","School District Name":"Da Vinci Communications District","Physical Address Line 1":"201 N. Douglas","Physical Address Line 2":"","Physical Address City":"El Segundo","Physical Address State":"CA ","Physical Address Zipcode":"90245","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601503","School District Name":"Elevate District","Physical Address Line 1":"2285 Murray Ridge Rd.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92123","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601502","School District Name":"Making Waves Academy District","Physical Address Line 1":"4123 Lakeside Dr.","Physical Address Line 2":"","Physical Address City":"Richmond","Physical Address State":"CA ","Physical Address Zipcode":"94806","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601501","School District Name":"Olive Grove Charter - Buellton District","Physical Address Line 1":"240 E. Highway 246","Physical Address Line 2":"Ste. 100","Physical Address City":"Buellton","Physical Address State":"CA ","Physical Address Zipcode":"93427","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601500","School District Name":"Options for Youth-Acton District","Physical Address Line 1":"17216 Slover Ave. Ste. L-102","Physical Address Line 2":"","Physical Address City":"Fontana","Physical Address State":"CA ","Physical Address Zipcode":"92337","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601499","School District Name":"Sierra Expeditionary Learning District","Physical Address Line 1":"11603 Donner Pass Rd.","Physical Address Line 2":"","Physical Address City":"Truckee","Physical Address State":"CA ","Physical Address Zipcode":"96161","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601498","School District Name":"KIPP Bayview Elementary District","Physical Address Line 1":"350 Harbor Rd.","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94124","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601497","School District Name":"Willits Elementary Charter District","Physical Address Line 1":"405 E. Commercial St.","Physical Address Line 2":"","Physical Address City":"Willits","Physical Address State":"CA ","Physical Address Zipcode":"95490","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601496","School District Name":"Aspire Triumph Technology Academy District","Physical Address Line 1":"3200 62nd Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94605","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601495","School District Name":"Wilder's Preparatory Academy Charter Middle District","Physical Address Line 1":"830 N. La Brea Ave.","Physical Address Line 2":"","Physical Address City":"Inglewood","Physical Address State":"CA ","Physical Address Zipcode":"90302","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601494","School District Name":"Los Angeles Leadership Academy District","Physical Address Line 1":"234 E. Ave. 33","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90031","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601493","School District Name":"Downtown Charter Academy District","Physical Address Line 1":"2000 Dennison St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94606","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601491","School District Name":"Leadership High District","Physical Address Line 1":"350 Seneca Ave.","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94112","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601490","School District Name":"CHIME Institute's Schwarzenegger Community District","Physical Address Line 1":"19722 Collier St.","Physical Address Line 2":"","Physical Address City":"Woodland Hills","Physical Address State":"CA ","Physical Address Zipcode":"91364","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601489","School District Name":"The Heights Charter District","Physical Address Line 1":"2710 Alpine Blvd. Ste. E","Physical Address Line 2":"","Physical Address City":"Alpine","Physical Address State":"CA ","Physical Address Zipcode":"91901","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601488","School District Name":"Palisades Charter High District","Physical Address Line 1":"15777 Bowdoin St.","Physical Address Line 2":"","Physical Address City":"Pacific Palisades","Physical Address State":"CA ","Physical Address Zipcode":"90272","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601487","School District Name":"Mojave River Academy - Route 66 District","Physical Address Line 1":"16519 Victor St.","Physical Address Line 2":"","Physical Address City":"Victorville","Physical Address State":"CA ","Physical Address Zipcode":"92595","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601486","School District Name":"Palm Lane Elementary Charter District","Physical Address Line 1":"1646 W. Palm Ln.","Physical Address Line 2":"","Physical Address City":"Anaheim","Physical Address State":"CA ","Physical Address Zipcode":"92802","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601485","School District Name":"Crescent Valley Public Charter II District","Physical Address Line 1":"116 E. Main St.","Physical Address Line 2":"","Physical Address City":"Visalia","Physical Address State":"CA ","Physical Address Zipcode":"92391","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601484","School District Name":"PUC Triumph CHRTR Academy & PUC Triumph CHRTR High District","Physical Address Line 1":"13361 Glenoaks Blvd.","Physical Address Line 2":"","Physical Address City":"Sylmar","Physical Address State":"CA ","Physical Address Zipcode":"91342","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601483","School District Name":"SD Global Vision Academy District","Physical Address Line 1":"3430 Sch St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601481","School District Name":"SOAR Charter Academy District","Physical Address Line 1":"198 W. Mill St.","Physical Address Line 2":"","Physical Address City":"San Bernardino","Physical Address State":"CA ","Physical Address Zipcode":"92408","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601480","School District Name":"Sol Aureus College Preparatory District","Physical Address Line 1":"6620 Gloria Dr.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95831","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601479","School District Name":"American Indian Public Charter District","Physical Address Line 1":"171 12th St.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601478","School District Name":"Meadows Arts and Technology Elementary District","Physical Address Line 1":"2000 La Granada Dr.","Physical Address Line 2":"","Physical Address City":"Thousand Oaks","Physical Address State":"CA ","Physical Address Zipcode":"91362","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601477","School District Name":"New Heights Charter District","Physical Address Line 1":"2202 W. MLK Jr Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90008","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601476","School District Name":"Camino Nuevo Charter High District","Physical Address Line 1":"1215 W. Miramar St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601475","School District Name":"Pathways to College K8 District","Physical Address Line 1":"9144 Third Ave.","Physical Address Line 2":"","Physical Address City":"Hesperia","Physical Address State":"CA ","Physical Address Zipcode":"92345","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601474","School District Name":"B. Roberto Cruz Leadership Academy District","Physical Address Line 1":"14281 Story Rd.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95127","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601473","School District Name":"Classical Academy Vista District","Physical Address Line 1":"4010 Mystra Way","Physical Address Line 2":"","Physical Address City":"Oceanside","Physical Address State":"CA ","Physical Address Zipcode":"92056","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601472","School District Name":"Ocean Grove Charter District","Physical Address Line 1":"16900 N. Highway Nine","Physical Address Line 2":"","Physical Address City":"Boulder Creek","Physical Address State":"CA ","Physical Address Zipcode":"95006","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601471","School District Name":"Accelerated Charter Elementary District","Physical Address Line 1":"3914 S. Main St.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601470","School District Name":"Crete Academy District","Physical Address Line 1":"6103 Crenshaw Blvd.","Physical Address Line 2":"","Physical Address City":"Los Angeles","Physical Address State":"CA ","Physical Address Zipcode":"90043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601469","School District Name":"Sycamore Valley Academy District","Physical Address Line 1":"6832 Ave. 280","Physical Address Line 2":"","Physical Address City":"Visalia","Physical Address State":"CA ","Physical Address Zipcode":"93277","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601468","School District Name":"America's Finest Charter District","Physical Address Line 1":"730 45th St.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92102","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601467","School District Name":"Pacific Community Charter District","Physical Address Line 1":"10 Lake St.","Physical Address Line 2":"","Physical Address City":"Point Arena","Physical Address State":"CA ","Physical Address Zipcode":"95468","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601466","School District Name":"Girls Athletic Leadership School Los Angeles District","Physical Address Line 1":"8015 Van Nuys Blvd.","Physical Address Line 2":"","Physical Address City":"Panorama City","Physical Address State":"CA ","Physical Address Zipcode":"91402","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601465","School District Name":"Oakland Charter High District","Physical Address Line 1":"2433 Coolidge Ave.","Physical Address Line 2":"","Physical Address City":"Oakland","Physical Address State":"CA ","Physical Address Zipcode":"94601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601464","School District Name":"Community Montessori District","Physical Address Line 1":"1441 Montiel Rd. Ste. 143","Physical Address Line 2":"","Physical Address City":"Escondido","Physical Address State":"CA ","Physical Address Zipcode":"92026","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601463","School District Name":"Vista Springs Charter District","Physical Address Line 1":"700 E. Bobier Ave.","Physical Address Line 2":"","Physical Address City":"Vista","Physical Address State":"CA ","Physical Address Zipcode":"92084","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601462","School District Name":"River Valley Charter District","Physical Address Line 1":"9707 1/2 Marilla Dr.","Physical Address Line 2":"","Physical Address City":"Lakeside","Physical Address State":"CA ","Physical Address Zipcode":"92040","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601461","School District Name":"Magnolia Science Academy Santa Ana District","Physical Address Line 1":"2840 W. 1st St.","Physical Address Line 2":"","Physical Address City":"Santa Ana","Physical Address State":"CA ","Physical Address Zipcode":"92703","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601443","School District Name":"CA Advancing Pathways for Students in Los Angeles Co JPA","Physical Address Line 1":"16703 S. Clark Ave.","Physical Address Line 2":"","Physical Address City":"Bellflower","Physical Address State":"CA ","Physical Address Zipcode":"90706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601442","School District Name":"Upper Lake Unified","Physical Address Line 1":"675 Clover Valley Rd.","Physical Address Line 2":"","Physical Address City":"Upper Lake","Physical Address State":"CA ","Physical Address Zipcode":"95485","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2404255319148936,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601440","School District Name":"CA Advancing Pathways for Students in Los Angeles Co ROC/P","Physical Address Line 1":"16703 S. Clark Ave.","Physical Address Line 2":"","Physical Address City":"Bellflower","Physical Address State":"CA ","Physical Address Zipcode":"90706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601428","School District Name":"Wiseburn Unified","Physical Address Line 1":"201 N. Douglas St.","Physical Address Line 2":"","Physical Address City":"El Segundo","Physical Address State":"CA ","Physical Address Zipcode":"90245","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.055525606469002696,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0601427","School District Name":"Penn Valley Union Elementary","Physical Address Line 1":"17328 Penn Valley Dr.","Physical Address Line 2":"Ste. A","Physical Address City":"Penn Valley","Physical Address State":"CA ","Physical Address Zipcode":"95946","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.110337972166998,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0601426","School District Name":"Bonsall Unified","Physical Address Line 1":"31505 Old River Rd.","Physical Address Line 2":"","Physical Address City":"Bonsall","Physical Address State":"CA ","Physical Address Zipcode":"92003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06279153211338356,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601424","School District Name":"Inyo County Career Technical Education","Physical Address Line 1":"555 Clay St.","Physical Address Line 2":"","Physical Address City":"Independence","Physical Address State":"CA ","Physical Address Zipcode":"93526","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601423","School District Name":"Exeter Unified","Physical Address Line 1":"215 N. Crespi Ave.","Physical Address Line 2":"","Physical Address City":"Exeter","Physical Address State":"CA ","Physical Address Zipcode":"93221","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.22844036697247708,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601422","School District Name":"California Education Authority (CEA) Headquarters","Physical Address Line 1":"8260 Longleaf Dr. Bldg. C 2nd Fl.","Physical Address Line 2":"","Physical Address City":"Elk Grove","Physical Address State":"CA ","Physical Address Zipcode":"95758","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601421","School District Name":"Santa Paula Unified","Physical Address Line 1":"201 S. Steckel Dr.","Physical Address Line 2":"","Physical Address City":"Santa Paula","Physical Address State":"CA ","Physical Address Zipcode":"93060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16531750314804822,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0601420","School District Name":"Fortuna Elementary","Physical Address Line 1":"500 9th St.","Physical Address Line 2":"","Physical Address City":"Fortuna","Physical Address State":"CA ","Physical Address Zipcode":"95540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16367137355584083,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0601418","School District Name":"Woodlake Unified","Physical Address Line 1":"300 W. Whitney Ave.","Physical Address Line 2":"","Physical Address City":"Woodlake","Physical Address State":"CA ","Physical Address Zipcode":"93286","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25573260785075785,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601417","School District Name":"Nevada Co Charter Services Authority (JPA)","Physical Address Line 1":"13034 Bitney Springs Rd.","Physical Address Line 2":"","Physical Address City":"Nevada City","Physical Address State":"CA ","Physical Address Zipcode":"95959","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601416","School District Name":"Greater Anaheim SELPA JPA","Physical Address Line 1":"5967 Ball Rd.","Physical Address Line 2":"","Physical Address City":"Cypress","Physical Address State":"CA ","Physical Address Zipcode":"90630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601415","School District Name":"Washington Unified","Physical Address Line 1":"7950 S. Elm Ave.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.30956462118615014,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601414","School District Name":"Santa Barbara Unified","Physical Address Line 1":"720 Santa Barbara St.","Physical Address Line 2":"","Physical Address City":"Santa Barbara","Physical Address State":"CA ","Physical Address Zipcode":"93101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08360694183864915,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0601410","School District Name":"Lammersville Joint Unified","Physical Address Line 1":"111 S. De Anza Blvd.","Physical Address Line 2":"","Physical Address City":"Mountain House","Physical Address State":"CA ","Physical Address Zipcode":"95391","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.047472018525665766,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0601409","School District Name":"Bishop Unified","Physical Address Line 1":"656 W. Pine St.","Physical Address Line 2":"","Physical Address City":"Bishop","Physical Address State":"CA ","Physical Address Zipcode":"93514","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12538699690402477,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601406","School District Name":"Marin Pupil Transportation Agency JPA","Physical Address Line 1":"325 Doherty Dr.","Physical Address Line 2":"","Physical Address City":"Larkspur","Physical Address State":"CA ","Physical Address Zipcode":"94939","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601405","School District Name":"Imperial Valley ROP JPA","Physical Address Line 1":"687 State St.","Physical Address Line 2":"","Physical Address City":"El Centro","Physical Address State":"CA ","Physical Address Zipcode":"92243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601404","School District Name":"Santa Barbara County Selpa JPA","Physical Address Line 1":"401 N. Fairview Ave.","Physical Address Line 2":"","Physical Address City":"Goleta","Physical Address State":"CA ","Physical Address Zipcode":"93117","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601402","School District Name":"Shasta-Trinity ROP JPA","Physical Address Line 1":"4659 E.side Rd.","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601401","School District Name":"Mid-Placer Transportation JPA","Physical Address Line 1":"13121 Bill Francis Dr.","Physical Address Line 2":"","Physical Address City":"Auburn","Physical Address State":"CA ","Physical Address Zipcode":"95603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601400","School District Name":"Central Sierra ROP JPA","Physical Address Line 1":"4675 Missouri Flat Rd.","Physical Address Line 2":"","Physical Address City":"Diamond Springs","Physical Address State":"CA ","Physical Address Zipcode":"95619","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601398","School District Name":"Metropolitan Education","Physical Address Line 1":"760 Hillsdale Ave. Bldg 400","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95136","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601397","School District Name":"Mission Valley ROC/P","Physical Address Line 1":"5019 Stevenson Blvd.","Physical Address Line 2":"","Physical Address City":"Fremont","Physical Address State":"CA ","Physical Address Zipcode":"94538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601396","School District Name":"East Merced County Public Facilities Financing Authority","Physical Address Line 1":"3430 A St.","Physical Address Line 2":"","Physical Address City":"Atwater","Physical Address State":"CA ","Physical Address Zipcode":"95301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601394","School District Name":"Southwest Transportation Agency","Physical Address Line 1":"16644 S. Elm Ave.","Physical Address Line 2":"","Physical Address City":"Caruthers","Physical Address State":"CA ","Physical Address Zipcode":"93609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601391","School District Name":"Southern Placer Schools Transportation Authority","Physical Address Line 1":"5477 Eureka Rd.","Physical Address Line 2":"","Physical Address City":"Roseville","Physical Address State":"CA ","Physical Address Zipcode":"95746","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601389","School District Name":"West Valley Schools Transportation Agency JPA","Physical Address Line 1":"155 N. Third St.","Physical Address Line 2":"","Physical Address City":"Campbell","Physical Address State":"CA ","Physical Address Zipcode":"95008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601388","School District Name":"Tri-Valley ROP JPA","Physical Address Line 1":"1040 Florence Rd.","Physical Address Line 2":"","Physical Address City":"Livermore","Physical Address State":"CA ","Physical Address Zipcode":"94550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601387","School District Name":"Valley ROP JPA","Physical Address Line 1":"1305 Q St.","Physical Address Line 2":"","Physical Address City":"Sanger","Physical Address State":"CA ","Physical Address Zipcode":"93657","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601386","School District Name":"Southern California ROP","Physical Address Line 1":"2300 Crenshaw Blvd.","Physical Address Line 2":"","Physical Address City":"Torrance","Physical Address State":"CA ","Physical Address Zipcode":"90501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601385","School District Name":"Mission Trails ROP JPA","Physical Address Line 1":"867 E. Laurel Dr.","Physical Address Line 2":"","Physical Address City":"Salinas","Physical Address State":"CA ","Physical Address Zipcode":"93905","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601384","School District Name":"Kings Schools Transportation Authority JPA","Physical Address Line 1":"714 N. White St.","Physical Address Line 2":"","Physical Address City":"Hanford","Physical Address State":"CA ","Physical Address Zipcode":"93230","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601383","School District Name":"West County Transportation JPA","Physical Address Line 1":"745 N. Main St.","Physical Address Line 2":"","Physical Address City":"Sebastopol","Physical Address State":"CA ","Physical Address Zipcode":"95472","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601382","School District Name":"Baldy View ROP JPA","Physical Address Line 1":"1501 S. Bon View Ave.","Physical Address Line 2":"","Physical Address City":"Ontario","Physical Address State":"CA ","Physical Address Zipcode":"91761","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601381","School District Name":"East Valley School Transportation JPA","Physical Address Line 1":"711 E. Gish Rd. Ste 17","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601380","School District Name":"Eden Area ROP JPA","Physical Address Line 1":"26316 Hesperian Blvd.","Physical Address Line 2":"","Physical Address City":"Hayward","Physical Address State":"CA ","Physical Address Zipcode":"94545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601379","School District Name":"Nevada County Pupil Transportation","Physical Address Line 1":"11645 Ridge Rd.","Physical Address Line 2":"","Physical Address City":"Grass Valley","Physical Address State":"CA ","Physical Address Zipcode":"95945","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601378","School District Name":"Central Valley Pre-School JPA","Physical Address Line 1":"3160 W. Mt. Whitney Ave.","Physical Address Line 2":"","Physical Address City":"Riverdale","Physical Address State":"CA ","Physical Address Zipcode":"93656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601377","School District Name":"Partners In Nutrition Cooperative","Physical Address Line 1":"Antelope Valley Union High","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"CA ","Physical Address Zipcode":"93534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601376","School District Name":"Central Calif Migrant Head Start JPA","Physical Address Line 1":"1100 H St.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601375","School District Name":"Colton-Redlands-Yucaipa ROP JPA","Physical Address Line 1":"1214 Indiana Ct.","Physical Address Line 2":"","Physical Address City":"Redlands","Physical Address State":"CA ","Physical Address Zipcode":"92374","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601373","School District Name":"Pupil Transportation Co-Op JPA","Physical Address Line 1":"9401 S. Painter Ave.","Physical Address Line 2":"","Physical Address City":"Whittier","Physical Address State":"CA ","Physical Address Zipcode":"90605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601372","School District Name":"Silicon Valley Joint Powers Transportation Agency","Physical Address Line 1":"1889 Lawrence Rd.","Physical Address Line 2":"","Physical Address City":"Santa Clara","Physical Address State":"CA ","Physical Address Zipcode":"95051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601369","School District Name":"San Joaquin Data Processing JPA","Physical Address Line 1":"2901 Arch-Airport Rd.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95206","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601368","School District Name":"South County Support Services Agency","Physical Address Line 1":"16644 S. Elm Ave.","Physical Address Line 2":"","Physical Address City":"Caruthers","Physical Address State":"CA ","Physical Address Zipcode":"93609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601367","School District Name":"San Antonio ROP","Physical Address Line 1":"605 N. Park Ave.","Physical Address Line 2":"","Physical Address City":"Pomona","Physical Address State":"CA ","Physical Address Zipcode":"91768","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601366","School District Name":"N. Co Regional Occupational Program JPA","Physical Address Line 1":"589 W. Fremont Ave.","Physical Address Line 2":"","Physical Address City":"Sunnyvale","Physical Address State":"CA ","Physical Address Zipcode":"94087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601365","School District Name":"School Project Utility Rate Reduction","Physical Address Line 1":"313 W. Winton Ave.","Physical Address Line 2":"","Physical Address City":"Hayward","Physical Address State":"CA ","Physical Address Zipcode":"94544","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601364","School District Name":"North Orange County ROP JPA","Physical Address Line 1":"385 N. Muller St.","Physical Address Line 2":"","Physical Address City":"Anaheim","Physical Address State":"CA ","Physical Address Zipcode":"92801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601363","School District Name":"Antelope Valley Schools Transportation Agency","Physical Address Line 1":"670 W. Ave. L-8","Physical Address Line 2":"","Physical Address City":"Lancaster","Physical Address State":"CA ","Physical Address Zipcode":"93534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601362","School District Name":"Central Valley Support Services JPA","Physical Address Line 1":"1450 Herndon Ave.","Physical Address Line 2":"","Physical Address City":"Clovis","Physical Address State":"CA ","Physical Address Zipcode":"93611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601361","School District Name":"Santa Clarita Vlly Sch Food Svs Agency JPA","Physical Address Line 1":"25210 Anza Dr.","Physical Address Line 2":"","Physical Address City":"Valencia","Physical Address State":"CA ","Physical Address Zipcode":"91355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601358","School District Name":"North Santa Cruz County Selpa","Physical Address Line 1":"984 Bostwick Ln.","Physical Address Line 2":"","Physical Address City":"Santa Cruz","Physical Address State":"CA ","Physical Address Zipcode":"95062","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601357","School District Name":"Coastline ROP JPA","Physical Address Line 1":"1001 Presidio Sq.","Physical Address Line 2":"","Physical Address City":"Costa Mesa","Physical Address State":"CA ","Physical Address Zipcode":"92626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601356","School District Name":"East San Gabriel Valley ROP","Physical Address Line 1":"1501 Del Norte St.","Physical Address Line 2":"","Physical Address City":"West Covina","Physical Address State":"CA ","Physical Address Zipcode":"91790","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601355","School District Name":"Alameda Cnty. Student Exchange Prog.","Physical Address Line 1":"313 W. Winton Ave.","Physical Address Line 2":"","Physical Address City":"Hayward","Physical Address State":"CA ","Physical Address Zipcode":"94544","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601354","School District Name":"Ventura County Schools Business Services JPA","Physical Address Line 1":"5189 Verdugo Way","Physical Address Line 2":"Ste. BSA","Physical Address City":"Camarillo","Physical Address State":"CA ","Physical Address Zipcode":"93012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601353","School District Name":"Central California School Finance Authority JPA","Physical Address Line 1":"1499 San Luis Dr.","Physical Address Line 2":"","Physical Address City":"San Luis Obispo","Physical Address State":"CA ","Physical Address Zipcode":"93401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601351","School District Name":"Center for Advanced Research & Tech (CART) JPA","Physical Address Line 1":"2555 Clovis Ave.","Physical Address Line 2":"","Physical Address City":"Clovis","Physical Address State":"CA ","Physical Address Zipcode":"93612","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601350","School District Name":"BLP Schs Self-Inc. Workers Compensation","Physical Address Line 1":"15110 S. CA St.","Physical Address Line 2":"","Physical Address City":"Paramount","Physical Address State":"CA ","Physical Address Zipcode":"90723","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601349","School District Name":"Contra Costa Selpa","Physical Address Line 1":"2520 Stanwell Dr. Ste. 270","Physical Address Line 2":"","Physical Address City":"Concord","Physical Address State":"CA ","Physical Address Zipcode":"94520","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601347","School District Name":"College and Career Advantage ROP JPA","Physical Address Line 1":"33122 Valle Rd.","Physical Address Line 2":"","Physical Address City":"San Juan Capistrano","Physical Address State":"CA ","Physical Address Zipcode":"92675","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601346","School District Name":"Tri-Cities ROP","Physical Address Line 1":"10800 Ben Avon St.","Physical Address Line 2":"Unit E","Physical Address City":"Whittier","Physical Address State":"CA ","Physical Address Zipcode":"90606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601343","School District Name":"North County Regional Occupational Center/Program (ROC/P)","Physical Address Line 1":"589 W. Fremont Ave.","Physical Address Line 2":"","Physical Address City":"Sunnyvale","Physical Address State":"CA ","Physical Address Zipcode":"94087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601339","School District Name":"Hamilton Unified","Physical Address Line 1":"620 Canal St.","Physical Address Line 2":"","Physical Address City":"Hamilton City","Physical Address State":"CA ","Physical Address Zipcode":"95951","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1308411214953271,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601332","School District Name":"Twin Rivers Unified","Physical Address Line 1":"5115 Dudley Blvd.","Physical Address Line 2":"","Physical Address City":"McClellan","Physical Address State":"CA ","Physical Address Zipcode":"95652","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23232086999736895,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601331","School District Name":"Trinity Alps Unified","Physical Address Line 1":"321 Victory Ln.","Physical Address Line 2":"","Physical Address City":"Weaverville","Physical Address State":"CA ","Physical Address Zipcode":"96093","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1826086956521739,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0601330","School District Name":"Modesto City Schools","Physical Address Line 1":"426 Locust St.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95351","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601329","School District Name":"Santa Rosa City Schools","Physical Address Line 1":"211 Ridgway Ave.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601328","School District Name":"Petaluma City Elementary/Joint Union High","Physical Address Line 1":"200 Douglas St.","Physical Address Line 2":"","Physical Address City":"Petaluma","Physical Address State":"CA ","Physical Address Zipcode":"94952","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601327","School District Name":"Santa Cruz City Elementary/High","Physical Address Line 1":"133 Mission St.","Physical Address Line 2":"Ste. 100","Physical Address City":"Santa Cruz","Physical Address State":"CA ","Physical Address Zipcode":"95060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0601325","School District Name":"Arena Union Elementary/Point Arena Joint Union High","Physical Address Line 1":"45 Lake St.","Physical Address Line 2":"","Physical Address City":"Point Arena","Physical Address State":"CA ","Physical Address Zipcode":"95468","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"3-Supervisory union administrative center (or county superintendent's office serving the same purpose)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600160","School District Name":"Yosemite Unified","Physical Address Line 1":"50200 Rd. 427","Physical Address Line 2":"","Physical Address City":"Oakhurst","Physical Address State":"CA ","Physical Address Zipcode":"93644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09181141439205956,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600159","School District Name":"Scott Valley Unified","Physical Address Line 1":"11918 Main St.","Physical Address Line 2":"","Physical Address City":"Fort Jones","Physical Address State":"CA ","Physical Address Zipcode":"96032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19448094612352168,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600158","School District Name":"Turlock Unified","Physical Address Line 1":"1574 E. Canal","Physical Address Line 2":"","Physical Address City":"Turlock","Physical Address State":"CA ","Physical Address Zipcode":"95380","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1519300120208361,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600155","School District Name":"Mono County ROC/P","Physical Address Line 1":"37 Emigrant St.","Physical Address Line 2":"","Physical Address City":"Bridgeport","Physical Address State":"CA ","Physical Address Zipcode":"93517","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600153","School District Name":"Alhambra Unified","Physical Address Line 1":"1515 W. Mission Rd.","Physical Address Line 2":"","Physical Address City":"Alhambra","Physical Address State":"CA ","Physical Address Zipcode":"91803","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15725953919297816,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600149","School District Name":"Yolo County ROP","Physical Address Line 1":"1280 Santa Anita Ct. Ste. 100","Physical Address Line 2":"","Physical Address City":"Woodland","Physical Address State":"CA ","Physical Address Zipcode":"95776","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600148","School District Name":"Ventura County ROP","Physical Address Line 1":"5189 Verdugo Way","Physical Address Line 2":"","Physical Address City":"Camarillo","Physical Address State":"CA ","Physical Address Zipcode":"93012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600146","School District Name":"Tehama County ROP","Physical Address Line 1":"1135 Lincoln St.","Physical Address Line 2":"","Physical Address City":"Red Bluff","Physical Address State":"CA ","Physical Address Zipcode":"96080","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600145","School District Name":"Tri-County ROP","Physical Address Line 1":"463 Second St.","Physical Address Line 2":"","Physical Address City":"Yuba City","Physical Address State":"CA ","Physical Address Zipcode":"95991","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600144","School District Name":"Yosemite ROP","Physical Address Line 1":"1100 H St.","Physical Address Line 2":"","Physical Address City":"Modesto","Physical Address State":"CA ","Physical Address Zipcode":"95354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600143","School District Name":"Santa Cruz County ROP","Physical Address Line 1":"400 Encinal St.","Physical Address Line 2":"","Physical Address City":"Santa Cruz","Physical Address State":"CA ","Physical Address Zipcode":"95060","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600142","School District Name":"San Mateo County ROP","Physical Address Line 1":"101 Twin Dolphin Dr.","Physical Address Line 2":"","Physical Address City":"Redwood City","Physical Address State":"CA ","Physical Address Zipcode":"94065","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600140","School District Name":"San Joaquin County ROP","Physical Address Line 1":"222 E. Weber Ave.","Physical Address Line 2":"","Physical Address City":"Stockton","Physical Address State":"CA ","Physical Address Zipcode":"95202","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600139","School District Name":"San Francisco County ROP","Physical Address Line 1":"555 Franklin St.","Physical Address Line 2":"","Physical Address City":"San Francisco","Physical Address State":"CA ","Physical Address Zipcode":"94102","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600138","School District Name":"San Diego County ROP","Physical Address Line 1":"6401 Linda Vista Rd.","Physical Address Line 2":"","Physical Address City":"San Diego","Physical Address State":"CA ","Physical Address Zipcode":"92111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600137","School District Name":"Santa Clara County ROP","Physical Address Line 1":"575 W. Fremont Ave.","Physical Address Line 2":"","Physical Address City":"Sunnyvale","Physical Address State":"CA ","Physical Address Zipcode":"94087","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600135","School District Name":"Metro Education","Physical Address Line 1":"760 Hillsdale Ave.","Physical Address Line 2":"","Physical Address City":"San Jose","Physical Address State":"CA ","Physical Address Zipcode":"95136","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600133","School District Name":"Santa Barbara County ROP","Physical Address Line 1":"3970 la Colina Rd.","Physical Address Line 2":"","Physical Address City":"Santa Barbara","Physical Address State":"CA ","Physical Address Zipcode":"93160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600132","School District Name":"San Bernardino County ROP","Physical Address Line 1":"670 E. Carnegie Dr.","Physical Address Line 2":"","Physical Address City":"San Bernardino","Physical Address State":"CA ","Physical Address Zipcode":"92408","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600131","School District Name":"Baldy View ROP","Physical Address Line 1":"1501 S. Bon View Ave.","Physical Address Line 2":"","Physical Address City":"Ontario","Physical Address State":"CA ","Physical Address Zipcode":"91761","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600130","School District Name":"Colton-Redlands-Yucaipa ROP","Physical Address Line 1":"1214 Indiana Ct.","Physical Address Line 2":"","Physical Address City":"Redlands","Physical Address State":"CA ","Physical Address Zipcode":"92374","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600129","School District Name":"Sonoma County ROP","Physical Address Line 1":"5340 Skylane Blvd.","Physical Address Line 2":"","Physical Address City":"Santa Rosa","Physical Address State":"CA ","Physical Address Zipcode":"95403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600127","School District Name":"Siskiyou ROP","Physical Address Line 1":"431 Knapp St.","Physical Address Line 2":"","Physical Address City":"Yreka","Physical Address State":"CA ","Physical Address Zipcode":"96097","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600126","School District Name":"WIlliam (R) Rouse ROP","Physical Address Line 1":"604 B Main St.","Physical Address Line 2":"","Physical Address City":"Loyalton","Physical Address State":"CA ","Physical Address Zipcode":"96118","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600125","School District Name":"Shasta-Trinity ROP","Physical Address Line 1":"4659 E. Side Rd.","Physical Address Line 2":"","Physical Address City":"Redding","Physical Address State":"CA ","Physical Address Zipcode":"96001","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600124","School District Name":"Central Orange County CTE Partnership (CTEp)","Physical Address Line 1":"2910 Red Hill Ave. Ste 200","Physical Address Line 2":"","Physical Address City":"Costa Mesa","Physical Address State":"CA ","Physical Address Zipcode":"92626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600123","School District Name":"Coastline ROP","Physical Address Line 1":"1001 Presidio Sq.","Physical Address Line 2":"","Physical Address City":"Costa Mesa","Physical Address State":"CA ","Physical Address Zipcode":"92626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600122","School District Name":"College and Career Advantage","Physical Address Line 1":"33122 Valle Rd.","Physical Address Line 2":"","Physical Address City":"San Juan Capistrano","Physical Address State":"CA ","Physical Address Zipcode":"92675","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600121","School District Name":"North Orange County ROP-Adult","Physical Address Line 1":"385 N. Muller St.","Physical Address Line 2":"","Physical Address City":"Anaheim","Physical Address State":"CA ","Physical Address Zipcode":"92801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600120","School District Name":"Mission Trails ROP","Physical Address Line 1":"867 Laurel Dr.","Physical Address Line 2":"","Physical Address City":"Salinas","Physical Address State":"CA ","Physical Address Zipcode":"93905","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600119","School District Name":"Merced County ROP","Physical Address Line 1":"632 W. 13th St.","Physical Address Line 2":"","Physical Address City":"Merced","Physical Address State":"CA ","Physical Address Zipcode":"95341","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600118","School District Name":"Mendocino County ROC/ROP","Physical Address Line 1":"2240 Old River Rd.","Physical Address Line 2":"","Physical Address City":"Ukiah","Physical Address State":"CA ","Physical Address Zipcode":"95482","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600117","School District Name":"Marin County ROP","Physical Address Line 1":"1111 Las Gallinas Ave.","Physical Address Line 2":"","Physical Address City":"San Rafael","Physical Address State":"CA ","Physical Address Zipcode":"94903","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600116","School District Name":"Chawanakee Unified","Physical Address Line 1":"26065 Outback Industrial Way","Physical Address Line 2":"","Physical Address City":"O'Neals","Physical Address State":"CA ","Physical Address Zipcode":"93645","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12051649928263988,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600114","School District Name":"San Antonio ROP","Physical Address Line 1":"605 N. Park Ave.","Physical Address Line 2":"","Physical Address City":"Pomona","Physical Address State":"CA ","Physical Address Zipcode":"91768","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600113","School District Name":"Compton Unified ROP","Physical Address Line 1":"1104 E. 148th St.","Physical Address Line 2":"","Physical Address City":"Compton","Physical Address State":"CA ","Physical Address Zipcode":"90220","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600112","School District Name":"Antelope Valley ROP","Physical Address Line 1":"1156 E. Ave. S","Physical Address Line 2":"","Physical Address City":"Palmdale","Physical Address State":"CA ","Physical Address Zipcode":"93550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600111","School District Name":"Hart ROP","Physical Address Line 1":"21380 Centre Pointe Parkway","Physical Address Line 2":"","Physical Address City":"Santa Clarita","Physical Address State":"CA ","Physical Address Zipcode":"91350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600110","School District Name":"Los Angeles County ROP","Physical Address Line 1":"9300 E. Imperial Way","Physical Address Line 2":"","Physical Address City":"Downey","Physical Address State":"CA ","Physical Address Zipcode":"90242","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600108","School District Name":"Long Beach Unified ROP","Physical Address Line 1":"701 Locust Ave.","Physical Address Line 2":"","Physical Address City":"Long Beach","Physical Address State":"CA ","Physical Address Zipcode":"90813","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600107","School District Name":"Southern California ROC","Physical Address Line 1":"2300 Crenshaw Blvd.","Physical Address Line 2":"","Physical Address City":"Torrance","Physical Address State":"CA ","Physical Address Zipcode":"90501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600106","School District Name":"Tri-Cities ROP","Physical Address Line 1":"10800 Ben Avon St. Unit E","Physical Address Line 2":"","Physical Address City":"Whittier","Physical Address State":"CA ","Physical Address Zipcode":"90606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600105","School District Name":"East San Gabriel Valley ROP","Physical Address Line 1":"1501 Del Norte Ave.","Physical Address Line 2":"","Physical Address City":"West Covina","Physical Address State":"CA ","Physical Address Zipcode":"91790","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600101","School District Name":"Imperial Valley ROP","Physical Address Line 1":"687 State St.","Physical Address Line 2":"","Physical Address City":"El Centro","Physical Address State":"CA ","Physical Address Zipcode":"92243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600100","School District Name":"Humboldt County ROP","Physical Address Line 1":"901 Myrtle Ave.","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"CA ","Physical Address Zipcode":"95501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600099","School District Name":"Glenn County ROP","Physical Address Line 1":"451 S. Villa Ave.","Physical Address Line 2":"","Physical Address City":"Willows","Physical Address State":"CA ","Physical Address Zipcode":"95988","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600098","School District Name":"Fresno ROP","Physical Address Line 1":"11 S. Teilman St.","Physical Address Line 2":"","Physical Address City":"Fresno","Physical Address State":"CA ","Physical Address Zipcode":"93706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600097","School District Name":"Valley ROP","Physical Address Line 1":"1305 Q St.","Physical Address Line 2":"","Physical Address City":"Sanger","Physical Address State":"CA ","Physical Address Zipcode":"93657","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600096","School District Name":"Central Sierra ROP","Physical Address Line 1":"337 Placerville Dr.","Physical Address Line 2":"","Physical Address City":"Placerville","Physical Address State":"CA ","Physical Address Zipcode":"95667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600095","School District Name":"Sacramento County ROP","Physical Address Line 1":"10541 Norden Ave.","Physical Address Line 2":"","Physical Address City":"Mather","Physical Address State":"CA ","Physical Address Zipcode":"95655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600094","School District Name":"Riverside County Office Of Education ROP","Physical Address Line 1":"3939 13th St.","Physical Address Line 2":"","Physical Address City":"Riverside","Physical Address State":"CA ","Physical Address Zipcode":"92502","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600093","School District Name":"Del Norte County ROP","Physical Address Line 1":"301 W. Washington Blvd.","Physical Address Line 2":"","Physical Address City":"Crescent City","Physical Address State":"CA ","Physical Address Zipcode":"95531","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600092","School District Name":"Contra Costa County ROP","Physical Address Line 1":"77 Santa Barbara Rd.","Physical Address Line 2":"","Physical Address City":"Pleasant Hill","Physical Address State":"CA ","Physical Address Zipcode":"94523","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600090","School District Name":"Butte County ROP","Physical Address Line 1":"2491 Carmichael Dr. Ste. 500","Physical Address Line 2":"","Physical Address City":"Chico","Physical Address State":"CA ","Physical Address Zipcode":"95928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600089","School District Name":"Amador County ROP","Physical Address Line 1":"217 Rex Ave.","Physical Address Line 2":"","Physical Address City":"Jackson","Physical Address State":"CA ","Physical Address Zipcode":"95642","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600086","School District Name":"Mission Valley ROC/P","Physical Address Line 1":"5019 Stevenson Blvd.","Physical Address Line 2":"","Physical Address City":"Fremont","Physical Address State":"CA ","Physical Address Zipcode":"94538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600085","School District Name":"Eden Area ROP","Physical Address Line 1":"26316 Hesperian Blvd.","Physical Address Line 2":"","Physical Address City":"Hayward","Physical Address State":"CA ","Physical Address Zipcode":"94545","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600084","School District Name":"Tri-Valley ROP","Physical Address Line 1":"1040 Florence Rd.","Physical Address Line 2":"","Physical Address City":"Livermore","Physical Address State":"CA ","Physical Address Zipcode":"94550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600083","School District Name":"Plumas County ROP","Physical Address Line 1":"50 Church St.","Physical Address Line 2":"","Physical Address City":"Quincy","Physical Address State":"CA ","Physical Address Zipcode":"95971","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600082","School District Name":"Forty-Niner ROP","Physical Address Line 1":"360 Nevada St.","Physical Address Line 2":"","Physical Address City":"Auburn","Physical Address State":"CA ","Physical Address Zipcode":"95603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600081","School District Name":"Modoc County ROP","Physical Address Line 1":"139 W. Henderson St.","Physical Address Line 2":"","Physical Address City":"Alturas","Physical Address State":"CA ","Physical Address Zipcode":"96101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600080","School District Name":"Napa County ROP","Physical Address Line 1":"2121 Imola Ave.","Physical Address Line 2":"","Physical Address City":"Napa","Physical Address State":"CA ","Physical Address Zipcode":"94559","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600079","School District Name":"Lassen ROP","Physical Address Line 1":"472-013 Johnstonville Rd N.","Physical Address Line 2":"","Physical Address City":"Susanville","Physical Address State":"CA ","Physical Address Zipcode":"96130","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600078","School District Name":"Lake County ROP","Physical Address Line 1":"1152 S. Main St.","Physical Address Line 2":"","Physical Address City":"Lakeport","Physical Address State":"CA ","Physical Address Zipcode":"95453","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600077","School District Name":"Kings County ROP","Physical Address Line 1":"876 E. D St","Physical Address Line 2":"","Physical Address City":"Lemoore","Physical Address State":"CA ","Physical Address Zipcode":"93245","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600076","School District Name":"Kern High ROC","Physical Address Line 1":"501 S. Mt. Vernon Ave.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93307","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600075","School District Name":"Kern County ROP","Physical Address Line 1":"5801 Sundale Ave.","Physical Address Line 2":"","Physical Address City":"Bakersfield","Physical Address State":"CA ","Physical Address Zipcode":"93309","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600069","School District Name":"Valley Center-Pauma Unified","Physical Address Line 1":"28751 Cole Grade Rd.","Physical Address Line 2":"","Physical Address City":"Valley Center","Physical Address State":"CA ","Physical Address Zipcode":"92082","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08064884624171807,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600068","School District Name":"Golden Valley Unified","Physical Address Line 1":"37479 Ave. 12","Physical Address Line 2":"","Physical Address City":"Madera","Physical Address State":"CA ","Physical Address Zipcode":"93636","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09294403892944039,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600067","School District Name":"Caruthers Unified","Physical Address Line 1":"1 Tiller Ave.","Physical Address Line 2":"","Physical Address City":"Caruthers","Physical Address State":"CA ","Physical Address Zipcode":"93609","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19863945578231293,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600065","School District Name":"Dinuba Unified","Physical Address Line 1":"1327 E. El Monte Way","Physical Address Line 2":"","Physical Address City":"Dinuba","Physical Address State":"CA ","Physical Address Zipcode":"93618","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21029720804563196,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600064","School District Name":"Porterville Unified","Physical Address Line 1":"600 W. Grand Ave.","Physical Address Line 2":"","Physical Address City":"Porterville","Physical Address State":"CA ","Physical Address Zipcode":"93257","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.25429465483108754,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600063","School District Name":"Waterford Unified","Physical Address Line 1":"219 N. Reinway Ave. Bldg. 2","Physical Address Line 2":"","Physical Address City":"Waterford","Physical Address State":"CA ","Physical Address Zipcode":"95386","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1476774758983348,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600062","School District Name":"Oakdale Joint Unified","Physical Address Line 1":"168 S. Third Ave.","Physical Address Line 2":"","Physical Address City":"Oakdale","Physical Address State":"CA ","Physical Address Zipcode":"95361","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11419441641439623,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600061","School District Name":"Riverbank Unified","Physical Address Line 1":"6715 Seventh St.","Physical Address Line 2":"","Physical Address City":"Riverbank","Physical Address State":"CA ","Physical Address Zipcode":"95367","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15868172108635947,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600060","School District Name":"Hughson Unified","Physical Address Line 1":"7448 Fox Rd.","Physical Address Line 2":"","Physical Address City":"Hughson","Physical Address State":"CA ","Physical Address Zipcode":"95326","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10416666666666667,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600052","School District Name":"Eureka City Schools","Physical Address Line 1":"2100 J St.","Physical Address Line 2":"","Physical Address City":"Eureka","Physical Address State":"CA ","Physical Address Zipcode":"95501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1683133380381087,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600051","School District Name":"Gridley Unified","Physical Address Line 1":"429 Magnolia St.","Physical Address Line 2":"","Physical Address City":"Gridley","Physical Address State":"CA ","Physical Address Zipcode":"95948","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18131592164741336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600049","School District Name":"Coast Unified","Physical Address Line 1":"1350 Main St.","Physical Address Line 2":"","Physical Address City":"Cambria","Physical Address State":"CA ","Physical Address Zipcode":"93428","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09707602339181287,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600048","School District Name":"Paso Robles Joint Unified","Physical Address Line 1":"800 Niblick Rd.","Physical Address Line 2":"","Physical Address City":"Paso Robles","Physical Address State":"CA ","Physical Address Zipcode":"93446","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10616949152542372,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600047","School District Name":"Tracy Joint Unified","Physical Address Line 1":"1875 W. Lowell Ave.","Physical Address Line 2":"","Physical Address City":"Tracy","Physical Address State":"CA ","Physical Address Zipcode":"95376","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11763512828313559,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600046","School District Name":"Gonzales Unified","Physical Address Line 1":"600 Elko St.","Physical Address Line 2":"","Physical Address City":"Gonzales","Physical Address State":"CA ","Physical Address Zipcode":"93926","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11257189811010682,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600045","School District Name":"Orland Joint Unified","Physical Address Line 1":"903 S. St.","Physical Address Line 2":"","Physical Address City":"Orland","Physical Address State":"CA ","Physical Address Zipcode":"95963","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16617969320672024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600044","School District Name":"Healdsburg Unified","Physical Address Line 1":"1028 Prince St.","Physical Address Line 2":"","Physical Address City":"Healdsburg","Physical Address State":"CA ","Physical Address Zipcode":"95448","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.061908856405846945,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600043","School District Name":"Scotts Valley Unified","Physical Address Line 1":"4444 Scotts Valley Dr. Ste. 5B","Physical Address Line 2":"","Physical Address City":"Scotts Valley","Physical Address State":"CA ","Physical Address Zipcode":"95066","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0383217707300958,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600042","School District Name":"Warner Unified","Physical Address Line 1":"30951 Highway 79","Physical Address Line 2":"","Physical Address City":"Warner Springs","Physical Address State":"CA ","Physical Address Zipcode":"92086","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600040","School District Name":"Riverdale Joint Unified","Physical Address Line 1":"3160 W. Mt. Whitney Ave.","Physical Address Line 2":"","Physical Address City":"Riverdale","Physical Address State":"CA ","Physical Address Zipcode":"93656","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25102880658436216,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600039","School District Name":"Delhi Unified","Physical Address Line 1":"9716 Hinton Ave.","Physical Address Line 2":"","Physical Address City":"Delhi","Physical Address State":"CA ","Physical Address Zipcode":"95315","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17509727626459143,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600038","School District Name":"Mattole Unified","Physical Address Line 1":"29289 Chambers Rd.","Physical Address Line 2":"","Physical Address City":"Petrolia","Physical Address State":"CA ","Physical Address Zipcode":"95558","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12280701754385964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600037","School District Name":"Ferndale Unified","Physical Address Line 1":"1231 Main St.","Physical Address Line 2":"","Physical Address City":"Ferndale","Physical Address State":"CA ","Physical Address Zipcode":"95536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12910798122065728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600036","School District Name":"Natomas Unified","Physical Address Line 1":"1901 Arena Blvd.","Physical Address Line 2":"","Physical Address City":"Sacramento","Physical Address State":"CA ","Physical Address Zipcode":"95834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1237739374124241,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600035","School District Name":"Farmersville Unified","Physical Address Line 1":"571 E. Citrus","Physical Address Line 2":"","Physical Address City":"Farmersville","Physical Address State":"CA ","Physical Address Zipcode":"93223","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.27545909849749584,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600034","School District Name":"Windsor Unified","Physical Address Line 1":"9291 Old Redwood Hwy. Bldg. 500","Physical Address Line 2":"","Physical Address City":"Windsor","Physical Address State":"CA ","Physical Address Zipcode":"95492","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03737280296022202,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600033","School District Name":"Dos Palos Oro Loma Joint Unified","Physical Address Line 1":"2041 Almond St.","Physical Address Line 2":"","Physical Address City":"Dos Palos","Physical Address State":"CA ","Physical Address Zipcode":"93620","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2174931667317454,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600032","School District Name":"Redondo Beach Unified","Physical Address Line 1":"1401 Inglewood Ave.","Physical Address Line 2":"","Physical Address City":"Redondo Beach","Physical Address State":"CA ","Physical Address Zipcode":"90278","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05303622621839979,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600031","School District Name":"Big Sur Unified","Physical Address Line 1":"69325 Highway 1","Physical Address Line 2":"","Physical Address City":"Big Sur","Physical Address State":"CA ","Physical Address Zipcode":"93920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11538461538461539,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600029","School District Name":"Murrieta Valley Unified","Physical Address Line 1":"41870 McAlby Ct.","Physical Address Line 2":"","Physical Address City":"Murrieta","Physical Address State":"CA ","Physical Address Zipcode":"92562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08285879343071717,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600028","School District Name":"Temecula Valley Unified","Physical Address Line 1":"31350 Rancho Vista Rd.","Physical Address Line 2":"","Physical Address City":"Temecula","Physical Address State":"CA ","Physical Address Zipcode":"92592","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.0698813056379822,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600027","School District Name":"Lake Elsinore Unified","Physical Address Line 1":"545 Chaney St.","Physical Address Line 2":"","Physical Address City":"Lake Elsinore","Physical Address State":"CA ","Physical Address Zipcode":"92530","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12895680648682364,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600026","School District Name":"El Tejon Unified","Physical Address Line 1":"4337 Lebec Rd.","Physical Address Line 2":"","Physical Address City":"Lebec","Physical Address State":"CA ","Physical Address Zipcode":"93243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2196078431372549,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600025","School District Name":"Manhattan Beach Unified","Physical Address Line 1":"325 S. Peck Ave.","Physical Address Line 2":"","Physical Address City":"Manhattan Beach","Physical Address State":"CA ","Physical Address Zipcode":"90266","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.035114503816793895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600022","School District Name":"Mendota Unified","Physical Address Line 1":"115 McCabe Ave.","Physical Address Line 2":"","Physical Address City":"Mendota","Physical Address State":"CA ","Physical Address Zipcode":"93640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2957841483979764,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600021","School District Name":"Sunol Glen Unified","Physical Address Line 1":"11601 Main St.","Physical Address Line 2":"","Physical Address City":"Sunol","Physical Address State":"CA ","Physical Address Zipcode":"94586","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.171875,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600020","School District Name":"Pleasanton Unified","Physical Address Line 1":"4665 Bernal Ave.","Physical Address Line 2":"","Physical Address City":"Pleasanton","Physical Address State":"CA ","Physical Address Zipcode":"94566","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.02800079623117245,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600019","School District Name":"Dublin Unified","Physical Address Line 1":"7471 Larkdale Ave.","Physical Address Line 2":"","Physical Address City":"Dublin","Physical Address State":"CA ","Physical Address Zipcode":"94568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.032867946480511924,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600018","School District Name":"Mountain Valley Unified","Physical Address Line 1":"231 Oak Ave.","Physical Address Line 2":"","Physical Address City":"Hayfork","Physical Address State":"CA ","Physical Address Zipcode":"96041","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3224852071005917,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600017","School District Name":"Apple Valley Unified","Physical Address Line 1":"12555 Navajo Rd.","Physical Address Line 2":"","Physical Address City":"Apple Valley","Physical Address State":"CA ","Physical Address Zipcode":"92308","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2196022543240267,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600016","School District Name":"Upland Unified","Physical Address Line 1":"390 N. Euclid Ave.","Physical Address Line 2":"","Physical Address City":"Upland","Physical Address State":"CA ","Physical Address Zipcode":"91786","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.12454097976404406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600015","School District Name":"Lucerne Valley Unified","Physical Address Line 1":"8560 Aliento Rd.","Physical Address Line 2":"","Physical Address City":"Lucerne Valley","Physical Address State":"CA ","Physical Address Zipcode":"92356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3801369863013699,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600014","School District Name":"Hesperia Unified","Physical Address Line 1":"15576 Main St.","Physical Address Line 2":"","Physical Address City":"Hesperia","Physical Address State":"CA ","Physical Address Zipcode":"92345","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.21425432814834344,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600013","School District Name":"Rocklin Unified","Physical Address Line 1":"2615 Sierra Meadows Dr.","Physical Address Line 2":"","Physical Address City":"Rocklin","Physical Address State":"CA ","Physical Address Zipcode":"95677","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.047710075667064915,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600012","School District Name":"Twin Ridges Elementary","Physical Address Line 1":"16661 Old Mill Rd.","Physical Address Line 2":"","Physical Address City":"Nevada City","Physical Address State":"CA ","Physical Address Zipcode":"95959","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15025906735751296,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600011","School District Name":"Fort Sage Unified","Physical Address Line 1":"100 DS Hall St.","Physical Address Line 2":"","Physical Address City":"Herlong","Physical Address State":"CA ","Physical Address Zipcode":"96113","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.20209059233449478,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600009","School District Name":"Cuyama Joint Unified","Physical Address Line 1":"2300 Highway 166","Physical Address Line 2":"","Physical Address City":"New Cuyama","Physical Address State":"CA ","Physical Address Zipcode":"93254","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10830324909747292,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0600007","School District Name":"CA Sch for the Deaf-Riverside (State Special Schl)","Physical Address Line 1":"3044 Horace St.","Physical Address Line 2":"","Physical Address City":"Riverside","Physical Address State":"CA ","Physical Address Zipcode":"92506","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600006","School District Name":"Ross Valley Elementary","Physical Address Line 1":"110 Shaw Dr.","Physical Address Line 2":"","Physical Address City":"San Anselmo","Physical Address State":"CA ","Physical Address Zipcode":"94960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.02714440825190011,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0600003","School District Name":"California School for the Deaf-Fremont (State Special Schl)","Physical Address Line 1":"39350 Gallaudet Dr.","Physical Address Line 2":"","Physical Address City":"Fremont","Physical Address State":"CA ","Physical Address Zipcode":"94538","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600002","School District Name":"California School for the Blind (State Special Schl)","Physical Address Line 1":"500 Walnut Ave.","Physical Address Line 2":"","Physical Address City":"Fremont","Physical Address State":"CA ","Physical Address Zipcode":"94536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0600001","School District Name":"Acton-Agua Dulce Unified","Physical Address Line 1":"32248 N. Crown Valley Rd.","Physical Address Line 2":"","Physical Address City":"Acton","Physical Address State":"CA ","Physical Address Zipcode":"93510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10070005385029618,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0514490","School District Name":"YELLVILLE-SUMMIT SCHOOL DIST.","Physical Address Line 1":"1124 N PANTHER AVE","Physical Address Line 2":"","Physical Address City":"YELLVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72687","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2650103519668737,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0514430","School District Name":"WYNNE SCHOOL DISTRICT","Physical Address Line 1":"1300 N FALLS BLVD","Physical Address Line 2":"","Physical Address City":"WYNNE","Physical Address State":"AR ","Physical Address Zipcode":"72396","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.31057268722466963,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0514400","School District Name":"WOODLAWN SCHOOL DISTRICT","Physical Address Line 1":"6760 HWY 63","Physical Address Line 2":"","Physical Address City":"RISON","Physical Address State":"AR ","Physical Address Zipcode":"71665","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1340909090909091,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0514370","School District Name":"WONDERVIEW SCHOOL DISTRICT","Physical Address Line 1":"2436 HWY 95","Physical Address Line 2":"","Physical Address City":"HATTIEVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72063","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19772727272727272,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0514140","School District Name":"WHITE HALL SCHOOL DISTRICT","Physical Address Line 1":"1020 W HOLLAND AVE","Physical Address Line 2":"","Physical Address City":"WHITE HALL","Physical Address State":"AR ","Physical Address Zipcode":"71602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16139240506329114,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0514040","School District Name":"WEST SIDE SCHOOL DISTRICT","Physical Address Line 1":"7295 GREERS FERRY RD","Physical Address Line 2":"","Physical Address City":"GREERS FERRY","Physical Address State":"AR ","Physical Address Zipcode":"72067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21956087824351297,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0514020","School District Name":"WESTSIDE SCHOOL DISTRICT","Physical Address Line 1":"122 THOMPSON ST","Physical Address Line 2":"","Physical Address City":"HARTMAN","Physical Address State":"AR ","Physical Address Zipcode":"72840","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19395465994962216,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0514010","School District Name":"WEST FORK SCHOOL DISTRICT","Physical Address Line 1":"359 SCHOOL AVE","Physical Address Line 2":"","Physical Address City":"WEST FORK","Physical Address State":"AR ","Physical Address Zipcode":"72774","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10350448247758762,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0513930","School District Name":"WATSON CHAPEL SCHOOL DISTRICT","Physical Address Line 1":"4100 CAMDEN RD","Physical Address Line 2":"","Physical Address City":"PINE BLUFF","Physical Address State":"AR ","Physical Address Zipcode":"71603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24766355140186916,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0513680","School District Name":"WALDRON SCHOOL DISTRICT","Physical Address Line 1":"1560 W SIXTH ST","Physical Address Line 2":"","Physical Address City":"WALDRON","Physical Address State":"AR ","Physical Address Zipcode":"72958","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24554183813443073,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0513560","School District Name":"VIOLA SCHOOL DISTRICT","Physical Address Line 1":"314 LONGHORN DR","Physical Address Line 2":"","Physical Address City":"VIOLA","Physical Address State":"AR ","Physical Address Zipcode":"72583","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23863636363636365,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0513530","School District Name":"VILONIA SCHOOL DISTRICT","Physical Address Line 1":"11 EAGLE ST","Physical Address Line 2":"","Physical Address City":"VILONIA","Physical Address State":"AR ","Physical Address Zipcode":"72173","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09552495697074011,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0513410","School District Name":"VAN BUREN SCHOOL DISTRICT","Physical Address Line 1":"2221 POINTER TRAIL E","Physical Address Line 2":"","Physical Address City":"VAN BUREN","Physical Address State":"AR ","Physical Address Zipcode":"72956","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.17874002930164415,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0513380","School District Name":"VALLEY VIEW SCHOOL DISTRICT","Physical Address Line 1":"2131 VALLEY VIEW DR","Physical Address Line 2":"","Physical Address City":"JONESBORO","Physical Address State":"AR ","Physical Address Zipcode":"72404","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08881578947368421,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0513350","School District Name":"VALLEY SPRINGS SCHOOL DISTRICT","Physical Address Line 1":"7349 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"VALLEY SPRINGS","Physical Address State":"AR ","Physical Address Zipcode":"72682","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1687715269804822,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0513230","School District Name":"JACKSON CO. SCHOOL DISTRICT","Physical Address Line 1":"300 N DOWELL","Physical Address Line 2":"","Physical Address City":"TUCKERMAN","Physical Address State":"AR ","Physical Address Zipcode":"72473","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.215007215007215,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0513110","School District Name":"TEXARKANA SCHOOL DISTRICT","Physical Address Line 1":"3512 GRAND AVE","Physical Address Line 2":"","Physical Address City":"TEXARKANA","Physical Address State":"AR ","Physical Address Zipcode":"71854","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.24756074229959824,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0513080","School District Name":"GREENE CO. TECH SCHOOL DIST.","Physical Address Line 1":"5413 W KINGSHIGHWAY","Physical Address Line 2":"","Physical Address City":"PARAGOULD","Physical Address State":"AR ","Physical Address Zipcode":"72450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1646079484425349,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0512960","School District Name":"STUTTGART SCHOOL DISTRICT","Physical Address Line 1":"2501 S MAIN","Physical Address Line 2":"","Physical Address City":"STUTTGART","Physical Address State":"AR ","Physical Address Zipcode":"72160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20141342756183744,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0512930","School District Name":"STRONG-HUTTIG SCHOOL DISTRICT","Physical Address Line 1":"108 E 5TH ST","Physical Address Line 2":"","Physical Address City":"STRONG","Physical Address State":"AR ","Physical Address Zipcode":"71765","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1368421052631579,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0512660","School District Name":"SPRINGDALE SCHOOL DISTRICT","Physical Address Line 1":"804 W JOHNSON AVE","Physical Address Line 2":"","Physical Address City":"SPRINGDALE","Physical Address State":"AR ","Physical Address Zipcode":"72764","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1493110064538636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0512630","School District Name":"SPRING HILL SCHOOL DISTRICT","Physical Address Line 1":"633 HWY 355 W","Physical Address Line 2":"","Physical Address City":"HOPE","Physical Address State":"AR ","Physical Address Zipcode":"71801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16943521594684385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0512570","School District Name":"SOUTH SIDE SCHOOL DISTRICT","Physical Address Line 1":"334 SOUTHSIDE RD","Physical Address Line 2":"","Physical Address City":"BEE BRANCH","Physical Address State":"AR ","Physical Address Zipcode":"72013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17314487632508835,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0512540","School District Name":"SOUTHSIDE SCHOOL DISTRICT","Physical Address Line 1":"70 SCOTT DR","Physical Address Line 2":"","Physical Address City":"BATESVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2170172084130019,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0512520","School District Name":"SO. CONWAY CO. SCHOOL DISTRICT","Physical Address Line 1":"704 E CHURCH","Physical Address Line 2":"","Physical Address City":"MORRILTON","Physical Address State":"AR ","Physical Address Zipcode":"72110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20689655172413793,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0512510","School District Name":"SMACKOVER SCHOOL DISTRICT","Physical Address Line 1":"112 E 8TH ST","Physical Address Line 2":"","Physical Address City":"SMACKOVER","Physical Address State":"AR ","Physical Address Zipcode":"71762","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18552875695732837,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0512480","School District Name":"SLOAN-HENDRIX SCHOOL DIST.","Physical Address Line 1":"1 GREYHOUND CIR","Physical Address Line 2":"","Physical Address City":"IMBODEN","Physical Address State":"AR ","Physical Address Zipcode":"72434","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2225392296718973,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0512450","School District Name":"SILOAM SPRINGS SCHOOL DISTRICT","Physical Address Line 1":"847 S DOGWOOD","Physical Address Line 2":"","Physical Address City":"SILOAM SPRINGS","Physical Address State":"AR ","Physical Address Zipcode":"72761","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1657250470809793,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0512420","School District Name":"SHIRLEY SCHOOL DISTRICT","Physical Address Line 1":"154 SCHOOL DR","Physical Address Line 2":"","Physical Address City":"SHIRLEY","Physical Address State":"AR ","Physical Address Zipcode":"72153","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26264591439688717,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0512210","School District Name":"SEARCY SCHOOL DISTRICT","Physical Address Line 1":"801 N ELM ST","Physical Address Line 2":"","Physical Address City":"SEARCY","Physical Address State":"AR ","Physical Address Zipcode":"72143","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14989376086536604,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0512180","School District Name":"SCRANTON SCHOOL DISTRICT","Physical Address Line 1":"103 N TENTH ST","Physical Address Line 2":"","Physical Address City":"SCRANTON","Physical Address State":"AR ","Physical Address Zipcode":"72863","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13170731707317074,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0512090","School District Name":"SALEM SCHOOL DISTRICT","Physical Address Line 1":"313 HWY 62 E SUITE 1","Physical Address Line 2":"","Physical Address City":"SALEM","Physical Address State":"AR ","Physical Address Zipcode":"72576","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24360699865410498,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0512060","School District Name":"RUSSELLVILLE SCHOOL DISTRICT","Physical Address Line 1":"220 W 10TH ST","Physical Address Line 2":"","Physical Address City":"RUSSELLVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.15932706580900544,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0512000","School District Name":"ROSE BUD SCHOOL DISTRICT","Physical Address Line 1":"124 SCHOOL RD","Physical Address Line 2":"","Physical Address City":"ROSE BUD","Physical Address State":"AR ","Physical Address Zipcode":"72137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19623971797884843,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0511970","School District Name":"ROGERS SCHOOL DISTRICT","Physical Address Line 1":"500 W WALNUT ST","Physical Address Line 2":"","Physical Address City":"ROGERS","Physical Address State":"AR ","Physical Address Zipcode":"72756","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12680231097714142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0511880","School District Name":"QUITMAN SCHOOL DISTRICT","Physical Address Line 1":"6275 HEBER SPRINGS RD W","Physical Address Line 2":"","Physical Address City":"QUITMAN","Physical Address State":"AR ","Physical Address Zipcode":"72131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1649616368286445,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0511850","School District Name":"PULASKI CO. SPEC. SCHOOL DIST.","Physical Address Line 1":"925 E DIXON RD","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72216","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12449417994704501,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0511820","School District Name":"PRESCOTT SCHOOL DISTRICT","Physical Address Line 1":"762 MARTIN ST","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"AR ","Physical Address Zipcode":"71857","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.27556109725685785,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0511760","School District Name":"PRAIRIE GROVE SCHOOL DISTRICT","Physical Address Line 1":"110 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"PRAIRIE GROVE","Physical Address State":"AR ","Physical Address Zipcode":"72753","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.07942238267148015,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0511730","School District Name":"POYEN SCHOOL DISTRICT","Physical Address Line 1":"14296 HWY 270 W","Physical Address Line 2":"","Physical Address City":"POYEN","Physical Address State":"AR ","Physical Address Zipcode":"72128","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20297029702970298,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0511700","School District Name":"POTTSVILLE SCHOOL DISTRICT","Physical Address Line 1":"7000 SR 247","Physical Address Line 2":"","Physical Address City":"POTTSVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72858","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14658803706823925,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0511610","School District Name":"POCAHONTAS SCHOOL DISTRICT","Physical Address Line 1":"2300 N PARK","Physical Address Line 2":"","Physical Address City":"POCAHONTAS","Physical Address State":"AR ","Physical Address Zipcode":"72455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20577617328519857,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0511370","School District Name":"PIGGOTT SCHOOL DISTRICT","Physical Address Line 1":"429 E MAIN","Physical Address Line 2":"","Physical Address City":"PIGGOTT","Physical Address State":"AR ","Physical Address Zipcode":"72454","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.21722846441947566,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0511340","School District Name":"PERRYVILLE SCHOOL DISTRICT","Physical Address Line 1":"614 S FOURCHE AVE","Physical Address Line 2":"","Physical Address City":"PERRYVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72126","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20365853658536584,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0511220","School District Name":"PARKERS CHAPEL SCHOOL DIST.","Physical Address Line 1":"401 PARKERS CHAPEL RD","Physical Address Line 2":"","Physical Address City":"EL DORADO","Physical Address State":"AR ","Physical Address Zipcode":"71730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.16603053435114504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0511130","School District Name":"PARIS SCHOOL DISTRICT","Physical Address Line 1":"602 N TENTH ST","Physical Address Line 2":"","Physical Address City":"PARIS","Physical Address State":"AR ","Physical Address Zipcode":"72855","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1862845445240532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0511070","School District Name":"PANGBURN SCHOOL DISTRICT","Physical Address Line 1":"1100 SHORT ST","Physical Address Line 2":"","Physical Address City":"PANGBURN","Physical Address State":"AR ","Physical Address Zipcode":"72121","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18485915492957747,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0511010","School District Name":"OZARK SCHOOL DISTRICT","Physical Address Line 1":"1609 WALDEN DR","Physical Address Line 2":"","Physical Address City":"OZARK","Physical Address State":"AR ","Physical Address Zipcode":"72949","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20108695652173914,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0510980","School District Name":"OUACHITA SCHOOL DISTRICT","Physical Address Line 1":"166 SCHOOLHOUSE RD","Physical Address Line 2":"","Physical Address City":"DONALDSON","Physical Address State":"AR ","Physical Address Zipcode":"71941","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16119402985074627,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0510950","School District Name":"OSCEOLA SCHOOL DISTRICT","Physical Address Line 1":"2750 W SEMMES","Physical Address Line 2":"","Physical Address City":"OSCEOLA","Physical Address State":"AR ","Physical Address Zipcode":"72370","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30434782608695654,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0510920","School District Name":"OMAHA SCHOOL DISTRICT","Physical Address Line 1":"522 W COLLEGE","Physical Address Line 2":"","Physical Address City":"OMAHA","Physical Address State":"AR ","Physical Address Zipcode":"72662","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0510680","School District Name":"N. LITTLE ROCK SCHOOL DISTRICT","Physical Address Line 1":"2700 POPLAR ST","Physical Address Line 2":"","Physical Address City":"NORTH LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72114","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.25338012178759417,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0510560","School District Name":"NORFORK SCHOOL DISTRICT","Physical Address Line 1":"44 FIREBALL LN","Physical Address Line 2":"","Physical Address City":"NORFORK","Physical Address State":"AR ","Physical Address Zipcode":"72658","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25461254612546125,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0510440","School District Name":"NETTLETON SCHOOL DISTRICT","Physical Address Line 1":"2616 PROGRESS DR","Physical Address Line 2":"","Physical Address City":"JONESBORO","Physical Address State":"AR ","Physical Address Zipcode":"72401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.22807419280970917,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0510410","School District Name":"NEMO VISTA SCHOOL DISTRICT","Physical Address Line 1":"5690 HWY 9","Physical Address Line 2":"","Physical Address City":"CENTER RIDGE","Physical Address State":"AR ","Physical Address Zipcode":"72027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17817371937639198,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0510380","School District Name":"NASHVILLE SCHOOL DISTRICT","Physical Address Line 1":"600 N FOURTH ST","Physical Address Line 2":"","Physical Address City":"NASHVILLE","Physical Address State":"AR ","Physical Address Zipcode":"71852","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24710648148148148,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0510320","School District Name":"SOUTH PIKE COUNTY SCHOOL DISTRICT","Physical Address Line 1":"605 3RD AVE","Physical Address Line 2":"","Physical Address City":"MURFREESBORO","Physical Address State":"AR ","Physical Address Zipcode":"71958","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1978319783197832,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0510290","School District Name":"MULBERRY SCHOOL DISTRICT","Physical Address Line 1":"203 W FIFTH ST","Physical Address Line 2":"","Physical Address City":"MULBERRY","Physical Address State":"AR ","Physical Address Zipcode":"72947","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1674565560821485,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0510260","School District Name":"MOUNTAINBURG SCHOOL DISTRICT","Physical Address Line 1":"129 HWY 71 SW","Physical Address Line 2":"","Physical Address City":"MOUNTAINBURG","Physical Address State":"AR ","Physical Address Zipcode":"72946","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19898605830164764,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0510200","School District Name":"MOUNTAIN VIEW SCHOOL DISTRICT","Physical Address Line 1":"210 HIGH SCHOOL DR","Physical Address Line 2":"","Physical Address City":"MOUNTAIN VIEW","Physical Address State":"AR ","Physical Address Zipcode":"72560","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28474191718661374,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0510170","School District Name":"MOUNTAIN PINE SCHOOL DISTRICT","Physical Address Line 1":"734 BLAKELY DAM RD","Physical Address Line 2":"","Physical Address City":"MOUNTAIN PINE","Physical Address State":"AR ","Physical Address Zipcode":"71956","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.225114854517611,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0510080","School District Name":"MT. VERNON/ENOLA SCHOOL DIST.","Physical Address Line 1":"38 GARLAND SPGS RD","Physical Address Line 2":"","Physical Address City":"MT VERNON","Physical Address State":"AR ","Physical Address Zipcode":"72111","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13242784380305603,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509990","School District Name":"MOUNT IDA SCHOOL DISTRICT","Physical Address Line 1":"338 WHITTINGTON ST","Physical Address Line 2":"","Physical Address City":"MOUNT IDA","Physical Address State":"AR ","Physical Address Zipcode":"71957","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26898047722342733,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509840","School District Name":"MONTICELLO SCHOOL DISTRICT","Physical Address Line 1":"935 SCOGIN DR","Physical Address Line 2":"","Physical Address City":"MONTICELLO","Physical Address State":"AR ","Physical Address Zipcode":"71655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.23194997157475838,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509780","School District Name":"MINERAL SPRINGS SCHOOL DIST.","Physical Address Line 1":"130 W BROWNING","Physical Address Line 2":"","Physical Address City":"MINERAL SPRINGS","Physical Address State":"AR ","Physical Address Zipcode":"71851","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25354330708661416,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509750","School District Name":"MENA SCHOOL DISTRICT","Physical Address Line 1":"501 HICKORY","Physical Address Line 2":"","Physical Address City":"MENA","Physical Address State":"AR ","Physical Address Zipcode":"71953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25507246376811593,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509720","School District Name":"MELBOURNE SCHOOL DISTRICT","Physical Address Line 1":"303 SCHOOL DR","Physical Address Line 2":"","Physical Address City":"MELBOURNE","Physical Address State":"AR ","Physical Address Zipcode":"72556","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20657276995305165,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509630","School District Name":"MCGEHEE SCHOOL DISTRICT","Physical Address Line 1":"409 OAK ST","Physical Address Line 2":"","Physical Address City":"MCGEHEE","Physical Address State":"AR ","Physical Address Zipcode":"71654","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.29867674858223064,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509600","School District Name":"MCCRORY SCHOOL DISTRICT","Physical Address Line 1":"509 N JACKSON ST","Physical Address Line 2":"","Physical Address City":"MCCRORY","Physical Address State":"AR ","Physical Address Zipcode":"72101","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2738336713995943,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509570","School District Name":"MAYNARD SCHOOL DISTRICT","Physical Address Line 1":"74 CAMPUS DR","Physical Address Line 2":"","Physical Address City":"MAYNARD","Physical Address State":"AR ","Physical Address Zipcode":"72444","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2394578313253012,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509540","School District Name":"MAYFLOWER SCHOOL DISTRICT","Physical Address Line 1":"15 OLD SANDY RD","Physical Address Line 2":"","Physical Address City":"MAYFLOWER","Physical Address State":"AR ","Physical Address Zipcode":"72106","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14093959731543623,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0509510","School District Name":"MARVELL SCHOOL DISTRICT","Physical Address Line 1":"203 S PINE ST","Physical Address Line 2":"","Physical Address City":"MARVELL","Physical Address State":"AR ","Physical Address Zipcode":"72366","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3123877917414722,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509480","School District Name":"SEARCY COUNTY SCHOOL DISTRICT","Physical Address Line 1":"952 HWY 65 N","Physical Address Line 2":"","Physical Address City":"MARSHALL","Physical Address State":"AR ","Physical Address Zipcode":"72650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3174946004319654,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509420","School District Name":"MARKED TREE SCHOOL DISTRICT","Physical Address Line 1":"406 ST FRANCIS ST","Physical Address Line 2":"","Physical Address City":"MARKED TREE","Physical Address State":"AR ","Physical Address Zipcode":"72365","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2808219178082192,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509390","School District Name":"MARION SCHOOL DISTRICT","Physical Address Line 1":"200 MANOR ST","Physical Address Line 2":"","Physical Address City":"MARION","Physical Address State":"AR ","Physical Address Zipcode":"72364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2172004132231405,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509360","School District Name":"LEE COUNTY SCHOOL DISTRICT","Physical Address Line 1":"188 W CHESTNUT ST","Physical Address Line 2":"","Physical Address City":"MARIANNA","Physical Address State":"AR ","Physical Address Zipcode":"72360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.4392956441149212,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509330","School District Name":"MANSFIELD SCHOOL DISTRICT","Physical Address Line 1":"402 GROVE ST","Physical Address Line 2":"","Physical Address City":"MANSFIELD","Physical Address State":"AR ","Physical Address Zipcode":"72944","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19653179190751446,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509270","School District Name":"MAMMOTH SPRING SCHOOL DISTRICT","Physical Address Line 1":"410 GOLDSMITH AVE","Physical Address Line 2":"","Physical Address City":"MAMMOTH SPRING","Physical Address State":"AR ","Physical Address Zipcode":"72554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.24649298597194388,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509240","School District Name":"MALVERN SCHOOL DISTRICT","Physical Address Line 1":"1517 S MAIN ST","Physical Address Line 2":"","Physical Address City":"MALVERN","Physical Address State":"AR ","Physical Address Zipcode":"72104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21455223880597016,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509190","School District Name":"MAGNET COVE SCHOOL DIST.","Physical Address Line 1":"472 MAGNET SCHOOL RD","Physical Address Line 2":"","Physical Address City":"MALVERN","Physical Address State":"AR ","Physical Address Zipcode":"72104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14136125654450263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0509150","School District Name":"MAGAZINE SCHOOL DISTRICT","Physical Address Line 1":"485 E PRIDDY ST","Physical Address Line 2":"","Physical Address City":"MAGAZINE","Physical Address State":"AR ","Physical Address Zipcode":"72943","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2182628062360802,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0509060","School District Name":"LONOKE SCHOOL DISTRICT","Physical Address Line 1":"401 W HOLLY ST","Physical Address Line 2":"","Physical Address City":"LONOKE","Physical Address State":"AR ","Physical Address Zipcode":"72086","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16760404949381327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0509000","School District Name":"LITTLE ROCK SCHOOL DISTRICT","Physical Address Line 1":"810 W MARKHAM ST","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.2126338972870157,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0508940","School District Name":"LINCOLN SCHOOL DISTRICT","Physical Address Line 1":"117 BOYER ST STE A","Physical Address Line 2":"","Physical Address City":"LINCOLN","Physical Address State":"AR ","Physical Address Zipcode":"72744","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13337285121517486,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0508730","School District Name":"LAVACA SCHOOL DISTRICT","Physical Address Line 1":"203 FIR ST","Physical Address Line 2":"","Physical Address City":"LAVACA","Physical Address State":"AR ","Physical Address Zipcode":"72941","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16461366181410975,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0508700","School District Name":"LAMAR SCHOOL DISTRICT","Physical Address Line 1":"301 ELBERTA ST","Physical Address Line 2":"","Physical Address City":"LAMAR","Physical Address State":"AR ","Physical Address Zipcode":"72846","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2227112676056338,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0508670","School District Name":"LAKESIDE SCHOOL DISTRICT","Physical Address Line 1":"2837 MALVERN AVE","Physical Address Line 2":"","Physical Address City":"HOT SPRINGS","Physical Address State":"AR ","Physical Address Zipcode":"71901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12432432432432433,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0508640","School District Name":"LAKESIDE SCHOOL DISTRICT (CHICOT COUNTY)","Physical Address Line 1":"1110 S LAKESHORE","Physical Address Line 2":"","Physical Address City":"LAKE VILLAGE","Physical Address State":"AR ","Physical Address Zipcode":"71653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3174354964816263,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0508610","School District Name":"LAKE HAMILTON SCHOOL DISTRICT","Physical Address Line 1":"205 WOLF ST","Physical Address Line 2":"","Physical Address City":"PEARCY","Physical Address State":"AR ","Physical Address Zipcode":"71964","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18177666133820508,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0508490","School District Name":"KIRBY SCHOOL DISTRICT","Physical Address Line 1":"2614 HWY 27N","Physical Address Line 2":"","Physical Address City":"KIRBY","Physical Address State":"AR ","Physical Address Zipcode":"71950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24324324324324326,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0508400","School District Name":"RIVERVIEW SCHOOL DISTRICT","Physical Address Line 1":"800 RAIDER DR","Physical Address Line 2":"","Physical Address City":"SEARCY","Physical Address State":"AR ","Physical Address Zipcode":"72143","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24395604395604395,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0508340","School District Name":"JUNCTION CITY SCHOOL DISTRICT","Physical Address Line 1":"100 W HOLLY","Physical Address Line 2":"","Physical Address City":"JUNCTION CITY","Physical Address State":"AR ","Physical Address Zipcode":"71749","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13267326732673268,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0508280","School District Name":"JONESBORO SCHOOL DISTRICT","Physical Address Line 1":"2506 SW SQUARE","Physical Address Line 2":"","Physical Address City":"JONESBORO","Physical Address State":"AR ","Physical Address Zipcode":"72401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.336155800169348,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0508240","School District Name":"JASPER SCHOOL DISTRICT","Physical Address Line 1":"600 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"JASPER","Physical Address State":"AR ","Physical Address Zipcode":"72641","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24242424242424243,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0508130","School District Name":"HUNTSVILLE SCHOOL DISTRICT","Physical Address Line 1":"570 W MAIN","Physical Address Line 2":"","Physical Address City":"HUNTSVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23982952344052694,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0508040","School District Name":"WEST MEMPHIS SCHOOL DISTRICT","Physical Address Line 1":"301 S AVALON","Physical Address Line 2":"","Physical Address City":"WEST MEMPHIS","Physical Address State":"AR ","Physical Address Zipcode":"72301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3874120406567631,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507990","School District Name":"HOXIE SCHOOL DISTRICT","Physical Address Line 1":"305 SW ALICE ST","Physical Address Line 2":"","Physical Address City":"HOXIE","Physical Address State":"AR ","Physical Address Zipcode":"72433","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24242424242424243,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507920","School District Name":"JESSIEVILLE SCHOOL DISTRICT","Physical Address Line 1":"7900 N HWY 7","Physical Address Line 2":"","Physical Address City":"JESSIEVILLE","Physical Address State":"AR ","Physical Address Zipcode":"71949","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25390625,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507890","School District Name":"HOT SPRINGS SCHOOL DISTRICT","Physical Address Line 1":"400 LINWOOD AVE","Physical Address Line 2":"","Physical Address City":"HOT SPRINGS","Physical Address State":"AR ","Physical Address Zipcode":"71913","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.29698199340603604,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507860","School District Name":"HORATIO SCHOOL DISTRICT","Physical Address Line 1":"205 ISBELL ST","Physical Address Line 2":"","Physical Address City":"HORATIO","Physical Address State":"AR ","Physical Address Zipcode":"71842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21829268292682927,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507840","School District Name":"HOPE SCHOOL DISTRICT","Physical Address Line 1":"117 E SECOND","Physical Address Line 2":"","Physical Address City":"HOPE","Physical Address State":"AR ","Physical Address Zipcode":"71801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25026548672566373,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507770","School District Name":"HIGHLAND SCHOOL DISTRICT","Physical Address Line 1":"1627 HWY 62/412","Physical Address Line 2":"","Physical Address City":"HARDY","Physical Address State":"AR ","Physical Address Zipcode":"72542","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2900355871886121,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507740","School District Name":"CROSS COUNTY SCHOOL DISTRICT","Physical Address Line 1":"21 COUNTY RD 215","Physical Address Line 2":"","Physical Address City":"CHERRY VALLEY","Physical Address State":"AR ","Physical Address Zipcode":"72324","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3742911153119093,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507710","School District Name":"HERMITAGE SCHOOL DISTRICT","Physical Address Line 1":"310 N SCHOOL DR","Physical Address Line 2":"","Physical Address City":"HERMITAGE","Physical Address State":"AR ","Physical Address Zipcode":"71647","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2535211267605634,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507680","School District Name":"HELENA/ W.HELENA SCHOOL DIST.","Physical Address Line 1":"305 VALLEY DR","Physical Address Line 2":"","Physical Address City":"HELENA","Physical Address State":"AR ","Physical Address Zipcode":"72342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3943466172381835,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507620","School District Name":"HECTOR SCHOOL DISTRICT","Physical Address Line 1":"11520 SR 27","Physical Address Line 2":"","Physical Address City":"HECTOR","Physical Address State":"AR ","Physical Address Zipcode":"72843","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1751497005988024,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507560","School District Name":"HEBER SPRINGS SCHOOL DISTRICT","Physical Address Line 1":"1100 W PINE ST","Physical Address Line 2":"","Physical Address City":"HEBER SPRINGS","Physical Address State":"AR ","Physical Address Zipcode":"72543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.196772191185599,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0507530","School District Name":"HAZEN SCHOOL DISTRICT","Physical Address Line 1":"477 N HAZEN AVE","Physical Address Line 2":"","Physical Address City":"HAZEN","Physical Address State":"AR ","Physical Address Zipcode":"72064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23076923076923078,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507380","School District Name":"HARRISON SCHOOL DISTRICT","Physical Address Line 1":"110 S CHERRY","Physical Address Line 2":"","Physical Address City":"HARRISON","Physical Address State":"AR ","Physical Address Zipcode":"72601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1611667648791986,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0507350","School District Name":"HARRISBURG SCHOOL DISTRICT","Physical Address Line 1":"207 W ESTES ST","Physical Address Line 2":"","Physical Address City":"HARRISBURG","Physical Address State":"AR ","Physical Address Zipcode":"72432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22341302555647155,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507320","School District Name":"HARMONY GROVE SCHOOL DISTRICT","Physical Address Line 1":"2621 HWY 229","Physical Address Line 2":"","Physical Address City":"BENTON","Physical Address State":"AR ","Physical Address Zipcode":"72015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06879194630872483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0507290","School District Name":"HARMONY GROVE SCHOOL DISTRICT","Physical Address Line 1":"401 OUACHITA RD 88","Physical Address Line 2":"","Physical Address City":"CAMDEN","Physical Address State":"AR ","Physical Address Zipcode":"71701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20265379975874548,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507230","School District Name":"HAMPTON SCHOOL DISTRICT","Physical Address Line 1":"455 E MAIN ST","Physical Address Line 2":"","Physical Address City":"HAMPTON","Physical Address State":"AR ","Physical Address Zipcode":"71744","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20363636363636364,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507170","School District Name":"HACKETT SCHOOL DISTRICT","Physical Address Line 1":"102 N OAK ST","Physical Address Line 2":"","Physical Address City":"HACKETT","Physical Address State":"AR ","Physical Address Zipcode":"72937","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16988062442607896,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507140","School District Name":"GUY-PERKINS SCHOOL DISTRICT","Physical Address Line 1":"492 HWY 25 N","Physical Address Line 2":"","Physical Address City":"GUY","Physical Address State":"AR ","Physical Address Zipcode":"72061","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10037878787878787,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0507110","School District Name":"GURDON SCHOOL DISTRICT","Physical Address Line 1":"1 GO-DEVIL RD","Physical Address Line 2":"","Physical Address City":"GURDON","Physical Address State":"AR ","Physical Address Zipcode":"71743","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2265943012211669,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0506990","School District Name":"GREENWOOD SCHOOL DISTRICT","Physical Address Line 1":"420 N MAIN","Physical Address Line 2":"","Physical Address City":"GREENWOOD","Physical Address State":"AR ","Physical Address Zipcode":"72936","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12619808306709265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0506930","School District Name":"GREENLAND SCHOOL DISTRICT","Physical Address Line 1":"10 N MAIN","Physical Address Line 2":"","Physical Address City":"GREENLAND","Physical Address State":"AR ","Physical Address Zipcode":"72737","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09328621908127209,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0506900","School District Name":"GREENBRIER SCHOOL DISTRICT","Physical Address Line 1":"4 SCHOOL DR","Physical Address Line 2":"","Physical Address City":"GREENBRIER","Physical Address State":"AR ","Physical Address Zipcode":"72058","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09070034443168772,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0506870","School District Name":"GREEN FOREST SCHOOL DISTRICT","Physical Address Line 1":"400 E TENTH ST","Physical Address Line 2":"","Physical Address City":"GREEN FOREST","Physical Address State":"AR ","Physical Address Zipcode":"72638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1766323024054983,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0506840","School District Name":"GRAVETTE SCHOOL DISTRICT","Physical Address Line 1":"609 BIRMINGHAM SE","Physical Address Line 2":"","Physical Address City":"GRAVETTE","Physical Address State":"AR ","Physical Address Zipcode":"72736","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11896348645465253,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0506690","School District Name":"CENTERPOINT SCHOOL DISTRICT","Physical Address Line 1":"755 HWY 8 E","Physical Address Line 2":"","Physical Address City":"AMITY","Physical Address State":"AR ","Physical Address Zipcode":"71921","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24867162592986186,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0506630","School District Name":"GLEN ROSE SCHOOL DISTRICT","Physical Address Line 1":"14334 HWY 67","Physical Address Line 2":"","Physical Address City":"MALVERN","Physical Address State":"AR ","Physical Address Zipcode":"72104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19004065040650406,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0506540","School District Name":"GENTRY SCHOOL DISTRICT","Physical Address Line 1":"201 S GILES AVE","Physical Address Line 2":"","Physical Address City":"GENTRY","Physical Address State":"AR ","Physical Address Zipcode":"72734","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10481444332998997,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0506420","School District Name":"FOUNTAIN LAKE SCHOOL DISTRICT","Physical Address Line 1":"4207 PARK AVE","Physical Address Line 2":"","Physical Address City":"HOT SPRINGS","Physical Address State":"AR ","Physical Address Zipcode":"71901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19180201082753287,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0506360","School District Name":"FOUKE SCHOOL DISTRICT","Physical Address Line 1":"200 N DAVIS","Physical Address Line 2":"","Physical Address City":"FOUKE","Physical Address State":"AR ","Physical Address Zipcode":"71837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12843224092116917,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0506330","School District Name":"FORT SMITH SCHOOL DISTRICT","Physical Address Line 1":"3205 JENNY LIND RD","Physical Address Line 2":"","Physical Address City":"FORT SMITH","Physical Address State":"AR ","Physical Address Zipcode":"72901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.2502292075965946,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0506270","School District Name":"FORREST CITY SCHOOL DISTRICT","Physical Address Line 1":"845 N ROSSER","Physical Address Line 2":"","Physical Address City":"FORREST CITY","Physical Address State":"AR ","Physical Address Zipcode":"72335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3933933933933934,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0506240","School District Name":"FOREMAN SCHOOL DISTRICT","Physical Address Line 1":"603 DOLLARHIDE","Physical Address Line 2":"","Physical Address City":"FOREMAN","Physical Address State":"AR ","Physical Address Zipcode":"71836","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17256637168141592,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0506210","School District Name":"FORDYCE SCHOOL DISTRICT","Physical Address Line 1":"104 COLLEGE ST","Physical Address Line 2":"","Physical Address City":"FORDYCE","Physical Address State":"AR ","Physical Address Zipcode":"71742","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25748502994011974,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0506150","School District Name":"FLIPPIN SCHOOL DISTRICT","Physical Address Line 1":"210 ALFORD ST","Physical Address Line 2":"","Physical Address City":"FLIPPIN","Physical Address State":"AR ","Physical Address Zipcode":"72634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22672064777327935,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0506120","School District Name":"FAYETTEVILLE SCHOOL DISTRICT","Physical Address Line 1":"1000 W STONE ST","Physical Address Line 2":"","Physical Address City":"FAYETTEVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11189933282661937,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0506090","School District Name":"FARMINGTON SCHOOL DISTRICT","Physical Address Line 1":"42 S DOUBLE SPRINGS RD","Physical Address Line 2":"","Physical Address City":"FARMINGTON","Physical Address State":"AR ","Physical Address Zipcode":"72730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08396656534954407,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0506060","School District Name":"CAMDEN FAIRVIEW SCHOOL DIST.","Physical Address Line 1":"625 CLIFTON ST","Physical Address Line 2":"","Physical Address City":"CAMDEN","Physical Address State":"AR ","Physical Address Zipcode":"71701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.27588730332967437,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0505970","School District Name":"EUREKA SPRINGS SCHOOL DISTRICT","Physical Address Line 1":"147 GREENWOOD HOLLOW RD","Physical Address Line 2":"","Physical Address City":"EUREKA SPRINGS","Physical Address State":"AR ","Physical Address Zipcode":"72632","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2052980132450331,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0505850","School District Name":"ENGLAND SCHOOL DISTRICT","Physical Address Line 1":"501 PINE BLUFF HWY","Physical Address Line 2":"","Physical Address City":"ENGLAND","Physical Address State":"AR ","Physical Address Zipcode":"72046","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19842312746386334,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0505760","School District Name":"ELKINS SCHOOL DISTRICT","Physical Address Line 1":"349 N CENTER","Physical Address Line 2":"","Physical Address City":"ELKINS","Physical Address State":"AR ","Physical Address Zipcode":"72727","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09527896995708154,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0505680","School District Name":"EL DORADO SCHOOL DISTRICT","Physical Address Line 1":"200 W OAK ST","Physical Address Line 2":"","Physical Address City":"EL DORADO","Physical Address State":"AR ","Physical Address Zipcode":"71730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.21502835538752363,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0505580","School District Name":"EAST END SCHOOL DISTRICT","Physical Address Line 1":"114 PANTHER DR","Physical Address Line 2":"","Physical Address City":"BIGELOW","Physical Address State":"AR ","Physical Address Zipcode":"72016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19497784342688332,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0505550","School District Name":"EARLE SCHOOL DISTRICT","Physical Address Line 1":"1401 THIRD ST","Physical Address Line 2":"","Physical Address City":"EARLE","Physical Address State":"AR ","Physical Address Zipcode":"72331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.38636363636363635,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0505500","School District Name":"DUMAS SCHOOL DISTRICT","Physical Address Line 1":"213 ADAMS ST","Physical Address Line 2":"","Physical Address City":"DUMAS","Physical Address State":"AR ","Physical Address Zipcode":"71639","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2995426829268293,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0505470","School District Name":"DREW CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"250 UNIVERSITY DR","Physical Address Line 2":"","Physical Address City":"MONTICELLO","Physical Address State":"AR ","Physical Address Zipcode":"71655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.204337899543379,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0505430","School District Name":"DOVER SCHOOL DISTRICT","Physical Address Line 1":"9371 MARKET ST","Physical Address Line 2":"","Physical Address City":"DOVER","Physical Address State":"AR ","Physical Address Zipcode":"72837","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1544885177453027,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0505410","School District Name":"DOLLARWAY SCHOOL DISTRICT","Physical Address Line 1":"4900 DOLLARWAY RD","Physical Address Line 2":"","Physical Address City":"PINE BLUFF","Physical Address State":"AR ","Physical Address Zipcode":"71602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.29015544041450775,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0505340","School District Name":"DIERKS SCHOOL DISTRICT","Physical Address Line 1":"900 OLD HWY 70 W","Physical Address Line 2":"","Physical Address City":"DIERKS","Physical Address State":"AR ","Physical Address Zipcode":"71833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17685589519650655,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0505190","School District Name":"DES ARC SCHOOL DISTRICT","Physical Address Line 1":"600 MAIN ST","Physical Address Line 2":"","Physical Address City":"DES ARC","Physical Address State":"AR ","Physical Address Zipcode":"72040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23943661971830985,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0505170","School District Name":"DERMOTT SCHOOL DISTRICT","Physical Address Line 1":"525 E SPEEDWAY HWY 35","Physical Address Line 2":"","Physical Address City":"DERMOTT","Physical Address State":"AR ","Physical Address Zipcode":"71638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.4329411764705882,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504980","School District Name":"DECATUR SCHOOL DISTRICT","Physical Address Line 1":"1498 STADIUM AVE","Physical Address Line 2":"","Physical Address City":"DECATUR","Physical Address State":"AR ","Physical Address Zipcode":"72722","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14427860696517414,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504930","School District Name":"DARDANELLE SCHOOL DISTRICT","Physical Address Line 1":"209 CEDAR","Physical Address Line 2":"","Physical Address City":"DARDANELLE","Physical Address State":"AR ","Physical Address Zipcode":"72834","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.183806146572104,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0504890","School District Name":"DANVILLE SCHOOL DISTRICT","Physical Address Line 1":"E 11TH and BOSTON","Physical Address Line 2":"","Physical Address City":"DANVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72833","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20100502512562815,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504860","School District Name":"CUTTER-MORNING STAR SCH. DIST.","Physical Address Line 1":"2801 SPRING ST","Physical Address Line 2":"","Physical Address City":"HOT SPRINGS","Physical Address State":"AR ","Physical Address Zipcode":"71901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19571865443425077,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0504800","School District Name":"CROSSETT SCHOOL DISTRICT","Physical Address Line 1":"219 MAIN","Physical Address Line 2":"","Physical Address City":"CROSSETT","Physical Address State":"AR ","Physical Address Zipcode":"71635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.23465289730349972,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504740","School District Name":"COUNTY LINE SCHOOL DISTRICT","Physical Address Line 1":"12092 W STATE HWY 22","Physical Address Line 2":"","Physical Address City":"BRANCH","Physical Address State":"AR ","Physical Address Zipcode":"72928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21521335807050093,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504680","School District Name":"COTTER SCHOOL DISTRICT","Physical Address Line 1":"MABLE and LITHIA ST","Physical Address Line 2":"","Physical Address City":"COTTER","Physical Address State":"AR ","Physical Address Zipcode":"72626","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.26725403817914833,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504590","School District Name":"CONWAY SCHOOL DISTRICT","Physical Address Line 1":"2220 PRINCE ST","Physical Address Line 2":"","Physical Address City":"CONWAY","Physical Address State":"AR ","Physical Address Zipcode":"72034","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.12486373165618449,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0504560","School District Name":"CONCORD SCHOOL DISTRICT","Physical Address Line 1":"10920 N HEBER SPRINGS RD","Physical Address Line 2":"","Physical Address City":"CONCORD","Physical Address State":"AR ","Physical Address Zipcode":"72523","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19247467438494936,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504410","School District Name":"CLINTON SCHOOL DISTRICT","Physical Address Line 1":"683 POPLAR ST","Physical Address Line 2":"","Physical Address City":"CLINTON","Physical Address State":"AR ","Physical Address Zipcode":"72031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20015337423312884,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504380","School District Name":"CLARKSVILLE SCHOOL DISTRICT","Physical Address Line 1":"1701 CLARK RD","Physical Address Line 2":"","Physical Address City":"CLARKSVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.21338757396449703,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504370","School District Name":"RECTOR SCHOOL DISTRICT","Physical Address Line 1":"604 W 5TH ST","Physical Address Line 2":"","Physical Address City":"RECTOR","Physical Address State":"AR ","Physical Address Zipcode":"72461","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22419928825622776,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504350","School District Name":"CLARENDON SCHOOL DISTRICT","Physical Address Line 1":"316 N SIXTH ST","Physical Address Line 2":"","Physical Address City":"CLARENDON","Physical Address State":"AR ","Physical Address Zipcode":"72029","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.34032634032634035,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504200","School District Name":"CHARLESTON SCHOOL DISTRICT","Physical Address Line 1":"125 W MAIN","Physical Address Line 2":"","Physical Address City":"CHARLESTON","Physical Address State":"AR ","Physical Address Zipcode":"72933","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14028776978417265,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504170","School District Name":"WHITE CO. CENTRAL SCHOOL DIST.","Physical Address Line 1":"3259 HWY 157","Physical Address Line 2":"","Physical Address City":"JUDSONIA","Physical Address State":"AR ","Physical Address Zipcode":"72081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19448275862068964,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504110","School District Name":"GENOA CENTRAL SCHOOL DISTRICT","Physical Address Line 1":"12472 ST HWY 196","Physical Address Line 2":"","Physical Address City":"TEXARKANA","Physical Address State":"AR ","Physical Address Zipcode":"71854","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20634920634920634,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504080","School District Name":"CEDARVILLE SCHOOL DISTRICT","Physical Address Line 1":"9500 PIRATES POINT","Physical Address Line 2":"","Physical Address City":"CEDARVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72932","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2502532928064843,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504050","School District Name":"CAVE CITY SCHOOL DISTRICT","Physical Address Line 1":"711 N MAIN ST","Physical Address Line 2":"","Physical Address City":"CAVE CITY","Physical Address State":"AR ","Physical Address Zipcode":"72521","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22526041666666666,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0504020","School District Name":"WESTSIDE CONS. SCHOOL DISTRICT","Physical Address Line 1":"1630 HWY 91 W","Physical Address Line 2":"","Physical Address City":"JONESBORO","Physical Address State":"AR ","Physical Address Zipcode":"72404","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17870722433460076,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0503960","School District Name":"CARLISLE SCHOOL DISTRICT","Physical Address Line 1":"520 CENTER ST","Physical Address Line 2":"","Physical Address City":"CARLISLE","Physical Address State":"AR ","Physical Address Zipcode":"72024","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13210039630118892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0503840","School District Name":"CALICO ROCK SCHOOL DISTRICT","Physical Address Line 1":"301 COLLEGE ST","Physical Address Line 2":"","Physical Address City":"CALICO ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72519","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24681933842239187,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0503770","School District Name":"CADDO HILLS SCHOOL DISTRICT","Physical Address Line 1":"2268 HWY 8 E","Physical Address Line 2":"","Physical Address City":"NORMAN","Physical Address State":"AR ","Physical Address Zipcode":"71960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28308823529411764,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0503750","School District Name":"CABOT SCHOOL DISTRICT","Physical Address Line 1":"602 N LINCOLN","Physical Address Line 2":"","Physical Address City":"CABOT","Physical Address State":"AR ","Physical Address Zipcode":"72023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10102589154860772,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0503710","School District Name":"BUFFALO IS. CENTRAL SCH. DIST.","Physical Address Line 1":"801 W DREW","Physical Address Line 2":"","Physical Address City":"MONETTE","Physical Address State":"AR ","Physical Address Zipcode":"72447","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19235225955967555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0503690","School District Name":"BRYANT SCHOOL DISTRICT","Physical Address Line 1":"200 NW FOURTH ST","Physical Address Line 2":"","Physical Address City":"BRYANT","Physical Address State":"AR ","Physical Address Zipcode":"72022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09758782904614152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0503640","School District Name":"BROOKLAND SCHOOL DISTRICT","Physical Address Line 1":"200 W SCHOOL ST","Physical Address Line 2":"","Physical Address City":"BROOKLAND","Physical Address State":"AR ","Physical Address Zipcode":"72417","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1324538258575198,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0503630","School District Name":"BRINKLEY SCHOOL DISTRICT","Physical Address Line 1":"200 TIGER DR","Physical Address Line 2":"","Physical Address City":"BRINKLEY","Physical Address State":"AR ","Physical Address Zipcode":"72021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3825136612021858,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0503480","School District Name":"BRADFORD SCHOOL DISTRICT","Physical Address Line 1":"504 W MAIN","Physical Address Line 2":"","Physical Address City":"BRADFORD","Physical Address State":"AR ","Physical Address Zipcode":"72020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19807692307692307,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0503450","School District Name":"BOONEVILLE SCHOOL DISTRICT","Physical Address Line 1":"381 W SEVENTH ST","Physical Address Line 2":"","Physical Address City":"BOONEVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72927","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2422360248447205,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0503420","School District Name":"LEAD HILL SCHOOL DISTRICT","Physical Address Line 1":"6966 MILAM DR","Physical Address Line 2":"","Physical Address City":"LEAD HILL","Physical Address State":"AR ","Physical Address Zipcode":"72644","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2557603686635945,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0503320","School District Name":"BLYTHEVILLE SCHOOL DISTRICT","Physical Address Line 1":"405 W PARK ST","Physical Address Line 2":"","Physical Address City":"BLYTHEVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72315","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.31197363603075795,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0503300","School District Name":"BLEVINS SCHOOL DISTRICT","Physical Address Line 1":"5954 HWY 29 N","Physical Address Line 2":"","Physical Address City":"BLEVINS","Physical Address State":"AR ","Physical Address Zipcode":"71825","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2433774834437086,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0503240","School District Name":"BISMARCK SCHOOL DISTRICT","Physical Address Line 1":"11636 HWY 84","Physical Address Line 2":"","Physical Address City":"BISMARCK","Physical Address State":"AR ","Physical Address Zipcode":"71929","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2006079027355623,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0503150","School District Name":"BERRYVILLE SCHOOL DISTRICT","Physical Address Line 1":"902 W TRIMBLE","Physical Address Line 2":"","Physical Address City":"BERRYVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72616","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.17387127761767532,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0503090","School District Name":"BERGMAN SCHOOL DISTRICT","Physical Address Line 1":"8949 HWY 7 N","Physical Address Line 2":"","Physical Address City":"HARRISON","Physical Address State":"AR ","Physical Address Zipcode":"72601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15524625267665954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0503060","School District Name":"BENTONVILLE SCHOOL DISTRICT","Physical Address Line 1":"500 TIGER BLVD","Physical Address Line 2":"","Physical Address City":"BENTONVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72712","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06414055884843353,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0503030","School District Name":"PEA RIDGE SCHOOL DISTRICT","Physical Address Line 1":"781 W PICKENS RD","Physical Address Line 2":"","Physical Address City":"PEA RIDGE","Physical Address State":"AR ","Physical Address Zipcode":"72751","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10307898259705489,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0502960","School District Name":"BENTON SCHOOL DISTRICT","Physical Address Line 1":"500 RIVER ST","Physical Address Line 2":"","Physical Address City":"BENTON","Physical Address State":"AR ","Physical Address Zipcode":"72015","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10262934690415607,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0502880","School District Name":"BEEBE SCHOOL DISTRICT","Physical Address Line 1":"1201 W CENTER ST","Physical Address Line 2":"","Physical Address City":"BEEBE","Physical Address State":"AR ","Physical Address Zipcode":"72012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1575028636884307,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0502820","School District Name":"BAY SCHOOL DISTRICT","Physical Address Line 1":"700 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"BAY","Physical Address State":"AR ","Physical Address Zipcode":"72411","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18078175895765472,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0502790","School District Name":"BAUXITE SCHOOL DISTRICT","Physical Address Line 1":"800 SCHOOL ST","Physical Address Line 2":"","Physical Address City":"BAUXITE","Physical Address State":"AR ","Physical Address Zipcode":"72011","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.09662576687116564,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0502730","School District Name":"BARTON-LEXA SCHOOL DISTRICT","Physical Address Line 1":"9546 HWY 85 S","Physical Address Line 2":"","Physical Address City":"LEXA","Physical Address State":"AR ","Physical Address Zipcode":"72355","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25210084033613445,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0502700","School District Name":"BALD KNOB SCHOOL DISTRICT","Physical Address Line 1":"103 W PARK ST","Physical Address Line 2":"","Physical Address City":"BALD KNOB","Physical Address State":"AR ","Physical Address Zipcode":"72010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.20915032679738563,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0502670","School District Name":"AUGUSTA SCHOOL DISTRICT","Physical Address Line 1":"320 SYCAMORE","Physical Address Line 2":"","Physical Address City":"AUGUSTA","Physical Address State":"AR ","Physical Address Zipcode":"72006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3855140186915888,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0502610","School District Name":"ATKINS SCHOOL DISTRICT","Physical Address Line 1":"307 N CHURCH","Physical Address Line 2":"","Physical Address City":"ATKINS","Physical Address State":"AR ","Physical Address Zipcode":"72823","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19602977667493796,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0502580","School District Name":"ASHDOWN SCHOOL DISTRICT","Physical Address Line 1":"511 N SECOND","Physical Address Line 2":"","Physical Address City":"ASHDOWN","Physical Address State":"AR ","Physical Address Zipcode":"71822","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23997185080928923,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0502550","School District Name":"ARMOREL SCHOOL DISTRICT","Physical Address Line 1":"4555 N HWY 137","Physical Address Line 2":"","Physical Address City":"ARMOREL","Physical Address State":"AR ","Physical Address Zipcode":"72310","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.156794425087108,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0502430","School District Name":"ARKADELPHIA SCHOOL DISTRICT","Physical Address Line 1":"235 N 11TH","Physical Address Line 2":"","Physical Address City":"ARKADELPHIA","Physical Address State":"AR ","Physical Address Zipcode":"71923","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19497178040020524,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0502280","School District Name":"ALPENA SCHOOL DISTRICT","Physical Address Line 1":"300 S DENVER","Physical Address Line 2":"","Physical Address City":"ALPENA","Physical Address State":"AR ","Physical Address Zipcode":"72611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2767527675276753,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0502250","School District Name":"ALMA SCHOOL DISTRICT","Physical Address Line 1":"916 HWY 64 E","Physical Address Line 2":"","Physical Address City":"ALMA","Physical Address State":"AR ","Physical Address Zipcode":"72921","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.17377260981912146,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0500439","School District Name":"ARKANSAS STATE UNIVERSITY–MIDSOUTH TECHNICAL CENTER","Physical Address Line 1":"2000 W BROADWAY","Physical Address Line 2":"","Physical Address City":"WEST MEMPHIS","Physical Address State":"AR ","Physical Address Zipcode":"72301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500438","School District Name":"COSSATOT COMMUNITY COLLEGE OF THE UA","Physical Address Line 1":"183 College Drive","Physical Address Line 2":"","Physical Address City":"Dequeen","Physical Address State":"AR ","Physical Address Zipcode":"71832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500437","School District Name":"BLACK RIVER TECHNICAL COLLEGE","Physical Address Line 1":"1410 Highway 304 East","Physical Address Line 2":"","Physical Address City":"POCAHONTAS","Physical Address State":"AR ","Physical Address Zipcode":"72455","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500436","School District Name":"ARK TECH UNIVERISTY CAREER CENTER","Physical Address Line 1":"215 West O Street","Physical Address Line 2":"","Physical Address City":"RUSSELLVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500435","School District Name":"UA RICH MOUNTAIN TECHNICAL CENTER","Physical Address Line 1":"1100 College Drive","Physical Address Line 2":"","Physical Address City":"Mena","Physical Address State":"AR ","Physical Address Zipcode":"71953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500434","School District Name":"JEFFERSON AREA CAREER CENTER","Physical Address Line 1":"912 West 6th Avenue","Physical Address Line 2":"","Physical Address City":"PINE BLUFF","Physical Address State":"AR ","Physical Address Zipcode":"71601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500433","School District Name":"ASU NEWPORT SEC CAREER CENTER (IGNITE)","Physical Address Line 1":"7648 Victory Blvd","Physical Address Line 2":"","Physical Address City":"NEWPORT","Physical Address State":"AR ","Physical Address Zipcode":"72112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500432","School District Name":"OZARKA COLLEGE TECHNICAL CENTER","Physical Address Line 1":"218 COLLEGE DRIVE","Physical Address Line 2":"","Physical Address City":"MELBOURNE","Physical Address State":"AR ","Physical Address Zipcode":"72556","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500431","School District Name":"UACCB TECHNICAL CENTER","Physical Address Line 1":"2005 White Drive","Physical Address Line 2":"","Physical Address City":"Batesville","Physical Address State":"AR ","Physical Address Zipcode":"72501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500430","School District Name":"UA HOPE TEXARKANA TECHNICAL CENTER","Physical Address Line 1":"2500 South Main","Physical Address Line 2":"","Physical Address City":"Hope","Physical Address State":"AR ","Physical Address Zipcode":"71801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500429","School District Name":"UACCM TECHNICAL CENTER","Physical Address Line 1":"1537 University Blvd.","Physical Address Line 2":"","Physical Address City":"MORRILTON","Physical Address State":"AR ","Physical Address Zipcode":"72210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500428","School District Name":"ASU - MOUNTAIN HOME CAREER CENTER","Physical Address Line 1":"1600 South College St","Physical Address Line 2":"","Physical Address City":"MOUNTAIN HOME","Physical Address State":"AR ","Physical Address Zipcode":"72653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500427","School District Name":"FRIENDSHIP ASPIRE ACADEMY SOUTHEAST PINE BLUFF","Physical Address Line 1":"3615 W 25th Street","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500426","School District Name":"HOPE ACADEMY OF NW ARKANSAS","Physical Address Line 1":"14100 Vaughn Rd.","Physical Address Line 2":"","Physical Address City":"BENTONVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72713","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500425","School District Name":"RESPONSIVE ED SOLUTIONS PREMIER HIGH SCHOOL OF N LITTLE ROCK","Physical Address Line 1":"400 HARDIN RD","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72211","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500424","School District Name":"FRIENDSHIP ASPIRE ACADEMY LITTLE ROCK","Physical Address Line 1":"3615 West 25th Street","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500423","School District Name":"FRIENDSHIP ASPIRE ACADEMY PINE BLUFF","Physical Address Line 1":"3911 S HAZEL ST","Physical Address Line 2":"","Physical Address City":"PINE BLUFF","Physical Address State":"AR ","Physical Address Zipcode":"71603","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500421","School District Name":"SCHOLARMADE ACHIEVEMENT PLACE","Physical Address Line 1":"2410 S BATTERY ST","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500420","School District Name":"THE EXCEL CENTER","Physical Address Line 1":"7400 SCOTT HAMILTON RD","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72209","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500419","School District Name":"JACKSONVILLE NORTH PULASKI SCHOOL DISTRICT","Physical Address Line 1":"1414 W MAIN","Physical Address Line 2":"","Physical Address City":"JACKSONVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72076","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23307933662034963,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500418","School District Name":"FUTURE SCHOOL OF FORT SMITH","Physical Address Line 1":"622 N 7TH ST","Physical Address Line 2":"","Physical Address City":"FORT SMITH","Physical Address State":"AR ","Physical Address Zipcode":"72917","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500417","School District Name":"ARKANSAS CONNECTIONS ACADEMY","Physical Address Line 1":"1009 BEAU TERRE DR BLDG O","Physical Address Line 2":"","Physical Address City":"BENTONVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72712","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500413","School District Name":"CAPITOL CITY LIGHTHOUSE ACADEMY","Physical Address Line 1":"401 MAIN ST","Physical Address Line 2":"","Physical Address City":"NORTH LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500411","School District Name":"EXALT ACADEMY OF SOUTHWEST LITTLE ROCK","Physical Address Line 1":"6111 W 83RD ST","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72209","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500409","School District Name":"RESPONSIVE ED SOLUTIONS NORTHWEST ARK CLASSICAL ACADEMY","Physical Address Line 1":"1300 MELISSA DR STE 216","Physical Address Line 2":"","Physical Address City":"BENTONVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72712","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500408","School District Name":"RESPONSIVE ED SOLUTIONS PREMIER HIGH SCHOOL OF LITTLE ROCK","Physical Address Line 1":"1621 DR. MARTIN LUTHER KING DR","Physical Address Line 2":"","Physical Address City":"Little Rock","Physical Address State":"AR ","Physical Address Zipcode":"72206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500407","School District Name":"GRADUATE ARKANSAS SCHOOL","Physical Address Line 1":"6900 SCOTT HAMILTON RD","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72209","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500406","School District Name":"PINE BLUFF LIGHTHOUSE ACADEMY","Physical Address Line 1":"708 W SECOND ST","Physical Address Line 2":"","Physical Address City":"PINE BLUFF","Physical Address State":"AR ","Physical Address Zipcode":"71601","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500405","School District Name":"COSSATOT RIVER SCHOOL DISTRICT","Physical Address Line 1":"130 SCHOOL DR","Physical Address Line 2":"","Physical Address City":"WICKES","Physical Address State":"AR ","Physical Address Zipcode":"71973","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26605504587155965,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500402","School District Name":"JACKSONVILLE LIGHTHOUSE CHARTER","Physical Address Line 1":"251 N FIRST ST","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72076","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500398","School District Name":"ESTEM HIGH CHARTER","Physical Address Line 1":"112 W 3RD ST LEVEL 3","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500394","School District Name":"ARKANSAS VIRTUAL ACADEMY","Physical Address Line 1":"10802 EXECUTIVE CTR DR STE 205","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72211","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500390","School District Name":"ARKANSAS YOUTH SERVICES SCHOOL SYSTEM","Physical Address Line 1":"701 MAIN ST","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500389","School District Name":"DHS DIVISION OF DEVELOPMENTAL DISABILITIES SERVICES","Physical Address Line 1":"701 MAIN ST","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500082","School District Name":"LAWRENCE COUNTY SCHOOL DISTRICT","Physical Address Line 1":"508 E FREE ST","Physical Address Line 2":"","Physical Address City":"WALNUT RIDGE","Physical Address State":"AR ","Physical Address Zipcode":"72476","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2231833910034602,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500081","School District Name":"NORTHWEST ARKANSAS COMMUNITY COLLEGE REGIONAL CENTER","Physical Address Line 1":"2350 OLD FARMINGTON","Physical Address Line 2":"","Physical Address City":"FAYETTEVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500080","School District Name":"ARKANSAS NORTHEASTERN COLLEGE TECHNICAL CENTER","Physical Address Line 1":"2501 S DIVISION ST","Physical Address Line 2":"","Physical Address City":"BLYTHEVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72315","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500079","School District Name":"TWO RIVERS SCHOOL DISTRICT","Physical Address Line 1":"600 MAIN ST","Physical Address Line 2":"","Physical Address City":"PLAINVIEW","Physical Address State":"AR ","Physical Address Zipcode":"72857","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500078","School District Name":"HAAS HALL ACADEMY","Physical Address Line 1":"3155 N COLLEGE AVE STE 108","Physical Address Line 2":"","Physical Address City":"FAYETTEVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72730","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500076","School District Name":"OZARK MOUNTAIN SCHOOL DISTRICT","Physical Address Line 1":"250 S HWY 65","Physical Address Line 2":"","Physical Address City":"ST JOE","Physical Address State":"AR ","Physical Address Zipcode":"72675","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2749003984063745,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500075","School District Name":"EAST ARKANSAS CAREER CENTER","Physical Address Line 1":"1700 NEW CASTLE RD","Physical Address Line 2":"","Physical Address City":"FORRECT CITY","Physical Address State":"AR ","Physical Address Zipcode":"72335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500074","School District Name":"LISA ACADEMY CHARTER","Physical Address Line 1":"21 CORPORATE HILL DR","Physical Address Line 2":"","Physical Address City":"Little Rock","Physical Address State":"AR ","Physical Address Zipcode":"72205","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500073","School District Name":"OUACHITA RIVER SCHOOL DISTRICT","Physical Address Line 1":"143 POLK RD 96","Physical Address Line 2":"","Physical Address City":"MENA","Physical Address State":"AR ","Physical Address Zipcode":"71953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22406015037593985,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500072","School District Name":"DEER/MT. JUDEA SCHOOL DISTRICT","Physical Address Line 1":"HWY 61 PARKER RIDGE RD","Physical Address Line 2":"","Physical Address City":"DEER","Physical Address State":"AR ","Physical Address Zipcode":"72628","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3344370860927152,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500071","School District Name":"HILLCREST SCHOOL DISTRICT","Physical Address Line 1":"146 S MAIN ST","Physical Address Line 2":"","Physical Address City":"STRAWBERRY","Physical Address State":"AR ","Physical Address Zipcode":"72469","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26283048211508553,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500070","School District Name":"CEDAR RIDGE SCHOOL DISTRICT","Physical Address Line 1":"1502 N HILL ST","Physical Address Line 2":"","Physical Address City":"NEWARK","Physical Address State":"AR ","Physical Address Zipcode":"72562","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15362595419847327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500068","School District Name":"EMERSON-TAYLOR SCHOOL DISTRICT","Physical Address Line 1":"508 W MAIN","Physical Address Line 2":"","Physical Address City":"Emerson","Physical Address State":"AR ","Physical Address Zipcode":"71740","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20843672456575682,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500067","School District Name":"CLEVELAND COUNTY SCHOOL DIST.","Physical Address Line 1":"700 MAIN ST","Physical Address Line 2":"","Physical Address City":"RISON","Physical Address State":"AR ","Physical Address Zipcode":"71665","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19161676646706588,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500066","School District Name":"PHILLIPS COMMUNITY COLLEGE CAREER & TECHNICAL CENTER","Physical Address Line 1":"2807 HWY 165 S","Physical Address Line 2":"","Physical Address City":"STUTTGART","Physical Address State":"AR ","Physical Address Zipcode":"72160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500065","School District Name":"LAFAYETTE COUNTY SCHOOL DISTRICT","Physical Address Line 1":"712 CHESTNUT ST","Physical Address Line 2":"","Physical Address City":"LEWISVILLE","Physical Address State":"AR ","Physical Address Zipcode":"71845","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2915451895043732,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500062","School District Name":"KIPP DELTA PUBLIC SCHOOLS","Physical Address Line 1":"415 OHIO ST","Physical Address Line 2":"","Physical Address City":"HELENA","Physical Address State":"AR ","Physical Address Zipcode":"72342","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500061","School District Name":"IMBODEN CHARTER SCHOOL DISTRICT","Physical Address Line 1":"605 W 3RD ST","Physical Address Line 2":"","Physical Address City":"IMBODEN","Physical Address State":"AR ","Physical Address Zipcode":"72434","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500060","School District Name":"NORTH ARKANSAS COLLEGE SECONDARY CENTER","Physical Address Line 1":"1515 PIONEER DR","Physical Address Line 2":"","Physical Address City":"HARRISON","Physical Address State":"AR ","Physical Address Zipcode":"72601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500059","School District Name":"ACADEMICS PLUS CHARTER SCHOOL","Physical Address Line 1":"900 EDGEWOOD DR","Physical Address Line 2":"","Physical Address City":"MAUMELLE","Physical Address State":"AR ","Physical Address Zipcode":"72113","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500058","School District Name":"UA-PTC TECHNICAL CENTER","Physical Address Line 1":"16936 Interstate 30 North","Physical Address Line 2":"","Physical Address City":"Benton","Physical Address State":"AR ","Physical Address Zipcode":"72019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500057","School District Name":"NATIONAL PARK TECHNOLOGY CENTER","Physical Address Line 1":"101 COLLEGE DR","Physical Address Line 2":"","Physical Address City":"HOT SPRINGS","Physical Address State":"AR ","Physical Address Zipcode":"71913","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500056","School District Name":"ASU BEEBE REGIONAL CAREER CENTER - SEARCY","Physical Address Line 1":"1800 E MOORE","Physical Address Line 2":"","Physical Address City":"SEARCY","Physical Address State":"AR ","Physical Address Zipcode":"72145","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500055","School District Name":"BENTON COUNTY SCHOOL OF ARTS","Physical Address Line 1":"8 HALSTED CIR STE 5","Physical Address Line 2":"","Physical Address City":"ROGERS","Physical Address State":"AR ","Physical Address Zipcode":"72756","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500054","School District Name":"ASU THREE RIVERS CAREER CENTER","Physical Address Line 1":"1 COLLEGE CIR","Physical Address Line 2":"","Physical Address City":"MALVERN","Physical Address State":"AR ","Physical Address Zipcode":"72104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500053","School District Name":"WESTARK TECHNICAL CENTER","Physical Address Line 1":"5210 GRAND AVE","Physical Address Line 2":"","Physical Address City":"FORT SMITH","Physical Address State":"AR ","Physical Address Zipcode":"72913","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500052","School District Name":"SOUTH ARK CAREER CENTER","Physical Address Line 1":"3696 E MAIN RD","Physical Address Line 2":"","Physical Address City":"EL DORADO","Physical Address State":"AR ","Physical Address Zipcode":"71730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500051","School District Name":"PALESTINE-WHEATLEY SCH. DIST.","Physical Address Line 1":"7950 HWY 70 W","Physical Address Line 2":"","Physical Address City":"PALESTINE","Physical Address State":"AR ","Physical Address Zipcode":"72372","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30254777070063693,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500049","School District Name":"DEQUEEN SCHOOL DISTRICT","Physical Address Line 1":"101 N NINTH ST","Physical Address Line 2":"","Physical Address City":"DE QUEEN","Physical Address State":"AR ","Physical Address Zipcode":"71832","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.22030158146377343,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500048","School District Name":"EAST POINSETT CO. SCHOOL DIST.","Physical Address Line 1":"502 MCCLELLAN ST","Physical Address Line 2":"","Physical Address City":"LEPANTO","Physical Address State":"AR ","Physical Address Zipcode":"72354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2593220338983051,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500047","School District Name":"TRUMANN SCHOOL DISTRICT","Physical Address Line 1":"221 PINE AVE","Physical Address Line 2":"","Physical Address City":"TRUMANN","Physical Address State":"AR ","Physical Address Zipcode":"72472","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2944514501891551,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500046","School District Name":"MANILA SCHOOL DISTRICT","Physical Address Line 1":"419 E OLYMPIA ST","Physical Address Line 2":"","Physical Address City":"MANILA","Physical Address State":"AR ","Physical Address Zipcode":"72442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15070242656449553,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0500045","School District Name":"RIVERCREST SCHOOL DISTRICT #57","Physical Address Line 1":"22 JEFFERSON","Physical Address Line 2":"","Physical Address City":"WILSON","Physical Address State":"AR ","Physical Address Zipcode":"72395","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2286302780638517,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500044","School District Name":"MAGNOLIA SCHOOL DISTRICT","Physical Address Line 1":"1400 HIGH SCHOOL DR","Physical Address Line 2":"","Physical Address City":"MAGNOLIA","Physical Address State":"AR ","Physical Address Zipcode":"71753","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.25284580889962055,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500043","School District Name":"MOUNTAIN HOME SCHOOL DISTRICT","Physical Address Line 1":"2465 RODEO DR","Physical Address Line 2":"","Physical Address City":"MOUNTAIN HOME","Physical Address State":"AR ","Physical Address Zipcode":"72653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2154555940023068,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500042","School District Name":"HAMBURG SCHOOL DISTRICT","Physical Address Line 1":"202 E PARKER ST","Physical Address Line 2":"","Physical Address City":"HAMBURG","Physical Address State":"AR ","Physical Address Zipcode":"71646","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.1839080459770115,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0500041","School District Name":"WESTERN YELL CO. SCHOOL DIST.","Physical Address Line 1":"1 WOLVERINE DR","Physical Address Line 2":"","Physical Address City":"HAVANA","Physical Address State":"AR ","Physical Address Zipcode":"72842","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20250521920668058,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500040","School District Name":"WILBUR D. MILLS EDUC. COOP","Physical Address Line 1":"210 N MAIN","Physical Address Line 2":"","Physical Address City":"BEEBE","Physical Address State":"AR ","Physical Address Zipcode":"72012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500039","School District Name":"NORTHWEST ARK. EDUCATION COOP","Physical Address Line 1":"4 N DOUBLE SPRINGS RD","Physical Address Line 2":"","Physical Address City":"FARMINGTON","Physical Address State":"AR ","Physical Address Zipcode":"72730","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500037","School District Name":"DEQUEEN/MENA EDUC. COOP","Physical Address Line 1":"305 S HORNBERG AVE","Physical Address Line 2":"","Physical Address City":"GILLHAM","Physical Address State":"AR ","Physical Address Zipcode":"71841","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500036","School District Name":"ARK. SCHOOL FOR THE DEAF","Physical Address Line 1":"2400 W MARKHAM ST","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72205","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500035","School District Name":"ARK. SCHOOL FOR THE BLIND","Physical Address Line 1":"2600 W MARKHAM ST","Physical Address Line 2":"","Physical Address City":"LITTLE ROCK","Physical Address State":"AR ","Physical Address Zipcode":"72203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500034","School District Name":"CROWLEY'S RIDGE EDUCATION COOP","Physical Address Line 1":"1606 PINE GROVE LN","Physical Address Line 2":"","Physical Address City":"HARRISBURG","Physical Address State":"AR ","Physical Address Zipcode":"72432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500033","School District Name":"GREAT RIVERS EDUC. SERV. COOP","Physical Address Line 1":"100 CAMPUS DR","Physical Address Line 2":"","Physical Address City":"HELENA","Physical Address State":"AR ","Physical Address Zipcode":"72342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500032","School District Name":"BEARDEN SCHOOL DISTRICT","Physical Address Line 1":"100 OAK AVE","Physical Address Line 2":"","Physical Address City":"BEARDEN","Physical Address State":"AR ","Physical Address Zipcode":"71720","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21115537848605578,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500031","School District Name":"SOUTH CENTRAL SERVICE COOP","Physical Address Line 1":"400 MAUL RD","Physical Address Line 2":"","Physical Address City":"CAMDEN","Physical Address State":"AR ","Physical Address Zipcode":"71701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500030","School District Name":"NEVADA SCHOOL DISTRICT","Physical Address Line 1":"6580 US HWY 278","Physical Address Line 2":"","Physical Address City":"ROSSTON","Physical Address State":"AR ","Physical Address Zipcode":"71858","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20327102803738317,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500029","School District Name":"GOSNELL SCHOOL DISTRICT","Physical Address Line 1":"600 HWY 181","Physical Address Line 2":"","Physical Address City":"GOSNELL","Physical Address State":"AR ","Physical Address Zipcode":"72315","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.202803738317757,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500028","School District Name":"STAR CITY SCHOOL DISTRICT","Physical Address Line 1":"206 CLEVELAND ST","Physical Address Line 2":"","Physical Address City":"STAR CITY","Physical Address State":"AR ","Physical Address Zipcode":"71667","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2162773172569706,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500027","School District Name":"NORTHEAST ARK. EDUC. COOP","Physical Address Line 1":"211 W HICKORY","Physical Address Line 2":"","Physical Address City":"WALNUT RIDGE","Physical Address State":"AR ","Physical Address Zipcode":"72476","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500026","School District Name":"PINE BLUFF SCHOOL DISTRICT","Physical Address Line 1":"512 S PINE ST","Physical Address Line 2":"","Physical Address City":"PINE BLUFF","Physical Address State":"AR ","Physical Address Zipcode":"71601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.29032976827094475,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500025","School District Name":"ARKANSAS CORRECTIONAL SCHOOLS","Physical Address Line 1":"8000 CORRECTION CIR","Physical Address Line 2":"","Physical Address City":"PINE BLUFF","Physical Address State":"AR ","Physical Address Zipcode":"71603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500024","School District Name":"ARK. RIVER EDUC SERVICE COOP","Physical Address Line 1":"912 W SIXTH AVE","Physical Address Line 2":"","Physical Address City":"PINE BLUFF","Physical Address State":"AR ","Physical Address Zipcode":"71601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500023","School District Name":"NEWPORT SCHOOL DISTRICT","Physical Address Line 1":"406 WILKERSON DR","Physical Address Line 2":"","Physical Address City":"NEWPORT","Physical Address State":"AR ","Physical Address Zipcode":"72112","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.318941504178273,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500022","School District Name":"NORTH CENTRAL ARK. EDUC COOP","Physical Address Line 1":"1013 HALEY ST","Physical Address Line 2":"","Physical Address City":"MELBOURNE","Physical Address State":"AR ","Physical Address Zipcode":"72556","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500021","School District Name":"IZARD CO. CONS. SCHOOL DIST.","Physical Address Line 1":"5068 N AR 9","Physical Address Line 2":"","Physical Address City":"BROCKWELL","Physical Address State":"AR ","Physical Address Zipcode":"72517","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.29553264604810997,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500020","School District Name":"MIDLAND SCHOOL DISTRICT","Physical Address Line 1":"7249 BATESVILLE BLVD","Physical Address Line 2":"","Physical Address City":"PLEASANT PLAINS","Physical Address State":"AR ","Physical Address Zipcode":"72568","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15633423180592992,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500019","School District Name":"BATESVILLE SCHOOL DISTRICT","Physical Address Line 1":"955 WATER ST","Physical Address Line 2":"","Physical Address City":"BATESVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15196357427433124,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0500018","School District Name":"SOUTHWEST ARK. COOP","Physical Address Line 1":"500 S SPRUCE","Physical Address Line 2":"","Physical Address City":"HOPE","Physical Address State":"AR ","Physical Address Zipcode":"71801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500017","School District Name":"PARAGOULD SCHOOL DISTRICT","Physical Address Line 1":"1501 W COURT ST","Physical Address Line 2":"","Physical Address City":"PARAGOULD","Physical Address State":"AR ","Physical Address Zipcode":"72450","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20659580267102753,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500016","School District Name":"MARMADUKE SCHOOL DISTRICT","Physical Address Line 1":"1010 GREYHOUND DR","Physical Address Line 2":"","Physical Address City":"MARMADUKE","Physical Address State":"AR ","Physical Address Zipcode":"72443","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16838046272493573,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500015","School District Name":"SHERIDAN SCHOOL DISTRICT","Physical Address Line 1":"400 N ROCK","Physical Address Line 2":"","Physical Address City":"SHERIDAN","Physical Address State":"AR ","Physical Address Zipcode":"72150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12445730824891461,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0500014","School District Name":"GUY FENTER EDUCATION SERVICE COOPERATIVE","Physical Address Line 1":"3010 E HWY 22","Physical Address Line 2":"","Physical Address City":"BRANCH","Physical Address State":"AR ","Physical Address Zipcode":"72928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500013","School District Name":"SOUTHEAST ARK. EDUC. COOP","Physical Address Line 1":"1022 SCOGIN DR","Physical Address Line 2":"","Physical Address City":"MONTICELLO","Physical Address State":"AR ","Physical Address Zipcode":"71655","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500012","School District Name":"RIVERSIDE SCHOOL DISTRICT","Physical Address Line 1":"601 CATFISH DR","Physical Address Line 2":"","Physical Address City":"LAKE CITY","Physical Address State":"AR ","Physical Address Zipcode":"72437","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21259029927760578,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500011","School District Name":"ARCH FORD EDUC. SERVICE COOP","Physical Address Line 1":"101 BULLDOG DR","Physical Address Line 2":"","Physical Address City":"PLUMERVILLE","Physical Address State":"AR ","Physical Address Zipcode":"72127","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500009","School District Name":"CORNING SCHOOL DISTRICT","Physical Address Line 1":"479 BOBCAT LN","Physical Address Line 2":"","Physical Address City":"CORNING","Physical Address State":"AR ","Physical Address Zipcode":"72422","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2320596458527493,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500008","School District Name":"DAWSON EDUCATION SERVICE COOP","Physical Address Line 1":"711 CLINTON","Physical Address Line 2":"","Physical Address City":"ARKADELPHIA","Physical Address State":"AR ","Physical Address Zipcode":"71923","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500006","School District Name":"WARREN SCHOOL DISTRICT","Physical Address Line 1":"408 CHERRY","Physical Address Line 2":"","Physical Address City":"WARREN","Physical Address State":"AR ","Physical Address Zipcode":"71671","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.26996466431095406,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500005","School District Name":"OZARKS UNLITD. RESOURCE COOP","Physical Address Line 1":"5823 RESOURCE DR","Physical Address Line 2":"","Physical Address City":"VALLEY SPRINGS","Physical Address State":"AR ","Physical Address Zipcode":"72682","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0500002","School District Name":"SAU-TECH CAREER CENTER","Physical Address Line 1":"327 STEWART ST SW","Physical Address Line 2":"","Physical Address City":"CAMDEN","Physical Address State":"AR ","Physical Address Zipcode":"71701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0500001","School District Name":"DEWITT SCHOOL DISTRICT","Physical Address Line 1":"422 W FIRST","Physical Address Line 2":"","Physical Address City":"DEWITT","Physical Address State":"AR ","Physical Address Zipcode":"72042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.21770334928229665,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0409734","School District Name":"Arizona Department of Juvenile Corrections (8326)","Physical Address Line 1":"1624 W ADAMS ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0409733","School District Name":"Sedona-Oak Creek JUSD #9 (4467)","Physical Address Line 1":"221 BREWER RD STE 100","Physical Address Line 2":"","Physical Address City":"SEDONA","Physical Address State":"AZ ","Physical Address Zipcode":"86336","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12448418156808803,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0409731","School District Name":"East Valley Institute of Technology (4516)","Physical Address Line 1":"1601 W MAIN ST","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0409630","School District Name":"Yuma Union High School District (4507)","Physical Address Line 1":"3150 S AVENUE A","Physical Address Line 2":"","Physical Address City":"YUMA","Physical Address State":"AZ ","Physical Address Zipcode":"85364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.19855155016681586,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0409600","School District Name":"Yuma Elementary District (4499)","Physical Address Line 1":"4th Ave and 6th St","Physical Address Line 2":"","Physical Address City":"Yuma","Physical Address State":"AZ ","Physical Address Zipcode":"85364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.19121376811594204,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0409570","School District Name":"Yucca Elementary District (4377)","Physical Address Line 1":"12261 3rd St","Physical Address Line 2":"","Physical Address City":"Yucca","Physical Address State":"AZ ","Physical Address Zipcode":"86438","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.5333333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0409540","School District Name":"Young Elementary District (4213)","Physical Address Line 1":"Hwy 288/Baker Ranch Rd","Physical Address Line 2":"","Physical Address City":"Young","Physical Address State":"AZ ","Physical Address Zipcode":"85554","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23157894736842105,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0409510","School District Name":"Yarnell Elementary District (4485)","Physical Address Line 1":"18912 W HAYS RANCH RD","Physical Address Line 2":"","Physical Address City":"Peeples Valley","Physical Address State":"AZ ","Physical Address Zipcode":"86332","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23076923076923078,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0409460","School District Name":"Winslow Unified District (4387)","Physical Address Line 1":"800 N APACHE AVE","Physical Address Line 2":"","Physical Address City":"WINSLOW","Physical Address State":"AZ ","Physical Address Zipcode":"86047","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2749882684185828,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0409430","School District Name":"Window Rock Unified District (4154)","Physical Address Line 1":"Navajo Rte 12","Physical Address Line 2":"","Physical Address City":"Fort Defiance","Physical Address State":"AZ ","Physical Address Zipcode":"86504","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.40610623170221666,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0409390","School District Name":"Wilson Elementary District (4261)","Physical Address Line 1":"3025 E FILLMORE ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3313253012048193,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0409360","School District Name":"Williamson Valley Elementary School District (4475)","Physical Address Line 1":"7295 N BRIDLE PATH","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"AZ ","Physical Address Zipcode":"86305","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.15789473684210525,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0409310","School District Name":"Williams Unified District (4193)","Physical Address Line 1":"636 S 7TH ST","Physical Address Line 2":"","Physical Address City":"WILLIAMS","Physical Address State":"AZ ","Physical Address Zipcode":"86046","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.208,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0409250","School District Name":"Willcox Unified District (4170)","Physical Address Line 1":"480 N BISBEE AVE","Physical Address Line 2":"","Physical Address City":"WILLCOX","Physical Address State":"AZ ","Physical Address Zipcode":"85643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16082474226804125,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0409190","School District Name":"Wickenburg Unified District (4236)","Physical Address Line 1":"101 COCONINO ST","Physical Address Line 2":"","Physical Address City":"WICKENBURG","Physical Address State":"AZ ","Physical Address Zipcode":"85390","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17191780821917807,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0409160","School District Name":"Whiteriver Unified District (4394)","Physical Address Line 1":"963 Chief Avenue","Physical Address Line 2":"","Physical Address City":"Whiteriver","Physical Address State":"AZ ","Physical Address Zipcode":"85941","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3382500838082467,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0409120","School District Name":"Wenden Elementary District (4512)","Physical Address Line 1":"71001 Santa Fe Ave","Physical Address Line 2":"","Physical Address City":"Wenden","Physical Address State":"AZ ","Physical Address Zipcode":"85357","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3163265306122449,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0409090","School District Name":"Wellton Elementary District (4504)","Physical Address Line 1":"29126 E SAN JOSE AVE","Physical Address Line 2":"","Physical Address City":"WELLTON","Physical Address State":"AZ ","Physical Address Zipcode":"85356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24376731301939059,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0409060","School District Name":"Washington Elementary School District (4260)","Physical Address Line 1":"4650 W SWEETWATER AVE","Physical Address Line 2":"","Physical Address City":"GLENDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85304","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22474764355906143,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0409030","School District Name":"Walnut Grove Elementary District (4476)","Physical Address Line 1":"18500 S WALNUT GROVE RD","Physical Address Line 2":"","Physical Address City":"KIRKLAND","Physical Address State":"AZ ","Physical Address Zipcode":"86332","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0408910","School District Name":"Valley Union High School District (4190)","Physical Address Line 1":"4088 W JEFFERSON RD","Physical Address Line 2":"","Physical Address City":"ELFRIDA","Physical Address State":"AZ ","Physical Address Zipcode":"85610","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10588235294117647,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0408880","School District Name":"Valentine Elementary District (4380)","Physical Address Line 1":"12491 N Byers","Physical Address Line 2":"","Physical Address City":"Truxton","Physical Address State":"AZ ","Physical Address Zipcode":"86434","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3333333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0408850","School District Name":"Vail Unified District (4413)","Physical Address Line 1":"13801 E. Benson Highway","Physical Address Line 2":"","Physical Address City":"Vail","Physical Address State":"AZ ","Physical Address Zipcode":"85641","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.059604468046145394,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0408820","School District Name":"Union Elementary District (4277)","Physical Address Line 1":"3834 S 91ST AVE","Physical Address Line 2":"","Physical Address City":"TOLLESON","Physical Address State":"AZ ","Physical Address Zipcode":"85353","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16495550992470911,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0408800","School District Name":"Tucson Unified District (4403)","Physical Address Line 1":"1010 E 10TH ST","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85719","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19938510746832477,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0408680","School District Name":"Tuba City Unified School District #15 (4197)","Physical Address Line 1":"E Fir St","Physical Address Line 2":"","Physical Address City":"Tuba City","Physical Address State":"AZ ","Physical Address Zipcode":"86045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.27015793848711556,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0408640","School District Name":"Topock Elementary District (4376)","Physical Address Line 1":"5083 Tule Dr","Physical Address Line 2":"","Physical Address City":"Topock","Physical Address State":"AZ ","Physical Address Zipcode":"86436","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24324324324324326,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0408600","School District Name":"Tombstone Unified District (4168)","Physical Address Line 1":"805 Fremont","Physical Address Line 2":"","Physical Address City":"Tombstone","Physical Address State":"AZ ","Physical Address Zipcode":"85638","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2253658536585366,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0408550","School District Name":"Toltec School District (4450)","Physical Address Line 1":"3315 N TOLTEC RD","Physical Address Line 2":"","Physical Address City":"ELOY","Physical Address State":"AZ ","Physical Address Zipcode":"85131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17574609189957366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0408520","School District Name":"Tolleson Union High School District (4288)","Physical Address Line 1":"9801 W VAN BUREN ST","Physical Address Line 2":"","Physical Address City":"TOLLESON","Physical Address State":"AZ ","Physical Address Zipcode":"85353","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.14864760133302332,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0408490","School District Name":"Tolleson Elementary District (4264)","Physical Address Line 1":"9401 W GARFIELD ST","Physical Address Line 2":"","Physical Address City":"TOLLESON","Physical Address State":"AZ ","Physical Address Zipcode":"85353","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.22431865828092243,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0408460","School District Name":"Hillside Elementary District (4482)","Physical Address Line 1":"Main Street","Physical Address Line 2":"","Physical Address City":"Hillside","Physical Address State":"AZ ","Physical Address Zipcode":"86321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.08695652173913043,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0408430","School District Name":"Paloma School District (4255)","Physical Address Line 1":"38739 W I 8","Physical Address Line 2":"","Physical Address City":"GILA BEND","Physical Address State":"AZ ","Physical Address Zipcode":"85337","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19318181818181818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0408410","School District Name":"Thatcher Unified District (4219)","Physical Address Line 1":"3490 W MAIN ST","Physical Address Line 2":"","Physical Address City":"THATCHER","Physical Address State":"AZ ","Physical Address Zipcode":"85552","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12402088772845953,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0408340","School District Name":"Tempe Union High School District (4287)","Physical Address Line 1":"500 W GUADALUPE RD","Physical Address Line 2":"","Physical Address City":"TEMPE","Physical Address State":"AZ ","Physical Address Zipcode":"85283","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1017810147499847,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0408310","School District Name":"Tempe School District (4258)","Physical Address Line 1":"3205 S RURAL RD","Physical Address Line 2":"","Physical Address City":"TEMPE","Physical Address State":"AZ ","Physical Address Zipcode":"85282","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.20433738556205913,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0408280","School District Name":"Tanque Verde Unified District (4408)","Physical Address Line 1":"2300 N TANQUE VERDE LOOP RD BL","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85749","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.050340849501835344,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0408230","School District Name":"Superior Unified School District (4440)","Physical Address Line 1":"1500 W PANTHER DR STE 101","Physical Address Line 2":"","Physical Address City":"SUPERIOR","Physical Address State":"AZ ","Physical Address Zipcode":"85173","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24328593996840442,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0408170","School District Name":"Sunnyside Unified District (4407)","Physical Address Line 1":"2238 E GINTER RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85706","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2503827702357865,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0408130","School District Name":"Stanfield Elementary District (4451)","Physical Address Line 1":"515 S STANFIELD RD","Physical Address Line 2":"","Physical Address City":"STANFIELD","Physical Address State":"AZ ","Physical Address Zipcode":"85172","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11931818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0408080","School District Name":"St Johns Unified District (4153)","Physical Address Line 1":"450 S 13th W","Physical Address Line 2":"","Physical Address City":"St Johns","Physical Address State":"AZ ","Physical Address Zipcode":"85936","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3169469598965071,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0408020","School District Name":"St David Unified District (4173)","Physical Address Line 1":"70 E PATTON ST","Physical Address Line 2":"","Physical Address City":"SAINT DAVID","Physical Address State":"AZ ","Physical Address Zipcode":"85630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.16167664670658682,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407920","School District Name":"Sonoita Elementary District (4461)","Physical Address Line 1":"23 ELGIN RD","Physical Address Line 2":"","Physical Address City":"ELGIN","Physical Address State":"AZ ","Physical Address Zipcode":"85611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11711711711711711,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407890","School District Name":"Somerton Elementary District (4500)","Physical Address Line 1":"343 N Carlisle Ave","Physical Address Line 2":"","Physical Address City":"Somerton","Physical Address State":"AZ ","Physical Address Zipcode":"85350","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.26397800183318054,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407860","School District Name":"Solomon Elementary District (4222)","Physical Address Line 1":"2250 S Stevens Ave","Physical Address Line 2":"","Physical Address City":"Solomon","Physical Address State":"AZ ","Physical Address Zipcode":"85551","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.14948453608247422,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0407820","School District Name":"Snowflake Unified District (4391)","Physical Address Line 1":"682 W SCHOOL BUS LN","Physical Address Line 2":"","Physical Address City":"SNOWFLAKE","Physical Address State":"AZ ","Physical Address Zipcode":"85937","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.24256120527306968,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407770","School District Name":"Skull Valley Elementary District (4478)","Physical Address Line 1":"127 Skull Valley Rd S","Physical Address Line 2":"","Physical Address City":"Skull Valley","Physical Address State":"AZ ","Physical Address Zipcode":"86338","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10377358490566038,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407750","School District Name":"Deer Valley Unified District (4246)","Physical Address Line 1":"20402 N 15TH AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09116865216107119,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0407700","School District Name":"Show Low Unified District (4393)","Physical Address Line 1":"500 W OLD LINDEN RD","Physical Address Line 2":"","Physical Address City":"SHOW LOW","Physical Address State":"AZ ","Physical Address Zipcode":"85901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.25474563401670464,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407680","School District Name":"Sentinel Elementary District (4250)","Physical Address Line 1":"53802 W US Hwy 80","Physical Address Line 2":"","Physical Address City":"Dateland","Physical Address State":"AZ ","Physical Address Zipcode":"85333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25925925925925924,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407630","School District Name":"Seligman Unified District (4472)","Physical Address Line 1":"54255 N. Main","Physical Address Line 2":"","Physical Address City":"Seligman","Physical Address State":"AZ ","Physical Address Zipcode":"86337","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15714285714285714,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407570","School District Name":"Scottsdale Unified District (4240)","Physical Address Line 1":"7575 E MAIN ST","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85251","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0722877218054067,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0407530","School District Name":"Santa Cruz Valley Union High School District (4454)","Physical Address Line 1":"900 N MAIN ST","Physical Address Line 2":"","Physical Address City":"ELOY","Physical Address State":"AZ ","Physical Address Zipcode":"85131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.23057324840764332,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407520","School District Name":"Santa Cruz Valley Unified District (4458)","Physical Address Line 1":"1374 W FRONTAGE RD","Physical Address Line 2":"","Physical Address City":"RIO RICO","Physical Address State":"AZ ","Physical Address Zipcode":"85648","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.201663725737333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407500","School District Name":"Santa Cruz Elementary District (4459)","Physical Address Line 1":"7 DUQUESNE RD","Physical Address Line 2":"","Physical Address City":"NOGALES","Physical Address State":"AZ ","Physical Address Zipcode":"85621","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1742627345844504,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0407430","School District Name":"San Simon Unified District (4172)","Physical Address Line 1":"I-10 Business Loop","Physical Address Line 2":"","Physical Address City":"San Simon","Physical Address State":"AZ ","Physical Address Zipcode":"85632","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21518987341772153,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407380","School District Name":"San Fernando Elementary District (4414)","Physical Address Line 1":"1 Schoolhouse Dr","Physical Address Line 2":"","Physical Address City":"Sasabe","Physical Address State":"AZ ","Physical Address Zipcode":"85633","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407300","School District Name":"Sahuarita Unified District (4411)","Physical Address Line 1":"350 W SAHUARITA RD","Physical Address Line 2":"","Physical Address City":"SAHUARITA","Physical Address State":"AZ ","Physical Address Zipcode":"85629","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.09721739130434782,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0407240","School District Name":"Safford Unified District (4218)","Physical Address Line 1":"734 W 11TH ST","Physical Address Line 2":"","Physical Address City":"SAFFORD","Physical Address State":"AZ ","Physical Address Zipcode":"85546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.13495838287752676,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0407200","School District Name":"Sacaton Elementary District (4449)","Physical Address Line 1":"92 Skill Center Rd","Physical Address Line 2":"","Physical Address City":"Sacaton","Physical Address State":"AZ ","Physical Address Zipcode":"85147","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.29839326702371843,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407170","School District Name":"Saddle Mountain Unified School District (4254)","Physical Address Line 1":"38201 W INDIAN SCHOOL RD","Physical Address Line 2":"","Physical Address City":"TONOPAH","Physical Address State":"AZ ","Physical Address Zipcode":"85354","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13465987968533086,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407140","School District Name":"Rucker Elementary District","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0407130","School District Name":"Round Valley Unified District (4155)","Physical Address Line 1":"940 E MARICOPA DR UNIT B","Physical Address Line 2":"","Physical Address City":"SPRINGERVILLE","Physical Address State":"AZ ","Physical Address Zipcode":"85938","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.27636363636363637,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407080","School District Name":"Roosevelt Elementary District (4279)","Physical Address Line 1":"6000 S 7TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.24463761571460826,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0407020","School District Name":"Riverside Elementary District (4257)","Physical Address Line 1":"1414 S 51st Ave","Physical Address Line 2":"","Physical Address City":"Phoenix","Physical Address State":"AZ ","Physical Address Zipcode":"85043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2174226061915047,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406960","School District Name":"San Carlos Unified District (4210)","Physical Address Line 1":"San Carlos Ave","Physical Address Line 2":"","Physical Address City":"San Carlos","Physical Address State":"AZ ","Physical Address Zipcode":"85550","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.26663405088062625,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406930","School District Name":"Redington Elementary District (4417)","Physical Address Line 1":"130 W CONGRESS ST FL 4","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13333333333333333,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0406900","School District Name":"Red Rock Elementary District (4447)","Physical Address Line 1":"20854 East Homestead Drive","Physical Address Line 2":"","Physical Address City":"Red Rock","Physical Address State":"AZ ","Physical Address Zipcode":"85145","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.11514195583596215,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406870","School District Name":"Red Mesa Unified District (4159)","Physical Address Line 1":"Hwy 160 - 22 miles W of 4 Corn","Physical Address Line 2":"","Physical Address City":"Teec Nos Pos","Physical Address State":"AZ ","Physical Address Zipcode":"86514","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3456725755995829,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406850","School District Name":"Ray Unified District (4438)","Physical Address Line 1":"Hwy 177","Physical Address Line 2":"","Physical Address City":"Kearny","Physical Address State":"AZ ","Physical Address Zipcode":"85137","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1117861482381531,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406810","School District Name":"Queen Creek Unified District (4245)","Physical Address Line 1":"20217 E CHANDLER HEIGHTS RD","Physical Address Line 2":"","Physical Address City":"QUEEN CREEK","Physical Address State":"AZ ","Physical Address Zipcode":"85142","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0530156981547783,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0406780","School District Name":"Quartzsite Elementary District (4511)","Physical Address Line 1":"49241 Ehrenberg-Parker Hwy","Physical Address Line 2":"","Physical Address City":"Ehrenberg","Physical Address State":"AZ ","Physical Address Zipcode":"85334","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24912280701754386,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406740","School District Name":"Sanders Unified District (4156)","Physical Address Line 1":"I-40 Hwy 191","Physical Address Line 2":"","Physical Address City":"Sanders","Physical Address State":"AZ ","Physical Address Zipcode":"86512","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.44136291600633915,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406730","School District Name":"Prescott Unified District (4466)","Physical Address Line 1":"300 E GURLEY ST","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"AZ ","Physical Address Zipcode":"86301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.09573323771961277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0406630","School District Name":"Pomerene Elementary District (4188)","Physical Address Line 1":"1396 N. Old Pomerene Rd","Physical Address Line 2":"","Physical Address City":"Pomerene","Physical Address State":"AZ ","Physical Address Zipcode":"85627","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18354430379746836,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0406580","School District Name":"Blue Ridge Unified School District No. 32 (4397)","Physical Address Line 1":"1200 W WHITE MOUNTAIN BLVD","Physical Address Line 2":"","Physical Address City":"LAKESIDE","Physical Address State":"AZ ","Physical Address Zipcode":"85929","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.24,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406510","School District Name":"Pine Strawberry Elementary District (4214)","Physical Address Line 1":"3868 N PINE CREEK DR","Physical Address Line 2":"","Physical Address City":"PINE","Physical Address State":"AZ ","Physical Address Zipcode":"85544","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2669683257918552,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406440","School District Name":"Pima Unified District (4220)","Physical Address Line 1":"192 E. 200 S.","Physical Address Line 2":"","Physical Address City":"Pima","Physical Address State":"AZ ","Physical Address Zipcode":"85543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12324324324324325,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0406360","School District Name":"Picacho Elementary District (4452)","Physical Address Line 1":"17865 S VAIL RD","Physical Address Line 2":"","Physical Address City":"PICACHO","Physical Address State":"AZ ","Physical Address Zipcode":"85141","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.25,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406330","School District Name":"Phoenix Union High School District (4286)","Physical Address Line 1":"4502 N CENTRAL AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.20914785012148096,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406300","School District Name":"Phoenix Elementary District (4256)","Physical Address Line 1":"1817 N 7TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85006","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.30338309820572523,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406250","School District Name":"Peoria Unified School District (4237)","Physical Address Line 1":"6330 W THUNDERBIRD RD","Physical Address Line 2":"","Physical Address City":"GLENDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85306","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11241082794898277,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0406210","School District Name":"Pendergast Elementary District (4283)","Physical Address Line 1":"3802 N 91ST AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.19126098715348208,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0406150","School District Name":"Pearce Elementary District (4186)","Physical Address Line 1":"1 1/2 M. off Hwy 191 & Old Pea","Physical Address Line 2":"","Physical Address City":"Pearce","Physical Address State":"AZ ","Physical Address Zipcode":"85625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.19642857142857142,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406120","School District Name":"Peach Springs Unified District (4369)","Physical Address Line 1":"403 Diamond Creek Road","Physical Address Line 2":"","Physical Address City":"Peach Springs","Physical Address State":"AZ ","Physical Address Zipcode":"86434","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2996389891696751,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406070","School District Name":"Payson Unified District (4209)","Physical Address Line 1":"902 W MAIN ST","Physical Address Line 2":"","Physical Address City":"PAYSON","Physical Address State":"AZ ","Physical Address Zipcode":"85541","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.22586588061901253,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406030","School District Name":"Patagonia Union High School District (4462)","Physical Address Line 1":"Hwy 82","Physical Address Line 2":"","Physical Address City":"Patagonia","Physical Address State":"AZ ","Physical Address Zipcode":"85624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23529411764705882,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0406000","School District Name":"Patagonia Elementary District (4460)","Physical Address Line 1":"100 School St","Physical Address Line 2":"","Physical Address City":"Patagonia","Physical Address State":"AZ ","Physical Address Zipcode":"85624","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14655172413793102,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0405980","School District Name":"Parker Unified School District (4510)","Physical Address Line 1":"1608 S LAGUNA AVE","Physical Address Line 2":"","Physical Address City":"PARKER","Physical Address State":"AZ ","Physical Address Zipcode":"85344","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2224310776942356,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0405930","School District Name":"Paradise Valley Unified District (4241)","Physical Address Line 1":"15002 N 32ND ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.10621482176360225,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0405880","School District Name":"Palominas Elementary District (4180)","Physical Address Line 1":"6849 S HIGHWAY 92","Physical Address Line 2":"","Physical Address City":"HEREFORD","Physical Address State":"AZ ","Physical Address Zipcode":"85615","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12094763092269327,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0405850","School District Name":"Palo Verde Elementary District (4275)","Physical Address Line 1":"10700 S Palo Verde Rd","Physical Address Line 2":"","Physical Address City":"Palo Verde","Physical Address State":"AZ ","Physical Address Zipcode":"85343","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19198312236286919,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0405820","School District Name":"Page Unified District (4196)","Physical Address Line 1":"500 S Navajo Dr","Physical Address Line 2":"","Physical Address City":"Page","Physical Address State":"AZ ","Physical Address Zipcode":"86040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2045373980857852,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0405760","School District Name":"Tonto Basin Elementary District (4215)","Physical Address Line 1":"445 S. Old West Hwy 188","Physical Address Line 2":"","Physical Address City":"Tonto Basin","Physical Address State":"AZ ","Physical Address Zipcode":"85553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2912621359223301,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0405730","School District Name":"Owens School District No.6 (4373)","Physical Address Line 1":"14109 E Chicken Springs Rd","Physical Address Line 2":"","Physical Address City":"Wikieup","Physical Address State":"AZ ","Physical Address Zipcode":"85360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2727272727272727,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0405670","School District Name":"Osborn Elementary District (4262)","Physical Address Line 1":"1226 W OSBORN RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85013","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.23393939393939395,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0405640","School District Name":"Oracle Elementary District (4444)","Physical Address Line 1":"725 N CARPENTER DR","Physical Address Line 2":"","Physical Address City":"ORACLE","Physical Address State":"AZ ","Physical Address Zipcode":"85623","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.0920353982300885,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0405530","School District Name":"Nogales Unified District (4457)","Physical Address Line 1":"310 W PLUM ST","Physical Address Line 2":"","Physical Address City":"NOGALES","Physical Address State":"AZ ","Physical Address Zipcode":"85621","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2938517179023508,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0405500","School District Name":"Navajo County Accommodation District #99 (4386)","Physical Address Line 1":"294 W CARLOS AVE","Physical Address Line 2":"","Physical Address City":"HOLBROOK","Physical Address State":"AZ ","Physical Address Zipcode":"86025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0405460","School District Name":"Nadaburg Unified School District (4252)","Physical Address Line 1":"32919 N CENTER ST","Physical Address Line 2":"","Physical Address City":"WITTMANN","Physical Address State":"AZ ","Physical Address Zipcode":"85361","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16301969365426697,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0405430","School District Name":"Naco Elementary District (4176)","Physical Address Line 1":"1911 West Valenzuela","Physical Address Line 2":"","Physical Address City":"Naco","Physical Address State":"AZ ","Physical Address Zipcode":"85620","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2541436464088398,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0405400","School District Name":"Murphy Elementary District (4265)","Physical Address Line 1":"2615 W BUCKEYE RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3079336620349619,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0405360","School District Name":"Pima County Accommodation School District (4401)","Physical Address Line 1":"130 W CONGRESS ST FL 4","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0405340","School District Name":"Morristown Elementary District (4251)","Physical Address Line 1":"25950 Rockaway Hills Dr","Physical Address Line 2":"","Physical Address City":"Morristown","Physical Address State":"AZ ","Physical Address Zipcode":"85342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15916955017301038,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0405320","School District Name":"Morenci Unified District (4230)","Physical Address Line 1":"1 STADIUM DR","Physical Address Line 2":"","Physical Address City":"MORENCI","Physical Address State":"AZ ","Physical Address Zipcode":"85540","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06329113924050633,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0405220","School District Name":"Mohawk Valley Elementary District (4503)","Physical Address Line 1":"5151 S Ave 39E","Physical Address Line 2":"","Physical Address City":"Roll","Physical Address State":"AZ ","Physical Address Zipcode":"85347","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20786516853932585,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0405190","School District Name":"Mohave Valley Elementary District (4379)","Physical Address Line 1":"8450 S OLIVE AVE","Physical Address Line 2":"","Physical Address City":"MOHAVE VALLEY","Physical Address State":"AZ ","Physical Address Zipcode":"86440","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.21250662427133016,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0405100","School District Name":"Mobile Elementary District (4253)","Physical Address Line 1":"42798 S 99TH AVE","Physical Address Line 2":"","Physical Address City":"MARICOPA","Physical Address State":"AZ ","Physical Address Zipcode":"85139","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15384615384615385,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0405070","School District Name":"Mingus Union High School District (4488)","Physical Address Line 1":"1801 E FIR ST","Physical Address Line 2":"","Physical Address City":"COTTONWOOD","Physical Address State":"AZ ","Physical Address Zipcode":"86326","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15305422100205904,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0405030","School District Name":"Miami Unified District (4211)","Physical Address Line 1":"4739 E RAGUS RD","Physical Address Line 2":"","Physical Address City":"MIAMI","Physical Address State":"AZ ","Physical Address Zipcode":"85539","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.24776604386677498,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0404970","School District Name":"Mesa Unified District (4235)","Physical Address Line 1":"63 E MAIN ST STE 101","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85201","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1611298570285595,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0404920","School District Name":"McNeal Elementary District (4181)","Physical Address Line 1":"3979 McNeal St","Physical Address Line 2":"","Physical Address City":"McNeal","Physical Address State":"AZ ","Physical Address Zipcode":"85617","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14705882352941177,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0404860","School District Name":"Mcnary Elementary District (4163)","Physical Address Line 1":"Corner of Spruce & Cooley","Physical Address Line 2":"","Physical Address City":"McNary","Physical Address State":"AZ ","Physical Address Zipcode":"85930","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.41216216216216217,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0404820","School District Name":"Mayer Unified School District (4473)","Physical Address Line 1":"12606 E MAIN ST","Physical Address Line 2":"","Physical Address City":"MAYER","Physical Address State":"AZ ","Physical Address Zipcode":"86333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2034383954154728,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0404770","School District Name":"Altar Valley Elementary District (4418)","Physical Address Line 1":"10105 S SASABE RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85736","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2108027006751688,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0404720","School District Name":"Maricopa Unified School District (4441)","Physical Address Line 1":"44150 W MARICOPA CASA GRANDE H","Physical Address Line 2":"","Physical Address City":"MARICOPA","Physical Address State":"AZ ","Physical Address Zipcode":"85138","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.10489747500423657,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0404630","School District Name":"Marana Unified District (4404)","Physical Address Line 1":"11279 W GRIER RD STE 115A","Physical Address Line 2":"","Physical Address City":"MARANA","Physical Address State":"AZ ","Physical Address Zipcode":"85653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09779855834794467,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0404570","School District Name":"Mammoth-San Manuel Unified District (4439)","Physical Address Line 1":"711 S MCNAB PKWY","Physical Address Line 2":"","Physical Address City":"SAN MANUEL","Physical Address State":"AZ ","Physical Address Zipcode":"85631","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.16883116883116883,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0404530","School District Name":"Maine Consolidated School District (4199)","Physical Address Line 1":"10 N. Spring Valley Rd.","Physical Address Line 2":"","Physical Address City":"Parks","Physical Address State":"AZ ","Physical Address Zipcode":"86018","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20915032679738563,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0404500","School District Name":"Madison Elementary District (4270)","Physical Address Line 1":"5601 N 16TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11572486008304748,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0404440","School District Name":"Littleton Elementary District (4278)","Physical Address Line 1":"1600 S 107TH AVE","Physical Address Line 2":"","Physical Address City":"AVONDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1531127313516545,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0404410","School District Name":"Littlefield Unified District (4374)","Physical Address Line 1":"3475 E RIO VIRGIN RD","Physical Address Line 2":"","Physical Address City":"BEAVER DAM","Physical Address State":"AZ ","Physical Address Zipcode":"86432","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2984014209591474,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0404380","School District Name":"Litchfield Elementary District (4281)","Physical Address Line 1":"272 E SAGEBRUSH ST","Physical Address Line 2":"","Physical Address City":"Litchfield Park","Physical Address State":"AZ ","Physical Address Zipcode":"85340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.09306798227276528,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0404320","School District Name":"Liberty Elementary District (4266)","Physical Address Line 1":"19871 W FREMONT RD","Physical Address Line 2":"","Physical Address City":"BUCKEYE","Physical Address State":"AZ ","Physical Address Zipcode":"85326","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10617805966643176,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0404290","School District Name":"Laveen Elementary District (4276)","Physical Address Line 1":"5001 W DOBBINS RD","Physical Address Line 2":"","Physical Address City":"LAVEEN","Physical Address State":"AZ ","Physical Address Zipcode":"85339","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1725549038330378,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0404280","School District Name":"Lake Havasu Unified District (4368)","Physical Address Line 1":"2200 HAVASUPAI BLVD","Physical Address Line 2":"","Physical Address City":"Lake Havasu City","Physical Address State":"AZ ","Physical Address Zipcode":"86403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1794751640112465,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0404230","School District Name":"Kyrene Elementary District (4267)","Physical Address Line 1":"8700 S KYRENE RD","Physical Address Line 2":"","Physical Address City":"TEMPE","Physical Address State":"AZ ","Physical Address Zipcode":"85284","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07626688331471514,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0404200","School District Name":"Klondyke Elementary District (4223)","Physical Address Line 1":"921 W THATCHER BLVD","Physical Address Line 2":"","Physical Address City":"SAFFORD","Physical Address State":"AZ ","Physical Address Zipcode":"85546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.3333333333333333,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0404170","School District Name":"Kirkland Elementary District (4480)","Physical Address Line 1":"150 Main Street","Physical Address Line 2":"","Physical Address City":"Kirkland","Physical Address State":"AZ ","Physical Address Zipcode":"86332","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.24285714285714285,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0404060","School District Name":"Kayenta Unified School District #27 (4396)","Physical Address Line 1":"N Hwy 163","Physical Address Line 2":"","Physical Address City":"Kayenta","Physical Address State":"AZ ","Physical Address Zipcode":"86033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.33659491193737767,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0404010","School District Name":"Joseph City Unified District (4388)","Physical Address Line 1":"8176 WESTOVER ST","Physical Address Line 2":"","Physical Address City":"JOSEPH CITY","Physical Address State":"AZ ","Physical Address Zipcode":"86032","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3004807692307692,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403990","School District Name":"J O Combs Unified School District (4445)","Physical Address Line 1":"43371 N KENWORTHY RD","Physical Address Line 2":"","Physical Address City":"SAN TAN VLY","Physical Address State":"AZ ","Physical Address Zipcode":"85140","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07375696306994017,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0403960","School District Name":"Isaac Elementary District (4259)","Physical Address Line 1":"3348 W MCDOWELL RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.31843247682740816,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403950","School District Name":"Baboquivari Unified School District #40 (4412)","Physical Address Line 1":"111 W Main","Physical Address Line 2":"","Physical Address City":"Sells","Physical Address State":"AZ ","Physical Address Zipcode":"85634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4025814382298709,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403900","School District Name":"Hyder Elementary District (4502)","Physical Address Line 1":"Ave 64E & I-8","Physical Address Line 2":"","Physical Address City":"Dateland","Physical Address State":"AZ ","Physical Address Zipcode":"85333","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17857142857142858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403870","School District Name":"Humboldt Unified District (4469)","Physical Address Line 1":"6411 N ROBERT RD","Physical Address Line 2":"","Physical Address City":"Prescott Valley","Physical Address State":"AZ ","Physical Address Zipcode":"86314","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11738231358715484,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0403860","School District Name":"Maricopa County Regional School District (4234)","Physical Address Line 1":"4041 N. Central Avenue Suite","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85012","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0403820","School District Name":"Holbrook Unified District (4389)","Physical Address Line 1":"1000 N. 8th Ave.","Physical Address Line 2":"","Physical Address City":"Holbrook","Physical Address State":"AZ ","Physical Address Zipcode":"86025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.27162707306140743,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403780","School District Name":"Higley Unified School District (4248)","Physical Address Line 1":"2935 S RECKER RD","Physical Address Line 2":"","Physical Address City":"GILBERT","Physical Address State":"AZ ","Physical Address Zipcode":"85295","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05911420204978038,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0403730","School District Name":"Hayden-Winkelman Unified District (4212)","Physical Address Line 1":"824 Thorne Ave","Physical Address Line 2":"","Physical Address City":"Winkelman","Physical Address State":"AZ ","Physical Address Zipcode":"85292","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21393034825870647,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403660","School District Name":"Hackberry School District (4371)","Physical Address Line 1":"9501 E NELLIE DR","Physical Address Line 2":"","Physical Address City":"KINGMAN","Physical Address State":"AZ ","Physical Address Zipcode":"86401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17525773195876287,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403550","School District Name":"Grand Canyon Unified District (4194)","Physical Address Line 1":"1 Boulder St","Physical Address Line 2":"","Physical Address City":"Grand Canyon Village","Physical Address State":"AZ ","Physical Address Zipcode":"86023","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22727272727272727,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403500","School District Name":"Globe Unified District (4208)","Physical Address Line 1":"501 E ASH ST","Physical Address Line 2":"","Physical Address City":"GLOBE","Physical Address State":"AZ ","Physical Address Zipcode":"85501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.17422867513611615,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403450","School District Name":"Glendale Union High School District (4285)","Physical Address Line 1":"7650 N 43RD AVE","Physical Address Line 2":"","Physical Address City":"GLENDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1912003825920612,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0403420","School District Name":"Glendale Elementary District (4271)","Physical Address Line 1":"7301 N 58TH AVE","Physical Address Line 2":"","Physical Address City":"GLENDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2645165136520806,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403400","School District Name":"Gilbert Unified District (4239)","Physical Address Line 1":"1016 N BURK ST","Physical Address Line 2":"","Physical Address City":"GILBERT","Physical Address State":"AZ ","Physical Address Zipcode":"85234","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0696310560637227,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0403310","School District Name":"Gila Bend Unified District (4238)","Physical Address Line 1":"308 N Martin Ave","Physical Address Line 2":"","Physical Address City":"Gila Bend","Physical Address State":"AZ ","Physical Address Zipcode":"85337","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3376383763837638,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403290","School District Name":"Ganado Unified School District (4157)","Physical Address Line 1":"Hwy 264","Physical Address Line 2":"","Physical Address City":"Ganado","Physical Address State":"AZ ","Physical Address Zipcode":"86505","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.39347536617842876,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403240","School District Name":"Gadsden Elementary District (4505)","Physical Address Line 1":"1350 E Juan Sanchez Blvd.","Physical Address Line 2":"","Physical Address City":"San Luis","Physical Address State":"AZ ","Physical Address Zipcode":"85349","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23780624859518992,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403200","School District Name":"Fort Thomas Unified District (4221)","Physical Address Line 1":"15560 W Elementary School Road","Physical Address Line 2":"","Physical Address City":"Fort Thomas","Physical Address State":"AZ ","Physical Address Zipcode":"85536","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2406832298136646,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403150","School District Name":"Fort Huachuca Accommodation District (4167)","Physical Address Line 1":"21110 Hines Rd","Physical Address Line 2":"","Physical Address City":"FORT HUACHUCA","Physical Address State":"AZ ","Physical Address Zipcode":"85613","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06146926536731634,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0403080","School District Name":"Fredonia-Moccasin Unified District (4195)","Physical Address Line 1":"221 East Hortt St","Physical Address Line 2":"","Physical Address City":"Fredonia","Physical Address State":"AZ ","Physical Address Zipcode":"86022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2743362831858407,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403060","School District Name":"Fowler Elementary District (4273)","Physical Address Line 1":"1617 S 67TH AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85043","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2203132895401718,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403040","School District Name":"Fountain Hills Unified District (4247)","Physical Address Line 1":"16000 E PALISADES BLVD","Physical Address Line 2":"","Physical Address City":"FOUNTAIN HILLS","Physical Address State":"AZ ","Physical Address Zipcode":"85268","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07806428823737195,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0403010","School District Name":"Flowing Wells Unified District (4405)","Physical Address Line 1":"1556 W PRINCE RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85705","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2595553822152886,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0402920","School District Name":"Florence Unified School District (4437)","Physical Address Line 1":"1000 S MAIN ST","Physical Address Line 2":"","Physical Address City":"FLORENCE","Physical Address State":"AZ ","Physical Address Zipcode":"85132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10444468359879466,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0402860","School District Name":"Flagstaff Unified District (4192)","Physical Address Line 1":"3285 E SPARROW AVE","Physical Address Line 2":"","Physical Address City":"FLAGSTAFF","Physical Address State":"AZ ","Physical Address Zipcode":"86004","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10630446729999214,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0402820","School District Name":"Empire Elementary District (4415)","Physical Address Line 1":"13200 E GREATERVILLE RD","Physical Address Line 2":"","Physical Address City":"SONOITA","Physical Address State":"AZ ","Physical Address Zipcode":"85637","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22857142857142856,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0402790","School District Name":"Eloy Elementary District (4448)","Physical Address Line 1":"1011 N SUNSHINE BLVD","Physical Address Line 2":"","Physical Address City":"ELOY","Physical Address State":"AZ ","Physical Address Zipcode":"85131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.26387702818104186,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0402760","School District Name":"Elfrida Elementary District (4185)","Physical Address Line 1":"4070 W JEFFERSON RD","Physical Address Line 2":"","Physical Address City":"ELFRIDA","Physical Address State":"AZ ","Physical Address Zipcode":"85610","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1724137931034483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0402740","School District Name":"Mary C O'Brien Accommodation District (4435)","Physical Address Line 1":"3740 N TOLTEC RD","Physical Address Line 2":"","Physical Address City":"TOLTEC","Physical Address State":"AZ ","Physical Address Zipcode":"85131","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0402710","School District Name":"Eagle Elementary District","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0402690","School District Name":"Dysart Unified District (4243)","Physical Address Line 1":"15802 N PARKVIEW PL","Physical Address Line 2":"","Physical Address City":"SURPRISE","Physical Address State":"AZ ","Physical Address Zipcode":"85374","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.11938607917539786,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0402600","School District Name":"Duncan Unified District (4228)","Physical Address Line 1":"108 Stadium Ave","Physical Address Line 2":"","Physical Address City":"Duncan","Physical Address State":"AZ ","Physical Address Zipcode":"85534","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13068181818181818,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0402530","School District Name":"Douglas Unified District (4174)","Physical Address Line 1":"1132 E 12TH ST","Physical Address Line 2":"","Physical Address City":"DOUGLAS","Physical Address State":"AZ ","Physical Address Zipcode":"85607","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2996201329534663,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0402490","School District Name":"Double Adobe Elementary District (4179)","Physical Address Line 1":"7081 N CENTRAL HWY","Physical Address Line 2":"","Physical Address City":"McNeal","Physical Address State":"AZ ","Physical Address Zipcode":"85617","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14814814814814814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0402480","School District Name":"Graham County Special Services (4217)","Physical Address Line 1":"150 E 4th S","Physical Address Line 2":"","Physical Address City":"Pima","Physical Address State":"AZ ","Physical Address Zipcode":"85543","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0402460","School District Name":"Crown King Elementary District (4483)","Physical Address Line 1":"23550 S Towers Mountain Road","Physical Address Line 2":"","Physical Address City":"Crown King","Physical Address State":"AZ ","Physical Address Zipcode":"86343","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0402430","School District Name":"Creighton Elementary District (4263)","Physical Address Line 1":"2702 E FLOWER ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2649889713254462,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0402400","School District Name":"Crane Elementary District (4501)","Physical Address Line 1":"4250 W 16TH ST","Physical Address Line 2":"","Physical Address City":"YUMA","Physical Address State":"AZ ","Physical Address Zipcode":"85364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.17656667656667657,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0402370","School District Name":"Cottonwood-Oak Creek Elementary District (4487)","Physical Address Line 1":"1 N WILLARD ST","Physical Address Line 2":"","Physical Address City":"COTTONWOOD","Physical Address State":"AZ ","Physical Address Zipcode":"86326","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1402061855670103,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0402320","School District Name":"Coolidge Unified District (4442)","Physical Address Line 1":"450 N ARIZONA BLVD","Physical Address Line 2":"","Physical Address City":"COOLIDGE","Physical Address State":"AZ ","Physical Address Zipcode":"85128","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18895677755148224,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0402250","School District Name":"Continental Elementary District (4416)","Physical Address Line 1":"1991 E WHITEHOUSE CANYON RD","Physical Address Line 2":"","Physical Address City":"GREEN VALLEY","Physical Address State":"AZ ","Physical Address Zipcode":"85614","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.08797653958944282,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0402220","School District Name":"Congress Elementary District (4479)","Physical Address Line 1":"26400 South Tenderfoot Hill Ro","Physical Address Line 2":"","Physical Address City":"Congress","Physical Address State":"AZ ","Physical Address Zipcode":"85332","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.05853658536585366,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0402190","School District Name":"Concho Elementary District (4160)","Physical Address Line 1":"Hwy 61 and Cinder Rd","Physical Address Line 2":"","Physical Address City":"Concho","Physical Address State":"AZ ","Physical Address Zipcode":"85924","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4981549815498155,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0402130","School District Name":"Cochise Elementary District (4177)","Physical Address Line 1":"5025 N. Bowie Ave","Physical Address Line 2":"","Physical Address City":"Cochise","Physical Address State":"AZ ","Physical Address Zipcode":"85606","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12903225806451613,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401940","School District Name":"Chinle Unified District (4158)","Physical Address Line 1":"Navajo Rte 7 & State Hwy 191","Physical Address Line 2":"","Physical Address City":"Chinle","Physical Address State":"AZ ","Physical Address Zipcode":"86503","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.4366850828729282,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401920","School District Name":"Chevelon Butte School District (4198)","Physical Address Line 1":"417 Old Rim Road","Physical Address Line 2":"","Physical Address City":"Forest Lakes","Physical Address State":"AZ ","Physical Address Zipcode":"85931","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07407407407407407,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401870","School District Name":"Chandler Unified District #80 (4242)","Physical Address Line 1":"1525 W FRYE RD","Physical Address Line 2":"","Physical Address City":"CHANDLER","Physical Address State":"AZ ","Physical Address Zipcode":"85224","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.07870745332585716,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0401830","School District Name":"Champie Elementary District (4477)","Physical Address Line 1":"HCR 1 Castle Hot Springs","Physical Address Line 2":"","Physical Address City":"Morristown","Physical Address State":"AZ ","Physical Address Zipcode":"85342","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401810","School District Name":"Cedar Unified District (4395)","Physical Address Line 1":"Mile Post 408 Hwy 264","Physical Address Line 2":"","Physical Address City":"Keams Canyon","Physical Address State":"AZ ","Physical Address Zipcode":"86034","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3326984126984127,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401760","School District Name":"Catalina Foothills Unified District (4410)","Physical Address Line 1":"2101 E RIVER RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85718","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.04549393414211438,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0401740","School District Name":"Casa Grande Union High School District (4453)","Physical Address Line 1":"2730 N TREKELL RD","Physical Address Line 2":"","Physical Address City":"CASA GRANDE","Physical Address State":"AZ ","Physical Address Zipcode":"85122","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13781340610608903,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401710","School District Name":"Casa Grande Elementary District (4446)","Physical Address Line 1":"220 W KORTSEN RD","Physical Address Line 2":"","Physical Address City":"CASA GRANDE","Physical Address State":"AZ ","Physical Address Zipcode":"85122","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16799114777185395,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0401680","School District Name":"Cartwright Elementary District (4282)","Physical Address Line 1":"5220 W INDIAN SCHOOL RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85031","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2711284807034685,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401650","School District Name":"Canon Elementary District (4484)","Physical Address Line 1":"34630 S SCHOOL LOOP RD","Physical Address Line 2":"","Physical Address City":"Black Canyon City","Physical Address State":"AZ ","Physical Address Zipcode":"85324","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2702702702702703,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401600","School District Name":"Camp Verde Unified District (4470)","Physical Address Line 1":"410 CAMP LINCOLN RD","Physical Address Line 2":"","Physical Address City":"CAMP VERDE","Physical Address State":"AZ ","Physical Address Zipcode":"86322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1780281690140845,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401500","School District Name":"Bullhead City School District (4378)","Physical Address Line 1":"1004 HANCOCK RD","Physical Address Line 2":"","Physical Address City":"BULLHEAD CITY","Physical Address State":"AZ ","Physical Address Zipcode":"86442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.3034869976359338,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401460","School District Name":"Sierra Vista Unified District (4175)","Physical Address Line 1":"3555 E FRY BLVD","Physical Address Line 2":"","Physical Address City":"SIERRA VISTA","Physical Address State":"AZ ","Physical Address Zipcode":"85635","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.144013634426928,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0401410","School District Name":"Buckeye Union High School District (4284)","Physical Address Line 1":"1000 E NARRAMORE AVE","Physical Address Line 2":"","Physical Address City":"BUCKEYE","Physical Address State":"AZ ","Physical Address Zipcode":"85326","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1075032909170689,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0401380","School District Name":"Buckeye Elementary District (4269)","Physical Address Line 1":"25555 W DURANGO ST","Physical Address Line 2":"","Physical Address City":"BUCKEYE","Physical Address State":"AZ ","Physical Address Zipcode":"85326","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14801095184409727,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0401330","School District Name":"Bowie Unified District (4171)","Physical Address Line 1":"315 W. 5th St.","Physical Address Line 2":"","Physical Address City":"Bowie","Physical Address State":"AZ ","Physical Address Zipcode":"85605","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22784810126582278,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401290","School District Name":"Bouse Elementary District (4513)","Physical Address Line 1":"44936 Joshua Drive","Physical Address Line 2":"","Physical Address City":"Bouse","Physical Address State":"AZ ","Physical Address Zipcode":"85325","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.29545454545454547,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401260","School District Name":"Bonita Elementary District (4224)","Physical Address Line 1":"18008 S FORT GRANT RD","Physical Address Line 2":"","Physical Address City":"WILLCOX","Physical Address State":"AZ ","Physical Address Zipcode":"85643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.09259259259259259,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401230","School District Name":"Blue Elementary District (4231)","Physical Address Line 1":"80 Turkey Creek Rd","Physical Address Line 2":"","Physical Address City":"Blue","Physical Address State":"AZ ","Physical Address Zipcode":"85922","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401180","School District Name":"Bisbee Unified District (4169)","Physical Address Line 1":"519 W Melody Lane","Physical Address Line 2":"","Physical Address City":"BISBEE","Physical Address State":"AZ ","Physical Address Zipcode":"85603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20730117340286833,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401160","School District Name":"Bicentennial Union High School District (4515)","Physical Address Line 1":"67488 E Salome Rd","Physical Address Line 2":"","Physical Address City":"Salome","Physical Address State":"AZ ","Physical Address Zipcode":"85348","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401080","School District Name":"Beaver Creek Elementary District (4481)","Physical Address Line 1":"4810 E BEAVER CREEK RD","Physical Address Line 2":"","Physical Address City":"RIMROCK","Physical Address State":"AZ ","Physical Address Zipcode":"86335","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13722826086956522,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0401050","School District Name":"Balsz Elementary District (4268)","Physical Address Line 1":"4825 E ROOSEVELT ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.30561277033985584,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0401015","School District Name":"Cochise County Accommodation School District (1001687)","Physical Address Line 1":"100 CLAWSON AVE FL 3","Physical Address Line 2":"","Physical Address City":"BISBEE","Physical Address State":"AZ ","Physical Address Zipcode":"85603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0401014","School District Name":"Copper State Academy (1001671)","Physical Address Line 1":"1212 W Camelback Rd","Physical Address Line 2":"","Physical Address City":"Phoenix","Physical Address State":"AZ ","Physical Address Zipcode":"85013","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0401013","School District Name":"Online School of Arizona (1001719)","Physical Address Line 1":"7320 E Broadway","Physical Address Line 2":"","Physical Address City":"Tucson","Physical Address State":"AZ ","Physical Address Zipcode":"85710","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0401012","School District Name":"Co-Learn Club Inc. (1001669)","Physical Address Line 1":"5151 E BROADWAY BLVD STE 1600","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85711","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0401011","School District Name":"Highland Prep West (1001521)","Physical Address Line 1":"TBD in Goodyear","Physical Address Line 2":"","Physical Address City":"Goodyear","Physical Address State":"AZ ","Physical Address Zipcode":"85338","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0401010","School District Name":"Liberty Leadership Academy (1001520)","Physical Address Line 1":"Main Street and Birch","Physical Address Line 2":"","Physical Address City":"Cottonwood","Physical Address State":"AZ ","Physical Address Zipcode":"86326","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0401009","School District Name":"Glen Canyon Outdoor Academy (1001519)","Physical Address Line 1":"835 NEWBURN RD","Physical Address Line 2":"","Physical Address City":"PAGE","Physical Address State":"AZ ","Physical Address Zipcode":"86040","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0401008","School District Name":"Legacy Traditional School - East Tucson (1001399)","Physical Address Line 1":"3125 S GILBERT RD","Physical Address Line 2":"","Physical Address City":"Chandler","Physical Address State":"AZ ","Physical Address Zipcode":"85286","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0401007","School District Name":"Legacy Traditional School - Deer Valley (1001398)","Physical Address Line 1":"3125 S GILBERT RD","Physical Address Line 2":"","Physical Address City":"Chandler","Physical Address State":"AZ ","Physical Address Zipcode":"85286","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0401006","School District Name":"Legacy Traditional School - Mesa (1001397)","Physical Address Line 1":"3125 S GILBERT RD","Physical Address Line 2":"","Physical Address City":"Chandler","Physical Address State":"AZ ","Physical Address Zipcode":"85286","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0401005","School District Name":"American Charter Schools Foundation dba Ridgeview (1001346)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0401004","School District Name":"Candeo Schools Inc. (1001161)","Physical Address Line 1":"9965 W CALLE LEJOS","Physical Address Line 2":"","Physical Address City":"PEORIA","Physical Address State":"AZ ","Physical Address Zipcode":"85383","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0401003","School District Name":"Morrison Education Group Inc. (1001157)","Physical Address Line 1":"2675 W BASELINE RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85041","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0401002","School District Name":"Scholars Academy Sunnyslope (1000377)","Physical Address Line 1":"1055 E HEARN RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0401001","School District Name":"Educational Models for Learning Inc. (1000167)","Physical Address Line 1":"1525 E APACHE BLVD","Physical Address Line 2":"","Physical Address City":"TEMPE","Physical Address State":"AZ ","Physical Address Zipcode":"85281","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0401000","School District Name":"Bagdad Unified District (4468)","Physical Address Line 1":"500 Sultan Way","Physical Address Line 2":"","Physical Address City":"Bagdad","Physical Address State":"AZ ","Physical Address Zipcode":"86321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06637168141592921,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400999","School District Name":"Freedom Preparatory Academy (1000979)","Physical Address Line 1":"465 N BLUEJAY DR","Physical Address Line 2":"","Physical Address City":"GILBERT","Physical Address State":"AZ ","Physical Address Zipcode":"85234","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400998","School District Name":"A+ Charter Schools (1000166)","Physical Address Line 1":"41600 W Smith-Enke Rd","Physical Address Line 2":"","Physical Address City":"Maricopa","Physical Address State":"AZ ","Physical Address Zipcode":"85138","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400997","School District Name":"Legacy Traditional School - North Phoenix (1000568)","Physical Address Line 1":"4525 N. 98th Avenue","Physical Address Line 2":"","Physical Address City":"Phoenix","Physical Address State":"AZ ","Physical Address Zipcode":"85037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400996","School District Name":"Legacy Traditional School - West Surprise (1000560)","Physical Address Line 1":"17300 W Cactus Road","Physical Address Line 2":"","Physical Address City":"Surprise","Physical Address State":"AZ ","Physical Address Zipcode":"85388","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400995","School District Name":"Self Development Scottsdale Academy (308420)","Physical Address Line 1":"16635 N 51ST AVE","Physical Address Line 2":"","Physical Address City":"GLENDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85306","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400994","School District Name":"Self Development Eastmark Academy (520359)","Physical Address Line 1":"7930 E BASELINE RD","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85209","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400993","School District Name":"New Horizon High School Inc. (1000165)","Physical Address Line 1":"2200 N ARIZONA AVE STE 17","Physical Address Line 2":"","Physical Address City":"CHANDLER","Physical Address State":"AZ ","Physical Address Zipcode":"85225","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400992","School District Name":"Kaleidoscope School (1000164)","Physical Address Line 1":"3434 W GREENWAY RD STE 117","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400991","School District Name":"Legacy Traditional School - Goodyear (1000283)","Physical Address Line 1":"16060 W LOWER BUCKEYE RD","Physical Address Line 2":"","Physical Address City":"GOODYEAR","Physical Address State":"AZ ","Physical Address Zipcode":"85338","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400990","School District Name":"New Learning Ventures Inc. (320470)","Physical Address Line 1":"4515 N 32ND ST STE 200","Physical Address Line 2":"","Physical Address City":"Phoenix","Physical Address State":"AZ ","Physical Address Zipcode":"85018","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400989","School District Name":"ARCHES Academy (92980)","Physical Address Line 1":"718 E DENIM TRL","Physical Address Line 2":"","Physical Address City":"SAN TAN VLY","Physical Address State":"AZ ","Physical Address Zipcode":"85143","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400988","School District Name":"Valor Preparatory Academy LLC (1000291)","Physical Address Line 1":"13185 W THOMAS RD","Physical Address Line 2":"","Physical Address City":"GOODYEAR","Physical Address State":"AZ ","Physical Address Zipcode":"85395","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400987","School District Name":"Somerset Academy Arizona Inc. (1000160)","Physical Address Line 1":"14900 W VAN BUREN ST","Physical Address Line 2":"","Physical Address City":"GOODYEAR","Physical Address State":"AZ ","Physical Address Zipcode":"85338","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400986","School District Name":"Maricopa County Detention Education Center (1000313)","Physical Address Line 1":"3125 W DURANGO ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85009","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400985","School District Name":"Pinal County Detention Education Center (79516)","Physical Address Line 1":"951 N PINAL PKWY","Physical Address Line 2":"","Physical Address City":"FLORENCE","Physical Address State":"AZ ","Physical Address Zipcode":"85132","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400984","School District Name":"Cochise County Sheriff's Office (79546)","Physical Address Line 1":"203 N JUDD DR","Physical Address Line 2":"","Physical Address City":"BISBEE","Physical Address State":"AZ ","Physical Address Zipcode":"85603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400983","School District Name":"Yavapai County Sheriff's Office (79492)","Physical Address Line 1":"255 E GURLEY ST","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"AZ ","Physical Address Zipcode":"86301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400982","School District Name":"Navajo County Sheriff's Office (79520)","Physical Address Line 1":"100 E CODE TALKERS DR","Physical Address Line 2":"","Physical Address City":"HOLBROOK","Physical Address State":"AZ ","Physical Address Zipcode":"86025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400981","School District Name":"Science Technology Engineering and Math Arizona (1000050)","Physical Address Line 1":"8055 E 22nd St","Physical Address Line 2":"","Physical Address City":"Tucson","Physical Address State":"AZ ","Physical Address Zipcode":"85710","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400980","School District Name":"BASIS Charter Schools Inc. (783027)","Physical Address Line 1":"7496 E TIERRA BUENA LN","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85260","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400978","School District Name":"Edison Project (743644)","Physical Address Line 1":"8340 W Northern Ave","Physical Address Line 2":"","Physical Address City":"Glendale","Physical Address State":"AZ ","Physical Address Zipcode":"85305","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400977","School District Name":"The French American School of Arizona (395879)","Physical Address Line 1":"2222 S PRICE RD","Physical Address Line 2":"","Physical Address City":"TEMPE","Physical Address State":"AZ ","Physical Address Zipcode":"85282","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400976","School District Name":"Think Through Academy (92976)","Physical Address Line 1":"2127 W HARWELL RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85041","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400975","School District Name":"Phoenix International Academy (903484)","Physical Address Line 1":"4310 E BROADWAY RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85040","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400973","School District Name":"Cochise County School Superintendent (79188)","Physical Address Line 1":"100 CLAWSON ST","Physical Address Line 2":"","Physical Address City":"BISBEE","Physical Address State":"AZ ","Physical Address Zipcode":"85603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400972","School District Name":"Yavapai County Education Service Agency (79194)","Physical Address Line 1":"1015 FAIR ST RM 324","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"AZ ","Physical Address Zipcode":"86305","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400970","School District Name":"AIBT Non-Profit Charter High School Inc. (449790)","Physical Address Line 1":"6049 N 43RD AVE STE 200","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85019","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400969","School District Name":"Arizona Agribusiness & Equine Center INC. (134379)","Physical Address Line 1":"1440 S LONGMORE","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85202","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400968","School District Name":"Victory Collegiate Academy Corporation (92985)","Physical Address Line 1":"3535 N 63RD AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85033","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400967","School District Name":"BASIS Charter Schools Inc. (934316)","Physical Address Line 1":"11850 N 32ND ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85028","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400966","School District Name":"Highland Prep (92982)","Physical Address Line 1":"15600 W HEARN RD","Physical Address Line 2":"","Physical Address City":"SURPRISE","Physical Address State":"AZ ","Physical Address Zipcode":"85379","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400965","School District Name":"ASU Preparatory Academy Digital (522074)","Physical Address Line 1":"1130 E University Dr STE 230","Physical Address Line 2":"","Physical Address City":"Tempe","Physical Address State":"AZ ","Physical Address Zipcode":"85281","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400964","School District Name":"Synergy Public School Inc. (92981)","Physical Address Line 1":"7229 N 13TH WAY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400963","School District Name":"BASIS Charter Schools Inc. (273398)","Physical Address Line 1":"25952 N LAKE PLEASANT PKWY","Physical Address Line 2":"","Physical Address City":"PEORIA","Physical Address State":"AZ ","Physical Address Zipcode":"85383","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400962","School District Name":"Legacy Traditional School - East Mesa (834265)","Physical Address Line 1":"3201 S GILBERT RD","Physical Address Line 2":"","Physical Address City":"CHANDLER","Physical Address State":"AZ ","Physical Address Zipcode":"85286","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400961","School District Name":"BASIS Charter Schools Inc. (549803)","Physical Address Line 1":"2002 W. Southern Ave","Physical Address Line 2":"","Physical Address City":"Phoenix","Physical Address State":"AZ ","Physical Address Zipcode":"85041","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400960","School District Name":"Avondale Elementary District (4272)","Physical Address Line 1":"295 W WESTERN AVE","Physical Address Line 2":"","Physical Address City":"AVONDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1799163179916318,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0400959","School District Name":"Legacy Traditional School - Phoenix (873957)","Physical Address Line 1":"4545 N 99TH AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400958","School District Name":"BASIS Charter Schools Inc. (92997)","Physical Address Line 1":"7975 N Hayden Rd","Physical Address Line 2":"","Physical Address City":"Scottsdale","Physical Address State":"AZ ","Physical Address Zipcode":"85258","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400956","School District Name":"ASU Preparatory Academy (92716)","Physical Address Line 1":"1130 E University Dr. Ste 230","Physical Address Line 2":"","Physical Address City":"Tempe","Physical Address State":"AZ ","Physical Address Zipcode":"85281","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400955","School District Name":"Estrella Educational Foundation (92988)","Physical Address Line 1":"3900 S 55TH AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400954","School District Name":"Legacy Traditional School - North Chandler (850101)","Physical Address Line 1":"1900 N MCQUEEN RD","Physical Address Line 2":"","Physical Address City":"CHANDLER","Physical Address State":"AZ ","Physical Address Zipcode":"85225","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400953","School District Name":"The Grande Innovation Academy (92978)","Physical Address Line 1":"950 N PEART RD","Physical Address Line 2":"","Physical Address City":"CASA GRANDE","Physical Address State":"AZ ","Physical Address Zipcode":"85122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400952","School District Name":"Kaizen Education Foundation dba Colegio Petite Pho (92989)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400951","School District Name":"Legacy Traditional School - Peoria (850099)","Physical Address Line 1":"7877 W HILLCREST BLVD","Physical Address Line 2":"","Physical Address City":"PEORIA","Physical Address State":"AZ ","Physical Address Zipcode":"85383","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400950","School District Name":"Pathways In Education-Arizona Inc. (92983)","Physical Address Line 1":"2226 N.7th Street","Physical Address Line 2":"","Physical Address City":"Phoenix","Physical Address State":"AZ ","Physical Address Zipcode":"85006","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400949","School District Name":"Painted Desert Montessori LLC (123733)","Physical Address Line 1":"2400 S 247TH AVE","Physical Address Line 2":"","Physical Address City":"BUCKEYE","Physical Address State":"AZ ","Physical Address Zipcode":"85326","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400948","School District Name":"Legacy Traditional School - Glendale (850100)","Physical Address Line 1":"13091 N. 67th Ave","Physical Address Line 2":"","Physical Address City":"Glendale","Physical Address State":"AZ ","Physical Address Zipcode":"85306","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400947","School District Name":"ASU Preparatory Academy - Casa Grande (92987)","Physical Address Line 1":"2612 W GILA BEND HWY","Physical Address Line 2":"","Physical Address City":"CASA GRANDE","Physical Address State":"AZ ","Physical Address Zipcode":"85193","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400946","School District Name":"ASU Preparatory Academy (346763)","Physical Address Line 1":"1130 E University Dr. Ste 230","Physical Address Line 2":"","Physical Address City":"Tempe","Physical Address State":"AZ ","Physical Address Zipcode":"85287","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400945","School District Name":"Pensar Academy (92972)","Physical Address Line 1":"6135 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85015","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400944","School District Name":"Leman Academy of Excellence Inc. (92730)","Physical Address Line 1":"7720 N Silverlight Rd.","Physical Address Line 2":"","Physical Address City":"Tucson","Physical Address State":"AZ ","Physical Address Zipcode":"85743","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400943","School District Name":"BASIS Charter Schools Inc. (92736)","Physical Address Line 1":"7975 N HAYDEN RD STE B100","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85258","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400942","School District Name":"Ethos Academy - A Challenge Foundation Academy (92379)","Physical Address Line 1":"8840 N 43RD AVE","Physical Address Line 2":"","Physical Address City":"GLENDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85302","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400941","School District Name":"BASIS Charter Schools Inc. (92734)","Physical Address Line 1":"7975 N HAYDEN RD STE B100","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85258","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400940","School District Name":"Academy of Mathematics and Science Inc. (92768)","Physical Address Line 1":"6633 W CAMELBACK RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85033","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400939","School District Name":"Espiritu Schools (92902)","Physical Address Line 1":"4848 S 2ND ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85040","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400937","School District Name":"BASIS Charter Schools Inc. (92863)","Physical Address Line 1":"11440 N 136TH ST","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85259","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400936","School District Name":"BASIS Charter Schools Inc. (92865)","Physical Address Line 1":"204 W. Chandler Heights Rd","Physical Address Line 2":"","Physical Address City":"Chandler","Physical Address State":"AZ ","Physical Address Zipcode":"85248","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400934","School District Name":"Self Development Academy-Phoenix (92381)","Physical Address Line 1":"1515 E INDIAN SCHOOL RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85014","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400933","School District Name":"Legacy Traditional School - Surprise (92879)","Physical Address Line 1":"14506 W SWEETWATER AVE","Physical Address Line 2":"","Physical Address City":"SURPRISE","Physical Address State":"AZ ","Physical Address Zipcode":"85379","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400930","School District Name":"Archway Classical Academy Trivium East (92704)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400929","School District Name":"Noah Webster Schools-Pima (92374)","Physical Address Line 1":"7301 E BASELINE RD","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85209","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400927","School District Name":"Legacy Traditional School - Queen Creek (92610)","Physical Address Line 1":"41800 N BARNES PKWY","Physical Address Line 2":"","Physical Address City":"San Tan Valley","Physical Address State":"AZ ","Physical Address Zipcode":"85140","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400926","School District Name":"Heritage Academy Laveen Inc. (92520)","Physical Address Line 1":"4275 W BASELINE RD","Physical Address Line 2":"","Physical Address City":"LAVEEN","Physical Address State":"AZ ","Physical Address Zipcode":"85339","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400925","School District Name":"Archway Classical Academy Lincoln (92656)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400924","School District Name":"Western School of Science and Technology Inc. (91937)","Physical Address Line 1":"6515 W INDIAN SCHOOL RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85033","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400922","School District Name":"Desert Star Academy (92302)","Physical Address Line 1":"5599 Highway 95","Physical Address Line 2":"","Physical Address City":"Fort Mohave","Physical Address State":"AZ ","Physical Address Zipcode":"86426","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400921","School District Name":"Horizon Community Learning Center Inc. (92620)","Physical Address Line 1":"16233 S 48TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85048","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400920","School District Name":"Southwest Technical Education District of Yuma (ST (92705)","Physical Address Line 1":"210 S 1ST AVE","Physical Address Line 2":"","Physical Address City":"YUMA","Physical Address State":"AZ ","Physical Address Zipcode":"85364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400919","School District Name":"Lincoln Preparatory Academy (92657)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400918","School District Name":"Arizona Language Preparatory (92566)","Physical Address Line 1":"4645 E MARILYN RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85032","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400916","School District Name":"EAGLE College Prep Maryvale LLC (91938)","Physical Address Line 1":"3950 N 53RD AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85031","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400915","School District Name":"CASA Academy (91934)","Physical Address Line 1":"8123 N 35th Ave. Suite B-2","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85051","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400914","School District Name":"Franklin Phonetic Primary School Inc. (92596)","Physical Address Line 1":"9317 N 2ND ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85020","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400913","School District Name":"Arizona Autism Charter Schools Inc. (91958)","Physical Address Line 1":"4125 N 14TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85014","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400912","School District Name":"EAGLE College Prep Mesa LLC. (91939)","Physical Address Line 1":"1619 E MAIN ST","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400911","School District Name":"Heritage Academy Queen Creek Inc. (92519)","Physical Address Line 1":"19630 East Germann Road","Physical Address Line 2":"","Physical Address City":"Queen Creek","Physical Address State":"AZ ","Physical Address Zipcode":"85242","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400910","School District Name":"Ash Fork Joint Unified District (4471)","Physical Address Line 1":"46999 N . 5th Street","Physical Address Line 2":"","Physical Address City":"Ash Fork","Physical Address State":"AZ ","Physical Address Zipcode":"86320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2423076923076923,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400909","School District Name":"Madison Highland Prep (91935)","Physical Address Line 1":"1431 E CAMPBELL AVE STE 100","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85014","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400907","School District Name":"StrengthBuilding Partners (91992)","Physical Address Line 1":"4560 S. Coach Dr","Physical Address Line 2":"","Physical Address City":"Tucson","Physical Address State":"AZ ","Physical Address Zipcode":"85714","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400905","School District Name":"BASIS Charter Schools Inc. (92318)","Physical Address Line 1":"7975 N HAYDEN RD STE B100","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85258","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400904","School District Name":"Edkey Inc. - Sequoia Pathway Academy (92226)","Physical Address Line 1":"1460 S HORNE","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400903","School District Name":"BASIS Charter Schools Inc. (92320)","Physical Address Line 1":"1901 PRESCOTT LAKES PKWY","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"AZ ","Physical Address Zipcode":"86301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400902","School District Name":"The Farm at Mission Montessori Academy (91340)","Physical Address Line 1":"4530 E GOLD DUST AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85028","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400900","School District Name":"Cicero Preparatory Academy (92316)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400899","School District Name":"Legacy Traditional School - Gilbert (92047)","Physical Address Line 1":"3201 S GILBERT RD BLDG A","Physical Address Line 2":"","Physical Address City":"CHANDLER","Physical Address State":"AZ ","Physical Address Zipcode":"85286","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400898","School District Name":"BASIS Charter Schools Inc. (91949)","Physical Address Line 1":"7975 N HAYDEN RD STE B100","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85258","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400897","School District Name":"BASIS Charter Schools Inc. (91339)","Physical Address Line 1":"11440 N 136TH ST","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85259","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400895","School District Name":"Espiritu Community Development Corp. (92250)","Physical Address Line 1":"4848 S 2ND ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85040","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400894","School District Name":"Kaizen Education Foundation dba Discover U Element (91328)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400893","School District Name":"Hirsch Academy A Challenge Foundation (91275)","Physical Address Line 1":"6535 E OSBORN RD STE 401","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85251","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400892","School District Name":"Legacy Traditional School - Casa Grande (92199)","Physical Address Line 1":"1274 E. Oneil Drive","Physical Address Line 2":"","Physical Address City":"Casa Grande","Physical Address State":"AZ ","Physical Address Zipcode":"85122","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400891","School District Name":"Academy of Mathematics and Science South Inc. (90878)","Physical Address Line 1":"1557 W PRINCE RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400890","School District Name":"ASU Preparatory Academy (92325)","Physical Address Line 1":"735 E FILLMORE ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85006","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400888","School District Name":"Archway Classical Academy Arete (92312)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400887","School District Name":"Vista College Preparatory Inc. (91948)","Physical Address Line 1":"812 S 6TH AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400886","School District Name":"Archway Classical Academy Cicero (92314)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400885","School District Name":"Incito Schools (91326)","Physical Address Line 1":"877 N SARIVAL AVE","Physical Address Line 2":"","Physical Address City":"GOODYEAR","Physical Address State":"AZ ","Physical Address Zipcode":"85338","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400884","School District Name":"ASU Preparatory Academy (92327)","Physical Address Line 1":"6950 E WILLIAMS FIELD RD","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400882","School District Name":"Kaizen Education Foundation dba Advance U (91329)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400881","School District Name":"BASIS Charter Schools Inc. (92349)","Physical Address Line 1":"7975 N HAYDEN RD STE B100","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85258","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400880","School District Name":"Southwest Leadership Academy (92043)","Physical Address Line 1":"4301 W FILLMORE ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85043","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400879","School District Name":"Scottsdale Country Day School (91110)","Physical Address Line 1":"10460 N 56TH ST","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85253","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400878","School District Name":"BASIS Charter Schools Inc. (91309)","Physical Address Line 1":"5740 E RIVER RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85750","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400877","School District Name":"Empower College Prep (91277)","Physical Address Line 1":"2411 W COLTER ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85015","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400876","School District Name":"George Gervin Youth Center Inc. (90884)","Physical Address Line 1":"40 W Baseline Rd","Physical Address Line 2":"","Physical Address City":"Tempe","Physical Address State":"AZ ","Physical Address Zipcode":"85283","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400875","School District Name":"Maryvale Preparatory Academy (90861)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400873","School District Name":"Archway Classical Academy North Phoenix (91758)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400872","School District Name":"Institute for Transformative Education Inc. (90876)","Physical Address Line 1":"1300 S BELVEDERE AVE","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85711","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400871","School District Name":"Legacy Traditional School ? Laveen Village (91763)","Physical Address Line 1":"7900 S 43RD AVE","Physical Address Line 2":"","Physical Address City":"LAVEEN","Physical Address State":"AZ ","Physical Address Zipcode":"85339","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400870","School District Name":"Ash Creek Elementary District (4187)","Physical Address Line 1":"6460 E HIGHWAY 181","Physical Address Line 2":"","Physical Address City":"PEARCE","Physical Address State":"AZ ","Physical Address Zipcode":"85625","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1702127659574468,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400868","School District Name":"Open Doors Community School Inc. (91238)","Physical Address Line 1":"13644 N. Sandario Rd.","Physical Address Line 2":"","Physical Address City":"Marana","Physical Address State":"AZ ","Physical Address Zipcode":"85653","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400867","School District Name":"Ball Charter Schools (Val Vista) (90885)","Physical Address Line 1":"4120 S VAL VISTA DR","Physical Address Line 2":"","Physical Address City":"GILBERT","Physical Address State":"AZ ","Physical Address Zipcode":"85297","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400866","School District Name":"Archway Classical Academy Glendale (91878)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400864","School District Name":"Happy Valley East (90906)","Physical Address Line 1":"827 E 6TH AVE","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400863","School District Name":"The Paideia Academies Inc (91250)","Physical Address Line 1":"7777 S 15TH TER","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85042","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400862","School District Name":"Collaborative Pathways Inc. (91773)","Physical Address Line 1":"9 S LA CRECIENTE","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85711","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400861","School District Name":"North Phoenix Preparatory Academy (90879)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400859","School District Name":"ASU Preparatory Academy (91305)","Physical Address Line 1":"430 E University Drive","Physical Address Line 2":"","Physical Address City":"Tempe","Physical Address State":"AZ ","Physical Address Zipcode":"85281","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400858","School District Name":"ASU Preparatory Academy (91303)","Physical Address Line 1":"735 E FILLMORE ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85006","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400857","School District Name":"ASU Preparatory Academy (91307)","Physical Address Line 1":"6950 E WILLIAMS FIELD RD","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400855","School District Name":"Legacy Traditional School - Chandler (91133)","Physical Address Line 1":"3201 S GILBERT RD BLDG B","Physical Address Line 2":"","Physical Address City":"CHANDLER","Physical Address State":"AZ ","Physical Address Zipcode":"85286","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400853","School District Name":"South Phoenix Academy Inc. (91108)","Physical Address Line 1":"7450 S 40TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85042","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400852","School District Name":"Kaizen Education Foundation dba Havasu Preparatory (90535)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400851","School District Name":"Trivium Preparatory Academy (90859)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400850","School District Name":"Reid Traditional Schools' Painted Rock Academy Inc (91317)","Physical Address Line 1":"14841 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85023","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400849","School District Name":"EAGLE College Prep Harmony LLC (91170)","Physical Address Line 1":"2435 E PECAN RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85040","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400847","School District Name":"Legacy Traditional School - Avondale (91135)","Physical Address Line 1":"17760 N REGENT DR","Physical Address Line 2":"","Physical Address City":"MARICOPA","Physical Address State":"AZ ","Physical Address Zipcode":"85138","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400846","School District Name":"South Valley Academy Inc. (90540)","Physical Address Line 1":"7450 S 40TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85042","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400845","School District Name":"Leading Edge Academy Queen Creek (91174)","Physical Address Line 1":"4815 W HUNT HWY","Physical Address Line 2":"","Physical Address City":"QUEEN CREEK","Physical Address State":"AZ ","Physical Address Zipcode":"85142","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400844","School District Name":"La Tierra Community School Inc (90900)","Physical Address Line 1":"124 N VIRGINIA ST","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"AZ ","Physical Address Zipcode":"86301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400843","School District Name":"BASIS Charter Schools Inc. (91280)","Physical Address Line 1":"13613 N CAVE CREEK RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400842","School District Name":"Legacy Traditional School - Northwest Tucson (91137)","Physical Address Line 1":"3500 W CORTARO FARMS RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85742","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400841","School District Name":"Archway Classical Academy Scottsdale (90857)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400840","School District Name":"Arlington Elementary District (4274)","Physical Address Line 1":"9410 S 355TH AVE","Physical Address Line 2":"","Physical Address City":"ARLINGTON","Physical Address State":"AZ ","Physical Address Zipcode":"85322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2673992673992674,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400839","School District Name":"Pima Rose Academy Inc. (90997)","Physical Address Line 1":"1690 W IRVINGTON RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85746","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400838","School District Name":"Arizona Agribusiness & Equine Center Inc. (91131)","Physical Address Line 1":"7500 E Civic Circle","Physical Address Line 2":"","Physical Address City":"Prescott Valley","Physical Address State":"AZ ","Physical Address Zipcode":"86314","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400837","School District Name":"Apache County Sheriff's Office (79547)","Physical Address Line 1":"75 W Cleveland St","Physical Address Line 2":"","Physical Address City":"St Johns","Physical Address State":"AZ ","Physical Address Zipcode":"85936","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400836","School District Name":"Arizona Supreme Court (9576)","Physical Address Line 1":"1501 W WASHINGTON ST STE 337","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400835","School District Name":"Yuma County Education Service Agency (79196)","Physical Address Line 1":"210 S 1ST AVE","Physical Address Line 2":"","Physical Address City":"YUMA","Physical Address State":"AZ ","Physical Address Zipcode":"85364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"4-Regional Education Service Agency (RESA)","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400834","School District Name":"Archway Classical Academy Chandler (90917)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400833","School District Name":"Archway Classical Academy Veritas (90916)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400832","School District Name":"Archway Classical Academy Trivium West (90915)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400831","School District Name":"BASIS Charter Schools Inc. (90862)","Physical Address Line 1":"7975 N HAYDEN RD STE B100","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85258","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400830","School District Name":"BASIS Charter Schools Inc. (90842)","Physical Address Line 1":"11485 N 136TH ST STE 109","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85259","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400829","School District Name":"BASIS Charter Schools Inc. (90841)","Physical Address Line 1":"7975 N HAYDEN RD STE B100","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85258","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400828","School District Name":"Arizona Agribusiness & Equine Center Inc. (90779)","Physical Address Line 1":"3400 N Dysart Rd","Physical Address Line 2":"","Physical Address City":"Avondale","Physical Address State":"AZ ","Physical Address Zipcode":"85392","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400827","School District Name":"Arizona Education Solutions (90758)","Physical Address Line 1":"4858 E Baseline Rd #103","Physical Address Line 2":"","Physical Address City":"Mesa","Physical Address State":"AZ ","Physical Address Zipcode":"85206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400824","School District Name":"Leading Edge Academy Maricopa (90637)","Physical Address Line 1":"633 E RAY RD STE 132","Physical Address Line 2":"","Physical Address City":"GILBERT","Physical Address State":"AZ ","Physical Address Zipcode":"85296","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400823","School District Name":"Kaizen Education Foundation dba Mission Heights Pr (90548)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400822","School District Name":"Daisy Education Corporation dba. Sonoran Science A (90541)","Physical Address Line 1":"17667 N 91ST AVE","Physical Address Line 2":"","Physical Address City":"PEORIA","Physical Address State":"AZ ","Physical Address Zipcode":"85382","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400821","School District Name":"Pima Prevention Partnership (90536)","Physical Address Line 1":"924 N Alvernon Way","Physical Address Line 2":"","Physical Address City":"Tucson","Physical Address State":"AZ ","Physical Address Zipcode":"85711","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400820","School District Name":"Compass Points International Inc (90533)","Physical Address Line 1":"551 1ST ST","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"AZ ","Physical Address Zipcode":"86301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400819","School District Name":"Anthem Preparatory Academy (90532)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400818","School District Name":"BASIS Charter Schools Inc. (90508)","Physical Address Line 1":"7975 N HAYDEN RD STE B121","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85258","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400817","School District Name":"Ed Ahead (90506)","Physical Address Line 1":"3025 N WINSTEL BLVD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85716","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400816","School District Name":"Educational Options Foundation (90201)","Physical Address Line 1":"6710 W CALLE LEJOS","Physical Address Line 2":"","Physical Address City":"PEORIA","Physical Address State":"AZ ","Physical Address Zipcode":"85383","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400815","School District Name":"Research Based Education Corporation (90275)","Physical Address Line 1":"8433 N BLACK CANYON HWY STE 16","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400814","School District Name":"CPLC Community Schools dba Hiaki High School (90331)","Physical Address Line 1":"4747 W CALLE VICAM","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85757","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400813","School District Name":"Camp Verde Unified School District dba South Verde (90136)","Physical Address Line 1":"462 S MAIN ST","Physical Address Line 2":"","Physical Address City":"CAMP VERDE","Physical Address State":"AZ ","Physical Address Zipcode":"86322","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400811","School District Name":"Ombudsman Educational Services LTD a subsidiary (90326)","Physical Address Line 1":"1585 N MILWAUKEE AVE STE 2A","Physical Address Line 2":"","Physical Address City":"LIBERTYVILLE","Physical Address State":"IL ","Physical Address Zipcode":"60048","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400810","School District Name":"Imagine Superstition Middle Inc. (90160)","Physical Address Line 1":"1843 W 16TH AVE","Physical Address Line 2":"","Physical Address City":"Apache Junction","Physical Address State":"AZ ","Physical Address Zipcode":"85120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400807","School District Name":"Daisy Education Corporation dba. Sonoran Science A (90284)","Physical Address Line 1":"5741 E IRONWOOD ST","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85708","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400805","School District Name":"Choice Academies Inc. (90138)","Physical Address Line 1":"2323 W PARKSIDE LN","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400803","School District Name":"CAFA Inc. dba Learning Foundation and Performing (90327)","Physical Address Line 1":"4055 E WARNER RD","Physical Address Line 2":"","Physical Address City":"GILBERT","Physical Address State":"AZ ","Physical Address Zipcode":"85296","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400802","School District Name":"Imagine Avondale Middle Inc. (90162)","Physical Address Line 1":"950 N Eliseo C Felix Jr Way","Physical Address Line 2":"","Physical Address City":"Avondale","Physical Address State":"AZ ","Physical Address Zipcode":"85323","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400801","School District Name":"Skyline Gila River Schools LLC (90329)","Physical Address Line 1":"978 N Preschool Rd.","Physical Address Line 2":"","Physical Address City":"Bapchule","Physical Address State":"AZ ","Physical Address Zipcode":"85121","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400800","School District Name":"The Odyssey Preparatory Academy Inc. (90287)","Physical Address Line 1":"1495 S VERRADO WAY","Physical Address Line 2":"","Physical Address City":"BUCKEYE","Physical Address State":"AZ ","Physical Address Zipcode":"85326","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400799","School District Name":"Kaizen Education Foundation dba Gilbert Arts Acade (90333)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400798","School District Name":"Pioneer Preparatory School (90140)","Physical Address Line 1":"6510 W CLARENDON AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85033","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400797","School District Name":"Academy Del Sol Inc. (90199)","Physical Address Line 1":"732 W ROGER RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400796","School District Name":"CAFA Inc. dba Learning Foundation and Performing (90328)","Physical Address Line 1":"4055 E WARNER RD","Physical Address Line 2":"","Physical Address City":"GILBERT","Physical Address State":"AZ ","Physical Address Zipcode":"85296","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400794","School District Name":"Western Arizona Vocational District #50 (90123)","Physical Address Line 1":"700 W BEALE ST","Physical Address Line 2":"","Physical Address City":"KINGMAN","Physical Address State":"AZ ","Physical Address Zipcode":"86401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400793","School District Name":"Morrison Education Group Inc. (90192)","Physical Address Line 1":"2675 W BASELINE RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85041","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400792","School District Name":"Vector School District Inc. (90317)","Physical Address Line 1":"2020 N Arizona Ave #5","Physical Address Line 2":"","Physical Address City":"CHANDLER","Physical Address State":"AZ ","Physical Address Zipcode":"85225","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400790","School District Name":"Apache Junction Unified District (4443)","Physical Address Line 1":"801 W SOUTHERN AVE","Physical Address Line 2":"","Physical Address City":"Apache Junction","Physical Address State":"AZ ","Physical Address Zipcode":"85120","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1520963973933358,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0400789","School District Name":"Kaizen Education Foundation dba Liberty Arts Acade (90334)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400788","School District Name":"ASU Preparatory Academy (90273)","Physical Address Line 1":"1130 E University Dr. Ste 230","Physical Address Line 2":"","Physical Address City":"Tempe","Physical Address State":"AZ ","Physical Address Zipcode":"85287","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400787","School District Name":"Kaizen Education Foundation dba Vista Grove Prepar (90330)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400786","School District Name":"West Valley Arts and Technology Academy Inc. (90036)","Physical Address Line 1":"5625 S 51ST AVE","Physical Address Line 2":"","Physical Address City":"LAVEEN","Physical Address State":"AZ ","Physical Address Zipcode":"85339","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400785","School District Name":"AZ Compass Schools Inc. (89869)","Physical Address Line 1":"2020 N ARIZONA AVE STE G62","Physical Address Line 2":"","Physical Address City":"CHANDLER","Physical Address State":"AZ ","Physical Address Zipcode":"85225","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400784","School District Name":"Navajo County School Superintendents Office (79536)","Physical Address Line 1":"100 E CARTER DR","Physical Address Line 2":"","Physical Address City":"HOLBROOK","Physical Address State":"AZ ","Physical Address Zipcode":"86025","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400783","School District Name":"Imagine Prep Superstition Inc. (89788)","Physical Address Line 1":"1843 W 16TH AVE","Physical Address Line 2":"","Physical Address City":"Apache Junction","Physical Address State":"AZ ","Physical Address Zipcode":"85120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400782","School District Name":"Haven Montessori Children's House Inc. (89951)","Physical Address Line 1":"621 W CLAY AVE","Physical Address Line 2":"","Physical Address City":"FLAGSTAFF","Physical Address State":"AZ ","Physical Address Zipcode":"86001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400781","School District Name":"Math and Science Success Academy Inc. (89852)","Physical Address Line 1":"1557 W PRINCE RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400780","School District Name":"Imagine Avondale Elementary Inc. (89784)","Physical Address Line 1":"18052 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400779","School District Name":"Greenlee County Sheriff's Office (79542)","Physical Address Line 1":"Hwy 191","Physical Address Line 2":"","Physical Address City":"Clifton","Physical Address State":"AZ ","Physical Address Zipcode":"85533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400778","School District Name":"Daisy Education Corporation dba Paragon Science Ac (89917)","Physical Address Line 1":"5580 W CHANDLER BLVD","Physical Address Line 2":"","Physical Address City":"CHANDLER","Physical Address State":"AZ ","Physical Address Zipcode":"85226","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400777","School District Name":"Santa Cruz County Sheriff's Office (79473)","Physical Address Line 1":"2170 N CONGRESS DR","Physical Address Line 2":"","Physical Address City":"NOGALES","Physical Address State":"AZ ","Physical Address Zipcode":"85621","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400776","School District Name":"Daisy Education Corporation dba Sonoran Science Ac (89914)","Physical Address Line 1":"3535 E MCDOWELL RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85008","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400775","School District Name":"San Tan Montessori School Inc. (89798)","Physical Address Line 1":"3959 E ELLIOT RD","Physical Address Line 2":"","Physical Address City":"GILBERT","Physical Address State":"AZ ","Physical Address Zipcode":"85234","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400774","School District Name":"Daisy Education Corporation dba Sonoran Science Ac (89915)","Physical Address Line 1":"7450 East Stella Road","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85730","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400773","School District Name":"Yuma County Sheriff's Office (79472)","Physical Address Line 1":"200 W COURT ST","Physical Address Line 2":"","Physical Address City":"YUMA","Physical Address State":"AZ ","Physical Address Zipcode":"85364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400772","School District Name":"Mountain Institute JTED (90090)","Physical Address Line 1":"3003 CENTERPOINTE EAST DR","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"AZ ","Physical Address Zipcode":"86301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400771","School District Name":"Blue Adobe Project (89871)","Physical Address Line 1":"6000 E 14TH ST","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85711","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400770","School District Name":"Imagine Prep Surprise Inc. (89790)","Physical Address Line 1":"18052 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400769","School District Name":"Imagine Prep Coolidge Inc. (90034)","Physical Address Line 1":"1290B W VAH KI INN RD","Physical Address Line 2":"","Physical Address City":"COOLIDGE","Physical Address State":"AZ ","Physical Address Zipcode":"85128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400768","School District Name":"Pima Prevention Partnership dba Pima Partnership A (89864)","Physical Address Line 1":"924 N. Alvernon Way","Physical Address Line 2":"","Physical Address City":"Tucson","Physical Address State":"AZ ","Physical Address Zipcode":"85711","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400767","School District Name":"Gila County Juvenile Detention (79494)","Physical Address Line 1":"1425 E SOUTH ST","Physical Address Line 2":"","Physical Address City":"GLOBE","Physical Address State":"AZ ","Physical Address Zipcode":"85501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400766","School District Name":"Imagine Coolidge Elementary Inc. (89786)","Physical Address Line 1":"1290 W VAH KI INN RD","Physical Address Line 2":"","Physical Address City":"COOLIDGE","Physical Address State":"AZ ","Physical Address Zipcode":"85128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400765","School District Name":"Gila County Sheriff's Office (79544)","Physical Address Line 1":"1400 E ASH ST","Physical Address Line 2":"","Physical Address City":"GLOBE","Physical Address State":"AZ ","Physical Address Zipcode":"85501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400764","School District Name":"ASU Preparatory Academy (89949)","Physical Address Line 1":"735 E FILLMORE ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85006","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400763","School District Name":"EAGLE South Mountain Charter Inc. (89850)","Physical Address Line 1":"2450 W SOUTH MOUNTAIN AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85041","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400762","School District Name":"Graham County School Superintendent (79543)","Physical Address Line 1":"523 S 10TH AVE","Physical Address Line 2":"","Physical Address City":"SAFFORD","Physical Address State":"AZ ","Physical Address Zipcode":"85546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400761","School District Name":"Tempe Preparatory Junior Academy (89947)","Physical Address Line 1":"1251 E SOUTHERN AVE","Physical Address Line 2":"","Physical Address City":"TEMPE","Physical Address State":"AZ ","Physical Address Zipcode":"85282","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400760","School District Name":"Glendale Preparatory Academy (89829)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400758","School District Name":"Candeo Schools Inc. (89758)","Physical Address Line 1":"9965 W CALLE LEJOS","Physical Address Line 2":"","Physical Address City":"PEORIA","Physical Address State":"AZ ","Physical Address Zipcode":"85383","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400757","School District Name":"Arete Preparatory Academy (89486)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400756","School District Name":"Imagine Camelback Middle Inc. (89561)","Physical Address Line 1":"18052 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400755","School District Name":"Freedom Academy Inc. (89506)","Physical Address Line 1":"3916 E PARADISE LN","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85032","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400754","School District Name":"Imagine Desert West Middle Inc. (89563)","Physical Address Line 1":"18052 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400752","School District Name":"Pima County JTED (89380)","Physical Address Line 1":"2855 W Master Pieces Dr","Physical Address Line 2":"","Physical Address City":"Tucson","Physical Address State":"AZ ","Physical Address Zipcode":"85741","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400751","School District Name":"Concordia Charter School Inc. (89556)","Physical Address Line 1":"142 N DATE","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400750","School District Name":"Apache Elementary District (4178)","Physical Address Line 1":"10488 E SKELETON CANYON RD","Physical Address Line 2":"","Physical Address City":"PORTAL","Physical Address State":"AZ ","Physical Address Zipcode":"85632","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.45454545454545453,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400748","School District Name":"Sage Academy Inc. (89414)","Physical Address Line 1":"1055 E HEARN RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85022","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400747","School District Name":"Scottsdale Preparatory Academy (89756)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400746","School District Name":"Eduprize Schools LLC (89412)","Physical Address Line 1":"4567 W ROBERTS RD","Physical Address Line 2":"","Physical Address City":"QUEEN CREEK","Physical Address State":"AZ ","Physical Address Zipcode":"85142","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400745","School District Name":"Legacy Traditional School - Maricopa (88360)","Physical Address Line 1":"17760 N REGENT DR","Physical Address Line 2":"","Physical Address City":"MARICOPA","Physical Address State":"AZ ","Physical Address Zipcode":"85138","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400720","School District Name":"Antelope Union High School District (4506)","Physical Address Line 1":"9168 S Ave 36 E","Physical Address Line 2":"","Physical Address City":"Wellton","Physical Address State":"AZ ","Physical Address Zipcode":"85356","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18232044198895028,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400680","School District Name":"Amphitheater Unified District (4406)","Physical Address Line 1":"701 W WETMORE RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85705","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.1523774263500291,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0400656","School District Name":"RSD Charter School Inc. (81033)","Physical Address Line 1":"13615 N 35TH AVE STE 11","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85029","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400655","School District Name":"Veritas Preparatory Academy (80992)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400653","School District Name":"Edkey Inc. - Arizona Conservatory for Arts and Ac (79981)","Physical Address Line 1":"1460 S HORNE","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400650","School District Name":"Integrity Education Incorporated (5174)","Physical Address Line 1":"7425 E CULVER ST STE 115","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85257","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400649","School District Name":"Heritage Elementary School (81076)","Physical Address Line 1":"4027 N 45TH AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85031","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400641","School District Name":"Edkey Inc. - Sequoia Ranch School (81052)","Physical Address Line 1":"1460 S HORNE","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400640","School District Name":"Edkey Inc. - Sequoia School for the Deaf and Hard (81050)","Physical Address Line 1":"1460 S HORNE","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400638","School District Name":"Edkey Inc. - Pathfinder Academy (81045)","Physical Address Line 1":"1460 S HORNE","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400637","School District Name":"Edkey Inc. - Redwood Academy (81043)","Physical Address Line 1":"1460 S HORNE","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400636","School District Name":"Blueprint Education (81041)","Physical Address Line 1":"5651 W TALAVI BLVD STE 170","Physical Address Line 2":"","Physical Address City":"GLENDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85306","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400633","School District Name":"Canyon Rose Academy Inc. (81029)","Physical Address Line 1":"3686 W ORANGE GROVE RD STE 192","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85741","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400632","School District Name":"Cochise Community Development Corporation (81027)","Physical Address Line 1":"1169 COLOMBO AVE","Physical Address Line 2":"","Physical Address City":"SIERRA VISTA","Physical Address State":"AZ ","Physical Address Zipcode":"85635","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400630","School District Name":"Alpine Elementary District (4161)","Physical Address Line 1":"County Rd 2052 #11","Physical Address Line 2":"","Physical Address City":"Alpine","Physical Address State":"AZ ","Physical Address Zipcode":"85920","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3409090909090909,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400626","School District Name":"Pinnacle Education-Casa Grande Inc. (81011)","Physical Address Line 1":"2510 N TREKELL RD","Physical Address Line 2":"","Physical Address City":"CASA GRANDE","Physical Address State":"AZ ","Physical Address Zipcode":"85122","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400625","School District Name":"Pinnacle Education-Kino Inc. (81009)","Physical Address Line 1":"2055 N GRAND AVE","Physical Address Line 2":"","Physical Address City":"NOGALES","Physical Address State":"AZ ","Physical Address Zipcode":"85621","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400621","School District Name":"Pinnacle Education-Tempe Inc. (81001)","Physical Address Line 1":"2224 W SOUTHERN AVE STE 2","Physical Address Line 2":"","Physical Address City":"TEMPE","Physical Address State":"AZ ","Physical Address Zipcode":"85282","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400619","School District Name":"American Charter Schools Foundation d.b.a. Alta Vi (80995)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400618","School District Name":"American Charter Schools Foundation d.b.a. South P (80989)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400616","School District Name":"New School for the Arts Middle School (80985)","Physical Address Line 1":"1216 E APACHE BLVD","Physical Address Line 2":"","Physical Address City":"TEMPE","Physical Address State":"AZ ","Physical Address Zipcode":"85281","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400615","School District Name":"West-MEC - Western Maricopa Education Center (80923)","Physical Address Line 1":"5487 N 99TH AVE","Physical Address Line 2":"","Physical Address City":"GLENDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85305","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400614","School District Name":"MCCCD on behalf of Phoenix College Preparatory Aca (81174)","Physical Address Line 1":"2411 W 14TH ST","Physical Address Line 2":"","Physical Address City":"TEMPE","Physical Address State":"AZ ","Physical Address Zipcode":"85281","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400613","School District Name":"Educational Impact Inc. (81123)","Physical Address Line 1":"1950 E PLACITA SIN NOMBRE","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85718","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400612","School District Name":"Northeast Arizona Technological Institute of Vocat (81114)","Physical Address Line 1":"Off Hwy 163 .6 Mi East of Kay","Physical Address Line 2":"","Physical Address City":"Kayenta","Physical Address State":"AZ ","Physical Address Zipcode":"86033","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400610","School District Name":"Desert Heights Charter Schools (81099)","Physical Address Line 1":"5821 W BEVERLY LN","Physical Address Line 2":"","Physical Address City":"GLENDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85306","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400608","School District Name":"BASIS Charter Schools Inc. (81078)","Physical Address Line 1":"7975 N HAYDEN RD STE B121","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85258","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400607","School District Name":"Eagle Elementary District (4232)","Physical Address Line 1":"Upper Eagle Creek","Physical Address Line 2":"","Physical Address City":"Clifton","Physical Address State":"AZ ","Physical Address Zipcode":"85533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400600","School District Name":"Alhambra Elementary District (4280)","Physical Address Line 1":"4510 N 37TH AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85019","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3039680559021712,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400520","School District Name":"Ajo Unified District (4409)","Physical Address Line 1":"111 N WELL RD","Physical Address Line 2":"","Physical Address City":"AJO","Physical Address State":"AZ ","Physical Address Zipcode":"85321","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.24465558194774348,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400480","School District Name":"Aguila Elementary District (4249)","Physical Address Line 1":"50023 N 514th Ave","Physical Address Line 2":"","Physical Address City":"Aguila","Physical Address State":"AZ ","Physical Address Zipcode":"85320","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23148148148148148,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400463","School District Name":"Arizona State Schools for the Deaf and the Blind (6393)","Physical Address Line 1":"1200 W SPEEDWAY BLVD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85745","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400462","School District Name":"Ray of Light Academy (79590)","Physical Address Line 1":"1260 N HOHOKAM DR","Physical Address Line 2":"","Physical Address City":"NOGALES","Physical Address State":"AZ ","Physical Address Zipcode":"85621","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400461","School District Name":"Mohave County Juvenile Detention (79589)","Physical Address Line 1":"809 E BEALE ST","Physical Address Line 2":"","Physical Address City":"KINGMAN","Physical Address State":"AZ ","Physical Address Zipcode":"86401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400460","School District Name":"Yavapai County Juvenile Justice Center (79533)","Physical Address Line 1":"1100 PRESCOTT LAKES PKWY","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"AZ ","Physical Address Zipcode":"86301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400459","School District Name":"Maricopa County Sheriffs Office (79540)","Physical Address Line 1":"550 W JACKSON ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85003","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400458","School District Name":"Yuma County Juvenile Justice Center (79524)","Physical Address Line 1":"2440 N. 28th St.","Physical Address Line 2":"","Physical Address City":"Yuma","Physical Address State":"AZ ","Physical Address Zipcode":"85364","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400457","School District Name":"Cochise County Juvenile Detention (79462)","Physical Address Line 1":"915 Tovreaville Road","Physical Address Line 2":"","Physical Address City":"Bisbee","Physical Address State":"AZ ","Physical Address Zipcode":"85603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400456","School District Name":"Graham County Juvenile Detention (79539)","Physical Address Line 1":"919 W THATCHER BLVD","Physical Address Line 2":"","Physical Address City":"SAFFORD","Physical Address State":"AZ ","Physical Address Zipcode":"85546","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"8-Other education agencies","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400455","School District Name":"Arizona State Hospital (6415)","Physical Address Line 1":"2500 E VAN BUREN ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85008","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400450","School District Name":"Agua Fria Union High School District (4289)","Physical Address Line 1":"1481 N ELISEO FELIX JR WAY STE","Physical Address Line 2":"","Physical Address City":"AVONDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.1016003879728419,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0400448","School District Name":"Desert Sky Community School Inc. (88308)","Physical Address Line 1":"1350 N ARCADIA AVE","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85712","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400447","School District Name":"American Charter Schools Foundation d.b.a. South R (88334)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400445","School District Name":"Imagine Charter Elementary at Camelback Inc. (88365)","Physical Address Line 1":"18052 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400444","School District Name":"Prescott Valley Charter School (88317)","Physical Address Line 1":"9500 E LORNA LN","Physical Address Line 2":"","Physical Address City":"Prescott Valley","Physical Address State":"AZ ","Physical Address Zipcode":"86314","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400442","School District Name":"Imagine Middle at East Mesa Inc. (88369)","Physical Address Line 1":"18052 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400441","School District Name":"Imagine Middle at Surprise Inc. (88372)","Physical Address Line 1":"18052 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400440","School District Name":"Chandler Preparatory Academy (88299)","Physical Address Line 1":"4801 E WASHINGTON ST STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400439","School District Name":"Desert Star Community School Inc. (88321)","Physical Address Line 1":"1240 S RECYCLER RD","Physical Address Line 2":"","Physical Address City":"CORNVILLE","Physical Address State":"AZ ","Physical Address Zipcode":"86325","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400438","School District Name":"Imagine Charter Elementary at Desert West Inc. (88367)","Physical Address Line 1":"18052 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400434","School District Name":"Santa Cruz County Regional School District (85848)","Physical Address Line 1":"2935 N GRAND AVE","Physical Address Line 2":"","Physical Address City":"NOGALES","Physical Address State":"AZ ","Physical Address Zipcode":"85621","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400432","School District Name":"Portable Practical Educational Preparation Inc. ( (87405)","Physical Address Line 1":"99 E VIRGINIA AVE STE 200","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400429","School District Name":"Country Gardens Charter Schools (79074)","Physical Address Line 1":"6313 W SOUTHERN AVE","Physical Address Line 2":"","Physical Address City":"LAVEEN","Physical Address State":"AZ ","Physical Address Zipcode":"85339","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400427","School District Name":"Arizona Connections Academy Charter School Inc. (87407)","Physical Address Line 1":"335 E GERMANN RD STE 140","Physical Address Line 2":"","Physical Address City":"GILBERT","Physical Address State":"AZ ","Physical Address Zipcode":"85297","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400426","School District Name":"Arizona Agribusiness & Equine Center Inc. (87403)","Physical Address Line 1":"2165 N POWER RD","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85215","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400425","School District Name":"East Mesa Charter Elementary School Inc. (87401)","Physical Address Line 1":"18052 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400424","School District Name":"Rosefield Charter Elementary School Inc. (87399)","Physical Address Line 1":"18052 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400423","School District Name":"Legacy Education Group (87349)","Physical Address Line 1":"7420 E MAIN ST","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400420","School District Name":"Pillar Charter School (87334)","Physical Address Line 1":"8433 N BLACK CANYON HWY STE 16","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400419","School District Name":"Gila County Regional School District (87600)","Physical Address Line 1":"439 S FOURTH ST","Physical Address Line 2":"","Physical Address City":"GLOBE","Physical Address State":"AZ ","Physical Address Zipcode":"85501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400417","School District Name":"Arizona Agribusiness & Equine Center Inc. (85816)","Physical Address Line 1":"2002 E BASELINE RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85042","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400416","School District Name":"StarShine Academy (85807)","Physical Address Line 1":"3535 E MCDOWELL RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85008","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400415","School District Name":"Arizona Montessori Charter School at Anthem (85749)","Physical Address Line 1":"2045 W NORTHERN AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400414","School District Name":"Academy of Building Industries Inc. (85540)","Physical Address Line 1":"1547 E LIPAN BLVD","Physical Address Line 2":"","Physical Address City":"FORT MOHAVE","Physical Address State":"AZ ","Physical Address Zipcode":"86426","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400413","School District Name":"Mohave Accelerated Elementary School Inc. (85516)","Physical Address Line 1":"625 MARINA BLVD","Physical Address Line 2":"","Physical Address City":"BULLHEAD CITY","Physical Address State":"AZ ","Physical Address Zipcode":"86442","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400409","School District Name":"Satori Inc. (85454)","Physical Address Line 1":"3727 N 1ST AVE","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85719","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400407","School District Name":"CITY Center for Collaborative Learning (85448)","Physical Address Line 1":"47 E PENNINGTON ST","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400406","School District Name":"Happy Valley School Inc. (79081)","Physical Address Line 1":"827 E 6TH AVE","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400405","School District Name":"Cornerstone Charter SchoolInc (79077)","Physical Address Line 1":"7107 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400404","School District Name":"Akimel O'Otham Pee Posh Charter School Inc. (78966)","Physical Address Line 1":"3652 E BLACKWATER SCHOOL RD","Physical Address Line 2":"","Physical Address City":"COOLIDGE","Physical Address State":"AZ ","Physical Address Zipcode":"85128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400403","School District Name":"Akimel O Otham Pee Posh Charter School Inc. (5978)","Physical Address Line 1":"3652 E BLACKWATER SCHOOL RD","Physical Address Line 2":"","Physical Address City":"COOLIDGE","Physical Address State":"AZ ","Physical Address Zipcode":"85128","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400402","School District Name":"Cholla Academy (5186)","Physical Address Line 1":"4141 N 67TH AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85033","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400401","School District Name":"New World Educational Center (78882)","Physical Address Line 1":"5818 N 7TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85014","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400399","School District Name":"Montessori Academy Inc. (80011)","Physical Address Line 1":"6050 N INVERGORDON RD","Physical Address Line 2":"","Physical Address City":"Paradise Valley","Physical Address State":"AZ ","Physical Address Zipcode":"85253","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400397","School District Name":"CAFA Inc. dba Learning Foundation Performing Arts (79971)","Physical Address Line 1":"1120 S GILBERT RD STE 112 BLDG","Physical Address Line 2":"","Physical Address City":"GILBERT","Physical Address State":"AZ ","Physical Address Zipcode":"85296","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400396","School District Name":"All Aboard Charter School (79969)","Physical Address Line 1":"5827 N 35TH AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400395","School District Name":"LEAD Charter Schools (79967)","Physical Address Line 1":"633 E RAY RD STE 132","Physical Address Line 2":"","Physical Address City":"GILBERT","Physical Address State":"AZ ","Physical Address Zipcode":"85296","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400394","School District Name":"Avondale Learning dba Precision Academy (79929)","Physical Address Line 1":"7318 W LYNWOOD ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85035","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400391","School District Name":"Vista Charter School (79907)","Physical Address Line 1":"7318 W LYNWOOD ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85035","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400390","School District Name":"Camelback Education Inc (79905)","Physical Address Line 1":"7634 W CAMELBACK RD","Physical Address Line 2":"","Physical Address City":"GLENDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85303","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400389","School District Name":"Kaizen Education Foundation dba Maya High School (79882)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400388","School District Name":"Kaizen Education Foundation dba Skyview High Schoo (79880)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400387","School District Name":"Kaizen Education Foundation dba Tempe Accelerated (79878)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400386","School District Name":"Kaizen Education Foundation dba Summit High School (79876)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400385","School District Name":"American Charter Schools Foundation d.b.a. Crestvi (79874)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400384","School District Name":"American Charter Schools Foundation d.b.a. Desert (79872)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400382","School District Name":"CPLC Community Schools dba Toltecalli High School (80032)","Physical Address Line 1":"200 N STONE AVE FL 3","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85701","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400381","School District Name":"Carpe Diem Collegiate High School (80001)","Physical Address Line 1":"899 Plaza Circle","Physical Address Line 2":"","Physical Address City":"Yuma","Physical Address State":"AZ ","Physical Address Zipcode":"85364","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400377","School District Name":"West Gilbert Charter Middle School Inc. (79990)","Physical Address Line 1":"18052 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400376","School District Name":"Cortez Park Charter Middle School Inc. (79988)","Physical Address Line 1":"18052 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400374","School District Name":"Bell Canyon Charter School Inc (79983)","Physical Address Line 1":"18052 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400373","School District Name":"Tucson International Academy Inc. (79979)","Physical Address Line 1":"2700 W BROADWAY BLVD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85745","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400370","School District Name":"Midtown Primary School (79994)","Physical Address Line 1":"3823 N 11TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85014","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400368","School District Name":"Academy of Mathematics and Science Inc. (79961)","Physical Address Line 1":"1557 W PRINCE RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400367","School District Name":"Pima Prevention Partnership dba Pima Partnership S (79959)","Physical Address Line 1":"924 N Alvernon Way","Physical Address Line 2":"","Physical Address City":"Tucson","Physical Address State":"AZ ","Physical Address Zipcode":"85711","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400366","School District Name":"Valley of the Sun Waldorf Education Association d (79957)","Physical Address Line 1":"6210 S 28TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85042","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400364","School District Name":"PAS Charter Inc. dba Intelli-School (79953)","Physical Address Line 1":"2222 W NORTHERN AVE STE A110","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400363","School District Name":"SC Jensen Corporation Inc. dba Intelli-School (79951)","Physical Address Line 1":"2222 W NORTHERN AVE STE A110","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400361","School District Name":"Arizona Community Development Corporation (79947)","Physical Address Line 1":"5704 E GRANT RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85712","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400359","School District Name":"Challenger Basic School Inc. (79886)","Physical Address Line 1":"1315 N GREENFIELD RD","Physical Address Line 2":"","Physical Address City":"GILBERT","Physical Address State":"AZ ","Physical Address Zipcode":"85234","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400357","School District Name":"American Charter Schools Foundation d.b.a. Apache (79883)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400356","School District Name":"Nosotros Inc (79881)","Physical Address Line 1":"440 N GRANDE AVE","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85745","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400355","School District Name":"American Charter Schools Foundation d.b.a. West Ph (79879)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400354","School District Name":"American Charter Schools Foundation d.b.a. Sun Val (79877)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400353","School District Name":"American Charter Schools Foundation d.b.a. Peoria (79875)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400352","School District Name":"American Charter Schools Foundation d.b.a. Estrell (79873)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400351","School District Name":"Kaizen Education Foundation dba Vista Grove Prepar (79871)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400350","School District Name":"PEAK School Inc. The (79866)","Physical Address Line 1":"2016 North First Street","Physical Address Line 2":"A & B","Physical Address City":"Flagstaff","Physical Address State":"AZ ","Physical Address Zipcode":"86004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400349","School District Name":"Gila Institute for Technology (79387)","Physical Address Line 1":"3998 W BALLPARK ST","Physical Address Line 2":"","Physical Address City":"THATCHER","Physical Address State":"AZ ","Physical Address Zipcode":"85552","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400348","School District Name":"Central Arizona Valley Institute of Technology (79385)","Physical Address Line 1":"1789 W COOLIDGE AVE","Physical Address Line 2":"","Physical Address City":"COOLIDGE","Physical Address State":"AZ ","Physical Address Zipcode":"85128","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400347","School District Name":"Coconino Association for Vocation Industry and Tec (79381)","Physical Address Line 1":"19 Poplar Street","Physical Address Line 2":"","Physical Address City":"Page","Physical Address State":"AZ ","Physical Address Zipcode":"86040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400345","School District Name":"Cochise Technology District (79403)","Physical Address Line 1":"6506 E MILLS MAERKER RD","Physical Address Line 2":"","Physical Address City":"WILLCOX","Physical Address State":"AZ ","Physical Address Zipcode":"85643","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400343","School District Name":"Griffin Foundation Inc. The (79500)","Physical Address Line 1":"1844 S ALVERNON WAY","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85711","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400341","School District Name":"Valley Academy for Career and Technology Education (79397)","Physical Address Line 1":"830 S MAIN ST STE 2I","Physical Address Line 2":"","Physical Address City":"COTTONWOOD","Physical Address State":"AZ ","Physical Address Zipcode":"86326","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400340","School District Name":"Noah Webster Schools - Mesa (10760)","Physical Address Line 1":"7301 E BASELINE RD","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85209","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400339","School District Name":"Destiny School Inc. (6258)","Physical Address Line 1":"798 E PRICKLY PEAR DR","Physical Address Line 2":"","Physical Address City":"GLOBE","Physical Address State":"AZ ","Physical Address Zipcode":"85501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400332","School District Name":"James Sandoval Preparatory High School (79475)","Physical Address Line 1":"5850 W Northview Ave","Physical Address Line 2":"","Physical Address City":"Glendale","Physical Address State":"AZ ","Physical Address Zipcode":"85301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400330","School District Name":"Compass High School Inc. (79467)","Physical Address Line 1":"8250 E 22ND ST # 128","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85710","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400329","School District Name":"American Virtual Academy (79461)","Physical Address Line 1":"2471 N. Arizona Ave.","Physical Address Line 2":"","Physical Address City":"Chandler","Physical Address State":"AZ ","Physical Address Zipcode":"85225","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400327","School District Name":"Pointe Schools (79455)","Physical Address Line 1":"10215 N 43RD AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85051","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400326","School District Name":"Success School (79453)","Physical Address Line 1":"16011 N DYSART RD","Physical Address Line 2":"","Physical Address City":"SURPRISE","Physical Address State":"AZ ","Physical Address Zipcode":"85374","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400323","School District Name":"Crown Charter School Inc (79443)","Physical Address Line 1":"12450 W MARYLAND AVE","Physical Address Line 2":"","Physical Address City":"Litchfield Park","Physical Address State":"AZ ","Physical Address Zipcode":"85340","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400322","School District Name":"Desert Rose AcademyInc. (79441)","Physical Address Line 1":"326 W FORT LOWELL RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85705","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400321","School District Name":"Pinnacle Education-WMCB Inc. (79439)","Physical Address Line 1":"810 S ALMA SCHOOL RD STE 2","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85210","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400320","School District Name":"Acorn Montessori Charter School (79437)","Physical Address Line 1":"8556 E LOOS DR","Physical Address Line 2":"","Physical Address City":"Prescott Valley","Physical Address State":"AZ ","Physical Address Zipcode":"86314","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400318","School District Name":"Aprender Tucson (79426)","Physical Address Line 1":"2701 S CAMPBELL AVE","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85713","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400317","School District Name":"Khalsa Family Services (79420)","Physical Address Line 1":"3701 E RIVER RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85718","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400316","School District Name":"Cobre Valley Institute of Technology District (79391)","Physical Address Line 1":"1500 Panther Dr Bldg 3 Room","Physical Address Line 2":"Bldg 3 Room 206","Physical Address City":"Superior","Physical Address State":"AZ ","Physical Address Zipcode":"85173","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400315","School District Name":"Yavapai Accommodation School District (79379)","Physical Address Line 1":"2972 CENTERPOINTE EAST DR","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"AZ ","Physical Address Zipcode":"86301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400311","School District Name":"E-Institute Charter Schools Inc. (79059)","Physical Address Line 1":"4744 W GROVERS AVE","Physical Address Line 2":"","Physical Address City":"GLENDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85308","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400310","School District Name":"Calibre Academy (79055)","Physical Address Line 1":"4744 W GROVERS AVE","Physical Address Line 2":"","Physical Address City":"GLENDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85308","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400303","School District Name":"North Star Charter School Inc. (79701)","Physical Address Line 1":"10720 W. Indian School Road","Physical Address Line 2":"","Physical Address City":"Phoenix","Physical Address State":"AZ ","Physical Address Zipcode":"85037","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400299","School District Name":"Visions Unlimited Academy Inc. (79671)","Physical Address Line 1":"1275 E BARNEY LN","Physical Address Line 2":"","Physical Address City":"BENSON","Physical Address State":"AZ ","Physical Address Zipcode":"85602","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400296","School District Name":"El Centro for the Study of Primary and Secondary E (79640)","Physical Address Line 1":"25 E DRACHMAN ST","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400295","School District Name":"Kingman Unified School District (79598)","Physical Address Line 1":"3033 MCDONALD AVE","Physical Address Line 2":"","Physical Address City":"KINGMAN","Physical Address State":"AZ ","Physical Address Zipcode":"86401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.21622587562544673,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400290","School District Name":"Pan-American Elementary Charter (79578)","Physical Address Line 1":"3001 W. Indian School Rd.","Physical Address Line 2":"","Physical Address City":"Phoenix","Physical Address State":"AZ ","Physical Address Zipcode":"85017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400288","School District Name":"Premier Charter High School (79569)","Physical Address Line 1":"7544 W INDIAN SCHOOL RD STE A2","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85033","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400284","School District Name":"Omega Alpha Academy (79503)","Physical Address Line 1":"1402 N SAN ANTONIO AVE","Physical Address Line 2":"","Physical Address City":"DOUGLAS","Physical Address State":"AZ ","Physical Address Zipcode":"85607","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400282","School District Name":"Harvest Power Community Development Group Inc. (79501)","Physical Address Line 1":"1185 S 4TH AVE STE C","Physical Address Line 2":"","Physical Address City":"YUMA","Physical Address State":"AZ ","Physical Address Zipcode":"85364","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400281","School District Name":"Masada Charter School Inc. (79499)","Physical Address Line 1":"365 West Cannon Avenue","Physical Address Line 2":"","Physical Address City":"Colorado City","Physical Address State":"AZ ","Physical Address Zipcode":"86021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400280","School District Name":"Mohave Accelerated Learning Center (79498)","Physical Address Line 1":"625 MARINA BLVD","Physical Address Line 2":"","Physical Address City":"BULLHEAD CITY","Physical Address State":"AZ ","Physical Address Zipcode":"86442","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400279","School District Name":"West Gilbert Charter Elementary School Inc. (79497)","Physical Address Line 1":"18052 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400278","School District Name":"Deer Valley Charter Schools Inc. (79496)","Physical Address Line 1":"3050 W AGUA FRIA FWY STE 250","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85027","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400276","School District Name":"Academy with Community Partners Inc (79213)","Physical Address Line 1":"433 N HALL","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85203","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400275","School District Name":"Highland Free School (79061)","Physical Address Line 1":"510 S HIGHLAND AVE","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85719","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400274","School District Name":"AIBT Non-Profit Charter High School - Phoenix (79053)","Physical Address Line 1":"6201 N 35TH AVE STE B4","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400273","School District Name":"GAR LLC dba Student Choice High School (78997)","Physical Address Line 1":"1833 N SCOTTSDALE RD","Physical Address Line 2":"","Physical Address City":"TEMPE","Physical Address State":"AZ ","Physical Address Zipcode":"85281","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400268","School District Name":"Juniper Tree Academy (79064)","Physical Address Line 1":"3777 W 16TH ST","Physical Address Line 2":"","Physical Address City":"YUMA","Physical Address State":"AZ ","Physical Address Zipcode":"85364","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400267","School District Name":"Kestrel Schools Inc. (79065)","Physical Address Line 1":"2150 E Southern Ave Suite 713","Physical Address Line 2":"","Physical Address City":"Tempe","Physical Address State":"AZ ","Physical Address Zipcode":"85282","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400266","School District Name":"PACE Preparatory Academy Inc. (79068)","Physical Address Line 1":"6711 E 2ND ST","Physical Address Line 2":"","Physical Address City":"PRESCOTT VLY","Physical Address State":"AZ ","Physical Address Zipcode":"86314","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400264","School District Name":"Santa Cruz Valley Opportunities in Education Inc. (79066)","Physical Address Line 1":"18 Calle Baca","Physical Address Line 2":"","Physical Address City":"Tubac","Physical Address State":"AZ ","Physical Address Zipcode":"85646","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400263","School District Name":"Patagonia Montessori Elementary School (79069)","Physical Address Line 1":"500 N 3RD AVE","Physical Address Line 2":"","Physical Address City":"PATAGONIA","Physical Address State":"AZ ","Physical Address Zipcode":"85624","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400261","School District Name":"Eastpointe High School Inc. (78833)","Physical Address Line 1":"8495 E BROADWAY BLVD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85710","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400259","School District Name":"Southgate Academy Inc. (79085)","Physical Address Line 1":"850 W VALENCIA RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85706","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400258","School District Name":"Carden of Tucson Inc. (78858)","Physical Address Line 1":"5260 N ROYAL PALM DR","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400255","School District Name":"Tucson Country Day School Inc. (79073)","Physical Address Line 1":"9239 E WRIGHTSTOWN RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85715","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400254","School District Name":"Southern Arizona Community Academy Inc. (79000)","Physical Address Line 1":"2470 N TUCSON BLVD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85716","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400248","School District Name":"Telesis Center for Learning Inc. (79218)","Physical Address Line 1":"2598 STARLITE LN","Physical Address Line 2":"","Physical Address City":"Lake Havasu City","Physical Address State":"AZ ","Physical Address Zipcode":"86403","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400246","School District Name":"Edkey Inc. - Sequoia Village School (79211)","Physical Address Line 1":"982 FULL HOUSE LN","Physical Address Line 2":"","Physical Address City":"SHOW LOW","Physical Address State":"AZ ","Physical Address Zipcode":"85901","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400244","School District Name":"Edkey Inc. - Sequoia Charter School (6446)","Physical Address Line 1":"1460 S HORNE","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400243","School District Name":"Skyline Schools Inc. (79084)","Physical Address Line 1":"2020 N Arizona Ave STE 109","Physical Address Line 2":"","Physical Address City":"Chandler","Physical Address State":"AZ ","Physical Address Zipcode":"85225","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400241","School District Name":"Paragon Management Inc. (5180)","Physical Address Line 1":"12775 N 175TH AVE","Physical Address Line 2":"","Physical Address City":"SURPRISE","Physical Address State":"AZ ","Physical Address Zipcode":"85388","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400239","School District Name":"P.L.C. Charter Schools (6235)","Physical Address Line 1":"2504 S 91ST AVE","Physical Address Line 2":"","Physical Address City":"TOLLESON","Physical Address State":"AZ ","Physical Address Zipcode":"85353","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400238","School District Name":"Metropolitan Arts Institute Inc. (5181)","Physical Address Line 1":"1700 N 7th Ave","Physical Address Line 2":"","Physical Address City":"Phoenix","Physical Address State":"AZ ","Physical Address Zipcode":"85007","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400237","School District Name":"Paramount Education Studies Inc (79205)","Physical Address Line 1":"11039 W OLIVE AVE","Physical Address Line 2":"","Physical Address City":"PEORIA","Physical Address State":"AZ ","Physical Address Zipcode":"85345","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400235","School District Name":"Excalibur Charter Schools Inc. (79214)","Physical Address Line 1":"1045 S SAN MARCOS DR","Physical Address Line 2":"","Physical Address City":"Apache Junction","Physical Address State":"AZ ","Physical Address Zipcode":"85120","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400232","School District Name":"Self Development Charter School (79072)","Physical Address Line 1":"1709 N GREENFIELD RD","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85205","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400231","School District Name":"James Madison Preparatory School (79063)","Physical Address Line 1":"5815 S MCCLINTOCK DR","Physical Address Line 2":"","Physical Address City":"TEMPE","Physical Address State":"AZ ","Physical Address Zipcode":"85283","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400230","School District Name":"Pathfinder Charter School Foundation (79024)","Physical Address Line 1":"18052 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400229","School District Name":"Milestones Charter School (79207)","Physical Address Line 1":"4707 E ROBERT E LEE ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85032","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400227","School District Name":"Kaizen Education Foundation dba South Pointe Junio (78965)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400225","School District Name":"Horizon Community Learning Center Inc. (79264)","Physical Address Line 1":"16233 S 48TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85048","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400223","School District Name":"Daisy Education Corporation dba Sonoran Science Ac (79049)","Physical Address Line 1":"2325 W SUNSET RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85741","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400221","School District Name":"Kaizen Education Foundation dba South Pointe Eleme (79233)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400219","School District Name":"Career Success Schools (79047)","Physical Address Line 1":"16004 N 36TH DR","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85053","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400218","School District Name":"American Basic Schools LLC (79215)","Physical Address Line 1":"827 E 6TH AVE","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85204","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400217","School District Name":"Little Lamb Community School (79050)","Physical Address Line 1":"12990 E SHEA BLVD","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85259","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400213","School District Name":"Painted Desert Demonstration Projects Inc. (79086)","Physical Address Line 1":"145 LEUPP RD","Physical Address Line 2":"","Physical Address City":"FLAGSTAFF","Physical Address State":"AZ ","Physical Address Zipcode":"86004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400212","School District Name":"Benson Unified School District (79226)","Physical Address Line 1":"360 S PATAGONIA ST","Physical Address Line 2":"","Physical Address City":"BENSON","Physical Address State":"AZ ","Physical Address Zipcode":"85602","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22401433691756273,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400211","School District Name":"Mary Ellen Halvorson Educational Foundation. dba: (10965)","Physical Address Line 1":"5522 SIDE RD","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"AZ ","Physical Address Zipcode":"86301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400210","School District Name":"Painted Pony Ranch Charter School (10967)","Physical Address Line 1":"2100 WILLOW CREEK RD","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"AZ ","Physical Address Zipcode":"86301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400209","School District Name":"Park View School Inc. (10970)","Physical Address Line 1":"9030 E FLORENTINE RD","Physical Address Line 2":"","Physical Address City":"Prescott Valley","Physical Address State":"AZ ","Physical Address Zipcode":"86314","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400208","School District Name":"Mountain Oak Charter School Inc. (78873)","Physical Address Line 1":"1455 WILLOW CREEK RD","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"AZ ","Physical Address Zipcode":"86301","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400205","School District Name":"Great Expectations Academy (10974)","Physical Address Line 1":"1466 W CAMINO ANTIGUA","Physical Address Line 2":"","Physical Address City":"SAHUARITA","Physical Address State":"AZ ","Physical Address Zipcode":"85629","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400204","School District Name":"Mountain Rose Academy Inc. (10879)","Physical Address Line 1":"3686 W ORANGE GROVE RD STE 192","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85741","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400202","School District Name":"Academy of Tucson Inc. (78897)","Physical Address Line 1":"10720 E 22ND ST","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85748","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400201","School District Name":"Pima County (4420)","Physical Address Line 1":"175 W IRVINGTON RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85714","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400197","School District Name":"Northern Arizona Vocational Institute of Technolog (78786)","Physical Address Line 1":"951 W SNOWFLAKE BLVD","Physical Address Line 2":"","Physical Address City":"SNOWFLAKE","Physical Address State":"AZ ","Physical Address Zipcode":"85937","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"9-Specialized public school district","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400191","School District Name":"Fit Kids Inc. dba Champion Schools (78783)","Physical Address Line 1":"7900 S JESSE OWENS PKWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85042","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400190","School District Name":"Liberty Traditional Charter School (10968)","Physical Address Line 1":"4027 N 45TH AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85031","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400187","School District Name":"Stepping Stones Academy (10966)","Physical Address Line 1":"35812 N 7TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85086","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400185","School District Name":"Phoenix Education Management LLC (4340)","Physical Address Line 1":"1903 E ROESER RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85040","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400184","School District Name":"Ball Charter Schools (Dobson) (79204)","Physical Address Line 1":"2207 N DOBSON RD","Physical Address Line 2":"","Physical Address City":"CHANDLER","Physical Address State":"AZ ","Physical Address Zipcode":"85224","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400182","School District Name":"Cambridge Academy East Inc (78888)","Physical Address Line 1":"9412 E BROWN RD","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85207","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400181","School District Name":"Benchmark School Inc. (10972)","Physical Address Line 1":"4120 E ACOMA DR","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85032","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400178","School District Name":"Greenlee Alternative School District (4226)","Physical Address Line 1":"247 N Coronado","Physical Address Line 2":"","Physical Address City":"Clifton","Physical Address State":"AZ ","Physical Address Zipcode":"85533","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400165","School District Name":"Keystone Montessori Charter School Inc. (10878)","Physical Address Line 1":"1025 E LIBERTY LN","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85048","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400163","School District Name":"Coconino County Accommodation School District (10386)","Physical Address Line 1":"2384 N. Steves Blvd.","Physical Address Line 2":"","Physical Address City":"Flagstaff","Physical Address State":"AZ ","Physical Address Zipcode":"86004","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400160","School District Name":"Vision Charter School Inc. (4430)","Physical Address Line 1":"5901 South Calle Santa Cruz","Physical Address Line 2":"","Physical Address City":"Tucson","Physical Address State":"AZ ","Physical Address Zipcode":"85709","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400159","School District Name":"Tucson Preparatory School (6374)","Physical Address Line 1":"104 E PRINCE RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400157","School District Name":"Edkey Inc. - Sequoia Choice Schools (4329)","Physical Address Line 1":"1460 S HORNE","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400154","School District Name":"Shonto Governing Board of Education Inc. (6353)","Physical Address Line 1":"East Highway 160/98","Physical Address Line 2":"","Physical Address City":"Shonto","Physical Address State":"AZ ","Physical Address Zipcode":"86054","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400153","School District Name":"Phoenix School of Academic Excellence The (6379)","Physical Address Line 1":"5312 N 12TH ST STE 302","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85014","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400151","School District Name":"New Horizon School for the Performing Arts (4366)","Physical Address Line 1":"446 E BROADWAY RD","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400150","School District Name":"Mexicayotl Academy Inc. (4463)","Physical Address Line 1":"850 N MORLEY AVE","Physical Address Line 2":"","Physical Address City":"NOGALES","Physical Address State":"AZ ","Physical Address Zipcode":"85621","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400149","School District Name":"Kaizen Education Foundation dba El Dorado High Sch (4342)","Physical Address Line 1":"6150 N 16TH ST STE A","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400147","School District Name":"Ha:san Educational Services (6369)","Physical Address Line 1":"1333 E 10TH ST","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85719","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400145","School District Name":"Gem Charter School Inc. (6372)","Physical Address Line 1":"1704 N CENTER ST","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400144","School District Name":"Florence Crittenton Services of Arizona Inc. (4300)","Physical Address Line 1":"715 West Mariposa Street","Physical Address Line 2":"","Physical Address City":"Phoenix","Physical Address State":"AZ ","Physical Address Zipcode":"85013","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400141","School District Name":"Discovery Plus Academy (6357)","Physical Address Line 1":"852 W 250 N","Physical Address Line 2":"","Physical Address City":"PIMA","Physical Address State":"AZ ","Physical Address Zipcode":"85543","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400135","School District Name":"Challenge School Inc. (6362)","Physical Address Line 1":"5801 W GREENBRIAR DR","Physical Address Line 2":"","Physical Address City":"GLENDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85308","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400134","School District Name":"BASIS Charter Schools Inc. (6361)","Physical Address Line 1":"7975 N HAYDEN RD STE B100","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85258","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400131","School District Name":"The Charter Foundation Inc. (6355)","Physical Address Line 1":"5383 E ROCKRIDGE RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85018","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400130","School District Name":"Edkey Inc. dba American Heritage Academy (6365)","Physical Address Line 1":"2030 E CHERRY ST","Physical Address Line 2":"","Physical Address City":"COTTONWOOD","Physical Address State":"AZ ","Physical Address Zipcode":"86326","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400129","School District Name":"Accelerated Elementary and Secondary Schools (6364)","Physical Address Line 1":"5245 N CAMINO DE OESTE","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85745","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400126","School District Name":"Montessori Schoolhouse of Tucson Inc. (4428)","Physical Address Line 1":"1301 E FORT LOWELL RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85719","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400125","School District Name":"Luz Academy of Tucson Inc (4427)","Physical Address Line 1":"25 E DRACHMAN ST","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400124","School District Name":"Genesis Program Inc. (4332)","Physical Address Line 1":"525 E MCDOWELL RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400122","School District Name":"Acclaim Charter School (4325)","Physical Address Line 1":"7624 W INDIAN SCHOOL RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85033","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400121","School District Name":"Accelerated Learning Center Inc. (4297)","Physical Address Line 1":"4105 E SHEA BLVD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85028","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400120","School District Name":"Arizona Department of Corrections (8336)","Physical Address Line 1":"1601 W JEFFERSON ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400115","School District Name":"Hermosa Montessori Charter School (4426)","Physical Address Line 1":"12051 E FORT LOWELL RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85749","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400113","School District Name":"Fountain Hills Charter School (4356)","Physical Address Line 1":"16811 E EL PUEBLO BLVD","Physical Address Line 2":"","Physical Address City":"FOUNTAIN HLS","Physical Address State":"AZ ","Physical Address Zipcode":"85268","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400112","School District Name":"American Leadership Academy Inc. (4348)","Physical Address Line 1":"2250 E GERMANN RD STE 14","Physical Address Line 2":"","Physical Address City":"CHANDLER","Physical Address State":"AZ ","Physical Address Zipcode":"85286","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400111","School District Name":"Allen-Cochran Enterprises Inc. (4347)","Physical Address Line 1":"1700 E ELLIOT RD STE 9","Physical Address Line 2":"","Physical Address City":"TEMPE","Physical Address State":"AZ ","Physical Address Zipcode":"85284","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400109","School District Name":"Phoenix Advantage Charter School Inc. (4338)","Physical Address Line 1":"3738 N 16TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400108","School District Name":"Humanities and Sciences Academy of the United Stat (4337)","Physical Address Line 1":"5201 N 7TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85014","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400107","School District Name":"International Commerce Secondary Schools Inc. (4334)","Physical Address Line 1":"5201 N 7TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85014","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400106","School District Name":"Arizona Agribusiness & Equine Center Inc. (4331)","Physical Address Line 1":"3775 E UNION HILLS DR","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85050","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400105","School District Name":"Hillcrest Academy Inc. (4328)","Physical Address Line 1":"4710 E BASELINE RD","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85206","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400103","School District Name":"Ombudsman Educational Services Ltd.a subsidiary (4323)","Physical Address Line 1":"3624 West Bell Road Suite 4-6","Physical Address Line 2":"","Physical Address City":"Glendale","Physical Address State":"AZ ","Physical Address Zipcode":"85308","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400102","School District Name":"Friendly House Inc. (4303)","Physical Address Line 1":"802 S 1ST AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400100","School District Name":"Ball Charter Schools (Hearn) (4294)","Physical Address Line 1":"17606 N 7TH AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85023","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400099","School District Name":"Liberty High School (4216)","Physical Address Line 1":"1300 E CEDAR ST","Physical Address Line 2":"","Physical Address City":"GLOBE","Physical Address State":"AZ ","Physical Address Zipcode":"85501","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400098","School District Name":"Flagstaff Junior Academy (4207)","Physical Address Line 1":"306 W CEDAR AVE","Physical Address Line 2":"","Physical Address City":"FLAGSTAFF","Physical Address State":"AZ ","Physical Address Zipcode":"86001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400097","School District Name":"Northland Preparatory Academy (4204)","Physical Address Line 1":"3300 E SPARROW AVE","Physical Address Line 2":"","Physical Address City":"FLAGSTAFF","Physical Address State":"AZ ","Physical Address Zipcode":"86004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400096","School District Name":"Mountain School Inc. (4203)","Physical Address Line 1":"311 W CATTLE DRIVE TRL","Physical Address Line 2":"","Physical Address City":"FLAGSTAFF","Physical Address State":"AZ ","Physical Address Zipcode":"86005","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400095","School District Name":"Yuma Private Industry Council Inc. (4509)","Physical Address Line 1":"3834 W 16TH ST","Physical Address Line 2":"","Physical Address City":"YUMA","Physical Address State":"AZ ","Physical Address Zipcode":"85364","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400094","School District Name":"Az-Tec High School (4508)","Physical Address Line 1":"2330 W 28TH ST","Physical Address Line 2":"","Physical Address City":"YUMA","Physical Address State":"AZ ","Physical Address Zipcode":"85364","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400093","School District Name":"Skyview School Inc. (4496)","Physical Address Line 1":"125 S RUSH ST","Physical Address Line 2":"","Physical Address City":"PRESCOTT","Physical Address State":"AZ ","Physical Address Zipcode":"86303","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400092","School District Name":"Franklin Phonetic Primary School Inc. (4495)","Physical Address Line 1":"6116 East Highway 69","Physical Address Line 2":"","Physical Address City":"Prescott Valley","Physical Address State":"AZ ","Physical Address Zipcode":"86314","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400090","School District Name":"Mingus Springs Charter School (4493)","Physical Address Line 1":"3600 SUNSET DR","Physical Address Line 2":"","Physical Address City":"CHINO VALLEY","Physical Address State":"AZ ","Physical Address Zipcode":"86323","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400089","School District Name":"Sedona Charter School Inc. (4492)","Physical Address Line 1":"165 KACHINA DR","Physical Address Line 2":"","Physical Address City":"SEDONA","Physical Address State":"AZ ","Physical Address Zipcode":"86336","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400083","School District Name":"Portable Practical Educational Preparation Inc. ( (4431)","Physical Address Line 1":"1840 E BENSON HWY","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85714","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400082","School District Name":"Colorado River Union High School District (4381)","Physical Address Line 1":"1004 HANCOCK RD # 200","Physical Address Line 2":"","Physical Address City":"BULLHEAD CITY","Physical Address State":"AZ ","Physical Address Zipcode":"86442","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2157456472369417,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400081","School District Name":"Presidio School (4425)","Physical Address Line 1":"1695 E FORT LOWELL RD","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85719","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400079","School District Name":"Tucson Youth Development/ACE Charter High School (4422)","Physical Address Line 1":"1901 N STONE AVE","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85705","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400078","School District Name":"Edge School Inc. The (4421)","Physical Address Line 1":"2555 E 1ST ST","Physical Address Line 2":"","Physical Address City":"TUCSON","Physical Address State":"AZ ","Physical Address Zipcode":"85716","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400077","School District Name":"Career Development Inc. (4400)","Physical Address Line 1":"1300 N Centennial Blvd","Physical Address Line 2":"","Physical Address City":"Taylor","Physical Address State":"AZ ","Physical Address Zipcode":"85939","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400075","School District Name":"Young Scholars Academy Charter School Corp. (4385)","Physical Address Line 1":"1501 E VALENCIA RD","Physical Address Line 2":"","Physical Address City":"BULLHEAD CITY","Physical Address State":"AZ ","Physical Address Zipcode":"86426","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400074","School District Name":"Kingman Academy Of Learning (4383)","Physical Address Line 1":"3410 N BURBANK ST","Physical Address Line 2":"","Physical Address City":"KINGMAN","Physical Address State":"AZ ","Physical Address Zipcode":"86409","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400072","School District Name":"Montessori Education Centre Charter School (4363)","Physical Address Line 1":"2834 E SOUTHERN AVE","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85204","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400071","School District Name":"Bright Beginnings School Inc. (4362)","Physical Address Line 1":"400 N ANDERSEN BLVD","Physical Address Line 2":"","Physical Address City":"CHANDLER","Physical Address State":"AZ ","Physical Address Zipcode":"85224","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400070","School District Name":"Tempe Preparatory Academy (4361)","Physical Address Line 1":"1251 E SOUTHERN AVE","Physical Address Line 2":"","Physical Address City":"TEMPE","Physical Address State":"AZ ","Physical Address Zipcode":"85282","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400069","School District Name":"Khalsa Montessori Elementary Schools (4360)","Physical Address Line 1":"2536 N 3RD ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400068","School District Name":"Montessori Day Public Schools Chartered Inc. (4359)","Physical Address Line 1":"9201 N 7TH AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400067","School District Name":"Victory High School Inc. (4358)","Physical Address Line 1":"1650 W SOUTHERN AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85041","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400065","School District Name":"Benjamin Franklin Charter School - Queen Creek (4355)","Physical Address Line 1":"22951 S POWER RD","Physical Address Line 2":"","Physical Address City":"QUEEN CREEK","Physical Address State":"AZ ","Physical Address Zipcode":"85142","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400061","School District Name":"Intelli-School Inc. (4352)","Physical Address Line 1":"2222 W NORTHERN AVE STE A110","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85021","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400057","School District Name":"Arizona Call-a-Teen Youth Resources Inc. (4346)","Physical Address Line 1":"649 N 6TH AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85003","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400056","School District Name":"Arizona School For The Arts (4345)","Physical Address Line 1":"1410 N 3RD ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85004","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400055","School District Name":"EduPreneurship Inc. (4341)","Physical Address Line 1":"2632 W AUGUSTA AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85051","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400054","School District Name":"Villa Montessori Charter School (4339)","Physical Address Line 1":"2802 E MEADOWBROOK AVE","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85016","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400053","School District Name":"Heritage Academy Inc. (4336)","Physical Address Line 1":"32 S CENTER ST","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85210","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400052","School District Name":"Espiritu Community Development Corp. (4335)","Physical Address Line 1":"4848 S 2ND ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85040","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400047","School District Name":"Salt River Pima-Maricopa Community Schools (4320)","Physical Address Line 1":"4827 N COUNTRY CLUB DR","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85256","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400043","School District Name":"New School For The Arts (4316)","Physical Address Line 1":"1216 E APACHE BLVD","Physical Address Line 2":"","Physical Address City":"TEMPE","Physical Address State":"AZ ","Physical Address Zipcode":"85281","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400041","School District Name":"Maricopa County Community College District dba Gat (4314)","Physical Address Line 1":"108 N 40TH ST","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85034","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400040","School District Name":"STEP UP Schools Inc. (4313)","Physical Address Line 1":"44 E 5TH ST","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85201","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400037","School District Name":"Twenty First Century Charter School Inc. Bennett (4310)","Physical Address Line 1":"2930 W BETHANY HOME RD","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85017","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400034","School District Name":"Reid Traditional Schools' Valley Academy Inc. (4306)","Physical Address Line 1":"14841 N BLACK CANYON HWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85023","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400033","School District Name":"Boys & Girls Clubs of the East Valley dba Mesa Art (4305)","Physical Address Line 1":"221 W 6TH AVE","Physical Address Line 2":"","Physical Address City":"MESA","Physical Address State":"AZ ","Physical Address Zipcode":"85210","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400031","School District Name":"Ridgeline Academy Inc. (4301)","Physical Address Line 1":"33625 N NORTH VALLEY PKWY","Physical Address Line 2":"","Physical Address City":"PHOENIX","Physical Address State":"AZ ","Physical Address Zipcode":"85085","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400028","School District Name":"Triumphant Learning Center (4225)","Physical Address Line 1":"201 E MAIN ST","Physical Address Line 2":"","Physical Address City":"SAFFORD","Physical Address State":"AZ ","Physical Address Zipcode":"85546","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400026","School District Name":"Heber-Overgaard Unified District (4392)","Physical Address Line 1":"3375 BUCKSKIN CANYON RD","Physical Address Line 2":"","Physical Address City":"HEBER","Physical Address State":"AZ ","Physical Address Zipcode":"85928","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3039832285115304,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400023","School District Name":"Pinon Unified District (4390)","Physical Address Line 1":"Navajo Hwy 41","Physical Address Line 2":"","Physical Address City":"Pinon","Physical Address State":"AZ ","Physical Address Zipcode":"86510","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.31594036697247707,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400022","School District Name":"Vernon Elementary District (4162)","Physical Address Line 1":"90 CRN 3139","Physical Address Line 2":"","Physical Address City":"Vernon","Physical Address State":"AZ ","Physical Address Zipcode":"85940","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3984375,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400021","School District Name":"Colorado City Unified District (4370)","Physical Address Line 1":"325 North Cottonwood St","Physical Address Line 2":"","Physical Address City":"Colorado City","Physical Address State":"AZ ","Physical Address Zipcode":"86021","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27765631832094445,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400020","School District Name":"Flagstaff Montessori L.L.C. (4205)","Physical Address Line 1":"850 N LOCUST ST","Physical Address Line 2":"","Physical Address City":"FLAGSTAFF","Physical Address State":"AZ ","Physical Address Zipcode":"86001","LEA Charter Status":"Charter district which is not an LEA for any federal program","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400019","School District Name":"Flagstaff Arts And Leadership Academy (4202)","Physical Address Line 1":"3401 N FORT VALLEY RD","Physical Address Line 2":"","Physical Address City":"FLAGSTAFF","Physical Address State":"AZ ","Physical Address Zipcode":"86001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400018","School District Name":"Pine Forest Education Association Inc. (4201)","Physical Address Line 1":"1120 W KAIBAB LN","Physical Address Line 2":"","Physical Address City":"FLAGSTAFF","Physical Address State":"AZ ","Physical Address Zipcode":"86001","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400016","School District Name":"Center for Academic Success Inc. (4191)","Physical Address Line 1":"900 CARMELITA DR","Physical Address Line 2":"","Physical Address City":"SIERRA VISTA","Physical Address State":"AZ ","Physical Address Zipcode":"85635","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0400005","School District Name":"Salome Consolidated Elementary District (4514)","Physical Address Line 1":"38128 Saguaro & Main","Physical Address Line 2":"","Physical Address City":"Salome","Physical Address State":"AZ ","Physical Address Zipcode":"85348","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.288,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400004","School District Name":"Clarkdale-Jerome Elementary District (4486)","Physical Address Line 1":"1615 MAIN ST","Physical Address Line 2":"","Physical Address City":"CLARKDALE","Physical Address State":"AZ ","Physical Address Zipcode":"86324","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13496932515337423,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0400003","School District Name":"Chino Valley Unified District (4474)","Physical Address Line 1":"650 E CENTER ST","Physical Address Line 2":"","Physical Address City":"CHINO VALLEY","Physical Address State":"AZ ","Physical Address Zipcode":"86323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.13733528550512444,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0400001","School District Name":"Cave Creek Unified District (4244)","Physical Address Line 1":"33016 N 60TH ST","Physical Address Line 2":"","Physical Address City":"SCOTTSDALE","Physical Address State":"AZ ","Physical Address Zipcode":"85266","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06312690798081116,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0200862","School District Name":"Yukon-Koyukuk School District","Physical Address Line 1":"4762 Old Airport Way","Physical Address Line 2":"","Physical Address City":"Fairbanks","Physical Address State":"AK ","Physical Address Zipcode":"99709","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.26740947075208915,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200840","School District Name":"Yakutat School District","Physical Address Line 1":"429 Forest Hwy","Physical Address Line 2":"","Physical Address City":"Yakutat","Physical Address State":"AK ","Physical Address Zipcode":"99689","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22448979591836735,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200810","School District Name":"Wrangell Public School District","Physical Address Line 1":"350 Bennett St","Physical Address Line 2":"","Physical Address City":"Wrangell","Physical Address State":"AK ","Physical Address Zipcode":"99929","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10192837465564739,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200800","School District Name":"Chugach School District","Physical Address Line 1":"9312 Vanguard Dr Ste 100","Physical Address Line 2":"","Physical Address City":"Anchorage","Physical Address State":"AK ","Physical Address Zipcode":"99507","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.16071428571428573,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200780","School District Name":"Valdez City School District","Physical Address Line 1":"1112 W Klutina","Physical Address Line 2":"","Physical Address City":"Valdez","Physical Address State":"AK ","Physical Address Zipcode":"99686","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06687898089171974,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200775","School District Name":"Yukon Flats School District","Physical Address Line 1":"123 Hill St","Physical Address Line 2":"","Physical Address City":"Ft. Yukon","Physical Address State":"AK ","Physical Address Zipcode":"99740","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2450592885375494,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200770","School District Name":"Denali Borough School District","Physical Address Line 1":"1 Suntrana St","Physical Address Line 2":"","Physical Address City":"Healy","Physical Address State":"AK ","Physical Address Zipcode":"99743","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.06319702602230483,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200760","School District Name":"Kuspuk School District","Physical Address Line 1":"100 Boundary Ave","Physical Address Line 2":"","Physical Address City":"Aniak","Physical Address State":"AK ","Physical Address Zipcode":"99557","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3352601156069364,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200730","School District Name":"Chatham School District","Physical Address Line 1":"500 Big Dog Salmon Way","Physical Address Line 2":"","Physical Address City":"Angoon","Physical Address State":"AK ","Physical Address Zipcode":"99820","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21428571428571427,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200720","School District Name":"Unalaska City School District","Physical Address Line 1":"55 E Broadway St","Physical Address Line 2":"","Physical Address City":"Unalaska","Physical Address State":"AK ","Physical Address Zipcode":"99685","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.0398936170212766,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200715","School District Name":"Tanana City School District","Physical Address Line 1":"89 Front St","Physical Address Line 2":"","Physical Address City":"Tanana","Physical Address State":"AK ","Physical Address Zipcode":"99777","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.21739130434782608,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200710","School District Name":"Southwest Region School District","Physical Address Line 1":"574 Kenny Wren Rd","Physical Address Line 2":"","Physical Address City":"Dillingham","Physical Address State":"AK ","Physical Address Zipcode":"99576","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3344,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200700","School District Name":"Southeast Island School District","Physical Address Line 1":"1010 Sandy Beach Rd","Physical Address Line 2":"","Physical Address City":"Thorne Bay","Physical Address State":"AK ","Physical Address Zipcode":"99919","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1640625,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200690","School District Name":"Skagway School District","Physical Address Line 1":"1563 Main St","Physical Address Line 2":"","Physical Address City":"Skagway","Physical Address State":"AK ","Physical Address Zipcode":"99840","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.04580152671755725,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200680","School District Name":"Saint Mary's School District","Physical Address Line 1":"1 Dixon Circle","Physical Address Line 2":"","Physical Address City":"Saint Mary's","Physical Address State":"AK ","Physical Address Zipcode":"99658","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4276315789473684,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200670","School District Name":"Pribilof School District","Physical Address Line 1":"930 Tolstoi Blvd","Physical Address Line 2":"","Physical Address City":"St. Paul Island","Physical Address State":"AK ","Physical Address Zipcode":"99660","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.11363636363636363,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200660","School District Name":"Petersburg Borough School District","Physical Address Line 1":"201 Charles W St","Physical Address Line 2":"","Physical Address City":"Petersburg","Physical Address State":"AK ","Physical Address Zipcode":"99833","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.08571428571428572,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200630","School District Name":"Pelican City School District","Physical Address Line 1":"14 Chum Way","Physical Address Line 2":"","Physical Address City":"Pelican","Physical Address State":"AK ","Physical Address Zipcode":"99832","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.18181818181818182,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200625","School District Name":"Northwest Arctic Borough School District","Physical Address Line 1":"744 Third Ave","Physical Address Line 2":"","Physical Address City":"Kotzebue","Physical Address State":"AK ","Physical Address Zipcode":"99752","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2292929292929293,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200610","School District Name":"North Slope Borough School District","Physical Address Line 1":"829 Aivik St","Physical Address Line 2":"","Physical Address City":"Utqiagvik","Physical Address State":"AK ","Physical Address Zipcode":"99723","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12224017232094776,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200600","School District Name":"Fairbanks North Star Borough School District","Physical Address Line 1":"520 Fifth Ave","Physical Address Line 2":"","Physical Address City":"Fairbanks","Physical Address State":"AK ","Physical Address Zipcode":"99701","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.07587904803989647,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0200570","School District Name":"Nome Public Schools","Physical Address Line 1":"Mile 3.5 Nome-Teller Hwy","Physical Address Line 2":"","Physical Address City":"Nome","Physical Address State":"AK ","Physical Address Zipcode":"99762","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.12077922077922078,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0200540","School District Name":"Nenana City School District","Physical Address Line 1":"406 E 2nd St","Physical Address Line 2":"","Physical Address City":"Nenana","Physical Address State":"AK ","Physical Address Zipcode":"99760","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.24615384615384617,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200525","School District Name":"Annette Island School District","Physical Address Line 1":"4th & Milton St","Physical Address Line 2":"","Physical Address City":"Metlakatla","Physical Address State":"AK ","Physical Address Zipcode":"99926","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20306513409961685,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200520","School District Name":"Iditarod Area School District","Physical Address Line 1":"90 Chinana Ave","Physical Address Line 2":"","Physical Address City":"McGrath","Physical Address State":"AK ","Physical Address Zipcode":"99627","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.26851851851851855,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200510","School District Name":"Matanuska-Susitna Borough School District","Physical Address Line 1":"501 N Gulkana St","Physical Address Line 2":"","Physical Address City":"Palmer","Physical Address State":"AK ","Physical Address Zipcode":"99645","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.07490861981215009,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0200485","School District Name":"Lake and Peninsula Borough School District","Physical Address Line 1":"101 Jensen Dr","Physical Address Line 2":"","Physical Address City":"King Salmon","Physical Address State":"AK ","Physical Address Zipcode":"99613","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2222222222222222,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200480","School District Name":"Kodiak Island Borough School District","Physical Address Line 1":"722 Mill Bay Rd","Physical Address Line 2":"","Physical Address City":"Kodiak","Physical Address State":"AK ","Physical Address Zipcode":"99615","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06791467131040488,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0200450","School District Name":"Klawock City School District","Physical Address Line 1":"715 Bayview Blvd","Physical Address Line 2":"","Physical Address City":"Klawock","Physical Address State":"AK ","Physical Address Zipcode":"99925","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.15714285714285714,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200390","School District Name":"Kenai Peninsula Borough School District","Physical Address Line 1":"148 N Binkley St","Physical Address Line 2":"","Physical Address City":"Soldotna","Physical Address State":"AK ","Physical Address Zipcode":"99669","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.12018489984591679,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0200360","School District Name":"Kake City School District","Physical Address Line 1":"175 Library Place","Physical Address Line 2":"","Physical Address City":"Kake","Physical Address State":"AK ","Physical Address Zipcode":"99830","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17045454545454544,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200330","School District Name":"Hydaburg City School District","Physical Address Line 1":"100 Totem Pole Ln","Physical Address Line 2":"","Physical Address City":"Hydaburg","Physical Address State":"AK ","Physical Address Zipcode":"99922","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.28125,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200300","School District Name":"Hoonah City School District","Physical Address Line 1":"366 Garteeni Hwy","Physical Address Line 2":"","Physical Address City":"Hoonah","Physical Address State":"AK ","Physical Address Zipcode":"99829","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22018348623853212,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200270","School District Name":"Haines Borough School District","Physical Address Line 1":"604 Haines Hwy","Physical Address Line 2":"","Physical Address City":"Haines","Physical Address State":"AK ","Physical Address Zipcode":"99827","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1695906432748538,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200240","School District Name":"Sitka School District","Physical Address Line 1":"300 Kostrometinoff St","Physical Address Line 2":"","Physical Address City":"Sitka","Physical Address State":"AK ","Physical Address Zipcode":"99835","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.06521739130434782,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0200210","School District Name":"Juneau Borough School District","Physical Address Line 1":"1208 Glacier Ave","Physical Address Line 2":"","Physical Address City":"Juneau","Physical Address State":"AK ","Physical Address Zipcode":"99801","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.09257748776508973,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0200180","School District Name":"Anchorage School District","Physical Address Line 1":"5530 E Northern Lights Blvd","Physical Address Line 2":"","Physical Address City":"Anchorage","Physical Address State":"AK ","Physical Address Zipcode":"99504","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"11-City: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08057940133991681,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0200150","School District Name":"Ketchikan Gateway Borough School District","Physical Address Line 1":"2610 Fourth Ave","Physical Address Line 2":"","Physical Address City":"Ketchikan","Physical Address State":"AK ","Physical Address Zipcode":"99901","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.08390963577685569,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0200130","School District Name":"Galena City School District","Physical Address Line 1":"299 Antoski Ave","Physical Address Line 2":"","Physical Address City":"Galena","Physical Address State":"AK ","Physical Address Zipcode":"99741","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1717171717171717,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200120","School District Name":"Dillingham City School District","Physical Address Line 1":"565 Seward St","Physical Address Line 2":"","Physical Address City":"Dillingham","Physical Address State":"AK ","Physical Address Zipcode":"99576","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.07641921397379912,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200100","School District Name":"Delta/Greely School District","Physical Address Line 1":"1664 N Clearwater","Physical Address Line 2":"","Physical Address City":"Delta Junction","Physical Address State":"AK ","Physical Address Zipcode":"99737","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.1252821670428894,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200090","School District Name":"Craig City School District","Physical Address Line 1":"100 School Rd","Physical Address Line 2":"","Physical Address City":"Craig","Physical Address State":"AK ","Physical Address Zipcode":"99921","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.13023255813953488,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200070","School District Name":"Copper River School District","Physical Address Line 1":"1976 Aurora Dr","Physical Address Line 2":"","Physical Address City":"Glennallen","Physical Address State":"AK ","Physical Address Zipcode":"99588","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.137546468401487,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200060","School District Name":"Cordova City School District","Physical Address Line 1":"675 Second St","Physical Address Line 2":"","Physical Address City":"Cordova","Physical Address State":"AK ","Physical Address Zipcode":"99574","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.04985337243401759,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200050","School District Name":"Alaska Gateway School District","Physical Address Line 1":"1313.5 Alaska Hwy","Physical Address Line 2":"","Physical Address City":"Tok","Physical Address State":"AK ","Physical Address Zipcode":"99780","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17577197149643706,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200030","School District Name":"Bristol Bay Borough School District","Physical Address Line 1":"# 2 School Rd N","Physical Address Line 2":"","Physical Address City":"Naknek","Physical Address State":"AK ","Physical Address Zipcode":"99633","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.10714285714285714,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200020","School District Name":"Bering Strait School District","Physical Address Line 1":"225 Main St","Physical Address Line 2":"","Physical Address City":"Unalakleet","Physical Address State":"AK ","Physical Address Zipcode":"99684","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23770491803278687,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200010","School District Name":"Aleutian Region School District","Physical Address Line 1":"118 E International Airport Rd","Physical Address Line 2":"","Physical Address City":"Anchorage","Physical Address State":"AK ","Physical Address Zipcode":"99518","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.14285714285714285,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200007","School District Name":"Aleutians East Borough School District","Physical Address Line 1":"100 Mossberry Ln","Physical Address Line 2":"","Physical Address City":"Sand Point","Physical Address State":"AK ","Physical Address Zipcode":"99661","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.12637362637362637,"Poverty Greater than 20%":"No","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200006","School District Name":"Mount Edgecumbe","Physical Address Line 1":"1330 Seward Ave","Physical Address Line 2":"","Physical Address City":"Sitka","Physical Address State":"AK ","Physical Address Zipcode":"99835","LEA Charter Status":"","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0200005","School District Name":"Kashunamiut School District","Physical Address Line 1":"985 KSD Way","Physical Address Line 2":"","Physical Address City":"Chevak","Physical Address State":"AK ","Physical Address Zipcode":"99563","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.42483660130718953,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200004","School District Name":"Yupiit School District","Physical Address Line 1":"1st Main St","Physical Address Line 2":"","Physical Address City":"Akiachak","Physical Address State":"AK ","Physical Address Zipcode":"99551","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.48247978436657685,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200003","School District Name":"Lower Yukon School District","Physical Address Line 1":"100 Airport Rd","Physical Address Line 2":"","Physical Address City":"Mountain Village","Physical Address State":"AK ","Physical Address Zipcode":"99632","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.40198123044838374,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0200001","School District Name":"Lower Kuskokwim School District","Physical Address Line 1":"1004 Ron Edwards Memorial Dr","Physical Address Line 2":"","Physical Address City":"Bethel","Physical Address State":"AK ","Physical Address Zipcode":"99559","LEA Charter Status":"","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.34647739221871715,"Poverty Greater than 20%":"Yes","Impact Aid?":"Yes","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103580","School District Name":"Winston County","Physical Address Line 1":"25101 Highway 195","Physical Address Line 2":"","Physical Address City":"Double Springs","Physical Address State":"AL ","Physical Address Zipcode":"35553","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2126637554585153,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103540","School District Name":"Winfield City","Physical Address Line 1":"481 Apple Ave","Physical Address Line 2":"","Physical Address City":"Winfield","Physical Address State":"AL ","Physical Address Zipcode":"35594","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.17535070140280562,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103510","School District Name":"Wilcox County","Physical Address Line 1":"75 Camden Bypass","Physical Address Line 2":"","Physical Address City":"Camden","Physical Address State":"AL ","Physical Address Zipcode":"36726","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.3098927294398093,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103480","School District Name":"Washington County","Physical Address Line 1":"229 Granade St","Physical Address Line 2":"","Physical Address City":"Chatom","Physical Address State":"AL ","Physical Address Zipcode":"36518","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22150363783346808,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103450","School District Name":"Walker County","Physical Address Line 1":"1710 Alabama Av","Physical Address Line 2":"","Physical Address City":"Jasper","Physical Address State":"AL ","Physical Address Zipcode":"35501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2130822596630327,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103430","School District Name":"Vestavia Hills City","Physical Address Line 1":"1204 Montgomery Hwy","Physical Address Line 2":"","Physical Address City":"Vestavia Hills","Physical Address State":"AL ","Physical Address Zipcode":"35216","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.03368849890316515,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0103420","School District Name":"Tuscumbia City","Physical Address Line 1":"303 North Commons Street East","Physical Address Line 2":"","Physical Address City":"Tuscumbia","Physical Address State":"AL ","Physical Address Zipcode":"35674","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21653543307086615,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103390","School District Name":"Tuscaloosa County","Physical Address Line 1":"2314 9th St","Physical Address Line 2":"","Physical Address City":"Tuscaloosa","Physical Address State":"AL ","Physical Address Zipcode":"35403","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"22-Suburb: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.15044734342979957,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0103360","School District Name":"Tuscaloosa City","Physical Address Line 1":"1210 21st Ave","Physical Address Line 2":"","Physical Address City":"Tuscaloosa","Physical Address State":"AL ","Physical Address Zipcode":"35401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.20975902581253753,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103330","School District Name":"Troy City","Physical Address Line 1":"358 Elba Hwy","Physical Address Line 2":"","Physical Address City":"Troy","Physical Address State":"AL ","Physical Address Zipcode":"36079","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2483130904183536,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103300","School District Name":"Thomasville City","Physical Address Line 1":"750 Gates Drive","Physical Address Line 2":"","Physical Address City":"Thomasville","Physical Address State":"AL ","Physical Address Zipcode":"36784","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.24231678486997635,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103270","School District Name":"Tarrant City","Physical Address Line 1":"1318 Alabama St","Physical Address Line 2":"","Physical Address City":"Tarrant","Physical Address State":"AL ","Physical Address Zipcode":"35217","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3648334624322231,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103240","School District Name":"Tallassee City","Physical Address Line 1":"308 King St","Physical Address Line 2":"","Physical Address City":"Tallassee","Physical Address State":"AL ","Physical Address Zipcode":"36078","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2094102054340623,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103210","School District Name":"Tallapoosa County","Physical Address Line 1":"679 East Columbus Street","Physical Address Line 2":"","Physical Address City":"Dadeville","Physical Address State":"AL ","Physical Address Zipcode":"36853","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2234239802224969,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103180","School District Name":"Talladega County","Physical Address Line 1":"106 W South St","Physical Address Line 2":"","Physical Address City":"Talladega","Physical Address State":"AL ","Physical Address Zipcode":"35160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20575097710776102,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103150","School District Name":"Talladega City","Physical Address Line 1":"501 South Street East","Physical Address Line 2":"","Physical Address City":"Talladega","Physical Address State":"AL ","Physical Address Zipcode":"35160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2697512003491925,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103120","School District Name":"Sylacauga City","Physical Address Line 1":"43 N Broadway Avenue","Physical Address Line 2":"","Physical Address City":"Sylacauga","Physical Address State":"AL ","Physical Address Zipcode":"35150","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21957403651115617,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103090","School District Name":"Sumter County","Physical Address Line 1":"Hwy 28 To Country Club Dr","Physical Address Line 2":"","Physical Address City":"Livingston","Physical Address State":"AL ","Physical Address Zipcode":"35470","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4090361445783133,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103062","School District Name":"St Clair County","Physical Address Line 1":"410 Roy Drive","Physical Address Line 2":"","Physical Address City":"Ashville","Physical Address State":"AL ","Physical Address Zipcode":"35953","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.12116818558409279,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0103030","School District Name":"Shelby County","Physical Address Line 1":"410 E College St","Physical Address Line 2":"","Physical Address City":"Columbiana","Physical Address State":"AL ","Physical Address Zipcode":"35051","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08006564173432372,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0103000","School District Name":"Sheffield City","Physical Address Line 1":"300 W 6th St","Physical Address Line 2":"","Physical Address City":"Sheffield","Physical Address State":"AL ","Physical Address Zipcode":"35660","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.3200301204819277,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102970","School District Name":"Selma City","Physical Address Line 1":"2194 Broad Street","Physical Address Line 2":"","Physical Address City":"Selma","Physical Address State":"AL ","Physical Address Zipcode":"36701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.43169037380086006,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102940","School District Name":"Scottsboro City","Physical Address Line 1":"305 S Scott Street","Physical Address Line 2":"","Physical Address City":"Scottsboro","Physical Address State":"AL ","Physical Address Zipcode":"35768","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19165453663270257,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0102910","School District Name":"Russellville City","Physical Address Line 1":"1945 Waterloo Rd","Physical Address Line 2":"","Physical Address City":"Russellville","Physical Address State":"AL ","Physical Address Zipcode":"35653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.232163080407701,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102880","School District Name":"Russell County","Physical Address Line 1":"506 14th St","Physical Address Line 2":"","Physical Address City":"Phenix City","Physical Address State":"AL ","Physical Address Zipcode":"36867","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22992700729927007,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102850","School District Name":"Roanoke City","Physical Address Line 1":"557 Main St","Physical Address Line 2":"","Physical Address City":"Roanoke","Physical Address State":"AL ","Physical Address Zipcode":"36274","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.30510105871029836,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102820","School District Name":"Randolph County","Physical Address Line 1":"182 Circle Drive","Physical Address Line 2":"","Physical Address City":"Wedowee","Physical Address State":"AL ","Physical Address Zipcode":"36278","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23621103117505995,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102790","School District Name":"Pike County","Physical Address Line 1":"101 W Love Street","Physical Address Line 2":"","Physical Address City":"Troy","Physical Address State":"AL ","Physical Address Zipcode":"36081","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28209606986899566,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102760","School District Name":"Piedmont City","Physical Address Line 1":"502 Hood St W","Physical Address Line 2":"","Physical Address City":"Piedmont","Physical Address State":"AL ","Physical Address Zipcode":"36272","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.19219512195121952,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0102730","School District Name":"Pickens County","Physical Address Line 1":"377 Ladow Center Circle","Physical Address Line 2":"","Physical Address City":"Carrollton","Physical Address State":"AL ","Physical Address Zipcode":"35447","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3074398249452954,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102700","School District Name":"Phenix City","Physical Address Line 1":"1212 Ninth Ave","Physical Address Line 2":"","Physical Address City":"Phenix City","Physical Address State":"AL ","Physical Address Zipcode":"36867","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2825313321986693,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102670","School District Name":"Perry County","Physical Address Line 1":"200 Monroe St","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"AL ","Physical Address Zipcode":"36756","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.4306513409961686,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102650","School District Name":"Pell City","Physical Address Line 1":"3105 15th Avenue N","Physical Address Line 2":"","Physical Address City":"Pell City","Physical Address State":"AL ","Physical Address Zipcode":"35125","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15234685759745425,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0102640","School District Name":"Ozark City","Physical Address Line 1":"860 N US HWY 231","Physical Address Line 2":"","Physical Address City":"Ozark","Physical Address State":"AL ","Physical Address Zipcode":"36360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.28486866444691084,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102635","School District Name":"Oxford City","Physical Address Line 1":"402 Main Street","Physical Address Line 2":"","Physical Address City":"Oxford","Physical Address State":"AL ","Physical Address Zipcode":"36203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.14204837879567678,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0102610","School District Name":"Opp City","Physical Address Line 1":"305 E Stewart Ave","Physical Address Line 2":"","Physical Address City":"Opp","Physical Address State":"AL ","Physical Address Zipcode":"36467","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2591575091575092,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102580","School District Name":"Opelika City","Physical Address Line 1":"300 Simmons Street","Physical Address Line 2":"","Physical Address City":"Opelika","Physical Address State":"AL ","Physical Address Zipcode":"36801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.20798158096699923,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102550","School District Name":"Oneonta City","Physical Address Line 1":"28370 State Highway 75","Physical Address Line 2":"","Physical Address City":"Oneonta","Physical Address State":"AL ","Physical Address Zipcode":"35121","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.17334669338677355,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0102520","School District Name":"Muscle Shoals City","Physical Address Line 1":"3200 S Wilson Dam Rd","Physical Address Line 2":"","Physical Address City":"Muscle Shoals","Physical Address State":"AL ","Physical Address Zipcode":"35661","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.13276709879302637,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0102490","School District Name":"Mountain Brook City","Physical Address Line 1":"32 Vine Street","Physical Address Line 2":"","Physical Address City":"Mountain Brook","Physical Address State":"AL ","Physical Address Zipcode":"35213","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.055989583333333336,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0102480","School District Name":"Morgan County","Physical Address Line 1":"235 Highway 67 South","Physical Address Line 2":"","Physical Address City":"Decatur","Physical Address State":"AL ","Physical Address Zipcode":"35603","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.14604606981714557,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102430","School District Name":"Montgomery County","Physical Address Line 1":"307 S Decatur St","Physical Address Line 2":"","Physical Address City":"Montgomery","Physical Address State":"AL ","Physical Address Zipcode":"36104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.25679073751692505,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102400","School District Name":"Monroe County","Physical Address Line 1":"109 Pickens St","Physical Address Line 2":"","Physical Address City":"Monroeville","Physical Address State":"AL ","Physical Address Zipcode":"36460","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2765891472868217,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102370","School District Name":"Mobile County","Physical Address Line 1":"1 Magnum Pass","Physical Address Line 2":"","Physical Address City":"Mobile","Physical Address State":"AL ","Physical Address Zipcode":"36618","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.2463965146997482,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102350","School District Name":"Midfield City","Physical Address Line 1":"417 Parkwood St","Physical Address Line 2":"","Physical Address City":"Midfield","Physical Address State":"AL ","Physical Address Zipcode":"35228","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3090909090909091,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102310","School District Name":"Marion County","Physical Address Line 1":"188 Winchester Dr","Physical Address Line 2":"","Physical Address City":"Hamilton","Physical Address State":"AL ","Physical Address Zipcode":"35570","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.22010869565217392,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102250","School District Name":"Marengo County","Physical Address Line 1":"101 Shiloh Street","Physical Address Line 2":"","Physical Address City":"Linden","Physical Address State":"AL ","Physical Address Zipcode":"36748","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.27313432835820894,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102220","School District Name":"Madison County","Physical Address Line 1":"1275F Jordan Rd Bldg B","Physical Address Line 2":"","Physical Address City":"Huntsville","Physical Address State":"AL ","Physical Address Zipcode":"35811","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.0998534103647495,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0102190","School District Name":"Macon County","Physical Address Line 1":"303 Union Springs Road","Physical Address Line 2":"","Physical Address City":"Tuskegee","Physical Address State":"AL ","Physical Address Zipcode":"36083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.38530465949820786,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102160","School District Name":"Lowndes County","Physical Address Line 1":"80 Commerce Street S","Physical Address Line 2":"","Physical Address City":"Hayneville","Physical Address State":"AL ","Physical Address Zipcode":"36040","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3797634691195795,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102130","School District Name":"Linden City","Physical Address Line 1":"209 N Main St","Physical Address Line 2":"","Physical Address City":"Linden","Physical Address State":"AL ","Physical Address Zipcode":"36748","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.30390492359932086,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102100","School District Name":"Limestone County","Physical Address Line 1":"300 S Jefferson St","Physical Address Line 2":"","Physical Address City":"Athens","Physical Address State":"AL ","Physical Address Zipcode":"35611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13200070447340612,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102070","School District Name":"Lee County","Physical Address Line 1":"2410 Society Hill Road","Physical Address Line 2":"","Physical Address City":"Opelika","Physical Address State":"AL ","Physical Address Zipcode":"36804","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15873148690486152,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0102040","School District Name":"Lawrence County","Physical Address Line 1":"14131 Market St","Physical Address Line 2":"","Physical Address City":"Moulton","Physical Address State":"AL ","Physical Address Zipcode":"35650","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20380844645550528,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0102010","School District Name":"Lauderdale County","Physical Address Line 1":"355 County Road 61","Physical Address Line 2":"","Physical Address City":"Florence","Physical Address State":"AL ","Physical Address Zipcode":"35634","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.13450644811377607,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101980","School District Name":"Lanett City","Physical Address Line 1":"105 North Lanier Ave","Physical Address Line 2":"","Physical Address City":"Lanett","Physical Address State":"AL ","Physical Address Zipcode":"36863","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3879781420765027,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101950","School District Name":"Lamar County","Physical Address Line 1":"150 Butler Cir","Physical Address Line 2":"","Physical Address City":"Vernon","Physical Address State":"AL ","Physical Address Zipcode":"35592","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.20177487155534796,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101920","School District Name":"Jefferson County","Physical Address Line 1":"2100 18th Street S","Physical Address Line 2":"","Physical Address City":"Birmingham","Physical Address State":"AL ","Physical Address Zipcode":"35209","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17548058164035066,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0101890","School District Name":"Jasper City","Physical Address Line 1":"110 W 17th St","Physical Address Line 2":"","Physical Address City":"Jasper","Physical Address State":"AL ","Physical Address Zipcode":"35501","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18688845401174167,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0101860","School District Name":"Jacksonville City","Physical Address Line 1":"123 College St SW","Physical Address Line 2":"","Physical Address City":"Jacksonville","Physical Address State":"AL ","Physical Address Zipcode":"36265","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.1333762886597938,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0101830","School District Name":"Jackson County","Physical Address Line 1":"16003 Al Hwy 35","Physical Address Line 2":"","Physical Address City":"Scottsboro","Physical Address State":"AL ","Physical Address Zipcode":"35768","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1981164980816184,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101800","School District Name":"Huntsville City","Physical Address Line 1":"200 White St","Physical Address Line 2":"","Physical Address City":"Huntsville","Physical Address State":"AL ","Physical Address Zipcode":"35801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.16746666666666668,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0101770","School District Name":"Houston County","Physical Address Line 1":"404 West Washington St","Physical Address Line 2":"","Physical Address City":"Dothan","Physical Address State":"AL ","Physical Address Zipcode":"36302","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18159842876567459,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0101760","School District Name":"Homewood City","Physical Address Line 1":"450 Dale Avenue","Physical Address Line 2":"","Physical Address City":"Homewood","Physical Address State":"AL ","Physical Address Zipcode":"35209","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05901116427432217,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0101740","School District Name":"Henry County","Physical Address Line 1":"300 N Trawick Street","Physical Address Line 2":"","Physical Address City":"Abbeville","Physical Address State":"AL ","Physical Address Zipcode":"36310","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21963144039112448,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101730","School District Name":"Hartselle City","Physical Address Line 1":"305 College St NE","Physical Address Line 2":"","Physical Address City":"Hartselle","Physical Address State":"AL ","Physical Address Zipcode":"35640","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.10412494993992791,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0101720","School District Name":"Haleyville City","Physical Address Line 1":"2011 20th St","Physical Address Line 2":"","Physical Address City":"Haleyville","Physical Address State":"AL ","Physical Address Zipcode":"35565","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.2176,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101710","School District Name":"Hale County","Physical Address Line 1":"1115 Powers St","Physical Address Line 2":"","Physical Address City":"Greensboro","Physical Address State":"AL ","Physical Address Zipcode":"36744","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.28177019894437677,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101690","School District Name":"Guntersville City","Physical Address Line 1":"4200 Highway 79 South","Physical Address Line 2":"","Physical Address City":"Guntersville","Physical Address State":"AL ","Physical Address Zipcode":"35976","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20429311621021465,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101680","School District Name":"Greene County","Physical Address Line 1":"220 Main St","Physical Address Line 2":"","Physical Address City":"Eutaw","Physical Address State":"AL ","Physical Address Zipcode":"35462","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.40703125,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101660","School District Name":"Geneva County","Physical Address Line 1":"606 S Academy St","Physical Address Line 2":"","Physical Address City":"Geneva","Physical Address State":"AL ","Physical Address Zipcode":"36340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.28056900726392253,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101640","School District Name":"Geneva City","Physical Address Line 1":"511 Panther Drive","Physical Address Line 2":"","Physical Address City":"Geneva","Physical Address State":"AL ","Physical Address Zipcode":"36340","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3890608875128999,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101620","School District Name":"Gadsden City","Physical Address Line 1":"1026 Chestnut St","Physical Address Line 2":"","Physical Address City":"Gadsden","Physical Address State":"AL ","Physical Address Zipcode":"35901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.31212121212121213,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101590","School District Name":"Franklin County","Physical Address Line 1":"500 Coffee Ave NE","Physical Address Line 2":"","Physical Address City":"Russellville","Physical Address State":"AL ","Physical Address Zipcode":"35653","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20330102174482578,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101560","School District Name":"Fort Payne City","Physical Address Line 1":"205 45th St NE","Physical Address Line 2":"","Physical Address City":"Fort Payne","Physical Address State":"AL ","Physical Address Zipcode":"35967","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18610223642172524,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0101530","School District Name":"Florence City","Physical Address Line 1":"102 S Court Street","Physical Address Line 2":"","Physical Address City":"Florence","Physical Address State":"AL ","Physical Address Zipcode":"35630","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.23087512291052115,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101470","School District Name":"Fayette County","Physical Address Line 1":"103 First Ave NW","Physical Address Line 2":"","Physical Address City":"Fayette","Physical Address State":"AL ","Physical Address Zipcode":"35555","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2204555221314998,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101440","School District Name":"Fairfield City","Physical Address Line 1":"6405 Ave D","Physical Address Line 2":"","Physical Address City":"Fairfield","Physical Address State":"AL ","Physical Address Zipcode":"35064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.2692921766897286,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101410","School District Name":"Eufaula City","Physical Address Line 1":"333 State Docks Road","Physical Address Line 2":"","Physical Address City":"Eufaula","Physical Address State":"AL ","Physical Address Zipcode":"36027","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3424528301886792,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101380","School District Name":"Etowah County","Physical Address Line 1":"3200 W Meighan Blvd","Physical Address Line 2":"","Physical Address City":"Gadsden","Physical Address State":"AL ","Physical Address Zipcode":"35904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.16994633273703041,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0101350","School District Name":"Escambia County","Physical Address Line 1":"301 Belleville Ave","Physical Address Line 2":"","Physical Address City":"Brewton","Physical Address State":"AL ","Physical Address Zipcode":"36426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2461691542288557,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101320","School District Name":"Enterprise City","Physical Address Line 1":"220 Hutchinson St","Physical Address Line 2":"","Physical Address City":"Enterprise","Physical Address State":"AL ","Physical Address Zipcode":"36330","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18250798722044728,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0101290","School District Name":"Elmore County","Physical Address Line 1":"100 H H Robison Drive","Physical Address Line 2":"","Physical Address City":"Wetumpka","Physical Address State":"AL ","Physical Address Zipcode":"36092","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.15442020665901263,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0101260","School District Name":"Elba City","Physical Address Line 1":"131 Tiger Dr","Physical Address Line 2":"","Physical Address City":"Elba","Physical Address State":"AL ","Physical Address Zipcode":"36323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.2243958573072497,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101230","School District Name":"Dothan City","Physical Address Line 1":"1665 Honeysuckle Road","Physical Address Line 2":"","Physical Address City":"DOTHAN","Physical Address State":"AL ","Physical Address Zipcode":"36301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.21978905970682874,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101200","School District Name":"Demopolis City","Physical Address Line 1":"609 South Cedar Avenue","Physical Address Line 2":"","Physical Address City":"Demopolis","Physical Address State":"AL ","Physical Address Zipcode":"36732","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.2981199641897941,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101170","School District Name":"Decatur City","Physical Address Line 1":"302 4th Ave NE","Physical Address Line 2":"","Physical Address City":"Decatur","Physical Address State":"AL ","Physical Address Zipcode":"35601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.19354139575205895,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0101140","School District Name":"DeKalb County","Physical Address Line 1":"306 Main St W","Physical Address Line 2":"","Physical Address City":"Rainsville","Physical Address State":"AL ","Physical Address Zipcode":"35986","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18779478294349794,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101110","School District Name":"Dallas County","Physical Address Line 1":"429 Lauderdale St","Physical Address Line 2":"","Physical Address City":"Selma","Physical Address State":"AL ","Physical Address Zipcode":"36701","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3252605763335377,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101080","School District Name":"Daleville City","Physical Address Line 1":"626 N Daleville Ave","Physical Address Line 2":"","Physical Address City":"Daleville","Physical Address State":"AL ","Physical Address Zipcode":"36322","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2689655172413793,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101050","School District Name":"Dale County","Physical Address Line 1":"202 S Hwy 123 Suite E","Physical Address Line 2":"","Physical Address City":"Ozark","Physical Address State":"AL ","Physical Address Zipcode":"36360","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23083475298126066,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0101020","School District Name":"Cullman County","Physical Address Line 1":"402 Arnold St NE","Physical Address Line 2":"","Physical Address City":"Cullman","Physical Address State":"AL ","Physical Address Zipcode":"35055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1659338726697151,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100990","School District Name":"Cullman City","Physical Address Line 1":"301 1st St N E","Physical Address Line 2":"","Physical Address City":"Cullman","Physical Address State":"AL ","Physical Address Zipcode":"35055","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15774058577405858,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100960","School District Name":"Crenshaw County","Physical Address Line 1":"183 Votec Drive","Physical Address Line 2":"","Physical Address City":"Luverne","Physical Address State":"AL ","Physical Address Zipcode":"36049","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.23733905579399142,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100930","School District Name":"Covington County","Physical Address Line 1":"807 C C Baker Ave","Physical Address Line 2":"","Physical Address City":"Andalusia","Physical Address State":"AL ","Physical Address Zipcode":"36421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18528290823805335,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100900","School District Name":"Coosa County","Physical Address Line 1":"73 Nixburg Road","Physical Address Line 2":"","Physical Address City":"Rockford","Physical Address State":"AL ","Physical Address Zipcode":"35136","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.25824175824175827,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100870","School District Name":"Conecuh County","Physical Address Line 1":"1455 Ted Bates Road","Physical Address Line 2":"","Physical Address City":"Evergreen","Physical Address State":"AL ","Physical Address Zipcode":"36401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.32560706401766004,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100840","School District Name":"Colbert County","Physical Address Line 1":"425 Highway 72 West","Physical Address Line 2":"","Physical Address City":"Tuscumbia","Physical Address State":"AL ","Physical Address Zipcode":"35674","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.18720445062586927,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100810","School District Name":"Coffee County","Physical Address Line 1":"400 Reddoch Hill Rd","Physical Address Line 2":"","Physical Address City":"Elba","Physical Address State":"AL ","Physical Address Zipcode":"36323","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.1891891891891892,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100780","School District Name":"Cleburne County","Physical Address Line 1":"141 Davenport Drive","Physical Address Line 2":"","Physical Address City":"Heflin","Physical Address State":"AL ","Physical Address Zipcode":"36264","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.18529170090386196,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100750","School District Name":"Clay County","Physical Address Line 1":"62 Court Square","Physical Address Line 2":"","Physical Address City":"Ashland","Physical Address State":"AL ","Physical Address Zipcode":"36251","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2309670781893004,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100720","School District Name":"Clarke County","Physical Address Line 1":"155 W Cobb St","Physical Address Line 2":"","Physical Address City":"Grove Hill","Physical Address State":"AL ","Physical Address Zipcode":"36451","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.29036827195467424,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100690","School District Name":"Choctaw County","Physical Address Line 1":"107 Tom Orr Dr","Physical Address Line 2":"","Physical Address City":"Butler","Physical Address State":"AL ","Physical Address Zipcode":"36904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.274041133963313,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100660","School District Name":"Chilton County","Physical Address Line 1":"1705 Lay Dam Rd","Physical Address Line 2":"","Physical Address City":"Clanton","Physical Address State":"AL ","Physical Address Zipcode":"35045","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.19215535965248498,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100630","School District Name":"Cherokee County","Physical Address Line 1":"130 E Main St","Physical Address Line 2":"","Physical Address City":"Centre","Physical Address State":"AL ","Physical Address Zipcode":"35960","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.217987386893337,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100600","School District Name":"Chambers County","Physical Address Line 1":"1298 AVC Drive","Physical Address Line 2":"","Physical Address City":"Lafayette","Physical Address State":"AL ","Physical Address Zipcode":"36862","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22482724580454097,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100540","School District Name":"Calhoun County","Physical Address Line 1":"4400 McClellan Blvd","Physical Address Line 2":"","Physical Address City":"Anniston","Physical Address State":"AL ","Physical Address Zipcode":"36206","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1398166339227243,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100510","School District Name":"Butler County","Physical Address Line 1":"211 School Highlands Road","Physical Address Line 2":"","Physical Address City":"Greenville","Physical Address State":"AL ","Physical Address Zipcode":"36037","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.29141965678627146,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100480","School District Name":"Bullock County","Physical Address Line 1":"108 Hardaway Avenue","Physical Address Line 2":"","Physical Address City":"Union Springs","Physical Address State":"AL ","Physical Address Zipcode":"36089","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.3620119126406353,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100450","School District Name":"Brewton City","Physical Address Line 1":"811 Belleville Ave","Physical Address Line 2":"","Physical Address City":"Brewton","Physical Address State":"AL ","Physical Address Zipcode":"36426","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.2756183745583039,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100420","School District Name":"Blount County","Physical Address Line 1":"204 2nd Ave East","Physical Address Line 2":"","Physical Address City":"Oneonta","Physical Address State":"AL ","Physical Address Zipcode":"35121","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.15314390049069954,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100390","School District Name":"Birmingham City","Physical Address Line 1":"2015 Park Place North","Physical Address Line 2":"","Physical Address City":"Birmingham","Physical Address State":"AL ","Physical Address Zipcode":"35203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":0.32626935959937653,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100360","School District Name":"Bibb County","Physical Address Line 1":"721 Walnut Street","Physical Address Line 2":"","Physical Address City":"Centreville","Physical Address State":"AL ","Physical Address Zipcode":"35042","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.21261317514829847,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100330","School District Name":"Bessemer City","Physical Address Line 1":"1621 5th Ave N","Physical Address Line 2":"","Physical Address City":"Bessemer","Physical Address State":"AL ","Physical Address Zipcode":"35020","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.3002394948835184,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100300","School District Name":"Barbour County","Physical Address Line 1":"168 Western Bypass","Physical Address Line 2":"","Physical Address City":"Clayton","Physical Address State":"AL ","Physical Address Zipcode":"36016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":0.36107634543178974,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100270","School District Name":"Baldwin County","Physical Address Line 1":"2600 North Hand Ave","Physical Address Line 2":"","Physical Address City":"Bay Minette","Physical Address State":"AL ","Physical Address Zipcode":"36507","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.11559792027729636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100240","School District Name":"Autauga County","Physical Address Line 1":"153 W 4th St","Physical Address Line 2":"","Physical Address City":"Prattville","Physical Address State":"AL ","Physical Address Zipcode":"36067","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14284233440447808,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100211","School District Name":"Magic City Acceptance Academy","Physical Address Line 1":"205 32nd St S","Physical Address Line 2":"","Physical Address City":"Birmingham","Physical Address State":"AL ","Physical Address Zipcode":"35233","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100210","School District Name":"Auburn City","Physical Address Line 1":"855 E Samford Ave","Physical Address Line 2":"","Physical Address City":"Auburn","Physical Address State":"AL ","Physical Address Zipcode":"36830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.08717061485227576,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100209","School District Name":"Ivy Classical Academy","Physical Address Line 1":"250 South Washington Street","Physical Address Line 2":"","Physical Address City":"Prattville","Physical Address State":"AL ","Physical Address Zipcode":"36067","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100208","School District Name":"Breakthrough Charter School","Physical Address Line 1":"1101 Washington Street","Physical Address Line 2":"","Physical Address City":"Marion","Physical Address State":"AL ","Physical Address Zipcode":"35756","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100207","School District Name":"LIFE Academy","Physical Address Line 1":"2048 West Fairview Avenue","Physical Address Line 2":"","Physical Address City":"Montgomery","Physical Address State":"AL ","Physical Address Zipcode":"36108","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100204","School District Name":"i3 Academy","Physical Address Line 1":"55th Place 1st Avenue South","Physical Address Line 2":"","Physical Address City":"Birmingham","Physical Address State":"AL ","Physical Address Zipcode":"35212","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100203","School District Name":"LEAD Academy","Physical Address Line 1":"2897 Eastern Blvd","Physical Address Line 2":"","Physical Address City":"Montgomery","Physical Address State":"AL ","Physical Address Zipcode":"36116","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100202","School District Name":"Gulf Shores City","Physical Address Line 1":"300 East 16th Ave","Physical Address Line 2":"","Physical Address City":"Gulf Shores","Physical Address State":"AL ","Physical Address Zipcode":"36542","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.10963646855164455,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100201","School District Name":"Legacy Prep","Physical Address Line 1":"1500 Daniel Payne Drive","Physical Address Line 2":"","Physical Address City":"Birmingham","Physical Address State":"AL ","Physical Address Zipcode":"35214","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100200","School District Name":"East Alabama Academy","Physical Address Line 1":"2000 Pepperell Pkwy","Physical Address Line 2":"","Physical Address City":"Opelika","Physical Address State":"AL ","Physical Address Zipcode":"35601","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100199","School District Name":"University Charter School","Physical Address Line 1":"108 North Street","Physical Address Line 2":"","Physical Address City":"Livingston","Physical Address State":"AL ","Physical Address Zipcode":"35470","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"43-Rural: Remote","Is Rural 43?":"Yes","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100198","School District Name":"Sequel TSI Montgomery LLC","Physical Address Line 1":"135 Mildred St","Physical Address Line 2":"","Physical Address City":"MONTGOMERY","Physical Address State":"AL ","Physical Address Zipcode":"36104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100197","School District Name":"Acceleration Day and Evening Academy","Physical Address Line 1":"3100 Cottage Hill Road Bldg 3","Physical Address Line 2":"","Physical Address City":"Mobile","Physical Address State":"AL ","Physical Address Zipcode":"36606","LEA Charter Status":"Charter district which is an LEA for programs authorized under IDEA, ESEA and Perkins","Agency Type":"7-Independent Charter District","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100195","School District Name":"Pike Road City","Physical Address Line 1":"696 Georgia Washington Road","Physical Address Line 2":"","Physical Address City":"Pike Road","Physical Address State":"AL ","Physical Address Zipcode":"36064","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.06274131274131274,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100194","School District Name":"Pelham City","Physical Address Line 1":"3160 Pelham Parkway","Physical Address Line 2":"","Physical Address City":"Pelham","Physical Address State":"AL ","Physical Address Zipcode":"35124","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.08636363636363636,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100193","School District Name":"St Marys Home","Physical Address Line 1":"4350 Moffett Road","Physical Address Line 2":"","Physical Address City":"Mobile","Physical Address State":"AL ","Physical Address Zipcode":"36618","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100192","School District Name":"Montgomery Public Schools MPS Classroom McInnis","Physical Address Line 1":"3500 McInnis Rd","Physical Address Line 2":"","Physical Address City":"Montgomery","Physical Address State":"AL ","Physical Address Zipcode":"36116","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100191","School District Name":"Evergreen School","Physical Address Line 1":"The University of Alabama Working on Womanhood Program 6001","Physical Address Line 2":"","Physical Address City":"Tuscaloosa","Physical Address State":"AL ","Physical Address Zipcode":"35405","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100190","School District Name":"Alabaster City","Physical Address Line 1":"10111 Highway 119","Physical Address Line 2":"","Physical Address City":"Alabaster","Physical Address State":"AL ","Physical Address Zipcode":"35007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.09842577607768133,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100189","School District Name":"Satsuma City","Physical Address Line 1":"220 Baker Road","Physical Address Line 2":"","Physical Address City":"Satsuma","Physical Address State":"AL ","Physical Address Zipcode":"36572","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.17629482071713148,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100188","School District Name":"Chickasaw City","Physical Address Line 1":"201 N Craft HWY","Physical Address Line 2":"","Physical Address City":"Chickasaw","Physical Address State":"AL ","Physical Address Zipcode":"36611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.32823649337410804,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100187","School District Name":"Montgomery Childrens Specialty Center","Physical Address Line 1":"2853 Forbes Dr","Physical Address Line 2":"","Physical Address City":"Montgomery","Physical Address State":"AL ","Physical Address Zipcode":"36110","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100186","School District Name":"Father Purcell Center","Physical Address Line 1":"2048 West Fairview Ave","Physical Address Line 2":"","Physical Address City":"Montgomery","Physical Address State":"AL ","Physical Address Zipcode":"36108","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100185","School District Name":"Saraland City","Physical Address Line 1":"4010 Lil Spartan Drive","Physical Address Line 2":"","Physical Address City":"Saraland","Physical Address State":"AL ","Physical Address Zipcode":"36571","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.13949275362318841,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100184","School District Name":"Excel Institute","Physical Address Line 1":"1147 Walnut St","Physical Address Line 2":"","Physical Address City":"Gadsden","Physical Address State":"AL ","Physical Address Zipcode":"35901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100183","School District Name":"Alabama Clinical Schools","Physical Address Line 1":"1221 Alton Dr","Physical Address Line 2":"","Physical Address City":"Birmingham","Physical Address State":"AL ","Physical Address Zipcode":"35210","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100181","School District Name":"Compass School","Physical Address Line 1":"21280 Hwy 31","Physical Address Line 2":"","Physical Address City":"Flomaton","Physical Address State":"AL ","Physical Address Zipcode":"36441","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100180","School District Name":"Attalla City","Physical Address Line 1":"101 Case Ave","Physical Address Line 2":"","Physical Address City":"Attalla","Physical Address State":"AL ","Physical Address Zipcode":"35954","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"23-Suburb: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.23991507430997877,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100179","School District Name":"The Bridge","Physical Address Line 1":"3232 Lay Springs Road","Physical Address Line 2":"","Physical Address City":"Gadsden","Physical Address State":"AL ","Physical Address Zipcode":"35901","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100178","School District Name":"Higdon Hill School","Physical Address Line 1":"6869 5th Ave S","Physical Address Line 2":"","Physical Address City":"Birmingham","Physical Address State":"AL ","Physical Address Zipcode":"35212","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100176","School District Name":"JF Ingram State Technical College","Physical Address Line 1":"5375 Ingram Rd","Physical Address Line 2":"","Physical Address City":"Deatsville","Physical Address State":"AL ","Physical Address Zipcode":"36022","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100175","School District Name":"POINTE Academy LLC","Physical Address Line 1":"461 Donald Street","Physical Address Line 2":"","Physical Address City":"Mobile","Physical Address State":"AL ","Physical Address Zipcode":"36617","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100120","School District Name":"Athens City","Physical Address Line 1":"455 US Highway 31 North","Physical Address Line 2":"","Physical Address City":"Athens","Physical Address State":"AL ","Physical Address Zipcode":"35611","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.1418525703200776,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100100","School District Name":"Arab City","Physical Address Line 1":"750 Arabian Dr NE","Physical Address Line 2":"","Physical Address City":"Arab","Physical Address State":"AL ","Physical Address Zipcode":"35016","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":0.14183474300585555,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100090","School District Name":"Anniston City","Physical Address Line 1":"4804 McClellan Boulevard","Physical Address Line 2":"","Physical Address City":"Anniston","Physical Address State":"AL ","Physical Address Zipcode":"36206","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.24074680641991483,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100060","School District Name":"Andalusia City","Physical Address Line 1":"1201 C C Baker Avenue","Physical Address Line 2":"","Physical Address City":"Andalusia","Physical Address State":"AL ","Physical Address Zipcode":"36421","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"33-Town: Remote","Is Rural 43?":"No","Pct. Students in Poverty":0.23521414004078858,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100043","School District Name":"Southeastern Psychiaric Management Inc","Physical Address Line 1":"3001 Scenic Hwy","Physical Address Line 2":"","Physical Address City":"Gadsden","Physical Address State":"AL ","Physical Address Zipcode":"35904","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100042","School District Name":"Laurel Oaks Behavioral Health Center","Physical Address Line 1":"700 E Cottonwood Rd","Physical Address Line 2":"","Physical Address City":"Dothan","Physical Address State":"AL ","Physical Address Zipcode":"36301","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100041","School District Name":"Developing Alabama Youth Prog","Physical Address Line 1":"632 11th Ave SW","Physical Address Line 2":"","Physical Address City":"Alabaster","Physical Address State":"AL ","Physical Address Zipcode":"35007","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100040","School District Name":"Brantwood Childrens Home","Physical Address Line 1":"1426 South Court Street","Physical Address Line 2":"","Physical Address City":"Montgomery","Physical Address State":"AL ","Physical Address Zipcode":"36104","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100039","School District Name":"Presbyterian Home for Children","Physical Address Line 1":"905 Ashland Hwy","Physical Address Line 2":"","Physical Address City":"Talladega","Physical Address State":"AL ","Physical Address Zipcode":"35160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100038","School District Name":"Pathway Inc","Physical Address Line 1":"1540 W Lee Street","Physical Address Line 2":"","Physical Address City":"Enterprise","Physical Address State":"AL ","Physical Address Zipcode":"36331","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100037","School District Name":"BayPointe Residential Services","Physical Address Line 1":"5800 Southland Drive","Physical Address Line 2":"","Physical Address City":"Mobile","Physical Address State":"AL ","Physical Address Zipcode":"36693","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100036","School District Name":"Lee County Youth Development Center","Physical Address Line 1":"1109 Spring Dr","Physical Address Line 2":"","Physical Address City":"Opelika","Physical Address State":"AL ","Physical Address Zipcode":"36801","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100035","School District Name":"The Little Tree Preschool Auburn","Physical Address Line 1":"421 Opelika Rd","Physical Address Line 2":"","Physical Address City":"Auburn","Physical Address State":"AL ","Physical Address Zipcode":"36830","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100033","School District Name":"Glenwood Mental Health Service","Physical Address Line 1":"150 Glenwood Lane","Physical Address Line 2":"","Physical Address City":"Birmingham","Physical Address State":"AL ","Physical Address Zipcode":"35242","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100030","School District Name":"Alexander City","Physical Address Line 1":"375 Lee Street","Physical Address Line 2":"","Physical Address City":"Alexander City","Physical Address State":"AL ","Physical Address Zipcode":"35010","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.27142303218301667,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100028","School District Name":"Triwill Portacras","Physical Address Line 1":"65 Enterprise Loop","Physical Address Line 2":"","Physical Address City":"Woodstock","Physical Address State":"AL ","Physical Address Zipcode":"35188","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100026","School District Name":"Sequel TSI Tuskegee LLC","Physical Address Line 1":"4280 U S Highway 29 South","Physical Address Line 2":"","Physical Address City":"Tuskegee","Physical Address State":"AL ","Physical Address Zipcode":"36083","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100024","School District Name":"Sequel TSI New Beginnings LLC","Physical Address Line 1":"318 Hamer Rd","Physical Address Line 2":"","Physical Address City":"Owens Crossroads","Physical Address State":"AL ","Physical Address Zipcode":"35763","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100022","School District Name":"Sequel TSI Courtland LLC","Physical Address Line 1":"349 Madison Street","Physical Address Line 2":"","Physical Address City":"Courtland","Physical Address State":"AL ","Physical Address Zipcode":"35618","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100021","School District Name":"BrewerPorch Childrens Center","Physical Address Line 1":"2501 Woodland Rd","Physical Address Line 2":"","Physical Address City":"Tuscaloosa","Physical Address State":"AL ","Physical Address Zipcode":"35404","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100020","School District Name":"Boyd School","Physical Address Line 1":"20856 Eastern Valley Rd","Physical Address Line 2":"","Physical Address City":"Green Pond","Physical Address State":"AL ","Physical Address Zipcode":"35074","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"31-Town: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100019","School District Name":"United Ability","Physical Address Line 1":"120 Oslo Circle","Physical Address Line 2":"","Physical Address City":"Birmingham","Physical Address State":"AL ","Physical Address Zipcode":"35211","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100018","School District Name":"Alabama School of Fine Arts","Physical Address Line 1":"1800 Rev Abraham Woods Jr Blvd","Physical Address Line 2":"","Physical Address City":"Birmingham","Physical Address State":"AL ","Physical Address Zipcode":"35203","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100016","School District Name":"Bryce Adolescent School","Physical Address Line 1":"200 University Blvd","Physical Address Line 2":"","Physical Address City":"Tuscaloosa","Physical Address State":"AL ","Physical Address Zipcode":"35401","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100015","School District Name":"SafetyNet Academy Minter","Physical Address Line 1":"80 Mel Bailey Drive","Physical Address Line 2":"","Physical Address City":"Minter","Physical Address State":"AL ","Physical Address Zipcode":"36761","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"12-City: Mid-size","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100013","School District Name":"Trussville City","Physical Address Line 1":"601 Parkway Drive","Physical Address Line 2":"","Physical Address City":"Trussville","Physical Address State":"AL ","Physical Address Zipcode":"35173","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.05712070302403722,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100012","School District Name":"Boaz City","Physical Address Line 1":"126 Newt Parker Dr","Physical Address Line 2":"","Physical Address City":"Boaz","Physical Address State":"AL ","Physical Address Zipcode":"35957","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.23033389926428977,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100011","School District Name":"Leeds City","Physical Address Line 1":"1517 Hurst Avenue","Physical Address Line 2":"","Physical Address City":"Leeds","Physical Address State":"AL ","Physical Address Zipcode":"35094","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.14573732718894009,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100009","School District Name":"Al Inst Deaf And Blind","Physical Address Line 1":"205 E South Street","Physical Address Line 2":"","Physical Address City":"Talladega","Physical Address State":"AL ","Physical Address Zipcode":"35160","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"5-State agency providing elementary and/or secondary level instruction","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100008","School District Name":"Madison City","Physical Address Line 1":"211 Celtic Drive","Physical Address Line 2":"","Physical Address City":"Madison","Physical Address State":"AL ","Physical Address Zipcode":"35758","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"21-Suburb: Large","Is Rural 43?":"No","Pct. Students in Poverty":0.06227364185110664,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100007","School District Name":"Hoover City","Physical Address Line 1":"2810 Metropolitan Way","Physical Address Line 2":"","Physical Address City":"Hoover","Physical Address State":"AL ","Physical Address Zipcode":"35243","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"13-City: Small","Is Rural 43?":"No","Pct. Students in Poverty":0.06522630931218379,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100006","School District Name":"Marshall County","Physical Address Line 1":"12380 US Highway 431 S","Physical Address Line 2":"","Physical Address City":"Guntersville","Physical Address State":"AL ","Physical Address Zipcode":"35976","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"42-Rural: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.20905805285746556,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100005","School District Name":"Albertville City","Physical Address Line 1":"107 West Main Street","Physical Address Line 2":"","Physical Address City":"Albertville","Physical Address State":"AL ","Physical Address Zipcode":"35950","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"32-Town: Distant","Is Rural 43?":"No","Pct. Students in Poverty":0.22051405236608215,"Poverty Greater than 20%":"Yes","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Yes"},{"NCES District ID":"0100003","School District Name":"Maxwell AFB School District","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.10699588477366255,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"},{"NCES District ID":"0100002","School District Name":"Alabama Youth Services","Physical Address Line 1":"1000 Industrial School Road","Physical Address Line 2":"","Physical Address City":"Mt Meigs","Physical Address State":"AL ","Physical Address Zipcode":"36057","LEA Charter Status":"Not a charter district – State has charter LEAs but this LEA is not a charter LEA","Agency Type":"1-Regular local school district that is NOT a component of a supervisory union","Locale Code":"41-Rural: Fringe","Is Rural 43?":"No","Pct. Students in Poverty":"Not in SAIPE","Poverty Greater than 20%":"Not in SAIPE","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"Please Self-Certify"},{"NCES District ID":"0100001","School District Name":"Fort Rucker School District","Physical Address Line 1":"NOT IN ELSI","Physical Address Line 2":"NOT IN ELSI","Physical Address City":"NOT IN ELSI","Physical Address State":"NOT IN ELSI","Physical Address Zipcode":"NOT IN ELSI","LEA Charter Status":"Not in NCES","Agency Type":"Not in NCES","Locale Code":"Not in NCES","Is Rural 43?":"Not in NCES","Pct. Students in Poverty":0.14814814814814814,"Poverty Greater than 20%":"No","Impact Aid?":"No","Bureau-funded?":"No","Is Prioritized?":"No"}] \ No newline at end of file diff --git a/docs/csb-openapi.json b/docs/csb-openapi.json index 529e478c..67713a42 100644 --- a/docs/csb-openapi.json +++ b/docs/csb-openapi.json @@ -166,10 +166,18 @@ "parameters": [{ "$ref": "#/components/parameters/scan" }] } }, - "/help/formio-submission/{formType}/{id}": { + "/api/help/formio/{rebateYear}/{formType}/{id}": { "get": { - "summary": "/help/formio-submission/{formType}/{id}", + "summary": "/api/help/formio/{rebateYear}/{formType}/{id}", "parameters": [ + { + "name": "rebateYear", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, { "name": "formType", "in": "path", @@ -308,9 +316,9 @@ "parameters": [{ "$ref": "#/components/parameters/scan" }] } }, - "/api/csb-data": { + "/api/config": { "get": { - "summary": "/api/csb-data", + "summary": "/api/config", "responses": { "200": { "description": "OK", @@ -349,9 +357,9 @@ "parameters": [{ "$ref": "#/components/parameters/scan" }] } }, - "/api/bap-sam-data": { + "/api/bap/sam": { "get": { - "summary": "/api/bap-sam-data", + "summary": "/api/bap/sam", "responses": { "200": { "description": "OK", @@ -380,9 +388,9 @@ "parameters": [{ "$ref": "#/components/parameters/scan" }] } }, - "/api/bap-form-submissions": { + "/api/bap/submissions": { "get": { - "summary": "/api/bap-form-submissions", + "summary": "/api/bap/submissions", "responses": { "200": { "description": "OK", @@ -402,9 +410,38 @@ "parameters": [{ "$ref": "#/components/parameters/scan" }] } }, - "/api/s3/{formType}/{mongoId}/{comboKey}/storage/s3": { + "/api/formio/nces/{searchText}": { + "get": { + "summary": "/api/formio/nces/{searchText}", + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } + } + }, + "tags": [], + "parameters": [ + { + "name": "searchText", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { "$ref": "#/components/parameters/scan" } + ] + } + }, + "/api/formio/2022/s3/{formType}/{mongoId}/{comboKey}/storage/s3": { "get": { - "summary": "/api/s3/{formType}/{mongoId}/{comboKey}/storage/s3", + "summary": "/api/formio/2022/s3/{formType}/{mongoId}/{comboKey}/storage/s3", "responses": { "200": { "description": "OK" @@ -440,7 +477,7 @@ ] }, "post": { - "summary": "/api/s3/{formType}/{mongoId}/{comboKey}/storage/s3", + "summary": "/api/formio/2022/s3/{formType}/{mongoId}/{comboKey}/storage/s3", "responses": { "200": { "description": "OK" @@ -476,9 +513,9 @@ ] } }, - "/api/formio-application-submissions": { + "/api/formio/2022/frf-submissions": { "get": { - "summary": "/api/formio-application-submissions", + "summary": "/api/formio/2022/frf-submissions", "responses": { "200": { "description": "OK", @@ -498,9 +535,9 @@ "parameters": [{ "$ref": "#/components/parameters/scan" }] } }, - "/api/formio-application-submission": { + "/api/formio/2022/frf-submission": { "post": { - "summary": "/api/formio-application-submission", + "summary": "/api/formio/2022/frf-submission", "responses": { "200": { "description": "OK", @@ -520,9 +557,9 @@ "parameters": [{ "$ref": "#/components/parameters/scan" }] } }, - "/api/formio-application-submission/{mongoId}": { + "/api/formio/2022/frf-submission/{mongoId}": { "get": { - "summary": "/api/formio-application-submission/{mongoId}", + "summary": "/api/formio/2022/frf-submission/{mongoId}", "parameters": [ { "name": "mongoId", @@ -570,7 +607,7 @@ "tags": [] }, "post": { - "summary": "/api/formio-application-submission/{mongoId}", + "summary": "/api/formio/2022/frf-submission/{mongoId}", "parameters": [ { "name": "mongoId", @@ -597,9 +634,9 @@ "tags": [] } }, - "/api/formio-payment-request-submissions": { + "/api/formio/2022/prf-submissions": { "get": { - "summary": "/api/formio-payment-request-submissions", + "summary": "/api/formio/2022/prf-submissions", "responses": { "200": { "description": "OK", @@ -619,9 +656,9 @@ "parameters": [{ "$ref": "#/components/parameters/scan" }] } }, - "/api/formio-payment-request-submission": { + "/api/formio/2022/prf-submission": { "post": { - "summary": "/api/formio-payment-request-submission", + "summary": "/api/formio/2022/prf-submission", "responses": { "200": { "description": "OK", @@ -641,9 +678,9 @@ "parameters": [{ "$ref": "#/components/parameters/scan" }] } }, - "/api/formio-payment-request-submission/{rebateId}": { + "/api/formio/2022/prf-submission/{rebateId}": { "get": { - "summary": "/api/formio-payment-request-submission/{rebateId}", + "summary": "/api/formio/2022/prf-submission/{rebateId}", "parameters": [ { "name": "rebateId", @@ -691,7 +728,7 @@ "tags": [] }, "post": { - "summary": "/api/formio-payment-request-submission/{rebateId}", + "summary": "/api/formio/2022/prf-submission/{rebateId}", "parameters": [ { "name": "rebateId", @@ -718,9 +755,9 @@ "tags": [] } }, - "/api/delete-formio-payment-request-submission": { + "/api/formio/2022/delete-prf-submission": { "post": { - "summary": "/api/delete-formio-payment-request-submission", + "summary": "/api/formio/2022/delete-prf-submission", "responses": { "200": { "description": "OK", @@ -737,9 +774,9 @@ "parameters": [{ "$ref": "#/components/parameters/scan" }] } }, - "/api/formio-close-out-submissions": { + "/api/formio/2022/crf-submissions": { "get": { - "summary": "/api/formio-close-out-submissions", + "summary": "/api/formio/2022/crf-submissions", "responses": { "200": { "description": "OK", @@ -759,9 +796,9 @@ "parameters": [{ "$ref": "#/components/parameters/scan" }] } }, - "/api/formio-close-out-submission": { + "/api/formio/2022/crf-submission": { "post": { - "summary": "/api/formio-close-out-submission", + "summary": "/api/formio/2022/crf-submission", "responses": { "200": { "description": "OK", @@ -781,9 +818,9 @@ "parameters": [{ "$ref": "#/components/parameters/scan" }] } }, - "/api/formio-close-out-submission/{rebateId}": { + "/api/formio/2022/crf-submission/{rebateId}": { "get": { - "summary": "/api/formio-close-out-submission/{rebateId}", + "summary": "/api/formio/2022/crf-submission/{rebateId}", "parameters": [ { "name": "rebateId", @@ -831,7 +868,7 @@ "tags": [] }, "post": { - "summary": "/api/formio-close-out-submission/{rebateId}", + "summary": "/api/formio/2022/crf-submission/{rebateId}", "parameters": [ { "name": "rebateId",